.image-wrapper{
                padding-bottom:110%;
            }.v5-lamp body.drawer-animated.drawer-right-active {
  transform: translate3d(-100%, 0, 0); }
  [dir="rtl"] .v5-lamp body.drawer-animated.drawer-right-active {
    transform: translate3d(100%, 0, 0); }
  @media (min-width: 768px) {
    .v5-lamp body.drawer-animated.drawer-right-active {
      transform: translate3d(-375px, 0, 0); }
      [dir="rtl"] .v5-lamp body.drawer-animated.drawer-right-active {
        transform: translate3d(375px, 0, 0); } }
.v5-lamp body.drawer-animated.drawer-left-active {
  transform: translate3d(100%, 0, 0); }
  [dir="rtl"] .v5-lamp body.drawer-animated.drawer-left-active {
    transform: translate3d(-100%, 0, 0); }
  @media (min-width: 768px) {
    .v5-lamp body.drawer-animated.drawer-left-active {
      transform: translate3d(375px, 0, 0); }
      [dir="rtl"] .v5-lamp body.drawer-animated.drawer-left-active {
        transform: translate3d(-375px, 0, 0); } }
.v5-lamp .drawer-wrapper {
  background-color: var(--bg-white);
  z-index: 81;
  max-width: 100%;
  padding-bottom: 60px; }
  .v5-lamp .drawer-wrapper[data-position="top"] {
    width: 100%;
    left: 0;
    right: 0;
    bottom: auto;
    height: auto;
    top: -100%; }
  @media (min-width: 768px) {
    .v5-lamp .drawer-wrapper[data-position="top"] {
      top: -375px; } }
  .v5-lamp .drawer-wrapper[data-position="left"] {
    width: 100%;
    left: -100%; }
    [dir="rtl"] .v5-lamp .drawer-wrapper[data-position="left"] {
      left: auto;
      right: -100%; }
    @media (min-width: 768px) {
      .v5-lamp .drawer-wrapper[data-position="left"] {
        width: 375px;
        left: -375px; }
        [dir="rtl"] .v5-lamp .drawer-wrapper[data-position="left"] {
          left: auto;
          right: -375px; } }
    .v5-lamp .drawer-wrapper[data-position="left"]:not([data-display="push"]) {
      box-shadow: 4px 0 4px 0 rgba(0, 0, 0, 0.06); }
      [dir="rtl"] .v5-lamp .drawer-wrapper[data-position="left"]:not([data-display="push"]) {
        box-shadow: -4px 0 4px 0 rgba(0, 0, 0, 0.06); }
    .v5-lamp .drawer-wrapper[data-position="left"][data-display="push"] {
      box-shadow: inset -4px 0 4px 0 rgba(0, 0, 0, 0.06); }
      [dir="rtl"] .v5-lamp .drawer-wrapper[data-position="left"][data-display="push"] {
        box-shadow: inset 4px 0 4px 0 rgba(0, 0, 0, 0.06); }
  .v5-lamp .drawer-wrapper[data-position="right"] {
    width: 100%;
    right: -100%; }
    [dir="rtl"] .v5-lamp .drawer-wrapper[data-position="right"] {
      right: auto;
      left: -100%; }
    @media (min-width: 768px) {
      .v5-lamp .drawer-wrapper[data-position="right"] {
        width: 375px;
        right: -375px; }
        [dir="rtl"] .v5-lamp .drawer-wrapper[data-position="right"] {
          right: auto;
          left: -375px; } }
    .v5-lamp .drawer-wrapper[data-position="right"]:not([data-display="push"]) {
      box-shadow: -4px 0 4px 0 rgba(0, 0, 0, 0.06); }
      [dir="rtl"] .v5-lamp .drawer-wrapper[data-position="right"]:not([data-display="push"]) {
        box-shadow: 4px 0 4px 0 rgba(0, 0, 0, 0.06); }
    .v5-lamp .drawer-wrapper[data-position="right"][data-display="push"] {
      box-shadow: inset 4px 0 4px 0 rgba(0, 0, 0, 0.06); }
      [dir="rtl"] .v5-lamp .drawer-wrapper[data-position="right"][data-display="push"] {
        box-shadow: inset -4px 0 4px 0 rgba(0, 0, 0, 0.06); }
  .v5-lamp .drawer-wrapper[data-position="bottom"] {
    width: 100%;
    left: 0;
    right: 0;
    top: auto;
    height: auto;
    bottom: -100%; }
  @media (min-width: 768px) {
    .v5-lamp .drawer-wrapper[data-position="bottom"] {
      bottom: -375px; } }
  .v5-lamp .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-lamp .drawer-wrapper[data-position="middle"].active {
      display: block; }
  .v5-lamp .drawer-wrapper .drawer-title {
    padding: 15px;
    padding-bottom: 8px;
    margin-bottom: 15px;
    display: flex !important;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--text-primary);
    position: relative; }
    .v5-lamp .drawer-wrapper .drawer-title::before {
      margin-right: 15px; }
    .v5-lamp .drawer-wrapper .drawer-title::after {
      content: "";
      width: 170px;
      height: 2px;
      position: absolute;
      left: 15px;
      bottom: 0;
      margin: auto;
      background-color: var(--text-primary); }
    .v5-lamp .drawer-wrapper .drawer-title .drawer-close, .v5-lamp .drawer-wrapper .drawer-title .sub-drawer-close {
      font-size: 12px;
      background-color: var(--bg-primary);
      color: var(--text-white);
      cursor: pointer;
      padding: 10px;
      line-height: 1;
      border-radius: var(--border-radius);
      margin-left: auto;
      -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; }
    @media (min-width: 768px) {
      .v5-lamp .drawer-wrapper .drawer-title .drawer-close:hover, .v5-lamp .drawer-wrapper .drawer-title .sub-drawer-close:hover {
        background-color: var(--text-body); } }
  @media (min-width: 768px) {
    .v5-lamp .drawer-wrapper .drawer-title {
      padding: 30px;
      padding-bottom: 15px;
      padding-top: 80px;
      margin-bottom: 30px;
      font-size: 21px;
      flex-direction: column;
      justify-content: center;
      color: var(--text-body); }
      .v5-lamp .drawer-wrapper .drawer-title::before {
        margin-bottom: 20px;
        margin-right: 0;
        font-size: 40px;
        line-height: 1; }
      .v5-lamp .drawer-wrapper .drawer-title::after {
        left: 0;
        right: 0;
        background-color: var(--text-body); }
      .v5-lamp .drawer-wrapper .drawer-title .drawer-close {
        position: absolute;
        left: 30px;
        top: 30px;
        padding: 15px;
        margin: 0; } }
  .v5-lamp .drawer-wrapper .drawer-body {
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden; }
  @media (min-width: 768px) {
    .v5-lamp .drawer-wrapper .drawer-body {
      padding-left: 30px;
      padding-right: 30px; } }
