﻿/* # font sizes # */
.product-detail .banner-bg {
    background: #fff4cd;
    position: relative;
    z-index: -1;
    margin-bottom: -180px;
    min-height: 208px;
}

@media only screen and (min-width: 64em) {
    .product-detail .banner-bg {
        min-height: 215px;
        margin-bottom: -150px;
    }
}

.product-detail .banner-bg:after {
    background: inherit;
    bottom: -53px;
    content: '';
    display: block;
    height: 46%;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(4deg);
    transform-origin: 100%;
    z-index: -1;
}

.product-detail .grid-container {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.product-detail .product-overview .product-image {
    position: relative;
    z-index: 3;
}

@media only screen and (min-width: 40em) {
    .product-detail .product-overview .product-image img {
        position: absolute;
        top: 0;
        max-width: 90%;
        left: 5%;
    }
}

.product-detail .product-overview .product-info {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 21px 40px;
    margin-top: 40px;
    padding-bottom: 0px;
}

    .product-detail .product-overview .product-info strong {
        font-family: "URW DIN Regular";
    }

@media only screen and (min-width: 40em) {
    .product-detail .product-overview .product-info {
        padding-bottom: 133px;
    }
}

@media only screen and (min-width: 64em) {
    .product-detail .product-overview .product-info {
        margin-top: 45px;
    }
}

.product-detail .product-overview .product-info:before {
    content: '';
    background: url("https://stordfkentico03media.blob.core.windows.net/df-us/lolfs/media/images/logo/card-triangle-overlay.svg") center top / cover no-repeat;
    height: 64px;
    width: 100%;
    position: absolute;
    bottom: 100%;
    left: 0;
}

.product-detail .product-overview .product-info h1 {
    color: #ed1b2f;
    line-height: normal;
    font-size: 19px;
    padding-bottom: 4px;
}

@media only screen and (min-width: 64em) {
    .product-detail .product-overview .product-info h1 {
        font-size: 25px;
    }
}

@media only screen and (min-width: 87.5em) {
    .product-detail .product-overview .product-info h1 {
        font-size: 42px;
    }
}

.product-detail .product-overview .product-info #m-ma {
    margin-bottom: 0px;
}

.product-detail .product-overview .product-info #m-ma,
.product-detail .product-overview .product-info #grain-info {
    font-weight: 600;
    display: inline-block;
}

.product-detail .product-overview .product-info p span {
    color: #03bfd7;
    font-weight: 700;
}

@media only screen and (max-width: 768px) {
    .product-detail .product-overview .product-info p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .product-detail {
        padding-left: 0px;
    }
}

.product-detail .positionStatic {
    margin-right: 4px;
    position: static;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.product-detail .flag span {
    width: 40px;
    height: 40px;
}

.product-detail .flagText {
    position: relative;
    font-family: "DINMedium", Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
}

@media only screen and (min-width: 64em) {
    .product-detail .flagText {
        font-size: 17px;
    }
}

@media only screen and (min-width: 87.5em) {
    .product-detail .flagText {
        font-size: 20px;
    }
}

.product-detail .flagText.pe-link {
    color: #f57e20;
}

.product-detail .flagText.cs-link {
    color: #2499c3;
}

.product-detail .flagText.rrh-link {
    color: #889a90;
}

.product-detail .flagText.rrcu-link {
    color: #ea2437;
}

.channels-inline-for-prdetail a {
    font-family: "URW DIN Regular";
}

.recpie-container p,
.product-detail-outer p,
.channels-inline-for-prdetail p {
    font-family: "URW DIN Regular";
}

.product-review-container {
    background-color: #f5f5f2;
}

.product-strip {
    background: #a36285;
    padding: 20px 0px;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}

@media only screen and (min-width: 64em) {
    .product-strip {
        margin-top: -97px;
        padding: 8px 0;
    }
}

@media only screen and (min-width: 87.5em) {
    .product-strip {
        margin-top: -111px;
        padding: 20px 0px;
    }
}

.product-strip h4 {
    font-size: 15px;
    margin-bottom: 0;
    color: #54183a;
    text-transform: uppercase;
    font-family: "URW DIN Regular";
}

@media only screen and (min-width: 87.5em) {
    .product-strip h4 {
        font-size: 18px;
    }
}

.product-strip h5 {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
    font-family: "URW DIN Regular";
}

@media only screen and (min-width: 87.5em) {
    .product-strip h5 {
        font-size: 28px;
    }
}

.product-strip h5 a {
    color: #fff;
}

.cta-product-detail {
    padding-bottom: 10px;
}

    .cta-product-detail a {
        display: block;
        font-size: 14px;
        text-align: center;
        color: #fff;
        background: #342e37;
        border-radius: 50px;
        padding: 15px 6px;
        text-transform: uppercase;
        font-family: "URW DIN";
        position: relative;
        z-index: 1;
    }

@media only screen and (max-width: 767px) {
    .cta-product-detail a {
        margin-bottom: 12px;
    }
}

@media only screen and (min-width: 87.5em) {
    .cta-product-detail a {
        font-size: 18px;
        padding: 15px 0px;
    }
}

.ProductFeatures {
    padding: 80px 20px;
    background: url("https://stordfkentico03media.blob.core.windows.net/df-us/lolfs/media/lol-fs-media/assets/prod-features-line.png") right top -66px;
    background-repeat: no-repeat;
    margin-top: 20px;
}

@media only screen and (min-width: 40em) {
    .ProductFeatures {
        padding: 80px 0px;
    }
}

@media only screen and (min-width: 64em) {
    .ProductFeatures {
        margin-top: 0px;
    }
}

.ProductFeatures .content {
    padding: 20px 30px;
    border: 2px solid #e0dede;
    border-radius: 6px;
    min-height: 219px;
    margin-bottom: 20px;
    min-height: 160px;
    background: #fff;
}

@media only screen and (min-width: 40em) {
    .ProductFeatures .content {
        min-height: 221px;
    }
}

@media only screen and (min-width: 64em) {
    .ProductFeatures .content {
        min-height: 180px;
        margin-bottom: 0px;
    }
}

.ProductFeatures p {
    text-transform: capitalize;
    margin-bottom: 0px;
}

.ProductFeatures h5 {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
}

.ProductFeatures > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 87.5rem;
    margin: 0 auto;
    padding: 0;
}

    .ProductFeatures > ul > li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        min-height: 0px;
        min-width: 0px;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 100%;
        font-size: 28px;
        line-height: 48px;
        border: 2px solid #e0dede;
        padding: 20px 30px;
        background-color: #fff;
        font-family: "URW DIN";
        margin-bottom: 20px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

        .ProductFeatures > ul > li:nth-of-type(1n+4) {
            display: none;
        }

@media only screen and (min-width: 40em) {
    .ProductFeatures > ul > li {
        width: 31%;
        margin: 0 1.1%;
    }
}

@media only screen and (min-width: 64em) {
    .ProductFeatures > ul > li {
        font-size: 32px;
    }
}

.product-detail-view {
    margin-bottom: 50px;
    padding: 30px 0px;
}

    .product-detail-view .heading {
        border-bottom: 2px solid #e0dede;
        padding-bottom: 14px;
        position: relative;
    }

    .product-detail-view .suggested-use {
        padding: 25px 0px;
    }

        .product-detail-view .suggested-use h4 {
            font-family: "URW DIN";
            font-size: 24px;
        }

        .product-detail-view .suggested-use p {
            font-family: "URW DIN Regular";
        }

    .product-detail-view .product-specs h5 {
        font-family: "URW DIN";
        font-size: 18px;
    }

    .product-detail-view .product-specs .highlight {
        padding-top: 15px;
        font-style: italic;
    }

    .product-detail-view .product-specs .right-column {
        padding-top: 40px;
    }

@media only screen and (min-width: 40em) {
    .product-detail-view .product-specs .right-column {
        padding-top: 0;
    }
}

@media only screen and (min-width: 40em) {
    .product-detail-view .product-specs .right-column h5 {
        margin-left: 25%;
    }
}

.product-detail-view .product-specs .right-side {
    padding-left: 10px;
}
/*common css of nutrion and product spec*/
.product-specs ul li,
.nutrition ul li {
    font-size: 16px;
    font-family: "URW DIN Regular";
}

@media only screen and (min-width: 64em) {
    .product-specs ul li,
    .nutrition ul li {
        font-size: 18px;
    }
}

.product-detail-view .heading h2,
.nutrition .heading h2,
.recpie-container .heading h2 {
    font-size: 28px;
}

@media only screen and (min-width: 64em) {
    .product-detail-view .heading h2,
    .nutrition .heading h2,
    .recpie-container .heading h2 {
        font-size: 42px;
    }
}

.ftbold {
    font-weight: 600;
}

.ft-itallic {
    font-style: italic;
}
/*common css closed*/
/*Nutrition Section Start*/
.download-container {
    position: absolute;
    right: 85px;
    top: 5px;
}

@media only screen and (min-width: 64em) {
    .download-container {
        top: 30px;
    }
}

.download-container .download-pdf {
    display: inline-block;
    border: 1px solid #666;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url("https://stordfkentico03media.blob.core.windows.net/df-us/lolfs/media/lol-fs-media/assets/download-icon.png") center no-repeat;
    outline: 0;
}

    .download-container .download-pdf:after {
        content: "Download";
        color: #000;
        font-size: 18px;
        left: 37px;
        top: 4px;
        position: absolute;
    }

    .download-container .download-pdf.dowloadIcon {
        background: #ed1b2f url("https://stordfkentico03media.blob.core.windows.net/df-us/lolfs/media/lol-fs-media/assets/download_icon.gif") center / 55% no-repeat;
        border: 0;
    }

