.row-40 {
  margin: 0 -20px;
}

.row-40 > div {
  padding: 0 20px;
}

.lg-outer {
  direction: ltr;
}

.lg-toolbar {
  background-color: transparent !important;
}

.alert {
  border-radius: 0;
}

.alert-secondary {
  background-color: var(--gray-border-light);
  border: none;
}

@media (min-width: 1600px) {
  .container {
    max-width: 1520px;
  }
}

body, html {
  direction: rtl;
  text-align: right;
  font-size: 14px;
  font-family: IRANSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

input, textarea {
  font-family: IRANSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
}

* {
  box-sizing: border-box;
}

header {
  background-color: var(--gray-bg-light);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}

header .main-content {
  height: var(--header-height);
  transition: height 0.2s;
}

header .menu-item {
  height: var(--header-height);
}

header .logo {
  margin-left: 2.8rem;
}

header.small .menu-item {
  height: var(--header-height-small);
}

header.small .main-content {
  height: var(--header-height-small);
}

@media (max-width: 1200px) {
  header .main-content {
    height: var(--header-height-small);
  }
  header .menu-item {
    height: var(--header-height-small);
  }
}

footer {
  background-color: var(--gray-bg-light);
}

footer .footer-col {
  max-width: 22rem;
  margin: 0 auto;
}

footer ul {
  margin: 0;
  padding: 0;
}

footer .footer-row > div {
  padding-top: 2.8rem;
  padding-bottom: 1.4rem;
  border-left: solid thin var(--gray-border-normal);
}

footer .footer-row > div:last-child {
  border-left: none;
}

footer .bottom {
  background-color: var(--gray-bg-dark);
}

footer .copy {
  margin: 0;
  line-height: 2.2;
  color: white;
  font-size: 1.2rem;
  font-weight: lighter;
  text-align: center;
  direction: ltr;
}

footer .footer-menu-container {
  display: flex;
}

footer .footer-menu-container .icons {
  width: 4.6rem;
}

footer .footer-menu-container .icons .icon {
  display: block;
  margin-bottom: 10px;
}

footer .footer-menu-container .icons .icon:last-child {
  margin-bottom: 0;
}

footer .footer-menu-container .icons .icon img {
  max-width: 100%;
}

footer .footer-menu-container .menu {
  padding-right: 3.5rem;
}

footer .footer-title {
  margin-top: 0;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: var(--gray-color-darker);
}

footer .footer-address .title {
  font-weight: normal;
  font-size: 1.1rem;
  color: var(--gray-color-darker);
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
}

footer .footer-address .title img {
  margin-right: 5px;
}

footer .footer-address address {
  line-height: 2;
  font-size: 1.1rem;
  color: var(--gray-color-dark);
  font-style: normal;
}

footer .footer-address address strong {
  display: block;
  font-size: 1.2rem;
  color: var(--gray-color-normal);
}

footer .footer-address address a {
  direction: ltr;
  text-decoration: none;
  color: var(--gray-color-dark);
}

footer .footer-menu {
  display: block;
  margin: 0;
  padding: 0;
}

footer .footer-menu li {
  display: block;
}

footer .footer-menu li a {
  display: block;
  text-decoration: none;
  color: var(--gray-color-darker);
  font-size: 1.1rem;
  line-height: 1.5;
}

footer .footer-subscribe {
  text-align: center;
}

footer .footer-subscribe .title {
  display: block;
  font-size: 1.3rem;
  color: var(--gray-color-dark);
  margin-bottom: 1rem;
}

footer .footer-subscribe .description {
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 2;
}

footer .footer-subscribe .description img {
  height: 1rem;
}

footer .footer-sub-form {
  background-color: white;
  border-radius: 1.4rem;
  display: flex;
  overflow: hidden;
  margin-bottom: 0;
}

footer .footer-sub-form input, footer .footer-sub-form button {
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}

footer .footer-sub-form input {
  display: block;
  height: 2.8rem;
  width: calc(100% - 3.8rem);
  padding-right: 0.5rem;
  text-align: left;
  direction: ltr;
}

footer .footer-sub-form button {
  height: 2.8rem;
  width: 3.8rem;
  font-size: 2.4rem;
  color: var(--gray-color-dark);
}

footer .footer-social {
  display: flex;
  padding: 0;
  margin: 0;
}

footer .footer-social li {
  flex: 1;
  display: block;
}

footer .footer-social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 2.1rem;
  text-align: center;
  font-size: 1.3rem;
  text-decoration: none;
  width: 2.1rem;
  border-radius: 50%;
  background-color: var(--gray-color-darker);
  color: var(--gray-bg-light);
}

