﻿@charset "UTF-8";
body.rtl .body__container,
body.rtl .jconfirm,
body.rtl .sidebar__container {
  direction: rtl;
}
body.rtl .sidebar__box .sidebar__container {
  padding: 0 5px;
}
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 > li:first-child a:after {
  content: "\f015";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: FontAwesome;
  font-size: 15px !important;
  color: #ff8b24;
}
@media (max-width: 768px) {
  body.rtl .sidebar__box .sidebar__container .main-menu > li:first-child a:after {
    content: "خانه";
    color: #000;
    display: block;
    font-size: 9pt;
    font-family: vazir;
  }
}
body.rtl .sidebar__box .sidebar__container .main-menu a {
  text-align: right;
}

.body__container {
  transition: all ease 400ms;
  height: 100%;
}

.sidebar__box {
  padding: 0 12px;
}
.sidebar__box .sidebar__shadow {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1001;
}
.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: 300px;
  top: 0;
  z-index: 1001;
}
.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 .header__profile.neon-btn {
  max-width: 100px;
  margin: 20px auto 0;
  background: #f05646;
}
.sidebar__box .sidebar__container .header__profile.neon-btn a {
  color: #fff !important;
}
.sidebar__box .sidebar__container .header__search-box-cn.header__circle-btn {
  margin: 15px 0;
  background-color: #f0f0f0;
  border-radius: 100vw;
}
.sidebar__box .sidebar__container .header__search-box-cn.header__circle-btn .header__search-box {
  margin: 0;
}
.sidebar__box .sidebar__container .header__search-box-cn.header__circle-btn .header__search-box .input-group {
  justify-content: center;
}
.sidebar__box .sidebar__container .header__search-box-cn.header__circle-btn .header__search-box .search-box__result {
  display: none;
}
.sidebar__box .sidebar__container .sidebar__close {
  color: #aa0000;
}
.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;
  padding: 5px 0;
}
.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: none;
  background: transparent !important;
  margin-right: 40px;
}

.btn-open-sidebar {
  position: fixed;
  top: 25px;
  right: 15px;
  padding: 8px 10px;
  color: #fff;
  background-color: #f05646;
  border-radius: 7px;
  font-size: 24px;
  cursor: pointer;
  z-index: 100;
}
@media (max-width: 420px) {
  .btn-open-sidebar {
    top: 17px;
  }
}

