@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Oswald:400,600');
/* CSS Document */
em {
    color: inherit !important;
}
/* ZOOM NAVIGATION MENU */
.zoom_nav .uk-navbar-nav a {
	height:45px;
	min-height:45px;
	font-size:14px;
}
.zoom_nav .uk-navbar-toggle {
	height:45px;
	min-height:45px;
}
.zoom_nav {
	border-bottom:thin dashed #eaeaea;
	background-color: #fafafa;
}
.zoom_nav .zoom_logo {
	padding:5px 0;
}
.zoom_nav li {
	border-right:3px solid #fff;
}
.zoom_nav li:last-of-type {
	border-right:0 solid transparent;
}
/* FOOTER & BUYGOODS DISCLAIMER */
#disclaimer > div > div {
	box-shadow: none !important;
}
footer.copyright {
	font-size:14px;
}
footer #facebook_disclaimer {
	line-height: 15px;
}
@media (max-width:767px) {
footer .bg-img-disclaimer {
	min-width:100% !important;
	background-position: center !important;
	background-position-y: center !important;
}
footer .buygoods-disclaimer-container {
	padding-left:15px !important;
	padding-right:15px !important;
}
footer .bg-text-disclaimer {
	min-width:100% !important;
}
	footer.copyright {
	font-size:10px;
}
	.zoom-footer-menu div {
	line-height:12px;
	}
}
#facebook_disclaimer p {
	font-family: verdana;
    font-size: 11px;
}
@media (min-width:800px) {
	.buygoods-disclaimer-container #disclaimer {
		position: relative;
		right:-30px;
	}
}
/* ================================================
Purchase Boxes
================================================ */
.purchase_boxes_container {
	max-width:1000px;
}
.purchase_boxes_container .uk-card {
	border:thin solid #444;
	margin:auto;
	max-width: 360px;
}
.purchase_boxes_container .quantity {
	padding:5px 0;
	margin:2px;
}
.purchase_boxes_container .bg-aqua.quantity {
	padding:10px 0;
	margin:2px;
}
.purchase_boxes_container .purchase_image {
	border-top:thin solid #444;
}
.purchase_boxes_container .price_box p {
	padding:5px 8px;
	border-bottom: thin solid #ccc;
}
.purchase_boxes_container .purchase_button {
	padding:0 10px;
}
.purchase_boxes_container .uk-select {
	font-size:12px;
}
.purchase_boxes_container .best_value_box {
	border: 2px solid #298a73;
}
 .purchase_boxes_container .single_item_text {    
    background-color: #ddd;
    font-size: 18px;
    border-top: 1px solid #C5C5C5;
    border-bottom: 1px solid #C5C5C5;
}
.purchase_boxes_container .most_popular_text {
   background-color: #fff487;
    font-size: 18px;
    border-top: 1px solid #f3c083;
    border-bottom: 1px solid #f3c083;
}
.purchase_boxes_container .best_value_text {
    background-color: #FF0000;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    font-size: 18px;
    color:#fff;
    border-top: 1px solid #E20000;
    border-bottom: 1px solid #E20000;
}
.price_strike {
    position:relative;
    color: inherit;
}
.price_strike span {
    position: absolute;
    width: 100%;
    border-top: 2px solid red;
    left: 0;
    top: 50%;
    color:#FF0000;
    transform: rotate(-4deg);
}
.purchase_boxes_container .bg-aqua {
	background-color:#2fac91;
}
.error_select {
	border:1px solid red;
	background-color:#FDD1D2;
}
.text-lato-bold {
	font-family: 'Lato', sans-serif !important;
	font-weight: 700;
	-webkit-text-stroke: 0;
}
.text-shadow-dark {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
/* ============================================
ZOOM COUPONS
=============================================== */
.purchase_boxes_container .purchase_box {
         perspective: 1000px;
    }
    .purchase_boxes_container .purchase_box.flipped {
        transform: rotateY(360deg);
        transition: 1.5s;
	    transform-style: preserve-3d;
	    position: relative;
    }
 .abandonded_wrap {
        background-color:#165b8f;
        border-bottom:thin solid #444;
    }
    .abandonded_text {
        font-size:30px;
        line-height: 36px;
        color:#fff;
        text-shadow:1px 1px 2px rgba(0,0,0,0.3);
        padding:5px 5px 0 5px;
    }
    @media (max-width:767px) {
        .abandonded_text {
        font-size:20px;
        line-height: 26px;
        }
    }
 .coupon_activated {
        margin-bottom:5px;
    }
    .coupon_activated span {
        padding:2px 15px;
        color:#fff;
        text-shadow:1px 1px 1px rgba(0,0,0,0.2);
        font-size: 11px;
        border-radius:50px;
        border:thin solid #fff;
    }
.zoom_coupon_container {
        border:2px solid #165b8f;
        overflow:hidden;
        max-width:600px;
        padding:2px;
    }
    
    h5.zoom_coupon_text {
        color:#fff;
        text-shadow:1px 1px 1px rgba(0,0,0,0.2);
        padding:3px 10px;
        z-index: 1;
        background-color: #165b8f;
        -webkit-text-stroke: 0.25px;
    }
    h5.zoom_coupon_text::after {
    content: ' ';
    display: block;
    background-color: #165b8f;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: -1;
    top: 25px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    }
    .zoom_coupon_input input {
        font-weight: bold;
        border-color: #a88734 #9c7e31 #846a29;
    }
    .zoom_coupon_input input:hover {
        background-color:#FFFBEC;
    }
    .zoom_coupon_input ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      color: #CACACA;
    }
    .zoom_coupon_input ::-moz-placeholder { /* Firefox 19+ */
      color: #CACACA;
    }
    .zoom_coupon_input :-ms-input-placeholder { /* IE 10+ */
      color: #CACACA;
    }
    .zoom_coupon_input :-moz-placeholder { /* Firefox 18- */
      color: #CACACA;
    }
    .zoom_coupon_submit button {
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        margin-left:-1px;
        font-family: Lato, sans-serif;
        font-weight: 900;
        font-size: 18px;
        text-align: center;
        text-transform: uppercase;
        background-color: #006400;
        position: relative;
        z-index: 1;
        display: block;
        background-image: linear-gradient(180deg, #f6dda1, #f0c14b);
        border: 1px solid #fff;
        border-top-color: rgb(255, 255, 255);
        border-right-color: rgb(255, 255, 255);
        border-bottom-color: rgb(255, 255, 255);
        border-left-color: rgb(255, 255, 255);
        border-color: #a88734 #9c7e31 #846a29;
    }
    .zoom_coupon_submit button::before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: opacity 0.4s;
        z-index: -1;
        opacity: 0;
        background-image: linear-gradient(180deg, #ffdf28, #ffca11);
    }
    .zoom_coupon_submit button:hover::before {
        opacity: 1;
        transition: opacity 0.4s;
    }
    .zoom_coupon_submit button:hover::before {
        opacity: 1;
        transition: opacity 0.4s;
    }
    @media (max-width:639px) {
        .zoom_coupon_submit button {
            border-radius: 6px;
        }
        .zoom_coupon_input input
        {
            border-radius: 6px;
            margin-bottom: 8px !important;
        }
    }
/* Hero Testimonial */
.hero-five-stars {
    width: 100px;
    position: relative;
    top: -2px;
    margin-left: 3px;
}
@media (max-width: 420px){
			section.header h1{
				font-size:20px;
			}
		}
		@media (max-width:1439px){
			.background-special-2{
				background-image:none !important;
				background-size: 0px 0px;
			}
		}
        .hero-five-stars {
            width: 100px;
            position: relative;
            top: -2px;
            margin-left: 3px;
        }
/* New Product Slider Items */
.product_images li {
    padding-right:4px;
}
.product_images .uk-slider-items {
    margin-right:-4px;
}
.slider_nav a {
    transform: scale(1, 2);
}
.uk-slidenav {
    color: rgba(102, 102, 102, 0.2);
}
@media (max-width:639px) {
    .product_images li {
    padding-right:2px;
}
.product_images .uk-slider-items {
    margin-right:-2px;
}
}
@media(max-width:400px) {
.zoom-nothanks {
    line-height: 26px;
    padding: 14px 10px;
    min-height: 26px; 
}
}
/* TELEPHONE NUMBER */
.telefonaso-vsl {
    margin-bottom: 10px
}

.telefonaso {
    background: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
    letter-spacing: 0;
    color: #545454;
    border-bottom:thin solid #e0e0e0;
    padding: 0.25rem;
    position: relative;
    z-index: 2
}

.telefonaso .tc-max-width {
    margin-left: auto;
    margin-right: auto
}

.telefonaso .tc-max-width .tc-flex {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.telefonaso .tc-max-width .tc-flex .tc-logo {
    width: 70px;
    margin-left: auto;
    margin-right: auto
}

.telefonaso .tc-max-width .tc-flex .tc-info {
    display: flex;
    text-align: right;
    align-items: flex-end;
    font-size: 1.25rem;
    font-family: 'Lato', sans-serif !important;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-weight: 700
}

.telefonaso .tc-max-width .tc-flex .tc-info p {
    margin-bottom: 2px;
}

.telefonaso .tc-max-width .tc-flex .tc-info .tc-info-cs {
    letter-spacing: 0.5px;
    font-size: 11px
}

.telefonaso .tc-max-width .tc-flex .tc-info .tc-info-phone {
    margin-top: -.65rem;
    line-height: 1.5
}

.telefonaso .tc-max-width .tc-flex .tc-info .tc-info-phone span {
    font-size: 21px;
    font-weight: 700
}

.telefonaso .tc-max-width .tc-flex .tc-info .tc-info-img {
    width: 50px;
    margin-bottom: -.25rem;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    vertical-align: middle
}
/* VITAMIN ANGELS */
.vitamin-angels-container {
        max-width:740px;
        margin:60px auto;
        background-color:#fff;
        box-shadow: 0 0 8px rgba(0,0,0,0.2);
    }
    @media (min-width: 960px) {
        .vitamin-angels-container {
        -webkit-border-radius: 100px;
        -webkit-border-top-right-radius: 6px;
        -webkit-border-bottom-right-radius: 6px;
        -moz-border-radius: 100px;
        -moz-border-radius-topright: 6px;
        -moz-border-radius-bottomright: 6px;
        border-radius: 100px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        position: relative;
        right: -30px;
        padding:0 10px;
        }
        .vitamin-angels-blurb h3 {
            position: relative;
            left:-15px;
        }
        .vitamin-angels-image {
        border-radius: 100%;
        border: 8px solid #fff;
        position: relative;
        left: -40px;
        overflow: hidden;
        transform: scale(1.3);
        box-shadow: inset 0 0 8px 5px rgba(0,0,0,0.1);
    }
}
    
    .vitamin-angels-blurb {
        padding:20px 0;
    }
    .vitamin-angels-blurb p {
        font-size:15px;
        line-height: 22px;
        margin:10px 0;
        font-style: italic;
    }
    .vitamin-angels-blurb h3 {
        font-size:22px;
        line-height: 30px;
    }
    @media (max-width:960px) {
        .vitamin-angels-container {
        max-width:400px;
            margin:25px auto;
        }
        .vitamin-angels-logo {
            padding:8px;
        }
        .vitamin-angels-blurb {
        padding:20px 10px;
        }
    }
    .vitamin-angels-logo-desktop {
    width: 70px;
    height: 70px;
    background-image: url(//d39ldsmboekjvi.cloudfront.net/images/logo_vitamin_angels.png);
    background-size: 100%;
    background-color: white;
    background-repeat: no-repeat;
    border-radius: 100%;
    border: 6px solid transparent;
    position: absolute;
    left: 140px;
    bottom: 195px;
    z-index: 30;
}
/* COOKIE ACCEPTANCE */
#CybotCookiebotDialog {
    position: fixed;
    bottom:0;
    width:100%;
    z-index: 5 ;
    background:black;
    color:#f1f1f1 !important;
}
#CybotCookiebotDialogBodyContent {
    max-width:700px !important;
    margin:auto !important;
    padding:15px !important;
    font-size:11px !important;
    line-height: 16px !important;
    text-align: left;
}
#CybotCookiebotDialogBodyButtonAccept {
    background-color:#3D9000 !important;
    padding:5px 15px !important;
    margin-top:15px !important;
    display: inline-block !important;
    color:#fff !important;
    border-radius: 3px !important;
    border:thin solid #ccc !important;
    font-size:13px;
}
#CybotCookiebotDialogBodyButtonAccept:hover {
    color:#fff !important;
    text-decoration: none !important;
    background-color:#39C900 !important;
}
#CybotCookiebotDialogBodyContentTitle {
    margin-bottom:6px !important;
    font-size:13px !important;
    line-height:20px !important;
    font-weight: bold !important;
    color:#f1f1f1 !important;
    text-align: left;
}