.product-item .gr-product-options {
  margin-bottom: 15px;
}
.text-right-left.text-right-left2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px;
}
.text-right-left.text-right-left2 a {
  float: none;
}
.text-right-left.text-right-left2:after {
  display: none;
}
.shop2-product-actions {
  display: none;
}
.product_columns_4 .product-list.thumbs .product-item__bottom .shop2-discount-wrapper {
  margin: 20px 0 0;
}
.shop2-discount-wrapper {
  border-bottom: 1px solid rgba(16, 16, 16, 0.08);
  margin: 0 0 20px;
  width: 100%;
}
.shop2-discount:empty {
  border-bottom: 0;
  margin: 0;
}
.shop2-discount-title {
  font-size: 14px;
  padding: 0 0 6px;
  font-weight: 500;
  font-size: 15px;
}
.shop2-discount-item {
  padding: 5px;
  border-top: 1px solid rgba(16, 16, 16, 0.08);
  line-height: 0;
  font-size: 0;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  background: none;
  gap: 5px;
  font-size: 14px;
}
.shop2-discount-item-title {
  max-width: 50%;
  width: 100%;
  line-height: normal;
  flex: 1 1 auto;
}
.shop2-discount-item-value {
  display: flex;
  flex: 1 1 auto;
  gap: 3px;
  max-width: 25%;
  width: 100%;
  line-height: normal;
}
.shop2-discount-item-price-wrapper {
  display: flex;
  max-width: 25%;
  width: 100%;
  align-items: center;
  gap: 5px;
  flex: 1 1 auto;
}
.shop2-discount-item-price-value {
  line-height: normal;
  display: flex;
  gap: 3px;
}
.shop2-discount-item-active {
  background: #644f92;
  color: #fff;
}
@media (max-width: 480px) {
  .product_columns_4 .product-list.thumbs .product-item__bottom .shop2-discount-item-value {
    display: none;
  }
}