/* @extend */
.farashop__mega-menu {
  color: #fff;
  background-color: transparent;
  box-shadow: none;
}
.farashop__mega-menu > .container {
  display: block;
  width: initial !important;
  padding: 0;
}
.farashop__mega-menu .mega-menu__root > li a {
  color: #000;
}
@media screen and (min-width: 1200px) {
  .farashop__mega-menu .mega-menu__root .mega-menu__level__1 {
    margin-left: 8px;
  }
}
@media screen and (min-width: 1400px) {
  .farashop__mega-menu .mega-menu__root .mega-menu__level__1 {
    margin-left: 20px;
  }
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1 > a {
  padding: 15px 23px;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1 > a.mega-menu__arrow {
  color: #62666D;
  font-size: 13px;
  transition: color 400ms, transform 400ms;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1 > a.mega-menu__arrow::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 3px;
  top: initial;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 100vw;
  transition: width 400ms, background-color 400ms, transform 400ms;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1 > a.mega-menu__arrow:focus {
  color: #000 !important;
  font-weight: bold;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1 > a.mega-menu__arrow:focus::after {
  width: 100%;
  background-color: #f05646 !important;
  box-shadow: 0px 3px 20px 0px #f59489 !important;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1 > a.mega-menu__arrow:focus span {
  transform: translateY(0);
}
@media screen and (max-width: 1279px) {
  .farashop__mega-menu .mega-menu__root .mega-menu__level__1 {
    margin-left: 10px;
  }
  .farashop__mega-menu .mega-menu__root .mega-menu__level__1 > a {
    padding: 15px;
  }
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1.active > a.mega-menu__arrow {
  color: #000;
  background-color: transparent;
  box-shadow: none;
  transform: translateY(-10px);
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1.active > a.mega-menu__arrow::after {
  content: "";
  width: 100%;
  background-color: #868686;
  transform: translate(-50%, 10px);
}
.farashop__mega-menu .mega-menu__root .mega-menu__next-level {
  display: table;
  visibility: hidden;
  background-color: #fff;
  top: 100%;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: visibility 400ms, opacity 400ms;
}
.farashop__mega-menu .mega-menu__root .mega-menu__next-level.active {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1023px) {
  .farashop__mega-menu .mega-menu__root .mega-menu__next-level {
    display: none;
  }
}
.farashop__mega-menu .mega-menu__root .mega-menu__table ul li a {
  color: #000;
}
.farashop__mega-menu .mega-menu__root ul.mega-menu__next-level {
  border-bottom: 1px solid #ddd;
}
.farashop__mega-menu .mega-menu__root ul.mega-menu__next-level a {
  color: #000;
}
.farashop__mega-menu .mega-menu__root ul.mega-menu__next-level > li.active > a {
  color: #000;
  /*  background-color: lighten($color__theme--special, 12%);*/
}
.farashop__mega-menu .mega-menu__root ul.mega-menu__next-level > li.active > a:before {
  border-color: transparent transparent #9a1c1f transparent;
}
.farashop__mega-menu .mega-menu__root ul.mega-menu__next-level > li.active > a:after {
  background-color: #9a1c1f;
}

/* @extend */
@media (max-width: 1023px) {
  .mega-menu-container ul.wi-menu li.has-submenu > a {
    pointer-events: none;
  }
  .mega-menu-container ul.wi-menu li a {
    border-bottom: none;
  }
  .mega-menu-container ul.wi-menu li i.wi-menu__toggle-btn {
    position: absolute;
    height: initial;
    top: 17px;
    left: 23px;
    background-color: transparent;
    transition: transform 500ms;
  }
  .mega-menu-container ul.wi-menu li i.wi-menu__toggle-btn.open {
    background-color: transparent;
    transform: rotate(180deg);
  }
  .mega-menu-container ul.wi-menu li i.wi-menu__toggle-btn.open::before {
    content: none;
  }
  .mega-menu-container ul.wi-menu > li {
    padding: 12px 0;
    margin-bottom: 21px;
    background-color: #fff;
    border-radius: 30px;
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;
    box-shadow: 0px 24px 69px rgba(0, 0, 0, 0.09);
    list-style: none;
    overflow: hidden;
  }
  .mega-menu-container ul.wi-menu > li::before {
    content: none;
  }
  .mega-menu-container ul.wi-menu > li a {
    display: inline-block;
  }
  .mega-menu-container ul.wi-menu > li > a {
    padding: 0;
    color: #696969;
    text-indent: 23px;
    line-height: 30px;
  }
  .mega-menu-container ul.wi-menu > li ul {
    border-radius: 25px;
  }
  .mega-menu-container ul.wi-menu > li ul li {
    border: none;
  }
  .mega-menu-container ul.wi-menu > li > i.wi-menu__toggle-btn {
    top: 23px;
  }
}
/* @extend */
@font-face {
  font-family: "IconFont";
  src: url("/fonts/IconFont/IconFont.eot") format("embedded-opentype"), url("/fonts/IconFont/IconFont.ttf") format("truetype"), url("/fonts/IconFont/IconFont.woff") format("woff");
}
@font-face {
  font-family: IRANYekanXFaNum;
  font-style: normal;
  font-weight: 100;
  src: url("/DesktopModules/FaraShop/assets/fonts/IRANYekanXFa/IRANYekanXFaNum-Thin.ttf") format("truetype"), url("/DesktopModules/FaraShop/assets/fonts/IRANYekanXFa/IRANYekanXFaNum-Thin.woff") format("woff"), url("/DesktopModules/FaraShop/assets/fonts/IRANYekanXFa/IRANYekanXFaNum-Thin.woff2") format("woff2");
}
@font-face {
  font-family: IRANYekanXFaNum;
  font-style: normal;
  font-weight: 200;
  src: url("/DesktopModules/FaraShop/assets/fonts/IRANYekanXFa/IRANYekanXFaNum-UltraLight.ttf"), url("/DesktopModules/FaraShop/assets/fonts/IRANYekanXFa/IRANYekanXFaNum-UltraLight.woff") format("woff"), url("/DesktopModules/FaraShop/assets/fonts/IRANYekanXFa/IRANYekanXFaNum-UltraLight.woff2") format("woff2");
}
@font-face {
  font-family: IRANYekanXFaNum;
  font-style: normal;
  font-weight: 300;
  src: url("/DesktopModules/FaraShop/assets/fonts/IRANYekanXFa/IRANYekanXFaNum-Light.ttf"), url("/DesktopModules/FaraShop/assets/fonts/IRANYekanXFa/IRANYekanXFaNum-Light.woff") format("woff"), url("/DesktopModules/FaraShop/assets/fonts/IRANYekanXFa/IRANYekanXFaNum-Light.woff2") format("woff2");
}
@font-face {
  font-family: IRANYekanXFaNum;
  font-style: normal;
  font-weight: 500;
  src: url("/DesktopModules/FaraShop/assets/fonts/IRANYekanXFa/IRANYekanXFaNum-Medium.ttf"), url("/DesktopModules/FaraShop/assets/fonts/IRANYekanXFa/IRANYekanXFaNum-Medium.woff") format("woff"), url("/DesktopModules/FaraShop/assets/fonts/IRANYekanXFa/IRANYekanXFaNum-Medium.woff2") format("woff2");
}
@font-face {
  font-family: IRANYekanXFaNum;
  font-style: normal;
  font-weight: 600;
  src: url("/DesktopModules/FaraShop/assets/fonts/IRANYekanXFa/IRANYekanXFaNum-DemiBold.ttf"), url("/DesktopModules/FaraShop/assets/fonts/IRANYekanXFa/IRANYekanXFaNum-DemiBold.woff") format("woff"), url("/DesktopModules/FaraShop/assets/fonts/IRANYekanXFa/IRANYekanXFaNum-DemiBold.woff2") format("woff2");
}
@font-face {
  font-family: IRANYekanXFaNum;
  font-style: normal;
  font-weight: 800;
  src: url("/DesktopModules/FaraShop/assets/fonts/IRANYekanXFa/IRANYekanXFaNum-ExtraBold.ttf"), url("/DesktopModules/FaraShop/assets/fonts/IRANYekanXFa/IRANYekanXFaNum-ExtraBold.woff") format("woff"), url("/DesktopModules/FaraShop/assets/fonts/IRANYekanXFa/IRANYekanXFaNum-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: IRANYekanXFaNum;
  font-style: normal;
  font-weight: 900;
  src: url("/DesktopModules/FaraShop/assets/fonts/IRANYekanXFa/IRANYekanXFaNum-Black.ttf"), url("/DesktopModules/FaraShop/assets/fonts/IRANYekanXFa/IRANYekanXFaNum-Black.woff") format("woff"), url("/DesktopModules/FaraShop/assets/fonts/IRANYekanXFa/IRANYekanXFaNum-Black.woff2") format("woff2");
}
@font-face {
  font-family: IRANYekanXFaNum;
  font-style: normal;
  font-weight: 950;
  src: url("/DesktopModules/FaraShop/assets/fonts/IRANYekanXFa/IRANYekanXFaNum-ExtraBlack.ttf"), url("/DesktopModules/FaraShop/assets/fonts/IRANYekanXFa/IRANYekanXFaNum-ExtraBlack.woff") format("woff"), url("/DesktopModules/FaraShop/assets/fonts/IRANYekanXFa/IRANYekanXFaNum-ExtraBlack.woff2") format("woff2");
}
@font-face {
  font-family: IRANYekanXFaNum;
  font-style: normal;
  font-weight: 1000;
  src: url("/DesktopModules/FaraShop/assets/fonts/IRANYekanXFa/IRANYekanXFaNum-Heavy.ttf"), url("/DesktopModules/FaraShop/assets/fonts/IRANYekanXFa/IRANYekanXFaNum-Heavy.woff") format("woff"), url("/DesktopModules/FaraShop/assets/fonts/IRANYekanXFa/IRANYekanXFaNum-Heavy.woff2") format("woff2");
}
@font-face {
  font-family: IRANYekanXFaNum;
  font-style: normal;
  font-weight: bold;
  src: url("/DesktopModules/FaraShop/assets/fonts/IRANYekanXFa/IRANYekanXFaNum-Bold.ttf"), url("/DesktopModules/FaraShop/assets/fonts/IRANYekanXFa/IRANYekanXFaNum-Bold.woff") format("woff"), url("/DesktopModules/FaraShop/assets/fonts/IRANYekanXFa/IRANYekanXFaNum-Bold.woff2") format("woff2");
}
@font-face {
  font-family: IRANYekanXFaNum;
  font-style: normal;
  font-weight: normal;
  src: url("/DesktopModules/FaraShop/assets/fonts/IRANYekanXFa/IRANYekanXFaNum-Regular.ttf"), url("/DesktopModules/FaraShop/assets/fonts/IRANYekanXFa/IRANYekanXFaNum-Regular.woff") format("woff"), url("/DesktopModules/FaraShop/assets/fonts/IRANYekanXFa/IRANYekanXFaNum-Regular.woff2") format("woff2");
}
html[lang=fa-IR] .formatted-number {
  font-family: IRANYekanXFaNum;
}

html[lang=ar-SA] .formatted-number {
  font-family: IRANYekanXFaNum;
}

html {
  scroll-behavior: smooth;
}

html, #Body, body.rtl {
  direction: rtl;
}

a {
  text-decoration: none;
}

body {
  padding-top: 94px;
  font-family: IRANYekanX !important;
}
body .ServiceIcon.professional,
body .btn-show-basket {
  display: none !important;
}

@media (max-width: 767px) {
  body.page__product footer {
    padding-bottom: 75px;
  }
}

.skin__1-col-center {
  margin-top: 40px;
}

@media (min-width: 1800px) {
  .exclusive-container {
    width: 1740px;
    margin: 0 auto;
  }
}
@media (max-width: 1799px) {
  .exclusive-container {
    width: 100%;
    padding: 0 15px;
  }
}

@media (min-width: 1800px) {
  .exclusive-container-2 {
    width: 1360px;
    margin: 0 auto;
  }
}
@media (max-width: 1799px) {
  .exclusive-container-2 {
    width: 100%;
    padding: 0 15px;
  }
}

.exclusive-header {
  position: relative;
  padding-right: 15px;
  color: #696969;
  font-size: 15px;
}
.exclusive-header::before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 9px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #f05646;
  border-radius: 10px;
}

.exclusive-link {
  display: inline-block;
  position: relative;
  color: #969696;
  text-align: start;
  font-size: 15px;
  text-decoration: none;
  transition: transform 400ms;
}
.exclusive-link::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
  transition: width 400ms, height 400ms, background-color 400ms, transform 400ms;
}
.exclusive-link:hover {
  color: #969696;
  text-decoration: none;
  transform: translateX(-3px);
}
.exclusive-link:hover::before {
  width: 3px;
  height: 3px;
  background-color: #f05646;
  transform: translate(3px, -50%);
}

.content-pane-2, .content-pane-5, .content-pane-6, .content-pane-8, .content-pane-9 {
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .content-pane-2, .content-pane-5, .content-pane-6, .content-pane-8, .content-pane-9 {
    margin-bottom: 40px;
  }
}

.content-pane, .content-pane-3, .content-pane-7 {
  margin-bottom: 30px;
}

.content-pane-4 {
  margin-bottom: 50px;
}

.content-pane-11 {
  position: relative;
  margin-bottom: 60px;
  z-index: 1;
}

.neon-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 135px;
  max-height: 51px;
  padding: 18px 10px;
  border-radius: 100vw;
  font-size: 12px;
  font-style: normal;
  color: #fff;
  transition: transform 400ms, box-shadow 400ms;
  cursor: pointer;
}
.neon-btn i {
  display: flex;
  align-items: center;
  transition: transform 600ms;
}
.neon-btn i::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 0 10px;
  background-color: rgba(0, 0, 0, 0.17);
}
.neon-btn div {
  transition: transform 600ms;
}
.neon-btn:hover {
  transform: translateY(-5px);
}
@media (min-width: 1199px) {
  .neon-btn:hover i, .neon-btn:hover div {
    transform: translateY(-4px);
  }
}

.farashop__body {
  min-height: 100%;
  margin-bottom: -300px;
}
.farashop__body:after {
  content: "";
  display: block;
  height: 300px;
}
.farashop__body ul,
.farashop__body ol {
  margin: 0;
}
.farashop__body ul.no-padding,
.farashop__body ol.no-padding {
  padding: 0;
}
.farashop__body header.farashop__header {
  position: fixed;
  width: 100%;
  height: 88px;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.81);
  -webkit-backdrop-filter: blur(34.5px);
  backdrop-filter: blur(34.5px);
  z-index: 1001;
}
.farashop__body header.farashop__header .farashop__header__item-cn {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1.6fr;
}
.farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item {
  display: flex;
  column-gap: 32px;
}
.farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child {
  justify-content: start;
  padding-top: 20px;
}
@media (max-width: 1119px) {
  .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child {
    order: 1;
    padding-top: 0;
  }
}
.farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .header__profile {
  font-size: 12px;
  box-shadow: 0 15px 40px 5px #f59489;
  color: #fff;
  background-color: #f05646;
  text-decoration: none;
}
.farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .header__profile a {
  color: #fff;
}
.farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .header__profile:hover {
  box-shadow: 0 30px 50px 10px #f9bfb9;
}
@media (max-width: 1199px) {
  .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .header__profile {
    width: 18px;
    min-width: initial;
    max-height: initial;
    padding: 0;
    background-color: transparent;
    border-radius: initial;
    box-shadow: none;
  }
  .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .header__profile i::after {
    content: none;
  }
  .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .header__profile i svg {
    width: 18px;
    height: auto;
  }
  .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .header__profile i svg path {
    fill: #969696;
  }
  .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .header__profile > div {
    display: none;
  }
  .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .header__profile:hover {
    transform: none;
    box-shadow: none;
  }
  .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .header__profile:hover i {
    transform: none;
  }
}
.farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .header__exit {
  background: url("/Portals/0/Images/exit.png") no-repeat center;
  background-color: #f0f0f0;
}
@media (max-width: 1199px) {
  .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .header__exit {
    width: 18px;
    min-width: initial;
    height: initial;
    max-height: initial;
    border: none;
    background-image: none;
    background-color: transparent;
    transition: visibility 400ms, opacity 400ms, transform 400ms;
  }
}
.farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .header__search-box-cn.header__circle-btn, .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .main-page-header__search-box-cn {
  justify-content: start;
  flex-grow: 0;
  width: 0;
  max-width: 320px;
  padding: 0 20px;
  transition: flex-grow 500ms ease, border-color 600ms;
}
@media (min-width: 1200px) {
  .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .header__search-box-cn.header__circle-btn, .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .main-page-header__search-box-cn {
    position: relative;
  }
  .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .header__search-box-cn.header__circle-btn .header__search-box, .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .main-page-header__search-box-cn .header__search-box {
    visibility: visible;
    position: relative;
    width: 100%;
    height: 100%;
    left: initial;
    transform: initial;
    border-radius: initial;
  }
}
.farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .header__search-box-cn.header__circle-btn > i, .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .main-page-header__search-box-cn > i {
  display: none;
}
@media (min-width: 1200px) {
  .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .header__search-box-cn.header__circle-btn .input-group, .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .main-page-header__search-box-cn .input-group {
    align-items: center;
    width: 100%;
    height: 100%;
    transition: width 300ms ease, opacity 200ms ease, visibility 200ms ease;
    overflow: hidden;
  }
}
.farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .header__search-box-cn.header__circle-btn .search-box__result, .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .main-page-header__search-box-cn .search-box__result {
  display: none;
}
.farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .header__search-box-cn.header__circle-btn::after, .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .main-page-header__search-box-cn::after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 42px;
  height: 42px;
  top: 2px;
  left: 1px;
  font-family: FontAwesome;
  color: #afafaf;
  border-radius: 50%;
  background-image: url("/DesktopModules/FaraShop/Shared/Templates/header-search-box/theme-7200/assets/image/header-search.png");
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  background-position: center;
  transition: visibility 500ms ease, opacity 500ms ease;
  z-index: 1;
}
.farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .header__search-box-cn.header__circle-btn.active, .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .main-page-header__search-box-cn.active {
  flex-grow: 1;
}
.farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .header__search-box-cn.header__circle-btn.active .header__search-box, .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .main-page-header__search-box-cn.active .header__search-box {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  z-index: 1;
}
@media (min-width: 1200px) {
  .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .header__search-box-cn.header__circle-btn.active .header__search-box, .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .main-page-header__search-box-cn.active .header__search-box {
    width: 100%;
    transform: translate(0);
  }
}
.farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .header__search-box-cn.header__circle-btn.active .search-box__result, .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .main-page-header__search-box-cn.active .search-box__result {
  display: block;
}
.farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .header__search-box-cn.header__circle-btn.active::after, .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .main-page-header__search-box-cn.active::after {
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 1199px) {
  .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .header__search-box-cn.header__circle-btn, .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .main-page-header__search-box-cn {
    width: 18px;
    min-width: initial;
    max-width: initial;
    height: auto;
    padding: 0;
    background-color: transparent;
    border-radius: initial;
    border: none;
  }
  .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .header__search-box-cn.header__circle-btn > i, .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .main-page-header__search-box-cn > i {
    display: block;
  }
  .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .header__search-box-cn.header__circle-btn > i svg, .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .main-page-header__search-box-cn > i svg {
    width: 18px;
    height: auto;
  }
  .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .header__search-box-cn.header__circle-btn > i svg path, .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .main-page-header__search-box-cn > i svg path {
    fill: #969696;
  }
  .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .header__search-box-cn.header__circle-btn::after, .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .main-page-header__search-box-cn::after {
    content: none;
  }
}
.farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item.main-logo {
  position: relative;
  margin: 0 auto;
}
.farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item.main-logo:before {
  content: "";
  display: block;
  position: absolute;
  width: 90%;
  height: 3px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f05646;
  border-radius: 100vw;
  box-shadow: 0px 3px 20px 0px #f05646;
}
@media (max-width: 1119px) {
  .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item.main-logo:before {
    width: 40%;
    top: -20px;
  }
}
.farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item.main-logo img {
  max-width: 191px;
  aspect-ratio: 475/129;
  margin-top: 21px;
}
@media (max-width: 1119px) {
  .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item.main-logo {
    order: 2;
  }
  .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item.main-logo img {
    margin-top: 0;
  }
  .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item.main-logo:before {
    content: none;
  }
}
.farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:last-child {
  justify-content: end;
  padding-top: 20px;
}
@media (max-width: 1119px) {
  .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:last-child {
    order: 3;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:last-child .menu-trigger__link {
    display: none;
  }
}
.farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item .header__circle-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 51px;
  height: 51px;
  background-color: #f0f0f0;
  border: 3px solid #f0f0f0;
  border-radius: 100vw;
  transition: border-color 600ms;
  cursor: pointer;
}
.farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item .header__circle-btn:hover {
  border-color: #f05646;
}
.farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item .header-phone-btn.header__circle-btn {
  position: relative;
  direction: ltr;
  max-width: 320px;
  transition: border-color 600ms;
}
.farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item .header-phone-btn.header__circle-btn > i {
  display: flex;
  position: absolute;
  width: 46px;
  height: 100%;
  left: 0;
  justify-content: center;
  align-items: center;
  transition: transform 1000ms;
}
.farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item .header-phone-btn.header__circle-btn .contact-info-pane {
  width: 0;
  text-align: center;
  transition: width 1000ms;
}
.farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item .header-phone-btn.header__circle-btn .contact-info-pane > div {
  opacity: 0;
  transition: opacity 300ms;
  transition-delay: 150ms;
}
.farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item .header-phone-btn.header__circle-btn.active {
  /*> i {
      transform: rotate(90deg);
      transition: transform 300ms;
  }*/
}
.farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item .header-phone-btn.header__circle-btn.active .contact-info-pane {
  width: 316px;
  text-align: center;
  transition: width 300ms;
}
.farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item .header-phone-btn.header__circle-btn.active .contact-info-pane > div {
  opacity: 1;
}
@media (min-width: 1200px) {
  .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item .header-phone-btn.header__circle-btn .mobile-phone {
    display: none;
  }
}
@media (max-width: 1199px) {
  .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item .header-phone-btn.header__circle-btn {
    max-width: initial;
    min-width: initial;
    height: initial;
    background-color: transparent;
    border: none;
    border-radius: initial;
  }
  .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item .header-phone-btn.header__circle-btn > i {
    display: none;
  }
  .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item .header-phone-btn.header__circle-btn .contact-info-pane {
    width: initial;
  }
  .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item .header-phone-btn.header__circle-btn .contact-info-pane > div {
    opacity: 1;
  }
  .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item .header-phone-btn.header__circle-btn .mobile-phone i svg {
    width: 18px;
    height: auto;
  }
  .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item .header-phone-btn.header__circle-btn .mobile-phone i svg path {
    fill: #969696;
  }
  .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item .header-phone-btn.header__circle-btn .desktop-phone {
    display: none;
  }
}
@media (max-width: 1199px) {
  .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item {
    transition: visibility 400ms, opacity 400ms, transform 400ms;
  }
  .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .header__profile, .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .header__search-box-cn > i {
    transition: visibility 400ms, opacity 400ms, transform 400ms;
  }
  .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item:first-child .header__search-box.search-input-is-focused {
    border-color: #f05646;
  }
  .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item .js__toggle-basket.toggle-basket.neon-btn:hover i {
    transform: none;
  }
}
@media (max-width: 420px) {
  .farashop__body header.farashop__header .farashop__header__item-cn .farashop__header__item {
    column-gap: 20px;
  }
}
@media (max-width: 1119px) {
  .farashop__body header.farashop__header .farashop__header__item-cn {
    position: relative;
    grid-template-columns: 1fr 1.6fr 1fr;
    padding: 20px 10px 0;
  }
  .farashop__body header.farashop__header .farashop__header__item-cn:before {
    content: "";
    display: block;
    position: absolute;
    width: 69px;
    height: 3px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f05646;
    border-radius: 100vw;
    box-shadow: 0px 3px 20px 0px #f05646;
    transition: width 400ms, left 400ms, background-color 400ms, box-shadow 400ms;
  }
  .farashop__body header.farashop__header .farashop__header__item-cn.basket-preview-is-active:before {
    width: 36px;
    left: 19px;
    background-color: #0BD69C;
    box-shadow: 0px 6px 18px 0px #0BD69C;
  }
  .farashop__body header.farashop__header .farashop__header__item-cn.header-search-box-is-active::before {
    width: 36px;
  }
  .farashop__body header.farashop__header .farashop__header__item-cn.header-search-box-is-active .farashop__header__item:first-child .header__profile, .farashop__body header.farashop__header .farashop__header__item-cn.header-search-box-is-active .farashop__header__item:first-child .header__search-box-cn > i, .farashop__body header.farashop__header .farashop__header__item-cn.header-search-box-is-active .farashop__header__item:first-child .header__exit {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
  }
  .farashop__body header.farashop__header .farashop__header__item-cn.header-search-box-is-active .farashop__header__item:nth-child(2), .farashop__body header.farashop__header .farashop__header__item-cn.header-search-box-is-active .farashop__header__item:nth-child(3) {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
  }
}
.farashop__body header.farashop__header .basket {
  background-color: #41CF69;
  height: 34px;
  position: relative;
  border: 1px solid #2D9C36;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  padding-right: 20px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .farashop__body header.farashop__header .basket {
    margin-bottom: 20px;
  }
}
.farashop__body header.farashop__header .basket.fixed {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 165px;
}
.farashop__body header.farashop__header .basket:before {
  background-image: url("/Portals/_default/Skins/FaraShop/images/basket.png");
  display: block;
  content: "";
  width: 40px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #38BB5D;
  background-repeat: no-repeat;
  background-position: 9px center;
}
.farashop__body header.farashop__header .basket:after {
  font-family: FontAwesome;
  content: "\f107";
  color: #2D9C36;
  font-size: 20px;
  position: absolute;
  left: 6px;
  font-weight: bold;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .farashop__body header.farashop__header .basket .basket__text {
    display: none;
  }
}
.farashop__body header.farashop__header .basket .farashop__basket__total-quantity-label {
  display: inline-block !important;
}
.farashop__body header.farashop__header .display-table {
  display: table;
  width: 100%;
}
.farashop__body header.farashop__header .display-table > input, .farashop__body header.farashop__header .display-table > a {
  display: table-cell;
}
.farashop__body header.farashop__header .loading-wrap {
  bottom: 8px;
  left: 8%;
  margin: 0;
}
.farashop__body header.farashop__header .search-box__search-result {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 1px;
  z-index: 9999;
  width: 100%;
}
.farashop__body header.farashop__header .search-box__search-result.close {
  visibility: hidden;
}
.farashop__body header.farashop__header .search-box__search-result .btn-close {
  position: absolute;
  left: 2px;
  top: 2px;
  cursor: pointer;
  z-index: 999;
}
.farashop__body header.farashop__header .search-box__search-result ul {
  background-color: rgba(255, 255, 255, 0.96);
  list-style: none;
  max-height: 470px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  border-radius: 0 0 4px 4px;
  margin: 0;
  border-bottom: 2px solid #ddd;
  border-right: 2px solid #f0f0f0;
  border-left: 2px solid #f0f0f0;
}
.farashop__body header.farashop__header .search-box__search-result ul > li {
  margin: 2px 0;
  border-bottom: 1px dashed #ddd;
}
.farashop__body header.farashop__header .search-box__search-result ul > li:last-child {
  margin: 0;
  border-bottom: 0 none;
}
.farashop__body header.farashop__header .search-box__search-result ul > li.btn-close {
  position: absolute;
  top: 0;
  left: 4px;
  cursor: pointer;
  font-size: 14px;
  z-index: 99;
}
.farashop__body header.farashop__header .search-box__search-result ul > li.not-found {
  padding: 10px;
  text-align: center;
}
.farashop__body header.farashop__header .search-box__search-result ul > li.not-found > i {
  margin-left: 6px;
}
.farashop__body header.farashop__header .search-box__search-result ul > li > .btn {
  color: #fff;
}
.farashop__body header.farashop__header .search-box__search-result ul > li h2 {
  margin: 0;
  font-size: 13px;
  line-height: 24px;
}
.farashop__body header.farashop__header .search-box__search-result ul > li h2 a {
  color: #000;
  margin-left: 4px;
}
.farashop__body header.farashop__header .search-box__search-result ul > li img {
  margin-right: 6px;
}
.farashop__body .header__logo {
  margin-top: -18px;
  display: block;
}
@media screen and (max-width: 767px) {
  .farashop__body .header__logo {
    margin: 0;
  }
  .farashop__body .header__logo img {
    margin: auto;
  }
}
@media (max-width: 1023px) {
  .farashop__body .header__menu-cn {
    position: relative;
    height: 69px;
    background: rgba(255, 255, 255, 0.81);
    box-shadow: 0px 36px 69px 0px rgba(0, 0, 0, 0.18);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    border-radius: 18px;
    z-index: 1000;
  }
}
.farashop__body .header__menu {
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.81);
  box-shadow: 0px 24px 69px rgba(0, 0, 0, 0.09);
  border-radius: 18px;
  transition: box-shadow 700ms, border-radius 700ms;
}
@media (max-width: 1023px) {
  .farashop__body .header__menu {
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
  }
}
@media (min-width: 1600px) {
  .farashop__body .header__menu {
    padding: 0 60px 0 50px;
  }
}
@media (max-width: 1023px) {
  .farashop__body .header__menu.mobile-menu-accordion {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 900;
  }
}
.farashop__body .header__menu.mobile-menu-accordion .mobile-menu-accordion__header {
  display: none;
}
@media (max-width: 1023px) {
  .farashop__body .header__menu.mobile-menu-accordion .mobile-menu-accordion__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 18px;
  }
  .farashop__body .header__menu.mobile-menu-accordion .mobile-menu-accordion__header .mobile-menu-accordion__header-title {
    display: flex;
    align-items: center;
  }
  .farashop__body .header__menu.mobile-menu-accordion .mobile-menu-accordion__header .mobile-menu-accordion__header-title span {
    display: inline-block;
    color: #969696;
    font-size: 12px;
    font-weight: 600;
  }
  .farashop__body .header__menu.mobile-menu-accordion .mobile-menu-accordion__header .mobile-menu-accordion__header-title .header-title__icon {
    width: 18px;
    height: 18px;
    margin-left: 18px;
  }
  .farashop__body .header__menu.mobile-menu-accordion .mobile-menu-accordion__header .mobile-menu-accordion__header-title .header-title__icon span {
    background-color: #969696;
    height: 2px;
  }
  .farashop__body .header__menu.mobile-menu-accordion .mobile-menu-accordion__header .mobile-menu-accordion__header-title .header-title__icon span:nth-child(1) {
    width: 12px;
    margin-bottom: 6px;
  }
  .farashop__body .header__menu.mobile-menu-accordion .mobile-menu-accordion__header .mobile-menu-accordion__header-title .header-title__icon span:nth-child(2) {
    width: 18px;
  }
  .farashop__body .header__menu.mobile-menu-accordion .mobile-menu-accordion__header .mobile-menu-accordion__header-title .header-title__icon span:nth-child(3) {
    width: 12px;
    margin-top: 6px;
  }
  .farashop__body .header__menu.mobile-menu-accordion .mobile-menu-accordion__header .mobile-menu-accordion__header-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 13px;
    height: 21px;
  }
  .farashop__body .header__menu.mobile-menu-accordion .mobile-menu-accordion__header .mobile-menu-accordion__header-btn .open-mobile-menu-accordion, .farashop__body .header__menu.mobile-menu-accordion .mobile-menu-accordion__header .mobile-menu-accordion__header-btn .close-mobile-menu-accordion {
    position: absolute;
    transition: visibility 700ms, opacity 700ms, transform 700ms;
    z-index: 1;
  }
  .farashop__body .header__menu.mobile-menu-accordion .mobile-menu-accordion__header .mobile-menu-accordion__header-btn .close-mobile-menu-accordion {
    visibility: hidden;
    opacity: 0;
  }
  .farashop__body .header__menu.mobile-menu-accordion .mobile-menu-accordion__header.active .mobile-menu-accordion__header-btn .open-mobile-menu-accordion {
    visibility: hidden;
    opacity: 0;
    transform: rotate(90deg);
  }
  .farashop__body .header__menu.mobile-menu-accordion .mobile-menu-accordion__header.active .mobile-menu-accordion__header-btn .close-mobile-menu-accordion {
    visibility: visible;
    opacity: 1;
    transform: rotate(90deg);
  }
}
.farashop__body .header__menu.mobile-menu-accordion.mobile-menu-accordion.active {
  box-shadow: 0px 36px 69px 0px rgba(0, 0, 0, 0.18);
  border-radius: 21px;
}
@media (min-width: 1024px) {
  .farashop__body .header__menu.mobile-menu-accordion .mega-menu-container .mega-menu__link-to-main-page {
    display: inline-block;
    margin-left: 8px;
  }
  .farashop__body .header__menu.mobile-menu-accordion .mega-menu-container .mega-menu__link-to-main-page > a {
    display: block;
    position: relative;
    padding: 15px 23px;
    color: #62666D;
    font-size: 13px;
    line-height: 39px;
    transition: color 400ms, transform 400ms;
    text-decoration: none;
  }
  .farashop__body .header__menu.mobile-menu-accordion .mega-menu-container .mega-menu__link-to-main-page > a span:last-child {
    display: none;
  }
  .farashop__body .header__menu.mobile-menu-accordion .mega-menu-container .mega-menu__link-to-main-page > a::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 3px;
    top: initial;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 100vw;
    transition: width 400ms, background-color 400ms, transform 400ms;
  }
  .farashop__body .header__menu.mobile-menu-accordion .mega-menu-container .mega-menu__link-to-main-page > a:focus {
    color: #000 !important;
    font-weight: bold;
  }
  .farashop__body .header__menu.mobile-menu-accordion .mega-menu-container .mega-menu__link-to-main-page > a:focus::after {
    width: 100%;
    background-color: #f05646 !important;
    box-shadow: 0px 3px 20px 0px #f59489 !important;
  }
  .farashop__body .header__menu.mobile-menu-accordion .mega-menu-container .mega-menu__link-to-main-page > a:focus span {
    transform: translateY(0);
  }
  .farashop__body .header__menu.mobile-menu-accordion .mega-menu-container .mega-menu__link-to-main-page:hover > a {
    color: #000;
    background-color: transparent;
    box-shadow: none;
    transform: translateY(-10px);
  }
  .farashop__body .header__menu.mobile-menu-accordion .mega-menu-container .mega-menu__link-to-main-page:hover > a::after {
    content: "";
    width: 100%;
    background-color: #868686;
    transform: translate(-50%, 10px);
  }
  .farashop__body .header__menu.mobile-menu-accordion .mega-menu-container #dnn_ProductGroupMenu_pnlMegaMenu {
    display: inline-block;
  }
}
@media (min-width: 1400px) {
  .farashop__body .header__menu.mobile-menu-accordion .mega-menu-container .mega-menu__link-to-main-page {
    margin-left: 20px;
  }
}
@media (max-width: 1279px) {
  .farashop__body .header__menu.mobile-menu-accordion .mega-menu-container .mega-menu__link-to-main-page {
    margin-left: 10px;
  }
  .farashop__body .header__menu.mobile-menu-accordion .mega-menu-container .mega-menu__link-to-main-page > a {
    padding: 15px;
  }
}
@media (max-width: 1023px) {
  .farashop__body .header__menu.mobile-menu-accordion .mega-menu-container {
    display: none;
    padding: 18px;
  }
  .farashop__body .header__menu.mobile-menu-accordion .mega-menu-container .mega-menu__link-to-main-page {
    display: block;
    margin-bottom: 21px;
    margin-left: 0;
    box-shadow: 0px 24px 69px rgba(0, 0, 0, 0.09);
  }
  .farashop__body .header__menu.mobile-menu-accordion .mega-menu-container .mega-menu__link-to-main-page a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 26px 15px 20px;
    background-color: #fff;
    border-radius: 100vw;
    color: #696969;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    overflow: hidden;
  }
  .farashop__body .header__menu.mobile-menu-accordion .mega-menu-container .mega-menu__link-to-main-page a span:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
  }
}
.farashop__body .slider-pane {
  margin-top: 25px;
}
.farashop__body .slider-pane .ls-container .ls-nav-prev {
  left: 45px;
  background: url(/Portals/0/Images/chevron-left.png) no-repeat center;
}
.farashop__body .slider-pane .ls-container .ls-nav-next {
  right: 45px;
  background: url(/Portals/0/Images/chevron-right.png) no-repeat center;
}
.farashop__body .slider-pane .ls-container .ls-bottom-nav-wrapper {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%) !important;
}
.farashop__body .slider-pane .ls-container .ls-bottom-nav-wrapper .ls-bottom-slidebuttons > a {
  width: 9px;
  height: 3px;
  margin: 0 3px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  box-shadow: initial;
  transition: width 600ms, background-color 600ms, box-shadow 600ms !important;
}
.farashop__body .slider-pane .ls-container .ls-bottom-nav-wrapper .ls-bottom-slidebuttons > a.ls-nav-active {
  width: 21px;
  background-color: #fff;
  box-shadow: 0 2px 15px 0px #fff;
}
.farashop__body .slider-pane .ls-container .ls-bottom-nav-wrapper .ls-bottom-slidebuttons .ls-thumbnail-hover {
  bottom: initial;
  top: 20px;
}
.farashop__body .slider-pane .ls-container .ls-bottom-nav-wrapper .ls-bottom-slidebuttons .ls-thumbnail-hover .ls-thumbnail-hover-inner > span {
  top: initial;
  bottom: 100%;
  transform: rotate(180deg);
}
.farashop__body .slider-pane .main-slider-title {
  margin-bottom: 30px;
  color: #fff;
  font-size: 25px;
}
.farashop__body .slider-pane .main-slider-title * {
  box-sizing: border-box !important;
}
.farashop__body .slider-pane .main-slider-content * {
  box-sizing: border-box !important;
}
.farashop__body .slider-pane .main-slider-content .main-slider-neon-btn {
  display: inline-flex;
  margin-left: 20px;
  background-color: #0bd69c;
  box-shadow: 0 20px 40px 5px rgba(0, 232, 191, 0.36);
  color: #fff;
  text-decoration: none;
}
.farashop__body .slider-pane .main-slider-content .main-slider-neon-btn:hover {
  box-shadow: 0 20px 40px 20px rgba(0, 232, 191, 0.36);
}
.farashop__body .slider-pane .main-slider-content span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 21px;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .farashop__body .slider-pane .main-slider-title {
    text-align: center;
  }
  .farashop__body .slider-pane .main-slider-content {
    text-align: center;
  }
}
@media (max-width: 650px) {
  .farashop__body .slider-pane .main-slider-title {
    font-size: 15px;
  }
  .farashop__body .slider-pane .main-slider-content span {
    font-size: 10px;
  }
}
.farashop__body .LoginPanel {
  float: none;
  margin: 20px auto 0;
  padding: 0;
}
.farashop__body .LoginPanel .input-group {
  margin-bottom: 10px;
}
.farashop__body .LoginPanel .login-commands .btn {
  width: 100%;
}

