@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  src: url(https://aquafiltr.shop/assets/fonts/Quicksand-Medium.ttf) format("truetype")
}

html,
body {
  font-display: swap;
  font-family: "Quicksand", sans-serif;
  overscroll-behavior: none
}

body {
  font-size: 16px;
  color: var(--text-primary);
  background-color: var(--background-primary);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  max-width: 100dvw;
  overflow-x: hidden;
}

header {
  background-color: var(--color-secondary) !important
}

.alert,
.categories-canvas .offcanvas-body .categories-list ul li a:hover h6,
.category .category-list li:hover a,
.category .category-list li:hover i,
.header-2 .header-nav-left .category-dropdown .category-list li .category-name:hover h6,
.header-2 .header-nav-left .category-dropdown .category-list li a:hover h6 {
  letter-spacing: 0.3px
}

.category-box h5,
.shop-box .shop-category-box a .category-box-name h6,
.timer-notification {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical
}

.navbar-brand:focus,
.navbar-brand:hover,
a,
a:hover {
  text-decoration: none
}

.navbar-expand .navbar-nav,
.navbar-nav,
.offcanvas {
  -webkit-box-direction: normal
}

:root {
  --theme-color-primary: var(--color-primary);
  --theme-color-primary-rgb: 13, 164, 135;
  --theme-color-secondary: var(--color-secondary);
  --theme-color-secondary-rgb: 14, 148, 122;
  --theme-color2: linear-gradient(255deg, var(--color-primary) 50%, var(--background-primary) 100%);
  --theme-color3: linear-gradient(225deg, var(--color-price) 10%, var(--background-primary) 10%);
  --pad-min: 10px;
  --radius-xl: 12px;
  --radius-md: 6px;
  --radius-sm: 3px;
  --shadow-xl: 0 0 10px rgba(34, 34, 34, 0.2);
  --shadow-md: 0 0 8px rgba(34, 34, 34, 0.15);
  --shadow-sm: 0 0 6px rgba(34, 34, 34, 0.1);
}

@-webkit-keyframes scaleUpDown {

  0%,
  100% {
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1)
  }

  50%,
  90% {
    -webkit-transform: scaleY(1.1);
    transform: scaleY(1.1)
  }

  75% {
    -webkit-transform: scaleY(.95);
    transform: scaleY(.95)
  }

  80% {
    -webkit-transform: scaleX(.95);
    transform: scaleX(.95)
  }
}

@keyframes scaleUpDown {

  0%,
  100% {
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1)
  }

  50%,
  90% {
    -webkit-transform: scaleY(1.1);
    transform: scaleY(1.1)
  }

  75% {
    -webkit-transform: scaleY(.95);
    transform: scaleY(.95)
  }

  80% {
    -webkit-transform: scaleX(.95);
    transform: scaleX(.95)
  }
}

@-webkit-keyframes shake {

  0%,
  100% {
    -webkit-transform: skewX(0) scale(1);
    transform: skewX(0) scale(1)
  }

  50% {
    -webkit-transform: skewX(5deg) scale(.9);
    transform: skewX(5deg) scale(.9)
  }
}

@keyframes shake {

  0%,
  100% {
    -webkit-transform: skewX(0) scale(1);
    transform: skewX(0) scale(1)
  }

  50% {
    -webkit-transform: skewX(5deg) scale(.9);
    transform: skewX(5deg) scale(.9)
  }
}

@-webkit-keyframes particleUp {
  0% {
    opacity: 0
  }

  20%,
  80% {
    opacity: 1
  }

  100% {
    opacity: 0;
    top: -100%;
    -webkit-transform: scale(.5);
    transform: scale(.5)
  }
}

@keyframes particleUp {
  0% {
    opacity: 0
  }

  20%,
  80% {
    opacity: 1
  }

  100% {
    opacity: 0;
    top: -100%;
    -webkit-transform: scale(.5);
    transform: scale(.5)
  }
}

@-webkit-keyframes shape {
  0% {
    background-position: 100% 0
  }

  50% {
    background-position: 50% 50%
  }

  100% {
    background-position: 0 100%
  }
}

@keyframes shape {
  0% {
    background-position: 100% 0
  }

  50% {
    background-position: 50% 50%
  }

  100% {
    background-position: 0 100%
  }
}

@-webkit-keyframes rounded {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes rounded {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: scale(1) rotate(0) translate3d(0, 0, 1px);
    transform: scale(1) rotate(0) translate3d(0, 0, 1px)
  }

  30% {
    opacity: 1
  }

  100% {
    z-index: 10;
    -webkit-transform: scale(0) rotate(360deg) translate3d(0, 0, 1px);
    transform: scale(0) rotate(360deg) translate3d(0, 0, 1px)
  }
}

@keyframes move {
  0% {
    -webkit-transform: scale(1) rotate(0) translate3d(0, 0, 1px);
    transform: scale(1) rotate(0) translate3d(0, 0, 1px)
  }

  30% {
    opacity: 1
  }

  100% {
    z-index: 10;
    -webkit-transform: scale(0) rotate(360deg) translate3d(0, 0, 1px);
    transform: scale(0) rotate(360deg) translate3d(0, 0, 1px)
  }
}

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

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

@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

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

@-webkit-keyframes flash {
  0% {
    opacity: .4;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
  }

  100% {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
  }
}

@keyframes flash {
  0% {
    opacity: .4;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
  }

  100% {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
  }
}

@keyframes shake {
  0% {
    -webkit-transform: translate(3px, 0);
    transform: translate(3px, 0)
  }

  50% {
    -webkit-transform: translate(-3px, 0);
    transform: translate(-3px, 0)
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@-webkit-keyframes grow {

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

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@keyframes grow {

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

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

.alert {
  font-size: 15px;
  padding: 18px 24px
}

.alert .alert-success {
  background: #39da8a !important;
  color: #fff !important;
  border: none
}

.alert .alert-success .close {
  color: #fff;
  opacity: 1;
  top: -4px;
  text-shadow: none;
  font-weight: 400;
  font-size: 24px
}

.alert .btn-close {
  top: 50% !important;
  -webkit-transform: translatey(-50%) !important;
  transform: translatey(-50%) !important
}

.tab-style-color .nav-item .nav-link img,
[data-notify=icon] {
  margin-right: 5px
}

[data-notify=progressbar] {
  width: 100%;
  height: 5px;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0
}

.progress-bar-info {
  background-color: #0c5460
}

.btn-2-animation::after,
.btn-animation::after {
  height: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1
}


.blog-section .user-comment-box ul li .user-box .user-iamge .user-name h5,
.cart-section .special-seller-box .sub-total-table tbody tr td:last-child,
.cart-table table tbody tr td.product-detail .product .product-detail ul li .saving,
.cart-table table tbody tr td.product-detail .product .product-detail ul li span,
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li span span,
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li h4 span,
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-h3,
.compare-section .compare-table tr td a,
.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain h5,
.faq-contain .faq-top-box .faq-box-contain h3,
.fw-300,
.fw-500,
.header-2 .dropdown-list li .dropdown .dropdown-toggle span,
.header-3 .dropdown-list li .dropdown .dropdown-toggle span,
.order-table tbody tr td:first-child,
.pickup-offcanvas .offcanvas-.offcanvas-title,
.product-section-box .custom-tab .nav-desh .desh-title h5,
.shop-section .left-box .shop-left-sidebar .left-title h3,
.summery-box .summery-contain li span span,
.summery-box .summery-h3,
.timer ul li .counter h4,
.timer-box ul li .counter h4,
.title-flex .timing-box .timing .time ul li .counter h6,
.dashboard-home .total-box .totle-contain .totle-detail h3,
.vendor-box .vendor-list ul li .address-contact h5,
.vendor-detail-box .vendor-share h5 {
  font-weight: 400
}

.breadscrumb-section {
  position: relative;
  overflow: hidden;
  padding: 0 0 10px
}

.breadscrumb-section .breadscrumb-contain {
  text-align: center;
  color: #222;
  font-family: "Quicksand", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.breadscrumb-section .breadscrumb-contain h2 {
  font-weight: 400;
  margin-bottom: 0
}

.breadscrumb-section .breadscrumb-contain .search-box-breadscrumb {
  position: relative;
  width: 70%;
  margin: 0 auto
}

.breadscrumb-section .breadscrumb-contain .search-box-breadscrumb input {
  width: 100%;
  border: none;
  border-radius: 6px;
  font-size: 15px
}

.breadscrumb-section .breadscrumb-contain .search-box-breadscrumb i {
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  position: absolute;
  color: var(--text-primary)
}

.breadscrumb-section .breadscrumb-contain nav .breadcrumb {
  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: flex-start;
  text-transform: lowercase;
  margin-top: 5px
}

.deal-section .deal-box .deal-detail h5,
h1,
h2 {
  text-transform: capitalize
}

.breadscrumb-section .breadscrumb-contain nav .breadcrumb .breadcrumb-item.active {
  color: #000;
  margin-top: 2px
}

.breadscrumb-section .breadscrumb-contain nav .breadcrumb .breadcrumb-item+.breadcrumb-item {
  position: relative;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: initial !important;
  font-weight: 700;
  font-size: 16px
}

.breadcrumb .breadcrumb-item a,
.btn-furniture,
.navbar-light .navbar-text,
.order-table tbody tr td:nth-child(2),
.profile-tab ul li h5:last-child,
.seller-grid-box .grid-contain .seller-contact-details .saller-contact .contact-detail h5 span,
.seller-grid-box-1 .grid-image .contain-name .since-number h6,
.text-content,
.theme-form-floating-2 label,
.timer-2 ul li+li::after,
.dashboard-order .order-contain .order-box .product-order-detail .order-wrap .title:hover,
.dashboard-profile .profile-about .table tbody tr td:first-child,
footer .main-footer .footer-theme .footer-theme-contain ul li a:hover {
  color: var(--text-primary)
}

.breadscrumb-section .breadscrumb-contain nav .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  font-family: "Font Awesome 6 Free";
  content: "";
  color: var(--text-primary)
}

.add-to-cart-box .qty-box.open,
.add-to-cart-btn-2 .qty-box-2.open,
.breadscrumb-section .breadscrumb-order,
.category .dropdown.custom-dropdown ul .show,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .future-box.show,
.checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail li,
.faq-breadscrumb .breadscrumb-contain .faq-form-tag .input-group .faq-dropdown-menu li,
.fb-livechat,
.header-2 .dropdown-list .dropdown .dropdown-menu li,
.header-2 .dropdown-list li .dropdown .dropdown-menu .dropdown-list,
.header-2 .rightside-menu .dropdown-dollar .dropdown .dropdown-menu li,
.header-2 .rightside-menu .wishlist-box .header-icon.bag-icon,
.header-3 .dropdown-list .dropdown .dropdown-menu li,
.header-3 .dropdown-list li .dropdown .dropdown-menu .dropdown-list,
.header-3 .rightside-menu .dropdown-dollar .dropdown .dropdown-menu li,
.header-3 .rightside-menu .wishlist-box .header-icon.bag-icon,
.irs .irs-with-grid .irs-grid,
.mobile-menu ul li a,
.product-section .right-box-contain .share-option ul li,
.shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu li,
.shop-section .show-button .top-filter-menu-2 .category-dropdown .dropdown .dropdown-menu li,
.dashboard-order .order-contain .order-box .product-order-detail .order-image,
.vendor-box .vendor-list ul li,
footer .main-footer .footer-contact ul li.social-app ul li a,
footer .main-footer .social-app ul li a,
footer .sub-footer .social-link ul li a,
footer .sub-footer ul li {
  display: block
}

.breadscrumb-section .breadscrumb-order .order-box .order-image {
  height: auto
}

.breadscrumb-section .breadscrumb-order .order-box .order-image .star {
  position: absolute;
  -webkit-animation: 3s infinite grow;
  animation: 3s infinite grow;
  fill: var(--theme-color-primary);
  opacity: 0
}

.breadscrumb-section .breadscrumb-order .order-box .order-image .star:first-child {
  width: 12px;
  height: 12px;
  left: 12px;
  top: 16px;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s
}

.breadscrumb-section .breadscrumb-order .order-box .order-image .star:nth-child(2) {
  width: 18px;
  height: 18px;
  left: 168px;
  top: 84px;
  -webkit-animation-delay: 3s;
  animation-delay: 3s
}

.breadscrumb-section .breadscrumb-order .order-box .order-image .star:nth-child(3) {
  width: 10px;
  height: 10px;
  left: 32px;
  top: 162px;
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s
}

.breadscrumb-section .breadscrumb-order .order-box .order-image .star:nth-child(4) {
  height: 20px;
  width: 20px;
  left: 82px;
  top: -12px;
  -webkit-animation-delay: 6s;
  animation-delay: 6s
}

.breadscrumb-section .breadscrumb-order .order-box .order-image .star:nth-child(5) {
  width: 14px;
  height: 14px;
  left: 125px;
  top: 162px;
  -webkit-animation-delay: 7.5s;
  animation-delay: 7.5s
}

.breadscrumb-section .breadscrumb-order .order-box .order-image .star:nth-child(6) {
  width: 10px;
  height: 10px;
  left: 16px;
  top: 16px;
  -webkit-animation-delay: 9s;
  animation-delay: 9s
}

.breadscrumb-section .breadscrumb-order .order-box .order-image .checkmark {
  position: relative;
  padding: 30px;
  display: inline-block;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  margin: -20px
}

.breadscrumb-section .breadscrumb-order .order-box .order-image .checkmark__check {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  fill: white
}

.breadscrumb-section .breadscrumb-order .order-box .order-image .checkmark__background {
  fill: var(--theme-color-primary);
  -webkit-animation: 35s linear infinite both rotate;
  animation: 35s linear infinite both rotate
}

.breadscrumb-section .breadscrumb-order .order-box .order-image i {
  font-size: 50px;
  color: #4ead4e
}

.breadscrumb-section .breadscrumb-order .order-box .order-image h2 {
  margin-top: 10px;
  margin-bottom: 15px
}

.breadscrumb-section .breadscrumb-order .order-box .order-image p {
  font-size: 18px;
  text-transform: capitalize
}

.blog-contain a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}

.arrow-slider-2 .slick-next:hover::before,
.arrow-slider-2 .slick-prev:hover::before,
.become-service .service-box:hover .service-detail h4,
.blog-box:hover .blog-detail h5,
.blog-section .blog-list:hover .blog-contain a h3,
.breadscrumb-section .breadscrumb-order .order-box .order-image.order-fail i,
.cart-table table tbody tr td.save-remove .save:hover,
.checkout-section .custom-accordion .accordion-item .accordion-collapse .accordion-body .cod-review a:hover,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .cod-review a:hover,
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-header a:hover,
.client-section .clint-contain:hover h4,
.header-2 .rightside-menu .option-list-2 li .user-box:hover .user-name h4,
.header-3 .rightside-menu .user-box:hover .user-name h4,
.header-3 .top-nav .middle-box .searchbar-box-2 .search-icon i,
.log-in-section .log-in-box .forgot-password:hover,
.log-in-section .log-in-box .sign-up-box a:hover,
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover,
.navbar-nav .nav-item:hover,
.product-category .product-category-list li:last-child a:hover,
.product-list li .offer-product:hover .offer-detail a .name,
.product-table tbody tr td.efit-delete .feather.edit,
.review-box .review-people .review-list li .people-box .people-comment .name:hover,
.shop-section .left-box .shop-left-sidebar .filter-category .filter-title a:hover,
.summery-box .summery-a:hover,
.text-theme,
.top-selling-box .top-selling-contain .top-selling-detail .product-option li a:hover,
.top-selling-box .top-selling-contain:hover .top-selling-detail h5,
.dashboard-home .dashboard-contant-title h4 a:hover,
.dashboard-home .dashboard-detail a:hover,
.dashboard-profile .profile-about .table tbody tr td a:hover,
.dashboard-profile .profile-detail a:hover,
footer .main-footer .footer-logo .footer-logo-contain .address li:hover a {
  color: var(--theme-color-primary)
}

.breadscrumb-section .breadscrumb-order .order-box .order-contain h3 {
  font-weight: 400;
  margin-bottom: 6px
}

.breadscrumb-section .breadscrumb-order .order-box .order-contain h5 {
  margin-bottom: 8px;
  line-height: 1.4
}

.faq-breadscrumb {
  background-color: var(--background-secondary);
  position: relative;
  overflow: hidden
}

.faq-breadscrumb .breadscrumb-contain {
  text-align: center;
  color: #222;
  display: block
}

.faq-breadscrumb .breadscrumb-contain h2 {
  font-weight: 400;
  margin-top: -6px
}

.faq-breadscrumb .breadscrumb-contain p {
  color: var(--text-primary);
  width: 50%;
  line-height: 1.7;
  font-size: 16px
}

.faq-breadscrumb .breadscrumb-contain p span {
  display: inline
}

.faq-breadscrumb .breadscrumb-contain .faq-form-tag {
  position: relative;
  width: 50%
}

.add-to-cart-box .qty-box .input-group.theme-bg-white,
.blog-section .leave-box .leave-comment .blog-input .form-control:focus,
.category-section-3 .category-box-list:hover,
.faq-breadscrumb .breadscrumb-contain .faq-form-tag .input-group,
.form-control,
.home-search .home-search-content .search-box .btn,
.home-search-full .home-contain .home-detail .search-box .btn,
.normal-form .form-control:focus,
.product-box.theme-bg-white,
.qty-box .input-group.theme-bg-white {
  background-color: #fff
}

.faq-breadscrumb .breadscrumb-contain .faq-form-tag .input-group i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--theme-color-primary);
  font-size: 16px
}

.faq-breadscrumb .breadscrumb-contain .faq-form-tag .input-group .form-control {
  padding-left: 0;
  border: none
}

.category-box:hover,
.custom-row .sidebar-col .category-menu,
.faq-breadscrumb .breadscrumb-contain .faq-form-tag .input-group .form-control:focus,
.shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu li a:focus,
.shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu li a:hover,
header .header-top .about-list li .theme-form-select .dropdown-menu li .dropdown-item:focus,
header .header-top .about-list li .theme-form-select .dropdown-menu li .dropdown-item:hover,
header.header-absolute.bg-theme {
  background-color: transparent
}

.faq-breadscrumb .breadscrumb-contain .faq-form-tag .input-group .faq-dropdown-button {
  font-size: 16px;
  font-weight: 400;
  color: var(--theme-color-primary);
  z-index: 0
}

.faq-box-contain .faq-accordion .accordion .accordion-item .accordion-header .accordion-button::after,
.faq-breadscrumb .breadscrumb-contain .faq-form-tag .input-group .faq-dropdown-button::after {
  content: unset
}

.faq-breadscrumb .breadscrumb-contain .faq-form-tag .input-group .faq-dropdown-button i {
  position: relative;
  padding: 0;
  margin-left: 5px
}

.vendore-breadscrumb-section {
  background-image: url(../images/vendor-page/breadcrumb.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.vendore-breadscrumb-section .breadscrumb-contain {
  width: 50%;
  margin: 0 auto
}

.vendore-breadscrumb-section .breadscrumb-contain h2 {
  text-align: center
}

.blog-section .blog-box .blog-detail .blog-list .blog-social-icon,
.blog-section .blog-detail-image,
.blog-section .left-sidebar-box .left-search-box .search-box,
.blog-section .user-comment-box ul li .user-box .user-iamge,
.checkout-section .credit-card-box .credit-detail,
.checkout-section .delivery-option .date-box,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .credit-card-box .credit-detail,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .date-box,
.contact-box-section .right-sidebar-box .custom-form .custom-input,
.contact-box-section .right-sidebar-box .custom-form .custom-textarea,
.deal-timer ul li,
.header-2 .header-nav-left,
.header-2 .rightside-menu .option-list-2 li,
.header-2 .rightside-menu .option-list>ul>li,
.header-2 .top-nav .middle-box .searchbar-box,
.header-3 .rightside-menu .option-list-2 li,
.header-nav .header-nav-left,
.header-notification,
.home-contain .home-detail h1.furniture-heading span,
.location-modal .modal-dialog .modal-content .modal-body .location-list .search-input,
.navbar-nav .dropdown-menu .sub-dropdown-hover,
.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box,
.offer-box .offer-contain .offer-timing .time ul li,
.onhover-category-box ul li,
.onhover-category-list .onhover-category-box ul li,
.onhover-dropdown,
.product-section-3 .circle-box,
.product-slider .product-slider-detail>div,
.search-section .search-box,
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button span,
.title .product-tabs .nav-item,
.dashboard-left-sidebar .profile-box,
.dashboard-left-sidebar .profile-box .cover-icon i,
.dashboard-card .payment-card-detail,
.vendor-detail-box-2 .share-contact .vendor-share ul li,
.vendore-breadscrumb-section .breadscrumb-contain form {
  position: relative
}

.vendore-breadscrumb-section .breadscrumb-contain form span {
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  left: 16px
}

.vendore-breadscrumb-section .breadscrumb-contain form span i {
  color: var(--theme-color-primary)
}

.vendore-breadscrumb-section .breadscrumb-contain form .form-control {
  border: none
}

.vendore-breadscrumb-section .breadscrumb-contain form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  padding: 0
}

.btn {
  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: 0.3s;
  transition: 0.3s;
  position: relative;
  border: none;
  z-index: 0;
  white-space: nowrap
}

.btn-md,
.btn-sm {
  font-size: 16px;
  font-weight: 400
}

.add-to-cart-box .qty-box .input-group button:focus,
.add-to-cart-btn-2 .qty-box-2 .input-group button:focus,
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-header .accordion-button:not(.collapsed),
.btn-close:focus,
.btn:focus,
.cart-section .special-seller-box .sub-total-table tbody tr.shipping-list td .form-check .form-check-input:focus,
.checkout-section .delivery-address-box>div .form-check .form-check-input:focus,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box>div .form-check .form-check-input:focus,
.custom-form-check .form-check-input:focus,
.header-2 .navbar-top .navbar-toggler:focus,
.header-2 .top-nav .middle-box .location-box-2 button:focus,
.header-3 .navbar-top .navbar-toggler:focus,
.header-3 .top-nav .middle-box .location-box-2 button:focus,
.header-top .about-list li .theme-form-select .dropdown-toggle:focus,
.location-box button:focus,
.navbar-toggler:focus,
.product-bg-image .product-box:hover,
.qty-box .input-group button:focus,
.sticky-bottom-cart .selection-section .form-control:focus,
.top-nav .navbar-top .middle-box .location-box button:focus,
.dashboard-address .address-box>div .form-check .form-check-input:focus,
header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-animation:hover i,
.btn:hover .icon {
  -webkit-transform: translatex(3px);
  transform: translatex(3px)
}

.btn.dark-button {
  background: linear-gradient(93.33deg, #222221 12.35%, #2f2f2d 99.38%) !important
}

.btn .icon {
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.btn .icon-2 {
  margin-left: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.btn-furniture {
  border: 1px solid var(--text-primary);
  display: block
}

.btn-2-animation,
.btn-animation {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  position: relative;
  z-index: 0;
  overflow: hidden
}

.cookie-bar-box,
.cookie-bar-box-2 {
  position: fixed;
  bottom: 10px;
  right: 10px
}

.btn-animation {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: var(--theme-color-primary);
  background: -webkit-gradient(linear, left top, right top, from(var(--theme-color-primary)), to(var(--theme-color-secondary)));
  background: linear-gradient(90deg, var(--theme-color-primary) 0, var(--theme-color-secondary) 100%);
  border: none
}

.btn-animation i {
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.btn-animation::after {
  position: absolute;
  width: 100%;
  border-radius: 5px;
  background: var(--theme-color-secondary);
  background: -webkit-gradient(linear, left top, right top, from(var(--theme-color-secondary)), to(var(--theme-color-primary)));
  background: linear-gradient(90deg, var(--theme-color-secondary) 0, var(--theme-color-primary) 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.arrow-slider .slick-next:hover::before,
.arrow-slider .slick-prev:hover::before,
.blog-section .blog-box:hover .blog-detail label,
.blog-section .blog-detail-image .blog-image-contain h3,
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-tags-box ul li:hover a,
.btn-animation:hover,
.category-box:hover h5,
.footer-section-2 .main-footer .footer-list-light li a:hover,
.footer-section-2 .main-footer .social-icon li a.footer-link-color,
.footer-section-2 .main-footer .social-icon li:hover i,
.home-search .home-search-content .category-sec.category-section-2 .category-slider .shop-category-box .category-name h6,
.product-arrow .slick-next:focus::before,
.product-arrow .slick-next:hover::before,
.product-arrow .slick-prev:focus::before,
.product-arrow .slick-prev:hover::before,
.service-contain-2:hover .service-detail h3,
.service-contain-2:hover .service-detail h6,
.theme-option .back-to-top a i,
header.bg-theme .location-box button .locat-name,
header.bg-theme .location-box button i,
header.bg-theme .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail,
header.bg-theme .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-icon .feather,
header.bg-theme .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist .feather {
  color: #fff
}

.bank-section .bank-offer:hover .bank-footer-1 .bank-coupon::after,
.bank-section .bank-offer:hover .bank-footer-2 .bank-coupon::after,
.bank-section .bank-offer:hover .bank-footer-3 .bank-coupon::after,
.btn-2:hover::after,
.btn-animation:hover::after {
  top: 0;
  height: 100%
}

.btn-sm {
  padding: 8px 16px
}

.btn-2 {
  padding: 9px 25px;
  font-weight: 400
}

.btn-2-animation {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #0da487;
  background: -webkit-gradient(linear, left top, right top, from(#0da487), to(#0e947a));
  background: linear-gradient(90deg, #0da487 0, #0e947a 100%);
  border: none
}

.btn-2-animation::after {
  position: absolute;
  width: 100%;
  border-radius: 5px;
  background: #0da487;
  background: -webkit-gradient(linear, left top, right top, from(#0e947a), to(#0da487));
  background: linear-gradient(90deg, #0e947a 0, #0da487 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.btn-category {
  letter-spacing: 0.8px;
  font-weight: 400;
  border-radius: 50px
}

.cookie-bar-box {
  background: #fff;
  max-width: 370px;
  overflow: hidden;
  z-index: 2;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(34, 34, 34, 0.05), 0 24px 35px rgba(34, 34, 34, 0.1);
  box-shadow: 0 0.25rem 0.5rem rgba(34, 34, 34, 0.05), 0 24px 35px rgba(34, 34, 34, 0.1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.cookie-bar-box.hide {
  opacity: 0;
  bottom: -350px
}

.cookie-bar-box .cookie-box {
  text-align: center
}

.cookie-bar-box .cookie-box .cookie-image,
.header-2 .dropdown-list .dropdown,
.header-3 .dropdown-list .dropdown,
.p-center {
  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
}

.cookie-bar-box .cookie-box .cookie-image img {
  height: auto;
  margin-right: 10px
}

.cookie-bar-box .cookie-box .cookie-contain h2 {
  font-weight: 400
}

.cookie-bar-box .cookie-box .cookie-contain h5 {
  margin: 0 auto;
  line-height: 1.3
}

.cookie-bar-box .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0
}

.cookie-bar-box .button-group button {
  white-space: nowrap;
  width: 100%;
  font-weight: 400;
  border-radius: 0
}

.add-to-cart-box .btn-add-cart .add-icon.bg-light-gray,
.business-section,
.client-section,
.cookie-bar-box .button-group button.privacy-button,
.footer-section-2,
.product-category,
.product-section .right-box-contain .note-box .compare-button,
.review-section,
.title-leaf svg.bg-gray {
  background-color: var(--background-secondary)
}

.blog-section .blog-list:hover .blog-contain .blog-button,
.cookie-bar-box .button-group button.ok-button,
.onhover-dropdown .onhover-div .button-group .cart-button:hover,
.tab-style-color .nav-item .nav-link.active,
.tab-style-color .nav-item .nav-link:hover,
.timer-2 ul li.bg-color,
.dashboard-address .address-box .button-group button:hover {
  background-color: var(--theme-color-primary);
  color: #fff
}

.cookie-bar-box-2 {
  background-color: #eadfd8;
  max-width: 400px;
  padding: 20px;
  border-radius: 20px;
  text-align: center
}

.cookie-bar-box-2 .cookie-bar-image {
  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;
  width: 47px;
  height: 47px;
  background-color: #ded4cd;
  border-radius: 100%;
  margin: 0 auto 13px
}

.cookie-bar-box-2 .cookie-bar-image i {
  font-size: 26px;
  height: auto;
  color: #2c3249
}

.cookie-bar-box-2 .cookie-bar-detail h4 {
  line-height: 1.5;
  color: #2c3249
}

.cookie-bar-box-2 .cookie-bar-detail .cookie-button-group {
  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;
  margin-top: 10px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 12px
}

.cookie-bar-box-2 .cookie-bar-detail .cookie-button-group .allow-button {
  background-color: rgba(44, 50, 73, 0.16);
  padding: 11px 17px;
  border: 1px solid #2c3249;
  border-radius: 50px 15px 15px 50px;
  font-size: 16px;
  font-weight: 400
}

.cookie-bar-box-2 .cookie-bar-detail .cookie-button-group .decline-button {
  background-color: rgba(44, 50, 73, 0.16);
  padding: 11px 17px;
  border-radius: 15px 50px 50px 15px;
  font-size: 16px;
  font-weight: 400
}

.blog-section .blog-detail-image .blog-image-contain .contain-comment-list li .user-list,
.blog-section .leave-box .leave-comment .save-comment-box .form-check,
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box,
.cart-table table tbody tr td.product-detail .product .product-detail ul li .price,
.category-list li .category-list-box,
.counter,
.deal-contain,
.deal-timer ul li .counter>div,
.footer-section-2 .main-footer .footer-address li a .inform-box,
.header-2 .navbar-top,
.header-2 .right-nav .nav-number,
.header-2 .rightside-menu .dropdown-user,
.header-2 .rightside-menu .wishlist-box,
.header-2 .top-nav .middle-box .center-box,
.header-3 .navbar-top,
.header-3 .right-nav .nav-number,
.header-3 .rightside-menu .dropdown-user,
.header-3 .rightside-menu .wishlist-box,
.header-3 .top-nav .middle-box .center-box,
.header-top .about-list li,
.log-in-section .log-in-box .remember-box,
.log-in-section.otp-section,
.product-category .product-category-list li:last-child a,
.product-section .right-box-contain .buy-box .team-box .form-check-label span,
.review-box .review-profile,
.shop-section .show-button .top-filter-menu,
.shop-section .show-button .top-filter-menu .category-dropdown,
.shop-section .show-button .top-filter-menu-2,
.shop-section .show-button .top-filter-menu-2 .category-dropdown,
.sticky-bottom-cart .product-image,
.timer ul,
.timer-box ul,
.title-flex .timing-box .timing .time ul,
.top-nav .navbar-top .middle-box,
.top-nav .navbar-top .rightside-box .right-side-menu,
.dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size li .size-box,
.dashboard-profile .profile-about .table tbody tr td a,
.dashboard-profile .profile-detail .profile-name-detail,
.vendor-detail-box .vendor-share,
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .brand-list li .brand-box,
footer .main-footer .footer-logo .theme-logo,
footer .main-footer .footer-theme .footer-theme-contain ul.address li,
footer .sub-footer .social-link ul,
header .header-top .about-list li .theme-form-select .dropdown-menu li .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.counter .qty-left-minus,
.counter .qty-right-plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #ececec;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 0;
  line-height: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.counter .qty-left-minus i,
.counter .qty-right-plus i {
  font-size: 12px;
  margin-top: 3px
}

.counter .qty-left-minus:hover,
.counter .qty-right-plus:hover {
  color: #010200
}

.counter .qty-left-minus {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: 0
}

.counter .qty-right-plus {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: 0
}

.counter input {
  width: 45px;
  border: 1px solid #ececec;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.06);
  border-radius: 0
}

.banner-contain-3 .delivery-bike,
.category-section-4 .shop-category-box,
.deal-timer.product-deal-timer ul li .counter,
.section-404 .image-404 {
  text-align: center
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none
}

.newsletter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 11px
}

.newsletter-form .form-control {
  background-color: transparent
}

.newsletter-form .form-control::-webkit-input-placeholder {
  color: #fff
}

.newsletter-form .form-control::-moz-placeholder {
  color: #fff
}

.newsletter-form .form-control:-ms-input-placeholder {
  color: #fff
}

.newsletter-form .form-control::-ms-input-placeholder {
  color: #fff
}

.newsletter-form .form-control::placeholder {
  color: #fff
}

.blog-section .leave-box .leave-comment .blog-input .form-control,
.cart-section .special-seller-box .sub-total-table tbody tr.shipping-list td,
.cart-table table tfoot tr td:first-child,
.log-in-section .log-in-form .form-control,
.normal-form .form-control,
.pickup-offcanvas,
.search-full .input-group input,
.shop-section .top-filter-category>.row>div:last-child,
.theme-modal .modal-dialog .modal-content {
  border: none
}

.theme-form-check {
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s
}

.theme-form-check input {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border-radius: 10px;
  background: 0 0;
  border: 0;
  -webkit-box-shadow: inset 0 0 0 1.5px #9f9f9f;
  box-shadow: inset 0 0 0 1.5px #9f9f9f;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  -webkit-transition: -webkit-box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
  transition: box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
  transition: box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25), -webkit-box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
  pointer-events: none
}

.theme-form-check input:focus,
:focus,
a:focus,
button:focus {
  outline: 0
}

.theme-form-check input:checked {
  -webkit-box-shadow: inset 0 0 0 6px #6743ee;
  box-shadow: inset 0 0 0 6px #6743ee
}

.theme-form-check input label {
  vertical-align: middle;
  display: inline-block;
  line-height: 20px;
  padding: 0 8px
}

.theme-form-floating>.form-control:not(:-moz-placeholder-shown)~label {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.95;
  top: -5px;
  left: 5px;
  height: 31px;
  background-color: #fff;
  white-space: nowrap;
  opacity: 1
}

.theme-form-floating>.form-control:not(:-ms-input-placeholder)~label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.95;
  top: -5px;
  left: 5px;
  height: 31px;
  background-color: #fff;
  white-space: nowrap;
  opacity: 1
}

.theme-form-floating>.form-control:focus~label,
.theme-form-floating>.form-control:not(:placeholder-shown)~label,
.theme-form-floating>.form-select~label {
  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;
  opacity: 0.95;
  top: -5px;
  left: 5px;
  height: 31px;
  background-color: #fff;
  white-space: nowrap;
  opacity: 1
}

.theme-form-floating .form-control,
.theme-form-floating .form-select {
  line-height: normal
}

.theme-form-floating>.form-control:not(:-moz-placeholder-shown) {
  padding-top: 17px;
  padding-bottom: 10px;
  font-weight: 400
}

.theme-form-floating>.form-control:not(:-ms-input-placeholder) {
  padding-top: 17px;
  padding-bottom: 10px;
  font-weight: 400
}

.theme-form-floating>.form-control:focus,
.theme-form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 17px;
  padding-bottom: 10px;
  font-weight: 400
}

.theme-form-floating-2>.form-select,
.theme-form-floating>.form-select {
  padding-top: 12px;
  padding-bottom: 10px;
  font-weight: 400
}

.theme-form-floating-2>.form-select:focus,
.theme-form-floating>.form-select:focus {
  border-color: var(--theme-color-primary);
  outline: 0;
  -webkit-box-shadow: 0 0 0 4px transparent;
  box-shadow: 0 0 0 4px transparent
}

.theme-form-floating .form-control:focus,
.theme-form-floating-2 .form-control:focus {
  background-color: #fff;
  border: 1px solid var(--bs-gray-500);
}

.theme-form-floating label {
  color: var(--bs-gray-500);
  border: none
}

.theme-form-floating-2>.form-control:not(:-moz-placeholder-shown)~label {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.95;
  top: -5px;
  left: 10px;
  height: 31px;
  background-color: #fff;
  padding: 0 10px;
  opacity: 1
}

.theme-form-floating-2>.form-control:not(:-ms-input-placeholder)~label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.95;
  top: -5px;
  left: 10px;
  height: 31px;
  background-color: #fff;
  padding: 0 10px;
  opacity: 1
}

.theme-form-floating-2>.form-control:focus~label,
.theme-form-floating-2>.form-control:not(:placeholder-shown)~label,
.theme-form-floating-2>.form-select~label {
  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;
  opacity: 0.95;
  top: -5px;
  left: 10px;
  height: 31px;
  background-color: #fff;
  padding: 0 10px;
  opacity: 1
}

.theme-form-floating-2>.form-control:not(:-moz-placeholder-shown) {
  padding-top: 12px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 400
}

.theme-form-floating-2>.form-control:not(:-ms-input-placeholder) {
  padding-top: 12px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 400
}

.theme-form-floating-2>.form-control:focus,
.theme-form-floating-2>.form-control:not(:placeholder-shown) {
  padding-top: 12px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 400
}

.theme-form-floating-2>.form-control,
.theme-form-floating-2>.form-select {
  height: 46px
}

.theme-form-floating-2>label {
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  left: 9px;
  padding: 0;
  border: none;
  height: auto
}

.theme-form-floating-2>.form-control {
  padding: 14px 10px
}

.checkbox_animated {
  cursor: pointer;
  position: relative;
  margin-right: 10px;
  height: 100%
}

.checked input:before {
  content: "";
  -webkit-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1)
}

.checkbox_animated:before {
  content: none;
  position: absolute;
  width: 12px;
  height: 6px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: rotate(-45deg) scale(0, 0);
  transform: rotate(-45deg) scale(0, 0);
  left: 4px;
  top: 4px;
  z-index: 1;
  border: 2px solid var(--theme-color-primary);
  border-top-style: none;
  border-right-style: none
}

.checkbox_animated:after {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  top: -2px;
  left: 0;
  background-color: #fff;
  border: 2px solid #ececec;
  cursor: pointer
}

.shop-section .left-box.right-box.show {
  left: unset;
  right: 0
}

.custom-form-check-2 {
  min-height: auto;
  margin-bottom: 0
}

.custom-form-check .form-check-input {
  margin-top: 0
}

.cart-section .special-seller-box .sub-total-table tbody tr.shipping-list td .form-check .form-check-input:checked,
.checkout-section .delivery-address-box>div .form-check .form-check-input:checked,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box>div .form-check .form-check-input:checked,
.custom-form-check .form-check-input:checked,
.dashboard-address .address-box>div .form-check .form-check-input:checked,
header .top-nav .navbar-top .middle-box .search-box .input-group button.bg-theme,
header .top-nav .navbar-top .middle-box .search-box .input-group button.search-button-2 {
  background-color: var(--theme-color-primary);
  border-color: var(--theme-color-primary)
}

.form-control {
  font-size: 16px;
  padding: 8px 16px
}

.coming-soon-section .coming-box .coming-contain .coming-form .form-control,
.form-control.subscribe-input {
  border: none;
  border-radius: 0
}

.cart-section .special-seller-box .sub-total-table tbody tr.sub-totle td:last-child,
.header-3 .navbar-top .support-box .support-number,
.header-top .noti:last-child {
  text-align: right
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000
}

.bank-section .bank-offer .bank-.bank-left .bank-name h5,
.form-select,
.header-2 .top-nav .middle-box .location-box-2 button span,
li {
  font-size: 16px
}

.form-select.theme-form-select:focus {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000
}

.input-group .btn {
  z-index: 1
}

.label-flex {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.label-flex .discount {
  background-color: var(--theme-color-primary);
  color: #fff;
  border-radius: 4px
}

.label-flex .discount.sm-discount label {
  font-size: 12px
}

.label-flex .discount label {
  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;
  margin: -2px 0
}

.label-flex .wishlist {
  color: var(--text-primary);
  margin-left: auto
}

.blur-up {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: filter 0.4s, -webkit-filter 0.4s
}

.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0)
}

.fullpage-loader {
  width: 100vw;
  height: 100vh;
  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;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: #fff;
  z-index: 9999;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s
}

.fullpage-loader span {
  width: 6vmin;
  height: 6vmin;
  background-color: var(--theme-color-primary);
  border-radius: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  -webkit-animation-name: move;
  animation-name: move;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.8);
  animation-timing-function: cubic-bezier(0.4, 0, 1, 0.8);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  top: calc(50% - 4vmin);
  left: 50%;
  -webkit-transform-origin: -4vmin center;
  transform-origin: -4vmin center
}

.fullpage-loader span:first-child {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
  opacity: 0
}

.fullpage-loader span:nth-child(2) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  opacity: 0
}

.fullpage-loader span:nth-child(3) {
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
  opacity: 0
}

.fullpage-loader span:nth-child(4) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
  opacity: 0
}

.fullpage-loader span:nth-child(5) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
  opacity: 0
}

.fullpage-loader span:nth-child(6) {
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
  opacity: 0
}

.fullpage-loader--invisible {
  opacity: 0
}

.category .dropdown.custom-dropdown ul li:last-child,
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li:last-child,
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li:last-child,
.summery-box .summery-contain li:last-child,
.summery-box .summery-contain ul li:last-child,
.table:not(:last-child):last-child>*,
.theme-modal .modal-dialog .modal-content .modal- {
  border-bottom: none
}

.theme-modal .modal-dialog .modal-content .modal-.modal-title {
  font-weight: 400;
  font-size: 20px;
  width: 95%;
  margin-top: -4px
}

.modal-title {
  font-size: 18px;
  font-weight: 700
}

.theme-modal .modal-dialog .modal-content .modal-.btn-close {
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: var(--theme-color-primary);
  opacity: 1;
  background-image: none;
  border-radius: 4px;
  color: #fff;
  margin: 0;
  padding: 8px;
  z-index: 1
}

.category-slider .slick-list,
.custome-pagination .pagination .page-item:not(:first-child) .page-link,
.modal-header p,
.theme-modal .modal-dialog .modal-content .modal-footer button,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0
}

.theme-modal .modal-dialog .modal-content .modal-footer {
  border: none;
  gap: 8px
}

.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .title-name {
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase
}

.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .price {
  font-size: 20px;
  color: var(--text-primary)
}

.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .brand-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dashed #ececec;
  padding-bottom: 14px
}

header .top-nav .navbar-top .rightside-box .right-side-menu .right-side:last-child span {
  color: #ccc;
}

header .top-nav .navbar-top .rightside-box .right-side-menu .right-side:last-child {
  background-color: var(--color-secondary);
  padding: 7px 15px
}

.product-list-section {
  display: flex;
  flex-flow: row wrap;
  margin-top: 15px;
}

.product-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--shadow-md);
  border-radius: var(--radius-md);
}