.nutrition {
    margin-bottom: 40px;
}

    .nutrition .heading {
        border-bottom: 2px solid #e0dede;
        padding-bottom: 14px;
        position: relative;
    }

    .nutrition .left-side-nutrition {
        padding: 20px 0px;
        border-bottom: 1px dashed #e0dede;
    }

        .nutrition .left-side-nutrition .flt-right {
            float: right;
        }

    .nutrition .nutrition-a {
        border-bottom: none;
    }

        .nutrition .nutrition-a .head {
            text-transform: uppercase;
            font-size: 12px;
            margin-bottom: 12px;
        }

    .nutrition table {
        /*common css*/
        /*common css closed*/
    }

        .nutrition table th,
        .nutrition table td,
        .nutrition table tr {
            font-family: "URW DIN Regular";
            color: #373030;
        }

        .nutrition table thead {
            background: none;
            border: none;
            border-bottom: 3px solid #e0dede;
            margin-bottom: 10px;
        }

            .nutrition table thead th {
                padding-left: 0px;
                font-size: 12px;
                font-weight: 500;
            }

        .nutrition table tbody {
            border: none;
        }

            .nutrition table tbody tr:hover {
                background: #9c9c9c;
            }

            .nutrition table tbody tr:nth-child(even) {
                background: none;
            }

                .nutrition table tbody tr:nth-child(even):hover {
                    background: #9c9c9c;
                }

            .nutrition table tbody td,
            .nutrition table tbody th {
                padding-left: 0px;
                padding-bottom: 0px;
                padding-top: 0px;
            }

            .nutrition table tbody .td-1 {
                padding-top: 22px;
            }

    .nutrition .txt-right {
        text-align: right;
    }

    .nutrition .leftPadFat {
        padding-left: 3px;
    }

@media only screen and (min-width: 64em) {
    .nutrition .leftPadFat {
        padding-left: 25px;
    }
}

.nutrition .ingredients {
    padding-left: 0px;
}

@media only screen and (min-width: 40em) {
    .nutrition .ingredients {
        padding-left: 40px;
    }
}

.nutrition .ingredients h5 {
    padding-top: 18px;
    font-weight: 600;
    font-family: "URW DIN Regular";
}

.nutrition .ingredients p {
    font-family: "URW DIN Regular";
}
/*Nutrition Section Closed*/
.recpie-container {
    margin-top: 30px;
}

    .recpie-container .heading {
        border-bottom: 2px solid #e0dede;
        padding-bottom: 14px;
        width: initial;
    }

@media only screen and (min-width: 40em) {
    .recpie-container .heading {
        width: 83.33333%;
    }
}

@media only screen and (max-width: 768px) {
    .recpie-container .heading {
        margin-left: 0.625rem;
        margin-right: 0.625rem;
    }
}

.Channels-Inline-Video {
    margin-top: 70px;
}

    .Channels-Inline-Video .Channels-image {
        margin-bottom: 180px;
    }

        .Channels-Inline-Video .Channels-image .large {
            margin-bottom: 135px;
        }

.categoryIndex h3 {
    font-size: 25px;
    text-transform: uppercase;
    margin: 30px 10px;
}

.categoryIndex .cell figure {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #ffd800;
    position: relative;
    max-width: 220px;
    margin: 0 auto;
}

    .categoryIndex .cell figure img {
        position: absolute;
        left: 0;
        top: 0;
        width: 115%;
        max-height: 115%;
    }

    .categoryIndex .cell figure:after {
        content: "";
        padding-bottom: 100%;
        display: block;
    }

@media only screen and (min-width: 64em) {
    .categoryIndex .cell figure {
        box-shadow: inset 0 0 0 0px rgba(255, 216, 0, 0.2), inset 0 0 0 0px rgba(255, 255, 255, 0.8), 0 1px 0px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease-in-out;
        max-width: 310px;
    }

        .categoryIndex .cell figure img {
            transition: all 0.3s ease-in-out;
        }

        .categoryIndex .cell figure:hover {
            box-shadow: inset 0 0 0 170px rgba(255, 216, 0, 0.2), inset 0 0 0 0px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1);
        }

            .categoryIndex .cell figure:hover img {
                transform: scale(1.1, 1.1);
            }
}

.categoryIndex .cell a {
    display: block;
}

.categoryIndex .cell p {
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    margin: 20px 0 45px;
}

@media only screen and (min-width: 40em) {
    .categoryIndex h3 {
        font-size: 30px;
        margin: 40px 10px 50px;
    }

    .categoryIndex .cell p {
        font-size: 19px;
        margin: 20px 0 40px;
    }
}

@media only screen and (min-width: 64em) {
    .categoryIndex h3 {
        font-size: 30px;
        margin: 50px 10px;
    }

    .categoryIndex .cell p {
        font-size: 22px;
        margin: 20px 0 50px;
    }
}

@media only screen and (min-width: 75rem) {
    .categoryIndex .cell a p {
        font-size: 30px;
    }
}

.channelLinks {
    margin: 30px 0;
}

    .channelLinks article {
        padding: 20px;
        margin: 0 -10px 20px;
    }

        .channelLinks article > * {
            position: relative;
        }

        .channelLinks article h4 {
            font-size: 20px;
            text-transform: uppercase;
            color: #000;
            margin-bottom: 0;
        }

    .channelLinks .button {
        margin: 20px auto 0;
    }

    .channelLinks hr {
        width: 85%;
        max-width: 380px;
        border-bottom: 5px solid #000;
    }

    .channelLinks .redShade {
        background-color: #ed1b2f;
        position: relative;
        overflow: hidden;
        color: #fff;
    }

        .channelLinks .redShade:before {
            content: "";
            position: absolute;
            left: 10%;
            top: 50%;
            border-radius: 50%;
            box-shadow: 0 0 150px 150px #ef414f;
            opacity: 0.8;
            width: 80%;
        }

        .channelLinks .redShade h4 {
            color: #fff;
        }

        .channelLinks .redShade hr {
            border-bottom-color: #fff;
        }

    .channelLinks .blueShade {
        background-color: #2ba4b1;
        position: relative;
        overflow: hidden;
    }

        .channelLinks .blueShade:before {
            content: "";
            position: absolute;
            left: 10%;
            top: 50%;
            border-radius: 50%;
            box-shadow: 0 0 150px 150px #5ac4d2;
            opacity: 0.8;
            width: 80%;
        }

    .channelLinks .yellowShade {
        background-color: #f9c914;
        position: relative;
        overflow: hidden;
    }

        .channelLinks .yellowShade:before {
            content: "";
            position: absolute;
            left: 10%;
            top: 50%;
            border-radius: 50%;
            box-shadow: 0 0 150px 150px #ffd742;
            opacity: 0.8;
            width: 80%;
        }

@media only screen and (min-width: 40em) {
    .channelLinks article {
        margin: 20px 10px;
    }
}

@media only screen and (min-width: 64em) {
    .channelLinks {
        margin: 50px 0;
    }

        .channelLinks article {
            margin: 30px 15px;
            padding: 35px;
        }

            .channelLinks article h4 {
                font-size: 30px;
            }

            .channelLinks article p {
                font-size: 25px;
            }
}

.spotlightSellerLinks {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

    .spotlightSellerLinks .cell {
        width: auto;
        display: inline-block;
        padding-left: 20px;
        float: none !important;
        margin-bottom: 20px;
    }

        .spotlightSellerLinks .cell li a {
            line-height: 1.7;
            font-size: 18px;
        }

        .spotlightSellerLinks .cell h5 {
            font-size: 20px;
            margin: 0;
        }

@media only screen and (min-width: 40em) {
    .spotlightSellerLinks .cell {
        border-left: 5px solid #000;
        min-width: 250px;
        text-align: left;
    }

        .spotlightSellerLinks .cell li a {
            font-size: 20px;
        }

        .spotlightSellerLinks .cell h5 {
            font-size: 25px;
        }
}

@media only screen and (min-width: 64em) {
    .spotlightSellerLinks {
        margin-bottom: 60px;
    }

        .spotlightSellerLinks .cell li a {
            font-size: 25px;
        }

        .spotlightSellerLinks .cell h5 {
            font-size: 30px;
        }
}

.productCategoryListing .goToLinks {
    position: absolute;
    bottom: 34px;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    padding: 10px 15px;
    z-index: 3;
    display: none;
}

@media only screen and (min-width: 40em) {
    .productCategoryListing .goToLinks {
        display: block;
        padding-top: 0;
        padding-bottom: 0;
    }

        .productCategoryListing .goToLinks ul {
            justify-content: center;
        }

            .productCategoryListing .goToLinks ul .flag-rrh,
            .productCategoryListing .goToLinks ul .flag-rrcu {
                float: left;
            }

            .productCategoryListing .goToLinks ul li {
                margin: 0;
                padding-top: 10px;
                padding-bottom: 10px;
                text-align: left;
                width: 100px;
                transition: ease-in-out 0.5s width;
                overflow: hidden;
                padding-right: 20px;
                border-right: 1px rgba(0, 0, 0, 0.1) solid;
            }

                .productCategoryListing .goToLinks ul li:first-child {
                    border-left: 1px rgba(0, 0, 0, 0.1) solid;
                }

                .productCategoryListing .goToLinks ul li:hover {
                    width: 321px;
                }

                .productCategoryListing .goToLinks ul li.hover {
                    width: 321px;
                }

                .productCategoryListing .goToLinks ul li a {
                    color: #fff;
                    text-transform: capitalize;
                    display: block;
                    height: auto;
                    padding: 0;
                    margin: 0 10px;
                    white-space: nowrap;
                    margin: 0;
                }

                .productCategoryListing .goToLinks ul li span[class*="flag-"] {
                    display: inline-block;
                    width: 60px;
                    height: 60px;
                    vertical-align: middle;
                    margin: 0 20px;
                }

                .productCategoryListing .goToLinks ul li strong {
                    font-family: 'DINMedium', Arial, sans-serif;
                    line-height: 1.3;
                    font-weight: normal;
                    display: inline-block;
                    width: 215px;
                    margin-top: 6px;
                    white-space: normal;
                }

                    .productCategoryListing .goToLinks ul li strong .arrow {
                        border: solid #fff;
                        border-width: 0 3px 3px 0;
                        display: inline-block;
                        padding: 3px;
                        transform: rotate(-45deg);
                        -webkit-transform: rotate(-45deg);
                        position: relative;
                        margin-left: 14px;
                    }

                        .productCategoryListing .goToLinks ul li strong .arrow:after {
                            content: '';
                            width: 15px;
                            height: 2px;
                            position: absolute;
                            background-color: #fff;
                            top: 0;
                            left: -6.5px;
                            transform: rotate(45deg);
                            -webkit-transform: rotate(45deg);
                        }
}

@media only screen and (min-width: 64em) {
    .productCategoryListing .goToLinks ul {
        justify-content: flex-end;
    }

        .productCategoryListing .goToLinks ul li {
            width: 110px;
        }

            .productCategoryListing .goToLinks ul li:hover {
                width: 350px;
            }

            .productCategoryListing .goToLinks ul li span[class*="flag-"] {
                width: 70px;
                height: 70px;
            }
}

div.allProduct #productFilter {
    text-align: center;
}

    div.allProduct #productFilter h5 {
        display: none;
    }

    div.allProduct #productFilter .filtersSelection {
        text-align: left;
    }

    div.allProduct #productFilter li.has-submenu:last-child > ul {
        right: auto;
    }

