/*
Theme Name: Hello Elementor Child theme of hello-elementor
Theme URI: 
Description: Child theme of hello-elementor theme for the Hello Elementor theme
Author: <a href="https://elementor.com/?utm_source=wp-themes&#038;utm_campaign=author-uri&#038;utm_medium=wp-dash">צוות אלמנטור</a>
Author URI: 
Template: hello-elementor
Version: 3.4.4
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Mon, 28 Jul 2025 14:55:43 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/


.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-address path {
    fill:#000;
}

.woocommerce-MyAccount-navigation li {
    margin:0px 15px !important;
}


.woocommerce-message {
    border-top-color:#0070B6 !important;
}


.woocommerce-message::before {
    content: "\e015";
    color: #0070B6;
}

.xoo-sl-loginvia {
    width:100%;
    margin-top:30px;
    margin-bottom:10px;
}

fieldset legend {
    font-size:18px;
    font-weight:600;
}

.woocommerce-MyAccount-navigation {
    margin-bottom:25px !important;
}

.woocommerce-MyAccount-navigation li.is-active a {
    color:#0070B6 !important;
    border:2px solid #62B2F4!important;
}

.woocommerce-MyAccount-navigation li.is-active svg {
    fill:#0070B6;
}

th {
    font-weight:400 !important;
    font-size:18px;
}

.woocommerce-Address {
    background:#F5FBFF;
    padding:25px;
    border-radius:32px;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Address .edit, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Addresses .edit , .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Address .edit, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Addresses .edit:hover{
    margin-right:0px;
    background:#0070B6;
    color:#fff;
    border-radius:29px;
    font-size:16px;
    font-weight:500;
    padding: 10px 15px;
    position: relative;
}


#shipping_country_field , #billing_country_field {
    display:none;
}


.woocommerce-MyAccount-content-wrapper {
    max-width:800px;
    margin:0 auto;
}
.woocommerce-address-fields {
    padding-right:0px !important;
    margin-top:15px;
}

/* Individual Cart Item Row - Flexbox Layout */
.cart-item-flex {
    display: flex;
    align-items: center;
    position:relative;
    justify-content: space-between;
    padding: 10px;
    border-radius:16px;
    background:#F5FBFF;
    margin:10px 0px;
    transition: background-color 0.3s ease;
    direction: rtl;
}


.xoo-aff-password-hint , .xoo-aff-password-strength , .xoo-el-notice-error  {
    font-family:'Heebo';
}


.cart-item-flex:last-child {
    border-bottom: none;
}

/* Product Image Section (Far Right) */
.product-thumbnail-section {
    flex: 0 0 120px;
    margin-left: 20px;
    text-align: center;
}

.product-thumbnail-section img {
    max-width: 100px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}


.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button {
    width: fit-content;
    margin: 0 auto;
    padding:15px 35px;
}

.e-cart__container .coupon.e-cart-section {
    display:none !important;
}

.coupon_totals {
    display:flex;
    border:1px solid #B8B8B8;
    border-radius:10px;
    align-items:center;
    justify-content: space-between;
    padding:0px 10px;
    height:52px;
}

.coupon_totals .submit-coupon {
    cursor:pointer;
    font-size:18px;
}

input::placeholder{
    opacity:1;
    color:#000;
    font-family:'Heebo';
}

.coupon_totals input {
    font-family:'Heebo';
    border:0px;
    font-size:16px;
    width:85%;
    color:#000;
    outline:none;
}

/* Product Details Section (Center) */
.product-details-section {
    flex: 1;
    padding: 0 20px;
    text-align: right;
}


dt.variation- {
    width: 28%;
    float: right;
}

.product-details-section .discount-price {
    color:#D01121 !important;
    font-size:18px;
    font-weight:500 !important;
    font-family:'Heebo';
}

.product-name {
    margin-bottom: 8px;
}

.product-name a {
    color: #333;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: color 0.3s ease;
}

.product-name a:hover {
    color: #0073aa;
}

.product-price {
    font-weight:500;
}

.product-subtotal {
    font-weight: 700;
    color: #e74c3c;
    font-size: 16px;
}

/* Quantity Controls Section (Left-Center) */
.product-quantity-section {
    flex: 0 0 120px;
    display: flex;
    justify-content: center;
    margin: 0 20px;
}


/* Cart Totals Flexbox Layout - RTL */

