/*======================================
Theme Name: outdooremporium
Theme URI: https://divicake.com/
Description: Outdooremporium
Version: 1.0
Author: Divi Cake
Author URI: https://divicake.com/
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

.shop-sidebar {
    width: 25%;
    float: left;
}

.woocommerce #primary {
    width: 75%;
    float: right;
}

.product-categories {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-categories .parent-category {
    font-weight: bold;
	margin-top:20px !important;
}

.product-categories .sub-categories {
    margin-left: 15px;
    list-style-type: circle;
}

/* Custom WooCommerce Layout */
.woocommerce-page #primary {
    float: right; /* Make the main content float to the right */
    width: 75%; /* Adjust the width of the main content */
}

.woocommerce-page .woocommerce-sidebar {
    float: left; /* Make the sidebar float to the left */
    width: 25%; /* Adjust the width of the sidebar */
}

/* Clear floats for the layout */
.woocommerce-page::after {
    content: "";
    display: table;
    clear: both;
}

.shop-page-container {
    display: flex;
}

.shop-sidebar {
    width: 25%;
    padding-right: 20px;
}

.shop-content {
    width: 75%;
}

.single-product #sidebar,
.single-product .shop-sidebar {
    display: none;
}

.single-product #content-area {
    width: 100%;
}
.container {
    width: 95%;
}

















