<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nav-right .cart-btn .nav-right-link {
    margin: 0 !important;
}
.nav-right-btn .theme-btn {
    margin-left: 25px;
    margin-right: 10px;
}
.side_nav_right {
    gap: 15px;
    margin-bottom: 2px;
    margin-left: 90px;
}
.custom_ul {
    left: -70px;
    width: 168px;
}
.custom_input {
    padding: 12px 20px 12px 21px !important;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
}
.find-car-form .form-group label {
    margin-left: 18px;
}
.find-car-form .form-group {
    margin-top: 10px;
}
.input_title {
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 2px;
    margin-top: 12px;
    color: var(--color-dark);
    margin-left: 18px;
    font-size: 16px;
}
.car-list li {
    margin-right: 0;
}
.call_btn {
    border: 2px solid #ff631c;
    width: 33%;
    padding: 5px 12px !important;
}
.chat_btn {
    border: 2px solid #ff631c;
    padding: 5px 12px !important;
}
/* .see_all_div {position: absolute;right: 0;width: fit-content;top: 31px;} */
.site-breadcrumb {
    padding-top: 75px;
    padding-bottom: 75px;
}
.download-btn a {
    max-width: 100%;
}
/* .site-title_custom h2{
    margin-left: 85%;
} */

.car-single-slider .flexslider-thumbnails .flex-direction-nav .flex-prev {
    right: 90%;
}
.site-heading {
    text-align: right;
}
.see_all_div {
    position: absolute;
    left: 0;
    width: fit-content;
    top: 0px;
}

.site-title_custom {
    font-size: 40px;
}
/* .see_all_div_custom {top:0 ;margin-right: 70%;} */
.category-item h5 {
    margin-top: 10px;
}

.car-price {
    font-size: 19px;
    font-weight: 600;
    color: var(--theme-color);
    /* margin-left: 140px; */
}
.car-top h4 {
    font-size: 18px;
    margin-bottom: 7px;
    white-space: nowrap; /* Prevents text wrapping */
    overflow: hidden; /* Hides the overflowing text */
    text-overflow: ellipsis; /* Displays an ellipsis (...) to indicate the overflow */
    /* You can adjust the width to fit your layout */
    width: 200px; /* Example width */
    direction: rtl;
}

.notifications-dropdown {
    width: 800px; /* Set the width of the dropdown */
}

.notifications-list {
    max-height: 300px; /* Set the maximum height for the notifications list */
    overflow-y: auto; /* Enable vertical scrollbar when content exceeds the max height */
}

.notification-item {
    padding: 10px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #ff631c;
    border-bottom: 1px solid #eee;
    transition: background-color 0.3s;
}

.notification-item:hover {
    background-color: #f5f5f5;
}

.notification-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.notification-info {
    flex: 1;
}

.notification-time {
    font-size: 0.8em;
    color: #242121;
}
.row .cate {
    direction: rtl;
}
.mb-3 {
    margin-bottom: 1rem !important;
    text-align: right;
}
.footer-widget-box {
    text-align: start;
}
.choose-item {
    direction: rtl;
}
.chevron_icon {
    vertical-align: middle;
    font-size: 14px;
    float: left;
    margin-top: 11px;
    margin-right: 10px;
}

.filter_selected_item {
    cursor: pointer;
    position: relative;
    width: 90%;
    border-radius: 25px;
    border: 1px solid #ddd;
    padding: 5px 0;
    font-weight: 500;
    font-size: 18px;
}
.filter_selected_item span[class^="flaticon-"]:before,
.filter_selected_item span[class*=" flaticon-"]:before {
    font-size: 11px;
}
.filter_selected_item .flaticon-chevron-pointing-to-the-left {
    position: absolute;
    top: 8px;
    left: 21px;
}
.filter_options {
    padding: 2px 0;
}
.single_filter_option {
    padding: 5px 4px;
}
/*.filter_div {border: 1px solid #ddd; width: 90%;border-radius: 25px;}*/
.without_border {
    border: none !important;
}
.car-widget ul li {
    margin-bottom: 0;
}
.selected_option {
    color: #000;
    vertical-align: middle;
}

