@import "bootstrap.min.css";
@import "fontawesome/css/all.css";
@import "../font/stylesheet.css";
.header {
  background: transparent;
  box-shadow: none;
  padding: 15px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: all 0.3s ease;
}
.header:not(.inner_page_header) .header-logo img, .header:not(.fixed-header) .header-logo img {
  filter: brightness(0) invert(1);
}
.header:not(.inner_page_header) .nav-link, .header:not(.fixed-header) .nav-link {
  color: #ffffff !important;
}
.header:not(.inner_page_header) .nav-link:hover, .header:not(.fixed-header) .nav-link:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff !important;
}
.header:not(.inner_page_header) .header-action-link, .header:not(.fixed-header) .header-action-link {
  color: #ffffff;
}
.header:not(.inner_page_header) .header-action-link img, .header:not(.fixed-header) .header-action-link img {
  filter: brightness(0) invert(1);
}
.header:not(.inner_page_header) .btn-outline-primary, .header:not(.fixed-header) .btn-outline-primary {
  color: #ffffff;
  border-color: #ffffff;
}
.header:not(.inner_page_header) .btn-outline-primary:hover, .header:not(.fixed-header) .btn-outline-primary:hover {
  background: #ffffff;
  color: #000000;
}
.header:not(.inner_page_header) .btn-primary, .header:not(.fixed-header) .btn-primary {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
}
.header:not(.inner_page_header) .btn-primary:hover, .header:not(.fixed-header) .btn-primary:hover {
  background: rgba(255, 255, 255, 0.9);
}
.header:not(.inner_page_header) .navbar-toggler .icon-bar, .header:not(.fixed-header) .navbar-toggler .icon-bar {
  background-color: #ffffff;
}
.header.fixed-header, .header.inner_page_header {
  background: #ffffff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}
.header.fixed-header .header-logo img, .header.inner_page_header .header-logo img {
  filter: none;
}
.header.fixed-header .language__wrapper i, .header.fixed-header .currency__wrapper i, .header.inner_page_header .language__wrapper i, .header.inner_page_header .currency__wrapper i {
  color: black;
}
.header.fixed-header .nav-link, .header.inner_page_header .nav-link {
  color: #374151 !important;
}
.header.fixed-header .nav-link:hover, .header.inner_page_header .nav-link:hover {
  background: #f3f4f6;
  color: #000000 !important;
}
.header.fixed-header .header-action-link, .header.inner_page_header .header-action-link {
  color: #374151;
}
.header.fixed-header .header-action-link img, .header.inner_page_header .header-action-link img {
  filter: none;
}
.header.fixed-header .btn-outline-primary, .header.inner_page_header .btn-outline-primary {
  color: #000000;
  border-color: #000000;
}
.header.fixed-header .btn-outline-primary:hover, .header.inner_page_header .btn-outline-primary:hover {
  background: #000000;
  color: #ffffff;
}
.header.fixed-header .btn-primary, .header.inner_page_header .btn-primary {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}
.header.fixed-header .btn-primary:hover, .header.inner_page_header .btn-primary:hover {
  background: black;
}
.header.fixed-header .navbar-toggler .icon-bar, .header.inner_page_header .navbar-toggler .icon-bar {
  background-color: #374151;
}
.header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.header .header-logo {
  flex-shrink: 0;
}
.header .header-logo .logo img {
  height: 45px;
  width: auto;
  max-width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .header .header-logo .logo img {
    height: 35px;
  }
}
.header .header-nav {
  display: flex;
  align-items: center;
  gap: 5px;
  flex: 1;
  justify-content: center;
}
@media (max-width: 991px) {
  .header .header-nav {
    display: none !important;
  }
}
.header .header-nav .nav-item {
  position: relative;
}
.header .header-nav .nav-item .nav-link {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  color: #374151;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.header .header-nav .nav-item .nav-link.nav-link-hot {
  color: #ff4757;
}
.header .header-nav .nav-item .nav-link.nav-link-hot:hover {
  background: rgba(255, 71, 87, 0.1);
  color: #ff4757;
}
.header .header-nav .nav-item .nav-link i,
.header .header-nav .nav-item .nav-link img {
  font-size: 16px;
}
.header .header-nav .nav-item .dropdown-menu {
  border: none;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 8px;
  min-width: 220px;
  margin-top: 8px;
}
.header .header-nav .nav-item .dropdown-menu.dropdown-menu-brands {
  min-width: 250px;
  max-height: 400px;
  overflow-y: auto;
}
.header .header-nav .nav-item .dropdown-menu.dropdown-menu-brands::-webkit-scrollbar {
  width: 6px;
}
.header .header-nav .nav-item .dropdown-menu.dropdown-menu-brands::-webkit-scrollbar-track {
  background: #f3f4f6;
  border-radius: 10px;
}
.header .header-nav .nav-item .dropdown-menu.dropdown-menu-brands::-webkit-scrollbar-thumb {
  background: #9ca3af;
  border-radius: 10px;
}
.header .header-nav .nav-item .dropdown-menu.dropdown-menu-brands::-webkit-scrollbar-thumb:hover {
  background: #6b7280;
}
.header .header-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 14px;
  color: #374151;
  transition: all 0.2s ease;
}
.header .header-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background: #f3f4f6;
  color: #000000;
  transform: translateX(4px);
}
.header .header-nav .nav-item .dropdown-menu .dropdown-item:active {
  background: #e5e7eb;
}
.header .header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header .header-actions .header-action-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header .header-actions .header-action-item .header-action-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  transition: all 0.3s ease;
  color: #374151;
  text-decoration: none;
}
.header .header-actions .header-action-item .header-action-link:hover {
  background: #f3f4f6;
  transform: translateY(-2px);
}
.header .header-actions .header-action-item .header-action-link img {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .header-actions .header-action-item.user-menu-dropdown .user-dropdown {
  border: none;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 0;
  min-width: 280px;
  margin-top: 12px;
}
.header .header-actions .header-action-item.user-menu-dropdown .user-dropdown .user-dropdown-header {
  padding: 20px;
  background: linear-gradient(135deg, #000000 0%, black 100%);
  border-radius: 12px 12px 0 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.header .header-actions .header-action-item.user-menu-dropdown .user-dropdown .user-dropdown-header .user-avatar-small {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  flex-shrink: 0;
}
.header .header-actions .header-action-item.user-menu-dropdown .user-dropdown .user-dropdown-header .user-info {
  flex: 1;
  min-width: 0;
}
.header .header-actions .header-action-item.user-menu-dropdown .user-dropdown .user-dropdown-header .user-info .user-name {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header .header-actions .header-action-item.user-menu-dropdown .user-dropdown .user-dropdown-header .user-info .user-email {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header .header-actions .header-action-item.user-menu-dropdown .user-dropdown .dropdown-divider {
  margin: 0;
  border-color: #e5e7eb;
}
.header .header-actions .header-action-item.user-menu-dropdown .user-dropdown .dropdown-item {
  padding: 12px 20px;
  font-size: 14px;
  color: #374151;
  transition: all 0.2s ease;
}
.header .header-actions .header-action-item.user-menu-dropdown .user-dropdown .dropdown-item i {
  width: 20px;
  font-size: 14px;
}
.header .header-actions .header-action-item.user-menu-dropdown .user-dropdown .dropdown-item:hover {
  background: #f3f4f6;
  color: #000000;
  padding-left: 24px;
}
.header .header-actions .header-action-item.user-menu-dropdown .user-dropdown .dropdown-item.text-danger {
  color: #ef4444;
}
.header .header-actions .header-action-item.user-menu-dropdown .user-dropdown .dropdown-item.text-danger:hover {
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
}
.header .header-actions .btn {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.header .header-actions .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.header .navbar-toggler {
  border: none;
  padding: 8px;
  background: transparent;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.header .navbar-toggler:hover {
  background: #f3f4f6;
}
.header .navbar-toggler .icon-bar {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #374151;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.header .navbar-toggler:hover .icon-bar {
  background-color: #000000;
}

.language__wrapper {
  margin-top: 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  transition: all 0.3s ease;
}
.language__wrapper:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.15);
}
.language__wrapper i {
  font-size: 12px;
  color: #ffffff;
}
.language__wrapper .language__text {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 13px;
  color: white;
}

.header .language__wrapper, .header .currency__wrapper {
  padding: 6px 10px;
}
.header .language__wrapper p, .header .currency__wrapper p {
  line-height: 1;
}

.currency__wrapper {
  margin-top: 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  transition: all 0.3s ease;
}
.currency__wrapper:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.15);
}
.currency__wrapper i {
  font-size: 12px;
  color: white;
}

.currency__text {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 13px;
  color: white;
}

@media (max-width: 991px) {
  .language__wrapper,
.currency__wrapper {
    padding: 4px 8px;
    font-size: 12px;
  }
  .language__wrapper i,
.currency__wrapper i {
    font-size: 10px;
  }
  .language__wrapper i.fa-globe,
.currency__wrapper i.fa-globe {
    font-size: 12px;
  }
  .language__wrapper .language__text,
.language__wrapper .currency__text,
.currency__wrapper .language__text,
.currency__wrapper .currency__text {
    font-size: 11px;
  }
}
.mobile-menu-content {
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.mobile-menu-content .mobile-menu-header {
  background: #ffffff;
  padding: 15px 0;
  border-bottom: 1px solid #e5e7eb;
  flex-shrink: 0;
}
.mobile-menu-content .mobile-menu-header .btn-close-mobile {
  background: #f3f4f6;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  color: #374151;
  font-size: 20px;
  transition: all 0.3s ease;
}
.mobile-menu-content .mobile-menu-header .btn-close-mobile:hover {
  background: #e5e7eb;
  color: #111827;
  transform: rotate(90deg);
}
.mobile-menu-content .mobile-menu-body {
  flex: 1;
  overflow-y: auto;
  padding: 20px 0;
  background: #f9fafb;
}
.mobile-menu-content .mobile-menu-body::-webkit-scrollbar {
  width: 6px;
}
.mobile-menu-content .mobile-menu-body::-webkit-scrollbar-track {
  background: transparent;
}
.mobile-menu-content .mobile-menu-body::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 10px;
}
.mobile-menu-content .mobile-menu-body::-webkit-scrollbar-thumb:hover {
  background: #9ca3af;
}
.mobile-menu-content .mobile-user-section {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.mobile-menu-content .mobile-user-section .mobile-user-info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e7eb;
}
.mobile-menu-content .mobile-user-section .mobile-user-info .user-avatar-mobile {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #000000 0%, black 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
  flex-shrink: 0;
}
.mobile-menu-content .mobile-user-section .mobile-user-info .user-details-mobile {
  flex: 1;
  min-width: 0;
}
.mobile-menu-content .mobile-user-section .mobile-user-info .user-details-mobile .user-name-mobile {
  font-weight: 600;
  font-size: 16px;
  color: #111827;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mobile-menu-content .mobile-user-section .mobile-user-info .user-details-mobile .user-email-mobile {
  font-size: 13px;
  color: #4b5563;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mobile-menu-content .mobile-user-section .mobile-user-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mobile-menu-content .mobile-user-section .mobile-user-links .mobile-user-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  background: #f9fafb;
  border-radius: 8px;
  color: #374151;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}
.mobile-menu-content .mobile-user-section .mobile-user-links .mobile-user-link i {
  width: 18px;
  text-align: center;
  color: #000000;
}
.mobile-menu-content .mobile-user-section .mobile-user-links .mobile-user-link:hover {
  background: #f3f4f6;
  transform: translateX(4px);
}
.mobile-menu-content .mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.mobile-menu-content .mobile-nav-list .mobile-nav-item {
  border-bottom: 1px solid #e5e7eb;
}
.mobile-menu-content .mobile-nav-list .mobile-nav-item:last-child {
  border-bottom: none;
}
.mobile-menu-content .mobile-nav-list .mobile-nav-item .mobile-nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  color: #374151;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}
.mobile-menu-content .mobile-nav-list .mobile-nav-item .mobile-nav-link i,
.mobile-menu-content .mobile-nav-list .mobile-nav-item .mobile-nav-link img {
  width: 20px;
  text-align: center;
  color: #000000;
}
.mobile-menu-content .mobile-nav-list .mobile-nav-item .mobile-nav-link span {
  flex: 1;
}
.mobile-menu-content .mobile-nav-list .mobile-nav-item .mobile-nav-link .ml-auto {
  color: #9ca3af;
  margin-left: auto;
}
.mobile-menu-content .mobile-nav-list .mobile-nav-item .mobile-nav-link:hover, .mobile-menu-content .mobile-nav-list .mobile-nav-item .mobile-nav-link:active {
  background: #f9fafb;
  padding-left: 24px;
}
.mobile-menu-content .mobile-settings {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.mobile-menu-content .mobile-settings .mobile-settings-title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #6b7280;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}
.mobile-menu-content .mobile-settings .mobile-settings-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #e5e7eb;
}
.mobile-menu-content .mobile-settings .mobile-settings-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.mobile-menu-content .mobile-settings .mobile-settings-row:first-of-type {
  padding-top: 0;
}
.mobile-menu-content .mobile-settings .mobile-settings-row .mobile-settings-label {
  font-size: 14px;
  font-weight: 500;
  color: #374151;
}
.mobile-menu-content .mobile-settings .mobile-settings-row .language__wrapper .language__text,
.mobile-menu-content .mobile-settings .mobile-settings-row .language__wrapper .currency__text,
.mobile-menu-content .mobile-settings .mobile-settings-row .currency__wrapper .language__text,
.mobile-menu-content .mobile-settings .mobile-settings-row .currency__wrapper .currency__text {
  color: #000 !important;
}
.mobile-menu-content .mobile-settings .mobile-settings-row .language__wrapper i,
.mobile-menu-content .mobile-settings .mobile-settings-row .currency__wrapper i {
  color: #000 !important;
}
.mobile-menu-content .mobile-auth-buttons {
  padding: 0 20px 20px;
}
.mobile-menu-content .mobile-auth-buttons .btn {
  font-weight: 500;
  padding: 12px;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.mobile-menu-content .mobile-auth-buttons .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.modal.default-modal .modal-dialog.modal-full {
  margin: 0;
  max-width: 100%;
  height: 100%;
}
.modal.default-modal .modal-dialog.modal-full .modal-content {
  border-radius: 0;
  height: 100%;
}
.modal .modal-header--sticky {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 16px 20px;
}
.modal .modal-header--sticky .btn-modal-close {
  border: none;
  background: transparent;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.modal .modal-header--sticky .btn-modal-close:hover {
  background: rgba(0, 0, 0, 0.05);
}
.modal .modal-header--sticky .btn-modal-close.left {
  left: 10px;
}
.modal .modal-header--sticky .fs-16 {
  font-size: 16px;
}
.modal .modal-body .nav-link {
  display: flex;
  align-items: center;
  padding: 14px 16px;
  border-radius: 10px;
  color: #374151;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.2s ease;
  margin-bottom: 4px;
}
.modal .modal-body .nav-link i {
  color: #000000;
}
.modal .modal-body .nav-link:hover {
  background: #f3f4f6;
  transform: translateX(4px);
}

@media (max-width: 991px) {
  .header {
    padding: 12px 0;
  }
  .header .header-actions {
    gap: 10px;
  }
  .header .header-actions .header-action-item .header-action-link {
    width: 36px;
    height: 36px;
  }
  .header .header-actions .header-action-item .header-action-link img {
    width: 20px;
    height: 20px;
  }

  .header-currency,
.header-language {
    display: flex;
    align-items: center;
  }

  .currency-switcher,
.language-switcher {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    font-size: 13px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    transition: all 0.2s ease;
  }
  .currency-switcher:hover,
.language-switcher:hover {
    background: white;
    border-color: rgba(0, 0, 0, 0.2);
  }
  .currency-switcher i,
.language-switcher i {
    font-size: 11px;
    color: #666;
  }
  .currency-switcher i.fa-globe,
.language-switcher i.fa-globe {
    font-size: 13px;
    color: #4a90e2;
  }
  .currency-switcher .currency-code,
.currency-switcher .language-code,
.language-switcher .currency-code,
.language-switcher .language-code {
    font-weight: 600;
    font-size: 12px;
    color: #333;
  }

  .currency-dropdown,
.language-dropdown {
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    min-width: 80px;
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    display: none;
    overflow: hidden;
  }
  .currency-dropdown.show,
.language-dropdown.show {
    display: block;
  }

  .currency-item,
.language-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-bottom: 1px solid #f8f9fa;
    font-size: 13px;
  }
  .currency-item:last-child,
.language-item:last-child {
    border-bottom: none;
  }
  .currency-item:hover,
.language-item:hover {
    background-color: #f8f9fa;
  }
}
@media (max-width: 576px) {
  .header .header-actions {
    gap: 8px;
  }
  .header .header-actions .header-action-item .header-action-link {
    width: 34px;
    height: 34px;
  }
  .header .header-actions .header-action-item .header-action-link img {
    width: 18px;
    height: 18px;
  }

  .mobile-menu-content .mobile-nav-list .mobile-nav-item .mobile-nav-link {
    padding: 14px 16px;
    font-size: 14px;
  }
}
.keen-slider:not([data-keen-slider-disabled]) {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  align-content: flex-start;
  display: flex;
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  width: 100%;
}

.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse] {
  flex-direction: row-reverse;
}

.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v] {
  flex-wrap: wrap;
}

:root {
  --base: #020505;
  --secondary: #F3F3F3;
  --white: rgb(255, 255, 255);
}

.pt-60 {
  margin-top: 60px;
}

.bg-primary {
  background-color: var(--base) !important;
}

.text-primary {
  color: var(--base) !important;
}

.bg-primary {
  background-color: var(--base) !important;
}

.pt-50 {
  padding-top: 50px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}

a {
  color: var(--base);
}

body {
  font-family: "HelveticaNeueCyr";
  background-color: var(--secondary);
  color: #1A202C;
}

button:focus {
  outline: none !important;
}

.preloader {
  position: fixed;
  z-index: 999999;
  background-color: var(--white);
  width: 100%;
  height: 100%;
}

.loader-p {
  border: 0 solid transparent;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: calc(50vh - 75px);
  left: calc(50vw - 75px);
}

.loader-p:before,
.loader-p:after {
  content: "";
  border: 1em solid var(--base);
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  animation: loader 2s linear infinite;
  opacity: 0;
}

.loader-p:before {
  animation-delay: 0.5s;
}
@keyframes loader {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.text-primary-color {
  color: var(--base);
}

.btn.btn-primary {
  background-color: var(--base);
  border-color: var(--base);
}

.form-control {
  border-radius: 12px;
  border-color: transparent;
  font-size: 14px;
}

.vehicles_classes {
  background-color: var(--secondary);
  border-radius: 30px;
  padding-top: 20px;
  margin-top: -30px;
}
.vehicles_classes h3 {
  font-size: 17px;
}

header {
  color: var(--white);
}

.language__text {
  margin-bottom: 0;
}

.banner_wrapper {
  background-color: black;
  color: var(--white);
  padding-top: 100px;
  padding-bottom: 40px;
}
.banner_wrapper h1 {
  font-size: 22px;
  font-weight: bold;
}
.banner_wrapper p {
  color: #A9A9A9;
}
.banner_wrapper .form-control {
  color: #A9A9A9;
  background-color: rgba(255, 255, 255, 0.4);
}
.banner_wrapper .select2-selection__rendered {
  color: #A9A9A9 !important;
}

.search-form__button .btn {
  background-color: var(--base);
  border-color: var(--base);
  width: 100%;
  min-height: 50px;
  border-radius: 12px;
}

.navbar-brand img {
  max-width: 100px;
  max-height: 48px;
}

.search-form {
  margin-top: 20px;
}
.search-form .btn-default {
  background-color: rgba(255, 255, 255, 0.4);
}
.search-form .btn {
  border-radius: 12px;
  min-height: 50px;
  width: 100%;
}
.search-form .selectize-input {
  padding-top: 13px;
  min-height: 50px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
  display: flex;
  flex-wrap: wrap;
}
.search-form .selectize-input > input::-moz-placeholder {
  color: var(--white);
  font-weight: 300;
}
.search-form .selectize-input > input::placeholder {
  color: var(--white);
  font-weight: 300;
}
.search-form .selectize-control .selectize-input.disabled {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.4);
  color: var(--white);
}
.search-form .selectize-control.single .selectize-input:after {
  display: none;
}
.search-form .datepicker-here {
  color: var(--white);
  min-height: 50px;
}
.search-form .datepicker-here::-moz-placeholder {
  color: var(--white);
  font-weight: 300;
}
.search-form .datepicker-here::placeholder {
  color: var(--white);
  font-weight: 300;
}
.search-form .pick_up_zone_id .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--white) !important;
  font-weight: 300;
}

.filter_wrapper {
  padding-top: 20px;
}
.filter_wrapper .filter_group > div {
  position: relative;
  width: 32%;
}
.filter_wrapper .filter_group > div:nth-child(2) {
  width: 38%;
}
.filter_wrapper .filter_group > div:nth-child(2) .btn {
  margin-right: 5px;
}
.filter_wrapper .filter_group .btn {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #CFCFCF;
  background-color: var(--white);
}
.filter_wrapper .filter_field {
  display: flex;
  align-items: start;
  justify-content: center;
}
.filter_wrapper .filter_field img {
  filter: invert(1);
  margin-right: 2px;
  height: 16px;
}
.filter_wrapper .filter_field .btn-filter {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter_wrapper .hot_offers_field input[type=checkbox],
.filter_wrapper .deposit_field input[type=checkbox] {
  display: none;
}
.filter_wrapper .hot_offers_field label,
.filter_wrapper .deposit_field label {
  margin-right: 2px;
  display: flex;
  flex-wrap: nowrap;
  font-size: 13px;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  border-radius: 14px;
  border: 2px solid var(--white);
  height: 34px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.filter_wrapper .hot_offers_field label img,
.filter_wrapper .deposit_field label img {
  margin-right: 5px;
}
.filter_wrapper .hot_offers_field input[type=checkbox]:checked + label,
.filter_wrapper .deposit_field input[type=checkbox]:checked + label {
  border-color: var(--base);
}
.filter_wrapper .hot_offers_field label {
  margin-right: 5px;
}
.filter_wrapper .search_filter .selectize-input {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  border-radius: 14px;
  padding: 4px;
}
.filter_wrapper .search_filter .selectize-input:after {
  display: none;
}
.filter_wrapper .search_filter .selectize-input:before {
  content: "\f002";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  margin-right: 5px;
  font-size: 14px;
}

.vehicle_class_field {
  padding-top: 8px;
  padding-right: 5px;
}
.vehicle_class_field .selectize-input {
  min-height: auto;
  height: 34px;
  display: flex;
  align-items: center;
  font-size: 13px;
  text-align: center;
  justify-content: center;
  background-color: var(--white);
  border-radius: 14px;
  border: 2px solid var(--white);
}
.vehicle_class_field .selectize-input input {
  width: inherit !important;
}
.vehicle_class_field .selectize-input input::-moz-placeholder {
  color: black;
}
.vehicle_class_field .selectize-input input::placeholder {
  color: black;
}
.vehicle_class_field .selectize-input:before {
  content: "\f1b9";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  margin-right: 3px;
  font-size: 16px;
}
.vehicle_class_field .selectize-input:after {
  margin-top: 0;
  margin-left: 3px;
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  border: none;
  right: initial;
  position: static;
  width: auto;
  height: auto;
}

.selectize-dropdown,
.selectize-dropdown.form-control {
  border: none;
  border-radius: 12px;
}

.selectize-dropdown .active:not(.selected) {
  border-radius: 12px;
}

.location_field {
  background-color: var(--white);
  border-radius: 16px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 8px 14px;
  height: 56px;
  position: relative;
}
.location_field label {
  display: block;
  font-weight: bold;
  margin-bottom: 0;
}
.location_field input {
  background: none;
  border: none;
  position: absolute;
  width: 100%;
  display: flex;
  height: 100%;
  padding-left: 15px;
  padding-top: 25px;
  top: 0;
  left: 0;
  font-size: 14px;
}
.location_field input:focus {
  outline: none;
}
.location_field i {
  width: 20px;
  margin-top: 10px;
}

.vehicle_class_card {
  border-radius: 20px;
  background-color: var(--white);
  padding: 19px;
  padding-bottom: 15px;
  display: table;
  text-decoration: none;
}
.vehicle_class_card:active, .vehicle_class_card:focus, .vehicle_class_card:hover {
  text-decoration: none !important;
}
.vehicle_class_card img {
  width: 100%;
  max-width: 130px;
  margin-top: -30px;
  margin-bottom: 10px;
  filter: drop-shadow(5px 5px 5px #b4b4b4);
}

.vehicle_class_info {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  padding-top: 5px;
}
.vehicle_class_info span {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.vehicle_class_info span img,
.vehicle_class_info span svg {
  margin-right: 5px;
}
.vehicle_class_info img {
  filter: none;
  width: 15px;
  margin: 0;
}

.class_title {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  display: block;
}

.section_title {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 14px;
}

.page_title {
  font-size: 20px;
  font-weight: 600;
}

.popular_brands {
  padding-top: 10px;
}
.popular_brands .brand_list {
  margin-top: 10px;
}

.brand_list {
  overflow-x: auto;
}
.brand_list a {
  background-color: var(--white);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  border: 1px solid #ECECEC;
  justify-content: center;
}
.brand_list li {
  margin-right: 8px;
}
.brand_list img {
  width: 30px;
}

.hot_offers {
  overflow-y: hidden;
}
.hot_offers .vehicle-card__content {
  padding-left: 5px;
}

.breadcrumb {
  background: none;
  padding-left: 0 !important;
}
.breadcrumb .breadcrumb-item {
  font-size: 12px;
}

.hot_offer_vehicle_card {
  padding: 10px;
  background-color: var(--white);
  min-width: 325px;
  max-width: 325px;
  display: table;
  text-decoration: none;
  margin-bottom: 30px;
  border-radius: 20px;
  margin-right: 15px;
  color: #1A202C;
}
.hot_offer_vehicle_card .vehicle_thumb {
  border-radius: 20px;
  margin-bottom: 15px;
}
.hot_offer_vehicle_card .price {
  font-size: 16px;
  padding-left: 10px;
  color: #838383;
}
.hot_offer_vehicle_card .vehicle-card__thumb {
  position: relative;
}

.properties {
  width: 96%;
  position: absolute;
  top: 8px;
  left: 8px;
  justify-content: space-between;
}
.properties li {
  background-color: rgba(48, 48, 48, 0.8);
  color: var(--white);
  border-radius: 9px;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 2px 5px;
  font-weight: 300;
  width: -moz-fit-content;
  width: fit-content;
  align-self: flex-start;
  flex-wrap: nowrap;
  margin-right: 3px;
}
.properties li img {
  margin-right: 3px;
  filter: contrast(100);
}
.properties li:first-child {
  flex-wrap: wrap;
}
a.more {
  text-decoration: none;
  align-items: center;
  display: flex;
  justify-content: end;
}
a.more img {
  margin-left: 5px;
}

.expired_date {
  background-color: #F4F3F1;
  display: flex;
  align-items: center;
  border-radius: 12px;
  padding-bottom: 0;
  padding: 5px;
  line-height: 1;
  height: 20px;
  color: #F3393C;
  font-weight: 500;
  box-shadow: 0px 1px 15px -1px rgba(0, 0, 0, 0.2);
}

.vehicle-card__name {
  margin-bottom: 0;
}

.just_today {
  background-color: #F3393C;
  border-radius: 16px;
  color: var(--white);
  font-size: 16px;
  padding: 13px 20px;
  margin-top: 10px;
  line-height: 1.3;
}

.vehicles .section_title {
  margin-bottom: 10px;
}

.vehicle_card {
  padding: 10px;
  padding-bottom: 15px;
  border-radius: 20px;
  background-color: var(--white);
  margin-bottom: 15px;
}
.vehicle_card .properties li {
  color: var(--white);
  justify-content: center;
}
.vehicle_card .dropdown-menu {
  background: none;
  padding: 0;
  border: none;
  margin-left: 20px;
}
.vehicle_card .dropdown-menu li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33%;
  margin: 2px;
}
.vehicle_card .dropdown-menu li:nth-child(2n+1) {
  margin-right: 0;
}
.vehicle_card .dropdown-menu li a {
  text-align: center;
}
.vehicle_card .dropdown-menu li a i {
  color: var(--white);
}
.vehicle_card .dropdown-menu li a.social-facebook {
  background-color: #1d80e5;
}
.vehicle_card .dropdown-menu li a.social-whatsapp {
  background-color: #12c253;
}
.vehicle_card .dropdown-menu li a.social-telegram {
  background-color: #2998ce;
}
.vehicle_card .dropdown-menu li a.social-google {
  background-color: #e32f26;
}
.vehicle_card img {
  border-radius: 20px;
  margin-bottom: 14px;
}
.vehicle_card .vehicle_name {
  font-size: 17px;
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}
.vehicle_card .vehicle_name a {
  margin-bottom: 0;
  color: black;
  font-size: 17px;
  font-weight: 500;
}
.vehicle_card .vehicle_name a:hover {
  text-decoration: none;
}
.vehicle_card .vehicle_name .analog {
  color: #818181;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  display: flex;
  align-items: center;
}
.vehicle_card .vehicle_name .analog img {
  margin-bottom: 0;
  margin-left: 5px;
}
.vehicle_card ul {
  margin-bottom: 0;
}
.vehicle_card ul li {
  margin-bottom: 4px;
  font-size: 14px;
  color: #929292;
}
.vehicle_card ul li img {
  margin-bottom: 0;
  margin-right: 6px;
}
.vehicle_card .offer_data {
  flex-direction: column;
  justify-content: end;
  margin-bottom: 0;
  height: 100%;
}
.vehicle_card .offer_data li {
  display: table;
  width: 100%;
}
.vehicle_card .price {
  text-align: right;
  color: #1A202C;
  padding-right: 10px;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}
.vehicle_card .price span {
  font-weight: 400;
  font-size: 14px;
}
.vehicle_card .btn.btn-primary {
  border-radius: 14px;
  min-height: 48px;
}

.header {
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.header .navbar-toggler {
  padding-left: 0;
  padding-right: 5px;
  margin-left: auto;
  margin-top: 2px;
}
.header .logo img {
  filter: invert(1);
}
.header .wishlist-link {
  font-size: 20px;
  color: var(--white) !important;
}

#modalMenu,
#filterModal {
  background-color: white;
  padding-top: 5px;
}
#modalMenu .favorite img,
#filterModal .favorite img {
  filter: invert(1);
}
#modalMenu .btn-close,
#filterModal .btn-close {
  background: none;
  border: none;
  padding-right: 10px;
  line-height: 1;
  color: black;
  font-size: 25px;
}
#modalMenu .nav-link,
#filterModal .nav-link {
  display: flex;
  align-items: center;
  padding: 10px;
}
#modalMenu .nav-link img,
#filterModal .nav-link img {
  max-width: 16px;
}
#modalMenu .nav-header,
#filterModal .nav-header {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.102);
}
#modalMenu .fa-angle-right,
#filterModal .fa-angle-right {
  font-size: 25px;
}
#modalMenu .fa-car-side,
#filterModal .fa-car-side {
  font-size: 14px;
}

