.hometcustomer {
  padding: 60px 0;
}
@media screen and (min-width: 1024px) {
  .hometcustomer {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1400px) {
  .hometcustomer {
    padding: 120px 0;
  }
}
.hometcustomer .title-wrap .title-outer h2 {
  margin-bottom: 30px;
  width: 100%;
  max-width: 649px;
}
@media screen and (min-width: 1200px) {
  .hometcustomer .title-wrap .title-outer h2 {
    margin-bottom: 58px;
  }
}
.hometcustomer .slider-wrapper .custom-swiper .swiper-slide {
  height: auto !important;
}
.hometcustomer .customer-card {
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #2E2E2E;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hometcustomer .customer-card .content-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  padding: 30px 30px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .hometcustomer .customer-card .content-wrap {
    padding: 59px 56px 58px 45px;
  }
}
.hometcustomer .customer-card .content-wrap .rating {
  margin-bottom: 25px;
}
.hometcustomer .customer-card .content-wrap .rating img {
  width: 106px;
  height: 19px;
  -o-object-fit: contain;
     object-fit: contain;
}
.hometcustomer .customer-card .content-wrap .title {
  font-size: 18px;
  margin-bottom: 32px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
@media screen and (min-width: 768px) {
  .hometcustomer .customer-card .content-wrap .title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .hometcustomer .customer-card .content-wrap .title {
    font-size: 26px;
    margin-bottom: 42px;
  }
}
.hometcustomer .customer-card .content-wrap .customer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.hometcustomer .customer-card .content-wrap .customer .name {
  font-size: 16px;
  font-weight: 500;
  color: #2E2E2E;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .hometcustomer .customer-card .content-wrap .customer .name {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .hometcustomer .customer-card .content-wrap .customer .name {
    font-size: 21px;
  }
}
.hometcustomer .customer-card .content-wrap .customer .place {
  font-size: 14px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
}
.hometcustomer .customer-card .customer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding: 20px 30px 20px 30px;
}
@media screen and (min-width: 1200px) {
  .hometcustomer .customer-card .customer-item {
    padding: 25px 56px 28px 45px;
  }
}
.hometcustomer .customer-card .customer-item .img-wrap {
  width: 100%;
  max-width: 80px;
}
@media screen and (min-width: 768px) {
  .hometcustomer .customer-card .customer-item .img-wrap {
    max-width: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .hometcustomer .customer-card .customer-item .img-wrap {
    max-width: 114px;
  }
}
.hometcustomer .customer-card .customer-item .img-wrap figure {
  position: relative;
  padding-bottom: 100%;
  margin: 0;
}
.hometcustomer .customer-card .customer-item .img-wrap figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hometcustomer .customer-card .customer-item .item-detail {
  padding-left: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1200px) {
  .hometcustomer .customer-card .customer-item .item-detail {
    padding-left: 25px;
  }
}
.hometcustomer .customer-card .customer-item .item-detail .item-name {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .hometcustomer .customer-card .customer-item .item-detail .item-name {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .hometcustomer .customer-card .customer-item .item-detail .item-name {
    font-size: 22px;
    margin-bottom: 18px;
  }
}
.hometcustomer .customer-card .customer-item .item-detail .rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .hometcustomer .customer-card .customer-item .item-detail .rate {
    font-size: 16px;
    margin-bottom: 18px;
  }
}
.hometcustomer .customer-card .customer-item .item-detail .rate .discount {
  color: #2E2E2E;
  margin-right: 5px;
  display: inline-block;
}
.hometcustomer .customer-card .customer-item .item-detail .rate .original {
  color: #999999;
  text-decoration: line-through;
}
.hometcustomer .customer-card .customer-item .item-detail .select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}
.hometcustomer .customer-card .customer-item .item-detail .select-wrap input[type=radio] {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
@media screen and (min-width: 1200px) {
  .hometcustomer .customer-card .customer-item .item-detail .select-wrap input[type=radio] {
    width: 18px;
    height: 18px;
  }
}
.hometcustomer .customer-card .customer-item .item-detail .select-wrap input[type=radio].yellows {
  -webkit-box-shadow: inset 0px 0 0 2px #fff, inset 0 0 0 34px #EAC37C;
          box-shadow: inset 0px 0 0 2px #fff, inset 0 0 0 34px #EAC37C;
}
.hometcustomer .customer-card .customer-item .item-detail .select-wrap input[type=radio].yellows:checked {
  border: 1px solid #2E2E2E;
}
.hometcustomer .customer-card .customer-item .item-detail .select-wrap input[type=radio].grey {
  -webkit-box-shadow: inset 0px 0 0 2px #fff, inset 0 0 0 34px #C8C8C8;
          box-shadow: inset 0px 0 0 2px #fff, inset 0 0 0 34px #C8C8C8;
}
.hometcustomer .customer-card .customer-item .item-detail .select-wrap input[type=radio].grey:checked {
  border: 1px solid #2E2E2E;
}

.trending-navigation {
  -webkit-column-gap: 17px;
     -moz-column-gap: 17px;
          column-gap: 17px;
}
@media screen and (min-width: 1200px) {
  .trending-navigation {
    -webkit-column-gap: 37px;
       -moz-column-gap: 37px;
            column-gap: 37px;
  }
}
.trending-navigation .button {
  cursor: pointer;
}
.trending-navigation .button.swiper-button-disabled {
  opacity: 20%;
}
.trending-navigation .button svg {
  width: 20px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .trending-navigation .button svg {
    width: 26px;
    height: 43px;
  }
}
@media screen and (min-width: 1200px) {
  .trending-navigation .button svg {
    width: 26px;
    height: 53px;
  }
}
.trending-navigation .trending-back {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}