/*!
Theme Name: marsprowp
Version: 1.0.0
Text Domain: marsprowp
*/

.woobewoo-filter-loader {
    background: url('./assets/img/main/logo.svg') no-repeat center center !important;
}

.err,
.checkout-inline-error-message {
    color: red;
    margin: -10px 0 10px;
    font-size: 14px;
    display: none;
}

.checkout-inline-error-message {
    display: block;
}

.woocommerce-error {
    background-color: red;
    margin: 30px 0;
    padding: 15px 30px;
    color: #fff;
}

.woocommerce-error a {
    color: #fff;
}

.err-active {
    display: block;
}

.modal-wrap__form--rating {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 20px;
}

.modal-wrap__form--rating span {
    padding-right: 10px;
}

.modal-wrap__form--rating svg {
    cursor: pointer;
}

.modal-wrap__form--rating svg * {
    transition: .3s;
}

.modal-wrap__form--rating svg.active * {
    fill: #E95D00;
    fill-opacity: 1;
}

.modal-wrap__form--bottom {
    display: flex;
    align-items: center;
    gap: 10px;
}

.modal-wrap__form--bottom .btn::after {
    display: none;
}

.modal-wrap__form--bottom .btn {
    margin: 0;
    min-width: inherit;
    width: 100%;
}

.form-field__file {
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.form-field__file::after {
    content: '';
    display: block;
    height: 1px;
    width: calc(100% + 60px);
    position: absolute;
    left: -30px;
    bottom: 0;
    background-color: #0000001A;
}

.form-field__file label {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    width: fit-content;
}

.form-field__file label input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

.form-field__file label span {
    font-size: 14px;
    color: #00000080;
}

.modal-wrap__sent {
    display: none;
}

.modal.sent .modal-wrap__sent {
    display: block;
}

.modal.sent .modal-wrap__default {
    display: none;
}

.loading {
    position: relative;
    overflow: hidden;
}

.loading::after {
    content: '';
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    position: absolute !important;
    left: 50% !important;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    top: 50% !important;
    z-index: 3;
    background: url('./assets/img/main/loading.svg') no-repeat center center / contain !important;
}

.loading::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 2;
}

.opacity {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
}

.single-tabs__list .item-reviews__list .item {
    display: none;
}

.single-tabs__list .item-reviews__list .item:nth-child(1),
.single-tabs__list .item-reviews__list .item:nth-child(2) {
    display: block;
}

.wpcf7-spinner {
    position: absolute;
}

.contacts-wrap__flex--form label {
    width: 100%;
}

.wpcf7-form-control-wrap {
    width: 100%;
}

.contacts-wrap__flex--form .form-field__file {
    width: 100%;
    margin: 0;
    padding: 0;
}

.contacts-wrap__flex--form .form-field__file::after {
    display: none;
}

.contacts-wrap__flex--form .form-field__file .wpcf7-form-control-wrap {
    position: absolute;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
    margin: -10px 0 10px;
}

.to-favorite svg * {
    stroke: #0000004D;
    fill: inherit;
}

.to-favorite {
    cursor: pointer;
}

.to-favorite svg * {
    transition: .3s;
}

.to-favorite__active svg * {
    fill: #E95D00;
    stroke: #E95D00;
    fill-opacity: 1;
    stroke-opacity: 1;
}

.favorites-wrap__err {
    display: none;
}

.favorites-wrap__err h2 {
    margin-bottom: 15px;
}

.favorites-wrap__empty .favorites-wrap__err {
    display: block;
}

.favorites-wrap__empty .favorites-wrap__top,
.favorites-wrap__empty .favorites-wrap__list,
.favorites-wrap__empty .favorites-wrap__title {
    display: none;
}

.choices .choices__list--dropdown .choices__item::first-letter,
.choices__list--single .choices__item::first-letter {
    text-transform: uppercase;
}

.choices[data-type*=select-one] .choices__inner {
    /*min-width: 314px;*/
}

.to-favorite svg:hover * {
    stroke: #E95D00;
}

.to-favorite svg:nth-child(2) {
    display: none;
}

.favorites-wrap__list .to-favorite svg {
    display: none;
}

.favorites-wrap__list .to-favorite svg:nth-child(2) {
    display: block;
}

.favorites-wrap__list .to-favorite svg * {
    fill: inherit;
    stroke: #00000080;
}

.err-field__active input {
    border-color: #F30000;
}

.err-field__active .err {
    display: block;
}

.err-field__active svg * {
    stroke-opacity: 1;
    stroke: #F30000;
}

#modalRegister .err-main {
    display: block;
}

#modalRegister .err-main span {
    display: none;
}

.cart-wrap__flex--list .item.loading::before {
    opacity: .8;
}

#modalCart .modal-wrap__title span:nth-child(2) {
    display: none;
}

