.logo img {
  max-width: 150px;
}

.category-box .category-content a {
  font-size: 25px;
}

.img-border-big{
  border: 7px solid #ddd;
}

.category-img img {
  border: 2px solid #efefef;
}

.single-product-title h2 {
  margin: 0px 0px 0px;
}

.sku {
  margin: 0px 0px 15px;
}

.has-breadcrumb-bg {
  min-height: 250px;
}

.has-breadcrumb-bg h2 {
  font-size: 55px;
}

#scrollUp {
  display: none !important;
}

.color-input label {
  margin-bottom: 5px;
}

.basic-login input {
  height: 50px !important;
}

/* @media screen and (min-width: 800px) {
  .basic-login {
    padding: 50px;
  }
} */

/*Select 2 Styling*/

.select2-container--default .select2-selection--single {
  border: 1px solid #e3e3e3 !important;
  border-radius: 0 !important;
  height: 50px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #7b7b7b !important;
  line-height: 47px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 47px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #9b9b9b transparent transparent transparent !important;
  border-width: 8px 5px 0 5px !important;
  left: 0 !important;
}