.support.neon-btn {
  position: fixed;
  bottom: 60px;
  left: -84px;
  background-color: #fff;
  box-shadow: 0px 18px 36px 0px rgba(0, 0, 0, 0.09);
  color: #696969;
  z-index: 998;
}
@media (max-width: 767px) {
  .support.neon-btn {
    bottom: 120px;
  }
}

.extra-card .extra-card__top-layer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0px 69px 180px 0px rgba(0, 0, 0, 0.09);
  text-decoration: none;
  transition: transform 600ms;
}
.extra-card .extra-card__top-layer .extra-card__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #696969;
  font-size: 12px;
  transition: transform 600ms;
}
.extra-card .extra-card__top-layer .extra-card__title span {
  margin-bottom: 25px;
}
.extra-card .extra-card__top-layer .extra-card__title span, .extra-card .extra-card__top-layer .extra-card__title i {
  transition: transform 600ms;
}
.extra-card .extra-card__top-layer .extra-card__title i {
  width: 9px;
  height: 12px;
  background: url("/Portals/0/Images/chevron-left-orange.png") no-repeat center;
}
.extra-card:hover {
  transform: translateY(-10px) !important;
  text-decoration: none;
}
.extra-card:hover .extra-card__top-layer {
  transform: scale(1.05) translateY(-26px);
}
.extra-card:hover .extra-card__top-layer span, .extra-card:hover .extra-card__top-layer i {
  transform: scale(0.95) translateY(-14px);
}

