@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;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

p {
  margin: 0;
}

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

.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;
}

.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;
  align-items: center;
  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: 20px 0;
  height: 1px;
  background: #E3E3E3;
}

.box {
  padding: 20px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #E3E3E3;
}

.primary-btn,
.secondary-btn {
  font-size: 14px;
  color: #ffffff;
  font-family: "iranyekan";
  background: #ef3a4f;
  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: #ef3a4f;
}
.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 #ef3a4f;
}

.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: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid #ef3a4f;
  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 {
  border: 7px solid #ef3a4f;
  background: #fff;
}

.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 #ef3a4f;
}

.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: #3f4064 !important;
    font-family: "iranyekan";
    position: relative;
    padding-right: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    font-weight: bold;
}
.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: 0;
    top:0;
    border: solid 2px #3f4064;
    padding-top: 2px;
}

.group-checkbox input:checked ~ label::after {content: "\f00f";
    background: #EF3A4F;
    border-color: #EF3A4F;
    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;
}
.section-title {
  margin-bottom: 40px;
}
.section-title .section__title {
  font-size: 22px;
  font-family: "iranyekan-Extrabold";
  color: #727272;
  margin-left: 10px;
  font-weight: bold;
  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 dashed #9D9D9D;
  flex-grow: 2;
}
.section-title .view-all {
  font-size: 14px;
  font-family: "iranyekan";
  color: #737373;
  margin-right: 10px;
  white-space: nowrap;
}
.section-title .view-all span {
  margin-right: 5px;
}
.section-title .view-all:hover {
  color: #ef3a4f;
}

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

.product-price {
  font-size: 16px;
  color: #9d9d9d;
  font-family: "iranyekan";
  margin-right: 15px;
}
.product-price span {
  color: #16d765;
  font-family: "vazir";
}

