/* cervena: #e03d3d, #ec8b8b,#f5cfcf, #f9d8d8
 *  zelena: #40ab4f  #d9eedc
 *   seda:  #f2f2f2
 *
 */

:root {
	--main-efects-color: #58585a;
    --background: #ec8b8b;
    --background-opacity: 2, 43, 91;
    --light-background: #eff3f7;
	--text-color: #000;
	--btn-primary-color: #40ab4f;
	--btn-primary-hcolor: #d9eedc;
	
}

@font-face {
    font-family: 'HelveticaNeue-lt';
    src: url('/static/_user/web006/fonts/HelveticaNeueLTPro-Lt.otf');
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeue-Bd';
    src: url('/static/_user/web006/fonts/HelveticaNeueLTPro-Bd.otf');
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeue-Blk';
    src: url('/static/_user/web006/fonts/HelveticaNeueLTPro-Blk.otf');
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeue-Md';
    src: url('/static/_user/web006/fonts/HelveticaNeueLTPro-Md.otf');
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeue-Roman';
    src: url('/static/_user/web006/fonts/HelveticaNeueLTPro-Roman.otf');
    font-display: swap;
}
/*
	ABC Ginto Black sa používa výhradne v nadpisoch a na zvýraznenie textu.
	ABC Ginto Light sa používa pre sadzbu doplnkových informácií.
	ABC Ginto Medium sa používa pre sadzbu dlhých textových blokov.

 */
@font-face {
    font-family: 'ABCGintoNormal-Black';
    src: url('/static/_user/web006/fonts/ABCGintoNormal-Black.otf');
    font-display: swap;
}

@font-face {
    font-family: 'ABCGintoNormal-Light';
    src: url('/static/_user/web006/fonts/ABCGintoNormal-Light.otf');
    font-display: swap;
}

@font-face {
    font-family: 'ABCGintoNormal-Medium';
    src: url('/static/_user/web006/fonts/ABCGintoNormal-Medium.otf');
    font-display: swap;
}


body {
    font-family: 'ABCGintoNormal-Medium', sans-serif;
}

.navbar {
    background-color: #f5cfcf;
    box-shadow: 0 2px 4px rgba(1,2,2,.1);
    z-index: 99;
}

#btn-scroll_top {
    bottom: 100px;
}

#biano-recommendations-button {
    max-width: 320px;
}

.btn {
    background-color: var(--background);
    color: #ffffff !important;
    border: 1px solid var(--background);
    padding: 0.3em 0.7em;
    border-radius: 1px;
}


.btn:hover {
    background-color: #f9d8d8;
    color: #ffffff !important;
    padding: 0.3em 0.7em;
	border: 1px solid #f9d8d8;;
    border-radius: 1px;
}

.login_panel-kosik .celkem .zobraz_kosik:hover {
    background-color: var(--btn-primary-hcolor);
    color: #000000 !important;
}

.kosik .btn-dalsi, 
.objednavka_formular .btn-dalsi, 
.objednavka_rekapitulace .btn-dalsi, 
.objednavka_jednokrokova .btn-dalsi {
    border: 1px solid var(--background);
}

.kosik .btn-dalsi:hover, 
.objednavka_formular .btn-dalsi:hover, 
.objednavka_rekapitulace .btn-dalsi:hover, 
.objednavka_jednokrokova .btn-dalsi:hover {
    background-color: #d9eedc;
    color: #ffffff;
    box-shadow: none;
    border: 1px solid var(--background);
    transition: none;
}

.vlastni_checkbox .checkmark {
    border: 1px solid var(--background);
}

.vlastni_checkbox input:checked ~ .checkmark {
    border: 1px solid var(--background);
}

.container {
	max-width: 1200px !important;
	/* max-width: 1700px !important; */
}

.navbar {
    /* max-width: 1670px !important; */
    max-width: 1170px !important;
    margin: 0 auto;
}

.logo {
	max-width: 280px;
	/*width: 100%;*/
    height: auto;
}

.custom_search-wrap .input-group #vyhledavani-lupa {
	width: 46px;
    height: 35px;
	border-left: 0;
	margin-right: 0;
}

.custom_search-wrap input[type='text'] {
    padding: .375rem .75rem;
    font-weight: normal;
    font-size: 1.2em;
}

.custom_search-wrap .input-group-text {
	padding: 0;
}

.custom_search-wrap .input-group-text .btn {
    border: 0;
}

.zahlavi_social-custom .telefon-custom {
	width: 30px;
    height: auto;
    margin-right: 0.4em;
}

.login_panel {
	align-self: flex-end;
    /* margin-bottom: 1em; */
    margin-bottom: 1.6em;
}

.prihlaseni {
	display: flex;
    display: -ms-flexbox !important;
    display: -webkit-flex;
    align-items: center;
}

.prihlaseni a {
    display: flex;
    display: -ms-flexbox !important;
    display: -webkit-flex;
	align-items: center;
	padding: 0;
}

.prihlaseni a span {
	padding-right: 0.5em;
}

.prihlaseni .uzivatel-custom {
    width: 20px;
    height: 40px;
}

#header-wrapper .nav_srdce {
    margin: 0 1em;
}

.nav_srdce > a {
    display: flex;
    display: -ms-flexbox !important;
    display: -webkit-flex;
    align-items: center;	
}

