/** Shopify CDN: Minification failed

Line 27:66 Unexpected "{"

**/

#fresh-product sup, #fresh-page sup {
  font-weight: 500 !important;
}
/**************/
/*GENERAL*/

/*product page slick carousel*/
#shop-page-top .slick-slider {    
	margin-bottom: 0;
}
/* hides slick-slider images onload, post load displays the nav and images */
#shop-page-top .fresh-product-carousel img,
#shop-page-top .fresh-product-carousel .slick-arrow,
#shop-page-top .fresh-product-carousel-test-a29 img,
#shop-page-top .fresh-product-carousel-test-a29 .slick-arrow,
#shop-page-top .fresh-product-carousel-test-a60 img,
#shop-page-top .fresh-product-carousel-test-a60 .slick-arrow,
#shop-page-top .fresh-product-carousel-test-a61-var1 img,
#shop-page-top .fresh-product-carousel-test-a61-var1 .slick-arrow,
#shop-page-top .fresh-product-carousel-test-a61-var2 img,
#shop-page-top .fresh-product-carousel-test-a61-var2 .slick-arrow,{
  display: none !important;
}
#shop-page-top .fresh-product-carousel img:first-of-type,
#shop-page-top .fresh-product-carousel-test-a29 img:first-of-type,
#shop-page-top .fresh-product-carousel-test-a60 img:first-of-type,
#shop-page-top .fresh-product-carousel-test-a61-var1 img:first-of-type,
#shop-page-top .fresh-product-carousel-test-a61-var2 img:first-of-type{
  display: block !important;
}
#shop-page-top .slick-initialized.fresh-product-carousel img,
#shop-page-top .slick-initialized.fresh-product-carousel .slick-arrow,
#shop-page-top .slick-initialized.fresh-product-carousel-test-a29 img,
#shop-page-top .slick-initialized.fresh-product-carousel-test-a29 .slick-arrow,
#shop-page-top .slick-initialized.fresh-product-carousel-test-a60 img,
#shop-page-top .slick-initialized.fresh-product-carousel-test-a60 .slick-arrow,
#shop-page-top .slick-initialized.fresh-product-carousel-test-a61-var1 img,
#shop-page-top .slick-initialized.fresh-product-carousel-test-a61-var1 .slick-arrow,
#shop-page-top .slick-initialized.fresh-product-carousel-test-a61-var2 img,
#shop-page-top .slick-initialized.fresh-product-carousel-test-a61-var2 .slick-arrow{
  display: block !important;
}
/* #shop-page-top .slick-slider {
	background-image: url("fresh-ajax-loader.gif");
	background-size: contain;
	height: 30px;
	background-repeat: no-repeat;
	background-position: 50% 50%;	
}
#shop-page-top .slick-slider.slick-initialized {
	background: none;
	height: auto;
}
#shop-page-top .slick-slider img {
    visibility: hidden;
}
#shop-page-top .slick-slider.slick-initialized img {
    visibility: visible;
}
 */
#shop-page-top .slick-dots li button:before {
    font-size: 30px;
    line-height: 30px;
    color: #000;
}

#shop-page-top button.slick-arrow {
    width: 30px;
    height: 30px;
    z-index: 2;
    top: 90%;
}

#shop-page-top button.slick-arrow:before {
    position: absolute;
    opacity: 1;
    top: 0;
    right: 0;
    left: 0;
    color: rgba(51,51,51,.8);
    background: transparent;
    border-radius: 50%;
    font-size: 50px;
    font-family: Arial;
    padding: 0 0 3px 0;
}
#shop-page-top button.slick-arrow.slick-next {
    right: 0px;
}
#shop-page-top button.slick-arrow.slick-next:before {
    content: "›";
}
#shop-page-top button.slick-arrow.slick-prev {
    left: 0px;
}
#shop-page-top button.slick-arrow.slick-prev:before {
    content: "‹";
}	



