/* Minification failed. Returning unminified contents.
(17,39): run-time error CSS1046: Expect comma, found '0'
(17,43): run-time error CSS1046: Expect comma, found '/'
(91,39): run-time error CSS1046: Expect comma, found '0'
(91,43): run-time error CSS1046: Expect comma, found '/'
(612,36): run-time error CSS1046: Expect comma, found '0'
(612,40): run-time error CSS1046: Expect comma, found '/'
(697,43): run-time error CSS1046: Expect comma, found '0'
(697,47): run-time error CSS1046: Expect comma, found '/'
(2914,33): run-time error CSS1046: Expect comma, found '41'
(2914,39): run-time error CSS1046: Expect comma, found '/'
(3173,33): run-time error CSS1046: Expect comma, found '41'
(3173,39): run-time error CSS1046: Expect comma, found '/'
 */
@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

#loading {
    z-index: 99999;
    background: url("/../All_Media/Mitsios_Images/Loading-Animation.gif")no-repeat center center rgba(0, 0, 0, 0.46);
}

.btn {
    display: inline-block;
    background-color: #29377e;
    color: #fff;
    border-radius: 5px;
    border: unset;
    padding: 5px 15px;
    box-shadow: 0px 7px 7px 0px rgb(0 0 0 / 25%);
    transition: 300ms ease-in-out all;
    font-weight: 700;
    text-decoration: none;
    font-family: inherit !important;
}

