/*
 * Created by Vira Pardazesh
 */
.km-box-style-theme {
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 16px;
  margin-bottom: 32px;
}
.km-box-style-theme-2 {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid #e4e4e4;
}
.km-box-style {
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 16px;
  margin-bottom: 32px;
}
.km-box-style.km-overflow {
  overflow: hidden;
}
.km-box-style.km-padding {
  padding: 20px;
}
.km-box-style .km-title-style-theme .km-title {
  background: #fff;
}
.km-box-style2 {
  background: #fff;
  position: relative;
  margin-bottom: 15px;
  border-radius: 15px;
  padding: 20px;
}
.km-box-style2 .km-title-style-theme .km-title {
  background: #fff;
}
#vp-header .vp-middle-header .vp-header-right .vp-logo img {
  margin-top: 4px;
}
.vp-middle-header .right {
  margin-top: 7px;
  margin-right: 24px !important;
}
@media only screen and (max-width: 1215px) {
  .vp-middle-header .right {
    width: auto;
    max-width: 70% !important;
  }
}
@media only screen and (max-width: 1288px) {
  .vp-middle-header .right {
    width: auto;
    max-width: 73% !important;
  }
}
.vp-search-box .vp-search-box-inner {
  padding: 0 !important;
}
.vp-search-box .searchBoxHome-v3 {
  padding: 12px 24px;
  height: 48px;
  max-height: 48px;
  width: 100%;
  max-width: 100%;
  background: #eeeded !important;
  border-radius: 9px;
}
.vp-search-box .searchBoxHome-v3.searchBoxHome-v3-50 {
  width: 660px;
  max-width: 660px;
}
@media only screen and (max-width: 1440px) {
  .vp-search-box .searchBoxHome-v3.searchBoxHome-v3-50 {
    width: 500px;
    max-width: 500px;
  }
}
@media only screen and (max-width: 1215px) {
  .vp-search-box .searchBoxHome-v3.searchBoxHome-v3-50 {
    width: 400px;
    max-width: 400px;
  }
}
@media only screen and (max-width: 1288px) {
  .vp-search-box .searchBoxHome-v3.searchBoxHome-v3-50 {
    width: 400px;
    max-width: 400px;
  }
}
@media only screen and (max-width: 969px) {
  .vp-search-box .searchBoxHome-v3.searchBoxHome-v3-50 {
    max-width: 390px;
    width: 390px;
  }
}
@media only screen and (max-width: 1215px) {
  .vp-search-box .searchBoxHome-v3 {
    max-width: 400px;
    width: 400px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .vp-search-box .searchBoxHome-v3 {
    display: none !important;
  }
}
.vp-search-box .searchBoxHome-v3 .searchBoxHome-v3_form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vp-search-box .searchBoxHome-v3 .searchBoxHome-v3_form input {
  font-size: 14px;
  font-weight: 400;
  color: #8F8F8F;
  height: 100%;
  width: 90% !important;
  background: transparent;
}
.vp-search-box .searchBoxHome-v3 .searchBoxHome-v3_form input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #8F8F8F;
}
.vp-search-box .searchBoxHome-v3 .searchBoxHome-v3_form button {
  background: transparent;
  border: none;
  width: 10%;
  height: 20px;
  cursor: pointer;
  text-align: left;
  padding: 0 !important;
}
.vp-search-box .searchBoxHome-v3 .searchBoxHome-v3_form button img {
  width: 20px;
  height: 20px;
}
.vp-search-box .searchBoxHome-v3.active {
  background: #FFFFFF !important;
  border-radius: 12px 12px 0 0 !important;
  box-shadow: 0px 0px 12px 0px #00000029;
}
.vp-search-box .searchBoxHome-v3.loading-input {
  border-radius: 12px !important;
}
.vp-search-box .searchBoxHome-v3_result {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  margin-right: 24px;
  background: #FFFFFF;
  box-shadow: 0px 12px 12px -12px rgba(0, 0, 0, 0.2), 12px 0px 12px -12px rgba(0, 0, 0, 0.2), -12px 0px 12px -12px rgba(0, 0, 0, 0.2) !important;
  position: absolute;
  top: 47px !important;
  border-radius: 0 0 24px 24px;
}
.vp-search-box .searchBoxHome-v3_result.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 1215px) {
  .vp-search-box .searchBoxHome-v3_result {
    max-width: 400px;
    width: 400px;
  }
}
@media only screen and (max-width: 969px) {
  .vp-search-box .searchBoxHome-v3_result {
    max-width: 390px;
    width: 390px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .vp-search-box .searchBoxHome-v3_result {
    display: none !important;
  }
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content {
  padding: 0 24px;
  padding-bottom: 24px;
  width: 100%;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content .line {
  border: 1px solid #F5F5F5;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content .history {
  padding: 24px 0;
  border-bottom: 1px solid #F5F5F5;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content .history.popular {
  border: none;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content .history .history-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content .history .history-top .right {
  display: flex;
  align-items: center;
  column-gap: 6px;
  margin-bottom: 16px;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content .history .history-top .right .icon {
  width: 20px;
  height: 20px;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content .history .history-top .right .icon svg {
  width: 100%;
  height: 100%;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content .history .history-top .right .title {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.5px;
  color: #292D32 !important;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content .history .history-top .left {
  font-size: 14px;
  font-weight: 600;
  color: #168FDF;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content .history .history-word .word {
  padding: 4px 12px;
  color: #8F8F8F;
  background: #F6F6F6;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 400;
  width: max-content;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content .brand-all {
  padding-top: 24px;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content .brand-all .brand-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 12px;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content .brand-all .brand-row .brand-icon {
  width: 94px;
  height: 32px;
  padding: 4px 12px;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content .brand-all .brand-row .brand-icon img {
  width: 100%;
  height: 100%;
  max-width: 72px;
  max-height: 24px;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content .brand-all .brand-row .brand-text {
  font-size: 13px;
  font-weight: 600;
  line-height: 23.25px;
  letter-spacing: -0.5px;
  color: #292D32;
  width: max-content;
  max-width: max-content;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content .brand-all .category-items {
  margin: 28px 0;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content .brand-all .category-items .category-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content .brand-all .category-items .category-item .right {
  display: flex;
  flex-direction: row;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content .brand-all .category-items .category-item .right .icon {
  width: 20px;
  height: 20px;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content .brand-all .category-items .category-item .right .icon svg,
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content .brand-all .category-items .category-item .right .icon img {
  width: 100%;
  height: 100%;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content .brand-all .category-items .category-item .right .title {
  font-size: 15px;
  font-weight: 600;
  line-height: 23.25px;
  letter-spacing: -0.5px;
  color: #292D32;
  margin: 0 4px;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content .brand-all .category-items .category-item .right .text {
  display: flex;
  align-items: center;
  color: #8F8F8F;
  font-size: 15px;
  font-weight: 400;
  line-height: 23.25px;
  letter-spacing: -0.5px;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content .brand-all .category-items .category-item .right .text .text-bule {
  color: #18A0FF;
  margin-right: 4px;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content .search-history {
  border-top: 1px solid #F5F5F5;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content .search-history .search-history_item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content .search-history .search-history_item .right {
  display: flex;
  flex-direction: row;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content .search-history .search-history_item .right .icon {
  width: 20px;
  height: 20px;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content .search-history .search-history_item .right .icon svg,
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content .search-history .search-history_item .right .icon img {
  width: 100%;
  height: 100%;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content .search-history .search-history_item .right .title {
  font-size: 15px;
  font-weight: 600;
  line-height: 23.25px;
  letter-spacing: -0.5px;
  color: #292D32;
  margin: 0 4px;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content .search-history .search-history_item .right .text {
  display: flex;
  align-items: center;
  color: #8F8F8F;
  font-size: 15px;
  font-weight: 400;
  line-height: 23.25px;
  letter-spacing: -0.5px;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content .search-history .search-history_item .right .text .text-bule {
  color: #18A0FF;
  margin-right: 4px;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content .double-column {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media only screen and (max-width: 1215px) {
  .vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content .double-column {
    flex-wrap: wrap;
    overflow-y: scroll !important;
    max-height: 600px;
  }
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content .double-column .right-items {
  max-width: 32%;
  width: 32%;
  padding-bottom: 24px;
  margin-left: 16px;
}
@media only screen and (max-width: 1215px) {
  .vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content .double-column .right-items {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content .banner-section {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content .banner-section .banner-full {
  width: 100%;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content .banner-section .banner-full .banner-img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content .banner-section .banner-50 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content .banner-section .banner-33 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_content .banner-section .banner-item {
  column-gap: 16px;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_products {
  padding: 24px 0;
  border-top: 1px solid #F5F5F5;
  margin-top: 24px;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_products .title-row {
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_products .title-row .title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_products .title-row .title .icon {
  width: 15px;
  height: 15px;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_products .title-row .title .icon svg,
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_products .title-row .title .icon img {
  width: 100%;
  height: 100%;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_products .title-row .title .main-title {
  padding-right: 4px;
  font-size: 15px;
  font-weight: 600;
  line-height: 23.25px;
  letter-spacing: -0.5px;
  color: #292D32;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_products .title-row .show-more a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_products .title-row .show-more a .show-more_title {
  display: inline-flex;
  font-size: 13px;
  font-weight: 400;
  line-height: 20.15px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #8F8F8F;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_products .title-row .show-more a .show-more_title span {
  font-weight: 500;
  padding: 0 2px;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_products .title-row .show-more a .icon {
  display: inline-flex;
  width: 12px;
  height: 12px;
  margin-right: 2px;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_products .title-row .show-more a .icon img,
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_products .title-row .show-more a .icon svg {
  width: 100%;
  height: 100%;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_products .products {
  padding-right: 24px;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_products .products .searchBoxHome-v3_products-swiper {
  display: flex;
  flex-direction: row;
  padding-left: 14px;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_products .products .item {
  width: 100%;
  max-width: 184px;
  background: #F6F6F6;
  padding: 12px;
  border-radius: 8px;
  position: relative;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_products .products .item .head {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  left: 12px;
  top: 12px;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_products .products .item .head .circle-precentage {
  border: 1px solid #ED2E7E;
  width: 20px;
  height: 20px;
  padding: 1px 4px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_products .products .item .image {
  position: relative;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_products .products .item .image .main-image {
  width: 100%;
  height: 100%;
  max-width: 160px;
  max-height: 160px;
  margin-bottom: 4px;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_products .products .item .image .vp-product-item-theme-v2.in-productBox {
  bottom: 0;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_products .products .item .caption {
  color: #292D32;
  font-size: 14px;
  font-weight: 600;
  line-height: 21.95px;
  letter-spacing: -0.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  margin-bottom: 4px;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_products .products .item .prices {
  display: flex;
  flex-direction: column;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_products .products .item .prices .main-price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_products .products .item .prices .main-price .value {
  color: #292D32;
  font-size: 16px;
  font-weight: 600;
  line-height: 24.8px;
  letter-spacing: -1px;
  margin-left: 2px;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_products .products .item .prices .main-price .text {
  color: #292D32;
  font-size: 12px;
  font-weight: 600;
  line-height: 15.68px;
  letter-spacing: -0.5px;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_products .products .item .prices .off-price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_products .products .item .prices .off-price .value {
  font-size: 14px;
  font-weight: 600;
  line-height: 21.7px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #BCBCBC;
  margin-left: 2px;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_products .products .item .prices .off-price .off {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-left: 2px;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_products .products .item .prices .off-price .off .value {
  color: #ED2E7E;
  font-size: 14px;
  font-weight: 700;
  line-height: 21.7px;
  letter-spacing: -0.5px;
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_products.double-column_products {
  max-width: 68% !important;
  width: 65% !important;
  border-top: 0 !important;
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 1215px) {
  .vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_products.double-column_products {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_products.double-column_products .products {
  padding-bottom: 24px;
  max-width: 100%;
  padding-right: 0 !important;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media only screen and (max-width: 1300px) {
  .vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_products.double-column_products .products {
    grid-template-columns: repeat(2, 1fr);
  }
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_products.double-column_products .products .item {
  width: 100%;
}
@media only screen and (max-width: 1300px) {
  .vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_products.double-column_products .products .item {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.vp-search-box .searchBoxHome-v3_result .searchBoxHome-v3_products.double-column_products .show-more {
  display: flex;
  justify-content: flex-end;
  color: #168FDF;
  font-size: 14px;
  font-weight: 600;
  line-height: 21.7px;
}
.vp-search-box .searchBoxHome-v3_result .double-column_products {
  padding-top: 24px !important;
  margin-top: 0 !important;
}
.searchBoxHome-v3_form {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}
.searchBoxHome-v3_form input {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #8F8F8F !important;
  height: 100% !important;
  width: 90% !important;
  background: transparent !important;
}
.searchBoxHome-v3_form input::placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #8F8F8F !important;
}
.searchBoxHome-v3_form button {
  background: transparent !important;
  border: none !important;
  width: 10% !important;
  height: 100% !important;
  cursor: pointer !important;
  text-align: left !important;
  padding: 0 !important;
}
.searchBoxHome-v3_form button img {
  width: 20px !important;
  height: 20px !important;
}
.vp-search-box .vp-search-box-result {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  margin-right: 24px;
  background: #FFFFFF;
  box-shadow: 0px 12px 12px -12px rgba(0, 0, 0, 0.2), 12px 0px 12px -12px rgba(0, 0, 0, 0.2), -12px 0px 12px -12px rgba(0, 0, 0, 0.2) !important;
  position: absolute;
  top: 47px !important;
  border-radius: 0 0 24px 24px;
}
.vp-search-box .vp-search-box-result.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 1215px) {
  .vp-search-box .vp-search-box-result {
    max-width: 400px;
    width: 400px;
  }
}
@media only screen and (max-width: 969px) {
  .vp-search-box .vp-search-box-result {
    max-width: 390px;
    width: 390px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .vp-search-box .vp-search-box-result {
    display: none !important;
  }
}
.vp-search-box-result .vp-content .vp-search-tops {
  margin-bottom: 0 !important;
  padding-bottom: 24px !important;
}
.vp-search-box-result .vp-content .vp-search-tops .vp-title {
  margin-top: 8px !important;
  color: #292D32 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 23.25px !important;
  letter-spacing: -0.5px !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
.vp-search-box-result .vp-content .vp-search-tops .vp-title .icon {
  max-width: 20px !important;
  max-height: 23px !important;
  margin-left: 4px !important;
}
.vp-search-box-result .vp-content .vp-search-tops .vp-title .vp-title {
  margin-top: 0 !important;
}
.vp-search-box-result .vp-content .vp-search-tops .vp-content span {
  color: #8F8F8F !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 21.7px !important;
  text-align: center !important;
  background: #F6F6F6 !important;
  max-width: max-content !important;
  width: max-content !important;
  padding: 4px 12px !important;
  margin: 0 0 3px 8px !important;
}
.vp-search-box-result .vp-content .vp-search-tops .vp-content span i {
  display: none !important;
}
.vp-search-box-result .vp-content .vp-search-history {
  padding-top: 24px !important;
  border-top: 1px solid #F5F5F5 !important;
}
.vp-search-box-result .vp-content .vp-search-history .vp-title {
  margin-top: 0 !important;
  color: #292D32 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 23.25px !important;
  letter-spacing: -0.5px !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
.vp-search-box-result .vp-content .vp-search-history .vp-title .icon {
  max-width: 20px !important;
  max-height: 23px !important;
  margin-left: 4px !important;
}
.vp-search-box-result .vp-content .vp-search-history .vp-title .vp-title {
  margin-top: 0 !important;
}
.vp-search-box-result .vp-content .vp-search-history .vp-search-history-clear {
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 21.7px !important;
  letter-spacing: -0.5px !important;
  text-align: right !important;
  color: #168FDF !important;
}
.vp-search-box-result .vp-content .vp-search-history .vp-content {
  display: flex;
  align-items: center;
}
.vp-search-box-result .vp-content .vp-search-history .vp-content span {
  color: #8F8F8F !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 21.7px !important;
  text-align: center !important;
  background: #F6F6F6 !important;
  max-width: max-content !important;
  width: max-content !important;
  padding: 4px 12px !important;
  margin: 0 0 3px 8px !important;
  border-radius: 16px !important;
}
.vp-search-box-result .vp-content .vp-search-history .vp-content span i {
  display: none !important;
}
.vp-search-container.vp-search-result .vp-tab-content {
  background: #ffffff !important;
  padding: 24px !important;
  padding-left: 0 !important;
}
.vp-search-container.vp-search-result .vp-tab-content .tab-container-head .content-head span {
  color: #292D32 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 23.25px !important;
  letter-spacing: -0.5px !important;
  margin-bottom: 24px !important;
}
.vp-search-container.vp-search-result .vp-tab-content .vp-products-grid {
  gap: 16px !important;
}
.vp-search-container.vp-search-result .vp-tab-content .vp-products-grid .vp-product-item-theme {
  flex: 0 0 31% !important;
  margin: 0 !important;
}
.vp-search-container.vp-search-result .vp-tab-content .vp-products-grid .item {
  flex: 0 0 31% !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 31% !important;
  background: #F6F6F6;
  padding: 12px;
  border-radius: 8px;
  position: relative;
}
.vp-search-container.vp-search-result .vp-tab-content .vp-products-grid .item .head {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  left: 12px;
  top: 12px;
}
.vp-search-container.vp-search-result .vp-tab-content .vp-products-grid .item .head .circle-precentage {
  border: 1px solid #ED2E7E;
  width: 20px;
  height: 20px;
  padding: 1px 4px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
}
.vp-search-container.vp-search-result .vp-tab-content .vp-products-grid .item .image {
  position: relative;
  text-align: center;
}
.vp-search-container.vp-search-result .vp-tab-content .vp-products-grid .item .image .main-image {
  width: 100%;
  height: 100%;
  max-width: 160px;
  max-height: 160px;
  margin-bottom: 4px;
}
.vp-search-container.vp-search-result .vp-tab-content .vp-products-grid .item .image .main-image img {
  mix-blend-mode: multiply !important;
}
.vp-search-container.vp-search-result .vp-tab-content .vp-products-grid .item .image .vp-product-item-theme-v2.in-productBox {
  bottom: 0;
}
.vp-search-container.vp-search-result .vp-tab-content .vp-products-grid .item .caption {
  color: #292D32;
  font-size: 14px;
  font-weight: 600;
  line-height: 21.95px;
  letter-spacing: -0.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  margin-bottom: 4px;
  margin-top: 4px !important;
  min-height: 44px !important;
}
.vp-search-container.vp-search-result .vp-tab-content .vp-products-grid .item .prices {
  display: flex;
  flex-direction: column;
}
.vp-search-container.vp-search-result .vp-tab-content .vp-products-grid .item .prices .main-price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
.vp-search-container.vp-search-result .vp-tab-content .vp-products-grid .item .prices .main-price .value {
  color: #292D32;
  font-size: 16px;
  font-weight: 600;
  line-height: 24.8px;
  letter-spacing: -1px;
  margin-left: 2px;
}
.vp-search-container.vp-search-result .vp-tab-content .vp-products-grid .item .prices .main-price .value-noexisting {
  color: #E41D32 !important;
}
.vp-search-container.vp-search-result .vp-tab-content .vp-products-grid .item .prices .main-price .text {
  color: #292D32;
  font-size: 12px;
  font-weight: 600;
  line-height: 15.68px;
  letter-spacing: -0.5px;
}
.vp-search-container.vp-search-result .vp-tab-content .vp-products-grid .item .prices .off-price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.vp-search-container.vp-search-result .vp-tab-content .vp-products-grid .item .prices .off-price .value {
  font-size: 14px;
  font-weight: 600;
  line-height: 21.7px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #BCBCBC;
  margin-left: 2px;
  text-decoration: line-through !important;
  width: max-content !important;
}
.vp-search-container.vp-search-result .vp-tab-content .vp-products-grid .item .prices .off-price .text {
  color: #BCBCBC;
  font-size: 12px;
  font-weight: 600;
  line-height: 15.68px;
  letter-spacing: -0.5px;
  text-decoration: line-through !important;
  width: max-content !important;
}
.vp-search-container.vp-search-result .vp-tab-content .vp-products-grid .item .prices .off-price .off {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-left: 2px;
  text-decoration: none !important;
}
.vp-search-container.vp-search-result .vp-tab-content .vp-products-grid .item .prices .off-price .off .percentage {
  font-size: 8px;
  font-weight: 700;
  line-height: 21.7px;
  letter-spacing: -0.5px;
  color: #E41D32;
}
.vp-search-container.vp-search-result .vp-tab-content .vp-products-grid .item .prices .off-price .off .value {
  color: #E41D32;
  font-size: 14px;
  font-weight: 700;
  line-height: 21.7px;
  letter-spacing: -0.5px;
  text-decoration: none !important;
}
.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-tab-header {
  padding-top: 24px !important;
}
.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-tab-header .title-tab {
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 23.25px !important;
  letter-spacing: -0.5px !important;
  color: #292D32 !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 16px !important;
}
.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-tab-header .content ul {
  display: flex !important;
  flex-direction: column !important;
  row-gap: 16px !important;
}
.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-tab-header .content ul li {
  padding-bottom: 0 !important;
}
.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-tab-header .content ul li .vp-item {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
}
.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-tab-header .content ul li .vp-item a {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}
.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-tab-header .content ul li .vp-item a .right {
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
}
.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-tab-header .content ul li .vp-item a .right svg {
  height: 100% !important;
  min-height: 21px !important;
}
.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-tab-header .content ul li .vp-item a span {
  font-family: yekanbakhen;
  color: #292D32 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 23.25px !important;
  letter-spacing: -0.5px !important;
  margin-right: 4px !important;
}
.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-tab-header .content ul li .vp-item a .left {
  min-height: 21px !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
}
.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-tab-header [vp-id="brands"] {
  padding-bottom: 16px !important;
}
.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-tab-header [vp-id="categories"] {
  margin-top: 0 !important;
}
.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-tab-header [vp-id="categories"] .title-tab {
  padding-top: 16px !important;
  border-top: 1px solid #F5F5F5 !important;
}
.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-tab-header [vp-id="categories"] .content ul li a {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}
.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-tab-header [vp-id="categories"] .content ul li a .right {
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
}
.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-tab-header [vp-id="categories"] .content ul li a .right svg {
  height: 100% !important;
  min-height: 21px !important;
}
.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-tab-header [vp-id="categories"] .content ul li a span {
  color: #292D32 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 23.25px !important;
  letter-spacing: -0.5px !important;
  margin-right: 4px !important;
}
.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-tab-header [vp-id="categories"] .content ul li a .left {
  min-height: 21px !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
}
.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-products-grid {
  max-height: 456px !important;
}
.vp-search-box .vp-search-box-clean i {
  color: #8F8F8F !important;
}
.vp-quantity-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32px;
  height: 32px;
  max-height: 32px;
  max-width: 32px;
}
/*# sourceMappingURL=searchBoxV3.css.map */