﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

body {
    color: #000;
    font: normal 100%/1.4 CFAstyStdBook,Arial,sans-serif;
    line-height: 1.5;
}

:root {
    --maintopspace: 17px;
    --footerspace: 40px;
    --layoutspace: 40px;
    --header: 115px;
    --tiericonlg: 200px;
    --tiericon: 150px;
    --tierlist: 50px;
    --tierpadding: 40px;
    --tierpaddingdashboard: 40px;
    --vh: calc(100vh - var(--header) - var(--maintopspace));
    --layoutside: 50%;
    --viticon: 78px;
    --tiericonpromo: 192px
}

html {
    box-sizing: border-box;
    width: 100%;
    overflow-x: hidden
}


img { max-width: 100%; }

/*a {
    color: #000;
    text-decoration: underline;
}*/


a:hover {
    color: #dc2619;
}

.ZonaPro-Regular {
    font-family: ZonaPro-Regular;
    font-style: normal;
    font-weight: normal;
}

.ZonaPro-Light {
    font-family: ZonaPro-Light;
    font-style: normal;
    font-weight: normal;
}

.ZonaPro-Bold {
    font-family: ZonaPro-Bold;
    font-style: normal;
    font-weight: normal;
}

.ZonaPro-ExtraBold {
    font-family: ZonaPro-ExtraBold;
    font-style: normal;
    font-weight: normal;
}

.BlackDiamond {
    font-family: BlackDiamond;
    font-style: normal;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    .hidden-md {
        display: none;
    }
}

.main {
    position: relative;
    z-index: 10;
    padding-top: 15px;
}

@media screen and (min-width: 768px) {
    .main {
        padding-top: 20px;
    }
}

@media screen and (min-width: 992px) {
    .main {
        padding-top: 25px;
    }
}

@media screen and (min-width: 1200px) {
    .main {
        padding-top: 30px;
    }
}

.button,
button {
    -webkit-align-items: center;
    align-items: center;
    background: #212c2e;
    border: none;
    border-radius: 80px;
    color: #fff;
    display: -webkit-inline-flex;
    display: inline-flex;
    font-family: CFAstyStdBold,Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 1;
    line-height: 1.3;
    padding: 12px 29px;
    text-align: center;
    transition: all 150ms ease-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-height: 45px;
}

.button--inverse {
    background: #ffffff;
    color: #000000;
}

.button:not(.disabled):hover,
.button:not(.disabled):active,
button:not(.disabled):hover,
button:not(.disabled):active {
    background-color: #585757;
    color: #fff;
    text-decoration: none;
}

.button--inverse:not(.disabled):hover,
.button--inverse:not(.disabled):active,
button:not(.disabled):hover,
button:not(.disabled):active {
    background-color: #000000;
    color: #fff;
    text-decoration: none;
}

.button--hoverRed:not(.disabled):hover,
.button--hoverRed:not(.disabled):active {
    background-color: #dc2619;
    color: #fff;
}

.intro_title {
    color: #000000;
    font-family: CFAstyStdMedium,Arial,sans-serif;
    font-size: 20px;
    margin-top: 10px;
}


@media screen and (min-width: 1024px) {
    .intro_title { font-size: 26px; }
}

.intro_subtitle {
    color: #dc2619;
    font-family: 'BlackDiamond', Arial, sans-serif;
    font-size: 38px;
}

@media screen and (min-width: 1024px) {
    .intro_subtitle { font-size: 48px; }
}

.intro_button { margin-top: 30px; }

.logo {
    text-align: center;
    padding-bottom: 15px;
    max-width: 540px;
}

@media screen and (min-width: 768px) {
    .logo {
        padding-bottom: 20px;
    }
}

@media screen and (min-width: 992px) {
    .logo {
        padding-bottom: 25px;
    }
}

@media screen and (min-width: 1200px) {
    .logo {
        padding-bottom: 30px;
    }
}

.logo--success { margin-bottom: 28px; max-width:400px;}

.biteclub-icon {
    background: url('../img/bite-icon.png') 100% no-repeat;
    bottom: 0;
    left: 0;
    position: fixed;
    height: 107px;
    width: 100px;
    background-size: 100px;
}

