html {
	font-size: 93.8%; /* 15px - vypočítáno pomocí type-scale.com */
} 

body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	line-height: 1.65;
	color: #333;
}

a:not(.nestylovat) {
	color: var(--text-color) !important;
	text-decoration: none;
}

a:not(.nestylovat):hover {
	/* color: var(--text-color) !important; */
	text-decoration: underline;
}

p {
	margin: 0 !important;
}

h1, h2, h3, h4, h5 {
	margin: 2.75rem 0 1.05rem;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	line-height: 1.15;
}

h1 {
	margin-top: 0;
	font-size: 2.488em;
}

h2 {
	font-size: 2.074em;
}

h3 {
	font-size: 1.728em;
}

h4 {
	font-size: 1.44em;
}

h5 {
	font-size: 1.2em;
}

small, .text_small {
	font-size: 0.833em;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="tel"],
select.form-control,
textarea.form-control {
	border: 2px solid #ececec;
}

.svg-icon {
	width: 2.3em;
	height: 2.3em;
}

.svg-icon path, 
.svg-icon polygon, 
.svg-icon rect {
	fill: var(--main-efects-color);
}

.svg-icon circle {
	stroke: var(--main-efects-color);
	stroke-width: 1;
}

.btn:not(.bez_custom_stylu) {
    background-color: var(--background);
    color: #ffffff !important;
    border-radius: 0;
    border: 0;
}

.min-height {
	min-height: 20vw;
}

.cursor-pointer {
	cursor: pointer;
}

.navod {
	padding: 0.7em;
	border: 1px solid #bce8f1;
	border-radius: 4px;
}

.input-group-text {
	border: 0;
}

#infomess_main {
	position: absolute;
    width: 100%;
    z-index: 99;
    top: 5%;
    font-weight: 500;
}

nav.listovani a:hover {
	text-decoration: none;
} 

nav.listovani .page-item:first-child .page-link,
nav.listovani .page-item:last-child .page-link {
	border-radius: 0;
}

nav.listovani .page-item.active .page-link {
    z-index: 1;
    color: #ffffffff !important;
    background-color: var(--background);
    border-color: var(--background);
}

nav.listovani .page-item.disabled {
	cursor: not-allowed;
}

/* uprava labelu - containeru */
.vlastni_checkbox {
	display: block;
	position: relative;
	padding-left: 27px;
	margin-bottom: 12px;
	cursor: pointer;
	/* font-size: 22px; */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* schova zakladni checkbox input */
.vlastni_checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* novy checkbox ctverec */
.vlastni_checkbox .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #cccccc;
    border-radius: 3px;
}

/* pozadi checkboxu na hover */
.vlastni_checkbox:hover input ~ .checkmark {
	background-color: var(--light-background);
}

/* pozadi checkboxu, kdyz je checkbox checked */
.vlastni_checkbox input:checked ~ .checkmark {
	background-color: var(--light-background);
	border: 2px solid var(--background);
}

/* fajfka checkboxu (schovana) */
.vlastni_checkbox .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Ukaze fajfku, kdyz checked */
.vlastni_checkbox input:checked ~ .checkmark:after {
	display: block;
}

/* styl fajfky */
.vlastni_checkbox .checkmark:after {
    left: 6px;
    top: 2px;
	width: 5px;
	height: 10px;
	border: solid var(--background);
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

select {
    cursor: pointer;
    border: 2px solid;
    border-color: #ececec;
    padding: 5px;
    background-color: #f2f2f2;
    background-image: url(../img/select.png);
    background-size: 12px;
    background-position: 96% center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.select_padding {
	padding-right: 25px;
}


/* HEADER */

header > .top_bar {
	background-color: var(--light-background);
}

header > .top_bar a {
	color: var(--background) !important;
	font-weight: 500;
	font-size: 0.9em;
}

header > .top_bar a.btn {
	background-color: var(--background);
	color: #ffffff !important;
	border-radius: 0;
}

header > .top_bar a.btn:hover {
	background-color: var(--background-hover);
	text-decoration: none;
}

header .cart-sub {
	background-color: var(--background);
    padding: 1em;
    color: #ffffff !important;
}

header .cart-sub a {
    color: #ffffff !important;
}

header .cart-sub hr {
	border-color: var(--light-background);
}

header .cart-sub .view-cart .btn {
	background-color: var(--background-hover);
}

header > .menu_wrapper .logo {
    width: 100%;
    height: auto;
    max-height: 80px;
    max-width: 300px;
}

header > .menu_wrapper #custom_search-wrapper {
	position: relative;
}

header > .menu_wrapper #custom_search-wrapper .vyhledavac {
	padding: 0.6em 0.6em 0.6em 1em;
    height: auto;
    border-radius: 0;
    border-right: 0;
	line-height: 1.8em;
	background-color: #ffffff;
}