.product-card {
  border: 2px solid #EBEBEB;
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.2s linear;
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.product-card .product-img {
  width: 100%;
}
.product-card .product-img::after {
  padding-bottom: 100%;
}
.product-card .product-img img {
  width: 70%;
}
.product-card .product-name {
  font-size: 14px;
  color: #151515;
  font-family: "iranyekan";
  margin: 7px 0;
  /*min-height: 33px;*/
}
.product-card .product-name-en {
  font-size: 13px;
  color: #a0a0a0;
  font-family: "iranyekan";
}
.product-card .product-price {
  margin-right: 15px;
}
.product-card .buy-btn {
  font-size: 12px;
  color: #737373;
  font-family: "iranyekan";
  background-color: #F5F9FC;
  border-radius: 0 50px 50px 0;
  padding: 14px 10px 13px 6px;
  transition: all 0.2s linear;
    min-width: 48px;
}
.product-card .buy-btn span {
  margin-left: 3px;
  font-size: 20px;
}
.product-card .line {
  margin: 10px 0;
}

.product-card .discount-tag {
    position: absolute;
    top: 0;
    left: 8px;
    width: 115px;
    background: #ef3a4f;
    border-radius: 0px 0px 15px 15px;
    padding: 5px 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #ffffff;
    font-family: "iranyekan";
}
.product-card:hover {
  border: 2px solid #ef3a4f;
}
.product-card:hover .buy-btn {
  background: #ef3a4f;
  color: #ffffff;
}
.product-card .delete-product {
  position: absolute;
  left: 10px;
  background: #ef3a4f;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
}

.horizontal-product-card {
  display: flex;
  align-items: center;
  flex-direction: row;
  border: 1px solid #e1e1e1;
  border-radius: 15px;
}
.horizontal-product-card .horizontal-product-img {
  min-width: 130px;
}
.horizontal-product-card .horizontal-product-img::after {
  padding-bottom: 100%;
}
.horizontal-product-card .horizontal-product-img img {
  width: 90%;
}
.horizontal-product-card:hover {
  border: 1px solid #ef3a4f;
}
.horizontal-product-card .product-price {
  margin-right: 0;
}
.horizontal-product-card .original-price {
  margin-right: 0;
}

#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 {
  border: 1px solid rgb(235, 235, 235);
  border-radius: 11px;
  background: #f5f5f5;
  width: 600px;
  z-index: 100;
  position: relative;
}
.header .search-box .search-input {
  font-size: 14px;
  font-family: "iranyekan";
  color: #777;
  background: transparent;
  border: none;
  padding: 10px;
  flex-grow: 2;
}
.header .search-box .search-input::-moz-placeholder {
  font-size: 14px;
}
.header .search-box .search-input::placeholder {
  font-size: 14px;
}
.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: #ef3a4f;
  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-top {
  padding: 12px 0;
}
.header .navbar-brand {
  margin-left: 50px;
}
.header .navbar-brand img {
  width: 170px;
}
.header .navbar {
  background: #F9F9F9;
  padding: 0;
  box-shadow: 0px 10px 19px 0px rgb(0 0 0 / 10%);
}
.header .nav-link {
  font-size: 14px;
  color: #9D9D9D;
  font-family: "iranyekan";
  padding: 0 12px !important;
  height: 100%;
    /*display: flex !important;
    align-items: baseline!important;*/
}
.header .nav-link p {
  position: relative;
  padding: 14px 0;
    color: #0c0c0c;
}
.header .nav-link p::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #ef3a4f;
  transition: all 0.2s linear;
}
.header .nav-link span {
  margin-left: 5px;
  font-size: 18px;
}
.header .nav-link:hover span {
  color: #ef3a4f;
}
.header .nav-link:hover p {
  color: #ef3a4f;
}
.header .nav-link:hover p::after {
  width: 100%;
}
.header .nav-link.active span {
  color: #ef3a4f;
}
.header .nav-link.active p {
  color: #ef3a4f;
}
.header .nav-link.active p::after {
  width: 100%;
}
.header .contact-text {
  font-size: 10px;
  color: #737373;
  font-family: "iranyekan";
  border-radius: 40px;
  padding: 5px 10px;
  background: #F1F1F1;
}
.header .contact-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #F1F1F1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .phone {
  font-size: 14px;
  color: #737373;
  font-family: "iranyekan";
  margin: 0 10px;
}
.header .phone span {
  color: #ef3a4f;
}
.header .badge {
  font-size: 9px;
  background: #ef3a4f;
  font-family: "iranyekan";
}
.header .login-btn {
    font-size: 14px;
    color: #333;
    font-family: "vazir";
    transition: all 0.2s linear;
    padding: 4px 4px 4px 10px;
    border-radius: 11px;
    border: solid 2px #f5f5f5;
    background: #f5f5f5;
}
.header .login-btn span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgb(212, 212, 212);
  margin-left: 10px;
  display: flex;
  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-right: 20px;
  padding-right: 20px;
  font-size: 23px;
  color: #343434;
  position: relative;
  transition: all 0.2s linear;
}
.header .btn-header:hover {
  color: #A6A6A7;
}
.header .btn-header::after {
  content: "";
  position: absolute;
  right: 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: #ef3a4f;
}
.header .sidebar-category-link {
  background: #EF3A4F;
  color: #ffffff;
}
.header .sidebar-category-item.active .sidebar-category-link {
  background: #EF3A4F !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: 14px;
  color: #333333;
  font-family: "iranyekan";
  margin-left: 10px;
  position: relative;
  padding: 15px 0 15px 15px;
    font-weight: bold;
}
.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: #EF3A4F;
}
.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: #EF3A4F;
  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: #ef3a4f;
}
.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 #ef3a4f;
}

.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: #ef3a4f;
  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: #ef3a4f;
  font-family: "iranyekan";
}
.has-dropdown .dropdown-login {
  width: 230px;
  padding: 20px;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  right: 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: #ef3a4f;
  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: #ef3a4f;
  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:#ef3a4f;
}
.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 {
  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: #ef3a4f;
}
.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: #ef3a4f;
}
.megamenu .megamenu_link:hover::after {
  background: #ef3a4f;
}
.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: 8px;
  height: 8px;
  background: #C4C4C4 !important;
  border-radius: 40px;
  margin: 0 2px;
}
.owl-dots .owl-dot.active {
  width: 20px;
  background: #EF3A4F !important;
}

