<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:100%;
            }.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important; }

.fs-2 {
  font-size: calc(1.325rem + .9vw) !important; }

.fs-3 {
  font-size: calc(1.3rem + .6vw) !important; }

.fs-4 {
  font-size: calc(1.275rem + .3vw) !important; }

.fs-5 {
  font-size: 1.25rem !important; }

.fs-6 {
  font-size: 1rem !important; }

body.drawer-animated.drawer-right-active {
  transform: translate3d(-290px, 0, 0); }
body.drawer-animated.drawer-left-active {
  transform: translate3d(290px, 0, 0); }

[dir="rtl"] body.drawer-animated.drawer-right-active {
  transform: translate3d(290px, 0, 0); }
[dir="rtl"] body.drawer-animated.drawer-left-active {
  transform: translate3d(-290px, 0, 0); }

.drawer-wrapper {
  background-color: #FFF;
  width: 290px;
  z-index: 81; }
  .drawer-wrapper[data-position="left"]:not([data-display="push"]) {
    box-shadow: 4px 0 4px 0 rgba(0, 0, 0, 0.06); }
  .drawer-wrapper[data-position="left"][data-display="push"] {
    box-shadow: inset -4px 0 4px 0 rgba(0, 0, 0, 0.06); }
  .drawer-wrapper[data-position="right"]:not([data-display="push"]) {
    box-shadow: -4px 0 4px 0 rgba(0, 0, 0, 0.06); }
  .drawer-wrapper[data-position="right"][data-display="push"] {
    box-shadow: inset 4px 0 4px 0 rgba(0, 0, 0, 0.06); }
  .drawer-wrapper:not([data-position="right"]) {
    left: -290px; }
  .drawer-wrapper[data-position="right"] {
    right: -290px; }
  .drawer-wrapper .drawer-title {
    display: flex !important;
    padding: 15px;
    margin-bottom: 15px;
    position: relative; }
    .drawer-wrapper .drawer-title i {
      color: #80BD01;
      font-size: 38px;
      line-height: 1; }
    .drawer-wrapper .drawer-title span {
      color: #373738;
      font-size: 21px;
      font-weight: bold;
      line-height: 24px;
      display: block; }
  .drawer-wrapper .drawer-body {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
    overflow-x: hidden; }

[dir="rtl"] .drawer-wrapper[data-position="left"]:not([data-display="push"]) {
  box-shadow: -4px 0 4px 0 rgba(0, 0, 0, 0.06); }
[dir="rtl"] .drawer-wrapper[data-position="left"][data-display="push"] {
  box-shadow: inset 4px 0 4px 0 rgba(0, 0, 0, 0.06); }
[dir="rtl"] .drawer-wrapper[data-position="right"]:not([data-display="push"]) {
  box-shadow: 4px 0 4px 0 rgba(0, 0, 0, 0.06); }
[dir="rtl"] .drawer-wrapper[data-position="right"][data-display="push"] {
  box-shadow: inset -4px 0 4px 0 rgba(0, 0, 0, 0.06); }
[dir="rtl"] .drawer-wrapper:not([data-position="right"]) {
  left: auto;
  right: -290px; }
[dir="rtl"] .drawer-wrapper[data-position="right"] {
  right: auto;
  left: -290px; }

.drawer-overlay {
  background-color: rgba(0, 0, 0, 0.5); }

@media (min-width: 768px) {
  .drawer-overlay {
    background-color: transparent; }
    .drawer-wrapper .drawer-title {
      text-align: center;
      padding: 0 30px;
      margin-bottom: 20px;
      display: block !important; }
      .drawer-wrapper .drawer-title span {
        padding-top: 20px;
        padding-bottom: 30px;
        border-bottom: 1px solid #eaeaea; }
    .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; }
      .drawer-wrapper .drawer-close:hover {
        transform: rotate(90deg); }
    .drawer-wrapper .drawer-body {
      padding-left: 30px;
      padding-right: 30px; } }

