:root {
	--b_radius: 5px;
}


pre { /*woocommerce to ma v shortcodoch a potom nie su spravne zobrazene produkty*/
    white-space: normal;
}

/*scroll lista*/

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1; 
}

::-webkit-scrollbar-thumb {
	background: var(--p_farba); 
	border-radius: var(--b_radius);
}

::-webkit-scrollbar-thumb:hover {
	background: #555; 
}

.sidenav::-webkit-scrollbar {
	width: 0px;
}
/*koneic scroll lista*/

/*select*/
select {
    -webkit-appearance: none;
    color: black;
    padding: 0.5rem;
    border: 1px solid black;
    background:#ffffff;
}

/*zarovnania*/

.center, .center.block-btn1 a, .center.block-btn2 a, .center a.block-btn1, .center a.block-btn2 { /*na stred*/
	margin-left: auto;
	margin-right: auto;
}
.left { /*do lava*/
	margin-right: auto;
}
.right { /*do prava*/
	margin-left: auto;
}
/*koniec zarovnania*/


/*obaly*/
.element-no-padding {
	margin-left:-0.75rem;
	margin-right:-0.75rem;
}
.obal, .obal-full {
	width: 100%;
	padding-right: 0.75rem;
	padding-left: 0.75rem;
	margin-top:0;
	margin-bottom:0;
	margin-right: auto;
	margin-left: auto;
}


@media (min-width: 576px){
	.obal, .obal-flex, .obal-flex-pgBuilder  {
		max-width: 540px;
	}
}
@media (min-width: 768px){
	.obal, .obal-flex, .obal-flex-pgBuilder {
		max-width: 720px;
	}
}
@media (min-width: 992px){
	.obal, .obal-flex, .obal-flex-pgBuilderv {
		max-width: 960px;
	}
}
@media (min-width: 1200px){
	.obal, .obal-flex, .obal-flex-pgBuilder {
		max-width: 1140px;
	}
}
@media (min-width: 1400px){
	.obal, .obal-flex, .obal-flex-pgBuilder {
		max-width: 1320px;
	}
}
@media (min-width: 1600px){
	.obal, .obal-flex, .obal-flex-pgBuilder {
		max-width: 1520px;
	}
}
/*koniec obaly*/







/*nadpisy*/
h1 {
	font-size:24px;
	font-weight: 700;
}
h2 {
	font-size:20px;
	font-weight: 600;
}
h3 {
	font-size:18px;
	font-weight: 500;
}
h4 {
	font-size:18px;
	font-weight: 500;
}
h5 {
	font-size:18px;
	font-weight: 500;
}
h6 {
	font-size:18px;
	font-weight: 500;
}

@media (min-width:960px){
	h1 {
		font-size:28px;
	}
	h2 {
		font-size: 24px;
	}
}

/*koniec nadpisy*/


/*odkazy*/
.noDecoration a, a.noDecoration { /*pre vypnutie dekoracie*/
	text-decoration: none;
}
/*koniec odkazy*/


/*texty*/
.text-center {
	text-align:center;
}
/*koniec texty*/


/*tlacidka*/
.inline-btn1 a, a.inline-btn1, input.inline-btn1{
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0.375rem 0.75rem;
	font-size: 90%;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: ease-in-out .15s;
	background: black;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid black;
}

.inline-btn1 a:hover, a.inline-btn1:hover, input.inline-btn1:hover{
	background: #ffffff;
	color: black;
	text-decoration: none;
	border: 1px solid black;
}

.block-btn1 a, a.block-btn1, input.block-btn1, button.block-btn1 {
	display: block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0.375rem 0.75rem;
	font-size: 90%;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: ease-in-out .15s;
	max-width: fit-content;
	background: black;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid black;
	cursor:pointer;
}

.block-btn1 a:hover, a.block-btn1:hover, input.block-btn1:hover, button.block-btn1:hover{
	background: #ffffff;
	color: black;
	text-decoration: none;
	border: 1px solid black;
}

.inline-btn2 a, a.inline-btn2, input.inline-btn2{
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0.375rem 0.75rem;
	font-size: 90%;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: ease-in-out .15s;
	background: white;
	color: black;
	text-decoration: none;
	border: 1px solid white;
	cursor:pointer;
}

.inline-btn2 a:hover, a.inline-btn2:hover, input.inline-btn2:hover{
	background: black;
	color: white;
	text-decoration: none;
	border: 1px solid white;
}

.block-btn2 a, a.block-btn2, input.block-btn2{
	display: block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0.375rem 0.75rem;
	font-size: 90%;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: ease-in-out .15s;
	max-width: fit-content;
	background: white;
	color: black;
	text-decoration: none;
	border: 1px solid white;
}

.block-btn2 a:hover, a.block-btn2:hover, input.block-btn2:hover{
	background: black;
	color: white;
	text-decoration: none;
	border: 1px solid white;
}


/*koniec tlacidka*/


/*overlayBody*/
div#overlayBody {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: black;
	opacity: .85;
	z-index: 1034;
}
/*koniec overlayBody*/



body{
	line-height: 1.25;
	font-weight:400;
	font-size:16px;
	font-family: "Poppins", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings: "GRAD" 0;
	color: var(--text_farba);
}

