/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.whb-header-bottom {
    background-color: #000000 !important;
    color: #fff;
}

.whb-header-bottom a {
    color: #fff !important;
}

.menu-item {
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

.current-menu-item {
    border-bottom: 1px solid #fff;
}

.menu-item:hover {
    border-bottom: 1px solid #fff;
}

.wd-sticky-nav-enabled {
    margin-right: 0 !important;
    --wd-sticky-nav-w: 0 !important;
}

.wd-sticky-nav-title {
    min-width: 45px;
}

.wd-nav-sticky>li>a img.wd-nav-img {
    width: 50px !important;
    height: 50px !important;
}

.wd-sticky-nav ul {
    display: none;
}
.wd-sticky-nav:is(:hover,.wd-opened) {
    width: 400px !important;
}
.wd-sticky-nav:is(:hover,.wd-opened) ul {
    display: flex;
}
.wd-sticky-nav li a  {
    flex-direction: column !important;
}
.wd-nav-vertical>li {
    flex: 0 0 50% !important;
}

.wd-nav-sticky>li>a {
    transition: all 0.3s ease;
    padding: 4px 15px !important;
}
.wd-nav-sticky>li>a:hover {
    transform: scale(1.1);
    padding: 4px 30px !important;
}

.elementor-element-0a8805a .category-image-wrapp {
    background-color: #fff;
}

.coupon-box {
    display: inline-block;
    padding: 5px 15px;
    background: #e6ffe6;
    border: 1px dashed green;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    color: green;
    position: relative;
    cursor: pointer;
}

.coupon-box:hover {
    background: #f4f4f4;
    border: 1px dashed #fb6b6f;
    color: #333;
}

.coupon-box .scissors {
    position: absolute;
    left: -11px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.text-success {
    color: green;
}

.wd-single-add-cart button {
    transition: transform 0.2s ease;
}
.wd-single-add-cart button:hover {
    transform: scale(1.02);
}
.wd-single-add-cart .single_add_to_cart_button:hover {
    background-color: #fff;
    outline: 2px solid #000;
    outline-offset: -2px;
    color: #000;
}