.button {
    height: auto !important;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('/../Areas/Custom_Themes/fonts/standard/FiraSans/FiraSans-Regular.eot');
    src: url('/../Areas/Custom_Themes/fonts/standard/FiraSans/FiraSans-Regular.eot?#iefix') format('embedded-opentype'), url('/../Areas/Custom_Themes/fonts/standard/FiraSans/FiraSans-Regular.woff2') format('woff2'), url('/../Areas/Custom_Themes/fonts/standard/FiraSans/FiraSans-Regular.woff') format('woff'), url('/../Areas/Custom_Themes/fonts/standard/FiraSans/FiraSans-Regular.ttf') format('truetype'), url('/../Areas/Custom_Themes/fonts/standard/FiraSans/FiraSans-Regular.svg#FiraSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('/../Areas/Custom_Themes/fonts/standard/FiraSans/FiraSans-Bold.eot');
    src: url('/../Areas/Custom_Themes/fonts/standard/FiraSans/FiraSans-Bold.eot?#iefix') format('embedded-opentype'), url('/../Areas/Custom_Themes/fonts/standard/FiraSans/FiraSans-Bold.woff2') format('woff2'), url('/../Areas/Custom_Themes/fonts/standard/FiraSans/FiraSans-Bold.woff') format('woff'), url('/../Areas/Custom_Themes/fonts/standard/FiraSans/FiraSans-Bold.ttf') format('truetype'), url('/../Areas/Custom_Themes/fonts/standard/FiraSans/FiraSans-Bold.svg#FiraSans-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('/../Areas/Custom_Themes/fonts/standard/FiraSans/FiraSans-ExtraBold.eot');
    src: url('/../Areas/Custom_Themes/fonts/standard/FiraSans/FiraSans-ExtraBold.eot?#iefix') format('embedded-opentype'), url('/../Areas/Custom_Themes/fonts/standard/FiraSans/FiraSans-ExtraBold.woff2') format('woff2'), url('/../Areas/Custom_Themes/fonts/standard/FiraSans/FiraSans-ExtraBold.woff') format('woff'), url('/../Areas/Custom_Themes/fonts/standard/FiraSans/FiraSans-ExtraBold.ttf') format('truetype'), url('/../Areas/Custom_Themes/fonts/standard/FiraSans/FiraSans-ExtraBold.svg#FiraSans-ExtraBold') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
}

a {
    font-family: "Fira Sans", Arial, Helvetica, sans-serif !important;
}

img {
    max-width: 100%;
}

.button {
    display: inline-block;
    background-color: #29377e;
    color: #fff;
    border-radius: 5px;
    border: unset;
    padding: 5px 15px;
    transition: 300ms ease-in-out all;
    font-weight: 700;
    text-decoration: none;
}

    .button:hover {
        color: #858bab;
        background-color: #d5d7e0;
    }

a.button {
    display: inline-block;
    background-color: #29377e;
    color: #fff;
    border-radius: 5px;
    border: unset;
    padding: 5px 15px;
    box-shadow: 0px 7px 7px 0px rgb(0 0 0 / 25%);
    transition: 300ms ease-in-out all;
    font-weight: 700;
    text-decoration: none;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

    .navbar .row {
        width: 100%;
    }

.navbar-main {
    background-color: #f7f7f7;
}

    .navbar-main .navbar-nav {
        align-items: center;
        margin-right: -10px;
    }

        .navbar-main .navbar-nav .nav-item {
            font-size: 12px;
            text-transform: uppercase;
            font-weight: 700;
            padding: 0 10px;
        }

@media only screen and (max-width: 575px) {
    .navbar-main .navbar-nav .nav-item.site-button,
    .navbar-main .navbar-nav .nav-item.social-button {
        display: inline-block;
        width: 49%;
        text-align: center;
    }
}

@media only screen and (max-width: 330px) {
    .navbar-main .navbar-nav .nav-item.site-button {
        display: inline-block;
        width: 75%;
        text-align: center;
        margin-bottom: 5px;
    }

    .navbar-main .navbar-nav .nav-item {
        line-height: 14px;
    }
}

.navbar-main .navbar-align-right {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.navbar-main .col-md-10 {
    display: flex;
}

.navbar-main .navbar-nav .nav-item .nav-link {
    color: #2c2c2c;
}

.navbar-main .navbar-nav .nav-item .nav-link--button {
    padding: 2px 7px;
    color: #fff;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}

.navbar-main .navbar-nav .nav-item .nav-link--social {
    font-size: 22px !important;
    padding: 0;
    color: #29377e;
}

    .navbar-main .navbar-nav .nav-item .nav-link--social:hover {
        color: #858bab;
    }

@media only screen and (max-width: 991px) {

    .navbar-main .navbar-nav,
    .header__bottom .navbar .navbar-nav {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        flex-direction: row;
    }

        .navbar-main .navbar-nav .nav-item {
            display: inline-block;
        }

    .header .header__bottom .nav-item {
        position: relative;
        padding-right: 10px;
    }

    .navbar-nav .dropdown-menu {
        position: absolute;
        left: 0;
    }

        .navbar-nav .dropdown-menu.show {
            display: block;
        }
}

@media only screen and (max-width: 575px) {
    .navbar-main .navbar-nav,
    .header__bottom .navbar .navbar-nav {
        justify-content: center;
    }

    .header .header__bottom .nav-item {
        padding-left: 10px;
    }
}

.country-icons {
    display: flex;
    align-content: center;
    align-items: center;
}

    .country-icons .country-icon {
        padding: 4px 12px;
        transition: 300ms ease-in-out all;
    }

        .country-icons .country-icon:hover,
        .country-icons .country-icon.active {
            cursor: pointer;
            background-color: #29377e;
        }

        .country-icons .country-icon img {
            width: 25px;
        }

.navbar-nav .nav-link.nav-link--button {
    color: #fff;
    background-color: #29377e;
    border-radius: 5px;
}

.navbar-nav .nav-link.nav-link--social {
    color: #29377e;
    transition: 300ms ease-in-out all;
}

    .navbar-nav .nav-link.nav-link--social:hover {
        color: #858bab;
    }

.header .header__top {
    padding-top: 30px;
    padding-bottom: 30px;
}

    .header .header__top img {
        width: 240px;
        padding-top: 9px;
    }

    .header .header__top .col-md-9 {
        display: flex;
        justify-content: flex-end;
    }

    .header .header__top .header-search {
        position: relative;
        width: 100%;
        border: #29377e solid 2px;
        border-radius: 5px;
        padding: 15px 15px 15px 40px;
    }

        .header .header__top .header-search:focus {
            outline: none;
        }

        .header .header__top .header-search::placeholder {
            color: #29377e;
            font-weight: 700;
        }

    .header .header__top .header-search--container {
        position: relative;
        width: 100%;
    }

    .header .header__top .button--basket {
        display: inline-block;
        background-color: #29377e;
        color: #fff;
        border-radius: 5px;
        border: unset;
        padding: 5px 15px;
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
        transition: 300ms ease-in-out all;
        font-weight: 700;
        text-decoration: none;
        line-height: 2.3;
    }

        .header .header__top .button--basket:hover {
            background-color: #858bab;
        }

        .header .header__top .button--basket i {
            margin-right: 10px;
        }

@media only screen and (max-width: 7680px) {
    .header .header__top .button--basket {
        min-width: 260px;
    }
}

.header .header__bottom {
    background-color: #29377e;
}

    .header .header__bottom .nav-item {
        text-transform: uppercase;
        font-weight: 700;
        padding-top: 7px;
        padding-bottom: 7px;
    }

        .header .header__bottom .nav-item .dropdown-menu .dropdown-item,
        .header .header__bottom .nav-item.dropdown > a {
            color: #fff;
            transition: 300ms ease-in-out all;
            font-size: 18px;
            letter-spacing: 0.6px;
            font-weight: 700;
            padding-right: 22px;
        }

        .header .header__bottom .nav-item .dropdown-menu .dropdown-item {
            white-space: inherit;
        }

            .header .header__bottom .nav-item .dropdown-menu .dropdown-item:hover,
            .header .header__bottom .nav-item.dropdown > a:hover {
                color: #858bab;
            }

    .header .header__bottom .dropdown-toggle {
        display: flex;
        align-items: center;
    }

        .header .header__bottom .dropdown-toggle::after {
            content: "\f078";
            font-family: "Font Awesome 5 Pro";
            margin-left: 4px;
            font-size: 11px;
            border: unset;
            font-weight: 700;
        }

    .header .header__bottom .nav-item .dropdown-menu {
        background-color: #29377e;
    }

@media only screen and (max-width: 767px) {
    .header__top img {
        display: block;
        margin: 0 auto 25px;
    }

    .header .header__top .header-search--container,
    .header .header__top .button--basket {
        display: block;
        width: 250px;
    }

    #searchform {
        margin-right: 0 !important;
    }

    .header-search--container button {
        top: 13px !important;
    }
}

@media only screen and (max-width: 575px) {
    .header .header__top .col-md-9 {
        flex-wrap: wrap;
    }

    .header .header__bottom .nav-item {
        position: unset;
    }

    .dropdown-menu {
        width: 100%;
    }

    .navbar-nav {
        position: relative;
    }
}

/* Hero Links */
.hero-links {
    /*background-image: url('/../All_Media/Mitsios_Images/food-experience-background.png');*/
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 380px;
    background-color: #f8f8f8;
    padding-bottom: 35px;
}

    .hero-links h2 {
        display: block;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
        color: #29377e;
        font-weight: 700;
    }

    .hero-links .hero-links__link {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 5px;
        height: 100%;
        width: 100%;
        position: relative;
        display: inline-block;
        color: #fff;
        text-align: right;
    }

        .hero-links .hero-links__link.thin {
            display: flex;
            justify-content: center;
            max-height: 125px;
            background-color: #29377e;
            margin-bottom: 15px;
            text-decoration: none;
        }

            .hero-links .hero-links__link.thin.grey {
                background-color: #2e282e;
            }

            .hero-links .hero-links__link.thin.teal {
                background-color: #0f2f3b;
            }

            .hero-links .hero-links__link.thin.yellow {
                background-color: #dea251;
            }

            .hero-links .hero-links__link.thin.browni {
                background-color: #4c3328;
            }

            .hero-links .hero-links__link.thin.green {
                background-color: #1e3c10;
            }

            .hero-links .hero-links__link.thin:last-of-type() {
                margin-bottom: 0;
            }

            .hero-links .hero-links__link.thin .thin-link__title {
                padding: 20px;
                text-align: left;
            }

                .hero-links .hero-links__link.thin .thin-link__title h4 {
                    font-size: 1.9rem;
                    font-weight: 700;
                    margin-bottom: 25px;
                }

            .hero-links .hero-links__link.thin .thin-link__title,
            .hero-links .hero-links__link.thin .thin-link__image {
                width: 50%;
            }

                .hero-links .hero-links__link.thin .thin-link__image,
                .hero-links .hero-links__link.thin .thin-link__image img {
                    max-height: 100%;
                }

@media only screen and (max-width: 991px) {
    .hero-links .hero-links__link.thin {
        height: unset;
        max-height: unset;
        flex-wrap: wrap-reverse;
        align-items: center;
    }

        .hero-links .hero-links__link.thin .thin-link__image,
        .hero-links .hero-links__link.thin .thin-link__image img {
            max-height: 175px !important;
        }
}

@media only screen and (max-width: 575px) {

    .hero-links .hero-links__link.thin .thin-link__image,
    .hero-links .hero-links__link.thin .thin-link__image img,
    .hero-links .hero-links__link.thin .thin-link__title,
    .hero-links .hero-links__link.thin .thin-link__image {
        width: 100%;
    }

        .hero-links .hero-links__link.thin .thin-link__image,
        .hero-links .hero-links__link.thin .thin-link__image img {
            max-height: 270px !important;
        }
}

.hero-links .hero-links__link.large {
    height: 335px;
    margin-bottom: 8px;
}


.hero-links__link.home-banner-img img {
    width: 100%;
    height: 337px;
    border-radius: 4px;
}

a.hero-links__link.large.home-banner-img {
    overflow: hidden;
}

@media only screen and (max-width: 575px) {
    .hero-links .hero-links__link.large {
        height: 250px;
    }
}

.hero-links .hero-links__link.large:last-of-type() {
    margin-bottom: 0;
}

.hero-links .hero-links__link.large:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.14);
}

.hero-links .hero-links__triangle {
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    max-width: 185px;
    max-height: 115px;
    padding: 15px;
    color: #fff;
    z-index: 2;
    font-weight: 700;
}

    .hero-links .hero-links__triangle i {
        margin-left: 10px;
        line-height: 24px;
    }

/* Client Slider */

.slick-track {
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.slick-slider {
    position: relative;
}

.slick-slide {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-top: 0;
}

    .slick-slide:focus {
        outline: none;
    }

.slick-list {
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.brands-slider {
    background-color: #fff;
    box-shadow: 0px 1px 27px rgb(0 0 0 / 11%);
    padding: 12px 12px;
    position: relative;
}

.brands-slider__container .slick-list img {
    max-width: 100px;
    margin: auto;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    background: transparent;
    height: 25px;
    width: 25px;
    padding: 0;
    color: transparent !important;
    border: unset;
    border-right: 2px solid #b2b2b2;
    border-bottom: 2px solid #b2b2b2;
    z-index: 7;
    transition: 300ms;
    transform: translateY(-50%);
}

    .slick-arrow:focus {
        outline: unset;
        border-right: 2px solid #b2b2b2;
        border-bottom: 2px solid #b2b2b2;
    }

    .slick-arrow:hover {
        cursor: pointer;
        border-right: 2px solid #2c2c2c;
        border-bottom: 2px solid #2c2c2c;
    }

    .slick-arrow.slick-prev {
        left: 0;
        transform: translateY(-50%) rotate(135deg);
    }

    .slick-arrow.slick-next {
        left: inherit;
        right: 0;
        transform: translateY(-50%) rotate(-45deg);
    }

section h3 {
    font-weight: 800;
}

/* Recommended */
.recommended {
    padding: 50px 0;
    /*background-image: url(/../All_Media/Mitsios_Images/Recommended-Products.png);*/
}

    .recommended h3 {
        color: #29377e;
    }

.recommended__headline {
    display: flex;
    margin-bottom: 18px;
}

.recommended__headline--left,
.recommended__headline--right {
    display: inline-block;
    width: 50%;
}

.recommended__headline--right {
    text-align: right;
}

    .recommended__headline--right ul li a {
        color: #858bab;
        background-color: #d5d7e0;
        border-radius: 5px;
        border: unset;
        padding: 7px 15px;
        box-shadow: 0px 7px 7px 0px rgb(0 0 0 / 25%);
        margin-left: 15px;
        transition: 300ms ease-in-out all;
        letter-spacing: 0px;
        font-weight: 700;
        font-size: 17px;
        line-height: 16px;
    }

        .recommended__headline--right ul li a:last-of-type() {
            margin-left: unset;
        }

        .recommended__headline--right ul li a.active,
        .recommended__headline--right ul li a:hover,
        .recommended__headline--right ul li a:focus {
            background-color: #29377e !important;
            color: #fff;
        }

.recommended .single-product__image,
.recommended .single-product__image img,
.recommended .single-product__image picture {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    max-width: 100%;
    text-align: center;
}

.recommended .single-product__info {
    background-color: #29377e;
    padding: 15px 25px 15px 20px;
    color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 30px;
}

    .recommended .single-product__info p {
        margin-bottom: 0;
        font-size: 17px;
        letter-spacing: 0px;
        line-height: 22px;
        color: #ffffff;
        font-weight: 700;
        font-family: inherit;
    }

    .recommended .single-product__info .price {
        font-size: 1.7rem;
        margin-bottom: 0;
        margin-top: 12px;
        font-weight: 500;
    }


.recommended .more-button {
    text-align: center;
}

    .purchase-options .button,
    .recommended .more-button .button {
        padding: 12px 15px;
    }

.purchase-options .button,
.recommended .button i {
    margin-left: 5px;
}

.recommended.recent,
.recommended.news,
.recommended.recipes {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.recommended.recipes {
    background-image: url('/../All_Media/Mitsios_Images/recipes-background.png');
}

.recommended.news {
    background: #29377e;
}

    .recommended.news::before,
    .recommended.recipes::before,
    .recommended.recent::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.43), transparent);
    }

    .recommended.recent *,
    .recommended.news *,
    .recommended.recipes * {
        /*position: relative;*/
        z-index: 1;
    }

    .recommended.recent h3,
    .recommended.news h3,
    .recommended.recipes h3 {
        color: #fff;
    }

.recommended.recent {
    background: #29377e;
    clear: both;
}

    .recommended.product-row .single-product__info,
    .recommended.recent .single-product__info {
        background-color: #f8f8f8;
        color: #29377e;
        margin-top: auto;
        display: flex;
        height: 100%;
        flex-direction: column;
    }

        .recommended.product-row .single-product__info .single-product__info--title,
        .recommended.recent .single-product__info .single-product__info--title {
            font-weight: 900;
            text-align: center;
            font-size: 24px;
            line-height: 30px;
        }

        .recommended.product-row .single-product__info .price,
        .recommended.recent .single-product__info .price {
            font-weight: 700;
            text-align: center;
            margin-bottom: 25px;
        }

        .recommended.product-row .single-product__info .purchase-options__pm,
        .recommended.product-row .single-product__info .stock-level,
        .recommended.product-row .single-product__info .stock-code,
        .recommended.recent .single-product__info .stock-level,
        .recommended.recent .single-product__info .stock-code {
            display: inline-block;
            width: 49%;
        }

        .recommended.product-row .single-product__info .purchase-options__pm {
            width: 43%;
        }

        .recommended.product-row .single-product__info .stock-code,
        .recommended.recent .single-product__info .stock-code {
            color: #000;
            font-weight: 700;
            text-align: right;
        }

        .recommended.product-row .single-product__info .stock-code {
            font-weight: 600;
            letter-spacing: 0;
            font-size: 15px;
        }

        .recommended.product-row .single-product__info .purchase-options__pm .purchase-options__amount {
            width: 60px;
            text-align: center;
        }

            .recommended.product-row .single-product__info .purchase-options__pm .purchase-options__amount::-webkit-outer-spin-button,
            .recommended.product-row .single-product__info .purchase-options__pm .purchase-options__amount::-webkit-inner-spin-button {
                -webkit-appearance: none;
            }

.recommended.product-row {
    padding-top: 0;
    padding-bottom: 10px;
    background: #fff;
}

@media only screen and (max-width: 767px) {
    .recommended__headline {
        flex-wrap: wrap;
    }

    .recommended__headline--left,
    .recommended__headline--right {
        width: 100%;
    }

    .recommended__headline--right {
        text-align: left;
    }

        .recommended__headline--right button {
            margin-left: 0;
            margin-right: 15px;
        }

    .recommended.product-row .single-product__info .purchase-options__pm {
        text-align: center;
    }

    .recommended.product-row .single-product__info .purchase-options__pm,
    .recommended.recent .single-product__info .stock-level,
    .recommended.recent .single-product__info .stock-code {
        width: 100%;
    }
}

.breadcrumbs {
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 15px;
}

    .breadcrumbs p {
        font-size: 18px;
        font-weight: 700;
    }


    .breadcrumbs a:first-of-type {
        padding-left: 0;
    }

/* Signle Product */

.single-product .single-product__image-carousel {
    margin-top: 10px;
}

    .single-product .single-product__image-carousel .slick-track {
        justify-content: flex-start;
        align-items: flex-start;
        align-content: center;
        min-width: 100%;
    }

    .single-product .single-product__image-carousel .slick-arrow {
        height: 15px;
        width: 15px;
    }

    .single-product .single-product__image-carousel .carousel-image {
        margin-right: 20px;
        opacity: 0.8;
        transition: 300ms ease-in-out all;
    }

        .single-product .single-product__image-carousel .carousel-image,
        .single-product .single-product__image-carousel .carousel-image .slick-list img {
            max-width: 130px;
            margin: auto;
        }

@media only screen and (max-width: 1400px) {
    .single-product .single-product__image-carousel .carousel-image,
    .single-product .single-product__image-carousel .carousel-image .slick-list img {
        max-width: 105px;
    }
}

@media only screen and (max-width: 1200px) {
    .single-product .single-product__image-carousel .carousel-image,
    .single-product .single-product__image-carousel .carousel-image .slick-list img {
        max-width: 95px;
    }
}

@media only screen and (max-width: 991px) {
    .single-product .single-product__image-carousel .carousel-image,
    .single-product .single-product__image-carousel .carousel-image .slick-list img {
        max-width: 130px;
    }
}

@media only screen and (max-width: 575px) {
    .single-product .single-product__image-carousel .carousel-image,
    .single-product .single-product__image-carousel .carousel-image .slick-list img {
        max-width: 95px;
    }
}

.single-product .single-product__image-carousel .carousel-image:hover,
.single-product .single-product__image-carousel .carousel-image.active {
    opacity: 1;
}

.single-product .single-product__code,
.single-product .single-product__name,
.single-product__price {
    font-weight: 700;
}

.single-product .single-product__name,
.single-product__price {
    color: #29377e;
}

.single-product .single-product__code {
    font-size: 18px;
    margin-bottom: 0;
}

.single-product__price {
    font-size: 26px;
}

.single-product__purchase-options {
    background-color: #f8f8f8;
    border: #e6e6e6 solid 1px;
    padding: 20px;
    border-radius: 5px;
}

.purchase-options.single {
    margin-top: 30px;
}

.purchase-options .form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.purchase-options .purchase-options__edit {
    border: unset;
    outline: unset;
    color: #29377e;
    font-weight: 700;
    background-color: unset;
    transition: 300ms ease-in-out all;
    cursor: pointer;
    font-size: 26px;
}

    .purchase-options .purchase-options__edit:hover { /*change color by Megha for Bug : 16349*/
        /*color: #858bab;*/
        color: #fff !important;
        background-color: #29377e;
    }

.purchase-options .form select,
.purchase-options .purchase-options__amount {
    color: #29377e;
    font-weight: 500;
    padding: 10px 10px;
    width: 60px;
    border: #e6e6e6 solid 1px;
    border-radius: unset;
    text-align: center;
    height: 33px;
}

.purchase-options .form select {
    padding: 10px 27px 10px 10px;
}

.purchase-options .form .dropdown {
    position: relative;
    width: 110px;
}

.single-product__purchase-options .product-box .form .input-number {
    height: auto;
}

@media only screen and (max-width: 7680px) {
    .purchase-options .form {
        flex-wrap: wrap;
    }

        .purchase-options .form .dropdown {
            width: 90px;
        }

    .product-list .purchase-options .form .dropdown {
        width: 117px;
    }

    .purchase-options .form .dropdown.uom-only,
    .product-list .purchase-options .form .dropdown.uom-only {
        width: 100%;
    }

    .single-product .button--add {
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    .single-product__purchase-options .form .dropdown {
        width: 50%;
        margin-top: 0;
    }

    .single-product__purchase-options .product-box .form .dropdown {
        width: 118px;
    }

    .single-product__purchase-options .product-box .form .dropdown.uom-only {
        width: 210px;
    }
}

@media only screen and (max-width: 1200px) {
    .purchase-options.single .button {
        font-size: 12px;
    }

    .recommended.product-row .single-product__info .stock-level, .recommended.product-row .single-product__info .stock-code, .recommended.recent .single-product__info .stock-level, .recommended.recent .single-product__info .stock-code {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 575px) {
    .single-product__purchase-options .purchase-options .form .dropdown {
        margin-top: 0;
    }
}

@media only screen and (max-width: 342px) {
    .single-product__purchase-options .purchase-options .form .dropdown {
        margin-top: 10px;
        width: 100%;
    }
}

.purchase-options .form .dropdown:hover span:after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.purchase-options .form .dropdown select {
    width: 100%;
    background-color: transparent;
    color: #29377e !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    z-index: 2;
    position: relative;
}

    .purchase-options .form .dropdown select:focus {
        outline: none;
    }

.purchase-options .form .dropdown span {
    position: absolute;
    top: 50%;
    right: 1px;
    width: 28px;
    height: 5px;
    background-color: #ffffff;
    border-radius: 5px;
    transform: translateY(-50%);
}

    .purchase-options .form .dropdown span:after {
        content: url('/../All_Media/Mitsios_Images/chevron-down-solid.svg');
        height: 15px;
        width: 11px;
        position: absolute;
        top: 50%;
        left: 50%;
        transition: 300ms ease-in-out all;
        transform: translate(-50%, -50%);
    }

@media only screen and (max-width: 575px) {
    .purchase-options .form {
        flex-wrap: wrap;
    }

        .purchase-options .form .dropdown,
        .purchase-options .form .button {
            margin-top: 10px;
        }

        .purchase-options .form .button {
            display: block;
            width: 100%;
        }
}

.purchase-options.single .form {
    flex-wrap: wrap;
    margin-bottom: 0;
}

.purchase-options.single .button {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    font-family: inherit !important;
    text-transform: capitalize;
    font-size: inherit;
}

.single-product__tabs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 15px;
}

    .single-product__tabs .single-product__tabs--tab {
        font-size: 20px;
        font-weight: 700;
        padding: 10px;
        color: rgba(0, 0, 0, 0.33);
        background-color: transparent;
        transition: 300ms ease-in-out all;
        border: unset;
        border-radius: 5px;
        margin-right: 5px;
        outline: none;
    }

        .single-product__tabs .single-product__tabs--tab:hover,
        .single-product__tabs .single-product__tabs--tab.active {
            cursor: pointer;
            color: #29377e;
        }

.single-product .single-product__tab-text {
    background-color: #f8f8f8;
    border: #e6e6e6 solid 1px;
    padding: 20px;
    border-radius: 5px;
}

@media only screen and (max-width: 767px) {
    .single-product__tabs {
        flex-wrap: wrap;
    }

    .single-product .single-product__tab-text {
        margin-bottom: 25px;
    }
}

.single-product__recomendations hr {
    margin-bottom: 30px;
}

.single-product__recomendations-item {
    background-color: #f8f8f8;
    border: #e6e6e6 solid 1px;
    border-radius: 5px;
    margin-bottom: 20px;
}

    .single-product__recomendations-item .purchase-options {
        padding: 0 20px;
    }

        .single-product__recomendations-item .purchase-options .form {
            justify-content: space-around;
            width: 100%;
        }

        .single-product__recomendations-item .purchase-options .button {
            padding: 15px 30px;
        }

            .single-product__recomendations-item .purchase-options .button i {
                margin-left: 3px;
            }

.recomendations-item {
    display: flex;
    flex-wrap: wrap;
}

    .recomendations-item .recomendations-item__image {
        width: 28%;
    }

    .recomendations-item .recomendations-item__description {
        display: flex;
        flex-wrap: wrap;
        width: 66.66%;
        padding: 15px;
    }

        .recomendations-item .recomendations-item__description p.product-name {
            color: #29377e;
            font-weight: 700;
            font-size: 18px;
        }

        .recomendations-item .recomendations-item__description .price,
        .recomendations-item .recomendations-item__description .stock-level {
            width: 50%;
        }

        .recomendations-item .recomendations-item__description .price {
            font-weight: 700;
            color: #29377e;
        }

@media only screen and (max-width: 767px) {

    .recomendations-item .recomendations-item__image,
    .recomendations-item .recomendations-item__description,
    .single-product__recomendations-item .purchase-options .form .dropdown,
    .single-product__recomendations-item .recomendations-item__description .purchase-options .button {
        width: 100%;
    }

    .single-product__recomendations-item .purchase-options .form {
        flex-wrap: wrap;
    }

        .single-product__recomendations-item .purchase-options .form .dropdown {
            max-width: 280px;
            margin: 10px auto;
        }
}

.stock-level {
    font-weight: 700;
}


    .stock-level.red {
        color: #de1822;
    }

.category-intro .container {
    margin-bottom: 25px;
}

.category-intro h1 {
    font-size: 48px;
    color: #29377e;
    font-weight: 700;
    font-family: inherit;
    text-transform: capitalize;
    line-height: 1.2;
}

.category-intro .read-more {
    color: #29377e;
    font-weight: 700;
    text-decoration: none;
    font-size: 18px;
}

/* Product List */

.product-list .product-list__header {
    border-radius: 4px;
    padding: 15.3px 25px;
    background-color: #29377e;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}

    .product-list .product-list__header p {
        margin-bottom: 0;
    }

    .product-list .product-list__header.filters {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 9px 12px;
        font-size: 18px;
    }

        .product-list .product-list__header.filters article {
            display: flex;
            align-items: center;
        }

@media only screen and (max-width: 1199px) {
    .product-list .product-list__header.filters {
        flex-wrap: wrap;
        justify-content: center;
    }

        .product-list .product-list__header.filters article {
            width: 100%;
            text-align: center;
            margin-top: 10px;
            justify-content: center;
            border-top: rgba(255, 255, 255, 0.33) solid 1px;
            padding-top: 10px;
        }

            .product-list .product-list__header.filters article:first-of-type {
                margin-top: 0;
                padding-top: 0;
                border-top: unset;
            }
}

@media only screen and (max-width: 991px) {
    .product-list .product-list__header.filters article {
        flex-wrap: wrap;
    }

    #sort-by {
        width: 100%;
    }
}

.product-list .product-list__header.filters article #item-count {
    margin-right: 12px;
}

.product-list .product-list__header.filters article #sort-by {
    margin-right: 10px;
}

.product-list .product-list__filters {
    border-radius: 5px;
    padding: 0px 23px 15px;
    background-color: #f8f8f8;
    border: 0px solid rgba(0, 0, 0, 0.33);
}

    .product-list .product-list__filters ul {
        list-style: none;
        padding: 0;
        margin-bottom: 0;
    }

        .product-list .product-list__filters ul label {
            color: #29377e;
            font-weight: 700 !important;
        }

        .product-list .product-list__filters ul li:last-of-type {
            margin-bottom: 0;
        }

        .product-list .product-list__filters ul strong {
            margin-left: 5px;
        }

@media only screen and (max-width: 576px) {
    .product-list .product-list__filters {
        margin-bottom: 20px;
    }
}

.product-list .product-list--options {
    margin-bottom: 20px;
}

.product-list .product-list__header .dropdown {
    position: relative;
    width: 110px;
}

    .product-list .product-list__header .dropdown:hover span:after {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    .product-list .product-list__header .dropdown select {
        width: 100%;
        background-color: transparent;
        padding: 5px;
        color: #fff !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 1px solid #ffffff;
        font-weight: 700;
        z-index: 2;
        position: relative;
        border-radius: 5px;
    }

        .product-list .product-list__header .dropdown select option {
            background-color: #29377e;
        }

.product-list .product-list__header .filter__sort .dropdown select {
    width: auto;
    padding: 5px 30px 5px 5px;
}

.product-list .product-list__header .dropdown select:focus {
    outline: none;
}

.product-list .product-list__header .dropdown span {
    position: absolute;
    top: 18px;
    right: 5px;
    width: 20px;
    height: auto;
    background-color: #29377e;
    border-radius: 5px;
    line-height: 38px;
}

.product-list .product-list__header .filter__sort .dropdown span {
    right: 7px;
}

.product-list .product-list__header .dropdown span:after {
    content: url('/../All_Media/Mitsios_Images/chevron-down-solid-white.svg');
    height: 30px;
    width: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: 300ms ease-in-out all;
    transform: translate(-50%, -50%);
}

.product-list .product-list__header .filter__count .dropdown {
    width: 70px;
}

    .product-list .product-list__header .filter__count .dropdown #ModelInput_PageSize {
        width: 70px;
    }

.product-list .product-list__header .filter__sort .dropdown {
    width: auto;
}

.product-list .product__pagination button,
.product-list .product-list__header .filter__pagination button {
    color: #fff;
    background-color: transparent;
    border: none;
    outline: unset;
}

    .product-list .product__pagination button i,
    .product-list .product-list__header .filter__pagination button i {
        transition: 300ms ease-in-out all;
    }

.product-list .product__pagination .pagination-number,
.product-list .product-list__header .filter__pagination .pagination-number {
    margin: 0 5px;
    color: #fff;
    text-decoration: none;
    transition: 300ms ease-in-out all;
}

    .product-list .product-list__header .filter__pagination .pagination-number:hover,
    .product-list .product-list__header .filter__pagination .pagination-button:hover i {
        color: #858bab;
    }

.product-list .product-list__header .filter__pagination .pagination-button {
    padding: 1px 9px;
}

.product-list .product__pagination {
    text-align: center;
    margin-bottom: 50px;
    font-size: 18px;
}

    .product-list .product__pagination .pagination-number {
        color: #e6e6e6;
        font-weight: 700;
    }

    .product-list .product__pagination button i {
        color: #29377e;
        font-weight: 700;
    }

.product-list .product-list__header .filter__pagination .pagination-number {
    color: #858bab;
    font-weight: 700;
}

    .product-list .product-list__header .filter__pagination .pagination-number:hover,
    .product-list .product-list__header .filter__pagination .pagination-number.active {
        color: #ffffff;
    }

.product-list .product__pagination .pagination-number.active,
.product-list .product__pagination .pagination-number:hover {
    color: #29377e;
}


.product-list .product__pagination button:hover i {
    color: #858bab;
}


@media only screen and (max-width: 991px) {
    .recommended.product-row .single-product__info .stock-level,
    .recommended.product-row .single-product__info .stock-code {
        width: 100%;
        text-align: center;
    }

    .recommended.product-row .single-product__info .purchase-options .form {
        justify-content: center;
    }
}

.custom-tick .acceptance {
    display: flex;
    flex-wrap: nowrap;
}

    .custom-tick .acceptance label {
        font-size: 0.9rem;
        display: flex;
        align-items: flex-start;
        margin-left: 0;
    }


@media only screen and (max-width: 720px) {
    .custom-tick .acceptance label {
        font-size: 0.6rem;
    }
}

.custom-tick .acceptance label > span {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    display: inline-block;
    justify-content: center;
    background-color: #fff;
    border: unset;
    border-radius: 3px;
    transition: all .3s;
    position: relative;
    cursor: pointer;
    border: 10px #fff solid;
    z-index: 1;
    top: 1px;
    left: 1px;
}

.custom-tick .acceptance label {
    position: relative;
}

    .custom-tick .acceptance label:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 0;
        border-radius: 3px;
        background-color: #e6e6e6;
        border: 11px #e6e6e6 solid;
    }

