.image-wrapper{
                padding-bottom:100%;
            }.v5-tepehome .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important; }
.v5-tepehome .fs-2 {
  font-size: calc(1.325rem + .9vw) !important; }
.v5-tepehome .fs-3 {
  font-size: calc(1.3rem + .6vw) !important; }
.v5-tepehome .fs-4 {
  font-size: calc(1.275rem + .3vw) !important; }
.v5-tepehome .fs-5 {
  font-size: 1.25rem !important; }
.v5-tepehome .fs-6 {
  font-size: 1rem !important; }
  .v5-tepehome body.drawer-animated.drawer-right-active {
    transform: translate3d(-290px, 0, 0); }
    [dir="rtl"] .v5-tepehome body.drawer-animated.drawer-right-active {
      transform: translate3d(290px, 0, 0); }
    @media (min-width: 768px) {
      .v5-tepehome body.drawer-animated.drawer-right-active {
        transform: translate3d(-290px, 0, 0); }
        [dir="rtl"] .v5-tepehome body.drawer-animated.drawer-right-active {
          transform: translate3d(290px, 0, 0); } }
  .v5-tepehome body.drawer-animated.drawer-left-active {
    transform: translate3d(290px, 0, 0); }
    [dir="rtl"] .v5-tepehome body.drawer-animated.drawer-left-active {
      transform: translate3d(-290px, 0, 0); }
    @media (min-width: 768px) {
      .v5-tepehome body.drawer-animated.drawer-left-active {
        transform: translate3d(290px, 0, 0); }
        [dir="rtl"] .v5-tepehome body.drawer-animated.drawer-left-active {
          transform: translate3d(-290px, 0, 0); } }
