.product-option {
    padding: 12px;
    padding-bottom: 12px;
    padding-bottom: 0;
    border-bottom: 1px solid rgba(0,0,0,.09) !important;
  }
  .selector-wrapper {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .detail-option-title {
    color: #757575;
    max-width: 110px;
    text-transform: capitalize;
    flex: 1;
    line-height: 1;
    position: relative;
    top: -3px;
    margin-bottom: 5px;
    margin-right: 5px;
  }
  .single-option-selector {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
  }
  .option_custom {
    border: 1px solid rgba(0,0,0,0.09);
    position: relative;
    border-radius: 2px;
    cursor: pointer;
    padding: 5px 13px 5px 13px;
    margin-right: 8px;
    margin-bottom: 8px;
    text-align: center;
    font-size: var(--fz-base);
    transition: .3s all;
  }
  .disable::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 40px;
    background: #dd1c1a;
    top: -3px;
    left: 19px;
    transform: rotate(45deg);
  }
  .disable::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 40px;
    background: #dd1c1a;
    top: -3px;
    left: 19px;
    transform: rotate(-45deg);
  }
  .selector-wrapper:last-child {
    margin-bottom: 4px;
  }
  .stock-quantity-noproduct {
    color: var(--red);
    font-size: var(--fz-large);
  }
.product-option.active {
    background: #ffe4d7;
    padding: 10px 10px 1px 10px;
    margin-bottom: 10px;
}
.option_custom:hover, .option_custom.active {
    color: var(--cl-text-2);
    border: 1px solid var(--cl-text-2);
  }
.img-popup img{
    display: block;
    margin: 0 auto;
    max-width: 200px !important;
    height: auto;
} 
.popup-prd-detail .product-detail-quality-bg {
  justify-content: space-between;
  padding: 12px;
}
.product-detail-quality-bg {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}
.product-detail-quality-bg strong {
  color: #757575;
  max-width: 110px;
  text-transform: capitalize;
  font-weight: 400;
  flex: 1;
}
.product-detail-quality {
  font-size: var(--fz-base);
  border-color: var(--cl-grey);
  border-style: solid;
  border-width: 1px;
  position: relative;
  vertical-align: middle;
  display: flex;
  font-weight: 400;
  line-height: 1;
  margin-right: 5px;
  border-radius: 2px;
}
.btn-increment, .btn-decrement {
  font-size: var(--fz-xl);
  color: #757575;
  width: 32px;
  height: 32px;
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 0;
}

@media (max-width: 1024px) {
  .btn-increment, .btn-decrement {
      width: 28px;
      height: 28px;
  }
}
.product-detail-quality .form-control {
  background-color: transparent;
  display: inline-block;
  width: 45px;
  height: 32px;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
  border-radius: 0 !important;
  border-left: 1px solid var(--cl-grey);
  border-right: 1px solid var(--cl-grey);
}
.btn-decrement {
  left: auto;
  right: 0;
  top: 23px;
  border-style: solid none none solid;
  border-width: 1px;
}
.btn-increment, .btn-decrement {
  font-size: var(--fz-xl);
  color: #757575;
  width: 32px;
  height: 32px;
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 0;
}
#dialog-content .selector-wrapper{
  display: block;
}
@media (max-width: 480px) {
  .single-option-selector {
    flex-wrap: wrap;
  }
  .product-detail-quality-bg strong {
    max-width: 90px;
  }
  .option_custom {
    padding: 4px 10px;
  }

}