body, html {
    font-size: unset;
}

.select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow {
    border: none;
}

.select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow b {
    border: none;
    background: url(/images/icon/arrowBottom.svg) center no-repeat;
    width: 20px;
    height: 20px;
    transition: 0.2s ease-in-out;
    margin-left: -12px;
}

.select2-container--krajee-bs3 .select2-selection {
    box-shadow: none;
}

.select2-container--krajee-bs3.select2-container--open .select2-selection, .select2-container--krajee-bs3 .select2-selection:focus {
    box-shadow: none;
}

a:hover, a:focus {
    text-decoration: none;
}

.modal.fade.show {
    opacity: 1;
}

.pagination {
    display: flex;
    justify-content: center;
}

.pagination > li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    font-family: var(--main-font);
    min-width: 40px;
    min-height: 40px;
}

.pagination > li > a, .pagination > li > span {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    font-family: var(--main-font);
    min-width: 40px;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    color: #000;
    transition: .2s ease-in-out;
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 10px;
}


.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: #000;
    border-color: #000;
    color: #fff;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background: #00000030;
    border-color: #00000050;
    color: #000;
}

.select2-container--krajee-bs3 .select2-selection--single .select2-selection__rendered {
    color: #000;
}

.select2-container .select2-selection--single .select2-selection__clear {
    right: 9px;
    top: -2px;
}


.filter-nav__item .search-region {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    transition: none;
}

.filter-nav__item .search-region .search-region__pages {
    margin-top: auto;
    box-shadow: none;

}

.heart-white, .heart-dark {
    z-index: 2;
    transition: .2s ease-in-out;
}

.heart-white svg path, .heart-dark svg path {
    fill: #ffffff00;
}

.heart-white.active svg path, .heart-dark.active svg path {
    fill: var(--color-brown);
}

.heart-dark.active svg path, .heart-dark.active svg path {
    fill: var(--color-brown);
}

.header-right__link.user .dropdown-box {
    min-width: 150px;
    padding: 20px;
}

.header-right__link.user .dropdown-box__list li {
    width: 100%;
    display: flex;
    padding-bottom: 10px;
}

.header-right__link.user .dropdown-box__list li:last-child {
    padding-bottom: 0;
}

.header-right__link.user .dropdown-box__list {
    flex-direction: column;
    flex-wrap: unset;
}

.registration-modal__field input.registration-modal__verification::-webkit-outer-spin-button,
.registration-modal__field input.registration-modal__verification::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.registration-modal__field input.registration-modal__verification[type=number] {
    -moz-appearance: textfield;
}

.has-success .select2-container--open .select2-selection, .has-success .select2-container--krajee-bs3.select2-container--focus .select2-selection {
    border: none;
    box-shadow: none;
}

.select2-container--krajee-bs3.select2-container--open.select2-container--below .select2-selection {
    border-bottom-right-radius: 12px;
}

.noUi-horizontal .noUi-tooltip {
    border: none;
}

.noUi-origin:last-child .noUi-tooltip {
    bottom: unset;
    top: 120%;
}

.share-btn {
    position: relative;
}

.share-btn .copied {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translate(-50%);
    pointer-events: none;
    opacity: 0;
    background: hsl(0, 0%, 60%);
    border-radius: 5px;
    padding: 5px 10px;
    transition: .2s ease-in-out;
    z-index: 99;
}

.share-btn .copied.active {
    opacity: 1;
}

.guide-card__buttons {
    flex-wrap: wrap;
    margin-bottom: 0;
}

.guide-card__btn {
    margin-bottom: 5px;
}

div.transport-modal__input {
    display: flex;
    align-items: center;
    background: #eee;
}

.field-ordercreateform-count {
    display: flex;
    align-items: center;
    height: 100%;
}


.profile-edit-form .control-label {
    font-size: 14px;
    font-weight: 500;
}

.profile-edit-form label {
    font-size: 14px;
    font-weight: 500;
}

.filemanager-container .filemanager-insert-media-btn {
    background: #e80e15;
    font-size: 12px;
    transition: .3s ease-in-out;
    font-weight: 500;
}

.filemanager-container .filemanager-insert-media-btn:hover {
    background: #000;
}