@media only screen and (min-width: 40em) {
    div.allProduct #productFilter li.has-submenu:last-child > ul::before,
    div.allProduct #productFilter li.has-submenu:last-child > ul::after {
        left: 10%;
    }
}

@media only screen and (min-width: 64em) {
    div.allProduct #productFilter li.has-submenu:last-child > ul::before,
    div.allProduct #productFilter li.has-submenu:last-child > ul::after {
        left: 20%;
    }
}

.filter {
    /* Filter tablet and desktop css*/
}

    .filter #productFilter h5 {
        font-size: 16px;
        text-transform: uppercase;
        font-family: "DINMedium", Arial, sans-serif;
        margin-left: 15px;
    }

    .filter #productFilter .filterMenu {
        margin-right: 15px;
        display: block;
    }

    .filter div.selectedFilter {
        margin-right: 0;
        margin-left: 15px;
    }

        .filter div.selectedFilter:first-child {
            margin-left: 0;
        }

@media only screen and (min-width: 40em) {
    .filter #productFilter {
        display: block !important;
    }

    .filter .productFilterbtn {
        display: none;
    }
}

@media only screen and (max-width: 39.9375rem) {
    .filter .productFilterbtn {
        margin: 15px 10px;
        display: block !important;
    }

        .filter .productFilterbtn .button {
            margin: 0;
            display: block;
            width: 100%;
            text-align: left;
            position: relative;
            background-color: #d9d9d9;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            color: #000;
            font-size: 18px;
            text-transform: uppercase;
        }

            .filter .productFilterbtn .button:after {
                content: " ";
                height: 25px;
                width: 25px;
                background-image: url("https://stordfkentico03media.blob.core.windows.net/df-us/lolfs/media/lol-fs-media/assets/spriteicon.png");
                background-position: -75px -419px;
                position: absolute;
                right: 10px;
                top: 12px;
            }

    .filter #productFilter,
    .filter #searchResultsFilter {
        display: block;
        position: fixed;
        overflow: auto;
        z-index: 99;
        background-color: #bdbdbd;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

    .filter .filterMenu {
        margin: 0;
        text-align: left;
    }

        .filter .filterMenu > li.has-submenu {
            border-bottom: 2px solid #cfcfcf;
        }

            .filter .filterMenu > li.has-submenu > a {
                display: block;
                color: #000;
                text-transform: uppercase;
                font-size: 16px;
                padding: 15px 5px 15px 20px;
                position: relative;
            }

                .filter .filterMenu > li.has-submenu > a:before,
                .filter .filterMenu > li.has-submenu > a:after {
                    content: '';
                    width: 32px;
                    height: 2px;
                    background-color: #004c57;
                    display: block;
                    position: absolute;
                    right: 8px;
                    top: 50%;
                    margin: 0;
                    border: 0;
                }

                .filter .filterMenu > li.has-submenu > a:after {
                    transform: rotate(90deg);
                }

            .filter .filterMenu > li.has-submenu[aria-expanded="true"] > a:after {
                display: none;
            }

            .filter .filterMenu > li.has-submenu > ul {
                background-color: #e6e6e6;
                padding: 20px 10px;
                margin: 0;
            }

                .filter .filterMenu > li.has-submenu > ul li {
                    width: 49%;
                    display: inline-block;
                    vertical-align: top;
                }

                    .filter .filterMenu > li.has-submenu > ul li a {
                        font-size: 14px;
                        color: #333;
                        display: block;
                        padding: 5px 0px 5px 20px;
                    }

                        .filter .filterMenu > li.has-submenu > ul li a:hover,
                        .filter .filterMenu > li.has-submenu > ul li a.active {
                            background-color: #eee;
                        }

                        .filter .filterMenu > li.has-submenu > ul li a.disabled {
                            cursor: default;
                            pointer-events: none;
                            opacity: 0.5;
                        }

                        .filter .filterMenu > li.has-submenu > ul li a:after {
                            display: none !important;
                        }

                    .filter .filterMenu > li.has-submenu > ul li.clearSelection {
                        width: 100%;
                        color: #fff;
                        background-color: #004c57;
                        cursor: pointer;
                        padding: 4px 10px;
                        font-size: 14px;
                        position: relative;
                    }

                        .filter .filterMenu > li.has-submenu > ul li.clearSelection:hover {
                            background-color: #004c57;
                        }

                        .filter .filterMenu > li.has-submenu > ul li.clearSelection:after {
                            content: '';
                            background-image: url("https://stordfkentico03media.blob.core.windows.net/df-us/lolfs/media/lol-fs-media/assets/spriteicon.png");
                            background-position: -74px -386px;
                            display: block;
                            color: #fff;
                            font-size: 0;
                            line-height: 0;
                            width: 20px;
                            height: 20px;
                            right: 10px;
                            top: 6px;
                            position: absolute;
                        }

    .filter .filterbutton {
        background-color: #000;
        padding: 10px;
    }

        .filter .filterbutton button {
            font-size: 16px;
            margin-bottom: 0;
        }

        .filter .filterbutton span {
            color: #fff;
            font-size: 14px;
            padding: 0 10px;
            line-height: 40px;
        }

    .filter .filterMenu > li ul ul {
        position: relative;
        top: 0;
        background: transparent;
    }
}

@media only screen and (min-width: 40em) {
    .filter .filterMenu.vertical.menu > li .is-dropdown-submenu.submenu.vertical.customSubmenu {
        display: block;
        position: inherit;
        top: 100%;
        padding: 0px 0px 0px 15px;
        border: none;
        left: inherit;
        right: inherit;
    }
}

@media only screen and (min-width: 64em) {
    .filter #productFilter h5 {
        font-size: 21px;
    }

    .filter .filterMenu.vertical.menu > li .is-dropdown-submenu.submenu.vertical.customSubmenu {
        padding: 0px 0px 0px 20px;
    }
}

