#header.transparent-header.full-header #header-wrap,
#header.transparent-header.full-header #logo,
#header.transparent-header.full-header .header-misc-icon,
.dark #header.transparent-header.full-header,
#header.transparent-header.full-header.dark {
	border: none !important;
}

.header-row {
	height: 100%;
	align-items: stretch !important;
}

.side-header #logo img {
	height: auto!important;
}

#header.transparent-header.full-header .menu-container > .menu-item > .menu-link {
	color: rgba(0,0,0,0.75);
}

#header.transparent-header.full-header.dark .menu-container > .menu-item > .menu-link {
	color: rgba(255,255,255,0.75);
}

#header.transparent-header.full-header.dark .menu-container > .menu-item:hover > .menu-link,
#header.transparent-header.full-header.dark .menu-container > .menu-item.current > .menu-link { color: rgba(255,255,255,0.75); }

.header-misc-icon:not(#top-search) {
	padding: 0;
	height: 100%;
}

.header-misc-icon:not(#top-search) > a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 2rem;
}

.header-misc-icon:hover,
.header-misc-icon > a:hover { background-color: #f8f8f8; }

.dark .header-misc-icon:hover,
.dark .header-misc-icon > a:hover { background-color: #666; }

.dark .dropdown-item.active {
	color: #fff;
}

#page-title h1,
#page-title.page-title-parallax h1 {
	font-size: 1.6rem;
}

#page-title.page-title-md {
	padding: 3rem 0;
}

#page-title.page-title-parallax {
	background-size: cover;
	padding: 8rem 0;
}

.content-wrap {
	padding: 3rem 0;
}

.read-more-wrap li {
	margin: 0 0 0 1rem;
}

.card {
	border-radius: 0.35rem;
	border-width: 2px;
}

.bg-light {
	background-color: var(--light);
}

.buttons > form {
	margin: 0;
	display: inline-block;
}

button[disabled] {
	opacity: 0.5;
	pointer-events: none;
}

.button {
	text-align: center;
}

.button-icon {
	padding: 8px 12px;
}

.button-icon > i {
	margin: 0;
}

.button-transparent {
	background: transparent;
	text-shadow: none;
	color: #333;
}

.btn-select {
	display: block;
	position: relative;
	width: 100%;
	text-align: left;
	text-overflow: ellipsis;
	padding-right: 1.5rem;
}

.btn-select > .text-muted {
	color: #999 !important;
}

.btn-select:after {
	position: absolute;
	font-family: "font-icons";
	content: "\e77f";
	font-size: 0.85rem;
	padding: 0.125rem;
	right: 0.75rem;
	line-height: 1.5;
}

.button.button-3d.button-light:hover {
	color: #fff;
	background-color: #333;
}

.sticky-header-shrink .menu-container > .menu-item > .menu-link {
	padding-top: 0;
	padding-bottom: 0;
}

.header-wrap-clone {
 	height: 100px !important;
}

.top-cart-content {
 	width: 400px;
}

.top-cart-trigger {
	color: #222;
	cursor: pointer;
	padding: 0.25rem;
}

.top-cart-trigger:hover {
	color: var(--primary);
}

.top-cart-items {
	overflow-y: auto;
	max-height: 60vh;
}

.top-cart-number {
	top: calc(50% - 22px);
	right: calc(50% - 22px);
}

.top-cart-content
.content-wrap.is_sticky {
	overflow: visible !important;
}

body.side-panel-open {
	overflow-y: hidden;
	padding-right: 16px;
}

.side-panel-open #gotoTop {
	display: none !important;
}

#side-panel .side-panel-wrap {
	position: relative;
	width: auto;
	padding: 50px 40px;
}

#side-panel {
	right: -35rem;
	width: 35rem;
}

.side-push-panel.side-panel-open.stretched #wrapper,
.side-push-panel.side-panel-open.stretched .sticky-header .container {
	right: 35rem;
}

