/*
 Theme Name:   Vouge Child
 Theme URI:    https://vouge.wpengine.com/
 Description:  Vouge Child Theme
 Author:       the WeDesignTech team
 Author URI:   https://wedesignthemes.com/
 Template:     vouge
 Version:      1.0.0
 Text Domain:  vouge-child
*/





/* Shop page content ko full width */
.woocommerce-page #content,
.woocommerce-page .site-main {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
}

/* Footer ko theme container se bahar full width karo */
.site-footer {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
}



.site-footer .container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}












.wdt-popup-box-window,
.mfp-wrap,
.mfp-bg,
.mfp-container {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

html, body {
    overflow: auto !important;
}















