﻿
.product_thumb .shop_photo {
    height: 450px;
    width: 100%;
    border-radius: 8px;
    margin-top: 0px;
    object-fit: cover;
}
.secondary_img img {
    height: 450px;
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.grid_list .product_thumb {
    margin-right: 0px !important;
}

.grid_list .single_product {
    padding-bottom: 0px !important;
}

.product_content {
    background-color: #fbfbfb;
}

.gallary_Product {
    height: 101px;
    width: 101px;
}

.add_to_cart {
    left: 0 !important;
    right: 0 !important;
}





.shop_toolbar {
    padding: 0px !important;
}


.shop_toolbar_btn, .page_amount {
    margin-top: 10px !important;
}

.nice-select .option {
    padding: 0 !important;
}

.shop_toolbar_wrapper {
    display: flex;
    justify-content: space-between;
}

.price_box span.current_price {
    margin: 0 !important;
}

@media only screen and (max-width: 768px) {
    .product_thumb .shop_photo {
        width: 100% !important;
        height: 230px;
    }

    .price_box span.current_price {
        font-size: 14px !important;
    }

    .shop_area {
        margin-top: 0px !important;
    }

    .shop_toolbar_btn {
        display: none !important;
    }

    .page_amount {
        display: none !important;
    }

    .shop_toolbar_wrapper {
        padding: 8px 10px 8px !important;
        justify-content: space-around;
    }
}