.v5-tepehome .drawer-wrapper {
  background-color: #ffffff;
  z-index: 81;
  max-width: 100%;
  padding-bottom: 60px; }
  .v5-tepehome .drawer-wrapper[data-position="top"] {
    width: 100%;
    left: 0;
    right: 0;
    bottom: auto;
    height: auto;
    top: -290px; }
  @media (min-width: 768px) {
    .v5-tepehome .drawer-wrapper[data-position="top"] {
      top: -290px; } }
  .v5-tepehome .drawer-wrapper[data-position="left"] {
    width: 100%;
    left: -290px; }
    [dir="rtl"] .v5-tepehome .drawer-wrapper[data-position="left"] {
      left: auto;
      right: -290px; }
    @media (min-width: 768px) {
      .v5-tepehome .drawer-wrapper[data-position="left"] {
        width: 290px;
        left: -290px; }
        [dir="rtl"] .v5-tepehome .drawer-wrapper[data-position="left"] {
          left: auto;
          right: -290px; } }
    .v5-tepehome .drawer-wrapper[data-position="left"]:not([data-display="push"]) {
      box-shadow: 4px 0 4px 0 rgba(0, 0, 0, 0.06); }
      [dir="rtl"] .v5-tepehome .drawer-wrapper[data-position="left"]:not([data-display="push"]) {
        box-shadow: -4px 0 4px 0 rgba(0, 0, 0, 0.06); }
    .v5-tepehome .drawer-wrapper[data-position="left"][data-display="push"] {
      box-shadow: inset -4px 0 4px 0 rgba(0, 0, 0, 0.06); }
      [dir="rtl"] .v5-tepehome .drawer-wrapper[data-position="left"][data-display="push"] {
        box-shadow: inset 4px 0 4px 0 rgba(0, 0, 0, 0.06); }
  .v5-tepehome .drawer-wrapper[data-position="right"] {
    width: 290px;
    right: -290px; }
    [dir="rtl"] .v5-tepehome .drawer-wrapper[data-position="right"] {
      right: auto;
      left: -290px; }
    @media (min-width: 768px) {
      .v5-tepehome .drawer-wrapper[data-position="right"] {
        width: 290px;
        right: -290px; }
        [dir="rtl"] .v5-tepehome .drawer-wrapper[data-position="right"] {
          right: auto;
          left: -290px; } }
    .v5-tepehome .drawer-wrapper[data-position="right"]:not([data-display="push"]) {
      box-shadow: -4px 0 4px 0 rgba(0, 0, 0, 0.06); }
      [dir="rtl"] .v5-tepehome .drawer-wrapper[data-position="right"]:not([data-display="push"]) {
        box-shadow: 4px 0 4px 0 rgba(0, 0, 0, 0.06); }
    .v5-tepehome .drawer-wrapper[data-position="right"][data-display="push"] {
      box-shadow: inset 4px 0 4px 0 rgba(0, 0, 0, 0.06); }
      [dir="rtl"] .v5-tepehome .drawer-wrapper[data-position="right"][data-display="push"] {
        box-shadow: inset -4px 0 4px 0 rgba(0, 0, 0, 0.06); }
  .v5-tepehome .drawer-wrapper[data-position="bottom"] {
    width: 100%;
    left: 0;
    right: 0;
    top: auto;
    height: auto;
    bottom: -290px; }
  @media (min-width: 768px) {
    .v5-tepehome .drawer-wrapper[data-position="bottom"] {
      bottom: -290px; } }
  .v5-tepehome .drawer-wrapper[data-position="middle"] {
    left: 15px;
    right: 15px;
    top: 50%;
    max-height: calc(100% - 30px);
    transform: translateY(-50%);
    width: auto;
    height: auto;
    margin: auto;
    display: none; }
    .v5-tepehome .drawer-wrapper[data-position="middle"].active {
      display: block; }
  .v5-tepehome .drawer-wrapper .drawer-title {
    background-color: #000000;
    display: flex !important;
    padding: 15px;
    margin-bottom: 15px;
    position: relative; }
    .v5-tepehome .drawer-wrapper .drawer-title i {
      color: #ffffff;
      font-size: 30px;
      line-height: 1; }
    .v5-tepehome .drawer-wrapper .drawer-title span {
      color: #ffffff;
      font-size: 21px;
      font-weight: bold;
      line-height: 24px;
      display: block; }
    @media (min-width: 768px) {
      .v5-tepehome .drawer-wrapper .drawer-title {
        padding: 0 30px;
        text-align: center;
        margin-bottom: 20px; }
        .v5-tepehome .drawer-wrapper .drawer-title span {
          padding-top: 20px;
          padding-bottom: 30px;
          border-bottom: 1px solid #eaeaea; } }
  @media (max-width: 767px) {
    .v5-tepehome .drawer-wrapper .drawer-title {
      align-items: center; }
      .v5-tepehome .drawer-wrapper .drawer-title i {
        margin-right: 8px; }
        [dir="rtl"] .v5-tepehome .drawer-wrapper .drawer-title i {
          margin-right: 0px;
          margin-left: 8px; }
      .v5-tepehome .drawer-wrapper .drawer-title::after {
        content: '';
        background-color: #eaeaea;
        height: 1px;
        display: block;
        position: absolute;
        top: 100%;
        left: 15px;
        right: 15px; } }
@media (min-width: 768px) {
  .v5-tepehome .drawer-wrapper .drawer-close {
    color: #979797;
    font-size: 22px;
    line-height: 1;
    padding: 18px;
    width: fit-content;
    max-width: 100%;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer; }
    .v5-tepehome .drawer-wrapper .drawer-close:hover {
      transform: rotate(90deg); } }
@media (max-width: 767px) {
  .v5-tepehome .drawer-wrapper .drawer-close {
    width: 21px;
    height: 21px;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    [data-position="left"] .v5-tepehome .drawer-wrapper .drawer-close {
      left: 0; }
      [dir="rtl"] [data-position="left"] .v5-tepehome .drawer-wrapper .drawer-close {
        left: auto;
        right: 0; }
    [data-position="right"] .v5-tepehome .drawer-wrapper .drawer-close {
      right: 0; }
      [dir="rtl"] [data-position="right"] .v5-tepehome .drawer-wrapper .drawer-close {
        right: auto;
        left: 0; }
    .v5-tepehome .drawer-wrapper .drawer-close span {
      color: #5e5e5e;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      padding-right: 10px; }
      [dir="rtl"] .v5-tepehome .drawer-wrapper .drawer-close span {
        padding-right: 0;
        padding-left: 10px; }
    .v5-tepehome .drawer-wrapper .drawer-close i {
      font-size: 15px; } }
.v5-tepehome .drawer-wrapper .drawer-body {
  padding-left: 15px;
  padding-right: 15px;
  overflow-x: hidden; }
@media (min-width: 768px) {
  .v5-tepehome .drawer-wrapper .drawer-body {
    padding-left: 30px;
    padding-right: 30px; } }
.v5-tepehome .drawer-overlay {
  background-color: rgba(0, 0, 0, 0.6); }
@media (min-width: 768px) {
  .v5-tepehome .drawer-overlay {
    background-color: transparent; } }
.v5-tepehome .block-title {
  color: #373738;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3; }
@media (min-width: 992px) {
  .v5-tepehome .block-title {
    font-size: 21px; } }
.v5-tepehome .swiper-pagination-bullets {
  width: 100%;
  text-align: center;
  padding: 8px;
  font-size: 0; }
  .v5-tepehome .swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #eeeeee;
    width: 25px;
    height: 7px;
    margin-left: 2px;
    margin-right: 2px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 6px; }
    .v5-tepehome .swiper-pagination-bullets .swiper-pagination-bullet-active {
      height: 15px;
      width: 15px;
      background-color: #5e5e5e;
      border-radius: 100%; }
  @media (min-width: 768px) {
    .v5-tepehome .swiper-pagination-bullets {
      padding: 15px; } }
  .v5-tepehome .swiper-pagination-bullets:not(.bottom) {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2; }
.v5-tepehome .swiper-pagination-fraction {
  width: auto;
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 1;
  font-size: 16px; }
.v5-tepehome .swiper-pagination-progressbar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: #fcfcfc; }
  .v5-tepehome .swiper-pagination-progressbar-fill {
    background: #fd6905; }
.v5-tepehome .swiper-pagination-custom {
  width: 100%;
  text-align: center;
  padding: 15px;
  font-size: 0; }
  .v5-tepehome .swiper-pagination-custom .swiper-pagination-customs {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    background-color: #fcfcfc;
    color: #5e5e5e;
    margin: 0 5px; }
    .v5-tepehome .swiper-pagination-custom .swiper-pagination-customs-active {
      background-color: #fd6905;
      color: #ffffff; }
.v5-tepehome .swiper-pagination * {
  outline: 0; }
.v5-tepehome .swiper-button-prev, .v5-tepehome .swiper-button-next {
  background-color: transparent;
  font-size: 22px;
  width: 35px;
  height: 30px;
  top: 50%;
  border: 1px solid #000000;
  transform: translateY(-50%);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.24);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .v5-tepehome .swiper-button-prev:hover, .v5-tepehome .swiper-button-next:hover {
    box-shadow: none; }
  .v5-tepehome .swiper-button-prev.swiper-button-disabled, .v5-tepehome .swiper-button-next.swiper-button-disabled {
    opacity: 0.35; }
.v5-tepehome .swiper-button-prev {
  left: 0; }
  .v5-tepehome .swiper-button-prev.inside {
    left: 18px; }
  .container .v5-tepehome .swiper-button-prev.outside {
    left: -18px; }
  @media (max-width: 1260px) {
    .container .v5-tepehome .swiper-button-prev.outside > i {
      margin-right: -10px; } }
.v5-tepehome .swiper-button-next {
  right: 0; }
  .v5-tepehome .swiper-button-next.inside {
    right: 18px; }
  .container .v5-tepehome .swiper-button-next.outside {
    right: -18px; }
  @media (max-width: 1260px) {
    .container .v5-tepehome .swiper-button-next.outside > i {
      margin-left: -10px; } }
@media (max-width: 1260px) {
  .v5-tepehome .slider-block-wrapper {
    overflow: hidden; } }
.v5-tepehome .noUi-target {
  height: 7px;
  border-radius: 4px;
  border: solid 1px #eeeeee;
  background-color: #ffffff; }
  .v5-tepehome .noUi-target .noUi-base {
    width: calc(100% - 20px); }
  .v5-tepehome .noUi-target .noUi-origin {
    background: #ffffff;
    height: 100%; }
  .v5-tepehome .noUi-target .noUi-connect {
    background-color: #2c2a28; }
  .v5-tepehome .noUi-target .noUi-handle {
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    border: solid 1px #2c2a28;
    border-radius: 4px;
    top: 50%;
    margin-top: -10px;
    outline: 0 !important;
    box-shadow: none !important;
    cursor: pointer; }
.v5-tepehome .pagination {
  display: flex !important; }
  .v5-tepehome .pagination a, .v5-tepehome .pagination span {
    background-color: #fff;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    min-width: 32px;
    height: 32px;
    padding: 6px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center; }
    .v5-tepehome .pagination a i, .v5-tepehome .pagination span i {
      font-size: 18px; }
  .v5-tepehome .pagination a {
    color: #5e5e5e;
    border: 1px solid #000000; }
    .v5-tepehome .pagination a.passive {
      pointer-events: none;
      cursor: not-allowed;
      opacity: 0.7; }
  .v5-tepehome .pagination a:hover, .v5-tepehome .pagination span {
    color: #ffffff;
    text-decoration: underline;
    background-color: #000000;
    box-shadow: 0px 0px 0px 1px; }
  .v5-tepehome .pagination > *:not(:first-child) {
    margin-left: 5px; }
  .v5-tepehome .pagination > *:not(:last-child) {
    margin-right: 5px; }
.v5-tepehome .form-search input[type="search"] {
  padding-right: 80px;
  padding-left: 35px; }
.v5-tepehome .form-search button[type="submit"] {
  position: absolute;
  height: 30px;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  z-index: 2;
  font-size: 12px; }
.v5-tepehome .form-search .search-icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin: auto;
  transform: translateY(-50%);
  font-size: 13px;
  width: 35px;
  height: 18px;
  line-height: 18px; }
.v5-tepehome [dir="rtl"] .form-search input[type="search"] {
  padding-left: 80px;
  padding-right: 35px; }
.v5-tepehome [dir="rtl"] .form-search button[type="submit"] {
  right: auto;
  left: 5px; }
.v5-tepehome [dir="rtl"] .form-search .search-icon {
  left: auto;
  right: 0; }


/* Header */
.v5-tepehome.folder-header.tpl-user_personaclick .hm-link img {
  height: 25px; }
.v5-tepehome.folder-header.tpl-user_personaclick #logo, .v5-tepehome.folder-header.tpl-user_personaclick #logo p {
  display: flex;
  align-items: center;
  height: 57px;
  margin: 0; }
.v5-tepehome.folder-header.tpl-user_personaclick #logo img {
  max-height: 100%;
  width: auto; }
.v5-tepehome.folder-header.tpl-user_personaclick form#search input[type="search"] {
  padding-right: 55px;
  border-color: #000000;
  height: 40px; }
.v5-tepehome.folder-header.tpl-user_personaclick form#search button[type="submit"] {
  height: 30px;
  padding: 0 6px;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  z-index: 2; }
.v5-tepehome.folder-header.tpl-user_personaclick form#search .search-form-list {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 99;
  overflow-y: auto;
  max-height: 320px;
  width: 576px;
  left: 50%;
  transform: translateX(-50%); }
  .v5-tepehome.folder-header.tpl-user_personaclick form#search .search-form-list[v-cloak] {
    display: none; }
    .v5-tepehome.folder-header.tpl-user_personaclick form#search .search-form-list .dynamic-search .block-title {
      font-size: 14px;
      line-height: 1.3;
      margin-bottom: 5px; }
    .v5-tepehome.folder-header.tpl-user_personaclick form#search .search-form-list .dynamic-search ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .v5-tepehome.folder-header.tpl-user_personaclick form#search .search-form-list .dynamic-search ul > li {
        padding: 5px 0; }
        .v5-tepehome.folder-header.tpl-user_personaclick form#search .search-form-list .dynamic-search ul > li > a {
          display: flex !important;
          align-items: center;
          color: inherit;
          font-size: 12px;
          font-weight: 600; }
          .v5-tepehome.folder-header.tpl-user_personaclick form#search .search-form-list .dynamic-search ul > li > a:hover {
            color: #000000; }
          .v5-tepehome.folder-header.tpl-user_personaclick form#search .search-form-list .dynamic-search ul > li > a > .search-image {
            display: flex !important;
            align-items: center;
            justify-content: center;
            width: 35px;
            height: 35px;
            min-width: 35px;
            margin-right: 10px; }
            .v5-tepehome.folder-header.tpl-user_personaclick form#search .search-form-list .dynamic-search ul > li > a > .search-image > img {
              max-height: 100%; }
