@charset "UTF-8";
@font-face {
    font-family: "iranyekan-Extrabold";
    src: url("../fonts/iryekan/eot/iranyekanwebextraboldfanum.eot") format("embedded-opentype"), url("../fonts/iryekan/woff/iranyekanwebextraboldfanum.woff") format("woff"), url("../fonts/iryekan/ttf/iranyekanwebextraboldfanum.ttf") format("truetype");
    font-style: normal;
}
@font-face {
    font-family: "vazir";
    src: url("../fonts/vazir/Vazir.eot") format("embedded-opentype"), url("../fonts/vazir/Vazir.woff") format("woff"), url("../fonts/vazir/Vazir.ttf") format("truetype");
    font-style: normal;
}
@font-face {
    font-family: "iranyekan";
    src: url("../fonts/iranyekan/iranyekan.eot") format("embedded-opentype"), url("../fonts/iranyekan/iranyekan.woff") format("woff"), url("../fonts/iranyekan/iranyekan.ttf") format("truetype");
    font-style: normal;
}
@font-face {
    font-display: swap;
    font-family: "iranyekandigi";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/iranyekandigi/iranyekanweblight.dd0fc0f0.eot");
    src: url("../fonts/iranyekandigi/iranyekanweblight.dd0fc0f0.eot") format("embedded-opentype"),url(../fonts/iranyekandigi/iranyekanweblight.1225b31b.woff2) format("woff2"),url(../fonts/iranyekandigi/iranyekanweblight.069074f8.woff) format("woff"),url("../fonts/iranyekandigi/iranyekanweblight.deb03d0d.ttf") format("truetype")
}
@font-face {
    font-family: "sahel";
    src: url("../fonts/Sahel/Sahel.eot") format("embedded-opentype"), url("../fonts/Sahel/Sahel.woff") format("woff"), url("../fonts/Sahel/Sahel.ttf") format("truetype");
    font-style: normal;
}


* {
  margin: 0;
  padding: 0;
  outline: none;
}

body {
  direction: rtl;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:hover span {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

p {
  margin: 0;
}

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

img {
    pointer-events: none;
}

.my-80 {
  margin: 80px 0;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.my-100 {
  margin: 100px 0;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.gap-2 {
  gap: 2px;
}

.gap-4 {
  gap: 4px;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.border-1 {
    border: 1px solid #eee;    
}

.border-p {
    border-bottom: 1px solid #eee;
}

.c-row {
  display: flex;
  flex-wrap: wrap;
}

.container-2xl-w {
  width:100%;
  max-width:1336px;
  margin: 0 auto;
}
.container-4xl-w {
  width:100%;
  max-width:1676px;
  margin: 0 auto;
}

.img-container {
  position: relative;
  overflow: hidden;
  display: block;
}
.img-container::after {
  content: "";
  display: block;
}

.img-container-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  
  justify-content: center;
    height: 100%;
}
.product-card.box1 .img-container-inner{
    padding-top:20px;
}

.img-cover img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.line {
  width: 100%;
  margin: 1rem 0;
  height: 1px;
  background: #eee;
}

.footer .line {
  background: #444;
}

.red-text p{
    color: var(--primary-color) !important;
}

.box {
  padding: 20px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #E3E3E3;
}
.c-box {
  padding: 1rem;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #E3E3E3;
}
.c-box h5 {
  width: fit-content;
  margin-top: -1.5rem;
  background: #fff;
  padding: 0 7px;
}
.products .c-box {
  padding: 0 !important; 
} 
.products .c-box .section-title {
  height: 1.875rem;
  margin-top: -1rem;
  padding: 0 1rem;
}
.primary-btn,
.secondary-btn {
  font-size: 14px;
  color: #ffffff;
  font-family: "iranyekan";
  background: var(--primary-color);
  border-radius: 5px;
  padding: 10px 20px;
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}
.primary-btn:hover,
.secondary-btn:hover {
  background: #343434;
  color: #ffffff;
}
.primary-btn span,
.secondary-btn span {
  margin-right: 5px;
}

.secondary-btn {
  background: #ddd;
  color: #151515;
}

.btn-inactive {
  opacity: 0.8;
}

.group-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.group-field label {
  font-size: 14px;
  color: #333333;
  font-family: "iranyekan";
  margin-bottom: 10px;
}
.group-field label span {
  color: var(--primary-color);
}
.group-field input,
.group-field textarea {
  font-size: 16px;
  font-family: "iranyekan";
  color: #333333;
  border: 1px solid #ebebeb;
  background: #ffffff;
  padding: 10px 15px;
  border-radius: 5px;
}
.group-field input:focus,
.group-field textarea:focus {
  border: 1px solid var(--primary-color);
}

.group-radio input {
  display: none;
}
.group-radio label {
  font-size: 14px;
  color: #333333;
  font-family: "iranyekan";
  padding: 0 35px 0;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.group-radio label span {
  color: #737373;
  font-size: 12px;
  margin-top: 10px;
  display: block;
}
.group-radio label::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-50%);
  border-radius: 5px;
  width: 15px;
  height: 15px;
  border: 2px solid var(--primary-color);
  font-family: "icomoon";
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 0.2s linear;
}
.group-radio .icon_shipping {
  font-size: 45px;
  color: #f0ad4e;
  margin-left: 10px;
  margin-top: 0;
}
.group-radio input:checked ~ label::after {
  background: var(--primary-color);
}

.group-pass {
  border: 1px solid #ebebeb;
  background: #ffffff;
  border-radius: 5px;
  padding: 0 10px;
}
.group-pass input {
  flex-grow: 2;
  border: 0;
}
.group-pass input:focus {
  border: 0;
}
.group-pass:focus-within {
  border: 1px solid var(--primary-color);
}

.styled-select {
  width: 250px;
  min-height: 45px;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #E3E3E3;
  background: #F8F8F8;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.styled-select::before {
  content: "\e912";
  font-family: "icomoon";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 15px;
}
.styled-select select {
  font-size: 15px;
  padding: 0 10px;
  border: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  font-family: "iranyekan";
  height: 100%;
  width: 100%;
  color: #151515;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.group-checkbox {

}
.group-checkbox input {
  display: none;
}
.group-checkbox label {
    font-size: 13px;
    color: #555;
    font-family: "iranyekan";
    position: relative;
    padding-right: 30px;
    top: -12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
}
.group-checkbox label::after {
  content: "";
  font-family: "icomoon";
  width: 18px;
  height: 18px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #ffffff;
  transition: all 0.2s linear;
  /*background: #d4dce0;*/
  position: absolute;
  right: 5px;
    top:0;
    border: solid 1px #555;
    padding-top: 2px;
}

.group-checkbox input:checked ~ label::after {content: "\f00f";
    background: var(--primary-color);
    border-color: var(--primary-color);
    font-size: 8px;

    font-weight: bold;
}

.pagination-wrapper {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #E3E3E3;
  padding: 10px;
}
.pagination-wrapper .page-link {
  font-size: 14px;
  font-family: "iranyekan";
  color: #151515;
  border: 0;
  border-radius: 4px;
}
.c-box .section-title {
  height: 1.875rem;
  margin-top: -2rem;
}
.section-title .section__title {
  width: fit-content;
  font-size: 20px;
  font-family: "iranyekan";
  background: #fff;
  color: #727272;
  margin-left: 10px;
  padding: 0 10px;
  white-space: nowrap;
}
.section-title .section__title_small {
  font-size: 18px;
  font-family: "iranyekan";
}
.section-title .section__title_en {
  font-size: 14px;
  font-family: "iranyekan";
  color: #727272;
  padding: 6px 15px 3px 15px;
  background-color: #F5F5F5;
  border-radius: 15px 15px 15px 15px;
  margin-left: 10px;
  display: inline-block;
  white-space: nowrap;
}
.section-title .line {
  border-top: 1.5px #9D9D9D;
  flex-grow: 2;
}
.section-title .view-all {
  width: fit-content;
  font-size: 14px;
  font-family: "iranyekan";
  background: #fff;
  color: #727272;
  margin-right: 10px;
  padding: 0 10px;
  white-space: nowrap;
}
.section-title .view-all span {
  margin-right: 5px;
}
.section-title .view-all:hover {
  color: var(--primary-color);
}

.products .owl-stage-outer {
  overflow: visible !important;
  margin-right: 4px;
}

.original-price {
  font-size: 14px;
  color: #9d9d9d;
  font-family: "iranyekan";
  text-decoration: line-through;
}

.product-price {
  align-self: flex-end;
  font-size: 16px;
  color: #9d9d9d;
  font-family: "iranyekan";
}
.product-price span {
  color: #3f4064;
  font-family: "vazir";
}

.product-card {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  justify-content: space-between;
  background: #fff;
  overflow: hidden;
}
#product-list .product-card {
  border-bottom: 1px solid #ddd;
}
@media (min-width: 1676px) {
  #product-list .list > div:nth-of-type(5n+1) .product-card,
  #product-list .list > div:nth-of-type(5n+2) .product-card,
  #product-list .list > div:nth-of-type(5n+3) .product-card,
  #product-list .list > div:nth-of-type(5n+4) .product-card {
    border-left: 1px solid #ddd;
  }
}

@media (min-width: 1200px) and (max-width: 1675.99px){
  #product-list .list > div:nth-of-type(4n+1) .product-card,
  #product-list .list > div:nth-of-type(4n+2) .product-card,
  #product-list .list > div:nth-of-type(4n+3) .product-card {
    border-left: 1px solid #ddd;
  }
}

@media (min-width: 992px) and (max-width: 1199.99px) {
  #product-list .list > div:nth-of-type(3n+1) .product-card,
  #product-list .list > div:nth-of-type(3n+2) .product-card {
    border-left: 1px solid #ddd;
  }
}

@media (min-width: 576px) and (max-width: 991.99px) {
  #product-list .list > div:nth-of-type(2n+1) .product-card {
    border-left: 1px solid #ddd;
  }
}

.owl-item.active .product-card {
  border-left: 1px solid #ddd;
}

.product-card.box1 {
  flex-direction: column;
  transition: all 0.2s linear;
}
.product-card .product-img {
  width: 100%;
}
.product-card .product-img::after {
  padding-bottom: 100%;
}
.product-card .product-img img {
  width: 90%;
  margin: 0 auto;
}
.product-img.img-container {
  position: relative;
}
.product-card .product-name {
  font-size: 13px;
  color: #333;
  font-family: "iranyekan";
  margin: 7px 0;
  min-height: 2.5rem;
  line-height: 1.5rem;
}
.product-card .product-name-en {
  font-size: 13px;
  color: #a0a0a0;
  font-family: "iranyekan";
}
.product-card .buy-btn {
  font-size: 12px;
  font-family: "iranyekan";
  transition: all 0.2s linear;
}
.product-card .line {
  margin: 10px 0;
}

.product-card .discount-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  border-radius: 50%;
  font-size: 12px;
  color: #ffffff;
  font-family: "iranyekan";
  padding: 4px 4px 1px 4px;
  aspect-ratio: 1;
}
.product-card:hover {
  box-shadow: 0 .5rem 2rem #d1d8ea;
  transform: translateY(-2px);
  z-index: 2;
}
.discount-products-box .product-card:hover {
  box-shadow: none !important;
}
.product-card-2:hover .product-card,
.product-card-2:hover .valueChangerContainer {
  border: 1px solid var(--primary-color);
  transition: all 0.2s linear;
}

.product-card .delete-product {
  position: absolute;
  left: 10px;
  background: var(--primary-color);
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
}

.product-card button,
.product-card-2 button {
  border: none;
  background: none;
  color: #555;
}

.product-card-2 {
  display: flex;
  height: 100%;
  gap: 3px;
}

.valueChangerContainer {
  display: flex;
  flex-direction: column;
  padding: 5px;
  gap: 5px;
  border: 1px solid #e1e1e1;
  border-radius: 15px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

.quantity-field-card {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #999;
    border: 1px solid #eee;
    border-radius: 7px;
    background: #fff;
    text-align: center;
    font-family: "iranyekan";
}
.quantity-field-card::placeholder {
    color: #aaa;
}
.increment-icon {
    color: #00bb00;
}
.decrement-icon {
    color: #ff9090;
}
.quantity-control .icon-add {
    display: flex;
    width: 100%;
    min-width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 2px solid var(--cart-increase-icon-color);
    color: var(--cart-increase-icon-color);
    font-size: 21px;
}
.quantity-control .icon-add:hover {
    background: var(--cart-increase-icon-color);
    color: #fff;
}
.quantity-control .icon-minus {
    display: flex;
    width: 100%;
    min-width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 2px solid var(--cart-decrease-icon-color);
    color: var(--cart-decrease-icon-color);
    font-size: 21px;
}
.quantity-control .icon-minus:hover {
    background: var(--cart-decrease-icon-color);
    color: #fff;
}
.quantity-control .icon-trash {
    display: flex;
    width: 100%;
    min-width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
    color: var(--cart-remove-icon-color);
    font-size: 24px;
}

.popup-container {
    position: absolute;
    width: 40px;
    left: 20px;
    transform: translateX(-50%) translateY(110%);
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 0 1rem rgba(0,0,0,.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
}
.popup-container.open {
    transform: translateX(-50%) translateY(0);
}
.popup-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.close-popup {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    top: -12px;
    left: -5px;
    width: 20px;
    height: 20px;
    background: var(--primary-color) !important;
    color: #fff !important;
    border-radius: 50%;
    border: none;
    padding: 4px;
    cursor: pointer;
    z-index: 3;
}
.quantity-control {
    gap: 5px; 
}

.horizontal-product-card .horizontal-product-img {
  min-width: 100px;
}
.horizontal-product-card .horizontal-product-img::after {
  padding-bottom: 100%;
}

.horizontal-product-card {
  border-bottom: 1px solid #ddd;
}
.horizontal-product-card .popup-container {
    position: absolute;
    width: 50%;
    left: 0;
    bottom: 0;
    transform: translateX(-100%) translateY(0);
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 0 1rem rgba(0,0,0,.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 1;
    z-index: 2;
}
.horizontal-product-card .popup-container.open {
    opacity: 1;
    transform: translateX(0) translateY(0) scale(1);
}

@media (min-width: 992px) {
  .latest-products .c-row > div:nth-of-type(3n) .horizontal-product-card,
  .latest-products .c-row > div:nth-of-type(3n+2) .horizontal-product-card {
    border-left: 1px solid #ddd;
  }
  .latest-products .c-row > div:nth-last-child(-n+3) .horizontal-product-card {
    border-bottom: none;
  }
}

@media (min-width: 576px) and (max-width: 991.99px) {
  .latest-products .c-row > div:nth-of-type(2n+1) .horizontal-product-card {
    border-left: 1px solid #ddd;
  }
  .latest-products .c-row > div:nth-last-child(-n+2) .horizontal-product-card {
    border-bottom: none;
  }
}

@media (max-width: 575.99px) {
  .latest-products .c-row > div .horizontal-product-card {
    border-left: none;
  }
  .latest-products .c-row > div:nth-last-child(-n+1) .horizontal-product-card {
    border-bottom: none;
  }
}
.owl-item.active .horizontal-product-card {
  border-left: 1px solid #ddd;
}
.product-card.box2 {
  flex-direction: row;
  transition: all 0.2s linear;
}



#accordian {
  width: 100%;
  min-height: 100vh;
  height: 100%;
}
#accordian ul {
  padding: 0;
  margin: 0;
  width: 100%;
}
#accordian ul li a {
  position: relative;
}