@media only screen and (min-width: 40em) {
    .filter .filterMenu {
        margin-top: 30px;
        margin-bottom: 5px;
        position: relative;
        z-index: 4;
        height: 40px;
    }

        .filter .filterMenu.vertical.menu > li {
            display: inline-block;
            width: auto;
        }

            .filter .filterMenu.vertical.menu > li.is-active {
                padding-bottom: 50px;
            }

            .filter .filterMenu.vertical.menu > li.has-submenu > a {
                padding-right: 1.4rem;
                padding-bottom: 15px;
            }

                .filter .filterMenu.vertical.menu > li.has-submenu > a:after {
                    border: none;
                    top: 7px;
                    content: "\f011";
                    width: 20px;
                    font: normal normal normal 8px/1 'Foodservice';
                    right: -3px;
                    position: absolute;
                }

            .filter .filterMenu.vertical.menu > li .is-dropdown-submenu.submenu.vertical {
                top: 50px;
                max-width: 250px;
            }

        .filter .filterMenu > li {
            margin-right: 15px;
            white-space: nowrap;
            vertical-align: top;
            text-align: left;
        }

            .filter .filterMenu > li:last-child {
                margin-right: 0;
            }

            .filter .filterMenu > li > a {
                display: inline-block;
                color: #000;
                text-transform: uppercase;
                font-size: 16px;
                padding: 0 1rem 0 0.6rem;
                cursor: pointer;
                position: relative;
            }

            .filter .filterMenu > li li a {
                color: #333;
                padding: 4px 10px;
                display: block;
                overflow: hidden;
                text-overflow: ellipsis;
                font-size: 14px;
            }

                .filter .filterMenu > li li a.disabled {
                    cursor: default;
                    pointer-events: none;
                    opacity: 0.5;
                }

                .filter .filterMenu > li li a:before {
                    content: '';
                    display: inline-block;
                    vertical-align: middle;
                    margin-right: 5px;
                    width: 16px;
                    height: 16px;
                    outline: 2px solid #bdbdbd;
                    border: 2px solid #fff;
                    background-color: #fff;
                }

                .filter .filterMenu > li li a:hover:before,
                .filter .filterMenu > li li a.active:before {
                    background-color: #003941;
                }

                .filter .filterMenu > li li a:after {
                    display: none !important;
                }

            .filter .filterMenu > li.opens-left > ul:before {
                left: 67%;
            }

            .filter .filterMenu > li.opens-left > ul:after {
                left: 67%;
            }

            .filter .filterMenu > li > ul {
                list-style: none;
                background-color: #fff;
                border: 2px solid #bdbdbd;
                padding: 10px;
                position: absolute;
                display: none;
                top: 43px;
            }

                .filter .filterMenu > li > ul:before {
                    top: -29px;
                    left: 10%;
                    border: solid transparent;
                    content: " ";
                    height: 0;
                    width: 0;
                    position: absolute;
                    pointer-events: none;
                    border-color: transparent;
                    border-bottom-color: #bdbdbd;
                    border-width: 14px;
                    margin-left: -10px;
                }

                .filter .filterMenu > li > ul:after {
                    top: -27px;
                    left: 10%;
                    border: solid transparent;
                    content: " ";
                    height: 0;
                    width: 0;
                    position: absolute;
                    pointer-events: none;
                    border-color: transparent;
                    border-bottom-color: #fff;
                    border-width: 14px;
                    margin-left: -10px;
                }

                .filter .filterMenu > li > ul ul {
                    margin-left: 0;
                }

                    .filter .filterMenu > li > ul ul:before {
                        display: none;
                    }
}

@media only screen and (min-width: 64em) {
    .filter .filterMenu.vertical.menu > li.has-submenu > a {
        padding-right: 1.8rem;
    }

        .filter .filterMenu.vertical.menu > li.has-submenu > a:after {
            right: 3px;
            top: 10px;
        }

    .filter .filterMenu.vertical.menu > li .is-dropdown-submenu.submenu.vertical {
        top: 50px;
    }

    .filter .filterMenu > li {
        margin-right: 20px;
    }

        .filter .filterMenu > li:last-child {
            margin-right: 0;
        }

        .filter .filterMenu > li > a {
            font-size: 21px;
            padding-left: 0.7rem;
        }

        .filter .filterMenu > li > ul:before {
            left: 20%;
        }

        .filter .filterMenu > li > ul:after {
            left: 20%;
        }
}

@media only screen and (min-width: 75rem) {
    .filter .filterMenu {
        height: 55px;
    }

        .filter .filterMenu > li > a {
            font-size: 21px;
        }
}

.filter .filtersSelection {
    padding: 0 15px;
    clear: both;
}

    .filter .filtersSelection .selectedFilter {
        border: 2px solid #bdbdbd;
        text-transform: capitalize;
        color: #000;
        padding: 0 37px 0 10px;
        line-height: 35px;
        display: inline-block;
        margin-right: 15px;
        margin-bottom: 10px;
        color: #333;
        font-size: 14px;
        position: relative;
    }

    .filter .filtersSelection .deletefilter {
        display: block;
        color: #fff;
        font-size: 0;
        line-height: 0;
        width: 20px;
        height: 20px;
        cursor: pointer;
        position: absolute;
        right: 8px;
        top: 10px;
    }

        .filter .filtersSelection .deletefilter:after {
            content: '\f018';
            font: normal normal normal 13px/1 'Foodservice';
            background-color: #ccc;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            padding: 5px;
        }

@media only screen and (min-width: 40em) {
    .filter #productFilter {
        display: block !important;
    }

        .filter #productFilter li.has-submenu:hover > ul {
            display: block;
            min-width: 200px;
        }

        .filter #productFilter li.has-submenu:last-child > ul {
            right: 0;
        }

            .filter #productFilter li.has-submenu:last-child > ul:before,
            .filter #productFilter li.has-submenu:last-child > ul:after {
                left: 67%;
            }

        .filter #productFilter li.has-submenu > ul ul {
            margin-left: 20px;
        }
}

@media only screen and (max-width: 39.9375rem) {
    .filter .filterMenu > li > ul {
        left: 0;
        position: relative;
        display: none;
    }

        .filter .filterMenu > li > ul ul {
            margin-left: 0;
        }

            .filter .filterMenu > li > ul ul li {
                background-color: #fff;
            }

    .filter .filterMenu > li.on > a:after {
        display: none;
    }

    .filter .filterMenu > li.on > ul {
        display: block;
    }

    .filter .filterMenu > li > ul li.clearSelection {
        display: block;
    }
}

.pagination {
    font-size: 15px;
    margin-top: 40px;
}

    .pagination li {
        display: inline-block;
        font-size: 1.25rem;
    }

        .pagination li.none {
            display: none;
        }

        .pagination li.current {
            padding: 0;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

            .pagination li.current a {
                color: #fff;
            }

                .pagination li.current a:hover {
                    background: transparent;
                }

        .pagination li a,
        .pagination li span {
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

            .pagination li a:hover,
            .pagination li span:hover {
                color: #004c57;
                background: #e6e6e6;
            }

        .pagination li span {
            padding: 0.1875rem 0.625rem;
            display: inline-block;
            cursor: pointer;
        }

.numberPages {
    margin-top: 30px;
}

    .numberPages label {
        display: inline-block;
        font-size: 1.25rem;
    }

    .numberPages select {
        width: 75px;
        margin-left: 5px;
        background-size: 20px;
        background-position-x: 82%;
        background-position-y: 20px;
    }

@media only screen and (min-width: 40em) {
    .numberPages {
        float: right;
        display: inline-block;
    }
}

.flag {
    position: absolute;
    left: 18px;
    top: 5px;
    display: block;
    z-index: 2;
}

    .flag span {
        width: 30px;
        height: 30px;
        margin-right: 5px;
        display: inline-block;
    }

@media only screen and (min-width: 40em) {
    .flag {
        left: 25px;
        top: 10px;
    }

        .flag span {
            width: 35px;
            height: 35px;
            margin-right: 8px;
        }
}

@media only screen and (min-width: 64em) {
    .flag span {
        margin-right: 10px;
    }
}

.commonItems > div {
    margin-bottom: 25px;
}

.commonItems .cell {
    position: relative;
    text-align: center;
}

.commonItems .items {
    background: url() no-repeat center;
    background-size: cover !important;
    padding-bottom: 120%;
    line-height: 0;
    height: auto;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
    position: relative;
}

    .commonItems .items .itemsTitle {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        padding: 20px 20px 17px;
        background-color: rgba(255, 255, 255, 0.65);
        margin-top: 0;
        line-height: 1.35;
        text-transform: uppercase;
        color: #000;
    }

    .commonItems .items .moreInfo {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
        color: #fff;
        text-transform: uppercase;
        font-size: 20px;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        padding: 5px;
        opacity: 0;
        line-height: normal;
    }

        .commonItems .items .moreInfo:hover {
            opacity: 1;
        }

.commonItems figcaption {
    margin-top: 15px;
    font-size: 14px;
}

    .commonItems figcaption span {
        color: #000;
        text-transform: uppercase;
        display: block;
    }

    .commonItems figcaption a {
        color: #666;
    }

.commonItems button.button {
    position: relative;
    margin: 15px 0 0;
    border: 0;
}

    .commonItems button.button.active {
        padding-right: 50px;
    }

        .commonItems button.button.active:after {
            content: 'd';
        }

        .commonItems button.button.active:before {
            content: 'x';
            display: inline-block;
            background-color: #000;
            color: #fff;
            font-size: 25px;
            line-height: 1.45;
            width: 34px;
            height: 100%;
            text-align: center;
            position: absolute;
            right: 0px;
            top: 0px;
            font-family: arial;
        }

@media only screen and (min-width: 40em) {
    .commonItems > div {
        margin-bottom: 40px;
    }

    .commonItems figcaption {
        font-size: 16px;
    }

    .commonItems button.button.active:before {
        line-height: 1.6;
    }
}

.commonItems .noData {
    position: relative;
    margin: 40px 0 65px;
    text-align: center;
}

.commonItems .compareButtons {
    margin-top: 15px;
}

    .commonItems .compareButtons .removeproduct.active {
        padding-left: 6px;
        text-align: left;
        background-color: #004c57;
        color: #fff;
    }

        .commonItems .compareButtons .removeproduct.active .greyCircle,
        .commonItems .compareButtons .Compare.active .greyCircle {
            width: 22px;
            height: 22px;
            position: absolute;
            background-color: #bdbdbd;
            right: 4px;
            border-radius: 50%;
            top: 7px;
        }

        .commonItems .compareButtons .removeproduct.active:after,
        .commonItems .compareButtons .Compare.active:after {
            content: '';
            width: 16px;
            height: 2px;
            background-color: #fff;
            margin: 6px 0;
            position: absolute;
            transform: rotate(-45deg);
            right: 7px;
            top: 11px;
        }

        .commonItems .compareButtons .removeproduct.active:before,
        .commonItems .compareButtons .Compare.active:before {
            content: '';
            width: 16px;
            height: 2px;
            background-color: #fff;
            margin: 6px 0;
            position: absolute;
            transform: rotate(45deg);
            right: 7px;
            top: 11px;
            z-index: 1;
        }

    .commonItems .compareButtons .button {
        display: block;
        border: 2px solid #004c57;
        box-shadow: none;
        width: 100%;
        font-size: 15px;
        padding: 10px;
        margin-bottom: 0;
    }

    .commonItems .compareButtons .Compare.button {
        margin-top: 10px;
        background-color: #fff;
        color: #004c57;
    }

        .commonItems .compareButtons .Compare.button .greyCircle {
            right: 5px;
        }

        .commonItems .compareButtons .Compare.button:after {
            right: 8px;
        }

        .commonItems .compareButtons .Compare.button:before {
            right: 8px;
        }

@media only screen and (min-width: 40em) {
    .commonItems .compareButtons .Compare.button {
        margin-top: 0;
    }

        .commonItems .compareButtons .Compare.button .show-compare {
            margin-top: 20px;
        }
}

.products-category.commonItems.grid-x {
    margin-left: 0;
    margin-right: 0;
}

.products-category.commonItems .items {
    background-size: 85% !important;
    opacity: 1;
}

@media only screen and (min-width: 40em) {
    .products-category.commonItems .items {
        background-position: center 20px;
    }

        .products-category.commonItems .items .productTitle {
            position: absolute;
            width: 100%;
            left: 0;
            bottom: 40px;
            padding: 20px 20px 0px;
            background-color: rgba(255, 255, 255, 0.65);
            margin-top: 0;
            line-height: 1.35;
            text-transform: uppercase;
            color: #000;
        }

        .products-category.commonItems .items:after {
            content: '';
            display: block;
            height: 20px;
        }

        .products-category.commonItems .items .bvInlineRating {
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 6px 0px;
            height: 40px;
            text-align: center;
            width: 100%;
        }
}

.products-category.commonItems .featuredProduct {
    min-height: 400px;
}

@media only screen and (max-width: 39.9375rem) {
    .products-category.commonItems .featuredProduct {
        padding: 0;
    }
}

.products-category.commonItems .featuredProduct .featureBg {
    background: url() no-repeat center / cover;
    height: 100%;
    position: relative;
    overflow: hidden;
}

    .products-category.commonItems .featuredProduct .featureBg:after {
        content: '';
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        box-shadow: 0 0 40px 10px #000;
        right: -15px;
        top: 0;
        height: 95%;
        width: 0;
        display: block;
        position: absolute;
    }

.products-category.commonItems .featuredProduct .blueShade {
    background-color: #2ba4b1;
    position: relative;
    overflow: hidden;
    padding: 30px 20px 0;
    height: 100%;
}

    .products-category.commonItems .featuredProduct .blueShade:before {
        content: "";
        position: absolute;
        left: 10%;
        top: 50%;
        border-radius: 50%;
        box-shadow: 0 0 150px 150px #5ac4d2;
        opacity: 0.8;
        width: 80%;
    }

    .products-category.commonItems .featuredProduct .blueShade > div {
        position: relative;
        z-index: 1;
        height: 100%;
    }

    .products-category.commonItems .featuredProduct .blueShade h3 {
        font-family: "DINMedium", Arial, sans-serif;
        font-size: 18px;
        line-height: 1.2;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

.products-category.commonItems .featuredProduct .button {
    margin-bottom: 0;
}

.products-category.commonItems .featuredProduct .absolutediv {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
}

@media only screen and (min-width: 64em) {
    .products-category.commonItems .featuredProduct .blueShade h3 {
        font-size: 25px;
    }
}

#cartItemPopup {
    background-color: #ee313c;
    color: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 0 15px #666;
    box-shadow: 0 0 15px #666;
    border: none;
    outline: none;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

@media only screen and (max-width: 39.9375rem) {
    #cartItemPopup {
        top: 0 !important;
        left: 0 !important;
    }
}

#cartItemPopup h4 {
    color: #fff;
    font-size: 22px;
    font-family: "DINMedium", Arial, sans-serif;
    text-transform: uppercase;
    position: relative;
    min-height: 45px;
}

#cartItemPopup h5 {
    font-size: 18px;
    font-family: "DINMedium", Arial, sans-serif;
    overflow-wrap: break-word;
}

