/* Robust fix for cart/inquiry badge in all contexts */
.fa-layers.fa-fw.fa-2x { position: relative; }
.fa-layers.fa-fw .fa-layers-counter,
.fa-layers.fa-2x .fa-layers-counter,
.mobile-quick-cart .fa-layers .fa-layers-counter {
    position: absolute !important;
    top: -0.5rem !important;
    right: -0.1rem !important;
    min-width: 0.9rem !important;
    height: 1.3rem !important;
    font-size: 0.9rem !important;
    background: #2d6adf;
    color: #fff !important;
    border-radius: 0.8rem !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 0.4rem !important;
    line-height: 1 !important;
    z-index: 2;
}
@media (max-width: 767px) {
    .fa-layers.fa-fw .fa-layers-counter,
    .fa-layers.fa-2x .fa-layers-counter,
    .mobile-quick-cart .fa-layers .fa-layers-counter {
        font-size: 8px !important;
        top: 0 !important;
        right: -1px !important;
    }
}
/* === BRANDS Section Styles === */
#section_brands {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: #fbf1e9;
    margin-top: 60px;
    margin-bottom: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    box-shadow: none;
}
.section_brands {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 32px;
    padding: 32px 24px;
}
.section_brands {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 32px;
}
.section_brands_left {
    flex: 0 0 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 18px;
}
.section_brands_left .title {
    font-size: 38px;
    font-weight: 700;
    color: #435060;
    margin-bottom: 6px;
}
.section_brands_left .desc {
    font-size: 16px;
    color: #435060;
    margin-bottom: 12px;
}
.section_brands_left .button_right a {
    display: inline-flex;
    align-items: center;
    background: none;
    color: #2e7572;
    padding: 0;
    border-radius: 0;
    font-weight: 700;
    text-decoration: underline;
    margin-top: 10px;
    font-size: 16px;
    box-shadow: none;
    transition: color 0.2s;
}
.section_brands_left .button_right a img {
    margin-left: 10px;
}
.section_brands_left .button_right a:hover {
    color: #205a57;
    background: none;
}
@media (max-width: 991px) {
    #section_brands {
        width: 100vw;
        margin-left: -50vw;
        margin-right: -50vw;
        left: 50%;
        right: 50%;
        padding: 0;
    }
    .section_brands {
        width: 98%;
        padding: 24px 8px;
    }
}
@media (max-width: 600px) {
    #section_brands {
        width: 100vw;
        padding: 0;
        margin-top: 30px;
    }
    .section_brands {
        width: 100%;
        padding: 10px 2px;
    }
}
.section_brands_right {
    flex: 0 0 67%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
}
.section_brands_right a {
    display: block;
    border-radius: 0;
    overflow: visible;
    box-shadow: none;
    transition: none;
}
.section_brands_right a:hover {
    box-shadow: none;
}
.section_brands_right img {
    width: 100%;
    max-width: 264px;
    height: auto;
    display: block;
}
@media (max-width: 991px) {
    #section_brands {
        width: 98%;
        padding: 24px 8px;
    }
    .section_brands {
        flex-direction: column;
        gap: 18px;
    }
    .section_brands_left, .section_brands_right {
        flex: unset;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .section_brands_left {
        align-items: center;
        text-align: center;
    }
    .section_brands_left .title {
        font-size: 28px;
    }
    .section_brands_right {
        flex-direction: row;
        gap: 12px;
    }
}
@media (max-width: 600px) {
    #section_brands {
        width: 100vw;
        margin-left: -50vw;
        margin-right: -50vw;
        left: 50%;
        right: 50%;
        padding: 0;
        margin-top: 30px;
    }
    .section_brands_left .title {
        font-size: 20px;
    }
    .section_brands_left .desc, .section_brands_left .button_right a {
        font-size: 14px;
    }
    .section_brands_right {
        flex-direction: column;
        gap: 10px;
    }
    .section_brands_right img {
        max-width: 100%;
    }
}
/* === End BRANDS Section Styles === */
/* === UNIPACK Section Styles === */
#section_unipack {
    width: 80%;
    max-width: 1200px;
    margin: 60px auto 0 auto;
    background: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.unipack_desc {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 40px;
    gap: 32px;
}
.section_unipack_title {
    flex: 0 0 33%;
    font-size: 38px;
    font-weight: 700;
    color: #2e7572;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1.1;
    padding-right: 16px;
    height: 100%;
}
@media (max-width: 991px) {
    .unipack_desc {
        flex-direction: column;
        gap: 18px;
        align-items: stretch;
    }
    .section_unipack_title, .section_unipack_description {
        flex: unset;
        width: 100%;
        padding-right: 0;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .section_unipack_title {
        font-size: 28px;
        margin-bottom: 8px;
        align-items: flex-start;
    }
    .section_unipack_description {
        font-size: 16px;
    }
    .section_unipack_icons {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(3, auto);
        gap: 18px 12px;
    }
}
.section_unipack_title span {
    display: block;
}
.section_unipack_description {
    flex: 0 0 67%;
    font-size: 18px;
    color: #231f20;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1.5;
}
.section_unipack_description span {
    display: block;
}
.section_unipack_icons {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 32px 24px;
    margin-bottom: 20px;
}
.section_unipack_icons__item {
    background: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 10px;
}
.section_unipack_icons__item .image {
    margin-bottom: 12px;
}
.section_unipack_icons__item .title {
    font-size: 22px;
    font-weight: 700;
    color: #2e7572;
    margin-bottom: 8px;
}
.section_unipack_icons__item .text {
    font-size: 16px;
    color: #231f20;
    line-height: 1.5;
}
@media (max-width: 991px) {
    #section_unipack {
        width: 98%;
    }
    .unipack_desc {
        flex-direction: column;
        gap: 18px;
        align-items: stretch;
    }
    .section_unipack_title, .section_unipack_description {
        flex: unset;
        width: 100%;
        padding-right: 0;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .section_unipack_title {
        font-size: 28px;
        margin-bottom: 8px;
    }
    .section_unipack_description {
        font-size: 16px;
    }
    .section_unipack_icons {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(3, auto);
        gap: 18px 12px;
    }
}
@media (max-width: 600px) {
    #section_unipack {
        width: 100%;
        margin-top: 30px;
    }
    .section_unipack_title {
        font-size: 20px;
    }
    .section_unipack_description {
        font-size: 14px;
    }
    .section_unipack_icons {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(6, auto);
        gap: 12px 0;
    }
}
/* === End UNIPACK Section Styles === */
/* === EKO Section Styles === */
.section-eco-container {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    background: #f8f8f8;
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 0;
    box-sizing: border-box;
}
.section-eco-inner {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    border-radius: 0;
    padding: 40px 24px;
    gap: 32px;
    background: transparent;
    justify-content: center;
    align-items: center;
}
.section_eco_left {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
}
.section_eco_left img {
    width: 70px;
    margin-bottom: 10px;
}
.section_eco_left .title {
    font-size: 38px;
    font-weight: 700;
    color: #2e7572;
    margin-bottom: 6px;
}
.section_eco_left .desc {
    font-size: 16px;
    color: #231f20;
    margin-bottom: 12px;
}
.section_eco_desktop_button {
    display: inline-block;
    background: #2e7572;
    color: #fff;
    padding: 10px 22px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 10px;
    transition: background 0.2s;
}
.section_eco_desktop_button:hover {
    background: #205a57;
}
.section_eco_right {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
    justify-content: center;
}
.section_eco_row {
    display: flex;
    gap: 18px;
    justify-content: center;
}
.section_eco_row a {
    flex: 1 1 0;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}
