@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,500;0,600;0,700;1,400;1,600;1,700&family=Roboto+Condensed:wght@400;700&display=swap');

body{
  font-family: 'Poppins', sans-serif !important;
  color: #000000 !important;
  font-size: 16px !important;
  line-height: 1.8;
  overflow-x: hidden;
  margin: 0 !important;
  background-color: #eaeaea !important;    
}

section{
    padding: 6rem 0;
}
section.type-1{
    padding: 0;
}
section.type-2{
    padding-top: 0;
}
.container{
   max-width: 1280px;
   width: 88%;
}
a{
    transition-duration: 0.3s;
}
a:hover {
    text-decoration: unset;
}
img{
    max-width: 100%;
}
ul.main-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    justify-content: space-evenly;
    display: inline-flex;
    -webkit-justify-content: space-evenly
    display: -webkit-inline-flex;
}
ul.main-menu li a {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
}
ul.main-menu li a:hover {
    text-decoration: unset;
    color: #4283b5;
}
.order-btn:hover {
    color: #fff;
    text-decoration: unset;
    background: #000;
}
.order-btn {
    background: #4283b5;
    color: #ffff;
    display: block;
    text-align: center;
    margin: auto;
    padding: 10px 30px;
    font-weight: bold;
    border-radius: 30px;
    width: fit-content;
}
header.type-1 .row {
    display: flex;
    align-items: center;
}
header.type-1 {
    padding: 2em 0;
}