.product-box .product-header {
  background-image: url(../../images/error.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 160px !important;
  background-color: var(--bs-white);
  border-top-right-radius: var(--radius-md);
  border-top-left-radius: var(--radius-md);
}

.product-box .product-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px;
  height: 120px !important;
  background-color: var(--background-secondary);
}

.product-box .product-footer {
  padding: 10px 5px;
  display: flex;
  height: 55px !important;
  background-color: var(--background-secondary);
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  border-bottom-right-radius: var(--radius-md);
  border-bottom-left-radius: var(--radius-md);
}

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
  z-index: 25000;
}

.toast-item {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 8px;
  min-width: 180px;
  box-shadow: var(--shadow-xl);
  border-radius: var(--radius-md);
}

.button-group.cart-button ul li,
.contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-detail-contain,
.contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-detail-title,
.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li,
.fresh-vegetable-section .delivery-list ul li,
.home-search .home-search-content>div,
.left-dashboard-show,
.product-list-section.list-style>div,
.product-section .product-main .slider-image img,
.product-section-box .custom-nav .nav-item .nav-link.active::after,
.product-section-box .custom-nav .nav-item .nav-link:focus::after,
.product-section-box .custom-nav .nav-item .nav-link:hover::after,
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .brand-list li,
footer .main-footer .footer-contain ul li a:hover::before,
header .navbar-nav .dropdown-image .dropdown-column .dropdown-item:hover span::after {
  width: 100%
}

.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .brand-list li .brand-box h5 {
  width: 110px;
  font-size: 16px;
  color: var(--text-primary)
}

.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 15px;
  margin-top: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-size h4 {
  white-space: nowrap
}

.dashboard-card .payment-card-detail .card-details .name-detail .card-img,
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-size .select-form-size,
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .select-form-wight {
  width: auto
}

.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-rating {
  border-bottom: 1px dashed #ececec;
  padding-bottom: 14px;
  margin-top: 10px
}

.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-detail {
  margin-top: 12px
}

.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-detail h4 {
  font-weight: 400;
  margin-bottom: 7px
}

.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-detail p {
  line-height: 1.4;
  margin: 0;
  color: var(--text-primary)
}

.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 17px
}

.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .stoke-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px
}

.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .stoke-box .feather {
  width: 19px;
  height: auto;
  color: #61b33e
}

.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .stoke-box h6 {
  font-size: 16px;
  letter-spacing: 0.9px;
  color: var(--text-primary)
}

.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .select-form-wight:focus {
  border-color: #ececec;
  -webkit-box-shadow: none;
  box-shadow: none
}

.categories-canvas .offcanvas-,
.navbar-shadow {
  -webkit-box-shadow: 0 2px 10px -3px rgba(34, 34, 34, 0.1)
}

.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .modal-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px
}

.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .modal-button .add-cart-button {
  background-color: #222;
  color: #fff;
  font-weight: 400
}

.header-2 .rightside-menu .dropdown-user .user-detail,
.header-3 .rightside-menu .dropdown-user .user-detail,
.timer ul li+li,
.timer-box ul li+li,
.title-flex .timing-box .timing .time ul li+li,
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .modal-button .view-button {
  margin-left: 15px
}

.location-modal .modal-dialog .modal-content .modal- {
  display: block;
  padding-bottom: 0
}

.deal-modal .modal-dialog .modal-content .modal-p,
.location-modal .modal-dialog .modal-content .modal-p {
  margin-bottom: 0;
  line-height: 1.6
}

.location-modal .modal-dialog .modal-content .modal-body .location-list .search-input .form-control {
  padding-left: 45px
}

.location-modal .modal-dialog .modal-content .modal-body .location-list .search-input i {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  font-size: 17px;
  color: var(--text-primary)
}

.location-modal .modal-dialog .modal-content .modal-body .location-list .disabled-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ececec
}

.location-modal .modal-dialog .modal-content .modal-body .location-list .disabled-box h6,
footer .sub-footer .social-link ul li a i {
  color: var(--text-primary);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.location-modal .modal-dialog .modal-content .modal-body .location-list .disabled-box span {
  margin-left: auto;
  margin-right: 5px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  font-size: 10px;
  font-weight: 400;
  color: #9b9bb4;
  padding: 3px 10px;
  border-radius: 30px
}

.location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li {
  display: block;
  border-bottom: 3px solid var(--background-secondary)
}

.location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 0
}

.location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color-primary);
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: -1
}

.location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li a span {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  font-size: 14px;
  font-weight: 700;
  padding: 3px 10px;
  color: var(--text-primary)
}

.location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li a .title {
  margin-bottom: 0;
  display: block
}

.location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li a span .price .text-content,
.location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li a span:hover {
  color: var(--text-primary);
  background: #fff
}

.location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li a span .price,
.location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li a span .price:hover {
  color: var(--color-price);
  background: #fff
}

.deal-modal .modal-dialog .modal-content .modal {
  padding-bottom: 0
}

.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box {
  height: 360px;
  overflow: auto
}

.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.14)
}

.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
  border-radius: 50px
}

.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.5)
}

.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.arrow-slider .slick-next:hover,
.arrow-slider .slick-prev:hover,
.bg-theme,
.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li.list-1 .deal-offer-contain::before,
.product-arrow .slick-next:focus,
.product-arrow .slick-next:hover,
.product-arrow .slick-prev:focus,
.product-arrow .slick-prev:hover,
.service-contain-2:hover,
.setting-box,
.theme-option .back-to-top,
.dashboard-privacy .privacy-box .switch-radio .form-check-input:checked+label {
  background-color: var(--theme-color-primary)
}

.blog-box .blog-detail.blog-contain,
.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li.list-2 .deal-offer-contain::before {
  background-color: var(--theme-color-secondary)
}

.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li.list-3 .deal-offer-contain::before {
  background-color: #ffa53b
}

.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 13px;
  position: relative;
  z-index: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  overflow: hidden
}

.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.15
}

.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-image img {
  -o-object-fit: contain;
  object-fit: contain
}

.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain,
.product-list li .offer-product .offer-detail a,
.top-selling-box .top-selling-contain .top-selling-detail a {
  display: block;
  color: #222
}

.blog-section .blog-box .blog-contain a,
.blog-section .blog-box .blog-contain a:hover,
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-list-2 li .offer-product .offer-detail a,
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail a,
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail a:hover,
.cart-table table tbody tr td.product-detail .product .product-detail ul li.name a:hover,
.category-menu ul li .category-list h5 a:hover,
.category-section-3 .category-box-list:hover .category-name h6,
.compare-section .compare-table tr td a:hover,
.deal-contain .deal-detail a,
.deal-contain .deal-detail a:hover,
.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain a,
.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain a:hover,
.header-2 .top-nav .nav-logo span,
.header-2 .top-nav span,
.header-3 .top-nav .nav-logo span,
.header-3 .top-nav span,
.mobile-menu ul li a.active,
.mobile-menu ul li a:hover,
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.product-box .product-.product-image .product-option li a,
.product-list li .offer-product .offer-detail a:hover,
.top-selling-box .top-selling-contain .top-selling-detail a:hover {
  color: #222
}

.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain a h5 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 16px
}

.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 7px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 15px;
  font-weight: 400;
  margin-top: 6px
}

.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain h6 del {
  color: var(--theme-color-secondary);
  font-weight: 400;
  font-size: 13px
}

.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain h6 span {
  color: var(--text-primary);
  font-size: 13px;
  font-weight: 400
}

.remove-profile .modal-dialog .modal-content .modal- {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 0
}

.remove-profile .modal-dialog .modal-content .modal-body .remove-box p {
  text-align: center;
  line-height: 1.6;
  margin: 0;
  color: var(--text-primary)
}

.pickup-offcanvas .offcanvas- {
  border-bottom: 1px solid #ececec;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.pickup-offcanvas .offcanvas-.offcanvas-title span {
  display: block;
  color: var(--text-primary);
  font-size: 16px;
  font-weight: 400;
  margin-top: 4px
}

.pickup-offcanvas .offcanvas-body .check-box {
  margin-top: 10px
}

.pickup-offcanvas .offcanvas-body .check-box h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  color: var(--text-primary)
}

.addCart i,
.pickup-offcanvas .offcanvas-body .check-box h6 i {
  font-size: 20px
}

.pickup-offcanvas .offcanvas-body .address-box {
  margin-top: 18px
}

.pickup-offcanvas .offcanvas-body .address-box ul li {
  display: block;
  font-size: 13px;
  color: var(--text-primary)
}

.categories-canvas {
  width: 320px
}

.categories-canvas .offcanvas- {
  padding: 20px 24px;
  border-bottom: 1px solid #ececec;
  box-shadow: 0 2px 10px -3px rgba(34, 34, 34, 0.1)
}

.categories-canvas .offcanvas-.offcanvas-title,
.header-2 .header-nav-left .category-dropdown .category-title h5,
.home-contain .home-detail h1 .daily,
.navbar-nav .dropdown-image .dropdown-column .dropdown-item:hover span,
.offcanvas-h5 {
  color: var(--theme-color-primary);
  font-weight: 400
}

.categories-canvas .offcanvas-.close-button {
  padding: 0;
  margin: -10px 0;
  font-size: 16px;
  background-image: none
}

.categories-canvas .offcanvas-body {
  padding: 20px 24px;
  margin-top: 13px
}

.categories-canvas .offcanvas-body .categories-list ul,
.shop-section .left-box .shop-left-sidebar .custome-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px
}

.banner-contain-3 .banner-detail .banner-list li,
.categories-canvas .offcanvas-body .categories-list ul li,
.category-list li,
.category-menu ul li,
.checkout-section .delivery-address-box>div .delivery-address-detail li,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box>div .delivery-address-detail li,
.footer-section-2 .main-footer .footer-list li,
.header-2 .header-nav-left .category-dropdown .category-list li,
.log-in-section .log-in-box .log-in-button ul li,
.onhover-dropdown .onhover-div-login .user-box-name li,
.product-section-box .custom-tab .review-box .review-people .review-list li,
.shop-box .shop-category-box a {
  display: block;
  width: 100%
}

.categories-canvas .offcanvas-body .categories-list ul li a,
.header-2 .header-nav-left .category-dropdown .category-list li .category-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--text-primary)
}

.categories-canvas .offcanvas-body .categories-list ul li a:hover h6::before,
.header-2 .header-nav-left .category-dropdown .category-list li .category-name:hover h6::before,
.header-2 .header-nav-left .category-dropdown .category-list li a:hover h6::before {
  width: 65px
}

.categories-canvas .offcanvas-body .categories-list ul li a h6 {
  font-size: 17px;
  font-weight: 400;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.categories-canvas .offcanvas-body .categories-list ul li a h6:before,
.category .category-list li a h6:before,
.header-2 .header-nav-left .category-dropdown .category-list li .category-name h6:before,
.header-2 .header-nav-left .category-dropdown .category-list li a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color-primary);
  opacity: 0.5;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.categories-canvas .offcanvas-body .categories-list ul li a i,
.category .category-list li a .according-menu,
.category-menu ul li .category-list i,
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li span.price .price,
.dashboard-title.dashboard-flex button,
.header-2 .header-nav-left .category-dropdown .category-list li .category-name .according-menu,
.header-2 .header-nav-left .category-dropdown .category-list li .category-name i,
.header-2 .header-nav-left .category-dropdown .category-list li a i,
.seller-grid-box-1 .grid-image .contain-name .since-number .product-rating,
.shop-section .show-button .top-filter-menu .grid-option,
.shop-section .show-button .top-filter-menu-2 .grid-option,
.dashboard-card .payment-card-detail .card-details .valid-detail .primary {
  margin-left: auto
}

.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box+.recent-box,
.blog-section .left-sidebar-box .left-accordion-box .accordion-item+.accordion-item,
.footer-section-2 .main-footer .download-app,
.product-section .right-box-contain .pickup-box .product-info,
.product-section-box,
.dashboard-profile .profile-about {
  margin-top: 20px
}

.product-section-box .custom-nav {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border: none;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0;
  border-bottom: 1px solid #ececec
}

.product-section-box .custom-nav .nav-item .nav-link {
  color: #111;
  padding: 10px 12px;
  margin-right: 5px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  position: relative;
  background: #d8d8d8
}

.product-section-box .custom-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  top: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.product-section-box .custom-nav .nav-item .nav-link.active,
.product-section-box .custom-nav .nav-item .nav-link:focus,
.product-section-box .custom-nav .nav-item .nav-link:hover {
  color: #fff;
  background: var(--color-primary)
}

.category-list {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  width: 100dvw;
  height: 45px;
  color: var(--background-primary) !important;
  background-color: var(--color-primary) !important;
  gap: 5px
}

header.active .category-list {
  display: none
}

.category-item {
  margin-top: 8px;
  width: auto;
  height: 25px;
  border: 1px solid var(--background-secondary) !important;
  padding: 1.5px 6px;
  transition: all 0.5s;
  opacity: 0.7
}

.category-item-active,
.category-item:hover {
  opacity: 1;
  border: 1px solid var(--background-primary) !important
}

.category-item a {
  width: 150px;
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden
}

.banner-contain-3 .banner-detail.banner-half-width,
.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity .quantity-price,
.home-search-full .home-contain .home-detail>div,
.home-section-small .home-contain .home-detail.home-width,
.product-section .pickup-box .product-info .product-info-list-3 {
  width: 50%
}

.product-section-box .offer-table {
  margin-bottom: 0;
  border: 1px solid #ececec;
  table-layout: fixed;
  display: inherit;
  border-radius: 6px
}

.product-section-box .offer-table tbody tr td,
.product-section-box .offer-table tbody tr th {
  padding: 12px 16px
}

.product-section-box .offer-table tbody tr th {
  width: 7%
}

.cart-table.cart-table-2 table tbody tr td,
.order-table table tbody tr td,
.product-section-box .offer-table tbody tr td {
  vertical-align: middle
}

.cart-table table tbody tr td.quantity,
.product-section-box .offer-table tbody tr td.offer-name {
  width: 20%
}

.cart-section .special-seller-box .sub-total-table tbody tr.shipping-list td .form-check,
.cart-table.cart-table-2 table,
.category-slider.slick-dotted,
.footer-section-2 .main-footer .footer-address li:last-child,
.navbar-nav .nav-item,
.order-tab-table,
.order-table,
.order-table-section .order-tab .order-tab-table,
.product-section-box .custom-tab .nav-desh:last-of-type,
.product-table,
.slick-slider.slick-dotted,
.sticky-bottom-cart .product-image .content h5,
.sticky-bottom-cart .product-image .content h6,
.dashboard-address .address-box>div .address-table table,
.dashboard-card .payment-card-detail .card-details .valid-detail .title,
footer .main-footer .footer-contact ul li:last-child {
  margin-bottom: 0
}

.cart-section .deliver-box h5:first-child,
.product-section-box .custom-tab .nav-desh .desh-title {
  margin-bottom: 8px
}

.product-section-box .custom-tab .product-detail .detail-title h5 {
  font-weight: 400;
  color: var(--text-primary);
  font-size: 17px;
  margin-bottom: 10px
}

.product-section-box .custom-tab .product-detail .detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px
}

.product-section-box .custom-tab .product-detail .detail-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: var(--text-primary);
  width: 100%
}

.product-section-box .custom-tab .product-detail .detail-list li i {
  font-size: 6px;
  color: var(--text-primary);
  margin: 6px 6px 0 0
}

.product-section-box .custom-tab .information-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 7px
}

.product-section-box .custom-tab .information-box ul li {
  color: var(--text-primary);
  width: 100%;
  display: list-item;
  list-style-type: circle;
  margin-left: 35px
}

.product-section-box .custom-tab .review-box .review-people .review-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 26px
}

.review-box .review-people .review-list li .people-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  width: 100%;
  border-radius: 10px;
  padding: 10px 14px;
  margin-bottom: 5px;
  background: var(--background-secondary)
}

.blog-section .blog-box .blog-detail .blog-list .blog-social-icon:hover .icon,
.blog-section .blog-box:hover .blog-detail label::before,
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-tags-box ul li:hover::after,
.category-box:hover::after,
.category-section-3 .category-box-list:hover::after,
.footer-section-2 .main-footer .footer-list li a.footer-contain-2:hover::before,
.footer-section-2 .main-footer .social-icon li:hover::after,
.offer-banner:hover .banner-detail::after,
.review-box .review-people .review-list li .people-box:hover .reply a,
footer .main-footer .footer-contain ul li a:hover::after {
  opacity: 1
}

.review-box .review-people .review-list li .people-box .people-image {
  width: 70px;
  height: 70px
}

.review-box .review-people .review-list li .people-box .people-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.review-box .review-people .review-list li .people-box .people-comment {
  padding-left: 15px;
  width: calc(100% - 70px)
}

.review-box .review-people .review-list li .people-box .people-comment .name {
  display: block;
  font-weight: 400;
  font-size: 15px
}

.review-box .review-people .review-list li .people-box .people-comment .date-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%
}

.review-box .review-people .review-list li .people-box .people-comment .date-time h6 {
  font-size: 13px;
  color: #777;
  margin-top: 1px
}

.review-box .review-people .review-list li .people-box .reply {
  margin-top: 9px;
  line-height: 1.6;
  color: var(--text-primary);
  position: relative
}

.review-box .review-people .review-list li .people-box .reply p {
  width: 90%;
  margin: 0;
  line-height: 1.6
}

