﻿
.product_thumb .shop_photo {
    height: 450px;
    width: 372px;
    margin-top: 0px;
    border: 1px solid #ededed;
}
.secondary_img img {
    height: 450px;
    width: 100%;
}

.grid_list .product_thumb {
    margin-right: 0px !important;
}

.grid_list .single_product {
    padding-bottom: 0px !important;
}

.product_content {
    padding: 15px 20px !important;
    background-color: #fbfbfb;
}

.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) {


    .product_thumb .shop_photo {
        width: 100% !important;
        height:230px;
    }
    .breadcrumb_content {
        padding: 40px 0px 0px 1px;
    }
    .product_content {
        padding: 14px 8px !important;
    }

    .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;
    }
    .shop_title h1 {
        font-size: 21px !important;
        margin-top: 15px;
    }
}
