.drop-menu + .dropdown {
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: 1px;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9999;
    background: #fff;
    padding: 0;
    list-style: none;
    padding: 10px 15px;
    top: 110%;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
}
.drop-menu + .dropdown {
    top: 85%;
    border: 1px solid #E1E1E1;
    max-height: unset;
    border-radius: 10px;
}
.drop-menu + .dropdown li {
    padding: 10px 0;
    cursor: pointer;
    color: #242526;
    border-bottom: 1px solid #e0dfe5;
}
.lc-modal .modal-header {
    border-bottom: 1px solid #E4E5E8;
    padding-top: 10px;
    padding-bottom: 10px;
}
.lc-modal .modal-title {
    color: #888B9B;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}
.lc-modal .modal-content {
    background: #F8F8F8;
    border-radius: 16px;
    height: 100%;
}
.modal-baslik {
    color: #BBBDC6;
    display: block;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.1px;
    font-weight: 300;
}
.language-list li {
    color: #6F6F76;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    display: block;
    text-decoration: none;
    border-radius: 8px;
    position: relative;
}
.language-list li input[type="radio"] {
    display: none;
}
.language-list label {
    display: flex;
    padding: 8px 12px 8px 0px;
    align-items: center;
    cursor: pointer;
}
.language-list li img.flag {
    margin-right: 5px;
}
.drop-menu .dropdown li {
    display: flex;
    align-items: center;
    img {
        margin-right:5px
    }
}
.drop-menu .eg-select {
    line-height: 54px;
    background-color: #FFF;
    height: 54px;
    border: 1px solid #E4E5E8 !important;
    box-shadow: 4px 7px 19px rgba(1, 38, 88, 0.08) !important;
    border-radius: 10px !important;
    padding: 0 15px;
}
.language-list span {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.language-list li input[type="radio"]:checked + label span {
    display: block !important;
}
.language-list li:hover {
    background: #F1F2F4;
}
.lc-modal .modal-footer {
    align-items: stretch;
    justify-content: center;
    flex-wrap: nowrap;
}
.outlined-button {
    font-size: 15px;
    color: var(--theme-color1);
    font-weight: 500;
    height: 54px;
    line-height: 54px;
    padding: 0 38px;
    border-radius: 12px;
    border: 1px solid var(--color-secondary, #405FF2);
    background: var(--White, #FFF);
    display: inline-block;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.outlined-button:hover {
    background-color: var(--theme-color1);
    color: #fff;
    border-color: transparent;
    transition: all 0.3s ease;
}
.theme-btn {
    background-color: var(--theme-color1);
    color: var(--theme-color-light);
    font-size: 15px;
    font-weight: 500;
    height: 54px;
    line-height: 54px;
    transition: all 0.3s ease;
    text-align: center;
    display: inline-block;
    border-radius: 12px;
}
.hheader-style-v4 .header-inner .right-box .search {
    margin-right:0;
    margin-left:10px;
}
.lc-modal .modal-footer button {
    width: 50%;
}
.hheader-style-v4 .header-inner {
    padding: 14px 0;
}
.hheader-style-v4 .btn {
    padding:0;
}
.hheader-style-v4 .header-inner .c-box .logo-inner .logo {
    margin-right: 10px;
}
.boxcar-title .text {
    display:block;
}
.text-underline {
    text-decoration: underline;
}
.dark-filter {
    filter: invert(0%) sepia(0%) saturate(7473%) hue-rotate(212deg) brightness(93%) contrast(106%);
}
.tf-btn.fourth:hover, .tf-btn.fourth-hover {
    img {
        filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(208deg) brightness(100%) contrast(100%);
    }
}
.car-block-four .inner-box .content-box .btn-box small {
    font-size:16px
}
.boxcar-header.position-fixed {
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    .main-menu .navigation>li>span {
        color: #242526;
    }
    .logo img, .logo a {
        filter: brightness(0%);
    }
    .header-btn-two {
        border: 1px solid #242526 !important;
        &:hover {
            color: #fff !important;
        }
    }
    .right-box {
        a, svg, path {
            color: #242526 !important;
            fill: #242526;
        }
    }
}
.breadcrumb-wrapper:before {
    background: linear-gradient(to right, #FFF 10%, #F9FBFC 25%, #ffffff00);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.slick-slider {
    z-index: 1;
}
.prev-next-item a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.car-slider-three .slick-list {
    margin-left: -27px;
}
.car-slider-three .slick-slide {
    margin: 0 0 0 27px;
}
.boxcar-wrapper {
    overflow:unset;
}
.flex-33 {
    width: 33.333333%;
}
.flex-50 {
    width: 50%;
}
.logo a.text-light {
    font-size:22px;
}
.nav.main-menu span {
    cursor: pointer;
}
.mo-pa {
    padding: 15px 14px;
    margin-bottom: 0px;
}
#location-select .dropdown li {
    width: 33.3333%;
    float: left;
}
.slick-track {
    margin-left:0
}
.inner-box:hover .slick-list::before { 
    display: none;
}
.form-control.boxed {
    margin: 0;
    padding: 0;
    background: #FFF;
    height: 28px;
    border: 0;
    outline: 0;
    font-size: inherit;
    &:focus {
        box-shadow: none;
    }
}
@media (max-width:400px) {
    header .right-box .search span {
        display:none;
    }
}
@media (max-width:440px) {
    .hheader-style-v4 .btn .header-btn-two {
        padding: 0 13px;
    }
}
@media (min-width:500px) {
    .logo a.text-light {
        font-size:32px;
    }
}
@media (max-width: 991px) {
    .lc-modal {
        width: 100%;
        max-width: unset;
        padding: 0;
        margin: 0;
    }
    .footer-top {
        text-align: center;
        .flex-column {
            margin-bottom:20px;
        }
    }
    .boxcar-banner-section-v1 .banner-content .form-tab-pane form {
        background: #ffffff8c;
    }
    .form_boxes label {
        color: #000 !important;
    }
}
@media (min-width: 992px) {
    .lc-modal {
        max-width: 360px;
    }
    .lc-modal.filtre {
        max-width: 696px;
    }
    header .right-box .btn {
        margin-right:15px;
    }
    .position-lg-static {
        position: static !important;
    }
}