@media (max-width: 767px) {
  .drawer-wrapper.closable-active {
    padding-bottom: 60px; }
    .drawer-wrapper.closable-active .drawer-close {
      background-color: #f9f9f9;
      width: 290px;
      height: 60px;
      display: flex !important;
      align-items: center;
      justify-content: center;
      position: fixed;
      bottom: 0;
      z-index: 2; }
      [data-position="left"] .drawer-wrapper.closable-active .drawer-close {
        left: 0; }
      [data-position="right"] .drawer-wrapper.closable-active .drawer-close {
        right: 0; }
      .drawer-wrapper.closable-active .drawer-close span {
        color: #373738;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        padding-right: 10px; }
      .drawer-wrapper.closable-active .drawer-close i {
        font-size: 20px; }
  .drawer-wrapper .drawer-title {
    display: flex !important;
    align-items: center; }
    .drawer-wrapper .drawer-title i {
      margin-right: 8px; }
    .drawer-wrapper .drawer-title::after {
      content: '';
      background-color: #eaeaea;
      height: 1px;
      display: block;
      position: absolute;
      top: 100%;
      left: 15px;
      right: 15px; }
  [data-position="left"] [dir="rtl"] .drawer-wrapper.closable-active .drawer-close {
    left: auto;
    right: 0; }
  [data-position="right"] [dir="rtl"] .drawer-wrapper.closable-active .drawer-close {
    right: auto;
    left: 0; }
  [dir="rtl"] .drawer-wrapper.closable-active .drawer-close span {
    padding-right: 0;
    padding-left: 10px; }
  [dir="rtl"] .drawer-wrapper .drawer-title i {
    margin-right: 0;
    margin-left: 8px; } }

.block-title {
  color: #373738;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: bold; }
  .block-title:not(.no-line)::after {
    content: '';
    background-color: #80BD01;
    width: 30px;
    height: 3px;
    display: block;
    border-radius: 1.5px;
    margin-top: 10px; }

.swiper-pagination {
  width: 100%;
  text-align: center;
  min-height: 34px;
  padding: 8px 15px; }
  .swiper-pagination .swiper-pagination-bullet {
    background-color: #d8d8d8;
    width: 7px;
    height: 7px;
    margin-left: 2px;
    margin-right: 2px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #d8d8d8;
    border-radius: 100%; }
  .swiper-pagination .swiper-pagination-bullet-active {
    border-color: #80BD01; }
  .swiper-pagination.swiper-pagination-progressbar {
    padding: 0;
    min-height: auto;
    background: #f9f9f9; }
    .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
      background: #80BD01; }
  .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: #f9f9f9;
    color: #373738;
    font-size: 10px; }
  .swiper-pagination.swiper-pagination-custom .swiper-pagination-customs-active {
    background-color: #80BD01;
    color: #ffffff; }
  .swiper-pagination * {
    outline: 0; }

@media (min-width: 768px) {
  .swiper-pagination:not(.bottom) {
    position: absolute;
    left: 0;
    bottom: 15px;
    z-index: 2; }
  [dir="rtl"] .swiper-pagination:not(.bottom) {
    left: auto;
    right: 0; } }

.swiper-button-prev, .swiper-button-next {
  background-color: #ffffff;
  font-size: 22px;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  top: 50%;
  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; }
  .swiper-button-prev:hover, .swiper-button-next:hover {
    box-shadow: none; }
  .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 0.35; }

.swiper-button-prev {
  left: 0; }
  .swiper-button-prev.inside {
    left: 18px; }
  .swiper-button-prev.outside {
    left: -18px; }

.swiper-button-next {
  right: 0; }
  .swiper-button-next.inside {
    right: 18px; }
  .swiper-button-next.outside {
    right: -18px; }

@media (max-width: 1230px) {
  .swiper-button-prev.outside &gt; i {
    margin-right: -10px; }
  .swiper-button-next.outside i {
    margin-left: -10px; } }

.noUi-target {
  background-color: #ffffff;
  height: 7px;
  margin-top: 25px;
  border-radius: 4px;
  border: solid 1px #eaeaea; }
  .noUi-target .noUi-base {
    width: calc(100% - 22px); }
  .noUi-target .noUi-origin {
    background: #fff;
    height: 100%; }
  .noUi-target .noUi-connect {
    background-color: #373738; }
  .noUi-target .noUi-handle {
    background-color: #ffffff;
    width: 22px;
    height: 22px;
    border: solid 1px #373738;
    border-radius: 4px;
    top: 50%;
    margin-top: -11px;
    outline: 0 !important;
    box-shadow: none !important;
    cursor: pointer; }

.pagination {
  display: flex !important; }
  .pagination a, .pagination span {
    background-color: #fff;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    min-width: 28px;
    height: 28px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #eaeaea;
    border-radius: 100%; }
    .pagination a i, .pagination span i {
      display: none; }
  .pagination a {
    color: #373738; }
    .pagination a.passive {
      pointer-events: none;
      cursor: not-allowed;
      opacity: 0.7; }
  .pagination a:hover, .pagination span {
    border-color: #000000; }
  .pagination a.first, .pagination a.last {
    display: none !important; }
  .pagination a.prev {
    background: url('/theme/v5-bikahve/assest/vitrin/prev.svg') no-repeat center;
    border: 0; }
  .pagination a.next {
    background: url('/theme/v5-bikahve/assest/vitrin/next.svg') no-repeat center;
    border: 0; }
  .pagination &gt; *:not(:first-child) {
    margin-left: 5px; }
  .pagination &gt; *:not(:last-child) {
    margin-right: 5px; }

.form-search input[type="search"] {
  padding-right: 80px;
  padding-left: 35px; }
.form-search button[type="submit"] {
  position: absolute;
  height: 30px;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  z-index: 2;
  font-size: 12px; }
.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; }

[dir="rtl"] .form-search input[type="search"] {
  padding-left: 80px;
  padding-right: 35px; }
[dir="rtl"] .form-search button[type="submit"] {
  right: auto;
  left: 5px; }
[dir="rtl"] .form-search .search-icon {
  left: auto;
  right: 0; }

.form-control, .form-control.btn {
  height: 44px; }


/* Header */
@media (min-width: 768px) {
  .v5-bikahve.folder-header.tpl-user_ysn #cartBtnBox {
    background: #919191; }
  .v5-bikahve.folder-header.tpl-user_ysn #header-cart-count .cart-soft-count {
    position: absolute;
    left: 15px;
    top: 0;
    z-index: 1;
    background: #fff;
    color: #444;
    border-radius: 100%;
    width: 14px;
    height: 14px;
    font-size: 11px;
    text-align: center; }
  .v5-bikahve.folder-header.tpl-user_ysn #header-cart-count {
    color: #fff;
    font-weight: 700;
    position: relative;
    font-size: 15px; }
  .v5-bikahve.folder-header.tpl-user_ysn #header-cart-count:before {
    content: "";
    background: url(/Data/EditorFiles/shopping-cart-1.svg) no-repeat center;
    background-size: 100%;
    width: 23px;
    height: 28px;
    margin-right: 8px;
    filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(1884%) hue-rotate(59deg) brightness(106%) contrast(101%); }
  .v5-bikahve.folder-header.tpl-user_ysn #header-account:before {
    content: "";
    background: url("/Data/EditorFiles/user.svg") no-repeat center;
    background-size: 100%;
    width: 21px;
    height: 28px;
    margin-right: 5px;
    filter: brightness(0) saturate(100%) invert(53%) sepia(10%) saturate(17%) hue-rotate(320deg) brightness(84%) contrast(82%); }
  .v5-bikahve.folder-header.tpl-user_ysn .hmforDesktop .col-auto {
    border: 2px solid #919191;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-webkit-radius: 5px;
    padding: 7px 10px; }
  .v5-bikahve.folder-header.tpl-user_ysn .hmforDesktop #header-account span {
    color: #484848;
    font-size: 15px;
    font-weight: 700;
    line-height: 14px; }
  .v5-bikahve.folder-header.tpl-user_ysn .hmforDesktop #header-account span div {
    font-size: 10px;
    font-weight: 400;
    margin-left: 2px; }
  .v5-bikahve.folder-header.tpl-user_ysn .hmforDesktop .col-auto a {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .v5-bikahve.folder-header.tpl-user_ysn .hmforDesktop .col-auto:last-child {
    margin-left: 10px; } }
.v5-bikahve.folder-header.tpl-user_ysn #header-bar {
  font-size: 10px;
  letter-spacing: 1px;
  padding-top: 5px;
  padding-bottom: 5px; }
