.elementor-155 .elementor-element.elementor-element-398b058{--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;}/* Start custom CSS for container, class: .elementor-element-398b058 *//* Style the "Update Cart" and "Proceed to Checkout" Buttons */
.woocommerce .cart .button, 
.woocommerce .checkout-button,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
    background-color: transparent !important;
    color: #1a4373 !important;
    border: 1px solid #1a4373 !important;
    border-radius: 0px !important;
    padding: 12px 30px !important;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s;
}

.woocommerce .checkout-button:hover,
.woocommerce a.button.alt:hover {
    background-color: #1a4373 !important;
    color: #fff !important;
}

/* Clean up the Cart Table borders */
.woocommerce-cart-form table.shop_table {
    border: 1px solid #1a4373 !important;
    border-radius: 0px !important;
}

.woocommerce-cart-form table.shop_table th {
    background-color: #f8f8f8;
    color: #1a4373;
    border-bottom: 1px solid #1a4373;
}/* End custom CSS */