.review-box .review-people .review-list li .people-box .reply a {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  font-weight: 400;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.product-section-box .custom-tab .info-table {
  border: 1px solid #ececec;
  margin-bottom: 0
}

.product-section-box .custom-tab .info-table.table-striped tbody tr:nth-of-type(odd) td {
  background-color: var(--background-secondary);
  color: #222
}

.product-section-box .custom-tab .info-table tbody tr td,
.product-section-box .custom-tab .info-table tbody tr th {
  font-size: 16px;
  white-space: nowrap
}

.product-section-box .custom-tab .info-table tbody tr td {
  border-left: 1px solid #ececec
}

.custome-pagination .pagination {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.blog-box .blog-box-image,
.blog-section .blog-box,
.custome-pagination .pagination .page-item {
  border-radius: 5px;
  overflow: hidden
}

.custome-pagination .pagination .page-item.active .page-link,
.sticky-bottom-cart .add-btn a.wishlist-btn:hover {
  background-color: var(--theme-color-primary);
  border-color: var(--theme-color-primary);
  color: #fff
}

.custome-pagination .pagination .page-item .page-link {
  color: var(--text-primary);
  border: 1px solid transparent
}

.custome-pagination .pagination .page-item .page-link:hover {
  border-radius: 5px;
  color: var(--theme-color-primary);
  border: 1px solid var(--theme-color-primary);
  background-color: unset
}

.custome-pagination .pagination input {
  width: 50px;
  height: 100%;
  text-align: center;
  border: 1px solid #777;
  border-radius: 5px;
  padding: 0 10px
}

.custome-pagination .pagination .page-item .page-link:focus {
  color: var(--theme-color-primary);
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none
}

.ratio_30 .bg-size:before {
  content: "";
  padding-top: 30%;
  display: block
}

.ratio_35 .bg-size:before {
  content: "";
  padding-top: 35%;
  display: block
}

.ratio_45 .bg-size:before {
  content: "";
  padding-top: 45.4%;
  display: block
}

.ratio_50 .bg-size:before {
  content: "";
  padding-top: 55%;
  display: block
}

.ratio_50_1 .bg-size:before {
  content: "";
  padding-top: 50%;
  display: block
}

.ratio_58 .bg-size:before {
  content: "";
  padding-top: 58%;
  display: block
}

.ratio_60 .bg-size:before {
  content: "";
  padding-top: 60%;
  display: block
}

.ratio_65 .bg-size:before {
  content: "";
  padding-top: 65%;
  display: block
}

.ratio_87 .bg-size:before {
  content: "";
  padding-top: 87%;
  display: block
}

.ratio_square .bg-size:before {
  padding-top: 100%;
  content: "";
  display: block
}

.ratio_110 .bg-size:before {
  padding-top: 110%;
  content: "";
  display: block
}

.ratio_125 .bg-size::before {
  content: "";
  padding-top: 125%;
  display: block
}

.ratio_148 .bg-size::before,
.ratio_148_1 .bg-size {
  content: "";
  padding-top: 148%;
  display: block
}

.ratio_156 .bg-size:before {
  content: "";
  padding-top: 156%;
  display: block
}

.ratio_medium .bg-size:before {
  content: "";
  padding-top: 134%;
  display: block
}

.ratio_180 .bg-size:before {
  content: "";
  padding-top: 180%;
  display: block
}

.ratio_209 .bg-size:before {
  content: "";
  padding-top: 209%;
  display: block
}

.b-bottom {
  background-position: bottom !important
}

.b-top {
  background-position: top !important
}

.b-left {
  background-position: left !important
}

.b-right {
  background-position: right !important
}

.product-wrapper .slick-dots {
  position: relative;
  bottom: 0
}

.product-wrapper .slick-dots li {
  width: auto;
  height: auto
}

.product-wrapper .slick-dots li button {
  border-radius: 4px;
  padding: 0;
  margin: 0;
  background-color: rgba(35, 35, 35, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s
}

.cart-table table tbody tr td.product-detail .product .product-detail ul li:nth-child(n+4),
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .future-box,
.colorpick-eyedropper-input-trigger,
.footer-sm:after,
.footer-sm:before,
.header-2 .dropdown-list .dropdown .dropdown-toggle::after,
.header-2 .header-nav-left .category-dropdown .category-title,
.header-2 .rightside-menu .dropdown-dollar .dropdown .dropdown-toggle::after,
.header-2 .rightside-menu .option-list>ul>li .header-icon.search-icon,
.header-2 .rightside-menu .option-list>ul>li .header-icon.user-icon,
.header-2 .rightside-menu .option-list>ul>li:nth-of-type(5n-3),
.header-2 .rightside-menu .wishlist-box .header-icon.search-icon,
.header-2 .rightside-menu .wishlist-box .header-icon.user-icon,
.header-2 .search-box,
.header-3 .dropdown-list .dropdown .dropdown-toggle::after,
.header-3 .rightside-menu .dropdown-dollar .dropdown .dropdown-toggle::after,
.header-3 .rightside-menu .option-list-2 li:nth-of-type(5n-4),
.header-3 .rightside-menu .wishlist-box .header-icon.search-icon,
.header-3 .rightside-menu .wishlist-box .header-icon.user-icon,
.header-3 .search-box,
.header-notification.remove,
.navbar-expand .navbar-toggler,
.navbar-nav .dropdown-menu .dropdown .dropdown-toggle::after,
.navbar-stuck-logo,
.product-category .product-category-list li:last-child::before,
.product-list-section.list-style>div .product-box .product-detail .span-name,
.product-load-more .col-grid-box,
.product-wrapper .slick-dots li button::before,
.shop-section .left-box .shop-left-sidebar .back-button,
.support-1 .support-online .text,
.dashboard-card .edit-card-mobile {
  display: none
}

.product-wrapper .slick-dots li.slick-active button {
  margin: 0;
  background-color: var(--theme-color-primary);
  -webkit-transition: 0.5s;
  transition: 0.5s
}

.product-wrapper .timer {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  text-align: center
}

.product-wrapper.slick-slider.slick-dotted {
  margin-bottom: -2px
}

#projects .owl-dots .owl-dot,
.no-arrow .slick-arrow {
  display: none !important
}

.no-space .slick-list,
.no-space .slick-list .slick-slide>div,
.no-space .slick-list .slick-slide>ul {
  margin: 0 !important
}

.category-slider .slick-list .slick-slide {
  padding: 0 10px
}

.slick-slider .slick-list {
  margin: 0 -10px;
  padding: 10px 0
}

.slick-slider .slick-list .slick-slide>div,
.slick-slider .slick-list .slick-slide>ul {
  margin: 0 10px
}

.slick-top .slick-list .slick-track>div {
  margin: 3px 0
}

.left-slider .slick-list .slick-track .slick-slide img {
  -webkit-filter: var(--background-secondary) blur(2.5px);
  filter: var(--background-secondary) blur(2.5px);
  opacity: 0.4
}

.left-slider .slick-list .slick-track .slick-slide.slick-current img {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-filter: grayscale(0) blur(0);
  filter: grayscale(0) blur(0);
  opacity: 1;
  -webkit-box-shadow: 0 0 8px rgba(34, 34, 34, 0.16);
  box-shadow: 0 0 8px rgba(34, 34, 34, 0.16)
}

.arrow-slider .slick-next,
.arrow-slider .slick-prev {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(34, 34, 34, 0.14);
  box-shadow: 0 1px 4px rgba(34, 34, 34, 0.14);
  position: absolute;
  border-radius: 5px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.product-arrow .slick-next,
.product-arrow .slick-prev {
  z-index: 1
}

.arrow-slider .slick-next::before,
.arrow-slider .slick-prev::before {
  font-family: "Font Awesome 6 Free";
  color: var(--theme-color-primary)
}

.arrow-slider .slick-prev {
  left: unset;
  right: 60px
}

.arrow-slider .slick-prev::before {
  content: ""
}

.arrow-slider .slick-next,
.arrow-slider-2 .slick-next {
  right: 5px
}

.arrow-slider .slick-next::before {
  content: ""
}

.arrow-slider-2 .slick-next,
.arrow-slider-2 .slick-prev {
  top: -42px
}

.arrow-slider-2 .slick-prev {
  left: unset;
  right: 50px
}

.arrow-slider-2 .slick-prev::before {
  font-family: "Font Awesome 6 Free";
  content: "";
  color: #222;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.arrow-slider-2 .slick-next::before {
  font-family: "Font Awesome 6 Free";
  content: "";
  color: #222
}

.img-slider img {
  display: initial
}

.product-arrow .slick-next,
.product-arrow .slick-prev {
  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;
  background-color: #ececec;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.product-arrow .slick-next::before,
.product-arrow .slick-prev::before {
  font-family: "Font Awesome 6 Free"
}

#myimages .flickity-prev-next-button.previous,
.product-arrow .slick-prev,
.shop-section .left-box.show {
  left: 0
}

.product-arrow .slick-prev::before {
  color: #000;
  content: ""
}

#myimages .flickity-prev-next-button.next,
.item-section.active,
.product-arrow .slick-next {
  right: 0
}

.product-arrow .slick-next:before {
  color: #000;
  content: ""
}

.foot-frame li,
.foot-frame li iframe,
.slick-height .slick-list .slick-track .slick-slide {
  height: auto
}

.tab-style-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border: none;
  overflow-x: auto;
  overflow-y: hidden
}

.tab-style-color .nav-item .nav-link {
  border: none;
  color: #222;
  font-weight: 400;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  font-size: 16px;
  white-space: nowrap;
  background-color: #fff;
  line-height: 1;
  border: 1px solid var(--theme-color-primary);
  margin: 0
}

.setting-box,
.theme-option {
  -webkit-transition: 0.5s ease-in-out;
  z-index: 1;
  transition: 0.5s ease-in-out
}

.theme-option {
  right: 10px;
  bottom: 45px;
  position: fixed
}

.setting-box .setting-button,
.theme-option .back-to-top a {
  display: -webkit-box;
  display: -ms-flexbox
}

.theme-option .back-to-top {
  padding: 0;
  border-radius: 5px;
  z-index: 1;
  margin-top: 12px
}

.theme-option .back-to-top a {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.setting-box {
  padding: 0;
  border-radius: 5px;
  position: relative
}

.setting-box .setting-button {
  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;
  color: #fff
}

.timer ul li,
.timer-box ul li {
  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;
  width: 50px;
  height: 50px;
  position: relative;
  background-color: #ececec;
  padding: 8px;
  border-radius: 5px
}

.timer ul li+li::after,
.title-flex .timing-box .timing .time ul li+li::after {
  content: ":";
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  font-weight: bolder;
  left: -10px
}

.timer-2 {
  margin-left: 40px
}

.timer-2 ul li {
  width: 60px;
  height: 60px;
  color: #000;
  border: 1px solid #222;
  background-color: transparent
}

.timer-2 ul li .counter {
  font-size: 20px;
  font-weight: 400
}

.timer-box ul li+li::after {
  content: ":";
  position: absolute;
  font-weight: bolder;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  left: -10px
}

.title-leaf {
  width: 140px;
  text-align: center;
  margin-top: 7px;
  position: relative;
  z-index: 0
}

.header-top .noti:first-child,
.mend-auto,
.mstart-auto,
.order-table-2 tbody tr td {
  text-align: left
}

.title-leaf::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  width: 100%;
  height: 1px;
  left: 0;
  background-color: var(--theme-color-primary);
  z-index: -1
}

.title-leaf svg {
  background-color: #fff;
  width: 45px;
  z-index: 1;
  fill: var(--color-primary)
}

.title {
  display: inline-block;
  font-weight: 700;
  color: var(--text-primary);
  position: relative;
  font-size: 18px;
  margin-bottom: 0
}

.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li a .category-name,
.client-section .client-box .client-list,
.header-nav,
.log-in-section .log-in-box .forgot-box,
.seller-grid-box-1 .grid-contain .seller-category,
.sticky-bottom-cart .cart-content,
.title-flex,
.title-flex-2,
.dashboard-home .dashboard-contant-title h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.header-nav .header-nav-left .dropdown-category .dropdown,
.title-flex .timing-box,
.title-flex-2 .timing-box,
footer .main-footer .social-app ul li,
li,
span {
  display: inline-block
}

.title-flex .timing-box .timing,
.title-flex-2 .timing-box .timing {
  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;
  background-color: var(--theme-color-secondary);
  color: #fff;
  border-radius: 5px
}

.title-flex .timing-box .timing i,
.title-flex-2 .timing-box .timing i {
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  margin-right: 9px
}

.title-flex .timing-box .timing .feather,
.title-flex-2 .timing-box .timing .feather {
  width: 17px;
  height: 17px;
  margin-right: 9px
}

.title-flex .timing-box .timing .name,
.title-flex-2 .timing-box .timing .name {
  font-weight: 400;
  margin-right: 8px;
  line-height: 1
}

.title-flex .timing-box .timing .time ul li {
  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;
  position: relative;
  line-height: 1
}

.title .product-tabs {
  border: none;
  position: absolute;
  top: 0;
  right: 0
}

.title .product-tabs .nav-item .nav-link {
  border: none;
  border-radius: unset;
  color: var(--text-primary);
  position: relative;
  font-weight: 400;
  font-size: 16px
}

.category-section-3 .category-box-list:hover .category-name h4,
.home-contain .home-detail h1 span.name-2,
.log-in-section .log-in-box .remember-box label span,
.title .product-tabs .nav-item .nav-link.active {
  font-weight: 400;
  color: var(--theme-color-primary)
}

.title .product-tabs .nav-item .nav-link.active::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  bottom: 0;
  left: 17px;
  border-radius: 50px;
  background-color: var(--theme-color-primary)
}

.title .product-tabs .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 2px;
  bottom: 0;
  left: 75px;
  border-radius: 50px;
  background-color: var(--theme-color-primary)
}

.cart-table table tbody tr .name,
.cart-table table tbody tr .price,
.header-2 .dropdown-list li .dropdown .dropdown-toggle .fa-chevron-down,
.header-2 .top-nav .middle-box .location-box-2 button .down-arrow,
.header-3 .dropdown-list li .dropdown .dropdown-toggle .fa-chevron-down,
.navbar.navbar-expand-xl .navbar-nav .nav-link .icli,
.shop-section .show-button .top-filter-menu .category-dropdown .dropdown,
.shop-section .show-button .top-filter-menu-2 .category-dropdown .dropdown,
.title .product-tabs .nav-item+.nav-item,
footer .main-footer .footer-logo .theme-logo h4 {
  margin-left: 10px
}

.title .product-tabs .nav-item+.nav-item::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  top: 9px;
  left: -11px;
  background-image: url(https://themes.pixelstrap.com/fastkart/assets/svg/bag.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

.title-border {
  border-bottom: 1px solid #ececec
}

.vendor-title h5 {
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 10px;
  letter-spacing: 0.5px
}

.seller-title p,
.vendor-title p {
  margin-bottom: 0;
  font-size: 15px;
  color: var(--text-primary);
  line-height: 1.6
}

.seller-title h2 {
  font-weight: 400;
  font-size: 37px;
  margin-bottom: 23px;
  letter-spacing: 0.5px;
  text-transform: uppercase
}

.p-center-left,
.p-top-center,
.p-top-left,
.p-top-right {
  display: -webkit-box;
  display: -ms-flexbox
}

.tooltip {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear
}

.tooltip .tooltip-arrow::before {
  border-top-color: var(--theme-color-primary)
}

.tooltip .tooltip-inner {
  font-weight: 400;
  background-color: var(--theme-color-primary);
  color: #fff
}

.col-custome-3 {
  width: 22%
}

.col-custome-9 {
  width: 78%
}

.w-60 {
  width: 60% !important
}

.section-b-space,
.section-t-space,
section {
  padding-top: 20px
}

.container-fluid-lg {
  padding: 0 clamp(var(--pad-min), 8vw, 80px)
}

.container-fluid-md {
  padding: 0 clamp(var(--pad-min), 4vw, 50px)
}

.container-fluid-sm {
  padding: 0 clamp(var(--pad-min), 3vw, 30px)
}

.container-fluid-xs {
  padding: 0 clamp(var(--pad-min), 2vw, 15px)
}

.section-small-space {
  padding: 20px 0
}

.p-top-left {
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.p-top-center {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.p-top-right {
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.p-center-left {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.footer-section-2 .sub-footer .payment-box,
.p-center-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.p-bottom-center,
.p-bottom-left {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: end
}

.p-bottom-left {
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.p-bottom-center {
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.p-bottom-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.p-sticky {
  position: sticky;
  top: 10px
}

.ls-expanded {
  letter-spacing: 12px;
  margin-right: -12px
}

.g-8 {
  margin: -8px
}

.g-8>div {
  padding: 8px
}

.icon-width {
  width: 25px;
  height: 25px
}

.blog-section .blog-box .blog-contain-2,
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-collapse .accordion-body,
.top-nav {
  padding: 0
}

.product-rating {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  padding: 2px 5px
}

.product-rating span {
  color: var(--text-primary);
  font-size: 12px;
  margin-left: 5px
}

.mend-auto {
  margin-right: auto !important
}

.mstart-auto {
  margin-left: auto !important
}

.text-title {
  color: #222 !important
}

.text-yellow {
  color: #ffb321 !important
}

.text-success {
  color: #328f0a !important
}

.text-danger {
  color: #d10101 !important
}

.bg-gray {
  background-color: var(--background-secondary) !important
}

.bg-gradient-color {
  background: linear-gradient(149.8deg, #f8f8fb 17.21%, #f3f5f9 79.21%)
}

.orange-color {
  color: #ffbc5d !important
}

.text-exo {
  font-family: "Exo 2", sans-serif
}

.text-russo {
  font-family: "Russo One", sans-serif
}

.about-us-title h4,
.text-pacifico {
  font-family: Pacifico, cursive
}

.text-kaushan {
  font-family: "Kaushan Script", cursive
}

.text-great {
  font-family: "Great Vibes", cursive
}

.text-qwitcher {
  font-family: "Qwitcher Grypen", cursive
}

.w-58 {
  width: 58% !important
}

.hover-effect:hover {
  opacity: 1;
  -webkit-animation: 1.5s flash;
  animation: 1.5s flash
}

a,
a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s
}

body ::-moz-selection {
  color: #fff;
  background-color: var(--theme-color-primary)
}

body ::selection {
  color: #fff;
  background-color: var(--theme-color-primary)
}

.banner-contain,
.banner-contain-2 {
  position: relative;
  overflow: hidden
}

ul {
  padding-left: 0;
  margin-bottom: 0
}

p {
  font-size: 16px;
  line-height: 18px
}

a {
  color: var(--theme-color-primary)
}

.contact-box-section .form-control {
  padding: 10px 10px 10px 50px
}

.form-control:active,
.form-control:focus {
  border: 1px solid var(--color-primary) !important
}

h1 {
  font-weight: 400;
  line-height: 1.1
}

h2 {
  font-weight: 400
}

h3,
h4,
h5,
h6 {
  line-height: 1.2
}

h3 {
  font-weight: 400
}

h4 {
  font-weight: 400
}

h5 {
  font-weight: 400
}

h6 {
  font-weight: 400
}

.price-color {
  color: var(--color-price) !important
}

.theme-color {
  color: var(--color-primary) !important
}

.theme-bg-color {
  background: var(--color-primary) !important
}

.theme-color-secondary {
  color: var(--color-secondary) !important
}

.theme-bg-color-secondary {
  background: var(--color-secondary) !important
}

.theme-bg-color-danger {
  background: red !important
}

.banner-contain .banner-details .banner-box {
  position: absolute;
  top: 30px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 60px 60px 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-box-shadow: 0 11px 10px rgba(74, 85, 104, 0.06);
  box-shadow: 0 11px 10px rgba(74, 85, 104, 0.06)
}

.banner-contain .banner-details .banner-box h5 {
  font-weight: 400
}

.banner-contain .banner-details .banner-button {
  position: absolute;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.banner-contain .banner-details h2.banner-title {
  font-weight: 400
}

.banner-contain .banner-details h3 {
  margin-top: -7px
}

.banner-contain .banner-details h4 {
  line-height: 1.6
}

.banner-contain .banner-details .coupon-code {
  border: 2px dashed rgba(255, 255, 255, 0.5);
  display: inline-block;
  font-weight: 400;
  margin-top: 13px
}

.banner-contain .banner-details .coupon-code-white {
  background-color: rgba(255, 255, 255, 0.2)
}

.banner-contain .banner-details .coupon-code.code-2 {
  background-color: rgba(153, 105, 31, 0.5)
}

.banner-contain .banner-details p {
  color: var(--text-primary);
  line-height: 1.5
}

.banner-contain .banner-details p.banner-text,
.cart-table table tbody tr td .quantity-price {
  width: 62%
}

.banner-contain .banner-details .banner-timing {
  width: 100%;
  height: 210px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(181.97deg, rgba(0, 0, 0, 0.3) 1.66%, rgba(0, 0, 0, 0) 95.27%);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  text-align: center;
  color: #fff
}

.banner-contain .banner-details .banner-timing .time {
  margin-top: 25px
}

.banner-contain .banner-details .banner-timing .time ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly
}

.banner-contain .banner-details .banner-timing .time ul li .counter {
  width: 55px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px dashed #fff
}

.banner-contain .banner-details .banner-timing .time ul li .counter h5,
.deal-timer ul li .counter>div h5,
.hot-line-number h5 {
  font-weight: 400;
  margin-bottom: 4px
}

.banner-contain-2 .banner-detail,
.banner-contain-2 .banner-detail-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.banner-contain-2 .banner-detail .banner-detail-box {
  position: relative;
  padding: 7px 0
}

.banner-contain-2 .banner-detail .banner-detail-box::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: -10px;
  background-color: var(--theme-color-primary)
}

.banner-contain-2 .banner-detail .banner-detail-box-2 {
  padding: 7px 0 7px 17px
}

.banner-contain-2 .banner-detail .banner-detail-box-2::before {
  width: 5px;
  border-radius: 50px;
  left: 0
}

.banner-contain-2 .banner-detail h3 .brand-name {
  font-weight: 700;
  background-color: var(--theme-color-primary);
  color: #fff;
  position: relative;
  z-index: 0
}

.banner-contain-2 .banner-detail h3 .brand-name::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: solid #222;
  z-index: -1
}

.banner-contain-2 .banner-detail h2,
.banner-contain-2 .banner-detail-2 h2 {
  font-weight: 400
}

.banner-contain-2 .banner-detail h4 {
  font-weight: 400;
  color: #222
}

.banner-contain-2 .banner-detail-2>div {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(24.21%, rgba(255, 255, 255, 0.2)), color-stop(75.22%, rgba(255, 255, 255, 0.2)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 24.21%, rgba(255, 255, 255, 0.2) 75.22%);
  padding: 22px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.banner-contain-2 .banner-detail-2 h3 {
  font-weight: 400;
  color: #fff
}

.banner-contain-2 .banner-detail-2 button {
  background-color: var(--theme-color-primary);
  color: #fff;
  margin: 9px auto 0
}

.banner-contain-3,
.home-section-2 .home-contain,
.newsletter-section-2 .newsletter-box {
  border-radius: 10px;
  overflow: hidden;
  position: relative
}

.banner-contain-3 .flower-pot {
  position: absolute;
  bottom: 0;
  right: -59px
}

.banner-contain-3 .social-image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.banner-contain-3 .delivery-bike img {
  margin-top: -16px
}

.banner-contain-3.banner-contain-bg {
  background-image: url(../images/grocery/banner/11-bg.html);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block
}

.banner-contain-3 .banner-detail-2 h2 {
  margin-bottom: 10px;
  text-transform: none
}

.banner-contain-3 .banner-detail-2 h3 {
  font-size: 35px
}

.banner-contain-3 .banner-detail-2 h4 {
  font-size: 40px
}

.banner-contain-3 .banner-minus-position {
  margin-top: -13px
}

.banner-contain-3 .banner-detail,
.home-section-2 .home-contain .home-detail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.banner-contain-3 .banner-detail h2 {
  margin-bottom: 3px
}

.banner-contain-3 .banner-detail h3 {
  margin-bottom: 10px;
  line-height: 1.4
}

.banner-contain-3 .banner-detail h3.banner-contain {
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 0
}

.banner-contain-3 .banner-detail h4 {
  margin-bottom: 5px;
  line-height: 1.4
}

.banner-contain-3 .banner-detail h4.furniture-title {
  position: relative;
  display: inline-block
}

.banner-contain-3 .banner-detail h4.furniture-title img {
  position: absolute;
  top: -26px;
  right: -185px
}

.banner-contain-3 .banner-detail h5,
.home-contain .home-detail h5,
.home-section-2 .home-contain .home-detail h5 {
  letter-spacing: 1px
}

.banner-contain-3 .banner-detail h6 {
  font-size: 16px
}

.banner-contain-3 .banner-detail p,
.home-section-2 .home-contain .home-detail p {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--text-primary);
  letter-spacing: 0.8px
}

.banner-contain-3 .banner-detail .banner-list,
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-tags-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px
}

.banner-contain-3 .banner-detail .banner-list li .delivery-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 11px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.banner-contain-3 .banner-detail .banner-list li .delivery-box .check-icon {
  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;
  width: 20px;
  height: 20px;
  background-color: #6bbe66;
  color: #fff;
  border-radius: 100%;
  font-size: 11px
}

.banner-contain-3 .banner-detail .shop-now-button {
  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;
  padding: 0;
  color: #fff;
  font-size: 15px
}

.banner-contain-3 .banner-detail .shop-now-button i {
  font-size: 16px;
  margin-left: 8px;
  margin-top: -2px
}

.offer-banner {
  border-radius: 15px;
  overflow: hidden;
  position: relative
}

.offer-banner .banner-detail {
  position: absolute;
  border-radius: 5px 30px 30px 5px;
  -webkit-box-shadow: 0 3px 4px rgba(34, 34, 34, 0.14);
  box-shadow: 0 3px 4px rgba(34, 34, 34, 0.14);
  z-index: 0;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background-color: rgba(255, 255, 255, 0.95)
}

.offer-banner .banner-detail h5 {
  letter-spacing: 0.6px;
  margin-bottom: 3px;
  font-size: 16px
}

.bank-section .bank-offer .bank-footer h4,
.blog-box .blog-detail h5 {
  font-weight: 400
}

.offer-banner .banner-detail h6 {
  letter-spacing: 1.7px;
  color: var(--text-primary)
}

.offer-banner .offer-box {
  position: absolute;
  background-color: var(--theme-color-primary);
  border-radius: 50px
}

.offer-banner .offer-box a {
  color: #fff;
  display: block
}

.offer-banner .offer-box a span {
  letter-spacing: 1.5px;
  font-weight: 400
}

.bank-section .bank-offer {
  overflow: hidden
}

.bank-section .bank-offer .bank- {
  background: linear-gradient(76.68deg, #e6e6e6 -9.39%, #fafafa 78.76%, #f0f0f0 101.45%, #fff 112.78%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.bank-section .bank-offer .bank-.bank-left .bank-image {
  width: 120px;
  height: auto;
  margin-bottom: 12px
}

.bank-section .bank-offer .bank-footer-1 .bank-coupon::after,
.bank-section .bank-offer .bank-footer-2 .bank-coupon::after,
.bank-section .bank-offer .bank-footer-3 .bank-coupon::after {
  position: absolute;
  height: 0;
  border-radius: 5px;
  width: 100%;
  z-index: -1;
  content: "";
  bottom: 0;
  left: 0
}

.bank-section .bank-offer .bank-.bank-left .bank-name h2 {
  color: #bb0032;
  font-weight: 400;
  margin-bottom: 7px
}

.bank-section .bank-offer .bank-.bank-left .bank-name h2.bank-offer-2 {
  color: #239bf0
}

.bank-section .bank-offer .bank-.bank-left .bank-name h2.bank-offer-3 {
  color: #e73718
}

.bank-section .bank-offer .bank-footer {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.bank-section .bank-offer .bank-footer-1 {
  background: linear-gradient(85.8deg, #bb0032 -4.64%, #ff584d 109.73%, #ff8c75 131.73%)
}

.bank-section .bank-offer .bank-footer-1 .bank-coupon {
  background: linear-gradient(85.8deg, #ff584d -4.64%, rgba(187, 0, 50, 0.1) 131.73%)
}

.bank-section .bank-offer .bank-footer-1 .bank-coupon::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #ff584d;
  background: linear-gradient(85.8deg, rgba(187, 0, 50, 0.1) 131.73%, #ff584d -4.64%)
}

.bank-section .bank-offer .bank-footer-2,
.bank-section .bank-offer .bank-footer-2 .bank-coupon {
  background: -webkit-gradient(linear, left top, right top, color-stop(15.92%, #2395e8), color-stop(49.57%, #4eb5ff));
  background: linear-gradient(90deg, #2395e8 15.92%, #4eb5ff 49.57%)
}

.bank-section .bank-offer .bank-footer-2 .bank-coupon::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #4eb5ff;
  background: -webkit-gradient(linear, left top, right top, color-stop(15.92%, #4eb5ff), color-stop(49.57%, #2395e8));
  background: linear-gradient(90deg, #4eb5ff 15.92%, #2395e8 49.57%)
}

.bank-section .bank-offer .bank-footer-3,
.bank-section .bank-offer .bank-footer-3 .bank-coupon {
  background: linear-gradient(85.8deg, #ffb321 -4.64%, #ff584d 109.73%, #ff8c75 131.73%)
}

.bank-section .bank-offer .bank-footer-3 .bank-coupon::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #ffb321;
  background: -webkit-gradient(linear, right top, left top, color-stop(-4.64%, rgba(255, 140, 117, 0)), color-stop(109.73, rgba(255, 88, 77, 0.1)), color-stop(131.73%, #ffb321));
  background: linear-gradient(-90deg, rgba(255, 140, 117, 0) -4.64%, rgba(255, 88, 77, 0.1) 109.73, #ffb321 131.73%)
}

.bank-section .bank-offer .bank-footer h4 input {
  pointer-events: none;
  background-color: transparent;
  color: #fff;
  border: none;
  font-weight: 400;
  width: 60%
}

.bank-section .bank-offer .bank-footer .bank-coupon {
  margin-left: auto;
  color: #fff;
  font-weight: 400;
  padding: 6px 21px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0
}

.shop-banner {
  width: 52% !important
}

.shop-banner>div {
  background: var(--theme-color-primary);
  color: #fff;
  border-radius: 9px
}

.shop-banner>div h2 {
  font-weight: 700 !important;
  line-height: 1.2
}

.shop-banner>div h3 {
  margin-top: 18px;
  margin-bottom: -2px
}

.banner-furniture>.row {
  direction: ltr
}

.blog-box:hover .blog-box-image a,
.blog-section .blog-box:hover .blog-box-image a {
  -webkit-transform: scale(1.12) rotate(3deg);
  transform: scale(1.12) rotate(3deg);
  overflow: hidden
}

.blog-box .blog-box-image .blog-image,
.blog-section .blog-box .blog-box-image a,
.blog-section .blog-box .blog-image a,
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li a .category-name h5,
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li a .category-name span,
.cart-table table tbody tr td.product-detail .product .product-image img,
.footer-section-2 .main-footer .social-icon li a i,
.product-slider .product-slider-image img,
.service-contain-2 .service-detail h6,
.dashboard-order .order-contain .order-box .product-order-detail .order-image img {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.blog-box .blog-detail {
  margin-top: 15px;
  display: block
}

.blog-box .blog-detail h6 {
  color: var(--text-primary);
  margin-bottom: 3px;
  font-weight: 400
}

.blog-box .blog-detail h5 {
  color: #222;
  line-height: 1.5;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.blog-section .blog-box {
  padding-bottom: 1px;
  border: 1px solid #ececec;
  background: #fff;
  position: relative
}

.blog-section .blog-box .blog-box-image {
  overflow: hidden;
  border-radius: 0
}

.blog-section .blog-box .blog-image label {
  background-color: var(--theme-color-primary);
  border: none;
  letter-spacing: 0.9px;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2)
}

.blog-section .blog-box .blog-detail {
  margin-top: 0
}

.blog-section .blog-box .blog-detail h2 {
  line-height: 1.4
}

.blog-section .blog-box .blog-detail label {
  font-size: 12px;
  padding: 7px 11px;
  border-radius: 50px;
  color: var(--theme-color-primary);
  position: relative;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.blog-section .blog-box .blog-detail label::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color-primary);
  opacity: 0.1;
  z-index: -1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.blog-section .blog-box .blog-detail a {
  color: #222;
  display: block
}

.blog-section .blog-box .blog-detail h3 {
  line-height: 1.4;
  margin-bottom: 5px;
  font-weight: 400
}

.blog-section .blog-box .blog-detail h5 {
  font-size: 15px;
  margin-top: 10px;
  font-weight: 400;
  color: var(--text-primary)
}

.blog-section .blog-box .blog-detail .blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 15px
}

.blog-section .blog-box .blog-detail .blog-list span {
  color: var(--text-primary);
  margin-bottom: -5px
}

.blog-section .blog-box .blog-detail .blog-list .blog-social-icon .icon {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  opacity: 0
}

.blog-section .blog-box .blog-detail .blog-list .blog-social-icon .icon li {
  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;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.category-box,
.category-box::after {
  -webkit-transition: 0.5s ease-in-out
}

.blog-section .blog-box .blog-detail .blog-list .blog-social-icon .icon li .fab {
  font-size: 16px;
  color: var(--text-primary)
}

.category-box {
  background-color: var(--background-secondary);
  margin: 0 auto;
  display: block;
  width: 90%;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 0
}

.category-box.category-bg {
  background: linear-gradient(149.8deg, #f6f5f2 17.21%, #fbfaf9 79.21%)
}

.category-box:hover img,
.shop-section .show-button .top-filter-menu .grid-option ul li.active img,
.shop-section .show-button .top-filter-menu-2 .grid-option-2 ul li.active img {
  -webkit-filter: invert(1) brightness(100);
  filter: invert(1) brightness(100)
}

.category-box img {
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto
}

.category-box h5 {
  color: #222;
  margin-top: 12px;
  font-weight: 400;
  display: -webkit-box;
  overflow: hidden
}

.shop-box .shop-category-box {
  padding: 20px 10px;
  background-color: var(--background-secondary);
  display: block;
  text-align: center;
  border-radius: 0;
  margin: 0 !important;
  border-right: 1px solid #ececec
}

.shop-box .shop-category-box a .shop-category-image {
  width: 68px;
  height: 68px;
  display: inline-block;
  background-color: var(--background-secondary);
  padding: 8px;
  border-radius: 7px
}

.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-icon .lord-icon,
.home-contain,
.middle-image,
.shop-box .shop-category-box a .shop-category-image img {
  width: 100%;
  height: 100%
}

.shop-box .shop-category-box a .category-box-name {
  position: relative;
  width: 90%;
  margin: 10px auto 0;
  background-color: var(--background-secondary);
  color: #222;
  border-radius: 4px
}

.shop-box .shop-category-box a .category-box-name h6 {
  color: var(--text-primary);
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  overflow: hidden
}

.deal-section .deal-box {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.deal-section .deal-box:hover .category-image img,
.fresh-vegetable-section .fresh-image-2:hover>div,
.fresh-vegetable-section .fresh-image:hover>div {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.contact-box-section .left-sidebar-box .contact-image img,
.deal-section .deal-box .category-image {
  width: 60%
}

.deal-section .deal-box .category-image img {
  width: 80%;
  margin-left: auto;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.deal-section .deal-box .buy-box {
  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;
  position: absolute;
  background-color: var(--theme-color-primary);
  border-radius: 5px
}

.deal-section .deal-box .buy-box .iconly-Buy {
  font-size: 24px
}

.deal-section .deal-box .deal-detail {
  width: 65%
}

.deal-section .deal-box .deal-detail .hot-deal {
  background-color: var(--theme-color-primary);
  display: inline-block;
  padding: 3px 10px;
  border-radius: 50px;
  font-size: 11px;
  color: #fff;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
  text-transform: uppercase
}

.deal-section .deal-box .deal-detail .hot-deal span {
  line-height: 2.1
}

.deal-section .deal-box .deal-detail h5 {
  margin: 10px 0 8px;
  font-weight: 400
}

.deal-section .deal-box .deal-detail .price {
  color: var(--theme-color-primary);
  font-weight: 400;
  margin-bottom: 10px
}

.deal-section .deal-box .deal-detail .price span {
  color: var(--text-primary);
  text-decoration: line-through;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.deal-section .deal-box .deal-detail .custom-progressbar {
  border-radius: 50px;
  height: 10px
}

.deal-section .deal-box .deal-detail .custom-progressbar .progress-bar {
  background: var(--theme-color2);
  border-radius: 50px
}

.deal-section .deal-box .deal-detail .item {
  color: var(--text-primary);
  margin-top: 18px
}

.deal-section .deal-box .deal-detail .item span,
.related-product-2 .related-box .budle-list>ul>li .form-check .form-check-label span span {
  color: #222;
  font-weight: 400
}

.deal-section .deal-box .deal-detail .timer,
.dashboard-privacy .privacy-box+.privacy-box {
  margin-top: 15px
}

.deal-section .deal-box .offer {
  color: var(--text-primary);
  margin: 5px 0 12px
}

.category-section-2 .category-slider .shop-category-box {
  position: relative;
  padding-top: 14px
}

.category-section-2 .category-slider .shop-category-box:hover a::before {
  border-radius: 11px
}

.category-section-2 .category-slider .shop-category-box:hover a img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04)
}

.category-section-2 .category-slider .shop-category-box a,
.category-section-3 .category-box-list a,
.navbar-nav .dropdown-menu .sub-dropdown-hover>a {
  display: block;
  position: relative
}

.category-section-2 .category-slider .shop-category-box a.circle-1::before {
  background-color: #fff9d8
}

.category-section-2 .category-slider .shop-category-box a.circle-2::before {
  background-color: #fff2ec
}

.category-section-2 .category-slider .shop-category-box a.circle-3::before {
  background-color: #fce9e9
}

.category-section-2 .category-slider .shop-category-box a.circle-4::before {
  background-color: #fcf1ff
}

.category-section-2 .category-slider .shop-category-box a::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.category-section-2 .category-slider .shop-category-box a img {
  position: relative;
  margin: 0 auto;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.category-section-2 .category-slider .shop-category-box .category-name {
  position: relative;
  text-align: center;
  z-index: 0;
  margin: 16px auto 0
}

.category-section-2 .category-slider .shop-category-box .category-name h6 {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  margin: 0 auto;
  letter-spacing: 0.7px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-line-clamp: 3;
  font-weight: 400
}

.category-section-3 .category-box-list {
  padding: 20px;
  border-radius: 15px;
  background-color: #f1f1f3;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 0
}

.category-section-3 .category-box-list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.category-section-3 .category-box-list:hover .category-box-view .shop-button {
  opacity: 1;
  bottom: 17px
}

.category-section-3 .category-box-list:hover a img {
  opacity: 0.7;
  -webkit-transform: scale(1.03);
  transform: scale(1.03)
}

.category-section-3 .category-box-list .category-box-view .shop-button {
  left: 50%;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
  background-color: var(--theme-color-primary);
  font-size: 16px;
  padding: 10px 20px;
  color: #fff;
  font-weight: 400;
  position: absolute;
  bottom: -40px;
  opacity: 0
}

.category-section-3 .category-box-list .category-box-view .shop-button i {
  margin-left: 6px;
  font-size: 12px
}

.category-section-3 .category-box-list .category-name {
  margin-bottom: 20px;
  color: #222;
  display: block
}

.category-section-3 .category-box-list .category-name h4 {
  font-weight: 400;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.category-section-3 .category-box-list .category-name h6 {
  margin-top: 5px;
  color: var(--text-primary);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.category-section-3 .category-box-list a img {
  margin: 0 auto;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

footer .main-footer .footer-contain ul li a::after,
footer .main-footer .footer-contain ul li a::before {
  content: "";
  -webkit-transition: 0.5s ease-in-out;
  background-color: var(--theme-color-primary);
  position: absolute
}

.category-section-4 .shop-category-box img {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 25px;
  margin: 0 auto;
  border: 2px solid #fff
}

.category-section-4 .shop-category-box .category-name {
  margin-top: 14px
}

.category-section-4 .shop-category-box .category-name h6 {
  font-size: 16px;
  color: #fff;
  font-weight: 400
}

footer {
  position: relative;
  z-index: 0;
  background: var(--color-secondary);
  color: var(--background-secondary) !important
}

footer .text-content {
  color: var(--background-secondary) !important
}

footer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: -1
}

footer .main-footer {
  margin-bottom: 10px
}

footer .main-footer .footer-contain p,
footer .main-footer .footer-theme .footer-theme-contain p {
  font-size: 16px;
  color: var(--text-primary);
  line-height: 27px;
  margin-bottom: 0
}

footer .main-footer .footer-contact ul li .footer-number .feather,
footer .main-footer .footer-contain ul.address li .feather,
footer .main-footer .footer-logo .footer-logo-contain .address li .feather,
footer .main-footer .footer-theme .footer-theme-contain ul.address li .feather {
  width: 18px;
  height: 18px;
  stroke: var(--text-primary)
}

footer .main-footer .footer-theme .footer-theme-contain ul.address li p {
  margin: 1px 0 0 10px;
  color: var(--text-primary)
}

footer .main-footer .footer-theme .footer-theme-contain ul li {
  display: block;
  font-size: 16px
}

footer .main-footer .footer-logo .footer-logo-contain .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

footer .main-footer .footer-logo .footer-logo-contain .address li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
  width: 100%
}

footer .main-footer .footer-logo .footer-logo-contain .address li a {
  color: var(--background-secondary) !important;
  line-height: 20px;
  font-weight: bold;
  font-size: 16px
}

footer .main-footer .footer-logo .footer-logo-contain .address li span {
  margin: 0 10px;
  color: var(--background-secondary) !important;
  line-height: 20px;
  font-size: 16px
}

footer .main-footer .footer-logo .footer-logo-contain .address li:hover .feather {
  stroke: var(--theme-color-primary)
}

footer .main-footer .footer-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin-top: 10px;
  text-transform: uppercase
}

.blog-section .user-comment-box ul li .user-box,
footer .main-footer .footer-contain ul.address li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

footer .main-footer .footer-contain ul.address li a,
footer .main-footer .footer-contain ul.address li p {
  margin: 0 0 0 10px;
  color: var(--text-primary);
  line-height: 18px
}

footer .main-footer .footer-contain ul li {
  display: block;
  font-size: 14px;
  line-height: 20px
}

footer .main-footer .footer-contain ul li a {
  display: inline-block;
  position: relative
}

footer .main-footer .footer-contain ul li a::before {
  width: 0;
  height: 2px;
  left: 0;
  bottom: 0;
  transition: 0.5s ease-in-out
}

footer .main-footer .footer-contain ul li a::after {
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  width: 5px;
  height: 5px;
  left: -13px;
  border-radius: 100%;
  opacity: 0;
  transition: 0.5s ease-in-out
}

footer .main-footer .footer-contain ul li a:hover {
  color: var(--theme-color-primary);
  margin-left: 13px
}

.checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button::after,
.checkout-section .delivery-option .delivery-time .dropdown-toggle::after,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button::after,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-toggle::after,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li:last-child .checkout-box::before,
.footer-section-2::after,
.footer-section-2::before,
.header-2 .about-list li:first-child::after,
.header-2 .dropdown-list li .dropdown .dropdown-toggle:after,
.header-2 .dropdown-list li:first-child::after,
.header-2 .rightside-menu .option-list>ul>li .header-icon.swap-icon::after,
.header-2 .rightside-menu .option-list>ul>li:nth-of-type(5n-3)+li::after,
.header-2 .rightside-menu .wishlist-box .header-icon.swap-icon::after,
.header-3 .about-list li:first-child::after,
.header-3 .dropdown-list li .dropdown .dropdown-toggle:after,
.header-3 .dropdown-list li:first-child::after,
.header-3 .rightside-menu .option-list-2 li:nth-of-type(5n-4)+li::after,
.header-3 .rightside-menu .wishlist-box .header-icon.swap-icon::after,
.header-top .about-list li .theme-form-select .dropdown-toggle::after,
.navbar-nav .dropdown-image .dropdown-column .dropdown-item::after,
.navbar-nav .dropdown-image::after,
.navbar.navbar-expand-xl .navbar-nav .nav-link-2::before,
.navbar.navbar-expand-xl .navbar-nav .nav-link::after,
.onhover-dropdown .onhover-div .cart-list li .drop-cart::after,
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button::after,
.shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-toggle::after,
.shop-section .show-button .top-filter-menu-2 .category-dropdown .dropdown .dropdown-toggle::after,
footer .main-footer .footer-contact ul li:last-child::before,
footer .main-footer .social-app::before {
  content: none
}

footer .main-footer .social-app ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.onhover-dropdown .onhover-div .cart-list li::after,
footer .main-footer .social-app ul li::before {
  content: none !important
}

footer .main-footer .footer-contact ul li {
  display: block;
  position: relative
}

footer .main-footer .footer-contact ul li.social-app ul li a img {
  width: 139px
}

footer .main-footer .footer-contact ul li::before {
  content: "";
  position: absolute;
  bottom: -24px;
  right: 0;
  width: calc(100% - 33px);
  border-bottom: 1px dashed #c1c1c1
}

footer .main-footer .footer-contact ul li .footer-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 12px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.header-nav .header-nav-left .dropdown-category,
.item-section .items-image,
.item-section .items-image li,
.product-list li,
.product-list li .offer-product,
.search-full,
footer .sub-footer,
footer .sub-footer .social-link {
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox
}

footer .main-footer .footer-contact ul li .footer-number .contact-number h5 {
  margin-top: 6px;
  font-weight: 400;
  color: #222
}

footer .sub-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px dashed #c1c1c1
}

footer .sub-footer .social-link {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}

.checkout-section .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check input,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check input,
.footer-section-2 .main-footer .footer-list li a i,
.shop-section .left-box .shop-left-sidebar .back-button h3 i,
footer .sub-footer .social-link h6 {
  margin-right: 10px
}

footer .sub-footer .social-link ul li:hover i {
  -webkit-transform: translatey(-5px);
  transform: translatey(-5px)
}

.deal-contain .deal-detail .option-icon li+li,
.header-2 .rightside-menu .dropdown-dollar .dropdown .dropdown-toggle i,
.header-3 .rightside-menu .dropdown-dollar .dropdown .dropdown-toggle i,
.product-category .product-category-list li:last-child a i,
footer .sub-footer .social-link ul li+li {
  margin-left: 8px
}

footer .sub-footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px
}

.footer-section-2.footer-color-2 {
  background-color: #051616
}

.footer-section-2.footer-color-3 {
  background-color: #1d2328
}

.onhover-category-box,
.onhover-category-list .onhover-category-box {
  background: var(--background-secondary);
  overflow: auto;
  grid-template-columns: auto auto;
  visibility: hidden
}

.category-list:hover li:not(:hover) a {
  filter: blur(2px)
}

.onhover-category-box li a {
  filter: blur(0) !important
}

.footer-section-2 .main-footer {
  border-top: unset
}

.footer-section-2 .main-footer .information-text {
  margin-bottom: 0;
  color: var(--text-primary);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7
}

.footer-section-2 .main-footer .information-text-2 {
  color: #bfbfbf
}

.footer-section-2 .main-footer .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px
}

.footer-section-2 .main-footer .social-icon li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.footer-section-2 .main-footer .social-icon li.light-bg::after {
  background-color: #fff;
  opacity: 0.1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.footer-section-2 .main-footer .social-icon li.light-bg:hover::after {
  opacity: 0.3
}

.footer-section-2 .main-footer .social-icon li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--theme-color-primary);
  opacity: 0.06;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.footer-section-2 .main-footer .social-icon li a {
  width: 100%;
  height: 100%;
  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;
  color: var(--text-primary)
}

.footer-section-2 .main-footer .download-app span {
  margin-bottom: 0;
  margin-top: 20px;
  color: var(--text-primary);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5
}

.footer-section-2 .main-footer .download-app img {
  width: 110px;
  margin-left: 8px
}

.footer-section-2 .main-footer .footer-title {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  position: relative
}

.footer-section-2 .main-footer .footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.footer-section-2 .main-footer .footer-list li a {
  color: var(--text-primary);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px
}

.footer-section-2 .main-footer .footer-address li a.light-text,
.footer-section-2 .main-footer .footer-list li a.light-text,
.footer-section-2 .sub-footer p.light-text {
  color: #bfbfbf
}

.footer-section-2 .main-footer .footer-list li a:hover {
  color: #fff;
  padding-left: 14px
}

.footer-section-2 .main-footer .footer-list li a:hover::before {
  left: 0;
  opacity: 0.7
}

.footer-section-2 .main-footer .footer-list li a:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  left: -20px;
  border-radius: 100%;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.footer-section-2 .main-footer .footer-list li a.footer-contain-2::before {
  font-family: "Font Awesome 6 Free";
  width: unset;
  height: unset;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  content: "";
  left: 0;
  opacity: 0;
  background: 0 0;
  color: var(--theme-color-primary)
}

.footer-section-2 .main-footer .footer-address li a .inform-box .feather,
.header-top .about-list li .theme-form-select .dropdown-toggle img,
header .header-top .about-list li .theme-form-select .dropdown-menu li .dropdown-item img {
  width: 20px;
  margin-right: 10px
}

.footer-section-2 .main-footer .footer-list li a.footer-contain-2:hover {
  padding-left: 6px;
  color: var(--theme-color-primary)
}

.footer-section-2 .main-footer .footer-address li {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.footer-section-2 .main-footer .footer-address li a {
  color: var(--text-primary);
  position: relative;
  font-size: 16px;
  display: block;
  width: 100%
}

.footer-section-2 .main-footer .footer-address li a .inform-box.flex-start-box {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.footer-section-2 .main-footer .footer-address li a .inform-box p {
  margin: -3px 0 0;
  font-size: 16px;
  line-height: 30px
}

.cart-table table tfoot,
.cart-table.cart-table-2 table tbody,
.footer-section-2 .sub-footer,
.order-table tbody {
  border-top: 1px solid #ececec
}

.footer-section-2 .sub-footer-lite {
  border-top: 1px solid rgba(236, 236, 236, 0.2)
}

.footer-section-2 .sub-footer p {
  margin-bottom: 0;
  font-size: 15px;
  color: var(--text-primary);
  text-transform: capitalize
}

.footer-section-2 .sub-footer .payment-box li {
  margin: 0 5px
}

.footer-section-2 .sub-footer .payment-box li img {
  width: 40px;
  margin-bottom: -6px;
  display: block
}

.footer-sm {
  margin-left: 320px;
  background-color: #fff
}

.footer-sm .sub-footer {
  border-top: none;
  padding: 20px 0
}

.onhover-category-box {
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-box-shadow: 0 0 8px #ddd;
  box-shadow: 0 0 8px #ddd;
  padding: 20px 25px;
  width: 520px;
  height: 100%;
  display: grid;
  opacity: 0;
  margin-left: 14px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.onhover-category-box .category-title-box,
.onhover-category-list .onhover-category-box .category-title-box {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.onhover-category-box ul,
.onhover-category-list .onhover-category-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.onhover-category-box ul li a,
.onhover-category-list .onhover-category-box ul li a {
  margin-left: 13px
}

header .sticky-header {
  transition-duration: .25s;
  transition-property: top;
  top: -55px;
}

header.active .sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: var(--color-secondary);
  -webkit-box-shadow: var(--shadow-xl);
  box-shadow: var(--shadow-xl);
  z-index: 9
}

.timer-notification {
  color: #fff;
  text-align: center;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: relative;
  display: -webkit-box;
  overflow: hidden
}

.timer-notification a {
  text-decoration: underline;
  font-weight: 400;
  display: inline-block;
  margin-left: 5px
}

.onhover-category-list:hover .onhover-category-box {
  opacity: 1;
  visibility: visible;
  margin-left: 0
}

.onhover-category-list .onhover-category-box {
  left: 260px;
  width: 350px;
  height: 3500px;
  position: absolute;
  z-index: 500;
  padding: 15px;
  display: grid;
  justify-content: start;
  align-items: start;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.header-top,
.nav-about {
  padding: 10px 0;
  background-color: var(--theme-color-primary)
}

.header-top-2,
.nav-about-2 {
  background-color: #222
}

.checkout-section .delivery-option .delivery-category,
.checkout-section .delivery-option .delivery-items,
.checkout-section .delivery-option .delivery-time,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .delivery-category,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .delivery-time,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .future-box .future-option .delivery-items,
.header-top .top-left- {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%
}

.header-top .top-left-span {
  white-space: initial;
  display: -webkit-box !important;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1
}

.header-top .about-list li i,
.header-top .top-left-i {
  font-size: 18px;
  margin-right: 5px
}

.header-top .about-list li span,
.header-top .top-left-span {
  margin-top: 1px;
  font-weight: 400
}

.header-top .about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%
}

.header-top .about-list li+li {
  margin-left: 25px;
  position: relative
}

.header-top .about-list li+li::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 90%;
  top: 0;
  left: -13px;
  background-color: rgba(255, 255, 255, 0.3)
}

.header-top .about-list li .theme-form-select {
  padding: 0;
  background-color: transparent;
  color: #fff;
  border: none;
  background-image: none;
  position: relative
}

.header-top .about-list li .theme-form-select .dropdown-toggle {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 0 18px 0 0
}

.header-top .about-list li .theme-form-select .dropdown-toggle::before {
  content: "";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  right: 0;
  color: #fff
}

.header-2 .dropdown-list .dropdown .dropdown-menu,
.header-2 .rightside-menu .dropdown-dollar .dropdown .dropdown-menu,
.header-3 .dropdown-list .dropdown .dropdown-menu,
.header-3 .rightside-menu .dropdown-dollar .dropdown .dropdown-menu,
header .header-top .about-list li .theme-form-select .dropdown-menu.sm-dropdown-menu {
  min-width: 100%
}

.header-2 .about-list li:first-child,
.header-2 .rightside-menu .option-list>ul>li .header-icon.swap-icon,
.header-2 .rightside-menu .option-list>ul>li:nth-of-type(5n-3)+li,
.header-2 .rightside-menu .wishlist-box .header-icon.swap-icon,
.header-3 .about-list li:first-child,
.header-3 .rightside-menu .option-list-2 li:nth-of-type(5n-4)+li,
.header-3 .rightside-menu .wishlist-box .header-icon.swap-icon,
.header-top .about-list li .theme-form-select .dropdown-menu li+li,
.product-section .pickup-box .product-info .product-info-list li a+a,
.shop-section .show-button .top-filter-menu-2 .grid-option-2 {
  margin-left: 0
}

header .header-top .about-list li .theme-form-select .dropdown-menu li .dropdown-item.active,
header .header-top .about-list li .theme-form-select .dropdown-menu li .dropdown-item:active {
  color: #222;
  background-color: transparent
}

.nav-logo img {
  width: 100%;
  height: 100%;
  max-height: 80px;
}

.top-nav .navbar-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  flex-wrap: nowrap;
  flex-direction: row;
}

.top-nav .navbar-top .middle-box .location-box {
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 50px 15px 15px;
  margin-right: 15px;
  position: relative
}

.header-2 .top-nav .middle-box .location-box-2 button,
.header-3 .top-nav .middle-box .location-box-2 button,
.location-box button,
.top-nav .navbar-top .middle-box .location-box button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0
}

.location-box button .location-arrow,
.top-nav .navbar-top .middle-box .location-box button .location-arrow {
  width: 35px;
  height: 35px;
  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;
  color: var(--text-primary);
  background-color: #f3f5f9;
  border-radius: 5px;
  margin-right: 12px
}

.location-box button .location-arrow .feather,
header .top-nav .navbar-top .middle-box .location-box button .location-arrow .feather {
  width: 16px;
  height: 16px
}

.top-nav .navbar-top .middle-box .location-box button .locat-name {
  font-size: 16px;
  font-weight: 400
}

.location-box button i,
.top-nav .navbar-top .middle-box .location-box button i {
  margin-left: 17px;
  color: var(--text-primary)
}

header .top-nav .navbar-top .middle-box .search-box .input-group ::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400
}

header .top-nav .navbar-top .middle-box .search-box .input-group ::-moz-placeholder {
  font-size: 16px;
  font-weight: 400
}

header .top-nav .navbar-top .middle-box .search-box .input-group :-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400
}

header .top-nav .navbar-top .middle-box .search-box .input-group ::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400
}

.top-nav .navbar-top .middle-box .search-box .input-group ::placeholder {
  font-size: 16px;
  font-weight: 400
}

.top-nav .navbar-top .middle-box .search-box .input-group .form-control {
  width: 577px;
  border-radius: 5px 0 0 5px;
  border-color: #ececec
}

header .top-nav .navbar-top .middle-box .search-box .input-group .form-control:focus {
  border-color: var(--theme-color-primary);
  background-color: #fff
}

.search-box .input-group button {
  color: var(--text-primary);
  background-color: var(--background-primary);
  padding: 10px 15px;
  border-radius: 25px;
  border: none
}

header .top-nav .navbar-top .middle-box .search-box .input-group button .feather {
  width: 20px;
  height: 20px
}

.top-nav .navbar-top .rightside-box .right-side-menu .right-side {
  position: relative;
  padding-right: 30px
}

header .top-nav .navbar-top .rightside-box .right-side-menu .right-side::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  width: 1px;
  height: 24px;
  right: 14px;
  background-color: #ccc
}

header .top-nav .navbar-top .rightside-box .right-side-menu .right-side:last-child::before {
  content: none;
}

header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  gap: 10px
}

header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-icon .feather {
  color: var(--bs-body-bg);
  margin-right: 14px;
  stroke-width: 1.5;
  cursor: pointer
}

header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail h6 {
  color: var(--text-primary);
  margin-bottom: 3px
}

.compare-section .compare-table tr td .price h5,
.compare-section .compare-table tr td.title a,
header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail h5 {
  font-weight: 400;
  color: #222
}

header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-badge {
  padding-right: 9px
}

header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist .feather {
  stroke-width: 1.5;
  color: var(--bs-body-bg)
}

header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist span {
  color: var(--background-primary);
  background: var(--color-price);
  width: 22px;
  height: 15px;
  border-radius: 4px;
  padding: 2px 4px 3px 4px;
  top: 2px !important;
  box-shadow: -1px 0 10px 0 rgb(34 34 34 / 20%);
  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
}

.onhover-dropdown:hover .onhover-div {
  opacity: 1;
  top: 50px;
  visibility: visible
}

.onhover-dropdown .onhover-div {
  position: absolute;
  top: 60px;
  right: -10px;
  background-color: #fff;
  z-index: 1001;
  width: 320px;
  border-radius: 10px;
  -webkit-box-shadow: -1px 0 10px 0 rgba(34, 34, 34, 0.07), 5px 20px 40px 0 rgba(34, 34, 34, 0.04);
  box-shadow: -1px 0 10px 0 rgba(34, 34, 34, 0.07), 5px 20px 40px 0 rgba(34, 34, 34, 0.04);
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  visibility: hidden
}

.onhover-dropdown .onhover-div-login {
  right: 0;
  width: 160px;
  padding: 20px
}

.onhover-dropdown .onhover-div-login .user-box-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.onhover-dropdown .onhover-div-login .user-box-name li a {
  color: #222;
  display: block;
  position: relative
}

.onhover-dropdown .onhover-div-login .user-box-name li a:hover::after,
header .navbar-nav .dropdown-menu .sub-dropdown-hover .sub-menu li a:hover::after {
  width: 40%
}

.navbar-nav .dropdown-image .dropdown-column .dropdown-item span::after,
.navbar-nav .dropdown-menu .sub-dropdown-hover .sub-menu li a::after,
.onhover-dropdown .onhover-div-login .user-box-name li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  bottom: 2px;
  left: 0;
  background-color: var(--theme-color-primary);
  opacity: 0.3;
  border-radius: 50px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: -1
}

.onhover-dropdown .onhover-div .cart-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #ececec
}

.onhover-dropdown .onhover-div .cart-list li {
  margin: 0 !important;
  padding-right: 10px
}

.onhover-dropdown .onhover-div .cart-list li .drop-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

.onhover-dropdown .onhover-div .cart-list li .drop-cart .drop-image img {
  width: 87px;
  background: var(--background-secondary);
  padding: 10px
}

header .onhover-dropdown .onhover-div .cart-list li .drop-cart .drop-contain .title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 5px;
  font-size: 14px;
  color: var(--text-primary)
}

.dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size .price,
header .onhover-dropdown .onhover-div .cart-list li .drop-cart .drop-contain .money {
  color: var(--color-price)
}

header .onhover-dropdown .onhover-div .cart-list li .drop-cart .drop-contain h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 5px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

header .onhover-dropdown .onhover-div .cart-list li .drop-cart .drop-contain h6 span {
  margin-top: -2px;
  color: var(--text-primary)
}

header .onhover-dropdown .onhover-div .cart-list li .drop-cart .drop-contain .close-button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: none;
  padding: 0;
  color: var(--text-primary)
}

.onhover-dropdown .onhover-div .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.onhover-dropdown .onhover-div .button-group .cart-button {
  border: 2px solid var(--theme-color-primary);
  color: var(--theme-color-primary);
  padding: 6px 10px
}

.onhover-dropdown .onhover-div .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5px
}

.search-full {
  width: 0;
  height: 0;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.search-full .input-group {
  border: 1px solid #f0f3f8
}

.search-full .input-group .input-group-text {
  background-color: transparent;
  border: none
}

.header-2 .top-nav .search-full .input-group .input-group-text.close-search,
.header-3 .top-nav .search-full .input-group .input-group-text.close-search,
.mytags,
.search-full .input-group .input-group-text.close-search {
  cursor: pointer
}

.search-full .input-group .input-group-text svg {
  height: 18px
}

.search-full.open {
  width: 100%;
  height: 100%;
  -webkit-animation: 0.5s ease-in-out zoomIn;
  animation: 0.5s ease-in-out zoomIn;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.header-2 .top-nav .search-full.show .search-suggestion,
.header-3 .top-nav .search-full.show .search-suggestion,
.search-full.show .search-suggestion {
  padding: 10px;
  border: 1px solid #f0f3f8;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-height: 500px;
  -webkit-transition: max-height 1s cubic-bezier(0.27, 0.7, 0, 0.99);
  transition: max-height 1s cubic-bezier(0.27, 0.7, 0, 0.99)
}

.header-nav .header-nav-left .dropdown-category {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--color-primary);
  color: #fff;
  border-radius: 5px;
  border: none
}

.header-nav .header-nav-left .dropdown-category-2 {
  background: linear-gradient(93.33deg, #222221 12.35%, #2f2f2d 99.38%)
}

.header-nav .header-nav-left .dropdown-category .feather {
  font-size: 23px
}

.header-nav .header-nav-left .dropdown-category span {
  font-weight: 400
}

.category .dropdown.custom-dropdown {
  position: unset
}

.category .dropdown.custom-dropdown a {
  display: block;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 18px
}

.category .dropdown.custom-dropdown .fa {
  margin-top: 3px;
  margin-left: 10px;
  font-size: 16px;
  color: var(--theme-color-primary)
}

.category .dropdown.custom-dropdown ul {
  display: none;
  border: 1px solid #ececec;
  border-radius: 5px;
  position: absolute;
  top: 53px;
  width: 100%;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.14);
  z-index: 999
}

.category .dropdown.custom-dropdown ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 14px;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
  color: #222
}

.category .dropdown.custom-dropdown ul li img {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 6px
}

.category .dropdown.custom-dropdown ul li:focus,
.category .dropdown.custom-dropdown ul li:hover,
.product-table tbody tr:nth-child(odd) {
  background-color: #ececec
}

.header-2 .header-nav-left:hover .category-dropdown,
.header-nav .header-nav-left:hover .category-dropdown {
  opacity: 1;
  visibility: visible;
  top: 63px
}

.category {
  width: 100%;
  transition: 0.5s ease-in-out;
  background-color: var(--background-secondary)
}

.bg-effect,
.home-section-2 {
  background-repeat: no-repeat
}

.location-box,
.mobile-menu ul,
.navbar-expand .navbar-collapse,
.offcanvas,
.offcanvas-,
header.header-compact .top-nav .navbar-top .rightside-box {
  display: -webkit-box;
  display: -ms-flexbox
}

.navbar-light .navbar-nav .nav-link:hover {
  color: var(--text-primary) !important
}

.header-nav .header-nav-right .deal-button {
  color: var(--color-secondary);
  padding: 1rem 1.75rem;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  z-index: 0
}

.header-nav .header-nav-right .deal-button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color-secondary);
  opacity: 0.1;
  z-index: -1
}

.header-nav .header-nav-right .deal-button .feather {
  margin-right: 10px;
  stroke-width: 1.5px
}

.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li span span,
.deactivate-box .deactivate-contain a,
.header-nav .header-nav-right .deal-button span,
.home-contain .home-detail h2 span.discount,
.hot-deal-box span,
.location-box button .locat-name,
.summery-box .summery-total li span span {
  font-size: 16px;
  font-weight: 400
}

header.header-compact .top-nav .navbar-top {
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset
}

header.header-compact .top-nav .navbar-top .rightside-box {
  margin-left: auto;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.custom-padding,
header.header-compact .location-box {
  padding-right: 10px
}

header.bg-theme .top-nav .navbar-top .rightside-box .right-side-menu .right-side:before {
  background-color: rgba(255, 255, 255, 0.5)
}

header.bg-theme .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail {
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer
}

header.bg-theme .location-box {
  border-color: rgba(255, 255, 255, 0.5)
}

header.bg-theme .location-box button .location-arrow {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.24)
}

header.header-absolute {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 1
}

header.fixed- {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100vw - 320px);
  z-index: 1;
  background-color: #fff;
  margin-left: 320px;
  border-bottom: 1px solid #ececec
}

header.fixed-.top-nav {
  padding: 18px 0
}

.location-box {
  border-radius: 5px;
  border: 1px solid #ececec;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 20px 7px 7px;
  margin-right: 13px;
  position: relative
}

.mobile-menu {
  position: fixed;
  bottom: 0;
  padding: 10px;
  width: 100%;
  background-color: var(--theme-color-primary);
  z-index: 2;
  overflow: hidden;
  -webkit-box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.08)
}

.mobile-menu ul {
  display: flex;
  width: 70%;
  margin: 0 auto
}

.mobile-menu ul li {
  width: 100%;
  text-align: center
}

.mobile-menu ul li.active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative
}

.mobile-menu ul li.active::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translatex(-50%) rotate(45deg);
  transform: translatex(-50%) rotate(45deg);
  background-color: #fff;
  border-radius: 100%
}

.mobile-menu ul li a img {
  display: block;
  margin: 0 auto
}

.mobile-menu ul li a .icli {
  display: inline-block;
  margin: 0 auto;
  color: #fff
}

.mobile-menu ul li a span,
.shop-section .show-button .filter-button {
  display: block;
  color: #fff
}

.business-section .business-contain,
.offer-box {
  position: relative;
  z-index: 0
}

#miniNumberCart {
  top: 2px !important;
  background-color: var(--color-primary);
  padding: .2em .5em;
  font-size: .7em;
  line-height: 1;
  color: var(--background-primary);
  border-radius: 2em;
}

.bg-effect {
  background-color: var(--background-primary);
  background-position: center
}

.home-contain .home-detail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.home-contain .home-detail>.home-top {
  margin-top: -100px
}

.home-contain .home-detail .ls-expanded {
  letter-spacing: 2.2px
}

.home-contain .home-detail h1 {
  width: 80%;
  line-height: 1.4
}

.home-contain .home-detail h1.super-sale {
  font-size: 45px
}

.home-contain .home-detail h1.home-name {
  font-size: 86px;
  font-weight: 400;
  position: relative;
  display: inline-block
}

.home-contain .home-detail h1.home-name::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
  width: 80%;
  height: 2px;
  bottom: 0;
  background-color: #222
}

.home-contain .home-detail h1.furniture-heading span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/furniture/banner/line.png);
  width: 100%;
  height: 100%;
  top: 90%;
  background-repeat: no-repeat
}

