/** NEW DESIGN **/
.top-navigation-bar {
    padding: 3px 0;
}

.header_text {
    margin: 0 10px;
}

.top-navigation-links a {
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.top-navigation-contact {
    color: #000000;
    font-size: 13px;
    font-weight: 500;
}

.top-navigation-login {
    padding-right: 0;
}

.top-login a {
    font-size: 13px;
    font-weight: 500;
}

.header_phone {
    font-weight: 500;
    background-color: #D9FFE7;
    padding: 5px 10px;
    border-radius: 8px;
}

.header_phone a {
    text-decoration: none;

}

.header-search-bar {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.header-search {
    width: 90% !important;
}

.card {
    border: 1px solid #C60000;
    border-radius: 8px;
}

#seastr {
    font-size: 16px;
    font-weight: 400;
    padding: 9px 4px 9px 40px;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23C60000' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 13px center;
}

#searchInput button {
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
}

.header-basket a {
    padding-left: 0 !important;
    width: 100%;
}

.header-basket .fa-shopping-basket {
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #C60000;
    margin-right: 55px;
}

.header-basket .count2 {
    position: absolute;
    background-color: #A0EDBC;
    bottom: -5px;
    left: 40px;
    color: #000000;
    font-size: 12px;
    font-weight: 700;
    border-radius: 1em;
    display: inline-block;
    line-height: 14px;
    min-width: 20px;
    height: 20px;
    padding: 1px;
    text-align: center;
}

.header-basket a .tag-price {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    line-height: 45px;
    padding-right: 60px;
}

.header-basket .tag-arrow {
    width: 27px;
    height: 36px;
    font-size: 20px;
    color: #000000;
    background-color: #F8FFF;
    border-radius: 8px;
    position: absolute;
    top: 10px;
    right: 20px;
    text-align: center;
}

.header-basket .tag-arrow i {
    position: absolute;
    top: 10px;
    left: 8px;
    font-weight: 200;
    font-size: 16px;
    border-radius: 8px;
}

.autocomplete-wrapper {
    display: flex;
    gap: 20px;
    padding: 10px;
    justify-content: space-between;
    border: 0 !important;
}

.autocomplete-left, .autocomplete-right {
    width: 50%;
}

.autocomplete-wrapper .ui-menu-item-wrapper li {
    border-top: 0px !important;
}

.autocomplete-wrapper .autocomplete-title {
    font-size: 20px;
    font-weight: 600;
    margin: 5px 10px;
}

.li-auto img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-right: 10px;
}

.visibletop {
    position: relative;
    z-index: 1000;
    background-color: white;
    border-radius: 8px;
}

#autocomplete-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* ztmavení */
    z-index: 999; /* pod autocomplete */
    display: none;
}

.rozbody {
    position: relative;
}

#rozbody-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10;
    display: none;
    pointer-events: none;
}

#searchOutput {
    display: none;
    position: absolute;
    top: 60px;
    min-height: 50px;
    border: 1px solid #C60000;
    border-radius: 5px;
    background: white;
    width: 100%;
    z-index: 1000;
}


#searchOutput .autocomplete-content {
    display: flex;
    gap: 40px;
    padding: 40px 40px 10px 40px;
}

#searchOutput .autocomplete-content {
    text-align: left;
}

#searchOutput .column {
    flex: 1;
}

#searchOutput .column h3 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
    text-align: left;
}

#searchOutput .autocomplete-item {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid #DBDBDB;
}

#searchOutput .autocomplete-item img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 18px;
}

#searchOutput .autocomplete-item .info {
    flex: 1;
}

#searchOutput .autocomplete-item .info .label {
    font-weight: 500;
    font-size: 14px;
    line-height: 20.5px;
    letter-spacing: 0;
    text-decoration: underline;
    text-align: left;
}

#searchOutput .autocomplete-item .info .label b {
    background-color: lightpink !important;
}

#searchOutput .autocomplete-item .info .dostupnost {
    font-size: 12px;
    font-weight: 500;
    line-height: 22.5px;
    float: left;
    margin: 5px 10px 5px 0;
}

#searchOutput .autocomplete-item .info .dostupnost .on_stock {
    color: #28A745;
    background-color: #D9FFE7;
    border-radius: 6px;
    padding: 5px;
}

#searchOutput .autocomplete-item .info .dostupnost .on_request {
    color: orange;
    background-color: lightgoldenrodyellow;
    border-radius: 6px;
    padding: 5px;
}

#searchOutput .autocomplete-item .info .cena {
    font-size: 14px;
    color: #C60000;
    font-weight: 600;
    line-height: 22.5px;
    float: left;
    margin-top: 9px;
}

#searchOutput .autocomplete-footer {
    text-align: left;
    margin: 10px 40px 20px 40px;
}

#searchOutput .btn-zobrazit-vse {
    padding: 10px 20px;
    background: #e0f4e8;
    border-radius: 8px;
    text-decoration: none;
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}

#autocomplete-produkty a:last-child {
    border-bottom: 0px;
}

.menu-categories {
    margin-top: 15px;
}

.menu-categories .nav-item {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.menu-categories .nav-item:hover {
    background-color: #89011C;
}

.nav-mega {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    height: 45px;
}

.nav-mega .submenu ul {
    margin: 0;
    padding: 0;
}

.nav-mega .submenu .container {
    padding: 0;
}

.menu-categories .navbar-nav > li > a {
    font-size: 15px;
    font-weight: 500;
    line-height: 19.2px;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    color: #FFFFFF;
}

.podkategorie .kInner a .title {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
}

.nav-mega .dropdown-menu.mega-menu {
    background-color: #FFE5F1 !important;
}

.nav-mega4568 ul > li {
    width: 273px;
    height: 85px;
    margin: 10px;
    background-color: #FFFFFF;
    border: 1px solid #E6DDF4;
    border-radius: 6px;
}

.nav-mega ul > li {
    margin: 5px;
}

.nav-mega .podkategorie .kInner a > div {
    width: 273px;
    height: 85px;
    background-color: #FFFFFF;
    border: 1px solid #E6DDF4;
    border-radius: 6px;
}

.nav-mega .podkategorie .kInner a > div:hover {
    border: 1px solid #C60000;

}

.nav-mega .dropdown-menu.mega-menu .pull-left {
    width: 60px;
    height: 60px;
    margin: 10px;
}

.dropdown-menu .media-body .name {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
}

.footer-vyrobci {
    font-size: 30px;
    font-weight: 600;
    color: #000000;
}

.footer-link {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    text-decoration: underline;
}

ul.vyrobci_grayscale li {
    margin: 80px 10px;
    height: 77px;
}

.footer-gray {
    background-color: #FFF3F3;
}

.home-newsletter {
    background-color: #CE3738;
    border-radius: 10px;
    height: 219px;
    margin: 0 0 70px 0;
}

.home-newsletter .bg-cake {
    border-radius: 10px;
}

.home-newsletter .btn-success {
    background-color: #CE3738;
    border: 1px solid white;
}

.newsletter-text {
    /*float: left;*/
    font-size: 30px;
    font-weight: 600;
    line-height: 42px;
    margin-top: 50px;
    /*width: 476px;*/
    height: 100px;
    color: #FFFFFF;
}

.home-newsletter .card {
    margin-top: 50px;
}

.home-newsletter .agree {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 36px;
    color: #FFFFFF;
}

.home-newsletter .icon-envelope {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 16px;
    color: #C60000;
}

.home-newsletter input {
    padding-left: 70px;
}

.home-newsletter .agree a {
    text-decoration: underline;
    color: #FFFFFF;
}

.footer-divs {
    height: 236px;
    overflow: hidden;
    background-color: #EEE2FF;
}

.footer-divs .float-left {
    margin: 35px 35px 0 35px;

}

.footer-divs .newsletter-text {
    width: 164px;
    font-size: 30px;
    color: #000000;
    line-height: 39px;
}

.footer-divs .newsletter-text a {
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    text-decoration: underline;
}

.f-left {
    background-color: #A0EDBC;
}

.f-middle {
    background-color: #FFE0E0;
    border-right: 1px solid #E2D7F1;
}

.f-right {
    background-color: #FFE0E0;
}

.footer-contact {
    height: 236px;
    background-color: #FFF3F3;
    color: black;
    font-size: 20px;
    font-weight: 600;
    line-height: 19px;
}

.footer-contact .row {
    padding: 96px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

.footer-links {
    background-color: #FFF3F3;
    color: black;
}

.footer-links .footer-box {
    padding: 60px 0;
    border: 0;

}

.footer-links .footer-box .h5 {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 600;
    line-height: 19px;
}


.footer-links a {
    color: black;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.footer-links .navbar-item {
    margin: 5px 0;
}

.footer-contact .fc-left {
    padding: 10px;
    height: 40px;
}

.footer-contact .open-hours {
    color: #CE3738;
}

.footer-contact .rect {
    background-color: #FFF3F3;
    border-radius: 8px;
    margin: 0 10px;
    border: 1px solid #CE3738;

}

.footer-copy .footer-pic img {
    margin-right: 20px;
}


.footer-contact a {
    color: #CE3738;
    text-decoration: none;
}

.footer-contact .fc-rectangle {
    float: left;
    margin: -12px 5px;
    height: 47px;
    width: 52px;
    background-color: #CE3738;
    border-radius: 8px;
    color: white;
}

.footer-contact .fc-rectangle a {

}

.footer-contact .fc-rectangle svg {
    fill: white;
    height: 18px;
    width: 18px;
    margin: 13px 18px;
}

.footer-boxes {
    background-color: #F8EAEA;
    height: 117px;
    color: black;
    font-size: 18px;
    font-weight: 600;
    line-height: 19px;
}

.footer-boxes .row {
    padding: 20px 0;
}

.footer-copy {
    background-color: #FFF3F3;
    height: 100px;
    font-size: 14px;
    font-weight: 600;
    line-height: 27px;
    color: black;
}

.footer-copy .row {
    padding: 40px 0 0 0;
}

.home-anotation2 {
    line-height: 69px;
}

.home-anotation2 .fc-left img {
    margin-right: 20px;
}

.home-anotation {
    margin-top: 80px;
}

.home-anotation h1, .home-anotation h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 19px;
    margin: 40px 0;
}

.homeblog h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 19px;
    margin: 20px 0;
}


.home-anotation p {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
}

.home-anotation a {
    color: #F28AB9;
    text-decoration: underline;
}

.homeblog {
    background-color: #FFF3F3;
    text-align: left;
}

.homeblog .firstrow {
    margin: 60px 0;
}

.homeblog .lastrow {
    padding-bottom: 60px;
}

.homepage_kategorie .lastrow a {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

.homepage_products h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 19px;
    padding: 50px 0;
}

.homepage_products .btn-homepage-show2 {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: underline;
    color: black;
    padding: 50px 0;

}

.homeblog .btn-all {
    text-align: right;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: underline;
    color: #000000;
}

.homepage_clanky {
    margin-bottom: 40px;
}

.homepage_clanky .nadpis {
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 20px;
}

.homepage_clanky ul {
    list-style: square;
}

.homepage_clanky li a {
    font-size: 15px;
    font-weight: 400;
    line-height: 35px;
    text-decoration: underline;
    color: #000000;
}

.homeblog .clanek {
    float: left;
    margin-right: 20px;
    margin-bottom: 60px;
}

.homeblog .clanek h2 a {
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    color: #000000;
}

.homeblog .clanek .perex {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    margin-bottom: 20px;
}

.homeblog .clanek .more {
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    color: #C60000;
    text-decoration: underline;

}

.homepage_kategorie {
    background-color: #FFF3F3;
    padding: 50px 0 0 0;
}

.homepage_kategorie .kInner {
    border-radius: 8px;
    padding: 10px 20px;
    margin: 0 !important;
}

.homepage_kategorie .kImage {
    text-align: center;
    margin: 20px 20px 0 20px;
}

.homepage_kategorie .kImage img {
    max-width: 100%;
}

.homepage_kategorie a {
    color: #000000;
}

.homepage_kategorie a:hover {
    text-decoration: underline;
}

.homepage_kategorie .hk_nadpis {
    margin: 10px 0;
}

.homepage_kategorie .hk_nadpis a {
    font-size: 23px;
    font-weight: 600;
    line-height: 19px;
    text-decoration: none !important;

}

.homepage_kategorie .col-md-8 .hk_nadpis {
    margin: 20px 0 10px 0;
}

.homepage_kategorie .hk_subkategorie a {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    text-decoration: underline !important;

}

.homepage_kategorie a.hk_all {
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    text-decoration: underline !important;
    color: #C60000;
}

.homepage_kategorie .row .row {
    margin-bottom: 20px;
}

.homepage_kategorie .text_center {
    margin: 0 auto;
    text-align: center;
}

.homepage_kategorie .d_height {
    height: 480px;
}

.homepage_kategorie .n_height {
    height: 227px;
}

.homepage_kategorie .lastrow {
    margin: 40px 0 60px 0;
}

.vyhody_box {
    margin-bottom: 40px;
}

.vyhody_box h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 19px;
    padding: 40px 0;
}


