﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
:root {
  --site-color: #212529;
  --logo-color: #e30613;
}

:root {
  --ct-leftbar-width: 310px;
  --ct-leftbar-width-detail: 480px;
  --ct-leftbar-width-sm: 70px;
  --ct-menu-bg: #ffffff;
  --ct-menu-item-icon-size: 1.1rem;
  --ct-menu-item-icon-width: 30px;
  --ct-menu-item-font-size: 0.875rem;
  --ct-theme-card-border-width: 0px;
  --ct-menu-font-weight: 700;
  --ct-box-shadow: 2px 2px 3px rgba(27, 23, 30, 0.1);
}

.wrapper {
  justify-content: space-between;
  display: flex;
  min-height: 100%;
}
.wrapper .aside {
  z-index: 9;
  bottom: 0;
  top: 0;
  position: relative;
  width: var(--ct-leftbar-width);
  min-width: var(--ct-leftbar-width);
  background: var(--ct-menu-bg);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  box-shadow: var(--ct-box-shadow);
  min-height: 100%;
  padding: 30px 15px 0 0;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-btop {
  border-top: 1px solid #dee2e6 !important;
}

.bg-site-color {
  background: #244e4d;
}

.container-fluid {
  padding-left: 90px;
  padding-right: 90px;
}

.container-xs {
  max-width: 960px;
}

.swiper-container {
  overflow: hidden;
}

.dark {
  background: #212529;
  color: #fff;
}

.dark .nav-wrapper .nav-content .nav a.nav-link {
  color: #fff;
}

.ttl p {
  font-weight: 700;
  font-size: 18px;
}

.btn-site {
  background: #244e4d !important;
  color: #fff !important;
  font-size: 13px !important;
  padding: 5px 15px !important;
  border-radius: 3px !important;
}

.swiper-pagination-bullet {
  width: 20px !important;
  height: 6px !important;
  border-radius: 3px !important;
  transition: all 0.5s;
}

.swiper-pagination-bullet-active {
  background: #244e4d !important;
  width: 40px !important;
}

.swiper-buttons-standart .swiper-button-next {
  right: -60px;
  margin-top: -60px;
}

.swiper-buttons-standart .swiper-button-prev {
  left: -60px;
  margin-top: -60px;
}

.swiper-buttons-standart .swiper-button-next::after, .swiper-buttons-standart .swiper-button-prev::after {
  font-size: 40px;
  color: #212529;
}

.content-page {
  position: relative;
  margin-left: 45px;
  padding: 30px 0 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: calc(100% - var(--ct-leftbar-width));
}

html,
body {
  width: 100%;
}

body {
  color: #212529;
  overflow-x: hidden;
  background: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  font-family: "Inter", sans-serif;
  padding-top: 140px;
}

a {
  text-decoration: none;
}

a:hover, a:focus {
  color: var(--dark-color);
  outline: none !important;
  box-shadow: none;
}

ol li, ul li {
  font-size: 13px;
  font-weight: 400;
  line-height: 2;
  color: #212529;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  color: #212529;
}

p {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 15px;
  font-weight: 400;
  color: #212529;
}

p a {
  color: #212529;
}

li {
  font-weight: 400;
}

input[type=submit].full, .button.full, .btn.full {
  width: 100%;
  text-align: center;
}

input[type=submit].white, .button.white, .btn.white {
  border: 1px solid var(--border);
}

input[type=submit], .button, .btn {
  display: inline-block;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  color: #000;
  padding: 0 20px;
  max-width: 100%;
  font-size: 14px;
  font-weight: 600;
  border: 0;
  outline: 0;
  position: relative;
  cursor: pointer;
  border-radius: var(--border-radius);
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search {
  width: 100%;
  position: absolute;
  bottom: -60px;
}
.search .search-wrapper {
  background: #fff;
  padding: 30px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  margin-bottom: 15px;
  position: relative;
  z-index: 3;
}
.search .search-wrapper .btn {
  background: #244e4d;
  color: #fff;
  border-radius: 0.25rem;
  font-size: 16px;
  padding: 16px;
  width: 100%;
}
.search .nav-tab-search {
  border-bottom: none;
  position: relative;
  z-index: 9;
}
.search .nav-tab-search .nav-link {
  border-radius: 7px 7px 0 0;
  padding: 15px 30px;
  font-weight: 700;
  background: #e3e3e3;
  color: #212529;
  margin-right: 7px;
  border: none;
}
.search .nav-tab-search .nav-link.active {
  color: #212529;
  background: #fff;
}

.dropdown-range .dropdown-menu {
  padding: 30px;
  min-width: 480px;
  box-shadow: 0 30px 25px -4px rgba(0, 0, 0, 0.3);
}
.dropdown-range .form-select {
  color: #666 !important;
  line-height: 42px !important;
  height: 57px;
  padding-left: 15px !important;
  padding-right: 40px !important;
  font-size: 0.875rem !important;
  font-weight: 700;
  border: 2px solid rgba(0, 0, 0, 0.5) !important;
  border-radius: 0.25rem !important;
}
.dropdown-range .form-select:focus {
  box-shadow: none;
}
.dropdown-range .dropdown-toggle:after {
  content: none;
}

.select2-container--open .select2-dropdown {
  box-shadow: 0 30px 25px -4px rgba(0, 0, 0, 0.3);
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 98;
  transition: all 0.5s;
}
header .container-fluid {
  max-width: none;
  position: relative;
}
header .header-container {
  overflow: visible;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo img {
  max-height: 50px;
}
header .header-top {
  background: #000;
  display: none;
}
header nav.menu a {
  font-weight: 800;
  font-size: 14px;
  color: #212529;
}
header nav.menu a:hover {
  color: #212529;
}
header nav.menu .dropdown-menu {
  width: 100%;
  padding: 0;
  border-radius: 0;
  margin-top: 6px !important;
}
header nav.menu .nav-item:first-child .nav-link {
  padding-left: 0;
}
header .nav-elements a {
  display: flex;
  padding: 0;
  color: #212529;
}
header .nav-elements a.dropdown-toggle {
  display: flex;
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 11px 15px;
  border: 2px solid #212529;
  border-radius: 7px;
  position: relative;
  width: 185px;
}
header .nav-elements a.dropdown-toggle:hover, header .nav-elements a.dropdown-toggle:focus {
  color: #212529;
  background: #fff !important;
}
header .nav-elements a.dropdown-toggle h6 {
  width: 115px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}
header .nav-elements a.dropdown-toggle h6:first-child {
  font-size: 11px;
  margin-bottom: 0;
}
header .nav-elements a.dropdown-toggle.show {
  border-radius: 7px 7px 0 0;
}
header .nav-elements a.dropdown-toggle.show:after {
  transform: rotate(180deg);
}
header .nav-elements .dropdown-item {
  align-items: center;
  padding-left: 17px;
  line-height: 1.8;
  font-size: 15px;
}
header .nav-elements .logout-item {
  padding-top: 17px;
}
header .nav-elements .business-item {
  margin-top: 17px;
  border-top: 1px solid #ddd;
  padding-top: 17px;
}
header .nav-elements i {
  font-size: 22px;
  margin-right: 15px;
}
header .nav-elements .notification .badge {
  margin-left: -10px;
}
header .nav-elements .dropdown-toggle-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: none;
  transition: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 9px 15px !important;
}
header .nav-elements .dropdown-toggle-login:after {
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 10px;
}
header .nav-elements .account-user-avatar {
  background: #244e4d;
  padding: 6px 8px;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  text-transform: uppercase;
  margin-right: 10px;
}
header .nav-elements .navbar-custom .topbar-menu .nav-link h6 {
  max-width: 35ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header .nav-elements .dropdown-menu {
  /* box-shadow: 0 5px 15px rgba(7, 16, 52, 0.36);*/
  min-width: 360px;
  position: relative;
  padding: 15px 0;
  border: 2px solid #212529;
  border-radius: 7px;
  margin-top: -3px !important;
}
header .nav-elements .dropdown-menu:after {
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  height: 3px;
  background: #fff;
  width: 181px;
}
header .nav-elements .dropdown-menu li:last-child {
  border-top: 2px solid #ddd;
  margin-top: 15px;
}
header .nav-elements .dropdown-menu li:last-child a {
  margin-top: 15px;
}
header .nav-elements .dropdown-menu a:hover {
  background-color: transparent;
  color: #212529;
}
header .nav-elements .dropdown-menu.show {
  border-top-right-radius: 0;
}
header .dropdown.lang-link .btn {
  padding: 16px 20px;
  border: 2px solid transparent;
  border-radius: 0;
  transition: none;
}
header .dropdown.lang-link .btn.show {
  border-color: #212529;
}
header .dropdown.lang-link .dropdown-menu {
  width: 77px !important;
  min-width: 0 !important;
  text-align: center;
  border-width: 2px;
  border-top: none;
  border-radius: 0;
  border-color: #212529;
  margin-top: -2px !important;
  background: #fff;
}
header .dropdown.lang-link .dropdown-menu a {
  font-weight: 700;
  color: #212529;
  padding: 5px;
  display: block;
}
header .search-header {
  position: relative;
  width: 65%;
}
header .search-header input {
  border-color: #212529;
  border-width: 2px;
}
header .search-header .btn {
  position: absolute;
  right: 0;
  top: 0;
  height: calc(100% - 4px);
  width: 50px;
  color: #212529;
  margin: 2px;
  border-radius: 0.25rem;
  font-size: 24px;
}
header .search-header .btn:hover, header .search-header .btn:focus {
  border-radius: 0.25rem;
  background-color: #f2f3f4;
}
header .search-header:after {
  content: "\f52a";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-size: 22px;
  position: absolute;
  top: 2px;
  right: 20px;
  z-index: 9;
  font-weight: 400;
  pointer-events: none;
}

.scroll header {
  box-shadow: 0 0.375rem 0.375rem rgba(0, 0, 0, 0.122);
}

.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
  position: static;
}

.menu-tab-wrapper {
  display: flex;
  height: 100%;
}
.menu-tab-wrapper .nav-tabs-menu.nav-tabs {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  border: none;
  width: 33%;
}
.menu-tab-wrapper .nav-tabs-menu.nav-tabs a {
  color: #212529;
  border: none;
  border-radius: 0;
  padding: 10px !important;
}
.menu-tab-wrapper .nav-tabs-menu.nav-tabs a:hover {
  color: #212529;
}
.menu-tab-wrapper .nav-tabs-menu.nav-tabs a::before {
  content: none;
}
.menu-tab-wrapper .nav-tabs-menu.nav-tabs a.active {
  background: #f2f3f4;
  color: #212529;
}
.menu-tab-wrapper .tab-content {
  padding: 0;
  position: relative;
  width: 100%;
  background: #f2f3f4;
}
.menu-tab-wrapper .menu-content {
  display: flex;
}
.menu-tab-wrapper .menu-content .menu-left {
  width: 60%;
}
.menu-tab-wrapper .menu-content .menu-left ul {
  padding: 15px 30px 30px;
  margin: 0;
  list-style: none;
}
.menu-tab-wrapper .menu-content .menu-left ul li a {
  color: #212529;
  padding: 12px 0;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.menu-tab-wrapper .menu-content .menu-left ul li:last-child a {
  border-bottom: none;
}
.menu-tab-wrapper .menu-content .menu-right {
  width: 40%;
  position: relative;
  padding: 15px;
  display: flex;
  align-items: center;
}
.menu-tab-wrapper .menu-content .menu-right img {
  height: 100%;
  object-fit: cover;
}
.menu-tab-wrapper .menu-content .menu-right a {
  display: block;
}
.menu-tab-wrapper .menu-content .menu-right h2 {
  position: absolute;
  background: #fff;
  top: 56%;
  padding: 5px 15px;
  font-size: 18px;
}

.menu-single {
  list-style: none;
  padding: 10px 0 0 30px !important;
}
.menu-single .nav-item {
  position: relative;
}
.menu-single .nav-item:last-child .nav-link {
  border-bottom: none;
}
.menu-single .nav-item .nav-link {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding: 10px 0 !important;
}
.menu-single .nav-item .nav-link::before {
  left: 0 !important;
  height: 2px !important;
}
.menu-single .nav-item .nav-link:hover::before {
  left: 0 !important;
  width: 100% !important;
}

.menu-left .nav-link::before {
  left: 0 !important;
  height: 2px !important;
}
.menu-left .nav-link:hover::before {
  left: 0 !important;
  width: 100% !important;
}

.open .menu-tint, .menu-tint-cart.open {
  opacity: 1;
  visibility: visible;
}

.menu-tint, .menu-tint-cart {
  position: fixed;
  width: 100%;
  height: calc(100% + 200px);
  bottom: -100px;
  top: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
  visibility: hidden;
}

.menu-basket-trigger {
  position: relative;
  display: flex;
}

.menu-tint {
  z-index: 97;
}

.menu-tint-cart {
  z-index: 99;
}

.navbar-collapse-cart {
  z-index: 99999 !important;
  min-height: 0;
  float: none;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  left: 0;
  top: 0 !important;
  bottom: 0;
  width: 85vw;
  max-width: 480px;
  transition: transform 0.3s;
  transform: translate3d(-100%, 0, 0);
  min-height: 100vh !important;
  -webkit-box-shadow: -1px 4px 6px 0 rgba(138, 138, 138, 0.5);
  box-shadow: -1px 4px 6px 0 rgba(138, 138, 138, 0.5);
  background: #fff;
  position: fixed;
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  z-index: 99;
}
.navbar-collapse-cart.show {
  transform: translate3d(0, 0, 0) !important;
}

.cart-summary {
  height: 100%;
}
.cart-summary h3 {
  background: #c7a669;
  color: #fff;
  padding: 15px;
  font-size: 18px;
  margin: 0;
}
.cart-summary .cart-content {
  height: calc(100% - 52px);
  overflow: auto;
}
.cart-summary .cart-content .cart-item {
  padding: 15px;
  border: 1px solid #ddd;
  margin: 15px;
}
.cart-summary .cart-total-summary {
  margin: 0 15px;
}
.cart-summary .dec-inc {
  margin: 10px 0;
}
.cart-summary .dec-inc span {
  margin: 0 5px;
}
.cart-summary .dec-inc .btn {
  border: 1px solid #ddd;
}
.cart-summary .btn-delete {
  background: #f2f3f4;
  font-size: 13px;
  margin-top: 5px;
}
.cart-summary .btn-delete:hover {
  background: #212529;
  color: #fff;
}

.no-basket {
  height: 100vh;
}
.no-basket div {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.no-basket div h2 {
  text-align: center;
  font-size: 20px;
  width: 100%;
  max-width: 220px;
  margin: auto;
}

.slider {
  width: 100%;
  height: 620px;
  background: #000;
  position: relative;
}
.slider .swiper {
  height: 100%;
}
.slider .slider-content {
  height: 100%;
  position: relative;
}
.slider .container-fluid {
  position: relative;
  height: 100%;
}
.slider .slider-text {
  color: #fff;
  position: absolute;
  z-index: 9;
  bottom: 120px;
  transform: translateY(-50%);
  width: 100%;
}
.slider .slider-text .slider-text-content h2 {
  color: #fff;
  font-size: 48px;
}
.slider .slider-text .slider-text-content p {
  color: #fff;
  font-size: 18px;
}
.slider .slide-img {
  height: 100%;
  width: auto;
  min-width: 100vw;
  object-fit: cover;
  object-position: center;
  margin: auto;
  display: block;
}
.slider .swiper-pagination {
  position: absolute;
  bottom: 120px !important;
}
.slider .swiper-pagination .swiper-pagination-bullet {
  width: 45px !important;
  height: 6px !important;
  border-radius: 2px !important;
  margin: 0 2px 5px !important;
  border: none;
  opacity: 1;
  transition: all 0.5s;
  text-align: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  text-indent: -9999px;
}
.slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #c7a669 !important;
  width: 60px !important;
}
.slider .thumb-container-fluid {
  top: -100%;
}
.slider .thumb {
  position: absolute;
  z-index: 8;
  text-align: end;
  width: 588px;
  height: 268px;
  bottom: 30px;
  right: 0;
  display: none;
}
.slider .thumb .swiper-slider-thumb .slide-img-xs {
  max-width: 100%;
}
.slider .banner-video-wrap {
  height: 100%;
}
.slider .banner-video-wrap .banner-video {
  height: 100%;
}
.slider .banner-video-wrap .banner-video .custom-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}

/*SLIDER ANIMATION*/
.swiper-slide .fadeUp {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.swiper-slide.swiper-slide-active .fadeUp {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.swiper-slide .fadeUpXs {
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.swiper-slide.swiper-slide-active .fadeUpXs {
  opacity: 1;
}

.swiper-slide .fadeUpSm {
  visibility: hidden;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.swiper-slide.swiper-slide-active .fadeUpSm {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.swiper-slide .fadeUpXy {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: transform 0.7s ease, opacity 0.7s ease;
  transition: transform 0.7s ease, opacity 0.7s ease;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.swiper-slide.swiper-slide-active .fadeUpXy {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.swiper-slide .fadeUpSlide {
  visibility: hidden;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 0;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}

.swiper-slide.swiper-slide-active .fadeUpSlide {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

/* Footer */
footer {
  background: #384149;
}
footer h2, footer p {
  color: #fff;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
footer .footer-bottom {
  background: #000000;
}
footer .footer-menu {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
footer h5 {
  font-size: 14px;
  padding: 5px 0;
  display: inline-block;
  text-transform: uppercase;
}
footer .footer-top {
  padding: 60px 0 45px;
}
footer .footer-top .footer-logo {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  height: 100%;
}
footer .footer-top .footer-logo img {
  max-width: 130px;
  filter: brightness(100);
}
footer .footer-middle .footer-menu {
  display: flex;
  padding: 60px 0;
}
footer .footer-middle .footer-menu .footer-list {
  width: 33.3%;
}
footer .footer-middle .footer-menu .footer-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-middle .footer-menu .footer-list ul li a {
  text-decoration: none;
}
footer .footer-middle .footer-menu .footer-list ul li a:before {
  content: "";
  position: absolute;
  top: calc(50% - 4px + 0.05em);
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #244e4d;
  transform: scale(0);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
footer .footer-middle .footer-menu .footer-list ul li a span {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
footer .footer-middle .footer-menu .footer-list ul li a:hover:before {
  transform: scale(1);
  transition-delay: 0.05s;
}
footer .footer-middle .footer-menu .footer-list ul li a:hover span {
  transform: translate3d(0.8em, 0, 0);
}
footer .footer-middle .footer-menu .footer-list h5 {
  color: #fff;
}
footer .footer-middle .accordion-footer {
  width: 100%;
  display: flex;
}
footer .footer-middle .accordion-footer .collapse:not(.show) {
  display: block;
}
footer .footer-middle .call-center {
  text-align: end;
}
footer .footer-middle .call-center div {
  display: inline-block;
}
footer .footer-middle .call-center img {
  width: 42px;
}
footer .footer-middle .call-center h2 {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 0;
}
footer .footer-middle .call-center h2 a {
  display: block;
}
footer .footer-middle .call-center h2 span {
  color: #244e4d;
}
footer .footer-middle .footer-flex-menu {
  display: flex;
  margin: 0;
  padding: 60px 0;
  list-style: none;
}
footer .footer-middle .footer-flex-menu li {
  margin-right: 15px;
}
footer .footer-middle .address {
  position: relative;
  margin-left: auto;
  text-align: end;
}
footer .footer-middle .address h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
footer .footer-middle .address p {
  line-height: 1;
  margin-bottom: 10px;
}
footer .footer-middle .social-footer {
  margin: 0;
  padding: 45px 0;
  list-style: none;
  text-align: end;
}
footer .footer-middle .social-footer li {
  display: inline-block;
}
footer .footer-middle .social-footer li a {
  display: block;
  padding: 5px 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 3px;
}
footer .footer-middle .social-footer li a i {
  font-size: 20px;
}
footer .footer-middle .social-footer li a:hover {
  background: #fff;
  color: #212529;
}
footer .footer-bottom {
  padding: 5px 0;
  background: #fff;
}
footer .footer-bottom .newclick p {
  margin: 0;
  color: #212529;
}
footer .footer-bottom .newclick a {
  color: #212529;
}
footer .copyright {
  height: 100%;
  display: flex;
  align-items: center;
}
footer .copyright p {
  margin: 0;
}

/*Whatsapp*/
.whatsapp {
  position: fixed;
  bottom: 15px;
  right: 24px;
  display: inline-block;
  cursor: pointer;
  background: #25d366;
  text-align: center;
  padding: 2px 12px;
  z-index: 999;
  border-radius: 50%;
  box-shadow: rgb(0, 0, 0) 0px 0px 25px -6px;
}
.whatsapp span {
  display: flex;
}
.whatsapp i {
  color: #fff;
  font-size: 28px;
}

.footer-products-menu {
  padding: 60px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-products-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.masonry.gap {
  margin: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}

.masonry.gap > * {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}

@media (min-width: 36.01rem) {
  .masonry {
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 65.01rem) {
  .masonry {
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (min-width: 90.01rem) {
  .masonry {
    -moz-column-count: 4;
    column-count: 4;
  }
}
.masonry > * {
  display: inline-block;
  width: 100%;
  padding: 0 1em;
  box-sizing: border-box;
}

.masonry > * {
  padding: 0 1em;
}

.masonry > * {
  counter-increment: div;
}

.masonry > * p:first-child::before {
  display: inline;
  content: counter(div) "/ ";
}

.preloader {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 1000000;
  background: rgba(0, 0, 0, 0.9);
  display: block;
}
.preloader .timer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}
.preloader .timer div {
  width: 120px;
  height: 22px;
  border-radius: 20px;
  color: #fff;
  border: 2px solid;
  position: relative;
}
.preloader .timer div:before {
  content: "";
  position: absolute;
  margin: 2px;
  inset: 0 100% 0 0;
  border-radius: inherit;
  background: currentColor;
  animation: animationpre 1s infinite;
}
@keyframes animationpre {
  100% {
    inset: 0;
  }
}

.filter-item-badge {
  display: inline-block;
  background-color: #212529;
  color: #fff;
  padding: 3px 45px 3px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  border: 2px solid #212529;
}
.filter-item-badge:hover {
  background-color: #fff;
  color: #212529;
}
.filter-item-badge:hover:after {
  color: #212529;
}
.filter-item-badge:after {
  display: inline-block;
  content: "\f2e6";
  font-family: "bootstrap-icons";
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 9;
  font-weight: 400;
}

.filter-item:hover {
  background-color: #0056b3;
}

.total-products {
  font-weight: 400;
  margin-bottom: 15px;
}
.total-products span {
  font-weight: 700;
}

.form-select-order {
  cursor: pointer;
  position: relative;
  width: 220px !important;
}

.wrapper .aside .aside-menu {
  margin: 0;
  padding: 0 0 30px;
  list-style: none;
}
.wrapper .aside .aside-menu .category-boxes {
  padding: 0;
  margin-bottom: 30px;
}
.wrapper .aside .aside-menu .category-boxes .sub-category {
  display: none;
}
.wrapper .aside .aside-menu .category-boxes .sub-expanded .sub-category {
  display: grid !important;
}
.wrapper .aside .aside-menu .sub-category-boxes {
  max-height: 300px;
  overflow: auto;
}
.wrapper .aside .aside-menu .spec-boxes .spec-box {
  border-bottom: 1px solid #ddd;
}
.wrapper .aside .aside-menu .spec-boxes .spec-box .spec-content {
  max-height: 182px;
  overflow: auto;
  padding: 0;
  margin-bottom: 10px;
}
.wrapper .aside .aside-menu .spec-boxes .spec-box .spec-content .form-check {
  padding-left: 0;
}
.wrapper .aside .aside-menu .spec-boxes .spec-box .spec-title {
  cursor: pointer;
  padding: 15px 0 10px;
}
.wrapper .aside .aside-menu .spec-boxes .spec-box .spec-title h4 {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 14px;
}
.wrapper .aside .aside-menu .spec-boxes .spec-box .spec-title h4 span {
  position: relative;
  display: block;
  margin-left: auto;
}
.wrapper .aside .aside-menu .spec-boxes .spec-box .spec-title h4 span i {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 30px;
  height: 30px;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 12px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transform: rotate(180deg);
}
.wrapper .aside .aside-menu .spec-boxes .spec-box .spec-title h4 span i.down-short {
  transform: rotate(0);
}
.wrapper .aside .aside-menu .spec-boxes .spec-spec-box:last-child {
  border-bottom: none;
}
.wrapper .aside .aside-menu .filter-form-box {
  display: flex;
  margin: 5px 0;
}
.wrapper .aside .aside-menu .filter-form-box .form-control {
  width: 35%;
  padding: 5px 7px;
}
.wrapper .aside .aside-menu .filter-form-box .form-control:hover, .wrapper .aside .aside-menu .filter-form-box .form-control:focus {
  box-shadow: none !important;
  border-color: #244e4d;
}
.wrapper .aside .aside-menu .filter-form-box .btn {
  width: calc(30% - 15px);
  margin-left: 10px;
  padding: 0;
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 0.25rem;
}
.wrapper .aside .aside-menu .filter-form-box .sep {
  width: 15px;
  margin: auto;
  text-align: center;
  align-content: center;
}
.wrapper .aside .aside-menu .category-box .category-checkbox, .wrapper .aside .aside-menu .category-box .sub-category {
  font-size: 14px;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 10px;
  line-height: 20px;
  margin-top: 5px;
}
.wrapper .aside .aside-menu .category-box .category-checkbox input[type=checkbox], .wrapper .aside .aside-menu .category-box .sub-category input[type=checkbox] {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.wrapper .aside .aside-menu .category-box .category-checkbox label, .wrapper .aside .aside-menu .category-box .sub-category label {
  cursor: pointer;
}
.wrapper .aside .aside-menu .category-box .category-checkbox input[type=checkbox], .wrapper .aside .aside-menu .category-box .sub-category input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: #212529;
  width: 20px;
  height: 20px;
  border: 0.15em solid #212529;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
.wrapper .aside .aside-menu .category-box .category-checkbox input[type=checkbox]::before, .wrapper .aside .aside-menu .category-box .sub-category input[type=checkbox]::before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: none;
  /* Windows High Contrast Mode */
  background-color: #244e4d;
}
.wrapper .aside .aside-menu .category-box .category-checkbox input[type=checkbox]:checked::before, .wrapper .aside .aside-menu .category-box .sub-category input[type=checkbox]:checked::before {
  transform: scale(1);
}
.wrapper .aside .aside-menu .sub-expanded .sub-category-container {
  max-height: 375px;
  overflow: auto;
  padding: 0 0 0 30px;
}
.wrapper .aside .aside-menu .category-controls button {
  border: none;
  box-shadow: none;
  padding: 5px 0;
  background-color: transparent;
  text-decoration: underline;
}
.wrapper .aside .aside-menu .category-controls button i {
  font-size: 24px;
  vertical-align: middle;
}
.wrapper .aside .aside-menu .clean-title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.wrapper .aside .aside-menu .clean-title h4 {
  margin: 0;
}
.wrapper .aside .aside-menu .clean-title i {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}

.content-page .content .title .selected-filters {
  font-weight: 400;
  font-size: 14px;
  margin-left: 7px;
}

.grid-list-buttons {
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 0.25rem;
  margin-right: 7px;
}
.grid-list-buttons .btn {
  padding: 5px 14px;
  font-size: 20px;
  color: #a8a8a8;
}
.grid-list-buttons .active, .grid-list-buttons .act {
  color: #212529;
}

.car-box {
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 15px;
  position: relative;
}
.car-box .car-box-content .car-box-category {
  display: flex;
  gap: 5px;
  margin: 10px 0;
}
.car-box .car-box-content .car-box-category img {
  max-height: 24px;
}
.car-box .car-box-content h4, .car-box .car-box-content a {
  color: #212529;
}
.car-box .car-box-content .car-box-price h3 {
  font-weight: 800;
  font-size: 20px;
}
.car-box .car-box-content .car-box-price h3 span {
  color: #a8a8a8;
  font-size: 13px;
  display: block;
  text-decoration: line-through;
  font-weight: 400;
}
.car-box .car-box-content .car-box-spec {
  display: flex;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  gap: 15px;
}
.car-box .car-box-content .car-box-spec li {
  padding: 0;
  margin: 0 10px 0 0;
}
.car-box .car-box-content .car-box-km {
  display: flex;
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
  gap: 5px;
}
.car-box .car-box-content .car-box-km li {
  padding: 0 7px;
  background: #f2f3f4;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
.car-box .car-box-content .car-box-km li span {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  margin-right: 5px;
  filter: contrast(2);
}
.car-box .car-box-content .car-box-km li .icon-year {
  background-image: url("/assets/img/icons/icon-year.svg");
}
.car-box .car-box-content .car-box-km li .icon-km {
  background-image: url("/assets/img/icons/icon-km.svg");
}

.car-item.col-lg-12 .car-box {
  display: flex;
  position: relative;
}
.car-item.col-lg-12 .car-box .car-box-img {
  width: 300px;
  margin-right: 30px;
  border-radius: 5px;
  overflow: hidden;
}
.car-item.col-lg-12 .car-box .car-box-img img {
  border-radius: 5px;
}
.car-item.col-lg-12 .car-box .car-box-content .car-box-category {
  margin-top: 0;
  font-size: 18px;
}
.car-item.col-lg-12 .car-box .car-box-content .car-box-category img {
  max-height: 32px;
}
.car-item.col-lg-12 .car-box .car-box-content .car-box-price {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.pagination-nav {
  text-align: center;
  display: flex;
  margin: 15px 0;
}
.pagination-nav .pagination .page-link {
  font-size: 13px;
  color: #212529;
}
.pagination-nav .pagination .page-link:focus {
  box-shadow: none;
}
.pagination-nav .pagination .aspNetDisabled > .page-link, .pagination-nav .pagination .page-link.aspNetDisabled {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}
.pagination-nav .pagination .active > .page-link, .pagination-nav .pagination .page-link.active {
  color: var(--bs-pagination-active-color);
  background-color: #244e4d;
  border-color: #244e4d;
}

.dashboard .content-page {
  padding: 30px 0 30px;
}

.aside-dashboard .side-nav {
  padding: 0 0 15px;
  margin: 0;
  height: 100%;
  list-style: none;
  position: relative;
}
.aside-dashboard .side-nav .side-nav-item {
  margin-bottom: 10px;
}
.aside-dashboard .side-nav .side-nav-item .side-nav-link {
  display: inline-flex;
  list-style: none;
  position: relative;
  white-space: nowrap;
  color: var(--ct-menu-item-color);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: var(--ct-menu-item-font-size);
  padding: 5px 0;
  font-weight: var(--ct-menu-font-weight);
  border-radius: 7px;
  display: flex;
  align-items: center;
  padding: 15px;
  border: 1px solid transparent;
}
.aside-dashboard .side-nav .side-nav-item .side-nav-link i {
  font-size: 28px;
  margin-right: 10px;
  line-height: 1;
}
.aside-dashboard .side-nav .side-nav-item .side-nav-link:hover {
  border: 1px solid #212529;
}
.aside-dashboard .side-nav .side-nav-item .side-nav-link.active {
  border: 1px solid #212529;
}
.aside-dashboard .side-nav .nav-title {
  color: #a8a8a8;
  margin: 0 0 10px;
}

.forms .input-group-text {
  width: 48px;
  border-width: 2px 2px 2px 0;
  border-color: #212529;
  box-shadow: none;
  height: 58px;
  border-radius: 0 3px 3px 0 !important;
}
.forms .btn-primary {
  padding: 10px 45px;
  font-size: 18px;
  font-weight: 700;
  background: #244e4d;
  color: #fff;
}
.forms .form-group {
  margin-bottom: 20px;
}
.forms .form-control {
  line-height: 1.8;
  font-weight: 700;
}
.forms textarea.form-control {
  height: auto;
}
.forms .password-eye {
  cursor: pointer;
}
.forms .password-eye:before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  content: "\f341";
  font-size: 22px;
  color: var(--site-color);
  position: absolute;
  top: 14px;
  z-index: 9;
  font-weight: 400;
}
.forms label:not(.form-check-label) {
  font-weight: 400;
  font-size: 14px;
}
.forms .form-check .form-check-input {
  border: none;
}
.forms .form-check-label {
  margin-top: 3px;
}
.forms .form-check {
  padding-left: 0;
  margin-top: 15px;
}
.forms .star {
  margin: 0;
  display: inline-block;
  font-weight: 700;
  position: absolute;
  top: 18px;
  right: 10px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.45rem 0.9rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--ct-body-color);
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.5);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.page-title-dashboard {
  margin-bottom: 30px;
}
.page-title-dashboard h2 {
  margin: 0;
}

.btn-send {
  padding: 7px 15px;
  background: #244e4d;
  border-radius: 7px;
  color: #fff;
  border: 2px solid #244e4d;
  width: auto;
  min-width: 240px;
  margin: 0 auto 0 0;
}
.btn-send:hover {
  color: #212529;
  border-color: #212529;
  background: #fff;
}
.btn-send i {
  margin-right: 10px;
  font-size: 20px;
  vertical-align: middle;
}

.select2-container {
  z-index: 998 !important;
}

.select2-container .select2-selection--single {
  height: 57px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #666 !important;
  line-height: 57px !important;
  padding-left: 15px !important;
  padding-right: 40px !important;
  font-size: 0.875rem !important;
  font-weight: 700;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 57px !important;
  width: 40px !important;
}

.select2-container--default .select2-selection--single {
  border: 2px solid rgba(0, 0, 0, 0.5) !important;
  border-radius: 0.25rem !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #244e4d !important;
  color: #fff;
}

.communication {
  margin-bottom: 30px;
}
.communication h5 {
  margin-bottom: 0;
}
.communication .form-check {
  padding-left: 20px;
}

.logo-user {
  text-align: center;
}
.logo-user img {
  border: 2px solid rgba(0, 0, 0, 0.5) !important;
  border-radius: 0.25rem !important;
  padding: 15px;
  margin-bottom: 15px;
  display: none;
  max-width: 100% !important;
}

.upload-element {
  border: 2px solid rgba(0, 0, 0, 0.5) !important;
  border-radius: 30px !important;
  text-align: center;
  position: relative;
}
.upload-element label {
  margin: 0;
  font-weight: 700 !important;
  color: #212529 !important;
  padding: 15px;
  width: 100%;
  border-radius: 100%;
}
.upload-element:before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  content: "\f297";
  font-size: 22px;
  color: var(--site-color);
  position: absolute;
  top: 9px;
  left: 15px;
  z-index: 9;
  font-weight: 400;
}

.aside-sticky {
  position: sticky;
  z-index: 10;
  transition: all 0.5s;
  top: 0;
}
.aside-sticky.aside-sticky-detail {
  top: 160px;
}

.aside-detail .spec-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.aside-detail .spec-list li {
  border-top: 1px solid #ddd;
  padding: 7px 0;
  display: flex;
  align-items: center;
}
.aside-detail .spec-list li span {
  margin-left: auto;
  background: #f2f3f4;
  border-radius: 3px;
  padding: 3px 10px;
  font-weight: 700;
}
.aside-detail h1 {
  margin-top: 0 !important;
}
.aside-detail .aside-detail-brand {
  display: flex;
  border-top: 1px solid #ddd;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
}
.aside-detail .aside-detail-brand img {
  max-width: 80px;
  max-height: 48px;
  object-fit: cover;
}
.aside-detail .aside-detail-brand ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.aside-detail .aside-detail-brand ul li {
  display: inline-block;
  position: relative;
}
.aside-detail .aside-detail-brand ul li.last {
  margin-left: 20px;
  padding-left: 20px;
}
.aside-detail .aside-detail-brand ul li.last:after {
  content: "\f280";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-size: 13px;
  position: absolute;
  top: 3px;
  left: -7px;
  z-index: 9;
  font-weight: 400;
}
.aside-detail .aside-detail-brand ul li a {
  color: #212529;
  font-size: 16px;
  font-weight: 700;
}
.aside-detail .aside-detail-brand h6, .aside-detail .aside-detail-brand p {
  margin: 0;
}
.aside-detail .aside-detail-price {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.aside-detail .aside-detail-price h2 {
  margin: 0;
  font-size: 28px;
}
.aside-detail .aside-detail-price i {
  font-size: 16px;
}
.aside-detail .aside-detail-price p {
  margin: 0;
}
.aside-detail .aside-km-year {
  display: flex;
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin: 15px 0;
}
.aside-detail .aside-km-year h4 {
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.aside-detail .aside-km-year h4:last-child {
  margin-left: auto;
}
.aside-detail .aside-km-year span {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  margin-right: 5px;
  filter: contrast(2);
}
.aside-detail .aside-km-year .icon-year {
  background-image: url("/assets/img/icons/icon-year.svg");
}
.aside-detail .aside-km-year .icon-km {
  background-image: url("/assets/img/icons/icon-km.svg");
}
.aside-detail .call-you {
  padding: 15px;
  background: #244e4d;
  margin: 30px 0;
  border-radius: 30px;
  color: #fff;
  border: 2px solid #244e4d;
  width: 100%;
}
.aside-detail .call-you:hover {
  color: #212529;
  border-color: #212529;
  background: #fff;
}
.aside-detail .call-you i {
  margin-right: 10px;
  font-size: 20px;
  vertical-align: middle;
}

.tooltip-inner {
  background-color: #fff;
  color: #212529;
  border: 1px solid #fff;
  font-size: 14px;
  padding: 10px;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.15);
  opacity: 1;
}
.tooltip-inner p {
  margin: 0;
}

.tooltip.show {
  opacity: 1 !important;
  transition: opacity 0.3s ease-in-out;
}

.tooltip[data-popper-placement^=right] .tooltip-arrow::before {
  border-right-color: red;
}

.breadcrumb {
  margin-top: 15px;
}
.breadcrumb li a {
  color: #212529;
}

.product-gallery .swiper-slider {
  position: relative;
  height: 376px;
}
.product-gallery .swiper-slider img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border: 1px solid #ddd;
}
.product-gallery .swiper-slider .swiper-buttons-standart .swiper-button {
  position: absolute;
  top: 60%;
  background: rgba(255, 255, 255, 0.5);
}
.product-gallery .swiper-slider .swiper-buttons-standart .swiper-button-next {
  right: 0;
  margin-top: -60px;
}
.product-gallery .swiper-slider .swiper-buttons-standart .swiper-button-prev {
  left: 0;
  margin-top: -60px;
}
.product-gallery .swiper-slider .swiper-buttons-standart .swiper-button-next::after, .product-gallery .swiper-slider .swiper-buttons-standart .swiper-button-prev::after {
  font-size: 24px;
  color: #212529;
}
.product-gallery .swiper-slider .swiper-pagination {
  background: rgba(255, 255, 255, 0.5);
  width: 48px !important;
  left: 50% !important;
  right: auto;
  border-radius: 3px;
}
.product-gallery .swiper-slider .swiper-pagination-bullet, .product-gallery .swiper-slider .swiper-pagination-bullet-active {
  background-color: transparent !important;
  color: #fff;
}
.product-gallery .thumb {
  margin-top: 10px;
}
.product-gallery .thumb .swiper-wrapper {
  height: 120px;
}
.product-gallery .thumb .swiper-wrapper img {
  height: 100%;
  object-fit: cover;
  border: 1px solid #ddd;
}
.product-gallery .thumb .swiper-slide img {
  opacity: 0.85;
}
.product-gallery .thumb .swiper-slide-thumb-active img {
  opacity: 1;
}

.product-detail-content {
  padding: 30px 0;
}
.product-detail-content .card {
  box-shadow: var(--ct-box-shadow);
}
.product-detail-content ul.tab-list {
  margin: 0;
  padding: 0;
}
.product-detail-content ul.tab-list li {
  display: flex;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.product-detail-content ul.tab-list li:after {
  display: inline-block;
  font-family: "bootstrap-icons";
  font-size: 22px;
  position: absolute;
  top: -2px;
  z-index: 9;
  font-weight: 400;
}
.product-detail-content ul.tab-list li span {
  margin-left: auto;
  font-weight: 700;
}
.product-detail-content ul.tab-list-check li {
  padding: 7px 0 7px 45px;
}
.product-detail-content ul.tab-list-check li:after {
  content: "\f272";
  color: var(--site-color);
  left: 0;
}
.product-detail-content ul.tab-list-check-color li {
  padding: 7px 45px 7px 0;
}
.product-detail-content ul.tab-list-check-color li:after {
  content: "\f26a";
  color: #25d366;
  right: 0;
}
.product-detail-content .tab-1 .card-body {
  text-align: center;
}
.product-detail-content .tab-1 p {
  margin-bottom: 0;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.5);
}
.product-detail-content .tab-2 {
  margin-top: 30px;
}
.product-detail-content .tab-3 {
  margin-top: 30px;
}
.product-detail-content .tab-4 {
  margin-top: 30px;
}
.product-detail-content .tab-4 ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 30px;
}
.product-detail-content .tab-5 {
  margin-top: 30px;
}
.product-detail-content .tab-5 ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 30px;
}

.shops {
  border: 1px solid #ddd;
  border-radius: 7px;
  padding: 30px;
}
.shops h3 i {
  color: #244e4d;
  margin-right: 5px;
}
.shops .btn-directions {
  padding: 5px 15px;
  margin: 30px 0;
  border-radius: 30px;
  color: #212529;
  border: 2px solid #212529;
  background: #fff;
  width: 100%;
}
.shops .btn-directions:hover {
  color: #fff;
  background: #244e4d;
  border-color: #244e4d;
}
.shops .btn-directions i {
  margin-right: 5px;
  font-size: 16px;
}

.favoriteandshare {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 7px;
  padding: 15px 30px;
  gap: 10px;
  margin-top: 15px;
}
.favoriteandshare .btn-fav {
  padding: 5px 15px;
  margin: 30px 0;
  border-radius: 30px;
  color: #212529;
  border: 2px solid #212529;
  background: #fff;
  width: 100%;
}
.favoriteandshare .btn-fav:hover {
  color: #fff;
  background: #244e4d;
  border-color: #244e4d;
}
.favoriteandshare .btn-fav i {
  margin-right: 5px;
  font-size: 16px;
}
.favoriteandshare .favorite {
  width: 100%;
}
.favoriteandshare .sharecopy {
  width: 50%;
}

.form-call-you .form-check-inline {
  padding-left: 0;
  width: 100%;
}
.form-call-you .form-check-inline input {
  margin-right: 10px;
}
.form-call-you .form-control {
  height: auto;
}

.favorite-warning-modal a {
  text-decoration: underline;
}

.sup-text {
  font-size: 12px;
  vertical-align: middle;
  font-weight: 400;
}

.product-quantity {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 7px;
  padding: 15px 30px;
  gap: 10px;
  margin-top: 15px;
}

.login-register {
  padding-top: 72px;
}
.login-register header {
  transform: none !important;
  top: 0 !important;
}

.login-page {
  overflow: hidden;
}

.card-form-login,
.card-form-register {
  max-width: 480px;
  margin: 30px auto !important;
}

.card-form-register-business, .card-form-login-business {
  z-index: 9;
  position: relative;
}

.card-form {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  margin: 30px 0;
  background: #fff;
  padding: 30px;
  border-radius: 7px;
}

.redd {
  position: relative;
  padding: 60px 0;
  color: #fff;
  min-height: 360px;
  display: flex;
  align-items: center;
}
.redd .redd-content {
  position: relative;
  z-index: 9;
}
.redd:after {
  content: "";
  position: absolute;
  left: -100%;
  width: 1000%;
  background: #244e4d;
  top: 0;
  height: 100%;
  z-index: 1;
}
.redd h2 {
  font-size: 36px;
  color: #fff;
}
.redd p {
  color: #fff;
}

.desc {
  padding: 30px 0;
}

.auth-footer {
  padding-top: 30px;
}
.auth-footer p {
  margin-bottom: 0;
}
.auth-footer a {
  color: #212529;
  text-underline-offset: 0.375em !important;
  text-decoration: underline;
}

.form-floating {
  margin-bottom: 10px;
  font-weight: 400;
}

.page-left {
  z-index: 9;
  bottom: 0;
  top: 0;
  position: relative;
  background: var(--ct-menu-bg);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  box-shadow: var(--ct-box-shadow);
  height: 100%;
  padding: 0 15px 0 0;
}
.page-left .aside-sticky .aside-sticky-wrapper {
  height: calc(100vh - 114px);
  display: flex;
  align-items: center;
}
.page-left .aside-sticky .aside-sticky-wrapper .aside-sticky-content {
  transform: translateY(-50%);
}

.nav-aside #asideFilter {
  height: 100%;
}

.page-left h1 {
  font-size: 42px;
  margin: auto;
}

.sticky-top {
  z-index: 3;
  top: 130px;
}

.masterlist {
  padding: 45px 0;
}

.masterlist .masterlistsub:nth-child(2n) {
  background: #fff;
}

.masterlist .masterlistsub:nth-child(2n+1) {
  background: #e3e3e3;
}

.masterlist .masterlistsub:nth-of-type(3) {
  background: #78c96a;
}

.contact-box {
  background: #fff;
  margin-bottom: 30px;
}

.call {
  height: 100%;
  background: #fff;
  padding: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  align-items: center;
  display: flex;
  text-align: center;
}

.call div h3 {
  font-size: 20px;
}

.call div a {
  font-size: 20px;
  color: var(--site-color);
  font-weight: 800;
  margin-top: 20px;
  padding-top: 15px;
  display: block;
}

.contact-right {
  padding: 30px 0;
  margin: 0;
  background: #fff;
}

.contact-right h2 {
  font-size: 28px;
}

.hr-box {
  padding: 30px;
  margin: 0;
  background: #fff;
  border: 1px solid #ddd;
}

.hr-box:first-child {
  margin-bottom: 30px;
  border-top: none;
}

.hr-box:last-child {
  border-bottom: none;
}

.contact-maps {
  margin: 30px 0;
}

.contact-address .box {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
}

.box {
  position: relative;
}

.master-page .box .box-right {
  position: static;
}

.box .box-right {
  width: 180px;
  position: absolute;
  left: 0;
  bottom: 30px;
}

.contact-address .box i {
  margin-right: 15px;
  float: left;
  font-size: 24px;
}

.contact-address .box {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
}

.contact-address .box .box-right p {
  margin: 0;
}

.contact-address .box h1 {
  font-size: 24px;
}

.list.list-contact li {
  font-weight: 400;
  display: inline-block;
  width: 32.5%;
  margin-right: 1%;
  box-shadow: none;
}

.list.list-contact li span {
  font-weight: 700;
}

.list.list-contact li:nth-child(3n+3) {
  margin-right: 0;
}

.bread {
  margin: 15px 0;
}
.bread .breadcrumb {
  margin-bottom: 0;
}

.who-nav-tab-wrapper {
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  margin: 30px 0;
}
.who-nav-tab-wrapper .who-tabs {
  width: auto;
  /*margin: auto;*/
  border: 1px solid #212529;
  border-radius: 7px;
}
.who-nav-tab-wrapper .who-tabs li {
  background: #fff;
  padding: 10px;
}
.who-nav-tab-wrapper .who-tabs .nav-link {
  padding: 5px 30px;
  font-weight: 700;
  border-radius: 10px;
  border: none;
  color: #212529;
  font-size: 16px;
}
.who-nav-tab-wrapper .who-tabs .nav-link.active {
  border: none;
  color: #212529;
  background: #f2f3f4;
}
.who-nav-tab-wrapper .who-tabs .nav-item:first-child {
  border-radius: 10px 0 0 10px;
}
.who-nav-tab-wrapper .who-tabs .nav-item:last-child {
  border-radius: 0 10px 10px 0;
}

.assistance-faq {
  padding: 0 0 15px 0 !important;
}
.assistance-faq .faq-title h3 {
  font-size: 16px;
  margin: 0;
}
.assistance-faq .list-group-item {
  padding: 20px !important;
}

#whoTabContent .tab-pane ul {
  margin: 45px 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
#whoTabContent .tab-pane ul li {
  font-size: 14px;
  border-top: 1px solid #ddd;
  padding: 20px 0 20px 45px;
  position: relative;
}
#whoTabContent .tab-pane ul li:after {
  content: "";
  position: absolute;
  top: calc(50% - 24px);
  left: 0;
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-block;
  font-family: "bootstrap-icons";
  font-size: 24px;
  content: "\f272";
}

.banner {
  margin-bottom: 20px;
}

.blog-box {
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 15px;
  position: relative;
}
.blog-box p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-box .blog-box-img {
  height: 220px;
  border-radius: 5px;
  overflow: hidden;
}
.blog-box .blog-box-img img {
  border-radius: 5px;
}
.blog-box .blog-box-content .blog-box-category {
  display: flex;
  gap: 5px;
  margin: 10px 0;
}
.blog-box .blog-box-content .blog-box-category img {
  max-height: 24px;
}
.blog-box .blog-box-content h4 {
  margin-top: 10px;
  font-weight: 800;
}
.blog-box .blog-box-content h4, .blog-box .blog-box-content a {
  color: #212529;
}
.blog-box .blog-box-content .box-tag {
  display: flex;
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
  gap: 5px;
}
.blog-box .blog-box-content .box-tag li {
  padding: 0 7px;
  background: #244e4d;
  color: #fff;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
.blog-box .blog-box-content .box-tag li span {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  margin-right: 5px;
  filter: contrast(2);
}

h1.title {
  margin: 15px 0;
  font-size: 32px;
}

.aside-sticky-blog .aside-sticky-wrapper {
  height: auto !important;
  align-items: start !important;
}

.popular .blog-list {
  gap: 20px;
}
.popular .blog-list-img {
  width: 30%;
  border-radius: 7px;
  overflow: hidden;
}
.popular .blog-list-img img {
  border-radius: 7px;
}
.popular .blog-list-content {
  width: 70%;
}
.popular .blog-list-content h3 {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.popular .blog-list-content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dp-pager {
  margin: 30px 0;
  display: block;
}
.dp-pager .btn {
  line-height: 2;
  border-radius: 3px;
}
.dp-pager .btn.btn-sm.btn-active {
  background: #e30613;
  color: #fff;
}

.blog-detail .blog-detail-caption img {
  max-height: 480px;
  width: 100%;
  object-fit: cover;
  margin-top: 20px;
}
.blog-detail .blog-detail-page-content {
  margin-top: 15px;
}
.blog-detail .blog-detail-page-content h1 {
  font-size: 36px;
}
.blog-detail blog-detail-short {
  font-size: 18px;
  margin-bottom: 30px;
  border-left: 5px solid #ddd;
  padding-left: 30px;
  line-height: 1.3;
}

.tags-blog {
  margin: 30px 0;
}
.tags-blog ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 5px;
}
.tags-blog ul li {
  padding: 0 7px;
  background: #244e4d;
  color: #fff;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
.tags-blog ul li a {
  color: #fff;
}

.share {
  margin: 0;
  padding: 15px 0 45px;
  list-style: none;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.share li {
  display: inline-block;
  margin-right: 7px;
}
.share li a {
  padding: 0 10px;
  vertical-align: middle;
  display: inline-block;
  border: 2px solid #212529;
  border-radius: 3px;
}
.share li a i {
  font-size: 18px;
}
.share li a.facebook {
  color: #3b5998;
}
.share li a.twitter {
  color: #111;
}
.share li a.linkedin {
  color: #007bb6;
}

@media (max-width: 576px) {
  .home-cars .swiper-slide,
  .campaigns .swiper-slide {
    width: 80vw !important;
  }
}
@media (max-width: 1200px) {
  .container-fluid,
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .swiper-container {
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
  }
  .swiper-slide {
    -webkit-transform: translate3d(0, 0, 0);
  }
  body {
    padding-top: 98px;
  }
  body.login-register {
    padding-top: 58px;
  }
  .navbar-toggler {
    transform: none;
    visibility: visible !important;
    margin-right: 0;
  }
  .navbar-toggler:hover, .navbar-toggler:focus {
    cursor: pointer;
    color: #fff;
    border: none !important;
    box-shadow: none !important;
  }
  #menu-trigger {
    padding: 10px 7px;
    background: #fff;
    margin: 0 0 0 5px;
    height: 42px;
    width: 50px;
    border-radius: 7px;
    border: 2px solid #212529;
  }
  #menu-trigger div {
    position: relative;
    display: block;
    height: 3px;
    margin-bottom: 5px;
    width: 31px;
    background: var(--site-color);
    transition: all 0.5s ease;
    text-align: right;
  }
  #menu-trigger div:first-child:hover {
    width: 30px;
  }
  #menu-trigger div:nth-child(2) {
    width: 23px;
    margin-left: auto;
  }
  #menu-trigger div:nth-child(3) {
    width: 15px;
    margin-left: auto;
    margin-bottom: 0;
  }
  #menu-trigger.clicked div {
    width: 32px !important;
    height: 2px;
    transform: scale(0.8);
  }
  #menu-trigger.clicked div:nth-child(even) {
    opacity: 0;
  }
  #menu-trigger.clicked div:nth-child(1) {
    transform: rotate(45deg) scale(0.8);
    top: 8px;
  }
  #menu-trigger.clicked div:nth-child(3) {
    transform: rotate(-45deg) scale(0.8);
    top: -6px;
  }
  #menu-trigger.clicked:hover {
    transform: scale(1);
  }
  #menu-trigger.clicked:hover div {
    width: 32px !important;
  }
  header {
    background: #fff;
  }
  header .bg-white {
    border-bottom: none !important;
  }
  header .nav-elements a.dropdown-toggle {
    width: 62px;
    padding: 2px 15px !important;
    margin-top: 1px !important;
    margin-bottom: 0;
  }
  header .nav-elements a.dropdown-toggle i {
    margin-right: 7px;
  }
  header .nav-elements .account-user-avatar {
    padding: 6px 10px;
    margin: 0 0 0 -5px;
    background: none;
    color: #212529;
  }
  header .nav-elements .dropdown-toggle-login::after {
    right: 4px;
    top: 7px;
  }
  header .nav-elements .dropdown-item {
    line-height: 1.5;
    font-size: 14px;
  }
  header .nav-elements .dropdown-item i {
    font-size: 20px;
    margin-right: 15px;
  }
  header .dropdown-menu {
    min-width: 184px;
  }
  header .dropdown-menu::after {
    width: 58px;
  }
  header .search-header {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
  }
  header .search-header .form-control {
    border-radius: 0;
    border-width: 2px 0;
    padding-left: 20px;
  }
  .scroll header {
    box-shadow: 0 0.375rem 0.375rem rgba(0, 0, 0, 0.122);
  }
  .scroll header .search-header {
    transform: translateY(-200px);
  }
  .search .nav-tab-search .nav-link {
    padding: 10px 15px;
  }
  .search .search-wrapper {
    padding: 15px;
    margin-bottom: 5px;
  }
  .search .search-wrapper .btn {
    font-size: 13px;
    padding: 19px 5px;
  }
  .search .dropdown-range {
    position: static;
  }
  .search .dropdown-range .dropdown-menu {
    min-width: 0;
    width: calc(100% - 30px);
  }
  .slider {
    height: 434px;
  }
  .slider .slide-img {
    opacity: 0.9;
  }
  .slider .swiper-pagination {
    display: none;
  }
  .slider .slider-text {
    bottom: 90px;
  }
  .slider .slider-text .slider-text-content h2 {
    font-size: 28px;
  }
  .slider .slider-text .slider-text-content p {
    font-size: 16px;
  }
  .swiper-buttons-standart .swiper-button-prev {
    left: 10px;
    top: 170px;
    margin-top: -45px;
  }
  .swiper-buttons-standart .swiper-button-next {
    right: 45px;
    top: 170px;
    margin-top: -45px;
  }
  .swiper-buttons-standart .swiper-button-next::after,
  .swiper-buttons-standart .swiper-button-prev::after {
    font-size: 20px;
    color: #fff;
  }
  .home-brands {
    padding: 30px 0;
  }
  .home-brands .home-brands-list li {
    width: calc(33% - 8px) !important;
  }
  .home-brands .home-brands-list li a .home-brands-list-img {
    margin: auto !important;
  }
  .home-brands .home-brands-list li a .home-brands-list-img img {
    margin: 0;
  }
  .home-brands .home-brands-list li a div {
    margin: auto;
  }
  .home-brands .home-brands-list li .home-brands-list-caption {
    display: none;
  }
  .home-boxes .home-boxes-wrapper .black {
    margin-top: 15px;
  }
  .home-cars .home-cars-tabs-wrapper .home-cars-tabs {
    margin: 0 auto 30px !important;
    width: 400px !important;
  }
  .home-cars .home-cars-tabs-wrapper .home-cars-tabs .nav-link {
    padding: 10px !important;
    font-size: 13px !important;
  }
  .home-cars .home-cars-tabs-wrapper .home-cars-tabs li {
    width: 33.3%;
    line-height: 1.2;
  }
  .home-cars .tab-content {
    padding-bottom: 15px !important;
  }
  .home-cars .swiper-car-box:hover {
    box-shadow: none !important;
  }
  .home-faq {
    padding: 60px 0 30px !important;
  }
  footer .footer-middle .footer-menu {
    display: block;
    padding: 30px 0;
  }
  footer .footer-middle .footer-menu .footer-list {
    width: 100% !important;
  }
  footer .footer-middle .footer-menu .footer-list ul {
    padding-bottom: 30px;
  }
  footer .footer-middle .footer-menu .footer-list ul li a {
    text-decoration: none;
    font-weight: 300;
  }
  footer .footer-middle .address {
    text-align: left;
    margin: 30px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 30px;
  }
  footer .footer-middle .accordion-footer {
    display: block;
  }
  footer .footer-middle .accordion-footer .collapse:not(.show) {
    display: none;
  }
  footer .footer-middle .social-footer {
    padding: 20px 0;
    text-align: left;
  }
  footer .copyright {
    padding: 35px 0 15px;
  }
  footer .accordion-item a.btn-title {
    display: block;
    text-align: left;
    padding: 10px 0;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    position: relative;
  }
  footer .accordion-item a.btn-title:hover, footer .accordion-item a.btn-title:focus {
    color: #fff;
  }
  footer .accordion-item a.btn-title:after {
    transition: transform 0.2s;
    border: none;
    display: inline-block;
    content: "\f2ea";
    vertical-align: middle;
    font-family: "bootstrap-icons";
    font-size: 20px;
    position: absolute;
    right: 0px;
  }
  footer .accordion-item a.btn-title.collapsed:after {
    content: "\f4fe";
  }
  footer .newclick {
    border-top: 1px solid #ddd;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  footer .newclick p {
    margin: 0 !important;
  }
  .nav-wrapper .nav-content .nav a.nav-link {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    border-left: none;
    box-shadow: none !important;
  }
  .nav-wrapper .nav-content .nav a.nav-link.show::before {
    width: 100%;
    left: 0;
  }
  .nav-wrapper .nav-content .nav .dropdown-menu {
    position: relative !important;
    height: auto !important;
    transform: none !important;
    box-shadow: none !important;
    z-index: 99;
    background: var(--site-color-three);
    border-radius: 0;
    margin-top: 0 !important;
    margin-left: 0 !important;
  }
  .nav-wrapper .nav-content .nav .dropdown-menu::after {
    border-bottom-color: var(--site-color-three);
    margin-bottom: 5px;
  }
  .nav-wrapper #navbarMenu,
  .nav-wrapper .nav-item {
    height: auto !important;
  }
  .nav-wrapper .dropdown-toggle::after {
    right: 30px;
  }
  .navbar-collapse {
    z-index: 99999 !important;
    min-height: 0;
    float: none;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    left: 0;
    top: 0 !important;
    bottom: 0;
    width: 85vw;
    max-width: 480px;
    transition: transform 0.3s;
    transform: translate3d(-100%, 0, 0);
    min-height: 100vh !important;
    -webkit-box-shadow: -1px 4px 6px 0 rgba(138, 138, 138, 0.5);
    box-shadow: -1px 4px 6px 0 rgba(138, 138, 138, 0.5);
    background: #fff;
    position: fixed;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    z-index: 99;
  }
  .navbar-collapse.show {
    transform: translate3d(0, 0, 0) !important;
  }
  #asideFilter {
    transition: none;
  }
  .aside-result {
    background: #fff;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    font-weight: 700;
  }
  .aside-result span.total-filtered {
    border: 2px solid #244e4d;
    padding: 2px 5px;
    border-radius: 3px;
  }
  .aside-result #show-result-btn {
    cursor: pointer;
  }
  .menu-tint, .menu-tint-aside {
    position: fixed;
    width: 100%;
    height: calc(100% + 200px);
    bottom: -100px;
    top: 0;
    opacity: 0;
    z-index: 97;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: opacity 0.7s;
    transition: opacity 0.7s;
    visibility: hidden;
  }
  .menu-tint.open, .menu-tint-aside.open {
    opacity: 1;
    visibility: visible;
  }
  .mobile-logo {
    display: block;
    padding: 23px 20px;
    border-bottom: 3px solid #212529;
  }
  .mobile-logo img {
    max-height: 20px;
  }
  .mobile-menu {
    background: #f2f3f4;
    padding: 20px;
  }
  .mobile-menu a {
    display: block;
    padding: 7px 0;
    font-weight: 700;
    font-size: 14px;
  }
  .menu-boxes .menu-box {
    padding: 0;
    margin: 20px;
    border-radius: 7px;
    position: relative;
  }
  .menu-boxes .menu-box a {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    padding: 15px 20px;
  }
  .menu-boxes .menu-box a i {
    margin-left: auto;
  }
  .menu-boxes .menu-box.red {
    background: #244e4d;
    margin-top: 0;
  }
  .menu-boxes .menu-box.black {
    background: #212529;
  }
  .call-center-menu {
    text-align: center;
    border-top: 1px solid #ddd;
    padding: 30px 0;
  }
  .call-center-menu img {
    width: 42px;
  }
  .call-center-menu h2 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 0;
  }
  .call-center-menu h2 a {
    display: block;
    color: #e30613;
  }
  .form-select-order {
    margin-right: 7px;
    width: 160px !important;
  }
  .title {
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .title .selected-filters {
    display: block;
    margin-left: 0 !important;
  }
  /*GENEL AYARLAR*/
  .content-page {
    margin-left: 0;
    width: 100%;
    padding-top: 0;
  }
  .page-left {
    width: 100%;
    padding: 0;
    box-shadow: none;
  }
  .nav-aside .aside {
    box-shadow: none;
    width: 100%;
    padding: 30px;
    transition: none;
    -webkit-transition: none;
  }
  /*Giriş/Kayıt*/
  .login-page {
    background: #fff !important;
  }
  .card-form-login-business, .card-form-register-business {
    padding: 0;
    box-shadow: none;
    max-width: 480px;
    margin: 0 auto 30px auto !important;
    box-shadow: none;
    border-top: 1px solid #ddd;
    padding-top: 30px;
    border-radius: 0;
  }
  .card-form-login,
  .card-form-register {
    box-shadow: none;
    border-radius: 0;
    padding: 30px 0 0;
    border-top: 1px solid #ddd;
    margin-top: 3px !important;
  }
  .page-left .aside-sticky .aside-sticky-wrapper {
    height: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 30px 0;
  }
  .page-left .aside-sticky .aside-sticky-wrapper p {
    margin-bottom: 0;
  }
  .page-left .aside-sticky .aside-sticky-wrapper .aside-sticky-content {
    transform: none;
  }
  .assistance-faq {
    padding-top: 0 !important;
  }
  .who-nav-tab-wrapper .who-tabs .nav-link {
    padding: 5px 15px;
  }
  #map {
    width: 100% !important;
    margin-bottom: 0 !important;
    overflow: hidden;
  }
  .page-right-member-business {
    border-top: 1px solid #ddd;
    overflow: hidden;
  }
  .page-right-member-business h1 {
    font-size: 32px;
  }
  .select-location {
    padding: 15px 15px 0;
  }
  #MainContent_ddl_city {
    margin-bottom: 10px;
  }
  .wrapper {
    display: block;
  }
  .wrapper .aside-dashboard {
    left: 0;
    height: auto;
    width: 100%;
    padding-right: 0;
    box-shadow: none;
  }
  .wrapper .aside-dashboard .aside-sticky {
    position: relative;
    z-index: 10;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
  }
  .wrapper .aside-dashboard .aside-sticky .side-nav {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
  }
  .wrapper .aside-dashboard .aside-sticky .side-nav .nav-title {
    display: none;
  }
  .wrapper .aside-dashboard .aside-sticky .side-nav .side-nav-item {
    margin-bottom: 0;
    margin-right: 15px;
  }
  .wrapper .aside-dashboard .aside-sticky .side-nav .side-nav-item .side-nav-link {
    padding: 0;
    border-radius: 0;
    border-width: 0 0 1px;
  }
  .wrapper .aside-dashboard .aside-sticky .side-nav .side-nav-item .side-nav-link i {
    font-size: 22px;
    margin-right: 5px;
    line-height: 1;
  }
  .popular .blog-list {
    margin-bottom: 30px;
  }
  .popular .blog-list-content h3 {
    font-size: 16px;
  }
  .favoriteandshare {
    padding: 15px 5px;
    gap: 5px;
  }
  .favoriteandshare .favorite {
    width: 60%;
  }
  .favoriteandshare .sharecopy {
    width: 40%;
  }
  /*ARAÇ DEĞERLE*/
  .aside-sticky-value {
    padding-bottom: 0 !important;
  }
  #stepTabsContent {
    grid-template-columns: 100%;
  }
  #pills-tab.nav-value-tab {
    display: flex;
    flex-wrap: inherit;
    gap: 5px;
  }
  #pills-tab.nav-value-tab .bread, #pills-tab.nav-value-tab #selection-summary, #pills-tab.nav-value-tab .km-tramer {
    display: none !important;
  }
  #pills-tab.nav-value-tab li {
    display: inline-block;
    width: 33%;
  }
  #pills-tab.nav-value-tab li button {
    padding: 0 5px 0 0;
    font-size: 11px;
    display: flex;
    letter-spacing: -0.03rem;
  }
  #pills-tab.nav-value-tab li button span {
    border-radius: 0;
    height: 48px;
    width: 24px;
  }
  .car-item.col-lg-12 .car-box .car-box-content .car-box-price {
    position: static;
    transform: none;
  }
  .car-item.col-lg-12 .car-box .car-box-content .car-box-category {
    font-size: 13px;
  }
  .car-item.col-lg-12 .car-box .car-box-content .car-box-category img {
    max-height: 20px;
  }
  .car-item.col-lg-12 .car-box .car-box-content h4, .car-box .car-box-content a {
    font-size: 14px;
  }
  .car-item.col-lg-12 .car-box .car-box-content .car-box-spec {
    gap: 7px;
  }
  .car-item.col-lg-12 .car-box .car-box-img {
    width: 130px !important;
  }
  .product-gallery .swiper-slider {
    height: 250px;
  }
  .product-gallery .thumb .swiper-wrapper {
    height: 80px;
  }
}
@media (max-width: 1680px) {
  .favoriteandshare .btn-fav {
    padding: 5px 10px;
    font-size: 12px;
  }
}
@media (max-width: 1680px) {
  .grid-list-buttons .btn {
    padding: 5px 8px;
  }
  .content-page .content .title .selected-filters {
    display: block;
    margin-left: 0;
  }
  .form-control.form-select-order, .grid-list-buttons {
    height: 45px;
  }
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.form-control {
  padding: 0.575rem 0.75rem;
}
.form-control:hover, .form-control:focus {
  box-shadow: none;
  border-color: #244e4d;
}

/*Anasayfa Kutular*/
.home-boxes {
  background: #e3e3e3;
  padding-top: 45px;
}
.home-boxes .home-boxes-wrapper {
  padding: 30px 0;
}
.home-boxes .home-boxes-wrapper .home-boxes-box {
  border-radius: 7px;
  padding: 30px;
  color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  height: 100%;
  text-align: end;
}
.home-boxes .home-boxes-wrapper .home-boxes-box h3, .home-boxes .home-boxes-wrapper .home-boxes-box p {
  color: #fff;
}
.home-boxes .home-boxes-wrapper .white-box {
  border-radius: 7px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 30px;
  height: 100%;
}
.home-boxes .home-boxes-wrapper .white-box .white-box-content {
  display: flex;
}
.home-boxes .home-boxes-wrapper .white-box .white-box-content img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}
.home-boxes .home-boxes-wrapper .white-box .white-box-content h2 {
  font-size: 32px;
}
.home-boxes .home-boxes-wrapper .white-box .white-box-content p {
  font-size: 14px;
}
.home-boxes .home-boxes-wrapper .white-box .white-box-content .btn {
  border: 1px solid;
  border-radius: 3px;
  padding: 10px 30px;
  margin-top: 10px;
}