main {
	overflow: hidden;
}

h1,h2,h3,h4,h5,h6 {
	line-height: 1.3;
	color: var(--nadpis_farba);
	font-family: "Josefin Sans", serif;
	font-optical-sizing: auto;
	font-style: normal;
}

a {
	color: var(--link_farba);
	text-decoration: none;
}

a:hover {
	color: var(--link_farba_h);
}



/*iframe*/
iframe {
	max-width: 100%;
}




:root {
    --fs_transition: all ease-in-out 0.3s;
}




















/*paginacia - woocommerce*/
.woocommerce nav.woocommerce-pagination {
    text-align: right;
}
.woocommerce nav.woocommerce-pagination ul {
    border: 0;
    text-align: center;
}
.woocommerce nav.woocommerce-pagination ul li {
    margin: 0 2px;
    border-radius: var(--b_radius);
    border: 0;
}
.woocommerce nav.woocommerce-pagination ul li a.page-numbers {
    border: 1px solid var(--border_color_light);
    background: var(--pozadie_svetle);
    color: var(--p_farba);
    padding: 15px;
    display: block;
}
.woocommerce nav.woocommerce-pagination ul li:hover a.page-numbers,
.woocommerce nav.woocommerce-pagination ul li span.page-numbers.current {
    border: 1px solid var(--p_farba);
    background: var(--p_farba);
    color: #ffffff;
    display: block;
    padding: 15px;
}





/*yith wishlist*/

/*single product*/
body.single-product span.yith-wcwl-add-to-wishlist-button__label {
    color: var(--text_farba);
}
body.single-product span.yith-wcwl-add-to-wishlist-button__label:hover {
    color: #bb414b;
}


/*wishlist page*/

.wishlist_table .product-add-to-cart a.button {
	color: var(--text_btn_farba);
    background: var(--btn_farba_bg);
    border: 1px solid var(--btn_farba_border);
    border-radius: 25px;
    padding: 12px 16px;
    transition: ease-in-out .15s;
    font-size: .9em;
    text-decoration: none;
}

body:not(.small_resolution) .wishlist_table .product-add-to-cart a.button:hover {
	color: var(--btn_farba_bg);
    background: var(--text_btn_farba);
    border: 1px solid var(--btn_farba_border);
}

body:not(.small_resolution) tbody.wishlist-items-wrapper td {
    text-align: left;
}



/*woocommerce ceny okrem kosika*/


.woocommerce ul.products li.product span.price {
    display: block;
    text-align: center;
}

.woocommerce ul.products li.product span.price bdi {
    color: #000000;
    font-weight: 600;
}

.woocommerce ul.products li.product.sale span.price bdi {
    color: #bb414b;
}

.woocommerce ul.products li.product.sale span.price del {
    text-decoration: line-through;
    font-size: 0.9em;
}

.woocommerce ul.products li.product.sale span.price del bdi {
    color: #000000;
    font-weight: 400;
}

.woocommerce ul.products li.product.sale span.price span.saved-amount {
    font-size: .9em;
    color: #bb414b;
    font-weight: 500;
}


.woocommerce ul.products li.product span.price {
    display: block;
    text-align: center;
    margin-bottom: 0;
}

.woocommerce ul.products li.product span.price bdi {
    color: #000000;
    font-weight: 600;
}

.woocommerce ul.products li.product.sale span.price bdi {
    color: #bb414b;
}

.woocommerce ul.products li.product.sale span.price del {
    text-decoration: line-through;
    font-size: 0.9em;
}

.woocommerce ul.products li.product.sale span.price del bdi {
    color: #000000;
    font-weight: 400;
}

.woocommerce ul.products li.product.sale span.price span.saved-amount {
    font-size: .9em;
    color: #bb414b;
    font-weight: 500;
    background: #bb414b;
    color: #ffffff;
    padding: 6px 15px;
    background: #bb414b;
    color: #ffffff;
    font-size: .75em;
    border-radius: var(--b_radius);
	margin-top: 4px;
    display: block;
}

.woocommerce ul.products li.product.sale span.price span.saved-amount bdi {
    color: #ffffff;
}


/*single product ceny*/


body.single-product .product p.price {
    display: block;
    margin-bottom: 30px;
}

body.single-product .product p.price bdi {
    color: #000000;
    font-weight: 600;
    font-size: 1.2em;
}

body.single-product .product.sale p.price bdi {
    color: #bb414b;
}

body.single-product .product.sale p.price del {
    text-decoration: line-through;
    font-size: .9em;
}

body.single-product .product.sale p.price del bdi {
    color: #000000;
    font-weight: 400;
}

body.single-product .product .woocommerce-price-suffix {
    color: #000000;
    font-size: .8em;
}

body.single-product .product.sale p.price span.saved-amount {
    font-size: .8em;
    color: #bb414b;
    font-weight: 500;
    background: #bb414b;
    color: #ffffff;
    padding: 6px 15px;
    background: #bb414b;
    color: #ffffff;
    font-size: .75em;
    border-radius: var(--b_radius);
	margin-top: 4px;
    display: inline-block;
}

body.single-product .product.sale p.price span.saved-amount bdi {
    color: #ffffff;
}

