/*
Theme Name: Anro
*/

@keyframes loading {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

img {
    max-width: 100%;
    height: auto;
}
.wpcf7-not-valid{
    border:1px solid red!important;
}
.wpcf7-not-valid-tip, .wpcf7-validation-errors{
    display:none!important;
}
.footer-info.vat-info{
    display: none;
}
.hidden.menu-item-link>a{
    display: none;
}
.loading{
    position: relative;
}

.woof_autohide_wrapper{
    display: none!important;
}
#woof_html_buffer {
    font-size: 0px;
    background-color: transparent;
    box-shadow: none;
    border: 0.64167vw solid #2e2e2e;
    border-top-color: #fe3801;
    border-radius: 50px;
    animation: loading 2s linear infinite;
    filter: none;
}
.forms_acc .woocommerce-form-row  {
    width: 100%;
}
#lostpassword_captcha , #login_captcha, #register_captcha, #reg_vat_id{
    width: 100%;
    border: 1px solid #eae0d4;
    border-radius: .5rem;
    padding: 1rem;
    font-size: .8rem;
    color: #2e2e2e;
    line-height: 1.25;
    font-weight: 300;
    margin-left: 0px;
}
.lost_reset_password, .lost_reset_password{
    padding: 100px 0 ;
}
.woocommerce-gzdp-register-vat-id-form-row label{
    display: none!important;
}
.checkbox-reg_data_privacy .woocommerce-form__label {
    width: 100%;
    position: relative;
    display: block;
    font-size: 0px;
}

.checkbox-reg_data_privacy  .required {
    display: none!important;
}
.wc-gzd-checkbox-placeholder.wc-gzd-checkbox-placeholder-reg_data_privacy {
    margin-top: 15px;
}
.product-content .part-textual h2 {
    font-size: 1.2rem;
    color: #2e2e2e;
    line-height: 1.25;
    font-weight: 600;
    display: inline-block;
    margin-bottom: .75rem;
}
.single_variation_wrap .woocommerce-variation-description {
    display: none !important;
}
.product-content__qa h2{
    display: none;
}

.loading:after {
    content: '';
    position: absolute;
    border-radius: 50px;
    animation: loading 2s linear infinite;
    filter: none;
    background-image: none !important;
}
.load-more.loading .ic {
    animation: loading 2s linear infinite;
}

.single_add_to_cart_button.loading:after,.add-both-to-cart.loading:after, .pay-order-button.loading:after {
    border: 0.24167vw solid #fff;
    border-top-color: #2e2e2e;
    top: 14px;
    left: 25px;
    width: 0.85rem;
    height: 0.85rem;
}


.single_add_to_cart_button.loading:hover:after,.add-both-to-cart.loading:hover:after, .pay-order-button.loading:hover:after {
    border: 4px solid #fe3801;
    border-top-color: #2e2e2e;
}
.single_add_to_cart_button.loading .ic,.add-both-to-cart.loading .ic, .add-both-to-cart.added .ic,.single_add_to_cart_button.added .ic,.pay-order-button.loading .ic, .pay-order-button.added .ic{
    opacity: 0!important;
}
.added{
    position: relative;
}

.single_add_to_cart_button.added:after, .add-both-to-cart.added:after {
    content: '';
    display: block;
    width: .4375vw;
    height: 1.0375vw;
    border: solid #fff;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
    background-image: none !important;
    top: 12px;
    left: 32px;
    position: absolute;
}

.single_add_to_cart_button.added:hover:after, .add-both-to-cart.added:hover:after {
    width: .4375vw;
    height: 1.0375vw;
    border: solid #2e2e2e;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
    background-image: none !important;

}
.menu-image a {
    font-size: 0px;
}
.parent_menu a {
    font-size: 0px;
}

.header-cart__block {
    position: relative;
}


.header-cart__block.loading:after {
    content: '';
    position: absolute;
    border-radius: 50px;
    animation: loading 2s linear infinite;
    filter: none;
    background-image: none !important;
    width: 2.04167vw;
    height: 2.04167vw;
    left: 0px;
    right: 0px;
    top: 30%;
    margin: auto;
    border: 11px solid #fe3801;
    border-top-color: #2e2e2e;
    z-index: 10;
}

.header-cart__block.loading .cart-section__cont{
    opacity: 0.4;
}

.policy__left ul li.active a, .policy__left ul li a:hover {
    color: #5c9f3d;
    font-weight: 600;
}
.tnp.tnp-subscription{
    display: none;
}
.checkout-radio br{
    display: none!important;
}
.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper, .shipping_address {
    width: 100%;
}
.woocommerce-input-wrapper{
    display: block;
    width: 100%;
}

