/** Shopify CDN: Minification failed

Line 3052:0 Unexpected "}"
Line 3642:0 Expected "}" to go with "{"

**/
/*=============================
  Theme Name: ----------------.
  Author: Svah Cosmetics
  Support: --------------
  Description: --------------.
  Version: 1.0
==============================*/

/* Base Css Start  */

@font-face {	
    font-family: 'cera_problack';	
    src: url('cerapro-black-webfont.woff2') format('woff2'),	
         url('cerapro-black-webfont.woff') format('woff');	
    font-weight: normal;	
    font-style: normal;	
}	
@font-face {	
    font-family: 'cera_problack_italic';	
    src: url('cerapro-blackitalic-webfont.woff2') format('woff2'),	
         url('cerapro-blackitalic-webfont.woff') format('woff');	
    font-weight: normal;	
    font-style: normal;	
}	
@font-face {	
    font-family: 'cera_probold';	
    src: url('cerapro-bold-webfont.woff2') format('woff2'),	
         url('cerapro-bold-webfont.woff') format('woff');	
    font-weight: normal;	
    font-style: normal;	
}	
@font-face {	
    font-family: 'cera_probold_italic';	
    src: url('cerapro-bolditalic-webfont.woff2') format('woff2'),	
         url('cerapro-bolditalic-webfont.woff') format('woff');	
    font-weight: normal;	
    font-style: normal;	
}	
@font-face {	
    font-family: 'cera_proitalic';	
    src: url('cerapro-italic-webfont.woff2') format('woff2'),	
         url('cerapro-italic-webfont.woff') format('woff');	
    font-weight: normal;	
    font-style: normal;	
}	
@font-face {	
    font-family: 'cera_prolight';	
    src: url('cerapro-light-webfont.woff2') format('woff2'),	
         url('cerapro-light-webfont.woff') format('woff');	
    font-weight: normal;	
    font-style: normal;	
}	
@font-face {	
    font-family: 'cera_prolight_italic';	
    src: url('cerapro-lightitalic-webfont.woff2') format('woff2'),	
         url('cerapro-lightitalic-webfont.woff') format('woff');	
    font-weight: normal;	
    font-style: normal;	
}	
@font-face {	
    font-family: 'cera_promedium';	
    src: url('cerapro-medium-webfont.woff2') format('woff2'),	
         url('cerapro-medium-webfont.woff') format('woff');	
    font-weight: normal;	
    font-style: normal;	
}	
@font-face {	
    font-family: 'cera_promedium_italic';	
    src: url('cerapro-mediumitalic-webfont.woff2') format('woff2'),	
         url('cerapro-mediumitalic-webfont.woff') format('woff');	
    font-weight: normal;	
    font-style: normal;	
}	
@font-face {	
    font-family: 'cera_proregular';	
    src: url('cerapro-regular-webfont.woff2') format('woff2'),	
         url('cerapro-regular-webfont.woff') format('woff');	
    font-weight: normal;	
    font-style: normal;	
}	
@font-face {	
    font-family: 'cera_prothin';	
    src: url('cerapro-thin-webfont.woff2') format('woff2'),	
         url('cerapro-thin-webfont.woff') format('woff');	
    font-weight: normal;	
    font-style: normal;	
}	
@font-face {	
    font-family: 'cera_prothin_italic';	
    src: url('cerapro-thinitalic-webfont.woff2') format('woff2'),	
         url('cerapro-thinitalic-webfont.woff') format('woff');	
    font-weight: normal;	
    font-style: normal;	
}	

@font-face {	
    font-family: 'nexa_bold';	
    src: url('Nexa-Bold.woff2') format('woff2'),	
         url('Nexa-Bold.woff') format('woff');	
    font-weight: normal;	
    font-style: normal;	
}	

@font-face {	
    font-family: 'nexa_thin';	
    src: url('Nexa-Light.woff2') format('woff2'),	
         url('Nexa-Light.woff') format('woff');	
    font-weight: normal;	
    font-style: normal;	
}	

html {
	font-size: 62.5%;
}
 body {
/*    	display: none; */
	font-family: 'cera_proregular', sans-serif;
	font-weight: normal;
	font-style: normal;
	max-width: 1920px;
	margin-left: auto !important;
	margin-right: auto !important;
	color: #000;
}
.fix {
    overflow: hidden;
}

p {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #000;
	margin-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'cera_probold', sans-serif !important;
	font-weight: 700;
	color: #000;
	margin-top: 0px;
}
h2 {
	font-size: 3.6rem;
}
h3 {
	font-size: 2.8rem;
}
h4 {
	font-size: 2.2rem;
}
h5 {
	font-size: 1.8rem;
}
h6 {
	font-size: 1.6rem;
}

a, span {
	font-size: 1.6rem;
}
.img {
	max-width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover{
	text-decoration: none;
}

span, a {
    display: inline-block;
}
ul,ol {
	margin: 0px;
	padding: 0px;
    list-style-type: none;
}
div[data-relative="yes"] {
	position: relative;
}
/* Base Css End */

::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #000; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000; 
}

/* offCanvasMenu css start */
.offCanvasMenu {
	position: fixed;
	left: -100%;
	top: 92px;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 99999999;
	transition: .5s;
  overflow-y:scroll;
}

.template-index z	.offCanvasMenu {
	top: 110px;
}

.no-skintone .offCanvasMenu {
  top: 60px;}
.offCanvasMenu.active {
	left: 0;
    
}
.mobileMenu {
	padding-left: 10%;
	padding-top: 50px;
	padding-right: 20px;
  	width:45%;
  	float:left;
}
.mobileMenu li {
	margin-bottom: 6px;
	padding-bottom: 5px;
    padding-left: 24px;
}
.mobileMenu li a {
	color: #000;
	font-size: 20px;
	transition: .3s;
	position: relative;
    font-weight:bold;
    font-family: 'cera_probold', sans-serif;
}

.mobileMenu li ul.ingredients-menu li {width:48%; float:left; padding:2px 5px;}
.off-canvas-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000000;
	opacity: 0;
	cursor: pointer;
	visibility: hidden;
	transition: .5s;
}
.off-canvas-overlay.active {
	opacity: .5;
	visibility: visible;
}
.close-MobileMenu {
	position: absolute;
	top: 8px;
	left: 20px;
	color: #403b3b;
	font-size: 26px;
	cursor: pointer;
}
.notifications::after {
	color: #fff;
}
.read-more.text-right {
	margin-top: 20px;
}
.mobile-bar i {
	color: #4285f4;
	font-size: 23px;
	cursor: pointer;
}
.mobile-bar {
	display:none;
}
.mobile-menu {
	cursor: pointer;
  	padding-left: 23px;
      margin-top: 8px;
}

.header-right {padding-right:18px;}
/* offCanvasMenu menu css end */
.custm-padding {
	padding-left:200px;
	padding-right: 200px;
}
.header-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 99;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	right: 0;
	padding-top: 50px;
	padding-bottom: 14px;
}

.header-area.no-skintone {padding-top: 31px;padding-bottom: 30px; transition: .5s;}
.user-part li {
	margin-left: 20px;
	position: relative;
}
  .user-part {
	display: flex;
	align-items: center;
	justify-content: flex-end;
  }

  .user-part li a i {
	color: #000;
	font-size: 21px;
	visibility: ;
	vertical-align: middle;
	margin-top: 2px;
}
.user-part li a.red i {
	color: red;
}
  /* sec-one css start  */
  
.collection-img img {
	max-width: 100%;
	width: 100%;
  }
  .collection-img {
	position: relative;
	margin-top: 65px;
	margin-left: 30px;
	margin-bottom: 40px;
}

  .slick-slide img.mobile-img {
        display:none;
    }
	
	.slick-slide img.desktop-img {
        display:block;
    }

.slick-slide {
    outline: none
}
	
	  .sec-three-content-wrapper img.mobile-img, .mobile-img {
        display:none !important;
    }

.boxx-btn.infusion-potrait-img {
        display:none !important;
    }
	
	.sec-three-content-wrapper img.desktop-img, .desktop-img {
        /* display:block !important;z-index:1; */
    }

  .trans-heading {
	font-size: 50px;
	position: absolute;
	top: -51px;
	line-height: 52px;
	left: -33px;
	margin: 0;
    z-index: 1;
    letter-spacing:1px;
  }
  .section.sec-1 {
	margin-top: 58px;
}
  .trans-heading a {
	color: #000;
	display: block;
	font-size: 18px;
    font-weight: 500;
    letter-spacing:1px;
    text-transform:uppercase;
  }
  .arrow-common-design .slick-dots li {
	display: inline-block;
  }
  .arrow-common-design .slick-dots {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}
  .arrow-common-design .slick-dots li button {
	background: #000;
	padding: 0;
	border: 0;
	text-indent: -5000px;
	width: 5px;
	height: 5px;
	margin: 0 5px;
	border-radius: 50%;
	cursor:pointer;
  }
  .arrow-common-design .slick-dots li.slick-active button {
		transform: scale(2);
  }
  /* sec-one css end  */

  /* sec-two css start  */
  .section.sec-2 {
/* 	background: linear-gradient(to right, #f0eff0, #fff, #fff); */
}
.sec-two-img-wrap img {
	max-width: 100%;
	width: 100%;
}
.sec-two-img-wrap img {
	max-width: 675px;
	width: 100%;
}
  .common-content h2 {
	font-size: 21px;
    line-height: 28px;
	margin-bottom: 14px;
  }
  .common-content p {
	font-weight: 600;
	font-size: 14px;
    line-height:18px;
    font-weight:500;
	margin-bottom: 28px;
  }
  .box-btn {
	background: #000;
	color: #fff;
	font-size: 10px;
	padding: 8px 15px;
	display: inline-block;
	transition: .3s;
    letter-spacing:1px;
  }

 .box-btn:hover {
	color: #efefef;
	}
  .section.sec-2::before {
/* 	height: 65%;
	width: 60%;
	bottom: 145px;
	left: 9%;
	background: linear-gradient(to right, #b7cada, #a0b2c3);
	content: "";
	position: absolute; */
}
  .section.sec-2::after {
/* 	position: absolute;
	width: calc(70% - 18%);
	height: 363px;
	background: #c7c2bb;
	content: "";
	top: 0;
	right: calc(31%); */
  }
  .section.sec-2 .container-fluid {
	  position: relative;
	  z-index: 1;
  }
  .section-tag-title {
	position: absolute;
	top: 40%;
	transform: rotateZ(-90deg);
	font-weight: 500;
	text-transform: uppercase;
	font-size: 18px;
	left: -17px;
	letter-spacing: 4px;
    line-height: 22px;
}