.slider-section {
  margin: 40px 0;
}
.slider-section .slider-carousel {
  position: relative;
}
.slider-section .slider-carousel .owl-dots {
  background-image: url("../img/bg-dots.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -15px;
  height: 50px;
  width: 150px;
  right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-section .slider-carousel .slider-img {
  width: 100%;
  border-radius: 20px;
}
.slider-section .slider-carousel .slider-img::after {
  padding-bottom: 45%;
}
.slider-section .slider-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.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-left: 15px;
}
.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 .banner-img {
  width: 100%;
}
.banners .banner-img::after {
  padding-bottom: 27%;
}

.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: 70px;
  position: relative;
}
.brands .brand-img {
  width: 100%;
  background: #ffffff;
  border-radius: 15px;
  border: 1px solid #e1e1e1;
}
.brands .brand-img::after {
  padding-bottom: 40%;
}
.brands .owl-dots {
  position: absolute;
  left: 0;
}
.horizontal-blog-card {
    display: flex;
    align-items: center;
    box-shadow: 0 0 9px 0px rgb(0 0 0 / 18%);
    border-radius: 7px;
    padding: 12px;
    transition: all 0.3s ease;
}
.horizontal-blog-card:hover{
    box-shadow: 0 0 9px 0px #7caff9;
}
.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: 16px;
  font-family: "iranyekan";
  color: #333333;
}
.horizontal-blog-card .blog-title:hover {
  color: #ef3a4f;
}
.horizontal-blog-card .blog-text {
  font-size: 14px;
  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 #ef3a4f;
}

.blog-section {
  margin-bottom: 70px;
}
.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: #ef3a4f;
  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;
  height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.products .owl-next,
.products .owl-prev {
  position: relative;
  width: 27px;
  height: 80px;
  border-radius: 10px;
  background-color: #F6F6F6 !important;
}
.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: -40px;
}
.products .owl-prev::after {
  content: "\e91b";
}
.products .owl-next {
  left: -40px;
}
.products .owl-next::after {
  content: "\e916";
}
.products .owl-carousel .owl-stage {
  display: flex;
}
.products .item {
  display: flex;
  height: 100%;
}


.discount-products-section {
  margin-bottom: 110px;
  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: 50px 50px 0 50px;
  border-radius: 30px 0 0 30px;
  z-index: 1;
}
.discount-products-section .discount-products-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ef3a4f;
  opacity: 0.9;
  border-radius: 30px 0 0 30px;
  z-index: -1;
}
.discount-products-section .owl-nav {
  position: absolute;
  bottom: 120px;
  right: -200px;
}
.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;
}
.discount-products-section .discount-products-carousel {
  margin-bottom: -80px;
}
.discount-products-section .product-card .discount-tag {
    background: #33edb9;
    padding: 3px;
    color: #000;
}
.discount-products-section .product-card:hover {
  border: 2px solid #333333;
}
.discount-products-section .product-card:hover .buy-btn {
  background: #333333;
  color: #ffffff;
}

.countdown .part {
  font-size: 14px;
  color: #fff;
  font-family: "iranyekan";
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: 1px dashed #fff;
  justify-content: center;
  display: flex;
  align-items: flex-start;
  padding-top: 5px;
  margin-left: 10px;
  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;
  box-shadow: 0 15px 20px 0 rgba(200, 200, 200, 0.11);
  border: 1px solid #F1F1F1;
  border-radius: 15px;
  padding: 20px;
  position: relative;
  margin: 0 30px;
}
.top-seller_box::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  height: 50%;
  background: #ef3a4f;
  border-radius: 30px;
  width: calc(100% + 60px);
  z-index: -1;
}
.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: #FDFDFD;
  padding: 50px 0 20px;
  border-top: 1px solid #DFDFDF;
  position: relative;
}

