/*====================================
	Orange Banner
=====================================*/
.adzone-orange-banner {
    background-color: var(--orange);
}

.adzone-gray-banner {
    background-color: var(--gray);
}

.adzone-orange-banner,
.adzone-gray-banner {
    height: auto;
    margin: 35px 0 25px 0;
    text-align: center;
    padding: 20px 0;
}

.adzone-orange-banner .container,
.adzone-gray-banner .container {
    padding: 0 7%;
}

.adzone-orange-banner img,
.adzone-gray-banner img {
    display: inline-block;
    height: 100%;
    max-height: 100px;
    max-width: 20%;
}

.adzone-orange-banner .col-xs-10,
.adzone-gray-banner .col-xs-10 {
    text-align: left;
    padding: 0;
}

.adzone-orange-banner p,
.adzone-gray-banner p {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    text-align: left;
    margin: 25px 0;
    margin-left: 10px;
    max-width: 80%;
    top: 50%;
    transform: translate(0%, 30%);
}

.adzone-orange-banner p {
    color: #000000;
}

.adzone-gray-banner p {
    color: var(--bs-white);
}

@media (min-width: 0) and (max-width: 579px) {
    .adzone-orange-banner p,
    .adzone-gray-banner p {
        font-size: 14px;
        max-width: 70%;
        margin: 0;
    }

    .adzone-orange-banner img,
    .adzone-gray-banner img {
        max-height: 50px;
    }
}

/*====================================
    Boutique
=====================================*/
.btq-name {
    font-size: 50px;
}

.btq-name a:hover {
    color: var(--primary-color);
}

.btq-name a {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 2px solid var(--primary-color);
    margin-left: 10px;
    position: relative;
    bottom: 8px;
}

/*====================================
	PromoTemplate5
=====================================*/

.home-landing .aec-promotemplate5 {
    margin-left: 5px;
    margin-right: 5px;
    min-height: 385px;
    transition: background-color 0.25s ease 0s;
    -webkit-transition: background-color 0.25s ease 0s;
    text-align: center;
    position: relative;
}

.aec-promotemplate5 ul {
    display: flex;
    flex-direction: column;
    min-height: 405px;
    justify-content: space-between;
    padding-left: 0;
}

.aec-promotemplate5 .aec-listprice {
    color: transparent;
    display: inline-block !important;
    position: relative;
    text-align: center;
    top: 8px;
    display: none !important;
}

.aec-promotemplate5 .aec-listprice span {
    color: #C6C6C6;
    display: inline;
    font-size: 18px;
    font-weight: 300;
    text-decoration: line-through;
}

.aec-promotemplate5 .aec-custprice {
    color: transparent;
    display: inline-block;
    font: 0px/0px "Gentona", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-bottom: 0;
}

.aec-promotemplate5 .aec-listprice + .aec-custprice > span {
    padding-left: 5px;
}

.aec-promotemplate5 .aec-custprice span {
    color: #000000;
    font-size: 18px;
    font-weight: bolder;
}

.aec-promotemplate5 .aec-yousave {
    display: none !important;
}

.header-hamburger .navbar-toggler.left-menu-toggler {
    display: none;
}

/* 4K and 8K UHD 7680px */
@media (min-width: 1024px) and (max-width: 7680px) {
    .home-landing #aec-left {
        display: none !important;
    }
}

@media (min-width: 768px) {
    #aec-body > .container.home-landing {
        width: 750px;
    }
}

@media (min-width: 992px) {
    #aec-body > .container.home-landing {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    #aec-body > .container.home-landing {
        width: 1170px;
        top: -55px;
    }
}

.container.home-landing .col-md-4 {
    margin-bottom: 0px;
}

.container.home-landing .col-md-4 {
    padding-left: 0;
    padding-right: 7px;
}


/* 4K and 8K UHD 7680px */