.v5-tepehome.folder-header.tpl-user_personaclick #hm-links .hm-link {
  color: #5e5e5e;
  font-size: 16px;
  display: flex !important;
  align-items: center; }
  .v5-tepehome.folder-header.tpl-user_personaclick #hm-links .hm-link i {
    position: relative;
    font-style: normal; }
  .v5-tepehome.folder-header.tpl-user_personaclick #hm-links .hm-link > span {
    font-size: 0.9375rem;
    margin-left: 5px;
    color: #000000; }
    [dir="rtl"] .v5-tepehome.folder-header.tpl-user_personaclick #hm-links .hm-link > span {
      margin-left: 0;
      margin-right: 5px; }
  .v5-tepehome.folder-header.tpl-user_personaclick #hm-links .hm-link:hover {
    color: #000000 !important; }
  .v5-tepehome.folder-header.tpl-user_personaclick #hm-links .hm-link .badge {
    background-color: #000000;
    color: #ffffff;
    font-size: 0.75rem;
    text-align: center;
    border: solid 1px #ffffff;
    border-radius: 100%;
    position: absolute;
    top: -3px;
    left: 23px; }
.v5-tepehome.folder-header.tpl-user_personaclick .header-cart-dropdown-list {
  background-color: #ffffff;
  width: 300px;
  padding: 10px;
  border: 1px solid #fcfcfc;
  border-radius: 4px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 100%;
  right: 15px;
  z-index: 2; }
  .v5-tepehome.folder-header.tpl-user_personaclick #header-top a {
    color: #5e5e5e;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 16px;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    text-transform: uppercase; }
    .v5-tepehome.folder-header.tpl-user_personaclick #header-top a .language-img {
      margin-right: 4px; }
  .v5-tepehome.folder-header.tpl-user_personaclick #header-top .location-select {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px; }
    .v5-tepehome.folder-header.tpl-user_personaclick #header-top li:first-child a {
      color: #ff0000; }
  .v5-tepehome.folder-header.tpl-user_personaclick #header-top .stor-icon {
    padding-left: 5px; }