header > .menu_wrapper #custom_search-wrapper .input-group-text {
	padding: 0;
	border: 2px solid #ececec;
	border-left: 0;
	background-color: #ffffff;
}

header > .menu_wrapper #custom_search-wrapper .input-group-text #vyhledavani-lupa {
	width: 3.5em;
    height: 1.5em;
    padding: 0 1em;
    border-left: 1px solid #ced4da;
}

header > .menu_wrapper #custom_search-wrapper .input-group-text #vyhledavani-lupa path {
	fill: #6a6a6a;
}

header > .menu_wrapper #custom_search-wrapper .vysledek_vyhledavani {
	position: absolute;
    width: 100%;
    left: 0;
    top: 48px;
    z-index: 99;
	background-color: #ececec;
}

header > .menu_wrapper #custom_search-wrapper .vysledek_vyhledavani h4 {
	background-color: var(--background);
    color: #ffffff;
	padding: 0.4em 0.7em;
	font-size: 1.2em;
}

header > .menu_wrapper #custom_search-wrapper .vysledek_vyhledavani .vysledek {
	padding: 1em 0.7em;
}

header > .menu_wrapper #custom_search-wrapper .vysledek_vyhledavani .vysledek img {
	max-width: 65px;
}

header > .menu_wrapper #custom_search-wrapper .vysledek_vyhledavani .all-results {
    width: 100%;
    display: inline-block;
	background-color: var(--background-hover);
	padding: 0.4em 0.7em;
}

header > .menu_wrapper #custom_search-wrapper .vysledek_vyhledavani .all-results a {
	color: #ffffff !important;
}

header > .menu_wrapper nav.navbar {
	background-color: var(--background);
	border: 1px solid var(--background);
}

header > .menu_wrapper nav.navbar ul.navbar-nav li.nav-item a.nav-link {
	text-transform: uppercase;
	border-right: 1px solid var(--background);
	padding: 0.9em 1.5em;
	font-weight: 500;
	color: #ffffff !important;
}

header > .menu_wrapper nav.navbar ul.navbar-nav li.nav-item a.nav-link:hover {
	color: #ffffff !important;
	background-color: var(--background-hover);
	text-decoration: none;
}

/* KONEC HEADER */

/* INDEX PAGE */

.index_top-wrapper {
    overflow: hidden;
}

#index_kategorie .list-group-item:first-child,
#index_kategorie .list-group-item:last-child {
	border-radius: 0;
}

#index_kategorie .list-group-item.active {
    background-color: rgba(0,0,0,.125);
	border-color: rgba(0,0,0,.125);
	border-bottom: 0;
    color: #000000 !important;
}

#index_page-carousel img {
    width: 100% !important;
    height: auto;
    max-height: 380px;
    object-fit: cover;
}

.o_nas h2 {
	margin-top: 0;
}

.index_clanky .clanek h3 {
	margin-top: 0;
}

.index_clanky .clanek .obrazek img {
	max-width: 270px;
}

.index_clanky .clanek .anotace {
	text-align: justify;
}

/* KONEC INDEX PAGE */

/* PRODUKTY */

.produkty .card {
	overflow: hidden;
	border-radius: 0;
}