.adv_box2 a, .adv_box2 a:hover, .adv_box:hover {
    color: black;
    text-decoration: none;
}

.adv_box2 .svg-wrapper {
    height: 77px;
    width: 77px;
    background-color: #FFE5F2;
    padding: 17px;
    border-radius: 40px;
    float: left;
}

.adv_box2 .title {
    padding-top: 12px;
    padding-left: 100px;
    font-size: 18px;
    font-weight: 600;
    line-height: 19px;
}

.adv_box2 .anot {
    padding-left: 100px;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}

.slick-slide img {
    border-radius: 5px;
}

.slideshow {
    height: auto;
    overflow: hidden;
}

.slideshow .slick-slide img {
    max-height: 386px;

}

.footer-puprle {
    background-color: #FFF3F3;
}

#navbar-main-menu {
    height: 61px;
}

#navbar-main-menu .nav-mega {
    height: 61px;
}

#navbar-main-menu .nav-mega .nav-item {
    padding-top: 8px;
}

@media (max-width: 800px) and (min-width: 10px) {

    #navbar-main-menu {
        height: auto !important;
    }

    .vyhody_box h2 {
        font-size: 24px;
        text-align: center;
        line-height: 31px;
    }

    .adv_box2 {
        text-align: center;
    }

    .adv_box2 img {
        float: unset;
    }

    .adv_box2 .title {
        padding: 10px 0;
    }

    .adv_box2 .anot {
        padding: 0;
    }

    .homepage_kategorie {
        text-align: center;
    }

    .homepage_kategorie .col-sm-12 {
        margin: 10px 0;
    }

    .homepage_kategorie .n_height {
        height: auto;
    }

    .homeblog h2 {
        width: 100% !important;
        line-height: 40px;
        font-size: 30px;
        font-weight: 600;
    }

    .homeblog .firstrow {
        margin: 20px 0;
    }

    .home-anotation {
        margin: 0;
    }

    .home-anotation h1, .home-anotation h2, #homeblog h2 {
        line-height: 35px;
        font-size: 30px;
        font-weight: 600;
    }

    .home-anotation img {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    ul.vyrobci_grayscale li {
        margin: 10px;
    }

    .home-newsletter {
        height: auto;
    }

    .newsletter-text {
        font-size: 30px;
        line-height: 40px;
        font-weight: bold;
        text-align: center;
        width: 90%;
        float: unset;
        height: auto;
        margin: 30px auto 0 auto;
    }

    .home-newsletter .agree {
        text-align: center !important;
    }

    .footer-divs {
        height: auto;
    }

    .home-newsletter input {
        padding-left: 20px !important;
    }

    .footer-puprle {
        background-color: #C60000;
    }

    .footer-divs .float-left {
        margin: 35px auto;
    }

    .footer-divs .f-middle {
        border-bottom: 1px solid #C4BBD0;
    }

    .footer-divs .f-middle img {
        margin: 35px auto 0 auto;
    }

    .footer-divs .newsletter-text {
        font-size: 28px;
        font-weight: 600;
        line-height: 34px;
        text-align: left;
        margin-top: 50px;
    }

    .footer-divs .f-middle .newsletter-text {
        padding: 20px;
    }

    .footer-divs .newsletter-text a {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
    }

    .footer-contact {
        height: auto;
        text-align: center;
    }

    .footer-contact .row {
        padding: 50px 20px;
    }

    .footer-contact .fc-left {
        width: 100%;
        margin: 10px;
        height: auto;
    }

    .footer-links .footer-box {
        padding: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.32);
    }

    .footer-links .row {
        padding: 0 20px;
    }

    .footer-links .footer-box .h5 {
        margin-bottom: 0;
    }

    .footer-boxes {
        height: auto;
        background-color: #F8EAEA;
    }

    .footer-boxes .home-anotation2 {
        line-height: 50px;
        margin-bottom: 20px;
    }

    .footer-boxes .home-anotation2 .float-left, .footer-boxes .home-anotation2 .float-right {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .home-anotation2 .fc-left img {
        margin: 5px;
    }

    .footer-boxes .home-anotation2:last-child div:last-child {
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.32);
    }

    .footer-copy {
        height: 50px;
        width: 100%;
    }

    .footer-copy .row {
        padding: 0;
    }

    .footer-copy .row .copyright {
        padding-left: 20px;
    }

    .footer-copy .row .footer-pic {
        text-align: right;
    }

    .footer-boxes .row {
        padding: 20px 0 0 0;
    }

    #searchOutput .autocomplete-content {
        display: block;
    }

    .drop_background .col-md-12, .drop_background .breadcrumb {
        padding: 0 !important;
    }

    .menu-categories {
        margin-top: 0 !important;
    }

    .header-search-bar {
        padding-bottom: 0;
    }

    .rozbody .clanek_h1 {
        font-size: 28px;
        line-height: 40px;
    }

    .rozbody .clanek-obsah {
        margin: 10px 0;
    }

    .rozbody .mt-1, .rozbody .my-1 {
        margin-top: 0 !important;
    }

    .rozbody .stranky {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .rozbody .column-right .clanek-obsah .odstavec_text {
        padding: 20px;
    }

    .rozbody .clanek-obsah .odstavec_text2 {
        line-height: 23px;
    }

    .column-right .clanek-obsah .text_full {
        padding: 20px !important;
    }

    .clanek-obsah.vyhody ul, .clanek-obsah.nevyhody ul {
        padding: 0 !important;
    }

    .clanek-obsah .odstavec_text2 {
        font-size: 15px;
    }

    .column-right .odstavec_vernostni {
        padding: 20px !important;

    }

    .odstavec_vernostni .row .col-4 {
        padding: 0 !important;
    }

    .odstavec_vernostni .row .col-4 img {
        width: 17px;
        margin-right: 0;
    }

    .odstavec_vernostni .bronz {
        font-size: 15px !important;
        padding: 15px 5px !important;
        background: unset !important;
    }

    .odstavec_vernostni .ffirst {
        padding: 0 20px !important;
    }

    .odstavec_vernostni .silver {
        font-size: 15px !important;
        padding: 15px 5px !important;
        background: unset !important;
    }

    .odstavec_vernostni .gold {
        font-size: 15px !important;
        padding: 15px 5px !important;
        background: unset !important;
    }

    .clanek_doprava .dopr_tt {
        padding-bottom: 25px;
    }

    .text_stav .iinput {
        height: auto !important;
    }

    .text_stav .iinput .btn-primary {
        margin: 0 !important;
    }

    .text_full_vlastni .odstavec_text2 div {
        display: block !important;
    }

    .footer-text h3 {
        font-size: 30px !important;
        line-height: 38px !important;
    }

    .footer-banner {
        height: auto !important;
    }

    .footer-text .odstavec_text2 .float-left, .footer-banner img {
        width: 100% !important;
    }

    .footer-text .odstavec_text2 .float-left:first-child img {
        margin-bottom: 50px !important;
    }

    .footer-text .odstavec_text2 .float-left:last-child img {
        width: 100% !important;
    }

    .clanek-obsah .odstavec_media img, .clanek-obsah .img-banner {
        width: 100% !important;
    }

    .clanek-obsah .odstavec_text {
        padding: 20px !important;
    }

    .clanek-obsah .odstavec_anotace {
        font-weight: 400 !important;
        font-size: 18px !important;
        line-height: 31px !important;
    }

    .clanek-obsah .odstavec_text2 {
        font-weight: 400 !important;
        font-size: 16px !important;
        line-height: 26px !important;
    }

    .clanek-obsah h3 {
        font-weight: 600 !important;
        font-size: 28px !important;
        line-height: 35px !important;
    }

    .clanek-obsah .text_full {
        padding: 20px !important;
    }

    .slideshow .slideshow_mt {
        margin-top: 7px;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 0 !important;
    }

    .homepage_products .col-prod.noborder {
        border-right: 0 !important;
    }

    ul.vyrobci_grayscale li {
        height: 45px;
    }

    ul.vyrobci_grayscale li img {
        /*width: 100%;*/
        height: 100%;
    }

    .drop_background {
        height: 100% !important;
    }

    .drop_background .breadcrumb.mb-2 {
        margin-bottom: 0 !important;
    }

    .footer-line .last-line {
        position: relative !important;
    }

    .footer-line .last-line div {
        text-align: center !important;
        margin: 0 auto 0 auto !important;
        float: unset !important;
    }

    .footer-line .last-line .float-left {
        margin-bottom: 30px !important;
    }

    .footer-line .last-line .fc-icons .col a {
        margin: 5px;
        display: inline-block;
    }

    .home-anotation2 .fc-left {
        text-align: center;
    }

    .home-anotation2 .fc-left img {
        display: inline-block;
    }

    .footer-divs .f-right {
        min-height: 236px;
    }

    .footer-divs .f-right .odkazy {
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        text-align: center;
    }

    .footer-divs .f-right .odkazy .float-left:first-child {
        float: unset !important;
        margin: 45px auto 0 auto !important;
        display: block;
    }

    .footer-divs .f-right .odkazy .float-left:last-child {
        float: unset !important;
        margin: 0px auto 0 auto !important;
        display: block;
    }

    .prod-new .name {
        height: auto !important;
    }

    .footer-divs .f-right .texty {
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .header-search-bar {
        padding: 0 !important;
    }

    .rozbody .clanek-obsah .odstavec_text2 img {
        max-width: 100%;
    }

    .clanek-obsah h4 {
        font-size: 20px;
        line-height: 19px;
        font-weight: 600;
        text-align: left;
        color: black;
    }

    .column-right .clanek-obsah .odstavec_text_dopravy {
        padding: 20px 10px !important;
    }

    .clanek_doprava {
        font-size: 14px !important;
        line-height: 17px !important;
        font-weight: 600 !important;
    }

    .clanek_doprava .dopr_img {
        padding: 25px 0 !important;
        text-align: center;
    }

    .clanek_doprava .dopr_img img {
        width: 17px;
    }

    .clanek_doprava .dopr_price {
        padding-left: 0 !important;
    }

    .clanek_doprava .dopr_cena i {
        margin: 0 0 0 15px !important;
    }

    .clanek_doprava .dopr_tt {
        padding-top: 15px !important;
    }

    .clanek_doprava .dopr_anot {
        margin: 0 !important;
    }

    .clanek_doprava_nadpis {
        padding-left: 20px !important;
    }

    .rozbody .clanek-obsah .odstavec_text2 div {
        padding: 0 20px !important;
    }

    .grocery-box {
        width: 100% !important;
        padding: 0 !important;
    }

    .grocery-box h1 {
        font-size: 28px !important;
        font-weight: 600 !important;
        line-height: 30px !important;
    }

    .grocery-box .image2 {
        padding: 0 !important;
    }
}


.column-right .clanek-obsah.male_odstazeni {
    padding: 0 20px !important;
}

.slideshow .slideshow_mt {
    margin-top: 17px;
}

.footer-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 679px;
}