/* Anasayfa Kategoriler */
.home-categories {
  padding: 0 0 30px;
  background: #e3e3e3;
}
.home-categories .home-categories-list .home-categories-list-item {
  overflow: hidden;
  display: flex;
  margin-bottom: 24px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 7px;
}
.home-categories .home-categories-list .home-categories-list-item:last-child {
  margin-bottom: 0;
}
.home-categories .categories-card:first-child {
  opacity: 1 !important;
}
.home-categories .categories-card:last-child {
  margin-bottom: 0;
}
.home-categories .item-image {
  width: 30%;
  height: 200px;
  overflow: hidden;
  position: relative;
  border-radius: 7px;
}
.home-categories .item-image img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.home-categories .item-image img:hover {
  transform: translateY(-50%) scale(1.1);
}
.home-categories .item-txt {
  transition-duration: 0.35s;
  transition-timing-function: ease;
  width: 60%;
  padding-left: 20px;
}
.home-categories .item-txt h2 {
  display: inline-block;
  font-size: 18px;
}
.home-categories .item-txt p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-categories .btn-standart {
  text-decoration: underline;
}
.home-categories .sticky-top.sticky-top-features {
  z-index: 3;
  top: 24px;
  transition: all 0.5s;
}
.home-categories .sticky-top-wrapper {
  padding: 45px;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 7px;
}
.home-categories .sticky-top-wrapper h2 {
  font-size: 18px;
}

