.elementor-widget-woocommerce-checkout-page {
    /* background-color: #F7F5EF !important; */
    padding: 20px !important;
}

.woocommerce-Address-title {
    display: block !important;
}

.woocommerce-table--order-details {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
}

.woocommerce-notices-wrapper {
    position: fixed !important;
    top: 50px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 9999 !important;
    width: 100% !important;
    max-width: 500px !important;
    text-align: center !important;
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error {
    /* display: none !important; */
}

@media screen and (max-width: 767px) {

    .shop_table td,
    .shop_table input,
    .shop_table span {
        font-size: 18px !important;
        /* display: flex !important;
        flex-direction: column !important; */
    }
}

.woocommerce-notices-wrapper .woocommerce-message.active,
.woocommerce-notices-wrapper .woocommerce-error.active {
    display: block !important;
}

.custom-add-to-cart-form {
    display: flex !important;
    gap: 20px !important;
    align-items: center !important;
}

.custom-quantity {
    width: 70px !important;
    height: 45px !important;
    border: 1px solid #3C7179 !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 20px !important;
    font-weight: bold !important;
    color: #3C7179 !important;
    /* text-align: center !important; */
}

@media (max-width: 640px) {

    .custom-add-to-cart-button,
    .custom-go-to-cart-button {
        font-size: 18px !important;
    }

    .custom-go-to-cart-button i {
        font-size: 32px !important;
    }
}

.custom-add-to-cart-button {
    width: 230px !important;
    height: 45px !important;
    background-color: #3C7179 !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 20px !important;
    font-weight: bold !important;
    border: none !important;
    border-radius: 0 !important;
    color: #ffffff !important;
    cursor: pointer;
}

.custom-add-to-cart-button:hover,
.custom-go-to-cart-button:hover {
    opacity: 0.8 !important;
}

.custom-add-to-cart-button:focus,
.custom-go-to-cart-button:focus {
    outline: none !important;
}

.custom-cart-button-container {
    opacity: 0;
}

.custom-go-to-cart-button {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    font-size: 20px !important;
    font-weight: bold !important;
    background-color: #3C7179 !important;
    padding: 12px 24px !important;
    color: #fff !important;
    font-family: 'poppins' !important;
    width: fit-content !important;
    bottom: 0 !important;
}

/* .custom-go-to-cart-button-popup {
    margin-left: auto;
    margin-right: 0;
    bottom: 0 !important;
    flex-direction: column;
    gap: 8px !important;
    padding: 8px !important;
    font-size: 16px !important;
} */

.custom-go-to-cart-button-popup {
    margin-left: auto;
    margin-right: 0;
    bottom: 0 !important;
    flex-direction: column;
    gap: 0px !important;
    padding: 8px !important;
    font-size: 16px !important;
    height: 85px;
    width: 85px !important;
    display: flex !important;
    justify-content: center;
    align-items: center !important;
    border-radius: 100%;
}

.custom-go-to-cart-button-popup:hover {
    opacity: 1 !important;
}

.custom-go-to-cart-button i {
    font-size: 32px !important;
    color: #fff !important;
}

.cart-count {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f87171;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -4px !important;
    right: -9px !important;
}




.number-input-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.custom-number-input {
    width: 50px;
    text-align: center;
    appearance: textfield;

    /* Hide the arrows for Webkit browsers */
    -webkit-inner-spin-button,
    -webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Hide the arrows for Firefox */
    -moz-appearance: textfield;
}

.custom-number-button {
    background: #3C7179;
    color: #ffffff;
    border: none;
    width: 50px;
    padding: 2px 0;
    cursor: pointer;
    width: 20px;
    height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-number-button:focus {
    outline: none;
}

.custom-number-up-down {
    display: flex;
    flex-direction: column;
}