:root {
  --font-family-base: 'Roboto' , serif;
  --font-family-megamenu: 'Roboto', serif;
  --font-family-heading: 'Roboto', serif;
  --font-family-senary: 'Roboto', serif;
  --theme-color-default: #e6d8be;
    --headings-color: #000;
    --link-color: #000;
 }
body {
color:#000;
}
.f-senary {
  font-family: var(--font-family-senary) !important; }

.leo-megamenu .navbar-nav > li > a {
  color: #000; }
  .leo-megamenu .navbar-nav > li > a:hover {
    color: #e6d8be; }

.leo-megamenu .navbar-nav > li > a > .sub-title {
  font-family: var(--font-family-base); }

.leo-megamenu .navbar-nav > li > a > .menu-title::before {
  border-color: #e6d8be; }

.hidden_input #leo_search_block_top .title_block {
  color: #000 }

#_desktop_cart .cart-products-count {
  background-color: #e6d8be; }

#_desktop_cart .header svg path {
  fill: #000; }

.footer-newletter .block_newsletter form button[type="submit"] {
  color: var(--theme-color-default); }

.block_newsletter form input[type=email] {
  color: var(--theme-color-default); }

.footer-newletter .block_newsletter {
  border-color: var(--theme-color-default); }

.product-quantity .add .btn, .product-quantity .wishlist .btn, .product-quantity .compare .btn {
    background-color: #bca158;
    border: 0;
}
.box_blog.blog9 .blog-readmore::before {
    background-color: #e6d8be!important;
}

#blockcart-modal .cart-content .cart-content-btn .btn {
background-color:#bca158;
}

.plist-1 .btn-product::before, .plist-1 .quick-view::before {
    border-radius: 0;
}

.plist-4 .thumbnail-container .add-to-cart {
    background: #bca158;
    color: #fff;
}

.leo-top-menu {
    transition: none; /* Vypne všechny přechody */
}

/* FIX: product card - title must wrap and never overlap price */
.product-miniature .product-description{
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  min-height: 0 !important;
}

/* title: smaller + wraps */
.product-miniature .product-title a{
  font-size: 80% !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  display: block !important;
  line-height: 1.25 !important;
}

/* remove any fixed height/ellipsis on title container */
.product-miniature .product-title{
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}

/* price block: make it normal flow (no absolute) and push below title */
.product-miniature .product-price-and-shipping,
.product-miniature .product-price{
  position: static !important;
  margin-top: 6px !important;
  clear: both !important;
}

.product-miniature .product-description *{
  position: static !important;
}
