:root {
  --footer-bg: #e5e5e5;
  --green-color: rgb(54, 94, 50);
  --nav-color-active: #242424;
  --cat-link: #000000;
  --wd-col: 5;
  --wd-gap: 6px;
  --price-slider-color: #242424;
  --Amaranth-color: #dc3545;
  --track-height: 2px;
  --thumb-size: 20px;

  --swiper-navigation-size: 22px;

}

@font-face {
  font-family: "woodmart-font";
  src: url("../fonts/woodmart-font/Web-Fonts/f890eea2e91e1270ce7109e36a42260a.eot");
  src: url("../fonts/woodmart-font/Web-Fonts/f890eea2e91e1270ce7109e36a42260a.eot?#iefix") format("embedded-opentype"),
    url("../fonts/woodmart-font/Web-Fonts/f890eea2e91e1270ce7109e36a42260a.woff") format("woff"),
    url("../fonts/woodmart-font/Web-Fonts/f890eea2e91e1270ce7109e36a42260a.woff2") format("woff2"),
    url("../fonts/woodmart-font/Web-Fonts/f890eea2e91e1270ce7109e36a42260a.ttf") format("truetype"),
    url("../fonts/woodmart-font/Web-Fonts/f890eea2e91e1270ce7109e36a42260a.svg#woodmart-font") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  outline: none;
}

html {
  scroll-behavior: smooth;
  position: relative;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background-color: #fff;
  font-family: 'Yekan';
  direction: rtl;
  overflow-x: hidden;
}

body {
  margin-bottom: 280px;
}

a {
  touch-action: manipulation;
}

a,
a:link,
a:visited {
  text-decoration: none;
  color: var(---nav-link-color);
  transition: all 0.3s linear;
}

a:hover {
  text-decoration: none;
  color: var(--link-hover);
  transition: all 0.3s linear;
}

button:not(:disabled) {
  cursor: pointer;
}

header {
  background-color: #fff;
  border-bottom: 1px solid var(--border-color);
}

header .container {
  max-width: 92%;
}

ul.nav-desk {
  display: flex;
  font-family: Yekan;
  font-size: 16px;
  font-weight: 600;
  gap: 20px;
  margin-right: 20px;
}

ul.nav-desk li a {
  font-family: Yekan;
  color: var(---nav-link-color);
  font-size: 16px;
}

ul.social-network {
  display: flex;
  gap: 14px;
  list-style: none;
  direction: ltr;
  font-size: 18px;
  margin-top: 5px;
}

ul.social-network li a {
  color: rgba(0, 0, 0, 0.6) !important;
}

ul.social-network li a:hover {
  color: rgba(0, 0, 0, 0.8) !important;
}

.line-diviver::before {
  content: "";
  display: block;
  height: 18px;
  border-right: 1px solid rgba(0, 0, 0, 0.105);
  margin-top: 8px;
}

.header-left-desk,
.header-left-mob {
  display: flex;
  gap: 20px;
  align-items: start;
  margin-top: 20px;
}

.header-left-mob {
  margin-top: 15px;
}

ul.top-bar {
  display: flex;
  gap: 25px;
  list-style: none;
  font-size: 14px;
}

ul.top-bar li {
  color: #333;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

ul.top-bar li:hover {
  color: rgba(51, 51, 51, 0.6);
}

.shoping-cart-icon::before {
  content: "\f126";
  font-family: "woodmart-font";
  font-size: 20px;
}

.favorite-top-icon::before {
  content: "\f106";
  font-family: "woodmart-font";
  font-size: 20px;
}

.login-top-icon::before {
  content: "\f124";
  font-family: "woodmart-font";
  font-size: 20px;
}

.search-top-icon::before {
  content: "\f130";
  font-family: "woodmart-font";
  font-size: 20px;
}

.top-bar .close-top-icon::before {
  content: "\f112";
  font-family: "woodmart-font";
  font-size: 14px;
}

.search-close-top-icon::before {
  content: "\f112";
  font-family: "woodmart-font";
  font-size: 14px;
}

.demo {
  font-size: 24px;
  line-height: 0;
  display: inline-block;
  margin-left: 5px;
}

.home-shopping-cart {
  margin-left: 10px;
}

.icon-badge {
    display: block;
    position: absolute;
    background-color: rgb(54, 94, 50);
    /* top: 36px; */
    top: 44px;
    margin-right: 14px;
    z-index: 1;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding: 9px 5px 5px 5px;
    padding-left: 11px;
    font-size: 13px;
}

    .icon-badge > span {
        font-size: 12px;
        display: block;
        padding: 0;
        margin-right: 4px;
        margin-top: 2px;
    }

main {
    min-height: 100vh;
    position: relative;
}

.main-slider .container-fluid {
  padding-left: 150px;
  padding-right: 150px;
}

.main-slider img,
.main-slider .swiper-container,
.main-slider .swiper-wrapper,
.main-slider .swiper-slide {
  border-radius: 20px;
}

/* .main-slider .container,
.main-home-shop .container,
footer .container {
  max-width: 65%;
} */

.swiper-pagination {
  position: relative;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: -5px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  /* background: linear-gradient(to bottom, #999999 0%, #e1e1e1 100%); */
  background-color: #cccccc;
  /* border: 3px solid #e5e5e5; */
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
  transition: all 0.3s linear;
  margin: 0 7px;
}

.swiper-pagination-bullet {
  opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:hover {
  /* background: linear-gradient(to bottom, #666666 0%, #666666 100%); */
  background-color: #242424;
  transition: all 0.3s linear;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
  /* background: linear-gradient(to bottom, #666666 0%, #666666 100%); */
  background-color: #242424;
  transition: all 0.3s linear;
}

.main-home-banner {
  margin-bottom: 100px;
}

.main-home-banner .container {
  max-width: 72%;
}

.main-home-banner .container img {
  width: 100%;
  height: auto;
  max-height: 450px;
}

.wd-sticky-loader {
  position: absolute;
  inset: 70px 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
}

.wd-sticky-loader .wd-loader {
  position: sticky;
  top: calc(50% - 15px);
}

.wd-loader:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-left-color: var(--color-gray-900);
  border-radius: 50%;
  vertical-align: middle;
  animation: wd-rotate 450ms infinite linear var(--wd-anim-state, paused);
}

/* .main-home-shop div,
.main-home-shop img {
  border-radius: 8px;
} */

.rightside-home-shop {
  overflow: hidden;
  clear: both;
}

.rightside-home-shop>div {
  overflow: hidden;
  position: relative;
}

.rightside-home-shop>div a {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  display: block;
  transition: all 5s ease;
  overflow: hidden;
}

.rightside-home-shop a img {
  transition: all 5s ease;
  transform: scale(1);
}

.rightside-home-shop a:hover img {
  transform: scale(1.2);
  transition: all 5s ease;
}

.rightside-home-shop span {
  color: #fff;
  font-size: 22px;
  position: absolute;
  z-index: 99;
  left: 15px;
  bottom: 15px;
  font-weight: 500;
}

.main-home-shop {
  margin-bottom: 70px;
}

a.link-style,
a.cat-link-style {
  font-size: 17px;
  display: block;
}

a.link-style,
a.link-style:visited {
  color: var(---nav-link-color);
}

a.link-style:hover {
  color: var(--a-link-hover);
}

a.cat-link-style,
a.cat-link-style:visited {
  color: var(--cat-link);
}

a.cat-link-style:hover {
  color: var(--cat-link-hover);
}

.main-home-product {
  display: flex;
  gap: 5px;
  flex-direction: column;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 3px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.profile-content .main-home-product {
  margin-bottom: 0;
}

.main-price {
  font-size: 17px;
  color: var(--nav-color-active);
}

.old-price {
  font-size: 15px;
  color: var(--cat-link);
  
}

.home-price {
  display: flex;
  gap: 10px;
}

.main-home-shop-row {
  display: flex;
  align-items: start;
}

.rightside-home-shop {
  margin-top: 10%;
}

/* Tab  */

.leftside-home-shop .tabbable-responsive {
  display: block;
  /* min-width: 100%;
 
  margin: 0px -20px -13px -20px; */
}

.leftside-home-shop .tabbable {
  min-width: 100%;
}

.leftside-home-shop .tabbable .nav-tabs {
  white-space: nowrap;
  display: inline-block;
  min-width: 100%;
  padding: 0px 21px;
  text-align: right;
  /* margin-bottom: 25px; */
}

.leftside-home-shop .tabbable .nav-tabs .nav-item {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
}

.leftside-home-shop .tabbable .nav-tabs .nav-item .nav-link {
  display: inline-block;
  color: var(--cat-link);
}

.leftside-home-shop .nav-tabs {
  border-bottom: 1px solid transparent;
}

.leftside-home-shop .tabbable .nav-tabs .nav-item .nav-link.active {
  color: #333;
  background-color: #fff;
  border-color: transparent;
}

.leftside-home-shop .nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: transparent;
}

.services {
  margin-bottom: 70px;
}

.item-services {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}

.item-services h3 {
  font-size: 22px;
  font-weight: 600;
}

.item-services img {
  max-width: 120px;
  max-height: 120px;
  margin-bottom: 20px;
}

.scroll-item {
  opacity: 0;
}

.scroll-item.active {
  opacity: 1;
  transition: all 0.5s ease-in;
}

.item-services span {
  color: var(--cat-link);
}

.main-img {
  position: relative;
  overflow: hidden;
}

.hover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 0;
  transform: scale(1);
  transition: opacity 0.8s ease;
}

.main-img:hover .hover-img {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.8s ease;
}

.main-img:hover .hover-img:hover {
  opacity: 1;
  transform: scale(1.2);
  transition: transform 5s ease;
  border-radius: 8px;
}

footer {
  background-color: var(--footer-bg);
  color: #242424;
  padding: 40px 0 30px 0;
}

footer .footer-detail {
  margin-top: 20px;
  line-height: 1.8;
  color: #242424;
}

.footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: #242424;
}

footer a {
  transition: all 0.5s ease;
}

footer a,
footer a:visited {
  color: rgba(0, 0, 0, 0.4);
}

footer a:hover {
  color: #fff;
}

.footer-links-ul {
  list-style: none;
  list-style: none;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-self: center;
}

.footer-links-ul li {
  margin-bottom: 7px;
}

.footer-links-ul li a:hover {
  color: #000000;
}

.scrollToTop {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 350;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
  color: var(--cat-link-hover);
  font-size: 16px;
  opacity: 0;
  pointer-events: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateX(-100%);
}

.scrollToTop:after {
  content: "\f115";
  font-family: "woodmart-font";
}

.scrollToTop.button-show {
  opacity: 1;
  transform: none;
  pointer-events: visible;
}

.mobile-nav-btn {
  display: none;
  background-color: transparent;
  border: none;
  outline: none;
}

.overlay {
  position: fixed;
  z-index: 400;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(6px);
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1),
    z-index cubic-bezier(0.19, 1, 0.22, 1) 0.5s,
    top cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}

.overlay.opened {
  opacity: 1;
  transition-delay: 0s;
  pointer-events: unset;
}

.main-home-page {
  background-color: #f5f5f5;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.off-canvas-menu,
.basket-pop-up,
.login-pop-up {
  width: 340px;
  position: fixed;
  inset-block: 0.001px 0;
  z-index: 500;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: min(340px, 100vw);
  background-color: #fff;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  z-index:10000;
}

.basket-pop-up,
.login-pop-up {
  width: 340px;
  width: min(340px, 100vw);
}

.pull-to-left-menu {
  right: 0;
  left: auto;
  transform: translate3d(0, 0, 0);
}

.pull-to-left-pop-up {
  right: 0;
  left: auto;
  transform: translate3d(0, 0, 0);
}

.off-canvas-menu.pull-to-right-menu,
.basket-pop-up.pull-to-right-pop-up,
.login-pop-up.pull-to-right-pop-up {
  right: 0;
  left: auto;
  transform: translate3d(100%, 0, 0);
}

.pull-to-right-pop-up {
  left: 0;
  right: auto;
  transform: translate3d(0, 0, 0);
}

/* .basket-pop-up.pull-to-left-pop-up,
.login-pop-up.pull-to-left-pop-up {
    left: 0;
    right: auto;
    transform: translate3d(-100%, 0, 0);
} */

/* Menu bar  */
.responsive-menu-tabs .nav-tabs,
.responsive-des-tabs .nav-tabs {
  color: #909090;
  background-color: rgba(0, 0, 0, 0.04);
  font-size: 17px;
  font-weight: 500;
}

.responsive-des-tabs .nav-tabs {
  background-color: transparent;
}

.responsive-menu-tabs .nav-tabs li {
  flex: 1 0 50%;
  max-width: 50%;
  text-align: center;
  position: relative;
  border: none;
}

.responsive-des-tabs .nav-tabs li {
  text-align: center;
  position: relative;
  border: none;

  margin-left: 20px;
}

.responsive-menu-tabs .nav-tabs li a,
.responsive-des-tabs .nav-tabs li a {
  color: #909090;
  flex: 1 1 auto;
  padding: 7px 0 15px 0;
  text-align: center;
  width: 100%;
}

.responsive-des-tabs .nav-tabs li a.nav-link {
  /* padding-left: 10px;
  padding-right: 10px; */
  position: relative;
}

.responsive-menu-tabs .nav-tabs li a.active {
  color: #333;
  background-color: rgba(0, 0, 0, 0.05);
}

.responsive-des-tabs .nav-tabs li a.active {
  color: #333;
}

.responsive-menu-tabs .nav-tabs,
.responsive-des-tabs .nav-tabs {
  border-bottom: none;
}

.responsive-menu-tabs .nav-tabs .nav-link.active,
.responsive-des-tabs .nav-tabs .nav-link.active {
  border-color: transparent;
}

.responsive-menu-tabs .nav-tabs .nav-link,
.responsive-des-tabs .nav-tabs .nav-link {
  border-radius: 0;
  position: relative;
}

.responsive-menu-tabs .nav-tabs li.nav-item:first-of-type,
.responsive-menu-tabs .nav-tabs li.nav-item:first-of-type .nav-link::before,
.responsive-des-tabs .nav-tabs li.nav-item:first-of-type,
.responsive-des-tabs .nav-tabs li.nav-item:first-of-type .nav-link::before {
  direction: ltr;
}

.responsive-menu-tabs .nav-tabs li.nav-item .nav-link::before,
.responsive-des-tabs .nav-tabs li.nav-item .nav-link::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #333;
  top: 100%;
  display: block;
}