@media (min-width: 768px) {
  .v5-bikahve.folder-header.tpl-user_ysn #header-bar {
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    letter-spacing: 2px; } }
@media (min-width: 992px) {
  .v5-bikahve.folder-header.tpl-user_ysn #header-main .header-main.sticky {
    opacity: 1;
    visibility: visible;
    background: white;
    /*background: linear-gradient(0deg, rgba(255,255,255,0.7542367288712359) 0%, rgba(0,0,0,1) 100%);*/
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all 0.2s ease; }
    .v5-bikahve.folder-header.tpl-user_ysn #header-main .header-main.sticky #logo, .v5-bikahve.folder-header.tpl-user_ysn #header-main .header-main.sticky #logo p {
      height: 45px; }
    .v5-bikahve.folder-header.tpl-user_ysn #header-main .header-main.sticky .search-menu {
      display: none !important; }
      .v5-bikahve.folder-header.tpl-user_ysn #header-main .header-main.sticky #hm-links a i {
        filter: brightness(0) invert(1); } }
.v5-bikahve.folder-header.tpl-user_ysn #header-main .header-mobile-menu-btn {
  font-size: 24px; }
  .v5-bikahve.folder-header.tpl-user_ysn #header-main #logo, .v5-bikahve.folder-header.tpl-user_ysn #header-main #logo p {
    display: flex;
    align-items: center;
    height: 40px;
    margin: 0;
    transition: none !important; }
  @media (min-width: 768px) {
    .v5-bikahve.folder-header.tpl-user_ysn #header-main #logo, .v5-bikahve.folder-header.tpl-user_ysn #header-main #logo p {
      height: 70px; } }
  .v5-bikahve.folder-header.tpl-user_ysn #header-main #logo img {
    max-height: 70px;
    width: auto; }
.v5-bikahve.folder-header.tpl-user_ysn #header-main #header-search .search-menu {
  padding: 0; }
  .v5-bikahve.folder-header.tpl-user_ysn #header-main #header-search .search-menu a {
    color: #a6a6a6; }
    .v5-bikahve.folder-header.tpl-user_ysn #header-main #header-search .search-menu a:hover {
      text-decoration: underline; }
.v5-bikahve.folder-header.tpl-user_ysn #header-main #header-search form#search input[type="search"] {
  height: 38px;
  padding-right: 60px;
  font-size: 12px; }
.v5-bikahve.folder-header.tpl-user_ysn #header-main #header-search form#search button[type="submit"] {
  padding: 8px;
  font-size: 12px;
  text-transform: uppercase;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%); }
  .v5-bikahve.folder-header.tpl-user_ysn #header-main #header-search form#search button[type="submit"] .svg-search {
    margin-right: 5px;
    width: 12px;
    height: 12px;
    background: url('/theme/v5-bikahve/assest/header/search.svg') no-repeat center;
    background-size: contain; }
@media (min-width: 768px) {
  .v5-bikahve.folder-header.tpl-user_ysn #header-main #header-search form#search input[type="search"] {
    height: 45px;
    padding-right: 50px;
    font-size: 13px; }
  .v5-bikahve.folder-header.tpl-user_ysn #header-main #header-search form#search button[type="submit"] {
    padding: 10px;
    font-size: 14px; } }
.v5-bikahve.folder-header.tpl-user_ysn #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%); }
  .v5-bikahve.folder-header.tpl-user_ysn #header-main #header-search form#search .search-form-list[v-cloak] {
    display: none; }
    .v5-bikahve.folder-header.tpl-user_ysn #header-main #header-search form#search .search-form-list .dynamic-search .block-title {
      font-size: 14px;
      line-height: 1.3;
      margin-bottom: 5px; }
    .v5-bikahve.folder-header.tpl-user_ysn #header-main #header-search form#search .search-form-list .dynamic-search ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .v5-bikahve.folder-header.tpl-user_ysn #header-main #header-search form#search .search-form-list .dynamic-search ul &gt; li {
        padding: 5px 0; }
        .v5-bikahve.folder-header.tpl-user_ysn #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;
          font-weight: 600; }
          .v5-bikahve.folder-header.tpl-user_ysn #header-main #header-search form#search .search-form-list .dynamic-search ul &gt; li &gt; a:hover {
            color: #80BD01; }
          .v5-bikahve.folder-header.tpl-user_ysn #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;
            min-width: 35px;
            margin-right: 10px; }
            .v5-bikahve.folder-header.tpl-user_ysn #header-main #header-search form#search .search-form-list .dynamic-search ul &gt; li &gt; a &gt; .search-image &gt; img {
              max-height: 100%; }
  @media (min-width: 768px) {
    .v5-bikahve.folder-header.tpl-user_ysn #header-main #header-search form#search .search-form-list {
      width: 576px; } }