#accordian > ul.show-dropdown > li.active > a,
#accordian > ul > li > ul.show-dropdown > li.active > a,
#accordian > ul > li > ul > li > ul.show-dropdown > li.active > a,
#accordian > ul > li > ul > li > ul > li > ul.show-dropdown > li.active > a,
#accordian > ul > li > ul > li > ul > li > ul > li > ul.show-dropdown > li.active > a {
  width: 100%;
}

#accordian > ul.show-dropdown > li > a,
#accordian > ul > li > ul.show-dropdown > li > a,
#accordian > ul > li > ul > li > ul.show-dropdown > li > a,
#accordian > ul > li > ul > li > ul > li > ul.show-dropdown > li > a,
#accordian > ul > li > ul > li > ul > li > ul > li > ul.show-dropdown > li > a {
  width: 100%;
}

#accordian > ul > li > ul,
#accordian > ul > li > ul > li > ul,
#accordian > ul > li > ul > li > ul > li > ul,
#accordian > ul > li > ul > li > ul > li > ul > li > ul {
  display: none;
  position: relative;
  background: #f5f5f5;
}

#accordian > ul > li.active > ul.show-dropdown,
#accordian > ul > li > ul > li.active > ul.show-dropdown,
#accordian > ul > li > ul > li > ul > li.active > ul.show-dropdown,
#accordian > ul > li > ul > li > ul > li > ul > li.active > ul.show-dropdown {
  display: block;
}

#accordian > ul > li > ul,
#accordian > ul > li > ul > li > ul,
#accordian > ul > li > ul > li > ul > li > ul,
#accordian > ul > li > ul > li > ul > li > ul > li > ul {
  padding-left: 0;
}

#accordian a:not(:only-child):after {
  content: "\e912";
  position: absolute;
  left: 20px;
  top: 14px;
  font-size: 15px;
  font-family: "icomoon";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  transition: 0.2s;
}

#accordian .active > a:not(:only-child):after {
  transform: rotate(180deg);
}

.menuOpened .menu_overlay {
  display: block;
}

.menuOpened .sidebarMenu {
  transform: translate(0, 0);
  transition: all 0.3s cubic-bezier(0.29, 0.39, 0.68, 0.53);
}

.menuOpened {
  overflow: hidden;
}

.header .search-box {
  display: flex;
  width: 95%;
  max-width: 600px;
  border-radius: 10px;
  background: #f0f0f1;
  z-index: 100;
  position: relative;
}
.header .search-box .search-input {
  width: 100%;
  font-size: 14px;
  font-family: "iranyekan";
  color: #777;
  background: transparent;
  border: none;
  padding: 10px;
}
.header .search-box .search-input::-moz-placeholder {
  color: #999;
}
.header .search-box .search-input::placeholder {
  color: #999;
}
.header .search-box .dropdown-menu {
  border: 1px solid rgb(226, 226, 226);
  padding: 10px;
  border-radius: 10px;
}
.header .search-box .dropdown-menu .dropdown-item {
  font-size: 14px;
  font-family: "iranyekan";
  color: #848484;
}
.header .search-box .dropdown-menu .dropdown-item:active {
  background-color: unset;
}
.header .search-box .dropdown-toggle {
  height: 100%;
  color: #fff;
}
.header .search-box .dropdown-toggle option {
  padding: 5px 0;
}
.header .search-box .dropdown-toggle::after {
  margin-right: 15px;
  left: 10px !important;
  position: absolute;
}
.header .search-box .nav-tabs {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border: none;
  background: var(--primary-color);
  border-radius: 30px;
  box-shadow: -4px 0 8px rgba(239, 58, 79, 0.2509803922);
  min-width: 180px;
}
.header .search-box .search-btn {
  background: transparent;
  padding: 0 15px;
  color: #343434;
  border: 0;
}
.header .search-box .dropdown {
  height: 100%;
  width: 100%;
}
.header .search-box .nav-link {
  font-size: 14px;
  font-family: "iranyekan";
  color: #ffffff;
  border: none;
  padding: 0 5px;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.header .search-box .nav-link:hover {
  border-color: unset;
}

.header .navbar-brand {
  margin-left: 20px;
}
.header .navbar-brand img {
  width: 170px;
}
.header .navbar-top {
  background: #FFF;
}
.header .navbar-top.fixed-top {
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.header .navbar {
  background: #FFF;
  padding: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.header .nav-link {
  font-size: 13px;
  color: #9D9D9D;
  font-family: "iranyekan";
  padding: 0 12px !important;
  height: 100%;
    /*display: flex !important;
    align-items: baseline!important;*/
}
.navbar-nav {
    position: relative;
}
.navbar-underline {
    position: absolute;
    bottom: 0;
    height: 2px;
    background: var(--primary-color);
    transition: all 0.3s ease;
    width: 0;
    left: 0;
}
.header .nav-link p {
  position: relative;
  padding: 14px 0;
  color: #62666d;
}
.header .nav-link:hover,
.header .nav-link:hover i,
.header .nav-link:hover p {
    color: var(--primary-color);
}
.nav-item i {
  color: #62666d;
}
.header .nav-link span {
  margin-left: 5px;
  font-size: 18px;
}
.header .nav-link:hover span {
  color: var(--primary-color);
}
.header .nav-link:hover p {
  color: var(--primary-color);
}
.header .nav-link:hover p::after {
  width: 100%;
}
.header .nav-link.active span {
  color: var(--primary-color);
}
.header .nav-link.active p {
  color: var(--primary-color);
}
.header .nav-link.active p::after {
  width: 100%;
}
.header .contact-text {
  font-size: 10px;
  color: #737373;
  font-family: "iranyekan";
}
.header .contact-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #F1F1F1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.header .phone {
  font-size: 13px;
  color: #62666d;
  font-family: "iranyekan";
}
.header .badge {
  font-size: 9px;
  background: var(--primary-color);
  font-family: "iranyekan";
}
.header .login-btn {
    margin-right: 10px;
    font-size: 14px;
    color: #62666d;
    font-family: "vazir";
    transition: all 0.2s linear;
    padding: 4px 4px 4px 10px;
    border-radius: 11px;
    border: solid 2px #f5f5f5;
    background: #f0f0f1;
    white-space: nowrap;
}
.header .login-btn span {
  display: flex;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.header .login-btn:hover {
  color: #A6A6A7;
}
.header .navbar-toggler {
  font-size: 25px;
  box-shadow: none;
  color: #151515;
}
.header .btn-header {
  margin: 0 10px;
  padding-left: 15px;
  font-size: 20px;
  color: #62666d;
  position: relative;
  transition: all 0.2s linear;
}
.header .btn-header:hover {
  color: #A6A6A7;
}
.header .btn-header::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 50%;
  width: 1px;
  background: #e4e4e4;
}
.header .offcanvas-start {
  width: 300px;
}
.header .sidebar-link {
  font-size: 14px;
  font-family: "iranyekan";
  color: #343434;
  padding: 15px;
  border-bottom: 1px solid #e0e0e0;
}
.header .sidebar-link span {
  margin-left: 10px;
  font-size: 20px;
}
.header .sidebar-link.active {
  color: var(--primary-color);
}
.header .sidebar-category-link {
  background: var(--primary-color);
  color: #ffffff;
}
.header .sidebar-category-item.active .sidebar-category-link {
  background: var(--primary-color) !important;
  color: #ffffff;
}
.header .search-sidebar {
  box-shadow: 0 -1px 9px rgba(0, 0, 0, 0.17);
}
.header .search-sidebar input {
  font-size: 14px;
  font-family: "iranyekan";
  color: #343434;
  flex-grow: 2;
  background: transparent;
  padding: 20px 10px;
  border: 0;
}
.header .search-sidebar button {
  padding: 0 10px;
  color: #343434;
  background: transparent;
  border: 0;
  font-size: 20px;
}
.header .category-item {
  font-size: 13px;
  color: #333333;
  font-family: "iranyekan";
  margin-left: 10px;
  position: relative;
  padding: 10px 0 10px 10px;
}
.header .category-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(228, 228, 228);
  width: 1px;
  height: 50%;
}
.header .category-item span {
  margin-left: 10px;
  font-size: 20px;
}

.search-result {
  position: absolute;
  top: 112%;
  left: 0;
  background: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
  border-radius: 10px;
}
.search-result_item {
  border-bottom: 1px solid rgb(224, 224, 224);
}
.search-result_item:last-child {
  border-bottom: 0;
}
.search-result_img {
  min-width: 60px;
  margin-left: 10px;
}
.search-result_img::after {
  padding-bottom: 100%;
}
.search-result_img img {
  max-width: 100%;
  max-height: 100%;
}
.search-result_name {
  font-size: 15px;
  transition: all 0.2s linear;
  font-family: "iranyekan";
  color: #000;
  margin-bottom: 10px;
}
.search-result_name:hover {
  color: var(--primary-color);
}
.search-result_category {
  font-size: 14px;
  transition: all 0.2s linear;
  font-family: "iranyekan";
  color: #000;
  padding-right: 15px;
  margin-right: 10px;
  position: relative;
}
.search-result_category::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #07c0cb;
}
.search-result_category:hover {
  color: #135245;
}
.search-result_tags .tag-link {
  font-size: 12px;
  font-family: "iranyekan";
  background: #f5f5f5;
  border-radius: 8px;
  padding: 3px 10px;
  color: #000;
  margin: 5px;
  transition: all 0.2s linear;
}
.search-result_tags .tag-link:hover {
  background: var(--primary-color);
  color: #ffffff;
}

