/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.qty > #quantity_wanted, .qty > #quote_quantity_wanted {
    display: block;
  visibility: hidden;
  width: 83px;
  height: 42px;
 }

@media (max-width: 1199.98px) and (min-width: 992px), (max-width: 575.98px) {
    .product-add-to-cart .bootstrap-touchspin input.form-control {
        width: 50px;
    }
    .product-add-to-cart .add-to-cart {
        font-size: 14px;
        padding: 0.875em 0.9em;
    }
}

@media (max-width: 991.98px) {
  .cart-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.footer-container {
  padding-bottom: 31px;
}