#content-wrapper {

    /* Category Description - Category Description PM*/
    #PM_ASearchResults 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;
        letter-spacing: 0;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 0px;
        display: flex;

        &::after {
            content: "";
            display: block;
            text-align: left;
            width: 65px;
            position: absolute;
            bottom: -1px;
            border-bottom: 2px solid #fab511;
            -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;
        }

        .nr-number-products {
            padding-left: 15px;
            font-size: 20px;
            font-weight: 300;
        }
    }

    .nr-product-list-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;
            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 #fab511;
                -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;
            }

            .nr-number-products {
                padding-left: 15px;
                font-size: 20px;
                font-weight: 300;
            }
        }


        #category-description {
            h2 {
                color: #1d1d1a;
            }

            p {
                font-size: 14px;
                border-bottom: none;
                color: #1d1d1a;
                padding: 0;

                strong {
                    color: #1d1d1a;

                }
            }

            a {
                color: #fab511;
                text-decoration: none;
                font-weight: 600;
            }
        }
    }
}


/* Subcategories */
.nr-subcategory-carousel {
    position: relative;
    overflow: hidden;
    width: 100%;

    .carousel-track {
        display: flex;
        overflow-x: hidden;
        transition: transform 0.5s ease-in-out;
        will-change: transform;

        .carousel-item {
            background: #f7f7f7;
            margin-right: 5px;
            padding: 5px;
            border-radius: 5px;
            display: flex;
            flex: 0 0 auto;
            box-sizing: border-box;
            flex-direction: column;
            align-items: center;

            &:hover {
                background: #ffff;

            }

            .img-fluid {
                display: block;
                margin-left: auto;
                margin-right: auto;
                max-width: 80%;
                height: auto;
            }

            a.subcategory-name {
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                margin-top: 5px;
                font-size: 13px;
                line-height: 1.5;
                text-align: center;
            }
        }
    }

    .carousel-dots {
        display: flex !important;
        justify-content: center;
        gap: 10px;
        margin-top: 15px;

        &:focus {
            outline: none;
        }

        button.carousel-dot {
            width: 15px;
            height: 15px;
            background-color: transparent;
            margin: 5px;
            border: 1px solid #fab511;
            box-sizing: border-box;
            cursor: pointer;
            border-radius: 3px;
            position: relative;

            &::after {
                content: '';
                position: absolute;
                top: 3px;
                left: 3px;
                width: 7px;
                height: 7px;
                background-color: #fab511;
            }

        }

        button.carousel-dot.active {
            background-color: #fab511;
            border-color: #fab511;
        }
    }
}

@media (max-width: 996px) {
    .nr-subcategory-carousel {
        .carousel-track {
            overflow-x: auto;
            scroll-behavior: smooth;

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

            .img-fluid {
                display: block;
                margin-left: auto;
                margin-right: auto;
                max-width: 45%;
                height: auto;
            }

            a.subcategory-name {
                margin-bottom: auto;
                margin-top: auto !important;
                width: 100px;
                font-size: 12px !important;
                width: 100px;
                font-size: 12px !important;
            }
        }
    }
}



/* Product list */

