.pro_btn button {
    background: #000 !important;
    color: #fff;
    width: 60%;
    padding: 6px 0px;
    font-size: 12px !important;
    text-transform: uppercase;
    display: block;
    width: 100%;
    transition: all .5sease;
    border-radius: 0px !important;
}


.cart_btn.order_button a {
    background: #000 !important;
    color: #fff;
    width: 60%;
    padding: 6px 0px;
    font-size: 12px !important;
    text-transform: uppercase;
    display: block;
    width: 100%;
    transition: all .5sease;
    border-radius: 0px;

}


.footer-bottom {
    background: #000 !important;
    padding: 10px 0;
}


.footer-menu ul li a:hover {
    color: #000 !important;
    margin-left: 2px !important;
}


a.view_more_btn {
    text-align: right;
    float: right;
    background: #000 !important;
    text-transform: capitalize;
    font-size: 15px;
    padding: 6px 12px;
    color: #fff;
    font-family: "Lato", sans-serif;
}


.product_item:hover {
    border-color: #4c484a !important;
}

.dropdown:hover .dropbtn {
    background-color: #302c2e !important;
}

.dropdown:hover .dropbtn {
    background-color: #000 !important;
}


.product-details-discount-badge span.sale-badge-text {
    background-color: #000;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;

}


.dropdown-menu {
    display: none;
    position: absolute;
    background: #ECECEC;
    border: 1px solid #ccc;
    z-index: 1000;
    left: 320px !important;
    top: -2px !important;
}

.menu-item:hover .dropdown-menu {
    display: block;
    /* Show on hover */
}

.yamm-content {
    padding: 25px;
    /* Padding for better spacing */
}

.links a {
    text-decoration: none;
    /* Remove underline */
    color: #666;
    /* Default text color */
}

.links a:hover {
    color: #000;
    /* Change color on hover */
    background: #f0f0f0;
    /* Background on hover */
}


.dropdown-content a {
    color: black;
    padding: 5px 8px !important;
    text-decoration: none;
    display: block;
}

.subcategory {
    font-size: 12px !important;
    margin-bottom: 10px;
    border: 1px solid rgb(28, 18, 18) !important;
    border-radius: 5px;
    width: 100% !important;
}

.subcategory:hover {
    border: 1px solid rgb(127, 120, 120) !important;
}

.subcategory a {
    padding: 5px !important;
}

.subcategory a:hover {
    background-color: transparent !important;
}

.product_item_inner .sale-badge-box {
    background-color: #000 !important;
    border-radius: 20px 0px 0px 20px;
    width: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
}