body.single-product .product p.lowest-price {
    font-size: 80%;
	margin-top: -20px;
	margin-bottom: 30px;
}


/*filter everything mobile a desktop*/

div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content aside .widget_wpc_filters_widget a {
    color: var(--text_farba);
}

div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content aside ul.wpc-filter-chips-list {
    margin-top: 0;
}

div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content aside ul.wpc-filter-chips-list li {
    display: inline-block;
}

div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content aside ul.wpc-filter-chips-list li a {
    border-radius: var(--b_radius);
}

div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content aside .wpc-posts-found[data-found*="0"],
div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content aside .wpc-posts-found[data-found*="1"],
div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content aside .wpc-posts-found[data-found*="2"],
div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content aside .wpc-posts-found[data-found*="3"],
div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content aside .wpc-posts-found[data-found*="4"],
div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content aside .wpc-posts-found[data-found*="5"],
div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content aside .wpc-posts-found[data-found*="6"],
div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content aside .wpc-posts-found[data-found*="7"],
div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content aside .wpc-posts-found[data-found*="8"],
div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content aside .wpc-posts-found[data-found*="9"] {
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--p_farba);
    color: #ffffff;
    height: auto;
    z-index: 999;
    padding: 15px !important;
	text-align: center;
	border-radius: var(--b_radius);
}

div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content aside .wpc-filter-range-form {
    display: flex;
    flex-direction: column-reverse;
}

div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content aside .wpc-filters-range-inputs .ui-slider-horizontal {
    border: 0;
    height: 8px;
    
}

div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content aside .wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range {
    background: var(--p_farba);
}

div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content aside .wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-handle {
    box-shadow: 0 2px 9px #ffffff !important;
    border: 2px solid var(--p_farba);
    top: -9px;
    background: #ffffff;
}
div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content aside .wpc-filters-range-wrapper input[type=number].wpc-filters-range-max {
    text-align: right;
}


div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content aside .wpc-filters-main-wrap li.wpc-term-item label {
    width: 100%;
}

div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content aside .wpc-filters-main-wrap li.wpc-term-item label .wpc-term-count {
    margin-left: auto;
    opacity: 1;
    margin-right: 10px;
}

div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content aside .wpc-filters-main-wrap li.wpc-term-item label .wpc-term-count .wpc-term-count-brackets-open,
div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content aside .wpc-filters-main-wrap li.wpc-term-item label .wpc-term-count .wpc-term-count-brackets-close {
    display: none;
}

div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content aside .wpc-filters-main-wrap li.wpc-term-item label .wpc-term-count .wpc-term-count-value {
    background: var(--pozadie_tmave);
    color: #565656;
    padding: 5px 10px;
    font-size: .8em;
    border-radius: 50px;
}






div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content aside .wpc-filters-range-wrapper input[type=number] {
    outline: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    -moz-appearance: textfield;
    font-weight: 700;
    font-family: 'Poppins';
}

div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content aside .wpc-filters-range-wrapper input[type=number]::-webkit-inner-spin-button,
div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content aside .wpc-filters-range-wrapper input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content aside .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list::-webkit-scrollbar {
    width: 4px !important; /* Šírka celého scrollbar */
    background: transparent !important; /* Spraví scrollbar neviditeľný */
}

div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content aside .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list::-webkit-scrollbar-track {
    background: #f1f1f1 !important; /* Farba pozadia drážky */
    border-radius: 10px;
}

div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content aside .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list::-webkit-scrollbar-thumb {
    background: var(--p_farba) !important; /* Farba posuvníka */
    border-radius: 10px;
    width: 4px !important; /* Uistíme sa, že thumb má max. veľkosť */
}

div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content aside .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list::-webkit-scrollbar-thumb:hover {
    background: #565656 !important; /* Tmavšia farba pri hoveri */
}





div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content aside .wpc-filters-widget-wrapper > * {
    margin-top: 5px;
    border-bottom: 1px solid var(--border_color_light);
    padding-bottom: 30px;
}

div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content aside .wpc-filters-widget-wrapper > *:first-child {
    border-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content aside .wpc-filters-widget-wrapper .wpc-filter-header {
    font-weight: 600;
}





/*kategoria woocommerce*/

/*popis*/
div#fs-category-description	{
	padding-bottom: 30px;
}
div#fs-category-description	div#fs-category-description-content {
	position: relative;
	height: 150px;
	overflow: hidden;
}
div#fs-category-description	div#fs-category-description-content:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--pozadie_tmave));
    pointer-events: none;
}

div#fs-category-description	span#button-category-description {
	display: block;
	margin-top: 15px;
	color: var(--link_farba);
	cursor: pointer;
	font-size: 90%;
	text-transform: uppercase;
	font-weight: 600;
}

div#fs-category-description	span#button-category-description:hover {
	color: var(--link_farba_h);
}

div#fs-category-description span#button-category-description span#fs-show-more {
	display: inline-block;
	
}

div#fs-category-description span#button-category-description span.arrow {
    width: 8px;
    height: 8px;
    border-top: 1px solid var(--link_farba);
    border-left: 1px solid var(--link_farba);
    transition: ease-in-out.15s;
    display: inline-block;
    transform: rotate(-135deg);
    margin-left: 5px;
    margin-bottom: 3px;
    transition: ease-in-out .15s;
	display: inline-block;
}

