@font-face {
    font-family: 'SF Pro Display Medium';
    src: url('/fonts/sf-pro-display/SFProDisplay-Medium.eot');
    src: local('SF Pro Display Medium'), local('SFProDisplay-Medium'),
    url('/fonts/sf-pro-display/SFProDisplay-Medium.eot?#iefix') format('embedded-opentype'),
    url('/fonts/sf-pro-display/SFProDisplay-Medium.woff2') format('woff2'),
    url('/fonts/sf-pro-display/SFProDisplay-Medium.woff') format('woff'),
    url('/fonts/sf-pro-display/SFProDisplay-Medium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

h1, h2, h3, h4, h5 {
    font-family: 'SF Pro Rounded Bold';
}
.d-none {
    display: none !important;
}

.categories-foodcort-block::-webkit-scrollbar,
.dish-description::-webkit-scrollbar {
    height: 6px !important;
    width: 12px !important;
}
.sf-display-font {
    font-family: "SF Pro Display" !important;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(102 70 229 / 64%) !important;
    border-radius: 10px !important;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    -webkit-box-shadow: inset 0 0 20px 2px #6747e5 !important;
}
.categories-foodcort-block::-webkit-scrollbar-track,
.dish-description::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(102 70 229 / 64%) !important;
    border-radius: 10px !important;
}

.categories-foodcort-block::-webkit-scrollbar-thumb,
.dish-description::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    -webkit-box-shadow: inset 0 0 20px 2px #6747e5 !important;
}
#loadingPopup .modal-content {
    border: 0;
    background: transparent;
}
.slivki-icon-users:before {
    content: '\e808';
    margin: 0 !important;
    margin-right: 4px !important;
}
.delivery-page-container {
    background-color: #fff;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 1.125rem 1.25rem;
    z-index: 2;
}
.categories-foodcort-block {
    max-width: 100%;
    overflow: auto;
}
.delivery-price {
    font-family: 'SF Pro Display Medium';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-align: right;

    color: #000000;
}
.categories-item {
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding: 13px 15px;
    margin: 5px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 7%) !important;
    border-radius: 8px !important;
    min-width: fit-content;
    align-items: center !important;
    width: 81px;
    height: 34px;
    left: 186px;
    top: 531px;
    font-size: 14px;
    cursor: pointer;
    font-weight: normal !important;
}
.categories-item.active {
    background: #CCC1F5 !important;
}

.offers-list-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tags-delivery {
    display: none;
}
.old-price {
    text-decoration-line: line-through;
    font-size: 14px;
    align-self: center;
    font-family: "SF Pro Display";
}
.new-price {
    font-size: 18px;
    align-self: center;
    font-weight: bold;
    font-family: "SF Pro Display";
}
.discount-item {
    background: #6747E5;
    color: white;
    border-radius: 8px;
    padding: 2.5px 11px 2.5px 11px;
    position: absolute;
    font-size: 14px;
    bottom: 11px;
    font-weight: 600;
    right: 10px;
    margin: 0;
    font-family: 'SF Pro Rounded';
}
.rating-dish {
    font-size: 12px;
    opacity: 1 !important;
    color: #7F7F7F;
}
.rating-dish span {
    font-size: 12.6px;
    color: #FFBE00 !important;
}
.card-item img {
    width: inherit;
}
.card-item-img {
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    position: relative;
    background-color: white !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;
    height: 0;
    padding-bottom: 69.25%;
}
.delivery-details-img {
    background-color: white !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;
    height: 0;
    padding-bottom: 77.25%;
}
.br-16 {
    border-radius: 16px;
}
.color-gray {
    color: #7F7F7F !important;
}
.card-item-img:hover .delivery-teaser-more {
    display: flex;
}
.delivery-teaser-more {
    height: 100% !important;
    z-index: 9;
    border-radius: 15px;
}
.card-item {
    border-radius: 0.75rem;
}
.loading{
    opacity: 0.3;
}
.switch-delivery-pickup-item.active:before {
    content: '✓';
    align-self: flex-start;
    position: absolute;
    top: 17px;
    margin-left: 17%;
}

button:focus {
    outline: none !important;
}

