:root {
	--color_1: #006C2A;
	--color_2: #035824;
	--color_3: #FC9B00;
	--color_4: #3E2517;
	--seda: #F8F8F8;
	--cerna: #3E2517;
	--cervena: #E42313C0;
	--h1_size: min(max(10vw), 50px);
}

* {
	font-family: 'Roboto', sans-serif !important;
}

body {
	overflow-x: hidden !important;
}

html {
	scroll-behavior: smooth;
	overflow-y: scroll;
	scrollbar-color: var(--color_3) var(--color_4);
	scrollbar-width: 10px;
}

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

::-webkit-scrollbar-track {
	background: var(--seda);
}

::-webkit-scrollbar-thumb {
	background: var(--color_3);
}

::-webkit-scrollbar-thumb:hover {
	background: var(--color_4);
}

.main_h_hidden {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	width: 1px;
	height: 1px;
}

.position_relative {
	position: relative;
}

.bg_seda {
	background-color: var(--seda);
}

section:not(.widget) {
	padding-top: 60px;
	padding-bottom: 60px;
}

h1 {
	font-size: var(--h1_size);
}

h1, h2 {
	color: var(--color_3);
	text-align: center;
	font-weight: 700;
}

h1 span, h2 span {
	color: var(--color_4);
	font-weight: 400;
}

.privacy-policy-main h2, .privacy-policy-main h3 {
	text-align: left;
}

.site-content {
	background-color: #fff;
}

.ws-container-custom {
	max-width: none;
	padding: 0;
}

#masthead-lvl1 {
	background-image: linear-gradient(to bottom, var(--primary_custom_color_1), var(--primary_custom_color_2));
}

#masthead.sticky #masthead-lvl1 {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 101;
}

#masthead.sticky #custom_menu_search_wrap {
	width: 100%;
	max-width: 640px;
}

#masthead-lvl2 {
	opacity: 1;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

#masthead.sticky #masthead-lvl2 {
	overflow: hidden;
	max-height: 0;
	width:0;
	opacity: 0;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

#masthead.sticky #masthead-lvl2.toggled {
	max-height: 2000em;
	width:auto;
	opacity: 1;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

#masthead.sticky .ws-header-actions {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
}

#masthead.sticky #custom_menu_wrap {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.ws-header-action .ws-icon {
	fill: #fff;
	height: 26px;
}

#masthead.sticky .ws-header-actions .menu-toggle {
	display: flex;
}

#masthead.sticky #toggle-navigation {
	width: 100%;
	order: 10;
	margin-left: 0;
	margin-right: 0;
}

.widget_shopping_cart .ws-icon {
	fill: #000;
	height: auto;
}

a.remove svg {
	fill: var(--color_3) !important;
}

a.remove:hover svg {
	fill: #000 !important;
}

.woocommerce-remove-coupon:hover {
	background-color: var(--color_4) !important;
}

.site-header-cart .cart-contents .count {
	right: calc(50%);
	border: 0;
	width: 23px;
	height: 23px;
}

.site-header-cart .cart-contents .count:before {
	content: '';
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid var(--color_3);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.site-header-cart .amount {
	color: #fff;
	white-space: nowrap;
}

.widget_shopping_cart .amount {
	color: #000;
}

#masthead-lvl1 .ws-container {
	max-width: none;
}

.ws-header-search .search-form, .ws-header-search .woocommerce-product-search {
	border-radius: 26px;
}

.ws-header-search .search-field {
	text-align: center;
}

#custom_menu_search_wrap {
	display: flex;
	/*align-items: center;*/
	justify-content: center;
}

#menu_psc_form_wrap {
	order: 2;
	margin-left: 1em;
	display: flex;
	flex-wrap: nowrap;
}

#menu_psc_form_wrap form {
	display: flex;
	flex-wrap: nowrap;
	position:relative;
}

#menu_psc_form_wrap input {
	order: 1;
	/*margin-left: 1em;*/
	border-radius: 26px;
	border: 0;
	text-align: center;
	/*padding: 12px 0;*/
	padding: 22px 30px 2px 30px;
	width: 129px;
}

#menu_psc_form_wrap .button {
	border: 0;
	margin-left: -20px;
	font-size: 14px;
	font-weight: 300;
	order: 2;
	z-index: 1;
}

.button, #submit {
	border-radius: 26px !important;
	text-transform: uppercase;
	font-weight: 700;
}

.button:hover, button:hover, #submit:hover {
	background-color: var(--color_4) !important;
}

.button:focus, button:focus, #submit:focus {
	background-color: var(--cerna) !important;
}

.menu-toggle span {
	margin-bottom: .6em;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.menu-toggle {
	align-items: flex-end;
	margin-right: 0;
	margin-left: 1em;
}
.menu-toggle:hover span {
	border-color: var(--color_3);
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.no_after:after {
	content: none !important;
}
body.home #ws-scroll-to-top {
	bottom: 75px;
}
#ws-scroll-to-top:hover {
	background-color: var(--color_4);
}

