/* Woocommerce Spinner */

.woocommerce .blockUI.blockOverlay::before {
    background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_aj0A%7Btransform-origin:center;animation:spinner_KYSC .75s infinite linear%7D@keyframes spinner_KYSC%7B100%25%7Btransform:rotate(360deg)%7D%7D%3C/style%3E%3Cpath d='M12,4a8,8,0,0,1,7.89,6.7A1.53,1.53,0,0,0,21.38,12h0a1.5,1.5,0,0,0,1.48-1.75,11,11,0,0,0-21.72,0A1.5,1.5,0,0,0,2.62,12h0a1.53,1.53,0,0,0,1.49-1.3A8,8,0,0,1,12,4Z' class='spinner_aj0A' fill='%230066ff'/%3E%3C/svg%3E");
}

.woocommerce .woocommerce-mini-cart .blockUI.blockOverlay::before {
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_aj0A%7Btransform-origin:center;animation:spinner_KYSC .75s infinite linear%7D@keyframes spinner_KYSC%7B100%25%7Btransform:rotate(360deg)%7D%7D%3C/style%3E%3Cpath d='M12,4a8,8,0,0,1,7.89,6.7A1.53,1.53,0,0,0,21.38,12h0a1.5,1.5,0,0,0,1.48-1.75,11,11,0,0,0-21.72,0A1.5,1.5,0,0,0,2.62,12h0a1.53,1.53,0,0,0,1.49-1.3A8,8,0,0,1,12,4Z' class='spinner_aj0A' fill='%230066ff'/%3E%3C/svg%3E");
}

/* WOOCOMMERCE MESSAGE */

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
    border-radius: 8px;
    outline: none;
}

@media only screen and (max-width: 782px) {
    .wc-block-components-notices__snackbar {
        top: 65px !important;
    }
}

/* HEADER SHOP ARCHIVE */

.nectar-shop-header {
    margin-bottom: 70px;
}

.nectar-shop-header .header-row {
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px;
    padding-bottom: 70px;
}

.nectar-shop-header .header-col:first-child {
    width: 58.333%;
}

.nectar-shop-header .header-col:last-child {
    width: 41.666%;
}

.nectar-shop-header .header-col h1 {
    font-size: 48px !important;
    line-height: 54px !important;
    margin-bottom: 25px;
}

.nectar-shop-header .header-col h1.has-description {
    margin-bottom: 5px;
}

.woocommerce-products-header .term-description {
    display: none;
}

.nectar-shop-header .product-categories .categories-container,
.nectar-shop-header .product-categories .sub-categories-container {
    overflow: hidden;
}

.nectar-shop-header .product-categories ul.categories,
.nectar-shop-header .product-categories ul.sub-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    padding: 0;
    margin: 0;
    overflow-y: hidden;
    overflow-x: hidden;
}

.nectar-shop-header .product-categories ul.sub-categories {
    margin-top: 20px;
}

.nectar-shop-header .product-categories ul.categories li.cat-item,
.nectar-shop-header .product-categories ul.sub-categories li.cat-item {
    list-style: none;
    white-space: nowrap;
}

.nectar-shop-header .product-categories ul.categories li.cat-item a {
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 500;
    color: var(--nectar-extra-color);
    transition: all 0.3s ease-in-out;
}

.nectar-shop-header .product-categories ul.sub-categories li.cat-item a {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 500;
    color: var(--nectar-extra-color);
    transition: all 0.3s ease-in-out;
}

.nectar-shop-header .product-categories ul.categories li.cat-item.active a,
.nectar-shop-header .product-categories ul.sub-categories li.cat-item.active a,
.nectar-shop-header .product-categories ul.categories li.cat-item a:hover,
.nectar-shop-header .product-categories ul.sub-categories li.cat-item a:hover {
    color: var(--nectar-accent-color);
}

@media only screen and (max-width: 1000px) {
    .nectar-shop-header .header-row {
        padding-top: 25px;
    }

    .nectar-shop-header .header-col:first-child,
    .nectar-shop-header .header-col:last-child {
        width: 100%;
    }

    .nectar-shop-header .product-categories .categories-container {
        max-height: 27px;
    }
    
    .nectar-shop-header .product-categories .sub-categories-container {
        max-height: 47px;
    }

    .nectar-shop-header .product-categories ul.categories,
    .nectar-shop-header .product-categories ul.sub-categories {
        flex-wrap: nowrap;
        height: 43px;
        overflow-x: auto;
    }
}

@media only screen and (max-width: 690px) {
    .nectar-shop-header .header-col h1 {
        font-size: 33px !important;
        line-height: 39px !important;
    }
}

/* CUSTOM PRODUCT GRID ITEM */

.woocommerce ul.custom-products.products li.product .woocommerce-loop-product__title {
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}

.woocommerce ul.custom-products.products li.product.outofstock .woocommerce-loop-product__title {
    margin-top: 0;
    padding-top: 0;
}

.woocommerce ul.custom-products.products li.product .woocommerce-loop-product__title:hover {
    color: var(--nectar-accent-color);
}

.woocommerce ul.custom-products.products li.product .price,
.woocommerce ul.custom-products.products li.product .price ins,
.woocommerce ul.custom-products.products li.product .price ins .amount {
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 500;
    font-family: "Poppins";
}

.woocommerce ul.custom-products.products li.product .price del,
.woocommerce-page ul.custom-products.products li.product .price del {
    font-size: 0.75em;
    color: var(--nectar-extra-color-3);
}

.woocommerce ul.custom-products.products li.product .onsale {
    display: inline-flex;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    font-family: "Poppins";
    color: #fff;
    padding: 7px 12px;
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
}

.woocommerce ul.custom-products.products li.product .out-of-stock-badge {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    font-family: "Poppins";
    color: #F3695F;
    margin-top: calc(0.5em + 10px);
    display: inline-block;
}

@media only screen and (max-width: 1000px) {
    .woocommerce ul.custom-products.products li.product.classic .product-wrap img {
        margin-bottom: 40px;
    }
}

/* SINGLE PRODUCT PAGE */

.woocommerce.single div.product .mobile-single-summary h1.product_title {
    display: block;
}

.woocommerce.single div.product .mobile-single-summary p.price {
    color: #373737;
    margin-top: 15px;
}

.woocommerce.single div.product .summary p.price {
    margin-top: 15px;
}

.woocommerce.single div.product .mobile-single-summary p.price,
.woocommerce.single div.product .mobile-single-summary p.price.nectar-inherit-h5 ins,
.woocommerce.single div.product .summary p.price,
.woocommerce.single div.product p.price.nectar-inherit-h5 ins {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.25em !important;
}

.woocommerce.single .woocommerce-product-details__short-description p {
    font-size: 14px;
    line-height: 1.5em;
}

.woocommerce.single div.product form.cart .variations {
    width: 100%;
    margin-bottom: 30px;
}

.woocommerce.single div.product form.cart .variations label {
    position: relative;
    display: block;
}

.woocommerce.single div.product form.cart .variations label span {
    font-size: 12px;
    font-weight: 400;
    inset-inline-start: 1rem;
    pointer-events: none;
    position: absolute;
    top: .5882352941rem;
    color: #6e6e73;
}

.woocommerce.single div.product form.cart .variations label .chevron {
    position: absolute;
    top: 1.1rem;
    right: .95123rem;
}

.woocommerce.single div.product form.cart .variations label select {
    appearance: none;
    border-radius: 8px;
    border: 1px solid #86868b !important;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.235;
    height: 3.2941176471rem;
    padding: 1.0588235294rem 2.3529411765rem 0 .9411764706rem;
    text-overflow: ellipsis;
    background: none !important;
    color: #373737;
}

.woocommerce.single div.product form.cart .variations label select:focus {
    border-color: var(--nectar-accent-color) !important;
}

.woocommerce.single div.product .woocommerce-variation-price span.price {
    font-size: 22px;
    line-height: 1.5em;
}

.woocommerce.single div.product .woocommerce-variation-price span.price .amount {
    font-weight: 600;
}

.woocommerce.single div.product span.price del {
    font-size: 0.75em;
    color: var(--nectar-extra-color-3);
}

.woocommerce.single .nectar-prod-wrap .onsale {
    display: block;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    font-family: "Poppins";
    color: #fff;
    padding: 7px 12px;
    position: absolute;
    top: 22px;
    left: 22px;
    margin: 0;
    z-index: 99;
    border-radius: 25px;
    background-color: var(--nectar-accent-color);
}

.woocommerce.single .wc-on-sale-information {
    font-size: 1em;
    line-height: 22px;
    font-weight: 500;
    color: #F3695F;
}

.single-product .product-thumbs .flickity-slider .thumb.is-nav-selected img {
    border-radius: 8px;
}

body[data-button-style="slightly_rounded_shadow"].woocommerce.single button.single_add_to_cart_button {
    border-radius: 8px !important;
}

body[data-button-style="slightly_rounded_shadow"].woocommerce.single button.single_add_to_cart_button:hover {
    box-shadow: none !important;
    transform: translateY(0);
}

.woocommerce.single div.product .entry-summary .stock.out-of-stock {
    border: none;
    padding: 0;
    color: #F3695F !important;
}

.woocommerce.single .woocommerce-tabs #tab-additional_information h2,
.woocommerce.single .related.products > h2 {
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 1.3em !important;
}

@media only screen and (max-width: 999px) {
    .woocommerce.single .nectar-shop-header {
        margin-bottom: 35px;
    }

    .woocommerce.single div.product h1.product_title,
    .woocommerce.single div.product .summary p.price {
        display: none;
    }
}

@media only screen and (min-width: 1000px) {

    .woocommerce.single div.product .mobile-single-summary {
        display: none;
    }

    .woocommerce.single .nectar-prod-wrap {
        display: flex;
        flex-direction: row-reverse;
    }

    .woocommerce.single .nectar-prod-wrap .span_5 {
        width: 58.333%;
        margin-inline-start: 8.333%;
        margin-right: 0;
    }

    .woocommerce.single .nectar-prod-wrap .entry-summary {
        width: 33.333%;
    }

    .woocommerce.single div.product h1.product_title {
        font-size: 32px !important;
        line-height: 36px !important;
    }
}

/* MINI CART */

.nectar-slide-in-cart.style_slide_in_click .inner > .header span {
    font-weight: 600;
}

.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart_content {
    padding-top: 50px;
}

.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list .mini_cart_item > a {
    margin-right: 15px !important;
}

.nectar-slide-in-cart.style_slide_in_click .cart_list .product-meta .product-details > a:not(.remove) {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}

.nectar-slide-in-cart.style_slide_in_click .cart_list .product-meta .product-details > a:not(.remove):hover {
    background: none;
    color: var(--nectar-accent-color) !important;
}