.responsive-des-tabs .nav-tabs li.nav-item .nav-link::before {
  top: -10px;
}

.responsive-menu-tabs .nav-tabs li.nav-item .nav-link.active::before,
.responsive-menu-tabs .nav-tabs li.nav-item .nav-link:hover::before,
.responsive-des-tabs .nav-tabs li.nav-item .nav-link.active::before,
.responsive-des-tabs .nav-tabs li.nav-item .nav-link:hover::before {
  width: 100%;
  transition: width 0.5s ease;
}

.responsive-des-tabs .nav-tabs .nav-link:focus {
  border-color: transparent;
}

.wd-nav-mobile>li>a,
.wd-nav-mobile>li>ul li>a {
  flex: 1 1 0%;
  padding: 5px 20px;
  min-height: 50px;
  border-bottom: 1px solid var(--brdcolor-gray-300);
}

.mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.mobile-menu ul li {
  width: 100%;
  position: relative;
  display: flex;
}

.mobile-menu ul li a {
  display: block;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.105);
  width: 100%;

}


    .mobile-menu ul li.has-submenu a, .mobile-menu ul li.has-submenu-l2 a {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .mobile-menu > ul > li > ul,
    .mobile-menu > ul > li > ul > li > ul {
        margin-right: 12px;
    }

.mobile-menu>ul>li>ul>li>ul {
  background-color: #f7f7f7a1;
}

.mobile-menu>ul>li>ul>li>ul.ul-submenu-l2 {
  display: none;
}

.ul-submenu-l2>li:hover {
  background-color: #ffffffd7;
  transition: all 0.3s ease;
}

.has-submenu-l2>a::after {
  font-weight: 400;
  font-size: 8px;
  transition: transform 0.25s ease;
  content: "\f114";
  font-family: "woodmart-font";
  transition: all 0.3s;
  margin-top: 15px;
  transform: translateY(-50%) rotate(0deg);
  color: var(--color-gray-900);
  position: absolute;
  left: 30px;

}

.has-submenu-l2>a.sub-nav-opener:focus:after {
  transform: translateY(-50%) rotate(90deg);
  color: #7a7a7ad0;
}

.mobile-menu .has-submenu-l2 > a::after {
    display: none;
}

.ul-submenu-l2 {
    display: none;
}

.mobile-menu>ul>li {
  font-size: 17px;
  text-shadow: 0 0 0 #3333339e;
  width: 100%;
}

.mobile-menu>ul>li>ul li {
  font-size: 16px;
  text-shadow: none;
}

.mobile-menu li.has-submenu {
  display: flex;
  flex-direction: column;
}

.mobile-menu li.has-submenu>div {
  display: flex;
  flex-direction: row;
}

/* .mobile-menu  li.has-submenu > ul {
  display: none; 
} */

.mobile-menu li.has-submenu>ul.ul-submenu {
  display: none;
}

.mobile-menu ul li.has-submenu.nav-item-opener>div>a {
  color: rgb(54, 94, 50);
  background-color: #f7f7f7;
}

.mobile-menu .nav-opener {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 50px;
  /* color: #242424; */
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: all 0.25s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /*border-right: 1px solid rgba(0, 0, 0, 0.105);
  border-bottom: 1px solid rgba(0, 0, 0, 0.105);*/
 
}

    .mobile-menu > ul > li > div > a > .nav-opener {
        left:-12px;
    }

    .mobile-menu .nav-opener::after {
        font-weight: 400;
        font-size: 9px;
        transition: transform 0.25s ease;
        content: "\f114";
        font-family: "woodmart-font";
        transition: all 0.3s;
        margin-top: 15px;
    }

/*  .nav-opener {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
} 


.nav-opener:before, .nav-opener:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.105);
  transition: all 0.3s;
} 
 .nav-opener:before {
  transform: translateY(-50%);
}

.nav-opener:after {
  transform: translateY(-50%) rotate(90deg);
} 

.nav-opener.open:after {
  transform: translateY(-50%) rotate(0);
}
 */
.nav-opener:after {
  transform: translateY(-50%) rotate(0deg);
}

.nav-opener.open {
  background-color: rgb(54, 94, 50);
  color: #ffffff;
}

.nav-opener.open:after {
  transform: translateY(-50%) rotate(90deg);
}

.mobile-menu li>div {
  width: 100%;
}

/* Menu Sub Category */
.has-submenu-l2 {
  display: flex;
  flex-direction: column;
}

/* ./Menu Sub Category */

.favorites-menu-link:after {
  margin-left: 4px;
  font-weight: 400;
  font-family: "woodmart-font";
  content: "\f106";
  text-shadow: none;
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
}

.login-menu-link:after {
  margin-left: 4px;
  font-weight: 400;
  font-family: "woodmart-font";
  content: "\f124";
  text-shadow: none;
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
}

.btn-row-product {
  position: absolute;
  /* inset-inline: 0; */
  left: 5px;
  right: auto;
  top: 10px;
  text-align: center;
  transition: all 0.3s ease;
  /* -webkit-backface-visibility: hidden;
  backface-visibility: hidden; */
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  /* transform: translate3d(-20px, 0px, 0px); */
}

.btn-box-product {
  display: flex;
  align-items: start;
  flex-direction: column;
  /* padding: 0 7px; */
  /* max-width: calc(100% - 20px); */
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  background-color: #fff;
  /* padding: 6px 10px; */
  gap: 0;
}

.btn-box-product-button {
  flex: 1 1 auto;
  max-width: 50px;
  /* width: 100vw; */
  position: relative;
  flex-direction: column;
  padding: 6px 10px;
}

.btn-fav-on-product span::after {
  font-family: "woodmart-font";
  content: "\f106";
  font-size: 16px;
}

.btn-quick-view span::after {
  font-family: "woodmart-font";
  content: "\f130";
  font-size: 16px;
}

.btn-box-product-button a span::after {
  transition: all 0.3s ease;
}

.btn-box-product-button:hover a:hover span::after {
  color: #999;
  transition: all 0.3s ease;
}

.main-home-product:hover .btn-row-product {
  opacity: 1;
  visibility: visible;
  left: 15px;
  transition: all 0.3s ease;
  /* transform: translate3d(0px, 0px, 0px); */
}

.rechared-products-title {
  border: 2px solid #242424;
  display: flex;
  flex-direction: row;
  gap: 7px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  padding: 0.65rem !important;
}

.rechared-products-title svg {
  width: 1em;
  height: 1em;
  color: #5b5b63;
}

.rechared-products-title:hover {
  background-color: #bcedff;
  border-color: #bcedff;
  transition: all 0.3s ease;
}


.tooltip-share-whatsapp {
  background-color: #242424;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 10px 5px;
  position: absolute;
  top: -60px;
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
}

.tooltip-share-whatsapp {
  left: -50px;
  right: auto;
  width: 160px;
}


.tooltip-share-whatsapp:after {
  content: "";
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #242424;
  bottom: -7px;
  right: 40%;
}

.share-post:hover+.tooltip-share-whatsapp {
  visibility: visible;
  opacity: 1;
  top: -50px;
  transition: top 0.25s ease;
}

/* .tooltip-code-fav,
.tooltip-code-quick {
    background-color: #242424;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    padding: 10px 5px;
    position: absolute;
    top: -64px;
    font-size: 15px;
    visibility: hidden;
    opacity: 0;
}

.tooltip-code-fav {
    left: 50px;
    right: -50px;
    width: 142px;
}

.tooltip-code-quick {
    width: 122px;
    font-size: 15px;
    left: 42px;
    right: -42px;
}

.tooltip-code-fav:after,
.tooltip-code-quick:after {
    content: "";
    position: absolute;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #242424;
    bottom: -7px;
    right: 39%;
}

.btn-box-product-button:hover .tooltip-code-fav,
.btn-box-product-button:hover .tooltip-code-quick {
    visibility: visible;
    opacity: 1;
    top: -58px;
    transition: top 0.25s ease;
} */

.search-mobile input {
  font-size: 17px;
  padding-left: 50px;
  padding-right: 20px;
  height: 70px;
  font-weight: 400;
  color: var(--cat-link);
  outline: none;
  border: none;
}

.search-mobile input:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.search-mobile button {
  height: 70px;
  color: var(--cat-link);
  padding-left: 17px;
}

.pop-up-heading {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 20px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.105);
}

.pop-up-heading .pop-up-title {
  flex: 1 1 auto;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  color: #242424;
  line-height: 1.4;
  display: block;
  text-align: right;
}

.close-pop-up-btn,
.close-login-pop-up-btn {
  padding-right: 20px;
  position: relative;
}

.close-pop-up-btn::before,
.close-login-pop-up-btn::before {
  content: "\f112";
  position: absolute;
  font-family: "woodmart-font";
  right: 0;
  font-size: 10px;
  top: 8px;
}

.empty-mini-cart {
  width: 100%;
}

.empty-mini-cart:before {
  font-size: 100px;
  line-height: 1;
  content: "\f147";
  font-family: "woodmart-font";
  margin-bottom: 15px;
  display: block;
  color: rgba(0, 0, 0, 0.05);
  position: relative;
  margin-top: 40px;
  text-align: center;
}

.form-login-items-after:before {
  font-size: 68px;
  line-height: 1;
  content: "\f124";
  font-family: "woodmart-font";
  margin-bottom: 15px;
  display: block;
  color: rgba(0, 0, 0, 0.05);
  position: relative;
  margin-top: 40px;
  text-align: center;
}

.box-message {
  font-size: 17px;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}

.default-primary-btn {
  padding: 10px 15px;
  font-size: 15px;
  background-color: var(--nav-color-active);
  color: #fff !important;
  line-height: 1.2;
  text-align: center;
  border-radius: 4px;
  border: 1px solid var(--nav-color-active);
}

.default-primary-btn:hover {
  color: var(--nav-color-active) !important;
  background-color: #fff;
  border: 1px solid var(--nav-color-active);
}

    .default-primary-btn:focus {
        box-shadow:none;
    }

    .mini-cart-products ul,
    .mini-cart-products ul li {
        margin: 0;
        padding: 0;
    }

.mini-cart-products ul li {
  display: flex;
  position: relative;
  padding: 20px 15px;
  transition: all 0.5s ease;
  flex-direction: row;
  border-bottom: 1px solid rgba(0, 0, 0, 0.105);
}

.mini-cart-products ul li:last-of-type {
  border-bottom: none;
}

.mini-cart-products ul li:hover {
  background-color: #f7f7f7;
  transition: all 0.5s ease;
}

.close-item-btn:after {
  content: "\f112";
  position: absolute;
  font-family: "woodmart-font";
  right: auto;
  left: 15px;
  font-size: 8px;
  top: 12px;
  color: var(--cat-link-hover);
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 5px;
  display: block;
  border-radius: 50%;
  background-color: #fff;
}

.mini-cart-products ul li img {
  min-width: 65px;
  max-width: 65px;
  border-radius: calc(8px / 1.5);
}

.mini-cart-products ul li a {
  color: #242424;
}

.mini-cart-products ul li a:hover {
  color: var(--cat-link-hover);
}

.mini-cart-detail {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1 1 auto;
}

.mini-cart-product-fi,
.mini-cart-product-fi .demo {
  font-size: 18px !important;
}

/* Main popup container - fixed position */
.basket-pop-up,
.login-pop-up {
  position: fixed;
  top: 0;
  right: 0;
  /* Adjust for RTL (right-to-left) */
  width: 350px;
  /* Adjust width as needed */
  height: 100vh;
  /* Full viewport height */
  background: #fff;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
  /* Shadow on the left side */
  display: flex;
  flex-direction: column;
  z-index: 10000;
  /* Ensure it stays on top */
}