.farashop .fsh-container.fsh-container__right-pane > h2 {
  background-color: #2b66a2;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  padding-bottom: 5px;
  text-indent: 6px;
}
.farashop .fsh-container.fsh-container__right-pane > h2 + div {
  margin-right: 20px;
}
.farashop .fsh-container.fsh-container__content-pane {
  background-color: transparent;
}
.farashop .fsh-container.fsh-container__content-pane .Head {
  margin: 0;
}
.farashop .fsh-container.fsh-container__content-pane > h2 {
  font-size: 15px;
  border-bottom: 1px solid #f0f0f0;
  line-height: 45px;
}
.farashop .fsh-container.fsh-container__content-pane > h2 > span {
  border-bottom: 1px solid #4ad1ef;
  margin: 0;
  padding-bottom: 5px;
  color: #4ad1ef;
  font-weight: bold;
  margin-right: 15px !important;
}
.farashop .fsh-container.fsh-container__footer-pane > h2 {
  font-size: 15px;
  font-weight: 100;
  color: #fff;
  border-bottom: 1px solid #3a3a3a;
  box-shadow: 0 1px 0 #4c4c4c;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.farashop .fsh-container.fsh-container__footer-pane > h2 > span {
  margin-bottom: 0;
}
.farashop .fsh-container.fsh-container__product-list > h2 {
  margin-bottom: 14px;
}
.farashop .fsh-container.fsh-container__product-list > h2::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 9px;
  background-color: #f05646;
  border-radius: 10px;
  margin-left: 15px;
  transform: translateY(1px);
}
.farashop .fsh-container.fsh-container__product-list > h2 > span {
  color: #696969;
  font-size: 15px;
  border: none;
}

