:root {
    --color-primary: #134F84;
    --color-accent: #8DC349;
    --color-black: #3E3E3E;
    --color-light: #FAFAFA;
    --color-grey: #B7BBBE;
    --color-blue-shade-1: #337AB7;
    --color-blue-shade-2: #387AB4;
    --color-blue-shade-3: #2B6DA7;
    --color-lightblue: #E5F1FB;

    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: var(--color-primary);
    --bs-secondary: var(--color-accent);
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: var(--color-light);
    --bs-dark: var(--color-black);
    --bs-primary-rgb: 19, 79, 132;
    --bs-secondary-rgb: 141, 195, 73;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 62, 62, 62;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: syshtem-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: var(--color-grey);
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
    --bs-breadcrumb-divider: '>';
}

.modal-contact {--bs-modal-border-radius: 0px; --bs-modal-border-width: 0px; margin-top: 15rem; }

body { font-family: 'Roboto Condensed', sans-serif; color: var(--color-black); display: flex; flex-direction: column; min-height: 100vh; }
h1, h2, h3 { font-weight: lighter; padding: 0 0 10px 0; margin: 0 0 10px 0; }
a, a:hover, a:focus { color: #134f84; outline:none; }
#content { flex-grow: 1; }

.bg-lightgray { background-color: var(--color-grey); }
.bg-blue1 { background-color: var(--color-blue-shade-1); }
.bg-blue2 { background-color: var(--color-blue-shade-2); }
.bg-blue3 { background-color: var(--color-blue-shade-3); }
.bg-white { background-color: var(--bs-white); }

.z-n2 { z-index: -2; }
.z-n1 { z-index: -1; }
.z-0 { z-index: 0; }
.z-1 { z-index: 1; }
.z-2 { z-index: 2; }

.ms-n1 { margin-left: -0.25rem; }
.me-n1 { margin-right: -0.25rem; }
.ms-n2 { margin-left: -0.5rem; }
.me-n2 { margin-right: -0.5rem; }
.ms-n3 { margin-left: -1rem; }
.me-n3 { margin-right: -1rem; }
.ms-n4 { margin-left: -1.5rem; }
.me-n4 { margin-right: -1.5rem; }
.ms-n5 { margin-left: -3rem; }
.me-n5 { margin-right: -3rem; }

.bottom-10 { bottom: 10%; }
.bottom-20 { bottom: 20%; }
.bottom-30 { bottom: 30%; }

.pt-30 { padding-top: 30%; }
.pt-70 { padding-top: 70%; }
.pt-100 { padding-top: 100%; }

.w-25p { width: 25px; }

.object-fit-cover { object-fit: cover; }
.object-fit-contain { object-fit: contain; }

.line-clamp-3 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden; }
.line-clamp-font-24 {font-size: 24px}
.border-radius-0 { border-radius: 0 !important; }

.fontsize12 { font-size: 12px; }
.fontsize13 { font-size: 13px; }

#nav-btn-animated { width: 60px; height: 45px; position: relative; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; }
#nav-btn-animated span { display: block; position: absolute; height: 6px; width: 100%; background: var(--color-primary); opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; }
#nav-btn-animated span:nth-child(1) { top: 0; }
#nav-btn-animated span:nth-child(2) { top: 18px; }
#nav-btn-animated span:nth-child(3) { top: 18px; }
#nav-btn-animated span:nth-child(4) { top: 36px; }
#nav-btn-animated:not(.collapsed) span:nth-child(1) { top: 18px; width: 0; left: 50%; }
#nav-btn-animated:not(.collapsed) span:nth-child(2) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
#nav-btn-animated:not(.collapsed) span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
#nav-btn-animated:not(.collapsed) span:nth-child(4) { top: 18px; width: 0; left: 50%; }

.accordion-btn-link { font-size: 1rem; padding: 1rem 1.25rem }