.section.sec-3 .section-tag-title {left:-31px;}
.section.sec-4 .section-tag-title {left:-21px;}


.template-index .section.sec-5 .section-tag-title {left:-21px;}


  .section.sec-5.producg-pge .section-tag-title {
    left: -34px;}

.sec-three-m-img img {
	max-width: 100%;
  }
  .sec-three-m-img {
	text-align: center;
	position: relative;
	max-width: 375px;
	margin-left: auto;
	margin-right: auto;
    z-index: 1;
}
.pic-trans {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-size: 40px;
    line-height:44px;
	font-weight: 900;
	text-transform: uppercase;
	top: -27px;
    z-index:2;
  }
  .sec-three-outer-wrp {
	max-width: 375px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 95px;
}

.sec-three-m-img.left {
	position: absolute;
	left: -300px;
	top: -70px;
  }
  .sec-three-m-img.right {
	position: absolute;
	top: -250px;
	right: -285px;
    z-index: 0;
  }
  .sec-three-outer-wrp {
	position: relative;
}
.sec-three-m-img.left .pic-trans {
	top: auto;
	bottom: -27px;
}
.sec-three-m-img.right .pic-trans {
	top: auto;
	bottom: -27px;
}
  /* sec-two css end */

  /* sec-4 css start  */
  
.all-btns-g-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-row-gap: 30px;
	grid-column-gap: 50px;
	padding-bottom: 155px;
  }
  .boxx-btn {
	border: 1px solid #000;
	text-align: center;
	padding: 12px 20px;
	color: #000;
	font-weight: 500;
	font-size: 10px;
	display: inline-block;
	transition: .3s;
	position: relative;
    line-height:20px;
    text-transform:uppercase;
    letter-spacing:2px;
  }
  .boxx-btn.infusion-landscape-img.display {
	color: #fff;
	border-color: #000;
	background-color: rgba(0, 0, 0, 1);
	
  }

  .boxx-btn.infusion-landscape-img.display .drop-content {
	  top: calc(100% + 1px);
	  opacity: 1;
	  visibility: visible;
  }

  .boxx-btn.infusion-potrait-img.display {
	color: #fff;
	border-color: #000;
	background-color: rgba(0, 0, 0, 0.8);
	
  }
  .boxx-btn.infusion-potrait-img.display .drop-content {
	  top: calc(100% + 1px);
	  opacity: 1;
	  visibility: visible;
    background-color: rgba(0, 0, 0, 0.8);
  }


.boxx-btn.infusion-landscape-img.display {
	color: #fff;
	border-color: #000;
	background-color: rgba(0, 0, 0, 0.8);
	
  }
  .boxx-btn.infusion-landscape-img.display .drop-content {
	  top: calc(100% + 1px);
	  opacity: 1;
	  visibility: visible;
    background-color: rgba(0, 0, 0, 0.8);
  }

 
  .about-footer  .boxx-btn.mobile-img.display .drop-content {
	  top: calc(100% + 0px);
	  opacity: 1;
	  visibility: visible;
    background-color: rgba(255, 255, 255, 1);
  }

  .drop-content {
	position: absolute;
	top: 0;
	left: -1px;
	right: 0;
	width: calc(100% + 2px);
	border: 1px solid #000;
	border-top: 0;
	background-color: rgba(0, 0, 0, 1);
	z-index: 1;
	padding: 10px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	backface-visibility: hidden;
}
  .drop-content p {
	font-size: 10px;
	line-height: 14px;
	color:#fff;
	transition: .5s;
    text-align: center;
    text-transform:none;
    letter-spacing:1px;
  }
  .section.sec-4 {
	background-size: cover;
	background-position: center;
	width: 100%;
}
#change-bg {
	transition: background-image .4s;
}


.sec-4-title-para p {
	font-size: 14px;
	margin-bottom: 100px;
	max-width: 1110px;
	line-height: 18px;
	margin-left: auto;
	margin-right: auto;
  }

  /* sec-4 css end */

  

  /* sec-5 css start  */
  
.s-pd-img img {
	max-width: 100%;
	width: 100%;
  }
  .add-to-cart {
	text-transform: uppercase;
	color: #000;
	font-size: 14px;
	display: block;
	text-align: right;
	margin-top: 10px;
    line-height:18px;
  }
  .add-to-cart:hover {
	  color: #000;
  }
  .add-to-cart span {
	display: inline-block;
	line-height: 18px;
    font-size: 14px;
}
.add-to-cart i {
	vertical-align: inherit;
	margin-left: 4px;
      margin-right: 1px;
}
.s-pd-img {
	position: relative;
	overflow: hidden;
}

.s-pd-img a {display:block;}
  .s-trans-content {
	position: absolute;
	top: 50px;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #F2F2F2;
	padding: 20px 14% 20px 14%;
	display:flex;
	flex-direction: column;
	justify-content: space-around;
	opacity: 0;
	visibility: hidden;
	transition: .4s;
	z-index: 1;
  }
.single-pd {
	overflow: hidden;
}  

  .single-pd:hover .s-trans-content {
	  opacity: 1;
	  visibility: visible;
	  top:0;
  }
.s-trans-inner h4 {
	color: #fff;
	font-size: 24px;
    line-height: 28px;
    text-transform:uppercase;
    letter-spacing:2px;
  }
  .s-trans-inner span {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	line-height: 18px;
    text-transform: capitalize;
    letter-spacing:2px;
  }

   .s-trans-inner span.variants {
	font-size: 14px;
	line-height: 16px;
    font-weight: 400;
    text-transform: none;
  }

  .hlk-bdr {
	height: 7px;
	width: 50px;
	background: #fff;
	display: block;
	margin-top: 10px;
  }
  .trans-price {
	color: #fff;
	font-size: 14px;
    line-height: 18px;
    letter-spacing:2px;
  }

  .arrow-common-design .slick-arrow {
	position: absolute;
	top: 47%;
	transform: translateY(-50%);
	background: none;
	border: 0;
	color: #000;
	font-size: 34px;
	cursor: pointer;
	padding: 0;
	z-index: 1;
	left: -20px;
}
.arrow-common-design .slick-next.slick-arrow {
	left: auto;
	right: -20px;
}
  /* sec-5 css end */

  /* sec-6 css start  */
  .brand-g-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	align-items: center;
	grid-column-gap: 40px;
	grid-row-gap: 40px;
	padding-bottom: 100px;
}
  .brand-item img {
	max-width: 100%;
  }
  .brand-item {
	text-align: center;
  }
  .section.sec-6 {
	background: #eeeeee;
  }
  /* sec-6 css end */

  /* sec-7 css start  */
  
.section.sec-7 {
	border-top: 1px solid #000;
  }

.template-index .section.sec-7 {
	border: none !important;
  }
  .footer-g-wrap {
	display: grid;
	grid-template-columns: calc(40% - 30px) 60%;
	grid-gap: 30px;
  }
  .footer-men-wrap {
	display: flex;
	justify-content: space-between;
	padding-left: 100px;
}
  .footer-widget h3 {
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 10px;
  }
  .ft-links li a {
	color: #000;
	font-weight: 500;
	font-size: 16px;
	display: inline-block;
  }
  .ft-links li {
	margin-bottom: 2px;
  }
  .input-inside input {
	width: 172px;
	border: 0;
	border-bottom: 2px solid #ababab;
	color: #ababab;
	font-size: 11px;
	height: 26px;
    margin-right:10px;
    letter-spacing:1px;
    margin-bottom: 0;
    padding: 0;
  }
  .input-inside {
	display:block;
    margin-top: 20px;
  }
  .input-inside button {
	background: #000;
	color: #fff;
	border: 0;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 500;
    padding: 0 11px;
  }
.input-inside button:hover {
	color:#fff;}
.input-inside .input-group .input-group__field {min-height:26px !important;}
  .follow-wrap {
	margin-top: 20px;
	display: flex;
  }
  .follow-wrap p {
	color: #000;
	font-weight: bold;
	font-size: 18px;
	margin-right: 10px;
  }
  .social-lnk li {
	display: inline-block;
  }
  .social-lnk li a {
	display: inline-block;
	color: #000;
	font-size: 18px;
	margin-left: 8px;
  }
  /* sec-7 css end */


  /* over-content css start  */
  .ckBox {
	display: block;
	position: relative;
	padding-left: 40px;
	margin-bottom: 0;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
       
}
  
  /* Hide the browser's default checkbox */
  .ckBox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
	position: absolute;
	top: 10px;
	left: 0;
	height: 15px;
	width: 15px;
	background-color: #F8E1CE;
}
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the checkmark when checked */
  .ckBox input:checked ~ .checkmark:after {
	display: block;
  }
  
  /* Style the checkmark/indicator */
  .ckBox .checkmark::after {
	width: 100%;
	height: 100%;
	border: 2px solid #4d4d4d;
    border-radius:50%;
    border-style: outset;
}
.over-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #EDEBEB;
	z-index: 1;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 5px;
}
.check-search-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 4px;
  
}

.check-search-wrap p {margin-bottom:-8px !important; padding:5px 10px; cursor:pointer;}
.skintone-popup-active {overflow-y: hidden; opacity: 1;background-color:rgba(0,0,0,0.05);}
 
.skintone-popup-active .header-area {background-color:rgba(0,0,0,0.005);}

.s-check-box {
	display: flex;
	align-items: center;
}