/* Popup header (title & close button) */
.pop-up-heading {
  padding: 15px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Mini cart container (flex child) */
.mini-cart {
  flex: 1;
  /* Takes remaining space */
  display: flex;
  flex-direction: column;
  overflow: hidden;
  /* Ensures scrolling works properly */
}

/* Products list (scrollable) */
.mini-cart-products {
  flex: 1;
  /* Takes available space */
  overflow-y: auto;
  /* Enables vertical scrolling */
  /* padding: 10px; */
}

/* Footer (fixed at the bottom) */
.mini-cart-footer {
  padding: 15px;
  /* background: #f8f8f8; */
  background: #fff;
  border-top: 1px solid #eee;
  text-align: center;
  font-weight: bold;
}

.mini-cart-footer>.mini-cart-footer-part1 {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
}

/* Empty cart state (hidden by default) */
/* .empty-mini-cart {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
} */
.checkout-btn {
  display: block;
  width: 100%;
  padding: 10px;
  /* background: #4CAF50; */
  color: white !important;
  background: #242424;
  text-align: center;
  margin-top: 10px;
  border-radius: 4px;
  border: 1px solid #242424;
  transition: all 0.5s ease;
}

.checkout-btn:hover {
  border: 1px solid #242424;
  background-color: #fff !important;
  color: #242424 !important;
}

.mini-cart-product-count {
  color: var(--cat-link-hover);
}

.multiple-icon {
  font-size: 20px;
  color: var(--cat-link);
  display: inline-block;
  padding: 0 5px;
}

/* Login / Register / Forget Password  */

/* Form switching animation */
.login-form,
.register-form,
.forget-form {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.3s, height 0.3s;
}

/* Active form styling */
.login-form.active,
.register-form.active,
.forget-form.active {
  opacity: 1;
  height: auto;
}

.login-form form,
.register-form form,
.forget-form form {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.login-form input,
.register-form input,
.forget-form input {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.login-form button,
.register-form button,
.forget-form button,
.btn-primary-new{
  padding: 10px;
  background: #242424;
  color: white;
  border: 1px solid #242424;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}

    .login-form button:hover,
    .register-form button:hover,
    .forget-form button:hover,
    .btn-primary-new:hover{
        color: #242424;
        background-color: #fff;
    }

.login-form .switch-form-btn,
.register-form .switch-form-btn,
.forget-form .switch-form-btn {
  /* color: #4CAF50; */
  color: #242424;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
}

.login-form .switch-form-btn:hover,
.register-form .switch-form-btn:hover,
.forget-form .switch-form-btn:hover {
  color: var(--cat-link-hover);
}

.login-pop-up h3 {
  background-color: #f7f7f7;
  padding: 20px 15px;
  font-size: 17px;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.105);
  text-align: right;
}

.login-form,
.register-form,
.forget-form {
  text-align: right;
  display: flex;
  font-size: 16px;
  flex-direction: column;
  justify-content: right;
}

.login-form input,
.register-form input,
.forget-form input {
  margin-bottom: 15px;
}

.login-form input[type="text"],
.login-form input[type="password"],
.register-form input[type="text"],
.register-form input[type="password"],
.register-form input[type="email"],
.register-form input[type="tel"],
.forget-form input[type="tel"],
.forget-form input[type="text"] {
  padding: 10px;
  height: 50px;
}

.login-form input:focus,
.register-form input:focus,
.forget-form input:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.red-alert-star {
  color: red;
  font-size: 16px;
}

.form-login-items,
.form-register-items,
.form-forget-items {
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.105);
}

label {
  display: inline-block;
  margin-bottom: 0.2rem;
}

.form-login-items-after .switch-form-btn,
.form-register-items-after .switch-form-btn,
.form-forget-items-after .switch-form-btn {
  text-decoration: underline;
  text-underline-offset: 8px;
}

.login-pop-up-main {
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  flex-grow: 1;
}

.login-pop-up-main .pop-up-heading {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #fff;
}

.login-pop-up .form-group {
  margin-bottom: unset;
}

.bottom-navbar {
  display: none;
}

/* Search Result  */

.search-full-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.08);
}

.search-full-screen.opened-search-result {
  top: 116px;
  opacity: 1;
  visibility: visible;
}

.overflow-parent {
  overflow: hidden;
  height: 100vh;
}

.hideBtn {
  display: none;
}

.search-header-inner {
  display: flex;
  height: 100px;
  flex-direction: row-reverse;
  gap: 0;
}

.search-header-inner input[type="text"] {
  font-size: 42px;
  height: 100%;
  text-align: center;
  color: #242424;
  border: none;
  outline: none;
  box-shadow: none;
}

.search-header-inner input[type="text"]:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.home-search-icon-close-result>span::before {
  font-size: 24px;
}

.home-search-icon-close-result {
  align-self: center;
  justify-self: center;
  width: 100%;
  text-align: center;
  display: block;
  cursor: pointer;
}

.search-header-inner-btn {
  width: 10%;
  position: absolute;
  left: 0;
  top: 35px;
  z-index: 99;
}

.header-full-screen {
  border-bottom: 1px solid rgba(0, 0, 0, 0.105);
}

.show-all-search-result-row {
  border-top: 1px solid rgba(0, 0, 0, 0.105);
  margin-top: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.105);
  transition: all 0.5s ease-out;
}

.show-all-search-result-row .link-btn-result {
  color: #666666;
  font-size: 18px;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.105);
}

.show-all-search-result-row:hover {
  background-color: #f7f7f7;
  transition: all 0.5s ease-out;
}

.result-full-screen-row {
  justify-content: center;
}

.result-full-screen-item {
  flex-grow: 0;
  flex-basis: 200px;
  padding: 10px;
}

.result-full-screen-item a {
  gap: 12px;
  flex-direction: column;
  display: flex;
}

.result-full-screen-item a img {
  border-radius: 6px;
  max-width: 100%;
}

.search-result-title,
.search-result-price {
  font-size: 18px;
  padding-right: 10px;
  padding-left: 5px;
}

.result-full-screen {
  position: relative;
  height: 100%;
  overflow-y: auto;
}

.results,
.result-mob-btn-row {
  border-top: 1px solid rgba(0, 0, 0, 0.105);
}

.mob-result-item-search {
  border-bottom: 1px solid rgba(0, 0, 0, 0.105);
  margin-bottom: 10px;
}

.mob-result-item-search:last-of-type {
  border-bottom: none;
}

.results {
  display: none;
  overflow: hidden;
  position: relative;
  height: 300px;
}

.mob-inner-result {
  overflow-y: auto;
  height: 100%;
  position: relative;
  z-index: 99;
}

.search-mob-btn:focus {
  box-shadow: none;
}

.reChargeProductsSwiper .swiper-wrapper {
  display: flex;
  direction: rtl;
  flex-direction: row;
  gap: 3px;
  justify-content: space-between;
}

.reChargeProductsSwiper .swiper-wrapper .swiper-slide {
  flex: 0 0 calc(100% / var(--wd-col));
  max-width: calc(100% / var(--wd-col));
  padding: 0 calc(var(--wd-gap) / 2);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  padding: 0;
  padding-bottom: 10px;
}

.reChargeProductsSwiper .swiper {
  direction: rtl;
}

.home-products .main-price,
.home-products .old-price,
.main-home-product .main-price,
.main-home-product .old-price {
  font-size: 15px;
}

.home-products .home-price {
  margin-top: 12px;
}

.home-products .main-price,
.main-home-product .main-price {
  color: rgb(54, 94, 50);
}

.home-products .old-price,
.main-home-product .old-price {
  color: #0000003d;
}

.home-products a.link-style,
.main-home-product a.link-style {
  font-size: 15px;
}

.home-products a.link-style,
.home-products .home-price {
  padding-right: 10px;
}

.link-style {
  font-size: 15px;
}

a.link-style,
.home-price {
  padding-right: 10px;
}

.home-price {
  margin-top: 12px;
}

.old-price {
  color: #0000003d;
}

.pagination-sort {
  align-self: self-start;
  padding-top: 8px;
  margin-left: 15px;
}

.pagination-sort-btn {
  color: var(--cat-link);
  font-size: 16px;
  padding: 8px;
  position: relative;
}

.pagination-sort-btn:hover {
  color: #242424;
  text-decoration: none;
}

.pagination-sort-btn:focus {
  outline: none;
  text-decoration: none;
  box-shadow: none;
  color: #242424;
}


.pagination-sort-btn.active {
  color: #242424;
}


.product-pagination .pagination {
  gap: 3px;
  width: fit-content;
  justify-self: center;
}

.product-pagination .pagination .page-item:first-child .page-link,
.product-pagination .pagination .page-item .page-link {

  border: none;
  font-size: 16px;
  height: 34px;
  min-width: 34px;
  padding-top: 5px;
  padding-left: 12px;
  border-radius: 0;
}


.page-item.active .page-link {
    background-color: var(--green-color);
    border: none;
    padding-left: 10px !important;
}

.page-item.active .page-link:hover,
.page-link:hover {
  color: #f1f1f1;
}

.page-link:hover {
  color: #242424;
  background-color: #f1f1f1;
}

.product-pagination .pagination .page-item .page-link:focus {
  box-shadow: none;
  outline: none;
}


.page-item.active .page-link:focus {
  box-shadow: none;
  outline: none;
}


.next-pagination::after {
  content: "\f114";
  font-family: "woodmart-font";
  font-size: 14px;
}

.prev-pagination::after {
  content: "\f113";
  font-family: "woodmart-font";
  font-size: 14px;
}


/*list pagination*/

.list-pagination {
    list-style: none;
    margin: 20px auto 30px auto;
}

    .list-pagination li {
        display: inline-block;
        margin: 0 0 15px 15px;
    }

        .list-pagination li a {
            color: #000;
        }

            .list-pagination li a:hover {
                text-decoration: none;
            }

        .list-pagination li.active a {
            color: #fff;
            font-weight: 900;
            text-align: center;
            background-color: #000;
            padding: 5px 10px;
            display: inline-block;
        }

/*./list pagination*/




.on-product-search {
  position: absolute;
  top: 15px;
  right: 3px;
  gap: 15px;
  z-index: 99;
}

.not-available-product,
.recherged-products {
  background-color: #fff;
  font-size: 14px;
  display: block;
  padding: 3px 15px 3px 15px;
  z-index: 99;
  word-spacing: 2px;
  text-shadow: rgba(0, 0, 0, 0.105);
  /* box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.105); */
  width: auto;
}

.recherged-products {
  background-color: #f5f104;
  color: #242424;
}

.discount-on-produt {
  background-color: rgb(54, 94, 50);
  color: #fff;
  font-size: 14px;
  display: block;
  padding: 0px 15px 0 !important;
  margin-left: 0;
  z-index: 99;
  word-spacing: 3px;
  line-height: normal;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.105);
  width: fit-content;
  margin-bottom: 5px;
  direction: ltr;
}

.home-products .swiper-button-next:after,
.home-products .swiper-button-prev:after {
  font-size: 22px;
  color: #242424;
}

.home-products .swiper-button-next,
.home-products .swiper-container-rtl .swiper-button-prev {
  right: 87px;
  left: auto;
  top: 40%;
}

.home-products .swiper-button-prev,
.home-products .swiper-container-rtl .swiper-button-next {
  left: 78px;
  right: auto;
  top: 40%;
}

.product-swiper-home {
  position: relative;
}

.product-swiper-home>div,
.product-swiper-home>div>div,
.product-swiper-home>div>div>div {
  position: static;
}

.breadcrumb {
  background-color: transparent;
}

.breadcrumb-item {
  color: #6c757d;
}

.breadcrumb-item.active {
  color: #0a0a0a;
}


.product-info-top .breadcrumb-item+.breadcrumb-item {
  padding-left: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: right;
  padding-left: .5rem;
  padding-right: .5rem;
  color: #6c757d;
  content: "/";
}


.product-info-top .breadcrumb-item+.breadcrumb-item::before {
  padding-left: .3rem;
  padding-right: .3rem;
}





.filter-search-btn-mob {
  background-color: #fff;
  border: none;
  outline: none;

}

.dropdown .btn:focus {
  outline: none;
  box-shadow: none;
}

.sort-store .dropdown-menu {
  text-align: right;
  width: max-content;
  font-size: 14px;
  margin-top: 6px;
  border: 1px solid rgba(0, 0, 0, 0.105);
  border-radius: 8px;
}

.home-categories>div>div>div>a {
  border-radius: 20px;
  display: block;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}

.home-categories>div>div>div>a>img {
  border-radius: 20px;
}

/* .home-categories > div > div > div > a  {
      max-height: 200px;
    background-color: #e1dfe0;
    width: 100%;
    display: block;
    border-radius: 20px;
    overflow: hidden;

} */


/* New Home Product Slider */

.wrapper {
  /* max-width: 1100px;
  padding: 20px 10px; */
  margin: 0 60px 30px;
  overflow: hidden;
}

.wrapper .card {
  background: #fff;
  display: flex;
  height: auto;
  flex-direction: column;
  border-radius: 20px;
  /* box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); */
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  /* transition: transform 0.3s ease; */
  border: none;
}

/* .wrapper .card:hover {
  transform: translateY(-10px);
} */

.card .card-image {
  position: relative;
}

.card .card-image img {
  width: 100%;
  /* padding: 10px; */
  border-radius: 22px;
  object-fit: cover;
  /* aspect-ratio: 16 / 9; */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.card .card-image .card-tag {
  position: absolute;
  top: 10px;
  left: 10px;

  /* font-size: 12.5px; */
  /* color: #6366f1;
  padding: 5px 15px;
  border-radius: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */


  background: #dc3545;
  color: #fff;
  margin: 5px;
  /* width: 45px;
  border-radius: 10px;
  padding: 1px 0;
  height: 20px; */
  min-width: 50px;
  border-radius: 20px;
  padding: 3px 10px;
  font-size: 14px;
  padding-top: 1px;
  padding-bottom: 3px;



}


.card-tag.demo {
  line-height: unset;
  font-size: 12px;
}

.card .card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 10px 20px 20px;
}

.card .card-content .card-title {
  /* color: #4d4d4d; */
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: right;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 3px;
  align-items: center;
  line-height: 24px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  /* color: #515151; */
  color: #4d4d4d;
  display: -webkit-box;
  /*min-height:50px;*/
  
}

.card .card-content .card-text {
  color: #747474;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.old-price-box .demo,
.new-price-box .demo,
.old-price-box,
.new-price-box {
  line-height: inherit;
}

.old-price-box .old-price {
  font-size: 17px;
  color: #565959;
  text-decoration: line-through;
  display: inline-block;
  margin-left: 4px;
}

.old-price-box .off-percent {
  color: #fff;
  background-color: #fb3449;
  border-radius: 12px;
  margin: 3px;
  font-size: 14px;
  /* padding: 2px 2px; */
  width: 35px;
  /* height: 20px; */
  text-align: center;
  display: inline-block;
  line-height: inherit;
}

.new-price-box .new-price {
  color: #232933;
  letter-spacing: 0px;
  font-size: 16px;
  line-height: 1.1;
  text-align: right;
}


.card-image .btn-wishlist-div {
  position: absolute;
  z-index: 9;
  top: 15px;
  right: 15px;
  transition: all 0.2s ease;
  opacity: 0;
}

.card-image:hover .btn-wishlist-div {
  opacity: 1;
}

.btn-wishlist {
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s ease;
  background: rgba(238, 238, 238, 0.5);
  border-radius: 100%;
  width: 30px;
  height: 30px;
  line-height: 35px;
  text-align: center;
  color: #fb3449;
  margin-left: 5px;
}

    .btn-wishlist a {
        margin:0;
        padding:0;
        display:block;
        width:100%;
        height:100%;
    }
    .red-heart {
        display: none;
    }
/* .card .card-footer {
  display: flex;
  margin-top: auto;
  align-items: center;
  padding-top: 15px;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.card .card-footer .card-profile {
  display: flex;
  align-items: center;
}

.card .card-profile .card-profile-info {
  display: flex;
  flex-direction: column;
}

.card .card-profile .card-profile-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #202020;
}

.card .card-profile .card-profile-role {
  font-size: 0.8rem;
  color: #7A7A7A;
}

.card .card-profile img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.card .card-button {
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 0.81rem;
  font-weight: 600;
  text-decoration: none;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  box-shadow: 0 4px 10px rgba(99, 102, 241, 0.2);
  transition: all 0.3s ease;
}

.card .card-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(99, 102, 241, 0.3);
} */
.wrapper .swiper-pagination-bullet {
    height: 15px;
    width: 15px;
    opacity: 1;
    overflow: hidden;
    position: relative;
    background: #B1B3F8;
}

.wrapper .swiper-pagination-bullet-active {
  background: #a4a7fd;
}

/* Auto-play loading indicator */
.wrapper .swiper-pagination-bullet-active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #dc3545;
  transform-origin: left center;
  transform: scaleX(0);
  animation: autoplay-loading 5s linear forwards;
}

