/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/* Fonts */
.pt-sans-regular {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.pt-sans-bold {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.pt-sans-regular-italic {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.pt-sans-bold-italic {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
}


/* Body */
body {
  font-family: 'PT Sans', 'Manrope', 'sans-serif';
}

/* Buttons */
.btn-primary {
  background-color: white;
  border-color: #004A09;
  color: #004A09;
}

.btn-primary:hover {
  background-color: #004A09;
  /* border-color: #004A09; */
  color: white;
}

.btn-primary:disabled:hover  {
  background-color: #2B8937;
}

.btn-primary:disabled:focus {
  background-color: #2B8937;
}

.btn-primary:active:hover {
  background-color: #205227;
}

.btn-primary:active {
  background-color: #205227;
}

#header .header-nav .cart-preview.active {
  background: #004A09;
}

#header .user-info a:hover {
  color: #004A09;
}

/* General links */
a {
  color: #2b8939;
}

/* Wrapper  */
#wrapper {
  padding-top: unset;
  background: white;
}

/* Breadcrumb */
#wrapper .breadcrumb {
  background-color: rgb(43, 137, 57);
  padding-top: 15px;
  padding-bottom: 15px;
}
#wrapper .breadcrumb ol {
  padding-left: 15px;
}

#wrapper .breadcrumb ol li a span {
  color: white;
}

#wrapper .breadcrumb ol li span {
  color: white;
}

#wrapper .breadcrumb li::after {
  color: white;
  content: "";
  margin: unset;
}

#wrapper .breadcrumb i {
  color: white;
  margin: auto .3125rem;
}

/* Product flags */
.product-flags li.product-flag.discount,
.has-discount .discount {
  background-color: #B13D37;
  border-color: #5F0500;
}

.product-flags li.product-flag.new {
  background-color: #2B8937;
  border-color: #004a09;
}

.product-flags li.product-flag.out_of_stock {
  background: black;
}

/* Product prices */
.has-discount.product-price .current-price-value {
  color: #2b8939;
}

.current-price-value {
  color: #2b8939;
}

.product-miniature .price {
  color: #2b8939;
}

.product-miniature .highlighted-informations .quick-view:hover {
  color: #2b8939;
}

.product-miniature .thumbnail-container:hover .highlighted-informations.no-variants.has-add-to-cart {
  top: calc(100% - 5rem);
}

/* Product tabs */
.tabs .nav-tabs .nav-link.active {
  color: #2b8939;
  border-color: #2b8939;
}

.tabs .nav-tabs .nav-link:hover {
  border-color: #2b8939;
}

/* Product images */
.product-images>li.thumb-container .thumb.selected {
  border-color: #2b8939;
}

/* Product block cart modal */
#blockcart-modal .product-name {
  color: #004A09;
}

/* Menu */
#header .top-menu a[data-depth="0"] {
  font-family: 'PT Sans';
  font-weight: 600;
  font-style: normal;
  line-height: 14px;
  font-size: 14px;
  text-transform: uppercase;
  color: #333333;
  letter-spacing: 0.1em;
}

#header .header-top #_desktop_top_menu {
  width: 100%;
}

#header .header-top #_desktop_top_menu #top-menu[data-depth="0"] {
  justify-self: flex-end;
}

#header .header-top #_desktop_top_menu #top-menu[data-depth="0"] > li > a {
  padding: 10px 16px;
}

#header.header-max-minimized #_desktop_user_info .user-info,
#header.header-mid-minimized #_desktop_user_info .user-info {
  margin-left: 0;
}


/* =========================================================
  DESKTOP ONLY – MULTI-LEVEL MENU (Classic / ps_mainmenu)
  Supports up to 4 nested levels
  ========================================================= */