#ws-scroll-to-top {
	border-radius: 26px;
}

.woocommerce-loop-product__title {
	font-size: 26px !important;
	color: var(--color_4) !important;
	font-weight: 700 !important;
	margin-bottom: 10px !important;
}

.product__content {
	display: block;
	text-align: center;
}

.product .button {
	text-align: center;
	font-size: 14px;
	padding: 8px 19px;
	display: inline-block !important;
	position: unset !important;
	opacity: 1 !important;
	margin-top: 0 !important;
}

.swiper-wrapper.products {
	margin: 0 !important;
	grid-gap: unset !important;
	box-sizing: border-box !important;
}

ul.products .product {
	padding: 10px 10px 50px 10px !important;
	position: relative;
	overflow: visible !important;
	z-index: 0;
	transition: all .3s ease-in-out !important;
	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
	-ms-transition: all .3s ease-in-out !important;
	-o-transition: all .3s ease-in-out !important;
}

ul.products .product:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transition: all .3s ease-in-out !important;
	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
	-ms-transition: all .3s ease-in-out !important;
	-o-transition: all .3s ease-in-out !important;
}

ul.products .product:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 0;
}

ul.products .product:after {
	content: '';
	opacity: 0;
	background-color: var(--color_3);
	filter: blur(22px);
	-webkit-filter: blur(22px);
	-moz-filter: blur(22px);
	-ms-filter: blur(22px);
	position: absolute;
	bottom: 10%;
	left: -5%;
	width: 110%;
	height: 50%;
	z-index: -2;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

ul.products .product:hover:after {
	opacity: .46;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
body.woocommerce-shop .site-content{
	    background-color: var(--seda);
}
ul.products .product-category{
	background-color: #fff;
}
ul.products .product-category:before{
	content: none;
}
ul.products .product-category:after{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 15px;
    background-color: var(--color_3);
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
	filter: none;
    -webkit-filter: none;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
ul.products .product-category:hover:after{
	opacity: 1;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
ul.products .product-category:hover{
	border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
	z-index:1;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.product-swiper-slide:not(.swiper-slide-visible) {
	opacity: .3;
}

.product-swiper-slide>div {
	position: relative;
}

.product-swiper-slide .swiper-slide-visible {
	opacity: 1;
}

ul.products .product .onsale, .single-product .product .onsale {
	background-color: var(--cervena);
	border-radius: 21px;
	font-weight: 700;
	font-size: 17px;
	padding: 6px 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: auto;
	line-height: normal;
}

ul.products .product:hover .product__thumbnail, ul.products .product:hover .button, ul.products .product:hover .woocommerce-loop-product__title {
	transform: none !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
}

.ws-filter-sidebar a {
	display: inline-block;
}

.wc-block-product-categories-list-item ul {
	padding-left: 10px;
}

.woocommerce-ordering select {
	width: 100%;
}

.swiper_button {
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color_3);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 10;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.swiper_button.next {
	right: 0;
}

.swiper_button.prev {
	left: 0;
}

.swiper_button:before {
	content: '';
	width: 44px;
	height: 44px;
	border-radius: 50%;
	position: absolute;
	top: -3px;
	left: -3px;
	border: 2px solid var(--color_3);
}

.swiper_button:hover {
	cursor: pointer;
	transform: translateY(-50%) scale(1.1);
	-webkit-transform: translateY(-50%) scale(1.1);
	-moz-transform: translateY(-50%) scale(1.1);
	-ms-transform: translateY(-50%) scale(1.1);
	-o-transform: translateY(-50%) scale(1.1);
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

/* WOOCOMMERCE */
.ws-page-header {
	background-color: transparent;
}

.trail-items .trail-end {
	color: var(--color_3);
	font-weight: 700;
}

.ws-wc-filter {
	display: none;
}

/* SINGLE PRDUCT */
.product__thumbnail a {
	position: relative;
}

.product_title {
	text-align: left;
}

.single-product .product .entry-summary, .single-product .product .woocommerce-product-gallery {
	max-width: 100%;
}

.woocommerce-tabs .panel h2 {
	text-align: left;
}

.single-product .related, .single-product .upsells {
	margin-bottom: 0;
	margin-top: 0;
}

.single_tab_h {
	font-size: 21px;
	text-align: left;
	color: var(--cerna);
	border-bottom: solid 2px var(--color_3);
}

.woocommerce-product-attributes .woocommerce-product-attributes-item__value {
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 0;
	padding-left: 0;
	padding-bottom: 0;
	vertical-align: text-top;
}

.woocommerce-product-attributes .woocommerce-product-attributes-item__label {
	padding-left: 0;
	padding-bottom: 0;
	vertical-align: text-top;
}

.single-product .product .woocommerce-product-gallery a {
	justify-content: center;
}

.single-product .product .woocommerce-product-gallery a img {
	/* width:100%;
max-width: 500px; */
}

.single_content_more span {
	color: var(--color_3);
	cursor: pointer;
}

.single_summary_table {
	width: 100%;
}

.single_summary_table td, .single_summary_table th {
	border-bottom: 1px solid var(--color_3);
	font-weight: 700;
	vertical-align: bottom;
}

.single_summary_table ins {
	background-color: transparent;
}

.single_summary_table td div {
	font-weight: 400;
}

.single_summary_table td:first-of-type {
	text-align: right;
}

.single_summary_table td:last-of-type {
	color: var(--color_3);
	text-align: right;
}

.single_summary_table tr:last-of-type td, .single_summary_table tr:last-of-type th {
	border-bottom: 0;
}

.single_summary_table .zalohy {
	opacity: .4;
}

.single_summary_table img {
	width: 56px;
	height: 56px;
	min-width: 56px;
	object-fit: contain;
}

.single-product form.cart {
	justify-content: flex-end;
	align-items: center;
}

.qty_title {
	font-weight: 700;
	margin-right: 25px;
}

.product .qty {
	border-radius: 50%;
	width: 47px !important;
	height: 47px !important;
	text-align: center;
	padding: 5px !important;
	font-weight: 700;
}

.product .qty::-webkit-outer-spin-button,
.product .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;

}

.product .qty[type=number] {
	-moz-appearance: textfield;
}

form.cart .plus, form.cart .minus {
	background-color: transparent;
	border: 0;
	font-size: 25px;
	padding: 10px;
	color: var(--cerna);
	line-height: normal;
}

form.cart .plus:hover, form.cart .minus:hover {
	background-color: transparent !important;
	color: var(--cerna);

}

.woocommerce-product-gallery {
	position: relative;
}

.achievements_wrap {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
}

.achievement {
	margin-bottom: 10px;
	position: relative;
}

.achievement img {
	display: block;
}

.achievement:last-of-type {
	margin-bottom: 0;
}

.achievement .tooltip {
	display: none;
	position: absolute;
	bottom: 100%;
	left: 0;
	background-color: var(--color_3);
	color: #fff;
	border-radius: 20px;
	padding: 15px;
	z-index: 1;
	width: 100vw;
	max-width: 250px;
	font-weight: 700;
	font-size: 15px;
	box-shadow: 0 3px 6px #00000028;
}

.achievement .tooltip.left {
	left: 0;
	right: auto;
}

.achievement .tooltip.right {
	right: 0;
	left: auto;
}

.achievement .tooltip:before {
	content: '';
	display: block;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid var(--color_3);
	position: absolute;
	top: 100%;
}

.achievement .tooltip.left:before {
	left: 20px;
	right: auto;
}

.achievement .tooltip.right:before {
	right: 20px;
	left: auto;
}

.achievement:hover .tooltip {
	display: block;
}

/* CART */
.button[name="update_cart"]:hover {
	color: #fff;
}

.button[aria-disabled="true"]:hover {
	background-color: #EBEBEC !important;
}

.woocommerce-error li a {
	color: var(--color_1);
}

.woocommerce-cart-form__contents tr {
	border-color: var(--color_3) !important;
}

.woocommerce-cart-form__contents tbody tr {
	border-width: 0;
}

.woocommerce-cart-form__contents tbody tr:last-of-type {
	border-top: 1px solid var(--color_3);
}

.woocommerce-cart-form__contents th {
	font-weight: 400;

}

.woocommerce-cart-form__contents td {
	font-weight: 700;
}

.woocommerce-cart-form__contents .product-name a {
	color: var(--cerna);
}

.woocommerce-cart .coupon .input-text {
	border-radius: 29px;
}

.woocommerce-cart .qty {
	font-weight: 700;
	pointer-events: none;
	text-align: center;
	border: 0;
}

.woocommerce-cart .qty::-webkit-outer-spin-button,
.woocommerce-cart .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.woocommerce-cart .qty[type=number] {
	-moz-appearance: textfield;
}

.woocommerce-cart-form__contents .product-quantity {
	text-align: center;
}
.woocommerce-cart-form__contents .product-price .woocommerce-Price-amount{
	white-space:nowrap;
}
.wc_payment_methods {
	list-style: none !importan;
}
.woocommerce-cart-form__contents .product-price, .woocommerce-cart-form__contents .product-subtotal {
	text-align: right;
}

.cart_totals td {
	padding-right: 0;
	color: var(--color_3);
	font-weight: 700;
	text-align: right !important;
	vertical-align: bottom;
}

.cart_totals tr:not(.cart-subtotal):not(.shipping) td, .cart_totals tr:not(.cart-subtotal):not(.shipping) th {
	padding-bottom: 0;
	padding-top: 5px;
}

.cart_totals .order-total td, .cart_totals .order-total th {
	padding-top: 1.25em !important;
}

.cart_totals tr:nth-of-type(2) td {
	padding-top: 1.25em !important;
}

.cart_totals th {
	padding-left: 0;
	font-weight: 400;
	vertical-align: bottom;
}

.cart_totals tr {
	border-bottom: 0 !important;
}

.cart_totals .cart-subtotal {
	border-bottom: 1px solid var(--color_3) !important;
}

.cart_totals .woocommerce-Price-amount {
	white-space: nowrap;
}

.woocommerce-cart td:before {
	font-weight: 400;
}

.woocommerce-shipping-destination {
	display: none;
}

.order-total {
	border-top: 1px solid var(--color_3);
}

.woocommerce-shipping-totals.shipping td, .woocommerce-shipping-totals.shipping th {
	padding-top: 1.25em;
	padding-bottom: 1.25em;
}

#shipping_method {
	margin-bottom: 0;
	list-style: none;
}

#shipping_method label {
	margin-bottom: 0;
}

.wc-proceed-to-checkout {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}

.wc-proceed-to-checkout .to_shop {
	background-color: #EAEAEA;
	color: var(--cerna);
	border: 0;
}

.wc-proceed-to-checkout .to_shop:hover {

	color: #fff;

}

/* MY ACCOUNT */
.account_subtitle {
	text-align: left;
	font-weight: 700;
	font-size: 21px;
}

.woocommerce-order-details__title {
	text-align: left;
}

.woocommerce-customer-details .woocommerce-column__title {
	color: var(--cerna);
	text-align: left;
	font-size: 21px;
}

.woocommerce-MyAccount-navigation {
	padding-top: 90px;
}

.woocommerce-MyAccount-navigation ul {
	border-radius: 0;
}

.woocommerce-MyAccount-navigation ul li a {
	font-size: 21px;
	font-weight: 700;
	border-bottom: 0;
}

.woocommerce-MyAccount-navigation ul .is-active a:hover {

	background-color: var(--color_3);
}

.woocommerce-orders-table.woocommerce-MyAccount-orders th {
	border-bottom: 1px solid var(--color_3);
	text-transform: none;
	color: var(--color_3);
	font-size: 21px;
}

.woocommerce-orders-table.woocommerce-MyAccount-orders thead {
	background-color: transparent !important;

}

.woocommerce-orders-table__cell-order-actions .button.view {
	font-size: 0;
	background-color: transparent;
	border-radius: 0 !important;
	border: 0 !important;
	padding: 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
}

.woocommerce-orders-table__cell-order-actions .button.view:hover {
	background-color: transparent !important;
}

.woocommerce-orders-table__cell-order-actions .button.view:before {
	content: '';
	display: block;
	background: url(../img/loupe.svg) no-repeat center center;
	width: 24px;
	height: 24px;
}

.woocommerce-orders-table__cell-order-actions .button.view:after {
	content: 'Detail';
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	text-align: center;
	color: var(--color_3);
	font-size: 8px;
	font-weight: 400;
}

table.shop_table_responsive tr td:before {
	font-weight: 500;
	color: var(--color_3);
}

.prehled_tiles_wrap {
	border-bottom: 1px solid var(--color_3);
	padding-bottom: 50px;
}

.prehled_tile {
	padding: 13px;
	height: 100%;
	border: 1px solid var(--color_3);
}

.prehled_tile_title {
	text-align: center;
	color: var(--color_3);
	font-size: 18px;
}

.prehled_tile_value {
	text-align: center;
	color: var(--cerna);
	font-size: 20px;
	font-weight: 700;
}

.my_account_info_table th, .my_account_agent_table th {
	color: var(--color_3);
	font-size: 21px;
	font-weight: 400;
	text-transform: none;
}

.my_account_info_table td, .my_account_agent_table td {
	border-bottom: 0;
	font-size: 21px;
}

.my_account_agent_table {
	background-color: #F8F8F8;
}

.pivobod_mlm_tabs_wrap {
	background-color: #F8F8F8;
	display: flex;
	flex-wrap: wrap;
}

.pivobod_mlm_tab {
	margin: 10px 20px;
	font-size: 21px;
	font-weight: 700;
}

.pivobod_mlm_tab:hover {
	color: var(--color_3);
	cursor: pointer;
}

.pivobod_mlm_tab.active {
	color: var(--color_3);
}

.orders_filter_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#ship-to-different-address {
	line-height: 2em;
	font-size: 18px !important;
}

.select_orders_filter_wrap {
	margin: 10px 10px 10px 0;
}

.custom_select_2 .select2-container, .custom_input_2 input {
	margin-bottom: 0 !important;
	height: 30px !important;
}

.custom_select_2 .select2-selection__arrow {
	width: 30px !important;
	height: 30px !important;

}

.custom_select_2 .select2-selection__arrow b {
	border-bottom: 1px solid var(--cerna) !important;
	border-left: 1px solid var(--cerna) !important;
	width: 15px !important;
	height: 15px !important;
	margin-top: -12px !important;
}

.custom_select_2 .select2-container--open .select2-selection__arrow b {
	margin-top: -5px !important;
}

.custom_select_2 .select2-selection, .custom_input_2 input {
	border: 1px solid #707070 !important;
	border-radius: 29px !important;
	height: 30px !important;
}

.custom_select_2 .select2-selection__rendered, .custom_input_2 input {
	padding-right: 50px !important;
}

.custom_input_2 input {
	padding-left: 25px;
}

.input_number_hide_spinner::-webkit-outer-spin-button,
.input_number_hide_spinner::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.input_number_hide_spinner[type=number] {
	-moz-appearance: textfield;
}

#modal_pivobod_error {
	color: red;
	font-weight: 500;
	text-align: center;
	font-size: 25px;
	margin: 10px auto;
}

#modal_pivobod_psc {
	border-radius: 23px;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	color: var(--cerna);
	border: 1px solid var(--cerna);
	width: 100%;
	padding: 10px;
}