.product-table ul {
  display: flex;
  flex-direction: column
}

.home-contain .home-detail h1 span.name {
  font-weight: 400;
  color: var(--theme-color-primary);
  position: relative;
  z-index: 0
}

.home-contain .home-detail h1 span.name::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: 10px;
  left: 0;
  background-color: var(--theme-color-primary);
  opacity: 0.4;
  z-index: -1
}

.home-contain .home-detail h1 .discount {
  font-size: 16px;
  color: #262834;
  font-weight: 400
}

.home-contain .home-detail h2 {
  margin-bottom: 7px
}

.home-contain .home-detail h2.home-name {
  font-weight: 400
}

.home-contain .home-detail h3 {
  font-weight: 400
}

.home-contain .home-detail h4,
.home-section-2 .home-contain .home-detail h4 {
  margin-bottom: 5px
}

.home-contain .home-detail h6 {
  font-size: 16px;
  letter-spacing: 0.1px;
  color: var(--text-primary)
}

.business-section .business-contain .business-box .business-detail h4,
.home-contain .home-detail h6.home-home {
  margin-bottom: 10px;
  font-weight: 400
}

.home-contain .home-detail h6 span {
  font-weight: 400;
  background: #000;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 114, 114, 0.15)), color-stop(79%, rgba(255, 114, 114, 0)));
  background: linear-gradient(90deg, rgba(255, 114, 114, 0.15) 0, rgba(255, 114, 114, 0) 79%);
  border-radius: 50px;
  color: var(--theme-color-secondary)
}

.home-contain .home-detail p {
  margin-bottom: 0;
  color: var(--text-primary);
  letter-spacing: 0.8px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden
}

.home-contain .home-detail p.organic {
  width: 70%
}

.home-contain .home-detail .shop-button {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #222
}

.home-contain .home-detail .shop-button:hover i {
  -webkit-transform: translatex(4px);
  transform: translatex(4px)
}

.home-contain .home-detail .shop-button i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 8px
}

.home-contain .home-detail .social-icon {
  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;
  margin-top: 10px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 14px
}

.home-contain .home-detail .social-icon li:hover a {
  border-color: var(--theme-color-primary);
  background-color: var(--theme-color-primary);
  color: #fff
}

.home-contain .home-detail .social-icon li a {
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid var(--text-primary);
  color: #222
}

.button-item,
.item-section {
  position: fixed;
  background-color: var(--theme-color-primary);
  border-radius: 7px 0 0 7px;
  z-index: 9
}

.home-section-2 {
  background-image: url(../images/veg-3/home-bg.png);
  background-position: center center;
  background-size: cover
}

.home-section-2.home-section-bg {
  background: 0 0
}

.home-section-2 .home-contain .home-detail h1 {
  margin-bottom: 6px
}

.home-section-2 .home-contain .home-detail h1.heding-2 {
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 13px;
  margin-top: 7px;
  width: 100%
}

.home-section-2 .home-contain .home-detail h2,
.home-section-2 .home-contain .home-detail h3 {
  margin-bottom: 10px
}

.home-section-2 .home-contain .home-detail h2.content-2 {
  margin-bottom: 10px;
  font-weight: 400
}

.home-section-2 .home-contain .home-detail h6 {
  font-size: 16px
}

.home-section-2 .home-contain .home-detail .shop-now-button {
  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;
  padding: 0;
  color: var(--theme-color-primary);
  font-size: 15px
}

.home-section-2 .home-contain .home-detail .shop-now-button i {
  font-size: 17px;
  margin-left: 8px
}

.home-search {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#0da487), color-stop(#06a188), color-stop(#019e88), color-stop(#009a89), color-stop(#009789), color-stop(#009489), color-stop(#009089), color-stop(#008d89), color-stop(#008a89), color-stop(#008688), color-stop(#008387), to(#007f86));
  background-image: linear-gradient(to right top, #0da487, #06a188, #019e88, #009a89, #009789, #009489, #009089, #008d89, #008a89, #008688, #008387, #007f86);
  padding-top: 0
}

.home-search .home-search-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 156px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding-bottom: 70px
}

.home-search .home-search-content h1 {
  color: #fff;
  font-size: 42px;
  text-transform: inherit
}

.home-search .home-search-content h3 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-top: 12px
}

.home-search .home-search-content .search-box {
  margin-top: 35px;
  position: relative;
  width: 50%;
  margin-left: auto;
  margin-right: auto
}

.home-search .home-search-content .search-box .feather-search {
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  right: 20px;
  color: #a3a3a3
}

.home-search .home-search-content .category-sec {
  margin-top: 80px
}

.custom-row .sidebar-col {
  width: 320px;
  border-right: 1px solid #ececec;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  overflow: auto;
  padding-top: 0;
  background-color: #fff;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.custom-row .sidebar-col .category-menu .web-logo {
  display: block
}

.custom-row .sidebar-col .category-menu ul {
  border-bottom: none
}

.custom-row .content-col {
  margin-left: 320px
}

.home-search-full {
  height: 70vh
}

.home-search-full .home-contain .home-detail {
  height: 70vh;
  padding: 64px 0 0
}

.home-search-full .home-contain .home-detail h1 {
  text-transform: inherit;
  margin-left: auto;
  margin-right: auto;
  margin-top: -18px
}

.home-search-full .home-contain .home-detail h3 {
  font-weight: 400;
  margin-bottom: 0;
  color: var(--text-primary);
  line-height: 1.4
}

.home-search-full .home-contain .home-detail .search-box {
  position: relative;
  width: 60%;
  margin-left: auto;
  margin-right: auto
}

.home-search-full .home-contain .home-detail .search-box .feather-search {
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  right: 20px;
  color: #a3a3a3;
  height: auto
}

.button-item,
.item-section h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center
}

.home-furniture .feature-detail h3 {
  background-color: #ffa53b;
  color: #fff;
  font-weight: 400
}

.button-item {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  right: 0
}

.item-section {
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  right: -130px;
  color: #fff;
  padding: 15px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.item-section .close-button {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  color: #fff;
  border: none;
  background-color: transparent
}

.item-section .item-button,
.item-section .items-image li {
  background-color: #fff;
  color: var(--theme-color-primary)
}

.item-section h6 {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 5px;
  margin-top: 10px;
  font-weight: 700
}

.item-section h6 .icli {
  font-size: 22px
}

.item-section .items-image {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px 0
}

.item-section .items-image li {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--theme-color-primary);
  font-weight: 400;
  font-size: 13px
}

.item-section .items-image li+li {
  margin-left: -10px
}

.item-section .items-image li img {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
  object-fit: contain
}

.header-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.header-frame {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
}

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.main-nav {
  padding: 0;
  margin-top: 4px;
}

.mb-nav-left,
.mb-nav-right {
  display: none;
}

.nav-root {
  position: relative;
  gap: 0px;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-sub {
  position: absolute;
  display: flex;
  flex-direction: row;
  width: 300px;
  top: 100%;
  left: auto;
  right: 0;
  margin-top: 5px;
  color: var(--background-secondary);
  background-color: var(--color-secondary);
  padding: 8px 10px;
  box-shadow: var(--shadow-md);
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition: all 0.2s ease;
  list-style: none;
  z-index: 200;
}

.nav-item.has-children .nav-sub.open::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: -5px;
  left: auto;
  right: 3px;
  border-bottom: 5px solid var(--color-secondary);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.right-side-menu .right-side:hover,
.nav-item:hover {
  color: var(--background-primary);
  background: linear-gradient(var(--color-primary), var(--color-secondary), var(--color-primary))
}

.nav-item:hover>.nav-link {
  color: var(--background-primary);
}

.nav-sub .nav-sub {
  left: 100%;
  top: 0;
  margin-left: 4px;
}

.nav-item {
  position: relative;
  float: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.nav-link {
  position: relative;
  display: block;
  padding: 5px 10px;
  color: var(--background-primary);
  text-decoration: none;
  white-space: nowrap;
}

.nav-item svg {
  margin: 0;
  stroke: var(--background-primary);
}

.nav-sub>.nav-item:last-child .nav-link {
  border-left: 0px;
}

.nav-item.has-children>.nav-sub.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-left-align .navbar-nav .dropdown-menu-2 {
  left: 0;
  -webkit-transform: unset;
  transform: unset
}

.icon-box {
  display: inline-block;
  margin-right: 10px
}

.category-tree .category-node+.category-node {
  margin-top: 2px;
}

.category-tree .category-children {
  margin-left: 15px;
  border-left: .5px solid var(--background-secondary);
  padding-left: 0;
  opacity: 0;
  height: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition: all 0.2s ease;
}

.category-tree .category-node.open>.category-children {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  height: auto;
}

.category-row {
  padding: 8px 10px;
  border: none;
  border-bottom: .5px solid var(--background-secondary);
  border-radius: 0;
  color: var(--background-primary);
  background: transparent;
  transition: all .2s;
}

.category-toggle,
.category-toggle-spacer {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.category-toggle-spacer {
  cursor: default;
}

.category-toggle svg {
  display: inline-block;
  transition: transform 0.2s ease;
  stroke: var(--background-primary);
  stroke-width: 1.5;
}

.category-node.open>.category-row .category-toggle svg {
  transform: rotate(90deg);
}

.category-row:hover {
  color: var(--background-primary);
  background: linear-gradient(var(--color-primary), var(--color-secondary), var(--color-primary));
}

.category-row .badge {
  min-width: 15px;
  padding: .3em .5em;
  background-color: var(--color-primary);
  border-radius: var(--radius-xl);
}

.category-row a {
  color: inherit;
  text-decoration: none;
}

.category-panel {
  max-height: 350px;
  height: 350px;
  overflow-y: scroll;
  background-color: var(--color-secondary);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xl);
  scrollbar-width: none;
}

.category-panel::-webkit-scrollbar {
  width: 0;
}

.category-panel::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 10px;
}

.category-panel::-webkit-scrollbar-track {
  background: transparent;
}

.header-inline {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
}

.header-frame {
  width: 100%;
}

.header-upper {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
}

.header-upper .rightside-box {
  width: 100%;
}

.right-side-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: flex-end;
  margin-top: 5px;
}

.right-side-menu .right-side {
  padding: 5px 10px;
  border-right: 1px solid var(--bs-gray-300);
}

.right-side-menu .right-side a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.right-side-menu .right-side-lang {
  display: flex;
  flex-direction: row;
  margin-left: 5px;
}

.right-side-menu .right-side-lang a {
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 2px 0px 2px 5px;
  background: var(--theme-color-primary);
}

.right-side-menu .right-side-lang a:hover {
  background: var(--theme-color2);
}

.right-side-menu .right-side-lang a::after {
  content: "";
  padding-right: 5px;
  border-right: 1px solid var(--bs-gray-300);
}

.right-side-menu .right-side-lang a:last-child::after {
  content: "";
  border-right: 0px;
}

.right-side-menu .right-side-lang a:last-child {
  border-top-right-radius: var(--radius-sm);
  border-bottom-right-radius: var(--radius-sm);
}

.right-side-menu .right-side-lang a:first-child {
  border-top-left-radius: var(--radius-sm);
  border-bottom-left-radius: var(--radius-sm);
}

.main-nav {
  width: 100%;
}

.dropdown {
  display: block;
  padding: 8px 20px;
  margin-bottom: 0;
  font-size: 16px;
  color: var(--theme-color-primary);
  white-space: nowrap
}

.navbar-nav {
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.navbar-nav .nav-item .new-pages .new-dropdown {
  position: absolute;
  top: -7px;
  right: 3px;
  background-color: var(--theme-color-secondary);
  font-size: 10px;
  padding: 1px 4px;
  color: #fff;
  font-weight: 400;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px
}

.navbar-nav .dropdown-menu {
  min-width: 200px;
  margin: -8px 0 0;
  background-color: #fff;
  -webkit-box-shadow: -1px 0 10px 0 rgba(34, 34, 34, 0.7), 5px 20px 40px 0 rgba(34, 34, 34, 0.4);
  box-shadow: -1px 0 10px 0 rgba(34, 34, 34, 0.7), 5px 20px 40px 0 rgba(34, 34, 34, 0.4);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  position: static;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  display: block !important;
  -webkit-transform: translatey(-15px);
  transform: translatey(-15px)
}

.navbar-nav .dropdown-menu .sub-dropdown-hover>a .new-text i {
  font-size: 12px;
  margin-left: 4px;
  color: var(--theme-color-primary)
}

.navbar-nav .dropdown-menu .sub-dropdown-hover>a::before {
  content: "";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  right: 0
}

.navbar-nav .dropdown-menu .sub-dropdown-hover:hover .sub-menu {
  left: 113%;
  visibility: visible;
  opacity: 1
}

.navbar-nav .dropdown-menu .sub-dropdown-hover .sub-menu {
  position: absolute;
  top: -19px;
  left: 123%;
  min-width: 200px;
  -webkit-box-shadow: -1px 0 10px 0 rgba(34, 34, 34, 0.07), 5px 20px 40px 0 rgba(34, 34, 34, 0.04);
  box-shadow: -1px 0 10px 0 rgba(34, 34, 34, 0.07), 5px 20px 40px 0 rgba(34, 34, 34, 0.04);
  background-color: #fff;
  border-color: transparent;
  padding: 15px 20px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  margin: 3px
}

.navbar-nav .dropdown-menu .sub-dropdown-hover .sub-menu li a {
  padding: 0;
  font-size: 16px;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 0;
  color: #222;
  display: block
}

.navbar-nav .dropdown-menu-2 {
  left: 50%;
  -webkit-transform: translatex(-50%) translatey(-15px);
  transform: translatex(-50%) translatey(-15px);
  width: 52vw;
  min-width: unset;
  padding: 22px !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow: hidden;
  position: relative;
  z-index: 0
}

.navbar-nav .dropdown-menu-2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -1
}

.navbar-nav .dropdown-menu .dropdown {
  margin-right: 20px;
  margin-left: 20px
}

.navbar-nav .dropdown-menu .dropdown:last-child {
  margin-bottom: 12px
}

.navbar-nav .dropdown-menu .dropdown-menu {
  display: block;
  padding-right: 16px;
  padding-left: 16px
}

.navbar-nav .dropdown-image {
  background-image: none
}

.navbar-nav .dropdown-image .dropdown-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 15px
}

.navbar-nav .dropdown-image .dropdown-column .dropdown-item {
  margin: 0 !important;
  text-align: center
}

.navbar-nav .dropdown-image .dropdown-column .dropdown-item:hover img {
  -webkit-box-shadow: 5px 20px 40px 0 rgba(34, 34, 34, 0.07);
  box-shadow: 5px 20px 40px 0 rgba(34, 34, 34, 0.07);
  -webkit-transform: translatey(-4px);
  transform: translatey(-4px)
}

.navbar-nav .dropdown-image .dropdown-column .dropdown-item img {
  width: 100%;
  -webkit-box-shadow: 5px 20px 40px 0 rgba(34, 34, 34, 0.04);
  box-shadow: 5px 20px 40px 0 rgba(34, 34, 34, 0.04);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  display: block
}

.navbar-nav .dropdown-image .dropdown-column .dropdown-item span {
  display: inline-block;
  margin-top: 14px;
  text-align: center;
  margin-bottom: -6px;
  position: relative;
  z-index: 0
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 16px;
  font-size: calc(21px + 0.45vw);
  white-space: nowrap;
  display: inline-block;
  font-weight: 400
}

.navbar.navbar-expand-xl .navbar-nav .nav-item {
  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;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  padding: 8px 18px !important;
  border-radius: 5px;
  font-size: 18px !important;
  font-weight: bold !important
}

.navbar.navbar-expand-xl .navbar-nav .nav-item:hover {
  color: var(--color-primary) !important;
  background: var(--background-primary);
  opacity: 0.7;
  transition: 0.5s ease-in
}