#cartItemPopup a,
#cartItemPopup p {
    font-size: 16px;
    color: #fff;
    font-family: "DINMedium", Arial, sans-serif;
}

#cartItemPopup a {
    text-transform: uppercase;
}

#cartItemPopup .popborder a {
    margin-top: 7px;
    display: inline-block;
}

#cartItemPopup .close-button {
    color: #fff;
    font-size: 70px;
    top: -0.7rem;
    line-height: normal;
}

#cartItemPopup:focus {
    outline: none;
}

#cartItemPopup .mycartLink {
    margin-left: 10px;
}

#cartItemPopup .mycartButtons {
    text-align: center;
}

    #cartItemPopup .mycartButtons .greenBtn {
        border: #3b6569 1px solid;
        display: block;
        margin: 20px auto;
    }

#cartItemPopup .popborder {
    border-bottom: 2px solid #fff;
    padding: 15px 0;
    margin: 15px 0;
}

    #cartItemPopup .popborder h4 {
        padding-left: 60px;
        min-height: 60px;
    }

        #cartItemPopup .popborder h4:before {
            content: '\f00b';
            font: normal normal normal 45px/1 'Foodservice';
            position: absolute;
            left: -5px;
            top: -15px;
            background-color: #fff;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            padding: 8px;
            color: #ed1b2f;
        }

@media only screen and (min-width: 40em) {
    #cartItemPopup h4 {
        font-size: 26px;
    }

    #cartItemPopup .popborder {
        border-right: 2px solid #fff;
        border-bottom: none;
        padding: 0 15px 0 0;
        margin: 0;
    }

        #cartItemPopup .popborder h4:before {
            top: 0;
        }
}

@media only screen and (min-width: 64em) {
    #cartItemPopup h4 {
        font-size: 30px;
    }

    #cartItemPopup h5 {
        font-size: 24px;
    }

    #cartItemPopup .mycartButtons {
        margin-top: 55px;
        text-align: left;
    }

        #cartItemPopup .mycartButtons .greenBtn {
            margin-top: 0;
            margin-bottom: 0;
            display: inline-block;
        }

    #cartItemPopup a,
    #cartItemPopup p {
        font-size: 20px;
    }

    #cartItemPopup .popborder {
        padding: 0 15px 0 60px;
    }

        #cartItemPopup .popborder h4 {
            padding-left: 0;
        }

            #cartItemPopup .popborder h4:before {
                left: -65px;
            }

    #cartItemPopup .close-button {
        font-size: 100px;
        top: -1.5rem;
    }
}

.videomp4 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.brandLanding h3 {
    font-size: 25px;
    text-transform: uppercase;
    background: url("https://stordfkentico03media.blob.core.windows.net/df-us/lolfs/media/lol-fs-media/assets/bullet-border.png") no-repeat center bottom;
    background-size: 50%;
    line-height: normal;
    padding-bottom: 30px;
    background: none;
    padding-bottom: 0;
    margin: 20px 0;
}

    .brandLanding h3 .scriptFont {
        font-size: 80px;
    }

@media only screen and (min-width: 40em) {
    .brandLanding h3 {
        font-size: 35px;
        background-size: inherit;
    }

        .brandLanding h3 .scriptFont {
            font-size: 110px;
        }
}

@media only screen and (min-width: 64em) {
    .brandLanding h3 {
        font-size: 40px;
    }
}

.brandLanding hr + h3 {
    margin: 30px 0 10px;
}

.brandLanding .commonBanner {
    background-position: center;
}

.brandLanding .brands figure {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #ffd800;
    position: relative;
    max-width: 220px;
    margin: 0 auto;
    border: 0;
}

    .brandLanding .brands figure img {
        position: absolute;
        left: 0;
        top: 0;
        width: 115%;
        max-height: 115%;
    }

    .brandLanding .brands figure:after {
        content: "";
        padding-bottom: 100%;
        display: block;
    }

@media only screen and (min-width: 64em) {
    .brandLanding .brands figure {
        box-shadow: inset 0 0 0 0px rgba(255, 216, 0, 0.2), inset 0 0 0 0px rgba(255, 255, 255, 0.8), 0 1px 0px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease-in-out;
        max-width: 310px;
    }

        .brandLanding .brands figure img {
            transition: all 0.3s ease-in-out;
        }

        .brandLanding .brands figure:hover {
            box-shadow: inset 0 0 0 170px rgba(255, 216, 0, 0.2), inset 0 0 0 0px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1);
        }

            .brandLanding .brands figure:hover img {
                transform: scale(1.1, 1.1);
            }
}

.brandLanding .brands.grid-padding-x {
    margin-left: 0;
    margin-right: 0;
}

.brandLanding .moreBrand.commonContent {
    position: relative;
    margin: 20px 0 50px;
}

    .brandLanding .moreBrand.commonContent h4 {
        margin-bottom: 0;
    }

    .brandLanding .moreBrand.commonContent .cell {
        padding-bottom: 15px;
    }

    .brandLanding .moreBrand.commonContent .button:hover,
    .brandLanding .moreBrand.commonContent .button:hover {
        background: transparent;
        color: #004c57;
    }

    .brandLanding .moreBrand.commonContent hr {
        max-width: 80%;
        border-bottom-width: 4px;
    }