@media (max-width: 992px) {
  .footer-row > div:first-child {
    border-left: none;
    border-bottom: solid thin var(--gray-border-normal);
  }
}

@media (max-width: 768px) {
  .footer-row > div {
    border-left: none !important;
    border-bottom: solid thin var(--gray-border-normal);
  }
  .footer-row > div:last-child {
    border-bottom: none;
  }
}

#content {
  padding-top: var(--header-height);
  min-height: calc(100vh - 288px);
}

.s-p {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.s-p-half {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.loading {
  opacity: 0.5;
  position: relative;
}

.loading:after {
  content: '';
  cursor: wait;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.title-line {
  display: flex;
  align-items: center;
  margin-bottom: 7rem;
}

.title-line .title {
  margin: 0;
  padding: 0 1rem;
  line-height: 2;
  color: var(--gray-color-dark);
  font-size: 2rem;
}

.title-line:after, .title-line:before {
  content: '';
  height: 2px;
  background-color: var(--gray-border-normal);
  flex: 1;
}

.title-border {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 2rem;
  color: var(--gray-color-dark);
  border-bottom: solid 1px var(--gray-border-normal);
}

.cart-content {
  padding: 4.2rem 0;
}

.cart-title {
  margin-top: 0;
  font-size: 2rem;
  color: var(--gray-color-dark);
  margin-bottom: 4.2rem;
}

.cart-title-line {
  margin-top: 0;
  font-size: 1.7rem;
  color: var(--gray-color-dark);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: solid 2px var(--gray-border-normal);
}

.register-text {
  text-align: justify;
  color: var(--gray-color-normal);
}

.register-text a {
  color: var(--orange-border);
  text-decoration: none;
  transition: 0.4s;
}

.register-text a:hover {
  color: var(--gray-color-darker);
}

.toggle-text:not(.open) .text {
  max-height: 10rem;
  overflow: hidden;
  position: relative;
}

.toggle-text:not(.open) .text:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2rem;
  background: white;
  background: linear-gradient(0deg, white 70%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  z-index: 2;
}

.toggle-text:not(.open) .more span:first-child {
  display: inline;
}

.toggle-text:not(.open) .more span:last-child {
  display: none;
}

.toggle-text .more {
  text-decoration: none;
  color: var(--gray-color-normal);
}

.toggle-text .more span:first-child {
  display: none;
}

.owl-nav-1 .owl-nav button, .owl-nav-2 .owl-nav button {
  position: absolute;
  height: 4.2rem;
  width: 3rem;
  text-align: center;
  color: transparent !important;
  top: calc(50% - 2.1rem);
  opacity: 0.5;
  transition: 0.4s;
}

.owl-nav-1 .owl-nav button:hover, .owl-nav-2 .owl-nav button:hover {
  opacity: 1;
}

.owl-nav-1 .owl-nav button:after, .owl-nav-2 .owl-nav button:after {
  font-size: 4rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}

.owl-nav-1 .owl-nav button.owl-next, .owl-nav-2 .owl-nav button.owl-next {
  left: 0;
}

.owl-nav-1 .owl-nav button.owl-next:after, .owl-nav-2 .owl-nav button.owl-next:after {
  content: "\F104";
}

.owl-nav-1 .owl-nav button.owl-prev, .owl-nav-2 .owl-nav button.owl-prev {
  right: 0;
}

.owl-nav-1 .owl-nav button.owl-prev:after, .owl-nav-2 .owl-nav button.owl-prev:after {
  content: "\F105";
}

.owl-nav-1 .owl-nav button:after {
  color: white !important;
}

.owl-nav-2 .owl-nav button:after {
  color: var(--gray-border-normal) !important;
}

.owl-nav-2 .owl-nav button.owl-next {
  left: -4rem;
}

.owl-nav-2 .owl-nav button.owl-prev {
  right: -4rem;
}

#home-slide {
  position: relative;
}

#home-slide .go-down {
  position: absolute;
  height: 3rem;
  width: 3rem;
  bottom: 0;
  left: calc(50% - 1.5rem);
  font-size: 1.5rem;
  z-index: 3;
  background-color: transparent;
  color: white;
  border: none;
  opacity: 0.5;
  transition: 0.4s;
}

#home-slide .go-down:hover {
  opacity: 1;
}

