:root {
  --blue: #007bff;
  --red: #dc3545;
  --blue-hover: #007bffb8;
  --black: #222;
  --yellow: #ffc107;
}
.product_container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
body {
  background-color: #f9f9f9;
}

.advance_product_group,
.filters > div,
.products,
.product_advance_order_by {
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  padding: 15px 0;
  /*margin-bottom: 15px;*/
}
.row.list_main.sticky_parent {
  font-family: vazir;
}
.f_content {
  position: relative;
}
.filters {
  display: none;
  padding-right: 15px;
  padding-left: 15px;
}
.products {
  padding: 0;
}
.gp_single {
  padding: 8px;
  text-align: center;
  border-bottom: 1px solid silver;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.gp_single:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-color: transparent;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.gp_image_div {
  overflow: hidden;
}
.gp_image_div > img {
  border-radius: 3px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.gp_content_div {
  color: #484848;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: bold;
}
.gp_locations > ul {
}
.gp_locations > ul > li {
}
.gp_locations > ul > li > a {
  color: gray;
  margin-right: 10px;
}
.gp_locations > ul > li > a:hover {
  color: var(--blue);
}
.gp_locations > ul > li > ul {
  margin-right: 15px;
  border-right: 2px solid #adadad;
}
.gp_locations > ul > li > ul > li {
}
.gp_locations > ul > li > ul > li > span {
  color: var(--blue);
}
.gp_locations > ul > li > ul > li > a {
}
.gp_locations > ul > li > ul > li > ul {
  margin-right: 30px;
  border-right: 2px solid #adadad;
}
.gp_locations > ul > li > ul > li > ul > li {
  display: flex;
  align-items: center;
}
.gp_locations > ul > li > ul > li > ul > li > a {
  font-size: 13px;
  color: gray;
}
.gp_locations > ul > li > ul > li > ul > li > a:hover {
  color: var(--blue);
}
span.line_list {
  height: 2px;
  width: 15px;
  display: inline-block;
  background-color: #adadad;
  margin-left: 8px;
}
.product_single {
  text-align: center;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.product_single .image_div {
  height: 230px;
  padding-top: 22px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.img_1 {
  position: relative;
  z-index: 1;
}
.img_2 {
  position: absolute;
  right: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.product_single:hover .img_2 {
  opacity: 1;
}
.product_single .content {
  height: 100%;
}
.product_single .content > .product_name {
  color: #4c4c4c;
  font-size: 13px;
  letter-spacing: 0px;
  height: 80px;
  text-align: center;
  margin-top: 8px;
  line-height: 25px;
}
.product_single .content > .discount_content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.price_before_discount {
  color: gray;
  font-size: 13px;
  text-decoration: line-through;
  text-align: center;
}
.discount {
  background-image: url(/htmls/upload/image/discount.png);
  background-position: center;
  background-size: cover;
  height: 50px;
  width: 50px;
  position: absolute;
  right: 5px;
  top: 30%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: white;
  z-index: 99;
}
.product_single .content > .price {
  color: green;
  letter-spacing: 2px;
  text-align: center;
  font-weight: bold;
}

.empty_stock {
  color: #a94442;
  text-align: center;
  letter-spacing: 1px;
}
.prd_col {
  /*box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);*/
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-transition: 0.2s;
  border-bottom: 30px solid #f9f9f9;
}
.prd_col:hover {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 4px 8px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.product_colors {
  position: absolute;
  right: 5px;
  top: 5px;
  display: flex;
  flex-direction: column;
}
.product_colors > span {
  height: 8px;
  width: 8px;
  margin: 1px 0;
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.advance_product_pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0;
}
.advance_product_pagination > span {
  height: 35px;
  width: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.advance_product_pagination > span:hover {
  background-color: #e8e8e8;
}
.advance_product_pagination > span.active {
  background-color: var(--blue);
  color: white;
  font-weight: bold;
  cursor: default;
}
.gp_filter_params {
  padding: 0 !important;
}
.bb {
  border-bottom: 1px solid #e7e7e7;
}
.param_title {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 15px;
  -webkit-user-select: none;
  user-select: none;
}
.param_title > .p_icon {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.param_title > .p_icon.rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.param_title > .param_name {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.param_sch_box {
  padding: 6px 15px;
  border-bottom: 1px solid #e7e7e7;
}
.param_sch_box > input {
  line-height: 15px;
  font-size: 14px;
  width: 100%;
  padding: 5px;
  border: 1px solid var(--blue);
  border-radius: 4px;
  -webkit-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
.param_sch_box > input:focus {
  outline: none;
  box-shadow: 0 0px 12px var(--blue-hover);
}
.param_content {
  max-height: 350px;
  overflow-y: auto;
}
.param_content::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.param_content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px white;
}

/* Handle */
.param_content::-webkit-scrollbar-thumb {
  background: silver;
  cursor: ns-resize;
}

/* Handle on hover */
.param_content::-webkit-scrollbar-thumb:hover {
  background: gray;
}
.param_content > p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  font-size: 14px;
  color: #4a4a4a;
  cursor: pointer;
}
.param_content > p.active {
  background-color: #eee !important;
  font-weight: bold;
}
.param_content > p:hover {
  background-color: #eee;
}
.param_content > p > label {
  cursor: pointer;
  width: 100%;
  -webkit-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.param_content > p > label > i {
  font-size: 20px;
}
.param_content > p > label > i.fa-check-square-o {
  color: var(--blue);
}
.empty_result > span {
  text-align: center;
  display: block;
  font-size: 20px;
  /* margin: 30px 0; */
  padding: 60px 0;
  letter-spacing: 1px;
  color: #7e7e7e;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  border-right: 6px solid var(--blue);
}
span.loading {
  position: fixed;
  z-index: 9999999999999999;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading {
  position: fixed;
  z-index: 99;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.3);
  display: none;
}
.loading > span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.loading > span > img {
  height: 60px;
  width: 60px;
}
.price_range {
  display: block;
  margin: 0 15px;
  padding: 20px 0;
}
.price_range > input {
  border: none;
  font-size: 13px;
}
.ui-state-default:focus,
.price_range > input:focus {
  outline: none;
}
.amounts {
  margin-top: 30px;
}
.amounts_filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.price_range {
  -webkit-user-select: none;
  user-select: none;
}
div#slider-range {
  height: 2px;
  border: none;
  border-radius: 0px;
  background-color: transparent;
  padding-bottom: 20px;
  border-top: 3px solid silver;
}
.ui-slider-range.ui-corner-all.ui-widget-header {
  background-color: transparent;
  border-radius: 5px 5px 0px 0px;
  padding-bottom: 20px;
  margin-top: -3px;
  border: 3px solid var(--blue);
  border-bottom: 0;
}
.ui-slider-horizontal .ui-slider-handle {
  top: 3px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  background-color: var(--blue);
  border: none;
}
.ui-slider-horizontal .ui-slider-handle:last-child {
  transform: rotate(-5deg);
}
.ui-slider-horizontal .ui-slider-handle:nth-child(2) {
  transform: rotate(5deg);
}
.ui-slider-handle > i {
  color: var(--blue);
  position: relative;
  bottom: 9px;
}
.ui-state-active > i {
  color: #ff2e8a;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: none;
  background: #ff2e8a;
  font-weight: normal;
  color: #ffffff;
}
span.min_amount,
span.max_amount {
  font-size: 14px;
  letter-spacing: 1px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
button.set_price_range_filter {
  background-color: var(--blue-hover);
  color: white;
  border: none;
  border-radius: 4px;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.set_price_range_filter:hover {
  background-color: var(--blue);
}
.set_price_range_filter > i {
  font-size: 20px;
}
.p15 {
  padding: 15px;
}
.p_r_l_15 {
  margin-right: 15px;
  margin-left: 15px;
}
span.filter_applied {
  background-color: #e3e3e3;
  border-radius: 12px;
  font-size: 13px;
  padding: 0 7px;
  display: inline-flex;
  line-height: 23px;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  user-select: none;
  margin: 3px 0px;
  margin-left: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
span.filter_applied:hover {
  background-color: #ff3838;
  color: white;
}
span.filter_applied > i {
  color: #ff3838;
  font-size: 11px;
  margin-right: 1px;
}
span.filter_applied:hover > i {
  color: white;
}
.fsf {
  display: none;
}
.sticky {
  will-change: min-height;
}
span.spec {
  height: 15px;
  display: block;
}
.product_advance_order_by > div {
  display: flex;
}
span.order_title {
  font-size: 14px;
  color: var(--black);
  font-weight: 500;
  margin-left: 20px;
  display: flex;
  align-items: center;
}
span.order_title > i {
  font-size: 20px;
  margin-left: 10px;
}
.single_order {
  color: dimgray;
  padding: 3px 10px;
  border-radius: 3px;
  font-size: 13px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-transition: 0.2s;
  cursor: pointer;
}
.single_order:hover {
  /*color: ;*/
  background-color: #eee;
  border-color: var(--blue-hover);
}
.single_order.active {
  font-weight: 500;
  color: white;
  border-color: transparent;
  background-color: var(--blue);
  margin: 0 10px;
  padding: 6px 10px;
}
.mobile_option {
  display: none;
  padding-bottom: 5px;
}
.mobile_option > button {
  border: none;
  background-color: white;
  border-radius: 4px;
  margin-left: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  min-width: 120px;
  color: var(--black);
  font-weight: 500;
  position: relative;
}
.mobile_option > button > i {
  color: var(--blue);
  font-size: 20px;
  position: absolute;
  right: 4px;
  line-height: 35px;
}
@media screen and (min-width: 768px) {
  .product_container {
    width: 758px;
  }
}
@media screen and (min-width: 992px) {
  .product_container {
    width: 982px;
  }
  .product_single {
    display: inline-block;
    width: 100%;
  }
  .product_single .content {
    height: 118px;
  }
  .filters {
    display: block !important;
  }
}
@media screen and (min-width: 1200px) {
  .product_container {
    width: 1190px;
  }
}
@media screen and (min-width: 1440px) {
  .product_container {
    width: 1430px;
  }
}
@media screen and (min-width: 1680px) {
  .product_container {
    width: 1670px;
  }
}

@media screen and (max-width: 768px) {
}
@media screen and (max-width: 992px) {
  .product_single {
    /* height: 200px; */
    padding: 0;
  }

  .product_single .image_div{
    height: auto;
  }
  
  .product_single .content > .product_name,
  .product_single .content > .discount_content,
  .product_single .content > .price {
    text-align: right;
    line-height: 25px;
  }
  .product_single .image_div {
    max-width: 150px;
  }
  .product_single .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 8px;
  }
  .product_single .content > .discount_content {
    position: static;
  }
  .discount {
    left: 20px;
    right: unset;
  }
  .empty_stock {
    text-align: right;
  }
  .mobile_option {
    width: 100%;
    float: right;
    display: flex;
    justify-content: center;
    margin: 10px 0;
  }
  .mobile_option.fix_to_top {
    position: fixed;
    top: 8px;
    z-index: 999;
  }

  .product_advance_order_by {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.2);
    display: none;
    align-items: center;
    justify-content: center;
  }
  .product_advance_order_by._show {
    display: flex;
    margin: 0;
  }
  .product_advance_order_by > div {
    background-color: white;
    flex-direction: column;
    align-items: center;
    width: max-content;
    border-radius: 5px;
    padding: 15px;
  }
  .product_advance_order_by .orders {
    display: flex;
    flex-direction: column;
  }
  .product_advance_order_by .orders > .single_order {
    min-width: 150px;
    margin-bottom: 5px;
  }
  .product_advance_order_by .orders > .single_order.active {
    padding: 3px 10px;
    margin: 0;
  }
  .helper_fix_mobile_option {
    height: 42px;
  }
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1680px) {
}

.holder {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.preloader {
  /* size */
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  animation: rotatePreloader 2s infinite ease-in;
}

@keyframes rotatePreloader {
  0% {
    transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
  }
}
.preloader div {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.preloader div:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0%;
  width: 10%;
  height: 10%;
  background-color: var(--blue);
  transform: translateX(-50%);
  border-radius: 50%;
}

.preloader div:nth-child(1) {
  transform: rotateZ(0deg);
  animation: rotateCircle1 2s infinite linear;
  z-index: 9;
}

@keyframes rotateCircle1 {
  0% {
    opacity: 0;
  }
  0% {
    opacity: 1;
    transform: rotateZ(36deg);
  }
  7% {
    transform: rotateZ(0deg);
  }
  57% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(2) {
  transform: rotateZ(36deg);
  animation: rotateCircle2 2s infinite linear;
  z-index: 8;
}

@keyframes rotateCircle2 {
  5% {
    opacity: 0;
  }
  5.0001% {
    opacity: 1;
    transform: rotateZ(0deg);
  }
  12% {
    transform: rotateZ(-36deg);
  }
  62% {
    transform: rotateZ(-36deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(3) {
  transform: rotateZ(72deg);
  animation: rotateCircle3 2s infinite linear;
  z-index: 7;
}

@keyframes rotateCircle3 {
  10% {
    opacity: 0;
  }
  10.0002% {
    opacity: 1;
    transform: rotateZ(-36deg);
  }
  17% {
    transform: rotateZ(-72deg);
  }
  67% {
    transform: rotateZ(-72deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(4) {
  transform: rotateZ(108deg);
  animation: rotateCircle4 2s infinite linear;
  z-index: 6;
}

@keyframes rotateCircle4 {
  15% {
    opacity: 0;
  }
  15.0003% {
    opacity: 1;
    transform: rotateZ(-72deg);
  }
  22% {
    transform: rotateZ(-108deg);
  }
  72% {
    transform: rotateZ(-108deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(5) {
  transform: rotateZ(144deg);
  animation: rotateCircle5 2s infinite linear;
  z-index: 5;
}

@keyframes rotateCircle5 {
  20% {
    opacity: 0;
  }
  20.0004% {
    opacity: 1;
    transform: rotateZ(-108deg);
  }
  27% {
    transform: rotateZ(-144deg);
  }
  77% {
    transform: rotateZ(-144deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(6) {
  transform: rotateZ(180deg);
  animation: rotateCircle6 2s infinite linear;
  z-index: 4;
}

@keyframes rotateCircle6 {
  25% {
    opacity: 0;
  }
  25.0005% {
    opacity: 1;
    transform: rotateZ(-144deg);
  }
  32% {
    transform: rotateZ(-180deg);
  }
  82% {
    transform: rotateZ(-180deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(7) {
  transform: rotateZ(216deg);
  animation: rotateCircle7 2s infinite linear;
  z-index: 3;
}

@keyframes rotateCircle7 {
  30% {
    opacity: 0;
  }
  30.0006% {
    opacity: 1;
    transform: rotateZ(-180deg);
  }
  37% {
    transform: rotateZ(-216deg);
  }
  87% {
    transform: rotateZ(-216deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(8) {
  transform: rotateZ(252deg);
  animation: rotateCircle8 2s infinite linear;
  z-index: 2;
}

@keyframes rotateCircle8 {
  35% {
    opacity: 0;
  }
  35.0007% {
    opacity: 1;
    transform: rotateZ(-216deg);
  }
  42% {
    transform: rotateZ(-252deg);
  }
  92% {
    transform: rotateZ(-252deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(9) {
  transform: rotateZ(288deg);
  animation: rotateCircle9 2s infinite linear;
  z-index: 1;
}

@keyframes rotateCircle9 {
  40% {
    opacity: 0;
  }
  40.0008% {
    opacity: 1;
    transform: rotateZ(-252deg);
  }
  47% {
    transform: rotateZ(-288deg);
  }
  97% {
    transform: rotateZ(-288deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(10) {
  transform: rotateZ(324deg);
  animation: rotateCircle10 2s infinite linear;
  z-index: 0;
}

@keyframes rotateCircle10 {
  45% {
    opacity: 0;
  }
  45.0009% {
    opacity: 1;
    transform: rotateZ(-288deg);
  }
  52% {
    transform: rotateZ(-324deg);
  }
  102% {
    transform: rotateZ(-324deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}

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

.votes {
  position: absolute;
  left: 0px;
  z-index: 99;
  top: 0px;
  color: #363636;
  display: flex;
  flex-direction: row-reverse;
}

.countdown.show .running .labels span {
  margin: -5px 3px;
}

.diposit_into_wallet {
  color: var(--red);
  display: flex;
  align-items: center;
}
.diposit_into_wallet > i {
  font-size: 15px;
  margin-right: 3px;
}
.discount_content > .line {
  height: 25px;
  border-right: 2px solid var(--blue);
  margin: 0 8px;
}
.prd_col {
  overflow: hidden;
}
.prd_col:hover {
  overflow: visible;
  border-radius: 4px;
}
.prd_col:hover .prd_after {
  border-radius: 0px 0px 4px 4px;
  opacity: 1;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: 0.3s;
  -moz-transition: 0.2s;
  transition: 0.3s;
}
.prd_after {
  opacity: 0;
  background-color: #9d9d9d;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -40px;
  right: 0px;
  left: 0px;
  height: 40px;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
}
.prd_after > a {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.prd_after > a > i {
  font-size: 22px;
  color: #e2e2e2;
}
.prd_after > a:hover > i {
  color: #313131;
}
