:root {
  --main-font-color: #4f565c;
  --hover-link: #232323;
  --primary-color: #ea1c29;
  /* --light-pulse-shadow: #FEF1F2; */
  --light-pulse-shadow: #f8dddf;
  --light-gray: #f0f0f0;
  --davy-grey: #4f565c;
  --old-price-color: #bfbfbf;
  --hr-bg: #404040;
  --grey: #d4d4d4;
  --date-gray: #b6bcc2;
  --price-slider-color: #242424;
  --track-height: 2px;
}

@font-face {
    font-family: 'iransansxv';
    src: url('../Fonts/Variable/webfont/IRANSansXV.woff') format('woff-variations'),
    /* will be the standard and works in Safari now */
    url('../Fonts/Variable/webfont/IRANSansXV.woff2') format('woff');
    /* for the other supporting browsers */
    font-weight: 100 1000;
    font-display: fallback;
}

@font-face {
    font-family: 'Doran';
    src: url('../Fonts/Doran-Variable/Webfonts/Doran-VF.woff') format('woff-variations'),
    /* will be the standard and works in Safari now */
    url('../Fonts/Doran-Variable/Webfonts/Doran-VF.woff2') format('woff');
    /* for the other supporting browsers */
    font-weight: 100 1000;
    font-display: fallback;
}

* {
  padding: 0;
  margin: 0;
  outline: none;
}

a:hover {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
  position: relative;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

html,
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  direction: rtl;
  overflow-x: hidden;
  font-family: "Pelak", Tahoma, sans-serif;
  font-style: normal;
  font-size: 16px;
}

p {
    text-align:right;
}

/* .container-fluid {
  width: 90rem;
} */

header {
  /* height: 212px; */
  height: 185px;
}

header .container-fluid {
  padding-right: 100px;
  padding-left: 100px;
  /* padding-top: 80px; */
  padding-top: 56px;
}

.header-inner-row {
  margin-bottom: 48px;
  border-bottom: 2px solid var(--light-gray);
  padding-bottom: 36px;
}

.logo {
  position: relative;
  z-index: 10;
}

nav ul,
nav ul li,
.header-left-box-2 ul,
.header-left-box-2 ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav>ul,
.header-left-box-2 ul {
  gap: 36px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}

nav>ul>li,
.header-left-box-2 ul li {
  font-family: "Pelak", Tahoma, sans-serif;
  font-style: normal;
  font-weight: 600;
}

nav>ul>li>a,
.header-left-box-2 ul li a {
  color: var(--main-font-color);
  /* font-size: 14px; */
  font-size: 0.875rem;
  display: flex;
  gap: 8px;
}

nav a {
  color: var(--main-font-color);
  transition: all 0.3s linear;
}

nav a:hover,
nav a:focus,
.header-left-box-2 a {
  color: var(--hover-link);
  text-decoration: none;
  transition: all 0.3s linear;
}

.header-left {
  display: flex;
  transition: all 0.3s ease;
  position: relative;
  align-items: center;
}

.header-left .header-left-box-2 {
  margin-left: 24px;
  transition: all 0.3s ease;
  position: absolute;
  display: flex;
  left: 120px;
}

.header-left-box-1 {
  display: flex;
  left: 0;
  position: absolute;
}

.header-left-box-2 ul li.special-a a {
  color: var(--primary-color);
  display: flex;
  align-items: center;
}

.header-divider-light {
  width: 1px;
  height: 24px;
  background-color: var(--light-gray);
  display: block;
}

.desk-header-profile {
    flex-direction: column;
    display: flex;
    /*padding-top: 9px;*/
    padding-top: 0;
    margin-top: -4px;
    gap: 2px;
    align-items: center;
}
.customer-name-header {
    font-size: 11px;
    font-weight: 800;
    color: #232323;
}

.login-basket-col {
    gap: 24px;
    margin-right: 24px;
}

.search-col {
  position: relative;
  justify-content: end;
  z-index: 9;
}

.search-col:after {
  content: " ";
  width: 0;
  height: 2px;
  background-color: #232323;
  display: block;
  position: absolute;
  top: 34px;
  left: 0;
  right: auto;
  transition: all 0.3s linear;
}

.search-col input[type="text"] {
  border: none;
  /* font-size: 14px; */
  font-size: 0.875rem;
  width: 0;
  left: 0;
  right: auto;
  position: relative;
  transition: width 0.3s linear;
}

.search-col .search-icon {
  cursor: pointer;
  left: 0;
  right: auto;
}

.search-col.click-on-search input[type="text"] {
  width: 160px;
  transition: width 0.3s linear;
}

.search-col.click-on-search::after {
  width: 100%;
  transition: width 0.3s linear;
}

.login-false, .login-true {
    display: flex;
}

.header-left.search-expanded {
    transition: all 0.3s linear;
}

.header-left-box-2 {
  transition: all 0.3s linear;
  width: max-content;
}

.fade-out {
  background-image: linear-gradient(to right, transparent 0%, #fff 75%);
  width: 150%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: -125px;
  left: auto;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s linear;
}

.fade-out.appear {
  opacity: 1;
  z-index: 7;
}

.header-left-box-2.to-right {
  left: 280px;
  width: max-content;
}

.slide-shadow {
  position: absolute;
  width: 100%;
  height: 30%;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(35, 35, 35, 0) 0%,
      rgba(35, 35, 35, 1) 100%);
}

.swiper-caption {
  position: absolute;
  width: 100%;
  height: 35%;
  z-index: 11;
  left: 0;
  right: 0;
  bottom: 0;
  /* font-size: 63px; */
  padding: 0 76px;
  text-align: right;
}

.swiper-caption h2, .swiper-caption h1 {
  font-family: "Doran", Tahoma, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-variation-settings: "wght" 800;
  color: #fff;
  /* font-size: 63px; */
  /* font-size: 48px; */
  font-size: 3rem;
  line-height: normal;
  margin: 0;
  padding: 0;
  margin-bottom: 48px;
}

.swiper-caption h2, .swiper-caption h1 {
    font-family: "Doran", Tahoma, sans-serif;
}
@supports (font-variation-settings: "wght" 800) {
    .swiper-caption h2, .swiper-caption h1 {
     font-family: "Doran", Tahoma, sans-serif;
    }
}

.primary-btn,
.primary-btn-reverse,
.default-btn,
.primary-btn-reverse-dark {
  /* width: 214px;
    height: 63px; */
  width: 164px;
  height: 48px;
  /* font-size: 14px; */
  font-size: 0.875rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  font-family: "Pelak", Tahoma, sans-serif;
  font-style: normal;
  font-weight: 600;
  /* font-size: 19px; */
  /* padding: 12px 16px; */
  border: 1px solid #fff;
  transition: all 0.5s ease;
}

.primary-btn-reverse-dark {
  color: var(--hover-link);
  border: 1px solid #232323;
}

.primary-btn-reverse,
.default-btn,
.primary-btn-reverse-dark {
  width: auto;
  min-width: 164px;
  padding: 12px 16px;
  max-width: max-content;
}

.primary-btn::after {
  content: " ";
  display: block;
  width: 44px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 100%;
  margin-right: 12px;
  top: 50%;
  transition: all 0.5s ease;
}

.primary-btn-reverse::after,
.primary-btn-reverse-dark::after {
  content: " ";
  display: block;
  width: 44px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 100%;
  margin-left: 12px;
  top: 50%;
  transition: all 0.5s ease;
}

.primary-btn-reverse-dark::after {
  background-color: #232323;
}

.primary-btn:hover,
.primary-btn-reverse:hover,
.default-btn:hover {
  background-color: rgba(255, 255, 255, 1);
  color: var(--hover-link);
}

.primary-btn-reverse-dark:hover {
  background-color: #232323;
  color: #fff;
}

.primary-btn:hover::after {
  margin-right: 20px;
}

.primary-btn-reverse:hover::after,
.primary-btn-reverse-dark:hover::after {
  margin-left: 20px;
}

.primary-btn:focus,
.primary-btn-reverse:focus,
.default-btn:focus,
.primary-btn-reverse-dark:focus {
  box-shadow: none;
  outline: none;
}

.home-top-banners-row>div,
.home-middle-banners-row>div {
  padding: 0;
}

.home-top-banners,
.pl-pr-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.pl-pr-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.home-top-banners-row {
  padding-top: 24px;
  padding-bottom: 24px;
}

.home-middle-banners-row {
  padding-top: 24px;
}

.home-middle-banners-row>div {
  padding-bottom: 24px;
}

.home-top-banners-row > div:nth-of-type(odd) {
    padding-left: 12px;
    /*padding-bottom: 24px;*/
}

.home-top-banners-row > div:nth-of-type(even) {
    padding-right: 12px;
    /*padding-bottom: 24px;*/
}

.home-middle-banners-row>div {
  padding-left: 12px;
  padding-right: 12px;
}

.Banner-title {
  position: absolute;
  right: 64px;
  bottom: 56px;
  text-align: right;
  z-index: 11;
  transition: all 0.5s ease;
}

.Banner-title h2 {
  font-family: 'Doran', Tahoma, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-variation-settings: "wght" 800;
  /* font-size: 42px; */
  /* font-size: 32px; */
  font-size: 2rem;
  color: #fff;
}

@supports (font-variation-settings: "wght" 800) {
    .Banner-title h2 {
     font-family: "Doran", Tahoma, sans-serif;
    }
}

.Banner-title .banner-des {
  font-family: "Pelak", Tahoma, sans-serif;
  font-style: normal;
  font-weight: 600;
  /* font-size: 19px; */
  /* font-size: 14px; */
  font-size: 0.875rem;
  color: #fff;
  /* margin-bottom: 36px; */
}

.Banner-title+.primary-btn {
  position: absolute;
  width: 164px;
  height: 48px;
  /* font-size: 14px; */
  font-size: 0.875rem;
  right: 64px;
  bottom: -100%;
  transition: all 0.5s ease;
  z-index: 11;
}

.banner-image-box {
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease;
}

.banner-image-box img {
  transform: scale(1);
  transition: all 0.5s ease;
}

.banner-image-box:hover img {
  transform: scale(1.1);
}

.banner-image-box:hover .Banner-title {
  transition: all 0.5s ease;
  bottom: 150px;
}

.banner-image-box:hover .primary-btn {
  transition: all 0.5s ease;
  bottom: 56px;
}

.section-title,
.title-default {
  font-family: 'Pelak', Tahoma, sans-serif;
  font-style: normal;
  font-weight: normal;
  /* font-size: 24px; */
  font-size: 1.5rem;
  color: var(--hover-link);
  position: relative;
  display: inline-block;
}

.section-title::before,
.section-title::after,
.title-default::before,
.title-default::after {
  content: " ";
  display: block;
  width: 44px;
  height: 2px;
  background-color: var(--hover-link);
  position: absolute;
  top: 50%;
  transition: all 0.5s ease;
}

.section-title::before,
.title-default::before {
  left: 100%;
  margin-left: 12px;
}

.section-title::after,
.title-default::after {
  right: 100%;
  margin-right: 12px;
}

.new-products {
  margin-top: 76px;
}

.section-title-des {
  margin-top: 12px;
  text-align: center;
  font-family: 'Pelak', Tahoma, sans-serif;
  font-style: normal;
  font-weight: normal;
  /* font-size: 14px; */
  font-size: 0.875rem;
  color: var(--davy-grey);
}

.home-row-items {
  margin-top: 36px;
  margin-bottom: 36px;
}

.product-name-thumb {
  font-family: 'Pelak', Tahoma, sans-serif;
  font-style: normal;
  font-weight: bold;
  /* font-size: 21px; */
  /* font-size: 16px; */
  font-size: 1rem;
  text-align: right;
  margin-top: 24px;
  margin-bottom: 4px;
  padding-right: 4px;
  padding-left: 4px;
}

.product-name-thumb a {
  color: #232323;
}

.product-name-thumb a:hover,
.product-name-thumb a:focus {
  color: var(--davy-grey);
}

.main-price {
  font-family: 'Pelak', Tahoma, sans-serif;
  font-style: normal;
  font-weight: bold;
  /* font-size: 19px; */
  /* font-size: 14px; */
  font-size: 0.875rem;
  margin-right: 8px;
}

.old-price {
  font-family: 'Pelak', Tahoma, sans-serif;
  font-style: normal;
  font-weight: normal;
  /*  font-size: 16px; */
  /* font-size: 12px; */
  font-size: 0.75rem;
  color: var(--old-price-color);
  text-decoration: line-through;
}

.product-price {
  margin-bottom: 17px;
  padding-left: 4px;
  padding-right: 4px;
}

.color-palette {
  border-top: 1px solid var(--light-gray);
  padding-top: 12px;
}

.color-palette-title {
  color: var(--old-price-color);
  font-family: 'Pelak', Tahoma, sans-serif;
  font-style: normal;
  font-weight: 500;
  /* font-size: 16px; */
  /* font-size: 12px; */
  font-size: 0.75rem;
}

.color-palette-box {
  gap: 4px;
}

.color-palette-box .color-box {
  width: 24px;
  height: 24px;
  display: block;
  border: 1px solid #f0f0f0;
}

.product-thumb {
  margin: 0 12px;
  position: relative;
}

.flickity-button:focus {
  outline: none;
  box-shadow: none;
}

.flickity-button.flickity-prev-next-button {
  background-color: transparent;
}

