#info-user {
    min-height: unset !important;
}

.btn-submit {
    padding: 12px !important;
    background: #1296D4 !important;
}

.select2-container {
    width: 100% !important;
}

.select2-container--bootstrap4 .select2-selection--single {
    height: 40px !important;
    line-height: 40px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
    padding-left: 0px;
}

.quantity {
    display: flex;
    align-items: center;
    height: 29px;
    margin-bottom: -20px;
}

.qty {
    width: 40px;
    height: 25px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #CFD7E8;
    background: #ffffff;
    color: #006D9B;
}

input.qtyminus {
    width: 25px;
    height: 25px;
    font-weight: 600;
    border-right: unset;
    border: 1px solid #CFD7E8;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background: #ffffff;
}

input.qtyplus {
    width: 25px;
    height: 25px;
    font-weight: 600;
    border-right: unset;
    border: 1px solid #CFD7E8;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #ffffff;
    color: #006D9B;
}

.quantity input[type="button" i] {
    padding: 0px !important;
}

.quantity input[type="text" i] {
    padding: 0px !important;
    margin: 0 -5px;
}

.form-control:focus {
    box-shadow: unset !important;
}

/*body {*/
/*    background-color: lightblue;*/
/*}*/

/*@media only screen and (max-width: 600px) {*/
/*    body {*/
/*        background-color: yellow;*/
/*    }*/
/*}*/



.popup_info p {
    margin-bottom: 6px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
}

.popup_info_name {
    color: #000000;
    font-size: 16px;
}

.popup_info_price {
    color: #D93333;
    font-size: 16px;
}

.popup_info_price_old {
    color: #C2C2C2;
    font-size: 12px;
    text-decoration: line-through;
}

.popup_info_promotion {
    color: #000000;
    font-size: 12px;
}

.content-left .form-check {
    display: flex;
}

.content-left .form-check .form-check-label {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    margin-top: 4px;
}

.content-left .form-check .form-check-label .form-check-label-icon {
    font-size: 9px;
    background: #D93333;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 2px 6px;
    color: #ffffff;
}

.total_price {
    font-size: 24px;
    line-height: 29px;
    color: #D13434;
}

.pb-16 {
    padding-bottom: 16px;
}

.btn-submit {
    max-width: 200px;
    width: 100%;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    padding: 12px;
    color: #FFFFFF;
    background: #1296D4;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
}

.provisional {
    font-weight: bold;
    font-size: 20px
}

.pt-64 {
    padding-top: 64px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.footer-box {
    background: #F0F0F0;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: #000000;
    padding: 8px !important;
}
