@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;900&display=swap');
/* IMPORTY */
/* PROJEKT */
/* ZMIENNE */
/* DEFINICJE */
/* STYLE */
body {
    font-family: 'Inter', sans-serif;
    color: #555555;
    font-size: 13px;
}
a {
    text-decoration: underline;
    color: #34addd;
}
label {
    display: inline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
h1 {
    margin-bottom: 30px;
    color: #333333;
    font-size: 30px;
}
.ajax_loader {
    display: block;
    height: 96px;
    width: 96px;
    margin: 40px auto;
    opacity: 0.5;
    zoom: 0.7;
    -moz-transform: scale(0.7);
    background: url('../../site_media/images/grafiki_sklepu/ajax_loader.gif') no-repeat;
}
.gradient {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #fafafa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #fafafa));
    background: -webkit-linear-gradient(top, #ffffff 0%, #fafafa 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #fafafa 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #fafafa 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0);
}
.border {
    border: 1px solid #d6d6d6;
}
.standard-btn, .comment-save-btn {
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    text-transform: uppercase;
    padding: 10px 12px;
    text-decoration: none;
    color: #fff;
    background: #3d84df;
    font-size: 13px;
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    border: 0;
}
.standard-btn:hover,
.standard-btn:visited, 
.comment-save-btn:hover, 
.comment-save-btn:visited {
    opacity: 0.7;
    text-decoration: none;
}
.danger-btn, .comment-btn, .comment-cancel-btn {
    background: rgb(238, 238, 238);
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    text-transform: uppercase;
    padding: 10px 12px;
    text-decoration: none;
    color: #000;
    font-size: 13px;
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    border: 0;
}
.danger-btn:hover, .comment-btn:hover, .comment-cancel-btn:hover {
    text-decoration: none;
    color: #fff;
    background: #3d84df;
}
.danger-btn:disabled {
    opacity: 0.4;
}
.basket-btn {
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    text-transform: uppercase;
    padding: 10px 12px;
    text-decoration: none;
    color: #fff;
    background: #3d84df;
    font-size: 13px;
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    border: 0;
}
.basket-btn:hover,
.basket-btn:visited {
    opacity: 0.7;
    text-decoration: none;
}
.basket-btn:before {
    content: " ";
    height: 25px;
    width: 30px;
    margin-right: 10px;
    margin-bottom: -8px;
    display: inline-block;
    background: url('../../site_media/images/grafiki_sklepu/basket_color.png') no-repeat;
}
.content-bg {
    background: rgb(247, 247, 247);
    padding: 10px 0;
}
.content-bg .container {
    overflow: hidden;
}
.footer-bg {
    background: #000;
    margin-top: 40px;
    padding: 20px 0;
    color: #fff;
}
.input-round {
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 7px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.input-txt {
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 10px;
}
.big-input-text {
    display: block;
    outline-color: transparent;
    padding: 13px 0 14px 17px;
    height: 47px;
    width: 100%;
    border: none;
}
.page_header {
    border-bottom: 1px solid #ddd;
    color: #3d84df;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
}
.content_page {
    border: 1px solid #d6d6d6;
    background: #fff;
    margin-top: 10px;
    padding: 10px;
}
.header_block {
    border-bottom: 1px solid #ddd;
    color: #3d84df;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
}
.product_view {
    text-decoration: none;
}
.product_view.gallery_view {
    margin: 0 2px;
    display: inline-block;
    height: 24px;
    width: 24px;
    background: url('../../site_media/images/grafiki_sklepu/list_img.png') no-repeat;
}
.product_view.medium_view {
    margin: 0 2px;
    display: inline-block;
    height: 24px;
    width: 24px;
    background: url('../../site_media/images/grafiki_sklepu/list_medium.png') no-repeat;
}
.product_view.full_view {
    margin: 0 2px;
    display: inline-block;
    height: 24px;
    width: 24px;
    background: url('../../site_media/images/grafiki_sklepu/list_full.png') no-repeat;
}
.product_view:hover,
.product_view.active {
    background-position: bottom;
    opacity: 0.5;
}
.filter_group {
    padding: 20px 10px;
    background: white;
    margin-bottom: 10px;
}
.filter_group label {
    display: block;
}
.filter_group .filter-options-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.product_name {
    height: 50px;
}
.product_name a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #f20d1c;
    text-decoration: none;
}
.main_product_box {
    margin-top: 20px;
    position: relative;
}
/* {*product_label ver.2.18.02*} */
.product_box_group {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 2px 5px;
    font-size: 11px;
    z-index: 99;
}

.product_box_group_element {
    background: #f20d1c;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
}
/* {*\product_label ver.2.18.02*} */

.product-image-box-main .product_box_group {
    top: 12px;
    right: 30px;
}

.main_product_box > div {
    position: relative;
    text-align: center;
    padding: 10px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #fafafa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #fafafa));
    background: -webkit-linear-gradient(top, #ffffff 0%, #fafafa 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #fafafa 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #fafafa 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0);
}

.main_product_box > div p.photo {
    text-align: center;
    margin-bottom: 25px;
    min-height: 170px;
}

.main_product_box > div p.product_box_name a {
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}
.main_product_box > div p.product_box_cena {
    font-size: 20px;
    line-height: 18px;
    color: #333333;
    font-weight: 500;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.main_product_box > div p.product_box_cena ins {
    text-decoration: none;
}
.main_product_box > div p.product_box_cena del {
    color: #555555;
    font-size: 17px;
    text-decoration: line-through;
}
.main_product_box > div p.product_box_btn {
    margin-top: 25px;
}
ul.list-of-products {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}
ul.list-of-products li {
    background: #ffffff;
    padding: 10px;
    position: relative;
    margin-bottom: 15px;
}
ul.list-of-products li .list_photo img {
    max-width: 96px;
    max-height: 96px;
}
ul.list-of-products li .availability {
    font-weight: bold;
    color: #000;
}
ul.list-of-products li .product_comparer {
    /*position: absolute;*/
    /*            bottom: 10px;
              right: 10px;*/
}
ul.list-of-products li .buttons {
    border: 1px solid #d6d6d6;
    border-bottom: none;
    border-top: none;
    border-right: none;
}
ul.list-of-products li h3 {
    margin-bottom: 10px;
    margin-top: 0;
}
ul.list-of-products li h3 a {
    text-decoration: none;
    font-size: 13px;
    color: #333333;
    font-weight: bold;
    line-height: 18px;
}
ul.list-of-products li h3 a:hover {
    color: #f20d1c;
}
.product_cena {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}
.product_cena ins {
    text-decoration: none;
}
.product_cena del {
    color: #555555;
    font-size: 17px;
    text-decoration: line-through;
}
.show_item_count {
    padding-top: 10px;
}
.show_item_count a:not(.active) {
    text-decoration: none;
    color: #555555;
}
ul.pagin {
    margin: 10px 0 0;
    text-align: right;
    padding: 0;
    list-style: none;
}
ul.pagin li {
    margin: 5px 0;
    display: inline;
    cursor: pointer;
}
ul.pagin li a {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 5px 12px;
    text-decoration: none;
    color: #555555;
}
ul.pagin li a > hover {
    color: #34addd;
}
ul.pagin li.active a,
ul.pagin li:hover a {
    border-color: #34addd;
}
.jRotator {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}
.jRotator .jRotator-item {
    position: absolute;
    text-align: center;
}
.jRotator .jRotator-item-box .photo img {
    max-height: 170px;
}
.jRotator .jRotator-pagin a {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    background: url(../../site_media/images/grafiki_sklepu/rotator-arrow.png) no-repeat;
    height: 48px;
    width: 48px;
    z-index: 99;
}
.jRotator .jRotator-pagin a.jRotator-pagin-left {
    left: 0px;
    background-position: 0px 0px;
}
.jRotator .jRotator-pagin a.jRotator-pagin-right {
    right: 0px;
    background-position: -48px 0px;
}
.jRotator .jRotator-pagin a:hover {
    opacity: 0.7;
}
#products_comparer > div {
    float: right;
}
#products_comparer > div img.product_list_compare_thumb {
    max-width: 60px;
    max-height: 60px;
    border: 1px solid #d6d6d6;
}
#products_comparer > div img.product_list_compare_thumb_close {
    cursor: pointer;
    width: 10px;
    height: 10px;
    position: relative;
    top: -20px;
    left: -15px;
}
#products_comparer > div .product_list_compare_btn {
    background: #3d84df;
    text-transform: uppercase;
    padding: 7px 10px;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    height: 35px;
    cursor: pointer;
    border: 0;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}
