.quick-view {
  background: gainsboro;
  padding: 60px 0;
}

.quick-view .title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 1440px) {
  .quick-view .title {
    margin-bottom: 40px;
  }
}

.quick-view .title::after {
  content: "";
  display: block;
  width: 70px;
  margin: auto;
  height: 4px;
  margin-top: 5px;
  background-color: #11fd95;
}

.quick-view .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .quick-view .content-wrapper {
    height: 370px;
  }
}

@media screen and (max-width: 1024px) {
  .quick-view .content-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .quick-view .content-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.quick-view .content-wrapper .item {
  position: relative;
  height: 420px;
  width: calc(25% - 40px);
  max-width: 320px;
  margin-right: 40px;
  border-radius: 20px 0px 20px 0px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear, height 0.3s linear;
  transition: all 0.3s linear, height 0.3s linear;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .quick-view .content-wrapper .item {
    height: 370px;
  }
}

@media screen and (max-width: 1400px) {
  .quick-view .content-wrapper .item {
    width: calc(25% - 20px);
    margin-right: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .quick-view .content-wrapper .item {
    width: calc(50% - 30px);
    margin-right: 30px;
  }
  .quick-view .content-wrapper .item:nth-child(2) {
    margin-right: 0;
  }
  .quick-view .content-wrapper .item:nth-child(3), .quick-view .content-wrapper .item:nth-child(4) {
    margin-top: 30px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .quick-view .content-wrapper .item {
    width: calc(50% - 7.5px);
    max-width: 100%;
    margin-right: 0;
    margin-top: 30px;
  }
  .quick-view .content-wrapper .item:nth-child(odd) {
    margin-right: 15px;
  }
  .quick-view .content-wrapper .item:nth-child(1), .quick-view .content-wrapper .item:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 481px) and (max-width: 600px) {
  .quick-view .content-wrapper .item {
    height: 350px;
  }
}

@media (min-width: 376px) and (max-width: 480px) {
  .quick-view .content-wrapper .item {
    height: 300px;
  }
}

@media (min-width: 320px) and (max-width: 375px) {
  .quick-view .content-wrapper .item {
    height: 250px;
  }
}

.quick-view .content-wrapper .item .image {
  height: 100%;
  -webkit-transition: all 0.3s linear, height 0.3s linear;
  transition: all 0.3s linear, height 0.3s linear;
}

@media (min-width: 1280px) and (max-width: 1400px) {
  .quick-view .content-wrapper .item .image {
    height: 370px;
  }
}

.quick-view .content-wrapper .item .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.quick-view .content-wrapper .item .content {
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 220px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 320px) and (max-width: 600px) {
  .quick-view .content-wrapper .item .content {
    left: 15px;
    -webkit-transform: none;
            transform: none;
  }
}

@media (min-width: 320px) and (max-width: 375px) {
  .quick-view .content-wrapper .item .content {
    bottom: 22px;
  }
}

@media (min-width: 320px) and (max-width: 1200px) {
  .quick-view .content-wrapper .item .content {
    width: 180px;
  }
}

.quick-view .content-wrapper .item .content .item-icon {
  width: 52px;
  height: 52px;
  border-radius: 20px 0px 20px 0px;
  margin-bottom: 20px;
}

@media (min-width: 320px) and (max-width: 480px) {
  .quick-view .content-wrapper .item .content .item-icon {
    width: 30px;
    height: 30px;
  }
}

.quick-view .content-wrapper .item .content .item-icon img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.quick-view .content-wrapper .item .content .item-title {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  margin-bottom: 19px;
}

.quick-view .content-wrapper .item .content .item-title:lang(en-US) {
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 320px) and (max-width: 420px) {
  .quick-view .content-wrapper .item .content .item-title {
    font-size: 20px;
  }
}

.quick-view .content-wrapper .item .content .divider {
  width: 100%;
  height: 2px;
  background: #ffffff;
  margin-bottom: 10px;
}

.quick-view .content-wrapper .item .content .sub-title {
  font-size: 16px;
  font-weight: 400;
  text-align: LEFT;
  color: #ffffff;
  margin-bottom: 40px;
}

.quick-view .content-wrapper .item .content .sub-title:lang(zh-CN), .quick-view .content-wrapper .item .content .sub-title:lang(zh-HK) {
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .quick-view .content-wrapper .item .content .sub-title:lang(zh-CN), .quick-view .content-wrapper .item .content .sub-title:lang(zh-HK) {
    height: 40px;
    white-space: pre-wrap;
    margin-bottom: 20px;
  }
}

.quick-view .content-wrapper .item .content .see-more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quick-view .content-wrapper .item .content .see-more a:hover {
  text-decoration: none;
}

.quick-view .content-wrapper .item .content .see-more a img {
  width: 30px;
  height: 30px;
}

.quick-view .content-wrapper .item .content .see-more p {
  font-size: 16px;
  font-weight: 400;
  text-align: LEFT;
  color: #ffffff;
  margin-left: 15px;
  display: none;
}

.quick-view .content-wrapper .item:hover {
  height: 460px;
  -webkit-transition: all 0.3s linear, height 0.3s linear;
  transition: all 0.3s linear, height 0.3s linear;
}

.quick-view .content-wrapper .item:hover .image {
  height: 460px;
  -webkit-transition: all 0.3s linear, height 0.3s linear;
  transition: all 0.3s linear, height 0.3s linear;
}

@media (min-width: 1025px) and (max-width: 1400px) {
  .quick-view .content-wrapper .item:hover {
    height: 400px;
  }
  .quick-view .content-wrapper .item:hover .image {
    height: 400px;
  }
}

.quick-view .content-wrapper .item:hover .see-more p {
  display: block;
}
/*# sourceMappingURL=quick-view.css.map */