.v5-tepehome.folder-header.tpl-user_personaclick #header-menu .menu {
  background-color: #f2f1f1; }
  .v5-tepehome.folder-header.tpl-user_personaclick #header-menu .menu li::after {
    content: "";
    background-color: #e7e6e6;
    width: 1px;
    height: 10px;
    display: block; }
  .v5-tepehome.folder-header.tpl-user_personaclick #header-menu .menu a {
    color: #5e5e5e;
    font-size: 12px;
    line-height: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
    display: block; }
    .v5-tepehome.folder-header.tpl-user_personaclick #header-menu .menu a.homepage-link {
      line-height: 20px;
      padding-top: 5px;
      padding-bottom: 5px; }
      .v5-tepehome.folder-header.tpl-user_personaclick #header-menu .menu a.homepage-link i {
        font-size: 18px; }
.v5-tepehome.folder-header.tpl-user_personaclick #main-menu .menu > li:first-child > a {
  /* color: var(--text-danger);*/ }
.v5-tepehome.folder-header.tpl-user_personaclick #main-menu .menu > li > a::before, .v5-tepehome.folder-header.tpl-user_personaclick #main-menu .menu > li:last-of-type > a::after {
  content: "";
  background-color: #eeeeee;
  width: 1px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto; }
.v5-tepehome.folder-header.tpl-user_personaclick #main-menu .menu > li > a {
  position: relative; }
.v5-tepehome.folder-header.tpl-user_personaclick #main-menu .menu > li:not([id*="menu-all-categories"]) > a {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 10px;
  padding-left: 10px; }
.v5-tepehome.folder-header.tpl-user_personaclick #main-menu .menu > li[id*="menu-all-categories"] > a {
  padding-top: 9px;
  padding-bottom: 9px; }
.v5-tepehome.folder-header.tpl-user_personaclick #main-menu .menu > li a {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 16px; }
.v5-tepehome.folder-header.tpl-user_personaclick #main-menu .menu > li:last-child a {
  color: #000000; }
.v5-tepehome.folder-header.tpl-user_personaclick #main-menu .menu > li .sub-menu {
  background-color: #000000;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  margin-top: 7.5px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .v5-tepehome.folder-header.tpl-user_personaclick #main-menu .menu > li .sub-menu .menu-title {
    margin-top: 7px;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.0625rem; }
    .v5-tepehome.folder-header.tpl-user_personaclick #main-menu .menu > li .sub-menu ul li a {
      color: #ffffff;
      font-size: 0.875rem;
      margin-bottom: 15px; }
      .v5-tepehome.folder-header.tpl-user_personaclick #main-menu .menu > li .sub-menu ul li a:hover {
        padding-left: 3px; }
  .v5-tepehome.folder-header.tpl-user_personaclick #main-menu .menu > li .sub-menu .menu-title + .menu-title {
    border-left: 1px solid #ffffff; }
.v5-tepehome.folder-header.tpl-user_personaclick #main-menu .menu > li:hover > a::before {
  opacity: 0; }
