
.d-none {
	display: none !important;
}
/*
* product-shop
*/
.product-shop header {
	border-bottom: none;
	padding-bottom: 12px;
}
.product-shop .product-title {
	font-family: "American Typewriter";
	font-weight: 300;
	font-size: 30px;
	line-height: 37px;
	color: #000;
	text-transform: capitalize;
	margin-bottom: 13px;
}
.product-shop .product-title .popover {
	font-family: "Montserrat";
	font-weight: 700;
	font-size: 11px;
	line-height: 17px;
	color: #000;
	letter-spacing: 1px;	
	text-transform: uppercase;
	border: 1px solid #707070;
	padding: 15px;	
	display: none;
	position: absolute;
    top: 0px;
    right: -135px;
  	left:auto;
}
.product-shop .product-title .popover:before {
	width: 15px;
    height: 15px;
    background-color: #fff;
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    position: absolute;
    top: 13px;
    left: -8px;
    content: "";
	transform: rotate(-45deg);
}
.product-shop .product-title span {
	position: relative;
}
.product-shop .product-title .fa-sun, .product-shop .product-title .fa-moon {
	font-size: 16px;
}
.product-shop .product-title span:hover .popover {
	display: inline-block;
}
.product-shop .vendor-name {
	font-family: "Montserrat";
	font-weight: 600;
	font-size: 12px;
	line-height: 17px;
	color: #000;
	letter-spacing: 1px;
	display: block;
	text-transform: uppercase;
	margin-bottom: 13px;
  
}
.product-shop .product-title img  { 
	width: 20px; height: 20px;
}
.product-shop  .reviews { 
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 11px;
	line-height: 17px;
	color: #000;
	letter-spacing: 1px;
	display: block;
	text-transform: uppercase;
	vertical-align: top;
  	margin-bottom: 17px;
}
.product-shop .reviews img {
	vertical-align: top;
}

.product-shop .reviews .spr-badge-caption {
font-family: "Montserrat";
	font-weight: 400;
	font-size: 11px;
	line-height: 17px;
	color: #000;
	letter-spacing: 1px;
  	text-transform: uppercase;
}

/*
* write
*/
.write {
	text-transform: none;
}

.write a {
  	transition-duration: .2s;
    transition-timing-function: linear;
}

.product-shop .price { 
	font-family: "Montserrat";
	font-weight: 700;
	font-size: 13px;
	line-height: 17px;
	color: #000;
	letter-spacing: 1px;
	display: inline-block;
	text-transform: uppercase;
	vertical-align: top;
	margin-bottom: 0;
	margin-right: 60px;
  	margin-top: 0px;
}
.product-shop .weight { 
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 11px;
	line-height: 17px;
	color: #a3a3a3;
	letter-spacing: 1px;
	display: inline-block;
	text-transform: uppercase;
	vertical-align: top;
	margin-bottom: 0;
  	margin-top: 0px;
}

.spr-review-header-title {
  	font-size: 22px !important;
  	text-align: left !important;
}

/*
* product-info-form
*/
.product-info-form .radio-btns, .product-info-form .radio-btns1 {
	margin-bottom: 20px;
	padding-left: 0;
	margin-top: 0;
}
.product-info-form .radio-btns li, .product-info-form .radio-btns1 li {
	list-style: none;	
}
.product-info-form .radio-btns li {
	display: inline-block;
	position: relative;
	margin-right: 10px;
  	width: 20px;
   	height: 20px;
}
.product-info-form .radio-btns li:last-child{
	margin-right: 0;
}
.product-info-form .radio-btns input[type="radio"] {
	opacity: 0;
    z-index: 2;
    position: relative;
    top: 0px;
	left: 2px;
	cursor: pointer;
}
.product-info-form .radio-btns label {		
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.product-info-form .radio-btns label:after {
	content: "";
	border: 1px solid #333;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	position: absolute;
	top: -5px;
	left: -4px;
	opacity: 0;
}
.product-info-form .radio-btns input[type="radio"]:checked + label:after {	
	opacity: 1;
}
.product-info-form .radio-btns .light-color {
	background: url("light-image.png") no-repeat;
	cursor: pointer;
}
.product-info-form .radio-btns .lighter-color {
	background: url("lighter-image.png") no-repeat;
}
.product-info-form .radio-btns .dark-color {
	background: url("dark-image.png") no-repeat;
}
.product-info-form .radio-btns .darker-color {
	background: url("darker-image.png") no-repeat;
}
.product-info-form .radio-btns .very-dark-color {
	background: url("very-dark-image.png") no-repeat;
}
.product-info-form .radio-btns1 li { 
	margin-bottom: 5px;	
}
#rc_container input[type="radio"] { 
	opacity: 0;
	position: relative;
	z-index: 1;
	cursor: pointer;
}
#rc_container label {
	position: relative;
	padding-left: 5px;
}
#rc_container label:before {
	content: "";
	border: 1px solid #adadad;
  	border-radius:50%;
	width: 18px;
	height: 18px;
	position: absolute;
	top: -2px;
	left:-25px;
}

