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

input.qty,
.reset_variations,
th.label,
.single-wrap__content--variations .variations_form .woocommerce-variation-price,
.added_to_cart,
.woocommerce-variation-add-to-cart .qty,
.single-wrap__content--variations form.cart .qty,
.wvs-has-image-tooltip:after,
.wvs-has-image-tooltip:before,
[data-wvstooltip]:after,
[data-wvstooltip]:before,
.default-checkout,
.woocommerce-order-details,
.woocommerce-customer-details,
.woof_submit_search_form_container,
.woof_checkbox_sales_container,
.woof_childs_list_opener,
.woof_container_product_cat .icheckbox_square-blue,
.irs--round .irs-grid-text,
.irs--round .irs-min,
.irs--round .irs-max,
.irs--round .irs-grid,
.irs--round .irs-single,
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before,
.show-password-input2,
.woocommerce-form-coupon-toggle,
.checkout-wrap__form h3,
.woocommerce-billing-fields__field-wrapper,
#order_review,
.woocommerce-additional-fields {
    display: none !important;
}

.checkout-wrap__form .woocommerce {
    width: 100%;
}

.wrp {
    margin-bottom: 126px;
}

.header-wrap__modal--list .item-actions del,
.modal .checkout-wrap__sidebar--title,
.checkout-wrap__sidebar .header-wrap__modal--subtitle,
.checkout-wrap__sidebar .header-wrap__modal--total,
.checkout-wrap__sidebar .btn-checkout {
    display: none;
}

.default-wrap .woocommerce-order-details,
.default-wrap .woocommerce-customer-details {
    display: block !important;
}

.wpcf7-not-valid-tip,
.err {
    font-size: 14px;
    margin-top: 5px;
}

.err {
    color: red;
    display: none;
}

.err-active {
    display: block;
}

.wpcf7-spinner {
    position: absolute;
}

table.variations {
    margin-bottom: 30px;
}

.woo-variation-swatches .variable-items-wrapper {
    flex-wrap: wrap;
    gap: 11px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents,
.woo-variation-swatches .variable-items-wrapper li {
    padding: 0 !important;
    border: none !important;
    background: none !important;
    margin: 0 !important;
    box-shadow: none !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents span {
    display: flex !important;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 21px;
    border: solid 1px #121212;
    font-size: 13px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) span {
    background-color: #000;
    color: #fff;
}

.woocommerce-variation-add-to-cart,
.single-wrap__content--variations form.cart:not(.variations_form) {
    display: flex;
    align-self: center;
    justify-content: space-between;
}

.woocommerce-variation-add-to-cart .btn,
.single-wrap__content--variations form.cart .btn {
    width: 100%;
    max-width: calc(100% - 67px);
    min-height: 50px;
}

.to-favorite {
    cursor: pointer;
}

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

.to-favorite svg * {
    fill: #fff;
    stroke-width: 1px;
}

.to-favorite__active svg * {
    fill: #000;
}

.single-wrap__content--variations .to-favorite {
    width: 54px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #121212;
    transition: .3s;
}

.single-wrap__content--variations .to-favorite__active {
    background-color: #000;
}

.single-wrap__content--variations .to-favorite__active svg * {
    fill: #fff;
    border: #fff;
}

.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;
}

.header-wrap__modal--list .item-actions ins {
    text-decoration: none;
}

#modalAdded .header-wrap__modal--list .item-actions {
    padding-right: 10px;
}

#defaultPrice {
    display: flex;
    flex-direction: column;
}

.header-wrap__modal--total .woocommerce-Price-currencySymbol {
    padding-left: 0;
}

.custom-check label {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.custom-check input {
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
}

.custom-check span {
    display: block;
    width: calc(100% - 20px);
    padding-left: 10px;
}

.checkout-wrap__sidebar--payment {
    margin-top: 30px;
}

ul.woocommerce-order-overview {
    padding-left: 20px;
}

.woof_block_html_items ul {
    display: block !important;
}

.archive-wrap__content--flex-orderby .choices__inner {
    border: none;
}

.woof_container_inner {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: solid 1px #00000038;
}

.woof_container_inner h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    cursor: pointer;
    margin-bottom: 15px;
}

.woof_container_inner h4::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: url('./assets/img/main/arr-filter.svg') no-repeat center center;
    transition: .3s;
}

.open h4::after {
    transform: rotate(180deg);
}

.open ul,
.open .irs {
    display: none !important;
}

.irs--round .irs-from,
.irs--round .irs-to {
    background: none !important;
    color: #000 !important;
}

.irs--round .irs-bar {
    height: 2px !important;
    background-color: #121212 !important;
}