@media (hover: hover) and (pointer: fine) {

  /* --- evitar recortes --- */
  #_desktop_top_menu,
  #_desktop_top_menu .top-menu,
  #_desktop_top_menu .sub-menu {
   overflow: visible !important;
   min-width: fit-content;
  }

  #_desktop_top_menu span.float-xs-right.hidden-md-down span {
    padding-left: 0;
    padding-right: 0;
  }

    #_desktop_top_menu span.float-xs-right.hidden-md-down span i {
    padding-left: 5px;
    padding-right: 0;
  }


  #_desktop_top_menu .popover.sub-menu {
   border-top: 3px solid #2b8939;
  }

  #_desktop_top_menu a.dropdown-submenu ~ div.collapse ul.top-menu {
   width: calc(100% - 30px);
   min-width: fit-content;
   padding-left: .5rem;
   padding-right: .5rem;
   border: 0;
   -webkit-box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, .1);
   box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, .1);
   -webkit-transition: opacity .5s ease, visibility .5s ease;
   transition: opacity .5s ease, visibility .5s ease;
   background: white;
   border-top: 3px solid #2b8939;

   display: flex;
   flex-direction: column;
  }

  /* ======================================================
    NIVEL 1 -> abre dropdown (nivel 2)
    ====================================================== */
  #_desktop_top_menu ul.top-menu[data-depth="0"] > li.category {
   position: relative;
  }

  #_desktop_top_menu ul.top-menu[data-depth="0"] > li.category > .sub-menu.collapse {
   display: none !important;
   position: absolute;
   top: 100% !important;
   left: -35px;
   z-index: 1000;
   min-width: 240px;
   width: fit-content;
   padding-right: 20px;
  }

  #_desktop_top_menu ul.top-menu[data-depth="0"] > li.category:hover > .sub-menu.collapse {
   display: block !important;
  }

  /* ======================================================
    NIVEL 2 -> lista normal
    ====================================================== */
  #_desktop_top_menu ul.top-menu[data-depth="1"] > li.category {
   position: relative;
  }

  #_desktop_top_menu ul.top-menu[data-depth="1"] > li.category > a {
   display: block;
   white-space: nowrap;
   text-transform: initial;
   font-weight: 400;
  }

  /* ======================================================
    NIVEL 3+ -> flyout lateral (soporta hasta 4 niveles)
    ====================================================== */
  /* Base rule for flyouts (levels 1..4) */
  #_desktop_top_menu ul.top-menu[data-depth="1"] > li.category > .collapse,
  #_desktop_top_menu ul.top-menu[data-depth="2"] > li.category > .collapse,
  #_desktop_top_menu ul.top-menu[data-depth="3"] > li.category > .collapse,
  #_desktop_top_menu ul.top-menu[data-depth="4"] > li.category > .collapse {
   display: none !important;
   position: absolute;
   top: 0;
   left: 100%;
   min-width: fit-content;
   z-index: 1100;
   background: white;
   -webkit-box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, .1);
   box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, .1);
  }

  #_desktop_top_menu ul.top-menu[data-depth="2"] > li.category > .collapse {
    top: 60%;
    left: 10%;
  }

  /** Set flex column for all submenus **/
  #_desktop_top_menu ul.top-menu[data-depth="1"],
  #_desktop_top_menu ul.top-menu[data-depth="2"],
  #_desktop_top_menu ul.top-menu[data-depth="3"],
  #_desktop_top_menu ul.top-menu[data-depth="4"] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  /* Slightly increase z-index for deeper levels to avoid overlap issues */
  #_desktop_top_menu ul.top-menu[data-depth="2"] > li.category > .collapse { z-index: 1110; }
  #_desktop_top_menu ul.top-menu[data-depth="3"] > li.category > .collapse { z-index: 1120; }
  #_desktop_top_menu ul.top-menu[data-depth="4"] > li.category > .collapse { z-index: 1130; }

  /* Show flyout on hover for any supported level */
  #_desktop_top_menu ul.top-menu[data-depth="1"] > li.category:hover > .collapse,
  #_desktop_top_menu ul.top-menu[data-depth="2"] > li.category:hover > .collapse,
  #_desktop_top_menu ul.top-menu[data-depth="3"] > li.category:hover > .collapse,
  #_desktop_top_menu ul.top-menu[data-depth="4"] > li.category:hover > .collapse {
   display: block !important;
  }

  /* Items inside nested menus */
  #_desktop_top_menu ul.top-menu[data-depth="2"],
  #_desktop_top_menu ul.top-menu[data-depth="3"],
  #_desktop_top_menu ul.top-menu[data-depth="4"] {
   display: block;
   margin: 0;
   padding: 10px 0;
  }

  #_desktop_top_menu ul.top-menu[data-depth="2"] > li > a,
  #_desktop_top_menu ul.top-menu[data-depth="3"] > li > a,
  #_desktop_top_menu ul.top-menu[data-depth="4"] > li > a {
   display: block;
   padding: 6px 14px;
   white-space: nowrap;
  }

  /* If screen real estate is tight, allow deeper flyouts to align inside viewport */
  /* (simple fallback: reduce min-width for very deep levels) */
  #_desktop_top_menu ul.top-menu[data-depth="3"] > li.category > .collapse { min-width: fit-content; }
  #_desktop_top_menu ul.top-menu[data-depth="4"] > li.category > .collapse { min-width: fit-content; }
}

#header .top-menu a[data-depth]:hover, a:hover {
  color: #2b8939;
}

