.prod_attr_inside_dimensions input.form-control {
    display: inline-block
}
.input-err {
    border: solid 1px #EE0000 !important;
}
.btn_custom {
    border: 2px solid #fed100;
    border-radius: 25px;
    font-weight: 400;
    width: 170px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
}
.btn_custom:hover {
    background: #fed100;
    color: #FFFFFF;
}

input.form-control, select.form-control {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
/* ensures the increment/decrement arrows always display */
.prod_attr_inside_dimensions input[type=number]::-webkit-inner-spin-button, 
.prod_attr_inside_dimensions input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
.bg-home-slider-1,
.bg-home-slider-2 {
  background-image: url("../images/slider/home_slider_big-1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 465px;
}

@media (max-width: 479px) {
  .bg-home-slider-1,
  .bg-home-slider-2 {
    min-height: 390px;
  }
}

.bg-home-slider-2 {
  background-image: url("../images/slider/home_slider_big-2.jpg");
}
.text-align-right {
  text-align: right !important;
}
/* message box */
.messageBox { font-size: 14px; }
.messageStackError, .messageStackWarning { font-size: 14px; background-color: #ffb3b5; }
.messageStackSuccess { font-size: 14px; background-color: #99ff00; }

.top_hdr_contact_info a {
  color: #333333 !important;
}