.modal-cart .modal-wrap__title span {
    display: none;
}

#modalCart.modal-cart .modal-wrap__title span:nth-child(2) {
    display: block;
}

.subscribe .wpcf7-not-valid-tip {
    text-align: left;
}

.catalog-wrap__flex {
    flex-wrap: wrap;
}

.woocommerce-pagination {
    margin-left: 336px;
}

.woocommerce-pagination ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.woocommerce-pagination ul .page-numbers {
    padding: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #00000080;
    transition: .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
}

.woocommerce-pagination ul .current {
    background-color: #E95D00;
    color: #fff;
}

.woocommerce-pagination ul .next {
    transform: rotate(180deg);
}

.lmp_button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: fit-content;
    padding: 20px 32px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    background-color: #000000 !important;
    color: #fff !important;
    transition: .3s !important;
}

.catalog-wrap__flex .lmp_load_more_button.br_lmp_button_settings .lmp_button:hover {
    background-color: #E95D00 !important;
    color: #fff !important;
}

.lmp_button::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url('./assets/img/main/btn-more.svg') no-repeat center center / contain;
}

.lmp_load_more_button {
    width: fit-content !important;
    order: 2;
}

.catalog-wrap__top .woocommerce-notices-wrapper {
    display: none;
}

.catalog-wrap__flex--filters .wpfFilterTitle {
    margin-bottom: 20px;
}

.catalog-wrap__flex--filters .wpfFilterWrapper {
    margin: 0 0 30px;
}

.catalog-wrap__flex--filters .wpfFilterWrapper .wfpTitle {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    margin: 0;
}

.catalog-wrap__flex--filters .wpfFilterWrapper .wpfTitleToggle {
    font-size: 0;
}

.catalog-wrap__flex--filters .wpfFilterWrapper .wpfTitleToggle::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url('./assets/img/main/arr-filter.svg') no-repeat center center / contain;
    transition: .3s;
}

.catalog-wrap__flex--filters .wpfFilterWrapper .fa-plus::after {
    transform: rotate(180deg);
}

.catalog-wrap__flex--filters .wpfFilterContent input {
    height: inherit;
}

.catalog-wrap__flex--filters .wpfSearchWrapper {
    margin-bottom: 16px;
}

.catalog-wrap__flex--filters .wpfFilterContent {
    display: flex;
    flex-direction: column;
}

.catalog-wrap__flex--filters .wpfFilterContent ul li {
    margin-bottom: 12px;
}

.catalog-wrap__flex--filters .wpfFilterContent .wpfFilterVerScroll {
    max-height: 281px;
    padding-right: 12px;
}

.catalog-wrap__flex--filters .wpfFilterContent ul li label,
.catalog-wrap__flex--filters .wpfFilterContent ul li .wpfDisplay {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.catalog-wrap__flex--filters .wpfFilterContent ul li .wpfValue,
.catalog-wrap__flex--filters .wpfFilterContent ul li .wpfValue * {
    margin: 0 !important;
    padding: 0 !important;
}

.catalog-wrap__flex--filters .wpfFilterContent ul li .wpfCount {
    color: #0000004D;
}

.catalog-wrap__flex--filters .wpfFilterContent ul li .wpfCheckbox {
    width: 22px;
    height: 22px;
}

.catalog-wrap__flex--filters .wpfFilterContent ul li .wpfDisplay {
    width: 100%;
    max-width: calc(100% - 22px);
    padding-left: 12px;
    font-size: 14px;
    color: #000;
}

.catalog-wrap__flex--filters .wpfFilterContent .wpfPriceInputs {
    order: -1;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.catalog-wrap__flex--filters .wpfFilterContent .wpfPriceInputs input {
    width: 100% !important;
    max-width: 105px !important;
    border: solid 1px #0000001A !important;
    border-radius: 0 !important;
    font-family: Roboto, sans-serif !important;
    margin: 0 !important;
    padding: 11px 16px !important;
    background-color: #fff !important;
    height: fit-content !important;
}

.catalog-wrap__flex--filters .wpfFilterContent .wpfPriceInputs input:focus {
    border-color: #E95D00 !important;
}

.wpfCurrencySymbol,
.wpfFilterDelimeter {
    font-size: 0;
    margin: 0 !important;
}

.wpfCurrencySymbol::after,
.wpfFilterDelimeter::after {
    content: 'Від';
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.wpfFilterDelimeter::after {
    content: 'До';
}

.catalog-wrap__flex--filters .wpfFilterContent .ui-slider.ui-widget-content .ui-slider-handle {
    width: 20px;
    height: 20px;
    border-radius: 50% !important;
    background-color: #fff !important;
    border: solid 1px #0000000D !important;
    box-shadow: 0px 3px 1px 0px #191C250A, 0px 1px 1px 0px #191C2521, 0px 3px 8px 0px #191C2521;
    top: -8px !important;
}

.catalog-wrap__flex--filters .wpfFilterContent .ui-slider-horizontal {
    height: 5px !important;
    margin-top: 24px !important;
    background-color: #0000001A !important;
    border: none !important;
}

.catalog-wrap__flex--filters .wpfFilterContent .ui-slider-horizontal .ui-slider-range {
    background-color: #E95D00 !important;
}

.woocommerce-result-count {
    display: flex;
    align-items: center;
    gap: 24px;
}

.woocommerce-result-count .wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.woocommerce-result-count .wrapper .active-filter {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    gap: 13px;
    justify-content: center;
    background-color: #F6F6F6;
    font-size: 14px;
    cursor: pointer;
    color: #000;
}

.default-wrap {
    padding: 50px 0;
    min-height: 36.5vh;
}

.cart-wrap__flex .render-cart {
    width: 100%;
}

.woocommerce-form-coupon-toggle,
.checkout_coupon,
.optional,
.checkout-wrap__form h3,
.checkout-wrap__form .shop_table,
.woocommerce-terms-and-conditions-wrapper,
#billing_country_field {
    display: none !important;
}

.checkout-wrapper {
    padding: 60px 0 120px;
}

.checkout-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    padding-top: 44px;
}

.checkout-wrap__form {
    width: 100%;
    max-width: 1094px;
    padding-right: 39px;
    border-right: solid 1px #0000001A;
}

.checkout-wrap__sidebar {
    width: 100%;
    max-width: 547px;
}

.checkout-wrap__form .form-row::before,
.checkout-wrap__form .form-row::after,
.checkout-wrap__form .form-row label::before {
    font-size: 16px;
    color: #00000080;
    margin-bottom: 16px;
}

.checkout-wrap__form .custom-input {
    margin-bottom: 40px;
}

.zen-ui-select {
    margin-bottom: 16px;
}

.zen-ui-select__value {
    height: 55px;
    padding-top: 16px !important;
    font-size: 14px;
}

#billing_email_field::before {
    content: 'Ми будемо використовувати цю електронну адресу, щоб надсилати вам деталі та оновлення щодо вашого замовлення.';
    display: block;
}