.clanek-obsah {
    border-radius: 8px;
    margin: 30px 0;
}

.clanek-obsah h3 {
    font-size: 44px;
    font-weight: 600;
    line-height: 51px;
    color: black;
}

.clanek-obsah .odstavec_text {
    padding: 70px 100px 0 100px;
}

.clanek-obsah .odstavec_anotace {
    font-size: 21px;
    font-weight: 500;
    line-height: 31px;
    color: black;
    margin: 30px 0;
}

.clanek-obsah .odstavec_text2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 31px;
    color: black;
}

.clanek-obsah .text_full {
    text-align: center;
    padding: 70px 150px;
}

.column-right .clanek-obsah .odstavec_text {
    padding: 40px;
}

.column-right .clanek-obsah .text_full {
    text-align: left;
    padding: 70px 150px;
}

.column-right .clanek-obsah .text_full {
    text-align: center;
    padding: 40px;
}

.column-right .odstavec_vernostni {
    padding: 0 40px 40px 40px;
}

.column-right .clanek-obsah .odstavec_anotace {
    font-size: 19px;
    font-weight: 600;
    line-height: 28px;
}

.clanek_h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin: 0;
    padding: 20px 0 0 0;
}

.column-right .clanek-obsah h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 19px;
    text-align: left;
    margin: 0 0 20px 0;
}

.clanek-obsah .odstavec_poznamka {
    margin-top: 40px;
    cursor: pointer;
}

.clanek-obsah .odstavec_poznamka > span {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    color: #C60000;
    border-radius: 8px;
    padding: 10px;
    background-color: #FAD6E7;
}

.clanek_doprava {
    background-color: #FFFFFF;
    border: 1px solid #F28AB9;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    margin: 10px 0;
    min-height: 72px;
    cursor: pointer;
}

.clanek_doprava_nadpis {
    padding-left: 40px;
}

.clanek_doprava .zdarma {
    color: #C60000;
}

.clanek_doprava .dopr_anot {
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    padding: 20px 15px;
    margin: 20px 0 0 0;
}

.clanek_doprava .dopr_tt {
    padding-top: 25px;
}

.clanek_doprava .dopr_cena i {
    margin: 0 15px;
    float: right;
}

.clanek_doprava .dopr_img {
    padding-top: 10px;
}

.clanek-obsah .odstavec_text_dopravy {
    padding: 70px 100px;
}

.column-right .clanek-obsah .odstavec_text_dopravy {
    padding: 40px;
}

.show_color_active {
    background-color: #C60000;
    color: #FFFFFF;
    border: 1px solid #C60000;
    border-radius: 8px;
}

.show_color_active_second {
    background-color: #FCF3FF;
    color: #000000;
    border: 1px solid #FCF3FF;
    border-radius: 8px;
}

.clanek-obsah.vyhody ul, .clanek-obsah.nevyhody ul {
    padding: 10px;
}

.clanek-obsah.vyhody ul li {
    background: url('../images/vyhoda.png') no-repeat left 7px;
    padding: 0 0 0 40px;
    list-style: none;
    margin: 0;
    line-height: 36px;
    text-align: left;
}

.clanek-obsah.nevyhody ul li {
    background: url('../images/nevyhoda.png') no-repeat left 7px;
    padding: 0 0 0 40px;
    list-style: none;
    margin: 0;
    line-height: 36px;
    text-align: left;
}

.odstavec_vernostni .ffirst {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: 20px
}

.odstavec_vernostni .bronz {
    height: 72px;
    border-radius: 8px;
    border: 1px solid #DBA134;
    font-size: 17px;
    font-weight: 600;
    line-height: 19px;
    padding: 20px;
    background: url('../images/bronz-bg.png') no-repeat right top;
    margin: 20px 0;
}

.odstavec_vernostni .silver {
    height: 72px;
    border-radius: 8px;
    border: 1px solid #AEAEAE;
    font-size: 17px;
    font-weight: 600;
    line-height: 19px;
    padding: 20px;
    background: url('../images/silver-bg.png') no-repeat right top;
    margin: 20px 0;
}

.odstavec_vernostni .gold {
    height: 72px;
    border-radius: 8px;
    border: 1px solid #C1AE69;
    font-size: 17px;
    font-weight: 600;
    line-height: 19px;
    padding: 20px;
    background: url('../images/gold-bg.png') no-repeat right top;
    margin: 20px 0;
}

