html {
    scroll-behavior: smooth;
  }

#wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}

.breadcrumb {
    margin: 10px 0;
    width: 100%;
    padding: 0;
    text-align: center;
    overflow: hidden;
    background: #fff;
}

@media (max-width: 768px) {
  .nr_breadcrumb {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
  }

  .nr_breadcrumb ol {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 10px;
    
    scrollbar-width: none; 
    -ms-overflow-style: none; 
  }

  .nr_breadcrumb ol::-webkit-scrollbar {
    display: none; 
  }

  .nr_breadcrumb ol li {
    flex: 0 0 auto;
  }
}



#roja45quotationspro-modal {
    .modal-body {
        display: flex;
        background: #fff;
        padding: 0;
        flex-direction: column;
    }

    @media (max-width: 996px) {
        .modal-body-content {
            padding: 2rem 2rem !important;
        }

    }
}

@media (min-width: 769px) and (max-width: 1530px) {

    .container,
    .home-container {
        width: 1920px;
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }


    .header-top,
    .nr-menu {
        right: 0;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .header-top {
        .user-info {
            padding: 0 !important;
        }

        span.cart-products-count.hidden-sm-down {
            display: block !important;
        }
    }

    .ets_mm_megamenu_content_content {
        .mm_menu_content_title {
            font-size: 10px;
            float: left;
            width: 255px;
            padding: 0 10px;
            position: relative;
            min-height: 55px;
            display: flex;
            align-items: center;
            background: #f7f7f7;
            margin-right: 0 !important;
            border-radius: 5px;
            line-height: normal;

            &:hover {
                background: #ffffff;
                border-top: none;
            }

            i {
                font-size: 20px;
            }

            img {
                width: 35px !important;
            }

            p {
                margin: 0;
                max-width: 100px;
            }
        }

    }

}


.container,
.home-container {
    width: 1920px;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}


@media (max-width: 996px) {

    .container,
    .home-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    #wrapper {
        padding-top: 10px;
        padding-bottom: 20px;
    }
}

/* Page home hook title */
.hit-of-the-week-title,
.product-of-the-month-title,
.our-videos-title {
    display: flex;
    z-index: 5;
    width: 100%;
    margin: 0 !important;
    position: relative;
    text-align: left;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-transform: capitalize !important;
    letter-spacing: 0;
    color: #1d1d1a;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    justify-content: space-between;

    &::before {
        content: "";
        width: 250px;
        height: 2px;
        background-color: #c90000;
        position: absolute;
        bottom: -1px;
        left: 0;
    }

}



/* Scroll page bottom to top */

.top_button {
    bottom: 90px;
    cursor: pointer;
    display: none;
    height: 44px;
    padding: 0px 12px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 44px;
    z-index: 100;
    font-size: 0px;
    background: #c90000;
    -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
    animation-name: hvr-icon-bob-float, hvr-icon-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    border: 2px solid #f5f5f5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
}

.top_button::before {
    color: #ffffff;
    content: "\f102";
    font-family: "FontAwesome";
    font-size: 25px;
    line-height: 37px;
    font-weight: 300;
}

.top_button:after {
    border: 2px solid #c90000;
    bottom: -5px;
    height: 50px;
    opacity: 1;
    right: -5px;
    content: "";
    position: absolute;
    width: 50px;
    animation: blink 2s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
}

.top_button:hover:after {
    animation: unset;
    -webkit-animation: unset;
}

/* Left Column Fitr */
#left-column {

    .PM_ASBlockOutput {
        .card {
            margin-bottom: 30px;
            clear: both;
            border: 1px solid #e5e5e5;
            padding: 0 20px;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -khtml-border-radius: 5px;
            -moz-border-radius: 5px;

            .card-header {
                margin-bottom: 0;
                background-color: #ffffff;
                border-bottom: 1px solid rgba(0, 0, 0, 0.125);
                padding: 10px 0px;

                span.PM_ASBlockTitle {
                    font-weight: 600;
                    font-size: 17px;
                    position: relative;
                    color: #1d1d1a;
                    padding: 10px 0px;
                    line-height: 25px;
                    margin: 0;
                }
            }

            .card-header::after {
                content: "";
                display: block;
                text-align: left;
                width: 65px;
                position: absolute;
                bottom: -11px;
                border-bottom: 2px solid #c90000;
                -webkit-transition: all 0.5s ease 0s;
                -moz-transition: all 0.5s ease 0s;
                -o-transition: all 0.5s ease 0s;
                transition: all 0.5s ease 0s;
                position: relative;
            }
        }

        .card-block {
            padding: 0px;

            .PM_ASResetSearch {
                display: none;
                color: #1d1d1a;
                font-size: 0.85rem;
                text-align: left;
                padding: 5px 10px;
                background: #c90000;
                border-radius: 5px;
                border: 0;
                box-shadow: none;
                margin: 10px 0;
                text-align: center;
                text-transform: uppercase;
                font-size: 13px;

                &:hover {
                    background: #1d1d1a;
                    color: #ffffff;
                }
            }

            .PM_ASCriterionsGroupList {
                padding: 17px 0;

                .PM_ASCriterionsGroup {
                    margin: 0;
                    padding: 0 0 5px;

                    .PM_ASCriterionsGroupTitle {
                        border-bottom: none;
                        padding-bottom: 0.5rem;
                        padding-top: 0.5rem;
                        font-size: 13px;
                    }

                    .PM_ASCriterionsGroupOuter {
                        .ui-slider-range.ui-widget-header.ui-corner-all {
                            background: none;
                        }

                        .ui-widget-content {
                            border: 1px solid #c90000;
                            background: #fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
                            color: #222;

                            a.ui-slider-handle.ui-state-default.ui-corner-all {
                                background: #c90000;
                            }
                        }
                    }

                    .PM_ASResetGroup {
                        font-size: 13px;
                        font-weight: 600;

                        &:hover {
                            color: #c90000;
                        }
                    }
                }
            }

            .text-center {
                padding: 0;

                .PM_ASSubmitSearch {
                    margin: 0;
                    width: 100%;
                    padding: 5px 10px;
                    color: #1d1d1a;

                    &:hover {
                        color: #ffffff;
                    }
                }
            }
        }
    }
}