/* Header */
header#header {
  position: sticky;
  top: 0;
}

.header-top, .header-nav {
    transition: padding 0.4s ease-in-out, height 0.4s ease-in-out, border 0.4s ease-in-out;
}

/* Between 768px and 1024px screen width */
#header.header-mid-minimized .header-top {
    padding-top: 0px;  /* Shrink vertical padding */
    padding-bottom: 15px;
    height: fit-content;
}

#header.header-mid-minimized .header-nav {
  border-bottom: 0;
}

#header .header-nav .right-nav,
#header .header-top #search_widget {
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

#header #custom-text {
  transition: font-size 0.4s ease-in-out, line-height 0.4s ease-in-out, padding 0.4s ease-in-out;
}

#header.header-mid-minimized .header-nav .right-nav {
  /* transform: translateX(100%); */
}

#header.header-mid-minimized #_desktop_cart > div,
#header.header-mid-minimized #_desktop_user_info > div {
  height: fit-content;
  padding: .5rem;
}

#header.header-mid-minimized #_desktop_user_info > div {
  margin: 0;
}

#header.header-mid-minimized #_desktop_cart a span.hidden-sm-down,
#header.header-mid-minimized #_desktop_cart div span.hidden-sm-down,
#header.header-mid-minimized #_desktop_user_info a span.hidden-sm-down {
  display: none;
}


#header.header-mid-minimized .header-top .logo,
#header.header-mid-minimized .header-top #_desktop_logo {
    height: 45px;
    width: auto;
    margin: 0;
    /* transform: translateY(-20px);  */
    transition: all 0.3s ease-in-out;
}

#header.header-mid-minimized #_desktop_top_menu {
  /* transform: translateY(-40px); */
  padding-left: 0;
}

#header.header-mid-minimized #_desktop_top_menu ul.top-menu li a {
  font-size: 14px;
}

#header.header-mid-minimized .header-top #search_widget {
    opacity: 0;
    visibility: hidden;
    display: none; /* simple hide, remove if you want smooth fade out */
}

/* More than 1024px screen width */
#header.header-max-minimized .header-top {
    padding-top: 0px;  /* Shrink vertical padding */
    padding-bottom: 15px;
    height: fit-content;
}

#header.header-max-minimized .header-nav {
  border-bottom: 0;
}

#header.header-max-minimized .header-nav .right-nav {
  /* transform: translateX(100%); */
}

#header.header-max-minimized #_desktop_cart a span.hidden-sm-down,
#header.header-max-minimized #_desktop_cart div span.hidden-sm-down,
#header.header-max-minimized #_desktop_user_info a span.hidden-sm-down {
  display: none;
}


#header.header-max-minimized .header-top .logo,
#header.header-max-minimized .header-top #_desktop_logo {
    height: 45px;
    width: auto;
    margin: 0;
    /* transform: translateY(-20px);  */
    transition: all 0.3s ease-in-out;
}

#header.header-max-minimized #_desktop_top_menu {
  /* transform: translateY(-40px); */
}

#header.header-max-minimized .header-top #search_widget {
    opacity: 0;
    visibility: hidden;
    display: none; /* simple hide, remove if you want smooth fade out */
}

/* Custom text block module shown in header and homepage */
#custom-text {
  background-color: #2b8939;
  padding: 20px 10px;
}

#custom-text * {
  color: white !important;
  margin-bottom: 0 !important;
  /* font-size: 20px !important; */
  font-weight: 400 !important;
}

.header-banner #custom-text {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  transition: font-size 0.4s ease-in-out, line-height 0.4s ease-in-out, padding 0.4s ease-in-out;
}

.header-banner #custom-text * {
  transition: font-size 0.4s ease-in-out, line-height 0.4s ease-in-out;
}

/* Compact announcement text while the desktop header is minimized. */
#header.header-mid-minimized .header-banner #custom-text,
#header.header-max-minimized .header-banner #custom-text {
  padding: 8px 10px;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#header.header-mid-minimized .header-banner #custom-text *,
#header.header-max-minimized .header-banner #custom-text * {
  font-size: inherit !important;
  line-height: inherit !important;
}

/* Keep the fixed mobile header compact after the user scrolls. */
@media (max-width: 767px) {
  #header.header-mobile-minimized .header-banner #custom-text {
    padding: 10px 10px;
    font-size: 14px;
    line-height: 18px;
  }

  #header.header-mobile-minimized .header-banner #custom-text * {
    font-size: inherit !important;
    line-height: inherit !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .header-banner #custom-text,
  .header-top,
  .header-nav {
    transition: none;
  }
}

/* Cart line */
.cart-grid-body a.label:hover {
  color: #2b8939;
}

