.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;
  /*background: none;
  background-image: none;*/
  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");
}
.footer-logo {
  text-align: right !important;
}
.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;
}

.sp-img_area .slider-navigation_style-4 a.slick-arrow:hover {
    background-color: #fed100;
    color: #ffffff !important;
}
.banner_img {
  text-align: right;
}
.d-mobile {
  display: none;
}

.prod_attr_inside_dimensions .data_type_input {
  width: 110px;
}
.product-option_box .data_type_dropdown {
  padding: 8px 5px 8px 8px;
  width: 359px;
}
.pagination_wrap .col-lg-6 {
  width: 50%;
}
.pagination_wrap .pagination_page_links {
  text-align: right;
}
.pagination .page-item a {
  border-color: #fed100;
  color: #000000;
}
.pagination .page-item a:hover {
  background: #fed100;
  color: #ffffff !important;
}
.pagination .page-item.active a {
  background: #fed100;
  color: #ffffff !important;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  /* Styles */
  .bg-home-slider-1,
  .bg-home-slider-2 {
    background-image: url("../images/slider/home_slider_big_mobile____1.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 350px;
  }
  .bg-home-slider-2 {
    background-image: url("../images/slider/home_slider_big_mobile______2.jpg");
    background-color: rgba(255, 255, 255, 0.486);
  }
  .bnr_img_sm1 {
    display: none !important;
  }
  .umino-slider_area-4 .main-slider .slider-content {
    max-width: 50%;
  }
  .header-middle_area .header-logo {
    text-align: left;
  }
  .header-middle_area .row>*, .header-bottom_area .row>* {
    width: auto;
  }
  .header-bottom_area .row .col-sm-7 {
    width: 70%;
  }
  .header-bottom_area .row .col-sm-5 {
    width: 30%;
  }
  .d-mobile {
    display: inline-block;
  }
  .footer-logo {
    text-align: center !important;
  }
  .header-bottom_area .mobile-menu_area {
    padding: 5px 12px;
    justify-content: right;
  }
  .header-bottom_area .mobile-menu_area ul > li > a.mobile-menu_btn > i {
    font-size: 38px;
    line-height: 50px;
  }
  /*.product-option_box .data_type_dropdown {
    width: 359px;
  }*/
  .pagination_wrap .pagination_page_links {
    text-align: center;
    padding: 10px;
  }
  .pagination_wrap .pagination_page_text_wrap {
    display: none;
  }
  .pagination_wrap .pagination_page_text {
    text-align: center;
    padding: 10px;
  }
  .pagination_wrap .col-sm-12 {
    width: 100%;
  }
}
/* End Smartphones (portrait and landscape) ----------- */