.nav-link {
  color: black;
}

.bg-brand-primary-gray {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.102);
  z-index: 1;
}

.modal-full {
  height: 100%;
  margin: 0;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}

.btn-modal-close {
  font-size: 25px;
}

.dropdown {
  display: inline-block;
  position: relative;
}

.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: var(--white);
}

.navbar-toggle {
  display: block;
  border: none;
  background: transparent !important;
}

.navbar-toggle:hover {
  background: transparent !important;
}

.navbar-toggle.x .icon-bar:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
  transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
  transform: rotate(0);
}

.favorite {
  position: relative;
  display: table;
  margin-left: auto;
}
.favorite.active:after {
  content: "";
  display: table;
  width: 5px;
  height: 5px;
  background-color: red;
  position: absolute;
  top: 3px;
  border-radius: 50%;
  right: -1px;
}

.header.fixed-header {
  position: fixed;
  transition: 0.2s linear;
  background-color: var(--secondary);
  z-index: 3;
  top: 0px;
  animation: slide-down 0.8s;
  width: 100%;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.102);
}
.header.fixed-header .wishlist-link {
  color: black !important;
}
.header.fixed-header p {
  color: black;
}
.header.fixed-header .navbar-toggle .icon-bar {
  background-color: #1A202C;
}
.header.fixed-header .logo img {
  filter: invert(0);
}