.container:hover .wrapper .swiper-pagination-bullet-active::before {
  animation-play-state: paused;
}

@keyframes autoplay-loading {
  0% {
    transform: scaleX(0);
  }

  100% {
    transform: scaleX(1);
  }
}

.wrapper :where(.swiper-button-prev, .swiper-button-next) {
  /* color: #6366f1; */
  color: #dc3545;
  margin-top: -35px;
  transition: all 0.3s ease;
  position: absolute;
  /* top: -27px; */
  top: -38px;
}

.wrapper .swiper-button-prev {
  left: 0;
  right: 95.5%;
}

.wrapper .swiper-button-next {
  left: 30px;
  right: auto;
}

.wrapper .swiper-button-prev::after,
.wrapper .swiper-button-next::after {
  font-size: 14px !important;
  font-weight: 600;
}

.wrapper :where(.swiper-button-prev, .swiper-button-next):hover {
  color: #da4958;
}

/* Responsive media query code for small screens */
@media (max-width: 768px) {
  .wrapper {
    margin: 0 10px 25px;
  }

  /* .wrapper :where(.swiper-button-prev, .swiper-button-next) {
    display: none;
  } */

  .wrapper .swiper-button-next {
    left: 10px;
    right: auto;
  }

  .wrapper .swiper-button-prev {
    left: 30px;
    right: auto;
  }

  .header-cat-section a.btn-custom {
    margin-left: 12px !important;
  }
}


.header-cat-section {
  padding: 35px 0;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.header-cat-section .title {
  position: relative;
  /* font-weight: 600; */
  font-size: 20px;
  color: #4d4d4d;
  padding-right: 35px;
  margin-top: 6px;
  background-color: #f5f5f5;
  padding-left: 10px;
  text-shadow: 0 0 0 #4d4d4d;
  display: inline-block;
  margin: 0;
  line-height: normal;
  margin-bottom: 12px;
}

.header-cat-section .title::before {
  content: '';
  width: 26px;
  height: 4px;
  border-radius: 2px;
  /* background: #105731; */
  background: rgb(54, 94, 50);
  position: absolute;
  right: 0;
  top: 22px;
  margin-right: 0px;
}

.header-cat-section a.btn-custom {
  font-size: 16px;
  color: #606060;
  background-color: #f5f5f5;
  border: none;
  font-weight: 500;
  margin-left: 45px;
  margin-top: 6px;
}

.header-cat-section a.btn-custom .head-seprator {
  color: #d9d7d7;
  padding: 0 10px;
}

.header-cat-section::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  background: #dadada;
  height: 1px;
  z-index: -1;
  margin-left: 50px;
}

.home-banner {
    background-color:#f5f5f5;
}
.home-banner img {
    border-radius: 20px;
}


@media screen and (min-width: 1600px) {

  .home-categories .container-fluid,
  .home-products .container-fluid,
  .search-page .container-fluid,
  .home-products-new .container-fluid,
  .home-banner .container-fluid,
  .basket-page .container-fluid,
  .profile-page .container-fluid,
  .blog-page .container-fluid {
    /* padding-left: 120px;
    padding-right: 120px; */
    padding-left: 150px;
    padding-right: 150px;
  }
}

@media screen and (max-width: 1560px) {
  .home-categories .container-fluid .row {
    margin-left: 0;
    margin-right: 0;
  }

  .main-slider .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* @media screen and (min-width: 1360px) {
  .home-categories .container-fluid,
  .home-products .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
} */

@media screen and (max-width: 1360px) {

  header .container,
  .main-slider .container,
  .main-home-banner .container,
  .main-home-shop .container,
  footer .container {
    max-width: 100%;
    width: 100%;
  }

  .reChargeProductsSwiper .swiper-wrapper .swiper-slide {
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
    padding: 0 calc(var(--wd-gap) / 2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    padding: 0;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 1222px) {
  .nav-desk {
    display: none !important;
  }

  /* Search Product Side Bar  */

  .search-product-sidebar {
    width: 350px;
    width: min(350px, 100vw);
    position: fixed;
    inset-block: 0.001px 0;
    z-index: 500;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: min(340px, 100vw);
    background-color: #fff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .search-product-sidebar.pull-to-left-pop-up {
    left: 0;
    right: auto;
    transform: translate3d(-100%, 0, 0);
  }

  .close-sidebar-pop-up-btn {
    padding-right: 20px;
    position: relative;
  }

  .close-sidebar-pop-up-btn::before {
    content: "\f112";
    position: absolute;
    font-family: "woodmart-font";
    right: 0;
    font-size: 10px;
    top: 8px;
  }

  .search-product-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    /* Adjust for RTL (right-to-left) */
    width: 350px;
    /* Adjust width as needed */
    height: 100vh;
    /* Full viewport height */
    background: #fff;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    /* Shadow on the left side */
    display: flex;
    flex-direction: column;
    z-index: 1000;
    /* Ensure it stays on top */
  }

  .search-product-sidebar h3 {
    background-color: #f7f7f7;
    padding: 20px 15px;
    font-size: 17px;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.105);
    text-align: right;
  }

  .search-product-sidebar-main {
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    flex-grow: 1;
    margin-top: 0 !important;
  }

  .search-product-sidebar-main .pop-up-heading {
    display: flex;
  }

  .search-product-sidebar-main .pop-up-heading {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #fff;

  }

  .top-bar-links Li a {
    padding: 30px 12px;
    font-size: 15px;
  }

}

@media screen and (max-width: 1222px) and (min-width: 992px) {
  .mobile-nav-btn {
    display: block;
    margin-left: 15px;
    width: 22px;
    height: 22px;
    display: flex;
    flex-direction: column;
    align-self: center;
    margin-top: 20px;
    margin-right: 5px;
  }

  .mobile-nav-btn span {
    background-color: var(--nav-color-active);
    width: 20px;
    height: 2px;
    display: block;
    margin-bottom: 5px;
    content: " ";
  }

  .mobile-nav-btn:hover span {
    background-color: var(--cat-link);
  }

  .filter-btn-exp-lg {
    display: flex;
    align-self: start;
    margin-left: 30px;
    margin-top: 8px;
    padding-left: 15px;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
  }

  .search-product-main {
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .search-page .container {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .main-home-banner {
    margin-bottom: 50px;
  }

  /* Mobile Header */
  .mobile-nav-btn {
    display: block;
    margin-left: 15px;
    width: 22px;
    height: 22px;
    display: flex;
    flex-direction: column;
    align-self: center;
    margin-top: 20px;
    margin-right: 5px;
  }

  .mobile-nav-btn span {
    background-color: var(--nav-color-active);
    width: 20px;
    height: 2px;
    display: block;
    margin-bottom: 5px;
    content: " ";
  }

  .mobile-nav-btn:hover span {
    background-color: var(--cat-link);
  }

  /* Bottom Navigation Bar */

  .store-icon::before {
    content: "\f146";
    font-family: "woodmart-font";
    font-size: 20px;
  }

  .home-icon::before {
    content: "\f144";
    font-family: "woodmart-font";
    font-size: 20px;
  }

  .bottom-navbar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    background: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 100%;
  }

  .bottom-navbar .nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #242424;
    font-size: 14px;
    padding: 8px 12px;
    position: relative;
    transition: all 0.3s ease;
  }

  .bottom-navbar .nav-item i {
    font-size: 20px;
    margin-bottom: 4px;
  }

  .bottom-navbar .nav-item.active {
    color: #242424;
  }

  .bottom-navbar .badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ff3b30;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
  }

  .bottom-navbar .home-favorite-icon .icon-badge {
    top: 0;
    margin-right: 33px;
  }

  .bottom-navbar .home-shopping-cart .icon-badge {
    top: 9px;
    margin-right: 28px;
  }

  .icon-badge {
    top: 0px;
  }

  .bottom-navbar {
    /* max-width: 100%; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* border-radius: 25px 25px 0 0; */
    bottom: 0;
  }

  footer {
    margin-bottom: 70px;
  }

  .mob-header ul.social-network {
    margin-bottom: 0;
    margin-top: 12px;
  }

  .reChargeProductsSwiper .swiper-wrapper .swiper-slide {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    padding: 0 calc(var(--wd-gap) / 2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    padding: 0;
    padding-bottom: 10px;
  }

  .search-page .container-fluid {
    padding: 0 40px;
  }

  .tooltip-share-whatsapp {
    display: none;
  }
}

@media screen and (max-width: 768px) {

  .home-banner img {
    width: 100% !important;
  }

  .main-home-banner {
    margin-bottom: 20px;
  }

  .rightside-home-shop {
    margin-top: unset;
    margin-bottom: 25px;
  }

  .rightside-home-shop a img {
    width: 100%;
  }

  .item-services img {
    max-width: 85px;
    max-height: 120px;
    margin-bottom: 12px;
  }

  .footer-column {
    margin-bottom: 20px;
  }

  .footer-column:last-of-type {
    margin-bottom: 20px;
  }

  .reChargeProductsSwiper .swiper-wrapper .swiper-slide {
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
    padding: 0 calc(var(--wd-gap) / 2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    padding: 0;
    padding-bottom: 10px;
  }
}

@media (max-height: 600px) {

  .login-pop-up-main,
  .search-product-sidebar-main {
    max-height: 85vh;
  }
}

/* New Styles  Dr-Giveh.com */

.header-top,
.header-bottom {
  /* height: 100px; */
  background-color: #fff;
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

.header-bottom {
  height: auto;
}

.header-top>*,
.mob-header>*,
.header-bottom>* {
  flex: 1;
}

.mob-header {
  justify-content: center;
  margin: 0 auto;
}

.main-logo img {
  /* max-width: 155px; */
  max-width: 177px;
}

.home-login-icon {
  align-items: center;
  display: flex;
  gap: 12px;
  font-size: 15px;
}

.top-bar-links {
  list-style: none;
  display: flex;
  flex-direction: row;
  position: relative;
  height: 100%;
  justify-self: end;
}

.top-bar-links li {
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.105);
  display: flex;
  align-items: center;
}

.top-bar-links li:last-of-type {
  border-left: none;
}

.top-bar-links Li a {
  height: 100%;
  /* padding: 30px 15px; */
  font-size: 15px;
  padding: 40px 15px;
  position: relative;
  display: flex;
  transition: all 0.3s ease;
}

.top-bar-links Li a:hover {
  background-color: #f7f7f763;
  transition: all 0.3s ease;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  margin-bottom: 0;
}

.footer-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.105);
  color: #24242491;
  font-size: 15px;
  text-shadow: none;
}

.footer-title {
  margin-bottom: 25px;
  font-size: 21px;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}