#header-wrapper .nav_kosik {
    display: flex;
    display: -ms-flexbox !important;
    display: -webkit-flex;
    align-items: center;
}

#header-wrapper .srdce path,
#login_panel-kosik path {
    fill: var(--main-efects-color);
}

#login_panel-kosik {
    margin-left: 0;
}

.kosik-custom {
    width: 35px;
    height: auto;
}

.nav_kosik {
	cursor: pointer;
}

/*.nav_kosik span {
	padding-right: 0.5em;
}*/

#login_panel-kosik-mnozstvi {
    top: -1px;
    right: 0px;
	position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    right: -2px;
    z-index: 99;
    color: #fff;
    box-shadow: 0 2px 5px rgba(1,2,2,.5);
	background-color: var(--main-efects-color);
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

footer {
	background-color: #ffffff;
}

footer h5 {
	margin-bottom: 0;
	font-size: 1.3em;
}

.footer-menu ul {
    list-style-type: disc;
    padding: 0 0 0 1.4em;
}

footer a, footer li {
	color: #ffffff !important;
	padding: 0;
}

footer .footer-menu {
    background-color: var(--main-efects-color);
    padding: 1.4em;
}

footer .obarvit {
    background-color: var(--main-efects-color);
}

footer .zapati_copyright a {
    color: #949498 !important;
}

footer .zapati_copyright a:hover {
    color: #949498 !important;
}

img.cena_kvality_finalista {
    max-width: 100%;
    height: auto;
}

/* INDEX */

.index_page #index_page-carousel .carousel-image {
    height: auto;
    max-height: 600px;
    object-fit: contain;
}

.index_page .carousel-indicators {
    bottom: -50px;
}

.index_page .carousel-indicators li {
    background-color: #cfd0d2;
}

.index_page .carousel-indicators li.active {
    background-color: var(--btn-primary-color);
}

.index_page-reklamni_skupina h3 {
    text-transform: none;
    font-size: 1.5em;
    color: #000000;
}

.newsletter .row.row-custom {
	background-color: #cfd0d2;
}

.newsletter h2 {
    text-transform: none;
	/* font-weight: 900; */
	font-size: 1.5rem;
    font-family: 'ABCGintoNormal-Medium';
}

.newsletter form.leva_cast {
    text-align: center;
    background-color: #cfd0d2;
	padding: 2em 3em;
	text-transform: none;
	font-size: 1.1em;	
}