img.center{
    display: block;
    margin: auto;
}
.grid-1 > div {
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
}
.grid-1 img {
    margin-right: 10px;
}
.grid-1 {
    display: grid;
    grid-template-columns: auto auto;
    width: fit-content;
    font-weight: bold;
    grid-gap: 30px;
}
.has-divider{
    position: relative;
}
.has-divider:after {
    content: '';
    width: 0px;
    height: 0px;
    border: 50px solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: #2e2a39;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    z-index: 9999;
}
.has-divider.type-1:after{
    border-top-color: #fff;
}
.features-grid {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
    font-size: 18px;
    font-weight: bold;
}
.features-grid >div:first-child {
    background: #082504;
    padding: 20px;
    margin-right: 20px;
    border-radius: 100%;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.features-grid-container.type-2 {
    grid-template-columns: 2fr 3fr 2fr;
}
.btn-1 {
    background: #4283b5;
    color: #fff;
    font-weight: bold;
    width: 400px;
    display: inline-block;
    text-align: center;
    padding: 15px;
    border-radius: 30px;
}
.btn-1:hover {
    background: #000;
    text-decoration: unset;
    color: #fff;
}
.btn-2 {
    background: #4283b5;
    color: #fff;
    font-weight: bold;
    width: 400px;
    display: inline-block;
    text-align: center;
    padding: 15px;
    border-radius: 30px;
}
.btn-2:hover {
    background: #000;
    text-decoration: unset;
    color: #fff;
}
.features-grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    width: fit-content;
    margin: auto;
    align-items: start;
    grid-gap: 50px;
}
.features-grid-container .features-grid-wrapper:nth-child(1),
.features-grid-container .features-grid-wrapper:nth-child(3) {
    margin-top: 80px;
}
.order-wrapper {
    width: fit-content;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.box-1 h4 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.box-1 img {
    margin-bottom: 1rem;
    width: 75px;
    height: 75px;
    object-fit: scale-down;
    object-position: center center;
}
img.type-1{
    box-shadow: 0 0px 40px rgb(39 39 39 / 39%);
}
.row.center > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

ul.type-1 {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.type-1 li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 1rem;
    display: table;
}
ul.type-1 li:before {
    content: '';
    position: absolute;
    left: 0;
    background-image: url(../img/icon-5.png);
    background-size: contain;
    background-repeat: no-repeat; 
    width: 28px;
    height: 28px;
    top: 2px;
}
ul.type-1.light li:before {
    background-image: url(../img/img-36.png);
}
.ingredient-img:before {
    content: '';
    position: absolute;
    left: 0;
    background-image: url(../img/img-22.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 150px;
    height: 174px;
    bottom: -35px;
}
.ingredient-img {
    position: relative;
}
.ingredient-img img {
    border-radius: 100%;
    display: block;
    margin: auto;
    box-shadow: 0 0px 40px rgb(39 39 39 / 39%);
}
.ingredient-info p {
    color: #3c3c3c;
}
.ingredient-info h4 {
    font-weight: bold;
    color: #3c3c3c;
    text-transform: uppercase;
}
.ingredient-info {
    display: grid;
    grid-template-columns: 1fr 11fr;
    grid-gap: 20px;
    margin: 3em 0;
}
.order-wrapper.left {
    margin: unset;
}
.floating-product{
    position: relative;
}
.floating-product:before {
    content: '';
    position: absolute;
    left: 0;
    background-image: url(../img/img-32.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 245px;
    height: 314px;
    bottom: -115px;
}
/* BACKGROUNDS */

.bg-1 {
    background-color: #2e2a39;
}
.bg-2{
    background-color: #2e2a39;
}
.bg-3{
    background-color: #eaeaea;
}
.bg-4{
    background-color: #cfcfd1;
}
.bg-5{
    background-color: #2e2a39;
}
.bg-1 {
    background-image: url(../img/img-3.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: initial;
}
.bgi-1{
    background-image: url(../img/bg-1.jpg);
    background-position: top center;
    background-repeat: no-repeat; 
    background-size: cover;
}
.bgi-2{
    background-image: url(../img/img-15.png);
    background-position: top center;
    background-repeat: no-repeat; 
    background-size: cover;
    min-height: 500px;
}
.bgi-3{
    background-image: url(../img/img-14.png);
    background-position: top center;
    background-repeat: no-repeat; 
    background-size: cover;
    min-height: 500px;
}
.bgi-4{
    background-image: url(../img/img-13.png);
    background-position: top center;
    background-repeat: no-repeat; 
    background-size: cover;
    min-height: 800px;
}
.grid-2 > div {
    display: flex;
    align-items: center;
    grid-gap: 20px;
}
.grid-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 50px;
    margin: 3rem 0;
}
.grid-2 h4 {
    font-weight: bold;
    font-size: 18px;
}
.faq-box .faq{
    position: relative;
}
.faq-box .faq:after {
    content: '';
    top: 50%;
    background-image: url(../img/img-40.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 22px;
    position: absolute;
    right: 20px;
    transform: translateY(-50%);
}

.faq-box h4 {
    font-weight: bold;
    border: 1px solid #c7c7c7;
    margin: 0;
    padding: 20px;
    font-size: 16px;
}
.faq-box .faq-content {
    border: 1px solid #c7c7c7;
    margin: 0;
    padding: 20px;
    border-top: 0 !important;
    display: none;
}
.faq-box {
    margin-bottom: 2rem;
    cursor: pointer;
}
.faq-box.active .faq-content {
    display: block;
}
.faq-box.active .faq:after {
    transform: translateY(-50%) rotate(90deg);
}
footer {
    padding: 6rem 0;
    background-color: #2e2a39;
}
ul.footer-menu li a:hover {
    color: #d38f4b;
}
ul.footer-menu li a {
    color: #fff;
    font-weight: bold;
}
ul.footer-menu li {
    display: inline-block;
    margin: 0 15px;
}
ul.footer-menu {
    margin: 0;
    float: right;
    padding: 0;
}
.border-1 {
    margin-bottom: 3rem;
    border-bottom: 2px solid #fff;
    padding-bottom: 3rem;
}
/* HELPER CLASS */

.c-0{
    color: #fff;
}
.c-1{
    color: #a5aaa4;
}
.c-2{
    color: #985050;
}
.fs-1 {
    font-size: 2.5em;
}
.fs-2 {
    font-size: 3em;
}
.fs-3 {
    font-size: 4em;
}
.mobile{
    display: none !important;
}
.desktop{
    display: block;
}
header.type-1 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #eaeaea;
    z-index: 999;
}
body {
    padding-top: 108px;
}
.blurb {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 30px;
}
.blurb.type-1 {
    grid-template-columns: 1fr 5fr;
}
.blurb.type-2 {
    grid-template-columns: 1fr 5fr;
    align-items: center;
}
.blurb.type-3 {
    grid-template-columns: 1fr 11fr;
    grid-gap: 20px;
    width: fit-content;
    margin: auto;
}
.product {
    background: #f6f6f6;
    padding: 30px;
    border-radius: 10px;
}
.product-image {
    width: 270px;
    height: 140px;
    object-fit: contain;
}
.product-title {
    text-transform: uppercase;
    color: #787878;
    font-weight: bold;
    letter-spacing: 3px;
    font-size: 14px;
}
.product-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
    text-align: center;
    margin-left: -30px;
    margin-right: -30px;
}
.product-price {
    color: #353535;
    font-weight: 900;
    font-size: 35px;
    margin-top: 1rem;
    margin-bottom: 0;
}
.per-bottle {
    font-size: 14px;
    margin-bottom: 0;
}
.product-quantity {
    margin-bottom: 1rem;
}
.regular-price {
    color: #b6b6b6;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 1rem;
}
.delivery {
    font-size: 14px;
    margin-left: 21px;
    font-weight: bold;
}
.product-checkbox {
    width: fit-content;
    margin: auto;
}
.product-checkbox label {
    display: flex;
    text-align: left;
    grid-gap: 15px;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
}
/*.product-checkbox label:nth-child(2) {
    color: #b12226;
}*/
.btn-cart:hover {
    background: #000000;
    color: #fff;
    text-decoration: unset;
}
.btn-cart {
    background: #d27702;
    display: block;
    color: #fff;
    padding: 15px;
    border-radius: 100px;
    margin-bottom: 5px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    transition-duration: 0.3s;
}
.product-notice p {
    margin-bottom: 0;
}
.product-notice {
    background: #dbecee;
    font-size: 12px;
    padding: 20px;
    margin-top: 1rem;
    width: 95%;
    margin: 1rem auto auto;
    color: #818585;
    position: relative;
    display: none;
}
.product-notice.active{
    display: block;
}
.product-notice:before {
    content: '';
    position: absolute;
    top: -15px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 15px solid #dbecee;
    left: 50%;
    transform: translateX(-50%);
}
.product-notice a{
    color: #00aec4;
}
.total-price {
    margin-bottom: 0;
}
.product-value {
    background: #4b535d;
    color: #fff;
    top: -30px;
    margin-left: -30px;
    margin-right: -30px;
    padding: 15px;
    font-size: 21px;
    font-weight: bold;
    top: -30px;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.product-wrapper:nth-child(3) .product-value {
    background: #8b8c8d;
}
.product-wrapper:nth-child(1) .product-value {
    visibility: hidden;
}
.product-free {
    color: #a81f22;
    margin-bottom: 1rem;
    font-size: 16px;
    font-weight: bold;
}
.product-footer > div > p {
    margin-bottom: 0;
    font-size: 13px;
}
.product-footer > div {
    display: flex;
    align-items: center;
    grid-gap: 15px;
}
.product-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    margin: 50px auto auto;
    max-width: 100%;
    width: 500px;
}
.product-checkbox input:checked~.checkmark {
    border: 2px solid #b12226;
}
.product-checkbox .checkmark {
    top: 0;
    width: 22px;
    height: 22px;
    border-radius: 2px;
    border: 2px solid #616161;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    line-height: 19px;
    text-align: center;
    color: #c1272d;
    font-size: 14px;
    transition: all .3s;
}
.product-checkbox input:checked~.checkmark:before {
    display: block;
}
.product-checkbox .checkmark:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    text-align: center;
    font-size: 14px;
    transition: all .3s;
    background-image: url(../img/img-39.png);
    background-position: center;
    background-size: 20px;
    border-radius: 2px;
    z-index: 100;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    display: none;
}
.product-checkbox input:checked~.checkmark~* {
    color: #b12226;
}
p.total-price {
    font-size: 14px;
}
/*.product-wrapper:nth-child(1) .product-image {
    position: relative;
    left: 35px;
}*/
/*.product-wrapper:nth-child(3) .product-image {
    position: relative;
    left: 19px;
}*/
@media screen and (max-width: 1024px) {


    ul.main-menu li a {
        font-size: 16px;
    }
    .order-btn{
        padding: 10px 15px;
        font-size: 16px;
    }
    ul.footer-menu li {
        margin: 0 10px;
        font-size: 15px;
    }
    .fs-2,
    .fs-3{
        font-size: 3em;
    }
    .grid-1 {
        font-size: 14px;
    }
    .grid-2 img {
        width: 50px;
    }
    .grid-2 h4 {
        font-size: 14px;
    }
}


@media screen and (max-width: 768px) {
    .mobile{
        display: block !important;
    }
    .desktop{
        display: none;
    }
    .img-1 {
        width: 300px;
    }
    .features-grid-container br {
        display: none;
    }
    .features-grid-container {
        grid-template-columns: 1fr;
    }
    .features-grid-wrapper:nth-child(2) {
        display: none;
    }
    .features-grid-container {
        grid-gap: 0;
    }
    .features-grid {
        font-size: 21px;
    }
    .floating-product:before {
        bottom: -79px;
        z-index: 999;
    }
    .grid-2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .grid-2 h4 {
        font-size: 21px;
    }
    .grid-2 img {
        width: 65px !important;
        height: 65px;
        object-fit: contain;
    }
    .btn-2,
    .btn-1{
        width: 100%;
    }
    .order-btn {
        float: right;
    }
    ul.main-menu {
        justify-content: space-between;
    }
    header.mobile .col-12 {
        margin-top: 2rem;
    }
    .order-btn {
        padding: 10px 40px;
    }
    .center-content * {
        margin: auto;
    }
    .center-content {
        text-align: center;
    }
    .box-1 {
        grid-template-columns: 1fr 1fr;
    }
    .box-1 > div {
        margin-bottom: 1rem;
    }
    .row.reverse {
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
    }
    .order-wrapper.left {
        margin: auto;
    }
    body {
        padding-top: 221.19px;
    }
}


@media screen and (max-width: 767px) {
    body {
        padding-top: 84.8px;
    }
    .order-btn {
        float: none;
        width: 100%;
    }
    .fs-1, .fs-2, .fs-3 {
        font-size: 28px;
    }
    .grid-1 {
        font-size: 13px;
    }
    .features-grid {
        display: grid;
        grid-template-columns: 1fr 5fr;
    }
    .grid-2 {
        grid-template-columns: 1fr;
    }
    ul.footer-menu {
        float: none;
        text-align: center;
        margin-top: 4em;
    }
    ul.footer-menu li {
        display: block;
        margin: 15px 0;
    }
    .border-1 {
        margin-bottom: 3rem !important;
    }
    .menu-wrapper {
        display: none;
    }
    .order-btn {
        padding: 10px 15px;
    }
    header.type-1 {
        padding: 1em 0;
    }
    .box-1 h4 br {
        display: none;
    }
    .box-1 h4 {
        font-size: 13px;
    }
    .grid-1 {
        font-size: 10px;
    }
    section {
        padding: 2rem 0;
    }
    .product-container {
        grid-template-columns: 1fr;
        margin-left: 0;
        margin-right: 0;
    }
    .product-footer {
        grid-template-columns: 1fr;
        row-gap: 15px;
    }
    .product-footer img {
        width: 35px;
        height: 45px;
        object-fit: contain;
    }
    .blurb.type-2 {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .features-grid-container.type-2 {
        grid-template-columns: 1fr 1fr;
    }
    .faq-box h4 {
        padding-right: 50px;
    }
    
}