.footer .back-top {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  z-index: 10;
}
.footer .back-top span {
  width: 40px;
  height: 40px;
  background: #ef3a4f;
  border-radius: 50%;
  color: #fff;
  outline-offset: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-title {
  font-size: 16px;
  font-family: "iranyekan";
  color: #151515;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 15px;
}
.footer .footer-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 50px;
  background: #ef3a4f;
}
.footer .footer-link {
  font-size: 14px;
  font-family: "iranyekan";
  color: #727272;
  transition: all 0.2s linear;
  padding: 5px 18px 5px 0;
  display: inline-block;
  position: relative;
}
.footer .footer-link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(239, 58, 79, 0.3);
}
.footer .footer-link::before {
  content: "";
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ef3a4f;
}
.footer .footer-link:hover {
  color: #ef3a4f;
}
.footer .copyright-text {
  font-size: 12px;
  font-family: "iranyekan";
  color: #727272;
  border-top: 1px solid #efefef;
  padding-top: 22px;
}
.footer .footer-text {
  font-size: 14px;
  font-family: "iranyekan";
  color: #737373;
}
.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 {
  width: 80px;
  height: 80px;
  border-radius: 15px;
  border: 1px solid #DEDEDE;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.footer .img-namad img {
  max-width: 100%;
  max-height: 100%;
}
.footer .brand-footer img {
  width: 200px;
}

.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: #ef3a4f;
  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: #ef3a4f;
}
.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: 25px 0 80px 0;
}
.products-page_top {
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #E3E3E3;
  box-shadow: -5px 5px 5px 0px rgba(219, 219, 219, 0.16);
  padding: 8px;
  margin-bottom: 30px;
}
.products-page .page-title {
  font-size: 20px;
  color: #333333;
  font-family: "iranyekan";
}

.login-page {
  margin: 50px 0 80px;
}
.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: #EF3A4F;
}
.login-page #countdown {
  font-size: 16px;
  font-family: "iranyekan";
  color: #EF3A4F;
}
.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: #EF3A4F;
  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 {
  direction: ltr;
  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: #EF3A4F;
}
.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: #EF3A4F;
  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: #EF3A4F;
  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: #EF3A4F;
}
.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: #ef3a4f;
  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: #ef3a4f;
  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 #ef3a4f;
  color: #ef3a4f;
  background: transparent;
  border-radius: unset;
}
.product-specifications_title {
  font-size: 18px;
  font-family: "iranyekan";
  color: #333333;
  padding: 10px 0;
  border-bottom: 3px solid #ef3a4f;
  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: #ef3a4f;
  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: #ef3a4f;
}
.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: #ef3a4f;
  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: #EF3A4F;
  border-radius: 40px;
  padding: 0 10px;
}

.product-page {
  margin: 29px 0;
}
.product-page .product-sidebar {
  padding: 10px;
  background: #FAFAFA;
  border: 10px;
}
.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 {
  position: absolute;
  top: 25px;
  right: 10px;
  z-index: 10;
}
.product-page .product-links a {
  font-size: 25px;
  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: #ef3a4f;
  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: #ef3a4f;
}
.product-page .product-name {
  font-size: 18px;
  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: #ef3a4f;
  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: #ef3a4f;
}
.product-page .average-score {
  font-size: 14px;
  font-family: "iranyekan";
  color: #607079;
}
.product-page .average-score span {
  margin: 0 5px;
  color: rgb(255, 136, 0);
}
.product-page .comment-number {
  font-size: 14px;
  font-family: "iranyekan";
  color: #607079;
}
.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: #ef3a4f;
  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 {
  font-size: 14px;
  font-family: "iranyekan";
  color: #333333;
  margin-bottom: 10px;
}
.product-page .product-sidebar .send-goods span {
  margin-left: 10px;
  font-size: 18px;
  color: #ef3a4f;
}
.product-page .product-sidebar .warranty {
  color: #ef3a4f;
}
.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: #ef3a4f;
}
.product-page .product-sidebar .inventory {
  color: #ef3a4f;
  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: #ef3a4f;
  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: #ef3a4f;
  border-radius: 4px;
  padding: 5px 10px;
  transition: all 0.2s linear;
}
.product-page .error-notification-cart {
  background: #ef3a4f;
}
.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: #ef3a4f;
}

