/*
Theme Name: Mobex Child
Theme URI: http://www.enovathemes.com/mobex
Template: mobex
Author: Enovathemes
Author URI: http://www.enovathemes.com
Description: Mobex - Auto Parts Woocommerce WordPress Theme
Tags: one-column,two-columns,right-sidebar,editor-style,featured-images,post-formats,translation-ready
Version: 2.9.1.1745519409
Updated: 2025-04-24 18:30:09

*/

/* Base Reset & Typography */
/* Target the main container holding the add to cart elements */
/* Target the main container holding the add to cart elements */

/* Global style for title-section (breadcrumb + title area) */
.title-section {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
}

.title-section .container {
    max-width: 1144px;
    width: 1144px;

}


/* Globally limit and center WooCommerce notices */
.woocommerce-notices-wrapper,
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
}