.return_home {
    color: #000;
    font-family: CFAstyStdMedium, Arial, sans-serif; margin-top: 60px;
    text-align: center;
}

.return_home a {
    color: #000;
    text-decoration: underline;
}

.form-group-label {
    font-family: CFAstyStdBold, Arial, sans-serif;
    font-size: 18px;
}

@media screen and (min-width: 1024px) {
    .form-group-label { font-size: 26px; }
}

.form-check-label {
    font-family: CFAstyStdMedium, Arial, sans-serif;
    font-size: 14px;
}

.form-control {
    border: 0;
    border-bottom: 1px solid #000000;
    border-radius: 0;
    color: #000000;
    font-family: CFAstyStdMedium, Arial, sans-serif;
    font-size: 16px;
    padding: 0.375rem 0;
}

@media screen and (min-width: 1024px) {
    .form-control { font-size: 18px; }
}

.form-control:focus {
    background-color: #fff;
    border-color: #000000;
    box-shadow: none;
    color: #000000;
}

.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #909;
}

.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000000;
    opacity: 1;
}

.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000000;
    opacity: 1;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000000;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #000000;
}

.form-control::placeholder { /* Most modern browsers support this now. */
    color: #000000;
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.success_title {
    color: #dfdad5;
    font-family: Madina, Arial, sans-serif;
    font-size: 48px;
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .success_title { font-size: 64px; }
}

.success_subtitle {
    font-family: 'ZonaPro-Regular', Arial, sans-serif;
    font-size: 18px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .success_subtitle {
        font-size: 32px;
    }
}

.tablet_text_success {
    background-color: #E8F3DB;
    border-radius: 50px;
    color: #69BC69;
    padding: 5px 10px;
    text-align: center;
}

.tablet_text_error {
    background-color: #FFEACC;
    border-radius: 50px;
    color: #000;
    padding: 5px 10px;
    text-align: center;
}

/* RESETS */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* VENDORS EXTENSIONS */
.alert-success {
    background-color: transparent;
    border: 0;
    padding-left: 0;
    margin-bottom: 0;
}
.text-danger.field-validation-error {
    font-family: CFAstyStdMedium,Arial,sans-serif;
    background: #FFE0E1;
    padding: 15px;
    display: block;
    color: #ED5786 !important;
}

[class*=" icon-"], [class^=icon-] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-arrowNext:before {
    content: "";
}

.button .icon:last-child:not(:first-child), button .icon:last-child:not(:first-child) {
    margin-left: 7px;
}

.center {
    margin:0 auto;
}

.vitainfo {
    background: #fff
}

.layout__main .vitainfo {
    max-width: 823px;
    --viticon: 78px
}

.vitainfo__wrapper {
    max-width: 1692px
}

.layout__main .vitainfo__wrapper {
    padding: 0
}

.vitainfo__main {
    padding-bottom: 20px
}

.vitainfo__content {
    grid-area: vitainfo;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 1103px;
    margin: 0 auto;
    width: 100%
}

    .vitainfo__content:before {
        content: "";
        width: 20%
    }

.vitainfo__figure {
    grid-area: vitainfo
}

    .vitainfo__figure figure {
        max-width: 282px;
        margin: 0 auto
    }

        .vitainfo__figure figure picture {
            position: relative;
            display: block;
            padding-top: 100%
        }

        .vitainfo__figure figure img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: 50%
        }

.vitainfo__col {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

    .vitainfo__col:first-child {
        -webkit-order: -1;
        order: -1
    }

.vitainfo__flags {
    max-width: 305px;
    margin: 0 auto
}

.vitainfo__flags--lg {
    max-width: 623px
}

.vitainfo__flags figure {
    margin: 0;
    position: relative;
    padding-top: 23%
}

.vitainfo__flags img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.vitainfo__maintitle {
    letter-spacing: -.02em;
    color: #212c2e;
    text-align: center;
    font-family: CFAstyStdMedium,Arial,sans-serif;
    margin: 15px 0;
    font-size: clamp(1.75rem,3vw,3.25rem)
}

.vitainfo__header {
    margin: 0 0 20px
}

.vitainfo__icon {
    width: 78px;
}

    .vitainfo__icon picture {
        position: relative;
        display: block;
        padding-top: 100%
    }

    .vitainfo__icon img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 50%
    }

