/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.free-shipping{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: #ffffff;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
}

/* Button */
.product .uael-woo-product-wrapper .uael-woo-products-summary-wrap .uael-woo-products-button-align a{
	border-top-left-radius:25px;
	border-top-right-radius:25px;
	border-bottom-left-radius:25px;
	border-bottom-right-radius:25px;
}

/* Acf badge */
.entry-content div .uael-acf-badge{
	position: absolute;
	top: 13px;
	left: 8px !important;
	z-index: 10;
}

.uael-woo-product-wrapper:has(.uael-onsale) .uael-acf-badge{
	left: 60px !important;
}

.free-shipping img{
	width: 25px;
	height: 25px;
	display: block;
	filter: brightness(0) invert(1);
}

/* Odsadenie produktovho gridu od avho sidebaru */
.ast-woocommerce-container{
	padding-left: 25px;
	padding-top: 50px;
}

#secondary{
	border-right: none !important;
}

.uc_post_grid_style_one_item{
	padding: 8px !important;
}

.uc_post_grid_style_one_item:hover{
	background-color: #ccdff2 !important;
	transition: background-color 0.3s ease;
}

.elementor-nav-menu,.elementor-nav-menu a,.elementor-menu-toggle{
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
}

header.elementor-header,.elementor-heading,.elementor-section{
	opacity: 1 !important;
	transform: none !important;
	transition: none !important;
}

#moderncart-floating-cart .moderncart-floating-cart-count{
	background-color: #CCDFF2 !important;
}

.moderncart-floating-cart-button .moderncart-floating-cart-count span{
	color: #000000 !important;
}

/* Menu Link */
#primary-site-navigation-desktop .menu-item .menu-link{
	padding: 0;
	position: relative;
	text-decoration: none;
}

/* Menu Link */
#primary-site-navigation-desktop .menu-item .menu-link::after{
	content:"";
	position:absolute;
	left:50%;
	bottom:-5px;
	width:0;
	height:0;
	border-bottom:2px solid #303953;
	transform:translateX(-50%);
	transition: all .3s ease;
}

#primary-site-navigation-desktop .menu-item .menu-link:hover::after,#primary-site-navigation-desktop .menu-item.current-menu-item .menu-link::after{
	width: 100%;
}

#primary-site-navigation-desktop .main-navigation .menu-item{
	padding: 0 20px;
}

.woocommerce div.product form.cart button.single_add_to_cart_button::before,.woocommerce ul.products li.product a.add_to_cart_button.button::before,.uael-woo-products-button-align > a.add_to_cart_button::before{
	content: "";
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 8px;
	background-color: currentColor;
	-webkit-mask: url("https://www.agamede.sk/wp-content/uploads/2026/02/shopping-cart_711897.svg") no-repeat center;
	mask: url("https://www.agamede.sk/wp-content/uploads/2026/02/shopping-cart_711897.svg") no-repeat center;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.woocommerce ul.products li.product a.add_to_cart_button.button,.uael-woo-products-button-align > a.add_to_cart_button{
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
}

.woocommerce ul.products li.product a.add_to_cart_button.button:hover,.uael-woo-products-button-align > a.add_to_cart_button:hover{
	color: #ffffff !important;
}

.woocommerce .button{
	text-transform: none !important;
}

.hero-fade-slider .swiper-slide [id^="anim"]:not(.elementor-widget-button):not(.elementor-button-wrapper){
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .6s ease-out, transform .6s ease-out;
}

.hero-fade-slider .swiper-slide .elementor-widget-button[id^="anim"]{
	opacity: 0;
	transition: opacity .6s ease-out;
}

.hero-fade-slider .swiper-slide .animated-in{
	opacity: 1 !important;
	transform: translateY(0) !important;
}

.hero-fade-slider #anim1.animated-in{
	transition-delay: .2s;
}

.hero-fade-slider #anim2.animated-in{
	transition-delay: .4s;
}

.hero-fade-slider #anim3.animated-in{
	transition-delay: .6s;
}

.hero-fade-slider #anim4.animated-in{
	transition-delay: .8s;
}

.hero-fade-slider #anim5.animated-in{
	transition-delay: 1s;
}

.hero-fade-slider #anim6.animated-in{
	transition-delay: 1.2s;
}

