.product-stock ul {
    padding-left: 20px;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    list-style: disc;
}
.old-price,
.percent-price{
  display:inline-flex;
  align-items:center;
  vertical-align:middle;
}

.percent-price{ margin-left:10px; }

.zw-old-price{
  color:#666;
  font-size:14px;
  line-height:1.2;
  text-decoration:none; 
}

.zw-discount-percent{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:2px 8px;
  border-radius:999px;
  border:1px solid #ff4d4f;
  color:#ff4d4f;
  background:#fff;
  font-size:12px;
  font-weight:600;
  line-height:1;
  white-space:nowrap;
}
.gttctk {
    display: flex;
    width: 100%;
    align-items: center;
}

.bread-crumb, .bread-crumb .container, .loader-ellips, .news__item, .product-box__image {
    position: relative;
      margin-bottom: 10px;
}
.news__item .news__item-image {
    overflow: hidden;
}
.news__item .news__item-image>a, .review_form.open, .tags ul li a {
    display: block;
}
.news__item .news__item-image img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    width: 100%;
    transition: 0.5s;
}
.news__item:hover .news__item-image img {
    transform: scale(1.1);
}
.news__item .news__item-title {
  	height:72px;
    padding: 1rem;
    background: #fff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.news__item .news__item-title h3 {
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}
.section_title h2 {
    font-size: 20px;
}
.product-img img{
  display:block;            
  width:220px;
  height:220px;
  margin:0 auto;
  object-fit:contain;
}
  .product-card__top {
    justify-content: center;
}
.tags-item {
	display:none;
}
@media(max-width:767px){
.product-img img {
        width: 100%;
        height: 170px;
  }
     .extrainfo {
        display: block;
    }
      .extrainfo li {
        width: 100%;
    }
  .details-pro .price-box .special-price {
    font-size: 18px !important;
}
  .zw-discount-percent{
padding: 2px 2px;  }
.hitdttk {
        font-size: 12px;
    }

}
@media (min-width: 992px) and (max-width: 1699px) {
    .news__item:not(.news__item-first) .news__item-title h3 a {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
} 
.product-detail__price .section-sale__timer .box-countdown .soon-group.soon-group-sub {
    background: #fce5e5 !important;
    color: #d70018;
} 
.product-viewed img {
    height: auto;
}