.sj-dealer-container {
    position: absolute;
    width: 100%;
    height: 45px;
    z-index: 9;
    bottom: 2px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
#billing_dealeraddress_field{
    position: relative;
}
.sj-loadersmall {
    display: none;
    border: 3px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 3px solid #a51100;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
.sj-loading .sj-loadersmall{
    display: block;
}
.sj-loading.sj-dealer-container{
    background: #0009;
}
.sj-dealer-dropdown{
    width: 100%;
    position: absolute;
    top: 40px;
    list-style: none;
    background: white;
    margin: 0;
    padding: 10px 0;
    border: 1px solid #eee;
    box-shadow: 2px 2px 5px #eee;
    display: none;
    max-height: 440px;
    overflow: auto;
}
.sj-dealer-dropdown li{
    padding:5px 10px;
}
.sj-dealer-dropdown li:hover{
    background: #0001;
}
.sj-open .sj-dealer-dropdown{
    display: block;
}
.woocommerce-checkout #storelocatorwidget,
.woocommerce-edit-address #storelocatorwidget,
.woocommerce-account #storelocatorwidget
{
    display: none;
}
#wcpbc_currency_switcher-5{
    display: none !important;
}
.currency_selector_dropdown {
    position: relative;
    display: none;
    
}
.currency_selector_dropdown:hover .currency_selector_dropdown-content {
    display: block;
}
.currency_selector_dropdown-content{
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    color: #000;
    min-width: 225px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 9999999;
}
.currency_selector_dropdown-content a {
    color: black !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.currency_selector_dropdown-content a:hover {
    background-color: #f1f1f1;
}
.wordpress_currency_selector{
    margin-left: 10px;
    margin-top: 0px;
}
.currency_selector_dropbtn {
    color: #f7f7f7;
    height: 90px;
    vertical-align: sub;
    font-weight: 600;
    font-family: "Roboto",sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-size: 13px;
}
.currency_selector_dropbtn:hover{
    color: #fff;
}
.country_selector_dropbtn .flag-icon-un{
    display: none;
}
.currency-switcher{
    display: none;
}
header .country_selector_page_flag.circle,header .flag-icon {
    margin-left: 20px;
    margin-top: 5px;
}
.flag-icon, .flag-icon-background {
    background-repeat: no-repeat !important;
    background-position: 50% !important;
    height: 25px !important;
    width: 25px !important;
    background-size: cover !important;
    border-radius: 50% !important;
}
#country_selector_modal_page_show .flag-icon{
    display: none;
}
#country_selector_modal_page_show .flag-icon:first-child{
    display: inline-block;
}

.country_selector_countries .country_selector_countries_by_continent .wordpress-country-selector-col-sm-2{
    width: 100% !important;
}
ul.country_selector_countries li{
    display: inline-block !important;
    float: left !important;
    margin-right: 15px !important;
}
ul.country_selector_countries li .country_selector_page_flag {
    display: block;
}
#cs-content .x-section:first-child{
    margin-top: -45px;
}
/*Mobile header*/
@media only screen and (max-width: 600px) {
   .x-container.max{
        padding: 0 15px;
    }
    .wordpress-country-selector-col-sm-2{
        clear: both;
    }
}

/*Space between buttons in account order table*/
.account-orders-table tbody .woocommerce-orders-table__row td.woocommerce-orders-table__cell-order-actions{
    display: flex;
}
.account-orders-table tbody .woocommerce-orders-table__row td.woocommerce-orders-table__cell a.woocommerce-button.button{
    margin-right: 5px !important;
} 

/*Footer*/
footer.x-colophon.bottom{
    display: none;
}

.cart-collaterals .wc-proceed-to-checkout {
    display: flex;
    column-gap: 15px;
}
.cart-collaterals .wc-proceed-to-checkout a:last-child{
    order: 1;
}
.cart-collaterals .wc-proceed-to-checkout a:first-child{
    order: 2;
}
html[lang="en-us"] .woocommerce-MyAccount-navigation-link--vat-number{
    display: none !important;
}
body.sj-disabled .single_add_to_cart_button{
    pointer-events: none;
    opacity: .25;
    cursor: not-allowed;
}