.close-over-content {
	position: absolute;
	right: 15px;
	top: 12px;
	cursor: pointer;
  }
  .close-over-content i {
	color: #000;
	font-size: 21px;
  }
  .show-ppp {
	  display:none;
  }
  .show-ppp.show {
	display: block;
    z-index: 1;
    padding-bottom: 4px;
        transition: .5s;
}

.ckBox.c1 .checkmark {
	background:#F8E0CE;
    background-size:cover;
   
}
.ckBox.c2 .checkmark {
	background:#EBD2BE;
  	background-size:cover;
  
}
.ckBox.c3 .checkmark {
	background:#D2AE93;
  	background-size:cover;
  
}
.ckBox.c4 .checkmark {
	background:#BD9D85;
  	background-size:cover;
  
}
.ckBox.c5 .checkmark {
	background:#927968;
  	background-size:cover;
  
}
.show-ppp {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
      transition: .5s;
}
  /* over-content css end */


  /* catalog-page css start  */
  .product-g-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 60px;
	margin-bottom: 80px;
}
.single-pd.pd-item.style-2 {
/* 	margin-top: 80px; */
}

.prism-area.single-pd {margin-bottom:0;}

.twin-title-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  .keywrod-wt-heading {
	display: flex;
	align-items: center;
  }
  
.keywrod-wt-heading h2 {
	color: #000;
	font-size: 50px;
	margin: 0;
	margin-right: 35px;
    line-height:52px;
  letter-spacing: 3px;
  }
  .keyword {
	background: #ebebeb;
	padding: 5px 10px;
	display: inline-block;
	color: #000;
	font-size: 12px;
	line-height: 16px;
	margin: 5px;
  }
  .keyword i {
	font-size: 12px;
	margin-left: 5px;
	cursor: pointer;
  }
  .filter-key-wrap > a {
	color: #000;
	font-size: 16px;
	display: inline-block;
  }
  .filter-key-wrap a i {
	margin-left: 20px;
  }
  .twin-title-wrap {
	margin-bottom: 30px;
}
  
.prism-img img {
	max-width: 700px;
	width: 100%;
  }
  .common-content.prism-content {
	position: absolute;
	right: 26px;
	top: 20px;
}
.prism-trans-img {
	position: absolute;
	right: 0;
	max-width: 430px !important;
	bottom: -40px;
}
.prism-area {
	margin-bottom: 120px;
}
.section.sec-7.catlog-pge {
	padding-top: 60px;
	padding-bottom: 50px;
}
.product-area {
	padding-top: 20px;
}
.prism-area .custm-padding {
	padding-left: 0;
	padding-right: 0;
}
.prism-img {
	max-width: 975px;
}
.inner-catalog-wrapper {
	overflow: hidden;
}
/* catalog filter css start  */
/* The container */
.checkBox {
	display: block;
	position: relative;
	padding-left: 28px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #000;
	font-weight: 500;
    text-transform: uppercase;
    letter-spacing:2px;
}
  
  /* Hide the browser's default checkbox */
  .checkBox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
	position: absolute;
	top: 0px;
	left: 0;
	height: 28px;
	width: 28px;
	background-color: #f2f2f2;
	border: 0;
	border-radius: 50%;
    
}
  /* When the checkbox is checked, add a blue background */
  .checkBox input:checked ~ .checkmark {
	border-color:#000;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the checkmark when checked */
  .checkBox input:checked ~ .checkmark:after {
	display: block;
  }
  
  /* Style the checkmark/indicator */
  .checkBox .checkmark::after {
	left: 4px;
	top: 1px;
	width: 6px;
	height: 11px;
	border: solid #000;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.filter-content-wap {
	width: 480px;
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 111;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transition: .4s ease-in-out;
}
.filter-content-wap.show {
	opacity: 1;
	visibility: visible;
	right: 0;
}
  .filter-key-wrap {
	position: relative;
  }
  .all-checkbox li {
	float: left;
	width: 50%;
  }
  .sn-title {
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 16px;
    letter-spacing:2px;
}
.chuns-wrap {
	border-bottom: 1px solid #000;
	overflow: hidden;
	padding-bottom: 12px;
	margin-bottom: 24px;
	padding-left: 5px;
	padding-right: 5px;
}
  .chuns-outer-wrap {
	padding: 20px;
}

.cc1 {
	width: 22px;
	height: 22px;
	border: 0;
	background: #000;
	border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
  }
  .cc1.c2 {
	background: #003470;
  }
  .cc1.c3 {
	background: #A2610A;
  }
  .cc1.c4 {
	background: #9E042E;
  }
  .cc1.c5 {
	background: #937968;
  }
  .cc1.c6 {
	background: #F0145C;
  }
  .cc1.c7 {
	background: #937968;
  }
  .cc1.c8 {
	background: #662E90;
  }
  .cc1.c9 {
	background: #818181;
  }
  .filter-content-wap > h3 {
	background: #000;
	color: #fff;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 18px;
	padding: 8px;
	position: relative;
	margin: 0;
    line-height:22px;
}
  .filter-content-wap > h3 i {
	font-weight: 400;
	left: 14px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
  }
  
.twin-pop-btn {
	display: grid;
	grid-template-columns: 1fr 1fr;
  }
  .twin-pop-btn a {
	text-align: center;
  }
  .twin-pop-btn a {
	border: 2px solid #000;
  }
  .twin-pop-btn a:last-child {
	background: #fbf8f8;
	color: #000;
    line-height: 15px;
  }

.twin-pop-btn.product-pge a.box-btn.add-wish {
	background: #f2f2f2;
	color: #000;
    line-height: 15px;
  }

  .cc1.type-2 {
	border: 1px solid #f8e0ce !important;
    background: #f8e0ce !important;}
  
    .cc1.c1.type-2 {
	border: 1px solid #FDF0E7 !important;
	background: #FDF0E7 !important;
  }

.cc1.c2.type-2 {
	border: 1px solid #efb794 !important;
	background: #efb794 !important;
  }
    
  .cc1.c3.type-2 {
	background: #e6b897 !important;
    border: 1px solid #e6b897 !important;
  }
  
  .cc1.c4.type-2 {
	background: #e7aa8e !important;
    border: 1px solid #e7aa8e !important;
  }

.cc1.c5.type-2 {
	border: 1px solid #b4865f !important;
	background: #b4865f !important;
  }
/* catalog filter css end */
  /* catalog-page css end */


  /* product page css start  */
  section.section {
	position: relative;
}

.live-in-img {
	position: relative;
	max-width: 990px;
  z-index: 1;
  }
  .live-in-img img {
	max-width: 100%;
	width: 100%;
  }
  .common-content.in-live {
	position: absolute;
	right: -150px;
	top: 50%;
	max-width: 400px;
	transform: translateY(-50%);
  }

.common-content.in-live p {font-weight:500; font-size:18px; line-height:22px;}

  .section.live-area .section-tag-title {
	left: 0;
}
.section.live-area {
	padding-bottom: 80px;
}
.section.sec-5.producg-pge {
	margin-bottom: 70px;
}

.pd-show-g-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
  }
  .pd-show-img {
	text-align: center;
	justify-content: center;
	display: flex;
}

  .pd-show-area {
	position: relative;
	padding-top: 50px;
	padding-bottom: 60px;
  }
  .pd-show-area::after,
  .color-story-area::after {
	position: absolute;
	width: 88%;
	left: 0;
	height: 100%;
	background: #f2f2f2;
	content: "";
	top: 0;
	z-index: -1;
	padding-top: 50px;
    margin-left: 12%;
}
.color-story-area {
	overflow: hidden;
	padding-bottom: 30px;
    margin-bottom: 30px;
}
  .title-p {
	font-size: 14px;
  }
  .title-p span {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
  }
  .pd-show-content-inner p {
	font-size: 14px;
	margin-bottom: 16px;
    font-weight: 300;
}
  .nav-link-wrap a {
	color: #000;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
    letter-spacing: 1px;
    line-height:18px;
  }
  
.nav-link-wrap a {
	padding: 0;
	margin-right: 22px;
  }
  .nav-link-wrap a.active {
    font-family: 'cera_probold', sans-serif !important;
}
  .nav-link-wrap a:last-child {
	margin-right: 0;
  }
.tb-links li:not(:last-child) {
	margin-right: 18px;
  }
  .nav-link-wrap a::after {
	height: 15px;
	width: 3px;
	background: #000;
	content: "";
	top: 50%;
	position: absolute;
	right: -12px;
	transform: translateY(-50%);
  }
  .nav-link-wrap a:last-child:after {
	content: none;
  }
  .nav-link-wrap {
	margin-bottom: 10px;
  }
  .choose-color {
	margin-bottom: 15px;
    min-height:42px;
    max-width:450px;
}

.left-counter {
	display: flex;
	align-items: center;
  }
  .left-counter h4 {
	font-size: 14px;
	margin: 0;
	text-transform: uppercase;
	margin-right: 7px;
  }
  .quantity-coutner-wrap {
	display: grid;
	grid-template-columns: 200px auto;
	align-items: center;
  }
  .right-counter p {
	margin-bottom: 0;
	font-size: 14px;
	text-transform: capitalize;
    font-weight:300;
  }
  
.nice-number button {
	border: 2px solid #000;
	width: 22px;
	height: 22px;
	padding: 0;
	font-size: 16px;
	line-height: 17px;
	cursor: pointer;
  }
  .nice-number input {
	border: 0;
	background: transparent;
	font-size: 14px;
	color: #000;
	opacity: 1;
	padding: 0 3px;
  }
  .quantity-coutner-wrap {
	margin-bottom: 24px;
  }
  
.product-show-img-outer h4 span {
	background: #000;
  }
  .product-show-img-outer {
	text-align: center;
  }
  .product-show-img-outer h4 {
	text-align: left;
	max-width: 230px;
	margin-left: 40px;
	margin-right: auto;
	margin-bottom: 22px;
}

.template-collection .product-show-img-outer h4{height:65px;}

.verticle-imgs {
	position: absolute;
	bottom: 12px;
	left: -30px;
	z-index: 44;
}
  .verticle-imgs img {
	display: block;
	margin-bottom: 10px;
	max-width: 100px;
    margin-left: 5px;
  }
  .tb-links li:first-child a {
	text-decoration: underline;
}
.trans-base-wrap {
	position: relative;
	width: 175px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 355px;
	margin-bottom: 310px;
	z-index: 1;
	height: 1px;
}
  .trans-im-one {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
  }
  .trans-im-two {
	position: absolute;
	right: 100%;
	max-width: 250px;
	top: -150px;
  }
  .trans-im-three {
	position: absolute;
	bottom: 25px;
	max-width: 200px;
	left: -145px;
	z-index: -1;
  }
  .trans-im-four {
	position: absolute;
	left: 50%;
	max-width: 300px;
	z-index: -1;
	top: -125px;
  }
  .trans-base-wrap > h2 {
	position: absolute;
	z-index: 2;
	left: -300px;
	bottom: -157px;
}

.twin-pop-btn a:hover {
	color: #fff;
  }
  .twin-pop-btn a:last-child:hover {
	color: #000;
  }
  .single-wish-product {
	display: grid;
	grid-template-columns: 130px auto;
	grid-gap: 15px;
	margin-bottom: 25px;
}
  .wish-pd img {
	max-width: 100%;
  }
  .wish-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-top: 5px;
	padding-bottom: 10px;
    position: relative;
  }
  .wish-btm-content p {
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 14px;
    line-height: 18px;
  }

 .wish-btm-content p.quantity-selector
{    float: left;
    padding-top: 8px;
    padding-right: 15px;}

  .pric-del {
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  .wish-price {
	font-weight: bold;
	font-size: 16px;
  }
  .wish-content h4 {
	font-size: 18px;line-height: 20px;
  }
  .wish-content h4 span {
	background: #000;
  }
  .filter-content-wap.style-2 {
	width: 415px;
}

.filter-content-wap.style-2 {
	width: 415px;
  }
  .wish-inner-div {
	height: auto;
	padding-bottom: 30px;
}
  .delete-wish {
	cursor: pointer;
}
.wish-outer-div {
	overflow-y: scroll;
	padding: 30px;
	padding-bottom: 60px;
	height: calc(var(--vh, 1vh) * 100);
}


.total-wrap span{font-size:14px; line-height:18px;}

.twin-pop-btn.product-pge {
	position: relative;
	background: transparent;
}


.input-g-wrap {
	display: grid;
	grid-template-columns: auto 86px;
	grid-gap: 10px;
  }
  .input-g-wrap input {
	height: 30px;
	text-transform: uppercase;
	font-size: 12px;
	padding-left: 5px;
	border: 0;
	border-bottom: 2px solid #000;
  }
  .input-g-wrap button {
	height: 30px;
	border: 0;
	line-height: 15px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
  }
  .total-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #000;
	padding: 7px 0;
  }
  .total-wrap span {
	font-weight: bold;
  }
  .box-btn.checkout {
	width: 100%;
	border: 0;
	margin-top: 25px;
}
.checkout-form {
	position: absolute;
	bottom: 0;
	width: 355px;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	padding-bottom: 20px;
}
#cartContent {
	left: auto;
      background: #fff !important;

}