.flickity-prev-next-button.next,
.flickity-prev-next-button.previous {
  width: 32px;
  height: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.flickity-prev-next-button.next {
    background-image: url("../Image/Arrow-left-MD.svg");
    /*background-image: url("~/Assets/Dargahi/Image/Arrow-left-MD.svg");*/
}

.flickity-prev-next-button.previous {
    background-image: url("../Image/Arrow-right-MD.svg");
    /*background-image: url("~/Assets/Dargahi/Image/Arrow-right-MD.svg");*/
}

.flickity-prev-next-button .flickity-button-icon {
  display: none;
}

.percentage-discount {
  width: 40px;
  height: 36px;
  background-color: var(--hover-link);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
  font-size: 0.875rem;
  font-family: 'pelak', Tahoma, sans-serif;
  font-weight: 600;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: IRANSansX;
}

.percentage-discount {
    font-family: iransansx, tahoma;
}
@supports (font-variation-settings: "wght" 600) {
    .percentage-discount {
     font-family: 'iransansxv', tahoma;
    }
}

.product-thumb>a {
  position: relative;
}

/*.discount-label {
  width: 89px;
  height: 36.5px;
  background-image: url("../Image/label.svg");
  background-repeat: no-repeat;
  position: absolute;
  z-index: 12;
  bottom: 20px;
  right: -12px;
  font-size: 12px;
  color: #fff;
  font-family: 'pelak', Tahoma, sans-serif;
  font-style: normal;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
}*/

.discount-label {
    min-width: 89px;
    height: 34px;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 12;
    bottom: 20px;
    right: -8px;
    font-size: 12px;
    font-family: 'pelak', Tahoma, sans-serif;
    font-style: normal;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3px;
    background: #232323;
    color: #fff;
    padding-left: 8px;
    padding-right: 12px;
}

    .discount-label::before {
        height: 0;
        width: 0;
        border-bottom: 8px solid #232323;
        border-right: 8px solid transparent;
        top: -8px;
        right: 0;
        content: "";
        position: absolute;
    }

.show-more-btn {
  font-family: 'Pelak', Tahoma, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  width: 144px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #232323;
  position: relative;
  border: 2px solid #f0f0f0;
  background-color: #fff;
  transition: all 0.3s linear;
}

.show-more-btn::before {
  content: " ";
  display: block;
  width: 44px;
  height: 2px;
  background-color: #f0f0f0;
  position: absolute;
  top: -12px;
  right: 50px;
  left: 0;
}

.show-more-btn:hover,
.show-more-btn:focus {
  color: #fff;
  background-color: #232323;
  border: 1px solid #232323;
}

.show-more-row {
  padding-top: 12px;
}

.home-middle-banners {
  margin-top: 76px;
  margin-bottom: 76px;
}

.home-features {
  background-color: var(--hover-link);
}

.home-features-row>div {
  padding-left: 12px;
  padding-right: 12px;
}

.home-features-row>div.home-features-box-1 {
  padding-top: 88px;
  padding-right: 72px;
  background-image: url("../Image/features-bg.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
}

.features-text-title {
  font-size: 24px;
  color: #fff;
  font-family: 'Pelak', Tahoma, sans-serif;
  font-style: normal;
  font-weight: 500;
  text-align: right;
  display: inline-block;
  position: relative;
  margin-bottom: 12px;
}

.features-text-title::after {
  content: " ";
  display: block;
  width: 44px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 100%;
  margin-right: 12px;
  top: 50%;
}

.features-text-title+p {
  font-size: 14px;
  font-family: 'Pelak' , Tahoma, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #fff;
}

.features-text-title+p+.primary-btn-reverse {
  margin-top: 36px;
  margin-right: 56px;
}

.features-slider-right {
  margin-top: 88px;
  padding-left: 76px;
}

.features-slider-right>div.carousel {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.features-slider-right .flickity-viewport {
  margin-bottom: 94px;
}

.features-slider-right>div>h2 {
  color: #fff;
  font-family: 'Pelak', Tahoma, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
}

h2.feature-slider-right-title {
  color: #fff;
  font-family: 'Pelak', Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 32px;
  text-align: right;
}

.feature-slider-right-items {
  display: flex;
  flex-direction: row;
  gap: 24px;
  font-size: 14px;
  font-family: 'Pelak', Tahoma, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.feature-slider-right-items>div {
  display: flex;
  flex-direction: row;
  gap: 24px;
  height: 24px;
  justify-content: start;
  align-items: center;
  /*border-right: 2px solid #fff;*/
  padding-right: 8px;
  color: #fff;
}

.feature-slider-right-items>div > span {
        display: flex;
    text-align: right;
    line-height: 32px;
    font-size: 14px;
    font-weight: 500;
    word-spacing: 2px;
}


    .feature-slider-right-items pre {
        flex-direction: row;
        gap: 8px;
        font-size: 15px;
        font-family: 'Pelak', Tahoma, sans-serif !important;
        font-style: normal !important;
        font-weight: 500 !important;
        color: #fff !important;
        display: flex;
        justify-content: start;
        align-items: center;
    }


.features-slider-right .flickity-page-dots {
    display: none !important;
}
/* .slick-track {
  text-align: start;
  direction: rtl;
  width: max-content;
} */
.slick-track {
    right: 0;
    left: auto;
}

.slick-slide {
  float: right;
  transform: translate3d(0, 0, 0);
}

.feuture-btn-row {
  margin-top: 56px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 24px;
}

.feuture-btn-row hr {
  width: 318px;
  background-color: var(--davy-grey);
}

.features-slider-left .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.features-slider-left .flickity-prev-next-button.next {
  left: 10px;
  right: auto;
}

.features-slider-right .flickity-prev-next-button.previous {
  background-image: url("../Image/Arrow-right-SM-white.svg");
  background-position: right center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  position: relative;
  /* width: max-content;
  margin-left: 70%; */
  width: fit-content;
}

.features-slider-right .flickity-prev-next-button.previous::after {
  content: "محصول قبلی";
  color: #fff;
  display: block;
  margin-right: 28px;
  position: relative;
  font-size: 14px;
  font-family: 'Pelak', Tahoma, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.features-slider-right .flickity-prev-next-button.next {
  background-image: url("../Image/Arrow-left-SM-white.svg");
  background-position: left center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  position: relative;
  width: max-content;
  margin-top: -32px;
  left: 0;
  right: calc(100% - 164px);
}

.features-slider-right .flickity-prev-next-button.next::after {
  content: "محصول بعدی";
  color: #fff;
  display: block;
  margin-left: 28px;
  position: relative;
  font-size: 14px;
  font-family: 'Pelak', Tahoma, sans-serif;
  font-style: normal;
  font-weight: 500;
}

/* .features-slider-right .flickity-prev-next-button {
  margin-top: 94px;
} */

.features-slider-right .flickity-prev-next-button:focus {
  box-shadow: none;
  outline: none;
}

.features-slider-right .carousel-cell.is-selected {
  animation: fades 2s forwards;
}

.home-articles {
  margin-top: 100px;
}

.home-row-article-carousel .home-article-item a {
  display: block;
  overflow: hidden;
}

.home-article-title {
  font-family: 'Pelak', Tahoma, sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #232323;
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 0.875rem;
  transition: all 0.3s linear;
}

.home-article-title:hover {
  color: var(--main-font-color);
}

.home-article-date {
  font-family: 'Pelak', Tahoma, sans-serif;
  font-style: normal;
  font-weight: 500;
  color: var(--old-price-color);
  font-size: 0.875rem;
  display: block;
  text-align: right;
}

.home-row-article-carousel .home-article-item {
  margin: 0 12px;
  position: relative;
  display: block;
}

.home-row-article-carousel .flickity-prev-next-button.next {
  left: -5px;
}

.home-row-article-carousel .flickity-prev-next-button.previous {
  right: -5px;
}

.home-article-item {
  overflow: hidden;
  display: block;
}

.home-article-item img {
  transform: scale(1);
  transition: all 0.5s ease;
}

.home-article-item:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}

footer .footer-web .container-fluid {
  padding-right: 100px;
  padding-left: 100px;
  padding-top: 120px;
}

.slogan {
  display: block;
  font-family: 'Doran', Tahoma, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-variation-settings: "wght" 800;
  font-size: 36px;
  line-height: 64px;
  margin-bottom: 16px;
  /* text-shadow: 0 0 0 #232323; */
}

@supports (font-variation-settings: "wght" 800) {
    .slogan {
     font-family: "Doran", Tahoma, sans-serif;
    }
}

footer p+.primary-btn-reverse-dark {
  margin-right: 56px;
}

.footer-top {
  align-items: center;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--light-gray);
}

.footer-bottom {
  padding-top: 37px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--light-gray);
}

.social-networks,
.social-networks li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-networks {
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
  position: relative;
}

.social-networks li a {
  padding: 6px;
  display: block;
  border: 1px solid var(--light-gray);
}

.social-networks::after {
  content: " ";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #232323;
  position: absolute;
  left: 100%;
  margin-left: 12px;
  top: 50%;
  transition: all 0.5s ease;
}

.contact-detail-title {
  background-image: url("../Image/footer-title-bg.svg");
  width: 236px;
  height: 37px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 236px 37px;
  color: #fff;
  font-size: 1rem;
  font-family: "pelak", Tahoma, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  margin-right: -12px;
}

.social-networks li a {
  transition: all 0.3s ease;
}

/* .social-networks li a:hover {
  opacity: 0.7;
} */

.social-networks li a svg path {
 transition: all 0.3s linear;
}
.social-networks li a:hover svg path {
  stroke: var(--primary-color);
}

.contact-detail-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 20px;
}

.contact-detail-items>p {
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: start;
  align-items: center;
  color: var(--main-font-color);
  font-size: 14px;
  font-family: 'Pelak', Tahoma, sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0;
}

.copyright {
  margin-top: 24px;
  margin-bottom: 24px;
}

.copyright-text {
  font-family: 'Pelak', Tahoma, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  color: #232323;
  opacity: 0.5;
}

.copyright-left {
  gap: 12px;
  font-family: 'Pelak', Tahoma, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
}

.footer-links {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  margin-bottom: 24px;
  max-width: max-content;
  gap: 60px;
  margin-right: 24px;
}

.footer-links>div {
  /* width: 50%; */
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: right;
}

.footer-links>div a {
  color: #232323;
  font-size: 0.875rem;
  font-family: 'Pelak', Tahoma, sans-serif;
  font-style: normal;
  font-weight: 500;
  transition: all 0.5s ease;
  position: relative;
  max-width: max-content;
  display: block;
}

.footer-links>div a::before {
  content: " ";
  display: block;
  width: 16px;
  height: 2px;
  background-color: var(--light-gray);
  position: absolute;
  left: 100%;
  margin-left: 8px;
  top: 50%;
  transition: all 0.5s ease;
}

.footer-links>div a:hover,
.footer-links>div a:focus {
  color: var(--davy-grey);
}

.enamad-box {
  padding: 12px 14px;
  display: flex;
  gap: 45px;
  border: 1px solid var(--light-gray);
  justify-content: space-between;
  align-items: center;
  color: #232323;
  font-size: 14px;
  font-family: 'Pelak', Tahoma, sans-serif;
  font-style: normal;
  font-weight: 500;
  max-width: 283px;
}

/* --------------------------------- Mega Menu ----------------------------------------  */

.mega-menu-parent {
  position: static;
}

.mega-menu-box {
    background-color: transparent;
    padding: 0;
    padding-top: 37px;
    z-index: 999;
    top: 100px;
    transition: all 0.5s ease;
    opacity: 0;
    display: none;
    /*width: 60%;
  max-width: 850px;*/
    width: 98%;
    max-width: 98%;
    position: absolute;
    text-align: right;
}

.header>div,
.header-inner-row {
  position: relative;
}

.mega-menu {
  /* width: 60%;
  max-width: 719px; */
  border: 2px solid var(--light-gray);
  /* padding: 0; */
  background-color: #fff;
  /* position: absolute;
  text-align: right; */
  /* z-index: 999;
  top: 100px;
  transition: all 0.5s ease;
  opacity: 0;
  display: none; */
  width:100%;
}

.mega-menu.visible-mega-menu {
  display: block;
  animation: megamenushowup 0.5s 0.3s both;
}

.mega-menu-btn {
  display: block;
  overflow: hidden;
}

.mega-menu-btn:hover>.mega-menu-box {
  display: block;
  animation: megamenushowup 0.5s 0.3s forwards;
}

/* .mega-menu.hidden-mega-menu {
  animation: megamenushowdown 0.5s 0.3s both ;
  
}
.mega-menu.hide-object {
display: none;
} */

.mega-menu-tabs {
  width: 230px;
  display: flex;
  flex-direction: column;
}

.mega-menu-contents {
  width: calc(100% - 230px);
  max-height: 320px;
  /* overflow: hidden;
  padding-bottom: 32px; */
}

.mega-menu-btn>a {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.mega-menu-btn>a>i {
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

.mega-menu-btn:hover>a>i {
  transform: rotate(180deg);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: unset;
}

.mega-menu-tabs .nav-item {
  position: relative;
}

.mega-menu-tabs .nav-link {
  height: 160px;
  display: block;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--light-gray);
  padding-top: 24px;
  padding-right: 16px;
  border-right: none;
}

.mega-menu-tabs .nav-link img.tab-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(1) translate(0, 0);
  transition: all 0.3s linear;
  z-index: 10;
}

.mega-menu-tabs .nav-item:hover img.tab-bg,
.mega-menu-tabs .nav-link:focus img.tab-bg {
  transform: scale(1.2) translate(20px, 5px);
}

.mega-menu-tabs .nav-link .btn-tab {
  position: absolute;
  right: 16px;
  bottom: 16px;
  transform: scale(1) translate(0, 0);
  transition: all 0.3s linear;
  z-index: 10;
}

.mega-menu-tabs .nav-item:hover .btn-tab,
.mega-menu-tabs .nav-link:focus .btn-tab {
  transform: scale(1.2) translate(-5px, -5px);
}

.small-title-tab {
  color: var(--grey);
  font-size: 0.75rem;
  font-weight: 500;
  position: relative;
  z-index: 15;
}

.main-title-tab {
  font-size: 1rem;
  font-weight: 600;
  color: #232323;
  position: relative;
  z-index: 15;
  display: inline-block;
  width: fit-content;
}

.mega-menu-tab-titles {
  position: absolute;
  top: 24px;
  right: 16px;
}

.main-title-tab:after {
  content: " ";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #232323;
  position: absolute;
  right: 100%;
  margin-right: 12px;
  top: 50%;
  z-index: 15;
  transition: all 0.5s ease;
}

.mega-menu-tabs .nav-item:hover .main-title-tab:after {
  margin-right: 16px;
}

/* .mega-menu-tabs .nav-link:focus + .mega-menu-tab-titles .main-title-tab {
  color: var(--primary-color);
} */
.mega-menu-tabs .nav-link:focus+.mega-menu-tab-titles .main-title-tab:after {
  margin-right: 16px;
  /* background-color: var(--primary-color); */
}

/*.mega-menu-contents .tab-pane {
    padding-top: 16px;
    padding-right: 32px;
    overflow: hidden;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    flex-wrap: wrap;
}*/

.mega-menu-contents .tab-pane {
    padding-top: 16px;
    padding-right: 32px;
    position: fixed;
    overflow: hidden;
    height: 320px;
    display: flex;
    flex-direction:column;
}



.nav-categories,
.nav-categories ul,
.nav-categories li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-categories>li a {
  color: #232323;
  font-size: 0.85rem;
  font-weight: 600;
  width: fit-content;
  position: relative;
}

.nav-categories>li {
  margin-bottom: 12px;
  /*margin-right: 24px;*/
  margin-right: 8px;
}

.nav-categories>li a::before {
  content: " ";
  display: block;
  width: 12px;
  height: 2px;
  background-color: #232323;
  position: absolute;
  left: 100%;
  margin-left: 12px;
  top: 50%;
  z-index: 15;
  transition: all 0.5s ease;
}

ul.nav-sub-categories {
    /*margin-right: 24px;*/
    margin-right: 0px;
    margin-bottom: 12px;
    margin-top: 12px;
}

.nav-sub-categories li a {
  color: #4f565c;
  font-size: 0.83rem;
  font-weight: 500;
}

.nav-sub-categories>li {
  margin-bottom: 8px;
}

.nav-sub-categories li a:hover,
.nav-sub-categories li a:focus {
  color: #232323;
}

ul.nav-categories,
ul.nav-sub-categories {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: fit-content;
}

ul.nav-categories {
    flex-direction: row;
    gap: 20px;
}

ul.nav-sub-categories {
    flex-direction:column;
}

ul.nav-sub-categories>li a::before {
    display:none;

}

ul.nav-categories > li,
ul.nav-sub-categories > li {
    flex-shrink: 0;
    /*max-width: 180px;
    min-width: 120px;*/
    min-width:100px;
    margin-left:12px;
    flex-wrap: wrap;
    float: right;
}

/*.mega-menu-contents .tab-content {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    max-height: 320px;
}*/


.mega-menu-contents .tab-content {
    overflow: hidden;
    position: relative;
    height: inherit;
    display: flex;
    flex-direction: row;
    width: max-content;
}


.mega-menu-contents .tab-content .tab-pane.fade {
        z-index: 90;
}

.mega-menu-contents .tab-content .tab-pane.fade.show.active {
       z-index: 100;
}


/* --------------------------------- Search Result ----------------------------------------  */
.search-result {
    position: absolute;
    top: calc(100% + 12px);
    margin-top: 12px;
    width: 310px;
    min-height:64px;
    /*height: 320px;*/
    height:auto;
    background-color: #fff;
    border: 2px solid var(--light-gray);
    text-align: right;
    padding: 16px;
    
}

.quick-no-results > span {
    font-size: 14px;
    font-weight: 500;
}

.show-result {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #232323;
    border: none;
    transition: all 0.3s linear;
}

.show-result>span {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #232323;
  font-size: 12px;
  font-weight: 600;
}

    .show-result:hover, .show-result:focus {
        box-shadow:none;
        outline:none;
        border:none;
        background-color:#f7f7f7;
    }

    .search-res-item {
        display: flex;
        align-items: center;
        gap: 12px;
        justify-content: flex-start;
        position: relative;
        margin-bottom: 12px;
        transition:all 0.3s linear;
        cursor:pointer;
    }


        .search-res-item:hover {
            background-color:#f7f7f7;
        }


        .search-res-item:hover a, .search-res-item:hover a:hover {
            color: var(--grey);
        }

       


        .search-res-item:last-of-type {
            margin-bottom: 36px;
        }
    .search-res-item- title {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 8px;
    }

.search-res-item-title span:first-child {
  color: #232323;
  font-size: 14px;
  font-weight: 600;
}

.search-res-item-title span:last-child {
  color: var(--davy-grey);
  font-size: 12px;
  font-weight: 500;
}

.search-item-link {
    position: absolute;
    left: 0;
    margin-left: 0;
    transition: all 0.2s linear;
}

.search-res-item:hover .search-item-link {
    margin-left:10px;
}

.phone-footer {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

footer .contact-detail-items a {
    color: var(--main-font-color);
}

footer .contact-detail-items a:hover, footer .contact-detail-items a:focus, footer .contact-detail-items a:visited {
    color: #232323;
}

/* ---------------------- Video -------------------------*/

.video-container {
    position: relative;
    width: 100%;
    /*max-height: 700px;*/
    overflow: hidden;
}

.video-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

    .video-wrapper video {
        width: 100%;
        height: auto;
        object-fit: cover;
        position: relative;
    }

/*--------------------- Bread Crumb -------------------- */
.pages-bread-crumb .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}

.breadcrumb {
  background-color: #fff;
  padding: 0;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: unset;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: right;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: var(--davy-grey);
  content: "/";
}

.breadcrumb-item {
  font-size: 0.875rem;
  font-style: normal;
  line-height: 17px;
}

.breadcrumb-item,
.breadcrumb-item a {
  color: var(--davy-grey);
  transition: all 0.3s linear;
}

.breadcrumb-item a:hover,
.breadcrumb-item a:focus {
  color: #2323234d;
}

.breadcrumb-item.active {
  color: #232323;
  font-weight: 600;
}

/* --------------------------- sort - filter ------------------------ */
.sort-filter-row {
  font-size: 14px;
  color: #232323;
  margin-top: 16px;
  gap: 12px;
  margin-bottom: 64px;
}

.filter-btn {
  border: 2px solid var(--light-gray);
  font-size: 14px;
  line-height: normal;
  padding: 4px 12px;
  border-radius: 0;
  min-width: 90px;
  min-height: 36px;
  font-weight: 600;
  color: #232323;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
}

.filter-btn:hover,
.filter-btn:focus {
  background-color: #232323;
  border: 2px solid #232323;
  color: #fff;
}

.sort-btn,
.custom-dropdown-btn {
  border: 2px solid var(--light-gray);
  font-size: 14px;
  line-height: normal;
  padding: 4px 12px;
  border-radius: 0;
  min-width: 184px;
  min-height: 36px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  justify-content: center;
}

.small-divider {
  display: block;
  width: 1.5px;
  height: 16px;
  background-color: var(--light-gray);
  align-self: center;
  justify-content: center;
  content: " ";
}

.sort-btn i,
.custom-dropdown-btn i {
  margin-top: 2px;
  transition: all 0.3s linear;
  transform: rotate(0deg);
}

.sort-btn:hover,
.sort-btn:focus,
.custom-dropdown-btn:hover,
.custom-dropdown-btn:focus {
  background-color: #232323;
  border: 2px solid #232323;
  color: #fff;
}

.sort-btn:focus i,
.custom-dropdown-btn:focus i {
  transform: rotate(180deg);
  color: #fff;
}

.dropdown-toggle:focus {
  box-shadow: none;
}

.sort-btn.dropdown-toggle::after,
.custom-dropdown-btn.dropdown-toggle::after {
  border: none;
}

.dropdown-item {
  font-size: 14px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #232323;
}

/* .sort-filter-row .dropdown-menu.show {
  right: 0;
  left: auto;
  width: fit-content;
  text-align: right;
} */

.sort-filter-row .dropdown-menu.show {
  text-align: justify;
}

@media screen and (max-width:576px) {
    .min-val input {
        margin-right: -8px;
    }
}
@media screen and (max-width:375px) {
    .min-val input {
        margin-right: -32px;
    }
}

/* --------------------- Search - category - Product List ------------------------ */
.new-products.product-in-cat {
    margin-top: 44px;
}

.new-products.product-in-cat .product-thumb {
  margin-bottom: 64px;
}

/* .new-products.product-in-cat .home-row-items {
  margin-top: 0;
} */

.unavailable-product img,
.unavailable-product .percentage-discount,
.unavailable-product .discount-label {
  filter: grayscale(1);
  opacity: 0.3;
}

.unavailable-product .color-palette {
  opacity: 0.3;
}

.new-products.product-in-cat .home-row-items {
  border-bottom: 1px solid var(--light-gray);
}

.section-title-des.main-list-des {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  padding-left: 45px;
  padding-right: 45px;
  margin-bottom: 0;
}

.product-categories-main-list .container-fluid,
.faq-section .container-fluid {
  /* padding-left: 245px;
  padding-right: 245px; */
  padding-left: 15.3125em;
  padding-right: 15.3125em;
}

.product-categories-main-list .container-fluid {
  padding-left: 24px;
  padding-right: 24px;
}

.show-all-row {
  padding-top: 24px;
}

.show-all-btn {
  font-family: 'Pelak', Tahoma, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  width: 133px;
  height: 48px;
  padding: 12px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #232323;
  position: relative;
  border: 2px solid #f0f0f0;
  transition: all 0.3s linear;
}

.show-all-btn:hover,
.show-all-btn:focus {
  color: #fff;
  background-color: #232323;
  border: 1px solid #232323;
}

.product-category-thumb-row {
  gap: 16px;
  margin-top: 64px;
  margin-bottom: 100px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.product-category-thumb {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.product-category-thumb .show-more-btn::before {
  right: calc(50% - 22px);
}

.product-category-thumb img {
    width:177px !important;
    height:360px !important;
}

.new-products.product-in-cat.selected-product-in-cat .home-row-items {
  border-bottom: none;
  margin-bottom: 100px;
}

.new-products.product-in-cat.selected-product-in-cat .home-row-items:has(+ .show-all-row) {
  margin-bottom: 36px;
}

.category-description>div {
  padding-left: 100px;
  padding-right: 100px;
}

.category-description-box {
  border: 2px solid var(--light-gray);
  padding: 40px 32px;
  font-size: 14px;
  font-style: normal;
  color: var(--davy-grey);
  line-height: 30px;
}

.category-description h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  color: #232323;
  text-align: right;
  margin-bottom: 16px;
}

.category-description div.category-des-text {
  margin-bottom: 0;
  display: block;
  mask-image: linear-gradient(to bottom, white, transparent);
  text-align: justify;
  transition: all 0.3s linear;
}

.category-description .category-des-text.show-more-text {
  mask-image: linear-gradient(to bottom, white, white);
}

.show-text-btn {
  padding: 14px 16px;
  color: #232323;
  border: 1px solid #232323;
  font-size: 14px;
  font-weight: 600;
  background-color: #fff;
  transition: all 0.3s linear;
}

.show-text-btn:hover,
.show-text-btn:focus {
  background-color: #232323;
  color: #fff;
}

.show-text-row {
  margin-top: -20px;
  transition: all 0.3s ease;
}

.show-text-row.show-text-row-more {
  margin-top: 50px;
}

/* ----------------------------------- Dark Mode ---------------------------------------- */
body.dark-mode header,
body.dark-mode .pages-bread-crumb,
body.dark-mode .breadcrumb,
body.dark-mode nav>ul>li>a,
body.dark-mode .header-left-box-2 ul li a {
  background-color: #232323;
  color: #fff;
  font-weight: 500;
}

body.dark-mode .pulse {
  background: #fff;
}

body.dark-mode .breadcrumb-item {
  color: #fff;
}

body.dark-mode .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.6);
}

.top-box {
  background-color: #232323;
  min-height: 528px;
}

body.dark-mode .top-section-dark {
  margin-top: -96px;
}

body.dark-mode .section-title-des.section-title-des-page {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  margin-top: 24px;
  margin-bottom: 32px;
}

body.dark-mode .section-title.section-title-page {
  font-size: 48px;
  line-height: normal;
  color: #fff;
  font-family: 'Doran', Tahoma, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-variation-settings: "wght" 800;
  margin-top: 120px;
}

@supports (font-variation-settings: "wght" 800) {
    body.dark-mode .section-title.section-title-page {
     font-family: "Doran", Tahoma, sans-serif;
    }
}