.categories h2 {
  font-size: 20px;
}

/*Ana Sayfa Araçlar*/
.home-cars {
  padding: 30px 0;
}
.home-cars .title {
  text-align: center;
  margin-bottom: 30px;
}
.home-cars .home-cars-tabs-wrapper {
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
}
.home-cars .home-cars-tabs-wrapper .home-cars-tabs {
  width: auto;
  margin: 0 auto 30px;
  border: none;
}
.home-cars .home-cars-tabs-wrapper .home-cars-tabs li {
  background: #e3e3e3;
  padding: 10px;
}
.home-cars .home-cars-tabs-wrapper .home-cars-tabs .nav-link {
  padding: 10px 45px;
  font-weight: 700;
  border-radius: 7px;
  border: none;
  color: #212529;
  font-size: 14px;
}
.home-cars .home-cars-tabs-wrapper .home-cars-tabs .nav-link.active {
  border: none;
}
.home-cars .home-cars-tabs-wrapper .home-cars-tabs .nav-item:first-child {
  border-radius: 7px 0 0 7px;
}
.home-cars .home-cars-tabs-wrapper .home-cars-tabs .nav-item:last-child {
  border-radius: 0 7px 7px 0;
}
.home-cars .tab-content {
  position: relative;
  padding-bottom: 60px;
}
.home-cars .swiper-pagination {
  bottom: 30px !important;
}