.group-input-dropdown {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.group-input-dropdown label {
  font-size: 16px;
  font-family: "iranyekan";
  color: #333333;
  margin-bottom: 10px;
}
.group-input-dropdown label span {
  color: var(--primary-color);
}
.group-input-dropdown input {
  font-size: 16px;
  font-family: "iranyekan";
  color: #000000;
  width: 100%;
  padding: 10px;
  border-radius: 40px;
  border: 1px solid rgb(226, 226, 226);
  background: #ffffff;
}
.group-input-dropdown input:focus {
  border: 1px solid var(--primary-color);
}

.has-dropdown {
  position: relative;
}
.has-dropdown .dropdown-cart {
  background: #FFF;
  box-shadow: 16px 17px 29px 0px rgba(0, 0, 0, 0.06);
  width: 400px;
  position: relative;
  z-index: 100;
  border: 1px solid rgb(226, 226, 226);
  padding: 20px;
  border-radius: 10px;
  top: 100%;
  left: 0;
}
.has-dropdown .dropdown-cart-list {
  max-height: 300px;
  overflow-y: auto;
}
.has-dropdown .dropdown-cart-list::-webkit-scrollbar-thumb:hover {
  background-color: #f1db9d;
}
.has-dropdown .dropdown-container {
  left: 0;
  display: none;
}
.has-dropdown .dropdown-cart-item {
  border-bottom: 1px solid #E3E2E1;
  padding: 9px 0;
}
.has-dropdown .dropdown-cart-item:last-child {
  border-bottom: 0;
}
.has-dropdown .cart-item-title {
  font-size: 14px;
  color: #151515;
  font-family: "vazir";
  margin-bottom: 15px;
}
.has-dropdown .cart-item-price {
  color: #9d9d9d;
  font-size: 16px;
  font-family: "iranyekan";
}
.has-dropdown .cart-item-price span {
  color: var(--primary-color);
  font-family: "iranyekan";
}
.has-dropdown .delete-product {
  color: #CCC9C4;
  transition: all 0.2s linear;
  margin-left: 5px;
}
.has-dropdown .delete-product:hover {
  color: #F30000;
}
.has-dropdown .cart-item-img {
    width: 65px;
    border-radius: 15px;
    background: #FFF;
    overflow: hidden;
}
.has-dropdown .cart-item-img::after {
  padding-bottom: 100%;
}
.has-dropdown .cart-item-img img {
  max-width: 95%;
  max-height: 95%;
}
.has-dropdown .total-box {
  border-radius: 16px;
  background: #F9F9F9;
  padding: 5px 10px;
}
.has-dropdown .total-box-title {
  font-size: 14px;
  color: #333333;
  font-family: "iranyekan";
}
.has-dropdown .total-box-price {
  color: #9d9d9d;
  font-size: 20px;
  font-family: "iranyekan";
}
.has-dropdown .total-box-price span {
  color: var(--primary-color);
  font-family: "iranyekan";
}
.has-dropdown .dropdown-login {
  width: 230px;
  padding: 20px;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  background: #fff;
  display: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.has-dropdown .dropdown-login_title {
  font-size: 21px;
  color: #333333;
  font-family: "iranyekan";
}
.has-dropdown .dropdown-login .register-link,
.has-dropdown .dropdown-login .forget-pass-link {
  font-size: 16px;
  color: var(--primary-color);
  transition: all 0.2s linear;
  font-family: "iranyekan";
}
.has-dropdown .dropdown-login .register-link:hover,
.has-dropdown .dropdown-login .forget-pass-link:hover {
  text-decoration: underline;
}
.has-dropdown .login-dropdown-btn {
  font-size: 16px;
  color: #ffffff;
  font-family: "iranyekan";
  width: 100%;
  border-radius: 10px;
  background: var(--primary-color);
  padding: 10px;
  margin-bottom: 10px;
  transition: all 0.2s linear;
}
.has-dropdown .login-dropdown-btn:hover {
  background: #343434;
  color: #ffffff;
}
.has-dropdown:hover .dropdown-login {
  display: block;
}
.has-dropdown:hover .dropdown-container {
  display: block;
}

.megamenu-container:hover .megamenu {
  display: block;
}

.megamenu {
  width: auto;
  min-width: 100%;
  position: absolute;
  top: 100%;
  left: unset;
  right: 0;
  transform: unset;
  z-index: 100;
  display: none;
}
.megamenu .megamenu-list {
  width: 20%;
  padding: 10px 0 15px 0;
  border-left: 1px solid rgb(233, 233, 233);
}
.megamenu .megamenu__content {
  padding: 10px;
}
.megamenu .megamenu__content .megamenu__list_title {
  font-size: 12px;
  color: #067e93;
  font-family: "vazir";
}
.megamenu .megamenu__content .megamenu__item__title {
    font-size: 14px;
    color: #051518;
    position: relative;
    padding-right: 8px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-family: 'vazir';
    font-weight: bold;
    transition:all 0.5s ease;
    position: relative;
}
.megamenu .megamenu__content .megamenu__item__title:before{
    display: inline-block;
    content: '';
    border-right: solid 2px #df6b6b;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 15px;
    margin-top: 4px;
    margin-left: 5px;
}
.megamenu .megamenu__content .megamenu__item__title:hover{
    color:var(--primary-color);
}
.megamenu .megamenu__content .megamenu__item__title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
}
.megamenu .megamenu__content .megamenu__item__title span {
  margin-right: 5px;
}
.megamenu .megamenu__content .megamenu__item__link {
  min-width: 200px;
  font-size: 13px;
  color: #343434;
  font-family: "iranyekan";
  padding: 1px 0;
  transition: all 0.2s linear;
  display: inline-block;
}
.megamenu .megamenu__content .megamenu__item__link:hover {
  color: var(--primary-color);
}
.megamenu .megamenu__content .img-megamenu {
  width: 100%;
  border-radius: 10px;
}
.megamenu .megamenu__box {
  border: 1px solid rgb(233, 233, 233);
  border-radius: 0 0 15px 15px;
}
.megamenu .megamenu_link {
  font-size: 14px;
  font-family: "iranyekan";
  color: #333333;
  padding: 12px;
  position: relative;
}
.megamenu .megamenu_link p span {
  margin-left: 5px;
  font-size: 15px;
}
.megamenu .megamenu_link:hover {
  background: linear-gradient(270deg, rgba(255, 10, 10, 0.1) 0%, rgba(239, 58, 79, 0.01) 100%);
}
.megamenu .megamenu_link:hover p {
  color: var(--primary-color);
}
.megamenu .megamenu_link:hover::after {
  background: var(--primary-color);
}
.megamenu .megamenu_link_icon {
  margin-left: 5px;
}
.megamenu .megamenu_link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  transition: all 0.2s linear;
}

.owl-dots .owl-dot {
  width: 5px;
  height: 5px;
  background: #aaaa !important;
  border-radius: 30px;
  margin: 0 2px;
}
.owl-dots .owl-dot.active {
  width: 15px;
  background: var(--primary-color) !important;
}

.slider-section {
  margin: 0 0 40px 0;
}
.slider-section .slider-carousel {
  position: relative;
  margin-bottom: 40px;
}
.slider-section .slider-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-section .slider-carousel .slider-img {
  width: 101%;
  margin-right: -3px;
  max-height: calc(25vw);
}
.slider-section .slider-carousel .slider-img::after {
  padding-bottom: 45%;
}
.slider-section .slider-carousel .owl-nav {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  display: flex;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.2, 1, 0.3, 1);
}
.slider-section .slider-carousel:hover .owl-nav {
  opacity: 1;
  pointer-events: auto;
}

.slider-section .slider-carousel .owl-prev,
.slider-section .slider-carousel .owl-next {
  position: relative;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 7px;
  z-index: 10;
}
.slider-section .slider-carousel .owl-prev {
  margin-right: 15px;
}
.slider-section .slider-carousel .owl-next {
  margin-right: 7px;
}
.slider-section .discounts-carousel {
  height: 100%;
}

.discounts-carousel {
  border: 2px solid #EBEBEB;
  background: #ffffff;
  border-radius: 15px;
}
.discounts-carousel .product-card {
  border: 0;
  background: transparent;
  border-radius: 0;
}
.discounts-carousel .product-card:hover {
  border: 0;
}
.discounts-carousel .owl-nav {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.discounts-carousel .owl-prev,
.discounts-carousel .owl-next {
  position: relative;
  width: 24px;
  height: 24px;
}
.discounts-carousel .owl-prev span,
.discounts-carousel .owl-next span {
  display: none;
}
.discounts-carousel .owl-prev::after,
.discounts-carousel .owl-next::after {
  font-family: "icomoon";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 7px;
  width: 100%;
  height: 100%;
  color: #727272;
}
.discounts-carousel .owl-prev {
  margin-right: 15px;
}
.discounts-carousel .owl-prev::after {
  content: "\e91b";
}
.discounts-carousel .owl-next {
  margin-left: 15px;
}
.discounts-carousel .owl-next::after {
  content: "\e916";
}
.discounts-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.banners {
    margin-bottom: 40px;
}

.banners .banner-img {
  width: 100%;
}
.banners .banner-img::after {
  padding-bottom: 27%;
}

.banners img {
  width: 100%;
  border-radius: 30px;
}

.single-banner {
  margin-bottom: 70px;
}
.single-banner .single-banner-img {
  width: 100%;
}
.single-banner .single-banner-img::after {
  padding-bottom: 16%;
}

.store-details {
  margin-bottom: 35px;
}
.store-details .store-details_box {
  position: relative;
}
.store-details .store-details_box_inner {
  padding: 15px;
  border-radius: 15px;
  border: 1px solid #F1F1F1;
  background: #ffffff;
  transition: all 0.2s linear;
  height: 100%;
  z-index: 10;
  position: relative;
}
.store-details .store-details_box::before, .store-details .store-details_box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 8px;
  background: #FFEEF0;
  width: 80%;
  border-radius: 0 0 15px 15px;
  z-index: -1;
  transition: all 0.2s linear;
}
.store-details .store-details_box::before {
  width: 90%;
  background: #FFD0D6;
  z-index: 1;
}
.store-details .store-details_box img {
  width: 50px;
}
.store-details .store-details_box h5 {
  font-size: 14px;
  font-family: "iranyekan";
  color: #333333;
  transition: all 0.2s linear;
}
.store-details .store-details_box span {
  font-size: 12px;
  font-family: "iranyekan";
  color: #aaa;
  transition: all 0.2s linear;
}
.store-details .store-details_box:hover .store-details_box_inner{
  background: #F27482;
  transform: translateY(-10px);
}
.store-detail-hover .store-details_box .store-details_box_inner{
    background: #13b5f3 ;
    transform: translateY(-10px);
}
.store-detail-hover h5,
.store-detail-hover span{
    color:#fff!important;
}
.store-details .store-details_box:hover::before,
.store-detail-hover .store-details_box::before{
  transform: translate(-50%, -5px);
}
.store-details .store-details_box:hover h5, .store-details .store-details_box:hover span {
  color: #ffffff;
}

.brands {
  margin-bottom: 20px;
  position: relative;
}
.brands .brand-img {
  width: 100%;
}
.brands .brand-img::after {
  padding-bottom: 40%;
}
.brands .owl-dots {
  position: absolute;
  left: 0;
}
.blog-posts-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
}

@media (min-width: 640px) {
    .blog-posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 720px) {
    .blog-posts-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1280px) {
    .blog-posts-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}
.horizontal-blog-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    padding: 1rem;
    transition: all 0.3s ease;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.horizontal-blog-card:hover{
    transform: translateY(-2px);
    border-bottom: 3px solid var(--primary-color); 
    z-index: 2;
}
.horizontal-blog-card .blog-img {
  min-width: 145px;
  border-radius: 15px;
  margin-left: 20px;
}
.horizontal-blog-card .blog-img::after {
  padding-bottom: 70%;
}
.horizontal-blog-card .blog-title {
  font-size: 14px;
  font-family: "iranyekan";
  color: #333333;
}
.horizontal-blog-card .blog-title:hover {
  color: var(--primary-color);
}
.horizontal-blog-card .blog-text {
  font-size: 13px;
  font-family: "iranyekan";
  color: #737373;
  margin: 8px 0;
}
.horizontal-blog-card .blog-date {
  font-size: 12px;
  font-family: "iranyekan";
  color: #737373;
}
.horizontal-blog-card .blog-date span {
  margin-left: 5px;
}

.categories {
  margin-bottom: 70px;
}
.categories .category-link {
  padding: 10px 5px;
  border-radius: 15px;
  height: 100%;
  border: 1px solid #eee;
  width: 100%;
  transition: all 0.2s linear;
  height: 100%;
}
.categories .category-link h5 {
  font-size: 12px;
  font-family: "iranyekan";
  color: #151515;
}
.categories .category-link img {
  width: 25px;
  margin-left: 5px;
}
.categories .category-link:hover {
  border: 1px solid var(--primary-color);
}
.category-list-container .owl-item div{
  padding: 15px 5px;
  border-radius: 5px;
}
.category-list-container .owl-item img {
  height: 80px;
  width: auto;
}
.category-list-container .owl-nav{
  top:30%!important;
}
.category-link img {
  transition: all 0.3s ease;
}
.category-link:hover img {
  transform: translateY(-3px);
}
.main-banner {
  display: none;
}
.custom-category-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}
.custom-category-item {
  width: calc(15% - 10px);
  box-sizing: border-box;
  text-align: center;
}
.custom-category-item-img-container {
  padding:20px;
  background: #f1efef;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.custom-category-item img {
  width: 100%; 
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.custom-category-item h6 {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}
@media (max-width: 992px) {
    .custom-category-item {
        width: calc(20%);
    }
}
@media (max-width: 768px) {
    .custom-category-item {
        width: calc(20%);
    }
    .custom-category-item-img-container {
        padding:10px;
    }
}
@media (max-width: 420px) {
    .custom-category-item {
        width: calc(20%);
    }
    .custom-category-item-img-container {
        padding:5px;
    }
}

.blog-section {
  margin-bottom: 30px;
}
.blog-section .square-banner {
  width: 100%;
  border-radius: 10px;
}
.blog-section .square-banner::after {
  padding-bottom: 80%;
}
.blog-section .img-video {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 20px;
}
.blog-section .img-video::after {
  padding-bottom: 50%;
}
.blog-section .img-video::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.431372549);
  z-index: 1;
}
.blog-section .overlay-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 10;
}
.blog-section .overlay-video .video-title {
  font-size: 18px;
  font-family: "iranyekan";
  color: #ffffff;
  margin-top: 10px;
  text-align: center;
}
.blog-section .overlay-video .play-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 0, 0, 0.253);
  display: flex;
  align-items: center;
  justify-content: center;
  color: red;
}
.blog-section .other-videos {
  border-radius: 20px;
}
.blog-section .other-videos .other-videos_title {
  font-size: 18px;
  color: var(--primary-color);
  font-family: "iranyekan";
  margin-bottom: 10px;
}
.blog-section .other-videos .other-videos_list li {
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0;
}
.blog-section .other-videos .other-videos_list li:last-child {
  border-bottom: 0;
}
.blog-section .other-videos .other-videos_list a {
  font-size: 12px;
  color: #343434;
  padding: 0 10px;
  font-family: "iranyekan";
}
.blog-section .other-videos .other-videos_list a span {
  margin-left: 10px;
}