.social-network-footer {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.social-network-footer a {
  border-radius: 10%;
  width: 55px;
  height: 55px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  transform: scale(1, 1);
  transition: all 0.3s ease;
}

.social-network-footer a:hover {
  transform: scale(1.1, 1.1);
}

.social-network-footer a[title="whatsapp"] {
  background-color: #25d366;
}

.social-network-footer a[title="instagram"] {
  background-color: #262626;
}

.social-network-footer a[title="telegram"] {
  background-color: #2ca5e0;
}

.social-network-footer a[title="whatsapp"]::before {
  content: "\f175";
  font-family: "woodmart-font";
  font-size: 32px;
}

.social-network-footer a[title="instagram"]::before {
  content: "\f163";
  font-family: "woodmart-font";
  font-size: 32px;
}

.social-network-footer a[title="telegram"]::before {
  content: "\f179";
  font-family: "woodmart-font";
  font-size: 32px;
}

.copy-right-row {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: center;
}

.copy-right-row span::after {
  content: "-";
  display: inline-block;
  vertical-align: middle;
}

.copy-right-row a:hover {
  color: #333;
}

.side-bar-menu {
  flex: 1 1 auto;
}

.search-box-desk {
  flex: 14 1 auto;
}

.search-box {
  position: relative;
}

.search-button {
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  color: #666666a6;
  position: absolute;
  right: 15px;
  top: 7px;
}

.search-input {
    width: calc(100% -200px);
    padding-left: 15px;
    padding-right: 43px;
    border: 1px solid rgba(0, 0, 0, 0.105);
    flex: 1 1 auto;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    min-height: 46px;
}

/* Search */

/* Base styles from previous example remain */
.custom-dropdown {
  position: relative;
  min-width: 200px;
}

.dropdown-toggle {
  padding: 10px 15px;
  background-color: #ffffff;
  border: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-box-desk .dropdown-toggle {
  border-top-left-radius: 20px;
}

.dropdown-arrow {
  font-size: 0.8em;
  margin-left: 10px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 96%;
  max-height: 400px;
  overflow-y: auto;
  background: white;
  border: 1px solid #ddd;
  border-top: none;
  z-index: 1000;
  direction: rtl;
  text-align: right;
}

.category-item {
  padding: 8px 15px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.category-item:hover {
  background-color: #f0f0f0;
}

.category-item.has-children {
  position: relative;
}

.category-item.has-children:after {
  content: "\f152";
  position: absolute;
  left: 10px;
  font-size: 0.8em;
  color: #7a7a7ad0;
  font-family: "woodmart-font";
  font-size: 12px;
}

.category-item.has-children.expanded:after {
  content: "\f150";
  font-family: "woodmart-font";
  font-size: 12px;
}

.subcategory-list {
  display: none;
  padding-left: 15px;
  background-color: #f9f9f9;
}

.subcategory-item {
  padding: 8px 15px 8px 25px;
  cursor: pointer;
  border-bottom: 1px solid #e0e0e0;
}

.subcategory-item:last-child {
  border-bottom: none;
}

.subcategory-item:hover {
  background-color: #e9e9e9;
}

.selected-category {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Previous styles remain, add these new styles */

.sub-subcategory-list {
  display: none;
  padding-right: 20px;
  padding-left: 0;
  background-color: #f0f0f082;
}

.sub-subcategory-item {
  padding: 8px 35px 8px 15px;
  cursor: pointer;
  border-bottom: 1px solid #d8d8d8;
  text-align: right;
  font-size: 0.9em;
}

.sub-subcategory-list>.sub-subcategory-item {
  padding-left: 0;
  padding-right: 0;
}

.sub-subcategory-item:hover {
  background-color: #e0e0e0;
}

.subcategory-item.has-children {
  position: relative;
}

.subcategory-item.has-children:after {
  content: "\f152";
  position: absolute;
  left: 0;
  right: auto;
  font-size: 0.8em;
  /* transform: rotate(180deg); */
  color: #7a7a7ad0;
  font-family: "woodmart-font";
  font-size: 12px;
}

.subcategory-item.has-children.expanded:after {
  content: "\f150";
  font-family: "woodmart-font";
  font-size: 12px;
  transform: rotate(0);
}

/* search Result */

/* .result-item {
    padding: 12px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.result-item.highlight {
    border-left: 4px solid #d23;
    background-color: #fff9f9;
}

.result-item h4 {
    margin: 0 0 5px 0;
    color: #3366cc;
}

.result-item .category {
    margin: 0;
    font-size: 0.9em;
    color: #666;
}

.results-list {
    margin-top: 15px;
} */

/* Menu bar  */

/* Navbar styles */
.navbar {
  width: 262px;
  /* width: 100%; */
  background-color: #ffffff;
  color: #242424;
  /* height: 100vh; */
  height: auto;
  position: relative;
  z-index: 100;
  text-align: right;
  direction: rtl;
  padding: 0;
  /* max-height: 0; */
  transition: all 0.5s ease;
  display: none;
  position: absolute;
  background-color: #fff;
  opacity: 0;
  transition: all 0.3s 0.5s ease;
}

.navbar.active {
  /* max-height: 1000px; */
  animation: activeMenu 0.3s forwards;
}

.navbar.deactive {
  /* max-height: 0; */
  animation: deactiveMenu 0.3s forwards;
}

@keyframes activeMenu {
  from {
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
  }

  to {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }
}

@keyframes deactiveMenu {
  from {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }

  to {
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
  }
}

.navbar>ul {
  width: 100%;
  margin: 0;
  margin-top: -10px;
}

.navbar ul {
  list-style-type: none;
  border: 1px solid rgb(0 0 0 / 8%);
}

.navbar li {
  position: relative;
}

.navbar li a {
  display: block;
  padding: 12px 15px;
  color: #242424;
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.105);
}

.navbar li a:hover {
  background-color: #f7f7f7;
}

/* Submenu styles with fade-up effect */
.navbar>ul>li>ul,
.navbar>ul>li>ul>li>ul,
.navbar>ul>li>ul>li>ul>li>ul {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 100%;
  top: 0;
  width: 250px;
  /* background-color: #f0f0f082; */
  background-color: #ffffff;
  transform: translateY(10px);
  transition: all 0.3s ease;
  pointer-events: none;
}

/* Second level background */
.navbar>ul>li>ul>li>ul {
  background-color: #ffffff;
}

/* Third level background */
.navbar>ul>li>ul>li>ul>li>ul {
  background-color: #ffffff;
}

/* Hover effects to show submenus */
.navbar>ul>li:hover>ul,
.navbar>ul>li>ul>li:hover>ul,
.navbar>ul>li>ul>li>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition-delay: 0.1s;
}

/* Arrow indicators */
.navbar li.has-submenu>a:after {
  /* content: "→"; */
  content: "\f152";
  font-family: "woodmart-font";
  font-size: 14px;
  float: left;
  transition: transform 0.3s ease;
}

.navbar li.has-submenu:hover>a:after {
  transform: translateX(3px);
}



/* Content area */
.content {
    flex: 1;
    padding: 20px;
    background-color: #f5f5f5;
}

.nav-toggle-btn {
  padding: 10px 15px;
  background-color: rgb(74, 74, 74);
  color: white;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-size: 16px;
  /* margin-bottom: 10px; */
  margin-bottom: 3px;
  transition: all 0.3s ease;
  position: relative;
  transition: all 0.3s ease;
  border-radius: 23px;
  border-bottom-left-radius: 0;
}

.nav-toggle-btn:hover {
  background-color: rgba(53, 52, 52, 0.95);
}

.nav-toggle-btn::after {
  content: "\f150";
  font-family: "woodmart-font";
  font-size: 14px;
  position: absolute;
  display: block;
  left: 20px;
  top: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.modal-header .close {
  margin: -1rem auto -1rem -1rem;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(6px);
}

.modal-backdrop.show {
  opacity: 1;
}

/* Search Page */


.filter-search-btn-mob {
  background-color: #fff;
  border: none;
  outline: none;

}

.filter-title {
  font-size: 18px;
  background: rgb(125 125 125 / .15);
  padding: 10px 20px;
  display: block;
  line-height: 1.4;
  width: 100%;
  margin-bottom: 20px;

}

.filter-box-color {

  overflow: unset !important;
}




/* Price Slider */
.price-slider {
  width: 100%;
  position: relative;
  height: 50px;
}

.slider-title {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
  color: #555;
}

.slider-track {
  position: absolute;
  width: 100%;
  height: var(--track-height);
  background: #e0e0e0;
  border-radius: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.slider-range {
  position: absolute;
  height: var(--track-height);
  background: var(--price-slider-color);
  border-radius: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  pointer-events: none;
}

input[type="range"]::-webkit-slider-thumb {

  -webkit-appearance: none;
  width: 3px;
  height: 15px;
  background: var(--price-slider-color);
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  z-index: 2;
}

input[type="range"]::-moz-range-thumb {

  width: 3px;
  height: 15px;
  background: var(--price-slider-color);
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  z-index: 2;
}

.price-values {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  font-size: 16px;
}

.price-value {
  font-weight: 500;
  direction: rtl;
  display: inline-block;
}

.price-value span {
  /* font-family: 'Segoe UI', Tahoma, sans-serif; */
  font-size: 18px;
  font-weight: 500;
}

.toman {
  font-size: 14px;
  color: #777;
  margin-right: 5px;
  font-size: 15px !important;
}

.price-t {
  color: #6c757d;
}

.filter-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.105);
  padding-bottom: 20px;
  position: relative;
  height: auto;
  overflow: hidden;
  margin-bottom: 25px;
  box-shadow: 0 0 1px 1px #e6e6e6;
  padding: 25px;
  border-radius: 12px;
  padding-top: 10px;
}


/* Search Page : Switch btn available products */

.filter-box.available-productsv {
  position: relative;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}

/* The switch - the box around the slider */
.filter-box.available-productsv .switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 26px;
  margin-top: 5px;
}

/* Hide default HTML checkbox */
.filter-box.available-productsv .switch input {
  display: none;
}

.filter-box.available-productsv .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.filter-box.available-productsv .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.filter-box.available-productsv input.default:checked+.slider {
  background-color: #444;
}


.filter-box.available-productsv input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

.filter-box.available-productsv input:checked+.slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.filter-box.available-productsv .slider.round {
  border-radius: 34px;
}

.filter-box.available-productsv .slider.round:before {
  border-radius: 50%;
}


/* Search Page : Color Palette */

.color-palette-search-product,
.color-palette-items {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-color-item-search,
.color-palette-item {
  padding-right: 2px;
  border-radius: 6px;
  cursor: pointer;
}

.filter-color-item-search span,
.color-palette-item span {

  display: flex;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  border: 2px solid #fff;
  outline: 1px solid transparent;
  transition: all 0.3s ease;
}

.filter-color-item-search:hover span,
.color-palette-item:hover span {
  /* border: 1px solid #242424; */
  outline: 1px solid #242424;
  transition: all 0.3s ease;
}

.filter-color-item-search:focus span,
.filter-color-item-search.active-color span,
.color-palette-item.active-color span {
  /* border: 1px solid #242424; */
  outline: 1px solid #242424;
  transition: all 0.3s ease;
}

.filter-btn-exp-lg {
  display: none;
}


/* Product page */

/* Gallery */

/* استایل‌های اختصاصی گالری */
.product-gallery-container {
  position: relative;
  display: flex;
  gap: 15px;
  /* height: 600px; */
}

.gallery-main {
  flex: 1;
  height: 100%;
  /* border: 1px solid #eee; */
  overflow: hidden;
  position: relative;
}

.gallery-main .swiper-wrapper {
  height: 100%;

}

.gallery-main .swiper-slide {
  display: flex;
  /* align-items: center; */
  align-items: start;
  justify-content: center;
  height: 100%;
}

.gallery-thumbs-col {
  width: 100px;
  height: 100%;
  position: relative;
}

.gallery-thumbs {
  height: 100%;
  overflow: hidden;
}

.gallery-thumbs .swiper-wrapper {
  transform: none !important;
}


.gallery-thumbs .swiper-slide {
  opacity: 0.5;
  cursor: pointer;
  border: 1px solid #ededed;
  transition: all 0.3s ease;
  margin-bottom: 10px;
  height: 100px !important;
  width: 100px !important;
  margin-right: 0 !important;
}

    .gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1;
        /* border-color: #dc3545; */
        border-color: rgb(54, 94, 50);
        border-width: 2px;
        border-radius: 14px;
        padding: 3px;
        transition: all 0.1s linear;
    }

.gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  transition: all 0.1s linear;
}

.main-slide-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  cursor: zoom-in;
}

.main-slide-image {
  cursor: auto;
  border-radius: 20px;
}

.thumb-nav-buttons {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 10px;
}