.v5-lamp .drawer-overlay {
  background-color: rgba(0, 0, 0, 0.6); }
@media (min-width: 768px) {
  .v5-lamp .drawer-overlay {
    background-color: transparent; } }
.v5-lamp .block-title {
  color: var(--text-heading);
  font-size: 16px;
  font-weight: 600; }
@media (min-width: 992px) {
  .v5-lamp .block-title {
    font-size: 18px; } }
.v5-lamp .swiper-pagination-bullets {
  width: 100%;
  text-align: center;
  padding: 8px;
  font-size: 0; }
  .v5-lamp .swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: var(--border-secondary);
    width: 7px;
    height: 7px;
    margin-left: 2px;
    margin-right: 2px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%; }
    .v5-lamp .swiper-pagination-bullets .swiper-pagination-bullet-active {
      background-color: var(--bg-primary); }
  @media (min-width: 768px) {
    .v5-lamp .swiper-pagination-bullets {
      padding: 15px; } }
  .v5-lamp .swiper-pagination-bullets:not(.bottom) {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2; }
.v5-lamp .swiper-pagination-fraction {
  width: auto;
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 1;
  font-size: 16px; }
.v5-lamp .swiper-pagination-progressbar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: var(--bg-light); }
  .v5-lamp .swiper-pagination-progressbar-fill {
    background: var(--bg-primary); }
.v5-lamp .swiper-pagination-custom {
  width: 100%;
  text-align: center;
  padding: 15px;
  font-size: 0; }
  .v5-lamp .swiper-pagination-custom .swiper-pagination-customs {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    background-color: var(--bg-light);
    color: var(--text-body);
    margin: 0 5px; }
    .v5-lamp .swiper-pagination-custom .swiper-pagination-customs-active {
      background-color: var(--bg-primary);
      color: var(--text-white); }
.v5-lamp .swiper-pagination * {
  outline: 0; }
.v5-lamp .swiper-button-prev, .v5-lamp .swiper-button-next {
  font-size: 22px;
  width: 38px;
  height: 38px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  background-color: var(--bg-white);
  border-radius: 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; }
  .v5-lamp .swiper-button-prev:hover, .v5-lamp .swiper-button-next:hover {
    background-color: var(--bg-light) !important; }
  .v5-lamp .swiper-button-prev:not(.no-border), .v5-lamp .swiper-button-next:not(.no-border) {
    border: 1px solid var(--text-body);
    border-radius: var(--border-radius); }
  .v5-lamp .swiper-button-prev.outside, .v5-lamp .swiper-button-next.outside {
    background-color: transparent; }
  @media (max-width: 1260px) {
    .v5-lamp .swiper-button-prev.outside, .v5-lamp .swiper-button-next.outside {
      background-color: var(--bg-white); } }
.v5-lamp .swiper-button-prev {
  left: 0; }
  .v5-lamp .swiper-button-prev.inside {
    left: 15px; }
  .container .v5-lamp .swiper-button-prev.outside {
    left: -58px; }
  @media (max-width: 1280px) {
    .container .v5-lamp .swiper-button-prev.outside {
      left: 15px; } }
.v5-lamp .swiper-button-next {
  right: 0; }
  .v5-lamp .swiper-button-next.inside {
    right: 15px; }
  .container .v5-lamp .swiper-button-next.outside {
    right: -58px; }
  @media (max-width: 1280px) {
    .container .v5-lamp .swiper-button-next.outside {
      right: 15px; } }
@media (max-width: 1260px) {
  .v5-lamp .slider-block-wrapper {
    overflow: hidden; } }
