.elementor-widget-theme-site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1176 .elementor-element.elementor-element-1f7c0180{padding:20px 20px 20px 20px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;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 );}.elementor-1176 .elementor-element.elementor-element-769a3ef6{color:var( --e-global-color-primary );}/* Start custom CSS *//*

.wc-proceed-to-checkout a{
    background-color: #1617d7 !important;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
    width: 43%;
}

td .product-remove{
	text-align: center;

}
.woocommerce a.remove{
	display: block;
	border: 1px solid #ccc;
	color: #ccc !important;
	margin:auto !important;
}
td .product-thumbnail{
	text-align: center;
}
td .product-subtotal{
	text-align: right;
}
tr.cart-subtotal td {
    text-align: right;
}
tr.order-total td {
    text-align: right;
}
.order-total,.order-total th{
    font-size: 20px;
    background-color: #fdfdfd;
}

.cart-subtotal td,
.cart-subtotal th{
     background-color: #fdfdfd !important;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
}

@media only screen and (min-width: 768px) {
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	    width: 43%;
	}
}

.woocommerce table.shop_table,.woocommerce table.shop_table td,table td, table th {
    border:none;
}

table th{
    background-color:#e0e0e0;
}

table thead tr th{
    font-size: 16px;
}

.woocommerce a.remove:hover {
    background: #f3a8a8;
    border: 1px solid #f3a8a8;
}

.cart_totals h2{
    background: #F6F6F6;
    padding: 10px;
    border-top: 1px solid #ccc;
    font-size: 24px;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: #f6f6f6;
}


*/

/* General Cart Styling */
.woocommerce-cart {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #333;
    line-height: 1.6;
}

/* Cart Table Styling */
.woocommerce-cart-form__contents {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.woocommerce-cart-form__contents thead {
    background-color: #f8f8f8;
}

.woocommerce-cart-form__contents th {
    padding: 15px;
    text-align: left;
    font-weight: 600;
    color: #555;
    border-bottom: 2px solid #eee;
}

.woocommerce-cart-form__contents td {
    padding: 15px;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
}

/* Product Image */
.cart-item img {
    width: 80px;
    height: auto;
    border: 1px solid #eee;
    border-radius: 3px;
}

/* Quantity Input */
.quantity .qty {
    width: 60px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-align: center;
}

/* Remove Button */
.cart-item .remove {
    color: #ccc !important;
    font-size: 20px;
    transition: color 0.3s;
}

.cart-item .remove:hover {
    color: #999 !important;
}

/* Cart Totals Box */
.cart-collaterals .cart_totals {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}

.cart-collaterals h2 {
    font-size: 1.5em;
    margin-bottom: 20px;
    color: #444;
}

.shop_table.woocommerce-checkout-review-order-table {
    width: 100%;
}

.shop_table.woocommerce-checkout-review-order-table th,
.shop_table.woocommerce-checkout-review-order-table td {
    padding: 12px;
    border-bottom: 1px solid #eee;
}

.shop_table.woocommerce-checkout-review-order-table tr:last-child th,
.shop_table.woocommerce-checkout-review-order-table tr:last-child td {
    border-bottom: none;
}

/* Buttons */
.button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #555;
    color: white !important;
    border: none;
    border-radius: 3px;
    text-decoration: none;
    transition: background-color 0.3s;
    cursor: pointer;
}

.button:hover {
    background-color: #444;
}

.checkout-button {
    background-color: #4CAF50;
}

.checkout-button:hover {
    background-color: #3e8e41;
}

/* Coupon Input */
#coupon_code {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 200px;
    margin-right: 10px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .woocommerce-cart-form__contents thead {
        display: none;
    }
    
    .woocommerce-cart-form__contents tr {
        display: block;
        margin-bottom: 20px;
        border: 1px solid #eee;
        border-radius: 5px;
        padding: 10px;
    }
    
    .woocommerce-cart-form__contents td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: none;
    }
    
    .woocommerce-cart-form__contents td::before {
        content: attr(data-title);
        font-weight: 600;
        margin-right: 15px;
    }
}
/* Buttons */
.button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #1617d7 !important;
    color: white !important;
    border: none !important;
    border-radius: 3px;
    text-decoration: none;
    transition: background-color 0.3s;
    cursor: pointer;
}

.button:hover {
    background-color: #0e0fb4 !important;
}

.checkout-button {
    background-color: #1617d7 !important;
}

.checkout-button:hover {
    background-color: #0e0fb4 !important;
}

/* Update button in cart actions */
.actions .button {
    background-color: #1617d7 !important;
}

.actions .button:hover {
    background-color: #0e0fb4 !important;
}/* End custom CSS */