/*
Theme Name: Woodmart Child
Theme URI: https://woodmart.xtemos.com/
Template: woodmart
Text Domain: woodmart-child
Author: XTemos
Author URI: http://themeforest.net/user/xtemos
Description: ThemeForest Premium Theme
Tags: one-column,two-columns,right-sidebar,custom-header,custom-menu,editor-style,featured-images,microformats,post-formats,sticky-post,translation-ready
Version: 8.2.7.1760544173
Updated: 2025-10-15 19:02:53

*/
/*.wd-product.wd-hover-buttons-on-hover .wd-product-footer {
    opacity: 1;
}*/



.wd-product.wd-hover-buttons-on-hover:not(:is(.quick-shop-shown, .wd-loading))
:is(.product-element-bottom, .wd-product-grid-slider-pagin) {
    transform: translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: none !important;
}
.wd-product.wd-hover-buttons-on-hover .wd-product-footer {
    opacity: 1 !important;
    margin-bottom: 70px;
}
.wd-product.wd-hover-buttons-on-hover:not(:is(.quick-shop-shown, .wd-loading))
.product-element-top {
    clip-path: inset(0 0 0 0 round var(--wd-thumb-brd-radius)) !important;
    transition: none !important;
}

span.stock.in-stock, span.stock.out-of-stock {
    font-size: 14px;
    color: #C6C6C6;
}
.mk-rating {
    display: flex;
    gap: 8px;
    align-items: center;
    height: 18px;
}
.mk-rating span {
    font-weight: 600;
}

.mk-rating-empty span {
    color: #C6C6C6;
}

.wd-my-account-sidebar {
    display: block !important;
}
.customer-logout-link {
    display: none;
}
.mk-banner {
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    border-radius: 16px;
}
.mk-banner a {
    position: absolute;
    left: 46px;
    bottom: 20%;
    width: 113px;
    text-align: center;
    color: #fff;
    border: 0.09375em solid #fff;
    border-radius: 5px;
    font-size: 21px;
    font-weight: bold;
}

.mk-banner a:hover {
    opacity: .8;
}
.mk-account-details {
    background: #F5F5F5;
    border-radius: 16px;
    padding: 40px 30px;
    font-size: 20px;
}

.mk-account-name {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 115%;
    letter-spacing: 0.08em;
    color: #DB0A5B;
}
.mk-account-data {
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
    gap: 18px;
}
.mk-account-data a {
    color: #222222;
}
.mk-account-data a:hover {
    color: var(--wd-link-color);
}
.orders-link, .wishlist-link, .mk-help {
    background: #F5F5F5;
}

.edit-address-link, .edit-account-link {
    display: none;
}
.wd-my-account-links a {
    display: flex !important;
    padding: 20px !important;
    font-weight: 600 !important;
    text-align: left !important;
    color: var(--color-gray-700) !important;
    border-radius: var(--wd-brd-radius) !important;
    box-shadow: 0 0 4px rgba(0,0,0,0.18) !important;
    flex-direction: column;
}
.wd-my-account-links a img {
    width: 40px;
    margin-bottom: 30px;
}
.wd-my-account-links a {
    font-size: 25px;
    border-radius: 16px !important;
    text-align: left;
    box-shadow: none;
    padding-bottom: 45px;
}
.wd-my-account-links a small {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 115%;
    letter-spacing: 0.08em;
    color: #222222;
    margin-top: 15px;
}
.wd-my-account-links a:before {
    color: #222;
    content: ' ' !important;
}

@media screen and (max-width: 1024px) {

    .mk-banner a {
        left: 35px;
        bottom: 24%;
        font-size: 11px;
        padding: 6px 10px;
    }

}
@media screen and (max-width: 600px) {
    .mk-banner {
        height: 140px;
    }
    .mk-banner a {
        left: 20px;
        bottom: 17%;
        font-size: 9px;
        padding: 4px 10px;
        width: auto;
    }
    .mk-account-data {
        flex-direction: column;
    }

}


