/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Feb 20 2024 | 16:13:57 */
/* Change Headers */
.cookie-statement h2 {
    font-family: playfair-display;
font-size: 30px !important;
color: #C9B185;
font-weight: 700;
}

/* Change Headers mobile*/
@media (max-width: 768px) {
    .cookie-statement h2 {
        font-family: playfair-display !important;
    font-size: 22px !important;
    color: #C9B185;
    font-weight: 700;
    }
}

/* Change Regular Text */
.cookie-statement p, li {
font-size: 17px !important;
font-family: exo;
color: #333;
line-height: 1.5em;
font-weight: 400;
}

/* Change Regular Text Mobile*/
@media (max-width: 768px) {
    .cookie-statement p, li {
    font-size: 15px !important;
    font-family: exo;
    color: #333;
    line-height: 1.5em;
    font-weight: 400;
    }
}

/* Change Subtitles */
.cookie-statement .cmplz-subtitle {
    font-family: playfair-display;
font-size: 22px !important;
color: #333;
font-weight: 700;
letter-spacing: 0.1px;
}

/* Change Hyperlinks */
.cookie-statement a {
color: #C9B185 !important;
}

/* Change Hyperlinks on hover */
.cookie-statement a:hover {
color: #333 !important;
}


.elementor-shortcode #cmplz-document.cmplz-document.cookie-statement { 
    max-width: unset; 
}
/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Feb 20 2024 | 14:20:42 */
/* Hide "obchodní podmínky" link from cookie banner */
.cmplz-links .cmplz-link.privacy-statement { display: none; } /******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jan 26 2024 | 10:18:09 */
html,body
{
	overflow-x: hidden;
}/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jan 26 2024 | 08:15:49 */
@media (min-width:481px) {
    .hide-if-tablet-desktop {
        display: none !important;
    }
}/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jan 23 2024 | 17:28:33 */
.elementor-button .href {
cursor: pointer;
}