.navbar .nav-item .nav-link {
    font-size: 17px;
}
.site-title-tagline {
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 17px;
    font-weight: 700;
    color: var(--theme-color);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-form {
    padding: 30px;
    background: var(--color-white);
    border-radius: 10px;
    box-shadow: var(--box-shadow);
    margin: 30px;
}
.login-form .login-header {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
}

.login-form .login-header img {
    width: 200px;
    margin-bottom: 10px;
}

.login-form .login-header h3 {
    color: var(--theme-color);
    margin-bottom: 5px;
    font-weight: 800;
}

.login-form .login-header p {
    font-size: 20px;
}

.custom_add_btn {
    margin: 17px auto auto !important;
}
.hero-single {
    padding-bottom: 115px !important;
    background-size: 100% 100% !important;
}
.find-car {
    margin-top: 30px;
}
.find-car-form {
    box-shadow:
        0 4px 8px 0 rgb(0 0 0 / 3%),
        0 1px 9px 0 rgb(0 0 0 / 18%);
}
.navbar-brand img {
    width: 130px;
    margin: 15px 0;
}

.home-2 .footer-widget-wrapper {
    padding-top: 150px;
}
.py-120 {
    padding: 30px 0;
}

@media (max-width: 560px) {
    .navbar-collapse {
        max-height: 520px !important;
    }
    .sub_cat {
        padding: 4px 10px;
    }
    .navbar .nav-item .dropdown-submenu .dropdown-menu {
        margin: 0 !important;
        border-radius: 0;
    }
    .see_all_cats {
        display: block !important;
    }
    .navbar-brand img {
        width: 90px !important;
    }
    .hero-slider.owl-theme .owl-nav .owl-prev,
    .hero-slider.owl-theme .owl-nav .owl-next {
        bottom: 0px !important;
    }
    .second_hero {
        margin-top: 3px !important;
    }
    .hero-single {
        padding-bottom: 5px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .custom_container {
        max-width: 1100px !important;
    }
}
@media (min-width: 950px) and (max-width: 1050px) {
    .navbar .nav-item .nav-link {
        font-size: 16px;
        margin-right: 18px;
    }
    .nav-right {
        margin-left: 19px !important;
    }
}

.navbar .nav-item .dropdown-submenu .dropdown-menu {
    right: 100%;
}

.nice-select {
    padding-left: 18px;
    padding-right: 30px;
    text-align: right !important;
}

.nice-select::after {
    left: 20px;
    right: auto;
}

.car-status {
    right: 10px;
    left: auto;
}

.car-item:hover .car-btns {
    right: auto;
    left: 10px;
}

.car-item .car-btns {
    right: auto;
    left: -10px;
}

.location-info {
    left: auto;
    right: 20px;
}

.text-right {
    text-align: left;
}

.see_all_div {
    left: 0;
    right: auto;
}

.choose-count {
    left: 25px;
    right: auto;
}

.download-img {
    right: auto;
    left: -40px;
}

.download-wrapper::before {
    transform: rotateY(180deg);
}

.footer-widget-title::before {
    right: 0;
    left: auto;
}

.footer-widget-title::after {
    right: 18px;
    left: auto;
}

#scroll-top {
    left: 30px;
    right: auto;
}

.car-widget-title::before {
    right: 0;
    left: auto;
}

.car-widget-title::after {
    right: 35px;
    left: auto;
}
.car-search-form .form-control {
    padding: 12px 15px 12px 50px;
}

.car-search-form button {
    right: auto;
    left: 0;
    padding: 10px 18px 6px 18px;
}

[type="email"],
[type="number"],
[type="tel"],
[type="url"] {
    direction: rtl;
}

.form-check {
    padding-left: 1.5em;
    padding-right: 0;
}

.side_nav_right {
    margin-left: 0;
    margin-right: 111px;
}

.site-breadcrumb .breadcrumb-menu li::before {
    position: absolute;
    left: -21px;
    right: auto;
    transform: rotateY(180deg);
}

.site-breadcrumb .breadcrumb-menu li {
    margin-right: 25px;
    margin-left: auto;
}

.theme-btn i {
    margin-right: 5px;
    margin-left: 0;
}

.theme-btn span {
    margin: auto;
}

.form-check {
    padding-left: 0;
    padding-right: 1.5em;
}
.user-profile-sidebar-list li a i {
    margin-left: 5px;
    margin-right: 0;
}

@media (max-width: 1199px) {
    .hero-slider.owl-theme .owl-nav .owl-prev {
        left: 40px;
        right: auto;
    }
}

.nice-select .option {
    text-align: right;
}

.landing-page-banner {
    background-position: -150% 20%;
}

@media (width &lt;= 800px) {
    .landing-page-banner {
        background-position: 50% -20%;
    }
}

@media (width &lt;= 600px) {
    .landing-page-banner {
        background-position: 50% -20%;
    }
}


.input-group-addon {
    position: absolute;
    right: 80%;
    top: 50%;
    transform: translateY(-50%);
    color: var(--theme-color);
    font-size: 18px;
    pointer-events: none;
}
</pre></body></html>