.aec-artist-tab {
    display: none !important;
}

.slide-show {
    display: block;
    float: left;
}

.ads-row-top {
    margin-bottom: 30px;
}

.row.aec-buttons {
    margin-bottom: 0;
}

.storetype-landing .aec-adzone-container {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left
}

.aec-adzone-container .aec-adzone {
    background-color: #dddddd;
}

.aec-adzone-container .adzone-txt-below {
    color: #000;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 18px;
}

.aec-adzone-container .aec-adzone-text {
    display: inline-block;
}

.aec-adzone-container .aec-adzone-link {
    display: inline;
}

.storetype-landing .row.aec-buttons .aec-adzone-container {
    width: 33.333%;
    margin-bottom: 30px;
}

.storetype-landing .aec-middle-row .aec-adzone-container {
    width: 16.6667%;
}

/*==============================================
	ADZONES
==============================================*/

.storetype-landing .aec-adzone-link > a {
    font-size: 14px;
    font-weight: 600;
    transition: color 0.5s ease 0s;
    padding-left: 2px;
    transition: color 0.5s;
    -webkit-transition: color 0.5s;
    color: #6b1519;
}

.storetype-landing .row.aec-buttons .adzone-content {
    padding: 15px 10px;
    height: 88px;
}

.storetype-landing .row.aec-buttons .icon-right-open {
    display: none !important;
}

.storetype-landing .aec-adzone-container a,
.storetype-landing .aec-adzone-container a:hover,
.storetype-landing .aec-adzone-container a:focus {
    text-decoration: none;
    outline: none;
}


/*==============================================
	PRODUCT SCROLLER CONTAINERS
==============================================*/

.scroller-row {
    min-height: 370px;
    margin-bottom: 20px;
    padding-left: 7px;
    padding-right: 7px;
}

.product-scroller-holder {
    background: #fff;
}

.aec-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*-- Product Scroller Containers --*/


/*==============================================
	SLIDERS
==============================================*/

#aec-hero-carousel.row {
    margin-bottom: 30px;
}

.slick-slide img {
    display: block;
    height: auto;
    max-width: 100%;
}

.hero-scroller-holder {
    max-height: 321px;
}

.responsive-single .slick-dots li {
    display: inline-block;
    float: left;
    height: 40px;
    margin: 0;
    width: 40px;
}

.responsive-single.slick-slider {
    margin-bottom: 0;
}

.responsive-single .slick-dots li button {
    background-color: #512e35;
    border: 1px solid #4e4e4e;
    border-radius: 0;
    color: #d1d2d4;
    display: block;
    font-weight: 700;
    font-size: 1.8rem;
    height: 100%;
    opacity: 0.95;
    width: 100%;
}

.responsive-single .slick-dots li.slick-active > button {
    opacity: 1;
    background-color: #57363c;
    color: #000;
    box-shadow: 0 4px 4px #000 inset, 4px 0 4px #000 inset, 0 0 5px 4px #000 inset;
}

.responsive-single .item {
    background-color: transparent;
    color: #fff;
    margin: 0;
    text-align: center;
}

.responsive-single .slick-dots {
    background-color: transparent;
    bottom: 10px;
    height: 40px;
    left: 50%;
    margin: 0;
    transform: translate(-50%);
    width: auto;
}

.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;
}

/*==============================================
	PRODUCT SCROLLER ITEMS
==============================================*/

    .product-scroller-row .aec-slider-tile {
        color: #6b1519;
        display: inline-block;
        width: 100%;
        border-bottom: 3px solid #6b1519;
        padding-top: 25px;
        margin-bottom: 15px;
    }

.storetype-landing .product-scroller-holder {
    padding: 0;
}

.storetype-landing .product-scroller-row .products-slider .aec-slider-tile h3 {
    color: #000;
    display: inline-block;
    float: left;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
}