.thumb-nav-btn {
  background: #f7f7f7;
  border: 1px solid #ddd;
  width: 40px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.gallery-main .swiper-button-next,
.gallery-main .swiper-button-prev {

  color: #242424;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));

}



/* quick view gallery */

/* 
    .swiper.swiperQuickViewGallery {
      width: 100%;
      height: 100%;
      overflow: hidden;
    }

   .swiperQuickViewGallery .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #444;
      display: flex;
      justify-content: center;
      align-items: center;
    }

  .swiperQuickViewGallery  .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    } */





/* ریسپانسیو برای موبایل */
@media (max-width: 992px) {
  .product-gallery-container {
    flex-direction: column-reverse;
    height: auto;
  }

  .gallery-thumbs-col {
    width: 100%;
    height: 100px;
    margin-top: 15px;
  }

  .gallery-thumbs {
    height: 100%;
  }

  .gallery-thumbs .swiper-slide {
    width: 100px !important;
    height: 100px !important;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .thumb-nav-buttons {
    display: none;
  }
}

/* ./Gallery */

.next-prev-cat {
  gap: 5px;
  padding-top: .75rem;
  position: relative;
}

.cat-pro-item-box {
  position: relative;
}

.prev-product::before {
  content: "\f114";
  font-size: 12px;
  font-family: "woodmart-font";
}

.cat-product::before {
  content: "\f122";
  font-size: 12px;
  font-family: "woodmart-font";
}

.next-product::before {
  content: "\f113";
  font-size: 12px;
  font-family: "woodmart-font";
}


.pro-next-prev-dropdown {
  position: absolute;
  top: 45px;
  right: auto;
  left: 0;
  width: max-content;
  gap: 10px;
  z-index: 380;
  margin-top: 15px;
  margin-left: 0;
  background-color: #fff;
  background-position: bottom left;
  background-clip: border-box;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  text-align: right;
  border-radius: 6px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  transform: translateY(15px) translateZ(0);

}

.next-pro-item-box:hover .pro-next-prev-dropdown,
.prev-pro-item-box:hover .pro-next-prev-dropdown {
  top: 25px;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease;
}

.pro-next-prev-dropdown img {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  width: 60px;
  height: 100%;
}

.pnc-info {
  padding: 10px 12px;
  text-align: right;
}

.pnc-price {
  font-size: 12px;
  margin-top: 15px;
}

.pnc-main-price,
.pnc-old-price {
  font-size: 16px;
}

.pnc-old-price {
  color: #6c757d;
  text-decoration: line-through;
}

.pnc-info a:hover {
  color: #6c757d;
}

.product-info-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.product-price {
  font-size: 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  margin-bottom: 30px;
}

.product-price span {
  display: inline-block;
  margin-left: 3px;
  font-size: 22px;
}

.product-main-price-box {
  font-weight: 600;
  color: #242424;
}

.product-code {
  margin-bottom: 30px;
  color: var(--cat-link);
  font-size: 16px;
}

.product-code span {
  display: inline-block;
  margin-right: 5px;
  color: var(--cat-link);
}

.product-price>div:last-of-type {
  font-size: 16px;
  position: relative;
  color: var(--cat-link);
}

.product-price>div:last-of-type>div.line {
  width: 100px;
  height: 1px;
  background-color: #a5a5a594;
  position: absolute;
  top: 12px;
  display: block;
}


.product-old-price {
  font-size: 16px !important;
  color: var(--cat-link);
}

.color-palette-title {
  text-align: right;
  font-size: 18px;
  text-shadow: rgba(0, 0, 0, 0.105);
  background-color: #f7f7f7;
  padding: 10px 15px;
  margin-right: -10px;
  border-radius: 6px;
}


.color-drop {

  padding: 6px 15px;
  width: 100%;
  max-width: max-content;
  height: 42px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background-color: transparent;
  box-shadow: none;
  color: #242424c4 !important;
  vertical-align: middle;
  font-size: 16px;

}


.color-drop:focus {
  outline: none;
  box-shadow: none;
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.color-drop-box {

  border-radius: 16px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  width: 51%;
  text-align: right;
  left: -3px !important;

}


/* Product Quantity  */

.quantity-control {
  display: flex;
  align-items: center;
  width: fit-content;
  /* border: 2px solid #ddd; */
  border-radius: 6px;
  overflow: hidden;
}

.quantity-control button {
  width: 21px;
  height: 40px;
  background: #fff;
  border: none;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.5s ease;
  border: 2px solid #ddd;
}

.quantity-control button:hover {
  background: #242424;
  color: #fff;
  border-color: #242424;
}

.quantity-control button:active {
  background: #ddd;
}

.quantity-minus {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.quantity-plus {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.quantity-input {
  width: 34px;
  height: 40px;
  text-align: center;
  border: none;
  /* border-left: 2px solid #ddd;
  border-right: 2px solid #ddd; */
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  font-size: 14px;
  -moz-appearance: textfield;
  /* Firefox */
}


/* Hide number input arrows */
.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


.quantity-input {
  font-family: "Yekan" !important;
}


.quantity-addtobasket-row {
  gap: 20px;
}


.hidden-items {
  display: none !important;
}

.main-btn-add-to-fav,
.back-btn-fav-list {
  position: relative;
}

.btn-add-to-fav:hover {
  color: #767676;
}

.main-btn-add-to-fav::before {
  content: "\f106";
  font-size: 16px;
  font-family: "woodmart-font";
  margin-left: 7px;
  display: inline-block;
  vertical-align: bottom;
}



.back-btn-fav-list::before {
    content: "\f107";
    font-size: 16px;
    font-family: "woodmart-font";
    margin-left: 7px;
    display: inline-block;
    vertical-align: bottom;
}

.btn-add-to-fav,
.btn-add-to-fav:hover,
.btn-add-to-fav:focus {
  box-shadow: none;
  outline: none;
  border: none;
}



.add-to-basket-product-page {
    background-color: rgb(166, 214, 132) !important;
    color: #242424 !important;
    border-color: rgb(166, 214, 132);
    border-radius: 0;
}
    
    .add-to-basket-product-page.disabled-btn,
    .add-to-basket-product-page.disabled-btn:hover {
        background-color: #8080804a !important;
        color: rgb(99, 99, 99);
        border: 1px solid #bebebe29 !important;
    }


    .add-to-basket-product-page[disabled="disabled"],
    .add-to-basket-product-page[disabled="disabled"]:hover {
        background-color: #8080804a !important;
        color: rgb(99, 99, 99);
        border: 1px solid #bebebe29 !important;
        cursor:not-allowed;
    }


/*.notify-me {
  display: none;
}*/

.notify-me label {
  cursor: pointer;
}

.notify-me span:hover {
  color: #767676;
}

.add-to-basket-product-page:hover {
  background-color: rgb(89, 214, 0) !important;
  color: #242424 !important;
  border-color: rgb(89, 214, 0) !important;
}

.product-info {
  border-bottom: 1px solid rgba(0, 0, 0, 0.105);

  padding: 30px 25px 15px !important;
  background-color: var(--bgcolor-white);
  box-shadow: 0 0 5px rgb(0 0 0 / .1);
  border-radius: 20px;

}

.product-info-bottom {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 20px;
}

.product-info-bottom,
.product-info-div {
  text-align: right;
}

.share-product {
  display: flex;
  gap: 12px;
  flex-direction: row;
  align-items: center;
}

.product-info-bottom-title {
  color: #242424;
  font-size: 16px;
}

.product-info-bottom-val {
  color: var(--cat-link);
}

.product-info-bottom-val:hover {
  color: var(--cat-link-hover);
}

.share-product a {
  color: var(--cat-link);
}

.share-product a:hover {
  color: var(--cat-link-hover);
}

.share-to-email span::before {
  content: "\f157";
  font-size: 16px;
  font-family: "woodmart-font";
}

.share-to-whatsapp span::before {
  content: "\f175";
  font-size: 16px;
  font-family: "woodmart-font";
}


.share-to-telegram span::before {
  content: "\f179";
  font-size: 16px;
  font-family: "woodmart-font";
}


/* Des Tabs */


.product-des-tabs {
  border-top: 1px solid rgba(0, 0, 0, 0.105);
}


.special-feilds-div {
  border-bottom: 1px solid rgba(0, 0, 0, 0.105);
  padding-bottom: 20px;
}

.special-feilds-div:last-of-type {
  border-bottom: none;
}

.comment-title-des {
  color: #909090;
}

.red-star-requiered {
  color: rgb(214, 13, 13);
  font-size: 14px;
}

/* Rating  */

.rate,
.rate-m {
  float: left;
  height: 25px;
  padding: 0 10px;
  margin-top: -4px;
  direction: rtl;
  flex-direction: row-reverse;
  display: flex;

}

    .rate:not(:checked) > input,
    .rate.not-selected > input,
    .rate-m:not(:checked) > input {
        position: absolute;
        /* top:-9999px; */
        visibility: hidden;
    }

    .rate:not(:checked) > label,
    .rate.not-selected > label,
    .rate-m:not(:checked) > label {
        float: right;
        width: 1em;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 20px;
        color: #e2dbdb;
    }

        .rate:not(:checked) > label:before,
        .rate.not-selected > label:before,
        .rate-m:not(:checked) > label:before {
            content: '★ ';
        }

    .rate > input:checked ~ label,
    .rate > input.active ~ label,
    .rate-m > input:checked ~ label {
        color: #ffc700;
    }

    .rate:not(:checked) > label:hover,
    .rate.not-selected > label:hover,
    .rate:not(:checked) > label:hover ~ label {
        color: #deb217;
    }

.rate-m:not(:checked)>label:hover,
.rate-m:not(:checked)>label:hover~label {
  color: #ccc;
  cursor: not-allowed;
}

    .rate > input:checked + label:hover,
    .rate > input:checked + label:hover ~ label,
    .rate > input:checked ~ label:hover,
    .rate > input:checked ~ label:hover ~ label,
    .rate > label:hover ~ input:checked ~ label,
    .rate > input.active + label:hover,
    .rate > input.active + label:hover ~ label,
    .rate > input.active ~ label:hover,
    .rate > input.active ~ label:hover ~ label,
    .rate > label.active ~ input:checked ~ label {
        color: #c59b08;
    }

.rating-review-result-stars .rate-m>input:checked~label,
.rating-review-result-stars .rate-m->input:checked+label:hover,
.rating-review-result-stars .rate-m>input:checked+label:hover~label,
.rating-review-result-stars .rate-m>input:checked~label:hover,
.rating-review-result-stars .rate-m>input:checked~label:hover~label,
.rating-review-result-stars .rate-m>label:hover~input:checked~label {
  color: var(--logo-color);
  cursor: not-allowed;
}


.similar-products {
  border-top: 1px solid rgba(0, 0, 0, 0.105);
}

.back-btn-fav-list:hover {
  color: var(--cat-link-hover);
}

.product-gallery-container .swiper-container-rtl .swiper-button-prev {
  right: auto !important;
  left: auto;
}

.swiper.gallery-main .swiper-button-prev {
  right: 7px !important;
}


.modal-dialog.quick-view-modal {
  max-width: 54% !important;
}


/* Quick View Gallery  */

/* استایل‌های مودال و Swiper */
#quickViewModal .modal-body {
  padding: 0;
}

.swiperQuickViewGallery {
  height: 600px;
  overflow: hidden;
}

.swiperQuickViewGallery .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
}

.swiperQuickViewGallery img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* برای صفحه‌های کوچک */
@media (max-width: 768px) {
  .swiperQuickViewGallery {
    height: 300px;
  }
}

.swiperQuickViewGallery {
  overflow: hidden;
  position: relative;
}

.gallery-box {
  transition: all 0.3s linear;
}

.show-detail-btn-row {

  margin-bottom: -50px;
  bottom: 0;
  width: 100%;
  z-index: 99;
  /* padding-left: 15px; */
  position: absolute;

  transition: all 0.3s linear;
}


.show-detail-btn-row .show-detail-btn {
  padding: 10px 15px;
  display: block;
  color: #242424;
  text-align: center;
  font-size: 16px;
  background-color: rgb(166, 214, 132) !important;
  transition: all 0.3s linear;


}

.show-detail-btn-row .show-detail-btn:hover {
  padding: 10px 15px;
  display: block;
  font-size: 16px;
  background-color: rgb(89, 214, 0) !important;
  transition: all 0.3s linear;
}


.gallery-box:hover .show-detail-btn-row {
  margin-bottom: 0;
  transition: all 0.3s linear;
}

/* ./Quick View Gallery */


.responsive-des-tabs .nav-tabs .nav-link:hover {
  border-color: transparent;
}

.quantity-cat-search {
    display: block;
    padding: 7px 12px 12px;
    border-radius: 15px;
    background-color: white;
    border: 1px solid #999999f8;
    font-size: 14px;
    color: #999;
    transition: all 0.3s linear;
    background-color: var(--green-color);
    color: white;
}

.quantity-cat-search:focus,
.quantity-cat-search.active {
  background-color: var(--green-color);
  color: white;
  transition: all 0.3s linear;
}

.select-search-page-cat li.active div>.quantity-cat-search {
  background-color: var(--green-color);
  color: white;
  border: 1px solid var(--green-color);
  transition: all 0.3s linear;
}

.select-search-page-cat .active   .quantity-cat-search {
    background-color: var(--green-color);
    color: white;
    border: 1px solid var(--green-color);
    transition: all 0.3s linear;
}


/* .select-search-page-cat, 
.select-search-page-cat li, 
.select-search-page-cat li a , 
.select-search-page-cat li a + ul {
  width: 100%;
  display: flex;
  padding: 0;
  margin: 0;
}  */


/*.has-child-cat::after {
  content: " < ";
  display: flex;
  position: absolute;
  font-size: 12px;
  color: #999999f8;
  margin-right: 15px;
}*/

.has-child-cat {
    margin:7px 0;
}

.has-sub {
    cursor:pointer;
}
    .has-sub .AngelDown, .AngelDown {
        color: #9999998a;
        font-weight: 600;
        vertical-align: middle;
        margin-right: 3px;
    }

.similar-product-title-box {
    margin-top: -62px;
}


.similar-product-title-box .header-cat-section .title,
.similar-product-title-box .header-cat-section a.btn-custom {
  background-color: #fff;
}

.similar-products .wrapper .swiper-button-next {
  background-color: #fff;
  padding-left: 3px;
}


.similar-products .wrapper .swiper-button-prev {
  left: 0;
  right: 93.5%;
  background-color: #fff;
}


.category-products .card {
  border-radius: 24px;
}


.sort-store .dropdown-toggle {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.category-products .inner-div-cat .main-home-product {
  margin-bottom: 0;
}

.category-products .inner-div-cat>div {
  padding: 0.75rem;
}

.similar-products .card {
  border: 1px solid rgba(0, 0, 0, .125);
  /* padding: 10px 20px 0px; */
}

/* Whatsapp fixed Icon */

.call-support {
  position: fixed;
  bottom: 40px;
  right: 40px;
  background: #dc3545;
  border-radius: 100%;
  color: #fff !important;
  padding: 12px 8px 8px 8px;
  z-index: 490;
  box-shadow: 0 1px 6px rgb(0 0 0 / 20%), 0 1px 10px rgb(0 0 0 / 15%);
  transition: all .2s ease;
}

.call-support span {
  position: absolute;
  background: #dc3545;
  width: max-content;
  display: block;
  right: 45px;
  top: 11px;
  padding: 4px 10px 7px 12px;
  border-radius: 50px 0px 0 50px;
}

.call-support i {
  /*transform: scaleX(-1);*/
  font-size: 30px;
}

.basket-product-row {
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-top: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07), -1px 0px 1px rgba(0, 0, 0, 0.07);
  border: 1px solid transparent;
  margin-top: 3px;
}

.basket-product-row:nth-of-type(odd) {
  background-color: #f5f5f531;
}

.basket-product-row-title {
  background-color: #f5f5f5;
  margin-bottom: 0;
}

.basket-product-row-title {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.09), -1px -1px 1px rgba(0, 0, 0, 0.09);
  border: 1px solid transparent;
}

.basket-product-row>div,
.basket-product-row-title>div {
  border-left: 1px solid rgba(0, 0, 0, 0.085);
}

.basket-product-row>div:last-of-type,
.basket-product-row-title>div:last-of-type {
  border-left: none;
}

.basket-product-row {
  font-size: 14px;
}

.basket-product-row>div {
  min-height: 120px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.basket-product-row>div .demo {
  font-size: 17px;
}

.basket-product-row img {
  border-radius: 20px;
  padding-left: 5px;
}

.basket-inner-box {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07), -1px -1px 1px rgba(0, 0, 0, 0.07);
}


.profile-sidebar {
  border-left: 1px solid rgba(0, 0, 0, .125);
}

.profile-sidebar h2 {
  font-size: 20px;
}

.profile-sidebar h2:before {
  font-family: "woodmart-font";
  font-size: 22px;
  content: "\f135" !important;
  margin-left: 10px;
}

.profile-sidebar ul,
.profile-sidebar ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.profile-sidebar ul li {

  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07), -1px -1px 1px rgba(0, 0, 0, 0.07);
  margin-bottom: 7px;
  transition: all 0.3s linear;
}

.profile-sidebar ul li a {
  width: 100%;
  display: block;
  padding: 10px 15px;
  font-size: 16px;
  transition: all 0.3s linear;
}

.profile-sidebar ul li a:hover {
  color: #000000;
}

.profile-sidebar ul li:hover {
  background-color: #f5f5f5;
  transition: all 0.3s linear;
}

.profile-sidebar ul li.active {
  background-color: #f5f5f5;
}


.profile-content fieldset,
.medium-modal fieldset {
  padding: 20px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.profile-content fieldset legend,
.medium-modal fieldset legend {
  display: inline-block;
  background-color: #fff;
  width: fit-content;
  padding: 0 10px;
}

.red-star-required-input {
  color: #dc3545;
}

.profile-content fieldset label,
.medium-modal fieldset label {
  margin-bottom: 12px;
}

.profile-content fieldset div,
.medium-modal fieldset div {
  margin-bottom: 25px;
}

.birthday-fields {
  display: flex;
  flex-direction: row;
  width: 100%;

}



.profile-content fieldset .birthday-fields div,
.medium-modal fieldset .birthday-fields div {

  width: 30%;
  flex: 1;
  padding: 0;
  padding-left: 5px;
  margin-bottom: 0;
}


.birthday-fields div:last-of-type {
  padding-left: 0;
}

.birthday-fields select {
  padding: 0 5px !important;
}

.profile-content h2 {
  font-size: 22px;
  margin-bottom: 25px;
}


/* header.fixed {
  position: fixed;
  background-color: #fff;
  z-index: 99;
  width: 100%;
} */



.btn-add-new {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07), -1px -1px 1px rgba(0, 0, 0, 0.07);
  margin-bottom: 7px;
  transition: all 0.3s linear;
  padding: 10px 15px;
  width: 100%;
  display: block;
}

.btn-add-new:hover {
  background-color: #f5f5f5;
  transition: all 0.3s linear;
}


.profile-content .btn:focus,
.profile-content a:focus {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), -1px -1px 1px rgba(0, 0, 0, 0.3);
}