#billing_email_field::after {
    content: 'Ви наразі оформлюєте замовлення як гість.';
    display: block;
}

#billing_first_name_field::before {
    content: 'Адреса доставки';
    display: block;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: Montserrat, sans-serif;
    color: #000000;
}

#billing_first_name_field label::before {
    content: 'Введіть адресу, куди ви хочете отримати своє замовлення.';
    display: block;
    margin-bottom: 16px;
}

#payment ul {
    padding-left: 15px;
}

#payment::before {
    content: 'Варіанти оплати';
    display: block;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: Montserrat, sans-serif;
    color: #000000;
}

.place-order {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 40px;
}

.checkout-back {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    color: #003194;
    transition: .3s;
}

.checkout-back svg * {
    transition: .3s;
}

.checkout-back:hover {
    color: #E95D00;
}

.checkout-back:hover svg * {
    stroke: #E95D00;
    stroke-opacity: 1;
}

.cart-wrap__flex--list .item-image__count,
.checkout-wrap__sidebar--cart .item-content__remove,
.checkout-wrap__sidebar--cart .item-content__qty {
    display: none;
}

.checkout-wrap__sidebar--cart .cart-wrap__flex--list {
    padding: 0;
    border: none;
}

.checkout-wrap__sidebar--cart .cart-wrap__flex--list .item {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: solid 1px #0000001A;
}

.checkout-wrap__sidebar--cart .cart-wrap__flex--list .item-image {
    width: 80px;
    height: 80px;
}

.checkout-wrap__sidebar--cart .cart-wrap__flex--list .item-image img {
    max-height: 80px;
    max-width: 80px;
}

.checkout-wrap__sidebar--cart .cart-wrap__flex--list .item-content {
    max-width: calc(100% - 80px);
    padding-left: 24px;
}

.checkout-wrap__sidebar--cart .cart-wrap__flex--list .item-image {
    position: relative;
}

.checkout-wrap__sidebar--cart .cart-wrap__flex--list .item-image__count {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    border: solid 1px #0000001A;
    background-color: #fff;
    position: absolute;
    right: -13px;
    top: -13px;
    font-size: 14px;
    color: #000;
}

.checkout-wrap__sidebar .cart-wrap__flex--total .btn-dark {
    display: none;
}

.gtranslate_wrapper {
    display: flex;
    align-items: center;
    transform: translateY(1px);
    position: relative;
}

.gtranslate_wrapper a {
    font-size: 14px;
    color: #FFFFFFB2;
    font-weight: 400;
}

.gtranslate_wrapper a {
    display: flex;
    align-items: center;
}