.cart-totals-container {
    direction: rtl;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    padding: 20px;
}

.cart-totals-title {
    text-align: center !important;
    width:100%;
    margin-bottom: 20px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}


.totals-flex-container {
    /* Container for all total rows */
}

/* Individual Total Row */
.total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 12px;
    background:#F5FBFF;
    margin:10px 0px;
    border-radius:18px;
    border-bottom: 1px solid #f5f5f5;
    transition: background-color 0.3s ease;
}

/* Total Labels and Values */
.total-label {
    font-weight: 500;
    color: #555;
    flex: 1;
    text-align: right;
}

.total-value {
    font-weight: 500;
    color: #000;
    margin-left: 12px;
}

/* Special styling for main total */

.total-label-main {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}


.toggle-text {
    font-weight: 500;
}

.toggle-arrow {
    font-size: 12px;
    transition: transform 0.3s ease;
    transform:rotate(180deg);
    font-weight: bold;
}

.items-subtotal-row.active .toggle-arrow {
    transform: rotate(0deg);
}


/* Items Breakdown Container */
.items-breakdown-container {
    overflow: hidden;
    transition: all 0.4s ease;
    background: #f8f9fa;
    border-radius: 6px;
    margin: 8px 0;
}

.items-breakdown-container.expanded {
    display: block !important;
    animation: slideDown 0.4s ease;
}

.items-breakdown-container.collapsed {
    animation: slideUp 0.4s ease;
}

@keyframes slideDown {
    from {
        max-height: 0;
        opacity: 0;
    }
    to {
        max-height: 500px;
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        max-height: 500px;
        opacity: 1;
    }
    to {
        max-height: 0;
        opacity: 0;
    }
}

.items-breakdown {
    padding: 15px;
    border-radius: 6px;
    background: white;
}

/* Individual Breakdown Item */
.breakdown-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #B8B8B8 !important;
}

.item-details {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    text-align: right;
}

.item-name {
    font-weight: 500;
    color: #333;
    font-size: 14px;
}

.item-qty {
    color: #666;
    font-size: 12px;
    background: #e9ecef;
    padding: 2px 8px;
    border-radius: 12px;
    font-weight: 500;
}

.item-subtotal {
    font-weight: 400;
    color: #212222;
    font-size: 14px;
    text-align: left;
    margin-left: 15px;
}

/* Coupon Rows */
.cart-discount {
    background:unset;
    border-radius: 6px;
    padding: 12px;
    margin: 5px 0;
}

.cart-discount .total-label , .cart-discount .total-value {
    font-weight: 500;
}


.woocommerce ul#shipping_method label {
    color:#000 !important;
}


.shipping-row .total-label,
.shipping-calculator-row .total-label {
    color: #f57c00;
    font-weight: 600;
}


/* Tax Rows */
.tax-rate,
.tax-total-row {
    background: #f3e5f5;
    border-radius: 6px;
    padding: 12px;
    margin: 5px 0;
}

.tax-rate .total-label,
.tax-total-row .total-label {
    color: #7b1fa2;
    font-weight: 600;
}

/* Proceed to Checkout Button */
.wc-proceed-to-checkout {
    margin-top: 20px;
    text-align: center;
}

.wc-proceed-to-checkout .checkout-button {
    background: linear-gradient(45deg, #0073aa, #005a87);
    color: white;
    padding: 16px 40px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 115, 170, 0.3);
    width: 100%;
}

.wc-proceed-to-checkout .checkout-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 115, 170, 0.4);
}

.wc-proceed-to-checkout .checkout-button:active {
    transform: translateY(0);
}


.variation p {
    margin:0px;
    margin-right: 10px;
}

.price_quantity  {
    order:3;
    justify-content: space-between;
    width:40%;
    display:flex;
}

.thumbnail_title {
    display:flex;
    gap:10px;
    align-items:center;
}



.woocommerce-mini-cart.cart_list {
    padding: 0;
    margin: 0;
}

.woocommerce-mini-cart .cart-item-flex {
    display: flex;
    align-items: center;
    padding: 35px 10px;
    border-bottom: 1px solid #eee;
    gap: 10px;
}





.widget_shopping_cart_content.woocommerce-cart-loading , .swiper-slide-bg.woocommerce-cart-loading{
    position: relative;
    pointer-events: none; /* Disable interactions */
    opacity: 0.6;
}

