:root {
    --p_farba: #753500;
	--b_radius: 30px;
}

span.vyznacene {
    background: #6BB0D1;
    color: #FAF4E5;
    padding: 15px;
    border-radius: 30px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    display: inline-block;
    margin: 5px 0px;
}
.fs-product-attributes p {
	padding: 15px 5px;
	border-bottom:1px solid var(--border_color_light);
}


.fs-cupping-score {
	color: #3d3d3d;
    text-align: center;
    font-size: .9em;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.woocommerce div.product .fs-product-meta p {
    text-align: left;
	
}

.fs-cupping-score-circle {
    position: absolute;
    width: 60px;
    height: 60px;
	left:0;
	top:0;
}

.fs-cupping-score-circle .cupping-svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg); /* aby text začínal hore */
}

.fs-cupping-score-circle .cupping-score-value {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 18px;
    color: #222;
}


p.fs-additional-text-product {
    color: #3d3d3d;
    font-size: .9em;
}


section#fs-mobile-sidenav-widgets {
	text-align: center;
	margin-top: 50px;
	font-size: 20px;
	text-transform: uppercase;
}

section#fs-mobile-sidenav-widgets i.icon-ikona-headset {
    padding: 16px;
    font-size: 70px;
    background: var(--p_farba);
    color: #ffffff;
    border-radius: 100px;
    margin-bottom: 15px;
    display: inline-block;
}

body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-header-main div.obal div#fs-header-search i.fs-icons.icon-ikona-hladat {
	display:none;
}

body.small_resolution header#fs-header-navigation_container section#fs-header-header-main div.obal div#fs-header-search > div > div {
    display: none;
}
body.small_resolution header#fs-header-navigation_container section#fs-header-header-main div.obal div#fs-header-search > div > i {
    font-size: 25px;
}

@media (min-width: 1200px) {
	div#orderby-options {
		border-bottom: 0;
	}
}

@media (min-width: 1200px) {
	body:not(.small_resolution) div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content section#primary #orderby-dropdown-mobile div#orderby-options a {
		display: inline-block;
		margin-right: 5px;
		border-radius: var(--b_radius);
		border: 1px solid var(--border_color_light);
		color: var(--text_farba);
		background: #ffffff;
		padding: 8px 12px;
		cursor: pointer;
		font-weight: 600;
		font-size: .7rem;
		border-bottom-left-radius: var(--b_radius);
		border-bottom-right-radius: var(--b_radius);
		border-bottom: 1px solid var(--border_color_light);
		margin-bottom: 0;
	}
}


body:not(.small_resolution) div.top-selling-products-of-category-wrapper {
	border-bottom:0;
}

body:not(.small_resolution) .woocommerce ul.products li.product .img-wrapper {
    overflow: hidden;
    position: relative;
    transition: ease-in-out .3s;
	background:#f5f5f5;
	border-radius: 30px;
}

body:not(.small_resolution) .woocommerce ul.products li.product .img-wrapper {
    overflow: hidden;
    position: relative;
    transition: ease-in-out .3s;
}
body:not(.small_resolution) .woocommerce ul.products li.product:hover div.img-wrapper {
    background: #6BB0D1 !important;
    
}

.availability-item.moznosti-dorucenia {
    display: none !important;
}
.custom-availability-wrapper {
    margin-bottom: 30px;
}
.woocommerce-product-details__short-description {
    background: #6BB0D1;
    color: #ffffff;
    padding: 30px 15px;
    border-radius: 30px;
    margin-bottom: 25px;
    font-size: 18px;
    letter-spacing: 1.8px;
}

div#tab-description > h2 {
    display: none;
}

body:not(.small_resolution) section#fs-header-header-main {
    padding: 30px 0;
}

body.small_resolution header#fs-header-navigation_container section#fs-header-header-main div.obal div#fs-header-logo {
	width:100px;
}

@media (min-width: 350px) {
    body.small_resolution header#fs-header-navigation_container section#fs-header-header-main div.obal div#fs-header-logo {
        width: 130px;
    }
}


#formular_kontakt form {
	max-width: 100%;
	width: 100%;
}

#formular_kontakt form input[type="text"], #formular_kontakt form input[type="email"], #formular_kontakt form input[type="tel"], #formular_kontakt form textarea {
	border-radius: var(--b_radius);
	max-width: 100%;
	margin-bottom: 10px;
	padding: 10px;
	width: 100%;
}

#formular_kontakt form a {
	text-decoration: none;
	color: var(--text_farba);
}

#formular_kontakt form input[type="submit"] {
	cursor: pointer;
	color: var(--text_btn_farba)!important;
	background: var(--btn_farba_bg);
	border: 1px solid var(--btn_farba_border);
	border-radius: 30px;
	padding: 8px 16px!important;
	transition: ease-in-out .15s;
	font-size: .9em;
	text-decoration: none;
	margin-top: 30px;
}

#formular_kontakt form input[type="submit"]:hover {
	color: var(--btn_farba_bg)!important;
	background: var(--text_btn_farba);
	border: 1px solid var(--btn_farba_border);
}

#formular_kontakt span.info-message {
	display: block;
	margin-bottom: 5px;
}

#yoast_navigacia a {
	color:#6BB0D1;
}

span.breadcrumb_last {
    color: #ffffff;
}



body:not(.small_resolution) header#fs-header-navigation_container nav > ul > li > ul.sub-menu > li {
    width: 28%;
}

body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-header-main.has-elements-4 div.obal div#fs-header-secondary-menu {
    margin-right: auto;
    margin-left: 40px;
}