.products-list-wrap {
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  padding-right: 35px;
  padding-left: 35px;
}
.products-list-wrap .product-box__item {
  border: 0 none;
  height: auto;
  padding: 0 8px 15px;
}
.products-list-wrap .product-box__item:hover, .products-list-wrap .product-box__item:focus {
  box-shadow: none;
}
.products-list-wrap .product-box__item h2 {
  margin-top: 2px;
}
.products-list-wrap .product-box__item h2 > a {
  color: #FE6700;
}
.products-list-wrap .product-box__footer > div {
  color: #919191;
  font-weight: bold;
  font-size: 13px;
}
.products-list-wrap .product-box__footer > div.no-old-price del {
  display: none;
}
.products-list-wrap .product-box__footer > div.no-price > span:first-child,
.products-list-wrap .product-box__footer > div.no-price del {
  display: none;
}
.products-list-wrap .product-box__footer > div > span {
  color: #00B30A;
  font-size: 14px;
}
.products-list-wrap .product-box__footer > div .available {
  display: none;
}
.products-list-wrap .product-box__footer > div .comingsoon {
  color: #00B4FE;
}
.products-list-wrap .product-box__footer > div .unavailable {
  color: #FE0000;
}
.products-list-wrap .product-box__footer > div .discontinued {
  color: #757575;
}
.products-list-wrap .slick-next,
.products-list-wrap .slick-prev {
  width: 30px;
  height: 56px;
  z-index: 999;
}
.products-list-wrap .slick-next:before,
.products-list-wrap .slick-prev:before {
  font-family: FontAwesome;
  color: #afafaf;
  font-size: 56px;
}
.products-list-wrap .slick-next {
  left: 8px;
}
.products-list-wrap .slick-next:before {
  content: "\f104";
}
.products-list-wrap .slick-prev {
  right: 8px;
}
.products-list-wrap .slick-prev:before {
  content: "\f105";
}