.profile-edit-form .select2-container .select2-selection {
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-edit-form .nav-item .nav-link {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.profile-edit-form .nav-item.active .nav-link {
    color: #e80e15;
}

.profile-edit-form .tab-pane.active {
    opacity: 1;
}

.profile-edit-form.profile-form {
    max-width: 100%;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.profile-form-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.profile-edit-form h5 {
    font-size: 18px;
    text-decoration: underline;
}

.profile-edit-form h6 {
    font-size: 16px;
}

.profile-edit-form .profile-content {
    min-height: unset;
    max-width: unset;
}

.profile-edit-form .bootstrap-timepicker.input-group .form-control {
    font-size: 14px;

}

.profile-edit-form .bootstrap-timepicker.input-group .time-picker-input, .profile-edit-form .input-group.date .date-time-picker-input {
    width: calc(100% - 96px);
    min-height: 48px;
    background: var(--color-base);
    border: 1px solid #ccc;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    padding: 10px 15px;
    font-size: 14px;
}

.profile-edit-form .input-group.date .input-group-addon {
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-edit-form .bootstrap-timepicker.input-group .input-group-addon.picker {
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.datetimepicker-minutes, .datetimepicker-hours, .datetimepicker-days, .datetimepicker-months, .datetimepicker-years {
    font-size: 14px;
    font-weight: 500;
}

.select2-container .select2-selection {
    height: unset;
    min-height: 48px;
}


.field-tourroutesearch-from_region_id,
.field-tourroutesearch-to_region_id,
.field-productsearch-region_id {
    min-width: 240px;
}

.transport-table__info {
    width: unset;
    min-width: 120px;
}

.transport-table__left {
    min-width: 150px;
    display: flex;
    flex-direction: column;
}

.transport-table__left * {
    text-align: center;
}

.entrance-modal__box .form-control {
    box-shadow: none;
    font-size: 14px;
}

.entrance-modal__eye {
    margin-bottom: 25px;
    max-height: 52px;
}

.select2_cus_grouped_wrapper .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.select2_cus_grouped_wrapper .select2-container .select2-dropdown .select2-results__option {
    padding: 0;
}

.select2_cus_grouped_wrapper .select2-container .select2-dropdown .select2-results__option .select2-results__option {
    padding: 10px 8px 10px 18px;
}

.select2_cus_grouped_wrapper .select2-container--krajee-bs3 .select2-results__group {
    padding-left: 8px;
}

/*.select2_cus_grouped_wrapper .select2-results__options.select2-results__options--nested {*/
/*    padding: 10px 0;*/
/*}*/

.header-left__list li {
    text-align: center;
}

.header-center {
    width: calc(100% - 650px);
    /*margin-left: 120px;*/
}

.global_search_input_wrapper {
    position: relative;
    width: 100%;
    max-width: 350px;
    margin: 0 15px 0 0;
}

.global_search_input_wrapper .icon img {
    width: 18px;
}

.global_search_input_wrapper .icon {
    position: absolute;
    left: 12px;
    top: 5px;
    bottom: 5px;
    display: flex;
    align-items: center;
}

.global_search_input_wrapper input.form-control:focus {
    border: 1px solid #ddd;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 6px #ddd;
}

.global_search_input_wrapper input.form-control {
    border: 1px solid #ddd;
}

.global_search_input_wrapper input {
    height: 100%;
    width: 100%;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    padding: 12px 16px 12px 38px;
}

@media (max-width: 1199px) {
    .header-center {
        width: calc(100% - 300px);
    }
}

.active-on-mobile {
    display: none;
}

@media (max-width: 1199px) {
    .header-center {
        width: calc(100% - 300px);
    }
}

@media (max-width: 991px) {
    .header-center {
        width: calc(100% - 250px);
    }
}

@media (max-width: 575px) {
    .header-center {
        display: none;
    }

    .active-on-mobile {
        display: flex;
    }
}

.header-right__button .btn-black {
    height: 48px;
}

.header-right__button .btn-black span {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    margin-left: 5px;
}

.main_title {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 20px;
    text-align: center;
}

.section_title {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
}

.global-search-page .sec-padding.--gap {
    margin-bottom: 0;
}

.pos-absolute-checkbox input {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.pos-absolute-checkbox label {
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0;
    padding: 0;
}

.pos-absolute-checkbox {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.filter-nav__btn {
    position: relative;
}

.select2-container--krajee-bs3 .select2-selection--single .select2-selection__placeholder {
    font-size: 14px;
    line-height: 17px;
    color: #000;
    font-weight: 500;
}

.filter-global__name {
    font-weight: 500;
}


.search-region__input_wrapper {
    display: flex;
}

.search-region__link .control-label, .search-region__input_wrapper .control-label {
    font-family: var(--main-font);
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
}

.search-region__bottom .search-region__link {
    padding: 4px 12px;
    margin-bottom: 0;
}

.search-region__list {
    padding: 10px 0 15px;
    max-width: calc(100% / 4);
}

.search-region {
    max-width: 1762px;
    width: calc(100vw - 30px);
}

.registration-modal__box {
    position: relative;
}

.red-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: var(--color-brown);
    margin-bottom: 15px;
}

.filter-global__item .select2-container .select2-selection {
    height: 48px;
}

.global-search-icon {
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
    display: flex;
    align-items: center;
    width: 35px;
    justify-content: center;
    background: #eee;
    border-radius: 8px;
}

.global-search-icon .icon-right {
    width: 18px;
}

.guide-card__top {
    overflow: hidden;
}

.guide-card .heart-dark {
    background: rgba(0, 0, 0, .1);
}

.guide-card .swiper-default .swiper-slide .swiper-image-parent .tour-card__img-default {
    width: 180px;
    height: 180px;
    border-radius: 100%;
}

.guide-card .swiper-default .swiper-slide .swiper-image-parent {
    display: flex;
    align-items: center;
    justify-content: center;
}

.guide-card .swiper-default .swiper-slide::after {
    background: none;
}

.gallery-section__img {
    max-width: unset;
}

.profile-user__list li, .header-right__link.user .dropdown-box__list li, .header-right__link.user {
    position: relative;
}

.red-dot::after {
    width: 10px;
    height: 10px;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: #D1151B;
    border-radius: 100%;
}

.header-right__link.user .dropdown-box__list li.red-dot::after {
    left: unset;
    right: 0;
}

.profile-wrapper .socials-dropdown div img {
    height: 100%;
}

.single-tabs__content .slider-thumbs {
    margin-bottom: 20px;
}

.single-top__item .socials-dropdown:not(.hide), .share-btn .socials-dropdown:not(.hide) {
    display: flex;
    flex-direction: column;
}

.single-top__item .socials-dropdown > a > img, .share-btn .socials-dropdown > a > img {
    margin-right: 10px;
    width: 24px;
    height: 24px;
}

.single-top__item .socials-dropdown > a, .share-btn .socials-dropdown > a {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 40px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 8px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: flex;
    align-items: center;
}

.single-top__item .socials-dropdown > a:hover, .share-btn .socials-dropdown > a:hover {
    background: #f2f2f2;
}

.profile-applications__last_message {
    font-size: 14px;
}

.profile-applications__right_side {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
    margin-left: auto
}

@media (max-width: 575px) {
    .profile-applications__box {
        flex-direction: column;
        /*align-items: flex-start;*/
    }

    .profile-applications__right_side {
        width: 100%;
        margin-top: 15px;
        margin-left: 0;
        flex-direction: row;
    }
}

.registration-modal__input.disabled {
    pointer-events: none;
    background: #ccc;
    cursor: not-allowed;
}

.checkbox-label.offer-label {
    flex-wrap: wrap;
}

.checkbox-label.offer-label .help-block {
    display: block;
    width: 100%;
    color: #cf151b;
}

.category-filter__box {
    padding: 3px 24px 5px;
}

.category-filter__box .swiper-wrapper {
    padding: 0;
}

.menu-nav {
    display: flex;
}

.menu-map--btn-wrapper {
    width: 96px;
    margin-right: 16px;
}

.menu-map--btn-wrapper .btn {
    height: 56px;
    width: 100%;
}

.menu-map--btn-wrapper .btn:hover {
    background: #D1151B;
}

.menu-map--btn-wrapper .btn:hover span {
    color: #fff;
}

.btn-outline.--red {
    background: #D1151B;
    border-color: #D1151B;
    padding: 10px 12px;
    min-height: 56px;
}

.btn-outline.--red span {
    color: #fff;
}

.btn-outline.--red svg {
    margin-right: 5px;
}

.btn-outline.--red:hover {
    background: #fff;
    border-color: hsla(0, 0%, 7%, .1);
}

.btn-outline.--red:hover span {
    color: var(--color-dark);
}

.btn-outline.--red svg path {
    transition: .3s ease-in-out;
}

.btn-outline.--red:hover svg path {
    stroke: var(--color-dark);
}

.map-category-box-wrapper {
    display: flex;
    flex-direction: column;
    width: calc(100% - 112px);
    position: relative;
    height: 56px;
}

.map-category-box-wrapper .tab-pane,
.map-category-box-wrapper .nav.nav-pills {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    display: flex;
}

.map-category-box-wrapper .category-filter__box {
    overflow-y: hidden;
    margin: 0;
}

.map-category-box-wrapper .tab-pane:not(.active.show) {
    opacity: 0;
    pointer-events: none;
}

.map-category-box-wrapper .nav.nav-pills {
    padding: 0 3px;
    border: 1px solid #eee;
    border-radius: 12px;
    transition: .3s ease-in-out;
}

.map-category-box-wrapper .nav.nav-pills .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    border: 1px solid #eee;
    border-radius: 13px;
    padding: 12px 16px;
    margin: 2.5px;
    transition: .3s ease-in-out;
    white-space: nowrap;
    height: calc(100% - 6px);
    color: var(--color-dark);
    background: var(--color-base);
}


.map-category-box-wrapper .nav.nav-pills .nav-link:hover {
    background: var(--color-grey);
}

.map-category-box-wrapper .nav.nav-pills .nav-link.active {
    color: var(--color-brown);
    border: 1px solid var(--color-brown);
}

.map-category-box-wrapper .nav.nav-pills.hide {
    opacity: 0;
}


.info-section .collapse-btn {
    margin-left: auto;
    cursor: pointer;
    transition: .3s ease-in-out;
}

.info-section .collapse-btn.active {
    transform: rotateX(180deg);
}

.info-section__top {
    border-bottom: none;
}

.info-section .info-section__center {
    height: 0;
    opacity: 0;
    padding: 0;
    transition: .3s ease-in-out, 0s padding, 0s opacity, 0s border;
    border-top: 1px solid #ccc;
}

.info-section .info-section__list {
    height: auto;
}

.info-section .info-section__center.show {
    height: auto;
    opacity: 1;
    padding: 30px;
}

.main-right {
    .info-section__item:first-of-type {
        margin-top: 10px;
    }

    .info-section__item {
        line-height: unset;
    }
}

.filter-global__item.cs {
    /*width: 450px;*/
    width: 550px;
}

.tour-card__breadcrumbs {
    flex-wrap: wrap;
}

.slider-thumbs .mySwiper2 .swiper-slide img, .slider-thumbs .mySwiper .swiper-slide img {
    /*-o-object-fit: contain;*/
    /*object-fit: contain;*/
    -o-object-fit: cover;
    object-fit: cover;
}


.accommodation-card__title {
    overflow: unset;
    white-space: unset;
    -o-text-overflow: unset;
    text-overflow: unset;
    font-size: 0.9375rem;
}

#modalMap {
    height: 100%;
    width: 100%;
}

.my-dot {
    width: 10px;
    height: 10px;
    background: #0a58ca;
    border-radius: 100%;
    border: 2px solid #000;
}

.my-div-icon .my-div-span {
    color: #fff;
    font-size: 16px;
    width: fit-content;
    height: 34px;
    text-align: center;
    border-radius: 12px;
    padding: 4px 6px;
    background: #0a58ca;
    margin-top: 5px;
}

.big-map .leaflet-marker-icon:not(.marker-cluster).my-div-icon {
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.big-map .leaflet-marker-icon:not(.marker-cluster) .leaflet-marker-cus-img {
    -webkit-border-radius: 12px;
    border-radius: 12px;
    border: 2px solid #000;
    width: 100%;
    height: 100%;
    transform: translateX(calc(-50% + 3px));
}

.marker-cus-wrapper {
    top: 20px;
    position: absolute;
    width: 50px;
    height: 50px;
}

.modal-map.--padding {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.accommodation-card.--latlng {
    display: none;
}

.big-map .leaflet-popup-tip-container {
    right: unset;
    left: 50% !important;
}

.leaflet-popup-content p {
    margin: 0;
}

.leaflet-popup-content p.osp-tooltip-title {
    margin: 10px 0 0;
}

.organizaiton-inner-product-swiper {
    width: 220px;
    height: 160px;
}

.orgnanization-inner-product-item .accommodation-card__bottom {
    width: 100%;
    margin: 0;
}

.orgnanization-inner-product-item .single-conditions__box {
    margin: 0;
}

.orgnanization-inner-product-item .single-conditions__name {
    max-width: unset;
    display: flex;
    gap: 5px;
}

.orgnanization-inner-product-item .single-conditions__name img {
    filter: invert(1);
}

.orgnanization-inner-product-item .accommodation-card__title {
    max-width: unset;
    font-size: 16px;
}

.orgnanization-inner-product-item .accommodation-card__cancellation {
    color: green;
}

.orgnanization-inner-product-item .btn.btn-brown {
    background: black;
}

.orgnanization-inner-product-item .accommodation-card__cancellation span {
    color: #e80e15;
}

.accommodationViewModal .map-modal .modal-body {
    height: auto;
}

.reserve-contacts-title {
    position: relative;
}

.reserve-contacts-title::before {
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    height: 25px;
    width: 20px;
    position: absolute;
    left: -40px;
    top: -5px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='22' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.8 6.6a3.8 3.8 0 013.8-3.8 3.8 3.8 0 013.9 3.8v2.2H4.8V6.6zm2.6 9.3l-2-2a.9.9 0 00-1.1 1.3l2.2 2.2a.8.8 0 00.2.2.9.9 0 001.3 0l4.3-4.1a.9.9 0 000-1.2.9.9 0 00-1.3 0l-3.6 3.6zm9.6-4c.2-.2.4-.4.4-.7V9.8a1 1 0 00-1-1h-1.2V6.6c0-3.6-3-6.6-6.6-6.6S2.1 3 2.1 6.6v2.2H1a1 1 0 00-1 1v1.4c0 .3.1.5.4.7a.5.5 0 01.3.4v5.8c0 .2-.1.4-.3.5-.3.2-.4.4-.4.6v1.5c0 .5.4 1 1 1h15.4a1 1 0 001-1v-1.5c0-.2-.2-.4-.4-.6a.5.5 0 01-.3-.5v-5.8l.3-.4z' fill='%232d3137' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.reserve-order-form .input-wrapper {
    position: relative;
}

.reserve-order-form .input-wrapper input, .reserve-order-form .input-wrapper select {
    padding-top: 26px;
    font-size: 16px
}

.reserve-order-form .input-wrapper .control-label {
    position: absolute;
    top: 5px;
    left: 24px;
    font-size: 12px;
}

.reserve-order-form .input-wrapper .control-label::after {
    content: '*';
    color: #ce2121;
}

.accommodation-card__rating.tultip.topOfImage {
    position: absolute;
    top: 6px;
    z-index: 2;
    left: 10px;
}

.accommodation-card__rating.tultip span {
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.rating-card {
    position: relative;
}

.rating-card::after {
    width: 35px;
    height: 46px;
    position: absolute;
    content: '';
    top: -8px;
    left: -4px;
    background: #0b58b4;
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 92%, 0% 100%);
//    filter: drop-shadow(0 3px 3px rgba(37, 172, 3, 0.6))
}

.accommodation-card__cancellation {
    font-size: 12px;
    color: green;
}

.accommodation-card {
    margin-bottom: 18px;
}

.swiper-default {
    height: 180px;
}

.accommodation-card-stars {
    height: 12px;
    padding: 0;
    margin: 0;
    line-height: 8px;
    letter-spacing: -3px;
}

.price-discount-badge {
    color: #f79d03;
    font-size: 12px;
    border: 1px solid #f79d03;
    border-radius: 4px;
    padding: 0px 4px;
}

td .isLower {
    color: green;
}

td.active .isLower {
    color: white;
}

.daterangepicker .calendar-table td, .daterangepicker .calendar-table th {
    min-width: 50px;
    width: 50px;
    height: 35px;
    line-height: 24px;
    font-size: 16px;
}

.daterangepicker .calendar-table td p {
    line-height: 16px !important;
    font-size: 12px !important;
}

.daterangepicker .drp-calendar {
    max-width: 375px;
}

.header-left__link.active, .header-left__link.active path {
    stroke: #ce2121;
    color: #ce2121;
}

section.breadcrumb .container ul {
    display: flex;
    gap: 10px;
    background: #f0f0f0;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 12px;
    width: fit-content;
}

section.breadcrumb .container ul a {
    color: #ce2121;
}

section.breadcrumb .container li {
    position: relative;
    min-width: 60px;
    padding: 0 10px 0 0;
}

section.breadcrumb .container li:not(:last-child)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' fill='none'%3E%3Cpath fill='%23868686' fill-rule='evenodd' d='M3.5 5L.3 1.8 1.4.7 5.7 5 1.4 9.3.3 8.2 3.5 5z' clip-rule='evenodd'/%3E%3C/svg%3E");
    content: '';
    height: 10px;
    position: absolute;
    top: 5px;
    width: 6px;
    right: 0;
}

section.breadcrumb .container li.active {
    font-weight: bold;
    color: black;
}

.main-filter .accordion-item, .accordion-flush .accordion-item:last-child {
    margin-bottom: 16px;
    border-bottom: 1px solid #e0e0e0;
}

.main-filter .accordion-button {
    font-size: 16px;
    font-weight: bold;
    border: 0;
    min-height: 20px !important;
    padding: 0px !important;
}

.main-filter .accordion-button::after {
    display: none !important;
}

.main-filter .accordion-body {
    padding: 5px 0;
}

.global-categories {
    background: #f0f2f7;
    padding: 10px 0;
}

.global-categories svg {
    width: 24px;
}

.all-categories-wrapper {
    min-width: 220px;
}

.all-categories-button {
    display: flex;
    gap: 8px;
    background: white;
    padding: 10px 12px;
    border: 2px solid transparent;
    border-radius: 12px;
}

.all-categories-button:hover {
    border: 2px solid black;
}

.all-categories-modal {
    max-width: 1300px;
    top: 110px;
}

.LFIconArrowDown {
    margin-left: 20px;
    align-content: center;
}

.all-categories-button__content-container {
    display: flex;
}

.navigation-bar-container {
    display: flex;
}

.button-text-wrapper {
    margin: 0;
    align-content: center;
}

.size-16 {
    font-size: 16px;
}

.weight-500 {
    font-weight: 500;
}

.search-input-container {
    width: 100%;
}

.search-input-container .search-input-wrapper {
    display: flex;
    position: relative;
}

.search-input-container .search-input-wrapper input {
    width: 100%;
    padding: 10px 48px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border: 1px solid black;
}

.search-input-container .search-input-wrapper .LFIconSearch {
    position: absolute;
    top: calc(50% - 12px);
    left: 16px;
}

.global-categories .btn.btn-black {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 24px;
    padding-right: 24px;
}

.all-categories-modal .modal-body {
    min-height: calc(100vh - 180px);
}

.all-categories-modal .modal-body .fade {
    transition: opacity 0s;
}

.all-categories-modal .nav.nav-tabs {
    min-width: 220px;
    padding-top: 20px;
}

.all-categories-modal .nav.nav-tabs .nav-link {
    border-radius: 12px;
    font-weight: 500;
    color: black;
    display: flex;
    gap: 10px;
}

.all-categories-modal .nav.nav-tabs .nav-link .category-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.all-categories-modal .nav-item button {
    border: 0;
    width: 100%;
    text-align: start;
}

.all-categories-modal .nav-item button:hover, .all-categories-modal .nav-item button.active {
    border: 0;
    background: rgba(0, 0, 0, 0.1);
}

.all-categories-modal .nav-item .LFIconArrowRight svg {
    width: 16px;
}

.all-categories-modal .transport-modal__wrapper .tab-content {
    padding: 20px;
}

.category-primary-title-text:after {
    content: "";
    position: relative;
    top: 8px;
    display: inline-block;
    border-right: 1px solid rgb(217, 221, 231);
    height: 30px;
    padding-left: 16px;
}

.transport-modal__wrapper .tab-content a:hover {
    color: #d4141a;
}

.transport-modal__wrapper .tab-content a.sub-category {
    font-size: 14px;
    line-height: 21px;
}

.transport-modal__wrapper .tab-content .sub-category-wrapper {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
}

.single-top__title {
    width: 100%;
    max-width: 100%;
}