/* Hide nr-show-desktop section below 966px Tabs */
@media (max-width: 966px) {

    .nr-show-desktop,
    .nr-left-column {
        display: none;
    }

    .PM_ASMobileVisible span.PM_ASBlockTitle,
    .PM_ASMobileMode span.PM_ASBlockTitle {
        display: flex;
    }

    .nr-show-mobile {

        .nr-show-mobile-tabs {
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-radius: 5px;
            padding: 5px 10px;
            border: 1px solid #e5e5e5;

            ul.display.hidden-xs.grid_list {
                display: flex;
            }

            .products-sort-order .select-title {
                font-size: 16px;
                color: #1d1d1a;
                display: inline-block;
                width: 100%;
                padding: 3px 5px;
                cursor: pointer;
                margin-bottom: 1px;
                border: none;
                text-align: center;

                .material-icons {
                    font-family: 'Material Icons';
                    font-weight: normal;
                    font-style: normal;
                    font-size: 30px;
                    display: inline-block;
                    vertical-align: middle;
                    width: 1em;
                    height: 1em;
                    line-height: 1;
                    text-transform: none;
                    letter-spacing: normal;
                    word-wrap: normal;
                    white-space: nowrap;
                    direction: ltr;
                    -webkit-font-smoothing: antialiased;
                    text-rendering: optimizeLegibility;
                    -moz-osx-font-smoothing: grayscale;
                    font-feature-settings: 'liga';
                }
            }

            .col-sm-3.col-xs-4.hidden-lg-up.filter-button {
                width: 40%;
                padding-left: 5px;

                #search_filter_toggler {
                    color: #fff;
                    background: #1d1d1a;
                    font-size: 16px;
                    width: 100%;
                    padding: 5px;
                }
            }
        }
    }
}

/* Hide nr-show-mobile section above 966px */
@media (min-width: 967px) {
    .nr-show-mobile {
        display: none;
    }
}

