.kontener {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
}

.block {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px;
}

.image {
    width: 350px;
    height: 262px;
    margin-right: 20px;
    cursor: pointer;
}

.bars a { 
    font-weight: bold;}
    
.image_prawe {
    width: 350px;
    height: 262px;
    margin-left: 20px;
    cursor: pointer;
}

.image_pion {
        width: 234px;
        height: 350px;
        margin-left: 20px;
        cursor: pointer;
    }

.block.reverse .image {
    margin-right: 0;
    margin-left: 20px;
}

.text {
    font-size: 12pt;
    line-height: 1.5;
    flex: 1;
}

.text_usp{
    font-size: 14pt;
    line-height: 1.5;
    flex: 1;
    justify-content: center;
    text-align: center;
}

.text_custom{
     font-size: 13pt;
    line-height: 1.5;

}

.centered {
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.video {
    width: 700px;
    height: 394px;
}

.gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gallery-row {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.thumbnail {
    width: auto;
    height: auto;
    max-width: 200px; /* Ustaw maksymalną szerokość na desktopie */
    max-height: 150px; /* Ustaw maksymalną wysokość na desktopie */
    margin: 5px;
    cursor: pointer;
}

.gallery-popup {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}

.gallery-popup-img {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

#links_footer_2 li .footer_links_sub {
    display: flex;}
			


.center-text {
    text-align: center;
    color: #333;
}

.flex-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 10px;
    padding-bottom: 10px;

}



.flex-item {
    text-align: center;
    max-width: 450px;
    flex: 1;
}



.responsive-image {
    width: 100%;
    height: auto;
}

.responsive-image-sedex {
    width: 100%;
    height: 84px;
}


.responsive-logo {
    width: 100%;
    max-width: 200px;
    height: auto;
}

.movie-title {
    font-size: 12pt;
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

.rebate_card_wrap{ display: none;}

#info-banners {
            margin-top: 20px !important;
            margin-bottom: 20px !important;
        }


.info-item img.checkmark {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    
}

.top_links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 10px 0;
    border: none;
    width: 100%;
}

.info-item {
    display: flex;
    align-items: center;
    font-size: 1em;
    font-style: bold;
    color: #000000;
}

.info-item {
    font-style: bold;
}

.info-item img.checkmark {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.top_order_wrapper {
    text-align: center;
    background-color: #ffffff;
    padding: 10px 0;
    border-bottom: none;
}

.top_order {
    font-size: 1em;
    color: #333;
}

.bars__wrapper {
    background-color: #fff;
    padding: 0px 20px !important;
    border: 1px solid #0084F8;
}



.centered-image-sedex {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}

.sedex-text{
    font-size: 14pt;
    line-height: 1.5;
    flex: 1;
    justify-content: center;
    text-align: left;

}

ul.sedex-text {font-size: 14pt;
    line-height: 1.5;
    flex: 1;
    justify-content: center;
    text-align: left;

}

.label.--bargain.--omnibus {background-color: #e35c5c !important;}

@media (max-width: 768px) {

    
    
    .block {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .flex-container {
        flex-direction: column;
        align-items: center;
    }

    .flex-item {
        max-width: 100%;
    }

    .movie-title {
        font-size: 10pt;
    }

.main_slider {
        height: 353px;
        background-color: white;
    }
    

    
    .block.reverse {
        flex-direction: column-reverse;
    }

    .image {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
        height: auto;
    }
    .image_pion {
        width: 234px;
        height: 350px;
        margin: 0 auto;
        text-align: center;
    }
    
 .image_prawe {
    margin:0;
}

.shopping_list_top_mobile {
    display: none;
}
    .block.reverse .image {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .text {
        text-align: center;
    }

    .centered {
        align-items: center;
    }

    .video {
        width: 100%;
        height: auto;
    }
    .videoyt {
    width: 100%;
    height: 220px;
    margin-left: 0.3%;
    margin-right: 0.3%;}
    
.footer_links_sub {
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.footer_links_sub li {
    display: inline-block; 
    margin: 0 25px; 
}

    .thumbnail {
        max-width: 100px; 
        max-height: 75px; 
    }
    #iframe {max-width: 350px;
    }
    
}