/* CSS for circular zoom pane */
.zoom-magnifier-containing .drift-zoom-pane {
  border-radius: 50%;
  width: 150px !important;
  height: 150px !important;
  overflow: hidden;
}

.toggle-description-tab .toggle-content {
  max-height: 0px;
  overflow: hidden;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.toggle-description-tab .toggle-content.active {
  max-height: fit-content;
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}

/***** my header mari ****/
.logo-header img {
  width: 170px;
}

.sticky {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background-color: #7b2395;
}

.nav-ul-mb {
  padding-top: 50px;
}

.header-top-menu {
  color: #fff;
  cursor: pointer;
}

.nav-element__burger {
  background: 0 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 53px;
  height: 53px;
  transition: border-color 0.3s;
  display: flex;
}

.nav-element__burger-line {
  transform-origin: 0;
  background: #fff;
  border-radius: 3px;
  width: 26px;
  height: 3px;
  transition: background 0.3s;
  display: block;
  position: relative;
}

.nav-element__burger-line:before,
.nav-element__burger-line:after {
  content: "";
  transform-origin: 0;
  background: #fff;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
  display: block;
  position: absolute;
  left: 0;
  transform: rotate(0);
}

.nav-element__burger-line:before {
  top: -9px;
}

.nav-element__burger-line:after {
  bottom: -9px;
}

#wrapper-menu-navigation ul li {
  position: relative !important;
}

.announcement-bar {
  transition: 0.6s;
}

.rc-slider {
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  max-width: 100%;
  box-sizing: border-box;
  width: fit-content;
  margin-left: 0 !important;
}
.rc-slider .rc-slider-handle {
  border: solid 2px var(--primary);
  opacity: 1 !important;
  background-color: #fff !important;
  width: 16px;
  height: 16px;
  margin-top: -7px;
}
.rc-slider .rc-slider-handle:hover {
  border-color: var(--primary);
}
.rc-slider .rc-slider-handle-dragging {
  border-color: var(--primary) !important;
  box-shadow: none !important;
}
.rc-slider .rc-slider-track,
.rc-slider .rc-slider-tracks {
  background-color: var(--primary);
}

.activeMenu {
  color: var(--primary) !important;
}
.activeMenu .demo-name {
  color: var(--primary) !important;
}

.tfSubscribeMsg {
  max-height: 0px;
  transition: 0.4s;
  overflow: hidden;
}
.tfSubscribeMsg.active {
  margin-top: 16px;
  margin-bottom: 16px;
  max-height: 180px;
}

.modalDemo.tf-product-modal {
  z-index: 1058 !important;
}

.tf-filter-group label {
  cursor: pointer;
}

.sw-dots.style-2 span::before {
  width: 5px;
  height: 5px;
}

.sw-dots.style-2 span.swiper-pagination-bullet-active {
  border-width: 1px;
}

.brand-item-v2.hover-opacity img {
  transition: 0.3s;
}
.brand-item-v2.hover-opacity img:hover {
  opacity: 1 !important;
}

@media (max-width: 992px) {
  .banner-gistcard-content {
    margin: 0px auto;
    display: block;
    width: fit-content;
  }
}

.hero-accesories-slide {
  background-color: rgba(255, 255, 255, 0.7) !important;
  top: 0 !important;
  padding-top: 10%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .flat-spacing-flash-sell {
    padding-top: 70px;
    padding-bottom: 23px;
  }
}
.icon-heart.added::before {
  content: "\e917"; /* Unicode for bin/trash symbol */
}

.icon-compare.added::before {
  content: "\e911"; /* Unicode for bin/trash symbol */
}

.preload.preload-container {
  transition: 0.6s;
  opacity: 1;
  visibility: visible;
}

.preload.preload-container.disabled {
  opacity: 0 !important;
  visibility: hidden;
}

#toggle-rtl span:nth-child(1) {
  display: none;
}

html[dir=rtl] #toggle-rtl span:nth-child(1) {
  display: block;
}
html[dir=rtl] #toggle-rtl span:nth-child(2) {
  display: none;
}
html[dir=rtl] .testimonial-hover-skincare {
  left: 0;
}
html[dir=rtl] .tf-btn .icon-arrow-right:before {
  content: "\e905";
}
html[dir=rtl] .tf-btn .icon-arrow-left:before {
  content: "\e906";
}
html[dir=rtl] .banner-furnicher {
  text-align: start !important;
}
html[dir=rtl] .banner-glass-content {
  text-align: start !important;
}
@media (min-width: 768px) {
  html[dir=rtl] .text-md-start {
    text-align: start !important;
  }
}
html[dir=rtl] .tf-product-des-demo ul li {
  padding-right: 16px !important;
}
html[dir=rtl] .tf-product-des-demo ul li::before {
  right: 0;
}
html[dir=rtl] .box-nav-ul .menu-list li {
  text-align: start;
}
html[dir=rtl] .swiper-wrapper {
  direction: ltr;
}

.sidebar-mobile-open {
  display: block !important;
}

.item-link.activeMenu::before {
  width: 100% !important;
}

.item-link.activeMenu::before {
  width: 100% !important;
  background-color: var(--primary) !important;
}

.pswp__img {
  object-fit: contain !important;
}

.pswp img {
  object-fit: contain !important;
  height: 100%;
  width: 100%;
}