/* Shipping Banner section */

.shipping-banner-wrapper {
    margin-top: 30px;
    margin-bottom: 60px;
    text-align: center;
}

.shipping-banner-wrapper a {
    display: inline-block;
}

/* Maintain Your Ride section */

#shop-now-anchor {
    padding-top: 70px;
    margin-top: -70px;
}

.maintain-your-ride {
    margin-bottom: 130px;
}

.maintain-your-ride .col-md-6 {
    position: relative;
    margin-bottom: 20px;
}

.maintain-your-ride h1 {
    text-align: center;
    font-family: 'Timmana';
    text-transform: uppercase;
    color: #000;
    font-size: 114px;
    font-weight: normal;
    margin-bottom: -2rem;
}

.maintain-your-ride h1 .letter-fix {
    margin-left: -1%;
}

.maintain-your-ride .big-red-separator {
    width: 150px;
    height: 5px;
    background-color: #ed1c24;
    margin: 0 auto;
    margin-bottom: 30px;
}

.maintain-your-ride .sub-text {
    font-family: 'Roboto Condensed';
    font-weight: bold;
    color: #000;
    font-size: 15px;
    text-align: center;
    margin-bottom: 30px;
}

.card-bottom {
    position: absolute;
    bottom: 0;
    left: 25px;
}

.card-bottom span {
    font-family: 'Roboto Condensed';
    color: #000;
    font-weight: bold;
    font-size: 16px;
}

.card-bottom p,
.card-bottom p a {
    color: #e8242d;
    font-size: 37px;
    font-family: 'Timmana';
    font-weight: bold;
    margin-bottom: -10px;
}

/* Best Seller section */

.best-seller-wrapper .widget-title.em-widget-title h3,
.new-arrival-wrapper .widget-title.em-widget-title h3,
.brands-slider-wrapper .widget-title.em-widget-title h3 {
    border: none !important;
}

.best-seller-wrapper .widget-title.em-widget-title h3:after,
.new-arrival-wrapper .widget-title.em-widget-title h3:after, 
.brands-slider-wrapper .widget-title.em-widget-title h3:after {
    content: '';
    display: block;
    width: 140px;
    height: 3px;
    background-color: #ed1c24;
    margin: 0 auto;
    /*margin-top: 10px;*/
}

.best-seller-wrapper .widget-title.em-widget-title h3 span,
.new-arrival-wrapper .widget-title.em-widget-title h3 span,
.brands-slider-wrapper .widget-title.em-widget-title h3 span {
    font-family: 'Timmana';
    font-size: 25px;
    font-weight: bold;
    color: #000;
}

.best-seller-wrapper .products-grid .item .product-item,
.best-seller-wrapper .em-filterproducts-custom .item .product-item,
.new-arrival-wrapper .products-grid .item .product-item,
.new-arrival-wrapper .em-filterproducts-custom .item .product-item {
    border: none;
}

.best-seller-wrapper .product-name a,
.new-arrival-wrapper .product-name a {
    color: #000;
}

.best-seller-wrapper .price-box .price,
.new-arrival-wrapper .price-box .price {
    color: #ed1c24;
    font-weight: bold;
}

/* Browse By Category Section */

.browse-by-category-wrapper {
    min-height: 672px;
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 20px;
}

.browse-by-category-content h2 {
    font-family: 'Timmana';
    font-size: 45px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: -2rem;
}

.browse-by-category-content .separator {
    width: 150px;
    height: 5px;
    background-color: #ed1c24;
    /*margin: 0 auto;*/
    margin-top: 20px;
    margin-bottom: 30px;
}

.category-section h6 a {
    color: #e8242d;
    font-family: 'Roboto Condensed';
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
}

.category-section ul li {
    margin-bottom: 5px;
}