@media (max-width: 1300px) {
  .product-slide-container {
    padding: 0 2.5rem;
  }
  .owl-nav-2 .owl-nav button {
    width: 2rem;
  }
  .owl-nav-2 .owl-nav button:after {
    color: var(--gray-border-normal) !important;
  }
  .owl-nav-2 .owl-nav button.owl-next {
    left: -2rem;
  }
  .owl-nav-2 .owl-nav button.owl-prev {
    right: -2rem;
  }
}

.product-count {
  display: block;
  font-size: 2rem;
  color: var(--gray-color-darker);
  margin-bottom: 2rem;
}

@media (max-width: 1200px) {
  #content {
    padding-top: var(--header-height-small);
  }
}

@media (max-width: 768px) {
  .s-p {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .title-line {
    margin-bottom: 3rem;
  }
  .title-line .title {
    font-size: 1.5rem;
  }
}

.wallpaper {
  position: relative;
}

.wallpaper img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}

.wallpaper .row {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 2;
}

.wallpaper .row > div {
  padding: 0;
}

.wallpaper.wallpaper-1 .text-parent {
  padding-left: 6rem;
}

.wallpaper.wallpaper-1 .text {
  width: 13rem;
  font-weight: bold;
  color: white;
  font-size: 1.7rem;
  text-decoration: none !important;
  line-height: 2;
}

.wallpaper.wallpaper-1 .text .link {
  padding: 0 2rem;
}

.wallpaper.wallpaper-head .text {
  text-decoration: none;
}

.wallpaper.wallpaper-head .text .title {
  font-size: 2rem;
  color: white;
}

.wallpaper.wallpaper-head .text .link {
  display: table;
  margin: 0 auto;
  font-size: 1.7rem;
  padding: 0 0.5rem;
}

.wallpaper a {
  text-decoration: none;
}

.home-off {
  background-color: var(--gray-bg-normal);
  padding: 2.8rem 0;
  color: var(--gray-color-dark);
  text-align: center;
}

