.elementor-10 .elementor-element.elementor-element-75d0712{--display:flex;--margin-top:40px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), inter;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.woocommerce .elementor-10 .elementor-element.elementor-element-16e45c3 .woocommerce-product-gallery__trigger + .woocommerce-product-gallery__wrapper,
				.woocommerce .elementor-10 .elementor-element.elementor-element-16e45c3 .flex-viewport, .woocommerce .elementor-10 .elementor-element.elementor-element-16e45c3 .flex-control-thumbs img{border-style:solid;border-width:1px 1px 1px 1px;border-color:#000000;}.woocommerce .elementor-10 .elementor-element.elementor-element-16e45c3 .woocommerce-product-gallery__trigger + .woocommerce-product-gallery__wrapper,
					.woocommerce .elementor-10 .elementor-element.elementor-element-16e45c3 .flex-viewport{border-radius:11px 11px 11px 11px;}/* Start custom CSS for text-editor, class: .elementor-element-32a53fcb *//* General Styles */
body {
    font-family: 'Inter', sans-serif;
}

/* Cart Table Styling */
.custom-cart-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.custom-cart-table th {
    background-color: #004a31;
    color: #ffffff !important;
    padding: 15px;
    text-align: center !important;
    font-weight: bold;
    border: 1px solid white !important;
}

.custom-cart-table td {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    color: #000000;
    text-align: center !important;
    border-right: 1px solid #ddd; /* Add border to the right of each cell */
}

.custom-cart-table .lesspd {
    padding: 10px;
}

/* Image Styling */
.cart-item-thumbnail img {
    width: 70px;
    height: auto;
    border-radius: 8px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

/* Buttons and Actions */
.remove-item-button, .checkout-button, .button {
    background-color: #004a31;
    color: #ffffff;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.remove-item-button:hover, .checkout-button:hover, .button:hover {
    background-color: #003220;
}

/* Price Styling */
.cart-item-price, .product-subtotal, .woocommerce-Price-amount {
    font-weight: bold;
    color: #000000;
}

a.checkout-button.button.alt.wc-forward br {
    display: none;
}



.desktop-cart {
    display: block;
}

.mobile-cart {
    display: none;
}

@media (max-width: 768px) {
    .desktop-cart {
        display: none;
    }
    
    .mobile-cart {
        display: block;
    }

    .cart-item-mobile {
        display: flex;
        flex-wrap: wrap;
        border: 1px solid #ddd;
        padding: 10px;
        margin-bottom: 10px;
        background: #fff;
        border-radius: 8px;
    }

    .cart-item-img {
        width: 30%;
    }

    .cart-item-img img {
        width: 100%;
        height: auto;
        border-radius: 5px;
    }

    .cart-item-details {
        width: 65%;
        padding-left: 10px;
    }

    .cart-item-details h3 {
        font-size: 16px;
        margin: 0;
    }

    .cart-item-details p {
        font-size: 14px;
        color: #666;
    }

    .cart-item-price {
        font-size: 16px;
        font-weight: bold;
        color: #333;
    }

    .remove-item-button {
        display: inline-block;
        margin-top: 5px;
        color: #E40D0D;
        text-decoration: none;
        font-weight: bold;
    }
    .cart-item-price .woocommerce-Price-amount {
    color: #121212;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    display: block;
}

}

@media screen and (min-width:769px){
    img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    max-width: 55%;
}
}/* End custom CSS */