.cart-popup-wrap {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0px 20px 20px;
	position: fixed;
	z-index: 555;
	background: #fff;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	height: 100vh;
	padding-top: 0;
}
.off-canvas-overlay-two {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 222;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	top: 0;
	left: 0;
}
.off-canvas-overlay-two.show {
	opacity: .5;
	visibility: visible;
}
.cart-popup-wrap.show {
	opacity: 1;
	visibility: visible;
}
.product-show-img-outer.in-pop {
	position: relative;
	margin-bottom: 10px;
	margin-top: 30px;
}
.verticle-imgs.in-right {
	left: auto;
	right: 0;
	z-index: 99;
	max-width: 115px;
	top: 20px;
}


.template-collection .verticle-imgs.in-right {z-index:1;}
  .product-show-img-outer.in-pop::after {
	position: absolute;
	width: 92%;
	height: 100%;
	background: #EDEDED;
	content: "";
	top: 0;
	left: -20px;
	z-index: -1;
  }
  .pd-show-content-inner h4.trans-pop-heading {
	font-size:22px;
    margin-bottom:20px;
}
.close-cart-pop {
	position: absolute;
	right: 20px;
	background: #fff;
	width: 98%;
	left: 0;
	top: 0;
	z-index: 100;
	height: 40px;
	text-align: right;
	padding-right: 20px;
	padding-top: 16px;
}

  .close-cart-pop i {
	color: #000;
	font-size: 22px;
	cursor: pointer;
  }
  .checkmark.radio {
	border-radius: 50%;
	width: 24px;
	height: 24px;
}

.checkBox.radio input:checked ~ .checkmark.radio {
	background-color: #000;
	border-color: #000;
  }
  .color-g-wrap-two {
	display: flex;
	flex-wrap: wrap;
}
.checkBox.radio {
	margin-right: 5px;
}

.checkBox.radio input:checked ~ .checkmark.radio.c2 {
	background-color: #710012;
  }

.checkBox.radio input:checked ~ .checkmark.radio.c3 {
	background-color: #CF6474;
  }

.checkBox.radio input:checked ~ .checkmark.radio.c4 {
	background-color: #710012;
  }

.checkBox.radio input:checked ~ .checkmark.radio.c5 {
	background-color: #8B4A44;
  }




  .checkmark.radio.c6 {
	border-color: #B86E53 !important;
}
.checkBox.radio input:checked ~ .checkmark.radio.c6 {
	background-color: #B86E53;
  }




  .checkmark.radio.c7 {
	border-color: #E37E76 !important;
}
.checkBox.radio input:checked ~ .checkmark.radio.c7 {
	background-color: #E37E76;
  }




  .checkmark.radio.c8 {
	border-color: #BD0016 !important;
}
.checkBox.radio input:checked ~ .checkmark.radio.c8 {
	background-color: #BD0016;
  }



  .checkmark.radio.c9 {
	border-color: #CF6474 !important;
}
.checkBox.radio input:checked ~ .checkmark.radio.c9 {
	background-color: #CF6474;
  }

