.shipp_descr {
    display: block;
    float: left;
    font-size: small;
    padding-left: 22px;
    width: 100%;
    margin: 2px;
}

.ckecked_img {
    border: solid 1px #ff0000 !important;
}


.view_percentage {
    color: #E02900;
    font-size: 14px;
}

.woocommerce.shop-view-list .mf-shop-content ul.products li.product .mf-product-details .mf-product-price-box .button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 0 !important;
}

.mf-product-detail {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    width: 60%;
    justify-content: flex-end;
}


@media screen and (max-width: 991px) {
    .shop-toolbar {
        flex-wrap: wrap;
    }

    .mf-product-detail {
        display: block;
    }

    .woocommerce div.product div.images.woocommerce-product-gallery {
        width: 100%;
    }
}