/*------------ Components ---------------- */
:root {
  --primary-2: #ff9a90;
  --primary-3: #ffc5c0;
  --primary-4: #fff1ef;
  --primary-green: #39ae52;
  --secondary: #4b4ded;
  --secondary-2: rgba(75, 77, 237, 0.75);
  --secondary-3: rgba(75, 77, 237, 0.5);
  --secondary-4: #efeffd;
  --dark: #000000;
  --dark-2: #101828;
  --dark-3: #282828;
  --dark-4: #1C1C1C;
  --white: #ffffff;
  --white-2: #edeae5;
  --purple: #9148ff;
  --purple-2: #f6efff;
  --violet: #a83fff;
  --violet-2: #a474ff;
  --success: #31d0aa;
  --success-2: rgba(49, 208, 170, 0.75);
  --success-3: rgba(49, 208, 170, 0.5);
  --success-4: rgba(49, 208, 170, 0.1);
  --light-green: #00ba00;
  --text: #545454;
  --text-2: #393939;
  --text-3: #667085;
  --text-4: #757575;
  --line: #ebebeb;
  --line-2: #f2f4f7;
  --line-3: #c9c9c9;
  --line-4: #e4e7ec;
  --line-5: rgba(126, 126, 126,0.2);
  --surface: #f5f5f5;
  --surface-2: #f7f7f7;
  --surface-3: #f3f3f3;
  --shadow-1: 0px 4px 20px 0px #0000001a;
  --gradient-1: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      #ffffff 100%
  );
  --backdrop: rgba(0, 0, 0, 0.4);
  --bg-scrollbar-track: #f1f1f1;
  --bg-scrollbar-thumb: #c1c1c1;
  --rgba-white: rgba(255, 255, 255, 0.8);
  --rgba-dark: rgba(0, 0, 0, 0.6);
  --rgba-dark-2: rgba(0, 0, 0, 0.8);
  --rgba-dark-3: rgba(0, 0, 0, 0.2);
  --yellow: #ffc108;
  --yellow-2: #ff9a00;
  --brown: #8f5252;
  --red: #e21b1b;
}

.primary-2 {
  --primary: #39ae52;
}