.woocommerce form .form-row.input-wrap .input-text {
    width: 100%;
    border: 1px solid #eae0d4;
    border-radius: .5rem;
    padding: 0.6rem 1rem;
    font-size: .8rem;
    color: #2e2e2e;
    line-height: 1.25;
    font-weight: 300;
}
.woocommerce form .form-row  select, .woocommerce form .form-row  .select2-selection{
    width: 100%;
    border-radius: .5rem;
    border: 1px solid #eae0d4;
    background: url(img/arr-select.svg) no-repeat center right 1rem / .75rem, #fff;
    font-size: .8rem;
    color: #2e2e2e;
    line-height: 1.25;
    font-weight: 600;
    padding: .25rem 1rem;
    height: 2.3rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.woocommerce .checkout-section__left  form .input-wrap input{
    height: 2.5rem;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 49%;
    overflow: visible;
}
.woocommerce form .select2-selection__arrow{
    display: none;
}
.hidden{
    display: none!important;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: none !important;
    border-radius: 0px;
}
.payment-input .ic {
    margin-left: auto;
    height: 1.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    right: 20px;
    position: absolute;
}
#order_review .checkbox br{
    display: none;
}

#order_review .checkbox span abbr {
    display: none;
}

.woocommerce   #order_review .button  {
    font-size: 1rem;
    width: 100%;
    margin-bottom: 1rem;
}

.woocommerce  #order_review .button:hover {
    background: #fff;
    color: #fe3801;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    padding: .25rem 2rem;
    height: 2.75rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    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;
    gap: .5rem;
    font-size: .8rem;
    color: #fff;
    line-height: 1.2;
    font-weight: 600;
    border-radius: .5rem;
    border: 1px solid #fe3801;
    background: #fe3801;
    text-align: center;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
    background: #fff;
    color: #2E2E2EFF;
}

.woocommerce-error, .woocommerce-message{
    width: 100%;
}
#woocommerce-checkout-form-coupon{
    display: block!important;
}
.prod-drop__cont .woocommerce-message{
    margin: 0px;
}

.promocode form .wrap_button {
    /*position: absolute;*/
    /*right: 1rem;*/
    /*font-size: .7rem;*/
    /*height: 2.25rem;*/
    /*padding-left: .5rem;*/
    /*padding-right: .5rem;*/
    /*top: 50%;*/
    /*-webkit-transform: translate(0, -50%);*/
    /*-ms-transform: translate(0,-50%);*/
    /*transform: translate(0, -50%);*/
}
.woocommerce-checkout.woocommerce-shipping-totals.shipping.checkout-section__line{
    display: none;
}
.account-avatar-section {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}
.avatar-preview img.avatar-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ccc;
}
.avatar-actions {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.avatar-actions .button {
    cursor: pointer;
    padding: 6px 12px;
}
.dhl-preferred-service-content+.woocommerce-shipping-totals.shipping.checkout-section__line{
    display: none;
}
h3.title_edit_addres {
    max-width: 626px;
    margin-bottom: 30px;
}
.woocommerce-account .addresses address .edit.edit-address {
    float: right;
}
.woocommerce-MyAccount-content .addresses>div address {
    width: 100%;
}
.product-card .img {
    position: relative;
    overflow: hidden;
}

.product-card .item_product_hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s ease;
    object-fit: cover;
}

.product-card .img:hover .item_product_hover {
    opacity: 1;
}

.product-card .img .item_product {
    display: block;
    width: 100%;
    height: auto;
}


.cart-product a {
    display: none;
}

.cart-product a.product-card {
    display: block;
}
.bialty-container .xs_social_share_widget{
    display: none!important;
}
#pewc-grand-total{
    display: none;
}

.canvasproduct #pewc-grand-total{
    display: block;
}

.grecaptcha-badge{
    display: none!important;
}
.cart-item__wrap h6, .cart-item__wrap  .txt-l span{
    display: none!important;
}

.cart_add_error ul {
    margin-top: 30px;
}

.wrap_form {
    width: 100%;
}
.promocode  .input input {
    width: 100%;
    font-size: .8rem;
    color: #000;
    line-height: 1.25;
    font-weight: 300;
    border-radius: .5rem;
    background: #fff;
    border: 1px solid #d1d5db;
    padding: 1.3rem 1rem;
    padding-right: 11rem;
}
.promocode  .input {
    width: 100%;
}
.promocode  .input input {
    width: 100%;
    font-size: .8rem;
    color: #000;
    line-height: 1.25;
    font-weight: 300;
    border-radius: .5rem;
    background: #fff;
    border: 1px solid #d1d5db;
    padding: 1.3rem 1rem;
    padding-right: 11rem;
}
.promocode  .btn {
    position: absolute;
    right: 1rem;
    font-size: .7rem;
    height: 2.25rem;
    padding-left: .5rem;
    padding-right: .5rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0, -50%);
}
.promocode .checkout_coupon  {
    position: relative;
    width: 100%;
}
.promocode .btn .ic {
    -webkit-mask-image: url(img/gift1.svg);
    mask-image: url(img/gift1.svg);
}
.product-main__custom-slider .onsale{
    display: none;
}

.bialty-container .woocommerce-message {
    border: 1px solid #5c9f3d;
    background: rgba(255, 255, 255, 0);
    border-radius: .35rem;
}