/*above the fold*/
#shop-page-top {
    padding-top: 10px;
	margin-bottom: 60px;
}
#shop-page-top .container-fluid {
    width: 95%;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 0 0 4%;
}
#shop-page-top .img-col {
	padding: 0 10px 0 0;
}
@media (min-width: 990px) {
    #shop-page-top .text-col {
        padding-left: 60px;
        padding-top: 0;
    }
}
#shop-page-top h1 {
    margin: 0px 0 10px;
    font-size: 32px;
    font-weight: 600;
}
#shop-page-top h1 span {
	color: var(--color-orange);	
}
#shop-page-top h1 span.product-subtitle {
	font-size: 90%;
}
#shop-page-top a.loox-reviews {
  display: inline-block;
}
#shop-page-top a.product-rating {
    text-decoration: none;
}
#shop-page-top a.product-rating .five-stars {
    max-width: 85px;
    margin-bottom: 0;
    fill: #F7D11A;
}
#shop-page-top .description {
	margin-top: 10px;
}
#shop-page-top .description p.top-line-description {
    font-weight: 600;
    font-size: 14px;
}
#shop-page-top .description p {
	max-width: 470px;
}
#shop-page-top .description ul li {
  font-size: 14px;
  line-height: 125%;
  margin-bottom: 5px;
}
#shop-page-top .description ul li span {
	color: var(--color-orange);
}
#shop-page-top .description p.description-quote {
	font-size: 14px;
    margin-top: 25px;
}

#shop-page-top button.purchase-button {
	min-width: 100%;
	height: 55px !important;
    margin: 20px 0 0;
	cursor: pointer;
}




/*add to cart form*/
.price-wrapper, .price-qty, .purchase-button-wrapper, .purchase-button {
	display: none;
}
.price-wrapper.active, .price-qty.active, .purchase-button-wrapper.active, .purchase-button.active {
	display: block;
}

.purchase-button-wrapper {
	max-width: 400px;	
}
.purchase-button {
	display: none !important;
}
.purchase-button.active {
	display: block !important;
}
.selector-button {
	cursor: pointer;
	position: relative;
	margin-bottom: 5px;
	border: 1px solid #f1f1f1;
    border-radius: 5px;
	padding: 7px 10px 10px 35px;
	max-width: 400px;	
}
.selector-button.selected {
	border: 1px solid var(--color-orange);
}
.selector-button .selector-button-dot {
	position: absolute;
	width: 14px;
	height: 14px;
	top: 12px;
	left: 10px;
	border: 1px solid #717171;
	border-radius: 50%;
}
.selector-button.selected .selector-button-dot {
	border: 1px solid #0175FF;
}
.selector-button.selected .selector-button-dot .selector-button-dot-inner {
	position: absolute;
    display: block;
	width: 9px;
	height: 9px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #0175FF;
	border-radius: 50%;	
}
.selector-button-inner ul.subscription-details {
	margin: 0 !important;
}
.selector-button-inner ul.subscription-details li {
	list-style: none;
	font-size: 12px;
	margin-bottom: 3px;
}
.selector-button-inner ul.subscription-details li span {
	font-size: 12px;
	color: var(--color-orange);
    padding-right: 1px;
}
.selector-button .selector-button-inner-showhide {
	display: none;
}
.selector-button.selected .selector-button-inner-showhide {
	display: block;
}
p.option-price-header {
	font-size: 14px;
	color: #717171;
	margin-bottom: 5px;
	padding-top: 2px;
	display: none;
}
p.option-price-header.active {
	display: block;
}
p.option-price-header span.strike-price {
	color: red;
	text-decoration: line-through;
	padding-right: 5px;
}
p.option-price-header span.strike-price span {
	color: #000000;
}
.selector-button.selected p.option-price-header {
    color: #2e333a;
    font-weight: 600;
}
.selector-button p.option-price-header span.plus {
    color: var(--color-orange);
    font-weight: inherit;
    font-size: inherit;
}
.selector-button.selected .selector-button-inner-show-notselected {
	display: none;
}
.selector-button-inner-show-notselected p, .selector-button-inner-showhide p {
	color: #333333;	
	font-size: 10px;
	font-weight: 600;
}
.selector-button-wrapper span.highlight {
    background: transparent;
    padding: 4px 5px 2px 0;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
.selector-button-wrapper .selected span.highlight  {
  background: #cbf7cb;
  padding: 4px 5px 2px;
}
.selector-button-wrapper span.price-right {
  float: right;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;  
}
.selector-button-wrapper span.price-right-crossed {
    display: none;
    position: absolute;
    top: 30px;
    right: 12px;
    font-size: 14px;
    text-decoration: line-through;
    color: var(--color-red);
}
.selector-button-wrapper .selected span.price-right-crossed {
  display: block;
}

/*loox*/
#looxCarousel .branding {
	display: none !important;
	opacity: 0 !important;
}