div#fs-category-description span#button-category-description.active span.arrow {
    transform: rotate(45deg);
	margin-bottom: -2px;
}

div#fs-category-description div#fs-category-description-content.active:after {
    background: transparent;
}



/*kosik a pokladna*/
.woocommerce-cart p.return-to-shop a {
    color: var(--text_btn_farba);
    background: var(--btn_farba_bg);
    border: 1px solid var(--btn_farba_border);
    margin: 0 auto;
    display: block;
    width: fit-content;
    max-width: 100%;
    border-radius: var(--b_radius);
    padding: 12px 16px;
    transition: ease-in-out .15s;
    margin-top: 20px;
    margin-bottom: 20px;
}

.woocommerce-cart p.return-to-shop a:hover {
    color: var(--btn_farba_bg);
    background: var(--text_btn_farba);
    border: 1px solid var(--btn_farba_border);
}



/*doprava zdarma*/
.finestudio-wc-cart-shipping-free p.fs-shipping-message {
	text-align: center;
}
.finestudio-wc-cart-shipping-free p.fs-shipping-message i {
	font-size: 26px;
	margin-right: 4px;
	display: inline-block;
	transform: translateY(4px);
}
.finestudio-wc-cart-shipping-free .fs-shipping-progress-wrapper {
	margin: 40px 0 40px 0;
}
.finestudio-wc-cart-shipping-free .fs-shipping-progress-bar {
	position: relative;
	width: 100%;
	height: 8px;
	background: var(--pozadie_tmave);
	border-radius: var(--b_radius);
}
.finestudio-wc-cart-shipping-free .fs-shipping-progress-fill {
	height: 100%;
	background: var(--p_farba);
	transition: width 0.3s ease-in-out;
	position:relative;
	border-radius:5px;
}
.finestudio-wc-cart-shipping-free .fs-shipping-progress-fill:before {
	content: "";
	position: absolute;
	right: 0;
	width: 6px;
	top: -6px;
	border-radius: var(--b_radius);
	height: 20px;
	background: var(--p_farba);
}
.finestudio-wc-cart-shipping-free .fs-shipping-progress-values {
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	color: #333;
	align-items: flex-end;
}
.finestudio-wc-cart-shipping-free .fs-progress-current {
	position: absolute;
	left: 50%;
	top:-53px;
	transform: translateX(-50%);
	font-weight: bold;
}

.finestudio-wc-cart-shipping-free p.fs-shipping-message.free {
    background: var(--p_farba);
    padding: 15px;
    color: #ffffff;
    border-radius: var(--b_radius);
}

.finestudio-wc-cart-shipping-free p.fs-shipping-message.free i {
    color: #ffffff;
}

.fs-order-review .finestudio-wc-cart-shipping-free {
    background: transparent !important;
	padding: 0 5%;
}

.fs-order-review .finestudio-wc-cart-shipping-free .fs-shipping-progress-bar {
	background: #ffffff;
}

.fs-order-review .fs-shipping-message.free {
	display: none;
}

/*kosik kupony*/
div.fs-cart-coupon-wrapper {
    padding: 15px 12px 15px;
    background: var(--pozadie_tmave);
    text-align: center;
    border-radius: var(--b_radius);
    margin-bottom: 25px;
}

div.fs-cart-coupon-wrapper p.fs-kupony-otazka {
	font-weight: 600;
	margin: 20px 0;
}

div.fs-cart-coupon-wrapper .coupon {
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

div.fs-cart-coupon-wrapper .no-coupons {
	margin-top: 10px;
}

.fs-cart-coupon-wrapper div.coupon input[type="text"] {
    padding: 5px;
    border: 1px solid var(--border_color_light);
    border-top-left-radius: var(--b_radius);
    border-bottom-left-radius: var(--b_radius);
    margin: 0;
    display: inline-block;
	margin-top: 5px;
	max-width: 60%;
}

.fs-cart-coupon-wrapper div.coupon button[name="apply_coupon"] {
    margin: 0;
    border: 0;
    display: inline-block;
	margin-top: 5px;
	border-radius: 0;
	border-top-right-radius: var(--b_radius);
	border-bottom-right-radius: var(--b_radius);
	color: var(--text_btn_farba);
    background: var(--btn_farba_bg);
    border: 1px solid var(--btn_farba_border);
	max-width: 40%;
}

.fs-cart-coupon-wrapper div.coupon button[name="apply_coupon"]:hover {
	color: var(--btn_farba_bg);
    background: var(--text_btn_farba);
    border: 1px solid var(--btn_farba_border);
}

.fs-cart-coupon-wrapper div.coupon button[name="apply_coupon"][disabled] {
	color: #ffffff;
}

.fs-cart-coupon-wrapper .available-coupons h3 {
	font-weight: 700;
	margin: 20px 0;
}

.fs-cart-coupon-wrapper .available-coupons .info-message {
    margin-bottom: 20px;
}

div.fs-cart-coupon-wrapper .available-coupons .oznam {
    font-size: 80%;
	color:grey;
}

div.fs-cart-coupon-wrapper .available-coupons ul li {
    list-style:none;
	margin: 6px;
}

div.fs-cart-coupon-wrapper .available-coupons ul li strong{
    padding: 5px;
	color: var(--p_farba);
	cursor: pointer;
}

.fs-cart-coupon-wrapper .login-register-info p {
	margin-top: 10px;
}

.fs-cart-coupon-wrapper .login-register-info p.woocommerce-LostPassword.lost_password {
    text-align: center;
}

.fs-cart-coupon-wrapper .login-register-info span.button {
	background: #000000;
	color: #ffffff;
	border: #000000;
	border-radius: var(--b_radius);
	margin-top: 10px;
	padding: 5px 10px;
	display: inline-block;
	cursor: pointer;
}

.fs-cart-coupon-wrapper .login-register-info #fs-prihlasenie-content {
    text-align: left;
}

