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

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

#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;
            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: #ffc107;
        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: #fab511;
    -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 #fab511;
    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 #ffc107;
                -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: #fab511;
                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 #fab511;
                            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: #fab511;
                            }
                        }
                    }

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

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

            .text-center {
                padding: 0;

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

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



/* Ukryj sekcję nr-show-desktop poniżej 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;
                }
            }
        }
    }
}

/* Ukryj sekcję nr-show-mobile powyżej 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: #fab511;
            background: none;
            border: none;
        }
    }


    .product-accessories-wrapper {
        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: -webkit-fill-available !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.product-tabcontent {
    margin-top: 30px !important;

    .product-manufacturer,
    .product-quantities,
    h3.h6 {
        display: none;
    }

    .tabs .nav-tabs .nav-link:hover,
    .tabs .nav-tabs .nav-link.active {
        -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;
    }

    .product-features>dl.data-sheet dd.value,
    .product-features>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;
    }

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

@media (max-width: 966px) {
    ul.nav.nav-tabs {
        overflow: auto;
        display: flex;

        &::-webkit-scrollbar,
        --ms-overflow-style,
        scrollbar-width {
            display: none;
        }

        a.nav-link {
            width: max-content;
            padding: 7px;
        }
    }

    .tabs .tab-pane {
        padding: 10px;

        .product-features>dl.data-sheet dd.value,
        .product-features>dl.data-sheet dt.name {
            text-align: left;
        }

        .product-features>dl.data-sheet dt.name {
            padding: 10px 5px;

        }

        iframe.pse-iframe {
            max-width: 320px;
            height: auto;
        }
    }

    .tabs .nav-tabs .nav-link {
        background-color: #ffffff;
    }

    .tabs .nav-tabs .nav-link:hover,
    .tabs .nav-tabs .nav-link.active {
        -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: #ffffff !important;
        color: #fab511 !important;
    }
}



/*** HEADER ***/
#header {
    margin: auto;
    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: #fab511;
                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: none;
        }

        .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;

                span {
                    color: #1d1d1a;

                    &:hover {
                        color: #ffc107;
                    }
                }

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

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

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

                    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: #ffc107;
                                    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: #ffc107;
                                    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: #fab511;
                        }
                    }
                }
            }
        }
    }
}

.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 {
                            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: #ffffff;
                                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;
                        }
                    }
                }
            }
        }
    }
}


/* 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;
    }    
}   