.newsletter .text-special {
    display: flex;
    display: -ms-flexbox !important;
    display: -webkit-flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.newsletter .text-special-hu {
    display: flex;
    display: -ms-flexbox !important;
    display: -webkit-flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.newsletter .text-special span.dot,
.newsletter .text-special-hu span.dot {
	height: 10px;
	width: 10px;
	background-color: #000000;
	border-radius: 50%;
	display: inline-block;
}

.newsletter .text-special p {
    font-size: 1.6em;
    /* font-weight: 900; */
	 text-transform: capitalize;
    font-family: 'ABCGintoNormal-Medium';
}

.newsletter .text-special-hu p {
    font-size: 1.1em;
    /* font-weight: 900; */
    font-family: 'ABCGintoNormal-Medium';
}

.newsletter .text-special p.special-ultra,
.newsletter .text-special-hu p.special-ultra {
	position: relative;
}


.newsletter form.leva_cast input.form-control {
    text-align: center;
    text-transform: none;
	padding: 1.4em 0;
	margin: 0.9em 0;
}

.newsletter form.leva_cast button.btn.btn-newsletter {
    border-radius: 1;
    background-color: var(--background);
    color: #ffffff;
    padding: 0.7em 1.9em;
	/*border: 1px solid #ffffff;*/
}


.owl-carousel .owl-item img {
	width: inherit;	
}

.newsletter .newsletter-img > img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 355px;
    object-fit: cover;
}

/* KONEC INDEX */

/* ZBOZI SEZNAM */

.drobeckova_navigace {
    background-color: #ffffff;
    color: #000000;
}

.drobeckova_navigace {
    font-weight: bold;
    /*text-transform: uppercase;*/
    font-size: 0.9em;
}

.drobeckova_navigace a {
    font-weight: normal;
}

p {
	font-family: 'ABCGintoNormal-Light';
}
.zbozi_seznam .kategorie-nadpis h1 {
    color: #000000;
    font-family: 'ABCGintoNormal-Black';
	text-transform: none;
}

.zbozi_seznam .kategorie nav li.active > ul {
    padding-left: 1em;
}

.zbozi_seznam .zbozi_seznam_razeni {
    background-color: #e5e5e5;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    text-transform: lowercase;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    color: #ffffff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

/* zakomentovano, card-deck dela na IOS bordel */
/* .zbozi_seznam .produkty .card-deck {
    padding: 0 10px;
    width: 100%;
}

.zbozi_seznam .produkty .card-deck [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
} */

.zbozi_seznam .produkty .card-deck--custom {
    padding: 0;
    margin: 0;
    width: 100%;
}

.zbozi_seznam .produkty .card-deck--custom [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.zbozi_seznam .produkty .card {
    /*border: 1px solid rgba(0,0,0,.125);*/
    border-radius: 0;    
    padding: 0;
    /* margin: 15px 0; */
    margin: 5px 0;
	background: #f2f2f2;
	
}

.zbozi_seznam .produkty .card .card-img-top {
    height: auto;
    width: auto;
    max-width: 100%;
    /* min-height: 400px;
    max-height: 400px; */
    min-height: 280px;
    max-height: 280px;
    border-radius: 0;
    object-fit: contain;
    margin: 0 auto;
}

.zbozi_seznam .produkty .card h4 {
    font-family: 'ABCGintoNormal-Medium';
    font-size: 1em;
    color: #000000;
    height: 70px;
    margin-bottom: 0.2em;
}

.zbozi_seznam .produkty .card h2 {
    font-family: 'ABCGintoNormal-Medium';
    font-size: 1em;
    color: #000000;
    /*height: 70px;*/
    margin-bottom: 0.2em;
	padding-bottom: 1.2rem;
}

.zbozi_seznam .produkty .card .skladem_nahled-ano path,
.zbozi_seznam-reklamni_skupina .skladem_nahled-ano path {
    fill: #00942A;
}

.zbozi_seznam .produkty .card .skladem_nahled-ne path,
.zbozi_seznam-reklamni_skupina .skladem_nahled-ne path {
    fill: var(--background);
}

.zbozi_seznam .produkty .card .nahled-puvodni_cena,
.zbozi_seznam-reklamni_skupina .nahled-puvodni_cena {
    text-decoration: line-through;
    -webkit-text-decoration-line: line-through;
    text-decoration-style: solid;
    -webkit-text-decoration-style: solid;
    text-decoration-color: var(--background);
    -webkit-text-decoration-color: var(--background);
    color: #000000;
    /* font-weight: 500; */
    font-family: 'ABCGintoNormal-Medium';
    font-size: 0.9em;
}

.zbozi_seznam .produkty .card .card-body .nahled-hlavni_cena,
.zbozi_seznam-reklamni_skupina .nahled-hlavni_cena {
    color: #000000;
    /* font-size: 1.5em; */
    font-size: 1.4em;
    line-height: 1.1em;
    /* font-weight: 500; */
    font-family: 'ABCGintoNormal-Black';
}

.zbozi_seznam .produkty .card .btn,
.zbozi_seznam-reklamni_skupina .btn {
    background-color: 	var(--btn-primary-color);
    color: #000000 !important;
    border-radius: 1px;
	border: none;
    text-transform: none;
	text-decoration: none;
    font-size: 1.3em;
    line-height: initial;
    padding: 0.2em 0.6em;
	font-weight: 500;

}

.zbozi_seznam .produkty .card .btn:hover,
.zbozi_seznam-reklamni_skupina .btn:hover {
    color: #000000 !important;
	background-color: var(--btn-primary-hcolor);
}

.zbozi_seznam .produkty .card .nahled_skladem {
    line-height: initial;
}

.zbozi_seznam-reklamni_skupina .nazev_skupiny {
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: lighter;
    letter-spacing: 0.3px;
    color: #848484;
}

.zbozi_seznam-reklamni_skupina tr {
    border-bottom: 1px solid #efefef;
}

.zbozi_seznam-reklamni_skupina tr td {
    vertical-align: bottom;
    padding-bottom: 0.2em;
}

.zbozi_seznam-reklamni_skupina img {
    /*width: auto;*/
    max-width: 120px;
    /*height: auto;*/
    max-height: 120px;
    object-fit: contain;
	padding-left: 2px;
}

.zbozi_seznam-reklamni_skupina .nazev_produktu {
    margin-bottom: revert;
}

.zbozi_seznam-reklamni_skupina .nahled_skladem {
    margin-bottom: 0 !important;
}

.zbozi_seznam .ajax .btn {
    background-color: var(--background);
    color: #ffffff !important;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 1em;
    padding: 0.3em 1.9em;
}

.zbozi_seznam .ajax .btn:hover {
    color: #ffffff !important;
}

.zbozi_seznam .btn.btn-nahoru {
    position: relative;
    background-color: #ffffff;
    color: #000000 !important;
    border: 0;    
}

.zbozi_seznam .btn.btn-nahoru::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 46%;
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;    
}

/* KONEC ZBOZI SEZNAM */

/* KOSIK */

#obsah_opacity {
    background-color: rgb(216 216 216 / 0.7);
}

.login_panel-kosik .obsah .zahlavi > a {
    font-size: 0.7em;
}

.login_panel-kosik .obsah .zahlavi .closebtn {
    font-size: 64px;
    line-height: 25px;
    background-color: transparent;
    color: #000000;
    padding: 0.1em 0.4em;
    font-weight: normal;
}

.login_panel-kosik .obsah .table tr {
    border-bottom: 1px solid #efefef;
}

.login_panel-kosik .obsah .table img {
    max-width: 150px;
}

.login_panel-kosik .obsah .table .produkt_nazev {
    font-size: 1em;
    line-height: initial;
}

.login_panel-kosik .obsah .table .odstranit {
    visibility: visible;
    transform: none;
    font-size: 2.8em;
    position: absolute;
    top: 0;    
    color: var(--background) !important;
    line-height: 40px;
}

.login_panel-kosik .celkem .cena {
    font-size: 1.1em;
    /* font-weight: 500; */
	color: #000000;
    font-family: 'ABCGintoNormal-Medium';
}

.login_panel-kosik .celkem .zobraz_kosik {
    text-transform: none;
    background-color: var(--btn-primary-color);
    color: #000000 !important;
    border-radius: 1px;
    font-weight: normal;
    letter-spacing: 0.5px;
    border: none; 
}

.kosik #kuponok {
    height: 38px;
}