@media (max-width: 767.98px) {
	#side-panel {
		right: -100%;
		width: 100%;
	}

	.top-cart-open .top-cart-content {
		width: 100%;
		left: 0;
		right: 0;
	}
}

@media (max-width: 991.98px) {
	.top-cart-content { right: -400px !important; }
}

@media (min-width: 992px) {
	.position-lg-sticky {
		top: 80px;
	}
}

.dropdown-menu.sub-menu-container {
	visibility: visible;
	border-radius: 0;
}

.header-misc-icon img {
	vertical-align: text-bottom;
	width: 24px;
}

.user-confirm-input {
	width: 4rem;
	padding: 0;
	line-height: 4rem;
	text-align: center;
	font-size: 3.5rem;
	margin: 0.5rem;
}

.product-image .bg-overlay-bg {
	z-index: 99;
}

.product-image .bg-overlay-content {
	z-index: 98;
}

.product-price > small {
	text-transform: uppercase;
	font-size: 0.75rem;
	color: #555;
}

.dark .product-price > small {
	color: #ccc;
}

.product-attribute-value {
	display: inline-block;
	background-color: transparent;
	cursor: pointer;
	transform: scale(1);
	-webkit-transition: box-shadow .2s ease, transform .2s ease;
	-o-transition: box-shadow .2s ease, transform .2s ease;
	transition: box-shadow .2s ease, transform .2s ease;
}

.product-attribute > h5,
.product-option > h5 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.product-attribute.error > h5,
.product-option.error > h5 {
	color: #bb4a46;
}

.product-attribute.error > h5::before,
.product-option.error > h5::before {
	display: inline-block;
	content: "\e904";
	font-family: "lined-icons";
	margin: 0 3px 1px 0;
}

dl.product-options > dd {
	font-size: 0.88rem;
}

.product-color-dots .owl-dot {
	width: 20px;
	height: 20px;
	margin: 0 2px;
	border-radius: 50%;
	border: 2px solid #fff;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.product-color-dots .owl-dot.active {
	box-shadow: 0 0 0 1px rgba(0,0,0,0.3);
	transform: scale(1.2);
}

.product-attribute-image,
.product-option-image {
	height: 100%;
}

.product-attribute-image.feature-box,
.product-option-image.feature-box {
	border-radius: 0.1rem;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	overflow: hidden;
	transition: all ease-out .1s;
}

.product-attribute-image.feature-box:hover,
.product-option-image.feature-box:hover {
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.product-attribute-image.feature-box img,
.product-option-image.feature-box img {
	border-radius: 0 !important;
}

.product-attribute-image.feature-box .fbox-content,
.product-option-image.feature-box .fbox-content{
	border: none;
}

.product-attribute-buttons input {
	display: none;
}

.product-attribute-button {
	cursor: pointer;
	border: 2px solid rgb(0,0,0,0.1);
	background-color: #fff;
	white-space: nowrap;
	padding: 8px 22px;
	font-size: 0.875rem;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--secondary);
}

.product-attribute-button:hover {
	border-color: var(--secondary);
}

.product-attribute-buttons :checked + .product-attribute-button {
	border-color: var(--primary);
	color: var(--text);
}

.product-attribute-buttons :disabled + .product-attribute-button {
	opacity: 0.75;
	pointer-events: none;
}

dl.product-options {
	display: flex;
	flex-flow: row wrap;
}

dl.product-options > dt {
	flex-basis: 50%;
	text-align: left;
	margin: 0;
	padding: 0 1rem 0 0;
	font-size: 0.88rem;
}

dl.product-options > dd {
	flex-basis: 50%;
	flex-grow: 1;
	margin: 0;
	padding: 0;
}

.quantity {
	flex-wrap: nowrap;
}

.product-desc ul,
.product-desc li {
	list-style: square;
	margin-left: 0.5rem;
}

.product-desc ul.list-group-flush,
.product-desc ul.list-group-flush li {
	margin-left: 0;
}

.dark .list-group-item {
	background-color: transparent;
}

.dark .list-group-item .text-dark {
	color: #ddd !important;
}