.vitainfo__desc {
    padding: 0 20px
}

    .vitainfo__desc p {
        color: #212c2e;
        line-height: 1.3;
        font-size: clamp(1rem,2.5vw,1.125rem)
    }

.layout__main .vitainfo__desc p {
    font-size: .875rem
}

.vitainfo__title {
    color: #006c27;
    letter-spacing: -.02em;
    font-family: CFAstyStdMedium,Arial,sans-serif;
    margin: 0 0 5px
}

.vitainfo__title--red {
    color: #ac0005
}

.layout__main .vitainfo__title {
    font-size: 1.125rem
}

.vitainfo__actions {
    margin-top: 40px
}

    .vitainfo__actions .btnWrap, .vitainfo__actions .row {
        -webkit-justify-content: center;
        justify-content: center
    }

    .vitainfo__actions .btnWrap {
        margin-top: 20px
    }

    .vitainfo__actions .checkbox {
        max-width: 355px;
        margin: 0 auto
    }

.mainContainer .main, .mainContainer footer, .mainContainer header {
    width: 100%;
}

.wrapper {
    margin: 0 auto;
    padding: 0 56px;
    max-width: 1366px;
}

figure {
    margin: 0 0 10px 0;
    line-height: 1;
}

.mainContainer {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
}

.vitainfo__figure figure {
    max-width: 30.4%
}


    .vitainfo__col:first-child {
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
        text-align: right;
        margin-top: 5%
    }

    .vitainfo__col:last-child {
        margin-top: 16%
    }

.vitainfo__maintitle {
    margin: 55px 0 30px
}

.vitainfo__header {
    margin: 0 0 40px
}

.vitainfo__desc {
    width: calc(100% - 78px)
}


.vitainfo {
    background: #fff
}

.layout__main .vitainfo {
    max-width: 823px;
    --viticon: 78px
}

.vitainfo__wrapper {
    max-width: 1692px
}

.layout__main .vitainfo__wrapper {
    padding: 0
}

.vitainfo__main {
    padding-bottom: 20px;
    width: 100%
}

.vitainfo__content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
    width: 100%
}

    .vitainfo__content:before {
        content: "";
        width: 18%
    }

.vitainfo__figure figure {
    max-width: 282px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%
}

    .vitainfo__figure figure picture {
        position: relative;
        display: block;
        padding-top: 100%
    }

    .vitainfo__figure figure img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 50%
    }

.vitainfo__col {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

    .vitainfo__col:first-child {
        -webkit-order: -1;
        order: -1
    }

.vitainfo__flags {
    max-width: 305px;
    margin: 0 auto
}

.vitainfo__flags--lg {
    max-width: 623px
}

.vitainfo__flags figure {
    margin: 0;
    position: relative;
    padding-top: 23%
}

.vitainfo__flags img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.vitainfo__maintitle {
    letter-spacing: -.02em;
    color: #212c2e;
    text-align: center;
    font-family: CFAstyStdMedium,Arial,sans-serif;
    margin: 15px 0;
    font-size: clamp(1.75rem,4vw,3.25rem)
}

.vitainfo__header {
    margin: 0 0 20px;
    width: 100%
}

.vitainfo__icon {
    width: var(--viticon)
}

    .vitainfo__icon picture {
        position: relative;
        display: block;
        padding-top: 100%
    }

    .vitainfo__icon img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 50%
    }

.vitainfo__desc {
    padding: 0 10px
}

    .vitainfo__desc p {
        color: #212c2e;
        line-height: 1.3;
        font-size: clamp(1rem,2.5vw,1.125rem)
    }

.layout__main .vitainfo__desc p {
    font-size: .875rem
}