.header.inner_page_header {
  background-color: var(--secondary);
  z-index: 4;
}
.header.inner_page_header .logo img {
  filter: invert(0);
}
.header.inner_page_header p {
  color: black;
}
.header.inner_page_header .wishlist-link {
  color: black !important;
}
.header.inner_page_header .navbar-toggle .icon-bar {
  background-color: #1A202C;
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-150%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.book_btn {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviews {
  overflow-x: auto;
  margin-bottom: 30px;
}

.review_card {
  margin-right: 15px;
  min-width: 80%;
  border-radius: 20px;
  background-color: var(--white);
  padding: 20px 12px;
}
.review_card h4 {
  font-size: 16px;
  text-align: center;
}
.review_card p {
  text-align: center;
  color: #929292;
  font-size: 14px;
}

.review_rating li {
  margin: 0 5px;
}

.cookies-card {
  width: 100%;
  padding: 30px;
  color: #1e2337;
  position: fixed;
  bottom: 0px;
  z-index: 999999;
  transition: all 0.5s;
  background: var(--white);
  border-radius: 30px 30px 0 0;
  box-shadow: 0 2px 3px 3px rgba(0, 0, 0, 0.102);
}

.cookies-card.hide {
  bottom: -500px !important;
}

.radius--10px {
  border-radius: 10px;
}

.cookies-card__icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #6e6f70;
  color: #fff;
  font-size: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.cookies-card__content {
  margin-bottom: 0;
}

.cookies-btn {
  color: #363636;
  text-decoration: none;
  padding: 10px 35px;
  margin: 3px 5px;
  display: inline-block;
  border-radius: 999px;
}

.cookies-btn:hover {
  color: #363636;
}

.image_wrapper {
  height: 200px;
  border-radius: 20px;
  margin-bottom: 15px;
}
.image_wrapper .keen-slider__slide img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn-share {
  position: absolute;
  right: 40px;
  bottom: 0px;
}
.btn-share img {
  width: 35px;
  height: 24px;
}

.btn-favourite {
  position: absolute;
  right: 10px;
  bottom: 0px;
}
.btn-favourite img {
  width: 34px;
  height: 24px;
}

.keen-slider-container .dots {
  position: absolute;
  bottom: 15px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.keen-slider-container .dot {
  margin: 0 4px;
  width: 6px;
  height: 6px;
  display: table;
  background-color: #D9D9D9;
  border-radius: 50%;
}
.keen-slider-container .dot.active {
  background-color: #929292;
}
.keen-slider-container .keen-slider__slide:after {
  content: "";
  height: 100%;
  left: 0;
  width: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}

.about {
  background-color: var(--white);
  border-radius: 20px;
  padding: 25px;
  margin-bottom: 15px;
  font-size: 14px;
}
.about .section_title {
  text-align: center;
}

.faq {
  margin-bottom: 20px;
}

.faq_card {
  background-color: var(--white);
  border-radius: 14px;
  margin-bottom: 8px;
  padding: 14px;
}
.faq_card i {
  color: var(--base);
}
.faq_card .faq_header {
  font-size: 16px;
  color: #21201F;
  display: flex;
  align-items: center;
  font-weight: 500;
  justify-content: space-between;
}
.faq_card .faq_header span:not(.num) {
  display: flex;
}
.faq_card .faq_header .num {
  margin-right: 5px;
}
.faq_card .faq_header img {
  margin-left: 10px;
  height: 13px;
}
.faq_card.active img {
  transform: rotate(90deg);
}
.faq_card .faq_body {
  padding-top: 10px;
  font-size: 14px;
  color: #929292;
  display: none;
}

footer {
  padding-bottom: 60px;
}
footer a {
  color: black;
  font-size: 18px;
  font-weight: 500;
}
footer ul li {
  margin-bottom: 10px;
}

.bottom-footer a {
  color: #8A8784;
  font-size: 13px;
}
.bottom-footer .bottom-footer-text {
  color: #8A8784;
  font-size: 13px;
}

.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 5;
  transition: 0.5s;
  cursor: pointer;
  transform: scale(0);
  -webkit-transform: scale(0);
  background-color: var(--base);
  box-shadow: 0 2px 3px 3px rgba(0, 0, 0, 0.102);
}
.scroll-top img {
  height: 24px;
  filter: grayscale(100%) brightness(200%) saturate(1000%) contrast(1000%);
  transform: rotate(-90deg);
}

.scroll-top.show {
  transform: scale(1);
}

.keen-slider.show {
  overflow-y: auto;
}

.blog_container {
  overflow-x: auto;
}
.blog_container .blog-item {
  background-color: var(--white);
  min-width: 280px;
  display: table;
  text-decoration: none;
  margin-bottom: 30px;
  border-radius: 20px;
  margin-right: 15px;
  color: #1A202C;
}
.blog_container .blog-item img {
  border-radius: 10px;
  margin-bottom: 15px;
  height: 165px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_container .blog-item h5 {
  font-size: 17px;
  padding: 0px 15px;
}
.blog_container .blog-item .read_more {
  border-top: 2px solid #EAEDF1;
  margin-top: 20px;
  padding: 15px 20px;
  padding-top: 15px;
  color: #767370;
}

.vibe_container {
  overflow-x: auto;
}
.vibe_container .vibe-item {
  height: 280px;
  min-width: 232px;
  border-radius: 16px;
  display: table;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  margin-right: 15px;
  color: var(--white);
}
.vibe_container .vibe-item .vibe_content {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.vibe_container .vibe-item .vibe_title {
  margin-left: 10px;
  font-size: 18px;
  margin-bottom: 13px;
  font-style: italic;
}
.vibe_container .vibe-item .learn_more {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  background-color: var(--white);
  display: table;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-weight: 500;
  color: black;
}

.important_documents {
  background-color: black;
  padding: 14px;
  padding-top: 20px;
  color: var(--white);
  border-radius: 20px;
}
.important_documents ul {
  margin-bottom: 0;
}
.important_documents ul li {
  margin-bottom: 8px;
}
.important_documents ul span {
  border-radius: 14px;
  min-height: 56px;
  align-items: center;
  font-weight: 500;
  background-color: #545454;
  color: var(--white);
}
.important_documents ul span:hover {
  cursor: pointer;
}
.important_documents ul span i {
  margin-left: 10px;
}
.important_documents ul span.white_document {
  background-color: var(--white);
  color: black;
}
.important_documents .title {
  font-weight: 500;
  margin-left: 5px;
  font-size: 27px;
  margin-bottom: 30px;
}

.advantages {
  padding: 20px;
  padding-top: 40px;
  background-color: var(--white);
  border-radius: 20px;
  margin-bottom: 20px;
}
.advantages .section_title {
  margin-bottom: 20px;
}
.advantages li {
  background-color: var(--white);
  border-radius: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  height: 60px;
  padding: 12px;
}
.advantages li .circle {
  margin-right: 15px;
  height: 38px;
  width: 38px;
  -o-object-fit: contain;
     object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--white);
}
.advantages li span {
  line-height: 1.2;
  color: #929292;
  font-size: 12px;
}
.advantages li span > span {
  display: block;
  font-size: 14px;
  color: #222222;
}

.rental_company_question {
  background-color: var(--base);
  background-size: cover;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  width: 100%;
  border-radius: 20px;
  color: var(--white);
  margin-bottom: 20px;
}
.rental_company_question .bold-text {
  font-weight: 500;
  display: block;
  line-height: 1.2;
}
.rental_company_question i {
  color: var(--base);
  background-color: var(--white);
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-link {
  background-color: var(--white);
}

.page-item:first-child .page-link {
  border-radius: 12px 0 0 12px;
  border-color: var(--white);
}
.page-item:last-child .page-link {
  border-radius: 0 12px 12px 0;
  border-color: var(--white);
}
.page-item .page-link {
  border-color: var(--white);
  color: black;
}
.page-item.active .page-link {
  border-radius: 12px;
  background-color: var(--base);
  border-color: var(--base);
}

.pagination {
  background-color: var(--white);
  border-radius: 12px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 30px;
  justify-content: center;
}

.heading_with_brand {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.heading_with_brand h1 {
  line-height: 1;
  margin-bottom: 0;
}
.heading_with_brand img {
  margin-right: 5px;
  height: 25px;
}

.custom-switch.custom-switch-lg {
  padding-bottom: 1rem;
  padding-left: 2.25rem;
}
.custom-switch.custom-switch-lg .custom-control-label {
  padding-left: 0.75rem;
  padding-top: 0.15rem;
}
.custom-switch.custom-switch-lg .custom-control-label::before {
  border-radius: 1rem;
  height: 1.5rem;
  width: 2.5rem;
}
.custom-switch.custom-switch-lg .custom-control-label::after {
  border-radius: 0.65rem;
  height: calc(1.5rem - 4px);
  width: calc(1.5rem - 4px);
}
.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(1rem);
}

.product-details .btn-favourite,
.product-details .btn-share {
  margin-bottom: 14px;
}
.product-details .text-danger {
  font-size: 13px;
}
.product-details .accordion-button {
  background-color: var(--base);
}

.custom-switch.custom-switch-lg {
  padding-bottom: 0;
  margin-top: -2px;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--base);
  border-color: var(--base);
}
.custom-switch .custom-switch.custom-switch-lg .custom-control-label {
  padding-top: 5px;
  font-size: 15px;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 50% !important;
  background-color: #eeeeee;
  border-color: #eeeeee;
  width: 22px;
  height: 22px;
  top: 0;
}
.custom-checkbox .custom-control-label::after {
  width: 22px;
  height: 22px;
  top: 0;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #F3393C;
  border-color: #F3393C;
}

.white_card {
  padding: 18px;
  margin-bottom: 8px;
  border-radius: 20px;
  background-color: var(--white);
}
.white_card .fa-info-circle {
  color: #7E7E7E;
}
.white_card .price {
  color: var(--base);
}
.white_card .fa-angle-right {
  font-size: 20px;
}

.total_price label {
  font-weight: 500;
}
.total_price .price {
  margin-left: 10px;
  background-color: var(--white);
  border-radius: 14px;
  padding: 13px;
  height: 46px;
  display: flex;
  align-items: center;
  color: #8A8784;
  font-size: 14px;
}
.total_price .price span {
  font-size: 15px;
  padding-right: 2px;
  color: var(--base);
  font-weight: 500;
}

.info_title {
  font-size: 18px;
  font-weight: 600;
}

.additional_info {
  padding-bottom: 14px;
}
.additional_info li {
  font-size: 14px;
  color: #7E7E7E;
  margin-bottom: 5px;
}
.additional_info li img,
.additional_info li i {
  margin-right: 5px;
  width: 16px;
}
.additional_info .readmore {
  text-align: center;
  color: var(--base);
  display: flex;
  align-items: center;
  justify-content: center;
}
.additional_info .readmore i {
  margin-left: 10px;
}
.additional_info .readmore:hover {
  cursor: pointer;
}
.additional_info .content {
  font-size: 13px;
}

.date_from_to {
  padding: 10px 20px;
}
.date_from_to .to {
  padding-left: 20px;
  border-left: 1px solid #eeeeee;
}
.date_from_to .from i {
  margin-right: 10px;
  color: #929292;
}
.date_from_to .date_from,
.date_from_to .date_to {
  font-size: 15px;
}
.date_from_to .label {
  font-size: 13px;
  line-height: 1;
  color: #929292;
}

.rent_buttons {
  width: 100%;
  position: fixed;
  bottom: 0;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  z-index: 3;
  display: flex;
}
.rent_buttons button {
  width: 33%;
  flex: 1 1 auto;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rent_buttons button i {
  margin-right: 5px;
}
.rent_buttons .fa-phone-alt {
  font-size: 14px;
}
.rent_buttons .btn-primary {
  border-color: #2998ce;
  background-color: #2998ce;
}
.rent_buttons .btn-success {
  border-color: #25d366;
  background-color: #25d366;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #eee;
  border-color: #eee;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label {
  position: relative;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  content: "\f00c";
  display: table;
  color: var(--white);
  font-size: 14px;
  left: -1.3rem;
  top: 2px;
  background: none;
  font-family: "Font Awesome 5 Pro";
}

.modal.bottom .modal-dialog {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  transform: translateY(100%);
  transition: transform 0.3s ease-out;
}
.modal.bottom .modal-dialog .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #eee;
  border-color: #eee;
}
.modal.bottom .modal-dialog .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label {
  position: relative;
}
.modal.bottom .modal-dialog .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  right: -4px;
  top: 2px;
  left: auto;
}

.modal.bottom.show .modal-dialog {
  transform: translateY(0);
}

.modal.bottom .modal-content {
  border-radius: 20px 20px 0 0;
  border: none;
}
.modal.bottom .btn-close {
  font-size: 20px;
  color: #929292;
}
.modal.bottom .btn-primary {
  border-radius: 12px;
  margin-bottom: 20px;
  min-height: 50px;
}
.modal.bottom .line {
  width: 48px;
  height: 2px;
  background-color: #B8B7B5;
}
.modal.bottom .modal-header {
  border-color: #E0DEDA;
}
.modal.bottom .modal-header h5 {
  font-size: 20px;
  color: #21201F;
}
.modal.bottom .select .custom-control {
  padding-left: 0;
}
.modal.bottom .select .custom-control-label::before {
  left: auto;
  right: 0;
}
.modal.bottom .select .custom-control-label {
  border-bottom: 1px solid #E0DEDA;
  width: 100%;
  padding-left: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.qty {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 30px;
}
.qty .count {
  color: #000;
  display: flex;
  justify-content: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  width: 34px;
  background: none;
  border: none;
  text-align: center;
}
.qty .plus,
.qty .minus {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  width: 24px;
  font-size: 20px;
  height: 24px;
  text-align: center;
  border-radius: 50%;
  background-color: #EFEEEE;
}

.blog-details {
  margin-bottom: 40px;
}

.blog-item__date {
  color: #929292;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
}

.social-list {
  display: -webkit-box;
  list-style: none;
  padding-left: 15px;
  display: -ms-flexbox;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.social-list__item {
  margin-right: 10px;
}

.social-list__item:last-child {
  margin-right: 0;
}

.social-list__link {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  cursor: pointer;
  background-color: var(--base);
  font-size: 1.125rem;
  color: var(--white);
  display: table;
  text-align: center;
  padding-top: 5px;
}

.blog-details__title {
  font-size: 20px;
  font-weight: bold;
}

.blog-details img {
  border-radius: 20px;
}

.latest-blog .latest-blog__date {
  color: #929292;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
}
.latest-blog .latest-blog__title {
  font-size: 16px;
  font-weight: bold;
}

.blog .blog-item {
  margin-bottom: 30px;
  display: table;
  color: black;
}
.blog .blog-item img {
  margin-bottom: 15px;
  border-radius: 20px;
}
.blog .read_more {
  color: var(--base);
}
.blog .read_more i {
  margin-left: 6px;
  font-size: 20px;
}
.blog .blog-item__date {
  margin-bottom: 5px;
}

.search-form .selectize-input {
  color: var(--white);
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
  background-color: var(--base) !important;
}

.search-form .selectize-control.single .selectize-input.input-active,
.search-form .selectize-input {
  background: rgba(255, 255, 255, 0.4);
}

.datepicker--cell.-in-range- {
  background-color: rgba(138, 135, 132, 0.16) !important;
}

.datepicker--day-name {
  color: var(--base) !important;
  font-weight: 500;
}

.datepicker.active {
  border-radius: 12px;
  padding: 10px;
  margin-left: -10px;
}

.datepicker--nav-title {
  font-weight: bold;
}

.overflow-scroll-x {
  overflow-x: scroll;
}

#calendarModal .datepicker-inline .datepicker {
  width: 100%;
  background-color: #F4F3F1;
  border-radius: 16px;
  border: none;
}

.datepicker-inline .datepicker {
  width: 100% !important;
}

.datepicker-inline-container {
  padding: 15px;
  background: #fff;
  border-radius: 12px;
  margin-top: 15px;
}
.datepicker-inline-container .datepicker {
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.datepicker-inline-container .datepicker .datepicker--nav {
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0;
}
.datepicker-inline-container .datepicker .datepicker--nav-title {
  font-weight: 600;
  color: #333;
}
.datepicker-inline-container .datepicker .datepicker--day-name {
  color: #666;
  font-weight: 600;
}
.datepicker-inline-container .datepicker .datepicker--cell {
  border-radius: 8px;
  transition: all 0.2s ease;
}
.datepicker-inline-container .datepicker .datepicker--cell:hover {
  background: rgba(23, 162, 184, 0.1);
}
.datepicker-inline-container .datepicker .datepicker--cell.-selected- {
  background: var(--base) !important;
  color: #fff !important;
  font-weight: 600;
}
.datepicker-inline-container .datepicker .datepicker--cell.-range-from- {
  background: var(--base) !important;
  color: #fff !important;
  border-radius: 8px 0 0 8px;
}
.datepicker-inline-container .datepicker .datepicker--cell.-range-to- {
  background: var(--base) !important;
  color: #fff !important;
  border-radius: 0 8px 8px 0;
}
.datepicker-inline-container .datepicker .datepicker--cell.-in-range- {
  background: rgba(23, 162, 184, 0.1) !important;
  color: #333 !important;
}
.datepicker-inline-container .datepicker .datepicker--cell.-current- {
  background: #f0f0f0;
  color: var(--base);
  font-weight: 600;
}
.datepicker-inline-container .datepicker .datepicker--cell.-disabled- {
  opacity: 0.3;
  cursor: not-allowed;
}

#filterModal .modal-content,
#rentReserveModal .modal-content {
  padding: 15px;
  padding-bottom: 90px;
  position: relative;
}
#filterModal .filter-fixed-buttons,
#rentReserveModal .filter-fixed-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  padding: 15px;
  border-top: 1px solid #e0e0e0;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
  z-index: 1000;
}
#filterModal .filter-fixed-buttons > div,
#rentReserveModal .filter-fixed-buttons > div {
  gap: 10px;
}
#filterModal .filter-fixed-buttons .btn,
#rentReserveModal .filter-fixed-buttons .btn {
  border-radius: 12px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
}
#filterModal .filter-fixed-buttons .btn.btn-clear,
#rentReserveModal .filter-fixed-buttons .btn.btn-clear {
  background: #f8f9fa;
  color: #666;
  border: 1.5px solid #e0e0e0;
}
#filterModal .filter-fixed-buttons .btn.btn-clear:hover,
#rentReserveModal .filter-fixed-buttons .btn.btn-clear:hover {
  background: #e9ecef;
  border-color: #999;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