section.product-accessories.clearfix {
    margin-top: 20px !important;

    .products-section-title {
        display: flex;
        z-index: 5;
        width: 100%;
        margin: 0 !important;
        position: relative;
        text-align: left;
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
        text-transform: capitalize !important;
        letter-spacing: 0;
        color: #222222;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 10px;
        justify-content: space-between;

        button {
            color: #c90000;
            background: none;
            border: none;
        }
    }


    .product-accessories-wrapper {
        margin-bottom: 20px;
        position: relative;
        overflow: hidden;
        width: 100%;

        #accessories-carousel {
            display: flex;
            justify-content: flex-start;
            transition: transform 0.5s ease-in-out;
            padding: 0;
            margin: 0;
            list-style: none;

            .item {
                width: calc(100% / 8);
                flex: none;
                text-align: center;

                .product-miniature {
                    border: 1px solid #e5e5e5;
                    border-radius: 5px;

                    &:hover {
                        -webkit-box-shadow: 3px 0px 24px -9px rgba(51, 52, 55, 0.57);
                        -moz-box-shadow: 3px 0px 24px -9px rgba(51, 52, 55, 0.57);
                        box-shadow: 3px 0px 24px -9px rgba(51, 52, 55, 0.57);

                    }

                    .product-brand-img {
                        position: absolute;
                        bottom: 10px;
                        left: 5px;
                        right: auto;
                        z-index: 1;

                        img {
                            width: 30px !important;
                            height: auto;
                        }
                    }

                    .product-description {
                        text-align: left;
                        min-height: min-content !important;

                        .product-title {
                            margin-bottom: 0;
                            font-weight: 500;
                            width: 100%;
                            margin: 5px 0px;
                            display: -webkit-box;
                            -webkit-line-clamp: 2;
                            -webkit-box-orient: vertical;
                            text-overflow: ellipsis;
                            overflow: hidden;
                            font-size: 14px;
                            line-height: 20px;
                        }
                    }

                    .product-price-and-shipping {
                        display: flex;
                        padding: 0;
                        color: #1d1d1a;
                        text-align: left;
                        flex-direction: column;
                        flex-wrap: nowrap;
                        justify-content: space-between;

                        span.regular-price {
                            display: none !important;
                        }

                        .price {
                            display: flex;
                            flex-direction: column;

                            span.price-inc {
                                font-size: 20px;
                                font-weight: 600;
                                color: #1d1d1a;
                                padding-bottom: 5px;

                                span.tax-label {
                                    display: none;
                                }
                            }

                            span.price-exc {
                                font-weight: normal;
                                width: max-content;
                            }
                        }
                    }
                }

            }
        }

        .carousel-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-color: rgba(0, 0, 0, 0.5);
            color: #fff;
            border: none;
            cursor: pointer;
            padding: 10px;
            z-index: 10;
            display: none;
        }

        .prev-btn {
            left: 10px;
        }

        .next-btn {
            right: 10px;
        }

        .carousel-btn.active {
            display: block;
        }
    }

    @media (max-width: 966px) {
        h2.h1.products-section-title.text-uppercase {
            padding-right: 0;
            font-size: 20px;
        }

        .item {
            width: calc(100% / 2) !important;
        }
    }

}


/*** TAB CONTENT ***/

section.nr-product-tabcontent{
    margin-top: 5px !important;
    b, strong {
        font-weight: 700 !important;
        color: #1d1d1a !important;
    }
    a.pse-a {
        font-weight: 600;
        text-decoration: underline;
        color: #c90000;
    }
    
    .tabs .nav-tabs {
        text-align: left;
        background: #f7f7f7 !important;
        position: sticky;
        top: 80px; 
        z-index: 99;
        border-radius: 5px;
       
        .nav-link {
            background: #f7f7f7;
             border-radius: 5px;
            
            &:hover {
            -webkit-transition: all 0.3s ease 0s;
             -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            background-color: #1d1d1a;
             color: #ffffff;
            }
        }   
    }

    .nav-link.active {
        background: #1d1d1a!important;
      }
      
    .anchor-offset {
        scroll-margin-top: 135px; 
      }
    
    .h2 {
        font-size: 24px !important;
        color: #1d1d1a;
        margin: 0 auto 10px;
        position: relative;
        text-align: left;
        font-weight: 600;
        line-height: 36px;
        text-transform: capitalize !important;
        letter-spacing: 0;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 10px;
        display: flex;
        margin-bottom: 20px !important;
        margin-top: 20px;

        &::after {
            content: "";
            display: block;
            text-align: left;
            width: 65px;
            position: absolute;
            bottom: -1px;
            border-bottom: 2px solid #c90000;
            -webkit-transition: all 0.5s ease 0s;
            -moz-transition: all 0.5s ease 0s;
            -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
        }
    }
    
    dl.data-sheet dd.value,
    dl.data-sheet dt.name {
        text-align: center;
        width: 49%;
        display: inline-table;
        font-weight: 500;
        background: #FAFAFA;
        padding: 10px 20px;
        margin-right: 0px;
        min-height: 2.5rem;
        word-break: break-all;
        vertical-align: top;
        color: #222222;
    }

        dl.data-sheet dd.value:nth-of-type(even),
        dl.data-sheet dt.name:nth-of-type(even) {
        background: #fff;
    }

    #nr-picture-features {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;

    }
    
    #nr-picture-features .column {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 0 0 calc(16.666% - 20px); 
        box-sizing: border-box;
        text-align: center;
    }
    
    #nr-picture-features .pse-h4 {
        min-height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-bottom: 10px;
        padding: 0 5px;
    }
    
    #nr-picture-features .pse-figure {
        margin-bottom: 10px;
    }
    
    #nr-picture-features .pse-img {
        border-radius: 5px;
        width: 100%;
        height: auto;
    }
    
    #nr-picture-features .pse-p {
        text-align: center;
    }
    /*** Questions ***/
    
    .nr-questions h3 {
        display: inline-flex;
        align-items: flex-start;
        gap: 5px; 
    }
    
    .nr-questions h3::before {
        content: "\f128"; 
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 1em;
        color: #c90000;
        display: inline-block; 
    }
    
    .nr-questions p {
        margin-left: 17px;
    }

    /*** Zestaw ***/
    #nr-in-standard {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    #nr-in-standard .column {
        display: flex;
        flex-direction: column;
        flex: 0 0 calc(16.666% - 20px); 
        box-sizing: border-box;
       
    }
    
    #nr-in-standard .pse-ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    #nr-in-standard .pse-li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 10px;
        text-align: left;
    }
  
    #nr-in-standard .pse-li::before{
        content: "\f054"; 
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 1.5em;
        position: absolute;
        left: 0;
        top: 0;
        color: #c90000;
    }
    
    #nr-in-standard .pse-img {
        margin-left: 20px;
        width: 50%;
        height: auto;
        display: block;
    }

    @media (max-width: 966px) {
        #nr-in-standard .pse-img {
            margin-left: 0;
        }
    }
    
    /* Tabela */
    table.pse-table.nr-table {
        text-align: center;
        width: -webkit-fill-available;
        line-height: 2.5rem;
        border-collapse: separate;
    }

    .nr-table-title {
        font-size: 15px;
        font-weight: 700;
        background-color: #888787 !important;
        color: white;
    }

    .pse-tr:nth-of-type(odd) {
        background-color: #FAFAFA;
    }
    .pse-tr:nth-of-type(even) {
        background-color: #ffffff;
    }


    /* Styl listy */
    .nr-list li.pse-li{
        display: flex;
    }
    .nr-list .pse-li::before{
        content: "\f054"; 
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 1.5em;
        color: #c90000;
        margin-right: 5px;
    }

    .nr-grid p {
        height: 55px;
    }

    @media (max-width: 966px) {
        ul.nav.nav-tabs {
            top: 0px !important; 
            overflow: auto;
            display: flex;
    
            &::-webkit-scrollbar,
            --ms-overflow-style,
            scrollbar-width {
                display: none;
            }
    
            a.nav-link {
                width: max-content;
                padding: 10px;
            }
        }
    
        .tabs .tab-pane {
            padding: 10px;
    
            dl.data-sheet dd.value,
            dl.data-sheet dt.name {
                text-align: left;
            }
    
            dl.data-sheet dt.name {
                padding: 10px 5px;
    
            }
    
            iframe.pse-iframe {
                max-width: 320px;
                height: auto;
            }
        }
        .anchor-offset {
            scroll-margin-top: 50px; 
          }
        #nr-picture-features .column{
            flex: 0 0 100% !important;
        }
        #nr-in-standard .column {
            flex: 0 0 calc(50% - 20px); 
        }
        #nr-in-standard .pse-ul {
            height: 55px;
        }
        #nr-in-standard figure {
            text-align:-webkit-center;

        }
    }
}