.top-box-bg {
  font-family: 'IRANSansX', Tahoma, sans-serif;
  font-style: normal;
  font-weight: 1000;
  font-size: 220px;
  color: #232323;
  position: relative;
  opacity: 0.1;
  background: linear-gradient(-87deg,
      rgba(255, 255, 255, 1) 20%,
      rgba(255, 255, 255, 1) 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 2px transparent;
  -webkit-text-stroke: 2px transparent;
  position: absolute;
  z-index: 0;
}

.top-box-bg {
    font-family: iransansx, tahoma;
}
@supports (font-variation-settings: "wght" 1000) {
    .top-box-bg {
     font-family: 'iransansxv', tahoma;
    }
}


.top-box-bg-num {
  font-weight: 800;
}

.discount-row-btn {
  gap: 12px;
  position: relative;
  z-index: 1;
}

body.dark-mode .all-btn {
  background-color: #fff;
  color: #232323;
  border: 1px solid #fff;
  padding: 4px 12px;
  min-width: 69px;
  min-height: 36px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
}

body.dark-mode .discount-row-btn .all-btn {
    background-color: #232323;
    color: #fff;
}

    body.dark-mode .all-btn.catalog-btn {
        min-width: 154px;
        min-height: 48px;
    }

body.dark-mode .all-btn:hover,
body.dark-mode .all-btn:focus {
  background-color: #232323;
  color: #fff;
}


body.dark-mode .discount-row-btn .all-btn:hover, body.dark-mode .discount-row-btn .all-btn:focus {
    background-color: #fff;
    color: #232323;
}

body.dark-mode .secondary-btn {
  background-color: #232323;
  color: #fff;
  border: 1px solid #fff;
  padding: 4px 12px;
  min-height: 130px;
  min-height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  transition: all 0.3s linear;
}

body.dark-mode .secondary-btn:hover,
body.dark-mode .secondary-btn:focus {
  background-color: #fff;
  color: #232323;
}

body.dark-mode .header-left-box-1 img,
body.dark-mode .header-mob>div:first-of-type img,
body.dark-mode .header-mob>div:last-of-type img {
  filter: invert(100%);
}

body.dark-mode .fade-out {
  background-image: linear-gradient(to right, transparent 0%, #232323 55%);
}

body.dark-mode .search-col:after {
  background-color: #f0f0f0;
}

body.dark-mode .search-col.click-on-search input[type="text"] {
  background-color: #232323;
  color: #fff;
}

.top-section-dark+section {
  margin-top: 88px;
}

/* -----------------------------------Single Product-------------------------------------- */

.single-product {
  /* margin-top: -48px; */
  margin-top: -44px;
  position: relative;
}

.single-product>.container-fluid {
  padding: 0;
}

.single-product>.container-fluid>.row {
  margin: 0;
  /* height: 100vh; */
  /* height: 946px; */
  position: relative;
  overflow-y: auto;
  scrollbar-width: none;
  /* overflow-y: scroll;
  box-sizing: content-box; */
}

.product-detail {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 100;
  padding: 0;
  padding-top: 48px;
  padding-right: 100px;
  padding-left: 100px;
}

.product-details {
  position: sticky;
  left: 0;
  top: 48px;
  /* top: 56px; */
}

.product-gallery {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  position: relative;
  overflow-y: visible;
  max-width: 50%;
}

.single-product .product-title-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  padding-left: 48px;
  /* padding-top: 65px; */
  /* padding-top: 24px; */
  padding-top: 12px;
}

.single-product .product-title-row .product-title {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
}

.single-product .product-title-row .product-title h1 {
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  color: #232323;
}

.single-product .product-title-row .product-title .product-code {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  color: var(--davy-grey);
}

.single-product-collor-palette {
  display: flex;
  flex-direction: column;
  gap: 16px;
  /* margin-top: 56px; */
  /* margin-top: 36px; */
  margin-top: 24px;
}

.color-box {
  cursor: pointer;
}

.single-product-size, .single-product-count {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
}

.single-product-collor-palette-selected,
.single-product-size-selected, .single-product-count-box {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

    .single-product-collor-palette-selected > span:first-of-type,
    .single-product-size-selected > span:first-of-type, .single-product-count-box > span {
        color: #232323;
        font-size: 16px;
        font-weight: 550;
    }

.single-product-collor-palette-selected>span:last-of-type,
.single-product-size-selected>span:last-of-type {
  color: #c2c2c2;
  font-size: 14px;
  font-weight: 500;
}

.single-product-sizes .size-box-row,
.discount-box-row-filter {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap:wrap;
}

.single-product-sizes .size-box-row .size-box {
  /*width: 36px;*/
  min-width:36px;
  height: 36px;
  border: 1px solid #232323;
  background-color: #fff;
  color: var(--davy-grey);
  transition: all 0.3s linear;
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
  font-size: 14px;
      width: fit-content;
    padding-left: 12px;
    padding-right: 12px;
}

.discount-box-row-filter .discount-box-filter {
  min-width: 56px;
  min-height: 36px;
  border: 1px solid #232323;
  background-color: #fff;
  color: var(--davy-grey);
  transition: all 0.3s linear;
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
  font-size: 14px;
  gap: 10px;
  padding: 8px 12px;
  font-weight: 600;
}

    .discount-box-row-filter .lbl-discount-filter > input {
        visibility:hidden;
        /*display:none;*/
    }


    .single-product-sizes .size-box-row .item-size-index.size-box.unavailable-size {
        background-color: #eee;
        color: #666;
        border:1px solid #ddd;
    }

    .single-product-sizes .size-box-row .item-size-index.size-box.available-size {
        background-color: #fff;
    }

        .single-product-sizes .size-box-row .item-size-index.size-box.available-size:hover {
            background-color: #23262a;
            color: #fff;
        }



        .single-product-sizes .size-box-row .size-box.size-selected,
        .single-product-sizes .size-box-row .size-box.active,
        .single-product-sizes .size-box-row .item-size-index.size-box.available-size.active,
        .single-product-sizes .size-box-row .item-size-index.size-box.available-size.hover,
        .single-product-sizes .size-box-row .size-box:hover,
        .single-product-sizes .size-box-row .size-box:focus,
        .discount-box-row-filter .discount-box-filter.discount-selected,
        .discount-box-row-filter .discount-box-filter:hover,
        .discount-box-row-filter .discount-box-filter:focus,
        .discount-box-row-filter .lbl-discount-filter > input:checked + .discount-box-filter {
            background-color: #23262a;
            color: #fff;
        }

.size-guid-btn-new {
  color: var(--davy-grey);
  text-decoration: underline;
  display: flex;
  font-size: 14px;
  margin-top: 12px;
  font-weight: 500;
}

.size-guid-btn-new:hover,
.size-guid-btn-new:focus {
  color: #232323;
}

.product-inner-detail {
  /* margin-top: 50px; */
  margin-top: 36px;
  padding-left: 48px;
  display: flex;
  flex-direction: column;
  font-size: 12px;
}

.snapp-box-product {
  padding: 6px 16px;
  border: 2px solid #f0f0f0;
  color: #008ffe;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.snapp-box-product img {
  padding-left: 5px;
}

.price-box-product {
  background-color: #232323;
  max-height: 56px;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 16px 24px;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
 
}

.price-box-product .product-price {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.product-row-btn {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-top: 8px;
  width: 100%;
}

.product-btn-type {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--davy-grey);
  background-color: #fff;
  border: 2px solid #f0f0f0;
  transition: all 0.3s linear;
  width: 49%;
  min-height: 40px;
}

.product-btn-type:hover,
.product-btn-type:focus {
  background-color: var(--davy-grey);
  color: #fff;
}

.favorite-row {
  cursor: pointer;
  transition: all 0.3s linear;
}

.favorite-row svg {
  fill: transparent;
  transition: all 0.3s linear;
}

.favorite-row svg path {
  transition: all 0.3s linear;
}

.favorite-row.like svg {
  /* fill: #ea1c29; */
  fill: #232323;
}

.favorite-row.like svg path {
  /* stroke: #ea1c29; */
  stroke: #232323;
}


.btn-product-garanty {
    background-color:#f0f0f0;
    color:var(--davy-grey);
    text-align:center;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:14px;
    padding:10px;
    font-weight:600;
    transition: all 0.3s ease;
}


.btn-product-garanty:hover, .btn-product-garanty:focus {
     color:var(--hover-link);
}

.unavailable-product-span {
    color:var(--primary-color);
    font-size:14px;
    display:flex;
    text-align:right;
    font-weight:600;
}

.garanty-cols {
    max-width:49%;
}
/* ------------------------- Quantity ----------------------------- */
.branch-available.available-branch .ch-red {
    display: none;
}


.branch-available.unavailable-branch .ch-green {
    display: none;
}


/* ------------------------------- product color --------------------------------------- */
.item-color-index {
    margin-bottom: 5px;
    position: relative;
}
.item-color-index:after {
    content: " ";
    display: block;
    width: 0px;
    height: 2px;
    border-radius: 10px;
    position: absolute;
    background-color: #232323;
    transition: all 0.3s ease-in;
    top: 27px;
}


.item-color-index.active:after {
    content: " ";
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 10px;
    background-color: #232323;
}


/* ------------------------------- product count --------------------------------------- */


/*.single-product-quant {
    text-align: center;
}

    .single-product-quant input {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

.quant-buttons {
    display: inline-block;
    vertical-align: middle;
    float: none;
}*/

.title-not-avilable {
    clear: both;
    margin-right: 30px;
    background: #215763;
    padding: 10px;
    color: #fff;
    display: none;
}

    .title-not-avilable.show-up {
        display: block;
    }

.product-count-si .quantity-control {
    overflow: visible !important;
    min-width:90px;
    width:auto;

}


.product-count-si .quantity-control .quantity-input {
        max-width: 60px;
    }

.product-count-si .quantity-control .quantity-input:focus {
    border:none;
}

.product-count-si .quantity-control button:focus {
    border:none;
    outline:none;
}

    .product-count-si .quantity-control button:active, .product-count-si .quantity-control button:hover, .product-count-si .quantity-control button:focus {
        background: #ddd;
    }



/* ---------------------------- Product add stop basket -----------------------------------*/


.price-box-product > a, .price-box-product > a:hover, .price-box-product > a:focus {
    color: #fff;
}



.price-box-product .add-to-cart.btn-add-basket {
    flex:50%;
    cursor:pointer;
    text-align:right;
    transition:all 0.3s linear;
}
.price-box-product .add-to-cart.btn-add-basket:hover {
    color:#ddd;
}
/* ------------------------------- product gallery --------------------------------------- */
.loading-gallery {
    left: 24px;
    top: 44px;
    position: absolute;
}

.gallery-mob img {
  width: 100%;
}

.gallery-mob .swiper-button-prev,
.swiper-button-next {
  width: 6px;
  height: 12px;
  color: #232323;
  font-weight: 600;
}

.gallery-mob .swiper-button-prev {
  right: 24px;
}

.gallery-mob .swiper-button-next {
  left: 24px;
}

.gallery-mob .swiper-button-next:after,
.gallery-mob .swiper-button-prev:after {
  font-size: unset;
}

/* -------------------------------- Accordion detail ------------------------------------ */

.accordion-detail {
  margin-top: 64px;
}

.accordion-detail .card {
  border: none;
  border-bottom: 1px solid var(--light-gray);
  border-radius: 0;
}

.accordion-detail .card-header {
  background-color: #fff;
  color: #232323;
  font-weight: 600;
  padding-bottom: 16px;
  border-bottom: none;
  padding-left: 8px;
  padding-right: 8px;
}

.accordion-detail .accordion-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #232323;
  font-size: 16px;
  transition: all 0.3s linear;
}

.accordion-detail .accordion-title:hover,
.accordion-detail .accordion-title:focus {
  color: #232323;
}

.accordion-detail .accordion-title i {
  transition: all 0.3s linear;
  transform: rotate(180deg);
}

.accordion-detail .accordion-title.collapsed i {
  transform: rotate(0deg);
}

.accordion-detail .card-body {
  text-align: right;
  padding-top: 8px;
}

.accordion-detail .card-body p {
  font-size: 14px;
  line-height: 28px;
  color: var(--davy-grey);
}

.accordion-detail .card-body p a {
  color: var(--primary-color);
  padding-bottom: 3px;
  border-bottom: 1px solid var(--primary-color);
  transition: all 0.3s linear;
}

.accordion-detail .card-body p a:hover,
.accordion-detail .card-body p a:focus {
  color: var(--old-price-color);
  border-bottom: 1px solid var(--old-price-color);
}

.accordion-detail .specialfileds-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 16px;
  padding-top: 5px;
}

.accordion-detail .specialfileds-row {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 8px;
}

.accordion-detail .specialfileds-name {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  color: #232323;
}

.accordion-detail .specialfileds-value {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  color: var(--davy-grey);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
}

.accordion-detail .specialfileds-value span {
  border-radius: 100px;
  padding: 4px 12px;
  border: 1px solid var(--light-gray);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* ------------------------------------ Comments ----------------------------------------- */
.row-top-comments {
  display: flex;
  flex-direction: row;
  margin-bottom: 48px;
  justify-content: start;
  align-items: center;
  gap: 24px;
}

.row-top-comments .comment-counts {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color);
  color: #fff;
  padding: 6px 12px;
  gap: 4px;
  font-size: 12px;
  font-weight: 500;
}

.row-top-comments .comments-text {
  font-size: 12px;
  font-weight: 500;
  color: var(--davy-grey);
  line-height: normal;
}

.comment-cols {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.comment-cols .comment-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--light-gray);
}

.comment-cols .comment-box:last-of-type {
  border-bottom: none;
}

.comment-cols .comment-box .comment-author {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 16px;
}

.comment-cols .comment-box .comment-author .author-avatar {
  border-radius: 100%;
  width: 48px;
  height: 48px;
  position: relative;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  background-color: #f0f0f0;
}

.comment-cols .comment-box .comment-author .author-avatar img {
  border-radius: 100%;
}

.comment-cols .comment-box .comment-author .author-detail {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 8px;
}

.comment-cols .comment-box .comment-author .author-detail .author-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-color);
}

.comment-cols .comment-box .comment-author .author-detail .comment-date {
  font-size: 12px;
  font-weight: 500;
  color: var(--date-gray);
}

.comment-cols .comment-box .comment-content {
  color: #4f565c;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
}

.comment-cols .comment-box.reply-box {
  padding: 24px;
  background-color: #f0f0f0;
  margin-top: -24px;
}

.comment-cols .comment-box.reply-box .comment-author .author-detail .author-name {
  color: #232323;
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: start;
  align-items: center;
}

.comment-cols .comment-box.reply-box .comment-author .author-detail .admin-comment {
  gap: 4px;
  padding: 3px 12px;
  color: var(--primary-color);
  background-color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 600;
}

/* -------------------------------- Fixed Bottom Navbar --------------------------------- */
.fixed-bottom-navbar {
  width: 100%;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  /* height: 81px; */
  height: 56px;
  display: flex;
  flex-direction: row;
  z-index: 100;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
}

.fixed-bottom-navbar .horizontal-scroll {
  display: none;
  justify-content: center;
  align-items: center;
  height: 25px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.fixed-bottom-navbar .horizontal-scroll span {
  width: 134px;
  height: 5px;
  background-color: #060606;
  border-radius: 100px;
  position: relative;
  display: flex;
  margin: auto;
}

.fixed-bottom-navbar ul,
.fixed-bottom-navbar ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  height: 56px;
}

.fixed-bottom-navbar ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 56px;
}

.fixed-bottom-navbar ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 2px;
  width: 100%;
  height: 100%;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  color: #abafb2;
}

.fixed-bottom-navbar ul li a.active,
.fixed-bottom-navbar ul li a:hover,
.fixed-bottom-navbar ul li a:focus {
  color: var(--primary-color);
}

.fixed-bottom-navbar ul li a.nav-bottom-home.active, .fixed-bottom-navbar ul li a.nav-bottom-cat.active, .fixed-bottom-navbar ul li a.nav-bottom-basket.active {
    color: var(--primary-color);
}

    .fixed-bottom-navbar ul li a.nav-bottom-home.active svg path, .fixed-bottom-navbar ul li a.nav-bottom-cat.active svg path, .fixed-bottom-navbar ul li a.nav-bottom-basket.active svg path {
        stroke: var(--primary-color);
    }

    .fixed-bottom-navbar ul li a.nav-bottom-cat.active svg path {
        fill: var(--primary-color);
    }

/* ---------------------------------- Overlay ------------------------------------------ */
.overlay {
  position: fixed;
  z-index: 400;
  background-color: rgba(0, 0, 0, 0.5);
  /* background-color: #1e1e1ec0; */
  /* 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;
}

/* -------------------------------------- Off-Canvas Menu ------------------------------- */
.off-canvas-menu,
.filter-box,
.basket-pop-up,
.login-pop-up {
  width: 85%;
  position: fixed;
  inset-block: 0.001px 0;
  z-index: 500;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: min(85%, 100vw);
  background-color: #fff;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.filter-box {
  width: 38%;
  width: min(38%, 100vw);
}

.basket-pop-up,
.login-pop-up {
  width: 85%;
  width: min(85%, 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,
.filter-box.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);
}

.off-canvas-menu .nav-item.men-nav-item .nav-link {
  /*background-image: url(../Image/men-tab-bg.jpg);*/
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  height: 160px;
  background-color: #fff;
  transition: all 0.3s linear;
  position: relative;
  overflow:hidden;
}

.off-canvas-menu .nav-item.women-nav-item .nav-link {
    /*background-image: url(../Image/women-tab-bg.jpg);*/
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 160px;
    background-color: #fff;
    transition: all 0.3s linear;
    position: relative;
    overflow: hidden;
}

.off-canvas-menu .nav-item.women-nav-item .nav-link > img, .off-canvas-menu .nav-item.men-nav-item .nav-link > img {
        position: absolute;
    left: -24px;
    bottom: -24px;
    width: auto;
    transform: scale(0.8);
}

.off-canvas-menu .nav-item .nav-link:hover {
  border-color: transparent;
}

.off-canvas-menu .tabbable-responsive {
  border-bottom: 1px solid #f0f0f0;
}

.off-canvas-menu .nav-item .nav-link.active .menu-shadow {
  opacity: 0;
  transition: all 0.3s linear;
}

.menu-shadow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg,
      rgba(240, 240, 240, 0.2) 20%,
      rgba(240, 240, 240, 0.8) 100%);
  transition: all 0.3s linear;
}

/* .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  */

.main-cat-all-pro {
  font-size: 12px;
  font-weight: 600;
  color: var(--primary-color);
  gap: 4px;
  margin-bottom: 24px;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-right: 16px;
}

.responsive-menu-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 {
  flex: 1 1 auto;
  width: 100%;
  padding: 0;
}

.responsive-des-tabs .nav-tabs li a.nav-link {
  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 {
  border-bottom: none;
}

.responsive-menu-tabs .nav-tabs .nav-link.active {
  border-color: transparent;
}

.responsive-menu-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 {
  direction: ltr;
}

.responsive-des-tabs .nav-tabs li.nav-item .nav-link::before {
  top: -10px;
}

.responsive-des-tabs .nav-tabs .nav-link:focus {
  border-color: transparent;
}

.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;
  width: 100%;
  color: #232323;
}

.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;
}

.ul-submenu-l2 {
  display: none;
}

.mobile-menu {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 24px;
}

.mobile-menu>ul>li {
  font-size: 14px;
  width: 100%;
  font-weight: 600;
  color: #232323;
  padding: 16px;
  border: 1px solid #f0f0f0;
  margin-bottom: 8px;
}

.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 li.has-submenu>ul.ul-submenu {
  padding: 16px 0;
}

.mobile-menu li.has-submenu>.ul-submenu>li>a {
  font-size: 12px;
  padding: 8px;
}

.mobile-menu .nav-opener {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: #232323;
  cursor: pointer;
  transition: all 0.25s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.nav-opener.open {
  transform: rotate(180deg);
}

.mobile-menu ul li.show-all-cat-pro a {
  color: var(--primary-color);
}

.mobile-menu li>div {
  width: 100%;
}

/* Menu Sub Category */
.has-submenu-l2 {
  display: flex;
  flex-direction: column;
}

/* ./Menu Sub Category */

.other-links-menu {
    padding-right:24px;
    padding-left:24px;
}

.other-links-menu ul, .other-links-menu ul li {
    list-style: none;
    text-align: right;
    display: flex;
    flex-direction: column;
    grid-gap: 16px;
}


 .other-links-menu ul li a {
         font-size:14px;
    font-weight:600;
    color:#232323;
    transition:all 0.3s linear;
 }


.other-links-menu ul li a:hover,  .other-links-menu ul li a:focus {
    color:var(--davy-grey);
}

.other-links-menu ul {
    border-top:1px solid var(--light-gray);
    padding-top:24px;
}
/* ----------------------------------------- Filter Box ------------------------------------ */
.filter-box {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: #fff;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 10%;
    padding-bottom: 100px;
}

.filter-side-main-title {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:start;
}

    .filter-side-main-title .reset-filter {
        margin-top: 8px;
        padding: 6px 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--primary-color);
        color: #fff;
        border: 1px solid var(--primary-color);
        transition:all 0.3s ease-in;
        font-size:13px;
        font-weight:500;
    }

        .filter-side-main-title .reset-filter:hover, .filter-side-main-title .reset-filter:focus {
            background-color:#fff;
            color: var(--primary-color);
        }
        /* .filter-box {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 10%;
  } */
        .filter-box-row {
            padding: 16px;
            display: flex;
            flex-direction: row;
            border: 2px solid #f0f0f0;
            background-color: #fff;
            justify-content: space-between;
            align-items: center;
            font-size: 16px;
            color: #232323;
        }

.filter-box .features-text-title {
  color: #232323;
  margin-bottom: 32px;
}

.filter-box .features-text-title::after {
  background-color: #232323;
}

.filter-title {
  font-size: 16px;
  font-weight: 600;
}

/* Search Page : Switch btn available products */

/* The switch - the box around the slider */
.filter-box-row.available-productsv .switch {
  position: relative;
  display: flex;
  width: 46px;
  height: 26px;
  margin-top: 0;
  margin-bottom: 0;
}

/* Hide default HTML checkbox */
.filter-box-row.available-productsv .switch input {
  display: none;
}

.filter-box-row.available-productsv .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.filter-box-row.available-productsv .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.filter-box-row.available-productsv input.default:checked+.slider {
  background-color: #444;
}