.v5-lamp .noUi-target {
  height: 4px;
  border-radius: 4px;
  background-color: #eeeeee; }
  .v5-lamp .noUi-target .noUi-base {
    width: calc(100% - 12px); }
  .v5-lamp .noUi-target .noUi-origin {
    background: #eeeeee;
    height: 100%; }
  .v5-lamp .noUi-target .noUi-connect {
    background-color: var(--bg-primary); }
  .v5-lamp .noUi-target .noUi-handle {
    background-color: var(--bg-primary);
    border: 1px solid #eeeeee;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    top: 50%;
    margin-top: -6px;
    outline: 0 !important;
    box-shadow: none !important;
    cursor: pointer; }
.v5-lamp .pagination {
  display: flex !important;
  align-items: center; }
  .v5-lamp .pagination a, .v5-lamp .pagination span {
    font-size: 14px;
    padding-bottom: 1px;
    border-bottom: 2px solid transparent; }
    .v5-lamp .pagination a i, .v5-lamp .pagination span i {
      font-size: 18px; }
  .v5-lamp .pagination span {
    border-color: var(--border-primary);
    color: var(--text-primary); }
    .v5-lamp .pagination a.first, .v5-lamp .pagination a.last {
      display: none !important; }
    .v5-lamp .pagination a.passive {
      pointer-events: none;
      cursor: not-allowed; }
  .v5-lamp .pagination > *:not(:first-child) {
    margin-left: 10px; }
  .v5-lamp .pagination > *:not(:last-child) {
    margin-right: 10px; }
.v5-lamp .form-search input[type="search"] {
  padding-right: 80px;
  padding-left: 35px; }
.v5-lamp .form-search button[type="submit"] {
  position: absolute;
  height: 30px;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  z-index: 2;
  font-size: 12px; }
.v5-lamp .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-lamp [dir="rtl"] .form-search input[type="search"] {
  padding-left: 80px;
  padding-right: 35px; }
.v5-lamp [dir="rtl"] .form-search button[type="submit"] {
  right: auto;
  left: 5px; }
.v5-lamp [dir="rtl"] .form-search .search-icon {
  left: auto;
  right: 0; }
.v5-lamp input[type="checkbox"].form-control + label > .input-checkbox, .v5-lamp input[type="radio"].form-control + label > .input-checkbox {
  border-radius: 100%; }
  .v5-lamp input[type="checkbox"].form-control + label > .input-checkbox i[class*="ti-"], .v5-lamp input[type="radio"].form-control + label > .input-checkbox i[class*="ti-"] {
    font-size: 8px; }
.v5-lamp input + .input-placeholder, .v5-lamp textarea + .input-placeholder {
  color: var(--text-gray) !important; }


/* Header */
.v5-lamp.folder-header.tpl-default [v-cloak] {
  display: none; }
.v5-lamp.folder-header.tpl-default #header-bar {
  font-size: 1.2rem; }
  .v5-lamp.folder-header.tpl-default #header-top ul {
    padding: 10px 0; }
    .v5-lamp.folder-header.tpl-default #header-top ul > li > a {
      font-size: 12px; }
      .v5-lamp.folder-header.tpl-default #header-top ul > li > a img, .v5-lamp.folder-header.tpl-default #header-top ul > li > a i {
        width: auto;
        max-height: 16px;
        margin-right: 10px; }
        [dir="rtl"] .v5-lamp.folder-header.tpl-default #header-top ul > li > a img, [dir="rtl"] .v5-lamp.folder-header.tpl-default #header-top ul > li > a i {
          margin-right: 0;
          margin-left: 10px; }
      .v5-lamp.folder-header.tpl-default #header-top ul > li > a:hover {
        color: var(--text-primary) !important; }
    .v5-lamp.folder-header.tpl-default #header-top ul .dropdown > a img {
      margin-right: 10px; }
      [dir="rtl"] .v5-lamp.folder-header.tpl-default #header-top ul .dropdown > a img {
        margin-right: 0;
        margin-left: 10px; }
    .v5-lamp.folder-header.tpl-default #header-top ul .dropdown > a i {
      margin-left: 5px; }
      [dir="rtl"] .v5-lamp.folder-header.tpl-default #header-top ul .dropdown > a i {
        margin-left: 0;
        margin-right: 5px; }
    .v5-lamp.folder-header.tpl-default #header-top ul .dropdown-menu {
      padding: 0;
      margin-top: 10px;
      width: 170px;
      left: auto;
      right: 0; }
      .v5-lamp.folder-header.tpl-default #header-top ul .dropdown-menu a {
        font-size: 12px; }
        .v5-lamp.folder-header.tpl-default #header-top ul .dropdown-menu a:not(.active):hover {
          text-decoration: underline; }
      [dir="rtl"] .v5-lamp.folder-header.tpl-default #header-top ul .dropdown-menu {
        left: 0;
        right: auto; }
@media (max-width: 991px) {
  .v5-lamp.folder-header.tpl-default #header-main {
    border-bottom: 1px solid var(--border-primary); } }
.v5-lamp.folder-header.tpl-default #header-main .header-mobile-menu-btn {
  width: 36px;
  height: 36px;
  font-size: 20px; }
  .v5-lamp.folder-header.tpl-default #header-main #logo p, .v5-lamp.folder-header.tpl-default #header-main #logo div {
    margin: 0;
    display: flex !important;
    align-items: center;
    height: 40px; }
  @media (min-width: 768px) {
    .v5-lamp.folder-header.tpl-default #header-main #logo p, .v5-lamp.folder-header.tpl-default #header-main #logo div {
      height: 60px; } }
  .v5-lamp.folder-header.tpl-default #header-main #logo img {
    width: auto;
    max-height: 100%; }