.kosik-nahore h3 {
    /* font-weight: 900; */
    font-family: 'ABCGintoNormal-Medium';
    font-size: 2em;
}

.kosik_obsah table.table {
    border-collapse: separate;
    border-spacing: 0 1em;
    padding: 0;
}

.kosik_obsah thead th {
    font-weight: normal;
    padding-bottom: 0;
}

.kosik_obsah .table tbody tr {
    box-shadow: none;
}

.kosik_obsah table.table tr td {
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}

.kosik_obsah table.table tr td:first-child {
    border-left: 1px solid #f3f3f3;
}

.kosik_obsah table.table tr td:last-child {
    border-right: 1px solid #f3f3f3;
}

.kosik_obsah .produkt-foto {
    min-height: 100px;
}

.kosik_obsah .table h4 {
    max-width: 340px;
    font-size: 1.1em;
    margin-bottom: 0;
}

.kosik_obsah .table .skladem_nahled-ano path {
    fill: #009036;
}

.kosik_obsah .table .skladem_nahled-ne path {
    fill: var(--background);
}

.kosik_obsah .table .kosik_obsah-cena-celkem {
    background-color: var(--light-background);
    font-size: 1.2em;
}

.kosik_obsah .table .svg-odebrat {
    width: 3em;
    height: 3em;
}

.kosik .kosik_zapati {
    background-color: #ffffff;
}

.kosik .kosik_zapati h4 {
    font-weight: normal;
    font-size: 1em;
    margin-bottom: 0;
}

.kosik .kosik_souhrn {
    border: 2px solid #9c9d9f;
    font-size: 1.1em;
}

.kosik .kosik_souhrn .kosik_souhrn-head h5 {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 1.3em;
}

.kosik .kosik_souhrn .kosik_souhrn-footer .cena {
    font-size: 1.1em;
}

.kosik .zpet {
    background-color: #eceded;
    padding: 0.5em 0.7em 0.5em 60px;
}

.kosik .btn-dalsi {
    width: 100%;
    padding: 0.3em 0;
    font-size: 1.2em;
    text-transform: none;
    font-weight: 100;
    border-radius: 1px;
	background: var(--btn-primary-color);
	border: none;
	color: #000000 !important;
}

.kosik .btn-dalsi:hover {
	border: none;
	color: #000000 !important;
}

/* KONEC KOSIK */

/* OBJEDNAVKA */

.objednavka_diagram {
    background-color: #ffffff;
    font-size: 1.5em;
}

.objednavka_diagram .container {
    max-width: 900px !important;
}

.objednavka_diagram .krok-custom {
    display: flex;
    display: -ms-flexbox !important;
    display: -webkit-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.objednavka_diagram .krok-custom span {
    width: 30px;
    height: 30px;
    background-color: #b2b2b2;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    line-height: initial;
    margin-right: 0.3em;
    font-family: sans-serif;
}

.objednavka_diagram .krok-custom.active .text {
    /* font-weight: 500; */
    font-family: 'ABCGintoNormal-Medium';
}

.objednavka_diagram .krok-custom.active span {
    background-color: var(--background);
}

.objednavka_diagram .svg-icon.sipka {
    width: 1.1em;
    height: 2em;
}

.objednavka_formular h2::after {
    content: none;
}

.objednavka_formular .objednavka_podminky .form-group {
    margin-bottom: 0.3rem;
}

.objednavka_formular .objednavka_podminky .vlastni_checkbox {
    margin-bottom: 0;
}

.objednavka_formular .objednavka_podminky a {
    text-decoration: underline;
}

.objednavka_formular .zpet {
    background-color: #eceded;
    padding: 0.5em 0.7em 0.5em 60px;
}

.objednavka_formular .btn-dalsi {
    width: auto;
    padding: 0.3em 1em;
    font-size: 1.2em;
    text-transform: none;
    font-weight: 100;
    border-radius: 1px;
	background: var(--btn-primary-color);
	border: none;
	color: #000000 !important;
}

.objednavka_formular .btn-dalsi:hover {
	border: none;
	color: #000000 !important;
	border-radius: 1px;
}

.objednavka_rekapitulace .objednavka_shrnuti .row.row-custom {
    border: 1px solid #eceded;
    padding: 1em;
}

.objednavka_rekapitulace .kosik_obsah .nazev {
    font-weight: bold;
}

.objednavka_rekapitulace .kosik_obsah td.cena-last {
    background-color: var(--light-background);
    font-weight: bold;
    font-size: 1.2em;
}

.objednavka_rekapitulace .podminky a {
    text-decoration: underline;
}

.objednavka_rekapitulace .kosik_souhrn-head h5 {
    font-weight: bold;
    /* margin-bottom: 0; */
    font-size: 1.3em;
    border-bottom: 1px solid rgba(0,0,0,.1);
    max-width: 70%;
    margin-left: auto;
    margin-bottom: 0.3em;
    padding-bottom: 0.2em;
}

.objednavka_rekapitulace .kosik_souhrn-body {
    font-size: 1.2em;
}

.objednavka_rekapitulace .zpet {
    text-align: center;
    background-image: url(/static/_user/web006/img/sipka-doleva-dlouha.svg);
    background-position: 5% center;
    background-repeat: no-repeat;
    background-size: 35px;
    border: 2px solid transparent;
    background-color: #eceded;
    padding: 0.5em 0.7em 0.5em 60px;
    transition: all 0.3s ease-in-out;
}

.objednavka_rekapitulace .zpet:hover {
	background-position: 0 center;
}

.objednavka_rekapitulace .btn-dalsi {
    padding: 0.3em 0;
    font-size: 1.2em;
    text-transform: none;
    font-weight: 100;
    border-radius: 1px;
	background: var(--btn-primary-color);
	border: none;
	color: #000000 !important;
}

.objednavka_rekapitulace .btn-dalsi:hover {
    background-color: var(--btn-primary-hcolor);
    box-shadow: none;
    border: none;
	border-radius: 1px;
	color: #000000 !important;
    padding: 0.3em 0;
}

.objednavka_hotovo #potvrzeni_objednavky h1 {
    /* font-weight: 900; */
    font-family: 'ABCGintoNormal-Medium';
    text-transform: none;
}