.products {
  margin-bottom: 40px;
}
.products .owl-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.products .owl-next,
.products .owl-prev {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background-color: #F6F6F620 !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 0 0px 30px rgba(100, 100, 100, 0.2);
}
.products .owl-next span,
.products .owl-prev span {
  display: none;
}
.products .owl-next::after,
.products .owl-prev::after {
  font-family: "icomoon";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products .owl-prev {
  right: 5px;
}
.products .owl-prev::after {
  content: "\e91b";
}
.products .owl-next {
  left: 5px;
}
.products .owl-next::after {
  content: "\e916";
}
.products .owl-carousel .owl-stage {
  display: flex;
}

.full-width-slider .owl-item {
    margin-left: 10px;
}

.products .owl-carousel {
    overflow: hidden;
}

.products .item {
  display: flex;
  height: 100%;
}

.discount-products-section {
  position: relative;
}
.discount-products-section .discount-products-box {
  background-image: url("../img/Takhfifatoverlay.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 20px;
  border-radius: 0 30px 30px 0;
  z-index: 1;
}
.discount-products-section .discount-products-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  opacity: 0.9;
  border-radius: 30px;
  z-index: -1;
}
.discount-products-section .owl-nav {
  position: absolute;
  bottom: 120px;
  right: -200px;
}
.discount-products-section .view-all {
  width: fit-content;
  font-size: 14px;
  font-family: "iranyekan";
  color: #fff;
  padding: 0 10px;
  white-space: nowrap;
}
.discount-products-section .owl-prev,
.discount-products-section .owl-next {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 10px;
  background: #ffffff;
  border-radius: 7px;
}
.discount-products-section .owl-prev span,
.discount-products-section .owl-next span {
  display: none;
}
.discount-products-section .owl-prev {
  margin-right: 15px;
}
.discount-products-section .owl-next {
  margin-left: 15px;
}
.discount-products-section .discount-products_title {
  font-size: 24px;
  font-family: "iranyekan";
  color: #ffffff;
}
.discount-products-section .discount-products_text {
  font-size: 14px;
  font-family: "iranyekan";
  color: #ffffff;
  margin: 15px 0;
}

.countdown .part {
  font-size: 12px;
  color: #fff;
  font-family: "iranyekan";
  width: 38px;
  height: 45px;
  border-radius: 20px;
  border: 1px solid #fff9;
  justify-content: center;
  display: flex;
  align-items: flex-start;
  padding-top: 5px;
  margin-left: 5px;
  position: relative;
}
.countdown .part::after {
  font-size: 12px;
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  color: #fff;
  font-family: "iranyekan";
}
.countdown .days::after {
  content: "روز";
}
.countdown .hours::after {
  content: "ساعت";
}
.countdown .minutes::after {
  content: "دقیقه";
}
.countdown .seconds::after {
  content: "ثانیه";
}

.top-seller {
  margin-bottom: 35px;
  position: relative;
}
.top-seller_title {
  font-size: 24px;
  font-family: "iranyekan";
  color: #151515;
}
.top-seller_box {
  background-image: url("../img/bg-top-seller.svg");
  background-color: #ffffff;
  background-position: center top;
  background-size: contain;
  background-repeat: repeat;
  position: relative;
}

.top-seller_box .product-card:hover {
    box-shadow: none;
    border-bottom: 3px solid var(--primary-color);
}

@media (min-width: 992px) {
  .top-seller_box .c-row > div:nth-of-type(6n) .product-card,
  .top-seller_box .c-row > div:nth-of-type(6n+1) .product-card,
  .top-seller_box .c-row > div:nth-of-type(6n+2) .product-card,
  .top-seller_box .c-row > div:nth-of-type(6n+3) .product-card,
  .top-seller_box .c-row > div:nth-of-type(6n+4) .product-card {
    border-left: 1px solid #ddd;
  }
  .top-seller_box .c-row > div:nth-of-type(6n+6) .product-card {
      border-left: none !important;
  }
  .top-seller_box .c-row > div:nth-of-type(n+7) .product-card {
        border-top: 1px solid #ddd;
    }
}

@media (min-width: 576px) and (max-width: 991.99px) {
  .top-seller_box .c-row > div:nth-of-type(2n+1) .product-card {
    border-left: 1px solid #ddd;
  }
  .top-seller_box .c-row > div:nth-last-child(-n+2) .product-card {
    border-bottom: none;
  }
}

@media (max-width: 575.99px) {
  .top-seller_box .c-row > div .product-card {
    border-left: none;
  }
  .top-seller_box .c-row > div:nth-last-child(-n+1) .product-card {
    border-bottom: none;
  }
}


.top-seller .statistics {
  font-size: 14px;
  color: #333333;
  font-family: "iranyekan";
  border: 1px dashed #E4E4E4;
  background: #F9F9F9;
  border-radius: 5px;
  padding: 10px 5px;
}
.top-seller .top-seller-text {
  font-size: 14px;
  font-family: "iranyekan";
  color: #a0a0a0;
  margin-bottom: 30px;
}
.top-seller .top-seller-title {
  font-size: 16px;
  font-family: "iranyekan";
  color: #151515;
  margin-right: 10px;
}

.footer {
  background-color: #333;
  padding: 50px 0 20px;
  position: relative;
}

.footer .back-top {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 5%;
  transform: translateX(-50%);
  top: -30px;
  z-index: 10;
}
.footer .back-top span {
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  border-radius: 50%;
  color: #fff;
  outline-offset: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-title {
  font-size: 14px;
  font-family: "iranyekan";
  color: #fff;
  margin-bottom: 10px;
  position: relative;
}
.footer .footer-link {
  font-size: 14px;
  font-family: "iranyekan";
  color: #999;
  transition: all 0.2s linear;
  padding: 5px 18px 5px 0;
  display: inline-block;
  position: relative;
}

.footer .footer-link::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 1px;
  background: #555;
}
.footer .footer-link:hover {
  color: var(--primary-color);
}
.footer .footer-link:hover::before {
  background: var(--primary-color);
}
.footer .copyright-text {
  font-size: 12px;
  font-family: "iranyekan";
  color: #727272;
  border-top: 1px solid #444;
  padding-top: 22px;
}
.footer .footer-text {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-family: "iranyekan";
  color: #999;
  text-align: justify;
}
.footer .social-footer {
  margin-top: 20px;
}
.footer .social-footer a {
  color: #A6A6A7;
  font-size: 20px;
  transition: all 0.2s linear;
}
.footer .social-footer a:hover {
  color: #000000;
}
.footer .img-namad {
  height: 110px;
  border-radius: 15px;
  background: #eee1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  padding: 10px;
  
}
.footer .img-namad img {
  max-width: 100%;
  max-height: 100%;
}
.footer .brand-footer img {
  width: 120px;
  font-size: 14px;
  font-family: "iranyekan";
  color: var(--primary-color);
}
.footer .brand-footer a {
  font-size: 14px;
  font-family: "iranyekan";
  color: var(--primary-color);
}
.clamped {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
}
.show-more-btn {
  display: flex;
  color: var(--primary-color);
  font-size: 12px;
  cursor: pointer;
  margin-top: 6px;
}
.show-more-btn:hover {
  text-decoration: underline;
}
.readmore-container {
    position: relative;
    overflow: hidden;
}
.readmore-content {
    display: block;
    max-height: 72px;
    overflow: hidden;
    transition: max-height 0.6s ease;
    position: relative;
}
.readmore-container::after {
    content: "";
    position: absolute;
    bottom: 22px;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(to bottom, rgba(51,51,51,0), #333);
    transition: opacity 0.4s ease;
    pointer-events: none;
}
.readmore-container.expanded .readmore-content {
    max-height: 1000px;
}
.readmore-container.expanded::after {
    opacity: 0;
}
.readmore-btn {
    display: inline-block;
    color: var(--primary-color);
    font-size: 13px;
    cursor: pointer;
    margin-top: 6px;
    font-weight: bold;
}
.readmore-btn:hover {
    text-decoration: underline;
}




.store-features-box {
  border-radius: 15px;
  border: 1px solid #DEDEDE;
  padding: 40px 20px;
  margin: 40px 0;
  background: #ffffff;
}
.store-features-box img {
  width: 40px;
  margin-left: 15px;
}
.store-features-box h5 {
  font-size: 14px;
  font-family: "iranyekan";
  color: #333333;
}
.store-features-box span {
  font-size: 12px;
  font-family: "iranyekan";
  color: #aaaaaa;
}

.navbar-fixed-mobile {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
  z-index: 100;
}
.navbar-fixed-mobile p {
  font-size: 14px;
  color: #333333;
  font-family: "iranyekan";
  margin-top: 5px;
}
.navbar-fixed-mobile span {
  font-size: 22px;
  color: #333333;
}

.about-header {
  background-image: url("../img/about-top-section.png");
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
  margin-bottom: 50px;
}
.about-header_desc {
  font-size: 18px;
  color: var(--primary-color);
  font-family: "iranyekan";
  margin-bottom: 20px;
}
.about-header_title {
  font-size: 32px;
  color: #414141;
  font-family: "iranyekan";
  margin-bottom: 20px;
}
.about-header_text {
  font-size: 16px;
  color: #737373;
  line-height: 1.9;
  font-family: "iranyekan-light";
  margin-bottom: 20px;
}
.about-header_link {
  font-size: 15px;
  color: #414141;
  font-family: "iranyekan";
}
.about-header_link span {
  margin-right: 5px;
  font-size: 18px;
}
.about-header_link:hover {
  color: var(--primary-color);
}
.about-header_img {
  width: 55%;
  border-radius: 20px 60px 10px 10px;
}

.your-commnents-section {
  background-image: url("../img/reviewsbg.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  margin-bottom: 50px;
}
.your-commnents-section .your-comment-box {
  background: #ffffff;
  border-radius: 10px;
}
.your-commnents-section .comment-box_text {
  font-size: 16px;
  color: #333333;
  font-family: "iranyekan-light";
  line-height: 1.9;
  margin: 15px 0;
}
.your-commnents-section .comment-box_name {
  font-size: 16px;
  color: #333333;
  font-family: "iranyekan";
  margin-bottom: 10px;
}
.your-commnents-section .comment-box_hh {
  font-size: 14px;
  color: #666666;
  font-family: "iranyekan-light";
}
.your-commnents-section .comment-box_img {
  width: 55px;
  border-radius: 50%;
  margin-left: 15px;
}
.your-commnents-section .comment-box_img::after {
  padding-bottom: 100%;
}
.your-commnents-section .stars span {
  font-size: 18px;
  color: #f0ad4e;
}

.products-page {
  margin: 1rem 0 2rem 0;
  padding: 0 1rem;
}
.products-page .page-title {
  font-size: 20px;
  color: #333333;
  font-family: "iranyekan";
}

.login-page {
  display: flex;    
  width: 100%;
  height: 100%;
  min-height: 100vh;
  align-items: center;
  background: #eeeeee;
}
.login-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-grow: 1;
    padding: 40px 60px;
    justify-content: center;
}
.login-page .change-number,
.login-page .resend {
  font-size: 14px;
  color: #151515;
  text-decoration: underline;
  font-family: "iranyekan";
}
.login-page .change-number:hover,
.login-page .resend:hover {
  color: var(--primary-color);
}
.login-page #countdown {
  font-size: 16px;
  font-family: "iranyekan";
  color: var(--primary-color);
}
.login-page .login-box {
  border: 1px solid #efefef;
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
}
.login-page .login-page-title {
  font-size: 20px;
  color: #333333;
  font-family: "iranyekan";
  margin-bottom: 30px;
}
.login-page .rule-text {
  font-size: 12px;
  color: #333333;
  font-family: "iranyekan";
  margin-bottom: 15px;
}
.login-page .rule-text a {
  color: var(--primary-color);
  text-decoration: underline;
}

.filters-sidebar_title {
  font-size: 20px;
  color: #000;
  font-family: "iranyekan";
  margin-bottom: 20px;
}
.filters-sidebar .search-products {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 10px;
  border: 1px solid rgb(235, 235, 235);
  width: 100%;
}
.filters-sidebar .search-products input {
  font-size: 14px;
  color: #9d9d9d;
  font-family: "iranyekan";
  padding: 12px;
  background: transparent;
  flex-grow: 2;
  border: 0;
}
.filters-sidebar .search-products button {
  background: transparent;
  padding: 0 10px;
  border: 0;
}
.filters-sidebar .primary-btn {
  border-radius: 10px;
}
.filters-sidebar .styled-select {
  width: 100%;
  min-height: 42px;
  background: transparent;
  border-radius: 10px;
}
.filters-sidebar .price-filter {
  border-radius: 10px;
  padding: 15px;
  border: 1px solid #EBEBEB;
  background: transparent;
}
.filters-sidebar .price-filter h4 {
  font-size: 18px;
  color: #333333;
  font-family: "iranyekan";
  margin-bottom: 20px;
}

.range-wrapper {
  margin-top: 5px;
}
.range-wrapper .price-input {
  width: 100%;
  display: flex;
  margin: 10px 0;
}
.range-wrapper .price-input .field {
  display: flex;
  width: 100%;
  align-items: center;
  font-size: 14px;
  font-family: "iranyekan", sans-serif;
  color: #214988;
}
.range-wrapper .field input {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-family: "KalamehFaNum-Regular", sans-serif;
  color: #214988;
  text-align: center;
  border: none;
  background: transparent;
  -moz-appearance: textfield;
}
.range-wrapper input[type=number]::-webkit-outer-spin-button,
.range-wrapper input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.range-wrapper .price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.range-wrapper .slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.range-wrapper .slider .progress {
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  border-radius: 5px;
  background: var(--primary-color);
}
.range-wrapper .range-input {
  position: relative;
}
.range-wrapper .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: transparent;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.range-wrapper input[type=range]::-webkit-slider-thumb {
  height: 12px;
  width: 12px;
  border-radius: 40px;
  background: var(--primary-color);
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.range-wrapper input[type=range]::-moz-range-thumb {
  height: 12px;
  width: 12px;
  border: none;
  border-radius: 3px;
  background: var(--primary-color);
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.contact-header {
  position: relative;
  padding: 50px 0 80px;
}
.contact-header::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 220px;
  width: 100%;
  background: url("../img/Rectangle-1452.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
.contact-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 220px;
  width: 100%;
  background: rgba(61, 74, 109, 0.9);
  z-index: 0;
}
.contact-header .container {
  position: relative;
  z-index: 1;
}
.contact-header_box {
  position: relative;
  border-radius: 10px;
  border: 1px solid #E3E3E3;
  background: #ffffff;
}
.contact-header .contact-list li {
  border-bottom: 1px solid #E3E3E3;
  padding: 15px 0;
}
.contact-header .contact-list p, .contact-header .contact-list span {
  font-size: 14px;
  color: #333333;
  font-family: "iranyekan";
}
.contact-header .contact-list p span, .contact-header .contact-list span span {
  margin-left: 10px;
  font-size: 20px;
  color: var(--primary-color);
}
.contact-header .social-contact {
  margin-top: 30px;
}
.contact-header .social-contact span {
  font-size: 20px;
  color: #595959;
}
.contact-header .social-contact p {
  font-size: 12px;
  color: #595959;
  font-family: "iranyekan";
  margin-top: 10px;
}

.send-message {
  margin-bottom: 80px;
}

.holidays {
  margin-bottom: 80px;
}
.holidays_desc {
  font-size: 14px;
  font-family: "iranyekan";
  color: #737373;
  margin-bottom: 40px;
}
.holidays_box {
  border-radius: 10px;
  border: 1px solid #E3E3E3;
  background: #ffffff;
}
.holidays_box h4 {
  font-size: 24px;
  color: #727272;
  font-family: "iranyekan";
}
.holidays_box p {
  font-size: 18px;
  color: #727272;
  font-family: "iranyekan";
}
.holidays_box span {
  font-size: 15px;
  color: #727272;
  font-family: "iranyekan";
}

.recent-articles {
  margin-bottom: 50px;
}

.post-card video {
  width: 100%;
}
.post-card .caterory-tag {
  font-size: 10px;
  font-family: "iranyekan";
  color: #ffffff;
  border-radius: 6px;
  padding: 5px 15px;
  background: var(--primary-color);
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.post-card .post-img {
  width: 100%;
}
.post-card .post-img::after {
  padding-bottom: 65%;
}
.post-card .post-box-study-time {
  font-size: 12px;
  color: #9d9d9d;
  font-family: "iranyekan";
  margin-top: 15px;
}
.post-card .post-box-study-time span {
  margin-left: 5px;
  font-size: 15px;
}
.post-card .post-box-text {
  font-size: 12px;
  color: #9d9d9d;
  font-family: "iranyekan-light";
  line-height: 1.8;
}
.post-card .post-box-title {
  font-size: 16px;
  color: #595959;
  font-family: "iranyekan";
  margin: 20px 0;
}
.post-card .buy-btn {
  padding: 10px 20px 10px 20px;
}
.post-card .buy-btn span {
  margin-left: 0;
}
.post-card .author {
  margin-right: 16px;
}
.post-card .photo-author-post {
  width: 40px;
  margin-left: 10px;
  border-radius: 50%;
}
.post-card .photo-author-post::after {
  padding-bottom: 100%;
}
.post-card .author-name {
  font-size: 12px;
  color: #595959;
  font-family: "iranyekan";
}
.post-card .post-box-date {
  font-size: 10px;
  color: #9D9D9D;
  font-family: "iranyekan-light";
}

.why-us {
  margin-bottom: 80px;
}
.why-us .why-us_boxes {
  position: relative;
}
.why-us .why-us_boxes .line-boxes {
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  height: 3px;
  border-bottom: 3px dashed rgb(228, 228, 228);
  z-index: -1;
}
.why-us .why-us_boxes .line-boxes::after, .why-us .why-us_boxes .line-boxes::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: var(--primary-color);
  border-radius: 50%;
}
.why-us .why-us_boxes .line-boxes::before {
  right: 0;
  left: unset;
}
.why-us .why-us_icon {
  margin-bottom: 15px;
}
.why-us .why-us_icon img {
  width: 74px;
}
.why-us .why-us_number {
  font-size: 32px;
  color: #414141;
  font-family: "iranyekan";
}
.why-us .why-us_desc {
  font-size: 16px;
  color: #333333;
  font-family: "iranyekan-light";
}

.product-specifications .navbar-specifications {
  position: sticky;
  top: 0;
  z-index: 10;
}
.product-specifications .specifications-list li {
  padding: 10px 0;
}
.product-specifications .specifications-list_title {
  width: 30%;
}
.product-specifications .specifications-list_title, .product-specifications .specifications-list_text {
  font-size: 14px;
  font-family: "iranyekan";
  color: #1f1f1f;
}
.product-specifications .specifications-list_text {
  color: #595959;
  border-bottom: 1px solid #e3e3e3;
  flex-grow: 2;
  padding-bottom: 10px;
}
.product-specifications .scroll-nav .nav-link {
  font-size: 16px;
  font-family: "iranyekan";
  color: #666666;
}
.product-specifications .scroll-nav .nav-link.active {
  border-bottom: 2px solid var(--primary-color);
  color: var(--primary-color);
  background: transparent;
  border-radius: unset;
}
.product-specifications_title {
  font-size: 18px;
  font-family: "iranyekan";
  color: #333333;
  padding: 10px 0;
  border-bottom: 3px solid var(--primary-color);
  display: inline-block;
  margin-bottom: 20px;
}
.product-specifications .introduction_text {
  font-size: 14px;
  color: #333333;
  line-height: 1.8;
  font-family: "iranyekan";
}
.product-specifications_img {
  width: 70%;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid #e3e3e3;
  border-radius: 16px;
  overflow: hidden;
}
.product-specifications_img img {
  width: 100%;
}

.comment-product .profile-comment-img {
  min-width: 76px;
  border-radius: 50%;
  margin-left: 10px;
}
.comment-product .profile-comment-img::after {
  padding-bottom: 100%;
}
.comment-product .comment-name {
  font-size: 16px;
  font-family: "iranyekan";
  color: var(--primary-color);
  margin-left: 20px;
}
.comment-product .comment-date {
  font-size: 12px;
  font-family: "iranyekan";
  color: #8798A1;
}
.comment-product .comment-reply-btn {
  font-size: 16px;
  font-family: "iranyekan";
  color: var(--primary-color);
}
.comment-product .comment-reply-btn .reply_icon {
  margin-left: 10px;
  transform: rotate(180deg);
  font-size: 20px;
}
.comment-product .comment-text {
  font-size: 14px;
  font-family: "iranyekan";
  color: #333333;
  line-height: 1.8;
  margin-top: 15px;
}
.comment-product .comment-form label {
  font-size: 16px;
  font-family: "iranyekan";
  color: #333333;
  margin-bottom: 15px;
}
.comment-product .comment-form input, .comment-product .comment-form textarea {
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 16px;
  width: 100%;
  padding: 10px 10px;
  font-size: 14px;
  font-family: "iranyekan";
  color: #333333;
}
.comment-product .comment-form input:focus, .comment-product .comment-form textarea:focus {
  border: 1px solid pink;
}
.comment-product .comment-form .comment-btn {
  font-size: 16px;
  font-family: "iranyekan";
  color: #F4F7FB;
  background: var(--primary-color);
  border-radius: 8px;
  padding: 10px 40px;
  border: none;
}
.comment-product .comment-wrapper {
  margin-bottom: 40px;
}
.comment-product .comment-wrapper_reply {
  margin-right: 100px;
  position: relative;
}
.comment-product .comment-wrapper_reply::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  transform: translateY(-50%);
  width: 65px;
  height: 90px;
  border: 1px solid #E3E3E3;
  border-left: none;
  border-top: none;
}
.comment-product .stars span {
  color: rgb(255, 208, 0);
}
.comment-product .question-title span {
  font-size: 30px;
  margin-left: 15px;
}

.discount-percent {
  font-size: 12px;
  color: #ffffff;
  font-family: "iranyekan";
  background: var(--primary-color);
  border-radius: 40px;
  padding: 0 10px;
}

.product-page {
  padding: 1rem;
}
.products-page_top {
  border-bottom: 1px solid #ddd;
}
.product-page .product-sidebar {
  padding: 10px;
  box-shadow: 0 0 2rem #e2e2e5aa;
}
.product-page .price-report {
  font-size: 10px;
  color: #5d5d5d;
  font-family: "iranyekan";
  margin-top: 15px;
}
.product-page .price-report span {
  margin-left: 5px;
}
.product-page .product-links a {
  font-size: 16px;
  color: #000;
}
.product-page .variations {
  width: 100%;
}
.product-page .variations tr {
  margin-bottom: 10px;
}
.product-page .variations .styled-select {
  width: 100%;
}
.product-page .variations .value {
  width: 80%;
}
.product-page .icons_product a {
  font-size: 20px;
  color: var(--primary-color);
  margin-bottom: 5px;
}
.product-page .icons_product a:hover {
  color: #000000;
}
.product-page .progress-product a, .product-page .progress-product span {
  font-size: 12px;
  font-family: "iranyekan";
  color: var(--primary-color);
}
.product-page .product-name {
  font-size: 16px;
  font-family: "iranyekan";
  color: #354752;

}
.product-page .short-description {
  font-size: 12px;
  font-family: "iranyekan";
  color: #8798A1;
}
.product-page .attributes-title {
  font-size: 16px;
  font-family: "iranyekan";
  color: #000000;
  margin-bottom: 10px;
}
.product-page .attributes-list p, .product-page .attributes-list span {
    font-size: 14px;
    font-family: "iranyekan";
    color: #607079;
    margin-left: 10px;
    min-width: 50% !important;
    background: #eee;
    margin-bottom: 5px;
    padding: 5px;
}
.product-page .attributes-list span {
  color: #354752;
  margin-left: 0;
}
.product-page .attribute-product li {
  font-size: 14px;
  font-family: "iranyekan";
  color: #354752;
  position: relative;
  padding: 5px 15px 5px 0;
}
.product-page .attribute-product li::after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 2px;
  border-radius: 15px;
  background: var(--primary-color);
  top: 50%;
  transform: translateY(-50%);
}
.product-page .buyer-satisfaction-percentage {
  font-size: 14px;
  font-family: "iranyekan";
  color: #607079;
}
.product-page .buyer-satisfaction-percentage span {
  margin-left: 5px;
  font-size: 20px;
  color: var(--primary-color);
}
.product-page .average-score {
  font-size: 12px;
  font-family: "iranyekan";
  color: #607079;
  padding-top: 2px;
}
.product-page .average-score span {
  margin: 0 5px;
  color: rgb(245, 200, 0);
}
.product-page .average-score .average-score-details {
  font-size: 11px;
  color: #aaa;
}

.product-page .comment-number {
  display: flex;
  align-items: center;
  background: #eaeaea;
  color: #455055;
  font-size: 11px;
  font-family: "iranyekan";
  padding: 3px 7px 2px;
  border-radius: 10px;
}
.product-page .comment-number i{
  margin-right: 0.3125rem;
  font-weight: bold;
}

.product-page .product-sidebar {
  border-radius: 10px;
}
.product-page .product-sidebar ul li {
  padding: 10px 0;
  border-bottom: 1px solid #E3E3E3;
}
.product-page .product-sidebar .add-cart-btn,
.product-page .product-sidebar .notification-btn {
  font-size: 14px;
  font-family: "iranyekan";
  background: var(--primary-color);
  color: #FFFFFF;
  border-radius: 8px;
  border: none;
  margin-right: 10px;
  padding: 13px 10px !important;
  transition: all 0.2s linear;
}
.product-page .product-sidebar .add-cart-btn:hover,
.product-page .product-sidebar .notification-btn:hover {
  background: #ff919d;
}
.product-page .product-sidebar .notification-btn {
  margin-right: 0;
  margin-left: 10px;
}
.product-page .product-sidebar .notification-btn span {
  margin-left: 5px;
  font-size: 18px;
}
.product-page .product-sidebar .unavailable {
  font-size: 14px;
  font-family: "iranyekan";
  background: #8798A1;
  color: #FFFFFF;
  border-radius: 8px;
  border: none;
  padding: 13px 30px !important;
}
.product-page .product-sidebar_seller {
  font-size: 14px;
  font-family: "iranyekan";
  color: #354752;
}
.product-page .product-sidebar .name-seller {
  font-size: 12px;
  font-family: "iranyekan";
  color: #333333;
}
.product-page .product-sidebar .function,
.product-page .product-sidebar .warranty,
.product-page .product-sidebar .send-goods {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: "iranyekan";
  color: #333333;
  margin-bottom: 10px;
}
.product-page .product-sidebar .send-goods span {
  color: var(--primary-color);
}
.product-page .product-sidebar .warranty {
  color: var(--primary-color);
}
.product-page .product-sidebar .price-text,
.product-page .product-sidebar .price,
.product-page .product-sidebar .inventory,
.product-page .product-sidebar .number-views {
  font-size: 12px;
  font-family: "iranyekan";
  color: #354752;
}
.product-page .product-sidebar .price {
  font-size: 16px;
  font-family: "iranyekan";
  color: var(--primary-color);
}
.product-page .product-sidebar .inventory {
  color: var(--primary-color);
  margin-bottom: 10px;
}
.product-page .product-sidebar .number-views {
  color: #8798A1;
}
.product-page .product-sidebar .source-goods {
  font-size: 14px;
  font-family: "iranyekan";
  color: #354752;
  margin-bottom: 10px;
}
.product-page .quantity {
  height: 100%;
}
.product-page .quantity-field {
  min-width: 80px;
}
.product-page .quantity-field .number {
  font-size: 14px;
}
.product-page #thumb1 .item {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.product-page .last-item {
  position: relative;
}
.product-page .last-item:last-child::before {
  content: "...";
  background: rgba(255, 255, 255, 0.788);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: #6e6e6e;
  z-index: 10;
  padding-bottom: 30px;
}
.product-page .check_color {
  margin-left: 8px;
}
.product-page .check_color input {
  display: none;
}
.product-page .check_color .label-clr {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid rgb(221, 221, 221);
}
.product-page .check_color .label-clr::after {
  content: "\f00f";
  font-family: "icomoon";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  color: #FFFFFF;
  font-size: 8px;
}
.product-page .check_color .label-clr.label-blue {
  background: blue;
}
.product-page .check_color .label-clr.label-orange {
  background: orange;
}
.product-page .check_color .label-clr.label-pink {
  background: pink;
}
.product-page .check_color .label-clr.label-white {
  background: white;
}
.product-page .check_color input:checked ~ .label-clr::after {
  display: block;
}
.product-page .product-img {
  width: 16px;
  margin-left: 10px;
}
.product-page .success-notification-cart,
.product-page .error-notification-cart {
  background: var(--primary-color);
  border-radius: 8px;
  padding: 15px;
}
.product-page .success-notification-cart_text,
.product-page .error-notification-cart_text {
  font-size: 14px;
  font-family: "iranyekan";
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.product-page .success-notification-cart_text span,
.product-page .error-notification-cart_text span {
  margin-left: 10px;
  font-size: 20px;
}
.product-page .success-notification-cart_btn,
.product-page .error-notification-cart_btn {
  font-size: 14px;
  font-family: "iranyekan";
  color: #FFFFFF;
  background: var(--primary-color);
  border-radius: 4px;
  padding: 5px 10px;
  transition: all 0.2s linear;
}
.product-page .error-notification-cart {
  background: var(--primary-color);
}
.product-page .product-id {
  font-size: 12px;
  color: #607079;
  font-family: "iranyekan";
}
.product-page .product-category {
  font-size: 14px;
  color: #333333;
  text-decoration: underline;
  font-family: "iranyekan";
}
.product-page .product-category:hover {
  color: var(--primary-color);
}

.product-gallery {
  position: relative;
}
.product-gallery .img_product_container {
  width: 100%;
  background-color: #FFFFFF;
}
.product-gallery .img_product_container::after {
  padding-bottom: 100%;
}
.product-gallery .img_product_container .img-container-inner {
  display: flex;
  align-items: center;
  justify-content: center;
    height: 100%;
}
.product-gallery .img_product_container img {
  max-height: 85%;
}
.product-gallery #thumb1 .item {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.product-gallery #thumb1 .owl-item img {
  width: unset !important;
}
.product-gallery .check_color {
  margin-left: 8px;
}
.product-gallery .check_color input {
  display: none;
}
.product-gallery .check_color .label-clr {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid rgb(221, 221, 221);
}
.product-gallery .check_color .label-clr::after {
  content: "\ed68";
  font-family: "icomoon";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  color: #FFFFFF;
}
.product-gallery .check_color .label-clr.label-blue {
  background: blue;
}
.product-gallery .check_color .label-clr.label-orange {
  background: orange;
}
.product-gallery .check_color .label-clr.label-pink {
  background: pink;
}
.product-gallery .check_color .label-clr.label-white {
  background: white;
}
.product-gallery .check_color input:checked ~ .label-clr::after {
  display: block;
}
.product-gallery .product-img {
  width: 16px;
  margin-left: 10px;
}
.product-gallery .product-timer {
  position: absolute;
  top: 0;
  right: 0;
}
.product-gallery .countdown .days::after {
  content: ":";
}
.product-gallery .countdown .part::after {
  content: ":";
  bottom: unset;
  left: unset;
  top: 0;
  right: 0;
  transform: unset;
  color: var(--primary-color);
  font-size: 16px;
}