.custom-tick .acceptance input[type="checkbox"] {
    width: 0;
    margin: 0;
    flex: 0;
    visibility: hidden;
}

.custom-tick .acceptance input:checked + label > span {
    border: 10px solid #29377e;
    animation: bounce 250ms;
}

    .custom-tick .acceptance input:checked + label > span::before {
        content: '';
        position: absolute;
        top: 2px;
        left: -2px;
        border-right: 3px solid #858bab;
        border-bottom: 3px solid #858bab;
        transform: rotate(45deg);
        transform-origin: 0;
        animation: checked-box 125ms 250ms forwards;
    }

@keyframes checked-box {
    0% {
        width: 0;
        height: 0;
        border-color: #ffffff;
        transform: translate(0, 0) rotate(45deg);
    }

    33% {
        width: 4px;
        height: 0;
        border-color: #ffffff;
        transform: translate(0, 0) rotate(45deg);
    }

    100% {
        width: 4px;
        height: 8px;
        border-color: #ffffff;
        transform: translate(0, -8px) rotate(45deg);
    }
}

@keyframes bounce {
    0% {
        transform: scale(1);
    }

    33% {
        transform: scale(0.7);
    }

    100% {
        transform: scale(1);
    }
}

/* Footer */
footer .footer-top {
    padding: 75px 0;
}

    footer .footer-top p {
        font-weight: 800;
        margin-bottom: 0px;
        color: #000 !important;
        font-family: inherit;
    }

    footer .footer-top .menu-header {
        color: #29377e;
        text-transform: uppercase;
        font-weight: 800;
        margin-bottom: 20px;
        font-size: 18px !important;
        font-family: inherit;
    }

    footer .footer-top ul {
        padding-left: 0;
        margin-left: 0;
        list-style: none;
    }

        footer .footer-top ul li {
            margin-bottom: 10px;
        }

            footer .footer-top ul li:last-of-type {
                margin-bottom: 0;
            }

            footer .footer-top ul li a {
                color: #000;
                text-transform: uppercase;
                font-weight: 800;
                text-decoration: none;
                transition: 300ms ease-in-out all;
            }

                footer .footer-top ul li a:hover {
                    color: #2c2c2c;
                }

    footer .footer-top p a {
        color: #000;
        text-decoration: none;
        transition: 300ms ease-in-out all;
    }

        footer .footer-top p a:hover {
            color: #29377e;
        }

