@charset "UTF-8";
/*
Theme Name: narcissia
Author: Enter2Web
*/

.load-modal {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 50%);
    z-index: 99999999;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}

.qlwapp-toggle {
    display: none !important;
}

.ch_right_block span>bdi {
    direction: rtl;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    display: none;
}

.header-menu ul a>p:before {
    content: '%';
    position: absolute;
    left: 0;
    background: #ff79a4;
    border-radius: 50%;
    font-family: 'Ploni-Bold';
    color: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 16px;
    padding: 1px 4px;
    -webkit-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    transform: translateX(-25px);

}

.header-menu a p {
    position: relative;
    display: block;
    margin: 0px 15px;
    color: #ff79a4;
}

@media (max-width: 1200px) {
    .header-menu a p {
        color: #fff;
    }
}

[name="cproduct"] {
    display: none;
}

body .ch_custom_checkout .ch_right_block .cart_new_vers .cart_item .cart_info .price {
    color: #e8709c;
}

body .ch_custom_checkout .ch_right_block .cart_new_vers .cart_item .cart_info .base-price {
    color: #222;
}

.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.base-price {
    opacity: .6;
    font-size: 22px;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: fit-content;
}

.base-price:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -4px;
    margin: auto;
    height: 1px;
    width: 100%;
    background: #222
}

.base-price span {
    margin: 0px 4px;
}

.old-price-gift {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #222;
    opacity: .6;
    order: 1;
}

.ch_custom_checkout .ch_right_block .cart_new_vers .cart_item .img .gift-product {
    position: absolute;
    width: 35px;
    top: 12px;
    left: 10px;
    background: #fff;
    border-radius: 50%;
    bottom: 0;
    padding: 5px;
}


@media (max-width: 600px) {
    .ch_custom_checkout .ch_right_block .cart_new_vers .cart_item .img .gift-product {
        padding: 5px;
        top: 7px;
        left: 5px;
        width: 15px;
    }
    .base-price {
        font-size: 15px;
    }
    .old-price-gift {
        font-size: 15px;
    }
}


.old-price-gift span {
    margin: 0px 4px;
}

body .ch_right_block span>bdi {
    color: #e8709c;
}


/*body .thwcfd-field-date {*/
/*    max-width: 50%;*/
/*    width: 50%;*/
/*    display: inline-block;*/
/*}*/

body .datetitle {
    font-size: 10px;
}

body .thwcfd-field-date input {
    width: 100%;
}


@media (max-width: 700px) {
    body .thwcfd-field-date {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 500px) {

    .ch_custom_checkout .ch_left_block .ch_form p {
        width: 100%;
    }
}


body #mailpoet_woocommerce_checkout_optin_field {
    position: relative;
}

input#mailpoet_woocommerce_checkout_optin {
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    position: absolute;
}

body .ch_custom_checkout .ch_right_block .pay_info .woocommerce-form__label-for-checkbox {
    background: transparent;
}


.cart_item [alt="close"] {
    display: none;
}


.cart_items .attr {
    display: none;
}

.product__description-more {
    color: #e8709c;
    font-size: 20px;
    display: block;
    margin: auto;
    width: 100%;
    text-align: center;
    display: none;
    cursor: pointer;
    transition: .3s;
    opacity: .8;
    padding: 5px 0px;
    margin-bottom: 10px;
}
.product__description-more {
    opacity: .8;
}
.product__description-more p, .product__description-more span {
    display: none;
}
.product__description-more.active p {
    display: block;
}
.product__description-more.active span {
    display: none;
}
.product__description-more p {
    display: none;
}
.product__description-more span {
    display: block;
}

.product__description.auto {
    height: auto !important;
}

.woocommerce-error .wc-forward{display:none !important;}
.searchAndCart{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 24px;
}
.headerCart img{
    width: 22px;
}
del span.woocommerce-Price-amount bdi{
    text-decoration: line-through !important;
}
.product__old::before, .product .product-wrap bdi::before{
    display: none !important;
}