#products_comparer > div .product_list_compare_btn:hover,
#products_comparer > div .product_list_compare_btn:visited {
    opacity: 0.7;
    text-decoration: none;
}
#products_comparer > div.clearfix {
    float: none;
}
#products_comparer .product_list_compare_header {
    margin-right: 10px;
    padding-top: 5px;
    font-weight: bold;
}
.basket_sum {
    text-align: right;
    font-size: 16px;
}
#product_compare_table {
    text-align: center;
}
#product_compare_table .compare_difference_class td {
    color: white;
    background-color: red;
}
#product_compare_table .product_compare_foto img {
    width: 200px;
}
.category_img {
    margin-bottom: 30px;
}
.product_name_header {
    margin-top: 0px;
}
.product_name_header {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}
.line {
    height: 1px;
    background: #d6d6d6;
    margin: 20px 0;
}
.available-box {
    display: none;
    position: absolute;
    padding: 10px;
    top: 220px;
    right: 0px;
    width: 550px;
    z-index: 99;
    border: 1px solid #d6d6d6;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #fafafa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #fafafa));
    background: -webkit-linear-gradient(top, #ffffff 0%, #fafafa 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #fafafa 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #fafafa 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0);
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.75);
}
.available-box h3 {
    display: inline;
    margin-top: 0;
    color: #f20d1c;
}
.available-box .close {
    position: absolute;
    top: 5px;
    right: 10px;
    opacity: 1;
}
.available-box .close a {
    font-size: 14px;
    color: #34addd;
}
.available-box.active {
    display: block;
}
.product-image-box .product-image-box-main img {
    max-height: 400px;
}
.product-image-box .product-image-box-thumbs a {
    text-decoration: none;
}
.product-image-box .product-image-box-thumbs a img {
    margin-top: 5px;
    width: 70px;
    height: 70px;
    margin-right: 2px;
}
.produkt_tag {
    cursor: pointer;
    padding: 5px;
    background: #00c0f0;
    color: #fff;
}
#price_change_form #price_change_form_emial,
#stock_change_form #price_change_form_emial,
#price_change_form #stock_change_form_emial,
#stock_change_form #stock_change_form_emial {
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 10px;
}
#price_change_form input[type=submit],
#stock_change_form input[type=submit] {
    background: #4dabda;
    background: -moz-linear-gradient(top, #4dabda 0%, #0283c3 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #4dabda), color-stop(100%, #0283c3));
    background: -webkit-linear-gradient(top, #4dabda 0%, #0283c3 100%);
    background: -o-linear-gradient(top, #4dabda 0%, #0283c3 100%);
    background: -ms-linear-gradient(top, #4dabda 0%, #0283c3 100%);
    background: linear-gradient(to bottom, #4dabda 0%, #0283c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dabda', endColorstr='#0283c3', GradientType=0);
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid #d6d6d6;
    text-transform: uppercase;
    padding: 7px 10px;
    text-decoration: none;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    height: 35px;
    cursor: pointer;
    top: 0px !important;
}
#price_change_form input[type=submit]:hover,
#stock_change_form input[type=submit]:hover,
#price_change_form input[type=submit]:visited,
#stock_change_form input[type=submit]:visited {
    opacity: 0.7;
    text-decoration: none;
}
.basket-product {
    border: 0;
    background: #ffffff;
    margin-bottom: 20px;
    text-align: center;
}
.basket-product th {
    border-top: 0 !important;
}
.basket-product .basket-product-amount {
    border: 0;
    padding: 5px;
    width: 60px;
    text-align: center;
}
.basket-product .basket-product-name {
    height: 50px;
    height: auto;
    text-align: left;
}
.basket-product .basket-product-name a {
    font-size: 15px;
    font-weight: 500;
    color: #3d84df;
    text-decoration: none;
}
.basket-product .basket-product-icon {
    cursor: pointer;
    color: #000;
    border: 0;
    font-size: 16px;
    padding: 5px;
}

.krok_boxes ul {
    overflow: hidden;
    margin: 0;
    list-style: none;
    padding: 0;
}
.krok_boxes ul li {
    float: left;
    width: 25%;
    text-align: center;
}
.krok_boxes ul li.odd {
    /*background: url('../../site_media/images/grafiki_sklepu/marker-order.png') 0 29px no-repeat #777777;*/
}
.krok_boxes ul li.even {
    /*background: url('../../site_media/images/grafiki_sklepu/marker-order.png') 0 29px no-repeat #9c9c9c;*/
}
.krok_boxes ul li span {
    display: block;
    padding: 25px 0;
    color: #000;
    font-size: 17px;
}
.krok_boxes ul li span span {
    font-size: 27px;
    line-height: 27px;
    display: none;
}
.krok_boxes ul li.step_current span {
    color: #3d84df;
}
.input_error_message {
    color: red;
    font-weight: 700;
}
.account_info .tab-content {
    padding: 20px 10px;
}
.account_info .tab-content table .cursor {
    cursor: pointer;
}
#order_steps {
    
}
.basket-no-product {
    color: red;
}
.my_form div {
    display: inline-block;
}
.radio-line {
    margin-left: 30px;
    font-size: 14px;
    padding: 5px 0;
}
.radio-line label {
    padding-left: 10px;
}
.radio-line span {
    display: block;
}
#dostawa_oddzialy {
    margin-top: 50px;
}
#faktura_form_head,
#sposob_platnosci,
#potwierdzenie_uwagi_zam,
#potwierdzenie_info_platnosc {
    margin-top: 40px;
}
#product_list_category_img {
    margin-bottom: 20px;
    text-align: center;
}
#product_list_category_img img {
    max-height: 300px;
}
#sposob_platnosci,
#potwierdzenie_uwagi_zam {
    margin-bottom: 50px;
}
.input_error {
    border-color: red;
}
.color_error {
    color: red;
}
.color_error label {
    font-weight: bold;
}
#map {
    width: 100%;
    height: 700px;
    float: left;
}
.component_sidebar {
    margin-bottom: 20px;
}
.component_main,
.jRotator {
    margin-bottom: 30px;
}
.component_main img, .main_product_box img {
    max-height: 170px;
}
.cookies {
    position: fixed;
    width: 300px;
    background: url(../../site_media/images/grafiki_sklepu/cookie-bg.png) bottom right no-repeat #000;
    opacity: 0.9;
    z-index: 999;
    left: 0px;
    bottom: 0px;
    padding: 30px;
    font-size: 12px;
    -webkit-box-shadow: -4px 4px 41px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: -4px 4px 41px -2px rgba(0,0,0,0.75);
    box-shadow: -4px 4px 41px -2px rgba(0,0,0,0.75);
}
.cookies img {
    position: absolute;
    right: 0;
    bottom: 49px;
}
@media (max-width: 767px) {
    .cookies {
        padding-left: 10px;
        padding-right: 40px;
        font-size: 10px;
        height: auto;
    }

    .cookies img {
        display: none;
    }
}
.cookies a.close {
    display: block;
    float: none;
    text-align: center;
    color: red;
    text-decoration: none;
    text-shadow: none;
    opacity: 1;
    font-size: 15px;
}
.cookies div {
    color: #fff;
    margin: 0 auto;
    text-align: center;
    padding: 7px 0;
    line-height: 18px;
}
#menu_admin {
    z-index:2000;
    position: fixed;
    background-color: red;
    right: -45px;
    padding: 5px;
    top: 60px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
}
#menu_admin a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}
.no-product-list {
    text-align: center;
    margin-top: 50px;
}
.products_filters_checkbox_label {
    cursor: pointer;
    display: inline-block;
}
.search_global_record {
    border-bottom: 1px solid #CCCCCC;
}
.search_global_record_selected,
.search_global_record:hover {
    background: #feed9e !important;
}
/*pasek powiadomien*/
#message-bar {
    display: none;
    font-size: 135%;
    font-weight: bold;
    overflow: hidden;
    width: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #6D6D6D;
    color: #FFF;
    font: 17px/40px arial, sans-serif;
    opacity: .9;
    z-index: 1000;
}
/*pasek powiadomien - przycisk close */
#message-bar .close {
    margin-right: 10px;
    color: #FFF;
    opacity: 1;
}
.clr {
    clear: both;
}
.fr {
    float: right;
}
.fl {
    float: left;
}
.tc {
    text-align: center !important;
}
.tl {
    text-align: left;
}
.tr {
    text-align: right;
}
#inputAmount,
#quantity_wanted {
    text-align: right !important;
}
#coupons_box {
    text-align: right;
    margin-bottom: 50px;
}
#coupons_box #coupon_error {
    font-size: 14px;
    color: red;
}
#coupons_box #coupon_info {
    font-size: 20px;
    color: #00c0f0;
}
#coupons_box h2.header_block {
    text-align: left;
}
#coupons_box #coupon {
    width: 250px;
    display: inline-block !important;
}
#coupons_box #user_coupons {
    width: 300px;
}
.cena_przed_rabatem {
    text-decoration: line-through;
    color: red;
}
.free_shipping_info {
    margin-top: 25px;
    color: red;
    text-align: right;
    font-size: 16px;
}
.free_shipping_info span {
    font-weight: 700;
}
.product_filter_remove {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 3px;
    background: #da5a55;
    margin: 2px;
}
.product_filter_remove:before {
    content: " ";
    height: 15px;
    width: 15px;
    margin-left: 5px;
    display: block;
    float: right;
    background: url('../../site_media/images/grafiki_sklepu/close.png') 0 3px no-repeat;
}
.product_filter_remove:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.8;
}
@media (max-width: 991px) {
    .product_comparer, #products_comparer {
        display: none;
    }
}
.print-header {
    margin-bottom: 30px;
    width: 50%;
    margin-left: 25%;
}
@media(max-width: 991px) {
    .center-mobile {
        text-align: center !important;
    }
}

/* okienko z komunikatami */
/* zamienic 1.17.04 */
#my-alert {
    display: none;
    min-height: 150px;
    background: #fff;
    border: 1px solid #000;
    padding: 20px;
    position: fixed;
    width: 30%;
    max-width: 700px;
    z-index: 99999;


    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#my-alert.modal-wider {
    width: 70%;
}
/* /zamienic 1.17.04 */
#my-alert .my-alert-header {
    margin: 10px 0 30px 0;
    padding: 0 0 20px 0;
    font-size: 25px;
    font-weight: bold;
    border-bottom: 1px solid #787878;
}
#my-alert .my-alert-content {
    padding-bottom: 30px;
}
@media (max-width: 767px) {
    #my-alert {

        width: 80%;
        left: 10%;
        transform: translate(0%, -50%);
    }
}

.main_product_box .product_box_btns {
    height: 35px;
}

.container-captcha .cursor {
    cursor: pointer;
}

.container-captcha .icon-refresh {
    color: #008cba;
    font-size: 22px;
}

@media screen and (max-width: 768px) {
    .row {
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
    }

    .row > div[class*='col-'] {
        width: 100%;
    }

    .row > div[class*='col-xs'] {
        width: auto;
    }
}


.product_box_cena span {
    display: block;
}

.productDoublePrice {
    line-height: 15px;
}

.productDoublePrice .priceShow {
    font-size: 14px;
    position: relative;
}

.product_box_cena span.pricePromotionDiff {
    display: inline-block;
    background: red;
    padding: 5px;
    color: #fff;
    font-size: 12px;
}

.priceShowBeforePromotion {
    text-decoration: line-through; 
    font-size: 15px; 
    opacity: 0.8;
}

.form-control {
    -webkit-border-radius: 0px;
    -moz-border-radius: 01px;
    border-radius: 0px;
    border-color: #3d84df;
}