#rc_container label:after {
	background:#000;
    height:8px;
    width:8px;
    border-radius:50%;
	content:"";
    position:absolute;
    top:3px;
    left:-20px;  
  	display:none;
}

#rc_container input[type="radio"]:checked + label:after{
	display:block;
}

#rc_container .rc_label__deliver_every:before{ display:none;}

.product-info-form .skin-type {
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 12px;
	line-height: 17px;
	color: #000;
	letter-spacing: 1px;
	display: inline-block;
	text-transform: uppercase;	
	display: block;
}
.product-info-form .radio-btns1 {
	display: inline-block;
}
.product-info-form .radio-btns1 li label {
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 11px;
	line-height: 17px;
	color: #000;
	letter-spacing: 1px;
	display: inline-block;
	text-transform: uppercase;	
}



.product-info-form h3  {
	font-family: "Montserrat" !important;
	font-weight: 400 !important;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 1px; 
	color: #000;
	text-transform: uppercase;
  	text-align: left;
  	margin-top:0;
  	margin-left: 0 !important;
}
.product-info-form .complexion {
	font-family: "Didot";
	font-style: italic;
	font-size: 24px;
	line-height: 38px;
	color: #000;
  	text-transform: none;
}
.product-info-form .dot {
	font-size: 25px;
	line-height: 2px;
	color: #333;
	vertical-align: top;
}
.product-info-form .wrap {
	display: inline-block;
}
.product-info-form .wrap1 {
	margin-bottom:30px;
}
.product-info-form .wrap1 p {
	display: inline-block;
  	vertical-align:middle;
  	margin: 1px;
}
.product-info-form .wrap1 .number-field {
	position: relative;
	display: inline-block;
	margin-right: 15px;
  	margin-bottom: 15px;
}
.product-info-form .wrap1 .number-field input[type="text"] {
	width: 80px !important;	
	padding: 14px 10px;
  	float:none !important;
  	height: 50px !important;
  	margin-bottom:0 !important;
}
.product-info-form .wrap1 .number-field .increase {
	content: "";
    width: 0;
    height: 0;
    border-top: 6px solid #333;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.product-info-form .wrap1 .number-field .decrease {
	content: "";
    width: 0;
    height: 0;
    border-bottom: 6px solid #333;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    top: 10px;
    right: 10px;
}
.product-info-form .more-info { 
	font-family: "Montserrat";
	font-weight: 600;
	font-size: 11px;
	line-height: 17px;
	color: #000;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: underline;
	margin-left: 15px;
  	margin-top: 15px;
	display: inline-block;
}
.product-info-form select, .product-info-form option {
	padding: 10px;
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 11px;
	line-height: 17px;
	color: #000;
	letter-spacing: 1px;
	text-transform: uppercase;	
}
.product-info-form select {
	border: 1px solid #adadad;
	width: 198px;
}
.product-info-form select:focus {
	outline: none;
}
.product-info-form .addtocart {
	margin: 0 15px 0px 0 !important;
    height: 50px;
    min-width: 180px;
    clear: both;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.1em;
	font-weight: 600;
	background: #000;
	border-color: #000;
	color: #fff;
}
/*
* section1
*/
.section1 {
	background: #f7f7f7;
	padding: 40px 0;
  	position:relative;
}
.section1:before, .section1:after {
    content: "";
    background: #f7f7f7;
    position: absolute;
    top: 0;    
    width: 500px;
    height: 100%;
}
.section1:before { left: 100%; }
.section1:after { right: 100%; }
.section1 .box {
	text-align: center;
	padding: 0px 8px;	
	position: initial;
}
.section1 .box:after {
	content: "";
	border-right: 1px solid #000;
	position: absolute;
	top: 0;
	right: 0px;
	width: 1px;
	height: 240px;
}
.section1 .b-0:after {
	border-right: none !important;
}
.section1 .box iframe {
	margin-bottom: 20px;
	width: 100%;
}
.section1 .box h2 {
	font-family: "Didot" !important;
	font-style: italic;
	font-size: 24px;
	line-height: 30px;
	color: #000;
	text-transform: capitalize;
	margin-bottom: 20px;
  	margin-top:0;
}
.section1 .box p  {
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 12px;
	line-height: 24px;
	color: #000;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 30px;
}
.section1 .box a {
	border: 1px solid #000;
	font-family: "Montserrat";
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
	text-align: center;
	padding: 16px;
	color: #000;
	display: block;
	background-color: #fff;
	text-transform: uppercase;
	max-width: 180px;
	min-width: 180px;
	margin-left: auto;
	margin-right: auto;
}
.section1 .box span {
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 13px;
	line-height: 30px;
	color: #000;
	letter-spacing: 1px;
	text-decoration: none;
  	text-transform: uppercase;
	margin-bottom: 30px;
	display: inline-block;
}
@media(max-width:991px) {
	.section1 .box {
		margin-bottom: 50px;
		padding: 0;
	}
	.section1 .box:after {
		display: none;
	}
}
/*
* accordion
*/
.accordion h4 { border-top:1px solid #f7f7f7; font-size:12px; font-weight:400 !important; padding:15px 0; margin-bottom:0; color:#000; cursor:pointer; text-transform: uppercase; letter-spacing: 1px; text-align: left; margin-top:0; position:relative;}
.accordion h4:focus { outline: none;}
.accordion h4.active {color:#444444;height:3px; width:12px; content:""; display:block; background-position:-15px 0;}
.accordion h4.ui-state-active {border-bottom:1px solid #f7f7f7;}
.accordion h4 span {height:11px; width:19px; display:inline-block; background-position:0px 0px; content:""; position: absolute; right: 20px;}
.accordion h4 span:before {content: "";height: 2px;width: 15px;border-top: 2px solid #a3a3a3;position: absolute;top: 5px;right: 0;}
.accordion h4 span:after {content: "";position: absolute;top: -1px;right: 6px;border-right: 2px solid #a3a3a3;width: 2px;height: 15px;}
.accordion h4.ui-state-active span:after {display:none;}
.accordion .content {border-bottom:1px solid #f7f7f7; border-top:none; padding:10px 10px;}
.accordion .content figure { float: left; margin: 0 50px 0 0;}
.accordion .content .product-description { float: left; padding: 15px 0;}

.product-description h2 { text-align: left; margin-bottom: 6px; }

.accordion .cbb-frequently-bought-add-button { margin: 0 15px 0px 0 !important; height: 50px; min-width: 180px; clear: both; text-align: center; font-size: 12px; line-height: 14px; letter-spacing: 0.1em; font-weight: 600; background: #000; border-color: #000; color: #fff;}
.accordion .cbb-frequently-bought-selector-list li {padding-left:30px;}
.accordion .cbb-frequently-bought-selector-list .translatable {position:relative; margin-left:0 !important;}
.accordion .cbb-frequently-bought-selector-list .cbb-frequently-bought-selector-link {position:relative;}

.accordion .cbb-frequently-bought-selector-list .translatable:before {content:""; background: url("../assets/checkbox-style-image.jpg"); width:20px; height:19px; position:absolute; top:-4px; left:-27px;}
.accordion .cbb-frequently-bought-selector-list .cbb-frequently-bought-selector-link:before {content:""; background: url("../assets/checkbox-style-image.jpg"); width:20px; height:19px; position:absolute; top:-4px; left:-27px;}

.accordion .cbb-frequently-bought-selector-list input[type="checkbox"] {opacity:0; position:relative; z-index:1;}
.accordion .cbb-frequently-bought-selector-list input[type="checkbox"]:checked + .translatable:before {background-position:left bottom;}
.accordion .cbb-frequently-bought-selector-list input[type="checkbox"]:checked + .cbb-frequently-bought-selector-link:before {background-position:left bottom;}

.accordion .cbb-frequently-bought-this-item-label.translatable:before {display:none;}


/*
* product shop
*/
.product-shop form {padding-top:8px; border-top: 1px solid #f7f7f7 !important; border-bottom: 1px solid #f7f7f7 !important; }

.product-shop .sociables {
	margin-bottom: 20px;
  	margin-top: 20px;
	padding-left: 0;
}
.product-shop .sociables li {
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 12px;
	line-height: 17px;
	color: #000;
	letter-spacing: 1px;
	margin-right: 10px;
	list-style: none;
	display: inline-block;
  	text-transform: uppercase;
}
.product-shop .sociables li:first-child {
	margin-right: 20px;
}
.product-shop .sociables li a {
	color: #000;
	font-size: 12px;
	line-height: 12px;
}
/*
* testimonials
*/
.testimonial {
	padding: 50px 0 0;
}
.testimonial blockquote { padding:10px 0 0;}
.testimonial p {
	font-family: 'AmericanTypewriterStd-Light', sans-serif;
	font-weight: 100;
	text-transform: none;
	font-size: 30px;
	line-height: 38px;
	letter-spacing: normal;
	text-align: center;
  	width: 65%;
  	font-style: normal;
  	margin: 0 auto;
}

@media only screen and (max-width: 800px){
.testimonial p {
  	width: 100%;
}
}


.testimonial p strong {
	font-family: 'Didot';
	font-size: 30px;
	line-height: 38px;
	font-weight: 100;
	font-style: italic;
	display: block;
}
.single-option-selector { display:none; }

/*
* shopify-product-reviews
*/
#shopify-product-reviews .spr-container {
	padding:0;
  	border:none;
}
#shopify-product-reviews .spr-container h2 {
 	font-family:"American Typewriter";
    font-weight:300;
    font-size:40px;
    line-height:55px;
    color:#000;
    text-transform:uppercase;
}




/*
* product-image
*/

@media(min-width:980px) {
  .product-img-box {
      padding-left:50px;
  }
  .product-img-box .more-view-wrapper {
      width: 170px !important;
      position: absolute;
      top: 40px;
      left:0;
  }

  .product-img-box .more-view-wrapper .owl-item {
      float: none !important; 
      width: 35% !important;
  }
}

@media(max-width:1279px) {
  .product-img-box .more-view-wrapper { 
  	top: 0px;
  }
}


/*
* recurring orders
*/

img.rc_popup__badge {
  display:none !important;
}

div.rc_block__type--active label.rc_label {
    font-family: "Montserrat";
	font-weight: 400;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 1px;
	color: #000;
	text-transform: uppercase;
}

label.rc_label {
  	font-family: "Montserrat";
	font-weight: 400;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 1px;
	color: #000;
	text-transform: uppercase;
}


@media only screen and (max-width: 860px){
.product-img-box {
    margin-bottom: 35px !important;
}
}
#rc_container label {
	font-family: "Montserrat";
    font-weight: 400;
    font-size: 11px;
    line-height: 17px;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#rc_container select, #rc_container option {
	padding: 10px;
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 11px;
	line-height: 17px;
	color: #000;
	letter-spacing: 1px;
	text-transform: uppercase;	
}
#rc_container select {
	border: 1px solid #adadad;
	width: 198px;
}
#rc_container select:focus {
	outline: none;
}



#rc_container .rc_popup__hover { 
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 11px;
    line-height: 17px;
    color: #A3A3A3;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: underline;
    margin-left: 0px;
    margin-top: 0px;
    display: inline-block;
  
}

#rc_container .rc_popup__hover img {display:none;}
#rc_container .rc_block__type--active {display: inline-block;}
#rc_container .rc_block__type__options {display:inline-block;} 
#rc_container .rc_label__delivery {display:none;}
#rc_container .rc_popup {display:inline-block;}
#rc_container .rc_block__type__autodeliver {display:inline-block; width:auto; max-width: 330px;}

div.rc_popup__block__content a {
   
    display: none !important;
}


select.rc_select {
    max-width: 75% !important;
}

.radio-btns a.active img { border: 1px solid black; border-radius: 50%;}



#rc_container select {
    background-color: #fff !important;   
}

.product .a-wishlist{display:none;}

.colorvalue {
 	font-family: "Didot" !important;
    font-style: italic;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    text-transform: capitalize;
    font-weight: 400 !important;
}