.navbar.navbar-expand-xl .navbar-nav .nav-link .label-menu {
  position: absolute;
  top: -10px;
  left: 84%;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
  font-size: 8px;
  display: inline-block;
  text-transform: uppercase;
  line-height: 16px;
  padding: 0 8px;
  font-weight: 400;
  color: #fff;
  background-color: var(--theme-color-primary);
  border-radius: 50px
}

.navbar.navbar-expand-xl .navbar-nav .nav-link .label-menu::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: inline-block;
  top: 100%;
  left: 10px;
  border-right: 4px solid transparent;
  border-top: 4px solid var(--theme-color-primary)
}

.navbar.navbar-expand-xl .navbar-nav .nav-dropdown::before {
  content: "";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  right: -12px
}

.navbar-text {
  padding-top: 9px;
  padding-bottom: 9px
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.navbar-toggler {
  background-color: transparent;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  padding: 0;
  font-size: 18px;
  margin-right: 10px
}

.navbar-toggler:focus-visible {
  outline: 0
}

.navbar-toggler-icon {
  width: auto;
  height: auto;
  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;
  font-size: 20px;
  color: var(--bs-body-bg);
  -webkit-text-fill-color: var(--bs-body-bg);
  -webkit-opacity: 1
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto
}

.navbar-expand {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
  left: 26px;
  top: 30px;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.14)
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible
}

.navbar-expand .navbar-collapse {
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto
}

.navbar-light .navbar-toggler {
  color: var(--text-primary);
  border-color: transparent
}

.navbar-stuck .navbar-btn,
.navbar:not(.navbar-stuck) .navbar-stuck-btn {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(#222, 0) !important;
  white-space: nowrap !important;
  border: 0 !important
}

.header-top .noti,
.product-table tbody tr td:nth-child(2n) {
  text-overflow: ellipsis;
  white-space: initial;
  -webkit-box-orient: vertical
}

.navbar-shadow {
  box-shadow: 0 2px 10px -3px rgba(34, 34, 34, 0.1)
}

.navbar-floating {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

.navbar-sticky.navbar-stuck {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: 0.25s navbar-show;
  animation: 0.25s navbar-show;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px -3px rgba(34, 34, 34, 0.1);
  box-shadow: 0 2px 10px -3px rgba(34, 34, 34, 0.1)
}

.header-nav-middle {
  margin: auto !important
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1080;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  -webkit-box-shadow: -1px 0 10px 0 rgba(34, 34, 34, 0.07), 5px 20px 40px 0 rgba(34, 34, 34, 0.04);
  box-shadow: -1px 0 10px 0 rgba(34, 34, 34, 0.07), 5px 20px 40px 0 rgba(34, 34, 34, 0.04);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s, -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 0.3s;
  will-change: transform, box-shadow;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 0.3s;
  visibility: visible !important
}

.offcanvas-,
.offcanvas-footer {
  -webkit-box-align: center;
  padding: 20px 24px
}

.offcanvas:not(.offcanvas-end):not(.offcanvas-bottom) {
  top: 0;
  right: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.offcanvas- {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 1
}

.offcanvas-.btn-close {
  padding: 0;
  margin: -10px 0;
  font-size: 16px
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: initial
}

.offcanvas-body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 20px 24px;
  overflow-y: auto;
  height: 100%
}

.offcanvas-bottom,
.offcanvas-top {
  right: 0;
  height: 30vh;
  max-height: 100%;
  left: 0
}

.offcanvas-body::-webkit-scrollbar {
  width: 0;
  background-color: transparent;
  opacity: 0
}

.offcanvas-body::-webkit-scrollbar-thumb {
  border-radius: 4px
}

.offcanvas-body>.simplebar-track {
  display: block;
  background-color: transparent
}

.offcanvas-body .simplebar-vertical {
  margin-right: 3px
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 352px;
  border-right: 0 solid transparent;
  -webkit-transform: translatex(-100%);
  transform: translatex(-100%)
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 352px;
  border-left: 0 solid transparent;
  -webkit-transform: translatex(100%);
  transform: translatex(100%)
}

.offcanvas-top {
  top: 0;
  border-bottom: 0 solid transparent;
  -webkit-transform: translatey(-100%);
  transform: translatey(-100%)
}

.offcanvas-bottom {
  border-top: 0 solid transparent;
  -webkit-transform: translatey(100%);
  transform: translatey(100%)
}

.offcanvas.show {
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-box-shadow: -1px 0 10px 0 rgba(34, 34, 34, 0.07), 5px 20px 40px 0 rgba(34, 34, 34, 0.04) !important;
  box-shadow: -1px 0 10px 0 rgba(34, 34, 34, 0.07), 5px 20px 40px 0 rgba(34, 34, 34, 0.04) !important
}

.offcanvas-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.sidebar-toggle {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  z-index: 1025
}

.hot-deal-box {
  color: #e21719;
  font-weight: 400;
  font-size: 16px;
  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;
  margin-left: 12px
}

.hot-deal-box img,
.sticky-bottom-cart .add-btn a i {
  margin-right: 7px
}

.navbar-expand-xl .offcanvas {
  -webkit-box-flex: 1
}

.offcanvas-backdrop {
  z-index: 6
}

.newsletter-section .newsletter-box-2:after,
.newsletter-section .newsletter-box-3:after {
  background-position: center center;
  display: block;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1
}

.new-nav-item .new-dropdown {
  position: absolute;
  top: -4px;
  right: -23px;
  background-color: var(--color-primary);
  font-size: 10px;
  padding: 1px 4px;
  color: #fff;
  font-weight: 400;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px
}

.newsletter-section .newsletter-box {
  border-radius: 10px;
  position: relative;
  overflow: hidden
}

.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail h2 {
  color: var(--background-secondary);
  margin-bottom: 10px
}

.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail h5 {
  max-width: 70%;
  font-weight: 400;
  color: var(--background-secondary)
}

.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box ::-webkit-input-placeholder {
  font-size: 16px;
  color: var(--text-primary)
}

.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box ::-moz-placeholder {
  font-size: 16px;
  color: var(--text-primary)
}

.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box :-ms-input-placeholder {
  font-size: 16px;
  color: var(--text-primary)
}

.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box ::-ms-input-placeholder {
  font-size: 16px
}

.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box ::placeholder {
  font-size: 16px;
  color: var(--text-primary)
}

.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box input {
  border-radius: 5px;
  border: none;
  padding-left: 45px;
  padding-right: 140px
}

.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .arrow {
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  position: absolute;
  padding: 8px;
  font-size: 15px;
  left: 8px;
  -webkit-text-stroke: 1px var(--theme-color-primary);
  color: transparent
}

.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .sub-btn {
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  position: absolute;
  right: 3px;
  border-radius: 3px;
  border: none;
  color: #fff;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .sub-btn i {
  margin-left: 6px
}

.newsletter-section-2 .newsletter-box .newsletter-detail {
  width: 100%;
  height: 100%;
  z-index: 1
}

.newsletter-section-2 .newsletter-box .newsletter-detail h2 {
  margin-bottom: 10px
}

.newsletter-section-2 .newsletter-box .newsletter-detail h4 {
  margin-bottom: 8px;
  line-height: 1.3;
  font-weight: 400
}

.newsletter-section-2 .newsletter-box .newsletter-detail .download-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.newsletter-section-2 .newsletter-box .newsletter-detail .download-app h3 {
  margin-right: 15px;
  font-weight: 400
}

.newsletter-section-2 .newsletter-box .newsletter-detail .download-app .download-app-image {
  margin: 0 -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.newsletter-section-2 .newsletter-box .newsletter-detail .download-app .download-app-image li {
  margin: 0 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.newsletter-section-2 .newsletter-box .shape-box {
  width: 100%;
  height: 100%;
  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;
  position: relative;
  z-index: 1;
  text-align: center
}

.newsletter-section-2 .newsletter-box .shape-box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/veg-3/shape/circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-animation: 30s linear infinite rounded;
  animation: 30s linear infinite rounded;
  right: 0;
  top: 0;
  z-index: -1
}

.offer-box .offer-contain,
.shop-section .show-button .top-filter-menu .grid-option ul li a,
.shop-section .show-button .top-filter-menu-2 .grid-option ul li a {
  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;
  width: 100%;
  height: 100%
}

.offer-box .offer-contain .offer-detail h2 {
  text-transform: none;
  font-weight: 400
}

.offer-box .offer-contain .offer-detail p {
  font-size: 16px
}

.offer-box .offer-contain .offer-timing {
  margin-left: 24px
}

.offer-box .offer-contain .offer-timing .time ul li+li {
  margin-left: 16px
}

.offer-box .offer-contain .offer-timing .time ul li+li::before {
  content: ":";
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  left: -12px;
  font-size: 20px
}

.offer-box .offer-contain .offer-timing .time ul li .counter {
  background-color: var(--theme-color-secondary);
  color: #fff;
  border-radius: 5px
}

.offer-box .offer-contain .offer-timing .time ul li .counter div {
  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;
  font-weight: 400
}

.offer-section .offer-box {
  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;
  background-image: url(../images/grocery/banner/10.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px
}

.offer-section .offer-box h2 {
  color: #fff;
  font-weight: 400;
  margin-top: -4px;
  margin-bottom: -5px
}

.offer-section .offer-box h2 span {
  font-weight: 400
}

.add-to-cart-box {
  background-color: var(--background-secondary);
  border-radius: 50px;
  position: relative;
  max-width: 250px
}

.add-to-cart-box .btn-add-cart {
  width: 100%;
  margin-top: 10px;
  color: var(--text-primary);
  border-radius: 50px;
  font-weight: 400
}

.add-to-cart-box .btn-add-cart .add-icon {
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-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;
  background-color: #fff;
  border-radius: 100%;
  color: var(--theme-color-primary);
  position: absolute;
  right: 4px
}

.add-to-cart-box .btn-add-cart .add-icon.bg-light-orange {
  background-color: #f9f8f6
}

.add-to-cart-box .btn-add-cart .add-icon i {
  font-size: 13px
}

.add-to-cart-box .qty-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  display: none
}

.add-to-cart-box .qty-box .input-group {
  background-color: var(--background-secondary);
  border-radius: 50px;
  padding: 4px;
  text-align: center;
  z-index: 0
}

.add-to-cart-box .qty-box .input-group button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  padding: 0;
  background-color: #fff;
  z-index: 0;
  border-radius: 100% !important
}

.add-to-cart-btn-2 .btn,
.deal-timer ul {
  display: -webkit-box;
  display: -ms-flexbox
}

.add-to-cart-box .qty-box .input-group button i,
.add-to-cart-btn-2 .qty-box-2 .input-group button i,
.qty-box .input-group button i {
  font-size: 13px;
  color: var(--theme-color-primary);
  margin-top: 1px
}

.add-to-cart-box .qty-box .input-group input,
.add-to-cart-btn-2 .qty-box-2 .input-group input,
.qty-box .input-group input {
  height: auto;
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: center;
  font-size: 16px;
  color: var(--text-primary)
}

.add-to-cart-btn-2 .btn {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  padding: 0;
  border-radius: 100%;
  color: var(--theme-color-primary)
}

.add-to-cart-btn-2 .qty-box-2 .input-group button,
.qty-box .input-group button {
  -webkit-box-align: center;
  padding: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox
}

.add-to-cart-btn-2 .qty-box-2 .input-group,
.qty-box .input-group {
  background-color: var(--background-secondary);
  padding: 4px;
  z-index: 0;
  text-align: center
}

.add-to-cart-btn-2 .qty-box-2 {
  display: none;
  bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  margin-left: auto;
  max-width: 190px
}

.add-to-cart-btn-2 .qty-box-2.qty-box-3 {
  max-width: 203px
}

.add-to-cart-btn-2 .qty-box-2 .input-group {
  border-radius: 5px
}

.add-to-cart-btn-2 .qty-box-2 .input-group button {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  z-index: 0;
  border-radius: 3px !important
}

.qty-box {
  margin-top: 10px;
  width: 100%;
  max-width: 250px
}

.qty-box .input-group {
  border-radius: 7px
}

.qty-box .input-group button {
  width: 30px;
  height: 45px;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  z-index: 0;
  border-radius: 4px !important
}

.deal-timer {
  margin: 11px 0
}

.deal-timer.product-deal-timer {
  width: 290px;
  margin-top: 24px
}

.deal-timer.product-deal-timer ul {
  background-color: var(--background-secondary);
  border-radius: 8px;
  border: none
}

.category-menu h3::before,
.category-menu ul li .category-list h5 a::before {
  position: absolute;
  left: 0;
  background-color: var(--theme-color-primary);
  content: ""
}

.deal-timer.product-deal-timer ul li+li::before {
  left: -25px
}

.deal-timer .deal-title {
  font-weight: 400;
  margin-bottom: 7px;
  letter-spacing: 0.4px
}

.deal-timer ul {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 12px;
  border: 1px dashed var(--theme-color-primary);
  text-align: center
}

.deal-timer ul li+li::before {
  content: ":";
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  left: -20px
}

.deal-timer ul li .counter>div h6 {
  color: var(--text-primary);
  font-size: 13px
}

.category-menu {
  background-color: var(--background-secondary);
  border-radius: 5px
}

.category-menu-2 {
  background: linear-gradient(136.8deg, #f6f5f2 17.01%, #fdf7f0 93.97%)
}

.coming-soon-section,
.product-bg-image {
  background-repeat: no-repeat;
  background-size: cover
}

.category-menu h3 {
  margin-bottom: 40px;
  font-weight: 400;
  position: relative;
  display: inline-block
}

.category-menu h3::before {
  width: 70%;
  height: 2px;
  bottom: -8px
}

.category-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 23px;
  border-bottom: 1px dashed rgba(74, 85, 104, 0.5)
}

.category-menu ul.value-list {
  margin-top: 35px;
  border: none
}

.category-menu ul li.pb-30,
.log-in-section .log-in-box .contact-title {
  margin-bottom: 30px
}

.category-menu ul li .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #222
}

.category-menu ul li .category-list:hover h5 a {
  letter-spacing: 0.5px
}

.category-menu ul li .category-list:hover h5 a:before {
  width: 70px
}

.category-menu ul li .category-list svg {
  width: 25px;
  height: 25px;
  stroke: #222
}

.category-menu ul li .category-list img {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
  object-fit: contain
}

.category-menu ul li .category-list h5 a {
  color: #222;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.category-menu ul li .category-list h5 a::before {
  width: 0;
  height: 3px;
  bottom: 0;
  opacity: 0.5;
  border-radius: 50px;
  z-index: -1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.category-menu.menu-xl {
  position: sticky;
  top: 130px
}

.category-menu.menu-xl ul {
  gap: 28px;
  border-bottom: none
}

.category-menu.menu-xl ul li .category-list img {
  width: 35px;
  height: 35px
}

.category-menu.menu-xl ul li .category-list h5 {
  font-size: 17px
}

.product-border {
  border: 1px solid rgba(74, 85, 104, 0.3);
  border-radius: 10px;
  padding: 0 14px
}

.product-border.border-row .slick-slider .slick-list {
  margin: 0 -14px
}

.product-border.border-row .row>div:last-child {
  border-top: 1px solid #ddd
}

.product-border .slider-5-1 .slick-slide>.row {
  border-right: 1px solid rgba(74, 85, 104, 0.3);
  margin-left: 0
}

.product-box .product-.product-image .product-option li {
  position: relative;
  width: 33.33%
}

.product-box .product-.product-image .product-option li a .feather {
  width: 17px;
  height: auto;
  color: var(--text-primary)
}

.product-box .product-.product-image .product-option li+li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--text-primary);
  opacity: 0.3
}

.product-section .right-sidebar-box .product-right-sidebar li+li,
.related-product-2 .related-product .product-title-2 {
  margin-top: 0
}

.compare-section .compare-table tr td {
  font-size: 15px
}

.product-list {
  border: 1px solid rgba(74, 85, 104, 0.3);
  border-radius: 5px
}

.product-list li {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  position: relative
}

.product-list li+li,
.product-offcer-contain+.product-offcer-contain {
  margin-top: 50px
}

.product-list li+li:after {
  content: "";
  position: absolute;
  top: -28px;
  right: 0;
  border-bottom: 1px dashed rgba(74, 85, 104, 0.3);
  width: calc(100% - 103px)
}

.product-list li .offer-product {
  width: 100%;
  height: 100%;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.blog-section .blog-list:hover .blog-image img,
.cart-table table tbody tr td.product-detail:hover .product .product-image img,
.product-box:hover .product-.product-image img,
.product-list li .offer-product:hover .offer-image,
.top-selling-box .top-selling-contain:hover .top-selling-image img,
.dashboard-order .order-contain .order-box .product-order-detail:hover .order-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.cart-table table tbody tr td.product-detail .product .product-image,
.product-list li .offer-product .offer-image {
  width: 80px
}

.product-list li .offer-product .offer-image img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.product-list li .offer-product .offer-detail {
  width: calc(100% - 80px);
  height: 80px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.product-list li .offer-product .offer-detail a .name {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-weight: 400;
  margin-top: -1px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.product-list li .offer-product .offer-detail span {
  font-size: 16px;
  margin-top: 5px;
  color: var(--text-primary);
  font-weight: 400
}

.product-list li .offer-product .offer-detail .price {
  margin-top: 6px;
  font-weight: 400;
  margin-bottom: -2px
}

.product-category .product-category-list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2
}

.product-category .product-category-list li {
  display: block;
  padding-left: 22px;
  font-size: 16px;
  color: var(--text-primary);
  position: relative;
  width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.product-category .product-category-list li::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  -webkit-transform: rotate(45deg) translatey(-50%);
  transform: rotate(45deg) translatey(-50%);
  left: 0;
  border: 1px solid var(--text-primary)
}

.product-slider {
  padding-bottom: 5px
}

.blog-section .blog-box:hover .blog-image a,
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box:hover .recent-image img,
.product-slider:hover .product-slider-image img {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg)
}

.product-slider .product-slider-image {
  border-radius: 5px;
  overflow: hidden;
  display: block
}

.product-slider .product-slider-detail {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  width: 90%;
  margin: -50px auto 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 10px rgba(47, 88, 80, 0.05);
  box-shadow: 0 4px 10px rgba(47, 88, 80, 0.05);
  background-color: rgba(255, 255, 255, 0.8)
}

.product-slider .product-slider-detail h3 {
  font-weight: 400
}

.product-slider .product-slider-detail h5 {
  color: var(--text-primary)
}

.product-slider .product-slider-detail h6 {
  font-weight: 400
}

.product-slider .product-slider-detail .product-button {
  position: absolute;
  bottom: 0;
  right: 0
}

.top-selling-box .top-selling-title {
  border-bottom: 1px solid #e0e2e7;
  position: relative
}

.top-selling-box .top-selling-title::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color-primary)
}

.top-selling-box .top-selling-title h3 {
  font-weight: 400
}

.top-selling-box .top-selling-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden
}

.top-selling-box .top-selling-contain+.top-selling-contain:before {
  content: "";
  position: absolute;
  top: -15px;
  right: 0;
  width: calc(100% - 118px);
  border: 1px dashed rgba(74, 85, 104, 0.3)
}

.top-selling-box .top-selling-contain:hover .top-selling-detail .product-option {
  top: 0;
  opacity: 1
}

.top-selling-box .top-selling-contain .top-selling-image {
  overflow: hidden;
  border-radius: 5px
}

.top-selling-box .top-selling-contain .top-selling-image img {
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.top-selling-box .top-selling-contain .top-selling-detail {
  position: relative
}

.top-selling-box .top-selling-contain .top-selling-detail .product-option {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.top-selling-box .top-selling-contain .top-selling-detail .product-option li a {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid var(--theme-color-primary);
  position: relative;
  z-index: 0;
  overflow: hidden;
  color: var(--theme-color-primary)
}

.top-selling-box .top-selling-contain .top-selling-detail .product-option li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color-primary);
  opacity: 0.1
}

.top-selling-box .top-selling-contain .top-selling-detail .product-option li a .feather {
  width: 20px;
  height: auto;
  margin-top: 1px
}

.top-selling-box .top-selling-contain .top-selling-detail a h5 {
  font-weight: 400;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.top-selling-box .top-selling-contain .top-selling-detail h6 {
  font-weight: 400;
  color: var(--theme-color-primary)
}

.blog-section .blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.deal-contain .deal-detail h4 del,
.product-offcer-contain .product-offer-details h5 del {
  font-size: 16px;
  margin-left: 2px;
  color: var(--theme-color-secondary);
  font-weight: 400
}

.product-offcer-contain .product-offer-details .cart-icon {
  width: 40px;
  height: 40px;
  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;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #f7f5f2;
  border-radius: 100%
}

.product-offcer-contain .product-offer-details .cart-icon .feather {
  width: 20px;
  height: 20px;
  color: var(--text-primary);
  stroke-width: 1.5px
}

.middle-image img,
.review-section .reviewer-box .reviewer-profile .reviewer-image img,
.vendor-box .verndor-contain .vendor-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.product-offcer-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

.service-contain .service-box {
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: row;
  justify-content: center;
  gap: 6px;
}

.product-offcer-contain+.product-offcer-contain::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  border: 1px dashed #bfa378
}

.product-offcer-contain .product-offer-image img {
  width: 150px;
  height: 85px;
  -o-object-fit: contain;
  object-fit: contain
}

.product-offcer-contain .product-offer-details {
  padding-left: 16px;
  width: calc(100% - 150px);
  position: relative
}

.product-offcer-contain .product-offer-details h6 {
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 7px
}

.product-offcer-contain .product-offer-details h5 {
  font-weight: 400;
  margin-top: 10px
}

.deal-contain .deal-image img {
  width: 250px;
  height: 250px;
  -o-object-fit: contain;
  object-fit: contain
}

.deal-contain .deal-detail {
  padding-left: 25px;
  width: calc(100% - 250px)
}

.deal-contain .deal-detail .name {
  font-weight: 400
}

.deal-contain .deal-detail h4 {
  font-weight: 400
}

.deal-contain .deal-detail .option-icon li a {
  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;
  background-color: #fff;
  -webkit-box-shadow: 0 5.57831px 13.9458px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5.57831px 13.9458px rgba(0, 0, 0, 0.05);
  border-radius: 100%;
  color: #222
}

.product-list-section.list-style>div .product-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.product-list-section.list-style>div .product-box .product- {
  width: 180px
}

.product-box .product-detail .product-name {
  color: var(--color-primary);
  font-size: large;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: center;
}

.product-box:hover {
  background-color: var(--background-primary)
}

.product-box:hover .product-.product-image .product-option {
  bottom: 10px;
  opacity: 1
}

.product-box .product-.product-image {
  text-align: center;
  padding: 20px;
  display: block
}

.product-box .product-.product-image img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.product-box .product-.product-image .product-option {
  left: 50%;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  bottom: -5px;
  background-color: #fff;
  width: 100%;
  padding: 10px 5px;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 8px rgba(34, 34, 34, 0.12);
  box-shadow: 0 0 8px rgba(34, 34, 34, 0.12);
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  max-width: 230px
}

.product-box .product-.product-header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

.product-box .product-.product-header-top .label-new {
  position: relative;
  border-radius: 4px;
  padding: 3px 8px;
  color: #fff
}

.product-box .product-.product-header-top .label-new.bg-warning {
  background: -webkit-gradient(linear, right top, left top, color-stop(-14.53%, #ffbf65), color-stop(99.15%, #ffad39)) !important;
  background: linear-gradient(-90deg, #ffbf65 -14.53%, #ffad39 99.15%) !important
}

.product-box .product-.product-header-top .label-new.bg-theme {
  background: var(--theme-color2) !important
}

.product-box .product-.product-header-top .label-new label {
  font-size: 13px;
  margin-top: 1px;
  font-weight: 400
}

.product-box .product-.product-header-top .wishlist-button {
  position: relative;
  padding: 6px;
  margin-left: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(34, 34, 34, 0.24);
  box-shadow: 0 3px 3px rgba(34, 34, 34, 0.24);
  border-radius: 100%;
  z-index: 0
}

.product-box .product-.product-header-top .wishlist-button .feather {
  width: 15px;
  height: 15px;
  color: var(--text-primary)
}

.product-box .product-.product-header-top .close-button {
  position: relative;
  padding: 0;
  z-index: 0
}

.product-box .product-.product-header-top .close-button .feather {
  width: 20px;
  height: auto;
  color: var(--text-primary)
}

.header-top .noti {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  text-align: center
}

.product-box .product-detail .span-name {
  font-size: 13px;
  color: #50607c
}

.product-box .name {
  -webkit-line-clamp: 4;
  font-size: 16px;
  text-align: center;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  color: var(--text-primary) !important
}

.product-box .unit {
  font-size: 13px;
  color: #777
}

.product-box .price del {
  margin-left: 4px;
  color: #777
}

.product-box .price span {
  color: var(--color-price);
  font-weight: bold !important
}

.product-section-3 .circle-box .shape-circle {
  position: absolute;
  top: 0;
  left: 0
}

.product-section-3 .circle-box .shape-circle img {
  width: 100%;
  height: auto;
  margin: 0;
  -webkit-animation: 15s linear infinite rounded;
  animation: 15s linear infinite rounded
}

.product-section-3 .circle-box .shape-text {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  color: #fff
}

.product-section-3 .circle-box .shape-text h6 {
  display: block;
  margin: 0;
  font-weight: 400
}

.product-section-3 .product-title {
  padding: 16px;
  text-align: center;
  background-color: var(--theme-color-primary);
  color: #fff;
  border-radius: 8px 8px 0 0;
  border: 2px solid transparent;
  background-size: contain;
  background-clip: border-box;
  background-position: 0 0;
  -webkit-animation: 15s linear infinite shape;
  animation: 15s linear infinite shape
}

.product-section-3 .product-title.product-warning {
  background-color: transparent;
  color: #222;
  margin: 0;
  border: none
}

.log-in-section .log-in-box .remember-box label,
.profile-tab ul li h5 {
  font-size: 16px
}

.service-contain,
.service-contain-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center
}

.review-box:hover .review-profile .review-image {
  border-radius: 6px
}

.business-section .business-contain>.row>div:first-child,
.business-section .business-contain>.row>div:last-child,
.review-box .review-contain {
  margin-bottom: 40px
}

.review-box .review-contain h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 15px
}

.review-box .review-contain p {
  color: var(--text-primary);
  line-height: 27px;
  margin-bottom: 0
}

.review-box .review-profile .review-image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.review-box .review-profile .review-detail {
  padding-left: 12px
}

.review-box .review-profile .review-detail h5 {
  font-size: 18px;
  margin-bottom: 7px;
  font-weight: 400;
  color: #222
}

.review-box .review-profile .review-detail h6 {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-primary)
}

.service-contain {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 15px !important
}

.service-contain .service-box .service-detail div {
  text-align: center
}

.service-contain .service-box .service-image img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain
}

.service-contain-2 {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: rgba(191, 191, 191, 0.2);
  height: 100%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.service-contain-2:hover svg {
  fill: #fff
}

.service-contain-2 svg {
  width: 42px;
  height: 42px;
  fill: var(--theme-color-primary);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.service-contain-2 .service-detail {
  margin-left: 25px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.service-contain-2 .service-detail h3 {
  letter-spacing: 0.8px;
  margin-bottom: 5px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  font-weight: 400
}

.coming-soon-section .coming-box {
  text-align: center;
  z-index: 1
}

.coming-soon-section .coming-box .coming-text {
  width: 90%;
  margin: 12px auto 0;
  line-height: 1.6;
  color: var(--text-primary)
}

.coming-soon-section .coming-box .coming-title h2 {
  font-weight: 400;
  margin-top: -5px
}

.blog-section .user-comment-box,
.coming-soon-section .coming-box .coming-timer,
.dashboard-bg-box+.dashboard-bg-box {
  margin-top: 24px
}

.coming-soon-section .coming-box .coming-timer ul {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.coming-soon-section .coming-box .coming-timer ul li {
  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;
  position: relative;
  background-color: #fff
}

.coming-soon-section .coming-box .coming-timer ul li+li::after {
  content: ":";
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  color: var(--theme-color-primary)
}

.coming-soon-section .coming-box .coming-timer ul li .counter {
  display: block;
  text-align: center
}

.coming-soon-section .coming-box .coming-timer ul li .counter>div {
  font-weight: 400;
  color: var(--theme-color-primary);
  line-height: 1
}

.coming-soon-section .coming-box .coming-timer ul li .counter p {
  margin-bottom: 0;
  margin-top: 5px;
  color: var(--text-primary)
}

.coming-soon-section .coming-box .coming-contain .coming-form {
  position: relative;
  width: 90%;
  margin: 22px auto 0;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--theme-color-primary)
}

.coming-soon-section .coming-box .coming-contain .coming-form .form-control:focus {
  border-color: transparent;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--text-primary);
  z-index: 0
}

.coming-soon-section .coming-box .coming-contain .coming-form .coming-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: none;
  background: var(--theme-color2);
  color: #fff;
  font-weight: 400
}

.inner-title {
  text-align: center
}

.inner-title h2 {
  font-weight: 400;
  color: #222;
  padding-bottom: 20px;
  display: inline-block;
  text-transform: none;
  position: relative
}

.inner-title h2::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
  width: 70px;
  height: 1px;
  bottom: 0;
  background-color: var(--theme-color-primary)
}

.inner-title h2 img {
  left: 50%;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
  bottom: -11px;
  position: absolute;
  background-color: #fff;
  z-index: 1;
  padding: 0 10px
}

.inner-title-2 h3 {
  font-weight: 400
}

.section-404 .image-404 img {
  width: 25%
}

.section-404 .contain-404 {
  width: 50%;
  text-align: center;
  font-family: "Quicksand", sans-serif
}

.section-404 .contain-404 h3 {
  line-height: 1.5;
  font-weight: 400
}

.cart-section .deliver-box {
  padding: 22px 18px;
  background-color: var(--background-secondary);
  border-radius: 6px;
  position: relative
}

.cart-table table,
.summery-header,
.dashboard-card .payment-card-detail .card-details .card-number {
  margin-bottom: 10px
}

.cart-section .deliver-box .btn-close {
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  position: absolute;
  right: 18px
}

.cart-section .deliver-box h5:last-child {
  font-weight: 400;
  line-height: 1.4
}

.cart-section .deliver-box h5:last-child a {
  text-decoration: underline;
  margin-left: 5px
}

.cart-section .promo-code-box .form-label {
  font-weight: 400
}

.cart-section .total-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 22px 28px;
  border: 1px solid #ececec
}

.cart-section .member-button {
  font-weight: 400;
  letter-spacing: 1.4px
}

.cart-section .special-seller-box {
  padding: 20px;
  background-color: var(--background-secondary);
  border-radius: 5px;
  border: 1px dashed #bfbfbf
}

.cart-section .special-seller-box h5 {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--text-primary);
  margin-bottom: 25px
}

.cart-section .special-seller-box .sub-total-table tbody tr.sub-totle td {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 26px
}

.cart-section .special-seller-box .sub-total-table tbody tr.shipping-title td {
  border: none;
  padding-top: 20px;
  padding-bottom: 10px
}

.cart-section .special-seller-box .sub-total-table tbody tr.shipping-list td .form-check .form-check-input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-right: 10px
}

.cart-section .cart-total-box {
  padding: 20px;
  background-color: var(--background-secondary);
  border-radius: 6px;
  text-align: center
}

.cart-section .cart-total-box h3 {
  font-weight: 700;
  color: #222;
  margin-bottom: 15px
}

.cart-section .cart-total-box h6 {
  width: 100%;
  margin: 20px 0 10px;
  color: #222;
  font-weight: 400;
  font-size: 16px
}

.cart-section .cart-total-box p {
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1.4
}

.cart-section .cart-total-box .checkout-button {
  font-size: 16px;
  margin-top: 12px
}

.cart-table {
  background-color: #fff;
  padding: 10px
}

.cart-table.cart-table-2 {
  background-color: transparent;
  padding: 0
}

.cart-table.cart-table-2 table thead tr th {
  font-size: 20px;
  font-weight: 400;
  color: var(--text-primary);
  padding: 0 22px 16px
}

.cart-table.cart-table-2 table tbody tr:first-child td {
  padding: 22px 16px
}

.cart-table table tbody tr:last-child td {
  border: none;
  padding-bottom: 0
}

.cart-table table tbody tr .name {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: 14px;
  color: var(--text-primary)
}

.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li:first-child,
.cart-table table tbody tr:first-child td,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body {
  padding-top: 0
}

.cart-table table tbody tr .subtotal .price {
  color: var(--color-price);
  font-weight: 700
}

.cart-table table tbody tr .price span {
  color: var(--color-price);
  font-weight: 400;
  font-size: 14px
}

.cart-table table tbody tr del {
  color: #333 !important;
  font-size: 14px
}

.cart-table table tbody tr .save {
  display: block;
  color: green !important;
  font-size: 14px
}

.cart-table table tbody tr td {
  padding: 10px
}

.cart-table table tbody tr td .table-title {
  margin-bottom: 5px;
  font-size: 14px;
  display: block;
  font-weight: 700
}

.cart-table table tbody tr td.product-detail ul li+li {
  margin-bottom: 2px
}

.cart-table table tbody tr td.product-detail .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden
}

.cart-table table tbody tr td.product-detail .product .product-detail {
  margin-top: 0
}

.cart-table table tbody tr td.product-detail .product .product-detail ul li {
  display: block;
  white-space: nowrap;
  margin-bottom: 8px;
  font-size: 16px
}

.cart-table table tbody tr td.product-detail .product .product-detail ul li.name a {
  font-weight: 400;
  font-size: 16px;
  color: #222
}

.cart-table table tbody tr td.product-detail .product .product-detail ul li .price h6 {
  margin-left: 8px;
  text-decoration: line-through
}

.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity-price-box {
  border: 1px solid #ececec;
  border-radius: 5px;
  width: 62%
}

.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity-price-box .cart_qty button {
  border: none
}

.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity-price-box .cart_qty button input {
  padding: 10px 18px;
  border: none;
  text-align: center
}

.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity {
  margin: 6px 0
}

.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity .quantity-price .cart_qty button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  background-color: #e3e0e0;
  border-radius: 100% !important;
  padding: 0
}

.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity .quantity-price .cart_qty button i,
.shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-toggle i,
.shop-section .show-button .top-filter-menu-2 .category-dropdown .dropdown .dropdown-toggle i {
  margin-top: 2px
}

.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity .quantity-price .cart_qty input {
  padding: 0;
  border: none;
  text-align: center;
  background-color: transparent
}

.cart-table table tbody tr td.price h5 {
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.cart-table table tbody tr td.price h5 del {
  margin-left: 4px
}

.cart-table table tbody tr td.price h6 {
  margin-top: 5px;
  white-space: nowrap;
  font-weight: 400
}

.cart-table table tbody tr td.saving {
  font-size: 16px;
  font-weight: 400;
  color: var(--theme-color-primary)
}

.cart-table table tbody tr td .quantity-price .cart_qty button {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  background-color: #e9e8e8;
  border-radius: 5px;
  padding: 0
}

.cart-table table tbody tr td .quantity-price .cart_qty button i {
  font-size: 16px;
  padding-top: 3px;
  color: var(--text-primary)
}

#miniCart button i {
  color: var(--background-secondary)
}

.cart-table table tbody tr td .quantity-price .cart_qty input {
  padding: 0;
  border: none;
  text-align: center;
  background-color: #f0f0f0
}

.cart-table table tbody tr td.subtotal h5 {
  font-weight: 400;
  display: inline-block
}

.cart-table table tbody tr td.subtotal .btn-close {
  margin-left: 50px
}

.cart-table table tbody tr td.save-remove .save {
  font-weight: 400;
  white-space: nowrap;
  font-size: 16px;
  display: block;
  text-decoration: underline
}

.cart-table table tbody tr td.save-remove .remove {
  font-weight: 400;
  font-size: 15px;
  color: #bf2020;
  text-decoration: underline
}