.v5-tepehome.folder-header.tpl-user_personaclick #main-menu .menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  margin-top: 0; }
.v5-tepehome.folder-header.tpl-user_personaclick [id*="header-member-panel"] .tab-nav {
  display: flex !important;
  margin-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .v5-tepehome.folder-header.tpl-user_personaclick [id*="header-member-panel"] .tab-nav::-webkit-scrollbar {
    background-color: #fcfcfc;
    width: 3px;
    height: 1px; }
  .v5-tepehome.folder-header.tpl-user_personaclick [id*="header-member-panel"] .tab-nav::-webkit-scrollbar-button {
    display: none; }
  .v5-tepehome.folder-header.tpl-user_personaclick [id*="header-member-panel"] .tab-nav::-webkit-scrollbar-thumb {
    background-color: #2c2a28; }
  .v5-tepehome.folder-header.tpl-user_personaclick [id*="header-member-panel"] .tab-nav li {
    display: flex !important; }
    .v5-tepehome.folder-header.tpl-user_personaclick [id*="header-member-panel"] .tab-nav li:not(:last-child) {
      margin-right: 20px; }
    .v5-tepehome.folder-header.tpl-user_personaclick [id*="header-member-panel"] .tab-nav li a {
      color: #5e5e5e;
      font-size: 14px;
      font-weight: bold;
      line-height: 18px;
      text-transform: uppercase;
      display: block;
      padding-top: 6px;
      padding-bottom: 20px;
      position: relative;
      white-space: nowrap; }
      .v5-tepehome.folder-header.tpl-user_personaclick [id*="header-member-panel"] .tab-nav li.active a {
        color: #000000; }
        .v5-tepehome.folder-header.tpl-user_personaclick [id*="header-member-panel"] .tab-nav li.active a::before {
          content: "";
          background-color: #000000;
          width: 100%;
          height: 3px;
          border-top-left-radius: 4px;
          border-top-right-radius: 4px;
          position: absolute;
          bottom: 0;
          left: 0; }
.v5-tepehome.folder-header.tpl-user_personaclick [id*="header-member-panel"] a[class*="-login-btn"] {
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px; }
  .v5-tepehome.folder-header.tpl-user_personaclick [id*="header-member-panel"] a[class*="-login-btn"].fb-login-btn {
    background-color: #47629c;
    color: #ffffff; }
  .v5-tepehome.folder-header.tpl-user_personaclick [id*="header-member-panel"] a[class*="-login-btn"].google-login-btn {
    color: #3c79e6;
    border: 1px solid #3c79e6; }
  .v5-tepehome.folder-header.tpl-user_personaclick [id*="header-member-panel"] a[class*="-login-btn"].apple-login-btn {
    color: #000000;
    border: 1px solid #000000; }
  .v5-tepehome.folder-header.tpl-user_personaclick [id*="header-member-panel"] a[class*="-login-btn"] i {
    font-size: 26px;
    margin-right: 6px; }
.v5-tepehome.folder-header.tpl-user_personaclick [id*="mobile-menu"] .mobile-menu-title {
  color: #ffffff;
  background-color: #000000;
  font-size: 1.125rem;
  padding: 15px;
  display: flex;
  align-items: center; }
  .v5-tepehome.folder-header.tpl-user_personaclick [id*="mobile-menu"] nav ul li a, .v5-tepehome.folder-header.tpl-user_personaclick [id*="mobile-menu"] nav ul li .menu-item {
    color: #000000;
    font-size: 1rem;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative; }
    .v5-tepehome.folder-header.tpl-user_personaclick [id*="mobile-menu"] nav ul li a > span, .v5-tepehome.folder-header.tpl-user_personaclick [id*="mobile-menu"] nav ul li .menu-item > span {
      font-size: 18px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
  .v5-tepehome.folder-header.tpl-user_personaclick [id*="mobile-menu"] nav ul li li > a, .v5-tepehome.folder-header.tpl-user_personaclick [id*="mobile-menu"] nav ul li li > .menu-item {
    font-size: 12px;
    line-height: 15px; }
.v5-tepehome.folder-header.tpl-user_personaclick [id*="mobile-menu"] .nav-top li:first-child a {
  color: #ff0000; }
.v5-tepehome.folder-header.tpl-user_personaclick .scroll-to-up {
  position: fixed;
  bottom: 70px;
  right: 95px;
  width: 30px;
  height: 30px;
  padding: 4px 10px;
  border-color: #000000;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
  cursor: pointer;
  z-index: 51;
  display: none; }
.v5-tepehome.folder-header.tpl-user_personaclick .header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80; }
@media (max-width: 768px) {
  .v5-tepehome.folder-header.tpl-user_personaclick #header-sticky {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); } }
@media (min-width: 992px) {
  .v5-tepehome.folder-header.tpl-user_personaclick .header-sticky #header-main {
    display: none; }
    .v5-tepehome.folder-header.tpl-user_personaclick .header-sticky #header-main #logo, .v5-tepehome.folder-header.tpl-user_personaclick .header-sticky #header-main #logo p {
      height: 50px; }
  .v5-tepehome.folder-header.tpl-user_personaclick .header-sticky #main-menu {
    background-color: #000000; }
    .v5-tepehome.folder-header.tpl-user_personaclick .header-sticky #main-menu .menu > li a {
      color: #ffffff;
      font-size: 0.75rem; }
    .v5-tepehome.folder-header.tpl-user_personaclick .header-sticky #main-menu .sticky-logo {
      display: block !important; }
  .v5-tepehome.folder-header.tpl-user_personaclick .header-sticky #header-menu {
    display: none !important; }
    .v5-tepehome.folder-header.tpl-user_personaclick .header-sticky.header-sticky-direction #main-menu {
      display: block !important; } }
@media (max-width: 575px) {
  .v5-tepehome.folder-header.tpl-user_personaclick .search-form-list {
    max-width: 100%; }
  .v5-tepehome.folder-header.tpl-user_personaclick .scroll-to-up {
    bottom: 80px !important; } }
@media (max-width: 991px) {
  .v5-tepehome.folder-header.tpl-user_personaclick #header-search {
    order: 1; }
    .v5-tepehome.folder-header.tpl-user_personaclick #logo, .v5-tepehome.folder-header.tpl-user_personaclick #logo p {
      height: 40px;
      margin: auto; }
  .v5-tepehome.folder-header.tpl-user_personaclick #header-mobile-sticky {
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 80; }
    .v5-tepehome.folder-header.tpl-user_personaclick #header-mobile-sticky a {
      height: 70px; }
      .v5-tepehome.folder-header.tpl-user_personaclick #header-mobile-sticky a .hm-sticky-btn {
        font-size: 12px; }
        .v5-tepehome.folder-header.tpl-user_personaclick #header-mobile-sticky a .hm-sticky-btn > i {
          position: relative;
          font-size: 20px;
          line-height: 1; }
          .v5-tepehome.folder-header.tpl-user_personaclick #header-mobile-sticky a .hm-sticky-btn > i .badge {
            background-color: #d8d8d8;
            color: #000;
            font-size: 8px;
            text-align: center;
            border: solid 1px #ffffff;
            border-radius: 100%;
            position: absolute;
            top: -3px;
            right: -3px; }
        .v5-tepehome.folder-header.tpl-user_personaclick #header-mobile-sticky a .hm-sticky-btn > span {
          line-height: 1;
          margin-top: 5px; }
    .v5-tepehome.folder-header.tpl-user_personaclick #header-mobile-sticky .mobile-search-btn {
      width: 60px;
      height: 60px;
      border-radius: 100%;
      position: absolute;
      transform: translateY(-50%);
      box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.35);
      transition: none;
      left: 0;
      right: 0;
      margin: auto; }
      .v5-tepehome.folder-header.tpl-user_personaclick #header-mobile-sticky .mobile-search-btn i {
        font-size: 16px; } }
.v5-tepehome.folder-header.tpl-user_personaclick [dir="rtl"] form#search input[type="search"], .v5-tepehome.folder-header.tpl-user_personaclick[dir="rtl"] form#search input[type="search"] {
  padding-right: 15px;
  padding-left: 55px; }
.v5-tepehome.folder-header.tpl-user_personaclick [dir="rtl"] form#search button[type="submit"], .v5-tepehome.folder-header.tpl-user_personaclick[dir="rtl"] form#search button[type="submit"] {
  right: auto;
  left: 5px; }
.v5-tepehome.folder-header.tpl-user_personaclick [dir="rtl"] form#search .search-form-list, .v5-tepehome.folder-header.tpl-user_personaclick[dir="rtl"] form#search .search-form-list {
  left: auto;
  right: 50%;
  transform: translateX(50%); }
  .v5-tepehome.folder-header.tpl-user_personaclick [dir="rtl"] form#search .search-form-list .search-image, .v5-tepehome.folder-header.tpl-user_personaclick[dir="rtl"] form#search .search-form-list .search-image {
    margin-right: 0;
    margin-left: 10px; }