.filter-box-row.available-productsv input:focus+.slider {
  box-shadow: 0 0 1px #2196f3;
}

.filter-box-row.available-productsv input:checked+.slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.filter-box-row.available-productsv .slider.round {
  border-radius: 34px;
}

.filter-box-row.available-productsv .slider.round:before {
  border-radius: 50%;
}

.filter-box-row-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #232323;
  width: 100%;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s linear;
}

.filter-box-row-header:hover,
.filter-box-row-header:focus {
  color: var(--davy-grey);
}

.filter-box-row-header.collapsed i {
  transform: rotate(0deg);
}

.filter-box-row-header i {
  transform: rotate(180deg);
  transition: all 0.3s linear;
}

.filter-box-cat-items,
.filter-box-cat-items a,
.filter-box-cat-items label {
  color: #232323;
}

.filter-box-cat-items a {
  font-size: 14px;
  font-weight: 600;
}

.filter-box-cat-items label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin-bottom: 4px;
}

.filter-box-cat-items label input[type="checkbox"] {
  width: 16px;
  height: 16px;
  display: contents;
  text-indent: -9999px;
}

.filter-box-cat-items,
.filter-box-cat-items a {
  margin-bottom: 16px;
  cursor: pointer;
}

    .filter-box-cat-items  label > a {
        margin-bottom:8px;
        margin-top:8px;
    }

    .filter-box-cat-item + div {
        gap: 8px;
    }

.cbx {
  width: 16px;
  height: 16px;
  background-color: transparent;
  transition: all 0.3s linear;
  border: 1px solid #232323;
  /* background-color: #232323; */
}

.filter-box-cat-items label input[type="checkbox"]:checked+.cbx {
  background-color: #232323;
}

.filter-box-cat-item-content {
  display: none;
}

.filter-box-cat-item i {
  transition: all 0.3s linear;
}

.filter-box-cat-item.open-items i {
  transform: rotate(180deg);
}


/*Color*/

.filter-box-row .color-palette-box input[type=checkbox].InputColor {
    display:none;
}

    .filter-box-row .color-palette-box input[type=checkbox].InputColor + .checkColor {
        margin-bottom:5px;
        position: relative;
    }
    .filter-box-row .color-palette-box input[type=checkbox].InputColor + .checkColor:after {

        content: " ";
        display: block;
        width: 0px;
        height: 2px;
        border-radius: 10px;
        position:absolute;
        background-color: #232323;
        transition:all 0.3s ease-in;
        top:27px;

        
    }


    .filter-box-row .color-palette-box input[type=checkbox].InputColor:checked + .checkColor:after {
        content: " ";
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 10px;
        background-color: #232323;

    }



    /* Price Slider */
    .filter-range {
        margin-top: 12px;
    }

.price-slider {
  width: 100%;
  position: relative;
  height: 42px;
}

.slider-title {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
  color: #555;
}

.slider-track, .ui-widget-content {
    position: absolute ;
    width: 99% !important;
    height: var(--track-height) !important;
    background: #e0e0e0 !important;
    border-radius: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

/*.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, .ui-slider .ui-slider-handle, .ui-state-default, .ui-widget-content .ui-state-default {
        -webkit-appearance: none;
        width: 3px !important;
        height: 15px !important;
        background: var(--price-slider-color) !important;
        cursor: pointer !important;
        pointer-events: auto !important;
        position: absolute !important;
        z-index: 2 !important;
        display:block !important;
        border:none !important;
    }

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;
}


.ui-slider-horizontal .ui-slider-handle
 {
    top: -7px !important;
    margin-left: -1px !important;
    margin-right: -1px !important;
}

.ui-widget.ui-widget-content, .ui-widget-content {
    border:none !important;
}
.ui-slider .ui-slider-range {
    background-color: #232323 !important;
}

.price-values {
    display: flex;
    justify-content: unset;
    margin-top: 0px;
    font-size: 14px;
}

.price-value {
  font-weight: 500;
  direction: rtl;
  display: inline-block;
}

    .price-value:last-of-type .toman {
        text-align:left;
    }

    .price-value span {
        font-size: 14px;
        font-weight: 500;
    }

.toman {
    color: #232323;
    margin-right: 2px;
    font-size: 12px !important;
    max-width: 84% !important;
}

.price-t {
  color: #6c757d;
  margin-left: 5px;
}

.dash-divider {
  display: inline-block;
  margin: 0 5px;
}

/* ./Price Slider */

/* Video */

.video-box video {
  width: 100%;
  height: auto;
}

.cat-collection-pic img {
  width: inherit;
  height: auto;
}

.collection-page .new-products.product-in-cat .home-row-items {
  border-bottom: none;
}

.collection-page .collection-row-items-carousel .flickity-button.flickity-prev-next-button.previous {
  position: absolute;
  top: 30px;
  right: -100px;
  color: #fff;
  border-radius: 0;
  background-color: #fff;
}

.collection-page .collection-row-items-carousel .flickity-button.flickity-prev-next-button.next {
  position: absolute;
  top: 30px;
  right: -62px;
  color: #fff;
  border-radius: 0;
  background-color: #fff;
}

.collection-page .collection-row-items-carousel .flickity-button.flickity-prev-next-button.previous::before,
.collection-page .collection-row-items-carousel .flickity-button.flickity-prev-next-button.next::before {
  background-color: #232323;
  width: 32px;
  height: 32px;
}

.collection-page .collection-row-items-carousel .flickity-prev-next-button.previous,
.collection-page .collection-row-items-carousel .flickity-prev-next-button.next {
  background-size: auto 20px;
  filter: invert(1);
}

.cat-collection-pic {
    max-width:20% !important;
}
.cat-collection-rows-items {
    max-width: 80% !important;
    flex: 0 0 79%;
}

body.dark-mode .discount-row-btn .all-btn.all-btn-dis.active-dis, body.dark-mode .discount-row-btn .men-btn-dis.active-dis, body.dark-mode .discount-row-btn .women-btn-dis.active-dis {
    background-color: #fff !important;
    color: #232323 !important;
}

body.dark-mode .quick-no-results > span  {
    color:#232323 !important;
}


.body.dark-mode .header-left-box-1 .search-result .search-res-item a img {
    filter: none !important;
}


/* ------------------------------------ FAQ --------------------------------------------- */
.section-bold-title {
    font-size: 48px;
    font-family: 'Doran', Tahoma, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-variation-settings: "wght" 800;
    line-height: normal;
    color: #232323;
    padding-top: 52px;
    display: block;
}

@supports (font-variation-settings: "wght" 800) {
    .section-bold-title {
        font-family: "Doran", Tahoma, sans-serif;
        font-size: 48px;
        font-weight:800;
    }
}

.section-bold-title+.section-title-des.main-list-des {
  margin-top: 32px;
  margin-bottom: 32px;
}

.faq-tabs ul.nav-tabs {
  gap: 12px;
}

.faq-tabs ul.nav-tabs li {
  padding: 0;
}

.faq-tabs ul.nav-tabs li a {
  padding: 4px 12px;
  background-color: #fff;
  border: 2px solid #f0f0f0;
  color: #232323;
  font-size: 14px;
  display: flex;
  text-align: center;
  justify-content: center;
  transition: all 0.3s linear;
  min-height: 36px;
}

.faq-tabs ul.nav-tabs li a.active,
.faq-tabs ul.nav-tabs li a:hover,
.faq-tabs ul.nav-tabs li a:focus {
  background-color: #232323;
  border: 2px solid #232323;
  color: #fff;
}

.faq-tabs .nav-tabs {
  border-bottom: none;
}

.faq-tabs .tab-content {
  margin-top: 48px;
  text-align: right;
}

.faq-tabs .faq-item {
  padding: 16px 24px 16px 16px;
  border: 2px solid #f0f0f0;
  margin-bottom: 16px;
}

.faq-tabs .faq-ques {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #232323;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
}

.faq-tabs .faq-ques .faq-icon {
  transition: all 0.7s linear;
  position: relative;
}

.faq-tabs .faq-ques .faq-icon::before {
  content: " ";
  width: 12px;
  height: 2px;
  background-color: #232323;
  display: block;
  transition: all 0.7s linear;
  position: relative;
}

.faq-tabs .faq-ques.collapsed .faq-icon::after,
.faq-tabs .faq-ques[aria-expanded="false"] .faq-icon::after {
  content: " ";
  width: 12px;
  height: 2px;
  background-color: #232323;
  opacity: 1;
  transform: rotate(90deg);
  display: block;
  margin-top: -2px;
  transition: all 0.7s linear;
  position: relative;
}

.faq-tabs .faq-ques .faq-icon::after,
.faq-tabs .faq-ques[aria-expanded="true"] .faq-icon::after {
  transform: rotate(180deg);
  opacity: 0;
  transition: all 0.7s linear;
  position: relative;
  /* animation: transformicon 0.3s 0.3s forwards; */
}

.faq-tabs .card-body {
  margin-top: 12px;
  font-size: 14px;
  line-height: 28px;
  color: var(--davy-grey);
  display: flex;
  padding: 0;
}

.faq-tabs .card-body::before {
  content: " ";
  width: 16px;
  height: 1px;
  background-color: var(--davy-grey);
  display: block;
  position: relative;
  margin-top: 12px;
  margin-left: 8px;
}

/* ---------------------------------- Branches ----------------------------------------- */

.branches-section .container-fluid {
  padding-left: 150px;
  padding-right: 150px;
}

.branches-section .branches-row {
  margin-top: 64px;
}

.branches-section .branches-row>div {
  padding-right: 12px;
  padding-left: 12px;
}

.branch-item {
  padding: 24px;
  border: 1px solid #f0f0f0;
  margin-bottom: 24px;
}

.branch-item>img {
  width: 100%;
  margin-bottom: 24px;
}

.branch-detail {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}

.branch-detail>div {
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: start;
  align-items: center;
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  color: var(--davy-grey);
}

.branch-inner-text {
  font-size: 32px;
  line-height: 50px;
  color: #232323;
}

.line-show {
  width: 64px;
  height: 1px;
  background-color: #232323;
  display: block;
}

.btn-row-branch {
  margin-top: 28px;
}

.btn-row-branch>a {
  margin-right: -154px;
}

.last-div-branches {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.branch-address p {
    margin-bottom:0;
}

.branch-tel-link[href^='tel:'] {
    color: var(--davy-grey);
    
}

.branch-tel-link[href^='tel:']:hover, .branch-tel-link[href^='tel:']:focus {
    color:#232323;
}




/* ----------------------------------- Ribbon ------------------------------------------- */
[class^="ribbon-"] {
    position: relative;
}

[class^="ribbon-"]:before {
  content: "";
  position: absolute;
}

.ribbon-2 {
  min-width: 133px;
  width: fit-content;
  padding: 5px 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  background: #232323;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  right: -32px;
}

.ribbon-2:before {
  height: 0;
  width: 0;
  border-bottom: 8px solid #232323;
  border-right: 8px solid transparent;
  top: -8px;
  right: 0;
}

/* --------------------------------- Contact Us ----------------------------------------- */
.contact-p {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-right: 150px;
  padding-top: 98px;
}

.simple-paragraph {
  font-size: 16px;
  font-family: "Pelak", Tahoma, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 32px;
  color: var(--davy-grey);
  text-align:justify;
}

.contact-top-row {
  position: relative;
}

.contact-map {
  position: absolute;
  left: 0;
  top: -62px;
}

.pin-animation img {
  animation: mapanimation 5s 20s ease-in-out;
  animation-iteration-count: initial;
  z-index: 2;
  position: relative;
}

.pin-1 {
  position: absolute;
  top: 280px;
  left: 250px;
}

.pin-1 img {
  transform: scale(0.5);
  transition: all 0.5s ease;
  animation-delay: 0s;
  z-index: 10;
}

.pin-2 {
  position: absolute;
  top: 316px;
  left: 204px;
}

.pin-2 img {
  transform: scale(0.5);
  transition: all 0.5s ease;
  animation-delay: 5s;
  z-index: 10;
}

.pin-3 {
  position: absolute;
  top: 370px;
  left: 249px;
}

.pin-3 img {
  transform: scale(0.5);
  transition: all 0.5s ease;
  animation-delay: 10s;
}

.pin-4 {
  position: absolute;
  top: 330px;
  left: 277px;
}

.pin-4 img {
  transform: scale(0.5);
  transition: all 0.5s ease;
  animation-delay: 15s;
}

.pin-5 {
  position: absolute;
  top: 307px;
  left: 337px;
}

.pin-5 img {
  transform: scale(0.5);
  transition: all 0.5s ease;
  animation-delay: 20s;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}

.pin-address {
  background-color: #232323;
  position: relative;
  color: #fff;
  padding: 0;
  width: 0;
  height: 0;
  opacity: 0;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  font-size: 14px;
  font-weight: 500;
  gap: 4px;
  z-index: 1;
  transform: scale(0.5), translateX(0, 0);
  transition: all 0.5s ease;
  /* animation: mapanimationaddress 3.5s ease-in-out;
  animation-iteration-count: initial; */
  overflow: hidden;
}

.pin-address-animate {
  animation: mapanimationaddress 3.5s ease-in-out;
  animation-iteration-count: initial;
}

.pin-address-1 {
  margin-top: -30px;
  margin-left: 5px;
  animation-delay: 1s;
  z-index: 9;
}

.pin-address-2 {
  margin-top: -30px;
  margin-left: 5px;
  animation-delay: 6s;
  z-index: 9;
}

.pin-address-3 {
  margin-top: -30px;
  margin-left: 5px;
  animation-delay: 11s;
}

.pin-address-4 {
  margin-top: -30px;
  margin-left: 5px;
  animation-delay: 16s;
}

.pin-address-5 {
  margin-top: 10px;
  margin-left: 5px;
  animation-delay: 21s;
}

.contact-page-items {
  margin-top: 100px;
}

.contact-page-item-col,
.dash-info-item-col {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 24px;
  width: fit-content;
}

.contact-page-item-col-title,
.dash-info-item-col-title {
  font-size: 14px;
  font-weight: 600;
  color: #232323;
  text-align: right;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: max-content;
}

.contact-page-item-col-detail,
.dash-info-item-col-detail {
  font-size: 14px;
  font-weight: 500;
  color: var(--davy-grey);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: fit-content;
}

.contact-page-item-col a {
  color: var(--davy-grey);
  font-size: 14px;
  padding-bottom: 2px;
  border-bottom: 1px solid #4f565c4f;
}

.contact-p-bottom {
  display: flex;
  flex-direction: row;
  gap: 24px;
  padding-right: 150px;
  padding-left: 150px;
  padding-top: 88px;
}

.contact-p-bottom>div {
  border: 2px solid #f0f0f0;
  height: 80px;
  padding: 24px 20px;
  color: #232323;
  display: flex;
}

.contact-p-bottom .ribbon-2 {
  right: -29px;
}

.contact-p-bottom .social-networks {
  width: fit-content;
  gap: 4px;
}

.contact-p-bottom .social-networks li a {
  border: 1px solid #232323;
  padding: 4px;
}

.contact-p-bottom .social-networks::after {
  width: 28px;
}

.contact-p-bottom .ribbon-2+.col {
  justify-content: end;
  display: flex;
  width: fit-content;
  align-items: center;
  padding: 0;
}

.contact-us-comments-top {
  margin-top: 127px;
}

.contact-form,
.contact-des {
  padding-left: 344px;
  padding-right: 344px;
}

.contact-form {
  margin-top: 48px;
}

.contact-form input,
.contact-form textarea {
  padding: 16px;
  border: 1px solid #f0f0f0;
  color: #232323;
  border-radius: 0;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #232323;
}

.contact-form input {
  min-height: 58px;
}

.contact-form textarea {
  min-height: 130px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  font-weight: 500;
  color: #232323;
}

.contact-form>div {
  padding: 6px;
}

.send-btn {
  color: #fff;
  font-weight: 500;
  padding: 14px 16px;
  background-color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--primary-color);
  transition: all 0.3s ease;
  cursor:pointer;
}

.send-btn:hover,
.send-btn:focus {
  background-color: #fff;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

/* ---------------------------------- About Us ------------------------------------------ */

.about-section {
  margin-top: 88px;
}

.about-section .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}

.about-p {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-pic img {
  background-image: url(../Image/Layer-bg.svg);
  background-repeat: no-repeat;
  background-size: 163px 105px;
  background-position: right bottom;
  padding-right: 48px;
  padding-bottom: 40px;
}

.about-us-middle-content {
  margin-top: 62px !important;
}

.about-statistics {
  margin-top: 48px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  gap: 44px;
}

.about-statistics-inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.about-s-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  font-family: "pelak", Tahoma, sans-serif;
}

.about-s-text span:first-of-type {
  color: var(--grey);
}

.about-s-text span:last-of-type {
  color: #232323;
}

.about-s-num {
  font-size: 48px;
  font-weight: 800;
  font-variation-settings: "wght" 800;
  line-height: 64px;
  color: var(--primary-color);
  font-family: 'Doran', Tahoma, sans-serif;
  display: flex;
  flex-direction: row;
  gap: 4px;
}

@supports (font-variation-settings: "wght" 800) {
    .about-s-num  {
     font-family: "Doran", Tahoma, sans-serif;
    }
}

.about-statistics-inner:first-of-type .about-s-num .counter-value {
  width: 69px;
}

.about-statistics-inner:nth-of-type(2) .about-s-num .counter-value {
  width: 70px;
}

.about-statistics-inner:nth-of-type(3) .about-s-num .counter-value {
  width: 34px;
}

.about-statistics-inner:last-of-type .about-s-num .counter-value {
  width: 111px;
}

.about-box {
  margin-top: 100px;
}

.about-box .about-box-title {
  display: flex;
  flex-direction: row;
  font-size: 24px;
  line-height: normal;
  color: #232323;
  position: relative;
  gap: 6px;
  width: fit-content;
  font-weight: 500;
  margin-bottom: 12px;
}

.about-box-title::after {
  content: " ";
  display: block;
  width: 44px;
  height: 2px;
  background-color: #232323;
  position: absolute;
  right: 100%;
  margin-right: 12px;
  top: 50%;
}

.special-word {
  color: var(--primary-color);
}

.about-box .about-box-title+p {
  font-size: 14px;
  line-height: 30px;
  color: var(--davy-grey);
  margin-bottom: 56px;
  text-align: justify;
}

.about-box-pic-middle {
  margin-top: 44px;
}

.about-section .container-fluid.about-items-row {
  padding-left: 309px;
  padding-right: 309px;
}

.about-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.about-item>div {
  width: 50%;
  display: flex;
  padding: 0;
  margin-top: 180px;
}

.about-item-part-1 {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  text-align: justify;
  gap: 8px;
  margin-left: 50px;
  padding-right: 0;
}

.about-item>div.about-item-part-2 {
  position: relative;
  /* justify-content: end;
  padding-right: 50px; */
  justify-content: center;
  padding-right: 50px;
  padding-left: 50px;
}

.about-item-part-2::after {
  width: 1px;
  height: 180px;
  background-color: var(--primary-color);
  display: flex;
  position: absolute;
  bottom: 100%;
  left: 50%;
  content: "";
}

.about-item-title {
  font-size: 14px;
  color: #232323;
  line-height: 28px;
  display: flex;
  gap: 8px;
  font-weight: 600;
  position: relative;
  width: fit-content;
  padding-right: 24px;
}

.about-item-title::before {
  width: 16px;
  height: 1px;
  background-color: #232323;
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
}

.about-item-title+p {
  font-size: 14px;
  line-height: 28px;
  color: var(--davy-grey);
  text-align: justify;
}

/* ----------------------------------- Garanty ----------------------------------------- */

.default-box {
  padding: 16px 24px 16px 16px;
  border: 2px solid #f0f0f0;
  margin-bottom: 16px;
}

.default-box .card-body {
  font-size: 14px;
  line-height: 28px;
  color: var(--davy-grey);
  display: flex;
  padding: 0;
  text-align: justify;
}

.default-box .card-body::before {
  content: " ";
  width: 16px;
  height: 1px;
  background-color: var(--davy-grey);
  display: block;
  position: relative;
  margin-top: 12px;
  margin-left: 8px;
}

.garanty-title {
  margin-top: 44px;
  margin-bottom: 24px;
}

.garanty-title .section-title {
    font-weight:500;
}

.garanty-section div.category-des-text {
  margin-bottom: 0;
  display: block;
  mask-image: linear-gradient(to bottom, white, transparent);
  text-align: justify;
  transition: all 0.3s linear;
}

.garanty-section .category-des-text.show-more-text {
  mask-image: linear-gradient(to bottom, white, white);
}

.garanty-items-row {
  margin-top: 88px;
  gap: 16px;
  padding: 16px;
}

.garanty-items-row>div {
  padding: 0;
}

.box-24 {
  padding: 28px 24px;
  border: 1px solid var(--light-gray);
}

.box-24>p {
  margin-bottom: 12px;
  gap: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
}

.box-24>p:last-of-type {
  margin-bottom: 0;
}

.title-24 {
  font-size: 24px;
  color: #232323;
  line-height: normal;
  font-weight: 500;
  position: relative;
  width: fit-content;
  margin-bottom: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.title-24::after {
  content: " ";
  width: 44px;
  height: 1px;
  background-color: #232323;
  display: block;
  position: relative;
  margin-top: 12px;
  margin-left: 12px;
}

/* --------------------------------- Basket ------------------------------------------- */

.Basket-section {
  margin-top: 37px;
}

.Basket-section .container-fluid {
  padding-left: 150px;
  padding-right: 150px;
}

.basket-row {
  margin-top: 64px;
}

.basket-row-ht {
  padding-left: 24px;
  padding-right: 24px;
  color: var(--old-price-color);
  font-size: 12px;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.basket-row-ht>div {
  text-align: center;
}

.basket-row-ht div:first-of-type {
  min-width: 293px;
  text-align: right;
}

.basket-row-ht div:nth-of-type(2),
.basket-row-ht div:last-of-type {
  min-width: 93px;
}

.basket-row-ht div:nth-of-type(3) {
  min-width: 115px;
}

.mahsool-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.mahsool {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: start;
  align-items: center;
}

.mahsool-detail {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
}

.mahsool-name {
  font-size: 16px;
  font-weight: 600;
  color: #232323;
  text-align:right;
}

.mahsool-color-size,
.masool-color,
.masool-size {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 16px;
}

.masool-color,
.masool-size {
  gap: 8px;
  color: #232323;
  font-size: 9.33px;
}

.t-mahsool {
  font-size: 12px;
  font-weight: 500;
  color: var(--old-price-color);
}

.t-mahsool+span {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  padding:0 5px;
  height: 24px;
  border: 1px solid #f0f0f0;
}

.gheymat-vahed {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  gap: 4px;
}

.gheymat-vahed .new-price,
.majmoo .new-price {
  font-size: 14px;
  font-weight: 600;
  color: #232323;
  text-align:right;
}

.gheymat-vahed .old-price {
  font-size: 12px;
  font-weight: 500;
  color: #bfbfbf;
}

/* ---------------------------- Basket - Quantity --------------------------------------- */

.quantity-control {
  display: flex;
  align-items: center;
  width: fit-content;
  overflow: hidden;
  height: 32px;
  border: 1px solid #f0f0f0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 90px;
}

.quantity-control button {
  background: #fff;
  border: none;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.5s ease;
}

/* .quantity-control button:hover {
  background: #242424;
  color: #fff;
  border-color: #242424;
} */

.quantity-control button:active {
  background: #ddd;
}

.quantity-input {
  font-size: 16px;
  font-weight: 600;
  color: #232323;
  border: none;
  -moz-appearance: textfield;
  text-align: center;
  font-family: "Pelak", Tahoma, sans-serif;
}

.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-input {
  font-family: "Pelak" !important;
}

.delete-product-basket {
  background-color: transparent;
  border: none;
}

.tedad {
  gap: 8px;
}

.quantity-plus,
.quantity-minus,
.delete-product-basket {
  transition: all 0.3s ease;
  transform: scale(1);
}

.quantity-plus:hover,
.quantity-minus:hover,
.delete-product-basket:hover {
  transition: all 0.3s ease;
  transform: scale(1.2);
}

/* --------------------------- Basket Completed Products -------------------------------- */

.completed-products {
  margin-top: 64px;
}

.completed-products-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-left: 12px;
  margin-right: 12px;
}

.completed-products-item .completed-products-item-img>img {
  width: 100%;
}

.completed-products-item-detail {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: right;
}

.completed-products-item-detail .gheymat-vahed {
  justify-content: start;
  align-items: start;
}

.completed-products-item-img {
  position: relative;
  overflow: hidden;
}

.add-completed {
  position: absolute;
  height: 28px;
  background-color: #232323;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  font-size: 12px;
  font-weight: 500;
  width: 100%;
  bottom: -28px;
}

.add-completed:hover {
  background-color: #232323d0;
  color: #fff;
}

.completed-products-item:hover .add-completed {
  bottom: 0;
}

.add-completed span:last-of-type {
  font-size: 20px;
}

.calc-box {
  margin-top: 34px;
  padding-right: 24px !important;
  transition: all 0.3s ease;
}

.calc-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.cacl-price-row-title {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  color: #a6a6a6;
}

.cacl-price-row-value {
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  color: #232323;
  display: flex;
  gap: 4px;
}

.notif {
  font-size: 12px;
  line-height: normal;
  font-weight: 600;
  color: var(--primary-color);
}

.calc-box .box-24 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  gap: 24px;
}

.last-calc-row {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #f0f0f0;
  position: relative;
  padding-top: 24px;
  gap: 24px;
}

.action-btn {
  background-color: var(--primary-color);
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 16px;
  width: 100%;
  border: 1px solid var(--primary-color);
  transition: all 0.3s ease;
}

.action-btn:hover,
.action-btn:focus {
  background-color: #fff;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.last-calc-row .calc-row .cacl-price-row-title {
  color: #232323;
  font-size: 14px;
  font-weight: 6090;
}

.basket-row-ht-addresses {
  margin-bottom: 12px;
  padding-right: 4px;
}

.basket-row-ht-addresses>div {
  color: #232323;
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
}

.basket-address-row>div {
  display: flex;
  flex: 1 1 48%;
  text-align: right;
  margin-bottom: 24px;
}

.basket-address-row>div:nth-of-type(2n) {
  margin-right: 12px;
}

.basket-address-row>div:nth-of-type(2n + 1) {
  margin-left: 12px;
}

.basket-address-row>div .box-24 {
  width: 100%;
}

/*.basket-address-row>div:first-of-type .box-24 {
  border-color: #232323;
}*/

/* ------------------------------- Basket - Addresses ----------------------------------  */

.basket-address-row {
  display: flex;
  flex-direction: row;
  /* gap: 24px; */
  flex-shrink: 1;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.basket-address-row>div {
  position: relative;
}

.radio-style+hr,
.credit-row+hr {
  position: absolute;
  right: 0;
  width: 100%;
  margin-bottom: 0;
}

.basket-address-item,
.payment-type-item {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.basket-address-item>div {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.dark-color {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  color: #232323;
}

.middle-dark-color {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  color: var(--davy-grey);
}

.basket-address-item>div:first-of-type {
  margin-bottom: 12px;
  margin-top: 12px;
}

.add-new-address-item,
.add-new-favorites-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.add-new-address-item>span,
.add-new-favorites-item>span {
  font-size: 16px;
  font-weight: 600;
  color: #232323;
}

.dark-btn,
.dark-outline-btn {
  background-color: #232323;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  padding: 12px 16px;
  min-width: 152px;
  min-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #232323;
  transition: all 0.3s ease;
  gap: 2px;
}

.dark-btn:hover,
.dark-btn:focus {
  background-color: #fff;
  color: #232323;
  border: 1px solid #232323;
}

.dark-btn:hover img,
.dark-btn:focus img {
  filter: invert(100%);
}

.add-new-address-item .dark-btn,
.add-new-favorites-item .dark-btn {
  margin-top: 12px;
}

.dark-outline-btn {
  background-color: #fff;
  color: #232323;
}

.dark-outline-btn:hover,
.dark-outline-btn:focus {
  color: #fff;
  background-color: #232323;
}

.sendtype-des {
  font-weight: 500;
  font-size: 14px;
  color: #a6a6a6;
  line-height: normal;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 8px;
  text-align:right;
}

.sendtype-des::before {
  width: 1px;
  height: 12px;
  display: block;
  background-color: #f0f0f0;
  content: "";
  position: relative;
}

.sendtyp-part1 {
  display: flex;
  flex-direction: row;
  width: fit-content;
  gap: 24px;
  justify-content: space-between;
  align-items: start;
}

.sendtyp-part1 .form-check {
  padding-left: 0;
}

.sendtyp-part2 {
  font-size: 14px;
  font-weight: 600;
  color: #232323;
  line-height: normal;
}

.send-type-part .box-24 {
    display:flex;
}

.basket-row-ht-addresses + .box-24 {
    margin-bottom: 12px;
}

.basket-row-ht-addresses+.box-24 {
  border-color: #232323;
  display:flex;
}

.add-address-mob {
  color: var(--primary-color);
  font-size: 16px;
  transition: all 0.3 ease;
}

.add-address-mob:hover {
  color: var(--primary-color);
  box-shadow: 0 0 0 var(--light-pulse-shadow);
}

.address-pop-up-box.product-pop-up.from-top {
    top: 5%;
}

.address-pop-up-box.product-pop-up {
    max-height: 500px;
}



. address-pop-up-box select {
    flex: 50%;
    border: 1px solid #ced4da;
    min-height: 58px;
    padding: 12px;
    font-size: 14.5px;
    font-weight: 500;
    color:var(--davy-grey);
}


.address-pop-up-box input[type="text"]:focus, .address-pop-up-box textarea:focus {
    border: 1px solid #232323;
}
/* -------------------------------- Basket Confirm ------------------------------------- */
.box-24-mini {
    border: 1px solid var(--light-gray);
    padding: 8px;
}

.payment-type-item {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-top: 42px;
  flex-wrap: wrap;
}

.payment-type-item .box-24-mini {
  flex: 3 30%;
}

.text-gray-light {
  color: #a6a6a6;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  flex: 100%;
}

.payment-type-item .box-24-mini.radio-style label span.radiobuttonStyle {
  position: absolute;
  top: 8px;
  padding: 3.5px;
}

.payment-type-item .box-24-mini.radio-style label input[type="radio"]:checked+span {
  border: 3px solid var(--white);
  background-color: var(--primary-color);
  /* outline: 2px solid var(--primary-color); */
  box-shadow: 0 0 0 1.4px var(--primary-color);
  padding: 3.5px;
}

.bank-icon {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  /* margin-right: 12px; */
  margin-right: auto;
  margin-left: auto;
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
}

.credit-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  color: #232323;
}

.credit-row-title {
  font-size: 14px;
  color: #a6a6a6;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
}

.credit-row-value {
  font-size: 14px;
  font-weight: 500;
  color: #232323;
}

/* The switch - the box around the slider */
.credit-row .switch {
  position: relative;
  display: flex;
  width: 46px;
  height: 26px;
  margin-top: 0;
  margin-bottom: 0;
}

/* Hide default HTML checkbox */
.credit-row .switch input {
  display: none;
}

.credit-row .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e1e3e5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.credit-row .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.credit-row input.default:checked+.slider {
  background-color: #444;
}

.credit-row input:focus+.slider {
  box-shadow: 0 0 1px #2196f3;
}

.credit-row input:checked+.slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.credit-row .slider.round {
  border-radius: 34px;
}

.credit-row .slider.round:before {
  border-radius: 50%;
}

.tedad-confirm {
    font-size:14px;
    font-weight:600;
}
/* --------------------------------- Discount code -------------------------------------- */
.discount-code-row {
    border: 1px solid #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 36px;
    padding: 4px 12px;
    flex-direction: column;
    position: relative;
}

.discount-code-btn {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #232323;
}

.discount-code-btn>span {
  display: inline-block;
  width: fit-content;
  padding-bottom: 1px;
  border-bottom: 1px solid #232323;
}

.discount-code-btn:hover,
.discount-code-btn:focus {
  color: var(--davy-grey);
}

.discount-code-box input[type="text"] {
  color: #232323;
  font-size: 12px;
  border: none;
  font-weight: 600;
}

.discount-code-box input[type="text"]:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.discount-code-box input[type="text"]::placeholder {
  color: #a6a6a6;
}

.discount-code-submit,
.discount-code-action-btn {
  color: var(--primary-color);
  font-size: 12px;
  background-color: transparent;
  border: none;
  font-weight: 600;
}

.discount-code-reset {
  display: none;
}

.discount-code-box-main {
  display: none;
}

.discount-code-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.calc-discount-row {
  margin-top: -12px;
  display: none;
}

.payment-type-item .box-24-mini:first-of-type {
  border-color: #232323;
}

/* ------------------------------------ callback ---------------------------------------- */
.successful-message {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 62px;
  margin-bottom: 24px;
}

.gap-8 {
  gap: 8px;
}

/* --------------------------------- Pagination ----------------------------------------- */
.product-pagination .page-link {
  border: none;
  color: #232323;
  font-size: 14px;
  font-weight: 600;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.product-pagination .page-link:hover,
.product-pagination .page-link:focus,
.product-pagination .page-item.active .page-link {
  box-shadow: none;
  /* background-color: #f0f0f0; */
  background-color: #f0f0f096;
  color: #232323;
}

ul.pagination {
  justify-content: center;
  gap: 2px;
}

.p-row,
.search-n {
  margin-bottom: 16px;
}

/*ul.pagination li:first-of-type {
  margin-left: 32px;
}

ul.pagination li:last-of-type {
  margin-right: 32px;
}*/

.new-products.product-in-cat .home-row-items.economi-page {
  border-bottom: none;
  margin-bottom: 16px;
}

/* -------------------------------- Product Comments ----------------------------------- */
.about-box-title.product-comments-form-title {
  font-size: 20px;
  text-align: right;
  font-weight: 600;
  line-height: normal;
  width: fit-content;
  position: relative;
  margin-bottom: 12px;
}

.product-comments-form-des {
  font-size: 12px !important;
  line-height: normal !important;
  font-weight: 500;
  text-align: right;
  margin-bottom: 0;
}

.product-comments-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}

.product-comments-form>div {
  display: flex;
  flex: 49%;
}

.product-comments-form>div.cm-text {
  flex: 99%;
}

.product-comments-form input,
.product-comments-form textarea {
  border-radius: 0;
  padding: 16px;
}

.product-comments-form input {
  min-height: 58px;
}

.product-comments-form textarea {
  min-height: 130px;
}

.product-comments-form input::placeholder,
.product-comments-form textarea::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #232323;
}

.product-comments-form input:focus,
.product-comments-form textarea:focus {
  box-shadow: none;
}

/*----------------------------------- Hover Image --------------------------------------  */
.hover-image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s linear;
}

.product-thumb:hover .hover-image {
  opacity: 1;
}

/* ------------------------------ Organizational-page ----------------------------------- */

.org-text {
  padding-right: 100px !important;
  padding-left: 100px !important;
  margin-bottom: 12px;
}

.org-p {
  font-size: 16px;
  color: var(--davy-grey);
  line-height: 30px;
  font-weight: 500;
  text-align: justify;
}

.wrapper {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: row;
  margin-bottom: 8px;
  /* position: relative;
  height: 100%;
  overflow: hidden; */
}

.small-btn {
  border: 1px solid #f0f0f0;
  padding: 14px 16px;
  font-size: 14px;
  background-color: #fff;
  color: #232323;
  transition: all 0.3s ease;
  margin-top: 24px;
  display: flex;
  width: fit-content;
  justify-content: center;
}

.small-btn:hover,
.small-btn:focus {
  background-color: #232323;
  color: #fff;
  border: 1px solid #232323;
}

.org-title {
  font-size: 24px;
}

.orgazinational-sell .wrapper:first-of-type {
  margin-bottom: 64px;
  align-items: start;
}

.orgazinational-sell .wrapper .org-text {
  margin-top: 72px;
}

.orgazinational-sell .wrapper:first-of-type .org-text {
  margin-top: unset;
}

.swiper-log-bar.swiper {
  width: 100%;
  height: 100%;
}

.swiper-log-bar .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
}