footer .footer-top__socials {
    margin-top: 50px;
}

    footer .footer-top__socials i {
        font-size: 1.7rem;
        color: #29377e;
        margin-right: 19px;
        transition: 300ms ease-in-out all;
    }

        footer .footer-top__socials i:hover {
            color: #858bab;
        }

footer .footer-bottom {
    background-color: #29377e;
    color: #fff;
    padding: 35px 0;
}

    footer .footer-bottom a {
        color: #fff;
        font-weight: 500;
        margin-left: 20px;
        transition: 300ms ease-in-out all;
    }

        footer .footer-bottom a:hover {
            opacity: 0.8;
        }

    footer .footer-bottom p {
        margin-bottom: 0;
    }

@media only screen and (max-width: 991px) {
    .footer-top .col-lg-3 {
        text-align: center;
    }

    .footer-top img {
        margin-bottom: 30px;
    }

    .footer-bottom {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    footer .footer-top__socials {
        margin-top: 10px;
        margin-bottom: 25px;
    }

    .float-right-box {
        justify-content: center;
        margin-top: 20px;
    }

    .recommended__headline {
        flex-wrap: wrap;
    }
}
/*#endregion*/

/*#region Mitsios Custom css*/
body {
    font-family: 'Fira Sans', sans-serif;
}

#navbarSupportedContent li.nav-item .nav-link {
    color: #000;
    text-shadow: 0px 0px #000;
    letter-spacing: 0.4px;
    font-size: 13px;
    text-align: -webkit-center;
    text-align: center;
}

.navbar-main .navbar-nav .nav-item .nav-link--button {
    color: #fff !important;
}

a.nav-link.nav-link--social {
    color: #29377e !important;
}

.header__bottom #navbarSupportedContent li.nav-item .nav-link {
    color: #fff;
    font-weight: 800;
    font-size: 18px;
}

.thin-link__title p {
    font-weight: 700;
    font-size: 15px;
    font-family: inherit;
}

    .thin-link__title p .fa-long-arrow-right {
        padding-left: 10px;
    }

.header__bottom #navbarSupportedContent ul li.nav-item:first-child .nav-link {
    padding-left: 0;
}

.recommended__headline--left h3 {
    line-height: 40px;
    margin-top: 5px;
    font-size: 32px;
    font-weight: 700;
    font-family: inherit;
}

.recipes .single-product .single-product__info,
.recommended.news .single-product__info {
    padding: 27px 25px 27px 20px;
}

.hero-links h2 {
    font-weight: 800;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 2rem;
    margin-bottom: 0;
    font-family: inherit;
}

.hero-links .hero-links__link.thin .thin-link__title h4 {
    font-family: inherit;
    text-transform: capitalize;
}

/*----menu css----*/
button.toggle {
    display: none;
}

button:focus, input:focus {
    outline: none;
}

li.mobile-close-icon, .all-menu-text {
    display: none !important;
}
/*----End menu css-----*/
.footer-nav-menu {
    padding-left: 100px;
}

.breadcrumbs ul {
    padding: 0;
}

    .breadcrumbs ul li {
        display: inline-block;
        margin-right: 18px;
    }

        .breadcrumbs ul li a {
            color: #000;
            padding: 0 0px;
            font-weight: 700;
            font-size: 18px;
            text-decoration: none;
            border-bottom: 1px solid #000;
            position: relative;
        }

.product-list--filter {
    border: 1px solid #e5e5e5;
    background: #f8f8f8;
    border-radius: 5px;
}

.read-more-btn {
    border-bottom: 1px solid #f8f8f8;
    padding-bottom: 17px;
}

.product-list .recommended .single-product__info p, .recent .single-product__info--title,
.recommended.recent .single-product__info p {
    color: #29377e;
}

.items-count-text {
    font-weight: 600;
}

.product-list p.price, .recent .price {
    font-weight: 800;
    color: #29377e;
}

.old-price p.price {
    margin-bottom: 25px 0px 15px 0px !important;
    color: #737373 !important;
    font-size: 22px !important;
    text-decoration: line-through;
}