.hero-fade-slider .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-duplicate-active){
	pointer-events: none;
}

.hero-fade-slider .swiper-slide.swiper-slide-active,.hero-fade-slider .swiper-slide.swiper-slide-duplicate-active{
	pointer-events: auto;
}

.hero-fade-slider .swiper-slide-active .elementor-button,.hero-fade-slider .swiper-slide-duplicate-active .elementor-button{
	position: relative;
	z-index: 9999;
	pointer-events: auto;
}

.hero-fade-slider .swiper-slide-active .elementor-button-wrapper,.hero-fade-slider .swiper-slide-active .elementor-button-content-wrapper,.hero-fade-slider .swiper-slide-duplicate-active .elementor-button-wrapper,.hero-fade-slider .swiper-slide-duplicate-active .elementor-button-content-wrapper{
	pointer-events: auto;
	z-index: 9999;
}

.hero-fade-slider .swiper-slide img,.hero-fade-slider .swiper-slide .swiper-slide-inner{
	pointer-events: none;
}

.hero-fade-slider .hero-button-wrap{
	position: relative;
	z-index: 10;
}

/* Card button */
#page #content .ast-container #primary #main .ast-woocommerce-container .product > .ast-on-card-button{
	top:45px !important;
}

/* Span Tag */
.ast-woocommerce-container .product > span{
	font-size:12px;
}

/* Filter label wrapper */
.wpc-filters-section-7542 label .wpc-filter-label-wrapper{
	font-size:14px;
	font-weight:400;
	padding-top:6px !important;
	padding-bottom:6px !important;
	padding-left:10px !important;
}

/* Filter link */
.wpc-filters-section-7542 label .wpc-filter-link{
	font-weight:400 !important;
	text-shadow:none;
	line-height:14px;
	color:rgb(48,57,83);
}

/* Filter link */
.wpc-filters-checkboxes label .wpc-filter-link{
	font-size:14px;
	color:rgb(48,57,83);
	font-weight:400;
}

/* Term count value */
.wpc-filters-section-7542 label .wpc-term-count-value{
	font-size:12px;
	color:#020202;
	line-height:12px;
	position:relative;
	top:-2px;
}

/* Term count */
.wpc-filters-checkboxes label .wpc-term-count{
	font-size:12px;
	line-height:12px;
	color:#020202;
	font-weight:600;
	position:relative;
	top:4px;
}

/* List */
.wpc-filters-section-7540 ul{
	padding-top:15px !important;
}

/* List */
.wpc-filters-main-wrap .wpc-filters-widget-containers-wrapper div .wpc-filters-widget-wrapper .wpc-filters-section-7540 .wpc-filter-content ul{
	padding-bottom:15px !important;
}

/* List */
.wpc-filters-section-7542 .wpc-filter-podla-vyuzitia ul{
	padding-top:15px;
	padding-bottom:15px;
}

/* zarovnanie fajky v checkboxe */
.wpc-filters-main-wrap input[type="checkbox"]{
	width:14px !important;
	height:14px !important;
	min-width:14px !important;
	position: relative;
}

.wpc-filters-main-wrap input[type="checkbox"]:checked::before,.wpc-filters-main-wrap input[type="checkbox"]:checked::after{
	position: absolute;
	top: 0%;
	left: 30%;
	scale: 0.8;
}

/* 1. Zaoblenie tlaidla (aplikovan na sprvny vntorn obal) */
.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper{
	border-radius: 20px !important;
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label:hover .wpc-term-count,.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label:hover .wpc-term-count-value,.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label:hover .wpc-term-count-brackets-open,.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label:hover .wpc-term-count-brackets-close{
	color: #ffffff !important;
}

.wpc-filters-main-wrap input.wpc-label-input:checked + label .wpc-term-count,.wpc-filters-main-wrap input.wpc-label-input:checked + label .wpc-term-count-value,.wpc-filters-main-wrap input.wpc-label-input:checked + label .wpc-term-count-brackets-open,.wpc-filters-main-wrap input.wpc-label-input:checked + label .wpc-term-count-brackets-close{
	color: #ffffff !important;
}

/* Label */
.wpc-filters-section-7542 .wpc-label-item label{
	border-top-left-radius:20px !important;
	border-top-right-radius:20px !important;
	border-bottom-left-radius:20px !important;
	border-bottom-right-radius:20px !important;
}

/* Filter label wrapper */
.wpc-filters-widget-wrapper .wpc-filters-section-7542 .wpc-filter-podla-vyuzitia .wpc-filters-ul-list .wpc-label-item .wpc-term-item-content-wrapper label .wpc-filter-label-wrapper{
	padding-right:10px !important;
}

/* Select */
#main .woocommerce-ordering select{
	max-width:200px;
	font-size:14px;
	line-height:14px;
	color:rgb(48,57,83);
	position:relative;
	top:4px;
}

