.home-wrapper.home3 {
  padding: 0 !important;
  background: none;
  width: auto;
}
.home-wrapper.home3 .carousel-caption {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  max-width: 650px;
  right: 8%;
  left: 8%;
}
.home-wrapper.home3 .carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 50%;
  align-items: center;
  background-color: rgba(var(--theme-color), 1);
}
.home-wrapper.home3 .carousel-indicators .active {
  border-radius: 8px;
  width: 25px;
  border: 0;
}
.home-wrapper.home3 .carousel-inner img {
  width: 100%;
  height: 600px;
  object-fit: fill;
}
.home-wrapper.home3 .carousel-indicators {
  margin-right: 8%;
  margin-left: 8%;
}
.home-wrapper.home3 h2 {
  font-weight: 700;
  text-align: left;
  color: #000;
}
.home-wrapper.home3 .btn {
  background: rgba(var(--theme-color), 1);
  color: #fff;
}
.header-contact-inner {
  color: #464545;
  font-size: 12px;
  display: inline-block;
  text-align: left;
  background: #ffffff;
  padding: 8px 10px;
  border-radius: 8px;
  box-shadow: 0 2px 2px #555;
}
.header-contact-inner strong {
  color: rgba(var(--theme-color), 1);
}
.home-wrapper.home3 .carousel-control-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 15px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  opacity: 1;
}
.home-wrapper.home3 .carousel-control-next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  opacity: 1;
}
.bg-1 {
  background: linear-gradient(
    to right,
    rgba(var(--theme-color), 1),
    rgba(var(--theme-color2), 1)
  );
}
.bg-2 {
  background-color: rgba(var(--theme-color), 1);
}
.announcement-bar {
  border-bottom: 1px solid rgba(var(--light-theme-color), 0.5);
}
.announcement-bar .row {
  line-height: 2;
  color: #fff;
  font-weight: 600;
}
.announcement-text {
  margin: 0;
}
.location-btn {
  font-size: 14px;
}
/* .home-wrapper.home3 .carousel-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0 0 0 / 19%);
} */
/* .home-wrapper.home3 .carousel-item p {
  max-width: 700px;
  margin: 0 auto 35px auto;
} */

/* Service page */
.services-two__single {
  position: relative;
  display: block;
  text-align: center;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 29px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 52px 35px 35px;
  margin-bottom: 30px;
  border: 1px solid transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}
.services-two__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 40px;
  margin-top: 15px;
  margin-bottom: 0;
}

.services-two__title a {
  color: #000204;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.services-two__single:hover {
  border: 1px solid #030c16;
  transform: translateY(-10px);
}
.services-two__single:hover .services-two__icon:before {
  transform: scale(1.2);
}
.services-two__single:hover .services-two__icon span {
  transform: scale(0.9);
}

/* Why Choose us video */
.video-area {
  overflow: hidden;
}
.site-title-tagline {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 18px;
  font-weight: 700;
  color: rgba(var(--theme-color), 1);
  position: relative;
}
.site-title {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 50px;
  color: #020a0e;
  margin-bottom: 0;
}
.site-heading p {
  margin-top: 15px;
}
.site-title span {
  color: rgba(var(--theme-color), 1);
}
.video-content {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 20px;
}
.video-content::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 20px;
}
.video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  height: 450px;
  z-index: 1;
}
.video-area .play-btn {
  display: inline-block;
  padding: 0;
  height: 75px;
  width: 75px;
  line-height: 75px;
  font-size: 25px;
  text-align: center;
  background: rgba(var(--theme-color), 1);
  color: #fff;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.play-btn i::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(var(--theme-color), 1);
  border-radius: 50px;
  animation: ripple-wave 1s linear infinite;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}