/*** HEADER ***/
#header {
    margin: 0;
    position: relative;
    min-height: 186px;
    background: #FFFFFF;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-bottom: 5px;

    .header-info {
        display: flex;
        justify-content: space-around;
        background: #1d1d1a;
        padding: 0 15px;

        span {
            display: flex;
            color: #FFFFFF;
            align-items: center;

            p {
                padding: 0 0 0 5px;
                color: #FFFFFF;
                margin: 0 !important;
            }
        }

        img.lang-flag.ls-is-cached.lazyloaded {
            height: 11px;
            margin-right: 5px;
        }

        .currency-selector {
            float: right;
            padding-inline-start: 0 !important;
            margin-inline-start: 0 !important;
            position: relative;
            margin-right: 5px;
            display: block;
        }

        .user-info.user-info-mobile.dropdown.js-dropdown {
            display: none;
        }

        div#desktop_cart {
            display: none;
        }

        a.quotation-cart-link {
            display: none;
        }
    }

    .header-top {
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 15px 30px !important;
        width: 1920px !important;
        max-width: 100%;
        text-align: center;
        background: #FFFFFF;

        .container {
            padding-left: 0px;
            padding-right: 0px;

            .row {
                margin: 0;
                display: flex;
                align-items: center;
                justify-content: space-between;

                &::after{
                    display: none;
                }

                span {
                    color: #1d1d1a;

                    &:hover {
                        color: #c90000;
                    }
                }

                .logo {
                    max-width: 200px;
                    min-height: 40px;
                    display: flex;
                    align-items: center;
                    gap: 8px;
                }

                #call-us {
                    display: flex;
                    align-items: center;

                    svg {
                        width: 35px;
                        fill: #c90000;
                    }

                    a {
                        font-size: 20px;
                        font-weight: 700;
                        margin: 0;
                    }
                }

                div#_desktop_main_menu {
                    display: none;
                }

                .promotion {
                    display: flex;
                    flex-direction: column;
                    align-items: center;

                    svg {
                        width: 25px;

                        .cls-1{
                            fill: #fff !important; 
                        }
                    }
                }

                .dropdown,
                .dropdown.show.open {
                    display: flex;
                    align-items: center;

                    .contact {
                        display: flex;
                        flex-direction: column;
                        align-items: center;

                        &::after {
                            display: none;
                        }

                        svg {
                            width: 25px;
                            .cls-1{
                                fill: #fff !important;
                            }
                            
                        }
                    }

                    .dropdown-menu {
                        position: absolute;
                        top: 100%;
                        left: -70%;
                        z-index: 1000;
                        float: inline-end;
                        min-width: 10rem;
                        padding: 0.5rem 0;
                        margin: 0.125rem 0 0;
                        color: #808080;
                        text-align: left;
                        list-style: none;
                        background-color: #fff;
                        background-clip: padding-box;
                        border: 1px solid #e5e5e5;
                        border-radius: 5px;
                        -webkit-box-shadow: 0 4px 9px rgba(0, 0, 0, .10);

                        #contact-us {
                            width: max-content;
                            padding: 0 5px;
                            background: #f7f7f7;
                            margin: 3px 1.4rem;
                            border-radius: 5px;

                            .contact-us {
                                display: flex;

                                svg {
                                    width: 30px;
                                    fill: #c90000;
                                    margin-right: 5px;
                                }
                                .call-us{
                                    font-size: 18px;
                                    font-weight: 700;
                                    margin: 0;
                                }
                            }
                            .info {
                                display: flex;
                                flex-direction: column;
                                line-height: normal;
                                text-align: right;
                                margin-bottom: 5px;

                                .day {
                                    font-size: 12px;
                                    font-weight: 500;
                                    margin: 0;
                                    font: -webkit-control;
                                }
                            }
                            .mail {
                                display: flex;
                                justify-content: space-between;

                                svg {
                                    width: 30px;
                                    fill: #c90000;
                                    margin-right: 5px;
                                }
                            }
                        }
                    }
                }

                .language-selector.dropdown.js-dropdown {
                    display: none;
                }

                .currency-selector.dropdown.js-dropdown {
                    display: none;
                }

                .user-info {
                    margin: 0;

                    span.user-info-title._gray-darker {
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        cursor: pointer;
                    }
                }

                .blockcart {
                    margin: 0;

                    .shopping-cart {

                        cursor: pointer;
                        display: flex;
                        gap: 0px;
                        align-items: center;
                        flex-direction: column;
                    }
                }

                ._desktop_quotecart {
                    position: relative;
                    float: right;
                    margin-right: 0px;

                    .header {
                        padding: 0;
                        line-height: 1.9;

                        svg {
                            fill: #1d1d1a;
                            width: 25px;
                            height: 25px;
                            margin: 0 auto;
                            margin-right: 0;
                            vertical-align: top;
                        }

                        .quote-header-element {
                            vertical-align: inherit;
                            text-transform: uppercase;

                            &:hover {
                                color: #fab511
                            }
                        }

                        .ajax_quote_quantity {
                            top: 0px;
                            left: -10px;
                            right: auto;
                            background: #c90000;
                        }
                    }
                }
                #desktop_cart {
                    margin-right: 20px;
                }
            }
        }
    }
}

