.where-buy_address--contact a {
    color: #203f6f;
}
.where-buy_address--saddress p {
    margin-left: 8px !important;
}
.where-buy_address--saddress a {
    margin-left: 8px;
    color: #203f6f;
    font-size: 16px;
}
.div-email a {
    margin-left: 8px;
}

.select__search {
    position: relative;
    color: #2C2E35;
    font-size: 16px;
    font-weight: 400;
    padding: 15px;
    background-color: #F2F5F8;
}
.where-buy_list {
    display: block;
}

.where-buy_address--saddress.second {
    display:none;
}

.where-buy_address--contact__block div:nth-child(1) {
    margin-right:0px !important;
}

.where-buy_address--contact {
    padding-left: 0px !important;
}

.calculator-logo768 {
    width:50px;
    display:block;
}
.calculator-logo768_b {
    display:none;
}
.decrement2{background-image:url(img/minus.svg) !important;width:18px;height:18px;margin-left:auto;margin-right:auto}
.increment2{background-image:url(img/plus.svg) !important;width:18px;height:18px;margin-left:auto;margin-right:auto}

.remove-all {
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.number-input {
    display:block;
    position: relative;
    width: fit-content;
    margin-left:auto;
    margin-right:auto;
}

.quantity {
    width: 60px;
    text-align:center;
}

.spinners {
    position: absolute;
    right: 0;
    top: 50%;
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin: 1px;
    transform: translateY(-50%);
}

.spinner {
    font-size: 7px;
    border: none;
    padding: 0 1px;
}

.spinner:hover {
    background: lightgrey;
}

.quantity {
    width:42px;
}
.increment2, .decrement2 {
    cursor:pointer;
}
.dm-modal-dealer-title {
    font-weight:bold;
}
.dm-modal-dealer-address {
    color:#1377bf;
}
.leave-feedback__btn {
    justify-content:unset !important;
}
.not-for-print {
    color:#b7b7b7;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1 !important;
}
table {
    border-color:#f5f5f5;
    border-left:none;
    border-right:none;
    border-bottom:none;
}
th {
    background-color:#f5f5f5;

    border-top: 0px solid #f5f5f5;
    border-bottom: 0px solid #f5f5f5;
}
td, th {
    text-align:center;

    border-left: 0px solid #f5f5f5;
    border-right: 0px solid #f5f5f5;
}
@media only print {
    .div-dealers, .footer  {
        visibility: hidden;
    }
    body, .print, #calculation_send {
        visibility: hidden;
    }
    .cssInp {
        visibility: visible;
    }
    td, th {
        text-align:center;
    }
    .div-selected-dealer {
        width:100% !important;
        display:block;
    }
    .div-selected-dealer-btns {
        width:0 !important;
    }
    .spinners {
        visibility: hidden;
    }
}
.div-selected-dealer-btns {
    width:25%;
    display:flex;
    justify-content:end;
    padding-top:10px;
}


#phone::-webkit-inner-spin-button,#phone::-webkit-outer-spin-button {
    opacity: 0 !important;
}
.btn-main {
    min-width: 209px;
    text-align: center;
}
#popup-calculation_send {
    display:none;
}
.print, .remove-all{cursor:pointer}
#selected-dealer-error{color:red;font-weight:bold;display:none;}
.div-selected-dealer {padding-top:20px;}
.where-gallery__picture {display:none;}
#selected-dealer {
    color:red;
}
th {
    padding:10px;
}
td {
    text-align:center;
    padding:10px;
}
.remove {
    cursor:pointer;
}
.bold {
    font-weight:bold;
}
#calculation_send {
    height:45px;
    display:none;
}

/*@media screen and (max-width: 465px) {
    .where-buy_address--contact {
        padding-left:0px !important;
    }
}*/

@media screen and (max-width: 405px) {
    .where-buy_address--title {
        margin-top:7px;
    }
    .where-buy_address--item {
        display:block !important;
    }
    .where-buy_address--saddress.first {
        display:none;
    }
    .where-buy_address--saddress.second {
        display:block;
    }

    .where-buy_address--contact {
        border-left: none;
    }
}

@media screen and (max-width: 465px) {
    td, th {
        padding:unset;
    }
    #calculation_send {
        width:90%;
    }
    /*.where-buy_address--item, .where-buy_address--info, .where-buy_address--time__block, .where-buy_address--contact__block {
        display:block !important;
    }*/
}



@media only screen and (min-width: 768px) {
    .address-desktop {
        margin-top:30px;
    }
    .where-buy_name {
        position:absolute;
    }
    .where-buy_address--contact {
        border-left: 1px solid #EFEFEF !important;
    }
    .where-buy_address--contact {
        padding-left: 20px !important;
    }
    .calculator-logo768 {
        display:none;
    }
    .calculator-logo768_b {
        display:block;
    }
    .number-input {
        display:flex;
    }
    .dm-modal.varnish-hardeners {
        padding: 40px 60px 50px 60px;
    }
    .dm-modal.varnish-hardeners-calculator {
        padding: 20px 60px 30px 60px;
    }
    .dm-modal {
        width:50% !important;
    }
}