.produkty .card a:hover {
	text-decoration: none;
}

.produkty .card .card-img {
    width: auto;
    max-width: 220px;
    height: auto;
    max-height: 280px;
    margin: 0 auto;
    padding: 0.5em;
}

.produkty .card .nazev_produktu {
	font-size: 1.2em;
	color: var(--background);
	font-weight: 500;
}

.produkty .cena {
	min-height: 72px;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.produkty .cena .cena-sleva {
	color: #6a6a6a;
	text-decoration: line-through;
}

.produkty .card a.btn.zobrazit_detail {
	background-color: var(--background);
	color: #ffffff !important;
	border-radius: 0;
    border: 0;
    text-transform: uppercase;
    font-weight: 500;
}

.produkty .card a.btn.zobrazit_detail:hover {
	background-color: var(--background-hover);
}

/* KONEC PRODUKTY */


/* ZBOZI SEZNAM */

.zbozi_seznam h1 {
	font-weight: 500;
}

.zbozi_seznam .leva_strana {
    /* background-color: #f9f9f9; */
}

.zbozi_seznam .kategorie {
	background-color: #ffffff;
}

.zbozi_seznam .kategorie img {
	width: 100%;
	height: auto;
	max-height: 300px;
	object-fit: contain;
}


.zbozi_seznam .kategorie nav ul {
	list-style: none;
}

.zbozi_seznam .kategorie nav ul:first-child {
	padding: 0;
}

.zbozi_seznam nav li {
    position: relative;
}

.zbozi_seznam .kategorie nav li > ul {
    display: none !important;
}

.zbozi_seznam .kategorie nav li.active > ul {
	display: block !important;
    padding-left: 1.5em;
    margin-bottom: 1em !important;
}

.zbozi_seznam .kategorie nav > ul > li > a {
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 0 0 0.5em 0;
    color: #000000 !important;
    background-color: transparent;
    cursor: pointer;
    transition: .2s all ease-in-out;
	font-size: 1.1em;
	font-weight: 500;
	border: 1px solid #dae1e6;
	margin: 0.4em 0;
	/* margin-top: 0.4em; */
    padding: 0.4em 0.6em;
}

.zbozi_seznam .kategorie nav > ul > li.active > a {
	color: var(--background) !important;
}

.zbozi_seznam .kategorie nav > ul > li > a:hover {
	color: var(--background) !important;
}

.zbozi_seznam .kategorie nav > ul > li > ul > li > a:hover {
	color: var(--background) !important;
}

.zbozi_seznam .kategorie nav > ul > li > ul > li > ul > li > a:hover {
	color: var(--background) !important;
}
 
.zbozi_seznam .kategorie nav > ul > li.active > ul > li > a {
	display: block;
    width: 100%;
	font-size: 1.1em;
	margin-bottom: 0.2em;
    padding: 0 0.5em;
}

.zbozi_seznam .kategorie nav > ul > li.active > ul > li.active > a {
	color: var(--background) !important;
	font-weight: 500;
}

.zbozi_seznam .kategorie nav > ul > li.active > ul > li.active > ul > li.active > a {
	color: var(--background) !important;
	font-weight: 500;
}

.zbozi_seznam .kategorie nav li.active > .kategorie-rozevirac {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	top: 7px;
}

.zbozi_seznam .kategorie nav li .kategorie-rozevirac {
    display: block;
    position: absolute;
    height: 30px;
    width: 30px;
	top: 7px;
	right: 0;
	background-image: url(/static/_user/web003v2/img/arrow_thiner.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    transition: all .2s;
    cursor: pointer
}

.zbozi_seznam .kategorie nav li.active > ul > li span.kategorie-rozevirac {
	top: 0;
	right: 0;
}

/* .zbozi_seznam-podkategorie {
	border: 1px solid #dddddd;
}

.zbozi_seznam-podkategorie .podkategorie {
	text-align: center;
}

.zbozi_seznam-podkategorie .podkategorie img {
    width: 150px;
    height: 150px;
    object-fit: contain;
} */

/* new */

.zbozi_seznam-podkategorie .podkategorie {
    text-align: center;
    padding: 1em;
    /* margin-right: 1em; */
    /* border-radius: 5px; */
    border: 1px solid #dae1e6;
    background: #fff;
	/* box-shadow: 0 0 6px rgba(225,226,230,.5); */
	display: flex;
	align-items: center;
	overflow: hidden;
	word-break: break-all;
}

.zbozi_seznam-podkategorie .podkategorie img {
    width: 50px;
    height: 50px;
	object-fit: contain;
	margin-right: 10px;
} 

.zbozi_seznam-podkategorie .podkategorie a:first-child:hover {
	text-decoration: none;
}

/* end of new */

.zbozi_seznam-filtr {
	background-color: #f9f9f9;
}

.zbozi_seznam-filtr select {
	width: 100%;
}

.zbozi_seznam .leva_strana #filtr-button {
	border: 1px solid #dee2e6;
    padding: 0.5em 1.5em;
}

/* ZBOZI SEZNAM */


/* ZBOZI DETAIL */

.zbozi_detail .zbozi_detail-fotky .hlavni_fotka img {
	width: 100%;
    max-width: 450px;
    max-height: 450px;
    object-fit: contain;
}

.zbozi_detail .zbozi_detail-fotky .ostatni_fotky img {
	width: auto;
	max-width: 100px;
	height: 100px;
	object-fit: contain;
	padding: 0.4em;
	border: 1px solid rgba(0,0,0,.125);
}

.zbozi_detail .zbozi_detail-popis .zbozi_detail-popis-nazev {
	align-self: flex-end;
}

.zbozi_detail .zbozi_detail-popis .zbozi_detail-oblibene {
	align-self: flex-start;
}

.zbozi_detail .zbozi_detail-popis .zbozi_detail-oblibene #oblibene-hvezda {
	width: 1.3em;
	height: 1.3em;
}

