.elementor-18 .elementor-element.elementor-element-890a65b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-18 .elementor-element.elementor-element-1cc20ad{--display:flex;--padding-top:60px;--padding-bottom:60px;--padding-left:20px;--padding-right:20px;}@media(max-width:1024px){.elementor-18 .elementor-element.elementor-element-1cc20ad{--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}}@media(max-width:767px){.elementor-18 .elementor-element.elementor-element-1cc20ad{--padding-top:40px;--padding-bottom:40px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS */.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    max-width: 400px;
    float: inline-end;
    width: 100%;
}

.woocommerce .woocommerce-message {
    max-width: fit-content;
    margin: 0 auto !important;
}

.woocommerce-notices-wrapper {
    position: initial;
    text-align: center;
    max-width: initial;
}

.cart_totals h2, .woocommerce table.shop_table th {
    text-transform: capitalize;
    font-weight: 500;
}


table.shop_table.cart {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 12px;
}

table.shop_table.cart thead {
    background-color: #001E3C;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

table.shop_table.cart th {
    padding: 15px;
    border: none;
    text-align: left;
}

table.shop_table.cart tbody {
    border: none;
}

table.shop_table.cart tr.cart_item {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

table.shop_table.cart tr.cart_item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

table.shop_table.cart td {
    padding: 15px;
    border-top: none;
    border-bottom: none;
}


table.shop_table.cart td.product-remove .remove {
    background-color: #fff;
    color: #a0a0a0;
    border-radius: 50%;
    font-size: 24px;
    line-height: 20px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease, color 0.3s ease;
}

table.shop_table.cart .product-thumbnail img {
    border-radius: 6px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

table.shop_table.cart .product-name a {
    color: #001E3C;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s ease;
}

table.shop_table.cart .product-name a:hover {
    color: #ef3f09;
}


table.shop_table.cart .woocommerce-Price-amount {
    color: #001E3C;
    font-weight: 500;
    font-size: 16px;
}


table.shop_table.cart .quantity .input-text.qty.text {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 8px 10px;
    width: 60px;
    text-align: center;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

table.shop_table.cart .quantity .input-text.qty.text:focus {
    outline: none;
    border-color: #ef3f09;
    box-shadow: 0 0 5px rgba(239, 63, 9, 0.5);
}


table.shop_table.cart .actions {
    border-top: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: right;
}

.woocommerce-cart-form__contents .actions .coupon {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-right: 20px;
}

.woocommerce-cart-form__contents .button {
    background-color: #ef3f09;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.woocommerce-cart-form__contents .button:hover:not(:disabled) {
    background-color: #d13708;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.woocommerce-cart-form__contents .button:disabled {
    background-color: #e0e0e0;
    color: #a0a0a0;
    cursor: not-allowed;
}

.woocommerce-cart-form__contents .coupon .input-text {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 8px 10px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.woocommerce-cart-form__contents .coupon .input-text:focus {
    outline: none;
    border-color: #001E3C;
    box-shadow: 0 0 5px rgba(0, 30, 60, 0.3);
}/* End custom CSS */