.swiper-log-bar .swiper-slide img {
  display: block;
  /* width: 100%;
  height: 100%; */
  /* object-fit: cover; */
  filter: grayscale(100%);
  opacity: 0.4;
  transition: all 0.3s linear;
}

/* .swiper-log-bar .swiper-slide {
  filter: grayscale(100%);
  opacity: 0.4;
  transition: all 0.3s linear;
  text-align: center;

} */

.swiper-log-bar .swiper-slide.swiper-slide-active img {
  filter: grayscale(0);
  opacity: 1;
}

.swiper-log-bar-row {
  margin-top: 120px;
}

.swiper-log-bar-row>div:nth-of-type(2) {
  margin-top: 36px;
}

.organization-sell-form {
  /* margin-top: 120px; */
  margin-top: 60px;
  padding-top: 60px;
  padding-left: 150px;
  padding-right: 150px;
}

.organization-sell-form input[type="text"]:focus,
.organization-sell-form textarea:focus {
  border: 1px solid #232323;
}

.organization-sell-form .row>div:first-of-type {
  padding-left: 24px !important;
}

.organization-sell-form .row>div:last-of-type {
  padding-right: 24px !important;
}

/* .swiper-log-bar .swiper-wrapper {
  gap: 0;
} */

.swiper-log-bar-row p {
  margin-bottom: 0;
}

/* .orgazinational-sell .wrapper {
  position: relative;
  overflow: hidden;
  max-height: 479px;
}
.orgazinational-sell .wrapper > div {
  height: 500px;
}
.orgazinational-sell .wrapper > div:last-of-type {
  position: sticky;
  position: -webkit-sticky;
  overflow-y: scroll;
} */
/* .sticky {
  position: sticky;
} */

.stickypic {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

/* ------------------------------------- Blog ------------------------------------------ */

.main-Blog .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}

.blog-page-title {
  margin-top: 16px;
  margin-bottom: 48px;
  font-family: 'Doran', Tahoma, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-variation-settings: "wght" 800;
  font-size: 2rem;
}

@supports (font-variation-settings: "wght" 800) {
    .blog-page-title {
     font-family: "Doran", Tahoma, sans-serif;
    }
}

.top-blog>div:first-of-type {
  padding-right: 0;
  padding-left: 8px;
}

.top-blog>div:last-of-type {
  padding-right: 8px;
  padding-left: 0;
}

.top-blog>div {
  position: relative;
  text-align: right;
}

.top-blog>div img {
  width: 100%;
}

.top-blog-title-row {
  position: absolute;
  bottom: 32px;
  right: 32px;
  display: flex;
  flex-direction: column;
  justify-content: right;
  gap: 8px;
}

.top-blog-title-row h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  line-height: normal;
  color: #fff;
}

.top-blog-title-row h2 a {
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 8px;
  width: fit-content;
  align-items: center;
  justify-content: start;
  transition: all 0.3s linear;
}

.top-blog>div {
  overflow: hidden;
  position: relative;
}

.top-blog-title-row h2 a::after {
  width: 44px;
  height: 1px;
  background-color: #fff;
  position: relative;
  right: 8px;
  content: "";
  transition: all 0.3s linear;
}

.top-blog-title-row h2 a:hover::after {
  right: 16px;
}

