.checkout .step-header{
    background: #EFEFEF;
    border-radius: 15px;
    margin-top:0;
}
.checkout .step-header a{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.055em;
    color: #000000;
}
.checkout .step-header a:hover{
    color:#000000!important;
}
.checkout .checkout-step{
    background: #FFFFFF;
    border: 2px solid #EFEFEF;
    border-radius: 17px;
    margin-bottom: 20px;
    box-shadow: none;
}
.checkout .checkout-step-content {
    background: unset;
    margin-top:0!important;
}
.checkout .checkout-step-content .wa-value input{
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    border-radius: 8px;
    padding: 10px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    color: #000000;
    margin-left: 0!important;
    min-width: unset!important;
}
.checkout .checkout-step-content .wa-value{
    margin-left: 0!important;
}
.checkout .checkout-step.is-done .step-header{
    background: rgba(83, 179, 7, 0.11);
}
.checkout .checkout-step-content input.large.bold{
    background: #1B969E;
    border: 1px solid #1B969E;
    box-shadow: 0px 12px 26px rgba(27, 150, 158, 0.2);
    border-radius: 24px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #FFFFFF;
    padding: 12px 62px;
}
.checkout .checkout-content .wa-field{
    display: flex;
    flex-direction: column;
}
.checkout #checkout-contact-form .wa-form{
    display:grid;
    grid-template-columns: 1fr 1fr;
    width:80%;
}
.checkout #checkout-contact-form .wa-form .wa-value input{
    width:100%!important;
}
.checkout #checkout-contact-form .wa-form .wa-field:nth-of-type(3), .checkout #checkout-contact-form .wa-form .wa-field:nth-of-type(4),.checkout #checkout-contact-form .wa-form .wa-field:nth-of-type(5){
    display: grid;
    grid-column-end: 3;
    grid-column-start: 1;
    margin-top: 0px!important;
}
.checkout #checkout-contact-form .wa-form .wa-field.wa-field-ne_telefonuyte_men{
 flex-direction: row;
 display: flex;
}
.checkout #checkout-contact-form .wa-form .wa-field:nth-of-type(3) .wa-value, .checkout #checkout-contact-form .wa-form .wa-field:nth-of-type(4) .wa-value{
    width:100%;
}
.checkout #checkout-contact-form .wa-form .wa-field.create-user input{
    width: unset!important;
    transform: unset!important;
    order: 3;
    margin-left: 10px!important;
}
.checkout #checkout-contact-form .wa-form .wa-field.create-user p{
    margin-bottom: 8px;
}
.checkout #checkout-contact-form .wa-form #create-user-div .wa-field{
    margin: 0px!important
}
.checkout #checkout-contact-form .wa-form #create-user-div, .checkout #checkout-contact-form .wa-form .wa-field.create-user{
    grid-column-end: 3;
    grid-column-start: 1;
    margin-bottom: 10px;
}
.checkout #checkout-contact-form .wa-form .wa-field.create-user label i{
    margin-left: 8px;
}
.checkout #checkout-contact-form .wa-form .wa-field.create-user label{
    display: flex;
    align-items:center;
}
.checkout #checkout-contact-form .wa-form .wa-field:nth-of-type(3) .wa-value p, .checkout #checkout-contact-form .wa-form .wa-field:nth-of-type(4) .wa-value p{
    margin-bottom: 0;
}
.checkout #checkout-contact-form .wa-form .wa-field:nth-of-type(3) .wa-value input, .checkout #checkout-contact-form .wa-form .wa-field:nth-of-type(4) .wa-value input{
    width:100%;
}
.checkout #checkout-contact-form .wa-form .wa-field:nth-of-type(1) {
    margin-right: 10px!important;
}
.checkout #checkout-contact-form .wa-form .wa-field:nth-of-type(2) {
    margin-left: 10px!important;
}
.checkout #checkout-contact-form .wa-form .wa-field .wa-name{
    padding-bottom: 5px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    color: #777777;
}
.checkout #checkout-contact-form .wa-form .wa-field-address .wa-value p{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.checkout #checkout-contact-form .wa-form .wa-field-address .wa-value p select{
    padding: 10px 9px;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    border-radius: 8px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    width:100%;
    line-height: 1.2;
    max-width:unset;
}
.checkout .wa-form .wa-field-address .wa-value p span:nth-of-type(odd) {
    padding: 0px 10px 0px 0px;
}
.checkout .wa-form .wa-field-address{
    width: min-content;
    display:none!important;
}
.your-order{
    width:100%;
    border: 1px solid #D2D2D2;
    border-radius: 15px;
}
.your-order .order{
    padding: 20px;
}
.your-order .order h5{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 32px;
}
.your-order .line{
    width: 100%;
    background:#D2D2D2;
    height:0.5px;
}
.your-order .price{
    padding: 25px 20px 20px 20px;
}
.your-order .price p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
    margin: 0;
    padding: 0;
}
.your-order .price strong{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
    margin: 0;
    padding: 0;
}
.your-order .order .item .image img{
    width: 72px;
    min-width:72px;
    height: 72px;
    object-fit: cover;
    border-radius: 12px;
}
.your-order .order .data{
    padding-left: 10px;
}
.your-order .order .data h6{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #000000;
    margin-bottom:13px;
}
.your-order .order .data .price-and-qty p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: #777777;
    margin:0 10px 0 0;
}
.your-order .order .data .price-and-qty .price{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
    padding: 0;
}
@media screen and (max-width: 550px){
    .checkout #checkout-contact-form .wa-form{
        width:100%;
    }
}
.warning-shipping{
    display:flex;
    color: #f60;
    font-weight: bold;
    font-size: 13px;
}
@media screen and (max-width: 1024px){
    .filter-param .slider input {
    width: 44px;
    }
}