.product-gallery .countdown .part {
  border: 0;
  padding: 0;
  width: unset;
  margin-right: 0;
  padding-right: 8px;
  height: unset;
  color: var(--primary-color);
  font-weight: bold;
}
.product-gallery .countdown .part:last-child::after {
  content: none;
}
.product-gallery .timer-text {
  font-size: 12px;
  font-family: "iranyekan";
  color: var(--primary-color);
  white-space: nowrap;
    font-weight: bold;
}

.product-thumb-img {
  width: 100px;
  border-radius: 8px;
  background: #FFFFFF;
  display: block;
  border: 1px solid #E3E3E3;
}
.product-thumb-img::after {
  padding-bottom: 100%;
}
.product-thumb-img .img-container-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-thumb-img img {
  max-width: 100%;
  max-height: 100%;
}

.video-gallery::before {
  content: "\edbb";
  font-family: "icomoon";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  z-index: 10;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  border-radius: 5px;
}

.gallery-modal .owl-carousel .owl-item img {
  max-width: 100%;
  max-height: 100%;
}
.gallery-modal #gallery {
  min-width: 403px;
  margin-left: 20px;
}
.gallery-modal .product-gallery-img {
  width: 450px;
  border-radius: 8px;
  background: #FFFFFF;
  display: block;
}
.gallery-modal .product-gallery-img::after {
  padding-bottom: 100%;
}
.gallery-modal .product-gallery-img .img-container-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-modal #gallery .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.gallery-modal #gallery.owl-theme {
  position: relative;
}
.gallery-modal #gallery.owl-theme .owl-next, .gallery-modal #gallery.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
.gallery-modal #gallery.owl-theme .owl-prev {
  left: 10px;
}
.gallery-modal #gallery.owl-theme .owl-next {
  right: 10px;
}
.gallery-modal #thumb2 .owl-nav.disabled {
  display: none;
}
.gallery-modal #thumb2 .item {
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
}
.gallery-modal #thumb2 .current .product-thumb-img {
  border: 2px solid #E85805;
}