.nr-menu {
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 15px 30px !important;
    width: 1920px !important;
    max-width: 100%;
    margin: 0;

    .ets_mm_megamenu_content {
        border-bottom: none;
        border-top: none;
        background: #ffffff !important;

        .container {
            padding: 0;

            ul.mm_menus_ul {
                display: flex;
                justify-content: space-between;


                .mm_menus_li {
                    border: none;
                    margin-right: 5px;

                    .ets_mm_url {
                        &::before {
                            display: none;

                        }

                        .mm_menu_content_title {
                            width: 255px;
                            float: left;
                            padding: 0 10px;
                            position: relative;
                            min-height: 55px;
                            display: flex;
                            align-items: center;
                            background: #f7f7f7;
                            margin-right: 5px;
                            border-radius: 5px;
                            line-height: normal;

                            &:hover {
                                background: #ebebeb;
                                border-top: none;
                            }

                            i {
                                font-size: 25px;
                            }

                            img {
                                width: 30px;
                                margin-right: 13px;
                            }

                            p {
                                margin: 0;
                            }
                        }

                        .mm_columns_ul {
                            border-radius: 5px;
                            border-top: none !important;
                        }
                    }
                }
            }
        }
    }
}

@media (min-width: 769px) and (max-width: 1770px) {
    .nr-menu .ets_mm_megamenu_content .container ul.mm_menus_ul .mm_menus_li .ets_mm_url .mm_menu_content_title {
       width: 210px!important;
    }
}
@media (min-width: 769px) and (max-width: 1530px) {
    .nr-menu .ets_mm_megamenu_content .container ul.mm_menus_ul .mm_menus_li .ets_mm_url .mm_menu_content_title {
       width: 190px!important;
    }
}

/* Widoczna wersja dla wiĂâ˘kszych ekranĂÂłw */
@media (min-width: 997px) {

    .header-info.mobile,
    #mobile_logo {
        display: none !important;
    }

    .header-info {
        padding: 0;
    }
}