@keyframes ripple-wave {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

/* About part */
.site-section1 .nav-tabs {
  border-bottom: 2px solid #e5e9ee;
}
.site-section1 ul {
  list-style: none;
  padding: 0;
}
.site-section1 ul li {
  padding: 10px 0 0 0;
  display: flex;
  align-items: center;
}
.site-section1 .nav-tabs .nav-link.active {
  border-color: #dee2e6 #dee2e6 #fff;
  color: rgba(var(--theme-color), 1);
}
.site-section1 .nav-tabs .nav-link {
  margin-bottom: -1px;
  padding: 8px 20px;
  border: 0;
  background: transparent;
  font-size: 18px;
  font-weight: 700;
  color: #606060;
  position: relative;
}
.site-section1 .nav-tabs .nav-link.active::before {
  opacity: 1;
}
.site-section1 .tab-content p {
  margin: 20px 0 10px;
  color: #4e4e4e;
}
.site-section1 .tab-content ul li i {
  color: rgba(var(--theme-color), 1);
  font-size: 24px;
  margin-right: 8px;
}

.site-section1 .nav-tabs .nav-link::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: rgba(var(--theme-color), 1);
  opacity: 0;
}
.about-one {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  overflow: hidden;
  z-index: 1;
}
.about-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  background-image: url(assets/images/backgrounds/about-one-bg-img-1.jpg);
}
.about-one__left {
  position: relative;
  display: block;
  margin-right: 45px;
}
.about-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1;
}
.about-one__img img {
  width: 100%;
  border-radius: 8px;
  transition: all 500ms linear;
  transition-delay: 0.2s;
  object-fit: cover;
  height: 600px;
}
.about-one__our-goal {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 168px;
  background-color: #cf1f1f;
  padding: 48px 30px 45px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 8px;
  z-index: 3;
}
.about-one__img::before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, #cf1f1fb3 0%, #cf1f1f4d 100%);
  transform: skewX(20deg);
  z-index: 2;
}
.about-one__img:hover::before {
  -webkit-animation: shine 1.9s;
  animation: shine 1.9s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.about-one__our-goal-sub-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 28px;
  text-transform: uppercase;
  padding-bottom: 18px;
}
.about-one__our-goal-title {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  line-height: 40px;
}
.about-one__right {
  position: relative;
  display: block;
}
.about-one .section-title {
  margin-bottom: 35px;
  position: relative;
  display: block;
  margin-top: -6px;
  margin-bottom: 35px;
  z-index: 1;
}
.about-one .section-title__tagline {
  margin-left: 56px;
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  color: rgba(var(--theme-color), 1);
  font-weight: 600;
  text-transform: uppercase;
  z-index: 1;
}
.section-title__tagline:before {
  position: absolute;
  top: 6px;
  left: -56px;
  width: 40px;
  height: 2px;
  background-color: rgba(var(--theme-color), 1);
  content: "";
}
.section-title__title {
  margin: 0;
  color: #000;
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
  margin-top: 14px;
}
.about-one__points {
  position: relative;
  display: block;
  margin-top: 46px;
  margin-bottom: 46px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: rgba(var(--theme-color), 1);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 43px 14px;
  border-radius: 4px;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
}
.about-one__points li {
  position: relative;
  display: block;
  background-color: #fff;
  box-shadow: 0px 8px 29px 0px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  z-index: 1;
}
.about-one__points-single {
  position: relative;
  display: flex;
  align-items: center;
  padding: 25px 25px 25px;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  overflow: hidden;
  transition: all 500ms ease;
  z-index: 1;
}
.about-one__points-single::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--theme-color), 1);
  content: "";
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: -1;
}
.about-one__points li:hover .about-one__points-single::before {
  transform: scale(1, 1);
  transform-origin: right center;
}
.about-one__points li:hover .about-one__points-icon span {
  background-color: #fff;
  transform: scale(0.9);
}
.about-one__points li:hover .about-one__points-icon span i {
  color: rgba(var(--theme-color), 1);
}
.about-one__points li:hover .about-one__points-title a,
.about-one__points li:hover .about-one__points-subtitle {
  color: #fff;
}
.about-one__points-icon {
  position: relative;
  display: inline-block;
}
.about-one__points-text {
  position: relative;
  display: block;
  margin-left: 25px;
}
.about-one__points-icon span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: rgba(var(--theme-color), 1);
  border-radius: 50%;
  font-size: 30px;
  color: var(--fixnix-white);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}
.about-one__points-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}
.about-one__points-subtitle {
  font-size: 18px;
  line-height: 25px;
  color: #636363;
  padding-top: 7px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.about-one__points-title a {
  color: #171a1d;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-20px);
  }
}