.quantity-field {
    width: 80px;
    height: 33px;
    min-width: 82px;
    overflow: hidden;
}
.quantity-field .value-button {
  height: 100%;
  width: 30%;
  padding: 0;
  font-size: 10px;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s linear;
}
.quantity-field .value-button span {
  font-size: 15px;
}
.quantity-field .number {
  border: 1px solid #ddd;
  margin: 0px;
  height: 100%;
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "iranyekan";
  font-size: 16px;
  background: #fff;
  text-align: center;
  border-radius: 10px;
}
.quantity-field .number::-webkit-inner-spin-button,
.quantity-field .number::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.quantity-field .number::-moz-selection {
  background: none;
}
.quantity-field .number::selection {
  background: none;
}

.breadcrumb-link {
  font-size: 12px;
  color: #767790;
  font-family: "vazir";
}
.breadcrumb-link:hover {
  color: var(--primary-color);
}
.breadcrumb span {
  margin: 0 5px;
  color: #767790;
}

.post-page {
  margin: 35px 0 100px;
}
.post-page .author-post_img {
  width: 40px;
  margin-left: 10px;
  border-radius: 50%;
  margin-left: 10px;
}
.post-page .author-post_img::after {
  padding-bottom: 100%;
}
.post-page .post-title {
  font-size: 20px;
  color: #333333;
  font-family: "iranyekan";
  margin-bottom: 15px;
}
.post-page .tag-post-title {
  font-size: 14px;
  color: #333333;
  font-family: "iranyekan";
}
.post-page .tag-link {
  font-size: 14px;
  color: #868e95;
  font-family: "iranyekan";
  text-decoration: underline;
}
.post-page .tag-link:hover {
  color: var(--primary-color);
}
.post-page .social-post a {
  font-size: 15px;
  color: #151515;
}
.post-page .like-btn {
  font-size: 16px;
  color: #151515;
  font-family: "iranyekan-light";
  padding-left: 20px;
  border-left: 1px solid rgb(207, 207, 207);
}
.post-page .like-btn span {
  margin-left: 5px;
}
.post-page .post-date,
.post-page .study-time,
.post-page .author-post_name {
  font-size: 12px;
  font-family: "iranyekan-light";
  color: #9d9d9d;
}
.post-page .post-date span,
.post-page .study-time span,
.post-page .author-post_name span {
  margin-left: 5px;
  font-size: 15px;
}
.post-page .author-post_name {
  font-size: 14px;
}
.post-page .study-time span {
  margin-left: 0;
  margin-right: 8px;
}

.sidebar-post .section-title .section__title {
  font-size: 18px;
}
.sidebar-post .horizontal-blog-card .blog-img {
  min-width: 100px;
  border-radius: 10px;
  margin-left: 10px;
}
.sidebar-post .horizontal-blog-card .blog-title {
  font-size: 12px;
  margin-bottom: 10px;
}

article h1 {
  font-size: 20px;
  color: #333333;
  font-family: "iranyekan";
  margin-bottom: 15px;
}
article h2, article h3 {
  font-size: 27px;
  color: #333333;
  font-family: "iranyekan";
  margin-bottom: 15px;
}
article p {
  font-size: 16px;
  color: #737373;
  font-family: "iranyekan-light";
  line-height: 1.8;
  margin-bottom: 10px;
}
article img {
  border-radius: 10px;
  margin-bottom: 10px;
}
article a {
  font-size: 14px;
  font-family: "iranyekan";
  color: #333333;
}
article a:hover {
  color: var(--primary-color);
}

.comment-wrapper_title {
  font-size: 18px;
  color: #595959;
  font-family: "iranyekan";
}
.comment-wrapper_title span {
  margin-left: 5px;
}
.comment-wrapper_desc {
  font-size: 14px;
  color: #151515;
  font-family: "iranyekan";
  margin: 20px 0;
}
.comment-wrapper_desc span {
  color: var(--primary-color);
}
.comment-wrapper .primary-btn {
  text-decoration: none;
}

.ad-post {
  background: #F7F8FA;
  border-radius: 10px;
  margin: 20px 0;
  padding: 15px;
}
.ad-post_img {
  min-width: 120px;
  margin-left: 15px;
}
.ad-post_img img {
  max-width: 100%;
  max-height: 100%;
}
.ad-post_img::after {
  padding-bottom: 100%;
}
.ad-post_title {
  font-size: 14px;
  color: #333333;
  font-family: "iranyekan";
  margin-bottom: 10px;
}
.ad-post a {
  text-decoration: none;
}

.introduction-post {
  background: #F7F8FA;
  border-radius: 10px;
  margin: 20px 0;
  padding: 15px;
}
.introduction-post_title {
  font-size: 16px;
  color: #333333;
  font-family: "iranyekan";
  margin-bottom: 10px;
}
.introduction-post_list {
  margin-right: 20px;
}
.introduction-post_list li {
  list-style-type: decimal;
  margin: 8px 0;
}

.comparison {
  margin: 50px 0 120px;
}
.comparison .container {
  overflow-x: auto;
  overflow-y: hidden;
}
.comparison .comparison-col {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.comparison td {
  width: 25%;
  padding: 0 15px;
  border-bottom: 1px dashed #C8D3D9;
}
.comparison tr:last-child td {
  border-bottom: unset;
}
.comparison .comparison_row_title {
  font-size: 18px;
  font-family: "iranyekan";
  color: #135245;
  margin: 20px 10px;
}
.comparison .add-prosuct {
  border: 1px dashed #E3E3E3;
  border-radius: 14px;
}
.comparison .add-prosuct p {
  font-size: 14px;
  font-family: "iranyekan";
  color: #354752;
}
.comparison .add-prosuct .add-icon {
  font-size: 70px;
  color: #C8D3D9;
  margin-bottom: 10px;
  transition: all 0.2s linear;
}
.comparison .add-prosuct:hover .add-icon {
  color: var(--primary-color);
}
.comparison .delete-product {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 20px;
  color: #8798A1;
}
.comparison .delete-product:hover {
  color: #000;
}
.comparison .product-cart-second {
  position: relative;
  height: 100%;
}
.comparison .product-cart-second-name {
  white-space: initial;
}
.comparison .product-pecifications_item {
  width: 100%;
  position: relative;
}
.comparison .product-pecifications_item p {
  font-size: 14px;
  font-family: "iranyekan";
  color: #354752;
  white-space: initial;
}
.comparison .product-pecifications_item::after {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translate(-50%);
  width: 1px;
  height: 20px;
  background: #C8D3D9;
}

.modal-wrapper .modal-title {
  font-size: 18px;
  color: #333333;
  font-family: "iranyekan";
}
.modal-wrapper .modal-content {
  border: 0;
}

.comparison-modal_search {
  background: #FFFFFF;
  border: 1px solid #C8D3D9;
  border-radius: 8px;
  overflow: hidden;
}
.comparison-modal_search input {
  flex-grow: 2;
  padding: 8px 10px;
  border: none;
  font-size: 14px;
  font-family: "iranyekan";
  color: #8798A1;
}
.comparison-modal_search button {
  padding: 0 15px;
  border: none;
  background: transparent;
}
.comparison-modal_num h4 {
  font-size: 14px;
  font-family: "iranyekan";
  color: #607079;
}
.comparison-modal_num span {
  font-size: 14px;
  font-family: "iranyekan";
  color: #607079;
}

.blog-page-header {
  margin: 50px 0 80px;
}
.blog-page-header .rectangular-banner {
  width: 100%;
  border-radius: 10px;
}
.blog-page-header .rectangular-banner::after {
  padding-bottom: 13%;
}
.blog-page-header .square-banner {
  width: 100%;
  border-radius: 10px;
}
.blog-page-header .square-banner::after {
  padding-bottom: 100%;
}
.blog-page-header .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, #1f1f1f, rgba(0, 0, 0, 0));
  display: flex;
  align-items: flex-end;
  padding: 10px;
}
.blog-page-header .overlay p {
  font-size: 14px;
  font-family: "iranyekan";
  color: #ffffff;
}
.blog-page-header .sidebar-banner {
  width: 100%;
  border-radius: 10px;
  flex-grow: 2;
}

.blog-category {
  background: #FFFFFF;
  box-shadow: -1px 1px 15px 0px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  margin-bottom: 20px;
}
.blog-category .category-list li {
  margin: 20px 0;
}
.blog-category .category-list a {
  font-size: 16px;
  color: #333333;
  font-family: "iranyekan";
  transition: all 0.2s linear;
}
.blog-category .category-list a span {
  margin-left: 10px;
  font-size: 20px;
}
.blog-category .category-list a:hover {
  color: var(--primary-color);
}

.table {
  width: 100%;
}
.table > :not(caption) > * > * {
  padding: 0;
}
.table thead tr {
  border-bottom: 1px solid #E3E3E3;
}
.table thead th {
  font-size: 16px;
  color: #333333;
  font-family: "iranyekan";
  padding: 20px 15px;
  white-space: nowrap;
  text-align: center;
}
.table td,
.table th {
  border: none;
  text-align: right;
  vertical-align: middle;
}
.table tbody {
  border-radius: 10px;
}
.table tbody tr {
  border-bottom: 1px solid #e3e3e3;
}
.table tbody td {
  padding: 15px;
}
.table tbody td p, .table tbody td span {
  font-size: 14px;
  color: #777777;
  font-family: "iranyekan";
}
.table tbody .total {
  color: var(--primary-color);
}

.cart-page {
  margin: 50px 0 80px;
}
.cart-page .tabs_time li.active .tab-link {
  color: var(--primary-color);
}
.cart-page .tabs_time .tab-link span {
  font-size: 20px;
  font-family: "iranyekan";
  color: #5a5c7a;
  background: transparent;
  margin: 10px 0 0 0;
}
.cart-page .section-title {
  margin-bottom: 0;
}
.cart-page .section-title .section__title {
  font-size: 16px;
  font-family: "iranyekan";
  font-weight: bold;
}
.cart-page .product-title {
  font-size: 14px;
  color: #333333;
  font-family: "iranyekan";
}
.cart-page .product-img {
  width: 80px;
  margin-left: 15px;
}
.cart-page .product-img::after {
  padding-bottom: 100%;
}
.cart-page .product-img img {
  max-width: 100%;
  max-height: 100%;
}
.cart-page .seller {
  font-size: 14px;
  color: #333333;
  font-family: "iranyekan";
}
.cart-page .seller span {
  color: #737373;
  font-size: 13px;
}
.cart-page .discount-code input {
  font-size: 15px;
  color: #333333;
  font-family: "iranyekan";
  border-radius: 5px;
  border: 1px solid #E3E3E3;
  padding: 9px 20px;
}
.cart-page .discount-code button {
  white-space: nowrap;
}
.cart-page .cart-item {
  border-bottom: 1px solid #e3e3e3;
  padding: 20px 0;
}
.cart-page .cart-item ul li {
  padding: 12px 0;
  /*border-top: 1px solid #e3e3e3;*/
}
.cart-page .cart-item p, .cart-page .cart-item span {
  font-size: 14px;
  color: #777777;
  font-family: "iranyekan";
}
.cart-page .cart-item .total {
  color: var(--primary-color);
}
.cart-page .cart-item .title-table {
  font-size: 14px;
  color: #333333;
  font-family: "iranyekan";
}
.cart-page .back-prev-btn {
  font-size: 14px;
  color: #333333;
  font-family: "iranyekan";
  transition: all 0.2s linear;
}
.cart-page .back-prev-btn span {
  margin-right: 3px;
  font-size: 16px;
}
.cart-page .back-prev-btn:hover {
  color: var(--primary-color);
}

