.logo img {
  max-width: 150px;
}
@media (max-width: 800px) {
  .logo img {
    max-width: 120px;
  }
}

.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;
}

.blue-hover-btn {
  background-color: #3d3d3d;
  color: #fff !important;
}

.blue-hover-btn:hover {
  background-color: #004d9d !important;
}
header.header ul li a.active span {
  color: #004d9d !important;
}

header.header ul li a span::after {
  background-color: #004d9d !important;
}

header.header ul li a span:hover {
  color: #004d9d !important;
}

header.header ul li:hover {
  color: #004d9d !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;
}

/*Gaps*/
.gap-20 {
  height: 20px;
}
.gap-50 {
  height: 50px;
}
.gap-100 {
  height: 100px;
}
.gap-150 {
  height: 150px;
}
.gap-200 {
  height: 200px;
}