.v5-tepehome.folder-header.tpl-user_personaclick [dir="rtl"] #header-top a .language-img, .v5-tepehome.folder-header.tpl-user_personaclick[dir="rtl"] #header-top a .language-img {
  margin-right: 0;
  margin-left: 4px; }
.v5-tepehome.folder-header.tpl-user_personaclick [dir="rtl"] #main-menu .menu > li > a::before, .v5-tepehome.folder-header.tpl-user_personaclick[dir="rtl"] #main-menu .menu > li > a::before, .v5-tepehome.folder-header.tpl-user_personaclick [dir="rtl"] #main-menu .menu > li:last-of-type > a::after, .v5-tepehome.folder-header.tpl-user_personaclick[dir="rtl"] #main-menu .menu > li:last-of-type > a::after {
  left: auto;
  right: 0; }
.v5-tepehome.folder-header.tpl-user_personaclick [dir="rtl"] #main-menu .menu .menu-all-categories i.ti-menu, .v5-tepehome.folder-header.tpl-user_personaclick[dir="rtl"] #main-menu .menu .menu-all-categories i.ti-menu {
  margin-right: 0;
  margin-left: 4px; }
  .v5-tepehome.folder-header.tpl-user_personaclick [dir="rtl"] #main-menu .menu .menu-all-categories .sub-menu .sub-menu-scroll .sub-menu-child, .v5-tepehome.folder-header.tpl-user_personaclick[dir="rtl"] #main-menu .menu .menu-all-categories .sub-menu .sub-menu-scroll .sub-menu-child {
    padding-left: 0;
    padding-right: 180px; }
    .v5-tepehome.folder-header.tpl-user_personaclick [dir="rtl"] #main-menu .menu .menu-all-categories .sub-menu .sub-menu-scroll .sub-menu-child .sub-menu-child, .v5-tepehome.folder-header.tpl-user_personaclick[dir="rtl"] #main-menu .menu .menu-all-categories .sub-menu .sub-menu-scroll .sub-menu-child .sub-menu-child {
      left: auto;
      right: 180px; }
.v5-tepehome.folder-header.tpl-user_personaclick [dir="rtl"] [id*="header-member-panel"] .tab-nav li:not(:last-child), .v5-tepehome.folder-header.tpl-user_personaclick[dir="rtl"] [id*="header-member-panel"] .tab-nav li:not(:last-child) {
  margin-right: 0;
  margin-left: 20px; }
  .v5-tepehome.folder-header.tpl-user_personaclick [dir="rtl"] [id*="header-member-panel"] .tab-nav li.active a::before, .v5-tepehome.folder-header.tpl-user_personaclick[dir="rtl"] [id*="header-member-panel"] .tab-nav li.active a::before {
    left: auto;
    right: 0; }
.v5-tepehome.folder-header.tpl-user_personaclick [dir="rtl"] [id*="header-member-panel"] a[class*="-login-btn"] i, .v5-tepehome.folder-header.tpl-user_personaclick[dir="rtl"] [id*="header-member-panel"] a[class*="-login-btn"] i {
  margin-right: 0;
  margin-left: 6px; }
.v5-tepehome.folder-header.tpl-user_personaclick [dir="rtl"] [id*="mobile-menu"] nav ul li a > span, .v5-tepehome.folder-header.tpl-user_personaclick[dir="rtl"] [id*="mobile-menu"] nav ul li a > span, .v5-tepehome.folder-header.tpl-user_personaclick [dir="rtl"] [id*="mobile-menu"] nav ul li .menu-item > span, .v5-tepehome.folder-header.tpl-user_personaclick[dir="rtl"] [id*="mobile-menu"] nav ul li .menu-item > span {
  right: auto;
  left: 0; }
.v5-tepehome.folder-header.tpl-user_personaclick [dir="rtl"] .scroll-to-up, .v5-tepehome.folder-header.tpl-user_personaclick[dir="rtl"] .scroll-to-up {
  right: auto;
  left: 20px; }


/* Breadcrumb */
.v5-tepehome.folder-breadcrumb.tpl-default .breadcrumb ul li {
  font-size: 12px; }
  .v5-tepehome.folder-breadcrumb.tpl-default .breadcrumb ul li i.ti-homepage {
    font-size: 13px;
    margin-right: 5px; }
    [dir="rtl"] .v5-tepehome.folder-breadcrumb.tpl-default .breadcrumb ul li i.ti-homepage {
      margin-right: 0;
      margin-left: 5px; }
  .v5-tepehome.folder-breadcrumb.tpl-default .breadcrumb ul li i.ti-arrow-right {
    margin-left: 20px;
    margin-right: 10px;
    font-size: 1.125rem; }
  .v5-tepehome.folder-breadcrumb.tpl-default .breadcrumb ul li img {
    padding-right: 10px; }


/* ProductList */
.v5-tepehome.folder-product-list.tpl-user_personaclick .delivery {
  position: absolute;
  left: -15px;
  top: 5px; }
.v5-tepehome.folder-product-list.tpl-user_personaclick .next-2 {
  border: 1px solid #ff0000;
  padding: 8px 15px; }
  .v5-tepehome.folder-product-list.tpl-user_personaclick .pagination .last, .v5-tepehome.folder-product-list.tpl-user_personaclick .pagination .first {
    display: none !important; }
.v5-tepehome.folder-product-list.tpl-user_personaclick .campaign-area {
  font-size: 1.063rem;
  margin: 5px 5px; }
@media (max-width: 768px) {
  .v5-tepehome.folder-product-list.tpl-user_personaclick .campaign-area {
    font-size: 0.75rem; } }
.v5-tepehome.folder-product-list.tpl-user_personaclick #product-list-panel .select-btn {
  font-size: 0.9375rem; }
@media (max-width: 768px) {
  .v5-tepehome.folder-product-list.tpl-user_personaclick #product-list-panel .select-btn {
    font-size: 0.875rem;
    border: 1px solid #000000 !important;
    height: 50px; } }
.v5-tepehome.folder-product-list.tpl-user_personaclick #product-list-panel .page-layout a i {
  width: 7px;
  height: 7px;
  border: 1px solid #dddddd;
  border-radius: 100%;
  background-color: #bfbfbf; }
  .v5-tepehome.folder-product-list.tpl-user_personaclick #product-list-panel .page-layout a i:not(:first-child) {
    margin-left: 2px; }
    [dir="rtl"] .v5-tepehome.folder-product-list.tpl-user_personaclick #product-list-panel .page-layout a i:not(:first-child) {
      margin-left: 0;
      margin-right: 2px; }