.fs-cart-coupon-wrapper .login-register-info form {
    border: 0;
    margin: 0;
    padding: 0;
}

.fs-cart-coupon-wrapper .login-register-info button[type="submit"],
.fs-cart-coupon-wrapper .login-register-info input[type="submit"] {
	margin: 0;
    border: 0;
    display: inline-block;
	margin-top: 5px;
	border-radius: var(--b_radius);
	color: var(--text_btn_farba);
    background: var(--btn_farba_bg);
    border: 1px solid var(--btn_farba_border);
	display: block;
	margin: 10px auto;
	float: none;
}

.fs-cart-coupon-wrapper .login-register-info button[type="submit"]:hover,
.fs-cart-coupon-wrapper .login-register-info input[type="submit"]:hover {
	color: var(--btn_farba_bg);
    background: var(--text_btn_farba);
    border: 1px solid var(--btn_farba_border);
}

.fs-cart-coupon-wrapper .login-register-info input[type="text"], 
.fs-cart-coupon-wrapper .login-register-info input[type="email"], 
.fs-cart-coupon-wrapper .login-register-info input[type="password"] {
	padding: 5px;
	border-radius: var(--b_radius);
	border: 1px solid var(--border_color_light);
	display: block;
	width: 100%;
}

.fs-cart-coupon-wrapper .login-register-info input[type="text"]:active, 
.fs-cart-coupon-wrapper .login-register-info input[type="email"]:active, 
.fs-cart-coupon-wrapper .login-register-info input[type="password"]:active {
	border-radius: var(--b_radius);
}



body.woocommerce-cart main,
body.woocommerce-checkout main {
	overflow: visible;
}


section#fs-cart-widget .textwidget {
    display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}


section#fs-cart-widget .textwidget p:nth-child(1) a {
    display: block;
	color: #ffffff;
	background: var(--p_farba);
	width: fit-content;
	margin: 20px auto;
	padding: 10px;
	border-radius: 50px;
}

section#fs-cart-widget .textwidget a i {
    font-size: 60px;
}





/*pop up okna*/
.fs-popup-window {
	position: fixed; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, -50%); 
	background-color: #ffffff; 
	padding: 0; 
	border: 1px solid var(--border_color_light); 
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); 
	z-index: 10000;
	max-width: 80%;
	width: 600px;
	border-radius: var(--b_radius);
}

.fs-popup-window .wrapper {
	max-height: 70vh;
	overflow-y: scroll;
}


.fs-popup-window span.close-btn {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: fit-content;
	width: 46px;
    height: 45px;
	cursor: pointer;
}



.fs-popup-window span.close-btn:before, .fs-popup-window span.close-btn:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-left: 2px solid #000000;
    display: block;
    right: 7px;
    top: 50%;
    transform: rotate(45deg) translateX(9px) translateY(9px);
    margin-top: -15px;
}

.fs-popup-window span.close-btn:before {
	transform: rotate(-45deg) translateX(0px);
}



div#fs-zlava-prvy-nakup-oznam {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: var(--p_farba);
    padding: 0;
    border: 0px solid var(--border_color_light);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    z-index: 990;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: 100%;
	width: auto;
	border-radius: var(--b_radius);
	width: 150px;
}

div#fs-zlava-prvy-nakup-oznam-popup .wrapper > *{
    padding: 10px;
}

div#fs-zlava-prvy-nakup-oznam p {
    width: 100%;
	margin: 15px;
	color: #ffffff;
	text-align: center;
}

div#fs-zlava-prvy-nakup-oznam span.btn {
	display: block;
	width:auto;
	padding: 5px 10px;
	border-radius: 0;
	align-content: center;
	width: 50%;
	text-align: center;
	cursor: pointer;
}

div#fs-zlava-prvy-nakup-oznam span.btn.ano {
	color: #ffffff;
    background: transparent;
	font-weight: bold;

}

div#fs-zlava-prvy-nakup-oznam span.btn.nie {
	color: #ffffff;
    background: transparent;
}

div#fs-zlava-prvy-nakup-oznam-popup h3 {
	background: var(--pozadie_tmave);
	padding: 15px 5px;
	font-weight: bold;
}

div#fs-zlava-prvy-nakup-oznam-popup form.register {
	border: 0;
	background: var(--pozadie_tmave);
	margin: 0;
}

div#fs-zlava-prvy-nakup-oznam-popup form.register input[type="email"] {
	padding: 15px;
	border-radius: var(--b_radius);
	border: 1px solid var(--border_color_light);
}

