﻿@charset "UTF-8";
/* @extend */
/* Following media queries are based on Bootstrap 3.x breakpoints */
body.rtl .body__container,
body.rtl .jconfirm,
body.rtl .sidebar__container {
  direction: rtl;
}
body.rtl .body__container .wi-menu.wi-menu__theme-default a,
body.rtl .jconfirm .wi-menu.wi-menu__theme-default a,
body.rtl .sidebar__container .wi-menu.wi-menu__theme-default a {
  padding: 2px 0;
}
body.rtl .body__container .wi-menu.wi-menu__theme-default a img,
body.rtl .jconfirm .wi-menu.wi-menu__theme-default a img,
body.rtl .sidebar__container .wi-menu.wi-menu__theme-default a img {
  background: #01acb4;
  border-radius: 4px;
  margin-left: 15px;
}
body.rtl .sidebar__box {
  z-index: 1500;
  position: relative;
}
body.rtl .sidebar__box .sidebar__container {
  padding: 0 5px;
}
body.rtl .sidebar__box .sidebar__container .main-menu > li > a:first-of-type {
  font-weight: bold;
  border-top: 2px solid #01acb4;
}
body.rtl .sidebar__box .sidebar__container .main-menu > li > ul {
  margin-right: 0;
}
body.rtl .sidebar__box .sidebar__container .main-menu > li > ul > li {
  border-bottom: 1px solid #ddd;
}
body.rtl .sidebar__box .sidebar__container .main-menu > li > ul > li:first-of-type {
  display: none;
}
body.rtl .sidebar__box .sidebar__container .main-menu li:first-child {
  height: 47px;
}
body.rtl .sidebar__box .sidebar__container .main-menu li:first-child > a {
  display: block;
  height: 47px;
  line-height: 47px;
}
body.rtl .sidebar__box .sidebar__container .main-menu a {
  text-align: right;
}

.body__container {
  transition: all ease 400ms;
  height: 100%;
}
.body__container.open {
  overflow-y: hidden;
}