#products .products .product_list.list li.product_item .product-miniature {
    float: left;
    width: 100%;
    padding: 15px 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    display: flex;

    &: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);

    }

    .thumbnail-container {
        margin-right: 20px;
        width: auto;

        img {
            width: 350px;
            height: auto;
        }

        .brand-title {
            display: none;
        }
    }

    .product-description-information {
        display: flex;
        justify-content: space-between;
        width: 100%;

        .product-description.center-block {
            display: flex;
            flex-direction: column;
            height: 100%;
            width: 60%;

            .product-title a {
                font-size: 20px;
                font-weight: 400;
                color: #1d1d1a;
                line-height: normal;
            }

            .product-reference {

                label,
                span {
                    color: #1d1d1a;
                }
            }

            .brand-title {
                display: flex;
                align-items: center;

                .img-responsive {
                    max-width: 80px;
                    height: auto;
                    padding-right: 10px
                }

                a {
                    color: #1d1d1a;
                }

            }

            .comments_note {
                display: flex;
                margin: 0 !important;
                width: auto;
                flex-wrap: wrap;
                align-items: center;

                .star_content.clearfix {
                    padding-right: 5px;
                    color: #1d1d1a;
                }

                span {
                    color: #1d1d1a;
                }
            }

            .product-features {
                margin-top: 5px;
                margin-left: 0;
                margin-bottom: 0;
                margin-top: auto;

                h4 {
                    display: none;
                }

                .product-features-list {
                    list-style: none;
                    padding-inline-start: 0px;

                    span.feature-name {
                        color: #1d1d1a;
                        font-weight: 600;
                    }

                    span.feature-value {
                        color: #1d1d1a;
                    }

                }

            }

        }

        .product-description.center-right {
            display: flex;
            flex-direction: column;
            height: 100%;
            width: auto;
            align-items: flex-end;


            .delivery-message-wrapper {
                width: auto;
                color: #009703;
                margin-bottom: 55px;

                .delivery-message {
                    display: flex;
                    align-items: center;
                    justify-content: flex-end;
                    border-bottom: 1px solid #e5e5e5;
                    margin: 0;

                    .material-icon {
                        padding-right: 10px;

                        .icon {
                            width: 30px;
                            height: auto;
                        }
                    }

                    .delivery-mesage {
                        font-size: 16px;
                        color: #009703;
                    }
                }

            }

            .product-price-and-shipping {
                display: flex;
                flex-direction: column;

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

                span.price-inc {
                    font-size: 30px;
                    font-weight: 700;
                    color: #1d1d1a;
                    padding-bottom: 10px;

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

                span.price-exc {
                    font-size: 16px;
                    color: #1d1d1a;
                    font-weight: 400;
                    text-align: right;
                }

            }

            .product-finansing {
                color: #1d1d1a;
                text-align: right;
                display: flex;
                justify-content: flex-end;
                margin-top: auto;
                flex-direction: column;

                h3.title-finansing {
                    font-weight: 400;
                    margin-bottom: 5px;
                }

                .finansig-block {
                    display: flex;
                    justify-content: flex-end;

                    .finansig-banck {
                        padding-right: 10px;

                        img.icon {
                            width: 40px;
                            height: auto;
                        }

                    }
                }

                .finansig-block :last-child {
                    padding-right: 0px;
                }

            }

            .product-actions {
                display: flex;
                justify-content: flex-end;
                margin-top: auto;

                button.btn.btn-primary.add-to-cart,
                a.btn.btn-primary.add-to-cart {
                    display: none ! IMPORTANT;
                }

                .nr-add-to-cart,
                .nr-options {
                    border: 1px solid #009703 !important;
                    border-radius: 5px;
                    background: transparent;
                    min-width: 0px;
                    padding: 2px 5px;
                    cursor: pointer;
                    width: 55px;
                    height: 55px;
                    display: flex;
                    align-items: center;

                    &:hover {
                        background: #009703;
                    }

                    .icon-cart {
                        height: 45px;
                        width: 45px;
                        padding: 5px;
                    }
                }

                .add-to-cart:hover .icon-cart {
                    fill: #ffff;
                }
            }
        }
    }
}




/* Product Grid */
.products .product_list li.item.col-lg-3,
.products .product_list li.col-md-6 {
    width: 25%;
}

.products .product_list.grid li .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);

    }
}