.gtranslate_wrapper a::after {
    content: '';
    display: block;
    width: 30px;
    height: 16px;
    border-radius: 100px;
    background-color: #fff;
    margin: -1px 6px 0;
}

.gtranslate_wrapper a:nth-child(2)::after {
    position: absolute;
    left: 18px;
}

.gtranslate_wrapper a::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 1px;
    right: 38px;
    border-radius: 50%;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 3;
    pointer-events: none;
}

.gtranslate_wrapper a:nth-child(2)::before {
    right: 26px;
}

.gtranslate_wrapper .gt-current-lang {
    color: #fff;
}

.gtranslate_wrapper .gt-current-lang::after {
    opacity: 0;
    visibility: hidden;
}

.gtranslate_wrapper .gt-current-lang::before {
    opacity: 1;
    visibility: visible;
}

#modalSearch {
    align-items: flex-start;
}

.aws-container .aws-search-form {
    height: fit-content;
}

#modalSearch .container {
    width: 100%;
}

#modalSearch .modal-wrap {
    padding: 0;
    margin: 0;
    max-width: 100%;
    padding: 0;
    margin-top: 60px;
}

.aws-container .aws-search-field {
    border: none;
    background-color: #fff;
    font-family: Roboto, sans-serif;
    padding: 20px 20px 20px 0;
    font-size: 16px;
}

.aws-container[data-buttons-order="3"] .aws-search-form .aws-search-btn {
    border: none;
    background: none;
}

.footer-wrap__nav .row ul li .sub-menu a {
    color: #fff;
}

.footer-wrap__nav .row ul li .sub-menu a:hover {
    color: #e95d00;
}

.hide {
    display: none !important;
}

.brands-wrap__slider .item img {
    filter: grayscale(100%);
}

#payment li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
}

#payment li input {
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    margin-top: -4px;
}

#payment li img,
#payment li .payment_box {
    display: none !important;
}

.reviews-second .reviews-wrap__list .item-top__text,
.reviews-second .reviews-wrap__list .item-bottom {
    color: #000000;
}

.reviews-second .reviews-wrap__list .item:hover .item-top__text {
    color: #fff;
}

.header-nav__flex--menu-languages svg {
    cursor: pointer;
    display: block;
    width: fit-content;
    margin: -10px 0 10px auto;
}

.wrp {
    margin-bottom: 186px;
}

@media (max-width: 1200px) {

    .place-order {
        position: absolute;
        left: 0;
        bottom: -40px;
        width: 100%;
    }

    .checkout-wrap {
        flex-direction: column;
        align-items: flex-start;
        position: relative;
    }

    .checkout-wrap__form,
    .checkout-wrap__sidebar {
        max-width: 100%;
        padding: 0;
        border: none;
    }

    .checkout-wrap__sidebar .cart-wrap__flex--total {
        max-width: 100%;
    }
}

@media (max-width: 1024px) {

    .gtranslate_wrapper .gt-current-lang,
    .gtranslate_wrapper a {
        color: #000000;
    }

    .gtranslate_wrapper a::after {
        background-color: #E95D00;
    }

    .gtranslate_wrapper a::before {
        background-color: #fff;
    }

    .woocommerce-result-count {
        font-size: 0;
        gap: 0;
    }

    .catalog-wrap__top .choices,
    .catalog-wrap__top .choices[data-type*=select-one] .choices__inner {
        min-width: inherit;
        width: 100%;
    }

    .catalog-wrap__top .choices__list--single {
        padding: 0 !important;
    }

    .catalog-wrap__top .choices[data-type*=select-one]::before {
        top: 25%;
    }

    .catalog-wrap__top--filter,
    .woocommerce-ordering {
        width: calc((100% - 12px) / 2);
    }

    .woocommerce-result-count {
        width: 100%;
        max-width: 100%;
        order: 2;
    }

    .catalog-wrap__flex {
        align-items: center;
    }

    .woocommerce-pagination {
        margin: 0;
        order: 3;
        width: 100%;
    }

    .woocommerce-pagination ul {
        justify-content: center;
        margin-top: 24px;
    }

}

@media (max-width: 550px) {

    .checkout-wrapper {
        padding-top: 32px;
    }


    .checkout-wrap {
        padding-bottom: 50px;
        padding-top: 24px;
    }

    .place-order {
        flex-direction: column;
        gap: 24px;
        align-items: flex-start;
        bottom: -50px;
    }

    .woocommerce-pagination ul .page-numbers {
        width: 40px;
        height: 40px;
    }
}

/* Form field validation styles */
.form-field {
    position: relative;
    margin-bottom: 0;
}

.form-field .err {
    display: none;
    color: #dc3545;
    font-size: 12px;
    margin-top: 4px;
}

.form-field--error .err {
    display: block;
}

.form-field--error input {
    border-color: #dc3545 !important;
}

.input-error {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.25) !important;
}