: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);
  font-weight: 300;
}
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: 500;
  line-height: normal;
  color: #4D5560;
}

.color-options {
    display: flex;
    gap: 10px;
}

.color-label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 8px;
    background-color: #f5f5f5;
    color: #555;
    font-size: 16px;
    font-weight: Normal;
    cursor: pointer;
    transition: 0.3s;
    min-width: 80px;
    text-align: center;
}

.color-input {
    display: none;
}

/* Agar input tanlangan bo‘lsa, label aktiv bo‘ladi */
.color-input:checked + .color-label {
    background-color: #e86d07;
    color: white;
}



.title--sm {
  font-size: 26px;
}
.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: 12px;
  padding: 16px;
  color: var(--dark);
  /* font-size: 16px; */
  font-style: normal;
  font-weight: 300;
  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);
  width: 38px;
  height: 38px;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
}

.page-link:hover {
  background: #e76c02;
  color: #fff;
}
.active > .page-link, .page-link.active {
  background: #e76c02;
}
.header {
  height: 80px;
  display: flex;
  align-items: center;
  background: var(--white);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .07);
  position: relative;
  z-index: 15;
  /*margin-bottom: 32px;*/
}

.header-mobile__menu {
  display: none;
}

.header-center {
  width: 65%;
  margin-left: 35px;
}

.header__logo {
  width: 170px;
}
.header__lang {
  color: #787E86;
  display: flex;
  align-items: center;
  /* font-size: 14px; */
}
.header-menu {
  justify-content: center;
  /* min-width: 800px; */
  /*border: 1px solid;*/
}
.header-menu li:not(:last-child) {
  margin-right: 50px;
}
.header-menu li a {
  color: var(--dark);
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  transition: .4 all;
}

.header-menu li a:hover {
  color: #c75e03;
}
.header-icons > li:not(:first-child) {
  margin-left: 35px;
}
.dropdown-toggle::after {
  vertical-align: middle;
  color: var(--dark);
}
.dropdown-item {
  /* margin-bottom: 5px; */
  color: #787E86;
  font-weight: 300;
  padding: 10px 15px;
  font-size: 14px;
}
.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: 50px;
  padding-right: 10px;
}
.banner-text {
  text-align: left;
  width: 60%;
}
.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: 600;
  line-height: 45px;
  color: #e76c02;
  margin-bottom: 15px;
}
.banner-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
  color: #222;
}
.banner-price {
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  color: #e76c02;
}
.banner-wrap {
  position: relative;
}

.banner-slider {
 top: 102%;
}

.banner-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  width: 35px;
  height: 35px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 80;
  border-radius: 100%;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .07);
  border: none;
  opacity: .5;
}

.banner-button:hover {
  opacity: 1;
}

.banner-button.banner-next {
  left: auto !important;
  right: 5px;
}

.banner-slider .swiper-pagination-bullet-active {
  background-color: #e76c02 !important;
  width: 30px;
}

.banner-slider .swiper-pagination-bullet {
  height: 10px;
  /* width: 10px; */
}
.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%;
  border-radius: 24px;
  background: var(--card-bg);
  padding: 20px;
}
.car-item:hover .car-img img {
  transform: scale(1.05);
}
.car-img {
  margin: auto;
  /* padding: 0 15px 13px 15px; */
  text-align: center;
  
}
.car-img img {
  width: 110px;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: .5s all;
}
.car-text {
  text-align: center;
  /* padding: 10px 8px 0 8px; */
}
.car-title {
  color: var(--dark);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
  /* min-height: 46px; */
}
.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: #e76c02;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.categories-answer {
  margin-top: 32px;
  padding: 25px;
  background: var(--white);
  border: 1px solid #e76c02;
  border-radius: 24px;
  margin-right: 20px;
}
.categories-answer strong {
  color: var(--dark);
  /* font-size: 18px; */
  font-style: normal;
  font-weight: 400;
  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 #e76c02;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 16px 32px;
  text-align: center;
  background: #e76c02;
  color: var(--white);
}