.objednavka_hotovo #potvrzeni_objednavky p.dekujeme {
    /* font-weight: 900; */
    font-family: 'ABCGintoNormal-Medium';
    text-transform: none;
    font-size: 2.2em;
}

.objednavka_rekapitulace .kosik_obsah .zvyhodneny_produkt > span {
    font-weight: bold;
    color: var(--background);
    text-transform: uppercase;
}

.objednavka_rekapitulace .kosik_obsah .zvyhodneny_produkt > a {
    font-weight: normal;
}

.objednavka_rekapitulace .kosik_obsah .zvyhodneny_produkt > a:hover {
    text-decoration: underline;
}

.objednavka_rekapitulace .btn.btn-price.zvyhodneny_produkt-odebrat {
    padding: 0.3em 0.6em !important;
}

/* KONEC OBJEDNAVKA */

/* ZBOZI DETAIL */

.zbozi_detail .zbozi_foto-vyprodano {
    position: relative;
}

.zbozi_detail .zbozi_foto-vyprodano img.zbozi_foto-img {
    width: 100%;
    height: 60vh;
    object-fit: contain;
    position: relative;
}

.zbozi_detail .zbozi_foto-vyprodano .vyprodano-wrapper {
    display: flex;
    width: 100%;
    height: 60vh;
    position: absolute;
    top: 0;
    overflow: hidden;
}

.zbozi_detail .zbozi_foto-vyprodano .vyprodano--blur {
    width: 100%;
    height: 100%;
    background-color: rgb(169 169 169 / 80%);
    object-fit: contain;
}

.zbozi_detail .zbozi_foto-vyprodano .vyprodano--text {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.3rem;
    font-weight: bold;
    color: var(--background);
    transform: rotate(315deg);
}

.zbozi_detail h1.nazev {
    color: #000000;
    font-size: 1.5em;
    /* font-weight: 500; */
    font-family: 'ABCGintoNormal-Medium';
}

.zbozi_detail .zbozi_cislo {
    color: #000000;
}

.zbozi_detail .detail_skladem .skladem_nahled-ano path {
    fill: #009036;
}

.zbozi_detail .detail_skladem .skladem_nahled-ne path {
    fill: var(--background);
}

.zbozi_detail .detail_cena {
    font-size: 1.3em;
}

.zbozi_detail .detail-puvodni_cena {
    text-decoration: line-through;
    -webkit-text-decoration-line: line-through;
    text-decoration-style: solid;
    -webkit-text-decoration-style: solid;
    text-decoration-color: var(--background);
    -webkit-text-decoration-color: var(--background);
    color: #000000;
    /* font-weight: 500; */
    font-family: 'ABCGintoNormal-Medium';
}

.zbozi_detail .detail-hlavni_cena {
    color: #000000;
    font-size: 1.8em;
    line-height: 1.1em;
    /* font-weight: 500; */
    font-family: 'ABCGintoNormal-Black';
}

.zbozi_detail .zbozi_popis .necekejte_dlouho {
    border: 1px solid #f29400;
    color: #f29400;
    padding: 0.7em;
    max-width: 600px;
    display: flex;
    display: -ms-flexbox !important;
    display: -webkit-flex;
    flex-direction: row;
    align-items: center;
}

.zbozi_detail .zbozi_popis .necekejte_dlouho .vykricnik > .svg-icon {
    width: 4em;
    height: 3.5em;
    margin-right: 0.4em;
}

.zbozi_detail .zbozi_popis .necekejte_dlouho .text > p {
    font-size: 1.1em;
}

.zbozi_detail .zbozi_popis .necekejte_dlouho .text > p.nadpis {
    /* font-weight: 500; */
    font-family: 'ABCGintoNormal-Medium';
    font-size: 1.3em;
}

.zbozi_detail .zbozi_popis h3.darek {
    color: #E31E24;
    font-size: 1em;
}

.zbozi_detail .zbozi_detail-varianty {
    margin-bottom: 2em;
}

