:root {
  --dark: #4d5560;
  --bg: #fafafa;
  --white: #fff;
  --card-bg: #f0eeee;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html, body {
  font-family: Geologica, sans-serif;
  background: var(--bg);
}
ul {
  padding-left: 0;
}
ul,
li {
  list-style: none;
  margin-bottom: 0;
}
a {
  text-decoration: none;
}
section {
  padding: 32px 0;
}
.title-block {
  padding-bottom: 32px;
}
.title {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.subtitle {
  color: #787e86;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.breadcrumb-item a {
  color: #787e86;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form-select {
  border-radius: 16px;
  padding: 16px;
  color: var(--dark);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form-select:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.pagination {
  justify-content: center;
}
.page-link {
  border-radius: 8px !important;
  margin: 0 8px;
  background: var(--card-bg);
  color: var(--dark);
}
.active > .page-link, .page-link.active {
  background: #1976d2;
}
.header {
  height: 80px;
  display: flex;
  align-items: center;
  background: var(--white);
  /*margin-bottom: 32px;*/
}
.header-menu {
  justify-content: center;
  min-width: 800px;
  /*border: 1px solid;*/
}
.header-menu li:not(:last-child) {
  margin-right: 32px;
}
.header-menu li a {
  color: var(--dark);
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.header-icons > li:not(:last-child) {
  margin-right: 28px;
}
.dropdown-toggle::after {
  vertical-align: middle;
  color: var(--dark);
}
.dropdown-item {
  margin-bottom: 5px;
}
.banner-bg {
  width: 100%;
  height: 320px;
  border-radius: 24px;
  overflow: hidden;
}
.banner-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding-left: 120px;
  padding-right: 240px;
}
.banner-text {
  text-align: justify;
}
.banner-img {
  width: 325px;
  height: 325px;
  position: relative;
}
.banner-img::after {
  content: "";
  position: absolute;
  left: -100px;
  top: -38%;
  width: 625px;
  height: 625px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  transform: rotate(32deg);
  opacity: 0.5;
}
.banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  position: relative;
}
.banner-text {
  color: var(--white);
}
.banner-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
}
.banner-subtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 20px;
}
.banner-price {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #d2d2d2;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  width: 40px;
  transition: width .5s;
  border-radius: 5px;
  background: var(--white);
}
.car-item {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: space-between;
  border-radius: 24px;
  background: var(--card-bg);
}
.car-img {
  width: 250px;
  height: 200px;
}
.car-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.car-text {
  padding: 32px;
}
.car-title {
  color: var(--dark);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
}
.car-chevrolet {
  color: #787e86;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.categories .btn-group {
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
  padding-bottom: 32px;
}
.categories .btn-group label {
  padding: 12px 20px;
  border-radius: 32px;
  background: #f1f1f1;
  border-color: #f1f1f1;
  color: var(--dark);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.categories .btn-check:checked + .btn,
.categories .btn.active,
.categories .btn.show,
.categories .btn:first-child:active,
.categories :not(.btn-check) + .btn:active {
  background: #296cd1;
}
.categories .nav-pills .nav-link {
  color: var(--dark);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.categories .nav-pills .nav-link.active,
.categories .nav-pills .show > .nav-link {
  border-radius: 8px;
  background: var(--card-bg);
  color: #1976d2;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.categories-answer {
  margin-top: 32px;
  padding: 32px;
  background: var(--white);
  border: 1px solid #1976d2;
  border-radius: 24px;
}
.categories-answer strong {
  color: var(--dark);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.categories-answer__btns {
  width: 100%;
  /*height: 100%;*/
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.categories-answer__btns a {
  width: 100%;
  height: 52px;
  border-radius: 12px;
  border: 1px solid #1976d2;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 16px 32px;
  text-align: center;
  background: #1976d2;
  color: var(--white);
}
.cat-item:hover {
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 6px 32px 0 rgba(0, 0, 0, 0.08);
}
.cat-item:hover .cat-item__bg {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cat-item__bg {
  width: 100%;
  height: 286px;
  background: #f0eeee;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cat-img {
  width: 250px;
  height: 250px;
}
.cat-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cat-info {
  padding: 16px;
}
.cat-title {
  color: var(--dark);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cat-price {
  color: var(--dark);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.cat-cart {
  border-radius: 12px;
  border: 1px solid #1976d2;
  padding: 10px;
}
.cat-lazy {
  margin-top: 32px;
}
.cat-lazy a {
  padding: 16px 24px;
  border-radius: 12px;
  border: 1px solid #1976d2;
  color: #1976d2;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cat-lazy a:hover {
  background: #1976d2;
  color: #fff;
}
.touch-bg {
  height: 400px;
  background: #f0eeee;
  border-radius: 24px;
}
.touch-img {
  height: 400px;
}
.touch-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.touch-title {
  color: var(--dark);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.touch-desc {
  color: #787e86;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 32px;
}
.touch-tg {
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #249cce;
  color: #249cce;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.touch-tg:hover {
  border: 1px solid #249cce;
  background: #249cce;
  color: #fff;
}
.touch-tg svg {
  margin-right: 10px;
}
.footer {
  padding: 32px 0;
  margin-top: 32px;
  border-top: 1px solid #ebebeb;
  background: var(--white);
}
.footer-left {
  max-width: 460px;
}
.footer-logo {
  margin-bottom: 16px;
}
.footer-left p {
  color: #787e86;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 0;
}
.footer-wrap h4 {
  color: #1976d2;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
.footer-center ul {
  margin-bottom: 30px;
}
.footer-center ul li {
  margin-bottom: 10px;
}
.footer-center ul li a {
  color: #787e86;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.footer-center ul li a svg {
  margin-right: 16px;
}
.footer-center > a {
  display: flex;
  width: fit-content;
  padding: 12px 24px;
  border-radius: 12px;
  border: 1px solid #1976d2;
}
.footer-center > a:hover {
  background: #1976d2;
  color: #fff;
}
.footer-right ul {
  display: flex;
  justify-content: space-between;
}
.footer-right ul li {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: #f0eeee;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-right ul li:hover {
  background: #1976d2;
}
.footer-right ul li:hover svg path {
  stroke: #fff;
  fill: #fff;
}
.about-bg {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f0eeee;
  border-radius: 32px;
  position: relative;
  margin-bottom: 32px;
  
}
.about-bg::before {
  content: "";
  position: absolute;
  left: 10%;
  top: 0;
  width: 80%;
  height: 100%;
  background: url('/assets/img/logo.svg') no-repeat center;
  background-size: cover;
  opacity: .1;
}
.about-desc {
  background: var(--white);
  padding: 32px;
  border-radius: 32px;
}
.about-desc p {
  color: var(--dark);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.about-desc p:last-child {
  margin-bottom: 0;
}
.filter-block {
  margin-bottom: 32px;
}
.filter-block h3 {
  color: var(--dark);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}
.filter-block h4 {
  color: var(--dark);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  margin-right: 24px;
}
.categories-page__btns {
  padding: 0 !important;
  border-radius: 0;
  background: transparent;
  border-color: transparent;
  color: var(--dark);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.categories-page__btns label {
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  border-color: transparent !important;
  color: var(--dark);
  display: flex;
  align-items: center;
  margin-right: 24px;
}
.cat-carts {
  padding: 24px 32px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 6px 32px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 64px;
}
.cat-carts p {
  color: var(--dark);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
.cat-carts strong {
  display: block;
  color: var(--dark);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 32px;
}
.cat-carts a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  border-radius: 12px;
  background: #1976d2;
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cat-carts a svg {
  margin-right: 16px;
}
.cat-ads {
  border-radius: 32px;
  background: #9d85c9;
}
.cat-ads__text {
  padding: 32px;
}
.cat-ads__text {
  color: var(--white);
}
.cat-ads__text h5 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
}
.cat-ads__text small {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.cat-ads__text h6 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.cart-ads__img {
  height: 310px;
  display: flex;
  justify-content: flex-end;
}
.cart-ads__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* table content */

 .cat-desc table {
  max-width: 100%;
  width: 100%;
  background-color: #fff;
  border: 0;
  overflow: auto;
}
 .cat-desc tr {
  font: 18px;
}
 .cat-desc img {
  vertical-align: middle;
  max-width: 100% !important;
  height: auto !important;
  border-radius:5px;
}

 .cat-desc th, .cat-desc td {
  padding: 12px 18px;
  border: 1px solid #D6D6D6;
}
 .cat-desc th:first-child, .cat-desc td:first-child {
  width: 54%;
}
 .cat-desc th:not(:first-child), .cat-desc td:not(:first-child) {
  text-align: center;
}
 .cat-desc td {
  font-weight: normal;
}

/* end of */

.cat-youtube {
  height: 390px;
  border-radius: 12px;
  overflow: hidden;
}
.cat-desc {
  background: var(--white);
  border-radius: 32px;
  padding: 32px;
}
.cat-desc p {
  margin-bottom: 0;
  color: var(--dark);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.related-categories {
  margin: 65px 0;
}
.cart .card {
  padding: 32px;
  border-radius: 32px;
  border: none;
}
.cart-item {
  display: flex;
  margin-bottom: 24px;
}
.cart-img {
  width: 100px;
  height: 100px;
  border-radius: 12px;
  background: var(--card-bg);
  margin-right: 32px;
}
.cart-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.cart-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cart-info .title {
  color: var(--dark);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}
.cart-info .subtitle {
  color: var(--dark);
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.cart-destroy {
  margin-left: auto;
}
.cart-destroy button {
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background: #cdcdcd;
}
.cart-destroy button:hover {
  background: red;
}
.cart-form {
  margin-top: 50px;
}
.cart-form label {
  color: var(--dark);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}
.cart-form textarea {
  min-height: 265px;
}
.cart-form input,
.cart-form textarea {
  padding: 16px 24px;
  border-radius: 12px;
  border: 1px solid var(--card-bg);
  background: #fafafa;
}
.cart-form input:focus,
.cart-form textarea:focus {
  outline: none;
  box-shadow: none;
}
.cart-total {
  border-radius: 24px;
  background: #fff;
  padding: 24px 32px;
  box-shadow: 0 6px 32px 0 rgba(0, 0, 0, 0.08);
}
.cart-total ul {
  margin-bottom: 37px;
}
.cart-total ul li {
  display: flex;
  justify-content: space-between;
}
.cart-total ul li:not(:last-child) {
  margin-bottom: 16px;
}
.cart-total ul li span {
  color: var(--dark);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cart-total ul li b {
  color: var(--dark);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.cart-total ul li strong {
  color: var(--dark);
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.cart-total button {
  width: 100%;
  border-radius: 12px;
  background: #1976d2;
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 16px 24px;
  border: none;
}
.cart-total button[disabled] {
  opacity: 0.5;
}
.categories-modal .modal-header {
  border-bottom: 0;
}
.categories-modal .modal-footer {
  border-top: 0;
}
.categories-modal .modal-content {
  padding: 32px;
  border-radius: 24px;
}
.categories-modal__left {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.categories-modal__icon {
  margin-bottom: 32px;
}
.categories-modal__left strong {
  display: block;
  color: #4d5560;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 8px;
}
.categories-modal__left p {
  max-width: 350px;
  color: #787e86;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.categories-modal form .form-group {
  margin-bottom: 20px;
}
.categories-modal form label {
  color: #4d5560;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 8px;
}
.categories-modal form input,
.categories-modal form textarea {
  color: #4d5560;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 16px 24px;
  opacity: .5;
  background: #fafafa;
  border-radius: 12px;
}
.categories-modal .modal-footer button {
  border-radius: 12px;
  border: 1px solid #1976d2;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 16px 32px;
  text-align: center;
  background: #1976d2;
  color: var(--white);
}
.contact-wrap {
  min-height: 100vh;
}
.contact-frame {
  background: var(--white);
  padding: 32px;
  border-radius: 32px;
}
.contact-map {
  width: 100%;
  height: 460px;
  border-radius: 32px;
  overflow: hidden;
}
.contact-map iframe {
  width: 100%;
  height: 100%;
}
.contact-info {
  background: #fafafa;
  border-radius: 32px;
  padding: 32px;
  height: 100%;
}
.contact-info ul li {
  margin-bottom: 16px;
}
.contact-info ul li svg {
  margin-right: 16px;
}
.contact-info ul li strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #787e86;
}
.contact-info ul li span {
  display: block;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #787e86;
}

.search-form {
  display: none;
}
.search-form .search-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 32px;
  background: #f0eeee;
  border: 1px solid #1976d2;
  padding: 12px;
}
.search-form .search-input .suffix,
.search-form .search-input .prefix {
  width: 50px;
  text-align: center;
  cursor: pointer;
}
.search-form .search-input input {
  width: 100%;
  background: #f0eeee;
  border: none;
  /*border: 1px solid #1976d2;*/
}
.search-icon {
  cursor: pointer;
}
.search-form .search-input input:focus {
  outline: none;
}
#searchResults {
  display: none;
}
#searchResults {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  min-height: 100vh;
  box-shadow: 0 4px 16px 0 #0000000A;
  background: #fff;
  z-index: 99;
  overscroll-behavior: contain;
}
#searchResults li {
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#searchResults li a {
  text-decoration: underline;
  font-weight: 600;
}
#searchResults li p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #787e86;
}
  /* media queries */
.header-mobile__menu {
  display: none;
}
@media (max-width: 1480px) {
  .container {
    max-width: 1320px;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
  .header-desktop .header-center,
  .header-desktop .header-langs {
    display: block;
  }
}
@media (max-width: 992px) {
  .carousel {
    flex-direction: column;
    align-items: center;
  }
  .carousel_swiper-img,
  .carousel-item.active .carousel_swiper-img {
    object-fit: contain;
  }
  .carousel-item.active {
    width: 100%;
  }
  .carousel-indicators_block {
    width: 100% !important;
    flex-wrap: nowrap !important;
    height: 140px;
    gap: 20px;
    margin-top: 20px !important;
    overflow: auto !important;
    white-space: nowrap !important;
  }
  .carousel-thumb {
    min-width: 130px;
    width: 100% !important;
    height: 100% !important;
  }
  .carousel-inner {
    height: 300px;
  }
  .carousel-item {
    width: 100% !important;
    height: 100% !important;
  }
  .carousel-indicators_block [data-bs-target] {
    object-fit: contain;
  }
  .cat-youtube {
    height: 220px;
  }
  .cat-carts {
    margin-top: 32px;
  }
  .cat-ads {
    margin-bottom: 32px;
  }
  .cat-ads__text {
    padding: 32px 20px;
  }
  .cat-ads__text h5 {
    font-size: 28px;
  }
  .cat-desc {
    padding: 32px 20px;
  }
  .related-categories .row {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    gap: 20px;
    flex-wrap: nowrap;
  }
  .related-categories .row .col-3 {
    min-width: 240px;
    max-width: 240px;
    width: 100%;
    height: 100%;
  }
  .cat-title {
    white-space: normal;
  }
  .cat-price {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .header {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
  }
  .header-menu {
    display: none !important;
  }
  /*.header-menu {*/
  /*  min-width: 350px;*/
  /*}*/
  .header-desktop .header-center,
  .header-desktop .header-langs {
    display: none;
  }
  .header-burger__bg {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #1976d2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .burger-menu {
    cursor: pointer;
  }
  .bar {
    height: 18px;
    transition: 0.4s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    /*align-items: center;*/
  }
  .bar.change {
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .bar-1 {
    display: block;
    width: 24px;
    border-top: 2px solid white;
    /*padding-top:6px;*/
    cursor: pointer;
    transition: 0.4s;
  }
  .bar-2 {
    display: block;
    width: 24px;
    border-top: 2px solid white;
    /*padding-top:5px;*/
    transition: 0.4s;
  }
  .bar-3 {
    display: block;
    width: 24px;
    border-top: 2px solid white;
    /*padding-top:5px;*/
    transition: 0.4s;
  }
  .change .bar-1 {
    transform: rotate(-45deg) translate(0, 0);
  }
  .change .bar-2 {
    opacity: 0;
  }
  .change .bar-3 {
    transform: rotate(45deg) translate(-3px, -2px);
  }
  .header-mobile__menu {
    position: absolute;
    left: 0;
    top: 80px;
    height: 100vh;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
    display: none;
    text-align: center;
    padding: 50px 0;
    border-top: 1px solid #ebebeb;
    
  }
  .header-mobile__menu .langs {
    width: 125px;
    margin: auto;
    text-align: justify;
    color: #fff;
    padding-top: 20px;
  }
  .header-mobile__menu .langs li {
    margin-bottom: 20px;
  }
  .header-mobile__menu .langs li a {
    color: var(--dark);
    display: flex;
    align-items: center;
  }
  .header-mobile__menu .langs li a svg {
    margin-right: 10px;
  }
  .menu li {
    padding-bottom: 20px;
  }
  .menu li a {
    color: var(--dark);
  }
  .banner-item {
    padding: 0 30px;
  }
  .banner-bg {
    height: 260px;
  }
  .banner-img {
    width: 260px;
    height: 260px;
  }
  .banner-img::after {
    left: 0;
    top: 0;
    width: 320px;
    height: 320px;
  }
  .car-item {
    height: 180px;
  }
  .car-img {
    width: 240px;
    height: 180px;
  }
  .car-text {
    padding: 20px;
  }
  .title-block {
    padding-bottom: 20px;
  }
  .categories .btn-group {
    justify-content: normal;
  }
  .categories .btn-group label {
    padding: 8px 16px;
  }
  .cat-item__bg {
    height: 220px;
  }
  .cat-img {
    height: 200px;
    width: 200px;
  }
  .touch-bg {
    height: auto;
    padding: 32px 20px;
    border-radius: 0;
  }
  .touch-img {
    height: 200px;
  }
  .touch-text {
    margin-top: 20px;
  }
  .about-bg::before {
    background-size: contain;
  }
  .cart-info {
    width: 70%;
  }
  .categories-modal .modal-content {
    padding: 20px;
  }
  .contact-wrap {
    min-height: auto;
  }
  .contact-frame {
    padding: 20px;
  }
  .contact-frame .col-md-5 {
    margin-bottom: 20px;
  }
  .contact-map {
    height: 320px;
  }
  .search-icon {
    display: none;
  }
  .suffix {
    display: none;
  }
  .search-form {
    display: flex;
    margin-bottom: 20px;
  }
  .search-form .search-input {
    width: 320px;
    margin: auto;
    padding-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .banner-title {
    font-size: 20px;
    line-height: 24px;
  }
  .banner-bg {
    height: 220px;
  }
  .banner-img {
    width: 180px;
    height: 180px;
  }
  .banner-img::after {
    width: 240px;
    height: 240px;
  }
  .banner-subtitle {
    margin-bottom: 15px;
  }
  .banner-price {
    font-size: 16px;
    line-height: 20px;
  }
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .swiper-pagination-bullet-active {
    width: 30px;
  }
  section {
    padding: 16px 0;
  }
  .title {
    font-size: 28px;
  }
  .cat-item__bg {
    height: 200px;
  }
  .cat-lazy {
    margin-top: 15px;
  }
  .touch-title {
    font-size: 24px;
  }
  .touch-desc {
    margin-bottom: 20px;
  }
  .footer-left {
    max-width: 100%;
  }
  .footer-center {
    margin: 32px 0;
  }
  .footer-center ul li a svg {
    margin-right: 10px;
  }
  .footer-right ul {
    justify-content: normal;
  }
  .footer-right ul li {
    margin-right: 15px;
  }
  .footer-center ul {
    margin-bottom: 20px;
  }
  .about-bg {
    height: 190px;
  }
  .about-desc {
    padding: 32px 20px;
  }
  .breadcrumb {
    display: none;
  }
  .filter-block .float-end {
    float: left !important;
  }
  .categories-answer {
    margin-bottom: 32px;
    padding: 20px;
  }
  .cart-img {
    width: 80px;
    height: 80px;
  }
  .cart .card {
    padding: 32px 20px;
  }
  .cart-img {
    margin-right: 15px;
  }
  .cart .card-body {
    padding: 0;
  }
  .cart-info .subtitle {
    margin-bottom: 0;
  }
  .cart-form textarea {
    min-height: 120px;
  }
  .cart-total {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .carousel-inner {
    height: 220px;
  }
}
/* end media queries */