.zbozi_detail .zbozi_detail-popis .zakladni_popis {
	font-size: 0.9em;
}

.zbozi_detail .zbozi_detail-cena {
	display: flex;
	align-items: flex-start;
    flex-direction: column;
}

.zbozi_detail .zbozi_detail-cena .hlavni_cena {
	font-size: 1.5em;
    font-weight: bold;
}

.zbozi_detail .zbozi_detail-dokosiku form .mnozstvi {
	max-width: 105px;
}

.zbozi_detail .zbozi_detail-dokosiku form .mnozstvi input[type="number"] {
	text-align: center;
	border-radius: 0;
}

.zbozi_detail .input-group-text {
	border: 0;
}

.zbozi_detail .zbozi_detail-dokosiku form .koupit button.koupit {
	/* padding: .375rem 4rem; */
}

.zbozi_detail-socials .icons a:hover {
	text-decoration: none;
}

.zbozi_detail-podrobny_popis .nav.nav-pills {
	background-color: var(--background);
}

.zbozi_detail-podrobny_popis .nav.nav-pills .nav-link {
	color: #ffffff !important;
	border-radius: 0;
	padding: 0.8em 0;
}

.zbozi_detail-podrobny_popis .nav.nav-pills .nav-link.active {
    background-color: var(--background-hover);
}

.zbozi_detail-podrobny_popis #zbozi_detail-tabs {
	border: 1px solid #cbcbcb;
	padding: 2em;
}

.zbozi_detail-podrobny_popis #zbozi_detail-tabs .form-control {
	border-radius: 0;
}

.hodnoceni-wrapper {
	word-break: break-word;
}

.hodnoceni-wrapper .prumerne_hodnoceni {
	height: 80px;
	width: 180px;
    margin: 0 auto;	
}

.hodnoceni-wrapper .hodnoceni-uzivatel-hvezdy {
	display: block;
    width: 100%;
    height: 25px;
}

.hodnoceni-wrapper label.not_jiz_vyplneno {
	margin-top: 4em;
}