.has-discount.product-price .current-price .price {
  color: #2b8939;
}

.product-line-info.product-price .current-price .price {
  color: #2b8939;
}

/* Cart summary  */
#cart-summary-product-list .product-price {
  color: #004a09;
  font-size: 700;
}

body#checkout a:hover {
  color: #004a09;
}

/* Checkout */
.custom-radio input[type=radio]:checked+span {
  background-color: #2b8939;
}

body#checkout section.checkout-step .address-item.selected {
  border-color: #2b8939;
}


/* Pagination */
.pagination .current a {
  color: #2b8939;
}

/* Categories: left column  */
#left-column .block-categories {
  border: 1px solid #868179;
  padding: 0;
  /* padding-top: 1.563rem; */
}

#left-column .block-categories ul.category-top-menu > li {
  border: none;
  padding: 0;
}

#left-column .block-categories ul.category-top-menu,
#left-column .block-categories ul.category-sub-menu {
  margin: 0;
}

#left-column .block-categories ul.category-sub-menu {
  background-color: #fafafa;
}

#left-column .block-categories ul.category-top-menu > li > ul.category-sub-menu {
  background-color: white;
}

#left-column .block-categories li,
#left-column .block-categories li[data-depth="1"],
#left-column .block-categories li[data-depth="2"],
#left-column .block-categories li[data-depth="3"],
#left-column .block-categories li[data-depth="4"]    {
  border-bottom: 1px solid #868179;
  margin: 0;
  /* padding: 0.5rem 0; */
}

#left-column .block-categories li[data-depth="1"]:first-of-type,
#left-column .block-categories li[data-depth="2"]:first-of-type,
#left-column .block-categories li[data-depth="3"]:first-of-type,
#left-column .block-categories li[data-depth="4"]:first-of-type {
  border-top:  1px solid #868179;
}

#left-column .block-categories li:last-of-type {
  border-bottom: 0;
}

#left-column .block-categories li[data-depth="0"] {
  padding: 0;
}

#left-column .block-categories li a,
#left-column .block-categories li[data-depth="1"] a,
#left-column .block-categories li[data-depth="2"] a,
#left-column .block-categories li[data-depth="3"] a,
#left-column .block-categories li[data-depth="4"] a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin: 0;
  width: 100%;
  display: flex;
  color: #2b8939;
  font-weight: 500;
}

#left-column .block-categories .collapse-icons {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.1rem;
}

#left-column .block-categories .collapse-icons .remove:hover,
#left-column .block-categories .collapse-icons .add:hover {
  color: #2b8939;
}

/* Categories: order by */
.products-sort-order .select-list:hover {
  background: #2b8939;
}

/* Footer  */
#footer {
  background-color: black;
}

#footer * {
  letter-spacing: 0.84px;
  line-height: 20px;
  color: white;
}

#footer {
  padding-top: 0;
}

#footer .footer-container {
  padding-top: 20px;
}

#footer a,
#footer p.h1,
#footer p.h1 *,
#footer p.h2,
#footer p.h2 *,
#footer p.h3,
#footer p.h3 *,
#footer p.h4,
#footer p.h4 * {
  color: white;
}

@media (max-width: 767px) {
  .contact,
  .socials.payment-logos {
    margin: 20px auto;
  }

  #footer .footer-container .links ul {
    background: rgb(63, 63, 63);
  }

  #footer .hidden-md-up[data-toggle="collapse"] span {
    line-height: 2;
  }
}

#footer .contact * {
  font-size: 17px;
}

#footer .extra-information .socials img.fb {
  width: 32px;
  margin: calc(32px/4);
}

#footer img[alt="Whatsapp"] {
  padding: calc(32px / 4);
}

#footer .extra-information .payment-logos img.payment-logos {
  background: white;
  padding: 5px;
  border-radius: 8px;
}

#footer .kit-digital {
  display: flex;
  flex-wrap: wrap;
  max-height: min-content;
  align-items: center;
  justify-content: center;
  background: white;
  max-width: fit-content;
  margin: 0 auto;
  margin-bottom: 20px;
}

#footer .kit-digital div {
  background-color: white;
}

#footer .kit-digital div:last-child {
  height: 100px;
}

#footer .kit-digital div:last-child img {
  margin-top: 25px;
}

/* Cookie banner */

button.cookie-consent-banner__close-btn {
  background-color: black;
  color: white;
}

#cookie-consent-modal,
#cookie-consent-modal *:not(button) {
  color: black;
}

/* homecatgoriez module */
#homecategoriez img {
  border: none !important;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
}