.odstavec_vernostni .poznamka {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.odstavec_vernostni img {
    margin-right: 20px;
}

.contact-boxes {
    display: flex;
    gap: 20px;
}

.contact-box {
    flex: 1;
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.contact-box.internet {
    background: #9257e0;
    color: white;
}

.contact-box.store {
    background: #faf6ff;
    color: #000;
}

h2 {
    margin-top: 0;
    font-size: 1.2rem;
    font-weight: bold;
}

.phone {
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
    margin: 10px 0;
}

.phone .icon {
    margin-right: 10px;
    font-size: 2rem;
}

.hours {
    background: white;
    color: #9257e0;
    display: inline-block;
    padding: 4px 12px;
    border-radius: 8px;
    font-size: 0.9rem;
    border: 1px solid white;
}

.store .hours {
    background: #ede4fb;
    color: black;
    border: none;
}

.other-contacts {
    margin-top: 20px;
}

.contact-item {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 0.95rem;
    margin-bottom: 10px;
    gap: 8px;
}

.pink {
    background: #f591b1;
    color: white;
}

.outline {
    border: 1px solid #f591b1;
    color: #f591b1;
    background: transparent;
}

.clanek-obsah .text_stav {
    text-align: center;
    padding: 40px 20px;
}

.text_stav .iinput {
    height: 54px;
    border: 2px solid white;
    background-color: white;
    border-radius: 8px;
}

.text_stav .iinput input {
    border: 0;
    height: 50px;
}

.text_stav .iinput .btn-primary {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: black;
    background-color: #A0EDBC !important;
    border: 1px solid #A0EDBC !important;
    height: 50px;
}

.footer-text .text_full {
    padding: 70px 0;
}

.footer-text h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 19px;
    margin: 50px 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    background: url('../images/breadcrumb.png') no-repeat left 7px;
    content: none !important;
}

.breadcrumb {
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
    color: #C60000;
    background-color: #FFF3F3 !important;
}

.breadcrumb a {
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
    color: #C60000;
}

.drop_background {
    background-color: #FFF3F3;
    height: 40px;
    padding: 10px 0;
}

.breadcrumb li:first-child {
    text-decoration: underline;
}

.grocery-box {
    border: 0 !important;
}

.produkt-description {
    background-color: white;
}

.grocery-box {
    width: 80%;
    margin: 0 auto;
}

.grocery-box h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 19px;
}

.grocery-box .perextext {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.author-text {
    width: 100px;
    height: 30px;
    border-radius: 8px;
    background-color: #FFF3F3;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    text-align: center !important;
}

.clanek-img-full .image2 {
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.clanek-obsah a {
    color: #F1779A;
    text-decoration: underline;
}

.header-basket {
    background-color: #FFFFFF;
    border-radius: 6px;
}

.m_basketpop {
    width: 100% !important;
    position: relative !important;
    top: 0 !important;
}

.m_basketpop .products-basket {
    margin: 0 !important;
}

#basketpop {
    width: 640px;
    min-height: 245px;
    border-radius: 6px;
    background-color: #FFFFFF;
    position: absolute;
    right: 0;
    top: 64px;
    z-index: 1000;
}

.basket-empty-nadpis {
    font-size: 27px;
    font-weight: 600;
    line-height: 19px;
    padding: 40px 40px 0 40px;
}

.basket-empty-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding: 20px 0 20px 40px;
    width: 362px;
}

.basket-empty-text a {
    color: #F28AB9;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.basket-empty-tips {
    background-color: #FFF3F3;
    border-radius: 6px;
    width: 100%;
    padding: 40px;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}

.basket-empty-buttons {
    background-color: #FFF3F3;
    width: 100%;
    padding: 0 40px 40px 40px;
    border-radius: 6px;
}

.header-basket a.btn-empty-basket, .m_basketpop a.btn-empty-basket {
    padding: 10px !important;
    background-color: #F28AB9;
    border-radius: 8px;
    color: white !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    width: auto;
}

.m_basketpop a.btn-empty-basket {
    margin: 10px 0;
}

#empty-basket-png {
    position: absolute;
    right: 0;
    top: 100px;
}

.products-basket-inline .fa-times {
    position: relative;
}

.products-basket-inline {
    padding: 20px;
}

.products-basket {
    margin: 20px 0;
}

.products-basket-inline .item img {
    margin-top: 10px;
}

.products-basket-inline .item-name {
    flex: 1;
    margin-left: 10px;
}

.products-basket-inline a {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-decoration: underline;
}


.products-basket-inline .item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.products-basket-inline .item-amount {
    display: flex;
    align-items: center;
    gap: 5px;
}

.products-basket-inline .item-amount button {
    background: #FFF3F3;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
}

.products-basket-inline .item-amount-number {
    min-width: 36px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}

.m_basketpop .products-basket-inline .item-price {
    width: 200px;
    text-align: left;
}

.products-basket-inline .item-price {
    width: 80px;
    text-align: right;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}

.products-basket-inline .item-delete {
    background: none;
    border: none;
    color: red;
    font-size: 18px;
}

a.item-delete {
    width: auto !important;
}

#basketpopup {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #1c1c1c;
    position: relative;
    padding: 6px 10px;
    border-radius: 8px;
}

.header-basket .icon {
    position: relative;
    padding-left: 20px;
}

.header-basket .icon-amount {
    position: absolute;
    bottom: -5px;
    right: -10px;
    background: #a4efc0;
    color: #1c1c1c;
    font-weight: bold;
    font-size: 12px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-basket .icon-price {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    width: 100%;
}

.header-basket .icon-chevron {
    background: #FFF3F3;
    border-radius: 10px;
    padding: 6px;
}

#basket-angle {
    display: block;
    font-size: 15px;
    font-weight: normal;
    position: relative;
    padding: 5px;
    left: 0;
}

.products-delivery {
    background: #FFF3F3;
    padding: 20px;
}

.products-go {
    padding: 40px 20px;
    height: 102px;
    text-align: right;
}

.products-go a {
    border-radius: 8px;
    background-color: #A0EDBC;
    padding: 10px 20px !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #212529;
    text-decoration: none;
}

.m_basketpop .products-go {
    text-align: center;
    margin: 0 auto;
}

.m_basketpop .products-go a {
    display: block;
}

.products-go i {
    display: inline;
    position: relative;
}

.header-basket i {
    position: relative;
    left: 0;
}

.products-delivery .info {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
}

.m_basketpop .products-delivery .o-text {
    display: block;
}

.products-delivery .o-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 8px;
}

.products-delivery .info a {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: underline;
    color: black;
}

.products-delivery .fa-info-circle {
    margin-right: 6px;
}

.top-navigation-contact .nav-link {
    padding: .5rem 0 !important;
}

.top-navigation-contact .nav-link span:first-child {
    margin-left: 0;
}

.top-navigation-contact .nav-link span:last-child {
    margin-right: 0;
}

.mobile-navigation-bar .col-4:first-child {
    padding: 0;
}

.mobile-navigation-bar .col-4:last-child {
    padding: 0;
}

#navbarNavDropdown .menu-list {
    background-color: white;
}

#navbarNavDropdown .menu-list ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
!important;
}

#navbarNavDropdown .menu-list ul li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
!important;
}

#navbarNavDropdown .menu-list a {
    font-size: 17px;
    font-weight: 500;
    line-height: 49px;
    color: #000000;
    padding: 0;
}

#navbarNavDropdown .menu-list a:hover {
    text-decoration: underline;
}

#navbarNavDropdown .sidenav .chevron {
    text-align: center;
    width: 50px;
    height: 50px;
    float: right;
    padding-right: 20px;

}

#navbarNavDropdown .sidenav ul > li a {
    float: left;
}

#navbarNavDropdown .sidenav .chevron i {
    padding-top: 15px;
}

#navbarNavDropdown ul.left-menu-sub {
    padding-bottom: 20px;
}

#navbarNavDropdown ul.left-menu-sub li {
    border: 0 !important;
    clear: both;
}

#navbarNavDropdown ul.left-menu-sub li i {
    color: #000000;
    font-size: 12px;
}

#navbarNavDropdown .menu-list .left-menu-sub a {
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: #000000;
    padding: 0;
}

.is_mobile #navbarNavSearch {
    width: 100% !important;
}

#login_btn_right {
    width: 45%;
}

#m_login_modal .form-control {
    border: 1px solid #C60000;
}

#m_login_modal .btn-success {
    width: 100%;
    height: 48px;
    background-color: #A0EDBC;
    border-radius: 7px;
    color: black;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

#lost_passwd_modal {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: underline;
    color: rgba(0, 0, 0, 0.4);
}

#m_login_modal .modal-f {
    height: 90px;

    background-color: #C60000;

}

#m_login_modal .modal-f .btn-register {
    display: inline-flex;
    align-items: center;
    gap: 40px;
    padding: 35px 24px;
    border-radius: 10px;
    text-decoration: none;
    width: 100%;
}

#m_login_modal .modal-f .btn-register i:first-child {
    font-size: 18px;
}

#m_login_modal .modal-f .btn-register i:last-child {
    margin-left: auto;
    font-size: 16px;
}

#m_login_modal .modal-f a {
    color: #FFFFFF;
    font-size: 19px;
    font-weight: 600;
    line-height: 22px;
    text-decoration: none;
}

.mobile-navigation-bar .count-mobile {
    top: unset;
    bottom: 0 !important;
    right: 0 !important;
    color: black;
    background-color: #A0EDBC;
    font-weight: 700;
    font-size: 12px;

}

.m_basketpop #empty-basket-png {
    height: 150px;
    top: 150px;
    right: -25px;
}

.m_basketpop .basket-empty-tips span {
    display: block;
    width: 80%;
}

.pc-navigation-bar {
    background-color: #C60000;
    height: 103px;
}

