@font-face {
    font-family: Inter;
    src: url('../fonts/Inter/Inter-VariableFont_slnt,wght.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: JosefinSans;
    src: url('../fonts/Josefin_Sans/JosefinSans-VariableFont_wght.ttf');
    font-weight: 400;
    font-style: normal;
}


body {
    background: #f4f2fc;
    padding-top: 12px;
}

.main-content {

}

.row-header {
    margin-bottom: 30px;
    height: 76px;
}

.navbar-head {
    background: #F8F7FC;
    box-shadow: 6px 6px 18px rgba(174, 162, 223, 0.1);
    border-radius: 22px;
    height: 76px;
}

.navbar-head .navbar-brand {
    font-family: JosefinSans;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    letter-spacing: -0.408px;
    color: #392A75;
    margin-left: 30px;
    margin-right: 30px;
}

.navbar-head .stick {
    color: rgba(218, 216, 231, 1);
}

.geo-tag {
    color: rgba(118, 98, 227, 1);
}

.geo-address {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #392A75;
    width: 203px;
}

.navbar .social-network {
    padding-right: 40px;
}

.social-icon {

}

.menu-img-div {
    display: inline-block;
    height: 142px;
    margin-bottom: 16px;
    margin-right: 16px;
    cursor: pointer;
    position: relative;
}

/*.menu-img-div:nth-child(odd) {*/
/*    margin-right: 16px;*/
/*}*/

.menu-img-div img {
    border-radius: 24px;
}

.first-column {
    padding-left: 0;
    width: 321px;
    margin-right: 8px;
}

.menu-item {
    align-items: center;
    padding: 8px 12px;
    gap: 7px;
    background: #F8F7FC;
    border-radius: 100px;
    position: absolute;
    right: 6px;
    bottom: 8px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: capitalize;
    color: #5C5486;
}

.menu-item-11105059 {
    /*right: 7px !important;*/
}

.menu-item-11157786 {
    right: 3px;
}

.tab .active .menu-item {
    background: #7662E3;
    color: #F8F7FC;
}

.social-icon-img-around {

}

.star-12 {
    position: absolute;
    top: 6px;
    left: 6px;
}

.second-column {
    width: 520px;
}

.third-column {
    width: 410px;
    position: relative;
}

.third-column, .second-column {
    background: #F8F7FC;
    box-shadow: 6px 6px 18px rgba(174, 162, 223, 0.05);
    border-radius: 22px;
    padding: 22px 30px 0px 30px;
}

.second-column .title,
.third-column .title,
.main-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    color: #5C5486;
    margin-bottom: 22px;
}

.second-column .item,
.third-column .item,
.m-order-item {
    box-sizing: border-box;
    background: #F8F7FC;
    border: 1px solid #DAD8E7;
    border-radius: 13px;
    padding: 14px 22px 14px 22px;
    margin-bottom: 12px;
}

.second-column .item {
    cursor: pointer;
}


.itemSelected {
    border: 1px solid #7662E3 !important;

}

.i-selected {
    color: #7662E3 !important;
}


.second-column .item:hover {
    background: #F4F2FC;
    border: 1px solid #DAD8E7;
}

.second-column .item .item-desk,
.second-column .item .item-price,
.third-column .item .item-desk,
.m-order-item .item-desk,
.m-order-item .item-price {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #5C5486;
    display: inline-block;
}

.second-column .item .item-price {
    text-align: right;
    width: 30.8%;
}

.second-column .item .item-desk {
    width: 68%;
}

.empty-store {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #CDCAE3;
    width: 135px;
}

.footer {
    background: #F8F7FC;
    box-shadow: 6px 6px 18px rgba(174, 162, 223, 0.05);
    border-radius: 22px;
    padding: 22px 30px 30px 30px;
}

.ft-img {

}

.ft-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    color: #5C5486;
}

.cartSum {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #9086C3;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.order-btn {
    background: #7662E3;
    border-radius: 22px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    color: #F8F7FC;
    width: 100%;
    border: none;
    padding-top: 18px;
    padding-bottom: 18px;
    display: none;
}