.top-blog-title-date {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.blog-page-middle {
  margin-top: 48px;
}

.box-24-middle {
  border: 1px solid var(--light-gray);
  padding: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.box-24-between {
  border: 1px solid var(--light-gray);
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.sort-blog-list ul,
.sort-blog-list ul li {
  list-style: none;
}

.sort-blog-list ul {
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: start;
  align-items: center;
  margin: 0;
}

.sort-blog-list ul li a {
  font-size: 14px;
  line-height: normal;
  color: var(--davy-grey);
  line-height: normal;
  font-weight: 600;
  gap: 8px;
  position: relative;
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  transition: all 0.3s linear;
}

.sort-blog-list ul li:first-of-type a::before {
  width: 12px;
  height: 1px;
  background-color: var(--davy-grey);
  position: relative;
  left: 0;
  content: "";
  transition: all 0.3s linear;
}

.sort-blog-list ul li a:hover,
.sort-blog-list ul li a:focus {
  color: #232323;
}

.sort-blog-list ul li a.active-sotrt-item {
  color: var(--primary-color);
}

.sort-blog-list ul li:first-of-type a.active-sotrt-item::before {
  background-color: var(--primary-color);
}

.search-blog {
  position: relative;
}

.search-blog input[type="text"] {
  border: none;
  background-color: #f7f7f7;
  padding: 8px;
  min-height: 40px;
  min-width: 264px;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  justify-content: space-between;
  align-items: center;
  padding-left: 36px;
}

.blog-search-btn {
  border: none;
  background-color: transparent;
  position: absolute;
  left: 8px;
  top: 8px;
}

.blog-search-btn img {
  opacity: 0.7;
}

.blog-list {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.blog-list-item {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}

.blog-list-item-pic {
  padding: 0;
  border: 1px solid #f0f3f5;
}

.blog-list-item-content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    text-align: right;
    width: -webkit-fill-available;
}

.blog-list-item-content-body {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 8px;
}

.blog-list-item-content-body h2 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.blog-list-item-content-body h2 a {
  color: #232323;
  transition: all 0.3s linear;
}

.blog-list-item-content-body h2 a:hover,
.blog-list-item-content-body h2 a:focus {
  color: var(--davy-grey);
}

.blog-list-item-content-body p {
  font-family: "Pelak", Tahoma, sans-serif;
  font-size: 14px;
  line-height: 28px;
  color: var(--davy-grey);
  text-align: justify;
  font-weight: 400;
  margin-bottom: 0;
}

.blog-list-item-content-footer {
  margin-top: 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.blog-list-item-more a {
  font-size: 12px;
  color: var(--primary-color);
  transition: all 0.3s linear;
  justify-self: start;
  font-weight: 600;
}

.blog-list-item-more a:hover,
.blog-list-item-more a:focus {
  color: var(--primary-color);
}

.blog-list-item-more a span {
  transition: all 0.3s linear;
}

.blog-list-item-more a:hover span {
  margin-left: 4px;
}

.blog-list-item-det {
  display: flex;
  width: fit-content;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  color: var(--davy-grey);
  gap: 24px;
}

.blog-list+.product-pagination {
  margin-top: 64px;
}

.box-title {
  display: flex;
  flex-direction: row;
  font-size: 16px;
  line-height: normal;
  color: #232323;
  position: relative;
  gap: 12px;
  width: fit-content;
  font-weight: 500;
  margin-bottom: 12px;
}

.box-title::after {
  content: " ";
  display: block;
  width: 32px;
  height: 1px;
  background-color: #232323;
  position: absolute;
  right: 100%;
  margin-right: 12px;
  top: 50%;
}

ul.blog-list-categories {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
}

ul.blog-list-categories,
ul.blog-list-categories li {
  margin: 0;
  list-style: none;
}

ul.blog-list-categories li a {
  font-size: 14px;
  color: var(--davy-grey);
  line-height: normal;
  transition: all 0.3s linear;
}

ul.blog-list-categories li a:hover,
ul.blog-list-categories li a:focus {
  color: #232323;
}

.blog-banners img {
  width: 100%;
}

.blog-banners {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}

/* ------------------------------------- Post ------------------------------------------ */
.main-Blog-post {
  margin-top: 36px;
}

.main-Blog-post .container-fluid {
  padding-left: 344px;
  padding-right: 344px;
}

.post-page-title {
  font-size: 32px;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  font-family: 'Doran', Tahoma, sans-serif;
  margin-bottom: 32px;
}

@supports (font-variation-settings: "wght" 700) {
    .post-page-title {
     font-family: "Doran", Tahoma, sans-serif;
    }
}

.main-post-pic>img {
  width: 100%;
}

.blog-list-item-duration {
  font-size: 14px;
  color: var(--davy-grey);
  line-height: normal;
  font-weight: 500;
}

.post-sub-title,
.main-post h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  color: var(--primary-color);
  margin-bottom: 12px;
  display: block;
  text-align: right;
}

.main-post h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: var(--primary-color);
    margin-bottom: 12px;
    display: block;
    text-align: right;
}


.main-post h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 12px;
    display: block;
    text-align: right;
}

.main-post img {
    width:100%;
    height:auto;
}

.main-post h5, .main-post h6 {
    line-height: normal;
    margin-bottom: 12px;
    display: block;
    text-align: right;
}


.main-post {
    margin-top: 48px;
    padding-bottom: 32px;
    margin-bottom: 24px;
    border-bottom: 1px solid #f0f0f0;
}

.main-post p {
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  color: #232323;
  text-align: justify;
}

.post-btn-list {
  background-color: #f0f0f0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  color: #232323;
  max-width: 364px;
  min-height: 56px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.post-btn-list>span {
  display: flex;
  gap: 8px;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}

.post-btn-list.dropdown-toggle::after {
  display: none;
}

.post-content-list {
  margin-bottom: 24px;
}

.post-content-list>.dropdown {
  position: relative;
}

.post-btn-list+.dropdown-menu {
  transform: none !important;
  width: 100%;
  left: 0;
  right: 0;
  top: 56px !important;
  background-color: #f7f7f7;
  padding: 16px;
  border: none;
}

.main-post blockquote {
  background-color: #fbf9f1;
  background-image: url("../Image/Quotation-open.svg");
  background-position: left bottom;
  background-repeat: no-repeat;
  padding: 32px;
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
  text-align: right;
  margin-bottom: 24px;
}

.main-post blockquote strong {
  color: #fbc400;
}

.main-post p+img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.post-hedings-list {
  text-align: right;
  font-size: 14px;
  line-height: normal;
  color: #232323;
  font-weight: 600;
}

.post-hedings-list ul {
  padding-right: 24px;
}

.post-hedings-list li {
  list-style: disc;
  margin-right: 24px;
  margin-bottom: 8px;
}

.post-btn-list+.dropdown-menu.show {
  position: relative !important;
  margin-bottom: 16px;
  top: 0 !important;
}

.article-related {
  font-size: 16px;
  font-weight: 500;
  color: #232323;
  line-height: normal;
  border-right: 3px solid var(--primary-color);
  padding-right: 16px;
  min-height: 48px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 16px;
  width: 100%;
  margin-bottom: 24px;
  text-align: right;
}

.article-related a,
.article-related a:hover,
.article-related a:focus {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 600;
  list-style: normal;
}

.box-16-24 {
  padding: 16px 24px;
  border: 1px solid var(--light-gray);
  text-align: right;
}

.box-36 {
  padding: 36px 36px;
  border: 1px solid var(--light-gray);
}

.post-tags {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.post-tags .post-tags-title {
  color: var(--primary-color);
}

.post-tags a {
  color: var(--davy-grey);
  position: relative;
  font-size: 12px;
}

.post-tags a::before {
  content: "#";
}

.post-tags a:hover,
.post-tags a:focus {
  color: #232323;
}

.blog-comments {
  margin-top: 88px;
}

.blog-comments .title-default {
  margin-bottom: 24px;
}

.product-comments-form>div.send-cm-blog {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  margin-top: 24px;
  flex: unset;
  margin-left: 0;
  margin-right: auto;
}

.send-cm-blog label {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  gap: 8px;
}

.send-cm-blog input {
  min-height: unset;
  border: 1px solid var(--primary-color);
  width: 16px;
  height: 16px;
}

.box-36 .product-comments-form-des {
  margin-bottom: 32px;
}

/* ------------------------------- Login Form Box --------------------------------------- */
.login-form-box {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

.login-form-box>div {
  flex: 50%;
  position: relative;
  align-items: center;
  /* height: 100%; */
}

.login-form-box-left {
  width: 50%;
  height: 100%;
  left: 0;
}

.login-form-box-left img {
  /* height: 100%;
  width: auto; */
  width: 100%;
}

.login-box-footer {
  position: fixed;
  bottom: 14px;
  padding: 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 36px;
  z-index: 99;
  width: 50%;
  right: 0;
}

.login-box-footer a,
.login-box-footer a:hover,
.login-box-footer a:focus {
  color: var(--primary-color);
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}

.login-des-title {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.login-title {
  font-size: 24px;
  font-weight: 800;
  line-height: 100%;
}

.login-des {
  color: #4f565c;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
}

.main-login-form {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}

.main-login-form input[type="text"] {
  font-size: 14px;
  font-weight: 700;
  color: #232323;
  line-height: 100%;
  text-align: right;
  border: 1px solid #f0f0f0;
  min-height: 56px;
  width: 100%;
  padding: 16px;
  max-width: 390px;
  display: flex;
  justify-content: right;
  align-items: center;
}

.main-login-form .list-pass-register li input[type="text"] {
        text-align: center;
}

.main-login-form input[type="text"]::placeholder {
    font-size: 14px;
    font-weight: 700;
    color: #232323;
}

.main-login-form .send-btn {
  max-width: 390px;
}

.form-box-view2 .main-login-form input[type="text"] {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width:50px; */

  height: 50px;
  text-align: center;
}

.otp-code {
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
  max-width: 390px;
}

.edit-number {
  color: var(--davy-grey);
  padding-bottom: 3px;
  width: fit-content;
  border-bottom: 1px solid var(--davy-grey);
  font-size: 12px;
  font-weight: 600;
  /*line-height: 100%;
  margin-top: 8px;*/
}

.edit-number:hover,
.edit-number:focus {
  color: #232323;
}

.form-box-view2 {
  display: none;
}



.btn-go-register, .go-to-login-form {
    font-size: 14px;
    font-weight: 600;
    margin-top: 16px;
}

    .btn-go-register > span, .btn-new-pass, .go-to-login-form > span {
        color: var(--primary-color);
        padding-bottom: 3px;
        border-bottom: 1px solid var(--primary-color);
        display: inline-block;
        margin-right: 5px;
        cursor: pointer;
    }


.btn-list-pass {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}


.list-enter-pass ul, .list-enter-pass ul li, .list-pass-register ul, .list-pass-register ul li {
    list-style: none;
}

    .list-enter-pass ul.otp-code, .list-pass-register ul.otp-code {
        display: flex;
        flex-direction: row;
    }


.resend-code-box {
    display:flex;
    flex-direction:row;
    gap:16px;
    font-weight:700;
}


.resend-code-box .divide-line {
    font-weight: normal;
}


.resend-code-link {
    font-size: 12px;
    cursor:pointer;
}


.btn-enter-register.send-btn, .btn-enter-register.send-btn:hover, .btn-enter-register.send-btn:focus {
    color:#fff;
}
/* ----------------------------------- Dashboard Login / Main Theme Login ---------------------------------------  */
/* Login items is here , too  */
.dashboard-Theme {
    background-color: #f7f7f7;
    min-height: 100vh;
    position: relative;
}

.dashboard-Theme .fade-out {
  background-image: linear-gradient(to right, transparent 0%, #f7f7f7 75%);
}

.dashboard-Theme .click-on-search input[type="text"] {
  background-color: #f7f7f7;
}

.dashboard-Theme footer {
  display: none;
}

/*.dashboard-Theme .login-basket-col {
  flex-direction: row-reverse !important;
}*/

/*.dashboard-Theme .header-left-box-2 .fade-out+ul li:nth-of-type(3) {
  display: none;
}

.dashboard-Theme .header-credit {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 8px;
}

.dashboard-Theme .header-credit {
  font-size: 12px;
  line-height: 100%;
}

.dashboard-Theme .header-credit .header-credit-title {
  color: var(--primary-color);
  font-weight: 600;
}

.dashboard-Theme .header-credit .header-credit-value {
  color: #232323;
  font-weight: 800;
}*/

    /*.dashboard-Theme .header-left-box-2 .fade-out + ul li:nth-of-type(3) {
        display: none;
    }*/

/*.header-left-box-2:has(+ .header-left-box-1 > .login-basket-col > .home-shopping-cart.logged-span-div) .fade-out + ul li:nth-of-type(3) {
    display: none;
}*/

.header-left-box-2:has(+ .header-left-box-1 > .login-basket-col.falselogin) > .ul li:nth-of-type(3) {
    display: flex;
}
.header-left-box-2:has(+ .header-left-box-1 > .login-basket-col.truelogin) > ul li:nth-of-type(3) {
    display: none;
}


.home-shopping-cart.logged-span-div .header-credit {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 8px;
}

.home-shopping-cart.logged-span-div .header-credit {
    font-size: 12px;
    line-height: 100%;
}

.home-shopping-cart.logged-span-div .header-credit .header-credit-title {
    color: var(--primary-color);
    font-weight: 600;
}

.home-shopping-cart.logged-span-div .header-credit .header-credit-value {
    color: #232323;
    font-weight: 800;
}

body.dark-mode .home-shopping-cart.logged-span-div .header-credit .header-credit-value, body.dark-mode .home-shopping-cart.logged-span-div .header-credit .header-credit-value span {
    color: #fff;
}


/*.dashboard-Theme .shoping-cart-icon {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  width: fit-content;
  gap: 24px;
}*/

.home-shopping-cart.logged-span-div .shoping-cart-icon {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    width: fit-content;
    gap: 24px;
}

/*.dashboard-Theme .header-bag {
  position: relative;
}

.dashboard-Theme .badge {
  background-color: #232323;
  color: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 11px;
  top: 18px;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dashboard-Theme .header-left .header-left-box-2 {
  left: 185px;
}

.dashboard-Theme .header-left .header-left-box-2.to-right {
  left: 345px;
}*/

    .home-shopping-cart.logged-span-div .header-bag {
        position: relative;
    }

.home-shopping-cart.logged-span-div .badge {
    background-color: #232323;
    color: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 11px;
    top: 18px;
    font-size: 12px;
    font-weight: 600;
    line-height: 100%;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
}

.home-shopping-cart.logged-span-false-div .badge {
    background-color: #232323;
    color: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 21px;
    top: 18px;
    font-size: 12px;
    font-weight: 600;
    line-height: 100%;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
}



.login-false .home-shopping-cart .badge {
    background-color: #232323;
    color: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 11px;
    top: 18px;
    font-size: 12px;
    font-weight: 600;
    line-height: 100%;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
}

/*.dashboard-Theme .header-left .header-left-box-2 {
    left: 185px;
}*/
/*.header-left .header-left-box-2:has(+ .header-left-box-1 > .login-basket-col > .home-shopping-cart.logged-span-div) {
    left: 185px;
    left: 211px;
    left:194px;
   
}*/
.header-left .header-left-box-2:has(+ .header-left-box-1 > .login-basket-col.falselogin) {
    left: 185px;
}
.header-left .header-left-box-2:has(+ .header-left-box-1 > .login-basket-col.truelogin) {
    /*left: 185px;*/
    /*left: 211px;*/
    /*left: 194px;*/
    /*left: 270px;*/
    /*left: 245px;*/
    left:250px;
}

/*.header-left .header-left-box-2:has(+ .header-left-box-1 > .login-basket-col > .home-shopping-cart.logged-span-div .header-credit-title:has(> .grade)) {
    left: 270px;
}*/

.header-left .header-left-box-2:has(+ .header-left-box-1 > .login-basket-col.truelogin .header-credit-title:has(> .grade)) {
    left: 270px;
}

@media screen and (max-width:1440px) {
    .header-left .header-left-box-2:has(+ .header-left-box-1 > .login-basket-col.truelogin) ul {
        gap: 20px;
    }

    .login-basket-col.truelogin {
        margin-right: 12px;
    }
}




/*.login-basket-col.truelogin {
    margin-right:12px;
}*/

    /*.dashboard-Theme .header-left .header-left-box-2.to-right {
        left: 345px;
    }*/


/*.header-left .header-left-box-2.to-right:has(+ .header-left-box-1 > .login-basket-col > .home-shopping-cart.logged-span-div) {
    left: 345px;
}*/

.header-left .header-left-box-2.to-right:has(+ .header-left-box-1 > .login-basket-col.falselogin) {
  
    left: 345px;
}

.header-left .header-left-box-2.to-right:has(+ .header-left-box-1 > .login-basket-col.truelogin) {
    /*left: 345px;*/
    left: 420px;
}

/*.header-left .header-left-box-2.to-right:has(+ .header-left-box-1 > .login-basket-col > .home-shopping-cart.logged-span-div .header-credit-title:has(> .grade)) {
    left: 430px;
}*/


.header-left .header-left-box-2.to-right:has(+ .header-left-box-1 > .login-basket-col.truelogin .header-credit-title:has(> .grade)) {
    left: 430px;
}


.login-top-icon {
    cursor:pointer;
}

/*.dashboard-Theme .home-login-icon .login-top-icon.logged-span-false {
    display: none;
}

.dashboard-Theme .home-login-icon .login-top-icon.logged-span {
  display: flex;
}

 .home-login-icon .login-top-icon.logged-span-false {
    display: none;
}

 .home-login-icon .login-top-icon.logged-span {
    display: flex;
}*/


/*.login-basket-col:has(> div.home-login-icon.logged-span-div) {
    flex-direction: row-reverse !important;
    align-items: start !important;
    margin-top: 10px;
}*/

/*.login-basket-col:has(> .home-login-icon[data-bind ~="true"]) {
    flex-direction: row-reverse ;
    align-items: start ;
    margin-top: 10px;
}*/

/*.login-basket-col:has(> .home-login-icon[data-bind ~="false"]) {
    flex-direction: row ;
    align-items: start ;
    margin-top: 0;
}

.login-basket-col:has(> .home-login-icon[data-bind ~="true"]) {
    flex-direction: row-reverse;
    align-items: start;
    margin-top: 10px;
}*/


.login-basket-col.falselogin {
    flex-direction: row;
    align-items: start;
    margin-top: 0;
    margin-right: 24px;
}

.login-basket-col.truelogin {
    flex-direction: row-reverse !important;
    align-items: start;
    margin-top: 10px;
    margin-right:24px;
}



/* ----------------------------------- Dashboard ---------------------------------------- */
.dashboard-section .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
}

.dashboard-section {
  min-height: 100%;
}

.dash-row-items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2px;
}

.dash-row-items>a {
  min-height: 120px;
  border-left: 2px solid #e0e0e0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
  gap: 12px;
  transition: all 0.3s linear;
}

.dash-row-items>a:hover {
  background-color: #fff;
  transition: all 0.3s linear;
}

.dash-row-items>a .dash-page-title-item {
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  color: #232323;
}

.dash-row-items>a .dash-page-des-item {
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  color: var(--davy-grey);
}

.dash-row-items>a.dash-item-active .dash-page-title-item,
.dash-row-items>a:hover .dash-page-title-item {
  color: var(--primary-color);
}

.dash-row-items>a.dash-item-active {
  background-color: #fff;
}

.dash-row-items>a:last-of-type {
  border-left: none;
}

.dash-main-content {
  background-color: #fff;
  height: 100%;
  min-height: 100vh;
}

.dash-main-head {
  padding: 12px 32px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 32px;
}

.dash-item-tab {
  color: var(--davy-grey);
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
}

.dash-item-tab:hover,
.dash-item-tab:focus {
  color: #232323;
}

.dash-item-current {
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  color: #232323;
  background-color: #f0f0f0;
  min-width: 141px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dash-main {
  margin-top: 36px;
  padding-left: 32px;
  padding-right: 32px;
}

.tb-dash-row,
.tr-dash-row {
  background-color: #f0f0f0;
  padding: 16px 32px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  /* gap: 16px; */
}

.tr-dash-row {
  background-color: #fff;
  margin-top: 8px;
  margin-bottom: 8px;
}

.tb-dash-row>span,
.tr-dash-row>span {
  flex: 25%;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  color: var(--davy-grey);
  display: flex;
  text-align: right;
  text-align: center;
  justify-content: start;
}

.dash-main-online-orders .tb-dash-row>span,
.dash-main-online-orders .tr-dash-row>span {
  flex: 16.6%;
}

.tr-dash-row>span {
  color: #232323;
  text-align: center;
}

.tr-dash-row>span:last-of-type {
  color: var(--davy-grey);
}

.v-label {
  padding: 6px 8px;
  min-width: 127px;
  min-height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 500;
}

.v-light, .v-label {
    background-color: #f0f0f0;
    color: #232323;
}

.v-black, .v-label.refer {
        background-color: #232323;
        color: #fff;
}

.v-green, .v-label.successful {
        background-color: #20a740;
        color: #fff;
}



.v-red, .v-label.failed {
        background-color: #e50000;
        color: #fff;
}



.no-order-box {
    font-weight:600;
}

/* ------------------------------------- Dashboard - Addresses ----------------------------------- */
.dash-main-content-address,
.dash-main-content-favorites,
.dash-main-content-info {
    display: flex;
    justify-content: center;
    padding-top: 150px !important;
}

.dash-main-content-address .add-new-address-item .section-title-des,
.dash-main-content-favorites .add-new-favorites-item .section-title-des,
.dash-main-content-info .section-title-des {
  margin-top: 4px;
  margin-bottom: 0;
}

.dash-addresses-view2,
.dash-info-view2 {
  padding-left: 300px !important;
  padding-right: 300px !important;
}

.dash-addresses-view2 .about-box-title.product-comments-form-title,
.dash-info-view2 .about-box-title.product-comments-form-title {
  font-size: 24px;
  font-weight: 700;
}

.dash-addresses-view2 .product-comments-form-des,
.dash-info-view2 .product-comments-form-des {
  color: var(--davy-grey);
}

.dash-addresses-view2 .product-comments-form,
.dash-info-view2 .product-comments-form {
  margin-top: 32px;
}

.dash-addresses-view2 .product-comments-form .send-btn,
.dash-info-view2 .product-comments-form .send-btn {
  max-width: 267px !important;
}

.dash-addresses-view2 .product-comments-form>div:first-of-type,
.dash-addresses-view2 .product-comments-form>div:nth-of-type(2) {
  flex: 49%;
}

.dash-addresses-view2 .product-comments-form>div {
  /*flex: 30%;*/
   flex: 49%;

}

.dash-addresses-view2 .product-comments-form>div:last-of-type {
  flex: 100%;
}

.dash-info-view2 .product-comments-form>div:nth-of-type(5),
.dash-info-view2 .product-comments-form>div:nth-of-type(6),
.dash-info-view2 .product-comments-form>div:nth-of-type(7) {
  /*flex: 30%;*/
  flex: 49%;
}

.dash-addresses-view2 {
  /*display: none;*/
  width: 100%;
  height: 100%;
}

.dash-info-view2 {
  width: 100%;
  height: 100%;
}

.dash-main-content-list-address,
.dash-main-content-list-favorites,
.dash-main-content-list-info {
  padding-top: 64px;
  padding-left: 32px;
  padding-right: 32px;
}

.box-32 {
  padding: 32px;
  border: 1px solid var(--light-gray);
}

.dash-list-address,
.dash-list-info {
  margin-top: 32px;
}

.dash-list-address .box-32,
.dash-list-info .box-32 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.dash-address-box {
  display: flex;
  flex-direction: row;
  gap: 36px;
  font-size: 14px;
  font-weight: 700;
  color: var(--davy-grey);
  justify-content: start;
  align-items: center;
  text-align: right;
  flex-wrap: wrap;
}

.dash-address-btn {
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: center;
  align-items: center;
}

.dash-addresses-view1,
.dash-favorites-view1 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.dash-edit-main-box {
  gap: 8px;
}


.address-dash-text select {
    min-height: 58px;
    font-size: 14px;
    font-weight: 500;
    color: #232323;
    border-radius: 0;
    transition: all 0.3s linear;
}
.address-dash-text select:focus {
    border-color:#232323;
    box-shadow:none;
}
.address-dash-text select option {
    color: #232323 !important;
    font-size: 14px;
    font-weight: 500;
}

/* ------------------------------- Dashboard - Favorites -------------------------------  */
.favorites-list-objects {
    margin-top: 36px;
}

.favorites-list-objects .product-price {
  justify-content: start !important;
}

.favorites-list-objects .product-name-thumb {
  margin-bottom: 12px;
}

.favorites-list-objects .color-palette {
  display: none !important;
}

.favorites-list-objects .product-name-thumb {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 8px;
  padding-right: 8px;
}

/* ------------------------------- Dashboard - Information -------------------------------  */

.edit-info-btn {
  gap: 4px;
}

.dash-info-item-col {
  gap: 16px;
  width: max-content;
  margin-bottom: 32px;
}

.dash-info-item-col-title {
  font-size: 10px;
  font-weight: 600;
  color: #bfbfbf;
  line-height: 100%;
}

.dash-info-item-col-detail {
  font-size: 14px;
  font-weight: 700;
  color: #232323;
  line-height: 100%;
}

.dash-list-info .box-32 {
  max-width: 50%;
  flex-wrap: wrap;
  gap: 8px;
}

.logout-btn {
   min-height:50px;
   min-width:100px;
}

.logout-btn.primary-btn-reverse-dark::after {
    display:none;
}

/* -------------------------------- Pop-up from top ------------------------------------- */

.product-pop-up {
  width: 50%;
  height: fit-content;
  position: fixed;
  inset-block: 0.001px 0;
  z-index: 500;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: min(50%, 100vw);
  background-color: #fff;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  padding: 32px;
  max-height: 470px;

}

.from-top {
  top: 20%;
  /* width: 100%; */
  right: 25%;
  /* left: 0; */
  transform: translate3d(0, 20%, 0);
}

.goto-top {
  top: -100%;
  /* width: 100%; */
  right: 25%;
  /* left: 0; */
  transform: translate3d(0, -100%, 0);
}

.product-pop-up .about-box-title.product-comments-form-title {
  font-size: 16px;
}

.color-palette-box .color-box.selected-color-shape {
  border: 2px solid var(--primary-color);
}

/*.check-available-resullt {
  display: none;
}*/

.close-btn-product-pop-up {
  position: absolute;
  top: 0;
  left: 0;
  padding: 16px;
  display: block;
}

.check-available-resullt-box {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  padding: 32px 16px 12px 16px;
  gap: 12px;
}

.branch-available {
  padding: 16px 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #232323;
  border: 1px solid #f0f0f0;
  min-width: 174px;
  min-height: 56px;
}

.consulting-num-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 16px;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #fff;
  transition: all 0.3s ease;
  width: 100%;
  height: 52px;
}

.consulting-num-btn:hover {
  background-color: #fff;
  color: var(--primary-color);
}

.consulting-box .product-pop-up-content {
  margin-top: 32px;
}




/* -------------------------------- Guid Size --------------------------------------- */

.product-pop-up.guid-size-box {
  max-height: unset;
  width: auto;
  max-width: unset;
  background-color: transparent;
}

.product-pop-up.guid-size-box.from-top {
top: 10%;
transform: translate3d(0, 10%, 0);
right: 0;
left: 0;
}

.product-pop-up.guid-size-box.goto-top {
  right: 0;
  left: 0;
}

.guid-size-box-inner {
  text-align: center;
   margin-left: auto;
  margin-right: auto;
  width: fit-content;
  background-color: #fff;
  position: relative;
}

.guid-size-box-inner img {
  margin-left: auto;
  margin-right: auto;
}

/* -------------------------------- other changes --------------------------------------- */

main input[type="text"],
main textarea,
main input[type="text"].form-control,
main textarea.form-control {
  color: #232323 !important;
  font-size: 14px;
  font-weight: 500;
}

main input[type="text"]:focus,
main textarea:focus,
main input[type="text"].form-control:focus,
main textarea.form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #232323;
}

.home-row-article-carousel .flickity-prev-next-button {
  top: 40%;
}

.banner-header-web img {
    width: 100%
}

.text-instead-pic {
    font-size: 13px;
    color: #232323;
    line-height: 32px;
    font-family: "pelak",Tahoma,sans-serif;
    text-overflow: ellipsis;
    overflow: hidden;
   -webkit-line-clamp: 3;
   
}

/* ---------------------------------- Radio Button -------------------------------------- */

.radio-style label {
  font-size: 14px;
  color: #232323;
  font-weight: bold;
}

.radio-style input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  display: inline-block;
}

.radio-style label {
  cursor: pointer;
  align-items: center;
  display: flex;
}

.radio-style label span.radiobuttonStyle {
  width: 4px;
  height: 4px;
  flex-shrink: 0;
  border-radius: 100%;
  border: 3px solid var(--white);
  display: block;
  background-color: var(--white);
  /* outline: 2px solid var(--primary-color); */
  box-shadow: 0 0 0 1.4px var(--primary-color);
  padding: 4px;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}

.radio-style label input[type="radio"]:checked+span {
  width: 4px;
  height: 4px;
  flex-shrink: 0;
  border-radius: 100%;
  border: 3px solid var(--white);
  display: block;
  background-color: var(--primary-color);
  /* outline: 2px solid var(--primary-color); */
  box-shadow: 0 0 0 1.4px var(--primary-color);
  padding: 4px;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}

/* --------------------------------- Animations ----------------------------------------  */

/* map animation */

@keyframes mapanimation {
  0% {
    transform: scale(0.5);
  }

  25% {
    transform: scale(1);
  }

  85% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.5);
  }
}

