/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/



.tabs-layout-tabs .shop_attributes {
	max-width: 100%!important;
}


@media (min-width: 1024px) {
    .wpcag_groups {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important; /* Adjust space between items */
    }

    .wpcag_group {
        flex: 0 1 calc(50% - 10px) !important; /* Two columns with some space */
        margin: 5px !important; /* Adjust margin for spacing between columns */
    }
}

/* Optional: Reset styles for smaller screens if needed */
@media (max-width: 1023px) {
    .wpcag_groups {
        display: block!important;; /* Default for smaller screens */
    }

    .wpcag_group {
        flex: none!important; /* Reset flex properties on smaller screens */
        margin: 0; /* Adjust spacing as needed */
    }
}

.wpcag_group_info {
	margin:20px 0;
}


.wpcag_group_attributes {
    margin-top: 10px!important; /* Space between the heading and the table */
}

table.shop_attributes {
    width: 100%!important;
}

.product-tabs-wrapper .container {
	max-width: 100%;
}
.shop_attributes th, 
.shop_attributes td {
    padding: 0px 8px!important;
}

.wpcag_group_heading {
	border-left: 0px!important;
	border-right: 4px solid #222222!important;
}

.sidebar-container {
    padding-top: 30px!important;
}


.container {
	max-width: 100%!important;
	width: 100%!important;
}

.orderby option[value="price"],
.orderby option[value="price-desc"]
{
   display: none;
}