.order-summary_item {
  border-bottom: 1px solid #E3E3E3;
}
.order-summary_item:last-child {
  border-bottom: 0;
}
.order-summary_item .products {
  overflow-x: auto;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.order-summary_item .order-summary_date {
  font-size: 16px;
  font-family: "iranyekan";
  color: #333333;
}
.order-summary_item .order-summary_date span {
  color: var(--primary-color);
  margin-left: 5px;
  font-size: 20px;
}
.order-summary_item .order-summary_number {
    display: flex;
    font-size: 12px;
    font-family: "iranyekan";
    color: #333333;
    background: #f1f2f4;
    padding: 5px;
    border-radius: 10px;
    margin-left: 5px;
}
.order-summary_item .order-summary_shipping,
.order-summary_item .order-summary_total {
  font-size: 13px;
  font-family: "iranyekan";
  color: #727272;
  white-space: nowrap;
}
.order-summary_item .order-summary_product {
  width: 60px;
}
.order-summary_item .order-summary_product::after {
  padding-bottom: 100%;
}
.order-summary_item .order-summary_product img {
  max-width: 100%;
  max-height: 100%;
}
.order-summary_item .order-summary_product_number {
  font-size: 13px;
  font-family: "iranyekan";
  color: #1a1a1a;
  background: #f9a8bb;
  padding: 3px 10px 0;
  border-radius: 40px;
  margin-right: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.order-summary_item .order-summary_color {
  font-size: 13px;
  font-family: "iranyekan";
  color: #727272;
}
.order-summary_item .order-summary_color span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-left: 5px;
}
.order-summary_item .order-summary_color .red {
  background: red;
}
.order-summary_item .order-summary_color .black {
  background: black;
}
.order-summary_item .order-summary_color .white {
  background: white;
  border: 1px solid gray;
}
.order-summary_item .order-summary_color .blue {
  background: blue;
}
.order-summary_item .order-summary_color .pink {
  background: pink;
}
.order-summary_item .order-summary_color .purple {
  background: purple;
}
.order-summary_item .order-summary_color .yellow {
  background: yellow;
}
.order-summary_item .order-summary_color .orange {
  background: orange;
}
.order-summary_item .order-summary_color .green {
  background: green;
}

.address-item_name {
  font-size: 15px;
  color: #5a5c7a;
  font-family: "iranyekan";
  margin-bottom: 15px;
}
.address-item_name span {
  margin-left: 10px;
  font-size: 20px;
}
.address-item_text {
  font-size: 12px;
  color: #767790;
  font-family: "iranyekan";
}
.address-item_text span {
  font-size: 14px;
  font-family: "iranyekan";
}

.address-item-title {
    font-family: "iranyekandigi";
    font-size: 13px;
    font-weight: bold;
    color: #767790;
}

.address-item_text {
  font-size: 13px;
  font-family: "iranyekan";
  color: #23254e;
}
.address-item_btn {
  font-size: 14px;
  font-family: "iranyekan";
  color: var(--primary-color);
}
.address-item_btn span {
  margin-right: 5px;
  font-size: 20px;
}
.address-item_btn:hover {
  color: #000;
}

.cart_title {
  font-size: 18px;
  color: #333333;
  font-family: "iranyekan";
  margin-bottom: 30px;
}

.cart-sidebar {
    padding: 20px 15px;
    border:solid 1px #e0e0e2;
    border-radius: 10px
}

.cart-sidebar_item li {
  padding: 8px 0;
  border-bottom: 1px solid #E3E3E3;
}
.cart-sidebar_item li:last-child {
  border-bottom: 0;
}
.cart-sidebar_item p {
  font-size: 15px;
  color: #333333;
  font-family: "iranyekan";
}
.cart-sidebar_item .purchase-profit p {
  color: var(--primary-color);
}
.cart-sidebar_item .more-information {
  font-size: 14px;
  font-family: "iranyekan";
  color: #A6A6A7;
  transition: all 0.2s linear;
  margin-top: 10px;
}
.cart-sidebar_item .more-information:hover {
  color: #000;
}

.shipment-method-undefined {
    background: #ff2b2b;
    padding: 5px;
    color: #fff !important;
    border-radius: 5px;
    font-weight: bold;
}

.timeline-cart .line {
  width: 200px;
  margin: 0 20px;
}
.timeline-cart .line.active {
  background: var(--primary-color);
}
.timeline-cart .timeline-cart_link {
  white-space: nowrap;
  font-size: 14px;
  color: #333333;
  font-family: "iranyekan";
}
.timeline-cart .timeline-cart_link span {
  margin-left: 10px;
  font-size: 20px;
}
.timeline-cart .timeline-cart_link.active {
  color: var(--primary-color);
  font-size: 20px;
}
.timeline-cart .timeline-cart_link.prev {
  opacity: 0.5;
  color: var(--primary-color);
}

.panel-page {
  margin: 50px 0 100px;
}
.panel-page .section-title {
  margin-bottom: 30px;
}
.panel-page .section-title .section__title {
  font-size: 20px;
}
.panel-page .panel-sidebar {
  border-left: 1px solid #E3E3E3;
  padding: 0 30px;
}
.panel-page .panel-sidebar .img-profile {
  width: 60px;
  border-radius: 50%;
  margin-left: 15px;
}
.panel-page .panel-sidebar .img-profile::after {
  padding-bottom: 100%;
}
.panel-page .panel-sidebar .profile-name {
  font-size: 18px;
  color: #333333;
  font-family: "iranyekan";
}
.panel-page .panel-sidebar .profile-number {
  font-size: 14px;
  color: #333333;
  font-family: "iranyekan";
}
.panel-page .panel-sidebar .panel-link {
  font-size: 14px;
  color: #242424;
  font-family: "iranyekan";
  padding: 15px 5px;
  border-radius: 3px;
  transition: all 0.2s linear;
}
.panel-page .panel-sidebar .panel-link span {
  font-size: 20px;
  margin-left: 10px;
}
.panel-page .panel-sidebar .panel-link:hover {
  background: #f5f5f5;
}
.panel-page .panel-sidebar .panel-link.active {
  background: linear-gradient(270deg, var(--primary-color), rgba(239, 58, 79, 0.01) 100%);
  color: #fff;
}
.panel-page .panel-sidebar_head {
  border-bottom: 1px solid #E3E3E3;
  padding: 20px 0;
  margin-bottom: 20px;
}
.panel-page .dashboard-box_order img {
  margin-left: 20px;
}
.panel-page .dashboard-box_order p {
  font-size: 14px;
  color: #333333;
  font-family: "iranyekan";
}
.panel-page .dashboard-box_order span {
  font-size: 12px;
  color: #727272;
  font-family: "iranyekan";
}
.panel-page .product-card .discount-tag {
  font-size: 14px;
}
.panel-page .order-link {
  font-size: 14px;
  font-family: "iranyekan";
  color: #03a1fd;
  transition: all 0.2s linear;
}
.panel-page .order-link span {
  margin-right: 5px;
  font-size: 20px;
}
.panel-page .order-link:hover {
  color: #000;
}
.panel-page .order-details-title {
  font-size: 20px;
  color: #000;
  font-family: "iranyekan";
}
.panel-page .order-details-title a {
  margin-left: 10px;
  color: #000;
}

.order-box {
  margin-bottom: 20px;
  border: 1px solid #E3E3E3;
  background: #FFFFFF;
  border-radius: 8px;
}
.order-box .info-message {
  background: #e1f0f8;
}
.order-box .info-message p span {
  font-size: 14px;
}
.order-box_footer {
  border-top: 1px solid #E3E3E3;
  padding: 20px;
}
.order-box_header {
  border-bottom: 1px solid #E3E3E3;
  padding: 20px;
}
.order-box_body {
  padding: 15px;
}
.order-box_body::-webkit-scrollbar {
  height: 5px;
}
.order-box_body::-webkit-scrollbar-track {
  background: #f5f5f5;
}
.order-box_body::-webkit-scrollbar-thumb {
  height: 5px;
  background-color: #95989A;
  border-radius: 40px;
  cursor: pointer;
}
.order-box_body::-webkit-scrollbar-thumb:hover {
  background-color: #f1db9d;
}
.order-box.order-box_returned .order-box__title span {
  color: var(--primary-color);
}
.order-box .order-box__title {
  font-size: 14px;
  font-family: "iranyekan";
  color: #000000;
  margin-bottom: 15px;
}
.order-box .order-box__title span {
  font-size: 25px;
  color: #0DC599;
  margin-left: 10px;
}
.order-box .order-box__title_pending span {
  color: var(--primary-color);
}
.order-box .order-box__title_pending .icon-icon-action-check_circle_24px:before {
  color: unset;
}
.order-box .order-box_img {
  min-width: 10.5%;
  border-radius: 8px;
  border: 1px solid #DDDDDD;
}
.order-box .order-box_img img {
  width: 100%;
}
.order-box .order-box_img::after {
  padding-bottom: 100%;
}
.order-box .order-box_img p {
  font-size: 20px;
  color: var(--primary-color);
  font-family: "iranyekan";
}
.order-box .order-box_img.order-box_text {
  border: 0;
}
.order-box .order-details,
.order-box .order-date {
  font-size: 14px;
  font-family: "iranyekan";
  color: #95989A;
  margin-left: 20px;
}
.order-box .order-details span,
.order-box .order-date span {
  color: #000;
}

.dashboard-box {
  background: #FAFAFA;
  border-radius: 8px;
  border: 1px solid #F1F1F1;
  padding: 20px;
}

.info-message {
  padding: 10px;
  background: #e0b252;
  border-radius: 8px;
}
.info-message p {
  font-size: 14px;
  color: #ffffff;
  font-family: "iranyekan";
}
.info-message p span {
  margin-left: 10px;
  font-size: 20px;
}
.info-message p a {
  text-decoration: underline;
  color: #ffffff;
  display: inline-block;
  margin: 0 5px;
}

.tabs {
  border-bottom: 1px solid #e3e3e3;
  width: 100%;
  overflow-y: auto;
}

.row-mega-menu {
    display: flex;
    flex-direction: column;
    max-height: 460px;
    overflow-y: auto;
}

/*.sub-mega-menu-columns {*/
    
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*gap: 20px;*/
/*}*/

.sub-mega-menu-column {
    flex: 0 0 200px;
    display: flex;
    flex-direction: column;
}

.tabs li.active .tab-link::after {
  background: var(--primary-color);
}
.tabs .tab-link {
  font-size: 14px;
  color: #727272;
  font-family: "iranyekan";
  padding: 10px 20px;
  position: relative;
  transition: all 0.2s linear;
  white-space: nowrap;
}
.tabs .tab-link span {
  font-size: 12px;
  color: #ffffff;
  font-family: "iranyekan";
  background: #a0a0a0;
  border-radius: 10px;
  padding: 0 5px;
  margin-right: 10px;
}
.tabs .tab-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  transition: all 0.2s linear;
}
.tabs .tab-link:hover {
  color: var(--primary-color);
}

.price-repost-modal .product-name {
  margin-bottom: 30px;
  font-size: 16px;
  color: #333333;
  font-family: "iranyekan";
}

.address-modal .primary-btn span {
  margin-left: 10px;
  margin-right: 0;
  font-size: 20px;
}
.address-modal .address-box {
  border-bottom: 1px solid #E3E3E3;
  padding: 15px 0;
}
.address-modal .address-box .address-box_list {
  margin-right: 30px;
}
.address-modal .address-box .address-box_list li {
  font-size: 14px;
  margin: 10px 0;
  color: #838383;
  font-family: "iranyekan";
}
.address-modal .address-box .address-box_list li span {
  color: #838383;
  margin-left: 10px;
  font-size: 18px;
}
.address-modal .edit-btn {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  padding: 5px 10px;
  border-radius: 5px;
  font-family: "iranyekan";
  transition: all 0.2s linear;
}
.address-modal .edit-btn:hover {
  background: var(--primary-color);
  color: #ffffff;
}
.address-modal .edit-btn span {
  margin-left: 10px;
}

.events {
  margin-bottom: 50px;
  padding: 0px 11px;
}

.events-box {
  border-radius: 100px;
  padding: 5px;
  display: block;
}
.events-box.displayed .events-img {
  border: 2px solid #b8b8b8;
}
.events-box.displayed .events-text {
  color: #b8b8b8;
}
.events-box.displayed:hover .events-img {
  border: 2px solid #b8b8b8;
}
.events-box .events-img {
  width: 100%;
  border-radius: 50%;
  border: 2px solid var(--primary-color);
  background: #FFFFFF;
  transition: all 0.2s linear;
}
.events-box .events-img::after {
  padding-bottom: 100%;
}
.events-box .events-img img {
  max-width: 100%;
  max-height: 100%;
}
.events-box .events-text {
  font-size: 14px;
  font-family: "iranyekan";
  color: #000000;
  margin: 15px 0;
}
.events-box:hover .events-img {
  border: 2px solid #000;
}