.border-none {
    border: 0px !important;
    color: #1d1d1d !important;
}

.breadcrumbs ul li a.border-right:before {
    position: absolute;
    right: -12px;
    content: "";
    height: 19px;
    width: 2px;
    background: #000;
    top: 3px;
}

.single-product .single-product__name {
    font-weight: 800;
    line-height: 45px;
    font-size: 36px;
    font-family: inherit;
    margin-top: 10px;
}

.favourites-star {
    color: #29377e;
    font-weight: 500;
    font-size: 14px;
    margin: 0;
}

.single-product .stock-level.green {
    margin-bottom: 7px;
}

.right-text {
    text-align: right;
}

.product-list .button--add, .recent .button--add {
    filter: drop-shadow(0px 4px 3px rgba(0,0,0,0.1));
}

.purchase-options__pm {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.product-list .single-product__info,
.recent .single-product__info {
    padding: 20px 25px 20px 20px;
}

.stock-level.green {
    color: #50de18 !important;
    font-size: 15px !important;
}

.stock-level.red {
    color: #e22020 !important;
    font-size: 15px !important;
}

.single-product .button--add,
.single-product__recomendations-item .purchase-options .button {
    padding: 12px 25px;
}

.single-product .fa-shopping-basket {
    padding-left: 7px;
}

.purchase-options__pm .style-button { /*change background-color and color by Megha for Bug : 16349*/
    /*background-color: #29377e;*/
    font-size: 24px;
    height: 33px;
    line-height: 33px;
    /*color: #fff;*/
    color: #29377e;
    width: 26px;
    text-align: center;
    border: 0px solid #29377e;
}

.fal.fa-star {
    font-weight: 500;
}

.site-button .nav-link--button {
    font-size: 12px !important;
}

.header-menu ul li ul.dropdown-menu .dropdown-item {
    font-size: 15px !important;
}

.thin-link__image img {
    border-radius: 0 5px 5px 0px;
}

.filter-title-text {
    font-size: 18px;
    line-height: 23px;
}

article.filter__sort {
    padding-right: 10px;
}

.product-box .button--add.add-btn {
    padding: 10px 15px;
    filter: drop-shadow(0px 4px 3px rgba(0,0,0,0.1));
}

#searchform {
    width: 100%;
    margin-right: 20px;
}

.tab-content {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: inherit;
}

.float-right-box {
    justify-content: flex-end;
}

.categories-title-text {
    border-bottom: 2px solid #29377e;
    padding-bottom: 5px;
    margin-bottom: 9px;
    margin-top: 20px;
    font-size: 18px;
}

/*--------check box---------*/
.checkbox-filter .filtercheckbox a span.acceptance label span:before,
.checkbox-filter .filtercheckbox a span.acceptance label span:after {
    content: "";
    display: inline-block;
    background: #ffffff;
    width: 0;
    height: .2rem;
    position: absolute;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.checkbox-filter .filtercheckbox a span.acceptance label span:before {
    -webkit-transform: rotate( -55deg );
    transform: rotate( -55deg );
    top: 15px;
    left: 6px;
}

.checkbox-filter .filtercheckbox a span.acceptance label span:after {
    -webkit-transform: rotate( 35deg );
    transform: rotate( 35deg );
    bottom: 6px;
    left: 4px;
}

.checkbox-filter .filtercheckbox a span.acceptance label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #c1c9cd;
    left: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    z-index: 1;
    box-sizing: content-box;
    border-radius: 3px;
    background-color: #fff;
}

.checkbox-filter input:checked ~ .filtercheckbox a span.acceptance label span:before {
    width: 12px;
}

.checkbox-filter input:checked ~ .filtercheckbox a span.acceptance label span:after {
    width: 5px;
}

.checkbox-filter input:checked ~ .filtercheckbox a span.acceptance label span {
    background: #29377e;
    border-color: #29377e;
}
/*------End check box-------*/

.cart-table.data-table .cart-footer-actions .btn {
    box-shadow: none;
}

#btnProductQuickOrderSearch {
    width: auto;
}

.single-product__info .price a {
    font-size: 18px;
}

.tab-pane .single-product__info .price a {
    color: #fff;
    font-size: 18px;
}

.single-product__tabs--tab.active {
    background-color: transparent !important;
}

.parag-text {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: 22px;
    font-family: inherit;
}

#product-tab-content {
    border: 1px solid #ccc !important;
    padding: 20px !important;
    border-radius: 5px !important;
    background: #f8f8f8;
    margin-bottom: 20px !important;
}

#pills-tab {
    margin: 0px !important;
}

#productDetail .breadcrumb {
    padding: 15px 0 46px;
}

#productDetail .single-product__recomendations h3 {
    font-size: 1.75rem;
    font-family: inherit;
}

.product_name a p {
    word-break: break-word;
}

.recommended.product-row .single-product,
.recommended.recent .single-product {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.single-product {
    margin-bottom: 15px;
    position: relative;
}

#pills-tabContent .single-product__image {
    background-color: #fff;
}

.recentProducts .single-product .single-product__image {
    background-color: #ffffff;
}

a.button.button--basket .price {
    font-size: inherit;
}

p.checkbox-text {
    width: 180px;
    font-family: inherit;
    margin-bottom: 0;
    word-break: break-word;
}

.onestepcheckout-summary th.name {
    width: 75%;
}

.onestepcheckout-summary th.qty {
    width: 10%;
}

.onestepcheckout-summary th.unit {
    width: 15%;
}

.onestepcheckout-summary td.uom {
    padding: 0;
}
/*---------mega menu css----------*/
a:hover {
    text-decoration: none;
}

.main-menu ul li {
    display: inline-block;
    color: #fff;
    margin-right: 20px;
}

    .main-menu ul li a {
        padding: 10px;
        display: block;
        color: #fff;
        font-weight: 700;
        font-size: 18px;
    }

.main-menu ul {
    padding: 0;
    margin-bottom: 0;
}

.inner-menu {
    display: none;
}

ul.one-ul li {
    display: block;
}

ul.one-ul {
    display: none;
}

    ul.one-ul.active {
        display: block;
    }

ul.one-ul {
    position: absolute;
    z-index: 9999;
    background: #29377e;
    width: 200px;
    height: 300px;
    top: 47px;
    width: 100%;
    min-height: 300px;
    max-height: calc(100vh - 200px);
    left: 0;
    padding-top: 7px;
}

ul.inner-menu.active {
    display: flex;
}

ul.inner-menu {
    position: absolute;
    left: 199px;
    top: 0px;
    background-color: #fff;
    z-index: 9999999;
    width: calc(100% - 199px);
    min-height: 300px;
    height: 300px;
    max-height: calc(100vh - 181px);
}

.navbar.navbar-expand-md.navbar-dark {
    width: 100%;
    position: relative;
}

.menu-box {
    width: 100%;
}

.inner-menu li a {
    color: #333 !important;
}

.one-ul li a {
    font-size: 16px !important;
    font-weight: 500 !important;
}

ul.inner-menu.block {
    display: flex !important;
}

ul.inner-menu li a {
    font-size: 14px !important;
    padding: 5px 15px 5px 0 !important;
    position: relative;
    font-style: normal;
    color: #21487d !important;
}

ul.inner-menu {
    padding: 15px;
}

li.sub-li {
    word-break: break-word;
    width: 200px;
}

a.sub-link {
    padding: 10px 12px !important;
    line-height: 19px;
}

    a.sub-link:hover,
    .inner-menu li a:hover {
        text-decoration: none;
    }

.inner-menu li {
    margin-right: 0px !important;
}

    .inner-menu li a:before {
        content: "";
        position: absolute;
        width: 100%;
        bottom: 0px;
        left: 0px;
        height: 1px;
        background-color: #21487d;
        transform: scaleX(0);
        transform-origin: left;
    }

    .inner-menu li:hover a:before {
        transform: scaleX(1);
        transition: transform .3s ease-in-out;
    }

.navbar {
    padding: 0;
}

.header-box {
    width: 100%;
}

ul li a.header-menu-text:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    margin-left: 4px;
    font-size: 11px;
    border: none;
    font-weight: 700;
}

ul li a.header-menu-text {
    position: relative;
}

    ul li a.header-menu-text.selected:after {
        content: "\f00d";
    }

a.sub-link.selected {
    background: #fff;
    color: #29377e;
}

.box-one {
    width: 100%;
    float: left;
    overflow: auto;
    display: flex;
}

.featured-brands-box {
    display: flex;
    padding: 5px 10px;
}

    .featured-brands-box h5 {
        margin: 0 !important;
        line-height: 28px;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        color: #2f2432;
        margin-right: 15px;
    }

a.show-all-btn {
    background: #fff;
    color: #29377e !important;
    border-radius: 5px;
    padding: 5px 5px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 18px;
    margin-left: 15px;
    border: 2px solid #ccc;
}

ul.one-ul.white-bg {
    background: #fff;
    box-shadow: 2px 3px 15px #000;
    overflow: hidden;
}

.brands-img-box {
    width: 100%;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}

    .brands-img-box li {
        flex-shrink: 0;
        padding: 8px;
        border-right: 1px solid #f0f2f4;
        border-bottom: 1px solid #f0f2f4;
        margin-right: 0px !important;
    }

        .brands-img-box li a {
            width: 100%;
            height: 100%;
            display: flex !important;
            flex-direction: column !important;
            align-items: center !important;
            justify-content: center !important;
            text-align: center !important;
            text-decoration: none !important;
            line-height: inherit !important;
        }

