/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.soldout
{
    padding: 3px 11px;
    text-align: center;
    background: #F191CA;
    color: white;
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: Quicksand;
    font-size: 12px !important;
    line-height: 21px;
    font-weight: 600 !important;
    z-index: 101;
    /*     border-radius: 30px; */
}

.soldout.limited
{
    padding: 3px 11px;
    top: 10px;
    left: 10px;
}

@media (max-width:991px)
{
    #header-secondary-outer nav .nectar-center-text
    {
        margin: 0px auto !important;
        padding: 10px 20px;
    }
}

.pink-text
{
    background: #E6E8FE;
    padding: 8px 12px;
    color: #000;
    /*     border-radius: 30px; */
    margin-bottom: 20px;
    width: fit-content;
}

.single-product .yith-wcwl-add-button
{
    margin-bottom: 20px;
}


.single-product .type-product .theiaStickySidebar .yith-wcwl-add-button a.add_to_wishlist.single_add_to_wishlist
{
    padding: 10px 12px;
    border: 1px solid;
    /*     border-radius: 38px; */
}

.woocommerce div.product .nectar-prod-wrap form.cart div.quantity
{
    gap: 8px;
}

body.archive.woocommerce ul.products .minimal.product span.onsale
{
    font-family: Quicksand;
    font-size: 12px !important;
    line-height: 21px;
    font-weight: 600 !important;
}

.products li.product.minimal .product-add-to-cart a span
{
    background-image: unset;
    transition: unset;
}

.quantity input.minus.disabled:hover,
.quantity input.plus.disabled:hover
{
    cursor: unset;
    background-color: #fff !important;
    color: #000 !important;
}

/* input.qty+.qty-control .plus[disabled] {
    opacity: 0.5; /* You can adjust the styling as needed */
/*     cursor: not-allowed; 
}*/

nav.woocommerce-pagination
{
    margin-top: 0px;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i
{
    font-size: 1.4rem !important;
}

@media (min-width:1024px)
{
    .woocommerce-mini-cart .product-meta .product-details a
    {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .woocommerce-cart .woocommerce table.shop_table .product-name a
    {
        color: inherit;
        font-size: 16px;
        line-height: 20px;
    }

    .wc-proceed-to-checkout .button.checkout-button,
    .woocommerce #order_review #payment #place_order,
    body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button
    {
        font-size: 16px !important;
        padding: 10px !important;
        line-height: 22px;
    }

    body[data-button-style=rounded] .container-wrap button[type=submit],
    body[data-button-style=rounded] .container-wrap input[type=submit]
    {
        padding: 14px 22px !important;
    }

    .woocommerce-page a.button,
    .woocommerce a.button
    {
        font-size: 13px !important;
    }

    form.checkout_coupon.woocommerce-form-coupon button.button
    {
        line-height: 1;
        font-size: 14px;
        padding: 13px 19px !important;
    }
}

.woocommerce ul.products .minimal.product span.onsale,
.woocommerce-page ul.products .minimal.product span.onsale
{
    font-weight: 600 !important;
}

.sales-counter svg.icon.icon-fire-2
{
    background: transparent;
    width: 12px;
    margin-right: 5px;
}

svg.icon.icon-fire-2 path
{
    fill: #ff76cb;
}

p.sales-counter
{
    color: #ff76cb;
    display: flex;
    flex-direction: row;
    font-weight: 500;
    margin-top: 15px;
    padding: 0px;
}


.pe_signin_button
{
    text-align: center !important;
    justify-content: center;
    display: flex;
}

.yith-wcwl-add-to-wishlist.yith-wcwl-add-to-wishlist--link-style
{
    display: none !important;
}