.vitainfo__title {
    color: #006c27;
    letter-spacing: -.02em;
    font-size: clamp(1.5rem,2.5vw,2.25rem);
    font-family: CFAstyStdMedium,Arial,sans-serif;
    margin: 0 0 5px
}

.vitainfo__title--red {
    color: #ac0005
}

.layout__main .vitainfo__title {
    font-size: 1.125rem
}

.vitainfo__actions {
    margin-top: 40px
}

    .vitainfo__actions .btnWrap, .vitainfo__actions .row {
        -webkit-justify-content: center;
        justify-content: center
    }

    .vitainfo__actions .btnWrap {
        margin-top: 20px
    }

    .vitainfo__actions .checkbox {
        max-width: 355px;
        margin: 0 auto
    }

   



@media (max-width: 767px) {
    body {
        color: #000
    }

        body.fixedProduct {
            padding-bottom: 68px
        }

    .mainContainer.checkout .main {
        margin-top: 26px
    }
      


    .vitainfo__col {
        margin: 20px auto 0;
        -webkit-justify-content: center;
        justify-content: center
    }

        .vitainfo__col:first-child {
            margin-top: -35px
        }

    .vitainfo__desc {
        text-align: center;
        width: 100%
    }
  
}

@media (min-width: 1024px) {
    :root {
        --viticon: 25%;
        --tiericonlg: 315px;
        --tiericon: 280px;
        --tierpadding: 130px;
        --maintopspace: 31px;
        --footerspace: 100px;
        --layoutspace: 60px;
        --vh: 100vh;
        --tiericonpromo: 240px
    }

    .vitainfo--vh {
        min-height: 100vh
    }

        .vitainfo--vh .vitainfo__wrapper {
            min-height: 92vh;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-flex-direction: column;
            flex-direction: column
        }

    .vitainfo__content {
        max-width: 96%
    }

    .vitainfo__header {
        -webkit-align-self: flex-start;
        align-self: flex-start
    }

    .vitainfo__desc {
        padding: 0 20px
    }
}

figcaption, figure, main {
    display: block
}

figure {
    margin: 1em 40px
}


figure {
    margin: 0 0 10px 0;
    line-height: 1
}


@media (min-width: 768px) {
    :root {
        --tiericonpromo: 280px;
        --tierlist: 90px;
        --tiericon: 220px;
        --tierpadding: 70px;
        --tierpaddingdashboard: 70px
    }

    .mobile_only {
        display: none
    }

    .btnWrap.mob-fixed .totalTableRow {
        display: none
    }

    .button.mobVisible, button.mobVisible {
        display: none
    }

    .vitainfo__main {
        -webkit-flex: 1;
        flex: 1;
        -webkit-align-self: stretch;
        align-self: stretch;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center
    }

    .vitainfo__figure figure {
        max-width: 30.4%
    }

    .vitainfo__col {
        width: 41%
    }

        .vitainfo__col:first-child {
            -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
            text-align: right;
            margin-top: 5%
        }

        .vitainfo__col:last-child {
            margin-top: 16%
        }

    .vitainfo__header {
        margin: 0 0 40px;
        overflow: hidden
    }

    .vitainfo__desc {
        width: calc(100% - var(--viticon))
    }

}

@media (min-width: 768px) and (min-height:768px) {
    .vitainfo__maintitle {
        margin: 55px 0 30px
    }
}

@media (min-width: 1024px) {
    :root {
        --viticon: 25%;
        --tiericonlg: 315px;
        --tiericon: 280px;
        --tierpadding: 130px;
        --maintopspace: 31px;
        --footerspace: 100px;
        --layoutspace: 60px;
        --vh: 100vh;
        --tiericonpromo: 240px
    }

    .vitainfo--vh {
        min-height: 100vh
    }

        .vitainfo--vh .vitainfo__wrapper {
            min-height: 92vh;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-flex-direction: column;
            flex-direction: column
        }

    .vitainfo__content {
        max-width: 96%
    }

    .vitainfo__header {
        -webkit-align-self: flex-start;
        align-self: flex-start
    }

    .vitainfo__desc {
        padding: 0 20px
    }
}



