
@font-face {
    font-family: "gill-sans-medium";
    src: url('../fonts/7301Gill-sans-medium.woff2');
}

@font-face {
    font-family: "gill-sans-light";
    src: url('../fonts/160119122903GillSans-Light.woff');
}

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "gill-sans-medium";
}

a {
    text-decoration: none;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.row {
    display: flex !important;
    flex-wrap: wrap;
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
}

.img-fluid {
    max-width: 100%;
    max-height: -webkit-fill-available;
    height: auto;
}

header img, .bannerWrp img {
    width: 100%;
}

/* ----- Flavours landing page css, start ----- */
.flavours_land_wrapper .bannerWrp {
    position: relative;
}

.flavours_land_wrapper .cta_wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 70%;
}

.flavours_land_wrapper .cta_wrapper h1 {
    font-size: 2.75rem;
    margin-top: 0 !important;
    margin-bottom: 1rem;
    font-weight: 900;
    font-family: 'gill-sans-medium' !important;
    color: #fff;
    text-shadow: 6px 4px 8px rgba(0,0,0,0.6);
}
.flavours_land_wrapper .cta_wrapper h2 {
    font-size: 2rem !important;
    font-weight: 100;
    font-family: 'gill-sans-light' !important;
    color: #fff;
    text-shadow: 6px 4px 8px rgba(0,0,0,0.6);

    margin-top: 0 !important;
    margin-bottom: 1rem !important;
    text-transform: initial;
}

.flavours_land_wrapper .cta_wrapper .cookieIconWrp {
    max-width: 4rem;
    margin: auto;
}