/* Widoczna wersja dla mniejszych ekranĂÂłw */
@media (max-width: 996px) {
   /* #ui-id-1 {
        top: 130px !important;
    }*/

    #header {
        min-height: auto;


        .header-info.mobile {
            display: none !important;
            padding: 0 !important;

            img.ls-is-cached.lazyloaded {
                width: -webkit-fill-available;
            }
        }

        .header-top {
            padding: 5px 15px 5px !important;

            .logo {
                max-width: 40px !important;
                min-height: auto !important;
            }

            #call-us {
                svg {
                    width: 30px !important;
                    margin-right: 5px !important;
                }

                span {
                    font-size: 18px !important;
                }
            }

            #search_widget {
                display: none !important;
            }

            .dropdown-menu {
                left: -50px !important;
            }

            .mobile_count {
                left: -12px !important;

            }

            .ajax_quote_quantity {
                left: -12px !important;
                top: -4px !important;
            }

            ._desktop_quotecart {
                width: fit-content !important;
                margin-right: 0px !important;
                margin-top: 0px !important;
                margin-bottom: 0px !important;
            }
        }

        .nr-menu {
            margin-top: 0px !important;
            padding: 0 !important;

            .ets_mm_megamenu_content_content {
                background: #ffffff;

                .ybc-menu-toggle.ybc-menu-btn {
                    width: min-content;
                }

                ul.mm_menus_ul {
                    display: block;
                    max-width: 100% !important;
                    background: #ffffff;

                    .mm_menus_li {
                        background: #ffffff;

                        .mm_menu_content_title {
                            background: #ffffff;
                            min-height: 30px;
                        }

                        ul.mm_columns_ul.active {
                            margin: 0;
                            padding-left: 30px;
                        }

                    }
                }

                .search-widget {
                    margin: 0 !important;
                    padding-right: 15px !important;
                }
            }

        }

        .header-info,
        .header_logo,
        #promotion,
        #contact,
        .user-menu {
            display: none !important;
        }
    }
}

@media (min-width: 768px) {
    .ets_mm_megamenu.sticky_enabled.scroll_heading {
        right: 0;
    }
}


/*  ETS FORM */
.ets-cfu-form{
    .form-control {
        background: #e5e5e5 !important;
    }    
}   
.ets_cfu_wrapper {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    /* border: 1px solid; */
    padding: 10px;
}

/*  About US */

#main .page-header h1 {
    font-size: 24px;
    color: #1d1d1a;
    margin: 0 auto 10px;
    position: relative;
    text-align: left;
    font-weight: 600;
    line-height: 36px;
    /*text-transform: capitalize !important;8*/
    letter-spacing: 0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    display: flex;

    &::after {
        content: "";
        display: block;
        text-align: left;
        width: 65px;
        position: absolute;
        bottom: -1px;
        border-bottom: 2px solid #c90000;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
}
@media (max-width: 996px) {
    #main .page-header h1 {
        font-size: 20px !important;
    }
}

.top-abot-us{
    color:#7a7a7a;
    
    p.sub_title.pse-p {
        font-weight: 600;
         margin-bottom: 5px;
    }

    p.pse-p {
        margin-bottom: 15px;
        font-size: 20px;
        width: 50%;

        b,strong {
            color: #c90000;
            font-weight: 600!important;
        }
    }

    figure {
        height: 550px;
        margin: 0;

        img {
            z-index: -1;
            top: -245px;
            position: relative;
            width: -webkit-fill-available;
        }
    }
}

.pse-div.nr-icons {
    position: relative;
    display: flex;
    justify-content: space-around;
    margin-bottom: 25px;

    .pse-div {
        margin-top: 10px;
        display: flex;
        align-items: center;
        text-align: center;
        flex-direction: column;

        b,strong {
            font-weight: 600!important;
        }

        img.pse-img {
            width: 100px !important ;
        }
    }   
}

.location.pse-div {
    color:#7a7a7a;
    
    p.sub_title.pse-p {
        font-weight: 600;
         margin-bottom: 5px;
    }

     p.pse-p {
        margin-bottom: 15px;
        font-size: 20px;
        width: 100%;

        b,strong {
            color: #c90000;
            font-weight: 600!important;
        }
    }

    figure.pse-figure {
        display: flex;
        align-items: flex-end;
    }
}

@media (min-width: 769px) and (max-width: 1530px) {
    .top-abot-us{
        color:#7a7a7a;
        p.pse-p {
            font-size: 18px;
            width: 50%;
    
            b,strong {
                font-weight: 600!important;
            }
        }
    
        figure {
            height: 400px;
            margin: 0;
    
            img {
                z-index: -1;
                top: -150px;
                position: relative;
                width: -webkit-fill-available;
            }
        }
    }
}