.ask_price_btn {
    color: #e38a86;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}

.ask_price_btn:hover {
    text-decoration: none;
}

#loader {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url('../../user_project_file/site_images/grafiki_sklepu/ajax_loader.gif') no-repeat center center;
    display: none;
    z-index: 99999;
}

#loader-fog {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
}

#loader.show {
    display: block;
}

/* add_input_price 20190225 */
.filter_price_inputs{
    margin-top: 10px;
    display: inline-block;
}

.filter_price_inputs_divs{
    display: inline-block;
}

.filter_price_input{
    display: inline-block;
    width: 40% !important;
}
/* /add_input_price 20190225 */

/* swiper */
.cursor{
    cursor: pointer;
}

.swiper-container{
    text-align: center !important;
    margin: 10px 0px 10px 0px !important;
}

.filter-list-container{
    display: inline-block;
    margin: 5px 0;
}

.filter-list-box{
    display: inline-block;
    padding: 5px;
    margin: 2px;
    background: #fff;
}

.times:before {
    font-family: FontAwesome;
    content: "\f00d";
    cursor: pointer;
}

.category-main-box{
    position: absolute;
    display: none;
    background-color: white;
    z-index: 1001;
    width: max-content;
}

.category-tiles-item {
    cursor: pointer;
    margin-bottom: 20px;
}

.category-tiles-item:hover {
    opacity: 0.7;
}

.category-tiles-item-img {
    /*height: 80%;*/
    text-align: center;
}

.category-tiles-item-title {
    height: 20%;
    text-align: center;
    font-size: 14px;
}

.category-tiles-item-noimg {
    display: block;
    text-align: center;
    padding: 50px 0;
    font-size: 14px;
    border: 1px solid #ccc;
}

.category-box{
    border: 1px solid black;
    display: inline-block;
    margin: 10px;
    height: 125px;
    cursor: pointer;
}

.caretDown:before{
    font-family: FontAwesome;
    content: "\f0d7";
}

.flex-box{
    display: flex;
    align-items:center;
}

.category-tiles-item {
    cursor: pointer;
    margin-bottom: 20px;
}

.category-tiles-item:hover {
    opacity: 0.7;
}

.category-tiles-item-img {
    height: 80%;
    text-align: center;
}

.category-tiles-item-title {
    height: 20%;
    text-align: center;
    font-size: 14px;
}

.category-tiles-item-noimg {
    display: block;
    text-align: center;
    padding: 50px 0;
    font-size: 14px;
    border: 1px solid #ccc;
}
.remind_form {
    margin-top: 20px;
}
.zapytanie_koszyk {
    margin-bottom: 20px;
}

.zapytanie_koszyk table {
    margin-bottom: 0px !important;
}
.check_cable_panel{
    position: absolute;
    background-color: #fff;
    border:1px solid #d6d6d6;
    width: 600px;
    right: 10px;
    margin-top:0px;
    z-index:100;
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .check_cable_panel{
        position: absolute;
        background-color: #fff;
        border:1px solid #d6d6d6;
        width: 300px;
        right: 10px;
        margin-top:0px;
        z-index:100;
    }
}