.v5-bikahve.folder-header.tpl-user_ysn #header-main #hm-links a {
  display: flex !important; }
  .v5-bikahve.folder-header.tpl-user_ysn #header-main #hm-links a i {
    width: 30px;
    height: 30px;
    background-size: 22px !important; }
    .v5-bikahve.folder-header.tpl-user_ysn #header-main #hm-links a i.svg-fav {
      background: url('/theme/v5-bikahve/assest/header/fav.svg') no-repeat center;
      filter: invert(1); }
    .v5-bikahve.folder-header.tpl-user_ysn #header-main #hm-links a i.svg-user {
      background: url('/theme/v5-bikahve/assest/header/user.svg') no-repeat center; }
    .v5-bikahve.folder-header.tpl-user_ysn #header-main #hm-links a i.svg-basket {
      background: url('/Data/EditorFiles/basket-green.svg') no-repeat center;
      background-size: 30px !important; }
    @media (min-width: 768px) {
      .v5-bikahve.folder-header.tpl-user_ysn #header-main #hm-links a i {
        width: 100%;
        height: 100%;
        background-size: 28px !important; } }
  @media (max-width: 767px) {
    .v5-bikahve.folder-header.tpl-user_ysn #header-main #hm-links a {
      width: 30px;
      height: 30px; } }
.v5-bikahve.folder-header.tpl-user_ysn #header-menu #main-menu .menu {
  margin: 0;
  padding: 0;
  list-style: none; }
  .v5-bikahve.folder-header.tpl-user_ysn #header-menu #main-menu .menu &gt; li {
    padding: 5px 0; }
    .v5-bikahve.folder-header.tpl-user_ysn #header-menu #main-menu .menu &gt; li &gt; a {
      font-size: 16px;
      letter-spacing: 1px;
      padding-bottom: 5px;
      border-bottom: 15px solid transparent;
      transition: none;
      color: #646464;
      line-height: 18px;
      padding: 2px 20px 2px 20px;
      position: relative; }
    @media (min-width: 992px) {
      .v5-bikahve.folder-header.tpl-user_ysn #header-menu #main-menu .menu &gt; li &gt; a {
        padding: 2px 20px 2px 20px; } }
  @media (min-width: 1200px) {
    .v5-bikahve.folder-header.tpl-user_ysn #header-menu #main-menu .menu &gt; li &gt; a {
      padding: 2px 20px 2px 20px; } }
  .v5-bikahve.folder-header.tpl-user_ysn #header-menu #main-menu .menu &gt; li &gt; a:after {
    content: "";
    border-right: 1px solid #d5d5d5;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%; }
  .v5-bikahve.folder-header.tpl-user_ysn #header-menu #main-menu .menu &gt; li:last-child &gt; a::after {
    border: 0; }
    .v5-bikahve.folder-header.tpl-user_ysn #header-menu #main-menu .menu &gt; li:hover &gt; a:before {
      content: "";
      background: #80BD01;
      width: 100%;
      height: 2px;
      display: block;
      position: absolute;
      left: 0;
      bottom: -10px; }
    .v5-bikahve.folder-header.tpl-user_ysn #header-menu #main-menu .menu &gt; li:hover .sub-menu {
      opacity: 1;
      visibility: visible; }
  .v5-bikahve.folder-header.tpl-user_ysn #header-menu #main-menu .menu &gt; li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    min-height: 400px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }
    .v5-bikahve.folder-header.tpl-user_ysn #header-menu #main-menu .menu &gt; li .sub-menu .sub-link {
      color: #373738;
      font-size: 16px; }
      .v5-bikahve.folder-header.tpl-user_ysn #header-menu #main-menu .menu &gt; li .sub-menu .sub-link .sub-img {
        width: 65px;
        height: 75px; }
        .v5-bikahve.folder-header.tpl-user_ysn #header-menu #main-menu .menu &gt; li .sub-menu .sub-link .sub-img img {
          max-width: 100%;
          max-height: 100%; }
      .v5-bikahve.folder-header.tpl-user_ysn #header-menu #main-menu .menu &gt; li .sub-menu .sub-link .sub-name {
        height: 55px;
        padding: 10px; }
      .v5-bikahve.folder-header.tpl-user_ysn #header-menu #main-menu .menu &gt; li .sub-menu .sub-link:hover {
        color: #80BD01; }
        .v5-bikahve.folder-header.tpl-user_ysn #header-menu #main-menu .menu &gt; li .sub-menu .sub-link:hover .sub-name {
          background-color: #ededed00; }