.sidebar__box {
  padding: 0 12px;
}
.sidebar__box .sidebar__shadow {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  display: none;
  top: 0;
  left: 0;
}
.sidebar__box .sidebar__close {
  font-size: 25px;
  display: block;
  text-align: center;
}
.sidebar__box .sidebar__container {
  transition: all ease 400ms;
  position: fixed;
  overflow-y: hidden;
  overflow: auto;
  height: 100.5%;
  width: 80%;
  top: 0;
  z-index: 10;
}
.sidebar__box .sidebar__container .after, .sidebar__box .sidebar__container .before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  opacity: 1;
}
.sidebar__box .sidebar__container .before {
  z-index: -2;
  background-position: center;
  background-size: cover;
  filter: blur(50px);
}
.sidebar__box .sidebar__container .after {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.sidebar__box .sidebar__container.position--right {
  right: 0;
  transform: translate3d(100%, 0, 0);
}
.sidebar__box .sidebar__container.position--left {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.sidebar__box .sidebar__container.open {
  transform: translate3d(0, 0, 0);
}

.sidebar__box .sidebar__container {
  background-color: white;
}
.sidebar__box .sidebar__container .sidebar__close {
  color: #aa0000;
}
.sidebar__box .sidebar__container .logo.header__top__logo {
  display: none;
}
.sidebar__box .sidebar__container .logo {
  display: block;
}
.sidebar__box .sidebar__container .logo img {
  max-width: 80%;
  margin: 0 auto;
  display: block;
}
.sidebar__box .sidebar__container.open .main-menu > li {
  transform: translateY(0) !important;
  opacity: 1;
  border-bottom: 1px solid #ddd;
}
.sidebar__box .sidebar__container.open .main-menu > li a {
  font-size: 15px;
}
.sidebar__box .sidebar__container .main-menu .angle {
  transition: all 200ms;
  margin: 0px 5px;
  vertical-align: middle;
}
.sidebar__box .sidebar__container .main-menu .angle.angle-up {
  transform: rotateZ(180deg);
}
.sidebar__box .sidebar__container .main-menu a {
  color: #000;
  display: block;
  font-size: 9pt;
  padding: 7px 15px;
  transition: all 200ms;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.sidebar__box .sidebar__container .main-menu a:hover i.fa {
  color: #000;
}
.sidebar__box .sidebar__container .main-menu a img {
  max-width: 32px;
  margin: 0 5px;
}
.sidebar__box .sidebar__container .main-menu a i.fa {
  vertical-align: middle;
  display: inline-block;
  width: 32px;
  margin: 0 5px;
  font-size: 17pt;
  text-align: center;
}
.sidebar__box .sidebar__container .main-menu > li {
  transition: all 300ms;
  transform: translateY(50px);
  backface-visibility: hidden;
  opacity: 0;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(1) {
  transition-delay: 400ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(2) {
  transition-delay: 500ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(3) {
  transition-delay: 600ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(4) {
  transition-delay: 700ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(5) {
  transition-delay: 800ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(6) {
  transition-delay: 900ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(7) {
  transition-delay: 1000ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(8) {
  transition-delay: 1100ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(9) {
  transition-delay: 1200ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(10) {
  transition-delay: 1300ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(11) {
  transition-delay: 1400ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(12) {
  transition-delay: 1500ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(13) {
  transition-delay: 1600ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(14) {
  transition-delay: 1700ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(15) {
  transition-delay: 1800ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(16) {
  transition-delay: 1900ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(17) {
  transition-delay: 2000ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(18) {
  transition-delay: 2100ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(19) {
  transition-delay: 2200ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(20) {
  transition-delay: 2300ms !important;
}
.sidebar__box .sidebar__container .main-menu > li > a {
  position: relative;
}
.sidebar__box .sidebar__container .main-menu > li > a:hover:after {
  width: 90%;
  background: rgba(0, 0, 0, 0.1);
}
.sidebar__box .sidebar__container .main-menu > li > a:after {
  transition: all 300ms;
  content: "";
  position: absolute;
  display: block;
  width: 0%;
  top: 0;
  z-index: 0;
  background: transparent;
  height: 100%;
}
.sidebar__box .sidebar__container .main-menu ul {
  display: block;
  background: transparent !important;
  margin-right: 40px;
}

/* @extend */
/* Following media queries are based on Bootstrap 3.x breakpoints */
.farashop__mega-menu {
  box-shadow: none;
  color: #F5F5F5;
  background-color: #01acb4;
}
.farashop__mega-menu .mega-menu__root {
  display: flex;
  justify-content: center;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1 {
  display: inline-block;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1.active > a {
  background: none;
  position: relative;
  box-shadow: none;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1.active > a::before {
  opacity: 1;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1 > a.mega-menu__arrow:after {
  color: #fff;
  top: unset;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1 > a {
  width: 125px;
  text-align: center;
  font-size: 14px;
  color: #dedede;
  padding: 10px 5px;
  font-weight: 600;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1 > a img {
  display: block;
  margin: auto;
  margin-bottom: 10px;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1 > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0.1);
}
.farashop__mega-menu .mega-menu__root .mega-menu__next-level {
  background-color: #fff;
  top: 87px;
  padding: 20px 80px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.farashop__mega-menu .mega-menu__root .mega-menu__table {
  width: 96%;
  right: 2%;
  left: 2%;
}
.farashop__mega-menu .mega-menu__root .mega-menu__table ul li a {
  color: #000;
  padding: 5px;
}
.farashop__mega-menu .mega-menu__root .mega-menu__table ul li:first-child a {
  color: #01acb4;
}
.farashop__mega-menu .mega-menu__root ul.mega-menu__next-level {
  border-bottom: none;
  background: rgb(255, 178, 4);
  color: white;
  justify-content: center;
}
.farashop__mega-menu .mega-menu__root ul.mega-menu__next-level.active {
  display: flex;
}
.farashop__mega-menu .mega-menu__root ul.mega-menu__next-level a {
  padding: 16px 30px !important;
  color: #fff;
}
.farashop__mega-menu .mega-menu__root ul.mega-menu__next-level > li.active > a {
  color: #fff;
  background-color: rgb(233.5, 161.8685258964, 0);
}
/* @extend */
/* Following media queries are based on Bootstrap 3.x breakpoints */
@font-face {
  font-family: IRANSansFaNum;
  src: url("/fonts/IRANSans/IRANSansFaNum.eot") format("embedded-opentype"), url("/fonts/IRANSans/IRANSansFaNum.ttf") format("truetype"), url("/fonts/IRANSans/IRANSansFuNum.woff") format("woff"), url("/fonts/IRANSans/IRANSansFuNum.woff2") format("woff2");
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: IRANSansFaNum;
  src: url("/fonts/IRANSans/IRANSansFaNum_Black.eot") format("embedded-opentype"), url("/fonts/IRANSans/IRANSansFaNum_Black.ttf") format("truetype"), url("/fonts/IRANSans/IRANSansFuNum_Black.woff") format("woff"), url("/fonts/IRANSans/IRANSansFuNum_Black.woff2") format("woff2");
  font-display: swap;
  font-weight: bolder;
}
@font-face {
  font-family: IRANSansFaNum;
  src: url("/fonts/IRANSans/IRANSansFaNum_Bold.eot") format("embedded-opentype"), url("/fonts/IRANSans/IRANSansFaNum_Bold.ttf") format("truetype"), url("/fonts/IRANSans/IRANSansFuNum_Bold.woff") format("woff"), url("/fonts/IRANSans/IRANSansFuNum_Bold.woff2") format("woff2");
  font-display: swap;
  font-weight: bold;
}
@font-face {
  font-family: IRANSansFaNum;
  src: url("/fonts/IRANSans/IRANSansFaNum_Light.eot") format("embedded-opentype"), url("/fonts/IRANSans/IRANSansFaNum_Light.ttf") format("truetype"), url("/fonts/IRANSans/IRANSansFuNum_Light.woff") format("woff"), url("/fonts/IRANSans/IRANSansFuNum_Light.woff2") format("woff2");
  font-display: swap;
  font-weight: 300;
}
@font-face {
  font-family: IRANSansFaNum;
  src: url("/fonts/IRANSans/IRANSansFaNum_Medium.eot") format("embedded-opentype"), url("/fonts/IRANSans/IRANSansFaNum_Medium.ttf") format("truetype"), url("/fonts/IRANSans/IRANSansFuNum_Medium.woff") format("woff"), url("/fonts/IRANSans/IRANSansFuNum_Medium.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: IRANSansFaNum;
  src: url("/fonts/IRANSans/IRANSansFaNum_UltraLight.eot") format("embedded-opentype"), url("/fonts/IRANSans/IRANSansFaNum_UltraLight.ttf") format("truetype"), url("/fonts/IRANSans/IRANSansFuNum_UltraLight.woff") format("woff"), url("/fonts/IRANSans/IRANSansFuNum_UltraLight.woff2") format("woff2");
  font-display: swap;
  font-weight: 200;
}
body {
  font-family: IRANSansFaNum !important;
  font-size: 14px;
  line-height: 1.5;
  direction: rtl !important;
}
body.page__search-result .product-list, body.page__advanced-filtering .product-list, body.page__product-list .product-list {
  margin-left: -15px;
  margin-right: -15px;
}
body.page__search-result .product-list article, body.page__advanced-filtering .product-list article, body.page__product-list .product-list article {
  margin-bottom: 30px;
}

.skin__col-1 {
  background-color: #fafafa;
}
.skin__col-1 > div.container {
  padding-bottom: 40px;
}

.skin__newscol-2 .content-pane {
  margin: 20px 0 0 0;
  border: 1px solid #dfdfdf;
  border-top: none;
  padding: 0 5px;
}

.pajinatify__button {
  font-family: IRANSansFaNum, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .container .row {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .container .row {
    margin-right: -5px;
    margin-left: -5px;
  }
}

.submit--order {
  margin-bottom: 70px;
}
.submit--order .superlinks__container {
  margin-bottom: 20px;
}
.submit--order__button {
  padding: 10px 35px;
  border-radius: 10px;
  color: #fff;
}
.submit--order .test {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.submit--order .test div {
  width: 240px;
}
.submit--order .test p {
  color: #ed3237;
  font-size: 26px;
  font-weight: 600;
}
.submit--order .test hr {
  width: calc(50% - 130px);
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

header .header-banner p {
  margin: 0px;
}

.header__top {
  background-color: #313131;
  color: #fff;
  min-height: 24px;
  height: 30px;
  /*.menu-trigger__link {
      padding-right: 30px;
  }*/
}
@media (max-width: 768px) {
  .header__top {
    height: unset;
  }
}
.header__top ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.header__top nav {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  height: 30px;
  align-items: center;
}
.header__top nav > ul {
  position: relative;
}
.header__top nav > ul > li > ul {
  right: 5px;
}
.header__top nav > ul > li a {
  background-color: #313131;
  padding: 10px 35px;
  font-size: 14px;
}
.header__top nav > ul > li a:hover, .header__top nav > ul > li afocus {
  color: #01acb4;
}
.header__top nav > ul > li > a {
  display: inline-block;
  position: relative;
  font-size: 13px;
  padding: 0px 20px 0px 20px;
  margin-right: 10px;
}
.header__top nav > ul > li > a::before, .header__top nav > ul > li > a::after {
  content: "";
  position: absolute;
  right: 0;
  height: 13px;
  width: 1px;
  background-color: grey;
  top: 3px;
}
.header__top nav > ul > li > a::after {
  right: unset;
  left: 0;
}
.header__top nav > ul > li > a .caret {
  position: relative;
  font-size: 20px;
  border-width: 5px;
  right: 10px;
}
.header__top nav > ul a {
  color: inherit;
}
.header__top nav .homeIcon {
  font-size: 18px;
}
.header__top #dnn_HeaderTopPane ul {
  display: flex;
  justify-content: flex-start;
  direction: ltr;
  min-height: 30px;
  align-content: center;
}
.header__top #dnn_HeaderTopPane ul em {
  font-size: 17px;
  color: #01acb4;
  padding-right: 5px;
}
.header__top #dnn_HeaderTopPane ul li:first-child {
  position: relative;
  margin-right: 16px;
}
.header__top #dnn_HeaderTopPane ul li:first-child:after {
  content: "";
  width: 1px;
  height: 18px;
  background-color: #b5b5b5;
  display: block;
  position: absolute;
  right: -9px;
  top: 2px;
}
.header__top .header__auth {
  display: flex;
  justify-content: flex-start;
  padding: 6px 10px;
  margin-top: 0 !important;
  padding-bottom: 2px;
}
.header__top .header__auth > div {
  text-align: right;
  position: relative;
  bottom: 2px;
  display: flex;
  align-items: center;
}
.header__top .header__auth > div:first-child {
  margin-left: 20px;
}
.header__top .header__auth > div:first-child > a:before {
  content: "\f023";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: FontAwesome;
  position: absolute;
}
.header__top .header__auth > div:last-child > a:before {
  content: "\f007";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: FontAwesome;
  position: absolute;
}
.header__top .header__auth > div a {
  color: inherit;
  font-size: 12px;
  padding-right: 24px;
  position: relative;
}
.header__top .header__auth > div a:hover, .header__top .header__auth > div a:focus {
  text-decoration: none;
  color: #01acb4;
}
.header__top .header__auth > div a:before {
  font-size: 18px;
  right: 0;
  top: -2px;
  margin-left: 10px;
  color: #01acb4;
}
.header__top #dnn_HeaderTopPane {
  float: left;
}

.basketPreview__button1 {
  position: relative;
  transition: 0.5s;
  z-index: 11;
}
.basketPreview__button1::before {
  content: "\f07a";
  display: inline-block;
  position: relative;
  width: 45px;
  height: 45px;
  line-height: 46px;
  color: #fff;
  background-color: #f1ca03;
  border-radius: 15px;
  font-family: FontAwesome;
  font-size: 31px;
  text-align: center;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  cursor: pointer;
  z-index: 100;
}
@media (max-width: 767px) {
  .basketPreview__button1::before {
    width: 45px;
    height: 45px;
    line-height: 46px;
  }
}
.basketPreview__button1.active::before {
  content: "\f00d";
}

.header__middle {
  background-color: #fff;
  color: inherit;
  padding: 10px 0;
}
.header__middle .logo img {
  display: inline-block;
}
.header__middle .toggle-basket {
  height: 40px;
}
.header__middle .header__auth {
  display: flex;
  justify-content: center;
  margin-top: 28px;
  line-height: 1.3;
}
.header__middle .header__auth > div {
  display: block;
  text-align: center;
}
.header__middle .header__auth > div:first-child {
  margin-left: 30px;
}
.header__middle .header__auth > div:first-child > a:before {
  content: "\f023";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: FontAwesome;
  position: absolute;
}
.header__middle .header__auth > div:last-child > a:before {
  content: "\f007";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: FontAwesome;
  position: absolute;
}
.header__middle .header__auth > div a {
  color: inherit;
  font-size: 12px;
  font-weight: bold;
}
.header__middle .header__auth > div a:hover, .header__middle .header__auth > div a:focus {
  text-decoration: none;
  color: #01acb4;
}
.header__middle .header__auth > div a:before {
  display: block;
  font-size: 20px;
  position: relative !important;
  color: #01acb4;
  margin-bottom: 5px;
}
.header__middle .row > div:first-child {
  height: 100px;
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  .header__middle .row > div:first-child {
    height: 50px;
    align-items: flex-start;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .header__middle .row > div:first-child {
    justify-content: center;
    padding-top: 2px;
  }
}
.header__middle .header__logo {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .header__middle .header__logo {
    display: block !important;
    position: fixed;
    height: unset;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 10;
  }
  .header__middle .header__logo .logo {
    display: block !important;
    margin-top: 0px;
    text-align: center;
  }
  .header__middle .header__logo .logo img {
    max-width: 81px;
    max-height: 45px;
  }
}
.header__middle .header__basket {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100px;
}
@media (max-width: 500px) {
  .header__middle .header__basket {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .header__middle .header__basket {
    justify-content: center;
    height: unset;
    position: fixed;
    top: 4px;
    right: 50px;
    z-index: 10;
  }
  .header__middle .header__basket .toggle-basket {
    background-color: unset;
  }
  .header__middle .header__basket .toggle-basket::before {
    width: 40px;
    height: 40px;
    line-height: 42px;
    bottom: 0;
  }
  .header__middle .header__basket .toggle-basket .js__basket__total-count {
    width: 20px;
    height: 20px;
    top: -3px;
    left: 3px;
    line-height: 22px;
  }
}

.header__bottom {
  background-color: #01acb4;
}
.header__bottom.stuck {
  top: 30px;
  z-index: 10;
}
.header__bottom .toggle-sidebar {
  display: none;
}
.header__bottom nav .container li {
  border-right: 1px solid rgba(255, 255, 255, 0.1882352941);
  border-left: 1px solid rgba(255, 255, 255, 0.1882352941);
}
.header__bottom nav .container a {
  line-height: unset !important;
}
@media (min-width: 990px) {
  .header__bottom nav .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.product-title__with-img {
  display: inline-block;
  font-size: 18px;
  border: 4px solid #656565;
  border-radius: 32px;
  padding: 10px 10px;
  color: #01acb4;
  font-weight: 600;
  margin-right: 5px;
  width: 180px;
  text-align: center;
}

.product-title-hr__with-img {
  border: 2px solid #656565;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  text-align: left;
  justify-self: flex-start;
  margin-left: auto;
  margin-top: 30px;
  width: 100%;
  background-color: #656565;
}

.product-title__mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 468px) {
  .product-title__mobile {
    display: flex;
  }
}
.product-title__mobile img {
  position: absolute;
  bottom: 13px;
  right: 10%;
}

.product-list__title {
  margin-top: 10px;
  display: flex;
}
.product-list__title > div:first-child {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  padding-right: 25px;
}
.product-list__title > div:first-child img {
  height: 40px;
  margin-left: 20px;
}
.product-list__title > div:last-child {
  width: calc(100% - 320px);
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-top: 3px solid rgba(197, 197, 197, 0.7215686275);
}

.about {
  margin-bottom: 50px;
}
.about p {
  line-height: 36px;
}
.about img {
  border-radius: 60px 60px 0 60px;
}

.product-list__container {
  background-color: #fafafa;
}

.top-content-pane {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0 80px;
}
@media (max-width: 768px) {
  .top-content-pane {
    padding: 0;
  }
}

.farashop__footer {
  height: auto;
  background-color: #313131;
  color: #efefef;
  min-height: 234px;
  margin-top: 0;
}
.farashop__footer > .container {
  padding-top: 25px;
}
.farashop__footer .footer__top {
  background-color: #e1e2e6;
  min-height: 40px;
  padding: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 1.05em;
}
.farashop__footer .footer__top .Head {
  color: #707070;
  font-size: 18px;
}
@media (max-width: 768px) {
  .farashop__footer .footer__top {
    padding: 40px 5px;
  }
}
.farashop__footer .footer__top [class*=col-] em {
  font-size: 1.2em;
  display: inline-block;
  margin-right: 4px;
  position: relative;
  top: 1px;
  color: #fff;
}
.farashop__footer .footer__top [class*=col-] p {
  margin-bottom: 0;
}
.farashop__footer .footer__top [class*=col-] .Normal {
  direction: ltr;
}
.farashop__footer .footer__top [class*=col-]:nth-child(1) .Normal {
  direction: rtl;
}
@media (max-width: 768px) {
  .farashop__footer .footerBottom {
    text-align: center;
  }
  .farashop__footer .footerBottom .enamad, .farashop__footer .footerBottom .enamad + div {
    margin-top: 30px;
  }
}
.farashop__footer .footer__copyright-container {
  color: #6b6a6a;
  font-size: 13px;
  word-spacing: -1px;
  margin: 0 0;
  margin-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1803921569);
  padding-top: 10px;
  line-height: 24px;
}
.farashop__footer .footer__copyright-container a {
  color: inherit;
}
.farashop__footer .footer__brands {
  border-top: 1px solid #484848;
  border-bottom: 1px solid #484848;
  margin: 40px 0 20px;
  padding: 15px 0;
}
.farashop__footer .footer__brandsContainer .icon-slider {
  background: none;
  border-top: none;
  border-radius: 0;
}
.farashop__footer .footer__faratech {
  font-size: 12px;
}
.farashop__footer .footer__faratech a {
  font-size: 12px;
}
.farashop__footer .logo img {
  margin: auto;
  display: block;
}
.farashop__footer .footer__phone-number {
  position: relative;
}
.farashop__footer .footer__phone-number i {
  position: absolute;
  left: -30px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #01acb4;
  border-radius: 50% 50% 0 50%;
  font-size: 28px;
  bottom: 4px;
}
.farashop__footer #dnn_FooterBottomPane_5 .superlinks__container {
  margin-bottom: 30px;
}
.farashop__footer #dnn_FooterBottomPane_5 .send--comment__button {
  padding: 10px 25px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
}

.pane__slider .ls-bottom-nav-wrapper {
  bottom: 40px;
}
@media (max-width: 768px) {
  .pane__slider .ls-bottom-nav-wrapper {
    bottom: 5px;
  }
}

.stuck {
  position: fixed !important;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8);
  /*.header__logo {
      display: none;
  }*/
  /*.logo {
      width: 125px;
  }*/
}
.stuck .toggle-basket,
.stuck .header__auth {
  margin-top: 2px;
}
.stuck .header__search-box {
  margin-top: 3px;
}
.stuck .header__basket {
  height: 30px;
  float: left;
  margin: 10px 0;
}
.stuck .header__auth {
  color: #F5F5F5;
}

.cpl__simple-template {
  position: relative;
}
.cpl__simple-template .box__header {
  background-color: transparent !important;
  position: absolute;
  left: -10px;
  top: -50px;
}
.cpl__simple-template .box__header .box__header-contents {
  position: relative;
}
.cpl__simple-template .box__header .box__header-contents a {
  display: block;
  transition: 300ms;
}
.cpl__simple-template .box__header .box__header-contents a span {
  color: #fff;
  font-size: 11px;
  padding: 0px 7px;
  display: inline-block;
  border-radius: 20px;
  line-height: 26px;
  margin-right: 16px;
  background: #01acb4;
}

.farashop__box .box__header {
  background-color: #fff;
  margin-bottom: 25px;
  min-height: 43px;
  line-height: 3;
}
.farashop__box .box__header [class*=col-]:nth-child(1) > div {
  color: #333;
  display: flex;
  border-bottom: 4px solid #01acb4;
  align-items: center;
  font-size: 14px;
}
.farashop__box .box__header [class*=col-]:nth-child(1) > div span {
  display: inline-block;
}
.farashop__box .box__header [class*=col-]:nth-child(1) > div i {
  margin: 0 30px 0 15px;
  font-size: 24px;
  display: inline-block;
  color: #01acb4;
}
.farashop__box .box__header .no-icon span {
  display: block !important;
  text-align: center;
  width: 100%;
}

.farashop__breadcrumb {
  font-size: 13px;
  color: #797979;
  margin: 5px 0;
}
.farashop__breadcrumb .breadcrumb {
  border: 1px solid #c5c5c5;
  padding: 6px 15px 12px 15px;
  border-radius: 0;
}
.farashop__breadcrumb a {
  font-size: inherit;
  color: inherit;
}
.farashop__breadcrumb i {
  font-size: 14px;
}
.farashop__breadcrumb li:first-child a {
  font-size: 1.9em;
}
.farashop__breadcrumb li:first-child a:hover, .farashop__breadcrumb li:first-child a:focus {
  text-decoration: none;
  color: #01acb4;
}
.farashop__breadcrumb li:last-child {
  color: black;
}

.widget__show-more {
  overflow: hidden;
  transition: height 0.4s ease-in-out;
  position: relative;
  border-radius: 0 0 4px 4px;
}
.widget__show-more > .toggle {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  line-height: 140px;
  text-align: center;
  cursor: pointer;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
}
.widget__show-more > .toggle:before {
  content: "نمایش بیشتر";
  display: inline-block;
  height: 60px;
  line-height: 60px;
  color: #01acb4;
}
.widget__show-more > .toggle:after {
  content: "\f104";
  display: inline-block;
  font-family: FontAwesome;
  color: #01acb4;
  font-size: 20px;
  transform: rotate(-90deg);
  margin-right: 10px;
  position: relative;
  top: 5px;
  font-weight: bold;
}
.widget__show-more > .toggle.active {
  background: none;
  filter: none;
}
.widget__show-more > .toggle.active:before {
  content: "نمایش کمتر";
}
.widget__show-more > .toggle.active:after {
  content: "\f105";
}

.farashop__container > span,
.farashop__container h2 {
  display: block;
}
.farashop__container.container__footer-pane > span,
.farashop__container.container__footer-pane > h2 {
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 14px;
  color: #000;
  color: #01acb4;
}
.farashop__container.container__right-pane > span,
.farashop__container.container__right-pane > h2 {
  border: 1px solid #ccc;
  border-top: 2px solid #01acb4;
  background-color: #FBFBFB;
  padding-right: 15px;
  border-radius: 0;
  height: 46px;
  line-height: 46px;
  margin: 0;
  display: flex;
  align-items: center;
}
.farashop__container.container__right-pane > span > span,
.farashop__container.container__right-pane > h2 > span {
  display: inline-block;
  margin-top: 6px;
}
.farashop__container.container__right-pane > span:before,
.farashop__container.container__right-pane > h2:before {
  background-color: #01acb4;
  width: 44px;
  height: 44px;
  line-height: 44px;
  content: "\f100";
  font-family: FontAwesome;
  color: #fff;
  font-size: 24px;
  display: inline-block;
  margin-right: -16px;
  margin-left: 10px;
  text-align: center;
}
.farashop__container.container__right-pane > span + div,
.farashop__container.container__right-pane > h2 + div {
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: 0;
}

.toggle-basket.active-button + div {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.toggle-sidebar {
  font-size: 26px;
  position: relative;
  top: 2px;
  cursor: pointer;
  color: #01acb4 !important;
}

@media (max-width: 767px) {
  #Body .header__top .header__auth {
    height: 35px;
    display: flex;
    align-items: center;
    margin-top: 8px !important;
    padding: 0;
    justify-content: center;
  }
  #Body .header__top .header__auth > div:first-child {
    margin-left: 15px;
  }
  #Body .header__top .header__auth > div a {
    font-size: 12px;
    padding-right: 17px;
  }
  #Body .header__top .header__auth > div a:hover, #Body .header__top .header__auth > div a:focus {
    text-decoration: none;
    color: #01acb4;
  }
  #Body .header__top .toggle-sidebar {
    top: 14px;
  }
  #Body .header__search-box {
    margin: 0 0 10px 0;
  }
  #Body .farashop__container.container__no-title {
    margin-bottom: 15px;
  }
  #Body .farashop__header {
    /*.sticky-wrapper {
        height: 47px !important;
    }*/
  }
  #Body .farashop__header .stuck {
    height: 47px;
  }
  #Body .stuck .header__search-box {
    margin: 5px 0;
  }
  #Body .stuck > .container > .row > div:first-child {
    display: none;
  }
  #Body .stuck > .container > .row > div:nth-child(2) {
    width: 33.333%;
  }
  #Body .stuck > .container > .row > div:nth-child(2) .toggle-basket:after {
    display: none;
  }
  #Body .stuck > .container > .row > div:nth-child(3) {
    width: 65.33%;
    padding-right: 0px;
  }
  #Body .stuck > .container > .row > div:nth-child(3) input {
    font-size: 10px;
  }
  #Body .stuck .toggle-basket {
    margin: 5px 0 0;
  }
  #Body .stuck .logo {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #Body .header__search-box,
  #Body .header__auth-pc {
    margin: 0 0 15px;
  }
  #Body .farashop__container.container__no-title {
    margin-bottom: 15px;
  }
  #Body .stuck > .container > .row > div:first-child {
    display: none;
  }
  #Body .stuck > .container > .row > div:nth-child(2) {
    width: 33.333%;
  }
  #Body .stuck > .container > .row > div:nth-child(2) .toggle-basket:after {
    display: none;
  }
  #Body .stuck > .container > .row > div:nth-child(3) {
    width: 65.33%;
    padding-right: 0px;
  }
  #Body .stuck .header__search-box {
    margin: 5px 0;
  }
  #Body .stuck .header__auth,
  #Body .stuck .toggle-basket {
    margin: 5px 0 0;
  }
  #Body .stuck .logo {
    display: none;
  }
  #Body .farashop__box .box__header [class*=col-]:nth-child(1) > div i {
    margin-right: 15px;
  }
  #Body .dynamic-columns .dynamic-columns__container .dynamic-columns__item .item__content .item__discount__container {
    align-items: baseline;
  }
  #Body .dynamic-columns .dynamic-columns__container .dynamic-columns__item .item__content .item__discount__container .item__discount--text {
    font-size: 40px;
    position: relative;
    top: 10px;
    right: 5px;
  }
  #Body .dynamic-columns .dynamic-columns__container .dynamic-columns__item .item__content .item__discount__container > ul > li:first-child {
    font-size: 30px;
  }
  #Body .dynamic-columns .dynamic-columns__container .dynamic-columns__item .item__content .item__discount__container > ul > li:last-child {
    font-size: 15px;
    line-height: 0.2;
  }
  #Body .dynamic-columns .dynamic-columns__container .dynamic-columns__item .item__content .item__discount__container .item__title {
    font-size: 13px;
    bottom: 0;
    line-height: 2;
  }
}
.skin__col-1 .header__bottom {
  margin-bottom: 0px;
}
.skin__col-1 .farashop__container {
  padding: 15px;
  margin-top: 5px;
}
.skin__col-1 .farashop__container:has(.article__video) {
  margin: 0;
}