.swiper-car-box {
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 7px;
  overflow: hidden;
  margin: 0 0 55px;
  transition: all 0.5s;
}
.swiper-car-box:hover {
  box-shadow: 0 30px 25px -4px rgba(0, 0, 0, 0.3);
}
.swiper-car-box .swiper-car-content {
  padding: 15px;
  min-height: 120px;
}
.swiper-car-box .swiper-car-content p.icon-yearkm {
  display: flex;
}
.swiper-car-box .swiper-car-content p.icon-yearkm span {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  margin-right: 5px;
  filter: contrast(2);
}
.swiper-car-box .swiper-car-content p.icon-yearkm .icon-year {
  background-image: url("/assets/img/icons/icon-year.svg");
}
.swiper-car-box .swiper-car-content p.icon-yearkm .icon-km {
  background-image: url("/assets/img/icons/icon-km.svg");
  margin-left: 10px;
}
.swiper-car-box .swiper-car-content img.top-category-img {
  max-width: 48px;
  margin-right: 5px;
}
.swiper-car-box .swiper-car-content h4 {
  font-weight: 800;
  font-size: 20px;
}
.swiper-car-box .swiper-car-content h4 span {
  color: #a8a8a8;
  font-size: 13px;
  display: block;
  text-decoration: line-through;
  font-weight: 400;
}
.swiper-car-box .swiper-car-content h3 {
  font-weight: 800;
  font-size: 18px;
}
.swiper-car-box .swiper-car-img {
  overflow: hidden;
  height: 240px;
}
.swiper-car-box .swiper-car-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.swiper-car-box .swiper-spec-list {
  margin: 0 0 15px;
  padding: 0;
  display: flex;
  gap: 24px;
  list-style: none;
}
.swiper-car-box .swiper-spec-list li {
  position: relative;
}
.swiper-car-box .swiper-spec-list li:after {
  content: "|";
  position: absolute;
  right: -12px;
  top: 0;
}
.swiper-car-box .swiper-spec-list li:last-child:after {
  content: none;
}