.mobile-filters-popup {
    position: fixed !important;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.5s;
}
.mobile-filters-popup > .elementor-container {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1240px !important;
    width: 100%;
    max-height: 90vh;
    display: flex !important;
    flex-direction: column;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 20px 30px;
    z-index: 999999;
}

.mobile-filters-popup form {
    display: flex;
    flex-direction: column;
}

.mobile-filters-popup .wd-pf-checkboxes.wd-event-click {
    width: 100%;
    flex: unset;
    margin-bottom: 40px;
}
.mobile-filters-popup .wd-dropdown {
    position: relative;
    visibility: visible;
    opacity: 1;
    transform: none !important;
    pointer-events: visible;
    pointer-events: unset;
    border: none;
    box-shadow: none;
}
.mobile-filters-popup .wd-dropdown a {
    border: 1px solid #E0E0E0;
    border-radius: 5px;

    color: #0D0D0D;
}
.mobile-filters-popup .wd-dropdown .wd-scroll {
    border-radius: unset;
}
.mobile-filters-popup .wd-pf-dropdown .wd-active > a {
    background-color: #000000 !important;
    color: #fff;
}
.mobile-filters-popup .wd-swatch {
    border: 1px solid #E0E0E0;
}
.mobile-filters-popup ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.mobile-filters-popup .wd-style-form .wd-pf-title {
    border: none;
    padding-left: 0;
}
.mobile-filters-popup .wd-style-form .wd-pf-title:after {
    display: none;
}
.mobile-filters-popup .wd-pf-results {
    display: none;
}
.mobile-filters-popup .widget_price_filter .wd-pf-results {
    display: block;
}
.mobile-filters-popup .elementor-column.elementor-col-100.elementor-top-column.elementor-element.elementor-element-ceae660.mobile-filters-popup-content {
    overflow-y: auto;
}
.mobile-filters-popup .wd-scroll-content {
    max-height: 94px;
}
.mobile-filters-popup .wd-filter-lable, .mobile-filters-popup .wd-pf-dropdown .cat-item {
    font-size: 20px;
    font-weight: 500;
    line-height: 115%;
    letter-spacing: 0.08em;
}

span.mk-popup-close {
    position: absolute;
    right: 8px;
    top: -5px;
    cursor: pointer;
    font-weight: 900;
    font-size: 24px;
    color: var(--e-global-color-primary);
    /* border: 1px solid var(--e-global-color-primary); */
    /* border-radius: 6px; */
    /* padding: 0px 6px 4px; */
    /* line-height: 20px; */
}
@media screen and (max-width: 600px) {
    .mobile-filters-popup > .elementor-container {
        padding: 20px 10px;
        margin: unset !important;
        width: 95%;
    }
}

.custom-cat-title {
    text-align:left; font-size:36px; font-style:italic; font-weight:600; color:#e4007d; margin:25px 0;
}

.subcat-buttons-wrapper {
    width: 55%;
    margin: 25px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.subcat-btn {
    display: inline-block;
    padding: 12px 18px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    background: #ffffff;
    font-size: 16px;
    line-height: 1;
    color: #000;
    text-decoration: none;
    transition: 0.25s;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.subcat-btn:hover {
    background: #0D0D0D;
    border-color: black;
    color: #fff !important;
    color: black;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.wd-product.wd-hover-buttons-on-hover .product-wrapper {
    height: 100%;
}

.wd-product :is(.product-image-link,.hover-img) img {
    height: 300px;
}









@media screen and (max-width: 768px) {
    .subcat-buttons-wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .wd-product :is(.product-image-link,.hover-img) img {
        height: 200px;
    }
}

@media screen and (max-width: 1024px) {
    .wd-product :is(.product-image-link,.hover-img) img {
        /*height: 250px;*/
    }
}