@media (max-width: 966px) {
    .top-abot-us{
        color:#7a7a7a;
         display: flex;
        flex-direction: column;
        
        p.sub_title.pse-p {
            font-weight: 600;
            margin-bottom: 5px;
            font-size: 16px;
        }

        p.pse-p {
            order: 2;
            margin-bottom: 15px;
            font-size: 14px;
            width: 100%;

            b,strong {
                color: #c90000;
                font-weight: 600!important;
            }
        }

        figure {
            order:1;
            height: 150px;
            margin: 0;

            img {
                z-index: -1;
                top: -20px;
                position: relative;
                width: -webkit-fill-available;
            }
        }
    }

    .location.pse-div {
        color:#7a7a7a;
        
        p.sub_title.pse-p {
            font-weight: 600;
            margin-bottom: 5px;
            font-size: 16px;
        }

        p.pse-p {
            margin-bottom: 15px;
            font-size: 14px;
            width: 100%;

            b,strong {
                color: #c90000;
                font-weight: 600!important;
            }
        }

        figure.pse-figure {
            display: flex;
            align-items: flex-end;
        }
    }

        .pse-div.nr-icons {
            position: relative;
            display: flex;
            justify-content: space-around;
            margin-bottom: 15px;

        .pse-div {
            margin-top: 10px;
            display: flex;
            align-items: center;
            text-align: center;
            flex-direction: column;

            b,strong {
                font-size: 16px;
                font-weight: 600!important;
            }

            img.pse-img {
                width: 70px !important ;
            }
        }   
    }
    
}
/*ZADARMA BOTTOM CALL*/

@keyframes shake {
    0% { transform: rotate(0deg); }
    20% { transform: rotate(-10deg); }
    40% { transform: rotate(10deg); }
    60% { transform: rotate(-8deg); }
    80% { transform: rotate(8deg); }
    100% { transform: rotate(0deg); }
  }
  
  .shake {
    animation: shake 0.6s ease-in-out infinite;
  }

.phone-wrapper {
    z-index: 100;
    left: 15px;
    bottom: 24px;
    position: fixed;
    display: inline-flex;
    align-items: center;
}

.phone-number {
    padding-left: 0;
    max-width: 0; 
    font-size: 15px;
    font-weight: 800;
    background: #009703;
    color: #f0f0f0;
    height: 55px;
    line-height: 55px;
    margin-left: -22px;
    display: inline-block;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: max-width 0.5s ease, padding-left 0.5s ease;
}

.phone-wrapper.active .phone-number {
    font-size: 15px;
    font-weight: 800;
    background: #009703;
    max-width: 200px;
    padding-left: 22px;
    padding-right: 20px;
    color: #f0f0f0;
    height: 55px;
    line-height: 55px;
    margin-left: -22px;
    display: inline-block;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.phone-icon-btn {
    z-index: 1003;
    background-color: #009703;
    border: none;
    color: white;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
}

.phone-icon-btn:focus {
    outline: none;
    box-shadow: none;
}

.phone-icon-btn svg {
    width: 35px;
    height: 35px;
}


  
@media (max-width: 966px) {
    a.top_button {
        display: none !important;
    }
}

@media (min-width: 966px) {
    #phoneToggle  {
        display: none;
    }
}
@media (max-width: 726px) {
    main#page div#columns_inner div#left-column { 
        position: relative; 
        left: 0; 
        top: 0; 
        height: 100%; 
        z-index: 99; 
        background: #FFF; 
    }
}

#zamknijoknodwa {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color: #000;
    background-color: rgb(255, 193, 7);
    border-radius: 50%;
    cursor: pointer;
    float: right;
    margin-right: 10px;
    margin-bottom: 12px;
    margin-top: 12px;
}

@media (min-width: 726px) {
    #zamknijoknodwa {
        display: none;
    }
}

.hiddenadam {
    transform: translateX(-100%); /* Przesuwa poza ekran */
    transition: transform 0.3s ease-in-out;
}

@media (min-width: 768px) {
    html[lang="pl-PL"] a.ets_mm_url {
            min-width: 143px;
    }
    html[lang="en-US"] a.ets_mm_url {
        min-width: 95px;
    }
    .nr-subcategory-carousel .carousel-track {
            display: flex;
            overflow-x: auto;
            transition: transform 0.5s ease-in-out;
            will-change: transform;
            scrollbar-width: thin; 
            scrollbar-color: #c90000 #f0f0f0; 
        }
        html[lang="pl-PL"] .layout_layout1 .mm_menus_li:last-child {
            min-width: 158px;
        }
        html[lang="en-US"] ul.mm_menus_ul li:last-child > a.ets_mm_url {
            min-width: 180px;
        }
        .carousel-track .carousel-item {
                margin-bottom: 5px;
            }
}
div#cart-subtotal-shipping,
.cart-content p:nth-of-type(3)  {
    display: none !important;
}