.kategorie_menu_drzewo {
    font-family: 'Arial';
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 20px;
}
.kategorie_menu_drzewo > div {
    font-family: 'Roboto Condensed', sans-serif;
    border: 0px solid #d6d6d6;
    color: #fff;
    font-size: 14px;
    background: rgba(77,171,218,1);
    background: -moz-linear-gradient(top, rgba(77,171,218,1) 0%, rgba(2,131,195,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(77,171,218,1)), color-stop(100%, rgba(2,131,195,1)));
    background: -webkit-linear-gradient(top, rgba(77,171,218,1) 0%, rgba(2,131,195,1) 100%);
    background: -o-linear-gradient(top, rgba(77,171,218,1) 0%, rgba(2,131,195,1) 100%);
    background: -ms-linear-gradient(top, rgba(77,171,218,1) 0%, rgba(2,131,195,1) 100%);
    background: linear-gradient(to bottom, rgba(77,171,218,1) 0%, rgba(2,131,195,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dabda', endColorstr='#0283c3', GradientType=0 );
    border-bottom: none;
    height: 36px;
    padding: 10px;
    /*  border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;*/
}
.kategorie_menu_drzewo > ul {
    border: 1px solid #d6d6d6;
}
.kategorie_menu_drzewo ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    text-transform: uppercase;
}
.kategorie_menu_drzewo ul li {
    border-top: 1px solid #d6d6d6;
    padding: 9px 0 7px;
    margin: 0 10px;
}
.kategorie_menu_drzewo ul li a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #777777;
    padding-left: 15px;
}
.kategorie_menu_drzewo ul li:hover > a,
.kategorie_menu_drzewo ul li.active > a {
    color: #da5a55;
    font-weight: bold;
}
.kategorie_menu_drzewo ul li ul {
    margin: 3px 0;
    border: 1px solid #d6d6d6;
    border-left: none;
    border-right: none;
    border-bottom: none;
}
.kategorie_menu_drzewo ul li ul li {
    border: none;
    padding: 5px 0 3px;
}
.kategorie_menu_drzewo ul li ul li ul {
    border: none;
}
.kategorie_menu_drzewo ul li ul li a {
    font-size: 11px;
    font-weight: 700;
}
.kategorie_menu_drzewo ul li ul li a:before {
    margin-right: 5px;
    font-family: 'Passion One', cursive;
    display: inline-block;
}
.kategorie_menu_drzewo ul li:first-child {
    border-top: none;
}
.kategorie_menu_drzewo li ul {
    margin-left: 10px !important;
}
#kategorie_menu {
    font-family: 'Arial';
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;

}
#kategorie_menu > div {
    font-family: 'Roboto Condensed', sans-serif;
    border: 1px solid #d6d6d6;
    color: #fff;
    background: rgba(77,171,218,1);
    background: -moz-linear-gradient(top, rgba(77,171,218,1) 0%, rgba(2,131,195,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(77,171,218,1)), color-stop(100%, rgba(2,131,195,1)));
    background: -webkit-linear-gradient(top, rgba(77,171,218,1) 0%, rgba(2,131,195,1) 100%);
    background: -o-linear-gradient(top, rgba(77,171,218,1) 0%, rgba(2,131,195,1) 100%);
    background: -ms-linear-gradient(top, rgba(77,171,218,1) 0%, rgba(2,131,195,1) 100%);
    background: linear-gradient(to bottom, rgba(77,171,218,1) 0%, rgba(2,131,195,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dabda', endColorstr='#0283c3', GradientType=0 );
    border-bottom: none;
    height: 40px;
    padding: 10px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}
#kategorie_menu ul {
    border: 1px solid #d6d6d6;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
}
#kategorie_menu ul li {
    border-top: 1px solid #d6d6d6;
    height: 32px;
    position: relative;
}
#kategorie_menu ul li > a {
    display: block;
    font-size: 11px;
    font-family: 'Arial';
    padding: 9px 0 0;
    margin: 0 10px;
    width: 100%;
    text-decoration: none;
    color: #777777;
}
#kategorie_menu ul li:hover {
    background: #da5a55;
}
#kategorie_menu ul li:hover > a {
    color: #fff;
}
#kategorie_menu ul li div {
    width: 250px;
    display: none;
    position: absolute;
    right: -250px;
    top: -1px;
    z-index: 999;
}
#kategorie_menu ul li div ul li {
    background: #fff;
}
#kategorie_menu ul li div.arrow {
    display: block;
    position: absolute;
    height: 35px;
    width: 35px;
    right: -5px;
    top: 6px;
}
#kategorie_menu ul li:hover > div {
    display: block;
}
#kategorie_menu ul li:hover > div.arrow {
    opacity: 0.5;
}
#kategorie_menu ul li:first-child {
    border-top: none;
}
/*PIONOWY*/
.kategorie_menu_produkt_pionowy {
    font-family: 'Arial';
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 45px;
}
.kategorie_menu_produkt_pionowy > div {
    font-family: 'Roboto Condensed', sans-serif;
    border: 1px solid #d6d6d6;
    color: #fff;
    background: rgba(77,171,218,1);
    background: -moz-linear-gradient(top, rgba(77,171,218,1) 0%, rgba(2,131,195,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(77,171,218,1)), color-stop(100%, rgba(2,131,195,1)));
    background: -webkit-linear-gradient(top, rgba(77,171,218,1) 0%, rgba(2,131,195,1) 100%);
    background: -o-linear-gradient(top, rgba(77,171,218,1) 0%, rgba(2,131,195,1) 100%);
    background: -ms-linear-gradient(top, rgba(77,171,218,1) 0%, rgba(2,131,195,1) 100%);
    background: linear-gradient(to bottom, rgba(77,171,218,1) 0%, rgba(2,131,195,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dabda', endColorstr='#0283c3', GradientType=0 );
    border-bottom: none;
    height: 40px;
    padding: 10px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}
.kategorie_menu_produkt_pionowy > ul {
    border: 1px solid #d6d6d6;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
}
.kategorie_menu_produkt_pionowy > ul > li {
    border-top: 1px solid #d6d6d6;
    height: 32px;
    position: relative;
}
.kategorie_menu_produkt_pionowy > ul > li > a {
    display: block;
    font-size: 11px;
    font-family: 'Arial';
    padding: 9px 0 0;
    margin: 0 10px;
    width: 100%;
    text-decoration: none;
    color: #777777;
}
.kategorie_menu_produkt_pionowy ul li div.poziom_9999 {
    width: 600px;
    padding: 5px 5px 5px 20px;
    background: #f7f7f7;
    height: 362px;
    display: none;
    position: absolute;
    right: -600px;
    top: -1px;
    z-index: 999;
}
.kategorie_menu_produkt_pionowy ul ul li a {
    color: #a1a1a1;
    text-decoration: none;
}
.kategorie_menu_produkt_pionowy ul ul {
    display: inline-block;
    list-style: none;
    padding-left: 5px;
}

.kategorie_menu_produkt_pionowy ul li ul li {
    padding: 0;
    position: relative;
    margin: 1px 0;
}
.kategorie_menu_produkt_pionowy ul li div.arrow {
    display: block;
    position: absolute;
    height: 35px;
    width: 35px;
    right: -5px;
    top: 10px;
}
.kategorie_menu_produkt_pionowy ul li:hover > a {
    color: #dd4a4a;
}
.kategorie_menu_produkt_pionowy ul li:hover > div {
    display: block;
}
.kategorie_menu_produkt_pionowy ul li:hover > div.arrow {
    opacity: 0.5;
}

.kategorie_menu_produkt_pionowy .main_product_box {
    width: 265px;
    float: right;
}
.kategorie_menu_produkt_pionowy .main_product_box {
    margin-top: 3px;
}


/* POZIOMY */
.kategorie_menu_produkt_poziomy > ul {
    background: #4dabda;
    background: -moz-linear-gradient(top, #4dabda 0%, #0283c3 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #4dabda), color-stop(100%, #0283c3));
    background: -webkit-linear-gradient(top, #4dabda 0%, #0283c3 100%);
    background: -o-linear-gradient(top, #4dabda 0%, #0283c3 100%);
    background: -ms-linear-gradient(top, #4dabda 0%, #0283c3 100%);
    background: linear-gradient(to bottom, #4dabda 0%, #0283c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dabda', endColorstr='#0283c3', GradientType=0);
    font-family: 'Roboto Condensed', sans-serif;
    border: 1px solid #d6d6d6;
    color: #fff;
    height: 40px;
    padding: 10px;
    font-size: 14px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}
.kategorie_menu_produkt_poziomy > ul > li {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.kategorie_menu_produkt_poziomy > ul > li > a {
    text-decoration: none;
    color: #fff;
    /*display: block;*/
    /*height: 100%;*/
    /*width: 100%;*/
    padding: 12px;
    /*font-size: 14px;*/
    /*cursor: pointer;*/
    /*font-weight: 700;*/
    /*text-transform: uppercase;*/
    /*border-right: 1px solid #535355;*/
}
.kategorie_menu_produkt_poziomy ul li div.poziom_9999 {
    width: 600px;
    padding: 5px 5px 5px 20px;
    background: #f7f7f7;
    height: 362px;
    display: none;
    position: absolute;
    left: 15px;
    bottom: -350px;
    z-index: 999;
}
.kategorie_menu_produkt_poziomy ul li:hover > div {
    display: block;
}
.kategorie_menu_produkt_poziomy ul ul li a {
    color: #a1a1a1;
}
.kategorie_menu_produkt_poziomy ul ul li:hover a {
    color: #dd4a4a;
    text-decoration: underline;
}
.kategorie_menu_produkt_poziomy .main_product_box {
    width: 265px;
    margin-top: 3px;
    float: right;
}
.kategorie_menu_produkt_poziomy ul ul {
    display: inline-block;
    list-style: none;
    padding-left: 5px;

}
.kategorie_menu_produkt_poziomy ul li ul li {
    padding: 5px 0;
    position: relative;
    margin: 1px 0;
}
.basket_info_box {
    top: 0;
}

.basket_info {
    height: 49px;
    color: #555;
    cursor: pointer;
    padding: 7px;
    position: relative;
}
.basket_info:hover {

}
.basket_info a {
    color: #555;
    text-decoration: none;
}
.basket_info img {
    margin-right: 10px;
}
.basket_info .basket-arrow {
    position: absolute;
    top: 7px;
    right: 0px;
    display: block;
    height: 49px;
    opacity: 0.7;
    width: 49px;
}
.basket_info #basket_preview {
    border: 1px solid #d6d6d6;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #fafafa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #fafafa));
    background: -webkit-linear-gradient(top, #ffffff 0%, #fafafa 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #fafafa 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #fafafa 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0);
    color: #777777;
    display: none;
    z-index: 99;
    position: absolute;
    top: 49px;
    right: 0px;
    padding: 8px;
    width: 100%;
}
.basket_info #basket_preview img {
    max-width: 50px;
    max-height: 50px;
    margin-bottom: 5px;
    float: left;
}
.basket_info #basket_preview > div {
    position: relative;
}
.ajax_loader_basket {
    display: block;
    height: 35px;
    width: 35px;
    margin: 2px auto;
    opacity: 0.5;
    background: url('../../../site_media/images/grafiki_sklepu/ajax_loader_small.gif') no-repeat;
}

.basket_info .basket-info-icon span {
    position: absolute;
    background: red;
    color: white;
    padding: 5px;
    top: 0;
    border-radius: 10px;
    font-size: 10px;
    height: 24px;
    width: 21px;
    text-align: center;
    left: 30px;
}

@media(max-width: 979px) {
    .basket_info {
        font-size: 10px;
    }
}
.oddzialy_sidebar {
    color: #fff;
    font-size: 14px;
    border-bottom: none;
    padding: 10px;
    background: #fff;
    font-weight: 500;
}
.oddzialy_sidebar > div {
    color: #000;
    font-size: 14px;
    background: #fff;
    height: 40px;
    padding: 10px;
}
.oddzialy_sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
}
.oddzialy_sidebar ul li {
    height: 32px;
    position: relative;
}
.oddzialy_sidebar ul li a {
    display: block;
    font-size: 11px;
    padding: 9px 0 0;
    margin: 0 10px;
    width: 100%;
    text-decoration: none;
}
.oddzialy_sidebar ul li:hover {
    background: #3d84df;
}
.oddzialy_sidebar ul li:hover > a {
    color: #fff;
}
.oddzialy_sidebar ul li:first-child {
    border-top: none;
}
.basket-amount-small {
    width: 80px;
    display: inline-block;
    text-align: right;
    border: 1px solid #d6d6d6;
    padding: 5px;
}

#products_filters_active {
    margin-top: 15px;
}

@media print {
    @page {
        size: A4;
        margin-left: 0cm;
        margin-right: 0cm;
    }

    body {
        -webkit-print-color-adjust: exact !important;
    }

    body > *:not(.content-bg):not(.visible-print) {
        display: none;
    }

    a[href]:after {
        content: none !important;
    }

    a {
        text-decoration: none;
    }

    #product_compare_table .compare_difference_class td {
        background-color: red !important;
        color: #fff !important;
    }
}

.print-btn {
    float: right;
    margin-bottom: 10px;
}
.col-map {
    position: relative;
}
.col-map .information {
    background-color: #fff;
    display: block;
    padding: 20px;
    position: absolute;
    top: 35px;
    left: 130px;
    width: 490px;
    overflow: hidden;
    display: none;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #fafafa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #fafafa));
    background: -webkit-linear-gradient(top, #ffffff 0%, #fafafa 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #fafafa 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #fafafa 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0);
    border: 1px solid #d6d6d6;
}
.col-map .information h3 {
    margin-bottom: 10px;
    color: #00c0f0;
}
.col-map .information .image {
    position: absolute;
    top: 10px;
    right: 10px;
}
.col-map .information .image a {
    color: #f20d1c;
}
.top_bg {
    padding: 10px 0;
    background: #3d84df;
}
.top-1 {
    margin-top: 2px;
}
.top-2 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.user_info_top {
    font-size: 14px;
    padding-bottom: 0px;
    text-align: right;
    color: #fff;
}
@media (max-width: 991px) {
    .user_info_top {
        margin-top: 10px;
    }
}
.user_info_top a {
    color: #fff;
    text-decoration: none;
}
@media (min-width: 991px) {
    .top-2-fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        background: #fff;
        margin: 0;
        padding: 10px 0 5px;
        -webkit-box-shadow: 0px 1px 16px 2px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 1px 16px 2px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 1px 16px 2px rgba(0, 0, 0, 0.25);
        height: 75px;
    }

    .top-2-fixed a img {
        max-width: 73%;
    }

    .top-2-fixed #inputSearchGlobal {
        height: 36px;
        font-size: 15px;
        padding: 9px 0 9px 17px;
    }

    .top-2-fixed #search-form input[type="image"] {
        top: 6px;
    }

    .top-2-fixed .basket_info {
        height: 30px;
    }

    .top-2-fixed .basket_info img {
        max-height: 125%;
    }

    .top-2-fixed .basket_info .basket-arrow {
        top: 0;
    }

}
.menu_top {
    border-top: 1px solid #ddd;
}
.menu_top ul {
    margin: 0;
    padding: 0;
}
.menu_top ul li {
    display: inline-flex;
    margin-right: 1.5%;
}
.menu_top ul li a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    padding: 15px 10px;
}
@media(max-width: 991px) {
    .menu_top ul li a {
        font-size: 14px;
    }
    
    .menu_top ul li {
        display: block;
    }
}
.menu_top ul.b2c-katalog-prod-list > li > a:hover,
.menu_top ul.b2c-katalog-prod-list > li > a.active {
    color: #3d84df;
    border-top: 2px solid #3d84df;
    padding-top: 13px;
}
h1.naglowek_strony {
    background: rgba(77,171,218,1);
    border: 0px solid #d6d6d6;
    color: #fff;
    height: 36px;
    padding: 10px;
    font-size: 14px;
}
#inputNewsletter {
    width: 175px;
    display: inline-block !important;
}
.news_lista_item {
    background: #ffffff;
    padding: 10px;
    max-width: 800px;
    margin: 15px auto;
}
.news_lista_item_header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
.news_lista_item_header_img_container {
    width: 130px;
}
.news_lista_item_header_header_container {
    width: 100%;
}
.news_lista_item img {
    max-width: 130px;
}
.news_lista_item h3 a {
    text-decoration: none;
    color: #3d84df;
    font-size: 20px;
}
.news_lista_item .description {
    margin-top: 5px;
}
.news_date {
    text-align: right;
    margin-bottom: 10px;
}
.news_date span {
    font-weight: 700;
}

.main_news_title {
    position: absolute;
    top: 50px;
    left: 30px;
    color: #fff;
}