/* predvolen sale badge */
.astra-shop-thumbnail-wrap .ast-on-card-button.ast-onsale-card{
	left: 8px !important;
}

/* predvolen ACF badge ke je sm */
.astra-shop-thumbnail-wrap .astra-acf-badge{
	left: 8px !important;
}

/* ke s oba, ACF sa odsune doprava */
.woocommerce ul.products li.product:has(.ast-on-card-button.ast-onsale-card) .astra-shop-thumbnail-wrap .astra-acf-badge{
	left: 65px !important;
}

/* Select */
#page #content .ast-container #primary #main .ast-woocommerce-container .ast-shop-toolbar-container .ast-shop-toolbar-aside-wrap .woocommerce-ordering select{
	transform:translatex(0px) translatey(0px) !important;
}

.woocommerce-ordering select.orderby:focus{
	outline: none !important;
	box-shadow: none !important;
}

select:focus, input:focus, textarea:focus, button:focus, a:focus{
	outline: none !important;
	box-shadow: none !important;
}

/* Paragraph */
#main .ast-shop-toolbar-aside-wrap p{
	font-size:14px;
	position:relative;
	top:4px;
}

.woocommerce ul.products li.product img{
	border-radius: 6px;
}

.woocommerce-pagination ul.page-numbers li a.page-numbers:hover,.woocommerce-pagination ul.page-numbers li span.page-numbers.current,.ast-pagination .page-numbers:hover,.ast-pagination .page-numbers.current{
	color: #ffffff !important;
}

.hero-fade-slider .hero-button-wrap a.elementor-button,.hero-fade-slider a.elementor-button{
	pointer-events: auto;
	z-index: 20;
}

.hero-fade-slider .swiper-slide-active,.hero-fade-slider .swiper-slide-duplicate-active{
	z-index: 5000;
}

/* Woo product category */
.products div .uael-woo-product-category{
	background-color: rgb(48,57,83);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	max-width: max-content;
	white-space: nowrap;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 20px;
	text-align: left;
	transition: all 0.25s ease;
}

/* Division */
.products .uael-woo-products-thumbnail-wrap div div{
	position:relative;
	top:-16px;
	left:21px;
}

ul.products.slick-slider .slick-prev,ul.products.slick-slider .slick-next{
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}

ul.products.slick-slider:hover .slick-prev,ul.products.slick-slider:hover .slick-next{
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
}

.uael-woo-products-thumbnail-wrap{
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}

.uael-woo-products-thumbnail-wrap a.woocommerce-loop-product__link{
	position: relative;
	display: block;
}

.uael-woo-products-thumbnail-wrap a.woocommerce-loop-product__link::before{
	content: "";
	position: absolute;
	top: 12px;
	right: 12px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0 8px 18px rgba(0,0,0,0.15);
	opacity: 0;
	transition: opacity .2s ease;
	z-index: 99;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px 18px;
	background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='826 826 140 140'%3E%3Cpath fill='%23000' d='M960.758 934.509l2.632 23.541c0.15 1.403-0.25 2.657-1.203 3.761-0.953 1.053-2.156 1.579-3.61 1.579H833.424c-1.454 0-2.657-0.526-3.61-1.579-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758ZM953.763 871.405l6.468 58.29H831.77l6.468-58.29c0.15-1.203 0.677-2.218 1.58-3.045 0.903-0.827 1.981-1.241 3.234-1.241h19.254v9.627c0 2.658 0.94 4.927 2.82 6.807s4.149 2.82 6.807 2.82 4.926-0.94 6.807-2.82 2.821-4.149 2.821-6.807v-9.627h28.882v9.627c0 2.658 0.939 4.927 2.819 6.807 1.881 1.88 4.149 2.82 6.807 2.82s4.927-0.94 6.808-2.82c1.879-1.88 2.82-4.149 2.82-6.807v-9.627h19.253c1.255 0 2.332 0.414 3.235 1.241 0.903 0.827 1.429 1.842 1.58 3.045ZM924.881 857.492v19.254c0 1.304-0.476 2.432-1.429 3.385s-2.08 1.429-3.385 1.429c-1.303 0-2.432-0.477-3.384-1.429-0.953-0.953-1.43-2.081-1.43-3.385v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853 1.88-13.613 5.641c-3.761 3.76-5.641 8.298-5.641 13.613v19.254c0 1.304-0.476 2.432-1.429 3.385c-0.953 0.953-2.081 1.429-3.385 1.429c-1.303 0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973 2.821-14.779 8.461-20.42c5.641-5.641 12.448-8.461 20.42-8.461c7.973 0 14.779 2.82 20.42 8.461c5.641 5.641 8.46 12.448 8.46 20.42Z'%3E%3C/path%3E%3C/svg%3E");
}

