:root {
	--p_farba: #d3bd29;
}

:root {
	--b_radius: 30px;
}

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-logo {
    order: 2;
    position: absolute;
    left: 50%;
    margin-left: -62px;
    width: 124px;
    top: -26px;
    background: #ffffff;
    border-radius: 119px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    overflow: hidden;
    padding: 15px;
    padding-bottom: 0;
}

body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-top-bar {
	background: #a16733;
}

body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-header-main div.obal div#fs-header-search {
	order: 1;
	position:relative!important;
	left:unset!important;
	margin-left:0!important;
}

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:not(.small_resolution) header#fs-header-navigation_container section#fs-header-header-main div.obal div#fs-header-icons-wrapper {
	order: 3;
}


body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-header-main.has-elements-3 div.obal {
	position: relative;
	height: 120px;
}


@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.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page .finestudio-ecommerce-content-heading:before {
	display:none;
}

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

body:not(.small_resolution) div.top-selling-products-of-category-wrapper ul.top-selling-products-of-category li {
    border: 1px solid var(--border_color_light);
	background: white !important;
}

body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-main-menu {
    border-bottom: 0;
    box-shadow: 0 5px 20px -20px #000000;
}


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-logo {
	width: 50px;
}

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

p.fs-additional-text-product {
	color:#3d3d3d;
	text-align:center;
	font-size: .9em;
}
.woocommerce div.product p.fs-additional-text-product {
    text-align: left;
}








#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;
}

span.breadcrumb_last {
    color: #ffffff;
}