@import url("./fonts.css");

:root {
  --main-color: #1d2977;
  --main-complementary-color: #ffd701;
  --main-black-color: #020308a3;
  --main-gray-color: #0e0b0114;
  --main-red-color: #e80645;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

body {
  scroll-behavior: smooth;
  background-color: #f7f8fd;
  font-family: peydaRegular;
  overflow-x: hidden;
  direction: rtl;
}

button {
  font-family: peydaBold;
}

.container {
  max-width: 1440px;
  margin: 0px auto;
}

@media (max-width: 768px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}

input[type="number"] {
  font-family: dana;
}

.swiper-slide {
  flex-shrink: unset !important;
}

b,
strong {
  font-family: peydaExtraBold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: peydaBold;
}

#wpadminbar p,
#wpadminbar a,
#wpadminbar ul,
#wpadminbar li,
#wpadminbar .ab-label,
#wpadminbar .elementor-edit-link-title,
#wpadminbar .display-name,
.menu-top,
p {
  font-family: peydaRegular !important;
}

header {
  width: 100%;
  height: 157px;
  left: 0px;
  position: relative;
  z-index: 99;
  top: 0px;
}

header>div.header-top-container {
  background: var(--main-color);
  width: 100%;
}

header .header-top {
  position: relative;
  max-width: 1440px;
  height: 48px;
  left: 0px;
  margin: auto;
  top: 0px;
  border-radius: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}

header .header-top .header-top-one {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  isolation: isolate;
  position: relative;
  width: 377px;
  height: 22px;
  right: 40px;
}

header .header-top .header-top-one p {
  width: 377px;
  height: 22px;
  font-family: peydaMedium;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  color: #f7f8fd;
  flex: none;
  order: 0;
  flex-grow: 0;
  z-index: 0;
  z-index: 999999;
}

header .header-top .header-top-one div.img-top-header {
  position: absolute;
  width: 45px;
  height: 30px;
  left: 180px;
  top: calc(50% - 30px / 2);
  border: 1px solid #f7f8fd;
  border-radius: 1000px;
  flex: none;
  order: 1;
  flex-grow: 0;
  background-size: cover !important;
  z-index: 1;
}

header .header-top .header-top-two {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 0px;
  gap: 24px;
  position: absolute;
  width: 313px;
  height: 34px;
  left: 40px;
  top: 0px;
  transform: matrix(1, 0, 0, -1, 0, 0);
}

header .header-top .header-top-two .signup-top,
header .header-top .header-top-two .help-top {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 0px;
  gap: 12px;
  width: 127px;
  height: 34px;
  transform: matrix(1, 0, 0, -1, 0, 0);
  flex: none;
  order: 0;
  flex-grow: 0;
  z-index: 1;
}

header .header-top .header-top-two .signup-top div,
header .header-top .header-top-two .help-top div {
  width: 29px;
  height: 34px;
  background: var(--main-complementary-color);
  border-radius: 0px 0px 100px 100px;
  flex: none;
  position: relative;
  order: 1;
  flex-grow: 0;
}

header .header-top .header-top-two .signup-top svg,
header .header-top .header-top-two .help-top svg {
  position: absolute;
  width: 16px;
  height: 16px;
  left: calc(50% - 16px / 2 + 0.5px);
  top: calc(50% - 16px / 2 - 1px);
}

header .header-top .header-top-two .signup-top .my-account-header-name.active+.my-account-header-top,
header .header-top .header-top-two .signup-top .my-account-header-name.active+.my-account-header-top+.overly-signup-top {
  opacity: 1;
  visibility: visible;
}

header .header-top .header-top-two .signup-top .my-account-header-top {
  position: absolute;
  width: 325px;
  height: 740px;
  left: 0;
  top: 176px;
  background: #e9e9ee;
  border-radius: 24px;
  z-index: 999999999999;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.my-account-header-name {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.my-account-header-top section.header-my-account-top-header:first-child {
  position: absolute;
  width: 325px;
  height: 136px;
  left: 0px;
  top: 0px;
  background: var(--main-color);
  border-radius: 24px 24px 0px 24px;
}

.content-my-account-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  position: relative;
  isolation: isolate;
  width: 277px;
  height: 56px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.nav-my-account-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 24px;
  gap: 8px;
  isolation: isolate;
  width: 245px;
  height: 53px;
  border: 1px solid var(--main-color);
  border-radius: 34px;
  flex: none;
  font-family: peydaMedium;
  order: 1;
  z-index: 0;
  transition: all 0.3s ease;
  color: var(--main-color);
}

.nav-my-account-item:visited {
  color: var(--main-color);
}

header .header-top .header-top-two .nav-my-account-item svg {
  position: relative;
  left: 0px;
  right: 0px;
  transition: all 0.3s ease;
}

.content-my-account-item:hover .nav-my-account-item {
  color: var(--main-complementary-color);
}

.content-my-account-item:hover:nth-child(1) .nav-my-account-item svg path {
  fill: var(--main-complementary-color);
}

.content-my-account-item:hover:nth-child(2) .nav-my-account-item svg path {
  stroke: var(--main-complementary-color);
}

.content-my-account-item:hover:nth-child(3) .nav-my-account-item svg path {
  stroke: var(--main-complementary-color);
}

.content-my-account-item:hover:nth-child(4) .nav-my-account-item svg path {
  fill: var(--main-complementary-color);
}

.content-my-account-item:hover:nth-child(5) .nav-my-account-item svg path {
  fill: var(--main-complementary-color);
}

.content-my-account-item:hover:nth-child(6) .nav-my-account-item svg path {
  fill: var(--main-complementary-color);
}

.content-my-account-item:nth-child(7) .nav-my-account-item svg circle {
  transition: all 0.3s ease;
}

.content-my-account-item:hover:nth-child(7) .nav-my-account-item svg path,
.content-my-account-item:hover:nth-child(7) .nav-my-account-item svg circle {
  stroke: var(--main-complementary-color);
}

.content-my-account-item:hover:nth-child(8) .nav-my-account-item svg path {
  fill: var(--main-complementary-color);
}

header .header-top .header-top-two .nav-my-account-item svg path {
  transition: all 0.3s ease;
}

.content-my-account-item:hover .button-my-account-item svg path {
  stroke: var(--main-complementary-color);
}

.content-my-account-item:hover .button-my-account-item {
  background-color: var(--main-color) !important;
}

header .header-top .header-top-two .signup-top .button-my-account-item svg {
  left: 20px;
  top: 20px;
}

.button-my-account-item svg path {
  transition: all 0.3s ease;
}

header .header-top .header-top-two .signup-top .button-my-account-item {
  border: 1px solid var(--main-color);
  padding: 27px;
  border-radius: 50%;
  z-index: 999;
  left: 0;
  background-color: #fff;
  top: 0px;
  position: absolute;
  transition: all 0.3s ease;
}

.my-account-header-top section img {
  position: absolute;
  width: 72px;
  height: 72px;
  left: 196px;
  top: 32px;
  background-color: #f7f8fd;
  border: 2px solid #f7f8fd;
  border-radius: 100px;
  z-index: 9999;
}

.my-account-header-name-customer {
  position: absolute;
  width: 174px;
  height: 33px;
  left: 58px;
  top: 71px;
  background: #f7f8fd;
  border-radius: 10px 0px 0px 10px;
}

.my-account-header-name-customer span {
  position: absolute;
  width: 120px;
  height: 25px;
  right: 36px;
  top: 4px;
  font-family: peydaBold;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  display: flex;
  align-items: center;
  color: var(--main-color);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.my-account-header-top section.content-my-account-header-top {
  position: absolute;
  width: 325px;
  height: 605px;
  left: 0px;
  top: 136px;
  background: #ffffff;
  border-radius: 32px 0px 0px 0px;
}

.content-my-account-header-top .content-my-account-header-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;
  position: absolute;
  width: 277px;
  height: 488px;
  left: 24px;
  top: 24px;
}

.badge-my-account-customer {
  position: absolute;
  height: 22px;
  left: 133px;
  top: 41px;
  font-family: peydaRegular;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.6);
}

.overly-signup-top {
  pointer-events: none;
  position: absolute;
  width: 200vw;
  transition: all 0.3s ease;
  height: 1500px;
  left: -1000px;
  top: 158px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  z-index: 999999999;
}

header .header-top .header-top-two .signup-top>a {
  width: 86px;
  height: 22px;
  font-family: peydaRegular;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  color: #f7f8fd;
  flex: none;
  order: 0;
  flex-grow: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

header .header-top .header-top-two .help-top a {
  width: 121px;
  height: 22px;
  font-family: peydaRegular;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  color: #f7f8fd;
  flex: none;
  order: 0;
  flex-grow: 0;
}

header .header-top .header-top-two .circle-top {
  position: absolute;
  width: 1200px;
  height: 1200px;
  left: -500px;
  top: -200px;
  background: rgba(247, 248, 253, 0.06);
  z-index: -99;
  border-radius: 50%;
}

@media (max-width: 1200px) {
  header .header-top .header-top-two .circle-top {
    width: 665px;
    height: 665px;
  }
}

@media (max-width: 996px) {
  header .header-top .header-top-two .circle-top {
    width: 765px;
    height: 765px;
    right: 230px;
  }
}

@media (max-width: 768px) {
  header .header-top .header-top-one {
    display: none;
  }

  header .header-top {
    width: 100%;
  }

  header .header-top .header-top-two {
    position: relative;
    margin: auto;
    left: -25px;
    top: -8px;
    justify-content: space-between;
  }
}

header .header-bottom {
  display: flex;
  max-width: 1440px;
  height: 109px;
  margin: auto;
  position: relative;
}

header .header-bottom div.header-bottom-right {
  width: 270px;
  height: 109px;
  z-index: 99;
  background: var(--main-complementary-color);
  border-radius: 0px 0px 0px 60px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

header .header-bottom div.header-bottom-right .circle-header-bootom-right-back-logo {
  position: absolute;
  width: 31px;
  height: 31px;
  right: 50px;
  bottom: 30px;
  background: rgba(247, 248, 253, 0.4);
  flex: none;
  order: 0;
  flex-grow: 0;
  z-index: 1;
  border-radius: 50%;
}

header .header-bottom div.header-bottom-right .header-logo img,
header .header-bottom div.header-bottom-right .header-logo svg {
  z-index: 99;
}

header .header-bottom div.header-bottom-right div {
  display: flex;
  align-items: center;
  flex-direction: column;
}

header .header-bottom div.header-bottom-right div p:first-child {
  color: var(--main-color);
  font-weight: 700;
  font-size: 18px;
  font-family: peydaBold !important;
}

header .header-bottom div.header-bottom-left {
  width: 100%;
  height: 109px;
  left: 0px;
  top: 48px;
  background: #ffffff;
  border-radius: 0px 0px 60px 0px;
  z-index: 99;
}

header .header-bottom-left::after {
  content: "";
  position: absolute;
  left: -30%;
  top: 0;
  width: 40vw;
  height: 100%;
  background: #ffffff;
  z-index: -1;
}

header .header-bottom-right::before {
  content: "";
  position: absolute;
  left: 100%;
  width: 30vw;
  height: 100%;
  background: var(--main-complementary-color);
  z-index: -1;
}

header .header-bottom div.header-bottom-left .header-bottom-left-main {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  position: relative;
  width: 100%;
  height: 48px;
  right: 30px;
  top: 28px;
}

.shape-my-account-header-top-two {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 239px;
  top: -25px;
  border-radius: 50%;
  background: rgba(247, 248, 253, 0.1);
}

.shape-my-account-header-top-three {
  position: absolute;
  width: 54px;
  height: 54px;
  left: -27px;
  top: 41px;
  background: rgba(247, 248, 253, 0.1);
  border-radius: 50%;
}

.shape-my-account-header-top-one {
  position: absolute;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  left: 6px;
  top: 34px;
  background: rgba(247, 248, 253, 0.1);
}

.navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 16px;
  width: auto;
  height: 24px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.navbar>ul {
  display: flex;
  justify-content: start;
  align-items: center;
  list-style: none;
}

.navbar>ul li a {
  display: flex;
  gap: 1px;
  color: var(--main-black-color);
  align-items: center;
  transition: all 0.3s ease;
}

.navbar>ul li {
  width: auto;
  max-width: none;
  white-space: nowrap;
}

.navbar>ul li a:hover,
.navbar ul li a:hover svg {
  color: var(--main-complementary-color);
  fill: var(--main-complementary-color);
  stroke: var(--main-complementary-color);
}

.navbar>ul>li:not(:first-child)>a::before {
  content: "/";
  margin: 0px 20px;
  color: var(--main-gray-color);
  font-size: 23px;
  opacity: 0.3;
}

.shape-navbar {
  position: relative;
}

.navbar>ul li>a.active .shape-navbar div {
  position: absolute;
  right: 0;
  width: 50px;
  top: 0px;
  height: 13px;
  background-color: var(--main-complementary-color);
  opacity: 0.1;
  border-radius: 12px;
}

.navbar>ul li a:hover svg:nth-child(2) {
  transform: rotate(180deg);
}

.navbar>ul li a svg {
  transition: all 0.3s ease;
  fill: var(--main-black-color);
  stroke: var(--main-black-color);
}

.navbar>ul li a.active svg,
.navbar>ul li a.active {
  fill: var(--main-complementary-color);
  stroke: var(--main-complementary-color);
  color: var(--main-complementary-color);
}

.mega-menu {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 40px;
  position: absolute;
  width: 1500px;
  box-shadow: 1px 1px 9px var(--main-gray-color);
  height: 398px;
  left: calc(59% - 1500px / 2);
  top: 95px;
  background: #ffffff;
  border-radius: 24px;
  pointer-events: none;
  z-index: 9999999;
}

.mega-menu .mega-menu {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 16px;
  gap: 40px;
  position: absolute;
  width: 1500px;
  box-shadow: 1px 1px 9px var(--main-gray-color);
  height: 398px;
  right: -15px;
  top: -10px;
  background: #ffffff;
  border-radius: 24px;
  pointer-events: none;
  z-index: 9999999;
}

.navbar ul li.mega-menu-trigger.active .mega-menu,
.navbar ul li.mega-menu-trigger.active .overly-mega-menu {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.overly-mega-menu {
  pointer-events: none;
  position: absolute;
  width: 200vw;
  transition: all 0.3s ease;
  height: 1500px;
  right: -1000px;
  top: 80px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}

.mega-menu .mega-menu-tab {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 16px;
  gap: 32px;
  width: 308px;
  height: 366px;
  background: rgba(29, 41, 119, 0.06);
  border-radius: 16px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.mega-menu .mega-menu-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 12px 0px 12px 12px;
  gap: 32px;
  width: 980px;
  height: 366px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 1;
}

.mega-menu .mega-menu-tab .mega-menu-tab-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 16px 0px 0px;
  gap: 12px;
  width: 100%;
  height: 22px;
  flex: none;
  order: 0;
  cursor: pointer;
  flex-grow: 0;
  transition: all 0.3s ease;
}

.mega-menu .mega-menu-tab .mega-menu-tab-item:hover,
.mega-menu .mega-menu-tab .mega-menu-tab-item.active {
  background: #ffffff;
  padding: 25px 18px;
  border-radius: 1000px;
  width: 100%;
  color: var(--main-color);
}

.mega-menu .mega-menu-tab .mega-menu-tab-item svg {
  transition: all 0.3s ease;
}

.mega-menu .mega-menu-tab .mega-menu-tab-item:hover svg {
  fill: var(--main-color);
}

.mega-menu-content {
  padding: 15px;
  position: relative;
}

.mega-menu-content-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.mega-menu-content-item.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.mega-menu .mega-menu-content-item .mega-menu-content-item-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  padding: 0px;
  gap: 32px;
  width: 1108px;
  height: 342px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 1;
  flex-wrap: wrap;
}

.mega-menu .mega-menu-content-item .mega-menu-content-item-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0px;
  gap: 24px;
  width: 611px;
  height: 333px;
  flex: none;
  order: 1;
  flex-grow: 1;
}

.mega-menu .mega-menu-content-item .mega-menu-content-item-banner {
  width: 325px;
  height: 342px;
  border-radius: 16px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  position: relative;
  overflow: hidden;
}

.mega-menu .mega-menu-content-item .mega-menu-content-item-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top,
      rgba(0, 0, 0),
      rgba(0, 0, 0, 0));
  z-index: 1;
}

.mega-menu-content-item-banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 18.08px;
  position: absolute;
  width: 100%;
  height: 129px;
  left: 0px;
  top: 189px;
}

.mega-menu-content-item-banner-content span {
  margin: 0 auto;
  width: 100%;
  height: 74px;
  font-family: peydaRegular;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  flex: none;
  order: 0;
  align-self: stretch;
  z-index: 999;
  flex-grow: 0;
}

.mega-menu-content-item-banner-content a {
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 22px 10px;
  justify-content: space-between;
  border-radius: 12px;
  z-index: 999999;
  width: 80%;
  height: 22px;
  font-family: peydaBold;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  background-color: #fff;
  cursor: pointer;
  color: var(--main-color) !important;
  flex: none;
  order: 1;
  border: 0px solid;
}

.mega-menu-content-item-banner-content a svg {
  fill: none !important;
}

.overly-mega-menu-content-item-banner-content {
  position: absolute;
  width: 120%;
  height: 276px;
  left: calc(45% - 100% / 2);
  top: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 12.12%, #000000 74.24%);
  z-index: 0;
}

.mega-menu-content-item-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 24px;
  width: 611px;
  height: 333px;
  flex: none;
  order: 1;
  flex-grow: 1;
}

.mega-menu-content-item-left-title {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
  width: 82px;
  height: 25px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.mega-menu-content-item-left-title h4 {
  width: 82px;
  height: 25px;
  font-family: peydaBold;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  align-items: center;
  text-align: right;
  color: var(--main-color);
  flex: none;
  order: 0;
  flex-grow: 0;
}

.underline-mega-menu-content-item-left {
  width: 100%;
  height: 0px;
  border: 1px solid rgba(14, 11, 1, 0.12);
  transform: rotate(-180deg);
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.list-mega-menu-content-item-left {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 0px;
  gap: 40px;
  width: 100%;
  height: 260px;
  flex: none;
  order: 2;
  align-self: stretch;
  flex-grow: 0;
}

.list-content-mega-menu-content-item-left {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 0px;
  gap: 40px;
  justify-content: space-around;
  width: 570px;
  height: 260px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.list-content-right-mega-menu-content-item-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 24px;
  width: 265px;
  height: 260px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.list-content-right-mega-menu-content-item-left ul,
.list-content-left-mega-menu-content-item-left ul {
  list-style-type: none;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: auto;
}

.list-content-right-mega-menu-content-item-left ul li,
.list-content-left-mega-menu-content-item-left ul li {
  position: relative;
  width: auto;
  display: flex;
  gap: 8px;
  align-items: center;
}

.list-content-right-mega-menu-content-item-left ul li::before,
.list-content-left-mega-menu-content-item-left ul li::before {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--main-complementary-color);
}

.list-content-right-mega-menu-content-item-left ul li .badge,
.list-content-left-mega-menu-content-item-left ul li .badge {
  padding: 2px 5px;
  border-radius: 15px;
  font-size: 12px;
  background-color: var(--main-red-color);
  color: #fff;
}

.list-content-right-mega-menu-content-item-left ul li a,
.list-content-left-mega-menu-content-item-left ul li a {
  font-size: 16px;
}

.list-content-left-mega-menu-content-item-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 24px;
  width: 265px;
  height: 256px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.header-bottom-left-info {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 0px;
  gap: 20px;
  width: 425px;
  height: 48px;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin-left: 5%;
}

.header-bottom-left-counseling {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0px;
  gap: 12px;
  isolation: isolate;
  width: 185px;
  height: 48px;
  flex: none;
  order: 2;
  position: relative;
  flex-grow: 0;
}

.header-bottom-left-counseling-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 0px;
  gap: 8px;
  width: auto;
  height: 39px;
  margin-left: 65px;
  flex: none;
  order: 2;
  flex-grow: 0;
  font-size: 14px;
  z-index: 2;
  text-align: left;
  font-family: peydaRegular;
  color: var(--main-color);
}

.header-bottom-left-counseling-text span:first-child {
  font-family: peydaMedium;
}

.header-bottom-left-counseling-text span:nth-child(2) {
  width: 125px;
  height: 15px;
  font-family: dana;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.header-bottom-left-counseling-icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 8px;
  position: absolute;
  width: 48px;
  height: 48px;
  left: 0px;
  background: #ffffff;
  border: 2px solid var(--main-complementary-color);
  border-radius: 1000px;
  flex: none;
  order: 1;
  flex-grow: 0;
  z-index: 1;
}

.header-bottom-left-counseling-icon svg {
  fill: var(--main-color);
}

.header-bottom-left-counseling-badge-phone {
  position: absolute;
  width: 150px;
  height: 24px;
  left: 6px;
  top: 24px;
  background: var(--main-complementary-color);
  border-radius: 12px 12px 12px 100px;
  flex: none;
  order: 0;
  flex-grow: 0;
  z-index: 0;
}

.header-bottom-left-counseling-badge-phone svg {
  fill: var(--main-complementary-color);
}

.underline-header-bottom-left {
  width: 36px;
  height: 0px;
  border: 1px solid rgba(14, 11, 1, 0.08);
  transform: rotate(90deg);
  flex: none;
  order: 1;
  flex-grow: 0;
}

.header-bottom-left-search {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 8px;
  width: 48px;
  height: 48px;
  background: rgba(29, 41, 119, 0.06);
  border-radius: 1000px;
  flex: none;
  order: 1;
  cursor: pointer;
  flex-grow: 0;
  position: relative;
}

.header-bottom-left-search svg {
  width: 24px;
  height: 24px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.header-bottom-left-search:hover .header-bottom-left-search-popup {
  opacity: 1;
  visibility: visible;
}

.header-bottom-left-search-popup {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  top: 90px;
  width: 327px;
  left: 0px;
  border-radius: 12px;
  z-index: 9999999999;
  background-color: #fff;
  overflow: hidden;
}

.header-bottom-left-search:hover .overly-header-bottom-left-search-popup {
  opacity: 1;
  visibility: visible;
}

.overly-header-bottom-left-search-popup {
  position: absolute;
  transition: all 0.3s ease;
  width: 200vw;
  height: 1500px;
  left: -1000px;
  top: 80px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}

@media (max-width: 1400px) {
  .overly-header-bottom-left-search-popup {
    left: calc(100% - 100vw / 5.3);
  }
}

@media (max-width: 1500px) {
  .overly-header-bottom-left-search-popup {
    left: calc(100% - 110vw / 4);
  }
}

.header-bottom-left-search-popup::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 320px;
  height: 82%;
  border: 2px solid var(--main-color);
  border-radius: 12px;
  cursor: text;
}

.header-bottom-left-search-popup svg {
  position: absolute;
  width: 21.500097274780273px;
  height: 21.500097274780273px;
  top: 20%;
  right: 5%;
}

.header-bottom-left-search-popup input {
  font-family: peydaMedium;
  z-index: 9999;
  width: 100%;
  border-radius: 12px;
  border: none;
  border-color: transparent;
  height: 100%;
  padding: 10px 45px 10px 10px;
  outline: none;
}

.header-bottom-left-search-popup input::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: rgba(2, 3, 8, 0.308);
}

.header-bootom-left-cart-search {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 0px;
  gap: 12px;
  width: 211px;
  height: 48px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.header-bottom-left-cart {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  padding: 0px 6px 0px 16px;
  gap: 8px;
  isolation: isolate;
  position: relative;
  width: 151px;
  height: 48px;
  background: rgba(29, 41, 119, 0.06);
  border-radius: 12px 70px 70px 12px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.header-bottom-left-cart-icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 8px;
  width: 36px;
  height: 36px;
  background: #1d2977;
  border-radius: 100px;
  flex: none;
  order: 1;
  flex-grow: 0;
  z-index: 1;
}

.header-bottom-left-cart-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px;
  gap: 6px;
  width: 99px;
  height: 34px;
  flex: none;
  order: 0;
  flex-grow: 0;
  z-index: 0;
  color: var(--main-color);
}

.header-bottom-left-cart-data span:first-child {
  font-family: peydaMedium;
  font-size: 12px;
  font-weight: 500;
}

.header-bottom-left-cart-data span:last-child {
  font-family: dana;
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
}

.header-bottom-left-cart-badge-counter {
  position: absolute;
  width: 16px;
  font-family: peydaRegular;
  height: 16px;
  left: -3px;
  top: -6px;
  background: var(--main-complementary-color);
  border-radius: 1000px;
  flex: none;
  order: 2;
  flex-grow: 0;
  z-index: 2;
}

.header-bottom-left-cart-badge-counter span {
  position: absolute;
  width: 7px;
  font-family: dana;
  height: 17px;
  left: calc(50% - 7px / 2 + 0.5px);
  top: calc(60% - 17px / 2 + 0.5px);
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  display: flex;
  align-items: flex-end;
  text-align: center;
  color: var(--main-color);
}

.header-bottom-left-cart:hover .header-bottom-left-cart-popup {
  opacity: 1;
  visibility: visible;
}

.header-bottom-left-cart:hover .overly-header-bottom-left-cart-popup {
  opacity: 1;
  visibility: visible;
}

.header-bottom-left-cart-popup {
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease;
  visibility: hidden;
  top: 90px;
  width: 407px;
  height: 559px;
  left: 0px;
  background: #ffffff;
  border-radius: 16px;
  z-index: 99999;
}

.overly-header-bottom-left-cart-popup {
  position: absolute;
  transition: all 0.3s ease;
  width: 200vw;
  height: 1500px;
  left: -1000px;
  top: 80px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}

.underline-header-bottom-left-cart-popup {
  position: absolute;
  width: 359px;
  height: 0px;
  left: 24px;
  top: 392px;
  border: 0.899099px solid rgba(14, 11, 1, 0.12);
}

.total-header-bottom-left-cart-popup {
  position: absolute;
  width: 359px;
  height: 60px;
  left: 24px;
  top: 408px;
  background: #f2f2f7;
  border-radius: 16px;
}

.total-header-bottom-left-cart-popup .total-price-header-bottom-left-cart-popup {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0px;
  gap: 4px;
  isolation: isolate;
  position: absolute;
  width: 174px;
  height: 28px;
  left: 24px;
  top: 16px;
}

.total-header-bottom-left-cart-popup .total-price-header-bottom-left-cart-popup div {
  position: absolute;
  width: 102px;
  height: 20px;
  left: 28px;
  top: 12px;
  background: var(--main-complementary-color);
  opacity: 0.4;
  border-radius: 4px;
  flex: none;
  order: 0;
  flex-grow: 0;
  z-index: 0;
}

.total-header-bottom-left-cart-popup .total-price-header-bottom-left-cart-popup .price-header-bottom-left-cart-popup {
  width: 144px;
  height: 20px;
  font-family: dana;
  font-style: normal;
  font-weight: 700;
  text-indent: -10px;
  font-size: 28px;
  line-height: 39px;
  leading-trim: both;
  text-edge: cap;
  display: flex;
  align-items: center;
  text-align: left;
  color: var(--main-color);
  flex: none;
  order: 1;
  flex-grow: 0;
  z-index: 2;
  justify-content: flex-end;
}

.total-header-bottom-left-cart-popup .total-price-header-bottom-left-cart-popup span:last-child {
  width: 26px;
  height: 28px;
  font-family: peydaRegular;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-align: right;
  color: var(--main-color);
  flex: none;
  order: 2;
  flex-grow: 0;
  z-index: 1;
}

.total-header-bottom-left-cart-popup .total-price {
  position: absolute;
  width: 68px;
  height: 20px;
  right: 24px;
  top: 20px;
  font-family: peydaRegular;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: var(--main-color);
}

.peyment-header-bottom-left-cart-popup {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  isolation: isolate;
  position: absolute;
  width: 359px;
  height: 56px;
  left: 24px;
  top: 484px;
}

.peyment-header-bottom-left-cart-popup-text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  gap: 10px;
  width: 322px;
  height: 56px;
  border: 1px solid var(--main-color);
  border-radius: 1000px;
  flex: none;
  order: 0;
  flex-grow: 1;
  z-index: 0;
}

.peyment-header-bottom-left-cart-popup-text span {
  width: auto;
  height: 19px;
  font-family: peydaRegular;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--main-color);
  flex: none;
  order: 0;
  flex-grow: 0;
}

.peyment-header-bottom-left-cart-popup-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  gap: 8px;
  width: 56px;
  height: 56px;
  background: var(--main-color);
  border-radius: 1000px;
  flex: none;
  order: 1;
  flex-grow: 0;
  margin: 0px -19px;
  z-index: 1;
}

.peyment-header-bottom-left-cart-popup-icon svg {
  width: 28px;
  height: 28px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.header-cart-popup {
  position: absolute;
  width: 168px;
  height: 64px;
  left: 215px;
  top: 24px;
}

.header-cart-popup>span:first-child {
  position: absolute;
  width: 125px;
  height: 13px;
  left: -22px;
  top: 14px;
  font-family: peydaRegular;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  leading-trim: both;
  text-edge: cap;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: rgba(29, 41, 119, 0.1);
}

.header-cart-popup .shape-cart-popup {
  position: absolute;
  width: 63px;
  height: 20px;
  right: 75px;
  bottom: 17px;
  background: var(--main-complementary-color);
  border-radius: 8px;
  z-index: -1;
}

.header-cart-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  isolation: isolate;
  position: absolute;
  width: 142px;
  height: 64px;
  right: 36px;
  top: -2px;
}

.header-cart-popup .header-cart-title>h6 {
  width: 107px;
  height: 20px;
  font-family: peydaBold;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 31px;
  leading-trim: both;
  text-edge: cap;
  text-align: right;
  color: var(--main-color);
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px -29px;
  z-index: 9;
}

.header-cart-popup .header-cart-shape {
  width: 64px;
  height: 64px;
  border-radius: 1000px;
  flex: none;
  order: 1;
  flex-grow: 0;
  z-index: 0;
}

.header-cart-popup .header-cart-shape svg:first-child {
  position: absolute;
  width: 34px;
  height: 34px;
  right: calc(5% - 20px / 2 - 10px);
  top: calc(50% - 34px / 2 + 28px);
  border-radius: 50%;
  z-index: 2;
}

.header-cart-popup .header-cart-shape svg:nth-child(2) {
  position: absolute;
  width: 20px;
  height: 20px;
  right: -30px;
  top: 8px;
  z-index: 2;
}

.header-cart-popup .header-cart-shape svg:nth-child(3) {
  position: absolute;
  width: 64px;
  height: 64px;
  right: -40px;
  top: 0px;
  fill: var(--main-complementary-color);
}

.cart-mini-products {
  height: 270px;
  overflow-y: auto;
  margin-top: 98px;
  margin-right: 20px;
}