.category-section ul li a {
    font-family: 'Roboto Condensed';
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

.category-section ul li .subcategory-count {
    color: #7d7d7d;
}

/* New Arrivals Section */

/* Discover More Section */

.discover-deals-wrapper {
    height: 682px;
    margin-bottom: 80px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10%;
}

.discover-deals-wrapper h2 {
    color: #e8242d;
    font-family: 'Timmana';
    font-size: 71px;
    text-align: center;
    margin-bottom: -2rem;
}

.discover-deals-wrapper p {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-family: 'Roboto Condensed';
}

.discover-social {
    text-align: center;
    margin-top: 150px;
}

.discover-social a {
    margin-left: 30px;
}

/* Brands slider Section */

.brands-slider-wrapper .widget-title.em-widget-title {
    text-align: center;
}

.brands-slider-wrapper .widget-title.em-widget-title h3 {
    display: inline-block;
    margin: 0 auto;
}

.brands-slider {
    margin-top: 10px;
    margin-bottom: 40px;
}

.brands-slider .slick-slide {
    margin-left: 30px;
    margin-right: 30px;
}

.slick-initialized .slick-slide {
    height: 100px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.brands-slider .slick-slide img {
    width: 100%;
    max-height: 60px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.brands-slider .slick-center.slick-slide img {
    -moz-transform: scale(1.7);
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
}

.brands-slider .slick-next:before, 
.brands-slider .slick-prev:before {
    color: #ccc;
}

.brands-slider [class*=col] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    min-height: 200px;
}

/* Free shipping & online support section */

.online-support-wrapper .em-wrapper-ads-13 .em-banner-right h5 a {
    font-family: 'Timmana';
    font-size: 25px;
    color: #000;
    margin-bottom: 0;
}

.online-support-wrapper .em-wrapper-ads-13 .em-banner-right h5 {
    margin-bottom: -1rem;
}

/* Hide Quickshop */
.category-products .item .bottom .quickshop-link-container, 
.products-grid .item .bottom .quickshop-link-container, 
.em-filterproducts-custom .item .bottom .quickshop-link-container, 
.button-show01 .products-grid .item .bottom .quickshop-link-container, 
.button-show01 .em-filterproducts-custom .item .bottom .quickshop-link-container {
    display: none;
}

/* Responsiveness fixes */

@media(max-width: 991px) {
    .maintain-your-ride h1 {
        font-size: 78px;
    }

    .em-header-style35 .em_nav .hnav .menu-item-depth-0 > a span, 
    .em-header-style35 .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a span {
        padding: 5px 4px;
    }

    .em-catalog-navigation.horizontal > li:hover > ul {
        top: 28px;
    }

    .em-slideshow .em-owlcarousel-des {
        left: 8% !important;
        top: 39% !important;
    }

    .em-slideshow h1,
    .em-slideshow h1 strong {
        font-size: 60px !important;
    }

    .em-slideshow .button-link {
        display: inline-block !important;
    }

    .browse-by-category-wrapper {
        min-height: 672px;
        background-color: #ebebeb;
        background-image: none !important;
    }

    .new-arrival-wrapper {
        padding-top: 50px;
    }

    .category-section:nth-child(3n+5) {
        clear: both;
    }
}

@media(max-width: 767px) {
    .em-slideshow h1, 
    .em-slideshow h1 strong {
        font-size: 46px !important;
    }

    .em-slideshow a.button-link {
        display: inline-block !important;
    }

    .finder-header {
        font-size: 46px;
    }

    .finder-type-selector a {
        margin-left: 15px;
        margin-right: 15px;
    }

    .form-group {
        margin-bottom: 10px;
    }

    .amfinder-buttons button {
        margin-top: 10px;
    }

    .maintain-your-ride h1 {
        font-size: 56px;
    }

    .browse-by-category-wrapper {
        min-height: 672px;
        background-color: #ebebeb;
        background-image: none !important;
    }

    .category-section {
        min-height: 280px;
    }

    .new-arrival-wrapper {
        padding-top: 50px;
    }

    .discover-deals-wrapper {
        padding-top: 20%;
    }

    .discover-deals-wrapper h2 {
        font-size: 58px;
    }

    .brands-slider .slick-slide img {
        width: auto;
    }
}

@media(max-width: 360px) {

    .em-slideshow h1 {
        margin-bottom: -10px !important;
    }

    .em-slideshow h1, 
    .em-slideshow h1 strong {
        font-size: 24px !important;
    }

    .em-slideshow a.button-link span {
        font-size: 20px !important;
    }

    .em-slideshow a.button-link {
        padding: 6px 5px;
    }

    .finder-header {
        font-size: 24px;
    }

    .finder-type-selector a {
        margin-left: 0;
        margin-right: 0;
    }

    .maintain-your-ride h1 {
        font-size: 38px;
        margin-bottom: 0;
    }

    .card-bottom {
        left: 17px;
    }

    .card-bottom span {
        font-size: 12px;
    }

    .card-bottom p, .card-bottom p a {
        font-size: 24px;
    }

    .category-section h6 a {
        white-space: pre-wrap;
    }

    .category-section:nth-child(3n+5) {
        clear: both;
    }

    .discover-deals-wrapper {
        padding-top: 40%;
    }

    .discover-social {
        margin-top: 70px;
    }

    .discover-social a {
        margin-left: 5px;
    }
}