.img-width {
    text-align: center;
    /*display: flex;
    flex-direction: column;*/
    justify-content: center;
    align-items: center;
    width: 90px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.brand-name span {
    text-align: center;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #777f8c !important;
    line-height: 1.3em;
}

.Brands-box {
    width: 100%;
    float: left;
}

.Brands-box {
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 512px;
    max-height: calc(100vh - 230px);
}

    .Brands-box * {
        scrollbar-width: thin;
        scrollbar-color: #f8f8f8 #848484;
    }

    .Brands-box::-webkit-scrollbar,
    .header-menu::-webkit-scrollbar {
        width: 5px;
    }

    .Brands-box::-webkit-scrollbar-track,
    .header-menu::-webkit-scrollbar-track {
        background: #d8d8d8;
    }

    .Brands-box::-webkit-scrollbar-thumb,
    .header-menu::-webkit-scrollbar-thumb {
        background-color: #848484;
        border-radius: 20px;
        border: 0px solid orange;
    }

.brand-name-text span {
    text-align: center;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #2f2432 !important;
    line-height: 1.4em;
    display: inherit;
}

.brand-name-text {
    display: block;
}

.brand-explorer-box ul {
    background: #fff;
}

ul li a.header-menu-text:after {
    font-size: 14px;
    padding-left: 5px;
    width: 18px;
    display: inline-block;
}

ul.one-ul.height-auto {
    height: auto;
    min-height: auto;
}

.megamenu-sub {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.button.button--basket {
    float: right;
}

.ribbon-wrapper-blue {
    top: 0px;
    left: 0px;
}

.ribbon-blue {
    left: -34px;
    top: 15px;
}

.save-order {
    margin-bottom: 10px;
}

.header-menu-text:hover {
    text-decoration: underline;
}
/*-------------------*/

footer {
    display: table;
    width: 100%;
}

.submenu-box {
    -moz-column-count: 1;
    column-count: 1;
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .hero-links .hero-links__link.thin {
        max-height: 106px;
    }

        .hero-links .hero-links__link.thin .thin-link__title h4 {
            margin-bottom: 15px;
        }

    .footer-nav-menu {
        padding-left: 60px;
    }

    .purchase-options__pm {
        width: 100% !important;
        justify-content: center;
        margin-bottom: 15px;
    }

    .purchase-options .form .dropdown {
        width: 100%;
    }

    .recommended.product-row .single-product__info .purchase-options__pm .purchase-options__amount, .purchase-options__amount {
        width: 70% !important;
    }

    .recommended.product-row .single-product__info .single-product__info--title, .recommended.recent .single-product__info .single-product__info--title {
        font-size: 21px;
    }

    .product-list .single-product__info, .recent .single-product__info {
        padding: 20px 15px 20px 15px;
    }

    .add-btn {
        margin-top: 15px !important;
    }

    .purchase-options.product-box .purchase-options__pm {
        width: 130px !important;
        margin-bottom: 0;
    }

    .product-box .button--add.add-btn {
        margin-top: 0px !important;
    }

    .single-product__purchase-options .product-box .form .dropdown,
    .purchase-options.product-box .form .dropdown {
        width: 50%;
    }

    .single-product__purchase-options {
        padding: 15px;
    }

    .single-product .single-product__name {
        font-size: 30px;
        line-height: 37px;
    }

    p.checkbox-text {
        width: 145px;
    }

    .header .header__top img {
        padding-top: 12px;
    }

    .hero-links .hero-links__link.large {
        height: 288px;
        margin-bottom: 8px;
    }

    #productDetail .purchase-options .form select {
        margin-left: 0;
    }

    .purchase-options__pm .style-button {
        width: 28px;
    }

    .hero-links__link.home-banner-img img {
        height: 290px;
    }

    .single-product .button--add,
    .single-product__recomendations-item .purchase-options .button {
        padding: 12px 12px;
    }
}

@media screen and (max-width: 1024px) {
    #navbarSupportedContent li.nav-item .nav-link {
        font-size: 11px;
    }
}

@media screen and (max-width: 992px) {

    /*-----mega menu css-------*/
    .Brands-box {
        width: 100%;
    }

    .brand-name-text span {
        font-size: 12px;
    }

    .one-ul li a {
        font-size: 14px !important;
    }

    a.sub-link {
        font-size: 14px !important;
    }
    /*-----End mega menu css------*/

    .hero-links .hero-links__link.thin {
        max-height: initial;
    }

    img.footer-logo {
        width: 275px;
    }
    /*-----menu css-----*/
    button.toggle {
        display: block;
        background-color: transparent;
        border: 0;
        float: right;
    }

    .toggle span {
        display: block;
        width: 30px;
        height: 2px;
        background: #fff;
        margin: 5px 0;
        -webkit-transition: all .2s ease-in-out;
    }

    .active .toggle span:nth-child(1) {
        transform: translateY(9px) translateX(0) rotate( 45deg );
        -webkit-transform: translateY(9px) translateX(0) rotate( 45deg );
        -moz-transform: translateY(9px) translateX(0) rotate(45deg);
        -webkit-transition: all .2s ease-in-out;
        background: #565656;
    }

    .active .toggle span:nth-child(2) {
        opacity: 0;
        -webkit-transition: all .2s ease-in-out;
    }

    .active .toggle span:nth-child(3) {
        transform: translateY(-5px) translateX(0) rotate( -43deg );
        -webkit-transform: translateY(-5px) translateX(0) rotate( -43deg );
        -moz-transform: translateY(-5px) translateX(0) rotate(-43deg);
        -webkit-transition: all .2s ease-in-out;
        background: #565656;
    }

    .header-menu {
        display: block;
        position: fixed;
        right: -100%;
        top: 0;
        bottom: 0;
        width: 270px;
        height: 100vh;
        background: #fff;
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        z-index: 999999;
        overflow: auto;
    }

    .active .header-menu {
        right: 0;
        transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
    }

    .header-box {
        width: 100%;
        padding: 10px 15px;
    }

    .header__bottom #navbarSupportedContent li.nav-item .nav-link {
        color: #29377e;
    }

    .header .header__bottom .nav-item {
        width: 100%;
        padding: 0;
        border-bottom: 1px solid #ccc;
    }

    .header__bottom #navbarSupportedContent li.nav-item .nav-link {
        padding: 10px 10px;
    }

    .navbar-nav .dropdown-menu {
        position: relative;
        top: 0;
    }

    .mobile-close-icon {
        width: 100%;
        padding: 10px 8px;
        border-bottom: 1px solid #555252;
    }

    .dropdown-toggle:before, .dropdown-toggle:after {
        content: "" !important;
        position: absolute;
        background-color: #636363;
        transition: transform .25s ease-out;
    }

    .dropdown-toggle {
        position: relative;
    }

        .dropdown-toggle:before {
            top: 14px;
            right: 19px;
            width: 3px;
            height: 19px;
            margin-left: -2px;
        }

        .dropdown-toggle:after {
            top: 50%;
            right: 11px;
            width: 19px;
            height: 3px;
        }

        .dropdown-toggle.show:before {
            transform: rotate( 90deg );
        }

    .header .header__bottom .nav-item .dropdown-menu {
        background: #f0f0f0;
        border-radius: 0;
        border: 0;
    }


    ul.dropdown-menu li .dropdown-item {
        color: #3b3b3b !important;
    }

    body.active:before {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background-color: rgb(6 41 82 / 81%);
        content: "";
        z-index: 9999;
    }

    body.active {
        overflow: hidden;
    }
    /*----End menu css------*/

    #navbarSupportedContent li.nav-item .nav-link {
        font-size: 11px;
    }

    .header__bottom #navbarSupportedContent li.nav-item .nav-link {
        font-size: 16px;
    }

    .product-box .purchase-options__pm {
        width: 50% !important;
        margin-bottom: 0;
    }

    .product-box .dropdown {
        width: 45% !important;
        margin-right: 15px;
    }

    article.filter__sort {
        padding-right: 0;
    }

    /*----- Added Menu Css ----*/
    li.mobile-close-icon, .all-menu-text {
        display: block !important;
    }

    .collapse:not(.show) {
        display: block;
    }

    span.all-menu-title {
        color: #333;
    }

    ul li a.header-menu-text:after, ul li a.header-menu-text:before,
    .main-menu ul li ul li a.sub-link:before, .main-menu ul li ul li a.sub-link:after {
        content: "" !important;
        position: absolute;
        background-color: #636363;
        transition: transform .25s ease-out;
    }

    span.all-menu-title {
        color: #333;
    }

    ul li a.header-menu-text:after,
    .main-menu ul li ul li a.sub-link:after {
        top: 50%;
        right: 11px;
        width: 15px;
        height: 3px;
    }

    ul li a.header-menu-text:before,
    .main-menu ul li ul li a.sub-link:before {
        top: 18px;
        right: 17px;
        width: 3px;
        height: 15px;
        margin-left: -1px;
    }

    .main-menu ul li ul li a.sub-link {
        position: relative;
    }

    .main-menu ul li {
        border-bottom: 1px solid #ccc;
        display: block !important;
        width: 100%;
    }

    ul li a.header-menu-text.selected:before,
    .sub-link.selected:before {
        transform: rotate( 90deg );
    }

    a.sub-link {
        padding: 14px 12px !important;
    }

    ul.one-ul.white-bg {
        box-shadow: none;
    }

    .Brands-box {
        min-height: 200px;
        max-height: 370px;
        width: 100%;
    }

    ul.one-ul {
        background: #fff;
    }

    .main-menu ul li ul li a.sub-link {
        color: #333;
    }

    .all-menu-text {
        float: right;
        color: #fff;
        padding-right: 10px;
        padding-top: 4px;
    }

    button.toggle {
        display: block;
        background-color: transparent;
        border: 0;
        float: right;
    }

    .toggle span {
        display: block;
        width: 30px;
        height: 2px;
        background: #fff;
        margin: 5px 0;
        -webkit-transition: all .2s ease-in-out;
    }

    .active .toggle span:nth-child(1) {
        transform: translateY(9px) translateX(0) rotate( 45deg );
        -webkit-transform: translateY(9px) translateX(0) rotate( 45deg );
        -moz-transform: translateY(9px) translateX(0) rotate(45deg);
        -webkit-transition: all .2s ease-in-out;
        background: #565656;
    }

    .active .toggle span:nth-child(2) {
        opacity: 0;
        -webkit-transition: all .2s ease-in-out;
    }

    .active .toggle span:nth-child(3) {
        transform: translateY(-5px) translateX(0) rotate( -43deg );
        -webkit-transform: translateY(-5px) translateX(0) rotate( -43deg );
        -moz-transform: translateY(-5px) translateX(0) rotate(-43deg);
        -webkit-transition: all .2s ease-in-out;
        background: #565656;
    }

    .header-menu {
        display: block;
        position: fixed;
        right: -100%;
        top: 0;
        bottom: 0;
        width: 270px;
        height: 100vh;
        background: #fff;
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        z-index: 999999;
        overflow: auto;
    }

    .active .header-menu {
        right: 0;
        transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
    }

    .header-box {
        width: 100%;
        padding: 10px 15px;
    }

    .header__bottom #navbarSupportedContent li.nav-item .nav-link {
        color: #29377e;
    }

    .header .header__bottom .nav-item {
        width: 100%;
        padding: 0;
        border-bottom: 1px solid #ccc;
    }

    .header__bottom #navbarSupportedContent li.nav-item .nav-link {
        padding: 10px 10px;
    }

    .navbar-nav .dropdown-menu {
        position: relative;
        top: 0;
    }

    .mobile-close-icon {
        width: 100%;
        padding: 10px 8px;
        border-bottom: 1px solid #555252;
    }

    .dropdown-toggle:before, .dropdown-toggle:after {
        content: "" !important;
        position: absolute;
        background-color: #636363;
        transition: transform .25s ease-out;
    }

    .dropdown-toggle {
        position: relative;
    }

        .dropdown-toggle:before {
            top: 14px;
            right: 19px;
            width: 3px;
            height: 19px;
            margin-left: -2px;
        }

        .dropdown-toggle:after {
            top: 50%;
            right: 11px;
            width: 19px;
            height: 3px;
        }

        .dropdown-toggle.show:before {
            transform: rotate( 90deg );
        }

    .header .header__bottom .nav-item .dropdown-menu {
        background: #f0f0f0;
        border-radius: 0;
        border: 0;
    }


    ul.dropdown-menu li .dropdown-item {
        color: #3b3b3b !important;
    }

    body.active:before {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background-color: rgb(6 41 82 / 81%);
        content: "";
        z-index: 9999;
    }

    body.active {
        overflow: hidden;
    }

    ul.inner-menu {
        position: relative;
        width: 100% !important;
        min-height: auto;
        max-height: calc(100vh - -24px);
        left: 0;
        padding: 0px;
    }

    .box-one {
        width: 100%;
        float: none;
    }

    .submenu-box {
        -moz-column-count: 1;
        column-count: 1;
        width: 100%;
        display: block;
    }

    li.sub-li {
        width: 100%;
    }

    ul.one-ul {
        position: relative;
        min-height: auto;
        max-height: initial;
        top: 0;
        height: auto;
        padding-top: 0px;
    }

    .main-menu ul li {
        display: block;
        margin-right: 0px;
    }

    ul.inner-menu.block {
        display: none !important;
    }

    .main-menu ul li a {
        color: #000;
    }

    ul.inner-menu li a {
        padding: 6px 12px !important;
    }

    ul.inner-menu.block.active {
        display: block !important;
    }

    ul.inner-menu {
        height: auto !important;
        max-height: inherit;
    }

    .brands-img-box li {
        width: 129px !important;
    }

    /*--- End Menu Css------*/

    .header .header__top img {
        padding-top: 13px;
    }

    .contact-information {
        padding-left: 60px;
    }

    ul.one-ul.white-bg {
        min-height: 422px !important;
        height: 422px !important;
    }

    .recommended.product-row .single-product__info .purchase-options__pm .purchase-options__amount, .purchase-options__amount {
        width: 72% !important;
    }

    .recommended.product-row .single-product__info .purchase-options__pm .purchase-options__amount, .purchase-options__amount {
        width: 80% !important;
    }

    .hero-links__link.home-banner-img img {
        height: auto;
        transform: translate(0px, -91px);
    }

    .hero-links .hero-links__link.large {
        height: 333px;
        overflow: hidden;
    }
}

