body {
  font-size: 0.9rem !important;
}

.text-primary {
  color: var(--wb-primary-color);
}

.text-justify,
.text-justify * {
  text-align: justify !important;
}

.radius-10 {
  border-radius: 10px;
}

.radius-20 {
  border-radius: 20px;
}

.radius-30 {
  border-radius: 30px;
}

.lh-0 {
  line-height: 0;
}

.extra-light-en {
  font-family: "montserrat-extralight";
}

.button-light {
  background-color: color-mix(in srgb, var(--wb-primary-color), white 90%);
  padding: 10px 17px;
  color: var(--wb-primary-color);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 0;
  transition: 0.4s;
}
.button-light:hover {
  background-color: var(--wb-primary-color);
  color: #fff;
}

.button-primary {
  background-color: var(--wb-primary-color);
  padding: 8px 17px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 0;
  transition: 0.4s;
}
.button-primary:hover {
  background-color: color-mix(in srgb, var(--wb-primary-color), white 90%);
  color: var(--wb-primary-color);
}

.button-style-1 {
  background-color: #fff;
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.1);
  padding: 7px 15px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.button-style-1 i {
  width: 23px;
  height: 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--wb-primary-color);
  color: #fff;
}

.border-primary-color {
  border-color: var(--wb-primary-color) !important;
}