.Our-brand .item {
  min-height: 100px;
  border: 1px solid #9999;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 15px;
  border-radius: 0.25rem;
  background: #fafafa;
}
.Our-brand .item img {
  height: 80px;
  object-fit: contain;
}
.Our-brand .item:hover img {
  opacity: 1;
}
.categories-section-1 .product-wrapper {
  padding: 15px 25px;
  /* margin: 10px; */
  border-radius: 6px;
  align-items: center;
  border: 1px solid #e2e2e2;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.102);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #f5f5f5;
  position: relative;
  min-height: 186px;
}
.categories-section-1 .product-wrapper h4{
  font-size: calc(14px + 6*(100vw - 320px) / 1600);
}
.categories-section-1.section-b-space .swiper-button-next,
.categories-section-1.section-b-space .swiper-button-prev,
.Our-brand.section-b-space .swiper-button-next,
.Our-brand.section-b-space .swiper-button-prev {
  bottom: 0;
  transform: translateY(45px);
}
.categories-section-1 img {
  transition: all 0.5s;
  padding: 5px;
}
.categories-section-1 .card:hover img {
  transform: scale(1.03);
  transition: all 0.5s;
}
.categories-section-1 .haru-banner__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 37.22%,
    rgba(0, 0, 0, 0.6) 100%
  );
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
.categories-section-1 .haru-banner__image {
  display: flex;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.categories-section-1 .card-body {
  position: absolute;
  width: 100%;
  bottom: 0;
  top: auto;
  left: 0;
  padding: 6% 6%;
  z-index: 2;
  text-align: center;
}
.categories-section-1 .card-title {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}
.categories-section-1 .card-text {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.categories-section-1 .categories-style .food-categories {
  gap: 15px;
  background-color: rgba(var(--theme-color), 0.08);
  border: 1px solid rgba(var(--theme-color), 0.3);
  justify-content: start;
}
.categories-section-1 .categories-style .feature-item__thumb {
  max-width: 65px;
  max-height: 65px;
  border-radius: 50%;
  background-color: rgba(var(--theme-color), 0.08);
}
.categories-section-1 .categories-style .feature-item__thumb .categories-img {
  -o-object-fit: contain;
  object-fit: cover;
  border-radius: 50%;
  height: 65px;
  border: 1px dashed rgba(var(--theme-color), 1);
}
.categories-section-1 {
  padding-top: 45px;
}
.categories-section-1 .category-top {
  background-color: rgba(var(--white), 1);
  border-radius: 0;
  z-index: 0;
  padding: 0;
  -webkit-box-shadow: 0 15px 60px -20px rgb(0 0 0 / 0%);
  box-shadow: 0 15px 60px -20px rgb(0 0 0 / 0%);
  margin-top: 0;
}
.categories-section-1 .category-top:hover .swiper-button-next,
.categories-section-1 .category-top:hover .swiper-button-prev {
  opacity: 1;
}
.vertical-product-box1 .vertical-product-box-img img {
  object-fit: cover;
  height: 300px;
}
.categories-section-1.section-b-space .swiper-button-next,
.categories-section-1.section-b-space .swiper-button-prev,
.trending-product .swiper-button-prev,
.trending-product .swiper-button-next,
.tp-testimonial-area .swiper-button-prev,
.tp-testimonial-area .swiper-button-next,
.related-product .swiper-button-prev,
.related-product .swiper-button-next {
  opacity: 1;
  z-index: 1;
}
.categories-section-1 .categories-style .food-categories h4 {
  font-weight: 500;
  margin-top: 0;
}
.categories-section-1 .all-category-top .col-3 img {
  height: 150px;
  object-fit: cover;
}
.categories-section-1 .all-category-top .col-3 {
  width: calc(20% - 1rem);
}
.vertical-product-box1 .vertical-product-body .vertical-product-title {
  padding-bottom: 0;
  font-size: calc(13px + 5 * (100vw - 320px) / 1600);
  font-weight: 500;
}
/* .vertical-product-box1 .vertical-product-body .location-distance {
  border-top: 1px dashed rgb(211 204 204);
} */
.vertical-product-box1 .btn.icon {
  padding: calc(6px + 2 * (100vw - 320px) / 1600)
    calc(3px + 15 * (100vw - 320px) / 1600);
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
}
.vertical-product-box1 .btn.icon.ri-heart-fill,
.single-btn-cover .btn.icon.ri-heart-fill,
.single-product-content
  .inner
  .product-title
  + .wish_icon
  i.btn.icon.ri-heart-fill {
  /* color: rgba(var(--theme-color2), 1); */
  color: #ea3a03;
}
.vertical-product-box1 button {
  background: rgba(var(--theme-color), 1);
  color: #fff;
}
.vertical-product-box1 {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transition: all 0.3s;
}
.thumbnailSlider23 .vertical-product-box1 {
  margin: 16px 8px;
}
.vertical-product-box1:hover {
  transform: translateY(-10px);
  transition: all 0.3s;
}
.vertical-product-box1 .vertical-product-box-img .offers h4 {
  font-weight: 600;
  color: #fff;
  font-size: 15px;
  padding: 10px;
}
.vertical-product-box1:hover:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(-10px);
  transition: all 0.3s;
}
.vertical-product-box1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 20px);
  box-shadow: 0 7px 30px rgba(0, 0, 0, 0.13);
  border-radius: 12px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.96) translateY(0);
  transition: all 0.3s;
}
.vertical-product-box1 .vertical-product-box-img .offers {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  bottom: inherit;
  width: auto;
  border-radius: 0.5rem 0px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(43.87%, rgb(0 0 0 / 0%)),
    color-stop(94.57%, rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    0deg,
    rgb(0 0 0 / 0%) 43.87%,
    rgba(0, 0, 0, 0) 94.57%
  );
  background-color: rgba(var(--theme-color), 1);
}
.action-card {
  background: #fefefe;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 7px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
}
.action-card:first-child {
  -ms-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.vertical-product-box1:hover .action-card,
.vertical-product-box1:hover .vertical-product-box-img .hover_icons {
  transform: translate(-45%, 0);
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
.vertical-product-box1 .vertical-product-title2 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 5px;
  transition: all 0.3s;
  min-height: 50px;
  width: 100%;
}
.vertical-product-box1 .hover_icons .wish_icon {
  position: inherit;
  width: 40px;
  height: 40px;
}
.vertical-product-box1 .hover_icons .wish_icon .theme-border {
  border: 0 !important;
}
.vertical-product-box1:hover .vertical-product-box-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.vertical-product-box1 .vertical-product-box-img img {
  transition: all 0.3s 0s ease-out;
}
.vertical-product-box1 .product-thumb-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.5, 1.2);
}
.vertical-product-box1 .product-label {
  position: absolute;
  left: 10px;
  top: 10px;
  /* z-index: 2; */
}
.vertical-product-box1 .product-label__item--onsale {
  background-color: rgba(var(--theme-color), 1);
}
.vertical-product-box1 .product-label__item {
  display: block;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 0 6px;
  margin-bottom: 3px;
  line-height: 1.6;
  text-align: center;
}
.vertical-product-box1 .product-label__item--onnew {
  background-color: #38524b;
}
.vertical-product-box1:hover .product-thumb-hover {
  opacity: 1;
  transform: scale(1.05);
}
.vertical-product-box1 .vertical-product-box-img .hover_icons {
  top: inherit;
  width: 100%;
  justify-content: center;
  align-items: center;
  background: none;
  border-radius: 0;
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 20px;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  z-index: 3;
  transition: all 0.3s;
  transform: translate(-50%, 15px);
}