.products .product_list.grid .product_item {

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

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

        .product-brand-name {
            display: none;
        }
    }

    .product-description {
        text-align: left;

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

        .comments_note {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            align-items: center;
            justify-content: left;

            .star_content.clearfix {
                padding-right: 5px;
            }

            span {
                color: #1d1d1a;
            }
        }

        .product-reference,
        .brand-title,
        .product-finansing {
            display: none;
        }

        .product-features {
            margin: 15px 0 0 0;
            margin-left: 0;
            position: relative;
            height: 30px;
            cursor: pointer;
            padding: 5px 5px;
            border-radius: 5px;
            border: 1px solid #e5e5e5;
            text-align: center;

            .title-product-features {
                font-weight: normal;
                color: #1d1d1a;
                font-size: 16px;
            }

            .no-features-message {
                font-weight: normal;
                color: #7a7a7a;
                font-size: 16px;
            }

            /* Hover działa na cały kontener */
            &:hover .hidden-features {
                opacity: 1;
                transform: translateY(0);
                /* Przesuwamy na właściwą pozycję */
                visibility: visible;
            }

            .product-features-list {
                margin-left: 0;
                list-style: none;
                padding-inline-start: 0px;
                line-height: 1.5;

                li.feature-item {
                    color: #1d1d1a;

                    span.feature-name {
                        font-weight: 600;
                    }
                }
            }

            .hidden-features {
                position: absolute;
                bottom: 100%;
                left: 0;
                background: #f8f8f8;
                border: 1px solid #ddd;
                padding: 10px;
                opacity: 0;
                transform: translateY(10px);
                visibility: hidden;
                transition: all 0.3s ease;
                z-index: 10;
                width: 100%;
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
            }
        }

        p.delivery-message {
            width: max-content;
            display: flex;
            justify-content: left;
            align-items: flex-end;
            color: #009703;
            font-size: 14px;

            span.material-icon {
                padding-right: 5px;
            }
        }


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

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

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

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

            span.price.price-exc {
                font-weight: normal;
            }
           .ask-for-price  {
            padding: 0 !important;
            display: flex;
            height: 45px;
            align-items: center;
            }
        }


        .product-actions {

            button.btn.btn-primary.add-to-cart,
            a.btn.btn-primary.add-to-cart {
                display: none;
            }

            .nr-add-to-cart,
            .nr-options {
                border: 1px solid #009703 !important;
                border-radius: 5px;
                background: transparent;
                min-width: 0px;
                padding: 2px 5px;
                cursor: pointer;
                width: 50px;
                height: 50px;
                display: flex;
                align-items: center;

                &:hover {
                    background: #009703;
                }


                .icon-cart {
                    height: 50px;
                    width: 50px;
                    padding: 5px;
                }


            }

            .add-to-cart:hover .icon-cart {
                fill: #ffff;
            }
        }

    }
}


.card-block.category-additional-description {

    h2,
    h3 {
        color: #1d1d1a;
    }

    p {
        font-size: 14px;
        border-bottom: none;
        color: #1d1d1a;
        margin-bottom: 5px;

        strong {
            color: #1d1d1a
        }
    }

    ul {
        list-style: disc;
        padding-left: 0;
        margin-left: 20px;
        color: #1d1d1a;
    }

    a {
        color: #fab511;
        text-decoration: none;
        font-weight: 600;
    }

}


/* Category Description - Category Description PM* media*/
@media (max-width: 966px) {
    .breadcrumb {
        padding: 10px 0;
    }

    #PM_ASearchResults,
    .nr-product-list-header {
        .block-category.card.card-block {
            margin-bottom: 0px;

            h1 {
                font-size: 20px !important;
                flex-wrap: wrap;
                line-height: 1.3 !important;
                justify-content: space-between;

                .nr-number-products {
                    font-size: 14px !important;
                    padding: 0 !important;
                    line-height: 1.5 !IMPORTANT;

                    p {
                        margin-top: 5px;
                    }
                }
            }

            span#read-more-text {
                float: right;
                color: #fab511;
                font-weight: 700;
                padding-right: 5px;
                margin-top: 10px;
            }
        }
    }
}