.border-light-primary-color {
  border-color: color-mix(in srgb, var(--wb-primary-color), white 90%) !important;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

input,
textarea {
  padding: 12px 20px !important;
  border: none !important;
  width: 100%;
}
input:focus-visible, input:focus,
textarea:focus-visible,
textarea:focus {
  outline: unset;
  box-shadow: none !important;
}

a {
  text-decoration: none;
  transition: 0.5s;
}

.gradient-primary {
  background: linear-gradient(to right, var(--wb-primary-color), color-mix(in srgb, var(--wb-primary-color), white 30%));
  color: #fff;
}

.bg-primary {
  background-color: var(--wb-primary-color) !important;
}

.bg-secondary {
  background-color: var(--wb-secondary-color) !important;
}

.big-shadow-primary {
  box-shadow: 0 15px 20px color-mix(in srgb, var(--wb-primary-color), white 90%);
}

.small-shadow-primary {
  box-shadow: 0 10px 15px color-mix(in srgb, var(--wb-primary-color), white 90%);
}

.small-shadow {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

ul {
  padding: 0;
  margin-bottom: 0;
}
ul li {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

.navbar-1 {
  padding-bottom: 10px !important;
  z-index: 1000;
}
@media (width >= 320px) {
  .navbar-1 {
    padding-top: 20px !important;
  }
}
@media (width >= 1200px) {
  .navbar-1 {
    padding-top: 40px !important;
  }
}
.navbar-1 .logo {
  font-size: 45px;
  line-height: 0;
}
.navbar-1 .logo i:before {
  margin: 0;
}
.navbar-1 .nav-items li a {
  font-size: 15px;
}
@media (width <= 1024px) {
  .navbar-1 .nav-items {
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    width: 70%;
    padding: 60px 25px;
    box-shadow: -7px 0 20px rgba(0, 0, 0, 0.15);
    z-index: 10;
    transition: 0.4s ease-in-out;
    transform: translateX(100%);
  }
  .navbar-1 .nav-items li:not(:last-child) {
    border-bottom: 1px solid #ededed;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .navbar-1 .nav-items .close-btn {
    top: 3%;
    left: 5%;
  }
}
@media (min-width: 1200px) {
  .navbar-1 .dropdown .dropdown-item,
  .navbar-1 .dropdown .sub-menu {
    position: absolute;
    background-color: #fff;
    z-index: 1;
    padding: 15px;
    min-width: 247px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .navbar-1 .dropdown .dropdown-item li a,
  .navbar-1 .dropdown .sub-menu li a {
    font-size: 14px;
    padding: 5px 0;
  }
  .navbar-1 .dropdown .dropdown-item li:not(:last-child),
  .navbar-1 .dropdown .sub-menu li:not(:last-child) {
    margin-bottom: 5px;
  }
  .navbar-1 .dropdown:hover .dropdown-item {
    opacity: 1;
    visibility: visible;
  }
  .navbar-1 .dropdown:hover .dropdown-item li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}
.navbar-1 .dropdown .sub-menu {
  right: calc(100% + 15px);
  top: -15px;
  min-width: 180px;
}
@media (max-width: 1024px) {
  .navbar-1 .dropdown .dropdown-item,
  .navbar-1 .dropdown .sub-menu {
    margin-right: 15px;
    padding-left: 15px;
    display: none;
  }
}
.navbar-1 .hamburger i {
  font-size: 1.8rem;
}
.navbar-1 .hamburger i::before {
  margin: 0;
}
.navbar-1 .wb-shopping-cart-count {
  background-color: var(--wb-primary-color);
  border-radius: 50%;
  width: 15px;
  height: 15px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  bottom: 0;
  color: #fff;
}
.navbar-1.fixed {
  position: fixed !important;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.04);
  animation: slideDown 0.3s ease;
}
@media (width >= 320px) {
  .navbar-1.fixed {
    margin: 10px;
    width: calc(100% - 20px) !important;
  }
}
@media (width >= 1200px) {
  .navbar-1.fixed {
    padding: 15px 30px !important;
    margin: 30px 70px;
    width: calc(100% - 140px) !important;
  }
}
@media (width >= 1920px) {
  .navbar-1.fixed {
    margin: 30px 200px;
    width: calc(100% - 400px) !important;
  }
}
.navbar-1.fixed hr {
  display: none !important;
}
.navbar-1.fixed .nav-items li a {
  font-size: 14px;
}

.navbar-2 .header-search input {
  background-color: #fbfbfb;
  border: 1px solid #ececec !important;
  border-radius: 10px;
  padding-right: 55px !important;
  width: 450px;
}
.navbar-2 .header-search input::-moz-placeholder {
  font-size: 0.8em;
  color: #cdcdcd;
}
.navbar-2 .header-search input::placeholder {
  font-size: 0.8em;
  color: #cdcdcd;
}
.navbar-2 .header-search i {
  position: absolute;
  right: 4%;
  font-size: 1.7em;
  color: #cdcdcd;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
}
.navbar-2 .dropdown .category-dropdown > a {
  padding: 1.7rem 1.9rem 1.7rem 2rem;
  background: #fff;
  width: 28rem;
  font-weight: 600;
}
.navbar-2 .dropdown .category-dropdown .dropdown-box {
  z-index: 19;
  box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
  padding: 0;
  position: absolute;
  right: 0;
  margin: 0;
  left: 0;
  color: #666;
  opacity: 0;
  min-width: 12rem;
  background-color: #f4f4f4;
  transition: opacity 0.2s, z-index 0s;
  -o-transition: opacity 0.2s, z-index 0s, transform 0.2s ease-out;
  visibility: hidden;
  top: 100%;
}
.navbar-2 .dropdown .category-dropdown .dropdown-box .category-menu {
  background: #fff;
}
.navbar-2 .dropdown .category-dropdown .dropdown-box .category-menu > li > a {
  display: block;
  padding: 1.2rem 0 1.3rem;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.46;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #675545;
}
.navbar-2 .dropdown .category-dropdown .dropdown-box .category-menu > li:not(:last-child) > a {
  border-bottom: 1px solid #f0e0d1;
}
.navbar-2 .dropdown .category-dropdown .dropdown-box .category-menu .submenu > a:after {
  display: inline-block;
  position: absolute;
  margin-top: 2px;
  right: 0.5rem;
  top: 50%;
  line-height: 0;
  vertical-align: middle;
  font-family: "fontello";
  content: "\f104" !important;
  font-weight: 700;
  font-size: 1.1rem;
  color: inherit;
}
.navbar-2 .dropdown .category-dropdown .dropdown-box .vertical-menu {
  display: block;
  min-width: 28rem;
}
.navbar-2 .dropdown .category-dropdown .dropdown-box .vertical-menu > li {
  margin-right: 0;
  padding: 0 2rem;
}
.navbar-2 .dropdown .category-dropdown .dropdown-box .menu {
  display: flex;
  align-items: center;
}
.navbar-2 .dropdown .category-dropdown .dropdown-box .menu li {
  position: inherit !important;
}
.navbar-2__action-buttons a {
  border: 1px solid #f3f3f3;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding-inline: 10px;
  gap: 3px;
}
.navbar-2__action-buttons a i:before {
  margin: 0;
}
.navbar-2 .wb-shopping-cart {
  position: relative;
  color: var(--wb-primary-color);
}
.navbar-2 .wb-shopping-cart .wb-shopping-cart-count {
  background-color: var(--wb-primary-color);
  border-radius: 50%;
  width: 15px;
  height: 15px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  top: -7px;
  right: -8px;
  color: #fff;
}

.rotate-180 {
  transform: rotate(180deg);
}

.square-45 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
}

.open-menu {
  transform: translateX(0) !important;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.single-slider img:first-child {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width >= 320px) {
  .single-slider img:first-child {
    height: 300px;
  }
}
@media (width >= 1200px) {
  .single-slider img:first-child {
    height: 100%;
  }
}

#scroll-down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -11%;
}
@media (width >= 320px) {
  #scroll-down {
    width: 72px;
  }
}
@media (width >= 1200px) {
  #scroll-down {
    width: 160px;
  }
}