.address-item {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07), -1px -1px 1px rgba(0, 0, 0, 0.07);
  margin-bottom: 7px;
  transition: all 0.3s linear;
  padding: 10px 15px;
  width: 100%;

}


.colorful-devider {

  background-color: var(--green-color);
}

.medium-modal .form-control {
  height: auto;
}

.medium-modal legend {
  font-size: 22px;
}

a[data-target="#edit-address-modal"] {
  cursor: pointer;
}

.top-tb-header {
  background-color: #f5f5f5;

}

.top-tb-header {

  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07), -1px -1px 1px rgba(0, 0, 0, 0.07);
  border: 1px solid transparent;
}

.top-tb-header>div,
.top-tb-body>div {
  border-left: 1px solid rgba(0, 0, 0, 0.085);
  overflow: hidden;
}


.top-tb-header>div:last-of-type,
.top-tb-body>div:last-of-type {
  border-left: none;
}

.top-tb-body {
  border-top: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07), -1px 0px 1px rgba(0, 0, 0, 0.07);
  border: 1px solid transparent;
  margin-top: 3px;
  font-size: 15px;
  border-top: none;
}

.top-tb-body .demo {
  font-size: 15px;
  line-height: 2;
  margin-left: 0;
}

.top-tb-body .order-peyment {
  font-size: 15px;
}

.point-to-login {
  font-size: 15px;
  padding: 12px;
  padding-right: 20px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, .125);
  display: flex;
  gap: 7px;

}

.point-to-login::before {
  content: "\f100";
  font-family: "woodmart-font";
  font-size: 20px;
  color: var(--Amaranth-color);
}

.sum-product-price {
  font-size: 18px;
}

/* .close-btn-menu {
    position: absolute;
    background-color: #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .125) ;
    width: 40px;
    height: 40px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    content: "";
    left: -45px;
    top: 50px;
  }

   .close-btn-menu::before {
        content: "\f112";
    position: absolute;
    font-family: "woodmart-font";
    right: 0;
    font-size: 10px;
    top: 8px;
} */

label.new-checknox-style {
  display: block;
  margin: 5px;
  cursor: pointer;
  font-size: 1.2em;
}

label.new-checknox-style>input[type="radio"],
label.new-checknox-style>input[type="checkbox"] {
  display: none;
}

.new-checknox-style input[type="radio"]+span:before,
.new-checknox-style input[type="checkbox"]+span:before {
  content: "\f096";
  display: inline-block;
  margin-left: 3px;
  font-family: "FontAwesome";
  font-weight: normal;
  width: 1em;
  font-size: 22px;
}

/**--- Checked ---**/

.new-checknox-style input[type="radio"]:checked+span:before,
.new-checknox-style input[type="checkbox"]:checked+span:before {
  content: "\f14a";
  /* color: #00c853; */
  color: #28a745;
  animation: pop 180ms ease-in;

}

/**--- Disabled ---**/

.new-checknox-style input[type="radio"]:disabled+span,
.new-checknox-style input[type="checkbox"]:disabled+span {
  color: #999;
}

.new-checknox-style input[type="radio"]:disabled+span:before,
.new-checknox-style input[type="checkbox"]:disabled+span:before {
  content: "\f0c8";
  color: #999;
}

/**--- Animation ---**/

@keyframes pop {
  0% {
    transform: scale(0);
  }

  90% {
    transform: scale(1.4);
  }

  100% {
    transform: scale(1);
  }
}


.basket-product-row .address-item {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07), -1px -1px 1px rgba(0, 0, 0, 0.07);
  margin-bottom: 4px;
  transition: all 0.3s linear;
  padding: 5px 15px;
  width: 100%;
  font-size: 14px;
}

.basket-product-row>div:nth-of-type(2),
.basket-product-row>div:nth-of-type(4) {
  gap: 0;
}

.basket-product-row>div:nth-of-type(2) .demo,
.basket-product-row>div:nth-of-type(4) .demo {
  margin-left: 4px;
}

.basket-product-row.sum-row>div {
  min-height: unset;
}

.confirm-box .basket-product-row {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07), -1px -1px 1px rgba(0, 0, 0, 0.07);
}

.confirm-box label.new-checknox-style {
  font-size: 1.05rem;
}


.credit-box,
.discount-box {
  height: 0;
  transition: all 0.3s linear;
  overflow: hidden;
}

.show-div {
  height: 50px;
  transition: all 0.3s linear;
}

.credit-box.show-div,
.discount-box.show-div {
  height: 52px;
  transition: all 0.3s linear;
}

.credit-box input,
.credit-box button,
.discount-box input,
.discount-box button {
  border-radius: 0 !important;
}

.home-icon::before {
  content: "\f144";
  font-family: "woodmart-font";
  font-size: 20px;
  color: #242424;
}


.article-item-list {

  overflow: hidden;
  text-align: center;
  position: relative;
  background: #fff;
  margin: 10px 0;
  border-radius: 20px;

  box-shadow: 0 2px 7px 0 #dedede;
  transition: all 0.3s linear;
}


.article-item-list:hover {
  box-shadow: 0 2px 7px 0 #dedede;
  transform: translateY(-5px);
  transition: 0.3s;
  cursor: pointer;
}

.article-list-img,
.article-list-img img {
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.article-list-item-detail {
  padding: 15px;
  font-size: 16px;
  line-height: normal;
  text-align: right;
  margin-top: 20px;
}

.article-list-item-detail h2 {
  margin-bottom: 15px;
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 37px;
  transition: all 0.3s linear;
}

.article-list-item-detail h2 a:hover {
  color: var(--green-color);
}

.short-des {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* Truncate after 3 lines */
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}

.article-list-item-detail .blog-post-list-date {
  font-size: 14px;
  color: #7b7b7b;
  text-align: right;
  margin-bottom: 10px;

}

.blog-post-list-date>span {
  font-size: 14px;

}

.btn-more {
  display: flex;
  justify-self: end;
  font-size: 14px;
  transition: all 0.3s linear;
  color: #242424;
}

.btn-more:hover {
  color: var(--green-color);
}

.blog-page .header-cat-section h2 {
  background-color: #fff;
}

.blog-page .header-cat-section::after {
  margin-left: 0;
}

.main-post-title {
  font-size: 22px;
  color: #242424;
  text-align: right;
}


.share-post span::before {
  content: "\f175";
  font-family: "woodmart-font";
  font-size: 20px;
}


.blog-post-list-date.post-date {
  color: gray;
  font-size: 14px;
}

.blog-post-main-pic img {
  border-radius: 20px;
}

.post-content img {
  border-radius: 20px;
  padding: 10px;
}

.post-content {
  padding-top: 20px;
  text-align: right;
  line-height: normal;
  font-size: 17px;
}

.success-box {
  border-radius: 20px;
  color: var(--green-color);
  font-size: 20px;
}

.inner-success-box {
  border-radius: 12px;
}


/* Checkbox Notify me */



.notify-me input[type="checkbox"] {
  display: none;
}


    /*.notify-me input[type="checkbox"] + span::before {
        
        content: "\f0c8";
        display: inline-block;
        margin-left: 3px;
        font-family: "FontAwesome";
        font-weight: normal;
        width: 1em;
        font-size: 22px;
    }*/

    .notify-me input[type="checkbox"] + i {
   
        display: inline-block;
        margin-left: 3px;
        font-weight: normal;
        width: 1em;
        font-size: 18px;
    }

/**--- Checked ---**/

/*.notify-me input[type="checkbox"]:checked + span::before {
  content: "\f14a";
  color: #28a745;
  animation: pop 180ms ease-in;

}*/

    .notify-me input[type="checkbox"]:checked + i {
        content: "\f14a";
        color: #28a745;
        background-color: #28a745;
        border-radius:4px;
        animation: pop 180ms ease-in;
    }


    .notify-me input[type="checkbox"]:checked + svg {
        position: absolute;
        top: 4px;
        left: 4px;
        fill: none;
        stroke: #fff;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-dasharray: 16px;
        stroke-dashoffset: 16px;
        transition: .3s .1s;
        transform: translate3d(0, 0, 0);
    }

/**--- Disabled ---**/

.notify-me input[type="checkbox"]:disabled+span {
  color: #999;
}


.notify-me input[type="checkbox"]:disabled+span:before {
  content: "\f0c8";
  color: #999;
}

.sizeguide-icon:before {
  content: "\f13f";
  font-family: "woodmart-font";
  font-size: 17px;
  vertical-align: middle;
  margin-left: 4px;
}

.sizeguide-icon:hover {
  color: #767676;
}
.sizeguide-icon:focus {
  box-shadow: none;
}

.size-guide .modal-dialog {
  max-width: 720px;
}


.size-guide table th,.size-guide table td {
  text-align: center;
}


.persian-numbers {
  unicode-bidi: embed;
}

.navbar > ul > li > ul > li > ul {
    width: auto;
    right: 99%;
}

    .navbar > ul > li > ul > li > ul > li {
        width: 250px;
    }

/* New Styles  Dr-Giveh.com  - Media */

@media (min-width: 576px) {
  .modal-dialog.quick-view-modal {
    max-width: 54% !important;
  }

  .medium-modal .modal-dialog {
    max-width: 50%;
  }

    .p-big-slider {
        padding-right: 5px;
        padding-left: 5px;
    }
    .p-vertical-slider {
        padding:0;
    }

    .item-vertical img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px;
        transition: all 0.1s linear;
    }
}