@media screen and (max-width:767px) {
    .single-product .single-product__name {
        font-size: 28px;
    }

    .single-product .single-product__image-carousel {
        margin-bottom: 10px;
    }

    ul.navbar-nav.menu-ul {
        order: 2;
        margin-top: 10px;
        justify-content: center;
    }

    .header-country-logo.col-12.col-md-2 {
        width: 122px !important;
    }

    ul.navbar-nav.social-ul {
        position: absolute;
        right: 50px;
        top: -30px;
        justify-content: flex-end;
        width: auto;
    }

    .social-ul .nav-link.nav-link--button {
        padding: 4px 7px !important;
        font-size: 10px !important;
        line-height: 12px;
    }

    .navbar-main .navbar-nav .nav-item.site-button, .navbar-main .navbar-nav .nav-item.social-button {
        width: auto;
        padding: 0 5px;
    }

    .header .header__top {
        padding-top: 30px;
    }

        .header .header__top .header-search {
            max-width: 100% !important;
            margin-right: 0;
        }

    .footer-nav-menu, .contact-information {
        padding: 0px;
    }
    /*-------------*/
    .purchase-options__pm {
        width: 50% !important;
        margin-bottom: 0;
    }

    .purchase-options.single .button {
        margin-top: 22px;
    }
    /*------------*/
    .product-box .button--add.add-btn {
        margin-top: 15px !important;
    }

    .purchase-options.product-box .purchase-options__pm {
        width: 50% !important;
    }

    .product-box .button--add.add-btn {
        width: 100%;
    }

    .product-box .dropdown {
        margin-right: 0px;
    }

    p.checkbox-text {
        width: inherit;
        font-size: 15px;
        line-height: 24px;
    }

    .recommended.recipes {
        background-position: top !important;
        background-size: auto;
    }

    #productDetail .purchase-options__amount {
        width: 80% !important;
    }

    .purchase-options .form .dropdown {
        width: 45%;
        margin-top: 0;
        margin-left: 10px;
    }

    .hero-links .hero-links__link.large {
        height: auto;
    }

    .hero-links__link.home-banner-img img {
        height: auto;
        transform: translate(0px, 0px);
    }
}

@media screen and (max-width:576px) {
    .header .header__top .header-search--container, .header .header__top .button--basket {
        min-width: 100%;
    }

    span.header-search--container {
        margin: 11px auto !important;
        text-align: center;
        width: auto !important;
    }

    .thin-link__image img {
        border-radius: 4px 4px 0px 0px;
    }

    .recommended__headline--left h3 {
        font-size: 29px;
    }

    .recommended__headline--right button {
        margin-right: 8px;
        margin-bottom: 10px;
        font-size: 12px;
    }

        .recommended__headline--right button:last-child {
            margin-right: 0px;
        }

    .header .header__top img {
        padding-top: 0px;
    }
}

@media screen and (max-width:480px) {
    ul.navbar-nav.social-ul {
        right: 20px;
        top: -30px;
    }

    .navbar-main .navbar-nav .nav-item.site-button {
        margin-bottom: 0px;
    }

    .slick-arrow.slick-prev {
        left: 7px;
    }

    .slick-arrow.slick-next {
        right: 10px;
    }

    #productDetail .purchase-options__amount {
        width: 76% !important;
    }

    #productDetail .single-product__purchase-options .purchase-options .form .dropdown {
        margin-top: 0px;
    }

    .recommended.product-row .single-product__info .purchase-options__pm .purchase-options__amount, .purchase-options__amount {
        width: 70% !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .single-product__purchase-options #btnpdpaddtocart {
        width: 100%;
        margin-top: 15px !important;
    }
}

/*#endregion*/

/*#region Content Pages */
.gallery-box .image {
    display: block;
    padding: 0;
    margin: 10px 0;
    height: 280px;
    overflow: hidden;
}

    .gallery-box .image > img {
        max-height: 278px;
    }

    .gallery-box .image > img {
        max-height: 220px;
        width: 100%;
    }

.gallery-box .image {
    height: auto;
}

/*contact-us page*/
.contact_inner ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
}

    .contact_inner ul li {
        text-align: center;
        display: inline-block;
    }

.contact_inner .img-box {
    width: 80px;
    max-width: 80px;
    margin: auto;
    background-color: #29377e;
    border-radius: 50%;
}

.contact_inner .get-in-touch-box .title {
    font-family: inherit;
    font-weight: bold;
    line-height: 1.1em;
    margin: 1.333em 0px 0.417em;
    font-size: 1.5em;
    color: #29377e;
}

.contact_inner .descr-text {
    font-size: 1.313em;
    line-height: 1.1em;
    text-align: center;
    color: #29377e;
}

    .contact_inner .descr-text a {
        display: block;
        padding-bottom: 10px;
        color: #29377e;
        text-decoration: underline;
    }

.contact_inner h1.get-in-touch-title {
    margin: 0px auto;
    font-size: 3.625em;
    font-family: inherit;
    font-weight: bold;
    line-height: 1.1em;
    text-align: center;
    color: #29377e;
    padding-bottom: 45px;
}

@media screen and (max-width:767px) {
    .contact_inner ul li {
        width: 50%;
        margin-bottom: 50px;
    }

    .contact_inner ul {
        flex-wrap: wrap;
    }
}

@media screen and (max-width:380px) {
    .contact_inner ul li {
        width: 100%;
        margin-bottom: 50px;
    }
}

/*#endregion Content Pages */

/*#region Custom Css*/
.listing-page-productbox select, .quantity-block select, .cart-table select, .quick-order-table select {
    background: #fff url(/../Areas/Custom_Themes/Images/standard/select-arrrow.png) no-repeat right center;
    padding-right: 22px;
}

.row.carousel-row {
    padding-right: 10px;
    padding-left: 10px;
}

.breadcrumb li a {
    text-align: center;
    text-decoration: underline;
    color: #000;
    padding: 0 0px;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 1px solid #000;
    position: relative;
}

.breadcrumb li span,
.breadcrumb li:last-child {
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    position: relative;
}

.breadcrumb li:after {
    height: 21px;
}

.my-favorite-content-page .btn {
    width: auto;
    line-height: 2;
}

.single-product__purchase-options .product-box .form .dropdown,
.purchase-options .form .dropdown {
    background-color: #fff;
}

.single-product__purchase-options .purchase-options .form .dropdown span {
    top: 45%;
    right: 3px;
}

.narrow-by-collapse h5.chev:after {
    content: "\f068";
    font-family: "Font Awesome 5 Pro";
}

.narrow-by-collapse h5 {
    position: relative;
    cursor: pointer;
    border-bottom-width: 1px !important;
}

    .narrow-by-collapse h5:after {
        content: "\f067";
        position: absolute;
        right: 10px;
        top: 8px;
        font-family: "Font Awesome 5 Pro";
        font-weight: 500;
        transform: translateY(-50%);
        color: #29377e;
        font-size: 16px;
    }

.narrow-by-collapse ul {
    padding-left: 12px;
    padding-right: 12px;
    display: none;
}

    .narrow-by-collapse ul.active {
        display: block;
    }

.single-product__brand {
    margin-bottom: 0;
}

.single-product__brand,
.single-product__condition  {
    font-weight: 600;
    font-size: 18px;
}

p.single-product__brand span,
p.single-product__condition span {
    font-weight: initial;
}

.single-product__brand .brand-lable,
.single-product__condition .condition-lable  {
    text-transform: uppercase;
    font-weight: 600;
}

p.single-product .single-product__code {
    margin-bottom: 10px;
}

.brands-img-box li {
    width: 158px;
    height: auto !important;
    word-break: break-all;
}

.submenu-box li {
    display: inline-block !important;
    width: 32%;
    vertical-align: middle;
}

ul.one-ul.white-bg {
    min-height: 512px;
    height: 512px;
    max-height: calc(100vh - 200px);
}

.recommended .single-product__image {
    min-height: 200px;
}

