/**
 * Theme Name:     Woodmart Child
 * Author:         XTemos
 * Template:       woodmart
 * Text Domain:	   woodmart-child
 * Description:    ThemeForest Premium Theme
 */


/* Product Meta Container */
.product_meta {
    display: flex;
    align-items: center;
    
}

.product_meta > span {
    display: block;
    border-left: solid 1px #ddd !important;
    padding-left: 20px;
}
.wd-single-meta .product_meta.wd-layout-inline{
    margin: 0 -10px -5px 10px !important;
}
/* Brand Styling */
.product_meta .brand {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

/* SKU Styling */
.product_meta .sku {
    font-size: 14px;
    color: #666;
}

/* Rating Section */
.product_meta .star-rating {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #f6a623;
    font-size: 14px;
    font-weight: bold;
}
.product-brand,
.product-sku {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.product-brand {
    color: #0073e6; /* Optional color for brand */
}

.product-sku {
    color: #888; /* Optional color for SKU */
}


.product-brand,
.product-sku {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.product-brand {
    color: #0073e6; /* Optional color for brand */
}

.product-sku {
    color: #888; /* Optional color for SKU */
}

.wd-tools-element:is(.wd-design-2,.wd-design-5) .wd-tools-count{
	background-color: #00AACE  !important
}

.searchform input[type="text"]{
	color: #155968 !important
}