.storetype-landing .product-scroller-row .products-slider .aec-slider-tile .view-all-arrow:before {
    font-size: 1.5rem;
    position: relative;
    top: 2px;
}

.storetype-landing .product-scroller-row .products-slider .aec-slider-tile a {
    color: #6b1519;
    font-size: 1.5rem;
}

.storetype-landing .product-scroller-row .products-slider {
    border-radius: 0;
    padding: 0;
}

.storetype-landing .product-scroller-row .aec-promotemplate5 {
    border-radius: 0;
    min-height: auto;
    position: relative;
}

.storetype-landing .aec-promotemplate5 li {
    list-style: none;
    text-align: left;
}

    .storetype-landing .aec-promotemplate5 li.aec-starring {
        display: none !important;
    }

.storetype-landing .aec-promotemplate5 p.aec-cover {
    text-align: center;
    margin: 0;
    position: relative;
    min-height: 167px;
    display: inline-block;
}

    .storetype-landing .aec-promotemplate5 p.aec-cover > a {
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
        display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
        height: 160px;
        align-items: center;
        overflow: hidden;
    } 

.storetype-landing .aec-promotemplate5 .aec-quickviewhover {
    padding: 5px 0;
}

.storetype-landing .aec-promotemplate5 .aec-quickviewhover img {
    margin-left: 70px;
    display: none !important;
}

.storetype-landing .aec-promotemplate5 .aec-cover img {
    display: inline-block;
    height: auto;
    object-fit: scale-down;
    float: left;
    width: 100%;
}

.product-scroller-row .slick-initialized .slick-slide {
    min-height: 325px !important;
}

.slick-slide .aec-promotemplate5 ul li.aec-promotemplate-button div.aec-buttonimg button.aec-buybutton-textbtn {
    width: 100%;
}

.storetype-landing .aec-buttonimg {
    position: relative;
}

/*.storetype-landing .aec-promotemplate5 button.aec-buybutton-textbtn {
    padding: 3px 15px;
    padding-top: 8px;
}*/

.storetype-landing .aec-promotemplate5 span.aec-buybutton {
    font-size: 17px;
    font-weight: 700;
    padding: 0;
    position: relative;
}