.back-icon {
    height: 103px;
    width: 115px;
    background-color: #89011C;
    float: left;
    color: white;
    position: relative;
}

.back-icon .fa {
    color: #FFFFFF;
    position: absolute;
    top: 40px;
    left: 50px;
}

.pc-navigation-bar .text-right {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 30pxpx;
    text-decoration: none;
}

.pc-navigation-bar .text-right a {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 700;
    line-height: 19px;
    text-decoration: none;
}

.pc-navigation-bar .container {
    padding-top: 15px;
}

.footer-contact .row.fc-icons {
    padding: 0 !important;
    border: 0;
}

.kosik-new-pc {
    background-color: #FFF3F3;
    font-weight: 600;
    line-height: 24px;
    font-size: 18px;
    height: 60px;
}

ul.kosik-navi-pc {
    list-style: none;
    padding: 0;
}

ul.kosik-navi-pc li div {
    box-sizing: border-box;
    padding-left: 5%;
}

ul.kosik-navi-pc li a {
    text-decoration: none;
}

.kosik-navi-pc li .upper {
    color: #C60000;
    opacity: 80%;
}

.kosik-pc-mobile {
    margin-top: 10px;
    border-top: 2px solid #C600004D !important;
}

.kosik-navi-pc .fa {
    padding-right: 15px;
}

.cart-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.cart-item img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-right: 20px;
}

.item-info {
    flex: 1;
}


.item-info a {
    margin: 0 0 5px 0;
    font-size: 17px;
    line-height: 21px;
    font-weight: 600;
    color: black;
    text-decoration: none;
}

.cart-item .quantity {
    display: flex;
    width: 15%;
    align-items: center;
    gap: 8px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.cart-item .quantity button {
    width: 31px;
    height: 48px;
    font-size: 16px;
    background: #f4f1ff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.cart-item .quantity span {
    text-align: center;
    width: 30px;
}

.cart-item .price {
    display: flex;
    width: 25%;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}

.cart-item .remove {
    display: flex;
    flex: 0 0 30px;

}

.cart-item .remove a {
    color: #ED233B;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
}

.kosik-items .cart-item:last-child {
    border-bottom: 0px;
}

.kosik-items {
    margin-bottom: 50px;
}

.kosik-pc-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 19px;
    padding: 50px 0;
}

.kosik-pc-add {
    font-weight: 600;
    font-size: 20px;
    line-height: 21px;
    padding: 0;
}

.kosik-pc-content .anotace_tip {
    text-align: left;
}

.kosik-pc-content .kosik-row .m-0 {
    margin-top: 20px !important;
}

.kosik-pc-content .kosik-footer-new {
    background-color: #D9FFE7;
    border-radius: 8px;
    color: black;
    border: 0;
    padding: 25px;
    margin-top: 40px
}

.kosik-pc-content .kosik-footer-new .weight-package {
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
}

.kosik-pc-content .kosik-footer-new .weight-package2 {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
}

.kosik-pc-content .shrnuti-border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.1); /* ztmavení */
}

.kosik-pc-content .shrnuti-border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); /* ztmavení */
}

.kosik-pc-content #next_href, .kosik-pc-content #doprava-platba-submit, .kosik-pc-content #btn-send-order {
    background-color: #A0EDBC;
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
    color: black;
    border: 0;
    margin-top: 40px;
    width: 100%;
}

.kosik-pc-content .o-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    padding-left: 10px;
}

.kosik-pc-content .info {
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
    padding-left: 10px;
}

.kosik-pc-content .btn-doporucujeme {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    margin-top: 25px;
}

.kosik-pc-content .dopr-row, .kosik-pc-content .pay {
    margin: 10px 0;
    border: 1px solid rgba(198, 0, 0, 0.35) !important;
    border-radius: 8px;
}

.kosik-pc-content .kosik-table-new .col-1 {
    margin: auto 0 !important;
}

.kosik-pc-content .kosik-table-new .basket-pr-name .name {
    height: auto;
}

.kosik-pc-content .kosik-table-new .basket-pr-name {
    margin: auto 0 !important;
}

.kosik-pc-content .kosik-table-new .dopr_img {
    margin-top: 10px
}

.kosik-pc-content .btn-back {
    margin: 70px 0 90px 0 !important;
}

.basket-adresy-pc .kosik-new-kontUdaje {
    margin: 50px 0 0 0
}

.basket-adresy-pc .basket-poznamka-pc {
    margin: 0;
}


.form-check-label-pc {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

#kontUdaje, #poznamka, #objnaFirmu, #jinaDodaci, #obchodni-podminky, #heureka, #novinky {
    width: 26px;
    height: 26px;
    top: 1px;
}

.kosik-pc-content .souhlasy-row {
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    border: 0 !important;
}

.kosik-navi-pc li .underline {
    text-decoration: underline;
    font-weight: 800;
    line-height: 24px;
}

.kosik-pc-content .price-last {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #ED233B;
}

.navbar-expand .navbar-nav .nav-link:first-child {
    padding-left: 0;
    padding-right: 15px;
}

.prod-new {
    color: #000000;
}

.prod-new .name {
    text-align: left;
    height: 52px;
    margin-bottom: 20px;
    overflow: hidden;
}

.prod-new .name a {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    text-decoration: none;
}

.prod-new .prod-text {
    height: 68px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    text-align: left;
    margin-bottom: 5px;
}

.prod-new .ico-sleva  {
    display: flex;
    flex-direction: column; /* <--- důležité pro vertikální řazení */
    align-items: flex-start; /* zarovnání k levému okraji */
}

.prod-new .ico-zdarma {
    display: flex;
    flex-direction: column; /* <--- důležité pro vertikální řazení */
    align-items: flex-end; /* zarovnání k levému okraji */
}

.prod-new .ico-flag {
    display: inline-block;
    white-space: nowrap;
    width: auto;
    height: auto;
    text-align: center;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 14px !important;
    line-height: 26px;
    color: #FFFFFF;
    padding: 0 7px !important;
    border-radius: 4px;
    margin-bottom: 5px;
}

.prod-new .ico-sale {
    background-color: #ED233B !important;
}

.product-top .productGallery {
    position: relative;
}

.prod-new .ico-sleva {
    position: absolute;
    top: 0;
    left: 0 !important;
}


.prod-new .price_buy {
    height: 70px;
    margin-bottom: 25px;
}

.prod-new .price_buy .price {
    font-weight: 700;
    font-size: 22px;
    line-height: 20px;
    text-align: left;
}

.prod-new .price_buy .price .price-last {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #ED233B;
}

.prod-new .price_buy .prod-basket {
    font-weight: 700;
    font-size: 15px;
    line-height: 26px;
    text-align: right;
    padding-left: 0;
}

.prod-new .quantity {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.prod-new .quantity button {
    width: 31px;
    height: 44px;
    font-size: 16px;
    background: #F1F1F1;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.prod-new .quantity span {
    text-align: center;
    width: 30px;
}

.prod-new .prod-header {
    font-size: 12px;
}

.prod-new .btn-success {
    width: 100%;
    background-color: #CE3738;
    color: white;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    border: 0;
}

.homepage_products .col-prod {
    padding: 20px 33px !important;
    border-right: 1px solid #F0EAF7;
}

.homepage_products .col-prod:last-child {
    border-right: 0;
}

.homepage_products_all {
    padding: 30px 0 60px 0;
}


@media (min-width: 1440px) {
    .prod-new .prod-image {
        height: 250px !important;
        line-height: 250px !important;
    }
}

.footer-line {
    position: relative;
}

.footer-line .last-line {
    position: absolute;
    right: 0;
}

.img-odsazeni {
    float: left;
    margin-right: 20px;
}

.souvisejici_produkty h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 19px;
    text-align: center;
    margin: 78px auto 66px auto;
}

.kosik-row .btn-primary-reverse, .kosik-pc-content .btn-primary-reverse {
    background-color: #FFFFFF !important;
    border: 1px solid #C60000 !important;
    color: #C60000 !important;
}

.kosik-pc-content .kosik-new-kontUdaje input[type='checkbox'] {
    accent-color: #C60000;
}

.kosik-pc-content .kosik-new-del1 {
    background-color: #FFF3F3;
    border: 1px solid #C60000;
}

.top-navigation-login, .top-navigation-login a {
    color: #C60000 !important;
}

.slider div {
    text-align: center;
}

.slider img {
    margin: auto;
}

.commodityCatalog .col-prod {
    padding: 20px 33px !important;
    border-right: 1px solid #F0EAF7;
}

/* NEW 10.7.2025 */
.menu-list {
    margin-top: 31px;
    border-radius: 8px;
    background-color: #F8F3FF;
    width: 321px;
    padding: 10px 0;
}

.menu-list .left-menu {
    border: 0 !important;
}

.menu-list ul li {
    margin: 0 33px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);

}

.menu-list ul li:last-child {
    border-bottom: 0 !important;
}

.menu-list ul li a {
    color: black;
    font-weight: 400;
    font-size: 16px;
    float: left;
    padding: 15px 10px !important;
}

.menu-list ul.left-menu > li.active > a {
    font-weight: 700 !important;
    text-decoration: underline;
}

.menu-list ul li .sub_click {
    float: right;
    width: 20px;
    position: relative;
    top: 20px;
    cursor: pointer;
}

.left-menu .left-menu-sub li {
    border: 0 !important;
}

ul.left-menu-sub li {
    margin: 0 !important;
}

ul.left-menu-sub li a {
    color: rgba(0, 0, 0, 0.7) !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 8px 0 8px 20px !important;
    width: 100%;
}