.widget_links li,
.widget_links li a {
	font-size: 15px;
	font-weight: 400;
	color: #444 !important;
}

.widget_links li a:hover {
	color: #000 !important;
}

.widget_links li a {
	padding: 0 3px 0 12px;
}

footer .widget_links li,
footer .widget_links li a {
	color: rgba(255,255,255,0.8) !important;
}

footer .widget_links li a:hover {
	color: #fff !important;
}

.footer-big-contacts {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
}

.footer-big-contacts span {
	display: block;
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	color: #888;
	letter-spacing: 2px;
}

.dark .footer-big-contacts { color: rgba(255,255,255,0.8); }

@media (max-width: 767.98px) {
	.portfolio-reveal .portfolio-desc {
		display: block !important;
		transform: none;
		margin: 0 !important;
	}
}

.modal-backdrop {
	display: none;
	z-index: 1019;
}

.modal {
	background-color: rgba(255,255,255,0.5);
	z-index: 1020;
}

.modal-content {
	box-shadow: 0 0 2.5rem 0 rgba(150,150,150,0.8);
	border: none;
	border-radius: 0.2rem;
}

.modal-header {
	border: none;
	text-align: center;
	padding: 1rem 1rem 0.25rem 1rem;
}

.modal-header .back,
.modal-header .close {
	position: absolute;
	font-size: 2rem;
	line-height: 1;
	opacity: 0.75;
	top: 0;
	padding: 1rem 1rem;
	margin: 0;
	text-shadow: 0 1px 0 #fff;
	border: none;
	background: transparent;
	z-index: 1021;
}

.modal-header .back {
	left: 0;
}

.modal-header .close {
	right: 0.25rem;
}

.modal-header .back:hover,
.modal-header .close:hover {
	opacity: 1;
}

.modal-title {
	font-size: 1.5rem;
	font-weight: 500;
	margin: auto;
}

.modal-body {
	padding: 1.5rem;
}

.modal-footer {
	border: none;
}

.modal .modal-dialog.modal-fullscreen {
	width: 100%;
	max-width: none;
	height: 100%;
	margin: 0;
	border-radius: 0;
}

.modal .modal-dialog.modal-fullscreen .modal-content {
	height: 100%;
	border: 0;
	border-radius: 0;
}

.modal .modal-dialog.modal-fullscreen .modal-body {
	overflow-y: auto;
}

@media (min-width: 1200px) {

	.modal-xl { max-width: 1200px; }
}

.input.required > label::after {
	content: "\eb90";
	font-family: "font-icons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin-left: 0.5rem;
	color: #C02942;
}

.sm-form-control.is-invalid {
	border-color: #E42C3E;
}

.form-check-input {
	margin-left: -1.5rem;
}

.form-check {
	padding-left: 1.5rem;
}

.form-check > label {
	text-transform: none;
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 0;
}

.error.invalid-feedback {
	font-size: 13px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 1px;
	color: #E42C3E;
	text-transform: uppercase;
	-webkit-animation: slideUpFadeIn 0.2s;
	animation: slideUpFadeIn 0.2s;
}

.error .btn-select {
	border-color: #b94a48;
}

@keyframes slideUpFadeIn {
	0% {
		opacity: 0;
		height: 0;
	}
	100% {
		opacity: 1;
		height: 20px;
	}
}


/* Loading */

.loading {
	position: relative;
	min-height: 60px;
}

.loading.spinner-sm {
	min-height: 40px;
}

.loading:after {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 201;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	margin: -30px 0 0 -30px;
}

.loading:before {
	position: fixed;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
	background-color: rgba(255,255,255,0.5);
}

.loading.spinner-nobg:before {
	background: transparent;
}

.loading.spinner:after {
	content: " ";
	border: 16px solid rgba(255,255,255,0.5);
	border-top: 16px solid #007bff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: loading 2s linear infinite;
}

.loading.spinner-modal:before {
	display: none;
}

.loading.spinner-modal.bg:before {
	display: block;
}

