﻿
.product_thumb .shop_photo {
    height: 260px;
    width: 372px;
    object-fit: cover;
    margin-top: 0px;
    border: 1px solid #ededed;
}

.grid_list .product_thumb {
    margin-right: 0px !important;
}

.grid_list .single_product {
    padding-bottom: 0px !important;
}

.product_content {
    padding: 10px 10px !important;
    background-color: #e6e6e6;
}

.gallary_Product {
    height: 101px;
    width: 101px;
}

.add_to_cart {
    left: 0 !important;
    right: 0 !important;
}



.shop_toolbar {
    padding: 0px !important;
}






@media only screen and (max-width: 768px) {

    .shop_wrapper .container_product {
        padding: 0 4px !important;
    }

    .product_thumb .shop_photo {
        width: 100% !important;
        height: 180px;
    }


    .shop_area {
        margin-top: 0px !important;
    }

    .shop_toolbar_btn {
        display: none !important;
    }

    .page_amount {
        display: none !important;
    }

    .shop_toolbar_wrapper {
        padding: 5px 10px 5px !important;
    }
    .price_box span.current_price {
        font-size: 13px;
    }
    .shop_title h1 {
        font-size: 27px;
    }



}
