<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.image-wrapper{
                padding-bottom:130%;
            }.v5-ran body.drawer-animated.drawer-right-active {
  transform: translate3d(-100%, 0, 0); }
.v5-ran body.drawer-animated.drawer-left-active {
  transform: translate3d(100%, 0, 0); }
@media (min-width: 768px) {
  .v5-ran body.drawer-animated.drawer-right-active {
    transform: translate3d(-100%, 0, 0); }
  .v5-ran body.drawer-animated.drawer-left-active {
    transform: translate3d(100%, 0, 0); } }
.v5-ran [dir="rtl"] body.drawer-animated.drawer-right-active {
  transform: translate3d(100%, 0, 0); }
.v5-ran [dir="rtl"] body.drawer-animated.drawer-left-active {
  transform: translate3d(-100%, 0, 0); }
@media (min-width: 768px) {
  .v5-ran [dir="rtl"] body.drawer-animated.drawer-right-active {
    transform: translate3d(100%, 0, 0); }
  .v5-ran [dir="rtl"] body.drawer-animated.drawer-left-active {
    transform: translate3d(-100%, 0, 0); } }
.v5-ran .drawer-wrapper {
  background-color: var(--bg-white);
  width: 100%;
  z-index: 81;
  padding-bottom: 60px; }
  .v5-ran .drawer-wrapper::-webkit-scrollbar {
    background-color: #f7f7f7;
    width: 3px;
    height: 3px; }
  .v5-ran .drawer-wrapper::-webkit-scrollbar-button {
    display: none; }
  .v5-ran .drawer-wrapper::-webkit-scrollbar-thumb {
    background-color: var(--bg-primary); }
  .v5-ran .drawer-wrapper[data-position="left"]:not([data-display="push"]) {
    border-right: 1px solid var(--border-secondary); }
  .v5-ran .drawer-wrapper[data-position="right"]:not([data-display="push"]) {
    border-left: 1px solid var(--border-secondary); }
  .v5-ran .drawer-wrapper:not([data-position="right"]) {
    left: -100%; }
  .v5-ran .drawer-wrapper[data-position="right"] {
    right: -100%; }
  .v5-ran .drawer-wrapper .drawer-title {
    display: flex !important;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: var(--text-body);
    padding: 30px 15px; }
    .v5-ran .drawer-wrapper .drawer-title .drawer-close {
      cursor: pointer;
      margin-left: auto; }
      .v5-ran .drawer-wrapper .drawer-title .drawer-close i {
        font-size: 14px; }
  .v5-ran .drawer-wrapper .drawer-body {
    padding: 15px;
    padding-top: 0 !important;
    overflow-x: hidden; }
    .v5-ran .drawer-wrapper .drawer-body::-webkit-scrollbar {
      background-color: #f7f7f7;
      width: 3px;
      height: 3px; }
    .v5-ran .drawer-wrapper .drawer-body::-webkit-scrollbar-button {
      display: none; }
    .v5-ran .drawer-wrapper .drawer-body::-webkit-scrollbar-thumb {
      background-color: var(--bg-primary); }
  @media (min-width: 768px) {
    .v5-ran .drawer-wrapper {
      width: 375px; }
      .v5-ran .drawer-wrapper:not([data-position="right"]) {
        left: -375px; }
      .v5-ran .drawer-wrapper[data-position="right"] {
        right: -375px; }
      .v5-ran .drawer-wrapper .drawer-title {
        font-size: 28px;
        padding: 30px; }
        .v5-ran .drawer-wrapper .drawer-title .drawer-close i {
          font-size: 18px; }
      .v5-ran .drawer-wrapper .drawer-body {
        padding: 30px; } }
.v5-ran [dir="rtl"] .drawer-wrapper[data-position="left"]:not([data-display="push"]) {
  border-left: 1px solid var(--border-secondary); }
.v5-ran [dir="rtl"] .drawer-wrapper[data-position="right"]:not([data-display="push"]) {
  border-right: 1px solid var(--border-secondary); }
.v5-ran [dir="rtl"] .drawer-wrapper:not([data-position="right"]) {
  left: auto;
  right: -100%; }
.v5-ran [dir="rtl"] .drawer-wrapper[data-position="right"] {
  right: auto;
  left: -100%; }
  .v5-ran [dir="rtl"] .drawer-wrapper .drawer-title .drawer-close {
    margin-left: 0;
    margin-right: auto; }
@media (min-width: 768px) {
  .v5-ran [dir="rtl"] .drawer-wrapper:not([data-position="right"]) {
    left: auto;
    right: -375px; }
  .v5-ran [dir="rtl"] .drawer-wrapper[data-position="right"] {
    right: auto;
    left: -375px; } }
.v5-ran .drawer-overlay {
  background-color: rgba(0, 0, 0, 0.5); }
@media (min-width: 768px) {
  .v5-ran .drawer-overlay {
    background-color: transparent; } }
.v5-ran .block-title {
  color: var(--text-heading);
  font-size: 22px;
  font-weight: 700; }
  .v5-ran .block-title:not(.no-line)::after {
    content: '';
    background-color: var(--bg-primary);
    width: 30px;
    height: 3px;
    display: block;
    border-radius: 1.5px;
    margin-top: 10px; }
  @media (min-width: 768px) {
    .v5-ran .block-title {
      font-size: 28px; } }
.v5-ran .swiper-pagination {
  width: 100%;
  text-align: center;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center; }
@media (min-width: 768px) {
  .v5-ran .swiper-pagination {
    padding: 15px; } }
.v5-ran .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 3px;
  border-radius: 2px;
  background-color: #ececec;
  margin: 0 5px;
  display: inline-block;
  -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-ran .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--bg-primary);
  width: 25px; }
.v5-ran .swiper-pagination.swiper-pagination-progressbar {
  padding: 0;
  min-height: auto;
  background: var(--bg-light); }
  .v5-ran .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--bg-primary); }
.v5-ran .swiper-pagination.swiper-pagination-custom .swiper-pagination-customs {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  margin-left: 2px;
  margin-right: 2px;
  display: inline-block;
  vertical-align: middle;
  background-color: var(--bg-light);
  color: var(--text-body);
  font-size: 10px; }