.irs--round .irs-handle {
    width: 22px !important;
    height: 22px !important;
    background-color: #121212 !important;
    border: solid 6px #fff !important;
}

.header-wrap__modal--list .item-meta__image img {
    width: auto;
}

.woocommerce-account .woocommerce {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    flex: 0 0 260px;
    width: 260px;
}

.woocommerce-account .woocommerce-MyAccount-content {
    flex: 1;
    min-width: 300px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    overflow: hidden;
}

.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #eaeaea;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: none;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    color: #1D1D1D;
    font-weight: 500;
    transition: all 0.3s ease;
    background-color: #fff;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    background-color: #f9f9f9;
    color: #E0295D;
    padding-left: 25px;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #f4f4f4;
    color: #E0295D;
    border-left: 4px solid #E0295D;
    padding-left: 16px;
}

.woocommerce-account h2,
.woocommerce-account h3 {
    color: #1D1D1D;
    font-weight: 700;
    margin-bottom: 20px;
}

.woocommerce-MyAccount-content p {
    color: #4a4a4a;
    line-height: 1.6;
}

.woocommerce-MyAccount-content a:not(.button) {
    color: #E0295D;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

.woocommerce-MyAccount-content a:not(.button):hover {
    color: #1D1D1D;
    border-bottom-color: #1D1D1D;
}

.woocommerce form .form-row {
    margin-bottom: 20px;
}

.woocommerce form .form-row label {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    color: #1D1D1D;
    font-weight: 600;
}

.woocommerce-notices-wrapper {
    width: 100%;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    color: #1D1D1D;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
    border-color: #E0295D;
}

.woocommerce fieldset {
    border: 1px solid #eaeaea;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 20px;
    background: transparent;
}

.woocommerce fieldset legend {
    color: #1D1D1D;
    font-weight: 600;
    padding: 0 10px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce input[type="submit"],
.woocommerce-account .woocommerce-edit-account button[type="submit"] {
    background-color: #E0295D !important;
    color: #ffffff !important;
    padding: 14px 25px;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    text-shadow: none;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce input[type="submit"]:hover,
.woocommerce-account .woocommerce-edit-account button[type="submit"]:hover {
    background-color: #1D1D1D !important;
    color: #ffffff !important;
}

.woocommerce table.my_account_orders {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    overflow: hidden;
}

.woocommerce table.my_account_orders thead th {
    background-color: #1D1D1D;
    color: #fff;
    padding: 15px;
    text-align: left;
    font-weight: 600;
}

.woocommerce table.my_account_orders tbody td {
    padding: 15px;
    border-bottom: 1px solid #eaeaea;
    color: #4a4a4a;
}

.woocommerce table.my_account_orders tbody tr:last-child td {
    border-bottom: none;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    padding: 15px 20px;
    margin-bottom: 25px;
    background-color: #f9f9f9;
    border-top: 3px solid #E0295D;
    color: #1D1D1D;
    list-style: none;
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a {
    color: #E0295D;
    font-weight: 600;
}

.woocommerce-error {
    border-top-color: #1D1D1D;
}

.checkout-wrap__form .woocommerce-error {
    color: red;
    border-color: red;
}

.woocommerce-Address {
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.woocommerce-Address-title h3 {
    margin-top: 0;
    font-size: 18px;
    color: #1D1D1D;
}

.woocommerce-Address address {
    font-style: normal;
    color: #666;
}

@media (max-width: 768px) {
    .woocommerce-account .woocommerce {
        flex-direction: column;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
        flex: auto;
    }

    .woocommerce table.my_account_orders {
        display: block;
        overflow-x: auto;
    }
}

.woocommerce-account h1,
.woocommerce-account h2,
.woocommerce-account h3,
.woocommerce-account h4 {
    text-align: left !important;
}

.woocommerce form .form-row .input-text {
    padding-right: 45px;
}

.woocommerce form .form-row {
    position: relative;
}

.woocommerce form .form-row .show-password-input {
    position: absolute;
    top: 69%;
    right: 10px;
    transform: translateY(-50%);
    background: transparent !important;
    border: none !important;
    outline: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    box-shadow: none !important;
    cursor: pointer;
    z-index: 10;
    min-width: 0 !important;
}

.woocommerce form .form-row .show-password-input::after {
    content: "\f177";
    font-family: 'Dashicons';
    font-size: 18px;
    color: #1D1D1D;
    display: block;
    line-height: 1;
}

.woocommerce form .form-row .show-password-input::after {
    content: "👁";
    font-family: sans-serif;
    font-style: normal;
}

.woocommerce form .form-row .show-password-input:hover::after {
    color: #E0295D;
}

@media (max-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        margin-bottom: 30px;
    }

    .woocommerce table.shop_table,
    .woocommerce table.my_account_orders {
        border: 0;
        background: transparent;
    }

    .woocommerce table.shop_table thead,
    .woocommerce table.my_account_orders thead {
        display: none;
    }

    .woocommerce table.shop_table tr,
    .woocommerce table.my_account_orders tr {
        display: block;
        margin-bottom: 20px;
        border: 1px solid #eaeaea;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
    }

    .woocommerce table.shop_table td,
    .woocommerce table.my_account_orders td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: right;
        padding: 15px;
        border-bottom: 1px solid #f1f1f1;
        font-size: 14px;
    }

    .woocommerce table.shop_table td:last-child,
    .woocommerce table.my_account_orders td:last-child {
        border-bottom: none;
    }

    .woocommerce table.shop_table td::before,
    .woocommerce table.my_account_orders td::before {
        content: attr(data-title);
        font-weight: 700;
        float: left;
        color: #1D1D1D;
        text-transform: uppercase;
        font-size: 12px;
        margin-right: 10px;
    }

    .woocommerce table.my_account_orders td.woocommerce-orders-table__cell-order-actions {
        justify-content: flex-end;
    }

    .woocommerce table.my_account_orders td.woocommerce-orders-table__cell-order-actions a.button {
        width: 100%;
        text-align: center;
        margin-top: 5px;
        padding: 10px;
    }
}

@media (max-width: 768px) {

    .woocommerce table.shop_table,
    .woocommerce table.my_account_orders {
        display: block;
        width: 100%;
        border: none;
    }

    .woocommerce table.shop_table thead,
    .woocommerce table.my_account_orders thead {
        display: none;
    }

    .woocommerce table.shop_table tbody,
    .woocommerce table.my_account_orders tbody {
        display: block;
        width: 100%;
    }

    .woocommerce table.shop_table tr,
    .woocommerce table.my_account_orders tr {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        border: 1px solid #eaeaea;
        border-radius: 8px;
        background: #fff;
        padding: 10px 20px;
        box-sizing: border-box;
        position: relative;
    }

    .woocommerce table.shop_table td,
    .woocommerce table.my_account_orders td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: right;
        border-bottom: 1px solid #eee;
        padding: 15px 0;
        font-size: 14px;
        width: 100%;
        box-sizing: border-box;
    }

    .woocommerce table.shop_table td:last-child,
    .woocommerce table.my_account_orders td:last-child {
        border-bottom: none;
    }

    .woocommerce table.shop_table td::before,
    .woocommerce table.my_account_orders td::before {
        content: attr(data-title);
        font-weight: 700;
        text-transform: uppercase;
        font-size: 12px;
        color: #1D1D1D;
        text-align: left;
        margin-right: 15px;
        flex-shrink: 0;
    }

    .woocommerce table.my_account_orders td.woocommerce-orders-table__cell-order-number a {
        font-weight: 700;
        color: #E0295D;
        text-decoration: none;
    }

    .woocommerce table.my_account_orders td.woocommerce-orders-table__cell-order-actions {
        display: block;
        text-align: center;
        padding-top: 20px;
    }

    .woocommerce table.my_account_orders td.woocommerce-orders-table__cell-order-actions::before {
        display: none;
    }

    .woocommerce table.my_account_orders td.woocommerce-orders-table__cell-order-actions a.button {
        display: block;
        width: 100%;
        margin: 0;
        text-align: center;
        box-sizing: border-box;
    }

    .woocommerce-table tfoot {
        display: block;
        width: 100%;
    }
}

#customer_login {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 20px;
}

#customer_login .u-column1,
#customer_login .u-column2 {
    padding: 30px;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    background: #fff;
    height: fit-content;
}

#customer_login h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eaeaea;
}

.woocommerce-form-login .woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    cursor: pointer;
}

.woocommerce-form-login .woocommerce-form-login__rememberme input[type="checkbox"] {
    margin: 0 10px 0 0;
    width: 18px;
    height: 18px;
    accent-color: #E0295D;
    cursor: pointer;
}

.woocommerce-form-login .woocommerce-LostPassword {
    margin-top: 15px;
}

.woocommerce-form-login .woocommerce-LostPassword a {
    color: #666;
    font-size: 14px;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.woocommerce-form-login .woocommerce-LostPassword a:hover {
    color: #E0295D;
}

.woocommerce-form-register .woocommerce-privacy-policy-text {
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.5;
}

.woocommerce-form-register .woocommerce-privacy-policy-text a {
    color: #E0295D;
    text-decoration: none;
    font-weight: 600;
}

@media (max-width: 768px) {
    #customer_login {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 550px) {
    .wrp {
        margin-bottom: 62px;
    }
}