#modal_pivobod_psc::placeholder {
	font-weight: 400;
}

#pivobod_modal_form {
	max-width: 420px;
	width: 100%;
	display: block;
}

#pivobod_modal_content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#pivobod_modal_content .custom_modal_popup_title{
	width: 100%;
}
#modal_pivobod_chosen {
	background-color: #ffffffb3;
	border-radius: 0 0 15px 15px;
	height: 233px;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: -23px;
	z-index: -1;
	padding: 40px 10px;
	display: none;
}

#pivobod_enter {
	margin-top: 50px;
}

#modal_pivobod_chosen img {
	display: block;
	object-fit: contain;
	width: 100%;
	height: 100%;
}

#modal_pivobod_chosen:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 15px;
	display: block;
	background-color: var(--color_3);
}

#infocenter_menu li a.active {
	background-color: var(--color_3);
	color: #fff;
}

.vyplata_wrap {
	margin: 20px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.vyplata_wrap span {
	margin: 0 20px;
	font-size: 21px;
}

#provize_k_uplatneni {
	font-weight: 700;
}

.struktura_wrap {
	margin: 20px 0;
	padding-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--color_3);
}

.struktura_wrap span {
	margin: 10px 20px;
	font-size: 21px;
}

.mother {
	color: #01891B;
}