#filterModal .filter-fixed-buttons .btn.btn-primary,
#rentReserveModal .filter-fixed-buttons .btn.btn-primary {
  background: var(--base);
  border: none;
  color: white;
  box-shadow: 0 4px 12px rgba(23, 162, 184, 0.3);
}
#filterModal .filter-fixed-buttons .btn.btn-primary:hover,
#rentReserveModal .filter-fixed-buttons .btn.btn-primary:hover {
  background: #138496;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(23, 162, 184, 0.4);
}
#filterModal .filter-accordion-item,
#rentReserveModal .filter-accordion-item {
  margin-bottom: 12px;
  border-radius: 12px;
  background: #f8f9fa;
  overflow: hidden;
  border: 1px solid #f0f0f0;
}
#filterModal .filter-accordion-header,
#rentReserveModal .filter-accordion-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px;
  background: #fff;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  transition: all 0.3s ease;
  text-align: left;
}
#filterModal .filter-accordion-header span,
#rentReserveModal .filter-accordion-header span {
  display: flex;
  align-items: center;
  gap: 10px;
}
#filterModal .filter-accordion-header span i,
#rentReserveModal .filter-accordion-header span i {
  color: var(--base);
  font-size: 16px;
}
#filterModal .filter-accordion-header .accordion-icon,
#rentReserveModal .filter-accordion-header .accordion-icon {
  font-size: 14px;
  color: #999;
  transition: transform 0.3s ease;
}
#filterModal .filter-accordion-header:hover,
#rentReserveModal .filter-accordion-header:hover {
  background: #f8f9fa;
  color: var(--base);
}
#filterModal .filter-accordion-header:hover .accordion-icon,
#rentReserveModal .filter-accordion-header:hover .accordion-icon {
  color: var(--base);
}
#filterModal .filter-accordion-header.active,
#rentReserveModal .filter-accordion-header.active {
  background: var(--base);
  color: #fff;
}
#filterModal .filter-accordion-header.active span i,
#rentReserveModal .filter-accordion-header.active span i {
  color: #fff;
}
#filterModal .filter-accordion-header.active .accordion-icon,
#rentReserveModal .filter-accordion-header.active .accordion-icon {
  color: #fff;
  transform: rotate(180deg);
}
#filterModal .filter-accordion-content,
#rentReserveModal .filter-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 16px;
}
#filterModal .filter-accordion-content.active,
#rentReserveModal .filter-accordion-content.active {
  max-height: 1000px;
  padding: 16px;
}
#filterModal .modal-header,
#rentReserveModal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  position: sticky;
  top: 0;
  z-index: 10;
}
#filterModal .modal-header .modal-title,
#rentReserveModal .modal-header .modal-title {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#filterModal .modal-header .btn-close-filter,
#rentReserveModal .modal-header .btn-close-filter {
  background: #f8f9fa;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}
