.product-details {  max-width: 255px; }
@media (max-width: 575px) {
                h2#content{
                                position: absolute;
                                top: -60px;
                                left: -15px;
                }
}

@media (min-width: 768px) {
[class*="u-nav-v8"].flex-column .nav-item:first-child .nav-link {
    padding: 20px 20px 20px 20px;
}
[class*="u-nav-v8"].flex-column .nav-link {
    padding: 20px 20px 20px 20px;
}
}

@media (min-width: 992px) and (max-width: 1200px) {
.g-mx-20--lg {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}
}

.has-error {
                color: #d9534f !important;
}

.has-error .form-control,
.has-error [class*="input-group-"],
.has-error [class*="u-select"] {
                background-color: #fff0f0 !important;
}

@media (min-width: 576px) {
  .form-inline .form-control {
      width: 100%;
  }
  .header-300{
    width: 300px !important;
  }
}

#breadcrumb, #promo-wrap {
  margin-top: 225px;
}

#topbar {
  position: fixed;
  top: 52px;
  right: 0;
  z-index: 4;
  min-width: 20%;
  height: 44px;
  background:rgba(0,0,0,0.8);
  padding:12px;
  color:#fff;
  font-size:14px;
  border-radius:0 0 0 4px;
}

h2#content {
    font-size: 1.5rem;
}

@media (max-width: 575px){
  .d-flex h2#content {
      position: absolute;
      top: -30px;
      left: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: block;
  }

  .navbar-brand img {
    width: 65%;
    height: 65%;
  }

  div.header__section .navbar-toggler {
    padding-top: 0px !important;
  }
}
@media only screen and (max-width: 991px) {
              .navbar-brand img {
    width: 40%;
    height: 40%;
              }
              .hamburger-box {
              width: 30px;
              height: 25px;
              top: -35px;
              }
}
