@media only screen and (max-width: 450px) {
    
    #index {
        width: unset;
        min-width: 375px;
    }
    
    #index #header {
        height: auto !important;
    }
    
    #index .header_category_menu {
        width: 355px;
    }
    
    #index .categories-menu-wrapper {
        display: flex;
        justify-content: space-between;
    }
    
    #index #categories-menu {
        display: flex;
        flex-flow: wrap;
        justify-content: space-around;
        margin-bottom: 6px;
        margin-top: 9px;
    }
    
    #index #categories-menu li {
        width: calc((100% / 3) - 22px - (20px / 3));
        height: 70px !important;
        border: 1px solid #EAEAEA;
        border-radius: 5px;
        box-shadow: 0 3px 0 #D6D6D6;
        padding: 7px 10px 7px 10px !important;
    }

    #index #categories-menu li {
        margin: 0 10px 10px 0 !important;
    }

    #index #categories-menu li:nth-child(3n+3) {
        margin: 0 0 10px 0 !important;
    }

    #index #categories-menu li a {
        display: flex !important;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        width: calc(100% + 20px) !important;
        height: calc(100% + 16px) !important;
        padding: unset !important;
        margin-left: -10px;
        margin-top: -7px;
    }
    
    #index #categories-menu li a > img {
        width: 50px !important;
        height: 50px !important;
    }

    #index #categories-menu li a > span {
        font: normal normal 500 16px/19px Rubik;
        color: #D20C0F;
    }
    
    #index #categories-menu-slide-wrapper {
        display: flex;
        justify-content: space-around;
    }
    
    .categories-menu-help-wrapper {
        position: relative;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        align-self: flex-start;
    }
    
    .next-categories-list-cont {
        text-align: center;
        margin-bottom: 5px;
    }

    #index.mobile #banner-welcome {
        width: 355px;
        border-radius: 5px;
    } 
    
    #index.mobile #banner-welcome > img {
        width: inherit;
    } 

    #index .slider-container {
        width: inherit;
    }
    
    #index .stats-banner {
        width: inherit;
        height: auto;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 10px;

    } 
    
    #featured-products_block_center .stats-banner .stats-block {
        margin-top: 30px;
    }
    
    #index #cover-list-slide-wrapper .cover-list.books,
    #index #cover-list-show-more-wrapper .cover-list.books {    
        position: relative;
    }

    #index .slider-container {
        height: auto;
        padding-bottom: 30px;
        margin-bottom: 0;
    }
    
    #index .slider-container .slick-prev, #index .slider-container .slick-next {
        height: calc(100% - 30px);
    }

    #index .slider-container .slick-dots {
        bottom: 10px;
    }
    
    #index .slider-container .slick-dots li {
        margin: 0 5px;
        padding-top: 5px;
    }

    #index .slider-container .slick-prev::before {
        margin-left: 15px;
        opacity: 0.4;
    }

    #index .slider-container .slick-next::before {
        margin-left: 0;
        right: 15px;
        opacity: 0.4;
    }
    
    #index .slider-container .slick-prev:hover::before {
        left: -9px;
    }

    #index .slider-container .slick-next:hover::before {
        left: auto;
        right: 6px;
    }

    #index .slider-container .slick-slide img {
        width: 100%;
        height: auto;
    }

    .dalsiProdukty-cont {
        margin-bottom: 50px;
    }
}