.slider-default {
  position: relative;
}
.slider-default .swiper-slide {
  height: auto;
}
.slider-default .swiper-slide > * {
  height: 100%;
}
.slider-default .box-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.slider-default .box-title-slider {
  display: grid;
  gap: 10px;
}
.slider-default .content-slider {
  display: grid;
}
.slider-default .content-slider.style-2 .inner-box {
  display: grid;
  gap: 34px;
  border-radius: 16px;
  background-color: var(--white);
  padding: 40px 33px;
  overflow: hidden;
}
.slider-default .slider-wrap .image {
  height: 100%;
}
.slider-default .slider-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-default .slider-wrap.bg-type-1 {
  background: linear-gradient(256.55deg, #ffd1bb 0%, #fffedb 100%);
}
.slider-default .slider-wrap.bg-type-2 {
  background: linear-gradient(256.55deg, #f4e7fb 0%, #ffe9e9 25%, #ffedec 50%, #ffe9fd 100%);
}
.slider-default .slider-wrap.bg-type-3 {
  background: linear-gradient(256.55deg, #dcfaff 0%, #dbe3ff 100%);
}
.slider-default .slider-wrap.bg-type-4 {
  background: #d4edff;
}
.slider-default .slider-wrap.bg-type-5 {
  background: #eef0ff;
}
.slider-default .slider-wrap.bg-type-6 {
  background: #fff0f6;
}
.slider-default .slider-wrap.bg-type-7 {
  background: linear-gradient(-90deg, #ffe8e6 0%, #fff7d6 100%);
}
.slider-default .slider-wrap.bg-type-8 {
  background: linear-gradient(-90deg, #e6f4ff 0%, #ffecd6 100%);
}
.slider-default .slider-wrap.bg-type-9 {
  background: linear-gradient(-90deg, #f5e6ff 0%, #f1ffec 100%);
}

.tf-slideshow {
  position: relative;
  overflow: hidden;
}
.tf-slideshow .wrap-pagination {
  position: absolute;
  bottom: 41px;
  left: 0;
  right: 0;
  z-index: 1;
}

.slider-style-2 .slider-wrap {
  display: flex;
}
.slider-style-2 .image {
  width: 50%;
  margin-left: auto;
}
.slider-style-2 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-style-2 .box-content-left {
  position: absolute;
  left: 0;
  right: 50%;
  top: 0;
  bottom: 0;
  display: flex;
}
.slider-style-2 .box-title-slider {
  display: grid;
  gap: 15px;
}
.slider-style-2 .content-slider {
  display: grid;
  gap: 36px;
}
.slider-style-2 .wrap-pagination {
  bottom: 30px;
}

.slider-effect-fade .swiper-slide .fade-item {
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slider-effect-fade .swiper-slide .fade-item.fade-box {
  transition-delay: 0.4s;
}
.slider-effect-fade .swiper-slide .fade-item.fade-item-1 {
  transition-delay: 0.5s;
}
.slider-effect-fade .swiper-slide .fade-item.fade-item-2 {
  transition-delay: 0.6s;
}
.slider-effect-fade .swiper-slide .fade-item.fade-item-3 {
  transition-delay: 0.7s;
}
.slider-effect-fade .swiper-slide .fade-item.fade-item-4 {
  transition-delay: 0.8s;
}
.slider-effect-fade .swiper-slide.swiper-slide-active .fade-item {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.slider-fashion-1 .slider-wrap.bg-type-2 .image {
  display: flex;
  justify-content: end;
}
.slider-fashion-1 .slider-wrap.bg-type-2 .image img {
  height: unset;
}

.women-fashion-slider .tf-slideshow .slider-wrap {
  height: 100%;
  background: linear-gradient(-90deg, #ffe8e6 0%, #fff7d6 100%);
}
.women-fashion-slider .tf-slideshow .box-content {
  max-width: 1488px;
}
.women-fashion-slider .tf-slideshow .box-1 {
  background: linear-gradient(-90deg, #ffe8e6 0%, #fff7d6 100%);
}
.women-fashion-slider .tf-slideshow .box-2 {
  background: linear-gradient(-90deg, #e6f4ff 0%, #ffecd6 100%);
}
.women-fashion-slider .tf-slideshow .box-3 {
  background: linear-gradient(-90deg, #f5e6ff 0%, #f1ffec 100%);
}
.women-fashion-slider .tf-slideshow .content-slider {
  margin-top: 97px;
}

@keyframes spin-border {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.slider-fashion-2 .fs-cls {
  background-color: var(--surface);
}

.slider-electronic .slider-wrap {
  height: 731px;
}
.slider-electronic .slider-wrap.type-image-right {
  display: flex;
  justify-content: end;
  align-items: center;
}
.slider-electronic .box-title-slider {
  gap: 16px;
}
.slider-electronic .content-slider {
  gap: 32px;
}

.slider-fashion-3 .box-title-slider {
  gap: 17px;
}
.slider-fashion-3 .content-slider {
  gap: 40px;
}
.slider-fashion-3 .type {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.02em;
}
.slider-fashion-3 .wrap-pagination {
  bottom: 33px;
}

.slider-skincare .box-title-slider {
  gap: 10px;
}
.slider-skincare .content-slider {
  gap: 40px;
}
.slider-skincare .wrap-pagination {
  bottom: 31px;
}

.slider-bicycle .box-title-slider {
  gap: 16px;
}
.slider-bicycle .box-content {
  top: unset;
  transform: unset;
  bottom: 40px;
}
.slider-bicycle .box-content .content-slider {
  max-width: unset;
}
.slider-bicycle .box-content .content-slider .inner-box {
  background: #fff;
  border-radius: 16px;
  padding: 42px;
  max-width: 576px;
}

.slider-phonecase {
  margin: 27px 15px 0px;
  border-radius: 16px;
}
.slider-phonecase .wrap-pagination {
  bottom: 25px;
}
.slider-phonecase .tf-btn .icon {
  font-size: 12px;
}
.slider-phonecase .content-slider {
  gap: 40px;
}

.slider-pet .wrap-pagination {
  bottom: 25px;
}

.slider-electric-access {
  margin-top: 13px;
}
.slider-electric-access .swiper {
  border-radius: 16px;
}
.slider-electric-access .wrap-pagination {
  bottom: 29px;
}
.slider-electric-access .box-title-slider {
  gap: 16px;
}
.slider-electric-access .content-slider {
  gap: 32px;
}

.slider-baby .wrap-pagination {
  bottom: 29px;
}
.slider-baby .content-slider {
  gap: 40px;
}

.slider-pod .box-title-slider {
  gap: 24px;
}
.slider-pod .content-slider {
  gap: 42px;
  max-width: 691px;
  margin: auto;
}

.slider-btn-thumbs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 42px;
}
.slider-btn-thumbs .btn-thumbs {
  opacity: 0.2;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slider-btn-thumbs .btn-thumbs:hover, .slider-btn-thumbs .btn-thumbs.active {
  opacity: 1;
}

.slider-thumb-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.tes-jewelry-wrap {
  max-width: 994px;
  margin: 0 auto;
}

.slider-effect-zoom {
  position: relative;
}
.slider-effect-zoom img {
  -webkit-transition: all 15s linear;
  -khtml-transition: all 15s linear;
  -moz-transition: all 15s linear;
  -ms-transition: all 15s linear;
  -o-transition: all 15s linear;
  transition: all 15s linear;
  object-fit: cover;
}
.slider-effect-zoom .swiper-slide-active img {
  transform: scale(1.25);
}

.slider-default .parallax-wrap {
  padding: 100px 0px;
}
.slider-default .parallax-wrap .box-content {
  position: unset;
  transform: none;
}

.tf-slideshow .slider-wrap {
  position: relative;
}
.tf-slideshow .slider-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
}
.tf-slideshow .disable-bullet {
  display: none;
}
.tf-slideshow.slider1 .heading, .tf-slideshow.slider1 .description {
  color: #1C1C1C;
}
.tf-slideshow .box-content {
  position: absolute;
  top: 0;
  transform: unset;
  left: 0;
  width: 100%;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
  max-width: 1405px;
}
.tf-slideshow .box-content .container {
  margin: unset;
}
.tf-slideshow .box-content .heading {
  line-height: 1.2em;
}
.tf-slideshow .box-content .description {
  margin-bottom: 23px;
}
.tf-slideshow .box-content .box-title-slider {
  justify-content: start;
}
.tf-slideshow .box-content .inner-box {
  display: grid;
  gap: 10px;
}
.tf-slideshow .group-pagination .wrap-bullet, .tf-slideshow .group-pagination .wrap-arrow {
  display: none;
}
.tf-slideshow .group-pagination.bullet-desktop .wrap-bullet, .tf-slideshow .group-pagination.arrow-bullet-desktop .wrap-bullet {
  display: block;
}
.tf-slideshow .group-pagination.arrow-desktop .wrap-arrow, .tf-slideshow .group-pagination.arrow-bullet-desktop .wrap-arrow {
  display: block;
}
.tf-slideshow.slider1 .box-content {
  max-width: 1406px;
}
.tf-slideshow.slider1 .box-content .heading {
  line-height: 1.2em;
}
.tf-slideshow.slider1 .box-content .box-btn-slider {
  margin-top: 34px;
}
.tf-slideshow.slider3 .box-content {
  max-width: 1566px;
}
.tf-slideshow.slider3 .box-content .container {
  max-width: 100%;
}
.tf-slideshow.slider3 .box-content .inner-box {
  width: 536px;
}
.tf-slideshow.slider4 .box-content {
  max-width: 1438px;
}
.tf-slideshow.slider5 .box-content {
  max-width: 1570px;
  bottom: unset;
}
.tf-slideshow.slider5 .box-content .content-slider {
  padding: 102px 42px;
}
.tf-slideshow.slider5 .box-content .container {
  max-width: 100%;
}
.tf-slideshow.slider5 .box-content .box-btn-slider {
  margin-top: 10px;
}
.tf-slideshow.slider5 .box-content .box-btn-slider .tf-btn {
  gap: 16px;
  padding-right: 14px;
}
.tf-slideshow.slider6 .box-content .box-btn-slider {
  margin-top: 30px;
}
.tf-slideshow.slider6 .box-content .box-btn-slider .tf-btn {
  padding: 14px 37px;
  gap: 16px;
}
.tf-slideshow.slider-style-2 {
  background: #ba9272;
}
.tf-slideshow.slider-style-2.direction-column .slider-wrap {
  flex-direction: column;
}
.tf-slideshow.slider-style-2.direction-column .wrap-pagination {
  right: 0;
}
.tf-slideshow.slider-style-2.direction-row-reverse .slider-wrap {
  flex-direction: row-reverse;
}
.tf-slideshow.slider-style-2.direction-row-reverse .wrap-pagination {
  right: 0;
  left: 50%;
}
.tf-slideshow.slider-style-2.direction-column-reverse .slider-wrap {
  flex-direction: column-reverse;
}
.tf-slideshow.slider-style-2.direction-column-reverse .wrap-pagination {
  right: 0;
}
.tf-slideshow.slider-style-2 .slider-wrap {
  height: unset;
  align-items: center;
  display: flex;
}
.tf-slideshow.slider-style-2 .before-title, .tf-slideshow.slider-style-2 .heading, .tf-slideshow.slider-style-2 .description {
  color: #fff;
}
.tf-slideshow.slider-style-2 .sw-dots .swiper-pagination-bullet {
  background: #fff;
}
.tf-slideshow.slider-style-2 .sw-dots .swiper-pagination-bullet::after {
  border-color: #CACACA;
  border-top-color: transparent !important;
}
.tf-slideshow.slider-style-2 .box-content-left {
  position: unset;
  width: 100%;
  display: flex;
  height: 100%;
  position: relative;
  left: unset;
  right: unset;
  bottom: unset;
  top: unset;
}
.tf-slideshow.slider-style-2 .image {
  width: 100%;
}

@media (max-width: 1024px) {
  .tf-slideshow .group-pagination .wrap-bullet, .tf-slideshow .group-pagination .wrap-arrow {
    display: none;
  }
  .tf-slideshow .group-pagination.bullet-desktop .wrap-bullet, .tf-slideshow .group-pagination.arrow-bullet-desktop .wrap-bullet {
    display: none;
  }
  .tf-slideshow .group-pagination.arrow-desktop .wrap-arrow, .tf-slideshow .group-pagination.arrow-bullet-desktop .wrap-arrow {
    display: none;
  }
  .tf-slideshow .group-pagination.bullet-tablet .wrap-bullet, .tf-slideshow .group-pagination.arrow-bullet-tablet .wrap-bullet {
    display: block;
  }
  .tf-slideshow .group-pagination.arrow-tablet .wrap-arrow, .tf-slideshow .group-pagination.arrow-bullet-tablet .wrap-arrow {
    display: block;
  }
}
@media (max-width: 991px) {
  .women-fashion-slider .tf-slideshow .slider-wrap .image {
    margin-left: 100px;
  }
  .women-fashion-slider .tf-slideshow .box-content .inner-box {
    max-width: 348px;
  }
  .women-fashion-slider .tf-slideshow .slider-wrap {
    height: 500px;
  }
  .women-fashion-slider .tf-slideshow .content-slider {
    margin-top: unset;
  }
}
@media (max-width: 767px) {
  .tf-slideshow .group-pagination.bullet-tablet .wrap-bullet, .tf-slideshow .group-pagination.arrow-bullet-tablet .wrap-bullet {
    display: none;
  }
  .tf-slideshow .group-pagination.arrow-tablet .wrap-arrow, .tf-slideshow .group-pagination.arrow-bullet-tablet .wrap-arrow {
    display: none;
  }
  .tf-slideshow .group-pagination.bullet-mobile .wrap-bullet, .tf-slideshow .group-pagination.arrow-bullet-mobile .wrap-bullet {
    display: block;
  }
  .tf-slideshow .group-pagination.arrow-mobile .wrap-arrow, .tf-slideshow .group-pagination.arrow-bullet-mobile .wrap-arrow {
    display: block;
  }
  .tf-slideshow.slider-style-2.direction-row-reverse .wrap-pagination {
    right: 0;
    left: 0;
  }
  .tf-slideshow.slider-style-2 .box-content-left {
    padding: 70px 0px 80px;
  }
  .women-fashion-slider .tf-slideshow .box-content .inner-box {
    max-width: 285px;
  }
  .women-fashion-slider .tf-slideshow .slider-wrap {
    height: 400px;
  }
  .women-fashion-slider .tf-slideshow .content-slider .sub {
    display: block;
  }
  .women-fashion-slider .tf-slideshow .content-slider .description {
    display: none;
  }
}
.wg-testimonial {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
}
.wg-testimonial .name-author {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.wg-testimonial .box-verified {
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
  line-height: 18px;
  color: #545454;
}
.wg-testimonial .text-review {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #545454;
}
.wg-testimonial .name-item a, .wg-testimonial .price {
  font-weight: 500;
}
.wg-testimonial .content-top {
  padding: 12px;
  display: grid;
  gap: 10px;
}
.wg-testimonial .br-line {
  width: 100%;
  height: 1px;
  background-color: var(--line);
}
.wg-testimonial .box-avt {
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.wg-testimonial .box-avt .avatar {
  flex-shrink: 0;
  max-width: 64px;
  max-height: 64px;
  border-radius: 50%;
  overflow: hidden;
}
.wg-testimonial .box-avt .avatar img {
  object-position: top;
}
.wg-testimonial .box-avt .name-item {
  display: flex;
  gap: 4px;
  align-items: center;
  flex-wrap: wrap;
}
.wg-testimonial .box-author {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wg-testimonial .box-price {
  display: grid;
  gap: 3px;
}
.wg-testimonial.style-row {
  display: flex;
}
.wg-testimonial.style-row .image {
  flex-shrink: 0;
  width: 30%;
}
.wg-testimonial.style-2 .box-author .avt {
  max-width: 28px;
  border-radius: 50%;
  overflow: hidden;
}
.wg-testimonial.style-2 .box-avt .avatar {
  width: 72px;
  height: 72px;
}
.wg-testimonial.style-2 .list-star-default i {
  color: #edcb23;
}
.wg-testimonial.style-2.type-2 {
  padding: 20px;
}
.wg-testimonial.style-2.type-2 .br-line {
  margin: 15px 0px;
}
.wg-testimonial.style-2.type-2 .content-top {
  padding: 0px;
}
.wg-testimonial.style-2.type-2 .box-avt {
  padding: 0px;
}
.wg-testimonial.style-2.type-2 .bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wg-testimonial.style-2 .box-btn .icon {
  font-size: 12px;
}

.box-verified {
  display: flex;
  align-items: center;
  gap: 4px;
}

.list-star-default {
  display: flex;
  align-items: center;
  gap: 5px;
}
.list-star-default i {
  color: #98ab23;
  font-size: 14px;
}

.wrapper-thumbs-tes {
  border-radius: 16px;
  overflow: hidden;
}
.wrapper-thumbs-tes .box-right {
  padding: 24px;
  place-content: center;
  background-color: #b99272;
}
.wrapper-thumbs-tes .box-right .group-pagination {
  margin-top: 32px;
}
.wrapper-thumbs-tes .box-testimonial-main .list-star-default i {
  color: #e3ff34;
}

.flat-thumbs-tes .img-sw-thumb,
.flat-thumbs-tes .tf-thumb-tes {
  height: 100%;
}
.flat-thumbs-tes .img-sw-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flat-thumbs-tes .sw-dot-default,
.flat-thumbs-tes .box-navigation {
  margin-top: 24px;
}

.wrapper-thumbs-tes-2 .box-left {
  place-content: center;
}
.wrapper-thumbs-tes-2 .box-left .group-pagination {
  margin-top: 32px;
}
.wrapper-thumbs-tes-2 .img-sw-thumb {
  overflow: hidden;
}
.wrapper-thumbs-tes-2 .img-sw-thumb img {
  border-radius: 16px;
}

.wrapper-thumbs-tes-4 .box-left {
  display: none;
}
.wrapper-thumbs-tes-4 .box-right {
  place-content: center;
}
.wrapper-thumbs-tes-4 .img-sw-thumb {
  border-radius: 16px;
  overflow: hidden;
}
.wrapper-thumbs-tes-4 .box-testimonial-main .box-content {
  display: grid;
  gap: 12px;
}

.wrapper-thumbs-tes-3 .box-right {
  display: none;
}
.wrapper-thumbs-tes-3 .box-left {
  place-content: center;
}
.wrapper-thumbs-tes-3 .img-sw-thumb {
  border-radius: 16px;
  overflow: hidden;
}

.box-testimonial-main {
  display: grid;
  gap: 24px;
}
.box-testimonial-main .content {
  display: grid;
  gap: 20px;
}
.box-testimonial-main .content .title-review {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.box-testimonial-main .box-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.box-testimonial-main .box-author .img {
  width: unset;
  height: unset;
  max-width: 70px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
.box-testimonial-main .box-author .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-testimonial-main .box-author .info {
  display: grid;
  gap: 4px;
}
.box-testimonial-main .quote {
  font-size: 32px;
}

.wrapper-thumbs-tes-3 .box-testimonial-main .list-star-default .icon-star {
  color: #FFAA47;
}
.wrapper-thumbs-tes-3 .box-testimonial-main .text-review {
  font-size: 20px;
  line-height: 32px;
}

.wg-testimonial-2 .icon {
  font-size: 40px;
}
.wg-testimonial-2 .text {
  margin-top: 24px;
}

.tf-testimonial.type-2 .list-star-default {
  display: block;
}
.tf-testimonial.type-2 .wrapper-thumbs-tes.style-left {
  flex-direction: row-reverse;
}
.tf-testimonial.type-2.type2 .wrapper-thumbs-tes-2.style-left {
  flex-direction: row-reverse;
}
.tf-testimonial.type-2.type2 .wrapper-thumbs-tes-2.style-left .box-left {
  padding: 60px 0px 60px 100px;
}
.tf-testimonial.type-2.type2 .wrapper-thumbs-tes-2.style-left .box-left .box-testimonial-main {
  gap: 24px;
}
.tf-testimonial.type-2.type2 .wrapper-thumbs-tes-2.style-left .box-left .box-testimonial-main .quote {
  font-size: 33px;
  color: #FF6F61;
}
.tf-testimonial.type-2.type2 .wrapper-thumbs-tes-2.style-left .box-left .box-testimonial-main .title-review {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.tf-testimonial.type-2.type2 .wrapper-thumbs-tes-2.style-left .box-left .box-testimonial-main .text-review {
  margin-bottom: 22px;
}
.tf-testimonial.type-2.type2 .wrapper-thumbs-tes-2.style-left .box-left .box-testimonial-main .list-star-default {
  margin-bottom: 4px;
}
.tf-testimonial.type-2.type2 .wrapper-thumbs-tes-2.style-left .box-left .box-testimonial-main .list-star-default i {
  color: #FFC108;
}
.tf-testimonial.type-2 .box-nav-swiper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tf-testimonial.type-2 .box-nav-swiper .swiper-button-next, .tf-testimonial.type-2 .box-nav-swiper .swiper-button-prev {
  position: unset;
  margin: unset;
}
.tf-testimonial.type-2.type1 .box-testimonial-main .quote {
  font-size: 40px;
}
.tf-testimonial.type-2.type1 .box-right {
  padding: 94px 49px 91px 64px;
  color: #fff;
}
.tf-testimonial.type-2.type1 .box-right .meta {
  color: #fff;
}
.tf-testimonial.type-2.type1 .box-right .meta:hover {
  color: var(--line);
}
.tf-testimonial.type-2.type1 .box-right .list-star-default {
  gap: 2px;
}
.tf-testimonial.type-2.type2 .list-star-default {
  gap: 1px;
}
.tf-testimonial.type-2.type2 .wrapper-thumbs-tes-2 .box-left {
  width: 63%;
}

@media (max-width: 1024px) {
  .tf-testimonial.type-2.type1 .box-right {
    padding: 40px 36px;
    width: 57.7%;
  }
  .tf-testimonial.type-2.type2 .wrapper-thumbs-tes-2.style-left .box-left {
    padding: 60px 30px;
  }
}
@media (max-width: 767px) {
  .tf-testimonial.type-2.type1 .box-right,
  .tf-testimonial.type-2.type2 .wrapper-thumbs-tes-2.style-left .box-left {
    padding: 20px;
    width: 100%;
  }
  .box-testimonial-main .box-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
  }
  .tf-testimonial.type-2.type2 .wrapper-thumbs-tes-2 .box-left {
    width: 100%;
  }
  .tf-testimonial.type-2.type2 .wrapper-thumbs-tes-2 .box-right {
    display: none;
  }
  .wrapper-thumbs-tes-2 .box-left .group-pagination {
    margin-top: 0;
  }
}
.brand-item {
  max-width: 240px;
  height: 114px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.brand-item img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tf-brand:hover .brand-item {
  opacity: 0.4;
}
.tf-brand:hover .brand-item:last-child {
  border-right: unset !important;
}
.tf-brand .brand-item:hover {
  opacity: 1;
}

.sw-brand {
  border: 1px solid var(--line);
}
.sw-brand .brand-item {
  max-width: 100%;
  height: 100%;
}
.sw-brand:hover .swiper-slide img {
  opacity: 0.4;
}
.sw-brand .swiper-slide:hover img {
  opacity: 1;
}
.sw-brand .swiper-slide:not(:last-child) .brand-item {
  border-right: 1px solid var(--line);
}

.gallery-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.gallery-item .box-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--white);
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark);
  font-size: 12px;
}
.gallery-item .box-icon:hover {
  background-color: var(--dark);
  color: var(--white);
}

.marquee-sale {
  height: unset !important;
  border-left: unset !important;
  border-right: unset !important;
}
.marquee-sale.enable-hover-stop .marquee-wrapper:hover {
  animation-play-state: paused !important;
}

.news-item {
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}
.news-item .image-box {
  display: block;
}
.news-item .img-style {
  display: block;
}
.news-item .content {
  padding: 12px;
}
.news-item .content .title {
  margin-bottom: 12px;
}
.news-item .content .btn-readmore {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  line-height: 24px;
  color: #404cb7;
  font-weight: 500;
}
.news-item .content .btn-readmore .icon {
  font-size: 15px;
}

.tf-pin-btn {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.tf-pin-btn span {
  display: block;
  width: 25px;
  height: 25px;
  border: 9px solid var(--white);
  border-radius: 50%;
  background-color: var(--dark);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tf-pin-btn span:hover::after, .tf-pin-btn span:hover::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: solid 1px var(--white);
  border-radius: 50%;
}
.tf-pin-btn span:hover::before {
  animation: ripple-line 2s linear infinite;
}
.tf-pin-btn span:hover::after {
  animation: ripple-line 2s 1s linear infinite;
}
.tf-pin-btn.style-lg span {
  width: 28px;
  height: 28px;
}
.tf-pin-btn.style-hover:hover span {
  background-color: var(--primary);
}
.tf-pin-btn.style-dark {
  width: 28px;
  height: 28px;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.tf-pin-btn.style-dark span {
  background-color: var(--dark);
  width: 12px;
  height: 12px;
  border: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tf-pin-btn.style-dark:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.tf-pin-btn.style-dark:hover span {
  background-color: var(--primary);
}

.tf-pin-btn2 {
  cursor: pointer;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tf-pin-btn2 span {
  width: 9px;
  height: 9px;
  background-color: var(--dark);
  border-radius: 50%;
}
.tf-pin-btn2::after, .tf-pin-btn2::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 9999px;
  animation: ripple-fill 3s infinite;
}
.tf-pin-btn2::after {
  animation-delay: 0.5s;
}
.tf-pin-btn2::before {
  animation-delay: 0.9s;
}
.tf-pin-btn2.active {
  width: 32px;
  height: 32px;
}
.tf-pin-btn2.active span {
  width: 12px;
  height: 12px;
}

.collection-position-3 {
  position: relative;
}

.cls-lookbook {
  overflow: unset;
  position: relative;
}
.cls-lookbook .img-style {
  border-radius: 20px;
  display: block;
}
.cls-lookbook .lookbook-item {
  position: absolute;
  left: 30%;
  bottom: 32%;
}
.cls-lookbook .lookbook-item.position1 {
  left: 40%;
  bottom: 12%;
}
.cls-lookbook .lookbook-item.position2 {
  left: 32%;
  bottom: 18%;
}
.cls-lookbook .lookbook-item.position3 {
  left: 58%;
  bottom: 10%;
}
.cls-lookbook .lookbook-item.position4 {
  left: 36%;
  bottom: 45%;
}
.cls-lookbook .lookbook-item.position5 {
  left: 70%;
  bottom: 16%;
}

.tf-sw-lookbook .cls-lookbook {
  width: 100%;
  height: 100%;
}

.lookbook-item .dropdown-menu {
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.loobook-product {
  padding: 14px;
  background-color: var(--white);
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
}
.loobook-product .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}
.loobook-product .info {
  display: grid;
  gap: 4px;
}
.loobook-product .price-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
}
.loobook-product .img-style {
  border-radius: 0;
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
}
.loobook-product .btn-lookbook {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--dark);
  flex-shrink: 0;
  font-size: 17px;
}
.loobook-product .btn-lookbook i {
  color: var(--white);
}
.loobook-product .btn-lookbook:hover {
  background-color: var(--primary);
}
.loobook-product .price-old {
  color: #c9c9c9;
  opacity: 1;
}
.loobook-product .price-old::after {
  background-color: #c9c9c9;
}
.loobook-product::before {
  content: "";
  position: absolute;
  border-width: 8px;
  border-style: solid;
}
.loobook-product.style-row {
  flex-direction: row;
}
.loobook-product.style-row .img-style {
  max-width: 72px;
}

.dropup .loobook-product {
  margin-bottom: 20px;
}
.dropup .loobook-product::before {
  border-color: var(--white) transparent transparent transparent;
  bottom: -4%;
  left: 50%;
  transform: translateX(-50%);
}

.lookbook-item .dropend .dropdown-menu {
  --bs-dropdown-min-width: max-content;
  margin-left: 15px !important;
  z-index: 10;
}
.lookbook-item .dropend .loobook-product {
  margin: -36px 0px;
}

.sw-lookbook-wrap {
  padding-top: 70px;
  margin-top: -70px;
}

.banner-lookbook {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.banner-lookbook img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-lookbook .lookbook-item {
  position: absolute;
  left: 52%;
  bottom: 32%;
}
.banner-lookbook .lookbook-item.position1 {
  left: 58%;
  bottom: 27%;
}
.banner-lookbook .lookbook-item.position2 {
  left: 32%;
  bottom: 14%;
}
.banner-lookbook .lookbook-item.position3 {
  left: 49%;
  bottom: 52%;
}
.banner-lookbook .lookbook-item.position4 {
  left: 70%;
  bottom: 35%;
}

.dropdown-custom .dropdown-menu {
  --bs-dropdown-min-width: max-content;
}

.flat-with-text-lookbook {
  align-items: center;
}
.flat-with-text-lookbook .banner-img {
  position: relative;
}
.flat-with-text-lookbook .banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flat-with-text-lookbook .banner-img .tf-pin-btn {
  position: absolute;
}
.flat-with-text-lookbook .banner-img .tf-pin-btn.pin-1 {
  top: 40%;
  left: 43%;
}
.flat-with-text-lookbook .banner-img .tf-pin-btn.pin-2 {
  top: 85%;
  left: 43%;
}
.flat-with-text-lookbook .lookbook-content .box-title {
  display: grid;
  gap: 12px;
  margin-bottom: 20px;
}
.flat-with-text-lookbook .lookbook-content .swiper {
  width: 100%;
}
.flat-with-text-lookbook .lookbook-content .total-lb {
  margin-top: 20px;
}

.flat-with-text-lookbook-v2 .banner-img {
  position: relative;
  width: 100%;
}
.flat-with-text-lookbook-v2 .banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flat-with-text-lookbook-v2 .banner-img .tf-pin-btn {
  position: absolute;
}
.flat-with-text-lookbook-v2 .banner-img .tf-pin-btn.pin-1 {
  top: 42%;
  left: 25%;
}
.flat-with-text-lookbook-v2 .banner-img .tf-pin-btn.pin-2 {
  top: 30%;
  left: 44%;
}
.flat-with-text-lookbook-v2 .banner-img .tf-pin-btn.pin-3 {
  top: 62%;
  left: 80%;
}
.flat-with-text-lookbook-v2 .lookbook-content {
  padding: 0px 15px 40px;
  width: 100%;
}
.flat-with-text-lookbook-v2 .lookbook-content .box-title {
  display: grid;
  gap: 12px;
  margin-bottom: 20px;
}
.flat-with-text-lookbook-v2 .lookbook-content .swiper {
  width: 100%;
}
.flat-with-text-lookbook-v2 .lookbook-content .total-lb {
  margin-top: 20px;
}

.flat-wrapper-lookbook {
  display: block;
}
.flat-wrapper-lookbook .image-lookbook {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.flat-wrapper-lookbook .image-lookbook img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flat-wrapper-lookbook .image-lookbook .tf-pin-btn2 {
  position: absolute;
}
.flat-wrapper-lookbook .image-lookbook .pin-1 {
  left: 18%;
  bottom: 35%;
}
.flat-wrapper-lookbook .image-lookbook .pin-2 {
  left: 50%;
  bottom: 30%;
}
.flat-wrapper-lookbook .image-lookbook .pin-3 {
  right: 2%;
  top: 47%;
}
.flat-wrapper-lookbook .col-left {
  padding-bottom: 24px;
}
.flat-wrapper-lookbook .card-product .tf-btn {
  font-size: 18px;
  line-height: 22px;
}

.slider-wrap-lb {
  position: relative;
}
.slider-wrap-lb .title {
  margin-bottom: 24px;
}
.slider-wrap-lb .swiper-button-prev {
  left: 0;
}
.slider-wrap-lb .swiper-button-next {
  right: 0;
}
.slider-wrap-lb .nav-swiper {
  top: 50%;
}
.slider-wrap-lb .card-product .card-product-info {
  padding: 20px 2px;
}

@keyframes ripple-line {
  to {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ripple-fill {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  50% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.swiper {
  --swiper-theme-color: var(--primary);
  --swiper-pagination-progressbar-bg-color: #d9d9d9;
}

.swiper-pagination-progressbar {
  border-radius: 34px;
  overflow: hidden;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0px;
}

.sw-dots {
  display: flex;
  gap: 10px;
}
.sw-dots .swiper-pagination-bullet {
  background: #373737;
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
  -khtml-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
  -moz-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
  -ms-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
  -o-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
  transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
}
.sw-dots .swiper-pagination-bullet::after {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 1px solid #ff4747;
  border-top-color: transparent;
  -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
  -khtml-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
  -moz-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
  -ms-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
  -o-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
  transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
  opacity: 0;
  animation: spin-border 1.5s linear infinite;
}
.sw-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  margin: 0px 10px;
}
.sw-dots .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(45deg);
}
.sw-dots.style-dark .swiper-pagination-bullet::after {
  border: 1px solid var(--dark);
  border-top-color: transparent;
}
.sw-dots.style-white .swiper-pagination-bullet {
  background: var(--white);
}
.sw-dots.style-white .swiper-pagination-bullet::after {
  border-color: #cacaca;
  border-top-color: transparent;
}
.sw-dots.style-white.border-red .swiper-pagination-bullet::after {
  border: 1px solid #ff4747;
  border-top-color: transparent;
}
.sw-dots.style-grey .swiper-pagination-bullet {
  background: #b4b4b4;
}
.sw-dots.style-grey .swiper-pagination-bullet::after {
  border: 1px solid var(--white);
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
}
.sw-dots.style-grey .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--white);
  border-color: var(--white);
  margin: 0px 4px;
}
.sw-dots.style-2 {
  gap: 12px;
}
.sw-dots.style-2 .swiper-pagination-bullet {
  background-color: #1b1b1b;
}
.sw-dots.style-2 .swiper-pagination-bullet::after {
  transform: translate(-50%, -50%);
  border: unset;
  height: 18px;
  width: 18px;
  border: 5px solid var(--primary-3);
}
.sw-dots.style-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  margin: 0px 5px !important;
  background-color: var(--white);
}
.sw-dots.style-2.type-2 {
  gap: 10px;
}
.sw-dots.style-2.type-2 .swiper-pagination-bullet {
  background-color: #bababa;
}
.sw-dots.style-2.type-2 .swiper-pagination-bullet::after {
  transform: translate(-50%, -50%);
  border: unset;
  height: 26px;
  width: 26px;
  border: 9px solid rgba(238, 238, 238, 0.6980392157);
}
.sw-dots.style-2.type-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  margin: 0px 9px !important;
  background-color: var(--dark);
}
.sw-dots.dot-white .swiper-pagination-bullet {
  background: var(--white);
}
.sw-dots.border-white .swiper-pagination-bullet::after {
  border: 1px solid var(--white);
}
.sw-dots.small {
  height: 15px;
  align-items: center;
}
.sw-dots.small .swiper-pagination-bullet {
  height: 6px;
  width: 6px;
}
.sw-dots.small .swiper-pagination-bullet::after {
  animation: unset;
}
.sw-dots.small .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  width: 15px;
  height: 15px;
}

.sw-dot-default {
  display: flex;
  gap: 4px;
  margin-top: 20px;
}
.sw-dot-default .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.sw-dot-default .swiper-pagination-bullet:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background-color: #b1b1b1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sw-dot-default .swiper-pagination-bullet-active {
  border-color: var(--dark);
}
.sw-dot-default .swiper-pagination-bullet-active::before {
  background-color: var(--dark);
}
.sw-dot-default.style-white .swiper-pagination-bullet::before {
  background-color: var(--white);
}
.sw-dot-default.style-white .swiper-pagination-bullet-active {
  border-color: var(--white);
}
.sw-dot-default.style-white .swiper-pagination-bullet-active::before {
  background-color: var(--white);
}
.sw-dot-default.style-sm {
  gap: 2px;
}
.sw-dot-default.style-sm .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}
.sw-dot-default.style-sm .swiper-pagination-bullet:before {
  width: 4px;
  height: 4px;
}

.sw-auto .swiper-wrapper {
  align-items: center;
}
.sw-auto .swiper-slide {
  width: auto;
  transition-timing-function: linear;
}
.sw-auto.tf-sw-iconbox-row .swiper-wrapper {
  justify-content: space-between;
}

.nav-swiper {
  background-color: var(--white);
  border-radius: 999px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  color: var(--dark);
  cursor: pointer;
}
.nav-swiper::after {
  font-size: 12px;
  color: var(--dark);
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-swiper:hover {
  background-color: var(--rgba-dark-2);
  border-color: var(--rgba-dark-2);
}
.nav-swiper:hover::after {
  color: var(--white);
}
.nav-swiper.style-1 {
  width: 48px;
  height: 48px;
  border: 0 !important;
  background-color: transparent !important;
}
.nav-swiper.style-1.swiper-button-prev {
  transform: rotate(180deg);
}
.nav-swiper.style-1.swiper-button-prev::after {
  font-family: "vince";
  font-size: 18px;
  content: "\e904";
  font-weight: 400;
}
.nav-swiper.style-1.swiper-button-next::after {
  font-family: "vince";
  font-size: 18px;
  content: "\e904";
  font-weight: 400;
}
.nav-swiper.style-1:hover::after {
  color: var(--primary) !important;
}
.nav-swiper.swiper-button-disabled {
  background-color: rgba(0, 0, 0, 0.4);
  border-color: transparent;
  cursor: text;
}
.nav-swiper.arrow-1.swiper-button-prev {
  transform: rotate(180deg);
}
.nav-swiper.arrow-1.swiper-button-prev::after {
  font-family: "vince";
  content: "\e904";
  font-weight: 400;
}
.nav-swiper.arrow-1.swiper-button-next::after {
  font-family: "vince";
  content: "\e904";
  font-weight: 400;
}
.nav-swiper.size-30 {
  width: 30px;
  height: 30px;
}
.nav-swiper.size-30::after {
  font-size: 10px;
}
.nav-swiper.size-36 {
  width: 36px;
  height: 36px;
}
.nav-swiper.size-36::after {
  font-size: 10px;
}
.nav-swiper.style-line {
  background-color: transparent;
  border-color: var(--dark);
  color: var(--dark);
}
.nav-swiper.style-line::after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-swiper.style-line:hover:not(.swiper-button-disabled) {
  background-color: var(--dark);
  border-color: var(--dark);
}
.nav-swiper.style-line.swiper-button-disabled {
  border-color: rgba(0, 0, 0, 0.4);
  cursor: text;
}
.nav-swiper.style-line.swiper-button-disabled::after {
  color: rgba(0, 0, 0, 0.4);
}
.nav-swiper.line-white {
  background-color: transparent;
  border-color: var(--white);
}
.nav-swiper.line-white::after {
  color: var(--white);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-swiper.line-white:hover:not(.swiper-button-disabled) {
  background-color: var(--white);
  border-color: var(--white);
}
.nav-swiper.line-white:hover:not(.swiper-button-disabled)::after {
  color: var(--dark);
}
.nav-swiper.line-white.swiper-button-disabled {
  border-color: rgba(255, 255, 255, 0.4);
  cursor: text;
}
.nav-swiper.line-white.swiper-button-disabled::after {
  color: rgba(255, 255, 255, 0.4);
}

.hover-sw-nav {
  position: relative;
}

.fl-control-sw {
  position: relative;
}
.fl-control-sw .nav-swiper {
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
}
.fl-control-sw.pos1 .nav-swiper {
  top: 45%;
}
.fl-control-sw.pos2 .nav-swiper {
  top: 38%;
}
.fl-control-sw.pos3 .nav-swiper {
  top: 43%;
}

.fl-control-sw2 {
  position: relative;
}
.fl-control-sw2 .nav-swiper {
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
}
.fl-control-sw2.pos1 .nav-swiper {
  top: 42%;
}
.fl-control-sw2.pos2 .nav-swiper {
  top: 38%;
}

.wrap-pos-nav {
  position: relative;
}
.wrap-pos-nav .nav-swiper {
  position: absolute;
  margin-top: 3px;
  top: 50%;
  transform: translateY(-50%);
}
.wrap-pos-nav.sw-over-product .nav-swiper {
  margin-top: -10px;
}

.box-nav-swiper {
  display: flex;
  gap: 8px;
}
.box-nav-swiper .nav-swiper {
  position: unset;
  margin: 0;
}
.box-nav-swiper.style-2 {
  gap: 12px;
}

.tab-content .swiper-pagination-progressbar {
  margin-top: 30px;
}

.sw-height .swiper-slide {
  height: auto;
}
.sw-height .swiper-slide .tf-icon-box,
.sw-height .swiper-slide .card-product {
  width: 100%;
  height: 100%;
}

/* Media Queries
-------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1200px) {
  .flat-wrapper-lookbook .image-lookbook .pin-1 {
    left: 2%;
    bottom: 38%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .sb-contact {
    padding: 30px 15px;
  }
}
@media (min-width: 576px) {
  .tf-grid-layout.sm-col-2 {
    grid-template-columns: 1fr 1fr;
  }
  .tf-grid-layout.sm-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout.sm-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .tf-grid-layout.sm-col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .tf-grid-layout.sm-col-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .tf-grid-layout.sm-col-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .dropdown-filter .dropdown-menu {
    min-width: 250px;
  }
  .popup-style-1 {
    max-width: 520px;
  }
  .footer-default .footer-body {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .row-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 32px;
    column-gap: 24px;
  }
  .row-footer .s3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    grid-column: 1/-1;
  }
}
@media (min-width: 768px) {
  .footer-info,
  .footer-heading {
    margin-bottom: 24px;
  }
  .footer-style-2 {
    margin: 0px 15px 80px;
  }
  .slider-style-2 .wrap-pagination {
    right: 50%;
  }
  .offcanvas-search .header {
    padding: 15px 30px;
  }
  .offcanvas-search .form-search input {
    height: 60px;
  }
  .popup-product .modal-content {
    padding: 32px 60px 40px;
  }
  .popup-product .modal-header .countdown__timer {
    font-size: 24px;
    line-height: 32px;
  }
  .fl-order-testimonial {
    padding: 32px 60px;
  }
  .tf-compare-col {
    min-width: 300px;
  }
  .table-page-cart .tf-cart-item .wg-quantity {
    width: 102px;
    height: 48px;
  }
  .tf-main-success .box-ship-address {
    padding: 32px;
  }
  .modal-quick-view .modal-content {
    flex-direction: row;
  }
  .modal-quick-view .tf-product-media-wrap {
    width: 43.4%;
  }
  .modal-quick-view .tf-product-info-wrap .tf-product-info-inner {
    position: absolute;
    inset: 0;
    overflow-y: auto;
    padding: 32px;
  }
  .modal-quick-view .tf-product-info-wrap .tf-product-info-variant {
    margin-bottom: 34px;
  }
  .modal-quick-view .tf-product-info-wrap .tf-product-total-quantity {
    margin-bottom: 32px;
  }
  .popup-shopping-cart.style-2 .modal-content,
  .popup-shopping-cart.style-2 .canvas-wrapper {
    flex-direction: row;
  }
  .popup-shopping-cart.style-2 .also-like-product {
    width: 228px;
    flex-shrink: 0;
    position: relative;
  }
  .popup-shopping-cart.style-2 .also-like-product .also-like-product-wrap {
    padding: 33px 28px 33px 36px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    flex-direction: column;
  }
  .popup-shopping-cart.style-2 .also-like-product .also-like-product-wrap::-webkit-scrollbar {
    width: 8px;
  }
  .popup-shopping-cart.style-2 .also-like-product .also-like-product-wrap::-webkit-scrollbar-thumb {
    background: var(--primary);
  }
  .popup-shopping-cart.style-2 .also-like-product .also-like-product-wrap::-webkit-scrollbar-track {
    background: var(--line);
  }
  .popup-shopping-cart.style-2 .also-like-product .tf-mini-cart-item {
    flex-direction: column;
    min-width: unset;
  }
  .popup-shopping-cart.style-2 .also-like-product .tf-mini-cart-item .tf-mini-cart-image {
    width: 156px;
    height: 222px;
  }
  .popup-shopping-cart.style-empty .cart-empty-wrap {
    padding: 27px 15px;
  }
  .popup-shopping-cart.style-empty .cart-empty-wrap img {
    margin-bottom: 32px;
    width: auto;
  }
  .popup-shopping-cart.style-empty .cart-empty-wrap p {
    margin-bottom: 24px;
  }
  .popup-pickup-available .modal-inner {
    padding: 40px 32px;
  }
  .popup-pickup-available .pickup-available-list {
    gap: 40px;
  }
  .modal-find-size .header {
    margin-bottom: 40px;
  }
  .modal-find-size .tf-sizeguide-table {
    margin-bottom: 42px;
  }
  .modal-find-size .modal-dialog .modal-content {
    padding: 32px;
  }
  .modal-find-size .tf-page-size-chart-content {
    display: grid;
    gap: 10px;
    grid-template-columns: 6fr 6fr;
  }
  .modal-find-size .tf-page-size-chart-content ul {
    margin-bottom: unset;
  }
  .modal-order-detail .header {
    margin-bottom: 50px;
  }
  .modal-order-detail .modal-dialog .modal-content {
    padding: 32px;
  }
  .slider-layout-right .swiper {
    margin-right: -24px;
  }
  .modal-newsletter.style-row .modal-content {
    flex-direction: row;
  }
  .banner-why-shop,
  .container-6,
  .container-5,
  .container-4,
  .container-3,
  .container-2,
  .slider-layout-right,
  .container-full,
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .list-color-product {
    gap: 5px;
  }
  .list-color-product .list-color-item {
    width: 24px;
    height: 24px;
  }
  .tf-pin-btn span {
    width: 33px;
    height: 33px;
    border: 12px solid var(--white);
  }
  .card-product .on-sale-wrap {
    top: 20px;
    right: auto;
    left: 20px;
  }
  .card-product .on-sale-wrap.pos1 {
    top: 16px;
    left: 16px;
  }
  .card-product.card-product-size .list-product-btn {
    bottom: 40px;
  }
  .card-product.style-3.card-product-size .product-btn-main {
    bottom: 40px;
  }
  .card-product.style-3.card-product-size .list-product-btn {
    bottom: 84px;
  }
  .card-product.style-border-2.border-type-4 .on-sale-wrap {
    top: 16px;
    right: auto;
    left: 16px;
  }
  .card-product .card-product-info {
    gap: 8px;
  }
  .grid-cls {
    gap: 24px;
  }
  .grid-cls .item1 {
    grid-area: aa;
  }
  .grid-cls .item2 {
    grid-area: bb;
  }
  .grid-cls .item3 {
    grid-area: cc;
  }
  .grid-cls .item4 {
    grid-area: dd;
  }
  .grid-cls-v1 {
    grid-template-areas: "aa bb" "aa cc";
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .grid-cls-v2 {
    grid-template-areas: "aa bb dd" "aa cc dd";
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid-cls-v3 {
    grid-template-areas: "aa aa " "bb cc";
    grid-template-columns: 1fr 1fr;
  }
  .grid-cls-v4 {
    grid-template-areas: "cc cc " "aa bb ";
    grid-template-columns: 1fr 1fr;
  }
  .s-banner-with-text .content-banner {
    height: 100%;
  }
  .banner-cd-phonecase .banner-content {
    gap: 32px;
    padding: 32px 60px;
  }
  .banner-cd-fashion .banner-content {
    left: 100px;
  }
  .banner-cd-fashion .box-title {
    margin-bottom: 12px;
  }
  .banner-cd-fashion .season {
    margin-bottom: 4px;
  }
  .banner-account .banner-content-right {
    right: 144px;
    gap: 32px;
  }
  .banner-account .banner-title {
    gap: 12px;
  }
  .banner-account.banner-acc-countdown {
    padding: 40px 88px 40px 64px;
  }
  .banner-account.banner-acc-countdown .banner-title {
    gap: 4px;
  }
  .banner-account.banner-acc-countdown .banner-content-left {
    gap: 16px;
  }
  .banner-cls-baby .box-title-banner {
    gap: 16px;
  }
  .banner-cls-baby .box-content {
    gap: 32px;
  }
  .banner-cls-mega-electric .box-title-banner {
    gap: 8px;
  }
  .banner-cls-mega-electric .box-content {
    gap: 24px;
  }
  .banner-cls-electric-acc .box-content {
    gap: 33px;
  }
  .banner-cls-electric-acc .box-title-banner {
    gap: 16px;
  }
  .banner-cls-electric-acc.style-abs-2 .box-content {
    width: max-content;
    padding: 30px 64px;
    left: 64px;
    right: 64px;
  }
  .banner-cls-electric-acc.style-abs-2 .box-content br {
    display: block;
  }
  .banner-cls-sportwear.style-abs-2 .box-content {
    left: 84px;
  }
  .banner-cls-sportwear .box-content {
    gap: 24px;
  }
  .banner-cls-sportwear .box-title-banner {
    gap: 24px;
  }
  .banner-cls-petacces .box-content {
    gap: 42px;
  }
  .banner-cls-petacces .box-title-banner {
    gap: 24px;
  }
  .banner-cls-electric .image {
    order: 1;
  }
  .s-banner-colection.style-abs .box-content {
    left: 64px;
    bottom: 64px;
    right: unset;
    gap: 32px;
  }
  .s-banner-colection.style-abs .box-title-banner {
    gap: 16px;
  }
  .slider-bicycle .box-content {
    bottom: 103px;
  }
  .slider-bicycle .content-slider {
    max-width: 576px;
    width: 100%;
  }
  .slider-bicycle .content-slider.style-2 {
    padding: 42px;
  }
  .tf-grid-layout.md-col-2 {
    grid-template-columns: 1fr 1fr;
  }
  .tf-grid-layout.md-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout.md-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .tf-grid-layout.md-col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .tf-grid-layout.md-col-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .tf-grid-layout.md-col-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .flat-single-grid:not(.flat-single-grid-2, .flat-single-stacked) .item {
    height: 1026px;
  }
  .flat-single-grid:not(.flat-single-grid-2, .flat-single-stacked) .item:not(:last-child) {
    margin-bottom: 10px;
  }
  .flat-single-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .flat-single-grid-2 .item {
    width: 100%;
    height: 300px;
  }
  .flat-single-stacked {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .flat-single-stacked .item:first-child {
    grid-column: 1/-1;
    width: 100%;
  }
  .canvas-sidebar {
    max-width: 406px;
  }
  .canvas-sidebar .canvas-header {
    padding: 32px;
    padding-bottom: 10px;
  }
  .canvas-sidebar .canvas-header::after {
    left: 32px;
    right: 32px;
  }
  .canvas-sidebar .canvas-body {
    padding: 32px;
    padding-top: 24px;
  }
  .tf-product-fbt-wrap {
    padding: 30px;
  }
  .wrap-sw-over {
    margin-left: -12px;
    padding-left: 12px;
    margin-bottom: -20px;
    padding-bottom: 20px;
  }
  .menu-tab-line {
    gap: 24px;
  }
  .menu-tab-line.style-lg {
    gap: 48px;
  }
  .menu-tab-line.style-lg .tab-link {
    font-size: 28px;
    line-height: 29.2px;
  }
  .menu-tab-line.style-lg3, .menu-tab-line.style-lg2 {
    gap: 41px;
  }
  .menu-tab-line.style-md {
    gap: 0;
  }
  .menu-tab-line.style-md .tab-link {
    padding: 10px;
    font-size: 20px;
    line-height: 24px;
    min-width: 148px;
  }
  .menu-tab-line.style-md .tab-link::after {
    height: 2px;
  }
  .menu-tab-line.style-md2 .tab-link {
    font-size: 20px;
    line-height: 30px;
  }
  .gallery-item .box-icon {
    height: 40px;
    width: 40px;
    font-size: 14px;
  }
  .news-item .content {
    padding: 24px;
  }
  .news-item .content .title {
    margin-bottom: 24px;
  }
  .wrapper-thumbs-tes {
    display: flex;
  }
  .wrapper-thumbs-tes .box-right {
    padding: 40px 36px;
    width: 57.7%;
  }
  .wrapper-thumbs-tes .box-left {
    width: 42.3%;
    display: block;
  }
  .wrapper-thumbs-tes-2 {
    display: flex;
  }
  .wrapper-thumbs-tes-2 .box-right {
    width: 35%;
    display: block;
  }
  .wrapper-thumbs-tes-2 .box-left {
    width: 65%;
    padding: 40px 46px 40px 0px;
  }
  .wrapper-thumbs-tes-3 {
    display: flex;
  }
  .wrapper-thumbs-tes-3 .box-right {
    width: 37%;
    display: block;
  }
  .wrapper-thumbs-tes-3 .box-left {
    width: 63%;
    padding: 40px 46px 40px 0px;
  }
  .wrapper-thumbs-tes-4 {
    display: flex;
  }
  .wrapper-thumbs-tes-4 .box-left {
    width: 35%;
    display: block;
  }
  .wrapper-thumbs-tes-4 .box-right {
    width: 65%;
    padding: 40px 0px 40px 46px;
  }
  .fs-cls .content {
    bottom: 32px;
  }
  .fs-cls.lg .tf-btn {
    font-size: 18px;
    line-height: 26px;
  }
  .tab-content .swiper-pagination-progressbar {
    margin-top: 50px;
  }
  .tf-icon-box-v2 {
    gap: 20px;
  }
  .tf-icon-box-v2 .icon {
    font-size: 24px;
  }
  .tf-icon-box-v2 .title {
    font-size: 24px;
    line-height: 28.8px;
  }
  .flat-title .wg-countdown-2 .countdown__value {
    font-size: 32px;
    line-height: 40px;
  }
  .flat-title.style-line {
    gap: 25px;
  }
  .mega-box .mega-title-box {
    margin-bottom: 24px;
  }
  .banner-cd-phonecase {
    margin: 0px 24px;
  }
  .cls-video {
    height: 549px;
  }
  .cls-video .hover-video {
    height: 549px;
  }
  .flat-wrapper-lookbook {
    display: flex;
  }
  .flat-wrapper-lookbook .col-left,
  .flat-wrapper-lookbook .col-right {
    width: 50%;
  }
  .flat-wrapper-lookbook .col-left {
    padding: 32px 50px 27px;
  }
  .flat-wrapper-lookbook .slider-wrap-lb .title {
    margin-bottom: 32px;
  }
  .flat-wrapper-lookbook .card-product .tf-btn {
    font-size: 20px;
    line-height: 24px;
  }
  .s-cls.abs-left-center .content {
    left: 24px;
  }
  .s-cls.style-absolute .content {
    bottom: 24px;
    left: 24px;
    right: 24px;
  }
  .wg-cls.style-abs .cls-btn {
    bottom: 24px;
    left: 24px;
    right: 24px;
  }
  .wg-cls.style-abs2 .cls-btn {
    bottom: 24px;
    left: 24px;
    right: 24px;
  }
  .wg-cls.style-abs2.style-lg .cls-btn {
    bottom: 32px;
  }
  .tf-page-cart-sidebar .cart-box {
    padding: 24px;
  }
  .tf-checkout-cart-main {
    padding: 27px 24px 50px;
  }
  .menu-tab-fill-lg {
    gap: 32px;
  }
}
@media (min-width: 992px) {
  .grid-jewelry .wg-cls .tf-btn {
    font-size: 20px;
    line-height: 24px;
  }
  .footer-newsletter {
    gap: 32px;
  }
  .footer-default .form-newsletter input {
    height: 56px;
  }
  .footer-default .form-newsletter .subscribe-button {
    padding: 16px;
  }
  .footer-default .footer-top-wrap .social-item {
    width: 52px;
    height: 52px;
    font-size: 20px;
  }
  .footer-default .footer-top-wrap .social-facebook {
    font-size: 22px;
  }
  .tf-btn.btn-md {
    padding: 14px 35px;
  }
  .flat-title-2 {
    gap: 20px;
    margin-bottom: 52px;
  }
  .flat-title-2 .box-title {
    gap: 10px;
  }
  .grid-cls-v3 {
    grid-template-areas: "aa aa bb" "aa aa cc";
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid-cls-v4 {
    grid-template-areas: "aa cc cc" "bb cc cc";
    grid-template-columns: 1fr 1fr 1fr;
  }
  .banner-cd-phonecase .countdown__item {
    width: 109px;
    height: 112px;
  }
  .banner-cd-phonecase .countdown__item .countdown__value {
    font-size: 48px;
    line-height: 60px;
  }
  .wg-testimonial .content-top {
    padding: 40px 24px 22px;
    gap: 20px;
  }
  .wg-testimonial .box-avt {
    padding: 24px;
    gap: 12px;
  }
  .wg-testimonial .box-price {
    gap: 6px;
  }
  .wg-testimonial.style-row .image {
    max-width: 244px;
    width: 100%;
  }
  .card-product.style-wishlist > .icon {
    top: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    font-size: 13px;
  }
  .card-product .card-product-info {
    padding-top: 18px;
    gap: 10px;
    padding-bottom: 20px;
  }
  .card-product.style-3 .list-product-btn {
    bottom: 60px;
  }
  .gallery-item .box-icon {
    opacity: 0;
    visibility: hidden;
  }
  .gallery-item:hover .box-icon {
    opacity: 1;
    visibility: visible;
  }
  .b-md-20 {
    bottom: 20px !important;
  }
  .wg-cls.style-abs .cls-btn {
    bottom: 40px;
  }
  .wg-cls.style-abs.type-2 .cls-content,
  .wg-cls.style-abs.type-2 .cls-btn {
    bottom: 24px;
  }
  .wg-cls.style-abs.type-2 .cls-content {
    gap: 24px;
    left: 24px;
    right: 24px;
  }
  .wg-cls.style-abs.type-3 .cls-btn {
    bottom: 20px;
  }
  .banner-text-skincare .content-banner {
    padding-left: 50px;
  }
  .s-banner-with-text br {
    display: block;
  }
  .s-banner-with-text .content-banner {
    gap: 42px;
  }
  .s-banner-with-text .box-title-banner {
    gap: 24px;
  }
  .s-banner-with-text.banner-text-skincare .content-banner {
    gap: 32px;
  }
  .s-banner-with-text.banner-text-skincare .box-title-banner {
    gap: 12px;
  }
  .s-banner-with-text.banner-text-skincare.type-2 .box-title-banner {
    gap: 10px;
  }
  .s-banner-with-text.banner-text-jewelry .box-title-banner, .s-banner-with-text.banner-text-pet .box-title-banner {
    gap: 16px;
  }
  .s-banner-with-text.banner-text-jewelry .content-banner, .s-banner-with-text.banner-text-pet .content-banner {
    gap: 33px;
  }
  .s-banner-with-text.banner-text-plant .box-title-banner {
    gap: 16px;
  }
  .s-banner-with-text.banner-text-plant .content-banner {
    gap: 33px;
    margin-right: 24px;
    margin-left: auto;
    max-width: 588px;
    width: 100%;
  }
  .s-banner-with-text.banner-text-plant.type-2 .content-banner {
    margin-left: 24px;
    margin-right: unset;
    max-width: unset;
  }
  .banner-cd-fashion .banner-content {
    left: 203px;
  }
  .account-dashboard .box-account-title {
    margin-bottom: 64px;
  }
  .banner-cls-phonecase .box-content {
    gap: 40px;
  }
  .banner-cls-phonecase .box-title-banner {
    gap: 10px;
  }
  .marquee-sale {
    padding: 27px 0px;
  }
  .marquee-sale .marquee-wrapper {
    animation: infiniteScroll 40s linear infinite;
  }
  .marquee-sale .marquee-wrapper.scrollRight {
    animation: infiniteScrollRight 40s linear infinite;
  }
  .marquee-sale .marquee-child-item {
    margin: 0 40px;
  }
  .marquee-sale.bg-light-green-2 {
    padding: 23px 0px;
  }
  .slider-baby .content-slider.style-2 {
    padding: 40px 60px;
  }
  .sidebar-blog {
    max-width: 366px;
    width: 100%;
    margin-left: auto;
  }
  .sidebar-blog.type-left {
    margin-left: unset;
    margin-right: auto;
  }
  .tf-grid-layout {
    column-gap: 24px;
    row-gap: 24px;
  }
  .tf-grid-layout.lg-col-2 {
    grid-template-columns: 1fr 1fr;
  }
  .tf-grid-layout.lg-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout.lg-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .tf-grid-layout.lg-col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .tf-grid-layout.lg-col-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .tf-grid-layout.lg-col-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .tf-grid-layout.style-1 {
    row-gap: 40px;
  }
  .tf-grid-layout.style-1 .wg-pagination {
    margin-top: 20px;
  }
  .tab-content .tf-grid-layout {
    column-gap: 18px;
    row-gap: 40px;
  }
  .marquee-topbar .marquee-wrapper {
    animation: infiniteScroll 30s linear infinite;
  }
  .marquee-topbar .marquee-wrapper .marquee-child-item {
    margin: 0 20px;
  }
  .style-marquee-sale {
    padding: 23px 0px;
  }
  .style-marquee-sale.marquee-topbar .marquee-wrapper .marquee-child-item p {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
  }
  .section-image-zoom.zoom-active .other-image-zoom {
    opacity: 0.3;
  }
  .sb-banner .title {
    font-size: 36px;
    line-height: 43.2px;
  }
  .tf-product-fbt-wrap {
    padding: 30px;
  }
  .list-volume-discount .volume-discount-item {
    padding: 16px 32px 16px 22px;
  }
  .tf-product-volume-discount-thumbnail {
    padding: 30px;
  }
  .volume-discount-thumbnail-item .tag-sale {
    left: 28px;
    right: 28px;
  }
  .card-product .box-icon {
    width: 40px;
    height: 40px;
  }
  .card-product .box-icon .icon {
    font-size: 16px;
  }
  .card-product .product-btn-main .btn-main-product {
    padding: 10px 15px;
  }
  .card-product.style-3.card-product-size .list-product-btn {
    bottom: 94px;
  }
  .tf-icon-box.style-2 {
    gap: 25px;
  }
  .tf-icon-box.style-2 .content {
    gap: 15px;
  }
  .tf-icon-box.style-2 .title {
    font-size: 20px;
    line-height: 20px;
  }
  .tf-icon-box.style-3 .title {
    font-size: 20px;
    line-height: 20px;
  }
  .tf-icon-box.style-4 {
    padding: 32px 0px;
  }
  .tf-icon-box.style-4 .title {
    font-size: 20px;
    line-height: 30px;
  }
  .tf-icon-box.style-border {
    padding: 29px 20px;
    gap: 30px;
  }
  .tf-icon-box.style-border .content {
    gap: 20px;
  }
  .tf-icon-box.style-border .content h6 {
    line-height: 29px;
  }
  .tf-icon-box.style-border .content p {
    line-height: 22px;
  }
  .tf-icon-box.style-lg .title {
    font-size: 20px;
    line-height: 20px;
  }
  .tf-icon-box.style-lg .content {
    gap: 15px;
  }
  .banner-cls-bicycle .banner-content {
    height: 631px;
  }
  .mega-iconbox {
    padding: 42px 20px;
  }
  .mega-iconbox .tf-icon-box:not(:last-child) {
    margin-bottom: 42px;
  }
  .cls-video {
    height: 649px;
  }
  .cls-video .hover-video {
    height: 649px;
  }
}
@media (min-width: 1025px) {
  .banner-shop.style-left-center .box-title .title {
    font-size: 36px;
    font-weight: 500;
    line-height: 43.2px;
  }
}
@media (min-width: 1200px) {
  .footer-default .footer-body {
    padding: 0;
  }
  .row-footer {
    display: flex;
    gap: 0;
  }
  .row-footer .s1 {
    width: 29%;
    padding: 60px 24px;
    padding-left: 0;
    border-right: 1px solid var(--line);
  }
  .row-footer .s2 {
    width: 42%;
    padding: 60px 32px;
    border-right: 1px solid var(--line);
  }
  .row-footer .s3 {
    width: 29%;
    display: flex;
    justify-content: space-between;
    padding: 60px 32px;
    padding-right: 0;
  }
  .banner-cls-phonecase .banner-content {
    gap: 42px;
  }
  .footer-style-2 {
    margin: 0px 40px 24px;
  }
  .footer-style-2 .footer-col-block.s2, .footer-style-2 .footer-col-block.s3 {
    display: grid;
    justify-content: center;
  }
  .footer-style-2 .footer-col-block.s4 {
    padding: 0px 60px;
  }
  .space-abs-header .content-slider {
    margin-top: 87px;
  }
  .popup-product .modal-content {
    padding: 32px 85px 64px;
  }
  .popup-product .modal-header {
    gap: 16px;
  }
  .tf-checkout-cart-main {
    padding: 37px 32px 62px;
  }
  .tf-checkout-cart-main .box-ip-shipping,
  .tf-checkout-cart-main .box-ip-contact,
  .tf-checkout-cart-main .box-ip-checkout {
    margin-bottom: 42px;
  }
  .fl-order-testimonial {
    padding: 42px 119px;
  }
  .tf-page-cart-main .cart-note {
    padding-right: 27px;
  }
  .tf-page-cart-main .form-cart {
    margin-bottom: 40px;
  }
  .tf-page-cart-main .fl-iconbox {
    padding-right: 27px;
  }
  .tf-page-cart-main .fl-iconbox .tf-swiper {
    padding: 32px;
  }
  .tf-page-cart-sidebar {
    position: sticky;
    top: 100px;
    transition: top 0.3s ease;
  }
  .tf-page-cart-sidebar .cart-box {
    padding: 32px;
  }
  .sidebar-order-success .order-box {
    padding-bottom: 117px;
  }
  .box-testimonial-quote {
    padding: 64px 15px 58px;
    gap: 42px;
  }
  .lh-xl-32 {
    line-height: 32px;
  }
  .lh-xl-26 {
    line-height: 26px;
  }
  .list-esd {
    max-width: 645px;
    width: 100%;
  }
  .list-esd .item {
    gap: 20px;
    padding: 30px 0px;
  }
  .tf-compare-item {
    gap: 20px;
    padding: 30px 20px;
  }
  .tf-compare-table::-webkit-scrollbar {
    height: 11px;
  }
  .tf-compare-table .text-md {
    line-height: 19px;
  }
  .tf-compare-table .text-sm {
    line-height: 17px;
  }
  .tf-compare-field,
  .tf-compare-value {
    padding: 19px 20px;
  }
  .tf-compare-col {
    min-width: 360px;
  }
  .wg-testimonial.style-2.type-2 .box-btn {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .wg-testimonial.style-2.type-2:hover .box-btn {
    opacity: 1;
  }
  .mb-xl-8 {
    margin-bottom: 8px;
  }
  .mb-xl-4 {
    margin-bottom: 4px !important;
  }
  .list-recipe {
    gap: 24px;
    padding: 22px 15px;
  }
  .s-banner-bundle .bundle-wrap {
    gap: 40px;
    max-width: 708px;
    width: 100%;
    margin: auto;
  }
  .grid-vegetable {
    margin-top: 12px;
  }
  .s-cls.style-absolute .content {
    bottom: 32px;
    gap: 24px;
  }
  .s-cls.abs-left-center .content {
    left: 24px;
  }
  .s-cls.abs-left-center.type-large .content {
    left: 42px;
  }
  .s-cls.abs-left-bottom .content {
    left: 40px;
    bottom: 34px;
  }
  .grid-mega .item1.s-cls.abs-left-center .content {
    left: 64px;
  }
  .slider-thumb-wrap {
    gap: 40px;
  }
  .wg-map.style-absolute .box-store {
    left: 73px;
  }
  .box-store .contact-list {
    margin-bottom: 44px;
    gap: 8px;
  }
  .box-store.style-2 {
    gap: 24px;
  }
  .cls-video .cls-content {
    bottom: 24px;
    right: 24px;
    left: 24px;
    padding: 16px;
  }
  .wg-offer .image {
    margin-bottom: 34px;
  }
  .wg-offer .box-title {
    gap: 12px;
  }
  .wg-offer .content {
    gap: 24px;
  }
  .wg-offer.style-2 .image {
    margin-bottom: 24px;
  }
  .flat-title-v2 {
    margin-bottom: 48px;
    gap: 24px;
  }
  .flat-title-v2.style-2 {
    margin-bottom: 64px;
  }
  .s-contact .content-right,
  .s-contact .content-left {
    gap: 32px;
  }
  .s-contact.style-2 {
    gap: 0px;
    align-items: end;
  }
  .s-contact.style-2 .content-left {
    padding: 32px 56px;
    gap: 24px;
  }
  .s-contact.style-2 .image-right {
    padding-bottom: 40px;
    margin-left: -123px;
  }
  .s-contact.style-2 .image-right img {
    border-radius: 16px;
  }
  .flat-title {
    margin-bottom: 48px;
  }
  .flat-title .btn-underline {
    font-size: 18px;
    line-height: 28px;
  }
  .flat-title.style-2 {
    margin-bottom: 42px;
  }
  .flat-title.mb_2 {
    margin-bottom: 60px;
  }
  .flat-title.mb_3 {
    margin-bottom: 40px;
  }
  .flat-title-tab-categories {
    margin-bottom: 42px;
    gap: 32px;
  }
  .flat-title-tab {
    gap: 27px;
  }
  .flat-title-tab-2 {
    margin-bottom: 64px;
  }
  .menu-tab-fill-lg {
    gap: 41px;
  }
  .banner-why-shop,
  .container-full {
    padding-left: 40px;
    padding-right: 40px;
  }
  .sidebar-filter .canvas-body {
    padding: 0;
  }
  .widget-facet .filter-color-box {
    padding-right: 60px;
  }
  .banner-tagline-phonecase {
    gap: 100px;
  }
  .banner-tagline-phonecase .list-tagline li {
    padding: 24px 20px;
  }
  .banner-tagline-phonecase .list-tagline li .box-text {
    gap: 10px;
  }
  .banner-tagline-phonecase .content {
    gap: 48px;
  }
  .banner-tagline-phonecase .icon i {
    font-size: 40px;
  }
  .card-product.style-border-2 .card-product-wrapper {
    padding: 16px 15px 32px;
  }
  .card-product.style-border-2 .card-product-info {
    padding: 0px 16px 32px;
    gap: 16px;
  }
  .card-product.style-border-2 .on-sale-wrap {
    top: 26px;
    left: 26px;
    right: auto;
  }
  .card-product.style-border-2.border-type-2 .card-product-info {
    padding: 0px 16px 42px;
  }
  .card-product.style-border-2.border-type-3 .card-product-info {
    padding: 0px 16px 24px;
  }
  .card-product.style-border-2.border-type-2 .card-product-wrapper, .card-product.style-border-2.border-type-3 .card-product-wrapper {
    padding: 15px;
    padding-bottom: 20px;
  }
  .card-product.style-border-2.border-type-5 .card-product-wrapper {
    padding: 20px;
    padding-bottom: 32px;
  }
  .card-product.style-border-2.border-type-5 .card-product-info {
    padding: 0px 20px 32px;
    gap: 15px;
  }
  .card-product.style-border .card-product-wrapper {
    padding: 20px;
    padding-top: 42px;
    padding-bottom: 64px;
  }
  .card-product.style-border .card-product-info {
    padding: 0px 20px 40px;
  }
  .card-product.style-2.card-product-size .list-product-btn {
    bottom: 62px;
  }
  .card-product.style-2 .list-product-btn {
    bottom: 20px;
  }
  .card-product.style-2 .list-product-btn li {
    transform: translateY(20px);
  }
  .card-product.style-2:hover .list-product-btn li {
    transform: translateY(0px);
  }
  .card-product.card-product-size .list-product-btn {
    bottom: 20px;
  }
  .card-product.style-3.card-product-size .product-btn-main {
    bottom: 50px;
  }
  .card-product.style-3.card-product-size .list-product-btn {
    bottom: 114px;
  }
  .card-product.style-3 .list-product-btn {
    bottom: 84px;
  }
  .card-product.style-3 .list-product-btn li {
    transform: translateY(20px);
  }
  .card-product.style-3:hover .list-product-btn li {
    transform: translateY(0px);
  }
  .card-product.style-3:hover .product-btn-main {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    transition-delay: 0.1s;
  }
  .card-product .product-btn-main {
    right: 24px;
    left: 24px;
    bottom: 20px;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
  }
  .card-product .product-btn-main .btn-main-product {
    padding: 14px 15px;
  }
  .card-product .tooltip {
    display: block;
  }
  .card-product .variant-box {
    padding: 10px 6px;
  }
  .card-product .countdown-box {
    display: flex;
  }
  .card-product .countdown-box.style-2 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .card-product .list-product-btn {
    top: 20px;
    right: 20px;
    gap: 16px;
  }
  .card-product .list-product-btn li {
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .card-product .box-icon {
    width: 45px;
    height: 45px;
  }
  .card-product .product-progress-sale {
    gap: 8px;
  }
  .card-product:not(.style-list) .size-box {
    transform: translateY(100%);
    padding: 10px 6px;
  }
  .card-product:hover .list-product-btn li {
    opacity: 1;
    visibility: visible;
  }
  .card-product:hover .list-product-btn li:nth-child(1) {
    transform: translateX(0px);
  }
  .card-product:hover .list-product-btn li:nth-child(2) {
    transform: translateX(0px);
    transition-delay: 0.1s;
  }
  .card-product:hover .list-product-btn li:nth-child(3) {
    transform: translateX(0px);
    transition-delay: 0.2s;
  }
  .card-product:hover .list-product-btn li:nth-child(4) {
    transform: translateX(0px);
    transition-delay: 0.3s;
  }
  .card-product:hover .size-box {
    transform: translateY(0%);
  }
  .card-product:hover .countdown-box {
    transform: translateY(100%);
    bottom: -1px;
  }
  .card-product.style-list {
    gap: 24px;
  }
  .card-product.style-list .card-product-wrapper {
    aspect-ratio: 1/1.42;
  }
  .card-product.style-list .card-product-info {
    gap: 24px;
  }
  .card-product.style-list .info-list {
    gap: 15px;
  }
  .card-product.style-center .card-product-info {
    padding: 20px 20px 35px;
  }
  .card-product.style-center .list-color-item {
    width: 38px;
    height: 38px;
    gap: 7px;
  }
  .card-product.style-center .swatch-value::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border: 1px solid #dcdcdc;
  }
  .card-product.style-4 .card-product-info {
    padding: 24px 16px;
  }
  .card-product.style-5 .card-product-info .btn-addcart {
    padding: 0px 27px;
  }
  .card-product .list-capacity-product .list-color-item .text-quantity {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }
  .bundle-wrap .card-product:not(.style-2, .style-3) .list-product-btn {
    gap: 12px;
    top: 12px;
    right: 12px;
  }
  .bundle-wrap .card-product:not(.style-2, .style-3) .box-icon {
    width: 40px;
    height: 40px;
  }
  .banner-text-skincare .content-banner {
    padding-left: 108px;
  }
  .tf-filter-dropdown,
  .tf-shop-control {
    margin-bottom: 40px;
  }
  .tf-filter-dropdown {
    gap: 20px;
  }
  .tf-filter-dropdown .meta-dropdown-filter {
    gap: 10px;
  }
  .tf-btn-filter {
    gap: 9px;
    padding: 13px 20px;
  }
  .tf-btn-filter .icon {
    font-size: 18px;
  }
  .tf-btn-filter .text {
    font-size: 16px;
  }
  .tf-dropdown-sort {
    padding: 13px 20px;
    min-width: 244px;
  }
  .tf-dropdown-sort .text-sort-value {
    font-size: 16px;
  }
  .tf-dropdown-sort .icon {
    font-size: 14px;
  }
  .tf-dropdown-sort .dropdown-menu {
    min-width: 244px;
  }
  .dropdown-filter .dropdown-toggle {
    padding: 13px 20px;
  }
  .dropdown-filter .dropdown-menu {
    min-width: 300px;
    padding: 25px 15px;
  }
  .dropdown-filter .text-value {
    font-size: 16px;
  }
  .tf-control-layout .tf-view-layout-switch {
    width: 48px;
    height: 48px;
  }
  .lookbook-item .dropdown-menu {
    --bs-dropdown-min-width: 14rem;
  }
  .lookbook-item .dropend .dropdown-menu {
    --bs-dropdown-min-width: 367px;
  }
  .tf-grid-layout.xl-col-2 {
    grid-template-columns: 1fr 1fr;
  }
  .tf-grid-layout.xl-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout.xl-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .tf-grid-layout.xl-col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .tf-grid-layout.xl-col-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .tf-grid-layout.xl-col-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .xl-px-26 {
    padding-left: 26px;
    padding-right: 26px;
  }
  .header-default .wrapper-header {
    min-height: 87px;
  }
  .header-default .wrapper-header .nav-icon {
    gap: 20px;
  }
  .header-default .header-top {
    border-bottom: 1px solid var(--line);
  }
  .header-medium .wrapper-header {
    min-height: 70px;
  }
  .header-absolute {
    margin-bottom: -87px;
  }
  .header-absolute-2:not(.header-bg) .header-top {
    border: 0;
  }
  .tf-product-info-wrap .tf-product-volume-discount,
  .tf-product-info-wrap .tf-product-info-list {
    margin-bottom: 42px;
  }
  .tf-product-info-wrap .tf-product-info-heading {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  .tf-product-info-wrap .tf-product-info-heading .product-info-sold {
    margin-bottom: 24px;
  }
  .tf-product-info-wrap .tf-product-info-extra-link {
    gap: 42px;
  }
  .tf-product-info-wrap .tf-product-volume-discount-thumbnail {
    margin-top: 42px;
    margin-bottom: 42px;
  }
  .flat-wrap-frequently-bought-together .thumbs-slider {
    margin-bottom: 42px;
  }
  .tf-product-fbt {
    padding: 32px;
  }
  .tf-product-fbt .tf-btn {
    padding: 16px 32px;
  }
  .flat-single-grid {
    margin-right: 24px;
  }
  .flat-single-grid-2 .item {
    width: 100%;
    height: 500px;
  }
  .tf-variant-dropdown {
    padding: 14px 12px;
  }
  .tab-product-desc .tab-link {
    min-width: 154px;
  }
  .widget-facet:not(:last-child) {
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
  .canvas-sidebar .list-icon-box .tf-icon-box:not(:last-child) {
    margin-bottom: 32px;
  }
  .canvas-sidebar .mega-box:not(:last-child) {
    margin-bottom: 40px;
  }
  .tf-product-fbt-wrap {
    padding: 32px 80px 36px;
  }
  .tf-product-fbt-wrap .fbt-info {
    gap: 16px;
  }
  .tf-product-fbt-wrap .fbt-info .bundle-variant,
  .tf-product-fbt-wrap .fbt-info .bundle-title {
    margin-right: 16px;
  }
  .tf-product-fbt-wrap .tf-product-form-fbt {
    gap: 32px;
  }
  .tf-product-fbt-wrap .list-fbt {
    margin-bottom: 24px;
  }
  .tf-product-fbt-wrap .fbt-swatches {
    gap: 16px;
  }
  .tf-product-volume-discount {
    padding: 32px 84px 42px;
  }
  .list-volume-discount .volume-discount-item .tag-sale {
    right: -40px;
  }
  .tf-product-volume-discount-thumbnail {
    padding: 32px 70px 32px 45px;
  }
  .tf-product-volume-discount-thumbnail .title-discount {
    margin-bottom: 45px;
  }
  .tf-product-volume-discount-thumbnail .list-volume-discount-thumbnail {
    margin-bottom: 40px;
  }
  .tf-product-media-wrap {
    padding-right: 24px;
  }
  .list-color-product .list-color-item {
    width: 30px;
    height: 30px;
  }
  .tf-loading {
    height: 48px;
    min-width: 138px;
  }
  .hover-sw-nav {
    position: relative;
  }
  .hover-sw-nav .nav-swiper {
    visibility: hidden;
  }
  .hover-sw-nav .swiper-button-next {
    margin-right: 20px;
  }
  .hover-sw-nav .swiper-button-prev {
    margin-left: 20px;
  }
  .hover-sw-nav:hover .nav-swiper {
    visibility: visible;
    margin-left: 0;
    margin-right: 0;
  }
  .hover-sw-nav.hover-sw-2 .nav-swiper {
    top: 40%;
  }
  .gallery-item .box-icon {
    height: 48px;
    width: 48px;
    font-size: 19px;
  }
  .tf-sw-iconbox-row .swiper-slide:not(:last-child) .tf-icon-box {
    position: relative;
  }
  .tf-sw-iconbox-row .swiper-slide:not(:last-child) .tf-icon-box::after {
    position: absolute;
    content: "";
    right: 0;
    width: 1px;
    top: 9px;
    bottom: 9px;
    background-color: var(--line);
  }
  .grid-cls-v1 {
    gap: 24px;
  }
  .grid-cls-v1 .wg-cls .cls-btn {
    bottom: 32px;
  }
  .grid-cls-v1 .wg-cls .tf-btn {
    font-size: 24px;
    line-height: 32px;
    min-width: 180px;
  }
  .grid-cls-v1 .item3 .btn-cls {
    min-width: 232px;
  }
  .grid-cls-sport .wg-cls .tf-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 169px;
  }
  .grid-cls-sport .item3 .tf-btn {
    min-width: 209px;
  }
  .wg-cls-2 {
    gap: 32px;
  }
  .wg-cls-2 .box-title {
    margin-bottom: 24px;
  }
  .wrapper-thumbs-tes .box-right {
    padding: 60px 49px 60px 64px;
  }
  .wrapper-thumbs-tes .box-testimonial-main .quote {
    font-size: 49px;
  }
  .wrapper-thumbs-tes-2 .box-left {
    padding: 60px 200px 60px 0px;
  }
  .wrapper-thumbs-tes-2 .box-testimonial-main .quote {
    font-size: 48px;
  }
  .wrapper-thumbs-tes-3 .box-left {
    padding: 60px 99px 60px;
  }
  .wrapper-thumbs-tes-3 .box-testimonial-main .content {
    gap: 32px;
  }
  .wrapper-thumbs-tes-4 .box-right {
    padding: 60px 0px 60px 100px;
  }
  .wrapper-thumbs-tes-4 .box-testimonial-main {
    gap: 42px;
  }
  .wrapper-thumbs-tes-4 .box-testimonial-main .box-content {
    gap: 24px;
  }
  .flat-thumbs-tes .sw-dot-default,
  .flat-thumbs-tes .box-nav-swiper {
    margin-top: 32px;
  }
  .box-testimonial-main {
    gap: 32px;
  }
  .fs-cls .content {
    bottom: 42px;
  }
  .fs-cls .content .tf-btn {
    font-size: 20px;
    line-height: 30px;
    min-width: 200px;
  }
  .fs-cls.lg .tf-btn {
    font-size: 24px;
    line-height: 30px;
    min-width: 248px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .wrapper-control-shop .tf-list-layout {
    gap: 32px;
  }
  .wrapper-control-shop .tf-list-layout .wg-pagination {
    margin-top: 40px;
  }
  .wrapper-control-shop .tf-grid-layout {
    row-gap: 40px;
  }
  .wrapper-control-shop .tf-grid-layout .wg-pagination {
    margin-top: 20px;
  }
  .flat-wrap-cls {
    row-gap: 42px;
  }
  .flat-wrap-cls .wg-pagination {
    margin-top: 18px;
  }
  .tab-content .tf-grid-layout {
    row-gap: 40px;
  }
  .tab-content .box-btn {
    margin-top: 32px;
  }
  .menu-tab-line.style-lg .tab-link {
    padding: 10px 4px;
    font-size: 36px;
    line-height: 43.2px;
  }
  .menu-tab-line.style-lg3 .tab-link {
    font-size: 48px;
    line-height: 60px;
    padding: 0px;
  }
  .banner-shop.style-left-center .content {
    gap: 32px;
    left: 64px;
  }
  .banner-shop.style-left-center .box-title {
    gap: 20px;
  }
  .banner-shop.style-left-center .tf-btn {
    padding: 14px 37px;
  }
  .banner-shop.style-top .content {
    top: 82px;
    gap: 32px;
  }
  .banner-shop.style-top .box-title {
    gap: 20px;
  }
  .banner-shop.style-lg-bottom .content {
    bottom: 32px;
    left: 32px;
    right: 32px;
  }
  .banner-shop .box {
    padding: 20px 73px 20px 32px;
  }
  .tab-content .swiper-pagination-progressbar {
    margin-top: 112px;
  }
  .banner-cd-phonecase {
    margin: 0px 40px;
  }
  .tf-btn.btn-large {
    padding: 14px 38px;
  }
  .flat-wrapper-lookbook .col-left {
    width: 48.6%;
    padding: 48px 102px 27px;
  }
  .flat-wrapper-lookbook .col-right {
    width: 51.4%;
  }
  .flat-wrapper-lookbook .slider-wrap-lb {
    padding-left: 68px;
    padding-right: 68px;
  }
  .flat-wrapper-lookbook .slider-wrap-lb .title {
    margin-bottom: 64px;
  }
  .wg-testimonial-2 .text {
    margin-top: 40px;
  }
  .table-page-cart td {
    padding: 30px 9px;
  }
  .footer-style-2 .footer-body {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1440px) {
  .banner-why-shop {
    padding-left: 115px;
    padding-right: 115px;
  }
  .row-footer .s2 {
    padding: 60px 74px 60px 80px;
  }
  .row-footer .s3 {
    padding: 60px 80px;
    padding-right: 0;
  }
  .tf-main-success .box-progress-order {
    padding: 32px 64px;
  }
  .wg-testimonial.style-2.type-2 {
    padding: 40px 32px 24px;
  }
  .wg-testimonial.style-2.type-2 .br-line {
    margin: 24px 0px;
  }
  .lh-19 {
    line-height: 19px;
  }
  .flat-wrap-testimonial {
    padding: 64px 0px 37px;
  }
  .wg-tesimonial-2 {
    margin-bottom: 40px;
    gap: 40px;
  }
  .wg-tesimonial-2 .box-top {
    gap: 24px;
  }
  .wg-tesimonial-2 .box-author {
    gap: 8px;
  }
  .my-account-container {
    gap: 64px;
  }
  .account-dashboard .content-account {
    gap: 24px;
  }
  .banner-text-jewelry .image-1 {
    max-width: 517px;
  }
  .banner-text-jewelry .image-2 {
    max-width: 275px;
    right: 48px;
    bottom: 27px;
  }
  .banner-text-skincare.type-2 .image-1 {
    max-width: 663px;
  }
  .banner-text-skincare.type-2 .image-2 {
    max-width: 361px;
    bottom: 44px;
  }
  .banner-cls-phonecase .box-content {
    padding-left: 100px;
    flex-shrink: 0;
    width: unset;
  }
  .banner-cls-phonecase .image {
    max-width: 1007px;
    width: 100%;
  }
  .slider-phonecase {
    margin: 27px 40px 0px;
  }
  .slider-electric-access .content-slider {
    margin-left: 52px;
  }
  .tf-grid-layout.xxl-col-2 {
    grid-template-columns: 1fr 1fr;
  }
  .tf-grid-layout.xxl-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout.xxl-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .tf-grid-layout.xxl-col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .tf-grid-layout.xxl-col-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .tf-grid-layout.xxl-col-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .header-default .box-nav-menu .item-link::after {
    width: calc(100% + 80px);
  }
  .header-default .style-space .box-nav-menu {
    gap: 36px;
  }
  .box-nav-menu .mega-menu {
    left: 100px;
    right: 100px;
  }
  .box-nav-menu .mega-shop {
    left: 76px;
    right: 80px;
    padding: 32px 123px 60px;
  }
  .box-nav-menu .mega-home {
    padding: 37px 128px 39px 132px;
  }
  .box-nav-menu .mega-tab .wrapper-sub-menu-tab .tab-pane {
    gap: 60px;
  }
  .box-nav-menu.justify-content-start .mega-home {
    left: 0;
  }
  .flat-wrap-media-product .swiper-button-next {
    right: -20px;
  }
  .flat-wrap-media-product .swiper-button-prev {
    left: -20px;
  }
  .fl-control-sw2 .swiper-button-prev,
  .fl-control-sw .swiper-button-prev {
    left: -22px;
  }
  .fl-control-sw2 .swiper-button-next,
  .fl-control-sw .swiper-button-next {
    right: -22px;
  }
  .flat-wrap-iconbox .tf-swiper {
    padding: 0px 65px;
  }
  .grid-cls-v2.type-1 .item3 {
    min-height: 435px;
  }
}
@media (min-width: 1600px) {
  .header-default .box-nav-menu {
    gap: 40px;
  }
  .footer-style-2 .footer-col-block.s4 {
    padding: 0px 110px;
  }
  .slider-fashion-2 {
    padding: 0px 30px;
  }
  .slider-electronic .slider-wrap.type-image-right.bg-type-4 .image {
    height: unset;
    margin-right: 272px;
  }
  .s-banner-product .content-right {
    max-width: 791px;
    width: 100%;
  }
  .s-banner-product .content-banner {
    justify-content: unset;
    padding-left: 90px;
  }
  .tf-btn.btn-cls:hover .icon {
    margin-left: 16px;
  }
  .fl-control-sw2 .swiper-button-prev {
    left: -54px;
  }
  .fl-control-sw2 .swiper-button-next {
    right: -54px;
  }
}
@media (max-width: 1440px) {
  .box-nav-menu .sub-menu-style-2 {
    left: -100px;
  }
  .slider-fashion-1 .slider-wrap {
    height: 700px;
  }
}
@media (max-width: 1399px) {
  .tf-control-layout .sw-layout-5,
  .tf-control-layout .sw-layout-6 {
    display: none;
  }
}
@media (max-width: 1199px) {
  .footer-pb-2 {
    padding-bottom: 165px;
  }
  .tf-sticky-btn-atc {
    bottom: 66px;
  }
  .title-success-order .icon {
    width: 100px;
    height: 100px;
  }
  .tf-page-cart-sidebar {
    margin-top: 60px;
  }
  .tf-toolbar-bottom {
    display: flex;
  }
  .xl-pb-70 {
    padding-bottom: 65px;
  }
  .offcanvas-search.type-search-product .wrapper-shop {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 30px;
  }
  .offcanvas-search.type-search-product .top-title {
    margin-bottom: 20px;
  }
  .sidebar-filter {
    position: fixed;
    bottom: 0;
    z-index: 3000;
    display: flex;
    flex-direction: column;
    background-clip: padding-box;
    outline: 0;
  }
  .sidebar-filter.left {
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }
  .sidebar-filter.right {
    top: 0;
    right: 0;
    transform: translateX(100%);
  }
  .sidebar-filter.show {
    transform: none;
  }
  .banner-text-fashion .image-1 {
    width: 80%;
  }
  .banner-text-fashion .image-2 {
    left: 0%;
    bottom: 5%;
    top: 35%;
    width: 50%;
  }
  .logo-header-2,
  .logo-header {
    display: flex;
    justify-content: center;
  }
  .header-default .wrapper-header .nav-icon {
    gap: 10px;
  }
  .header-absolute-2 {
    margin-bottom: -64px;
  }
  .header-absolute-2:not(.header-bg) .logo-header .logo-white {
    display: block;
  }
  .header-absolute-2:not(.header-bg) .logo-header .logo-dark {
    display: none;
  }
  .header-absolute-2:not(.header-bg) .nav-icon .nav-icon-item {
    color: var(--white);
  }
  .header-absolute-2:not(.header-bg) .mobile-menu {
    color: var(--white);
  }
  .slider-scroll,
  .thumbs-slider {
    flex-direction: column;
  }
  .slider-scroll .flat-wrap-media-product,
  .thumbs-slider .flat-wrap-media-product {
    width: 100%;
  }
  .slider-scroll .tf-product-media-thumbs,
  .thumbs-slider .tf-product-media-thumbs {
    order: 1;
    width: 100%;
  }
  .tab-vertical-product-desc {
    display: block;
  }
  .tab-vertical-product-desc .menu-tab {
    display: flex;
    overflow: auto;
    gap: 20px;
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }
  .tab-vertical-product-desc .tab-link {
    white-space: nowrap;
    padding: 12px 0px;
  }
  .tab-vertical-product-desc .tab-link::after {
    top: auto;
    bottom: 0;
    height: 1px;
    width: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .tab-vertical-product-desc .tab-link.active::after {
    width: 100%;
    height: 1px;
  }
  .tab-vertical-product-desc .tab-content {
    margin-top: 20px;
  }
  .tab-vertical-product-desc .wd-product-descriptions {
    padding: 30px;
  }
  .tf-control-layout .sw-layout-4 {
    display: none;
  }
  .card-product.card-product-size .countdown-box {
    bottom: 40px;
  }
  .mx_40 {
    margin-left: 24px;
    margin-right: 24px;
  }
  .flat-controltab-nav .box-nav-swiper {
    display: none;
  }
}
@media (max-width: 1024px) {
  h1,
  .display-2xl {
    font-size: 52px;
    line-height: 70px;
  }
  h2,
  .display-xl,
  .display-xl-2 {
    font-size: 40px;
    line-height: 52px;
  }
  h3,
  .display-lg,
  .display-lg-2,
  .display-lg-3 {
    font-size: 38px;
    line-height: 50px;
  }
  h4,
  .display-md,
  .display-md-2 {
    font-size: 30px;
    line-height: 38px;
  }
  h5,
  .display-sm {
    font-size: 28px;
    line-height: 36px;
  }
  .flat-spacing-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .flat-spacing-6,
  .flat-spacing {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .flat-spacing-11 {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .flat-spacing-14 {
    padding-top: 73px;
    padding-bottom: 88px;
  }
  .flat-spacing-15 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .flat-spacing-16 {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .flat-spacing-17 {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .flat-spacing-19 {
    padding-top: 87px;
    padding-bottom: 120px;
  }
  .flat-spacing-21 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .flat-spacing-22 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .flat-spacing-23 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .tf-product-info-wrap .tf-product-info-delivery-return {
    display: block;
  }
  .tf-product-info-wrap .tf-product-info-delivery-return .product-delivery:not(:last-child) {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .banner-shop .box-title .title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 991px) {
  .footer-style-2 .s1 {
    margin-bottom: 24px;
  }
  .s-contact .content-left {
    margin-bottom: 32px;
  }
  .s-blog-single {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .offcanvas-search.type-search-product .wrapper-shop {
    row-gap: 30px;
  }
  .banner-tagline-phonecase {
    flex-wrap: wrap;
    gap: 30px;
  }
  .banner-tagline-phonecase .image {
    width: 100%;
    height: 450px;
  }
  .banner-tagline-phonecase .content {
    gap: 5px;
  }
  .banner-tagline-phonecase .list-tagline li {
    padding-left: 0px;
  }
  .card-product.style-list .box-icon {
    width: 46px;
    height: 46px;
  }
  .wg-pagination {
    gap: 8px;
  }
  .wg-pagination .pagination-item {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
  .banner-lookbook {
    height: 500px;
  }
  .banner-container-wrap {
    margin-bottom: 60px;
  }
  .s-banner-cd-baby .banner-container {
    flex-wrap: wrap-reverse;
    justify-content: center;
    text-align: center;
    padding: 30px 15px;
  }
  .banner-cls-phonecase .banner-content {
    flex-wrap: wrap-reverse;
  }
  .s-banner-colection .box-content {
    gap: 20px;
  }
  .s-banner-colection .box-title-banner {
    gap: 5px;
  }
  .s-banner-colection br {
    display: none;
  }
  .slider-fashion-3 .image {
    margin-left: 100px;
  }
  .slider-default .box-title-slider,
  .slider-style-2 .box-title-slider {
    gap: 10px;
  }
  .slider-default .content-slider,
  .slider-style-2 .content-slider {
    gap: 20px;
  }
  .slider-default .slider-wrap {
    height: 500px;
  }
  .sb-contact {
    margin-bottom: 50px;
  }
  .sb-banner .image {
    max-height: 600px;
  }
  .flat-single-product {
    padding: 27px 0px 80px;
  }
  .nav-swiper {
    width: 40px;
    height: 40px;
  }
  .tf-btn {
    padding: 10px 24px;
    gap: 8px;
  }
  .tf-product-info-wrap .tf-product-info-extra-link {
    gap: 15px;
  }
  .tf-bundle-product-item {
    gap: 15px;
  }
  .tf-bundle-product-item .bundle-image {
    width: 100px;
    min-width: 100px;
  }
  .tf-product-fbt-wrap .fbt-image {
    width: 100px;
    min-width: 100px;
  }
  .tf-product-fbt-wrap .list-fbt {
    gap: 20px;
  }
  .wg-cls {
    gap: 12px;
  }
  .my-account-container {
    flex-wrap: wrap;
  }
  #goTop {
    right: 20px;
    width: 32px;
    height: 32px;
  }
  .sec-blog {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .footer-logo {
    max-width: 108px;
  }
  .flat-title.style-between {
    justify-content: center;
    text-align: center;
    flex-direction: column;
    align-items: center !important;
  }
  .image-compare .icv__img-a {
    height: 300px;
    object-fit: cover;
  }
  .image-compare .icv__label {
    padding: 6px 20px;
    font-size: 14px;
    line-height: 22px;
    bottom: 12px;
  }
  .image-compare .icv__label-before {
    left: 12px;
  }
  .image-compare .icv__label-after {
    right: 12px;
  }
  .image-compare .icv__circle {
    width: 42px;
    height: 42px;
  }
  .image-compare .icv__circle::after {
    width: 32px;
    height: 32px;
  }
  .image-compare .icv__circle::before {
    font-size: 12px;
  }
  .tf-main-success .box-progress-order {
    gap: 12px;
    text-wrap: nowrap;
    overflow-x: auto;
  }
  .tf-main-success .box-progress-order .order-progress-item {
    border: 0 !important;
    padding: 0px 8px;
    gap: 8px;
  }
  .tf-main-success .box-timeline-order {
    margin: 42px auto 32px;
  }
  .title-success-order .icon {
    width: 80px;
    height: 80px;
  }
  .tf-checkout-cart-main .grid-2,
  .tf-checkout-cart-main .grid-3 {
    grid-template-columns: 1fr;
  }
  .table-page-cart thead {
    display: none;
  }
  .table-page-cart .tf-cart-item {
    margin-bottom: 15px;
    padding-inline-start: 94px;
    min-height: 140px;
    display: block;
    font-size: 12px;
    font-weight: 500;
    position: relative;
  }
  .table-page-cart .tf-cart-item .wg-quantity {
    padding: 2px 4px;
  }
  .table-page-cart .tf-cart-item .tf-cart-item_total {
    width: 100%;
  }
  .table-page-cart .tf-cart-item .img-box {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    width: 80px;
    max-height: 110px;
  }
  .table-page-cart .tf-cart-item td {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px 0;
    margin: 0;
  }
  .table-page-cart .tf-cart-item td:not(:last-child) {
    border-bottom: 1px solid var(--line);
  }
  .table-page-cart .tf-cart-item td[cart-data-title]:before {
    content: attr(cart-data-title);
    color: var(--main);
    text-align: start;
    flex: 1 1 auto;
  }
  .table-page-cart .tf-cart-item_product .cart-info .variants {
    margin-bottom: 15px;
  }
  .tf-sticky-btn-atc .tf-sticky-atc-product {
    display: none !important;
  }
  .tf-sticky-btn-atc .tf-sticky-atc-infos {
    width: 100%;
  }
  .tf-sticky-btn-atc .tf-sticky-atc-infos form {
    flex-direction: column;
  }
  .wd-form-address {
    padding: 20px 15px;
  }
  .account-orders .account-no-orders-wrap img {
    margin-bottom: 30px;
  }
  .account-orders .account-no-orders-wrap .text {
    margin-bottom: 24px;
  }
  .modal-compare .modal-content {
    padding: 24px 15px;
  }
  .modal-order-detail ul.list-infor {
    gap: 15px;
  }
  .modal-order-detail .tb-order-detail [data-title]:before {
    content: attr(data-title);
    text-align: start;
    flex: 1 1 auto;
  }
  .modal-order-detail .tb-order-detail .order-detail-item:not(.subtotal) {
    padding: 15px;
    padding-left: 90px;
    position: relative;
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
  .modal-order-detail .tb-order-detail .order-detail-item:not(.subtotal) .image {
    position: absolute;
    top: 15px;
    left: 0;
    width: 80px;
    height: 111.7px;
  }
  .modal-order-detail .tb-order-detail .order-detail-item:not(.subtotal) .item {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .modal-order-detail .tb-order-detail .subtotal .item {
    width: max-content;
  }
  .modal-share-social .wrap-code {
    margin-bottom: 20px;
  }
  .popup-style-2 .modal-content {
    padding: 26px 20px;
  }
  .popup-style-2 .modal-header {
    margin-bottom: 20px;
  }
  .form-ask-question button {
    margin-top: 20px;
  }
  .offcanvas-search.type-search-product .wrapper-shop {
    grid-template-columns: repeat(2, 1fr);
  }
  .wg-map .map {
    height: 350px;
  }
  .wg-map.style-absolute .box-store {
    position: unset;
    transform: unset;
    max-width: 100%;
    text-align: center;
    padding: 30px 0px 0px;
  }
  .banner-account.banner-acc-countdown {
    padding: 15px;
  }
  .account-dashboard .box-check-list {
    gap: 15px;
  }
  .account-dashboard .banner-account .image img {
    height: 250px;
    object-fit: cover;
  }
  .popup-style-1 .popup-header {
    padding: 15px;
    padding-bottom: 10px;
  }
  .popup-style-1 .popup-header::after {
    left: 15px;
    right: 15px;
  }
  .popup-style-1 .popup-inner {
    padding: 15px;
  }
  .modal-before-you-leave .content {
    margin: 0 15px;
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .modal-before-you-leave .content .heading {
    margin-bottom: 16px;
  }
  .modal-before-you-leave .tf-mini-cart-sroll {
    padding-left: 15px;
    padding-right: 15px;
  }
  .popup-shopping-cart .tf-minicart-recommendations,
  .popup-shopping-cart .tf-mini-cart-tool-content,
  .popup-shopping-cart .tf-mini-cart-bottom-wrap,
  .popup-shopping-cart .tf-mini-cart-tool,
  .popup-shopping-cart .tf-mini-cart-threshold,
  .popup-shopping-cart .tf-mini-cart-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .offcanvas-search .offcanvas-content {
    padding: 50px 0;
  }
  .offcanvas-search .looking-for-wrap {
    margin-bottom: 30px;
  }
  .offcanvas-search .heading {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 24px;
  }
  .offcanvas-search .form-search {
    margin-bottom: 24px;
  }
  .modal-newsletter.style-absolute .modal-content img {
    min-height: 500px;
  }
  .modal-newsletter.style-row .modal-top {
    width: 100%;
    height: 300px;
  }
  .modal-newsletter.style-row .modal-bottom {
    width: 100%;
  }
  .card-product .tooltip,
  .card-product .size-box {
    display: none !important;
  }
  .card-product .price-wrap {
    font-size: 14px;
    line-height: 20px;
  }
  .card-product .list-product-btn li.wishlist, .card-product .list-product-btn li.compare {
    display: none;
  }
  .card-product .list-product-btn .box-icon.wishlist, .card-product .list-product-btn .box-icon.compare {
    display: none;
  }
  .card-product.style-2 .list-product-btn {
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid var(--line);
  }
  .card-product.style-2 .list-product-btn .box-icon {
    border: none !important;
  }
  .card-product.style-2 .list-product-btn li:first-child .box-icon {
    border-right: 1px solid var(--line) !important;
  }
  .card-product.style-3 .product-btn-main .btn-main-product {
    padding: 6px;
  }
  .card-product.style-3 .product-btn-main .btn-main-product span {
    font-size: 12px;
    line-height: 20px;
  }
  .card-product.style-3 .product-btn-main .btn-main-product .icon {
    display: none;
  }
  .card-product.style-3 .product-btn-main .btn-main-product.quickview {
    display: flex;
  }
  .card-product.out-of-stock .card-product-wrapper::before {
    content: "Sold Out";
    width: 60px;
    height: 60px;
    font-size: 10px;
  }
  .card-product.style-list .add-to-cart {
    padding: 6px 24px;
    font-size: 14px;
  }
  .grid-cls-v1 .wg-cls .image {
    height: 400px;
  }
  .banner-text-plant .image img {
    max-height: 500px;
  }
  .s-banner-with-text .content-banner {
    text-align: center;
    margin-top: 40px;
  }
  .s-banner-with-text .banner-container-wrap {
    margin-bottom: 50px;
  }
  .s-banner-with-text .content-banner {
    gap: 15px;
    margin-top: 30px;
  }
  .s-banner-with-text .box-title-banner {
    gap: 5px;
  }
  .s-banner-product .image-wrap {
    width: 100%;
  }
  .s-banner-product .content-banner {
    gap: 20px;
    flex-wrap: wrap;
  }
  .s-banner-product .content-right {
    gap: 20px;
  }
  .s-banner-product .content-right .box-title {
    gap: 5px;
  }
  .s-banner-product .image {
    max-width: unset;
    height: 600px;
  }
  .wg-countdown-2 .countdown__item {
    gap: 0px;
    min-width: 40px;
  }
  .wg-countdown-2 .countdown__value {
    font-size: 30px;
    line-height: 40px;
  }
  .s-banner-countdown .banner-content {
    left: 15px;
    right: 15px;
    transform: translateY(-50%);
  }
  .s-banner-countdown .image img {
    min-height: 400px;
  }
  .s-banner-colection .tf-col-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .s-banner-colection .box-content {
    margin: 0px;
    text-align: center;
  }
  .s-banner-colection .image img {
    width: 100%;
    object-fit: cover;
  }
  .sw-dots .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .sw-dots .swiper-pagination-bullet::after {
    width: 20px;
    height: 20px;
  }
  .slider-pod br {
    display: none;
  }
  .slider-style-2 .slider-wrap {
    flex-wrap: wrap-reverse;
  }
  .slider-style-2 .box-content-left {
    padding: 70px 0px 80px;
    position: unset;
    width: 100%;
  }
  .slider-style-2 .box-content-left br {
    display: none;
  }
  .slider-style-2 .image {
    width: 100%;
    height: 300px;
  }
  .slider-style-2 .wrap-pagination {
    bottom: 20px;
  }
  .slider-default .slider-wrap {
    height: 400px;
  }
  .slider-default .content-slider.style-2 {
    padding: 30px 15px;
  }
  .slider-default .wrap-pagination {
    bottom: 20px;
  }
  .wg-coming-soon {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .s-faq .name-faq {
    margin-bottom: 20px;
  }
  .s-faq .faq-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .sb-contact {
    padding: 30px 15px;
    margin-bottom: 30px;
  }
  .sb-contact .title {
    margin-bottom: 15px;
  }
  .sb-contact .sub {
    margin-bottom: 15px;
  }
  .s-blog-single .heading {
    gap: 10px;
    margin-bottom: 30px;
  }
  .s-blog-single .heading .entry-meta {
    gap: 5px 10px;
  }
  .s-blog-single .entry_image {
    margin-bottom: 30px;
  }
  .s-blog-single .content > .text {
    margin-bottom: 30px;
  }
  .s-blog-single .block-quote {
    margin-bottom: 20px;
  }
  .s-blog-single .bot {
    margin-bottom: 30px;
  }
  .s-blog-single .bot .entry-tag {
    margin-bottom: 10px;
  }
  .s-blog-single .related-post {
    gap: 15px;
    padding: 30px 0px;
  }
  .s-blog-single .related-post p {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .s-blog-single .related-post p.name-post {
    font-size: 14px;
  }
  .s-blog-single .related-post .post {
    gap: 10px;
  }
  h1,
  .display-2xl {
    font-size: 42px;
    line-height: 60px;
  }
  h2,
  .display-xl,
  .display-xl-2 {
    font-size: 30px;
    line-height: 42px;
  }
  h3,
  .display-lg,
  .display-lg-2,
  .display-lg-3 {
    font-size: 28px;
    line-height: 40px;
  }
  h4,
  .display-md,
  .display-md-2 {
    font-size: 26px;
    line-height: 28px;
  }
  h5,
  .display-sm {
    font-size: 24px;
    line-height: 32px;
  }
  h6,
  .display-xs {
    font-size: 20px;
    line-height: 28px;
  }
  .text-xl {
    font-size: 18px;
    line-height: 28px;
  }
  .text-xl-2 {
    font-size: 18px;
    line-height: 22px;
  }
  .text-xl-3 {
    font-size: 18px;
    line-height: 30px;
  }
  .text-lg {
    font-size: 16px;
    line-height: 26px;
  }
  .text-md {
    font-size: 14px;
    line-height: 22px;
  }
  .s-banner-bundle .bundle-wrap {
    margin-top: 32px;
  }
  #header .nav-icon .nav-account,
  #header .nav-icon .nav-wishlist,
  #header .nav-icon .nav-compare {
    display: none;
  }
  .footer .footer-heading-mobile {
    display: block;
    position: relative;
  }
  .footer .footer-heading-mobile::after {
    position: absolute;
    content: "";
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 1px;
    background-color: var(--main);
    transition: 0.25s ease-in-out;
  }
  .footer .footer-heading-mobile::before {
    position: absolute;
    content: "";
    right: 15px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 12px;
    background-color: var(--main);
    transition: 0.25s ease-in-out;
  }
  .footer .footer-col-block.open .footer-heading-mobile::before {
    opacity: 0;
  }
  .footer .footer-col-block.open .footer-heading-mobile::after {
    transform: translate(0%, -50%) rotate(180deg);
  }
  .footer .footer-col-block .tf-collapse-content {
    display: none;
  }
  .footer .footer-menu {
    flex-direction: column;
    gap: 18px;
    margin-bottom: 18px;
  }
  .footer .footer-menu > div {
    width: 100%;
  }
  .flat-spacing-6,
  .flat-spacing-2,
  .flat-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .flat-spacing-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .flat-spacing-9,
  .flat-spacing-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .flat-spacing-5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .flat-spacing-8 {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .flat-spacing-10 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .flat-spacing-11 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .flat-spacing-12 {
    padding-top: 60px;
    padding-bottom: 44px;
  }
  .flat-spacing-13 {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .flat-spacing-14 {
    padding-top: 63px;
    padding-bottom: 78px;
  }
  .flat-spacing-15 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .flat-spacing-16 {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .flat-spacing-17 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .flat-spacing-19 {
    padding-top: 67px;
    padding-bottom: 100px;
  }
  .flat-spacing-20 {
    padding-top: 66px;
    padding-bottom: 66px;
  }
  .flat-spacing-21 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .flat-spacing-22 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .flat-spacing-23 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .flat-spacing-25 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .flat-single-product {
    padding: 27px 0px 60px;
  }
  .tf-product-info-wrap {
    margin-top: 40px;
  }
  .tf-product-fbt {
    padding: 15px;
  }
  .tf-product-fbt .bundle-total-submit {
    font-size: 16px;
    line-height: 26px;
  }
  .tf-bundle-product-item .bundle-image {
    width: 80px;
    min-width: 80px;
  }
  .flat-single-grid {
    display: flex;
    overflow: auto;
    gap: 10px;
    padding-bottom: 10px;
  }
  .flat-single-grid::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .flat-single-grid::-webkit-scrollbar-track {
    background-color: var(--line);
  }
  .flat-single-grid::-webkit-scrollbar-thumb {
    background: var(--primary);
  }
  .flat-single-grid .item {
    width: 584px;
    height: 826px;
    flex-shrink: 0;
  }
  .tab-vertical-product-desc .wd-product-descriptions {
    padding: 15px;
  }
  .tf-control-layout .sw-layout-3 {
    display: none;
  }
  .tf-group-filter {
    gap: 6px;
  }
  .brand-item {
    max-width: 200px;
    height: 74px;
  }
  .mx_40 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .banner-shop {
    height: 500px;
  }
  .banner-shop .box-title .title {
    font-size: 26px;
    line-height: 28px;
  }
  .cls-video .img-product {
    max-width: 68px;
  }
  .cls-video .icon {
    width: 35px;
    height: 35px;
  }
  .menu-tab-fill .tab-link {
    min-width: 100px;
    padding: 5px 15px;
  }
  .slider-wrap-lb .card-product {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    text-align: left;
  }
  .slider-wrap-lb .card-product .card-product-info {
    padding: 0;
    justify-items: flex-start;
  }
  .slider-wrap-lb .card-product .tf-btn {
    padding: 6px 14px;
    font-size: 14px;
    line-height: 22px;
  }
  .slider-wrap-lb .card-product .card-product-wrapper {
    max-width: 140px;
  }
  .slider-wrap-lb .card-product .box-icon {
    border-radius: 50% !important;
  }
  .footer-pb-2 {
    padding-bottom: 197px;
  }
  .tf-btn {
    font-size: 14px;
    line-height: 24px;
    padding: 8px 20px;
  }
}
@media (max-width: 575px) {
  .grid-cls-v2 {
    grid-template-columns: 1fr;
  }
  .grid-cls-v2 > * {
    height: 330px;
  }
  .slider-electronic .reverse-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 630px;
    min-width: max(100%, 630px);
  }
  .image-compare .icv__img-a {
    height: 200px;
  }
  .form-login .button-wrap {
    flex-wrap: wrap;
  }
  .loobook-product {
    padding: 12px;
    gap: 10px;
  }
  .loobook-product .zero {
    display: none;
  }
  .loobook-product .btn-lookbook {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
  .loobook-product .content {
    gap: 8px;
  }
  .s-banner-product .image {
    height: 450px;
  }
  .s-banner-product .loobook-product {
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
  .wg-countdown-2 {
    padding: 15px;
  }
  .wg-countdown-2 .countdown__timer {
    gap: 29px !important;
  }
  .wg-countdown .countdown__timer {
    gap: 10px;
  }
  .wg-countdown .countdown__item {
    width: 60px;
    height: 70px;
  }
  .wg-countdown .countdown__value {
    font-size: 24px;
    line-height: 32px;
  }
  .s-coming-soon .title {
    font-size: 48px;
    line-height: 60px;
  }
  .s-coming-soon br {
    display: none;
  }
  .s-coming-soon .sub {
    margin-bottom: 25px;
  }
  .s-coming-soon .wg-countdown {
    margin-bottom: 25px;
  }
  .s-coming-soon .form-email-wrap {
    margin-bottom: 25px;
  }
  .blog-post-item.style-2 {
    flex-wrap: wrap;
  }
  .blog-post-item.style-2 .entry_image {
    max-width: unset;
    min-height: 350px;
    max-height: 400px;
  }
  .s-blog-single .related-post .icon {
    display: none;
  }
  .s-blog-list-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer-default .footer-contact,
  .footer-default .footer-menu-list,
  .footer-default .footer-newsletter,
  .footer-default .footer-heading {
    margin-bottom: 20px;
  }
  .footer-heading-mobile {
    display: block;
    position: relative;
    padding-right: 20px;
    line-height: 24px;
  }
  .footer-heading-mobile::after {
    position: absolute;
    content: "";
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 1px;
    background-color: var(--dark);
    transition: 0.25s ease-in-out;
  }
  .footer-heading-mobile::before {
    position: absolute;
    content: "";
    right: 15px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 12px;
    background-color: var(--dark);
    transition: 0.25s ease-in-out;
  }
  .footer-col-block.open .footer-heading-mobile::before {
    opacity: 0;
  }
  .footer-col-block.open .footer-heading-mobile::after {
    transform: translate(0%, -50%) rotate(180deg);
  }
  .footer-col-block .tf-collapse-content {
    display: none;
  }
  .flat-single-grid .item {
    width: 350px;
    height: 450px;
    flex-shrink: 0;
  }
  .form-default .cols {
    flex-wrap: wrap;
  }
  .wg-testimonial.style-row {
    flex-direction: column-reverse;
  }
  .wg-testimonial.style-row .image {
    width: 60%;
    margin: 12px auto 0px;
  }
  .tf-sw-iconbox-row .tf-icon-box {
    justify-content: center;
  }
  .cls-bn-content .img-product {
    max-width: 62px;
    max-height: 75px;
  }
  .banner-shop {
    height: 400px;
  }
}
@media (max-width: 425px) {
  .js-countdown .countdown__timer {
    gap: 5px;
  }
  .s-coming-soon .title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 5px;
  }
  .s-coming-soon .sub {
    font-size: 14px;
    line-height: 20px;
  }
}
.tf-slideshow.slider-style-2.image-hover-yes .image {
  position: relative;
}
.tf-slideshow.slider-style-2.image-hover-yes .image::before {
  content: "";
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
  height: 0%;
  background-color: #000;
  opacity: 0.1;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tf-slideshow.slider-style-2.image-hover-yes .image::after {
  content: "";
  position: absolute;
  width: 50%;
  right: 0;
  bottom: 0;
  height: 0%;
  background-color: #000;
  opacity: 0.1;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tf-slideshow.slider-style-2.image-hover-yes:hover .image::after, .tf-slideshow.slider-style-2.image-hover-yes:hover .image::before {
  height: 100%;
}
.tf-slideshow.slider-style-2.image-hover-yes:hover .image::after {
  transition-delay: 0.2s;
}

.slider-style-3 .content-slider {
  display: grid;
  gap: 34px;
}
.slider-style-3 .slider-wrap {
  border-radius: 20px;
  overflow: hidden;
}
.slider-style-3 .wrap-pagination {
  margin-top: 30px;
}

.sw-dots.style-dark .swiper-pagination-bullet::after {
  border: 1px solid var(--dark);
  border-top-color: transparent;
}

.slider-v2 .wrap-pagination.show-bullet-desktop {
  display: block;
}
.slider-v2 .wrap-pagination.hide-bullet-desktop {
  display: none;
}

.slider-jewelry .sw-dots .swiper-pagination-bullet {
  background: #b4b4b4;
}
.slider-jewelry .sw-dots .swiper-pagination-bullet::after {
  border: 1px solid var(--white);
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
}
.slider-jewelry .sw-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--white);
  border-color: var(--white);
  margin: 0px 4px;
}

.tf-sw-slideshow.set-slider .slider-wrap {
  height: 100%;
}

.tf-sw-slideshow.set-slider .image img {
  object-position: top;
}

.tf-slideshow.slider-style-2 .image {
  height: 100%;
}

.tf-slider-electronic .tf-slideshow .slider-wrap {
  height: 731px;
}

.fashion-content-image .tf-slideshow.slider-style-2 .box-content-left {
  padding: 0;
}

.fashion-content-image .tf-slideshow.slider-style-2 .box-content-left .content-slider {
  width: 75%;
  margin: 0 auto;
  padding: 24px;
}

.sportwear-slider .tf-slideshow .slider-wrap,
.phone-case-slider .tf-slideshow .slider-wrap,
.pet-slider .tf-slideshow .slider-wrap,
.skincare-slider .tf-slideshow .slider-wrap,
.bicycle-slider .tf-slideshow .slider-wrap {
  height: 100%;
}

.bicycle-slider .tf-slideshow .box-content .inner-box {
  max-width: 576px;
}
.bicycle-slider .tf-slideshow .box-content .inner-box .heading {
  font-size: 64px;
  line-height: 76.8px;
  margin-bottom: 5px;
  width: 96%;
}
.bicycle-slider .tf-slideshow .box-content .inner-box .description {
  margin-bottom: 32px;
}
.bicycle-slider .tf-slideshow .box-content .inner-box .tf-btn {
  padding: 15px 30px;
  padding-right: 15px;
}
.bicycle-slider .tf-slideshow .box-content .inner-box .tf-btn i {
  font-size: 20px;
  margin-left: 6px;
}

.pet-slider .tf-slideshow .slider-wrap .heading {
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.pet-slider .tf-sw-slideshow,
.pet-slider .box-content {
  height: 100% !important;
}

.phone-case-slider .tf-slideshow .slider-wrap .heading {
  font-size: 64px;
  line-height: 76.8px;
  letter-spacing: 0;
  color: #282828;
}
.phone-case-slider .tf-slideshow .slider-wrap .description {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}
.phone-case-slider .tf-slideshow .slider-wrap .tf-btn i {
  font-size: 12px;
  margin-left: 6px;
}

.fashion2-banner .wg-cls .tf-btn {
  min-width: 200px;
}
.fashion2-banner .wg-cls .tf-btn .icon i {
  vertical-align: middle;
  font-size: 16px;
}
.fashion2-banner .wg-cls .tf-btn:hover .icon {
  margin-left: 11px;
}

.women-fashion-banner .wg-cls .tf-btn {
  min-width: 248px;
}
.women-fashion-banner .wg-cls .tf-btn .icon i {
  vertical-align: middle;
  font-size: 16px;
}
.women-fashion-banner .wg-cls .tf-btn:hover .icon {
  margin-left: 11px;
}

.tf-imagebox-carousel .wg-cls.asp-1 .image {
  aspect-ratio: unset;
}

.tf-imagebox-carousel.style1 .box-title {
  text-align: center;
  display: grid;
  gap: 8px;
}
.tf-imagebox-carousel.style1 .image img {
  object-position: top;
}
.tf-imagebox-carousel.style2 .tf-btn .icon {
  font-size: 10px;
}

.tf-imagebox .image img {
  object-fit: cover;
  object-position: top;
}

.tf-imagebox .tf-btn i {
  font-size: 10px;
}
.tf-imagebox .tf-btn.btn-cls:hover .icon {
  margin-left: 10px;
}

.wrap-tf-btn .tf-btn.hover-icon-2.btn-cls .icon {
  font-size: 18px;
}

.wrap-tf-btn .tf-btn .icon {
  color: inherit;
}
.wrap-tf-btn.solid-white .tf-btn {
  background: #fff;
  border-color: #fff;
  color: #000;
}
.wrap-tf-btn.solid-white .tf-btn:hover::after {
  background-image: linear-gradient(120deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0) 70%);
}
.wrap-tf-btn.outline-black .tf-btn {
  background: transparent;
  border-color: #000;
  color: #000;
}
.wrap-tf-btn.outline-white .tf-btn {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.tf-marquee-carousel .group-pagination .wrap-bullet, .tf-marquee-carousel .group-pagination .wrap-arrow,
.tf-imagebox-carousel .group-pagination .wrap-bullet,
.tf-imagebox-carousel .group-pagination .wrap-arrow,
.tf-product-video .group-pagination .wrap-bullet,
.tf-product-video .group-pagination .wrap-arrow,
.tf-instagram .group-pagination .wrap-bullet,
.tf-instagram .group-pagination .wrap-arrow,
.tf-testimonial .group-pagination .wrap-bullet,
.tf-testimonial .group-pagination .wrap-arrow,
.tf-icon-carousel .group-pagination .wrap-bullet,
.tf-icon-carousel .group-pagination .wrap-arrow,
.tf-post .group-pagination .wrap-bullet,
.tf-post .group-pagination .wrap-arrow,
.tf-banner .group-pagination .wrap-bullet,
.tf-banner .group-pagination .wrap-arrow {
  display: none;
}
.tf-marquee-carousel .group-pagination.bullet-desktop .wrap-bullet, .tf-marquee-carousel .group-pagination.arrow-bullet-desktop .wrap-bullet,
.tf-imagebox-carousel .group-pagination.bullet-desktop .wrap-bullet,
.tf-imagebox-carousel .group-pagination.arrow-bullet-desktop .wrap-bullet,
.tf-product-video .group-pagination.bullet-desktop .wrap-bullet,
.tf-product-video .group-pagination.arrow-bullet-desktop .wrap-bullet,
.tf-instagram .group-pagination.bullet-desktop .wrap-bullet,
.tf-instagram .group-pagination.arrow-bullet-desktop .wrap-bullet,
.tf-testimonial .group-pagination.bullet-desktop .wrap-bullet,
.tf-testimonial .group-pagination.arrow-bullet-desktop .wrap-bullet,
.tf-icon-carousel .group-pagination.bullet-desktop .wrap-bullet,
.tf-icon-carousel .group-pagination.arrow-bullet-desktop .wrap-bullet,
.tf-post .group-pagination.bullet-desktop .wrap-bullet,
.tf-post .group-pagination.arrow-bullet-desktop .wrap-bullet,
.tf-banner .group-pagination.bullet-desktop .wrap-bullet,
.tf-banner .group-pagination.arrow-bullet-desktop .wrap-bullet {
  display: block;
}
.tf-marquee-carousel .group-pagination.arrow-desktop .wrap-arrow, .tf-marquee-carousel .group-pagination.arrow-bullet-desktop .wrap-arrow,
.tf-imagebox-carousel .group-pagination.arrow-desktop .wrap-arrow,
.tf-imagebox-carousel .group-pagination.arrow-bullet-desktop .wrap-arrow,
.tf-product-video .group-pagination.arrow-desktop .wrap-arrow,
.tf-product-video .group-pagination.arrow-bullet-desktop .wrap-arrow,
.tf-instagram .group-pagination.arrow-desktop .wrap-arrow,
.tf-instagram .group-pagination.arrow-bullet-desktop .wrap-arrow,
.tf-testimonial .group-pagination.arrow-desktop .wrap-arrow,
.tf-testimonial .group-pagination.arrow-bullet-desktop .wrap-arrow,
.tf-icon-carousel .group-pagination.arrow-desktop .wrap-arrow,
.tf-icon-carousel .group-pagination.arrow-bullet-desktop .wrap-arrow,
.tf-post .group-pagination.arrow-desktop .wrap-arrow,
.tf-post .group-pagination.arrow-bullet-desktop .wrap-arrow,
.tf-banner .group-pagination.arrow-desktop .wrap-arrow,
.tf-banner .group-pagination.arrow-bullet-desktop .wrap-arrow {
  display: block;
}

.tf-iconbox ul li {
  display: flex;
  gap: 20px;
  padding: 24px 20px;
}
.tf-iconbox ul li:not(:last-child) {
  border-bottom: 1px solid rgba(89, 89, 89, 0.2);
}
.tf-iconbox ul li .icon i {
  font-size: 42px;
  color: #c596ff;
}
.tf-iconbox ul li .box-text {
  display: grid;
  gap: 10px;
}

.tf-banner .price-new {
  color: #FF7676;
  font-weight: 500;
}
.tf-banner .tag {
  color: #fff;
}
.tf-banner .wrap-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 64px;
}
.tf-banner .wrap-content .content {
  transform: unset !important;
  position: unset !important;
}
.tf-banner .description {
  max-width: 400px;
}

.phone-case-banner .banner-shop.style-left-center .box-title {
  gap: 8px;
}

.wg-countdown-2 .countdown__value {
  font-family: "poppins";
}

.tf-countdown.style1 .countdown__item {
  min-width: 90px;
  min-height: 90px;
  height: 100%;
  width: 100%;
}
.tf-countdown.style1 .countdown__item .countdown__value {
  line-height: 1em;
  margin-bottom: 12px;
}
.tf-countdown.style1 .countdown__item .countdown__label {
  line-height: 1em;
}

.flat-title.tf-heading {
  display: block !important;
  margin-bottom: 0 !important;
}
.flat-title .before-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FF6F61;
  margin-bottom: 10px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 8px;
}
.flat-title .before-title.type2 {
  border: 1px solid #FF6F61;
  border-radius: 37px;
  padding: 9px 20px;
  margin-bottom: 23px;
}
.flat-title .title {
  margin-bottom: 10px;
}

.tf-image-before-after {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.tf-image-before-after .label-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  padding: 9px 24px;
  border-radius: 40px;
  background: #fff;
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 20;
}
.tf-image-before-after .label-text.after {
  left: unset;
  right: 24px;
}
.tf-image-before-after .image-after.active img, .tf-image-before-after .image-after.active .label-text, .tf-image-before-after .image-before.active img, .tf-image-before-after .image-before.active .label-text {
  z-index: 21;
}
.tf-image-before-after img {
  width: 100%;
  object-fit: cover;
  object-position: top;
  height: 100%;
}
.tf-image-before-after .twentytwenty-handle {
  height: 48px;
  width: 48px;
  border: none;
  box-shadow: unset !important;
  background: #fff;
}
.tf-image-before-after .twentytwenty-handle:before, .tf-image-before-after .twentytwenty-handle:after {
  width: 2px !important;
  box-shadow: unset !important;
}
.tf-image-before-after .twentytwenty-handle .twentytwenty-left-arrow {
  all: unset;
}
.tf-image-before-after .twentytwenty-handle .twentytwenty-left-arrow::before {
  position: absolute;
  content: "| | |";
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  font-size: 16px;
  display: flex;
  width: 40px;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  letter-spacing: -1.5px;
}
.tf-image-before-after .twentytwenty-handle .twentytwenty-right-arrow {
  all: unset;
  width: 60px;
  height: 60px;
  background: #fff;
  opacity: 0.3;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.tf-map {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.tf-map .content {
  border-radius: 16px;
  padding: 30px 30px 30px 30px;
  position: absolute;
  top: 50%;
  left: 73px;
  right: 73px;
  transform: translateY(-50%);
  width: 419px;
  background: #fff;
}
.tf-map .content h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 22px;
}
.tf-map .content a, .tf-map .content p, .tf-map .content .description {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #545454;
  display: block;
  margin-bottom: 10px;
}
.tf-map .content p {
  margin-bottom: 20px;
}
.tf-map .content a {
  margin-bottom: 0px;
}
.tf-map .content a:hover {
  color: #FF6F61;
}
.tf-map .content .tf-btn {
  color: #FF6F61;
  width: unset;
  display: inline-block;
}
.tf-map .content .tf-btn i {
  margin-left: 3px;
}
.tf-map .content .phone {
  margin-bottom: 20px;
}

.tf-icon-carousel {
  text-align: center;
}
.tf-icon-carousel .swiper-wrapper .swiper-slide:last-child .tf-icon-carousel-inner::after {
  display: none;
}
.tf-icon-carousel.has-border .tf-icon-carousel-inner::after {
  position: absolute;
  content: "";
  right: -15px;
  width: 1px;
  top: 9px;
  bottom: 9px;
  background-color: #ebebeb;
}
.tf-icon-carousel .tf-icon-carousel-inner .icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
  display: inline-block;
  flex-shrink: 0;
}
.tf-icon-carousel .tf-icon-carousel-inner .icon svg * {
  fill: currentColor;
}
.tf-icon-carousel .tf-icon-carousel-inner.position-left {
  display: flex;
  text-align: left;
  justify-content: center;
}
.tf-icon-carousel .tf-icon-carousel-inner.position-left .icon {
  margin-bottom: 0;
  margin-right: 20px;
}
.tf-icon-carousel .tf-icon-carousel-inner.position-right {
  display: flex;
  flex-direction: row-reverse;
  text-align: right;
  justify-content: center;
}
.tf-icon-carousel .tf-icon-carousel-inner.position-right .icon {
  margin-bottom: 0;
  margin-left: 20px;
}
.tf-icon-carousel .tf-icon-carousel-inner .icon {
  font-size: 25px;
  display: inline-flex;
  margin-bottom: 24px;
}
.tf-icon-carousel .tf-icon-carousel-inner .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 15px;
}
.tf-icon-carousel .tf-icon-carousel-inner .description {
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #545454;
}

.tf-testimonial .swiper-button-next.swiper-button-disabled, .tf-testimonial .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.tf-testimonial .box-avt .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-testimonial .price {
  flex-direction: row-reverse;
  display: inline-flex;
  justify-content: left;
  gap: 5px;
}
.tf-testimonial .price del {
  color: rgba(158, 158, 158, 0.6);
}
.tf-testimonial .price .woocs_price_code {
  flex-direction: row-reverse;
}
.tf-testimonial .price ins {
  text-decoration: none;
}
.tf-testimonial.type-2.type1 .box-left .img-sw-thumb {
  display: flex;
  align-items: center;
}
.tf-testimonial.type-2.type1 .box-left .img-sw-thumb img {
  object-fit: cover;
}
.tf-testimonial.type-2.type1 .box-right {
  padding: 82px 49px 78px 64px;
}
.tf-testimonial.type-2.type1 .box-right .quote {
  margin-bottom: -2px;
}
.tf-testimonial.type-2.type1 .box-right .content {
  gap: 18px;
}
.tf-testimonial.type-2.type2 .box-author {
  display: block;
}

.slider-layout-fashion2 {
  width: calc(100vw - (100vw - 1469px) / 2 - 7px);
  margin-right: unset;
  max-width: 100%;
  margin-left: auto;
  padding: 0 15px;
}
.slider-layout-fashion2 .swiper {
  margin-right: -24px;
  padding-right: 24px;
}

.tf-instagram .instagram-post .gallery-item {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}
.tf-instagram .instagram-post .gallery-item::after {
  position: absolute;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  transition: 0.4s ease 0.1s;
  opacity: 0;
  visibility: hidden;
}
.tf-instagram .instagram-post .tf_add_to_cart .tooltip::before {
  top: 17px;
}
.tf-instagram .instagram-post:hover .gallery-item::after, .tf-instagram .instagram-post:hover .tf_add_to_cart {
  opacity: 1;
  visibility: visible;
}
.tf-instagram .instagram-post:hover img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.tf-instagram .instagram-post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  object-fit: cover;
}
.tf-instagram .instagram-post .tf_add_to_cart {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.tf-instagram .instagram-post .tf_add_to_cart .icon {
  font-size: 16px;
}
.tf-instagram .instagram-post .tf_add_to_cart:hover, .tf-instagram .instagram-post .tf_add_to_cart.added {
  background: #000;
  color: #fff;
}
.tf-instagram .instagram-post .tf_add_to_cart .tooltip {
  font-size: 10px;
  line-height: 23px;
  font-weight: 500;
  text-align: center;
  padding: 0px 10px;
  height: 23px;
  border-radius: 4px;
}

.tf-post .features-post {
  position: relative;
}
.tf-post .features-post .post-category {
  position: absolute;
  bottom: 14px;
  left: 14px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.tf-post .features-post .post-category a {
  background: #fff;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  padding: 6px 10px;
}
.tf-post .features-post .post-category a:hover {
  background: #000;
  color: #fff;
}
.tf-post .content {
  padding-top: 27px;
}
.tf-post .content .wrap-title {
  margin-bottom: 10px;
}
.tf-post .content .wrap-title .title {
  font-weight: 500;
  margin-bottom: 0px;
}
.tf-post .content .description {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #545454;
  margin-bottom: 28px;
}
.tf-post .content .group-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.tf-post .content .group-meta .meta {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #545454;
  padding-right: 10px;
}
.tf-post .content .group-meta .meta::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #777777;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.cls-video:hover .cls-content {
  transform: unset;
  bottom: 24px;
}

.cls-video .hover-video {
  height: 100% !important;
}
.cls-video .video-notice {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  height: 100%;
  padding: 15px;
}
.cls-video .cls-content {
  padding: 17px 15px 15px 17px;
}
.cls-video .cls-content .name {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.cls-video .cls-content .price-wrap {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  flex-direction: row-reverse;
  justify-content: left;
}
.cls-video .cls-content .price-wrap del {
  color: rgba(158, 158, 158, 0.6);
}
.cls-video .cls-content .img-product {
  flex-shrink: 0;
}
.cls-video .cls-content .img-product img {
  width: 100%;
  height: 100%;
}
.cls-video iframe, .cls-video .hover-video {
  height: 100%;
  width: 100%;
}

.tf-brand .brand-item:not(:first-child) {
  border-left: unset !important;
}
.tf-brand .brand-item {
  overflow: hidden;
}
.tf-brand.tf-marquee-carousel {
  padding: 0;
  border: 1px solid #EBEBEB;
}
.tf-brand.tf-marquee-carousel:hover .brand-slide {
  opacity: 0.4;
}
.tf-brand.tf-marquee-carousel .swiper-slide:not(:last-child) .brand-slide {
  border-right: 1px solid #EBEBEB;
  border-left: unset !important;
  border-top: unset !important;
  border-bottom: unset !important;
}
.tf-brand.tf-marquee-carousel .brand-slide {
  max-width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tf-brand.tf-marquee-carousel .brand-slide img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tf-brand.tf-marquee-carousel .brand-slide:hover {
  opacity: 1;
}
.tf-brand.not-slider::after, .tf-brand.not-slider::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 5;
  pointer-events: none;
}
.tf-brand.not-slider::before {
  left: 0;
  background: linear-gradient(to right, #ffffff, transparent);
}
.tf-brand.not-slider::after {
  right: 0;
  background: linear-gradient(to left, #ffffff, transparent);
}
.tf-brand.style-border-radius {
  border: none !important;
}
.tf-brand.style-border-radius .brand-slide {
  border: none !important;
}
.tf-brand.style-border-radius .swiper-slide {
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  overflow: hidden;
}

.tf-brand-bullet {
  display: none;
}
.tf-brand-bullet.show-desk-yes {
  display: block;
}

.marquee-sale.style-right .marquee-wrapper {
  animation: infiniteScrollRight 40s linear infinite;
}

.tf-lookbook .loobook-product {
  width: max-content;
}
.tf-lookbook .loobook-product .info .name-product {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  min-width: 186px;
}
.tf-lookbook .loobook-product .info .price-wrap {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FF6F61;
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
  justify-content: left;
}
.tf-lookbook .loobook-product .info .price-wrap del {
  color: #C9C9C9;
}
.tf-lookbook .loobook-product .info .price-wrap .woocs_price_code {
  flex-direction: row-reverse;
}
.tf-lookbook .loobook-product .tf_quickview_btn {
  color: #fff;
}
.tf-lookbook .custom-dropdown {
  position: absolute;
  top: 50%;
  left: 41px;
  transform: translateY(-50%);
}

.elementor-section-wrap.ui-sortable .tf-lookbook .dropdown-menu {
  display: block;
  position: absolute;
  inset: 0px auto auto 0px;
  margin: 0px;
  transform: translate(35px, 0px);
}

.tf-mega-menu__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -24px;
}
.tf-mega-menu__wrap .no-result-message {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0 auto;
}
.tf-mega-menu__wrap .view-all-demo {
  margin: 0 auto;
  width: 100%;
}
.tf-mega-menu__wrap .no-result-message {
  display: none;
}
.tf-mega-menu__wrap.column-desk-5 .tf-mega-menu__box {
  width: calc(20% - 24px);
}
.tf-mega-menu__wrap.column-desk-4 .tf-mega-menu__box {
  width: calc(25% - 24px);
}
.tf-mega-menu__wrap.column-desk-3 .tf-mega-menu__box {
  width: calc(33.33333% - 24px);
}
.tf-mega-menu__wrap.column-desk-2 .tf-mega-menu__box {
  width: calc(50% - 24px);
}
.tf-mega-menu__wrap.column-desk-1 .tf-mega-menu__box {
  width: calc(100% - 24px);
}
.tf-mega-menu__wrap .tf-mega-menu__box {
  margin-left: 24px;
  text-align: center;
  margin-bottom: 32px;
}
.tf-mega-menu__wrap .tf-mega-menu__box.inactive {
  display: none;
}
.tf-mega-menu__wrap .tf-mega-menu__box:hover .thumbnail {
  border-color: #FF6F61;
}
.tf-mega-menu__wrap .tf-mega-menu__box .thumbnail {
  position: relative;
  border: 1px solid #EBEBEB;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 14px;
  transition: 0.3s ease-out 0s;
}
.tf-mega-menu__wrap .tf-mega-menu__box .thumbnail a {
  display: inline-block;
  width: 100%;
}
.tf-mega-menu__wrap .tf-mega-menu__box .thumbnail a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.tf-mega-menu__wrap .tf-mega-menu__box .thumbnail .list-badge {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
  left: 10px;
  justify-content: right;
}
.tf-mega-menu__wrap .tf-mega-menu__box .thumbnail .list-badge li {
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  color: #fff;
  background: #62D15E;
  border-radius: 4px;
  padding: 2.5px 8px;
  margin: 0;
}
.tf-mega-menu__wrap .tf-mega-menu__box .thumbnail .list-badge li.new {
  background: #FF6F61;
}
.tf-mega-menu__wrap .tf-mega-menu__box .name {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
}
.tf-mega-menu__wrap .tf-mega-menu__box .name:hover {
  color: #FF6F61;
}

.modalDemo.tf-mega__modal .modal-content {
  padding: 0 50px 40px;
  background-color: var(--white);
  width: 100%;
  border-radius: 20px;
  margin: 0 30px;
  max-height: calc(100vh - 60px);
  border: 0;
  cursor: default;
  overflow: hidden;
}
.modalDemo.tf-mega__modal .tf-mega-menu__box.inactive {
  display: block;
}
.modalDemo.tf-mega__modal .header .icon-close-popup {
  position: absolute;
  top: 18px;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  background: transparent;
  font-size: 16px;
  padding: 10px;
  border: none;
  z-index: 10;
  color: #000;
}
.modalDemo.tf-mega__modal .header .icon-close-popup:hover {
  color: #FF6F61;
}

.tf-search-mega-menu__wrap .tf-search-mega-menu__form {
  display: flex;
  gap: 10px;
  max-width: 635px;
  margin: 0px auto 19px;
}
.tf-search-mega-menu__wrap .tf-search-mega-menu__form .inner-select {
  position: relative;
}
.tf-search-mega-menu__wrap .tf-search-mega-menu__form .inner-select .reset-category {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  font-weight: 400;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-size: 20px;
  font-weight: 300;
  z-index: 5;
}
.tf-search-mega-menu__wrap .tf-search-mega-menu__form .inner-select select {
  border-color: #EBEBEB;
  border-radius: 43px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #5D5D5D;
  -webkit-appearance: none;
  appearance: none;
  min-width: 192px;
  height: 48px;
  padding: 12px 20px;
  padding-right: 32px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tf-search-mega-menu__wrap .tf-search-mega-menu__form .inner-select select:hover {
  border-color: rgba(0, 0, 0, 0.8);
}
.tf-search-mega-menu__wrap .tf-search-mega-menu__form .inner-select::after {
  font-family: "vince" !important;
  position: absolute;
  content: "\e95a";
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  font-weight: 400;
}
.tf-search-mega-menu__wrap .tf-search-mega-menu__form .inner-input {
  flex-grow: 1;
  width: 100%;
  position: relative;
}
.tf-search-mega-menu__wrap .tf-search-mega-menu__form .inner-input .reset-search {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  font-weight: 400;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-size: 20px;
  font-weight: 300;
  z-index: 5;
}
.tf-search-mega-menu__wrap .tf-search-mega-menu__form .inner-input input {
  padding: 12px 20px;
  height: 48px;
  padding-right: 42px;
  border-radius: 43px;
  font-size: 16px;
  line-height: 24px;
  color: #5D5D5D;
  border-color: #EBEBEB;
}
.tf-search-mega-menu__wrap .tf-search-mega-menu__form .inner-input input:focus {
  border-color: rgba(0, 0, 0, 0.8);
}
.tf-search-mega-menu__wrap .tf-search-mega-menu__form .inner-input i {
  position: absolute;
  content: "\e95a";
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  font-weight: 400;
  font-size: 24px;
}

.tf-group-images {
  position: relative;
  display: inline-block;
  width: 100%;
}
.tf-group-images .image-group {
  border-radius: 16px;
}
.tf-group-images .image-group::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.tf-group-images .image-group:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.tf-group-images .image-group:hover:hover img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.tf-group-images .image-group img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.tf-group-images .image-1 {
  max-width: 316px;
  position: absolute;
  left: 0;
  bottom: 44px;
  z-index: 1;
  overflow: hidden;
}
.tf-group-images .image-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-group-images .image-2 {
  width: 70%;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}
.tf-group-images .image-2:hover {
  z-index: 2;
}
.tf-group-images .image-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-group-images.style2 .image-1 {
  max-width: 663px;
  position: relative;
  left: unset;
  bottom: unset;
  margin-right: 178px;
}
.tf-group-images.style2 .image-1:hover {
  z-index: 3;
}
.tf-group-images.style2 .image-2 {
  max-width: 361px;
  margin-left: unset;
  position: absolute;
  right: 0;
  bottom: 44px;
  z-index: 2;
}
.tf-group-images.style3 .image-group {
  border-radius: 0px;
}
.tf-group-images.style3 .image-1 {
  max-width: 517px;
  position: relative;
  left: unset;
  bottom: unset;
  margin-right: 144px;
}
.tf-group-images.style3 .image-1:hover {
  z-index: 3;
}
.tf-group-images.style3 .image-2 {
  max-width: 275px;
  margin-left: unset;
  position: absolute;
  right: 0;
  bottom: 27px;
  z-index: 2;
}

.elementor-editor-active .tf-mega__modal {
  display: none;
}

.bicycle-image-carousel .wg-cls .cls-btn {
  bottom: 23px !important;
}

.banner-text-jewelry {
  max-width: 700px;
  width: 100%;
  display: flex;
}
.banner-text-jewelry .image-banner {
  position: relative;
}

.tf-tabs-menu {
  display: flex;
}
.tf-tabs-menu .tf-tabnav {
  border-right: 1px solid #EBEBEB;
  width: 235px;
  flex-shrink: 0;
}
.tf-tabs-menu .tf-tabnav .tablinks {
  padding: 14px 12px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin-right: -1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tf-tabs-menu .tf-tabnav .tablinks.active, .tf-tabs-menu .tf-tabnav .tablinks.set-active-tab, .tf-tabs-menu .tf-tabnav .tablinks:hover {
  background: #FF6F61;
  color: #fff;
}
.tf-tabs-menu .tf-tabnav .tablinks i {
  font-size: 10px;
}
.tf-tabs-menu .tf-tabcontent .tf-tabcontent-inner {
  padding: 32px;
  display: none;
}
.tf-tabs-menu .tf-tabcontent .tf-tabcontent-inner.active, .tf-tabs-menu .tf-tabcontent .tf-tabcontent-inner.set-active-tab {
  display: block;
}
.tf-tabs-menu .tf-tabcontent .tf-tabcontent-inner p {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #5D5D5D;
}
.tf-tabs-menu .tf-tabcontent .tf-tabcontent-inner .vince-menu-wrap {
  display: flex;
  gap: 20px;
}
.tf-tabs-menu .tf-tabcontent .tf-tabcontent-inner .vince-menu-wrap .vince-menu-inner {
  padding-right: 48px;
}
.tf-tabs-menu .tf-tabcontent .tf-tabcontent-inner .vince-menu-wrap .vince-menu-inner li {
  margin-bottom: 11px;
}
.tf-tabs-menu .tf-tabcontent .tf-tabcontent-inner .vince-menu-wrap .vince-menu-inner li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #5D5D5D;
}
.tf-tabs-menu .tf-tabcontent .tf-tabcontent-inner .vince-menu-wrap .vince-menu-inner li a:hover {
  color: #FF6F61;
}
.tf-tabs-menu .tf-tabcontent .tf-tabcontent-inner .vince-menu-wrap .vince-menu-inner li a span {
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  color: #fff;
  background: #FF6F61;
  border-radius: 4px;
  padding: 0px 9px;
}
.tf-tabs-menu .tf-tabcontent .tf-tabcontent-inner .vince-menu-wrap .vince-menu-inner li a span.hot {
  background: #62D15E;
}

.wrap-news-list .news-list {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}
.wrap-news-list .news-list .features-post {
  overflow: hidden;
  border-radius: 4px;
  flex-shrink: 0;
}
.wrap-news-list .news-list .features-post img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  object-position: top;
}
.wrap-news-list .news-list .content .wrap-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}
.wrap-news-list .news-list .content .wrap-title a:hover {
  color: #FF6F61;
}
.wrap-news-list .news-list .content .meta {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  color: #ACACAC;
}

.tf-accordion .tf-accordion-item {
  border-bottom: 1px solid #EBEBEB;
  cursor: pointer;
}
.tf-accordion .tf-accordion-item:first-child {
  border-top: 1px solid #EBEBEB;
}
.tf-accordion .tf-accordion-item .accordion-title {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 19px;
  padding-bottom: 19px;
}
.tf-accordion .tf-accordion-item .accordion-title .wrap-accordion-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tf-accordion .tf-accordion-item .accordion-title .accordion-icon {
  font-size: 14px;
}
.tf-accordion .tf-accordion-item .accordion-title .accordion-icon i {
  font-weight: 600;
}
.tf-accordion .tf-accordion-item .accordion-title .accordion-icon.accordion-icon-open {
  display: none;
}
.tf-accordion .tf-accordion-item .accordion-title .accordion-icon.accordion-icon-open .icon-arr-down {
  transform: rotate(180deg);
  display: inline-block;
}
.tf-accordion .tf-accordion-item .accordion-title.active .accordion-icon-close {
  display: none;
}
.tf-accordion .tf-accordion-item .accordion-title.active .accordion-icon-open {
  display: block;
}
.tf-accordion .tf-accordion-item .accordion-content {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #545454;
  padding-top: 10px;
  padding-bottom: 20px;
}

.tf-nav-menu .vince-nav-menu-title {
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  border-bottom: 1px solid rgba(161, 161, 161, 0.2);
  padding-bottom: 11px;
  margin-bottom: 15px;
}
.tf-nav-menu .vince-nav-menu .menu-item {
  margin-bottom: 11px;
}
.tf-nav-menu .vince-nav-menu .menu-item a {
  font-weight: 400;
  font-size: 14px;
  color: #5D5D5D;
}
.tf-nav-menu .vince-nav-menu .menu-item a:hover {
  color: #FF6F61;
}
.tf-nav-menu .vince-nav-menu .menu-item a span {
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  color: #fff;
  background: #FF6F61;
  border-radius: 4px;
  padding: 0px 9px;
  vertical-align: middle;
  margin-left: 4px;
}
.tf-nav-menu .vince-nav-menu .menu-item a span.hot {
  background: #62D15E;
}
.tf-nav-menu .vince-nav-menu .menu-item a span.new {
  background: #FF6F61;
}

.marquee-sale .marquee-child-item i {
  font-size: 20px;
}

.marquee-sale .display-2xl {
  letter-spacing: 0;
}

.sticky-sidebar {
  position: sticky !important;
}

.author-about .elementor-image-box-img {
  flex-shrink: 0;
}

.btn-no-animation .tf-btn {
  overflow: unset;
}
.btn-no-animation .tf-btn::after {
  display: none;
}
.btn-no-animation .tf-btn::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: auto;
  right: 0;
  width: 0%;
  height: 1px;
  background-color: currentColor;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-no-animation .tf-btn:hover::before {
  left: 0;
  right: auto;
  width: 100%;
}

.count-coming .wg-countdown .countdown__value {
  padding-top: 15px;
  margin-bottom: 9px !important;
}

.location-infor strong {
  font-weight: 500;
  color: #000000;
}

.flat-wrapper-iconbox {
  border: 1px solid #2a4528;
  border-radius: 20px;
  padding: 77px 30px 49px;
  position: relative;
}
.flat-wrapper-iconbox > .title {
  position: absolute;
  left: 50%;
  top: -8%;
  transform: translateX(-50%);
  padding: 0px 20px;
  z-index: 1;
  background-color: #fffcf6;
  text-align: center;
  text-wrap: nowrap;
  letter-spacing: 0;
}
.flat-wrapper-iconbox .tf-icon-box .box-icon {
  border: 1px solid #4D8036;
}
.flat-wrapper-iconbox .tf-icon-box .title {
  font-size: 20px;
  line-height: 26px;
}
.flat-wrapper-iconbox .tf-icon-box .text-main-3 {
  font-size: 16px;
  line-height: 24px;
}

.tf-icon-box.style-3 {
  padding: 0;
  border: 0;
  flex-direction: row;
  text-align: left;
}
.tf-icon-box.style-3 .title {
  font-size: 18px;
  line-height: 18px;
}
.tf-icon-box.style-3 .box-icon {
  width: 64px;
  height: 64px;
  border: 1px solid var(--line);
  border-radius: 50%;
  flex-shrink: 0;
}
.tf-icon-box.style-3 .box-icon i {
  font-size: 28px;
  color: #4D8036;
}
.tf-icon-box.style-3 .content {
  gap: 12px;
}

.flat-wcu .sw-dot-default.show-bullet-desktop {
  display: block;
}
.flat-wcu .sw-dot-default.hide-bullet-desktop {
  display: none;
}

.text-clip {
  background: linear-gradient(0deg, #fff, #fff);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.6px #5A5A5A;
}

.wg-testimonial-2 .icon {
  font-size: 40px;
  display: block;
}
.wg-testimonial-2 .text {
  margin-top: 24px;
  line-height: 140%;
  letter-spacing: 0;
}

@media (min-width: 1200px) {
  .slider-style-3 .content-slider {
    padding: 0px 100px;
  }
  .flat-wrapper-iconbox .tf-icon-box .title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  .slider-style-3 .content-slider {
    padding: 0px 60px;
  }
  .marquee-sale.tf-brand.style-2 .marquee-child-item {
    margin: 0 32px;
  }
}
@media (max-width: 1500px) {
  .phone-case-banner {
    padding-left: 0 !important;
  }
}
@media (max-width: 1300px) {
  .fashion-content-image .tf-slideshow.slider-style-2 .box-content-left .content-slider {
    width: 100%;
  }
  .bicycle-slider .tf-slideshow .box-content .inner-box {
    max-width: unset;
  }
  .faq-box-contact {
    padding: 30px 20px !important;
  }
}
@media (max-width: 1199px) {
  .tf-marquee-carousel .group-pagination .wrap-bullet, .tf-marquee-carousel .group-pagination .wrap-arrow,
  .tf-imagebox-carousel .group-pagination .wrap-bullet,
  .tf-imagebox-carousel .group-pagination .wrap-arrow,
  .tf-product-video .group-pagination .wrap-bullet,
  .tf-product-video .group-pagination .wrap-arrow,
  .tf-instagram .group-pagination .wrap-bullet,
  .tf-instagram .group-pagination .wrap-arrow,
  .tf-testimonial .group-pagination .wrap-bullet,
  .tf-testimonial .group-pagination .wrap-arrow,
  .tf-icon-carousel .group-pagination .wrap-bullet,
  .tf-icon-carousel .group-pagination .wrap-arrow,
  .tf-post .group-pagination .wrap-bullet,
  .tf-post .group-pagination .wrap-arrow,
  .tf-banner .group-pagination .wrap-bullet,
  .tf-banner .group-pagination .wrap-arrow {
    display: none;
  }
  .tf-marquee-carousel .group-pagination.bullet-desktop .wrap-bullet, .tf-marquee-carousel .group-pagination.arrow-bullet-desktop .wrap-bullet,
  .tf-imagebox-carousel .group-pagination.bullet-desktop .wrap-bullet,
  .tf-imagebox-carousel .group-pagination.arrow-bullet-desktop .wrap-bullet,
  .tf-product-video .group-pagination.bullet-desktop .wrap-bullet,
  .tf-product-video .group-pagination.arrow-bullet-desktop .wrap-bullet,
  .tf-instagram .group-pagination.bullet-desktop .wrap-bullet,
  .tf-instagram .group-pagination.arrow-bullet-desktop .wrap-bullet,
  .tf-testimonial .group-pagination.bullet-desktop .wrap-bullet,
  .tf-testimonial .group-pagination.arrow-bullet-desktop .wrap-bullet,
  .tf-icon-carousel .group-pagination.bullet-desktop .wrap-bullet,
  .tf-icon-carousel .group-pagination.arrow-bullet-desktop .wrap-bullet,
  .tf-post .group-pagination.bullet-desktop .wrap-bullet,
  .tf-post .group-pagination.arrow-bullet-desktop .wrap-bullet,
  .tf-banner .group-pagination.bullet-desktop .wrap-bullet,
  .tf-banner .group-pagination.arrow-bullet-desktop .wrap-bullet {
    display: none;
  }
  .tf-marquee-carousel .group-pagination.arrow-desktop .wrap-arrow, .tf-marquee-carousel .group-pagination.arrow-bullet-desktop .wrap-arrow,
  .tf-imagebox-carousel .group-pagination.arrow-desktop .wrap-arrow,
  .tf-imagebox-carousel .group-pagination.arrow-bullet-desktop .wrap-arrow,
  .tf-product-video .group-pagination.arrow-desktop .wrap-arrow,
  .tf-product-video .group-pagination.arrow-bullet-desktop .wrap-arrow,
  .tf-instagram .group-pagination.arrow-desktop .wrap-arrow,
  .tf-instagram .group-pagination.arrow-bullet-desktop .wrap-arrow,
  .tf-testimonial .group-pagination.arrow-desktop .wrap-arrow,
  .tf-testimonial .group-pagination.arrow-bullet-desktop .wrap-arrow,
  .tf-icon-carousel .group-pagination.arrow-desktop .wrap-arrow,
  .tf-icon-carousel .group-pagination.arrow-bullet-desktop .wrap-arrow,
  .tf-post .group-pagination.arrow-desktop .wrap-arrow,
  .tf-post .group-pagination.arrow-bullet-desktop .wrap-arrow,
  .tf-banner .group-pagination.arrow-desktop .wrap-arrow,
  .tf-banner .group-pagination.arrow-bullet-desktop .wrap-arrow {
    display: none;
  }
  .tf-marquee-carousel .group-pagination.bullet-tablet .wrap-bullet, .tf-marquee-carousel .group-pagination.arrow-bullet-tablet .wrap-bullet,
  .tf-imagebox-carousel .group-pagination.bullet-tablet .wrap-bullet,
  .tf-imagebox-carousel .group-pagination.arrow-bullet-tablet .wrap-bullet,
  .tf-product-video .group-pagination.bullet-tablet .wrap-bullet,
  .tf-product-video .group-pagination.arrow-bullet-tablet .wrap-bullet,
  .tf-instagram .group-pagination.bullet-tablet .wrap-bullet,
  .tf-instagram .group-pagination.arrow-bullet-tablet .wrap-bullet,
  .tf-testimonial .group-pagination.bullet-tablet .wrap-bullet,
  .tf-testimonial .group-pagination.arrow-bullet-tablet .wrap-bullet,
  .tf-icon-carousel .group-pagination.bullet-tablet .wrap-bullet,
  .tf-icon-carousel .group-pagination.arrow-bullet-tablet .wrap-bullet,
  .tf-post .group-pagination.bullet-tablet .wrap-bullet,
  .tf-post .group-pagination.arrow-bullet-tablet .wrap-bullet,
  .tf-banner .group-pagination.bullet-tablet .wrap-bullet,
  .tf-banner .group-pagination.arrow-bullet-tablet .wrap-bullet {
    display: block;
  }
  .tf-marquee-carousel .group-pagination.arrow-tablet .wrap-arrow, .tf-marquee-carousel .group-pagination.arrow-bullet-tablet .wrap-arrow,
  .tf-imagebox-carousel .group-pagination.arrow-tablet .wrap-arrow,
  .tf-imagebox-carousel .group-pagination.arrow-bullet-tablet .wrap-arrow,
  .tf-product-video .group-pagination.arrow-tablet .wrap-arrow,
  .tf-product-video .group-pagination.arrow-bullet-tablet .wrap-arrow,
  .tf-instagram .group-pagination.arrow-tablet .wrap-arrow,
  .tf-instagram .group-pagination.arrow-bullet-tablet .wrap-arrow,
  .tf-testimonial .group-pagination.arrow-tablet .wrap-arrow,
  .tf-testimonial .group-pagination.arrow-bullet-tablet .wrap-arrow,
  .tf-icon-carousel .group-pagination.arrow-tablet .wrap-arrow,
  .tf-icon-carousel .group-pagination.arrow-bullet-tablet .wrap-arrow,
  .tf-post .group-pagination.arrow-tablet .wrap-arrow,
  .tf-post .group-pagination.arrow-bullet-tablet .wrap-arrow,
  .tf-banner .group-pagination.arrow-tablet .wrap-arrow,
  .tf-banner .group-pagination.arrow-bullet-tablet .wrap-arrow {
    display: block;
  }
  .tf-group-images.style2 .image-2 {
    max-width: unset;
    width: 44%;
    bottom: 5%;
  }
  .phone-list-icon {
    overflow: hidden;
    padding-bottom: 50px;
  }
  .phone-list-icon .tf-swiper-core {
    overflow: unset;
  }
  .phone-list-icon .tf-swiper-core::after, .phone-list-icon .tf-swiper-core::before {
    content: "";
    width: 20px;
    height: 50%;
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    z-index: 5;
    border-left: 1px solid rgba(126, 126, 126, 0.2);
  }
  .phone-list-icon .tf-swiper-core::before {
    left: unset;
    right: -1px;
    border-left: unset;
    border-right: 1px solid rgba(126, 126, 126, 0.2);
  }
  .phone-list-icon .wrap-bullet {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
  .phone-list-banner .e-con-inner {
    gap: 50px;
  }
  .tf-group-images .image-1 {
    left: 0%;
    bottom: 5%;
    top: 35%;
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .pet-slider .tf-slideshow .slider-wrap .heading,
  .bicycle-slider .tf-slideshow .box-content .inner-box .heading,
  .phone-case-slider .tf-slideshow .slider-wrap .heading {
    font-size: 40px;
    line-height: 52px;
  }
  .tf-banner .wrap-content {
    padding-left: 30px;
  }
  .tf-map .content {
    left: 30px;
    right: 30px;
  }
  .tf-mega-menu__wrap .tf-mega-menu__box {
    width: calc(25% - 24px) !important;
  }
  .tf-testimonial.type-2.type1 .box-right {
    padding: 40px 36px;
    width: 57.7%;
  }
  .women-fashion-banner .wg-cls .tf-btn {
    min-width: 150px;
  }
  .women-fashion-banner .wg-cls .tf-btn .icon i {
    font-size: unset;
  }
  .tf-icon-carousel.has-border .tf-icon-carousel-inner::after {
    display: none;
  }
  .fade-edge .infiniteslide_wrap::before, .fade-edge .infiniteslide_wrap::after {
    width: 40px;
  }
  .slider-v2 .wrap-pagination.show-bullet-tablet {
    display: block;
  }
  .slider-v2 .wrap-pagination.hide-bullet-tablet {
    display: none;
  }
}
@media (max-width: 991px) {
  .tf-mega-menu__wrap .tf-mega-menu__box {
    width: calc(33.33333% - 24px) !important;
  }
  .tf-group-images.style2 .image-1 {
    max-width: unset;
    margin-right: unset;
    width: 85%;
  }
  .fashion-content-image .tf-slideshow.slider-style-2 .box-content-left .content-slider {
    padding: 24px 0;
  }
  .sportwear-slider .tf-slideshow .slider-wrap,
  .pet-slider .tf-slideshow .slider-wrap,
  .phone-case-slider .tf-slideshow .slider-wrap,
  .skincare-slider .tf-slideshow .slider-wrap,
  .bicycle-slider .tf-slideshow .slider-wrap {
    height: 500px;
  }
  .tf-instagram .instagram-post .tf_add_to_cart {
    opacity: 1;
    visibility: visible;
    height: 40px;
    width: 40px;
    font-size: 14px;
  }
  .tf-group-images .image-2 {
    width: 80%;
  }
  .tf-brand-bullet.show-desk-yes {
    display: none;
  }
  .tf-brand-bullet.show-tablet-yes {
    display: block;
  }
}
@media (max-width: 767px) {
  .sportwear-slider .tf-slideshow .slider-wrap,
  .pet-slider .tf-slideshow .slider-wrap,
  .phone-case-slider .tf-slideshow .slider-wrap,
  .skincare-slider .tf-slideshow .slider-wrap,
  .bicycle-slider .tf-slideshow .slider-wrap {
    height: 400px;
  }
  .fashion1-slider .tf-slideshow .description,
  .sportwear-slider .tf-slideshow .description,
  .pet-slider .tf-slideshow .slider-wrap .description,
  .bicycle-slider .tf-slideshow .box-content .inner-box .description,
  .phone-case-slider .tf-slideshow .slider-wrap .description {
    display: none;
  }
  .pet-slider .tf-slideshow .slider-wrap.box-2 .inner-box {
    margin-left: 140px;
  }
  .pet-slider .tf-slideshow .slider-wrap .heading,
  .bicycle-slider .tf-slideshow .box-content .inner-box .heading,
  .phone-case-slider .tf-slideshow .slider-wrap .heading {
    font-size: 30px;
    line-height: 42px;
    width: unset;
  }
  .bicycle-slider .tf-slideshow .box-title-slider {
    display: block;
  }
  .modalDemo.tf-mega__modal .modal-content {
    padding: 0 15px 25px;
  }
  .modalDemo.tf-mega__modal .mega-menu {
    padding: 0;
  }
  .tf-mega-menu__wrap .tf-mega-menu__box .thumbnail a img {
    height: 150px;
  }
  .tf-search-mega-menu__wrap .tf-search-mega-menu__form {
    flex-wrap: wrap;
    justify-content: center;
  }
  .tf-mega-menu__wrap .tf-mega-menu__box {
    width: calc(50% - 24px) !important;
  }
  .tf-group-images.style3 .image-1,
  .tf-group-images.style2 .image-1 {
    width: 80%;
    margin-right: 0;
  }
  .tf-group-images.style3 .image-2 {
    width: 200px;
  }
  .tf-group-images .image-2 img {
    border-radius: 16px;
  }
  .tf-group-images.style3 .image-2 img {
    border-radius: 0;
  }
  .tf-brand .brand-item {
    height: 100%;
  }
  .tf-map .content {
    margin-left: auto;
    margin-right: auto;
    width: unset;
    left: 20px;
    right: 20px;
  }
  .tf-marquee-carousel .group-pagination.bullet-tablet .wrap-bullet, .tf-marquee-carousel .group-pagination.arrow-bullet-tablet .wrap-bullet,
  .tf-imagebox-carousel .group-pagination.bullet-tablet .wrap-bullet,
  .tf-imagebox-carousel .group-pagination.arrow-bullet-tablet .wrap-bullet,
  .tf-product-video .group-pagination.bullet-tablet .wrap-bullet,
  .tf-product-video .group-pagination.arrow-bullet-tablet .wrap-bullet,
  .tf-instagram .group-pagination.bullet-tablet .wrap-bullet,
  .tf-instagram .group-pagination.arrow-bullet-tablet .wrap-bullet,
  .tf-testimonial .group-pagination.bullet-tablet .wrap-bullet,
  .tf-testimonial .group-pagination.arrow-bullet-tablet .wrap-bullet,
  .tf-icon-carousel .group-pagination.bullet-tablet .wrap-bullet,
  .tf-icon-carousel .group-pagination.arrow-bullet-tablet .wrap-bullet,
  .tf-post .group-pagination.bullet-tablet .wrap-bullet,
  .tf-post .group-pagination.arrow-bullet-tablet .wrap-bullet,
  .tf-banner .group-pagination.bullet-tablet .wrap-bullet,
  .tf-banner .group-pagination.arrow-bullet-tablet .wrap-bullet {
    display: none;
  }
  .tf-marquee-carousel .group-pagination.arrow-tablet .wrap-arrow, .tf-marquee-carousel .group-pagination.arrow-bullet-tablet .wrap-arrow,
  .tf-imagebox-carousel .group-pagination.arrow-tablet .wrap-arrow,
  .tf-imagebox-carousel .group-pagination.arrow-bullet-tablet .wrap-arrow,
  .tf-product-video .group-pagination.arrow-tablet .wrap-arrow,
  .tf-product-video .group-pagination.arrow-bullet-tablet .wrap-arrow,
  .tf-instagram .group-pagination.arrow-tablet .wrap-arrow,
  .tf-instagram .group-pagination.arrow-bullet-tablet .wrap-arrow,
  .tf-testimonial .group-pagination.arrow-tablet .wrap-arrow,
  .tf-testimonial .group-pagination.arrow-bullet-tablet .wrap-arrow,
  .tf-icon-carousel .group-pagination.arrow-tablet .wrap-arrow,
  .tf-icon-carousel .group-pagination.arrow-bullet-tablet .wrap-arrow,
  .tf-post .group-pagination.arrow-tablet .wrap-arrow,
  .tf-post .group-pagination.arrow-bullet-tablet .wrap-arrow,
  .tf-banner .group-pagination.arrow-tablet .wrap-arrow,
  .tf-banner .group-pagination.arrow-bullet-tablet .wrap-arrow {
    display: none;
  }
  .tf-marquee-carousel .group-pagination.bullet-mobile .wrap-bullet, .tf-marquee-carousel .group-pagination.arrow-bullet-mobile .wrap-bullet,
  .tf-imagebox-carousel .group-pagination.bullet-mobile .wrap-bullet,
  .tf-imagebox-carousel .group-pagination.arrow-bullet-mobile .wrap-bullet,
  .tf-product-video .group-pagination.bullet-mobile .wrap-bullet,
  .tf-product-video .group-pagination.arrow-bullet-mobile .wrap-bullet,
  .tf-instagram .group-pagination.bullet-mobile .wrap-bullet,
  .tf-instagram .group-pagination.arrow-bullet-mobile .wrap-bullet,
  .tf-testimonial .group-pagination.bullet-mobile .wrap-bullet,
  .tf-testimonial .group-pagination.arrow-bullet-mobile .wrap-bullet,
  .tf-icon-carousel .group-pagination.bullet-mobile .wrap-bullet,
  .tf-icon-carousel .group-pagination.arrow-bullet-mobile .wrap-bullet,
  .tf-post .group-pagination.bullet-mobile .wrap-bullet,
  .tf-post .group-pagination.arrow-bullet-mobile .wrap-bullet,
  .tf-banner .group-pagination.bullet-mobile .wrap-bullet,
  .tf-banner .group-pagination.arrow-bullet-mobile .wrap-bullet {
    display: block;
  }
  .tf-marquee-carousel .group-pagination.arrow-mobile .wrap-arrow, .tf-marquee-carousel .group-pagination.arrow-bullet-mobile .wrap-arrow,
  .tf-imagebox-carousel .group-pagination.arrow-mobile .wrap-arrow,
  .tf-imagebox-carousel .group-pagination.arrow-bullet-mobile .wrap-arrow,
  .tf-product-video .group-pagination.arrow-mobile .wrap-arrow,
  .tf-product-video .group-pagination.arrow-bullet-mobile .wrap-arrow,
  .tf-instagram .group-pagination.arrow-mobile .wrap-arrow,
  .tf-instagram .group-pagination.arrow-bullet-mobile .wrap-arrow,
  .tf-testimonial .group-pagination.arrow-mobile .wrap-arrow,
  .tf-testimonial .group-pagination.arrow-bullet-mobile .wrap-arrow,
  .tf-icon-carousel .group-pagination.arrow-mobile .wrap-arrow,
  .tf-icon-carousel .group-pagination.arrow-bullet-mobile .wrap-arrow,
  .tf-post .group-pagination.arrow-mobile .wrap-arrow,
  .tf-post .group-pagination.arrow-bullet-mobile .wrap-arrow,
  .tf-banner .group-pagination.arrow-mobile .wrap-arrow,
  .tf-banner .group-pagination.arrow-bullet-mobile .wrap-arrow {
    display: block;
  }
  .tf-countdown.style1 .countdown__item {
    min-width: unset;
    min-height: unset;
  }
  .tf-testimonial.type-2.type1 .box-right {
    width: 100%;
    padding: 30px 20px;
  }
  .tf-testimonial.type-2.type1 .box-right .box-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0;
  }
  .tf-testimonial.type-2.type1 .box-left {
    display: none;
  }
  .marquee-sale .marquee-wrapper {
    animation: infiniteScroll 10s linear infinite !important;
  }
  .tf-lookbook .img-style {
    max-width: 60px;
  }
  .tf-lookbook .loobook-product {
    padding: 7px;
    width: 280px;
  }
  .tf-lookbook .name-product {
    min-width: unset !important;
  }
  .tf-testimonial.type-2.type2 .box-author {
    display: flex;
  }
  .tf-testimonial.type-2.type2 .box-author .info {
    text-align: left;
  }
  .cls-video .cls-content .name,
  .cls-video .cls-content .price-wrap {
    font-size: 14px;
    line-height: 22px;
  }
  .cls-video .cls-content {
    padding: 10px;
  }
  .pet-pamper .tf-slideshow.slider-style-2 .box-content-left {
    padding: 20px;
  }
  .pet-pamper .slider-style-2 .image {
    height: 100%;
  }
  .bicycle-image-carousel .wg-cls .cls-btn {
    bottom: 12px !important;
  }
  .bicycle-image-carousel .wg-cls .cls-btn .tf-btn {
    font-size: 14px;
    line-height: 24px;
    padding: 8px 20px;
  }
  .tf-image-before-after .label-text {
    left: 12px;
    padding: 6px 20px;
    font-size: 14px;
    line-height: 22px;
    bottom: 12px;
  }
  .tf-image-before-after .label-text.after {
    right: 12px;
  }
  .slider-v2 .wrap-pagination.show-bullet-mobile {
    display: block;
  }
  .slider-v2 .wrap-pagination.hide-bullet-mobile {
    display: none;
  }
  .flat-wrapper-iconbox {
    padding: 60px 24px 24px;
  }
  .tf-brand-bullet.show-desk-yes {
    display: none;
  }
  .tf-brand-bullet.show-tablet-yes {
    display: none;
  }
  .tf-brand-bullet.show-mobile-yes {
    display: block;
  }
}
@media (max-width: 575px) {
  .tf-slider-electronic .slider-default .slider-wrap.box-2 .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 630px;
    min-width: max(100%, 630px);
  }
  .tf-instagram .instagram-post .tf_add_to_cart {
    height: 32px;
    width: 32px;
  }
  .grid-cls-v2 {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=vince-addons.css.map */