/* Loading overlay */
.widget_shopping_cart_content.woocommerce-cart-loading::before , .swiper-slide-bg.woocommerce-cart-loading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Loading spinner */
.widget_shopping_cart_content.woocommerce-cart-loading::after , .swiper-slide-bg.woocommerce-cart-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #333;
    border-radius: 50%;
    animation: wc-cart-spin 1s linear infinite;
    z-index: 1000;
}

/* Spinner animation */
@keyframes wc-cart-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.woocommerce-mini-cart .thumbnail_title {
    display: flex;
    align-items: center;
    width:55%;
    gap: 10px;
}

.woocommerce-mini-cart .product-thumbnail-section {
    flex:auto;
    margin-left:0px;
}

.woocommerce-mini-cart .product-thumbnail-section img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.mini-cart-quantity-controls {
    display:flex;
    align-items:center;
}

.woocommerce-mini-cart .product-quantity-section {
    flex:auto;
    margin:0px;
    width:10%;
    justify-content:flex-end;
}



.prices {
    display:flex;
    justify-content: space-between;
}

.mini-qty-input{
    font-size:20px !important;
    color:#000 !important;
}

.woocommerce-mini-cart .product-details-section {
    padding:0px;
    flex:auto !important;
    margin:0px 5px;
    width:80%;
}

.woocommerce-mini-cart .product-name {
    font-size: 14px;
    line-height: 1.3;
}

.woocommerce-mini-cart .product-name a {
    color: #333;
    text-decoration: none;
}

.woocommerce-mini-cart .price_quantity {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}

.woocommerce-mini-cart .product-price {
    font-weight: bold;
    font-size: 14px;
}

.woocommerce-mini-cart .quantity-display {
    font-size: 12px;
    color: #666;
}

.woocommerce-mini-cart .product-remove-section {
    flex-shrink: 0;
}