.cart-table table tfoot tr td:nth-child(2) {
  font-size: 16px;
  font-weight: 400;
  padding: 16px;
  border-left: 1px solid #ececec
}

.cart-table table tfoot tr td:last-child {
  font-size: 16px;
  font-weight: 400;
  border-right: 1px solid #ececec
}

.summery-box {
  border-radius: 5px;
  padding: 15px;
  background-color: #fff
}

.summery-box .summery- {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ececec
}

.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-a,
.summery-box .summery-a {
  font-weight: 400;
  margin-left: auto;
  font-size: 16px
}

.summery-box .summery-contain::-webkit-scrollbar-track {
  background-color: var(--text-primary);
  background-color: transparent
}

.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain .coupon-cart .coupon-box,
.summery-box .summery-contain .coupon-cart .coupon-box {
  position: relative;
  overflow: hidden;
  border-radius: 4px
}

.summery-box .summery-contain .coupon-cart .coupon-box .btn-apply {
  background: var(--theme-color-primary);
  color: #fff;
  padding: 7px 15px;
  border: none
}

.summery-box .summery-contain .coupon-cart .coupon-box .form-control {
  border: 1px solid var(--theme-color-primary);
  padding: 7px 15px
}

.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li,
.summery-box .summery-contain ul li {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li span.price,
.summery-box .summery-contain ul li span.price {
  color: var(--color-price);
  margin-left: auto
}

.summery-box .summery-contain ul li span.price .shpping-contain {
  display: block;
  margin-top: 3px
}

.summery-box .summery-contain {
  padding: 5px;
  border-bottom: 1px solid #ececec
}

.summery-box .summery-contain::-webkit-scrollbar {
  width: 3px
}

.summery-box .summery-contain::-webkit-scrollbar-thumb {
  background-color: var(--theme-color-primary);
  border-radius: 4px
}

.summery-box .summery-contain li {
  padding: 3px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  gap: 5px
}

.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li p,
.summery-box .summery-contain li p {
  line-height: 1.6;
  margin: 0
}

.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li h4,
.summery-box .summery-contain li span {
  font-size: 15px;
  color: var(--text-primary)
}

.summery-box .summery-contain li span:last-child {
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis
}

.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li h4.price,
.summery-box .summery-contain li span.price {
  color: var(--text-primary);
  margin-left: auto
}

.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li span.price .shpping-contain,
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li h4.price .shpping-contain,
.summery-box .summery-contain li span.price .shpping-contain {
  display: block;
  font-weight: 400;
  font-size: 13px;
  margin-top: 3px
}

.summery-box .summery-total {
  padding: 0 5px
}

.summery-box .summery-total li {
  padding-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li span,
.summery-box .summery-total li span {
  font-size: 17px;
  color: #222
}

.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li span.price,
.summery-box .summery-total li span.price {
  margin-left: auto;
  color: var(--color-price)
}

.summery-box .summery-total li:nth-child(4) span {
  font-weight: bolder;
  color: var(--theme-color-primary)
}

.summery-box .summery-total li:last-child span {
  font-weight: bolder
}

.button-group {
  text-align: right
}

#logoutModal .button-group {
  margin-top: 0;
  display: flex;
  gap: 10px
}

#logoutModal .btn-danger {
  background-color: red;
  color: #fff;
  padding: 7px 20px
}

#logoutModal .btn-success {
  background-color: green;
  color: #fff;
  padding: 7px 20px
}

#logoutModal .btn-secondary {
  background-color: #696969;
  color: #fff;
  padding: 7px 20px
}

.button-group.cart-button {
  margin-top: 0
}

.button-group ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.button-group ul.button-group-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.button-group ul li button {
  width: 100%;
  font: inherit;
  letter-spacing: 0.04em
}

.button-group ul li button.shopping-button {
  background-color: #ececec;
  color: #000
}

.button-group ul li button.shopping-button i {
  margin-right: 8px
}

.checkout-section .custom-accordion,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.checkout-section .custom-accordion .accordion-item,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item {
  border: none;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  width: 100%
}

.checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button {
  color: var(--text-primary);
  position: relative;
  padding: 0
}

.checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button::before,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button::before {
  content: "";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  right: 30px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out
}

.checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed),
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed),
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #222;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}

.checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
  top: 20%;
  -webkit-transform: rotate(-180deg) translatey(-50%);
  transform: rotate(-180deg) translatey(-50%)
}

.checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button .form-check,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button .form-check,
.profile-tab ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}

.checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label {
  font-weight: 400;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 16px 20px
}

.checkout-section .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.checkout-section .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check label,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.checkout-section .custom-navtab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: auto;
  position: sticky;
  top: 0
}

.checkout-section .custom-navtab .nav-item {
  width: 100%;
  -ms-flex-preferred-size: auto;
  flex-basis: auto
}

.checkout-section .custom-navtab .nav-item .nav-link {
  position: relative;
  text-align: left;
  border: 2px solid #ececec;
  cursor: pointer
}

.checkout-section .custom-navtab .nav-item .nav-link::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color-primary);
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px
}

.checkout-section .custom-navtab .nav-item .nav-link.active {
  color: #222;
  background-color: transparent;
  border: 2px solid var(--theme-color-primary)
}

.checkout-section .custom-navtab .nav-item .nav-link.active::before {
  -webkit-box-shadow: 0 4px 0 var(--theme-color-primary);
  box-shadow: 0 4px 0 var(--theme-color-primary);
  width: 100%
}

.checkout-section .custom-navtab .nav-item .nav-link.active .nav-item-box h4,
.checkout-section .custom-navtab .nav-item .nav-link.active .nav-item-box i {
  color: var(--theme-color-primary);
  z-index: 1;
  -webkit-text-stroke: 1px transparent
}

.checkout-section .custom-navtab .nav-item .nav-link .nav-item-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.checkout-section .custom-navtab .nav-item .nav-link .nav-item-box span {
  color: var(--text-primary);
  font-size: 12px;
  font-weight: 400
}

.checkout-section .custom-navtab .nav-item .nav-link .nav-item-box h4 {
  color: #222;
  font-weight: 400
}

.checkout-section .custom-navtab .nav-item .nav-link .nav-item-box .lord-icon {
  height: auto;
  margin-left: auto
}

.checkout-section .tab-content {
  background-color: var(--background-secondary);
  height: 100%
}

.checkout-section .tab-content .tab-pane .tab-title {
  color: #222
}

.checkout-section .delivery-address-box {
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.07)
}

.checkout-section .delivery-address-box>div,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box>div,
.dashboard-address .address-box>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative
}

.checkout-section .delivery-address-box>div .label,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box>div .label,
.dashboard-address .address-box>div .label {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--theme-color-primary);
  padding: 2px 8px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.8px
}

.checkout-section .delivery-address-box>div .form-check .form-check-input,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box>div .form-check .form-check-input,
.dashboard-address .address-box>div .form-check .form-check-input {
  margin-top: 2px
}

.checkout-section .delivery-address-box>div .form-check .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.checkout-section .delivery-address-box>div .delivery-address-detail,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box>div .delivery-address-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: 10px
}

.checkout-section .delivery-address-box>div .delivery-address-detail h6,
.checkout-section .delivery-address-box>div .delivery-address-detail p,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box>div .delivery-address-detail h6,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box>div .delivery-address-detail p {
  line-height: 1.4;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px
}

.checkout-section .delivery-address-box>div .delivery-address-detail h6 span,
.checkout-section .delivery-address-box>div .delivery-address-detail p span,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box>div .delivery-address-detail h6 span,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box>div .delivery-address-detail p span {
  margin-right: 4px
}

.checkout-section .add-address,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .add-address {
  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;
  padding: 30px;
  height: 100%;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
  border-radius: 8px
}

.checkout-section .delivery-option,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .future-box .future-option {
  background-color: #fff;
  border-radius: 5px
}

.checkout-section .delivery-option .date-box i,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .date-box i {
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  position: absolute;
  right: 17px;
  font-size: 18px;
  color: var(--text-primary)
}

.checkout-section .delivery-option .custom-form-check,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .custom-form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  min-height: auto
}

.checkout-section .delivery-option .custom-form-check .form-check-label,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .custom-form-check .form-check-label {
  padding-left: 12px;
  font-weight: 400
}

.checkout-section .delivery-option .delivery-items h5,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .future-box .future-option .delivery-items h5 {
  letter-spacing: 0.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.checkout-section .delivery-option .delivery-items h5.items,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .future-box .future-option .delivery-items h5.items {
  margin-bottom: 5px
}

.checkout-section .delivery-option .delivery-items h5.items span,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .future-box .future-option .delivery-items h5.items span {
  text-decoration: underline
}

.checkout-section .delivery-option .delivery-items h5 i,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .future-box .future-option .delivery-items h5 i {
  margin-left: 7px;
  color: rgba(0, 0, 0, 0.25)
}

.checkout-section .delivery-option .delivery-date,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .delivery-date {
  font-weight: 400;
  border: 1px solid #ececec;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--text-primary);
  width: 100%
}

.checkout-section .delivery-option .delivery-date input,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .delivery-date input {
  font-weight: 400;
  border: none;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--text-primary);
  width: 100%
}

.checkout-section .delivery-option .delivery-time .dropdown-toggle,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-toggle {
  font-weight: 400;
  border: 1px solid #ececec;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--text-primary)
}

.checkout-section .delivery-option .delivery-time .dropdown-toggle i,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-toggle i {
  -webkit-text-stroke: 1px var(--text-primary);
  color: transparent;
  font-size: 18px;
  margin-right: 10px
}

.checkout-section .delivery-option .delivery-time .dropdown-toggle::before,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-toggle::before {
  content: "";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  right: 20px
}

.checkout-section .delivery-option .delivery-time .dropdown-menu,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-menu {
  border: 1px solid transparent;
  -webkit-box-shadow: 0 6px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 5px rgba(0, 0, 0, 0.1)
}

.checkout-section .delivery-option .delivery-time .dropdown-menu li a:active,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-menu li a:active {
  color: #000;
  text-decoration: none;
  background-color: #ececec
}

.checkout-section .delivery-option .delivery-time .dropdown-menu li+li,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-menu li+li,
.main-carousel {
  margin-top: 5px
}

.checkout-section .payment-button,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .payment-button {
  font-size: 16px;
  font-weight: 400
}

.checkout-section .payment-method .custom-form-check label,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .payment-method .custom-form-check label {
  font-weight: 400;
  font-size: 17px
}

.checkout-section .credit-info label,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .credit-info label {
  font-weight: 400
}

.checkout-section .payment-option,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .payment-option {
  padding: 20px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
  border-radius: 8px;
  position: relative
}

.checkout-section .payment-option .form-check .form-check-input,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .payment-option .form-check .form-check-input,
.product-section .right-box-contain .pickup-box .pickup-detail h6,
.vendor-detail-box .vendor-name .vendor-logo .vendor-rating {
  margin-top: 4px
}

.checkout-section .payment-option .form-check label,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .payment-option .form-check label {
  font-weight: 400;
  font-size: 18px;
  padding-left: 10px
}

.checkout-section .payment-option img,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .payment-option img {
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  position: absolute;
  right: 20px;
  width: 60px
}

.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li {
  position: relative;
  width: 100%
}

.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 6px;
  background-color: var(--background-secondary)
}

.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 8px #eee;
  box-shadow: 0 0 8px #eee;
  margin-left: 66px;
  position: relative
}

.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box::before {
  content: "";
  position: absolute;
  top: 25px;
  left: -42px;
  width: 0;
  height: 115%;
  border-left: 1px dashed rgba(34, 34, 34, 0.18);
  z-index: -1
}

.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-title h4 {
  font-weight: 400
}

.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box {
  border-radius: 8px;
  background-color: #fff;
  height: 100%;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.07)
}

.accordion-button {
  color: var(--text-primary) !important
}

.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .cod-review {
  margin: 0;
  line-height: 1.5;
  color: var(--text-primary)
}

.checkout-section-2 .right-side-summery-box {
  position: sticky;
  top: 70px
}

.checkout-section-2 .right-side-summery-box .summery-box-2 .summery- {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px
}

.summery-header {
  font-size: 18px;
  font-weight: 700
}

.summery-header i {
  display: block;
  font-size: 14px;
  font-weight: 400;
  font-style: normal
}

.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain::-webkit-scrollbar-track {
  background-color: var(--text-primary);
  background-color: transparent
}

.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain .checkout-image {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: 5px
}

.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain .coupon-cart .coupon-box .btn-apply {
  background: var(--theme-color-primary);
  color: #fff;
  font-weight: 400;
  border: none
}

.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain .coupon-cart .coupon-box .form-control {
  border: 2px solid var(--theme-color-primary);
  padding: 10px
}

.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain {
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px
}

.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain::-webkit-scrollbar {
  width: 3px
}

.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain::-webkit-scrollbar-thumb {
  background-color: var(--theme-color-primary);
  border-radius: 4px
}

.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li span {
  font-size: 14px;
  margin: auto 5px;
  color: var(--text-primary)
}

.summery-contain img {
  width: 100px !important
}

.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total {
  margin-top: 0;
  padding-top: 5px
}

.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li {
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li:nth-child(2) span {
  color: green
}

.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li:last-child span {
  font-weight: 400
}

.checkout-section-2 .right-side-summery-box .checkout-offer {
  margin-top: 24px;
  border-radius: 7px;
  background-color: var(--background-secondary)
}

.checkout-section-2 .right-side-summery-box .checkout-offer .offer-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.checkout-section-2 .right-side-summery-box .checkout-offer .offer-title .offer-icon {
  width: 20px
}

.checkout-section-2 .right-side-summery-box .checkout-offer .offer-title .offer-name h6 {
  font-weight: 400;
  line-height: 1;
  margin-bottom: -2px
}

.checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  overflow: hidden auto;
  max-height: 104px
}

.checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.14)
}

.checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
  border-radius: 50px
}

.checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.5)
}

.checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail li p {
  color: var(--text-primary);
  line-height: 1.5;
  position: relative;
  padding-left: 23px;
  margin: 0
}

.checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail li p::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 5px;
  height: 5px;
  background-color: var(--text-primary);
  border-radius: 100%
}

.contact-box-section .left-sidebar-box .contact-image {
  text-align: center
}

.contact-box-section .left-sidebar-box .contact-title h3 {
  position: relative;
  display: inline-block;
  font-weight: 400
}

.contact-box-section .left-sidebar-box .contact-title h3::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background: var(--theme-color2)
}

.contact-box-section .left-sidebar-box .contact-detail .contact-detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 5px;
  margin-left: 25px;
  padding: 15px 15px 15px 30px;
  background: #fff
}

.contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-icon {
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  position: absolute;
  left: -21px;
  background-color: var(--theme-color-primary);
  padding: 13px;
  border-radius: 7px;
  display: inherit;
  color: #fff
}

.contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-detail-title h4 {
  font-weight: 400;
  margin-top: -2px
}

.contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-detail-contain p {
  margin: 0 0 -5px;
  line-height: 1.5;
  color: var(--text-primary)
}

.contact-box-section .right-sidebar-box {
  padding: 20px;
  border-radius: 5px;
  background: #fff
}

.contact-box-section .right-sidebar-box .custom-form label {
  color: var(--text-primary);
  display: block;
  font-size: 16px;
  margin-bottom: 15px 15px 15px 50px
}

.contact-box-section .right-sidebar-box .custom-form .custom-input .form-control:focus,
.contact-box-section .right-sidebar-box .custom-form .custom-textarea .form-control:focus {
  background-color: #fff;
  border-color: transparent
}

.contact-box-section .right-sidebar-box .custom-form .custom-input i {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--text-primary)
}

.contact-box-section .right-sidebar-box .custom-form .custom-textarea i {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 18px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  color: var(--text-primary)
}

.map-section .map-box {
  margin-bottom: -6px;
  display: block
}

.map-section .map-box iframe {
  width: 100%;
  height: 350px
}

.log-in-section {
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 0
}

.log-in-section .log-in-container {
  display: flex
}

.log-in-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/inner-page/log-in-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1
}

.log-in-section .image-contain {
  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;
  height: 100%
}

.log-in-section .inputs input {
  border: none
}

.log-in-section .log-in-box {
  margin: auto;
  background-color: #fff
}

.log-in-section .log-in-box .logo-name {
  margin-top: -10px
}

.log-in-section .log-in-box .logo-name a {
  font-weight: 700;
  color: #222;
  font-family: "Quicksand", sans-serif;
  display: block
}

.log-in-section .log-in-box .log-in-title h4,
.log-in-section .log-in-box .log-in-title h5 {
  color: var(--text-primary);
  margin-top: 8px
}

.log-in-section .log-in-box .log-in-button {
  margin-top: 20px;
  padding: 1px 0
}

.log-in-section .log-in-box .log-in-button ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.log-in-section .log-in-box .log-in-button ul li a {
  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;
  font-size: 16px;
  color: #222;
  border-radius: 5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff
}

.log-in-section .log-in-box .remember-box .check-box {
  display: block;
  margin-top: -6px
}

.log-in-section .log-in-box .forgot-password {
  font-size: 16px;
  font-weight: 400;
  display: block
}

.log-in-section .log-in-box .other-log-in {
  margin-top: 15px;
  text-align: center;
  position: relative
}

.log-in-section .log-in-box .other-log-in::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #ddd;
  z-index: 0
}

.log-in-section .log-in-box .other-log-in h6 {
  color: var(--text-primary);
  position: relative;
  background-color: #f9f9f9;
  padding: 0 14px;
  display: inline-block;
  text-transform: uppercase
}

.log-in-section .log-in-box .sign-up-box {
  margin-top: 20px;
  text-align: center
}

.log-in-section .log-in-box .sign-up-box h4 {
  color: var(--text-primary);
  font-size: 16px
}

.log-in-section .log-in-box .sign-up-box a {
  font-weight: 400;
  margin-bottom: -4px;
  display: block
}

.log-in-section .log-in-box .contact-title h2 {
  margin-bottom: 15px
}

.log-in-section .log-in-box .contact-title h5 {
  width: 53%;
  font-size: 18px;
  line-height: 1.3;
  color: var(--text-primary)
}

.faq-contain .faq-top-box {
  text-align: center;
  background-color: var(--background-secondary);
  border-radius: 9px;
  padding: 28px 18px
}

.faq-contain .faq-top-box .faq-box-icon {
  width: 65px;
  height: 65px;
  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;
  background-color: #fff;
  border-radius: 7px;
  margin: 0 auto 16px
}

.faq-contain .faq-top-box .faq-box-icon img {
  height: auto
}

.faq-contain .faq-top-box .faq-box-contain p {
  margin: 17px 0 -4px;
  line-height: 1.6;
  color: var(--text-primary);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden
}

.faq-box-contain .faq-contain {
  margin-bottom: 0;
  position: sticky;
  top: 92px
}

.faq-box-contain .faq-contain h2 {
  font-weight: 400;
  line-height: 1.4
}

.faq-box-contain .faq-contain p {
  line-height: 1.5;
  color: var(--text-primary)
}

.faq-box-contain .faq-accordion .accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.faq-box-contain .faq-accordion .accordion .accordion-item {
  width: 100%;
  border-radius: 7px;
  background-color: var(--background-secondary);
  border: none;
  overflow: hidden
}

.faq-box-contain .faq-accordion .accordion .accordion-item .accordion-header .accordion-button {
  background-color: var(--background-secondary);
  font-weight: 400;
  line-height: 1.5
}

.faq-box-contain .faq-accordion .accordion .accordion-item .accordion-header .accordion-button i {
  margin-left: auto;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.faq-box-contain .faq-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  font-weight: 400;
  color: var(--theme-color-primary);
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}

.faq-box-contain .faq-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.faq-box-contain .faq-accordion .accordion .accordion-item .accordion-collapse .accordion-body p {
  line-height: 1.6;
  color: var(--text-primary)
}

.faq-box-contain .faq-accordion .accordion .accordion-item .accordion-collapse .accordion-body p:last-child {
  margin-bottom: -4px
}

.compare-section .compare-table {
  border: 1px solid #ddd;
  margin-bottom: 0
}

.compare-section .compare-table tr td,
.compare-section .compare-table tr th {
  min-width: 200px;
  border-right: 1px solid #ddd;
  text-align: center
}

.compare-section .compare-table tr td:first-child,
.compare-section .compare-table tr th:first-child {
  min-width: auto
}

.compare-section .compare-table tr th {
  font-size: 16px;
  font-weight: 400;
  color: var(--theme-color-primary);
  background-color: var(--background-secondary)
}

.compare-section .compare-table tr td .compare-image {
  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;
  text-align: center;
  border-radius: 5px;
  background-color: #f1f1f1;
  margin: 0 auto
}

.compare-section .compare-table tr td .compare-image img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.compare-section .compare-table tr td .price h5 del {
  font-weight: 400;
  font-size: 15px;
  margin-left: 4px;
  color: #777
}

.compare-section .compare-table tr td .price h5 span {
  margin-left: 4px;
  color: var(--theme-color-primary)
}

.compare-section .compare-table tr td .compare-rating {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px
}

.compare-section .compare-table tr td .summary {
  color: #777;
  line-height: 1.5;
  margin-bottom: 0;
  font-size: 15px
}

.blog-section .left-sidebar-box,
.product-section .right-sidebar-box {
  position: sticky;
  top: 90px
}

.blog-section .left-sidebar-box .left-search-box .search-box::before {
  content: "";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  right: 20px;
  color: var(--text-primary)
}

.blog-section .left-sidebar-box .left-search-box .search-box::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  width: 1px;
  height: 60%;
  right: 51px;
  opacity: 0.3;
  background-color: var(--text-primary)
}

.blog-section .left-sidebar-box .left-search-box .search-box input {
  padding: 8px 68px 8px 20px;
  background-color: var(--background-secondary);
  border: none;
  height: 53px;
  border-radius: 7px
}

.blog-section .left-sidebar-box .left-search-box .search-box input:focus {
  border-color: #ced4da
}

.blog-section .left-sidebar-box .left-accordion-box .accordion-item {
  border: none;
  background-color: #fff
}

.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-header .accordion-button {
  background-color: #fff;
  color: #222;
  padding: 0
}

.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-header .accordion-button::after {
  width: unset;
  height: unset;
  font-family: "Font Awesome 6 Free";
  background-image: none;
  content: ""
}

.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
  margin-top: 20px
}

.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-image {
  width: 110px;
  border-radius: 5px;
  overflow: hidden
}

.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-image img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail {
  padding-left: 15px
}

.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail .tag {
  display: flex;
  gap: 3px
}

.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail a h5 {
  font-weight: 400;
  line-height: 1.45;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden
}

.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 8px;
  width: auto;
  padding: 2px 4px;
  color: #fff;
  background: red;
  border-radius: 3px
}

.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail .recent-name {
  font-size: 16px;
  margin-top: 5px
}

.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail .btn-contact {
  font-size: 13px;
  line-height: 14px
}

.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail h6 .feather {
  width: 18px;
  height: 18px;
  stroke-width: 1
}

.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul,
.product-section .right-box-contain .share-option ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px
}

.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li {
  display: block;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 0;
  overflow: hidden;
  width: 100%
}

.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li a {
  display: block;
  font-size: 16px;
  color: #222
}

.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li a .category-name h5,
.category-slider-section .category-contain .category-contain-name h5 {
  color: var(--text-primary);
  font-weight: 400
}

.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li a .category-name span {
  width: 22px;
  height: 22px;
  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;
  font-size: 13px;
  color: #fff;
  background-color: var(--theme-color-primary);
  padding: 4px 5px 3px;
  border-radius: 100%
}

.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-tags-box ul li {
  z-index: 0;
  padding: 4px 9px;
  border-radius: 3px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  overflow: hidden;
  position: relative;
  background-color: #fff
}

.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-tags-box ul li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: var(--theme-color-primary);
  opacity: 0
}

.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-tags-box ul li:hover {
  border-color: transparent
}

.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-tags-box ul li a {
  color: var(--text-primary);
  text-transform: capitalize
}

.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-list-2 li+li {
  margin-top: 30px
}

.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-list-2 li+li::after {
  top: -16px
}

.blog-section .custom-border {
  border-bottom: 1px solid #ececec
}

.blog-section .blog-box .blog-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 0
}

.blog-section .blog-box .blog-image label {
  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;
  position: absolute;
  top: 0;
  bottom: unset;
  left: 0;
  border-radius: 0;
  background-color: #febc5c;
  color: #fff;
  padding: 10px 13px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400
}

.blog-section .blog-box .blog-image label i {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 3px;
  color: #fff
}

.blog-section .blog-box .blog-contain {
  padding: 0 10px 10px
}

.blog-section .blog-box .blog-contain .blog-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.blog-section .blog-box .blog-contain .blog-label .super,
.blog-section .blog-box .blog-contain .blog-label .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--text-primary);
  font-size: 13px;
  gap: 10px
}

.blog-section .blog-box .blog-contain .blog-label .super .feather,
.blog-section .blog-box .blog-contain .blog-label .time .feather {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 4px
}

.blog-section .blog-box .blog-contain .blog-label .super span,
.blog-section .blog-box .blog-contain .blog-label .time span {
  margin-top: 1px
}

.blog-section .blog-box .blog-contain a h3 {
  margin: 10px 0 0;
  text-transform: capitalize;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.blog-section .blog-box .blog-contain p {
  line-height: 1.8;
  color: var(--text-primary);
  margin-bottom: 0
}

.blog-section .blog-box .blog-contain .blog-button {
  border: none;
  background-color: var(--background-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 5px;
  padding: 10px 25px;
  text-align: center;
  color: var(--color-primary);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  margin-top: 5px;
  font-size: 14px
}

.blog-section .blog-box .blog-contain .blog-button:hover {
  background-color: var(--color-primary);
  color: var(--background-primary)
}

.blog-section .blog-box .blog-contain .blog-button i {
  margin-left: 10px;
  margin-top: 1px
}

.blog-section .blog-list:hover {
  -webkit-box-shadow: 0 4px 9px rgba(34, 34, 34, 0.1);
  box-shadow: 0 4px 9px rgba(34, 34, 34, 0.1)
}

.blog-section .blog-list .blog-image {
  margin-bottom: -1px;
  width: 38%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.blog-section .blog-list .blog-image img {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  width: 100%;
  height: auto
}

.blog-section .blog-list .blog-contain {
  width: 62%
}

.blog-section .blog-detail-image .blog-image-contain {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 10px 5px;
  text-align: center;
  background: #000;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(246, 246, 246, 0)));
  background: linear-gradient(0deg, #000 0, rgba(246, 246, 246, 0) 100%);
  color: #222
}

.blog-section .blog-detail-image .blog-image-contain .contain-list li {
  text-transform: capitalize;
  position: relative
}

.blog-section .blog-detail-image .blog-image-contain .contain-list li+li {
  margin-left: 30px
}

.blog-section .blog-detail-image .blog-image-contain .contain-list li+li::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  background-color: #222;
  left: -24px
}

.blog-section .blog-detail-image .blog-image-contain h2 {
  font-weight: 400
}

.blog-section .blog-detail-image .blog-image-contain .contain-comment-list {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff
}

.blog-section .blog-detail-image .blog-image-contain .contain-comment-list li .user-list .feather {
  width: 18px;
  height: 18px;
  margin-right: 3px
}

.blog-section .blog-detail-contain p {
  color: var(--text-primary)
}

.blog-section .blog-detail-contain p .first {
  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;
  color: var(--text-primary);
  float: left;
  margin-top: 8px
}

.blog-section .blog-detail-contain .blog-details-quote {
  border-radius: 10px;
  background-color: var(--text-primary);
  position: relative;
  color: #fff
}

.blog-section .blog-detail-contain .blog-details-quote h5 {
  letter-spacing: 3px;
  color: #ddd;
  text-transform: uppercase
}

.blog-section .blog-detail-contain .blog-details-quote::after {
  content: "";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  color: var(--theme-color-primary)
}

.blog-section .leave-title {
  margin: 40px 0 9px
}

.blog-section .leave-title h3 {
  position: relative;
  font-weight: 400;
  z-index: 0;
  color: var(--text-primary);
  font-size: 22px
}

.blog-section .user-comment-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.blog-section .user-comment-box ul li {
  padding: 0 0 50px;
  width: 100%;
  position: relative
}

.blog-section .user-comment-box ul li .user-box .reply-button {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.blog-section .user-comment-box ul li .user-box .reply-button i {
  margin: -3px 9px 0 0;
  color: #777
}

.blog-section .user-comment-box ul li .user-box .user-iamge img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
  overflow: hidden
}

.blog-section .user-comment-box ul li .user-box .user-iamge .user-name {
  position: absolute;
  top: 0;
  left: 80px;
  width: 220px
}

.blog-section .user-comment-box ul li .user-box .user-iamge .user-name h6 {
  color: var(--text-primary);
  margin-bottom: 6px
}

.blog-section .user-comment-box ul li .user-box .user-contain {
  width: calc(100% - 70px);
  padding-left: 20px
}

.blog-section .user-comment-box ul li .user-box .user-contain p {
  line-height: 1.6;
  color: var(--text-primary);
  margin-bottom: 0;
  margin-top: 50px;
  width: 85%
}

.blog-section .leave-box {
  background-color: var(--background-secondary);
  border-radius: 6px
}

.blog-section .leave-box .leave-comment .comment-notes p {
  line-height: 1.6
}

.blog-section .leave-box .leave-comment .save-comment-box {
  margin: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.blog-section .leave-box .leave-comment .save-comment-box .form-check input {
  margin-top: -5px
}

.blog-section .leave-box .leave-comment .save-comment-box .form-check .form-check-label {
  font-size: 15px;
  font-weight: 400;
  color: var(--text-primary)
}

.review-title {
  color: #222;
  font-weight: 400
}

.review-title h2 {
  width: 80%;
  line-height: 1.3;
  position: relative
}

.review-title h2.center::before {
  left: 50%;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
  color: var(--theme-color-primary)
}

.about-us-title h4 {
  color: var(--theme-color-primary)
}

.about-us-title h2 {
  line-height: 1.3;
  position: relative
}

.about-us-title h2::before {
  content: "";
  position: absolute;
  height: 3px;
  left: 0;
  background: #ffa53b
}

.about-us-title h2.center::before {
  left: 50%;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%)
}

.fresh-vegetable-section .fresh-image {
  margin-top: 30px;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.fresh-vegetable-section .fresh-image-2>div,
.fresh-vegetable-section .fresh-image>div {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  overflow: hidden
}

.fresh-vegetable-section .fresh-image-2 {
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.fresh-vegetable-section .fresh-contain,
.sticky-bottom-cart .selection-section .product-qty .input-group button,
.vendor-detail-box-2 .vendor-name {
  height: 100%
}

.fresh-vegetable-section .fresh-contain p {
  line-height: 1.7;
  color: var(--text-primary)
}

.fresh-vegetable-section .delivery-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.fresh-vegetable-section .delivery-list ul li .deliver-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: var(--text-primary)
}

.fresh-vegetable-section .delivery-list ul li .deliver-box .feather {
  width: 17px;
  height: auto;
  margin-top: 3px
}

.fresh-vegetable-section .delivery-list ul li .deliver-box h6 {
  width: calc(100% - 17px)
}

.fresh-vegetable-section .delivery-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.fresh-vegetable-section .delivery-box li .delivery-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0
}

.fresh-vegetable-section .delivery-box li .delivery-box .delivery-icon img {
  width: 30px;
  height: auto
}

.client-section .clint-contain {
  background: #fff;
  position: relative
}

.client-section .clint-contain:hover .client-icon img {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.client-section .clint-contain:hover h2 {
  opacity: 0.09;
  margin-right: 9px
}

.client-section .clint-contain .client-icon {
  margin-bottom: 14px;
  margin-top: -11px
}

.client-section .clint-contain .client-icon img {
  width: 74%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.client-section .clint-contain h2 {
  position: absolute;
  color: var(--text-primary);
  opacity: 0.05;
  font-weight: 400;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.client-section .clint-contain h4 {
  margin-bottom: 7px;
  font-weight: 400;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.client-section .clint-contain p {
  font-size: 16px;
  color: var(--text-primary);
  margin: 0 auto -5px;
  line-height: 1.7;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.client-section .client-box .client-list li {
  width: 460px;
  position: relative
}

.team-section .team-box:hover .team-iamge img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: grayscale(0);
  filter: grayscale(0)
}

.team-section .team-box:hover .team-iamge .team-media {
  opacity: 1;
  right: 10px
}

.team-section .team-box .team-iamge {
  width: 50%;
  height: auto;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto
}

.team-section .team-box .team-iamge img {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-filter: grayscale(1);
  filter: grayscale(1)
}

.team-section .team-box .team-name {
  text-align: center;
  margin-top: 20px
}

.team-section .team-box .team-name h3 {
  letter-spacing: 0.7px;
  font-weight: 400
}

.team-section .team-box .team-name h5 {
  margin-top: 6px;
  letter-spacing: 0.5px;
  color: var(--text-primary)
}

.team-section .team-box .team-name p {
  line-height: 1.6;
  color: var(--text-primary);
  margin: 9px auto 14px;
  width: 80%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden
}

.team-section .team-box .team-name .team-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px;
  position: relative;
  margin-top: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.team-section .team-box .team-name .team-media li a {
  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;
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  background-color: #ededed
}

.team-section .team-box .team-name .team-media li a.fb-bg {
  color: #4267b2;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.team-section .team-box .team-name .team-media li a.fb-bg:hover {
  background-color: #4267b2;
  color: #fff
}

.team-section .team-box .team-name .team-media li a.twitter-bg {
  color: #00acee;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.team-section .team-box .team-name .team-media li a.twitter-bg:hover {
  background-color: #00acee;
  color: #fff
}

.team-section .team-box .team-name .team-media li a.pint-bg {
  color: #c8232c;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.team-section .team-box .team-name .team-media li a.pint-bg:hover {
  background-color: #c8232c;
  color: #fff
}

.team-section .team-box .team-name .team-media li a.insta-bg {
  color: #f56040;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.team-section .team-box .team-name .team-media li a.insta-bg:hover {
  background-color: #f56040;
  color: #fff
}

.review-section .reviewer-box {
  background-color: #fff;
  border-radius: 10px;
  z-index: 0;
  position: relative;
  overflow: hidden
}

.review-section .reviewer-box:hover i {
  color: var(--theme-color-primary);
  font-size: 143px;
  opacity: 0.18;
  -webkit-transform: rotate(7deg);
  transform: rotate(7deg);
  bottom: -29px;
  right: -7px
}

.review-section .reviewer-box i {
  position: absolute;
  font-size: 106px;
  opacity: 0.05;
  z-index: -1;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  bottom: -30px;
  right: -8px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.review-section .reviewer-box h3 {
  font-weight: 400;
  margin: 10px 0 13px;
  font-size: 20px;
  line-height: 1.5
}

.review-section .reviewer-box p {
  color: var(--text-primary);
  line-height: 1.7;
  margin-bottom: 23px
}

.review-section .reviewer-box .reviewer-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.review-section .reviewer-box .reviewer-profile .reviewer-image {
  height: auto;
  border-radius: 8px;
  overflow: hidden
}

.review-section .reviewer-box .reviewer-profile .reviewer-name h4 {
  font-weight: 400;
  color: var(--theme-color-primary)
}

.review-section .reviewer-box .reviewer-profile .reviewer-name h6 {
  color: var(--text-primary);
  margin-top: 6px
}

.chart-padding {
  background-color: #fff;
  padding: 20px;
  border-radius: 6px
}

.chart-title {
  margin-bottom: 20px
}

.chart-title h3 {
  font-size: 24px;
  font-weight: 400
}

.dashboard-title {
  margin-bottom: 22px
}

.dashboard-title h3 {
  font-size: 20px;
  line-height: 1.3;
  position: relative;
  font-weight: 400
}

.dashboard-left-sidebar {
  overflow: hidden;
  position: sticky;
  top: 100px;
  z-index: 0
}

.dashboard-right-sidebar,
.dashboard-left-sidebar {
  top: 100px;
  background: var(--bs-white);
  -webkit-box-shadow: var(--shadow-xl);
  box-shadow: var(--shadow-xl);
}

.dashboard-left-sidebar .close-button {
  width: 30px;
  height: 30px;
  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;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  background: var(--background-secondary);
  border-radius: 100%
}

.dashboard-left-sidebar .close-button .close-sidebar {
  border: none;
  font-size: 15px;
  background-color: transparent;
  color: var(--text-primary);
  padding: 2px 0 0
}

.dashboard-left-sidebar .profile-box .cover-image {
  position: relative;
  overflow: hidden
}

.dashboard-left-sidebar .profile-box .cover-image img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover
}

.dashboard-left-sidebar .profile-box .cover-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #222;
  opacity: 0.15
}

.dashboard-left-sidebar .profile-box .cover-image .cover-icon {
  width: 30px;
  height: 30px;
  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;
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  z-index: 1;
  background-color: #fff;
  border-radius: 100%;
  color: var(--text-primary)
}

.dashboard-left-sidebar .profile-box .profile-contain {
  padding: 0 15px
}

.dashboard-left-sidebar .profile-box .profile-contain .profile-image {
  margin: -50px auto 0;
  text-align: center;
  z-index: 1;
  position: relative
}

.dashboard-left-sidebar .profile-box .profile-contain .profile-image img {
  -o-object-fit: contain;
  object-fit: contain;
  background-color: var(--background-secondary);
  border-radius: 100%;
  padding: 5px;
  border: 1px solid var(--background-secondary);
  -webkit-box-shadow: var(--shadow-md);
  box-shadow: var(--shadow-md);
}

.dashboard-left-sidebar .profile-box .cover-icon {
  width: 30px;
  height: 30px;
  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;
  position: absolute;
  bottom: 0;
  left: 55%;
  z-index: 1;
  background-color: #fff;
  border-radius: 100%;
  color: var(--text-primary)
}

.dashboard-left-sidebar .profile-box .cover-icon i input {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
  width: 35px
}

.dashboard-left-sidebar .profile-box .profile-contain .profile-name {
  text-align: center;
  border-bottom: 1px solid #ddd
}

.dashboard-left-sidebar .profile-box .profile-contain .profile-name h3 {
  font-weight: 400;
  letter-spacing: 0.7px
}

.dashboard-left-sidebar .profile-box .profile-contain .profile-name h6 {
  margin-top: 4px
}

.dashboard-left-sidebar .profile-box .profile-contain .profile-name h6 span {
  margin: 0 8px
}

.dashboard-left-sidebar .user-nav-pills {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.related-product-2 .related-box .budle-list>ul>li,
.dashboard-left-sidebar .user-nav-pills .nav-item {
  width: 100%;
  display: block
}

.dashboard-left-sidebar .user-nav-pills .nav-item .nav-link {
  font-size: 18px;
  position: relative;
  color: var(--text-primary);
  width: 100%;
  text-align: left;
  padding: 10px;
  font-weight: 400;
  z-index: 0;
  overflow: hidden;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.dashboard-left-sidebar .user-nav-pills .nav-item .nav-link .show>.nav-link,
.dashboard-left-sidebar .user-nav-pills .nav-item .nav-link.active {
  border-left: 3px solid var(--theme-color-primary);
  font-weight: 400;
  background-color: transparent;
  color: var(--theme-color-primary)
}

.dashboard-left-sidebar .user-nav-pills .nav-item .nav-link .show>.nav-link::before,
.dashboard-left-sidebar .user-nav-pills .nav-item .nav-link.active::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: var(--theme-color2);
  z-index: -1;
  opacity: 0.1
}

.dashboard-left-sidebar .user-nav-pills .nav-item .nav-link svg {
  width: 20px;
  height: auto;
  margin-right: 20px
}

.dashboard-left-sidebar .user-nav-pills .nav-item .nav-link i {
  width: 20px;
  height: auto;
  margin-right: 20px
}

.dashboard-right-sidebar .dashboard-bg-box {
  background-color: var(--bs-white);
}

.dashboard-user-name h6 {
  font-size: 16px;
  margin-bottom: 10px
}

.dashboard-user-name p {
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.3px
}

.dashboard-home .total-box .totle-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 15px;
  background-color: var(--bs-white);
  -webkit-box-align: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 6px 0px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.dashboard-home .total-box .totle-contain .totle-detail h3 {
  text-align: end;
}

.dashboard-home .total-box .totle-contain:hover .img-1 {
  -webkit-transform: translatey(-50%) rotate(-7deg);
  transform: translatey(-50%) rotate(-7deg);
  opacity: 0.2;
  right: -19px
}

.dashboard-home .total-box .totle-contain img {
  fill: var(--color-primary) !important
}

.dashboard-home .total-box .totle-contain .img-1 {
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  position: absolute;
  opacity: 0.12;
  right: -30px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-filter: grayscale(1);
  filter: grayscale(1)
}

.dashboard-home .total-box .totle-contain .totle-detail h5 {
  color: var(--text-primary);
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: 16px
}

.dashboard-home .dashboard-contant-title {
  border-bottom: 1px solid #ddd
}

.dashboard-home .dashboard-detail h6 {
  line-height: 1.6
}

.dashboard-order .order-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.dashboard-order .order-contain .order-box .order-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.dashboard-order .order-contain .order-box .order-container .order-icon {
  position: relative;
  z-index: 0;
  color: var(--theme-color-primary);
  padding: 9px;
  border-radius: 100%;
  overflow: hidden
}

.dashboard-order .order-contain .order-box .order-container .order-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--theme-color-primary);
  opacity: 0.1;
  z-index: -1
}

.dashboard-order .order-contain .order-box .order-container .order-detail h4 {
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.6px
}

.dashboard-order .order-contain .order-box .product-order-detail .order-wrap p,
.vendor-detail-box .vendor-name p {
  line-height: 1.5
}

.dashboard-order .order-contain .order-box .order-container .order-detail h4 span {
  font-size: 12px;
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, from(var(--theme-color-primary)), to(var(--theme-color-secondary)));
  background: linear-gradient(-90deg, var(--theme-color-primary) 0, var(--theme-color-secondary) 100%);
  padding: 4px 6px;
  border-radius: 4px;
  font-weight: 400
}

.dashboard-order .order-contain .order-box .order-container .order-detail h4 span.success-bg {
  background: var(--theme-color2)
}

.dashboard-order .order-contain .order-box .order-container .order-detail h6 {
  margin-top: 6px;
  letter-spacing: 0.6px;
  font-weight: 400;
  line-height: 1.5
}

.dashboard-order .order-contain .order-box .product-order-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 20px;
  background-color: var(--background-secondary);
  margin-top: 30px;
  border-radius: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.dashboard-order .order-contain .order-box .product-order-detail .order-wrap .title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 5px
}

.dashboard-order .order-contain .order-box .product-order-detail .order-wrap a h3 {
  font-weight: 400;
  margin-bottom: 6px
}

.dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size li {
  width: 100%;
  display: flex;
  justify-content: space-between
}

.dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size li span:last-child {
  font-weight: 700;
  margin-left: 10px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: right
}

.dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size li span:first-child {
  min-width: 100px
}

.dashboard-address .address-box {
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
  position: relative;
  height: 100%;
  overflow: hidden
}

.dashboard-address .address-box>div .form-check {
  margin-top: 3px
}

.dashboard-address .address-box>div .form-check .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.dashboard-address .address-box>div .address-table table tr:first-child td {
  padding-top: 0;
  font-weight: 400;
  color: #222
}

.dashboard-address .address-box>div .address-table table tr td {
  border: none;
  font-size: 16px;
  padding: 4px 0;
  color: var(--text-primary)
}

.dashboard-address .address-box>div .address-table table tr td:first-child {
  min-width: 90px;
  padding-left: 8px
}

.dashboard-address .address-box>div .address-table table tr td:last-child p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.5
}

.dashboard-address .address-box>div .address-table table tr td h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  color: #222
}

.dashboard-address .address-box>div .address-table table tr td h4 span {
  background-color: var(--theme-color-primary);
  padding: 4px 8px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.8px
}

.dashboard-address .address-box .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.dashboard-address .address-box .button-group button {
  background-color: var(--background-secondary);
  font-weight: 400
}

.dashboard-address .address-box .button-group button .feather {
  height: auto
}

.dashboard-address .add-address .address-link {
  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;
  height: 100%;
  color: #222
}

.dashboard-card .payment-card-detail:hover .edit-card {
  opacity: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.dashboard-card .payment-card-detail.add-card {
  background-color: #f9f9f9;
  cursor: pointer;
  padding: 0
}

.dashboard-card .payment-card-detail.add-card .card-details {
  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;
  min-height: 130px;
  background: #d2d2d2;
  color: #222;
  text-align: center
}

.dashboard-card .payment-card-detail.add-card .card-details h5 {
  margin-bottom: 0;
  text-transform: capitalize
}

.dashboard-card .payment-card-detail .card-details {
  height: 100%;
  color: #fff;
  padding: 30px 20px;
  border-radius: 5px;
  background-color: #4b77a0;
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-linear-gradient(-245deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%)
}

.dashboard-card .payment-card-detail .card-details.card-visa {
  background-color: #777876
}

.dashboard-card .payment-card-detail .card-details.dabit-card {
  background-color: #86b8cf
}

.dashboard-card .payment-card-detail .card-details .card-number h4 {
  color: #fff
}

.dashboard-card .payment-card-detail .card-details .valid-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.dashboard-card .payment-card-detail .card-details .valid-detail .title span {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.3
}

.dashboard-card .payment-card-detail .card-details .valid-detail .date h3 {
  margin-bottom: 0;
  color: #fff;
  margin-left: 15px;
  font-weight: 400
}

.dashboard-card .payment-card-detail .card-details .valid-detail .primary span {
  padding: 0;
  font-weight: 400;
  text-transform: capitalize
}

.dashboard-card .payment-card-detail .card-details .name-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.dashboard-card .payment-card-detail .card-details .name-detail .name h5 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0;
  color: #fff
}

.dashboard-card .payment-card-detail .edit-card {
  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;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  background-color: rgba(34, 34, 34, 0.8);
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s
}

.dashboard-card .payment-card-detail .edit-card a {
  padding: 0 10px;
  text-transform: capitalize;
  color: #fff
}

.dashboard-profile .profile-detail .profile-name-detail h3 {
  font-weight: 400;
  font-size: 16px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.dashboard-profile .profile-detail .profile-name-detail h3 span {
  background: var(--theme-color2);
  color: #fff;
  padding: 3px 8px;
  margin-left: 10px;
  border-radius: 5px;
  font-size: 13px
}

.dashboard-profile .profile-detail a {
  margin-left: auto;
  padding: 8px 14px;
  position: relative;
  z-index: 0;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block
}

.dashboard-profile .profile-about .table tbody tr td a span::before,
.dashboard-profile .profile-detail a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--theme-color2);
  opacity: 0.08;
  z-index: -1
}