.daughter {
	color: #FF5C00;
}

.granddaughter {
	color: #4D46FF;
}



.structure_table {
	margin: 0 !important;
}

.structure_table td {
	border: 0;
	white-space: nowrap;
	padding: .25em .75em;
}

.btn_obrat {
	font-size: 14px;
	font-weight: 400;
	border: 0;
	margin: 5px !important;
}

.obrat {
	background-color: var(--color_3);
}

.obrat_skupiny {
	background-color: #E42313;
}

td.mother {
	padding-left: 1em;
}

td.daughter {
	padding-left: 3em;
}

td.granddaughter {
	padding-left: 5em;
}

/* INFOCENTER */
.news_flex_wrap .flex-container{
    margin-bottom: var(--flex_container_margin_bottom);
}
.news_excerpt {
	font-size: 16px;
	font-style: italic;
	color: #000;
	margin-top: 10px;
}

.news_title {
	color: var(--cerna);
	font-size: 21px;
	font-weight: 700;
}

.news_title:hover {
	color: var(--color_3);
}

.news_title a {
	color: inherit !important;
}

.news_img_wrap {
	display: block;
	width: 100%;
	/*height: 210px;*/
	height: auto;
}

.news_img_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.post-navigation img{
	object-fit:cover;	
}
.infocenter_content {
	margin-top: 50px;
}