.woocommerce-mini-cart .remove-btn {
    color: #999;
    font-size: 18px;
    text-decoration: none;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.elementor-menu-cart__main {
    width:450px;
}

.woocommerce-mini-cart .remove-btn:hover {
    color: #dc3545;
    background: #f8f9fa;
}

.woocommerce-mini-cart .discount-price , .woocommerce-mini-cart .product-price{
    font-size: 16px !important;
}

/* Responsive adjustments for mini-cart */
@media (max-width: 480px) {
    .woocommerce-mini-cart .cart-item-flex {
        padding: 10px 5px;
    }
    
    .woocommerce-mini-cart .product-thumbnail-section img {
        width: 40px;
        height: 40px;
    }
    
    .woocommerce-mini-cart .product-name {
        font-size: 13px;
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .cart-totals-container {
        padding: 15px;
        margin-top:15px;
    }


    .e-checkout__column-inner .e-checkout__order_review , .e-checkout__column-inner #payment {
        margin-right:0px !important;
    }
    .e-checkout__column-inner .e-checkout__order_review {
    padding-right:0px !important;

    }
    

    .price_quantity {
        flex-direction: column;
        gap:15px;
    }
    .item-subtotal {
        margin: 0;
        text-align: center;
    }
    
    .order-total-row {
        flex-direction: row;
        justify-content: space-between;
    }
}

/* Loading States */
.totals-flex-container.updating {
    opacity: 0.7;
    pointer-events: none;
}

.totals-flex-container.updating::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #0073aa;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Custom scrollbar for breakdown items */
.items-breakdown {
    max-height: 300px;
    overflow-y: auto;
}

.items-breakdown::-webkit-scrollbar {
    width: 6px;
}

.items-breakdown::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.items-breakdown::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.items-breakdown::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* Special states */
.items-subtotal-row.highlighted {
    background: linear-gradient(90deg, #fff3cd, transparent);
    border-left: 4px solid #ffc107;
}


.items-subtotal-row {
    cursor:pointer;
}

/* Accessibility improvements */
.subtotal-toggle:focus .toggle-text {
    text-decoration: underline;
}

/* Remove Button Section (Far Left) */
.product-remove-section {
    position:absolute;
    left:10px;
    top:10px;
}

.remove-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #000 !important;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.3s ease;
}


.woocommerce-message {
    border-top-color:#0070B6;
}


.woocommerce-message::before {
    content: "\e015";
    color: #0070B6;
}

/* Cart Actions */
.cart-actions-wrapper {
    display:none;
}

.cart-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.coupon {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.coupon input {
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    min-width: 200px;
    font-size: 14px;
}

.button {
    padding: 12px 24px;
    background: #0073aa;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.button:hover {
    background: #005a87;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 115, 170, 0.3);
}

/* Meta data styling */
.wc-item-meta {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

.wc-item-meta p {
    margin: 2px 0;
}

/* Backorder notification */
.backorder_notification {
    color: #e67e22;
    font-size: 12px;
    margin: 5px 0 0 0;
    font-style: italic;
}

/* Loading/Updating States */
.cart-item-flex.updating {
    opacity: 0.6;
    pointer-events: none;
}

.qty-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.qty-btn.clicked {
    transform: scale(0.9);
    background: #dee2e6;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .cart-item-flex {
        padding: 5px 5px;
        text-align: center;
        justify-content: space-between;
        gap: 15px;
    }
    
    
    .product-thumbnail-section {
        flex: none;
        margin: 0;
        order: 0;
    }
    
    .product-details-section {
        flex: none;
        padding: 0;
        order: 2;
        text-align: center;
    }
    
    .product-quantity-section {
        flex: none;
        margin: 0;
        order: 3;
        justify-content: center;
    }
    
    .product-remove-section {
        flex: none;
        order: 4;
        justify-content: center;
        margin-top: 10px;
    }

    .quantity-controls {
        gap:6px !important;
    }

    .variation {
        font-size:14px;
    }
    
    /* Stack layout on mobile */
    .cart-item-flex {
        position: relative;
    }
    
    .product-remove-section {
        position: absolute;
        top: -7px;
        left: 2px;
    }
    
    .cart-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }
    
    .coupon {
        flex-direction: column;
        gap: 10px;
    }
    
    .coupon input {
        min-width: 100%;
    }
}

@media (max-width: 480px) {
    .cart-item-flex {
        padding: 15px 10px;
    }
    
    .product-thumbnail-section img {
        max-width: 80px;
    }
    
    .qty-btn {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }
    
    .quantity-controls input[type="number"] {
        width: 40px;
        height: 28px;
        font-size: 12px;
    }
    
    .remove-btn {
        width: 28px;
        height: 28px;
        font-size: 16px;
    }
}

/* RTL Specific Adjustments */
[dir="rtl"] .cart-item-flex {
    direction: rtl;
}

[dir="rtl"] .product-details-section {
    text-align: right;
}

[dir="rtl"] .cart-actions {
    direction: rtl;
}

/* Animation for smooth updates */
.cart-item-flex {
    transition: all 0.3s ease;
}

.cart-item-flex.removing {
    opacity: 0;
    transform: translateX(-100%);
}

/* Custom styling for Hebrew text */
.product-name,
.product-price,
.product-subtotal {
    font-family: 'Heebo', 'Assistant', Arial, sans-serif;
}

/* Empty cart state */
.cart-empty {
    text-align: center;
    padding: 60px 20px;
    color: #666;
}

.xoo-sl-btns-container {
    display:none;
}

@media(max-width:767px) {
.custom-recently-viewed.mobile-viewed li{
    width:100% !important;
}

.custom-recently-viewed.mobile-viewed .slick-slide {
    margin:0px 10px;
}


.custom-recently-viewed.mobile-viewed ul {
    margin-bottom:0px !important;
}

}

.custom-recently-viewed .slider-controls {
    margin:0px !important;
}


    .slider-arrows {
        display: flex;
        gap: 0px;
        flex-shrink: 0;
    }


    .slider-controls {
        display: flex;
        align-items: center;
		flex-direction:row-reverse;
        gap: 10px;
        justify-content: center;
        margin: 20px 0;
    }

    .slider-arrow {
        width: 55px;
        height: 55px;
        background: unset;
        border: none;
        border-radius: 50%;
        color: white;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        transition: all 0.3s ease;
    }
    
    .slider-arrow:disabled {
        opacity:0.5;
        cursor: not-allowed;
        transform: none;
    }
    
    .slider-arrow.slick-disabled {
        opacity:0.5;
        cursor: not-allowed;
    }

.social-buttons {
    margin-top:15px;
    display:flex;
    flex-direction: row-reverse;
    align-items:center;
    justify-content: center;
    gap:15px;
}

.social-login-btn span {
    color:#fff;
    font-weight:500;
    font-size:16px;
    font-family:'Heebo';
}

.google-btn span {
    color:#000;
}

.social-login-btn {
    padding:16px;
    cursor:pointer;
    border-radius:100px;
    min-width:188px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.facebook-btn {
    background:#3B5998;
}
.google-btn {
    background:#E8E8E8;
}

.wc-empty-cart-message .cart_empty {
    padding:0px;
}

.cart-empty h2 {
    margin-bottom: 20px;
    color: #333;
}

/* Special highlighting for current item */
.cart-item-flex.highlight {
    background: linear-gradient(90deg, #fff3cd, #ffffff);
    border-left: 4px solid #ffc107;
}



.top_totals {
    box-shadow: 0px 4px 18.3px 0px #0000001F;
    padding:32px 8px 8px 8px;
    border-radius:18px;
    background:#fff;
}


.top_totals tr {
    background:#F5FBFF;
    border-radius:12px !important;
}


.top_totals td {
    border-radius:12px !important;
    padding:10px 10px !important;
}

.top_totals h2 {
    text-align:center !important;
}

.form-row {
    position:relative;
    margin-bottom: 30px !important;
}


.aws_result_link , .aws_search_more {
    font-family:'Heebo';
}

.aws_result_title {
    color:#000 !important;
    font-weight:500;
}

.form-row input {
    text-align:right;
}


.search-box {
    transform: translateY(100%);
}

.search-box.open {
    transform: translateY(0px);
}


.form-row label {
     background-color: #fff !important;
        right: 11px;
        position:absolute;
        z-index:2;
        padding: 0px 15px;
        top: -16px;
        position: absolute;
    }


.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce h2 {
    margin-bottom:0px;
    font-weight:500;
    font-size:20px;
    margin-top:0px !important;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Address address, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Addresses address {
    padding-right:0px;
    padding-top: 15px;
    font-size:18px;
    background:transparent;
    font-weight:400;
    font-style:normal;
    color:#656565;
}

.woocommerce-order-details {
    width: 85%;
    margin: 0 auto;
        margin-top:25px;

}

.woocommerce-order-details__title {
    display:none;
}
.woocommerce-table__line-item.order_item img{
    max-width:100px;
}
td.woocommerce-table__product-name.product-name {
    display:flex;
    gap:10px;
    color:#000000;
    font-weight:400;
    font-size:22px;
}

.woocommerce-MyAccount-navigation li.is-active  path {
    fill:#0070B6;
}

.woocommerce-MyAccount-navigation svg {
    width:50px;
    height:50px;
}



    .delivery_container {
            background: white;
            padding: 30px;
            border-radius: 24px;
            border:1px solid #B8B8B8;
            margin: 0 auto;
            margin-top:20px;
        }


        .shipping-row {
            display:none;
        }

        .delivery_container h3 {
            margin: 0 0 20px 0;
            font-size: 28px !important;
            font-weight: 600 !important;
            color: #000;
        }

        .delivery-options {
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
        }

        .delivery-option {
            flex: 1;
            min-width: 250px;
        }

        /* Hide default radio button */
        .delivery-option input[type="radio"] {
            display: none;
        }

        .delivery-option-label {
            display: block;
            padding: 15px 20px;
            border: 2px solid #e0e0e0;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.3s ease;
            background: white;
            position: relative;
        }

        .delivery-option-label:hover {
            border-color: #4a90e2;
            box-shadow: 0 2px 8px rgba(74, 144, 226, 0.1);
        }

        /* Checked state */
        .delivery-option input[type="radio"]:checked + .delivery-option-label {
            border-color: #4a90e2;
            background-color: #f8fbff;
            box-shadow: 0 2px 8px rgba(74, 144, 226, 0.15);
        }

        /* Custom radio circle */
        .delivery-option-label::before {
            content: '';
            position: absolute;
            top: 15px;
            right: 20px;
            width: 20px;
            height: 20px;
            border: 2px solid #e0e0e0;
            border-radius: 50%;
            background: white;
            transition: all 0.3s ease;
        }

        .delivery-option input[type="radio"]:checked + .delivery-option-label::before {
            border-color: #4a90e2;
            background-color: #4a90e2;
            box-shadow: inset 0 0 0 4px white;
        }

        .option-content {
            margin-right: 40px;
        }

        .option-title {
            font-size: 16px;
            font-weight: bold;
            color: #333;
            margin-bottom: 5px;
        }

        .option-price {
            font-size: 16px;
            font-weight: bold;
            color: #4a90e2;
        }

        .option-price.free {
            color: #28a745;
        }

        .option-description {
            font-size: 14px;
            color: #666;
            margin-top: 5px;
        }

        /* Responsive design */
        @media (max-width: 768px) {
            .delivery-options {
                flex-direction: column;
            }
            
            .delivery-option {
                min-width: auto;
            }
        }

.woocommerce-shipping-destination {
    display:none;
}

#customer_details {
    border-radius:24px;
    padding:10px;
    border:1px solid #B8B8B8;
}

.e-checkout__order_review {
    margin-top: 0px !important;
    padding: 0px !important;
    padding-right: 45px !important;
    padding-bottom: 25px !important;
}


.xoo-el-form-txt {
    font-family:'Heebo';
}

#payment button {
    margin-top:35px;
}

#payment {
 margin-right:45px !important;
 border-radius:24px !important;
 border:1px solid #B8B8B8 !important;
 margin-bottom:20px;
 padding-bottom:0px !important;
}

.woocommerce-terms-and-conditions-wrapper label , .woocommerce-form__label-for-checkbox {
    padding:0px !important;
    position:relative !important;
    top:unset !important;
    right:unset !important;
}



.woocommerce-MyAccount-navigation a {
    display: flex !important;
    font-weight:600;
    font-size:18px;
    flex-direction: column;
    background: #fff !important;
    align-items: center;
    justify-content: center; 
    box-shadow: 0px 4px 18.3px 0px #0000001F;
    width: 250px;
    height: 120px;
    text-align: center !important;
    border-radius:18px !important;
    color:#000 !important;
    gap:25px;
}
@media(max-width:767px) {
    .woocommerce-MyAccount-navigation a {
        width:100%;
         height: 100px;
         gap:10px;
    }
    .woocommerce-MyAccount-navigation svg {
        width:35px;
        height:35px;
    }
    .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li {
        margin: 0px 5px !important;
        width: 29%;
    }
    
}


form.form_byconsolewooodt_wooodt_location_settings {
    direction: ltr;
}




div#byconsolewooodt_checkout_field span.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}



#byconsolewooodt_checkout_field input[type="radio"] {
    float: left;
    margin-top: 10px;
    width: 0px;
}

