.header_modal_sales{
    display: flex;
    border-bottom: 1px solid lightgrey;
    color: black;
}

.close_modal_sales{
    padding: 10px 20px;
    font-size: 20px;
    cursor: pointer;
}

.header_title_modal_sales{
    padding: 10px;
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.header_title_modal_sales>span{
    font-weight: bold;
}

.header_add_modal_sales,
.header_add_modal_serial{
    padding: 10px 20px;
    font-size: 20px;
    background-color: paleturquoise;
    cursor: pointer;
}

.yith-wcqv-main1{
    background-image: unset!important;
    background-color: white!important;
    padding: 0px!important;
}

.body_modal_sales_modal{
    padding: 65px 50px;
    color: black;
}

.body_modal_sales{
    padding: 65px 50px;
    color: black;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.title_body_modal_sales{
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

.title_body_modal_sales>span{
    font-weight: 100;
}

.qty_body_modal_sales{
    display: flex;
    line-height: 58px;
    margin: 10px 0;
}

.qty_body_modal_sales input{
    margin: 0;
    background: white;
    border: 1px solid lightgray;
    padding: 0 25%;
    cursor: auto;
}

.button_body_modal_sales{
    margin: auto 0;
    padding: 0 10%;
    border: 1px solid lightgray;
    cursor: pointer;
}

.block_body_modal_sales,
.block_body_sides_modal_sales{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.error_side_block{
    color: red;
    text-align: center;
    font-size: 18px;
    display: none;
}

.error_side_block.active{
    display: block;
}

.valibale_body_modal_sales{
    width: 40%;
    text-align: center;
    margin: 20px;
    background-color: #F2F2F2;
    border: 1px solid #E2E2E2;
}

.valibale_body_modal_sales>input{
    display: none;
}

.valibale_body_modal_sales>label{
    color: black;
    font-family: auto;
    text-align: right;
    margin: 0;
    padding: 10px 20px;
}

.title_val_body_modal_sales{
    float: left;
    font-weight: bold;
}

.valibale_body_modal_sales.checked{
    border: 1px solid gray;
    background-color: gray;
}

.valibale_body_modal_sales.checked>label{
    color: white;
}

.clear_place{
    max-width: 475px;
    min-width: 320px;
    width: 25%;
}

.wc-proceed-to-checkout .button:hover {
    color: #fff!important;
    background-color: #73b6fe;
    border: 1px solid transparent!important;
}

.wc-proceed-to-checkout .button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: "PT Sans", sans-serif;
    font-size: 13px;
    letter-spacing: .15em;
    line-height: 2.077em;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    padding: 11px 41px;
    cursor: pointer;
    z-index: 3;
    color: #fff!important;
    background-color: #94c4f7;
    border: 1px solid transparent!important;
}

.cart_button_select{
    margin: 0 1px!important;
    width: 50% !important;
}

.none{
    display: none;
}

.disabled{
    background-color: #B3CBEF!important;
    cursor: auto!important;
}

.disabled:hover{
    background-color: #B3CBEF!important;
}

.change_total_cash{
    margin: 10px;
    font-size: 25px;
}

.change_rezult{
    margin: 20px 0px;
    font-size: 35px;
    font-weight: bold;
    font-family: cursive;
    line-height: 100%;
}

.custom_tip{
    padding: 5px 10px!important;
    margin: 3px!important;
    max-width: 100px!important;
    font-weight: normal!important;
}

#tip_modal_summa{
    width: 50%;
    padding: 0px 10px;
    min-width: 245px;
}

#input_modal_summa{
    width: 100%;
    padding: 0px 10px;
    min-width: 245px;
}

#tip_modal_summa>div{
    display: flex;
}

.modal_summa{
    width: 160px;
}

#pickup_modal{
    height: unset;
    top: 0;
}

#pickup{
    background: cadetblue;
    padding: 15px 10px;
    font-size: 20px;
    border-radius: 15px;
    position: fixed;
    top: 10px;
    left: 65%;
    text-align: center;
    cursor: pointer;
    color: white;
}

#pickup>span{
    font-weight: bold;
    font-size: 25px;
}

.header_title_modal_pickup{
    padding: 10px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.pickup_block{
    max-width: 71%;
    min-width: 300px;
    max-height: 80vh;
    height: unset!important;
    margin-top: -10%;
}

.body_modal_pickup{
    padding: 25px;
    color: black;
    display: flex;
    flex-wrap: wrap;
}

.pickup_block_all{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 70vh;
    overflow: auto;
    width: 100%;
}

.pickup_line{
    padding: 5px;
    display: flex;
    border: 1px solid lightgray;
    width: 300px;
    margin: 5px;
}

.pickup_line_button>a{
    padding: 5px 10px!important;
    background-color: blue!important;
}

.pickup_line_button>a:hover{
    background-color: lightblue!important;
    /*color: black!important;*/
}

.pickup_line_number{
    width: 50%;
    font-size: 25px;
    margin: auto;
}

.pickup_line_number>span{
    font-size: small;
}

.pickup_line_button{
    width: 103px;
    margin: auto 0px;
    text-align: center;
}

.pickup_line_button>button{
    padding: 5px 10px!important;
    width: 100%;
}


@media only screen and (max-width: 750px) {
    .qty_body_modal_sales input{
        padding: 0 25%;
    }
}

@media only screen and (max-width: 680px) {
    .qty_body_modal_sales input{
        padding: 0 25%;
    }
}

@media only screen and (max-width: 680px) {
    .qty_body_modal_sales input{
        padding: 0 24%;
    }
}

@media only screen and (max-width: 665px) {
    .valibale_body_modal_sales{
        width: 100%;
    }
}

@media only screen and (max-width: 560px) {
    .qty_body_modal_sales input{
        padding: 0 21%;
    }
}

@media only screen and (max-width: 510px) {
    .qty_body_modal_sales input{
        padding: 0 20%;
    }
}

@media only screen and (max-width: 400px) {
    .qty_body_modal_sales input{
        padding: 0 20%;
    }
}

@media only screen and (max-width: 375px) {
    .qty_body_modal_sales input{
        padding: 0 15%;
    }
}