.picZoomer {
  position: relative;
  /*margin-left: 40px;
      padding: 15px;*/
}

.picZoomer-pic-wp {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.picZoomer-pic-wp:hover .picZoomer-cursor {
  display: block;
}

.picZoomer-zoom-pic {
  position: absolute;
  top: 0;
  left: 0;
}

.picZoomer-pic {
  /*width: 100%;
      height: 100%;*/
}

.picZoomer-zoom-wp {
  display: none;
  position: absolute;
  z-index: 999;
  overflow: hidden;
  background-color: #fff;
  height: 460px;
  margin-top: -19px;
}

.picZoomer-cursor {
  display: none;
  cursor: crosshair;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #eee;
  background-color: rgba(0, 0, 0, 0.1);
}

.picZoomCursor-ico {
  width: 23px;
  height: 23px;
  position: absolute;
  top: 40px;
  left: 40px;
  background: url(images/zoom-ico.png) left top no-repeat;
}

.static-pic {
  vertical-align: middle;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: auto;
  height: 100%;
}

.piclist li {
  display: inline-block;
  width: 90px;
  height: 114px;
  border: 1px solid #eee;
  background: #fff;
  margin: 0 auto;
  text-align: center;
}

.piclist li img {
  width: 80%;
  height: auto;

}

/* custom style */
.picZoomer-pic-wp,
.picZoomer-zoom-wp {
  border: 1px solid #eee;

}



/*===pic-Zoom===*/
.zoom-thumb {
  width: 90px;
  display: inline-block;
  vertical-align: top;
  margin-top: 0px;
}

.zoom-thumb ul.piclist {
  padding-left: 0px;
  top: 0px;
}

._product-images {
  width: 80%;
  display: inline-block;
  background-color: #fff;
  position: relative;
}

._product-images .seller-tag {
  z-index: 99;
}

._product-images .picZoomer {
  width: 100%;
}

._product-images .picZoomer .picZoomer-pic-wp img {
  left: 0px;
}

._product-images .picZoomer img.static-pic {
  width: 70%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

.piclist li img {
  height: 100px;
  object-fit: cover;
}


.product-details-top {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 40px;
  min-height: 460px;
  margin-bottom: 40px;
}

.available-list {
  list-style: none;
  padding: 0;
}

.available-list ul {
  margin: 0;
  padding: 0;
}

.available-list li {
  display: inline-block;
  margin-right: 8px;
  list-style: none;
  padding: 8px 18px;
  border: 1px solid #e4e4e4;
  cursor: pointer;
  transition: background-color 0.3s;
}

.available-list label {}


.available-list input[type="radio"] {
  display: none;
}


.available-list input[type="radio"]:checked+span {

  display: block;
}


.available-list label:active {}

.available-list label:hover {}

.product-details-quantity {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.product-details-quantity-title {
  margin: 0;
  line-height: 30px;
  margin-right: 20px;
}

.quantity-box {
  position: relative;
  width: 98px;
  border-radius: 0px;
  height: 50px;
}

.quantity-box button.sub {
  bottom: 1px;
  top: auto;
  border-top: 1px solid #e1eaea;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.quantity-box button {
  width: 29px;
  height: 29px;
  background-color: transparent;
  color: #333;
  font-size: 8px;
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: #fff;
  border: none;
  border-left: 1px solid #e1eaea;
  border-top-right-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}

.quantity-box input {
  width: 98px;
  border-radius: 0px;
  height: 50px;
  border: 1px solid #e1eaea;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  padding-left: 30px;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  color: #333;
}

.chk-delivery {
  margin-top: 30px;
}

.input-wrapper {
  display: flex;
  align-items: center;
}

.input-wrapper input,
.input-wrapper #btnCheck {
  height: 62px;
}

.input-wrapper input {
  -webkit-appearance: none;
  border-style: none;
  outline: none;
  background-color: #fff;
  border-bottom: 1px solid #e4e4e4;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  padding: 0 1.5rem;
  margin-right: 6px;
  transition: border-bottom-color 0.2s ease;
}

.input-wrapper #btnCheck {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0983CE;
  cursor: pointer;
}

.input-wrapper label {
  display: block;
}

.input-wrapper .location-icon {
  font-size: 24px;
  color: #e4e4e4;
}

.delivery-detail-action {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.action-btn {
  margin-right: 20px;
}

/* .action-btn:last-child a{
    padding: 15px;
} */
.action-btn a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  border: none;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 15px 38px 15px;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;

}

a.product-add-cart {
  background-color: #FFA722;
  color: #fff;

}

a:hover.product-add-cart {
  background-color: #dd8603;

}

a.product-buy-now {
  background-color: #FF6422;
  color: #fff;

}

a:hover.product-buy-now {
  background-color: #d84709;

}

a.product-wish-list {
  background-color: #FAFAFA;
  font-size: 24px;
  color: #717171;
  padding: 8px 12px;
}

.product-detail-cat-tag {
  background-color: #F9F9F9;
  color: #717171;
  display: inline-block;
  padding: 8px 12px;
}

.product-details-top-header {
  margin-top: 4px;
  display: flex;
  align-items: center;
}

.product-detail-product-name h6 {
  font-size: 30px;
  font-weight: 600;
  color: #0983CE;
}

.product-detail-rating {
  margin-left: 24px;
  background-color: #439900;
  color: #fff;
  padding: 8px 14px;
  border-radius: 4px;
}

.product-detail-price-block {
  margin-top: 24px;
}

.offer-price {
  font-size: 28px;
  font-weight: 600;
  color: #0983CE;
  margin-top: 4px;
}

.offer-price .inr-symbol {
  font-size: 20px;
}

.strike-rate {
  font-size: 18px;
  color: #717171;
  font-weight: normal;
}

.offer-price .rate-ofr-per {
  font-size: 16px;
  color: #0FA830;
  margin-left: 8px;
}

.stock-available-in {
  margin-top: 24px;
}

.available-list {
  margin-top: 4px;
}

.action-btn:last-child {
  margin-left: 0;
}

.freq-bought-items {
  display: flex;
  align-items: center;
}

.add-freq-bought {

  position: relative;
  width: 60px;
  height: 60px;
  background-color: #fff;
  margin: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.add-freq-bought::after {
  position: absolute;
  content: "+";
  font-size: 42px;
  color: #717171;

}

.freq-bought-items-single input[type=checkbox] {
  width: 24px;
  height: 24px;
  border-color: #e4e4e4;
  position: absolute;
  top: 24px;
  right: 24px;
}

.freq-bought-items-pricing {
  border: 1px solid #e4e4e4;
  padding: 30px 40px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
}

.freq-cart-add-item {
  position: relative;
  padding-left: 40px;
  margin-left: 60px;
}

.freq-cart-add-item::before {
  position: absolute;
  content: "+";
  font-size: 24px;
  left: 0;
  color: #717171;
  bottom: -2px;
}

.freq-cart-item-label {
  font-size: 18px;
  color: #717171;
  font-weight: 600;
}

.freq-cart-item-rate {
  font-size: 20px;
  color: #212121;
  font-weight: 600;
  margin-top: 16px;
}

.freq-cart-add-item-total {
  position: relative;
  padding-left: 40px;
  margin-left: 60px;
}

.freq-cart-add-item-total::before {
  position: absolute;
  content: "=";
  font-size: 24px;
  left: 0;
  color: #717171;
  bottom: -2px;
}

.freq-bought-items-pricing .block-left {
  display: flex;
}

.content-tabs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}

.content-tabs label {
  order: 1;
  display: block;
  padding: 1rem 2rem;
  margin-right: 0.2rem;
  cursor: pointer;
  background: #fff;
  font-weight: bold;
  transition: background ease 0.2s;
}

.content-tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  min-height: 200px;
  padding: 1rem;
  background: #eaf3ff;
}

