.content {
  margin: 0 !important;
}

.shopBannerSlick, .shopBannerSlick img {
  max-width: 70vw;
  margin:0 auto;
}

.shopInfo {
  display: grid;
  grid-template-columns: 3fr 7fr;
}

.shopInfo .followBtn {
  margin: auto;
}

.shopInfo .shopData div {
  width: 33.33%;
  margin: 0.5em 0;
}

.shopInfo .shopData {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
/* aboutShop */
.categoryProduct {
  display: grid;
  grid-template-columns: 3fr 7fr;
  margin-bottom: 1em;
}

.category {
  margin-right: 1em;
}

.category, .products {
  overflow: auto;
  overflow-x: hidden;
  height: 40em;
}

.categoryList p {
  display: flex;
  justify-content: space-between;
}

.aboutShopCarousel div {
  width: 300px;
}

.aboutShopCarousel div img {
  width: 300px;
}

.aboutShop {
  display: grid;
  grid-template-columns: 4fr 7fr;
  grid-template-rows: auto auto;
  grid-template-areas: "aboutShopP aboutShopP"
    "aboutShopCarousel aboutShopData";
}

.aboutShop p {
  grid-area: aboutShopP;
}

.aboutShop .aboutShopCarousel {
  grid-area: aboutShopCarousel;
  margin: 0 auto;
}

.aboutShop .aboutShopData {
  grid-area: aboutShopData;
}

/* misc */
.follow {
  border: none;
  padding: 0.5em 0.6em;
  font-size: 1.5em;
  color: #eeeee5;
  background: #ef2929;
  border-radius: 2.2859765px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  text-decoration: none;
}

.productList {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  flex-wrap: wrap;
}

.product {
  margin: 0.5em;
  border-radius: 5px;
  width: 30%;
  border: 1px solid #bfbfbf;
}

.product a .price {
  color: #BA1F25;
  font-weight: bold;
}

.product a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

.product .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product div {
  margin: 0.25em 1em 0.25em 1em;
}

.productImg {
  background-size: contain;
  background-repeat: no-repeat;
  width: 12em;
  min-height: 10em;
}

.promotionProduct .name {
  color: #B7B7B7;
  margin-top: 1em;
  font-size: 0.9em;
  text-align: justify;
}

.promotionProducts a {
  text-decoration: none;
}

.categoryItem {
  cursor: pointer;
}

.categoryItem:hover {
  background: #FFFAAA;
}
/* product */
.promotionProducts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 1em;
}

.promotionProduct {
  max-width: 10em;
  margin: 1em;
}

.promotionProduct .img {
  max-width: 10em;
  height: 10em;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
  display: block;
}

.promotionProduct .price {
  color: #F5A89F;
  text-align: center;
  margin-top: 0.2em;
}

.productOrderBy {
  float: right;
  margin-top: -2em;
}

.star {
  background: #121212c9;
  position: relative;
  line-height: 2em;
  margin-top: -2.2em;
  text-align: right;
  padding-right: 1em;
  color: #FFF;
  font-size: 0.7em;
}

.shopMenuLogo {
  background: #FDF5EB;
  display: grid !important;
  grid-template-rows: 5.2em 2em;
  /*   justify-content: center; */
  margin-left: 3em;
  width: 90%;
  height: 7.5em;
  border-radius: 0 0 20px 20px;
  text-align: center;
  margin: 0;
}

.shopMenuLogo button {
  width: 80%;
  background: #F9BFAA;
  color: #FFF;
  border: none;
  border-radius: 5px;
  padding: 0.3em 0;
}

.shopMenuLogo button span {
  color: #FFF;
  line-height: 0.8em;
}

.shopMenuLogo img {
  width: 3em;
  height: 3em;
  border-radius: 50%;
  margin: 0 auto;
}

.shopMenuLogo span {
  line-height: 1.5em;
  color: #8C8C8C;
  font-size: 1.2em;
  font-weight: bold;
}

.navigation {
  padding: 0;
}

@media screen and (max-width: 800px) {
  .shopBannerSlick, .shopBannerSlick img {
    width: 100vw;
  }
  #productSearchForm {
    display: block !important;
  }
  #productSearchForm button {
    background: #F79484;
    border: none;
    border-radius: 4px;
    color: #FFF !important
  }
  #productSearchForm button i {
    margin: 0;  
  }
}
@media screen and (max-width: 420px) {
  .shopBannerSlick, .shopBannerSlick img {
    max-width: 100% !important;
  }
}