/* AMORBABY CSS module: catalog */
.slider__content3--maintitle {
  font-size: 2.2rem;
  line-height: 3rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

@media only screen and (min-width: 480px) {
  .slider__content3--maintitle {
    font-size: 2.8rem;
    line-height: 4rem;
  }
}

@media only screen and (min-width: 768px) {
  .slider__content3--maintitle {
    font-size: 3.2rem;
    line-height: 4.3rem;
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 992px) {
  .slider__content3--maintitle {
    font-size: 3.5rem;
    line-height: 4.5rem;
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 1200px) {
  .slider__content3--maintitle {
    font-size: 4rem;
    line-height: 5rem;
    margin-bottom: 1.6rem;
  }
}

@media only screen and (min-width: 1600px) {
  .slider__content3--maintitle {
    font-size: 4.5rem;
    line-height: 5.7rem;
    margin-bottom: 1.6rem;
  }
}

@media only screen and (max-width: 480px) {
  .slider__content3--desc.mb-35 {
    margin-bottom: 2rem;
  }
}

.slider__content3--desc.color-black {
  color: var(--black-color);
}

.swiper-slide-active .slider__content3 > * {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.swiper-slide-active .slider__content3--maintitle {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.swiper-slide-active .slider__content3--desc {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.swiper-slide-active .slider__content3--btn {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.swiper:hover .swiper__nav--btn {
  opacity: 0.8;
  visibility: visible;
}

@media only screen and (max-width: 767px) {
  .product__tab--btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .product__tab--btn.style2 {
    margin-top: 2rem;
  }
}

.product__tab--btn__list {
  font-size: 1.6rem;
  height: 3.2rem;
  line-height: 3.2rem;
  padding: 0 1rem;
  cursor: pointer;
  font-weight: 600;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: 1px solid transparent;
}

.product__tab--btn__list.active {
  border-color: var(--secondary-color);
}

.product__tab--btn__list:hover {
  border-color: var(--secondary-color);
}

.product__tab--btn__list:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 575px) {
  .product__tab--btn__list {
    margin: 5px;
  }
}

@media only screen and (min-width: 768px) {
  .product__tab--btn__list {
    margin-right: 10px;
    font-size: 1.8rem;
    height: 3.4rem;
    line-height: 3.4rem;
    padding: 0 1.2rem;
  }
}

@media only screen and (min-width: 992px) {
  .product__tab--btn__list {
    font-size: 2rem;
    height: 3.6rem;
    line-height: 3.6rem;
    padding: 0 1.6rem;
  }
}

.product__tab--btn__list.style2 {
  border: 0;
  padding: 0;
  margin-right: 3.5rem;
}

@media only screen and (max-width: 767px) {
  .product__tab--btn__list.style2 {
    margin-right: 2rem;
  }
}

.product__tab--btn__list.style2:last-child {
  margin-right: 0;
}

.product__tab--btn__list.style2:hover {
  color: var(--secondary-color);
}

.product__tab--btn__list.style2.active {
  color: var(--secondary-color);
}

.product__swiper--column4 {
  padding: 0 2px 2px;
}

.product__items--thumbnail {
  position: relative;
  overflow: hidden;
  line-height: 1;
  background-color: #f6f4f1;
}

.product__secondary--img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product__items:hover .product__items--img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.product__items:hover .product__secondary--img {
  opacity: 1;
  visibility: visible;
}

.product__items:hover .product__items--action {
  opacity: 1;
  visibility: visible;
  bottom: 1.2rem;
}

.product__items:hover .product__items--action__cart--btn {
  opacity: 1;
  visibility: visible;
}

.product__items:hover .product__cart--btn__style2 {
  opacity: 1;
  visibility: visible;
}

.product__items--link {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.product__items--img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}

.tag_icon {
  display: block;
  width: 56px;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.product__items--action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

@media only screen and (max-width: 575px) {
  .product__items--action {
    opacity: 1;
    visibility: visible;
    bottom: 1.2rem;
  }
}

.product__items--action__list {
  margin-right: 0.3rem;
}

.product__items--action__list:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 992px) {
  .product__items--action__list {
    margin-right: 0.4rem;
  }
}

.product__items--action__btn {
  height: 3.2rem;
  line-height: 3.2rem;
  padding: 0 0.6rem;
  color: var(--text-gray-color);
  background: var(--white-color);
  border-radius: 0.3rem;
}

@media only screen and (min-width: 992px) {
  .product__items--action__btn {
    padding: 0 0.8rem;
    height: 3.4rem;
    line-height: 3.4rem;
  }
}

.product__items--action__btn.add__to--cart {
  padding: 0 0.8rem;
  font-size: 1.5rem;
}

@media only screen and (min-width: 1200px) {
  .product__items--action__btn.add__to--cart {
    font-size: 1.4rem;
    padding: 0 0.6rem;
  }
}

@media only screen and (min-width: 1366px) {
  .product__items--action__btn.add__to--cart {
    padding: 0 1rem;
  }
}

@media only screen and (min-width: 1600px) {
  .product__items--action__btn.add__to--cart {
    padding: 0 1.3rem;
  }
}

.product__items--action__btn--svg {
  vertical-align: middle;
}

.product__items--action__btn:hover {
  background: var(--secondary-color);
  color: var(--white-color);
}

.product__items--action__cart--btn {
  height: 3.2rem;
  line-height: 3.2rem;
  font-size: 1.4rem;
  padding: 0 1.3rem;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 575px) {
  .product__items--action__cart--btn {
    opacity: 1;
    visibility: visible;
  }
}

.product__items--action__cart--btn__icon {
  margin-right: 0.3rem;
}

.product__items--action__cart--btn.btn__style2 {
  height: 3.2rem;
  line-height: 3.2rem;
  font-size: 1.4rem;
  padding: 0 1.5rem;
}

.product__items--content {
  padding: 1.8rem 1rem 1.5rem;
  border: 1px solid var(--border-color);
  border-top: 0;
}

.product__items--content__subtitle {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: var(--text-gray-color);
}

@media only screen and (min-width: 992px) {
  .product__items--content__subtitle {
    font-size: 1.5rem;
  }
}

.product__items--content__title {
  margin-bottom: 0.3rem;
}

@media only screen and (max-width: 991px) {
    .product__items--content__title {
        height: 50px;
    }
}

@media only screen and (max-width: 400px) {
  .product__items--content__title {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.product__items--content.style2 {
  padding: 1.8rem 0 0;
  border: 0;
}

.product__cart--btn__style2 {
  font-size: 1rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.3rem;
  position: absolute;
  right: 0;
  top: 56%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 575px) {
  .product__cart--btn__style2 {
    position: inherit;
    top: inherit;
    -webkit-transform: inherit;
            transform: inherit;
    margin-top: 1rem;
    opacity: 1;
    visibility: visible;
  }
}

.product__items--color {
  margin-bottom: 0.6rem;
}

.product__items--color__list {
  margin-right: 0.8rem;
}

.product__items--color__list:last-child {
  margin-right: 0;
}

.product__items--color__link {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
}

.product__items--color__link.one {
  background: #fb2c36;
}

.product__items--color__link.two {
  background: #f8a81e;
}

.product__items--color__link.three {
  background: #2cfb3a;
}

.product__items--color__link.four {
  background: #2c9afb;
}

.product__items--price {
  margin-bottom: 0.8rem;
}

.product__items--price.style2 {
  margin-bottom: 0;
}

.current__price {
  font-size: 2.5rem;
  color: #F13226;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .current__price {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 992px) {
  .current__price {
    font-size: 2.8rem;
  }
}

.current__price.style2 {
  font-size: 1.6rem;
}

.old__price {
  font-size: 1.4rem;
  color: var(--light-color);
  font-weight: 600;
  text-decoration: line-through;
  margin-left: 0.4rem;
}

@media only screen and (min-width: 768px) {
  .old__price {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .old__price {
    font-size: 1.6rem;
  }
}

.old__price.style2 {
  font-size: 1.4rem;
}

.product__rating {
  margin-bottom: 1.6rem;
}

.rating__list {
  margin-right: 0.4rem;
}

.rating__list:last-child {
  margin-right: 0;
}

.rating__list--icon {
  color: var(--yellow-color);
}

.product__badge {
  position: absolute;
  top: 0;
  left: 1rem;
}

.product__badge.style2 {
  top: 1.5rem;
  left: 0;
}

.product__badge.style3 {
  top: 0;
  left: 0;
}

.product__badge--items {
  width: 2.4rem;
  height: 4.9rem;
  background: var(--secondary-color);
  color: var(--white-color);
  font-size: 1rem;
  line-height: 4.3rem;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 74%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 74%, 0 100%);
}

.product__badge--items.style2 {
  width: 4.9rem;
  height: 2.3rem;
  line-height: 2.3rem;
  -webkit-clip-path: inherit;
          clip-path: inherit;
  border-radius: 0 0.2rem 0.2rem 0;
}

.product__badge--items.style3 {
  background-color: var(--text-gray-color);
  width: 2.6rem;
  height: 4.1rem;
  line-height: 4.1rem;
  -webkit-clip-path: inherit;
          clip-path: inherit;
}

@media only screen and (min-width: 1200px) {
  .product__col--width__8 {
    width: 63.66666667%;
  }
}

@media only screen and (min-width: 1200px) {
  .product__col--width__4 {
    width: 36.33333333%;
  }
}

@media only screen and (max-width: 767px) {
  .product__section--header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.product__items--content__tag {
  color: var(--text-gray-color);
  margin: 0.3rem 0;
}

.product__items:hover .product__items--action.style2 {
  bottom: inherit;
  right: 1.5rem;
}

.product__items--rating {
  margin-bottom: 0.8rem;
}

.product__items--action.style2 {
  top: 2.5rem;
  right: 0;
  left: auto;
  bottom: auto;
  padding: 0.5rem 0.3rem;
  background: var(--white-color);
  border-radius: 2rem;
}

@media only screen and (min-width: 992px) {
  .product__items--action.style2 {
    top: 1.5rem;
  }
}

@media only screen and (max-width: 7575px) {
  .product__items--action.style2 {
    right: 1.5rem;
  }
}

.product__items--action__list.style2 {
  margin-right: 0;
  margin-bottom: 0.3rem;
  text-align: center;
}

.product__items--action__list.style2:last-child {
  margin-bottom: 0;
}

.product__items--action__btn.style2 {
  background: inherit;
  color: var(--secondary-color);
}

.product__items--action__btn.style2:hover {
  color: var(--primary-color);
}

.product__content--style2 {
  padding: 1.5rem 0 0;
  border: 0;
}

.product__swiper--grid {
  padding-top: 6.8rem;
  margin-top: -7rem;
}

@media only screen and (max-width: 991px) {
  .product__swiper--grid {
    margin-bottom: 3rem;
  }
}

.product__grid--heading__maintitle {
  font-weight: 600;
  padding-bottom: 0.8rem;
}

@media only screen and (min-width: 992px) {
  .product__grid--heading__maintitle {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}

.product__grid--heading__maintitle::before {
  position: absolute;
  content: "";
  width: 6rem;
  height: 0.2rem;
  background: var(--secondary-color2);
  bottom: 0;
  left: 0;
}

.product__items--grid {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--border-color);
}

.product__items--grid:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.product__items--grid__thumbnail {
  overflow: hidden;
  line-height: 1;
  width: 8rem;
}

@media only screen and (min-width: 1366px) {
  .product__items--grid__thumbnail {
    width: 10rem;
  }
}

.product__items--grid__content {
  padding: 0.8rem 0.8rem 0.8rem 1.5rem;
  width: calc(100% - 8rem);
}

@media only screen and (min-width: 1366px) {
  .product__items--grid__content {
    width: calc(100% - 10rem);
  }
}

.product__items--grid:hover .product__items--img {
  -webkit-transform: inherit;
          transform: inherit;
}

@media only screen and (max-width: 767px) {
  .categories__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.categories__content {
  width: 35rem;
}

@media only screen and (max-width: 767px) {
  .categories__content {
    width: 100%;
    margin-bottom: 3rem;
  }
}

.categories__content--title {
  margin-bottom: 1.7rem;
}

.categories__product {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem 0 1.5rem;
}

@media (min-width: 992px) {
  .categories__product {
    padding: 2rem 0 2.5rem;
  }
}

.categories__product--list {
  margin: 0 2rem 2rem 0;
}

@media (min-width: 992px) {
  .categories__product--list {
    margin: 0 3rem 3rem 0;
  }
}

.categories__product--icons {
  display: inline-block;
  width: 5.6rem;
  height: 5.6rem;
  background: var(--white-color);
  color: var(--secondary-color2);
  -webkit-box-shadow: 0 6px 12px rgba(58, 58, 58, 0.15);
          box-shadow: 0 6px 12px rgba(58, 58, 58, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}

.categories__product--icons:hover {
  background: var(--secondary-color2);
  color: var(--white-color);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.categories__sidebar {
  width: calc(100% - 35rem);
  padding-left: 3rem;
}

@media only screen and (min-width: 768px) {
  .categories__sidebar {
    padding-left: 4rem;
  }
}

@media only screen and (min-width: 992px) {
  .categories__sidebar {
    padding-left: 6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .categories__sidebar {
    padding-left: 11rem;
  }
}

@media only screen and (max-width: 767px) {
  .categories__sidebar {
    width: 100%;
    padding-left: 0;
  }
}

.categories__sidebar--inner {
  padding: 1.5rem 0 1.5rem 3rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .categories__sidebar--inner {
    padding: 2rem 0 2rem 3.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .categories__sidebar--inner {
    padding: 3rem 0 3rem 6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .categories__sidebar--inner {
    padding: 4rem 0 4rem 11rem;
  }
}

@media only screen and (max-width: 767px) {
  .categories__sidebar--inner {
    padding: 0;
  }
}

.categories__sidebar--inner:hover::before {
  border-color: var(--primary-color);
}

.categories__sidebar--inner::before {
  position: absolute;
  content: "";
  width: 60%;
  height: 100%;
  border: 4px solid var(--secondary-color2);
  top: 0;
  left: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

@media only screen and (max-width: 767px) {
  .categories__sidebar--inner::before {
    display: none;
  }
}

.categories__product--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.categories__product--items:hover {
  -webkit-box-shadow: 0 8px 16px rgba(25, 25, 25, 0.16);
          box-shadow: 0 8px 16px rgba(25, 25, 25, 0.16);
}

.categories__product--items__link {
  padding: 1.2rem 1.5rem;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .categories__product--items__link {
    padding: 1.2rem 1.2rem;
  }
}

.categories__product--thumbnail__img {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .categories__product--thumbnail__img {
    max-width: 8rem;
  }
}

.categories__product--title {
  margin-top: 0.8rem;
}

@media only screen and (max-width: 767px) {
  .new__product--section__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.new__product--content {
  width: 37rem;
  padding-right: 4rem;
}

@media only screen and (max-width: 767px) {
  .new__product--content {
    width: 100%;
    padding-right: 0;
    margin-bottom: 3rem;
  }
}

.new__product--content__title {
  margin-bottom: 1.2rem;
}

@media only screen and (min-width: 1200px) {
  .new__product--content__title {
    font-size: 4rem;
    line-height: 5rem;
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 1600px) {
  .new__product--content__title {
    font-size: 4.5rem;
    line-height: 5.5rem;
    margin-bottom: 2rem;
  }
}

.new__product--sidebar {
  width: calc(100% - 37rem);
  padding: 4.5rem 0 6rem;
  padding-left: 0.2rem;
}

@media only screen and (max-width: 767px) {
  .new__product--sidebar {
    width: 100%;
    padding: 0 0 5rem;
  }
}

.new__product--section::before {
  position: absolute;
  content: "";
  width: 42%;
  height: 100%;
  background: #f1f1f1;
  top: 0;
  right: 0;
}

@media only screen and (min-width: 992px) {
  .new__product--section::before {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .new__product--section::before {
    display: none;
  }
}

.product__pagination {
  bottom: 1.5rem !important;
}

.product__pagination .swiper-pagination-bullet {
  background: #949494;
}

.product__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--secondary-color);
}

.new__product--price {
  margin-bottom: 2.2rem;
}

@media only screen and (min-width: 1200px) {
  .new__product--price {
    margin-bottom: 3.2rem;
  }
}

.new__product--price__badge {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-family: var(--open-sans);
  color: var(--text-gray-color);
}

.new__product--current__price {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 600;
}

.new__product--old__price {
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding-left: 1rem;
  color: var(--text-gray-color);
}

.banner__items {
  overflow: hidden;
}

.banner__items:hover .banner__items--thumbnail__img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.banner__items--thumbnail {
  display: block;
  width: 100%;
}

.banner__items--thumbnail__img {
  display: block;
  width: 100%;
}

.banner__items--content {
  position: absolute;
  top: 2.5rem;
  left: 2rem;
  cursor: pointer;
}

@media only screen and (min-width: 992px) {
  .banner__items--content {
    top: 3rem;
    left: 3.5rem;
  }
}

.banner__items--content.one {
  top: 50%;
  left: auto;
  right: 2rem;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}

@media only screen and (min-width: 768px) {
  .banner__items--content.one {
    right: 2.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .banner__items--content.one {
    right: 4.5rem;
  }
}

.banner__items--content.two {
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}

.banner__items--content.three {
  left: 3rem;
  top: 20%;
}

@media only screen and (min-width: 992px) {
  .banner__items--content.three {
    left: 6rem;
  }
}

.banner__items--content.four {
  left: 2rem;
  right: 2rem;
  text-align: center;
}

.banner__items--content.five {
  top: 50%;
  left: auto;
  right: 2rem;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}

@media only screen and (min-width: 768px) {
  .banner__items--content.five {
    right: 2.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .banner__items--content.five {
    right: 4.5rem;
  }
}

.banner__items--content__title {
  position: relative;
  padding-bottom: 1rem;
  font-size: 1.8rem;
  line-height: 2.4rem;
}

@media only screen and (min-width: 768px) {
  .banner__items--content__title {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

@media only screen and (min-width: 992px) {
  .banner__items--content__title {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}

@media only screen and (min-width: 1200px) {
  .banner__items--content__title {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}

@media only screen and (min-width: 1366px) {
  .banner__items--content__title {
    font-size: 2.8rem;
    line-height: 3.3rem;
  }
}

@media only screen and (min-width: 1600px) {
  .banner__items--content__title {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}

.banner__items--content__title::before {
  position: absolute;
  content: "";
  width: 10.4rem;
  height: 0.4rem;
  background: url(../img/banner/border-shape.webp);
  bottom: 0;
  left: 0;
}

.banner__items--content__title.four::before {
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
}

.banner__items--content__style2 {
  position: absolute;
  left: 3rem;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}

.banner__items--content__style2.right {
  left: auto;
  right: 3rem;
}

.banner__items--content__style2--title {
  font-size: 1.7rem;
  line-height: 2.1rem;
  margin-bottom: 0.8rem;
}

@media only screen and (min-width: 768px) {
  .banner__items--content__style2--title {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 992px) {
  .banner__items--content__style2--title {
    font-size: 2rem;
    line-height: 2.6rem;
    margin-bottom: 1.2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .banner__items--content__style2--title {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}

@media only screen and (min-width: 1366px) {
  .banner__items--content__style2--title {
    font-size: 2.5rem;
    line-height: 3.6rem;
  }
}

@media only screen and (min-width: 1600px) {
  .banner__items--content__style2--title {
    font-size: 2.8rem;
    line-height: 4rem;
  }
}

.deals__banner--thumbnail {
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .deals__banner--thumbnail {
    margin-top: 4rem;
  }
}

.deals__banner--thumbnail__link {
  width: 100%;
}

.deals__banner--thumbnail__img {
  width: 100%;
}

.deals__banner--thumbnail:hover .deals__banner--thumbnail__img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.deals__banner--thumbnail.mt-0 {
  margin-top: 0;
}

.deals__banner--content {
  position: absolute;
  left: 0;
  right: 0;
  top: 2rem;
}

.deals__banner--content__maintitle {
  margin-bottom: 1.6rem;
}

.countdown__item {
  margin-right: 2rem;
  text-align: center;
}

.countdown__item:last-child {
  margin-right: 0;
}

.deals__banner--countdown {
  margin-bottom: 2.2rem;
}

@media only screen and (max-width: 480px) {
  .deals__banner--countdown {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.deals__banner--countdown .countdown__number {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  background: var(--white-color);
  color: var(--primary-color);
  border-radius: 50%;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
  font-family: var(--open-sans);
}

@media only screen and (min-width: 1200px) {
  .deals__banner--countdown .countdown__number {
    font-size: 1.8rem;
  }
}

.deals__banner--countdown .countdown__text {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--primary-color);
  text-transform: capitalize;
}

.banner__video--thumbnail__img {
  width: 100%;
}

@media only screen and (max-width: 575px) {
  .banner__video--thumbnail__img {
    height: 17rem;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
  }
}

.bideo__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translatey(-50%) translatex(-50%);
          transform: translatey(-50%) translatex(-50%);
}

.bideo__play--icon {
  width: 8.4rem;
  height: 8.4rem;
  background: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  color: var(--secondary-color);
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: animate 2s linear infinite;
          animation: animate 2s linear infinite;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.bideo__play--icon:hover {
  background: var(--secondary-color);
  color: var(--white-color);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media only screen and (max-width: 767px) {
  .bideo__play--icon {
    width: 6rem;
    height: 6rem;
  }
}

@media only screen and (max-width: 767px) {
  .bideo__play--icon svg {
    width: 3.5rem;
  }
}

@-webkit-keyframes animate {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  40% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
            box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
  }
  80% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
            box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 rgba(255, 193, 7, 0);
            box-shadow: 0 0 0 rgba(255, 193, 7, 0);
  }
}

@keyframes animate {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  40% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
            box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
  }
  80% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
            box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 rgba(255, 193, 7, 0);
            box-shadow: 0 0 0 rgba(255, 193, 7, 0);
  }
}

@media only screen and (max-width: 767px) {
  .banner__sidebar--two {
    text-align: center;
    margin-top: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .banner__sidebar2--img {
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .banner2__col--3 {
    width: 29%;
  }
}

@media (min-width: 992px) {
  .banner2__col--3 {
    width: 29%;
  }
}

@media (min-width: 1200px) {
  .banner2__col--3 {
    width: 27%;
  }
}

@media only screen and (max-width: 767px) {
  .banner__sidebar2--content {
    left: 1.5rem;
    right: 1.5rem;
  }
}

@media (min-width: 768px) {
  .banner2__col--6 {
    width: 52%;
  }
}

@media (min-width: 768px) {
  .banner2__col--6r {
    width: 48%;
  }
}

@media (max-width: 479px) {
  .banner__img--height {
    height: 18rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.banner__content--style2 {
  position: absolute;
  top: 2rem;
  left: 2rem;
}

.banner__content--style2__subtitle {
  font-size: 1.3rem;
  line-height: 2.4rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.banner__content--style2__subtitle.text-ofwhite {
  color: #bcbcbc;
}

.banner__content--style2--title {
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
}

@media only screen and (min-width: 1200px) {
  .banner__content--style2--title {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1.5rem;
  }
}

.banner__content--style2--title.text-white {
  color: var(--white-color);
}

.banner__content--style2__link {
  color: var(--secondary-color2);
}

.banner__content--style2__link:hover {
  color: var(--secondary-color) !important;
}

.banner__content--style2__link.primary__btn.style2 {
  background: inherit;
  border: 1px solid var(--primary-color);
  border-radius: 2rem;
  padding: 0 2.8rem;
}

.banner__content--style2__link.primary__btn.style2:hover {
  background: var(--secondary-color2);
  border-color: var(--secondary-color2);
  color: var(--white-color) !important;
}

.banner__content--style2__link.primary__btn.style2.text-white {
  border: 1px solid var(--secondary-color2);
  color: var(--primary-color);
}

@media only screen and (max-width: 767px) {
  .banner__section--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.banner__discount--content {
  width: 33.8rem;
}

@media only screen and (max-width: 767px) {
  .banner__discount--content {
    width: 100%;
    margin-bottom: 3rem;
  }
}

.banner__discount--content__subtitle {
  font-size: 1.3rem;
  line-height: 2.2rem;
  color: var(--text-gray-color);
  margin-bottom: 1.2rem;
}

.banner__discount--content__title {
  margin-bottom: 0.8rem;
}

@media only screen and (min-width: 1200px) {
  .banner__discount--content__title {
    font-size: 3.5rem;
    line-height: 4.5rem;
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 1600px) {
  .banner__discount--content__title {
    font-size: 4rem;
    line-height: 5rem;
    margin-bottom: 1.3rem;
  }
}

.banner__discount--content__desc {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 1200px) {
  .banner__discount--content__desc {
    margin-bottom: 2.5rem;
  }
}

@media only screen and (min-width: 1600px) {
  .banner__discount--content__desc {
    margin-bottom: 3rem;
  }
}

.banner2__right--sidebar {
  width: calc(100% - 33.8rem);
  padding: 3.5rem 0 3rem 3.8rem;
}

@media only screen and (max-width: 767px) {
  .banner2__right--sidebar {
    width: 100%;
    padding: 2rem 0 2rem 2rem;
  }
}

@media only screen and (max-width: 575px) {
  .banner2__right--sidebar {
    padding: 2rem 0 2rem 0;
  }
}

.banner2__right--sidebar:hover::before {
  border-color: var(--secondary-color2);
}

.banner2__right--sidebar::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  border: 4px solid var(--primary-color);
  right: 0;
  top: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.banner2__sidebar--items {
  margin-right: 2rem;
  overflow: hidden;
}

.banner2__sidebar--items:last-child {
  margin-right: 0;
}

@media (min-width: 992px) {
  .banner2__sidebar--items {
    margin-right: 3rem;
  }
}

.banner2__sidebar--items.one {
  margin-top: 4rem;
}

@media (min-width: 992px) {
  .banner2__sidebar--items.one {
    margin-top: 8rem;
  }
}

.banner2__sidebar--items.two {
  margin-top: 2rem;
}

@media (min-width: 992px) {
  .banner2__sidebar--items.two {
    margin-top: 4rem;
  }
}

.banner2__sidebar--items:hover .banner__items--thumbnail__img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.deals__content--style2 {
  position: absolute;
  left: 3.5rem;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}

@media only screen and (max-width: 480px) {
  .deals__content--style2 {
    text-align: center;
  }
}

.deals__content--style2__subtitle {
  font-size: 1.3rem;
  line-height: 2rem;
  color: var(--text-gray-color);
  margin-bottom: 1rem;
}

.deals__content--style2__maintitle {
  margin-bottom: 1.7rem;
  color: var(--primary-color);
}

@media (max-width: 767px) {
  .deals__banner--thumbnail__img.style2 {
    height: 30rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.product__banner {
  overflow: hidden;
}

.product__banner:hover .product__banner--thumbnail__img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.product__banner--content {
  position: absolute;
  top: 3rem;
  left: 3rem;
}

.product__banner--content__subtitle {
  font-family: var(--open-sans);
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 0.4rem;
}

.product__banner--content--title {
  font-size: 2.2rem;
  line-height: 2.8rem;
  margin-bottom: 2rem;
}

.product__banner--content__price {
  font-size: 2rem;
  line-height: 2.2rem;
}

@media only screen and (min-width: 992px) {
  .product__banner--content__price {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
}

.choiceus__banner--thumbnail {
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .choiceus__banner--thumbnail.one {
    margin-right: 5rem;
  }
}

.choiceus__banner--thumbnail.two {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}

.choiceus__banner--thumbnail__img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media only screen and (max-width: 991px) {
  .choiceus__banner--thumbnail__img.two {
    max-width: 28rem;
  }
}

@media only screen and (max-width: 400px) {
  .choiceus__banner--thumbnail__img.two {
    max-width: 20rem;
  }
}

@media only screen and (max-width: 300px) {
  .choiceus__banner--thumbnail__img.two {
    max-width: 12rem;
  }
}

.bideo__play.style3 {
  left: 70%;
}

.bideo__play--icon.style3 {
  background: var(--primary-color);
  color: var(--white-color);
}

.bideo__play--icon.style3:hover {
  background: var(--secondary-color);
}

.choiceus__content {
  padding-left: 3rem;
}

@media only screen and (max-width: 767px) {
  .choiceus__content {
    margin-top: 3rem;
  }
}

@media only screen and (max-width: 991px) {
  .choiceus__content {
    padding-left: 0;
  }
}

.choiceus__content--title {
  margin-bottom: 2.2rem;
}

@media only screen and (max-width: 767px) {
  .choiceus__content--title {
    margin-bottom: 1.2rem;
  }
}

.choiceus__content--desc {
  margin-bottom: 4.2rem;
}

@media only screen and (min-width: 1200px) {
  .choiceus__content--desc {
    font-size: 1.7rem;
    line-height: 2.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .choiceus__content--desc {
    margin-bottom: 2.2rem;
  }
}

.choiceus__info {
  margin-bottom: 5rem;
}

@media only screen and (max-width: 767px) {
  .choiceus__info {
    margin-bottom: 2.5rem;
  }
}

.choiceus__info--step {
  margin-bottom: 3.5rem;
}

.choiceus__info--step:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .choiceus__info--step {
    margin-bottom: 2.5rem;
  }
}

.choiceus__info--list {
  text-align: center;
  margin-right: 3.2rem;
}

.choiceus__info--list:last-child {
  margin-right: 0;
}

.choiceus__info--text {
  display: block;
  font-weight: 600;
  margin-top: 1.3rem;
}

@media only screen and (max-width: 767px) {
  .choiceus__info--text {
    margin-top: 1rem;
  }
}

.choiceus__info--btn {
  -webkit-box-shadow: 0 6px 12px rgba(18, 26, 37, 0.34);
          box-shadow: 0 6px 12px rgba(18, 26, 37, 0.34);
}

.banner__content--style3 {
  position: absolute;
  top: 50%;
  left: 2rem;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}

.banner__content--style3__title {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  line-height: 2.4rem;
}

@media only screen and (min-width: 992px) {
  .banner__content--style3__title {
    margin-bottom: 0.5rem;
    line-height: 2.6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .banner__content--style3__title {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 0.8rem;
  }
}

.banner__content--style3__price {
  display: block;
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .banner__content--style3__price {
    margin-bottom: 1rem;
    line-height: 2.2rem;
  }
}

.banner__content--style3__btn {
  height: 2.5rem;
  line-height: 2.3rem;
  font-size: 1.2rem;
  border: 1px solid var(--primary-color);
  background: inherit;
  color: var(--primary-color);
  padding: 0 1.5rem;
  border-radius: 0;
}

.blog__section--inner {
  padding: 1rem;
}

.blog__section--inner.p-0 {
  padding: 0;
}

.blog__items {
  -webkit-box-shadow: 0 3px 6px rgba(68, 68, 68, 0.2);
          box-shadow: 0 3px 6px rgba(68, 68, 68, 0.2);
  border-radius: 1rem 1rem 0 0;
}

.blog__items:hover .blog__thumbnail--img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.blog__thumbnail {
  overflow: hidden;
  border-radius: 1rem 1rem 0 0;
}

.blog__thumbnail--link {
  width: 100%;
}

.blog__thumbnail--img {
  width: 100%;
}

.blog__content {
  padding: 1.8rem 1.5rem 1.5rem;
}

.blog__content--meta {
  margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
  .blog__content--meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.blog__content--meta__text {
  font-size: 1.3rem;
  color: var(--primary-color);
  margin-right: 1.8rem;
}

.blog__content--meta__text:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 1200px) {
  .blog__content--meta__text {
    margin-right: 2.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .blog__content--meta__text {
    margin-right: 0;
    margin-bottom: 0.8rem;
  }
  .blog__content--meta__text:last-child {
    margin-bottom: 0;
  }
}

.blog__content--meta__icon {
  color: var(--primary-color);
  margin-right: 0.4rem;
}

.blog__content--title {
  line-height: 2.5rem;
  margin-bottom: 1.4rem;
}

.blog__content--desc {
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin-bottom: 2.2rem;
}

@media only screen and (max-width: 767px) {
  .blog__content--desc {
    font-size: 1.5rem;
  }
}

.blog__content--btn {
  background: var(--white-color);
  border: 1px solid var(--primary-color);
  color: var(--theme-custom-color);
  font-size: 1.4rem;
  border-radius: 2rem;
}

@media only screen and (min-width: 768px) {
  .blog__content--btn {
    line-height: 3rem;
    height: 3rem;
    padding: 0 1.7rem;
  }
}

.blog__content--btn:hover {
  background: var(--secondary-color);
  color: var(--white-color);
  border-color: var(--secondary-color);
}

.blog__content--btn.btn__style3 {
  color: var(--white-color);
  border-radius: 0.2rem;
  font-size: 1.3rem;
}

.articl__post--items {
  margin-bottom: 2rem;
}

.articl__post--items:hover .articl__post--items__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