#filterModal .modal-header .btn-close-filter i,
#rentReserveModal .modal-header .btn-close-filter i {
  font-size: 20px;
  color: #666;
  transition: all 0.3s ease;
}
#filterModal .modal-header .btn-close-filter:hover,
#rentReserveModal .modal-header .btn-close-filter:hover {
  background: #e9ecef;
  transform: rotate(90deg);
}
#filterModal .modal-header .btn-close-filter:hover i,
#rentReserveModal .modal-header .btn-close-filter:hover i {
  color: #333;
}
#filterModal .modal-header .btn-close-filter:active,
#rentReserveModal .modal-header .btn-close-filter:active {
  transform: rotate(90deg) scale(0.95);
}
#filterModal .location_field,
#rentReserveModal .location_field {
  border: 1px solid #e0e0e0;
  background: #f8f9fa;
  padding: 12px 15px;
  border-radius: 12px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}
#filterModal .location_field:hover,
#rentReserveModal .location_field:hover {
  border-color: var(--base);
  background: #fff;
}
#filterModal .location_field label,
#rentReserveModal .location_field label {
  font-size: 12px;
  font-weight: 600;
  color: #666;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#filterModal .location_field i,
#rentReserveModal .location_field i {
  color: var(--base);
  font-size: 14px;
}
#filterModal .label,
#rentReserveModal .label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 12px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 8px;
}
#filterModal .price-input,
#rentReserveModal .price-input {
  justify-content: space-between;
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
#filterModal .price-input .form-control,
#rentReserveModal .price-input .form-control {
  border: 1.5px solid #e0e0e0;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 14px;
  transition: all 0.3s ease;
}
#filterModal .price-input .form-control:focus,
#rentReserveModal .price-input .form-control:focus {
  border-color: var(--base);
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.1);
}
#filterModal .price-input .field,
#rentReserveModal .price-input .field {
  width: 48%;
  position: relative;
}
#filterModal .price-input .field.input-group .form-control,
#rentReserveModal .price-input .field.input-group .form-control {
  border-right: 0;
  border-radius: 10px 0 0 10px;
}
#filterModal .price-input .field.input-group .input-group-append,
#rentReserveModal .price-input .field.input-group .input-group-append {
  display: flex;
  color: #666;
  border: 1.5px solid #e0e0e0;
  padding: 0 12px;
  border-left: 0;
  border-radius: 0 10px 10px 0;
  align-items: center;
  background: #f8f9fa;
  font-weight: 600;
  font-size: 13px;
}
#filterModal .price-input .separator,
#rentReserveModal .price-input .separator {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-weight: 600;
}
#filterModal .range_field,
#rentReserveModal .range_field {
  width: 100%;
  margin-bottom: 20px;
}
#filterModal .range_field input[type=number]::-webkit-outer-spin-button,
#filterModal .range_field input[type=number]::-webkit-inner-spin-button,
#rentReserveModal .range_field input[type=number]::-webkit-outer-spin-button,
#rentReserveModal .range_field input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
#filterModal .range_field .slider,
#rentReserveModal .range_field .slider {
  height: 6px;
  position: relative;
  background: #e0e0e0;
  border-radius: 10px;
  margin: 15px 0;
}
#filterModal .range_field .slider .progress,
#rentReserveModal .range_field .slider .progress {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 10px;
  background: linear-gradient(90deg, var(--base) 0%, #20c997 100%);
}
#filterModal .range_field .range-input,
#rentReserveModal .range_field .range-input {
  position: relative;
}
#filterModal .range_field .range-input input,
#rentReserveModal .range_field .range-input input {
  position: absolute;
  width: 100%;
  height: 6px;
  top: -6px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#filterModal .range_field input[type=range]::-webkit-slider-thumb,
