/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/

.secondary-navigation .get-discount a {
    padding-top: 0px !important;
    font-weight: bold;
}

.home .woocommerce-error {
    display: none;
}

.custom-coupon {
    width: 100%;
    display: block !important;
}

.custom-coupon .redeem-coupon {
    display: none;
}

.custom-coupon #coupon-redeem {
    display: flex;
    margin: 20px;
}

.custom-coupon .result {
    display: none;
}

.custom-coupon #coupon {
    margin-right: 15px;
}

.custom-coupon #coupon-redeem input[type="submit"] {
    padding: 0px 20px !important;
}

.woocommerce-widget-layered-nav-dropdown__submit {
    padding: 10px 10px;
    background: #000;
    color: #fff;
    margin: 10px 0px;
    border-radius: 4px;
}

.woocommerce-widget-layered-nav-list__item {
    padding-left: 0px !important;
}

.woocommerce-widget-layered-nav-list__item::before {
    display: none !important;
}

.woocommerce-widget-layered-nav-list__item.chosen a {
    color: #000 !important;
    font-weight: 600;
}

.woocommerce-widget-layered-nav-list__item.chosen a:hover {
    color: #FF8981 !important;
}

.woocommerce-widget-layered-nav-list__item.chosen a {
    color: #000 !important;
    font-weight: 600;
}

.widget.woocommerce li .count {
    display: none !important;
}

.wpfFilterWrapper {
    height: auto !important;
}
div.product p.price{
color: #FF8981 !important;
}
/* Apply the color to the price and out-of-stock stock elements with !important */
.stock.out-of-stock {
    color: #FF8981 !important;
    /* Set the text color to #FF8981 with !important */
}

.product p.stock.out-of-stock:before {
    color: #FF8981 !important;
    /* Set the text color to #FF8981 with !important */
}

/* Apply the border color to the span's :before pseudo-element */
.menu-primary-menu-container>ul>li>a span:before {
    border-color: #FF8981 !important;
}

.main-navigation ul.menu ul li.menu-item:not(.menu-item-image):not(.heading)>a:hover {
    color: #FF8981 !important;
    /* Change the border color on hover */
}

.price ins {
    color: #FF8981 !important;
}

.content-area .summary .onsale {
    display: none; 
    color: #FF8981 !important;
}

.rc-anchor-error-message {
    color: #000 !important;
}

.site-header-cart .shoptimizer-cart .cart-contents span.amount {
    display: none;
}

.shoptimizer-mini-cart-wrap .widget_shopping_cart .minicart-total-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0px;
}

.shoptimizer-mini-cart-wrap .widget_shopping_cart .minicart-total-row.summe,
.shoptimizer-mini-cart-wrap .widget_shopping_cart .minicart-total-row.coupon-total {
    border-bottom: 1px solid #e2e2e2;
}

.shoptimizer-mini-cart-wrap .widget_shopping_cart .minicart-total-row .minicart-total-row-content {
    color: #111;
    font-size: clamp(.875rem,.8115rem + .2033vw,.9375rem);
}

.shoptimizer-mini-cart-wrap .widget_shopping_cart .minicart-total-row .minicart-total-row-head {
    font-size: clamp(.875rem,.8115rem + .2033vw,.9375rem);
    color: #111;
    font-weight: 600;
}
/* Hide "Add to Wishlist" button on shop and listing pages */
body.post-type-archive-product .yith-wcwl-add-to-wishlist,
body.woocommerce-shop .yith-wcwl-add-to-wishlist {
    display: none !important;
}
.product p.stock.in-stock:before{
color: #FF8981 !important; 
background: #FF8981 !important; 
}
.stock.in-stock {
color: #FF8981 !important; 
}
.mobile-coupon{
    display: none;
}
.mobile-get-discount{
    font-size: 10px;
    font-weight: 700;
    color: #000;
}

.mobile-myaccout svg{
    fill: #FF8981;
    width: 33px;
    height: 28px;
}
@media (min-width: 993px) {
    .archive ul.products,
    .single-product ul.products {
        margin-bottom: 3em;
    }
}

/* Styles for mobile screens (less than 768px wide) */
@media screen and (max-width: 992px) {
    .mobile-coupon{
        display: block;
    }
    .site-header .site-header-cart{
        right: 50px;
    }
}