.foodcort-filter:after {
    content: '';
    position: absolute;
    top: 12px;
    right: 20px;
    display: block;
    width: 0.9rem;
    height: 0.5rem;
    background-image: url(/images/arrow-dropdown.svg);
    background-size: cover;
}
.link-to-offer {
    width: 70%;
    margin: inherit;
    font-family: 'SF Pro Rounded';
    font-size: 14px !important;
}
.text-filter-tittle {
    color: #DDD8F0;
    font-size: 14px;
    font-family: 'SF Pro Display';
}
.dish-name {
    display: flex;
    align-self: center;
    line-height: 20px;
    font-size: 16px !important;
    min-height: 26px;
    font-family: 'SF Pro Rounded Bold';
}
.text-gray {
    color: #7F7F7F !important;
    opacity: 1;
}
.delivery-type.active,
.pickup-type.active,
.restourans-type.active {
    height: 42px !important;
    width: 180px !important;
}
.delivery-type,
.pickup-type {
    width: 158px !important;
}

.dostavka {
    width: 500px !important;
}
.delivery-type.active:before,
.pickup-type.active:before {
   top: 21px !important;
}
.dish-description {
    max-height: 115px;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 12px !important;
}
.location-in-map {
    display: none;
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 10;
}
.font-size-12 {
    font-size: 12px !important;
}
.modal-open-button {
    cursor: pointer;
    width: 100%;
    height: 40px;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    box-sizing: border-box;
    border-radius: 20px;
    display: flex;
    align-items: center;
    margin: 73px 0 0;
}
.modal-open-button img {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 40px;
    border-radius: 20px 20px;
}
.modal-open-button p {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;

    color: #6747E5;
    margin: 0 0 0 18px;
}
.img-offer {
    height: 135px;
}
.ymaps-2-1-79-balloon__content {
    height: 100% !important;
    min-width: 250px !important;
}
#mapsModal .baloon-maps {
    width: 260px;
}
.filter-per-kilogram:before {
    content: '⚡️' !important;
    margin-right: 2% !important;
    margin-left: -4px !important;
}

#jivosite_button img {
    width: 35px;
}
#logoutConfirmPopup .modal-dialog {
    height: 100%;
    display: flex;
    align-items: center;
}
#logoutConfirmPopup .modal-content {
    height: 310px;
}
.modal-open .header {
    padding-right: 0;
}
.header-profile-menu ul {
    width: 220px !important;
}
.tittle-category {
    margin: 0;
    margin-bottom: 10px;
    margin-top: 32px;
    font-family: 'SF Pro Rounded Bold';
    font-style: normal;
    margin-left: 3px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
}
.tooltip.in {
    word-break: break-word;
    width: 200px;
    max-width: 300px;
}
.price-block-teaser {
    justify-content: flex-end;
    width: -webkit-fill-available !important;
}
#deliveryOfferCard .left-block {
    width: 100%;
}
.btn-new-quantity {
    background: #EAEAEA;
    border-radius: 10px;
    border: none;
    width: 34px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#deliveryDetailsModal .modal-dialog {
    max-width: 686px !important;
}
.bottom-0 {
    bottom: 0px;
}
.dish-description-tittle {
    font-family: "SF Pro Display Medium";
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 7px;
}
.no-scroll {
    overflow: hidden !important;
}
.max-height-90 {
    height: 96vh;
    overflow: hidden;
}
.height-40 {
    height: 40px;
}
.city-selector-opener {
    display: none !important;
}
.slivki-icon-plus:before {
    display: flex;
    content: '\e84f';
    color: #5C5C5C;
    font-size: 20px;
    margin-left: 0.3em;
}
.slivki-icon-minus:before {
    content: '\e84e';
    color: #CBCBCB;
    font-size: 20px;
}
.spinner-border {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    vertical-align: text-bottom;
    border: 0.55em solid #765ae7;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border 1.6s linear infinite;
}
#banner_beauty {
    width: 100%;
    height: auto;
}
.delivery-time-wrapp {
    visibility: hidden;
}
.count-foodcort {
    width: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'SF PRO DISPLAY';
    font-weight: bolder;
}
.pin-maps-header {
    padding-left: 27px !important;
}
.delivery-details-logo {
    visibility: hidden;
}

@media screen and (max-width: 1600px) {
    .menu-index-beauty {
        width: 1100px !important;
    }

}
@media screen and (max-width: 700px) {
    .card-item {
        padding: 0 7px 20px 7px !important;
    }
    .banner_beauty {
        width: -webkit-fill-available;
        border-radius: 10px;
        margin-top: 24px;
    }
}