/* map animation */

@keyframes mapanimationaddress {
  0% {
    width: 0;
    padding: 0;
    height: 0;
    opacity: 0;
    transform: scale(0.5), translateX(0, 0);
  }

  25% {
    width: fit-content;
    padding: 8px;
    height: 60px;
    opacity: 1;
    transform: scale(1), translateX(10px, 5px);
  }

  85% {
    width: fit-content;
    padding: 8px;
    height: 60px;
    opacity: 1;
    transform: scale(1), translateX(10px, 5px);
  }

  100% {
    width: 0;
    padding: 0;
    height: 0;
    opacity: 0;
    transform: scale(0.5), translateX(0, 0);
  }
}

/* --Pulse */
.pulse {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-color);
  cursor: pointer;
  box-shadow: 0 0 0 var(--light-pulse-shadow);
  animation: pulse 2s infinite;
}

.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--light-pulse-shadow);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px #fef1f200;
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 #fef1f200;
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 var(--light-pulse-shadow);
    box-shadow: 0 0 0 0 var(--light-pulse-shadow);
  }

  70% {
    -moz-box-shadow: 0 0 0 10px #fef1f200;
    box-shadow: 0 0 0 10px #fef1f200;
  }

  100% {
    -moz-box-shadow: 0 0 0 0 #fef1f200;
    box-shadow: 0 0 0 0 #fef1f200;
  }
}

/* Fade */

@keyframes fades {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Mega Menu */

@keyframes megamenushowup {
  0% {
    opacity: 0;
    top: 75px;
  }

  100% {
    opacity: 1;
    top: 20px;
  }
}

@keyframes megamenushowdown {
  0% {
    opacity: 1;
    top: 50px;
  }

  100% {
    opacity: 0;
    top: 100px;
  }
}

/* transform */

@keyframes transformicon {
  0% {
    opacity: 1;
    transform: rotate(90deg);
  }

  100% {
    opacity: 0;
    transform: rotate(180deg);
  }
}

/* ---------------------------------Dargahi - Media----------------------------------------  */

@media screen and (max-width: 1440px) {

  nav>ul,
  .header-left-box-2 ul {
    gap: 30px;
  }

  .fade-out {
    right: -25px;
    background-image: linear-gradient(to right, transparent 0%, #fff 55%);
  }

  .swiper-caption h2,  .swiper-caption h1 {
    /* font-size: 48px; */
    font-size: 3rem;
  }

  .primary-btn {
    width: 164px;
    height: 48px;
    /* font-size: 14px; */
    font-size: 0.875rem;
  }

  .Banner-title h2 {
    font-family: 'Doran', Tahoma, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-variation-settings: "wght" 800;
    /* font-size: 32px; */
    font-size: 2rem;
    color: #fff;
  }

  @supports (font-variation-settings: "wght" 800) {
     .Banner-title h2 {
     font-family: "Doran", Tahoma, sans-serif;
    }
}

  .Banner-title .banner-des {
    font-family: "Pelak", Tahoma, sans-serif;
    font-style: normal;
    font-weight: 600;
    /* font-size: 14px; */
    font-size: 0.875rem;
    color: #fff;
    /* margin-bottom: 36px; */
  }

  .product-name-thumb {
    /* font-size: 16px; */
    font-size: 1rem;
  }

  .main-price {
    /* font-size: 14px; */
    font-size: 0.875rem;
  }

  .old-price {
    /* font-size: 12px; */
    font-size: 0.75rem;
  }

  .color-palette-title {
    /* font-size: 12px; */
    font-size: 0.75rem;
  }

  .features-slider-right .flickity-prev-next-button.previous {
    margin-left: 59%;
  }
}

@media screen and (max-width: 1366px) {
  .features-slider-right {
    padding-left: unset;
  }


  .mega-menu-box {
    /*min-width: 719px;*/
    min-width: 98%;
    max-width: unset;
  }

  .product-detail {
    padding-left: 52px;
  }

    .branches-section .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }

    .branch-detail > div {
        gap:8px;
    }

    header .container-fluid {
        padding-left:50px;
        padding-right:50px;
    }
    .Basket-section .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }

    .garanty-section.faq-section .container-fluid {
        padding-left: 100px;
        padding-right: 100px;
    }
    .cat-collection-rows-items {
        max-width: 78% !important;
        flex: 0 0 78%;
    }
    .cat-collection-pic {
        max-width: 22% !important;
    }
    .collection-page .top-box-bg {
        font-size: 172px;
    }
 
}

@media screen and (min-width: 1280px) {
  .pages-bread-crumb {
    margin-top: -16px;
  }

  .filter-box {
    width: 560px;
  }
}

@media screen and (max-width: 1280px) {

  header .container-fluid,
  .main-Blog .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }

  .home-features-row>div.home-features-box-1 {
    padding-right: 32px;
  }

  .features-slider-right {
    margin-top: 42px;
  }

  .features-slider-right .flickity-viewport {
    margin-bottom: 62px;
  }

  .features-slider-right .flickity-prev-next-button.next {
    right: calc(100% - 133px);
  }

  .main-Blog-post .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media screen and (max-width: 1178px) {

  header .container-fluid,
  .pages-bread-crumb .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }

  nav>ul,
  .header-left-box-2 ul {
    gap: 20px;
  }

  .primary-btn-reverse,
  .default-btn,
  .primary-btn-reverse-dark {
    padding: 12px 10px;
  }

  .category-description>div {
    padding-left: 6px;
    padding-right: 6px;
  }

  .top-box-bg {
    font-size: 165px;
  }
}

