:root {
	--main-efects-color: #CB1434;
    --background: #1D71B8;
    --background-opacity: 0, 184, 237;
	--light-background: #5EB1E3;
	--text-color: #000;
}

.zbozi_seznam .produkty .card .image > .absolut_elements_top_left{
    flex-wrap: wrap;
    flex-direction: column;
}

.zbozi_seznam .produkty .card .image > .absolut_elements_top_left .nahled-sleva, .zbozi_seznam .produkty .rychly_nahled .modal-tags .modal-sleva{
    background-image: none;
    position: static;
    color: #ffffff;
    background-color: #cb1434;
    width: auto;
    height: auto;
    min-height: 33px;
    padding: 0.6em;
    line-height: 12px;
    font-size: 0.75em;
    font-weight: 600;
    border-radius: 4px;
    align-content: center;
    margin-bottom: .25rem;
    width: fit-content;
}

.zbozi_detail .wrapper-foto > .absolut_elements_top_left {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    top: 1em;
    left: 1em;
}

.zbozi_detail .wrapper-foto > .absolut_elements_top_left .nahled-sleva{
    background-image: none;
    position: static;
    color: #ffffff;
    background-color: #cb1434;
    width: auto;
    height: auto;
    min-height: 33px;
    padding: 0.8em;
    line-height: 12px;
    font-size: 1em;
    font-weight: 600;
    border-radius: 4px;
    align-content: center;
    margin-bottom: .25rem;
}

.bordered_block{
    border: 2px solid var(--background);
    border-radius: 8px;
    padding: 1em;
    text-align: center;
    font-size: 1.05em;
}

.zbozi_detail div#nav-tabContent{
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
    padding: 0.5em;
    border-top-style: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.alergen-list.col-12.d-flex.flex-wrap {
    border-style: solid;
    border-color: var(--background);
    border-width: 1px;
    border-radius: 1em;
    padding: 0.5em;
}

.zbozi_detail .alergen-list.col-12.d-flex.flex-wrap {
    border-style: none;
}

.zbozi_detail .alergen .d-flex.flex-column{
    flex: auto;
    margin-left: 1em;
}

/* .col-12.d-flex.flex-wrap.justify-content-between.align-content-center.alergen {
    margin-bottom: 1em;
} */

.alergen .d-flex.flex-wrap.align-content-center{
    max-width: 55px;
}

.alergen div span.alergen-num{
    display: block;
    width: 35px;
    height: 35px;
    background-color: var(--background);
    color: var(--white);
    border-radius: 5em;
    align-content: center;
    text-align: center;
    font-size: 1em;
}

.alergen .d-flex.flex-column {
    width: 75%;
    padding-left: 0.5em;
    padding-right: 0.5em;
    min-width: 150px;
}

.alergen img {
    width: 50px;
    height: auto;
    object-fit: contain;
}

.alergen img.d-block.d-md-none {
    width: 50px;
    height: auto;
    object-fit: contain;
}

.alergen h4{
    font-size: 1em;
}

#nav-udaje hr,
.alergen-list hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.zbozi_detail .vyzivove-udaje.col-12.d-flex.flex-wrap {
    padding: 0.3em;
    /* font-size: 1.3em; */
}

.kosik-wrapper .polozky-wrapper .polozky table.table .mnozstvi_kosik{
    width: 150px;
}

.kosik .mnozstvi_produktu{
    width: 70px;
}

.oblibene_polozky button.btn,
.oblibene_polozky table.table .mnozstvi_kosik{
    width: 180px;
}

.oblibene_polozky table.table .mnozstvi_produktu{
    width: 100px;
}

.objednavka_formular h2{
    font-size: 1.2rem;
}

.objednavka_formular label.label_doprava,
.objednavka_formular label.label_platba{
    font-weight: normal;
}

.form-segment {
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
    border-radius: 1rem;
    margin-bottom: 1em;
}

.akcni_nabidka .nabidka{
    object-fit: contain;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
    border: 1px solid var(--background);
    background-color: var(--background);
}


@media (max-width: 1555px) {
    .kosik.kosik-wrapper, .index_slider, .index_slider, .drobeckova_navigace, .d-none.d-lg-block.py-5.objednavka_diagram:not(.diagram_kosik), .ucet{
        margin-top: 180px !important;
    }
}

@media only screen and (max-width: 992px) {
    .kosik-wrapper h1 {
        margin-top: 0.5em;
    }
}

/* @media only screen and (min-width: 992px) { 


}

@media only screen and (max-width: 991px) { 
}

@media (min-width: 768px) {

}

@media (max-width: 1199px) {
}

@media (max-width: 767px) {
}

@media (max-width: 576px) {
}

@media (min-width: 1200px) {


}

@media only screen and  (min-width: 1500px) {

}

@media only screen and  (min-width: 1670px) {

}

@media only screen and  (max-width: 400px) {

} */