.home-off .title {
  width: 22rem;
  margin: 0 auto;
  font-size: 1.3rem;
  border-bottom: solid thin var(--orange-border);
  line-height: 1.5;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

.home-off .off {
  font-size: 2rem;
  margin-bottom: 1rem;
  display: block;
  line-height: 2;
}

.category-container {
  padding: 0 20px;
}

.wallpaper-2 {
  width: 100%;
}

.wallpaper-2 > div {
  width: 50%;
}

.wallpaper-2 > div img {
  width: 100%;
  display: block;
}

.wallpaper-2 > a {
  width: 50%;
  background-color: var(--orange-border);
  text-decoration: none;
  color: white;
}

.wallpaper-2 > a.gray {
  background-color: var(--gray-bg-wall);
}

.wallpaper-2 > a .text {
  text-align: center;
}

.wallpaper-2 > a .text .title {
  margin: 0;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 1rem;
}

.wallpaper-2 > a .text .link {
  font-size: 2rem;
  padding: 0 1.1rem;
  font-weight: normal;
  line-height: 1.1;
}

.cart-action > * {
  margin-bottom: 1rem;
}

.cart-price-info {
  padding: 0;
  margin: 0;
  display: block;
}

.cart-price-info li {
  margin-bottom: 1rem;
  color: var(--gray-color-normal);
}

.cart-price-info li .label {
  font-size: 1.2rem;
}

.cart-price-info li .price {
  font-size: 1.1rem;
}

.cart-slide-container {
  padding: 0 3rem;
}

@media (min-width: 1300px) {
  .category-container {
    max-width: 1265px;
  }
}

@media (max-width: 992px) {
  .wallpaper.wallpaper-1 .text-parent {
    padding-left: 0;
    padding-right: 3rem;
  }
  .wallpaper-2 > a .text .title {
    font-size: 2rem;
  }
  .wallpaper-head {
    overflow: hidden;
  }
  .wallpaper-head img {
    position: absolute;
    top: 0;
    width: auto;
    height: 120%;
    left: 0;
  }
  .wallpaper-head > div.row {
    position: relative;
    padding: 5rem 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .wallpaper-head > div.row .text .title {
    font-size: 1.5rem;
  }
  .wallpaper-head > div.row .text .link {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .wallpaper-2 {
    flex-wrap: wrap;
  }
  .wallpaper-2 > div, .wallpaper-2 > a {
    width: 100%;
  }
  .wallpaper-2 > div {
    order: 1;
  }
  .wallpaper-2 > a {
    padding: 5rem 0;
    order: 2;
  }
  .wallpaper.wallpaper-1 .text-parent {
    padding: 0;
  }
  .wallpaper.wallpaper-1 > div {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .wallpaper.wallpaper-1 .text {
    font-size: 1.2rem;
    width: 10rem;
  }
  .wallpaper.wallpaper-1 .text .link {
    padding: 0 1.5rem;
  }
}

.mega-menu {
  display: flex;
  margin: 0;
  padding: 0;
}

.mega-menu li {
  display: block;
}

.mega-menu li a {
  display: block;
  color: var(--gray-color-normal);
  text-decoration: none;
  transition: 0.4s;
}

.mega-menu li a:hover {
  color: var(--gray-color-dark);
}

.mega-menu .menu-item {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.mega-menu .menu-item.active .menu-link:after {
  transform: scale(1, 1);
}

.mega-menu .menu-link {
  line-height: 2;
  display: block;
  padding: 0 1.4rem;
}

.mega-menu .menu-link:after {
  content: '';
  height: 2px;
  background-color: var(--orange-border);
  display: block;
  width: 100%;
  transform: scale(0, 1);
  transition: 0.4s;
}

.mega-menu .menu-link:hover:after {
  transform: scale(1, 1);
}

.mega-menu .has-drop:hover .menu-drop {
  visibility: visible;
  top: 100%;
  opacity: 1;
}

.mega-menu .menu-drop {
  position: absolute;
  right: 0;
  display: flex;
  align-items: stretch;
  padding: 0.5rem 0;
  background-color: rgba(242, 242, 242, 0.9);
  border-top: solid thin var(--gray-border-normal);
  visibility: hidden;
  top: -10000px;
  opacity: 0;
  transition: opacity 0.4s;
}

.mega-menu .menu-drop .col {
  display: block;
  width: 9rem;
  text-align: center;
}

.mega-menu .menu-drop .col-title {
  width: 11rem;
  border-left: solid 2px var(--gray-border-normal);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mega-menu .menu-drop .col-title .title {
  margin: 0;
  text-align: center;
  line-height: 2;
  color: var(--gray-color-normal);
}

.mega-menu .menu-drop .list-title {
  font-size: 1.2rem;
  color: var(--gray-color-dark);
  margin-bottom: 1rem;
  display: block;
}

.mega-menu .menu-drop .drop-list {
  display: block;
  margin: 0;
  padding: 0;
}

.mega-menu .menu-drop .drop-list li {
  display: block;
}

.mega-menu .menu-drop .drop-list li a {
  font-size: 0.85rem;
  text-decoration: none;
  margin-bottom: 5px;
}

.user-menu {
  display: flex;
  margin: 0;
  padding: 0;
}

.user-menu > li {
  display: block;
  margin: 0;
  padding: 0.5rem;
}

.user-menu > li > a, .user-menu > li > .dropdown > button {
  display: block;
  font-size: 1.5rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  color: var(--gray-color-dark);
  border-radius: 50%;
  transition: 0.4s;
  text-align: center;
  background-color: transparent;
  border: none;
  padding: 0;
  outline: none !important;
  box-shadow: none !important;
}

.user-menu > li > a:hover, .user-menu > li > .dropdown > button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.user-menu .dropdown {
  box-shadow: none !important;
}

.user-menu .dropdown-toggle::after {
  display: none;
}

.user-menu .dropdown-menu {
  top: 15px !important;
  border-radius: 0;
  padding: 0;
  border: none;
  border-top: solid thin var(--gray-border-normal);
  transition: top 0.2s;
}

.user-menu .dropdown-menu li {
  padding: 0;
  margin: 0;
  display: block;
}

.user-menu .dropdown-menu li a {
  display: block;
  background-color: var(--gray-bg-light);
  margin: 0;
  transition: 0.4s;
  color: var(--gray-color-normal);
}

.user-menu .dropdown-menu li a:hover {
  background-color: var(--gray-bg-dark);
  color: white;
}

header.small .user-menu .dropdown-menu {
  top: 5px !important;
}

.category-select-list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
  margin: 0;
}

.category-select-list li {
  display: flex;
  justify-content: center;
  flex: 1;
  max-width: 14rem;
}

.category-select-list li a {
  text-align: center;
  text-decoration: none;
  color: var(--gray-color-darker);
  display: block;
}

.category-select-list li a .title {
  line-height: 2;
  font-size: 1.2rem;
  margin: 0;
}

.category-select-list li a:after {
  content: '';
  height: 2px;
  display: block;
  background-color: var(--orange-border);
  transform: scale(0, 1);
}

.category-select-list li.active a:after {
  transform: scale(1, 1);
}

.category-select-list li:not(.active) a:after {
  transition: 0.4s;
}

.category-select-list li:not(.active) a:hover:after {
  transform: scale(1, 1);
}

.style-list .owl-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--gray-image-bg);
  height: 29rem;
}

.style-list .owl-item a img {
  max-height: 90%;
  width: auto !important;
}

.page-address {
  padding: 1rem 0;
}

.page-address ul {
  margin: 0;
  padding: 0;
  display: flex;
  font-size: 1.3rem;
}

.page-address ul span {
  color: var(--gray-color-darker);
}

.page-address ul a {
  text-decoration: none;
  color: var(--gray-color-dark);
}

.page-address ul li {
  display: block;
}

.page-address ul li:before {
  content: '.';
  margin-right: 0.5rem;
}

.page-address ul li:first-child:before {
  display: none;
}

.product-list {
  margin: 0 -0.5rem;
}

.product-list > div {
  padding: 0 0.5rem;
}

.color-list button {
  background-color: transparent;
  border: none;
}

.color-list button img {
  display: block;
}

.star-list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  margin-right: 1rem;
  flex-direction: row-reverse;
}

.star-list li {
  display: block;
  margin-right: 5px;
  color: var(--gray-color-normal);
}

.style-list .owl-item a {
  display: flex;
  border: solid thin transparent;
  transition: 0.4s;
}

.style-list .owl-item a:hover {
  border-color: var(--gray-border-normal);
}

.product-image-choose {
  display: flex;
}

.product-image-choose a {
  display: block;
  flex: 1;
  margin: 0 0.5rem;
}

@media (max-width: 1200px) {
  .user-menu .dropdown-menu {
    top: 5px !important;
  }
  .user-menu li {
    padding: 0.25rem;
  }
}

@media (max-width: 992px) {
  .category-select-list li {
    max-width: 7rem;
  }
  .page-address ul {
    font-size: 1rem;
  }
}

.header-search {
  position: relative;
  background-color: white;
  border-radius: 1rem;
  overflow: hidden;
  width: 16rem;
}

.header-search input {
  height: 2rem;
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  background-color: transparent;
  padding-right: 2rem;
  padding-left: 1rem;
  overflow: hidden;
  color: var(--gray-color-dark);
}

.header-search button {
  position: absolute;
  height: 2rem;
  background-color: transparent;
  top: 0;
  right: 0;
  z-index: 1;
  width: 2rem;
  color: var(--gray-color-dark);
}

.header-search input, .header-search button {
  border: none;
  box-shadow: none;
  outline: none;
}

.btn-buy-small, .btn-buy {
  line-height: 1.5;
  padding: 0 1rem;
  text-align: center;
  outline: none;
  box-shadow: none;
  font-weight: bold;
  text-decoration: none;
}

.btn-buy {
  padding: 0 2rem;
  font-size: 1.5rem;
}

.btn-submit {
  padding: 0 2rem;
  font-size: 1.5rem;
  border: none;
}

.btn-orange {
  background-color: var(--orange-border);
  color: white !important;
}

.btn-blue {
  background-color: var(--blue-bg);
  color: white !important;
}

.btn-product {
  border: none;
  font-size: 1rem;
  height: 2rem;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.btn-product span {
  display: block;
}

.btn-cart-submit {
  border: none;
  font-size: 1.2rem;
  height: 2rem;
  display: block;
  max-width: 18rem;
  width: 100%;
  text-align: center;
  text-decoration: none !important;
}

.btn-product-cart {
  border: none;
  padding: 0 1rem;
}

.btn-product-wish {
  border: none;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 2;
}

.btn-blue, .btn-orange {
  position: relative;
  display: inline-block;
}

.btn-blue span, .btn-orange span {
  z-index: 2;
  position: relative;
}

.btn-blue:after, .btn-orange:after {
  z-index: 1;
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transform: scale(0, 1);
  transition: 0.4s;
}

.btn-blue:hover:after, .btn-orange:hover:after {
  transform: scale(1, 1);
}

.btn-more {
  display: block;
  margin-top: 2rem;
  line-height: 2;
  font-size: 1.5rem;
  padding: 0 2rem;
  text-decoration: none;
  border: none;
}

.product-counter {
  display: flex;
  background-color: var(--gray-bg-normal);
  width: 4.5rem;
  font-size: 1.2rem;
}

.product-counter span {
  display: block;
  text-align: center;
  width: 1.5rem;
}

.product-counter button {
  width: 1.5rem;
  background-color: transparent;
  border: none;
  text-align: center;
}

.form-check-input {
  border: solid 2px var(--gray-bg-normal) !important;
  box-shadow: none !important;
  width: 1.5em;
  height: 1.5em;
  margin-top: 0.25em;
}

.form-check .form-check-input {
  float: right;
  margin-right: -2em;
}

.form-check-input:checked {
  background-color: var(--gray-bg-normal);
  border-color: var(--gray-bg-normal);
}

.cart-address {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: solid 2px var(--gray-border-normal);
}

.form-title {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 2rem;
  color: var(--gray-color-normal);
}

.cart-payment-form .form-control, .cart-payment-form .price-text {
  width: 20rem;
}

.cart-payment-form .price-text {
  font-size: 1.3rem;
  color: var(--gray-color-darker);
}

.cart-payment-form .btn-orange {
  border: none;
  line-height: 2;
  width: 15rem;
  display: block;
}

.cart-payment-form .form-check-label {
  font-size: 1.3rem;
  color: var(--gray-color-darker);
}

.search-filter {
  height: 4rem;
  background-color: white;
}

.search-filter .content {
  border-bottom: solid 2px var(--gray-border-light);
}

.search-filter .sticky-content .filter-content {
  height: 4rem;
}

.search-filter .sticky-content .filter-content .dropdown-toggle {
  height: 4rem;
}

.search-filter .dropdown {
  box-shadow: none !important;
}

.select-filter {
  margin-right: 1rem;
}

.select-filter .dropdown-toggle {
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent;
  padding: 0 0.5rem;
  border: none;
  color: var(--gray-color-dark);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left 0.75rem center;
  background-size: 16px 12px;
  padding-left: 2.7rem;
}

.select-filter .dropdown-toggle:after {
  display: none;
}

.form-select {
  margin-right: 1rem;
  cursor: pointer;
  width: auto;
  border: none;
  outline: none !important;
  box-shadow: none !important;
  padding-right: 0;
  color: var(--gray-color-dark);
}

.form-group {
  margin-bottom: 1.3rem;
}

.form-control {
  line-height: 2rem;
  border-radius: 2rem;
  border-color: transparent;
  background-color: var(--gray-bg-light);
  padding-left: 1rem;
  padding-right: 1rem;
}

.link-group {
  display: flex;
  margin-bottom: 2rem;
}

.link-group a {
  display: block;
  flex: 1;
  text-align: center;
  color: var(--gray-color-darker);
  border-bottom: solid 2px var(--gray-border-light);
  transition: 0.4s;
  line-height: 2;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  margin: 0 0.5px;
}

.link-group a:hover {
  border-color: var(--gray-color-darker);
}

.link-group a.active {
  border-color: var(--gray-color-darker);
}

.search-filter-toggle {
  height: 3rem;
  border: none;
  background-color: var(--gray-bg-light);
  border-bottom: solid thin var(--gray-border-normal);
}

.search-filter-toggle span, .search-filter-toggle i, .search-filter-toggle svg {
  display: block;
}

.search-filter-toggle i {
  padding-top: 4px;
  padding-left: 12px;
}

.form-select-filter-control {
  position: relative;
}

.form-select-filter-control .clear {
  border: none;
  display: none;
  background-color: white;
}

.form-select-filter-control:not([value=""]) .clear {
  position: absolute;
  display: block;
  left: 8px;
  top: 6px;
}

@media (max-width: 768px) {
  .search-filter {
    height: auto;
  }
  .search-filter .filter-content {
    height: auto !important;
  }
  .search-filter .form-select-filter-control {
    width: 45%;
  }
  .search-filter .form-select-filter-control:nth-child(2n) {
    margin-left: 10%;
  }
  .search-filter .form-select-filter-control .form-select-filter {
    width: 100%;
    margin-right: 0;
  }
  .search-filter .dropdown-toggle {
    width: 100%;
    text-align: right;
    height: 3rem !important;
  }
}

.product-item {
  text-align: center;
}

.product-item a {
  text-decoration: none;
}

.product-item:hover img {
  transform: scale(1);
}

.product-item:hover .type {
  color: var(--gray-color-darker);
}

.product-item img {
  width: auto;
  transform: scale(0.9);
  transition: 0.4s ease-in-out;
}

.product-item .type {
  display: block;
  width: 10rem;
  margin: 0 auto;
  line-height: 1.5;
  color: var(--gray-color-normal);
  border-bottom: solid 2px var(--orange-border);
  font-size: 1.2rem;
  transition: 0.4s;
}

.product-item .title {
  display: block;
  margin-top: 0.5rem;
  line-height: 2;
  color: var(--gray-color-dark);
  margin-bottom: 0;
  font-weight: normal;
  font-size: 1rem;
}

.product-item .price {
  color: var(--gray-color-normal);
  display: block;
  margin-bottom: 0.5rem;
}

.category-item {
  text-decoration: none;
  text-align: center;
  display: block;
  margin-bottom: 2rem;
}

.category-item:hover .title:after {
  transform: scale(1, 1);
}

.category-item .title {
  margin: 0 auto;
  display: inline-block;
  font-size: 1.5rem;
  color: var(--gray-color-dark);
}

.category-item .title:after {
  content: '';
  height: 2px;
  background-color: var(--orange-border);
  display: block;
  width: 100%;
  transform: scale(0, 1);
  transition: 0.4s;
  margin-top: 0.5rem;
}

.category-item img {
  margin-top: 1.5rem;
  display: block;
  width: 100%;
}

.product-search-item {
  margin-bottom: 2rem;
}

.product-search-item:hover .image {
  border-color: var(--gray-border-normal);
}

.product-search-item:hover .title, .product-search-item:hover .price {
  opacity: 1;
}

.product-search-item a {
  text-decoration: none;
}

.product-search-item .image {
  height: 22rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--gray-image-bg);
  width: 100%;
  border: solid thin transparent;
  transition: 0.4s;
}

.product-search-item .image img {
  max-width: 90%;
  display: block;
}

.product-search-item .color-list {
  margin-bottom: 0.5rem;
}

.product-search-item .title, .product-search-item .price {
  margin: 0;
  font-size: 1rem;
  color: var(--gray-color-dark);
  opacity: 0.7;
  transition: 0.4s;
}

.product-cart-item {
  margin-bottom: 3rem;
}

.product-cart-item .info {
  flex: 1;
  padding-right: 1rem;
}

.product-cart-item .title {
  font-size: 1rem;
  margin: 0;
  color: var(--gray-color-dark);
}

.product-cart-item .type {
  color: var(--gray-color-normal);
  display: block;
  margin-bottom: 1rem;
}

.product-cart-item ul {
  display: block;
  margin: 0;
  padding: 0;
}

.product-cart-item ul li {
  display: block;
  color: var(--gray-color-dark);
  line-height: 2;
}

.product-cart-item .product-counter {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.product-cart-item .delivery {
  font-size: 0.85rem;
  color: var(--gray-color-normal);
  display: block;
  margin-top: 0.5rem;
}

.product-cart-item-2 {
  max-width: 13rem;
  margin: 0 auto;
}

.product-cart-item-2 img {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
}

.product-cart-item-2 .title {
  font-size: 0.85rem;
  color: var(--gray-color-normal);
  line-height: 2;
  margin: 0;
}

.product-cart-item-2 .price {
  font-size: 1.1rem;
  color: var(--gray-color-dark);
  display: block;
  margin-bottom: 0.5rem;
}

.product-cart-item-2 .color {
  display: block;
  font-size: 1.1rem;
  color: var(--gray-color-normal);
}

@media (max-width: 768px) {
  .product-search-item {
    max-width: 26rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.product-image-slide {
  margin-bottom: 4rem;
}

.product-image-slide img {
  width: 100%;
  display: block;
}

.product-image-slide .image {
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}

.product-image-slide .owl-item button {
  background-color: transparent;
  border: none;
}

.product-row > div:first-child {
  padding-left: 3.2rem;
}

.product-row > div:last-child {
  padding-right: 3.2rem;
}

.product-box {
  border-bottom: solid 2px var(--gray-border-light);
  padding: 1rem 0;
}

.product-box .title, .product-box .price {
  font-size: 1rem;
  color: var(--gray-color-dark);
  margin: 0;
  line-height: 1.5;
}

.product-title {
  color: var(--gray-color-darker);
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0;
}

.product-title.mb {
  margin-bottom: 1rem;
}

.product-choose-list {
  display: flex;
  margin: 0;
  padding: 0;
}

.product-choose-list li {
  display: block;
  margin-left: 0.5rem;
  margin-top: 1rem;
}

.product-choose-list li button {
  width: 4.3rem;
  height: 4.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid thin transparent;
  padding: 0;
  background-color: var(--gray-bg-light);
}

.product-choose-list li button img {
  width: 100%;
}

.product-choose-list li.active button {
  border-color: var(--gray-border-normal);
}

.product-buy {
  display: flex;
  max-width: 25rem;
}

.product-buy > div:first-child {
  width: 5.3rem;
}

.product-buy > div:last-child {
  flex: 1;
}

.product-buy > div:last-child button, .product-buy > div:last-child a {
  width: 100%;
  height: 2.5rem;
}

.product-buy > div:last-child button:first-child, .product-buy > div:last-child a:first-child {
  margin-bottom: 1rem;
}

.product-buy .form-select {
  background-color: var(--gray-bg-light);
  border-radius: 0;
  padding-right: 0.5rem;
  margin: 0;
  width: 4rem;
  height: 2.5rem;
}

.product-description {
  font-size: 0.9rem;
  color: var(--gray-color-dark);
  line-height: 2;
}

.product-description p:last-child {
  margin-bottom: 0;
}

.product-action {
  display: flex;
}

.product-action .plus {
  color: var(--gray-color-normal);
  font-size: 1.2rem;
  text-decoration: none;
}

@media (max-width: 992px) {
  .product-row > div:first-child {
    padding-left: 1rem;
  }
  .product-row > div:last-child {
    padding-right: 1rem;
  }
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 900;
  src: url("fonts/eot/IRANSansWeb_Black.eot");
  src: url("fonts/eot/IRANSansWeb_Black.eot?#iefix") format("embedded-opentype"), url("fonts/woff2/IRANSansWeb_Black.woff2") format("woff2"), url("fonts/woff/IRANSansWeb_Black.woff") format("woff"), url("fonts/ttf/IRANSansWeb_Black.ttf") format("truetype");
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: bold;
  src: url("fonts/eot/IRANSansWeb_Bold.eot");
  src: url("fonts/eot/IRANSansWeb_Bold.eot?#iefix") format("embedded-opentype"), url("fonts/woff/IRANSansWeb_Bold.woff") format("woff"), url("fonts/ttf/IRANSansWeb_Bold.ttf") format("truetype");
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 500;
  src: url("fonts/eot/IRANSansWeb_Medium.eot");
  src: url("fonts/eot/IRANSansWeb_Medium.eot?#iefix") format("embedded-opentype"), url("fonts/woff/IRANSansWeb_Medium.woff") format("woff"), url("fonts/ttf/IRANSansWeb_Medium.ttf") format("truetype");
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 300;
  src: url("fonts/eot/IRANSansWeb_Light.eot");
  src: url("fonts/eot/IRANSansWeb_Light.eot?#iefix") format("embedded-opentype"), url("fonts/woff2/IRANSansWeb_Light.woff2") format("woff2"), url("fonts/woff/IRANSansWeb_Light.woff") format("woff"), url("fonts/ttf/IRANSansWeb_Light.ttf") format("truetype");
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 200;
  src: url("fonts/eot/IRANSansWeb_UltraLight.eot");
  src: url("fonts/eot/IRANSansWeb_UltraLight.eot?#iefix") format("embedded-opentype"), url("fonts/woff2/IRANSansWeb_UltraLight.woff2") format("woff2"), url("fonts/woff/IRANSansWeb_UltraLight.woff") format("woff"), url("fonts/ttf/IRANSansWeb_UltraLight.ttf") format("truetype");
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url("fonts/eot/IRANSansWeb.eot");
  src: url("fonts/eot/IRANSansWeb.eot?#iefix") format("embedded-opentype"), url("fonts/woff/IRANSansWeb.woff") format("woff"), url("fonts/ttf/IRANSansWeb.ttf") format("truetype");
}