#rentReserveModal .range_field input[type=range]::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: var(--base);
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 2px 8px rgba(23, 162, 184, 0.3);
  border: 3px solid #fff;
}
#filterModal .range_field input[type=range]::-moz-range-thumb,
#rentReserveModal .range_field input[type=range]::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--base);
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 2px 8px rgba(23, 162, 184, 0.3);
}
#filterModal .category_field,
#filterModal .brand_field,
#filterModal .fuel_type_field,
#rentReserveModal .category_field,
#rentReserveModal .brand_field,
#rentReserveModal .fuel_type_field {
  margin-bottom: 15px;
  background: #f8f9fa;
  border-radius: 12px;
}
#filterModal .radio_field,
#rentReserveModal .radio_field {
  margin-bottom: 8px;
}
#filterModal .radio_field input[type=radio],
#rentReserveModal .radio_field input[type=radio] {
  display: none;
}
#filterModal .radio_field label,
#rentReserveModal .radio_field label {
  display: flex;
  flex-wrap: nowrap;
  font-size: 13px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 10px;
  border: 1.5px solid #e0e0e0;
  min-width: 80px;
  height: 38px;
  padding: 6px 12px;
  margin-right: 8px;
  text-wrap: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  color: #555;
}
#filterModal .radio_field label:hover,
#rentReserveModal .radio_field label:hover {
  border-color: var(--base);
  background: rgba(23, 162, 184, 0.05);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
