@import url("../component.css");
@font-face {
  font-family: "kumbh_sansregular";
  src: url("../../font/kumbhsans-variablefont_yopqwght-webfont.woff2") format("woff2"), url("../../font/kumbhsans-variablefont_yopqwght-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0;
  padding: 0;
  font-family: "kumbh_sansregular";
  font-weight: 400;
  font-size: 16px;
}
body ul {
  margin: 0;
  padding: 0;
}
body li {
  list-style: none;
}
body a {
  text-decoration: none;
}
body p {
  color: #4d4e4f;
  margin: 0;
  padding: 0;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  position: relative;
  margin: 0;
  padding: 0;
}
body .bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
body .p-v-80 {
  padding: 80px 0;
}
body .p-b-80 {
  padding-bottom: 80px;
}
body .relative {
  position: relative;
}
body .p-v-50 {
  padding: 50px 0;
}
body .p-t-65 {
  padding-top: 65px;
}
body .p-t-60 {
  padding-top: 65px;
}
body .tf-btn {
  background-color: #fff;
  border: none;
  color: #181818;
  transition: all 0.3s ease;
  padding: 15px 32px;
  border-radius: 99px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
}
body .tf-btn:hover {
  color: #fff;
}
body .tf-btn::after {
  content: "";
  position: absolute;
  bottom: -50%;
  width: 102%;
  height: 100%;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 1;
  background-color: #e43131;
}
body .tf-btn:hover::after {
  transform-origin: bottom center;
  transform: skewY(9.3deg) scaleY(2);
  color: #fff;
}
body .tf-btn i {
  font-size: 22px;
  position: relative;
  z-index: 2;
  rotate: -30deg;
}
body .tf-btn .text {
  position: relative;
  z-index: 2;
}
body .btn-fill {
  background-color: #181818;
  color: #fff;
  border: 1px solid #181818;
}
body .btn-fill::after {
  background-color: #fff;
}
body .btn-fill:hover {
  color: #181818;
}
body .btn-line {
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 4px;
  font-weight: 600;
  color: var(--main);
  position: relative;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: linear-gradient(to right, #e43131 50%, #181818 50%);
  background-size: 200% 100%;
  background-position: right;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background-position 0.3s linear;
}
body .btn-line:hover {
  background-position: left;
}
body .btn-line::before {
  position: absolute;
  content: "";
  left: 0;
  width: 0;
  bottom: 0;
  height: 2px;
  background-color: #e43131;
  transition: width 0.3s linear;
  z-index: 1;
}
body .btn-line::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  background-color: #181818;
  transition: all 0.3s ease;
}
body .btn-line:hover::before {
  width: 100%;
}
body .heading h1 {
  font-size: 40px;
  color: #181818;
  font-weight: 500;
}
body .heading h2 {
  font-size: 40px;
  color: #181818;
  font-weight: 500;
}
body .heading .subheading {
  margin-top: 12px;
}
body h6 {
  font-size: 20px;
}
body .text-btn-uppercase {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
}
body h5 {
  font-size: 24px;
  color: #181818;
  font-weight: 500;
}

header .current_page_item a {
  color: #e43131 !important;
}
header .top-header {
  background-color: #181818;
  padding: 12px 0px;
}
header .top-header .topbar-left {
  display: flex;
  align-items: center;
  gap: 20px;
}
header .top-header .topbar-left a {
  font-size: 14px;
  color: #fff;
}
header .top-header .filter-option {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
}
header .bottom-header {
  padding: 12px 0;
  position: relative;
  z-index: 999;
}
header .bottom-header .stellarnav > ul > li > a {
  padding: 20px 13px;
  font-size: 16px;
  font-weight: 600;
  color: #181818;
  transition: all 0.5;
}
header .bottom-header .stellarnav > ul > li > a:hover {
  color: #e43131;
}
header .bottom-header .logo a {
  display: inline-flex;
  max-width: 32%;
}
header .bottom-header .nav-icon {
  gap: 16px;
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
}
header .bottom-header .nav-icon i {
  font-size: 24px;
  color: #181818;
  transition: all 0.5s;
}
header .bottom-header .nav-icon i:hover {
  color: #e43131;
}
header .bottom-header .mobile-fix-option {
  display: none;
}
header .bottom-header .cart-icon {
  position: relative;
}
header .bottom-header .cart-icon .cart-count {
  position: absolute;
  top: -8px;
  right: -9px;
  background-color: #e43131;
  text-align: center;
  padding: 0 5px;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  border-radius: 50%;
}

.banner .swiper-slide {
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  z-index: 1;
}
.banner .swiper-slide::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.51);
  z-index: -1;
}
.banner h6 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.banner h2 {
  font-size: 80px;
  font-weight: 500;
}
.banner p {
  color: #fff;
  margin: 15px 0 25px;
}
.banner .text2 h2 {
  margin-bottom: 18px;
}
.banner .banner-text {
  position: relative;
}
.banner .swiper-pagination-bullet {
  background-color: #fff !important;
  opacity: 1;
}
.banner .swiper-pagination-bullet::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 8px;
  height: 8px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #fff !important;
  opacity: 1;
  background-color: #fff !important;
}
.banner .swiper-pagination-bullet {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: transparent !important;
  border: 1px solid transparent !important;
}
.banner .swiper-pagination-bullet-active {
  border: 1px solid #fff !important;
}
.banner .swiper-horizontal > .swiper-pagination-bullets, .banner .swiper-pagination-bullets.swiper-pagination-horizontal, .banner .swiper-pagination-custom, .banner .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 36px);
}

