html body:not(.page-template-fullwidth-content) .site-content {
	margin: 0;
}

body .site {
	hyphens: none;
}

.top__banner {
	max-width: 1320px!important;
}

.white__logo img {
	filter: brightness(0) invert(1);
}

.header__lg .wpml-ls-legacy-dropdown-click {
	width: 100px;
}

.header__lg .wpml-ls-legacy-dropdown-click a {
	border: none;
    background-color: transparent;
}

.header__lg .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a, 
.header__lg .wpml-ls-legacy-dropdown-click a:focus, 
.header__lg .wpml-ls-legacy-dropdown-click a:hover {
	background: transparent;
}

.jet-sticky-section.jet-sticky-section--stuck .wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a {
	color: #000;
}

.jet-sticky-section.jet-sticky-section--stuck .header__icon .elementor-icon-list-icon svg,
.jet-sticky-section.jet-sticky-section--stuck .header__icon .elementor-icon-list-icon svg path {
	fill: #000!important;
}

.jet-sticky-section.jet-sticky-section--stuck .white__logo img {
	filter: none;
}

.jet-sticky-section.jet-sticky-section--stuck .burger__logo img {
	filter: brightness(0) invert(1);
}

header .jet-sticky-section.jet-sticky-section--stuck .elementor-inline-items span,
.error404 header .jet-sticky-section.jet-sticky-section--stuck .elementor-inline-items span {
	color: #000!important;
}


header .jet-sticky-section.jet-sticky-section--stuck .elementor-icon-list-icon svg,
.error404 .jet-sticky-section.jet-sticky-section--stuck .elementor-icon-list-icon svg {
	fill: #000!important;
}

body.wp-theme-kava .jet-sticky-section.jet-sticky-section--stuck .elementor-widget-container {
	border-color: #000;
}

.elementor-element p:last-child {
	margin-block-end: 0!important;
}

.top-banner .elementor-widget-container {
	backdrop-filter: blur(16px);
}

.price__table .jet-listing-grid__items {
	border-radius: 6px;
  overflow: hidden;
}

.price__table .jet-listing-grid__items > *:nth-child(2n) {
	background: rgba(61, 88, 110, 0.08)
}

.accordion__block details[open] > summary {
    border-radius: 6px 6px 0 0;
}

.banner__cart {
	display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.slick-slide .banner__cart img {
	margin: 0;
}

.dentist__slider .slick-track {
	margin: 0;
}


.simptomatika__content .jet-listing-grid__items  .jet-listing-grid__item:nth-child(even) .simptomatika__item {
	background-color: #fff;
}

.simptomatika__content .jet-listing-grid__items .jet-listing-grid__item:nth-child(even) .simptomatika__item .e-con-inner {
	flex-direction: row-reverse;
}





.simple-slider {
    background-color: #FFFFFFCC;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #00000014;
    border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	backdrop-filter: blur(16px);
}

.simple-slider__inner {
    display: flex;
    transition: transform 0.6s ease;
}

.simple-slide img {
	max-width: 64px!important;	
}

.simple-slide {
    flex-shrink: 0;
    padding: 32px;
    text-align: center;
    border-right: 1px solid #00000014;
    box-sizing: border-box;
}
.simple-slide:last-child {
    border-right: none;
}
.simple-slide a {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
	font-size: 18px;
	color: #000;
}

@media (min-width: 1025px) {
    .simple-slide { width: calc(100% / 3); }
    .simple-slider__inner {
        transform: translateX(0) !important;
        animation: none !important;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {

    .simple-slide { width: 50%; }

    .simple-slider__inner {
        width: 100%;
        animation: slideTablet 12s infinite ease-in-out;
    }
	
	.simple-slide {
		padding: 24px;
	}

    @keyframes slideTablet {
        0%   { transform: translateX(0%); }
        20%  { transform: translateX(0%); }

        35%  { transform: translateX(-50%); }
        55%  { transform: translateX(-50%); }

        70%  { transform: translateX(0%); }
        100% { transform: translateX(0%); }
    }
}

@media (max-width: 767px) {

	.header__lg .wpml-ls-legacy-dropdown-click {
		width: 75px;
	}
	
	.simple-slide {
		width: 100%;
		padding: 24px;
	}
	
    .simple-slider__inner {
        width: 100%;
        animation: slideMobile 15s infinite ease-in-out;
    }

    @keyframes slideMobile {
        0%   { transform: translateX(0); }
        25%  { transform: translateX(0); }

        35%  { transform: translateX(-100%); }
        60%  { transform: translateX(-100%); }

        70%  { transform: translateX(-200%); }
        100% { transform: translateX(-200%); }
    }
	
	.simptomatika__content .jet-listing-grid__items .jet-listing-grid__item:nth-child(even) .simptomatika__item .e-con-inner {
    	flex-direction: column-reverse;
	}
}



@media screen and (min-width: 1025px) {
		body.wp-theme-kava .jet-sticky-section.jet-sticky-section--stuck .menu-item-link-top {
		color: #000;
	}
}