.v5-tepehome.folder-product-list.tpl-user_personaclick #product-list-panel .page-layout a.active i, .v5-tepehome.folder-product-list.tpl-user_personaclick #product-list-panel .page-layout a:hover i {
  background-color: #2c2a28;
  border-color: #2c2a28; }
.v5-tepehome.folder-product-list.tpl-user_personaclick #product-list-panel .list-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 1.125rem;
  height: 50px; }
.v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .discounted-badge, .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .new-badge {
  padding: 5px;
  top: 5px;
  z-index: 2;
  font-size: clamp(0.75rem, 1vw, 0.9375rem);
  text-transform: lowercase;
  align-items: center;
  justify-content: center; }
@media (min-width: 992px) {
  .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .discounted-badge, .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .new-badge {
    padding: 5px 10px; } }
.v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .discounted-badge:not(.d-none), .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .new-badge:not(.d-none) {
  display: flex !important; }
.v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .discounted-badge.discounted-badge, .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .new-badge.discounted-badge {
  right: 5px; }
  [dir="rtl"] .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .discounted-badge.discounted-badge, [dir="rtl"] .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .new-badge.discounted-badge {
    left: auto;
    right: 10px; }
  .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .discounted-badge.discounted-badge span, .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .new-badge.discounted-badge span {
    font-size: clamp(0.75rem, 1vw, 0.9375rem);
    font-weight: 700;
    padding-right: 2px; }
.v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .discounted-badge.new-badge, .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .new-badge.new-badge {
  left: 5px; }
  [dir="rtl"] .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .discounted-badge.new-badge, [dir="rtl"] .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .new-badge.new-badge {
    right: auto;
    left: 10px; }
  .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .discounted-badge.new-badge span, .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .new-badge.new-badge span {
    font-size: clamp(0.75rem, 1vw, 0.9375rem);
    text-transform: uppercase;
    font-weight: 700; }
.v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .brand-title {
  font-size: 0.875rem;
  margin-bottom: 5px;
  line-height: 1.3; }
@media (min-width: 768px) {
  .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .brand-title {
    font-size: 0.9375rem;
    margin-bottom: 5px; } }
