/*!
Theme Name: shopsatorihair
*/
span.mnm-submenu-button {
    display: inline;
}
#mnmwp-main-menu > ul > li {background: none !important;}
#mnmwp-main-menu {background: none !important; }
#mnmwp-main-menu li:hover > ul > li {height: auto;}

#mnmwp-main-menu > ul > li > a {
    padding: 17px;
    font-size: 18px;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 500;
    text-transform: capitalize;
    font-family: Mona-Sans;
}
#mnmwp-main-menu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 17px 15px;
    width: 170px;
    font-size: 14px;
    text-decoration: none;
    color: #dddddd;
    font-weight: 400;
    background: #333333;
}
#mnmwp-main-menu > ul > li.has-sub > a {
    padding-right: 30px;
    color: #000 !important;
}
#mnmwp-main-menu ul li a:hover {
    color: #000000;
}
button.wp-block-search__button.wp-element-button {
    background-color: #000;
    color: #FFF;
}

/* 4 column shop grid fix */
ul.products {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
}

ul.products li.product {
    width: calc(25% - 25px); /* 4 per row */
}

@media (max-width: 991px) {
    ul.products li.product {
        width: calc(33.33% - 20px); /* Tablet 3 per row */
    }
}

@media (max-width: 767px) {
    ul.products li.product {
        width: calc(50% - 20px); /* Mobile 2 per row */
    }
}

@media (max-width: 480px) {
    ul.products li.product {
        width: 100%; /* Small mobile full width */
    }
}

/* Sorting bar container */
.custom-sorting-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

/* SORT BY: label */
.sort-label {
    font-weight: 600;
    font-size: 14px;
}

/* Dropdown wrapper */
.sorting-dropdown select {
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Product count */
.product-count-right {
    font-size: 14px;
}


/*woocommerce details  */
p.price.shdt-sec1-heading1 span {
    color: #000;
    font-family: 'GFS Didot';
}
.quantity.wqpmb_quantity input {
    width: 100px;
}
.hm-sec1-box {
    padding: 10px;
}
.gettext {
    width: 100%;
    display: inline-block;
	margin-top: 25px;
}
table.variations {
    margin: 25px 0px;
}
.woocommerce-variation-add-to-cart.variations_button{
    margin: 25px 0px;
}
section.shop-dt-section-1 a {
    color: #000;
}
.product_meta span {
    color: #000 !important;
    display: flex;
}
ul.tabs.wc-tabs {
    display: inline-flex;
    margin-top: 50px;
}
.spdt-text-conatainer {
    margin-top: 30px;
}
section.related.products.shop-dt-section-3 {
    margin-top: 80px;
}
.hm-common-heading-rel {
    text-align: center;
}
/* woocommerce details */


/* woocomeme */

nav.woocommerce-breadcrumb a {
    color: #000;
}
.woocommerce-notices-wrapper {
    display: none;
}

select.orderby {
    padding: 20px 10px;
    font-size: 16px;
    border: 1px solid #dedede;
    background: #fff;
    outline: none;
    cursor: pointer;
    width: 280px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

h2.woocommerce-loop-product__title {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    display: inline-block;
}
span.woocommerce-Price-amount.amount {
    color: #000;
    font-weight: 500;
}
span.woocommerce-Price-currencySymbol {
    color: #000;
    font-weight: 500;
}