@media only screen and (min-width: 40em) {
    .brandLanding .moreBrand .cell:first-child:after {
        content: '';
        position: absolute;
        top: 0;
        height: 100%;
        border-right: 2px solid #ffd800;
        left: 0;
        width: 50%;
        z-index: -1;
    }

    .brandLanding .moreBrand .cell:first-child:before {
        content: '';
        width: 35px;
        height: 35px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #fff;
        border: 2px solid #ffd800;
        position: absolute;
        left: 47.5%;
        top: -5px;
        z-index: 0;
    }
}

@media only screen and (min-width: 64em) {
    .brandLanding .brands figure {
        max-width: 600px;
    }

        .brandLanding .brands figure.yellowBg {
            box-shadow: inset 0 0 0 0px rgba(255, 216, 0, 0), inset 0 0 0 0px rgba(255, 255, 255, 0.8), 0 1px 0px rgba(0, 0, 0, 0.1);
        }

            .brandLanding .brands figure.yellowBg:hover {
                box-shadow: inset 0 0 0 300px rgba(255, 216, 0, 0.4), inset 0 0 0 16px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1);
            }

        .brandLanding .brands figure.greenBg {
            box-shadow: inset 0 0 0 0px rgba(114, 191, 68, 0), inset 0 0 0 0px rgba(255, 255, 255, 0.8), 0 1px 0px rgba(0, 0, 0, 0.1);
        }

            .brandLanding .brands figure.greenBg:hover {
                box-shadow: inset 0 0 0 300px rgba(114, 191, 68, 0.4), inset 0 0 0 16px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1);
            }

        .brandLanding .brands figure.blueBg {
            box-shadow: inset 0 0 0 0px rgba(3, 191, 215, 0), inset 0 0 0 0px rgba(255, 255, 255, 0.8), 0 1px 0px rgba(0, 0, 0, 0.1);
        }

            .brandLanding .brands figure.blueBg:hover {
                box-shadow: inset 0 0 0 300px rgba(3, 191, 215, 0.4), inset 0 0 0 16px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1);
            }

        .brandLanding .brands figure.redBg {
            box-shadow: inset 0 0 0 0px rgba(237, 27, 47, 0), inset 0 0 0 0px rgba(255, 255, 255, 0.8), 0 1px 0px rgba(0, 0, 0, 0.1);
        }

            .brandLanding .brands figure.redBg:hover {
                box-shadow: inset 0 0 0 300px rgba(237, 27, 47, 0.4), inset 0 0 0 16px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1);
            }

        .brandLanding .brands figure.grayBg {
            box-shadow: inset 0 0 0 0 rgba(245, 245, 242, 0), inset 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 0 rgba(0, 0, 0, 0.1);
        }

            .brandLanding .brands figure.grayBg:hover {
                box-shadow: inset 0 0 0 300px rgba(245, 245, 242, 0.4), inset 0 0 0 16px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1);
            }

    .brandLanding .moreBrand .cell:first-child:after {
        width: 33.333%;
    }

    .brandLanding .moreBrand .cell:first-child:before {
        left: 31.5%;
    }

    .brandLanding .moreBrand .cell:nth-child(2):after {
        content: '';
        position: absolute;
        top: 0;
        height: 100%;
        border-right: 2px solid #ffd800;
        left: 0;
        width: 66.666%;
        z-index: -1;
    }

    .brandLanding .moreBrand .cell:nth-child(2):before {
        content: '';
        width: 35px;
        height: 35px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #fff;
        border: 2px solid #ffd800;
        position: absolute;
        left: 64.8%;
        top: -5px;
        z-index: 0;
    }
}

@media only screen and (min-width: 75rem) {
    .brandLanding .moreBrand .cell:first-child:before {
        left: 32%;
    }

    .brandLanding .moreBrand .cell:nth-child(2):before {
        left: 65.4%;
    }
}

.brandDetail {
    margin-bottom: 20px;
}

    .brandDetail .signup-form-widget {
        margin-top: 50px;
    }

    .brandDetail .brand-specific h2 {
        margin: 1rem 0;
        line-height: 1.35;
        font-size: 18px;
        font-family: "dinregularwebfont", Arial, sans-serif;
    }

@media only screen and (min-width: 40em) {
    .brandDetail .brand-specific h2 {
        margin: 30px 30px 1rem;
        max-width: 500px;
    }
}

.brandDetail .goToLinks {
    position: absolute;
    bottom: 34px;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    padding: 10px 15px;
    z-index: 3;
}

    .brandDetail .goToLinks .gotoToggle span {
        font-size: 18px;
        display: inline-block;
        color: #fff;
        line-height: 50px;
        text-transform: uppercase;
    }

    .brandDetail .goToLinks .gotoToggle button,
    .brandDetail .goToLinks .gotoToggle a {
        background-color: #ed1b2f;
        color: #000;
        display: inline-block;
        height: 50px;
        padding: 10px;
        min-width: 230px;
        float: right;
        text-align: left;
        text-transform: uppercase;
        position: relative;
    }

        .brandDetail .goToLinks .gotoToggle button:after,
        .brandDetail .goToLinks .gotoToggle a:after {
            top: 15px;
            right: 15px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            border-color: transparent;
            border-top-color: #fff;
            border-width: 20px;
        }

    .brandDetail .goToLinks ul {
        position: absolute;
        right: 15px;
        min-width: 230px;
        background-color: #ed1b2f;
        font-size: 18px;
    }

        .brandDetail .goToLinks ul li {
            display: block;
        }

            .brandDetail .goToLinks ul li a {
                color: #000;
                padding: 10px;
                text-transform: uppercase;
                position: relative;
                overflow: hidden;
            }

                .brandDetail .goToLinks ul li a.purpleBg {
                    color: #fff;
                }

@media only screen and (min-width: 40em) {
    .brandDetail .goToLinks ul {
        position: static;
        min-width: inherit;
        background-color: transparent;
        text-align: center;
        padding: 0;
        max-width: 87.5rem;
        margin: 0 auto;
    }

        .brandDetail .goToLinks ul li {
            margin: 0 10px;
            -webkit-box-flex: 1;
            -moz-flex: 1;
            -webkit-flex: 1;
            flex: 1;
            font-size: 16px;
        }

            .brandDetail .goToLinks ul li a {
                padding: 20px 10px;
                height: 72px;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                border-radius: 3px;
            }

                .brandDetail .goToLinks ul li a.active {
                    border: 4px solid #fff;
                }

    .brandDetail .goToLinks #gotoLinks ul li a:hover {
        transition: opacity 210ms ease-in-out;
        opacity: 0.8;
    }
}

@media only screen and (min-width: 64em) {
    .brandDetail .goToLinks ul li {
        font-size: 20px;
    }
}

@media only screen and (max-width: 39.9375em) {
    .brandDetail .goToLinks .off {
        display: none;
    }

    .brandDetail .goToLinks ul {
        width: 230px;
    }

        .brandDetail .goToLinks ul li a {
            background: transparent;
            border: 1px solid #999;
        }

            .brandDetail .goToLinks ul li a.active {
                background-color: #35ccdf;
            }

    .brandDetail .blockOnMobile {
        display: block;
    }
}

.brandDetail .goToLinks .innerRow {
    max-width: 87.5rem;
    margin: 0 auto;
}

.brandDetail .goToLinks .button {
    margin-bottom: 0;
}

    .brandDetail .goToLinks .button + .button {
        margin-top: 10px;
    }

.brandDetail .ProductImageSection img {
    width: 100%;
}

.brandDetail h3 {
    font-size: 25px;
    text-transform: uppercase;
    background: url("https://stordfkentico03media.blob.core.windows.net/df-us/lolfs/media/lol-fs-media/assets/bullet-border.png") no-repeat center bottom;
    background-size: 50%;
    line-height: normal;
    padding-bottom: 30px;
    background: none;
    padding-bottom: 0;
    margin-top: 30px;
}

    .brandDetail h3 .scriptFont {
        font-size: 80px;
    }

@media only screen and (min-width: 40em) {
    .brandDetail h3 {
        font-size: 35px;
        background-size: inherit;
    }

        .brandDetail h3 .scriptFont {
            font-size: 110px;
        }
}

@media only screen and (min-width: 64em) {
    .brandDetail h3 {
        font-size: 40px;
    }
}

.brandDetail h3 .scriptFont {
    line-height: 0.8;
}

.brandDetail .featureCircle.grid-padding-x {
    margin-left: 0;
    margin-right: 0;
}

.brandDetail .featureCircle figure {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #ffd800;
    position: relative;
    max-width: 220px;
    margin: 0 auto;
}

    .brandDetail .featureCircle figure img {
        position: absolute;
        left: 0;
        top: 0;
        width: 115%;
        max-height: 115%;
    }

    .brandDetail .featureCircle figure:after {
        content: "";
        padding-bottom: 100%;
        display: block;
    }

@media only screen and (min-width: 64em) {
    .brandDetail .featureCircle figure {
        box-shadow: inset 0 0 0 0px rgba(255, 216, 0, 0.2), inset 0 0 0 0px rgba(255, 255, 255, 0.8), 0 1px 0px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease-in-out;
        max-width: 310px;
    }

        .brandDetail .featureCircle figure img {
            transition: all 0.3s ease-in-out;
        }

        .brandDetail .featureCircle figure:hover {
            box-shadow: inset 0 0 0 170px rgba(255, 216, 0, 0.2), inset 0 0 0 0px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1);
        }

            .brandDetail .featureCircle figure:hover img {
                transform: scale(1.1, 1.1);
            }
}

