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

a {
	color: #767676;
}
a:hover {
	color: #555555;
}

.woocommerce-product-attributes-item--attribute_pa_offer {
	display: none!important;
}

.product-features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 20px 0;
}

.feature-card {
    flex: 1 1 calc(25% - 12px); 
    min-width: 140px;
    background: #f8faff;
    border: 1px solid #eef2f7;
    border-radius: 8px;
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: transform 0.2s ease;
}

.feature-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.feature-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
    color: #5d5fef;
}

.feature-icon svg {
    width: 100%;
    height: 100%;
}

.feature-label {
    font-size: 13px;
    color: #7a7a7a;
    margin-bottom: 4px;
    line-height: 1.2;
}

.feature-value {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

@media (max-width: 768px) {
    .feature-card {
        flex: 1 1 calc(50% - 12px); 
    }
}

.product-labels {
	max-width: 100%!important;
	max-height: 100%;
    overflow: hidden;
}
.product-label {
	word-break: keep-all!important;
	color: #ffffff!important;
}
.label-term-new {
	background: #438E99!important;
}
.label-term-sale {
	background: #e21931!important;
}
.label-term-top {
	background: #ff9f11!important;
}
.label-term-freedelivery {
	background: #22a6b3!important;
}
.label-term-shippingtoday {
	background: #238169!important;
}
.label-term-deliverytoday {
	background: #238169!important;
}
.label-term-ending {
	background: #e21931!important;
}
.label-term-like {
	background: #ffffff!important;
    font-size: 0!important;
}
.label-term-like::before {
    content: '👍';
    font-size: 18px;
}
.label-term-toporder {
	background: #ff9f11!important;
}
.label-term-topsell {
	background: #ff9f11!important;
}
.label-term-today {
	background: #238169!important;
}
.label-term-sell {
	background: #e21931!important;
}
.label-term-topseason {
	background: #ff9f11!important;
}

#billing_country_field {
	display: none!important;
}
.woocommerce-shipping-destination {
	display: none!important;
}
legend, h1, h2, h3, h4, h5, h6, .title, .btn, .button, button, p, span, a, div {
	text-transform: none!important;
}
.whb-main-header .wd-dropdown {
    background: #0d0625;
    border-radius: 0px 0px 10px 10px;
}
.whb-main-header .wd-sub-menu li:not(:last-child) {
    border-bottom: 1px solid #a0a0a0;
}
.whb-main-header .wd-sub-menu li>a {
    color: #ffffff;
    padding: 10px;
}