.cart-mini-detail-product {
  margin-top: 5px;
  width: 359px;
  height: 128px;
  background: #f2f2f7;
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.cart-mini-detail-image-product {
  position: relative;
}

.cart-mini-detail-image-product div {
  width: 61px;
  height: 96px;
  background: #ffffff;
  border-radius: 89.9099px 14.3856px 14.3856px 89.9099px;
  z-index: 1;
}

.cart-mini-detail-image-product img {
  width: 110px;
  z-index: 999999;
  position: absolute;
  top: 0px;
  right: -10px;
}

.cart-mini-product-details h5 {
  width: 190px;
  height: 22px;
  font-family: peydaRegular;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin: 8px 10px;
  display: flex;
  align-items: center;
  text-align: right;
  color: var(--main-color);
}

.cart-mini-detail-product-underline {
  width: 220px;
  height: 0px;
  border: 0.899099px solid rgba(14, 11, 1, 0.12);
}

.cart-mini-detail-product-meta {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.cart-mini-detail-product-meta .cart-mini-detail-quantity {
  width: 68px;
  height: 32px;
  position: relative;
  margin-top: 30px;
}

.cart-mini-detail-product-meta .cart-mini-detail-quantity>button.plus {
  position: absolute;
  width: 24px;
  height: 24px;
  right: -18px;
  top: 5px;
  background: #f7f8fd;
  border: 1px solid var(--main-color);
  border-radius: 24px;
  z-index: 9999;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart-mini-detail-product-meta .cart-mini-detail-quantity>button.mines {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 18px;
  top: 5px;
  background: #f7f8fd;
  border: 1px solid var(--main-color);
  border-radius: 24px;
  z-index: 9999;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart-mini-detail-product-meta .cart-mini-detail-quantity>input {
  position: absolute;
  width: 32px;
  font-family: dana;
  height: 32px;
  background: #f7f8fd;
  border: 1px solid var(--main-color);
  text-align: center;
  outline: none;
  border-radius: 24px;
}

.cart-mini-detail-product-meta .cart-mini-detail-amount {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 0px;
  gap: 10.79px;
  width: 102.5px;
  height: 46.75px;
}

.cart-mini-detail-amount div {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
  align-items: center;
  color: var(--main-color);
}

.cart-mini-detail-amount div.badge {
  padding: 3px 5px;
  font-size: 11px;
  border-radius: 12px;
  font-family: dana;
  background-color: var(--main-red-color);
  color: #fff;
}

.cart-mini-detail-amount div.price-sales-off {
  font-family: dana;
}

.cart-mini-detail-amount div.price-sales-off span {
  position: absolute;
  width: 70px;
  height: 0px;
  right: 0;
  top: 10px;
  border: 0.899099px solid #585a5a;
  transform: rotate(169.79deg);
  flex: none;
  order: 2;
  z-index: 9999;
  flex-grow: 0;
  z-index: 2;
}

.cart-mini-detail-amount .price-regular {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  padding: 0px;
  gap: 3.6px;
  width: 102.5px;
  height: 17.98px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.cart-mini-detail-amount .price-regular span:first-child {
  width: 15.28px;
  height: 17.98px;
  font-family: peydaRegular;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 9px;
  leading-trim: both;
  text-edge: cap;
  text-align: right;
  color: #020308;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.cart-mini-detail-amount .price-regular span:last-child {
  width: 83.62px;
  height: 13.49px;
  font-family: dana;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  leading-trim: both;
  text-edge: cap;
  display: flex;
  align-items: center;
  text-align: right;
  color: var(--main-color);
  flex: none;
  order: 1;
  flex-grow: 0;
}

header .header-responsive {
  display: none;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  width: 100%;
  height: 56px;
  background: #ffffff;
  border-radius: 0px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

header .header-responsive .navbar-toggle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 8px;
  width: 36px;
  height: 36px;
  background: var(--main-color);
  border-radius: 1000px;
  flex: none;
  order: 2;
  flex-grow: 0;
}

header .header-responsive .logo-responsive {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0px;
  gap: 8.27px;
  isolation: isolate;
  width: 117.1px;
  height: 35.83px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

header .header-responsive .logo-responsive .logo-responsive-name {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0px;
  gap: 9.58px;
  width: 73px;
  height: 31.36px;
  flex: none;
  order: 1;
  flex-grow: 0;
  z-index: 1;
}

header .header-responsive .logo-responsive .logo-responsive-name span:first-child {
  width: 70.07px;
  height: 10.78px;
  font-family: peydaRegular;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 15px;
  leading-trim: both;
  text-edge: cap;
  text-align: right;
  color: var(--main-color);
  flex: none;
  order: 0;
  flex-grow: 0;
}

header .header-responsive .logo-responsive .logo-responsive-name span:last-child {
  width: 73px;
  height: 11px;
  font-family: peydaRegular;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  text-align: right;
  color: rgba(2, 3, 8, 0.64);
  flex: none;
  order: 1;
  flex-grow: 0;
}

header .header-responsive .cart-mini-responsive {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 8px;
  isolation: isolate;
  width: 36px;
  height: 36px;
  background: rgba(29, 41, 119, 0.06);
  border-radius: 1000px;
  flex: none;
  order: 0;
  flex-grow: 0;
  position: relative;
}

.navbar-toggle svg.active+.navbar-toggle-result,
.navbar-toggle svg.active+.navbar-toggle-result+.close-navbar-toggle,
.navbar-toggle svg.active+.navbar-toggle-result+.close-navbar-toggle+.navbar-toggle-overly {
  opacity: 1;
  visibility: visible;
}

.navbar-toggle svg.active+.navbar-toggle-result {
  transform: translateX(0);
}

header .header-responsive .navbar-toggle .navbar-toggle-result .navbar-toggle-search {
  display: flex;
  position: relative;
  margin-bottom: 10px;
}

header .header-responsive .navbar-toggle .navbar-toggle-result .navbar-toggle-search input {
  width: 250px;
  font-family: peydaRegular;
  font-style: medium;
  font-weight: 500;
  font-size: 12px;
  padding: 10px 20px;
  border-radius: 24px;
  border: 0px;
  outline: none;
  background: rgba(29, 41, 119, 0.06);
}

header .header-responsive .navbar-toggle .navbar-toggle-result .navbar-toggle-search svg {
  position: absolute;
  left: 5px;
  top: 20%;
}

header .navbar-sidebar-responsive .navbar-sidebar-responsive-tab ul {
  overflow: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  width: 280px;
  height: 30px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  height: 50px;
}

header .navbar-sidebar-responsive .navbar-sidebar-responsive-tab ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 8px;
  width: 140px;
  height: 30px;
  flex: none;
  order: 0;
  flex-grow: 1;
}

header .navbar-sidebar-responsive .navbar-sidebar-responsive-tab ul li a {
  width: 140px;
  height: 20px;
  font-family: peydaRegular;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  color: rgba(14, 11, 1, 0.12);
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  padding: 30px 0px;
  border-bottom: 1px solid rgba(14, 11, 1, 0.12);
}

header .navbar-sidebar-responsive .navbar-sidebar-responsive-tab ul li.active a {
  color: var(--main-color);
  border-bottom: 1px solid var(--main-color);
}

.navbar-sidebar-responsive-content-item {
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: all 0.3s ease;
}

.navbar-sidebar-responsive-content-item.active {
  opacity: 1;
  visibility: visible;
  display: block;
}

.cart-mini-responsive-counter {
  position: absolute;
  width: 16px;
  height: 16px;
  left: -3px;
  top: -2px;
  background: var(--main-complementary-color);
  border: 1px solid #ffffff;
  border-radius: 1000px;
  flex: none;
  order: 1;
  flex-grow: 0;
  z-index: 1;
}

.cart-mini-responsive-counter span {
  position: absolute;
  width: 7px;
  height: 17px;
  left: calc(50% - 7px / 2 + 0.5px);
  top: calc(50% - 17px / 2 + 0.5px);
  font-family: dana;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 17px;
  display: flex;
  align-items: flex-end;
  text-align: center;
  color: var(--main-color);
}

.navbar-toggle-result {
  opacity: 0;
  visibility: hidden;
  transform: translateX(400px);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 0px;
  gap: 24px;
  position: absolute;
  width: 280px;
  height: 724px;
  right: 0px;
  z-index: 99999;
  top: 122px;
  background: #ffffff;
  border-radius: 16px 0px 0px 16px;
}

.close-navbar-toggle {
  opacity: 0;
  transition: all 0.3s ease;
  visibility: hidden;
  position: fixed;
  width: 24px;
  height: 24px;
  z-index: 99999;
  left: 34px;
  top: 128px;
}

.navbar-toggle-overly {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 1500px;
  left: calc(50% - 100% / 2);
  top: 90px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
}

.navbar-sidebar-responsive-content-item {
  margin-right: 15px;
}

.navbar-sidebar-responsive-content-item ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  list-style-type: none;
  align-items: start;
}

.navbar-sidebar-responsive-content-item ul li {
  width: 100%;
  padding: 13px 0px;
}

.navbar-sidebar-responsive-content-item ul li:not(:first-child) {
  border-top: 1px solid #ddd;
}

.navbar-sidebar-responsive-content-item ul li a {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--main-color);
}

.navbar-sidebar-responsive-content-item ul li a.active {
  color: var(--main-complementary-color);
}

.navbar-sidebar-responsive-content {
  height: 520px;
  overflow: auto;
}

.navbar-sidebar-responsive-contact-us {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  padding: 9.43511px 0px 9.43511px 15.7252px;
  gap: 16px;
  width: 248px;
  height: 56px;
  margin: 0px auto;
  background: var(--main-color);
  border-radius: 12px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.navbar-sidebar-responsive-contact-us-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 12px;
  width: 160.27px;
  height: 36px;
  flex: none;
  order: 0;
  flex-grow: 1;
}

.navbar-sidebar-responsive-contact-us-left {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 8px;
  width: 56px;
  height: 56px;
  background: var(--main-complementary-color);
  border-radius: 0px 12px 12px 0px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.navbar-sidebar-responsive-contact-us-right span:first-child {
  width: 160.27px;
  height: 14px;
  font-family: peydaRegular;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  color: #f7f8fd;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.navbar-sidebar-responsive-contact-us-right a {
  width: 160.27px;
  height: 10px;
  font-family: peydaRegular;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  color: var(--main-complementary-color);
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

li.menu-item-has-children {
  position: relative;
}

.sub-menu {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 75px;
  background: #fff;
  transition: all 0.3s ease;
  padding: 10px 18px;
  border-radius: 24px;
  box-shadow: 1px 1px 3px #eee;
  z-index: 99999;
}

li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

li.menu-item-has-children:hover>a svg:nth-child(2) {
  transform: rotate(-180deg);
}

li.menu-item-has-children:hover .overly-mega-menu {
  opacity: 1;
  visibility: visible;
  top: 70px;
  width: 200vw;
  position: absolute;
  right: -1000px;
}

li.menu-item-has-children .sub-menu li {
  list-style-type: none;
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 18px;
}

li.menu-item-has-children .sub-menu li:last-child {
  border-bottom: none;
}

@media (max-width: 991px) {
  .navbar-sidebar-responsive-content-item .menu-item-has-children {
    position: relative;
  }

  .navbar-sidebar-responsive-content-item .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #f8f9fa;
    margin: 5px 0;
  }

  .navbar-sidebar-responsive-content-item .menu-item-has-children.active .sub-menu {
    max-height: 500px;
  }

  .navbar-sidebar-responsive-content-item .menu-item-has-children a::after {
    content: "▼";
    float: left;
    font-size: 10px;
    transition: transform 0.3s ease;
  }

  .navbar-sidebar-responsive-content-item .menu-item-has-children.active a::after {
    transform: rotate(180deg);
  }
}

@media (max-width: 1400px) {
  .mega-menu {
    width: 900px;
    left: calc(55% - 900px / 2);
  }

  .mega-menu .mega-menu-content {
    width: 750px;
  }

  .mega-menu-content-item-left {
    width: 200px;
  }

  .list-mega-menu-content-item-left {
    width: 100px;
  }

  .mega-menu .mega-menu-content-item .mega-menu-content-item-container {
    width: 500px;
  }
}

@media (max-width: 1200px) {
  .header-bottom-left-counseling {
    display: none;
  }

  .underline-header-bottom-left {
    display: none;
  }

  .header-bottom-left-search {
    display: none;
  }

  .header-bottom-left-info {
    width: auto;
  }

  .overly-header-bottom-left-cart-popup {
    left: calc(100% - 100vw / 7);
  }

  .navbar>ul>li:not(:first-child)>a::before {
    margin: 0px 10px;
  }

  .mega-menu {
    width: 950px;
    overflow: hidden;
    left: calc(68% - 950px / 2);
  }

  .mega-menu-content-item-left {
    width: 580px;
  }

  .mega-menu .mega-menu-content-item .mega-menu-content-item-container {
    width: 700px;
  }
}

@media (max-width: 768px) {
  header .header-top .header-top-two .signup-top>a {
    width: 120px;
  }

  .header-bottom {
    display: none !important;
  }

  header {
    overflow: hidden;
    height: auto;
  }

  header .header-top .header-top-two .circle-top {
    right: 150px;
  }

  header .header-responsive {
    display: flex;
  }
}

#slider-main-lamkadeh {
  overflow: hidden;
}

.slide-lamkadeh {
  opacity: 0;
  transition: opacity 0.8s ease;
  max-width: 1440px;
  margin: auto;
  position: relative;
}

.slide-lamkadeh.active {
  opacity: 1;
  z-index: 1;
}

.slider-main-lamkadeh {
  position: relative;
  width: 100%;
  height: 984px;
  margin-top: -160px;
}

.slider-main-right {
  position: absolute;
  width: 70%;
  height: 936px;
  right: 0;
  top: 48px;
  background: rgba(29, 41, 119, 0.1);
  border-radius: 0px 0px 0px 150px;
}

.slider-main-right::before {
  content: "";
  position: absolute;
  width: 1000px;
  height: 936px;
  background: rgba(29, 41, 119, 0.1);
  right: -99.3%;
  z-index: -11;
}

.slider-main-left {
  position: absolute;
  width: 30%;
  height: 827px;
  left: 0px;
  top: 157px;
  background: var(--main-complementary-color);
  border-radius: 0px 0px 150px 0px;
  z-index: -2;
}

.slider-main-left::after {
  content: "";
  position: absolute;
  width: 1000px;
  height: 936px;
  background: var(--main-complementary-color);
  left: -180%;
  z-index: -9999;
}

@media (max-width: 768px) {
  .slider-main-right::before, .slider-main-left::after {
    display: none;
  }
}

.slider-main-image {
  position: absolute;
  width: 486.53px;
  height: 724.85px;
  left: 18%;
  top: 222.15px;
}

.slider-main-image .slider-main-dashed-shape {
  position: absolute;
  width: 343px;
  height: 658px;
  left: 33.42px;
  top: calc(52% - 658px / 2 - 33.42px);
  border: 3px dashed var(--main-color);
  border-radius: 1000px;
  transform: rotate(9.03deg);
  z-index: -1;
}

.slider-main-image .slider-main-content-image {
  position: absolute;
  width: 459px;
  height: 683px;
  left: 27.53px;
  top: 41.85px;
  /* z-index: 9; */
}

.slider-main-image .slider-main-content-image img {
  position: absolute;
  width: 442px;
  height: 491px;
  left: 17px;
  top: 192px;
  z-index: 1;
}

.slider-main-image .slider-main-content-image .slider-main-shape-back {
  position: absolute;
  width: 387px;
  height: 620px;
  left: 0px;
  top: calc(50% - 620px / 2 - 31.5px);
  background: var(--main-color);
  border-radius: 1000px;
  overflow: hidden;
}

.slider-main-circle-big {
  position: absolute;
  width: 391px;
  height: 391px;
  left: -42px;
  top: 284px;
  border-radius: 50%;
  background: rgba(247, 248, 253, 0.06);
}

.slider-main-circle-small {
  border-radius: 50%;
  position: absolute;
  width: 204px;
  height: 204px;
  left: 130px;
  top: -71px;
  background: rgba(247, 248, 253, 0.06);
}

.slider-main-image .slider-main-content-image .slider-main-shape-back span {
  position: absolute;
  width: 128px;
  height: 67px;
  left: calc(50% - 128px / 2 - 75.5px);
  top: 87px;
  font-family: peydaRegular;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 67px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.06);
  transform: rotate(-90deg);
  z-index: 9;
}

.slider-main-image .slider-main-content-image .slider-main-shape-back img {
  position: absolute;
  width: 258px;
  height: 239px;
  left: calc(50% - 258px / 2 - 0.5px);
  top: calc(50% - 239px / 2 - 190.5px);
}

.slider-main-content-image .slider-main-badge-sales-off .badge-sales-off-star {
  position: absolute;
  z-index: 9999;
  width: 144px;
  height: 144px;
  left: -18px;
  top: -25px;
  border-radius: 12px;
  transform: rotate(45deg);
  background-image: url("../images/theme/star.png");
  background-size: contain;
}

.slider-main-content-image .slider-main-badge-sales-off {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 12px;
  position: absolute;
  width: 70.22px;
  height: 53.3px;
  left: calc(80% - 08px / 2 - 0.5px);
  top: calc(65% - 239px / 2 - 190.5px);
  transform: rotate(28.22deg);
  z-index: 1;
}

.slider-main-content-image .slider-main-badge-sales-off span {
  z-index: 99999;
}

.slider-main-content-image .slider-main-badge-sales-off span:first-child {
  width: 70.22px;
  height: 22.48px;
  font-family: dana;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  leading-trim: both;
  text-edge: cap;
  display: flex;
  align-items: center;
  text-align: center;
  color: #f7f8fd;
  flex: none;
  order: 0;
  align-self: stretch;
  padding-top: 30px;
  flex-grow: 0;
}

.slider-main-content-image .slider-main-badge-sales-off span:last-child {
  width: 70.22px;
  height: 26.82px;
  font-family: peydaRegular;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 31px;
  leading-trim: both;
  text-edge: cap;
  display: flex;
  align-items: center;
  text-align: center;
  color: #f7f8fd;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.content-badge-sales-off {
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0px;
  gap: 16px;
  position: absolute;
  width: 70.22px;
  height: 53.3px;
  left: calc(50% - 70.22px / 2 + 9.32px);
  top: calc(50% - 53.3px / 2 + 5.06px);
}

.slider-main-shape-arrow {
  position: relative;
  width: 61.85px;
  height: 70.74px;
  left: 70px;
  top: calc(40% - 70.74px / 2 + 117.37px);
  transform: rotate(2.14deg);
}

.slider-main-lamkadeh .slider-main-right .slider-main-right-svg-one {
  position: absolute;
  width: 128px;
  height: 125px;
  right: 441px;
  top: 852px;
}

.slider-main-lamkadeh .slider-main-right .slider-main-right-svg-two {
  position: absolute;
  width: 108px;
  height: 104px;
  right: 800px;
  top: 115px;
}

.slider-main-lamkadeh .slider-main-right .slider-main-right-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 0px;
  gap: 64px;
  position: absolute;
  width: 565px;
  height: 534px;
  right: 0;
  top: calc(50% - 534px / 2 + 40px);
}

@media (min-width: 1540px) {
  .slider-main-lamkadeh .slider-main-right .slider-main-right-content {
    right: 5%;
  }
}

.slider-main-lamkadeh .slider-main-right .slider-main-right-content-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 70px;
  width: 565px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.slider-main-lamkadeh .slider-main-right .slider-main-right-content-bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 15px;
  width: 100%;
  height: 92px;
  flex: none;
  position: relative;
  order: 1;
  flex-grow: 0;
}

.slider-main-lamkadeh .slider-main-right .slider-main-right-content-top p:nth-child(1) {
  width: 565px;
  height: 58px;
  font-family: peydaRegular;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  align-items: center;
  text-align: right;
  color: rgba(2, 3, 8, 0.64);
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.slider-main-lamkadeh .slider-main-right .slider-main-right-content-top p:nth-child(2) b,
.slider-main-lamkadeh .slider-main-right .slider-main-right-content-top p:nth-child(2) strong {
  color: var(--main-color);
  font-weight: 600;
}

.slider-main-lamkadeh .slider-main-right-content-top .button-slider {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 0px;
  isolation: isolate;
  width: 214px;
  height: 56px;
  flex: none;
  user-select: text;
  order: 2;
  flex-grow: 0;
}

.slider-main-lamkadeh .slider-main-right-content-top .button-slider div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  gap: 8px;
  width: 56px;
  height: 56px;
  background: var(--main-color);
  border-radius: 1000px;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px -19px;
  z-index: 1;
}

.slider-main-lamkadeh .slider-main-right-content-top .button-slider a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  gap: 10px;
  width: 177px;
  height: 56px;
  border: 1px solid var(--main-color);
  border-radius: 1000px;
  flex: none;
  order: 1;
  color: var(--main-color);
  flex-grow: 0;
  z-index: 0;
}

.underline-content-main-content {
  width: 100%;
  height: 0px;
  border: 1px solid rgba(14, 11, 1, 0.12);
  flex: none;
  order: 3;
  flex-grow: 0;
}

.slider-main-lamkadeh .slider-main-right-content-top .title-main-content {
  width: 565px;
  height: 144px;
  flex: none;
  order: 0;
  margin-bottom: 30px;
  align-self: stretch;
  flex-grow: 0;
}

.title-main-content p {
  text-indent: 70px;
  position: absolute;
  width: 700px;
  height: 144px;
  right: 0px;
  top: 0px;
  font-family: peydaExtraBold;
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 72px;
  align-items: center;
  text-align: right;
}

.title-main-content p b,
.title-main-content p strong {
  color: var(--main-color);
  font-weight: 600;
}

.amazing-main-content {
  position: absolute;
  width: 62.67px;
  height: 63.02px;
  right: 0.33px;
  top: 0px;
}

.amazing-main-content img {
  z-index: 999;
}

.circle-amazing-main-content {
  position: absolute;
  width: 43.5px;
  height: 43.5px;
  right: 19.17px;
  top: 19.52px;
  background: var(--main-complementary-color);
  z-index: -1;
  border-radius: 50%;
}

.icon-theme-title-main-content {
  position: absolute;
  width: 23px;
  height: 24px;
  right: 376px;
  top: 75px;
}

.shape-theme-title-main-content {
  position: absolute;
  width: 124px;
  height: 39px;
  left: 195px;
  top: 102px;
  background: var(--main-complementary-color);
  border-radius: 10px;
  z-index: -1;
}

.slider-main-lamkadeh .slider-main-right .slider-main-right-content-bottom div {
  position: relative;
}

.slider-main-lamkadeh .slider-main-right .slider-main-right-content-bottom div svg {
  position: relative;
  margin-right: 30px;
}

.slider-main-right-content-bottom img {
  position: absolute;
  width: 60.77px;
  left: calc(55% - 102.77px / 2 - 0.5px);
  top: calc(50% - 145px / 2 + 31.5px);
  border-radius: 0px;
}

.lamp-slider-main {
  position: absolute;
  width: 130.26px;
  height: 249px;
  left: calc(50% - 130.26px / 2 - 50.5px);
  top: -4px;
}

.theme-icon-shape-one {
  position: absolute;
  width: 199px;
  height: 194.07px;
  left: 142px;
  top: 320.97px;
}

.theme-icon-shape-two {
  position: absolute;
  width: 96px;
  height: 94px;
  left: -16px;
  top: -17px;
}

.counter-slider-main {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 24px;
  gap: 8px;
  position: absolute;
  width: 69px;
  height: 354px;
  left: 0px;
  top: calc(50% - 354px / 2 + 0.5px);
  background: #ffffff;
  z-index: 9;
  border-radius: 0px 40px 40px 0px;
}

.pagination-slider-main {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 12px;
  position: absolute;
  width: 108px;
  height: 44px;
  z-index: 9;
  left: calc(15% - 18px / 2 - 33px);
  bottom: 32px;
}

.pagination-slider-right {
  position: relative;
  cursor: pointer;
}

.pagination-slider-right>svg {
  position: absolute;
  top: 30%;
  left: 0;
}

.pagination-slider-left {
  position: relative;
  cursor: pointer;
}

.pagination-slider-left>svg {
  position: absolute;
  top: 30%;
  right: 0;
}

.counter-slider-main .counter-slier-main-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 20px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.counter-slider-main .counter-slier-main-wrapper .current-slider-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 0px 0px;
  gap: 8px;
  width: 12px;
  height: 21px;
  transform: rotate(-90deg);
  flex: none;
  order: 0;
  flex-grow: 0;
  font-family: dana;
}

.counter-slider-main .counter-slier-main-wrapper .total-slider-main {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 0px 0px;
  font-family: dana;
  gap: 8px;
  width: 22px;
  height: 21px;
  transform: rotate(-90deg);
  flex: none;
  order: 2;
  flex-grow: 0;
}

.counter-slider-main .counter-slier-main-wrapper .divider-slider-main {
  width: 4px;
  height: 240px;
  background: rgba(14, 11, 1, 0.12);
  border-radius: 1000px;
  flex: none;
  order: 1;
  flex-grow: 0;
  position: relative;
}

.counter-slider-main .counter-slier-main-wrapper .divider-slider-main .divider-slider-main-progreesbar {
  position: absolute;
  width: 5px;
  left: calc(50% - 5px / 2);
  bottom: 0px;
  background: var(--main-color);
}

@media (max-width: 1440px) {
  .slider-main-shape-arrow {
    display: none;
  }

  .slider-main-image {
    left: 230px;
  }

  .slider-main-lamkadeh .slider-main-right .slider-main-right-content {
    right: 20px;
  }
}

@media (max-width: 1200px) {
  .slider-main-image {
    left: 120px;
  }
}

@media (max-width: 992px) {
  .slider-main-left {
    display: none;
  }

  .pagination-slider-main {
    left: calc(50% - 18px / 2 - 33px);
  }

  .slider-main-lamkadeh .slider-main-right .slider-main-right-svg-two {
    right: 80%;
    top: 5%;
  }

  .slider-main-lamkadeh .slider-main-right .slider-main-right-svg-two svg {
    width: 50px;
    height: 50px;
  }

  .slider-main-right {
    width: 100%;
  }

  .slider-main-lamkadeh .slider-main-right .slider-main-right-svg-one {
    right: 0%;
    bottom: -160px;
  }

  .slider-main-lamkadeh .slider-main-right .slider-main-right-svg-one svg {
    width: 70px;
    height: 70px;
  }

  .slider-main-image .slider-main-content-image .slider-main-shape-back {
    width: 215px;
    height: 400px;
  }

  .slider-main-image .slider-main-dashed-shape {
    width: 205px;
    height: 415px;
    top: 38px;
    left: 33;
  }

  .slider-main-image .slider-main-content-image img {
    width: 232px;
    height: 281px;
    top: 90px;
    left: 0px;
  }

  .slider-main-content-image .slider-main-badge-sales-off {
    left: 170px;
  }

  .slider-main-content-image .slider-main-badge-sales-off .badge-sales-off-star {
    background-repeat: no-repeat;
    width: 100px;
    top: -90px;
    left: -50px;
  }

  .content-badge-sales-off {
    width: 100px;
    top: -90px;
    left: -50px;
    gap: 5px;
  }

  .slider-main-content-image .slider-main-badge-sales-off span:first-child {
    font-size: 15px;
    width: 100px;
    top: -90px;
    left: -50px;
    font-family: dana;
    margin-top: 20px;
    margin-right: 20px;
  }

  .slider-main-lamkadeh .slider-main-right .slider-main-right-content-bottom {
    align-items: flex-start;
    margin: auto;
    flex-direction: column;
  }

  .slider-main-content-image .slider-main-badge-sales-off span:last-child {
    font-size: 15px;
    width: 100px;
    top: -90px;
    left: -50px;
    margin-right: 15px;
  }

  .slider-main-image .slider-main-content-image .slider-main-shape-back img {
    width: 100px;
    height: 100px;
    left: calc(90% - 258px / 2 - 0.5px);
    top: 0;
  }

  .slider-main-circle-big {
    left: auto;
    right: 0px;
  }

  .slider-main-image .slider-main-content-image .slider-main-shape-back span {
    font-size: 16px;
    left: calc(60% - 128px / 2 - 75.5px);
  }

  .slider-main-lamkadeh .slider-main-right .slider-main-right-content {
    top: 10%;
    height: 374px;
    right: 0px;
  }

  .slider-main-lamkadeh {
    margin-top: -110px;
  }

  .slider-main-image {
    top: 450px;
    left: 0;
  }

  .title-main-content p {
    width: 90vw;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    text-indent: 50px;
  }

  .slider-main-lamkadeh .slider-main-right .slider-main-right-content-top {
    width: 100vw;
    gap: 10px;
    align-items: center;
    height: 288px;
  }

  .underline-content-main-content {
    display: none;
  }

  .counter-slider-main {
    display: none;
  }

  .slider-main-lamkadeh .slider-main-right .slider-main-right-content {
    gap: 20px;
  }

  .slider-main-lamkadeh .slider-main-right-content-top .button-slider {
    width: 184px;
  }

  .amazing-main-content img {
    width: 30px;
    top: -5px;
    position: absolute;
    height: 30px;
    left: 10px;
  }

  .amazing-main-content .circle-amazing-main-content {
    width: 33px;
    height: 33px;
    top: 0px;
  }

  .shape-theme-title-main-content {
    width: 70px;
    left: 220px;
    top: 60px;
  }

  .icon-theme-title-main-content {
    right: 350px;
    top: 50px;
  }

  .slider-main-circle-small {
    width: 130px;
    height: 130px;
    left: 100px;
  }

  .slider-main-lamkadeh .slider-main-right-content-top .title-main-content {
    height: 119px;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 85%;
  }

  .slider-main-right-content-top .title-main-content+p {
    text-align: center;
    width: 80%;
    line-height: 30px;
  }

  .slider-main-right-content .underline-lamkadeh {
    display: none;
  }
}

.categories-main-lamkadeh {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 48px;
  position: relative;
  width: 100%;
  height: 583px;
  margin: 40px auto;
}

.header-categories-main {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  width: 100%;
  height: 72px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.body-categories-main {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 20px;
  height: 463px;
  align-self: stretch;
  justify-content: space-between;
  flex-grow: 0;
}

.body-categories-main .body-categories-main-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  gap: 24px;
  isolation: isolate;
  height: 463px;
  background: #ffffff;
  border-radius: 24px;
  position: relative;
  order: 0;
  transition: all 0.3s ease;
  overflow: hidden;
  width: clamp(200px, 100%, 330px);
  flex: 1 1 clamp(200px, 50%, 315px);
  max-width: 90%;
  min-width: 200px;
  flex-grow: 1;
}

.body-categories-main .body-categories-main-item.active {
  width: clamp(280px, 70%, 440px);
  flex: 1 1 clamp(280px, 70%, 440px);
  max-width: 440px;
  min-width: 280px;
}

.body-categories-main .body-categories-main-item .content-categories-main-item {
  display: none;
  width: clamp(280px, 100%, 440px);
  height: 463px;
  border-radius: 24px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.body-categories-main .body-categories-main-item .content-categories-main-item .top-content-categories-main-item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  gap: 24px;
  position: absolute;
  width: calc(100% - 64px);
  max-width: 376px;
  height: 67px;
  left: 32px;
  top: 32px;
}