.v5-lamp.folder-header.tpl-default #header-main #search::before {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%); }
  [dir="rtl"] .v5-lamp.folder-header.tpl-default #header-main #search::before {
    left: auto;
    right: 15px; }
.v5-lamp.folder-header.tpl-default #header-main #search #live-search {
  padding-left: 40px;
  padding-right: 15px; }
  [dir="rtl"] .v5-lamp.folder-header.tpl-default #header-main #search #live-search {
    padding-right: 40px;
    padding-left: 15px; }
.v5-lamp.folder-header.tpl-default #header-main #search #live-search-btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0; }
  [dir="rtl"] .v5-lamp.folder-header.tpl-default #header-main #search #live-search-btn {
    right: auto;
    left: 0; }
.v5-lamp.folder-header.tpl-default #header-main #search .search-form-list {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  overflow-y: auto;
  max-height: 320px;
  width: 100%; }
@media (min-width: 576px) {
  .v5-lamp.folder-header.tpl-default #header-main #search .search-form-list {
    width: 576px; } }
.v5-lamp.folder-header.tpl-default #header-main #search .search-form-list .dynamic-search .block-title {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 5px; }
.v5-lamp.folder-header.tpl-default #header-main #search .search-form-list .dynamic-search ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .v5-lamp.folder-header.tpl-default #header-main #search .search-form-list .dynamic-search ul > li {
    padding: 5px 0; }
    .v5-lamp.folder-header.tpl-default #header-main #search .search-form-list .dynamic-search ul > li > a {
      display: flex !important;
      align-items: center;
      color: inherit;
      font-size: 12px;
      gap: 10px; }
      .v5-lamp.folder-header.tpl-default #header-main #search .search-form-list .dynamic-search ul > li > a:hover {
        color: var(--text-primary); }
      .v5-lamp.folder-header.tpl-default #header-main #search .search-form-list .dynamic-search ul > li > a > .search-image {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 35px;
        height: 35px;
        flex-shrink: 0; }
        .v5-lamp.folder-header.tpl-default #header-main #search .search-form-list .dynamic-search ul > li > a > .search-image > img {
          width: auto;
          max-height: 100%; }
[dir="rtl"] .v5-lamp.folder-header.tpl-default #header-main #search .search-form-list {
  left: auto;
  right: 50%;
  transform: translateX(50%); }
.v5-lamp.folder-header.tpl-default #header-main .hm-link {
  width: 36px;
  height: 36px;
  font-size: 12px; }
  .v5-lamp.folder-header.tpl-default #header-main .hm-link i {
    font-size: 18px; }
  @media (min-width: 768px) {
    .v5-lamp.folder-header.tpl-default #header-main .hm-link {
      padding: 10px 20px;
      padding: 10px;
      width: auto;
      height: auto; } }
  .v5-lamp.folder-header.tpl-default #header-main .hm-link.border-light:hover {
    border-color: var(--border-primary) !important;
    color: var(--text-primary) !important; }
  .v5-lamp.folder-header.tpl-default #header-main .hm-link.border-primary:hover {
    background-color: var(--bg-primary) !important;
    color: var(--text-white) !important; }
.v5-lamp.folder-header.tpl-default #header-main .header-cart-dropdown-list {
  position: absolute;
  right: 0;
  top: 100%;
  background-color: var(--bg-white);
  border-radius: var(--border-radius);
  border: 1px solid var(--border-light);
  width: 320px;
  padding: 15px;
  z-index: 51; }
  [dir="rtl"] .v5-lamp.folder-header.tpl-default #header-main .header-cart-dropdown-list {
    right: auto;
    left: 0; }
@media (max-width: 991px) {
  .v5-lamp.folder-header.tpl-default #header-main .cart-soft {
    position: absolute;
    right: 3px;
    top: 3px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    font-size: 0;
    margin: 0;
    background-color: var(--bg-primary);
    color: var(--text-white);
    text-align: center;
    border-radius: 100%; }
    .v5-lamp.folder-header.tpl-default #header-main .cart-soft-count {
      font-size: 8px; } }
@media (min-width: 992px) {
  .v5-lamp.folder-header.tpl-default #header-main .cart-soft {
    font-size: 10px;
    margin-left: 2px; }
    [dir="rtl"] .v5-lamp.folder-header.tpl-default #header-main .cart-soft {
      margin-left: 0;
      margin-right: 2px; } }
.v5-lamp.folder-header.tpl-default #header-menu .menu > li {
  height: 40px; }
  .v5-lamp.folder-header.tpl-default #header-menu .menu > li > a {
    height: 30px;
    font-size: 12px; }
  @media (max-width: 1200px) {
    .v5-lamp.folder-header.tpl-default #header-menu .menu > li > a {
      padding: 0 8px; } }
  .v5-lamp.folder-header.tpl-default #header-menu .menu > li > a img {
    width: auto;
    max-height: 30px;
    margin-right: 5px;
    filter: brightness(0) invert(1); }
    [dir="rtl"] .v5-lamp.folder-header.tpl-default #header-menu .menu > li > a img {
      margin-right: 0;
      margin-left: 5px; }
  .v5-lamp.folder-header.tpl-default #header-menu .menu > li .sub-menu {
    top: 100%;
    left: 0;
    right: 0;
    z-index: 50;
    display: none; }
    .v5-lamp.folder-header.tpl-default #header-menu .menu > li .sub-menu-title a {
      font-size: 14px; }
    .v5-lamp.folder-header.tpl-default #header-menu .menu > li .sub-menu-column-count-3 {
      column-count: 3; }
    .v5-lamp.folder-header.tpl-default #header-menu .menu > li .sub-menu-column-count-4 {
      column-count: 4; }
      .v5-lamp.folder-header.tpl-default #header-menu .menu > li .sub-menu .child-menu li:not(:last-child) {
        margin-bottom: 8px; }
      .v5-lamp.folder-header.tpl-default #header-menu .menu > li .sub-menu .child-menu li a {
        font-size: 12px;
        line-height: 1.5; }
    .v5-lamp.folder-header.tpl-default #header-menu .menu > li .sub-menu a:hover {
      text-decoration: underline; }
  @media (min-width: 1200px) {
    .v5-lamp.folder-header.tpl-default #header-menu .menu > li {
      height: 50px; }
      .v5-lamp.folder-header.tpl-default #header-menu .menu > li > a {
        height: 40px;
        font-size: 14px; } }