.uael-woo-products-thumbnail-wrap a.woocommerce-loop-product__link:active::before{
	opacity: 1 !important;
}
/* Filter label wrapper */
.wpc-filters-section-7542 label .wpc-filter-label-wrapper{
	font-size:14px;
	font-weight:400;
	padding-top:6px !important;
	padding-bottom:6px !important;
	padding-left:10px !important;
}

/* Filter link */
.wpc-filters-section-7542 label .wpc-filter-link{
	font-weight:400 !important;
	text-shadow:none;
	line-height:14px;
	color:rgb(48,57,83);
}

/* Filter link */
.wpc-filters-checkboxes label .wpc-filter-link{
	font-size:14px;
	color:rgb(48,57,83);
	font-weight:400;
}

/* Term count value */
.wpc-filters-section-7542 label .wpc-term-count-value{
	font-size:12px;
	color:#020202;
	line-height:12px;
	position:relative;
	top:-2px;
}

/* Term count */
.wpc-filters-checkboxes label .wpc-term-count{
	font-size:12px;
	line-height:12px;
	color:#020202;
	font-weight:600;
	position:relative;
	top:4px;
}

/* List */
.wpc-filters-section-7540 ul{
	padding-top:15px !important;
}

/* List */
.wpc-filters-main-wrap .wpc-filters-widget-containers-wrapper div .wpc-filters-widget-wrapper .wpc-filters-section-7540 .wpc-filter-content ul{
	padding-bottom:15px !important;
}

/* List */
.wpc-filters-section-7542 .wpc-filter-podla-vyuzitia ul{
	padding-top:15px;
	padding-bottom:15px;
}

/* zarovnanie fajky v checkboxe */
.wpc-filters-main-wrap input[type="checkbox"]{
	width:14px !important;
	height:14px !important;
	min-width:14px !important;
	position: relative;
}

.wpc-filters-main-wrap input[type="checkbox"]:checked::before,.wpc-filters-main-wrap input[type="checkbox"]:checked::after{
	position: absolute;
	top: 0%;
	left: 30%;
	scale: 0.8;
}

/* 1. Zaoblenie tlaidla (aplikovan na sprvny vntorn obal) */
.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper{
	border-radius: 20px !important;
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label:hover .wpc-term-count,.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label:hover .wpc-term-count-value,.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label:hover .wpc-term-count-brackets-open,.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label:hover .wpc-term-count-brackets-close{
	color: #ffffff !important;
}

.wpc-filters-main-wrap input.wpc-label-input:checked + label .wpc-term-count,.wpc-filters-main-wrap input.wpc-label-input:checked + label .wpc-term-count-value,.wpc-filters-main-wrap input.wpc-label-input:checked + label .wpc-term-count-brackets-open,.wpc-filters-main-wrap input.wpc-label-input:checked + label .wpc-term-count-brackets-close{
	color: #ffffff !important;
}

/* Label */
.wpc-filters-section-7542 .wpc-label-item label{
	border-top-left-radius:20px !important;
	border-top-right-radius:20px !important;
	border-bottom-left-radius:20px !important;
	border-bottom-right-radius:20px !important;
}

/* Filter label wrapper */
.wpc-filters-widget-wrapper .wpc-filters-section-7542 .wpc-filter-podla-vyuzitia .wpc-filters-ul-list .wpc-label-item .wpc-term-item-content-wrapper label .wpc-filter-label-wrapper{
	padding-right:10px !important;
}

/* Select */
#main .woocommerce-ordering select{
	max-width:200px;
	font-size:14px;
	line-height:14px;
	color:rgb(48,57,83);
	position:relative;
	top:4px;
}