.content-tabs input[type="radio"] {
  display: none;
}

.content-tabs input[type="radio"]:checked+label {
  background: #eaf3ff;
}

.content-tabs input[type="radio"]:checked+label+.tab {
  display: block;
}

@media (max-width: 45em) {

  .content-tabs .tab,
  .content-tabs label {
    order: initial;
  }

  .content-tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}

.tab-list {}

.tab-list ul {
  margin: 0;
  padding: 0;
}

.tab-list ul li {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}

.tab-list ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #717171;
  border-radius: 50px;
}

.review-block {
  margin-top: 40px;
  background-color: #fff;
  padding: 30px;
}

.star-rating {
  direction: rtl;
  display: inline-block;
  padding: 20px;
  cursor: default;
}

.star-rating input[type=radio] {
  display: none;
}

.star-rating label {
  color: #bbb;
  font-size: 1rem;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.star-rating label:hover,
.star-rating label:hover~label,
.star-rating input[type=radio]:checked~label {
  color: #f2b600;
}

.product-review-list {
  margin-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 20px;
}

.product-review-list-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.review-list-left {
  display: flex;
  align-items: center;
}

.review-name {
  font-size: 24px;
  margin-right: 12px;
}

.review-details {
  color: #0983CE;
  font-size: 14px;
}

.review-content p {
  font-size: 16px;
}

.add-review-block {
  padding: 30px;
}

.add-review-block .product-rate {
  display: flex;
  align-items: center;
}

.rating-lable {
  font-size: 16px;
  color: #717171;
}

.add-review-text-block textarea {
  width: 100%;
  padding: 20px;
  min-height: 160px;
  border: 1px solid #e4e4e4;
  background-color: #F2F7F7;
}

#review-message {}

#the_count {
  float: right;
  padding: 5px 0;
}

.action-btn button {
  background-color: #FF753A;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  width: 250px;
  text-align: center;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  /*margin-top: 20px;*/
}

.action-btn:hover button {
  background-color: #ee5716;
}

.related_product {}

.related-product-slide {
  background-color: #fff;
  padding: 30px;
}