.product-gallery .product-options ul li.active a {
  background-color: red;
}

.product-gallery .product-options ul li.active i {
  color: white;
}

/* Write your code here */
/*# sourceMappingURL=custom.css.map */
.bottom-navigation {
  direction: rtl;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 99;
  display: flex;
  align-items: center;
  text-align: center;
  font-family: iranyekan;
  font-size: 14px;
  box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.05);
}
@media (min-width: 992px) {
  .bottom-navigation {
    display: none;
  }
}
.bottom-navigation .navigation-item {
  flex: 1 1 0;
  border-top: 1px solid #e2e2e2;
}
.bottom-navigation .navigation-item a {
  display: block;
  color: #7c7c7c;
  padding-top: 2px;
  line-height: 14px;
  border-top: 1px solid transparent;
  padding-bottom: 5px;
}
.bottom-navigation .navigation-item a .text {
  display: block;
}
.bottom-navigation .navigation-item a .icon {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 6px;
  line-height: 10px;
  height: 28px;
}
.bottom-navigation .navigation-item.active {
  position: relative;
}
.bottom-navigation .navigation-item.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: -1px;
  background-color: #fcb900;
}
.bottom-navigation .navigation-item.active a {
  background: #f1f1f1;
  color: #000;
}
.bottom-navigation .navigation-item.has-badge .icon:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fcb900;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #fff;
}

.display-none {
  display: none;
}

.display-none-i {
  display: none !important;
}

a {
  text-decoration: none !important;
}

.button-primary {
  padding: 5px 10px;
  border-radius: 7px;
  background-color: #fcb900;
  color: white;
}
.button-primary:hover {
  padding: 5px 10px;
  border-radius: 7px;
  background-color: #fff;
  color: #fcb900;
  border-color: #fcb900;
  border-style: solid;
  border-width: 1px;
}

.text-limit-1-row {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical;
}

.cursor-pointer {
  cursor: pointer;
}

.related-price {
  font-size: 15px;
}

.free_ship_banner_bot {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.free_ship_banner_bot_inner {
  width: 77%;
  height: 6px;
  background: #d3d3d3;
  border-radius: 8px;
  overflow: hidden;
  margin-left: 10px;
  margin-bottom: 3px;
}

.progress-bar {
  background: #ef4056;
}

.vam {
  display: flex;
  width: 100px;
  margin: auto;
}

.free_ship_banner_top_right {
  text-align: center;
}

.free_ship_banner_top_right span {
  font-size: 12px;
}
.red {
  color: #ff4500 !important;
}

.progress {
  height: 0.5rem;
  width: 77%;
}

.page-link {
  cursor: pointer;
}