.ls-container {
  margin: 0 !important;
  border-radius: 4px;
  overflow: hidden;
}

.farashop .breadcrumb {
  background-color: #fff;
  border: 0 none;
  border-bottom: 1px solid #bbb;
  margin-top: 20px;
  margin: 10px 0 15px;
  padding: 8px 10px;
}
.farashop .breadcrumb a {
  position: relative;
  color: #666;
  font-size: 13px;
  text-decoration: none;
}
.farashop .breadcrumb a:hover, .farashop .breadcrumb a:focus {
  text-decoration: none;
  color: #2b66a2;
}
.farashop .breadcrumb > li:first-child a {
  font-size: 16px;
  top: 0;
}
.farashop .breadcrumb > li:last-child a {
  color: #000;
  transition: color 400ms;
}
.farashop .breadcrumb > li:last-child a:hover, .farashop .breadcrumb > li:last-child a:focus {
  color: #f05646;
}

.farashop__product-details__default {
  background-color: #fff;
  border-radius: 4px;
  padding: 15px;
  border-bottom: 1px solid #bbb;
}
.farashop__product-details__default .product-details__main-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
}

.advanced-filtering.advanced-filtering__filters {
  background-color: #fff;
  border-bottom: 1px solid #bbb;
  border-radius: 0 0 4px 4px;
  padding: 10px 15px;
}
.advanced-filtering.advanced-filtering__filters .advanced-filtering__price-range {
  width: 210px;
}

.advanced-filtering__results__items {
  padding: 10px 0px;
  background-color: #fff;
  margin-bottom: 15px;
  border-bottom: 1px solid #bbb;
  border-radius: 4px;
}