@media (min-width: 768px) and (max-width: 7680px) {
    .container.home-landing .slide-show {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .container.home-landing .slide-show {
        margin-bottom: 0;
        margin-top: 15px;
    }
}

.slide-show {
    display: block;
    float: left;
}

.container.home-landing .row.ads-row {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 25px;
}

.ads-row-top {
    margin-bottom: 35px;
}

.home-landing .aec-adzone-container {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    float: left
}

.home-landing .aec-top-row .aec-adzone-container {
    width: 20%;
    padding: 10px 15px;
}

.home-landing .aec-middle-row .aec-adzone-container {
    width: 16.6667%;
}

/*-- Medium size screens target --*/

@media (min-width: 380px) and (max-width: 767px) {
    .aec-adzone-container {
        float: left;
        width: 50%;
    }
}

/*==============================================
	ADZONES
==============================================*/

.home-landing .aec-adzone-link > a {
    font-size: 25px;
    padding: 10px;
    color: #030303;
    transition: color 0.5s;
    -webkit-transition: color 0.5s;
}

.home-landing .aec-adzone-link > a:hover {
    color: #030303;
}

.home-landing .aec-adzone-container a,
.home-landing .aec-adzone-container a:hover,
.home-landing .aec-adzone-container a:focus {
    text-decoration: none;
    outline: none;
}

@media (min-width: 0) and (max-width: 599px) {
    .home-landing .aec-top-row .aec-adzone-container:last-child:nth-child(odd) {
        margin: auto !important;
        float: inherit !important;
        top: 10px;
    }
}

/*==============================================
	PRODUCT SCROLLER CONTAINERS
==============================================*/

.scroller-row {
    min-height: 370px;
    margin-bottom: 20px;
    padding-left: 7px;
    padding-right: 7px;
}

@media (min-width: 380px) and (max-width: 767px) {
    .scroller-row {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 360px) and (max-width: 479px) {
    .scroller-row {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 0) and (max-width: 359px) {
    .scroller-row {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.product-scroller-holder {
    background: var(--bs-white);
}

.product-scroller-row {
    margin-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

/*==============================================
	SLIDERS
==============================================*/

.slick-slide img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.hero-scroller-holder {
    overflow: hidden;
}

.responsive-single .slick-dots li {
    width: 15px;
    height: 15px;
}

.responsive-single.slick-slider {
    margin-bottom: 0;
    overflow: hidden;
}

.responsive-single .slick-dots li button {
    background-color: #FF6C5C;
    border: medium none;
    border-radius: 50%;
    color: #ff6c5c;
    display: block;
    opacity: 0.95;
    width: 15px;
    height: 15px;
}

.responsive-single .slick-dots li.slick-active > button {
    opacity: 1;
    background-color: #EC523E;
}

.responsive-single .item {
    background-color: transparent;
    color: var(--bs-white);
    margin: 0;
    text-align: center;
    position: relative;
}

.responsive-single .slick-dots {
    margin: 0;
    right: 30px;
    top: 10px;
    width: auto;
}

@media (min-width: 0px) and (max-width: 520px) {
    .responsive-single .slick-dots {
        display: none !important;
    }
}

.slick-dots li {
    margin: 0 2px;
}

.product-scroller-row,
.hero-scroller-holder {
    opacity: 0;
    transition: opacity 0.2s ease-in 0s;
    -webkit-transition: opacity 0.2s ease-in 0s;
    -ms-transition: opacity 0.2s ease-in 0s;
    -o-transition: opacity 0.2s ease-in 0s;
}

.product-scroller-row.slider-ready,
.hero-scroller-holder.slider-ready {
    opacity: 1;
}

.product-scroller-row {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 0px) and (max-width: 991px) {
    .container.home-landing .row.ads-row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .home-landing .aec-adzone-container {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 992px) and (max-width: 7680px) {
    .slick-slider {
        margin-bottom: 0px;
    }

    .home-landing .products-slider {
        padding: 0 25px;
    }
}


/*==============================================
	PRODUCT SCROLLER ITEMS
==============================================*/

    .home-landing .product-scroller-holder {
        padding: 0;
    }

    .responsive-products .slick-slide {
        padding-bottom: 0;
        padding-top: 0;
    }

    .home-landing .products-slider > h3 {
        background-color: #000;
        color: #171f29;
        display: inline-block;
        float: left;
        font-size: 32px;
        font-weight: 300;
        height: 100%;
        margin: 0;
        min-height: 406px;
        padding-bottom: 10px;
        padding-left: 0;
        padding-top: 10px;
        text-transform: uppercase;
        width: 20%;
        position: relative;
    }

    .home-landing .products-slider h3 .aec-fill-img {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto 100%;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
        opacity: 0.4;
        transition: opacity 0.2s ease 0s;
        -webkit-transition: opacity 0.2s ease 0s;
    }

    .home-landing .products-slider > h3:hover .aec-fill-img {
        opacity: 0.2;
    }

    .home-landing .products-slider > h3 a {
        color: #030303;
    }

    .home-landing .products-slider .aec-cat-link > a {
        color: var(--bs-white);
        display: block;
        font-size: 14px;
        font-weight: 700;
        height: 100%;
        line-height: 720px;
        padding-left: 15px;
        text-transform: uppercase;
        vertical-align: bottom;
    }

    @media (min-width: 0px) and (max-width: 480px) {
        .home-landing .products-slider .aec-cat-link > a {
            font-size: 16px;
        }

        .home-landing .products-slider .aec-cat-link {
            top: -1px !important;
        }
    }

    .aec-main-promo {
        background-color: #ef5549;
        bottom: 70px;
        color: var(--bs-white);
        font-weight: 700;
        position: absolute;
        text-transform: capitalize;
        line-height: 32px;
        padding: 5px;
        z-index: 1;
    }

    .home-landing .products-slider {
        border-radius: 0px;
        padding: 0 5px 10px;
    }

    .home-landing .products-slider .aec-cat-link {
        bottom: 35px;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }

    .view-all-arrow {
        top: 2px;
        display: none;
    }

    .home-landing .aec-promotemplate5 li {
        list-style: none;
        text-align: center;
    }

    .home-landing .aec-promotemplate5 li.aec-starring {
        display: none !important;
    }

    .home-landing .aec-promotemplate5 p.aec-cover {
        text-align: center;
        margin: 0;
        padding: 0;
        position: relative;
        min-height: 230px;
        max-height: 230px;
        margin-bottom: 10px;
    }

    .home-landing .aec-promotemplate5 p.aec-cover > a {
        display: block;
        padding: 1px;
    }

    .home-landing .aec-promotemplate5 .aec-quickviewhover {
        font-size: 16px;
        margin: auto;
    }

    .home-landing .aec-promotemplate5 .aec-quickviewhover img {
        margin-left: 70px;
        display: none !important;
    }

    .home-landing .aec-promotemplate5 .aec-cover img {
        display: inline-block;
        height: auto;
        max-width: 100%;
        max-height: 220px;
    }

    .home-landing .aec-promotemplate5 .aec-cover a img {
        min-height: 220px;
        object-fit: scale-down;
    }

    .home-landing .aec-buttonimg {
        padding-top: 10px;
        position: relative;
    }

    .home-landing .aec-promotemplate5 a .aec-threedots {
        color: #000000;
        display: inline-block;
        font-size: 18px;
        font-weight: 600;
        line-height: 1;
        overflow: hidden;
        padding: 0 4px;
    }

    @media (min-width: 420px) and (max-width: 640px) {
        .home-landing .aec-promotemplate5 span.aec-buybutton {
            font-size: 12px;
        }

        .home-landing .aec-promotemplate5 ul {
            min-height: 330px;
        }
    }

    .home-landing .aec-promotemplate5 .aec-ellipsis a {
        color: #ee523b !important;
        font-size: 18px;
        font-weight: 600;
        line-height: 1;
        transition: all 0.2s ease-in-out 0s;
        -webkit-transition: all 0.2s ease-in-out 0s;
    }

    .home-landing .aec-promotemplate5 .aec-ellipsis a:hover {
        color: #ec3725 !important;
    }

    .home-landing .aec-promotemplate5 .aec-salescat {
        color: #000000;
        display: block !important;
        font-size: 18px;
        font-weight: 600;
        line-height: 1;
        margin-top: 0;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    @media (min-width: 320px) and (max-width: 480px) {
        .responsive-single {
            margin-bottom: 0px;
        }

        .storetype-landing .promo-btns {
            border-top: 1px solid #ccc;
            margin-bottom: 10px;
            padding-top: 20px;
        }

        .storetype-landing .products-slider {
            padding: 0 10px 25px;
        }

        .storetype-landing .aec-promotemplate5 {
            margin-bottom: 15px;
        }

        .products-slider .slick-dots {
            bottom: -28px;
        }

        .products-slider .slick-dots li button {
            height: 10px;
            width: 10px;
        }

        .products-slider .slick-dots li {
            height: 10px;
            margin: 0;
            padding: 0;
            width: 15px;
        }

        .storetype-landing .aec-page-title {
            font-size: 2.2em;
        }

        .storetype-landing .aec-page-title.acc-title {
            font-size: 1.5em;
        }

        .storetype-landing .products-slider > h3 {
            font-size: 17px;
        }

        .products-slider .slick-slider {
            margin-bottom: 15px;
        }

        .products-slider .slick-prev {
            left: 5px;
        }

        .products-slider .slick-next {
            right: 5px;
        }

        .home-landing .products-slider > h3 {
            font-size: 18px;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .products-slider .slick-next,
        .products-slider .slick-prev {
            display: none !important;
        }
    }

    @media (min-width: 414px) and (max-width: 767px) {
        .products-slider .slick-next {
            right: -12px;
        }

        .products-slider .slick-prev {
            left: -12px;
        }

        .products-slider .slick-prev:before,
        .products-slider .slick-next:before {
            font-size: 28px;
        }
    }

/*=================================
	HERO NEXT/PREV BUTTONS
==================================*/


    .products-slider .slick-dots li button {
        background-color: #ff6c5c;
        border-radius: 0px;
        color: var(--bs-white);
        height: 15px;
        width: 15px;
    }

    .products-slider .slick-prev,
    .products-slider .slick-next {
        background: transparent none repeat scroll 0 0;
        border: medium none;
        color: transparent;
        cursor: pointer;
        display: block;
        font-size: 0;
        height: 50px;
        line-height: 10px;
        margin-top: 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: -35px;
        width: 30px;
        z-index: 10;
        border-radius: 0px;
        transition: all 0.2s ease-in-out 0s;
        -webkit-transition: all 0.2s ease-in-out 0s;
    }

    .products-slider .slick-prev:hover,
    .products-slider .slick-next:hover,
    .products-slider .slick-prev:focus,
    .products-slider .slick-next:focus {
        background: transparent none repeat scroll 0 0;
        color: #FF6C5C !important;
    }

    .products-slider .slick-prev {
        left: -30px;
        right: 0;
        top: 40%;
    }

    .products-slider .slick-next {
        right: -30px;
        top: 40%;
    }

    .products-slider .slick-prev:before,
    .products-slider .slick-next:before {
        color: #ff6c5c;
        font-family: "WebGlyphs" !important;
        font-size: 30px;
        line-height: 1;
        margin-right: 4px;
        opacity: 1;
    }

    .slick-prev:before {
        content: "\f846";
    }

    .slick-next:before {
        content: "\f847";
    }

    .slick-dots li.slick-active > button:hover {
        background-color: #FF6C5C;
    }

    .slick-dots li button:hover {
        background-color: #FF6C5C;
    }

    #promo-slider .btn-holder .btn-link {
        display: none;
        background-color: #ff6c5c;
        color: var(--bs-white);
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0.15em;
        padding: 20px 120px;
        text-transform: uppercase;
        transition: background-color 0.2s ease 0s;
        -webkit-transition: background-color 0.2s ease 0s;
    }

    #promo-slider .btn-holder .btn-link:hover,
    #promo-slider .btn-holder .btn-link:focus,
    #promo-slider .btn-holder .btn-link:active {
        background-color: #FF6C5C;
        text-decoration: none !important;
    }

    #promo-slider .btn-holder {
        bottom: 77px;
        left: 50%;
        position: absolute;
        text-align: right;
        transform: translate(-50%);
        -webkit-transform: translate(-50%);
    }

    @media (min-width: 768px) and (max-width: 991px) {
        #promo-slider .btn-holder .btn-link {
            padding: 15px 50px;
        }

        #promo-slider .btn-holder {
            bottom: 25px;
        }
    }

    /* 4K and 8K UHD 7680px */

    @media (min-width: 768px) and (max-width: 7680px) {
        .responsive-single .slick-prev,
        .responsive-single .slick-next {
            line-height: 0;
            margin-top: 0;
            top: 50%;
            width: 70px;
            opacity: .5;
        }

        .responsive-single .slick-prev:hover,
        .responsive-single .slick-next:hover {
            opacity: 1;
        }

        #promo-slider .slick-prev:before,
        #promo-slider .slick-next:before {
            color: #ff6c5c;
            font-family: "WebGlyphs";
            font-size: 25px;
            opacity: 1;
            font-weight: 200;
            transition: opacity 0.2s ease 0s;
            -webkit-transition: opacity 0.2s ease 0s;
        }

        #promo-slider .slick-next:before {
            content: "\f831";
        }

        #promo-slider .slick-prev:before {
            content: "\f830";
        }
    }

    @media (min-width: 768px) {
        #promo-slider .btn-holder {
            width: 750px;
        }
    }

    @media (min-width: 992px) {
        #promo-slider .btn-holder {
            width: 970px;
        }
    }

    @media (min-width: 1200px) {
        #promo-slider .btn-holder {
            width: 1170px;
        }
    }

    @media (min-width: 0px) and (max-width: 767px) {
        #promo-slider .btn-holder,
        #promo-slider .slick-prev,
        #promo-slider .slick-next {
            display: none !important;
        }
    }


