.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bangers, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: 3px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.body {
  font-size: 16px;
}

.header {
  height: 60px;
  box-shadow: 1px 1px 3px 0 #cecece;
}

.cart-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.font-awesome {
  font-family: 'Fa solid 900';
  color: #535353;
}

.font-awesome.cart {
  font-size: 25px;
  line-height: 25px;
}

.cart-icon {
  width: 32px;
  height: 32px;
}

.logo {
  position: absolute;
  top: 10px;
  width: 100px;
  height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 4px 3px -2px #cecece;
  -o-object-fit: contain;
  object-fit: contain;
}

.logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero {
  padding-top: 220px;
  padding-bottom: 220px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/Hero_bg.jpg'), -webkit-gradient(linear, left top, left bottom, from(#eee), to(#eee));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/Hero_bg.jpg'), linear-gradient(180deg, #eee, #eee);
  background-position: 0px 0px, 100% 50%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
  background-attachment: scroll, scroll, scroll;
}

.btn {
  border-radius: 4px;
  background-color: #22e3bf;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-weight: 700;
}

.btn:hover {
  background-color: #1bb396;
}

.btn.sub {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #000;
  background-color: #333;
}

.btn.sub:hover {
  background-color: transparent;
}

.shop {
  padding-top: 100px;
  padding-bottom: 100px;
}

.h2 {
  border-bottom: 2px solid #22e3bf;
  font-family: Bangers, sans-serif;
  letter-spacing: 3px;
}

.h2.sub {
  text-align: center;
}

.slogan {
  margin-bottom: 20px;
  font-family: Bangers, sans-serif;
  color: #363636;
  font-weight: 400;
  letter-spacing: 2px;
}

.heading {
  margin-top: 0px;
  color: #000;
}

.shop-grid {
  margin-top: 40px;
  margin-bottom: 40px;
  grid-column-gap: 15px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.shop-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #333;
  text-decoration: none;
}

.shop-item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-2 {
  font-family: Bangers, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 2px;
}

.prebuild {
  position: absolute;
  margin-top: 20px;
  padding: 5px 10px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #22e3bf;
  color: #464646;
  font-size: 14px;
  font-weight: 400;
}

.sub-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #22e3bf;
}

.sub-input {
  width: 450px;
  margin: 20px auto 40px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000;
  background-color: transparent;
  color: #1d1d1d;
  text-align: center;
}

.sub-input::-webkit-input-placeholder {
  color: #000;
}

.sub-input:-ms-input-placeholder {
  color: #000;
}

.sub-input::-ms-input-placeholder {
  color: #000;
}

.sub-input::placeholder {
  color: #000;
}

.sub-slogan {
  text-align: center;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #000;
}

.legal-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.legal-link {
  margin-right: 20px;
  color: #cecece;
  text-decoration: none;
}

.copyright {
  color: #cecece;
  text-align: center;
}

.legal-wrap {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.shop-item-img {
  height: 400px;
  border-radius: 4px;
  -webkit-transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
}

.shop-item-img:hover {
  box-shadow: 0 1px 3px 0 #22e3bf;
}

@media screen and (max-width: 991px) {
  .shop-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .shop-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .shop-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sub-input {
    width: 90%;
  }

  .footer {
    padding-top: 10px;
  }

  .legal-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .legal-link {
    margin-top: 10px;
  }
}