.product-box-1 {
  position: relative;
}
.product-box-1 .discount-percentage {
  position: absolute;
  left: 3%;
  top: 3%;
  background-color: var(--wb-primary-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  border-radius: 5px;
  padding: 1px 6px 0px;
}
.product-box-1 .discount-percentage__title {
  font-size: 0.6rem;
  opacity: 0.8;
  margin-top: 4px;
}
.product-box-1 .wb-add-to-shopping-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: absolute;
  bottom: -55px;
  left: -55px;
  width: 50px;
  height: 50px;
  border-radius: 0 6px 0 0;
  border: 0;
  transition: 0.4s cubic-bezier(0.565, 0.1, 0.44, 1);
}
.product-box-1 .wb-add-to-shopping-cart i {
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}
.product-box-1 .wb-add-to-shopping-cart::before {
  content: "";
  background: 0 0;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -40px;
  left: 1px;
  box-shadow: -1px 7px #fff;
  border-bottom-left-radius: 8px;
}
.product-box-1 .wb-add-to-shopping-cart::after {
  content: "";
  background: 0 0;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0px;
  left: 50px;
  box-shadow: -6px 7px #fff;
  border-bottom-left-radius: 8px;
}
.product-box-1:hover .wb-add-to-shopping-cart {
  bottom: 0;
  left: -1px;
}

.product-box-2 {
  border: 1px solid #ced1d6;
  transition: 0.4s;
  margin-bottom: 25px;
  position: relative;
}
.product-box-2 .discount-percentage {
  background-color: var(--wb-primary-color);
  color: #fff;
  padding: 3px 10px;
  position: absolute;
  left: 3%;
  top: 3%;
  z-index: 1;
}
.product-box-2 .discount-percentage__title {
  font-size: 0.6rem;
}
.product-box-2 .text-center .price-box > div {
  justify-content: center;
}
.product-box-2 del,
.product-box-2 .toman {
  color: #b2b2b2;
}
.product-box-2 .price {
  font-weight: 600;
  color: #000;
}
.product-box-2 .button-primary {
  box-shadow: 0 6px 11px color-mix(in srgb, var(--wb-primary-color), white 90%);
}
@media (width >= 1200px) {
  .product-box-2 .content-box {
    height: 80px;
    transition: 0.4s;
  }
  .product-box-2:hover {
    box-shadow: 0 25px 30px -22px rgba(0, 0, 0, 0.15);
  }
  .product-box-2:hover .content-box {
    height: 135px;
  }
}

.copyright-willaarts {
  flex: 1 !important;
}
.copyright-willaarts a .company-name,
.copyright-willaarts a .copy-right-content,
.copyright-willaarts i {
  color: #fff !important;
}