.style_slide_in_click .product-meta > .product-details {
    padding-right: 25px;
}

.woocommerce-mini-cart .quantity input.qty {
    font-size: 15px;
}

.style_slide_in_click .product-meta > .quantity .amount bdi {
    font-size: 16px;
    font-weight: 600;
}

.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list li a.remove.with_text {
    font-size: 14px;
    line-height: 20px;
    color: var(--nectar-accent-color) !important;
}

.nectar-slide-in-cart.style_slide_in_click .total strong {
    font-weight: 500;
    letter-spacing: 3%;
}

.nectar-slide-in-cart.style_slide_in_click .total {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 3%;
}

.nectar-slide-in-cart.style_slide_in_click .woocommerce-mini-cart__empty-message span {
    font-size: 28px;
    line-height: 36px;
}

.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart a.button {
    text-transform: none;
    border-radius: 6px !important;
}

@media only screen and (max-width: 620px) {
    .nectar-slide-in-cart.style_slide_in_click .inner > .header span {
        font-size: 28px;
        line-height: 34px;
    }

    .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list li {
        flex-direction: column;
    }

    .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list .mini_cart_item > a {
        margin-right: 0 !important;
    }

    .nectar-slide-in-cart.style_slide_in_click ul.product_list_widget li img {
        width: 100% !important;
    }

    .style_slide_in_click .product-meta {
        width: 100%;
        gap: 20px;
    }

    .style_slide_in_click .product-meta > .product-details {
        width: 50%;
        padding-right: 0;
    }

    .style_slide_in_click .product-meta > .quantity {
        width: 50%;
        align-items: center;
        flex-direction: row;
        gap: 15px;
    }

    .style_slide_in_click .product-meta > .quantity .modify {
        margin-top: 0;
    }

    .style_slide_in_click .product-meta > .quantity .product-price {
        margin-left: 0;
    }

    .nectar-slide-in-cart.style_slide_in_click .woocommerce-mini-cart__empty-message span {
        font-size: 24px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .nectar-slide-in-cart.style_slide_in_click .inner > .header {
        left: 25px !important;
        width: calc(100% - 50px) !important;
    }

    .nectar-slide-in-cart .widget_shopping_cart_content {
        padding-inline: 25px;
    }

    .style_slide_in_click .product-meta {
        flex-direction: column;
    }

    .nectar-slide-in-cart.style_slide_in_click .cart_list .product-meta .product-details > a:not(.remove) {
        font-size: 20px;
        line-height: 26px;
    }

    .style_slide_in_click .product-meta > .product-details,
    .style_slide_in_click .product-meta > .quantity {
        width: 100%;
    }

    .style_slide_in_click .product-meta > .quantity {
        justify-content: space-between;
    }

    .nectar-slide-in-cart.style_slide_in_click .woocommerce-mini-cart__buttons {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .nectar-slide-in-cart.style_slide_in_click .woocommerce-mini-cart__buttons a.button,
    .nectar-slide-in-cart.style_slide_in_click .woocommerce-mini-cart__buttons a.button.checkout,
    .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .nectar-inactive a.button {
        margin-inline: 0 !important;
        width: 100% !important;
    }

    .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .nectar-inactive a.button.checkout {
        margin-top: 15px;
    }

    .nectar-slide-in-cart.style_slide_in_click .woocommerce-mini-cart__buttons::before,
    .nectar-slide-in-cart.style_slide_in_click .woocommerce-mini-cart__buttons::after {
        content: none;
    }
}

/* INPUTS */

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=password],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=password],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
    border-color: #86868b !important;
    border-radius: 8px !important;
    font-size: 17px !important;
    height: 52.7px !important;
    padding: 1.0588235294rem .9411764706rem 0 .9411764706rem !important;
}

.wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.wc-block-components-text-input input[type=email]:focus,
.wc-block-components-text-input input[type=number]:focus,
.wc-block-components-text-input input[type=password]:focus,
.wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-text-input input[type=text]:focus,
.wc-block-components-text-input input[type=url]:focus {
    box-shadow: none !important;
    border-color: var(--nectar-accent-color) !important;
}

.wc-block-components-form .wc-block-components-text-input.has-error input[type=email],
.wc-block-components-form .wc-block-components-text-input.has-error input[type=number],
.wc-block-components-form .wc-block-components-text-input.has-error input[type=password],
.wc-block-components-form .wc-block-components-text-input.has-error input[type=tel],
.wc-block-components-form .wc-block-components-text-input.has-error input[type=text],
.wc-block-components-form .wc-block-components-text-input.has-error input[type=url],
.wc-block-components-text-input.has-error input[type=email],
.wc-block-components-text-input.has-error input[type=number],
.wc-block-components-text-input.has-error input[type=password],
.wc-block-components-text-input.has-error input[type=tel],
.wc-block-components-text-input.has-error input[type=text],
.wc-block-components-text-input.has-error input[type=url],
.wc-block-components-form .wc-block-components-text-input.has-error input[type=email]:focus,
.wc-block-components-form .wc-block-components-text-input.has-error input[type=number]:focus,
.wc-block-components-form .wc-block-components-text-input.has-error input[type=password]:focus,
.wc-block-components-form .wc-block-components-text-input.has-error input[type=tel]:focus,
.wc-block-components-form .wc-block-components-text-input.has-error input[type=text]:focus,
.wc-block-components-form .wc-block-components-text-input.has-error input[type=url]:focus,
.wc-block-components-text-input.has-error input[type=email]:focus,
.wc-block-components-text-input.has-error input[type=number]:focus,
.wc-block-components-text-input.has-error input[type=password]:focus,
.wc-block-components-text-input.has-error input[type=tel]:focus,
.wc-block-components-text-input.has-error input[type=text]:focus,
.wc-block-components-text-input.has-error input[type=url]:focus {
    border-color: #cc1818 !important;
}

.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
    font-size: 16px !important;
    line-height: 22px !important;
    top: 17px !important;
    left: 1rem !important;
    transform: translateY(0px) !important;
    pointer-events: none;
    color: #86868b;
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill + label,
.wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-text-input input:-webkit-autofill + label,
.wc-block-components-text-input.is-active label,
.wc-block-components-text-input.is-active.has-error label {
    top: 10px !important;
    transform: translateY(0px) scale(.76) !important;
}

.wc-blocks-components-select .wc-blocks-components-select__container {
    border-radius: 8px !important;
    border: 1px solid #86868b !important;
    height: 3.2941176471rem !important;
    padding: 1.0588235294rem 2.3529411765rem 0 .9411764706rem !important;
}

.wc-blocks-components-select .wc-blocks-components-select__select {
    font-size: 17px !important;
    line-height: 23px !important;
    padding: 0 !important;
}

.wc-blocks-components-select .wc-blocks-components-select__select:focus {
    box-shadow: none !important;
    outline: none !important;
}

.wc-blocks-components-select .wc-blocks-components-select__label {
    font-size: 15px !important;
    line-height: 21px !important;
    top: 0.47235rem !important;
    left: 1rem !important;
    color: #86868b !important;
}

.wc-block-components-radio-control__option {
    padding: 0 0 0 2em !important;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
    min-width: 20px !important;
    min-height: 20px !important;
    left: 0 !important;
}

.wc-block-components-radio-control__description-group > span,
.wc-block-components-radio-control__label-group > span {
    color: #373737 !important;
    font-weight: 500;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
    border-color: #373737 !important;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: #373737 !important;
}

/* CART */

.woocommerce-cart table.wc-block-cart-items thead th span,
.woocommerce-cart .is-large.wc-block-cart .wc-block-cart__totals-title {
    font-size: 16px;
    line-height: 18px;
}

.woocommerce-cart table.wc-block-cart-items tr:not(:first-child) td {
    border-top: 1px solid rgba(18, 18, 18, 0.11);
}

.woocommerce-cart table.wc-block-cart-items tr td .wc-block-components-product-name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #373737;
}

.woocommerce-cart table.wc-block-cart-items tr td .wc-block-components-product-name:hover {
    color: var(--nectar-accent-color);
}

.woocommerce-cart table.wc-block-cart-items tr td .wc-block-components-product-badge {
    border: 0;
    padding: 0;
    border-radius: 0;
    color: var(--nectar-accent-color);
}

.woocommerce-cart table.wc-block-cart-items tr td .wc-block-cart-item__prices del {
    color: var(--nectar-extra-color-3);
}

.woocommerce-cart table.wc-block-cart-items tr td .wc-block-components-product-details {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.woocommerce-cart table.wc-block-cart-items tr td .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    text-decoration: none;
    color: var(--nectar-extra-color-1);
}

.woocommerce-cart table.wc-block-cart-items tr td.wc-block-cart-item__total .wc-block-components-formatted-money-amount {
    font-weight: 600;
}

.woocommerce-cart .is-large .wc-block-components-sidebar .wc-block-components-panel,
.woocommerce-cart .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon,
.woocommerce-cart .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
    padding-inline: 0;
}

.woocommerce-cart .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator,
.woocommerce-cart .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel) {
    padding-inline: 0;
}

.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-coupon__content form {
    display: flex;
    flex-direction: column;
}

.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
    flex: 1;
}

.woocommerce-cart .wc-block-components-sidebar .wc-block-components-chip.wc-block-components-chip--radius-large {
    border-radius: 4px;
    padding-right: .50em;
}

.woocommerce-cart .wc-block-components-sidebar .wc-block-components-chip .wc-block-components-chip__remove {
    border-radius: 16px !important;
    overflow: hidden;
}

.woocommerce-cart .wc-block-components-sidebar .wc-block-components-chip .wc-block-components-chip__remove:hover {
    cursor: pointer;
    background: #cc1818;
}

.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link {
    font-family: var(--primary-font);
    text-decoration: none;
    font-size: 14px !important;
    line-height: 1.2em !important;
    color: var(--nectar-accent-color);
}

.woocommerce-cart .wc-block-components-sidebar .wc-block-components-button:not(.is-link) {
    border-radius: 8px !important;
}

.woocommerce-cart .wc-block-components-sidebar .wc-block-components-button:not(.is-link):hover {
    background-color: #373737 !important;
    box-shadow: none !important;
    transform: translateY(0px) !important;
}