.pivobod_mlm_tabs_content {
	overflow-x: auto;
}

.custom_table_2 {
	border-top: 1px solid var(--color_3);
}

.custom_table_2 th {
	color: var(--color_3);
	font-size: 16px;
	text-transform: none;
	padding-top: 25px;
}

.custom_table_2 thead {
	background-color: transparent;
	margin-top: 25px;
}

.custom_table_2 td {
	color: var(--cerna);
	font-size: 16px;
	border-bottom: 0;
}

.pivobod_users_filter_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}

.custom_users_filter_wrap {
	margin: 20px 0 20px 20px;
	width: 100%;
	max-width: 255px;
}

#users_filter_text {
	width: 100%;

}

#generate_coupon_form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.vygenerovat_castku_input_wrap {
	width: 100%;
	max-width: 420px;
}

#vygenerovat_castku_input {
	height: 58px !important;
	width: 100%;
}

#generate_coupon_form button {
	margin: 10px;
}

.commision_table {
	border-top: 0;
}

.commision_table th {
	font-size: 21px;
}

.commision_table td {
	font-size: 21px;
	font-weight: 700;
}

/* SEARCH */
.search_main .wp-post-image {
	width: 100%;
	max-width: 250px;
}

.search_main article.product {
	width: 100%;
	max-width: 300px;
}