.footer-1 {
  color: #fff;
}
.footer-1 .separator {
  background-color: #dbdbdb;
}
@media (width >= 320px) {
  .footer-1 .separator {
    width: 100%;
    height: 1px;
  }
}
@media (width >= 1200px) {
  .footer-1 .separator {
    width: 1px;
    height: 40px;
  }
}

.footer-2__title {
  position: relative;
  padding-right: 11px;
}
.footer-2__title::before {
  content: "";
  width: 4px;
  height: 20px;
  background-color: var(--wb-primary-color);
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer-2__lists li:not(:last-child) {
  margin-bottom: 7px;
}
.footer-2__lists li a {
  position: relative;
  padding-right: 20px;
}
.footer-2__lists li a::before {
  content: "";
  width: 13px;
  height: 4px;
  background-color: #e7e7e7;
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer-2__namads li {
  background-color: #d9d9d9;
  width: 70px;
  height: 80px;
  padding: 20px;
}

.price-box del {
  color: #a6a6a6;
  font-size: 0.9em;
}
.price-box .price {
  font-size: 1.1em;
}
.price-box .toman {
  color: #a6a6a6;
  font-size: 0.7em;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.padding-for-absolute-header {
  padding-top: 120px;
  padding-bottom: 40px;
}

.subheader-1 {
  position: relative;
}
.subheader-1 img:first-of-type {
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
.subheader-1__title {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  padding: 11px 0 11px 20px;
  border-radius: 0 0 0 10px;
}
.subheader-1__title::before {
  content: "";
  background: 0 0;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: -40px;
  box-shadow: 10px -10px #fff;
  border-top-right-radius: 9px;
}
.subheader-1__title::after {
  content: "";
  background: 0 0;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: -40px;
  right: 0px;
  box-shadow: 6px -6px #fff;
  border-top-right-radius: 8px;
}
.subheader-1 #scroll-down {
  bottom: -35px;
}

.square-box__item {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding-block: 70px;
  background-color: #f4f4f4;
}
.square-box__item.top-right {
  border-top-right-radius: 55px;
}
.square-box__item.top-left {
  border-top-left-radius: 55px;
}
.square-box__item.bottom-left {
  border-bottom-left-radius: 55px;
}
.square-box__item.bottom-right {
  border-bottom-right-radius: 55px;
}

.form-1 input,
.form-1 textarea {
  border: 1px solid #e6e6e6 !important;
}
.form-1 label {
  position: absolute;
  top: -12px;
  right: 30px;
  background: #fff;
  padding-inline: 10px;
  color: #ccc;
}

.switch {
  font-size: 17px;
  position: relative;
  display: inline-block;
  width: 2.5em;
  height: 1.3em;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e6e6e6;
  transition: 0.4s;
  border-radius: 30px;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 0.8em;
  width: 0.8em;
  border-radius: 20px;
  left: 0.3em;
  bottom: 0.26em;
  background-color: white;
  transition: 0.4s;
}
.switch input:checked + .slider {
  background-color: rgb(0, 221, 80);
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px rgb(0, 221, 80);
}
.switch input:checked + .slider:before {
  transform: translateX(1.1em);
}

.accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
  opacity: 0.5;
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
}

@media (width >= 1200px) {
  .sidebar-1 {
    border-left: 1px solid #efefef;
    padding-left: 15px;
  }
}

/* -------------- Pagination start ---------------- */
.pagination {
  display: flex;
  align-items: center;
  gap: 5px;
}
.pagination .page-link {
  border-radius: 9px !important;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--wb-primary-color);
  cursor: pointer;
}
.pagination .text-next,
.pagination .text-perv {
  display: none;
}

.page-item.active span {
  background-color: var(--wb-primary-color);
  color: #fff;
  border-color: var(--wb-primary-color);
}

.disabled > .page-link,
.page-link.disabled {
  background-color: transparent;
  border: unset;
}

/* -------------- Pagination End ---------------- */
.zoomable {
  position: relative;
  overflow: hidden;
}

.zoomable__img {
  transform-origin: var(--zoom-pos-x, 0%) var(--zoom-pos-y, 0%);
  transition: transform 0.15s linear;
}

.zoomable--zoomed .zoomable__img {
  cursor: zoom-in;
  transform: scale(var(--zoom, 2));
}

.product-details .swiper-button-next:after,
.product-details .swiper-button-prev:after {
  font-size: 1.6rem;
}
.product-details .wb-variation-text-item {
  background: #fff;
  padding: 0px 9px;
  border-radius: 5px;
  outline: 1px solid #f2f2f2;
  margin-left: 10px;
  cursor: pointer;
}
.product-details .wb-variation-text-item.active {
  border: 1px solid var(--wb-primary-color);
}
.product-details .wb-variation-color-item {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  outline: 1px solid #f2f2f2;
  outline-offset: 2px;
}
.product-details .wb-variation-color-item.active {
  outline: 1px solid var(--wb-primary-color);
}

.product-details-2 .thumb-zoomable-gallery .swiper-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.product-details-2 .thumb-zoomable-gallery .swiper-wrapper .swiper-slide {
  padding: 3px;
  border: 1px solid #ededed;
  border-radius: 14px;
}
.product-details-2 .thumb-zoomable-gallery .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  border-color: #d4d4d4;
}
.product-details-2 .wb-variation-text-item {
  background: #fff;
  padding: 0px 9px;
  border-radius: 5px;
  outline: 1px solid #f2f2f2;
  margin-left: 10px;
  cursor: pointer;
}
.product-details-2 .wb-variation-text-item.active {
  border: 1px solid var(--wb-primary-color);
}
.product-details-2 .wb-variation-color-item {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  outline: 1px solid #f2f2f2;
  outline-offset: 2px;
}
.product-details-2 .wb-variation-color-item.active {
  outline: 1px solid var(--wb-primary-color);
}
.product-details-2 .stock {
  background-color: rgba(7, 202, 137, 0.1);
  color: #07ca8a;
  padding: 7px 12px;
}
.product-details-2 .out-stock {
  background-color: rgba(202, 7, 7, 0.1);
  color: #ca0707;
  padding: 7px 12px;
}
.product-details-2 .product-tabs button {
  background-color: transparent;
  border: 0;
  color: #8f8f8f;
  padding-inline: 15px;
  font-size: 1rem;
  padding-bottom: 10px;
}
.product-details-2 .product-tabs button.active {
  border-bottom: 1px solid #000;
  color: #000;
  font-weight: 600;
}
.product-details-2 .product-tabs table .key {
  color: #767676;
  font-weight: 100;
}