.v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .product-title {
  font-size: 0.8125rem;
  line-height: 1.3;
  color: #747474;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
@media (min-width: 768px) {
  .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .product-title {
    font-size: 0.875rem;
    margin-bottom: 10px; } }
.v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .product-detail-card {
  position: relative; }
  .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .product-detail-card:not(.large) {
    padding-bottom: 75px; }
  .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .product-detail-card.large {
    padding-bottom: 105px; }
  @media (min-width: 768px) {
    .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .product-detail-card.large {
      padding-bottom: 145px; } }
  .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .product-detail-card .product-bottom-line {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 5px; }
.v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .product-price-wrapper {
  font-size: 0.75rem;
  line-height: 1.5; }
@media (min-width: 768px) {
  .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .product-price-wrapper {
    font-size: 1rem;
    font-weight: 900; } }
.v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .product-price-wrapper .current-price {
  color: #000000; }
.v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .product-price-wrapper .product-discounted-price {
  color: #000000;
  margin-right: 5px; }
  [dir="rtl"] .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .product-price-wrapper .product-discounted-price {
    margin-right: 0;
    margin-left: 5px; }
  @media (min-width: 768px) {
    .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .product-price-wrapper .product-discounted-price {
      margin-right: 10px; }
      [dir="rtl"] .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .product-price-wrapper .product-discounted-price {
        margin-right: 0;
        margin-left: 10px; } }
  .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .product-price-wrapper .product-discounted-price:not(.d-none) + .current-price {
    color: #ff0000; }
.v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .product-price-wrapper .product-discounted-price {
  position: relative; }
.v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .product-price-wrapper .product-discounted-price::before {
  content: '';
  height: 1px;
  background: #000000;
  position: absolute;
  left: 0;
  right: 0px;
  transform: rotate(348deg);
  bottom: 13px; }
.v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .product-buttons a {
  color: #5e5e5e;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 14px; }
  .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .product-buttons a:not(:last-of-type) {
    margin-right: 5px; }
  .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .product-buttons a:hover {
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.08); }
  .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .product-buttons a.add-favourite-btn.fav-added {
    color: #000000; }
  .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .product-buttons a.add-to-compare-btn.active {
    color: #000000; }
  @media (min-width: 768px) {
    .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .product-buttons a {
      width: 35px;
      height: 35px;
      line-height: 33px;
      font-size: 16px; }
      .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .product-buttons a:not(:last-of-type) {
        margin-right: 10px; } }
.v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .variant-wrapper .sub-button-item {
  padding: 4px 8px;
  color: #5e5e5e;
  width: auto;
  text-align: center;
  font-size: 12px;
  white-space: nowrap; }
  .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .variant-wrapper .sub-button-item.selected {
    border-color: #000000 !important; }
  .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .variant-wrapper .sub-button-item.passive {
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
    .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .variant-wrapper .sub-button-item.passive span {
      text-decoration: line-through; }
.v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .variant-wrapper .sub-select-item {
  height: 32px;
  padding-left: 8px;
  padding-right: 25px;
  font-size: 12px; }
@media (min-width: 768px) {
  .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .variant-wrapper .sub-select-item {
    height: 38px;
    padding-right: 30px; } }
.v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .variant-wrapper .sub-select-item .passive {
  color: #979797; }
.v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .out-of-stock {
  display: flex !important;
  justify-content: center;
  align-items: center;
  bottom: 10px;
  left: 10px;
  right: 10px;
  height: 35px;
  font-size: 10px;
  font-weight: bold; }
  .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item:hover > .bg-white {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    z-index: 2;
    position: relative; }
  .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item:hover .image-wrapper {
    border-color: transparent !important; }
  .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item:hover .product-buttons a {
    color: #000000; }
.v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .select-and-add-to-cart-input {
  padding: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2; }
  .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item .select-and-add-to-cart-input .input-checkbox {
    border-color: #000000;
    margin: 0; }
.v5-tepehome.folder-product-list.tpl-user_personaclick .product-item-list > div {
  margin-top: -2px; }
.v5-tepehome.folder-product-list.tpl-user_personaclick .product-item-list .col-image {
  width: 70px;
  padding: 5px; }
.v5-tepehome.folder-product-list.tpl-user_personaclick .product-item-list .brand-title {
  margin-bottom: 5px; }
.v5-tepehome.folder-product-list.tpl-user_personaclick .product-item-list .product-title {
  margin-bottom: 0; }
.v5-tepehome.folder-product-list.tpl-user_personaclick .product-item-list .discounted-badge, .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item-list .new-badge {
  position: relative;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin-left: 10px; }
  .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item-list .product-price-wrapper .product-discounted-price {
    margin: 0; }
.v5-tepehome.folder-product-list.tpl-user_personaclick .product-item-list .col-add-button {
  width: 155px; }
  .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item-list .col-add-button .qty {
    width: calc(100% - 40px); }
    .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item-list .col-add-button .qty input {
      height: 35px; }
  .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item-list .col-add-button .add-to-cart-btn {
    margin-left: 5px; }
.v5-tepehome.folder-product-list.tpl-user_personaclick .product-item-list .variant-wrapper {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden; }
  .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item-list .variant-wrapper .mb-1 {
    margin: 0; }
@media (min-width: 992px) {
  .v5-tepehome.folder-product-list.tpl-user_personaclick .product-item-list:hover .variant-wrapper {
    opacity: 1;
    visibility: visible; } }

.v5-tepehome.folder-product-list.tpl-user_personaclick .image-wrapper{
                padding-bottom:100%;
            }
/* ProductsTopBottomInfo */



/* Footer */
.v5-tepehome.folder-footer.tpl-default .footer-info .social-text {
  font-size: 1.875rem;
  color: #000000; }
@media (max-width: 767px) {
  .v5-tepehome.folder-footer.tpl-default .footer-info .social-text {
    padding: 0px 35px; } }
.v5-tepehome.folder-footer.tpl-default .logo-area {
  position: relative;
  margin-bottom: 70px;
  margin-top: 70px; }
  .v5-tepehome.folder-footer.tpl-default .logo-area::before {
    content: "";
    border: 1px solid #000000;
    width: 100%;
    display: block; }
  .v5-tepehome.folder-footer.tpl-default .logo-area img {
    position: absolute;
    top: -35px;
    right: 50%;
    transform: translateX(50%); }
.v5-tepehome.folder-footer.tpl-default .mb-8 {
  margin-bottom: 8px; }
.v5-tepehome.folder-footer.tpl-default .fs-12 {
  font-size: 12px; }
.v5-tepehome.folder-footer.tpl-default #footer-top {
  background: url(/theme/v5-tepehome/assets/themes/bg.jpg);
  background-attachment: fixed;
  background-position: center; }
  .v5-tepehome.folder-footer.tpl-default #footer-top form .form-control-md {
    height: 70px;
    background-color: transparent; }
  .v5-tepehome.folder-footer.tpl-default #footer-top form button[type="submit"] {
    padding-top: 0;
    padding-bottom: 0;
    height: 70px;
    border-color: #ffffff; }
.v5-tepehome.folder-footer.tpl-default #footer-social-list a {
  width: 40px;
  height: 40px;
  display: block; }
.v5-tepehome.folder-footer.tpl-default #footer-menu .menu-title {
  color: #000000;
  font-size: 18px;
  line-height: 23px; }
@media (max-width: 767px) {
  .v5-tepehome.folder-footer.tpl-default #footer-menu .menu-title {
    color: #ffffff;
    border-top: 1px solid #5e5e5e; } }
.v5-tepehome.folder-footer.tpl-default #footer-menu .menu-link {
  color: #000000;
  font-size: 0.875rem;
  display: block;
  padding: 10px 10px;
  margin: 10px 5px;
  box-shadow: 1px 1px 2px rgba(0, 0, 28, 0.15);
  background-color: #fcfcfc;
  transition: all 0.2s ease-in-out; }
@media (max-width: 767px) {
  .v5-tepehome.folder-footer.tpl-default #footer-menu .menu-link {
    background: none;
    box-shadow: none; } }
.v5-tepehome.folder-footer.tpl-default #footer-menu .menu-link[href]:hover {
  transform: translateY(-3px);
  box-shadow: #939393 0px 10px 30px -10px; }
@media (max-width: 767px) {
  .v5-tepehome.folder-footer.tpl-default .menu-children {
    background-color: #ffffff; }
    .v5-tepehome.folder-footer.tpl-default .menu-children div {
      display: block !important; }
  .v5-tepehome.folder-footer.tpl-default #footer-top {
    padding-left: 20px;
    padding-right: 20px; }
  .v5-tepehome.folder-footer.tpl-default #footer-social {
    margin-top: 20px; }
  .v5-tepehome.folder-footer.tpl-default #footer-menu {
    background-color: #000000; }
    .v5-tepehome.folder-footer.tpl-default #footer-menu .menu-title.active .ti-plus, .v5-tepehome.folder-footer.tpl-default #footer-menu .menu-title:not(.active) .ti-minus {
      display: none; }
    .v5-tepehome.folder-footer.tpl-default #footer-menu .menu-title + .menu-children {
      padding-top: 7.5px;
      padding-bottom: 15px; }
      .v5-tepehome.folder-footer.tpl-default #footer-menu .menu-title + .menu-children:not(.show) {
        display: none; }
  .v5-tepehome.folder-footer.tpl-default #footer-security .p-1 img, .v5-tepehome.folder-footer.tpl-default #footer-banks .p-1 img {
    width: 100%; }
  .v5-tepehome.folder-footer.tpl-default #footer-security .p-1 {
    width: 50%;
    flex-basis: 50%; }
  .v5-tepehome.folder-footer.tpl-default #footer-banks .p-1 {
    width: calc(100% / 4);
    flex-basis: calc(100% / 4); } }
.v5-tepehome.folder-footer.tpl-default[dir="rtl"] #footer-menu .menu-title::after {
  margin-right: 0;
  margin-left: calc(100% - 30px); }