.search_main article.product h2 {
	font-size: 26px;
}

.search_main article.product .entry-footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.search_main article.product .entry-footer a {
	padding: 0.5em 2em;
	font-size: 1.4rem;
	font-weight: 500;
	color: #FFF;
	display: block;
	text-align: center;
	border-radius: 26px;
	text-transform: uppercase;
}

.search_main article.product .entry-footer a:hover {
	background-color: var(--color_4);
}

/* HOMEPAGE */
.nase_znacky_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -10px;
}

.nase_znacky_container img {
	display: block;
	width: auto;
	height: auto;
	object-fit: contain;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-ms-filter: grayscale(1);
	-o-filter: grayscale(1);
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.nase_znacky_container:hover img {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.nase_znacky_container.active img {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
}

.nase_znacky_container {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	overflow: hidden;
	position: relative;
	height: 233px;
	padding: 10px;
	width: calc(25% - 20px);
	margin: 10px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.nase_znacky_container:hover {
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.nase_znacky_container.active {
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
}

.nase_znacky_container:hover:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 15px;
	background-color: var(--color_3);
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.nase_znacky_container.active:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 15px;
	background-color: var(--color_3);
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
}

.nase_znacky_container:hover:after {
	opacity: 1;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.nase_znacky_container.active:after {
	opacity: 1;
}

body.home .site-content {
	padding-top: 10px;
}

.swiper-button-disabled {
	display: none;
}

.bannery_wrap {
	padding: 0 0 2.5em 0;
}

.bannery_wrap .swiper-slide {
	text-align: center;
}

.bannery_wrap .swiper-slide a {
	text-align: center;
	overflow: hidden;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.bannery_wrap .swiper-slide img {
	display: inline-block;
	/*width:auto;
	max-width: none;*/
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

/*.bannery_wrap .swiper-slide img:hover {
	opacity: 1;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}*/

/* FOOT */

footer.site-footer {
	background-image: linear-gradient(to bottom, var(--primary_custom_color_1), var(--primary_custom_color_2));
	padding: 60px 20px;
	position: relative;
	overflow: hidden;

}

footer.site-footer:after {
	content: '';
	background: url(../img/footer_bg.svg) right bottom no-repeat;
	background-size: auto 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	display: block;
	pointer-events: none;
	z-index: 0;
}

.flex_5 {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}

.flex_5>.flex_container {
	width: 20%;
	padding-right: 10px;
}

.foot_menu_nadpis {
	font-weight: 700;
	color: #fff;
	font-size: 29px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: inline-block;
}

.foot_menu_nadpis:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
}

.foot-menu-container-1 ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.foot-menu-container-1 ul li {
	margin-right: 15px;
}

.foot-menu-container ul li {

	line-height: 1.5em;
}

.foot-menu-container a {
	color: #fff !important;
}

.foot-menu-container a:hover {
	color: var(--color_3) !important;
}

.kontakt_a {
	color: var(--color_3);
}

.kontakt_a:hover {
	color: var(--color_3);
}

#yashica_logo {
	width: 71px;
	display: block;
}

#foot-copyright {
	color: #fff;
}

.show_mobile {
	display: none;
}

#nase_znacky_floating_wrap {
	display: none;
}
.btn_show_tel{
	border: 0;
    border-color: rgba(199, 171, 98, 0.3);
    border-radius: 26px;
    background-color: #FC9B00;
    color: #FFF;
    line-height: 1.6;
    padding: 12px 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.btn_show_tel:hover{
	background-color: var(--color_4);
}
@media screen and (min-width: 48em) {

	#custom_menu_wrap {
		margin-left: 5em;
	}

	#site-branding {
		align-items: flex-start;
		min-width: 140px;
	}

	.ws-header-search {

		margin-left: 0em;
	}

	#masthead-lvl1 .ws-row {
		/* flex-wrap: nowrap; */
		justify-content: space-between;
	}

	.ws-header-actions {
		align-items: flex-start;
	}

	.single-product .product .woocommerce-product-gallery {
		width: calc(50% - 2em) !important;
		flex: unset !important;

	}

	.single-product .product .entry-summary {
		width: 50% !important;
		flex: unset !important;
	}
}

@media screen and (max-width: 1400px) {
	.flex_5>.flex_container {
		width: 25%;

	}
}

@media screen and (max-width: 1060px) {
	.ws-header-search {
		width: 100%;
	}

	#custom_menu_search_wrap {
		flex-wrap: wrap;
	}

	#menu_psc_form_wrap {
		margin-left: 0;
		margin-top: 10px;
	}
}