div#fs-zlava-prvy-nakup-oznam-popup form.register button[type="submit"] {
	color: var(--text_btn_farba);
    background: var(--btn_farba_bg);
    border: 1px solid var(--btn_farba_border);
	border-radius: var(--b_radius);
}












/* Change WC Acct Page Column Widths */
@media only screen and (min-width: 769px) {
	.woocommerce-account .woocommerce-MyAccount-navigation {
	  width: 22%;
	}
	.woocommerce-account .woocommerce-MyAccount-content { 
	  width: 75%;
	}
  }
  /* Style WC Account Endpoint Links */
  nav.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding-left: 0;
    font-size: 17px;
    line-height: 26px;
    border-radius: var(--b_radius);
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
	margin-bottom: 25px;
}
@media (min-width:500px) {
	nav.woocommerce-MyAccount-navigation ul {
		grid-template-columns: 1fr 1fr 1fr;
	}}

@media (min-width:768px) {
	nav.woocommerce-MyAccount-navigation ul {
		max-width:200px;
		grid-template-columns: unset;
		display: block;
	}
}

  
  nav.woocommerce-MyAccount-navigation ul li {
	background-color: var(--pozadie_tmave);
	border-bottom: 1px solid var(--border_color_light);
  }

  nav.woocommerce-MyAccount-navigation ul li a {
	padding: 8px 20px;
	display: block;
  }

  nav.woocommerce-MyAccount-navigation ul li:hover {
	background-color: var(--p_farba);
  }

  nav.woocommerce-MyAccount-navigation ul li:hover a {
	color: #ffffff;
  }

  nav.woocommerce-MyAccount-navigation ul li.is-active {
	background-color: var(--p_farba);
  }
  nav.woocommerce-MyAccount-navigation ul li.is-active a {
	color: #ffffff;
	cursor: default;
  }

  body.woocommerce-account .woocommerce-form-register__submit,
  body.woocommerce-account .woocommerce-form-login__submit {
	color: var(--text_btn_farba);
    background: var(--btn_farba_bg);
    border: 1px solid var(--btn_farba_border);
    display: block;
    width: fit-content;
    max-width: 100%;
    border-radius: var(--b_radius);
    padding: 12px 16px;
    transition: ease-in-out .15s;
  }

  body.woocommerce-account .woocommerce-form-register__submit:hover,
  body.woocommerce-account .woocommerce-form-login__submit:hover {
	color: var(--btn_farba_bg);
    background: var(--text_btn_farba);
    border: 1px solid var(--btn_farba_border);
  }









  /*oznamenia*/
  .woocommerce-info{
	border-top-color: var(--p_farba);
	background-color: var(--pozadie_svetle);
	border-radius: var(--b_radius);
  }

  .woocommerce-info::before {
    color: var(--p_farba);
}

.woocommerce-info .woocommerce-Button {
	color: var(--text_btn_farba)!important;
    background: var(--btn_farba_bg)!important;
    border: 1px solid var(--btn_farba_border)!important;
	border-radius: 5px!important;
}

.woocommerce-message {
    border-top-color: var(--p_farba);
	background-color: var(--pozadie_svetle);
	border-radius: var(--b_radius);
}

.woocommerce-message::before {
    color: var(--p_farba);
}

.woocommerce-message a.restore-item {
	color: var(--text_btn_farba)!important;
    background: var(--btn_farba_bg)!important;
    border: 1px solid var(--btn_farba_border)!important;
	border-radius: 5px!important;
	border-radius: var(--b_radius);
	padding: 8px 10px;
	display: inline-block;
}

.woocommerce-message a.button {
	color: var(--text_btn_farba)!important;
    background: var(--btn_farba_bg)!important;
    border: 1px solid var(--btn_farba_border)!important;
	border-radius: 5px!important;
}

.woocommerce-error {
	background-color: var(--pozadie_svetle);
	border-radius: var(--b_radius);
}




/*single product dostupnost*/

.single-product .custom-availability-wrapper .availability-item {
	display: block;
	margin-top: 15px;
}

.single-product .custom-availability-wrapper .availability-item * {
    color: var(--text_farba);
}

.single-product .custom-availability-wrapper .availability-item .doplnujuce-info {
    font-size: 80%;
	display: block;
	max-width: 100%;
	width: fit-content;
	border-radius: var(--b_radius);
	margin-top: 5px;
}

.single-product .custom-availability-wrapper .availability-item.stock span.label {
	color: #57c15b;
}

.single-product .custom-availability-wrapper .availability-item.stock span.label i {
	color: #57c15b;
	margin-right: 3px;
}

.single-product .custom-availability-wrapper .availability-item.stock.red span.value {
	color: red;
}

.single-product .custom-availability-wrapper .availability-item.moznosti-dorucenia{
	margin-top: 30px;
	margin-bottom: 30px;
}
.single-product .custom-availability-wrapper .availability-item.moznosti-dorucenia span.label {
    font-weight: bold;
	display: block;
	cursor: pointer;
}

.single-product .custom-availability-wrapper .availability-item.moznosti-dorucenia .doplnujuce-info {
    padding: 10px;
	background: var(--pozadie_tmave);
	max-width: 100%;
	width: 450px;
}