.storetype-landing .product-scroller-row .aec-seolink * {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.storetype-landing .product-scroller-row .aec-seolink .aec-threedotstext {
    padding: 0;
    width: 100%;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.storetype-landing .product-scroller-row .aec-seolink {
    line-height: 100%;
}

.storetype-landing .product-scroller-row .aec-promotemplate5 a .aec-threedots {
    font-weight: 600;
    line-height: 18px;
    padding: 0;
    width: 100%;
}

.storetype-landing .aec-promotemplate5 a .aec-threedots:hover {
    color: #000;
}

.storetype-landing .aec-promotemplate5 .aec-ellipsis a, .aec-promotemplate5 .aec-ellipsis {
    color: #000 !important;
    font-size: 18px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.storetype-landing .aec-promotemplate5 .aec-ellipsis a:hover {
    color: #000 !important;
}

.storetype-landing .aec-promotemplate5 .aec-salescat {
    color: #757575;
    display: block !important;
    font-size: 16px;
    font-weight: 300;
    margin-top: 0;
    text-transform: uppercase;
}

.product-scroller-row .products-slider .slick-dots li button {
    background-color: #babbbc;
    border-radius: 50%;
    color: #fff;
    height: 15px;
    width: 15px;
}

.product-scroller-row .products-slider .slick-dots li.slick-active > button {
    background-color: #d1d2d4;
}

.product-scroller-row .products-slider .slick-prev,
.product-scroller-row .products-slider .slick-next {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 55px;
    line-height: 10px;
    margin-top: 0;
    outline: medium none;
    padding: 0;
    position: absolute;
    right: 0;
    top: -35px;
    width: 45px;
    z-index: 10;
    border-radius: 0;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

    .product-scroller-row .products-slider .slick-prev:hover,
    .product-scroller-row .products-slider .slick-next:hover,
    .product-scroller-row .products-slider .slick-prev:focus,
    .product-scroller-row .products-slider .slick-next:focus {
        background: transparent none repeat scroll 0 0;
        color: #000 !important;
        transform: scale(1.1);
    }

.product-scroller-row .products-slider .slick-prev {
    left: -30px;
    right: 0;
    top: 25%;
}

.product-scroller-row .products-slider .slick-next {
    right: -30px;
    top: 25%;
}

    .product-scroller-row .products-slider .slick-prev:before,
    .product-scroller-row .products-slider .slick-next:before {
        color: #000;
        font-family: "WebGlyphs" !important;
        font-size: 44px;
        line-height: 1;
        margin-right: 4px;
        opacity: 1;
    }

.slick-prev:before {
    content: "\f824" !important;
}

.slick-next:before {
    content: "\f823" !important;
}

#promo-slider .slick-prev:before,
#promo-slider .slick-next:before {
    font-size: 35px !important;
    color: #CFFF6B;
}

.slick-dots li.slick-active > button:hover {
    background-color: #57363c;
    box-shadow: 0 4px 4px #000 inset, 4px 0 4px #000 inset, 0 0 5px 4px #000 inset;
}

.slick-dots li button:hover {
    background-color: #57363c;
    color: #000;
    box-shadow: 0 4px 4px #000 inset, 4px 0 4px #000 inset, 0 0 5px 4px #000 inset;
}

.inner-cirle {
    background-color: #4e4e4e;
    border: 1px solid #4e4e4e;
    border-radius: 50px;
    display: block;
    height: 20px;
    margin: 0 auto;
    position: relative;
    top: 2px;
    width: 20px;
}



/*=================================
	HERO NEXT/PREV BUTTONS END
==================================*/


/*=======================================
	PRICE FORMAT
=======================================*/

.aec-promotemplate5 .aec-listprice {
    color: transparent;
    display: inline-block !important;
    font-size: 0px;
    text-align: left !important;
}

    .aec-promotemplate5 .aec-listprice:before {
        color: #000;
        display: inline;
        content: "Was ";
        font-weight: 300;
        font-size: 1.8rem;
    }

    .aec-promotemplate5 .aec-listprice span {
        color: #000;
        display: inline;
        font-weight: 600;
        font-size: 1.8rem;
        text-decoration: line-through;
    }

.aec-buybutton div {
    text-align: left;
}

.storetype-landing .aec-promotemplate5 .aec-cover a img {
    max-height: 160px;
    object-fit: scale-down;
    float: left;
}

.aec-promotemplate5 .aec-custprice {
    color: transparent;
    display: inline-block;
    font-size: 0px;
    padding-bottom: 0;
}

.aec-promotemplate5 .aec-listprice + .aec-custprice > span {
    padding-left: 5px;
}

.aec-promotemplate5 .aec-custprice span {
    color: #be0009;
    font-weight: 600;
    font-size: 1.8rem;
}

    .aec-promotemplate5 .aec-custprice span:before {
        color: #be0009;
        content: "Now";
        font-weight: 600;
        margin-left: 4px;
        margin-right: 4px;
    }

.aec-promotemplate5 .aec-yousave {
    display: none !important;
}

.item .aec-promotemplate5 li.aec-salescat {
    line-height: 100%;
}

.product-scroller-row.ccm-top-row.slider-ready {
    margin-top: 0;
}


#aec-body > .container {
    background-color: #fff;
    padding: 10px 20px !important;
}

@media (min-width: 0px) and (max-width: 767px) {
    .product-scroller-row .slick-initialized .slick-slide {
        min-height: 300px !important;
    }

    .storetype-landing .row.aec-buttons .aec-adzone-container {
        width: 50%;
        margin-bottom: 30px;
        padding-left: 5px;
        padding-right: 5px;
    }
}