/* 
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 */

#no-margin p:last-of-type, .e-n-accordion-item p:last-of-type {
    margin-block-end: 0;
}

.list-spacing li {
    margin-block-end: 24px;
}

.document ul {
    margin-block-end: 32px;
}

.e-con-inner {
    z-index: 2;
}

body {
	position: relative;
}

body:before {
	content: "";
	background: radial-gradient(circle at 50% 0%, rgba(200, 200, 189, 1), rgba(200, 200, 189, 0) 100vw), radial-gradient(circle at 50% 100%, rgba(200, 200, 189, 1), rgba(200, 200, 189, 0) 100vw);
    position: absolute;
    z-index: 1;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

body.elementor-editor-active:before {
	content: none !important;
}

.single-post .gallery {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
}

#info-box:hover {
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.15);
}

.hover-icon {
	display: none;
}

.service-card:hover .hover-icon {
	display: block;
}

body, #content, .page, .ryba {
	overflow-x: clip !important;
}

.elementor-field-textual.elementor-size-md {
    padding: 18px 24px;
}

#map {
  min-height: 629px;
  height: 100%;
  filter: grayscale(100%);
}

#logo-text {
	display: none;
}

/* Změna pozadí a přidání box stínu pouze pro #header-nav při sticky efektu */
#header-nav.elementor-sticky--effects {
    background-color: var(--e-global-color-secondary) !important;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); /* Přidání box stínu */
	border-radius: 0px 0px 20px 20px;
}

/* Zmenšení loga při sticky efektu */
#header-nav.elementor-sticky--effects #menu-logo img {
    width: 50px; /* Nastavení menší šířky loga při zaskrolování */
}

/* Přidání textu vedle loga při sticky efektu */
#header-nav #logo-text {
	display: none;
}

#header-nav.elementor-sticky--effects #logo-text {
    display: inline-block;
}

#header-nav.elementor-sticky--effects .e-con-inner {
	padding: 20px 0px;
	align-items: center;
}

#prev-slide img, #next-slide img {
	height: 24px !important;
	width: 13px !important;
}

#prev-slide:hover, #next-slide:hover {
    cursor: pointer;
}

.fish-link:hover .fish-name span {
	color: var(--e-global-color-50dd0a3) !important;
}

.in-stock-1 .fish-price {
	background-color: var(--e-global-color-primary) !important;
}

.e-n-accordion-item {
    background: #fff;
    border-radius: 20px;
}

.e-n-accordion-item-title-header {
    width: 90%;
}

.fish-block {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
	column-gap: 10px;
    row-gap: 10px;
}

.fish-select {
	width: auto;
	height: 45px;
}

input[type=number] {
    width: auto;
	height: 45px;
}

.fish-services {
	display: flex;
    width: 100%;
    row-gap: 10px;
}

.fish-services label {
    margin-right: 10px;
}

.service-option {
	margin-right: 10px;
}

#fish-selection-area {
    background: var(--e-global-color-secondary);
    padding: 30px;
	border: solid 1px var(--e-global-color-cc7c390);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.fish-block:first-of-type {
    margin-top: 20px;
}


@media screen and (max-width: 1024px){
	.fish-block {
		flex-direction: column;
		align-items: stretch;
		margin-bottom: 20px;
	}

	.fish-select {
		width: 100%;
	}

	.fish-quantity {
		width: 100%;
	}

	.fish-services {
		flex-direction: column;
		width: 100%;
		row-gap: 10px;
	}
}

#add-fish {
    background-color: var(--e-global-color-primary);
    border: 1px solid var(--e-global-color-primary);
    color: var(--e-global-color-50dd0a3);
    border-radius: 40px;
    font-weight: 500;
}


#add-fish:hover {
    background-color: var( --e-global-color-accent);
    border: 1px solid var( --e-global-color-accent);
    color: var(--e-global-color-50dd0a3);
}

.elementor-location-footer a, .elementor-location-footer a:hover {
    color: var(--e-global-color-50dd0a3);
}

nav.elementor-pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.page-numbers {
    background-color: var(--e-global-color-secondary);
    padding: 12px 16px;
    display: flex;
    width: auto;
    line-height: 100% !important;
    font-family: var(--e-global-typography-57ac174-font-family), Sans-serif;
    font-size: var(--e-global-typography-57ac174-font-size);
    font-weight: var(--e-global-typography-57ac174-font-weight);
    line-height: var(--e-global-typography-57ac174-line-height);
    border-radius: 5px;
}

.page-numbers:hover:not(.current, .dots) {
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-50dd0a3);
}