.rating { 
	border: none;
	float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
	margin: 5px;
	font-size: 1.5em;
	font-family: FontAwesome;
	display: inline-block;
	content: "\f005";
}

.rating > .half:before { 
	content: "\f089";
	position: absolute;
}

.rating > label { 
	color: #ddd; 
	float: right; 
}

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  }

/* KONEC ZBOZI DETAIL */


/* FOOTER */

footer {
	background-color: #222;
	color: #ffffff;
}

footer h3 {
	margin-top: 0;
}

footer ul {
	padding-left: 0;
	margin-bottom: 0;
}

footer .footer-menu li > a {
	color: #ffffff !important;
}

footer .footer-menu li > a:hover {
	color: #ffffff !important;
	text-decoration: underline;
}

footer .footer-newsletter input[name="pre_email"] {
	border-radius: 0;
}

footer > .zapati_copyright {
	background-color: #111;
	color: #6f6f6f;
}

footer > .zapati_copyright a,
footer > .zapati_copyright a:hover {
	color: #ced4da !important;
}

/* KONEC FOOTER */

/* LOGIN PAGE */

.login_page .form-group label {
	font-weight: 500;
}

.login_page input {
	border-radius: 0;
}

.login_page .split_by_line {
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
	color: #e4e4e4;
}

.login_page .split_by_line:before,
.login_page .split_by_line:after {
  background-color: #e4e4e4;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.login_page .split_by_line:before {
  right: 0.5em;
  margin-left: -50%;
}

.login_page .split_by_line:after {
  left: 0.5em;
  margin-right: -50%;
}

/* KONEC LOGIN PAGE */

/* UCET */