.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: #EF3A4F;
  font-size: 16px;
}

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

.product-thumb-img {
  width: 100px;
  border-radius: 8px;
    background: #dfdfdf;
    display: block;
    border: 1px solid #f5f5f5;
}
.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 {
    min-width: 82px;
    width: 80px;
    height: 33px;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ebebeb;
}
.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: none;
  margin: 0px;
  height: 100%;
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "iranyekan";
  font-size: 16px;
  background: transparent;
  text-align: center;
}
.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: 13px;
  color: #767790;
  font-family: "vazir";
}
.breadcrumb-link:hover {
  color: #ef3a4f;
}
.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: #ef3a4f;
}
.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 {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}
article a {
  text-decoration: underline;
  font-size: 14px;
  font-family: "iranyekan";
  color: #333333;
}
article a:hover {
  color: #ef3a4f;
}

.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: #ef3a4f;
}
.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: #ef3a4f;
}
.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: #ef3a4f;
}

.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: #ef3a4f;
}

.cart-page {
  margin: 50px 0 80px;
}
.cart-page .tabs_time li.active .tab-link {
  color: #ef3a4f;
}
.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: 20px;
}
.cart-page .section-title .section__title {
  font-size: 18px;
  font-family: "iranyekan";
}
.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: #ef3a4f;
}
.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: #ef3a4f;
}

.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: #ef3a4f;
  margin-left: 5px;
  font-size: 20px;
}
.order-summary_item .order-summary_number {
  font-size: 12px;
  font-family: "iranyekan";
  color: #333333;
  background: #f1f2f4;
  padding: 5px 10px;
  border-radius: 40px;
  margin-right: 10px;
}
.order-summary_item .order-summary_shipping,
.order-summary_item .order-summary_total {
  font-size: 13px;
  font-family: "iranyekan";
  color: #727272;
  margin: 10px 0;
}
.order-summary_item .order-summary_product {
  margin-left: 15px;
  width: 96px;
}
.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: 15px;
  font-family: "iranyekan";
  color: #23254e;
  margin-right: 10px;
}
.address-item_btn {
  font-size: 14px;
  font-family: "iranyekan";
  color: #ef3a4f;
}
.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_item li {
  padding: 15px 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: #ef3a4f;
}
.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;
}

.timeline-cart .line {
  width: 200px;
  margin: 0 20px;
}
.timeline-cart .line.active {
  background: #ef3a4f;
}
.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: #ef3a4f;
  font-size: 20px;
}
.timeline-cart .timeline-cart_link.prev {
  opacity: 0.5;
  color: #ef3a4f;
}

.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, #EF3A4F, 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: #EF3A4F;
}
.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: #EF3A4F;
}
.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: #EF3A4F;
  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-x: auto;
}
.tabs li.active .tab-link::after {
  background: #ef3a4f;
}
.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: #ef3a4f;
}

.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 #ef3a4f;
  color: #ef3a4f;
  padding: 5px 10px;
  border-radius: 5px;
  font-family: "iranyekan";
  transition: all 0.2s linear;
}
.address-modal .edit-btn:hover {
  background: #ef3a4f;
  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 #EF3A4F;
  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: #EF3A4F;
  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%;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 6px;
  background: #F7F8FA;
  padding: 15px;
  border: 0;
}
.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 .accordion-content {
  padding-top: 20px;
}
.accordion .accordion-item__button {
  font-size: 14px;
  font-family: "iranyekan";
  color: #555555;
  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: 12px 0;
}
.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: #EF3A4F;
}
.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: 15px;
  font-family: "iranyekan";
  color: #000000;
  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: 1200px) {
  .container {
    max-width: 1300px;
  }
}
@media screen and (max-width: 1200px) {
  .header .search-box .nav-link {
    font-size: 12px;
  }
  .header .search-box {
    width: auto;
  }
  .header .contact-text {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .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: 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;
    padding-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: #ef3a4f;
    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: 30px;
  }
  .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 */
