/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.wd-nav[class*="wd-style-underline"] .nav-link-text:after{background-color: rgb(255 255 255)}
.wd-dropdown-menu.wd-design-full-width:not(.wd-scroll), .wd-dropdown-menu.wd-design-full-width.wd-scroll .wd-dropdown-inner {
    padding: 0px ! Important;
    border-top: 1px solid white;
}.ae-catpanel__shade {
    background: none ! Important;
}
.product.type-product.fibofilters-product-placeholder {
    display: none;
}

/* Keep image boxes stable */
img[width][height] { height: auto; }
.elementor img { max-width: 100%; height: auto; }

/* Shop grid: always show add-to-cart/read-more without hover and keep full product image visible */
.wd-product.wd-hover-buttons-on-hover {
    --wd-trans-h: 0 !important;
}

.wd-product.wd-hover-buttons-on-hover .product-wrapper,
.wd-product.wd-hover-buttons-on-hover .product-wrapper:hover {
    transform: none !important;
}

.wd-product.wd-hover-buttons-on-hover .product-element-top {
    clip-path: inset(0 0 0 0 round var(--wd-thumb-brd-radius)) !important;
}
.wd-product.wd-hover-buttons-on-hover .wd-product-footer,
.wd-product.wd-hover-buttons-on-hover:hover .wd-product-footer,
.wd-product.wd-hover-buttons-on-hover.wd-variation-active .wd-product-footer {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Keep product cards aligned in grid and pin CTA row to card bottom */
.wd-product.wd-hover-buttons-on-hover .product-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.wd-product.wd-hover-buttons-on-hover .product-element-bottom {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.wd-product.wd-hover-buttons-on-hover .wd-product-footer {
    order: 99;
    margin-top: auto;
    padding-top: 10px;
}

/* Single product gallery: keep side thumbnails square (1:1) */
.single-product .woocommerce-product-gallery .wd-gallery-thumb .wd-carousel-item {
    aspect-ratio: 1 / 1;
    height: auto !important;
    overflow: hidden;
}

.single-product .woocommerce-product-gallery .wd-gallery-thumb .wd-carousel-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center center;
}

/* Cart totals: item counts per parent category */
.wd-cart-category-counts {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wd-cart-category-counts li + li {
    margin-top: 4px;
} 

.wd-product.wd-hover-icons:not(:is(.quick-shop-shown,.product-swatched,[class*="wd-loading"])):hover .wrapp-buttons {
    transform: none !important;
    bottom: 0px !important;
    opacity: 0.6 !important;
}
.wd-add-btn.wd-action-btn.wd-style-icon.wd-add-cart-icon.wd-tooltip-inited, .wd-add-btn.wd-action-btn.wd-style-icon.wd-add-cart-icon {
    display: none !important;
}
.wd-product.wd-hover-icons .wd-buttons {
    background: none;
    box-shadow: none;
}
.quick-view.wd-action-btn.wd-style-icon.wd-quick-view-icon.wd-tooltip-inited, .wd-compare-btn.product-compare-button.wd-action-btn.wd-style-icon.wd-compare-icon.wd-tooltip-inited,
.quick-view.wd-action-btn.wd-style-icon.wd-quick-view-icon, .wd-compare-btn.product-compare-button.wd-action-btn.wd-style-icon.wd-compare-icon{
	visibility:hidden
}.wd-action-btn>a:before{font-size: 16px!important;}

.wd-product.wd-hover-icons:hover .quick-view.wd-action-btn.wd-style-icon.wd-quick-view-icon.wd-tooltip-inited, .wd-product.wd-hover-icons:hover .wd-compare-btn.product-compare-button.wd-action-btn.wd-style-icon.wd-compare-icon.wd-tooltip-inited,
.wd-product.wd-hover-icons:hover .quick-view.wd-action-btn.wd-style-icon.wd-quick-view-icon, .wd-product.wd-hover-icons:hover .wd-compare-btn.product-compare-button.wd-action-btn.wd-style-icon.wd-compare-icon{
	 background: black;
	 visibility:visible
}
.wd-wishlist-btn.wd-action-btn.wd-style-icon.wd-wishlist-icon.wd-tooltip-inited, .wd-wishlist-btn.wd-action-btn.wd-style-icon.wd-wishlist-icon {
    position: absolute;
    margin-top: -225px;
    right: 0px;
}
.wd-added-icon{background:black}
.wd-product.wd-hover-icons .wrapp-buttons {
    transition: auto !important;
    opacity: 1 !important;
    backface-visibility: visible !important;
    visibility: visible !important;
    transform: none !important;
    bottom: 0px!important;
}.wd-product :is(.wd-product-cats,.wd-product-brands-links){font-size: 80%!important;}
.product-element-bottom {
    text-align: left!important;
}nav[class*="-pagination"] li .current {
    color: #000000;
}
.single_add_to_cart_button:hover{color:gray}
.single-product .woocommerce-product-gallery {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
ul.woocommerce-error, .woocommerce-info {
    color: #787878 ! Important;
}