.close-btn {
  position: absolute;
  top: 3%;
  left: 4%;
  background: transparent;
  border: 0;
  font-size: 1.1rem;
}

.summary img {
  width: 100%;
  border-radius: 10px;
}

.slider-1 {
  position: relative;
}
.slider-1 .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  border-radius: 15px;
  margin-inline: 2px !important;
}
.slider-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--wb-primary-color);
  width: 20px;
}
@media (width >= 1200px) {
  .slider-1 .swiper-pagination {
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    right: 7.3%;
    left: unset;
    top: 5.5%;
    bottom: unset;
  }
  .slider-1 .swiper-button-next,
  .slider-1 .swiper-button-prev {
    position: absolute;
    bottom: 0%;
    top: unset;
    color: #000;
  }
  .slider-1 .swiper-button-next:after,
  .slider-1 .swiper-button-prev:after {
    font-size: 1.1rem;
  }
  .slider-1 .swiper-button-next {
    left: 8.4%;
  }
  .slider-1 .swiper-button-prev {
    left: 5.7%;
  }
  .slider-1 .swiper::before {
    content: "";
    background-color: #fff;
    border-radius: 30px;
    height: 35px;
    width: 80px;
    position: absolute;
    bottom: 1%;
    left: 5%;
    z-index: 3;
    border: 1px solid #ced1d6;
  }
  .slider-1 .swiper:after {
    content: url(../img/shape.png);
    position: absolute;
    top: 3.9%;
    right: 4%;
    z-index: 2;
  }
}