.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper:after,
div#byconsolewooodt_checkout_field:after,
div#order_review:after,
.woocommerce-checkout .col2-set:after {
    content: "";
    clear: both;
    display: table;
}



.byconsolewooodt_delivery_type input:checked + label[for="byconsolewooodt_delivery_type_levering"] , .byconsolewooodt_delivery_type input:checked + label[for="byconsolewooodt_delivery_type_take_away"]  {
    border-color: #4a90e2 !important;
    background-color: #f8fbff;
    box-shadow: 0 2px 8px rgba(74, 144, 226, 0.15);
    -webkit-box-shadow: none;
    box-shadow: none;
}


div#byconsolewooodt_checkout_field #byconsolewooodt_delivery_type_field label.radio.byconsolewooodt_ordertype_label {
    display: block;
    padding: 15px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 48%;
    background: white;
    position: relative;
    box-shadow: unset;
    margin: 0px 0px 1px 9px;
     font-weight: 700;
    color: #000;
}


.form-row .byconsolewooodt_delivery_type {
    padding:0px !important;
}

#byconsolewooodt_checkout_field h2 {
    display:none;
}


.byconsolewooodt_ordertype_label:nth-child(0) {
    margin-right:0px !important;
}


.byconsolewooodt_delivery_location label , .byconsolewooodt_ordertype_label {
    right: unset !important;
    top: unset !important;
    position:relative !important;
}

.shipping-row-new .total-value , .order-total-row .total-value , .fee-row .total-value{
    margin-left:0px;
}


div#byconsolewooodt_checkout_field .form-row > label.byconsolewooodt_ordertype_label {
    display: none !important;
}
.woocommerce-MyAccount-navigation-link--wishlist {
    display:none !important;
}

.woocommerce-terms-and-conditions-wrapper .form-row {
    margin-bottom:0px !important;
}


.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-privacy-policy-text p {
    margin-top:0px;
}


@media(max-width:767px) {
    .elementor-menu-cart__main {
        width:350px;
    }
}