.single-product .custom-availability-wrapper .availability-item.moznosti-dorucenia .doplnujuce-info > div {
    margin:5px 0;
	padding: 5px;
}

.single-product .custom-availability-wrapper .availability-item.moznosti-dorucenia .doplnujuce-info div.shipping-zone-name {
    font-weight: bold;
	font-size: 110%;
	border-bottom: 1px solid var(--border_color_light);
	margin-bottom: 15px;
	text-align: center;
}

.single-product .custom-availability-wrapper .availability-item.moznosti-dorucenia .doplnujuce-info div.shipping-method-name {
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid var(--border_color_light);
}

.single-product .custom-availability-wrapper .availability-item.moznosti-dorucenia .doplnujuce-info div.shipping-method-name span.nazov_dorucenia {
    font-weight: bold;
	display: block;
	margin-right: 15px;
}

.single-product .custom-availability-wrapper .availability-item.moznosti-dorucenia .doplnujuce-info div.shipping-method-name span.termin {
    text-align: center;
	margin-left:auto;
}

.single-product .custom-availability-wrapper .availability-item.moznosti-dorucenia .doplnujuce-info div.shipping-method-name span.termin p:nth-child(1) {
    font-weight: 500;
}

@media (max-width:450px) {
	.single-product .custom-availability-wrapper .availability-item.moznosti-dorucenia .doplnujuce-info div.shipping-method-name span.nazov_dorucenia {
		margin-right: 8px;
		max-width: 100%;
		width: 45%;
	}
	.single-product .custom-availability-wrapper .availability-item.moznosti-dorucenia .doplnujuce-info div.shipping-method-name span.termin {
		text-align: center;
		width: 50%;
	}
}



.single-product .custom-availability-wrapper .availability-item.backorder span.label {
	color: orange;
}

.single-product .custom-availability-wrapper .availability-item.out_of_stock span.label {
	margin-bottom: 30px;
	display: block;
	color: red;
}










/*navigacia kosik uprava poctu*/
.mnozstvo span.product-quantity {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-right: 3px;
	margin-top: 10px;
}
.mnozstvo span.product-quantity .uprava-poctu.minus {
	border: 1px solid (var(--border_color_light));
    border-right: none;
	padding: 5px;
    border-radius: 5px 0 0 5px;
	cursor: pointer;
	touch-action: manipulation;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
	color: var(--text_farba);
}

.mnozstvo span.product-quantity .uprava-poctu.plus {
	border: 1px solid (var(--border_color_light));
    border-left: none;
	padding: 5px;
    border-radius: 0 5px 5px 0;
	cursor: pointer;
	touch-action: manipulation;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
	color: var(--text_farba);

}

.mnozstvo span.product-quantity .quantity {
    margin: 0;
}

.mnozstvo span.product-quantity .quantity input.qty {
    width: 30px;
    text-align: center;
    border: 1px solid var(--border_color_light);
    border-left: none;
    border-right: none;
    padding: 5px;
	font-size: 80%;
	border-radius: 0;
}

.mnozstvo span.product-quantity .quantity input.qty::-webkit-inner-spin-button, .mnozstvo span.product-quantity .quantity input.qty::-webkit-outer-spin-button {
    opacity: 0;
    margin: 0;
    display: none;
}










/*hodnotenia*/
.finestudio-wc-star-rating {
    font-size: 20px; /* Veľkosť hviezdičiek */
    color: grey; /* Farba hviezdičiek */
    text-align: center;
}

.finestudio-wc-star-rating .star {
    display: inline-block;
    margin: 0 2px;
}

.finestudio-wc-star-rating .star.full {
    color: gold; /* Farba pre plné hviezdičky */
}

.finestudio-wc-star-rating .star.half {
    color: gold; /* Farba pre polovičné hviezdičky */
}

.finestudio-wc-star-rating.star.empty {
    color: grey; /* Farba pre prázdne hviezdičky */
}






/*small cart loading spinner*/
#loading-spinner_small_cart {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999999;
	background: rgba(0, 0, 0, .2);
	display: flex;
	justify-content: center;
	align-items: center;
}

#loading-spinner_small_cart .spinner {
	animation: spin .5s linear infinite;
	position: absolute;
	opacity: 1;
	border: 1px solid #f3f3f3;
	border-top: 1px solid #0570e2;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}




/*fs_variable_product_add_to_cart_popup*/
div#fs_variable_product_add_to_cart_popup {
    width: fit-content;
    
}
div#fs_variable_product_add_to_cart_popup h3 {
    background: var(--pozadie_tmave);
    padding: 15px 5px;
    font-weight: bold;
}

div#fs_variable_product_add_to_cart_popup .wrapper {
    display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 40px;
}

div#fs_variable_product_add_to_cart_popup label {
    display: block;
}

div#fs_variable_product_add_to_cart_popup select {
    margin-bottom: 10px;
	border-radius: var(--b_radius);
	border: 1px solid var(--border_color_light);
	appearance: none;
    -webkit-appearance: none; /* Pre Safari na iPhone */
    -moz-appearance: none; /* Pre Firefox */
    width: 100%; /* Nastav pevnú šírku, ak treba */
    height: 40px; /* Nastav pevnú výšku */
    font-size: 16px; /* iPhone môže zväčšovať text, takže drž konzistentnú veľkosť */
    border: 1px solid #ccc;
    padding: 5px;
    background-color: white;
    outline: none;
    cursor: pointer;
}