.brandDetail .featureCircle figure img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 100%;
    width: 100%;
}

.brandDetail .featureCircle p {
    text-transform: uppercase;
}

.brandDetail .brandSection.grid-padding-x {
    margin-left: 0;
    margin-right: 0;
}

.brandDetail .brandSection .cell {
    margin-bottom: 30px;
}

.brandDetail .brandSection figure {
    position: relative;
    margin-bottom: 30px;
    height: 100%;
}

    .brandDetail .brandSection figure img {
        width: 100%;
    }

    .brandDetail .brandSection figure figcaption {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: rgba(255, 216, 0, 0.8);
        padding: 10px;
        width: 100%;
    }

    .brandDetail .brandSection figure p {
        margin-bottom: 0;
        min-height: 54px;
    }

.brandDetail .brandSection .cell a {
    color: #0a0a0a;
    display: inline-block;
}

.brandDetail .brandProduct {
    padding-top: 0;
}

    .brandDetail .brandProduct.grid-padding-x {
        margin-left: 0;
        margin-right: 0;
    }

    .brandDetail .brandProduct figure figcaption {
        position: relative;
    }

    .brandDetail .brandProduct .videoIframe {
        position: relative;
        border: 0;
    }

        .brandDetail .brandProduct .videoIframe:after {
            content: '';
            display: block;
            padding-bottom: 70%;
        }

        .brandDetail .brandProduct .videoIframe iframe {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }

.brandDetail .brandBottom.grid-padding-x {
    margin-left: 0;
    margin-right: 0;
}

.brandDetail .brandBottom figure {
    position: relative;
    z-index: 1;
}

.brandDetail .brandBottom hr {
    max-width: 80%;
    width: 275px;
    border-bottom-width: 4px;
}

.brandDetail .brandBottom h4,
.brandDetail .brandBottom a {
    text-transform: uppercase;
}

