body {
  overflow-x: hidden;
}

.top-header {
  font-size: 12px;
  color: #fff;
  padding: 8px 16px;
  background: #C8815F;
  border-radius: 0;
}
.top-header a {
  color: #fff;
}
.top-header .btn-close {
  padding: 8px 16px;
}

/*--------------------------------------------------------------------
Banner
---------------------------------------------------------------------*/
.banner {
  position: relative;
  height: 400px;
}
.banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: 1;
}

.banner-text {
  color: #fff;
  position: absolute;
  top: 50%;
  z-index: 2;
  max-width: 500px;
  transform: translateY(-50%);
}
.banner-text h1 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}

/*--------------------------------------------------------------------
Product
---------------------------------------------------------------------*/
.product {
  margin: -50px 0 50px;
  position: relative;
  z-index: 3;
}

.product-card p {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 8px 0 0;
}

.product-men, .product-kids {
  margin: 0 0 50px;
}

.footer-logo {
  font-size: 30px;
  line-height: 2rem;
  color: #C8815F;
}

.footer p {
  color: #fff;
}

.social-media i {
  color: #fff;
}

.block-banner-product {
  padding: 177px 0px;
  background-image: url(../imgs/bg.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}

/*--------------------------------------------------------------------
Responsive
---------------------------------------------------------------------*/
@media (max-width: 767.98px) {
  .product {
    margin: 50px 0;
  }
  .product p {
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=newStyle.css.map */