.main_news_header {
    position: absolute;
    top: 80px;
    left: 30px;
    color: #fff;
}
.slider_news {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    background: #fff;
}
.slider_news .jBaz-container {
    position: absolute;
    left: 0;
}
.slider_news .jBaz-pagination {
    position: absolute;
    bottom: 0px;
    right: 10px;
}
.slider_news .jBaz-pagination a {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 0px;
    margin-right: 3px;
    background: #e1e1e1;
    border-radius: 30px;
}
.slider_news .jBaz-pagination a.active,
.slider_news .jBaz-pagination a:hover {
    background: #3d84df;
}
.slider_news .jBaz-txt {
    position: absolute;
    background: #fff;
    right: 0;
    opacity: 0.7;
    z-index: 99;
    padding: 10px;
    text-align: right;
}
.slider_news .jBaz-txt .m {

}
.slider_news .jBaz-txt .m a {
    font-size: 40px;
    font-weight: 700;
    color: #3d84df;
    text-decoration: none;
}
.slider_news .jBaz-txt .t {

}
.producer-foto {
    margin-top: 10px;
}

@media print {
    @page {
        size: A4;
        margin-left: 0cm;
        margin-right: 0cm;
    }

    body {
        -webkit-print-color-adjust: exact !important;
    }

    body > *:not(.content-bg):not(.visible-print) {
        display: none;
    }

    a[href]:after {
        content: none !important;
    }

    a {
        text-decoration: none;
    }

    .product-decription-btns {
        text-align: left;
    }

    .producer-foto {
        margin-left: 30%;
        max-width: 40%;
    }

    ul.path {
        display: none;
    }
}
.producer-list-list {
    list-style: none inside;
    margin: 0;
    padding: 0;
}

.producer-list-list li {
    padding: 10px 10px 10px 20px;
    background: #fff;
    margin-bottom: 5px;
    border: 1px solid #d6d6d6;
}

.producer-list-list li a {
    display: block;
    font-size: 14px;
    font-weight: bold;
}

.producer-list-list li a:after {
    content: "pokaż produkty »";
    display: inline-block;
    float: right;
    font-weight: normal;
    font-style: italic;
    font-size: 12px;
}

.producer-list-foto > div {
    display: inline-block;
    margin-bottom: 10px;
}

.producer-list-foto > div img {
    height: 100px;
}

.producer-list-foto > div:hover img {
    opacity: 0.7;
}

.producer-list-foto > div:nth-child(odd) {

}
ul.department {
    list-style: disc;
}

ul.department li  {
    display: block;
}
#search-form {
    position: relative;
    width: 100%;
    border: 1px solid #3d84df;
    padding: 0 70px 0 0;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#search-form input[type=image] {
    position: absolute;
    top: 11px;
    right: 20px;
    outline-color: transparent;
    width: 20px;
}

#inputSearchGlobal {
    display: inline-block;
    outline-color: transparent;
    padding: 13px 0 14px 17px;
    height: 47px;
    width: 58%;
    max-width: 500px;
    border: none;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

@media(max-width: 991px) {
    #inputSearchGlobal {
        outline-color: transparent;
        padding: 13px 0 14px 17px;
        height: 47px;
        width: 100%;
        max-width: 500px;
        border: none;
    }
}

#categorySearchGlobal {
    width: 40%;
    max-width: 100%;
    height: 47px;
    display: inline-block;
    padding: 13px 0 14px 17px;
    border: none;
    outline: 0px;
    font-size: 12px;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    overflow: hidden;
    background: transparent;
    box-shadow: none;
}

@media(max-width: 991px) {
    #categorySearchGlobal {
        width: 100%;
        max-width: 100%;
        height: 47px;
        display: inline-block;
        padding: 13px 0 14px 17px;
        border: 0px;
        outline: 0px;
        font-size: 12px;
        -moz-appearance:none; /* Firefox */
        -webkit-appearance:none; /* Safari and Chrome */
        appearance:none;
        overflow: hidden;
        background: transparent;
        box-shadow: none;
    }
}

#SearchGlobalResult {
    position: absolute;
    top: 0px;
    z-index: 999;
    background: #fff;
    width: 100%;
}
#SearchGlobalResult ul.list-of-products {
    border: 1px solid #d6d6d6;
    margin: 0 !important;
    padding: 0;
    list-style: none;
}
#SearchGlobalResult ul.list-of-products li {
    padding: 10px;
    margin: 0 !important;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #fafafa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #fafafa));
    background: -webkit-linear-gradient(top, #ffffff 0%, #fafafa 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #fafafa 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #fafafa 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0);
}
#SearchGlobalResult ul.list-of-products li p.image {
    float: left;

}
#SearchGlobalResult ul.list-of-products li div.description-holder {
    float: left;

}
#SearchGlobalResult ul.list-of-products li div.description-holder h3.title {
    margin: 0;
    padding: 0;
}
#SearchGlobalResult ul.list-of-products li div.description-holder h3.title a {
    text-decoration: none;
    color: #000;
}
#SearchGlobalResult ul.list-of-products li div.data-price {
    float: left;

}
#SearchGlobalResult ul.list-of-products li div.data-price ins,
#SearchGlobalResult ul.list-of-products li div.data-price del {
    font-weight: 700;
    color: #f20d1c;
    font-size: 18px;
}
#SearchGlobalResult ul.list-of-products li div.data-price ins {
    text-decoration: none;
}
#SearchGlobalResult ul.list-of-products li div.data-price del {
    text-decoration: line-through;
}
.search_container {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 500px;
}

@media(max-width: 991px) {
    .search_container {
        position: relative;
        display: block;
        width: auto;
    }
}

.expand:before{
    font-family: FontAwesome;
    content: "\f107";
}

.expand {
    position: absolute;
    top: 14px;
    padding-left: 6px;
}

@media(max-width: 991px) {
    .expand {
        display: none;
    }
}
.jR-slider {
    background: #fff;
    margin-bottom: 20px;
}

.jRotator-slider {
    display: inline-block;
    /*margin: 5px 10px;*/
    padding: 10px 0;
}
.safe_info_box {
    top: 0;
}

.safe_info {
    color: #555;
    cursor: pointer;
    font-size: 11px;
    padding: 0 7px;
    position: relative;
}
.safe_info:hover {

}
.safe_info a {
    color: #555;
    text-decoration: none;
}

@media(max-width: 979px) {
    .safe_info {
        font-size: 10px;
    }
}
ul.path {
    padding: 10px;
    margin: 0 0 15px 0;
    background: #fff;
}
ul.path li {
    display: inline;
    margin-right: 5px;
    color: #3d84df;
    font-size: 14px;
}
ul.path li:after {
    content: " › ";
}
ul.path li:last-child:after {
    content: "";
}
ul.path li a {
    text-decoration: none;
    color: #333333;
    font-size: 12px;
}
.sitemap-list {
    list-style: none;
}

.slider {
    position: relative;
    border: 1px solid #d6d6d6;
    margin-bottom: 30px;
    overflow: hidden;
}
.slider .jBaz-container {
    /*  position: absolute;
      left: 0;*/
}
.slider .jBaz-pagination {
    position: absolute;
    bottom: 0px;
    right: 10px;
}
.slider .jBaz-pagination a {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #d6d6d6;
    margin-left: 0px;
    margin-right: 3px;
    background: #e1e1e1;
}
.slider .jBaz-pagination a.active,
.slider .jBaz-pagination a:hover {
    background: #da5a55;
}
.com_sm_container {
    position: fixed;
    width: 42px;
    height: 200px;
    /*background-color: #fff;*/
    right: 0;
    top: 150px;
}

.com_sm_container a {
    display: block;
    width: 42px;
    height: 42px;
    opacity: 1;
    margin-bottom: 5px;
}

.com_sm_container a:hover {
    opacity: 0.7;
}
.footer-box  ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-box h3 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.tooltip_templates {
    display: none;
}
@media print {
    @page {
        size: A4;
        margin-left: 0cm;
        margin-right: 0cm;
    }

    body > *:not(.content-bg):not(.visible-print) {
        display: none;
    }

    a[href]:after {
        content: none !important;
    }

    a {
        text-decoration: none;
    }

    .print-btn {
        display: none !important;
    }
}

#zam_details td {
    width: 50%;
}
#zam_details #zam_item_list td {
    vertical-align: middle;
    width: auto;
}

.print-btn {
    display: block;
    float: right;
    margin-bottom: 20px;
}

.category-tiles-item {
    cursor: pointer;
    margin-bottom: 20px;
}

.category-tiles-item:hover {
    opacity: 0.7;
}

.category-tiles-item-img {
    /*height: 80%;*/
    text-align: center;
}

.category-tiles-item-title {
    height: 20%;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}

.category-tiles-item-noimg {
    display: block;
    text-align: center;
    padding: 50px 0;
    font-size: 14px;
    border: 1px solid #ccc;
}

.caret-right:before {
    font-family: FontAwesome;
    content: "\f0da";
    cursor: pointer;
}

.plus-sign:before {
    font-family: FontAwesome;
    font-size: 20px;
    content: "\f067";
    cursor: pointer;
}

.minus-sign:before {
    font-family: FontAwesome;
    font-size: 20px;
    content: "\f068";
    cursor: pointer;
}

.category-list-right-container{
    min-height: 100%;
    position: absolute;
    left: 100%;
    top: 0px;
    z-index: 999;
    background-color: white;
    border-radius: 6px;
    width: 380px;
    display: none;
}

.category-list-item{
    display: block;
    cursor: pointer;
    padding: 15px 20px 15px 20px;
}

.category-main-box > div > div > .category-list-item:hover{
    background-color: #f7f7f7;
}

.category-main-box > div > div > .category-list-item:hover > .category-name{
    text-decoration: underline;
    color: #0283c3;
    display: inline-block;
}

.category-main-box > div > div > .category-list-item:hover  > .category-list-right-container{
    display: block;
    color: #757575;
}

.category-main-box > div > div > .category-list-item > .category-list-right-container .category-list-item:hover{
    text-decoration: underline;
    color: #0283c3;
    background-color: #f7f7f7
}

.category-main-box > div > div > .category-list-item > .category-list-right-container div:hover > .third-level{
    text-decoration: none;
    color: #757575;
    display: block;
}

.category-box{
    border: 1px solid black;
    display: inline-block;
    margin: 10px;
    height: 125px;
    cursor: pointer;
}

.b2c-katalog_prod:hover .category-main-box {
    display: block;
}