.advanced-filtering .products-list-wrap {
  background-color: transparent;
  border-radius: 0;
  padding-right: 0;
  padding-left: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.advanced-filtering .products-list-wrap article {
  padding-right: 15px !important;
  padding-left: 15px !important;
  height: auto !important;
  margin-bottom: 15px;
}
.advanced-filtering .products-list-wrap article > div {
  height: auto !important;
}

.compare-preview-wrap,
.btn-show-compare::before {
  bottom: 20px !important;
}

footer.farashop__footer {
  color: #111;
  padding-bottom: 0px;
  overflow: hidden;
}
footer.farashop__footer .footer__contact-info > div {
  margin-right: 0;
}
footer.farashop__footer .footer__top {
  position: relative;
  margin-bottom: 15px;
  margin-top: 30px;
}
@media (min-width: 1200px) {
  footer.farashop__footer .footer__top {
    margin-top: 96px;
  }
}
footer.farashop__footer .footer__top .hexagon-one, footer.farashop__footer .footer__top .hexagon-two {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
footer.farashop__footer .footer__top .hexagon-one {
  right: -90px;
}
footer.farashop__footer .footer__top .hexagon-two {
  left: -90px;
}
footer.farashop__footer .footer__top .footer__top__content {
  position: relative;
  max-width: 699px;
  max-height: 613px;
  margin: 0 auto;
  z-index: 1;
}
footer.farashop__footer .footer__top .footer__top__content .newsletter-title {
  text-align: center;
}
footer.farashop__footer .footer__top .footer__top__content .newsletter-title h5 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 30px;
}
footer.farashop__footer .footer__top .footer__top__content .newsletter-title p {
  max-width: 270px;
  line-height: 22px;
  margin: 0 auto;
  color: #696969;
  font-size: 12px;
}
footer.farashop__footer .footer__top .footer__top__content .newsletter-cn {
  position: relative;
  isolation: isolate;
}
footer.farashop__footer .footer__top .footer__top__content .newsletter-cn .hexagon-small-cn {
  position: absolute;
  top: -55px;
  left: 40px;
  z-index: -1;
}
footer.farashop__footer .footer__top .footer__top__content .newsletter-cn .newsletter-pane {
  position: relative;
  margin-top: 75px;
  z-index: 1;
}
footer.farashop__footer .footer__top .footer__top__content .newsletter-cn .newsletter-pane .newsletter-form {
  padding: 28px 38px;
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.39);
  box-shadow: 0px 69px 120px 0px rgba(0, 0, 0, 0.09);
  -webkit-backdrop-filter: blur(22.5px);
  backdrop-filter: blur(22.5px);
}
footer.farashop__footer .footer__top .footer__top__content .newsletter-cn .newsletter-pane .newsletter-form .email__container {
  position: relative;
}
footer.farashop__footer .footer__top .footer__top__content .newsletter-cn .newsletter-pane .newsletter-form .email__container .email-textbox-cn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer.farashop__footer .footer__top .footer__top__content .newsletter-cn .newsletter-pane .newsletter-form .email__container .email-textbox-cn .neon-btn.submit__button {
  color: #fff;
  background-color: #f05646;
  box-shadow: 0 15px 40px 5px #f59489;
  text-decoration: none;
  font-size: 10px;
}
@media (max-width: 767px) {
  footer.farashop__footer .footer__top .footer__top__content .newsletter-cn .newsletter-pane .newsletter-form .email__container .email-textbox-cn .neon-btn.submit__button {
    min-width: 80px;
  }
}
footer.farashop__footer .footer__top .footer__top__content .newsletter-cn .newsletter-pane .newsletter-form .email__container .email-textbox-cn .neon-btn.submit__button:hover {
  box-shadow: 0 30px 50px 10px #f9bfb9;
}
footer.farashop__footer .footer__top .footer__top__content .newsletter-cn .newsletter-pane .newsletter-form .email__container .email-textbox-cn .email__textbox {
  max-width: 250px;
  border: none;
  outline: none;
  color: #696969;
  background-color: transparent;
  box-shadow: none;
  text-align: left;
  font-size: 12px;
  font-family: monospace;
}
footer.farashop__footer .footer__top .footer__top__content .newsletter-cn .newsletter-pane .newsletter-form .email__container .email-textbox-cn .email__textbox::placeholder {
  color: #696969;
}
footer.farashop__footer .footer__top .footer__top__content .newsletter-cn .newsletter-pane .newsletter-form .email__container .email-required-validators {
  position: absolute;
}
footer.farashop__footer .footer__top .footer__top__content .newsletter-cn .go-to-top {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 600ms;
  cursor: pointer;
  z-index: -1;
}
footer.farashop__footer .footer__top .footer__top__content .newsletter-cn .go-to-top .go-to-top__shevron {
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
  transition: 600ms;
}
footer.farashop__footer .footer__top .footer__top__content .newsletter-cn .go-to-top:hover {
  transform: translate(-50%, -10px);
}
footer.farashop__footer .footer__top .footer__top__content .newsletter-cn .go-to-top:hover .go-to-top__shevron {
  transform: translate(-50%, -10px) rotate(-90deg);
}
footer.farashop__footer .footer__top .footer__top__content .social-media-cn .social-media-title-pane {
  margin-bottom: 65px;
}
footer.farashop__footer .footer__top .footer__top__content .social-media-cn .social-media-title-pane .Normal {
  text-align: center;
}
footer.farashop__footer .footer__top .footer__top__content .social-media-cn .social-media-title-pane .Normal .sociallink-title {
  position: relative;
  color: #696969;
  font-size: 13px;
  text-align: center;
}
footer.farashop__footer .footer__top .footer__top__content .social-media-cn .social-media-title-pane .Normal .sociallink-title::before, footer.farashop__footer .footer__top .footer__top__content .social-media-cn .social-media-title-pane .Normal .sociallink-title::after {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 3px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #f05646;
}
footer.farashop__footer .footer__top .footer__top__content .social-media-cn .social-media-title-pane .Normal .sociallink-title::before {
  right: -60px;
}
footer.farashop__footer .footer__top .footer__top__content .social-media-cn .social-media-title-pane .Normal .sociallink-title::after {
  left: -60px;
}
footer.farashop__footer .footer__middle {
  margin-top: 80px;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 991px) {
  footer.farashop__footer .footer__middle .FooterBottom_3 {
    margin-top: 40px;
  }
}
footer.farashop__footer .footer__middle .FooterBottom_4 {
  /*.module-container.module-container__footer-pane-exclusive {
      h3 + div {
          max-width: 280px;

          @media(max-width:991px) {
              margin: 0 auto;
          }
      }
  }*/
}
@media (max-width: 991px) {
  footer.farashop__footer .footer__middle .FooterBottom_4 {
    margin-top: 40px;
  }
}
footer.farashop__footer .footer__middle .FooterBottom_4 .contact-us-cn {
  display: flex;
  flex-wrap: wrap;
  row-gap: 21px;
  column-gap: 21px;
  width: 100%;
}
footer.farashop__footer .footer__middle .FooterBottom_4 .contact-us-cn .contact-us__card {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  padding: 15px;
  background-color: #fff;
  border-radius: 18px;
  box-shadow: 0 30px 40px 0px rgba(0, 0, 0, 0.09);
  cursor: default;
  transition: box-shadow 400ms, transform 400ms;
}
@media (min-width: 1367px) {
  footer.farashop__footer .footer__middle .FooterBottom_4 .contact-us-cn .contact-us__card {
    padding: 18px;
  }
}
footer.farashop__footer .footer__middle .FooterBottom_4 .contact-us-cn .contact-us__card span {
  color: #696969;
}
footer.farashop__footer .footer__middle .FooterBottom_4 .contact-us-cn .contact-us__card svg, footer.farashop__footer .footer__middle .FooterBottom_4 .contact-us-cn .contact-us__card span {
  transition: transform 400ms;
}
footer.farashop__footer .footer__middle .FooterBottom_4 .contact-us-cn .contact-us__card:hover {
  transform: translateY(-10px);
}
footer.farashop__footer .footer__middle .FooterBottom_4 .contact-us-cn .contact-us__card:hover svg, footer.farashop__footer .footer__middle .FooterBottom_4 .contact-us-cn .contact-us__card:hover span {
  transform: translateY(-5px);
}
footer.farashop__footer .footer__middle .FooterBottom_4 .contact-us-cn .contact-us__card--half {
  flex: 0 1 calc(50% - 11px);
}
footer.farashop__footer .footer__middle .FooterBottom_4 .contact-us-cn .contact-us__card--half:hover {
  box-shadow: 0px 36px 69px 0px rgba(240, 86, 70, 0.36);
}
footer.farashop__footer .footer__middle .FooterBottom_4 .contact-us-cn .contact-us__card--full {
  flex: 0 1 100%;
}
footer.farashop__footer .footer__middle .FooterBottom_4 .contact-us-cn .contact-us__card--full:hover {
  box-shadow: 0px 36px 120px 0px rgba(240, 86, 70, 0.36);
}
footer.farashop__footer .footer__middle .FooterBottom_4 .contact-us-cn .contact-us__whatsapp:hover {
  box-shadow: 0px 36px 69px 0px rgba(37, 211, 102, 0.36);
}
footer.farashop__footer .footer__middle .FooterBottom_4 .contact-us-cn .contact-us__telegram:hover {
  box-shadow: 0px 36px 69px 0px rgba(34, 158, 217, 0.36);
}
footer.farashop__footer .footer_bottom {
  /*   display: flex;
  align-items: center;*/
  padding: 10px 0 70px;
  margin: 60px 0 0;
  text-align: center;
}
footer.farashop__footer .footer_bottom .scroll-to-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  transition: background-color 400ms, transform 400ms;
  cursor: pointer;
  box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.09);
}
footer.farashop__footer .footer_bottom .scroll-to-top svg {
  transform: rotate(180deg);
  transition: color 400ms, transform 400ms;
}
footer.farashop__footer .footer_bottom .scroll-to-top svg rect {
  transition: fill 400ms;
}
footer.farashop__footer .footer_bottom .scroll-to-top:hover {
  background-color: #f05646;
  transform: translateY(-10px);
}
footer.farashop__footer .footer_bottom .scroll-to-top:hover svg {
  transform: translateY(-5px) rotate(180deg);
}
footer.farashop__footer .footer_bottom .scroll-to-top:hover svg rect {
  fill: #fff;
}
@media (max-width: 480px) {
  footer.farashop__footer .footer_bottom {
    position: relative;
    justify-content: center;
    margin-top: 30px;
    padding-bottom: 110px;
  }
  footer.farashop__footer .footer_bottom .scroll-to-top {
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
  }
  footer.farashop__footer .footer_bottom .scroll-to-top:hover {
    background-color: #fff;
    transform: translateX(-50%);
  }
  footer.farashop__footer .footer_bottom .scroll-to-top:hover svg {
    transform: rotate(180deg);
  }
  footer.farashop__footer .footer_bottom .scroll-to-top:hover svg rect {
    fill: #F05646;
  }
}
footer.farashop__footer .Normal {
  color: #111;
  line-height: 26px;
}
footer.farashop__footer .social > li {
  display: inline-block;
  margin: 2px 0;
}
footer.farashop__footer .social > li:nth-child(1) > a {
  background-color: #7c5641;
}
footer.farashop__footer .social > li:nth-child(2) > a {
  background-color: #0274b3;
}
footer.farashop__footer .social > li:nth-child(3) > a {
  background-color: #dc4a38;
}
footer.farashop__footer .social > li:nth-child(4) > a {
  background-color: #00b6f1;
}
footer.farashop__footer .social > li:nth-child(5) > a {
  background-color: #3765a3;
}
footer.farashop__footer .social > li > a {
  color: #fff;
  border-radius: 50%;
  display: block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
}
footer.farashop__footer .social > li > a:hover, footer.farashop__footer .social > li > a:focus {
  text-decoration: none;
}
footer.farashop__footer .footer__copyright {
  color: #696969;
  text-align: start;
  font-size: 13px;
  display: inline-block;
}
footer.farashop__footer .footer__copyright span {
  position: relative;
}
@media (min-width: 768px) {
  footer.farashop__footer .footer__copyright span {
    margin-right: 40px;
  }
}
footer.farashop__footer .footer__copyright span::before, footer.farashop__footer .footer__copyright span::after {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 3px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #f05646;
}
footer.farashop__footer .footer__copyright span::before {
  right: -10px;
}
footer.farashop__footer .footer__copyright span::after {
  left: -10px;
}

