@font-face {
  font-family: "bakh";
  src: url(./fonts/Yekan\ Bakh.ttf);
  /* IE9 Compat Modes *
    /* Safari, Android, iOS */
}

body {
  font-family: "bakh", Arial, Helvetica, sans-serif !important;
  color: #0c0c0c;
  background-color: #f4f4f4;
  overflow-x: hidden;
}
a {
  text-decoration: none !important;
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  vertical-align: -0.3em !important;
}
.product nav li,
.product nav a {
  transition: 0.3s;
  text-decoration: none;
  color: rgb(66, 66, 66) !important;
  font-weight: bold;
}
/* a.a */
.product nav a:hover {
  color: red !important;
}
.product .last-item {
  color: red !important;
}
.price-product span {
  padding: 0.5rem;
  font-weight: bold;
}
.price-discount {
  color: #bbb;
  border: 2px solid #bbb;
}
.price {
  color: red;
  border: 2px solid red;
}
/* .js-image-zoom__zoomed-area {
  right: 0;
}
.js-image-zoom__zoomed-image {
  right: 90% !important;
} */
.breadcrumb-wrapper {
  margin: 0.5rem 0;
  background-color: white;
  padding: 0.5rem;
  border-radius: 10px;
  font-size: 13px;
}
.breadcrumb-wrapper a {
  padding: 0.5rem;
  color: #888;
  font-weight: bold;
  transition: 0.3s;
}
.breadcrumb-wrapper i,
.breadcrumb-wrapper {
  font-weight: bold;
  color: #888;
}
.breadcrumb-wrapper a:hover {
  color: red;
}
.product .like {
  font-size: 1.2rem;
  color: #888;
}
.product .like:hover {
  color: red;
}
.description p {
  margin: 1rem 0;
}
/* a.a */
.food_section .filters_menu {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
  margin: 45px 0 20px 0;
}

.food_section .filters_menu li {
  padding: 7px 25px;
  cursor: pointer;
  border-radius: 25px;
}

.food_section .filters_menu li.active {
  background-color: #222831;
  color: #ffffff;
}

.food_section .box {
  position: relative;
  margin-top: 25px;
  background-color: #ffffff;
  border-radius: 10px;
  color: #ffffff;
  border-radius: 0px 0px 15px 15px;
  overflow: hidden;
  background: linear-gradient(to bottom, #f1f2f3 25px, #222831 25px);
}

.food_section .box .img-box {
  background-color: #222831;
}

.food_section .box .img-box img {
  border-radius: 0 0 0 45px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.food_section .box .detail-box {
  padding: 25px;
  background-color: #222831;
}

.food_section .box .detail-box h5 {
  font-weight: 600;
}

.food_section .box .detail-box p {
  font-size: 15px;
}

.food_section .box .detail-box h6 {
  margin-top: 10px;
}

.food_section .box .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

.food_section .box .options a,
.food_section .box .options button {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #ffbe33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.food_section .box .options a svg {
  width: 18px;
  height: auto;
  fill: #ffffff;
}

.food_section .box:hover .img-box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.food_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

.food_section .btn-box a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.food_section .btn-box a:hover {
  background-color: #e69c00;
}

.food_section .filter-list .filter-list-active {
  color: #ffbe33;
}

.btn:hover {
  background-color: #e69c00;
}

.btn-primary {
  color: #fff;
  background-color: #ffbe33;
  border-color: #ffbe33;
}

.btn-dark,
.btn-kark:hover {
  color: #fff;
  background-color: #222831 !important;
  border-color: #222831 !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #ffbe33;
  border-color: #ffbe33;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #ffbe33;
  border-color: #ffbe33;
  box-shadow: 0 0 0 0.25rem rgb(252 208 59 / 50%);
}

.form-control:focus {
  border-color: #222831;
  box-shadow: 0 0 0 0.25rem rgb(51 52 54 / 25%);
}

.carousel-inner {
  border-radius: 20px;
}

.single_page_section .btn-add {
  display: inline-block;
  padding: 8px 30px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.cart_link span {
  background-color: #ffbe33;
}
/* a.a */
.description p {
  border-bottom: 1px dotted #ccc;
  font-size: 1rem;
}
.input-counter {
  display: flex;
}
.input-counter span {
  padding: 2px 5px;
}
.btn-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  font-weight: bold;
  cursor: pointer;
  overflow: hidden;
  /* height: 30px; */
}
.btn-wrapper button {
  border: none;
}
.btn-wrapper button {
  /* background-color: ; */
  transition: 0.2s;
  background-color: white;
}
.btn-wrapper button:hover {
  background-color: #ccc !important;
}
.basket-shop-card > div {
  /* border: 1px solid #ccc; */
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  border-radius: 10px;
}
/* a.a end */
.profile_section .list-group .list-group-item a {
  color: #222831;
}

.cart-loadnig,
.cart-empty {
  height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-spiner {
  width: 3rem;
  height: 3rem;
}

.vh-70 {
  height: 70vh !important;
}

/* Responsive */

@media (max-width: 992px) {
  .hero_area {
    min-height: auto;
  }

  .custom_nav-container .navbar-nav {
    padding-top: 15px;
    padding-left: 0;
    align-items: center;
  }

  .user_option {
    justify-content: center;
    margin-top: 15px;
  }
  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 25px;
    margin: 5px 0;
  }

  .slider_section .carousel-indicators {
    margin-top: 45px;
  }

  .offer_section .box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .offer_section .box .img-box {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .about_section .detail-box,
  .book_section .form_container {
    margin-bottom: 45px;
  }

  .about_section .row {
    flex-direction: column-reverse;
  }

  .offer_section .box {
    flex-direction: row;
    text-align: left;
  }

  .offer_section .box .img-box {
    margin-right: 15px;
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
}

@media (max-width: 480px) {
}

@media (max-width: 430px) {
  .offer_section .box {
    flex-direction: column;
    text-align: center;
  }

  .offer_section .box .img-box {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .slider_section .detail-box {
    margin-bottom: 45px;
  }
}

@media (max-width: 376px) {
  .slider_section .detail-box h1 {
    font-size: 3rem;
  }
}
/* 
@media (min-width: 1200px) {
  .container {
    max-width: 1150px;
  }
} */

@media (min-width: 576px) and (max-width: 991px) {
  .rent_solution_container .col-md-4.col-sm-6 {
    float: left;
    width: 50%;
  }
}
