.product-info-main {
  padding: 50px 10px;
}
.product-info-main .amshopby-option-link {
  display: none;
}
.product-info-main .product-add-form {
  margin-top: 30px;
  padding: 0 10px !important;
}
.product-info-main .product-add-form .table-wrapper thead {
  border-bottom: 1px solid #F2F2F2;
}
.product-info-main .product-add-form .table-wrapper thead .col.item,
.product-info-main .product-add-form .table-wrapper thead .col.qty {
  padding: 10px;
}
.product-info-main .product-add-form .table-wrapper tbody tr:first-child .col.item {
  padding: 10px 10px 5px;
}
.product-info-main .product-add-form .table-wrapper tbody tr:first-child .col.qty {
  padding: 10px 10px 5px;
}
.product-info-main .product-add-form .table-wrapper .col.item {
  font-size: 22px;
  font-weight: 500;
  border-top: none;
  width: 60%;
  padding: 5px 10px;
}
.product-info-main .product-add-form .table-wrapper .col.item .price-box.price-final_price {
  line-height: 40px;
}
.product-info-main .product-add-form .table-wrapper .col.item .price-box.price-final_price .final-currency-price {
  display: none;
}
.product-info-main .product-add-form .table-wrapper .col.item .price-title,
.product-info-main .product-add-form .table-wrapper .col.item .currency {
  display: none;
}
.product-info-main .product-add-form .table-wrapper .col.item .price-container.price-final_price .price {
  font-size: 22px;
  font-weight: 500;
}
.product-info-main .product-add-form .table-wrapper .col.qty {
  text-align: center;
  border-top: none;
  font-size: 22px;
  font-weight: 500;
  padding: 5px 10px;
}
.product-info-main .product-add-form .table-wrapper .col.qty .stock.unavailable {
  margin-top: 5px;
}
.product-info-main .product-add-form .table-wrapper .col.qty .control.qty {
  line-height: 40px;
}
.product-info-main .product-add-form .table-wrapper .col.qty .control.qty input {
  border-radius: 5px;
  height: 34px;
  color: #4F4F4F;
}
.product-info-main .product-add-form .table-wrapper .col.qty .control.qty input.empty-qty {
  border: none;
}
.product-info-main .product-add-form .table-wrapper .col.item:last-child {
  text-align: right;
}
.product-info-main .product-add-form .banner-lite {
  width: 100%;
}
.product-info-main .product-add-form .product-info-price {
  width: 100% !important;
}
.product-info-main .product-add-form .product-info-price .price-box.price-final_price {
  padding: 5px 0;
}
.product-info-main .product-add-form .product-info-price .price-box.price-final_price .grouped-price {
  margin-bottom: 0;
}
.product-info-main .product-add-form .product-info-price .price-box.price-final_price .grouped-price .price {
  color: #EE2028;
  font-weight: 900;
  font-size: 50px;
}
.product-info-main .product-add-form .product-info-price .price-box.price-final_price .old-price span {
  position: relative;
  color: #BDBDBD;
  text-decoration: line-through;
}
.product-info-main p.am-banners-lite-img {
  padding: 0 10px;
}
@media (max-width: 768px) {
  .product-info-main .product-add-form .product-info-price .price-box.price-final_price .grouped-price {
    margin-bottom: 0;
  }
  .product-info-main .product-add-form .product-info-price .price-box.price-final_price .grouped-price .price {
    color: #EE2028;
    font-weight: 900;
    font-size: 50px;
  }
}