.categories-answer__btns a.outline {
  color: #e76c02;
  background-color: transparent;
  margin-right: 10px;
}


.cat-item:hover .cat-item__bg img{
  transform: scale(1.07);
}
.cat-item__bg {
  width: 100%;
  height: 300px;
  background: #f0eeee;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.cat-img {
  /*width: 250px;*/
  /*height: 250px;*/
  width: 90%;
  height: 90%;
  position: relative;

}
.cat-img img {
  width: 100%;
  height: 100%;
  border-radius:14px;
  object-fit: cover;
  object-position: center;
  transition: .6s all;
}

.cat-img-tag {
  background-color: #e76c02;
  border-radius: 14px;
  padding: 5px 10px;
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 25px;
  font-size: 14px;
}
.cat-info {
  padding: 14px;
}
.cat-title {
  color: var(--dark);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 16px;
  min-height: 40px;
}
.cat-price {
  color: var(--dark);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.cat-discount {
  font-weight: 300;
  color: #787E86;
  display: block;
  text-decoration: line-through;
  font-size: 14px;
  height: 21px;
}

.cat-cart {
  border-radius: 12px;
  border: 1px solid #e76c02;
  padding: 10px;
}
.cat-cart-new {
  width: 100%;
  background-color: #EBEBEB;
  color: #4D5560;
  border: 0px;
  border-radius: 10px;
  display: block;
  text-align: center;
  padding: 12px 20px;
  font-weight: 300;
  transition: .4s all;
}

.cat-cart-new:hover {
  background-color: #e76c02;
  color: #fff;
}


.cat-cart-new--orange {
  background-color: #e76c02;
  color: #fff;
  width: auto;
  padding: 14px 52px;
}
.cat-cart-new--orange:hover {
  opacity: .7;
}
.cat-cart-add {
  padding: 10px 13px;
  background-color: #EBEBEB;
  border-radius: 12px;
  margin-left: 15px;
  transition: .4s all;
}
.cat-cart-add:hover {
  background-color: #e76c02;
}
.cat-cart-add:hover svg path{
  fill: #fff !important;
}
.cat-lazy {
  margin-top: 32px;
}
.cat-lazy a {
  padding: 16px 24px;
  border-radius: 12px;
  border: 1px solid #e76c02;
  color: #e76c02;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cat-lazy a:hover {
  background: #e76c02;
  color: #fff;
}
.touch-bg {
  height: 400px;
  background: #f0eeee;
  border-radius: 24px;
}
.touch-img {
  height: 440px;
  display: flex;
  align-items: flex-end
  /* justify-content: center; */
}
.touch-img img {
  width: 100%;
  margin: 0 auto;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.touch-title {
  color: var(--dark);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.touch-desc {
  color: #787e86;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  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: #2F2F2F;
}
.footer-left {
  max-width: 460px;
}
.footer-logo {
  margin-bottom: 16px;
}
.footer-left p {
  color: #dbdbdb;
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: 150%; /* 24px */
  margin-bottom: 0;
}
.footer-wrap h4 {
  color: #e76c02;
  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: #dbdbdb;
  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 #e76c02;
  background-color: #e76c02;
  color: #fff;
}
.footer-center > a:hover {
  background: #e76c02;
  color: #fff;
}
.footer-right ul {
  display: flex;
  justify-content: space-between;
}
.footer-right ul li {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #252525;
}
.footer-right ul li:hover {
  background: #e76c02;
}
.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: 20px;
}
.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: #e76c02;
  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;
}
/* ads content */

.bg-warning1{
    background-color:#f0eeee;
}

.bg-white {
  background-color: #fff !important;
}

.image-float {
    margin-top: -140px;
    margin-bottom: -140px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}



/* 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: 300px;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.cat-desc {
  background: var(--white);
  border-radius: 32px;
  padding: 32px;
}
.card {
    background-color:#f0eeee;
    padding:15px;
}
.card h5{
    text-align:left;
}
.card p{
    text-align:left;
}
.cat-desc p {
  margin-bottom: 0;
  color: var(--dark);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  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;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cart-img img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  object-position: center;
}
.cart-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.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: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.cart-destroy {
  margin-left: 30px;
}
.cart_qty {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cart-destroy button {
  border: none;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  background: #cdcdcd;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s all;
}
.cart-destroy button svg {
  width: 20px;
  height: 20px;
}
.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: 300;
  line-height: normal;
  margin-bottom: 8px;
}
.cart-form textarea {
  min-height: 265px;
}
.cart-form input,
.cart-form textarea,
.cart-form select {
  padding: 16px 24px;
  border-radius: 12px;
  border: 1px solid var(--card-bg);
  background: #fafafa;
  font-weight: 300;
  color: #787E86;
}
.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: #e76c02;
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 16px 24px;
  border: none;
  transition: .4s all;
}

.cart-total button:hover {
  background: #c75e03;
}
.cart-total button[disabled] {
  opacity: 0.5;
}
.modal-count {
  background-color: rgba(231, 108, 2, 0.1);
  border-radius: 8px;
  padding: 16px;
}
.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,
.categories-modal form select {
  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 #e76c02;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 16px 32px;
  text-align: center;
  background: #e76c02;
  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: 20px;
  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;
  outline: 1px solid #e76c02;
  padding: 11px;
}
.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;
  font-weight: 200;
  /*border: 1px solid #e76c02;*/
}
.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: 70vh;
  box-shadow: 0 4px 16px 0 #0000000A;
  background: #fff;
  z-index: 99;
  overscroll-behavior: contain;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, .5);
  display: none;
}