#filterModal .radio_field label img,
#rentReserveModal .radio_field label img {
  margin-right: 6px;
  height: 20px;
  width: auto;
}
#filterModal .radio_field input[type=radio]:checked + label,
#rentReserveModal .radio_field input[type=radio]:checked + label {
  border-color: var(--base);
  background: var(--base);
  color: #fff;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(23, 162, 184, 0.3);
}
#filterModal .radio_field input[type=radio]:checked + label img,
#rentReserveModal .radio_field input[type=radio]:checked + label img {
  filter: brightness(0) invert(1);
}
#filterModal .year_field,
#rentReserveModal .year_field {
  margin-bottom: 15px;
  background: #f8f9fa;
  border-radius: 12px;
}
#filterModal .year_field label,
#rentReserveModal .year_field label {
  margin-bottom: 6px;
  color: #666;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#filterModal .year_field .field,
#rentReserveModal .year_field .field {
  width: 48%;
}
#filterModal .year_field .form-control,
#rentReserveModal .year_field .form-control {
  border: 1.5px solid #e0e0e0;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 14px;
  transition: all 0.3s ease;
}
#filterModal .year_field .form-control:focus,
#rentReserveModal .year_field .form-control:focus {
  border-color: var(--base);
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.1);
}
#filterModal .seats_field,
#rentReserveModal .seats_field {
  margin-bottom: 15px;
  background: #f8f9fa;
  border-radius: 12px;
}
#filterModal .overflow-scroll-x,
#rentReserveModal .overflow-scroll-x {
  display: flex;
  overflow-x: auto;
  padding-bottom: 5px;
  gap: 8px;
}
#filterModal .overflow-scroll-x::-webkit-scrollbar,
#rentReserveModal .overflow-scroll-x::-webkit-scrollbar {
  height: 4px;
}
#filterModal .overflow-scroll-x::-webkit-scrollbar-track,
#rentReserveModal .overflow-scroll-x::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
#filterModal .overflow-scroll-x::-webkit-scrollbar-thumb,
#rentReserveModal .overflow-scroll-x::-webkit-scrollbar-thumb {
  background: var(--base);
  border-radius: 10px;
}
#filterModal .overflow-scroll-x::-webkit-scrollbar-thumb:hover,
#rentReserveModal .overflow-scroll-x::-webkit-scrollbar-thumb:hover {
  background: #117a8b;
}