.v5-lamp.folder-header.tpl-default #header-menu .menu.active > li:hover > a {
  background-color: var(--bg-white) !important;
  color: var(--text-primary) !important; }
  .v5-lamp.folder-header.tpl-default #header-menu .menu.active > li:hover > a img {
    filter: none; }
.v5-lamp.folder-header.tpl-default #header-menu .menu.active > li:hover > .sub-menu {
  display: block; }
.v5-lamp.folder-header.tpl-default [id*="header-member-panel"] form .tab-nav li a {
  font-size: 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid transparent; }
.v5-lamp.folder-header.tpl-default [id*="header-member-panel"] form .tab-nav li.active a {
  color: var(--text-primary) !important;
  border-bottom-color: var(--border-primary); }
.v5-lamp.folder-header.tpl-default [id*="header-member-panel"] form .social-login-btn {
  font-size: 12px;
  padding: 5px 10px;
  white-space: nowrap; }
  .v5-lamp.folder-header.tpl-default [id*="header-member-panel"] form .social-login-btn i {
    margin-right: 10px;
    font-size: 22px; }
    [dir="rtl"] .v5-lamp.folder-header.tpl-default [id*="header-member-panel"] form .social-login-btn i {
      margin-right: 0;
      margin-left: 10px; }
  .v5-lamp.folder-header.tpl-default [id*="header-member-panel"] form .social-login-btn.fb-login-btn {
    background-color: #47629c;
    color: var(--text-white); }
  .v5-lamp.folder-header.tpl-default [id*="header-member-panel"] form .social-login-btn.google-login-btn {
    border-color: #3c79e6;
    color: #3c79e6; }
  .v5-lamp.folder-header.tpl-default [id*="header-member-panel"] form .social-login-btn.apple-login-btn {
    border-color: var(--text-black);
    color: var(--text-black); }
.v5-lamp.folder-header.tpl-default [id*="mobile-menu"] .drawer-body {
  overflow: visible; }
.v5-lamp.folder-header.tpl-default [id*="mobile-menu"] .menu-item {
  font-size: 14px;
  padding: 10px;
  min-height: 55px; }
.v5-lamp.folder-header.tpl-default [id*="mobile-menu"] .sub-menu {
  z-index: 82;
  transition: all 0.2s ease-in-out; }
  .v5-lamp.folder-header.tpl-default [id*="mobile-menu"] .sub-menu-item {
    font-size: 14px;
    padding: 10px;
    min-height: 55px; }
.v5-lamp.folder-header.tpl-default [id*="mobile-menu"] .child-menu {
  padding: 0 10px; }
  .v5-lamp.folder-header.tpl-default [id*="mobile-menu"] .child-menu-item {
    font-size: 13px;
    padding: 10px; }
.v5-lamp.folder-header.tpl-default [id*="mobile-menu"] .menu-img, .v5-lamp.folder-header.tpl-default [id*="mobile-menu"] .lang-menu-img {
  width: 30px; }
  .v5-lamp.folder-header.tpl-default [id*="mobile-menu"] .mobile-bottom-menu-item {
    font-size: 12px;
    padding: 10px 12px;
    min-height: 55px; }
    .v5-lamp.folder-header.tpl-default [id*="mobile-menu"] .mobile-bottom-menu-item .menu-img img {
      filter: brightness(0%); }
    .v5-lamp.folder-header.tpl-default [id*="mobile-menu"] .mobile-bottom-menu-item i {
      font-size: 16px; }
.v5-lamp.folder-header.tpl-default [id*="header-cart-panel"] .drawer-title::after {
  background-color: var(--text-primary) !important; }
.v5-lamp.folder-header.tpl-default .header-middle-sticky.sticky.sticky-direction #header-menu {
  display: none !important; }
@media (max-width: 991px) {
  .v5-lamp.folder-header.tpl-default .header-middle-sticky.sticky.sticky-direction #header-search {
    display: none !important; } }
.v5-lamp.folder-header.tpl-default .mobile-app {
  z-index: 999; }
  .v5-lamp.folder-header.tpl-default .mobile-app-close {
    font-size: 6px;
    padding: 5px;
    line-height: 1; }
    .v5-lamp.folder-header.tpl-default .mobile-app-logo > div, .v5-lamp.folder-header.tpl-default .mobile-app-logo > p {
      display: flex !important;
      align-items: center;
      justify-content: center;
      padding: 5px;
      height: 50px;
      max-width: 110px; }
    .v5-lamp.folder-header.tpl-default .mobile-app-logo img {
      display: block;
      max-width: 100%;
      max-height: 100%; }
  .v5-lamp.folder-header.tpl-default .mobile-app-text-store {
    font-size: 15px; }
  .v5-lamp.folder-header.tpl-default .mobile-app-text-download {
    font-size: 12px;
    margin-top: 3px; }
  .v5-lamp.folder-header.tpl-default .mobile-app-download {
    font-size: 15px;
    padding: 10px 15px; }