.loading.spinner-modal:after {
	content: " ";
	border: 13px solid rgba(255,255,255,0.5);
	border-top: 13px solid #007bff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: loading 2s linear infinite;
	margin: -30px 0 0 -30px;
}

.loading.spinner-clip:before {
	position: absolute;
	bottom: 0;
	right: 0;
}

.loading.spinner-clip:after {
	position: absolute;
	content: " ";
	border: 13px solid rgba(255,255,255,0.5);
	border-top: 13px solid #007bff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: loading 2s linear infinite;
	margin: -30px 0 0 -30px;
}

.loading.spinner-clip.spinner-sm:after {
	border: 4px solid rgba(255,255,255,0.5);
	border-top: 4px solid #007bff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	animation: loading 2s linear infinite;
	margin: -20px 0 0 -20px;
}

.loading.spinner-button {
	position: relative;
	min-height: 30px;
	pointer-events: none;
	padding-left: -9999px;
	color: transparent;
	text-shadow: none;
	overflow: hidden;
	-o-transition-property: none !important;
	-moz-transition-property: none !important;
	-ms-transition-property: none !important;
	-webkit-transition-property: none !important;
	transition-property: none !important;
	opacity: 1;
}

.loading.spinner-button:before {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: rgba(255,255,255,0.2);
}

.loading.spinner-button:after {
	position: absolute;
	content: " ";
	border: 6px solid rgba(255,255,255,0.2);
	border-top: 6px solid rgba(255,255,255,1);
	border-radius: 50%;
	width: 30px;
	height: 30px;
	animation: button-loading 1s ease infinite;
	margin: -15px 0 0 -15px;
}

@keyframes loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes button-loading {
	from {
		transform: rotate(0turn);
	}
	to {
		transform: rotate(1turn);
	}
}

.loading.spinner-progress {
	position: relative;
	min-height: 30px;
	pointer-events: none;
	padding-left: -9999px;
	color: transparent;
	text-shadow: none;
	overflow: hidden;
	-o-transition-property: none !important;
	-moz-transition-property: none !important;
	-ms-transition-property: none !important;
	-webkit-transition-property: none !important;
	transition-property: none !important;
	opacity: 1;
}

.loading.spinner-progress:before {
	position: absolute;
	color: #000;
	content: attr(data-loading-text);
	font-size: 1rem;
	line-height: 43px;
	bottom: 0;
	right: 0;
	background-color: rgba(255,255,255,0.5);
}

.spinner-progress-bar {
	position: absolute;
	display: none;
	opacity: 0;
	margin: 0;
	content: " ";
	top: auto;
	right: auto;
	left: 0;
	bottom: 0;
	height: 0.5rem;
	width: 0;
	background-color: #000;
	z-index: 100;
	-webkit-transition: width .1s ease;
	-o-transition: width .1s ease;
	transition: width .1s ease;
}

.loading.spinner-progress > .spinner-progress-bar {
	display: block;
	opacity: 1;
}

/* Direct chat */

.direct-chat.timestamp-light .direct-chat-timestamp {
	color: #444;
}

.direct-chat.timestamp-dark .direct-chat-timestamp {
	color: #cccccc;
}