.category-main-box-parent{
    position: absolute;
    left: 0;
    bottom: 0px;
    padding-top: 5px;
    width: 100%;
}


.caretDown:before{
    font-family: FontAwesome;
    content: "\f0d7";
}

.navbar-inverse {
    border: 0;
}

.navbar-header, .navbar-collapse {
    border: 0;
    color: #fff;
}

.navbar-header a {
    color: #fff;
}

.navbar-inverse {
    border: 0;
    background-color: #0283c3;
    margin: 10px 0;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin: 10px 0;
    font-size: 20px;
}

.navbar-inverse .navbar-toggle {
    border: 0;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #0283c3;
}

.navbar-toggle {
    float: left;
    margin-left: 15px;
}

.flex-box{
    display: flex;
    align-items:center;
}

@media (max-width: 991px){
    .category-list-item .category-name .category-name-arrow{
        display: none;
    }

    .category-list-item .category-name .category-name-plus{
        display: inline-block;
        margin-right: 10px;
    }

    .category-list-item .category-name .category-name-minus{
        display: inline-block;
        margin-right: 10px;
    }

    .category-list-right-container{
        display: none;
    }

    .category-list-item:hover  > .category-list-right-container{
        display: none;
    }

    .category-list-right-container{
        position: unset;
    }

}

.category-name-arrow{
    margin-right: 5px;
    width: 8px;
    display: inline-block;
}

.category-name-plus, .category-name-minus{
    display: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.product-filter-upper-box{
    height: 100px;
}

@media (max-width: 991px){
    .product-filter-upper-box{
        display: none;
    }
}

.b2cCSS-color-option-not-avaliable{
    color: #d3d3d3;
}

#product_new_comment {
    display: none;
    margin-bottom: 20px;
}
#product_new_comment textarea {
    width: 100%;
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 10px;
}
.product-comment {
    margin-bottom: 10px;
}
.product-comment-user {
    font-size: 14px;
    font-weight: bold;
}

.product-comment-comment {
    font-size: 15px;
}

.product-comment .product-comment-rating {
    border: none;
    margin-top: 5px;
    margin-bottom: 5px;
}

