.product-content-overlay {

}

.product-list-view .product-list-img {

    width: 180px;
}

.product-list-view .product-list-content {
    width: calc(100% - 280px);
    padding: 0 20px;
}

.product-add-action ul li {
    min-width: 120px;
}

.products-info-sale {
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
}

.product-sale {
    z-index: 2;
    background-image: url("../../images/sale.png");
    background-repeat: no-repeat;
    background-color: transparent;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    background-size: cover;
}

.product-new {
    z-index: 2;
    background-image: url("../../images/new.png");
    background-repeat: no-repeat;
    background-color: transparent;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    width: 100px;

    background-size: contain;
}

.table-content table td.product-thumbnail img {
    width: 100px;
}


@media (max-width: 991.98px) {
    .product-list-view .product-list-content {
        width: 100%;
        padding: 0;
    }

    .product-add-action ul {
        display: flex;
        flex-direction: column;
        flex: 1;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .product-add-action ul li {
        margin-bottom: 10px;
    }
}

.btn-custom-size.lg-max-size {
    width: 280px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

.swiperVertical {
    width: 80%;
    height: 1000px;
    overflow: hidden;
}

.swiperVertical .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
}

.swiperVertical .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swiperVertical .swiper-slide .product-content {
    display: block;
    position: relative;
    bottom: 0;
    left: 0;

}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-top, .offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-top, .offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-top {
    padding: 0 25px 0 0;
}

.page-content ul {
    list-style: disc;
    margin-left: 2.5rem;
}


.shipping-area .section-title {
    max-width: 600px;
    margin: 0 auto;
}

.nav-tabs .nav-link {
    font-weight: 500;
    background-color: #f4f4f4;
    color: #6c788c;
    border-top-left-radius: 1rem;
    margin-right: 0.3rem;
    margin-bottom: 2px;
    transition: all 0.3s ease 0s;
}

.nav-tabs .nav-link.active {
    background-color: #FF8C00; /*#ee3231;*/
    color: #fff;
}

.swiperVertical .product-add-action {
    justify-content: center;
}


.product-grid-view .product-content {
    position: relative;

}

.product-grid-view .product-add-action {
    justify-content: center;
}

.special-deals-item .product-name {
    font-size: 1rem;
}

.slide-content h3 {
    font-weight: 400;
    font-size: 36px;
    line-height: 30px;
    display: block;
    text-transform: uppercase;
}

.slide-content h2 {
    font-size: 78px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}

.single-product-slider {
    margin: 0 10%;
}

.single-product-slider .swiper-slide {
    max-height: 500px;
}

.single-product-slider .swiper-slide .img-full {
    max-height: 500px;
    object-fit: contain;
}

img.mfp-img {
    background-color: #fff;
}

.category-product-slider .swiper-wrapper .swiper-slide .product-img img {
    max-height: 150px;
}

.related-products-container {
    padding: 20px;
}


.related-products-container .card {
    width: 12rem;
    margin: 1rem;
}

.related-products-container .card-title {
    font-size: 20px;
    color: #6c788c;
    transition: all 0.3s ease 0s;
}

.related-products-container .card:hover .card-title {
    color: #FF8C00; /*#ee3231;*/
}


@media screen and (max-width: 2200px) {
    .background-img .inner-bg {
        left: -150px;
    }

    .brand-area-2 {
        background-position: center bottom !important;
    }


}

.header-top.border-bottom {
    background-color: #1f283d;
    border-bottom: 1px solid #1f283d !important;

}

.header-top .text-matterhorn * {
    color: #fff !important;
}

.swiper-slide .slide-inner .slide-content {
    filter: drop-shadow(10px 10px 10px black);
    text-shadow: 1px 1px 2px black;
}

.section-space-top-40 {
    padding-top: 40px;
}

.section-space-y-axis-40 {
     padding-top: 40px;
     padding-bottom: 40px;
}

.widgets-searchbox .input-field {
    background-color: #e3e3e3 !important;
}