span.hero-links__triangle {
    background: linear-gradient(-32deg, #29377e 50%, transparent 50%) 100% / 100% 100% no-repeat;
}

.header-search--container button {
    border: none;
    color: #29377e;
    font-size: 14px;
    position: absolute;
    top: -4px;
    left: 14px;
    background-color: transparent;
    height: 25px;
    padding: 5px;
}

    .header-search--container button:hover {
        background-color: transparent;
        color: #29377e;
        border-color: transparent;
    }


.col-main.basket-panel {
    display: table;
    width: 100%;
}

#DisplayMessage {
    clear: both;
}

.product-list__header p {
    font-family: inherit;
}

.purchase-options .form .dropdown select.unit-of-measurement {
    height: 38px;
}

.aboutus-content .title {
    margin: 0px auto;
    font-size: 3.625em !important;
    font-weight: bold;
    line-height: 1.1em !important;
    text-align: center;
    color: #29377e !important;
    font-family: 'Fira Sans', Arial !important;
}

.aboutus-content .section_heading.max_832 {
    margin: 45px auto 1em;
    text-align: center;
    color: #29377e;
    font-family: 'Fira Sans', Arial;
    background-color: #ffffff;
}

.aboutus-content p {
    font-family: inherit;
    margin-bottom: 0.8em !important;
    margin: auto;
    color: #29377e;
    background-color: #ffffff;
}

.aboutus-content .text_inner {
    width: 73%;
    margin: 0 auto;
}

span.tag.label.label-info {
    background-color: #29377e;
    display: inline-block;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    vertical-align: baseline;
    border-radius: .25em;
    margin-bottom: 2px;
}

.bootstrap-tagsinput {
    border: 0;
    box-shadow: unset;
    background-color: transparent;
}

    .bootstrap-tagsinput input {
        display: none;
    }

.applied-filters {
    padding: 12px 5px 12px;
    border-bottom: 1px solid #cccccc8c;
}

    .applied-filters h3 {
        padding: 0px 6px;
        font-weight: 500;
        font-family: inherit;
    }

    .applied-filters #InputTagString {
        display: none;
    }

.purchase-options__pm {
    border: 1px solid #29377e;
    border-radius: 4px;
}

#productDetail .purchase-options__pm .style-button { /*change background-color and color by Megha for Bug : 16349*/
    /*background-color: #29377e;*/
    font-size: 24px;
    height: 33px;
    line-height: 33px;
    /*color: #fff;*/
    color: #29377e;
    width: 25px;
    text-align: center;
    border: 0px solid #29377e;
}

#productDetail .purchase-options__pm {
    border: 1px solid #29377e;
    border-radius: 4px;
}

#productDetail input#ModelInput_QtyToOrder {
    border: 0px !important;
}

#productDetail .purchase-options .form select {
    height: 48px;
}

#productDetail .purchase-options .form .dropdown {
    margin-left: 4px;
}

#productDetail .purchase-options .form select {
    padding: 12px 27px 10px 10px;
}

#productDetail .purchase-options .form .dropdown.uom-only select {
    height: 44px;
}

#productDetail .purchase-options .form .dropdown.uom-only select {
    padding: 10px 27px 10px 10px;
}

#productDetail .purchase-options__pm .style-button {
    height: 44px;
    line-height: 44px;
}

.blog-post-list .post-on {
    display: none;
}

.post-view .post-on {
    display: none;
}

.post-view .share-this {
    display: none;
}

/*#region tinyMce css*/
#tinymce .hero-links__link.large {
    height: 335px;
    margin-bottom: 8px;
}

#tinymce .hero-links__link {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    position: relative;
    display: inline-block;
    color: #fff;
    text-align: right;
}

    #tinymce .hero-links__link.large:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        background-color: rgba(0, 0, 0, 0.14);
    }

    #tinymce .hero-links__link.large img {
        height: 335px;
    }

#tinymce .hero-links__triangle {
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    max-width: 185px;
    max-height: 115px;
    padding: 15px;
    color: #fff;
    z-index: 2;
    font-weight: 700;
}

/*#endregion*/

.purchase-options__pm {
    border: none;
    border-radius: unset;
}

#productDetail .purchase-options__pm {
    border: none;
    border-radius: unset;
}

form#forgot-Password-form {
    margin-top: 10px;
}

.account-login-page #forgot-password {
    margin-bottom: 0;
}

#frm-resetPassword .btncancel {
    box-shadow: none;
}

.facheck-circle {
    width: 16px;
    height: 16px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    vertical-align: top;
    margin-left: 3px;
}

    .facheck-circle:before, .facheck-circle:after {
        content: "";
        display: inline-block;
        background: green;
        position: absolute;
        transform-origin: 0% 0%;
    }

    .facheck-circle:before {
        transform: rotate(-51deg);
        top: 11px;
        left: 7px;
        width: 8px;
        height: 2px;
    }

    .facheck-circle:after {
        transform: rotate(37deg);
        bottom: 6px;
        left: 4px;
        width: 6px;
        height: 2px;
        transition: width 0.1s;
        transition-delay: 0.2s;
    }

.recommended.news .single-product__image,
.recommended.recipes .single-product__image {
    min-height: inherit;
}

.basket-panel h2.product-name {
    width: 60% !important;
}

.basket-panel a.product-image {
    display: inline-block;
    width: 30%;
    float: left;
}

#productDetail {
    display: table;
    width: 100%;
}

.purchase-options .purchase-options__amount {
    line-height: 0px;
}

.single-product__info .pricebox {
    margin-top: auto !important;
}

.product-item-box {
    padding-right: 20px;
}

.single-product .product-item-box .button--add {
    margin-right: 0;
}

.product-item-box .recomendations-item {
    justify-content: space-between;
}

.single-product__recomendations-item.product-item-box .purchase-options {
    padding: 0;
    padding-left: 20px;
}

.product-item-box .recomendations-item .recomendations-item__description {
    padding: 15px 0;
}

.product-item-box .purchase-options .form select,
.product-item-box .purchase-options .purchase-options__amount {
    height: 48px;
    border-radius: 5px;
}

.product-item-box .purchase-options .form .dropdown span {
    top: 45%;
}

.product-item-box .purchase-options .purchase-options__amount {
    width: 80px;
}

.product-item-box .product-box .button--add.add-btn {
    padding: 9px 15px;
}

.product-item-box .purchase-options .form .dropdown {
    width: 35%;
}

.recommended .single-product__image .multi-buy {
    height: 50px;
    position: absolute;
    z-index: 9;
    top: 0px;
    width: 50px;
    left: 0px;
}

.single-product__purchase-options p.stock-level {
    margin-bottom: 5px;
}

.product-item-box span.facheck-circle {
    top: 4px;
}

#frmBasket td.a-center.product-cart-remove.last.remove-button-align {
    text-align: center;
}

div#accountStatementDateRange {
    width: auto !important;
    display: inline-block;
}

button#btnAccountStatement {
    margin-left: 20px;
    font-size: 16px;
}

i.fa.fa-calendar {
    color: #29377e;
}

.lblAccountStatement {
    margin-top: 6px;
}

.fa fa-caret-down {
    color: #29377e;
}

.financialData label {
    font-weight: 500 !important;
}

.financialData #datetimepicker1 {
    margin-top: 1px;
}

.clsDisplayHidePrices {
    display: none;
}

p.stock-level.loadingClass {
    color: #9a9a9a !important;
}

.ClsAddtoCart {
    margin-right: 0px !important;
}

@media screen and (min-width:1199px) {
    .basket-panel h2.product-name {
        width: 80% !important;
    }

    .basket-panel a.product-image {
        display: inline-block;
        width: 20%;
        float: left;
    }
}

@media screen and (max-width:1199px) {
    .product-item-box .purchase-options.product-box .form .dropdown {
        width: 22%;
    }

    #productDetail .product-item-box .purchase-options__pm .style-button {
        width: 30px;
    }

    .product-item-box .purchase-options__amount {
        width: 48% !important;
    }
}

@media screen and (max-width:992px) {
    .basket-panel h2.product-name {
        width: 60% !important;
    }

    .basket-panel a.product-image {
        width: 30%;
    }

    #productDetail .product-item-box .purchase-options__pm .style-button {
        width: 70px;
    }

    .product-item-box .purchase-options__amount {
        width: 90% !important;
    }

    .product-item-box .purchase-options.product-box .purchase-options__pm {
        width: 160px !important;
        margin-bottom: 0;
    }
}

@media screen and (max-width:998px) {
    /* Content Pages */
    .gallery-box .image > img {
        max-height: 165px;
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    /* Content Pages */
    .text_inner {
        width: 100%;
    }

    .gallery-box .image > img {
        max-height: inherit;
    }

    .cart-table select {
        width: initial;
        display: inline-block;
    }

    .cart-table.data-table td.product-cart-actions .qty-input .basket-qty-error {
        display: block;
    }

    footer .footer-top {
        padding: 20px 0px;
    }

    .basket-panel h2.product-name {
        width: auto !important;
    }

    .basket-panel a.product-image {
        display: inline-block;
        width: auto !important;
        float: none;
    }

    .breadcrumb li:first-child {
        padding-left: 9px;
    }

    .breadcrumb li:last-child {
        text-align: inherit;
    }

    .recommended.news .single-product__image img,
    .recommended.recipes .single-product__image img {
        height: auto;
        width: auto;
    }

    .product-item-box .product-box .button--add.add-btn {
        width: 23%;
        margin: 0 !important;
    }

    .single-product__recomendations-item.product-item-box .purchase-options .form .dropdown {
        max-width: 180px;
        margin: 0px auto;
    }

    .product-item-box .recomendations-item .recomendations-item__description {
        padding-left: 22px;
    }

    .country-icons {
        min-height: 33px;
    }

    button#btnAccountStatement {
        margin: 10px 0 0 0;
    }

    .daterangepicker .ranges {
        float: left !important;
    }
}

@media screen and (max-width: 567px) {
    .single-product__recomendations-item.product-item-box .purchase-options .form .dropdown {
        max-width: 115px;
        margin: 0px auto;
    }

    .product-item-box .purchase-options.product-box .purchase-options__pm {
        width: 140px !important;
        margin-bottom: 0;
    }

    .product-item-box .product-box .button--add.add-btn {
        width: 25%;
    }
}

@media screen and (max-width: 560px) {
    span.drp-selected {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 480px) {
    /* Content Pages */
    .gallery-box {
        width: 100%;
    }

        .gallery-box .image {
            max-height: inherit;
        }

            .gallery-box .image > img {
                max-height: inherit;
                width: 100%;
            }

    .product-item-box .product-box .button--add.add-btn {
        width: 100%;
        margin-top: 15px !important;
    }

    .product-item-box .purchase-options.product-box .purchase-options__pm {
        width: 130px !important;
        margin-bottom: 0;
    }
}
/*#endregion*/