#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 (max-width: 1480px) {
  .container {
    max-width: 1280px;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
  .header-desktop .header-center,
  .header-desktop .header-langs {
    display: block;
  }
}
@media (max-width: 992px) {
  .header-menu li:not(:last-child) {
    margin-right: 25px;
  }
  .header__logo {
    width: 150px;
  }
  .header-icons > li:not(:first-child) {
    margin-left: 25px;
  }
  .product-recom {
    display: none;
  }
  .product-info {
    padding-right: 0 !important;
  }
  .product-info .quantity {
    transform: scale(1.1);
    margin-left: 5px;
  }
  .product-price {
    font-size: 28px;
  }
  .product-info .cat-cart-new {
    padding: 18px 32px !important;
    font-size: 16px !important;
  }
  .product-info .cat-cart-add {
    padding: 10px 13px !important;
  }
  .product-info .cat-cart-add svg {
    width: 22px;
    height: 22px;
  }
  .product-recom {
    margin-top: 20px;
  }
  .cart-total {
    margin-top: 20px;
  }

  .categories-answer {
    margin: 20px 0;
  }
  .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: 390px;
  }
  .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;
  }

  .banner-button {
    display: none !important;
  }

}
@media (max-width: 768px) {
  body {
    padding-bottom: 77px;
    padding-top: 80px;
  }
  
  #searchResults {
    height: 100vh;
  }
  .header {
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
    }
  
  
  .header-center {
    width: 100%;
    margin-left: 0;
  }
  .header-icons > li:not(:first-child) {
    margin-left: 30px;
  }
  .breadcrumb-item a {
    font-size: 14px;
  }
  .breadcrumb-item {
    font-size: 14px;
  }
  .cart-item {
    position: relative;
  }
  .cart-destroy {
    position: absolute;
    top: -10px;
    right: -10px;
  }
  .cart-info .subtitle {
    font-size: 14px;
  }
  .cart-info .title {
    display: -webkit-box;            /* Flexboxga o'xshash ko'rinish */
    -webkit-line-clamp: 2;           /* Faqat 2 qator ko'rsatadi */
    -webkit-box-orient: vertical;    /* Vertikal yo'nalishda */
    overflow: hidden;                /* Ortiqcha matnni yashiradi */
    text-overflow: ellipsis;
    margin-right: 20px;
  }
  .cart-wrap .quantity {
    transform: scale(0.8);
  }

  .categories-answer {
    padding: 20px;
    margin: 30px 0 !important;
  }
  .categories-answer__btns a {
    font-size: 14px;
    height: auto;
    padding: 12px 16px;
  }
  .custom-check-label {
    padding: 5px 7px !important;
    margin: 1px 0 !important;
  }
  .cat-img-tag {
    font-size: 10px;
    bottom: 10px;
    left: 15px;
  }
  .title {
    font-size: 22px;
  }
  .swiper-pagination-bullet {
    width: 5px !important;
    height: 5px !important;
  }

  .banner-slider .swiper-pagination-bullet-active {
    width: 20px !important;
  }

  .banner-title {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 5px;
  }

  .banner-subtitle {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 5px;
    line-height: 1.3;
  }

  .banner-text {
    text-align: left;
    padding-right: 10px;
  }
 
  .about-desc iframe {
    margin-top: 20px;
    height: 350px;
  }

  .header-menu {
    display: none !important;
  }
  /*.header-menu {*/
  /*  min-width: 350px;*/
  /*}*/
  /* .header-desktop .header-center,
  .header-desktop {
    display: none;
  } */
  .header-burger__bg {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #e76c02;
    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: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
    border-top: 1px solid #ebebeb;
    display: block;

  }

  .header-mobile__menu .menu {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
  }

  .header-mobile__menu .menu li {
    margin: 7px 0;
    padding: 7px;
    font-size: 11px;
  }
  
  .menu li {
    padding-bottom: 20px;
  }
  .menu li a {
    color: var(--dark);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .menu li a svg {
    margin-bottom: 4px;
    stroke: #4D5560;
  }
  .menu li a.active {
    color: #c75e03;
  }
  .menu li a.active svg{
    stroke: #c75e03;
  }

  .menu li a:hover {
    color: #c75e03;
  }
  .menu li a:hover svg{
    stroke: #c75e03;
  }
  .banner-item {
    padding: 0 10px 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: auto;
    padding: 15px;
  }
  .car-img img {
    height: 80px;
    width: auto;
  }
  .car-title {
    font-size: 14px;
  }
  .banner-slider {
    top: 100%;
  }
  .footer-wrap h4 {
    font-size: 14px;
  }
  .car-img {
    /*width: 240px;*/
    /*height: 180px;*/
    width: 100%;
    height: auto;
  }
  .car-text {
    padding: 0px;
  }
  .title-block {
    padding-bottom: 20px;
  }
  .categories .btn-group {
    justify-content: normal;
  }
  .categories .btn-group label {
    padding: 8px 16px;
  }
  .cat-item__bg {
    height: 350px;
  }
  .cat-img {
    /*height: 200px;*/
    /*width: 200px;*/
    
    height: 90%;
    width: 90%;
  }
  .cat-title {
    font-size: 14px;
    min-height: auto;
    margin-bottom: 10px;
    display: -webkit-box;           
    -webkit-line-clamp: 2;          
    -webkit-box-orient: vertical;   
    overflow: hidden;               
    text-overflow: ellipsis;
    min-height: 35px;
  }
  .cat-cart-new {
    padding: 8px 12px;
    font-size: 14px;
  }
  .cat-cart-add {
    padding: 7px 10px;
  }
  .cat-cart-add svg {
    width: 18px;
    height: 18px;
  }
  .btn-outline {
    padding: 11px 17px !important;
    font-size: 14px;
  }
  .cat-discount {
    font-size: 12px;
  }
  .cat-info {
    padding: 10px 0;
  }
  .touch-bg {
    height: auto;
    padding: 32px 20px;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    margin: 0;
    border-radius: 12px;
  }
  .touch-bg .col-md-6 {
    order: 1;
  }
  .touch-img {
    height: auto;
    width: 100%;
    margin-top: 100px;
  }
  .touch-text {
    margin-top: 20px;
  }
  .about-bg::before {
    background-size: contain;
  }

  .categories-modal .modal-content {
    padding: 15px;
    margin-top: 10px;
    max-height: 75vh;
    overflow-y: auto;
  }
  .modal-header {
    padding: 10px;
  }
  .modal-body {
    padding: 10px;
  }
  .categories-modal form .form-group {
    margin-bottom: 15px;
  }
  .categories-modal form input, .categories-modal form textarea, .categories-modal form select {
    font-size: 14px;
    padding: 10px 15px;
  }
  .cart-form input, .cart-form textarea, .cart-form select {
    font-size: 14px;
    padding: 10px 15px;
  }
  .cart-form label {
    font-size: 14px !important; 
  }
  .categories-modal form label {
    font-size: 14px;
  }
  .categories-modal .modal-footer button {
    font-size: 14px;
    padding: 12px 20px;
  }
  .modal-dialog-centered {
    align-items: flex-start;
  }
  .modal-count {
    padding: 10px;
  }
  .mb-4 {
    margin-bottom: 1rem !important;
  }
  .categories-modal__icon {
    display: none;
  }
  .categories-modal__left p {
    font-size: 14px;
    line-height: 1.3;
  }
  .categories-modal__left strong {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 4px;
  }
  .contact-wrap {
    min-height: auto;
  }
  .contact-frame {
    padding: 20px;
  }
  .contact-frame .col-md-5 {
    margin-bottom: 20px;
  }
  .contact-map {
    height: 320px;
  }

  /* .suffix {
    display: none;
  } */
  .search-form {
    /* display: flex; */
    /* margin-bottom: 20px; */
  }
  .search-form .search-input {
    width: 100%;
    margin: auto;
    padding-bottom: 15px;
  }
}
@media (max-width: 576px) {
 
  .banner-bg {
    height: auto;
    display: flex;
    align-items: center;
  }
  .banner-img {
    width: 180px;
    height: 180px;
  }
  .banner-img::after {
    width: 240px;
    height: 240px;
  }

  .banner-price {
    font-size: 16px;
    line-height: 20px;
  }
 
  section {
    padding: 16px 0;
  }
  

  
  .cat-item__bg {
    height: 180px;
  }
  .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; */
  }


  .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; */
  }
 
}

