.cursor {
    display: none !important;
}

.cs_top_header {
    background: #1b1918;
    color: #fff;
    padding: 13px;
}

.simple-table {
    border: 1px solid #eee;
    border-collapse: collapse;
    margin: 10px 0 20px;
}

.cs-page_heading_in .breadcrumb,
.blog-post-comment,
.blog-post-thumb {
    display: none !important;
}
.product-desc img {
}

.product-desc h4 {
    text-align: center;
    margin-top: 40px;
}

.product-desc .col-lg-9 {
    padding-left: 10px;
}

.simple-table td {
    border: 1px solid #eee;
    font-size: 15px;
    line-height: 1.35;
    padding: 7px 10px;
}

.cs_top_header .container {
    display: flex;
    column-gap: 60px;
    flex-direction: row-reverse;
}
.cs_top_header .container div {
    color: #fff;
    font-size: 15px;
    display: flex;
    align-items: center;
}
.cs_top_header .container div i {
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
}

.cs_top_header .container div a:hover {
    color: #d5d5d5
}

.cs_nav .cs_nav_list > li > a {
    font-weight: bold;
    font-size: 20px;
    color: #000;
}

.cs_nav .cs_nav_list > li > a:hover {
    color: #e3010f;
}

.cs_nav .cs_nav_list > li {
    margin-right: 0;
    margin-left: 30px;
}

.contact-page-icon {
    margin-top: 0 !important;
}

.cs_main_header {
    padding: 27px 0;
}
.cs_iconbox.cs_style_11 {
    background-color: rgba(210, 234, 239, 0.5);
}

.contact-page-icon img {
    max-width: 45px !important;
}

footer.cs-fooer {
    background-color: #191919;
    color: #fff;
}

.cs-copyright {
    background: #fff;
    color: #818181;
    padding: 32px 0;
    font-size: 15px;
}

.cs-copyright a {
    color: #818181;
}

.cs-copyright a:hover {
    color: #000;
}
.cs-footer_item {
    margin-bottom: 30px !important;
}

footer.cs-fooer .cs-fooer_main {
    padding: 70px 0 35px;
}

.cs-fooer_main .wp-block-group__inner-container h2 {
    font-size: 22px;
}

.cs-fooer_main .wp-block-group__inner-container h2,
.cs-fooer_main .widget_block ul li a {
    color: #fff !important;
}

.cs-fooer_main .widget_block ul li a:hover {
    opacity: 0.75 !important;
}

.cs-footer_item .cs-widget_title {
    color: #fff;
    margin-bottom: 18px;
    font-size: 22px;
}

footer.cs-fooer .cs-fooer_main .container .row {
    display: flex;
    justify-content: flex-end;
}

footer.cs-fooer .cs-fooer_main .container .row .col-lg-4 {
    margin-right: auto;
}

footer.cs-fooer .cs-fooer_main .container .row .cs_contact_widget li {
    color: #fff;
    font-size: 19px;
    margin-bottom: 18px;
}

footer.cs-fooer .cs-fooer_main .container .row .cs_contact_widget {
    margin-top: 40px;
}

footer.cs-fooer .cs-fooer_main .container .row .cs_contact_widget li i {
    color: #fff;
    font-size: 19px;
}

.cs_social_links_wrap {
    flex-direction: column;
}

.cs_section_heading .cs_section_subtitle {
    font-weight: 400;
    font-size: 24px;
}

.cs_section_heading .cs_fs_72 {
    font-weight: 600;
    font-size: 55px;
    color: #000;
}

.cert-gallery .gallery-item img {
    width: 300px;
    height: auto;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(66, 68, 90, 0.27);
    -moz-box-shadow: 0px 0px 24px 0px rgba(66, 68, 90, 0.27);
    box-shadow: 0px 0px 24px 0px rgba(66, 68, 90, 0.27);
}


@media screen and (min-width: 1200px) and (max-width: 1400px) {
    
    .cs_nav .cs_nav_list > li {
        margin-left: 20px;
    }
    .cs_nav .cs_nav_list > li > a {
        font-size: 18px;
    }
    
}



@media (max-width: 767px) {
    
    .product-desc .row { display: flex; }
    
    .product-desc .col-lg-8,
    .product-desc .col-lg-9 { 
        order: 1; 
        text-align: center; 
    }
    
    .product-desc .col-lg-4,
    .product-desc .col-lg-3 { 
        order: 2; text-align: center; 
    }
    
    .product-desc .col-lg-4 img,
    .product-desc .col-lg-3 img { 
        margin: auto !important;
        float: none;
        max-width: 88%;
    }
    
    .cs_top_header .container {
        column-gap: 35px;
        justify-content: center;
    }

    .cs_top_header {
        padding: 7px 0;
    }
    
    .cs_top_header .container div {
        font-size: 12px;
    }
    .cs_top_header .container div:nth-child(2) {
        display: none;
    }
    .cs_main_header {
        padding: 5px 0;
    }
    
    .cs_main_header_left .cs_site_branding img {
        max-width: 160px;
        height: auto;
    }
    
    .top_heading h3 {
        font-size: 18px;
        line-height: 1.38;
    }
    
    .cs_section_heading .cs_section_subtitle {
        font-size: 19px;
    }
    
    .cs_section_heading .cs_fs_72 {
        font-size: 27px;
    }
    
    .cs_iconbox.cs_style_4 .cs_iconbox_subtitle {
        font-size: 15px;
        line-height: 1.4;
    }
    
    .gallery-item {
        margin-bottom: 20px !important;
    }
    
    .cert-gallery .gallery-item img {
        max-width: 80%;
    }
    .cs_fs_32 {
        font-size: 20px;
    }
    .cs_fs_24 {
        font-size: 15px;
    }
    
    #prohealth_contact_info_widget-1 img {
        margin: auto;
        max-width: 200px;
        height: auto;
    }
    
    .cs_banner.cs_style_3, .cs_banner.cs_style_5 {
        padding: 148px 0 15px !important;
        min-height: 150px !important;
    }
    
    footer.cs-fooer .cs-fooer_main .container .row .cs_contact_widget li {
        font-size: 16px;
        margin-bottom: 12px;
    }
    
    .cs-footer_item .cs-widget_title {
        margin-bottom: 12px;
    }
    
    .cs-fooer_main .footer-widget ul li a {
        font-size: 14px !important;
    }
    
    .cs_nav .cs_nav_list > li {
        margin-left: 15px;
    }
    
    .contact-widget .cs_mt_minus_110 {
        margin-top: 20px;
    }
    
    .contact-widget .cs_height_lg_100 {
        display: none;
    }
    
    .contact-page-icon {
        margin-bottom: 20px;
    }
    
    body.parent-pageid-1457 .elementor-widget-image img {
        width: 100% !important;
    }
    
      .table-scroll{
        width: 100%;
        overflow-x: auto;
          margin-bottom: 30px;
        -webkit-overflow-scrolling: touch; /* płynne przewijanie na iOS */
      }

      .table-scroll .simple-table{
        width: max-content;   /* tabela może być szersza niż ekran */
        min-width: 100%;      /* ale nie będzie mniejsza niż wrapper */
        border-collapse: collapse;
      }

      .table-scroll .simple-table th,
      .table-scroll .simple-table td{
        white-space: nowrap;  /* nie łam tekstu w komórkach */
      }
    
}