.v5-ran .swiper-pagination.swiper-pagination-custom .swiper-pagination-customs-active {
  background-color: var(--bg-primary);
  color: var(--text-white); }
.v5-ran .swiper-pagination * {
  outline: 0; }
@media (min-width: 768px) {
  .v5-ran .swiper-pagination:not(.bottom) {
    position: absolute;
    left: 0;
    bottom: 15px;
    z-index: 2; }
  .v5-ran [dir="rtl"] .swiper-pagination:not(.bottom) {
    left: auto;
    right: 0; } }
.v5-ran .swiper-button-prev, .v5-ran .swiper-button-next {
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 12px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  -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;
  color: var(--text-white);
  line-height: 1; }
  .v5-ran .swiper-button-prev:hover, .v5-ran .swiper-button-next:hover {
    background-color: var(--bg-secondary); }
.v5-ran .swiper-button-prev {
  left: 0; }
  .v5-ran .swiper-button-prev.inside {
    left: 15px; }
  .v5-ran .swiper-button-prev.outside {
    left: -60px; }
.v5-ran .swiper-button-next {
  right: 0; }
  .v5-ran .swiper-button-next.inside {
    right: 15px; }
  .v5-ran .swiper-button-next.outside {
    right: -60px; }
@media (max-width: 1300px) {
  .v5-ran .slider-block-wrapper {
    overflow: hidden; }
  .v5-ran .swiper-button-prev.outside {
    left: -15px; }
    .v5-ran .swiper-button-prev.outside i {
      margin-right: -10px; }
  .v5-ran .swiper-button-next.outside {
    right: -15px; }
    .v5-ran .swiper-button-next.outside i {
      margin-left: -10px; } }
.v5-ran .noUi-target {
  background-color: var(--bg-gray);
  height: 2px;
  margin-top: 25px; }
  .v5-ran .noUi-target .noUi-base {
    width: calc(100% - 14px); }
  .v5-ran .noUi-target .noUi-origin {
    background: var(--bg-gray);
    height: 100%; }
  .v5-ran .noUi-target .noUi-connect {
    background-color: var(--bg-primary); }
  .v5-ran .noUi-target .noUi-handle {
    background-color: var(--bg-primary);
    width: 14px;
    height: 14px;
    top: 50%;
    margin-top: -8px;
    outline: 0 !important;
    box-shadow: none !important;
    cursor: pointer; }
.v5-ran .pagination {
  display: flex !important; }
  .v5-ran .pagination a, .v5-ran .pagination span {
    height: 30px;
    min-width: 30px;
    padding: 0 5px;
    border: 1px solid var(--border-secondary);
    background-color: var(--bg-white);
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-left: -1px; }
    .v5-ran .pagination a i, .v5-ran .pagination span i {
      font-size: 18px; }
  .v5-ran .pagination a {
    color: var(--text-gray); }
    .v5-ran .pagination a.passive {
      pointer-events: none;
      cursor: not-allowed;
      opacity: 0.7; }
  .v5-ran .pagination a:hover, .v5-ran .pagination span {
    background-color: var(--bg-primary);
    color: var(--text-white);
    border-color: var(--border-primary); }
  .v5-ran .pagination .first, .v5-ran .pagination .last {
    display: none !important; }
  .v5-ran .pagination .prev, .v5-ran .pagination .next {
    border: 0;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    color: var(--text-white); }
    .v5-ran .pagination .prev.next, .v5-ran .pagination .next.next {
      margin-left: 10px; }
    .v5-ran .pagination .prev.prev, .v5-ran .pagination .next.prev {
      margin-right: 10px; }
  [dir="rtl"] .v5-ran .pagination .prev.next, [dir="rtl"] .v5-ran .pagination .next.next {
    margin-left: 0;
    margin-right: 10px; }
  [dir="rtl"] .v5-ran .pagination .prev.prev, [dir="rtl"] .v5-ran .pagination .next.prev {
    margin-right: 0;
    margin-left: 10px; }
.v5-ran .form-search input[type="search"] {
  padding-right: 80px; }
.v5-ran .form-search button[type="submit"] {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  z-index: 2;
  font-size: 14px; }
.v5-ran [dir="rtl"] .form-search input[type="search"] {
  padding-left: 80px; }
.v5-ran [dir="rtl"] .form-search button[type="submit"] {
  right: auto;
  left: 5px; }
.v5-ran .stars {
  color: var(--text-light); }
  .v5-ran .stars .stars-fill {
    color: var(--text-black); }
.v5-ran .qty span[class*="ti-"] {
  color: var(--text-body);
  background: var(--bg-light);
  height: calc(100% - 2px);
  margin: 0 1px;
  color: var(--text-black); }
@media (min-width: 768px) {
  .v5-ran .btn {
    padding-top: 15px;
    padding-bottom: 15px; } }
.v5-ran input + .input-placeholder, .v5-ran textarea + .input-placeholder {
  color: var(--text-gray); }
.v5-ran .form-control, .v5-ran .form-control.btn {
  height: 40px; }
.v5-ran .form-control.form-control-md, .v5-ran .form-control-md.form-control.btn {
  height: 54px; }
.v5-ran .form-control.form-control-lg, .v5-ran .form-control-lg.form-control.btn {
  height: 64px; }


/* Header */
@media only screen and (max-width: 767px) {
  .menu-first-item {
    text-transform: uppercase; }
  a.menu-first-item {
    text-transform: uppercase !important; }
  .v5-ran.folder-header.tpl-user_customHeader [id*="mobile-menu"] .menu-first-item {
    text-transform: uppercase !important; } }

.v5-ran.folder-header.tpl-user_customHeader #header-top-bar {
  padding-top: 5px;
  padding-bottom: 5px;
  letter-spacing: 1px;
  font-size: 11px; }
  .v5-ran.folder-header.tpl-user_customHeader #header-top-bar i {
    font-size: 22px;
    line-height: 1; }
  @media (min-width: 768px) {
    .v5-ran.folder-header.tpl-user_customHeader #header-top-bar {
      padding-top: 10px;
      padding-bottom: 10px;
      font-size: 13px; }
      .v5-ran.folder-header.tpl-user_customHeader #header-top-bar i {
        font-size: 38px; } }