.categories-wrap {
  margin-bottom: 50px;
}

.text-dark {
  color: #4D5560 !important;
}

.text-light-dark {
  color: #787E86;
}

.btn-outline {
  padding: 16px 24px;
  border-radius: 16px;
  border: 1px solid #E76C02;
  color: #E76C02;
  text-align: center;
  background: transparent;
  transition: .4s all;
}

.btn-outline:hover {
  background-color: #c75e03;
  color: #fff;
}

.nav {
  margin-top: -20px;
}

.quantity {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f7f7f7;
  padding: 6px;
  border-radius: 8px;
  font-size: 14px;
}

.qty-btn {
  background: #eee;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  transition: background 0.3s;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qty-btn:hover {
  background: #ddd;
}

.qty-value {
  text-align: center;
  width: 40px;
  height: 30px;
  border: 1px solid transparent;
  border-radius: 6px;
}

.product-recom {
  background-color: #E76C02;
  padding: 23px 32px;
  border-radius: 24px;
  color: #fff;
}

.product-recom__title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
}

.product-recom__discount {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 30px;
  text-decoration: line-through;
  opacity: .8;
}

.product-recom__price {
  font-weight: 600;
  font-size: 24px;
}

.product-recom__img {
  width: 90%;
  margin: 30px auto 0 auto;
}
.product-color__item {
  background-color: #EBEBEB;
  padding: 12px 16px;
  border-radius: 8px;
  border: none;
  margin: 4px;
  transition: .3s all;
  color: #4D5560;
}

button {
  color: #4D5560;
}

.product-color__item:hover {
  background-color: #E76C02;
  color: #fff;
}

.product-color__item.active {
  background-color: #E76C02;
  color: #fff;
}

.product-info {
  padding-right: 30%;
}

.product-price {
  color: #4D5560;
  font-size: 24px;
  font-weight: 600;
}

.product-discount {
  color: #787E86;
  font-size: 14px;
  text-decoration: line-through;
  margin-bottom: 0px;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}
.swiper-pagination-bullet-active {
  width: 30px;
}

/* end media queries */