.woocommerce-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator {
    padding-inline: 0 !important;
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__description > span {
    color: #86868b !important;
}

/* CART NEW */

.woocommerce-cart .woocommerce {
    display: flex;
    flex-wrap: wrap;
    gap: 35px 5%;
}

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

.woocommerce-cart .woocommerce-message {
    margin-bottom: 0;
}

.woocommerce-cart .woocommerce h1 {
    font-size: 26px;
    line-height: 32px;
}

.woocommerce-cart .woocommerce-cart-form {
    flex: 1 1 calc(65% - 2.5%);
    max-width: calc(65% - 2.5%);
}

.woocommerce-cart .woocommerce table.shop_table {
    margin-top: 35px;
}

.woocommerce-cart .woocommerce table.shop_table th {
    padding-inline: 0;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.woocommerce-cart .woocommerce table.shop_table th:last-child,
.woocommerce-cart .woocommerce table.shop_table td:last-child {
    text-align: right;
}

.woocommerce-cart .woocommerce table.shop_table td {
    background-color: transparent !important;
    padding: 24px 0 24px 0;
}

.woocommerce-cart .cart-collaterals {
    flex: 1 1 calc(35% - 2.5%);
    max-width: calc(35% - 2.5%);
    display: flex;
    flex-direction: column;
}

.woocommerce-cart .cart-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
}

body.woocommerce-cart .woocommerce .cart-actions .button {
    border-radius: 8px !important;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}

body.woocommerce-cart .woocommerce .cart-actions .button:hover {
    background-color: #373737 !important;
    box-shadow: none !important;
    transform: translateY(0);
}

.woocommerce-cart .cart-actions .coupon {
    flex: 1;
}

.woocommerce table.cart td.actions .coupon {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.woocommerce-cart .coupon-input {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 12px;
}

.woocommerce-cart .coupon-input .form-control {
    flex: 1;
}

.woocommerce-cart .coupon-input .form-control input {
    margin: 0 !important;
}

.woocommerce-cart .cross-sells > h2 {
    margin: 0;
    font-size: 26px !important;
    line-height: 32px !important;
}

.woocommerce-cart .cross-sells ul.products {
    margin-top: 35px;
    gap: 20px;
}

.woocommerce-cart .cross-sells ul.products::before,
.woocommerce-cart .cross-sells ul.products::after {
    content: none;
}

.woocommerce-cart .cross-sells ul.products li {
    margin: 0 !important;
    width: 100% !important;
    flex: 1 1 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
}

.woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
    position: sticky;
    top: var(--nectar-sticky-top-distance, 100px);
}

.woocommerce-cart .cart-collaterals .cart_totals > h2 {
    font-size: 26px !important;
    line-height: 32px !important;
    margin-bottom: 35px;
}

.woocommerce-cart .cart-collaterals .subtotal-item,
.woocommerce-cart .cart-collaterals .discount-item,
.woocommerce-cart .cart-collaterals .fee-item,
.woocommerce-cart .cart-collaterals .tax-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 0;
}

.woocommerce-cart .cart-collaterals span:not(.label, .shipping-method-text) {
    font-weight: 600;
}

.woocommerce-cart .cart-collaterals .discount-item span.value {
    color: #4ab866;
}

.woocommerce-cart .cart-collaterals .coupons {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.woocommerce-cart .cart-collaterals .coupons .coupon {
    border: 1px solid;
    border-radius: 4px;
    padding: .35em .50em;
    font-size: 16px;
    line-height: 1em;
    display: inline-flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
}

.woocommerce-cart .cart-collaterals .coupons .coupon span {
    font-weight: 400;
}

.woocommerce-cart .cart-collaterals .coupons .coupon a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    line-height: 0;
    background-color: #e0e0e0;
    border-radius: 16px;
    color: #1e1e1e;
    transition: all 0.2s ease-in-out;
}

.woocommerce-cart .cart-collaterals .coupons .coupon a:hover {
    background-color: #cc1818;
    color: #fff;
}

.woocommerce-cart .cart-collaterals .shipping-item {
    padding: 10px 0;
}

.woocommerce-cart .cart-collaterals .shipping-methods .details {
    display: flex;
    justify-content: space-between;
}

.woocommerce-cart .cart-collaterals .shipping-methods .details .shipping-method-text {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
}

.woocommerce-cart .cart-collaterals .shipping-methods .woocommerce-shipping-destination {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 0;
}

.woocommerce-cart .cart-collaterals .shipping-methods ul.woocommerce-shipping-methods {
    margin-top: 25px !important;
}

.woocommerce-cart .cart-collaterals .shipping-methods li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 1em !important;
}

.woocommerce-cart .cart-collaterals .shipping-methods input.shipping_method {
    width: 1.5em;
    height: 1.5em;
    margin-right: 0 !important;
    position: relative;
    border-color: #373737;
}