.v5-bikahve.folder-header.tpl-user_ysn [id*="header-member-panel"] .tab-nav {
  display: flex !important;
  margin-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .v5-bikahve.folder-header.tpl-user_ysn [id*="header-member-panel"] .tab-nav::-webkit-scrollbar {
    background-color: #f9f9f9;
    width: 3px;
    height: 1px; }
  .v5-bikahve.folder-header.tpl-user_ysn [id*="header-member-panel"] .tab-nav::-webkit-scrollbar-button {
    display: none; }
  .v5-bikahve.folder-header.tpl-user_ysn [id*="header-member-panel"] .tab-nav::-webkit-scrollbar-thumb {
    background-color: #2c2a28; }
  .v5-bikahve.folder-header.tpl-user_ysn [id*="header-member-panel"] .tab-nav li {
    display: flex !important; }
    .v5-bikahve.folder-header.tpl-user_ysn [id*="header-member-panel"] .tab-nav li:not(:last-child) {
      margin-right: 20px; }
    .v5-bikahve.folder-header.tpl-user_ysn [id*="header-member-panel"] .tab-nav li a {
      color: #373738;
      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-bikahve.folder-header.tpl-user_ysn [id*="header-member-panel"] .tab-nav li.active a {
        color: #80BD01; }
        .v5-bikahve.folder-header.tpl-user_ysn [id*="header-member-panel"] .tab-nav li.active a::before {
          content: '';
          background-color: #80BD01;
          width: 100%;
          height: 3px;
          border-top-left-radius: 4px;
          border-top-right-radius: 4px;
          position: absolute;
          bottom: 0;
          left: 0; }
.v5-bikahve.folder-header.tpl-user_ysn [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-bikahve.folder-header.tpl-user_ysn [id*="header-member-panel"] a[class*="-login-btn"].fb-login-btn {
    background-color: #47629c;
    color: #ffffff; }
  .v5-bikahve.folder-header.tpl-user_ysn [id*="header-member-panel"] a[class*="-login-btn"].google-login-btn {
    color: #3c79e6;
    border: 1px solid #3c79e6; }
  .v5-bikahve.folder-header.tpl-user_ysn [id*="header-member-panel"] a[class*="-login-btn"].apple-login-btn {
    color: #000000;
    border: 1px solid #000000; }
  .v5-bikahve.folder-header.tpl-user_ysn [id*="header-member-panel"] a[class*="-login-btn"] i {
    font-size: 26px;
    margin-right: 6px; }
.v5-bikahve.folder-header.tpl-user_ysn [id*="mobile-menu"] .mobile-menu-title {
  color: #80BD01;
  font-size: 14px;
  line-height: 17px;
  padding-top: 13px; }
  .v5-bikahve.folder-header.tpl-user_ysn [id*="mobile-menu"] .mobile-menu-title::after {
    content: '';
    background-color: #80BD01;
    width: 71px;
    height: 3px;
    display: block;
    margin-top: 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
.v5-bikahve.folder-header.tpl-user_ysn [id*="mobile-menu"] nav ul li a, .v5-bikahve.folder-header.tpl-user_ysn [id*="mobile-menu"] nav ul li .menu-item {
  color: #373738;
  font-size: 14px;
  line-height: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
  position: relative; }
  .v5-bikahve.folder-header.tpl-user_ysn [id*="mobile-menu"] nav ul li a &gt; span, .v5-bikahve.folder-header.tpl-user_ysn [id*="mobile-menu"] nav ul li .menu-item &gt; span {
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
.v5-bikahve.folder-header.tpl-user_ysn [id*="mobile-menu"] nav ul li li &gt; a, .v5-bikahve.folder-header.tpl-user_ysn [id*="mobile-menu"] nav ul li li &gt; .menu-item {
  font-size: 12px;
  line-height: 15px; }
.v5-bikahve.folder-header.tpl-user_ysn .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; }
@media (min-width: 768px) {
  .v5-bikahve.folder-header.tpl-user_ysn .scroll-to-up {
    bottom: 20px;
    right: 20px; } }
.v5-bikahve.folder-header.tpl-user_ysn .scroll-to-up i {
  font-size: 22px;
  line-height: 1; }
.v5-bikahve.folder-header.tpl-user_ysn #header-mobile-sticky {
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 80; }
  .v5-bikahve.folder-header.tpl-user_ysn #header-mobile-sticky a {
    height: 50px; }
    .v5-bikahve.folder-header.tpl-user_ysn #header-mobile-sticky a .hm-sticky-btn {
      font-size: 10px; }
      .v5-bikahve.folder-header.tpl-user_ysn #header-mobile-sticky a .hm-sticky-btn &gt; i {
        position: relative;
        font-size: 20px;
        line-height: 1; }
      .v5-bikahve.folder-header.tpl-user_ysn #header-mobile-sticky a .hm-sticky-btn &gt; span {
        line-height: 1;
        margin-top: 5px; }

@media (max-width: 767px) {
  body {
    padding-bottom: 50px; } }

@media (min-width: 768px) {
  .menuLinkBox &gt; .col-6 {
    width: 50%;
    float: left; }
  .hmforMobile {
    display: none !important; } }

@media (max-width: 991px) {
  #header-main #logo img {
    max-height: 40px !important; }
  #header-main #logo, #header-main #logo &gt; div {
    width: 100%;
    height: initial !important;
    text-align: center;
    justify-content: center; }
  .w-100.header-main.pt-2.pb-1 {
    padding-top: 10px;
    padding-bottom: 10px; }
  #header-main #hm-links a i.svg-user {
    filter: invert(1); }
  #header-search {
    margin-top: 5px; }
  .v5-bikahve.folder-header.tpl-user_ysn #header-main {
    background-color: #fff; } }

@media (max-width: 767px) {
  .hmforDesktop {
    display: none !important; }
  html.order .payment-button-container {
    bottom: 50px !important; }
  .w-100.header-main.pt-2.pb-1 {
    padding-top: 5px; }
  #header-search {
    margin-top: 0; }
  #hm-links {
    padding-left: 0; }
  .logoBox {
    padding-left: 0; } }


/* Breadcrumb */
.v5-bikahve.folder-breadcrumb.tpl-default .breadcrumb ul li:last-child &gt; a {
  color: #000000 !important;
  font-weight: 500; }
.v5-bikahve.folder-breadcrumb.tpl-default .breadcrumb ul li .mx-1 {
  margin-left: 10px;
  margin-right: 10px; }
.v5-bikahve.folder-breadcrumb.tpl-default .breadcrumb ul li a {
  font-size: 11px; }
@media (min-width: 768px) {
  .v5-bikahve.folder-breadcrumb.tpl-default .breadcrumb ul li a {
    font-size: 13px; } }


/* ProductsTopBottomInfo */
@media (max-width: 767px) {
  .v5-bikahve.folder-products-top-bottom-info.tpl-user_default-ysn p {
    font-size: 11px;
    text-align: justify; } }