.dashboard-profile .profile-detail .location-profile {
  margin-top: 20px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 15px
}

.dashboard-profile .profile-detail .location-profile ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.dashboard-profile .profile-detail .location-profile ul li .location-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 7px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--text-primary)
}

.dashboard-profile .profile-detail .location-profile ul li .location-box .feather {
  height: auto
}

.dashboard-profile .profile-detail .profile-description p {
  margin: 20px 0 0;
  color: var(--text-primary);
  font-size: 16px;
  line-height: 1.6
}

.dashboard-profile .profile-about .table {
  margin-bottom: 36px
}

.dashboard-profile .profile-about .table tbody tr td {
  vertical-align: middle;
  border: none;
  font-size: 16px;
  white-space: nowrap
}

.dashboard-profile .profile-about .table tbody tr td a span {
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 5px;
  position: relative;
  font-weight: 400;
  overflow: hidden;
  z-index: 0
}

.dashboard-privacy .privacy-box h6 {
  margin-bottom: 6px;
  line-height: 1.5
}

.dashboard-privacy .privacy-box p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6
}

.order-detail .progtrckr li.progtrckr-done:before,
.order-detail .progtrckr li.progtrckr-todo:before {
  font-family: "Font Awesome 6 Free";
  width: 30px;
  height: 30px;
  padding-top: 2px;
  line-height: 35px;
  font-size: 16px;
  color: #fff
}

.dashboard-privacy .privacy-box .switch-radio .form-check-input,
.dashboard-privacy .privacy-box .switch-radio .switch {
  position: absolute;
  -webkit-clip-path: circle(0%);
  clip-path: circle(0%);
  opacity: 0
}

.dashboard-privacy .privacy-box .switch-radio .switch+label {
  width: 62px;
  height: 25px;
  position: relative;
  border-radius: 50px;
  cursor: pointer;
  border: 1px solid #ddd
}

.dashboard-privacy .privacy-box .switch-radio .form-check-input+label:after,
.dashboard-privacy .privacy-box .switch-radio .form-check-input+label:before,
.dashboard-privacy .privacy-box .switch-radio .switch+label:after,
.dashboard-privacy .privacy-box .switch-radio .switch+label:before {
  display: inline-block;
  position: absolute
}

.dashboard-privacy .privacy-box .switch-radio .switch+label:before {
  width: 19px;
  height: 19px;
  content: "";
  border-radius: 100%;
  left: 2px;
  top: 2px;
  background: var(--theme-color2);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.dashboard-privacy .privacy-box .switch-radio .switch:checked+label:before {
  left: 39px
}

.dashboard-privacy .privacy-box .switch-radio .form-check-input+label {
  width: 62px;
  height: 25px;
  position: relative;
  border-radius: 50px;
  cursor: pointer
}

.dashboard-privacy .privacy-box .switch-radio .form-check-input+label:before {
  width: 19px;
  height: 19px;
  content: "";
  border-radius: 100%;
  left: 2px;
  top: 2px;
  background-color: var(--theme-color-primary);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.dashboard-privacy .privacy-box .switch-radio .form-check-input:checked+label:before {
  left: 39px;
  background: #fff
}

.order-detail .order-image {
  background-color: var(--background-secondary);
  padding: 40px;
  border-radius: 8px;
  text-align: center
}

.order-detail .order-image img {
  width: 360px;
  margin: 0 auto
}

.order-detail .order-details-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: var(--background-secondary);
  border-radius: 8px;
  height: 100%
}

.order-detail .order-details-contain .order-tracking-icon .feather {
  width: 25px;
  height: auto;
  stroke-width: 1.4px
}

.order-detail .order-details-contain .order-details-name h4 {
  line-height: 1.4;
  font-weight: 400;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden
}

.order-detail .order-details-contain .order-details-name h5,
.product-section .pickup-box .product-info .product-info-list-3 li {
  margin-bottom: 7px
}

.order-detail .progtrckr {
  margin: 15px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.order-detail .progtrckr li {
  display: inline-block;
  text-align: center;
  margin: 10px 0;
  position: relative
}

.order-detail .progtrckr li h5 {
  margin-top: 20px;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400
}

.order-detail .progtrckr li:before {
  position: relative;
  top: -2px;
  float: left;
  left: 50% !important;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important
}

.order-detail .progtrckr li.progtrckr-todo {
  color: var(--text-primary);
  border-top: 4px solid #959595;
  width: 100% !important
}

.order-detail .progtrckr li.progtrckr-todo:before {
  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;
  content: "";
  background: #959595;
  border: none;
  border-radius: 35px
}

.order-detail .progtrckr li.progtrckr-todo h6 {
  font-size: 13px;
  margin-top: 8px
}

.order-detail .progtrckr li.progtrckr-done {
  color: #222;
  border-top: 4px solid var(--theme-color-primary);
  width: 100% !important
}

.order-detail .progtrckr li.progtrckr-done:before {
  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;
  content: "";
  background-color: var(--theme-color-primary);
  border: none;
  border-radius: 35px
}

.order-detail .progtrckr li.progtrckr-done h6 {
  font-size: 13px;
  margin-top: 8px;
  color: var(--text-primary)
}

.order-tab-table thead tr th,
.order-table-section .order-tab .order-tab-table thead tr th {
  text-align: center;
  background-color: #e7e7e7;
  color: #222;
  font-weight: 400
}

.order-tab-table tbody,
.order-table-2 tbody {
  border-top: none !important
}

.order-tab-table tbody tr td,
.order-table-section .order-tab .order-tab-table tbody tr td {
  font-weight: 400;
  text-align: center;
  min-width: 160px;
  color: #777
}

.order-table-section .order-navpills {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: auto hidden
}

.order-table-section .order-navpills .nav-item .nav-link {
  color: var(--text-primary);
  font-weight: 400;
  white-space: nowrap
}

.order-table-section .order-navpills .nav-item .nav-link.active {
  background: var(--theme-color2);
  color: #fff
}

.order-table-section .order-tab {
  margin-top: 22px
}

.order-success-2 tbody,
.order-table-section .order-tab .order-tab-table tbody {
  border-top: none
}

.apexcharts-toolbar,
.search-section .search-box .input-group .form-control:focus,
.search-section .search-box .input-group button {
  z-index: 0
}

.vendor-bottom {
  padding-bottom: 18px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 16px
}

.vendor-detail-box {
  margin-bottom: 29px;
  border-radius: 9px;
  -webkit-box-shadow: 0 0 8px rgba(34, 34, 34, 0.13);
  box-shadow: 0 0 8px rgba(34, 34, 34, 0.13);
  background: #fff
}

.vendor-detail-box .vendor-name .vendor-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.vendor-detail-box .vendor-name .vendor-logo img {
  height: auto
}

.vendor-detail-box .vendor-name .vendor-logo h3 {
  font-weight: 400;
  text-transform: uppercase
}

.vendor-detail-box .vendor-name p {
  margin-bottom: -6px;
  color: var(--text-primary);
  margin-top: 15px
}

.vendor-detail-box .vendor-tag h4,
.vendor-detail-box-2 .vendor-tag h4 {
  text-transform: none;
  font-weight: 400;
  margin-bottom: 17px
}

.vendor-detail-box .vendor-tag ul,
.vendor-detail-box-2 .vendor-tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.vendor-detail-box .vendor-tag ul li,
.vendor-detail-box-2 .vendor-tag ul li {
  background-color: #ececec;
  letter-spacing: 0.5px;
  padding: 4px 11px;
  border-radius: 3px;
  color: #222
}

.vendor-detail-box .vendor-share ul {
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px
}

.vendor-detail-box .vendor-share ul li a {
  color: var(--text-primary);
  display: block;
  font-size: 16px;
  line-height: 1
}

.vendor-detail-box-2 {
  margin-bottom: 50px;
  border-radius: 9px;
  -webkit-box-shadow: 0 0 8px rgba(34, 34, 34, 0.13);
  box-shadow: 0 0 8px rgba(34, 34, 34, 0.13);
  background: var(--theme-color-primary);
  color: #fff
}

.order-table tbody tr td,
.product-table tbody tr td {
  vertical-align: middle;
  white-space: nowrap;
  text-align: center
}

.vendor-detail-box-2 .vendor-logo {
  height: 100%;
  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
}

.vendor-detail-box-2 .vendor-logo img {
  width: 85%;
  height: auto;
  -webkit-filter: invert(1) brightness(100);
  filter: invert(1) brightness(100)
}

.vendor-detail-box-2 .vendor-name .vendor-list-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.vendor-detail-box-2 .vendor-name h3 {
  font-weight: 400;
  text-transform: uppercase;
  display: block
}

.vendor-detail-box-2 .vendor-name .vendor-rating span {
  color: #f1f1f1
}

.vendor-detail-box-2 .vendor-name p {
  margin-bottom: -6px;
  line-height: 1.5;
  font-size: 16px;
  color: #f1f1f1;
  margin-top: 11px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden
}

.vendor-detail-box-2 .share-contact {
  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;
  height: 100%;
  text-align: center
}

.vendor-detail-box-2 .share-contact .vendor-share h5 {
  display: block;
  font-weight: 400
}

.vendor-detail-box-2 .share-contact .vendor-share ul {
  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;
  margin-top: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px
}

.vendor-detail-box-2 .share-contact .vendor-share ul li a {
  color: #f1f1f1;
  font-size: 16px;
  width: 20px;
  height: 20px;
  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
}

.vendor-detail-box-2 .share-contact .vendor-contect {
  text-align: center;
  margin-top: 17px
}

.vendor-detail-box-2 .share-contact .vendor-contect h5 {
  text-align: center;
  font-weight: 400
}

.vendor-detail-box-2 .share-contact .vendor-contect button {
  margin: 8px auto 0
}

.saller-poster-section .poster-box .poster-image {
  margin-bottom: 52px
}

.saller-poster-section .saller-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px
}

.become-service .service-box {
  text-align: center;
  background: var(--background-secondary);
  padding: 45px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 8px rgba(34, 34, 34, 0.05);
  box-shadow: 0 0 8px rgba(34, 34, 34, 0.05);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.become-service .service-box:hover {
  -webkit-transform: translatey(-10px);
  transform: translatey(-10px)
}

.become-service .service-box:hover .service-svg svg {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  fill: var(--theme-color-primary)
}

.become-service .service-box:hover .service-detail h4::after {
  width: 68%
}

.become-service .service-box .service-svg {
  width: 90px;
  height: 90px;
  background: #fff;
  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;
  margin: 0 auto 18px;
  border-radius: 5px
}

.become-service .service-box .service-svg svg {
  width: 60px;
  height: auto;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.become-service .service-box .service-detail h4 {
  font-weight: 400;
  display: inline-block;
  font-size: 19px;
  margin-bottom: 7px;
  text-transform: capitalize;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.become-service .service-box .service-detail h4::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
  width: 0;
  height: 4px;
  background-color: var(--theme-color-primary);
  opacity: 0.3;
  z-index: -1;
  border-radius: 50px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.become-service .service-box .service-detail p {
  margin: 0;
  line-height: 1.5;
  color: var(--text-primary);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.business-section .business-contain::after {
  content: "";
  position: absolute;
  background-image: url(https://themes.pixelstrap.com/fastkart/assets/images/vendor-page/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  left: 0;
  z-index: -1
}

.business-section .business-contain>.row {
  margin-left: -50px;
  margin-right: -50px
}

.business-section .business-contain>.row>div {
  padding-left: 50px;
  padding-right: 50px
}

.business-section .business-contain>.row>div:nth-child(2) {
  margin-top: 40px
}

.business-section .business-contain .business-box {
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  padding: 35px;
  -webkit-box-shadow: 0 0 8px rgba(34, 34, 34, 0.05);
  box-shadow: 0 0 8px rgba(34, 34, 34, 0.05);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.business-section .business-contain .business-box .business-number {
  width: 65px;
  height: 65px;
  background: var(--background-secondary);
  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;
  margin: 0 auto 28px;
  border-radius: 5px
}

.business-section .business-contain .business-box .business-number h2 {
  color: var(--theme-color-primary);
  font-size: 35px;
  font-weight: 400
}

.business-section .business-contain .business-box .business-detail p {
  margin: 0;
  color: var(--text-primary);
  line-height: 1.6
}

.seller-grid-box {
  background-color: var(--background-secondary);
  border-radius: 14px;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(34, 34, 34, 0.05);
  box-shadow: 0 0 10px rgba(34, 34, 34, 0.05);
  display: block
}

.seller-grid-box .grid-contain .seller-contact-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 25px
}

.seller-grid-box .grid-contain .seller-contact-details .saller-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 5px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%
}

.seller-grid-box .grid-contain .seller-contact-details .saller-contact .seller-icon i {
  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;
  width: 25px;
  height: 25px;
  font-size: 16px;
  color: var(--theme-color-primary)
}

.seller-grid-box .grid-contain .seller-contact-details .saller-contact .contact-detail h5 {
  line-height: 1.6;
  color: #222
}

.seller-grid-box .grid-contain .contain-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.seller-grid-box .grid-contain .contain-name h6 {
  color: var(--text-primary);
  margin-bottom: 1px
}

.seller-grid-box .grid-contain .contain-name h3 {
  font-weight: 400;
  color: #222
}

.seller-grid-box .grid-contain .contain-name .product-label {
  padding: 5px 10px;
  font-size: 13px;
  letter-spacing: 0.5px;
  border-radius: 4px;
  color: var(--theme-color-primary)
}

.seller-grid-box .grid-contain .contain-name .grid-image {
  width: 100px;
  height: auto;
  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;
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(34, 34, 34, 0.07);
  box-shadow: 0 0 8px rgba(34, 34, 34, 0.07)
}

.order-table tbody tr td label.success,
.seller-grid-box-1 .grid-image .contain-name .product-label {
  color: var(--theme-color-primary)
}

.seller-grid-box-1 .grid-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px
}

.seller-grid-box-1 .grid-image .image {
  width: 66px;
  height: 66px;
  border-radius: 11px
}

.seller-grid-box-1 .grid-image .contain-name {
  width: calc(100% - 66px - 18px)
}

.seller-grid-box-1 .grid-image .contain-name .since-number {
  margin-bottom: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.seller-grid-box-1 .grid-image .contain-name h3 {
  font-weight: 400;
  margin-bottom: 10px
}

.seller-grid-box-1 .grid-image .contain-name .product-label {
  padding: 5px 10px;
  font-size: 13px;
  letter-spacing: 0.5px;
  border-radius: 4px
}

.seller-grid-box-1 .grid-contain .seller-category .product-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.seller-grid-box-1 .grid-contain .seller-category .product-image li {
  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;
  background: #fff;
  border-radius: 100%;
  padding: 4px;
  -webkit-box-shadow: 0 0 2px rgba(34, 34, 34, 0.2);
  box-shadow: 0 0 2px rgba(34, 34, 34, 0.2);
  color: var(--text-primary);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.deactivate-box .deactivate-icon,
.profile-tab ul {
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox
}

.seller-grid-box-1 .grid-contain .seller-category .product-image li:hover {
  -webkit-transform: scale(1.1) translatey(-7px);
  transform: scale(1.1) translatey(-7px)
}

.seller-grid-box-1 .grid-contain .seller-category .product-image li:last-child {
  padding-top: 5px
}

.order-table thead tr th,
.product-table thead tr th {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  min-width: 90px
}

.product-table tbody {
  border-top: 1px solid #ececec !important
}

.order-table tbody tr:last-child td,
.product-table tbody tr:last-child td {
  border-bottom: none;
  padding-bottom: 0
}

.product-table tbody tr td {
  padding: 10px 5px;
  font-size: 14px;
  max-width: 190px
}

.product-table tbody tr td:nth-child(2) {
  max-width: 350px
}

.product-table tbody tr td:nth-child(2) h6 {
  color: var(--text-primary);
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden
}

.product-table tbody tr td.product-image {
  width: 90px
}

.product-table tbody tr td.efit-delete .feather {
  width: 19px;
  stroke-width: 1.6px
}

.product-table tbody tr td.efit-delete .feather.delete {
  color: var(--color-primary);
  margin-left: 10px
}

.order-table tbody tr td {
  padding: 12px 15px
}

.order-table tbody tr td label {
  padding: 3px 12px;
  font-size: 12px;
  border-radius: 50px
}

.order-table tbody tr td label.danger {
  background-color: rgba(255, 114, 114, 0.1);
  color: var(--color-primary)
}

.profile-tab ul {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.profile-tab ul li h5:first-child {
  width: 220px
}

.deactivate-box {
  padding: 15px 22px;
  background: rgba(255, 165, 59, 0.1);
  border: 1px dashed #ffa53b;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 17px;
  margin-bottom: 21px
}

.irs,
.irs .irs-line {
  display: block;
  position: relative
}

.deactivate-box .deactivate-icon {
  width: 30px;
  height: 30px;
  background: rgba(254, 163, 72, 0.3);
  color: #fea348;
  border-radius: 2px;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px
}

.deactivate-box .deactivate-contain h3 {
  font-weight: 400;
  margin-bottom: 5px
}

.deactivate-box .deactivate-contain h5 {
  color: var(--text-primary);
  margin-bottom: 10px
}

.custom-height {
  max-height: 190px;
  overflow-y: auto;
  height: 100%
}

#searchModal .custom-height {
  max-height: 300px
}

.custom-height::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.14)
}

.custom-height::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
  border-radius: 50px
}

.custom-height::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.5)
}

.shop-banner-contain {
  position: relative;
  border-radius: 8px
}

.shop-banner-contain .shop-banner-details {
  width: 50%
}

.irs .irs-from,
.irs .irs-max,
.irs .irs-min,
.irs .irs-to {
  padding: 3px 7px;
  font-weight: 400
}

.shop-section .left-box .shop-left-sidebar .filter-category ul li {
  background-color: var(--color-primary);
  color: var(--bs-body-bg)
}

.shop-banner-contain .shop-banner-details h5 {
  letter-spacing: 1.5px
}

.shop-banner-contain .shop-banner-details h2 {
  line-height: 1.2;
  font-weight: 400
}

.banner-description {
  margin-top: 28px
}

.banner-description p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.6
}

.category-title h3 {
  display: inline-block;
  padding-bottom: 4px;
  margin-bottom: 18px;
  font-weight: 400;
  color: var(--theme-color-primary)
}

.related-product-2 .related-box .budle-list>ul>li .form-check .checkbox_animated {
  margin-top: -4px
}

.irs {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 55px
}

.irs .irs-line {
  overflow: hidden;
  outline: 0 !important;
  height: 10px;
  top: 33px;
  background-color: #f9f8f6;
  border-radius: 50px
}

.irs .irs-line-left,
.irs .irs-line-mid,
.irs .irs-line-right {
  height: 8px;
  position: absolute;
  display: block;
  top: 0
}

.irs .irs-line-left {
  width: 11%;
  left: 0
}

.irs .irs-line-mid {
  width: 82%;
  left: 9%
}

.irs .irs-line-right {
  width: 11%;
  right: 0
}

.irs .irs-bar,
.irs .irs-bar-edge {
  height: 10px;
  top: 33px;
  position: absolute;
  display: block;
  left: 0
}

.irs .irs-bar {
  width: 0;
  background-color: var(--theme-color-primary)
}

.irs .irs-bar-edge {
  width: 14px;
  border: 1px solid #428bca;
  border-right: 0;
  background: #428bca;
  background: -webkit-gradient(linear, left bottom, left top, from(#428bca), to(#7fc3e8));
  background: linear-gradient(to top, #428bca 0, #7fc3e8 100%);
  border-radius: 16px 0 0 16px
}

.irs .irs-shadow {
  width: 0;
  height: 2px;
  position: absolute;
  display: none;
  left: 0;
  top: 38px;
  background: #222;
  opacity: 0.3;
  border-radius: 5px
}

.irs .irs-slider {
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  z-index: 1;
  top: 28px;
  border: 3px solid #fff;
  background-color: var(--theme-color-primary);
  border-radius: 100%;
  cursor: pointer
}

.irs .irs-max,
.irs .irs-min,
.irs .irs-slider .irs-min {
  font-size: 12px;
  background: rgba(34, 34, 34, 0.1)
}

.irs .irs-from,
.irs .irs-max,
.irs .irs-min,
.irs .irs-single,
.irs .irs-slider .irs-min,
.irs .irs-to {
  display: block;
  line-height: 1.333;
  text-shadow: none;
  border-radius: 3px
}

.irs .irs-disable-mask,
.irs .irs-from,
.irs .irs-max,
.irs .irs-min,
.irs .irs-single,
.irs .irs-slider .irs-min,
.irs .irs-to {
  top: 0;
  cursor: default;
  position: absolute
}

.irs .irs-slider .irs-slider.type_last {
  z-index: 2
}

.irs .irs-slider .irs-min {
  left: 0;
  color: #333;
  padding: 1px 5px
}

.irs .irs-max {
  right: 0;
  color: #777
}

.irs .irs-min {
  left: 0;
  color: #777
}

.irs .irs-single,
.shop-section .show-button .top-filter-menu .grid-option ul li.active,
.shop-section .show-button .top-filter-menu-2 .grid-option-2 ul li.active {
  background: var(--theme-color-primary)
}

.irs .irs-from,
.irs .irs-to {
  left: 0;
  white-space: nowrap;
  color: #fff;
  font-size: 13px;
  background-color: var(--theme-color-primary)
}

.irs .irs-single {
  left: 0;
  white-space: nowrap;
  color: #fff;
  font-size: 16px;
  padding: 1px 5px
}

.irs .irs-grid {
  width: 100%;
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  height: 27px
}

.irs .irs-with-grid {
  height: 75px
}

.irs .irs-grid-pol {
  width: 1px;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  background: #428bca;
  opacity: 0.5
}

.irs .irs-grid-pol.small {
  height: 4px;
  background: #999
}

.irs .irs-grid-text {
  position: absolute;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  bottom: 5px;
  color: #99a4ac
}

.irs .irs-disable-mask {
  width: 102%;
  height: 100%;
  display: block;
  left: -1%;
  z-index: 2
}

.irs .irs-disabled {
  opacity: 0.4
}

.irs .irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: 0 !important;
  z-index: -9999 !important;
  background: 0 0 !important;
  border-style: solid !important;
  border-color: transparent !important
}

.irs .lt-ie9 .irs-disable-mask {
  background: #222;
  cursor: not-allowed
}

.irs .lt-ie9 .irs-max,
.irs .lt-ie9 .irs-min {
  background: #ccc
}

.irs .lt-ie9 .irs-from,
.irs .lt-ie9 .irs-single,
.irs .lt-ie9 .irs-to {
  background: #999
}

.js-range-slider {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  color: #222;
  width: 100%
}

.shop-section .left-box {
  position: sticky;
  top: 0;
  border-right: 1px solid #ddd
}

.shop-section .left-box.right-box {
  border-right: unset;
  border-left: 1px solid #ddd
}

.shop-section .left-box .shop-left-sidebar {
  border-radius: 5px
}

.shop-section .left-box .shop-left-sidebar.shop-right-sidebar {
  padding-right: unset
}

.shop-section .left-box .shop-left-sidebar.shop-right-sidebar .back-button h3 i {
  margin-right: auto;
  margin-left: 0
}

.shop-section .left-box .shop-left-sidebar .back-button h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400
}

.shop-section .left-box .shop-left-sidebar .search-box {
  position: relative;
  margin-bottom: 30px
}

.shop-section .left-box .shop-left-sidebar .search-box::after {
  content: "";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  right: 0;
  border-left: 1px solid #ddd;
  font-size: 15px;
  padding: 0 18px;
  height: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--text-primary);
  cursor: pointer
}

.form-control::placeholder {
  color: #999;
}

.shop-section .left-box .shop-left-sidebar .filter-category,
.shop-section .show-button .filter-category {
  margin-bottom: 25px
}

.shop-section .left-box .shop-left-sidebar .filter-category .filter-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0 0 8px
}

.shop-section .left-box .shop-left-sidebar .filter-category .filter-title h2 {
  font-size: 14px;
  padding: 0 0 8px;
  border-bottom: 1px solid var(--theme-color-primary)
}

.shop-section .left-box .shop-left-sidebar .filter-category .filter-title a {
  display: block;
  font-size: 14px
}

.shop-section .left-box .shop-left-sidebar .filter-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 16px
}

.shop-section .left-box .shop-left-sidebar .filter-category ul li {
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  position: relative;
  border-radius: 4px
}

.shop-section .left-box .shop-left-sidebar .filter-category ul li i {
  font-style: unset
}

.shop-section .left-box .shop-left-sidebar .filter-category ul li i:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  font-family: "Font Awesome 6 Free";
  right: 5px;
  padding: 0 5px;
  color: #111;
  cursor: pointer
}

.shop-section .left-box .shop-left-sidebar .filter-category ul li i:hover:before {
  color: red;
  background: #fff;
  border-radius: 3px
}

.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item {
  border: none;
  width: 100%
}

.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button {
  font-size: 14px;
  padding: 0 0 8px;
  margin-bottom: 9px
}