div#fs_variable_product_add_to_cart_popup button#variable-add-to-cart-btn {
	margin: 0 auto;
    margin-bottom: 10px;
	color: var(--text_btn_farba);
    background: var(--btn_farba_bg);
    border: 1px solid var(--btn_farba_border);
    display: block;
    width: fit-content;
    max-width: 100%;
    border-radius: var(--b_radius);
    padding: 12px 16px;
    transition: ease-in-out .15s;
	cursor: pointer;
}

div#fs_variable_product_add_to_cart_popup button#variable-add-to-cart-btn:hover {
	color: var(--btn_farba_bg);
    background: var(--text_btn_farba);
    border: 1px solid var(--btn_farba_border);
}

div#fs_variable_product_add_to_cart_popup a#variable-product-open-link {
	margin: 0 auto;
    margin-bottom: 10px;
	color: var(--btn_farba_bg);
    background: var(--text_btn_farba);
    border: 1px solid var(--btn_farba_border);
    display: block;
    width: fit-content;
    max-width: 100%;
    border-radius: var(--b_radius);
    padding: 12px 16px;
    transition: ease-in-out .15s;
	display: block;
	font-size: 80%;
}

div#fs_variable_product_add_to_cart_popup a#variable-product-open-link:hover {
	color: var(--text_btn_farba);
    background: var(--btn_farba_bg);
    border: 1px solid var(--btn_farba_border);
}






/*fs_after_add_to_cart_popup*/
div#fs_after_add_to_cart_popup  {
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 100px;
	overflow: hidden;
	position: fixed;
	background: var(--p_farba);
	box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 3px;
	font-size: 90%;
	z-index: 9999;
	color: #ffffff;
}
div#fs_after_add_to_cart_popup .wrapper {
	padding: 5px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
div#fs_after_add_to_cart_popup .wrapper .info-message {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
	max-width: 100%;
	width: 300px;
}

div#fs_after_add_to_cart_popup .wrapper .info-message .image {
	max-width: 100%;
	width: 30px;;
}

div#fs_after_add_to_cart_popup .wrapper .info-message .content {
	padding: 0 8px;
}

div#fs_after_add_to_cart_popup .wrapper .finestudio-wc-cart-shipping-free {
	margin: 0;
	padding: 10px 8px;
	background:  #ffffff;
	border-radius: var(--b_radius);
}

div#fs_after_add_to_cart_popup .wrapper .finestudio-wc-cart-shipping-free.free {
	margin: 0;
	padding: 10px 8px;
	background:  #ffffff;
	border-radius: var(--b_radius);
}


div#fs_after_add_to_cart_popup .wrapper .fs-shipping-progress-wrapper {
	margin: 0;
}

div#fs_after_add_to_cart_popup .wrapper .fs-shipping-progress-values {
	display: none;
}

div#fs_after_add_to_cart_popup .wrapper .finestudio-wc-cart-shipping-free p.fs-shipping-message.free {
	padding: 0;
	border-radius: 0;
	color: var(--p_farba);
	background: transparent;
}

div#fs_after_add_to_cart_popup .wrapper .finestudio-wc-cart-shipping-free p.fs-shipping-message.free i {

	color: var(--p_farba);
}


@media (max-width: 500px) {
	div#fs_after_add_to_cart_popup  {
		font-size: 70%;
	}
	div#fs_after_add_to_cart_popup .fs-shipping-progress-bar {
		height: 3px;
	}
	div#fs_after_add_to_cart_popup .fs-shipping-progress-bar .fs-shipping-progress-fill:before {
		height: 10px;
		width: 3px;
		top: -3px;
	}
	div#fs_after_add_to_cart_popup .wrapper .fs-shipping-progress-wrapper {
		margin: 5px 0;
	}
}









/*nadpis pre podstranky*/
body div.nadpis-wrapper {
    text-align: center;
    padding: 50px 0;
    background: var(--pozadie_tmave);
    margin-bottom: 50px;
}









/*sledovanie balika*/
div#fs-sledovanie-balika #track-order-form {
    display: flex;
    justify-content: center;
    flex-direction: column;
	max-width: 100%;
	width: 300px;
	margin: 0 auto;
}

div#fs-sledovanie-balika #track-order-form input {
    display: block;
	width:100%;
	padding: 5px;
	border-radius: var(--b_radius);
	border: 1px solid var(--border_color_light);
	margin-bottom: 10px;
}

div#fs-sledovanie-balika #track-order-form button {
    margin: 0 auto;
    margin-bottom: 10px;
	color: var(--text_btn_farba);
    background: var(--btn_farba_bg);
    border: 1px solid var(--btn_farba_border);
    display: block;
    width: fit-content;
    max-width: 100%;
    border-radius: var(--b_radius);
    padding: 12px 16px;
    transition: ease-in-out .15s;
	display: block;
	cursor: pointer;
}

div#fs-sledovanie-balika #track-order-form button:hover {
    color: var(--btn_farba_bg);
    background: var(--text_btn_farba);
    border: 1px solid var(--btn_farba_border);
}