.skin__col-2 .farashop__container {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 15px;
}

.advanced-filtering .farashop__breadcrumb {
  margin-bottom: 12px;
  margin-top: 0;
}
.advanced-filtering .product-box__item {
  margin: 0 !important;
}

@media only screen and (max-width: 767px) {
  .farashop__breadcrumb {
    margin-bottom: 5px;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  /*.header__middle {
      .logo {
          img {
              width: 110px;
          }
      }
  }*/
  .product-page__prices {
    padding: 0 10px;
  }
  .product-page__product-btn {
    padding: 0 10px;
  }
}
.right-pane__container .right-pan .banner_container {
  margin: 0 0 30px;
}
.right-pane__container .right-pan .banner_container img {
  width: 100%;
}

@media (max-width: 768px) {
  .right-pane__container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-left: 5px;
  }
  .right-pane__container .right-pan .banner_container {
    margin-bottom: 18px;
  }
  .pane__slider {
    padding-right: 5px;
  }
}
/*.checkout__step__postal-methods {
    ol {
        li:first-child {
            label {
                font-size: 0px;

                &:before {
                    content: "تمام ارسال های ما رایگان(لطفا این گزینه را انتخاب کنید)";
                    font-size: 14px;
                    font-weight:400;
                }
            }
        }
    }
}*/
.farashop__body .widget__show-more {
  padding: 0 15px;
  background-color: white;
  overflow: hidden;
  -webkit-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out;
  position: relative;
  border-radius: 0 0 4px 4px;
  overflow-wrap: break-word;
}
.farashop__body .widget__show-more > div:first-child {
  padding-bottom: 90px;
}