.v5-ran.folder-header.tpl-user_customHeader #header-top {
  padding-top: 8px;
  padding-bottom: 8px; }
  .v5-ran.folder-header.tpl-user_customHeader #header-top .ht-language .dropdown-title {
    text-transform: capitalize; }
    .v5-ran.folder-header.tpl-user_customHeader #header-top .ht-language .dropdown-title img {
      margin-right: 5px; }
  .v5-ran.folder-header.tpl-user_customHeader #header-top .ht-language .dropdown-menu {
    width: 200px;
    padding: 0 !important;
    box-shadow: none !important;
    margin-top: 8px;
    border-color: var(--border-secondary) !important; }
    .v5-ran.folder-header.tpl-user_customHeader #header-top .ht-language .dropdown-menu .currency-select, .v5-ran.folder-header.tpl-user_customHeader #header-top .ht-language .dropdown-menu .language-select {
      gap: 10px; }
    .v5-ran.folder-header.tpl-user_customHeader #header-top .ht-language .dropdown-menu a {
      line-height: 1.3; }
      .v5-ran.folder-header.tpl-user_customHeader #header-top .ht-language .dropdown-menu a img {
        margin-right: 5px; }
      .v5-ran.folder-header.tpl-user_customHeader #header-top .ht-language .dropdown-menu a:hover {
        color: var(--text-primary) !important; }
  .v5-ran.folder-header.tpl-user_customHeader #header-top .ti-circle {
    margin-right: 10px;
    font-size: 5px; }
  .v5-ran.folder-header.tpl-user_customHeader #header-top .ti-phone {
    margin-right: 5px; }
    .v5-ran.folder-header.tpl-user_customHeader #header-top #top-menu ul li &gt; a:hover {
      text-decoration: underline; }
    .v5-ran.folder-header.tpl-user_customHeader #header-top #top-menu ul li:not(:last-child) {
      margin-right: 10px; }
  [dir="rtl"] .v5-ran.folder-header.tpl-user_customHeader #header-top .ht-language .dropdown-title img {
    margin-right: 0;
    margin-left: 5px; }
[dir="rtl"] .v5-ran.folder-header.tpl-user_customHeader #header-top .ht-language .dropdown-menu a img {
  margin-right: 0;
  margin-left: 5px; }
[dir="rtl"] .v5-ran.folder-header.tpl-user_customHeader #header-top .ti-circle {
  margin-right: 0;
  margin-left: 10px; }
[dir="rtl"] .v5-ran.folder-header.tpl-user_customHeader #header-top .ti-phone {
  margin-right: 0;
  margin-left: 5px; }
  [dir="rtl"] .v5-ran.folder-header.tpl-user_customHeader #header-top #top-menu ul li:not(:last-child) {
    margin-right: 0;
    margin-left: 10px; }
@media (min-width: 992px) {
  .v5-ran.folder-header.tpl-user_customHeader #header-main {
    background: linear-gradient(90deg, var(--bg-white) 0%, var(--bg-white) 47%, var(--bg-gray) 47%, var(--bg-gray) 100%); } }
.v5-ran.folder-header.tpl-user_customHeader #header-main .header-mobile-menu-btn i {
  font-size: 28px; }
  .v5-ran.folder-header.tpl-user_customHeader #header-main #logo a, .v5-ran.folder-header.tpl-user_customHeader #header-main #logo p, .v5-ran.folder-header.tpl-user_customHeader #header-main #logo div {
    display: flex !important;
    align-items: center;
    height: 40px;
    margin: 0; }
  @media (min-width: 992px) {
    .v5-ran.folder-header.tpl-user_customHeader #header-main #logo a, .v5-ran.folder-header.tpl-user_customHeader #header-main #logo p, .v5-ran.folder-header.tpl-user_customHeader #header-main #logo div {
      height: 60px; } }
  .v5-ran.folder-header.tpl-user_customHeader #header-main #logo img {
    max-height: 100%;
    width: auto; }
.v5-ran.folder-header.tpl-user_customHeader #header-main #header-search form#search .search-skew {
  background-color: var(--bg-white); }
  .v5-ran.folder-header.tpl-user_customHeader #header-main #header-search form#search .search-skew input[type="search"] {
    height: 45px;
    background: transparent; }
  .v5-ran.folder-header.tpl-user_customHeader #header-main #header-search form#search .search-skew button[type="submit"] {
    padding: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px; }
  @media (min-width: 992px) {
    .v5-ran.folder-header.tpl-user_customHeader #header-main #header-search form#search .search-skew {
      border-top: 0;
      border-bottom: 0; }
      .v5-ran.folder-header.tpl-user_customHeader #header-main #header-search form#search .search-skew input[type="search"] {
        height: 60px; }
      .v5-ran.folder-header.tpl-user_customHeader #header-main #header-search form#search .search-skew button[type="submit"] {
        right: 30px; } }
@media (min-width: 992px) {
  .v5-ran.folder-header.tpl-user_customHeader #header-main #header-search form#search {
    height: 70px; }
    .v5-ran.folder-header.tpl-user_customHeader #header-main #header-search form#search .search-skew {
      transform: skew(-15deg); }
      .v5-ran.folder-header.tpl-user_customHeader #header-main #header-search form#search .search-skew input[type="search"] {
        transform: skew(15deg); }
      .v5-ran.folder-header.tpl-user_customHeader #header-main #header-search form#search .search-skew button[type="submit"] {
        transform: translateY(-50%) skew(15deg); } }
.v5-ran.folder-header.tpl-user_customHeader #header-main #header-search form#search .search-form-list {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 99;
  overflow-y: auto;
  max-height: 320px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%); }
@media (min-width: 992px) {
  .v5-ran.folder-header.tpl-user_customHeader #header-main #header-search form#search .search-form-list {
    width: 576px; } }