.categories .categories-slider {
  margin-top: 44px;
}
.categories .swiper-pagination {
  display: none;
}
.categories img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.categories .img-style {
  overflow: hidden;
}
.categories .img-style img {
  transition: all 0.5s;
  transform: scale(1);
}
.categories .hover-img:hover .img-style img {
  transform: scale(1.06);
}
.categories .text h6 {
  color: #181818;
  margin-bottom: 6px;
}
.categories .swiper-button-next:after, .categories .swiper-button-prev:after {
  font-size: 20px;
  color: #181818;
}
.categories .swiper-button-next:hover:after, .categories .swiper-button-prev:hover:after {
  color: #fff;
}
.categories .swiper-button-next, .categories .swiper-button-prev {
  background-color: #fff;
  border: 1px solid #181818;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  top: var(--swiper-navigation-top-offset, 58%);
}
.categories .swiper-button-next:hover, .categories .swiper-button-prev:hover {
  background-color: #181818;
}
.categories .swiper-button-next.swiper-button-disabled, .categories .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.categories .swiper-button-disabled {
  background-color: rgba(0, 0, 0, 0.2);
  color: #181818;
  border-color: transparent;
}

.home-tab {
  padding-top: 80px;
  padding-bottom: 90px;
}
.home-tab .tab-product {
  gap: 40px;
  margin-bottom: 40px;
}
.home-tab .tab-product a {
  font-size: 30px;
  color: #4d4e4f;
  background-color: transparent !important;
  border-radius: 0;
  font-weight: 500;
  white-space: nowrap;
  padding: 0 0 4px;
  width: 100%;
  cursor: pointer;
}
.home-tab .tab-product a:hover {
  border-bottom: 2px solid #181818;
}
.home-tab .tab-product .active {
  color: #181818;
  border-bottom: 2px solid #181818;
}
.home-tab .card-product img {
  width: 100%;
  border-radius: 10px;
}
.home-tab .card-product-wrapper {
  position: relative;
}
.home-tab .list-product-btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  top: 15px;
  right: 12px;
  gap: 8px;
}
.home-tab .list-product-btn i {
  font-size: 24px;
}
.home-tab .list-product-btn .box-icon {
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #181818;
  position: relative;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-tab .list-product-btn .box-icon:hover {
  background-color: #181818;
  color: #fff;
}
.home-tab .card-product .box-icon {
  transform: translate(20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.home-tab .card-product:hover .box-icon {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate(0) !important;
}
.home-tab .btn-main-product {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  border: 1px solid transparent;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #fff;
  color: #181818;
  border-radius: 44px;
  transition: all 0.4s ease;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}
.home-tab .btn-main-product:hover {
  background-color: #181818;
  color: #fff;
}
.home-tab .list-btn-main {
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}
.home-tab .card-product:hover .list-btn-main {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate(0) !important;
}
.home-tab .list-btn-main {
  position: absolute;
  bottom: 12px;
  left: 14px;
  right: 14px;
  z-index: 5;
  transition: 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  gap: 4px;
}
.home-tab .card-product-info {
  padding-top: 10px;
  gap: 4px;
  display: grid;
  color: #181818;
  font-weight: 500;
}
.home-tab .card-product:hover .title {
  color: #e43131;
}
.home-tab .list-color-product {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.home-tab .list-color-product .list-color-item {
  width: 24px;
  height: 24px;
  border: 1px solid transparent;
  background-color: transparent;
  transition: all 0.4s ease;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.home-tab .list-color-product .list-color-item .swatch-value {
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.home-tab .list-color-product .list-color-item.active {
  border-color: #181818;
}
.home-tab .list-color-product .active .swatch-value {
  border-color: #fff;
}
.home-tab .list-color-product .bg-light-blue-2 {
  background-color: #ebeaef !important;
}
.home-tab .list-color-product .bg-light-blue {
  background-color: #d3d9ef !important;
}
.home-tab .on-sale-wrap {
  position: absolute;
  top: 12px;
  right: 12px;
  left: 12px;
  display: flex;
}
.home-tab .on-sale-wrap .on-sale-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  word-break: break-word;
  padding: 0 6px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
  position: relative;
  background-color: #f03e3e;
  color: #fff;
  border-radius: 144px;
}
.home-tab .card-product {
  margin-bottom: 36px;
}

.home-product .collection-default .content {
  margin-top: 33px;
}
.home-product .collection-default .content a {
  color: #181818;
}
.home-product .collection-default .content a:hover {
  color: #e43131;
}
.home-product .collection-default img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.countdown-banner {
  background-color: #f7f7f7;
  position: relative;
}
.countdown-banner .banner-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 60%;
  transform: translateX(-50%);
  right: 0;
}
.countdown-banner .banner-img img {
  height: 100%;
}
.countdown-banner .js-countdown {
  font-size: 56px;
  font-weight: 500;
  display: flex;
  gap: 8px;
  justify-content: end;
}
.countdown-banner .js-countdown span {
  color: #181818;
  padding: 10px;
  border-radius: 8px;
  display: inline-block;
  min-width: 60px;
  text-align: center;
  margin-bottom: -3px;
}
.countdown-banner .js-countdown small {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #4d4e4f;
}

.testimonial .heading {
  margin-bottom: 40px;
}
.testimonial .testimonial-item {
  display: flex;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.testimonial .img-style {
  max-width: 234px;
  width: 100%;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}
.testimonial .img-style img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.testimonial .hover-img:hover .img-style img {
  transform: scale(1.06);
}
.testimonial .list-star-default {
  display: flex;
  gap: 2px;
}
.testimonial .list-star-default i {
  font-size: 14px;
  color: #f0a750;
}
.testimonial .content {
  padding: 26px;
}
.testimonial .content-top {
  display: grid;
  gap: 8px;
  padding-bottom: 20px;
}
.testimonial .avatar img {
  width: 100%;
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.testimonial .avt-60 {
  width: 60px;
  min-width: 60px;
  height: 60px;
}
.testimonial .box-avt {
  display: none;
  gap: 16px;
  align-items: center;
  font-weight: 600;
}
.testimonial .box-avt p {
  color: #181818;
  font-weight: 500;
}
.testimonial h6 {
  font-size: 16px;
}
.testimonial h6 i {
  color: #3fac27;
}
.testimonial .testimonial-slider {
  padding-bottom: 67px;
}
.testimonial .swiper-pagination-bullet-active {
  background: #181818 !important;
  position: relative;
}
.testimonial .swiper-pagination-bullet-active::after {
  position: absolute;
  content: "";
  top: -6px;
  bottom: 0;
  left: -6px;
  right: 0;
  border: 1px solid #181818;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.testimonial .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #181818;
  opacity: 1;
}
.testimonial .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .testimonial .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 11px);
}

.blog .heading {
  margin-bottom: 40px;
}
.blog .image {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 32px;
}
.blog img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1s;
  transform: scale(1);
}
.blog .hover-image:hover .image img {
  transform: scale(1.1);
}
.blog .content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.blog .content p {
  color: #a0a0a0 !important;
}
.blog .content a {
  display: inline;
  background-repeat: no-repeat;
  background-position-y: 0px;
  background-image: linear-gradient(transparent calc(100% - 1px), #181818 1px);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 100%;
  backface-visibility: hidden;
  color: #181818;
}
.blog .content a:hover {
  color: #e43131;
}
.blog .content .title {
  margin-bottom: 8px;
}

.wg-blog:hover .title a {
  background-size: 100% 100%;
  transition-delay: 0.2s;
  font-weight: 600;
}

.gallery .heading {
  margin-bottom: 40px;
}
.gallery .img-style {
  overflow: hidden;
}
.gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transform: scale(1);
  border-radius: 12px;
}
.gallery .hover-img:hover .img-style img {
  transform: scale(1.06);
}

.flat-spacing .tf-icon-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.flat-spacing i {
  font-size: 40px;
}
.flat-spacing .content {
  display: grid;
  gap: 8px;
}

footer {
  border-top: 1px solid #e9e9e9;
}
footer .footer-body {
  padding: 80px 0;
}
footer p {
  color: #4d4e4f;
}
footer a {
  color: #4d4e4f;
}
footer .footer-heading {
  margin-bottom: 12px;
  font-weight: 600;
}
footer .footer-logo a {
  display: inline-flex;
  max-width: 32%;
}
footer .footer-address {
  margin-top: 16px;
}
footer .footer-address p {
  margin-bottom: 10px;
}
footer .footer-address .tf-btn-default {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  line-height: 20px;
  color: #181818;
  font-weight: 600;
}
footer .footer-address .tf-btn-default i {
  rotate: -33deg;
  font-size: 20px;
  transition: all 0.5s;
}
footer .footer-address .tf-btn-default:hover {
  color: #e43131;
}
footer .footer-address .tf-btn-default:hover i {
  rotate: 0deg;
}
footer .footer-info {
  margin-top: 19px;
}
footer .footer-info li {
  display: flex;
}
footer .footer-info li i {
  margin-right: 15px;
}
footer .footer-info li a {
  margin-bottom: 6px;
  display: inline-block;
}
footer .footer-info li a:hover {
  color: #e43131;
}
footer .tf-social-icon {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}
footer .tf-social-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  font-size: 20px;
  color: #181818;
  border: 1px solid #181818;
  border-radius: 50%;
}
footer .tf-social-icon a:hover {
  background-color: #181818;
  color: #fff;
}
footer .footer-menu-list a {
  font-size: 14px;
  margin-bottom: 6px;
  display: inline-block;
}
footer .footer-menu-list a:hover {
  color: #e43131;
}
footer .footer-menu-list .current-menu-item a {
  color: #e43131 !important;
}
footer .footer-newsletter p {
  font-size: 13px;
}
footer .footer-newsletter .form-control {
  font-size: 14px !important;
  height: 56px !important;
  border-radius: 50px;
  border: 2px solid #e9e9e9;
  padding-right: 56px;
}
footer .footer-newsletter .form-control:focus {
  border-width: 2px;
}
footer .footer-newsletter form {
  position: relative;
  margin-top: 15px;
}
footer .footer-newsletter form button {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #181818;
  background-color: #181818;
  transition: all 0.5s;
}
footer .footer-newsletter form button:hover {
  background-color: transparent;
}
footer .footer-newsletter form button:hover i {
  color: #181818;
}
footer .footer-newsletter form i {
  color: #fff;
  rotate: -34deg;
}
footer .footer-newsletter .link {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #181818;
  font-weight: 600;
}
footer .footer-newsletter .form-check {
  margin-top: 15px;
}
footer .footer-newsletter .form-check .form-check-label {
  font-size: 14px;
  line-height: 1.7;
}
footer .footer-newsletter .form-check .form-check-input {
  margin-top: 4px;
  border-radius: 0;
  border: 1px solid #bdb7b7;
}
footer .footer-newsletter .form-check .form-check-input:checked {
  background-color: #181818;
  border: 1px solid #181818;
}
footer .footer-newsletter .form-check .form-check-input:focus {
  box-shadow: none;
}
footer .footer-bottom {
  padding: 14px 0;
  border-top: 1px solid #e9e9e9;
}
footer .footer-bottom p {
  font-size: 14px;
}
footer .footer-bottom .tf-payment {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-self: end;
}
footer .footer-bottom .tf-payment ul {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
footer .footer-bottom .tf-payment img {
  width: 38px;
  height: 24px;
}
footer .link:hover {
  color: #e43131;
}

.inner-banner {
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.inner-banner h1 {
  font-size: 40px;
  margin-bottom: 12px;
}
.inner-banner li {
  font-size: 14px;
  color: #a0a0a0;
}
.inner-banner a {
  color: #181818;
}
.inner-banner .breadcrumbs {
  gap: 4px;
}
.inner-banner i {
  font-size: 12px;
  color: #a0a0a0;
}

.contact-page iframe {
  width: 100%;
  height: 500px;
}
.contact-page .contact-form {
  background-color: #f7f7f7;
  border-radius: 20px;
}
.contact-page .right {
  padding: 40px;
}
.contact-page .mb_20 {
  margin-bottom: 20px;
}
.contact-page h4 {
  font-size: 30px;
  margin-bottom: 30px;
}
.contact-page .mb_8 {
  margin-bottom: 8px;
}
.contact-page .text-title {
  color: #181818;
  font-weight: 500;
}
.contact-page p {
  color: #4d4e4f;
}
.contact-page .text-secondary {
  color: #4d4e4f !important;
}

.form-page .heading {
  margin-bottom: 40px;
}
.form-page .btn-fill:hover {
  color: #181818;
}

.form-control {
  line-height: 41px;
}
.form-control:focus {
  color: #181818;
  background-color: #fff;
  border-color: #181818;
  outline: 0;
  box-shadow: none;
}

textarea {
  height: 160px !important;
  resize: none;
  width: 100%;
}

.faq .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M8 1a.5.5 0 0 1 .5.5v6h6a.5.5 0 0 1 0 1h-6v6a.5.5 0 0 1-1 0v-6h-6a.5.5 0 0 1 0-1h6v-6A.5.5 0 0 1 8 1z'/%3e%3c/svg%3e");
}
.faq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23181818'%3e%3cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8z'/%3e%3c/svg%3e");
}
.faq .accordion-button:not(.collapsed) {
  color: #181818;
  background-color: transparent;
  box-shadow: none;
}
.faq .accordion-button {
  padding: 20px 0;
}
.faq .accordion-item {
 border-bottom: 1px solid #8e8e8e !important
}
.faq .accordion-button {
  font-size: 20px;
  color: #181818;
  font-weight: 500;
}
.faq .accordion-item {
  border: 0;
}
.faq .accordion-button:focus {
  border-color: none;
  box-shadow: none;
}
.faq .accordion-body {
  color: #4d4e4f;
  padding: 0 0 20px;
}
.faq .accordion-item:last-child {
  border-bottom: 0 !important;
}

.about-page {
  padding-top: 80px;
}
.about-page img {
  border-radius: 15px;
}
.about-page .heading {
  margin-bottom: 20px;
}
.about-page .nav-tabs {
  margin-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
}
.about-page .nav-tabs a {
  color: #181818;
  font-weight: 600;
  font-size: 16px;
}
.about-page .nav-tabs .nav-link.active {
  color: #181818;
  background-color: transparent;
  border-color: transparent !important;
}
.about-page .nav-tabs .nav-item {
  position: relative;
}
.about-page .nav-tabs .nav-item .nav-link {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin-right: 20px;
}
.about-page .nav-tabs .nav-item .nav-link::after {
  position: absolute;
  content: "";
  background-color: #e43131;
  transition: all 0.3s ease;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
}
.about-page .nav-tabs .nav-item .nav-link.active::after {
  width: 100%;
}
.about-page .nav-tabs .nav-item .nav-link:hover {
  border-color: transparent;
}
.about-page .about-page-text {
  margin-left: 34px;
}

.partner-sec {
  padding: 40px 0;
  background-color: #f7f7f7;
}
.partner-sec a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-page-box {
  height: 100%;
  padding: 25px 47px;
  display: grid;
}
.search-page-box h4 {
  margin-bottom: 27px;
}
.search-page-box .form-control {
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  background-color: transparent;
  color: #181818;
  padding: 0 54px 0 15px;
}
.search-page-box .search-box {
  position: relative;
}
.search-page-box .search-box span {
  position: absolute;
  top: 6px;
  right: 10px;
  font-size: 24px;
}
.search-page-box .btn-close {
  opacity: 1;
  background-color: #f7f7f7;
  border-radius: 50%;
}
.search-page-box .offcanvas-header {
  justify-content: end;
}
.search-page-box .offcanvas-body {
  overflow-y: visible;
}

.order-faq .accordion-item {
  border: 1px solid #e3e3e3 !important;
  padding: 1rem 2rem;
  border-radius: 15px;
  margin-bottom: 23px;
}
.order-faq .accordion-item:last-child {
  border: 1px solid #e3e3e3 !important;
}
.order-faq .accordion-item .accordion-button {
  padding: 0;
}
.order-faq .accordion-item .accordion-collapse {
  margin-top: 15px;
}
.order-faq h5 {
  margin-bottom: 50px;
  font-size: 28px;
  font-weight: 600;
}
.order-faq body .p-t-60 {
  padding-top: 58px;
}

.career-page .heading {
  margin-bottom: 40px;
}

.search-products-section h3 {
  font-size: 40px;
  color: #181818;
  font-weight: 500;
}
.search-products-section .search-item {
  padding: 0 !important;
  border: 0 !important;
}
.search-products-section .search-item img {
  width: 100%;
  border-radius: 10px;
}
.search-products-section h4 {
  margin-bottom: 12px;
  line-height: 1;
  font-size: 16px;
  transition: all 0.2s;
}
.search-products-section h4 a {
  color: #181818;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.search-products-section h4 a:hover {
  color: #e43131;
}
.search-products-section .search-excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.search-products-section .search-read-more {
  padding: 14px 15px !important;
  border-radius: 999px !important;
  background-color: #181818 !important;
  color: #fff !important;
  letter-spacing: 0.1em;
  border: 0 !important;
}
.search-products-section .search-read-more:hover {
  background-color: #e43131 !important;
}

.search-content-section {
  padding: 50px 0;
}
.search-content-section h3 {
  font-size: 40px;
  color: #181818;
  font-weight: 500;
}
.search-content-section .search-item {
  height: auto !important;
}
.search-content-section h4 a {
  margin-bottom: 12px;
  font-size: 27px;
  transition: all 0.2s;
  color: #181818;
  font-weight: 600;
}
.search-content-section h4 a:hover {
  color: #e43131;
}
.search-content-section .search-read-more {
  padding: 8px 19px !important;
  border-radius: 999px !important;
  background-color: #181818 !important;
  color: #fff !important;
  letter-spacing: 0.1em;
  border: 0 !important;
}
.search-content-section .search-read-more:hover {
  background-color: #e43131 !important;
}

.search-section img {
  width: 100%;
  border-radius: 10px;
}
.search-section h6 {
  margin-bottom: 12px;
  line-height: 1;
  font-size: 16px;
  transition: all 0.2s;
  color: #181818;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.search-section h6:hover {
  color: #e43131;
}

.search-results-container {
  height: 400px;
  overflow-x: hidden;
  overflow-y: scroll !important;
}

.Shipping h2 {
  font-size: 40px;
  color: #181818;
  font-weight: 500;
  margin-bottom: 18px;
}
.Shipping p {
  margin: 5px 0;
}
.Shipping ul {
  margin-top: 25px;
}
.Shipping ul li {
  position: relative;
}
.Shipping ul li::after {
  position: absolute;
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  left: 0;
  top: 0;
}
.Shipping ul li div {
  display: inline-block;
  gap: 12px;
  margin-bottom: 13px;
  align-items: baseline;
}
.Shipping ul li div i {
	margin-right: 10px;
}

.Return h2 {
  font-size: 40px;
  color: #181818;
  font-weight: 500;
  margin-bottom: 18px;
}
.Return p {
  margin: 5px 0;
}
.Return ul {
  margin-top: 25px;
  margin-left: 29px;
}
.Return ul li {
  position: relative;
  margin-bottom: 15px;
}
.Return ul li::after {
  position: absolute;
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  left: -29px;
  top: 0;
}
.Return ul li div {
  display: flex;
  gap: 12px;
  margin-bottom: 13px;
  align-items: baseline;
}
.Return ul li .para {
  margin-top: 5px;
}
.Return ul li .para li {
  margin-bottom: 5px;
}

.Privacy h2 {
  font-size: 40px;
  color: #181818;
  font-weight: 500;
  margin-bottom: 18px;
}
.Privacy p {
  margin: 5px 0;
}
.Privacy ul {
  margin-top: 25px;
  margin-left: 29px;
}
.Privacy ul li {
  position: relative;
  margin-bottom: 15px;
}
.Privacy ul li::after {
  position: absolute;
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  left: -29px;
  top: 0;
}
.Privacy ul li div {
  display: flex;
  gap: 12px;
  margin-bottom: 13px;
  align-items: baseline;
}
.Privacy ul li .para {
  margin-top: 5px;
}
.Privacy ul li .para li {
  margin-bottom: 5px;
}

.Terms h2 {
  font-size: 40px;
  color: #181818;
  font-weight: 500;
  margin-bottom: 18px;
}
.Terms p {
  margin: 5px 0;
}
.Terms ul {
  margin-top: 25px;
  margin-left: 29px;
}
.Terms ul li {
  position: relative;
  margin-bottom: 15px;
}
.Terms ul li::after {
  position: absolute;
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  left: -29px;
  top: 0;
}
.Terms ul li div {
  display: flex;
  gap: 12px;
  margin-bottom: 13px;
  align-items: baseline;
}
.Terms ul li .para {
  margin-top: 5px;
}
.Terms ul li .para li {
  margin-bottom: 5px;
}
.Terms a {
  color: #e43131;
  text-decoration: none;
}

.postid-1098 .faq {
  padding-bottom: 0;
}
.tooltip-inner {
    padding: 4px;
    text-align: left;
    background-color: #000;
    border-radius: 0.25rem;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
}
.weblogo {
	max-width: unset !important;
	height: 60px !important;
}

#exampleModal .modal-header {
  border-bottom: 0;
}/*# sourceMappingURL=style.css.map */