.farashop__body {
  background-color: #fafafa;
}

.farashop .farashop__container.container__content-pane > h2,
.farashop .farashop__container.container__content-pane > span {
  border-bottom: 1px solid #d0d0d0;
  display: block;
  margin: 0px;
  position: relative;
}

.farashop .farashop__container.container__content-pane > h2 {
  margin: 0 0 5px;
}

.farashop .farashop__container.container__content-pane > h2 > span,
.farashop .farashop__container.container__content-pane > span > span {
  display: inline-block;
  padding-bottom: 10px;
  position: absolute;
  background-color: #f7f7f7;
  top: -13px;
  padding-left: 10px;
  color: #01acb4;
  font-weight: bold;
  font-size: 16px;
}

.farashop .farashop__container.container__content-pane > h2 > span {
  position: relative;
  top: 0;
}

.farashop .farashop__container.container__content-pane {
  padding-top: 15px;
  padding-bottom: 15px;
}

.farashop__checkout .checkout__rules-checkbox {
  text-align: left;
  float: unset !important;
}

.farashop__login-register .farashop__form > hr {
  display: none;
}
.farashop__login-register .farashop__form > .js__legal-info {
  display: none;
}
.farashop__login-register .farashop__form > fieldset > legend {
  display: none;
}

.sticky_toolbar_footer {
  display: none;
}

