.excl-span {
  font-size: 16px;
}
.incl-span {
  font-size: 11px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .excl-span {
    font-size: 11px !important;
  }
}
@media (max-width: 623px) {
  .product-info .price-wrap, .product-info .product-price .cart {
    width: 100%;
  }
}
@media (max-width: 623px) {
  .product-info .product-price .cart.col-xs-7 {
    margin-top: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .price-excl {
    font-size: 26px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .price-excl {
    font-size: 24px !important;
  }
}
