
.logo-container > a > img
{
    width: 320px;
}
.logo-container {
    margin-left: 15px;
}
.module_search {
    position: relative;
    width: 100%;
}
svg#searchid {
    font-size: 24px;
}

.panel3
{
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

@media ( max-width: 768px )
{
    .panel3
    {
        border-bottom: none;
        margin-bottom: 0;
    }
}

a.btn_slider_left.left {
    left: 30px;
}
a.btn_slider_right.right {
    right: 30px;
}

a.btn_slider_left.left,
a.btn_slider_right.right {
    position: absolute;
    top: calc(50% - 22.5px);
    height: 45px;
    width: 30px;
    background: rgba(255, 0, 0, 0.65);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease-in-out;
}
.all-icons {
    margin-right: 15px;
}
#slider1 .links > div {
    width: calc(33.333% - 20px);
}
#slider1 .links a img {
    width: 17px;
    height: 12px;
    margin-left: 5px;
    transition: .3s ease-in-out;
}
#slider1 .links a:hover img {
    margin-left: 10px;
}
#slider1 .links a {
    width: 100%;
    height: 50px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000 !important;
}
#slider1 .links {
    position: absolute;
    z-index: 1;
    display: flex;
    bottom: 30px;
    justify-content: space-between;
    width: calc(100% - 60px);
    left: 30px;
}




a.btn_slider_left.left:hover,
a.btn_slider_right.right:hover {
    width: 45px;
    background: rgba(255, 0, 0, 1);
}

a.btn_slider_left.left:hover {
    left: 22.5px;
}
a.btn_slider_right.right:hover {
    right: 22.5px;
}