.ucet_menu .ucet-uzivatel {
	min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.ucet_menu ul li.list-group-item {
    border-radius: 0 !important;
}

/* KONEC UCET */

/* BLOK KOSIK */

.cart-sub-wrap .cart-sub-img img {
	max-width: 70px;
}

/* KONEC BLOK KOSIK */

/* KOSIK */

.objednavka_diagram .nav {
    border: 1px solid #ddd;
	padding: 0.4em;
	font-size: 0.95em;
}

.objednavka_diagram .nav-pills .nav-link.active, 
.objednavka_diagram .nav-pills .show > .nav-link {
    color: #fff !important;
    background-color: var(--background);
}

.kosik_obsah table tr {
	background-color: #f2f2f2;
}

.kosik_obsah table td {
	vertical-align: middle;
}

.kosik_obsah table td.td-center {
	text-align: center;
}

.kosik_obsah table td.obrazek > img {
	max-width: 85px;
}

.kosik_obsah table td input.zmena_mnozstvi {
	max-width: 75px;
}

.kosik .cena_celkem .hlavni_cena {
	display: block;
	font-weight: bold;
	font-size: 1.6em;
}

.kosik .cena_celkem .druha_cena {
	display: block;
}

.kosik .input-group-text {
	border: 0;
}

/* KONEC KOSIK */

/* POPTAVKOY KOSIK */

.poptavka_diagram .nav {
    border: 1px solid #ddd;
	padding: 0.4em;
	font-size: 0.95em;
}

.poptavka_diagram .nav-pills .nav-link.active, 
.poptavka_diagram .nav-pills .show > .nav-link {
    color: #fff !important;
    background-color: var(--background);
}

/* KONEC POPTAVKOVY KOSIK */

/* OBJEDNAVKA */

.objednavka_formular label {
	font-weight: 500;
}

.objednavka_formular .input-group.has-error input {
    border-color: #dc3545;
}

.objednavka_formular .input-group.has-error .help-block {
    display: block;
	width: 100%;
	color: #dc3545;
}

.objednavka_formular .form-group.has-error .help-block {
    display: block;
	width: 100%;
	color: #dc3545;
} 

.objednavka_obsah table.table td {
	vertical-align: middle;
}

.objednavka_rekapitulace .objednavka_obsah .obrazek {
	text-align: center;
}

.objednavka_rekapitulace .objednavka_obsah .obrazek img {
	max-width: 110px;
}

.objednavka_rekapitulace .cena_celkem .hlavni_cena {
	font-size: 1.4em;
	font-weight: bold;
}

.objednavka_rekapitulace .odeslat_objednavku button.btn:hover {
	text-decoration: underline;
}

/* KONEC OBJEDNAVKA */

/* OBJEDNAVKA JEDNOKROKOVA */

.objednavka_jednokrokova_obsah {

}

.objednavka_jednokrokova_obsah table tr {
	background-color: #f2f2f2;
}

.objednavka_jednokrokova_obsah table td {
	vertical-align: middle;
}

.objednavka_jednokrokova_obsah td.obrazek {
	text-align: center;
}

.objednavka_jednokrokova_obsah td.obrazek img {
	max-width: 120px;
	height: auto;
}

.objednavka_jednokrokova .cena_celkem .hlavni_cena {
	display: block;
	font-weight: bold;
	font-size: 1.6em;
}

.objednavka_jednokrokova .cena_celkem .druha_cena {
	display: block;
}

/* KONEC OBJEDNAVKA JEDNOKROKOVA */

/* GALERIE */

.galerie .img-wrapper {
	text-align: center;
}

.galerie .img-wrapper a {
	display: block;
}

.galerie .img-wrapper img {
	max-width: 260px;
}

/* KONEC GALERIE */

/* OBLIBENE PRODUKTY */

.oblibene_produkty table td {
	vertical-align: middle;
}

.oblibene_produkty img.zbozi_foto-img {
	max-width: 80px;
}

/* KONEC OBLIBENE PRODUKTY */

/* RYCHLA OBJEDNAVKA */

.rychla_objednavka table tr {
	background-color: #f2f2f2;
}

/* KONEC RYCHLA OBJEDNAVKA */

/* SABLONY KOSIKU */

.sablony_kosiku table.table td {
	vertical-align: middle;
}

.sablony_kosiku_detail h3.popover-header {
 margin-top: 0;
}

/* KONEC SABLONY KOSIKU */

/* ZAKAZNICKY FORMULAR (vytvoren ve wa) */

.formular form {
	border: 1px solid #ddd;
	/* padding: 1.5em 4em; */
}

/* KONEC ZAKAZNICKY FORMULAR */

/* REGISTRACE */

.registrace_form form {
	border: 1px solid #ddd;
}

/* KONEC REGISTRACE */

/* ZBOZI POROVNANI */

.zbozi_porovnani .produkt-img {
	width: 250px;
	height: 250px;
	object-fit: contain;
}

/* KONEC ZBOZI POROVNANI */

@media only screen and (max-width: 1199px) {

	header > .menu_wrapper nav.navbar ul.navbar-nav a.nav-link {
		font-size: 0.9em;
		padding: 0.9em 0.5em !important;
	}

}

@media only screen and (max-width: 767px) {

	#index_page .index_top-wrapper > .container {
		width: 100% !important;
		padding: 0;
		max-width: fit-content;
	}

	header > .menu_wrapper .logo {
		width: auto;
		max-height: 50px;
	}	

	/* header > .menu_wrapper {
		background-color: var(--light-background);
	} */

	header > .menu_wrapper nav.navbar {
		background-color: transparent;
		border: 0;
	}

	header > .menu_wrapper nav.navbar ul.navbar-nav a.nav-link {
		border-right: 0 !important;
		color: #333 !important;
	}

	header > .menu_wrapper nav.navbar ul.navbar-nav li.nav-item a.nav-link {
		color: #ffffff !important;
	}

	.menu_wrapper-nav {
		background-color: var(--background);
	}

	.menu_wrapper-nav .svg-icon path, 
	.menu_wrapper-nav .svg-icon polygon, 
	.menu_wrapper-nav .svg-icon rect {
		fill: #fff;
	}

}

/* @media only screen and (max-width: 576px) {

	.zbozi_detail .zbozi_detail-fotky .hlavni_fotka img {
		width: 100%;
		height: auto;
	}

} */