.body-categories-main .body-categories-main-item .content-categories-main-item .top-content-categories-main-item .subtitle-category-main {
  width: 100%;
  max-width: 240px;
  height: auto;
  font-family: peydaBold;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  leading-trim: both;
  text-edge: cap;
  text-align: right;
  color: var(--main-color);
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1;
}

.body-categories-main .body-categories-main-item .content-categories-main-item .top-content-categories-main-item .counter-product-category-main {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0px;
  gap: 12px;
  width: 100%;
  max-width: 240px;
  height: auto;
  flex: none;
  order: 2;
  align-self: flex-start;
  flex-grow: 1;
  z-index: 2;
}

.body-categories-main .body-categories-main-item .content-categories-main-item .top-content-categories-main-item .counter-product-category-main span::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: var(--main-complementary-color);
  flex: none;
  order: 1;
  border-radius: 50%;
  margin: 0px 10px;
  flex-grow: 0;
}

.body-categories-main .body-categories-main-item .content-categories-main-item .top-content-categories-main-item .title-category-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 24px;
  isolation: isolate;
  margin: 0 auto;
  width: 100%;
  max-width: 240px;
  height: auto;
  flex: none;
  order: 1;
  flex-grow: 1;
}

.body-categories-main .body-categories-main-item .content-categories-main-item .top-content-categories-main-item .button-show-categories {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  gap: 8px;
  margin: 0 auto;
  width: 44px;
  height: 44px;
  background: var(--main-complementary-color);
  border-radius: 50%;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.body-categories-main .body-categories-main-item .content-categories-main-item .top-content-categories-main-item .shape-category-main {
  position: absolute;
  width: 131px;
  height: 21px;
  right: 55px;
  bottom: 39px;
  background: rgba(255, 215, 1, 0.4);
  border-radius: 4px;
  flex: none;
  order: 0;
  flex-grow: 0;
  z-index: 0;
}

.body-categories-main .body-categories-main-item .content-categories-main-item .bottom-content-categories-main-item {
  position: absolute;
  width: 566.66px;
  height: 553.29px;
  left: 32px;
  top: 146.62px;
}

.body-categories-main .body-categories-main-item .content-categories-main-item .bottom-content-categories-main-item img {
  position: absolute;
  width: 360.15px;
  height: 347.57px;
  left: 0;
  z-index: 9999;
  top: 0px;
  border-radius: 0px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.body-categories-main .body-categories-main-item .content-categories-main-item .bottom-content-categories-main-item .circle-two-bottom-content-categories-main-item {
  position: absolute;
  width: 432.26px;
  height: 432.26px;
  left: 65.72px;
  top: 50.29px;
  z-index: -1;
  border: 1.5px dashed var(--main-color);
  border-radius: 50%;
  transform: matrix(-0.87, -0.49, -0.49, 0.87, 0, 0);
}

.body-categories-main .body-categories-main-item .content-categories-main-item .bottom-content-categories-main-item .circle-three-bottom-content-categories-main-item {
  position: absolute;
  width: 51px;
  height: 49px;
  left: 121px;
  top: 174.38px;
}

.body-categories-main .body-categories-main-item .content-categories-main-item .bottom-content-categories-main-item .circle-one-bottom-content-categories-main-item {
  position: absolute;
  width: 432.26px;
  height: 432.26px;
  left: 86.72px;
  top: 44.29px;
  background-color: var(--main-complementary-color);
  border-radius: 50%;
}

.body-categories-main .body-categories-main-item.active .content-categories-main-item {
  display: flex;
}

.body-categories-main .body-categories-main-item.active .rectangle-categories-main-item {
  display: none;
}

.body-categories-main .body-categories-main-item.active .line-categories-main-item {
  display: none;
}

.body-categories-main .body-categories-main-item.active .counter-categories-main-item {
  display: none;
}

.body-categories-main .body-categories-main-item.active .name-categories-main-item {
  display: none;
}

.body-categories-main .body-categories-main-item .rectangle-categories-main-item {
  position: absolute;
  width: clamp(180px, 20vw, 90%);
  height: 423px;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  border-radius: 16px;
  z-index: 0;
  border: none;
}

.body-categories-main .body-categories-main-item .rectangle-categories-main-item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  border: 3px solid transparent;
  background: linear-gradient(to top, var(--main-color), transparent) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box,
    linear-gradient(#000 0 0) border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.body-categories-main .body-categories-main-item .counter-categories-main-item {
  width: 31px;
  height: 18px;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  color: var(--main-color);
  transform: rotate(-90deg);
  flex: none;
  order: 1;
  flex-grow: 0;
  z-index: 1;
  position: absolute;
  font-family: dana;
  top: 50px;
}

.body-categories-main .body-categories-main-item .line-categories-main-item {
  width: 77px;
  height: 0px;
  position: absolute;
  top: 120px;
  border: 1px solid rgba(14, 11, 1, 0.2);
  transform: rotate(90deg);
  left: 39%;
  flex: none;
  order: 2;
  flex-grow: 0;
  z-index: 2;
}

.body-categories-main .body-categories-main-item .name-categories-main-item {
  height: 25px;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  position: absolute;
  bottom: 160px;
  color: var(--main-color);
  transform: rotate(-90deg);
  flex: none;
  order: 3;
  flex-grow: 0;
  z-index: 3;
  font-family: peydaBold;
}

.line-header-categories-main {
  margin: 0 auto;
  width: 44px;
  height: 0px;
  border: 1px solid rgba(14, 11, 1, 0.16);
  transform: matrix(0.34, 0.94, 0.94, -0.34, 0, 0);
  flex: none;
  order: 1;
  flex-grow: 0;
}

.line-header-categories-main-two {
  margin: 0 auto;
  width: 44px;
  height: 0px;
  border: 1px solid rgba(14, 11, 1, 0.16);
  transform: matrix(0.34, 0.94, 0.94, -0.34, 0, 0);
  flex: none;
  order: 3;
  flex-grow: 0;
}

.description-header-categories-main {
  width: 432px;
  height: 72px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  align-items: center;
  text-align: center;
  flex: none;
  order: 2;
  color: rgba(4, 6, 7, 0.5);
}

.description-header-categories-main b,
.description-header-categories-main strong {
  font-family: peydaBold;
  color: var(--main-color);
}

.title-header-categories-main {
  width: 254px;
  height: 64px;
  flex: none;
  order: 4;
  flex-grow: 0;
  position: relative;
  z-index: 1;
}

.title-header-categories-main>span {
  position: absolute;
  width: 184px;
  height: 13px;
  left: -10px;
  top: 14px;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  leading-trim: both;
  text-edge: cap;
  display: flex;
  align-items: flex-end;
  z-index: 9;
  text-indent: 12px;
  color: rgba(29, 41, 119, 0.1);
}

.title-header-categories-main div:nth-child(1) {
  position: absolute;
  width: 231px;
  height: 64px;
  right: 0px;
  bottom: 0px;
}

.title-header-categories-main .shape-header-categories-main {
  position: absolute;
  width: 85px;
  height: 20px;
  left: 19px;
  bottom: 14px;
  background: var(--main-complementary-color);
  border-radius: 8px;
  z-index: -1;
}

.text-header-categories-main {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  isolation: isolate;
  position: absolute;
  width: 230px;
  height: 64px;
  left: 1px;
  top: 0px;
}

.text-header-categories-main>span {
  width: 195px;
  height: 20px;
  font-family: peydaMedium;
  font-style: normal;
  right: 45px;
  font-weight: 400;
  font-size: 22px;
  line-height: 31px;
  leading-trim: both;
  text-edge: cap;
  text-align: right;
  color: var(--main-color);
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px -29px;
  z-index: 999;
  position: absolute;
  top: 20px;
}

.text-header-categories-main svg {
  position: absolute;
  right: -15px;
  top: 0px;
  width: 64px;
  height: 64px;
  border-radius: 1000px;
  flex: none;
  order: 1;
  flex-grow: 0;
  z-index: 0;
}

.bottom-show-more-header-categories-main {
  display: none;
  flex-direction: row-reverse;
  align-items: center;
  padding: 0px;
  isolation: isolate;
  height: 56px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

@media (max-width: 768px) {

  .show-more-header-categories-main,
  .bottom-show-more-header-categories-main {
    display: none;
  }
}

.show-more-header-categories-main {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 0px;
  isolation: isolate;
  height: 56px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.show-more-header-categories-main div:nth-child(1),
.bottom-show-more-header-categories-main div:nth-child(1) {
  color: var(--main-color);
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 8px 24px;
  margin: auto;
  gap: 10px;
  height: 56px;
  border: 1px solid var(--main-color);
  border-radius: 5000px;
  flex: none;
  order: 1;
  flex-grow: 0;
  z-index: 0;
}

.show-more-header-categories-main div:nth-child(2),
.bottom-show-more-header-categories-main div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  gap: 8px;
  width: 56px;
  height: 56px;
  background: var(--main-color);
  border-radius: 50%;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin-right: -19px;
  z-index: 1;
}

.bottom-show-more-header-categories-main {
  display: none;
}

@media (max-width: 768px) {
  header {
    z-index: 99999;
    position: relative;
  }

  .bottom-show-more-header-categories-main {
    display: flex;
    margin: auto;
  }

  .navbar-toggle-result {
    position: fixed;
  }

  header .header-responsive .navbar-toggle {
    position: relative;
  }

  .body-categories-main {
    flex-direction: column;
    height: auto;
  }

  .body-categories-main .body-categories-main-item {
    flex: none;
    height: auto;
  }

  .body-categories-main .body-categories-main-item.active {
    width: clamp(280px, 90%, 440px);
  }

  .body-categories-main .body-categories-main-item .content-categories-main-item .top-content-categories-main-item {
    gap: 0px;
  }

  .body-categories-main .body-categories-main-item .content-categories-main-item {
    height: 300px;
  }

  .categories-main-lamkadeh {
    gap: 30px;
    margin-bottom: 450px;
  }

  .body-categories-main .body-categories-main-item .content-categories-main-item .bottom-content-categories-main-item img {
    right: 230px;
    top: -60px;
  }

  .body-categories-main .body-categories-main-item .content-categories-main-item .bottom-content-categories-main-item .circle-one-bottom-content-categories-main-item {
    top: 0px;
    left: 0px;
  }

  .body-categories-main .body-categories-main-item .content-categories-main-item .bottom-content-categories-main-item .circle-two-bottom-content-categories-main-item {
    top: 0px;
    left: -15px;
  }

  .body-categories-main .body-categories-main-item .content-categories-main-item .bottom-content-categories-main-item .circle-three-bottom-content-categories-main-item {
    left: 30px;
  }

  .line-header-categories-main {
    display: none;
  }

  .header-categories-main {
    flex-direction: column-reverse;
    margin-top: 80px;
    gap: 15px;
    margin-bottom: 0px;
  }

  .show-more-header-categories-main {
    display: none;
  }

  .body-categories-main .body-categories-main-item .content-categories-main-item .top-content-categories-main-item .title-category-main {
    align-items: flex-end;
  }

  .body-categories-main .body-categories-main-item .content-categories-main-item .top-content-categories-main-item .subtitle-category-main {
    text-align: center;
  }

  .body-categories-main .body-categories-main-item .content-categories-main-item .top-content-categories-main-item .counter-product-category-main {
    justify-content: center;
  }

  .body-categories-main .body-categories-main-item {
    flex-direction: row;
  }

  .line-header-categories-main-two {
    display: none;
  }

  .description-header-categories-main {
    width: 100%;
    font-size: 17px;
    margin: 0px 15px;
  }

  .body-categories-main .body-categories-main-item .counter-categories-main-item {
    transform: none;
    position: unset;
  }

  .body-categories-main .body-categories-main-item .line-categories-main-item {
    transform: none;
    position: unset;
  }

  .body-categories-main .body-categories-main-item .name-categories-main-item {
    transform: none;
    position: unset;
    width: 130px;
    font-size: 14px;
  }

  .body-categories-main .body-categories-main-item .rectangle-categories-main-item {
    display: none;
  }
}

.sale-products {
  width: 100%;
  height: 480px;
  position: relative;
  margin: 10px auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}

.sale-products .sale-products-header {
  position: absolute;
  width: 100%;
  max-width: 100%;
  top: 40%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: 317px;
  background: rgba(29, 41, 119, 0.06);
  border-radius: 24px;
}

.sale-products .sale-products-header svg {
  position: absolute;
  right: 0;
  top: 0;
}

.sale-products .sale-products-body {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  gap: 533px;
  width: 100%;
  height: 64px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.sale-products .sale-products-body .sale-products-body-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  width: 95%;
  height: 64px;
  flex: none;
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translateX(-50%) translateY(-40%);
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.sale-products .sale-products-body .sale-products-body-top .sale-products-title {
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 0px;
  isolation: isolate;
  width: 246px;
  height: 100%;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.sale-products .sale-products-body .sale-products-body-top .sale-products-title>span:nth-child(1) {
  position: absolute;
  height: 20px;
  font-family: peydaBold;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 31px;
  leading-trim: both;
  text-edge: cap;
  text-align: right;
  color: var(--main-color);
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px -29px;
  z-index: 3;
}

.sale-products .sale-products-body .sale-products-body-top .sale-products-title .sale-products-name-english {
  position: absolute;
  height: 13px;
  left: 0px;
  top: 10px;
  font-family: peydaMedium;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  leading-trim: both;
  text-edge: cap;
  display: flex;
  align-items: center;
  color: rgba(29, 41, 119, 0.1);
  flex: none;
  order: 2;
  flex-grow: 0;
  z-index: 1;
}

.sale-products .sale-products-body .sale-products-body-top .sale-products-title .sale-products-shape {
  position: absolute;
  width: 134px;
  height: 24px;
  left: 10px;
  bottom: 10px;
  background: var(--main-complementary-color);
  border-radius: 8px;
  flex: none;
  order: 3;
  flex-grow: 0;
  z-index: 0;
}

.sale-products .sale-products-body .sale-products-body-top .sale-products-title .sale-products-circle {
  position: absolute;
  right: -15px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  flex: none;
  order: 1;
  flex-grow: 0;
  z-index: 2;
}

.sale-products .sale-products-body .sale-products-body-top .sale-products-timer-counter {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  width: 278px;
  height: 56px;
  flex: none;
  order: 2;
  flex-grow: 0;
}

.sale-products .sale-products-body .sale-products-body-top .sale-products-timer-counter .sale-products-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  gap: 20px;
  width: 278px;
  height: 56px;
  background: #f7f8fd;
  border: 1px solid var(--main-color);
  border-radius: 12px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.sale-products .sale-products-body .sale-products-body-top .sale-products-timer-counter .sale-products-wrapper .sale-products-line {
  width: 26px;
  height: 0px;
  border: 1px dashed var(--main-color);
  transform: rotate(-90deg);
  flex-grow: 0;
}

.sale-products .sale-products-body .sale-products-body-top .sale-products-timer-counter .sale-products-wrapper .sale-products-time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 6px;
  height: 27px;
  flex-grow: 0;
}

.sale-products .sale-products-body .sale-products-body-top .sale-products-timer-counter .sale-products-wrapper .sale-products-time span:nth-child(1) {
  font-family: dana;
  margin: 0 auto;
  height: 13.54px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  color: var(--main-color);
  align-self: stretch;
  flex-grow: 0;
}

.sale-products .sale-products-body .sale-products-body-top .sale-products-timer-counter .sale-products-wrapper .sale-products-time span:nth-child(2) {
  margin: 0 auto;
  height: 11px;
  font-family: peydaMedium;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  color: var(--main-color);
  align-self: stretch;
  flex-grow: 0;
}

.sale-products .sale-products-body .sale-products-body-top .sale-products-button-slider {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  justify-content: end;
  width: 246px;
  height: 44px;
  flex: none;
  order: 3;
  flex-grow: 0;
}

.sale-products .sale-products-body .sale-products-body-top .sale-products-button-slider .sale-products-body-bottom-left {
  width: 48px;
  height: 44px;
  flex: none;
  order: 0;
  position: relative;
  flex-grow: 0;
  cursor: pointer;
}

.sale-products .sale-products-body .sale-products-body-top .sale-products-button-slider .sale-products-body-bottom-left::before {
  content: "";
  position: absolute;
  width: 44px;
  height: 44px;
  bottom: 16px;
  right: -17px;
  background: var(--main-color);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  border-radius: 50%;
  z-index: -1;
}

.sale-products .sale-products-body .sale-products-body-top .sale-products-button-slider .sale-products-body-bottom-right {
  width: 48px;
  height: 44px;
  cursor: pointer;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.sale-products .sale-products-body .sale-products-body-top .sale-products-button-slider .sale-products-body-bottom-right::before {
  content: "";
  position: absolute;
  width: 44px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  height: 44px;
  top: -6px;
  background: var(--main-color);
  z-index: -1;
  border-radius: 50%;
}

.sale-products-body .sale-products-body-bottom {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 20px;
  max-width: 100%;
  height: 390px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  top: 120px;
  left: 47%;
  transform: translateX(-50%);
  overflow: hidden;
  scroll-behavior: smooth;
  transition: transform 0.5s ease;
}

@media (max-width: 1440px) {
  .sale-products-body .sale-products-body-bottom {
    left: 49%;
  }
}

.sale-products-body-wrapper {
  display: flex;
  transition: transform 0.5s ease;
  align-self: stretch;
  justify-content: center;
  align-items: center;
}

.sale-products-body .sale-products-body-bottom .sale-products-card {
  height: 272px;
  width: 600px;
  position: relative;
}

@media (max-width: 768px) {
  .sale-products-body .sale-products-body-bottom .sale-products-card {
    width: 370px;
    padding: 0px 10px;
  }

  .sale-products-body .sale-products-body-bottom {
    width: 95%;
  }

  .sale-products .sale-products-body .sale-products-body-top .sale-products-button-slider .sale-products-body-bottom-right::before {
    bottom: 15px;
    top: inherit;
  }

  .sale-products-body .sale-products-body-bottom .sale-products-card .icon-products-card-footer {
    margin-left: 0px !important;
  }
}

.sale-products-body .sale-products-body-bottom .sale-products-card .icon-products-card-footer {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  margin-left: 100px;
}

.sale-products-body .sale-products-body-bottom .sale-products-card:hover .icon-products-card-footer {
  opacity: 1;
  visibility: visible;
}

.sale-products-body .sale-products-body-bottom .sale-products-card .sale-products-card-body {
  position: absolute;
  width: 400px;
  height: 190px;
  top: 120px;
  background: #ffffff;
  border-radius: 24px;
  transition: all 0.3s ease;
}

.sale-products-body .sale-products-body-bottom .sale-products-card .sale-products-card-body:hover .sale-products-card-content {
  bottom: 60px;
}

.sale-products-body .sale-products-body-bottom .sale-products-card .sale-products-card-body:hover {
  height: 210px;
}

.sale-products-body .sale-products-body-bottom .sale-products-card .sale-products-card-body .sale-products-card-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  isolation: isolate;
  position: relative;
  height: 171px;
  left: 25%;
  top: -88px;
}

.sale-products-body .sale-products-body-bottom .sale-products-card .sale-products-card-body .sale-products-card-img .sale-products-card-rectangle {
  width: 298px;
  height: 143px;
  position: absolute;
  bottom: 120px;
  right: 38%;
  background: #f7f8fd;
  border: 1px solid #ffffff;
  border-radius: 20px;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: -102px 0px;
  z-index: 0;
  overflow: hidden;
}

.sale-products-body .sale-products-body-bottom .sale-products-card .sale-products-card-body .sale-products-card-img img {
  width: 140px;
  position: absolute;
  bottom: 0px;
  right: 58%;
  z-index: 9999;
}

.sale-products-body .sale-products-body-bottom .sale-products-card .sale-products-card-body .sale-products-card-img .sale-products-card-rectangle .sale-products-card-circle {
  position: absolute;
  width: 142px;
  height: 142px;
  left: calc(50% - 142px / 2 - 0.33px);
  bottom: -56px;
  border-radius: 50%;
  background: rgba(29, 41, 119, 0.06);
}

.sale-products-body .sale-products-body-bottom .sale-products-card .sale-products-card-body .sale-products-card-img .sale-products-card-rectangle .sale-products-card-circle-color {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 0px;
  isolation: isolate;
  position: absolute;
  right: 0.33px;
  top: 16.5px;
  transform: rotate(90deg);
}

.sale-products-body .sale-products-body-bottom .sale-products-card .sale-products-card-body .sale-products-card-img .sale-products-card-rectangle .sale-products-card-circle-color span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  border: 1px solid #fff;
}

.sale-products-card-circle-color span:first-child {
  z-index: 1;
}

.sale-products-card-circle-color span:not(:first-child) {
  margin-left: -8px;
}

.sale-products-card-badge-sale {
  position: absolute;
  width: 42px;
  height: 40px;
  left: 0px;
  top: 12px;
}

.sale-products-card-badge-sale span {
  position: absolute;
  z-index: 9999;
  width: 27px;
  height: 12px;
  left: -32px;
  top: calc(50% - 12px / 2);
  font-family: dana;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 17px;
  leading-trim: both;
  text-edge: cap;
  display: flex;
  align-items: center;
  text-align: center;
  color: #f7f8fd;
}

.sale-products-card-badge-sale svg {
  position: absolute;
  width: 40px;
  height: 40px;
  left: -35px;
  top: 0px;
}

.sale-products-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;
  position: absolute;
  width: 331px;
  height: 74px;
  left: 16px;
  transition: all 0.3s ease;
  bottom: 43px;
}

.sale-products-card-underline {
  width: 331px;
  height: 0px;
  border: 1px solid rgba(14, 11, 1, 0.12);
  transform: rotate(-180deg);
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.sale-products-card-header {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0px;
  gap: 16px;
  width: 331px;
  height: 20px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.sale-products-card-bottom {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: 22px;
  flex: none;
  order: 2;
  align-self: stretch;
  flex-grow: 0;
}

.sale-products-card-content .sale-products-card-header h3 {
  margin: 10px auto;
  width: 256px;
  height: 20px;
  font-family: peydaBold;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  leading-trim: both;
  text-edge: cap;
  text-align: right;
  color: var(--main-color);
  flex: none;
  order: 1;
  flex-grow: 0;
}

.sale-products-card-content .sale-products-card-header div span {
  font-family: dana;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  text-align: right;
  color: #faa307;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.sale-products-card-content .sale-products-card-header div {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 4px 8px;
  gap: 4px;
  margin: 0 auto;
  width: 57px;
  height: 24px;
  background: rgba(203, 175, 82, 0.1);
  border-radius: 1000px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.sale-products-card-amount-regular {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  padding: 0px 1px 0px 0px;
  gap: 8px;
  isolation: isolate;
  position: relative;
  height: 20px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.sale-products-card-amount-regular span {
  width: 65px;
  height: 20px;
  font-family: dana;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: right;
  color: rgba(4, 6, 7, 0.644);
  flex: none;
  order: 0;
  flex-grow: 0;
  z-index: 0;
}

.sale-products-card-amount-regular .sale-products-card-amount-regular-line {
  position: absolute;
  width: 64px;
  height: 0px;
  left: calc(50% - 64px / 2 - 0.49px);
  top: calc(50% - 0px / 2 - 5.67px);
  border: 1px solid #585a5a;
  transform: rotate(169.79deg);
  flex: none;
  order: 1;
  flex-grow: 0;
  z-index: 1;
}

.sale-products-card-content .sale-products-card-header h3 a {
  color: var(--main-color);
}

.sale-products-card-amount-sale .sale-products-card-amount-sale-shape {
  position: absolute;
  width: 66px;
  height: 14px;
  left: calc(50% - 66px / 2 - 5.17px);
  bottom: 0px;
  background: rgba(255, 215, 1, 0.4);
  border-radius: 4px;
  flex: none;
  order: 0;
  flex-grow: 0;
  z-index: 0;
}

.sale-products-card-amount-sale {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  padding: 0px;
  isolation: isolate;
  width: 98px;
  height: 24px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.sale-products-card-amount-sale span:last-child {
  width: 24px;
  height: 10px;
  font-family: peydaRegular;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  leading-trim: both;
  text-edge: cap;
  text-align: right;
  color: var(--main-color);
  transform: rotate(-90deg);
  flex: none;
  order: 2;
  flex-grow: 0;
  z-index: 1;
}

.sale-products-card-amount-sale .sale-products-card-amount-sale-amount {
  height: 15px;
  font-family: dana;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  leading-trim: both;
  text-edge: cap;
  display: flex;
  align-items: center;
  text-align: left;
  color: var(--main-color);
  flex: none;
  order: 1;
  flex-grow: 0;
  z-index: 2;
}

.icon-products-card-footer {
  position: absolute;
  bottom: -78px;
  display: flex;
  flex-direction: row-reverse;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
  align-items: center;
  width: 100%;
}

.icon-products-card-footer div {
  width: 48px;
  height: 48px;
  border-radius: 5000px;
  margin: 0px 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  justify-content: center;
  border: 1px solid var(--main-color);
}

.icon-products-card-footer div:hover {
  background-color: var(--main-complementary-color);
  border: 0px solid transparent;
}

.icon-products-card-footer div.active {
  background-color: var(--main-color);
  border: 0px solid transparent;
}

.icon-products-card-footer div.active svg path {
  fill: var(--main-complementary-color);
  stroke: var(--main-complementary-color);
}

@media (max-width: 768px) {
  .sale-products .sale-products-body .sale-products-body-top {
    flex-direction: column;
    gap: 20px;
  }

  .sale-products-card-header {
    width: 265px;
  }

  .sale-products-card-content .sale-products-card-header h3 {
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: auto;
  }

  .sale-products-body .sale-products-body-bottom {
    top: 250px;
    width: 100%;
    max-width: 100%;
  }

  .sale-products .sale-products-header {
    width: 100%;
  }

  .sale-products .sale-products-body .sale-products-body-top .sale-products-button-slider {
    position: absolute;
    top: 500px;
    left: 50%;
    transform: translateX(-25%);
  }
}

.banner {
  width: 100%;
  height: 187px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  overflow: hidden;
  position: relative;
}

.overly-banner {
  position: absolute;
  width: 157px;
  height: 100%;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg,
      rgba(29, 41, 119, 0) 9.81%,
      rgba(29, 41, 119, 0.16) 100%);
  filter: blur(0px);
  backdrop-filter: blur(3px);
  z-index: 0;
}

.banner div:first-child {
  position: absolute;
  z-index: 99;
  top: 15px;
  right: 15px;
}

.banner div p {
  margin: 0 auto;
  width: 208px;
  height: 55px;
  font-style: normal;
  font-size: 20px;
  line-height: 33px;
  align-items: center;
  text-align: right;
  color: #ffffff;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.banner div p strong {
  font-family: peydaBold !important;
}

.banner div p b,
.banner div p strong {
  font-family: peydaExtraBold;
}

.banner div a {
  background-color: #fff;
  margin-top: 20px;
  border-radius: 8px;
  display: flex;
  justify-content: space-around;
  font-family: peydaBold;
  align-items: center;
  width: 94px;
  padding: 8px 3px;
  color: var(--main-color);
}

@media (max-width: 768px) {
  .banner div p {
    font-size: 18px;
    width: 100%;
    height: auto;
  }

  .overly-banner {
    top: 0px;
    width: 50%;
  }
}

@media (max-width: 768px) {
  .sale-products-body .sale-products-body-bottom .sale-products-card .sale-products-card-body {
    width: 300px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.slider-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 48px;
  height: 767px;
  overflow: hidden;
}

.slider-product .slider-product-head .slider-product-head-line {
  margin: 0 auto;
  width: 44px;
  height: 0px;
  border: 1px solid rgba(14, 11, 1, 0.16);
  transform: matrix(0.34, 0.94, 0.94, -0.34, 0, 0);
}

.slider-product .slider-product-head {
  display: flex;
  margin: 10px;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100vw;
  height: 64px;
}

.slider-product .slider-product-head-name {
  margin: 0 auto;
  width: 238px;
  height: 64px;
  position: relative;
}

.slider-product .slider-product-head-name>span:first-child {
  position: absolute;
  width: 160px;
  height: 13px;
  left: 6px;
  top: 14px;
  font-family: peydaRegular;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  leading-trim: both;
  text-edge: cap;
  display: flex;
  align-items: center;
  color: rgba(29, 41, 119, 0.1);
}

.slider-product .slider-product-head-name .slider-product-head-shape {
  position: absolute;
  width: 95px;
  height: 20px;
  left: -2px;
  bottom: 14px;
  background: var(--main-complementary-color);
  border-radius: 8px;
}

.slider-product .slider-product-head-name .slider-product-head-name-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  isolation: isolate;
  position: absolute;
  width: 237px;
  height: 64px;
  right: 1px;
  top: 0px;
  z-index: 9999;
}

.slider-product .slider-product-head-name .slider-product-head-name-title svg {
  width: 64px;
  height: 64px;
  border-radius: 1000px;
  flex: none;
  order: 1;
  position: absolute;
  right: -10px;
  flex-grow: 0;
  z-index: -1;
}

.slider-product .slider-product-head-name .slider-product-head-name-title span {
  width: 202px;
  height: 20px;
  font-family: peydaRegular;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 31px;
  leading-trim: both;
  text-edge: cap;
  text-align: right;
  color: var(--main-color);
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px -29px;
  z-index: 1;
}

.slider-product .slider-product-head-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  isolation: isolate;
  margin: 0 auto;
  width: 190px;
  height: 56px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.slider-product .slider-product-head-link svg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  gap: 8px;
  width: 56px;
  height: 56px;
  background: var(--main-color);
  border-radius: 1000px;
  flex: none;
  order: 1;
  flex-grow: 0;
  margin: 0px -19px;
  z-index: 1;
}

.slider-product .slider-product-head-link>div:first-child {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  width: 153px;
  color: var(--main-color);
  height: 56px;
  border: 1px solid var(--main-color);
  border-radius: 1000px;
  flex: none;
  order: 0;
  flex-grow: 0;
  z-index: 0;
}

.slider-product .slider-product-head-tabs {
  position: relative;
  padding: 0px;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 12px;
  flex-wrap: nowrap;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  flex: none;
  flex-grow: 0;
}

@media (max-width: 768px) {
  .slider-product-head-tabs {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    width: 250px;
  }

  .slider-product-head-tabs::-webkit-scrollbar {
    display: none;
  }

  .slider-product-head-tabs.fade::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    border-radius: 100px;
    background: linear-gradient(to left, #fff, transparent);
    pointer-events: none;
  }

  .slider-product-head-tabs.fade::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    border-radius: 100px;
    height: 100%;
    background: linear-gradient(to right, #fff, transparent);
    pointer-events: none;
  }
}

.slider-product .slider-product-head-tabs .slider-product-head-tab-item {
  display: flex;
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  gap: 8px;
  width: 150px;
  height: 48px;
  border: 1px solid rgba(14, 11, 1, 0.12);
  border-radius: 100px;
  transition: all 0.3s ease;
}

.slider-product .slider-product-head-tabs .slider-product-head-tab-item.active {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  gap: 8px;
  width: 150px;
  height: 48px;
  background: rgba(29, 41, 119, 0.06);
  border: 1px solid var(--main-color);
  border-radius: 100px;
}

.slider-product .slider-product-head-tabs .slider-product-head-tab-item.active span {
  color: var(--main-color);
}

.slider-product .slider-product-head-tabs .slider-product-head-tab-item span {
  transition: all 0.3s ease;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  width: 150px;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  color: rgba(2, 3, 8, 0.64);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media (max-width: 768px) {
  .slider-product .slider-product-head .slider-product-head-line {
    display: none;
  }

  .slider-product .slider-product-head {
    gap: 20px;
  }

  .slider-product .slider-product-head-tabs {
    width: 90%;
    justify-content: start;
    z-index: 999999;
  }

  .slider-product .slider-product-head-link {
    display: none;
  }
}

.slider-product .slider-product-main {
  width: 100vw;
  height: 655px;
  order: 1;
}

.slider-product .slider-product-main-rigth {
  position: relative;
  width: 50%;
  z-index: 99999999;
}

.slider-product-main-card {
  position: absolute;
}

.slider-product-prev,
.slider-product-next {
  position: absolute;
  right: 180px;
  cursor: pointer;
}

.slider-product .slider-product-content-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  margin-top: 60px;
  margin-right: 0.5%;
  margin-bottom: 10px;
  position: relative;
}

.slider-product .slider-product-content-cards .slider-product-card {
  width: 460px;
  height: 143px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 2px #eee;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.slider-product .slider-product-content-cards .slider-product-card.active {
  width: 510px;
  transform: scale(15deg);
  border: 1px solid var(--main-color);
}

.slider-product .slider-product-content-cards .slider-product-card .slider-product-card-image {
  position: relative;
  display: flex;
}

.slider-product .slider-product-content-cards .slider-product-card .slider-product-card-image .slider-product-card-image-shape {
  position: absolute;
  width: 71.03px;
  height: 113.29px;
  right: 18px;
  top: 15.28px;
  background: rgba(29, 41, 119, 0.06);
  border-radius: 89.9099px 14.3856px 14.3856px 89.9099px;
}

.slider-product-card-image img {
  max-width: 130px !important;
  position: absolute !important;
}

.slider-product .slider-product-content-cards .slider-product-card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  gap: 10.39px;
  position: absolute;
  width: 70%;
  height: 114.19px;
  left: 14.39px;
  top: 14.39px;
}

.slider-product .slider-product-content-cards .slider-product-card-content .slider-product-card-content-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
}

.slider-product .slider-product-content-cards .slider-product-card-content .slider-product-card-content-name .star-review {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  width: 61.25px;
  height: 21.58px;
  background: rgba(203, 175, 82, 0.1);
  border-radius: 899.099px;
  flex: none;
  order: 1;
  flex-grow: 0;
  z-index: 1;
}

.slider-product .slider-product-content-cards .slider-product-card-content .slider-product-card-content-name .star-review span {
  font-family: dana;
  width: 21px;
  height: 12px;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  display: flex;
  align-items: center;
  line-height: 0px;
  text-align: right;
  color: #faa307;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.slider-product .slider-product-content-cards .slider-product-card-content .slider-product-card-content-name .star-review svg {
  width: 12px;
  height: 16px;
  fill: #faa307;
  border-radius: 0.6px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.slider-product .slider-product-content-cards .slider-product-card-content .slider-product-card-content-name h4 {
  margin: 0 auto;
  width: 260px;
  height: 21px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  align-items: center;
  text-align: right;
  color: var(--main-color);
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  z-index: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.slider-product .slider-product-content-cards .slider-product-card-content .slider-product-card-content-line {
  width: 100%;
  height: 0px;
  border: 1px solid rgba(14, 11, 1, 0.12);
  transform: matrix(1, 0, 0, -1, 0, 0);
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

.slider-product .slider-product-content-cards .slider-product-card-content .slider-product-card-content-price {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0px;
  gap: 3px;
  margin: 0 auto;
  width: 100%;
  height: 52px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.slider-product .slider-product-content-cards .slider-product-card-content .slider-product-card-content-price .slider-product-card-amount {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 0px;
  gap: 12px;
  width: 114px;
  height: 52px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.slider-product .slider-product-content-cards .slider-product-card-content .slider-product-card-content-price .slider-product-card-amount .slider-product-card-amount-salesoff {
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 0px 1px 0px 0px;
  gap: 4px;
  isolation: isolate;
  width: 110px;
  height: 20px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.slider-product-content-cards .slider-product-card-content .slider-product-card-content-price .slider-product-card-amount .slider-product-card-amount-salesoff .slider-product-card-amount-salesoff-badge {
  background: var(--main-red-color);
  border-radius: 1000px;
  flex: none;
  order: 1;
  flex-grow: 0;
  z-index: 0;
  padding: 3px 6px;
}

.slider-product-content-cards .slider-product-card-content .slider-product-card-content-price .slider-product-card-amount .slider-product-card-amount-salesoff span:nth-child(2) {
  font-family: dana;
  width: 65px;
  height: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: left;
  color: rgba(4, 6, 7, 0.64);
  flex: none;
  order: 0;
  flex-grow: 0;
  z-index: 1;
}

.slider-product-content-cards .slider-product-card-content .slider-product-card-content-price .slider-product-card-amount .slider-product-card-amount-salesoff .slider-product-card-amount-salesoff-linedel {
  position: absolute;
  width: 64px;
  height: 0px;
  right: 0;
  top: 50%;
  font-family: peydaBold;
  border: 1px solid #585a5a;
  transform: rotate(169.79deg);
  flex: none;
  order: 2;
  flex-grow: 0;
  z-index: 2;
}

.slider-product-content-cards .slider-product-card-content .slider-product-card-content-price .slider-product-card-amount .slider-product-card-amount-salesoff .slider-product-card-amount-salesoff-badge span {
  font-family: dana;
  color: #fff;
  font-size: 12px;
}

.slider-product .slider-product-content-cards .slider-product-card-content .slider-product-card-content-price .slider-product-card-amount .slider-product-card-amount-regular {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0px;
  gap: 4px;
  width: 114px;
  height: 20px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.slider-product .slider-product-content-cards .slider-product-card-content .slider-product-card-content-price .slider-product-card-amount .slider-product-card-amount-regular span:first-child {
  font-family: dana;
}

.slider-product .slider-product-content-cards .slider-product-card-content .slider-product-card-content-price .slider-product-card-amount .slider-product-card-amount-regular span:last-child {
  font-family: peydaBold;
  width: 17px;
  height: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  leading-trim: both;
  text-edge: cap;
  text-align: right;
  color: #020308;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.slider-product .slider-product-content-cards .slider-product-card-content .slider-product-card-content-price .slider-product-card-shipping {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  gap: 8px;
  width: 102px;
  height: 32px;
  border: 1px solid rgba(14, 11, 1, 0.12);
  border-radius: 12px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.slider-product .slider-product-content-cards .slider-product-card-content .slider-product-card-content-price .slider-product-card-shipping span {
  width: 52px;
  height: 11px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  color: rgba(2, 3, 8, 0.64);
  flex: none;
  order: 0;
  flex-grow: 0;
}

.slider-product .slider-product-main .slider-product-main-left {
  position: relative;
  z-index: 9999;
}

.slider-product .slider-product-main .slider-product-main-left .slider-product-main-content {
  position: absolute;
  width: 80%;
  height: 605px;
  left: -53px;
  z-index: -4;
  top: 0px;
  border-radius: 24px 0px 0px 24px;
}

.slider-product .slider-product-main .slider-product-main-left .slider-product-main-content::before {
  content: "";
  position: absolute;
  width: 118%;
  height: 605px;
  left: -20%;
  z-index: -4;
  background: rgba(29, 41, 119, 0.06);
  border-radius: 24px;
}

.slider-product-main-content-svg-one {
  position: absolute;
  width: 76px;
  height: 74px;
  right: 15%;
  top: 531px;
}

.slider-product-main-content-svg-two {
  position: absolute;
  width: 99px;
  height: 96px;
  left: 400px;
  top: 0px;
}

.slider-product .slider-product-main .slider-product-main-left .slider-product-main-content .slider-product-main-wrapper {
  position: relative;
  width: 70%;
  height: 500px;
  left: -25%;
  top: 50px;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  z-index: 999999;
}

.slider-product .slider-product-main .slider-product-main-left .slider-product-main-content .slider-product-main-wrapper .slider-product-main-wrapper-header-right {
  position: relative;
  width: 100%;
  height: 312px;
  right: 0px;
  top: 0px;
}

.slider-product-main-wrapper-header {
  position: relative;
  width: 100%;
}

.slider-product-main .slider-product-main-left .slider-product-main-content .slider-product-main-wrapper .slider-product-main-wrapper-header-right .slider-product-main-wrapper-circle {
  position: absolute;
  width: 401.56px;
  height: 401.56px;
  left: 64%;
  bottom: 7.76px;
  z-index: 0;
  background: var(--main-color);
  border-radius: 50%;
}

.slider-product-main .slider-product-main-left .slider-product-main-content .slider-product-main-wrapper .slider-product-main-wrapper-header-right img {
  position: absolute;
  max-width: 380px;
  z-index: 2;
  top: calc(50% - 357.78px / 2 + 17px);
  border-radius: 0px;
}

.slider-product-main .slider-product-main-left .slider-product-main-content .slider-product-main-wrapper .slider-product-main-wrapper-header-right svg {
  position: absolute;
  top: 140px;
}

@media (max-width: 768px) {
  .slider-product-main .slider-product-main-left .slider-product-main-content .slider-product-main-wrapper .slider-product-main-wrapper-header-right svg {
    top: 80px;
  }
}

.slider-product-main .slider-product-main-left .slider-product-main-content .slider-product-main-wrapper .slider-product-main-wrapper-header-right .slider-product-main-wrapper-circle-dashed {
  position: absolute;
  width: 439.49px;
  height: 384.29px;
  right: -118.49px;
  bottom: 0;
  border-radius: 50%;
  border: 1.44814px dashed var(--main-color);
  transform: matrix(-0.84, 0.55, 0.55, 0.84, 0, 0);
}

.slider-product-main .slider-product-main-left .slider-product-main-content .slider-product-main-wrapper .slider-product-main-wrapper-header-right .slider-product-main-wrapper-circle-submask {
  position: absolute;
  width: 311px;
  height: 311px;
  right: 50px;
  border-radius: 50%;
  top: calc(50% - 311px / 2 - 156.5px);
  background: rgba(247, 248, 253, 0.06);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: 0;
}

.slider-product-main .slider-product-main-left .slider-product-main-content .slider-product-main-wrapper .slider-product-main-wrapper-header-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 32px;
  position: absolute;
  width: 55%;
  height: 336px;
  left: 33px;
  top: 32px;
  z-index: 999999;
}

.slider-product-main .slider-product-main-left .slider-product-main-content .slider-product-main-wrapper .slider-product-main-wrapper-header-left .slider-product-main-wrapper-header-left-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;
  width: 100%;
  height: 71px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.slider-product-main .slider-product-main-left .slider-product-main-content .slider-product-main-wrapper .slider-product-main-wrapper-header-left .slider-product-main-wrapper-header-left-name h4 {
  width: 100%;
  height: 27px;
  font-family: peydaBold;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  leading-trim: both;
  text-edge: cap;
  text-align: right;
  color: var(--main-color);
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.slider-product-main-left .slider-product-main-content .slider-product-main-wrapper .slider-product-main-wrapper-header-left .slider-product-main-wrapper-header-left-name .slider-product-main-wrapper-header-left-review {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  gap: 16px;
  width: 100%;
  height: 28px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.slider-product-main-left .slider-product-main-content .slider-product-main-wrapper .slider-product-main-wrapper-header-left .slider-product-main-wrapper-header-left-name .slider-product-main-wrapper-header-left-review .slider-product-main-wrapper-header-left-review-badge {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 12px;
  gap: 6px;
  width: 55px;
  height: 28px;
  background: rgba(29, 41, 119, 0.06);
  border-radius: 12px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.slider-product-main-left .slider-product-main-content .slider-product-main-wrapper .slider-product-main-wrapper-header-left .slider-product-main-wrapper-header-left-name .slider-product-main-wrapper-header-left-review .slider-product-main-wrapper-header-left-review-badge span {
  width: 31px;
  height: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: right;
  color: var(--main-color);
  flex: none;
  order: 0;
  flex-grow: 0;
}

.slider-product-main-left .slider-product-main-content .slider-product-main-wrapper .slider-product-main-wrapper-header-left .slider-product-main-wrapper-header-left-name .slider-product-main-wrapper-header-left-review>div:first-child {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 16px;
  width: 198px;
  height: 20px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.slider-product-main-left .slider-product-main-content .slider-product-main-wrapper .slider-product-main-wrapper-header-left .slider-product-main-wrapper-header-left-name .slider-product-main-wrapper-header-left-review>div:first-child span {
  width: 70px;
  height: 14px;
  font-style: normal;
  font-weight: 500;
  font-family: dana;
  font-size: 15px;
  line-height: 20px;
  leading-trim: both;
  text-edge: cap;
  text-align: right;
  color: rgba(2, 3, 8, 0.64);
  flex: none;
  order: 2;
  flex-grow: 0;
}

.slider-product-main-wrapper-header-left-review-line {
  width: 20px;
  height: 0px;
  border: 1px solid rgba(14, 11, 1, 0.16);
  transform: matrix(0, 1, 1, 0, 0, 0);
  flex: none;
  order: 1;
  flex-grow: 0;
}

.slider-product-main-wrapper-header-left-review-stars {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 0px;
  gap: 4px;
  width: 106px;
  height: 18px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.slider-product-main-wrapper-header-left-line {
  width: 100%;
  height: 0px;
  border: 1px solid rgba(14, 11, 1, 0.12);
  transform: matrix(1, 0, 0, -1, 0, 0);
  align-self: stretch;
  flex-grow: 0;
}

.slider-product-main-wrapper-header-left-review-stars svg {
  color: #e4e4e4;
}

.slider-product-main-wrapper-header-left-review-stars svg.active {
  color: #faa307;
}

.slider-product-main-wrapper-header-left-price {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  gap: 16px;
  width: 100%;
  height: 20px;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

.slider-product-main-wrapper-header-left-price .slider-product-main-wrapper-header-left-price-regular {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0px;
  gap: 4px;
  isolation: isolate;
  width: 114px;
  height: 20px;
  flex: none;
  order: 0;
  flex-grow: 0;
  position: relative;
}

.slider-product-main-wrapper-header-left-price .slider-product-main-wrapper-header-left-price-salesoff {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 1px 0px 0px;
  gap: 8px;
  position: relative;
  isolation: isolate;
  width: 110px;
  height: 20px;
}

.slider-product-main-wrapper-header-left-price-regular-badge {
  background: var(--main-red-color);
  border-radius: 1000px;
  flex: none;
  order: 1;
  text-align: center;
  flex-grow: 0;
  z-index: 0;
  font-family: dana;
  padding: 3px 12px;
}

.slider-product-main-wrapper-header-left-price-regular-badge span {
  width: 27px;
  height: 12px;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
  leading-trim: both;
  text-edge: cap;
  color: #f7f8fd;
}

.slider-product-main-wrapper-header-left-price-regular-amount {
  font-family: dana;
  height: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: right;
  color: rgba(4, 6, 7, 0.64);
  flex: none;
  order: 0;
  flex-grow: 0;
  z-index: 1;
}

.slider-product-main-wrapper-header-left-price-regular-line {
  position: absolute;
  width: 64px;
  height: 0px;
  left: calc(60% - 64px / 2 + 23.51px);
  top: calc(50% - 0px / 2 - 5.67px);
  border: 1px solid #585a5a;
  transform: rotate(169.79deg);
  flex: none;
  flex-grow: 0;
  z-index: 2;
}

.slider-product-main-wrapper-header-left-price-salesoff-shape {
  position: absolute;
  width: 60px;
  height: 17px;
  left: calc(50% - 60px / 2 - 8px);
  bottom: -4px;
  background: rgba(255, 215, 1, 0.4);
  border-radius: 4px;
  flex: none;
  order: 0;
  flex-grow: 0;
  z-index: -1;
}

.slider-product-main-wrapper-header-left-price-salesoff .slider-product-main-wrapper-header-left-price-salesoff-amount {
  height: 15px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  leading-trim: both;
  font-family: dana;
  text-edge: cap;
  display: flex;
  align-items: center;
  text-align: right;
  color: var(--main-color);
  flex: none;
  order: 0;
  flex-grow: 0;
  z-index: 2;
}

.slider-product-main-wrapper-header-left-price-salesoff span:last-child {
  width: 17px;
  height: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  leading-trim: both;
  text-edge: cap;
  text-align: right;
  color: #020308;
  flex: none;
  order: 1;
  flex-grow: 0;
  z-index: 1;
}

.slider-product-main-wrapper-header-left-counter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 12px;
  width: 100%;
  height: 29px;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

.slider-product-main-wrapper-header-left-counter-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 10px;
  width: 100%;
  height: 29px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.slider-product-main-wrapper-header-left-counter-progressbar-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  gap: 5px;
  width: 100%;
  height: 13px;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

.slider-product-main-wrapper-header-left-counter-progressbar-head span {
  height: 13px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: right;
  color: rgba(2, 3, 8, 0.64);
  flex: none;
  order: 0;
  flex-grow: 0;
}

.slider-product-main-wrapper-header-left-counter-progressbar-head span b {
  color: var(--main-color);
  font-family: dana;
}

.slider-product-main-wrapper-header-left-counter-progressbar-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
  width: 100%;
  height: 6px;
  background: rgba(4, 6, 7, 0.04);
  border-radius: 100px;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

.slider-product-main-wrapper-header-left-counter-progressbar {
  height: 6px;
  background: var(--main-color);
  border-radius: 100px;
  flex: none;
  flex-grow: 1;
}

.slider-product-main-wrapper-header-left-add-to-cart {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  gap: 32px;
  width: 100%;
  height: 56px;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

.slider-product-main-wrapper-header-left-add-to-cart-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  isolation: isolate;
  cursor: pointer;
  width: 227px;
  height: 56px;
}

.slider-product-main-wrapper-header-left-add-to-cart-share {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 12px;
  width: 124px;
  height: 56px;
  flex: none;
  flex-grow: 0;
}

.slider-product-main-wrapper-header-left-add-to-cart-share div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 8px;
  width: 56px;
  height: 56px;
  background: #f7f8fd;
  border-radius: 1000px;
  flex: none;
  order: 0;
  flex-grow: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider-product-main-wrapper-header-left-add-to-cart-share div:hover {
  background-color: var(--main-complementary-color);
}

.slider-product-main-wrapper-header-left-add-to-cart-button a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  gap: 10px;
  color: var(--main-color);
  width: 190px;
  height: 56px;
  border: 1px solid var(--main-color);
  border-radius: 1000px;
  flex: none;
  order: 0;
  flex-grow: 0;
  z-index: 0;
}

.slider-product-main-wrapper-header-left-add-to-cart-button svg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 56px;
  height: 56px;
  flex: none;
  order: 1;
  flex-grow: 0;
  margin: 0px -19px;
  z-index: 1;
}

.slider-product-main-wrapper-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  justify-content: space-around;
  position: absolute;
  width: 100%;
  height: 68px;
  left: 0;
  bottom: 32px;
}

.slider-product-main-wrapper-body div {
  width: 130px;
  height: 68px;
  border: 1px solid rgba(14, 11, 1, 0.12);
  border-radius: 40px 40px 12px 12px;
  position: relative;
}

.slider-product-main-wrapper-body div img {
  position: absolute;
  max-width: 100px;
  width: 100px;
  right: calc(50% - 50px / 1);
  top: calc(50% - 81px / 2 + 0.5px);
}

.breadcrumb {
  margin: 30px;
  position: relative;
  z-index: 9;
}

.breadcrumb nav {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
}

.breadcrumb nav a {
  display: flex;
  align-items: center;
  gap: 3px;
  color: var(--main-black-color);
}

.breadcrumb nav img {
  max-width: 30px !important;
}

.error-page-404 {
  margin-bottom: 800px;
}

.error-page-404 .wrapper-error-page {
  position: relative;
}

.error-page-404 .wrapper-error-page svg {
  position: absolute;
  width: 320px;
  height: 197px;
  left: 30%;
  top: 0;
  font-style: normal;
  font-weight: 400;
  z-index: 9;
  font-size: 262px;
  line-height: 196px;
  display: flex;
  align-items: center;
  text-align: right;
}

@media (max-width: 1440px) {
  .error-page-404 .wrapper-error-page svg {
    left: 25%;
  }
}

@media (min-width: 1440px) {
  .error-page-404 {
    margin-bottom: 900px;
  }
}

.error-page-404 .wrapper-error-page svg path {
  fill: var(--main-color);
}

.error-page-404 .wrapper-error-page img {
  width: 600px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 25.21%;
  bottom: 60.46%;
}

.breadcrumb nav svg {
  fill: var(--main-black-color);
  color: var(--main-black-color);
}

.breadcrumb nav span {
  color: var(--main-black-color);
}

@media (max-width: 768px) {
  .slider-product-main-wrapper-header-left-add-to-cart-button a {
    width: 150px;
    font-size: 13px;
  }

  .error-page-404 .wrapper-error-page svg {
    width: 160px;
    left: 5%;
    top: 50px;
  }

  .error-page-404 .wrapper-error-page img {
    max-width: 350px;
    top: 80px;
  }
}

.wrapper-error-content-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 16px;
  position: absolute;
  height: 60px;
  left: calc(50% - 238px / 2);
  top: 887px;
}

.wrapper-error-content-page span {
  color: var(--main-color);
  height: 22px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: right;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.wrapper-error-footer-page {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.wrapper-error-footer-page a {
  color: var(--main-color);
  font-family: peydaBold;
}

.wrapper-error-footer-page a:nth-child(1) {
  color: var(--main-complementary-color);
}

@media (max-width: 768px) {
  .wrapper-error-content-page {
    top: 687px;
  }
}

footer {
  position: relative;
  margin: 0 auto;
}

footer .container {
  max-width: 1300px;
}

footer .footer-top {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 24px;
  gap: 20px;
  position: absolute;
  max-width: 100%;
  overflow: hidden;
  height: 136px;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
  background: #ffffff;
  border: 1px solid var(--main-color);
  border-radius: 24px;
}

@media (max-width: 768px) {
  footer .footer-top {
    max-width: 93% !important;
    width: 93% !important;
  }
}

footer .footer-top .footer-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  overflow-x: auto;
  gap: 20px;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

footer .footer-top .box-footer-top {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  padding: 16px;
  gap: 20px;
  height: 88px;
  border: 1px solid rgba(14, 11, 1, 0.12);
  border-radius: 16px;
  transition: all 0.3s ease;
}

footer .footer-top .box-footer-top:hover {
  background: rgba(29, 41, 119, 0.06);
  cursor: pointer;
}

footer .footer-top .box-footer-top:hover .box-footer-top-right {
  background-color: var(--main-complementary-color);
}

footer .footer-top .box-footer-top .box-footer-top-right {
  width: 66px;
  transition: all 0.3s ease;
  height: 66px;
  background: rgba(29, 41, 119, 0.06);
  border: 3px solid #ffffff;
  border-radius: 100px;
}

footer .footer-top .box-footer-top .box-footer-top-left {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}

footer .footer-top .box-footer-top .box-footer-top-left span:nth-child(1) {
  width: 168px;
  height: 15px;
  font-style: normal;
  font-weight: 700;
  font-family: peydaBold;
  font-size: 16px;
  line-height: 30px;
  text-align: right;
  color: var(--main-color);
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

footer .footer-top .box-footer-top .box-footer-top-left span:nth-child(2) {
  width: 168px;
  height: 19px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  display: flex;
  align-items: center;
  text-align: right;
  color: rgba(2, 3, 8, 0.64);
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

footer .footer-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 127px 0px 0px;
  gap: 30px;
  isolation: isolate;
  max-width: 1440px;
  margin: auto;
  margin-top: 80px;
  height: 93%;
  background: var(--main-color);
  border-radius: 24px;
}

.footer-body-top-section-one-list-title {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 12px 0px 0px;
  gap: 8px;
  isolation: isolate;
  width: 251px;
  height: 21px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.footer-body-top-section-one-list-title div:nth-child(1) {
  position: absolute;
  width: 21px;
  height: 4px;
  right: -17px;
  top: 20px;
  background: var(--main-complementary-color);
  border-radius: 1000px 1000px 0px 0px;
  transform: rotate(-90deg);
  flex: none;
  flex-grow: 0;
  z-index: 2;
}

.footer-body-top-section-one-list-title div:last-child {
  position: absolute;
  width: 67px;
  height: 23px;
  right: 100px;
  bottom: -16px;
  background: rgba(247, 248, 253, 0.12);
  border-radius: 8px;
  flex: none;
  flex-grow: 0;
  z-index: 0;
}

.footer-body-top-section-one-list-title span {
  height: 21px;
  position: absolute;
  font-family: peydaRegular;
  top: 0px;
  right: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 47px;
  text-align: right;
  color: #f7f8fd;
  flex: none;
  order: 1;
  flex-grow: 1;
  z-index: 1;
}

.footer-body-top-section-one-list-body {
  margin-top: 30px;
  margin-right: 10px;
}

.footer-body-top-section-one-list-body ul {
  list-style: disc;
  list-style-type: disc;
  color: #fff;
}

.footer-body-top-section-one-list-body ul li::marker {
  font-size: 1.5em;
  color: var(--main-complementary-color);
}

.footer-body-top-section-one-list-body ul li {
  margin: 20px 0px;
  height: 24px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  align-items: center;
  text-align: right;
}

.footer-address {
  margin-top: 0px !important;
}

.footer-address ul li {
  margin: 50px 0px;
}

.footer-address ul li span {
  color: #fff;
}

.footer-body-top-section-one-list-body ul li a {
  color: #fff;
}

.footer-body-top-section-one-list-title strong {
  color: var(--main-complementary-color);
}

.footer-body-top-section-one-lists {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  padding: 0px;
  flex-wrap: wrap;
  width: 100%;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  margin-bottom: 60px;
  overflow: hidden;
}

.footer-body-top-section-one-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  margin: 0 auto;
  width: auto;
  flex: none;
  flex-grow: 0;
}

.footer-body-top-section-one-line {
  width: 100%;
  height: 0px;
  border: 1px solid rgba(247, 248, 253, 0.2);
  transform: rotate(-180deg);
}

.footer-body-top-section-one {
  position: relative;
}

.footer-body>svg {
  position: absolute;
  top: 50px;
  left: 550px;
}

.footer-body-top-section-one-about-us {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  width: 100%;
  height: 48px;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
  margin: 45px 0px;
}

.footer-body-top-section-one-about-us-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0px;
  gap: 16px;
  margin: 0;
  width: 580px;
  height: 48px;
  flex: none;
  flex-grow: 0;
}

.footer-body-top-section-one-about-us-right-icon-social-media {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 12px;
  width: 228px;
  height: 48px;
  flex: none;
  flex-grow: 0;
}

.footer-body-top-section-one-about-us-right-icon-social-media a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 8px;
  width: 48px;
  height: 48px;
  background: var(--main-complementary-color);
  border: 1px solid var(--main-color);
  border-radius: 1000px;
}

.footer-body-top-section-one-about-us-right-icon-social-media svg path {
  fill: var(--main-color);
}

.footer-body-top-section-one-about-us-right-text-social-media span {
  width: 336px;
  height: 18px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  leading-trim: both;
  text-edge: cap;
  text-align: right;
  color: #f7f8fd;
}

.footer-body-top-section-one-about-us-right-text-social-media span strong {
  color: var(--main-complementary-color);
}

.footer-body-top-section-one-about-us-left {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-start;
  padding: 0px;
  gap: 24px;
  margin: 0;
  width: 45%;
  height: 32px;
  flex: none;
  flex-grow: 0;
}

.footer-body-top-section-one-about-us-left-line {
  width: 24px;
  height: 0px;
  border: 1px solid #f7f8fd;
  transform: rotate(-90deg);
  flex: none;
  flex-grow: 0;
}

.footer-body-top-section-one-about-us-left .footer-body-top-section-one-about-us-left-phone {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 10px;
  width: auto;
  height: 32px;
  flex: none;
  font-family: dana;
}

.footer-body-top-section-one-about-us-left .footer-body-top-section-one-about-us-left-email {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 10px;
  width: auto;
  height: 32px;
  flex: none;
}

.footer-body-top-section-one-about-us-left a {
  color: #f7f8fd;
  font-size: 20px;
  width: auto;
  font-family: dana;
  letter-spacing: 1px;
}

.footer-body-top-section-one-about-us-left a strong {
  color: var(--main-complementary-color);
  font-family: dana;
}

.footer-body-top {
  width: 92%;
}

.footer-body-top-section-two-about {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 32px;
  gap: 48px;
  width: 75%;
  height: 126px;
  background: #f7f8fd;
  border-radius: 16px;
  flex: none;
  position: relative;
  flex-grow: 0;
}

.footer-body-top-section-two {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  gap: 20px;
  width: 100%;
  position: relative;
  height: 126px;
  flex: none;
  margin: 40px 0px;
  align-self: stretch;
  flex-grow: 0;
}

.footer-body-top-section-two-about-logo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.footer-body-top-section-two-about-logo div {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.footer-body-top-section-two-about-logo div strong {
  color: var(--main-color);
}

.footer-body-top-section-two-about-logo div span {
  color: #585a5a;
  font-size: 13px;
}

.footer-body-top-section-two-about svg {
  position: absolute;
  left: 25px;
  bottom: 0px;
}

.footer-body-top-section-two-about-description {
  width: 629.64px;
  height: 86px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  display: flex;
  align-items: center;
  text-align: right;
  color: rgba(2, 3, 8, 0.64);
  flex-grow: 1;
  z-index: 0;
}

.footer-body-top-section-two-about-description .more-text {
  display: none;
}

.footer-body-top-section-two-about-description p.expanded .more-text {
  display: inline;
}

.footer-body-top-section-two-about-description button.more-description {
  color: var(--main-color);
  background-color: transparent;
  border: 0px solid;
  border-radius: 12px;
  cursor: pointer;
  width: auto;
  font-size: 16px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.footer-body-top-section-two-svg {
  position: absolute;
  right: -30px;
  z-index: -1;
  bottom: -40px;
}

.footer-body-top-section-two-enamad .footer-body-top-section-two-enamad-item {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  padding: 16px;
  gap: 20px;
  height: 126px;
  background: #f7f8fd;
  border-radius: 12px;
  width: auto;
  flex: none;
  align-self: stretch;
}

.footer-body-top-section-two-enamad .footer-body-top-section-two-enamad-item img {
  width: 70px;
}

.footer-body-top-section-two-enamad {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 12px;
  justify-content: end;
  height: 126px;
  flex: none;
  order: 0;
  align-self: stretch;
}

footer .footer-footer {
  width: 100%;
  position: relative;
  margin: 30px 0px 0px 0px;
}

.footer-footer-line {
  width: 100%;
  height: 0px;
  border: 1px solid #f7f8fd33;
  left: 50%;
  transform: translateX(-50%);
  flex: none;
  order: 0;
  position: absolute;
  flex-grow: 0;
  bottom: 25px;
}

footer .footer-footer a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px 12px 16px;
  gap: 8px;
  position: absolute;
  width: 166px;
  height: 56px;
  left: calc(50% - 166px / 2);
  top: calc(50% - 56px / 2 - 27px);
  color: var(--main-color);
  background: var(--main-complementary-color);
  border-radius: 100px;
  font-style: normal;
  font-family: peydaBold;
  font-weight: 500;
  font-size: 17px;
}

.footer-copyright {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  width: 100%;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
  margin: 0 auto;
}

.footer-copyright div,
.footer-copyright-footer a {
  color: #f7f8fd;
}

.footer-copyright-line {
  width: 16px;
  height: 0px;
  border: 1px solid #f7f8fd;
  transform: rotate(-90deg);
}

.footer-copyright-footer {
  display: flex;
  justify-content: space-between;
  width: auto;
  align-items: center;
  gap: 20px;
}

.footer-copyright-footer div:nth-child(3) {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (max-width: 1200px) {
  footer .footer-top .box-footer-top {
    width: 100%;
  }

  footer .footer-top .footer-wrapper {
    gap: 20px;
  }

  .footer-body-top-section-one-about-us {
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
  }

  .footer-body-top-section-two {
    flex-wrap: wrap;
    height: auto;
    flex-direction: column;
  }

  .footer-body-top-section-two-enamad {
    justify-content: center;
  }

  .footer-copyright {
    gap: 0px;
  }
}

@media (max-width: 768px) {
  .sidebar-sticky .text-header-categories-main {
    width: 235px !important;
  }

  .sidebar-sticky .title-header-categories-main .shape-header-categories-main {
    left: 60px !important;
    right: inherit !important;
  }

  .footer-body-top-section-one-about-us {
    flex-direction: row;
    margin: 50px 0px;
    gap: 30px;
    height: 100px;
  }

  .footer-body-top {
    height: 1300px;
  }

  .footer-copyright-line {
    display: none;
  }

  .footer-developer {
    display: none;
  }

  footer .footer-footer {
    margin-top: 130px;
  }

  .footer-copyright {
    flex-direction: column-reverse;
    gap: 10px;
    margin: 0px auto;
  }

  .footer-text-copyright {
    font-size: 14px;
  }

  .footer-body>svg {
    left: 0px;
  }

  .footer-body-top-section-two-enamad {
    justify-content: space-between;
    gap: inherit;
  }

  .footer-body-top-section-two-enamad .footer-body-top-section-two-enamad-item {
    width: auto;
  }

  .footer-body-top-section-two {
    flex-direction: column;
  }

  .footer-body-top-section-one-about-us-left {
    gap: 0px;
  }

  .footer-body-top-section-two-about {
    width: 100%;
    flex-direction: column;
    height: auto;
  }

  .footer-body-top-section-two-about-description {
    height: auto;
    width: auto;
  }

  .footer-body-top-section-two-svg {
    right: inherit;
    left: -10px;
    bottom: 400px;
  }

  .footer-body-top-section-one-about-us-right,
  .footer-body-top-section-one-about-us-left {
    width: 100%;
    justify-content: center;
    flex-direction: column;
  }

  .footer-body-top-section-one-about-us-right-text-social-media {
    display: none;
  }

  .footer-body-top-section-one-line {
    width: 95%;
    margin: 0 auto;
  }

  .footer-body-top-section-one-about-us-left-line {
    display: none;
  }

  .footer-body-top-section-one-about-us-left .footer-body-top-section-one-about-us-left-phone,
  .footer-body-top-section-one-about-us-left .footer-body-top-section-one-about-us-left-email {
    width: 100%;
    justify-content: center;
  }

  .footer-body-top-section-one-lists {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0px 10px 0px 0px;
    margin: 0px auto;
    justify-content: flex-start;
  }

  .footer-body-top-section-one-list {
    width: 40%;
    margin: 0px 10px;
  }

  .footer-body-top-section-one-list:last-child {
    width: 90%;
    order: -1;
  }

  footer {
    width: 100%;
  }

  footer .footer-body {
    border-radius: 0px;
    width: 100%;
  }

  .footer-top::after,
  .footer-top::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    pointer-events: none;
    z-index: 2;
  }

  .footer-top::before {
    left: 0;
    background: linear-gradient(to right, white, transparent);
  }

  .footer-top::after {
    right: 0;
    background: linear-gradient(to left, white, transparent);
  }

  footer .footer-top .box-footer-top {
    width: 100%;
  }

  footer .footer-wrapper {
    gap: 10px;
  }
}

.contact-us-section {
  position: relative;
  max-width: 1440px;
  height: 497px;
  margin: 30px auto;
}

.contact-us-section img {
  position: absolute;
  width: 290px;
  right: 0px;
  bottom: 50px;
  z-index: 9;
}

@media (max-width: 1550px) {
  .contact-us-section img {
    right: 10px;
  }
}

.contact-us-section .contact-us-content-box {
  position: absolute;
  width: 100%;
  height: 331px;
  left: 0;
  top: 113px;
  background: rgba(29, 41, 119, 0.06);
  border-radius: 0 24px 24px 0;
}

.contact-us-section .contact-us-content-box::after {
  position: absolute;
  content: "";
  width: 1200px;
  left: -83.3%;
  top: 0;
  height: 331px;
  background: rgba(29, 41, 119, 0.06);
  z-index: -11;
}

@media (max-width: 768px) {
  .contact-us-section .contact-us-content-box {
    height: 531px;
  }
}

.contact-us-content-box-svg {
  position: absolute;
  width: 136px;
  height: 93px;
  right: 150px;
  top: 89px;
}

.contact-us-content-box-svg-one {
  position: absolute;
  height: 66px;
  left: 40px;
  top: 264px;
}

.contact-us-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 73px;
  position: absolute;
  width: 60%;
  height: 351px;
  left: 17%;
  top: 33px;
}

.contact-us-content-top {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 16px;
  width: 305px;
  height: 104px;
  flex: none;
}

.contact-us-content-top-head>span:nth-child(1) {
  position: absolute;
  width: auto;
  height: 13px;
  left: 30px;
  top: 14px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  align-items: center;
  color: rgba(29, 41, 119, 0.1);
}

.contact-us-content-top-shape {
  position: absolute;
  width: 109px;
  height: 20px;
  left: 27px;
  top: 30px;
  background: var(--main-complementary-color);
  border-radius: 8px;
  z-index: -1;
}

.contact-us-content-top-head svg {
  width: 64px;
  height: 64px;
  border-radius: 1000px;
  position: absolute;
  right: -20px;
  flex: none;
  flex-grow: 0;
  z-index: 0;
}

.contact-us-content-top-head-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  isolation: isolate;
  position: absolute;
  width: 261px;
  height: 64px;
  left: 5px;
  top: 0px;
}

.contact-us-content-top-head-title>span {
  width: 226px;
  height: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  text-align: right;
  color: var(--main-color);
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px -29px;
  z-index: 1;
}

.contact-us-content-top-head-title>span strong {
  font-family: peydaBold;
}

.contact-us-content-top-description {
  width: 505px;
  height: 24px;
  font-style: normal;
  font-weight: 700;
  margin-top: 60px;
  font-size: 17px;
  line-height: 36px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #585a5a;
  font-family: peydaBold;
}

.contact-us-content-top-description strong {
  color: var(--main-color);
}

.contact-us-content-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 20px;
  width: 851px;
  height: 174px;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

.contact-us-content-body-item {
  width: 310px;
  height: 184px;
  background: #ffffff;
  border-radius: 24px;
  position: relative;
  flex: none;
}

.contact-us-content-body-item-rectangle {
  position: absolute;
  width: 280px;
  height: 154px;
  left: calc(50% - 280px / 2 - 0.5px);
  top: calc(50% - 154px / 2);
  border-left: 2px solid #444;
  border-right: 2px solid #444;
  border-bottom: 2px solid #444;
  border-radius: 16px;

  -webkit-mask-image: linear-gradient(to top,
      rgba(0, 0, 0, 1) 50%,
      rgba(0, 0, 0, 0) 100%);
  -webkit-mask-composite: destination-in;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;

  mask-image: linear-gradient(to top,
      rgba(0, 0, 0, 1) 50%,
      rgba(0, 0, 0, 0) 100%);
  mask-composite: intersect;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}

.contact-us-content-body-item-icon {
  position: absolute;
  width: 84px;
  height: 84px;
  left: calc(50% - 84px / 2);
  top: -32px;
  border-radius: 100px;
}

.contact-us-content-body-item-content {
  position: relative;
}

.contact-us-content-body-item-content-title {
  width: 143px;
  height: 18px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  display: flex;
  align-items: center;
  position: absolute;
  left: calc(50% - 84px / 2 - 32.5px);
  top: 66px;
  text-align: center;
  flex: none;
  color: var(--main-color);
  flex-grow: 0;
  z-index: 1;
}

.contact-us-content-body-item-content-title strong {
  color: var(--main-color);
  font-family: peydaBold;
}

.contact-us-content-body-item-content-rectangle {
  position: absolute;
  width: 74px;
  height: 16px;
  left: calc(50% - 64px / 2 - 32.5px);
  top: 70px;
  background: rgba(255, 215, 1, 0.4);
  border-radius: 4px;
  flex: none;
  order: 0;
  flex-grow: 0;
  z-index: 0;
}

.contact-us-content-body-item-content-body {
  width: 183px;
  font-style: normal;
  font-weight: 700;
  position: absolute;
  font-size: 15px;
  line-height: 36px;
  left: calc(50% - 115px / 2 - 32.5px);
  top: 93px;
  text-align: center;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.contact-us-content-body-item-content-body,
.contact-us-content-body-item-content-body a {
  font-family: dana !important;
  color: #585a5a;
}

.contact-us-content-body-item-content-body strong,
.contact-us-content-body-item-content-body a strong {
  color: var(--main-color);
}

@media (max-width: 768px) {
  .about-us p:nth-child(2) {
    width: 90%;
    overflow: hidden;
  }

  .about-us-title p {
    position: relative;
    margin-top: 30px;
  }
}

.about-us-title {
  height: auto !important;
}

.about-us-title p {
  margin-right: -60px;
  font-size: 44px !important;
}

.about-us p:nth-child(2) {
  line-height: 35px;
  font-family: peydaBold;
}

.features {
  position: relative;
  max-width: 1440px;
  height: 349px;
  margin: 50px auto;
}

.features-center {
  position: absolute;
  width: 55%;
  height: 349px;
  z-index: 99999;
  left: 50%;
  top: 0px;
  border: 1px solid rgba(14, 11, 1, 0.12);
  border-radius: 24px;
  transform: translateX(-50%);
}

.features-center .features-center-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 12px;
  width: 100%;
  height: 100px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.features-center-top-title {
  width: 266px;
  height: 64px;
  position: relative;
  margin-top: 60px;
}

.features-center-top span.description-features-center-top {
  width: 338px;
  height: 24px;
  font-style: normal;
  font-weight: 400;
  margin-top: 60px;
  font-size: 16px;
  line-height: 36px;
  align-items: center;
  text-align: center;
  color: rgba(2, 3, 8, 0.64);
}

@media (max-width: 768px) {
  .features-center-top span.description-features-center-top {
    width: 280px;
  }
}

.features-center-top-title-shape {
  position: absolute;
  width: 115px;
  height: 20px;
  left: 1px;
  top: 30px;
  background: rgba(29, 41, 119, 0.1);
  border-radius: 8px;
}

.features-center-top-title>span {
  position: absolute;
  width: 183px;
  height: 13px;
  left: 0px;
  top: 22px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  align-items: center;
  text-align: right;
  color: rgba(29, 41, 119, 0.1);
}

.features-center-top span.description-features-center-top strong {
  color: var(--main-color);
}

.features-center-top-title-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  isolation: isolate;
  position: absolute;
  width: 261px;
  height: 64px;
  left: 5px;
  top: 0px;
}

.features-center-body {
  position: absolute;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  gap: 60px;
  width: auto;
  height: 180px;
  z-index: 99999;
  margin-top: 60px;
}

.features-center-body-item {
  width: 250px;
  height: 110px;
  flex: none;
  order: 0;
  z-index: 99999;
  flex-grow: 0;
  border-radius: 12px 30px 30px 12px;
  background-color: #fff;
  position: relative;
}

.features-center-body-item-rectangle {
  width: 93px;
  height: 203px;
  border: 1px solid var(--main-color);
  position: absolute;
  top: -47px;
  left: 65px;
  border-radius: 16px;
  transform: matrix(0, 1, 1, 0, 0, 0);
  -webkit-mask-image: linear-gradient(to bottom black 50%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}

.features-center-top-title-content svg {
  width: 64px;
  height: 64px;
  border-radius: 1000px;
  position: absolute;
  right: -15px;
}

.features-center-body-item-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 16px;
  position: absolute;
  width: 240px;
  height: 56px;
  left: 16px;
  top: 27px;
}

.features-center-body-item-body svg {
  width: 76px;
  height: 76px;
  margin-right: -30px;
}

.features-center-body-item-body div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 0px;
  width: 168px;
  height: 50px;
}

.features-center-body-item-body div>span:first-child {
  width: 168px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  font-family: peydaBold;
  text-align: right;
  color: var(--main-color);
}

.features-center-body-item-body div>span:last-child {
  height: 19px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  display: flex;
  align-items: center;
  text-align: right;
  color: rgba(2, 3, 8, 0.64);
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

.features-center-top-title-content span {
  width: auto;
  height: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 31px;
  text-align: left;
  color: var(--main-color);
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px;
  z-index: 1;
}

.features-left {
  position: absolute;
  width: 21%;
  height: 349px;
  left: 0px;
  top: 0px;
  background: var(--main-complementary-color);
  border-radius: 0px 24px 24px 0px;
}

.features-left::after {
  content: "";
  position: absolute;
  background: var(--main-complementary-color);
  border-radius: 24px 0px 0px 24px;
  width: 40vw;
  z-index: -1;
  right: 0;
  height: 349px;
}

.features-right {
  position: absolute;
  width: 21%;
  height: 349px;
  right: 0px;
  top: 0px;
  background: var(--main-color);
  border-radius: 24px 0px 0px 24px;
}

.features-right::after {
  content: "";
  position: absolute;
  background: var(--main-color);
  border-radius: 24px 0px 0px 24px;
  width: 40vw;
  z-index: -1;
  left: 0;
  height: 349px;
}

.features-left img {
  position: absolute;
  max-width: 240px !important;
  height: 232px;
  left: 0;
  z-index: 9;
  bottom: 79px;
  border-radius: 0px;
}

.features-left .features-left-circle {
  position: absolute;
  width: 387px;
  z-index: 0;
  height: 387px;
  right: 150px;
  border-radius: 50%;
  top: calc(50% - 387px / 2 - 100px);
  background: #f7f8fd62;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.features-left svg {
  position: absolute;
  right: 1.38px;
  top: 42.68px;
}

.features-right svg {
  position: absolute;
  width: 61.85px;
  height: 70.74px;
  left: 1.38px;
  top: 42.68px;
}

.features-right img {
  position: absolute;
  max-width: 240px !important;
  height: 232px;
  right: 0;
  bottom: 79px;
  border-radius: 0px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: 99;
}

.features-right .features-right-circle {
  position: absolute;
  width: 387px;
  height: 387px;
  left: 150px;
  border-radius: 50%;
  top: calc(50% - 387px / 2 - 100px);
  background: rgba(247, 248, 253, 0.06);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.features-content {
  overflow: hidden;
}

.features-content svg {
  position: absolute;
  width: 71px;
  height: 70px;
  left: calc(50% - 71px / 2 - 296.5px);
  bottom: 275px;
}

.banner-amazing {
  position: relative;
  height: 532px;
  margin: 60px auto;
  background: var(--main-color);
  border-radius: 24px;
}

.banner-amazing-shape {
  position: absolute;
  width: 90%;
  height: 532px;
  left: 50%;
  top: 39%;
  border: 2px dashed var(--main-color);
  border-radius: 80px;
  transform: rotate(-4.87deg) translateY(-50%) translateX(-50%);
}

.banner-amazing-counter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px 12px 16px;
  isolation: isolate;
  position: absolute;
  width: 286px;
  height: 56px;
  left: 69px;
  top: 63px;
  background: var(--main-complementary-color);
  border-radius: 16px;
}

.banner-amazing-counter-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 6px;
  width: 35px;
  flex-grow: 0;
  position: relative;
  z-index: 1;
}

.banner-amazing-counter-item-line {
  width: 32px;
  height: 0px;
  border: 1px solid rgba(14, 11, 1, 0.12);
  transform: rotate(-90deg);
  flex: none;
  flex-grow: 0;
  z-index: 2;
}

.banner-amazing-counter-item span {
  color: var(--main-color);
  z-index: 89;
}

.banner-amazing-counter-item span:first-child {
  font-family: dana;
}

.banner-amazing-counter-item svg {
  position: absolute;
  top: -15px;
  z-index: 0;
  left: -8px;
}

.banner-amazing-counter-item span:nth-child(2) {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  flex: none;
  flex-grow: 0;
}

.banner-amazing-counter-item-badge span {
  color: #fff !important;
}

.banner-amazing-svg {
  position: absolute;
  width: 91px;
  height: 88px;
  left: 88px;
  bottom: 2px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.banner-amazing-image {
  position: absolute;
  width: 619px;
  height: 539.6px;
  left: calc(50% - 619px / 2 + 37.5px);
  top: -6.6px;
  overflow: hidden;
}

.banner-amazing-image svg {
  position: absolute;
  width: 82px;
  height: 78px;
  right: 400px;
  top: 9.6px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.banner-amazing-image img {
  position: absolute;
  max-width: 650px !important;
  left: calc(50% - 717.87px / 2 - 0.25px);
  top: calc(40% - 568.76px / 2 - 0.42px);
  z-index: 9999;
}

.banner-amazing-image-circle {
  position: absolute;
  width: 442.53px;
  height: 442.53px;
  left: calc(50% - 442.53px / 2 - 10.16px);
  bottom: -70.12px;
  background: rgba(247, 248, 253, 0.06);
  border-radius: 50%;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.banner-amazing-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  position: absolute;
  width: 90%;
  height: 289px;
  left: 50%;
  transform: translateX(-50%);
  top: calc(50% - 289px / 2 + 9.5px);
}

.banner-amazing-content-left-header {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.banner-amazing-content-left-header svg:first-child {
  position: absolute;
  width: 29px;
  height: 30px;
  right: -33px;
  top: -20px;
  flex: none;
  flex-grow: 0;
  z-index: 3;
}

.banner-amazing-content-left-header svg:last-child {
  position: absolute;
  width: 45.62px;
  height: 48.26px;
  left: 76.57px;
  top: 151px;
  flex: none;
  flex-grow: 0;
  z-index: 2;
}

.banner-amazing-content-left-header .banner-amazing-content-left-header-title {
  width: 345px;
  height: 46px;
  font-family: peydaBold;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 100px;
  display: flex;
  align-items: center;
  text-align: right;
  color: #f7f8fd;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
  z-index: 0;
}

.banner-amazing-content-left-header .banner-amazing-content-left-header-subtitle {
  width: 345px;
  height: 67px;
  font-family: peydaBold;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  text-align: right;
  color: #f7f8fd;
  flex-grow: 0;
  z-index: 1;
}

.banner-amazing-content-left-header .banner-amazing-content-left-header-subtitle strong {
  color: var(--main-complementary-color);
}

.banner-amazing-content-right-board-line-one {
  position: absolute;
  width: 100px;
  height: 0px;
  left: -8%;
  z-index: -1;
  top: 0;
  border: 2px solid #ffffff;
  transform: rotate(90deg);
}

.banner-amazing-content-right-board-line-two {
  position: absolute;
  width: 87px;
  height: 0px;
  left: 68%;
  top: 0;
  z-index: -1;
  border: 2px solid #ffffff;
  transform: rotate(90deg);
}

.banner-amazing-content-right-board {
  position: absolute;
  width: 266px;
  height: 128px;
  left: 43px;
  top: -89px;
  z-index: 8;
}

.banner-amazing-content-right-board-text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  gap: 12px;
  position: absolute;
  width: 261px;
  height: 56px;
  left: -0.46px;
  top: 33px;
  background: var(--main-complementary-color);
  border-radius: 100px;
  transform: rotate(-8.69deg);
}

.banner-amazing-content-right-board-text span {
  color: var(--main-color);
  font-size: 24px;
}

.banner-amazing-content-right-board-text span strong {
  font-family: dana;
  font-weight: 700;
}

.banner-amazing-content-right-board-text::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 10%;
  background-color: var(--main-color);
}

.banner-amazing-content-right-board-text::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  right: 10%;
  background-color: var(--main-color);
}

.banner-amazing-content-right {
  width: 299px;
  height: 289px;
  flex: none;
  flex-grow: 0;
  position: relative;
}

.banner-amazing-content-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 40px;
  isolation: isolate;
  width: 345px;
  height: 225px;
  position: relative;
  flex: none;
  flex-grow: 0;
}

.banner-amazing-content-left-bottom a {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  isolation: isolate;
  width: 192px;
  height: 48px;
  flex: none;
  flex-grow: 0;
  z-index: 1;
}

.banner-amazing-content-left-bottom a span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  gap: 10px;
  height: 48px;
  background: #ffffff;
  border-radius: 1000px;
  flex: none;
  flex-grow: 0;
  z-index: 0;
  color: var(--main-color);
}

.banner-amazing-content-left-bottom a svg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  gap: 8px;
  width: 48px;
  height: 48px;
  background: var(--main-complementary-color);
  border-radius: 1000px;
  flex: none;
  flex-grow: 0;
  margin: 0px -19px;
  z-index: 1;
}

.banner-amazing-content-right-shape {
  position: absolute;
  width: 221px;
  height: 59px;
  left: calc(50% - 221px / 2 + 50px);
  top: calc(50% - 59px / 2 - 37px);
  background: rgba(247, 248, 253, 0.12);
  border-radius: 10px;
}

.banner-amazing-content-right span.banner-amazing-content-right-title {
  position: absolute;
  width: 299px;
  height: 161px;
  left: 0px;
  top: 65px;
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 98px;
  text-align: right;
  color: #f7f8fd;
}

.banner-amazing-content-right .banner-amazing-content-right-subtitle {
  position: absolute;
  width: 299px;
  height: 24px;
  left: 0px;
  top: 265px;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  text-align: right;
  font-family: peydaRegular;
  color: #f7f8fd;
}

.banner-amazing-content-right .banner-amazing-content-right-subtitle strong {
  font-weight: 700;
  font-family: peydaBold;
  font-size: 26px;
}

.underline-lamkadeh {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  width: 95%;
  height: 6px;
}

.underline-lamkadeh .underline-lamkadeh-circle {
  width: 6.5px;
  height: 6.5px;
  background: rgba(2, 3, 8, 0.06);
  flex: none;
  order: 1;
  border-radius: 5000px;
  flex-grow: 0;
}

.underline-lamkadeh .underline-lamkadeh-line {
  width: 100%;
  height: 1px;
  background: rgba(2, 3, 8, 0.06);
  flex: none;
  order: 0;
  flex-grow: 1;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
  margin-bottom: 20px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  border-radius: 12px;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
  font-family: peydaBold !important;
  background-color: transparent;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  border-radius: 24px;
  transition: all 0.3s ease;
}

.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover {
  background-color: transparent;
}

.title-breadcrumb-special nav span:last-of-type {
  color: var(--main-color);
  font-family: peydaBold;
  display: flex;
  gap: 5px;
  align-items: center;
}

.lamkadeh-single-product-banner {
  margin-top: 40px;
  width: 100%;
  height: 142px;
  position: relative;
}

.lamkadeh-single-product-banner-right {
  position: absolute;
  width: 365px;
  height: 142px;
  right: 0px;
  top: 0;
  background: var(--main-color);
  border-radius: 0px 24px 24px 0px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  overflow: hidden;
}

.lamkadeh-single-product-banner-right::after {
  content: "";
  position: absolute;
  width: 384px;
  height: 384px;
  right: 50%;
  top: calc(50% - 384px / 2 - 127px);
  background: rgba(247, 248, 253, 0.4);
  border-radius: 50%;
}

.lamkadeh-single-product-banner-left {
  position: absolute;
  width: 365px;
  height: 142px;
  left: 0px;
  top: 0;
  background: var(--main-complementary-color);
  border-radius: 24px 0px 0px 24px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  overflow: hidden;
}

.lamkadeh-single-product-banner-left::after {
  content: "";
  position: absolute;
  width: 384px;
  height: 384px;
  left: 50%;
  top: calc(50% - 384px / 2 - 127px);
  background: rgba(247, 248, 253, 0.4);
  border-radius: 50%;
}

.lamkadeh-single-product-banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 23px;
  position: absolute;
  width: 1440px;
  height: 110px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 9;
  top: 50%;
}

.lamkadeh-single-product-banner-content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 20px;
  width: 100%;
  height: 110px;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

.lamkadeh-single-product-banner-content-item {
  position: relative;
  width: 25%;
  height: 110px;
  background: #ffffff;
  border-radius: 24px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  overflow: hidden;
  gap: 20px;
}

.lamkadeh-single-product-banner-content-item::after {
  width: 80%;
  height: 95px;
  content: "";
  position: absolute;
  top: 50%;
  left: 43%;
  transform: translate(-50%, -50%);
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(to right,
      var(--main-color) 0%,
      rgba(29, 41, 119, 0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.lamkadeh-single-product-banner-content-item-right {
  width: 76px;
  height: 76px;
  background: var(--main-complementary-color);
  border: 4px solid #ffffff;
  border-radius: 100px;
  flex: none;
  flex-grow: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lamkadeh-single-product-banner-content-item-left {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}

.lamkadeh-single-product-banner-content-item-left>span:nth-child(1) {
  color: var(--main-color);
  font-family: peydaBold;
  font-weight: 600;
  font-size: 16px;
  line-height: 36px;
}

.lamkadeh-single-product-banner-content-item-left span:nth-child(2) {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  display: flex;
  align-items: center;
  text-align: right;
  color: rgba(2, 3, 8, 0.64);
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

.product-archive {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0px;
  gap: 48px;
  position: relative;
  width: 100%;
}

.product-archive-content {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 50px;
}

.product-archive .product-archive-content::after {
  content: "";
  position: absolute;
  width: 90%;
  z-index: -1;
  left: -25%;
  top: -20px;
  background: rgba(29, 41, 119, 0.06);
  border-radius: 0px 24px 24px 0px;
}

.product-archive-content-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
  position: relative;
}

.product-archive-content-item {
  width: 32%;
  margin: 20px 0px;
  border-radius: 24px;
  height: 470px;
  flex: none;
  flex-grow: 0;
  position: relative;
  background-color: #fff;
  display: flex;
  gap: 40px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 14px 8px;
}

.best-seller-products .product-archive-content-item {
  width: 23%;
}

.product-archive-content-item::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 8px;
  left: 50%;
  bottom: -10px;
  background: var(--main-color);
  border-radius: 1000px 1000px 0px 0px;
  transform: matrix(1, 0, 0, -1, 0, 0) translateX(-50%);
}

.product-archive-content-item-header {
  position: relative;
  width: 94%;
  height: 150px;
  background: rgba(29, 41, 119, 0.06);
  border-radius: 16px;
}

.product-archive .text-header-categories-main>span {
  width: auto;
}

.product-archive-content-item-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 24px;
  height: 198px;
}

.product-archive-content-item-header-button {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.product-archive-content-item-header-button-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 8px;
  width: 36px;
  height: 36px;
  background: #ffffff;
  border-radius: 1000px;
  flex: none;
  cursor: pointer;
  flex-grow: 0;
}

.product-archive-content-item-header img {
  position: absolute;
  width: 210px !important;
  right: 0;
  top: 0px;
  border-radius: 0px;
}

.product-archive-content-item-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 24px;
  width: 100%;
  height: 198px;
}

.product-archive-content-item-bottom-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 20px;
  width: 100%;
  height: 142px;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

.product-archive-content-item-bottom-body {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0px;
  gap: 8px;
  width: 100%;
  height: 32px;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

.sticky-single-product-lamkadeh .single-product-lamkadeh-item-header .single-product-lamkadeh-item-header-button {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
  position: absolute;
  width: 80px;
  height: 36px;
  left: 12px;
  top: 75px;
}

.single-product-lamkadeh-item-header-button-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 8px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background: #ffffff;
  border-radius: 1000px;
  flex: none;
  flex-grow: 0;
}

.single-product-lamkadeh-item-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 17px;
  gap: 24px;
  width: 100%;
  height: 210px;
}

.single-product-lamkadeh-item-bottom-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 20px;
  width: 100%;
  height: 142px;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

.single-product-lamkadeh-item-bottom-header-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;
  width: 100%;
  height: 60px;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

.single-product-lamkadeh-item-bottom-header-name .single-product-lamkadeh-item-bottom-header-name-title {
  width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
  font-family: peydaBold;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: right;
  color: var(--main-color);
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

.single-product-lamkadeh-item-bottom-header-category {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  gap: 8px;
  width: 100%;
  height: 16px;
  flex: none;
  flex-grow: 0;
}

.single-product-lamkadeh-item-bottom-header-category-name {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0px;
  color: #585a5a;
  gap: 8px;
  height: 16px;
  flex: none;
  flex-grow: 0;
}

.single-product-lamkadeh-item-bottom-header-category-name span {
  width: 110px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.single-product-lamkadeh-item-bottom-header-category-name img {
  width: 20px;
}

.single-product-lamkadeh-item-bottom-header-category-stock {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 6px 6px 6px 12px;
  justify-content: end;
  gap: 6px;
  height: 28px;
  background: rgba(2, 115, 76, 0.05);
  border-radius: 1000px;
  flex: none;
  flex-grow: 0;
}

.single-product-lamkadeh-item-bottom-header-category-stock.out-of-stock {
  background: rgba(115, 2, 2, 0.05);
}

.single-product-lamkadeh-item-bottom-header-category-stock.out-of-stock span {
  color: #790303;
}

.single-product-lamkadeh-item-bottom-header-category-stock span {
  height: 13px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: right;
  color: #02734c;
  flex: none;
  flex-grow: 0;
}

.single-product-lamkadeh-item-bottom-header-price {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  gap: 16px;
  width: 100%;
  height: 22px;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

.single-product-lamkadeh-item-bottom-header-price .single-product-lamkadeh-item-bottom-header-price-sales-off {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0px;
  gap: 0px;
  isolation: isolate;
  width: 98px;
  height: 24px;
  flex: none;
  flex-grow: 0;
  position: relative;
}

.single-product-lamkadeh-item-bottom-header-price-sales-off-shape {
  position: absolute;
  width: 66px;
  height: 14px;
  left: calc(50% - 66px / 2 - 5.17px);
  bottom: 0px;
  background: rgba(255, 215, 1, 0.4);
  border-radius: 4px;
  flex: none;
  order: 0;
  flex-grow: 0;
  z-index: 0;
}

.single-product-lamkadeh-item-bottom-header-price-sales-off-symbol {
  width: 24px;
  height: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  text-align: right;
  color: var(--main-color);
  font-family: peydaBold;
  transform: rotate(-90deg);
  flex: none;
  flex-grow: 0;
  z-index: 1;
}

.single-product-lamkadeh-item-bottom-header-price-sales-off-number {
  height: 15px;
  font-family: dana;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  align-items: center;
  text-align: left;
  color: var(--main-color);
  flex: none;
  flex-grow: 0;
  z-index: 2;
}

.single-product-lamkadeh-item-bottom-header-price-regular {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 0.899099px 0px 0px;
  gap: 6px;
  isolation: isolate;
  height: 20px;
  flex: none;
  flex-grow: 0;
}

.single-product-lamkadeh-item-bottom-header-price-regular-number {
  width: 65px;
  height: 20px;
  font-family: dana;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: right;
  color: rgba(4, 6, 7, 0.64);
  flex: none;
  flex-grow: 0;
  z-index: 1;
  position: relative;
}

.single-product-lamkadeh-item-bottom-header-price-regular-number::after {
  content: "";
  position: absolute;
  width: 64px;
  height: 0px;
  left: 0;
  top: 50%;
  border: 0.899099px solid #585a5a;
  transform: rotate(169.79deg);
  flex: none;
  flex-grow: 0;
  z-index: 2;
}

.single-product-lamkadeh-item-bottom-header-price-regular-discount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: dana;
  background: var(--main-red-color);
  color: #fff;
  font-size: 14px;
  padding: 3px 4px;
  border-radius: 899.099px;
  flex: none;
  flex-grow: 0;
  z-index: 0;
}

.single-product-lamkadeh-item-bottom-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  isolation: isolate;
  width: 100%;
  height: 44px;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

.single-product-lamkadeh-item-bottom-body-right {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  gap: 10px;
  width: 70%;
  height: 44px;
  border: 1px solid var(--main-color);
  border-radius: 1000px;
  flex: none;
  flex-grow: 1;
  z-index: 0;
  color: var(--main-color);
  font-family: peydaBold;
  font-weight: 700;
}

.single-product-lamkadeh-item-bottom-body-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  gap: 8px;
  width: 44px;
  height: 44px;
  background: var(--main-color);
  border-radius: 1000px;
  flex: none;
  flex-grow: 0;
  margin: 0px -19px;
  z-index: 1;
}

.single-product-lamkadeh-item-bottom-content {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  padding: 0px;
  gap: 8px;
  width: 100%;
  height: 32px;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

.single-product-lamkadeh-item-bottom-content-img {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  width: 56px;
  height: 32px;
  flex: none;
  flex-grow: 0;
}

.single-product-lamkadeh-item-bottom-content-img img {
  width: 42px !important;
  height: 42px !important;
  border: 2px solid #f7f8fd !important;
  border-radius: 1000px !important;
  flex: none !important;
  background-color: #fff !important;
  flex-grow: 0;
  margin: 0px -8px !important;
}

.single-product-lamkadeh-item-bottom-content span {
  height: 20px;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: right;
  gap: 7px;
  flex: none;
  flex-grow: 0;
}

.single-product-lamkadeh-item-bottom-content span strong {
  color: var(--main-color);
  font-family: dana;
  font-weight: 700;
}

@media (max-width: 768px) {
  .category-products .title-header-categories-main {
    margin-left: 20px !important;
  }

  .product-archive-content-items {
    overflow-x: scroll;
    gap: 20px;
  }

  .product-archive-content-item {
    width: 85% !important;
  }

  .sticky-single-product-lamkadeh {
    display: none !important;
  }

  .review-form-lamkadeh-wrapper .stars {
    width: 100% !important;
  }

  .review-form-lamkadeh-wrapper {
    width: 100% !important;
  }

  .lamkadeh-single-review-item {
    width: 100% !important;
  }

  .lamkadeh-single-review-item.active {
    width: 90% !important;
  }

  .lamkadeh-review-detail-top {
    flex-direction: column !important;
    align-items: start !important;
  }

  .lamkadeh-review-header-right {
    width: 80% !important;
  }

  .title-description-single-product {
    flex-direction: column !important;
    gap: 80px !important;
    align-items: start;
  }

  .description-single-product-lamkadeh-shape {
    width: 70% !important;
    right: -20px !important;
  }

  .lamkadeh-additional-info-content {
    margin-right: 0px !important;
  }

  .tabs-lamkadeh-items {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  .tabs-lamkadeh-item {
    flex: 0 0 auto;
  }

  .tabs-lamkadeh-content {
    width: 95% !important;
  }

  .woocommerce-product-gallery__image {
    width: 100% !important;
  }

  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    width: 100% !important;
  }

  .gallery-woocommerce-slider {
    margin-top: -100px !important;
  }

  .product-single-header {
    width: 100% !important;
  }

  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 100% !important;
    padding: 0px 6px;
  }

  .btn-add-to-cart .add-to-cart-right {
    width: 70% !important;
  }

  .title-description-single-product-main {
    width: 95%;
  }

  body {
    overflow-x: hidden !important;
  }

  .product_title {
    font-size: 20px !important;
  }

  .swatch-color-thumbnail .swatch-color-thumbnail-item {
    width: 48% !important;
  }

  .lamkadeh-single-product-banner-right {
    width: 30% !important;
  }

  .lamkadeh-single-product-banner-left {
    width: 30% !important;
  }

  .lamkadeh-single-product-banner-content .lamkadeh-single-product-banner-content-wrapper {
    overflow-x: scroll;
  }

  .lamkadeh-single-product-banner-content-item {
    width: 100%;
    overflow: unset !important;
  }

  .lamkadeh-single-product-banner-content-item-left {
    width: 200px !important;
    max-width: 200px !important;
  }

  .lamkadeh-single-product-banner-content::before,
  .lamkadeh-single-product-banner-content::after {
    content: "";
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    border-radius: 1000px;
  }

  .lamkadeh-single-product-banner-content::before {
    left: 0;
    background: linear-gradient(to right, white 0%, transparent 100%);
  }

  .lamkadeh-single-product-banner-content::after {
    right: 0;
    background: linear-gradient(to left, white 0%, transparent 100%);
  }

  .description-single-product-lamkadeh {
    margin-right: 0px !important;
  }

  .tabs-lamkadeh-title {
    width: auto !important;
    padding: 0px 15px !important;
  }
}

.tabs-lamkadeh-line:last-child {
  display: none !important;
}

footer .underline-lamkadeh {
  width: 100%;
}

footer .underline-lamkadeh .underline-lamkadeh-line,
footer .underline-lamkadeh-circle {
  background: #f7f8fd33 !important;
}

.header-view-order {
  position: relative;
  width: 100%;
  height: 164px;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 24px;
  margin: 10px auto;
  overflow: hidden;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
}

.header-view-order-shape-one {
  position: absolute;
  width: 170px;
  height: 170px;
  left: -54px;
  top: -27px;
  border: 1px dashed #ffffff;
  border-radius: 50%;
}

.header-view-order-shape-two {
  position: absolute;
  width: 170px;
  height: 170px;
  right: -54px;
  top: 58px;
  border: 1px dashed #ffffff;
  border-radius: 50%;
}

.header-view-order-shape-three {
  position: absolute;
  border-radius: 50%;
  width: 170px;
  height: 170px;
  left: -37px;
  top: -42px;
  background: rgba(255, 255, 255, 0.1);
}

.header-view-order-shape-four {
  border-radius: 50%;
  position: absolute;
  width: 170px;
  height: 170px;
  right: -64px;
  top: 43px;
  background: rgba(255, 255, 255, 0.1);
}

.header-view-order-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
}

.header-view-order-item {
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  gap: 15px;
  padding: 0px 20px;
  width: 23%;
  height: 100px;
  background: #ffffff;
  border-radius: 16px;
  flex: none;
}

.header-view-order-content {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-between;
  align-items: flex-start;
  height: 50px;
}

.header-view-order-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: var(--main-complementary-color);
  border-radius: 80px;
  flex: none;
  flex-grow: 0;
}

.header-view-order-content-text {
  font-family: dana;
  font-weight: 700;
  color: var(--main-color);
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 140px;
}

@media (max-width: 1440px) {
  .header-view-order-content-text {
    width: 110px;
  }
}

.header-view-order-content .header-view-order-content-text+span {
  height: 19px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  display: flex;
  align-items: center;
  text-align: right;
  color: rgba(2, 3, 8, 0.64);
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

.header-view-order-content-text-price {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 4px;
  isolation: isolate;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.header-view-order-content-text-price div {
  position: absolute;
  width: 63px;
  height: 10px;
  right: 32px;
  top: 7px;
  background: var(--main-complementary-color);
  opacity: 0.4;
  border-radius: 3px;
  flex: none;
  flex-grow: 0;
  z-index: 0;
}

.header-view-order-content-text-price span:nth-child(2) {
  height: 13px;
  font-family: dana;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  align-items: center;
  text-align: right;
  color: var(--main-color);
  flex: none;
  z-index: 2;
}

.header-view-order-content-text-price span:nth-child(1) {
  height: 12px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-align: right;
  color: var(--main-color);
  flex: none;
  z-index: 1;
}

@media (max-width: 768px) {
  .header-view-order-item {
    width: auto !important;
  }

  .header-view-order-wrapper {
    gap: 20px;
    padding: 0px 10px;
    overflow-x: scroll;
    height: auto;
  }

  .header-view-order-wrapper::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 60%;
    z-index: 4;
    border-radius: 100px;
    pointer-events: none;
    background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  }

  .header-view-order-wrapper::after {
    content: "";
    position: absolute;
    right: -5px;
    border-radius: 100px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 60%;
    z-index: 4;
    pointer-events: none;
    background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
  }
}

.table-view-order {
  margin: 20px auto;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 16px;
}

.table-view-order tbody {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  flex-direction: column;
}

.table-view-order tr:nth-child(1) {
  width: 100%;
  height: 54px;
  background: rgba(29, 41, 119, 0.05);
  border-radius: 16px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.table-view-order tr:not(:first-child) {
  width: 100%;
  height: 54px;
  margin: 10px 0px;
  border: 1px solid var(--main-color);
  border-radius: 16px;
  padding: 0px 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.table-view-order tr th {
  font-family: peydaBold;
  color: var(--main-color);
}

.table-view-order tr a {
  font-family: peydaBold;
  font-weight: 700;
  color: var(--main-color);
}

.table-view-order tr .quantity-table {
  font-family: dana;
}

.data-view-order {
  width: 100%;
  background: rgba(29, 41, 119, 0.05);
  border-radius: 16px;
  margin: 10px auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  padding: 20px 10px;
}

.data-view-order h4 {
  height: 22px;
  font-family: peydaBold;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: right;
  color: var(--main-color);
}

.data-view-order .data-view-order-content .data-view-order-content-right {
  margin: 20px 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;
  flex: none;
  flex-grow: 0;
  color: var(--main-color);
}

.data-view-order .data-view-order-content .data-view-order-content-left {
  display: flex;
  flex-direction: column;
  margin: 20px 0px;
  justify-content: center;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;
  flex: none;
  flex-grow: 0;
}

.data-view-order-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0px;
  padding: 0px;
  gap: 160px;
  width: 40%;
}

.data-view-order-content-left {
  color: var(--main-color);
  font-family: dana;
  width: 100%;
}

@media (max-width: 768px) {
  .table-view-order tr:not(:first-child) {
    height: auto !important;
  }

  .data-view-order-content {
    width: 70%;
    gap: 5px;
  }

  .data-view-order .data-view-order-content .data-view-order-content-left {
    flex-wrap: wrap;
  }
}

.btn-back-home-thankyou {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: var(--main-color);
  position: relative;
  width: 95%;
}

.btn-back-home-thankyou svg {
  position: absolute;
  left: -20px;
  width: 35px;
  height: 35px;
  background-color: var(--main-color);
  border-radius: 100px;
}

.btn-back-home-thankyou span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  font-family: peydaBold;
  width: 190px;
  height: 40px;
  border-radius: 100px;
}

.blog-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 0px 30px;
  margin: 60px 0px;
}

.archive-category-section {
  margin: 50px 0px;
}

.blog-section .sidebar-sticky {
  width: 23%;
  position: sticky;
  background: rgba(29, 41, 119, 0.06);
  border-radius: 32px;
  padding: 15px 0px;
  top: 0;
}

.sidebar-sticky .text-header-categories-main {
  margin: auto !important;
  width: 280px;
}

.filter-category {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.filter-category a {
  color: var(--main-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 7px 0px;
  width: 85%;
}

.filter-category a svg path,
.filter-category a svg {
  transition: all 0.3s ease;
}

.filter-category a:hover svg path {
  fill: #444;
}

.filter-category a:hover svg {
  background-color: var(--main-complementary-color);
}

.filter-category a span {
  color: var(--main-color);
  font-family: peydaBold;
  font-weight: 700;
  width: 90%;
  height: 40px;
  font-size: 14px;
  border: 1px solid var(--main-color);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.filter-category a svg {
  position: absolute;
  left: 0px;
  width: 40px;
  padding: 7px;
  height: 40px;
  background-color: var(--main-color);
  border-radius: 50%;
}

.sidebar-sticky .text-header-categories-main>span {
  width: auto;
}

.items-blog-archive {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 75%;
  gap: 10px;
}

.items-blog-archive .item-blog {
  width: 32%;
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  min-height: 400px;
}

.items-blog-archive .item-blog img {
  width: 100%;
  padding: 10px;
  height: 230px;
  border-radius: 26px;
}

.item-blog-category {
  background-color: #f3f3f3;
  padding: 4px 8px;
  color: var(--main-color);
  font-family: peydaBold;
  margin-right: 7px;
  margin-left: 7px;
  font-size: 13px;
  border-radius: 100px;
  font-weight: 700;
}

.items-blog-archive .item-blog h2 {
  font-size: 15px;
  color: var(--main-color);
  margin-right: 7px;
  margin-left: 7px;
  width: 95%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.items-blog-archive .item-blog h2 a {
  color: var(--main-color);
}

.item-blog-thumbnail {
  width: 100%;
  height: 230px;
  position: relative;
}

.arrow-angle-cover-item-blog {
  opacity: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #f7f8fd;
  border-radius: 1000px;
  transition: all 0.3s ease;
  z-index: 2;
}

.item-blog-thumbnail::after {
  position: absolute;
  content: "";
  width: 94%;
  transition: all 0.3s ease;
  opacity: 0;
  height: 210px;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
  background: linear-gradient(0deg,
      rgba(255, 215, 1, 0.6),
      rgba(255, 215, 1, 0.6)),
    url(vr-headset-holiday.jpg);
  backdrop-filter: blur(3px);
  border-radius: 16px;
}

.item-blog-thumbnail:hover::after {
  opacity: 1;
}

.item-blog-thumbnail:hover .arrow-angle-cover-item-blog {
  opacity: 1;
}

.item-blog-meta {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 7px;
}

.item-blog-meta div {
  gap: 8px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.item-blog-meta div:nth-child(1) {
  color: #585a5a;
  font-size: 13px;
}

.item-blog-meta div:nth-child(2) {
  display: flex;
  flex-direction: row;
  width: 50%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 0px;
  gap: 8px;
  width: 36px;
  height: 36px;
  background: rgba(29, 41, 119, 0.06);
  border-radius: 100px;
  flex: none;
  flex-grow: 0;
  transition: all 0.3s ease;
}

.item-blog-meta div:nth-child(2):hover {
  background-color: var(--main-complementary-color);
}

.item-blog-meta div:nth-child(2):hover svg path {
  fill: var(--main-color);
}

.category-products .header-categories-main {
  padding-right: 10px;
}

.category-products-body .underline-lamkadeh {
  display: none;
}

@media (max-width: 768px) {
  .category-products .underline-lamkadeh:not(:last-child) {
    display: flex;
    width: 70%;
  }

  .category-products .category-products-body .underline-lamkadeh:nth-child(8) {
    display: none !important;
  }

  .blog-section {
    flex-direction: column;
  }

  .blog-section .header-categories-main {
    margin-top: 10px;
  }

  .items-blog-archive .item-blog {
    width: 100%;
    margin-top: 7px;
  }

  .blog-section .sidebar-sticky {
    width: 100%;
    position: relative;
  }

  .items-blog-archive {
    width: 100%;
  }
}

.archive-category-product-filter {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: flex-start;
  gap: 30px;
}

.archive-category-product-filter>span {
  font-family: peydaBold;
  font-weight: 600;
}

.archive-category-product-filter-value {
  display: flex;
  gap: 20px;
  align-items: center;
}

.archive-category-product-filter-value a {
  color: var(--main-color);
}

.archive-category-product-filter-value a.active {
  font-family: peydaBold;
  font-weight: 600;
}

.filter-product-brand-buttom,
.filter-product-property-buttom,
.filter-product-category-buttom,
.filter-product-color-buttom,
.filter-product-price-buttom {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 97%;
  position: relative;
  margin: 10px auto;
  transition: all 0.3s ease;
}

.filter-product-brand-buttom>span:nth-child(1),
.filter-product-property-buttom>span:nth-child(1),
.filter-product-price-buttom>span:nth-child(1),
.filter-product-category-buttom>span:nth-child(1),
.filter-product-color-buttom>span:nth-child(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-family: peydaBold;
  font-weight: 600;
  width: 90%;
  border: 1px solid var(--main-color);
  padding: 15px 20px 15px 15px;
  border-radius: 100px;
  color: var(--main-color);
}

.filter-product-brand-buttom.active>span:first-child::after,
.filter-product-property-buttom.active>span:first-child::after,
.filter-product-category-buttom.active>span:first-child::after,
.filter-product-color-buttom.active>span:first-child::after,
.filter-product-price-buttom.active>span:first-child::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  left: 60%;
  border-radius: 50%;
  background-color: var(--main-complementary-color);
}

.filter-product-brand-buttom>svg,
.filter-product-property-buttom>svg,
.filter-product-category-buttom>svg,
.filter-product-color-buttom>svg,
.filter-product-price-buttom>svg {
  position: absolute;
  left: 8px;
  background-color: var(--main-color);
  border-radius: 50%;
  padding: 12px;
  width: 50px;
  height: 50px;
  top: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-product-brand-buttom.active>svg,
.filter-product-property-buttom.active>svg,
.filter-product-price-buttom.active>svg,
.filter-product-category-buttom.active>svg,
.filter-product-color-buttom.active>svg {
  transform: rotate(180deg);
  background-color: var(--main-complementary-color);
}

.filter-product-brand-buttom.active>svg path,
.filter-product-property-buttom.active>svg path,
.filter-product-price-buttom.active>svg path,
.filter-product-category-buttom.active>svg path,
.filter-product-color-buttom.active>svg path {
  fill: var(--main-color);
}

.filter-product-brand-buttom .content,
.filter-product-property-buttom .content,
.filter-product-price-buttom .content,
.filter-product-category-buttom .content,
.filter-product-color-buttom .content {
  background: #f7f8fd;
  border-radius: 32px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  width: 90%;
  margin-top: 10px;
  padding: 5px 15px;
}

.filter-product-brand-buttom.active .content,
.filter-product-property-buttom.active .content,
.filter-product-price-buttom.active .content,
.filter-product-category-buttom.active .content,
.filter-product-color-buttom.active .content {
  max-height: 500px;
  opacity: 1;
  visibility: visible;
  padding: 15px;
}

.filter-product-brand-buttom.active .content>span:nth-child(2),
.filter-product-property-buttom.active .content>span:nth-child(2),
.filter-product-price-buttom.active .content>span:nth-child(2),
.filter-product-category-buttom.active .content>span:nth-child(2),
.filter-product-color-buttom.active .content>span:nth-child(2) {
  color: rgba(29, 41, 119, 0.4);
  margin: 10px 5px;
  font-family: peydaBold;
}

.filter-product-brand-search {
  position: relative;
  width: 100%;
  margin: 10px 0px;
}

.filter-product-brand-search input {
  font-family: peydaRegular;
  color: rgba(29, 41, 119, 0.4);
  width: 92%;
  background-color: transparent;
  border: 1px solid #dcdcdc;
  border-radius: 100px;
  outline: none;
  padding: 12px;
}

.filter-product-brand-search svg {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  width: 45px;
  cursor: pointer;
  height: 45px;
  padding: 7px;
  background-color: #dcdcdc;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.content-brand,
.content-property {
  margin: 10px 0px;
  overflow-y: scroll;
  width: 100%;
  scrollbar-color: var(--main-color) #eee;
  scrollbar-width: thin;
  max-height: 300px;
}

.content-brand::-webkit-scrollbar,
.content-property::-webkit-scrollbar {
  height: 8px;
}

.content-brand::-webkit-scrollbar-track,
.content-property::-webkit-scrollbar-track {
  border-radius: 10px;
}

.content-brand::-webkit-scrollbar-thumb,
.content-property::-webkit-scrollbar-thumb {
  background: var(--main-color) #eee;
  border-radius: 10px;
}

.content-brand .content-brand-item,
.content-property .content-property-item,
.content-color .content-color-item {
  position: relative;
  margin: 15px 0px;
  cursor: pointer;
}

.content-brand .content-brand-item .content-brand-item-data,
.content-property .content-property-item .content-property-item-data,
.content-color .content-color-item .content-color-item-data {
  width: 89%;
  border-radius: 100px;
  border: 1px solid #dcdcdc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 26px;
  font-size: 13px;
}

.content-brand .content-brand-item .content-brand-item-data span,
.content-property .content-property-item .content-property-item-data span,
.content-color .content-color-item .content-color-item-data span {
  color: var(--main-color);
  font-family: peydaBold;
}

.content-brand .content-brand-item svg,
.content-property .content-property-item svg,
.content-color .content-color-item svg {
  position: absolute;
  left: 8px;
  background-color: #fff;
  width: 45px;
  height: 45px;
  top: 0;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
}

.content-brand .content-brand-item.active svg,
.content-property .content-property-item.active svg,
.content-color .content-color-item.active svg {
  background-color: var(--main-color);
}

.content-brand-me,
.content-property-me,
.content-color-me {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.content-brand-me-items,
.content-color-me-items,
.content-property-me-items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  margin: 10px 0px;
}

.content-brand-me-item,
.content-color-me-item,
.content-property-me-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 4px 8px 4px 4px;
  cursor: pointer;
  gap: 8px;
  height: 28px;
  background: rgba(29, 41, 119, 0.06);
  border-radius: 48px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.content-brand-me-item svg path,
.content-property-me-item svg path,
.content-color-me-item svg path {
  transition: all 0.3s ease;
}

.content-brand-me-item:hover svg path,
.content-property-me-item:hover svg path,
.content-color-me-item:hover svg path {
  fill: var(--main-complementary-color);
}

.content-brand-me-item span,
.content-color-me-item span,
.content-property-me-item span {
  color: var(--main-color);
  font-weight: 600;
  font-family: peydaBold;
}

.content-brand-me>span:nth-child(1),
.content-property-me>span:nth-child(1),
.content-color-me>span:nth-child(1) {
  color: rgba(29, 41, 119, 0.4);
  margin: 10px 5px;
  font-family: peydaBold;
}

.content-category-me {
  color: rgba(29, 41, 119, 0.4);
  margin: 10px 5px;
  font-family: peydaBold;
}

.content-category-me-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 10px 0px;
  align-items: center;
  justify-content: flex-start;
}

.content-category-me-item {
  display: flex;
  cursor: pointer;
  gap: 5px;
  background-color: #e9e9ee;
  padding: 6px 8px;
  border-radius: 100px;
}

.content-category-me-item span {
  color: var(--main-color);
}

.content-category {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 200px;
  overflow-y: scroll;
  scrollbar-color: var(--main-color) #eee;
  scrollbar-width: thin;
}

.content-category::-webkit-scrollbar {
  height: 8px;
}

.content-category::-webkit-scrollbar-track {
  border-radius: 10px;
}

.content-category::-webkit-scrollbar-thumb {
  background: var(--main-color) #eee;
  border-radius: 10px;
}

.content-category-item {
  width: 100%;
  margin: 7px 0px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.content-category-item-data {
  position: relative;
  border-radius: 100px;
  padding: 10px 26px;
  border: 1px solid #dcdcdc;
  width: 85%;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: peydaBold;
  font-weight: 600;
  color: var(--main-color);
}

.content-category-item svg {
  position: absolute;
  left: 8px;
  background-color: #fff;
  width: 45px;
  height: 45px;
  top: 0;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
}

.content-category-item.active svg {
  background-color: var(--main-color);
}

.content-radio-color-pa {
  display: flex;
  align-items: center;
  justify-self: flex-start;
  gap: 5px;
}

.content-radio-color-pa span {
  color: var(--main-color);
  font-weight: 600;
  font-family: peydaBold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.content-radio-color-pa .content-radio-color-pa-code {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  z-index: 1;
  border: 1px solid #fff;
}

.content-radio-color-pa .content-radio-color-pa-code:nth-child(2) {
  margin-right: -12px;
  z-index: 0;
  opacity: 0.6;
}

.content-radio-color-pa .content-radio-color-pa-code:nth-child(3) {
  margin-right: -12px;
  z-index: 0;
  opacity: 0.3;
}

.content-radio-color-pa .content-radio-color-pa-code:nth-child(4) {
  margin-right: -12px;
  z-index: 0;
  opacity: 0.2;
}

.filter-product-price-box {
  width: 100%;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
  margin: 15px 0px;
}

.filter-product-price-box span {
  color: var(--main-color);
  font-weight: 600;
  font-family: peydaBold;
  font-size: 14px;
  width: 8%;
}

.filter-product-price-box>span:last-child {
  transform: rotate(-90deg);
  font-size: 13px;
}

.filter-product-price-box-min-amount {
  background-color: rgba(29, 41, 119, 0.06);
  font-family: dana;
  font-weight: 700;
  display: flex;
  justify-content: center;
  color: var(--main-color);
  align-items: center;
  padding: 7px 0px;
  border-radius: 12px;
  width: 80%;
}

.filter-product-price-box:first-child .filter-product-price-box-min-amount {
  color: #1d29778e;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* container */
.range-box {
  position: relative;
  width: 100%;
}

/* top numbers */
.range-values {
  display: flex;
  justify-content: space-between;
  color: #4c518a;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
  font-family: dana;
}

/* line */
.range-track {
  position: relative;
  width: 100%;
  height: 5px;
  background: var(--main-color);
  border-radius: 3px;
}

/* active bar between knobs */
.range-fill {
  position: absolute;
  height: 5px;
  background: var(--main-color);
  border-radius: 3px;
}

/* knobs */
.knob {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  background: var(--main-complementary-color);
  padding: 5px;
  border: 3px solid var(--main-complementary-color);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: transform 0.1s;
}

.knob:active {
  transform: translate(-50%, -50%) scale(1.1);
}

/* middle value box */
.avg-value {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff3c4;
  color: var(--main-color);
  padding: 6px 12px;
  border-end-end-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  width: 140px;
  margin: 10px auto 0px auto;
}

.filter-archive-blog {
  width: 100%;
  position: relative;
  margin: 20px 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.filter-archive-blog>span {
  font-weight: 600;
  width: 80px;
  font-family: peydaBold;
}

.filter-archive-blog div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.filter-archive-blog div a {
  color: var(--main-color);
}

.filter-archive-blog div a.active {
  font-weight: 600;
  font-family: peydaBold;
}

@media (max-width: 768px) {
  .filter-archive-blog div {
    white-space: nowrap;
    overflow-x: scroll;
  }

  .content-category-item-data span {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .content-category-item-data span {
    font-size: 12.5px;
  }
}

.pagination-archive {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.pagination-archive-arrow {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 10px;
  border-radius: 100px;
  background-color: #fff;
  z-index: 4;
}

.pagination-archive-arrow::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 100px;
  border: 2px solid transparent;
  background: linear-gradient(to right, var(--main-color), transparent) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box,
    linear-gradient(#000 0 0) border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.pagination-archive-arrow div {
  width: 50px;
  height: 50px;
  z-index: 4;
  border-radius: 50%;
  background-color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.pagination-archive-arrow div:first-child svg {
  position: absolute;
  left: 0;
}

.pagination-archive-arrow div:last-child svg {
  position: absolute;
  right: 0;
}

.pagination-archive-counter {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  gap: 12px;
  width: auto;
  height: 64px;
  background: #ffffff;
  border-radius: 56px;
  position: relative;
  flex: none;
  flex-grow: 0;
}

.pagination-archive-counter .pagination-archive-counter-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 5;
  padding: 0px;
  transition: all 0.3s ease;
  cursor: pointer;
  gap: 8px;
  color: var(--main-color);
  width: 48px;
  height: 48px;
  background: #ffffff;
  border: 1px solid var(--main-color);
  border-radius: 1000px;
  flex: none;
  font-family: dana;
  flex-grow: 0;
}

.pagination-archive-counter .pagination-archive-counter-item:hover {
  background-color: var(--main-complementary-color);
}

.pagination-archive-counter .pagination-archive-counter-item.active {
  background-color: var(--main-complementary-color);
  border: 0px solid var(--main-color);
}

.pagination-archive-counter::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 100px;
  border: 2px solid transparent;
  background: linear-gradient(to left, var(--main-color), transparent) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box,
    linear-gradient(#000 0 0) border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.pagination-archive-counter-item:hover {
  background: var(--main-color);
  transform: translateY(-2px);
  border: 0px solid var(--main-color);
}

.pagination-archive-counter-item.active {
  color: var(--main-color);
  font-weight: 700;
  cursor: default;
}

.pagination-archive-counter-item.active:hover {
  transform: none;
}

.pagination-archive-counter-item.dots {
  background: transparent;
  color: var(--main-color);
  cursor: default;
}

.pagination-archive-counter-item.dots:hover {
  background: transparent;
  transform: none;
}

.pagination-archive-arrow {
  display: flex;
  gap: 12px;
}

.pagination-archive-arrow-prev,
.pagination-archive-arrow-next {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main-color);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.pagination-archive-arrow-prev:hover,
.pagination-archive-arrow-next:hover {
  background: var(--main-color);
  transform: translateY(-2px);
}

.pagination-archive-arrow-prev.disabled,
.pagination-archive-arrow-next.disabled {
  background: #cccccc;
  cursor: not-allowed;
  opacity: 0.5;
}

.pagination-archive-arrow-prev.disabled:hover,
.pagination-archive-arrow-next.disabled:hover {
  background: #cccccc;
  transform: none;
}

.single-blog {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}

.content-blog {
  width: 72%;
  background-color: #fff;
  padding: 18px 12px;
  border-radius: 16px;
}

.sidebar-blog {
  width: 26%;
  position: sticky;
  top: 0;
  border-radius: 16px;
  min-height: 300px;
}

.content-blog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.content-blog-header h1 {
  font-family: peydaBold;
  font-style: normal;
  font-weight: 700;
  margin: 10px 0px;
  font-size: 22px;
  line-height: 24px;
  text-align: justify;
  color: var(--main-color);
}

.content-blog-header .content-blog-header-icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.content-blog-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.content-blog-bottom img {
  margin: 10px 0px;
  max-width: 100%;
  height: 100%;
  border-radius: 16px;
}

.content-blog-header-icon div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--main-color);
  transition: all 0.3s ease;
  cursor: pointer;
}

.content-blog-header .content-blog-header-icon div:hover,
.content-blog-header .content-blog-header-icon div:active {
  background-color: var(--main-color);
}

.content-blog-header .content-blog-header-icon div:hover svg path,
.content-blog-header .content-blog-header-icon div.active svg path {
  fill: var(--main-complementary-color);
}

.content-blog-header .content-blog-header-icon div.active {
  background-color: var(--main-color);
}

.content-blog-bottom .header-view-order {
  width: 100%;
}

.content-blog-bottom .header-view-order-content-text a {
  color: var(--main-color) !important;
}

.text-single-blog p {
  line-height: 35px;
  color: #3d3d3d;
  font-weight: 500;
}

.text-single-blog strong {
  font-weight: 700;
  color: var(--main-color);
  font-family: peydaBold;
}

.text-single-blog a {
  text-decoration: dashed;
  color: var(--main-color);
}

.sidebar-blog h4 {
  font-family: peydaBold;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: justify;
  color: var(--main-color);
  margin-bottom: 20px;
}

.sidebar-blog-item {
  width: 95%;
  height: 128px;
  background: #ffffff;
  border-radius: 16px;
  display: flex;
  margin: 15px 0px;
  gap: 10px;
  padding: 0px 15px;
  align-items: center;
  justify-content: space-between;
}

.sidebar-blog-item .sidebar-blog-item-right {
  width: 91px;
  height: 92px;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-size: cover;
}

.sidebar-blog-item-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 90px;
}

.sidebar-blog-item-left a {
  color: var(--main-color);
  font-weight: normal !important;
  font-size: 17px;
}

.sidebar-blog-item-left-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.sidebar-blog-item-left-meta-time {
  display: flex;
  align-items: center;
  gap: 6px;
}

.sidebar-blog-item-left-meta-time span {
  height: 19px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  display: flex;
  align-items: center;
  text-align: right;
  color: rgba(2, 3, 8, 0.64);
  flex: none;
  flex-grow: 0;
}

.sidebar-blog-item-left-meta-like {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  cursor: pointer;
  gap: 8px;
  width: 36px;
  height: 36px;
  background: rgba(29, 41, 119, 0.06);
  border-radius: 100px;
  transition: all 0.3s ease;
}

.sidebar-blog-item-left-meta-like:hover {
  background-color: var(--main-complementary-color);
}

.sidebar-blog-item-left-meta-like:hover svg path {
  fill: var(--main-color);
}

.sidebar-blog-item-left-meta-like.active {
  background-color: var(--main-color);
}

.sidebar-blog-item-left-meta-like.active svg path {
  fill: var(--main-complementary-color);
}

.comment-blog {
  width: 70%;
  margin: 15px 10px;
}

.comment-blog .description-header-categories-main {
  margin: 0px;
}

.comment-blog .title-header-categories-main {
  margin: 0px;
  text-align: right;
}

.comment-blog-lamkadeh {
  margin: 10px auto;
  width: 100%;
  justify-content: center;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 16px;
}

.form-input {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  width: 100%;
  padding: 10px;
}

.form-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0px;
  flex-direction: row;
}

.form-row div {
  width: 49%;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 5px;
  align-items: flex-start;
  flex-direction: column;
}

.form-row div>span {
  position: absolute;
  top: 50%;
  right: 15px;
  font-family: "dana";
  color: #7a7a7a;
}

.form-input label {
  height: 22px;
  font-family: peydaBold;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  color: var(--main-color);
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

.form-input textarea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: dana;
  border: 0px solid transparent;
  outline: none;
  padding: 8px 16px;
  gap: 8px;
  width: 100%;
  height: 170px;
  background: rgba(29, 41, 119, 0.05);
  border-radius: 14px;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

.form-row div label {
  height: 22px;
  font-family: peydaBold;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  color: var(--main-color);
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

.form-row div input {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 16px 24px;
  gap: 8px;
  height: 54px;
  border: 0px solid transparent;
  outline: none;
  background: rgba(29, 41, 119, 0.05);
  border-radius: 14px;
  flex: none;
  font-family: dana;
  align-self: stretch;
  flex-grow: 0;
}

.form-input-submit {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin: 10px 0px;
  padding: 0px 20px;
}

.form-input-submit button {
  cursor: pointer;
  width: 15%;
  border: 0px solid transparent;
  border-radius: 100px;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.form-input-submit button span {
  width: 90%;
  font-family: peydaBold;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  border-radius: 100px;
  line-height: 20px;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  text-align: right;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  flex: none;
  flex-grow: 0;
}

.form-input-submit button svg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  gap: 8px;
  width: 46px;
  height: 46px;
  background: var(--main-color);
  border-radius: 1000px;
  flex: none;
  flex-grow: 0;
  margin: 0px -19px;
  z-index: 1;
}

.rating-stars {
  display: flex;
  flex-direction: row;
  cursor: pointer;
  width: 100%;
  gap: 10px;
  padding: 16px 24px;
  height: 54px;
  border: 0px solid transparent;
  outline: none;
  background: rgba(29, 41, 119, 0.05);
  border-radius: 14px;
  flex: none;
  font-family: dana;
  align-self: stretch;
  flex-grow: 0;
  justify-content: flex-end;
}

.rating-stars span {
  color: var(--main-complementary-color);
}

.list-comments-blog {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin: 10px 0px;
  position: relative;
}

.list-comments-blog:after {
  content: "";
  position: absolute;
  width: 154px;
  height: 175px;
  right: 0%;
  top: 200px;
  background: var(--main-complementary-color);
  border-radius: 24px 70px 70px 24px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: -1;
}

.list-comments-blog-item {
  width: 99%;
  margin: 15px 0px;
  min-height: 232px;
  background: #ffffff;
  border: 1px solid var(--main-color);
  border-radius: 24px;
  display: flex;
  gap: 15px;
  flex-direction: column;
  align-items: flex-start;
}

.list-comments-blog-item.admin {
  width: 90%;
}

.list-comments-blog-item.admin-super {
  width: 80%;
}

.list-comments-blog-item-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 33px;
  isolation: isolate;
  width: 100%;
  height: 56px;
  margin: 10px 0px;
  padding: 8px 15px;
}

.list-comments-blog-item-header-name {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0px;
  gap: 8px;
  width: 50%;
  height: 56px;
  flex: none;
  flex-grow: 0;
  z-index: 1;
  margin: 10px 0px;
  padding: 8px 12px;
}

.list-comments-blog-item-header-name-left {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  gap: 8px;
  width: 46px;
  height: 24px;
  background: rgba(203, 175, 82, 0.1);
  border-radius: 24px;
  flex: none;
  flex-grow: 0;
}

.list-comments-blog-item-header-name-left span {
  width: 22px;
  height: 12px;
  font-family: dana;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: right;
  color: #faa307;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.list-comments-blog-item-header-name-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 10px 0px;
}

.list-comments-blog-item-header-name-right img {
  width: 56px;
  height: 56px;
  border: 2px solid #f7f8fd;
  border-radius: 100px;
  flex: none;
  flex-grow: 0;
}

.list-comments-blog-item-header-name-right div {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.list-comments-blog-item-header-name-right div span:first-child {
  height: 19px;
  font-family: peydaBold;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 85px;
  display: flex;
  align-items: center;
  text-align: right;
  color: var(--main-color);
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

.list-comments-blog-item-header-name-right div span:last-child {
  height: 13px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  font-family: peydaBold;
  display: flex;
  align-items: center;
  text-align: right;
  color: rgba(2, 3, 8, 0.64);
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

.list-comments-blog-item-header-qua {
  position: relative;
}

.list-comments-blog-item-header-qua span:first-child {
  position: absolute;
  width: 35px;
  height: 19.09px;
  left: 28px;
  top: 12.45px;
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  font-size: 79.5455px;
  line-height: 67px;
  text-align: right;
  color: rgba(29, 41, 119, 0.06);
  transform: rotate(180deg);
  flex: none;
  flex-grow: 0;
  z-index: 2;
}

.list-comments-blog-item-header-qua span:last-child {
  width: 44px;
  height: 24px;
  position: absolute;
  left: 13px;
  font-family: "Playfair Display";
  font-style: normal;
  top: 6.45px;
  font-weight: 500;
  font-size: 100px;
  line-height: 85px;
  text-align: right;
  color: var(--main-color);
  transform: rotate(180deg);
  flex: none;
  flex-grow: 0;
  z-index: 0;
}

.list-comments-blog-item-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.list-comments-blog-item-bottom p {
  width: 90%;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  display: flex;
  font-family: peydaBold;
  align-items: center;
  text-align: center;
  color: rgba(2, 3, 8, 0.64);
}

.lamkadeh-review-reply.comment-reply-link {
  display: flex;
  gap: 10px;
  width: 100%;
  padding: 10px 30px;
  align-items: center;
  justify-content: flex-end;
}

.lamkadeh-review-reply.comment-reply-link span {
  color: var(--main-color);
  font-family: peydaBold;
}

.all-blogs-widget {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 48px;
  width: 100%;
  height: 434px;
  margin: 70px auto;
}

.all-blogs-widget .show-more-header-categories-main div:nth-child(1) span {
  width: 140px;
  display: flex;
  justify-content: center;
}

.all-blogs-widget .title-header-categories-main .shape-header-categories-main {
  right: 160px;
  left: inherit;
}

.sidebar-sticky .title-header-categories-main .shape-header-categories-main {
  left: inherit;
  right: 50px;
}

.all-blogs-widget .all-blogs-widget-body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px;
  gap: 20px;
  width: 100%;
  height: 322px;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

.all-blogs-widget-body-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 20px;
  width: 34%;
  height: 322px;
  flex: none;
  flex-grow: 0;
}

.all-blogs-widget-body-right-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  gap: 16px;
  width: 100%;
  height: 151px;
  background: #ffffff;
  border-radius: 24px;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

.all-blogs-widget-body-right-item-image {
  width: 30%;
  height: 119px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  flex: none;
  flex-grow: 0;
}

.all-blogs-widget-body-right-item-content-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;
  height: 63px;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

.all-blogs-widget-body-right-item-content-header a:first-child {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  gap: 8px;
  color: var(--main-color);
  height: 28px;
  background: rgba(29, 41, 119, 0.06);
  border-radius: 12px;
  flex: none;
  flex-grow: 0;
}

.all-blogs-widget-body-right-item-content-header a:last-child {
  width: 100%;
  font-family: peydaBold;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  text-align: right;
  color: var(--main-color);
  flex: none;
  align-self: stretch;
  flex-grow: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.all-blogs-widget-body-right-item-content-bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.all-blogs-widget-body-right-item-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 115px;
  width: 67%;
}

.all-blogs-widget-body-right-item-content-bottom .all-blogs-widget-body-right-item-content-bottom-time {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
}

.all-blogs-widget-body-right-item-content-bottom .all-blogs-widget-body-right-item-content-bottom-time span {
  height: 19px;
  font-family: dana;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  display: flex;
  align-items: center;
  text-align: right;
  color: rgba(2, 3, 8, 0.64);
  flex: none;
  flex-grow: 0;
}

.all-blogs-widget-body-right-item-content-bottom-like {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 8px;
  width: 36px;
  height: 36px;
  background: rgba(29, 41, 119, 0.06);
  border-radius: 100px;
  flex: none;
  transition: all 0.3s ease;
  flex-grow: 0;
  cursor: pointer;
}

.all-blogs-widget-body-right-item-content-bottom-like:hover {
  background-color: var(--main-complementary-color);
}

.all-blogs-widget .show-more-header-categories-main div:nth-child(1),
.bottom-show-more-header-categories-main div:nth-child(1) {
  justify-content: center;
  font-family: peydaBold;
}

.all-blogs-widget-body-right-item-content-bottom-like:hover svg path {
  fill: var(--main-color);
}

.all-blogs-widget-body-right-item-content-bottom-like.active {
  background-color: var(--main-color);
}

.all-blogs-widget-body-right-item-content-bottom-like.active svg path {
  fill: var(--main-complementary-color);
}

.all-blogs-widget-body-center {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 30%;
  height: 322px;
  position: relative;
  border-radius: 24px;
  flex: none;
  flex-grow: 0;
  overflow: hidden;
}

.all-blogs-widget-body-center::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(to top,
      rgba(255, 255, 255, 0.12) 0%,
      rgba(255, 255, 255, 0.06) 50%,
      rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 2;
  pointer-events: none;
  transition: backdrop-filter 0.3s ease, background 0.3s ease;
}

.all-blogs-widget-body-center-category {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  gap: 8px;
  position: absolute;
  height: 32px;
  left: 24px;
  top: 24px;
  background: #f7f8fd;
  border-radius: 12px;
  color: var(--main-color);
}

.all-blogs-widget-body-center-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  align-items: flex-start;
  padding: 0px;
  gap: 20px;
  z-index: 9;
  position: absolute;
  width: 90%;
  height: 130px;
  left: 32px;
  bottom: 20px;
}

.all-blogs-widget-body-center-content h4 {
  font-size: 20px;
}

.all-blogs-widget-body-center-content h4 a {
  color: #fff;
}

.all-blogs-widget-body-center-content .underline-lamkadeh-line {
  background-color: #fff;
}

.all-blogs-widget-body-center-content .underline-lamkadeh-circle {
  background-color: #fff;
}

.all-blogs-widget-body-center-content-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.all-blogs-widget-body-center-content-meta-time {
  display: flex;
  gap: 6px;
  align-items: center;
}

.all-blogs-widget-body-center-content-meta-comments {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 12px;
  gap: 4px;
  width: 65px;
  height: 28px;
  border: 1px solid #f7f8fd;
  border-radius: 1000px;
  flex: none;
  flex-grow: 0;
}

.all-blogs-widget-body-center-content-meta-comments span {
  font-family: dana;
  font-size: 13px;
}

.all-blogs-widget-body-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 20px;
  width: 34%;
  height: 322px;
  flex: none;
  flex-grow: 0;
}

.all-blogs-widget-body-left-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px 16px 16px;
  gap: 16px;
  width: 100%;
  height: 94px;
  background: #ffffff;
  border-radius: 24px;
  flex: none;
  align-self: stretch;
  flex-grow: 1;
}

.all-blogs-widget-body-left-item h4 {
  width: 87%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: peydaBold;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: inherit;
  text-align: right;
  color: var(--main-color);
  flex: none;
  flex-grow: 1;
}

.all-blogs-widget-body-left-item div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  gap: 8px;
  width: 48px;
  height: 48px;
  background: var(--main-complementary-color);
  border-radius: 1000px;
  flex: none;
  flex-grow: 0;
}

@media (max-width: 768px) {
  .banner-amazing-content-right-board-text::before {
    width: 7px;
    height: 7px;
  }

  .banner-amazing-content-right-board-text::after {
    width: 7px;
    height: 7px;
  }

  .content-blog-header {
    flex-direction: column;
  }

  .content-blog-header h1 {
    font-size: 14px;
  }

  .content-blog {
    width: 100%;
  }

  .sidebar-blog {
    width: 100%;
    margin: 10px 0px;
  }

  .sidebar-blog-item {
    gap: 5px;
  }

  .comment-blog {
    width: 100%;
    margin: 10px 0px;
  }

  .list-comments-blog-item-header-name {
    width: auto;
  }

  .list-comments-blog-item {
    width: 100%;
  }

  .list-comments-blog-item.admin {
    width: 90%;
  }

  .list-comments-blog {
    justify-content: flex-start;
    padding: 0px 10px;
  }

  .form-input-submit button {
    width: 50%;
  }

  .all-blogs-widget .all-blogs-widget-body {
    flex-direction: column;
    height: auto;
  }

  .all-blogs-widget-body-right {
    width: 100%;
  }

  .all-blogs-widget-body-right-item-content-header a:last-child {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: auto;
    width: 85%;
  }

  .all-blogs-widget-body-right-item-content-bottom .all-blogs-widget-body-right-item-content-bottom-time {
    width: auto;
  }

  .all-blogs-widget-body-right-item-content-bottom {
    justify-content: flex-start;
    gap: 5px;
  }

  .all-blogs-widget-body-right-item-content {
    width: 70%;
  }

  .all-blogs-widget {
    height: 100%;
  }

  .all-blogs-widget-body-center {
    width: 95%;
    display: none;
    margin: 0px auto;
  }

  .all-blogs-widget-body-center-content {
    left: 50%;
    transform: translateX(-50%);
  }

  .all-blogs-widget-body-left {
    width: 95%;
    margin: 0px auto;
  }

  .all-blogs-widget-body-left-item h4 {
    width: 82%;
  }

  .all-blogs-widget .description-header-categories-main {
    width: 90%;
  }

  .all-blogs-widget .text-header-categories-main svg {
    right: -10px;
  }

  .all-blogs-widget .text-header-categories-main>span {
    right: 55px;
    width: auto !important;
  }

  .all-blogs-widget .title-header-categories-main .shape-header-categories-main {
    right: 105px;
  }
}

.all-blogs-widget .text-header-categories-main>span {
  width: auto !important;
}

.item-content-widget {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0px;
  isolation: isolate;
  width: 95%;
  position: relative;
}

.item-content-widget-content {
  width: 100%;
  border: 1px solid var(--main-color);
  border-radius: 24px;
  flex: none;
  z-index: 1;
  margin-right: 30px;
  padding: 30px 25px;
}

.item-content-widget-content ul {
  margin: 10px 0px;
  list-style-type: square;
  padding: 0px 10px;
}

.item-content-widget-content ul li {
  margin: 5px 0px;
}

.item-content-widget-content p {
  line-height: 34px;
}

.item-content-widget-counter {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 20px;
  right: 0px;
  align-items: center;
  padding: 8px 0px;
  gap: 8px;
  width: 56px;
  height: 56px;
  background-color: var(--main-color);
  border-radius: 50%;
  flex: none;
  flex-grow: 0;
  color: #fff;
  z-index: 0;
  font-family: dana;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-content-widget-content-title {
  font-family: peydaBold !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 30px !important;
  display: flex !important;
  align-items: center !important;
  text-align: right !important;
  color: var(--main-color) !important;
}

.product-brands {
  margin: 60px 0px;
  width: 100%;
  position: relative;
}

.product-brands .title-header-categories-main .shape-header-categories-main {
  left: 0px;
}

.product-brands .title-header-categories-main {
  margin: 0px;
}

.product-brands .header-categories-main {
  flex-direction: row-reverse;
}

.product-brands .description-header-categories-main {
  order: inherit;
  margin: inherit;
  text-align: right;
}

@media (max-width: 768px) {
  .product-brands .description-header-categories-main {
    text-align: center;
  }
}

.product-brands .text-header-categories-main>span {
  width: auto;
}

.product-brands-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  width: 100%;
  height: 466px;
  flex: none;
  flex-grow: 0;
  margin: 20px 0px;
}

@media (max-width: 768px) {
  .product-brands-list {
    margin-top: 120px;
  }
}

.product-brands-list .product-brands-list-right {
  flex: none;
  flex-grow: 0;
  position: relative;
  width: 25%;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px 25px;
  gap: 20px;
}

.product-brands-list .product-brands-list-right:after {
  position: absolute;
  content: "";
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  border-radius: 24px;
  height: 400px;
  background: rgba(29, 41, 119, 0.06);
}

@media (max-width: 768px) {
  .product-brands-list .product-brands-list-right:after {
    height: 690px;
  }
}

.product-brands-list .product-brands-list-right p {
  width: 282px;
  font-weight: 700;
  font-family: peydaBold !important;
  margin: 0 auto;
  font-size: 16px;
  line-height: 32px;
  display: flex;
  align-items: center;
  text-align: right;
  color: rgba(2, 3, 8, 0.64);
}

.product-brands-list .product-brands-list-right a {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  isolation: isolate;
  width: 215px;
  height: 48px;
  flex: none;
  flex-grow: 0;
}

.product-brands-list .product-brands-list-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 10px;
  gap: 32px;
  width: 74%;
  height: 406px;
  flex: none;
}

.product-brands-list .product-brands-list-right a span {
  display: flex;
  flex-direction: row;
  color: var(--main-color);
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  gap: 10px;
  width: 186px;
  height: 48px;
  border: 1px solid var(--main-color);
  border-radius: 1000px;
  flex: none;
  flex-grow: 0;
  z-index: 0;
}

.product-brands-list .product-brands-list-right a svg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  gap: 8px;
  width: 48px;
  height: 48px;
  background: var(--main-color);
  border-radius: 1000px;
  flex: none;
  flex-grow: 0;
  margin: 0px -19px;
  z-index: 1;
}

.product-brands-list-right-header {
  display: flex;
  justify-content: space-between;
  width: 282px;
  align-items: center;
}

.product-brands-list-right-header div span {
  color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 12px;
  padding: 7px 17px;
  font-family: peydaBold;
  font-weight: 700;
}

.product-brands-list-right-header div span strong {
  font-family: dana;
}

.product-brands-list-right-header img {
  max-width: 100px !important;
}

.product-brands-list-left-header .product-brands-list-left-header-item {
  opacity: 0.3;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .product-brands-list-left-header {
    position: absolute !important;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.product-brands-list-left-header .product-brands-list-left-header-item.active {
  opacity: 1;
}

.product-brands-list-right svg.rectangle-svg {
  position: absolute;
  left: 30px;
  bottom: 0;
}

.product-brands-list-left-header {
  display: block;
  position: relative;
  width: 100%;
  height: 48px;
  overflow: hidden;
  padding: 0;
}

.product-brands-list-left-header .product-brands-list-left-header-item-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
  position: relative;
}

.product-brands-list-left-header .product-brands-list-left-header-item-wrapper::-webkit-scrollbar {
  display: none;
}

.product-brands-list-left-header .product-brands-list-left-header-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  cursor: pointer;
  width: 120px;
  height: 48px;
  border: 1px solid rgba(14, 11, 1, 0.12);
  border-radius: 100px;
  flex: 0 0 auto;
  z-index: 3;
  transform: all 0.3s ease;
}

.product-brands-list-left-header-item.active {
  background: rgba(29, 41, 119, 0.06);
  border: 1px solid var(--main-color);
}

.product-brands-list-left-header .product-brands-list-left-header-item img {
  max-width: 80px;
}

.product-brands-list-left-header::before,
.product-brands-list-left-header::after {
  content: "";
  position: absolute;
  border-radius: 100px;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 6;
  pointer-events: none;
}

.product-brands-list-left-header::before {
  left: 0;
  background: linear-gradient(to right, white 40%, rgba(255, 255, 255, 0));
}

.product-brands-list-left-header::after {
  right: 0;
  background: linear-gradient(to left, white 40%, rgba(255, 255, 255, 0));
}

.brands-scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  font-size: 20px;
  color: #333;
  display: flex;
  align-items: center;
  background-color: transparent;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}

.brands-scroll-btn:hover {
  transform: translateY(-50%) scale(1.1);
}

.brands-scroll-btn.left {
  right: 8px;
}

.brands-scroll-btn.right {
  left: 8px;
}

.product-brands-list-left-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 20px;
  width: 100%;
  height: 326px;
  flex: none;
  flex-grow: 0;
}

.product-brands-list-left-bottom-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 20px;
  width: 100%;
  height: 153px;
  flex: none;
  flex-grow: 0;
}

.product-brands-list-left-bottom-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  position: relative;
  align-items: center;
  padding: 16px;
  gap: 48px;
  isolation: isolate;
  width: 49%;
  height: 153px;
  background: #ffffff;
  border-radius: 24px;
  flex: none;
  flex-grow: 1;
}

.product-brands-list-left-bottom-item .product-brands-list-left-bottom-item-image {
  width: 58px;
  height: 121px;
  background: rgba(29, 41, 119, 0.06);
  border-radius: 16px;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
  z-index: 1;
}

.product-brands-list-left-bottom-item .product-brands-list-left-bottom-item-image img {
  width: 100px;
  position: absolute;
  right: 20px;
  border-radius: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.product-brands-list-left-bottom-item .product-brands-list-left-bottom-item-badge {
  position: absolute;
  width: 32px;
  height: 31px;
  left: 25px;
  top: 0px;
  background: var(--main-red-color);
  border-radius: 0px 0px 100px 100px;
  flex: none;
  flex-grow: 0;
  z-index: 3;
}

.product-brands-list-left-bottom-item .product-brands-list-left-bottom-item-badge span {
  font-family: dana;
  color: #fff;
  position: absolute;
  width: 24.28px;
  height: 10.79px;
  left: calc(50% - 24.28px / 2 + 0.14px);
  top: calc(50% - 10.79px / 2 - 1.11px);
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
  display: flex;
  align-items: center;
  text-align: center;
}

.product-brands-list-left-bottom-item-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;
  width: 349.5px;
  height: 121px;
  flex: none;
  flex-grow: 1;
  z-index: 0;
}

.product-brands-list-left-bottom-item-content-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 20px;
  width: 349.5px;
  height: 53px;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

.product-brands-list-left-bottom-item-content-header-category {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0px;
  gap: 30px;
  width: 450px;
  height: 20px;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

.product-brands-list-left-bottom-item-content-header-category-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 6px;
  width: 57px;
  height: 20px;
  flex: none;
  flex-grow: 0;
}

.product-brands-list-left-bottom-item-content-header>a {
  width: 70%;
  height: 21px;
  font-family: peydaBold;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: right;
  color: var(--main-color);
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

.product-brands-list-left-bottom-item-content-header-category-item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  padding: 0px;
  gap: 8px;
  width: 35%;
  height: 20px;
  flex: none;
  flex-grow: 0;
}

.product-brands-list-left-bottom-item-content-header-category-item img {
  width: 18px;
  height: 18px;
  border-radius: 2.91667px;
  flex: none;
  flex-grow: 0;
}

.product-brands-list-left-bottom-item-content-header-category-item span {
  height: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  font-family: dana;
  align-items: center;
  text-align: right;
  color: rgba(4, 6, 7, 0.6);
  flex: none;
  flex-grow: 0;
}

@media (max-width: 768px) {
  .product-brands-list-left-bottom-item-content-header-category {
    width: auto;
  }

  .product-brands-list-left-bottom-item-content-header-category-item span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100px;
  }

  .product-brands-list-left-bottom-item-content-header-category-item svg {
    width: 40px;
  }

  .product-brands .underline-lamkadeh {
    width: 62%;
  }

  .product-brands-list .product-brands-list-right p {
    text-align: center;
    width: 100%;
  }

  .product-brands-list-right-header {
    width: 100%;
  }

  .product-brands-list .product-brands-list-right div {
    margin: 0px;
    margin-left: 10px;
  }
}

.product-brands-list-left-bottom-item-content-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  width: 100%;
  height: 36px;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

.product-brands-list-left-bottom-item-content-footer-item-icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 8px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background: #f7f8fd;
  border-radius: 1000px;
  flex: none;
  flex-grow: 0;
  transition: all 0.3s ease;
}

.product-brands-list-left-bottom-item-content-footer-item .product-brands-list-left-bottom-item-content-footer-item-icon:last-child:hover {
  background-color: var(--main-complementary-color);
}

.product-brands-list-left-bottom-item-content-footer-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 8px;
  width: 80px;
  height: 36px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.product-brands-list-left-bottom-item-content-footer-item-regular-price {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 0.899099px 0px 0px;
  gap: 3.6px;
  isolation: isolate;
  width: 59.34px;
  height: 18px;
  flex: none;
  flex-grow: 0;
  position: relative;
}

.product-brands-list-left-bottom-item-content-footer-item-regular-price span {
  width: 58.44px;
  height: 18px;
  font-family: dana;
  font-style: normal;
  font-weight: 500;
  font-size: 12.5874px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: right;
  color: rgba(4, 6, 7, 0.64);
  flex: none;
  flex-grow: 0;
  z-index: 0;
}

.product-brands-list-left-bottom-item-content-footer-item-regular-price::after {
  content: "";
  top: 50%;
  right: 0;
  position: absolute;
  width: 57.54px;
  height: 0px;
  border: 0.899099px solid #585a5a;
  transform: rotate(169.79deg) translateY(-50%);
  flex: none;
  flex-grow: 0;
  z-index: 1;
}

.product-brands-list-left-bottom-item-content-footer-item-line {
  width: 16px;
  height: 0px;
  border: 1px solid rgba(14, 11, 1, 0.12);
  transform: rotate(-71.28deg);
  flex: none;
  flex-grow: 0;
}

.product-brands-list-left-bottom-item-content-footer-item-salesoff-price {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0px;
  gap: 4px;
  isolation: isolate;
  width: 112px;
  position: relative;
  height: 20px;
  flex: none;
  flex-grow: 0;
}

.product-brands-list-left-bottom-item-content-footer-item-salesoff-price .product-brands-list-left-bottom-item-content-footer-item-salesoff-price-rectangle {
  position: absolute;
  width: 66px;
  height: 13px;
  left: calc(50% - 66px / 2 + 2.9px);
  bottom: -0.25px;
  background: rgba(255, 215, 1, 0.4);
  border-radius: 4px;
  flex: none;
  order: 0;
  flex-grow: 0;
  z-index: 0;
}

.product-brands-list-left-bottom-item-content-footer-item-salesoff-price-symbol {
  width: 24px;
  height: 20px;
  font-family: peydaBold;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  text-align: right;
  color: var(--main-color);
  flex: none;
  flex-grow: 0;
  z-index: 1;
}

.product-brands-list-left-bottom-item-content-footer-item-salesoff-price span {
  height: 15px;
  font-family: dana;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  align-items: center;
  text-align: right;
  color: var(--main-color);
  flex: none;
  flex-grow: 0;
  z-index: 2;
}

@media (max-width: 768px) {
  .product-brands-list .product-brands-list-right {
    width: 100%;
    align-items: center;
  }

  .product-brands-list .product-brands-list-left {
    width: 100%;
    height: inherit;
  }

  .product-brands-list {
    flex-direction: column;
    height: inherit;
  }

  .product-brands-list-left-bottom-items {
    flex-direction: column;
    height: inherit;
  }

  .product-brands-list-left-bottom-items:nth-child(2) {
    display: none;
  }

  .product-brands-list-left-bottom-item {
    width: 100%;
  }

  .product-brands-list-left-bottom {
    height: inherit;
  }

  .product-brands .header-categories-main {
    flex-direction: column-reverse;
    height: inherit;
    margin: 0px;
  }

  .product-brands-list-left-bottom-item-content {
    width: 100%;
  }

  .product-brands-list-left-bottom-item-content-header {
    width: 100%;
  }

  .product-brands-list-left-bottom-item-content-footer-item:nth-child(2) {
    display: none;
  }

  .product-archive-content .svg-two {
    left: 0%;
    top: 0px;
  }
}

.all-blogs-widget-body-center-content .underline-lamkadeh {
  width: 60%;
}

.all-blogs-widget-body-responsive {
  display: none;
}

.product-archive-content .svg-one {
  position: absolute;
  z-index: -1;
  left: -50px;
  bottom: -30px;
}

.product-archive-content .svg-two {
  position: absolute;
  left: 30%;
  top: -20px;
  z-index: -1;
}

.wishlist-btn {
  transition: all 0.3s ease;
}

.wishlist-btn:hover {
  background-color: var(--main-complementary-color);
}

.wishlist-btn:hover svg path {
  fill: var(--main-color) !important;
  stroke: var(--main-color) !important;
}

.wishlist-btn.active rect {
  fill: var(--main-color) !important;
}

.wishlist-btn.active svg path {
  fill: var(--main-complementary-color) !important;
  stroke: var(--main-complementary-color) !important;
}

.wishlist-btn.active {
  background-color: var(--main-color);
}

.product-archive-content-item-header-button-item {
  transition: all 0.3s ease;
}

.product-archive-content-item-header-button-item:hover {
  background-color: var(--main-complementary-color);
}

.product-archive-content-item-header-button-item:hover svg path {
  fill: var(--main-color) !important;
  stroke: var(--main-color) !important;
}

.product-archive-content-item-header-button-item.active {
  background-color: var(--main-color);
}

.product-archive-content-item-header-button-item.active svg path {
  fill: var(--main-complementary-color) !important;
  stroke: var(--main-complementary-color) !important;
}

.color-palette {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.color-palette .circle-selector-image {
  position: absolute;
  width: 20.33px;
  height: 20.91px;
  right: 37%;
  top: 50%;
  z-index: 9;
}

.color-palette .line-image {
  position: absolute;
  width: 80.33px;
  height: 80.91px;
  right: 26%;
  top: 48.5%;
  z-index: 9;
  transform: rotate(180deg);
}

.color-palette-circle {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8.31296px;
  isolation: isolate;
  position: absolute;
  width: 103.91px;
  height: 41.56px;
  right: 15%;
  top: 55%;
  background: #ffffff;
  border-radius: 103.912px;
  transform: rotate(90deg);
  z-index: 99999;
}

.color-palette-circle-dot {
  width: 28.94px;
  height: 28.94px;
  background: var(--main-color);
  border-radius: 50%;
  border: 3.11736px solid #ffffff;
  transform: rotate(90deg);
  flex: none;
  flex-grow: 0;
  margin: 0px -4.15648px;
  z-index: 3;
}

.review-customer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 48px;
  width: 100%;
  height: 563px;
}

.review-customer .title-header-categories-main .shape-header-categories-main {
  left: -60px;
}

.review-customer .description-header-categories-main,
.review-customer .title-header-categories-main {
  margin: 0px;
}

.review-customer .text-header-categories-main {
  width: 280px;
  left: -50px;
}

.review-customer .text-header-categories-main>span {
  width: auto;
}

.review-customer .review-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  gap: 59px;
  width: 100%;
  height: 443px;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

.review-wrapper-right {
  height: 443px;
  flex: none;
  flex-grow: 0;
  position: relative;
}

.review-wrapper-right-one {
  position: absolute;
  width: 153px;
  height: 200px;
  right: 171px;
  top: 0px;
  background: rgba(29, 41, 119, 0.06);
  border-radius: 70px 70px 24px 24px;
  transform: rotate(180deg);
}

.review-wrapper-right-two {
  position: absolute;
  width: 153px;
  height: 162px;
  right: 0px;
  top: 281px;
  background: rgba(29, 41, 119, 0.06);
  border-radius: 70px 70px 24px 24px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.review-wrapper-right-three {
  position: absolute;
  width: 153px;
  height: 201px;
  right: 171px;
  top: 216px;
  overflow: hidden;
  background: var(--main-color);
  border-radius: 70px 24px 24px 70px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.review-wrapper-right-three::after {
  content: "";
  position: absolute;
  width: 151px;
  height: 151px;
  right: -33px;
  bottom: -30px;
  border-radius: 50%;
  background: rgba(247, 248, 253, 0.06);
}

.review-wrapper-right-four {
  position: absolute;
  width: 153px;
  height: 175px;
  right: 0px;
  top: 90px;
  background: var(--main-complementary-color);
  border-radius: 24px 70px 70px 24px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.review-wrapper-left {
  height: 443px;
  flex: none;
  order: 0;
  position: relative;
  flex-grow: 0;
}

.review-wrapper-left-one {
  position: absolute;
  width: 154px;
  height: 200px;
  left: 172px;
  top: 0px;
  background: rgba(29, 41, 119, 0.06);
  border-radius: 24px 24px 70px 70px;
}

.review-wrapper-left-two {
  position: absolute;
  width: 154px;
  height: 162px;
  left: 0px;
  top: 281px;
  background: rgba(29, 41, 119, 0.06);
  border-radius: 70px 70px 24px 24px;
}

.review-wrapper-left-three {
  position: absolute;
  width: 154px;
  height: 175px;
  left: 0px;
  top: 90px;
  background: var(--main-complementary-color);
  border-radius: 24px 70px 70px 24px;
}

.review-wrapper-left-four {
  position: absolute;
  width: 154px;
  height: 201px;
  left: 172px;
  top: 216px;
  background: var(--main-color);
  border-radius: 70px 24px 24px 70px;
}

.review-wrapper-left-four::after {
  content: "";
  position: absolute;
  width: 151px;
  height: 151px;
  left: -30px;
  top: -30px;
  border-radius: 50%;
  background: rgba(247, 248, 253, 0.06);
  z-index: 9;
}

.review-wrapper-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 650px;
  padding: 0px;
  gap: 16px;
  height: 362px;
  flex: none;
  flex-grow: 0;
}

.review-wrapper-center-content {
  /* display: flex;
    flex-direction: column;
    align-items: center; */
  padding: 32px !important;
  /* gap: 33px; */
  width: 600px;
  min-height: 300px;
  background: #ffffff;
  border: 1px solid var(--main-color);
  border-radius: 24px;
  /* flex: none; */
  /* align-self: stretch; */
  /* flex-grow: 0; */
}

.review-wrapper-center-pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 16px;
  width: 112px;
  height: 44px;
  flex: none;
  flex-grow: 0;
}

.review-wrapper-center-pagination-right {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
  flex: none;
  order: 0;
  flex-grow: 0;
  position: relative;
  cursor: pointer;
}

.review-wrapper-center-pagination-right svg {
  position: absolute;
  left: 0;
}

.review-wrapper-center-pagination-left {
  width: 48px;
  cursor: pointer;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
  flex: none;
  order: 0;
  flex-grow: 0;
  position: relative;
}

.review-wrapper-center-pagination-left svg {
  position: absolute;
  right: 0;
}

.review-wrapper-center-content-review {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

.review-wrapper-center-content {
  width: 100%;
  overflow: hidden;
}

.review-wrapper-center-content .swiper-wrapper {
  display: flex;
}

.review-wrapper-center-content .swiper-slide {
  width: 100% !important;
  flex-shrink: 0 !important;
}

.review-wrapper-center-content .swiper-slide .underline-lamkadeh {
  width: 60%;
  margin: 0px auto;
}

.review-wrapper-center-content-review-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.review-wrapper-center-content-review-header-left {
  position: relative;
}

.review-wrapper-center-content-review-header-left span:first-child {
  margin: 0 auto;
  width: 44px;
  height: 24px;
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  font-size: 100px;
  line-height: 85px;
  text-align: right;
  color: var(--main-color);
  transform: rotate(180deg);
  flex: none;
  order: 0;
  flex-grow: 0;
  z-index: 0;
}

.review-wrapper-center-content-review-header-left span:last-child {
  position: absolute;
  width: 35px;
  height: 19.09px;
  left: 17px;
  top: 28.45px;
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  font-size: 79.5455px;
  line-height: 67px;
  text-align: right;
  color: rgba(29, 41, 119, 0.06);
  transform: rotate(180deg);
  flex: none;
  order: 2;
  flex-grow: 0;
  z-index: 2;
}

.review-wrapper-center-content-review-header-right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
}

.review-wrapper-center-content-review-header-right img {
  border-radius: 50% !important;
  border: 2px solid #fff !important;
  width: 70px;
  height: 70px !important;
}

.review-wrapper-center-content-review-header-right div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  justify-content: space-between;
}

.review-wrapper-center-content-review-header-right div span:first-child {
  height: 19px;
  font-family: peydaBold;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 85px;
  display: flex;
  align-items: center;
  text-align: right;
  color: var(--main-color);
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.review-wrapper-center-content-review-header-right div span:last-child {
  height: 13px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: right;
  color: rgba(2, 3, 8, 0.64);
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

.review-wrapper-center-content-review-bottom {
  color: rgba(2, 3, 8, 0.64);
  line-height: 35px;
}

.category-products {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 48px;
  width: 100%;
  margin: 50px 0px;
}

.category-products .show-more-header-categories-main div:nth-child(1),
.category-products .bottom-show-more-header-categories-main div:nth-child(1) {
  width: 200px;
  justify-content: center;
}

.category-products .title-header-categories-main,
.category-products .description-header-categories-main,
.category-products .show-more-header-categories-main {
  margin: 0px;
}

.category-products .bottom-show-more-header-categories-main {
  margin: auto;
}

.category-products .text-header-categories-main>span {
  width: auto;
}

.category-products .title-header-categories-main>span {
  width: auto;
}

.category-products .text-header-categories-main {
  width: 250px;
}

.category-products-body {
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(4, 6, 7, 0.04);
  border-radius: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.category-products .title-header-categories-main .shape-header-categories-main {
  left: 0;
}

.category-products-body-line {
  position: relative;
  width: auto;
  height: 290px;
  border: 1px solid rgb(222, 222, 222);
}

.category-products-body-line .category-products-body-line-circle {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  top: 0;
  left: 50%;
  z-index: 9999;
  transform: translateX(-50%);
  position: absolute;
  background-color: rgb(222, 222, 222);
}

.category-products-body .category-products-body-line:last-child {
  display: none !important;
}

.category-products-body-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-basis: 29%;
  margin: 0px;
  gap: 40px;
  padding: 20px 0px;
}

.category-products-body-items-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px 30px;
  height: 60px;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

.category-products-body-items-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 15px;
  gap: 12px;
  height: 258px;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

.category-products-body-items-bottom-top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 12px;
  height: 123px;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

.category-products-body-items-bottom-bottom {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 12px;
  height: 123px;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

.category-products-body-items-bottom-top-item:first-child {
  width: 65%;
  height: 123px;
  border: 1px solid var(--main-color);
  border-radius: 16px;
  flex: none;
  flex-grow: 0;
  position: relative;
  overflow: hidden;
}

.category-products-body-items-bottom-top-item:last-child {
  width: 35%;
  height: 123px;
  border: 1px solid var(--main-color);
  border-radius: 16px;
  flex: none;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
}

.category-products-body-items-bottom-top-item::after {
  content: "";
  position: absolute;
  bottom: -55px;
  left: 50%;
  transform: translateX(-50%);
  width: 107px;
  height: 108px;
  border-radius: 50%;
  background: rgba(29, 41, 119, 0.06);
}

.category-products-body-items-bottom-top-item img {
  width: 120px;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}

.category-products-body-items-bottom-top-item>span {
  position: absolute;
  width: 20px;
  height: 14px;
  right: 13px;
  top: 12px;
  font-family: dana;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: var(--main-color);
}

.category-products-body-items-bottom-top-item div {
  position: absolute;
  width: 24px;
  height: 46px;
  left: 16px;
  top: 1px;
  background: var(--main-complementary-color);
  border-radius: 0px 0px 100px 100px;
}

.category-products-body-items-bottom-top-item div span {
  color: var(--main-color);
  position: absolute;
  left: -5px;
  transform: rotate(-90deg) translateX(-30%);
  font-size: 14px;
}

.category-products-body-items-bottom-bottom .category-products-body-items-bottom-top-item {
  position: relative;
}

.category-products-body-items-bottom-bottom .category-products-body-items-bottom-top-item:first-child {
  width: 35%;
}

.category-products-body-items-bottom-bottom .category-products-body-items-bottom-top-item:last-child {
  width: 65%;
}

.category-products-body-items-bottom-top-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: var(--main-complementary-color);
  filter: blur(8px);
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9999;
}

.category-products-body-items-bottom-top-item:hover::before {
  opacity: 0.9;
  visibility: visible;
}

.category-products-body-items-bottom-bottom .category-products-body-items-bottom-top-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: var(--main-complementary-color);
  filter: blur(8px);
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9999;
}

.category-products-body-items-bottom-bottom .category-products-body-items-bottom-top-item:hover:before {
  opacity: 0.9;
  visibility: visible;
}

.category-products-body-items-bottom-bottom-svg {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transition: all 0.3s ease !important;
  width: 40px !important;
  height: 40px !important;
  background-color: #fff !important;
  border-radius: 50% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  transform: translateX(-50%) translateY(-50%) !important;
  opacity: 0 !important;
  z-index: 99999 !important;
}

.category-products-body-items-bottom-bottom .category-products-body-items-bottom-top-item:hover .category-products-body-items-bottom-bottom-svg {
  opacity: 1 !important;
}

.category-products-body-items-bottom-top .category-products-body-items-bottom-top-item:hover .category-products-body-items-bottom-bottom-svg {
  opacity: 1 !important;
}

.category-products-body-items-header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;
  isolation: isolate;
  height: 54px;
  flex: none;
  position: relative;
  flex-grow: 1;
}

.category-products-body-items-header-right-shape {
  position: absolute;
  width: 106px;
  height: 16px;
  right: 30px;
  bottom: 32px;
  background: var(--main-complementary-color);
  opacity: 0.4;
  border-radius: 4px;
  flex: none;
  flex-grow: 0;
  z-index: 0;
}

.category-products-body-items-header-right-title {
  width: 100%;
  height: 20px;
  font-family: peydaBold;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: right;
  color: var(--main-color);
  flex: none;
  align-self: stretch;
  flex-grow: 0;
  z-index: 1;
}

.category-products-body-items-header-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  isolation: isolate;
  height: 48px;
  flex: none;
  flex-grow: 0;
}

.category-products-body-items-header-right-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0px;
  gap: 10px;
  width: 153.13px;
  height: 18px;
  flex: none;
  flex-grow: 0;
  z-index: 2;
}

.category-products-body-items-header-right-content-line {
  width: 16px;
  height: 0px;
  border: 1px solid rgba(2, 3, 8, 0.64);
  transform: rotate(-71.28deg);
  flex: none;
  font-family: peydaBold;
  flex-grow: 0;
}

.category-products-body-items-header-right-content-text span {
  height: 14px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #020308;
  position: relative;
  flex: none;
  flex-grow: 0;
}

.category-products-body-items-header-right-content-text strong {
  font-family: dana;
  font-weight: 600;
}

.category-products-body-items-header-right-content-text::before {
  content: "";
  position: absolute;
  right: -20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--main-complementary-color);
}

.category-products-body-items-header-left img {
  width: 58px;
  height: 58px !important;
  background: #ffffff !important;
  border: 1px solid rgba(14, 11, 1, 0.12) !important;
  border-radius: 100px !important;
  flex: none;
  order: 1;
  flex-grow: 0;
  margin: 0px -7px;
  z-index: 1;
}

.category-products-body-items-header-right-content-arrow {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 8px;
  width: 44px;
  flex-wrap: wrap;
  height: 18px;
  flex: none;
  flex-grow: 0;
}

@media (max-width: 768px) {
  .slider-product-main-wrapper-body {
    gap: 20px;
  }

  .slider-product .bottom-show-more-header-categories-main {
    margin: 0px;
    margin-top: 1150px;
  }

  .slider-product .slider-product-content-cards .slider-product-card-content .slider-product-card-content-name h4 {
    width: 180px;
  }

  .category-products-body-line {
    display: none;
  }

  .product-archive-content {
    overflow: hidden;
  }

  .category-products-body {
    flex-direction: column;
  }

  .sale-products {
    height: 700px;
  }

  .sale-products-card-content {
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
  }

  .sale-products-body .sale-products-body-bottom .sale-products-card .sale-products-card-body .sale-products-card-img .sale-products-card-rectangle {
    right: 30%;
    width: 270px;
  }

  .sale-products-body .sale-products-body-bottom .sale-products-card .sale-products-card-body .sale-products-card-img img {
    right: 52%;
  }

  .sale-products .sale-products-body .sale-products-body-top {
    top: 250%;
  }

  .category-products-body-items-bottom-top-item:first-child {
    width: 50%;
  }

  .category-products-body-items-bottom-top-item:last-child {
    width: 50%;
  }

  .category-products-body-items-bottom-bottom .category-products-body-items-bottom-top-item:first-child {
    width: 50%;
  }

  .category-products-body-items-bottom-bottom .category-products-body-items-bottom-top-item:last-child {
    width: 50%;
  }

  .category-products-body-items {
    height: auto;
    margin: 10px 0px;
  }

  .features-left,
  .features-right {
    display: none;
  }

  .features-center {
    width: 90%;
    height: auto;
    margin: auto;
    position: relative;
    padding: 30px 0px;
    left: inherit;
    transform: translateX(0);
  }

  .features {
    height: auto;
  }

  .features-center-body {
    position: relative;
    flex-direction: column;
    height: auto;
    gap: 20px;
    margin-top: 80px;
  }

  .banner-amazing {
    height: 190px;
    margin: 0px auto;
    width: 95%;
    max-width: 95%;
  }

  .banner-amazing-shape {
    height: 190px;
    width: 95%;
    top: 43%;
  }

  .banner-amazing-image {
    height: 190px;
  }

  .banner-amazing-content-left-header {
    gap: 0px;
  }

  .banner-amazing-image img {
    max-width: 21% !important;
    left: 45%;
    transform: translateX(-45%);
    bottom: 30px;
    top: 80px;
  }

  .color-palette .circle-selector-image {
    right: 48%;
    width: 15px;
    height: 15px;
    top: 73%;
  }

  .color-palette .line-image {
    right: 44%;
    width: 30px;
    top: 60%;
  }

  .color-palette-circle {
    right: 38%;
    width: 70.91px;
    height: 21.56px;
    top: 65%;
  }

  .color-palette-circle-dot {
    margin: 0px -3.05648px;
    width: 18.94px;
    height: 18.94px;
  }

  .banner-amazing-content-right span.banner-amazing-content-right-title {
    font-size: 14px;
    width: 99px;
    left: inherit;
    right: 0;
    line-height: inherit;
  }

  .banner-amazing-content-right-shape {
    width: 69px;
    height: 29px;
    right: 0;
    left: inherit;
    top: calc(45% - 59px / 2 - 37px);
  }

  .banner-amazing-content-right .banner-amazing-content-right-subtitle {
    top: 120px;
    font-size: 10px;
    left: inherit;
    right: 0px;
  }

  .banner-amazing-content-right .banner-amazing-content-right-subtitle strong {
    font-size: 10px;
  }

  .contact-us-section .contact-us-content-box::after {
    display: none;
  }

  .banner-amazing-image-circle {
    width: 192.53px;
    height: 192.53px;
    left: calc(65% - 442.53px / 2 - 10.16px);
  }

  .banner-amazing-content-left {
    width: 40%;
    gap: 10px;
  }

  .banner-amazing-content-left-header .banner-amazing-content-left-header-title {
    font-size: 10px;
    width: auto;
  }

  .banner-amazing-content-right {
    width: auto;
  }

  .banner-amazing-content-left-header .banner-amazing-content-left-header-subtitle {
    font-size: 8px;
    width: auto;
    height: auto;
    line-height: 18px;
  }

  .banner-amazing-content-left-bottom a span {
    height: auto;
    width: auto;
    padding: 5px 12px;
    font-size: 10px;
  }

  .banner-amazing-counter {
    top: 8px;
    left: 10px;
    width: 146px;
    height: 36px;
    padding: 12px 24px 12px 16px;
    border-radius: 8px;
  }

  .banner-amazing-content-left-bottom a svg {
    height: 28px;
    width: 28px;
    margin: 0px -10px;
  }

  .banner-amazing-content {
    top: 10%;
    left: 49%;
    width: 95%;
  }

  .banner-amazing-content-left-header svg:last-child {
    display: none;
  }

  .banner-amazing-counter-item span {
    font-size: 10px;
  }

  .banner-amazing-counter-item span:nth-child(2) {
    font-size: 10px;
  }

  .banner-amazing-counter-item-line {
    width: 14px;
  }

  .banner-amazing-counter-item {
    gap: 4px;
  }

  .banner-amazing-counter-item svg {
    left: -2px;
    width: 25px;
    top: -18px;
  }

  .banner-amazing-content-right-board {
    left: inherit;
    top: 0px;
  }

  .banner-amazing-content-right-board-line-one {
    left: 52%;
    width: 50px;
  }

  .banner-amazing-content-right-board-line-two {
    width: 35px;
    left: 78%;
  }

  .banner-amazing-content-right-board-text {
    width: 100px;
    right: 25px;
    left: inherit;
    height: 30px;
    top: 10px;
  }

  .banner-amazing-content-right-board-text span {
    font-size: 8px;
    white-space: nowrap;
  }

  .banner-amazing-svg {
    width: 30px;
    left: 168px;
    bottom: -40px;
  }

  .banner-amazing-image svg {
    width: 30px;
    top: -20px;
  }

  .review-wrapper-right {
    display: none;
  }

  .review-wrapper-left {
    display: none;
  }

  .review-customer .review-wrapper {
    justify-content: center;
  }

  .review-wrapper-center {
    height: auto;
  }

  .review-wrapper-center {
    width: 95%;
  }

  .review-customer .title-header-categories-main {
    width: 170px;
  }

  .contact-us-content {
    left: 0%;
    width: 100%;
  }

  .contact-us-content-top-description {
    width: 100%;
    display: block;
  }

  .contact-us-content-box-svg-one {
    right: 0;
    top: initial;
    bottom: 0;
  }

  .contact-us-section .contact-us-content-box {
    border-radius: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
  }

  .contact-us-section img {
    display: none;
  }

  .contact-us-section {
    height: 897px;
  }

  .contact-us-content-body {
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  html {
    overflow-x: hidden !important;
  }

  .slider-product-prev,
  .slider-product-next {
    display: none;
  }

  .slider-product .slider-product-content-cards {
    flex-direction: row;
    margin-right: 0px;
    margin-top: 0;
  }

  .slider-product .slider-product-content-cards .slider-product-card,
  .slider-product .slider-product-content-cards .slider-product-card.active {
    width: 100%;
    margin: 5px 10px;
  }

  .slider-product .slider-product-main .slider-product-main-left .slider-product-main-content {
    width: 100%;
    height: auto;
    left: 0px;
    margin-bottom: 50px;
  }

  .slider-product .slider-product-head {
    z-index: 999999 !important;
    position: relative;
  }

  .slider-product .slider-product-head {
    z-index: 1;
  }

  .slider-product .slider-product-main .slider-product-main-left .slider-product-main-content .slider-product-main-wrapper {
    width: 100%;
    left: 0;
    height: 850px !important;
    margin-bottom: 30px;
  }

  .slider-product .slider-product-main .slider-product-main-left .slider-product-main-content::before {
    display: none;
  }

  .slider-product {
    height: 1350px;
  }

  .slider-product-main .slider-product-main-left .slider-product-main-content .slider-product-main-wrapper .slider-product-main-wrapper-header-right img {
    left: 50%;
    transform: translateX(-50%);
  }

  .slider-product-main .slider-product-main-left .slider-product-main-content .slider-product-main-wrapper .slider-product-main-wrapper-header-right .slider-product-main-wrapper-circle {
    left: 30%;
  }

  .slider-product-main .slider-product-main-left .slider-product-main-content .slider-product-main-wrapper .slider-product-main-wrapper-header-left {
    position: relative;
    display: flex;
    width: 100%;
    left: 0;
    padding: 5px 20px;
  }

  .slider-product-main-card {
    width: 100%;
    right: inherit;
  }

  .slider-product .slider-product-main-rigth {
    height: 150px;
    width: 100%;
    margin: 15px 0px;
    margin-top: 80px;
  }

  .contact-us-content-box-svg {
    width: 56px;
    right: inherit;
    left: 0;
    top: 100px;
  }

  .footer-body-top-section-one-list-body ul li {
    font-size: 16.5px;
  }
}

.nav-my-account-item svg {
  width: 22px !important;
  height: 22px !important;
}

.banner-instagram {
  position: relative;
  height: 247px;
}

.banner-instagram>svg {
  position: absolute;
  width: 82px;
  height: 79px;
  left: 266px;
  top: 0;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.wrapper-banner-instagram {
  position: absolute;
  width: 100%;
  height: 279px;
  left: 0px;
  top: 0px;
  margin: 40px auto;
}

.wrapper-banner-instagram .rectangle-banner-instagram {
  position: absolute;
  width: 1890px;
  height: 204px;
  left: -490px;
  top: 0px;
  background: linear-gradient(91.92deg,
      #f58e06 34.14%,
      #ae2ca3 79.5%,
      #515ad5 101.92%);
  border-radius: 24px;
  z-index: -1;
}

@media (min-width: 768px) {
  .wrapper-banner-instagram .rectangle-banner-instagram svg {
    position: absolute;
    width: 2450px;
    height: 204px;
    left: 0px;
    top: 0px;
    z-index: -1;
  }

  .wrapper-banner-instagram .rectangle-banner-instagram {
    position: absolute;
    width: 1950px;
    height: 204px;
    left: -490px;
    top: 0px;
    background: transparent;
    border-radius: 24px;
    z-index: -1;
  }
}

.wrapper-banner-instagram .rectangle-banner-instagram>div:nth-child(1) {
  position: absolute;
  width: 371px;
  height: 118px;
  right: -50px;
  top: -51px;
  background: #f7f8fd;
  border-radius: 24px;
  border-bottom-right-radius: 0px;
}

.wrapper-banner-instagram-cirlce {
  border-radius: 50%;
  position: absolute;
  width: 150px;
  height: 150px;
  left: 1100px;
  top: 129px;
  background: rgba(247, 248, 253, 0.06);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: 99;
}

.wrapper-banner-instagram-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  isolation: isolate;
  position: absolute;
  width: 255px;
  height: 56px;
  top: 27%;
  left: 5px;
}

.wrapper-banner-instagram-button span {
  padding: 8px 24px 8px 40px;
  gap: 10px;
  height: 56px;
  background: #ffffff;
  border-radius: 1000px;
  flex: none;
  flex-grow: 0;
  z-index: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  color: var(--main-color);
}

.wrapper-banner-instagram-button span strong {
  font-weight: 700;
  font-family: peydaBold;
}

.wrapper-banner-instagram-button svg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  gap: 8px;
  width: 56px;
  height: 56px;
  background: var(--main-color);
  border-radius: 1000px;
  flex: none;
  flex-grow: 0;
  margin: 0px -19px;
  z-index: 1;
}

.wrapper-banner-instagram-title {
  position: absolute;
  width: 305px;
  height: 39px;
  right: 10px;
  top: 12px;
}

.wrapper-banner-instagram-title>span:nth-child(1) {
  position: absolute;
  width: 287px;
  height: 14px;
  left: -60px;
  top: 0px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-align: left;
  color: rgba(29, 41, 119, 0.1);
}

.wrapper-banner-instagram-title>span:nth-child(2) {
  position: absolute;
  width: 305px;
  height: 34px;
  right: 0;
  top: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  text-align: right;
  color: var(--main-color);
  z-index: 9;
}

.wrapper-banner-instagram-title>span:nth-child(2) strong {
  font-family: peydaBold;
  font-weight: 600;
}

.wrapper-banner-instagram-description {
  position: absolute;
  width: 528px;
  height: 134px;
  left: calc(50% - 528px / 2);
  top: 25%;
}

.wrapper-banner-instagram-description p {
  position: absolute;
  width: 509px;
  left: calc(50% - 509px / 2 - 9.5px);
  top: 30%;
  transform: translateY(-50%);
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 64px;
  font-family: peydaBold !important;
  text-align: center;
  color: #f7f8fd;
}

.wrapper-banner-instagram-description svg {
  position: absolute;
  width: 26px;
  height: 27px;
  right: 0px;
  top: -40px;
}

.wrapper-banner-instagram-description::after {
  content: "";
  position: absolute;
  width: 182px;
  height: 36px;
  left: 244px;
  bottom: 40px;
  background: rgba(247, 248, 253, 0.16);
  border-radius: 8px;
}

.wrapper-banner-instagram img {
  position: absolute;
  width: 145.1px;
  height: 149px;
  left: calc(50% - 145.1px / 2 + 544.5px);
  top: calc(50% - 149px / 2 + 33px);
  z-index: 999;
}

@media (max-width: 768px) {
  .all-blogs-widget-body-right, .all-blogs-widget-body-left {
    display: none;
  }

  .wrapper-banner-instagram-title {
    position: absolute;
    width: 224px;
    height: 30px;
    left: 155px;
    top: 43px;
  }

  .banner-instagram {
    height: 393px;
    margin-top: 50px;
  }

  .wrapper-banner-instagram .rectangle-banner-instagram {
    width: 600px;
    height: 333px;
    left: -70px;
    border-radius: 0;
    background: linear-gradient(91.92deg,
        #f58e06 34.14%,
        #ae2ca3 79.5%,
        #515ad5 101.92%);
  }

  .wrapper-banner-instagram .rectangle-banner-instagram>div:nth-child(1) {
    position: absolute;
    width: 457px;
    height: 111px;
    left: 139px;
    top: -26px;
    background: #f7f8fd;
    border-radius: 24px;
  }

  .wrapper-banner-instagram .rectangle-banner-instagram svg {
    display: none;
  }

  .wrapper-banner-instagram img {
    position: absolute;
    width: 120px;
    height: 97px;
    left: calc(45% - 97px / 2 - 130px);
    top: calc(50% - 97px / 2 - 121.5px);
    transform: matrix(-1, 0, 0, 1, 0, 0);
  }

  .banner-instagram>svg {
    position: absolute;
    width: 60px;
    height: 58px;
    left: calc(50% - 60px / 2 - 178.5px);
    bottom: 0px;
    top: inherit;
    transform: matrix(-1, 0, 0, 1, 0, 0);
  }

  .wrapper-banner-instagram-title>span:nth-child(1) {
    position: absolute;
    height: 11px;
    right: 45.5px;
    top: 1px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    color: rgba(29, 41, 119, 0.1);
  }

  .wrapper-banner-instagram-title>span:nth-child(2) {
    position: absolute;
    height: 25px;
    right: 10px;
    top: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: right;
    color: var(--main-color);
  }

  .wrapper-banner-instagram-description {
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
  }

  .wrapper-banner-instagram-description p {
    width: 85%;
    font-size: 22px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

  .wrapper-banner-instagram-description svg {
    right: 5px;
  }

  .wrapper-banner-instagram-description::after {
    left: 150px;
    height: 33px;
  }

  .wrapper-banner-instagram-button {
    left: 50%;
    top: initial;
    bottom: -30px;
    transform: translateX(-50%);
  }

  .wrapper-banner-instagram-button span {
    font-size: 18px;
    font-weight: 600;
    font-family: peydaBold;
    padding: 8px 20px 8px 30px;
  }

  .all-blogs-widget-body-responsive {
    display: flex !important;
    gap: 20px;
    width: 100%;
    height: 322px;
    overflow-x: scroll !important;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
  }

  .all-blogs-widget-body-responsive .all-blogs-widget-body-center {
    display: flex;
    width: 85%;
  }
}

.slider-product .slider-product-head-link {
  margin: initial;
}