#homecategoriez img:hover {
    transform: scale(1.1);
}

#homecategoriez li {
  overflow: hidden;
}

#homecategoriez .category-title,
#homecategoriez .category-description,
#homecategoriez > h4 {
  display: none;
}


/* Featured products (home) */
section.featured-products h2.products-section-title {
  text-align: left;
  text-transform: lowercase !important;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  color: #333333;
  letter-spacing: 0.05em;
}

section.featured-products h2.products-section-title::before {
  content: "";
  width: 4px;
  height: 14px;
  background: #333;
  margin: auto 9px auto 0;
  display: inline-block;
  background-color: #2b8939;
}

/* Form */

.form-control:focus {
  outline-color: #2b8939;
  border-color: #004a09;
}

.input-group.focus {
  outline-color: #2b8939;
  border-color: #004a09;
}

/* Customer account  */
.page-my-account #content .links a:hover i {
  color: #2b8939;
}

/* Header account dropdown */
#header #_desktop_user_info .user-info > a {
  z-index: 99;
}

#header #_desktop_user_info .user-menu {
  position: relative;
  display: inline-flex;
  align-items: center;
}

#header #_desktop_user_info .user-menu__trigger {
  background: none;
  border: 0;
  padding: 0;
  color: #333333;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  z-index: 99;
}

#header #_desktop_user_info .user-menu__trigger:focus {
  outline: 2px solid #004A09;
  outline-offset: 2px;
}

#header #_desktop_user_info .user-menu__dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: fit-content;
  margin-top: 8px;
  padding: 6px 0;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-top: 3px solid #2b8939;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 150ms ease, transform 150ms ease, visibility 150ms ease;
  z-index: 1000;
}

#header #_desktop_user_info .user-menu:hover .user-menu__dropdown,
#header #_desktop_user_info .user-menu:focus-within .user-menu__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#header #_desktop_user_info .user-menu__item {
  display: block;
  padding: 8px 14px;
  color: #333333;
  white-space: nowrap;
}

#header #_desktop_user_info .user-menu__item:hover {
  color: #004A09;
  background: #f6f6f6;
}

/* Mobile account menu: use an explicit open state instead of :focus-within.
   Touch devices keep the tapped button focused, which otherwise leaves the
   dropdown open indefinitely. */
@media (hover: none), (pointer: coarse) {
  #header #_mobile_user_info .user-menu:hover .user-menu__dropdown,
  #header #_mobile_user_info .user-menu:focus-within .user-menu__dropdown {
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
  }

  #header #_mobile_user_info .user-menu.is-open .user-menu__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

/* Keep the mobile logo proportional while using the available bar height. */
@media (max-width: 767px) {
  #header .header-nav .mobile {
    position: relative;
  }

  #header #_mobile_logo {
    position: absolute;
    top: 0;
    left: 50px;
    display: flex;
    align-items: center;
    justify-content: start;
    width: calc(100% - 100px);
    max-width: calc(100% - 100px);
    min-width: 0;
    height: 50px;
    margin: 0 auto;
    float: none;
    /* transform: translateX(-50%); */
  }

  #header #_mobile_logo h1,
  #header #_mobile_logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: 100%;
    height: 100%;
    margin: 0;
  }

  #header #_mobile_logo img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 36px;
  }

  /* Match the desktop account trigger and present options as a compact,
     hamburger-style vertical list. */
  #header #_mobile_user_info .user-info {
    margin: 0;
  }

  #header #_mobile_user_info .user-menu {
    position: relative;
    display: inline-flex;
    align-items: center;
  }

  #header #_mobile_user_info .user-menu__trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 50px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #333333;
    cursor: pointer;
  }

  #header #_mobile_user_info .user-menu__trigger:focus {
    outline: 2px solid #004A09;
    outline-offset: -2px;
  }

  #header #_mobile_user_info .user-menu__dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 190px;
    margin-top: 0;
    padding: 0;
    border: 1px solid #e5e5e5;
    border-top: 3px solid #2b8939;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity 150ms ease, transform 150ms ease, visibility 150ms ease;
    z-index: 1000;
  }

  #header #_mobile_user_info .user-menu__item {
    display: block;
    padding: 12px 16px;
    color: #333333;
    font-size: 16px;
    line-height: 1.25;
    white-space: nowrap;
  }

  #header #_mobile_user_info .user-menu__item + .user-menu__item {
    border-top: 1px solid #e5e5e5;
  }

  #header #_mobile_user_info .user-menu__item:hover,
  #header #_mobile_user_info .user-menu__item:focus {
    color: #004A09;
    background: #f6f6f6;
    text-decoration: none;
  }

}