.v5-ran.folder-header.tpl-user_customHeader #header-main #header-search form#search .search-form-list .dynamic-search .block-title {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 5px; }
.v5-ran.folder-header.tpl-user_customHeader #header-main #header-search form#search .search-form-list .dynamic-search ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .v5-ran.folder-header.tpl-user_customHeader #header-main #header-search form#search .search-form-list .dynamic-search ul &gt; li {
    padding: 5px 0; }
    .v5-ran.folder-header.tpl-user_customHeader #header-main #header-search form#search .search-form-list .dynamic-search ul &gt; li &gt; a {
      display: flex !important;
      align-items: center;
      color: inherit;
      font-size: 12px;
      gap: 10px; }
      .v5-ran.folder-header.tpl-user_customHeader #header-main #header-search form#search .search-form-list .dynamic-search ul &gt; li &gt; a:hover {
        color: var(--text-primary); }
      .v5-ran.folder-header.tpl-user_customHeader #header-main #header-search form#search .search-form-list .dynamic-search ul &gt; li &gt; a &gt; .search-image {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 35px;
        height: 35px;
        flex-shrink: 0; }
        .v5-ran.folder-header.tpl-user_customHeader #header-main #header-search form#search .search-form-list .dynamic-search ul &gt; li &gt; a &gt; .search-image &gt; img {
          width: auto;
          max-height: 100%; }
@media (min-width: 992px) {
  .v5-ran.folder-header.tpl-user_customHeader #header-main #hm-links .hm-links {
    height: 70px;
    left: -15px;
    transform: skew(-15deg);
    background-color: var(--bg-gray); }
    .v5-ran.folder-header.tpl-user_customHeader #header-main #hm-links .hm-links .col-auto {
      padding-top: 8px;
      padding-bottom: 8px; }
    .v5-ran.folder-header.tpl-user_customHeader #header-main #hm-links .hm-links &gt; .row {
      transform: skew(15deg); }
    .v5-ran.folder-header.tpl-user_customHeader #header-main #hm-links .hm-links * {
      transform: skew(0deg); } }
.v5-ran.folder-header.tpl-user_customHeader #header-main #hm-links .hm-links a i {
  font-size: 18px; }
  .v5-ran.folder-header.tpl-user_customHeader #header-main #hm-links .hm-links a i .cart-soft-count {
    border-radius: 100%;
    font-size: 10px;
    width: 15px;
    height: 15px;
    padding: 0;
    line-height: 15px;
    text-align: center;
    position: absolute;
    top: -7px;
    right: -7px; }
.v5-ran.folder-header.tpl-user_customHeader #header-main .sticky #header-mobile-sticky {
  opacity: 1;
  visibility: visible; }
@media (max-width: 767px) {
  .v5-ran.folder-header.tpl-user_customHeader #header-main .sticky #header-mobile-menu-btn, .v5-ran.folder-header.tpl-user_customHeader #header-main .sticky #logo, .v5-ran.folder-header.tpl-user_customHeader #header-main .sticky #hm-links {
    display: none !important; }
  .v5-ran.folder-header.tpl-user_customHeader #header-main .sticky #header-search {
    margin: 0 !important; } }
.v5-ran.folder-header.tpl-user_customHeader #header-main #header-mobile-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden; }
  .v5-ran.folder-header.tpl-user_customHeader #header-main #header-mobile-sticky a {
    height: 55px;
    font-weight: normal; }
    .v5-ran.folder-header.tpl-user_customHeader #header-main #header-mobile-sticky a i {
      height: 30px;
      width: 30px;
      line-height: 30px;
      font-size: 20px;
      display: inline-block; }
    .v5-ran.folder-header.tpl-user_customHeader #header-main #header-mobile-sticky a span {
      font-size: 10px;
      font-weight: 500;
      display: block; }
    .v5-ran.folder-header.tpl-user_customHeader #header-main #header-mobile-sticky a .badge {
      position: absolute;
      right: 0;
      top: 0;
      background-color: var(--bg-black);
      color: var(--text-white);
      border-radius: 100%;
      font-size: 8px; }
@media (min-width: 992px) {
  [dir="rtl"] .v5-ran.folder-header.tpl-user_customHeader #header-main {
    background: linear-gradient(90deg, var(--bg-gray) 0%, var(--bg-gray) 47%, var(--bg-white) 47%, var(--bg-white) 100%); } }
[dir="rtl"] .v5-ran.folder-header.tpl-user_customHeader #header-main #header-search form#search .search-skew button[type="submit"] {
  right: auto;
  left: 15px; }
@media (min-width: 992px) {
  [dir="rtl"] .v5-ran.folder-header.tpl-user_customHeader #header-main #header-search form#search .search-skew button[type="submit"] {
    right: auto;
    left: 30px; } }
@media (min-width: 992px) {
  [dir="rtl"] .v5-ran.folder-header.tpl-user_customHeader #header-main #header-search form#search .search-skew {
    transform: skew(15deg); }
    [dir="rtl"] .v5-ran.folder-header.tpl-user_customHeader #header-main #header-search form#search .search-skew input[type="search"] {
      transform: skew(-15deg); }
    [dir="rtl"] .v5-ran.folder-header.tpl-user_customHeader #header-main #header-search form#search .search-skew button[type="submit"] {
      transform: translateY(-50%) skew(-15deg); } }
[dir="rtl"] .v5-ran.folder-header.tpl-user_customHeader #header-main #header-search form#search .search-form-list {
  left: 0;
  right: 50%;
  transform: translateX(50%); }
@media (min-width: 992px) {
  [dir="rtl"] .v5-ran.folder-header.tpl-user_customHeader #header-main #hm-links .hm-links {
    left: auto;
    right: -15px;
    transform: skew(15deg);
    background-color: var(--bg-gray); }
    [dir="rtl"] .v5-ran.folder-header.tpl-user_customHeader #header-main #hm-links .hm-links &gt; .row {
      transform: skew(-15deg); }
    [dir="rtl"] .v5-ran.folder-header.tpl-user_customHeader #header-main #hm-links .hm-links * {
      transform: skew(0deg); } }
.v5-ran.folder-header.tpl-user_customHeader #header-menu #main-menu .menu &gt; li &gt; a {
  height: 60px;
  font-size: 21px; }