@media (max-width: 992px) {
  #goftino_w {
    z-index: 999 !important;
  }
  .stuck {
    position: relative;
  }
}
@media only screen and (max-width: 469px) {
  .LoginPanel .dnnLabel {
    width: 21% !important;
    margin-left: 0;
  }
  .dnnFormItem > label.dnnFormLabel, .dnnFormItem > span.dnnFormLabel {
    width: 0;
  }
  .dnnLoginService input[type=text], .dnnLoginService input[type=password] {
    width: 170px;
    min-width: 170px;
  }
  .dnnActions li a {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .enamad p a {
    margin: auto;
  }
}

/*********sticky toolbar footer ***********/
.sticky_toolbar_footer {
  display: none;
}

@media (max-width: 1199px) {
  .sticky_toolbar_footer {
    display: block;
  }
  .stuck {
    position: relative;
  }
  .wi-menu.wi-menu__theme-default a > img {
    display: none;
  }
  .sticky_toolbar_footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
  }
  .toolbar_mobile {
    display: flex;
    flex-wrap: nowrap;
    padding: 4px 0;
    position: relative;
  }
  .toolbar_mobile:before, .toolbar_mobile:after {
    content: "";
    position: absolute;
    height: 93px;
    right: 0;
    top: -21px;
    width: calc(50% - 215px);
    background-color: #fff;
    box-shadow: 0 -5px 5px -4px rgba(0, 0, 0, 0.1);
  }
  .toolbar_mobile:after {
    right: unset;
    left: 0;
  }
  .sticky_toolbar_footer svg {
    width: 100%;
    height: 93px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    top: auto;
    fill: #fff;
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
  }
  .toolbar_col {
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-evenly;
  }
  .toolbar_col.elm_t-custom {
    float: left;
    list-style: lao;
    justify-content: end !important;
  }
  a.toolbar_item, .toolbar_item {
    font-size: 18px;
    text-align: center;
    border-radius: 9px;
    color: #444;
    display: inline-block;
    cursor: pointer;
    position: relative;
  }
  a.toolbar_item i.fa-home, a.toolbar_item i.fa-bullseye, .toolbar_item i.fa-home, .toolbar_item i.fa-bullseye {
    font-size: 21px;
  }
  a.toolbar_item i.fa-bars, .toolbar_item i.fa-bars {
    font-size: 20px;
  }
  a.toolbar_item > div, .toolbar_item > div {
    font-size: 13px;
  }
  .toolbar_col.is_middle .toolbar_item {
    position: absolute;
    top: -32px;
    right: calc(50% - 28px);
    background-color: #f1ca03;
    color: #fff;
    width: 56px;
    height: 56px;
    border-radius: 50px;
    line-height: 58px;
    border: 2px solid #fff;
    box-shadow: 0 0 25px 2px rgba(0, 0, 0, 0.15);
  }
  .toolbar_col.is_middle .toolbar_item i {
    font-size: 22px;
  }
  .toolbar_item.is_logged_in:after {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #4caf50;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 4px;
  }
  .toolbar_col.is_middle .toolbar_item.el_addtocart {
    background-color: #23bf53;
    color: #fff;
  }
  .toolbar_item.el_addtocart.disable {
    background-color: #eef0f3;
    color: #444;
  }
  .elm_t-cart .toolbar_item {
    position: relative;
  }
  .elm_t-cart .toolbar_item #toolbox_cart {
    background-color: #0ec32d;
    top: 12px;
    left: 28px;
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    line-height: 14px;
    font-size: 11px;
    color: #fff;
    font-family: IRANSansnum;
    font-display: swap;
    border-radius: 6px 6px 6px 0;
  }
  .elm_t-cart.is_middle .toolbar_item #toolbox_cart {
    width: 19px;
    height: 19px;
    border-radius: 28px;
    left: -4px;
    top: -2px;
    line-height: 18px;
  }
  a.instagram-wrapper, a.whatsapp-wrapper, a.eitaa-wrapper, .basketPreview__button1 {
    position: relative;
  }
  a.instagram-wrapper::after, a.whatsapp-wrapper::after, a.eitaa-wrapper::after, .basketPreview__button1::after {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%);
    font-size: 12px;
    color: #000;
  }
  a.instagram-wrapper, a.whatsapp-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 15px;
  }
  a.instagram-wrapper i, a.whatsapp-wrapper i {
    display: flex;
    color: #fff;
    font-size: 42px;
  }
  a.instagram-wrapper {
    background-image: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  }
  a.instagram-wrapper::after {
    content: "اینستاگرام";
  }
  a.whatsapp-wrapper {
    margin-right: 12px;
    background-color: #25d366;
  }
  a.whatsapp-wrapper::after {
    content: "واتساپ";
  }
  a.eitaa-wrapper {
    color: #ef7f1a;
  }
  a.eitaa-wrapper::after {
    content: "ایتا";
  }
  a.eitaa-wrapper i {
    display: flex;
    font-size: 45px;
  }
  .basketPreview__button1::after {
    content: "سبدخرید";
  }
}
@media (max-width: 1199px) {
  .order-menu {
    left: calc(50vw - 33px) !important;
  }
  .order-menu .order-menu__container .order-menu-button {
    bottom: -65px;
    width: 65px;
    height: 65px;
    background-color: #f1ca03;
    left: 0;
  }
  .order-menu .pulsation {
    width: 79px !important;
    height: 79px !important;
    left: -8px !important;
    top: -8px !important;
  }
}
@media (max-width: 991px) {
  .order-menu {
    left: calc(50vw - 31px) !important;
  }
  .order-menu .order-menu__container .order-menu-button {
    bottom: -65px;
    width: 60px;
    height: 60px;
    background-color: #f1ca03;
    left: 0;
  }
  .order-menu .order-menu__container .order-menu-button .static p {
    font-size: 9px;
  }
  .order-menu .pulsation {
    width: 74px !important;
    height: 74px !important;
    left: -8px !important;
    top: -8px !important;
  }
}
@media (max-width: 410px) {
  .order-menu .order-menu__container .order-menu__form {
    left: -15px;
  }
}
/************/
/********basket**********/
.checkout-panel input[type=radio]:checked::before {
  background-color: #01acb4 !important;
}
.checkout-panel .btn {
  background-color: #01acb4 !important;
  border: 1px solid #01acb4 !important;
}
.checkout-panel .btn:hover {
  background-color: rgb(1.1690607735, 201.0784530387, 210.4309392265) !important;
}