.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button.collapsed::before {
  content: "";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button:focus {
  border-color: unset;
  -webkit-box-shadow: none;
  box-shadow: none
}

.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button::before {
  content: "";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  width: 26px;
  height: 26px;
  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;
  top: 0;
  right: 5px;
  background-color: #f7f6f4;
  font-size: 15px;
  border-radius: 100%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.shop-section .left-box .shop-left-sidebar .left-title {
  margin-bottom: 20px;
  margin-top: 32px
}

.shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item {
  width: 100%;
  height: 60px;
  background-color: #f7f6f3;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden
}

.shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #222;
  border-radius: unset;
  position: relative;
  text-align: left
}

.shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link:hover(not) img {
  width: 75px;
  height: 75px;
  -webkit-transform: translatey(-50%) rotate(-4deg);
  transform: translatey(-50%) rotate(-4deg);
  right: -12px;
  opacity: 0.45
}

.shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link:hover img {
  width: 75px;
  height: 75px;
  -webkit-transform: translatey(-50%) rotate(-4deg);
  transform: translatey(-50%) rotate(-4deg);
  right: -12px;
  opacity: 0.29
}

.shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link.active {
  color: #fff;
  background: linear-gradient(90.56deg, var(--theme-color-secondary) 8.46%, var(--theme-color-primary) 62.97%);
  font-size: 19px;
  font-weight: 400
}

.shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link.active img {
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  width: 90px;
  height: 90px;
  position: absolute;
  right: -10px;
  -webkit-filter: invert(1);
  filter: invert(1);
  opacity: 0.4
}

.shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link img {
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  width: 70px;
  height: 70px;
  position: absolute;
  right: -10px;
  opacity: 0.1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.shop-section .show-button {
  margin-bottom: 14px
}

.shop-section .show-button .filter-button a,
.shop-section .show-button .filter-button-group .sort-by-button a {
  font-size: 16px;
  font-weight: 400;
  background-color: var(--theme-color-primary);
  border-radius: 5px;
  display: inline-block
}

.shop-section .show-button .top-filter-menu-2 .category-dropdown .dropdown .dropdown-toggle,
.shop-section .show-button .top-filter-menu-2 .sidebar-filter-menu a {
  background-color: #f6f5f2;
  color: #777
}

.shop-section .show-button .filter-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px
}

.shop-section .show-button .filter-button-group .sort-by-button {
  color: #fff;
  margin-left: auto
}

.shop-section .show-button .filter-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.shop-section .show-button .top-filter-menu-2 .sidebar-filter-menu a {
  border: none;
  border-radius: 5px
}

.shop-section .show-button .top-filter-menu-2 .category-dropdown .dropdown .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  border-radius: 5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px
}

.shop-section .show-button .top-filter-menu-2 .grid-option ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.shop-section .show-button .top-filter-menu .grid-option ul li,
.shop-section .show-button .top-filter-menu-2 .grid-option ul li {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(149.8deg, #f6f5f2 17.21%, #fbfaf9 79.21%)
}

.shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #999;
  background-color: #fff;
  padding: 7px 15px;
  border-radius: 3px;
  color: #333;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px
}

.shop-section .show-button .top-filter-menu .category-dropdown ul .active {
  color: #fff !important;
  background-color: var(--color-primary) !important
}

.shop-section .show-button .top-filter-menu .grid-option ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.shop-section .show-button .filter-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 16px
}

.shop-section .show-button .filter-category ul li {
  background-color: #f9f8f6;
  position: relative;
  border-radius: 4px
}

.shop-section .show-button .filter-category ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  font-family: "Font Awesome 6 Free";
  right: 13px;
  color: #777;
  cursor: pointer
}

.shop-section .show-button .filter-category ul li a {
  color: #777
}

.shop-section .top-filter-category {
  width: 100%;
  height: 0;
  padding: 0 24px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 9px rgba(34, 34, 34, 0.07);
  box-shadow: 0 2px 9px rgba(34, 34, 34, 0.07);
  border-radius: 6px;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.shop-section .top-filter-category.show {
  padding: 24px;
  height: auto;
  margin-bottom: 22px
}

.shop-section .top-filter-category>.row>div {
  border-right: 1px solid #ececec
}

.category-slider-section .category-contain .category-contain-image {
  background: linear-gradient(149.8deg, #f6f5f2 17.21%, #fbfaf9 79.21%);
  padding: 22px;
  border-radius: 8px
}

.category-slider-section .category-contain .category-contain-image img {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto
}

.category-slider-section .category-contain .category-contain-name {
  margin-top: 12px;
  text-align: center
}

.pt-25 {
  padding-top: 25px
}

.product-title {
  margin-top: 20px;
  font-weight: 400;
  letter-spacing: 0.4px
}

.hot-line-number,
.vendor-box {
  background-color: var(--background-secondary)
}

.vendor-box .verndor-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.vendor-box .verndor-contain .vendor-image {
  width: 64px;
  height: auto
}

.vendor-box .vendor-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.vendor-box .vendor-list ul li .address-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 8px
}

.vendor-box .vendor-list ul li .address-contact .feather {
  width: 20px;
  height: 20px;
  color: var(--theme-color-primary)
}

.vendor-box .vendor-list ul li .address-contact h5 span {
  font-weight: 400;
  margin-left: 7px
}

.vendor-box .vendor-detail {
  line-height: 1.7;
  color: var(--text-primary);
  border-bottom: 1px solid #ececec
}

.hot-line-number h6 {
  color: var(--text-primary);
  margin-bottom: 17px
}

.hot-line-number h2 {
  font-weight: 400;
  font-size: 24px
}

.product-category {
  gap: 25px
}

.product-section .product-left-box {
  position: sticky;
  top: 0
}

.product-section .left-slider-image .sidebar-image {
  border-radius: 4px;
  overflow: hidden
}

.product-section .left-slider-image .sidebar-image img {
  width: auto;
  height: auto;
  cursor: pointer;
  -o-object-fit: contain;
  object-fit: contain
}

.product-section .saleoff {
  position: relative;
  background: var(--color-price);
  color: var(--background-secondary);
  font-weight: bold;
  height: 24px;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  padding: 0 8px 0 5px;
  margin: 0 0 0 8px;
  transition: .25s;
  cursor: help;
}

.product-section .saleoff:hover {
  margin: 0 0 0 12px;
}

.product-section .saleoff::after {
  content: "";
  position: absolute;
  top: 0px;
  left: -24px;
  height: 12px;
  border-right: 12px solid var(--color-price);
  border-left: 12px solid transparent;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.product-section .saleoff svg {
  margin-bottom: 2.5px;
}

.product-section .badge {
  position: relative;
  background: var(--color-primary);
  color: var(--background-secondary);
  height: 26px;
  text-align: center;
  font-weight: bolder;
  font-size: 14px;
  line-height: 26px;
  padding: 0 5px 0 8px;
  margin: 0;
  transition: .25s;
  border-radius: 0rem;
  cursor: pointer;
}

.product-section .badge::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -26px;
  height: 26px;
  border-left: 13px solid var(--color-primary);
  border-right: 13px solid transparent;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
}

.product-section .right-box-contain .name {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: bolder
}

.packege-title {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 14px
}

.product-section .right-box-contain .procuct-contain {
  border-bottom: 1px solid #ececec;
  padding-bottom: 16px;
  font-weight: 400
}

.product-section .right-box-contain .procuct-contain p {
  margin-top: 0 !important;
  margin-bottom: 5px
}

.product-section .right-box-contain .procuct-contain,
.product-section .right-box-contain .procuct-contain p {
  color: var(--text-primary);
  line-height: 1.5;
  font-size: 16px;
  width: 100%
}

.product-section .right-box-contain .note-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  justify-content: space-between
}

.product-section .right-box-contain .note-box .cart-button {
  -webkit-animation: 150ms linear 2 shake;
  animation: 150ms linear 2 shake
}

.product-section .right-box-contain .note-box .product-qty {
  width: auto;
  margin-top: 0
}

.product-section .right-box-contain .note-box .product-qty .input-group {
  background: var(--background-secondary)
}

.product-section .right-box-contain .buy-now-button {
  margin-top: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ececec
}

.product-section .right-box-contain .buy-now-button button {
  background-color: var(--color-primary)
}

.product-section .right-box-contain .buy-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 11px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 16px
}

.product-section .right-box-contain .buy-box .team-box {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.product-section .right-box-contain .buy-box .team-box input {
  margin-top: -7px;
  display: block
}

.product-section .right-box-contain .buy-box .team-box .form-check-label span a {
  text-decoration: underline;
  margin-left: 3px;
  color: #222
}

.product-section .right-box-contain .buy-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #777
}

.product-section .right-box-contain .buy-box a .feather {
  width: 17px;
  height: auto
}

.product-section .right-box-contain .pickup-box {
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec
}

.product-section .pickup-box .product-info .product-info-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  display: inline-block;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 12px;
  width: 80%
}

.product-section .pickup-box .product-info .product-info-list li {
  padding-left: 13px;
  width: 100%;
  position: relative;
  color: #777
}

.product-section .pickup-box .product-info .product-info-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  width: 5px;
  height: 5px;
  left: 0;
  background-color: var(--text-primary);
  border-radius: 100%
}

.product-section .pickup-box .product-info .product-info-list li a {
  margin-left: 5px;
  color: #222;
  font-weight: 400
}

.product-section .right-box-contain .pickup-box .pickup-icon i {
  font-size: 20px;
  color: var(--theme-color-primary)
}

.product-section .right-box-contain .pickup-box .pickup-detail,
.product-section .right-box-contain .pickup-box .pickup-detail h4 {
  width: 90%;
  font-weight: 400;
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.6
}

.product-section .right-box-contain .pickup-box .pickup-detail a {
  margin-top: 0;
  color: var(--theme-color-primary);
  display: inline-block
}

.product-section .right-box-contain .paymnet-option ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.product-section .right-box-contain .share-option {
  padding-bottom: 20px
}

.product-section .right-box-contain .share-option ul li a {
  display: block;
  text-align: center;
  font-size: 17px;
  color: var(--text-primary)
}

.product-section .right-sidebar-box .product-right-sidebar li+li::after {
  top: -14px;
  width: calc(100% - 103px)
}

.related-product-2 .related-product .product-title-2 h4 {
  font-weight: 400
}

.related-product-2 .related-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 15px
}

.related-product-2 .related-box .related-image {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
  overflow: auto;
  padding-bottom: 13px
}

.related-product-2 .related-box .related-image>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.related-product-2 .related-box .related-image>ul>li {
  width: 225px;
  min-width: 225px;
  position: relative
}

.related-product-2 .related-box .related-image>ul>li+li::before {
  content: "+";
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  font-family: "Font Awesome 6 Free";
  color: var(--text-primary)
}

.related-product-2 .related-box .related-image>ul>li a {
  display: block;
  overflow: hidden
}

.related-product-2 .related-box .related-image>ul>li a .image-box {
  background-color: var(--background-secondary);
  padding: 10px;
  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;
  position: relative
}

.related-product-2 .related-box .related-image>ul>li a .image-box .form-check {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 0
}

.related-product-2 .related-box .related-image>ul>li a .image-box .form-check .checkbox_animated::after {
  border: 1px solid #4a5567;
  border-radius: 3px
}

.related-product-2 .related-box .related-image>ul>li a .related-content {
  margin-top: 12px
}

.related-product-2 .related-box .related-image>ul>li a .related-content h5 {
  font-size: 15px;
  line-height: 1.2;
  color: #222;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden
}

.related-product-2 .related-box .related-image>ul>li a .related-content h6 {
  margin-top: 5px;
  color: var(--theme-color-primary)
}

.related-product-2 .related-box .related-image>ul>li a .related-content h6 del {
  color: var(--text-primary);
  margin-left: 4px;
  font-size: 13px
}

.related-product-2 .related-box .budle-list {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.related-product-2 .related-box .budle-list>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px
}

.related-product-2 .related-box .budle-list>ul>li .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin-bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.related-product-2 .related-box .budle-list>ul>li .form-check .form-check-label span {
  color: var(--text-primary)
}

.related-product-2 .related-box .budle-list>ul>li.contant h5 {
  font-size: 17px;
  font-weight: 400;
  color: var(--text-primary)
}

.related-product-2 .related-box .budle-list>ul>li.contant h4 {
  margin-top: 8px;
  font-weight: 400
}

.related-product-2 .related-box .budle-list>ul>li.contant h4 del {
  font-size: 16px;
  margin-left: 5px;
  font-weight: 400
}

.sticky-bottom-cart {
  position: fixed;
  bottom: -160px;
  width: 100%;
  z-index: 9;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px 1px rgba(34, 34, 34, 0.06);
  box-shadow: 0 0 3px 1px rgba(34, 34, 34, 0.06);
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.mycate,
.mymenu {
  box-shadow: 0 0 8px #ddd
}

.sticky-bottom-cart .product-image img {
  width: 60px;
  height: 70px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top
}

.sticky-bottom-cart .product-image .content {
  margin-left: 12px;
  color: #222;
  margin-top: 0
}

.sticky-bottom-cart .product-image .content h5 {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize
}

.sticky-bottom-cart .product-image .content h6 {
  font-size: 15px;
  margin-top: 6px
}

.sticky-bottom-cart .product-image .content h6 del {
  margin-left: 7px;
  color: var(--text-primary)
}

.sticky-bottom-cart .product-image .content h6 span {
  color: var(--theme-color-primary);
  margin-left: 5px
}

.sticky-bottom-cart .selection-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 25px 0 auto
}

.sticky-bottom-cart .selection-section .form-control {
  background-color: var(--background-secondary);
  border: 1px solid var(--background-secondary);
  text-transform: capitalize
}

.sticky-bottom-cart .selection-section .product-qty {
  height: 51px
}

.sticky-bottom-cart .selection-section .form-group {
  width: 300px;
  margin-left: 10px;
  margin-right: 10px
}

.sticky-bottom-cart .add-btn a {
  padding: 12px 40px
}

.sticky-bottom-cart .add-btn a.wishlist-btn {
  display: none;
  background-color: var(--background-secondary);
  color: #222
}

.stickyCart {
  padding-bottom: 94px
}

.stickyCart .sticky-bottom-cart {
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.stickyCart .recently-purchase.show,
.stickyCart .tap-top {
  bottom: 110px
}

.setting-box.buy-now {
  background-color: var(--theme-color-primary);
  position: fixed;
  left: 20px;
  bottom: 20px
}

.footer-payment {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 5px;
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

.footer-payment li {
  display: inline-block !important;
  vertical-align: top;
  margin: 4px 10px 4px 0;
  width: 65px !important
}

.footer-payment li a {
  display: block !important;
  background-color: transparent
}

.footer-payment li a:hover {
  -webkit-transition: 0.5s !important
}

.footer-payment img {
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
  height: auto;
  vertical-align: top;
  transition: 0.5s !important
}

.footer-payment img:hover {
  -webkit-transform: translatey(-7px);
  transform: translatey(-7px);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out
}

.slick-current .sidebar-image {
  border: 1px solid var(--color-primary)
}

.product-table {
  color: var(--text-primary);
  background-color: var(--bs-body-bg)
}

.box-white,
.byNow:hover,
.mycate {
  background-color: #fff
}

.product-table tbody {
  border: 1px solid #ececec;
  overflow: hidden
}

.product-table tbody tr td:nth-child(odd) {
  text-align: left !important;
  width: 100px
}

.product-table tbody tr td:nth-child(2n) {
  font-weight: 700;
  text-align: left !important;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 5
}

#content img {
  max-width: 100%;
  height: auto !important;
  margin: 4px 0
}

#content iframe {
  width: 100%;
  min-height: 500px
}

.box-white {
  padding: 15px
}

.hidetag {
  visibility: hidden
}

.showtag {
  visibility: visible !important
}

.hidetag a {
  color: #333;
  font-size: 12px
}

.hidetag a:hover {
  color: var(--color-primary)
}

#myimages .selectors .hide img {
  filter: grayscale(100%)
}

.mycate {
  width: 200px;
  transition: 0.5s ease-in-out;
  padding: 1rem 1.75rem;
  color: var(--text-primary);
  cursor: pointer
}

.mycate:hover,
.mymenu:hover {
  -webkit-transform: translatey(-3px);
  transform: translatey(-3px);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out
}

.dropdown-menu .dropdown-item,
.dropdown-menu .dropdown-item .sub-menu,
.dropdown-menu .dropdown-item .sub-menu a,
.dropdown-menu .dropdown-item .sub-menu span,
.dropdown-menu .dropdown-item a,
.dropdown-menu .dropdown-item span {
  color: var(--text-primary) !important;
  cursor: pointer !important
}

.mymenu {
  padding: 0.25rem 0;
  cursor: pointer
}

.owl-nav {
  position: absolute;
  top: 35%;
  height: 100px;
  width: 100%
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
  line-height: 1;
  position: absolute;
  padding: 0;
  margin: 0;
  width: 30px !important;
  height: 40px !important;
  text-align: center;
  color: rgba(255, 255, 255, 0.1) !important;
  background: rgba(0, 0, 0, 0.05) !important
}

.owl-nav .owl-next:hover,
.owl-nav .owl-prev:hover {
  color: rgba(255, 255, 255) !important;
  background: rgba(0, 0, 0, 0.5) !important
}

.owl-nav .owl-prev {
  left: 0;
  border-radius: 0 5px 5px 0
}

.owl-nav .owl-next {
  right: 0;
  border-radius: 5px 0 0 5px
}

.brand a,
.byNow span,
.fragrant p,
.minibox .custom-tab p,
.owl-dot {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box !important;
  -webkit-box-orient: vertical
}

.owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  z-index: 5;
  pointer-events: auto;
  bottom: 0;
  top: auto;
  background-color: var(--bs-gray-100);
  border-bottom-left-radius: var(--radius-xl);
  border-bottom-right-radius: var(--radius-xl);
}

.owl-dot {
  width: 100%;
  height: 30px;
  opacity: 1;
  padding: 0 10px;
  border-top: 4px solid var(--background-secondary) !important;
  text-align: center;
  font-size: small;
  cursor: pointer;
  pointer-events: auto
}

#slide.owl-carousel {
  position: relative;
}

#slide .owl-stage-outer {
  border-radius: var(--radius-xl);
}

.owl-dots .active {
  border-top: 2px solid var(--color-primary) !important;
  color: var(--color-primary) !important;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
}

.adss {
  height: 100%;
  justify-content: space-between
}

.ads,
.right {
  display: flex;
  justify-content: flex-end
}

.ads img {
  width: 100%;
  border-radius: 5px
}

.byNow {
  font-weight: bolder;
  padding: 10px;
  width: 100%;
  color: var(--background-secondary);
  background-color: var(--color-primary);
  border: 1px solid var(--background-secondary) !important;
}

.byCall,
.addCart {
  width: 100%;
  padding: 10px;
  color: var(--color-primary);
  background-color: var(--background-secondary);
  border: 1px solid var(--color-primary) !important;
}

.byNow:hover {
  color: var(--color-primary);
  background-color: var(--background-primary);
  border: 1px solid var(--color-primary) !important;
}

.byCall:hover,
.addCart:hover {
  color: var(--color-primary);
  background-color: var(--background-primary);
}

.fragrant {
  margin-top: 5px !important
}

.fragrant p,
.minibox .custom-tab p {
  margin-bottom: 4px !important;
  -webkit-line-clamp: 15
}

.flashsale {
  margin-top: 15px !important;
  border: 1px solid var(--color-primary);
  border-radius: 5px
}

.flashsale .title {
  width: 100%;
  text-align: left;
  font-size: 20px;
  background-color: var(--color-primary);
  color: #fff;
  padding: 5px 0 5px 20px;
  margin-bottom: 0
}

.flashsale .body {
  padding: 5px 10px;
  background-color: var(--background-secondary);
  cursor: pointer !important;
  border: 0.5px solid var(--color-secondary);
  border-radius: 0
}

.minibox .custom-tab {
  padding: 7px 10px;
  border: 1px solid var(--color-primary);
  min-height: 150px
}

#projects .owl-dots .active {
  display: block !important;
  border: none !important
}


.register-title-box {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start
}

.hotline {
  animation: 0.75s infinite rotate1
}

@keyframes rotate1 {

  0%,
  100% {
    transform: rotate(-20deg)
  }

  10%,
  90% {
    transform: rotate(-10deg)
  }

  20%,
  80% {
    transform: rotate(0)
  }

  30%,
  70% {
    transform: rotate(10deg)
  }

  40%,
  60% {
    transform: rotate(20deg)
  }

  50% {
    transform: rotate(30deg)
  }
}

.product-cate-subtitle a {
  background: #fff;
  color: #ea1010;
  padding: 3px 10px;
  border-radius: 3px;
  font-size: 15px;
  margin-left: 10px
}

#myimages .flickity-prev-next-button.next,
#myimages .flickity-prev-next-button.previous {
  color: var(--color-primary);
  background: var(--background-primary)
}

#myimages .flickity-prev-next-button.next:hover,
#myimages .flickity-prev-next-button.previous:hover {
  color: #fff;
  background: var(--color-primary)
}

.info-title {
  color: #fff;
  background: var(--color-primary);
  padding: 10px 15px;
  border-radius: 5px 5px 0 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center
}

.form-select {
  color: var(--text-primary)
}

.foot-frame {
  height: 180px
}

.support-1 {
  left: 15px;
  bottom: 15px
}

.support-1 {
  position: fixed;
  z-index: 999
}

.support-online a {
  position: relative;
  text-align: left;
  width: 50px;
  height: 50px
}

.btn-zalo,
.ctrlq.fb-button {
  width: 50px;
  -webkit-transition: box-shadow 0.2s;
  height: 50px;
  transition: 0.2s ease-in-out
}

.support-1 .icon-hotline,
.support-1 .icon-messenger,
.support-1 .icon-zalo {
  margin-left: 10px;
  min-width: 30px;
  width: 30px;
  height: 30px
}

.support-1 .icon-hotline {
  background: url(https://img.icons8.com/ios-filled/30/FFFFFF/hotline.png) center no-repeat
}

.support-1 .icon-messenger {
  background: url(https://img.icons8.com/ios-filled/30/ffffff/facebook-messenger.png) center no-repeat
}

.support-1 .icon-zalo {
  background: url(https://img.icons8.com/ios-filled/30/ffffff/zalo.png) center no-repeat
}

.support-1 .support-online i {
  display: block;
  line-height: 12px;
  font-size: 12px
}

.support-1 .support-online a {
  background: var(--color-icon-hotline);
  display: flex;
  flex-direction: row;
  width: 50px;
  height: 50px;
  align-items: center;
  gap: 5px;
  border-radius: 25px;
  margin-top: 10px
}

.support-1 .support-online .text {
  color: #fff;
  padding-right: 15px
}

.btn-contact {
  background: #d4edf2;
  color: #075362;
  padding: 6px 10px
}

.btn-contact:hover {
  background-color: #555;
  color: #fff;
  transition: 0.5s ease-in
}

.dropdown {
  position: relative;
  display: inline-block
}

.dropdown-content {
  display: none;
  position: absolute;
  background: var(--bs-body-bg);
  min-width: 160px;
  border: 1px solid var(--text-primary) !important;
  box-shadow: 0 6px 10px 0 var(--text-primary);
  padding: 5px 10px;
  z-index: 1;
  border-radius: 4px;
  margin-top: 1px
}

.dropdown:hover .dropdown-content {
  display: block;
  animation: all 0.5s
}

.cate-item {
  width: max-content;
  background: var(--bs-body-bg);
  display: inline-flex;
  flex-flow: column nowrap;
  justify-content: center;
  text-align: center;
  color: var(--text-primary) !important;
  border: 1px solid var(--text-primary) !important;
  padding: 5px 15px;
  gap: 10px;
  border-radius: 4px;
  position: relative;
  align-items: center;
  flex-direction: row
}

.dropdown-content-cate {
  width: max-content;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 5px
}

.dropdown-content-cate a {
  color: var(--text-primary) !important;
  width: 100%;
  padding: 5px 10px;
  border-radius: 4px
}

.maincategories {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 5px 10px
}

.maincategories a:hover {
  color: black !important;
  border: 1px solid black !important;
  background: #c4d2f0 !important
}

.maincategories .active {
  color: black !important;
  border: 2px solid black !important;
  background: #c4d2f0 !important
}

.owl-nav {
  position: absolute;
  top: 35%;
  height: 100px;
  width: 100%
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
  line-height: 1;
  position: absolute;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 55px;
  text-align: center;
  font-family: -webkit-body;
  color: rgba(255, 255, 255, 0.3) !important;
  background: rgba(0, 0, 0, 0.1) !important
}

.owl-nav .owl-next:hover,
.owl-nav .owl-prev:hover {
  color: rgba(255, 255, 255, 0.8) !important;
  background: rgba(0, 0, 0, 0.3) !important
}

.owl-nav .owl-next span,
.owl-nav .owl-prev span {
  font-size: 30px !important;
  line-height: 25px !important
}

.owl-nav .owl-prev {
  left: 0
}

.owl-nav .owl-next {
  right: 0
}

.owl-carousel .owl-nav button.owl-next {
  border-top-right-radius: var(--radius-sm) !important;
  border-bottom-right-radius: var(--radius-sm) !important;
}

.owl-carousel .owl-nav button.owl-prev {
  border-top-left-radius: var(--radius-sm) !important;
  border-bottom-left-radius: var(--radius-sm) !important;
}

#MyZoom figure img {
  height: 300px !important;
  max-width: 100% !important;
  max-height: 300px !important;
  min-width: 100% !important;
  min-height: 300px !important;
  object-fit: cover !important
}

#projects img {
  width: 100%;
  height: 260px;
  object-fit: cover
}

header .top-header .middle-box {
  display: flex !important;
  justify-content: center;
  align-items: center
}

header .top-header .middle-box .minw-18 {
  min-width: 180px !important
}

header .top-header .middle-box .minw-8 {
  min-width: 80px !important
}

.search-box,
.cate-box {
  color: var(--text-primary);
  background-color: var(--background-secondary);
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  gap: 8px
}

.search-box {
  width: auto;
  padding: 5px;
  min-width: 280px;
  margin-top: 5px;
  border-radius: var(--radius-md);
}

.location-list {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cate-box {
  margin-right: 20px;
  padding: 6px 12px
}

.search-box i {
  color: var(--color-secondary);
  align-items: center;
  display: flex;
  justify-content: center
}

.search-box i::before {
  font-size: 17px
}

.btn,
.form-control,
.btn-group-lg>.btn,
.btn-lg,
.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
  border-radius: var(--radius-md) !important;
}

.modal-content {
  border-radius: var(--radius-xl) !important;
}

.form-control {
  border: 1px solid #ccc;
}

#searchModal .modal-header {
  padding: 10px 0 !important;
  background: var(--background-secondary);
  border-bottom: 0.5px solid var(--bs-gray-100);
  border-top-left-radius: var(--radius-xl);
  border-top-right-radius: var(--radius-xl);
}

#searchModal .modal-body {
  padding: 0 !important;
  overflow-y: scroll;
  background: var(--background-secondary);
  border-bottom-left-radius: var(--radius-xl);
  border-bottom-right-radius: var(--radius-xl);
}

#searchModal .modal-header .btn-close {
  padding: 0 !important;
  margin: 0 15px 0 0 !important
}

#searchModal .search-input {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  background-color: var(--bs-gray-100);
  padding: 4px 10px;
  border-radius: var(--radius-md);
}

#searchModal .search-input input {
  background-color: var(--bs-gray-100);
  border: none;
  width: 300px;
}

#searchModal::after {
  content: "";
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1040;
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(3px)
}

.dropdown-submenu {
  position: relative
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff
}

.dropdown-submenu.pull-left {
  float: none
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px
}

#cateModal .modal-dialog {
  margin: 0
}

#cateModal .modal-dialog .modal-content {
  height: 100vh;
  border-radius: 0
}

#cateModal::after {
  content: "";
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1040;
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(3px)
}

.maps {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.mapsvg {
  width: 50%;
  height: 300px;
}

.mapsvg svg path:hover {
  cursor: pointer;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .3));
}

.mapdata {
  display: table-row;
  width: 50%;
}

.mapdata span {
  margin: 5px;
  padding: 2px 8px;
  color: var(--background-secondary);
  background: var(--color-secondary);
  border-radius: var(--radius-sm);
}

.product-cate-title {
  position: relative;
  height: 35px;
  min-width: 120px;
  background: var(--color-primary);
  color: var(--background-primary);
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  display: flex;
  justify-content: space-between;
  padding: 3px 10px 5px 15px;
  border-bottom-left-radius: var(--radius-md);
}

.product-cate-title a {
  color: var(--background-primary);
  margin-bottom: 3px;
}

.product-cate-title::after {
  content: "";
  position: absolute;
  top: 0;
  right: -35px;
  width: 0;
  height: 0;
  border-bottom: 35px solid transparent;
  border-left: 35px solid var(--color-primary);
}

.img-cate {
  width: 35px;
  height: 35px;
}

.loadmore {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.product-cate-title-line {
  height: 5px;
  background: var(--color-primary);
  position: relative;
  border-top-right-radius: var(--radius-xl);
  border-bottom-right-radius: var(--radius-xl);
  border-top-left-radius: var(--radius-xl);
}

.product-cate-title-line::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 160px;
  width: 160px;
  height: 5px;
  border-bottom: 5px solid var(--color-primary);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.section-products {
  margin: 30px 0;
}

.clearfix::after {
  display: block;
  clear: both;
  content: ""
}

#video {
  background-color: #000;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

#desc table {
  border: 0px solid;
  border-color: var(--color-secondary);
}

#desc tbody,
#desc td,
#desc tfoot,
#desc th,
#desc thead,
#desc tr {
  border: 0.5px solid;
  border-color: var(--color-secondary);
}

.loader {
  width: 20px;
  height: 20px;
  border: 3px solid var(--background-primary);
  border-bottom-color: var(--color-primary);
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 0.8s linear infinite;
}

.loader-xl {
  width: 50px;
  height: 50px;
  border-width: 6px;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#MyZoom,
.main-carousel a img {
  border: 1px solid var(--background-primary) !important;
}

.main-carousel .mz-thumb-selected img {
  border: 2px solid var(--color-primary) !important;
}

#MyZoom {
  width: 100% !important;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.main-carousel {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: center !important;
  gap: 5px !important;
}

:root:not([data-magic-ua=safari]) .mz-expand .mz-expand-bg {
  -webkit-filter: blur(15px) brightness(30%) !important;
  filter: blur(15px) brightness(30%) !important;
}

#pinfo {
  animation-duration: 0.25s;
  animation-name: position;
}

.fixinfo {
  position: fixed;
  top: 25px;
}

#myCartInfo,
#myCartTable {
  margin-top: 20px;
}

.cart-modern-list {
  display: flex;
  flex-direction: column;
}

.cart-modern-item {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 15px;
  align-items: center;
  padding: 10px 15px;
  border-bottom: 1px dashed var(--bs-gray-400);
}

.cart-modern-item:last-child {
  border-bottom: 0;
}

.cart-thumb {
  width: 96px;
  height: 96px;
  overflow: hidden;
  background: var(--background-primary);
}

.cart-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cart-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cart-title {
  font-weight: 700;
  color: var(--cart-text);
  font-size: 1.05rem;
  line-height: 1.3;
  text-decoration: none;
}

.cart-meta-text {
  color: var(--cart-sub);
  font-size: 0.9rem;
}

.cart-remove-btn {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--bs-danger);
  border: 1px solid var(--bs-danger);
  background: transparent;
  text-transform: uppercase;
  padding: 2px 6px;
  justify-content: center;
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: lighter;
}

.qty-control {
  display: flex;
  align-items: center;
  border: 1px solid var(--bs-gray-500);
  background-color: var(--bs-white);
}

.qty-control button {
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  font-weight: 700;
  border-radius: 6px;
}


.qty-control input {
  width: 46px;
  text-align: center;
  border: 0;
  background: transparent;
  font-weight: 600;
}

.cart-price {
  text-align: right;
}

.cart-price .line {
  display: block;
  font-weight: 800;
  font-size: 1.1rem;
}

.cart-price .save {
  font-size: 0.85rem;
  margin-top: 4px;
  display: block;
}

.cart-shell,
.summary-card,
.checkout-card {
  background: var(--background-secondary);
  border: 1px solid var(--bs-gray-300);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xl);
}

.checkout-title {
  font-size: 1.1rem;
  color: var(--color-primary);
  font-weight: bolder;
  padding: 10px 15px;
  border-bottom: 1px dashed var(--bs-gray-500);
}

.checkout-main>.checkout-card>.form-grid {
  padding: 10px 15px 15px 15px;
}

.summary-title {
  font-weight: bolder;
  color: var(--color-primary);
  font-size: 1.2rem;
  margin-top: 5px;
  padding: 5px 10px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 10px 10px 10px;
}

.summary-row.total {
  border-top: 1px dashed var(--bs-gray-400);
  border-bottom: 1px dashed var(--bs-gray-400);
  color: var(--color-primary);
  font-weight: bolder;
  font-size: 1.2rem;
  padding: 10px;
}

.summary-action {
  padding: 10px;
}

.btn-primary.w-100 {
  border-radius: var(--radius-md);
  font-weight: bolder;
  padding: 8px 15px;
}

/* Checkout page */
.checkout-modern {
  background: var(--background-primary, #f8fafc);
  padding: 28px 0 32px;
}

.checkout-modern .checkout-container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 16px;
}

.checkout-modern .checkout-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.checkout-modern .checkout-card+.checkout-card {
  margin-top: 18px;
}

.checkout-modern .summary-card .form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin: 15px 10px 10px 10px;
}

.checkout-modern .form-group {
  display: flex;
  flex-direction: column;
}

.checkout-modern .form-label {
  font-weight: lighter;
  color: var(--text-primary);
  font-size: 0.9rem;
  margin-bottom: .3rem;
  margin-top: .5rem;
}

.checkout-modern textarea.form-control {
  height: 110px;
}

.checkout-modern .summary-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 15px 10px;
}

.checkout-modern .summary-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 8px;
  align-items: center;
}

.checkout-modern .summary-thumb {
  width: 60px;
  height: 60px;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--bs-gray-400);
  background: var(--background-primary);
}

.checkout-modern .summary-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.checkout-modern .summary-name {
  font-weight: normal;
  color: var(--text-primary);
  font-size: 0.9rem;
  line-height: 1rem;
  margin-bottom: 5px;
}

.checkout-modern .summary-qty {
  font-weight: lighter;
  color: var(--text-primary);
  font-size: 0.8rem;
  line-height: 0.9rem;
}

.checkout-modern .summary-price {
  font-weight: 700;
  color: var(--text-primary, #1e293b);
}

.checkout-modern .summary-totals {

  padding-top: 10px;
  border-top: 1px dashed var(--bs-gray-500);
  display: grid;
  color: var(--color-primary);
  font-weight: bolder;
}

.checkout-modern .summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.checkout-modern .btn-primary {
  background: var(--color-primary);
  color: var(--background-primary);
  border: none;
  border-radius: var(--radius-md);
  padding: 8px 15px;
  width: 100%;
  transition: 0.2s;
  box-shadow: var(--shadow-md);
}

.checkout-modern .btn-primary:hover {
  background: var(--color-secondary, #1066bd);
  transform: translateY(-1px);
}

.checkout-modern .btn-ghost {
  background: var(--color-secondary);
  color: var(--background-secondary);
  border: none;
  border-radius: var(--radius-md);
  padding: 8px 15px;
  width: 100%;
  transition: 0.2s;
  box-shadow: var(--shadow-md);
}

.checkout-modern .payment-box {
  margin: 10px;
  padding: 10px;
  border: 1px solid var(--bs-gray-500);
  border-radius: var(--radius-md);
  background: var(--background-primary);
}

.checkout-modern .payment-label {
  font-weight: 700;
  color: var(--text-primary, #1e293b);
  margin-bottom: 8px;
}

.upload-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  cursor: pointer;
  background-color: var(--background-secondary);
  color: var(--text-primary);
  transition: background .2s ease;
}

.upload-btn:hover {
  background-color: var(--background-primary);
}