/* begin fix the thumbnail arrows */
#page-product .product-images-module .product-images ul.secondary-images.owl-carousel .owl-next, 
#page-product .product-images-module .product-images ul.secondary-images.owl-carousel .owl-prev {
     height: 60px;
padding: 0;
}
/* end fix the thumbnail arrows */

/* Banner Image Padding */

#hero-wrap {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px!important;  /* old padding 8rem 0 4rem; */
    background-color: black;
}

#quick-links a:first-of-type {
    display: block!important;
}

/* Featured Products */

.featured-products-module .product-wrapper-link {
    height: 100%!important;
}

.featured-products-module .product-wrapper-link:hover .product-details-link {
    height: 30px;
    background: #000000;
    color: #fff;
}

.store-closed-banner-wrap .banner-info .store-closed-banner-text {
    background-color: #ec0404;
    color: #fff !important;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding-right: 15px;
    text-align: center;
    text-transform: uppercase;
}