strong {
    font-weight: bolder;
    font-family: 'SF Pro Rounded Bold';
}
.delivery-basket-item {
    background-color: #FFFFFF;
    box-shadow: 0 0 0.35rem rgb(0 0 0 / 15%);
    border-radius: 0.5rem;
}
.delivery-basket-tire-item button.close {
    top: 0.3rem;
    right: 0.3rem;
}
#onlineBookingBasketPopup {
    overflow: hidden !important;
    position: fixed;
    height: 100vh;
    top: 0;
    width: 100%;
}
.jq-toast-single {
    font-family: 'SF Pro Rounded Bold' !important;
    text-align: center !important;
    font-size: 16px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    color: black !important;
    z-index: 9999;
    box-shadow: 0 0 0.35rem rgb(0 0 0 / 15%);
}
#buyCodeBlock {
    box-shadow: inset 0px 0px 10px rgb(0 0 0 / 25%);
    border-radius: 8px 8px 0px 0px;
}
#basketItemBooking .close {
    right: 6px;
    top: 6px;
}
.button-send-online-booking,
.button-send-online-booking-buttons-pay {
    color: white;
    width: 88% !important;
    margin-top: 9px !important;
    padding: 8px 15px;
    font-size: 16px;
    border: none;
}
.new-popup .modal-dialog {
    margin-top: 0;
}
.supplier-info-tooltip {
    left: -16px !important;
    top: 126% !important;
}
#newAlertPopup .modal-dialog {
    margin: 0 !important;
}
.bottom-0 {
    bottom: 0 !important;
}
#collapseTime.collapse.in {
    display: flex !important;
    flex-flow: wrap;
}
.slivki-icon-close-thin:before {
    font-size: 18px;
}
#tireAddToBasketPopup.modal-content {
    overflow: auto;
    max-height: 100vh;
}
#deliverySidebarContent {
    position: sticky;
    top: 85px;
}
@media screen and (max-width: 768px) {
    #buyCodeBlock {
        position: sticky;
        bottom: 0;
    }
    .new-popup .modal-content {
        max-width: initial !important;
    }
    #modalCodeByErip.new-popup .modal-content {
        overflow: auto;
        max-height: 100vh;
    }
    .modal.fade .modal-dialog {
        background: #0000006e;
        height: inherit;
    }
    #tireAddToBasketPopup .modal-content {
        bottom: 0;
        position: fixed;
    }
}