/* ----------------------------------------------------------------
	Canvas: Store
-----------------------------------------------------------------*/

:root {
	--cnvs-themecolor: #222;
	--cnvs-themecolor-rgb: 34, 34, 34;
	--cnvs-body-font: 'Karla', sans-serif;
	--cnvs-primary-font: 'Karla', sans-serif;
	--cnvs-header-height: 70px;
	--cnvs-sticky-header-height: 70px;
	--cnvs-menu-gap: 30px;
}

* {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

#header {
	--cnvs-primary-menu-font-weight: 500;
	--cnvs-primary-menu-font-size:	1rem;
	--cnvs-primary-menu-tt:	none;
	--cnvs-primary-menu-ls:	0;
	--cnvs-primary-menu-submenu-font-size:	0.875rem;
	--cnvs-primary-menu-submenu-font-weight:	400;
	--cnvs-primary-menu-submenu-hover-font-weight: 500;
	--cnvs-primary-menu-submenu-tt:	none;
}

.is-expanded-menu .mega-menu-style-2 .mega-menu-title > .menu-link {
	font-size: calc(var(--cnvs-primary-menu-submenu-font-size) * 0.9);
}

#header {
	--cnvs-primary-menu-font-size: 13px;
	--cnvs-primary-menu-font-weight: 600;
	--cnvs-primary-menu-tt: uppercase;
	--cnvs-primary-menu-ls: 1px;
}








/* Custom Header Size
-----------------------------------------------------------------*/

.btn-link:hover { text-decoration: underline !important; }

.ls--1 { letter-spacing: -1px !important; }
.ls--2 { letter-spacing: -2px !important; }

.mega-menu-content.mega-menu-style-2 .menu-link {
	text-transform: none;
	font-weight: 400;
	font-size: 14px;
}

#top-account a {
	text-transform: uppercase;
	letter-spacing: 0;
	font-weight: 600;
	font-size: 13px;
	text-shadow: none;
}

.dark .header-misc a {
	color: rgba(255,255,255,0.9);
}

.dark .menu-item:hover > .menu-link,
.dark .menu-item.current > .menu-link {
	color: #faf1e5;
}

.slider-caption {
	position: absolute;
	left: 0;
	right: 0;
	text-align: left;
}

.slider-caption h2 {
	font-size: 4.8rem;
	letter-spacing: -2px;
	text-transform: none;
line-height:1.1;
}

.slider-caption p {
	margin-top: 15px;
	font-size: 1.125rem;
}