.direct-chat-messages {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.direct-chat-msg,
.direct-chat-text {
	display: block;
}

.direct-chat-msg {
	margin-bottom: 10px;
}

.direct-chat-msg::after {
	display: block;
	clear: both;
	content: "";
}

.direct-chat-messages {
	transition: -webkit-transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.direct-chat-text {
	border-radius: 0.3rem;
	background: var(--light);
	border: 1px solid var(--light);
	color: #444;
	margin: 5px 0 0 50px;
	padding: 5px 10px;
	position: relative;
}

.direct-chat-text::after, .direct-chat-text::before {
	border: solid transparent;
	border-right-color: var(--light);
	content: ' ';
	height: 0;
	pointer-events: none;
	position: absolute;
	right: 100%;
	top: 15px;
	width: 0;
}

.direct-chat-text::after {
	border-width: 5px;
	margin-top: -5px;
}

.direct-chat-text::before {
	border-width: 6px;
	margin-top: -6px;
}

.right .direct-chat-text {
	margin-left: 0;
	margin-right: 50px;
}

.right .direct-chat-text::after, .right .direct-chat-text::before {
	border-left-color: var(--light);
	border-right-color: transparent;
	left: 100%;
	right: auto;
}

.direct-chat-img {
	border-radius: 50%;
	float: left;
	height: 40px;
	width: 40px;
}

.right .direct-chat-img {
	float: right;
}

.direct-chat-infos {
	display: block;
	font-size: 0.875rem;
	margin-bottom: 2px;
}

.direct-chat-name {
	font-weight: 600;
}

.direct-chat-timestamp {
	color: #555;
}

.direct-chat-primary .right > .direct-chat-text {
	background: #00f;
	border-color: #00f;
	color: #ffffff;
}
  
.direct-chat-primary .right > .direct-chat-text::after, .direct-chat-primary .right > .direct-chat-text::before {
	border-left-color: #00f;
}

.direct-chat-primary .right > .direct-chat-text > a {
	color: #fff;
	text-decoration: underline !important;
}

/* Toast */

.toast {
	border: none !important;
}

#toast-container > div {
	margin: 1rem 0;
	padding: 1rem;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	opacity: 0.9;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	filter: alpha(opacity=90);
}

/* iOn Range Slider */

.irs--round .irs-min, .irs--round .irs-max,
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
	font-size: 0.85rem !important;
	line-height: 1.2 !important;
	font-family: 'Lato', sans-serif !important;
}

/* scw-switcher */

.scw-switcher-wrap,
.scw-trigger-icon {
	position: fixed !important;
	z-index: 698;
	left: auto;
	background-color: #fff
}

.side-panel-open .scw-switcher-wrap,
.side-panel-open .scw-trigger-icon {
	opacity: 0;
	display: none;
}

.scw-trigger-icon {
	width: 44px;
	height: 44px;
	top: 21px;
	right: 26px;
	border:0;
	padding:0;
	text-align:center;
	z-index:5;
	cursor:pointer
}

.scw-trigger-icon i {
	font-size:18px;
}

.scw-switcher-wrap.scw-switcher-open i:nth-of-type(1),
.scw-switcher-wrap:not(.scw-switcher-open) i:nth-of-type(2){display:none}

.scw-switcher-wrap {
	top: 20px;
	right:25px;
	padding:23px;
	width:0;
	height:0;
	border:1px solid rgba(0,0,0,.09);
	border-radius:3px;
	box-shadow:0 13px 42px 11px rgba(0,0,0,.05);
	overflow:hidden;-webkit-transition:all .45s ease;
	-o-transition:all .45s ease;
	transition:all .45s ease;
}

.scw-switcher-wrap.scw-switcher-open {
	width: 400px;
	height: 70%;
	padding: 35px 25px;
	overflow-y: scroll;
}

.scw-switcher-wrap .widget{margin:0}

.scw-switcher-wrap .line,
.scw-switcher-wrap .widget {
	opacity:0;
	-webkit-transition:opacity 0s ease;
	-o-transition:opacity 0s ease;
	transition:opacity 0s ease;
}

.scw-switcher-wrap.scw-switcher-open .line,
.scw-switcher-wrap.scw-switcher-open .widget {
	opacity:1;
	-webkit-transition:opacity .3s .4s ease;
	-o-transition:opacity .3s .4s ease;
	transition:opacity .3s .4s ease;
}
	
.scw-switcher-wrap .widget h4 {
	font-size:14px;letter-spacing:1px;margin-bottom:15px
}

.scw-switcher-wrap .btn-container {
	margin:0 -5px -5px 0
}

.scw-switcher-wrap .btn {margin:0 5px 5px 0}

.scw-switcher-wrap .row {margin:0 -5px}

.scw-switcher-wrap .col-6 {padding:5px}