#topVitrin {
  position: relative; }

.topVitrinText {
  position: absolute;
  left: 30px;
  top: 10px;
  z-index: 1; }

#topVitrin h1 {
  font-size: 18px;
  color: #00000000; }

#topVitrin p {
  font-size: 13px;
  color: #00000000; }

@media (min-width: 768px) {
  .topVitrinText {
    width: 260px; }
  .topVitrinScroll {
    max-height: 80px;
    overflow-y: auto; } }

@media (min-width: 1231px) {
  .topVitrinText {
    width: 450px; }
  .topVitrinScroll {
    max-height: 140px;
    overflow-y: auto; } }

@media (max-width: 767px) {
  .topVitrinText {
    display: none; } }


/* Filter */
.v5-bikahve.folder-filter.tpl-default #product-filter:not(.drawer-wrapper) .product-filer-inner {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 11;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 5px; }
.v5-bikahve.folder-filter.tpl-default #product-filter:not(.drawer-wrapper) .filter-title {
  pointer-events: none; }
  .v5-bikahve.folder-filter.tpl-default #product-filter:not(.drawer-wrapper) .filter-title span {
    display: none; }
.v5-bikahve.folder-filter.tpl-default #product-filter:not(.active) {
  display: none; }
.v5-bikahve.folder-filter.tpl-default .drawer-title {
  padding: 0;
  padding-bottom: 10px; }
  .v5-bikahve.folder-filter.tpl-default .drawer-title::after {
    display: none; }
.v5-bikahve.folder-filter.tpl-default .filter-card .filter-title {
  font-size: 13px;
  font-weight: 600; }
@media (min-width: 768px) {
  .v5-bikahve.folder-filter.tpl-default .filter-card .filter-title {
    font-size: 15px; } }
.v5-bikahve.folder-filter.tpl-default .filter-card .filter-body {
  margin-top: 15px; }
  .v5-bikahve.folder-filter.tpl-default .filter-card .filter-body .filter-list .filter-list-item {
    margin-bottom: 15px; }
    .v5-bikahve.folder-filter.tpl-default .filter-card .filter-body .filter-list .filter-list-item .filter-item {
      margin: 0;
      color: #747474;
      display: flex;
      align-items: center;
      font-weight: normal; }
      .v5-bikahve.folder-filter.tpl-default .filter-card .filter-body .filter-list .filter-list-item .filter-item .input-checkbox {
        border: 1px solid #cfcfcf; }
      .v5-bikahve.folder-filter.tpl-default .filter-card .filter-body .filter-list .filter-list-item .filter-item:hover {
        color: #80BD01; }
  .v5-bikahve.folder-filter.tpl-default .filter-card .filter-body .filter-list a:hover {
    color: #80BD01 !important; }
.v5-bikahve.folder-filter.tpl-default .price-filter-text {
  font-size: 14px;
  margin-top: 10px; }
  .v5-bikahve.folder-filter.tpl-default .price-filter-text &gt; span {
    margin: 0 10px; }
.v5-bikahve.folder-filter.tpl-default .filter-search::before {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 14px;
  width: 14px;
  color: #979797;
  line-height: 1; }
.v5-bikahve.folder-filter.tpl-default .filter-search input {
  font-size: 12px;
  padding-left: 10px;
  padding-right: 22px; }
  .v5-bikahve.folder-filter.tpl-default .filter-search input::-webkit-input-placeholder {
    font-style: italic;
    font-weight: 300; }
  .v5-bikahve.folder-filter.tpl-default .filter-search input:-ms-input-placeholder {
    font-style: italic;
    font-weight: 300; }
  .v5-bikahve.folder-filter.tpl-default .filter-search input::placeholder {
    font-style: italic;
    font-weight: 300; }
@media (min-width: 768px) {
  .v5-bikahve.folder-filter.tpl-default .drawer-overlay {
    z-index: 10; } }
.v5-bikahve.folder-filter.tpl-default .noUi-target {
  height: 1px;
  border: 0;
  background: #e4e4e4; }
  .v5-bikahve.folder-filter.tpl-default .noUi-target .noUi-origin {
    background-color: #e4e4e4; }
  .v5-bikahve.folder-filter.tpl-default .noUi-target .noUi-connect {
    background: #80BD01; }
  .v5-bikahve.folder-filter.tpl-default .noUi-target .noUi-handle {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    border: 1px solid #80BD01;
    margin-top: -8px; }
  .v5-bikahve.folder-filter.tpl-default .noUi-target .noUi-base {
    width: calc(100% - 14px); }

.filter-load::before, .filter-load::after {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }
.filter-load::before {
  margin: auto;
  z-index: 999; }
.filter-load::after {
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100;
  opacity: 0.6; }


/* ProductList */
.v5-bikahve.folder-product-list.tpl-user_ysn .price-Box.price-Box-cart {
  width: calc(100% - 73px); }
@media (min-width: 992px) {
  .v5-bikahve.folder-product-list.tpl-user_ysn .price-Box.price-Box-cart {
    padding-left: 73px; } }
.v5-bikahve.folder-product-list.tpl-user_ysn .product-price-wrapper {
  min-height: 42px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center; }
  .v5-bikahve.folder-product-list.tpl-user_ysn .product-price-wrapper.cart-price-active {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify; }
.v5-bikahve.folder-product-list.tpl-user_ysn .cartPriceBox {
  border: 2px solid #80BD01;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 1px 5px;
  font-size: 13px;
  color: #80BD01;
  line-height: 16px; }
@media (max-width: 767px) {
  .v5-bikahve.folder-product-list.tpl-user_ysn .cartPriceBox {
    font-size: 12px;
    line-height: 12px; } }
.v5-bikahve.folder-product-list.tpl-user_ysn .cartPriceBox .cart-price {
  font-size: 15px; }
@media (max-width: 767px) {
  .v5-bikahve.folder-product-list.tpl-user_ysn .cartPriceBox .cart-price {
    font-size: 13px; } }
.v5-bikahve.folder-product-list.tpl-user_ysn .product-bottom-line {
  padding-top: 5px; }
  .v5-bikahve.folder-product-list.tpl-user_ysn #product-list-panel .drawer-filter {
    font-size: 13px; }
    .v5-bikahve.folder-product-list.tpl-user_ysn #product-list-panel .drawer-filter i {
      width: 20px;
      height: 20px;
      background: url('/theme/v5-bikahve/assest/vitrin/filter.svg') no-repeat center; }
    @media (min-width: 768px) {
      .v5-bikahve.folder-product-list.tpl-user_ysn #product-list-panel .drawer-filter {
        font-size: 15px; } }
  .v5-bikahve.folder-product-list.tpl-user_ysn #product-list-panel #sort {
    cursor: pointer; }
  .v5-bikahve.folder-product-list.tpl-user_ysn #product-list-panel #pageLayout {
    line-height: 1; }
    .v5-bikahve.folder-product-list.tpl-user_ysn #product-list-panel #pageLayout span {
      height: 11px;
      cursor: pointer; }
      .v5-bikahve.folder-product-list.tpl-user_ysn #product-list-panel #pageLayout span[data-id="3"] {
        width: 25px;
        background: url('/theme/v5-bikahve/assest/vitrin/grid3.svg'); }
        .v5-bikahve.folder-product-list.tpl-user_ysn #product-list-panel #pageLayout span[data-id="3"].active {
          background: url('/theme/v5-bikahve/assest/vitrin/grid3-ac.svg'); }
      .v5-bikahve.folder-product-list.tpl-user_ysn #product-list-panel #pageLayout span[data-id="4"] {
        width: 18px;
        background: url('/theme/v5-bikahve/assest/vitrin/grid3.svg'); }
        .v5-bikahve.folder-product-list.tpl-user_ysn #product-list-panel #pageLayout span[data-id="4"].active {
          background: url('/theme/v5-bikahve/assest/vitrin/grid3-ac.svg'); }