@media screen and (max-width: 1024px) {
	.ws-header-search {
		width: 100%;

	}

	/*.bannery_wrap .swiper-slide img {
	width:auto;
	max-width: none;
	min-height:200px;
	}*/


	#menu_psc_form_wrap input {

		margin-left: 0;

	}

	.flex_5>.flex_container {
		width: 50%;

	}

	.nase_znacky_container {
		width: calc(100% / 3 - 20px);
	}
}

@media screen and (max-width: 767px) {
	/* .ws-header-actions .menu-toggle {
		display: none;
	} */

	.achievements_wrap {
		position: unset;
		width: 100%;
		flex-direction: row;
		margin-top: 20px;
	}

	.achievement {
		margin-right: 10px;
	}

	.woocommerce-cart-form__contents .product-quantity {
		text-align: right;
	}

	.cart_totals td {
		padding-left: 0;
	}

	.woocommerce-MyAccount-navigation {
		padding-top: 0;
	}
	/* #masthead-lvl1 {
		position: fixed;
		top: 0;
		z-index: 99;
		left: 0;
		width: 100%;
	} */

	#masthead-lvl2 .ws-container {
		padding: 0;
	}

	#masthead-lvl1 .ws-container .ws-row {
		justify-content: space-between;
	}

	#custom_menu_wrap {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		z-index: 99;
	}

	.ws-header-search {
		display: none;
		margin-left: 20px;
		margin-right: 20px;

	}



	#menu_psc_form_wrap {
		display: none;
		width: 100%;
		margin-left: 20px;
		margin-right: 20px;
	}

	.ws-header-search.show {
		display: block;
		padding: 5px;
		background-color: var(--color_3);
		border-radius: 50px;
		box-shadow: 0 3px 20px #00000028;
	}

	#menu_psc_form_wrap.show {
		display: flex;
	}

	#menu_pivobod_form {
		width: 100%;
		background-color: var(--color_3);
		border-radius: 50px;
		box-shadow: 0 3px 20px #00000028;
		padding: 5px;
	}

	#menu_pivobod_psc {
		width: 100% !important;
	}

	#menu_psc_form_wrap .button {
		background-color: var(--color_4) !important;
	}

	.show_mobile {
		display: flex;
	}

	.ws-header-actions {
		max-width: 75%;
	}

	#site-branding {
		max-width: 25%;
	}

	.ws-header-actions .ws-header-action {
		margin: 0 6px;
	}

	.ws-header-action:hover .stroke {
		stroke: var(--color_3);
	}

	.ws-header-action:hover .fill {
		fill: var(--color_3);
	}

	.wc-psc:hover, .wc-loupe:hover {
		cursor: pointer;
	}

	
}

@media screen and (max-width: 550px) {
	.flex_5>.flex_container {
		width: 100%;
		margin-bottom: 10px;
		padding-right: 0;
	}

	.woocommerce-loop-product__title {
		font-size: 18px !important;
	}

	ul.products .product .onsale, .single-product .product .onsale {
		padding: 3px 8px;
		font-size: 15px;
	}

	li.product .button {
		padding: 0.25em 1em;
	}

	ul.products .product {
		padding-bottom: 30px !important;
	}

	.products {
		grid-gap: .5em;
	}

	h2 {
		font-size: 3rem;
	}

	.single_summary_table td, .single_summary_table th {
		display: block;
		text-align: right;
		width: 100%;
	}

	.achievement .tooltip {
		max-width: 200px;
	}

	.my_account_info_table th, .my_account_agent_table th {
		display: block;
		width: 100%;
	}

	.my_account_info_table td, .my_account_agent_table td {
		display: block;
		width: 100%;
	}

	.ws-header-actions {
		margin-left: .2em;
	}

	#nase_znacky_floating_wrap {
		display: block;
		position: fixed;
		z-index: 99;
		bottom: 0;
		left: 0;
		width: 100%;
	}

	#nase_znacky_floating_container {
		margin: 0 auto;
		width: 100%;
		max-width: 335px;
		min-height: 61px;
		background-color: #fff;
		box-shadow: 0 3px 20px #00000028;
		border-radius: 10px;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 8px 20px 16px 20px;
		cursor: pointer;
		position: relative;
	}

	#nase_znacky_floating_container:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 8px;
		background-color: var(--color_3);
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;
	}

	.nase_znacky_floating_container_text_wrap {
		display: flex;
		align-items: center;
		font-size: 20px;
		font-weight: 700;
		transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
	}

	#nase_znacky_floating_znacky_wrap {
		overflow: hidden;
		max-height: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
	}
	.nase_znacky_floating_znacka_container{
		display: block;
		width: 48%;
		height: 125px;
	}
	.nase_znacky_floating_znacka_container img{
		object-fit: contain;
		width: 100%;
		height: 100%;
	}
	#nase_znacky_floating_container_img_wrap{
		width: 79px;
		height: 50px;
	}
	#nase_znacky_floating_container_img_wrap img{
		object-fit: contain;
		width: 100%;
		height: 100%;
	}
	#nase_znacky_floating_container.active  {
		transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
	}
	#nase_znacky_floating_container.active .nase_znacky_floating_container_text_wrap {
		color: var(--color_3);
		transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
	}

	#nase_znacky_floating_container.active .nase_znacky_floating_container_text_wrap svg {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
	}
	#nase_znacky_floating_container .nase_znacky_floating_container_text_wrap svg .fill,#nase_znacky_floating_container .nase_znacky_floating_container_text_wrap svg {
		transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
	}
	#nase_znacky_floating_container.active .nase_znacky_floating_container_text_wrap svg .fill {
		fill: var(--color_3);
		transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
	}
	#nase_znacky_floating_container.active #nase_znacky_floating_znacky_wrap {
		overflow: auto;
		max-height: 335px;
		transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
	}

}