ul.left-menu-sub li a:hover {
    text-decoration: underline;
    color: rgba(0, 0, 0, 0.7) !important;
}

.menu-filtr {
    background-color: #FFF3F9;
    border-radius: 8px;
    margin-top: 46px;
    padding: 33px;
}

.menu-filtr .h4 {
    font-weight: 600;
    font-size: 16px;
    color: black;
}

.menu-filtr .ui-widget-header {
    background-color: #C60000;
}


#filtrCena div {
    margin: 0 !important;
    padding: 0 !important;
}

#filtrCena input {
    border: none;
    outline: none;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    color: black; /* dědí barvu z rodiče */
    width: 35px;
}

#filtrCena .col-form-label {
    font-size: 14px;
    font-weight: 400;
    color: black; /* dědí barvu z rodiče */
}

#filtrCena .cena_max {
    text-align: right;
}

#filtrCena .ui-state-default {
    width: 27px;
    height: 27px;
    border-radius: 13px;
    background-color: #FFFFFF;
    top: -10px;
    text-align: center;
    padding-top: 2px;
    border: 0 !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);

}

#filtrCena .ui-widget-content {
    background-color: #EDD6E1;
    border-radius: 19px;
    border: 0 !important;
    height: 6px;
}

#filtrCena .slider-price {
    margin-top: 20px !important;
}

.filtr-box .form-check-label {
    font-weight: 400;
    font-size: 15px;
    line-height: 37px;
    color: black;
    padding: 0 0 0 15px !important;
    position: relative;
    top: 5px;
    display: inline;
}

.menu-filtr a.href-filters {
    font-weight: 500;
    font-size: 15px;
    line-height: 70px;
    color: #C60000 !important;
}

.filtr-box input[type="checkbox"] {
    appearance: none;
    width: 23px;
    height: 23px;
    border: 1px solid #000;
    border-radius: 4px;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
}

.filtr-box input[type="checkbox"]:checked {
    background-color: #CE3738; /* fialová */
    border-color: #CE3738;
}

.filtr-box input[type="checkbox"]::after {
    content: "✓";
    color: #FFFFFF;
    font-size: 15px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.filtr-box input[type="checkbox"]:checked::after {
    opacity: 1;
}

.menu-filtr .filtr-box {
    border-bottom: 0 !important;
}

.menu-filtr .color-success {
    color: #28A745;
}

.menu-filtr .color-primary {
    color: #CE3738;
}

.menu-filtr .filtr-buttons {
    margin: 50px 0 20px 0;
}

.menu-filtr .btn-primary-reverse {
    border: 1px solid #CE3738 !important;
    color: #CE3738 !important;
    border-radius: 8px;
    height: 41px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    vertical-align: middle;
    padding: 0 !important;
}

.categ h1 {
    margin-top: 60px;
    font-weight: 600;
    font-size: 30px;
    line-height: 19px;
}

.categ .categoryText {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    margin-top: 38px;
    position: relative;
    margin-bottom: 40px;
}

.categoryText .text-content {
    overflow: hidden;
    max-height: 4.5em; /* cca 3 řádky */
    line-height: 1.5em;
    transition: max-height 0.3s ease;
    margin-bottom: 15px;
}

.categoryText .text-content-product {
    overflow: hidden;
    max-height: 1.5em; /* cca 3 řádky */
    line-height: 1.5em;
    transition: max-height 0.3s ease;
    margin-bottom: 15px;
}

.categoryText.expanded .text-content, .categoryText.expanded .text-content-product {
    max-height: 1000px; /* dostatečně velké, aby se zobrazil celý text */
}

.categoryText .toggle-button {
    background: none;
    border: none;
    color: #CE3738;
    cursor: pointer;
    padding: 0;
    margin-top: 0.5em;
}

.podkategorie .kInner a > div {
    border: 1px solid #D9D9D9;
}

.href-filters {
    text-decoration: underline !important;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
}

#subkategorie li {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.nejprodavanejsi h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 19px;
}

.nejprodavanejsi .product-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 1000px;
}

.nejprodavanejsi .product-item {
    display: flex;
    align-items: center;
    padding: 16px 8px;
    border-bottom: 1px solid #eee;
    gap: 12px;
}

.nejprodavanejsi .product-item:last-child {
    border: 0 !important;
}

.nejprodavanejsi .product-index {
    color: #000;
    font-weight: bold;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.nejprodavanejsi .product-index-1 {
    background: #D8B56F;
}

.nejprodavanejsi .product-index-2 {
    background: #D0CABC;
}

.nejprodavanejsi .product-index-3 {
    background: #CAAF8F;
}

.nejprodavanejsi .product-image {
    width: 80px;
    height: 63px;
    object-fit: contain;
}

.nejprodavanejsi .product-image .image {
    width: 63px !important;
    height: 63px !important;
    line-height: 63px !important;
    text-align: center;
}

.nejprodavanejsi .product-info {
    flex-grow: 1;
    min-width: 0;
    max-width: 500px;
    padding-right: 100px;
}

.nejprodavanejsi .product-title2 a {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: black;
}

.nejprodavanejsi .product-desc {
    color: black;
    opacity: 51%;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    line-height: 26px;
    font-weight: 400;
}

.nejprodavanejsi .product-price {
    margin-right: auto;
    min-width: 80px;
}

.nejprodavanejsi .product-price .price {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: black;
}

.stock.green {
    color: green;
}

.nejprodavanejsi .stock {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.nejprodavanejsi .add-button {
    background: #aef0c1;
    color: #000;
    border: none;
    padding: 8px 14px;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    margin-left: 12px;
    transition: background 0.2s;
}

.nejprodavanejsi .add-button:hover {
    background: #9de6b4;
}

.commodityCatalog {
    border: 0 !important;
}

#sorting-show .total-products {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: black;
}

#sorting-show > span {
    font-weight: 600;
}

.sort-wrapper {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
}

.sort-label {
    color: #000;
}

.custom-select {
    position: relative;
}

.select-toggle {
    background: none;
    border: none;
    color: #CE3738;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.select-options {
    position: absolute;
    background: white;
    list-style: none;
    margin: 0;
    padding: 6px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    min-width: 180px;
    z-index: 10;
}

.select-options li a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
}

.select-options li a:hover {
    background-color: #f0f0f0;
}

.custom-select2 .select-toggle {
    font-weight: 600;
    font-size: 16px;
    color: #C60000;
}

.arrow {
    font-size: 10px;
    transition: transform 0.2s ease;
}

.custom-select[aria-expanded="true"] .arrow {
    transform: rotate(180deg);
}

.pagination .page-link.active {
    background-color: #F8F3FF !important;
    color: #C60000 !important;
}

.pagination .page-link {
    color: black !important;
}

.categoryTextDown {
    opacity: 62%;
}

.vyhody_box_category .vyhody_box {
    margin-bottom: 0 !important;
}

.vyhody_box_category {
    background-color: #FFF3F9;
    padding-top: 40px;
    padding-bottom: 60px;
}

.product-top {
    margin-top: 60px;
}

.product .hodnoceno-procent {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: black;
}

.product .hodnoceni-produkt a, .product .hodnoceno-pocet {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    font-size: 15px;
}

.product .hodnoceno-produkt {
    background: transparent url('../images/stars_no_1.png') !important;
    height: 18px !important;
    position: relative;
    top: 5px;
    width: 90px !important;
}

.product .hodnoceno-celkem {
    background: transparent url('../images/stars_yes-1.png') repeat-x scroll left top !important;
}

#variants {
    margin-top: 40px;
    font-weight: 600;
    font-size: 30px;
    border: 0;
}