.section_eco_img {
    width: 100%;
    aspect-ratio: 19/10;
    min-width: 0;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    transition: box-shadow 0.2s;
    overflow: hidden;
}
.section_eco_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.section_eco_row a:hover .section_eco_img {
    box-shadow: 0 4px 16px rgba(0,0,0,0.13);
}
.section_eco_absolute_title {
    font-size: 16px;
        font-size: 18px;
    color: #2e7572;
    font-weight: 600;
    text-align: center;
}
.section_eco_mobile_button {
        font-size: 18px;
    display: none;
}
@media (max-width: 991px) {
    .section-eco-inner {
        width: 98%;
        flex-direction: column;
        align-items: center;
        padding: 24px 8px;
        gap: 18px;
        margin: 0 auto;
    }
    .section_eco_left {
        flex: unset;
        align-items: center;
        text-align: center;
    }
    .section_eco_right {
        width: 100%;
    }
    .section_eco_row {
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }
    .section_eco_row a {
        width: 90%;
        max-width: 400px;
    }
}
@media (max-width: 600px) {
    .section-eco-inner {
        width: 100%;
        padding: 10px 2px;
        gap: 8px;
        margin: 0 auto;
    }
    /* font-size changes reverted */
    .section_eco_img {
        aspect-ratio: 16/10;
        max-width: 400px;
        object-fit: cover;
        margin-left: auto;
        margin-right: auto;
    }
    .section_eco_desktop_button {
        display: none;
    }
    .section_eco_mobile_button {
        display: block;
        width: 90%;
        margin: 18px auto 0 auto;
        background: #2e7572;
        color: #fff;
        padding: 10px 0;
        border-radius: 6px;
        font-weight: 600;
        text-align: center;
        text-decoration: none;
    }
    .section_eco_mobile_button:hover {
        background: #205a57;
    }
    .section_eco_row {
        gap: 8px;
    }
}
/* === End EKO Section Styles === */
body { font-family: 'DM Sans', sans-serif; background-color: #fff; color: #231f20; }
a, a:hover, a:focus { color: #2e7572; outline: none; }

.page h1, .page h2, .page h3 { color: #231f20; padding: 0 0 10px 0; margin: 0 0 10px 0; font-size: 22px; }

.btn-primary, .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover { background-color: #2e7572; border-color: #2e7572; outline-color: #2e7572; }
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover { background-color: #2e7572; border-color: #2e7572; outline-color: #2e7572; }
.btn-paczkomaty.disabled.focus, .btn-paczkomaty.disabled:focus, .btn-paczkomaty.disabled:hover, .btn-paczkomaty[disabled].focus, .btn-paczkomaty[disabled]:focus, .btn-paczkomaty[disabled]:hover, fieldset[disabled] .btn-paczkomaty.focus, fieldset[disabled] .btn-paczkomaty:focus, fieldset[disabled] .btn-paczkomaty:hover, .btn-paczkomaty { background-color: #ffcd00; border-color: #ffcd00; outline-color: #ffcd00; }
.btn-dhl-pop.disabled.focus, .btn-dhl-pop.disabled:focus, .btn-dhl-pop.disabled:hover, .btn-dhl-pop[disabled].focus, .btn-dhl-pop[disabled]:focus, .btn-dhl-pop[disabled]:hover, fieldset[disabled] .btn-dhl-pop.focus, fieldset[disabled] .btn-dhl-pop:focus, fieldset[disabled] .btn-dhl-pop:hover, .btn-dhl-pop { background-color: #ffcd00; border-color: #ffcd00; outline-color: #ffcd00; }
.btn-info, .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open>.dropdown-toggle.btn-info, .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover { background-color: #5bc0de; border-color: #5bc0de; outline-color: #5bc0de; }
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover { background-color: #5bc0de; border-color: #5bc0de; outline-color: #5bc0de; }
.btn-default, .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover { background-color: #fff; border-color: #ccc; outline-color: #fff; }
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover { background-color: #fff; border-color: #ccc; outline-color: #fff; }
.btn-success, .btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open>.dropdown-toggle.btn-success, .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover { background-color: #5FC314; border-color: #5FC314; outline-color: #5FC314; }
.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover { background-color: #5FC314; border-color: #5FC314; outline-color: #5FC314; }
.btn-primary1, .btn-primary1.active, .btn-primary1.focus, .btn-primary1:active, .btn-primary1:focus, .open>.dropdown-toggle.btn-primary1, .btn-primary1.active.focus, .btn-primary1.active:focus, .btn-primary1:active.focus, .btn-primary1:active:focus, .open>.dropdown-toggle.btn-primary1.focus, .open>.dropdown-toggle.btn-primary1:focus { background-color: #2e7572; border-color: #2e7572; outline-color: #2e7572; }
.btn-primary1:hover, .btn-primary1.active:hover, .btn-primary1:active:hover, .open>.dropdown-toggle.btn-primary1:hover { background-color: #231f20; border-color: #231f20; outline-color: #231f20; }
.btn-primary1.disabled.focus, .btn-primary1.disabled:focus, .btn-primary1[disabled].focus, .btn-primary1[disabled]:focus, fieldset[disabled] .btn-primary1.focus, fieldset[disabled] .btn-primary1:focus { background-color: #2e7572; border-color: #2e7572; outline-color: #2e7572; }
.btn-primary1.disabled:hover, .btn-primary1[disabled]:hover, fieldset[disabled] .btn-primary1:hover { background-color: #231f20; border-color: #231f20; outline-color: #231f20; }

.btn-signin, .btn-signin.active, .btn-signin.focus, .btn-signin:active, .btn-signin:focus, .btn-signin:hover, .open>.dropdown-toggle.btn-signin, .btn-signin.active.focus, .btn-signin.active:focus, .btn-signin.active:hover, .btn-signin:active.focus, .btn-signin:active:focus, .btn-signin:active:hover, .open>.dropdown-toggle.btn-signin.focus, .open>.dropdown-toggle.btn-signin:focus, .open>.dropdown-toggle.btn-signin:hover { background-color: #2e7572; border-color: #2e7572; outline-color: #2e7572; color: #fff !important; }
.btn-signin.active, .btn-signin.focus, .btn-signin:active, .btn-signin:focus, .btn-signin:hover, .btn-signin.active.focus, .btn-signin.active:focus, .btn-signin.active:hover, .btn-signin:active.focus, .btn-signin:active:focus, .btn-signin:active:hover, .open>.dropdown-toggle.btn-signin.focus, .open>.dropdown-toggle.btn-signin:focus, .open>.dropdown-toggle.btn-signin:hover { background-color: #2e7572; border-color: #2e7572; outline-color: #2e7572; }
.btn-signin.disabled.focus, .btn-signin.disabled:focus, .btn-signin.disabled:hover, .btn-signin[disabled].focus, .btn-signin[disabled]:focus, .btn-signin[disabled]:hover, fieldset[disabled] .btn-signin.focus, fieldset[disabled] .btn-signin:focus, fieldset[disabled] .btn-signin:hover { background-color: #2e7572; border-color: #fff; outline-color: #fff; }

.btn-signup, .btn-signup.active, .btn-signup.focus, .btn-signup:active, .btn-signup:focus, .btn-signup:hover, .open>.dropdown-toggle.btn-signup, .btn-signup.active.focus, .btn-signup.active:focus, .btn-signup.active:hover, .btn-signup:active.focus, .btn-signup:active:focus, .btn-signup:active:hover, .open>.dropdown-toggle.btn-signup.focus, .open>.dropdown-toggle.btn-signup:focus, .open>.dropdown-toggle.btn-signup:hover { background-color: #fff; border-color: #2e7572; outline-color: #fff; color: #2e7572 !important; }
.btn-signup.active, .btn-signup.focus, .btn-signup:active, .btn-signup:focus, .btn-signup:hover, .btn-signup.active.focus, .btn-signup.active:focus, .btn-signup.active:hover, .btn-signup:active.focus, .btn-signup:active:focus, .btn-signup:active:hover, .open>.dropdown-toggle.btn-signup.focus, .open>.dropdown-toggle.btn-signup:focus, .open>.dropdown-toggle.btn-signup:hover { background-color: #e6e6e6; border-color: #2e7572; outline-color: #2e7572; }
.btn-signup.disabled.focus, .btn-signup.disabled:focus, .btn-signup.disabled:hover, .btn-signup[disabled].focus, .btn-signup[disabled]:focus, .btn-signup[disabled]:hover, fieldset[disabled] .btn-signup.focus, fieldset[disabled] .btn-signup:focus, fieldset[disabled] .btn-signup:hover { background-color: #fff; border-color: #fff; outline-color: #fff; }

.btn-grey, .btn-grey.active, .btn-grey.focus, .btn-grey:active, .btn-grey:focus, .btn-grey:hover, .open>.dropdown-toggle.btn-grey, .btn-grey.active.focus, .btn-grey.active:focus, .btn-grey.active:hover, .btn-grey:active.focus, .btn-grey:active:focus, .btn-grey:active:hover, .open>.dropdown-toggle.btn-grey.focus, .open>.dropdown-toggle.btn-grey:focus, .open>.dropdown-toggle.btn-grey:hover { background-color: #EEEFF1; border-color: #000; outline-color: #000; color: #000 !important; }
.btn-grey.active, .btn-grey.focus, .btn-grey:active, .btn-grey:focus, .btn-grey:hover, .btn-grey.active.focus, .btn-grey.active:focus, .btn-grey.active:hover, .btn-grey:active.focus, .btn-grey:active:focus, .btn-grey:active:hover, .open>.dropdown-toggle.btn-grey.focus, .open>.dropdown-toggle.btn-grey:focus, .open>.dropdown-toggle.btn-grey:hover { background-color: #EEEFF1; border-color: #000; outline-color: #000; }
.btn-grey.disabled.focus, .btn-grey.disabled:focus, .btn-grey.disabled:hover, .btn-grey[disabled].focus, .btn-grey[disabled]:focus, .btn-grey[disabled]:hover, fieldset[disabled] .btn-grey.focus, fieldset[disabled] .btn-grey:focus, fieldset[disabled] .btn-grey:hover { background-color: #EEEFF1; border-color: #000; outline-color: #000; }

.btn-black, .btn-black.active, .btn-black.focus, .btn-black:active, .btn-black:focus, .btn-black:hover, .open>.dropdown-toggle.btn-black, .btn-black.active.focus, .btn-black.active:focus, .btn-black.active:hover, .btn-black:active.focus, .btn-black:active:focus, .btn-black:active:hover, .open>.dropdown-toggle.btn-black.focus, .open>.dropdown-toggle.btn-black:focus, .open>.dropdown-toggle.btn-black:hover { background-color: #000; border-color: #000; outline-color: #000; color: #fff !important; }
.btn-black.active, .btn-black.focus, .btn-black:active, .btn-black:focus, .btn-black:hover, .btn-black.active.focus, .btn-black.active:focus, .btn-black.active:hover, .btn-black:active.focus, .btn-black:active:focus, .btn-black:active:hover, .open>.dropdown-toggle.btn-black.focus, .open>.dropdown-toggle.btn-black:focus, .open>.dropdown-toggle.btn-black:hover { background-color: #111; border-color: #000; outline-color: #000; }
.btn-black.disabled.focus, .btn-black.disabled:focus, .btn-black.disabled:hover, .btn-black[disabled].focus, .btn-black[disabled]:focus, .btn-black[disabled]:hover, fieldset[disabled] .btn-black.focus, fieldset[disabled] .btn-black:focus, fieldset[disabled] .btn-black:hover { background-color: #000; border-color: #000; outline-color: #000; color: #777 !important; }

.btn-grey-light, .btn-grey-light.active, .btn-grey-light.focus, .btn-grey-light:active, .btn-grey-light:focus, .btn-grey-light:hover, .open>.dropdown-toggle.btn-grey-light, .btn-grey-light.active.focus, .btn-grey-light.active:focus, .btn-grey-light.active:hover, .btn-grey-light:active.focus, .btn-grey-light:active:focus, .btn-grey-light:active:hover, .open>.dropdown-toggle.btn-grey-light.focus, .open>.dropdown-toggle.btn-grey-light:focus, .open>.dropdown-toggle.btn-grey-light:hover { background-color: #EDEFF6; border-color: #EDEFF6; outline-color: #EDEFF6; color: #4C4C4C !important; }
.btn-grey-light.active, .btn-grey-light.focus, .btn-grey-light:active, .btn-grey-light:focus, .btn-grey-light:hover, .btn-grey-light.active.focus, .btn-grey-light.active:focus, .btn-grey-light.active:hover, .btn-grey-light:active.focus, .btn-grey-light:active:focus, .btn-grey-light:active:hover, .open>.dropdown-toggle.btn-grey-light.focus, .open>.dropdown-toggle.btn-grey-light:focus, .open>.dropdown-toggle.btn-grey-light:hover { background-color: #EDEFF6; border-color: #EDEFF6; outline-color: #EDEFF6; }
.btn-grey-light.disabled.focus, .btn-grey-light.disabled:focus, .btn-grey-light.disabled:hover, .btn-grey-light[disabled].focus, .btn-grey-light[disabled]:focus, .btn-grey-light[disabled]:hover, fieldset[disabled] .btn-grey-light.focus, fieldset[disabled] .btn-grey-light:focus, fieldset[disabled] .btn-grey-light:hover { background-color: #EDEFF6; border-color: #EDEFF6; outline-color: #EDEFF6; }

.pagination { margin: auto; }
.pagination>li>a, .pagination>li>span { margin-right: 5px; margin-bottom: 5px; background-color: #fff; color: #231f20; }
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus { background-color: #2e7572; border-color: #2e7572; color: #fff; }
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus { background-color: #2e7572; border-color: #2e7572; }

.dropdown-custom { position: static !important; }
.dropdown-custom .dropdown-menu-custom { color: #fff; border: 1px solid #4C4C4C  !important; width: 100%; overflow-y: auto; overflow-x: hidden; max-height: 700px; background-color: #4C4C4C !important; font-weight: 500; border-bottom-right-radius: 5px; border-top-right-radius: 5px !important; border-bottom-left-radius: 5px; left: 17px; margin-top: 1px !important; padding: 20px 0; column-count: 4; column-gap: 15px; }
.dropdown-custom .dropdown-menu-custom .col-md-3 { display: inline-block; width: 100%; break-inside: avoid; margin-bottom: 10px; padding-left: 15px; padding-right: 15px; }
.dropdown-custom .dropdown-menu-custom .clearfix { display: none; }
.dropdown-custom .dropdown-menu-custom a:hover, .dropdown-custom .dropdown-menu-custom a:focus, .dropdown-custom .dropdown-menu-custom a:active, .dropdown-custom .dropdown-menu-custom a:visited { color: #fff !important; background-color: #4C4C4C !important; }

.popover-title { padding: 8px 14px !important; margin: 0 !important; }

.top-contact { padding: 15px 0; font-size: 12px; }
.top-contact a { color: #fff; }

.top-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 10px 0;
}
.top-logo .top-logo-container { flex: 0 0 auto; }
.top-logo .form-search input[type='text'] { width: 205px; font-size: 12px; }
.top-logo .form-search select { width: 110px; font-size: 12px;}
.top-logo a, .top-logo a:hover, .top-logo a:focus { color: #4C4C4C; outline:none; }
.top-logo .panel-quick-operator-option { display: none; }
.top-logo .search-box {
    flex: 0 1;
    max-width: 500px;
    margin: 0 15px;
    width: 100%;
    height: 100%;
}
.top-logo .search-box .autocomplete { margin-top: 5px; position: absolute; z-index: 9999; background-color: #fff; max-width: 500px; max-height: 500px; overflow-y: auto; overflow-x: hidden; }
.top-logo .search-box .autocomplete .list-group { margin-bottom: 0; }
.top-logo .search-box .autocomplete .list-group .list-group-item-heading { font-weight: normal }
.top-logo .search-box .autocomplete .list-group .list-group-item {
    position: relative;
    border: none;
}

.top-logo .search-box .autocomplete .list-group .list-group-item::before,
.top-logo .search-box .autocomplete .list-group .list-group-item::after {
    content: "";
    position: absolute;
    left: 2%;
    width: 95%;
    height: 0.5px;
    background-color: rgba(46, 117, 114, 0.5);
    pointer-events: none;
}

.top-logo .search-box .autocomplete .list-group .list-group-item::before {
    top: 0;
}

.top-logo .search-box .autocomplete .list-group .list-group-item::after {
    bottom: 0;
}

.top-logo .search-box .input-group input[type="text"] { outline: none; box-shadow: none; }
.top-logo .search-box .input-group .input-group-addon-search  { height: 40px; padding: 0 10px; }
.top-logo .search-box .input-group .input-group-addon-search select  { height: 35px; }
.top-logo .search-box .input-group .input-group-btn button { height: 40px; border-left: 0; box-shadow: none; outline: inherit; }
.top-logo .search-box .input-group input[type='text'] { height: 40px; }
.top-logo img { max-width: 280px; }
.top-logo .center-wrapper {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.top-logo .menu-box {
    flex: 0 0 auto;
    margin-left: auto;
    height: 100%;
}

.header-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 10px;
    color: #333;
}

.header-details a {
    text-decoration: none;
    color: inherit;
}

.header-details a:hover {
    text-decoration: underline;
}

.header-phone,
.header-email {
    display: flex;
    align-items: center;
    margin: 0;
    font-weight: 300;
}

.header-phone img,
.header-email img {
    display: inline-block;
    margin-right: 10px;
}

.header-fb {
    font-weight: 300;
    color: #3b5998;
    display: flex;
    align-items: center;
}

.header-fb img {
    margin-right: 10px;
    width: 15px;
    height: auto;
}

.header-fb:hover {
    color: #2d4373;
    text-decoration: underline;
}

.top-logo-container {
    width: 280px;
    height: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.top-logo-container img {
    height: 40px;
    width: auto;
    object-fit: contain;
    transition: none !important;
}
 .top-logo .search-box .input-group {
    display: flex;
    align-items: center;
    height: 40px;
    gap: 0;
}

.top-logo .search-box .input-group input[type="text"] {
    flex: 1;
    height: 40px;
    line-height: 38px;
    padding: 0 12px;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #ccc;
    border-right: none;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    outline: none;
}

.top-logo .search-box .input-group .input-group-btn {
    display: flex;
    align-items: center;
    height: 100%;
}

.top-logo .search-box .input-group .input-group-btn button {
    height: 40px;
    line-height: 38px;
    padding: 0 12px;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #ccc;
    border-left: none;
    background-color: #f8f8f8;
    cursor: pointer;
}

.top-logo .search-box .input-group .input-group-btn button i {
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
}

.sticky-logo-active [data-quick-cart] .icon-link { display: none; }
.sticky-logo-active .panel-quick-operator { display: none; }

[data-quick-cart] { display: flex; justify-content: space-between; gap: 10px; height: 100%; }

.footer { padding-top: 20px; padding-bottom: 20px; color: #000; font-size:  16px; }
.footer .bx-wrapper { max-width: 100% !important; margin-bottom: 0; margin-top: 10px; border: 0; box-shadow: none; }
.footer .producers .producer, .footer .brands .brand { margin-right: 20px; height: 100px; }
.footer .producers .producer img, .footer .brands .brand img { max-width: 100%; max-height: 100%; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
.footer .menu { line-height: 30px; }
.footer .menu a { color: #000; }

.footer-boxes {  background-size: cover; margin-top: 30px; }
.footer-boxes .box { min-height: 790px; border-radius: 4px; background-color: rgba(255, 255, 255, 0.8); }
.footer-boxes .box-auto { border-radius: 4px; background-color: rgba(255, 255, 255, 0.8); }

.img-carousel { margin-bottom: 20px; }
.img-carousel .carousel-indicators { margin-bottom: -5px; }
.img-carousel .carousel-indicators li { background-color: #ffffff; width: 14px; height: 14px; margin: 0; }
.img-carousel .carousel-indicators .active { background-color: #2e7572; border: 1px solid #2e7572; }
.img-carousel .carousel-inner .item { text-align: center; }
.img-carousel .carousel-inner .item img { width: 100%; }
.img-carousel .carousel-inner .banner-wrapper { position: relative; display: inline-block; margin: 0 auto; }
.img-carousel .carousel-caption { position: absolute; text-align: left; left: 10%; right: 10%; bottom: 15%; }
.img-carousel .carousel-caption .button .btn { font-weight: bold; }

.img-hover-zoom { transform : all 1s ease-in-out; transform-origin: left center; cursor: pointer;
                  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
.img-hover-zoom:hover { transform: scale(2.5); z-index: 999; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); position: relative; }

#img-carousel-1 .carousel-caption { padding-bottom: 20px; height: 380px; bottom: auto; top: 100px; }
#img-carousel-1 .carousel-caption .first { font-size: 30px; font-weight: bold; color: #435060; text-shadow: none; }
#img-carousel-1 .carousel-caption .second { font-size: 16px; margin-bottom: 60px; max-height: 88px; overflow-y: hidden; }
#img-carousel-1 .carousel-inner .item img { max-height: 500px; margin: 0 auto }
#img-carousel-2 { margin-top: 50px; }
#img-carousel-2 .carousel-caption { position: absolute !important; top: 0; padding-bottom: 5px; height: 175px; text-align: center; }
#img-carousel-2 .carousel-caption .first { font-size: 27px; font-weight: bold; line-height: 30px; margin-bottom: 20px; color: #435060; text-shadow: none; }
#img-carousel-2 .carousel-caption .second { display: none; }
#img-carousel-2 .carousel-inner .item img { max-height: 250px; margin-top: 150px; }

#mobile-navbar { margin-bottom: 15px; display: flex; flex-wrap: nowrap; align-items: center; }
#mobile-navbar > div { flex: 1 1 50%; min-width: 0; }
#mobile-navbar > .search-box-mobile { flex: 1 1 100%; }
#mobile-navbar .navbar-default { background-color: #fff; border-color: #2e7572; }
#mobile-navbar .navbar { border: 0; margin-bottom: 0; }
#mobile-navbar [data-quick-cart] { justify-content: flex-end; gap: 0; align-items: center }
#mobile-navbar .navbar .navbar-nav { background-color: #2e7572; }
#mobile-navbar .navbar .navbar-header .navbar-header-inner { display: flex; flex-wrap: nowrap; align-items: center; justify-content: space-between; margin-top: 10px; }
#mobile-navbar .navbar .navbar-header .navbar-mobile-logo-col { flex: 1 1 auto; min-width: 0; }
#mobile-navbar .navbar .navbar-header #navbar-mobile-logo { display: flex; align-items: center; justify-content: flex-start; gap: 10px; }
#mobile-navbar .navbar .navbar-header #navbar-mobile-logo img { max-width: 100%; height: auto; }
#mobile-navbar .navbar .navbar-header #navbar-mobile-menu { display: flex; align-items: center; flex: 0 0 auto; min-height: 40px; }
#mobile-navbar a { color: #4C4C4C; }
#mobile-navbar .search-box-mobile .input-group input[type="text"] { outline: none; box-shadow: none; border-radius: 4px 0 0 4px; }
#mobile-navbar .search-box-mobile .input-group .input-group-addon-search { display: none; }
#mobile-navbar .search-box-mobile .input-group .input-group-addon-search select { width: 110px; font-size: 12px; }
#mobile-navbar .search-box-mobile .input-group .input-group-btn button { border-left: 0; box-shadow: none; outline: inherit; }

.products-mobile-menu button { font-size: 16px; font-weight: 500; border-radius: 0; }
.products-mobile-menu .panel:first-child { border-top: none; }
.products-mobile-menu .panel-title a { display: flex; justify-content: space-between; align-items: center; font-weight: bold; font-size: 14px; }
.products-mobile-menu .panel-title a i { font-size: 24px; }

.products-mobile-menu .panel-body ul li .menu-row { border-bottom: 1px solid #ddd; display: flex; justify-content: space-between; align-items: center; font-weight: bold; font-size: 14px; }
.products-mobile-menu .panel-body ul li .menu-row i { font-size: 24px; }
.products-mobile-menu .panel-body ul li .menu-row a.second-level { padding: 10px 0; }
.products-mobile-menu .panel-body ul li .menu-row a.third-level { padding: 10px 0; }
.products-mobile-menu .panel-body ul li .menu-row:has(a[data-toggle]) a:last-child { flex: 1; text-align: right; padding: 5px; }
.products-mobile-menu .panel-body ul li .menu-row:not(:has(a[data-toggle])) a:first-child { flex: 1; }
.products-mobile-menu .panel-body2 ul li:last-child .menu-row { border: 0; }
.products-mobile-menu ul { margin: 5px 0 0 15px; padding: 0; list-style-type: none !important; font-size: 14px; }
.products-mobile-menu ul:first-child { margin: 0 !important; }
.products-mobile-menu ul li { margin: 0 0 5px 0; }
.products-mobile-menu ul li:last-child { margin: 0 !important; }
.products-mobile-menu .panel-default>.panel-heading { background-color: #fff; }
.products-mobile-menu .panel-default { border: 0; border-top: 1px solid #ddd; box-shadow: none; }
.products-mobile-menu .panel { border-radius: 0px !important; }
.products-mobile-menu .panel+.panel { margin: 0 !important; }
.products-mobile-menu .panel:last-child { border-bottom: 1px solid #ddd; }
.products-mobile-menu a { color: #666; }

.filters-mobile-menu button { font-size: 16px; font-weight: 500; border-radius: 0; }

#sidebar-left-mobile-menu .panel:first-child { border-top: none; }
#sidebar-left-mobile-menu .panel-title a { display: flex; justify-content: space-between; align-items: center; font-weight: bold; font-size: 14px; }
#sidebar-left-mobile-menu .panel-title a i { font-size: 24px; }
#sidebar-left-mobile-menu ul { margin: 5px 0 0 15px; padding: 0; list-style-type: none !important; font-size: 14px; }
#sidebar-left-mobile-menu ul:first-child { margin: 0 !important; }
#sidebar-left-mobile-menu ul li { margin: 0 0 5px 0; }
#sidebar-left-mobile-menu ul li:last-child { margin: 0 !important; }
#sidebar-left-mobile-menu .panel-default>.panel-heading { background-color: #fff; }
#sidebar-left-mobile-menu .panel-default { border: 0; border-top: 1px solid #ddd; box-shadow: none; }
#sidebar-left-mobile-menu .panel { border-radius: 0px !important; }
#sidebar-left-mobile-menu .panel+.panel { margin: 0 !important; }
#sidebar-left-mobile-menu .panel:last-child { border-bottom: 1px solid #ddd; }
#sidebar-left-mobile-menu a { color: #666; }
#sidebar-left-mobile-menu li:has(.second-level) { display: flex; border-bottom: 1px solid #ddd; }
#sidebar-left-mobile-menu .second-level { font-weight: bold; flex: 1; padding: 10px 0;}
#sidebar-left-mobile-menu .panel-body ul li:last-child:has(.second-level) { border: 0; }

.top-navbar1 { font-size: 12px; border-radius: 0; box-shadow: none; margin-bottom: 0; border: 0; min-height: auto; }
.top-navbar1 a { color: #4C4C4C; text-shadow: none; height: auto; line-height: 20px; }
.top-navbar1 a:hover, .top-navbar1 a:focus, .top-navbar1 a:active, .top-navbar1 a:visited, .top-navbar1 .nav .open>a, .top-navbar1 .nav .open>a:focus, .top-navbar1 .nav .open>a:hover { color: #4C4C4C !important; background-color: #fff !important; }
.top-navbar1 a.main-menu { padding: 0; margin: 0 5px; }
.top-navbar1 .dropdown-menu>li>a { color: #4C4C4C; height: auto; }
.top-navbar1 ul.navbar-nav>li:not(:first-child) { margin-left: 20px; }
.top-navbar1 ul.navbar-nav>li:not(:last-child)>a::after { content: ""; position: absolute; right: -15px; top: 50%; transform: translateY(-50%); width: 1px; height: 50%; background-color: rgba(76, 76, 76, 0.3); }

.top-navbar2 { font-size: 16px; border-radius: 0; box-shadow: none; margin-bottom: 0; border: 0; }
.top-navbar2 a { color: #fff; text-shadow: none; height: 50px; line-height: 20px; }
.top-navbar2 a:hover, .top-navbar2 a:focus, .top-navbar2 a:active, .top-navbar2 a:visited, .top-navbar2 .nav .open>a, .top-navbar2 .nav .open>a:focus, .top-navbar2 .nav .open>a:hover { color: #fff !important; background-color: #2e7572 !important; }
.top-navbar2 a.main-menu { padding-left: 9px; padding-right: 9px; }
.top-navbar2 .dropdown-menu>li>a { color: #fff; height: auto; }
.top-navbar2 ul li:not(:first-child) { margin-left: 10px; }
.top-navbar2 ul li:first-child { margin-right: 20px; }
.top-navbar2 .nav > li:not(:first-child) > a { padding: 10px; align-content: center; }
.top-navbar2 ul li a.separator::after { content: ""; position: absolute; right: -16px; top: 50%; transform: translateY(-50%); width: 1px; height: 50%; background-color: rgba(255, 255, 255, 0.5); }

.main-messages-box-header { background-color: #2e7572; color: #fff; padding-top: 10px; padding-bottom: 10px; margin-top: 20px; }
.main-messages-box { width: 350px; margin-bottom: 20px; padding: 0 2%; }
.main-messages-box .message-image { display: flex; justify-content: center; align-items: center; width: 100%; height: 310px; overflow: hidden; margin-top: 10px; }
.main-messages-box .message-image img { max-width: 100%; max-height: 100%; width: 100%; height: auto; object-fit: contain; }
.main-messages-box .message-description { height: auto; max-height: none; overflow: visible; margin-top: 10px; margin-bottom: 20px; }
.main-messages-box .message-description .message-date { font-size: 12px; }
.main-messages-box .message-description .message-type { font-size: 12px; background-color: #EEEFF1; font-weight: lighter; display: flex; align-items: center; border-radius: 4px; padding: 3px 10px; width: max-content; margin-bottom: 5px;}
.main-messages-box .message-description .message-type .dot { width: 6px; height: 6px; background-color: #F47920;  border-radius: 50%; margin-right: 5px; }
.main-messages-box .message-description .message-title { text-align: left; font-size: 24px; }
.main-messages-box .message-description .message-title a { color: #000; text-decoration: none; }
.main-messages-box .message-description .message-preview { font-size: 14px; color: #666; line-height: 1.5; margin-top: 10px; }
.main-messages-box .message-description .message-preview a { color: #2e7572; text-decoration: none; font-weight: 600; }
.main-messages-box .message-description .message-preview a:hover { text-decoration: underline; }
.main-messages-box .row { margin-left: -10px; margin-right: -10px; }
.main-messages-box [class*="col-"] { padding-left: 10px; padding-right: 10px; }

.messages-list > .col-md-9:not(:last-child) > .main-messages-box { border-bottom: 1px solid #eee; }
.messages-list > .col-md-9 > .main-messages-box { margin-bottom: 30px; width: auto; padding: 0; }
.messages-list > .col-md-9 > .main-messages-box .message-image { display: block; height: auto; overflow: hidden; margin-top: 20px; aspect-ratio: 3 / 2; }
.messages-list > .col-md-9 > .main-messages-box .message-image img { width: 100%; height: 100%; object-fit: cover; }
.messages-list > .col-md-9 > .main-messages-box .message-description { height: auto; overflow: unset; margin: 20px 0; }
.messages-list > .col-md-9 > .main-messages-box .message-description .message-type { background: none; padding: 0; margin-bottom: 10px; gap: 20px; }
.messages-list > .col-md-9 > .main-messages-box .message-description .message-type .message-type-name { background-color: #EEEFF1; font-weight: lighter; display: flex; align-items: center; border-radius: 4px; padding: 3px 10px; width: max-content; }
.messages-list > .col-md-9 > .main-messages-box .message-description .message-title { margin-bottom: 10px; }
.messages-list > .col-md-9 > .main-messages-box .message-description .message-title a { color: unset; }
.messages-list > .col-md-9 > .main-messages-box .message-description .message-button { display: flex; margin-bottom: 40px; }
.messages-list > .col-md-9 > .main-messages-box .message-description .message-button a { background-color: #2e7572; color: #ffffff; border: none; padding: 13px; cursor: pointer; border-radius: 25px;text-transform: uppercase; font-size: 18px; font-weight: 700; text-decoration: none; }

.products-messages-box { border-top: 2px solid #ddd; margin-top: 30px; padding-top: 20px;}
.products-messages-box .message { border-bottom: 1px solid #ddd; padding: 10px 0; display: flex; align-items: center; }
.products-messages-box .message:last-child { border-bottom: none; }
.products-messages-box .message .img-container { display: flex; align-items: center; justify-content: flex-start; }
.products-messages-box .message img { width: 100%; height: auto; display: block; }
.products-messages-box .message .message-title { font-weight: bold; font-size: 32px; }
.products-messages-box .message .message-description { margin-bottom: 25px; }

.message-page img { max-width: 100%; height: auto; }
.message-page .message-date { color: #000; margin-bottom: 10px; }
.message-page .message-text { text-align: justify; margin-bottom: 10px; }
.message-gallery { margin: 30px 0 0 0; }
.message-gallery .img-thumbnail { margin: 0 3px 3px 0; height: 115px; }
.message-gallery .img-thumbnail a { width: 140px; height: 105px; display: block; position: relative; }
.message-gallery .img-thumbnail img { max-width: 140px;  max-height: 105px; position: absolute; top: 0; bottom: 0; left:0; right: 0; margin: auto; }

ul.search-results { margin-top: 20px; margin-bottom: 20px; }
.products-list .row { margin-left: -10px; margin-right: -10px; }
.products-list [class*="col-"] { padding-left: 10px; padding-right: 10px; }
.products-list .products-list-filter-option { color: #2e7572; }
.products-list .products-list-filter { color: #2e7572; margin-top: 20px; }
.products-list label { font-weight: normal; }
.products-list #filter_g { width: 110px; font-size: 12px; }

.products-list .products-list-options { margin: 0 0 20px 0; display: flex; align-items: center; justify-content: flex-end; }
.products-list .products-list-options .products-list-options-left { display: flex; align-items: center; justify-content: center; }
.products-list .products-list-options .products-list-sort {  border-left: 1px solid #D5DFE4; border-right: 1px solid #D5DFE4; padding: 0 10px; }
.products-list .products-list-options .products-list-sort select { padding: 0; font-size: 13px; border: none; outline: none; appearance: auto; background-color: transparent; box-shadow: none;  }
.products-list .products-list-options .products-list-sort label { font-size: 14px; font-weight: bold; }
.products-list .products-list-options .products-list-view-type { color: #666666 !important; }
.products-list .products-list-options .products-list-view-type a { color: #666666 !important; padding: 8px 10px 6px 10px; background-color: #D5DFE4; box-shadow: none; }
.products-list .products-list-options .products-list-view-type .active { color: #2e7572 !important; }
.products-list .products-list-options .products-list-perpage {  border-right: 1px solid #D5DFE4; padding: 0 10px; }
.products-list .products-list-options .products-list-perpage select { padding: 0; font-size: 13px; border: none; outline: none; appearance: auto; background-color: transparent; box-shadow: none; }
.products-list .products-list-options .products-list-perpage label { font-size: 14px; font-weight: bold; }

.products-list .products-list-rows .product { margin-bottom: 20px; background: white; padding: 20px; border-bottom: 2px solid #DDE4F0; }
.products-list .products-list-rows .product .row-equal-height { display: flex; flex-wrap: wrap; }
.products-list .products-list-rows .product .name-mobile { display: none; }
.products-list .products-list-rows .product .badge-container { position: absolute; top: 10px; left: 25px; display: flex; gap: 10px; }
.products-list .products-list-rows .product .badge-container .badge { padding: 7px; font-size: 14px; font-weight: bold; background-color: #2e7572; margin-left: 5px; }
.products-list .product .labels-row { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; padding: 6px 10px; min-height: 36px; margin-bottom: 8px; }
.products-list .product .labels-row .label { font-size: 13px; font-weight: normal; text-transform: uppercase; border-radius: 3px; padding: 4px 8px; background-color: transparent; }
.products-list .product .labels-row .label-danger { border: 1px solid #d9534f; color: #d9534f; }
.products-list .product .labels-row .label-success { border: 1px solid #5FC314; color: #5FC314; }
.products-list .product .labels-row .label-primary { border: 1px solid #337ab7; color: #337ab7; }
.products-list .product .labels-row .label-warning { border: 1px solid #f0ad4e; color: #f0ad4e; }
.products-list .product .labels-row .label-default { border: 1px solid #999; color: #999; }
.products-list .product .labels-row .badge { padding: 6px 9px; font-size: 13px; font-weight: bold; background-color: #2e7572; }
.products-list .products-list-rows .product-image-wrapper { display: flex; align-items: center; justify-content: center; }
.products-list .products-list-rows .product .product-image-wrapper img.shipment-badge { position: absolute; bottom: 0; left: 0; width: auto; max-width: 50%; }
.products-list .products-list-rows .product .product-details { font-size: 16px; }
.products-list .products-list-rows .product .product-details .name { font-size: 20px; font-weight: bold; margin-bottom: 30px; }
.products-list .products-list-rows .product .product-details .name a { color: #000; text-decoration: none; }
.products-list .products-list-rows .product .product-details .description { margin-top: 30px; }
.products-list .products-list-rows .product .product-details .button { margin-top: 15px; }
.products-list .products-list-rows .product .product-details .separator { border-top: 1px solid #DDE4F0; margin: 20px 0 20px 0; }
.products-list .products-list-rows .product .bordered-column { border-left: 5px solid #DDE4F0; border-radius: 10px; padding-left: 20px; }
.products-list .products-list-rows .product .product-options { display: flex; justify-content: space-between; align-items: center; }
.products-list .products-list-rows .product .product-options .availability { font-weight: bold; font-size: 16px; }
.products-list .products-list-rows .product .product-options .availability .yes { color: #357c00; }
.products-list .products-list-rows .product .product-options .availability .no { color: #e30613; }
.products-list .products-list-rows .product .product-options .toolbar { background-color: #fff; border-radius: 4px; padding: 5px; }
.products-list .products-list-rows .product .product-options .toolbar .btn { display: inline-block; font-size: 18px; padding: 5px 5px 2px 5px; border-color: #EEEFF1; }
.products-list .products-list-rows .product .models { display: flex; flex-direction: column; gap: 5px; width: 100%; font-size: 15px; }
.products-list .products-list-rows .product .models .model:has(input[type="radio"]:checked) label { font-weight: bold; }
.products-list .products-list-rows .product .models .model:has(input[type="radio"]:checked) .price { font-weight: bold; }
.products-list .products-list-rows .product .models .model { display: flex; align-items: center; gap: 5px; width: 100%; }
.products-list .products-list-rows .product .models .model input[type=radio] { margin: 0; cursor: pointer; }
.products-list .products-list-rows .product .models .model label { margin:0; font-weight: normal; flex-basis: 660px; cursor: pointer; }
.products-list .products-list-rows .product .models .model .price { color: #2e7572; font-size: 13px; flex-basis: 720px; }
.products-list .products-list-rows .product .models .model .price-muted { color: #777; }
.products-list .products-list-rows .product .models .model .price-old { text-decoration: line-through; font-size: 14px; flex-basis: 150px; }
.products-list .products-list-rows .product .models .model .warehouse { font-size: 0.8em; flex-basis: 150px; }
.products-list .products-list-rows .product .models .model .warehouse span { font-size: 14px; }
.products-list .products-list-rows .product .prices { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 0; align-items: flex-end; }
.products-list .products-list-rows .product .prices .header { font-weight: bold; text-align: left; flex: 1 1 100%; font-size: 16px; }
.products-list .products-list-rows .product .prices .price { font-weight: bold; text-align: left; color: #2e7572; font-size: 22px; }
.products-list .products-list-rows .product .prices .price2 { font-weight: bold; text-align: right; font-size: 20px; }
.products-list .products-list-rows .product .prices .price3 { text-align: right; font-size: 16px; }
.products-list .products-list-rows .product .prices .price-omnibus { font-size: 12px; margin-top: 5px; }
.products-list .products-list-rows .product .prices .in-package { font-size: 16px; text-align: left; }
.products-list .products-list-rows .product .prices .column50 { flex: 1 1 calc(50% - 7px); }
.products-list .products-list-rows .product .prices .column100 { flex: 1 1 100%; }
.products-list .products-list-rows .product .prices .discount { font-size: 16px; text-align: left; font-weight: bold; color: #2e7572; }
.products-list .products-list-rows .product .cart { display: flex; flex-direction: row; align-items: center; gap: 10px; margin-top: 30px; }
.products-list .products-list-rows .product .cart .quantity-selector { display: flex; align-items: center; border: 1px solid #ddd; padding: 2px 10px; background: #ffffff; font-weight: bold; }
.products-list .products-list-rows .product .cart .quantity-btn { border: none; background: none; font-size: 16px; cursor: pointer; padding: 4px 10px; color: #000; }
.products-list .products-list-rows .product .cart .quantity-input { width: 45px; text-align: center; border: none; font-size: 14px; background: transparent; color: #000; outline: none; }
.products-list .products-list-rows .product .sample { margin-top: 10px; }

.products-list .products-list-tiles-v1 .product { display: flex; flex-direction: column; justify-content: space-between; height: 100%; text-align: center; overflow: hidden; position: relative; background: #fff; border: 1px solid #D5DFE4; border-radius: 4px; }
.products-list .products-list-tiles-v1 .product .product-image-wrapper { position: relative; width: 100%; height: 300px; display: flex; align-items: center; justify-content: center; overflow: hidden; margin-bottom: 10px; }
.products-list .products-list-tiles-v1 .product .product-image-wrapper a > img { max-width: 100%; max-height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: opacity 0.3s ease-in-out; }
.products-list .products-list-tiles-v1 .product .product-image-wrapper .product-image-hover { opacity: 0; }
.products-list .products-list-tiles-v1 .product .product-image-wrapper img.shipment-badge { position: absolute; bottom: 0; left: 0; width: auto; max-width: 50%; }
.products-list .products-list-tiles-v1 .product:hover .product-image { opacity: 0; }
.products-list .products-list-tiles-v1 .product:hover .product-image-hover { opacity: 1; }
.products-list .products-list-tiles-v1 .product .badge-container { position: absolute; top: 10px; left: 10px; z-index: 10; background-color: transparent; }
.products-list .products-list-tiles-v1 .product .badge-container .badge { padding: 7px; font-size: 14px; font-weight: bold; background-color: #2e7572; margin-left: 5px; }
.products-list .products-list-tiles-v1 .product .toolbar { position: absolute; top: 10px; right: 10px; display: none; z-index: 10; background-color: #fff; border-radius: 4px; padding: 5px; }
.products-list .products-list-tiles-v1 .product .toolbar .btn { display: block; font-size: 20px; padding: 5px 5px 2px 5px; border-color: #EEEFF1; }
.products-list .products-list-tiles-v1 .product .toolbar .btn:not(:last-child) { margin-bottom: 5px; }
.products-list .products-list-tiles-v1 .product:hover .toolbar { display: block; }
.products-list .products-list-tiles-v1 .product:hover .button .btn { display: block; }
.products-list .products-list-tiles-v1 .product .product-details { display: flex; flex-wrap: wrap; gap: 10px; padding: 0 10px 10px 10px; }
.products-list .products-list-tiles-v1 .product .product-details .availability { text-align: left; font-weight: bold; font-size: 14px; flex: 1 1 calc(50% - 7px); }
.products-list .products-list-tiles-v1 .product .product-details .availability .yes { color: #357c00; }
.products-list .products-list-tiles-v1 .product .product-details .availability .no { color: #e30613; }
.products-list .products-list-tiles-v1 .product .product-details .discount { text-align: right; color: #2e7572; font-weight: bold; font-size: 14px; flex: 1 1 calc(50% - 7px); }
.products-list .products-list-tiles-v1 .product .product-details .info { text-align: center; font-size: 16px; flex: 1 1 100%; height: 48px; overflow: hidden; }
.products-list .products-list-tiles-v1 .product .product-details .name { text-align: left; font-weight: bold; font-size: 16px; flex: 1 1 100%; height: 42px; overflow: hidden; }
.products-list .products-list-tiles-v1 .product .product-details .name a { color: #231f20; }
.products-list .products-list-tiles-v1 .product .product-details .prices { display: flex; flex-wrap: wrap; gap: 0; width: 100%; align-items: flex-end; }
.products-list .products-list-tiles-v1 .product .product-details .prices .header { font-size: 14px; font-weight: bold; text-align: left; flex: 1 1 100%; }
.products-list .products-list-tiles-v1 .product .product-details .prices .column50 { flex: 1 1 calc(50% - 7px); }
.products-list .products-list-tiles-v1 .product .product-details .prices .column100 { flex: 1 1 100%; }
.products-list .products-list-tiles-v1 .product .product-details .prices .price { text-align: left; font-weight: bold; font-size: 20px; color: #2e7572;  }
.products-list .products-list-tiles-v1 .product .product-details .prices .price-net { text-align: left; font-size: 12px; }
.products-list .products-list-tiles-v1 .product .product-details .prices .price-catalog { text-align: left; font-size: 16px; text-decoration: line-through; }
.products-list .products-list-tiles-v1 .product .product-details .prices .price-omnibus { text-align: left; font-size: 12px; }
.products-list .products-list-tiles-v1 .product .product-details .button { flex: 1 1 100%; height: 46px; }
.products-list .products-list-tiles-v1 .product .cart { display: flex; flex-direction: column; align-items: center; gap: 10px; padding-top: 5px; margin: auto;}
.products-list .products-list-tiles-v1 .product .cart > .width100percent > a:first-child { padding: 6px 55px; }
.products-list .products-list-tiles-v1 .product .cart .quantity-selector { display: flex; align-items: center; border: 1px solid #ddd; padding: 2px 4px; background: #ffffff; font-weight: bold; }
.products-list .products-list-tiles-v1 .product .cart .quantity-btn { border: none; background: none; font-size: 16px; cursor: pointer; padding: 4px 10px; color: #000; }
.products-list .products-list-tiles-v1 .product .cart .quantity-input { width: 45px; text-align: center; border: none; font-size: 14px; background: transparent; color: #000; outline: none; }

.products-list .products-list-tiles-v2 .product { display: flex; flex-direction: column; justify-content: space-between; height: 100%; text-align: center; overflow: hidden; position: relative; background: #fff; }
.products-list .products-list-tiles-v2 .product .product-image-wrapper { position: relative; width: 100%; height: 300px; display: flex; align-items: center; justify-content: center; overflow: hidden; margin-bottom: 10px; }
.products-list .products-list-tiles-v2 .product .product-image-wrapper a > img { max-width: 100%; max-height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: opacity 0.3s ease-in-out; }
.products-list .products-list-tiles-v2 .product .product-image-wrapper .product-image-hover { opacity: 0; }
.products-list .products-list-tiles-v2 .product .product-image-wrapper img.shipment-badge { position: absolute; bottom: 0; left: 0; width: auto; max-width: 50%; }
.products-list .products-list-tiles-v2 .product:hover .product-image { opacity: 0; }
.products-list .products-list-tiles-v2 .product:hover .product-image-hover { opacity: 1; }
.products-list .products-list-tiles-v2 .product .badge-container { position: absolute; top: 10px; left: 10px; z-index: 10; background-color: transparent; }
.products-list .products-list-tiles-v2 .product .badge-container .badge { padding: 7px; font-size: 14px; font-weight: bold; background-color: #2e7572; margin-left: 5px; }
.products-list .products-list-tiles-v2 .labels-row { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; padding: 6px 10px; min-height: 36px; margin-bottom: 8px; }
.products-list .products-list-tiles-v2 .labels-row .label { font-size: 13px; font-weight: normal; text-transform: uppercase; border-radius: 3px; padding: 4px 8px; background-color: transparent; }
.products-list .products-list-tiles-v2 .labels-row .label-danger { border: 1px solid #d9534f; color: #d9534f; }
.products-list .products-list-tiles-v2 .labels-row .label-success { border: 1px solid #5FC314; color: #5FC314; }
.products-list .products-list-tiles-v2 .labels-row .label-primary { border: 1px solid #337ab7; color: #337ab7; }
.products-list .products-list-tiles-v2 .labels-row .label-warning { border: 1px solid #f0ad4e; color: #f0ad4e; }
.products-list .products-list-tiles-v2 .labels-row .label-default { border: 1px solid #999; color: #999; }
.products-list .products-list-tiles-v2 .labels-row .badge { padding: 6px 9px; font-size: 13px; font-weight: bold; background-color: #2e7572; }
.products-list .products-list-tiles-v2 .product .toolbar { position: absolute; top: 10px; right: 10px; display: none; z-index: 10; background-color: #fff; border-radius: 4px; padding: 5px; }
.products-list .products-list-tiles-v2 .product .toolbar .btn { display: block; font-size: 20px; padding: 5px 5px 2px 5px; border-color: #EEEFF1; }
.products-list .products-list-tiles-v2 .product .toolbar .btn:not(:last-child) { margin-bottom: 5px; }
.products-list .products-list-tiles-v2 .product:hover .toolbar { display: block; }
.products-list .products-list-tiles-v2 .product:hover .button .btn { display: block; }
.products-list .products-list-tiles-v2 .product .product-details { display: flex; flex-wrap: wrap; gap: 10px; padding: 0 10px; }
.products-list .products-list-tiles-v2 .product .product-details .availability { text-align: left; font-weight: bold; font-size: 14px; flex: 1 1 calc(50% - 7px); }
.products-list .products-list-tiles-v2 .product .product-details .availability .yes { color: #357c00; }
.products-list .products-list-tiles-v2 .product .product-details .availability .no { color: #e30613; }
.products-list .products-list-tiles-v2 .product .product-details .discount { text-align: right; color: #2e7572; font-weight: bold; font-size: 14px; flex: 1 1 calc(50% - 7px); }
.products-list .products-list-tiles-v2 .product .product-details .info { text-align: center; font-size: 16px; flex: 1 1 100%; height: 48px; overflow: hidden; }
.products-list .products-list-tiles-v2 .product .product-details .name { text-align: left; font-weight: bold; font-size: 16px; flex: 1 1 100%; height: 42px; overflow: hidden; }
.products-list .products-list-tiles-v2 .product .product-details .name a { color: #231f20; }
.products-list .products-list-tiles-v2 .product .product-details .prices { display: flex; flex-wrap: wrap; gap: 0; width: 100%; align-items: flex-end; }
.products-list .products-list-tiles-v2 .product .product-details .prices .header { font-size: 14px; font-weight: bold; text-align: left; flex: 1 1 100%; }
.products-list .products-list-tiles-v2 .product .product-details .prices .column50 { flex: 1 1 calc(50% - 7px); }
.products-list .products-list-tiles-v2 .product .product-details .prices .column100 { flex: 1 1 100%; }
.products-list .products-list-tiles-v2 .product .product-details .prices .price1 { text-align: left; font-weight: bold; font-size: 20px; color: #2e7572; }
.products-list .products-list-tiles-v2 .product .product-details .prices .price2 { text-align: right; font-weight: bold; font-size: 16px; }
.products-list .products-list-tiles-v2 .product .product-details .prices .price-net1 { text-align: left; font-size: 12px; }
.products-list .products-list-tiles-v2 .product .product-details .prices .price-net2 { text-align: left; font-size: 12px; }
.products-list .products-list-tiles-v2 .product .product-details .prices .price-catalog1 { text-align: left; font-size: 16px; text-decoration: line-through; }
.products-list .products-list-tiles-v2 .product .product-details .prices .price-catalog2 { text-align: right; font-size: 16px; text-decoration: line-through; }
.products-list .products-list-tiles-v2 .product .product-details .prices .price-omnibus { text-align: left; font-size: 12px; }
.products-list .products-list-tiles-v2 .product .product-details .button { flex: 1 1 100%; height: 46px; }

.products-list .products-list-table .product .cart { display: flex; flex-direction: row; align-items: center; gap: 7px; }
.products-list .products-list-table .product .cart .quantity-selector { display: flex; align-items: center; border: 1px solid #ddd; background: #ffffff; font-weight: bold; }
.products-list .products-list-table .product .cart .quantity-btn { border: none; background: none; font-size: 16px; cursor: pointer; padding: 2px 8px; color: #000; }
.products-list .products-list-table .product .cart .quantity-input { width: 45px; text-align: center; border: none; font-size: 14px; background: transparent; color: #000; outline: none; }
.products-list .products-list-table .product .product-options { display: flex; align-items: center; justify-content: center; margin-top: 8px;}
.products-list .products-list-table .product .product-options .toolbar { background-color: #fff; border-radius: 4px; padding: 0px; }
.products-list .products-list-table .product .product-options .toolbar .btn { display: inline-block; font-size: 18px; padding: 5px 5px 2px 5px; border-color: #EEEFF1; }
.products-list .products-list-table .product .product-details .availability { font-weight: bold; font-size: 16px; }
.products-list .products-list-table .product .product-details .availability .yes { color: #357c00; }
.products-list .products-list-table .product .product-details .availability .no { color: #e30613; }
.products-list .products-list-table .product .name { font-weight: bold; }
.products-list .products-list-table .product .sample { margin-top: 10px; }
.products-list .products-list-table .product .product-image-wrapper img { transition: opacity 0.3s ease-in-out; }
.products-list .products-list-table .product .product-image-wrapper .img-xs { max-width: 100%; max-height: 100%; }
.products-list .products-list-table .product .product-image-wrapper a { position: relative; display: block; }
.products-list .products-list-table .product .product-image-wrapper a img.shipment-badge { position: absolute; bottom: 0; left: 0; width: auto; max-width: 30%; pointer-events: none; z-index: 1000; }

.product-page .product .row-equal-height { display: flex; flex-wrap: wrap; }
.product-page .product .labels-row { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; padding: 6px 10px; min-height: 36px; margin-bottom: 8px; }
.product-page .product .labels-row .label { font-size: 13px; font-weight: normal; text-transform: uppercase; border-radius: 3px; padding: 4px 8px; background-color: transparent; }
.product-page .product .labels-row .label-danger { border: 1px solid #d9534f; color: #d9534f; }
.product-page .product .labels-row .label-success { border: 1px solid #5FC314; color: #5FC314; }
.product-page .product .labels-row .label-primary { border: 1px solid #337ab7; color: #337ab7; }
.product-page .product .labels-row .label-warning { border: 1px solid #f0ad4e; color: #f0ad4e; }
.product-page .product .labels-row .label-default { border: 1px solid #999; color: #999; }
.product-page .product .labels-row .badge { padding: 6px 9px; font-size: 13px; font-weight: bold; background-color: #2e7572; }
.product-page .product .badge-container-mobile { display: none; }
.product-page .product .product-details { font-size: 14px; }
.product-page .product .product-details .name { font-size: 19px; font-weight: bold; margin-bottom: 0px; }
.product-page .product .product-details .name a { color: #000; text-decoration: none; }
.product-page .product .product-details .separator { border-top: 1px solid #DDE4F0; margin: 20px 0 20px 0; }
.product-page .product .product-details .badge-container { display: flex; gap: 10px; margin-bottom: 20px; }
.product-page .product .product-details .badge-container .badge { padding: 7px; font-size: 14px; font-weight: bold; background-color: #2e7572; margin-left: 5px; }
.product-page .product .product-details .product-options-mobile { display: none; }
.product-page .product .background-column { background-color: #EEEFF1; padding: 15px; }
.product-page .product .product-options { display: flex; justify-content: space-between; align-items: center; }
.product-page .product .product-options .availability { font-weight: bold; font-size: 16px; }
.product-page .product .product-options .availability .yes { color: #357c00; }
.product-page .product .product-options .availability .no { color: #e30613; }
.product-page .product .product-options .toolbar { background-color: #fff; border-radius: 4px; padding: 5px; }
.product-page .product .product-options .toolbar .btn { display: inline-block; font-size: 20px; padding: 5px 5px 2px 5px; border-color: #EEEFF1; }
.product-page .product .models { display: flex; flex-direction: column; gap: 5px; width: 100%; font-size: 14px; }
.product-page .product .models .model { display: flex; align-items: center; gap: 5px; width: 100%; }
.product-page .product .models .model:has(input[type="radio"]:checked) label { font-weight: bold; }
.product-page .product .models .model:has(input[type="radio"]:checked) .price { font-weight: bold; }
.product-page .product .models .model input[type=radio] { margin: 0; cursor: pointer; }
.product-page .product .models .model label { margin:0; font-weight: normal; flex-basis: 200px; cursor: pointer; }
.product-page .product .models.paintings .model:first-child label { flex: 1; }
.product-page .product .models.paintings .model label { flex-basis: 260px; }
.product-page .product .models .model .price { color: #e30613; font-size: 16px; flex-basis: 150px; }
.product-page .product .models .model .price-muted { color: #777; }
.product-page .product .models .model .price-old { text-decoration: line-through; font-size: 14px; flex-basis: 150px; }
.product-page .product .models .model .warehouse { font-size: 12px; flex-basis: 150px; }
.product-page .product .models .model .warehouse span { font-size: 14px; }
.product-page .product .models .model .image { flex-basis: 50px; width: 50px; height: 50px; border: 1px solid black; display: flex; align-items: center; justify-content: center; }
.product-page .product .models .model .image img { max-width: 100%; max-height: 100%; object-fit: contain; }
.product-page .product .prices { margin-top: 0px; display: flex; flex-wrap: wrap; gap: 0; align-items: flex-end; }
.product-page .product .prices .header { font-weight: bold; text-align: left; flex: 1 1 100%; font-size: 16px; }
.product-page .product .prices .price { font-weight: bold; text-align: left; color: #2e7572; font-size: 25px; }
.product-page .product .prices .price2 { font-weight: bold; text-align: left; font-size: 20px; }
.product-page .product .prices .price3 { text-align: left; font-size: 16px; }
.product-page .product .prices .price-old { text-align: left; text-decoration: line-through; font-size: 18px; }
.product-page .product .prices .price-omnibus { text-align: left; font-size: 12px; }
.product-page .product .prices .price-net { font-size: 16px }
.product-page .product .prices .column50 { flex: 1 1 calc(50% - 7px); }
.product-page .product .prices .column100 { flex: 1 1 100%; }
.product-page .product .prices .separator { margin-top: 50px; }
.product-page .product .prices .in-package { font-size: 16px; text-align: left; }
.product-page .product .prices .discount { font-size: 16px; text-align: left; font-weight: bold; color: #2e7572; }
.product-page .product .cart { display: flex; align-items: flex-start; flex-direction: column;  gap: 10px; margin-top: 10px; }
.product-page .product .cart .quantity-selector { display: flex; align-items: center; border: 1px solid #ddd; padding: 5px 10px; background: #ffffff; font-weight: bold; }
.product-page .product .cart .quantity-btn { border: none; background: none; font-size: 16px; cursor: pointer; padding: 5px 10px; color: #000; }
.product-page .product .cart .quantity-input { width: 45px; text-align: center; border: none; font-size: 14px; background: transparent; color: #000; outline: none; }
.product-page .product .product-images { margin-top: 30px; }
.product-page .product .product-images a { height: 98px; width: 98px; margin-right: 5px; position: relative; }
.product-page .product .product-images a img { max-width: 98%; max-height: 98%; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
.product-page .product .product-images-big-container { position: relative; }
.product-page .product .product-images-big-container .product-images-big a { max-width: 100%; max-height: 100%; display: flex; justify-content: center; flex-wrap: wrap; gap: 0; }
.product-page .product .product-images-big-container .product-images-big a img { border-radius: 4px; max-width: 100%; max-height: 100%; }
.product-page .product .product-images-big-container #product-images-big-prev { opacity: 0.2; position: absolute; top: 42%; z-index: 1; left: 0; font-size: 40px; cursor: pointer; }
.product-page .product .product-images-big-container #product-images-big-next { opacity: 0.2; position: absolute; top: 42%; z-index: 1; right: 0;  font-size: 40px; cursor: pointer; }
.product-page .product .product-images-big-container #product-images-big-prev:hover, .product-page .product-images-big-container #product-images-big-next:hover { opacity: 1; }
.product-page .product .product-images-big-container .slick-dots-container { display: none; }
.product-page .product .product-images-big-container .shipment-badge { position: absolute; bottom: 0; left: 0; width: auto; max-width: 50%; pointer-events: none; }
.product-page .product #product-images-next, .product-page .product #product-images-prev { font-size: 16px; padding: 2px 0 0 0; color: #8D99AE; background-color: #fff; border: 1px solid #8D99AE; outline: none; box-shadow: none; }
.product-page .product .info-box { background-color: #f6f0ec; border: 1px solid #e4743a; color: #333; padding: 15px; border-radius: 6px; font-size: 14px; width: 100%; margin-top: 10px; }
.product-page .nav-tabs { font-size: 24px; background-color: inherit; border: 0; display: flex; align-items: center; gap: 0; border-bottom: none; flex-wrap: wrap; }
.product-page .nav-tabs li.active a { color: #2e7572; }
.product-page .nav-tabs a { color: #898989; border: 0 !important; background-color: #fff !important; font-weight: bold; padding: 0;}
.product-page .nav-tabs li.separator { width: 1px; height: 20px; background-color: #ccc; list-style: none; margin: 0 10px; }
.product-page .tab-content .tab-pane { font-size: 16px; }

.page-slick .products-list { position: relative; }
.page-slick .products-list .slick-slider .slick { width: 300px; }
.page-slick .products-list .slick-slider .slick-track { display: flex; flex-wrap: wrap; }
.page-slick .products-list .slick-slider .slick-slide { display: flex; flex-wrap: wrap; height: auto; }
.page-slick .products-list .slick-arrow-prev { position: absolute; top: 50%; left: 0; transform: translate(-40px, -50%); }
.page-slick .products-list .slick-arrow-next { position: absolute; top: 50%; right: 0; transform: translate(40px, -50%); }
.page-slick .products-list .slick-arrow-prev button, .page-slick .slick-arrow-next button { font-size: 25px; padding: 5px 2px; color: #8D99AE; background-color: #fff; border: 1px solid #8D99AE; outline: none; box-shadow: none; }
.page-slick .messages-list { position: relative;  }
.page-slick .messages-list .slick-slider .slick { width: 394px; }
.page-slick .messages-list .slick-slider .slick-track { display: flex; flex-wrap: wrap; }
.page-slick .messages-list .slick-slider .slick-slide { display: flex; justify-content: center; flex-wrap: wrap; height: auto; }
.page-slick .messages-list .slick-arrow-prev { position: absolute; top: 50%; left: 0; transform: translate(-40px, -50%); }
.page-slick .messages-list .slick-arrow-next { position: absolute; top: 50%; right: 0; transform: translate(40px, -50%); }
.page-slick .messages-list .slick-arrow-prev button, .page-slick .slick-arrow-next button { font-size: 25px; padding: 5px 2px; color: #8D99AE; background-color: #fff; border: 1px solid #8D99AE; outline: none; box-shadow: none; }

.table-cart td, .table-cart th { vertical-align: middle !important; }
.table-cart .product-name { width: 30%; }
.table-cart .product-photo { width: 80px; height: 80px; text-align: center; }
.table-cart .product-photo a { position: relative; display: inline-block; }
.table-cart .product-photo img{ max-width: 80px; }
.table-cart .product-photo span { position: absolute; bottom: 0; right: 0; }
.table-cart input[type="text"] { width: 50px; text-align: center; }
.table-cart tr.summary {font-size: 15px; font-weight: bold;}
.cart .place-order { text-align: left; margin: 30px 0 0 0; }
.cart .place-order h4 { font-weight: bold; border-bottom: 1px solid #e6e6e6; margin-bottom: 10px; margin-top: 30px; padding-bottom: 10px; }
.cart .place-order .btn { text-transform: uppercase; }
.page.cart .quantity-selector { display: flex; align-items: center; border: 1px solid #ddd; padding: 2px 2px; background: #ffffff; font-weight: bold; }
.page.cart .quantity-selector.flex-center { justify-content: center; }
.page.cart .quantity-btn { border: none; background: none; font-size: 16px; cursor: pointer; padding: 4px 10px; color: #000; }
.page.cart .quantity-input { width: 45px; text-align: center; border: none; font-size: 14px; background: transparent; color: #000; outline: none; }

.table-order-products td, .table-order-products th { padding: 8px 3px !important; vertical-align: middle !important; }
.table-order-products .product-name { width: 35%; }

.table-offer { font-size: 12px; }
.table-offer td, .table-offer th { vertical-align: middle !important; }
.table-offer .product-name { width: 20%; }
.table-offer input[type="text"] { width: 100%; text-align: center; font-size: 12px; padding: 5px; }
.table-offer .form-control { display: inline-block }
.table-offer .form-group { margin-bottom: 0; }

.table-comparison img { max-width: 150px }
.table-comparison .add-to-quick-cart input { width: 30px; display: inline-block; padding: 5px 5px; text-align: center; margin-bottom: 5px; }

.table-products-lists-products .product-photo { width: 100px; height: 100px; text-align: center; }
.table-products-lists-products .product-photo img { width: 100px; height: 100px; object-fit: contain; }
.table-products-lists-products .add-to-quick-cart { margin-top: 10px; }
.table-products-lists-products .add-to-quick-cart input { width: 30px; display: inline-block; padding: 5px 5px; text-align: center; }

.comparison-bar { box-shadow: rgba(0, 0, 0, 0.32) 0px -2px 4px; background-color: #e6e6e6; position: fixed; left: 0; bottom: 0; width: 100%; padding: 5px 5px 0px 5px; z-index: 900; }
.comparison-bar .product { position: relative; display: inline-block; margin-bottom: 5px;}
.comparison-bar .product img { max-width: 40px; }
.comparison-bar .product .close { font-size: 20px; position: absolute; top: 13px; left: 15px; display: none; color: #2e7572; }
.comparison-bar .product:hover img { opacity: 0.1; }
.comparison-bar .product:hover .close { display: inline-block; opacity: 1; }

.carousel-product-box { border: 2px solid #2e7572; padding: 10px; border-radius: 4px; }
.carousel-product-box .item { cursor: pointer; }
.carousel-product-box .image { height: 228px; position: relative; margin-bottom: 10px; }
.carousel-product-box .image .label { position: absolute; top: 10px; left: 10px; z-index: 900; }
.carousel-product-box .image .label-danger { border: 1px solid #d9534f; color: #d9534f; font-weight: normal; text-transform: uppercase; font-size: 15px;  background-color: inherit; padding: .2em .6em; }
.carousel-product-box .image > img { max-width: 100%; max-height: 100%; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
.carousel-product-box .image .product-logos { position: absolute; bottom: 10px; right: 10px; z-index: 900; }
.carousel-product-box .image .product-logos img { max-width: 100%; max-height: 40px; }
.carousel-product-box .image .discount { position: absolute; top: 10px; right: 10px; left: auto; z-index: 900; }
.carousel-product-box .image .discount.label-warning { background-color: #2e7572; }
.carousel-product-box .type-header { text-transform: uppercase; font-size: 25px; margin-bottom: 15px; }
.carousel-product-box .type-description .name { height: 40px; overflow-y: hidden; }
.carousel-product-box .type-description .price { font-size: 20px; font-weight: bold; }
.carousel-product-box .progress { height: 10px; }
.carousel-product-box .progress .progress-bar-warning { height: 10px; background-color: #2e7572; }
.carousel-product-box .carousel-indicators { position: inherit; bottom: 0; margin-top: 10px; margin-bottom: 0px; }
.carousel-product-box .carousel-indicators li { background-color: #ffffff; width: 12px; height: 12px; margin: 0; border: 1px solid #2e7572;}
.carousel-product-box .carousel-indicators .active { background-color: #2e7572; border: 1px solid #2e7572; }

.panel-operator { border-color: #2e7572; }
.panel-operator>.panel-heading { color: #fff; background-color: #2e7572; border-color: #ebccd1;}
.panel-quick-operator { border-width: 2px; width: 360px; height: 94px; overflow: hidden; margin-bottom: 0; }
.panel-quick-operator .operators { width: 260px; font-size: 12px; }
.panel-quick-operator .operators .operator-contact { width: 215px; font-size: 12px; overflow: hidden; height: 18px; }
.panel-quick-operator>.panel-body { padding: 5px; }
.panel-quick-operator img { width: 80px; height: 80px; }

.panel-filter { margin-bottom: 0; border-radius: 0; }
.panel-filter:not(:last-child) { border-bottom-width: 0; }
.panel-filter .panel-heading { font-weight: bold; padding: 10px; }
.panel-filter .panel-body { font-size: 11px; max-height: 200px; overflow-y: auto; padding: 10px; }
.panel-filter ul { margin-bottom: 0; padding: 0; list-style: none; }
.panel-filter ul li { margin-bottom: 5px; }
.panel-filter ul li label { font-weight: normal; margin-bottom: 0; }
.panel-filter input[type='checkbox'] { margin-right: 5px; }
.panel-filter .panel-heading { font-size: 1em; }
.panel-filter-categories .panel-body { max-height: initial; display: flex; flex-direction: column; gap: 5px; flex-wrap: wrap; }
.panel-filter-categories .panel-body .parent { margin-bottom: 10px; display: flex; font-size: 14px; }
.panel-filter-categories .panel-body .parent a { flex: 1; color: #4C4C4C;}
.panel-filter-categories .panel-body .group { display: flex; flex-direction: column; gap: 5px; }
.panel-filter-categories .panel-body .group .group-name { display: flex; font-size: 14px; }
.panel-filter-categories .panel-body .group .group-name a { color: #4C4C4C; flex: 1; }
.panel-filter-categories .panel-body .group .group-name a.current { color: #2e7572; }
.panel-filter-categories .panel-body .group .children { padding-left: 10px; display: flex; flex-direction: column; gap: 5px; }
.panel-filter-categories .panel-body .group .children .child { display: flex; font-size: 14px; }
.panel-filter-categories .panel-body .group .children .child a { color: #4C4C4C; flex: 1; }
.panel-filter-options-fixed { position:fixed; z-index: 100; bottom: 20px; background-color: rgba(255, 255, 255, 0.9); }
.panel-filter-on { margin-bottom: 20px; border-radius: 0; }
.panel-filter-on .panel-heading { font-weight: bold; padding: 10px; font-size: 15px; }
.panel-filter-on .panel-body { font-size: 12px; padding: 10px; }
.panel-filter-on ul { margin-bottom: 0; padding: 0; list-style: none; }
.panel-filter-on ul li:not(:last-child) { margin-bottom: 15px; }

.panel-filter-slider [data-filter-slider] .ui-slider-range { background: #2e7572; }
.panel-filter-slider [data-filter-slider] .ui-slider-handle { background: #2e7572; }
.panel-filter-slider .panel-body input[type='text'] { width: 65px; }
.panel-filter-slider .panel-body #filter_price_f { margin-left: 10px; margin-right: 10px; }
.panel-filter-slider .panel-body #filter_price_t { margin-left: 10px; }

#offer_form .autocomplete { margin-top: 5px; position: absolute; z-index: 9999; background-color: #fff; width: 100%; max-height: 300px; overflow-y: auto; overflow-x: hidden; border-top: 3px solid #2e7572; border-bottom: 3px solid #2e7572; }
#offer_form .autocomplete .list-group { margin-bottom: 0; }
#offer_form .autocomplete .list-group .list-group-item { border-left-width: 3px; border-right-width: 3px; border-color: #2e7572; }
#offer_form .autocomplete .list-group-item:first-child {border-radius: 0; border-top-width: 0px;}
#offer_form .autocomplete .list-group-item:last-child {border-radius: 0; border-bottom-width: 0px;}

#application_form .autocomplete { margin-top: 5px; position: absolute; z-index: 950; background-color: #fff; width: 100%; max-height: 300px; overflow-y: auto; overflow-x: hidden; border-top: 3px solid #2e7572; border-bottom: 3px solid #2e7572; }
#application_form .autocomplete .list-group { margin-bottom: 0; }
#application_form .autocomplete .list-group .list-group-item { border-left-width: 3px; border-right-width: 3px; border-color: #2e7572; }
#application_form .autocomplete .list-group-item:first-child {border-radius: 0; border-top-width: 0px;}
#application_form .autocomplete .list-group-item:last-child {border-radius: 0; border-bottom-width: 0px;}

.payment-method-tile, .shipment-method-tile { width: 220px; height: 200px; outline: 1px solid #d4d4d4; margin: 0px 8px 8px 0px; cursor: pointer; float: left; text-align: center; border-radius: 5px; padding: 10px 10px 10px 10px; }
.shipment-method-tile { height: 305px; }
.payment-method-tile:hover, .shipment-method-tile:hover { outline: 2px solid #2e7572; }
.payment-method-tile-selected, .shipment-method-tile-selected { outline: 2px solid #2e7572 !important; color: #2e7572; font-weight: bold; background-color: rgba(197, 0, 0, .1); }
.payment-method-tile-icon, .shipment-method-tile-icon { margin-bottom: 20px; height: 100px; display: flex; align-items: center; justify-content: center;}
.payment-method-tile-icon img, .shipment-method-tile-icon img { width: 100px; }
.payment-method-tile-name, .shipment-method-tile-name { height: 50px; margin-bottom: 10px; margin-top: 10px; font-size: 16px; overflow-y: hidden; }
.shipment-method-tile-free { font-size: 12px; margin-top: 10px; }

.table-files th a { margin-left: 5px; color: #666666 !important; }
.table-files th a.active { color: #2e7572 !important; }

#register_form h2 { font-size: 18px; font-weight: bold; border-bottom: 1px solid #e6e6e6; margin-bottom: 10px; margin-top: 30px; padding-bottom: 10px; }

#newsletter-popup-modal img { width: 100%; height: auto; }

.change-company-tile { border: 1px solid #cecece; padding-top: 25px; padding-bottom: 25px; margin-bottom: 10px; }
.sticky-logo { position: sticky; z-index: 1000; top: 0; background-color: #fff; }
.sticky-menu { position: sticky; z-index: 999; top: 61px; background-color: #2e7572; }
.sticky-alert { position: sticky; z-index: 998; top: 118px; }

.order-unsigned-box { height: 370px; }
.order-unsigned-box-auth { padding-top: 40px; }
.order-unsigned-box-order { padding-top: 110px; }
.order-unsigned-vr { border-left: 1px solid #ddd; }

.countdown-clock .cc-container { display: inline-block; margin-right: 5px; }
.countdown-clock .cc-container .cc-element { padding: 10px; background-color: #e6e6e6; border-radius: 4px; font-size: 14px; font-weight: 500; }

#js-dhlpop .modal-body iframe { border: 0; width: 100%; min-height: 650px; }

.main-page-header { font-weight: 700; font-size: 32px; }
.main-page-subheader { font-size: 16px; }

.main-page-producers { margin-left: -5px; margin-right: -5px;}
.main-page-producers [class*=col-] { padding-left: 5px; padding-right: 5px;}
.main-page-producers .main-page-producer { background-color: #EEEFF1; height: 200px; width: 100%; margin-bottom: 20px; display: flex; justify-content: center; align-content: center; text-align: center; flex-wrap: wrap}
.main-page-producers .main-page-producer .image { display: flex; justify-content: center; align-content: center; text-align: center; }
.main-page-producers .main-page-producer .image img { max-width: 200px; }
.main-page-producers .main-page-producer .description { display: flex; flex-direction: column; justify-content: center; align-content: center; text-align: center; }
.main-page-producers .main-page-producer .description .text { height: 60px; overflow: hidden; margin-bottom: 15px; font-weight: bold; }

.main-page-info-box { display: flex; align-items: center; border: 1px solid #f0f0f0; padding: 15px; border-radius: 4px; }
.main-page-info-box .icon { font-size: 50px; color: #2e7572; margin-right: 15px; }
.main-page-info-box .text { color: #333; font-size: 14px; }
.main-page-info-box .text span { color: #2e7572; font-size: 20px; font-weight: bold; }

iframe { border: 0; }

.sidebar { position: fixed; top: 0; bottom: 0; width: 300px; z-index: 9999; box-shadow: -2px 0 12px rgba(0, 0, 0, 0.15); overflow-y: auto; overflow-x: hidden; transition: transform 0.3s ease-in-out; will-change: transform; padding: 10px; background-color: #fff; }
.sidebar[data-side="right"] { right: 0; transform: translateX(100%); }
.sidebar[data-side="left"] { left: 0; transform: translateX(-100%); }
.sidebar.open { transform: translateX(0%); }
.sidebar .header { background-color: #8C9EC51A; padding: 5px; text-align: left; display: flex; justify-content: space-between; }
.sidebar .content { padding: 20px 0; }
.sidebar .content .list-group .list-group-item { border-top-left-radius: 0; border-top-right-radius: 0; border-left: 0; border-right: 0; font-weight: bold; }

[data-cut-wrapper] [data-cut-text] { overflow: hidden; transition: height 0.3s ease; position: relative; }

.contact-socialmedia { background-color: #4C4C4C !important; color: #fff; font-size: 14px; }
.contact-socialmedia a { color: #fff; }
.contact-socialmedia .contact { padding: 9px 0 5px 0; }

.contact_page_form {
    padding: 20px 0;
    display: flex !important;
    flex-wrap: wrap;
    gap: 40px;
}

.contact_page_form__left {
    flex: 1 1 50%;
    min-width: 300px;
    justify-items: center;
}

.contact_page_form__right {
    flex: 1 1 45%;
    min-width: 250px;
    justify-items: left;
    font-size: 16px;
    color: #666;
}

.contact_page_form__right--item {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.contact_page_form .mtb-20 {
    padding: 10px 0;
}

.contact_page_form input[type="text"],
.contact_page_form input[type="email"],
.contact_page_form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: medium;
}

.contact_page_form label {
    font-size: 16px;
    font-weight: 400;
    color: #666;
}

.contact_page_form input[type="submit"] {
    background-color: #2e7572;
    color: white;
    border: none;
    padding: 13px;
    cursor: pointer;
    border-radius: 80px;
    width: 200px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

.contact_page_form input[type="submit"]:hover {
    background-color: #48c1ac;
}

#voivode_map {
    max-width: 100%;
    height: auto;
}

#voivode_map .voivodeship {
    transition: ease-in-out .1s;
}

#voivode_map .voivodeship:hover,
#voivode_map .voivodeship.active {
    fill: #f1b828 !important;
    opacity: 0.5;
}

.voivode_popup_content {
    display: none;
    position: fixed;
    background: white;
    border: 1px solid #bfbfbf;
    padding: 16px;
    min-width: 200px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    z-index: 9999;
}

.voivode_popup_content h4 {
    margin: 0 0 20px;
    font-size: 18px;
    color: #000;
}

.voivodeship_popup_consultants {
    margin-top: 10px;
}

.voivodeship_popup_consultant {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.voivodeship_popup_consultant:last-child {
    border-bottom: none;
}

.voivodeship_popup_consultant p {
    margin: 0;
    font-weight: bold;
    color: #444;
}

.voivodeship_popup_consultant a {
    display: block;
    font-size: 0.95em;
    color: #2e7572;
    text-decoration: none;
    margin-top: 3px;
}

.voivodeship_popup_consultant a:hover {
    text-decoration: underline;
}

.voivode_popup_content .close_popup {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.close_popup + .tooltip,
.close_popup ~ .tooltip,
.tooltip {
    display: none !important;
}

.contact_map_text {
    color: #666666; /* font color */
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 25px;
    margin: 40px 0;
    word-wrap: break-word;
    box-sizing: border-box;
}

.see-more { text-align: right;  margin-bottom: 20px; margin-top: 10px; }
.see-more a { font-size: 22px; }

hr { border-top-color: #e6e6e6; margin-top: 10px; margin-bottom: 10px; }

.breadcrumb { background-color: #fff; font-size: 12px; padding-left:0; padding-right:0; }
.breadcrumb a, .breadcrumb a:hover, .breadcrumb a:focus { color: #4C4C4C; }
.breadcrumb>.active { color: #2e7572; }
.breadcrumb>li+li:before { color: #4C4C4C; content: "\003E"; }

.slick-dots { list-style: none; text-align: center; display: flex; justify-content: center; gap: 5px; padding: 0; }
.slick-dots li button { padding:0; height: 5px; width: 5px; border-radius: 5px; background-color: #D8D8D8; border: 1px solid #D8D8D8; text-indent: -9999px; overflow: hidden; }
.slick-dots li.slick-active button { background-color: #2e7572; border: 1px solid #2e7572; }

@media (min-width: 1200px) and (max-width: 1599px) {
    .panel-filter-price .panel-body input[type='text'] { width: 45px; }
    .panel-filter-price .panel-body #filter_price_f { margin-left: 5px; margin-right: 5px; }
    .panel-filter-price .panel-body #filter_price_t { margin-left: 5px; }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .panel-filter-price .panel-body input[type='text'] { width: 100%; }
    .panel-filter-price .panel-body #filter_price_f { margin-left: 0px; margin-right: 0px; }
    .panel-filter-price .panel-body #filter_price_t { margin-left: 0px; }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    .product-page .products-list .slick { width: 226px; }
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
    .product-page .products-list .slick { width: 330px; }
    .sticky-alert { position: sticky; z-index: 999; top: 10px; }

    .contact-socialmedia { background-color: #EDEFF6 !important; color: #4C4C4C; font-size: 12px; }
    .contact-socialmedia a { color: #4C4C4C !important; }
    .contact-socialmedia .contact { padding: 5px; }

    .main-page-header { font-size: 20px; }

    .main-page-producers .main-page-producer { height: 100px; }
    .main-page-producers .main-page-producer .description .text { display: none; }
    .main-page-producers .main-page-producer .image img { width: 70%; }

    .sidebar { width: 250px; }

    .page-slick .messages-list .slick-slider .slick { width: 350px; }

    .page-slick.main-page-products-promotion .products-list .slick-slider .slick { width: 190px; }
    .page-slick.main-page-products-new .products-list .slick-slider .slick { width: 190px; }

    .products-list .products-list-rows .product { padding: 10px 10px; border: 1px solid #D5DFE4; border-radius: 4px; }
    .products-list .products-list-rows .product .bordered-column { border-radius: 0; border: 0; padding: 0 10px; }
    .products-list .products-list-rows .product .name-mobile { font-size: 16px; display: block; font-weight: bold; margin-top: 15px; }
    .products-list .products-list-rows .product .name-mobile a { color: #000; text-decoration: none; }
    .products-list .products-list-rows .product .row-equal-height { display: block; }
    .products-list .products-list-rows .product .product-details .name { display: none; }
    .products-list .products-list-rows .product .product-details .producer { display: none; }
    .products-list .products-list-rows .product .product-details .separator { display: none; }
    .products-list .products-list-rows .product .product-details .features { display: none; }
    .products-list .products-list-rows .product .product-details .description { display: none; }
    .products-list .products-list-rows .product .product-details .button { display: none; }
    .products-list .products-list-rows .product .product-options { margin-top: 10px; }
    .products-list .products-list-rows .product .models .model { border: 1px solid #D5DFE4; padding: 10px 5px; border-radius: 4px; }
    .products-list .products-list-rows .product .models .model:has(input[type="radio"]:checked) { border-color: #2e7572; }
    .products-list .products-list-rows .product .models .model .label { font-size: 14px; flex-basis: 50%; }
    .products-list .products-list-rows .product .models .model .warehouse { display: none; }
    .products-list .products-list-rows .product .models .model .price { font-size: 14px; flex-basis: 50%; }
    .products-list .products-list-rows .product .models .model .price-old { display: none; }
    .products-list .products-list-rows .product .sample { display: none; }
    .products-list .products-list-rows .product .prices .price { font-size: 18px; }
    .products-list .products-list-rows .product .prices .price2 { font-size: 16px; }
    .products-list .products-list-rows .product .prices .price3 { font-size: 14px; }
    .products-list .products-list-rows .product .prices .price-omnibus { font-size: 10px; }
    .products-list .products-list-rows .product .prices .in-package { font-size: 12px; }
    .products-list .products-list-rows .product .badge-container { top: 0; left: 10px; }
    .products-list .products-list-rows .product .cart { flex-direction: column; }
    .products-list .products-list-rows .product .cart .quantity-selector { width: 100%; justify-content: center; }

    .products-list .products-list-tiles-v1 .product .badge-container .label { font-size: 12px; }
    .products-list .products-list-tiles-v1 .product .badge-container .badge { font-size: 12px; }
    .products-list .products-list-tiles-v1 .product .product-details .availability { font-size: 12px; }
    .products-list .products-list-tiles-v1 .product .product-details .discount { display: none; }
    .products-list .products-list-tiles-v1 .product .product-details .name { font-size: 14px; height: 40px; }
    .products-list .products-list-tiles-v1 .product .product-details .prices .header { display: none; }
    .products-list .products-list-tiles-v1 .product .product-details .prices .price { font-size: 14px; }
    .products-list .products-list-tiles-v1 .product .product-details .prices .price-catalog { font-size: 12px; }
    .products-list .products-list-tiles-v1 .product .product-details .prices .price-omnibus { display: none; }
    .products-list .products-list-tiles-v1 .product .product-details .button { display: none; }
    .products-list .products-list-tiles-v1 .product .toolbar { top: 90px; display: none; }
    .products-list .products-list-tiles-v1 .product:hover .toolbar { display: none; }
    .products-list .products-list-tiles-v1 .product .product-image-wrapper { height: 190px; }

    .products-list .products-list-tiles-v2 .product .badge-container .label { font-size: 12px; }
    .products-list .products-list-tiles-v2 .product .badge-container .badge { font-size: 12px; }
    .products-list .products-list-tiles-v2 .product .product-details .availability { font-size: 12px; }
    .products-list .products-list-tiles-v2 .product .product-details .discount { display: none; }
    .products-list .products-list-tiles-v2 .product .product-details .name { font-size: 14px; height: 40px; }
    .products-list .products-list-tiles-v2 .product .product-details .prices .header { display: none; }
    .products-list .products-list-tiles-v2 .product .product-details .prices .price1 { font-size: 14px; }
    .products-list .products-list-tiles-v2 .product .product-details .prices .price2 { display: none; }
    .products-list .products-list-tiles-v2 .product .product-details .prices .price-net2 { display: none; }
    .products-list .products-list-tiles-v2 .product .product-details .prices .price-catalog1 { font-size: 12px; }
    .products-list .products-list-tiles-v2 .product .product-details .prices .price-catalog2 { display: none; }
    .products-list .products-list-tiles-v2 .product .product-details .prices .price-omnibus { display: none; }
    .products-list .products-list-tiles-v2 .product .product-details .prices .column100-mobile { flex: 1 1 100%; }
    .products-list .products-list-tiles-v2 .product .product-details .button { display: none; }
    .products-list .products-list-tiles-v2 .product .toolbar { top: 90px; display: none; }
    .products-list .products-list-tiles-v2 .product:hover .toolbar { display: none; }
    .products-list .products-list-tiles-v2 .product .product-image-wrapper { height: 190px; }

    .products-list .products-list-options .products-list-options-left { flex-direction: column; align-items: flex-start; flex: 0 1 auto; }
    .products-list .products-list-options .form-inline .form-control { width: auto; display: inline-block; max-width: 200px; }
    .products-list .products-list-options .form-inline .form-group { margin:0 }
    .products-list .products-list-options .products-list-sort { padding: 0; border: 0; }
    .products-list .products-list-options .products-list-perpage { padding: 0; border: 0; }
    .products-list .products-list-options .products-list-view-type { margin: 0; text-align: right; flex: 1 1 0%; }

    .products-messages-box .message .message-title { font-size: 16px; }
    .products-messages-box .message .message-description { font-size: 12px; }
    .products-messages-box .btn { font-size: 12px; }

    .product-page .product { position: relative; }
    .product-page .product .row-equal-height { display: block; }
    .product-page .product .product-images { display: none; }
    .product-page .product .product-images-big-container .slick-dots-container { display: block; margin-top: 20px; }
    .product-page .product .product-images-big-container #product-images-big-prev { display: none !important; }
    .product-page .product .product-images-big-container #product-images-big-next { display: none !important; }
    .product-page .product .product-images-big-container .product-images-big a { height: 350px; }
    .product-page .product .product-details .name { margin-bottom: 10px; }
    .product-page .product .product-details .separator { display: none; }
    .product-page .product .product-details .features { display: none; }
    .product-page .product .product-details .product-options-mobile { display: flex; justify-content: space-between; align-items: center; }
    .product-page .product .product-details .product-options-mobile .availability { font-weight: bold; font-size: 16px; }
    .product-page .product .product-details .product-options-mobile .availability .yes { color: #357c00; }
    .product-page .product .product-details .product-options-mobile .availability .no { color: #e30613; }
    .product-page .product .product-details .product-options-mobile .toolbar { background-color: #fff; border-radius: 4px; padding: 5px; }
    .product-page .product .product-details .product-options-mobile .toolbar .btn { display: inline-block; font-size: 20px; padding: 5px 5px 2px 5px; border-color: #EEEFF1; }
    .product-page .product .models .model { border: 1px solid #D5DFE4; padding: 10px 5px; border-radius: 4px; }
    .product-page .product .models .model:has(input[type="radio"]:checked) { border-color: #2e7572; }
    .product-page .product .models .model .image { flex-basis: 50px; }
    .product-page .product .models .model label { font-size: 14px; flex-basis: 55%; }
    .product-page .product .models .model .price { font-size: 14px; flex-basis: 35%; }
    .product-page .product .models .model .price-old { display: none; }
    .product-page .product .models .model .warehouse { display: none; }
    .product-page .product .models.paintings .model label { flex-basis: 33%; }
    .product-page .product .models.paintings .model .price { flex: 1; }
    .product-page .product .background-column { background-color: #fff; padding: 0; }
    .product-page .product .product-options { display: none; }
    .product-page .product .prices .separator { margin-top: 20px; }
    .product-page .product .prices .price-net { font-size: 14px; }
    .product-page .product .prices .in-package { font-size: 14px; }
    .product-page .product .prices .price3 { font-size: 14px; }
    .product-page .product .cart .quantity-selector { width: 100%; justify-content: center; }

    .product-page .nav-tabs { font-size: 18px; justify-content: flex-start; }
    .product-page .nav-tabs li { margin-right: 5px; margin-bottom: 5px; }
    .product-page .nav-tabs li.separator { display: none; }
    .product-page .nav-tabs a { background-color: #EEEFF1 !important; padding: 10px 10px; border-radius: 0; color: #000; }
    .product-page .tab-content .tab-pane { font-size: 14px; }

    .breadcrumb li:first-child { display: none; }
    .breadcrumb li:nth-child(2)::before { display: none; }

    .img-carousel .carousel-indicators li { width: 5px; height: 5px; }

    .see-more a { font-size: 14px; }

    .contact_page_form { flex-direction: column; }

    .voivode-popup-open { overflow: hidden; }
    .voivode-popup-open::before { content: ""; position: fixed; inset: 0; background: rgba(0,0,0,.66); z-index: 9998; }
    .voivode_popup_content { left: 50% !important; top: 50% !important; transform: translate(-50%, -50%) !important; width: calc(100% - 32px); max-width: 420px; overflow: auto; }
}

/*------------------------------------------------------*/

.container-b2b { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }
.top-menu2-container { padding: 0 15px; }

/* Szerokości proporcjonalne względem Bootstrap 3 */
@media (min-width: 768px) {  /* md */
    .container-b2b { max-width: calc(750px * (1700 / 1170)); }
    .top-menu2-container { width: 750px; margin: 0 auto; }
}

@media (min-width: 992px) {  /* lg */
    .container-b2b { max-width: calc(970px * (1700 / 1170)); }
    .top-menu2-container { width: 970px; margin: 0 auto; }
}

@media (min-width: 1200px) { /* xl */
    .container-b2b { max-width: calc(1170px * (1700 / 1170)); }
    .top-menu2-container { width: calc(100% - ((100% - 1170px) / 2)); margin-left: calc((100% - 1170px) / 2); margin-right: 0; }
}

@media (min-width: 1400px) { /* własny breakpoint dla 1700px */
    .container-b2b { max-width: 1700px; }
}

.checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
    position: relative;
    font-size: 14px;
    line-height: 1.4;
}

.checkbox-wrapper label.optional {
    font-weight: unset;
    margin-bottom: unset;
}

.privilege-info {
    position: relative;
    cursor: help;
    color: #2e7572;
    display: inline-block;
}

.privilege-info .tooltip-text {
    visibility: hidden;
    width: 220px;
    background-color: #333;
    color: #fff;
    text-align: left;
    padding: 6px 10px;
    border-radius: 4px;
    position: absolute;
    z-index: 1000;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 13px;
    line-height: 1.4;
    white-space: normal;
}

.privilege-info:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.privilege-info .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-color: #333 transparent transparent transparent;
}

input[type="checkbox"] {
  accent-color: #2e7572;
}
.custom_slider_1__content {
    display: flex;
    justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        box-sizing: border-box;
}

.custom_slider_1_item__img img {
  border-radius: 150px 0px;
}
.custom_slider_1_item__img {
  padding: 25px;
}
.custom_slider_1_item__title {
    display: flex;
    align-items: center;
    justify-content: space-evenly;

}

@media (max-width: 767px) {
    .custom_slider_1__content {
        display: none !important;
    }
}


@media (max-width:767px) {
  .hidden-xs { display:none !important; }
  .top-logo { flex-direction:column; align-items:flex-start; min-height:48px; }
  .menu-box { width:100%; justify-content:flex-start; }
  .search-box { margin-left:0; margin-top:10px; width:100%; }
  .form-control { width:100%; }
}
.top-logo { display:flex; align-items:center; justify-content:space-between; min-height:60px; }
.search-box { margin-left:20px; }
.form-control { height:34px; }
.btn { padding:6px 12px; }

.mobile-quick-cart .text-center {
    display: flex;
    flex-direction: row;
}
/* Ensure correct badge style for desktop/web view */
.mobile-quick-cart .fa-layers-counter {
    position: absolute;
    top: -8px;
    right: -10px;
    min-width: 20px;
    height: 20px;
    font-size: 14px;
    background: #2d6adf;
    color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    line-height: 1;
    z-index: 2;
}
@media (max-width: 767px) {
    .mobile-quick-cart .fa-layers {
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }
    .mobile-quick-cart .fa-layers-counter {
        top: -4px;
        right: -8px;
        min-width: 16px;
        height: 16px;
        font-size: 11px;
        border-radius: 8px;
        padding: 0 4px;
    }

    #mobile-navbar .navbar .navbar-header .navbar-header-inner a > span {
        width: 30px;
    }
    #mobile-navbar .navbar .navbar-header .navbar-header-inner i {
        font-size: 24px !important;
    }
}
/* Category Tree Toggle Styles */
.panel-filter-categories .category-toggle {
    cursor: pointer;
    transition: transform 0.3s ease;
    margin-right: 3px;
}

.panel-filter-categories .category-toggle:hover {
    color: #00897b;
}

.panel-filter-categories .children {
    overflow: hidden;
}

.panel-filter-categories .group-name {
    display: flex;
    align-items: center;
}

/* Multi-level indentation */
.panel-filter-categories .group[data-level="1"] {
    padding-left: 15px;
}

.panel-filter-categories .group[data-level="2"] {
    padding-left: 30px;
}

.panel-filter-categories .group[data-level="3"] {
    padding-left: 45px;
}

.panel-filter-categories .group[data-level="4"] {
    padding-left: 60px;
}

.panel-filter-categories .group[data-level="5"] {
    padding-left: 75px;
}

/* For levels beyond 5, use a generic rule */
.panel-filter-categories .group[data-level] {
    position: relative;
}