.v5-lamp.folder-header.tpl-default .scroll-to-up {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
  cursor: pointer;
  z-index: 51;
  display: none; }
  [dir="rtl"] .v5-lamp.folder-header.tpl-default .scroll-to-up {
    right: auto;
    left: 20px; }
  @media (min-width: 768px) {
    .v5-lamp.folder-header.tpl-default .scroll-to-up {
      bottom: 20px; } }
  .v5-lamp.folder-header.tpl-default .scroll-to-up i {
    font-size: 22px;
    line-height: 1; }


/* Breadcrumb */
.v5-lamp.folder-breadcrumb.tpl-default .breadcrumb ul li {
  font-size: 12px; }
  .v5-lamp.folder-breadcrumb.tpl-default .breadcrumb ul li i.ti-arrow-right {
    margin-left: 7.5px;
    margin-right: 7.5px; }
  .v5-lamp.folder-breadcrumb.tpl-default .breadcrumb ul li:not(:last-child) a {
    font-weight: bold; }


/* Filter */
.v5-lamp.folder-filter.tpl-default .filter-card {
  border: 1px solid #EEEEEE;
  border-radius: 6px; }
  .v5-lamp.folder-filter.tpl-default .filter-card .filter-title {
    color: var(--text-body);
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
    margin: 0;
    position: relative; }
    .v5-lamp.folder-filter.tpl-default .filter-card .filter-title.active > div {
      border-bottom: 2px solid var(--border-primary);
      padding-bottom: 10px; }
  .v5-lamp.folder-filter.tpl-default .filter-card .filter-item {
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex !important;
    align-items: center;
    margin: 0;
    font-weight: normal;
    transition: none; }
    .v5-lamp.folder-filter.tpl-default .filter-card .filter-item .input-checkbox {
      flex-shrink: 0; }
  @media (min-width: 768px) {
    .v5-lamp.folder-filter.tpl-default .filter-card .d-md-none + .filter-body {
      margin-top: 15px; } }
  .v5-lamp.folder-filter.tpl-default .filter-card .filter-body {
    padding: 0 15px;
    margin-bottom: 15px; }
    .v5-lamp.folder-filter.tpl-default .filter-card .filter-body .filter-list {
      max-height: 230px;
      overflow-y: auto; }
      .v5-lamp.folder-filter.tpl-default .filter-card .filter-body .filter-list::-webkit-scrollbar {
        width: 5px;
        height: 3px; }
        .v5-lamp.folder-filter.tpl-default .filter-card .filter-body .filter-list-color .filter-list-item {
          width: 30px;
          margin-bottom: 10px;
          margin-right: 10px; }
          [dir="rtl"] .v5-lamp.folder-filter.tpl-default .filter-card .filter-body .filter-list-color .filter-list-item {
            margin-right: 0;
            margin-left: 10px; }
          .v5-lamp.folder-filter.tpl-default .filter-card .filter-body .filter-list-color .filter-list-item .image-wrapper {
            padding-bottom: 100% !important;
            box-sizing: content-box; }
          .v5-lamp.folder-filter.tpl-default .filter-card .filter-body .filter-list-color .filter-list-item .input-checkbox {
            position: absolute !important;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto !important; }
      .v5-lamp.folder-filter.tpl-default .filter-card .filter-body .filter-list-shape .filter-list-item {
        width: 50px;
        margin-right: 10px; }
        [dir="rtl"] .v5-lamp.folder-filter.tpl-default .filter-card .filter-body .filter-list-shape .filter-list-item {
          margin-right: 0;
          margin-left: 10px; }
          .v5-lamp.folder-filter.tpl-default .filter-card .filter-body .filter-list-shape .filter-list-item .filter-shape .image-wrapper {
            padding-bottom: 100% !important;
            box-sizing: content-box; }
          .v5-lamp.folder-filter.tpl-default .filter-card .filter-body .filter-list-shape .filter-list-item .filter-shape .shape-name {
            font-size: 10px;
            margin-top: 10px;
            color: #747474; }
            .v5-lamp.folder-filter.tpl-default .filter-card .filter-body .filter-list-shape .filter-list-item .filter-shape.shape-checked .image-wrapper, .v5-lamp.folder-filter.tpl-default .filter-card .filter-body .filter-list-shape .filter-list-item .filter-shape:hover .image-wrapper {
              border-color: var(--text-body) !important; }
    .v5-lamp.folder-filter.tpl-default .filter-card .filter-body .filter-search::before {
      position: absolute;
      left: 10px;
      top: 50%;
      transform: translateY(-50%);
      color: var(--text-body);
      line-height: 1;
      font-size: 11px; }
      [dir="rtl"] .v5-lamp.folder-filter.tpl-default .filter-card .filter-body .filter-search::before {
        left: auto;
        right: 10px; }
    .v5-lamp.folder-filter.tpl-default .filter-card .filter-body .filter-search input {
      font-size: 12px;
      padding-left: 30px; }
      .v5-lamp.folder-filter.tpl-default .filter-card .filter-body .filter-search input::-webkit-input-placeholder {
        font-weight: 300; }
      .v5-lamp.folder-filter.tpl-default .filter-card .filter-body .filter-search input:-ms-input-placeholder {
        font-weight: 300; }
      .v5-lamp.folder-filter.tpl-default .filter-card .filter-body .filter-search input::placeholder {
        font-weight: 300; }
    .v5-lamp.folder-filter.tpl-default .filter-card .filter-body .selected-item {
      background-color: #f6f6f6;
      color: #747474;
      font-size: 10px;
      padding: 5px;
      margin-right: 5px;
      margin-bottom: 5px;
      cursor: pointer; }
      .v5-lamp.folder-filter.tpl-default .filter-card .filter-body .selected-item:hover {
        color: var(--text-black); }
  .v5-lamp.folder-filter.tpl-default .filter-card.single-option .filter-item {
    padding: 10px; }
  @media (min-width: 768px) {
    .v5-lamp.folder-filter.tpl-default .filter-card.single-option .filter-item {
      padding: 15px; } }
.v5-lamp.folder-filter.tpl-default .noui-slider-range {
  margin-top: 8px; }
.v5-lamp.folder-filter.tpl-default .noui-slider-text {
  font-size: 12px; }
  .v5-lamp.folder-filter.tpl-default .noui-slider-input input {
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
    font-size: 12px; }


/* ProductList */
.v5-lamp.folder-product-list.tpl-default #product-list-panel a, .v5-lamp.folder-product-list.tpl-default #product-list-panel label, .v5-lamp.folder-product-list.tpl-default #product-list-panel select {
  font-size: 14px;
  cursor: pointer; }