.product-comment .product-comment-rating > label:before{
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating {
    border: none;
    float: left;
}

.rating > input {
    display: none;
}
.rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating > .half:before {
    content: "\f089";
    position: absolute;
}

.rating > label {
    color: #ddd;
    float: right;
}

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label {
    color: #FFD700;
} /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label {
    color: #FFED85;
}

/****** END OF Style Star Rating Widget *****/

.page_header a {
    background: #4dabda;
    background: -moz-linear-gradient(top, #4dabda 0%, #0283c3 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #4dabda), color-stop(100%, #0283c3));
    background: -webkit-linear-gradient(top, #4dabda 0%, #0283c3 100%);
    background: -o-linear-gradient(top, #4dabda 0%, #0283c3 100%);
    background: -ms-linear-gradient(top, #4dabda 0%, #0283c3 100%);
    background: linear-gradient(to bottom, #4dabda 0%, #0283c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dabda', endColorstr='#0283c3', GradientType=0);
    font-family: 'Roboto Condensed', sans-serif;
    border: 0px solid #d6d6d6;
    color: #fff;
    height: 36px;
    padding: 10px;
    font-size: 14px;
}

.dictionary-icon-label input {
    position: relative !important;
}

.dictionary-icon-image{
    margin-left: 10px;
}

.img-responsive{
    display: inline !important;
}

@media (max-width: 991px){
    .b2cCSS-productNameDescription{
        text-align: center;
    }

    .b2cCSS-productFoto{
        text-align: center;
    }

    #categorySearchGlobal{
        display: none;
    }
}

.my-tabs ul {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.my-tabs ul li {
    list-style: none;
    vertical-align: bottom;
    display: inline-block;
    background: #f7f7f7;
    margin-right: 0.5%;
    font-weight: 500;
    border-bottom: 2px solid transparent;
}
.my-tabs ul li a {
    padding: 10px 13px;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    font-weight: 500;
}
.my-tabs ul li a:hover,
.my-tabs ul li a:visited {
    text-decoration: none;
}
.my-tabs ul li.active, .my-tabs ul li:hover {
    color: #000;
    border-bottom: 2px solid #3d84df;
}
.my-tabs ul li.active a, .my-tabs ul li:hover a {
    padding: 10px 13px;
    color: #3d84df;
}
.my-tabs .my-tabs-container {
    margin: 0 0 20px 0;
}
.my-tabs .my-tabs-container > div {
    display: none;
}
.my-tabs .my-tabs-container > div.active {
    display: block;
}
@media (max-width: 991px) {
    .my-tabs ul li a {
        font-size: 15px;
    }
}

@media (min-width: 991px) {
    .top-2-fixed {
        height: 75px;
    }

    .top-2-fixed .basket_info {
        height: 50px;
    }

}

.navbar-brand{
    color: #fff !important;
}

.kategorie_menu_drzewo ul li a{
    display: inline-block;
}

.kategorie_menu_drzewo ul li .b2c_expand_sub .plus-sign:before,
.kategorie_menu_drzewo ul li .b2c_expand_sub .minus-sign:before{
    font-size: 15px;
}

@media (max-width: 768px) {
    .kategorie_menu_drzewo ul li a{
        font-size: 26px;
        padding-left: 0px;
    }

    .kategorie_menu_drzewo ul li ul li a{
        font-size: 20px;
    }

    .b2c_expand_sub{
        font-size: 26px;
        padding: 0px 7px 0px 7px;
    }

    .b2c_bull_sub{
        font-size: 26px;
        padding: 0px 7px 0px 7px;
    }

    .category-list-right-container{
        background-color: unset;
    }
}

.kategorie_menu_drzewo ul li,
.kategorie_menu_drzewo ul li ul li{
    overflow: hidden;
}

.b2c_expand_sub, .b2c_bull_sub{
    float: left;
}

.b2c_expand_sub{
    cursor: pointer;
    display: inline-block;
}

.b2c_bull_sub{
    display: inline-block;
}

.b2cCSS-categoryNameDiv{
    overflow: hidden;
    padding-left: 4px;
}

.b2cCSS-categoryNameDiv a{
    font-weight: bold;
}

.b2cCSS-container-category{
    width: 100%;
}

.kategorie_menu_drzewo .b2cCSS-container-category{
    width: 95%;
}

#SearchGlobalResult ul.list-of-products li div.description-holder h3.title {
    overflow: hidden;
}

.product_name_header{
    overflow-wrap: anywhere;
}

.dictionary-icon-value{
    margin-left: 5px;
}

.list-of-products .standard-btn {
    font-size: 14px;
}

.list-of-products .basket-amount-small {
    width: 68px;
}

.dictionary-icon-value{
    margin-left: 3px;
}

#map, #map_paczkomaty {
    z-index: 10;
}

.kategorie_menu_produkt_pionowy ul li div ul {
    width: 50%;
    overflow-y: auto;
    height: 350px;
}

@media (min-width: 768px) {
    .sticky-header{
        position: sticky;
        top: 0;
        z-index: 1000;
        background: white;
    }
}

.main_product_box > div {
    height: 100%;
}

.b2c-product-tooltip {
    z-index: 100;
    opacity: 1;
    padding: 20px 20px;
    background: #fff;
    left: 10px;
    top: -50px;
    border-radius: 9px;
    font-size: 16px;
    transform: translateY(9px);
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 3px rgba(56, 54, 54, 0.86);
}

a:hover > span > .b2c-product-tooltip {
    visibility: visible !important;
    transform: translateY(-10px);
    opacity: 1;
    transition: .2s linear;
}

.facebook-login{
    border: 1px solid black;
    border-radius: 50px;
    float: right;
    cursor: pointer;
    margin-left: 20px;
}

.facebook-login > div{
    padding: 11px;
}

.google-login{
    border: 1px solid black;
    border-radius: 50px;
    float: right;
    cursor: pointer;
}

.google-login > div{
    padding: 11px;
}

/* bootstrap_navbar 20220315 */
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}
/* /bootstrap_navbar 20220315 */

/* newMenu 20220912 */

.b2cCss-categoriesTitle {
    color: #000;
    font-size: 14px;
    border-bottom: none;
    padding: 10px;
    background: #fff;
    font-weight: 500;
}

.b2cCss-categoriesModeMobile .b2cCss-categoriesTitle {
    display:none;
}

.b2cCss-categoriesList {
    background: #fff;
    padding-inline-start:0;
}

.b2cCss-categoriesModeHoverRight .b2cCss-categoriesList {
    position:absolute;
    top:-1px;
    right:0;
    left:100%;
    width:100%;
    z-index:100;
}

.b2cCss-categoriesModeHoverRight .b2cCss-categoriesList:first-child {
    position:static;
}

.b2cCss-categoriesModeHoverRight .b2cCss-categoriesList:not(:first-child) {
    display:none;
}

.b2cCss-categoriesModeHoverRight .b2cCSS-categoriesItem:hover > .b2cCss-categoriesList {
    display:block;
}

.b2cCss-categoriesModeClickDown .b2cCSS-categoriesItem > .b2cCss-categoriesList {
    display:none;
}

.b2cCss-categoriesModeClickDown .b2cCSS-categoriesItem.expanded > .b2cCss-categoriesList {
    display:flex;
    flex-direction: column;
}

.b2cCss-categoriesModeMobile .b2cCss-categoriesList {
    background:transparent;
}

.b2cCss-categoriesModeMobile .b2cCSS-categoriesItem > .b2cCss-categoriesList {
    display:none;
}

.b2cCss-categoriesModeMobile .b2cCSS-categoriesItem.expanded > .b2cCss-categoriesList {
    display:flex;
    flex-direction: column;
}

.b2cCSS-categoriesItem {
    list-style-type: none;
    position:relative;
    border-top:none;
}

.b2cCSS-categoriesItem:first-child {

}

.b2cCss-categoriesModeClickDown ul > li > ul .b2cCSS-categoriesItem {
    border-left:none;
    border-right:none;
}

.b2cCss-categoriesModeClickDown ul > li > ul .b2cCSS-categoriesItem:last-child {
    border-bottom:none;
}

.b2cCss-categoriesModeMobile .b2cCSS-categoriesItem {
    border:none;
}

.b2cCss-categoriesModeMobile ul > li {
    display:block;
    margin:0;
}

.b2cCss-categoriesItemContainer {
    display:flex;
    justify-content: space-between;
    align-items:center;
    min-height:35px;
    padding: 0 10px;
}

.b2cCss-categoriesModeClickDown .b2cCss-categoriesItemContainer {
    justify-content:flex-start;
}

.b2cCSS-categoriesItemName a {
    text-decoration: none;
    color: #090909;
}

.b2cCSS-categoriesItemName span {
    margin-right:5px;
}

.b2cCss-categoriesModeClickDown ul > li > ul .b2cCSS-categoriesItemName,
.b2cCss-categoriesModeMobile ul > li > ul .b2cCSS-categoriesItemName {
    padding-left:15px;
}

.b2cCss-categoriesModeClickDown ul > li > ul ul .b2cCSS-categoriesItemName,
.b2cCss-categoriesModeMobile ul > li > ul ul .b2cCSS-categoriesItemName {
    padding-left:30px;
}

.b2cCss-categoriesModeClickDown ul > li > ul ul ul .b2cCSS-categoriesItemName,
.b2cCss-categoriesModeMobile ul > li > ul ul ul .b2cCSS-categoriesItemName {
    padding-left:45px;
}

.b2cCss-categoriesModeClickDown ul > li > ul ul ul ul .b2cCSS-categoriesItemName,
.b2cCss-categoriesModeMobile ul > li > ul ul ul ul .b2cCSS-categoriesItemName {
    padding-left:60px;
}

.b2cCss-categoriesModeMobile .b2cCSS-categoriesItemName {
    flex-basis:70%;
}

.b2cCss-categoriesModeMobile .b2cCSS-categoriesItemName a {
    font-weight:normal;
}

.b2cCss-categories .b2cJs-categoriesItemExpand::before {
    font-family: FontAwesome;
    cursor:pointer;
    margin-left:10px;
}

.b2cCss-categoriesModeHoverRight .b2cCSS-categoriesItem > .b2cCss-categoriesItemContainer > .b2cJs-categoriesItemExpand::before {
    content: "\f105";
    font-size:16px;
}

.b2cCss-categoriesModeClickDown .b2cCSS-categoriesItem.expanded > .b2cCss-categoriesItemContainer > .b2cJs-categoriesItemExpand::before {
    content: "\f107";
    font-size:20px;
}

.b2cCss-categoriesModeClickDown .b2cCSS-categoriesItem > .b2cCss-categoriesItemContainer > .b2cJs-categoriesItemExpand::before {
    content: "\f105";
    font-size:20px;
}

.b2cCss-categoriesModeMobile .b2cCSS-categoriesItem.expanded > .b2cCss-categoriesItemContainer > .b2cJs-categoriesItemExpand::before {
    content: "\f107";
    font-size:20px;
}

.b2cCss-categoriesModeMobile .b2cCSS-categoriesItem > .b2cCss-categoriesItemContainer > .b2cJs-categoriesItemExpand::before {
    content: "\f105";
    font-size:20px;
}

.b2c-katalog_prod .b2cCss-categories {
    position:absolute;
    top:100%;
    left:-15px;
    z-index:1001;
    display:none;
}

.b2c-katalog_prod:hover > .b2cCss-categories {
    display:block;
}

.b2c-katalog_prod .b2cCss-categoriesList {
    width:300px;
    box-shadow: 10px 0 15px #BEBEBE;
    top:0px;
}

.b2c-katalog_prod .b2cCss-categoriesList:first-child {
    box-shadow: 0 0 15px #BEBEBE;
}

.b2c-katalog_prod .b2cCss-categoriesItemContainer {
    padding-left:15px;
}

.b2c-katalog_prod .b2cCSS-categoriesItem {
    border: none;
}

.b2c-katalog_prod ul li {
    display:block;
    margin-right:0;
}

.b2c-katalog_prod ul li a {
    font-weight:normal;
    font-size:14px;
    display: contents;
}

.b2c-katalog_prod .b2cCss-categoriesTitle {
    display:none;
}

.menu_top .navbar-nav {
    margin-top:15px;
}

.menu_top .navbar ul li a {
    color: #fff;
    font-size:20px;
    text-align:left;    
    display: inline-block;
    padding: 5px;
}

.b2c-katalog_prod_mobile .b2cCss-categories {
    display:none;
}

.b2c-katalog_prod_mobile_container {
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.b2c-katalog_prod_mobile_container a {
    line-height:20px;
}

.b2c-katalog_prod_mobile_container.active {
    color: #fff;
    background-color: #080808;
}

.b2c-katalog_prod_mobile_container.expanded > .b2c-katalog_prod_mobile_expand::before {
    font-family: FontAwesome;
    content: "\f107";
    font-size:20px;
    font-weight:bold;
    margin-left:10px;
}

.b2c-katalog_prod_mobile_container > .b2c-katalog_prod_mobile_expand::before {
    font-family: FontAwesome;
    content: "\f105";
    font-size:20px;
    font-weight:bold;
    margin-left:10px;
}

.b2cCss-categoriesModeHoverRightImage .b2cCss-categoriesList {
    position:absolute;
    top:-1px;
    right:0;
    left:100%;
    width:100%;
    z-index:100;
}

.b2cCss-categoriesModeHoverRightImage .b2cCss-categoriesList:first-child {
    position:static;
}

.b2cCss-categoriesModeHoverRightImage .b2cCss-categoriesList:not(:first-child) {
    display:none;
}

.b2cCss-categoriesModeHoverRightImage .b2cCSS-categoriesItem:hover > .b2cCss-categoriesList {
    display: flex;
    flex-direction: column;
}

.b2cCss-categoriesModeHoverRightImage .b2cCss-categoriesList:first-child > .b2cCSS-categoriesItem:hover > .b2cCss-categoriesList.reversed {
    display:flex;
    flex-direction: column-reverse;
}

.b2cCss-categoriesModeHoverRightImage .b2cCss-categoriesList> .b2cCSS-categoriesItem.expandable:hover ~ .b2cCss-categoriesItemRecommended > .b2cCss-categoriesItemRecommendedBox {
    display:none;
}

.b2cCss-categoriesModeHoverRightImage .b2cCss-categoriesList > .b2cCSS-categoriesItem.expandable:hover ~ .b2cCss-categoriesItemRecommended::after {
    content:none;
}

.b2cCss-categoriesModeHoverRightImage .b2cCSS-categoriesItem:first-of-type {

}

.b2cCss-categoriesModeHoverRightImage .b2cCss-categoriesList.reversed > .b2cCSS-categoriesItem:first-child {
    border-top:none;
}

.b2cCss-categoriesModeHoverRightImage .b2cCss-categoriesList.reversed > .b2cCSS-categoriesItem:last-child {

}

.b2cCss-categoriesModeHoverRightImage .b2cCss-categoriesItemRecommended {
    list-style-type: none;
    position:relative;

}

.b2cCss-categoriesModeHoverRightImage .b2cCss-categoriesItemRecommended::after {
    content: "";
    background: #fff;
    position: absolute;
    height: 100%;
    right: -1px;
    top: 0;
    width: 1px;
    z-index: 101;
}

.b2cCss-categoriesModeHoverRightImage .b2cCss-categoriesItemRecommendedContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 35px;
    padding: 0 10px;
}

.b2cCss-categoriesModeHoverRightImage .b2cCss-categoriesItemRecommended .b2cCSS-categoriesItemRecommendedTitle {
    order: 1;
    font-weight: 600;
}

.b2cCss-categoriesModeHoverRightImage .b2cCss-categoriesItemRecommended .b2cCSS-categoriesItemRecommendedTitle a {
    text-decoration: none;
}

.b2cCss-categoriesModeHoverRightImage .b2cCSS-categoriesItem > .b2cCss-categoriesItemContainer > .b2cJs-categoriesItemExpand::before {
    content: "\f105";
    font-size:16px;
}

.b2cCss-categoriesModeHoverRightImage .b2cCss-categoriesItemRecommendedBox {
    background:#fff;
    min-height:35px;
    position: absolute;
    top: -1px;
    right: 0;
    left: 100%;
    width: 100%;
    z-index: 100;
    display:none;
}

.b2cCss-categoriesModeHoverRightImage .b2cCSS-categoriesItem:hover .b2cCss-categoriesItemRecommendedBox {
    display:flex;
    flex-direction: column;
    align-items:center;
    padding:30px;
}

.b2cCss-categoriesModeHoverRightImage .b2cCss-categoriesItemRecommendedName {
    text-align:center;
}

/*/ newMenu 20220912 */

/* swiper 20220817 */
.main_product_box {
    margin-bottom:20px;
    padding: 0 5px 0;
}
.swiper-button-prev::after, .swiper-button-next:after {
    font-size:20px !important;
}
.swiper-slide {
    height:auto !important;
}
/* /swiper 20220817 */

/* btn_up 20220930 */

.up {
    position:fixed;
    bottom:50px;
    right:30px;
    width:50px;
    height:50px;
    background: #a5a5a5;
    border-radius:4px;
    z-index:100;
    cursor:pointer;
    display:none;
}

.up:before {
    font-family:FontAwesome;
    content: "\f106";
    color: #FFFFFF;
    font-size:40px;
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%)
}

/* /btn_up 20220930 */

/* filter_btn_show_rwd 20221004 */
@media (max-width: 991px) {
    #products_filters {
        display:none;
    }
    #products_filters_toggle {
        display:block !important;
        width:100%;
        margin-bottom:15px;
        padding:10px;
        height:auto;
    }
}

/* /filter_btn_show_rwd 20221004 */

/* lowest_price_list 20230616 */
.lowest_price_list {
    font-size: 10px;
    opacity: 0.7;
}
/* /lowest_price_list 20230616 */

/* availabilityNotification 20230630 */
.main_product_box > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/* /availabilityNotification 20230630 */

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

.container-fluid .row {
    margin: 0;
}

.container-fluid .row .col-md-12 {
    padding: 0;
}