.v5-ran.folder-header.tpl-user_customHeader #header-menu #main-menu .menu &gt; li .sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 15px;
  border: 1px solid var(--border-light);
  background-color: var(--bg-white);
  z-index: 20; }
  .v5-ran.folder-header.tpl-user_customHeader #header-menu #main-menu .menu &gt; li .sub-menu a:hover {
    color: var(--text-primary) !important; }
  .v5-ran.folder-header.tpl-user_customHeader #header-menu #main-menu .menu &gt; li .sub-menu .menu-title {
    font-size: 18px; }
    .v5-ran.folder-header.tpl-user_customHeader #header-menu #main-menu .menu &gt; li .sub-menu ul li:not(:last-child) {
      margin-bottom: 10px; }
.v5-ran.folder-header.tpl-user_customHeader #header-menu #main-menu .menu.active &gt; li:hover &gt; a {
  background-color: var(--bg-primary) !important; }
.v5-ran.folder-header.tpl-user_customHeader #header-menu #main-menu .menu.active &gt; li:hover .sub-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible; }
.v5-ran.folder-header.tpl-user_customHeader [id*="header-member-panel"] .tab-nav {
  display: flex !important;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-secondary);
  margin-bottom: 20px; }
  .v5-ran.folder-header.tpl-user_customHeader [id*="header-member-panel"] .tab-nav li {
    display: flex !important; }
    .v5-ran.folder-header.tpl-user_customHeader [id*="header-member-panel"] .tab-nav li a {
      color: var(--text-gray);
      font-size: 18px;
      padding-bottom: 10px;
      position: relative;
      white-space: nowrap; }
      .v5-ran.folder-header.tpl-user_customHeader [id*="header-member-panel"] .tab-nav li a a:hover {
        color: var(--text-primary); }
    .v5-ran.folder-header.tpl-user_customHeader [id*="header-member-panel"] .tab-nav li.active a {
      color: var(--text-primary); }
      .v5-ran.folder-header.tpl-user_customHeader [id*="header-member-panel"] .tab-nav li.active a::before {
        content: '';
        background-color: var(--text-primary);
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: -1px;
        left: 0; }
.v5-ran.folder-header.tpl-user_customHeader [id*="header-member-panel"] input[type="email"], .v5-ran.folder-header.tpl-user_customHeader [id*="header-member-panel"] input[type="tel"], .v5-ran.folder-header.tpl-user_customHeader [id*="header-member-panel"] input[type="password"] {
  height: 56px; }