.page-numbers.current {
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-50dd0a3);
}

.added_to_cart {
	display: none !important;
}

.woocommerce-notices-wrapper {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999;
}

body.e-wc-message-notice .woocommerce-message, body.e-wc-message-notice .wc-block-components-notice-banner.is-success {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 14px;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    top: auto;
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-details {
    justify-content: center;
}

.woocommerce-thankyou-order-received {
    margin-bottom: 80px !important;
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-details li {
    text-transform: none !important;
}

.elementor-field-type-html h5 {
    margin: 20px 0px 0px 0px;
}

.woocommerce-variation-price {
    display: none !important;
}

.woocommerce-bacs-bank-details {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wc-bacs-bank-details-account-name {
    display: none;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row>span {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
	color: var(--e-global-color-accent);
}

.recipient-name-field {
	display: flex;
    flex-direction: column;
    width: max-content;
    row-gap: 10px;
}

#recipient_name {
	border-radius: 10px;
}

.is-locked{
  opacity: .75;
  cursor: not-allowed;
}

.elementor-field-group-summary_povolenka, .elementor-field-group-summary_mista, .elementor-field-group-summary_doprovod, .elementor-field-group-summary_kontakt {
	background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    border: solid 1px var(--e-global-color-text);
}

.summary-span {
	font-size: 14px;
	color: var(--e-global-color-accent);
	margin-left: 20px;
}

.summary-hr {
    border: solid 1px #d3d3ca;
    margin: 10px 0px 10px 0px !important;
}

.summary-heading {
    margin-bottom: 10px !important;
}

ul.tecky li:before {
    float: left;
    width: 0;
    white-space: nowrap;
	color: #a0a090;
    font-size: 14px !important;
    content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
}

ul.tecky {
    padding: 0;
	overflow-x: hidden;
    list-style: none;
	margin: 6px 0px 4px 0px;
}

ul.tecky span:first-child {
	color: var(--e-global-color-accent);
    padding-right: 0.33em;
	background-color: #ffffff;
}

ul.tecky span + span {
	color: var(--e-global-color-accent);
    float: right;
    padding-left: 0.33em;
	background-color: #ffffff;
}

/* === Lovná místa – jen GRID, checkboxy zůstanou klasické === */
.elementor-field-group-checkboxes_mista {
    max-width: fit-content;
}

.elementor-field-group-checkboxes_mista .elementor-field-subgroup.elementor-subgroup-inline{
  display: grid !important;                    /* přepíše inline layout Elementoru */
  grid-template-columns: repeat(4, minmax(80px, 1fr)); /* 6 sloupců na desktopu */
  gap: .35rem .75rem;                          /* svislá / vodorovná mezera */
  align-items: start;
}

/* Každá položka: řádek s checkboxem a textem vedle sebe */
.elementor-field-group-checkboxes_mista .elementor-field-option{
  display: flex;
  align-items: center;
  gap: .4rem;
  margin: 0;                                   /* zruší defaultní mezery Elementoru */
  white-space: nowrap;                         /* čísla míst na jeden řádek */
}

/* Checkbox necháváme normální – jen drobná úprava mezer */
.elementor-field-group-checkboxes_mista input[type="checkbox"]{
  margin: 0;                                   /* žádné extra okraje */
}

/* Label normálně, bez „dlaždic“ */
.elementor-field-group-checkboxes_mista .elementor-field-option > label{
  display: inline-block;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
}

/* Disabled položky lehce zesvětlíme */
.elementor-field-group-checkboxes_mista input:disabled + label{
  opacity: .55;
  cursor: not-allowed;
}

/* Responzivita */
@media (max-width: 1024px){
  .elementor-field-group-checkboxes_mista .elementor-field-subgroup.elementor-subgroup-inline{
    grid-template-columns: repeat(5, minmax(70px, 1fr));
  }
}
@media (max-width: 768px){
  .elementor-field-group-checkboxes_mista .elementor-field-subgroup.elementor-subgroup-inline{
    grid-template-columns: repeat(4, minmax(64px, 1fr));
  }
}
@media (max-width: 480px){
  .elementor-field-group-checkboxes_mista .elementor-field-subgroup.elementor-subgroup-inline{
    grid-template-columns: repeat(3, minmax(64px, 1fr));
  }
}

/* jemná nápověda u labelů */
.label-hint{
  display:block;
  font-size:13px;
  line-height:1.35;
  color:#505050;   /* šedá, dobrý kontrast */
  margin-top:.25rem;
}