/* Product grid media*/
@media (max-width: 966px) {

    .products .product_list.grid .product_item {
        padding: 5px 10px 0;

        .product-brand-img {
            img {
                width: 40px !important;
                height: auto;
            }
        }

        .product-miniature.js-product-miniature {
            border: none;
            padding: 5px;

            .product-description {
                text-align: left !important;
                display: flex;
                flex-direction: column;
                margin: 0;
                min-height: 0px;

                .product-title {
                    font-size: 14px;
                }

                .comments_note {
                    width: 100%;
                    margin: auto;
                    font-size: 12px;
                    margin: 0 0 10px;

                    .star_content.clearfix {
                        margin: 0;
                    }

                    span {
                        display: none;
                    }
                }

                .delivery-message-wrapper,
                .product-features {
                    display: none;
                }
                .ask-for-price {
                    font-size: 20px !important;
                }
            }
        }
    }
}

/* Product list media*/

@media (max-width: 966px) {
    .products .product_list.list .product_item {

        .product-miniature.js-product-miniature {
            display: flex;
            flex-direction: column;

            .thumbnail-container {
                width: auto !important;
                max-width: fit-content !important;
                margin: auto !IMPORTANT;
                float: none;

                .brand-title {
                    display: block !important;

                    .product-brand-img {
                        position: absolute;
                        bottom: 10px;
                        right: auto;
                        padding: 3px 7px;

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

                    .product-brand-name {
                        display: none;
                    }
                }
            }

            .product-description-information {
                display: flex;
                justify-content: space-between;
                width: 100%;
                flex-direction: column;

                .product-description.center-block {
                    width: 100% !important;

                    .comments_note {
                        border-bottom: none;

                        .star_content.clearfix {
                            padding-right: 5px;
                            color: #1d1d1a;
                            margin: 0;
                        }
                    }

                    .brand-title,
                    .product-reference {
                        display: none !important;
                    }

                    .product-features {
                        margin-top: 5px !important;
                        margin-bottom: 5px !important;
                        border-bottom: 1px solid #e5e5e5;
                    }

                }

                .product-description.center-right {
                    align-items: flex-start !important;
                    padding: 5px 5px 0;

                    .delivery-message-wrapper {
                        margin-bottom: 10px !important;

                        .delivery-message {
                            border-bottom: none !important;
                            margin-bottom: 0px !important;
                            margin-bottom: 0px;
                        }
                    }

                    span.price-exc {
                        text-align: left !important;
                    }
                }
            }
        }
    }
}

/* Product Card*/

.top-wraper-product {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    align-items: center;

    .product-title-brand {
        margin-right: 20px;
    
        .product-short-info {
            display: flex;
            justify-content: flex-start;
            color: #1d1d1a;
            align-items: center;
    
            .comments_note {
                margin: 0;
                display: flex;
                margin-right: 20px;
    
                .star_content.clearfix {
                    margin-right: 5px;
                }
            }
    
            .product_reference-block {
                display: flex;
                align-items: center;
                margin-right: 20px;
    
                h4.product_reference.title {
                    font-size: 13px;
                    margin: 0;
                    font-weight: normal;
                    margin-right: 5px;
                }
            }
    
            h4.product-questions-title {
                margin: 0;
                font-size: 13px;
                font-weight: normal;
            }
        }
    }
    img.product-img.img-responsive {
        width: 110px;
    }
}





.pp-cnter-column {
    display: flex;
    flex-direction: column;
    height: 100%;

    .product-features-block {
        margin-top: 5px;
        margin-left: 0;
        margin-bottom: 0;
        margin-top: auto;
        border-bottom: 1px solid #e5e5e5;

        h4 {
            color: #1d1d1d;
        }

        ul.product-features-list {
            margin-bottom: 5px;
            .feature-name{
                font-weight: 600;
            }
        }
    }

}

.pp-right-column{
    background: rgba(217, 217, 217, 0.14);
    border-radius: 5px;
    padding: 5px 15px !important;

    .product-prices.js-product-prices {
        margin: 0;
        border-bottom: 1px solid #e5e5e5;

        .product-pricehas-discount,
        .product-price {
            display: flex;
            flex-wrap: nowrap;
            justify-content: space-between;

            .price {
                display: flex;
                flex-wrap: wrap;
                flex-direction: column;
                justify-content: space-between;

                span.price-inc.ask-for-price{
                    margin-bottom: auto !important;
                    margin-top: auto !important;
                    font-size: 30px !important;
                    margin: 0;
                    
                    span{
                        font-weight: 600;
                    }
                }

                span.price-inc {
                    color: #1d1d1d;
                    font-size: 40px;
                    font-weight: 800;
                    margin-bottom: 10px;

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

                span.price-exc {
                    font-weight: 400;
                    color: #666666;
                }
            }

            button.btn.btn-primary.add-to-cart {
                padding: 12px 60px;
                border-radius: 50px;
                background: #009703;

                img {
                    vertical-align: middle;
                    width: 30px;
                    margin-right: 10px;
                }
            }

            .omni {
                text-align: center;
            }
        }
    }
    .payment-plan-block{
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 10px;
        margin-top: 10px;
        display: flex;
        align-items: center;

        .bank-block {
            padding-right:0;
            display: flex;
            flex-wrap: wrap;

            div#roja45quotationspro_buttons_block {
                display: none;
            }

            div {
                margin: 0 !important;
                padding: 0 !important;
            }

            img {
                margin-top: 5px;
                max-width: 150px;
                margin-right: 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)
                }
            }

            p#eraty img {
                border-radius: 5px;
                border: 1px solid #e5e5e5;
            }

            .buttonKalkulatorLeasingowego img {
                background: #ffffff;
                border-radius: 5px;
                border: 1px solid #e5e5e5;
            }

            .opisPodButtonLeaselink {
                display: none;
            }

            button.btn.leasenow_tooltip.leasenow_button {
                max-width: 150px;
            }

        }

        .product-installments {
            color: #1d1d1a;
            font-size: 14px;
            text-align: right;

            span:last-child {
                font-weight: 700;
                color: #009703;
                border: 1px solid;
                padding: 5px;
                border-radius: 5px;
            }
        }
    }   

    .product-variants.js-product-variants {
        margin-top: 15px;
        color: #1d1d1a;

        h4 {
            font-weight: normal;
        }

        .configure_the_product {
            display: flex;
            flex-wrap: wrap;

            .clearfix.product-variants-item {
                width: 150px;
                margin-right: 10px;
            }
        }
    }

    .product-offerts {
        margin-top: 15px !important;
        padding-bottom: 10px;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #e5e5e5;

        #roja45quotationspro_buttons_block {
            width: 50%;


            .qty.quote-product-quantity {
                display: none;
            }

            .add {
                padding-right: 5px;
                width: 100%;
            }
        }

        button.btn.btn-primary {
            width: 50%;
        }

        .btn-primary {
            text-transform: uppercase;
            padding: 8px 29px;
            -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;
            text-decoration: none;
            color: #1d1d1a;
            display: flex;
            justify-content: center;
            background: transparent;
            border: 1px solid #e5e5e5;

            &:hover {
                color: #fab511;

                svg {
                    fill: #fab511;
                }
            }

            p {
                margin: 0 !important;
            }

            svg {
                margin-right: 5px;
                fill: #009703;
            }
        }

        .buttonKalkulatorLeasingowego,
        .leasenow_button-content,
        .opisPodButtonLeaselink,
        .pkol_widget,
        p#eraty {
            display: none;
        }
    }

    .prize-block {
        margin-top: 15px;
        display: flex;
        justify-content: space-around;
        padding-bottom: 10px;
        border-bottom: 1px solid #e5e5e5;

        img.icon {
            width: 140px;
        }

        p {
            text-align: center;
            font-size: 16px;
            color: #1d1d1a;

            span {
                font-weight: 800;
            }
        }
    }

    .elementor-element-wraper.row {
        padding: 0 15px 10px;
        display: flex;
        margin-top: 15px;
        flex-direction: row;
        flex-wrap: wrap;
        border-bottom: 1px solid #e5e5e5;

        .elementor-icon-box-wrapper.col-6 {
            display: flex;
            align-items: center;
            width: 50%;
            justify-content: flex-start;
            color: #1d1d1a;

            svg {
                margin-right: 10px;
            }
        }
    }

    .social-media {
        display: flex;
        flex-direction: row;
        margin-top: 15px;
        padding-bottom: 10px;

        a {
            color: #e5e5e5;
            text-decoration: none;
            border: 1px solid;
            border-radius: 5px;
            margin-right: 10px;

            i {
                font-size: 20px;
                padding: 8px 12px;

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


@media (min-width: 1024px) {

    button.btn.btn-primary.add-to-cart {
        padding: 12px 45px !important;
    }
}

/* Product Card media*/
@media (min-width: 769px) and (max-width: 1540px) {
    .pp-right-column {
        span.price-inc {
            font-size: 35px !important;
        }
    }

    .bank-block {

        display: flex;
        flex-wrap: wrap;

        div#roja45quotationspro_buttons_block {
            display: none;
        }

        img {
            margin-top: 5px;
            max-width: 115px !important;
            margin-right: 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)
            }
        }

        button.btn.leasenow_tooltip.leasenow_button {
            max-width: 115px !important;
        }
    }
}
@media (min-width: 966px) {
    .images-container-slider-mobile,
    .product-offerts-mobile,
    .product-information #product_delivery_mobile,
    .product-information .product-features-block-mobile,
    .bank-block-mobile,
    .product-installments_mobile,
    .add-mobile
      {
        display: none !important;
    }

}
@media (max-width: 966px) {
    .images-container.js-images-container,
    .prize-block,
    .pp-cnter-column,
    .product-offerts,
    .elementor-element-wraper,
    .social-media,
    .payment-plan-block.row {
        display: none !important;
    }
    .pp-right-column{
        background: #ffffff;
    }

    .images-container-slider-mobile { 
        display: block;
        margin-bottom: 10px;

        .nr-carousel-wrapper {
            position: relative;
            overflow: hidden;
            width: 100%;
            max-width: 300px;
            margin: 0 auto;
        
            .nr-carousel {
                display: flex;
                list-style: none;
                padding: 0;
                margin: 0;
                transition: transform 0.5s ease-in-out;
        
                .thumb-container {
                    flex: 0 0 100%;
                    text-align: center;
        
                    img {
                        max-width: 100%;
                        height: auto;
                    }
                }
            }
        
            .carousel-dots {
                display: flex !important;
                justify-content: center;
                gap: 10px;
                margin-top: 15px;
            }
        
            .carousel-dots .dot {
                width: 15px;
                height: 15px;
                background-color: transparent;
                margin: 5px;
                border: 1px solid #fab511;
                box-sizing: border-box;
                cursor: pointer;
                border-radius: 3px;
                position: relative;
            }
        
            .carousel-dots .dot::after {
                content: '';
                position: absolute;
                top: 3px;
                left: 3px;
                width: 7px;
                height: 7px;
                background-color: #fab511;
            }
        
        
            .carousel-dots .dot.active {
                background-color: #fab511;
                border-color: #fab511;
            }
        
            .carousel-dots .dot.active::after {
                display: none;
            }
        
            .carousel-dots .dot:hover::after {
                display: none;
            }
        
            &.single-slide {
                .nr-carousel {
                    transform: none;
                    display: flex;
                    justify-content: center;
                }
        
                .carousel-dots {
                    display: none;
                }
            }
        }
    }
    .top-wraper-product{
        border-bottom: none;
        
        .productpage_title {
            margin-top: 0px;
            text-transform: capitalize;
            font-weight: 600;
            padding-bottom: 0px;
            margin-bottom: 5px;
            border-bottom: 0;
            font-size: 22px;
            line-height: normal;
        }
        .product-short-info {
            display: flex !important;
            justify-content: space-between !important;

            .comments_note {
                display: flex;
                margin: 0 !important;
            }

            .product_reference-block {
                font-size: 13px;
                display: flex;
                align-items: center;

                h4.product_reference.title {
                    font-size: 13px;
                     font-weight: normal;
                    margin: 0 5px;
                }
            }
            .product-questions {
                display: none;
            }
        }

        .brand-block {
            display: none;
        }
    }
   
    .product-prices.js-product-prices{
        border-bottom: none !important;

        .product-price {
            padding: 0;
            display: flex;
            justify-content: space-between;
            

            .price {
                display: flex;
                justify-content: space-between;
                color: #1d1d1a;
                margin: 15px 0;
                display: flex;
                flex-direction: column;

                .ask-for-price {
                    font-size: 35px !important;
                    margin-bottom: 10px;
                }

                span.price-inc {
                    font-size: 40px;
                    font-weight: 800;

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

                span.price-exc {
                    font-size: 13px;
                }
            }

            .add {
                display: none;
            }

            .product-offerts-mobile {
                margin-top: 15px !important;
                display: flex;
                justify-content: space-between;

                #roja45quotationspro_buttons_block {
                    width: 50%;

                    .qty.quote-product-quantity {
                        display: none;
                    }

                    .add {
                        padding-right: 5px;
                        width: 100%;
                        display: block;
                    }
                }

                button.btn.btn-primary {
                    width: auto;
                    height: fit-content;
                }

                .btn-primary {
                    text-transform: uppercase;
                    padding: 5px 5px;
                    -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;
                    text-decoration: none;
                    color: #1d1d1a;
                    display: flex;
                    justify-content: center;
                    background: transparent;
                    border: 1px solid #e5e5e5;

                    &:hover {
                        color: #009703;

                        svg {
                            fill: #009703;
                        }
                    }

                    p {
                        margin: 0;
                        display: none !important;
                    }

                    svg {
                        width: 35px;
                        height: 35px;
                        fill: #009703;
                    }
                }

                .buttonKalkulatorLeasingowego,
                .leasenow_button-content,
                .opisPodButtonLeaselink,
                .pkol_widget,
                p#eraty {
                    display: none;
                }
            }
        }
       
    }
    .product-features-block-mobile{
        border-bottom: 1px solid #e5e5e5;
        .product-features-list{
            margin-bottom: 5px;
            .feature-name {
                font-weight: 600;
            }
        }
        
        .product_details_tabs{
            display: none;
        }
        .material-icons{
            display: none;
        }
    }

    .product-variants.js-product-variants {
        margin-bottom: 15px;
    }
    .bank-block-mobile {
        padding-bottom: 10px;
        border-bottom: 1px solid #e5e5e5;
        margin-top: 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

        div#roja45quotationspro_buttons_block {
            display: none;
        }

        div {
            margin: 0 !important;
            padding: 0 !important;
        }

        img {
            margin-top: 5px;
            max-width: 150px;
            margin-right: 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)
            }
        }

        p#eraty img {
            border-radius: 5px;
            border: 1px solid #e5e5e5;
        }

        .buttonKalkulatorLeasingowego img {
            border-radius: 5px;
            border: 1px solid #e5e5e5;
        }

        .opisPodButtonLeaselink {
            display: none;
        }
        .leasenow_button-content {
            max-width: 150px !important;
        }
    }
    .product-installments_mobile {
        font-size: 14px;
        width: 100%;
        margin-bottom: 15px;
        margin-top: 15px;
        text-align: right;

        span:last-child {
            font-weight: 700;
            color: #009703;
            border: 1px solid;
            padding: 5px;
            border-radius: 5px;
        }
    }
    .add-mobile button.btn.btn-primary.add-to-cart {
        margin-top: 10px;
        padding: 12px 60px;
        border-radius: 50px;
        background: #009703;
        width: -webkit-fill-available;

        img {
            vertical-align: middle;
            width: 30px;
            margin-right: 10px;
        }
    }

}