.v5-ran.folder-header.tpl-user_customHeader [id*="header-member-panel"] a[class*="-login-btn"] {
  text-align: center;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 15px 10px; }
  .v5-ran.folder-header.tpl-user_customHeader [id*="header-member-panel"] a[class*="-login-btn"].fb-login-btn {
    background-color: #47629c;
    color: var(--text-white); }
  .v5-ran.folder-header.tpl-user_customHeader [id*="header-member-panel"] a[class*="-login-btn"].google-login-btn {
    background-color: #f7f7f7;
    color: var(--text-body); }
    .v5-ran.folder-header.tpl-user_customHeader [id*="header-member-panel"] a[class*="-login-btn"].google-login-btn i {
      color: #3e82e4; }
  .v5-ran.folder-header.tpl-user_customHeader [id*="header-member-panel"] a[class*="-login-btn"].apple-login-btn {
    color: var(--text-black);
    border: 1px solid var(--border-black); }
  .v5-ran.folder-header.tpl-user_customHeader [id*="header-member-panel"] a[class*="-login-btn"] i {
    font-size: 24px;
    margin-right: 5px; }
[dir="rtl"] .v5-ran.folder-header.tpl-user_customHeader [id*="header-member-panel"] a[class*="-login-btn"] i {
  margin-right: 0;
  margin-left: 5px; }
.v5-ran.folder-header.tpl-user_customHeader [id*="mobile-menu"] .menu-first-item {
  height: 60px;
  font-size: 18px; }
.v5-ran.folder-header.tpl-user_customHeader [id*="mobile-menu"] .menu-secondary-item {
  font-size: 14px;
  line-height: 1.5; }
.v5-ran.folder-header.tpl-user_customHeader [id*="mobile-menu"] .mobile-language {
  position: relative; }
  .v5-ran.folder-header.tpl-user_customHeader [id*="mobile-menu"] .mobile-language .menu-first-item {
    text-transform: capitalize; }
  .v5-ran.folder-header.tpl-user_customHeader [id*="mobile-menu"] .mobile-language select {
    height: 50px; }
  .v5-ran.folder-header.tpl-user_customHeader [id*="mobile-menu"] .mobile-language-title {
    font-size: 18px; }
  .v5-ran.folder-header.tpl-user_customHeader [id*="mobile-menu"] .mobile-language .accordion-body {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0; }
.v5-ran.folder-header.tpl-user_customHeader .scroll-to-up {
  position: fixed;
  bottom: 80px;
  right: 10px;
  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; }
  .v5-ran.folder-header.tpl-user_customHeader .scroll-to-up i {
    font-size: 22px;
    line-height: 1; }
  [dir="rtl"] .v5-ran.folder-header.tpl-user_customHeader .scroll-to-up {
    right: auto;
    left: 10px; }
  @media (min-width: 768px) {
    .v5-ran.folder-header.tpl-user_customHeader .scroll-to-up {
      bottom: 20px;
      right: 20px; }
      [dir="rtl"] .v5-ran.folder-header.tpl-user_customHeader .scroll-to-up {
        right: auto;
        left: 20px; } }
.v5-ran.folder-header.tpl-user_customHeader [v-cloak] {
  display: none; }
.v5-ran.folder-header.tpl-user_customHeader .header-cart-dropdown-list {
  background-color: var(--bg-white);
  width: 300px;
  padding: 10px;
  border: 1px solid var(--bg-light);
  border-radius: var(--border-radius);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 100%;
  right: 15px;
  z-index: 11; }
.v5-ran.folder-header.tpl-user_customHeader .mobile-app {
  z-index: 999; }
  .v5-ran.folder-header.tpl-user_customHeader .mobile-app-close {
    font-size: 6px;
    padding: 5px;
    line-height: 1; }
    .v5-ran.folder-header.tpl-user_customHeader .mobile-app-logo &gt; div, .v5-ran.folder-header.tpl-user_customHeader .mobile-app-logo &gt; p {
      display: flex !important;
      align-items: center;
      justify-content: center;
      padding: 5px;
      height: 50px;
      max-width: 110px; }
    .v5-ran.folder-header.tpl-user_customHeader .mobile-app-logo img {
      display: block;
      max-width: 100%;
      max-height: 100%; }
  .v5-ran.folder-header.tpl-user_customHeader .mobile-app-text-store {
    font-size: 15px; }
  .v5-ran.folder-header.tpl-user_customHeader .mobile-app-text-download {
    font-size: 12px;
    margin-top: 3px; }
  .v5-ran.folder-header.tpl-user_customHeader .mobile-app-download {
    font-size: 15px;
    padding: 10px 15px; }


/* Breadcrumb */
.v5-ran.folder-breadcrumb.tpl-default .breadcrumb ul li {
  font-size: 12px; }
@media (min-width: 768px) {
  .v5-ran.folder-breadcrumb.tpl-default .breadcrumb ul li {
    font-size: 14px; } }
.v5-ran.folder-breadcrumb.tpl-default .breadcrumb ul li i.ti-location {
  margin-right: 5px; }
  [dir="rtl"] .v5-ran.folder-breadcrumb.tpl-default .breadcrumb ul li i.ti-location {
    margin-right: 0;
    margin-left: 5px; }
.v5-ran.folder-breadcrumb.tpl-default .breadcrumb ul li:last-child .breadcrumb-item {
  color: var(--text-body) !important; }


/* Slider */
.container .v5-ran.folder-slider.tpl-default-outslide .slider-container {
  padding-left: 8px;
  padding-right: 8px; }
@media (min-width: 768px) {
  .container .v5-ran.folder-slider.tpl-default-outslide .slider-container {
    padding-left: 15px;
    padding-right: 15px; } }
.v5-ran.folder-slider.tpl-default-outslide [id*="slider-thumb"] .swiper-slide {
  cursor: pointer;
  overflow: hidden;
  width: 60px;
  height: 40px; }
  .v5-ran.folder-slider.tpl-default-outslide [id*="slider-thumb"] .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .v5-ran.folder-slider.tpl-default-outslide [id*="slider-thumb"] .swiper-slide-thumb-active {
    border-color: var(--border-primary) !important; }


/* Filter */
.v5-ran.folder-filter.tpl-default .filter-card:not(:last-child) {
  border-bottom: 1px solid var(--border-light); }
.v5-ran.folder-filter.tpl-default .filter-card .filter-title {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  color: var(--text-black); }
  .v5-ran.folder-filter.tpl-default .filter-card .filter-body .filter-search {
    margin-bottom: 10px; }
    .v5-ran.folder-filter.tpl-default .filter-card .filter-body .filter-search::before {
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 16px;
      color: var(--text-gray); }
  .v5-ran.folder-filter.tpl-default .filter-card .filter-body .filter-list {
    max-height: 230px;
    overflow-y: auto; }
    .v5-ran.folder-filter.tpl-default .filter-card .filter-body .filter-list::-webkit-scrollbar {
      background-color: #ffffff;
      width: 2px;
      height: 2px; }
    .v5-ran.folder-filter.tpl-default .filter-card .filter-body .filter-list::-webkit-scrollbar-button {
      display: none; }
    .v5-ran.folder-filter.tpl-default .filter-card .filter-body .filter-list::-webkit-scrollbar-thumb {
      background-color: var(--bg-primary); }
    .v5-ran.folder-filter.tpl-default .filter-card .filter-body .filter-list .filter-list-item {
      padding: 4px 0; }
      .v5-ran.folder-filter.tpl-default .filter-card .filter-body .filter-list .filter-list-item:first-child {
        padding-top: 0 !important; }
  .v5-ran.folder-filter.tpl-default .filter-card .filter-body .filter-list-color {
    margin-right: -10px; }
    .v5-ran.folder-filter.tpl-default .filter-card .filter-body .filter-list-color .filter-list-item {
      width: 27px;
      margin-right: 10px;
      margin-bottom: 10px; }
      .v5-ran.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-ran.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-ran.folder-filter.tpl-default .filter-card .filter-body .filter-list-shape {
    margin-right: -10px; }
    .v5-ran.folder-filter.tpl-default .filter-card .filter-body .filter-list-shape .filter-list-item {
      width: 50px;
      margin-right: 10px; }
      .v5-ran.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-ran.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-ran.folder-filter.tpl-default .filter-card .filter-body .filter-list-shape .filter-list-item .filter-shape.shape-checked .image-wrapper, .v5-ran.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-ran.folder-filter.tpl-default .filter-card .filter-item {
  color: var(--text-gray);
  margin: 0;
  font-weight: normal;
  font-size: 13px; }
  .v5-ran.folder-filter.tpl-default .filter-card .filter-item:hover {
    color: var(--text-black); }
.v5-ran.folder-filter.tpl-default .filter-card .filter-category .filter-title-item {
  color: var(--text-black); }
.v5-ran.folder-filter.tpl-default .filter-card .selected-item {
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px; }
  .v5-ran.folder-filter.tpl-default .filter-card .selected-item i {
    font-size: 10px; }
.v5-ran.folder-filter.tpl-default .filter-card .selected-clear-btn {
  padding: 8px 13px;
  line-height: 1;
  font-size: 10px; }
  [dir="rtl"] .v5-ran.folder-filter.tpl-default .filter-card .filter-body .filter-search::before {
    right: auto;
    left: 15px; }
  [dir="rtl"] .v5-ran.folder-filter.tpl-default .filter-card .selected-item {
    margin-right: 0;
    margin-left: 5px; }
.v5-ran.folder-filter.tpl-default .price-filter-text &gt; span {
  margin: 0 5px; }


/* ProductsTopBottomInfo */
.v5-ran.folder-products-top-bottom-info.tpl-default p {
  color: var(--text-gray); }


/* Filter */
.v5-ran.folder-filter.tpl-filter-selected .selected-item {
  cursor: pointer;
  padding: 5px 15px; }
  .v5-ran.folder-filter.tpl-filter-selected .selected-item i {
    font-size: 10px;
    margin-right: 5px; }
  .v5-ran.folder-filter.tpl-filter-selected .selected-item:hover {
    color: var(--text-primary); }
    [dir="rtl"] .v5-ran.folder-filter.tpl-filter-selected .selected-item i {
      margin-right: 0;
      margin-left: 5px; }
.v5-ran.folder-filter.tpl-filter-selected .filter-clear-btn {
  padding: 0;
  border: 0; }
  .v5-ran.folder-filter.tpl-filter-selected .filter-clear-btn:hover {
    color: var(--text-primary); }


/* ProductList */
.v5-ran.folder-product-list.tpl-default .product-item-inner:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1); }
  .v5-ran.folder-product-list.tpl-default .product-item-inner:hover .product-buttons {
    opacity: 1;
    visibility: visible;
    bottom: 0; }