.module-container h2 {
  margin: 0;
}
.module-container h2 > span {
  color: #4AD1EF;
  font-size: 14px;
}
.module-container h3 {
  line-height: 22px;
  display: block;
  margin: 0;
}
.module-container h3 > span {
  color: #4AD1EF;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .module-container.module-container__footer-pane {
    margin: 20px auto 0;
    text-align: center;
  }
}
.module-container.module-container__footer-pane h2 {
  margin-bottom: 15px;
}
.module-container.module-container__home-box-pane {
  background-color: #fff;
  border-radius: 4px;
  border-bottom: 1px solid #bbb;
  padding-top: 18px;
  margin: 20px auto;
}
.module-container.module-container__home-box-pane h2 > span {
  font-size: 15px;
  font-weight: bold;
  text-indent: 15px;
}
.module-container.module-container__right-pane {
  background-color: #fff;
  border-radius: 4px;
  border-bottom: 1px solid #bbb;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.module-container.module-container__right-pane h2 {
  border-bottom: 1px solid #f0f0f0;
}
.module-container.module-container__right-pane h2 > span {
  border-bottom: 1px solid #4AD1EF;
  margin-right: 15px !important;
  margin: 0;
  padding: 10px 0;
  display: inline-block;
  font-weight: bold;
}
.module-container.module-container__footer-pane-exclusive h3.container-title {
  position: relative;
  margin-bottom: 41px;
  text-align: start;
}
.module-container.module-container__footer-pane-exclusive h3.container-title span {
  margin: 0;
  color: #696969;
  font-size: 15px;
}
.module-container.module-container__footer-pane-exclusive h3.container-title span::before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 9px;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  border-radius: 10px;
  background-color: #f05646;
}

.sidebar__box .header__logo {
  margin-top: 30px;
  display: block;
  margin-bottom: 30px;
}
.sidebar__box .header__logo img {
  margin: auto;
}
.sidebar__box .farashop__product-group-menu {
  margin-left: 0;
}

.bank-list__wrap tbody > tr > td img {
  margin-left: 10px;
}

.widget__show-more {
  margin-bottom: 15px;
  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;
  margin-top: 10px;
}
.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: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(66%, white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 66%);
}
.widget__show-more > .toggle:before {
  content: "نمایش بیشتر";
  display: inline-block;
  height: 60px;
  line-height: 60px;
  color: #ff7200;
}
.widget__show-more > .toggle:after {
  content: "\f104";
  display: inline-block;
  font-family: FontAwesome;
  color: #ff7200;
  font-size: 20px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-right: 10px;
  position: relative;
  top: 5px;
  font-weight: bold;
}

.widget__show-more > .toggle.active:before {
  content: "نمایش کمتر";
}

@media (min-width: 991px) {
  .farashop__login-register > ul:first-child + ul {
    flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .farashop__login-register > ul:first-child.tabify {
    display: flex;
    flex-direction: row-reverse;
  }
}
.rightpane p {
  text-align: center;
  margin-top: 5px;
}

.news-container {
  background-color: #fff;
}

.contactus {
  border-top: 1px solid #ccc;
  padding-top: 30px;
}

.sidpane {
  margin-top: 20px;
}

.farashop .farashop__custom-login .btn-back {
  position: relative;
}

.login-skin__container .farashop__custom-login {
  width: 40%;
  margin: 0 auto;
}
.login-skin__container .farashop__custom-login .btn-back {
  position: relative;
}

body.dnnEditState div .actionMenu ul {
  z-index: 1001 !important;
}
body.dnnEditState header .contact-info-pane {
  margin-top: 50px;
}
body.dnnEditState footer.farashop__footer .footer__top .footer__top__content .social-media-cn {
  margin-top: 50px;
}

.checkout-panel input[type=radio]:checked::before {
  background-color: #f05646 !important;
}
.checkout-panel .btn {
  background-color: #f05646 !important;
  border: 1px solid #f05646 !important;
}
.checkout-panel .btn:hover {
  background-color: rgb(242.295, 111.857, 98.305) !important;
}
@media (max-width: 768px) {
  .checkout-panel .checkout-panel__body .js__bank-list tbody tr {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

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

.farashop__checkout button,
.farashop__checkout input[type=submit] {
  background-color: #f05646 !important;
  border: 1px solid #f05646 !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(242.295, 111.857, 98.305) !important;
  background-color: rgb(242.295, 111.857, 98.305) !important;
}
.farashop__checkout .checkout__rules-checkbox > i {
  color: #f05646 !important;
}
.farashop__checkout.checkout__default > div:first-child > div.step__active:before {
  background-color: #f05646 !important;
}
.farashop__checkout.checkout__default .checkout__arrows button {
  background-color: white !important;
  color: #f05646 !important;
  border: 1px solid #f05646 !important;
}
.farashop__checkout.checkout__default .checkout__arrows button:hover {
  color: white !important;
  background-color: #f05646 !important;
}

.user-address__addbtn a {
  background-color: #f05646 !important;
}
.user-address__addbtn a:hover {
  background-color: rgb(242.295, 111.857, 98.305) !important;
}
.user-address__addbtn a:focus {
  background-color: rgb(242.295, 111.857, 98.305) !important;
  color: white;
  border: 1px solid rgb(242.295, 111.857, 98.305) !important;
}

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

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

.fs-auth {
  width: 100% !important;
}

/********** SWIPER ************/
.swiper.swiper-slider {
  position: relative;
  padding-top: 80px;
  transform: translateY(-60px);
}
.swiper.swiper-slider .swiper-wrapper {
  height: auto;
}
.swiper.swiper-slider .swiper-wrapper .swiper-slide {
  height: auto;
}
.swiper.swiper-slider .swiper-button-prev, .swiper.swiper-slider .swiper-button-next {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 25px;
  background-color: rgba(105, 105, 105, 0.36);
  border-radius: 50%;
  transition: background-color 600ms, box-shadow 600ms;
  z-index: 2;
}
.swiper.swiper-slider .swiper-button-prev::after, .swiper.swiper-slider .swiper-button-next::after {
  color: #fff;
  font-size: 20px;
  font-family: FontAwesome;
}
.swiper.swiper-slider .swiper-button-prev:hover, .swiper.swiper-slider .swiper-button-next:hover {
  background-color: #f05646;
  box-shadow: 0px 18px 36px 0px #f59489;
}
.swiper.swiper-slider .swiper-button-prev:hover::before, .swiper.swiper-slider .swiper-button-next:hover::before {
  filter: drop-shadow(0px 0px 4px #fff);
}
.swiper.swiper-slider .swiper-button-prev {
  left: 73px;
  right: initial;
}
.swiper.swiper-slider .swiper-button-prev::after {
  content: "\f105";
}
.swiper.swiper-slider .swiper-button-next {
  left: 16px;
  right: initial;
}
.swiper.swiper-slider .swiper-button-next::after {
  content: "\f104";
}

/********** FARASHOP SEARCH RESULT PAGE ************/
.page__search-result #farashop__search-result .product-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (min-width: 541px) {
  .page__search-result #farashop__search-result .product-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .page__search-result #farashop__search-result .product-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .page__search-result #farashop__search-result .product-list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

.payment-button {
  padding: 10px 50px;
  font-size: 16px;
}
