.pro-card-products-wrapper .pro-card-products-box {
    width: 100% !important;
}
.related-products-section {
    margin: 0 0 20px 0px !important;
    box-shadow: 0 12px 40px 0 rgba(61, 66, 69, 0.12);
    border-radius: 24px;
    top: 110px;
    z-index: 8;
    background-color: #fff;

}
.filter-block {
    border-top: none !important;
}
.related-products-section .container{
    max-width: 1570px;
    margin-inline: initial;
    padding-bottom: 25px;
}
.row.pro-card-products-wrapper{
    display: block;
    position: initial;
}
.pro-card-products-wrapper.row{
    gap: revert !important;
    display: block !important;
    flex-wrap: revert !important;

}
.pro-card-products-box{
    padding: 8px !important;
    position: relative !important;
    border-radius: none !important;
    background-color: #fff !important;
    transition: 0.3s all !important;
    border: none !important;
    overflow: hidden !important;
}
.pro-card-products-box .media .img img{
    width: 100%;
    height: 100%;
    position: absolute;
    margin-inline: auto;
    left: 0;
    right: 0;
    top: 0;
    object-fit: cover;
    border-radius: 12px;
    vertical-align: bottom;
}
.related-products-section .slick-arrow{
    margin-top: 15px;
}
.product-heading {
    margin-bottom: unset !important;
    margin-top: 20px;
}
.main-banner-img{
    width: 100%;
    border-radius: 16px;
}
.show-all{
    justify-content: end;
    margin-top: -50px;
    cursor: pointer;
    transition: 0.3s all;
	padding: 1px 15px;
	display: flex;
}

.show-all a {
    color:#2AA466 !important;
    font-size: 17px !important;
}

@media only screen and (max-width: 1023px) {
    
    .shop-page .image-banner-wrapper {
        margin-bottom: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .category-tab-wrapper {
         margin-right: 0px !important;
    }
    .related .product-heading {
        font-size: 16px !important;
    }
}
.products-wrapper.collaps .container.related {
  max-width: 1720px !important;
}

@media only screen and (max-width: 479px) {
    .related .product-heading {
        font-size: 16px !important;
    }
}