@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&family=Open+Sans:wght@400;700&family=Oswald:wght@700&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
	color: #212121;
}

html {
  scroll-behavior: smooth;
}

h1,h2,h3,h4,h5, .title {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -1px;
    font-weight: 700;
}
h1 { font-size: 52px; }
h1 span { 
    font-weight: 900; 
    background: rgb(191,123,56);
    background: radial-gradient(circle, rgba(191,123,56,1) 0%, rgba(238,195,111,1) 75%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
}
h2 { font-size: 36px; }
h3 { font-size: 28px; }

.oswald {
	font-family: 'Oswald', sans-serif;
}

p { font-size: 19px; }

#top {
    background: rgb(51,51,51);
    background: radial-gradient(circle, rgba(51,51,51,1) 0%, rgba(33,33,33,1) 75%);
}

.red { color: #C00; }
.green { color: #105c34; }
.yellow-text { color: #ffde28; }
.purple {
    color: #f521f5;
    font-weight: bold;
}
.title, strong { color: inherit; }
.gold {
    background: rgb(237,118,14);
    background: radial-gradient(circle, rgba(237,118,14,1) 0%, rgba(255,146,51,1) 75%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
}

.tac { text-align:center; }
.ultrabold { font-weight: 900; }

.maintitle { line-height: 1.2em; font-size: 48px; }

.white-border {
    border: 2px solid #fff;
    box-shadow: 0 1px 4px rgb(0 0 0 / 45%);
}

.thumbaff1 {
    width: 100%;
    height: 250px;
    border-radius: 6px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    border: 3px solid grey;
}
.thumbaff2 {
    width: 100%;
    height: 200px;
    border-radius: 6px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    border: 3px solid grey;
}

.yellowhighlight {
    background: rgb(191,123,56);
    background: radial-gradient(circle, rgba(238,195,111,1) 0%, rgba(191,123,56,1) 75%);
    padding: 2px 10px;
}

sup {
    vertical-align: super;
    font-size: 50%!important;
    margin-left: 3px;
}

.display-none-helper {display:none;}

.email-box {
    overflow: auto;
    width: 100%;
    height: 400px;
    padding: 40px;
    border: 1px solid #c5c7cd;
    border-radius: 10px;
    background-color: #f7f8fc;
    box-shadow: -1px 0 4px 0 rgb(0 0 0 / 10%);
}
.notification { margin-bottom: 0!important; }

/* #Lists
================================================== */
ul.goldcheck, ul.arrow { list-style-type: none; padding-left: 0px; }

.goldcheck li, .arrow li {
	font-size: 19px;
	position: relative;
	padding-left:40px;
	line-height: 1.5em;
	margin-bottom: 3%;
}

.goldcheck li:before {
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    background-image: url("/assets/affiliates/images/goldcheck.png");
    background-size: cover;
    background-position: center;
    left: 0;
    top: 16px;
    transform: translateY(-50%);
}

.arrow li:before {
    content: '';
    width: 32px;
    height: 22px;
    position: absolute;
    background-image: url("/assets/affiliates/images/arrowbullet.png");
    background-size: cover;
    background-position: center;
    left: 0;
    top: 12px;
    transform: translateY(-50%);
}

.is-primary, .navbar.is-primary { 
    background: #013873;
    border-bottom: 1px solid #FFF; 
}

.navbar.is-primary .navbar-end .navbar-link.is-active, .navbar.is-primary .navbar-end .navbar-link:focus, .navbar.is-primary .navbar-end .navbar-link:hover, .navbar.is-primary .navbar-end>a.navbar-item.is-active, .navbar.is-primary .navbar-end>a.navbar-item:focus, .navbar.is-primary .navbar-end>a.navbar-item:hover, .navbar.is-primary .navbar-start .navbar-link.is-active, .navbar.is-primary .navbar-start .navbar-link:focus, .navbar.is-primary .navbar-start .navbar-link:hover, .navbar.is-primary .navbar-start>a.navbar-item.is-active, .navbar.is-primary .navbar-start>a.navbar-item:focus, .navbar.is-primary .navbar-start>a.navbar-item:hover, .navbar.is-primary .navbar-brand>a.navbar-item:hover {
    background-color: #212121;
}
.navbar-item img { max-height: none; }

.darkbg { background: #212121; }
.blackbg { 
    background: #212121 url("/assets/affiliates/images/blackbg.jpg") center center no-repeat;
    background-size: cover;
}
.lightbg { background: #CCC; }
#guaranteed {
    background:#e5e6e6 url("/assets/affiliates/images/hexbg.png") center center no-repeat;
    background-size: cover;
}

.bonus-box {
    border-radius: 10px;
    border: 5px solid #f41630;
    background: #FFF;
}

.t-image {
    border-radius: 10px;
    border: 3px solid #f41630;
}

.container-limit { max-width: 1000px!important; }

.box-1-bottle, .box-3-bottle {
    border: 3px solid #c1c4ca;
}

.box-6-bottle {
    border: 3px solid #212121;
    background: #fcf3e2!important;
    box-shadow: rgb(0 0 0 / 19%) 0 10px 20px, rgb(0 0 0 / 23%) 0 6px 6px;
}

.per-bottle {
    font-size: calc(1rem + 1vw);
    position: relative;
    top: 1.5vw;
}

.pricing-header { 
    background: #414142; 
}
.price {
    letter-spacing: -.25rem;
    font-size: calc(1.8rem + 10vw);
    line-height: .8;
    color: #39b54a;
}
.lh1 { line-height: 1em; }

.pricea, .pricec, .priceb { color: #39b54a; }

ul.accordion {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.accordion li {
    margin: 0.5em 0;
}
ul.accordion li a.actoggle {
    width: 100%;
    display: block;
    background: #fff;
    color: #000;
    border-radius: 0.15em;
    transition: background .3s ease;
    padding: 8px;
    font-weight: 700;
}
ul.accordion .inner {
    overflow: hidden;
    display: none;
    color: #fff;
    padding: 10px;
}

.footerlinks { color: #999; text-align:center; font-size: 14px; }
.footerlinks a, .disclaimer a { color: #999; text-decoration: underline; }
.footerlinks a:hover, .disclaimer a:hover { color: #CCC; }

#footer {
	background: #414142;
	padding-top:20px;
	width: 100%; color: #FFF;
}
.disclaimer { color: #999; font-size: 14px; }
.legal {
	color: #212121;
	background: #CCC;
    padding: 5px 10px !important;
    font-size: 12px;
    margin-bottom: 5px;
    border: 1px solid #999;
}

#references li {
    
}

@media only screen and (min-width: 769px) {
    .grow-it {
        transition: all .1s ease-in-out;
    }
    .grow-it:hover {
        transform: scale(1.04);
        z-index: 200;
    }
}

@media (min-width: 768px) {
    .per-bottle {
        font-size: 1.3rem!important;
        position: relative;
        top: 20px!important;
    }
    .price {
        font-size: 5.5rem!important;
    }
    .actoggle {
        font-size: 2rem;
    }
}

@media screen and (max-width: 650px) {
    .product-item-mobile {
        max-width: 75%;
        display: block;
        margin: 0 auto;
    }
    #references ol { overflow-wrap: break-word; }
    .container-limit { max-width: 100%!important; }
}

@media screen and (max-width: 479px) {
    p { font-size: 17px; }
}