/*Ana Sayfa Blog - Kampanyalar*/
.campaigns {
  padding: 45px 0 0;
  border-top: 1px solid #ddd;
}
.campaigns .work {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}
.campaigns .work img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
}
.campaigns .work .work-image {
  height: 220px;
  display: block;
  overflow: hidden;
  border-radius: 7px;
}
.campaigns .work .work-caption {
  min-height: 200px;
  padding: 15px 0;
  overflow: hidden;
}
.campaigns .work .work-caption p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.campaigns .work .work-caption h2 {
  font-size: 18px;
  color: #212529;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.campaigns .work .work-content {
  height: 100%;
  /*&:hover {
      transform-style: preserve-3d;

      img {
          transform: scale(1.15);
      }
  }*/
}
.campaigns .swiper-container {
  position: relative;
}
.campaigns .swiper-wrapper {
  margin-bottom: 45px;
}

/*Ana Sayfa Markalar*/
.home-brands {
  background: #e3e3e3;
  padding: 45px 0;
}
.home-brands .home-brands-list {
  margin-bottom: 0;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  gap: 10px;
}
.home-brands .home-brands-list li {
  width: calc(20% - 8px);
}
.home-brands .home-brands-list li a {
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 7px;
  padding: 10px;
  background: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.home-brands .home-brands-list li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: #f2f3f4;
  z-index: -1;
  transform: translateX(100%);
  transition: 0.5s all;
  border-radius: 7px;
}
.home-brands .home-brands-list li a:hover:after {
  transform: translateX(0);
}
.home-brands .home-brands-list li a:focus {
  background-color: #fff;
}
.home-brands .home-brands-list li a div {
  display: flex;
  align-items: center;
}
.home-brands .home-brands-list li a h5 {
  margin: 0;
  transition: all 0.5s;
  font-size: 16px;
}
.home-brands .home-brands-list li a .home-brands-list-img {
  margin-right: 10px;
}
.home-brands .home-brands-list li a .home-brands-list-img img {
  max-width: 60px;
}
.home-brands .home-brands-list li a:hover h5 {
  transform: translateX(15px);
}