.zbozi_detail .zbozi_detail-varianty .varianta {
    margin-bottom: 0.6em;
}

.zbozi_detail .zbozi_detail-varianty .varianta--nadpis {
    font-size: 1.1em;
}

.zbozi_detail .zbozi_detail-varianty .varianta--barva .barva {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #808080;
    display: inline-flex;
}

.zbozi_detail .zbozi_detail-varianty .varianta--barva .barva.aktivni {
    border: 2px solid var(--background);
}

.zbozi_detail .zbozi_detail-varianty .varianta--barva .barva.neaktivni {
    background-color: #808080 !important;
}

.zbozi_detail .zbozi_detail-varianty .varianta--velikost .velikost,
.zbozi_detail .zbozi_detail-varianty .varianta--provedeni .provedeni {
    border: 2px solid #808080;
    padding: 0.2em 0.4em;
    margin: 0.2em 0;
    display: inline-flex;
}

.zbozi_detail .zbozi_detail-varianty .varianta--velikost .velikost.aktivni,
.zbozi_detail .zbozi_detail-varianty .varianta--provedeni .provedeni.aktivni {
    border: 2px solid var(--background);
}

.zbozi_detail .zbozi_detail-varianty .varianta--velikost .velikost.neaktivni,
.zbozi_detail .zbozi_detail-varianty .varianta--provedeni .provedeni.neaktivni {
    background-color: #808080 !important;
    color: #bcbcbc;
}

.zbozi_detail .zbozi_popis .mnozstvi .mnozstvi_produktu_plus,
.zbozi_detail .zbozi_popis .mnozstvi .mnozstvi_produktu_minus {
    background-color: #d9dadb;
}

.zbozi_detail .zbozi_detail-varianty .varianta--barva .barva:not(.neaktivni):hover,
.zbozi_detail .zbozi_detail-varianty .varianta--velikost .velikost:not(.neaktivni):hover,
.zbozi_detail .zbozi_detail-varianty .varianta--provedeni .provedeni:not(.neaktivni):hover {
    border-color: var(--background);
    cursor: pointer;
}

.zbozi_detail .zbozi_detail-varianty .varianta--barva .barva.neaktivni:hover,
.zbozi_detail .zbozi_detail-varianty .varianta--velikost .velikost.neaktivni:hover,
.zbozi_detail .zbozi_detail-varianty .varianta--provedeni .provedeni.neaktivni:hover {
    cursor: not-allowed;
}

.zbozi_detail .zbozi_popis .mnozstvi .svg-icon path {
    fill: #ffffff;
}

.zbozi_detail .zbozi_popis .dokosiku .mnozstvi {
    width: 145px;
}

.zbozi_detail .zbozi_popis .dokosiku .mnozstvi_produktu {
    width: 70px;
}

.zbozi_detail .zbozi_popis .koupit .btn-buy {
	background: var(--btn-primary-color);
    width: 100%;
    max-width: 320px;
	border: hidden;
    border-radius: 1px;
    text-transform: none;
    font-weight: 500;
    font-size: 1.2em;
    padding: 0.3em;
	color: #000000 !important;
}
.zbozi_detail .zbozi_popis .koupit .btn-buy:hover {
	background: var(--btn-primary-hcolor);
    width: 100%;
    max-width: 320px;
	border: hidden;
    border-radius: 1px;
    text-transform: none;
    font-weight: 500;
    font-size: 1.2em;
    padding: 0.3em;
	color: #000000 !important;
}

.zbozi_detail .zbozi_popis .koupit .btn-buy.btn-alternativy {
    background-color: #9b9b9b;
    border-color: #9b9b9b;
}

.zbozi_detail .zbozi_detail_do_oblibenych a {
    border: 1px solid #d9dadb;
    width: 100%;
    max-width: 320px;
    display: inline-flex;
    justify-content: center;    
    font-size: 0.9em;
    height: 42px;
    align-items: center;
    border-radius: 3px;
}

.zbozi_detail .zbozi_detail_do_oblibenych a:hover{
	background: #f9d8d8;
    border: 1px solid #d9dadb;
    width: 100%;
    max-width: 320px;
    display: inline-flex;
    justify-content: center;    
    font-size: 0.9em;
    height: 42px;
    align-items: center;
    border-radius: 3px;
}

.zbozi_detail .zbozi_detail_do_oblibenych #funkce_seznam {
    display: flex;
    display: -ms-flexbox !important;
    display: -webkit-flex;
}

.zbozi_detail .zbozi_detail_do_oblibenych #funkce_seznam .srdce {
    width: 1.2em;
    height: 2em;
    margin-right: 0.3em;
}

.zbozi_detail .zbozi_detail_do_oblibenych #funkce_seznam .srdce.svg-icon path {
    fill: var(--background);
}

.zbozi_ostatni .popis_produktu h5 {
    font-weight: normal;
}

.zbozi_detail-napiste_nam-nazev {
    text-transform: uppercase;
    font-weight: normal;
    color: #87888a;
}

.zbozi_detail-napiste_nam {
    background-color: #cfd0d2;
}

.zbozi_detail-napiste_nam .form-group.zprava {
    width: 100%;
    height: 100%; 
    box-sizing: border-box;
}

.zbozi_detail-napiste_nam .form-group.zprava > textarea {
    width: 100%;
    height: 100%; 
    box-sizing: border-box;
}