.product-details .table td {
  color: #7E7E7E;
  font-size: 14px;
}
.product-details .table th {
  border-top: none;
  font-weight: 500;
}
.product-details .table td,
.product-details .table th {
  padding: 10px;
  padding-left: 0px;
}

#rentReserveModal .btn-modal-close {
  position: absolute;
  right: 20px;
  top: 5px;
}
#rentReserveModal .modal-header {
  background-color: var(--base);
  color: var(--white);
}
#rentReserveModal .label {
  font-size: 20px;
  margin-top: 0;
}
#rentReserveModal .date_from_to {
  background-color: #f4f4f4;
  border-radius: 12px;
}
#rentReserveModal .date_from_to .label {
  font-size: 13px;
  margin-bottom: 0;
}
#rentReserveModal .date_from_to .from i {
  margin-right: 20px;
}
#rentReserveModal .date_from_to .to {
  width: 50%;
}
#rentReserveModal .datepicker {
  width: 100% !important;
  border: none;
}
#rentReserveModal .form-control {
  background-color: var(--secondary);
  min-height: 42px;
}
#rentReserveModal .sub_title {
  color: #8c98ab;
  font-weight: 500;
  font-size: 12px;
  margin-left: 0px;
}
#rentReserveModal #phone {
  width: 100%;
}
#rentReserveModal .iti--allow-dropdown {
  width: 100%;
}

.date-form-group {
  opacity: 1;
  background-color: #e9ecef;
  padding: 10px;
  border-radius: 12px;
}
.date-form-group label {
  font-size: 12px;
  margin-bottom: 0;
}
.date-form-group .form-control {
  padding: 0;
  height: auto;
}
.date-form-group.date-form-group-2 {
  border-radius: 0 12px 12px 0;
}
.date-form-group.date-form-group-1 {
  border-radius: 12px 0 0 12px;
}

.language-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.language-list__item {
  padding: 8px 12px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  border-bottom: 1px solid #f8f9fa;
}
.language-list__item:last-child {
  border-bottom: none;
}
.language-list__item:hover {
  background-color: #f8f9fa;
}

.currency-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.currency-list__item {
  padding: 8px 12px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  border-bottom: 1px solid #f8f9fa;
}
.currency-list__item:last-child {
  border-bottom: none;
}
.currency-list__item:hover {
  background-color: #f8f9fa;
}

.dropdown-menu {
  width: 100px;
  min-width: auto;
  text-align: center;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 4px 0;
}
.dropdown-menu .language_text,
.dropdown-menu .currency_text {
  margin: 0;
  font-size: 13px;
  color: #333;
}

.vehicle_card.rented {
  filter: grayscale(100);
}

#needDocument h5.modal-title,
#driveLicense h5.modal-title,
#trafficRules h5.modal-title {
  font-size: 16px;
}
#needDocument .modal-body p,
#driveLicense .modal-body p,
#trafficRules .modal-body p {
  font-size: 12px;
  line-height: 1.1;
}

@media screen and (min-width: 1024px) {
  .banner_wrapper h1 {
    font-size: 40px;
    padding-top: 20px;
  }

  .brand_list img {
    width: 45px;
  }

  .section_title {
    font-size: 20px;
  }

  .important_documents .title {
    font-size: 34px;
  }
  .important_documents .title br:nth-child(1) {
    display: none;
  }

  .important_documents {
    padding: 30px;
  }

  .advantages li {
    width: 49%;
    margin-right: 1%;
  }

  .faq_card {
    height: 80%;
    padding-bottom: 20px;
  }

  .faq_card .faq_body {
    padding-bottom: 20px;
  }

  .product-details .image_wrapper .keen-slider__slide img {
    height: 360px;
  }
  .product-details .image_wrapper {
    height: 360px;
  }

  .heading_with_brand {
    margin-bottom: 30px;
  }
  .heading_with_brand h1 {
    font-size: 30px;
  }

  .additional_info li {
    font-size: 15px;
  }

  .product-details .table td {
    font-size: 15px;
  }

  .white_card {
    padding: 30px;
  }

  .total_price {
    font-size: 18px;
  }

  .total_price .price {
    font-size: 20px;
  }

  .total_price .price span {
    font-size: 22px;
  }

  .rent_buttons {
    position: relative;
    overflow: auto;
    border-radius: 0px;
  }
  .rent_buttons .btn {
    border-radius: 12px;
  }

  #rentReserveModal {
    display: block;
    position: relative;
    z-index: 3;
  }
  #rentReserveModal .modal-header {
    background: none;
  }
  #rentReserveModal .modal-header .h5 {
    color: black;
    font-weight: 600 !important;
  }

  #filterModal,
#modalMenu,
#modalBodyTypes,
#modalBrands,
#modalCategories {
    max-width: 500px;
  }

  .rent_buttons .btn {
    min-height: 50px;
  }
}
@media screen and (max-width: 680px) {
  .important_documents .title {
    font-size: 20px;
  }

  .important_documents ul span {
    font-size: 14px;
  }

  .h1, h1 {
    font-size: 25px;
  }
}
.filter-search-bar .search-input-wrapper {
  position: relative;
}
.filter-search-bar .search-input-wrapper .search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-40%);
  color: #9ca3af;
  z-index: 1;
}
.filter-search-bar .search-input-wrapper .search-input {
  padding-left: 40px;
  height: 40px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 15px;
}
.filter-search-bar .search-input-wrapper .search-input:focus {
  border-color: var(--base);
  box-shadow: 0 0 0 3px rgba(56, 188, 176, 0.1);
}
.filter-search-bar .filter-btn {
  height: 50px;
  border: 1px solid var(--base);
  color: var(--base);
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.filter-search-bar .filter-btn:hover {
  background: var(--base);
  color: #fff;
}
.filter-search-bar .sort-dropdown-wrapper {
  position: relative;
}
.filter-search-bar .sort-dropdown-wrapper::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #6b7280;
  pointer-events: none;
}
.filter-search-bar .sort-dropdown-wrapper .sort-select {
  height: 50px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding-right: 35px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 15px;
  cursor: pointer;
}
.filter-search-bar .sort-dropdown-wrapper .sort-select:focus {
  border-color: var(--base);
  box-shadow: 0 0 0 3px rgba(56, 188, 176, 0.1);
}

.mobile-filter-container {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.mobile-filter-container .mobile-filter-row {
  display: flex;
  gap: 10px;
}
.mobile-filter-container .mobile-filter-row:first-child {
  margin-bottom: 8px;
}
.mobile-filter-container .search-input-wrapper.mobile {
  flex: 1;
}
.mobile-filter-container .search-input-wrapper.mobile .search-input {
  height: 40px;
  font-size: 16px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.mobile-filter-container .search-input-wrapper.mobile .search-icon {
  left: 16px;
  font-size: 16px;
}
.mobile-filter-container .mobile-filter-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 40px;
  background: linear-gradient(135deg, var(--base) 0%, #2fa89f 100%);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(56, 188, 176, 0.3);
  transition: all 0.3s ease;
  position: relative;
}
.mobile-filter-container .mobile-filter-btn i {
  font-size: 16px;
}
.mobile-filter-container .mobile-filter-btn:active {
  transform: scale(0.98);
  box-shadow: 0 2px 6px rgba(56, 188, 176, 0.2);
}
.mobile-filter-container .mobile-filter-btn .filter-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #ff4757;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  min-width: 20px;
  height: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  box-shadow: 0 2px 6px rgba(255, 71, 87, 0.4);
}
.mobile-filter-container .mobile-sort-btn {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}
.mobile-filter-container .mobile-sort-btn:active {
  border-color: var(--base);
  box-shadow: 0 2px 8px rgba(56, 188, 176, 0.15);
}
.mobile-filter-container .mobile-sort-btn i {
  position: absolute;
  left: 16px;
  color: #6b7280;
  font-size: 16px;
  pointer-events: none;
}
.mobile-filter-container .mobile-sort-btn .sort-select {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  padding: 0 40px 0 45px;
  font-size: 15px;
  font-weight: 500;
  color: #1f2937;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.mobile-filter-container .mobile-sort-btn .sort-select:focus {
  outline: none;
}
.mobile-filter-container .mobile-sort-btn .sort-select option {
  padding: 10px;
}
.mobile-filter-container .mobile-sort-btn::after {
  content: "\f0d7";
  font-family: "Font Awesome 7 Pro";
  font-weight: 900;
  position: absolute;
  right: 16px;
  color: #6b7280;
  pointer-events: none;
}

@media (max-width: 480px) {
  .mobile-filter-container .mobile-filter-row {
    flex-direction: row;
    gap: 10px;
  }
  .mobile-filter-container .mobile-filter-row:first-child {
    margin-bottom: 0;
  }
  .mobile-filter-container .mobile-filter-btn,
.mobile-filter-container .mobile-sort-btn {
    width: 100%;
  }
}
/*# sourceMappingURL=app.css.map */