.v5-bikahve.folder-product-list.tpl-user_ysn .product-item .vitrin-badge {
  position: absolute;
  z-index: 1;
  top: 10px;
  color: #ffffff;
  width: 52px;
  height: 26px;
  text-align: center;
  padding: 3px 0;
  font-weight: 600; }
  .v5-bikahve.folder-product-list.tpl-user_ysn .product-item .vitrin-badge.discounted-badge {
    right: 5px;
    background: url('/theme/v5-bikahve/assest/vitrin/discount.svg') no-repeat center;
    background-size: contain; }
  @media (min-width: 768px) {
    .v5-bikahve.folder-product-list.tpl-user_ysn .product-item .vitrin-badge.discounted-badge {
      right: 10px; } }
  .v5-bikahve.folder-product-list.tpl-user_ysn .product-item .vitrin-badge.new-badge {
    left: 5px;
    background: url('/theme/v5-bikahve/assest/vitrin/new.svg') no-repeat center;
    background-size: contain; }
  @media (min-width: 768px) {
    .v5-bikahve.folder-product-list.tpl-user_ysn .product-item .vitrin-badge.new-badge {
      left: 10px; } }
@media (min-width: 768px) {
  .v5-bikahve.folder-product-list.tpl-user_ysn .product-item .vitrin-badge {
    top: 20px; } }
.v5-bikahve.folder-product-list.tpl-user_ysn .product-item .out-of-stock {
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  background-color: #a0a0a0;
  text-align: center;
  padding: 8px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff; }
.v5-bikahve.folder-product-list.tpl-user_ysn .product-item .product-detail-card {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px; }
@media (min-width: 768px) {
  .v5-bikahve.folder-product-list.tpl-user_ysn .product-item .product-detail-card {
    margin-top: 10px;
    margin-bottom: 10px; } }
.v5-bikahve.folder-product-list.tpl-user_ysn .product-item .product-detail-card .product-stars {
  font-size: 12px; }
  .v5-bikahve.folder-product-list.tpl-user_ysn .product-item .product-detail-card .product-stars .stars {
    margin-right: 8px;
    font-size: inherit; }
  .v5-bikahve.folder-product-list.tpl-user_ysn .product-item .product-detail-card .product-stars .product-comment-text {
    font-size: inherit; }
  @media (min-width: 768px) {
    .v5-bikahve.folder-product-list.tpl-user_ysn .product-item .product-detail-card .product-stars {
      font-size: 15px; } }
.v5-bikahve.folder-product-list.tpl-user_ysn .product-item .product-detail-card .product-title {
  font-size: 13px;
  line-height: 1.1;
  height: 30px;
  text-align: center;
  font-weight: 500;
  overflow: hidden; }
@media (min-width: 768px) {
  .v5-bikahve.folder-product-list.tpl-user_ysn .product-item .product-detail-card .product-title {
    font-size: 15px;
    height: 35px; } }