.zbozi_detail-napiste_nam .form-control {
    height: calc(2.75rem + 2px);
    font-size: 1.2rem;
}

.zbozi_detail-napiste_nam .btn {
    background-color: var(--background);
    color: #ffffff !important;
    border: 1px solid var(--background);
    padding: 0.4em 2.7em;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 0;
    border: 1px solid #ffffffff;
}

.zbozi_detail-napiste_nam .btn:hover {
    background-color: var(--background);
    color: #ffffff !important;
    border: 1px solid var(--background);
    padding: 0.4em 2.7em;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 0;
    border: 1px solid #ffffffff;
}

.popis_produktu h2 {
    font-size: 1.3rem;
}

.popis_produktu h3 {
    font-size: 1.5rem;
}

.zbozi_detail_cena_crossed_span {
    position: relative;
}

.zbozi_detail_cena_crossed_line {
    position: absolute;
    top: 0;
    left: 0;
}

.zbozi_detail_cena_crossed_pen {
    position: absolute;
    bottom: 50%;
    left: 100%;
    max-height: 40px;
}


/* KONEC ZBOZI DETAIL */

/* preskrtnuta cena v platba_dodani */
.dodani_puvodni{
    text-decoration: line-through;
    text-decoration-color: var(--background);
}


/* INDEX CLANKY */

.index_page .index_clanky h2 {
    text-transform: none;
    /* font-weight: 900; */
    font-family: 'ABCGintoNormal-Medium';
	font-size: 1.5rem;
}

.index_clanky .card {
    border-radius: 0;
}

.index_clanky .card-wrapper h5 {
    text-transform: none;
	font-size: 1.3rem;
    font-weight: 200;
}

.index_clanky .card .card-img-top {
    border-radius: 0;
    height: 400px;
    object-fit: cover;
    transition: none;    
}

.index_clanky .card:hover .card-img-top {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* KONEC INDEX CLANKY */

/* CLANEK */

.rs_clanek img:not(.uvodni_foto) {
    float: none;
    padding-right: 0;
}

.rs_clanek .uvodni_foto {
    height: auto;
    width: 100%;
    object-fit: contain;
}

.rs_clanek a {
    text-decoration: underline !important;
}

/* KONEC CLANEK */

.dropdown-item.zobraz_podkategorie {
    cursor: pointer;
    color: var(--background);
}

.dropdown-item.zobraz_podkategorie::before {
    content: none;
}

#div_dopo .doporucene_produkty-nadpis {
    text-transform: none;
    font-size: 1.8em;
    font-family: 'ABCGintoNormal-Medium';
    color: #dc3545;
}

/* Popis zbozi seznam */
.kat_popis{
    height: auto;
}

.kat_popis_limit{
    height: 195px;
}

.kat_popis_overflow{
    overflow: hidden;
}

.kat_popis_wrap{
    position:relative; 
    padding-bottom: 25px;
}

.kat_popis_button{
    position: absolute; 
    bottom:0px;
}
/* KONEC Popis zbozi seznam */

/*Cookie lišta*/
#cookieconsent-com---nb{
    max-width: 100%;
    width: 100%;
    bottom: 0; 
}

.cc-nb-main-container{
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.cookieconsent-com---palette-dark .cc-nb-buttons-container .cc-nb-okagree{
    background-color: var(--btn-primary-color) !important;
}

.cookieconsent-com---palette-dark .cc-nb-buttons-container .cc-nb-reject{
    background-color: transparent !important;
    color: black !important;
}

.zbozi_detail .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='Silver' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.zbozi_detail .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='Silver' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

@media only screen and (min-width: 1800px) {

    .zbozi_seznam .owl-carousel-doleva {
        width: 0; 
        height: 0; 
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent; 
        border-right: 20px solid #bfbfbf;
        position: absolute;
        left: -40px;
        top: 53%;
    }
    
    .zbozi_seznam .owl-carousel-doprava {
        width: 0; 
        height: 0; 
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid #bfbfbf;  
        position: absolute;  
        right: -40px;
        top: 53%;
    }

}

@media only screen and (max-width: 1450px) {
	
	.newsletter form.leva_cast {
		padding: 3em 1em;
	}
	
	.newsletter .text-special {
		flex-direction: column;
	}

	.newsletter .newsletter-img > img {
		width: auto;
		max-height: 485px;
	}

}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

    .zbozi_detail .zbozi_popis .dokosiku .koupit,
    .zbozi_detail .zbozi_detail_do_oblibenych {
        text-align: center;
    }

}

@media only screen and (min-width: 1200px) {

    .login_panel-kosik {
        height: 70%;
    }

    .zbozi_detail .zbozi_foto-vyprodano .vyprodano--text {
        font-size: 3.4rem;
    }

}

@media only screen and (min-width: 992px) {

    .kosik_obsah .table .kosik_obsah-skladovost {
        position: absolute;
        bottom: 0;
    }

}