.header-search-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.header-search-bar .header-search-bar-search {
    width: 50%;
    padding: 0 5px;
}

.header-search-bar .header-search-bar-logo, .header-search-bar .header-search-bar-basket {
    width: 25%;
}

@media (max-width: 991px) {    
    .header-search-bar-logo {
        order: 1;
        width: 70% !important;
    }
    
    .header-search-bar-search {
        width: 100% !important;
        order: 3;
    }
    
    .header-search-bar-basket {
        order: 2;
        width: 30% !important;
    }
}

.basket-preview-main {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.basket-preview-main-name {
    color: #3d84df;
}

.main_product_box .product-box-realization {
    font-weight: 300;
    font-size: 12px;
}

.product-details-description {
    background: #fff;
    padding: 10px;
}

.account_info {
    background: #fff;
}

.account_info .nav>li>a:hover, .account_info .nav-tabs>li.active>a {
    text-decoration: none;
    color: #3d84df;
    border: 0;
    background: 0;
}

.account_info .nav-tabs>li>a {
    color: #000;
    text-decoration: none;
    border: 0;
}

@media screen and (min-width: 750px) {
    .register-form-container, 
    .login-form-container, 
    .contact-form-container, 
    .remind-password-form-container,
    .order-login-form-container
    {
        max-width: 48.8rem;
    }
}

.register-form-container, 
.login-form-container, 
.contact-form-container, 
.remind-password-form-container,
.order-login-form-container
{
    margin: 1rem auto 1rem;
    max-width: 50rem;
    padding: 2.5rem;
    border-radius: 5px;
    background-color: #fff;
}

.offer-question-form, .order-form-container, .order-summary-container {
    background-color: #fff;
    padding: 2.5rem;
    border-radius: 5px;
    margin: 1rem auto 1rem;
    width: 100%;
}

.offer-question-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.contact-form-container {
    max-width: 60rem;
}

.order-login-container {
    display: flex; 
    flex-direction: row; 
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.order-without-login {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 90%;
}

.form-group > label {
    font-weight: normal;
}

.form-control {
    border-radius: 4px;
    border-color: #ddd;
}

.facebook-login-container, .google-login-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
}

.facebook-login, .google-login {
    float: none;
    border: 1px solid #ddd;
    background: #fff;
}

.facebook-login {
    margin-left: 0px;
}

.login-form-container > .heading-message {
    margin: 0;    
}

#b2cJS-delivery-cost {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

#b2cJS-delivery-cost h5 {
    color: #3d84df;
    margin-bottom: 5px;
}

#faktura_form_head {
    margin-top: 0;
}

.order-step-1-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.order-step-2-container .order-step-2-buttons {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.order-step-2-container .order-step-2-buttons-query {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: end;
    margin-top: 20px;
}

#sposob_platnosci {
    margin-bottom: 0;
}

.step {
    padding-bottom: 30px;
}

.yours-personal-data {
    margin-top: 10px;
}

#coupon_list {
    margin-top: 10px;
}

.radio-line {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.radio-line > input[type=radio] {
    margin-top: 0;
}

.dictionary-description-front > p {
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 5px;
}

.b2c-katalog-prod-list
{
    position: relative;
}
.category-main-box-parent 
{
    width: 100%;
}
.category-main-box {
    width: 100%;
}

.news-details-container {
    background: #fff;
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 20px;
}
#b2cProman_variants > div {
    margin-bottom: 10px;
}
.variant-label {
    color: #3d84df;
}

@media (min-width: 1400px) {
    .container {
        width: 1320px;
    }
}

/* categoryTilesStyleFix 20231023 */

.com_kategorie_tiles_container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    margin: 20px;
}

.category-tiles-item{
    width: 200px;
    margin-bottom: 0;
    padding: 10px;
}

/* categoryTilesStyleFix 20231023 */

.proman-component-text {
    background: #fff;
    padding: 10px;
}

/* productVariantsThumbs 20230720 */
.variants-thumbs img {
    max-height: 60px;
    max-width: 60px;
    margin: 5px;
    border: 1px solid #ddd;
}

.variants-thumbs img:hover {
    border: 1px solid #3d84df;
}
/* /productVariantsThumbs 20230720 */

/* departmentMode 20230811 */
.b2cCSS-select-dept, .b2cCSS-select-dept:hover, .b2cCSS-select-dept:visited {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.b2cCss-select-dept-options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.b2cCss-select-dept-options li {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 15px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.b2cCss-select-dept-options li.active {
    border: 1px solid #3d84df;
}

.b2cCSS-select-dept-large {
    padding: 20px;
    background: #fff;
    margin-bottom: 10px;
}
/* /departmentMode 20230811 */

/* availablityOnDepartmens 20230811 */

.b2cCss-dialog-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.b2cCss-dialog-list li {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 15px;
    border: 1px solid #ddd;
}

/* /availablityOnDepartmens 20230811 */

/* news-swiper 20231005 start */

.news-swiper-slide{
    padding: 0 40px;
    position: relative;
}

.news-swiper-slide-content{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: end;
    background: #ffffff;
    opacity: 0.7;
    padding: 0 40px;
    text-align: end;
}

.news-swiper-slide-title a{
    font-size: 40px;
}

.news-swiper-slide-header{
    font-size: 20px;
}

.news-swiper-slide-date{
    font-size: 16px;
}

/* news-swiper 20231005 end */

.b2cCss-categories .b2cCSS-categoriesItem {
    width: 100%;
    position: static;
    order: 2;
}

/* comparer 20231229 begin */

#products_comparer{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

@media (max-width: 991px) {
    #products_comparer {
        display: none;
    }
}

/* comparer 20231229 end */

/* btn-variant 20240103 */

.b2cCss-variant-btn {
    padding: 10px 15px;
    text-decoration: none;
    background: #fff;
    border: 1px solid #3d84df;
    border-radius: 5px;
    color: #3d84df;
    display: inline-block;
    margin-right: 10px;
}

.b2cCss-variant-btn.b2cCSS-color-option-not-avaliable {
    color: #d3d3d3;
}

.b2cCss-variant-btn:hover, .b2cCss-variant-btn.active {
    background: #3d84df;
    color: #fff;
    text-decoration: none;
}

.b2cCss-variant-btn:visited {
    text-decoration: none;
}

/* /btn-variant 20240103 */

/* consent-mode 20240321 */

.b2c-consent-mode-form {
    margin-top: 20px;
}

.b2c-consent-mode-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.b2c-consent-mode-title{
    font-size: larger;
    font-weight: bold !important;
}

.b2c-consent-mode-description{
    margin-top: 5px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 26px;
}

.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.b2c-slider-toggle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.b2c-slider-toggle:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .b2c-slider-toggle {
    background-color: #2196F3;
}

input:disabled + .b2c-slider-toggle {
    background-color: #97CBF4;
    cursor: not-allowed;
}

input:focus + .b2c-slider-toggle {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .b2c-slider-toggle:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.b2c-slider-toggle.round {
    border-radius: 34px;
}

.b2c-slider-toggle.round:before {
    border-radius: 50%;
}

/* /consent-mode 20240321*/

/* basket 20240423 */
.under-table{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.b2cCss-basket-buttons{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.b2cCss-coupon-error{
    color: red;
    font-size: 14px;
    padding: 5px;
    width: 100%;
    text-align: right;
}
/* /basket 20240423 */

/* cookie-settings-button 20240509 */
.b2cCss-cookie-settings-button{
    background: #3d84df;
    padding: 5px 10px;
    color: white;
    position: fixed;
    bottom: 5px;
    left: 5px;
    z-index: 1000;
    width: fit-content;
    cursor: pointer;
    border-radius: 5px;
}
/* /cookie-settings-button 20240509 */

/* cookie-settings-button 20241018 */
.b2cCss-cookie-banner {
    position: fixed;
    bottom: 5px;
    left: 5px;
    z-index: 1000;
    background: #fff;
    width: 500px;
    padding: 20px;
    border: 1px solid #ececec;
}

@media (max-width: 991px) {
    .b2cCss-cookie-banner {
        width: 100dvw;
        bottom: 0;
        left: 0;
    }
}

.b2cCss-cookie-banner .b2cCss-cookie-banner-header {
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.b2cCss-cookie-banner .b2cCss-cookie-banner-description {
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
}

.b2cCss-cookie-banner .b2cCss-cookie-banner-button-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
}

.b2cCss-cookie-banner .b2cCss-cookie-banner-button-container button{
    height: auto;
} 

/* /cookie-settings-button 20241018 */

/* 20240911 price_per_base_unit */
.pricePerBaseUnit{
    font-size: 12px
}
/* /20240911 price_per_base_unit */

/* 20250123 product-sql */

.b2c-product-details-sql-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 20px;
}

.b2c-product-details-sql-key {
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.b2c-product-details-sql-value {
    word-wrap: break-word;
}

.b2c-product-details-sql-positions-container {
    display: grid;
    background-color: #ddd;
    gap: 1px;
    border: 1px solid #ddd;
}

.b2c-product-details-sql-positions-container .b2c-product-details-sql-position-header {
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 10px;
    background-color: #f7f7f7;
}

.b2c-product-details-sql-positions-container .b2c-product-details-sql-position-value {
    padding: 5px;
    background-color: #f7f7f7;
}

/* /20250123 product-sql */

/* 20250624 variants-icon */

.b2cCss-variants-icon-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    margin-left: 5px;
}

.b2cCss-variant-icon {
    min-width: 60px;
    height: 60px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-decoration: none;
    background: #fff;
    border: 1px solid #ddd;
    color: #3d84df;
}

.b2cCss-variant-icon:hover, .b2cCss-variant-icon.active {
    border: 1px solid #3d84df;
    text-decoration: none;
}

.b2cCss-variant-icon:visited {
    text-decoration: none;
}

.b2cCss-variant-icon img {
    max-width: 45px;
    max-height: 45px;
    height: auto;
    width: auto;
}

.b2cCss-variant-icon div {
    padding: 5px;
}

.b2cCSS-color-option-not-avaliable{
    opacity: 0.7;
}

/* /20250624 variants-icon */