.slider-arrow-left,
.slider-arrow-right,
.flex-prev,
.flex-next {
	--right: 70px;
	--size: 26px;
	top: auto;
	bottom: 22px;
	left: calc(50% + 22px);
	right: 70px;`
	right: var(--right);
	margin-top: 0;
background: rgba(255,255,255,0.06);
backdrop-filter: blur(14px);
border: 0;
transition: all .25s ease;
	width: 26px;
	width: var(--size);
	height: 26px;
	height: var(--size);
	border-radius: 50%;
	transform: translateX(-50%);
	transition: all .4s ease;

}

.flex-prev,
.flex-next {
	opacity: 0;
	top: 50%;
	bottom: auto;
	left: auto;
	right: 8px;
	transform: translateY(-50%);
}

.product:hover .flex-prev,
.product:hover .flex-next { opacity: 1; }

.slider-arrow-left { left: calc(50% - 22px); }

.flex-prev { left: 4px; }

.slider-arrow-left i,
.slider-arrow-right i,
.flex-prev i,
.flex-next i {
	line-height: 26px;
	width: 26px;
	width: var(--size);
	height: 26px;
	height: var(--size);
	color: #DDD;
	color: rgba(0,0,0,0.8);
	text-shadow: none;
	font-size: 20px;
	margin-left: 2px;
	transition: color .4s ease;
}

.slider-arrow-left i,
.flex-prev i { margin-left: 0; }

.slider-arrow-left:hover i,
.slider-arrow-right:hover i,
.flex-prev:hover i,
.flex-next:hover i  { color: #FFF; }

.social-icons {
	position: absolute;
	left: 55px;
	bottom: 15px;
	z-index: 10;
}

.social-icons::before {
	content: '';
	position: absolute;
	left: -40px;
	top: 45%;
	width: 30px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.2);
}


.cat-card {
    overflow: hidden;
    position: relative;
    background: #070606;
}
.cat-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .8s ease;
    position: absolute;
    inset: 0;
}
.cat-card p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6 !important;
	opacity: .8;
}

.cat-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to top,
            rgba(7,6,6,.92) 0%,
            rgba(7,6,6,.45) 38%,
            rgba(7,6,6,.08) 100%
        );
    z-index: 1;
}
.card-img-overlay {
    z-index: 2;
}
.card-content {
    margin-top: auto;
    max-width: 85%;
}
.col-md-4:nth-child(2) .cat-card {
    transform: translateY(-24px);
}
.accent-line {
    width: 42px;
    height: 2px;
    background: #B08D57;
    margin-bottom: 24px;
}

.cat-card {
       min-height: 720px;
}
@media (max-width: 992px ) {
   .cat-card {
       min-height: 580px;
   }
}
@media (max-width: 767.98px) {
    .cat-card,
    .card-img-overlay {
        min-height: 360px;
    }
}



.cat-card:hover .button,
.feature-box:hover .button,
#quick-contact-form-submit:hover {
    background-color:#B08D57;
    color: #070606;
border-color: #B08D57;
}

/*.device-md .cat-card p { display: none; }*/


.button:hover, .btn:hover {
    transform: translateY(-2px);
}
/*home cat*/
@media (min-width: 767.98px ) and (max-width: 866px) {
.card .button {font-size: 12px !important; padding: 8px 16px;}
}


/*home slider*/
.device-lg #slider h2 { font-size:4.8rem !important; }
.device-md #slider h2 { font-size:56px !important; }
.device-sm #slider h2 { font-size:56px !important; }
.device-xs #slider h2 { font-size:38px !important; }



#homespecial h3 {letter-spacing: -1px !important; line-height:1.2;}
#homespecial p {line-height:1.5;}

.portfolio-item h3 { color: #B08D57;}




@media (min-width: 991px) and (max-width: 1259px) {
   .feature-box .button {
     font-size: 11px;
   }
}
@media (min-width: 576px) and (max-width: 767px) {
   .feature-box .button {
     font-size: 10px;
     padding: 7px 12px;
   }
}



.items-nav li a {
	display: block;
	position: relative;
	padding: 3px 8px;
	color: #888;
	transition: all .1s linear;
}

.items-nav li:hover a {
	background-color: #F5F5F5;
	color: #111;
}

.product-desc {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding: 15px 3px;
}

.product-title h3 {
	font-size: 17px;
	font-weight: 700;
	margin: 0;
}

.product-title span a { color: #999; }

.product-price {
	margin-bottom: 0;
	font-size: 15px;
}

.product-image { position: relative; }

.product-image .cart-btn {
	position: absolute;
	display: block;
	opacity: 0;
	bottom: 7px;
	left: 0;
	right: 0;
	width: calc(100% - 14px) !important; /* bottom 2x */
	max-width: 100%;
	margin: 0 auto;
	padding: 8px 0;
	height: auto;
	text-align: center;
}

.product:hover .product-image .cart-btn,
.product:hover .flex-control-nav.flex-control-thumbs {
	opacity: 1;
	z-index: 2;
}

.flex-control-nav.flex-control-thumbs {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	margin: 3px;
	transition: opacity .3s linear;
}

.flex-control-nav li {
	float: none;
	display: block;
	margin: 3px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
}

nav.flex-control-thumbs li:hover img,
.flex-control-nav.flex-control-thumbs li img.flex-active {
	border-width: 1px;
	opacity: 1;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
}

.flex-control-nav.flex-control-thumbs li,
.flex-control-nav.flex-control-thumbs li img {
	width: auto !important;
	height: 70px !important;
}

.container-fluid {
	padding-right: 40px;
	padding-left: 40px;
}

.footer-widgets-wrap li { margin-bottom: 3px; }
.dark .footer-widgets-wrap a { color: #888; }

.masonry-thumbs a::before {
	opacity: 0;
	display: flex;
	content: "";
	font-family: 'lined-icons';
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scale(1);
	font-size: 24px;
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.5);
	transition: opacity .3s, transform .3s ease;
}

.instagram-photos.masonry-thumbs a::before {
	content: "\F437";
	font-family: 'bootstrap-icons';
}

.masonry-thumbs a:hover::before {
	opacity: 1;
	transform: scale(1.2);
}


#modal-subscribe {
	left: auto;
	right: 0;
	top: auto;
	bottom: 0;
    max-width: 550px;
    height: auto;
}

#modal-subscribe .modal-dialog {
	margin: 0;
    border-radius: 0;
    max-width: 550px;
}

#modal-subscribe .modal-content {
	background-color: #EEE;
	border: 8px solid #FFF;
	border-radius: 0;
}

body.modal-open { overflow-y: auto; }
.modal-backdrop { display: none; }


/* Responsive Device less than 768px (.device-sm <)
-----------------------------------------------------------------*/
@media (max-width: 767.98px) {

	.items-nav li {
		position: relative;
		display: inline-block;
		margin: 5px;
	}

	.items-nav li:not(:last-child):not(.no-divider)::before {
		content: '/';
		position: absolute;
		right: -10px;
		top: 50%;
		color: #AAA;
		transform: translateY(-50%);
	}

	.fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li,
	.fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li img {
		width: auto !important;
		height: 80px !important;
	}

	.flex-control-nav.flex-control-thumbs { opacity: 1; }

	.modal-backdrop { display: block; }

}

/* Responsive Device more than 992px (.device-md >)
-----------------------------------------------------------------*/
@media (min-width: 992px) {

	#header.transparent-header.floating-header {
		--cnvs-header-floating-top-offset: 15px;
	}

	#header.transparent-header.floating-header #header-wrap {
		position: fixed;
		top: 15px;
		margin-top: 0;
		box-shadow: none;
		z-index: 199;
		border-bottom: 0;
	}

	#header.transparent-header.floating-header .container-fluid,
	#header.sticky-header.transparent-header.floating-header .container-fluid {
		width: calc(100% - 30px);
		width: calc(100% - var(--cnvs-menu-gap));
		padding: 0 30px;
		padding: 0 var(--cnvs-menu-gap);
		background-color: #070606;  /* 010b13 100f0f */
		transition: all .8s cubic-bezier(.19,1,.22,1);
	}

	#header.hover-light.transparent-header.floating-header .container-fluid,
	#header.sticky-header.transparent-header.floating-header .container-fluid {
		background-color: #FFF7EC !important;
		box-shadow: 0 0 10px rgba(0,0,0,0.1);
	}

	.floating-header .mega-menu-content {
		border: 0;
		width: calc(100% - 30px) !important;
		width: calc(100% - var(--cnvs-menu-gap) ) !important;
		margin: 0;
	}

	.menu-link {
		letter-spacing: 0.12rem;
	}

	.menu-container:hover > .menu-item:not(:hover):not(.active) > .menu-link { color: rgba(239, 229, 211, 0.55–0.7); }

	#header.sticky-header #header-wrap { background-color: transparent; }

	#top-account a {
		position: relative;
		display: block;
		z-index: 11;
	}

	.header-overlay::after {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 1;
		transition: background-color .3s cubic-bezier(.19,1,.22,1);
	}

	.card-img-overlay.bg { background-color: rgba(0, 0, 0, 0.4); }

	 .container-fluid {
		padding-right: 75px;
		padding-left: 75px;
	}

}


















@media (min-width: 992px) {

	.negative-service {
		position: relative;
		transform: translateY(-50%);
		z-index: 4;
	}

	.img-hover-in,
	.img-hover-in img,
	.product .product-image,
	.product .product-image img {
		transition: transform .5s ease-out,
			border-radius .5s ease-out;
		border-radius: 6px;
	}

	.img-hover-in:hover img,
	.product:hover .product-image img {
		transform: scale(1.15);
	}

	.img-hover-in:hover,
	.product:hover .product-image {
		transform: scale(0.95);
		border-radius: 10px;
	}

	.img-overlap img {
		width: calc(100% + 30%);
		max-width: none;
	}

	.img-overlap + div {
		border-radius: 0.3rem;
		padding: 60px;
	}

}


/* Single Page */
#sticky-dots {
	position: -webkit-sticky;
	position: sticky;
	top: 50%;
	margin-left: -20px;
	height: 100%;
	text-align: center;
	transform: translateY(-50%);
}

.sticky-dot {
	display: block;
	position: relative;
	padding: 0;
	margin: 3px 0;
	width: 18px;
	height: 18px;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	color: var(--cnvs-themecolor) !important;
	transition: all .3s ease;
	transform-origin: center center;
}

.sticky-dot i.bi-play {
	font-size: 20px;
}

.sticky-dot.active i.bi-circle::before {
	content: "\f287";
}

.sticky-dot.active i.bi-play::before {
	content: "\f4f4";
}

.sticky-dot.active {
	transform: scale(1.5);
	margin: 6px 0;
}


.cart-border .quantity {
	--cnvs-cart-quantity-bg: transparent;
	--cnvs-cart-quantity-border-color: var(--cnvs-themecolor);
	--cnvs-cart-quantity-bg-hover: transparent;
	border: var(--cnvs-cart-quantity-border) solid var(--cnvs-cart-quantity-border-color);
}

.cart-border-2 .quantity {
	--cnvs-cart-quantity-height: 48px;
	--cnvs-cart-quantity-color-hover: var(--cnvs-themecolor);
}


.section-single-features {
	padding: 60px 0;
}

.button-filter.button-filter-active-hide span:nth-child(2),
.button-filter span:nth-child(1) {
	display: none;
}

.button-filter.button-filter-active-hide span:nth-child(1) {
	display: block;
}

@media (min-width: 768px) {
	.skincare-shop-single .quantity {
		--cnvs-cart-quantity-width: 38px;
	}
}

.is-expanded-menu .mega-menu-small .mega-menu-content {
	left: 0;
	width: 50rem;
	transform: none;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

@media (min-width: 992px) {

	.skincare-shop-desc {
		position: -webkit-sticky !important;
		position: sticky !important;
		height: 100%;
		top: 50px;
	}

	.section-bottle-img {
		margin-top: -180px;
	}

	.section-single-features {
		padding: 100px 0 60px;
	}

	.button-filter i {
		transform: rotate(-90deg);
	}

	.skincare-shop-single .quantity {
		--cnvs-cart-quantity-width: 40px;
	}

	.page-title.page-title-parallax h1 {
		font-size: 3.5rem;
	}

}

.skincare-filter {
	transition:
		margin .4s ease,
		transform .4s ease,
		opacity .3s .15s ease;
	margin-right: 0%;
	opacity: 1;
	height: auto;
}

.skincare-filter-hide {
	margin-right: -25%; /*  col-* width */
	opacity: 0;
	height: 0;
}

.skincare-filter + div {
	transition: flex .4s ease,
	width .4s ease;
}

.skincare-filter-hide + div {
	flex: 1 1 auto;
	width: 100%;
}

.irs--round .irs-handle {
	border-color: var(--cnvs-themecolor);
}

.irs--round .irs-line {
	background-color: rgba(var(--cnvs-themecolor-rgb), .2) !important;
}

.shop-filter-count {
	opacity: .4;
	font-size: 0.75rem;
}

.active-filter .shop-filter-count {
	opacity: 1;
	color: var(--cnvs-themecolor);
}

.skincare-filter
	.list-unstyled li a {
	flex: 1 1 auto;
	display: block;
}

#shop-filter-btn.show {
	background-color: var(--cnvs-themecolor);
	color: #FFF !important;
}

#shop-filter-sorting .dropdown-item {
	padding: 0 !important;
	color: #111;
}
#shop-filter-sorting .dropdown-item.active,
#shop-filter-sorting .dropdown-item:active,
#shop-filter-sorting .dropdown-item:hover {
	background-color: var(--bs-gray-200) !important;
}
#shop-filter-sorting .dropdown-item span {
	display: block;
	padding: 8px 20px;
	border-bottom: 1px solid var(--bs-gray-200);
	font-size: .925rem;
}

#shop-filter-sorting .dropdown-toggle::after {
	content: "\F128";
	font-family: "bootstrap-icons";
	border: 0;
	vertical-align: middle;
	margin: 0 0 0 6px;
}



.skincare-shop-cart .quantity {
	--cnvs-cart-quantity-width: 32px;
	--cnvs-cart-quantity-height: 40px;
}

.skincare-shop-cart .cart td {
	padding: 16px 0px !important;
	border-color: rgba(0,0,0,0.05) !important;
}

.skincare-shop-cart .cart .cart_item:last-child td {
	border-bottom: 0 !important;
}

@media (max-width: 767.98px) {

	.cart:not(.cart-totals) .cart_item {
		border: 1px solid #EEE;
		margin-bottom: 1.5rem;
		padding: 3rem;
		background-color: rgba(var(--cnvs-themecolor-rgb), .075);
		border-radius: 10px;
	}
}

@media (min-width: 992px) {

	.skincare-shop-cart .quantity {
		--cnvs-cart-quantity-width: 44px;
		--cnvs-cart-quantity-height: 40px;
	}

}






.button-gradient {
	background:
radial-gradient(
    circle at 20% 10%,
    rgba(197,164,109,.08),
    transparent 30%
),
radial-gradient(
    circle at center,
    transparent 45%,
    rgba(20,14,10,.45) 100%
),
#24201C;

	border: 1px solid rgba(184,134,72,.18);

	color: #faf1e5 !important;

	box-shadow:
		0 8px 30px rgba(0,0,0,.35),
		inset 0 1px 0 rgba(255,255,255,.03);
}





.copyright-links a:hover {
	color: rgba(214,178,122,1);
}
