/*------------ 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 {
  height: 939px;
  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);
  }
}
.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;
}

.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);
}

.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;
}

.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%;
  }
}
@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-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;
  }
}
@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;
  }
}

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