.checkout-panel__title {
  color: #01acb4 !important;
}

.farashop__checkout button,
.farashop__checkout input[type=submit] {
  background-color: #01acb4 !important;
  border: 1px solid #01acb4 !important;
}
.farashop__checkout button:hover, .farashop__checkout button:focus, .farashop__checkout button:active, .farashop__checkout button:hover:active, .farashop__checkout button:focus:active,
.farashop__checkout input[type=submit]:hover,
.farashop__checkout input[type=submit]:focus,
.farashop__checkout input[type=submit]:active,
.farashop__checkout input[type=submit]:hover:active,
.farashop__checkout input[type=submit]:focus:active {
  border: 1px solid rgb(1.1690607735, 201.0784530387, 210.4309392265) !important;
  background-color: rgb(1.1690607735, 201.0784530387, 210.4309392265) !important;
}
.farashop__checkout .checkout__rules-checkbox > i {
  color: #01acb4 !important;
}
.farashop__checkout.checkout__default > div:first-child > div.step__active:before {
  background-color: #01acb4 !important;
}
.farashop__checkout.checkout__default .checkout__arrows button {
  background-color: white !important;
  color: #01acb4 !important;
  border: 1px solid #01acb4 !important;
}
.farashop__checkout.checkout__default .checkout__arrows button:hover {
  color: white !important;
  background-color: #01acb4 !important;
}