.highlight-modal .modal-content {
  background: transparent;
}
.highlight-modal .owl-stage-outer {
  border-radius: 20px;
}
.highlight-modal .highlight-img {
  width: 100%;
  border-radius: 15px;
}
.highlight-modal .highlight-img::after {
  padding-bottom: 60%;
}
.highlight-modal .modal-close {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 10;
  font-size: 25px;
}
.highlight-modal .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.highlight-modal .owl-prev,
.highlight-modal .owl-next {
  position: relative;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 7px;
  z-index: 10;
}
.highlight-modal .owl-prev {
  margin-right: 15px;
}
.highlight-modal .owl-next {
  margin-left: 15px;
}
.highlight-modal .owl-dots {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}
.highlight-modal .slide-progress {
  width: 0;
  max-width: 96%;
  height: 4px;
  background: var(--primary-color);
  border-radius: 40px;
  position: absolute;
  top: 5px;
  right: 2%;
  z-index: 10;
}

.scoring-text {
  font-size: 14px;
  font-family: "iranyekan";
  color: #000000;
}
.scoring .rating > input {
  display: none;
}
.scoring .rating > label:before {
  margin: 5px;
  font-size: 1.5em;
  font-family: "icomoon";
  display: inline-block;
  content: "\f040";
}
.scoring .rating > .half:before {
  content: "\f040";
  position: absolute;
}
.scoring .rating > label {
  color: #ddd;
  float: right;
}
.scoring .rating > input:checked ~ label,
.scoring .rating:not(:checked) > label:hover,
.scoring .rating:not(:checked) > label:hover ~ label {
  color: #FFD700;
}
.scoring .rating > input:checked + label:hover,
.scoring .rating > input:checked ~ label:hover,
.scoring .rating > label:hover ~ input:checked ~ label,
.scoring .rating > input:checked ~ label:hover ~ label {
  color: #FFED85;
}

.single-banner {
  margin-top: 50px;
}
.single-banner .banner-img {
  width: 100%;
  height: 190px;
  border-radius: 15px;
}
.single-banner .img-brand {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
  width: 150px;
  height: 150px;
}
.single-banner .img-brand img {
  max-width: 100%;
  max-height: 100%;
}

.brand-page {
  margin-bottom: 100px;
}
.brand-page .brand-page_text {
  font-size: 16px;
  color: #595959;
  font-family: "iranyekan";
}
.brand-page .brand-desc_img {
  min-width: 50%;
  border-radius: 10px;
}
.brand-page .brand-desc_img::after {
  padding-bottom: 60%;
}
.brand-page .brand-desc_title {
  font-size: 24px;
  color: #000;
  font-family: "iranyekan";
  margin-bottom: 40px;
}
.brand-page .brand-desc_text {
  font-size: 16px;
  color: #000;
  font-family: "iranyekan";
  list-style-type: disc;
  margin: 5px 20px;
}

.banners-brand .banner-img {
  border-radius: 10px;
}
.banners-brand .banner-img::after {
  padding-bottom: 40%;
}
.banners-brand .banner-img_big {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.accordion .accordion-item,
.accordion .accordion-item2 {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 12px 10px;
  border: .05rem solid #e2e2e2ba;
  border-radius: 10px;
  box-shadow: 0 0 2rem #e2e2e5aa;
}
.accordion .accordion-item.open .close-accordion,
.accordion .accordion-item2.open .close-accordion {
  display: flex;
}
.accordion .accordion-item.open .open-accordion,
.accordion .accordion-item2.open .open-accordion {
  display: none;
}
.accordion-content {
    position: relative;
    max-height: 200px;
    overflow-y: auto;
    transition: max-height 0.3s ease;
}

.accordion .accordion-item2.closed .accordion-content {
    max-height: 0;
    overflow: hidden;
}

.accordion .accordion-item2.open .filter-button-wrapper {
    display: block;
}

.accordion .accordion-item__button {
  font-size: 14px;
  font-family: "iranyekan";
  color: #333;
  border: none;
  width: 100%;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: transparent;
}
.accordion .accordion-item__button .open-accordion,
.accordion .accordion-item__button .close-accordion {
  font-size: 18px;
}
.accordion .accordion-item__button .close-accordion {
  display: none;
}
.accordion .accordion-item__button .open-accordion {
  display: flex;
}
.accordion .group-checkbox_clr {
  margin-right: 10px;
  margin-bottom: 10px;
}
.accordion .group-checkbox_clr input {
  display: none;
}
.accordion .group-checkbox_clr label {
  cursor: pointer;
  position: relative;
  width: 19px;
  height: 19px;
  border-radius: 4px;
  border: 0.5px solid #cacaca;
}
.accordion .group-checkbox_clr label::after {
  content: "\f00f";
  font-family: "icomoon";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: none;
  font-size: 8px;
  padding-top: 2px;
}
.accordion .group-checkbox_clr label.red {
  background: red;
}
.accordion .group-checkbox_clr label.green {
  background: green;
}
.accordion .group-checkbox_clr label.yellow {
  background: yellow;
}
.accordion .group-checkbox_clr label.orange {
  background: orange;
}
.accordion .group-checkbox_clr label.black {
  background: black;
}
.accordion .group-checkbox_clr label.white {
  background: white;
}
.accordion .group-checkbox_clr input:checked ~ label::after {
  display: block;
}

.group_toggle {
  margin: 0 0 15px 0;
  padding: 10px;
  border: .05rem solid #e2e2e2ba;
  border-radius: 10px;
  box-shadow: 0 0 2rem #e2e2e5aa;
}
.group_toggle input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.group_toggle label {
  cursor: pointer;
  text-indent: -9999px;
  width: 50px;
  height: 28px;
  background: #e4e4e4;
  display: block;
  border-radius: 100px;
  position: relative;
  border: 1px solid rgb(235, 235, 235);
}
.group_toggle label:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 3px;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}
.group_toggle input:checked + label {
  background: var(--primary-color);
}
.group_toggle input:checked + label:after {
  left: calc(100% - 2px);
  transform: translate(-100%, -50%);
}
.group_toggle label:active:after {
  width: 50px;
}
.group_toggle p {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 14px;
  font-family: "iranyekan";
  color: #333;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
}
.group_toggle p span {
  font-size: 10px;
  color: gray;
  font-family: "iranyekan";
}

.gallery {
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumbnails img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 5px;
  cursor: pointer;
  border: 2px solid #ddd;
  border-radius: 5px;
}

.thumbnails img:hover {
  border-color: #777;
}

.main-image {
  position: relative;
}

.main-image img {
  width: 500px;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #ddd;
  border-radius: 5px;
  cursor: zoom-in;
}

.zoom-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  cursor: zoom-out;
}

@media (min-width: 1340px) {
  .container {
    max-width: 1300px;
  }
}
@media screen and (max-width: 1200px) {
  .inner-nav-container {
      width: 100%;
  }
  .header .search-box .nav-link {
    font-size: 12px;
  }
  .searchbox-mb {
      display: flex;
      width: 100%;
      flex: 1;
  }
  .navbar-text {
      margin-bottom: 7px;
  }
  .header .btn-header {
      margin: 0 0 0 10px;
      padding-right: 10px;
      font-size: 20px;
    }
    .header .nav-link {
      font-size: 13px;
      padding: 0 7px !important;
    }
}
@media screen and (max-width: 991px) {
  .container-2xl-w {
    padding: 0 0.625rem;
  }
  .container-4xl-w {
    padding: 0 0.625rem;
  }
  .gallery-modal #gallery {
    min-width: 100%;
    margin-left: 0;
  }
  .gallery-modal #gallery.owl-theme .owl-next svg,
  .gallery-modal #gallery.owl-theme .owl-prev svg {
    width: 15px;
  }
  .header .navbar-brand {
    margin-left: 0;
  }
  .header .btn-header::after {
    content: none;
  }
  .header .navbar-top {
    padding: 7px 0;
  }
  .categories .category-link {
    white-space: nowrap;
  }
  .footer {
    padding: 80px 0;
  }
  .footer .store-features-box img {
    width: 40px;
    margin-left: 0;
  }
  .footer .store-features-box span {
    text-align: center;
    display: block;
  }
  .footer .store-features-box h5 {
    text-align: center;
    margin: 5px 0;
  }
  .footer .img-namad {
    margin: 0 10px;
  }
  .footer .brand-footer img {
    width: 140px;
  }
  .footer .social-footer a {
    margin-left: 15px;
  }
  .footer .footer-title {
    margin-bottom: 10px;
  }
  .discount-products-section .owl-nav {
    position: absolute;
    bottom: 103%;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
  .top-seller::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    height: 50%;
    background: var(--primary-color);
    border-radius: 0;
    width: 100%;
    z-index: -1;
  }
  .top-seller_box {
    margin: 0;
  }
  .top-seller_box::after {
    content: none;
  }
  .slider-section .discounts-carousel .product-card {
    padding-bottom: 40px;
  }
  .comparison .col-3 {
    min-width: 256px;
  }
  .comparison td {
    min-width: 256px;
  }
  .cart-page .discount-code {
    margin-top: 20px;
    width: 100%;
    border: 1px dashed #E3E3E3;
    padding: 15px;
    border-radius: 15px;
  }
  .cart-page .discount-code input {
    flex-grow: 2;
  }
  .panel-page .panel-sidebar {
    border-left: 0;
    padding: 0;
    margin-bottom: 20px;
  }
  .why-us {
    margin-bottom: 50px;
  }
  .why-us .why-us_number {
    font-size: 24px;
  }
  .why-us .why-us_desc {
    font-size: 14px;
  }
  .about-header {
    padding: 30px 0 50px;
    background-position: right top;
  }
  .about-header .about-header_title {
    font-size: 22px;
  }
  .about-header .about-header_text {
    font-size: 14px;
  }
  .events .row {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .events .col-lg-6 {
    width: -moz-fit-content;
    width: fit-content;
  }
  .events .col-lg-3 {
    width: 150px;
  }
  .brand-page {
    margin-bottom: 50px;
  }
  .brand-page .brand-page_text {
    font-size: 14px;
  }
  .brand-page .brand-desc_img {
    min-width: 100%;
  }
  .brand-page .brand-desc_title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .brand-page .brand-desc_text {
    font-size: 14px;
    margin: 5px 10px;
  }
}
@media screen and (max-width: 767px) {
  .section-title {
    flex-direction: column;
  }
  .section-title .line {
    width: 100%;
    margin: 10px 0;
  }
  .section-title .section__title {
    margin-bottom: 10px;
    margin-left: 0;
  }
  .section-title .section__title_en {
    margin-left: 0;
  }
  .section-title .view-all {
    margin-right: 0;
  }
  .brands {
    margin-bottom: 20px;
  }
  .brands .section-title .line {
    margin-left: 0;
  }
  .brands .owl-dots {
    display: none;
  }
  .products {
    margin-bottom: 30px;
  }
  .latest-products {
    margin-bottom: 35px;
  }
  .why-us {
    margin-bottom: 50px;
  }
  .why-us .why-us_boxes .line-boxes {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 2px;
    border-left: 2px dashed rgb(228, 228, 228);
  }
  .why-us .why-us_boxes .line-boxes::after, .why-us .why-us_boxes .line-boxes::before {
    width: 10px;
    height: 10px;
    left: 50%;
    bottom: 0;
    top: unset;
    transform: translateX(-50%);
  }
  .why-us .why-us_boxes .line-boxes::before {
    top: 0;
    bottom: unset;
  }
  .why-us .why-us_number {
    font-size: 24px;
  }
  .why-us .why-us_desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .product-specifications .scroll-nav .nav-link {
    font-size: 14px;
    font-family: "iranyekan";
    color: #666666;
  }
  .product-specifications .specifications-list_text {
    width: 100%;
  }
  .tabs .tab-link {
    padding: 10px;
  }
  .comment-product .comment-reply-btn {
    font-size: 12px;
  }
  .comment-product .comment-name {
    font-size: 14px;
  }
  .comment-product .comment-date {
    font-size: 10px;
  }
  .comment-product .comment-text {
    font-size: 12px;
  }
  .comment-product .comment-wrapper_reply {
    margin-right: 30px;
  }
  .comment-product .comment-wrapper_reply::after {
    content: none;
  }
  .comment-product .profile-comment-img {
    min-width: 50px;
  }
  .navbar-fixed-mobile .col-3 {
    padding: 0;
  }
  .navbar-fixed-mobile span {
    font-size: 20px;
  }
  .navbar-fixed-mobile p {
    font-size: 12px;
  }
  .horizontal-product-card .horizontal-product-img {
    min-width: 80px;
  }
  .products .owl-nav {
    display: none;
  }
  .blog-section .overlay-video .video-title {
    font-size: 16px;
  }
  .horizontal-blog-card .blog-img {
    min-width: 110px;
    margin-left: 10px;
  }
  .horizontal-blog-card .blog-text {
    font-size: 12px;
  }
  .horizontal-blog-card .blog-title {
    font-size: 14px;
  }
  .slider-section .slider-carousel .owl-dots {
    top: -12px;
    height: 35px;
    width: 120px;
    right: 30px;
  }
  .header .navbar-brand img {
    width: 140px;
  }
  .discount-products-section .discount-products-box {
    padding: 40px 20px 0 20px;
  }
  .categories .category-link img {
    width: 30px;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .post-page {
    margin: 30px 0 80px;
  }
  .post-page .author-post_img {
    width: 30px;
  }
  .post-page .post-title {
    font-size: 18px;
  }
  .post-page .tag-post-title {
    font-size: 12px;
  }
  .post-page .tag-link {
    font-size: 12px;
  }
  .post-page .like-btn {
    font-size: 14px;
  }
  .post-page .post-date,
  .post-page .study-time,
  .post-page .author-post_name {
    font-size: 10px;
  }
  .post-page .post-date span,
  .post-page .study-time span,
  .post-page .author-post_name span {
    font-size: 13px;
  }
  .post-page .author-post_name {
    font-size: 12px;
  }
  .post-page .study-time span {
    margin-right: 5px;
  }
  .events {
    margin-bottom: 50px;
  }
  .events .col-lg-3 {
    width: 110px;
  }
  .events-box .events-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .products-page_top .styled-select {
    width: 100%;
  }
  .timeline-cart .line {
    margin: 0 10px;
  }
  .timeline-cart .timeline-cart_link {
    font-size: 12px;
  }
  .timeline-cart .timeline-cart_link span {
    margin-bottom: 5px;
  }
  .timeline-cart .timeline-cart_link.active {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */
