/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.woocommerce-terms-and-conditions-checkbox-text {
	font-size: 15px !important;
	line-height: 2 !important;
}

.alt {
  display: block !important;
  width: 100% !important;
  box-sizing: border-box;
}

.woocommerce-shipping-methods {
	font-size: 15px;
}

.current-menu-item {
        background-image: url(https://www.nehladu.cz/wp-content/uploads/2025/02/green.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        background-position-x: center;
        background-position-y: center;
        padding: 15px !important;
    
}
@media (max-width: 1024px) {
  .current-menu-item {
    background-image: none !important;
    padding: 0 !important; /* VolitelnÃ© â odstranÃ­ i padding */
  }
}


.bonus-restricted {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    background: #ffebe8;
    border: 1px solid #e57373;
    border-radius: 8px;
    text-align: center;
}
.bonus-restricted a {
    color: #d32f2f;
    font-weight: bold;
}

.custom-tags-container {
    display: flex;
    flex-wrap: wrap; /* ZajistÃ­ zalamovÃ¡nÃ­ na dalÅ¡Ã­ ÅÃ¡dky */
    gap: 10px; /* Mezera mezi prvky */
    justify-content: center; /* ZarovnÃ¡ tagy na stÅed */
    align-items: center;
    text-align: center; /* ZajistÃ­, Å¾e text uvnitÅ bude na stÅed */
    padding: 10px;
}

.custom-tag {
    display: inline-block;
    padding: 5px 10px;
    background-color: #b5c99a;
    color: white;
    font-size: 14px;
    font-weight: bold;
    border-radius: 25px;
    text-align: center;
    white-space: nowrap;
}


.custom-tag-lokace {
    display: inline-block;
    padding: 5px 10px;
    background-color: #F3B519;
    color: white;
    font-size: 14px;
    font-weight: bold;
    border-radius: 25px;
    text-align: center;
    white-space: nowrap;
}


.custom-tag-jazyk {
    display: inline-block;
    padding: 5px 10px;
    color: black;
    font-size: 14px;
    font-weight: bold;
    border-radius: 25px;
    text-align: center;
    white-space: nowrap;
}




.specializace-left {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start; /* ZarovnÃ¡ poloÅ¾ky doleva */
    padding: 10px;}

.specializace-center {
    justify-content: center; /* ZarovnÃ¡ poloÅ¾ky na stÅed */
	display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px;
}




.custom-list ul {
  padding-left: 0; /* OdstranÄnÃ­ vÃ½chozÃ­ho odsazenÃ­ */
	  margin: 0;

}

.custom-list li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  display: block; /* mÃ­sto flex */
  margin-bottom: 10px;
}



.custom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%; /* ZarovnÃ¡nÃ­ k hornÃ­mu okraji */
 transform: translateY(-50%); /* Å¡ipka bude pÅesnÄ na stÅedu textu */
  width: 20px; /* Velikost ikony */
  height: 20px;
  background-image: url("https://www.nehladu.cz/wp-content/uploads/2025/02/sipka.svg"); /* NahraÄ svou URL obrÃ¡zku */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.skryt{
	display:none;
}

.bigletter {
    font-size: 35px;
    font-weight: bold;
}

/* Na mobilnÃ­ch zaÅÃ­zenÃ­ch menÅ¡Ã­ velikost */
@media (max-width: 768px) {
    .bigletter {
        font-size: 28px;
    }
}
/* ZarovnÃ¡nÃ­ formulÃ¡Åe doleva */
.woocommerce .woocommerce-ordering {
  text-align: left;
  display: block;
  width: 100%;
  margin-bottom: 20px; /* volitelnÄ prostor pod selectem */
}

/* Styl samotnÃ©ho selectu */
.woocommerce .orderby {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  padding: 12px 40px 12px 20px;
  border: 1px solid #333;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 300;
  background-color: #fff;
  color: #111;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='12' viewBox='0 0 20 20' width='12' xmlns='http://www.w3.org/2000/svg'><polygon points='5,7 10,12 15,7'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px;
  cursor: pointer;

  max-width: 300px; /* volitelnÄ omez Å¡Ã­Åku */
}

.custom-category-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.custom-category-filter label {
  font-size: 16px;
  cursor: pointer;
}

.custom-category-filter button {
  padding: 8px 16px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 20px;
  cursor: pointer;
}

/* ZajistÃ­, Å¾e select.orderby a nÃ¡Å¡ filtr budou vedle sebe */
.woocommerce .woocommerce-ordering {
  margin: 0;
  margin-right: 20px;
}

/* OptionÃ¡lnÄ srovnat vÃ½Å¡ku a vzhled */
.woocommerce .woocommerce-ordering select.orderby {
  padding: 12px 40px 12px 20px;
  border-radius: 999px;
  font-size: 16px;
}

.custom-filter-sort-bar {
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.custom-category-filter label {
  margin-right: 10px;
}

.custom-category-filter input[type="checkbox"] {
  margin-right: 5px;
}

.filter-button {
  padding: 8px 16px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 999px;
  cursor: pointer;
}

.custom-orderby select.orderby {
  padding: 12px 40px 12px 20px;
  border: 1px solid #333;
  border-radius: 999px;
  font-size: 16px;
  background-color: #fff;
  color: #111;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='12' viewBox='0 0 20 20' width='12' xmlns='http://www.w3.org/2000/svg'><polygon points='5,7 10,12 15,7'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px;
}

.info-icon {
  display: inline;
}

.info-icon::after {
  content: 'i';
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.4em;
  font-size: 0.75em;
  font-weight: bold;
  color: white;
  background-color: #228782;
  border-radius: 50%;
  text-align: center;
  line-height: 1em;
  vertical-align: middle;
}



.elementor-7 .elementor-element.elementor-element-b67b8d9 .elementor-nav-menu--dropdown a:hover,
.elementor-7 .elementor-element.elementor-element-b67b8d9 .elementor-nav-menu--dropdown a:focus,
.elementor-7 .elementor-element.elementor-element-b67b8d9 .elementor-nav-menu--dropdown a.elementor-item-active,
.elementor-7 .elementor-element.elementor-element-b67b8d9 .elementor-nav-menu--dropdown a.highlighted,
.elementor-7 .elementor-element.elementor-element-b67b8d9 .elementor-menu-toggle:hover,
.elementor-7 .elementor-element.elementor-element-b67b8d9 .elementor-menu-toggle:focus {
    color: #000 !important;
}