.flavours_land_wrapper .cta_wrapper .ctaBtnWrp a {
    background: white;
    color: #e11f1d;
    text-transform: uppercase;
    /* padding: 1rem 1.5rem; */
    padding: 2rem 2.5rem;
    /* font-size: 2.5rem; */
    font-size: 3.5rem;
    font-weight: 200 !important;
    letter-spacing: -1.5px;
    border: none;
    box-shadow: rgb(0 0 0 / 30%) 0px 19px 38px, rgb(0 0 0 / 22%) 0px 15px 12px;
    font-family: 'gill-sans-medium' !important;
    cursor: pointer;
    border-radius: 4px;

    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.flavours_land_wrapper .cta_wrapper .ctaBtnWrp a:hover {
    background: #e11f1d;
    color: #fff !important;
    text-decoration: none;
}

.flavours_wrapper {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.flavours_wrapper .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.flavours_wrapper .slick-prev, .flavours_wrapper .slick-next,
.ecommSliderNav .slick-prev, .ecommSliderNav .slick-next {
    background: #e11f1d;
    border-radius: 2px;
}

.flavours_wrapper .slick-prev:before, .flavours_wrapper .slick-next:before,
.ecommSliderNav .slick-prev:before, .ecommSliderNav .slick-next:before  {
    color: #fff;
    opacity: 1;
    font-size: 12px;
}

.flavourItem {
    height: 20rem;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0.25rem;
    border: 1px solid #eee;
    margin-bottom: 1rem;
    position: relative;
}
.flavourItem:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.flavourItem:hover .details h2, .flavourItem:hover .details p {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);

    line-height: 1.35;
    /* margin-top: 0 !important; */
}

.flavourItem .details h2 {
    margin-top: 0 !important;
}

.flavourItem .itemInner, .flavourItem .itemBkImage {
    height: inherit;
    width: 100%;
}
.flavourItem .itemMedia {
    max-width: 14rem;
    height: inherit;
    margin-left: auto;
    margin-right: auto;
}
.flavourItem .itemBkImage {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.flavourItem .overlay {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease; 
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #e11f1d;
}

.flavourItem .details {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    text-align: center;
    height: 100%;
    width: -webkit-fill-available;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 1rem;  
}

.flavourItem .details h2 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    font-size: 1rem !important;

    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transform: translate3d(0px,-20px,0px);
    -moz-transform: translate3d(0px,-20px,0px);
    -ms-transform: translate3d(0px,-20px,0px);
    transform: translate3d(0px,-20px,0px);
}

.flavourItem .details P {
    color: #fff;
    margin-top: 0;
    font-family: 'gill-sans-light';
    font-size: 0.95rem;

    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transform: translate3d(0px,20px,0px);
    -moz-transform: translate3d(0px,20px,0px);
    -ms-transform: translate3d(0px,20px,0px);
    transform: translate3d(0px,20px,0px);
}

.flavours_wrapper .flavoursSliderNav, .flavours_ecommSection .ecommSliderNav {
    text-align: center;
    margin-bottom: 3rem;
}


.slick-slide .logo_products button {
    /* background: #e11f1d; */
    color: #fff;
    border: 0;
    padding: 0.75rem 1rem;
    cursor: pointer;
    font-size: 1rem;
    font-family: 'gill-sans-medium';
    border-radius: 4px;
    width: 18rem;

    background: #fff;
    border: 1px solid #e11f1d;
    color: #e11f1d;
}

.slick-slide.slick-current .logo_products button {
    background: #cb1a18;
    color: #fff;
}

.flavours_ecommSection {
    margin-top: 4rem;
    margin-bottom: 4rem;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.flavours_nutriInfo {
    text-align: center;
    margin-bottom: 3rem;
}

.flavours_nutriInfo p {
    font-weight: 600;
}

.flavours_nutriInfo a {
    color: #e11f1d;
}

/* .flavours_ecommSection .ecommSliderNav .slick-track {
    width: 100% !important;
} */

.flavours_ecommSection .ecommSliderNavFor {
    margin-top: 2rem;
}

.flavours_ecommSection .ecommSliderNavFor .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.flavours_ecommSection .ecommItem {
    padding: 0 0.5rem;
}

.flavours_ecommSection .ecommItem a:hover {
    text-decoration: none;
}

.flavours_ecommSection .ecommItem .imgwrp {
    margin-bottom: 0.5rem;
}
.flavours_ecommSection .ecommItem .imgwrp img {
    max-width: 100%;
}

.flavours_ecommSection .ecommItem .details {
    text-align: center;
    text-transform: uppercase;
}

.flavours_ecommSection .ecommItem .details .cookieName {
    color: #000;
    padding: 0.35rem 0;
    border-radius: 4px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.flavours_ecommSection .ecommItem .details .cookieName:hover {
    background: #e11f1d;
    color: #fff;
}

.flavours_ecommSection .ecommItem .details h3 {
    margin: 0 0 0.25rem 0;
    font-size: 0.8rem;
    /* color: #fff; */
}

.flavours_ecommSection .ecommItem .details .cookieName:hover h3 {
    color: #fff;
}

.flavours_ecommSection .ecommItem .details h3:last-child {
    margin-bottom: 0;
}

.flavours_ecommSection .ecommItem .details .price {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #777;
}

.flavours_ecommSection .ecommItem .details .price .amount bdi {
    font-weight: 600;
}

@media (min-width: 1441px) and (max-width: 1599px) {
    .flavours_wrapper, .flavours_ecommSection {
        width: 65%;
    }
    .slick-slide .logo_products button {
        width: 16rem;
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .flavours_land_wrapper .cta_wrapper .ctaBtnWrp a {
        padding: 1.8rem 2.1rem;
        font-size: 2.5rem;
    }
    .flavours_land_wrapper .cta_wrapper h1 {
        font-size: 2.5rem;
    }
    .flavours_land_wrapper .cta_wrapper h2 {
        font-size: 1.75rem;
    }
    .flavours_land_wrapper .cta_wrapper .ctaBtnWrp button {
        font-size: 1.875rem;
    }
    .flavours_wrapper {
        margin-bottom: 3rem;
    }
    .flavourItem {
        height: 16rem;
    }
    .flavours_ecommSection {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .flavours_wrapper, .flavours_ecommSection {
        width: 70%;
    }
    .slick-slide .logo_products button {
        width: 16rem;
    }
    .flavourItem .details h2 {
        font-size: 0.875rem;
    }
    .flavours_ecommSection .ecommItem .details h3 {
        font-size: 0.875rem;
    }
    .flavours_ecommSection .ecommItem .details .price {
        font-size: 0.9rem;
    }
}

@media (max-width: 1199px) {
    .flavours_wrapper {
        margin-bottom: 3rem;
    }
    .flavours_ecommSection {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .flavours_land_wrapper .cta_wrapper h1 {
        font-size: 2rem;
    }
    .flavours_land_wrapper .cta_wrapper h2, .flavours_land_wrapper .cta_wrapper .ctaBtnWrp button {
        font-size: 1.75rem;
    }
    .flavours_land_wrapper .cta_wrapper .ctaBtnWrp a {
        padding: 1rem 2rem;
        font-size: 2.1rem;
    }
    .flavours_wrapper, .flavours_ecommSection {
        width: 82%;
    }
    .slick-slide .logo_products button {
        padding: 0.75rem 0.5rem;
        width: 14rem;
    }
    .flavourItem {
        height: 16rem;
    }
    .flavourItem .itemMedia {
        max-width: 12rem;
    }
    .flavourItem .itemBkImage {
        width: 95%;
    }
    .flavourItem .details h2, .flavourItem .details p {
        font-size: 0.9rem;
    }
}

@media (max-width: 1000px) {
    .slick-slide .logo_products button {
        width: 11rem;
    }

    .flavours_land_wrapper .cta_wrapper h1 {
        margin-bottom: 0.5rem;
    }

    .flavours_land_wrapper .cta_wrapper h2 {
        font-size: 1.5rem;
    }

    .flavours_ecommSection .ecommItem .details h3 {
        font-size: 0.7rem;
    }
}

@media (max-width: 767px) {
    .flavours_wrapper .col-lg-3, .flavours_ecommSection .ecommSliderNavFor .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .flavours_ecommSection .ecommItem .imgwrp img {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 575px) {
    .bannerWrp img {
        height: 65vh;
        max-width: fit-content;
        width: auto;
    }
    .flavours_land_wrapper .cta_wrapper .cookieIconWrp img {
        width: 100%;
        height: unset;
    }
    .flavours_land_wrapper .cta_wrapper .ctaBtnWrp a {
        padding: 0.5rem 1rem;
        font-size: 1.4rem;
    }
    .flavours_land_wrapper .cta_wrapper {
        width: 90%;
    }
    .flavours_land_wrapper .cta_wrapper h1 {
        font-size: 1.5rem !important;
    }
    .flavours_land_wrapper .cta_wrapper h2 {
        font-size: 1.25rem !important;
    }
}
/* ----- Flavours landing page css, end ----- */

/* ----- Flavours Nutritional Sheet page css, start ----- */
.flavours_land_wrapper .infoSheet_wrapper {
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.flavours_land_wrapper .infoSheet_wrapper a[type="button"] {
    background: #e11f1d;
    color: #fff !important;
    border: 0;
    padding: 0.75rem 1rem;
    cursor: pointer;
    font-size: 1rem;
    font-family: 'gill-sans-medium';
    border-radius: 4px;
    text-transform: uppercase;
}

.flavours_land_wrapper .nutriInfo_description {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 4rem;
}

.flavours_land_wrapper .nutriInfo_description p {
    font-size: 1rem;
    letter-spacing: 2px;
}

@media (min-width: 1441px) and (max-width: 1599px) {
    .flavours_land_wrapper .nutriInfo_description {
        width: 65%;
    }
}
@media (min-width: 1200px) and (max-width: 1440px) {
    .flavours_land_wrapper .nutriInfo_description {
        width: 70%;
    }
}
@media (max-width: 1199px) {
    .flavours_land_wrapper .nutriInfo_description {
        width: 82%;
    }
}
/* ----- Flavours Nutritional Sheet page css, end ----- */