/*webotvůrci*/
/*
.elektronic-product{
  border-radius: 5px;
  padding: 10px 15px;
  background: #ec462e;
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 25px;
}
.cart-table
{
display: block;
}

.rca-notice
{
  display: none
}

.in-kosik a.next-step-forward.disable
{
    background-color: #fff;
    border-color: #cfcfcf;
    color: #cfcfcf;
    cursor: not-allowed;
    pointer-events: none;
}

.products-block.products .p a.image {
  margin-bottom: 7px;
  }

  .in-index .products-block.products .p a.image {
    display: -webkit-box;
}*/


:where(body.ums_a11y_login--on) .top-nav-button-login::before {
  content: "";
  display: block;
  width: 22px; /* Upravte podle potřeby */
  height: 22px; /* Upravte podle potřeby */
  margin-right: 8px; /* Mezera mezi ikonkou a textem */
  vertical-align: middle;
  background-image: url('https://www.jahodarnabrozany.cz/user/documents/upload/ikony/login-avatar.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  transition: all .3s ease-out;
}

.top-nav-button-login span
{
  color: black;
  font-size: 14px;
  padding: 0 15px;
  transition: all .3s ease-out;
}

:where(body.ums_a11y_login--on) .top-nav-button-login {
 transition: all .3s ease-out;
  position: relative;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  border-left: 1px solid #EBE3DD;
  border-right: 1px solid #EBE3DD;
  text-align: center;
  height: 98px;
  display: block;
}
:where(body.ums_a11y_login--on) .top-nav-button-login:hover{
  background: #75461F;
  color: #fff;
}
:where(body.ums_a11y_login--on) .top-nav-button-login:hover span{
  color: #fff;
}

:where(body.ums_a11y_login--on) .top-nav-button-login:hover:before {
  background-image: url('https://www.jahodarnabrozany.cz/user/documents/upload/ikony/login-avatar-white.svg');
}

@media only screen and (max-width: 768px) {
  :where(body.ums_a11y_login--on) .top-nav-button-login::before {
  margin-top: -7px;
}
}
