.shop_details_slider_block{
    background-image: linear-gradient(rgba(20, 19, 19, 0.718), rgba(20, 19, 19, 0.718)), url(../img/shop/bg-shop.png);
    background-color: #3B3B3B;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.about-description {
    line-height: 1.7;
    color: #414142;
}


.product-detailSS-bottom-title {
    box-shadow: 0 4px 8px 0 #8e8e90, 0 6px 20px 0 #d0d0d4;
    background-color: #E9E9E9;
    color: #414142;
    padding: 1rem 0.5rem;
    font-size: 1.2rem;
    font-weight: 800;
    text-align: center;
    overflow: hidden;
    /* max-height: 64px; */
    position: absolute;
    z-index: 1;
    width: 90%;
    /* min-height: 64px; */
    bottom: -80px;
    left: 5%;
}
.largeprint_details_slider_block {
    background-image: linear-gradient(rgba(20, 19, 19, 0.718), rgba(20, 19, 19, 0.718)), url(../img/prints/prints.png);
    background-color: #3B3B3B;
    background-size: cover;
    height: 100%;
    padding-bottom: 8rem;
    color:white;
    text-align: center;
}
.gallery_details_slider_block {
    background-image: linear-gradient(rgba(20, 19, 19, 0.718), rgba(20, 19, 19, 0.718)), url(../img/online-products/online-bg.png);
    background-color: #3B3B3B;
    background-size: cover;
    height: 100%;
    padding-bottom: 8rem;
    color:white;
    text-align: center;
}
@media (min-width: 769px) and (max-width: 1145px) {
    .product-detailSS-bottom-title,.product-detailSS-card-btn { 
        font-size: 0.6rem;
    }
}