/*Ana Sayda SSS*/
.home-faq {
  padding: 60px 0;
}
.home-faq h4 {
  margin: 0;
  transition: all 0.5s;
}
.home-faq .list-group {
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 7px;
  margin-bottom: 5px;
  overflow: hidden;
}
.home-faq .list-group-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
  border-radius: 7px;
  border: none;
}
.home-faq .list-group-item .arrow {
  width: 60px;
  height: 30px;
  overflow: hidden;
  position: relative;
  float: right;
  margin-top: -10px;
}
.home-faq .list-group-item .arrow i {
  display: block;
  font-size: 32px;
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  right: 0;
  top: 0;
}
.home-faq .list-group-item .arrow i.f {
  transform: translateY(0) translateX(-50%);
}
.home-faq .list-group-item .arrow i.l {
  transform: translateY(-120%) translateX(-50%);
}
.home-faq .list-group-item:hover h4 {
  transform: translateX(30px);
}
.home-faq .list-group-item:hover i.f {
  transform: translateY(120%) translateX(-50%);
}
.home-faq .list-group-item:hover i.l {
  transform: translateY(0) translateX(-50%);
}
.home-faq .list-group-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: #f2f3f4;
  z-index: -1;
  transform: translateY(100%);
  transition: 0.5s all;
}
.home-faq .list-group-item:hover:after {
  transform: translateY(0);
}
.home-faq .list-group-item:focus {
  background-color: #fff;
}
.home-faq .card-body {
  padding: 30px;
  font-size: 16px;
  border: none;
}
.home-faq .card-body .card-body ul {
  margin: 0;
  padding: 0;
  border: none;
}
.home-faq .card-body .card-body ul li {
  font-size: 16px;
  padding: 10px 0;
}