.woocommerce-cart .cart-collaterals .shipping-methods input:checked:before {
    content: "";
    border-radius: 50%;
    display: block;
    width: .75em;
    height: .75em;
    margin: 0;
    min-width: 12px;
    min-height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.woocommerce-cart .cart-collaterals .shipping-methods label {
    flex: 1;
    display: table;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.woocommerce-cart .cart-collaterals .shipping-methods label:hover {
    cursor: pointer;
}

.woocommerce-cart .cart-collaterals .shipping-methods label span {
    display: table-row;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 500 !important;
    color: #86868b;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-button::after {
    content: none;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-form {
    display: flex;
    flex-direction: column;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-form .form-control {
    margin-bottom: 15px;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-form .button {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 8px !important;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-form .button:hover {
    box-shadow: none !important;
    transform: translateY(0) !important;
}

.woocommerce-cart .cart-collaterals .fee-item,
.woocommerce-cart .cart-collaterals .tax-item {
    flex-direction: column;
    gap: 4px;
}

.woocommerce-cart .cart-collaterals .fee-item .fee,
.woocommerce-cart .cart-collaterals .tax-item .tax-rate {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.woocommerce-cart .cart-collaterals .total-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
    padding: 16px 0;
    border-top: 1px solid rgba(18, 18, 18, 0.10);
}

.woocommerce-cart .cart-collaterals .total-item .label,
.woocommerce-cart .cart-collaterals .total-item strong {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
}

.woocommerce-cart .cart-collaterals .total-item small {
    width: 100%;
    margin-top: 8px;
    padding-bottom: 1.5em;
    font-size: 16px;
    line-height: 24px;
}

.woocommerce-cart .cart-collaterals .total-item small span {
    font-weight: 400 !important;
}

.woocommerce-cart .proceed-to-checkout a.checkout-button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 26px;
    min-height: 3em;
    padding: 0 15px;
    border-radius: 8px;
    background-color: var(--nectar-accent-color);
}

.woocommerce-cart .proceed-to-checkout a.checkout-button:hover {
    background-color: #32373c !important;
}

.woocommerce-cart .woocommerce-notices-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message {
    margin-bottom: 35px;
}

.woocommerce-cart .cart-empty.woocommerce-info {
    display: none;
}

.woocommerce-cart .wc-cart-empty {
    width: 100%;
}

.woocommerce-cart .wc-cart-empty h1 {
    font-size: 48px;
    line-height: 54px;
    margin-bottom: 10px;
}

.woocommerce-cart .wc-cart-empty .return-to-shop a.button {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    border-radius: 8px;
    padding: 15px 22px;
    text-transform: none;
    background-color: var(--nectar-accent-color);
}

.woocommerce-cart .wc-cart-empty .return-to-shop a.button:hover {
    background-color: #32373c !important;
}

.woocommerce-cart .wc-cart-empty .new-products {
    margin-top: 65px;
}

.woocommerce-cart .wc-cart-empty .new-products h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1000px) {
    .woocommerce-cart .woocommerce-cart-form,
    .woocommerce-cart .cart-collaterals {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .woocommerce-cart .cross-sells ul.products li {
        margin: 0 !important;
        flex: 1 1 calc(33.333% - 20px);
        max-width: calc(33.333% - 20px);
    }
}

@media only screen and (max-width: 770px) {
    .woocommerce-cart .woocommerce table.shop_table {
        margin-bottom: 25px;
    }

    .woocommerce-cart .cart-actions {
        flex-direction: column;
    }

    body.woocommerce-cart .woocommerce .cart-actions .button {
        margin: 0 !important;
    }
}

@media only screen and (max-width: 690px) {
    .woocommerce-cart .cross-sells ul.products li.classic {
        margin: 0 !important;
        flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }

    .woocommerce-cart .proceed-to-checkout:not(.no-float) {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 20px;
        background-color: #fff;
        z-index: 9999;
    }

    .woocommerce-cart .wc-cart-empty h1 {
        font-size: 33px;
        line-height: 39px;
    }
}

@media only screen and (max-width: 600px) {
    .woocommerce-cart .coupon-input {
        flex-direction: column;
    }

    .woocommerce-cart .coupon-input .button  {
        width: 100% !important;
    }
}

@media only screen and (max-width: 480px) {
    .woocommerce-cart .cross-sells ul.products li.classic {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

/* CART - CART ITEM */

.woocommerce-cart .cart_item:not(:last-child) td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.woocommerce-cart .cart_item .product-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.woocommerce-cart .cart_item .product-item .product-image {
    width: 90px;
}

.woocommerce-cart .cart_item .product-item .product-image a {
    display: block;
    line-height: 0;
}

.woocommerce-cart .cart_item .product-item .product-info {
    flex: 1;
    padding-inline: 24px;
}

.woocommerce-cart .cart_item .product-info .product-name a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #373737;
    background: none;
    transition: all 0.3s ease-in-out;
}

.woocommerce-cart .cart_item .product-info .product-name a:hover {
    color: var(--nectar-accent-color);
}

.woocommerce-cart .cart_item .product-info .product-price .price {
    margin-top: 6px;
    padding: 0;
}

.woocommerce-cart .cart_item .product-info .product-price del {
    color: var(--nectar-extra-color-3);
    margin-right: .5em;
}

.woocommerce-cart .cart_item .product-info .product-price .badge {
    margin-top: 12px;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--nectar-accent-color);
}

.woocommerce-cart .cart_item .product-info .product-metadata {
    margin-top: 12px;
}

.woocommerce-cart .cart_item .product-info .product-metadata .description {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
}

.woocommerce-cart .cart_item .product-info .product-metadata ul.atributes {
    margin: 20px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.woocommerce-cart .cart_item .product-info .product-metadata ul.atributes li {
    list-style: none;
    font-size: 16px;
    line-height: 16px;
}

.woocommerce-cart .cart_item .product-info .product-metadata ul.atributes li span {
    font-weight: 600;
}

.woocommerce-cart .cart_item .product-info .product-metadata .backorder-notification {
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #F3695F;
}

.woocommerce-cart .cart_item .product-quantity {
    margin-top: 20px;
}

.woocommerce-cart .cart_item .product-quantity .quantity {
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.woocommerce-cart .cart_item .product-quantity .quantity input[type="button"] {
    box-shadow: none;
    background: none;
    width: 30px;
    height: 40px;
}

.woocommerce-cart .cart_item .product-quantity .quantity input[type="button"]:hover {
    background-color: transparent !important;
    color: var(--nectar-accent-color) !important;
}

.woocommerce-cart .cart_item .product-quantity .quantity input[type="number"] {
    height: 40px;
    border-radius: 4px;
    border: 1.2px solid transparent;
}

.woocommerce-cart .cart_item .product-quantity .quantity input[type="number"]:focus {
    border-color: var(--nectar-accent-color);
}

.woocommerce-cart .cart_item .product-total-mobile {
    margin-top: 20px;
    display: none;
    font-weight: 600;
}

.woocommerce-cart .cart_item .product-remove {
    margin-top: 20px;
}

.woocommerce-cart .cart_item .product-remove a {
    font-size: 16px;
    line-height: 24px;
    color: #F3695F;
}

.woocommerce-cart .cart_item .product-remove a:hover {
    color: #373737;
}

.woocommerce-cart .cart_item .product-total {
    vertical-align: top;
    font-weight: 600;
}

@media only screen and (max-width: 599px) {
    .woocommerce-cart .woocommerce-cart-form .product-total {
        display: none;
    }
    .woocommerce-cart .cart_item .product-total-mobile {
        display: block;
    }
}

/* CHECKOUT */

.wc-block-components-sidebar-layout {
    gap: 0 5%;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
    width: 100% !important;
    flex: 1 1 calc(65% - 2.5%);
    max-width: calc(65% - 2.5%);
    padding-right: 0 !important;
}

.wc-block-components-sidebar {
    width: 100% !important;
    flex: 1 1 calc(35% - 2.5%);
    max-width: calc(35% - 2.5%);
    padding-left: 0 !important;
}

.wc-block-components-form .wc-block-components-checkout-step {
    margin-bottom: 45px !important; 
}

.woocommerce-checkout .wc-block-components-title.wc-block-components-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 12px;
}

.wc-block-checkout__contact-fields .wc-block-components-checkout-step__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.wp-block-woocommerce-checkout .wc-block-checkout__login-prompt {
    margin-top: 0 !important;
    font-weight: 500 !important;
    color: #F3695F;
}

.wp-block-woocommerce-checkout .wc-block-checkout__login-prompt:hover {
    color: var(--nectar-accent-color);
}

.wc-block-components-checkout-step__description {
    font-size: 16px !important;
    line-height: 26px !important;
    margin-bottom: 20px !important;
    padding-bottom: 0;
}

body .wc-block-components-button.wc-block-checkout__shipping-method-option,
body .wc-block-components-button.wc-block-checkout__shipping-method-option:hover {
    border: 2px solid transparent;
    border-radius: 8px !important;
    background-color: #f7f7f7;
    outline: none !important;
}

body .wc-block-components-button.wc-block-checkout__shipping-method-option--selected,
body .wc-block-components-button.wc-block-checkout__shipping-method-option--selected:hover,
body .wc-block-components-button.wc-block-checkout__shipping-method-option--selected:focus {
    border-color: var(--nectar-accent-color);
    background-color: #f7f7f7 !important;
}

.wc-block-components-address-card {
    border: none !important;
    border-radius: 8px !important;
    background-color: #f7f7f7;
}

.wc-block-components-address-card address .wc-block-components-address-card__address-section:first-child {
    font-weight: 500 !important;
}

.wc-block-components-address-card__edit {
    color: #F3695F !important;
}

.wc-block-components-address-card__edit:hover {
    color: var(--nectar-accent-color) !important;
    background-color: transparent !important;
    text-decoration: none !important;
}

.wc-block-components-shipping-rates-control {
    margin-top: 20px !important;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control,
.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control,
.wc-block-components-local-pickup-select .wc-block-components-radio-control {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 12px;
}

.wc-block-components-radio-control--highlight-checked:after {
    border: none !important;
    border-radius: none !important;
}

.wc-block-checkout__shipping-option .wc-block-components-radio-control__option,
.wc-block-components-local-pickup-select .wc-block-components-radio-control__option {
    padding: 1em !important;
    border-radius: 8px !important;
    background-color: #f7f7f7;
    position: relative;
    overflow: hidden;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option {
    border-radius: 8px !important;
    background-color: #f7f7f7;
    position: relative;
    overflow: hidden;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option-layout {
    padding: 1em !important;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option .wc-block-components-radio-control__input,
.wc-block-checkout__shipping-option .wc-block-components-radio-control__option .wc-block-components-radio-control__input,
.wc-block-components-local-pickup-select .wc-block-components-radio-control__option .wc-block-components-radio-control__input {
    position: absolute;
    left: -3000px !important;
    width: 0 !important;
    height: 0 !important;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option {
    padding: 0 !important;
}

.wc-block-components-radio-control-accordion-content {
    padding: 0 1em 1em 1em !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    margin-top: calc(6px - 1em);
}

.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
    box-shadow: inset 0 0 0 2px var(--nectar-accent-color) !important;
}

.wc-block-checkout__pickup-options .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__description-group,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__description-group {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.wc-block-checkout__pickup-options .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__description > svg,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__description > svg {
    display: none !important;
}

.wc-block-checkout__pickup-options .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__description,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__description,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__secondary-description,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__secondary-description .read-more-content {
    margin: 0 !important;
    font-weight: 400 !important;
}

.wc-block-checkout__pickup-options .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__label-group em,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__label-group em {
    color: var(--nectar-accent-color) !important;
    font-weight: 500 !important;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label span {
    color: #32373c !important;
}

.wc-block-checkout__add-note .wc-block-components-textarea {
    min-height: 150px;
    font-size: 16px;
    line-height: 24px;
}

.wc-block-checkout__add-note .wc-block-components-textarea:focus {
    box-shadow: 0 0 0 1px var(--nectar-accent-color) !important;
}

.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button:not(.is-link) {
    border-radius: 8px !important;
}

.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button:not(.is-link):hover {
    background-color: #32373c !important;
}

.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button:not(.is-link):focus {
    outline: none !important;
}

.is-large .wc-block-checkout__sidebar.is-sticky {
    top: 65px;
}

.customize-support .is-large .wc-block-checkout__sidebar.is-sticky {
    top: 100px;
}

.is-large .wp-block-woocommerce-checkout-order-summary-block {
    border: none !important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__description {
    flex: 1;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__image {
    width: 64px !important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__image img {
    border: 1px solid rgba(18, 18, 18, 0.10);
    border-radius: 8px;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    background-color: #373737 !important;
    color: #fff !important;
    border: none !important;
    padding: 0.3em 0.4em !important;
    min-width: 25px !important;
    min-height: 25px !important;
    pointer-events: none;
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wc-block-checkout__sidebar .wc-block-components-product-price ins,
.wc-block-checkout__sidebar .wc-block-components-formatted-money-amount {
    font-weight: 600;
}

.wc-block-checkout__sidebar .wc-block-components-product-metadata__description {
    display: none;
}

.wc-block-checkout__sidebar .wc-block-components-product-details {
    display: flex;
    gap: 8px;
}

.wc-block-checkout__sidebar .wc-block-components-product-details li {
    list-style: none;
}

.wc-block-checkout__sidebar .wc-block-components-product-details li .wc-block-components-product-details__name {
    font-weight: 600;
}

.wc-block-checkout__sidebar .wc-block-components-button:not(.is-link) {
    border-radius: 8px !important;
    box-shadow: none !important;
}

body[data-button-style="slightly_rounded_shadow"] .wc-block-checkout__sidebar .wc-block-components-button:not(.is-link):hover {
    background-color: #32373c !important;
    box-shadow: none !important;
    transform: translateY(0) !important;
}

.wc-block-components-totals-discount__coupon-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.wc-block-components-totals-discount__coupon-list .wc-block-components-chip {
    border-radius: 4px !important;
    padding: .35em .50em !important;
    font-size: 16px;
    line-height: 1em;
    display: inline-flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
}

.wc-block-components-totals-discount__coupon-list .wc-block-components-chip span {
    padding-right: 0 !important;
}

.wc-block-components-totals-discount__coupon-list .wc-block-components-chip button {
    width: 16px !important;
    height: 16px !important;
    background-color: #e0e0e0 !important;
    border-radius: 16px !important;
    transition: all 0.2s ease-in-out;
}

.wc-block-components-totals-discount__coupon-list .wc-block-components-chip button:hover {
    cursor: pointer;
    background-color: #cc1818 !important;
}

@media only screen and (max-width: 1000px) {
    .wc-block-components-sidebar-layout .wc-block-components-main,
    .wc-block-components-sidebar {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .is-mobile .wc-block-components-form .wc-block-components-checkout-step:after,
    .is-small .wc-block-components-form .wc-block-components-checkout-step:after {
        content: none !important;
    }
}

@media only screen and (max-width: 560px) {
    .wc-block-checkout__contact-fields .wc-block-components-checkout-step__heading {
        flex-direction: column;
        align-items: flex-start;
    }

    .wp-block-woocommerce-checkout .wc-block-checkout__login-prompt {
        margin-bottom: 12px;
    }

    .wc-block-components-form .wc-block-components-checkout-step {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 480px) {
    .wc-block-components-totals-coupon__form,
    .wc-block-checkout__shipping-method-container {
        flex-direction: column;
    }

    .wc-block-components-totals-coupon__input {
        flex: 1 !important;
    }

    body .wc-block-components-button.wc-block-checkout__shipping-method-option {
        min-height: 5em !important;
    }
}

/* -- THANK YOU PAGE */

.wc-form-pay h1,
.wc-thankyou-page h1.woocommerce-order-details__title {
    font-size: 48px;
    line-height: 54px;
    margin-bottom: 10px;
}

.wc-form-pay h2,
.wc-thankyou-page h2.wc-bacs-bank-details-heading,
.wc-thankyou-page h2.woocommerce-order-details__title,
.wc-thankyou-page h2.woocommerce-column__title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 35px;
}

.wc-form-pay h3,
.wc-thankyou-page h3.wc-bacs-bank-details-account-name {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
}

.wc-thankyou-page .woocommerce-thankyou-order-failed-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
}

.wc-thankyou-page .woocommerce-thankyou-order-failed-actions .button {
    padding: 15px 22px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    border-radius: 8px;
    background-color: #32373c;
}

.wc-thankyou-page .woocommerce-thankyou-order-failed-actions .button:hover,
.wc-thankyou-page .woocommerce-thankyou-order-failed-actions .button.pay {
    background-color: var(--nectar-accent-color);
}

.wc-thankyou-page .woocommerce-thankyou-order-failed-actions .button.pay:hover {
    background-color: #32373c !important;
}

.wc-thankyou-page ul.woocommerce-thankyou-order-details {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
    border-top: 1px solid rgba(18, 18, 18, 0.10);
    border-bottom: 1px solid rgba(18, 18, 18, 0.10);
    padding: 20px 0;
}

.wc-thankyou-page ul.woocommerce-thankyou-order-details::before,
.wc-thankyou-page ul.woocommerce-thankyou-order-details::after,
.wc-thankyou-page .woocommerce-bacs-bank-details ul.wc-bacs-bank-details.bacs_details::before,
.wc-thankyou-page .woocommerce-bacs-bank-details ul.wc-bacs-bank-details.bacs_details::after {
    content: none;
}

.wc-thankyou-page ul.woocommerce-thankyou-order-details li,
.wc-thankyou-page .woocommerce-bacs-bank-details ul.wc-bacs-bank-details.bacs_details li {
    margin: 0;
    padding: 0;
    border: none;
    color: var(--nectar-accent-color);
}

.wc-thankyou-page ul.woocommerce-thankyou-order-details li strong,
.wc-thankyou-page .woocommerce-bacs-bank-details ul.wc-bacs-bank-details.bacs_details li strong {
    color: #373737;
}

.wc-thankyou-page ul.woocommerce-thankyou-order-details li.order {
    order: 1;
}

.wc-thankyou-page ul.woocommerce-thankyou-order-details li.date {
    order: 2;
}

.wc-thankyou-page ul.woocommerce-thankyou-order-details li.email {
    order: 3;
}

.wc-thankyou-page ul.woocommerce-thankyou-order-details li.method {
    order: 4;
}

.wc-thankyou-page ul.woocommerce-thankyou-order-details li.total {
    order: 5;
}

.wc-thankyou-page .woocommerce-bacs-bank-details {
    margin-bottom: 3em;
}

.wc-thankyou-page .woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name:not(:first-of-type) {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(18, 18, 18, 0.10);
}

.wc-thankyou-page .woocommerce-bacs-bank-details ul.wc-bacs-bank-details.bacs_details {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
    margin-bottom: 0;
}

@media only screen and (max-width: 690px) {
    .wc-thankyou-page h1.woocommerce-order-details__title {
        font-size: 33px;
        line-height: 39px;
    }
}

@media only screen and (max-width: 480px) {
    .wc-thankyou-page .woocommerce-thankyou-order-failed-actions,
    .wc-thankyou-page ul.woocommerce-thankyou-order-details,
    .wc-thankyou-page .woocommerce-bacs-bank-details ul.wc-bacs-bank-details.bacs_details {
        flex-direction: column;
    }

    .wc-thankyou-page .woocommerce-thankyou-order-failed-actions .button {
        width: 100%;
    }
}

/* ORDER DETAILS */

.wc-order-details-table {
    margin-top: 35px !important;
}

.wc-order-details-table,
.wc-order-details-table th,
.wc-order-details-table td {
    border: none !important;
}

.wc-order-details-table tr {
    background-color: transparent !important;
}

.wc-order-details-table tr:not(.product-purchase-note, .customer-note) th:last-child,
.wc-order-details-table tr:not(.product-purchase-note, .customer-note) td:last-child {
    text-align: right !important;
}

.wc-order-details-table th {
    padding: 9px 0 !important;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400 !important;
}

.wc-order-details-table thead th {
    font-weight: 600 !important;
    text-transform: uppercase;
}

.wc-order-details-table td {
    padding: 9px 0 !important;
    vertical-align: top !important;
}

.wc-order-details-table tr:not(.customer-note) td:last-child {
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 600;
}

.wc-order-details-table tbody tr:not(:first-child, .product-purchase-note ) {
    border-top: 1px solid rgba(18, 18, 18, 0.10);
}

.wc-order-details-table tbody td {
    padding: 24px 0 !important;
}

.wc-order-details-table td.product-name {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.wc-order-details-table td.product-name img {
    max-width: 120px;
    margin-bottom: 0 !important;
}

.wc-order-details-table td.product-name > div {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 6px;
}

.wc-order-details-table td.product-name .name,
.wc-order-details-table td.product-name .name a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #373737;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wc-order-details-table td.product-name .name a:hover {
    color: var(--nectar-accent-color);
}

.wc-order-details-table td.product-name .product-quantity {
    font-size: 16px;
    line-height: 24px;
}

.wc-order-details-table td.product-name ul.wc-item-meta {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
}

.wc-order-details-table td.product-name ul.wc-item-meta li {
    list-style: none;
    white-space: nowrap;
    font-size: 16px;
    line-height: 24px;
}

.wc-order-details-table tr.product-purchase-note .title {
    display: block;
}

.wc-order-details-table td.product-name ul.wc-item-meta p {
    display: inline-block;
    padding-bottom: 0;
}

.wc-order-details-table tr.product-purchase-note p {
    padding-bottom: 1em;
}

.wc-order-details-table tfoot tr:first-child,
.wc-order-details-table tfoot:not(.has-note) tr:last-child,
.wc-order-details-table tfoot.has-note tr:nth-last-child(2) {
    border-top: 1px solid rgba(18, 18, 18, 0.10);
}

.wc-order-details-table tfoot tr:first-child th,
.wc-order-details-table tfoot tr:first-child td {
    padding-top: 25px !important;
}

.wc-order-details-table tfoot:not(.has-note) tr:nth-last-child(2) th,
.wc-order-details-table tfoot:not(.has-note) tr:nth-last-child(2) td,
.wc-order-details-table tfoot.has-note tr:nth-last-child(3) th,
.wc-order-details-table tfoot.has-note tr:nth-last-child(3) td {
    padding-bottom: 25px !important;
}

.wc-order-details-table tfoot:not(.has-note) tr:last-child th,
.wc-order-details-table tfoot:not(.has-note) tr:last-child td,
.wc-order-details-table tfoot.has-note tr:nth-last-child(2) th,
.wc-order-details-table tfoot.has-note tr:nth-last-child(2) td {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600 !important;
    padding-top: 25px !important;
}

.wc-order-details-table tfoot:not(.has-note) tr:last-child td > .amount,
.wc-order-details-table tfoot.has-note tr:nth-last-child(2) td > .amount {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600 !important;
}

.wc-order-details-table tfoot:not(.has-note) tr:last-child td del,
.wc-order-details-table tfoot.has-note tr:nth-last-child(2) td del {
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
}

.wc-order-details-table tfoot:not(.has-note) tr:last-child td ins,
.wc-order-details-table tfoot.has-note tr:nth-last-child(2) td ins {
    font-size: 26px;
    line-height: 32px;
    text-decoration: none;
}

.wc-order-details-table td .tax_label,
.wc-order-details-table small,
.wc-order-details-table small.includes_tax,
.wc-order-details-table small.shipped_via {
    display: block !important;
    font-size: 14px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
    white-space: nowrap;
}

.wc-order-details-table tr.customer-note td {
    font-size: 16px !important;
    line-height: 26px !important;
    padding-top: 20px !important;
}

.wc-order-details-table tr.customer-note td strong {
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
}

@media only screen and (max-width: 690px) {
    .wc-order-details-table td.product-subtotal {
        display: table-cell;
    }
}

@media only screen and (max-width: 480px) {
    .wc-order-details-table td.product-name a.image,
    .wc-order-details-table td.product-name img {
        display: none;
    }
}

/* CUSTOMER DETAILS */

.wc-customer-details .addresses  {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.wc-customer-details .addresses::before,
.wc-customer-details .addresses::after {
    content: none;
}

.wc-customer-details .woocommerce-column {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    float: none !important;
    width: 100% !important;
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
}

.wc-customer-details .woocommerce-column h2 {
    width: 100%;
}

.wc-customer-details address {
    flex: 1;
    border: none !important;
    box-shadow: none !important;
    border-radius: 8px !important;
    background-color: #f7f7f7;
    padding: 25px !important;
    font-size: 16px;
    line-height: 26px;
}

@media only screen and (max-width: 1000px) {
    .wc-customer-details .addresses  {
        flex-direction: column;
    }

    .wc-customer-details .woocommerce-column {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

/* FORM PAY */

.wc-form-pay p.title-description {
    padding-bottom: 0;
}

.wc-form-pay .woocommerce-terms-and-conditions-wrapper {
    padding-top: 35px;
}

.wc-form-pay .form-row:has( > input[type="checkbox"] ) {
    padding-bottom: 1.5em;
}

.wc-form-pay .form-row:has( > input[type="checkbox"] ) input[type="checkbox"] {
    appearance: none;
    background-color: #fff;
    border: 1px solid rgba(25, 23, 17, .48);
    border-radius: 4px;
    font-size: 1em;
    line-height: 1.5em;
    min-height: 1.5em;
    min-width: 1.5em;
    overflow: hidden;
    position: static;
    vertical-align: middle;
    width: 1.5em;
    height: 1.5em;
    color: var(--nectar-accent-color);
}

.wc-form-pay .form-row:has( > input[type="checkbox"] ) input[type="checkbox"]:focus {
    border-color: var(--nectar-accent-color);
}

.wc-form-pay .form-row:has( > input[type="checkbox"] ) input[type="checkbox"]:hover,
.wc-form-pay .form-row:has( > input[type="checkbox"] ) label:hover {
    cursor: pointer;
}

.wc-form-pay .form-row:has( > input[type="checkbox"] ) input[type="checkbox"]:checked:before {
    content: url("data:image/svg+xml,%3Csvg width='17' height='17' aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 20'%3E%3Cpath d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z' fill='%230066ff'/%3E%3C/svg%3E");
}

.wc-form-pay #place_order {
    margin-top: 35px;
}

.woocommerce #order_review #payment #place_order {
    min-height: 3em;
    border-radius: 8px !important;
    font-size: 1em !important;
    line-height: 1em !important;
    padding: 1em !important;
    text-transform: none !important;
}

.woocommerce #order_review #payment #place_order:hover {
    background-color:#32373c !important;
    transform: translateY(0) !important;
    box-shadow: none !important;
    opacity: 1 !important;
}

/* PAYMENT METHDS */

.wc-payments-methods ul.wc_payment_methods::before,
.wc-payments-methods ul.wc_payment_methods::after {
    content: none !important;
}

.wc-payments-methods ul.wc_payment_methods li {
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    background-color: #f7f7f7;
    padding: 0;
}

.wc-payments-methods ul.wc_payment_methods li:not(:first-child) {
    margin-top: 12px !important;
}

.wc-payments-methods ul.wc_payment_methods li input {
    position: absolute;
    left: -3000px;
}

.wc-payments-methods ul.wc_payment_methods li label {
    display: block;
    font-weight: 500;
    padding: 1em;
}

.wc-payments-methods ul.wc_payment_methods li label:hover {
    cursor: pointer;
}

.wc-payments-methods ul.wc_payment_methods li div.payment_box {
    padding-inline: 1em !important;
    margin-top: 0 !important;
    margin-bottom: 1em !important;
}

.wc-payments-methods ul.wc_payment_methods li div.payment_box p {
    padding-inline: 0 !important;
    font-size: 16px;
    line-height: 24px;
}

.wc-payments-methods ul.wc_payment_methods li:has(> input:checked) {
    box-shadow: inset 0 0 0 2px var(--nectar-accent-color);
}

.wc-payments-methods ul.wc_payment_methods li:has(> input:checked) label {
    padding-bottom: 0;
}

/* FORM LOGIN */

.wc-form-login .form-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.wc-form-login .form-row::before,
.wc-form-login .form-row::after {
    content: none !important;
}

.wc-form-login .form-row > div {
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
}

.wc-form-login .form-row .lost_password {
    text-align: right;
    font-size: 16px;
    line-height: 24px;
}

.wc-form-login .form-row .lost_password a {
    color: #373737;
}

.wc-form-login .form-row .lost_password a:hover {
    color: var(--nectar-accent-color);
}

.wc-form-login .form-row button.button {
    min-height: 3em;
    font-size: 16px;
    line-height: 26px;
    border-radius: 8px !important;
    padding: 1em;
    margin-top: 12px;
    margin-right: 0;
    min-width: 250px;
}

body .wc-form-login .form-row button.button:hover {
    box-shadow: none !important;
    transform: translateY(0) !important;
    background-color: #32373c !important;
    opacity: 1 !important;
}

@media only screen and (max-width: 768px) {
    .wc-form-login .form-row:not(:nth-last-of-type(2)) > div {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 690px) {
    .wc-form-login .form-row button.button {
        width: 100%;
    }
}

/* MY ACCOUNT LOGIN FORM */

.wc-my-account-reset-password .form-row,
.wc-my-account-signin-signup .form-row {
    padding-inline: 0 !important;
}

.wc-my-account-reset-password .form-row::before,
.wc-my-account-reset-password .form-row::after,
.wc-my-account-signin-signup .form-row::before,
.wc-my-account-signin-signup .form-row::after {
    content: none !important;
}

.wc-my-account-reset-password .form-row.heading p,
.wc-my-account-signin-signup .form-row.heading p {
    padding-bottom: 1em;
}

.wc-my-account-reset-password .form-row:not(.heading),
.wc-my-account-signin-signup .form-row:not(.heading, .lost_password) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.wc-my-account-reset-password .form-row:not(.heading) > div,
.wc-my-account-signin-signup .form-row:not(.heading) > div {
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
}

.wc-my-account-signin-signup .form-row .lost_password {
    text-align: right;
    font-size: 16px;
    line-height: 24px;
}

.wc-my-account-signin-signup .form-row .lost_password a {
    color: #373737;
}

.wc-my-account-signin-signup .form-row .lost_password a:hover {
    color: var(--nectar-accent-color);
}

.wc-my-account-reset-password .form-row:has(button[type="submit"]),
.wc-my-account-signin-signup .form-row:has(button[type="submit"]) {
    margin-top: 15px;
    margin-bottom: 0;
}

body.woocommerce-page .wc-my-account-reset-password button[type="submit"],
body.woocommerce-page .wc-my-account-signin-signup button[type="submit"] {
    appearance: none;
    outline: none;
    min-height: 3em;
    min-width: 250px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    background-color: var(--nectar-accent-color);
    border: none;
    border-radius: 8px !important;
}

body.woocommerce-page .wc-my-account-reset-password button[type="submit"]:hover,
body.woocommerce-page .wc-my-account-signin-signup button[type="submit"]:hover {
    background-color: #32373c !important;
    transform: translateY(0) !important;
    box-shadow: none !important;
}

.wc-my-account-signin-signup .form-row.signup-btn {
    margin-top: 12px;
    font-size: 16px;
    line-height: 22px;
}

.wc-my-account-signin-signup .form-row.signup-btn button[type="button"] {
    appearance: none;
    outline: none;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

.wc-my-account-signin-signup .form-row.signup-btn button[type="button"]:hover {
    cursor: pointer;
    color: var(--nectar-accent-color);
}

.wc-my-account-signin-signup .woocommerce-privacy-policy-text p {
    padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .wc-my-account-reset-password .form-row:not( .heading, .remember ) > div,
    .wc-my-account-signin-signup .form-row:not( .heading, .remember ) > div {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 690px) {
    body.woocommerce-page .wc-my-account-reset-password button[type="submit"],
    body.woocommerce-page .wc-my-account-signin-signup button[type="submit"] {
        width: 100%;
    }

    .wc-my-account-signin-signup .form-row.remember {
        flex-direction: column;
        align-items: flex-start;
    }

    .wc-my-account-signin-signup .form-row.remember > div {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .wc-my-account-signin-signup .form-row.remember > div:first-child {
        order: 2;
    }

    .wc-my-account-signin-signup .form-row.remember > div:last-child {
        order: 1;
    }
}

/* Reset Password Form */

.wc-my-account-reset-password .form-row:not(.heading) {
    align-items: flex-start;
}

.wc-my-account-reset-password .woocommerce-password-strength {
    margin-top: 8px;
    border-radius: 8px;
    padding: 12px 20px;
}

.wc-my-account-reset-password .woocommerce-password-hint {
    font-size: 14px;
    line-height: 20px;
}

/* Checkout Page */

.wc-checkout-page {
    display: flex;
    flex-wrap: wrap;
    gap: 35px 5%;
}

.wc-checkout-page .checkout-main {
    flex: 1 1 calc(65% - 2.5%);
    max-width: calc(65% - 2.5%);
}

.wc-checkout-page .checkout-sidebar {
    flex: 1 1 calc(35% - 2.5%);
    max-width: calc(35% - 2.5%);
}

.wc-checkout-page .form-row.hidden-field {
    position: relative;
    margin-bottom: 0;
}

.wc-checkout-page .form-row.hidden-field {
    position: relative;
}

.wc-checkout-page .form-row.hidden-field .form-control {
    position: absolute;
    left: -2000px;
}

.wc-checkout-page .form-row::before,
.wc-checkout-page .form-row::after {
    content: none !important;
}

.wc-checkout-page .checkout-main h3,
.wc-checkout-page .checkout-sidebar h3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 12px;
}

.wc-checkout-page fieldset {
    margin-bottom: 45px;
}

.wc-checkout-page .checkout-heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.wc-checkout-page .checkout-heading a.login {
    display: inline;
    font-size: 16px;
    font-weight: 500;
    color: #F3695F;
}

.wc-checkout-page .checkout-heading a.login:hover {
    color: var(--nectar-accent-color);
}

.wc-checkout-page .form-row.createaccount {
    margin-top: 25px;
}

.wc-checkout-page .woocommerce-shipping-fields,
.wc-checkout-page .woocommerce-billing-fields,
.wc-checkout-page .woocommerce-additional-fields {
    padding-right: 0px !important;
}

.wc-checkout-page .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper,
.wc-checkout-page .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0 8px;
    transition: all 0.3s ease-in-out;
}

.wc-checkout-page .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row,
.wc-checkout-page .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row {
    flex: 1 1 100%;
    max-width: 100%;
}

.wc-checkout-page .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row:nth-child(2),
.wc-checkout-page .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row:nth-child(3),
.wc-checkout-page .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row:nth-child(2),
.wc-checkout-page .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row:nth-child(3),
.wc-checkout-page .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row:nth-last-child(2),
.wc-checkout-page .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row:nth-last-child(3),
.wc-checkout-page .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row:nth-last-child(2),
.wc-checkout-page .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row:nth-last-child(3) {
    flex: 1 1 calc(50% - 4px);
    max-width: calc(50% - 4px);
}

.wc-checkout-page .woocommerce-shipping-fields:not(.is-editing) .woocommerce-shipping-fields__field-wrapper,
.wc-checkout-page .woocommerce-billing-fields:not(.is-editing) .woocommerce-billing-fields__field-wrapper {
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.wc-checkout-page .woocommerce-shipping-fields.is-editing .woocommerce-shipping-fields__field-wrapper,
.wc-checkout-page .woocommerce-billing-fields.is-editing .woocommerce-billing-fields__field-wrapper {
    opacity: 1;
}

.wc-checkout-page .no-local-pickup {
    margin-bottom: 0;
}

.wc-checkout-page .shipping-address {
    margin-top: 45px;
}

.wc-checkout-page .no-local-pickup .shipping-address {
    margin-bottom: 45px;
    margin-top: 0;
}

.wc-checkout-page .shipping-method-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.wc-checkout-page .shipping-method-group-option {
    flex: 1;
    appearance: none;
    background-color: #f7f7f7;
    min-height: 3em;
    border: 2px solid transparent;
    border-radius: 8px !important;
    padding: 16px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #373737;
}

.wc-checkout-page .shipping-method-group-option span {
    font-size: 1rem;
    font-weight: 600;
}

.wc-checkout-page .shipping-method-group-option:hover {
    cursor: pointer;
}

.wc-checkout-page .shipping-method-group-option--selected {
    border-color: var(--nectar-accent-color);
}

.wc-checkout-page .address-card {
    background-color: #f7f7f7;
    border-radius: 8px;
    padding: 1em;
    display: flex;
    font-size: 1em;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
}

.wc-checkout-page .woocommerce-billing-fields .address-card {
    margin-bottom: 12px;
}

.wc-checkout-page .address-card strong {
    font-weight: 500;
}

.wc-checkout-page .address-card p {
    padding-bottom: 0;
}

.wc-checkout-page .address-card p:not(:first-child) > span:not(:last-child, .postcode)::after {
    content: ", ";
}

.wc-checkout-page .address-card p:not(:first-child) > span.postcode::after {
    content: " ";
}

.wc-checkout-page .address-card button.edit-card {
    appearance: none;
    background: none;
    border: none;
    outline: none;
    font-family: inherit;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #F3695F;
    transition: color 0.3s ease-in-out;
}

.wc-checkout-page .address-card button.edit-card:hover {
    cursor: pointer;
    color: var(--nectar-accent-color);
}

.wc-checkout-page button.add-address-line-2 {
    appearance: none;
    outline: none;
    border: none;
    background: none;
    padding: 0;
    font-family: inherit;
    font-size: 1em;
    line-height: 1.3em;
    color: #373737;
}

.wc-checkout-page button.add-address-line-2:hover {
    cursor: pointer;
    text-decoration: underline;
}

.wc-checkout-page .woocommerce-shipping-fields .form-control.hidden-field > label,
.wc-checkout-page .woocommerce-shipping-fields .form-control.hidden-field > span,
.wc-checkout-page .woocommerce-shipping-fields .form-control.hidden-field > button,
.wc-checkout-page .woocommerce-billing-fields .form-control.hidden-field > label,
.wc-checkout-page .woocommerce-billing-fields .form-control.hidden-field > span,
.wc-checkout-page .woocommerce-billing-fields .form-control.hidden-field > button {
    display: none;
}

.wc-checkout-page .woocommerce-billing-fields {
    padding-bottom: 0;
}

#billing_country_field.form-control .woocommerce-input-wrapper:has(strong),
#shipping_country_field.form-control .woocommerce-input-wrapper:has(strong) {
    display: block;
    width: 100%;
    height: 52.7px;
    border: 1px solid rgba(18, 18, 18, 0.7);
    padding: 1.0588235294rem .9411764706rem 0 .9411764706rem;
    border-radius: 8px;
}

#billing_country_field.form-control .woocommerce-input-wrapper:has(strong) strong,
#shipping_country_field.form-control .woocommerce-input-wrapper:has(strong) strong {
    color: rgba(18, 18, 18, 0.7);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.wc-checkout-page .woocommerce-shipping-fields .form-row,
.wc-checkout-page .woocommerce-billing-fields .form-row {
    padding: 0;
    margin-bottom: 12px;
}

.wc_payment_methods li,
.wc-checkout-page .woocommerce-shipping-methods li {
    margin-top: 12px !important;
    margin-bottom: 0 !important;
}

.wc_payment_methods li label,
.wc-checkout-page .woocommerce-shipping-methods li label,
.wc-checkout-page .woocommerce-shipping-methods .no-shipping-methods {
    display: flex !important;
    flex-wrap: wrap;
    gap: 0 20px;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    padding: 1em;
    border-radius: 8px;
    background-color: #f7f7f7;
}

.wc_payment_methods li label:hover,
.wc-checkout-page .woocommerce-shipping-methods li label:hover {
    cursor: pointer;
}

.wc_payment_methods li label:has(input:checked),
.wc-checkout-page .woocommerce-shipping-methods li label:has(input:checked) {
    box-shadow: inset 0 0 0 2px var(--nectar-accent-color);
}

.wc_payment_methods li label input.input-radio,
.wc-checkout-page .woocommerce-shipping-methods li label input.shipping_method {
    position: absolute;
    left: -3000px;
}

.wc_payment_methods li label > span,
.wc_payment_methods li label > span p,
.wc-checkout-page .woocommerce-shipping-methods li label > span {
    line-height: 1.5em !important;
    color: #373737 !important;
}

.wc_payment_methods li label span.label,
.wc-checkout-page .woocommerce-shipping-methods .no-shipping-methods,
.wc-checkout-page .woocommerce-shipping-methods li label span.label {
    font-weight: 600;
}

.wc-checkout-page .woocommerce-shipping-methods li label span.cost,
.wc-checkout-page .woocommerce-shipping-methods li label span.cost .amount {
    font-weight: 500 !important;
    color: var(--nectar-accent-color) !important;
    text-transform: uppercase;
}

.wc-checkout-page .woocommerce-shipping-methods li label span.address {
    display: block !important;
    width: 100%;
}

.wc_payment_methods li label .description,
.wc-checkout-page .woocommerce-shipping-methods li label .description {
    display: none;
}

.wc_payment_methods li label:has(input:checked) .description,
.wc-checkout-page .woocommerce-shipping-methods li label:has(input:checked) .description {
    width: 100%;
    display: block !important;
}

.wc_payment_methods li label .icon {
    width: 100%;
    display: flex !important;
    flex-wrap: wrap;
    gap: 12px 20px;
    margin-top: 15px;
}

.wc_payment_methods li label .icon img {
    margin-inline: 0 !important;
    max-height: 45px;
}

.wc-checkout-page #payment .woocommerce-additional-fields .form-row:first-child {
    margin-bottom: 0 !important;
    padding-top: 0 !important;
}

.wc-checkout-page #payment .woocommerce-additional-fields.hidden .form-row:first-child {
    padding-bottom: 0 !important;
}

.wc-checkout-page #payment .woocommerce-additional-fields.hidden .woocommerce-additional-fields__field-wrapper {
    display: none;
}

.wc-checkout-page #payment .form-row.place-order {
    padding: 0 !important;
}

.wc-checkout-page #payment .form-row.place-order {
    padding: 0 !important;
}

.wc-checkout-page #payment button#place_order {
    float: none;
    margin-top: 25px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 26px;
    min-height: 3em;
    padding: 0 15px !important;
    border-radius: 8px !important;
}

.wc-checkout-page #payment button#place_order:hover {
    transform: translateY(0) !important;
    box-shadow: none !important;
    background-color: #32373c !important;
}

.wc-checkout-page .woocommerce-checkout-review-order {
    position: sticky;
    top: var(--nectar-sticky-top-distance, 100px);
}

.wc-review-order h3 {
    padding-inline: 16px;
}

.wc-review-order .order-summary-item {
    display: flex;
    gap: 25px;
    padding: 16px;
}

.wc-review-order .order-summary-item .order-summary-item--image {
    position: relative;
    width: 64px;
}

.wc-review-order .order-summary-item .order-summary-item--image img {
    border: 1px solid rgba(18, 18, 18, 0.10);
    border-radius: 8px;
    margin-bottom: 0;
}

.wc-review-order .order-summary-item .order-summary-item--image .order-summary-item--quantity {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 25px;
    height: 25px;
    border-radius: 25px;
    color: #fff;
    background-color: #373737;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    padding: 0.3em 0.5em;
    transform: translate(50%, -50%);
}

.wc-review-order .order-summary-item .order-summary-item--description {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.wc-review-order .order-summary-item .order-summary-item--description .product-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}

.wc-review-order .order-summary-item .order-summary-item--description .product-quantity {
    display: none;
}

.wc-review-order .order-summary-item .order-summary-item--description .product-price {
    display: block;
    font-weight: 500;
}

.wc-review-order .order-summary-item .order-summary-item--description .product-price del {
    font-weight: 400;
}

.wc-review-order .order-summary-item .order-summary-item--description .product-price ins {
    text-decoration: none;
}

.wc-review-order .order-summary-item .order-summary-item--description .product-metadata {
    margin-top: 12px;
}

.wc-review-order .order-summary-item .order-summary-item--description ul.product-details {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.wc-review-order .order-summary-item .order-summary-item--description ul.product-details > li {
    list-style: none;
    white-space: nowrap;
}

.wc-review-order .order-summary-item .order-summary-item--description .product-details--name {
    margin-right: 4px;
    font-weight: 600;
}

.wc-review-order .order-summary-item .order-summary-item--price {
    text-align: right;
}

.wc-review-order .order-summary-item .order-summary-item--price .tax_label,
.wc-review-order .order-review-totals > div .value .tax_label {
    font-size: 14px;
    font-weight: 400;
}

.wc-review-order .order-summary-item .product-price--value,
.wc-review-order .order-review-totals > div .value:has(.tax_label) {
    font-weight: 600;
    display: inline-flex;
    flex-direction: column;
}

.wc-review-order .order-review-totals {
    padding: 15px 0;
    border-top: 1px solid rgba(18, 18, 18, 0.10);
}

.wc-review-order .order-review-totals > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 6px 15px;
    padding-inline: 16px;
}

.wc-review-order .order-review-totals > div:not(:first-child) {
    padding-top: 16px;
}

.wc-review-order .order-review-totals > div .value {
    font-weight: 600;
}

.wc-review-order .order-review-totals div.order-review-totals--cart-discount .value {
    color: #4ab866;
}

.wc-review-order .order-review-totals > div .coupons {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
    margin: 0;
    padding: 0;
}

.wc-review-order .order-review-totals > div .coupons li.coupon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid #373737;
    border-radius: 4px;
    padding: .35em .50em;
    font-size: 16px;
    line-height: 1em;
    list-style: none;
}

.wc-review-order .order-review-totals > div .coupons li.coupon a.woocommerce-remove-coupon {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background-color: #e0e0e0;
    color: #373737;
}

.wc-review-order .order-review-totals > div .coupons li.coupon a.woocommerce-remove-coupon:hover {
    background-color: #F3695F;
    color: #fff;
}

.wc-review-order .order-review-totals div.order-review-totals--shipping .shipping-method-text {
    width: 100%;
    display: block;
    font-size: 16px;
}

.wc-review-order .order-review-totals div.order-review-totals--total {
    border-top: 1px solid rgba(18, 18, 18, 0.10);
    margin-top: 16px;
}

.wc-review-order .order-review-totals div.order-review-totals--total .label,
.wc-review-order .order-review-totals div.order-review-totals--total strong {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
}

.wc-review-order .order-review-totals div.order-review-totals--total .includes_tax {
    display: block;
    width: 100%;
}

.wc-review-order .woocommerce-form-coupon {
    padding: 16px;
    border-top: 1px solid rgba(18, 18, 18, 0.10);
}

.wc-review-order .woocommerce-form-coupon button.showcoupon {
    appearance: none;
    outline: none;
    border: none;
    background: none;
    width: 100%;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #373737;
}

.wc-review-order .woocommerce-form-coupon button.showcoupon:hover {
    cursor: pointer;
}

.wc-review-order .woocommerce-form-coupon button.showcoupon svg {
    transition: all 0.3s ease-in-out;
}

.wc-review-order .woocommerce-form-coupon button.showcoupon[aria-expanded="true"] svg {
    transform-origin: center;
    transform: rotateZ(-180deg);
}

.wc-review-order .woocommerce-form-coupon--form {
    padding-top: 16px;
}

.wc-review-order .woocommerce-form-coupon .form-row {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 12px;
}

.wc-review-order .woocommerce-form-coupon .form-row .form-control:first-child {
    flex: 1;
}

.wc-review-order .woocommerce-form-coupon .form-row .button {
    min-height: 3em;
    display: inline-flex;
    height: 100%;
    border-radius: 8px !important;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 22px !important;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
}

.wc-review-order .woocommerce-form-coupon .form-row .button:hover {
    box-shadow: none !important;
    transform: translateY(0) !important;
    opacity: 1;
    background-color: #32373c !important;
}

@media only screen and (max-width: 1000px) {
    .wc-checkout-page {
        flex-direction: column-reverse;
    }

    .wc-checkout-page .checkout-main,
    .wc-checkout-page .checkout-sidebar {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .wc-review-order .woocommerce-form-coupon .form-row .button {
        min-width: 150px;
    }
}

@media only screen and (max-width: 690px) {
    .wc-checkout-page fieldset {
        margin-bottom: 25px;
    }

    .wc-checkout-page .shipping-method-group {
        flex-direction: column;
    }

    .wc-checkout-page .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row:nth-child(2),
    .wc-checkout-page .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row:nth-child(3),
    .wc-checkout-page .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row:nth-child(2),
    .wc-checkout-page .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row:nth-child(3),
    .wc-checkout-page .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row:nth-last-child(2),
    .wc-checkout-page .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row:nth-last-child(3),
    .wc-checkout-page .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row:nth-last-child(2),
    .wc-checkout-page .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row:nth-last-child(3) {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .wc-review-order .order-summary-item .order-summary-item--image {
        display: none;
    }

    .wc-review-order .order-summary-item .order-summary-item--description .product-quantity {
        display: block;
    }

    .wc-review-order .woocommerce-form-coupon .form-row {
        flex-direction: column;
    }

    .wc-review-order .woocommerce-form-coupon .form-row .button {
        width: 100%;
    }
}

/* MY ACCOUNT PAGE */

.wc-my-account-page {
    display: flex;
    flex-wrap: wrap;
    gap: 45px 65px;
}

.wc-my-account-page .header {
    width: 100%;
}

.wc-my-account-page .header h1 {
    font-size: 32px;
    line-height: 38px;
}

.wc-my-account-page .navigation {
    flex: 1 1 calc(25% - 32.5px);
    max-width: calc(25% - 32.5px);
}

.wc-my-account-page .navigation ul {
    display: block;
    padding: 25px;
    border-radius: 8px;
    background-color: #f7f7f7;
    margin: 0;
}

.wc-my-account-page .navigation ul li {
    list-style: none;
}

.wc-my-account-page .navigation ul li.is-active {
    font-weight: 600;
}

.wc-my-account-page .navigation ul li a {
    color: #373737;
}

.wc-my-account-page .navigation ul li.is-active a,
.wc-my-account-page .navigation ul li a:hover {
    color: var(--nectar-accent-color);
}

.wc-my-account-page .navigation ul li:not(:first-child) {
    margin-top: 12px;
}

.wc-my-account-page .content {
    flex: 1 1 calc(75% - 32.5px);
    max-width: calc(75% - 32.5px);
}

/* Dashboard */

.wc-my-account-page .content .quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.wc-my-account-page .content .quick-links a.quick-link {
    color: #373737;
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
}

.wc-my-account-page a.quick-link {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid rgba(18, 18, 18, 0.10);
    transition: all 0.3s ease-in-out;
}

.wc-my-account-page a.quick-link:hover {
    background-color: #f7f7f7;
}

.wc-my-account-page a.quick-link svg {
    align-self: flex-end;
    margin-top: 8px;
}

.wc-my-account-page .orders {
    margin-top: 45px;
}

.wc-my-account-page .orders h4 {
    margin-bottom: 25px;
}

.wc-my-account-page .orders .no-orders {
    margin-top: 0 !important;
}

.wc-my-account-page .orders .no-orders h4,
.wc-my-account-page .orders .no-orders h6 {
    margin-bottom: 0;
}

.wc-my-account-page table.orders-table,
.wc-my-account-page table.orders-table th,
.wc-my-account-page table.orders-table td {
    border: none !important;
}

.wc-my-account-page table.orders-table thead tr,
.wc-my-account-page table.orders-table tfoot tr {
    background-color: #f8f8f8;
}

.wc-my-account-page table.orders-table tbody tr {
    background-color: transparent !important;
}

.wc-my-account-page table.orders-table th {
    padding: 16px 12px !important;
    vertical-align: middle;
}

.wc-my-account-page table.orders-table td {
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
}

.wc-my-account-page table.orders-table tbody tr:not(:first-child) {
    border-top: 1px solid rgba(18, 18, 18, 0.10);
}

.wc-my-account-page table.orders-table th:last-child,
.wc-my-account-page table.orders-table td:last-child {
    text-align: right;
}

.wc-my-account-page table.orders-table td:first-child {
    width: 64px;
}

.wc-my-account-page table.orders-table .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
}

.wc-my-account-page table.orders-table td time {
    display: block;
    font-size: 14px;
    line-height: 20px;
}

.wc-my-account-page table.orders-table td:nth-child(2) .status {
    display: none;
    font-size: 14px;
    line-height: 22px;
    margin-top: 8px;
}

.wc-view-order-page .order-status,
.wc-my-account-page table.orders-table .status {
    font-weight: 500;
}

.wc-view-order-page .order-status.cancelled,
.wc-view-order-page .order-status.failed,
.wc-my-account-page table.orders-table .status.cancelled,
.wc-my-account-page table.orders-table .status.failed {
    color: #F3695F;
}

.wc-view-order-page .order-status.on-hold,
.wc-view-order-page .order-status.refunded,
.wc-my-account-page table.orders-table .status.on-hold,
.wc-my-account-page table.orders-table .status.refunded {
    color: #969997;
}

.wc-view-order-page .order-status.processing,
.wc-my-account-page table.orders-table .status.processing {
    color: #4ab866;
}

.wc-view-order-page .order-status.pending,
.wc-my-account-page table.orders-table .status.pending {
    color: #FFB803;
}

.wc-view-order-page .order-status.completed,
.wc-my-account-page table.orders-table .status.completed {
    color: var(--nectar-accent-color);
}

.wc-my-account-page table.orders-table td del {
    font-weight: 400;
}

.wc-my-account-page table.orders-table td ins {
    text-decoration: none;
}

@media only screen and (max-width: 1200px) {
    .wc-my-account-page {
        gap: 45px 30px;
    }

    .wc-my-account-page .navigation {
        flex: 1 1 calc(25% - 15px);
        max-width: calc(25% - 15px);
    }

    .wc-my-account-page .content {
        flex: 1 1 calc(75% - 15px);
        max-width: calc(75% - 15px);
    }
}

@media only screen and (max-width: 1000px) {
    .wc-my-account-page .navigation,
    .wc-my-account-page .content {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .wc-my-account-page table.orders-table th:nth-child(2),
    .wc-my-account-page table.orders-table td:nth-child(3) {
        display: none;
    }

    .wc-my-account-page table.orders-table td:nth-child(2) .status {
        display: block;
    }
}

@media only screen and (max-width: 690px) {
    .wc-my-account-page .content .quick-links a.quick-link {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

/* Orders */

.wc-my-account-page .woocommerce-order-details h2,
.wc-my-account-page .woocommerce-customer-details h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 25px;
}

/* Addresses */

.wc-my-account-page .wc-my-account-address h2 {
    font-size: 26px;
    line-height: 32px;
}

.wc-my-account-page .wc-my-account-address h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
}

.wc-my-account-page .wc-my-account-address .addresses {
    display: flex;
    flex-wrap: wrap;
    gap: 45px 30px;
}

.wc-my-account-page .wc-my-account-address .addresses:not(.full) .address {
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
}

.wc-my-account-page .wc-my-account-address .addresses .address {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.wc-my-account-page .wc-my-account-address .addresses .address address {
    flex: 1;
    border-radius: 8px;
    background-color: #f7f7f7;
    padding: 45px 25px 25px 25px;
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
    position: relative;
}

.wc-my-account-page .wc-my-account-address .addresses address .edit {
    position: absolute;
    top: 15px;
    right: 15px;
}

@media only screen and (max-width: 768px) {
    .wc-my-account-page .wc-my-account-address .addresses:not(.full) .address {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

/* Edit Address */

.wc-my-account-page .wc-edit-address h2 {
    font-size: 26px;
    line-height: 32px;
}

.wc-my-account-page .wc-edit-address .woocommerce-address-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0 12px;
}

.wc-my-account-page .wc-edit-address .form-row {
    padding-inline: 0;
    flex: 1 1 100%;
    max-width: 100%;
}

.wc-my-account-page .wc-edit-address .form-row:nth-child(2),
.wc-my-account-page .wc-edit-address .form-row:nth-child(3),
.wc-my-account-page .wc-edit-address:has(#billing_vat_number) .form-row:nth-child(4),
.wc-my-account-page .wc-edit-address:has(#billing_vat_number) .form-row:nth-child(5) {
    flex: 1 1 calc(50% - 6px);
    max-width: calc(50% - 6px);
}

body .wc-my-account-page .wc-edit-address .button {
    margin-top: 25px;
    float: none;
    margin-top: 25px;
    min-width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 26px;
    text-transform: none;
    min-height: 3em;
    padding: 0 15px !important;
    border-radius: 8px !important;
}

body .woocommerce .wc-my-account-page .wc-edit-address .button:hover {
    transform: translateY(0) !important;
    box-shadow: none !important;
    background-color: #32373c !important;
}

@media only screen and (max-width: 768px) {
    .wc-my-account-page .wc-edit-address .form-row:nth-child(2),
    .wc-my-account-page .wc-edit-address .form-row:nth-child(3),
    .wc-my-account-page .wc-edit-address:has(#billing_vat_number) .form-row:nth-child(4),
    .wc-my-account-page .wc-edit-address:has(#billing_vat_number) .form-row:nth-child(5) {
    flex: 1 1 100%;
    max-width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    body .wc-my-account-page .wc-edit-address .button {
        width: 100%;
    }
}

/* Edit Account */

.wc-edit-account-page h2 {
    font-size: 26px;
    line-height: 32px;
}

.wc-edit-account-page .form-row::before,
.wc-edit-account-page .form-row::after {
    content: none !important;
}

.wc-edit-account-page > .form-row:first-of-type {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px;
}

.wc-edit-account-page > .form-row:first-of-type .form-control {
    flex: 1 1 calc(50% - 6px);
    max-width: calc(50% - 6px);
}

.wc-edit-account-page fieldset {
    margin-top: 45px;
}

.wc-edit-account-page .woocommerce-password-strength {
    margin-top: 8px;
    border-radius: 8px;
    padding: 12px 20px;
}

body .woocommerce .wc-my-account-page .wc-edit-account-page .button {
    margin-top: 25px;
    float: none;
    margin-top: 25px;
    min-width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 26px;
    text-transform: none;
    min-height: 3em;
    padding: 0 15px !important;
    border-radius: 8px !important;
}

body .woocommerce .wc-my-account-page .wc-edit-account-page .button:hover {
    transform: translateY(0) !important;
    box-shadow: none !important;
    background-color: #32373c !important;
}

@media only screen and (max-width: 768px) {
    .wc-edit-account-page .form-row:first-of-type .form-control {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

/* VIEW ORDER */

.wc-view-order-page h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 25px;
}

.wc-view-order-page .order-actions {
    margin-bottom: 45px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
}

.wc-view-order-page .commentlist {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 12px;
    margin-inline: 0;
}

.wc-view-order-page .commentlist .comment {
    width: 100%;
    padding: 25px;
    background-color: #f7f7f7;
    border-radius: 8px;
}

.wc-view-order-page .commentlist .comment .meta {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500 !important;
    color: #F3695F;
}

.wc-view-order-page .commentlist .comment .description p {
    padding-bottom: .3em;
}

.wc-view-order-page .commentlist .comment .description p:last-child {
    padding-bottom: 0;
}

@media only screen and (max-width: 690px) {
    .wc-view-order-page .order-actions {
        flex-direction: column;
    }

    .wc-view-order-page .order-actions a {
        width: 100%;
    }

    .wc-view-order-page .commentlist .comment {
        padding: 1em;
    }
}