/*************/
/*bottom buy bar*/
.product-page-scrollbar {
	display: none;
	position: fixed;
	width: 100%;
	height: 50px;
	bottom: 0;
	left: 0;
	z-index: 999;
	background: #ffffff;
    box-shadow: 1px -1px 10px rgba(0,0,0,.1), 1px -2px 15px rgba(0,0,0,.05); 
}
.show-product-page-scrollbar {
	display: block;
}
.bottom-buy-bar {
  display: none;
}
.bottom-buy-bar.active {
  display: block;
}
.product-page-scrollbar button {
	position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(0px, -50%);
    min-height: 20px;
    height: 35px;
	line-height: 100%;
    border-radius: 5px;
    letter-spacing: 0;
    min-width: 110px;
    max-width: 110px;
    font-size: 14px;
    text-transform: capitalize;
    cursor: pointer;
}

.product-page-scrollbar .text-wrapper {
    position: absolute;
    top: 50%;
    left: 4%;
    transform: translate(0px, -50%);  
}
.product-page-scrollbar p.buy-bar-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-blue);	
    margin-bottom: 0;
    height: 30px;
}
.product-page-scrollbar.bundle p.buy-bar-title {
    font-size: 16px;
}
.product-page-scrollbar p.buy-bar-title span.plus-sign {
  font-size: 20px;	
  color: var(--color-orange);	
}
.product-page-scrollbar p.buy-bar-title span.buy-bar-capsules {
  color: inherit;
  font-weight: 300;
  font-size: 13px;
}
.product-page-scrollbar .buy-bar-price {
  font-size: 13px;
  margin-bottom: 0;
}
.product-page-scrollbar .buy-bar-price span.buy-bar-price-number {
    font-size: 14px;  
    color: #068c5f;
    padding-right: 5px;
}
.product-page-scrollbar .buy-bar-price span.buy-bar-price-dot {
    padding: 0px 5px 0 1px;
}




/*************************/
/*************************/
/*************************/
/*************************/
/*MOBILE*/
@media (max-width: 767px) {

	/**************/
	/*above the fold*/
	#shop-page-top {
		margin-bottom: 40px;
		margin-top: 0px;
		padding-top: 0;
	} 
	#shop-page-top .container-fluid {
	    width: 100%;
	    margin: 0 auto;
	    padding: 0;
	}
	#shop-page-top .img-col {
	    padding: 0 15px;
	}
	#shop-page-top .slick-slider {
		margin-top: 0;
	}
	#shop-page-top .text-col {
		padding: 10px 30px 0 30px;
	}
	#shop-page-top h1 {
		font-size: 24px;
		margin: 5px 0 0px;
	}



}



/********/
/*TABLET*/
@media (min-width: 769px) and (max-width: 989px)  {
	#shop-page-top h1 {
		margin-top: 0;
	}
    #shop-page-top .text-col {
        padding-left: 0px;
    }  

}

/********/
/*MID*/
@media (min-width: 989px) and (max-width: 1100px)  {

}


/********/
/*LAPTOP*/
@media (min-width: 990px) and (max-width: 1400px)  {

}


/********/
/*DESKTOP*/
@media (min-width: 1401px)  {

}