.v5-bikahve.folder-product-list.tpl-user_ysn .product-item .product-detail-card .product-price-wrapper .product-discounted-price {
  color: #747474;
  font-size: 13px;
  line-height: 11px; }
  .v5-bikahve.folder-product-list.tpl-user_ysn .product-item .product-detail-card .product-price-wrapper .product-discounted-price:not(.d-none) + .current-price {
    color: #80BD01; }
  @media (min-width: 768px) {
    .v5-bikahve.folder-product-list.tpl-user_ysn .product-item .product-detail-card .product-price-wrapper .product-discounted-price {
      font-size: 15px;
      line-height: 13px; } }
.v5-bikahve.folder-product-list.tpl-user_ysn .product-item .product-detail-card .product-price-wrapper .current-price {
  color: #000;
  font-size: 14px; }
  .v5-bikahve.folder-product-list.tpl-user_ysn .product-item .product-detail-card .product-price-wrapper .current-price strong {
    font-weight: inherit; }
  @media (min-width: 768px) {
    .v5-bikahve.folder-product-list.tpl-user_ysn .product-item .product-detail-card .product-price-wrapper .current-price {
      font-size: 18px; } }
  .v5-bikahve.folder-product-list.tpl-user_ysn .product-item .product-detail-card .product-price-wrapper .current-price.not-discounted-price {
    color: #80BD01; }
.v5-bikahve.folder-product-list.tpl-user_ysn .product-item:hover &gt; .bg-white {
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.08); }
.v5-bikahve.folder-product-list.tpl-user_ysn .product-item:hover .product-buttons {
  opacity: 1;
  visibility: visible; }
.v5-bikahve.folder-product-list.tpl-user_ysn .top-1 {
  position: relative;
  top: -1px; }
  .v5-bikahve.folder-product-list.tpl-user_ysn .product-buttons a {
    color: #000;
    text-align: center;
    height: 32px;
    font-weight: 500;
    font-size: 14px;
    border: 2px solid #000;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important; }
    .v5-bikahve.folder-product-list.tpl-user_ysn .product-buttons a:not(:last-of-type) {
      margin-right: 5px; }
    .v5-bikahve.folder-product-list.tpl-user_ysn .product-buttons a:hover {
      background: #000;
      color: #ffffff; }
    @media (min-width: 768px) {
      .v5-bikahve.folder-product-list.tpl-user_ysn .product-buttons a {
        font-size: 17px;
        height: 40px; } }

.v5-bikahve.folder-product-list.tpl-user_ysn .image-wrapper{
                padding-bottom:100%;
            }
/* ProductsTopBottomInfo */
@media (max-width: 767px) {
  .v5-bikahve.folder-products-top-bottom-info.tpl-default p {
    font-size: 11px;
    text-align: justify; } }


/* Footer */
.v5-bikahve.folder-footer.tpl-user_ysn .whatsapp-link {
  background: #30ba45 url(/Data/EditorFiles/whatsapp.png) no-repeat center;
  background-size: 30px;
  width: 50px;
  height: 50px;
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 51;
  -webkit-border-radius: 100%;
  border-radius: 100%; }
@media (max-width: 767px) {
  .v5-bikahve.folder-footer.tpl-user_ysn .whatsapp-link {
    bottom: 70px; } }
.v5-bikahve.folder-footer.tpl-user_ysn #footer-top .footer-info h5 {
  font-size: 12px; }
@media (min-width: 768px) {
  .v5-bikahve.folder-footer.tpl-user_ysn #footer-top .footer-info h5 {
    font-size: 15px; } }
.v5-bikahve.folder-footer.tpl-user_ysn #footer-top .footer-info-icon {
  background-color: #f9f5f1;
  border-radius: 70px;
  width: 70px;
  height: 70px;
  padding: 15px; }
@media (min-width: 768px) {
  .v5-bikahve.folder-footer.tpl-user_ysn #footer-top .footer-info-icon {
    width: 120px;
    height: 120px; } }
.v5-bikahve.folder-footer.tpl-user_ysn #footer-top .footer-info p {
  color: #000000;
  font-size: 10px; }
@media (min-width: 768px) {
  .v5-bikahve.folder-footer.tpl-user_ysn #footer-top .footer-info p {
    font-size: 13px; } }
.v5-bikahve.folder-footer.tpl-user_ysn #footer-menu {
  padding-top: 40px;
  padding-bottom: 40px; }
@media (min-width: 768px) {
  .v5-bikahve.folder-footer.tpl-user_ysn #footer-menu {
    padding-top: 90px;
    padding-bottom: 90px; } }
.v5-bikahve.folder-footer.tpl-user_ysn #footer-menu .menu-item-wrapper .menu-title {
  font-size: 15px; }
  .v5-bikahve.folder-footer.tpl-user_ysn #footer-menu .menu-item-wrapper .menu-title.active + .menu-children {
    display: block !important; }
.v5-bikahve.folder-footer.tpl-user_ysn #footer-menu .menu-item-wrapper .menu-children a {
  color: #747474; }
  .v5-bikahve.folder-footer.tpl-user_ysn #footer-menu .menu-item-wrapper .menu-children a:not(:last-child) {
    margin-bottom: 15px; }
  .v5-bikahve.folder-footer.tpl-user_ysn #footer-menu .menu-item-wrapper .menu-children a:hover {
    color: #80BD01; }
.v5-bikahve.folder-footer.tpl-user_ysn #footer-menu .footer-news-letter input[type="email"] {
  height: 50px;
  padding-left: 20px; }
.v5-bikahve.folder-footer.tpl-user_ysn #footer-menu .footer-news-letter button[type="submit"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  padding: 0;
  display: flex !important;
  align-items: center;
  text-transform: uppercase; }
  .v5-bikahve.folder-footer.tpl-user_ysn #footer-menu .footer-news-letter button[type="submit"] .svg-newsletter {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background: url('/theme/v5-bikahve/assest/footer/news.svg') no-repeat center; }
.v5-bikahve.folder-footer.tpl-user_ysn #footer-menu .footer-news-letter .error-input-msg, .v5-bikahve.folder-footer.tpl-user_ysn #footer-menu .footer-news-letter .popover-item.inline {
  right: auto;
  left: 20px; }
@media (min-width: 768px) {
  .v5-bikahve.folder-footer.tpl-user_ysn .footer-cards-alter {
    flex-wrap: nowrap; } }

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