.footer_link .mobile-apps {
  border-top: 1px solid #474747;
  padding-top: 20px;
  margin-top: 20px;
  display: flex;
  gap: 21px;
}
.footer_link .mobile-apps img {
  width: auto !important;
  height: 30px !important;
}

.footer_copyright {
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  .footer_copyright {
    justify-content: start;
  }
}

.filter-checkbox label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.filter-checkbox label .checkbox {
  width: 20px;
  height: 20px;
}
.filter-checkbox label span {
  width: 100%;
  line-height: 20px;
}

.rating-filter-checkbox label span {
  color: #F9A61C;
}

.shop_sidebar h3 {
  text-transform: none;
}

.menu_item li {
  float: left;
}
.menu_item li a {
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
}

.menu_icon li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.menu_cat_item li a::after {
  display: none;
}

.category_item {
  background: transparent;
  padding: 0 10px;
  display: block;
  width: 100%;
  margin: 0;
}
.category_item .icon {
  width: 100%;
  height: 110px;
  margin: 0;
}
.category_item:hover {
  background: transparent;
}

.single_product_img {
  padding: 10px;
}

.single_product_text .icon_btn {
  color: var(--colorPrimary);
  font-size: 16px;
  font-weight: 500;
  border: 1px solid rgba(65, 141, 199, 0.15);
  padding: 11px 15px;
  position: relative;
  -webkit-transition: all linear 0.3s;
}
.single_product_text .icon_btn:hover {
  background: var(--colorPrimary);
  color: white;
}

.error {
  color: red;
}

@media (max-width: 992px) {
  header .right-side {
    display: none;
  }
}
header .search-input-box {
  position: relative;
  width: 100%;
}
header .search-input-box .form-select {
  width: auto;
}

.search-input-box .result_items {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid rgba(37, 89, 70, 0.3);
  padding: 14px 20px 14px 15px;
  background: white;
  border-top: 0;
  width: 100%;
  max-height: 225px;
  overflow-y: scroll;
}
.search-input-box .result_items .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px;
  gap: 15px;
}
.search-input-box .result_items .item:hover {
  background: #f7f7f7;
}
.search-input-box .result_items .item:hover .title {
  color: var(--colorPrimary);
}
.search-input-box .result_items .item .title {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: var(--paraColor);
}
.search-input-box .result_items .item .image {
  min-width: 50px !important;
  width: 50px !important;
  height: 50px !important;
}

.width-min-content {
  width: min-content;
}

.ihidden {
  display: none !important;
}

/*# sourceMappingURL=custom.css.map */
