

.select2-container, .select2-container--default, .select2-container--open{
    width: 100% !important;
}
span.select2-selection__arrow{
    display: none;
}
.select2-selection.select2-selection--single{
    border: 0;
}
span.select2-selection__rendered{
    height: 36px;
    width: 100%;
    background: -webkit-gradient(linear,left top,left bottom,from(#f8f9f9),to(#eff0f0));
    background: -o-linear-gradient(top,#f8f9f9 0,#eff0f0 100%);
    background: linear-gradient(180deg,#f8f9f9,#eff0f0);
    border: 1px solid #9dadb6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #6a747d !important;
    padding-left: 10px !important;
}
small.orddd_lite_field_note{
    display: none !important;
}

div.header__cart-item-close,
div.header__cart-content-close,
.products__item-list > .products__more,
.products__more > span{
    cursor: pointer;
}
input.header__cart-item-number{
    cursor: default !important;
}
.ajax_loader_wrapper{
    z-index: 1000000;
    background-color: #b1b1b129;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    display: none;
}
.ajax_loader_wrapper-active{
    display: flex;
}
.ajax_loader {
    background: #ffffff00;
    position: inherit;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    border: 5px solid #ffffff;
    border-right-color: #ffffff00;
    border-left-color: #ffffff00;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.ab-sub-wrapper{
    max-width: fit-content;
}

.woocommerce-shipping-methods input{
    display: none;
}
.order__total-count-card-choose-select, button[type="submit"]{
    cursor: pointer;
}
small.orddd_lite_field_note{
    display: none;
}

.order__total-count-card-choose-inner, .order__total-count-card-choose-select{
    min-width: fit-content !important;
}
/*----------------------shipping methods selector----------------------*/
#shipping_method{
    position: relative;
    width: 100%;
}
#shipping_method > div{
    position: relative;
    z-index: 10000000;
    display: contents;
}
#shipping_method input:checked + label {
    background: -webkit-gradient(linear,left top,left bottom,from(#515c9c),to(#374283));
    background: -o-linear-gradient(top,#515c9c 0,#374283 100%);
    background: linear-gradient(180deg,#515c9c,#374283);
    border: 1px solid #9dadb6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 33px;
    color: #fff;
}
@media (min-width: 1280px){
    /*#shipping_method > div {*/
    /*    margin-right: 20px;*/
    /*}*/
}

@media (min-width: 1280px){
    #shipping_method label {
        width: 419px;
    }
    #shipping_method > div {
        width: 30%;
    }
}

#shipping_method label {
    background: -webkit-gradient(linear,left top,left bottom,from(#f8f9f9),to(#eff0f0));
    background: -o-linear-gradient(top,#f8f9f9 0,#eff0f0 100%);
    background: linear-gradient(180deg,#f8f9f9,#eff0f0);
    border: 1px solid #9dadb6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    color: #515c9c;
    width: 49%;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.order__tabs-ship .order__back{
    z-index: -1;
}
@media (max-width: 768px){
    #shipping_method {
        flex-direction: column;
    }
    #shipping_method > div {
        width: 100%;
        margin: 5px;
        display: flex;
    }
    #shipping_method label {

        width: 100%;
    }
}

/*----------------------multi currency----------------------*/
.falcon-glen-multi-currency{
    position: relative;
}
.falcon-glen-multi-currency div *{
    position: relative ;
    z-index: 111 ;
    cursor: pointer;
    font-style: normal;
    font-size: 18px;
    line-height: 33px;
    color: #515c9c;
    padding: 0 4px !important;
    user-select: none;
}
div.wmc-currency.wmc-active *{
    font-weight: 700;
}
/*----------------------multi currency----------------------*/
.toggle-weight li{
    transition: all .2s ease-in-out;
    user-select: none;
}
.order__tabs-container-item-input {
    padding-left: 4px;
}

.order__cart-content-metryc-caption li {
    background-color: white;
}

/*----------------------bax fix payment methods----------------------*/
.tab .form-row, .tab .form-row-first {
     display: flex;
     flex-direction: column;
     flex-wrap: wrap;
     align-items: start;
     justify-content: space-around;
}

.order__tabs-ship-label .optional{
    display: none;
}

#shipping_method input:checked + label .method_description {
    color: #fff;
}