@media only screen and (min-width: 40em) {
    .brandDetail .goToLinks .button + .button {
        margin-top: 0;
    }

    .brandDetail .brandBottom .cell {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media only screen and (min-width: 64em) {
    .brandDetail .featureCircle p {
        font-size: 25px;
        margin-top: 15px;
    }
}

.brandDetail .signup-form-widget {
    margin: 100px 0 0;
    text-align: left;
}

    .brandDetail .signup-form-widget .signup-form-content h3 {
        text-transform: none;
    }

    .brandDetail .signup-form-widget .signup-thankyou h3 {
        text-transform: none;
        font-size: 20px;
    }

.compareTitle .bgwhite {
    background: #fff;
    padding-top: 20px;
    margin-top: 20px;
}

.compareTitle.pageTitle {
    color: #333;
}

    .compareTitle.pageTitle .addtocart {
        color: #fff;
    }

.compareTitle .grid-container {
    max-width: 80rem;
}

.compareTitle a {
    color: #004c57;
}

.compare-page {
    margin: 25px auto;
}

    .compare-page .compareContent {
        position: relative;
        border-left: 1px solid #ccc;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

        .compare-page .compareContent .overflow {
            overflow: auto;
        }

        .compare-page .compareContent p {
            padding-left: 0;
        }

        .compare-page .compareContent .cell {
            height: 260px;
            border-right: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
            overflow: auto;
            padding: 5px 15px;
        }

            .compare-page .compareContent .cell .button {
                font-size: 14px;
                margin: 0;
                display: block;
                margin: 0 10px 10px;
            }

        .compare-page .compareContent .imgWrap {
            margin: 0 0 20px 0;
            padding: 5px;
        }

@media only screen and (max-width: 39.9375rem) {
    .compare-page .compareContent {
        flex-flow: row;
    }

        .compare-page .compareContent > .grid-x {
            min-width: 140px;
            flex-flow: column;
        }

            .compare-page .compareContent > .grid-x .cell {
                width: 140px;
            }

                .compare-page .compareContent > .grid-x .cell:first-child {
                    height: 80px;
                }

            .compare-page .compareContent > .grid-x:nth-child(2) {
                flex-flow: row;
            }

                .compare-page .compareContent > .grid-x:nth-child(2) > .grid-x {
                    width: 140px;
                    font-size: 13px;
                    border-top: 0;
                }

                    .compare-page .compareContent > .grid-x:nth-child(2) > .grid-x:first-child {
                        min-width: 220px;
                        text-align: center;
                    }

                        .compare-page .compareContent > .grid-x:nth-child(2) > .grid-x:first-child .cell {
                            width: 100%;
                        }
}

.compare-page .compareContent .mobileFloat .cell {
    border: 0;
}

.compare-page .compareContent .mobileFloat {
    position: absolute;
    left: 0;
    width: 170px;
}

.compare-page .compareContent button + br {
    display: none;
}

.compare-page .compareContent .cell .button.removeComp {
    margin-bottom: 0;
    padding: 8px;
    display: inline-block;
}

@media only screen and (min-width: 40em) {
    .compare-page .compareContent .cell .button.removeComp {
        margin-top: 8px;
    }
}

.compare-page .compareContent figure {
    margin-bottom: 0;
    padding: 10px 10px 0;
}

.compare-page .text-right {
    text-align: center;
}

    .compare-page .text-right button {
        display: block;
        width: 100%;
    }

    .compare-page .text-right a:last-child {
        border-top: 1px solid #ccc;
    }

    .compare-page .text-right a {
        display: block;
        padding: 5px 0;
    }

    .compare-page .text-right br,
    .compare-page .removeproduct.button span.buttonAfter {
        display: none;
    }

.compare-page .removeproduct,
.compare-page .removeproduct.active {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

@media only screen and (min-width: 40em) {
    .compare-page .compareContent {
        display: block;
        border-left: none;
        border-top: none;
        border-bottom: none;
    }

        .compare-page .compareContent > .grid-x,
        .compare-page .compareContent > .grid-x:first-child,
        .compare-page .compareContent > .grid-x:nth-child(2),
        .compare-page .compareContent > .grid-x > .grid-x {
            min-width: inherit;
            font-size: 13px;
            border-top: 0;
        }

        .compare-page .compareContent .cell {
            height: auto;
            border: none;
        }

            .compare-page .compareContent .cell .button.removeItem {
                margin-top: 8px;
            }

        .compare-page .compareContent > .grid-x > .cell:first-child,
        .compare-page .compareContent > .grid-x > .grid-x > .cell:first-child,
        .compare-page .compareContent > .grid-x:first-child .cell:first-child {
            height: auto;
            text-align: right;
        }

        .compare-page .compareContent .cell .button {
            font-size: 14px;
            margin: 0;
        }

        .compare-page .compareContent .overflow {
            display: block;
        }

        .compare-page .compareContent figure {
            padding: 0;
        }

        .compare-page .compareContent .cell .imgWrap {
            padding: 10px;
            margin: 20px 0 20px 0;
            width: 100%;
        }

    .compare-page .small-up-5 > .cell,
    .compare-page .small-up-5 > .cell {
        font-size: 16px;
    }

        .compare-page .small-up-5 > .cell:nth-of-type(5n+1),
        .compare-page .small-up-5 > .cell:nth-of-type(5n+1) {
            text-align: right;
        }

    .compare-page .imgWrap {
        max-width: 100%;
    }

    .compare-page .bdrT {
        border-bottom: 2px solid #000;
        padding: 12px 0;
    }
}

@media only screen and (min-width: 64em) {
    .compare-page .compareContent .cell .button {
        font-size: 20px;
    }

    .compare-page .removeproduct.button span.buttonAfter {
        display: block;
    }

    .compare-page .removeproduct.active {
        padding-left: 65px;
    }
}

.addtocart,
.removeproduct.button {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

    .addtocart span.buttonAfter,
    .removeproduct.button span.buttonAfter {
        width: 50px;
        height: 100%;
        background: #004c57;
        position: absolute;
        left: -50px;
        top: 0;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

        .addtocart span.buttonAfter:after,
        .removeproduct.button span.buttonAfter:after {
            content: '\2713';
            font-size: 30px;
            top: 20%;
            color: #fff;
            position: absolute;
            left: 10px;
        }

.removeproduct.active {
    padding-left: 65px;
    background-color: #fff;
    color: #004c57;
}

    .removeproduct.active span.buttonAfter {
        left: 0;
    }
/*# Performance Sauces Page CSS#*/
.performance-sauces-page {
    overflow: hidden;
    width: 100%;
}

    .performance-sauces-page .homebanner .bannerContent {
        z-index: 1;
    }

        .performance-sauces-page .homebanner .bannerContent p {
            text-align: center;
        }

    .performance-sauces-page .fs-banner-global-widget {
        overflow: hidden;
    }

    .performance-sauces-page .bannerVideo {
        top: 0;
        position: absolute;
        left: -62%;
        z-index: 0;
        background-color: #000;
        width: 224%;
    }

@media only screen and (min-width: 40em) {
    .performance-sauces-page .bannerVideo {
        width: 180%;
        left: -40%;
    }
}

@media only screen and (min-width: 64em) {
    .performance-sauces-page .bannerVideo {
        width: 170%;
        left: -35%;
    }
}

@media only screen and (min-width: 1200px) {
    .performance-sauces-page .bannerVideo {
        width: 120%;
        left: -10%;
    }
}

.performance-sauces-page .bannerVideo video {
    height: 100%;
}

.performance-sauces-page section {
    padding: 20px 0;
}

@media only screen and (min-width: 40em) {
    .performance-sauces-page section {
        padding: 30px 0;
    }
}

.performance-sauces-page section h2 {
    margin: 0 auto 25px;
    max-width: 850px;
    font-size: 25px;
    padding: 0 15px;
}

@media only screen and (min-width: 40em) {
    .performance-sauces-page section h2 {
        font-size: 37px;
    }
}

@media only screen and (min-width: 64em) {
    .performance-sauces-page section h2 {
        font-size: 42px;
    }
}

.performance-sauces-page .article-cards {
    padding: 0;
}

@media only screen and (min-width: 64em) {
    .performance-sauces-page .signup-form-widget {
        margin-top: 100px;
    }
}

.performance-sauces-page .marketingsupport-widget {
    text-align: center;
}

    .performance-sauces-page .marketingsupport-widget h3 {
        font-size: 25px;
        margin-top: 25px;
    }

@media only screen and (min-width: 40em) {
    .performance-sauces-page .marketingsupport-widget {
        text-align: left;
    }

        .performance-sauces-page .marketingsupport-widget h3 {
            font-size: 37px;
        }
}

@media only screen and (min-width: 64em) {
    .performance-sauces-page .marketingsupport-widget h3 {
        font-size: 42px;
        margin-top: 0;
    }
}

.reason-to-belive .circle-icon {
    width: 140px;
    height: 140px;
    display: block;
    margin: 0 auto;
}

.reason-to-belive h4 {
    font-weight: bold;
    font-size: 20px;
}

@media only screen and (min-width: 40em) {
    .reason-to-belive h4 {
        font-size: 24px;
    }
}

.reason-to-belive p {
    font-size: 14px;
}

@media only screen and (min-width: 40em) {
    .reason-to-belive p {
        font-size: 16px;
    }
}

.reason-to-belive .learnMoreBtn {
    margin-top: 30px;
}

@media only screen and (min-width: 64em) {
    .testimonial-carousel h3 {
        font-size: 35px;
    }
}

.testimonial-carousel div.owl-item {
    width: 100%;
}

    .testimonial-carousel div.owl-item img {
        width: auto;
        margin: 0 auto;
    }

.testimonial-carousel .owl-dots {
    text-align: center;
    width: 100%;
    z-index: 0;
}

    .testimonial-carousel .owl-dots .owl-dot {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #bdbdbd;
        display: inline-block;
        margin: 0 5px 0;
    }

        .testimonial-carousel .owl-dots .owl-dot.active {
            background-color: #333;
        }

.recipe-inspiration .recipe-inspiration-image {
    background: url() center / cover no-repeat;
    position: relative;
}

    .recipe-inspiration .recipe-inspiration-image:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 0;
    }

    .recipe-inspiration .recipe-inspiration-image .grid-x {
        min-height: 400px;
        position: relative;
        z-index: 1;
    }

@media only screen and (min-width: 64em) {
    .recipe-inspiration .recipe-inspiration-image .grid-x {
        min-height: 800px;
    }
}

.recipe-inspiration .recipe-inspiration-image h2 {
    font-size: 48px;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
}

@media only screen and (min-width: 40em) {
    .recipe-inspiration .recipe-inspiration-image h2 {
        margin-bottom: 0px;
        font-size: 65px;
        line-height: 1.6;
    }
}

@media only screen and (min-width: 87.5em) {
    .recipe-inspiration .recipe-inspiration-image h2 {
        font-size: 86px;
    }
}

.recipe-inspiration .recipe-inspiration-image p {
    font-size: 20px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}

@media only screen and (min-width: 64em) {
    .recipe-inspiration .recipe-inspiration-image p {
        max-width: unset;
        font-weight: bold;
        font-size: 28px;
    }
}

.content-feature {
    padding: 20px 0;
}

@media only screen and (min-width: 40em) {
    .content-feature {
        padding: 30px 0;
    }
}

.content-feature iframe {
    width: 95%;
    height: 225px;
    display: block;
    margin: 0 auto;
}

@media only screen and (min-width: 40em) {
    .content-feature iframe {
        width: 90%;
        height: 340px;
    }
}

.content-feature img {
    display: block;
    margin: 0 auto;
}

.content-feature .pre-made-marketing {
    padding: 0 20px;
}

@media only screen and (min-width: 40em) {
    .content-feature .pre-made-marketing {
        padding: 0 30px;
    }
}

@media only screen and (min-width: 64em) {
    .content-feature .pre-made-marketing {
        padding: 0 15px;
    }
}

.content-feature .pre-made-marketing .marketing-support {
    margin-bottom: 0;
}

    .content-feature .pre-made-marketing .marketing-support + div {
        margin-top: 25px;
    }
/*# Product FAQs Css Start #*/
.productFaqPage .faqContent {
    padding: 0;
    color: #000;
    font-family: "dinregularwebfont", Arial, sans-serif;
}

    .productFaqPage .faqContent h4 {
        font-size: 19px;
        margin-bottom: 20px;
        text-transform: uppercase;
        padding: 0 10px;
    }

    .productFaqPage .faqContent h6 {
        font-size: 16px;
        margin-bottom: 0;
        text-transform: uppercase;
    }

    .productFaqPage .faqContent article {
        font-size: 16px;
        padding: 0 10px;
        margin-bottom: 30px;
    }

        .productFaqPage .faqContent article a {
            color: #003941;
        }

        .productFaqPage .faqContent article h6 a {
            text-decoration: underline;
        }

    .productFaqPage .faqContent section {
        padding-bottom: 40px;
    }

.productFaqPage .floatingBack {
    position: fixed;
    right: 0px;
    bottom: 10%;
    display: none;
    cursor: pointer;
    width: 40px;
    height: 50px;
    background: url('https://stordfkentico03media.blob.core.windows.net/df-us/lolfs/media/lol-fs-media/assets/backBtn.png') center no-repeat / cover;
    font-size: 0;
    line-height: 0;
    z-index: 1;
}

@media only screen and (max-width: 63.9375em) {
    .productFaqPage .faqContent h2 {
        color: #000;
        text-transform: uppercase;
        background-color: #bdbdbd;
        padding: 10px 10px 10px 20px;
        font-size: 16px;
        display: block;
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 0;
        position: relative;
    }

        .productFaqPage .faqContent h2:before {
            content: '\f00d';
            width: 25px;
            height: 25px;
            display: block;
            position: absolute;
            right: 10px;
            top: 7px;
            color: #004c57;
            font: normal normal normal 25px/1.2 'Foodservice';
        }

        .productFaqPage .faqContent h2.active:before {
            -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
            right: 20px;
            top: 4px;
        }

    .productFaqPage .faqContent section {
        display: none;
    }

        .productFaqPage .faqContent section > ol {
            background-color: #e6e6e6;
            padding: 20px;
            list-style: none;
            margin: 0 0 20px;
        }

            .productFaqPage .faqContent section > ol li {
                font-size: 14px;
                padding: 5px 0;
                text-transform: uppercase;
            }
}

@media only screen and (min-width: 64em) {
    .productFaqPage .pageTitle h1 {
        padding-left: 3.4rem;
    }

    .productFaqPage .faqNav {
        background-color: #e6e6e6;
        padding-top: 30px;
        padding-bottom: 30px;
        max-width: 400px;
    }

        .productFaqPage .faqNav ol {
            list-style: none;
            margin-left: 0;
        }

        .productFaqPage .faqNav > ol {
            margin: 0 20px;
        }

            .productFaqPage .faqNav > ol > li {
                padding: 0 0 20px 20px;
            }

                .productFaqPage .faqNav > ol > li + li {
                    border-top: 1px solid #737373;
                    padding-top: 30px;
                }

            .productFaqPage .faqNav > ol li {
                color: #000;
                text-transform: uppercase;
            }

                .productFaqPage .faqNav > ol li span {
                    display: block;
                    font-size: 24px;
                    font-family: "DINBold", Arial, sans-serif;
                    line-height: 1.3;
                    margin-bottom: 15px;
                    cursor: pointer;
                }

                .productFaqPage .faqNav > ol li > ol li {
                    display: block;
                    font-size: 18px;
                    cursor: pointer;
                    margin-bottom: 10px;
                }

    .productFaqPage > .row {
        margin-bottom: 20px;
    }

    .productFaqPage .faqContent {
        padding: 25px 40px;
    }

        .productFaqPage .faqContent h2 {
            font-size: 36px;
            margin-bottom: 34px;
            text-transform: uppercase;
        }

        .productFaqPage .faqContent h4 {
            font-size: 25px;
            padding: 0;
        }

        .productFaqPage .faqContent h6 {
            font-size: 19px;
        }

        .productFaqPage .faqContent p {
            line-height: 1.35;
            font-size: 18px;
        }

        .productFaqPage .faqContent article {
            font-size: 18px;
            padding: 0;
            line-height: 1.35;
        }

        .productFaqPage .faqContent section {
            display: block !important;
        }

            .productFaqPage .faqContent section + h2 {
                border-top: 1px solid #7f7f7f;
                padding-top: 40px;
            }

    .productFaqPage .floatingBack {
        right: 10px;
        width: 80px;
        height: 82px;
        background: url('https://stordfkentico03media.blob.core.windows.net/df-us/lolfs/media/lol-fs-media/assets/backBtn.png') center no-repeat;
    }
}

@media only screen and (min-width: 64em) {
    .brands-overview-common .signup-form-widget {
        margin: 90px 50px 32px 50px;
    }
}

.anchor-filter-head {
    position: relative;
    top: 120px;
    padding-left: 20px;
}