.user-address__addbtn a {
  background-color: #01acb4 !important;
}
.user-address__addbtn a:hover {
  background-color: rgb(1.1690607735, 201.0784530387, 210.4309392265) !important;
}
.user-address__addbtn a:focus {
  background-color: rgb(1.1690607735, 201.0784530387, 210.4309392265) !important;
  color: white;
  border: 1px solid rgb(1.1690607735, 201.0784530387, 210.4309392265) !important;
}

.farashop__custom-login .btn-one-time-password {
  background: white !important;
  border-color: #01acb4 !important;
  color: #01acb4 !important;
}
.farashop__custom-login .btn-one-time-password:hover {
  color: white !important;
  background-color: #01acb4 !important;
}

.fs-auth__form .btn-edit-mobile {
  background: white !important;
  color: #01acb4 !important;
  border: 1px solid #01acb4 !important;
}
.fs-auth__form .btn-edit-mobile:hover {
  color: white !important;
  background-color: #01acb4 !important;
}

.postal-method__container li {
  grid-template-columns: 20px 30% auto !important;
}

@media (max-width: 410px) {
  .postal-method__container li {
    display: block !important;
  }
  h1 {
    font-size: 20px;
  }
}
.DnnModule-FaraShopFaraShopAdvancedFiltering {
  padding-top: 15px;
}

.lg-item.lg-loaded.lg-next-slide.lg-prev-slide.lg-current.lg-complete.lg-complete_ {
  left: 0;
}