@media screen and (max-width: 48em) {
	#custom_menu_wrap {
		width: 100%;
	}

	.ws-header-actions {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.nase_znacky_container {
		width: calc(50% - 20px);
		height: 150px;
	}

	.site-header-cart .cart-contents .count:before {
		transform: translate(-49%, -49%);
		-webkit-transform: translate(-49%, -49%);
		-moz-transform: translate(-49%, -49%);
		-ms-transform: translate(-49%, -49%);
		-o-transform: translate(-49%, -49%);
	}
}

@media screen and (max-width: 37.5em) {
	.site-header-cart .cart-contents .count:before {
		transform: translate(-51%, -49%);
		-webkit-transform: translate(-51%, -49%);
		-moz-transform: translate(-51%, -49%);
		-ms-transform: translate(-519%, -49%);
		-o-transform: translate(-51%, -49%);
	}
}

.main-navigation a, .ws-toggle-navigation a, .ws-secondary-menu a {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
}

/* POPUP */
.custom_modal_popup_content {
	position: relative;
	z-index: 5;
}

.custom_modal_popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 2000000001;
	background-color: #3E2517;
	display: flex;
	align-items: center;
	justify-content: center;
}

#loftloader-wrapper{
	z-index: 2000000002;
}

.custom_modal_popup_bg {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/img_bg_2.jpg) center center no-repeat;
	background-size: cover;
	pointer-events: none;
	mix-blend-mode: overlay;
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom_modal_popup_bg:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #013909;
	opacity: .2;
	z-index: 0;

}

.custom_modal_popup_bg:after {
	content: '';
	display: block;
	position: relative;
	z-index: 1;
	width: 80%;
	height: 80%;
	background: url(../img/pivobodczr.svg) center center no-repeat;
	background-size: contain;
	pointer-events: none;
	mix-blend-mode: overlay;
}

.custom_modal_popup_title {
	color: #fff;
	text-align: center;
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 50px;
}

#ar_accept {
	font-weight: 300;
	font-size: 26px;
	border-radius: 40px !important;
}

#ar_decline {
	font-weight: 300;
	font-size: 26px;
	border: 1px solid #FC9B00;
	background-color: #3E251788;
	border-radius: 40px !important;
}
.show_psw_custom_btn_wrap{
	position: relative;
    width: 100%;
    display: block;
}
.show_psw_custom_btn{
	position:absolute;
	width: 30px;
	height: 30px;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.menu_pivobod_psc_wrap{
	position:relative;
	max-height: 48px;
}
.menu_pivobod_psc_wrap:before{
	position:absolute;
	content: 'MÁTE NASTAVENO';
	font-size: 9px;
	text-align:center;
	top:2px;
	left: 50%;
	width: 100%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.menu_pivobod_psc_wrap:after{
	position:absolute;
	content: '';
	top:0px;
	left: 80%;
	width: 50%;
	height: 100%;
	background-color:#fff;
}
.menu_pivobod_form_tooltip{
	position: absolute;
	top: 50%;
	left:0;
	transform:translate(-50%, -50%);
	-webki-transform:translate(-50%, -50%);
	width: 31px;
	height: 31px;
	border-radius: 50%;
	display:flex;
	z-index: 1;
	align-items:center;
	justify-content: center;
	background-color:#3E2517;
	cursor: help;
}

.menu_psc_not_valid_bubble{
	color:#fff;
	background-color: #E42313;
	border-radius: 20px;
	position: absolute;
	padding: 8px;
	text-align:left;
	top: calc(100% + 5px);
    left: 0;
    width: max-content;
    max-width: 250px;
	z-index: 2;
}
.menu_psc_not_valid_bubble:before{
	content:'';
    position: absolute;
    bottom: 100%;
    left: 55px;
	border-left: 10px solid transparent;
  	border-right: 10px solid transparent;
	border-bottom: 10px solid #E42313;
}