/*#additional_card_number::-webkit-outer-spin-button,*/
/*#additional_card_number::-webkit-inner-spin-button {*/
/*    -webkit-appearance: none;*/
/*    margin: 0;*/
/*}*/

/*.place-order {*/
/*    display: flex;*/
/*}*/

/*!* Center the "Place Order" button *!*/
/*.woocommerce-checkout #place_order {*/
/*    display: block;*/
/*    margin: 0 auto;*/
/*    text-align: center !important; !* This line centers the button text *!*/
/*    background-color: #103158;*/
/*    color: #fff;*/
/*    padding: 10px 30px;*/
/*    font-size: 18px;*/
/*    border: none;*/
/*    cursor: pointer;*/
/*    border-radius: 5px;*/
/*    box-shadow: none;*/
/*    transition: background-color 0.3s;*/
/*}*/

/*!* Reset the button's display property *!*/
/*.woocommerce-checkout #place_order::before,*/
/*.woocommerce-checkout #place_order::after {*/
/*    content: none !important;*/
/*}*/

/*.woocommerce-checkout #place_order:hover {*/
/*    background-color: #0c223b; !* Change to a darker shade for hover effect *!*/
/*}*/

/*!* Hide product quantity on WooCommerce checkout page *!*/
/*.woocommerce-checkout .product-quantity {*/
/*    display: none;*/
/*}*/

/*.pvtfw_variant_table_cart_btn, .checkout-button {*/
/*    background-color: #103158 !important;*/
/*}*/

.order_alert {
    /* bootstrap warning alert yellow*/
    border: 1px solid rgba(97, 103, 103, 0.62);
    /*color: #856404;*/
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top:20px;
}

/*.order_alert h4 {*/
/*    color: #856404 !important;*/
/*}*/

/*.order_alert hr {*/
/*    border-top: 1px solid #856404;*/
/*}*/

/*.woocommerce .product-remove a.remove {*/
/*    color: #616767 !important;*/
/*}*/

/*.woocommerce .product-remove a.remove:hover {*/
/*    background: #103158 !important;*/
/*}*/

/*#abn-category-list {*/
/*    display: none;*/
/*}*/

/*.list-categories-product .cat-content {*/
/*    align-items: start !important;*/
/*}*/

/*#abn-category-btn:hover #abn-category-list {*/
/*    display: block;*/
/*}*/

/*#abn-category-list .count-item {*/
/*    display: none;*/
/*}*/

/*.list-categories-product .item-cat {*/
/*    margin-bottom: 0 !important;*/
/*    border-bottom: 1px solid #eaeaea;*/
/*}*/

/*.product_type_variable {*/
/*    background-color: red !important;*/
/*    border-color: red !important;*/
/*    color: white !important;*/
/*}*/

/*.cart-checkout {*/
/*    background-color: #FF9D30 !important;*/
/*    border-color: #FF9D30 !important;*/
/*}*/

/*.yith-wcwl-add-button {*/
/*    display: none;*/
/*}*/

/*.cart-dropdown .subtotal {*/
/*    color: white !important;*/
/*}*/

.optional {
    display: none;
}

.shipping-divider {
    margin-bottom: 5px;
}

.woocommerce-table--order-details .shipped_via {
    display: none;
}

.insurance_price {
    font-weight: 600;
    color: rgba(16,49,120,1);
}

img {
    max-width: 100%;
}

#gps-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    text-align: center;
    border-radius: 5px;
}

@media (max-width: 767px) {
    #gps-popup {
        width: 90%;
    }
}

#gps-popup p {
    padding: 0 4px;
    margin: 0;
    margin-bottom: 2px;
}

#gps-popup-select {
    margin-bottom: 10px; /* Adjust this value to add more space */
    padding: 8px;
    font-size: 16px;
}

#gps-popup-submit {
    margin-top: 7px; /* Add margin-top to create space between select and submit button */
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    background-color: #C0D597;
    color: #fff;
    border-radius: 5px;
}


#gps-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 16px;
    cursor: pointer;
/*    null all styles*/
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
    color: #616767;
}

.logo-wrapper {
    display: flex;
    align-items: center;
}

.header-right__location {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-right__location-country {
    margin:0;
    padding: 0;
    font-weight: 500;
}

#location__container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 37px;
    cursor: pointer;
}

@media (max-width: 767px) {
    #location__container {
        padding-right: 0;
        padding-left: 17px;
        justify-content: flex-start;
        margin-top: 20px;
    }
}

.location__icon__container {
    padding-right: 10px;
}

header .logo-wrapper {
    padding-right: 10px !important;
}

.unavailable__delivery {
    background-color: #FF0000;
    color: #fff;
    padding: 5px;
    border-radius: 10px;
}

#menu-item-22812 > .sub-menu {
    display: block;
    height: 400px !important;
    overflow: scroll;
    scrollbar-width: thin; /* For Firefox */
    scrollbar-color: #99BF4E #fff; /* For Firefox */
}

#menu-item-22812 > .sub-menu::-webkit-scrollbar {
    width: 8px; /* Width of the scrollbar */
}

#menu-item-22812 > .sub-menu::-webkit-scrollbar-thumb {
    background-color: #99BF4E; /* Color of the thumb */
    border-radius: 4px; /* Rounded corners of the thumb */
}

#menu-item-22812 > .sub-menu::-webkit-scrollbar-track {
    background-color: #fff; /* Color of the track */
}

.menu-item-22812 > .sub-menu {
    display: block;
    height: 400px !important;
    overflow-y: scroll;
    scrollbar-width: thin; /* For Firefox */
    scrollbar-color: #99BF4E #fff; /* For Firefox */
    margin-right: 7px !important;
}

.menu-item-22812 > .sub-menu::-webkit-scrollbar {
    width: 8px; /* Width of the scrollbar */
}

.menu-item-22812 > .sub-menu::-webkit-scrollbar-thumb {
    background-color: #99BF4E; /* Color of the thumb */
    border-radius: 4px; /* Rounded corners of the thumb */
}

.menu-item-22812 > .sub-menu::-webkit-scrollbar-track {
    background-color: #fff; /* Color of the track */
}

.woocommerce .woocommerce-order h3 {
    display: none;
}

xc-sticky-default {
    z-index: 99999!important;
}

.wc_payment_methods img {
    max-width: 50px;
}