body {
  color: #292d32;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: #fc2424;
}

::-webkit-scrollbar-thumb {
  background: #9c9c9c;
  border-radius: 50px;
}

::-webkit-scrollbar-track {
  background: #f0f0f0;
}

::-webkit-scrollbar {
  width: 7px;
}

.pointer {
  cursor: pointer;
}

.bg-grad-cyan {
  background: linear-gradient(45deg, rgb(189, 17, 17), rgb(255, 37, 37));
}

.wb-modal__footer .slide-button.theme-cyan.width-full .content .name .title-en.En {
  display: none;
}

.slide-button.theme-cyan {
  background: linear-gradient(45deg, rgb(189, 17, 17), rgb(255, 37, 37));
  -webkit-box-shadow: 0 10px 30px 0 rgba(255, 0, 0, 0.32) !important;
}

.wb-row.full.color-cyan {
  border-color: #f5f5f5 !important;
}

.color-cyan {
  color: #292d32 !important;
}

.we-price.theme-cyan-full .number {
  color: #292d32 !important;
}

.addmin {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.addmin div {
  display: inline;
}

.addmin .user {
  display: flex;
  flex-direction: column;
}

.addmin .user .ff {
  font-size: 11px;
  color: var(--wb-primary-color);
}

.addmin .user .f {
  font-size: 16px;
}

.menu-s {
  text-align: right;
}

.menu-s li a {
  position: relative;
  margin: 6px 0;
}

.menu-s li:not(:last-child) a::after {
  width: 80%;
  bottom: 0;
  content: "";
  left: 10%;
  position: absolute;
  border-bottom: 0.5px solid #3333;
}

.card {
  box-shadow: 0 0 10px -9px #333;
  width: 300px;
  position: relative;
  transition: all 0.5s;
  overflow: hidden;
  flex: 0 0 100%;
  margin: 4px;
}

.card::before {
  content: "";
  position: absolute;
  top: 0%;
  right: 0;
  transition: 0.5s all;
  transition-delay: 0.2s;
  width: 110%;
  height: 0;
  z-index: -1;
  opacity: 0;
}

.card:active::before {
  background: linear-gradient(180deg, rgb(189, 17, 17), rgba(92, 92, 92, 0.2));
  width: 120%;
  height: 100%;
  border-radius: 0%;
  opacity: 0.2;
  filter: hue-rotate(360deg);
}

.card:hover {
  box-shadow: 0 0 30px -20px rgb(248, 30, 30);
}

.card a {
  text-decoration: none;
  color: #333;
  height: 100%;
  padding: 15px 10px;
}

.card img {
  margin-bottom: 10px;
  border-radius: 10px;
  transition: 0.5s all;
}

.card:hover img {
  transform: scale(1.08);
}

.card label {
  position: absolute;
  left: 3%;
  top: 0;
  width: 25%;
  height: 35px;
  background: linear-gradient(45deg, rgb(189, 17, 17), rgb(255, 37, 37));
  color: #fff;
  font-family: montserrat;
  font-weight: 700;
  line-height: 1.9;
  border-bottom-left-radius: 75%;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  box-shadow: 3px 4px 10px -5px red;
  transition: all 0.5s;
}

.card:hover label {
  height: 39px;
  line-height: 2;
}

.card label::after {
  position: absolute;
  content: "OFF";
  font-family: montserrat;
  left: 73%;
  top: 7px;
  transform: rotate(-90deg);
  font-size: 8px;
  transition: all 0.5s;
}

.card:hover label::after {
  left: 50%;
  top: 18px;
  transform: rotate(-0deg);
}

.card .text {
  font-family: var(--wb-default-font);
}

.card .text span {
  text-align: right;
  display: block;
  color: #555;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  height: 40px;
  max-height: 40px;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card .text h3 {
  text-align: right;
  display: block;
  color: #555;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  height: 40px;
  max-height: 40px;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card .text span::after {
  content: "";
  position: absolute;
  right: -5%;
  bottom: -5px;
  width: 70%;
  height: 1px;
  background: linear-gradient(45deg, rgb(189, 17, 17), rgb(255, 37, 37));
  opacity: 0.2;
  transition: all 0.5s;
}

.card:hover .text h3::after {
  width: 110%;
  opacity: 0.4;
  filter: hue-rotate(360deg);
}

.card .text p {
  width: 100%;
  text-align: justify;
  direction: rtl;
  font-size: 15px;
  margin-bottom: 10px;
}

.card .offer {
  display: inline;
  text-align: left;
  position: relative;
  font-size: 11px;
  font-weight: 500;
  opacity: 1;
  background-image: linear-gradient(120deg, #e52d2790, #b3121790 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.15em;
  background-position: 0 50%;
}

.card .label-toman {
  display: block;
  text-align: left;
  padding-left: 20px;
  position: relative;
  font-size: 1.429rem;
  font-weight: 700;
  margin: 10px 0 0 0;
  width: 100%;
}

.card .last {
  top: 80%;
  position: absolute;
  font-size: 10px;
  right: -6%;
  background: #ededed;
  color: #555;
  font-weight: 100;
  padding: 0 8px;
  line-height: 20px;
  border-radius: 5px 0px 0px 5px;
}

.card .label-toman::after {
  content: "تــــو";
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 10px;
  font-family: var(--wb-default-font);
  font-weight: 400;
}

.card .label-toman::before {
  content: "مـان";
  position: absolute;
  left: 0;
  top: 14px;
  font-size: 10px;
  font-family: var(--wb-default-font);
  font-weight: 400;
}

.unavailable {
  text-align: center;
  flex: 0 0 100%;
  background: linear-gradient(22deg, #f9f9f9, #f3f3f3);
  color: #3339;
  font-family: var(--wb-default-font);
  display: block;
  border-radius: 5px;
  margin-top: 16.5px;
  font-size: 13px;
  max-height: 25px;
}

.login-btn {
  font-size: 12px;
  font-style: normal;
  margin: 0 25px;
  color: #555;
  background: linear-gradient(22deg, #f9f9f9, #f3f3f3);
  border-radius: 6px;
}

.social-icons a {
  border-radius: 6px;
  padding: 10px;
}

.social-icon.social-Telegram {
  background: linear-gradient(45deg, #0088cc, #136086);
  box-shadow: 2px 2px 15px -3px #0382c1;
}

.social-icon.social-share {
  background: linear-gradient(45deg, #202020, #b11414);
  box-shadow: 2px 2px 15px -3px #adadad;
}

.social-icon.social-Instagram {
  background: -webkit-linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  background: linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  box-shadow: 2px 2px 15px -3px #ec8436;
}

.social-icon.social-Whatsapp {
  background: linear-gradient(45deg, #25d366, #359658);
  box-shadow: 2px 2px 15px -3px #27cb64;
}

.social-icon.social-eitaa {
  background: #f17c04;
  box-shadow: 2px 2px 15px -3px #f17c04;
}

.boxspecial {
  display: flex;
  justify-content: center;
}

.bg {
  border-radius: 8px;
  position: relative;
  display: flex;
  justify-content: center;
  width: 710px;
  background: radial-gradient(rgb(73, 0, 63), rgba(255, 0, 0, 0) 40vw),
    radial-gradient(rgb(0, 174, 255), rgba(0, 255, 0, 0) 40vw),
    radial-gradient(rgba(0, 0, 255, 1), rgba(0, 0, 255, 0) 40vw),
    radial-gradient(rgba(234, 0, 255, 1), rgba(0, 0, 0, 0) 40vw),
    radial-gradient(rgba(0, 174, 255, 1), rgba(0, 255, 0, 0) 40vw);
  background-repeat: repeat;
  background-size: 100vw 100vh;
  background-position: -30vw 10rem, 50% 10rem, 50vw 10rem,
    -10vw calc(10rem + 20vw), 30vw calc(10rem + 20vw);
  animation: move infinite 10s backwards;
}

@keyframes move {
  50% {
    background-position: -2vw 2rem, 70% 15rem, 50vw 15rem,
      -70vw calc(15rem + 30vw), 70vw calc(15rem + 30vw);
  }

  70% {
    background-position: -33vw 9rem, 70% 12rem, 50vw 18rem,
      -40vw calc(18rem + 20vw), 70vw calc(12rem + 20vw);
  }
}

@keyframes move2 {
  50% {
    background-position: right
  }
}

.bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #22222250;
  top: 0;
  filter: blur(30px);
  backdrop-filter: blur(4px);
}

.bg2 {
  position: relative;
  /* background: rgb(237 237 237); */
  overflow: hidden;
}

.social-icon:hover {
  border-radius: 13px;
}

.custom-control a {
  color: #333;
  font-size: 14px;
  font-weight: 100;
  transition: all 0.5s;
}

.custom-control a:hover {
  padding: 0 10px;
  color: rgb(251 41 41);
}

.logo-sp {
  z-index: 1111;
  display: flex;
  padding: 5px;
}

.logo-sp.ri {
  justify-content: end;
}

.logo-sp.le:hover a span {
  letter-spacing: 2px;
}

.logo-sp.ri:hover a span {
  letter-spacing: 2px;
}

.logo-sp a {
  display: flex;
}

.logo-sp a span {
  align-self: center;
  font-family: montserrat;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  transition: all 0.5s;
}

.logo-sp img {
  width: 40px;
  height: 40px;
  display: inline;
}

.logo-sp a i {
  color: #000;
  font-size: 26px;
  line-height: 1.5;
  width: 40px;
}

.WMi-wa-fit-2:before {
  background: -webkit-linear-gradient(0deg,
      #bfaf71,
      #d4c06a,
      #fffb89,
      #dfc885,
      #ddbc77,
      #b7a16f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #231b1b00;
}

[class^="WMi-wa-fit-2"]:before,
[class*=" WMi-wa-fit-2"]:before {
  width: 100%;
}

.footer.footer-2 {
  margin-bottom: 20px;
}

.article-card {
  max-width: 330px;
  box-shadow: 4px 4px 20px -15px #3339;
  padding: 10px;
  border-radius: 12px;
  transition: all 0.5s;
}

.article-card:hover {
  box-shadow: 3px 4px 25px -8px #aaa4cb;
  transform: translateY(-10px);
}

.article-card .entry-title {
  direction: rtl;
  height: 40px;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.article-card .entry-meta span {
  color: #3339;
  font-size: 1.2rem;
}

.sidebar-search {
  margin: 0 30px;
  --heit: 33px;
  --width: 245px;
  width: var(--width);
  position: relative;
}

.sidebar-search .search-input {
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  padding: 6px 10px;
  width: 250px;
  outline: 0;
  color: #292d32;
  font-size: 14px;
  transition: all 0.5s;
  height: var(--heit);
}

.sidebar-search .search-input:focus {
  border-radius: 6px;
}

.sidebar-search .search-box:focus {
  box-shadow: 2px 2px 10px -4px #9f9f9ffc;
  padding: 6px 20px;
}

.search__item {
  display: flex;
  align-items: center;
  justify-content: right;
  border-bottom: 1px solid #e3e3e3;
  padding: 5px 0;
  transition: all 0.5s;
  cursor: pointer;
}

.search__item:hover {
  color: #fc2424;
  background: #f5f5f5;
  padding-right: 10px;
}

.search__results .search__item .search__img {
  order: 1;
  width: 35%;
  height: auto;
}

.noitem {
  display: none;
  position: absolute;
  top: 60px;
  left: 17.5%;
  width: 250px;
  z-index: 1000;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  font-size: 12px;
  border: 1px solid #f5f5f5;
}

.search-box {
  display: none;
  position: absolute;
  top: 60px;
  left: 17.5%;
  width: 250px;
  z-index: 1000;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  font-size: 12px;
  border: 1px solid #f5f5f5;
}

.search-box svg {
  animation: movee 4s infinite;
  margin: 30px auto;
  display: block;
}

@keyframes movee {
  50% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(720deg);
  }
}

.sidebar-search-mobile {
  padding: 0 10px;
  --heit: 40px;
  --width: 100%;
  width: var(--width);
  margin: 0 0 20px 0;
}

.sidebar-search-mobile .search-input {
  border: 0 solid #999;
  border-radius: 6px;
  padding: 6px 10px;
  width: 80%;
  margin: 0 5px;
  outline: 0;
  color: #595959;
  font-size: 14px;
  transition: all 0.5s;
  box-shadow: 0 0 10px -5px #333333db;
  height: var(--heit);
}

.sidebar-search-mobile .search-box:focus {
  box-shadow: 2px 2px 10px -4px #9f9f9ffc;
  padding: 6px 20px;
}

.sidebar-search-mobile button {
  border: 0;
  border-radius: 6px;
  padding: 1px 10px;
  color: #b9b9b9;
  height: var(--heit);
  transition: all 0.5s;
}

.sidebar-search-mobile button:hover {
  color: #555;
  box-shadow: 0 0 10px -5px #9f9f9ffc;
}

.blog-posts-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.article-card-row {
  flex: 0 0 60%;
  position: relative;
  border: 1px solid #f1f1f1;
  padding: 20px;
}

.article-card-row:first-child {
  margin-top: 20px;
  position: relative;
}

.article-card-row article {
  transition: all 0.5s;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.article-card-row article:hover {
  transform: translateX(-20px);
}

.article-card-row article a.org {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  direction: rtl;
}

.article-card-row article .entry-body {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 65%;
  margin: 0 20px;
}

.article-card-row article .entry-body p {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  direction: rtl;
  text-align: justify;
  color: #292d32;
}

.article-card-row article .entry-body .entry-meta {
  background: linear-gradient(45deg, rgb(189, 17, 17), rgb(255, 37, 37));
  box-shadow: 3px 4px 10px -5px red;
  align-self: end;
  padding: 5px 15px;
  color: #fff;
  width: 25%;
  position: absolute;
  top: -100%;
  left: 0;
  font-size: 12px;
}

.entry-media img {
  max-width: 250px;
  box-shadow: 1px 1px 10px -6px #333;
  border-radius: 10px;
}

.detail-article {
  border-top: 1px solid #f1f1f1;
  padding: 10px 0 0 0;
  margin: 10px 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 12px;
  color: #828282;
}

.detail-article .tags {
  position: relative;
}

.detail-article .tags span {
  padding: 3px 15px;
  border-radius: 50px;
  border: 1px solid #f1f1f1;
}

.entry-media {
  margin: 0 0 0 0 !important;
}

.article-card-row .entry-title {
  font-size: 18px;
  text-align: right;
}

.btn_more {
  margin: 10px auto 0 20px;
  padding: 10px 20px;
  background-color: #eee;
  border-radius: 7px;
  transition: all 0.5s;
}

.btn_more:hover {
  margin: 10px auto 0 0;
}

.side-blog {
  flex: 0 0 30%;
  position: relative;
  direction: rtl;
}

.side-blog h2 {
  text-align: right;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #9d9d9d;
  padding: 10px;
}

.side-blog a {
  display: block;
  font-size: 14px;
  text-align: right;
  padding: 5px 17px;
  color: #292d32;
  transition: all 0.5s;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  direction: rtl;
}

.side-blog a:hover {
  padding: 5px 23px;
  color: #fa2323;
}

.side-blog .baner-mini {
  margin: 20px auto;
  border-radius: 10px;
}

.breadcrumb-item a h1 {
  font-size: 14px;
  margin: 0;
  color: #7d7d7d;
}

.justify-box {
  justify-content: space-between;
}

@media screen and (max-width: 1366px) {
  .article-card-row article .entry-body {
    flex: 0 0 60%;
  }
}

@media screen and (max-width: 992px) {
  .justify-box {
    justify-content: center;
  }

  .social-icons .social-label {
    display: none;
  }

  .article-card-row::before {
    bottom: -10px;
    width: 90%;
    right: 5%;
  }

  .article-card-row::after {
    bottom: -15px;
    width: 98%;
    right: 1%;
    height: 1px;
    max-height: 1px;
    line-height: 0;
    top: unset;
    left: unset;
    background: #ffc2c2;
  }
}

@media screen and (max-width: 830px) {
  .header-right .pointer.d-flex.sf-with-ul {
    justify-content: center !important;
  }

  .menu.sf-arrows .sf-with-ul::after {
    left: 20% !important;
  }

  .card .offer {
    position: relative;
    right: unset;
    top: unset;
  }

  .widget-about p:last-of-type {
    margin: 0 auto 3.2rem auto !important;
  }

  .salar-back {
    top: -24% !important;
    font-size: 190px !important;
    letter-spacing: 0px !important;
  }

  .article-card-row article a.org {
    justify-content: center;
  }

  .article-card-row article .entry-body .entry-meta {
    font-size: 10px;
    left: 8.5%;
  }

  .article-card-row article .entry-body {
    flex: 0 0 90%;
  }

  .article-card-row .entry-title {
    overflow: hidden;
    font-size: 16px;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    direction: rtl;
  }

  .header-middle .menu.sf-arrows>li>.sf-with-ul {
    padding: 0 0 0 0px !important;
  }

  .main-nav {
    margin-left: 0rem;
    width: 100%;
  }

  .menu ul {
    right: unset;
  }

  .bg {
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    background: radial-gradient(#f9f9f9, #121212);
    background-repeat: repeat;
    background-size: 100% 100%;
    background-position: -150px 5rem, 50% 5rem, 300px 5rem, -50px calc(5rem + 100px), 50px calc(5rem + 100px);
    animation: move infinite 10s backwards;
  }
}

.logo-res {
  display: none;
}

.header-button {
  background: #f5f5f5;
  border-radius: 8px;
  font-size: 12px;
  margin: 0 8px;
  display: block;
  color: #333;
  width: fit-content;
  min-width: 84px;
  text-align: center;
  padding: 8px !important;
}

@media screen and (max-width: 576px) {
  .search-box {
    width: 100%;
    left: 0%;
  }

  .search-results .search__results {
    width: 100% !important;
    left: 0% !important;
    max-height: 360px !important;
  }

  .sidebar-search .search-input {
    width: 100%;
  }

  .cart-dropdown {
    background: #f5f5f5;
    padding: 4px;
    border-radius: 8px;
    min-width: 48px;
    justify-content: end;
  }

  .cart-dropdown svg {
    width: 21px;
    height: 21px;
    margin: 0 0 0 4px !important;
  }

  .menu a span.sp {
    font-size: 12px;
    text-align: right;
    padding: 8px;
  }

  .menu ul {
    padding: 8px 0;
    top: 150%;
    min-width: 190px;
  }

  .user-s {
    border-radius: 8px;
    background: #f5f5f5;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 8px;
    min-width: 84px;
  }

  .user-s ul .pointer svg {
    display: none;
  }

  .user-s ul li {
    width: 100%;
  }

  .user-s ul li span {
    width: 100%;
  }

  .header-right {
    margin: 0 !important;
    width: 100%;
  }

  .header-right .pointer.d-flex.sf-with-ul {
    width: auto !important
  }

  .header-left {
    display: none;
  }

  .logo-res {
    display: block;
    margin: 0;
  }

  .logo-res img {
    height: 40px;
  }

  .header-middle {
    padding: 8px !important;
  }

  .header-left .logo {
    display: none;
  }

  .wb-shopping-cart.wb-open-modal.pointer.cart-dropdown {
    margin: 0 20px;
  }

  .salar-back {
    top: -100px !important;
    font-size: 80px !important;
    letter-spacing: 3px !important;
  }

  .login-btn {
    font-size: 12px;
    font-style: normal;
    background: linear-gradient(22deg, #55555500, #55555500);
    margin: 0;
  }

  .login-btn span span {
    display: none;
  }

  .card .label-toman {
    margin: 0px 0px;
  }

  .card .last {
    right: -12% !important;
    font-size: 8px;
    color: #464646;
    background-image: linear-gradient(22deg, #00000029, #d2d2d27a);
  }

  .card-end a img {
    min-height: 75px;
  }

  .card {
    flex: 0 0 97% !important;
    padding: 5px;
    margin: 0;
    border-top: 1px solid #33333320;
    border-bottom: none;
    border-radius: none;
    border-left: none;
    border-radius: 0%;
    box-shadow: 0 0 10px -6px #333;
    overflow: hidden;
  }

  .card a {
    display: flex;
    direction: rtl;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #354657;
  }

  .card .text {
    width: 0 0 100%;
  }

  .card .text p {
    display: none;
  }

  .card img {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    transition: 0.5s all;
    object-fit: contain;
    margin: 0 0 0 0;
  }

  .card .res-card {
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 15px;
  }

  .card .text span {
    font-size: 13px;
    line-height: 1.6;
    margin: 0 0 10px 0;
  }

  .card .text span::after {
    display: none;
  }

  .card label {
    border-radius: 0 0 10px 0;
    left: 0%;
    top: 7px;
    width: 15%;
    height: 25px;
    font-size: 12px;
  }

  .card label::after {
    left: 73%;
    top: 5px;
    font-size: 7px;
  }

  .card:hover label {
    height: 33px;
  }

  .bg-sina,
  .bg-sina2,
  .bg-sina3,
  .bg-sina4 {
    border-radius: 0 !important;
  }
}

@media screen and (max-width: 320px) {
  .card label::after {
    display: none;
  }

  .card .text {
    flex: 0 0 100%;
  }
}

.bg-sina {
  padding: 12px 0;
  border-radius: 12px;
  background: linear-gradient(120deg,
      rgb(241 24 46 / 98%) 0.8%,
      rgb(138 44 62) 200%);
}

.bg-sina2 {
  padding: 12px 0;
  border-radius: 12px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%,
      rgba(0, 7, 128, 1) 0.1%,
      rgba(37, 145, 251, 0.98) 99.8%);
}

.bg-sina3 {
  padding: 12px 0;
  border-radius: 12px;
  background-image: linear-gradient(90deg, #ececec 0%, #c2c2c2 100%);
}

.bg-sina4 {
  padding: 12px 0;
  border-radius: 12px;
  background-image: radial-gradient(circle farthest-corner at 55% 50%, #e9c031 1.1%, #72dd2c 70.8%);
}

.card-end {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 10px;
}

.card-end a {
  display: block;
  position: relative;
  align-self: center;
  width: 100%;
}

.card-end a img {
  border-radius: 10px;
  height: 100%;
  max-width: 191px;
}

.cat {
  position: relative;
  height: 125px;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s;
  border-radius: 14px;
  box-shadow: 0 0 17px -1px #dfdfdf;
  margin: 10px;
  flex: 0 0 21%;
}

.cat:hover img {
  transform: scale(1.1);
}

.cat img {
  display: block;
  width: 140px;
  height: 140px;
  transition: all 0.5s;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
}

.cat h2 {
  text-align: center;
  font-size: 20px;
  position: absolute;
  height: 100%;
  align-items: center;
  display: flex;
  color: #333;
  right: 8%;
  max-width: 80px;
  line-height: 1.1;
  position: relative;
}

.cat .btn-move {
  position: absolute;
  transition: all 0.5s;
  left: 53%;
  top: 38%;
  height: 25%;
  width: 12%;
  display: flex;
  background-color: #ffffff40;
  justify-content: center;
  align-items: center;
  border-radius: 10px 0 0 10px;
  font-size: 10px;
}

.cat .btn-move::after {
  content: "\e80f";
  font-family: "fontello";
  font-style: normal;
  font-weight: 400;
}

.cat:hover .btn-move {
  left: 47%;
}

.link-shop {
  position: absolute;
  left: -10px;
  top: 6%;
  color: #333;
  padding: 15px 10px 15px 25px;
  border-radius: 0 15px 15px 0;
  font-size: 12px;
  box-shadow: 0 0 12px -1px #dfdfdf;
  transition: all 0.5s;
}

.link-shop:hover {
  padding: 15px 10px 15px 45px;
}

.link-shop::before {
  content: "\e80f";
  font-family: "fontello";
  font-style: normal;
  font-weight: 400;
  color: red;
  float: left;
  margin: 0 6px 0 0;
  transition: all 0.5s;
}

.link-shop:hover::before {
  margin: 0 10px 0 0;
}

.baner-1 img.responsive {
  display: none;
}

.baner-1 img.desktop {
  display: block;
}

.baner-1 {
  margin: 50px 0;
}

.baner-1 img {
  width: 100%;
  margin: 0 auto;
  border-radius: 18px;
}

.sidebar-search svg {
  position: absolute;
  top: 9px;
  left: 8px;
}

@media screen and (max-width: 576px) {
  .sidebar-search svg {
    top: 11px;
  }

  .sidebar-search {
    margin: 0px 0 0 8px;
    --heit: 38px;
    width: 100%;
    position: relative;
  }

  .top-header {
    display: flex !important;
    justify-content: space-between;
    border-bottom: 1px solid #f5f5f5;
    margin: 0 0 8px 0;
  }

  .link-shop {
    position: fixed;
    bottom: 0%;
    top: unset;
    left: unset;
    right: 0%;
    z-index: 10000;
    font-size: 18px;
    padding: 15px 25px 15px 25px;
    background: linear-gradient(45deg, rgb(192 54 54), rgb(231 54 54));
    border-radius: 18px 18px 0 18px;
    color: #fff;
  }

  .link-shop::before {
    color: #fff;
  }

  .link-shop:hover::before {
    margin: 0 6px 0 0;
  }

  .link-shop:hover {
    padding: 15px 25px 15px 25px;
    color: #fff;
  }

  .article-card {
    max-width: fit-content;
  }

  .breadcrumb-2 {
    font-size: 10px !important;
    margin: 0 0 15px 0;
  }

  .cat {
    margin: 7px;
    flex: 0 0 45%;
    box-shadow: 0 0 10px -1px #dfdfdf;
  }

  .cat h2 {
    margin: 5px 0;
    font-size: 14px;
    max-width: 50px;
  }

  .cat img {
    height: 80px;
    padding: 5px;
    width: 80px;
    top: 22px;
  }

  .cat .btn-move {
    left: 60%;
    top: 47%;
    height: auto;
    width: auto;
    background: transparent;
  }

  .baner-1 img.responsive {
    border-radius: 10px;
    display: block !important;
  }

  .baner-1 img.desktop {
    display: none;
  }

  .my-10 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.my-10 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.desc {
  text-align: right;
  direction: rtl;
}

.desc img {
  margin: 30px 0;
}

.desc h1,
h2,
h3,
h4,
h5,
h6,
p,
div {
  text-align: right;
  direction: rtl;
}

.desc a {
  transition: all 0.5s;
}

.desc a:hover {
  color: rgb(255, 37, 37);
}

.count-wrapper {
  text-align: center;
}

.count-wrapper span {
  font-family: montserrat;
}

.count-title {
  text-align: center;
}

.price-sina {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  direction: ltr;
  align-items: center;
}

.price-sina .offer {
  background: linear-gradient(45deg, rgb(189, 17, 17), rgb(255, 37, 37));
  border-bottom-left-radius: 75%;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  box-shadow: 3px 4px 10px -5px red;
  transition: all 0.5s;
  padding: 0 15px 0 25px;
  color: #fff;
  font-weight: 700;
  margin: 0 7px 0 0;
}

.price-sina .offer .text-off {
  font-size: 12px;
  margin: -2px 0 0 0;
}

.price-sina .number-price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.price-sina .number-price .old-price {
  text-decoration: line-through;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  align-self: flex-start;
  letter-spacing: 0.5px;
}

.price-sina .number-price .price-new {
  font-size: 24px;
  font-weight: 800;
  color: #333;
  letter-spacing: 0.5px;
  padding: 0 0 0 20px;
  position: relative;
  line-height: 1.4;
}

.price-sina .number-price .price-new::after {
  content: "تـــو";
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 10px;
  font-family: var(--wb-default-font);
  font-weight: 400;
}

.price-sina .number-price .price-new::before {
  content: "مان";
  position: absolute;
  left: 0;
  top: 14px;
  font-size: 10px;
  font-family: var(--wb-default-font);
  font-weight: 400;
}

.breadcrumb-2 {
  font-size: 12px;
}

.breadcrumb-2 a {
  color: #333;
}

.breadcrumb-2 a,
.breadcrumb-2 span {
  color: #333;
  transition: all 0.5s;
  padding: 2px 5px;
  display: inline-block;
}

.breadcrumb-2 a:hover,
.breadcrumb-2 span:hover {
  margin: 0 8px;
}

.breadcrumb-2 i {
  opacity: 0.3;
}

.header-middle {
  border-bottom: 0.1rem solid #f4f4f4;
  padding: 10px 2px;
}

#sp-slider .owl-stage-outer {
  direction: ltr !important;
}

#sp-slider .owl-stage {
  direction: ltr !important;
}

.intro-slider-container,
.intro-slide {
  height: 475px;
}

.filter-btn {
  width: 100%;
  background: transparent;
  border: none;
}

.card-faq {
  margin: 10px;
  border-radius: 7px 7px 23px 23px;
  background-color: #fff;
}

.card-faq span {
  font-size: 18px;
}

.card-faq .card-body {
  text-align: justify;
  font-size: 14px;
  padding: 10px 20px;
  color: #333;
}

.accordion.accordion-rounded.sina-bg-c {
  padding: 30px;
  border-radius: 7px 7px 23px 23px;
}

.salar-back {
  position: absolute;
  font-family: montserrat;
  left: 5%;
  width: 90%;
  font-weight: 800;
  text-align: center;
  top: -51%;
  z-index: -1;
  color: #f7f7f7;
  font-size: 250px;
  letter-spacing: 30px;
}

.cart-dropdown .cart-count {
  /* background: transparent !important; */
  border-radius: 0;
  color: #ffffff;
  border-bottom: 1px solid #ea1e1e;
  font-size: 14px;
  position: absolute;
  left: 20px;
  top: 15px;
  border-radius: 4px;
}

.sina-bg-c {
  background: linear-gradient(125deg, #f2f2f2, #e7e7e7);
}

.breadcrumb-item a svg {
  display: flex;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
}

.button-sina {
  box-shadow: 0 10px 10px -12px #c7c7c7;
  margin: 20px;
  padding: 12px 44px;
  border-radius: 8px;
  align-self: flex-end;
  outline: none;
  border: none;
  font-size: 14px;
  width: fit-content;
  position: relative;
  transition: all 0.5s;
}

.button-sina::after {
  margin: 0 3px 0 0;
  content: "\e80f";
  font-family: "fontello";
  font-style: normal;
  font-weight: 400;
  background: linear-gradient(90deg, rgb(255, 0, 0) 0%, rgb(0, 0, 255) 150%);
  background-repeat: repeat;
  background-size: 200% 200%;
  background-position: left;
  animation: move2 infinite 3s backwards;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.button-sina:hover {
  padding: 12px 66px;
}

.breadcrumb-item+.breadcrumb-item:before {
  background: linear-gradient(90deg, rgba(37, 145, 251, 0.98) 0%, rgba(0, 0, 255, 0), rgb(241 24 46)100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: left;
  animation: move2 infinite 5s backwards;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.product-details-action .btn-cart {
  border-radius: 8px;
  background: linear-gradient(45deg, rgb(192 54 54), rgb(231 54 54));
  color: #fff;
  border: 1px solid #0000;
  max-width: 300px;
  padding: 2rem 7rem 2rem 7rem;
  cursor: pointer;
}

.product-details-action .btn-cart svg {
  margin: 0 5px 0 0;
  transition: all 0.2s;
}

.product-details-action .btn-cart:hover {
  background: linear-gradient(45deg, rgb(192 54 54), rgb(231 54 54));
}

.product-details-action .btn-cart:hover span {
  box-shadow: 0 0 0 0 #0000;
  color: #fff;
}

.product-details-action .btn-cart:hover svg {
  animation: transform ease 0.5s;
}

@media screen and (max-width: 500px) {

  .box-sell {
    flex-direction: column-reverse !important;
    margin: 0 0 0 0 !important;
  }

  .price-sina {
    margin: 30px 0 !important;
    justify-content: center;
  }

  .product-details-action .btn-cart {
    max-width: 100%;
    min-width: 100%;
    padding: 2rem 5rem 2rem 5rem;
  }

  .product-details-action .btn-cart:before {
    left: 25%;
  }

  .price-sina .number-price .old-price {
    font-size: 16px;
  }

  .price-sina .number-price .price-new {
    font-size: 26px;
  }
}

@media screen and (max-width: 320px) {
  .product-details-action .btn-cart:before {
    left: 18%;
  }
}

.f-14 {
  font-size: 14px;
}

.f-description p {
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  direction: rtl;
}

@keyframes transform {
  33% {
    transform: rotate(-20deg);
  }

  66% {
    transform: rotate(25deg);
  }
}

.box-sell {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 30px 0 0 0;
}

.product-details .product-title-en {
  font-family: montserrat;
  color: #999;
  letter-spacing: 2px;
  padding-right: 1rem;
  font-weight: 300;
  font-size: 12px;
  margin: 0;
}

.product-main-image img {
  height: auto;
}

.mega-sina {
  justify-content: flex-start;
}

.mega-sina ul {
  display: flex !important;
  flex-direction: column;
  flex-wrap: wrap;
  height: 300px;
  max-width: 340px;
  align-items: flex-start;
}

.mega-sina ul li {
  flex: 0 0 0%;
  min-width: 105px;
  margin: 0 0px 0 12px;
}

.widget-clean a {
  display: inline-block;
  font-weight: 400;
  font-size: 1.2rem;
  margin-right: auto;
}

.sidebar-shop .custom-control-label2 {
  font-weight: 400;
  color: #333;
  cursor: pointer;
  margin: 5px 0;
  display: block;
}

.custom-control-input {
  left: 0;
  top: 0px;
  z-index: 50;
  padding: 20px;
  display: block;
  width: 15px;
  height: 27px;
  cursor: pointer;
  width: 100%;
}

.sidebar-shop .custom-control-label::before {
  border-radius: 20px;
  padding: 9px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  font-family: "fontello";
  content: "\f111";
}

.filter-btn2 {
  display: block;
  width: 100%;
  border: 0;
  margin: 20px 0 0 0;
  border-radius: 8px;
  font-size: 12px;
  padding: 8px;
}

.filter-btn2 .box-first {
  display: block;
  width: 100%;
  text-align: center;
}

.filter-btn2 .box-loading {
  width: 100%;
  text-align: center;
  opacity: 0;
  width: 0px;
  height: 0px;
}

.filter-btn2:focus .box-first {
  animation: loading-1 ease 3s;
}

.filter-btn2:focus .box-loading {
  animation: loadings ease 3s;
}

@keyframes loading-1 {

  0%,
  100% {
    display: none;
    opacity: 0;
    width: 0px;
    height: 0px;
  }
}

@keyframes loadings {

  0%,
  100% {
    opacity: 1;
    width: auto;
    height: auto;
  }

  100% {
    transform: rotate(1080deg);
  }
}

@media screen and (max-width: 992px) {
  .filter-btn2 {
    width: -webkit-fill-available;
  }

  .widget-clean a {
    margin-left: auto;
    margin-right: 0px;
  }

  .widget-clean label {
    box-shadow: 3px 3px 20px -2px #cd1616a1;
    position: absolute;
    color: inherit;
    top: 0;
    left: -1px;
    letter-spacing: -0.01em;
    transition: all 0.5s;
    margin: 0;
    background: linear-gradient(45deg, rgb(189, 17, 17), rgb(255, 37, 37));
    border-radius: 0 0 50px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
  }

  .social-icons .social-label.d-sina {
    display: block !important;
  }

  .f-14 {
    font-size: 16px !important;
  }

  .product-main-image img {
    height: 270px;
    object-fit: contain;
  }
}

.product-details-action .btn-cart:focus {
  border: none;
  background-color: #66f;
}

.btn-product:focus span {
  color: #fff;
  box-shadow: 0 0 0 0 #0000;
}

.btn-login {
  justify-content: center;
}

.btn-login a {
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 6px;
  background: linear-gradient(45deg, rgb(189, 17, 17), rgb(255, 37, 37));
  color: #fff !important;
  height: fit-content;
}

.btn-login a:hover {
  color: #fff !important;
  padding: 10px 25px;
}

.btn-login span {
  text-align: center;
  margin: 10px 0;
  font-size: 14px;
}

.unavailable-details {
  text-align: center;
  flex: 0 0 100%;
  background: linear-gradient(22deg, #f9f9f9, #f3f3f3);
  color: #3339;
  font-family: var(--wb-default-font);
  display: block;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 18px;
  padding: 10px;
}

.berand-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.berand-box span img {
  width: 90px;
}

.berand-box span {
  margin: 0 2px;
}

.number-stock {
  font-size: 12px;
  padding: 4px 20px;
  border-radius: 8px;
  color: #929292;
  box-shadow: 0px 3px 10px 0px #00000015;
}

.btn-outline-primary {
  border-radius: 8px;
}

.sidebar-toggler {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
  border-radius: 8px;
  font-size: 12px;
  padding: 8px;
  background: #efefef;
}

.sidebar-toggler:active svg g path {
  fill: #fc2424;
}

.color-svg svg {
  color: #292d32;
  margin: 0 0 0 3px;
}

#pagination-wila {
  --color1wila: #333;
  --color2wila: #fc2424;
  --color3wila: #fc2424;
  --backgroundwila-li: #00000000;
  --backgroundwila-btn: #f1f1f1;
  --displaywila: block;
  --radius-btn: 8px;
  --radius-li: 0px;
}

.pagination-wila ul {
  padding: 0;
  direction: ltr;
}

.pagination-wila ul a {
  color: var(--color1wila);
}

.products-pagination {
  margin: 30px 0;
}

.ltr {
  direction: ltr;
}

.search-results .search__results {
  position: absolute;
  top: 55px;
  left: 16.5%;
  width: 330px;
  z-index: 1000;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  font-size: 12px;
  border: 1px solid #e3e3e3;
  max-height: 420px;
  overflow: auto;
  direction: ltr;
  box-shadow: 0 30px 60px 0px #cbcbcb;
}

.menu-profile {
  border: 1px solid #f1f1f1;
  border-radius: 8px;
}

/* ************************ */
.contactus .box-one {
  background: #f9f9f9;
  height: 90vh;
  border-radius: 12px;
  position: relative;
  justify-content: left;
  margin: 50px 24% 0 0px !important;
}

.contactus .box-one .box-social-c {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 18%;
}

.contactus .box-one .box-social-c a {
  color: #292d32;
  margin: 25px 8px;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}

.contactus .box-one .box-social-c a:hover {
  transform: translateX(-8px);
}

.contactus .box-one .box-social-c a svg {
  margin: 0 0 0 5px;
}

.contactus .box-one .box-social-c a span {
  font-family: montserrat;
  font-weight: 500;
  text-transform: uppercase;
}

.contactus .box-one .box-two {
  position: absolute;
  right: -20%;
  background: #f5f5f5;
  border: 1px solid #dbdbdb50;
  height: 80vh;
  top: 5vh;
  width: 60%;
  border-radius: 0 12px 12px 0;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.contactus .box-one .gradient-c {
  position: absolute;
  height: 80vh;
  right: 40%;
  top: 5vh;
  width: 5px;
}

.contactus .box-one .border-s {
  border: 3px solid #fff;
  padding: 5px;
  border-radius: 12px;
}

.form-contactus {
  flex: 0 0 100%;
}

.form-contactus input {
  width: 85%;
  height: 45px;
  border-radius: 6px;
  display: block;
  outline: none;
  border: 1px solid #dbdbdb50;
  margin: 20px 7.5%;
  color: #292d32;
  padding: 5px 15px;
  font-size: 14px;
  transition: all 0.5s;
  background-color: #fff;
}

.form-contactus input:hover {
  box-shadow: 0px 10px 10px -12px #c7c7c7 !important;
}

.form-contactus textarea:hover {
  box-shadow: 0px 10px 10px -12px #c7c7c7 !important;
}

.form-contactus textarea {
  width: 85%;
  border-radius: 6px;
  display: block;
  outline: none;
  border: 1px solid #dbdbdb50;
  margin: 20px 7.5%;
  color: #292d32;
  padding: 5px 15px;
  font-size: 14px;
  transition: all 0.5s;
  background-color: #fff;
}

.form-contactus .button-sina {
  display: block;
  margin: 0 auto;
}

.form-contactus .title {
  font-size: 18px;
  width: 85%;
  margin: 20px 7.5%;
}

.aboutus {
  margin-top: 40px;
}

.aboutus .box-one {
  position: relative;
  border-radius: 12px;
  height: 400px;
  margin: 0 0 100px 0;
}

.aboutus .box-one .text-box {
  position: absolute;
  padding: 15px;
  border-radius: 8px;
  height: 250px;
  width: 700px;
  background: #fff;
  top: 75px;
  right: 75px;
}

.aboutus .box-one .text-box h1 {
  font-size: 25px;
}

.aboutus .box-one .text-box p {
  font-size: 16px;
}

.aboutus .box-two {
  margin: 150px 0;
  height: 150px;
  position: relative;
  background: #ececec;
}

.aboutus .box-two h3 {
  overflow: hidden;
  font-size: 10rem;
  color: white;
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
  letter-spacing: 10px !important;
  opacity: 0.5;
  font-family: montserrat;
  justify-content: center;
}

.aboutus .box-two img {
  position: absolute;
  left: 175px;
  top: -80px;
  height: auto;
  width: 160px;
}

.menu .megamenu.megamenu-md {
  right: -17vw;
  min-width: 1300px;
  border-radius: 8px;
  border: 2px solid #e3e3e3;
}
.wb-shopping-cart.pointer.cart-dropdown.color-svg{
  margin: 0 20px;
}
@media screen and (max-width: 1300px) {
  .menu .megamenu.megamenu-md {
    right: -18vw;
    min-width: 100vw;
  }
  .header-right .user-s .pointer.d-flex.sf-with-ul span.d-lg-inline {
    display: none !important;
  }

  .aboutus .box-two h3 {
    font-size: 8rem;
  }

  .contactus .box-one {
    height: auto;
    width: 100% !important;
    flex: 0 0 100% !important;
    margin: 50px 0 0 0 !important;
    max-width: 100% !important;
    padding: 25px !important;
  }

  .contactus .box-one .box-social-c {
    width: 100% !important;
    flex: 0 0 100% !important;
    margin: 0 0 0 0 !important;
    max-width: 100% !important;
    padding: 0px !important;
  }

  .contactus .box-one .box-two {
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
    border-radius: 12px;
    margin: 20px 0;
    height: auto;
    padding: 20px 0;
  }

  .contactus .box-one .gradient-c {
    display: none;
  }

  .contactus .box-one .box-social-c .border-s {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .contactus .box-one .box-social-c a {
    width: 45%;
    flex: 0 0 45%;
    margin: 15px;
  }
}

.product-nav-dots {
  flex-direction: row;
  max-width: 250px;
  flex-wrap: wrap;
}

.send-return {
  margin: 10vh auto;
}

.send-return h1 {
  font-size: 22px;
}

.send-return .box-one {
  margin: 30px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.send-return .box-one.reverse {
  flex-direction: row-reverse;
}

.send-return .box-one div {
  padding: 0 0 0 20px !important;
}

.send-return .box-one h2 {
  font-size: 18px;
}

.send-return .box-one p {
  text-align: justify;
  line-height: 2;
}

.send-return .box-one img {
  border-radius: 12px;
}

@media screen and (max-width: 576px) {
  .wb-shopping-cart.pointer.cart-dropdown.color-svg{
    margin: 0 0px !important;
  }
  .blog-details h6 {
    line-height: inherit;
  }

  .blog-details ul {
    list-style: inside !important;
  }

  .info7 h2 {
    margin: auto 0 !important;
  }

  .info7 .number {
    margin: 20px 40px !important;
  }

  .send-return .box-one {
    flex-direction: column-reverse !important;
  }

  .send-return .box-one img {
    margin: 0 auto 20px auto;
  }

  .product-nav-dots a {
    margin: 5px 7px !important;
  }

  .product-nav-dots {
    max-width: 100%;
  }

  .article-card-row article .entry-media {
    margin: 0 0 10px 0 !important;
  }

  .article-card-row article .entry-media img {
    max-width: 90%;
    margin: 0 auto;
  }

  .contactus .box-one .box-social-c a {
    width: 100%;
    flex: 0 0 100%;
  }

  .aboutus .box-two img {
    left: 50px;
  }

  .aboutus .box-two h3 {
    font-size: 4rem;
  }

  .aboutus .box-one .text-box {
    height: auto;
    width: 90%;
    bottom: -10%;
    right: 5%;
    top: unset;
    box-shadow: 0 0 20px #1c20252b;
  }
}

.mobile-menu-wrapper .header-social {
  position: relative;
}

.mobile-menu-wrapper .header-social svg {
  position: absolute;
  left: 20%;
  top: 20%;
}

.login-comment-sina {
  text-align: center;
  border: 1px solid #f1f1f1;
  padding: 15px;
  border-radius: 8px;
}

.login-comment-sina h6 {
  margin: 0;
  text-align: center;
}

.sina-form {
  border: 1px solid #f1f1f1;
  padding: 15px;
  border-radius: 8px;
}

.sina-form textarea {
  border-radius: 8px;
}

.sina-comment-container {
  position: relative;
  margin: 20px 0;
}

.sina-comment-container .sina-comment-template {
  position: relative;
  padding: 10px 10px 10px 20px;
  border: 2px solid #f1f1f1;
  border-right: 0;
  border-radius: 8px 0 0 8px;
  margin: 0 0 20px 0;
}

.sina-comment-container .sina-comment-template::after {
  width: 5px;
  height: 102%;
  position: absolute;
  right: -5px;
  top: -1%;
  content: "";
  border-radius: 0 8px 8px 0;
  background: radial-gradient(rgb(73, 0, 63), rgba(255, 0, 0, 0) 40vw),
    radial-gradient(rgb(0, 174, 255), rgba(0, 255, 0, 0) 40vw),
    radial-gradient(rgba(0, 0, 255, 1), rgba(0, 0, 255, 0) 40vw),
    radial-gradient(rgba(234, 0, 255, 1), rgba(0, 0, 0, 0) 40vw),
    radial-gradient(rgba(0, 174, 255, 1), rgba(0, 255, 0, 0) 40vw);
  background-repeat: repeat;
  background-size: 70vw 50vh;
  background-position: -30vw 10rem, 50% 10rem, 50vw 10rem,
    -10vw calc(10rem + 20vw), 30vw calc(10rem + 20vw);
  animation: move infinite 10s backwards;
}

.sina-comment-container .sina-comment-template .sina-comment-name {
  position: relative;
  font-size: 18px;
}

.sina-comment-container .sina-comment-template .sina-comment-message {
  position: relative;
}

.sina-comment-container .sina-comment-template .sina-comment-created_at {
  margin: 0 auto 0 0;
  display: block;
  width: fit-content;
  font-size: 12px;
}

.blog-details ul {
  list-style-type: disc;
}

.blog-details h1 {
  font-size: 28px;
}

.blog-details h2 {
  font-size: 24px;
}

.blog-details h3 {
  font-size: 22px;
}

.blog-details h4 {
  font-size: 20px;
}

.blog-details h5 {
  font-size: 18px;
}

.blog-details h6 {
  font-size: 16px;
  text-align: center;
}

.blog-details img {
  margin: 30px auto !important;
}

.blog-details p {
  margin: 0 0 15px 0 !important;
}

.blog-details h1,
.blog-details h2,
.blog-details h3,
.blog-details h4,
.blog-details h5,
.blog-details h6 {
  font-weight: 100;
}

.blog-details .box-details {
  margin: 50px 0 0 0;
}

.blog-details .box-details .box-one {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-details .box-details .box-one span {
  font-size: 12px;
}

.blog-details .box-details .box-one .br {
  flex: 0 0 100%;
  border-top: 1px solid #f1f1f1;
  margin: 10px 0;
}

.header-right .pointer.d-flex.sf-with-ul {
  width: 160px;
  justify-content: end;
  padding-right: 0 !important;
}

.header-right .pointer.d-flex.sf-with-ul span {
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.header-right .pointer.d-flex.sf-with-ul span.d-lg-inline {
  display: -webkit-box !important;
}

.header-right .menu-profile {
  left: -30% !important;
}

.icon-box-icon {
  width: 85px;
  height: 70px;
}

.icon-box-icon svg {
  margin: 0 10px;
}

.License img {
  width: 90px;
  border-radius: 10px;
  margin: 0 10px;
  padding: 10px;
  box-shadow: 0 0 20px 0px #e1e1e1;
  height: 120px;
  object-fit: cover;
}

.product-nav-dots a.active {
  border: 1px solid #888888;
  transform: translateY(-8px);
}

.product-nav-dots a {
  transition: all 0.5s;
  border: 1px solid #cecece;
  margin: 1px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  font-size: 10px;
  text-align: center;
  height: 50px;
  cursor: pointer;
  padding: 2px;
}

.product-nav-dots a span.color-s {
  color: #fff;
  writing-mode: vertical-rl;
  display: inline-block;
  height: 100%;
  border-radius: 15px;
  text-align: center;
  width: 20px;
}

.product-nav-dots a span.attribute-more {
  color: #333;
  display: inline-block;
  margin: 0 2px;
}

.shopping_help {
  position: relative;
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.shopping_help .col-6 {
  position: relative;
  height: 340px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex: 0 0 49%;
  margin: 40px 0;
}

.shopping_help .col-6 .box_help {
  position: relative;
  height: 170px;
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  padding: 15px 30px 15px 20px;
  box-shadow: 0 0 10px #efefef;
}

.shopping_help .col-6:nth-child(even) {
  align-items: flex-end;
  margin: 85px 0 0 0;
}

.shopping_help .col-6 .box_help .header-box {
  background: linear-gradient(45deg, rgb(189, 17, 17), rgb(255, 37, 37));
  width: 40px;
  box-shadow: 0 2px 10px #ca151587;
  height: 40px;
  font-size: 22px;
  border-radius: 100%;
  color: #fff;
  position: absolute;
  top: -13%;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-family: montserrat;
}

.shopping_help .col-6 .box_help h2 {
  font-size: 18px;
}

.shopping_help .col-6 .box_help p {
  font-size: 14px;
}

.shopping_help .col-6.line1::before,
.shopping_help .col-6.line2::before,
.shopping_help .col-6.line3::before,
.shopping_help .col-6.line4::before {
  content: "";
  position: absolute;
  background: transparent;
  border-radius: 50%;
  background-repeat: repeat;
  content: "\e80f";
  font-family: "fontello";
  color: #b8b8b8;
}

.shopping_help .col-6.line1::after,
.shopping_help .col-6.line2::after,
.shopping_help .col-6.line3::after,
.shopping_help .col-6.line4::after {
  content: "";
  position: absolute;
  background: transparent;
  border-radius: 50%;
  background-repeat: repeat;
  border-left: 4px dotted #d3d3d3;
  width: 150px;
  height: 185px;
}

/* 111111111111111111111111111 */
.shopping_help .col-6.line1::after {
  left: 0%;
  top: 40%;
  transform: rotate(224deg);
}

.shopping_help .col-6.line1::before {
  left: 0%;
  top: 81.5%;
  transform: rotate(34deg);
}

/* 22222222222222222222222222222 */
.shopping_help .col-6.line2::after {
  left: 76%;
  top: 93%;
  transform: rotate(316deg);
}

.shopping_help .col-6.line2::before {
  left: 95%;
  top: 136.1%;
  transform: rotate(157deg);
}

/* 333333333333333333333333333333 */
.shopping_help .col-6.line3::after {
  left: 0%;
  top: 40%;
  transform: rotate(224deg);
}

.shopping_help .col-6.line3::before {
  left: 0%;
  top: 81.5%;
  transform: rotate(34deg);
}

/* 444444444444444444444444444444 */
.shopping_help .col-6.line4::after {
  display: none;
}

.shopping_help .col-6.line4::before {
  display: none;
}

@media screen and (max-width: 986px) {
  .cart-dropdown .cart-count {
    right: unset;
    left: 23px;
    top: 9px;
    border-radius: 8px;
  }

  .shopping_help .col-6 {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 35px 0;
    height: auto;
  }

  .shopping_help .col-6 .box_help {
    height: auto;
  }

  .shopping_help .col-6.line1::after,
  .shopping_help .col-6.line2::after,
  .shopping_help .col-6.line3::after,
  .shopping_help .col-6.line4::after {
    display: none;
  }

  .shopping_help .col-6.line1::before,
  .shopping_help .col-6.line2::before,
  .shopping_help .col-6.line3::before,
  .shopping_help .col-6.line4::before {
    color: #d21717;
    content: "\f103";
    left: 45%;
    font-size: 36px;
    top: 100%;
    transform: rotate(0deg);
  }

  .shopping_help .col-6:nth-child(even) {
    align-items: flex-end;
    margin: 35px 0;
  }
}

.pagination-wila .more-btn:hover a {
  color: var(--color3wila) !important;
}

.menu .menu-title {
  transition: all 0.5s;
}

.menu .menu-title:hover {
  color: #fc2424;
}

.owl-carousel .owl-stage .owl-item:nth-child(2) .card {
  border-radius: 0px 15px 15px 0px;
}

.owl-carousel .owl-stage .owl-item:nth-last-child(2) .card {
  border-radius: 15px 0px 0px 15px;
}

.method-sending-returning {
  position: relative;
  margin: 50px 0;
}

.method-sending-returning h2 {
  text-align: center;
  font-size: 22px
}

.method-sending-returning .box {
  position: relative;
  border-radius: 12px;
  box-shadow: 0px 3px 10px #0e0e0e20;
  max-width: 400px;
  margin: 10px auto;
  display: block;
  padding: 15px;
  text-align: center;
  background: #ffffff
}

.method-sending-returning .box h3 {
  font-size: 18px;
  text-align: center
}

.method-sending-returning .box .sp {
  padding: 10px 0;
  margin: 10px 0 0 0;
  text-align: center;
  border-radius: 12px;
  background: linear-gradient(120deg,
      rgb(241 24 46 / 98%) 0.8%,
      rgb(138 44 62) 200%);
  color: #ffffff;
}

.buyingfeatures {
  position: relative;
  margin: 5px 0;
  border-top: 0.1rem solid #ebebeb;
}

.buyingfeatures .box {
  position: relative;
  margin: 25px 10px;
  box-shadow: 0px 3px 10px #10101017;
  border-radius: 0 0 12px 12px;
  max-width: 110px;
  min-height: 110px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.buyingfeatures .box::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(45deg, rgb(192 54 54), rgb(231 54 54));
  z-index: -1;
}

.buyingfeatures .box h3 {
  font-size: 16px;
  margin: 0;
  line-height: 1.3;
}

.buyingfeatures .box svg {
  position: absolute;
  top: -20px;
  right: auto;
  background: linear-gradient(45deg, rgb(192 54 54), rgb(231 54 54));
  padding: 8px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
}

.category-info a {
  color: #fc2424 !important;
}

.category-info img {
  border-radius: 12px;
  box-shadow: 0 3px 10px #00000020;
}

.top-header {
  display: none;
}

.bottom-header {
  /* display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f5f5f5;
    margin: 0 0 8px 0; */
}

.free-send {
  padding: 4px 40px;
  background: linear-gradient(45deg, rgb(192 54 54), rgb(231 54 54));
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
}

.info7 {
  justify-content: center;
}

.info7 h2 {
  margin: auto 0 auto 40px;
  font-size: 24px
}

.info7 .number {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 40px;
  background: #f1f1f1;
  padding: 16px 32px;
  border-radius: 16px;
}

.info7 .number span {
  font-size: 48px;
  color: #FF2B2B;

}

.info7 .number p {
  font-size: 16px;
  color: #333333
}