.info-7__text {
  padding: 40px;
  padding-bottom: 55px;
  position: relative;
}
.info-7__text:before {
  content: "";
  background-color: #f6f6f6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 20px;
  right: 0;
  z-index: -1;
}
.info-7__picture {
  width: 100%;
}
@media (min-width: 1200px) {
  .info-7__text p {
    width: 60%;
  }
  .info-7__text:after {
    content: url(../img/shape.png);
    position: absolute;
    bottom: 0;
    right: 4%;
    z-index: 2;
    transform: rotate(180deg);
  }
  .info-7__text--icon {
    position: absolute;
    bottom: 0%;
    right: 8%;
    z-index: 10;
    line-height: 0;
  }
  .info-7__picture {
    width: 200px;
    position: absolute;
    bottom: 10%;
    left: 17%;
  }
}

.limited-articles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(4, auto);
  gap: 1rem;
}
.limited-articles__card {
  overflow: hidden;
  background: #fff;
}
.limited-articles__card.small {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  height: -moz-fit-content;
  height: fit-content;
}
.limited-articles__card.small img {
  width: 100px;
}
.limited-articles__card.large {
  grid-row: span 4;
  padding: 20px;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.limited-articles__card.large img {
  position: absolute;
  inset: 0;
  width: 100%;
}
.limited-articles__card.large .content * {
  color: #fff;
}
.limited-articles__card.large:after {
  content: "";
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5) 90%);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 35%;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .limited-articles {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .limited-articles__card.large {
    grid-row: auto;
  }
}

.breadcrumb-1 li {
  position: relative;
}
.breadcrumb-1 li:not(:last-child):after {
  content: "\f104";
  position: absolute;
  font-family: "fontello";
  top: 50%;
  transform: translateY(-50%);
  left: -14px;
  opacity: 50%;
}

.shop-page .row:nth-of-type(2) {
  margin-inline: -7.5px;
}
.shop-page .row:nth-of-type(2) .col-6 {
  padding-inline: 7.5px;
}

.article-page .row {
  margin-inline: -7.5px;
}
.article-page .row .col-6 {
  padding-inline: 7.5px;
}

.sidebar-2 .accordion {
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 15px;
}
.sidebar-2 .accordion label {
  padding: 0;
}
.sidebar-2 .accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.sidebar-2 .accordion li a {
  font-family: "iranyekan-light";
}

.breadcrumb li:not(:last-child) a {
  color: #6e6e6e;
}
.breadcrumb li:not(:last-child):after {
  position: relative;
  margin: 0 0.6em;
  font-size: 0.5rem;
  font-weight: 600;
  font-family: "fontello";
  content: "\f626" !important;
  color: #999;
}
.breadcrumb li:last-child a {
  color: #000;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1.3rem;
}

.swiper-angle-top .swiper-button-next,
.swiper-angle-top .swiper-button-prev {
  top: -13%;
  color: #000;
  width: 37px;
  height: 37px;
  font-size: 0.9rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.1);
}
.swiper-angle-top .swiper-button-next:after,
.swiper-angle-top .swiper-button-prev:after {
  font-size: 1rem;
}
.swiper-angle-top .swiper-button-next {
  left: 1%;
}
.swiper-angle-top .swiper-button-prev {
  left: 4%;
  right: unset;
}

@media (min-width: 1200px) {
  .box-height {
    height: 395px;
  }
  .shop-page .box-height {
    height: 360px;
  }
  .info-items-3__item {
    display: flex;
    align-items: center;
    gap: 5px;
  }
}
@media (max-width: 1024px) {
  .sidebar-responsive {
    position: fixed !important;
    background: #fff;
    z-index: 1000;
    height: 101vh;
    width: 100%;
    overflow-y: auto;
    padding-block: 70px;
    top: 0;
    right: 0;
    transform: translateY(100%);
    transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}/*# sourceMappingURL=style.css.map */