/* predvolen sale badge */
.astra-shop-thumbnail-wrap .ast-on-card-button.ast-onsale-card{
	left: 8px !important;
}

/* predvolen ACF badge ke je sm */
.astra-shop-thumbnail-wrap .astra-acf-badge{
	left: 8px !important;
}

/* ke s oba, ACF sa odsune doprava */
.woocommerce ul.products li.product:has(.ast-on-card-button.ast-onsale-card) .astra-shop-thumbnail-wrap .astra-acf-badge{
	left: 65px !important;
}

/* Select */
#page #content .ast-container #primary #main .ast-woocommerce-container .ast-shop-toolbar-container .ast-shop-toolbar-aside-wrap .woocommerce-ordering select{
	transform:translatex(0px) translatey(0px) !important;
}

.woocommerce-ordering select.orderby:focus{
	outline: none !important;
	box-shadow: none !important;
}

select:focus, input:focus, textarea:focus, button:focus, a:focus{
	outline: none !important;
	box-shadow: none !important;
}

/* Paragraph */
#main .ast-shop-toolbar-aside-wrap p{
	font-size:14px;
	position:relative;
	top:4px;
}

.woocommerce ul.products li.product img{
	border-radius: 6px;
}

.woocommerce-pagination ul.page-numbers li a.page-numbers:hover,.woocommerce-pagination ul.page-numbers li span.page-numbers.current,.ast-pagination .page-numbers:hover,.ast-pagination .page-numbers.current{
	color: #ffffff !important;
}

body.filter-open{
	overflow:hidden !important;
}

/* 921px and smaller screen sizes */
@media (max-width:921px){

	#secondary{
		position:fixed !important;
		top:0 !important;
		left:-80% !important;
		width:80% !important;
		height:100vh !important;
		background:#fff;
		z-index:999999;
		overflow-y:auto;
		transition:0.35s ease;
		padding:20px;
		box-shadow:5px 0 20px rgba(0,0,0,0.2);
		margin:0 !important;
		position:fixed !important;
		top:0 !important;
		left:-80% !important;
		width:80% !important;
		height:100vh !important;
		background:#fff;
		z-index:999999;
		overflow-y:auto;
		transition:0.35s ease;
		padding:20px;
		box-shadow:5px 0 20px rgba(0,0,0,0.2);
		margin:0 !important;
	}
	
	#secondary.active{
		left:0 !important;
		left:0 !important;
	}
	
	.filter-overlay{
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.4);
		z-index:999998;
		display:none;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.4);
		z-index:999998;
		display:none;
	}
	
	.filter-overlay.active{
		display:block;
		display:block;
	}
	
	.mobile-filter-btn{
		background:#1b3068;
		color:#fff;
		padding:12px;
		text-align:center;
		border-radius:6px;
		margin-bottom:15px;
		font-weight:600;
		background:#1b3068;
		color:#fff;
		padding:12px;
		text-align:center;
		border-radius:6px;
		margin-bottom:15px;
		font-weight:600;
		cursor: pointer;
	}
	
	.filter-close{
		position:absolute;
		top:15px;
		right:15px;
		font-size:22px;
		cursor:pointer;
		position:absolute;
		top:15px;
		right:15px;
		font-size:22px;
		cursor:pointer;
	}
	
	body.filter-open{
		overflow:hidden !important;
		overflow:hidden !important;
	}
	
	/* --- DOPROGRAMOVAN TL PRE RESET --- */
	.mobile-filter-reset{
		background: #f4f4f4;
		color: #333;
		padding: 10px;
		text-align: center;
		border-radius: 6px;
		margin-bottom: 10px;
		font-weight: 500;
		font-size: 14px;
		border: 1px solid #ddd;
		cursor: pointer;
	}
	
}