.v5-ran.folder-product-list.tpl-default .product-item .new-badge {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: var(--bg-black);
  color: var(--text-white);
  padding: 4px;
  width: 36px;
  height: 36px;
  font-size: 9px;
  text-align: center;
  border-radius: 15px;
  z-index: 2; }
  .v5-ran.folder-product-list.tpl-default .product-item .new-badge span {
    font-size: 12px; }
  @media (min-width: 768px) {
    .v5-ran.folder-product-list.tpl-default .product-item .new-badge {
      width: 47px;
      height: 47px;
      font-size: 12px; }
      .v5-ran.folder-product-list.tpl-default .product-item .new-badge span {
        font-size: 16px; } }
.v5-ran.folder-product-list.tpl-default .product-item .product-symbols {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2; }
  .v5-ran.folder-product-list.tpl-default .product-item .product-symbols .symbol-item {
    display: flex !important;
    align-items: center; }
    .v5-ran.folder-product-list.tpl-default .product-item .product-symbols .symbol-item.last-stock, .v5-ran.folder-product-list.tpl-default .product-item .product-symbols .symbol-item.out-of-stock {
      height: 26px;
      padding: 4px 10px;
      font-size: 11px; }
      .v5-ran.folder-product-list.tpl-default .product-item .product-symbols .symbol-item.last-stock i, .v5-ran.folder-product-list.tpl-default .product-item .product-symbols .symbol-item.out-of-stock i {
        margin-right: 5px; }
      .v5-ran.folder-product-list.tpl-default .product-item .product-symbols .symbol-item.last-stock.last-stock, .v5-ran.folder-product-list.tpl-default .product-item .product-symbols .symbol-item.out-of-stock.last-stock {
        background-color: var(--bg-warning);
        color: var(--text-body); }
        .v5-ran.folder-product-list.tpl-default .product-item .product-symbols .symbol-item.last-stock.last-stock b, .v5-ran.folder-product-list.tpl-default .product-item .product-symbols .symbol-item.out-of-stock.last-stock b {
          margin: 0 3px; }
      .v5-ran.folder-product-list.tpl-default .product-item .product-symbols .symbol-item.last-stock.out-of-stock, .v5-ran.folder-product-list.tpl-default .product-item .product-symbols .symbol-item.out-of-stock.out-of-stock {
        background-color: var(--text-gray);
        color: var(--text-white); }
      @media (min-width: 768px) {
        .v5-ran.folder-product-list.tpl-default .product-item .product-symbols .symbol-item.last-stock, .v5-ran.folder-product-list.tpl-default .product-item .product-symbols .symbol-item.out-of-stock {
          font-size: 14px; } }
    .v5-ran.folder-product-list.tpl-default .product-item .product-symbols .symbol-item + .symbol-item {
      margin-top: 10px; }
.v5-ran.folder-product-list.tpl-default .product-item .product-related {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 16px;
  font-weight: bold;
  font-style: italic; }
  .v5-ran.folder-product-list.tpl-default .product-item .product-related i {
    font-size: 13px;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 1px; }
.v5-ran.folder-product-list.tpl-default .product-item .product-buttons {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  background-color: var(--bg-white);
  opacity: 0;
  visibility: hidden; }
  .v5-ran.folder-product-list.tpl-default .product-item .product-buttons a {
    margin: 7.5px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    color: var(--text-body); }
    .v5-ran.folder-product-list.tpl-default .product-item .product-buttons a i {
      font-size: 16px; }
    .v5-ran.folder-product-list.tpl-default .product-item .product-buttons a.active, .v5-ran.folder-product-list.tpl-default .product-item .product-buttons a:hover {
      border-color: var(--border-primary) !important;
      background-color: var(--bg-primary);
      color: var(--text-white); }