@media screen and (min-width: 1200px) {
  .search-product-sidebar-main .pop-up-heading {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .main-slider .container-fluid {
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  body {
    margin-bottom: 70px;
    height: auto;
  }

  footer {
    position: relative;
    z-index: 9;
  }

  .footer-item {
    margin-bottom: 30px;
  }

  .copy-right-row {
    display: flex;
    flex-direction: column;
  }

  .copy-right-row span::after {
    content: " ";
  }

  .home-login-icon {
    align-items: center;
    display: flex;
    gap: 0 !important;
  }



  .main-slider .container-fluid {
    padding: 0 15px;
  }

  .header-bottom {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-toggle-btn::after {
    left: 12px;
  }

  .gallery-thumbs-col {
    display: flex;
    flex-direction: column;
  }

  .swiper-container-vertical>.swiper-wrapper {
    flex-direction: row;
    height: 100%;
    justify-content: center;
  }

  .gallery-thumbs .swiper-slide {
    opacity: 0.5;
    cursor: pointer;
    border: 1px solid #ededed;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 5px !important;
    height: 100% !important;
    width: auto !important;
    margin-left: 5px;
  }
}

@media screen and (max-width: 768px) {
  body {
    margin-bottom: 70px;
    height: auto;
  }

  footer {
    position: relative;
    z-index: 9;
  }

  .footer-item {
    margin-bottom: 30px;
  }

  .copy-right-row {
    display: flex;
    flex-direction: column;
  }

  .copy-right-row span::after {
    content: " ";
  }

  .similar-products .wrapper .swiper-button-prev {
    left: 30px;
    right: auto;
  }

  .category-products .inner-div-cat>div {
    padding: 0.5rem;
  }

  .card .card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 10px 20px 15px;
  }

  .call-support {
    bottom: 150px;
    right: 20px;
    position: fixed;
    opacity: 0;
    transition: all 0.3s linear;

  }

  .appearDiv {
    opacity: 1;
    transition: all 0.3s linear;
  }

  /* .call-support {
    bottom: 150px;
    right: 20px;
    display: none;
  } */

  .profile-content h2 {
    padding-right: 12px;
  }

  .profile-content fieldset legend {
    padding-top: 25px;
  }

  .main-logo img {
    max-width: 65px;
  }

    .p-vertical-slider {
        margin-top:20px;
    }
}

@media screen and (max-width:575px) {

  .top-tb-header>div,
  .top-tb-body>div {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 3px;
  }

  .top-tb-body .demo {
    font-size: 12px;
  }

  .top-tb-body .order-peyment {
    font-size: 12px;
  }

  .basket-product-row > div {
        flex-direction: column !important;
        gap: 15px;
        align-self: center;
        align-items: center !important;
        justify-content: center !important;
        min-height: 180px;
  }

  .quantity-input {
    width: 26px;
  }

 .basket-product-row > div > span {
    margin-bottom: 12px;
    display: inline-block;
  }
}




.un-avilable-product-label {
    /*position: absolute;
    left: 25px;
    bottom: 18px;
    color: #dc3545;*/
    position: absolute;
    left: 15px;
    bottom: 14px;
    color: #666;
    background-color:#f5f5f5;
    border-radius:6px;
    padding:5px 10px;
}

.greeting-message::before {
    content:"سلام";
    display:inline-block;
    padding-left:7px;
 
}

.home-login-icon > a {
    align-items: center;
    display: flex;
    gap: 12px;
    font-size: 15px;
}

.row-login .close-login-pop-up-btn::before, .row-register .close-login-pop-up-btn::before  {
    content: "";
}

.available-box {
    cursor:pointer;
}


.ui-slider-horizontal .ui-slider-range, .ui-slider-horizontal .ui-slider-range {
    height: 2px;
    height: var(--track-height);
    background: var(--price-slider-color);
}

.ui-slider-horizontal {
    height:2px;
}

.ui-slider .ui-slider-handle {
    width:3px;
    height:15px;
    cursor:pointer;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-state-hover, .ui-widget-content .ui-state-hover {
    border: none;
    background-color: var(--price-slider-color);
}

.ui-slider-horizontal .ui-slider-handle {
    top: -6px;
    margin-left: -1px;
}

.range-slider-cat-text input {
    outline: none;
    border: none;
    width: fit-content;
    min-width: 50%;
}

.content-filter-box {
    max-height: 300px
}
.content-filter-box {
    overflow: auto;
    max-height: 200px;
    /*padding: 0 10px;*/
    display: none
}
.box-search-filter {
    position: relative;
    margin-top: 5px
}

    .box-search-filter span {
        width: 20px;
        position: absolute;
        right: 4px;
        top: 10px;
        z-index: 1
    }

    .box-search-filter .inp-search {
        width: 100%;
        padding: 10px 35px 10px 10px;
        border: 0;
        border-radius: 8px;
        outline: 0
    }


.lbl-box-filter {
    position: relative;
    width: 100%;
    padding: 10px 5px;
    margin: 0
}

    .lbl-box-filter .cbx-input {
        position: relative;
        width: 20px;
        height: 20px;
        border-radius: 3px;
        transform: scale(1);
        vertical-align: middle;
        border: 1px solid #9098a9;
        transition: .2s;
        display: inline-block;
        background: #fff;
        margin-left:5px;
    }

        .cbx span:first-child:before, .lbl-box-filter .cbx-input::before {
            content: "";
            width: 100%;
            height: 100%;
            background: #000;
            display: block;
            transform: scale(0);
            opacity: 1;
            border-radius: 50%
        }

        .cbx span:first-child svg, .lbl-box-filter .cbx-input svg {
            position: absolute;
            top: 4px;
            left: 4px;
            fill: none;
            stroke: #fff;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-dasharray: 16px;
            stroke-dashoffset: 16px;
            transition: .3s .1s;
            transform: translate3d(0,0,0)
        }

    .inp-cbx:checked + .cbx span:first-child:before, .lbl-box-filter .inp-cbx:checked + .cbx-input::before {
        transform: scale(3.5);
        opacity: 0;
        transition: .6s
    }

    .lbl-box-filter .inp-cbx:checked + .cbx-input {
        background: #dc3545;
        border-color: #dc3545;
        animation: .4s wave
    }

        .inp-cbx:checked + .cbx span:first-child svg, .lbl-box-filter .inp-cbx:checked + .cbx-input svg {
            stroke-dashoffset: 0
        }

.fill-color-filter {
    float: left;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 3px 0
}


.header-box-filter {
    cursor:pointer;
}

.list-color-filter .color-item {
    border-bottom:1px solid #eee;
    cursor:pointer;
    padding: 0 5px;
}

.filter-box-sizes .size-item {
    cursor:pointer;
}

.cbx-input {
    cursor:pointer;
}



.home-login-icon.btn-add-to-fav > a {
    align-items: center;
    display: unset;
    gap: 0;
    font-size: 15px;
}

/*

.btn-add-to-fav[codeprocess-action = productlike-remove ] .main-btn-add-to-fav {
    display: inline-block;
}

.btn-add-to-fav[codeprocess-action = productlike-remove ] .back-btn-fav-list, .home-login-icon.btn-add-to-fav[codeprocess-action = productlike-remove ] > a.back-btn-fav-list {
    display: none;
}*/

.silder-big img {
    max-width: 100%;
    cursor: pointer;
    border-radius: 20px;
}

.item-vertical img {
    max-width: 120px;
    padding: 5px;
    cursor: pointer;
    opacity: 0.5;
    border: 1px solid #ededed;
}

.slider-vertical .slick-arrow {
    cursor: pointer;
}

.silder-big, .slider-vertical {
    direction: ltr;
}

.item-vertical img:focus {
    opacity: 1;
    /* border-color: #dc3545; */
    border-color: rgb(54, 94, 50);
    border-width: 2px;
    border-radius: 14px;
    padding: 3px;
    transition: all 0.1s linear;
}

.item-vertical.slick-slide.slick-current img {
    opacity: 1;
    /* border-color: #dc3545; */
    border-color: rgb(54, 94, 50);
    border-width: 2px;
    border-radius: 14px;
    padding: 3px;
    transition: all 0.1s linear;
}

.slider-vertical {
    padding-right: 0;
    margin-right: 0;
    padding-left: 10px;
}

.selected-color-text-box, selected-size-text-box {
    font-size:15px;
}


.arrow-icon-menu {
    position: absolute;
    top: 40%;
    left: 10px;
    font-size: 12px;
}

.greeting-message {
    font-size:16px;
}

.add-to-report {
    display: none;
    cursor:pointer;
}


.product-new-style-price {
    min-height:50px;
}

.commnet-product .comment {
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    background-color: #f5f5f53d;
    border: 1px solid #eeeeee8c;
    border-bottom: none;
    margin-bottom: 25px;
    padding: 15px;
    display: flex;
    flex-direction: column;
}

    .commnet-product .comment .product-comment-preview-details .time-comment {

        font-size:14px;
        color:gray;
    }

.commnet-product .comment .value-answer {
    margin: 20px 3px 5px 3px;
    padding: 12px;
    border-radius: 20px;
    background-color: #f5f5f5;
    padding:15px;
}

    .commnet-product .comment .value-answer strong {
        color: rgb(54, 94, 50);
    }


.commnet-product .comment p 
{
    line-height:34px;
}




/*Basket*/

/*.basket-page .item-product-basket {
    padding: 20px;
    box-shadow: 0 4px 10px #cacaca;
    border-radius: 8px;
    margin-bottom: 20px;
}*/



.basket-page .content-item-product {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: right;
}

.basket-page .thumb-img-basket {
    width: 20%;
    margin: 20px;
}

.basket-page ul, .basket-page ul li, .basket-product-row .cart-total-col ul, .basket-product-row .cart-total-col ul li {
    margin: 0;
    padding: 0;
    list-style:none;
}

    .basket-product-row .cart-total-col ul, .basket-product-row .cart-total-col ul li {
        width:100%;
        font-size:16px;
    }


        .basket-product-row .cart-total-col ul {
            display:flex;
            flex-direction:column;
            gap: 12px; 
        }
        .basket-product-row .cart-total-col ul li {
            display: flex;
            width: 100%;
            flex-direction: row;
            justify-content: space-between;
        }


    .basket-page .details-product-basket {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

.basket-page .details-product-basket h2 {
    font-size: 18px;
    /*font-weight: 600;*/
}


.basket-page .fill-color-filter {
    float: right;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 3px 0;
    margin-left: 7px;
    border: 1px solid #eee;
}

.basket-page .box-bottom-cart {

    width:70%;
    padding-left:20px;
}

.basket-page .box-bottom-cart > div {
    width:inherit;
}

.card-discount-cart {
    font-size: 17px;
    color: #dc3545;
}

.ful-price-product-basket {
    font-size:18px;
}

.desctiption-basket {
    line-height:34px;
}


@media screen and (max-width:768px) {
    .details-product-basket {
        flex-direction:column;
        padding-right:15px;
        gap:12px;
        width:100%;
    }

    .details-product-basket {
        position:relative;
    }


    .basket-page .btn-delete-item-basket {
        position: absolute;
        left: 15px;
        bottom: 15px;
    }

    .divider-15 {
        height:15px;
    }

    .box-number-product-basket {
        margin:15px 0;
    }

    .details-product-basket  > div:first-of-type {
        font-size:15px;
    }
}

.medium-modal fieldset .form-label-item {
    margin-bottom: 12px;
    display:block;
}

.btn-edit-profile {
    color:#fff;
}

.req-win-footer  .btn-dark {
    color:#fff;
}


.mini-cart-product-count .quantity-input, .confirm-page .quantity-input {
    border-top: none;
    border-bottom: none;
}

.mini-cart-product-count.demo {
    font-size:16px;
}


.price-basket-item.mini-cart-product-price .ful-price-product-basket {
    font-size:15px;
}


.mini-cart-product-title {
    font-size:15px;
}

.mini-cart-product-fi, .mini-cart-product-fi .demo {
    font-size:15px !important;
}


.mini-cart-product-count .quantity-input {
    height: 27px;
}


.mini-cart-products .card-discount-cart {
    font-size: 15px !important;
}

/*.inp-cbx:checked + .cbx span:first-child {
    background: #eb6828;
    border-color: #f8784c;
    animation: .4s wave
}

.cbx span:first-child {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #9098a9;
    transition: .2s
}

.cbx span:last-child {
    padding-right: 8px;
    font-size: 13px;
    font-weight: 300
}

.cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0,0,0)
}*/




/*Check box*/

.inp-cbx {
    display:none;
}
.cbx span:first-child {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 0px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #9098A9;
    transition: all 0.2s ease;
    border-radius: 3px;
    margin-left:5px;
}

    .cbx span:first-child:before {
        content: "";
        width: 100%;
        height: 100%;
        background: #000;
        display: block;
        transform: scale(0);
        opacity: 1;
        border-radius: 50%;
    }

.inp-cbx:checked + .cbx span:first-child {
    /*background: #dc3545;
    border-color: #dc3545;*/
    background: #28a745;
    border-color: #28a745;
    animation: wave 0.4s ease;
}

    .inp-cbx:checked + .cbx span:first-child:before {
        transform: scale(3.5);
        opacity: 0;
        transition: all 0.6s ease;
    }

    .inp-cbx:checked + .cbx span:first-child svg {
        stroke-dashoffset: 0;
    }

.cbx span:first-child svg {
    position: absolute;
    top: 4px;
    left: 4px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}

.cbx span:last-child {
    /*padding-right: 8px;*/
    font-size: 13px;
    font-weight: 300;
}

.cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}

.address-check .cbx span.svg-shape {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}


.address-item.send-type-item {
    box-shadow: none;
}


.address-item label {
    font-size:16px;
    cursor:pointer;
}


    .address-item label:hover {
        color: #212529e0;
        transition: all 0.3s linear;
    }

    .address-item label p {
        padding-right: 28px;
        color: #808080c7;
        font-size: 15px;
    }


.how-to-send div {
    padding-bottom:0;
}



.confirm-page.basket-page .details-product-basket h2 {
    font-size:16px;
}

.confirm-page  .basket-product-row img {
    width: 85px;
}

.confirm-page  .quantity-control {
    align-items:flex-start;
}

.confirm-page  .quantity-input {
    height: auto;
}

.confirm-page .ful-price-product-basket {
    font-size: 17px;
}

.confirm-page .cbx span.rebate-label:last-child {
    font-size: 20px !important;
    margin:5px;
    cursor:pointer;
}

.item-peyment-type {
    list-style:none;
    font-size:16px;
    margin-bottom: 10px;
}

.title-payment-type label {
    font-size:16px;
}




.confirm-page .title-payment-type .cbx span.rebate-label:last-child {
    font-size: 16px !important;
}

#txtCreditUsed {
    padding: 5px;
    border: #eee 1px solid;
    background-color: #f5f5f5;
    border-radius: 6px;
    font-size: 18px;
}

.payment-type-container.selectDargah {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 45px;
   
}


.form-check-label {
    cursor:pointer;
}

label {
    cursor:pointer;
}

.slected-item-style {
    border-radius: 8px;
    padding: 0 2px 2px 8px;
    display: inline-block;
    border: 2px solid transparent;
}
.merchant-item.selected .slected-item-style {
    border-radius: 8px;
    padding: 0 2px 2px 8px;
    display: inline-block;
    border: 2px solid #28a745;
}

.fixedNavItem-a > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    text-align: center;
}

.amazing-discount {
    border-radius: 20px;
    background-color: #526148;
    /*background-color: #2d5151;*/
    padding: 30px 3px;
    /*color 10 - col 2*/
}

    .amazing-discount .header-cat-section {
        display:none;
    }



.cat-category-filter ul, .cat-category-filter ul li {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.cat-category-filter .HeadFilter .has-sub  {
    font-size:17px;
}

.result-search-header {
    position: absolute;
    width: 100%;
    z-index: 999;
    background-color: #eeeded;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.quick-no-results {
    padding: 15px;
    text-align: right;
}

.search-list ul, .search-list ul li {
    list-style:none;
    padding:0;
    margin:0;
}

    .search-list ul {
        display:flex;
        flex-direction:row;
        gap:20px;
        width:100%;
        flex-wrap:wrap;
        padding:15px 0;
        text-align:center;
        justify-content:center;
    }
    .search-list ul li {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items:center;
        width: 23%;
        background-color: #fff;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
        border-radius:12px;
    }
        .search-list ul li img.image-card-search {
            border-radius: 12px;
            margin-left: 7px;
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
            width:100px;
        }

.search-result-btn-link {
    color:#242424;
    font-size:16px;
}

.search-result-btn-link:hover {
    color:gray;
    transition:all 0.3s linear;
}

.right-col-mob-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: -8px;
}

    .right-col-mob-header .mobile-nav-btn {
        margin-top: 0;
        margin-left: 8px;
    }

    .right-col-mob-header .search-mob-btn {
        margin-top: -5px;
    }

.new-search-mob-box {
    display:none;
}

    .new-search-mob-box .search-list ul {
        flex-direction: row;
        gap:12px;

    }

 .new-search-mob-box .search-list ul li {
            width: 46%;
            padding-left:5px;
     }

        .new-search-mob-box .search-list ul li a{
            font-size: 14px;
        }

.new-search-mob-box .search-list ul li img.image-card-search {
    width: 60px;
}