@media only screen and (min-width: 768px) {

    .dropdown:hover>.dropdown-menu {
        max-height: 800px;
    }

    .dropdown-item.dropdown-item-hlavni_menu:hover {
        color: var(--background) !important;
    }

    .dropdown-item.dropdown-item-hlavni_menu:hover::before {
        content: none;
    }

    .dropdown-menu .kategorie-wrapper .kategorie .dropdown-item-hlavni_menu {
        white-space: break-spaces;
    }

    #navbarNavDropdown .dropdown-menu .kategorie-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    
    #navbarNavDropdown .dropdown-menu img.menu-foto {
        width: 40px;
        height: auto;
        object-fit: contain;
        align-self: flex-start;
        margin-top: 1em;        
    }

	.nav-fill-custom .nav-item {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		text-align: center;
	}

    .zbozi_seznam .produkty .card:hover {
        transform: none;
        box-shadow: none;
        position: unset;
        z-index: 9;
    }

    .login_panel-kosik .obsah .table .odstranit {
        visibility: visible;
        transform: none;
    }
	
	.left-col-popis{
		padding-right: 50px;
	}
	.right-col-popis{
		padding-left: 50px;
	}

}

@media only screen and (max-width: 768px) {

    .zbozi_detail > .zbozi_ostatni {
        display: block;
    }

    img.cena_kvality_finalista {
        max-width: 250px;
    }

    #navbarNavDropdown .nav-item.dropdown .podkategorie2.d-none {
        display: block !important;
    }

    #navbarNavDropdown .nav-item.dropdown .zobraz_podkategorie.dropdown-item {
        display: none;
    }

    .navbar .dropdown-menu {
        border-bottom: 2px solid var(--background) !important;
    }
    
    #navbarDropdownMenuLink {
        background-color: var(--background);
    }    

    .cc-nb-main-container{
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 576px) {

	.logo {
		max-width: 130px;
	}
	
	.objednavka_hotovo img {
		max-width: 250px !important; 
	}

    .kat_popis_limit{
        height: 300px;
    }

}

.invalid-feedback{display: block;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}

.reklamace .help-block{
	color: #999;
	font-size: 0.9rem;
}

.reklamace .has-error {
	color: red;
}

.reklamace .has-error-input {
	border: 1px solid red;
}

.zbozi_detail .popis_produktu .left-col-popis a,
.zbozi_detail .popis_produktu .right-col-popis a,
.zbozi_detail .popis_produktu p a{
    text-decoration: underline;
}

.zbozi_seznam a,
.zbozi_seznam span a{
    /*text-decoration: underline;*/
}

.zbozi_seznam .vice,
.zbozi_seznam .more{
    text-decoration: none   ;
}

.zbozi_seznam .kategorie nav>ul>li>a {
    text-transform: none;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 0.5em 0 0.5em 1.8em;
    color: #fff;
    background-color: transparent;
    cursor: pointer;
    transition: .2s ease-in-out;
    font-size: 1.1em;
}

.zahlavi_social-custom p {
	font-family: 'ABCGintoNormal-Medium';
}

.search-results .cena{
	font-family: 'ABCGintoNormal-Black';
}

#navbarDropdownMenuLink {
	font-family: 'ABCGintoNormal-Medium';
    color: #000000 !important;
    font-size: 1.3em;
    letter-spacing: 1px;
    text-transform:  none;
    padding: 0.7rem !important;
	font-weight:  600;
}

.popis_produktu h4 {
	padding-top: 3rem;
	font-size: 1.2rem;
    font-family: 'ABCGintoNormal-Medium';
    font-weight: bold;
	padding-bottom: 0.5rem;
}
.popis_produktu hr {
	margin-bottom: 0.4rem;
	margin-top: 0.4rem;
	background-color: #f5cfcf;
	opacity: 60%;
}

.popis_produktu table td{
	padding-bottom: 0.8em;
}

.popis_produktu {
	font-family: ABCGintoNormal-Light;
}
.brmedium { 
	display: block; 
	margin-bottom: 0.7em; 
}

.objednavka_hotovo img {
	max-width: 450px; 
}

.div_zaplatit a {
    width: auto;
    padding: 0.3em 1em;
    font-size: 1.2em;
    text-transform: none;
    font-weight: 100;
    border-radius: 1px;
	background: var(--btn-primary-color);
	border: none;
	color: #000000 !important;
}

.div_zaplatit a:hover {
	border: none;
	color: #000000 !important;
	border-radius: 1px;
	background: var(--btn-primary-hcolor);
}

.div-hotovo {
	background-color: #cff6d1;
	font-family: ABCGintoNormal-Black;
	font-size: 3rem
}

#login_panel-kosik-mnozstvi-new{
	top: -1px;
    position: absolute;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    right: -6px;
    z-index: 99;
    color: #fff;
    box-shadow: 0 2px 5px rgba(1,2,2,.5);
    background-color: var(--background);
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}
#header-wrapper {
    color: #58585a;
}

#header-wrapper .telefon {
    font-weight: bold;
}

#header-wrapper .oteviraci_doba {
    padding-left: 20px;
	padding-right: 10px;
	font-size: 0.9rem;
}
#header-wrapper .kontakty {
    margin-left: auto;
}
#header-wrapper .reklamace {
    padding-left: 22px;
	padding-right: 20px
}
#header-wrapper .reklamace span, #header-wrapper .kontakty span {
	color: #58585a;
	font-family: ABCGintoNormal-Medium;
	font-size: 1.2rem;
}

.popis_produktu h3 {
	font-family: 'ABCGintoNormal-Black';
}

h1 {
	font-size: 2rem;
}