.checkBox.radio input:checked ~ .checkmark {
	border-color: #000 !important;
  
}
  .checkBox .checkmark.radio::after {
	content: none;
}
.checkBox.radio {
	margin-bottom: 30px;
	margin-right: 18px;
}
.filter-content-wap.style-2 {
	right: -100%;
	top: 0;
	transition: .5s;
	height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.filter-content-wap.style-2.show2 {
	opacity: 1;
	visibility: visible;
	right: 0;
}
.cart-popup-inner {
	height: 100%;
}
  /* product page css end */

  .all-wrap {
	overflow: hidden;
	position: relative;
}
.chuns-outer-wrap {
	height: auto;
	margin-bottom: 25px;
}
.chuns-scroll-div {
	overflow-y: scroll;
	height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

  .filter-ou-divv {
	position: relative;
  }
  .twin-pop-btn {
	position: absolute;
	bottom: -4px;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background: #fff;
}

.template-collection .twin-pop-btn {
   bottom: 36px;}

  .chuns-outer-wrap .chuns-wrap:last-child {
	margin-bottom: 24px;
}

.section.sec-6 .section-tag-title {
	left: 0;
}

#shopify-section-header a#search {margin-left: 20px;}

.search-box {
	position: absolute;
	left: 130px;
	top: 55%;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
  }
  .search-box > span {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	text-align: center;
	cursor: pointer;
}
.search-box input {
	height: 28px;
    min-height: 28px;
	border: none;
	font-size: 14px;
	color: #000;
	opacity: 1;
	padding-left: 2px;
	width: 240px;
	border-radius: 5px;
    letter-spacing:1px;
    padding-right: 11px;
}

.search-header.search {border-bottom:1px solid #808080; max-width:240px; background:#fff;}
  .search-box.show {
	opacity: 1;
	visibility: visible;
    z-index: 99;
  }
  .cls-sc-box {
	left: auto !important;
	right: 0;
	font-size: 14px;
}
  .checkmark.radio.c2 {
	border: 2px solid #710012;
	background-color: #710012;
}
.checkmark.radio.c3 {
	border: 2px solid #CF6474;
	background-color: #CF6474;
}
.checkmark.radio.c4 {
	border: 2px solid #710012;
	background-color: #710012;
}
.checkmark.radio.c5 {
	border: 2px solid #8B4A44;
	background-color: #8B4A44
}
.checkmark.radio.c6 {
	border: 2px solid #B86E53;
	background-color: #B86E53
}
.checkmark.radio.c7 {
	border: 2px solid #E37E76;
	background-color: #E37E76
}
.checkmark.radio.c8 {
	border: 2px solid #BD0016;
	background-color: #BD0016
}
.checkmark.radio.c9 {
	border: 2px solid #CF6474;
	background-color: #CF6474
}
.checkmark.radio.active {
	border: 2px solid #000;
}

.product-template__container .color-g-wrap-two .checkBox.radio span {display:block;}

#cartContent .wish-inner-div {
	padding-bottom: 185px;
}
.cart-pop-scroll-div {
	overflow-y: scroll;
	height: 100vh;
	overflow-x: hidden;
    padding-right: 20px;
}
.twin-pop-btn.product-pge.in-pop {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	margin-bottom: 0;
	max-width: 100%;
	right: 0;
	background: #fff;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.cart-popup-inner {
	height: auto;
	margin-bottom: 60px;
}

.ful-progresss {
	width: 100%;
	height: 12px;
	background: #cccccc;
  }
  .ful-progresss > span {
	height: 100%;
	background: #464646;
  }
  .progressBr p {
	color: #000000;
	font-weight: 700;
  }
  .progressBr {
	margin-bottom: 25px;
  }
  
.sort-by-dropdown .nice-select {
	text-transform: uppercase;
	color: #000000;
	font-size: 18px;
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 23px;
  }
  .sort-f-wrap {
	display: flex;
	align-items: center;
  }
  .sort-by-dropdown .nice-select::after {
	content: none;
  }
  #for-filter > i {
	color: #000;
  }
  .sort-by-dropdown .nice-select li {
	font-size: 12px;
}
.chuns-wrap .checkmark {
	background: top;
    border: 2px solid #000;
	top: 0;
}


.chuns-wrap .shade.checkmark.radio {border:none;}

.chuns-outer-wrap .chuns-wrap:last-child {
	border: 0;
}
.gallery-nav-item {
	cursor: pointer;
}
.galley-wrapp .slick-list {
	padding-top: 45px;
	padding-bottom: 10px;
      background: #fff;
}

.template-collection .galley-wrapp .slick-list {
	
}

.pd-show-area .product-show-img-outer h4 {
	margin-left: 10%;
	margin-bottom: 12px;
      text-transform: uppercase;
  font-size:24px;
  line-height:28px;
        
}
.over-content .checkmark {
	background: none;
}
body.overflow {
	overflow: hidden;
}

a.shop-all-products {display:block; color:#fff; text-align:center; font-size: 10px; padding-top:10px;letter-spacing:1px;}
.form-area {width: 100%;
    max-width: 480px;
    padding: 15px 30px 40px 30px;
    margin: 0 auto;}

.form-area .form-vertical, .form-area .form-vertical .btn {width:100%}
.form-area .form-vertical .btn {background:#000; font-size:10px;}
.form-area .form-vertical input {padding:5px 10x; font-size:12px;}
.form-area .form-vertical h1 {text-transform:uppercase; font-size: 16px;}
.form-area .form-vertical input::placeholder {text-transform:uppercase;}
.form-vertical input.fname, .form-vertical input.lname {width:49%; float:left;}
.form-vertical input.fname {margin-right:2%;}

.wishlist-addcart {float:left; padding-top:15px;}
.best-seller-actions {float:right;}
.best-seller-actions a {display:inline-block; margin-right: 12px;}
.best-seller-actions .add-to-cart {display:inline-block}

.policy-page {padding:30px 10px;}
.policy-page p {padding-bottom:20px; font-size: 14px; line-height: 18px;}
.policy-page span, .policy-page a {font-size: 14px; line-height: 18px;}
.policy-page ul {padding-left:16px; list-style-type:square;padding-bottom:20px;}
.policy-page ul li {font-size: 14px; line-height: 18px;}
.policy-page h1 {font-size:24px; border-bottom:1px solid #000; display:block; padding-bottom: 12px; margin-bottom: 18px;}

.searchpage-form {width:100%; max-width:400px; min-height:200px; margin:15px auto 0 auto; display:block;}
.searchpage-form input[type="search"] {width: 70%;padding:5px 12px; font-size: 16px; border-radius: 4px;}
.searchpage-form .btn.search__submit {background:#000; color:#fff; font-size:16px; padding:5px 15px;}

sup.wish-count, sup.cart-count {color: #000;margin-left: 2px;font-size: 16px; font-weight: 600;}

.search-box .fa-search {top: 8px;
    position: absolute;
    right: 6px;}

.search-box .cls-sc-box {top: 7px;
    position: absolute;
    right: -2px !important;
	width: 20px;
    cursor: pointer;
    font-size:12px;
}

.shopify-challenge__container {margin-top: 200px !important; margin-bottom: 200px !important;}

.shopify-challenge__button.btn {background: #000 !important;
    color: #fff !important;
    font-size: 12px !important;
  width: 260px !important;}

.login-dropdown {
  position: relative;
  display: inline-block;
}


.dropdown-content {
  display: none;
  position: absolute;
  z-index: 1;
  width:150px;
  left:-130px;
  padding: 20px 10px;
  text-align:right;
}

.dropdown-content li {margin-left:0; line-height: 20px;}

.dropdown-content a {
  color: black;
  padding: 0px;
  text-decoration: none;
  display: block;
}

.login-dropdown:hover .dropdown-content {display: block;}
.header-signout {padding-top:15px;}

.has-child {
  cursor: pointer;
  padding: 0 20px 0 0;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.has-child:after {
  content: '\002B';
  font-weight: bold;
  float: right;
  margin-left: 5px;
  line-height: 18px;
  margin-top: 3px;
}

.has-child-active:after {
  content: "\2212";
  line-height: 23px;
  margin-top: 2px;
  margin-left: 5px;
}

.menu_products {
  padding: 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.header-right ul li {list-style:none; margin-left:12px;}

.sec-three-content-wrapper img.desktop-img:hover {opacity:0; transition: .4s;}

.mobileMenu li, .mobileMenu li ul li {padding-left:0; margin-bottom: 0px; padding-bottom: 0px;}
.menu-image {width:40%; float:left;    padding-top: 50px;}
.mobileMenu > li {margin-bottom: 24px;}
.mobileMenu li, .mobileMenu li ul li a {font-size: 14px; font-weight: 400;line-height: 21px; font-family: 'cera_proregular', sans-serif;}

.qtydiv label{display: block;margin-bottom: 12px;letter-spacing: 2.8px;color: #747a7b;}
.qtydiv .btnqty{display: inline-block;cursor: pointer;user-select: none;font-size: 14px;text-align:center; width:18px; height:19px; line-height:18px; border:1px solid #000;font-weight: bold;}
.qtydiv .btnqty.qtyminus{margin-right: 0px;}
.qtydiv .btnqty.qtyplus{margin-left: 0px;}
.qtydiv .quantity-input{background:none; border: none;border: none;padding: 8px;text-align: center;width: 30px;outline: none;display: inline-block; font-size: 16px;font-weight: bold;}
.qtydiv {display: inline-block;padding-right: 15px;padding-top: 0px;}

.faq_heading {
  cursor: pointer;
  padding: 16px 6px 16px 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  line-height:20px;
  transition: 0.4s;
  border-bottom: 1px solid #000;
  letter-spacing:3px;
  font-weight:600;
}

.filter_heading {
  cursor: pointer;
  padding: 0px 6px 7px 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  font-weight:600;
      text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}

.chuns-wrap:first-child .filter_heading {
    padding-top: 10px;
}

.chuns-wrap:last-child .filter_content {padding-bottom:20px;}

.faq_heading:after, .filter_heading:after {
  content: '\002B';
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.faq_heading.active:after, .filter_heading.active:after {
  content: "\2212";
}

.faq_content, .filter_content {
  font-size:14px;
  padding: 0px 18px 0px 0px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  line-height: 18px;
  }

.faq_content p.first, .faq_content strong.first {padding-top: 12px;}
.faq_content p a {color:#000; text-decoration:underline;}
.faq_content ol {padding-left:16px;}
.faq_content ol li {list-style-type:square;}
.filter_content .all-checkbox, .filter_content .color-g-wrap-two {padding-top:14px;} 

  .faq_content strong {display:block; font-size:14px; padding: 10px 18px 10px 0px;}  

.faq_heading:first-child {border-top: 1px solid #000;}

.live-area .custm-padding {padding-left: 0px;padding-right: 150px; margin-left:12%; width: 88%;}

.product-g-wrap .single-pd:nth-child(2n) {
  margin-top:50px
}

.skinBM {position:absolute; top:50px; right:0px; z-index: 99;  background:#fff; padding:5px 12px; right:-140px;transition:1s; text-transform:uppercase;}
.skinBM strong {font-size:20px; padding-right:10px;}
.skinBM span {font-size: 14px;letter-spacing: 1px;}
.product-g-wrap .single-pd:hover .skinBM {right:0px; transition:1s;}

.bundle-collection .mobile-buy-actions span.m-details {width:65%;}
.bundle-collection .mobile-buy-actions span.m-actions {width: 32%;}

.sort-by-dropdown select {margin-top: 4px; padding: 3px; border: none; font-size:16px;outline:none;
 text-align-last: right;
   text-align: right;
   -ms-text-align-last: right;
   -moz-text-align-last: right;
   -moz-appearance: none;
    -webkit-appearance: none;
    appearance:none;
}

select::-ms-expand {
    display: none;
}

.sort-by-dropdown select option{border: none; font-size:12px; line-height:16px;outline:none;
 text-align-last: right;
   text-align: right;
   -ms-text-align-last: right;
   -moz-text-align-last: right;
  padding:10px;
}

.wish-content h4 span.delete-cart, .wish-content h4 span.delete-wish {background:none;cursor:pointer; top: 8px;
    position: absolute;}
.wish-content h4 title {width: 85%;display: inline-block;padding-right: 15px}
.color-g-wrap-two .selected {border:3px solid #000 !important;}
.s-trans-inner h4 {font-weight:600;}
 
.contact-form ul li {width:100%; padding:10px 0; display: inline-block;}
.contact-form ul li span {width:48%; float:left;}
.contact-form ul li span:first-child {margin-right:4%;}
.contact-form ul li input{border: none; width: 100%;
    border-bottom: 1px solid #808080; font-size:14px; font-weight:400; resize: none;}

.contact-form ul li textarea {border: 1px solid #808080; width: 100%; font-size:14px; font-weight:400; resize: none;}

.contact-form ul li label {font-size:14px; font-weight:500;margin-bottom: 0;}
.contact-form ul li .contact-submit {width: 120px;background: #000; font-weight:bold; padding: 5px; color:#fff;}

.contact-form .form-message--success{background: #000;
  color:#fff;
    padding: 10px 18px;
    border-radius: 5px;
  margin-bottom:20px;
display: inline-block;}

.footer-newsletter-widget .contact-form .form-message--success{background: #fff;
    color: #000;
    padding: 6px 12px;
    border-radius: 3px;
    margin-bottom: 15px;
  font-size: 11px;
}

.contact-heading {    border-bottom: 1px solid #000;
    display: block;
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 10px;}

.section.sec-5.producg-pge .single-pd a {display:block;}
.section.sec-5.producg-pge .single-pd a.add-to-cart {display: inline-block;}

p.cart-empty {padding-bottom: 20px; font-weight: bold;}
#Contact_footer-email-error {color: #f00;font-size: 12px;margin-top: 5px;}
#Contact_footer-email-error span {font-size:14px !important;}

 .about-heading {
	font-size: 50px;
	position: absolute;
	top: -30px;
	line-height: 52px;
	left: -33px;
	margin: 0;
    z-index: 9;
    letter-spacing:1px;
  }

.about-main {padding: 28px 12px; margin:0 auto}
.about-main p {padding: 0px 5%;}
 .about-page p.desc {font-weight:normal;}
.about-welcome-area {margin:50px 0 60px 0;}
.about-welcome-img img {max-width: 900px; width: 80%; margin-left: 28px;}
.about-welcome-trans-img {position: absolute; right: 0; max-width: 400px !important; top: -40px;}
.about-welcome-area .custm-padding {
    padding-left: 0;
    padding-right: 0;
}

.common-content.about-welcome-content {
    position: absolute;
    right: 2%;
    bottom: 70px;
    max-width:250px;
}

.good-for-you {width:100%;padding-bottom:30px;}
.good-for-you .left{padding-top: 60px; float: left; max-width: 320px; margin: 0 auto; padding-left: 20px;}
.good-for-you .right{float:right;}

.about-effective {width:100%;margin:60px 0;}
.about-effective .right{padding-top: 55px; float: right; max-width: 360px; margin: 0 auto; padding-right: 60px;}
.about-effective .left{float:left;}


.about-footer {padding:0 5%;}
.about-footer p {margin:40px 0 60px 0; font-weight:400;}
.about-btns-g-wrap {display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 30px;
    grid-column-gap: 50px;
    padding-bottom: 50px;
padding-top:30px}

.about-btns-g-wrap .boxx-btn {font-size:12px; line-height:16px;color: #000;}
.about-footer .drop-content p {
    margin: 8px 0 10px 0;
}

.about-btns-g-wrap .boxx-btn.desktop-img:hover {
    color: #000;
    border-color: #000;
    background-color: rgba(255, 255, 255, 0.7);
    border-bottom: none;
}


.about-btns-g-wrap .boxx-btn.mobile-img.hover {
    color: #000;
    border-color: #000;
    background-color: rgba(255, 255, 255, 1);
}

.about-btns-g-wrap .drop-content {
    border: 1px solid #000;
    background-color: rgba(255, 255, 255, 0.99);
    padding:10px 7px;
}

.about-btns-g-wrap .drop-content p {color:#000;}
.add-to-cart .wished {color:#f00 !important;}

.wishlist-account{    height: auto;	
    padding-bottom: 30px;	
    display: grid;	
    grid-template-columns: 1fr 1fr;	
    grid-gap: 50px;	
    margin-bottom: 25px;}	
.wishlist-account .single-wish-product {	
    	
  grid-template-columns: 110px auto;}	
.wishlist-account .wish-content h4 {font-size:16px; line-height:20px;margin-bottom: 8px;}	
.wishlist-account .hlk-bdr {display:none;}	
.wishlist-account .wish-btm-content p {	
    margin-bottom: 5px;	
    text-transform: uppercase;	
    font-size: 14px;	
  line-height: 18px;}	
.info th, .info td {border:none; padding: 5px 0;font-size: 14px;}
.info td label {font-weight:bold;margin-bottom: 0;}

.body-fade.active{position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0.6;
    z-index: 1;
    background:#fff;}

.footer-links {line-height:21px; font-size:12px; text-transform:uppercase;}
.footer-links ul {text-align: center;}
.footer-links ul li a{text-align:center; color:#000; line-height: 40px; font-size: 12px; letter-spacing:2px;}
.footer-newsletter-widget {width:100%; max-width:245px; margin:0 auto; text-align: center; padding-bottom: 140px;}
.col-sm-6 .footer-newsletter-widget {padding-bottom: 40px;padding-top:50px}
.social-links {padding-top: 100px; text-align:center; padding-bottom:60px;}
.col-sm-6 .social-links {padding-top: 50px; padding-bottom:40px;}
.social-links a {padding: 18px; color:#000;}

.social-links p, .footer-newsletter-widget p{font-size: 12px; letter-spacing:2px;}
.section.sec-5 .container-fluid {padding-bottom: 120px;}

#for-filter {margin-left:21px;}

.cart-popup-inner .product-show-img-outer h4 {margin-left: 0px;}
.cart-popup-inner .pd-show-content {margin-top:24px; display:inline-block;}
.cart-popup-inner .pd-show-content a.fullpage-link {font-size:14px;color:#000; font-weight:bold;margin-bottom: 20px; margin-top: 10px; text-decoration:underline;}

.color-g-wrap-two .checkBox.radio {margin-bottom: 16px !important;}
.product-template__container .color-g-wrap-two .checkBox.radio {padding-bottom: 16px !important;}

.pd-show-gpop-wrapper .slick-list, .pd-show-gpop-wrapper .slick-track {min-height:438px !important;}
/* .pd-show-gpop-wrapper .verticle-imgs {min-height:515px !important;} */

.menu-icon {
  height: 30px;
  width: 30px;
  position: fixed;
  z-index: 2;
  left: 50px;
  top: 30px;
  cursor: pointer;
}
.menu-icon__line {
  height: 2px;
  width: 24px;
  display: block;
  background-color: black;
  margin-bottom: 3px;
  -webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
  transition: background-color .5s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, background-color .5s ease;
  transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
}
.menu-icon__line-left {
  width: 12px;
}
.menu-icon__line-right {
  width: 12px;
  float: right;
}


.nav:before, .nav:after {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(234, 234, 234, 0.2);
  z-index: -1;
  -webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  -webkit-transform: translateX(0%) translateY(-100%);
          transform: translateX(0%) translateY(-100%);
}
.nav:after {
  background: white;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.nav:before {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.nav__list-item {
  position: relative;
  display: inline-block;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  opacity: 0;
  -webkit-transform: translate(0%, 100%);
          transform: translate(0%, 100%);
  -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
  transition: opacity .2s ease, -webkit-transform .3s ease;
  transition: opacity .2s ease, transform .3s ease;
  transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
  margin-right: 25px;
}
.nav__list-item:before {
  content: "";
  position: absolute;
  background: #000000;
  width: 20px;
  height: 1px;
  top: 100%;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: -1;
}
.nav__list-item:hover:before {
  width: 100%;
}

body.nav-active .menu-icon__line {
  background-color: #000;
  -webkit-transform: translateX(0px) rotate(-45deg);
          transform: translateX(0px) rotate(-45deg);
}
body.nav-active .menu-icon__line-left {
  -webkit-transform: translateX(1px) rotate(45deg);
          transform: translateX(1px) rotate(45deg);
}
body.nav-active .menu-icon__line-right {
  -webkit-transform: translateX(-1px) rotate(45deg);
          transform: translateX(-1px) rotate(45deg);
}
body.nav-active .nav {
  visibility: visible;
}
body.nav-active .nav:before, body.nav-active .nav:after {
  -webkit-transform: translateX(0%) translateY(0%);
          transform: translateX(0%) translateY(0%);
}
body.nav-active .nav:after {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}
body.nav-active .nav:before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
body.nav-active .nav__list-item {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, color .3s ease;
  transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;
}
body.nav-active .nav__list-item:nth-child(0) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
body.nav-active .nav__list-item:nth-child(1) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
body.nav-active .nav__list-item:nth-child(2) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
body.nav-active .nav__list-item:nth-child(3) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
body.nav-active .nav__list-item:nth-child(4) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.product-show-img-outer .pd-show-img.zoom {float: right; height:auto; margin-right:20px; margin-bottom:20px;width:87%;}

.template-collection .product-show-img-outer .pd-show-img.zoom {margin-left:10px;float: left;}
.product-show-img-outer .pd-show-img img {width:100%; height:100%;}
.verticle-imgs .gallery-nav-item.slick-slide {max-width:100px;display: contents; }
.verticle-imgs .slick-list.draggable {height:auto; min-height:550px;}
.about-page {max-width:1366px;}
.template-customers-login a {font-size:14px !important;}
#RecoverPasswordForm p {font-size:14px !important; line-height:18px !important; margin-bottom:15px !important;}
h2#RecoverHeading{font-size:14px !important;letter-spacing: 0;}
.form-vertical .input-error-message span {font-size:14px !important; line-height:18px !important;}
#Contact_footer-email-error svg {display:none;}

.all-btns-g-wrap .drop-content ul {list-style-type:square; padding-left:10px;}
.all-btns-g-wrap .drop-content ul li {text-align:left; text-transform:none; line-height:14px;padding-bottom:4px;letter-spacing: 0px; }

.pd-show-content-inner ul {list-style-type:square; padding-left:16px;}
.pd-show-content-inner ul li {font-size: 14px;
    line-height: 1.4;}

.template-search .section.sec-1 {
    margin-top: 20px;
}

#clear-filter-wrap span {background:#000; color:#fff; cursor:pointer;}
#clear-all-wrap span.cleared {background: #ebebeb;color:#000;}
.pd-show-content-inner h4 {font-size:14px;}
.pd-show-content-inner strong {font-weight:bold;}

 .prism-area.single-pd .common-content.prism-content {
    left: 0px;
    bottom: 0;
    top:initial;
        width: 160px; margin:0;
}

html {
    -webkit-user-select: none !important;
    -webkit-touch-callout: none !important;
}

.cart-upsell {padding-bottom:75px;}
.checkout-form .coupon-desc{width:30%;font-weight:normal;float:left;}
.checkout-form .coupon-desc span {font-size:14px;line-height: 30px;}

.checkout-form .coupon-code {float:left; width:60%;}
.checkout-form .coupon-code input {width:120px; font-size:14px;padding: 1px 4px;}
.checkout-form .coupon-code button {background: #000;
    color: #fff;
    font-size: 13px;
border: 3px solid #000;}

.checkout-form .coupon-exp {width:100%; display:block;}
.checkout-form .coupon-exp span {display:inline; font-size:14px;}

.checkout-form .coupon.wallet {width: 100%; display: inline-table;}

.wish-btm-content .box-btn {outline: none;
    border: none;}
#clear-filter-wrap {width:100px;}
.hlk-bdr {display:none;}
.slick-slide .s-trans-inner h4 {font-size:21px; line-height:23px;}

.tooltip{position:absolute;z-index:1070;display:block;text-shadow:none;font-size:12px;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:2px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}

.form-message {border: 1px solid #000;
    background-color: #fff;
    color: #000; font-size:12px;}

.template-customers-login h2 {font-size:16px;}
#customer_login_guest input[type="submit"] {font-size:10px; background:#000;}

.prism-area.single-pd .common-content.prism-content span{font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 10px; color:#000;}

.prism-area.single-pd .common-content.prism-content h2 {line-height:24px;}

.available.quantity span {    font-size: 14px;
    margin-bottom: 10px;}

.wish-btm-content span.availability {font-size:14px;}

.cart-upsell .single-wish-product {background:#f2f2f2;}

a.sold-out-cart {cursor: not-allowed;display: inline-block;}
.sold-out-cart span {margin-top:19px; color:#666; text-transform:uppercase;font-size:14px;}

.product-g-wrap .single-pd:nth-child(2n) .prism-img {margin-bottom: 28px;}

.twin-pop-btn.product-pge .fa {font-family: 'cera_proregular', sans-serif !important;}

.logo a {color:#000; font-size:14px;text-align: center;letter-spacing:3px; text-transform:uppercase;}

.mobile-buy-actions {display:none;}
.mobile-buy-actions h4 {font-size:14px; text-transform:uppercase;font-weight:700;margin-bottom: 4px;}
.mobile-buy-actions h4.mprice{text-align: right; margin-bottom: 4px;}


.mobile-buy-actions span a {font-size:14px; text-transform:uppercase; color:#000; line-height:18px;}
.mobile-buy-actions span.add-to-cart {display:inline-block !important; margin-top:0px !important;}
.mobile-buy-actions span.add-to-cart img{height: 16px;vertical-align: text-top;margin-right:12px;}

.mobile-buy-actions span.m-details {width:80%; float:left; margin-bottom:15px;}
.mobile-buy-actions span.m-actions {width:15%; float:right;text-align: right;margin-right: 2px; margin-bottom:15px;}

.cart-actions {padding-bottom: 100px;}
.cart-actions span {font-size: 14px;
    font-weight: 400;
  line-height: 18px;}


.cart-actions input[type=submit]{
    background: #000;
    color: #fff;
    font-size: 10px;
    padding: 2px 18px;
    display: inline-block;
    transition: .3s;
    letter-spacing: 1px;
    outline: none;
    border: none;
    margin-left: 5px;
}

.cart-actions input[type=text], .cart-actions input[type=tel]{border:none; border-bottom:1px solid #000; font-size: 14px;
padding: 0;line-height: 18px;
width: 60px;}

.cart-actions input[type=tel]{width:85px;}

#pincodeCreate {margin-bottom:18px;}
#pincodeCreate p {padding-bottom:7px;line-height: 16px;}
#cusCreate {margin-bottom:21px;}

#whatsapp-phone {margin-right: 6px;    margin-top: 5px;}

.cart-actions .country-code {margin-right:4px;}

#cusCreate span {line-height:21px;}
#pincode_checking {font-weight:bold; padding-top: 10px; display: block;}

.form-message--error {
    color: #000 !important;
    border: 1px solid #000 !important;
    background-color: #fff !important;
}


.template-article .page-width {width:90%; max-width:1200px;margin: 90px auto 0 auto}

.collection-Face .verticle-imgs .gallery-nav-item.slick-slide {
  max-width: 85px;}

.collection-Face .verticle-imgs img {
    margin-bottom: 7px;
    max-width: 85px;
}

#activate_img_zoom {position: absolute; bottom: 24px; right: 24px; color:#fff; background:#000; outline:none; border:none;    font-size: 12px;
    text-transform: uppercase;padding: 4px 8px; letter-spacing:2px;}

  .banner-overlay {
  height: 58%;
  width: 50%;
  display: none;
  position: fixed;
  z-index: 98;
  top: 27%;
  left: 25%;
  background:url(diwali-pop-bg.png) no-repeat #fff;
  background-position: top right;
    
  }

.banner-overlay-content {
  width: 100%;
  margin-top: 30px;
  padding: 23px 60px;
}

.banner-overlay a {
      color: #000;
    display: block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
  padding: 8px;
  text-decoration: none;
  transition: 0.3s;
  font-family: 'cera_probold', sans-serif !important;
    font-weight: 700;
}

.banner-product-animation {
    position: absolute;
    top: 80px;
    right: 160px;
    width: 320px;
    z-index: 1;
}

.banner-product-animation img {
    height: auto;
    width: auto;
    object-fit: cover;
}

#animation {
    animation: move 100s infinite ease-in-out;
}

.banner-overlay-content p {padding:30px 0px;}

.banner-overlay-content span.st-collection {margin-top:60px;}

.banner-overlay a:hover, .banner-overlay a:focus {
  color: #000;
}

.banner-overlay .closebtn {
  position: absolute;
  top: -42px;
  right: -28px;
  font-size: 42px;
}

.banner-overlay-content .checkbx-wrapper {height:90px;padding:20px 0px 45px 0px; }

.template-product .checkmark.radio {
    width: 36px;
    height: 36px;
}

.template-product .color-g-wrap-two .selected {
    border: 2px solid #000 !important;
}


.template-product .color-g-wrap-two .checkBox.radio {
    margin-bottom: 28px !important;
}

.banner-overlay-content .slick-arrow {display:none !important;}

.single-lisptick-animation {position:absolute; top:80px;right:225px; width:210px;}

.blog-list-view.container .page-width {margin-top:24px;}
.blog-list-view .article-listing .article__title a {color:#000;}
.blog-list-view .article-listing .article__author {font-size:14px;}
.blog-list-view .article-listing .rte {font-size:14px; line-height:18px;}
.blog-list-view .article-listing .list--inline.article__meta-buttons li a.btn.btn--tertiary.btn--small {font-size:14px;padding: 0;}
.blog-list-view.container {margin-top:15px; margin-bottom:30px;}

#ticker-right, #ticker-left {width:40%;}

#ticker-right {text-align:left;}
#ticker-left {text-align:right;}

.ticker-sep {padding: 0 20px;    vertical-align: top;}

#free-shipping {position:fixed; bottom:20px; right:5%;}

 #shopify-section-article-template h1.article__title {font-size:24px; line-height:28px;}

#shopify-section-article-template {margin-top:15px;}
#shopify-section-article-template .rte {margin:30px 0 40px 0;}
#shopify-section-article-template strong {font-size:14px; font-family: 'cera_probold', sans-serif !important;
    font-weight: 700;
    color: #000; margin-top:10px;}

#shopify-section-article-template p {font-size: 14px;
    margin-bottom: 12px;
font-weight: 300;}

.col-12 .collection-img .diwali-offer {position:absolute; top:50px; left:20px; max-width:400px;}
.col-12 .collection-img h3 {font-size:80px; line-height:77px; color:#f00;  text-transform:uppercase;}
.col-12 .collection-img .diwali-offer .offer-subheading {font-size:23px; font-weight:normal; display:block;padding-top:5px;}
.col-12 .collection-img .diwali-desc {font-size:23px; line-height:26px;font-weight:normal; display:block;padding-top:320px;}
.col-12 .collection-img .diwali-desc strong {color:#f00; font-weight:800;}
.col-12 .collection-img .offer-condition {font-size:18px; font-weight:300; display:block;padding-top:20px; font-family:'cera_prolight', sans-serif;}
.diwali-offer .mobile-img {display:none;}
.trans-heading strong {color:#f00}


.col-12 .diwali-pop .diwali-offer {position:absolute; top:40px; left:26px; max-width:260px;}
.col-12 .diwali-pop h3 {font-size:55px; line-height:55px; color:#f00;  text-transform:uppercase;}
.col-12 .diwali-pop .diwali-offer .offer-subheading {font-size:20px; font-weight:normal; display:block;padding-top:5px;}
.col-12 .diwali-pop .diwali-desc {font-size:20px; line-height:23px;font-weight:normal; display:block;padding-top:50px;}
.col-12 .diwali-pop .diwali-desc strong {color:#f00; font-weight:800;}
.col-12 .diwali-pop .offer-condition {font-size:17px; font-weight:300; display:block;padding-top:20px; font-family:'cera_prolight', sans-serif;}

#Discount #table-details td {padding:0 !important; border:none !important;}
#Discount #table-details td label {display:flex; font-size: 13px; margin-bottom: 0px !important;}
#Discount #table-details td input {padding:4px 4px 4px 7px  !important; width: 95px;float: left; display: inline-block;font-size: 13px;}
#Discount #table-details td label button {background:#000; color:#fff; outline:none;border:none; font-size:13px; padding: 4px 7px;}
#Discount #table-details tr {background:#f2f2f2;margin:15px 0;display: block;}
#Discount #table-details td label span {font-size: 13px;}

#Discount #div-details li {padding:0 !important; border:none !important; float:left; text-align: left;}
#Discount #div-details li label {display:flex; font-size: 13px; margin-bottom: 0px !important;}
#Discount #div-details li input {border-radius: 0px; padding:4px 4px 4px 7px  !important; width: 95px;float: left; display: inline-block;font-size: 13px;height:80%;}
#Discount #div-details li label button {background:#000; color:#fff; outline:none;border:none; font-size:12px; padding: 4px 7px;height:80%;}
#Discount #div-details div {background:#f2f2f2;margin:15px 0;display: block;}
#Discount #div-details li label span {font-size: 13px;}

#Discount #div-details .discount-label {
  float: left;
  font-weight:normal;
}

#Discount #div-details .discount-value {
  text-align: right;
  font-weight:normal;
  line-height: 24px;
  font-size: 14px;
  font-family: 'cera_proregular', sans-serif !important;
}

.discount-label-expiry {font-weight:normal;
  line-height: 24px;
  font-size: 14px;
  font-family: 'cera_proregular', sans-serif !important;
}

.discount-label {display:none;}
.coupon-desc {width:25%;}
.coupon-code {width:35%;}
.coupon-exp {width:40%;}
#Discount ul {padding:5px; display:flex;}
.mobile-coupon-exp {display:none;}

@media screen and (max-height: 450px) {
  .banner-overlay a {font-size: 20px}
  .banner-overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

.h-main-text{
	color:#000;
    font-size:24px;
    font-weight:200;
    text-transform:uppercase;
    font-family: 'cera_proregular', sans-serif !important;
    letter-spacing: 1px;
}
.h-main-text span {
display: inline-block;
     font-size:42px;
     text-transform:uppercase;
     font-family: 'cera_probold', sans-serif !important;
}
}


.all-btns-g-wrap .maximize {color:#fff;}
.all-btns-g-wrap .minimize {color:#000;}

 .d-product-options {display:block;}
 .m-product-options {display:none;}
 
.color-content {
    margin : auto;
    position : relative;
    height: 390vh;
    width: 100%;
    font-size: 16px;
}

.color-content img {
    width: 100%;
    height: 100%;
}

.color-content .img {
    position : absolute;
}

.color-content .img1 {
    width: 50vw;
    height: 30vw;
    top: 160em;
    left: 0px;
    z-index: 20;
}

.color-content .img2 {
    width: 30vw;
    top: 56em;
    z-index: 20;
    right: 0px;
}

.color-content .img3 {
    width: 65vw;
    height: 45vw;
    top: 45em;
    left: 0px;
    z-index: 10;
}

.color-content .img4 {
    width: 34vw;
    top: 79em;
    left: 10vw;
    z-index: 40;
}

.color-content .img5 {
    width: 50vw;
    height: 45vw;
    top: 1em;
    left: 0px;
    z-index: 10;
}
.color-content .img6 {
    width: 39vw;
    height: 30vw;
    top: 100em;
    right: 0px;
    z-index: 10;
}

.color-content .img7 {
    width: 50vw;
    height: 35vw;
    top: 140em;
    right: 0px;
    z-index: 10;
}

.color-content .img8 {
    width: 80vw;
    height: 50vw;
    top: 118em;
    left: 0px;
    z-index: 5;
}

.color-content .img9 {
    width: 50vw;
    height: 35vw;
    top: 21em;
    right: 0px;
    z-index: 5;
}

.color-content .text1{
    
    font-size: 50px;
    width: max-content;
    margin-left: 45vw;
    z-index: 10;
    position: absolute;
    top: 10rem;
    font-weight: 700;
}

.color-content .video-container {
    width: 50vw;
    height: 30vw;
    top: 186em;
    left: 0px;
    z-index: 20;
}

.color-content .video-container2 {
    width: 30vw;
    height: 20vw;
    top: 186em;
    right: 0px;
    z-index: 20;
}

.color-content .text2 {
    font-size: 50px;
    width: max-content;
    margin-left: 55vw;
    z-index: 10;
    position: absolute;
    top: 14rem;
    font-weight: 700;
}

/*********************
    REVEALED IMAGES
**********************/

.color-content .img-container {
    position : relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/****** IMG2 *******/

.color-content .img9-upper {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 1;
}

.color-content .img9-lower {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-size: cover;
}

.aos-animate .img9-upper {
    animation: hide ease-out 1000ms;
    transform: translateX(100%);
}

.aos-animate .img9-lower {
    animation: reveal ease-out 1500ms;
}



.color-content .text1, .color-content .text2 {font-family: 'cera_probold', sans-serif !important;}

/****** IMG3 *******/

@keyframes hide2 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes reveal2 {
    from {
        transform: translateX(20%);
    }

    to {
        transform: translateX(0);
    }
}


.img3-upper {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 1;
}

.img3-lower {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-size: cover;
}

.aos-animate .img3-upper {
    animation: hide2 ease-out 1000ms;
    transform: translateX(-100%);
}

.aos-animate .img3-lower {
    animation: reveal2 ease-out 1500ms;
}


.color-content .upper {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 1;
}

.aos-animate .upper {
    animation: hide ease-out 1000ms;
    transform: translateX(100%);
}

.color-content .lower {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-image: url("./images2/women.jpg");
    background-size: contain;
}

.aos-animate .lower {
    animation: reveal ease-out 1500ms;
}

[data-aos="text-anim"] {
    opacity: 0;
    transform: translateX(-300px) translateY(300px) perspective(500px) translateZ(200px) rotateY(50deg) rotateZ(13deg);
    transition-property: opacity transform;
}

[data-aos="text-anim"].aos-animate {
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px) rotateY(0deg) rotateZ(0deg);
}

[data-aos="image-anim"] {
    opacity: 0;
    transform: translateX(-300px) translateY(-600px) perspective(500px) translateZ(200px) rotateY(50deg) rotateZ(13deg);
    transition-property: opacity transform;
}

[data-aos="image-anim"].aos-animate {
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px) rotateY(0deg) rotateZ(0deg);
}

[data-aos="image-anim2"] {
    opacity: 0;
    transform: translateX(-300px) translateY(600px) perspective(500px) translateZ(200px) rotateY(50deg) rotateZ(13deg);
    transition-property: opacity transform;
}

[data-aos="image-anim2"].aos-animate {
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px) rotateY(0deg) rotateZ(0deg);
}

[data-aos="image-anim3"] {
    opacity: 0;
    transform: translateX(-300px) translateY(600px) rotateY(50deg) rotateZ(13deg);
    transition-property: opacity transform;
}

[data-aos="image-anim3"].aos-animate {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotateY(0deg) rotateZ(0deg);
}

[data-aos="image-anim4"] {
    opacity: 0;
    transform: translateY(800px);
    transition-property: opacity transform;
}

[data-aos="image-anim4"].aos-animate {
    opacity: 1;
    transform: translateY(0px);
}

[data-aos="image-anim5"] {
    opacity: 0;
    transform: translateX(600px);
    transition-property: opacity transform;
}

[data-aos="image-anim5"].aos-animate {
    opacity: 1;
    transform: translateX(0px);
}

[data-aos="image-anim6"] {
    opacity: 0;
    transform: translateX(-600px);
    transition-property: opacity transform;
}

[data-aos="image-anim6"].aos-animate {
    opacity: 1;
    transform: translateY(0px);
}



@media (min-width:1250px)  {
   
    .color-content .video-container {
        width: 600px;
        height: auto;
    }
    .color-content .video-container2 {
        width: 400px;
        height: auto;
    }

    .color-content .img1 {
        width: 520px;
        height: auto;
    }

    .color-content .img2 {
        width: 350px;
    }

    .color-content .img3 {
        width: 700px;
        height: 520px;
    }

    .color-content .img4 {
        width: 500px;
        left: 5vw;
    }

    .color-content .img5 {
        width: 520px;
        height: auto;
    }

    .color-content .img6 {
    width: 430px;
    height: auto;
    }

    .color-content .img7 {
    width: 520px;
    height: auto;
    }

    .color-content .img8 {
    width: 700px;
    height: auto;
    }

    .color-content .img9 {
    width: 540px;
    height: 460px;
    }

    .color-content .text1 {
        margin-left: 550px;
    }

    .color-content .text2 {
        margin-left: 650px;
    }

}

@media (min-width:1250px) and (max-width: 1500px) { 
  .color-content {
    height: 221vh;}
}


@media (max-width:1024px) {  
  
  .color-content img {
    width: 85%;
    height: 85%;
}
   .color-content {height:170vh;}
    .color-content .text1 {
        font-size: 30px;
    }

   .color-content .text2 {
        font-size: 30px;
        top: 4.5em;
    }
  
   .color-content .img1 {
        top: 128em;
    }

    .color-content .img2 {
        top: 50em;
    }
  
  .color-content .img9 {
    top: 16em;}

    .color-content .img3 {
        top: 31em;
    }

   .color-content .img4 {
        top: 61em;
    }

   .color-content .img6 {
         top: 75em;
         width : 50vw;
         height: 40vw;
    }

   .color-content .img7 {
        top: 114em;
    }

   .color-content .img8 {
        top: 92em;
    }
  .color-content .img5 {
    top: 6em;
}
}

@media (max-width: 1024px) and (orientation: landscape) {
  .color-content {height:600vh;}
}

@media (max-width:768px) {
    .color-content {height:170vh;}
    .color-content .text1 {
        font-size: 30px;
    }

   .color-content .text2 {
        font-size: 30px;
        top: 4.5em;
    }
  
   .color-content .img1 {
        top: 95em;
    }

    .color-content .img2 {
        top: 37em;
    }
  
  .color-content .img9 {
    top: 18em;}

    .color-content .img3 {
        top: 31em;
    }

   .color-content .img4 {
        top: 51em;
    }

   .color-content .img6 {
         top: 56em;
         width : 50vw;
         height: 40vw;
    }

   .color-content .img7 {
        top: 85em;
    }

   .color-content .img8 {
        top: 66em;
    }
  .color-content .img5 {
    top: 6em;
}
}

@media (min-width: 576px) and (max-width: 768px) and (orientation: landscape) {
  .color-content {height:450vh;}
}

@media (max-width:575px) {
  
  .color-content {height:145vh;}
    .color-content .text1 {
        font-size: 30px;
    }

   .color-content .text2 {
        font-size: 30px;
        top: 4.5em;
    }
  
   .color-content .img1 {
        top: 60em;
    }

    .color-content .img2 {
        top: 26em;
    }
  
  .color-content .img9 {
    top: 12em;}

    .color-content .img3 {
        top: 20em;
    }

   .color-content .img4 {
        top: 31em;
    }

   .color-content .img6 {
         top: 37em;
         width : 50vw;
         height: 40vw;
    }

   .color-content .img7 {
        top: 53em;
    }

   .color-content .img8 {
        top: 44em;
    }
  .color-content .img5 {
    top: 4em;
}


@keyframes hide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(100%);
    }
}

@keyframes reveal {
    from {
        transform: translateX(-20%);
    }

    to {
        transform: translateX(0);
    }
}
  
  @media (max-width:375px) {
  
  .color-content {height:160vh;}
  }

  