/* footer*/
.block-contact.col-md-4.links.wrapper.contact_us{
    li.phone {
    display: flex;
        svg {
        margin-right: 5px;
        width: 40px;
        }   
        a {
        font-weight: 600;
        font-size: 20px;
        }
    }

    .opening-hours, 
    .support-hours,
    .email,
    .contact {
        margin-left: 10px;

        i.fa.fa-clock-o,
        i.fa.fa-comments,
        i.fa.fa-envelope,
        i.fas.fa-map-marker-alt{
        margin-right: 18px;
        }
    }
}

/****************************************************
 * PSE Grid Styles - imported from pshoweditor module
 * Dodane: 2026-01-13
 * Źródło: modules/pshoweditor/vendor/prestashow/presta-block-editor/dist/front.css
 * Powód: pshow-block-editor.css nie był ładowany przez PrestaShop
 ****************************************************/
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

.pse-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px
}

.pse-grid img,
.pse-div img,
.pse-section img,
.pse-figure img,
.pse-figure iframe {
    max-width: 100% !important;
}

.pse-grid img,
.pse-div img,
.pse-section img,
.pse-figure img {
    height: auto !important;
}

.pse-grid+.pse-grid {
    margin-top: 24px
}

.pse-grid-gutterless {
    grid-column-gap: 0
}

.pse-grid-gapless {
    grid-row-gap: 0
}

.pse-grid-gapless+.pse-grid {
    margin-top: 0
}

.pse-grid-auto {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr))
}

.pse-grid .column-1 {
    grid-column-end: span 1
}

.pse-grid .column-2 {
    grid-column-end: span 2
}

.pse-grid .column-3 {
    grid-column-end: span 3
}

.pse-grid .column-4 {
    grid-column-end: span 4
}

.pse-grid .column-5 {
    grid-column-end: span 5
}

.pse-grid .column-6 {
    grid-column-end: span 6
}

.pse-grid .column-7 {
    grid-column-end: span 7
}

.pse-grid .column-8 {
    grid-column-end: span 8
}

.pse-grid .column-9 {
    grid-column-end: span 9
}

.pse-grid .column-10 {
    grid-column-end: span 10
}

.pse-grid .column-11 {
    grid-column-end: span 11
}

.pse-grid .column-12 {
    grid-column-end: span 12
}

@media only screen and (max-width: 640px) {

    .pse-grid,
    .pse-grid-auto {
        grid-template-columns: repeat(1, 1fr);
    }

    .pse-grid .column {
        grid-column-end: span 1
    }

    .pse-grid .column:empty {
        display: none
    }
}

table.pse-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    empty-cells: show;
}

table.pse-table td,
th {
    text-align: left;
    vertical-align: top;
    font-size: 95%;
    line-height: 1.5;
    padding: 0.75em;
    border: 1px solid rgba(217, 219, 221, 0.5);
}

blockquote cite,
figcaption cite {
    font-style: inherit;
    font-size: 12px;
    line-height: 1.5;
}

blockquote p+p {
    margin-top: 0.5em;
}

blockquote p {
    font-size: 115%;
    line-height: 1.5;
}

.pse-align-left {
    text-align: left
}

.pse-align-center {
    text-align: center
}

.pse-align-center img {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%
}

.pse-align-center figcaption {
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.pse-align-right {
    text-align: right
}

.pse-align-right img {
    margin-left: auto
}

.pse-align-right figcaption {
    text-align: right;
    margin-left: auto
}

.pse-align-justify {
    text-align: justify
}

.pse-valign-top {
    align-items: start
}

.pse-valign-middle {
    align-items: center
}

.pse-valign-bottom {
    align-items: end
}

.pse-a-dynamic {
    text-decoration: none;
    color: inherit;
}

.pse-a-dynamic:hover {
    text-decoration: none;
    color: inherit;
}

[data-target-url] {
    cursor: pointer;
}

/* figure {
    background-image: url('https://placehold.in/500x500.png');
    width: 100%;
    height: auto;
} */

.pse-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2000;
    overflow: auto;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pse-modal-content {
    max-height: 80vh;
    max-width: 80vh;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    margin: 0 auto;
    background-color: #fff;
    border: 15px solid #fff;
    display: flex;
    flex-direction: column;
}

.pse-modal-content .pse-modal-close {
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    background-color: #fff;
    opacity: 0.5;
    padding: 5px 10px;
    border: 0;
    font-size: 18px;
}

.pse-modal-content .pse-modal-body {
    flex: 1;
    text-align: left;
    overflow: auto;
}

.pse-modal-content .pse-modal-close::after {
    content: "X";
}

.pse-modal-content .pse-modal-close:hover,
.pse-modal-content .pse-modal-close:focus {
    opacity: 1;
    cursor: pointer;
}

.pse-modal-content img {
    max-width: 100%;
    max-height: 100%;
}

.pse-modal-footer {
    padding: 15px 0;
    text-align: center;
}

.pse-modal.pse-modal-open {
    animation: modal-open 0.3s;
}

@keyframes modal-open {
    0% {
        opacity: 0 !important;
    }
    100% {
        opacity: 1 !important;
    }
}

