.elementor-16 .elementor-element.elementor-element-528fe681{--display:flex;--background-transition:0.3s;}.elementor-16 .elementor-element.elementor-element-447e3ee .shop_table .button{background-color:#FFFFFF;border-width:2px 2px 2px 2px;}.elementor-16 .elementor-element.elementor-element-447e3ee .shop_table .button:hover, .elementor-16 .elementor-element.elementor-element-447e3ee .shop_table .button:disabled[disabled]:hover{background-color:var( --e-global-color-primary );}.elementor-16 .elementor-element.elementor-element-447e3ee .woocommerce .wc-proceed-to-checkout .checkout-button{background-color:var( --e-global-color-primary );}.elementor-16 .elementor-element.elementor-element-447e3ee .woocommerce .wc-proceed-to-checkout .checkout-button:hover{background-color:#FFFFFF;}.elementor-16 .elementor-element.elementor-element-447e3ee{--sections-border-color:var( --e-global-color-text );--sections-title-color:#000000;--links-normal-color:var( --e-global-color-primary );--forms-buttons-normal-text-color:var( --e-global-color-primary );--forms-buttons-hover-text-color:#FFFFFF;--forms-buttons-hover-border-color:var( --e-global-color-primary );--forms-buttons-border-type:solid;--forms-buttons-border-color:var( --e-global-color-primary );--order-summary-color:#000000;--order-summary-variations-color:var( --e-global-color-text );--product-link-normal-color:var( --e-global-color-primary );--totals-color:#000000;--checkout-button-normal-text-color:#FFFFFF;--checkout-button-hover-text-color:var( --e-global-color-primary );--checkout-button-hover-border-color:var( --e-global-color-primary );}.elementor-16 .elementor-element.elementor-element-447e3ee {--sections-descriptions-color:var( --e-global-color-text );}.elementor-16 .elementor-element.elementor-element-447e3ee .woocommerce-cart-form{--order-summary-title-color:#000000;}.elementor-16 .elementor-element.elementor-element-447e3ee .checkout-button{border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-primary );}@media(max-width:767px){.elementor-16 .elementor-element.elementor-element-447e3ee{--sections-padding:1rem 1rem 1rem 1rem;}}/* Start custom CSS for woocommerce-cart, class: .elementor-element-447e3ee *//* Quantity buttons styling */
.quantity button {
    color: #000;
    padding: 2px;
    width: 21px;
    height: 21px;
    line-height: 0px;
    border-color: #000;
}

.quantity button:hover,
.quantity button:focus {
    color: #fff;
    background: #000;
}

/* Styling for quantity input */
.qty {
    width: 20px !important;
    text-align: center !important;
    border: none !important;
    -moz-appearance: textfield;
}

.qty::-webkit-outer-spin-button,
.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Shining effect animation for .checkout-button  */

.elementor-16 .elementor-element.elementor-element-447e3ee .checkout-button {
    overflow: hidden;
}

.checkout-button::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(60deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%); /* Linear gradient for the shine */
    animation: shine 3s linear infinite; /* Defines the animation */
}

@keyframes shine {
    0% {
        transform: translateX(-100%); /* Starts from the initial position */
    }
    100% {
        transform: translateX(100%); /* Moves from left to right */
    }
}



/* Cart totals table adjustments */
.woocommerce .cart_totals table.shop_table td {
    padding-right: 0px !important;
}

/* Shipping method styling */
ul#shipping_method {
    width: 200px;
    text-align: right;
}

/* Shipping row styling for better layout */
tr.shipping td {
    display: flex !important;
}

/* Hide footer */
footer {
    display: none;
}

.shop_table td.actions .coupon {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.5rem;
}

div#pwgc-redeem-error, label[for="pwgc-redeem-gift-card-number"] {
    flex: 1 0 100%;
}

input#pwgc-redeem-gift-card-number {
    min-width: 150px;
    width: 150px;
}


/* Mobile cart layout */

@media only screen and (max-width: 768px) {
    /* Hide specific table elements on mobile for cleaner layout */
    .e-shop-table .cart td:before,
    .product-remove,
    .product-price {
        display: none !important;
    }

    /* Cart item row styling */
    tr.cart_item {
        display: flex !important;
        flex-wrap: nowrap;
        flex-direction: row;
        gap: 10px;
        padding: 10px 20px !important;
        align-items: center;
    }

    /* Thumbnail adjustment to appear first */
    td.product-thumbnail {
        display: block !important;
        order: 1;
    }

    /* Product name configuration */
    td.product-name {
        display: flex !important;
        flex-direction: row;
        flex-grow: 1;
        order: 2;
        min-width: 100px;
    }
    .rtl .woocommerce table.shop_table_responsive tr td, .rtl .woocommerce-page table.shop_table_responsive tr td {
        text-align: right!important;
    }
    /*td.product-name a {*/
    /*    text-align: left;*/
    /*}*/

    /* Subtotal positioning */
    td.product-subtotal {
        order: 3;
    }

    /* Quantity field positioning and styling */
    td.product-quantity {
        order: 4;
        margin-left: -5px;
    }
    
    

    /* Coupon column layout adjustments */

    .elementor-widget-woocommerce-cart .woocommerce .coupon-col {
        display: flex !important;
        margin-bottom: -10px !important;
    }
    
    .elementor-widget-woocommerce-cart .woocommerce .coupon-col-start {
        padding-right: 10px !important;
    }
    
    .coupon-col-end {
        margin-top: 1px !important;
    }


    /* Sticky checkout button at the bottom of the page */
    .mobile-floating-footer {
        display: none!important;
    }

    .wc-proceed-to-checkout {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 0px !important;
        z-index: 1000; /* Ensure it's above other content */
    }
    
    #enable-toolbar {
        display: none;
    }
    
    tr.woocommerce-shipping-totals.shipping > td {
        display: flex!important;
        flex-direction: column;
    }
    
    .elementor-16 .elementor-element.elementor-element-447e3ee.elementor-widget-woocommerce-cart .woocommerce table.cart tr {
        padding: 0;
    }
    
    .elementor-16 .elementor-element.elementor-element-447e3ee .woocommerce table.shop_table td {
        padding-inline: 0;
        padding-block: 0.5rem;
    }
    
    input#pwgc-apply-gift-card {
        width: auto!important;
    }
    
    input#pwgc-redeem-gift-card-number {
        width: auto;
        max-width: 100%;
        flex: 1 0 auto;
    }
    

}/* End custom CSS */