table th {color: #134f84;}
table.table-no-border td {border: 0 !important;}
table.table-grey th {color: #000; background-color: #e6e6e6;}

.center {text-align: center !important;}
.strong {font-weight: bold !important;}
.text-blue {color: #134f84;}
.text-blue-1 { color: var(--color-blue-shade-1); }
.text-red {color: #ff0000;}
.text-color-light {color: var(--color-light)}
.text-color-light2 {color: #B7BBBE;}
.text-color-light-blue { color: #337AB7}
.text-color-body { color: var(--bs-body-color); }
.text-color-green { color: var(--color-accent); }
.uppercase {text-transform: uppercase;}
.underline {text-decoration: underline;}
.color-inherit { color: inherit; }
.pointer-events-none { pointer-events: none; }
.hover-show { opacity: 0; transition: opacity 0.3s; }
.hover-show:hover { opacity: 100; }
.white-space-nowrap { white-space: nowrap; }

.margin-top5 { margin-top: 5px; }
.margin-top10 { margin-top: 10px; }
.margin-bottom5 { margin-bottom: 5px; }
.margin-bottom15 { margin-bottom: 15px; }
.margin-bottom20 { margin-bottom: 20px; }
.margin-left10 { margin-left: 10px; }

.main-container {width: 1024px; margin: auto;}
.main-container-small {width: 940px; margin: auto;}

form .alert {padding: 2px; margin: 2px 0 0 0;}

.alert {border-radius: 0;}
.btn-shadow {
    box-shadow: 2px 2px  20px #8DC349;
}

footer .newsletter-box .newsletter-box-header {color: #134f84; text-transform: uppercase; font-size: 20px;}
footer .newsletter-box input[type='text'] {width: 192px;}
.border-right {
    border-right: 1px solid var(--bs-border-color);
}

#content .left-main-col {padding-left: 0; padding-right: 10px;}
#content .right-main-col {padding-right: 0; padding-left: 10px;}

.file-drag-and-drop { border: 1px solid #ced4da; color: #6c757d; height: 210px; }

/* sekcja produktowa */
.products-page {
    color: #23527C;
}
.products-page h1 {
    font-weight: bold;
}
.products-description {
    color: var(--color-black);
}



/* karta produktowa */

.product-card h1 {
    color: #134F84;
    font-weight: 700;
}
.product-card .card-info-login-wrapper {

}

.product-card .card-info {
    background: #FFFFFF;
    padding: 43px 0px;
    box-shadow: -16px 20px 24px rgba(0, 0, 0, 0.04);
}

.product-card .card-info button {
    background: #8DC349;
    color: #FAFAFA;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    font-family: 'Roboto Condensed';
    padding: 11px 37px;
}

.product-card .card-info-login {
    background: #FFFFFF;
    padding: 43px 0px;
    box-shadow: -16px 20px 24px rgba(0, 0, 0, 0.04);
}
.product-card .card-info-login p {
    padding: 0 57px;
}

.product-card .card-info-login a {
    background: #8DC349;
    color: #FAFAFA;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    font-family: 'Roboto Condensed';
    padding: 11px 57px;
    margin: 0 50px;
}

.product-card .icon-up, .product-card .icon-down {
    color: var(--color-accent);
    cursor: pointer;
}


.product-info .product-menu-line {
    color: #134F84;
    border-bottom: #134F84 solid 3px;
}
.product-info .nav .nav-link {
    color: #134F84;
}
.product-info .nav .nav-link.active {
    border-bottom: #134F84 solid 3px;
    background-color: #FAFAFA;
    border-radius: 0px;
}
.product-info .tab-content { background-color: #fff; }

/* news section */
.news-title {
    color: #134F84;
    font-weight: 700;
    margin: 1.5rem 0;
}
.news-section {
    margin-right: 2%;
    margin-bottom: 2%;
    border: #B7BBBE 1px solid;
    padding: 0;
    padding: 20px;
    overflow: hidden;
}
.news-section p{
    font-weight: lighter;
}
.news-section h4{
    font-size: 1.6rem;
}
.news-section .data {
    font-size: 14px;
    color: #B7BBBE;
}

.news-section .btn-news {
    font-size: 14px;
    color: #8DC349;
    display: block;
    padding: 10px 0;
    width: 50%;
    text-align: center;
    position: absolute;
    left: -12px;
}
.news-section .btn-news:hover {
    font-size: 14px;
    color: #FFFFFF;
    display: block;
    background-color: #8DC349;
    box-shadow: -16px 20px 24px rgba(0, 0, 0, 0.04);
}
@media only screen and (min-width: 780px) {
    .news-title {
        color: #134F84;
        font-weight: 700;
        margin: 1.5rem 0;
    }

    .news-section {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 2%;
        border: #B7BBBE 1px solid;
        height: 420px;
        padding: 0;
        padding: 20px;
    }
    .news-section p{
        font-weight: lighter;
    }
    .news-section h4{
        font-size: 1.6rem;
    }
    .news-section .data {
        font-size: 14px;
        color: #B7BBBE;
    }

    .news-section .btn-news {
        font-size: 14px;
        color: #8DC349;
        display: block;
        padding: 10px 0;
        width: 50%;
        text-align: center;
        position: absolute;
        top: 300px;
        left: -12px;
    }
    .news-section .btn-news:hover {
        font-size: 14px;
        color: #FFFFFF;
        display: block;
        background-color: #8DC349;
        box-shadow: -16px 20px 24px rgba(0, 0, 0, 0.04);
    }
}

.dropdown-menu {
    border: none;
    min-width: 100%;
}
.dropdown-menu a:first-child {
    margin-top: 30px;
}

.dropdown-menu a {
    margin-bottom: 0.5rem;
}
.breadcrumb-item a {
    color: #B7BBBE;
    font-weight: 300;
}
.breadcrumb-item.active {
    color: #B7BBBE;
    font-weight: 400;;
}

.category a, a:hover, a:focus { color: #3E3E3E; outline:none; }
.category .text-color-light-blue { color: #337AB7}

.another-products {
    position: absolute;
    bottom: 0px;
    margin-left: 65px;
    margin-bottom: 15px;
}

.product-card .slick-slide img {
    width: 100%;
}

.product-card .slick-prev:before,
.product-card .slick-next:before {
    color: black;
    background-color: black;
}
.product-card .slick-next {
    background-color: black;
}


.product-card .slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.product-card .slick-active {
    opacity: .5;
}

.product-card .slick-current {
    opacity: 1;
}

table .table-sort-td { width: 30px; }
table[data-sortable="1"] tbody .ui-sortable-placeholder { background-color: #eee; }
table[data-sortable="1"] tbody .ui-sortable-helper { background-color: #eee; }

.cursor-move { cursor: move; }

#merchants-map-description { max-height: 0; overflow: hidden; transition: max-height 0.5s ease-in-out; padding: 10px; }
#merchants-map-description h4 { border-bottom: 1px solid var(--color-black); margin-bottom: 20px; font-weight: bold; }
#merchants-map-description a { color: var(--color-black); text-decoration: underline; }

.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: 6px 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: 10px; left: 15px; display: none; color: #ff0000; }
.comparison-bar .product:hover img { opacity: 0.1; }
.comparison-bar .product:hover .close { display: inline-block; opacity: 1; }

.text-center { text-align: center; }
.text-right { text-align: right; }
.text-bold { font-weight: bold; }