/* 700px and smaller screen sizes */
@media (max-width:700px){

	/* Widget Title */
	.wpc-filters-section-7540 .wpc-filter-header .widget-title{
		font-size:16px;
		font-weight:600;
	}
	
	/* Widget Title */
	.wpc-filters-section-7542 .wpc-filter-header .widget-title{
		font-size:16px;
		font-weight:600;
	}
	
	/* List */
	.wpc-filters-section-7540 ul{
		padding-top:5px !important;
	}
	
	/* List */
	.wpc-filters-main-wrap .wpc-filters-widget-containers-wrapper div .wpc-filters-widget-wrapper .wpc-filters-section-7540 .wpc-filter-content ul{
		padding-bottom:5px !important;
	}
	
	/* List */
	.wpc-filters-section-7542 .wpc-filter-podla-vyuzitia ul{
		padding-top:5px;
		padding-bottom:5px;
	}
	
	/* Widget Title */
	.ast-filter-wrap .widget h2{
		font-size:16px;
		font-weight:600;
	}
	
	/* Division */
	#main .ast-woocommerce-container > div:nth-child(1){
		background-color:rgb(48,57,83);
	}
	
	/* Paragraph */
	#main .ast-shop-toolbar-aside-wrap p{
		top:0px;
	}
	
	/* Select */
	#main .woocommerce-ordering select{
		top:0px;
		
	}
	
}

/* 01px and larger screen sizes */
@media (min-width:01px){

	/* Woocommerce container */
	#main .ast-woocommerce-container{
		padding-top:50px;
	}
	
/* 921px and smaller screen sizes */
	@media (max-width:921px){


		#secondaryposition:fixed !important;
		top:0 !important;
		left:-80% !important;
		width:80% !important;
		height:100vh !important;
		background:#fff;
		z-index:999999;
		overflow-y:auto;
		transition:0.35s ease;
		padding:20px;
		box-shadow:5px 0 20px rgba(0,0,0,0.2);
		margin:0 !important;
		#secondaryposition:fixed !important;
		top:0 !important;
		left:-80% !important;
		width:80% !important;
		height:100vh !important;
		background:#fff;
		z-index:999999;
		overflow-y:auto;
		transition:0.35s ease;
		padding:20px;
		box-shadow:5px 0 20px rgba(0,0,0,0.2);
		margin:0 !important;
	}
	
	#secondary.active{
		left:0 !important;
		left:0 !important;
	}
	
	.filter-overlay{
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.4);
		z-index:999998;
		display:none;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.4);
		z-index:999998;
		display:none;
	}
	
	.filter-overlay.active{
		display:block;
		display:block;
	}
	
	.mobile-filter-btn{
		background:#1b3068;
		color:#fff;
		padding:12px;
		text-align:center;
		border-radius:6px;
		margin-bottom:15px;
		font-weight:600;
		background:#1b3068;
		color:#fff;
		padding:12px;
		text-align:center;
		border-radius:6px;
		margin-bottom:15px;
		font-weight:600;
		cursor: pointer;
	}
	
	.filter-close{
		position:absolute;
		top:15px;
		right:15px;
		font-size:22px;
		cursor:pointer;
		position:absolute;
		top:15px;
		right:15px;
		font-size:22px;
		cursor:pointer;
	}
	
	body.filter-open{
		overflow:hidden !important;
		overflow:hidden !important;
	}
	
	/* --- DOPROGRAMOVAN TL PRE RESET --- */
	.mobile-filter-reset{
		background: #f4f4f4;
		color: #333;
		padding: 10px;
		text-align: center;
		border-radius: 6px;
		margin-bottom: 10px;
		font-weight: 500;
		font-size: 14px;
		border: 1px solid #ddd;
		cursor: pointer;
	}
	
}
/* Single acf badge */
.ast-woocommerce-container > .product .single-acf-badge{
	padding-left:10px;
	padding-right:10px;
	padding-top:6px;
	padding-bottom:6px;
	line-height:12px;
}

@media (hover:hover){

	.uael-woo-products-thumbnail-wrap a.woocommerce-loop-product__link:hover::before{
		opacity: 1 !important;
	}
	
}

/* 700px and smaller screen sizes */
@media (max-width:700px){

	/* Select */
	#main .woocommerce-ordering select{
		
	}
	
}

/* 01px and larger screen sizes */
@media (min-width:01px){

	/* Woocommerce container */
	#main .ast-woocommerce-container{
		padding-top:50px;
	}
	
}