@media (min-width: 768px) {
  .v5-lamp.folder-product-list.tpl-default #product-list-panel a, .v5-lamp.folder-product-list.tpl-default #product-list-panel label, .v5-lamp.folder-product-list.tpl-default #product-list-panel select {
    font-size: 12px; } }
.v5-lamp.folder-product-list.tpl-default #product-list-panel .page-layout span {
  width: 1px;
  height: 15px;
  background-color: var(--text-body); }
.v5-lamp.folder-product-list.tpl-default #product-list-panel .page-layout a {
  font-size: 14px; }
  .v5-lamp.folder-product-list.tpl-default #product-list-panel .page-layout a:hover {
    color: var(--text-primary); }
  .v5-lamp.folder-product-list.tpl-default #product-list-panel .page-layout a.active {
    border-bottom: 2px solid var(--border-primary);
    padding-bottom: 1px;
    color: var(--text-primary); }
.v5-lamp.folder-product-list.tpl-default .product-item-inner:hover {
  border-color: var(--border-primary) !important; }
.v5-lamp.folder-product-list.tpl-default .product-item .discounted-badge, .v5-lamp.folder-product-list.tpl-default .product-item .new-badge {
  top: 15px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 10px; }
@media (min-width: 768px) {
  .v5-lamp.folder-product-list.tpl-default .product-item .discounted-badge, .v5-lamp.folder-product-list.tpl-default .product-item .new-badge {
    width: 40px;
    height: 40px;
    line-height: 40px; } }
.v5-lamp.folder-product-list.tpl-default .product-item .discounted-badge {
  right: 8px; }
  [dir="rtl"] .v5-lamp.folder-product-list.tpl-default .product-item .discounted-badge {
    right: auto;
    left: 8px; }
  @media (min-width: 992px) {
    .v5-lamp.folder-product-list.tpl-default .product-item .discounted-badge {
      right: 15px; }
      [dir="rtl"] .v5-lamp.folder-product-list.tpl-default .product-item .discounted-badge {
        right: auto;
        left: 15px; } }
.v5-lamp.folder-product-list.tpl-default .product-item .new-badge {
  left: 8px; }
  [dir="rtl"] .v5-lamp.folder-product-list.tpl-default .product-item .new-badge {
    left: auto;
    right: 8px; }
  @media (min-width: 992px) {
    .v5-lamp.folder-product-list.tpl-default .product-item .new-badge {
      left: 15px; }
      [dir="rtl"] .v5-lamp.folder-product-list.tpl-default .product-item .new-badge {
        left: auto;
        right: 15px; } }
.v5-lamp.folder-product-list.tpl-default .product-item .out-of-stock {
  top: 50%;
  left: 8px;
  right: 8px;
  line-height: 50px;
  transform: translateY(-50%);
  font-size: 12px; }
@media (min-width: 992px) {
  .v5-lamp.folder-product-list.tpl-default .product-item .out-of-stock {
    left: 15px;
    right: 15px; } }
.v5-lamp.folder-product-list.tpl-default .product-item .add-favourite-btn {
  bottom: 15px;
  right: 8px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 12px; }
  [dir="rtl"] .v5-lamp.folder-product-list.tpl-default .product-item .add-favourite-btn {
    right: auto;
    left: 8px; }
  @media (min-width: 992px) {
    .v5-lamp.folder-product-list.tpl-default .product-item .add-favourite-btn {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 14px;
      right: 15px; }
      [dir="rtl"] .v5-lamp.folder-product-list.tpl-default .product-item .add-favourite-btn {
        right: auto;
        left: 15px; } }
  .v5-lamp.folder-product-list.tpl-default .product-item .add-favourite-btn:hover, .v5-lamp.folder-product-list.tpl-default .product-item .add-favourite-btn.fav-added {
    color: var(--text-primary) !important; }