.bialty-container .woocommerce-message:before {
    color: #5c9f3d;
}
.product-main__custom-slider .product-main__help{
    display: none!important;
}
.woocommerce div.product .product-main__form form.cart.min1>.cart-btn {
    margin-left: 0px;
    margin-top: 20px;
}

.woocommerce-variation.single_variation .woocommerce-variation-price{
    display: none;
}
#wpd-editor-source-code-wrapper{
    display: none!important;
}

.woocommerce div.product .product-main__form form.cart .variations {
    width: 100%;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 1em;
    border: 0;
    width: 100%;
}
.screen-reader-text{
    display: none;
}
.woof_wcga_label_hide{
    display: none!important;
}
.product-main__info .pewc-main-price-per-metr .price {
    color: #000 !important;
    line-height: 2;
    font-weight: 450;
    font-family: Poppins, sans-serif;
    font-size: 0.75rem !important;
}

span.old-price {
    color: red;
    margin-right: 10px;
    text-decoration: line-through;
}
p#custom_checkbox_field_id {
    margin-top: -45px;
}
.wc-gzd-cart-info {
    display: block;
    font-size: .65rem;
}

span.unit_price {
    font-size: .65rem;
    color: #2e2e2e;
    line-height: 1.25;
    font-weight: 300;
    clear: both;
    display: block;
}
.price {
    text-align: right;
}

.combo-offer-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    padding: 20px;
    border: 2px solid #eee;
    border-radius: 12px;
    flex-wrap: wrap;
}

.combo-offer {
    display: flex;
    align-items: center;
    gap: 15px;
}

.combo-item {
    text-align: center;
}

.combo-img {
    width: 80px;
    height: auto;
    border-radius: 8px;
}

.combo-name {
    font-size: 14px;
    margin-top: 5px;
}

.combo-separator {
    font-size: 20px;
    font-weight: bold;
}

.combo-price-action {
    width: 100%;
    text-align: center;
    margin-top: 21px;
}

.combo-total-price {
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 10px;
}
.add-both-to-cart {
    display: block;
    width: 100%;
}

@media (max-width: 600px) {
    .combo-offer-wrapper {
        flex-direction: column;
        align-items: stretch;
    }
    .combo-price-action {
        margin: 20px 0 0 0;
        width: 100%;
        text-align: center;
    }
    .combo-offer {
        width: 100%;
        justify-content: center;
    }
}

.combo-price ins {
    color: #fe3801;
}
.combo-price del {
    margin-right: .3rem;
    display: inline-block;
    font-size: .85rem;
    color: #979797;
    text-decoration: line-through;
}

.combo-price {
    margin-top: auto;
    font-size: 1rem;
    color: #2e2e2e;
    line-height: 1.2;
    font-weight: 400;
    font-family: Poppins, sans-serif;
}
.combo-name {
    color: #2e2e2e;
}
span.subfiled {
    width: 100%;
    font-size: .65rem;
    color: #2e2e2e;
    line-height: 1.25;
    font-weight: 300;
    position: relative;
    display: inline-block;
}


.title_sales {
    font-size: 1rem;
    color: #2e2e2e;
    line-height: 1.25;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}

.product-main__info .pewc-main-price-per-metr .price {
    color: #000 !important;
    line-height: 2;
    font-weight: 450;
    font-family: Poppins, sans-serif;
    font-size: 0.75rem !important;
}

span.old-price {
    color: red;
    margin-right: 10px;
    text-decoration: line-through;
}
p#custom_checkbox_field_id {
    margin-top: -45px;
}
.wc-gzd-cart-info {
    display: block;
    font-size: .65rem;
}

.product-main__info .pewc-main-price span {
    color: #5c9f3d;
    line-height: 1.2;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    font-size: 1.4rem !important;
}

span.unit_price {
    font-size: .65rem;
    color: #2e2e2e;
    line-height: 1.25;
    font-weight: 300;
    clear: both;
    display: block;
}

.price {
    text-align: right;
}
span.subfiled {
    width: 100%;
    font-size: .65rem;
    color: #2e2e2e;
    line-height: 1.25;
    font-weight: 300;
    position: relative;
    display: inline-block;
}
.product-main__info .pewc-main-price .price del ins span {
    color: #979797 !important;
    font-weight: 500 !important;
    text-decoration: line-through;
}

.product-main__custom-slider .tag {
    padding: .4rem .3rem;
    border-radius: .15rem;
    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;
    font-size: .6rem;
    color: #fff;
    line-height: 1.2;
    font-weight: 600;
}

.product-main__custom-slider .tags {
    position: absolute;
    z-index: 2;
    top: .5rem;
    left: .5rem;
    gap: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.product-main__custom-slider .tp {
    position: relative;
    border-radius: .35rem;
    border: 1px solid #f4efe9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.emoji {
    max-width: 16px !important;
    height: 20px;
}
.woocommerce-form__label-for-checkbox{
    font-size: 0px;
} 