.productText {
    margin-top: 40px !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.product-top .card-price {
    margin-top: 40px;
}

.product-top .card-price .price-last {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #ED233B;
}

.product-top .buy_quantity {
    margin-top: 40px;
}

.product-top .prod-new .quantity button {
    width: 54px !important;
    height: 57px !important;
}

.product-top .prod-new .btn-success {
    width: auto !important;
    height: 57px;
    padding: 10px 29px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.product-top .card-buy {
    padding: 0 !important;
}

.product-top .quantity {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.card-price .price {
    font-weight: 600;
    font-size: 29px;
    line-height: 26px;
}

.card-dostupnost {
    margin-top: 40px !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
}

.card-doruceni {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #28A745;
}

.card-vernostni {
    background-color: #FFF3F9;
    border-radius: 8px;
    padding-top: 10px;
    text-align: center;
    max-width: 420px;
    max-height: 57px;
}

.card-vernostni a {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}

.product-top .odkazy {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 30px;
    padding-top: 30px;
    height: 135px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-right: 0;
}

.odkazy .bg-dotaz {
    background-color: #FFF3F9;
    border-radius: 8px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    max-width: 360px;
    margin-right: 26px;
}

.odkazy .bg-text {
    padding-top: 20px;
}

.odkazy .bg-text > div {
    margin-bottom: 20px;
}

.odkazy .bg-dotaz .kImage {
    width: 161px;
    height: 135px;
    float: left;
}

.odkazy .bg-dotaz .kImage img {
    height: 100%;
}

.odkazy .bg-hlidat {
    background-color: #F8F3FF;
    border-radius: 8px;
    max-width: 100% !important;
    flex: 1;
    padding: 0 40px !important;
}

/*.product-top .col-md-6:last-child {*/
/*    margin-left: 40px;*/
/*    max-width: 666px;*/
/*}*/

.odkazy .send_question {
    background: #F28AB9;
    border-radius: 8px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-decoration: none;
    padding: 5px 10px;
    margin-top: 20px;
}

.odkazy .watchdog {
    background: #CE3738;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-decoration: none;
    padding: 5px 10px;
    margin-top: 20px;
    color: #FFFFFF;
}

.odkazy .bg-hlidat img {
    position: absolute;
    right: 30px;
    bottom: 20px;
}

.product-navi li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: black;
}

.product-navi li a.active, .product-navi li a:hover {
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.product-navi li a, .product-navi li a:hover {
    text-decoration: none !important;
}

.product-navi li > div {
    border: 0 !important;
    position: relative;
    padding-left: 0 !important;
}

.navi-recenze {
    padding-right: 24px !important;
}

.product-navi li > div {
    margin-right: 20px !important;
}

.icon-recenze {
    position: absolute;
    top: 0;
    right: -10px;
    background: url('../images/bookmark_count.png') no-repeat;
    color: white;
    font-weight: 600;
    font-size: 15px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

.product-obsah .product-description {
    background-color: #F8F3FF;
    border-radius: 8px;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 40px;
    align-self: flex-start;
}

#details {
    padding-left: 0 !important;
}

.product-obsah .product-parameters {
    background-color: #FFF3F9;
    border-radius: 8px;
    font-weight: 400;
    font-size: 15px;
    line-height: 35px;
    margin-top: 40px;
    margin-left: 40px;
    margin-bottom: 40px;
    max-width: 511px;
    padding: 40px;
    align-self: flex-start;
}

.product-obsah .product-parameters tr td:last-child {
    text-align: right;
}

.row-between {
    display: flex;
    justify-content: space-between;
    align-items: center; /* volitelné – zarovná vertikálně */
}

.product-parameters .table {
    width: 100%;
    font-weight: 400;
    font-size: 15px;
    line-height: 35px;
}

.product-parameters .table td {
    border: 0;
    padding: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 35px;
}

.product-parameters h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 19px;
}

.product-recenze h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 19px;
    padding: 40px 0;
}

.product-recenze .procenta {
    font-weight: 600;
    font-size: 77px;
    line-height: 80px;
}

.product-recenze .celkem {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    margin: 10px 0;
}

.product-recenze .celkem a {
    color: black;
}

.product2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.product2 .hodnoceno-produkt {
    background: transparent url(../images/stars_no_2.png) !important;
    height: 24px !important;
    position: relative;
    top: 5px;
    width: 120px !important;
}

.product2 .hodnoceno-celkem {
    background: transparent url(../images/stars_yes_2.png) repeat-x scroll left top !important;
    height: 25px;
}

.celkem .btn-success {
    width: auto !important;
    height: 48px;
    padding: 10px 29px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.product-recenze .prod-new {
    width: 177px;
    margin-top: 40px;
}

.product-recenze .stars {
    height: 30px;
}

.product-recenze .product .hodnoceno-procent {
    margin-left: 20px;
}

.product-recenze .text {
    margin-top: 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: black;
}

.product-recenze .footer {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.47);
}

.product-recenze .footer .name {
    margin-top: 30px;
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    color: black;
}

.product-recenze .btns .btn {
    width: 100%;
}

.product-recenze .btn-primary-reverse {
    border: 1px solid #CE3738 !important;
    color: #CE3738 !important;
    border-radius: 8px;
    height: 57px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    vertical-align: middle;
    padding: 15px 0 0 0 !important;
}

#recenze {
    float: none !important;
}

#doporucujeme {
    margin: 40px 0 !important;
}

.produkt-doporucujeme h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    margin: 20px 0;
}

.buy_quantity .watchdog {
    background: #CE3738;
    border-radius: 8px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    padding: 15px 30px;
    margin-top: 20px;
    color: #FFFFFF;
    height: 57px;
}

.variants-detail .varinant-skupina {
    font-weight: 600;
    font-size: 20px;
    line-height: 19px;
    margin-top: 48px;
    margin-bottom: 30px;
    padding: 0;
}

.variants-detail .variant-disc {
    background: #CE3738;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 14px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.varinant-skupina > div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.variants-detail .vv:first-child, .variants-detail .vv:nth-child(5n+1) {
    margin-left: 0;
}

.variants-detail .vv {
    margin-left: 5px;
}

.variants-detail .variant:hover {
    border: 1px solid #CE3738;
}

.variants-detail .variant {
    width: 123px;
    height: 192px;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    margin-bottom: 6px;
    padding: 10px 0px;
    text-align: center;
}

.variants-detail .variant a {
    text-decoration: none !important;
}

.variants-detail .variant .variant-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: black;
    text-decoration: none;
    padding-bottom: 10px;
    height: 38px;
    overflow: hidden;
}

.variants-detail .variant .variant-image {
    height: 73px;
    display: flex;
    align-items: center; /* svislé zarovnání */
    justify-content: center; /* vodorovné zarovnání */
    overflow: hidden; /* zabrání přetečení */
}

.variants-detail .variant .variant-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* udrží poměr a zobrazí celé */

}

.variants-detail .variant .on_stock, .variants-detail .variant .on_request {
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;
}

.variants-detail .variant .variant-price {
    padding: 10px 0 0 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: black;
}

.prsmall .smallThumb {
    display: flex;
    align-items: center; /* svislé zarovnání */
    justify-content: center; /* vodorovné zarovnání */
    overflow: hidden; /* zabrání přetečení */
    border-radius: 5px;
    margin: 3px;
}

.prsmall .smallThumb picture {
    padding: 5px;
}

.prsmall .smallThumb img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* udrží poměr a zobrazí celé */
}

.slider-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 100%;
    margin: auto;
}

.slider-container {
    overflow: hidden;
    width: 100%;
}

.slider-track {
    display: flex;
    transition: transform 0.3s ease;
    gap: 8px;
    flex-wrap: nowrap;
}

.slider-track .prsmall {
    flex-shrink: 0;
}

.slider-btn {
    background-color: #F8F3FF;
    border: none;
    width: 32px;
    height: 60px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    color: #333;
    z-index: 999;
}

.slider-btn.left {
    position: absolute;
    left: -5px;
}

.slider-btn.right {
    position: absolute;
    right: 5px;
}

.slider-btn:disabled {
    opacity: 0.3;
    cursor: default;
}

.product-parameters {
    overflow: visible;

}

.product-parameters .sidepanel {
    position: sticky;
    top: 20px; /* vzdálenost od horního okraje při scrollu */
}

.modal-dialog-basket .modal-content, .modal-dialog-basket .modal-footer {
    border-radius: 8px;
}

.modal-dialog-basket {
    max-width: 896px !important;
}

.modal-dialog-basket .modal-header {
    height: 58px;
    padding: 0 !important;
    border: 0;
}

.modal-dialog-basket .close {
    position: absolute;
    right: 35px;
    top: 15px;
    opacity: unset;
}

.modal-dialog-basket .ccenter {
    text-align: center;
}

.modal-dialog-basket .success-icon {
    width: 67px;
    height: 67px;
    background: #CE3738;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto 20px;
}

.modal-dialog-basket h2 {
    text-align: center;
    font-weight: 600;
    font-size: 33px;
    line-height: 19px;
    margin-bottom: 30px;
}

.modal-dialog-basket .ccenter, .modal-dialog-basket .ccontainer {
    max-width: 704px;
    margin: 0 auto;
}

.modal-dialog-basket .produkt {
    border-top: 1px solid rgba(0, 0, 0, 0.12); /* ztmavení */;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12); /* ztmavení */;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    padding: 30px 0 !important;
}

.modal-dialog-basket .produkt .name a {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    color: black;
}

.modal-dialog-basket .produkt .anotace {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
}

.modal-dialog-basket .produkt .color-primary {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: black;
}

.modal-dialog-basket .produkt .availability {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}

.modal-dialog-basket .btn-success {
    max-width: 232px;
    height: 49px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: black;
}

.modal-dialog-basket .href-filters {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #CE3738;
}

.modal-dialog-basket .modal-body {
    padding: 0 !important;
}

.modal-dialog-basket .cdoprava {
    background-color: #F8F3FF;
    max-height: 266px;
    padding: 40px 0;
    margin-top: 50px;
    border-radius: 8px;
}

.modal-dialog-basket .cdoprava h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

.modal-dialog-basket .cdoprava .cctext {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: black;
}

.modal-dialog-basket .cdoprava .small {
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: black;
}

.modal-dialog-basket .progressbar > div, .modal-dialog-basket .progressbarDarek > div {
    background: #A0EDBC;
    border-radius: 6px;
    border: 0;
}

.modal-dialog-basket .ui-progressbar {
    height: 15px;
    border-radius: 6px;
    border: 0;
}

.on_request {
    color: #ED233B !important;
}

.card-dostupnost.on_request {
    margin-left: -15px;
}

.prod-new .quantity button:hover {
    background-color: #EEE4FD;
}

.prod-new .btn-success:hover {
    background-color: #94DDAF;
}

.homepage_products .col-prod:hover, .produkt-doporucujeme .col-prod:hover {
    border: 1px solid #F0EAF7;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);

}

.kosik-pc-content .row > .col-8 {
    margin-top: 40px !important;
}

.card-price .prod-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: black;
}

