#header {
  position: relative;
}
#header .header-logo {
  margin-top: 12px;
}
#header .menu-toggle {
  position: absolute;
  top: 40px;
  right: 30px;
  font-size: 1.2em;
}
#header .menu-toggle a,
#header .menu-toggle span {
  color: #fff;
}
#breadcrumb .breadcrumb-header {
  text-transform: none;
}
.navbar-nav > li > a {
  font-weight: 600;
}
.navbar-nav > li:hover ul.submenu {
  display: block;
}
.navbar-nav ul.submenu {
  box-shadow: 3px 3px 30px -13px rgba(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  z-index: 22;
  width: 300px;
  background-color: #fff;
}
.navbar-nav ul.submenu a {
  padding: 5px 10px;
  display: block;
}
.navbar-nav a.active {
  color: #D10024;
}
.header-search input {
  border-radius: 30px 0 0 30px;
}
.copyright {
  margin-top: 0;
  display: block;
  font-size: 8px;
}
.store-pagination {
  float: none;
  text-align: center;
}
.product .add-to-cart {
  width: 100%;
  left: 0;
  right: 0;
}
.product .add-to-cart .add-to-cart-btn {
  display: inline-flex;
  align-items: center;
}
.product .product-img {
  position: relative;
  padding: 30px;
}
.product .product-img {
  position: relative;
  padding: 30px;
  height: 250px;
}
.product .product-img > img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
#breadcrumb li.active a {
  color: #D10024 !important;
}
.footer-links li a.active {
  color: #D10024 !important;
}
.footer h3 {
  color: #FFF;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0px 0px 30px;
}
