/* Header cells */
table.pretty thead th {
    text-align: center;
    background: #EEE;
}
.error-page > .headline {
  float: left;
  font-size: 100px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .error-page > .headline {
    float: none;
    text-align: center;
  }
}
.text-red {
  color: #dd4b39 !important;
}
.error-page > .error-content {
  margin-left: 190px;
  display: block;
}
@media (max-width: 991px) {
  .error-page > .error-content {
    margin-left: 0;
  }
}
.error-page > .error-content > h3 {
  font-weight: 300;
  font-size: 25px;
}
@media (max-width: 991px) {
  .error-page > .error-content > h3 {
    text-align: center;
  }
}
.text-yellow {
  color: #f39c12 !important;
}







/* Controles de + y - en factura*/

.vip-product-info {
    display: inline-block;
    padding-left: 30px;
    vertical-align: top;
    text-align: left;
    max-width: 480px;
    min-width: 390px;
    margin-left: -4px;
}


.vip-product-info .stock-quantity {
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    margin-right: 13px;
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
}

.vip-product-info .stock-quantity input {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: block;
    float: left;
    height: 39px;
    margin: 0;
    padding: 11px 5px;
    text-align: center;
    vertical-align: top;
}

.vip-product-info .stock-quantity input:focus {
    box-shadow: none;
}

.vip-product-info .stock-quantity input .stock-quantity-input {
    background-color: #fff;
}

.vip-product-info .stock-quantity .stock-quantity-increments {
    background-color: #f4f4f4;
    cursor: pointer;
    width: 18px;
    font-size: 14px;
}

.vip-product-info .stock-quantity .stock-quantity-increments:disabled,
.vip-product-info .stock-quantity .stock-quantity-increments.stock-quantity-increments-disabled {
    background-color: #fff;
    cursor: not-allowed;
    color: #ddd;
}

.vip-product-info .stock-quantity .stock-quantity-increments:active {
    background-color: #eee;
}

.vip-product-info .stock-quantity .stock-quantity-increments:focus,
.vip-product-info .stock-quantity .stock-quantity-increments:active {
    outline: 0;
}

.vip-product-info .stock-quantity .stock-quantity-increments:active {
    background-color: #eee;
}

.vip-product-info .stock-quantity .stock-quantity-input {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    border: 1px solid #e3e3e3;
    border-bottom: 0;
    border-top: 0;
    border-radius: 0;
    width: 36px;
    font-size: 13px;
}