/*
Theme Name: Foodking Child
Author: Modina Theme
Author URI: https://themeforest.net/user/modinatheme/
Description: Foodking Child Theme
Version: 1.0
Template: foodking
Text Domain: foodking-child
*/


/* Fix sidebar layout on single product page */
body.single-product .products_details .row {
    display: flex !important;
    flex-wrap: wrap !important;
}

body.single-product .shop-sidebar.main-sidebar {
    width: 25% !important;
    float: left !important;
    order: 1 !important;
    padding-right: 30px !important;
}

body.single-product .products_details .col-lg-8 {
    width: 75% !important;
    float: left !important;
    order: 2 !important;
}

/* Clear floats */
body.single-product .products_details .row:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
}

/* Mobile responsive - sidebar neeche aayega */
@media (max-width: 992px) {
    body.single-product .shop-sidebar.main-sidebar {
        width: 100% !important;
        margin-bottom: 30px !important;
        padding-right: 0 !important;
    }
    
    body.single-product .products_details .col-lg-8 {
        width: 100% !important;
    }
}