.client_links .icon_img img {
    width: 30px;
}
.client_links > a.user_control {
    height: 100%;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EFEFEF;
}
.client_links > div {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    margin-right: 15px;
    align-items: flex-end;
}
span.icon_img {
    position: relative;
    height: 30px;
}
.client_links {
    display: flex;
    margin-left: 60px;
    height: 50px;
    position: relative;
}
.client_links > div > span:first-child {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.client_links > div > span {
    font-size: 12px;
    color: #404040;
}
span.cart_control {
    position: relative;
    height: 100%;
    display: flex;
    width: 30px;
    align-items: center;
    justify-content: center;
    background: #efefef;
}
.control_icons.control_icons_lg {
    position: relative;
}
span.count.active {
    position: absolute;
    bottom: -2px;
    right: -10px;
    padding: 1px 6px;
    background-color: var(--kolor-drugo-planowy);
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
}
.languageSelect .currentLang {
    font-weight: bold;
}
.languageSelect {
    margin-right: 15px;
    position: relative;
    cursor: pointer;
}

.languageSelect > div:first-child > div {
    margin-left: 5px;
    margin-right: 5px;
}
.languageSelect > div:first-child img {
    width: 12px;
    height: 7px;
}
.languageSelect > div:first-child {
    display: flex;
    align-items: center;
}
.languageSelect .langOption {
    position: absolute;
    right: 0;
    background: #fff;
    z-index: 10;
    border: 1px solid #ddd;
    border-bottom: none;
    top: 32px;
    display: none;
}

.languageSelect:hover .currentLang {
    text-decoration: underline;
}
.languageSelect .langOption a {
    margin: 0 !important;
}
.languageSelect .langOption.open {
    display: block !important;
}

.languageSelect .langOption > div {
    padding: 10px 30px;
    border-bottom: 1px solid #ddd;
}

.header .popover {
    max-width: 500px !important;
    border-radius: 0;
    width: 500px;
    right: 0 !important;
    border: 1px solid #dddddd;
    left: auto !important;
    top: 59px !important;
}
.popover.bottom>.arrow {
    display: none;
}
.header .client_links:first-child .popover {
    width: 350px;
}
.header .popover .popover-title
{
    border-bottom: none;
    background-color: transparent;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Roboto Slab', sans-serif !important;
}

.header .popover a
{
    text-decoration: none !important;
}

.header .user_popover_content {
    width: 100%;
    display: flex;
    padding: 0;
    justify-content: space-between;
}

.header .redBold {
    font-weight: bold;
    color: red;
}
.header .user_popover_content a
{
    display: table-cell;
    padding-bottom: 10px;
}

.header .user_popover_content a span
{
    background-color: var(--kolor-drugo-planowy);
    color: #fff;
    height: 50px !important;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .panel1 {
    height: 90px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.header .user_popover_content .icon
{
    color: #9bd4f5;
}

.panel1 .main_container,
.panel1 .main_container .row,
.panel1 .main_container .row > div {
    height: 100%;
}


.panel1 .main_container .row > div {
    display: flex;
    align-items: center;
}
.panel1 .main_container .row > div:last-child {
    justify-content: end;
}


@media (min-width: 768px) and (max-width: 991px)
{
.panel1 {
    width: 100%;
    margin: auto;
    margin-top: 20px !important;
    margin-bottom: 10px;
}

}
@media (max-width: 767px)
{
.logo-container > a > img {

    margin: auto;
}
.panel1 {
    margin-top: 10px;
}
.control_icons.control_icons_lg {
    margin-bottom: 5px;
    margin-top: 20px;
}
}
.header_icon_search
{
    width: 100%;
}

.header .popover_cart
{
    margin-top: -10px;
}

.header .popover_cart .cart_link_panel
{
    width: 100%;
    font-size: 11pt;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
}
.cart_link_panel .btn {
    height: 50px;
    text-transform: none !important;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .popover_cart .cart_link_panel a
{
    background-color: var(--kolor-drugo-planowy);
    color: #fff !important;
    border-radius: 0;
    text-transform: uppercase;
}

.header .popover_cart .cart_link_panel a:hover
{
    background-color: var(--kolor-drugo-planowy);
}


.header .popover_cart .loading
{
    height: 50px;
    background-image: url('../../images/ajax-loader.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 130%;
}


.header .popover_cart .cart_empty
{
    text-transform: uppercase;
    text-align: center;
    padding: 0px 5px 20px 5px;
}





.header .popover_cart .cart_item
{
    min-height: 100px;
    font-size: 10pt;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}

.header .popover_cart .cart_item .manufacturer_name,
.header .popover_cart .cart_item .product_name,
.header .popover_cart .cart_item .params_panel,
.header .popover_cart .cart_item .quantity_prices
{
    display: block;
}

.header .popover_cart .cart_item > a
{
    width: 100%;
    display: table;
}

.header .popover_cart .cart_item .image_panel,
.header .popover_cart .cart_item .content_panel
{
    display: table-cell;
    vertical-align: top;
}

.header .popover_cart .cart_item .image_panel
{
    width: 100px;
    padding-right: 5px;
}

.header .popover_cart .cart_item .content_panel
{
    width: auto;
}

.header .popover_cart .cart_item .manufacturer_name
{
    font-weight: bold;
}

.header .popover_cart .cart_item .params_panel
{
    margin-top: 5px;
}

.header .popover_cart .cart_item .params_panel .option
{
    font-style: italic;
}

.header .popover_cart .cart_item .quantity_prices
{
    margin-top: 5px;
}

.header .popover_cart .cart_item .quantity_panel
{
    float: left;
}

.header .popover_cart .cart_item .prices_panel
{
    float: right;
}

.header .popover_cart .cart_item.free .prices_panel
{
    display: none;
}

.header .popover_cart .cart_item .prices_panel .price_use,
.header .popover_cart .cart_item .prices_panel .price_from
{
    display: block;
    text-align: right;
}

.header .popover_cart .cart_item .prices_panel .price_use.price_promotion
{
    color: #f00;
}

.header .popover_cart .cart_item .prices_panel .price_from
{
    text-decoration: line-through;
    color: #999;
}

.header .popover_cart .cart_item .free_info
{
    display: none;
    float: right;
    text-transform: uppercase;
}

.header .popover_cart .cart_item.free .free_info
{
    display: block;
}



.header .popover_cart .slick-prev,
.header .popover_cart .slick-next
{
    width: 100%;
    display: table;
    position: static;
    text-align: center;
    background-color: #c4e9ff;
}

.header .popover_cart .slick-prev.slick-disabled,
.header .popover_cart .slick-next.slick-disabled
{
    background-color: #e8e8e8;
}

.header .popover_cart .slick-prev img,
.header .popover_cart .slick-next img
{
    max-height: 25px;
}

.header .popover_cart .slick-prev:before,
.header .popover_cart .slick-next:before
{
    content: none;
}

.header .popover_cart .slick-prev
{
    margin-top: 5px;
}

.header .popover_cart .slick-next
{
    margin-top: 15px;
}

.header .popover_cart .slick-list.correct_height
{
    height: auto !important;
}





.header .popover_cart .summary
{
    width: 100%;
    font-size: 11pt;
    margin-top: 10px;
}

.header .popover_cart .summary .sum_label
{
    float: left;
    margin-right: 15px;
}



.header_icon > svg, .input-group-addon > button > svg
{
    transition: .3s all;
}
.header_icon > svg:hover, .input-group-addon > button > svg:hover {
    color: var(--kolor-drugo-planowy);
}


.panel0{
    width:100%;
    height:45px;
    background-color: #fff;
    position: relative;
    top: 0;
    left: 0;
    border-bottom: 1px solid #dddddd;
    
}

.line_down {
    width: 100px;
    height: 4px;
    background: red;
}
.panel0 .main_container {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}
.panel0,
.panel0 a {
    font-size: 14px;
}
.panel0 a 
{
    margin-left: 15px;
    color: #000 !important;
}

span.contact_menu a {
    color: #000 !important;
    padding-bottom: 4px;
    float: right;
    border-bottom: 3px solid transparent;
}
span.contact_menu {
    position: absolute;
    top: -7px;
    right: 0;
    width: 80%;
    border-bottom: 2px solid #000;
}
.ikony_prawo {
    margin-top: 37px;
    position: relative;
}
span.contact_menu a:hover
{
    border-bottom: 3px solid red;
}


.active_lang svg {
    font-size: 20px;
    color: #6d6d6d;
}
.active_lang img {
    border: 1px solid #484848;
    border-radius: 4px;
    width: 38px;
}
.active_lang {
    text-align: center;
    cursor: pointer;
    position: relative;
    right: -10px;
    top: 3px;
}
.other_lang {
    display: inline-grid;
    padding: 10px;
    background: #ffffff;
    padding-bottom: 0px;
    position: absolute;
    top: 65px;
    opacity: 0;
    transition: .2s ease-in;
    border-radius: 4px;
    z-index: -1;
    box-shadow: 0px 3px 5px #000;
}

.other_lang a img {
    margin-bottom: 10px;
    width: 38px;
    border-radius: 4px;
    border: 1px solid #484848;
}

.other_lang_Show
{
    top: 40px;
    opacity: 1;
    z-index: 5;
}


.arrow-down.icon:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 10px;
    height: 10px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: rotate(135deg);
}

.arrow-down.icon {
  color: #000;
  position: absolute;
  margin-left: 14px;
  margin-top: 2px;
  width: 0;
  height: 16px;

  background-color: currentColor;
}

.close.icon:after {
    content: '';
    position: absolute;
    top: 9px;
    width: 15px;
    height: 2px;
    background-color: currentColor;
    transform: rotate(45deg);
    opacity: 1 !important;
    left: 3px;
}

.close.icon:before {
    content: '';
    position: absolute;
    top: 9px;
    width: 15px;
    height: 2px;
    background-color: currentColor;
    transform: rotate(-45deg);
    opacity: 1 !important;
    left: 3px;
}

.close.icon {
    color: #000;
    position: absolute;
    margin-top: 1px;
    margin-left: 35px;
    opacity: 1 !important;
    z-index: 10;
    padding: 10px;
    background: #ececec;
    border: 1px solid #000;
    border-radius: 50%;
    position: absolute;
    text-align: center;
}

.icon, .icon:before, .icon:after, .icon i, .icon i:before, .icon i:after { 
  transition: all 0.4s ease;
}

@media (max-width: 768px)
{
    .right_p0
    {
        margin-right: 5px !important;
    }

    .left_p0
    {

        margin-left: 5px !important;
    }
    .p2_kontakt {
    width: 33%;
    float: left;
    padding: 20px;
    /* background: #f1f1f1; */
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    border-right: 2px solid #c5c5c5;
}
.panel2 {
    display: inline-flex;
    width: 100%;
    height: 60px;
    background: #dbdada61;
}
}

.logo-container a {
    display: inline-flex;
}


.logo_text1,
.logo_text2
{
    font-family: 'Roboto Slab';
        color: #000;
}

span.logo_text {
    margin-top: 20px;
    margin-left: 10px;
}
span.logo_text1 {
    font-size: 20pt;

    letter-spacing: 1.5px;
    border-bottom: 2px solid #000;
    padding-right: 10px;
}
span.logo_text2 {
    font-size: 10pt;
}

.lang_swap {
    margin-right: 10px;
    transform: scale(0.7);
    margin-top: -10px;
    position: relative;
    z-index: 10;
}

@media (max-width: 768px)
{
    .panel1{
        margin-top: 0 !important;
    }
    .panel1 .row .col-xs-12{
        text-align: center;
    }
    .module_search
    {
        margin-top: 5px;
    }
    .all-icons {
        float: none;
        margin-top: 0;
        width:100%;
    }
    .ikony_prawo{
        margin-top: -5px;
    }
    .module_search {
    position: absolute;
    top: -7px;
    margin-right: -15px;
    margin-top: 10px;
    width: 10%;
    opacity: 0;
    transition: .3s ease-in-out;
    z-index: -3;
    padding: 10px;
    background: #fff;
}.header_icon {
 
    width: 100%;
}
.header_icon {

    margin-right: 0;
    margin-left: 0;

}
.lang_swap {
    margin-right: 0;
    display: inline-grid;
        top: -4px;
}

.header_icon img
{
    margin: auto;
    width: 22px !important;
}

.control_icons.control_icons_lg {
    width: 100%;
}
.open_search_finally
{
    width: 80% !important;
    opacity: 1 !important;
    z-index: 3 !important;
}
.bars_close {
    height: 18px;
    width: 3px;
    background-color: #000;
    position: relative;
    transition: .3s cubic-bezier(0, 0.61, 0.58, 1);
    transition-delay: .2s;
}
.bar_close_1
{
    transform: rotate(45deg);
    top:18px;
}
.bar_close_2
{
    transform: rotate(-45deg);
}
div#close_search_module_btn {
        position: absolute;
    left: -85px;
    top: -21px;
    z-index: 10;
    padding: 10px 30px;
    background: #fff;

}
#open_search_xs
{
    margin-top:-18px;
}
.jednosc{
    width: 20%;
    text-align: center;
height: 30px;
float: left;
position: relative;
}


}

.icon2, .icon2:before, .icon2:after, .icon2 i, .icon2 i:before, .icon2 i:after { 
  transition: all 0.4s ease;
}

.close2.icon2:after {
  content: '';
  position: absolute;
  top: 10px;
  width: 21px;
  height: 2px;
  background-color: currentColor;
  transform: rotate(45deg);
}

.close2.icon2:before {
  content: '';
  position: absolute;
  top: 10px;
  width: 21px;
  height: 2px;
  background-color: currentColor;
  transform: rotate(-45deg);
}

.close2.icon2 {
  color: #000;
  position: relative;
  margin-top: 0;
  margin-left: 0;
  width: 21px;
  height: 21px;
  margin: auto;
}

.menu2.icon2:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: currentColor;
}

.menu2.icon2:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: currentColor;
}

.menu2.icon2 {
    color: #000;
    position: relative;
    margin-left: 2px;
    margin-top: 10px;
    width: 20px;
    height: 2px;
    background-color: currentColor;
    margin: auto;
        top: 10px;
}


.animationBars1 {
    transform: rotate(405deg);   
}

.animationBars2 {
    transform: rotate(315deg); 
}


.menu_open {
    width: 100%;
    margin-left: -2%;
    background: #f1f1f1;
    height: 100%;
    position: absolute;
    z-index: -12;
    opacity: 1;
    transition: .3s ease-in-out;
    position: fixed;
    margin-left: -120%;
}

.menu_open_click
{
    width:100%;
    opacity: 1;
    z-index: 9000;
     padding: 20px 10px;
margin-left: -2%;
}
.menu_top {
    display: inline-flex;
}
.top_close {
    float: right;
    position: absolute;
    right: 10px;
    font-size: 20px;
    top: 40px;
}

.menu_top img {
    width: 60px;
}

.menu_bottom a {
    margin: 0 10px;
    font-size: 14px;
}
.menu_bottom {
    text-align: center;
    position: absolute;
    width: 106%;
    height: 60px;
    background: #dedede;
    left: -3%;
    bottom: 0;
    padding-top: 18px;
    border-radius: 30px 30px 0 0;
}

.menu_content {
    display: inline-grid;
    width: 104%;
    left: -2%;
    position: relative;
}


.menu_content div {
    padding: 20px;
    border-bottom: 2px solid black;
    width: 100%;
    background: #dedede;
}


.menu_content div a span svg {
    float: right;
    font-size: 20px;
    top: 3px;
    position: relative;
}

@media(max-width: 420px)
{
    span.logo_text2 {
    font-size: 9pt;
}
span.logo_text1 {
    font-size: 18pt;
    padding-right: 0;
}
.p2_kontakt {

    font-size: 11px;

}
}



@media(max-width: 374px)
{
    span.logo_text1 {
    font-size: 12pt;
    padding-right: 0;
}
span.logo_text2 {
    font-size: 6pt;
}
span.logo_text {
    margin-top: 33px;
}
.p2_kontakt {
    font-size: 10px;
    padding: 8px;
}
.panel2
{
height:31px;
}
}

.control_icons.control_icons_lg {
    display: inline-flex;
    display: -webkit-inline-flex;
}

@media (max-width: 768px)
{
    .header .panel1 {
        margin-bottom: 20px;
    }
span.icon_img {
    margin: -10px;
    position: relative;
    left: -5px;
    top: 15px;
}
.client_links {
    margin-left: 0;
}
.client_links > div > span:first-child {
    font-size: 14px;
}
.client_links > div > span {
    font-size: 11px;
}
.client_links .icon_img img {
    width: 25px;
}
.control_icons.control_icons_lg {
    justify-content: flex-end;
}
.client_links > div {
    margin-right: 5px;
}
span.cart_control {
    display: none;
}
.header .popover {
    width: calc(100vw - 90px);
    right: 0 !important;
    top: 51px !important;
}
.header .popover_cart .cart_link_panel {
    font-size: 12px;
}
.cart_link_panel .btn {
    width: 120px;
}
.client_links > a {
    width: 40px;
    display: block;
    background: transparent;
    top: -10px;
    position: relative;
}
.all-icons {
    margin-right: -15px;
}
}