/* .vertical-product-box1 .vertical-product-box-img {
  border-radius: 6px;
  padding: 15px 45px 15px;
  overflow: hidden;
  max-width: 330px;
  margin: auto;
  background: #f0f0f0;
} */
/* Search input filed */
/* .search-wrapper {
  top: 102%;
} */

.search-wrapper {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  top: 100%;
  z-index: 9;
  opacity: 0;
  /* -ms-border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
  -ms-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.search-wrapper.open {
  max-height: 70px;
  opacity: 1;
}
.search-wrapper .search-form {
  /* -ms-border: none !important;
  -webkit-border: none !important;
  border: none !important;
  -ms-outline: none !important;
  -webkit-outline: none !important;
  outline: none !important; */
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 18px;
  border-radius: 8px;
}
.search-wrapper .search-form .search-submit {
  padding: 17px 0 20px;
  border: none;
  outline: none;
  -ms-flex: 0 0 40px;
  -webkit-flex: 0 0 40px;
  -webkit-box-flex: 0;
  flex: 0 0 40px;
}
.search-wrapper .search-form .search-input {
  -webkit-box-flex: 0;
  flex: 0 0 90%;
  -ms-flex: 0 0 calc(100% - 90px);
  -webkit-flex: 0 0 calc(100% - 90px);
  flex: 0 0 calc(100% - 90px);
  -ms-border: none !important;
  -webkit-border: none !important;
  border: none !important;
  -ms-outline: none !important;
  -webkit-outline: none !important;
  outline: none !important;
}
.search-wrapper .search-form .search-input input {
  width: 100%;
  padding: 20px 0;
  border: none;
  outline: none;
  font-size: 14px;
}
.search-wrapper .search-form .search-close {
  padding: 20px 0;
  cursor: pointer;
  -ms-outline: none !important;
  -webkit-outline: none !important;
  outline: none !important;
  -ms-display: flex;
  -webkit-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex: 0 0 50px;
  -webkit-flex: 0 0 50px;
  -webkit-box-flex: 0;
  flex: 0 0 50px;
}
.search-wrapper .icon {
  width: 22px;
  height: 22px;
}
.single_product .product-detail .left-icon img {
  border-radius: 0;
}
/************************************ this line should be hide when convert in dynamic ***************************/
.single_product .product-detail #img-holder {
  /* background-image: url("../images/product/pro1.png"); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 44%;
  margin-bottom: 10px;
}
/* ============================================================================================================ */
.single-product-content .inner .product-title {
  margin-bottom: 12px;
  color: #000;
}
.single-product-content .inner .product-title + .wish_icon i.btn {
  font-size: 22px;
  padding: 2px 8px;
}
.single-product-content {
  position: sticky;
  top: 20px;
}
.single_product .process-section {
  padding: calc(40px + 15 * (100vw - 320px) / 1600)
    calc(25px + 20 * (100vw - 320px) / 1600);
}
.big-img {
  position: relative;
  width: 445px;
  height: 445px;
  border: 1px solid #ddd;
  cursor: zoom-in;
  overflow: hidden;
}
.zoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
.single_product {
  padding-top: calc(50px + 50 * (100vw - 320px) / 1600);
}
.single-product-content .inner .product-rating {
  line-height: 1;
  padding-bottom: 10px;
  gap: 5px;
}
.single-product-content hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 1rem 0;
}
.single-product-content .product-price {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: rgba(var(--theme-color), 1);
}
.single-product-content .on_sale {
  display: inline-block;
  color: #388e3c;
  font-weight: 600;
  font-size: 12px;
  background-color: #e3f3db;
  padding: 6px 12px;
  border-radius: 6px;
}
.single-product-content .product-price.compare-price {
  font-weight: 400;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  margin-right: 5px;
}
.product-meta li {
  list-style: none;
  margin-top: 8px;
  display: block;
}
.product_share {
  font-size: 15px;
}
.single-product-content .label {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.69;
  letter-spacing: 0.5px;
  color: #000000;
}
.product-variant input[type="radio"] {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}
.product-variant-color label:hover,
.product-variant-color input:checked + label {
  outline: 1.5px solid #000;
}
.product-variant-color label {
  outline: 1.5px solid transparent;
  outline-offset: 2px;
  height: 15px;
  width: 15px;
  margin: 5px;
  position: relative;
  border-radius: 100%;
}
.product-variant-other label:hover,
.product-variant-other input:checked + label {
  color: #fff;
  background-color: rgba(var(--dark-text), 1);
}