.v5-ran.folder-product-list.tpl-default .product-item .product-detail-card {
  padding-bottom: 65px;
  position: relative; }
  .v5-ran.folder-product-list.tpl-default .product-item .product-detail-card .brand-title {
    margin-bottom: 5px;
    font-size: 13px; }
    .v5-ran.folder-product-list.tpl-default .product-item .product-detail-card .brand-title:hover {
      color: var(--text-primary) !important; }
  .v5-ran.folder-product-list.tpl-default .product-item .product-detail-card .product-title {
    font-size: 13px; }
    .v5-ran.folder-product-list.tpl-default .product-item .product-detail-card .product-title:hover {
      color: var(--text-primary) !important; }
  .v5-ran.folder-product-list.tpl-default .product-item .product-detail-card .product-bottom-line {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    .v5-ran.folder-product-list.tpl-default .product-item .product-detail-card .product-price-wrapper .discounted-badge {
      background-color: var(--bg-primary);
      color: var(--text-white);
      padding: 4px;
      width: 42px;
      height: 42px;
      text-align: center;
      font-size: 10px;
      border-radius: 15px;
      z-index: 2;
      margin-right: 10px; }
      .v5-ran.folder-product-list.tpl-default .product-item .product-detail-card .product-price-wrapper .discounted-badge span {
        font-size: 14px; }
    .v5-ran.folder-product-list.tpl-default .product-item .product-detail-card .product-price-wrapper .product-discounted-price {
      font-size: 14px; }
      .v5-ran.folder-product-list.tpl-default .product-item .product-detail-card .product-price-wrapper .product-discounted-price:not(.d-none) + .current-price {
        color: var(--text-primary); }
    .v5-ran.folder-product-list.tpl-default .product-item .product-detail-card .product-price-wrapper .current-price {
      font-size: 18px; }
  @media (min-width: 768px) {
    .v5-ran.folder-product-list.tpl-default .product-item .product-detail-card {
      padding-bottom: 85px; }
      .v5-ran.folder-product-list.tpl-default .product-item .product-detail-card .brand-title {
        font-size: 18px;
        margin-bottom: 10px; }
      .v5-ran.folder-product-list.tpl-default .product-item .product-detail-card .product-title {
        font-size: 18px; }
        .v5-ran.folder-product-list.tpl-default .product-item .product-detail-card .product-price-wrapper .discounted-badge {
          width: 47px;
          height: 47px;
          font-size: 12px; }
          .v5-ran.folder-product-list.tpl-default .product-item .product-detail-card .product-price-wrapper .discounted-badge span {
            font-size: 16px; }
        .v5-ran.folder-product-list.tpl-default .product-item .product-detail-card .product-price-wrapper .product-discounted-price {
          font-size: 18px; }
        .v5-ran.folder-product-list.tpl-default .product-item .product-detail-card .product-price-wrapper .current-price {
          font-size: 23px; } }
[dir="rtl"] .v5-ran.folder-product-list.tpl-default .product-item .new-badge {
  right: auto;
  left: 10px; }
[dir="rtl"] .v5-ran.folder-product-list.tpl-default .product-item .product-symbols {
  left: auto;
  right: 10px; }
  [dir="rtl"] .v5-ran.folder-product-list.tpl-default .product-item .product-symbols .symbol-item.last-stock i, [dir="rtl"] .v5-ran.folder-product-list.tpl-default .product-item .product-symbols .symbol-item.out-of-stock i {
    margin-right: 0;
    margin-left: 5px; }
[dir="rtl"] .v5-ran.folder-product-list.tpl-default .product-item .product-related {
  right: auto;
  left: 15px; }
  [dir="rtl"] .v5-ran.folder-product-list.tpl-default .product-item .product-detail-card .product-price-wrapper .discounted-badge {
    margin-right: 0;
    margin-left: 10px; }
.v5-ran.folder-product-list.tpl-default #product-list-panel #sort {
  height: 56px;
  min-width: 170px;
  font-size: 14px; }
@media (min-width: 768px) {
  .v5-ran.folder-product-list.tpl-default #product-list-panel #sort {
    font-size: 13px; } }
.v5-ran.folder-product-list.tpl-default #product-list-panel label {
  margin: 0; }
.v5-ran.folder-product-list.tpl-default #product-list-panel #filter-drawer {
  height: 56px;
  display: flex !important;
  align-items: center;
  font-size: 16px; }
.v5-ran.folder-product-list.tpl-default .select-and-add-to-cart-input {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .v5-ran.folder-product-list.tpl-default .page-layout a i {
    width: 8px;
    height: 8px;
    border: 1px solid var(--border-gray);
    border-radius: 8px; }
    .v5-ran.folder-product-list.tpl-default .page-layout a i:not(:first-child) {
      margin-left: 4px; }
      [dir="rtl"] .v5-ran.folder-product-list.tpl-default .page-layout a i:not(:first-child) {
        margin-left: 0;
        margin-right: 4px; }
  .v5-ran.folder-product-list.tpl-default .page-layout a.active i, .v5-ran.folder-product-list.tpl-default .page-layout a:hover i {
    background-color: var(--border-dark);
    border-color: var(--border-dark); }

.v5-ran.folder-product-list.tpl-default .image-wrapper{
                padding-bottom:130%;
            }
/* Footer */
.v5-ran.folder-footer.tpl-user_customFooter #footer-top .h5 {
  font-size: 18px;
  margin-bottom: 5px; }
@media (min-width: 768px) {
  .v5-ran.folder-footer.tpl-user_customFooter #footer-top .h5 {
    font-size: 28px; } }
.v5-ran.folder-footer.tpl-user_customFooter #footer-top p {
  font-size: 13px; }
@media (min-width: 768px) {
  .v5-ran.folder-footer.tpl-user_customFooter #footer-top p {
    font-size: 18px; } }
.v5-ran.folder-footer.tpl-user_customFooter #footer-top input[type="email"] {
  height: 46px; }
@media (min-width: 768px) {
  .v5-ran.folder-footer.tpl-user_customFooter #footer-top input[type="email"] {
    height: 56px; } }
.v5-ran.folder-footer.tpl-user_customFooter #footer-top button[type="submit"] {
  position: absolute;
  font-size: 15px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1; }
  .v5-ran.folder-footer.tpl-user_customFooter #footer-top #footer-social-list a {
    width: 36px;
    height: 36px;
    top: 0; }
  @media (min-width: 768px) {
    .v5-ran.folder-footer.tpl-user_customFooter #footer-top #footer-social-list a {
      width: 45px;
      height: 45px; }
      .v5-ran.folder-footer.tpl-user_customFooter #footer-top #footer-social-list a:hover {
        top: 3px; } }
[dir="rtl"] .v5-ran.folder-footer.tpl-user_customFooter #footer-top button[type="submit"] {
  right: auto;
  left: 0; }
.v5-ran.folder-footer.tpl-user_customFooter #footer-main #footer-menu .menu-item-title {
  font-size: 18px; }
@media (max-width: 767px) {
  .v5-ran.folder-footer.tpl-user_customFooter #footer-main #footer-menu .menu-item-title.active .ti-plus, .v5-ran.folder-footer.tpl-user_customFooter #footer-main #footer-menu .menu-item-title:not(.active) .ti-minus {
    display: none; }
  .v5-ran.folder-footer.tpl-user_customFooter #footer-main #footer-menu .menu-item-title + .menu-item-children:not(.show) {
    display: none; } }
.v5-ran.folder-footer.tpl-user_customFooter #footer-main #footer-menu .menu-item-children .menu-link {
  color: var(--text-gray);
  padding: 5px 0;
  display: block; }
  .v5-ran.folder-footer.tpl-user_customFooter #footer-main #footer-menu .menu-item-children .menu-link:hover {
    color: var(--text-primary); }

</pre></body></html>