.removeCircle {
    background: #DFDBF3;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    font-size: 34px;
    line-height: 16px;
    float: right;
}

.minus {
    width: 10px;
    height: 2px;
    background: #5C5486;
    border-radius: 100px;
}

.noClick {
    pointer-events: none;
}

.step {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    color: rgba(92, 84, 134, 1);
    width: 24px;
    height: 24px;
    left: calc(50% - 24px / 2 + 1px);
    top: 0px;
    background: #DFDBF3;
    border-radius: 50%;
    padding-top: 3px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}

.stepActive {
    background: #7662E3 !important;
    color: #FFFFFF !important;
}

.stepSelected {
    background: #10B759 !important;
}

.step-line {
    width: 393px;
    height: 1px;
    background: #DAD8E7;
    display: inline-block;
}

.datepicker {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #F8F7FC;
    border: 1px solid #DAD8E7;
    border-radius: 22px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #392A75;
    width: 316px;
    height: 311px;
    margin: 0 auto;
}

.datepicker td, .datepicker th {
    width: 45px;
    height: 38px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.datepicker table tr td.day,
.datepicker table tr td.today {
    border-radius: 50%;
}

.datepicker table tr td.day:hover {
    background: #F4F2FC;
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    background: #F4F2FC;
    border-radius: 50%;
    color: #392A75;
    /*border: 1px solid #7662E3;*/
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
    background: #7662E3;
    color: #F2F5FA;
}

.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today[disabled] {
    background: #F4F2FC;
    color: #392A75;
}

.time {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 21px;
    width: 84px;
    height: 39px;
    background: #F8F7FC;
    border: 1px solid #DAD8E7;
    border-radius: 100px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #5C5486;
    margin-bottom: 12px;
    display: inline-block;
    cursor: pointer;
    margin-right: 4px;
}

.time:hover {
    border: 1px solid #7662E3;
}

.timeSelected {
    background: #7662E3;
    border: 1px solid #7662E3;
    color: #F8F7FC;
}

.p-book-notify {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    color: #5C5486;
    margin-top: 42px;
}

.contact-form {
    position: relative;
    box-sizing: border-box;
    width: 410px;
    height: 404px;
    background: #F8F7FC;
    border: 1px solid #DAD8E7;
    border-radius: 22px;
    padding: 22px 30px;
}

.cf-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    color: #C9C5E0;
    margin-bottom: 22px;
}

.contact-form input {
    box-sizing: border-box;
    width: 350px;
    height: 46px;
    background: #F8F7FC;
    border: 1px solid #DAD8E7;
    border-radius: 13px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 12px;
    padding: 14px 22px;
}

.btn-book {
    background: #DFDBF3;
    border-radius: 22px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    color: #F8F7FC;
    padding: 14px 22px 14px 22px;
    width: 100%;
    border: none;
    position: absolute;
    bottom: 0;
    margin-bottom: 22px;
    width: 348px;
}

.btn-book-active {
    background: #7662E3;
    border-radius: 22px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    color: #F8F7FC;
    width: 100%;
    border: none;
    padding: 14px 22px 14px 22px;
    position: absolute;
    bottom: 0;
    margin-bottom: 22px;
    width: 348px;
}

.stepDesk {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #392A75;
    text-align: center;
}

.error {
    font-family: 'Inter';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #D94C4C;
    text-align: left;
    margin-bottom: 4px;
}

.errorDesk {
    display: inline-block;
}

.invalid {
    border: 1px solid #D94C4C !important;
}

.modalTitle {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: #5C5486;
}

.text-normal {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    color: #5C5486;
}

.social-icon-26 {
    font-size: 26px;
}

.geo-tag {
    color: rgba(118, 98, 227, 1);
    height: 26px;
    width: 18px;
    margin-left: 30px;
    margin-right: 14px;
}

.mg-r-20 {
    margin-right: 20px;
}

.pd-l-0 {
    padding-left: 0;
}

.pd-r-0 {
    padding-right: 0;
}

.mg-r-30 {
    margin-right: 30px;
}

.display-inline-block {
    display: inline-block !important;
}

.contact-form input:focus-visible {
    outline-color: #7662E3;
}