/*=================================
	HERO NEXT/PREV BUTTONS END
==================================*/


/*=======================================
	PRICE FORMAT
=======================================*/

    .aec-promotemplate5 .aec-listprice {
        color: transparent;
        display: inline-block !important;
        font: 0px/0px "Gentona", "Helvetica Neue", Helvetica, Arial, sans-serif;
        position: relative;
        text-align: center;
        top: 8px;
        display: none !important;
    }

    .aec-promotemplate5 .aec-listprice span {
        color: #C6C6C6;
        display: inline;
        font-size: 18px;
        font-weight: 300;
        text-decoration: line-through;
    }

    .aec-promotemplate5 .aec-custprice {
        color: transparent;
        display: inline-block;
        font: 0px/0px "Gentona", "Helvetica Neue", Helvetica, Arial, sans-serif;
        padding-bottom: 0;
    }

    .aec-promotemplate5 .aec-listprice + .aec-custprice > span {
        padding-left: 5px;
    }

    .aec-promotemplate5 .aec-custprice span {
        color: #000000;
        font-size: 18px;
        font-weight: bolder;
    }

    .aec-promotemplate5 .aec-yousave {
        display: none !important;
    }


/*======================================
	NAV DEPARTMENTS
========================================*/

    .nav-departments .left-col {
        padding-left: 5px;
        padding-right: 5px;
    }

    .nav-departments .right-col {
        padding-left: 5px;
        padding-right: 0;
    }

    .nav-departments .top-link {
        margin-top: 0 !important;
    }

    .nav-departments .bottom-link-link {
        margin-bottom: 0 !important;
    }

    .nav-departments a {
        background-color: #ff6c5c;
        color: var(--secondary-color);
        display: block;
        font-size: 14px;
        font-weight: 700;
        height: 55.4px;
        line-height: 55.4px;
        margin: 10px 0;
        text-align: left;
        padding: 0 10px;
        text-decoration: none;
        text-transform: uppercase;
        width: 100%;
        border-radius: 0px;
        transition: background-color 0.2s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
        -webkit-transition: background-color 0.2s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0), 0 2px 10px 0 rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0), 0 2px 10px 0 rgba(0, 0, 0, 0);
    }

    .nav-departments a:hover,
    .nav-departments a:focus {
        background-color: #ff6c5c;
        color: var(--secondary-color);
        text-decoration: none;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
        -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    }

    .bottom-link.deals-link {
        background-color: #ff6c5c;
        color: var(--secondary-color);
    }

    .bottom-link.deals-link:hover {
        background-color: #ff6c5c;
        color: var(--secondary-color);
    }

    .nav-departments.navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    @media (min-width: 1200px) and (max-width: 7680px) {
        .nav-departments,
        .home-navigation {
            max-height: 318px;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .nav-departments a {
            font-size: 12px;
            font-weight: 700;
            height: 46px;
            line-height: 46px;
            margin: 8px 0;
        }

        .nav-departments div a > i {
            font-size: 30px !important;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .container.home-landing .col-md-4.home-navigation,
        .container.home-landing .slide-show {
            padding-left: 15px;
            padding-right: 15px;
        }

        .container.home-landing .row.ads-row {
            margin-left: -10px;
            margin-right: -10px;
        }

        .home-landing .products-slider {
            padding: 0 5px 0;
        }

        .home-landing .aec-top-row .aec-adzone-container {
            width: 20%;
        }

        .home-landing .aec-middle-row .aec-adzone-container {
            width: 25%;
        }

        .aec-adzone-container img {
            max-height: 240px;
        }

        .nav-departments .left-col {
            padding-left: 0;
            padding-right: 0;
            width: 100%;
        }

        .nav-departments .right-col {
            padding-left: 0;
            padding-right: 0;
            width: 100%;
        }

        .nav-departments a {
            display: inline-block;
            float: left;
            height: 75px;
            line-height: normal;
            text-align: center;
            width: calc(20% - 8px);
        }

        .nav-departments a.top-link {
            margin-left: 0 !important;
        }

        .nav-departments a.bottom-link {
            margin-right: 0 !important;
        }

        .nav-departments a {
            margin: 0 5px 10px !important;
        }

        .nav-departments div a > i {
            display: block;
            float: none;
            font-size: 40px;
            text-align: center;
            width: 100%;
        }
    }

    @media (min-width: 382px) and (max-width: 767px) {
        .home-landing .aec-adzone-container {
            padding-left: 5px;
            padding-right: 5px;
        }

        .container.home-landing .col-md-4.home-navigation,
        .container.home-landing .slide-show {
            padding-left: 15px;
            padding-right: 15px;
        }

        .container.home-landing .row.ads-row {
            margin-left: -5px;
            margin-right: -5px;
        }

        .home-landing .products-slider > h3 {
            margin: 15px -10px;
        }

        .home-landing .products-slider {
            padding: 0 20px 10px;
        }

        .home-landing .aec-top-row .aec-adzone-container {
            width: 25%;
        }

        .home-landing .aec-middle-row .aec-adzone-container {
            width: 25%;
        }
    }

    @media (min-width: 540px) and (max-width: 712px) {
        .home-landing .aec-middle-row .aec-adzone-container img {
            max-width: 101% !important;
        }
    }

    @media (min-width: 439px) and (max-width: 539px) {
        .home-landing .aec-middle-row .aec-adzone-container img {
            max-width: 102% !important;
        }
    }

    @media (min-width: 383px) and (max-width: 438px) {
        .home-landing .aec-middle-row .aec-adzone-container img {
            max-width: 103% !important;
        }
    }

    @media (min-width: 600px) and (max-width: 767px) {
        .home-landing .aec-top-row .aec-adzone-container {
            width: 20%;
        }
    }

    @media (min-width: 0px) and (max-width: 599px) {
        .home-landing .aec-top-row .aec-adzone-container {
            width: 50%;
        }
    }

    @media (min-width: 0px) and (max-width: 414px) {
        .home-landing .aec-adzone-container {
            padding-left: 5px;
            padding-right: 5px;
        }

        .container.home-landing .col-md-4.home-navigation,
        .container.home-landing .slide-show {
            padding-left: 15px;
            padding-right: 15px;
        }

        .container.home-landing .row.ads-row {
            margin-left: -5px;
            margin-right: -5px;
        }

        .home-landing .products-slider > h3 {
            margin: 15px -10px;
        }

        .home-landing .products-slider {
            padding: 0 20px 10px;
        }

        .home-landing .aec-middle-row .aec-adzone-container {
            width: 50%;
        }
    }


/*===============================
	NAV BUTTONS
===============================*/

button.shop-departments {
    background-color: #ff6c5c;
    border-radius: 0px;
    color: var(--secondary-color);
    float: left;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 32px;
    line-height: 1em;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

button.shop-departments .nav-label {
    line-height: 1em;
}

button.shop-departments:hover {
    background-color: #ff6c5c;
    color: #171f29;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

@media (min-width: 320px) and (max-width: 767px) {
    .nav-button-holder {
        padding-left: 15px;
        padding-right: 15px;
    }

    .nav-departments .left-col,
    .nav-departments .right-col {
        padding-left: 0px;
        padding-right: 0px;
    }

    .nav-departments a {
        margin: 0;
        border-radius: 0px;
        -webkit-border-radius: 0px;
    }

    .nav-departments .right-col {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .nav-departments {
        border-top: 1px solid #F9F7F1 !important;
        position: relative;
        top: -1px;
    }

    .nav-departments a {
        border-bottom: 1px solid #F9F7F1;
        font-weight: 500;
        padding-left: 18px;
        text-align: left;
    }

    .bottom-link.deals-link {
        border-bottom: medium none;
    }
}

.nav-departments div a > i:before {
    line-height: 0;
}

.nav-departments div a > i {
    float: left;
    font-size: 40px;
}

@media (min-width: 0px) and (max-width: 767px) {
    .nav-departments div a > i {
        float: left;
        font-size: 28px;
    }

    .nav-departments a {
        height: 45px;
        line-height: 45px;
    }

    .bottom-link.deals-link {
        border-radius: 0 0 4px 4px;
        -webkit-border-radius: 0 0 4px 4px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1200px) and (max-width: 7680px) {
    .nav-departments div a > i {
        padding-top: 5px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 768px) and (max-width: 991px) {
    .nav-departments div a > i {
        padding-top: 10px;
    }
}

@media (min-width: 481px) and (max-width: 991px) {
    .home-landing .products-slider > h3 {
        font-size: 28px !important;
    }
}

.responsive-products {
    width: 100%;
}

@media (min-width: 0px) and (max-width: 767px) {
    .responsive-products {
        margin: 0 auto;
        padding: 0 25px;
        width: 100%;
    }

    .home-landing .products-slider > h3 {
        background-color: transparent;
        float: none;
        margin: 0 auto;
        min-height: 40px;
        width: 100%;
    }

    .home-landing .products-slider {
        border-radius: 0px;
        padding: 0 25px 10px;
    }

    .home-landing .products-slider .aec-cat-link {
        bottom: 10px;
        float: right;
        height: 28px;
        position: relative;
        width: auto;
        z-index: 1;
    }

    .home-landing .products-slider .aec-cat-link > a {
        color: var(--secondary-color);
        font-size: 20px;
        line-height: normal;
        padding-top: 10px;
        font-weight: 500;
    }

    .view-all-arrow {
        top: 0;
    }

    .responsive-products .slick-slide {
        padding-bottom: 15px;
        padding-top: 10px;
    }

    .home-landing .aec-promotemplate5 p.aec-cover {
        margin: 0;
        min-height: 200px;
        padding: 10px;
    }

    .home-landing .aec-promotemplate5 div.aec-buybutton {
        width: 100%;
    }

    .home-landing .products-slider h3 .aec-fill-img {
        display: none;
    }

    .aec-main-promo {
        background-color: transparent;
        bottom: auto;
        color: #ef5549;
        line-height: normal;
        padding: 0;
        position: relative;
    }

    .slick-play-btn {
        display: none;
    }
}

span.aec-price-label {
    display: none !important;
}


.home-landing .aec-promotemplate5 p.aec-cover:hover {
    background-color: transparent;
}

.home-landing .aec-promotemplate5 p.aec-cover:hover img {
    opacity: 0.3;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.home-landing .aec-promotemplate5 p.aec-cover:hover .aec-quickviewhover {
    opacity: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.bt-content {
    margin-right: 75px !important;
    margin-left: 75px !important;
}

.mobile-menu-toggle {
    display: none;
}

.hero-scroller-holder {
    display: none;
}

.hero-scroller-holder-bg {
    display: block;
}

@media (min-width: 768px) {
    .hero-scroller-holder {
        display: block;
    }

    .hero-scroller-holder-bg {
        display: none;
    }
}


#promo-slider .slick-prev {
    left: 0;
}

#promo-slider .slick-next {
    right: 0;
}

.aec-buybutton .aec-grid-unavailable {
    min-height: 42px;
    height: 40px;
}

.aec-grid-divspan .aec-sectioncontent {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex: 1;
    margin-left: 10px;
}

.aec-gridview .aec-grid-divspan .aec-sectioncontent {
    width: 100%;
    margin-left: 0;
}