.why .why-boxes {
  border: 1px solid #212529;
  border-radius: 7px;
  padding: 30px;
}
.why .item {
  display: flex;
  margin: 15px 0;
}
.why .item img {
  max-height: 48px;
  margin-right: 15px;
}

/*Newsletter*/
.newsletter {
  margin: 30px 0;
}
.newsletter .newsletter-wrapper {
  border-radius: 7px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 30px;
}
.newsletter h2 {
  font-size: 18px;
  margin: 0;
}
.newsletter p {
  letter-spacing: 1px;
}
.newsletter .input-box {
  position: relative;
  margin-top: 7px;
}
.newsletter .newsletter-form {
  margin-bottom: 30px;
}
.newsletter .newsletter-form input {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  border-width: 0 0 1px;
  background-color: #fff;
  height: 58px;
  width: 100%;
  font-size: 14px;
  color: #212529;
  padding-left: 0;
}
.newsletter .newsletter-form input:focus-visible, .newsletter .newsletter-form input:focus {
  box-shadow: none;
  outline: none;
  border-width: 0 0 1px;
}
.newsletter .submit {
  right: 0;
  top: 0;
  height: 100%;
  text-align: center;
  color: #212529;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.87px;
  padding: 0;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  cursor: pointer;
}
.newsletter .submithover {
  text-decoration: none;
  background: #244e4d;
  color: #fff !important;
}
.newsletter button span {
  margin: auto;
}

.newsletter-form input::-webkit-input-placeholder, .newsletter-form input::-moz-placeholder, .newsletter-form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.modal-footer .btn-secondary {
  padding: 5px 15px;
  border-radius: 7px;
}
.modal-footer .btn-secondary:hover {
  background-color: #212529;
}
