@import url(fonts.css);

@font-face {
    font-family: 'PT Rouble Sans';
    src:url('fonts/PTRoubleSans.woff2') format('woff2'),
    url('fonts/PTRoubleSans.woff') format('woff'),
    url('fonts/PTRoubleSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.alert-danger{
    color: #fff;
    margin: 10px 0;
    font-size: 14px;
}

.order-datepicker{
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
}

.date-delivery{
    height: 40px;
}

.product-title__articul{
    color: #6C6463;
}

.old-price span{
    font-size: 20px !important;
}

.product-rate{
    margin-top: 10px;
}

.rub{
    font-family: 'PT Rouble Sans';
    font-style: normal;
}

#deliveryPointModal{
    width: 800px;
}