@media (max-width: 800px) and (min-width: 10px) {
    .categ h1 {
        margin-top: 28px;
    }

    .podkategorie .kInner a .kImage {
        width: 40px;
        height: 40px;
    }

    .podkategorie .kInner a img {
        max-height: 40px;
        max-width: 40px;
    }

    .podkategorie ul li {
        height: 74px !important;
        max-width: 160px !important;
        padding: 0px !important;
        margin: 10px 5px !important;
    }

    .podkategorie .kInner a > div {
        display: block !important;
        height: 74px !important;
    }

    .nejprodavanejsi .product-image .image {
        width: 45px !important;
        height: 45px !important;
        line-height: 45px !important;
        text-align: center;
    }

    .nejprodavanejsi .product-info {
        padding-right: 10px;
    }

    .nejprodavanejsi .product-item {
        padding: 16px 0;
        gap: 8px
    }

    .nejprodavanejsi .product-index {
        flex-shrink: 0; /* zabrání zmenšení při nedostatku místa */
    }

    .nejprodavanejsi .product-price {
        width: 107px;
        flex-shrink: 0; /* zabrání zmenšení při nedostatku místa */
    }

    .nejprodavanejsi .price-big {
        color: black;
    }

    .nejprodavanejsi .price-old {
        font-size: 14px;
        font-weight: 400;
        color: #ED233B;
    }

    .nejprodavanejsi .product-image {
        width: 45px !important;
        height: 45px !important;
    }

    .nejprodavanejsi .product-title2 a {
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
    }

    #form-filtr-mobile .row {
        margin: 0;
    }

    .mobile-variants-div {
        background-color: #FFF3F3;
        border-radius: 8px;
        height: 45px;
    }

    .mobile-variants-show {
        text-align: center;
        color: black;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
    }

    .mobile-variants-show i {
        padding-top: 5px;
    }

    .menu-filtr {
        margin-top: 10px;
    }

    .sorting-detail {
        display: block !important;
        padding-top: 20px;
    }

    .sorting-detail .sort-label {
        color: black;
        font-weight: 400;
        font-size: 15px;
        line-height: 15px;
    }

    .categ h1 {
        line-height: 30px;
    }

    .menu-filtr {
        max-height: 70vh;
        overflow-y: auto;
    }

    .menu-filtr::-webkit-scrollbar {
        width: 8px; /* tloušťka svislého scrollu */
        height: 6px; /* tloušťka vodorovného scrollu */
    }

    .menu-filtr::-webkit-scrollbar-thumb {
        background-color: #EDD6E1; /* barva posuvníku */
        border-radius: 10px;
    }

    .menu-filtr::-webkit-scrollbar-track {
        background: rgba(237, 214, 225, 0.4); /* pozadí kolejnice */
    }

    .product-top {
        margin-top: 20px;
    }

    .product-top .card-price {
        margin-top: 0;
    }

    #variants {
        margin-top: 60px;
    }

    .product-top .col-md-6:last-child {
        margin-left: 0;
    }

    .hodnoceni-produkt > a, .hodnoceni-produkt .hodnoceno-procent {
        float: left;
    }

    .product .hodnoceno-produkt {
        top: 8px;
        margin-right: 10px;
    }

    .productGallery .bigThumb img {
        margin: 0 auto;
    }

    .categoryText .text-content-product {
        max-height: 3em;
    }

    .variants-detail .vv:first-child, .variants-detail .vv:nth-child(5n+1) {
        margin-left: 5px;
    }

    .variants-detail .variant {
        width: 160px;
    }

    .card-price, .odkazy.row {
        margin: 0;
    }

    .card-vernostni a {
        font-size: 14px;
    }

    .card-vernostni {
        height: 57px;
        padding-top: 15px;
    }

    .product-top .odkazy {
        height: auto;
        padding-top: 10px;
    }

    .odkazy .bg-dotaz {
        width: 100%;
        margin: 10px 0;
    }

    .odkazy .bg-text {
        padding-bottom: 20px;
    }

    .product-navi {
        display: flex;
        transition: transform 0.3s ease;
        gap: 8px;
        flex-wrap: nowrap;
        margin-top: 20px;
    }

    .row-between {
        display: block;
    }

    .product-obsah .product-description {
        margin-top: 20px;
        margin-bottom: 10px;
        padding: 40px 20px;
    }

    .product-obsah .product-parameters {
        margin: 0;
        padding: 40px 20px;
    }

    .product-recenze .hhodnoceni {
        text-align: center;
        margin-top: 40px;
    }

    .product-recenze .hhodnoceni .hodnoceno-produkt, .product-recenze .hhodnoceni .prod-new {
        margin: 0 auto;
    }

    .product-navi li {
        white-space: nowrap; /* nezalamuje řádky */
    }

    .product-navi li:last-child div {
        -webkit-mask-image: linear-gradient(to right, black 1%, transparent 100%);
        mask-image: linear-gradient(to right, black 1%, transparent);
    }

    .product-top .card-buy {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-top: 20px;
    }

    .modal-dialog-basket h2 {
        line-height: 33px;
        margin: 0 20px;
    }

    .modal-dialog-basket .ccenter, .modal-dialog-basket .ccontainer {
        padding: 0 15px;
    }

    .modal-dialog-basket .produkt {
        margin-bottom: 0 !important;
    }

    .modal-dialog-basket .href-filters {
        margin-top: 30px;
    }

    .prod-new .price_buy .prod-basket {
        padding-left: 0;
    }

    .drop_background .container .col-md-12 {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch; /* plynulé scrollování na iOS */
        padding: 0.5em;
    }

    .breadcrumb {
        display: inline-flex;
        align-items: center;
        gap: 0.5em;
        padding: 0.5em;
        margin: 0;
        list-style: none;
        flex-wrap: unset;
    }

    ol.breadcrumb li {
        flex-shrink: 0; /* zabrání zmenšení */
        display: inline-flex;
        align-items: center;
    }

    ol.breadcrumb li a {
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        white-space: nowrap;
    }

    ol.breadcrumb li img {
        padding-right: 10px;
    }

    .menu-list {
        width: 100%;
    }

    #navbarNavDropdown .menu-list .active a {
        color: #C60000;
        text-decoration: none;
    }

    #navbarNavDropdown .left-menu-sub li.active a {
        color: #C60000 !important;
    }

    .card-price .price {
        padding: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }

}

.prod-new .btn-add-to-card {
    font-size: 13px;
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    width: 100%;
    border-radius: 8px;
}

.product-top .prod-new .btn-success.btn-add-to-card {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.footer-store {
    margin: 40px auto;
    max-width: 299px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(206, 55, 56, 0.6)), url("../images/prodejna.jpg") center/cover no-repeat;
    border-radius: 8px;
    height: 535px;
    padding-top: 30px !important;
}

.footer-store-in {
    padding: 0 44px;
    opacity: 1;
}

.footer-store-in .fname {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #FFFFFF;
    text-align: left;
    padding-bottom: 40px;
}

.footer-store-in .faddress {
    font-weight: 700;
    font-size: 15px;
    line-height: 27px;
    color: #FFFFFF;
    text-align: left;
    padding-bottom: 40px;
}

.fsphone {
    margin-bottom: 28px;
}

.footer-store-in .fephone, .footer-store-in .fophone {
    padding-left: 20px;
}

.footer-store-in .fephone i {
    color: white;
    margin-right: 10px;
}

.footer-store-in .fophone i {
    color: white;
    margin-right: 10px;
}

.footer-store-in .fophone a {
    color: white;
    text-decoration: none;
}

.footer-store-in .fephone a {
    color: white;
    text-decoration: none;
}

.footer-store-in .fename {
    font-weight: 600;
    font-size: 11px;
    line-height: 19px;
    color: white;
    text-align: center;
    background-color: black;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 21px;
    width: 97px;
    padding-top: 4px;
}

.footer-store-in .fephone {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: white;
    text-align: left;
    background-color: black;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    height: 38px;
}

.footer-store-in .foname {
    font-weight: 600;
    font-size: 11px;
    line-height: 19px;
    color: white;
    background-color: #CE3738;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 21px;
    width: 97px;
    text-align: center;
    padding-top: 4px;
}

.footer-store-in .fophone {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: white;
    text-align: left;
    background-color: #CE3738;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    height: 38px;
}

.footer-store-in .fopen {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: white;
    text-align: left;
    margin-top: 44px;
    margin-bottom: 34px;
}

.footer-store-in .fopentime {
    width: 60%;
    float: right;
    text-align: right;
}

.footer-map a {
    border: 1px solid #CE3738;
    border-radius: 8px;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 20px;
    text-decoration: none;
}

.top-links .footer-map a {
    color: #CE3738;
}


.breadcrumb {
    padding: 0 !important;
}

.menu-list ul li a {
    max-width: 90%;
}

.prod-new .prod-header, #doporucujeme .prod-header {
    height: 19px;
    overflow: hidden;
}

.slideshow .slide_small {
    max-height: 185px;
    overflow: hidden;
    border-radius: 5px;
}

.grocery-box {
    max-width: 870px !important;
}

.home-novinky {
    background: unset;
}

.produkt-doporucujeme .col-prod {
    border: 1px solid white;
}

.conf-picture-a4-wide {
    width: auto !important;
    height: auto !important;
}


.odstavec_poznamka {
    position: relative;;
}

.popover2 {
    left: -50%;
    top: 40px;
    display: none;
    position: absolute;
    color: #1a1a1a;
    border-radius: 8px;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    animation: fadeIn 0.3s ease;
    z-index: 9999;
    padding: 0;
    border: 0;
}

.toast-box {
    color: #CE3738;
    padding: 12px 40px 12px 12px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    animation: fadeIn 0.3s ease;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;

}
.odstavec_poznamka2 {
    position: relative;
}
.popover2 .close-btn {
    position: absolute;
    top: -11px;
    right: -11px;
    background: #CE3738;
    color: white;
    border: none;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    cursor: pointer;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}


.paginate nav {
    display: flex;
}

.paginate nav ul {
    margin-left: auto;
}

.footer-links .grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