@media screen and (max-width: 1024px) {

  nav>ul,
  .header-left-box-2 ul {
    gap: 12px;
  }

  .product-categories-main-list .container-fluid,
  .faq-section .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media screen and (min-width: 992px) {
  .header-mob {
    display: none;
  }

  .blog-page-middle>div:first-of-type {
    padding-left: 8px;
  }

  .blog-page-middle>.blog-sidebar {
    padding-right: 8px;
  }
}

@media screen and (max-width: 992px) {

    /*.banner-header-web img {
        height: 25px
    }*/
    .header-desktop {
        display: none;
    }

  header {
    height: 88px;
    display: flex;
    align-items: center;
  }

  header .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0;
  }

  .header-mob {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .single-product {
    margin-top: 0;
  }

  .single-product>.container-fluid>.row {
    border-top: 1px solid #f0f0f0;
  }

  .fixed-bottom-navbar {
    display: flex;
  }

    .fixed-bottom-navbar a {
        transition: all 0.2s linear;
    }

    .fixed-bottom-navbar a svg, .fixed-bottom-navbar a svg path {
        transition: stroke 0.1s linear;
    }
    .fixed-bottom-navbar a:hover, .fixed-bottom-navbar a:focus {
        color: #EA1C29;
    }

     .fixed-bottom-navbar a:hover svg path, .fixed-bottom-navbar a:focus svg path {
            
            stroke: #EA1C29;
        }

    .fixed-bottom-navbar .mobile-nav-btn:hover svg path, .fixed-bottom-navbar .mobile-nav-btn:focus svg path {
        fill: #EA1C29;
    }
    body {
        /* margin-bottom: 81px; */
        margin-bottom: 56px;
    }

  .about-section {
    margin-top: 28px;
  }

  .about-section .about-p,
  .about-section .about-pic {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .about-section .about-pic {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .about-pic img {
    background-image: none;
    padding-right: unset;
    padding-bottom: unset;
    margin-top: 36px;
  }

  .about-section .container-fluid.about-items-row {
    padding-left: 100px;
    padding-right: 100px;
  }

  .about-item-part-1 {
    padding-right: 50px !important;
  }

  .Basket-section .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }

  .dash-main-online-orders .tb-dash-row>span,
  .dash-main-online-orders .tr-dash-row>span {
    flex: auto;
  }

  .dash-addresses-view2,
  .dash-info-view2 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}

@media screen and (max-width: 1148px) and (min-width: 992px) {
  .product-detail {
    padding-left: 0;
    padding-right: 36px;
  }

  .single-product .product-title-row {
    padding-left: 36px;
  }
}

@media screen and (min-width: 992px) {
  .gallery-mob {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .product-gallery.gallery-mob-none {
    display: none !important;
  }

  .blog-sidebar {
    display: none;
  }
}

@media screen and (max-width: 992px) and (min-width: 768px) {

  .off-canvas-menu,
  .filter-box {
    width: 50%;
    width: min(50%, 100vw);
  }

  .contact-p-bottom {
    display: flex;
    flex-direction: column;
  }

  .contact-form,
  .contact-des {
    padding-left: 100px;
    padding-right: 100px;
  }

  .collection-row-items-carousel .col-md-6 {
    max-width: 48%;
  }

  .cat-sort-mob {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .cat-sort-mob .sort-btn,
  .cat-sort-mob .custom-dropdown-btn {
    padding: 8px 12px;
    min-height: 40px;
  }

  .custom-dropdown-btn+.dropdown-menu.show {
    width: 100%;
    text-align: right;
  }

  .blog-head-mob {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (min-width: 769px) {

  .span-date,
  .span-num,
  .span-price,
  .span-codes,
  .span-sit,
  .span-des,
  .span-store,
  .span-name,
  .span-tedad,
  .span-mablagh,
  .span-majmoo {
    display: none;
  }
}

/* ---------------------------- Mobile ---------------------------------- */
@media screen and (max-width: 768px) {
  header {
    height: 88px;
    display: flex;
    align-items: center;
  }

  header .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0;
  }

  .header-mob {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .product-categories-main-list .container-fluid,
  .faq-section .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-title-des.main-list-des {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    line-height: 28px;
  }

  .show-text-btn {
    width: 100%;
  }

  .top-box-bg {
    font-size: 64px;
 
  }

    .collection-page .top-box-bg {
        font-size: 50px;
        right: 16px;
    }

    .price-box-product {
        border-radius: 0;
        position: fixed;
        bottom: 60px;
        left: 16px;
        right: 16px;
        z-index: 300;
    }

  .filter-box {
    width: 50%;
    width: min(50%, 100vw);
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-bold-title {
    font-size: 24px;
    font-weight: 700;
  }

  .branches-section .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }

  .branches-section .branches-row {
    margin-top: 48px;
  }

  .section-bold-title {
    padding-top: 44px;
  }

  .last-div-branches {
    padding-right: 6px;
    padding-left: 6px;
  }

  .contact-map {
    display: none;
  }

  .contact-p {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    text-align: center !important;
  }

  .contact-p>p {
    display: none;
  }

  .contact-page-items {
    flex-direction: column !important;
    text-align: center !important;
    margin-top: 48px;
    gap: 36px;
  }

  .contact-page-item-col,
  .dash-info-item-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    width: fit-content;
  }

  .contact-page-items>div {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .contact-page-item-col-title,
  .dash-info-item-col-title {
    text-align: center;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
  }

  .contact-p-bottom {
    flex-direction: column;
    padding-top: 56px;
  }

  .contact-p-bottom>div {
    border: 2px solid #f0f0f0;
    height: auto;
    padding: 24px 20px;
    color: #232323;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .contact-p-bottom .ribbon-2+.col {
    align-self: end;
  }

  .contact-us-comments-top {
    margin-top: 76px;
  }

  .contact-form,
  .contact-des {
    padding-left: 12px;
    padding-right: 12px;
  }

  .send-btn {
    width: 100%;
  }

  .section-title {
    /* width: 50%; */
    width: fit-content;
  }

  .about-us-middle-content .section-title,
  .contact-us-comments-top .section-title {
    width: 50%;
  }

  .garanty-title .section-title {
    width: fit-content;
  }

  .contact-p-bottom {
    padding-left: 12px;
    padding-right: 12px;
  }

  .contact-p-bottom .social-networks li a {
    padding: 3px;
  }

  .contact-p-bottom .social-networks li a img {
    width: 28px;
    height: 28px;
  }

  .contact-p-bottom .social-networks {
    gap: 12px;
    margin-top: 0;
  }

  .contact-p-bottom .social-networks::after {
    right: auto;
    margin-left: 12px;
    left: 100%;
  }

  .about-statistics {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .about-statistics-inner {
    align-items: start;
  }

  .about-statistics-inner:first-of-type .about-s-num .counter-value {
    width: 46px;
  }

  .about-statistics-inner:nth-of-type(2) .about-s-num .counter-value {
    width: 60px;
  }

  .about-statistics-inner:nth-of-type(3) .about-s-num .counter-value {
    width: 33px;
  }

  .about-statistics-inner:last-of-type .about-s-num .counter-value {
    /*width: 74px;*/
    width: 42px;
  }

  .about-box-pic-middle {
    margin-top: 36px;
  }

  .about-item-part-2::after {
    display: none;
  }

  .about-item {
    flex-direction: column;
  }

  .about-item>div {
    margin-top: 36px;
    width: 100%;
  }

  .about-item-title+p {
    margin-bottom: 0;
  }

  .about-item>div.about-item-part-2 {
    margin-top: 24px;
  }

  .about-box .about-box-title:last-of-type+p {
    margin-bottom: 12px;
  }

  .about-item>div.about-item-part-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .about-item>div.about-item-part-2 img {
    width: 100%;
  }

  .garanty-items-row {
    margin-top: 66px;
  }

  .completed-products-item {
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 36px;
  }

  .mahsool-row {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;
  }

  .mahsool-row .gheymat-vahed {
    display: none;
  }

    .mahsool-color-size {
        gap: 8px;
        flex-direction: column;
    }

  .masool-color,
  .masool-size {
    gap: 4px;
  }

  /* .mahsool-row .tedad {
    flex-direction: column !important;
    margin-top: 8px;
    width: 50%;
  } */

  .mahsool-row .tedad .quantity-control {
    width: 100%;
  }

  .mahsool-row .tedad .delete-product-basket {
    width: 100%;
    border: 1px solid var(--primary-color);
  }

  .mahsool-row .majmoo {
    margin-top: 16px;
    margin-right: 16px;
  }

  .delete-product-basket:hover,
  .delete-product-basket:focus {
    transform: scale(1);
    background-color: var(--primary-color);
  }

  .delete-product-basket img {
    transition: all 0.3s ease;
  }

  .delete-product-basket:hover img,
  .delete-product-basket:focus img {
    filter: invert(100%) brightness(100) contrast(100);
  }

  .basket-row {
    margin-top: 36px;
  }

  .title-default {
    font-size: 20px;
  }

  .completed-products .title-24 {
    font-size: 16px;
  }

  .last-calc-row {
    position: fixed;
    bottom: 56px;
    z-index: 99;
    background-color: #fff;
    width: 100%;
    right: 0;
    left: 0;
    padding: 16px;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .last-calc-row .calc-row {
    flex-direction: column;
  }

  .last-calc-row .calc-row .cacl-price-row-title {
    color: #a6a6a6;
  }

  .calc-box {
    margin-top: 0;
    padding-right: 0 !important;
  }

  .basket-row-ht div:nth-of-type(2),
  .basket-row-ht div:last-of-type,
  .basket-row-ht div:nth-of-type(3),
  .basket-row-ht div:first-of-type {
    min-width: unset;
  }

  .basket-address-row>div:nth-of-type(2n + 1),
  .basket-address-row>div:nth-of-type(2n) {
    margin-left: unset;
    margin-right: unset;
  }

  .basket-address-row>div {
    flex: 100%;
  }

  .basket-row-ht {
    padding-left: 0;
  }

  .sendtyp-part1 {
    flex-direction: column;
    gap: 4px;
  }

  .send-type-part .box-24:last-of-type {
    margin-bottom: 16px;
  }

  .order-summery .mahsool-row .majmoo {
    margin-top: 10px;
  }

  .bank-icon {
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
  }

  .show-orders {
    position: fixed;
    bottom: 80px;
    width: calc(100% - 24px);
    z-index: 99;
  }

  .collection-row-items-carousel .col-12,
  .collection-row-items-carousel .col-sm-12 {
    max-width: 96%;
  }

  .collection-row-items-carousel .color-palette-box .color-box {
    width: 20px;
    height: 20px;
  }

  .collection-row-items-carousel .color-palette {
    scale: (0.9);
  }

  .collection-row-items-carousel .product-name-thumb {
    font-size: 0.9rem;
    margin-bottom: 16px;
  }

  .collection-row-items-carousel .main-price {
    font-size: 0.75rem;
  }

  .org-text {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .image img {
    width: 100%;
  }

  .small-btn {
    width: 100%;
  }

  .swiper-log-bar-row {
    margin-top: 88px;
  }

  .swiper-log-bar-row>div:nth-of-type(2) {
    margin-top: 24px;
  }

  .organization-sell-form {
    padding-left: 24px !important;
    padding-right: 24px !important;
    padding-top: 44px;
    margin-top: 44px;
  }

  .organization-sell-form .row>div:first-of-type {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .organization-sell-form .row>div:last-of-type {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .organization-sell-form .row>div {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .org-p {
    text-align: right;
  }

  .orgazinational-sell .wrapper:first-of-type {
    margin-bottom: 0;
  }

  .main-Blog .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }

  .top-blog>div:first-of-type,
  .top-blog>div:last-of-type,
  .top-blog>div {
    padding-left: 0;
    padding-right: 0;
  }

  .top-blog-title-row h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    color: #fff;
  }

  .top-blog-title-row h2 a {
    width: 70%;
    align-items: start;
  }

  .top-blog-title-row h2 a::after {
    top: 16px;
    right: 0;
  }

  .top-blog>div img {
    max-width: unset;
    width: auto;
    align-items: center;
    justify-self: center;
    display: flex;
    min-height: 420px;
  }

  .blog-page-title {
    font-size: 24px;
    margin-bottom: 36px;
  }

  .blog-page-title>div {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .blog-sidebar {
    display: none;
  }

  .cat-sort-mob {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .cat-sort-mob .sort-btn,
  .cat-sort-mob .custom-dropdown-btn {
    padding: 8px 12px;
    min-height: 40px;
  }

  .custom-dropdown-btn+.dropdown-menu.show {
    width: 100%;
    text-align: right;
  }

  .blog-list-item-content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    text-align: right;
    justify-content: start;
    width: 100%;
  }

  .blog-head-mob {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .blog-page-middle {
    margin-top: 24px;
  }

  .search-mob-blog {
    width: 100%;
    margin-top: 8px;
  }

  .search-mob-blog input[type="text"] {
    width: 100%;
  }

  .cat-sort-mob .sort-btn,
  .cat-sort-mob .custom-dropdown-btn {
    width: fit-content;
    min-width: fit-content;
  }

  .main-Blog-post .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }

  .post-page-title {
    font-size: 24px;
  }

  .login-box-footer,
  .login-form-box-left {
    display: none;
  }

  .main-login-form .send-btn {
    position: fixed;
    bottom: 24px;
    /* max-width: 327px; */
  }

  /* ------------------------------------------ Dashboard - Mobile ---------------------------------------------------  */

  .dashboard-section .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }

  .dashboard-Theme {
    margin-bottom: 56px;
  }

  .dashboard-header {
    position: fixed;
    bottom: 0;
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    left: 0;
    background-color: #fff;
    z-index: 99;
  }

  .dash-row-items>a {
    border-left-width: 1px;
  }

  .dashboard-Theme .fixed-bottom-navbar {
    display: none !important;
  }

  .dash-row-items>a .dash-page-des-item {
    display: none;
  }

  .dash-row-items>a .dash-page-title-item {
    font-size: 12px;
    line-height: 100%;
    font-weight: 500;
  }

  .dash-row-items>a {
    min-height: 56px;
    flex: auto;
    padding: 0;
  }

  .dash-main-head {
    justify-content: center;
  }

  .tb-dash-row {
    display: none;
  }

  .tr-dash-row {
    border: 1px solid #f0f0f0;
    padding: 16px 16px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 12px;
  }

  .dash-main {
    margin-top: 36px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .span-date,
  .span-num,
  .span-price,
  .span-codes,
  .span-sit,
  .span-des,
  .span-store,
  .span-name,
  .span-tedad,
  .span-mablagh,
  .span-majmoo {
    color: #a6a6a6;
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 12px;
  }

  .tr-dash-row>span {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: start;
    align-items: start;
    flex: auto;
    margin-bottom: 16px;
  }

  .dash-addresses-view2,
  .dash-info-view2 {
    padding-left: 24px !important;
    padding-right: 24px !important;
    margin-bottom: 110px;
  }

  .add-address-btn,
  .submit-address-btn,
  .goto-shop-btn {
    position: fixed;
    display: flex;
    bottom: 64px;
    width: calc(100% - 24px) !important;
  }

  .dash-addresses-view2 .product-comments-form .send-btn.submit-address-btn,
  .dash-info-view2 .product-comments-form .send-btn.submit-address-btn {
    max-width: unset !important;
  }

  .dash-addresses-view2 .product-comments-form>div,
  .dash-info-view2 .product-comments-form>div {
    flex: 100% !important;
  }

  .dash-addresses-view2 .product-comments-form>div:nth-of-type(3),
  .dash-addresses-view2 .product-comments-form>div:nth-of-type(4) {
    flex: 48% !important;
  }

  .dash-addresses-view3 .add-address-btn,
  .dash-info-view1 .edit-info-btn {
    display: none;
  }

  dash-main-content-list-address,
  .dash-main-content-list-favorites,
  .dash-main-content-list-info {
    margin-bottom: 0;
    padding-bottom: 64px;
  }

  .dash-list-address .box-32,
  .dash-list-info .box-32 {
    align-items: start;
    padding: 20px;
  }

  .add-address-btn-mob,
  .edit-info-btn-mob {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #232323;
    border: 1px solid #232323;
    transition: all 0.3s ease-out;
    position: fixed;
    right: 32px;
    bottom: 64px;
    min-width: 48px;
    min-height: 48px;
    max-width: 48px;
    max-height: 48px;
    z-index: 99;
  }

  .add-address-btn-mob:hover,
  .add-address-btn-mob::focus,
  .edit-info-btn-mob:hover,
  .edit-info-btn-mob::focus {
    background-color: #fff;
  }

  .add-address-btn-mob:hover>img,
  .add-address-btn-mob::focus>img,
  .edit-info-btn-mob:hover>img,
  .edit-info-btn-mob::focus>img {
    filter: invert(100%);
  }

  .dash-main-content-list-address,
  .dash-main-content-list-favorites,
  .dash-main-content-list-info {
    padding-top: 64px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .dash-address-btn {
    display: none;
    flex-direction: column;
  }

  .dash-edit-main-box .dash-address-btn a {
    margin-bottom: 4px;
    display: block;
  }

  .dash-list-info .box-32 {
    max-width: 50%;
    align-items: start;
    padding: 16px;
  }

  .dash-list-info .box-32>div {
    text-align: right !important;
  }

  .dash-info-item-col {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 16px;
    width: fit-content;
  }

  .dash-info-item-col-title {
    text-align: right;
    justify-content: start;
    flex-direction: column;
    gap: 24px;
    align-items: start;
  }

  .from-top {
    top: 5%;
    right: 10%;
  }

  .product-pop-up {
    width: 80%;
    width: min(80%, 100vw);
  }

  .consulting-box {
    padding-top: 48px;
  }
}

@media screen and (max-width: 576px) {
  .logo-mob img {
    transform: scale(1);
    transition: all 0.3s 0.3s linear;
  }

  .logo-mob.transform-image img {
    transform: scale(0.8);
  }

  .swiper-caption h2,  .swiper-caption h1 {
    font-size: 1.5rem;
    margin-bottom: 63px;
  }

  .swiper-caption {
    padding: 0 35px;
    height: 205px;
    padding-top: 18px;
  }

  .home-top-banners {
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-top-banners-row>div:nth-of-type(odd) {
    padding-left: 4px;
  }

  .home-top-banners-row>div:nth-of-type(even) {
    padding-right: 4px;
  }

  .Banner-title h2 {
    font-size: 20px;
  }

  .Banner-title {
    right: 16px;
    bottom: unset;
    top: 78%;
  }

  .Banner-title a {
    color: #fff;
  }

  .Banner-title a:hover,
  .Banner-title a:focus {
    color: #f0f0f0;
  }

  .new-products {
    margin-top: 64px;
  }

  .section-title {
    font-size: 20px;
  }

  .section-title::before,
  .section-title::after {
    height: 1px;
  }

  .section-title-des {
    line-height: 28px;
    margin-bottom: 6px;
  }

  .product-thumb {
    margin: 0 4px;
  }

  .product-name-thumb {
    font-size: 0.875rem;
    margin-top: 12px;
    margin-bottom: 8px;
    font-weight: 550;
  }

  .product-price {
    justify-content: start !important;
    flex-direction: row-reverse !important;
    text-align: right !important;
  }

  .main-price {
    margin-right: unset;
    margin-left: 8px;
    font-weight: 550;
  }

  .percentage-discount {
    width: 30px;
    height: 27px;
    font-size: 12px;
  }

    .discount-label {
        transform: scale(0.75);
        bottom: 8px;
        /*right: -19px;*/
        /*right: -8px;*/
        right: -20px;
    }

  .new-products .flickity-prev-next-button.next,
  .new-products .flickity-prev-next-button.previous,
  .new-products .color-palette {
    display: none !important;
  }

  .home-row-items {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .home-middle-banners {
    margin-top: 64px;
    margin-bottom: 76px;
    padding: 0;
  }

  .home-middle-banners-row>div {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 8px;
  }

  .home-middle-banners-row {
    padding-top: 0;
  }

  .show-more-btn {
    width: calc(100% - 12px);
  }

  .home-features.pl-pr-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .home-features-row>div.home-features-box-1 {
    padding-top: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .features-text-title {
    font-size: 20px;
  }

  .features-text-title+p {
    line-height: 28px;
  }

  .features-slider-right {
    margin-top: 64px;
  }

  h2.feature-slider-right-title {
    font-size: 24px;
  }

  .home-features-row>div {
    padding-left: 0;
    padding-right: 0;
  }

  .show-more-btn::before {
    width: 64px;
    right: calc(50% - 32px);
  }

  .feuture-btn-row {
    display: none !important;
  }

  /*.feature-slider-right-items {
    width: max-content;
  }*/

  /* .home-features-row .flickity-viewport + .flickity-button,
  .home-features-row .flickity-viewport + .flickity-button + .flickity-button {
    display: none !important;
  } */
  .features-slider-right .flickity-viewport {
    /*margin-bottom: 36px;*/
    overflow:unset;
  }



    .btn-flickity-mob-row {
        display: flex;
        justify-content: end;
        padding: 36px 16px;
        padding-top: 124px;
    }

  .btn-flickity-mob-row .primary-btn-reverse {
    width: calc(100% - 58px);
    max-width: unset;
  }

  .features-slider-right .flickity-prev-next-button.next {
    position: absolute;
    /*top: calc(100% + 484px);*/
    top: calc(100% + 552px);
    right: calc(100% - 110px);
    z-index: 20;
  }

  .features-slider-right .flickity-prev-next-button.previous {
    position: absolute;
    /*top: calc(100% + 452px);*/
     top: calc(100% + 521px);
    width: max-content;
    right: 0;
    z-index: 20;
  }

  .home-articles {
    margin-top: 64px;
  }

  .home-row-article-carousel .home-article-item {
    margin: 0 4px;
  }

  footer .footer-web .container-fluid {
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 100px;
  }

  .slogan {
    font-size: 24px;
    line-height: 48px;
    font-weight: 700;
  }

  footer p+.primary-btn-reverse-dark {
    margin-right: 56px;
    width: calc(100% - 58px);
    max-width: unset;
  }

  .social-networks {
    margin-top: 24px;
  }

  .social-networks::after {
    right: 100%;
    margin-right: 12px;
    left: auto;
    margin-left: unset;
  }

  .footer-bottom {
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-detail-items>p {
    align-items: start;
    justify-content: start;
    flex-direction: column;
  }

  .footer-link-box {
    align-items: center !important;
  }

  .footer-links {
    margin-top: 48px;
  }

  .enamad-box {
    max-width: unset;
    width: 100%;
  }

  .copyright>div:first-of-type .copyright-text {
    margin-bottom: 16px;
  }

  .sort-filter-row .dropdown,
  .sort-filter-row .filter-btn {
    width: 50%;
  }

  .breadcrumb-item {
    font-size: 0.75rem;
  }

  .pages-bread-crumb {
    margin-bottom: 36px;
  }

  .pages-bread-crumb nav[aria-label="breadcrumb"] {
    display: flex;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }

  .show-all-row {
    padding-left: 16px;
    padding-right: 16px;
  }

  .show-all-row .show-all-btn {
    width: 100%;
  }

  .product-category-thumb-row {
    justify-content: start;
    position: relative;
    margin-right: 0px;
    margin-left: -12px;
    justify-self: center;
  }

  .product-category-thumb {
    width: 47%;
    margin-bottom: 8px;
  }

  .product-category-thumb .show-more-btn {
    margin-top: -88px;
    max-width: calc(100% - 24px);
    margin-left: auto;
    margin-right: auto;
  }

  .product-category-thumb .show-more-btn::before {
    display: none;
  }

  body.dark-mode .pages-bread-crumb {
    margin-bottom: 0;
    padding-top: 20px;
    border-top: 1px solid #f0f0f02e;
  }

  body.dark-mode .section-title.section-title-page {
    margin-top: 42px;
    font-size: 32px;
    font-weight: 600;
  }

  body.dark-mode .section-title-des {
    font-size: 14px;
  }

  body.dark-mode .discount-row-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  body.dark-mode .all-btn {
    width: 100%;
    margin-bottom: 12px;
  }

  body.dark-mode .small-divider {
    transform: rotate(90deg);
    position: absolute;
  }

  body.dark-mode .secondary-btn {
    width: 48%;
  }

  .product-detail {
    padding-left: 16px;
    padding-right: 16px;
  }

  .snapp-box-product {
    font-size: 10px;
  }

  .filter-box {
    width: 85%;
    width: min(85%, 100vw);
  }

  .collection-page .new-products.product-in-cat {
    margin-top: 0;
  }

  .collection-page .new-products.product-in-cat .product-thumb {
    margin-bottom: 0;
  }

  /*.collection-page .cat-collection-pic {
    padding-right: 0;
    padding-left: 8px;
  }*/


  /*Change Collection Shape*/

    .collection-page .cat-collection-pic {
        padding-right: 0;
        padding-left: 0px;
    }

    .cat-collection-pic {
        max-width: 100% !important;
    }

    .cat-collection-rows-items {
        max-width: 100% !important;
        flex: 0 0 100%;
    }


    .collection-shadow {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        mask-image: linear-gradient(to bottom, white, white);
        width: 100%;
        height: 100%;
        /*background-image: linear-gradient(to bottom, transparent, white);*/
        background-image: linear-gradient(0deg,rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0) 100%);
    }

    .collection-page .cat-collection-rows-items {
        margin-top: -78%;
        padding-left: .5rem 8px !important;
        padding-right: .5rem 8px !important;
    }

    .collection-row-items-carousel .product-name-thumb
     {
        font-size: 0.8rem;
        margin-bottom: 12px;
    }

    /*./Change Collection Shape*/



  .collection-page .home-row-items {
    /* margin-top: 0;
    margin-bottom: 0; */
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .top-section-dark+section .section-title-des {
    margin-bottom: 36px;
  }

  .branch-item {
    padding: 16px 16px 24px 16px;
    border: 1px solid #f0f0f0;
    margin-bottom: 24px;
  }

  .branch-detail {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin-top: 24px;
    gap: 12px;
  }

  .branch-inner-text {
    font-size: 24px;
    line-height: 44px;
    color: #232323;
  }

  .btn-row-branch>a {
    margin-right: -70px;
  }

  .ribbon-2 {
    right: -24px;
  }

  .about-section .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }

  .about-section .container-fluid.about-items-row {
    padding-left: 24px;
    padding-right: 24px;
  }

  .about-item-part-1 {
    margin-left: 16px;
    padding-right: 16px !important;
  }

  .mahsool {
    width: 100%;
  }

  .mahsool-row .tedad {
    flex-direction: column !important;
    margin-top: 8px;
    /* width: 50%; */
    width: 140px;
  }

  .blog-list-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .blog-list-item-more {
    display: none;
  }

  ul.pagination li:first-of-type {
    margin-left: 8px;
  }

  ul.pagination li:last-of-type {
    margin-right: 8px;
  }

  .dash-list-info .box-32 {
    max-width: 100%;
  }

    h2.feature-slider-right-title {
        margin-bottom: 8px;
    }

    .feature-slider-right-items > div {
        height: unset;
    }

    .garanty-section.faq-section .container-fluid  {
        padding-left: 24px;
        padding-right: 24px;
    }
    .garanty-cols {
        max-width: 100%;
    }
}

@media screen and (max-width: 480px) {
  .product-category-thumb-row {
    justify-content: start;
    position: relative;
    margin-right: 0px;
    margin-left: -8px;
    justify-self: center;
  }

  .product-inner-detail {
    padding-left: 0;
  }

  .single-product .product-title-row {
    padding-top: 36px;
    padding-left: 12px;
  }

  .filter-box.pull-to-right-menu {
    top: 100%;
    width: 100%;
    right: 0;
    left: 0;
    transform: translate3d(0, 100%, 0);
  }

  .filter-box.pull-to-left-menu {
    top: 20%;
    width: 100%;
    right: 0;
    left: 0;
    transform: translate3d(0, 0, 0);
  }

  .top-box {
    min-height: 480px;
  }

  .payment-type-item {
    flex-direction: column;
  }

  .payment-type-item .box-24-mini.radio-style label span.radiobuttonStyle {
    position: relative;
    top: 0;
    margin-top: 7px;
  }

  .payment-type-item .box-24-mini.radio-style label {
    flex-direction: row-reverse;
  }

  .bank-icon {
    margin-right: 0;
    margin-top: 8px;
  }

  .collection-page .home-row-items {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .blog-list-item-pic {
    padding: 0;
    border: 1px solid #f0f3f5;
    width: 100%;
  }

  .blog-list-item-pic>a {
    width: 100%;
    display: block;
    position: relative;
  }

  .blog-list-item-pic>a img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 391px) {
  .main-login-form .send-btn {
    position: fixed;
    bottom: 24px;
    max-width: 327px;
  }

  .login-form-box {
    padding: 24px;
  }
}

@media screen and (max-width: 375px) {
  .product-category-thumb-row {
    justify-content: start;
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
    justify-self: center;
  }

  .sort-btn {
    min-width: unset;
  }

  .main-login-form .send-btn {
    position: fixed;
    bottom: 24px;
    max-width: 327px;
  }

  .login-form-box {
    padding: 24px;
  }
}