.v5-lamp.folder-product-list.tpl-default .product-item .brand-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 10px;
  margin-bottom: 5px; }
@media (min-width: 768px) {
  .v5-lamp.folder-product-list.tpl-default .product-item .brand-title {
    font-size: 12px; } }
.v5-lamp.folder-product-list.tpl-default .product-item .product-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 12px; }
@media (min-width: 768px) {
  .v5-lamp.folder-product-list.tpl-default .product-item .product-title {
    font-size: 14px; } }
.v5-lamp.folder-product-list.tpl-default .product-item .product-detail-card {
  padding-bottom: 50px; }
@media (min-width: 768px) {
  .v5-lamp.folder-product-list.tpl-default .product-item .product-detail-card {
    padding-bottom: 80px; } }
.v5-lamp.folder-product-list.tpl-default .product-item .product-detail-card .product-bottom-line {
  bottom: 0;
  left: 0;
  right: 0; }
.v5-lamp.folder-product-list.tpl-default .product-item .product-price-wrapper .product-discounted-price {
  font-size: 10px; }
@media (min-width: 768px) {
  .v5-lamp.folder-product-list.tpl-default .product-item .product-price-wrapper .product-discounted-price {
    font-size: 12px; } }
.v5-lamp.folder-product-list.tpl-default .product-item .product-price-wrapper .product-discounted-price:not(.d-none) + .current-price {
  color: var(--text-primary) !important; }
.v5-lamp.folder-product-list.tpl-default .product-item .product-price-wrapper .current-price {
  font-size: 15px; }
@media (min-width: 768px) {
  .v5-lamp.folder-product-list.tpl-default .product-item .product-price-wrapper .current-price {
    font-size: 18px; } }
.v5-lamp.folder-product-list.tpl-default .product-item .add-to-cart-btn {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 14px; }
@media (min-width: 768px) {
  .v5-lamp.folder-product-list.tpl-default .product-item .add-to-cart-btn {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px; } }
.v5-lamp.folder-product-list.tpl-default .product-item .add-to-cart-btn:hover {
  background-color: var(--bg-white) !important;
  color: var(--text-primary) !important; }

.v5-lamp.folder-product-list.tpl-default .image-wrapper{
                padding-bottom:110%;
            }
/* Footer */
.v5-lamp.folder-footer.tpl-default #footer-top .h5 {
  font-size: 16px;
  margin-bottom: 5px; }
@media (min-width: 992px) {
  .v5-lamp.folder-footer.tpl-default #footer-top .h5 {
    font-size: 22px; } }
.v5-lamp.folder-footer.tpl-default #footer-top p {
  font-size: 10px; }
@media (min-width: 992px) {
  .v5-lamp.folder-footer.tpl-default #footer-top p {
    font-size: 12px; } }
.v5-lamp.folder-footer.tpl-default #footer-top .newsletter [type="email"] {
  font-size: 11px; }
  .v5-lamp.folder-footer.tpl-default #footer-top .newsletter [type="email"]::placeholder {
    color: inherit; }
  .v5-lamp.folder-footer.tpl-default #footer-top .newsletter [type="email"]:-ms-input-placeholder {
    color: inherit; }
  .v5-lamp.folder-footer.tpl-default #footer-top .newsletter [type="email"]::-ms-input-placeholder {
    color: inherit; }
.v5-lamp.folder-footer.tpl-default #footer-top .newsletter [type="submit"] {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  padding: 5px 10px; }
.v5-lamp.folder-footer.tpl-default #footer-top .newsletter label {
  font-size: 12px; }
.v5-lamp.folder-footer.tpl-default #footer-top .newsletter .error-input-msg {
  left: 15px;
  right: auto;
  background-color: transparent;
  color: var(--text-white); }
.v5-lamp.folder-footer.tpl-default #footer-top .social-media ul li a {
  width: 30px;
  height: 30px; }
  .v5-lamp.folder-footer.tpl-default #footer-top .social-media ul li a:hover {
    box-shadow: rgba(17, 17, 26, 0.05) 0 1px 0, rgba(17, 17, 26, 0.1) 0 0 8px; }
.v5-lamp.folder-footer.tpl-default #footer-top .customer-service-number {
  font-size: 14px;
  padding: 8px 15px; }
@media (min-width: 992px) {
  .v5-lamp.folder-footer.tpl-default #footer-top .customer-service-number {
    font-size: 18px;
    padding: 12px 30px; } }
.v5-lamp.folder-footer.tpl-default #footer-main .menu-item-title {
  font-size: 14px; }
  .v5-lamp.folder-footer.tpl-default #footer-main .menu-item-children .menu-link {
    font-size: 12px;
    line-height: 1.3;
    padding: 3px 0; }
    .v5-lamp.folder-footer.tpl-default #footer-main .menu-item-children .menu-link:hover {
      text-decoration: underline; }
  @media (max-width: 767px) {
    .v5-lamp.folder-footer.tpl-default #footer-main .menu-item-children:not(.show) {
      display: none; } }
.v5-lamp.folder-footer.tpl-default #footer-main .menu-item-contact li {
  font-size: 12px;
  line-height: 1.3;
  padding: 5px 0; }
.v5-lamp.folder-footer.tpl-default .footer-payment-icons img {
  width: auto;
  max-height: 28px;
  min-height: 20px; }