.product-variant-other label {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 5px;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  text-transform: capitalize;
  /* width: 32px; */
  border: 2px solid #ddd;
  /* height: 32px; */
  font-size: 14px;
}
/* .list-position .color-item:hover,
.list-position .color-item.active {
  box-shadow: 0px 3px 5px 0px #00000040;
}
.list-position .color-item:hover .tag-action {
  opacity: 1;
}
.list-position .color-item {
  border: 1px solid #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
} */
.add-info textarea {
  max-width: 428px;
  border-radius: 10px;
  border: 0.5px solid #00000099;
}
.single-product-content .product-catg li,
.single-product-content .product-catg a {
  color: rgb(9 9 9) !important;
}
.upload-file .codedropz-upload-handler {
  border: 0.5px solid #00000099;
  margin: 10px 0;
  position: relative;
  border-radius: 12px;
  max-width: 430px;
}
.upload-file + input[type="file"] {
  display: none;
}
.codedropz-upload-container {
  padding: 5px 20px;
  border-radius: 10px;
}
/* .codedropz-upload-inner {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-align: center;
  text-overflow: ellipsis;
  font-weight: inherit;
} */
.codedropz-upload-inner .codedropz-label {
  margin: 5px 0;
  line-height: 36px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  flex-wrap: wrap;
}
.codedropz-upload-handler
  .codedropz-upload-inner
  .codedropz-label
  span.cd-icon {
  font-size: 16px;
  display: flex;
  gap: 0;
  line-height: 24px;
  align-items: flex-start;
  flex-direction: column;
  color: #000;
}
.codedropz-upload-handler .codedropz-upload-inner .codedropz-label .text {
  color: #999;
  font-size: 14px;
}
.codedropz-upload-handler .codedropz-upload-inner .codedropz-label i {
  font-size: 22px;
}
.codedropz-upload-handler .codedropz-upload-inner a.cd-upload-btn {
  color: #090909;
}
/* .list-position .color-item .tag-action {
  position: absolute;
  right: unset;
  top: -32px;
  width: 100px;
  padding: 2px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: antiquewhite;
  font-weight: 500;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  background-color: rgb(239 235 243) !important;
  z-index: 1;
  color: rgb(77 10 158) !important;
  transition: all 0.5s ease;
}
.list-position .color-item .tag-action:before {
  content: "";
  position: absolute;
  top: unset;
  right: unset;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: -4px;
  height: 14px;
  width: 14px;
  z-index: -1;
  background-color: rgb(239 235 243);
} */
/* .variant-label {
  margin-left: 8px;
  cursor: pointer;
} */
.swatch-cyan {
  background-color: #abe6ff;
}
.swatch-black {
  background-color: #000;
}
.swatch-orange {
  background-color: #fd7e14;
}
.swatch-teal {
  background-color: #20c997;
}
.single-product-content .inner .product-rating .rating-number {
  font-size: 14px;
  line-height: normal;
  color: #777;
  transition: 0.3s;
}
.single-product-content .product-review-flex {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #f6f7fb;
  padding-bottom: 10px;
  flex-wrap: wrap;
  gap: 10px 0;
  flex-direction: column;
}
.single-product-content .social_icons li a {
  font-size: 18px;
  color: #687188;
  height: 36px;
  width: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
.single-product-content .social_icons li a:hover i {
  color: rgba(var(--theme-color), 1);
}
.single-product-content .product-meta li,
.single-product-content .product-meta a {
  font-size: 15px;
  color: rgba(var(--dark-text), 1);
}
.single-product-content p {
  font-size: 16px;
  line-height: 24px;
  color: #777;
  transition: 0.3s;
  margin: 12px 0;
}
.quantity .qtybtn {
  color: rgba(var(--theme-color), 1);
  background: rgba(var(--theme-color), 0.08);
  transition: 0.3s;
  display: block;
  border-radius: 50px;
  cursor: pointer;
  border: 0;
  padding: 0;
  width: 34px;
  height: 34px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  margin: 4px;
}
.quantity .qtybtn,
.quantity input {
  height: 28px;
  text-align: center;
}
.quantity input {
  font-size: 18px;
  font-weight: 500;
  width: 35px;
  height: 30px;
  border: 1px solid #ddd;
  background-color: transparent;
  text-align: center;
  padding: 0;
  margin: 3px;
  color: #27272e;
}
.product_sort_info ul {
  margin: 0;
  padding: 0;
}
.product_sort_info li {
  font-size: 14px;
  color: #292b2c;
  list-style: none;
  padding: 0;
  position: relative;
  margin: 0;
  display: block;
}
.product_sort_info li i {
  color: rgba(var(--theme-color), 1);
  padding-right: 5px;
  font-size: 18px;
}
.single-product-content .theme-btn {
  padding: 12px 25px;
  font-weight: 500;
  border-radius: 0;
}
.single-btn-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
.single-btn-cover .add_wishlist i {
  font-size: 20px;
  color: #000;
}
.tab-pd-details .tab_prod {
  border-bottom: none;
  padding: 25px 0;
  display: flex;
  justify-content: center;
}
.tab-pd-details .tab_prod li .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #969696;
  transition: 0.3s;
  margin-right: 35px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  position: relative;
  border: 0;
}
.tab-pd-details .tab_prod li .nav-link.active {
  color: #000;
}
.tab-pd-details .tab_prod li .nav-link.active:after {
  transform: scale(1);
}
.tab-pd-details .tab_prod li .nav-link:after {
  border-bottom: 2px solid rgba(var(--theme-color), 1);
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  transform: scale(0);
  transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  width: 100%;
}
.tab-pd-details .tab-content h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #010a14;
  margin-bottom: 1em;
}
table.noborder th {
  font-weight: 500;
  width: 30%;
}
table.noborder td {
  color: #8d92a9;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 0 0 1em;
}
table.noborder td,
table.noborder th {
  border: none !important;
  padding: 3px 0;
}
.review-wrapper .wrapper .wrapper-aurthor .wrapper-info h5 {
  font-size: 20px;
  font-weight: 500;
}
.review-wrapper p {
  font-size: 15px;
  color: #797979;
  font-weight: 400;
  margin-bottom: 0;
}
.breadcrumb_section.page-title-mini {
  padding: calc(1px + 50 * (100vw - 320px) / 1600) 0
    calc(-12px + 20 * (100vw - 320px) / 1600);
}
.breadcrumb {
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.page-title-mini .breadcrumb li {
  font-size: 14px;
}
.page-title-mini .breadcrumb li a {
  color: #000;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "\f054";
  vertical-align: middle;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5em;
}
.cart-sidebar {
  position: fixed;
  top: 0;
  right: -490px;
  width: 400px;
  height: 100%;
  background-color: white;
  box-shadow: -5px 0px 15px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease-in-out;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.cart-sidebar.active {
  right: 0;
}
.cart-overlay.active {
  opacity: 1;
  visibility: visible;
}
body.sidebar-open {
  overflow: hidden;
}
.cart-body ul {
  max-height: calc(100vh - 242px);
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Black background with 50% opacity */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  z-index: 1000; /* Lower than the sidebar */
  height: 100%;
}
.cart-sidebar .cart-header {
  background-color: rgba(var(--theme-color), 0.08);
  display: flex;
  align-items: center;
  color: rgba(var(--theme-color), 1);
  justify-content: space-between;
  padding: 1rem;
}
.shopping-cart-img img {
  width: 70px;
  height: auto;
}
.cart-title {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.cart-body {
  display: flex;
  flex: 1 1 auto;
  align-items: stretch;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 10px 20px;
}
.cart-body .list-unstyled li:last-child {
  border: 0;
  padding-top: 5px;
}
.cart-body .quantity input {
  border: 0;
  width: 16px;
  height: 30px;
  font-size: 16px;
}
.cart-body .quantity .qtybtn {
  height: 20px;
  text-align: center;
  width: 20px;
  line-height: 20px;
  font-size: 18px;
}
.cart-body .list-unstyled li {
  list-style: none;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6ebf0;
  display: block;
}
.shopping-cart-delete i {
  font-size: 18 px;
  padding: 2px;
  color: rgba(var(--dark-text), 1);
}
.shopping-cart-total {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding-top: 25px;
  border-top: 1px solid #e6ebf0;
}
.shopping-cart-button a:first-of-type {
  background-color: transparent;
  color: rgba(var(--theme-color), 1);
  border: 1px solid rgba(var(--theme-color), 1);
}
.shopping-cart-button .btn {
  max-width: 175px;
  line-height: 24px;
  font-size: 14px;
  height: 42px;
}
.cart-body .list-unstyled li .shopping-cart-title h4:first-of-type {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
.cart-body .list-unstyled li .shopping-cart-title h4:first-of-type a {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.cart-body .list-unstyled li h4 {
  font-weight: 700;
  color: rgba(var(--theme-color), 1);
  font-size: 15px;
}
.horizontal-product-box .h-110 {
  object-fit: cover;
  height: 110px;
}
.horizontal-product-box select {
  background: #ecf1f7;
  padding: 4px 20px 4px 4px;
  border-radius: 4px;
  border: 1px solid #2962a8;
  color: #225da5;
  font-weight: 500;
  margin-top: 15px;
  font-size: 12px;
}
.browse-design-modal .modal-header,
.embroidery-tips-modal .modal-header {
  background-color: rgba(var(--theme-color), 0.08);
  color: rgba(var(--theme-color), 1);
  padding: 10px 15px;
  border: 0;
}
.browse-design-modal .modal-header h1,
.embroidery-tips-modal .modal-header h1 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  text-transform: capitalize;
}
.browse-design-modal .col {
  max-width: 150px;
  min-width: 150px;
}
.browse-design-modal .col img {
  box-shadow: 0px 1px 8px 0px #0000004d;
  border-radius: 15px;
  transition: border 0.3s;
}
.browse-img.active {
  border: 5px solid transparent;
}
