body::-webkit-scrollbar {
    width: 0.8em;
}
body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background-color:#F98080;
}
.xoo-wsc-sc-subt{
    display:none;
}
.xoo-wsc-sc-count{
    display:none !important;
}
.xoo-wsc-header{
    background: #8AE3E5;
}
.xoo-wsch-top{
    color: white;
}
.xoo-wsc-sm-left{
    margin-right:24px;
}
a.xoo-wsc-ft-btn{
    background: #F98080 !important;
    color:white;
    border-radius:20px;
    padding:8px
}
.title_banner_checkout{
    margin-top: 10px;
    padding: 5px;
    background: #F98080;
    color: white;
}
.theRootTitle{
    display: none;
}
.input-text ,#amount{
    padding: 12px;
    border: 2px solid #F98080!important;
    width: 100%;
    border-radius: 30px !important;
    height:40px;
}
.woocommerce-notices-wrapper{
    display: none;
}
.woocommerce-checkout-payment{
    background: white !important;
    border: 1px solid #F98383;
}
#place_order{
    width: 100%;
    padding: 18px;
    font-size: 20px;
    border-radius: 30px;
    background: #F98383 !important;
}
.woocommerce-checkout #payment div.payment_box{
    background: #F98080;
    color: white;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
    border: 1em solid #F98080;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}
#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input{
    width: 21px;
    height: 23px;
    accent-color: #234583;
}
.ui-dialog-titlebar-close{
    background: #234583;
    border: none;
    width: 106px;
    color: white;
    padding: 5px;
}
.button{
    background: #FA9393 !important;
    color: white !important;
}
@media(max-width: 600px){
    .form-row-last,.form-row-first{
        width: 100% !important;
    }
    .containerStep{
        padding: 12px;
        width: 100% !important;
    }

}


.containerStep{
    height: 100%;
    width: 75%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.text_step{
    font-size: 1.9rem;
}
.input{
    padding: 12px;
    border: 1px solid gainsboro !important;
    width: 100%;
    border-radius: 30px;
}
.btnsms{
    width: 50%;
    margin-top: 16px;
    background: #234583;
    color: white;
    border: none;
    padding: 15px;
    border-radius: 30px;
    font-size: 20px;
}
.footer{
    margin-top:20px;
}
.wc-forward{
    display:none;
}
#billing_country_field{
    display:none;
}
.menu-item-1617{
    background: #F98080;
    border-radius:7px;
}
.menu-item-1617 a{
    color:white !important;
}
input[type=tel]{
    text-align:right;
}
.xoo-wsc-icon-cart1{
    color: black;
}