@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

html, * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
    background-image: none;
    background-color: #bdc3c7;
    font-family: 'Roboto', sans-serif !important;
}

body, button, a:link, a:visited, a:active, a:hover, textarea, input, select, option, th, td, h1, h2, h3, ol, ul, li {
    font-family: 'Roboto', sans-serif !important;
    font: 600 14px 'Roboto';
	text-decoration: none;
}

body div#body_root {
    float: none;
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    background-color: #f3f4f6;
}

body > div#body_root > div.body_outer > div.body_inner {
    background-image: url("/user/files/bg-tools_opacity_15.png");
}

/*  header  */
div.layout_baner {
    margin-top: 74px;
    display: flex;
    flex-flow: row nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

div.logo {
    margin: 10px 4% 20px 1%;
}

div.logo img {
    width: auto;
    max-width: 210px;
    height: auto;
}

*.panel-system-error {
    width: unset;
}

/*  navigation  */
div.panel_menu2 {
    background-color: #467391;
    position: fixed;
    z-index: 999;
    box-shadow: none;
    width: 100vw;
    height: 50px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}

.nav_logo {
    content: "WZvip.pl - System dla klientów Biznesowych";
    color: #fff;
    font-size: 17px;
    margin: 0 0 0 15px;
}

/*  search bar  */
div.panel_search_simple {
    float: none;
    margin: 0 auto;
    margin-right: 20px;
    background-color: #fff;
    border: 1px solid rgb(196,196,196);
    border-right: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    width: 100%;
}

div.panel_search_simple:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

div.panel_search_simple form {
    width: 100%;
}

div.panel_search_simple p {
    float: none;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    
}

div.panel_search_simple span.button {
    border: 0;
    border: 1px solid #467391;
    border-radius: 2px 4px 4px 2px;
    height: 42px;
    width: 40px;
    overflow: hidden;
    background-color: #467391;
    margin:0;
    float: none;
    display: inline;
    transition: border-radius .4s ease-in-out, background .4s ease-in-out;
    background-image: url(/user/files/icons/search.svg);
    background-size: 22px;
}

div.panel_search_simple span.button:hover {
    border-radius: 12px 4px 4px 12px;
    background-color: #467391;
}

div.panel_search_simple input[type=text] {
    height: unset;
    float: none;
    padding: 10px;
    border: 0;
    margin: 0px;
    flex-grow: 1;
    color: #467391;
}

div.panel_search_simple input[type=text]::placeholder {
   color: #c9c8c8;
   font-weight: 500;
}

div.panel_search_simple input[type=text]:hover,
div.panel_search_simple input[type=text]:active,
div.panel_search_simple input[type=text]:focus {
    outline: none;
}

div.panel_search_simple p.prompt_results {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    min-width: unset;
    width: calc(100% - 46px);
    border-radius: 0 0 4px 4px;
    top: -2px;
    left: -1px;
    border: 1px solid rgb(196,196,196);
    border-top: 0;
    -webkit-box-shadow: 0px 24px 14px -6px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 24px 14px -6px rgba(0,0,0,0.18);
    box-shadow: 0px 24px 14px -6px rgba(0,0,0,0.18);
}

div.panel_search_simple p.prompt_results a {
    border-radius: 3px;
}

div.panel_search_simple p.prompt_results a strong {
    margin-left: 10px;
}

div.panel_search_simple p.prompt_results a:hover strong {
    color: #fff;
}

div.panel_search_simple p.prompt_results a:hover {
    background-color: #467391;
    text-decoration: none;
}

div.panel_search_simple p.prompt_results a:link {
    padding: 6px 0;
}

/*  navigation links  */
ul.panel_main_control {
    float: none;
    width: auto;
    margin-right: 0;
    margin: 0 25px 0 0;
}

ul.panel_main_control span {
    color: #ffffff;
    font-weight: 400;
}

ul.panel_main_control a {
    transition: background .4s ease-in-out, color .4s ease-in-out, font-weight .4s ease-in-out;
    border-radius: 5px;
}

ul.panel_main_control a:hover {
    background-color: #7493a7;
    border-radius: 5px;
}

ul.panel_main_control a:hover span {
    color: #114060;
    font-weight: 600;
}


/*  user info & admin/user options  */
div.panel_top_links {
    display: flex;
    order: 1;
    position: relative;
    min-height: 100px;
}

div.panel_top_links ul {
    position: absolute;
    width: auto;
    top: -35px;
    right: 5px;
    margin: 5px;
    display: flex;
    justify-content: center;
}

div.panel_top_links li {
    margin: 0 5px;
    border: 0;
    padding: 5px;
    border-radius: 5px;
    transition: background .2s ease-in-out;
}

div.panel_top_links li:first-child {
    border: 0;
    margin: 0;
}

div.panel_top_links li:hover {
    background-color: #ff6565;
    border-radius: 5px;
}

div.panel_top_links li:hover a, div.panel_top_links li:hover .logout {
    color: #fff;
    text-decoration: none;
}

div.panel_top_links li a:link,
div.panel_top_links li a:visited,
div.panel_top_links li .account,
div.panel_top_links li .logout,
div.panel_top_links li .newcustomer {
    color: #4b6b7f;
    font-weight: 400;
}

div.panel_top_links li a.admin {
    background: none;
    color: #ff6c6c;
    text-decoration: none;
    font-weight: 500;
}

div.panel_top_links li:hover a.admin,
div.panel_top_links li:hover a.newcustomer,
div.panel_top_links li:hover a.login,
div.panel_top_links li:hover a.account{
    color: #fff;
}


/*  menu: opiekun */
div.panel_top_links .menu-expand-single {
    position: relative;
}

div.panel_top_links .menu-expand-single span {
    color: #4b6b7f;
    font-weight: 400;
}

div.panel_top_links .menu-expand-single span::after {
    content: " ∨";
}

div.panel_top_links .menu-expand-single:hover span {
    color: #fff;
}

.menu-expand-single > div > ul {
    opacity: 0;
    transition: opacity .4s ease-in-out;
}

.menu-expand-single:hover > div > ul {
    position: absolute;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    top: -6px;
    left: -89px;
    width: 140px;
    height: 90px;
    border-radius: 5px 0px 5px 5px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    opacity: 1;
}

.menu-expand-single > div > ul li a:visited,
.menu-expand-single > div > ul li a:active {
    color: #4b6b7f;
}

.menu-expand-single > div > ul li:hover a {
    color: #fff;
}

/* panel user info */
div.panel_top_links div.status {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    text-align: right;
    margin: 0;
    padding: 0;
}

div.panel_top_links div.status > div.carer {
    border: 0;
    grid-area: 1 / 1 / 3 / 3;
    text-align: right;
}

div.panel_top_links div.status .panel-info-user-login {
    grid-area: 2 / 2 / 3 / 3;
}

div.panel_top_links div.status > div {
    padding: 0;
    margin: 5px 20px 10px 10px;
}

div.panel_top_links div.status > div:nth-child(3) {
    grid-area: 2 / 1 / 3 / 2;
    margin: 5px 0 0 0;
}

div.panel_top_links div.status div div,
div.panel_top_links div.status div div a,
div.panel_top_links div.status div div b {
    float: none;
    font-weight: 500;
}

div.panel_top_links div.status div div img {
    display: none;
}

div.panel_top_links div.status > div {
    text-align: right;
}

div.panel_top_links div.status h2 {
    background: none;
    font-weight: 700;
    letter-spacing: 2px;
}

body > div#body_root > div.body_outer {
    float: none;
}

/* catalog list & right panel */
body > div#body_root > div.body_outer > div.body_inner > div.columns_body {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 18% 80%;
    float: none;
    flex-direction: unset;
    justify-content: center;
}

div.column_left {
    grid-area: 1 / 1 / 2 / 2;
    float: none;
    width: 100%;
    max-height: 100vh;
    margin-bottom: 0;
    background-color: #fff;
    border: 1px solid rgb(196,196,196);
    border-radius: 5px;
    overflow: auto;
    position: static;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
}

div.columns_body > div.column_left > ul.movie-usage,
div.columns_body > div.column_left > ul.movie-usage li {
    margin: 0;
}

div.columns_body > div.column_left > ul.movie-usage .movie-usage-button {
    padding: 15px 5px 8px 5px;  
    border: 0;
    background-color: #fff;
    font-weight: 500;
    transition: transform .3s ease-in-out;
}

div.columns_body > div.column_left > ul.movie-usage .movie-usage-button:hover {
    transform: translateX(15px);
    background-color: none;
}

div.columns_body > div.column_left > ul.movie-usage > li > p > span {
    text-align: left;
    margin-left: 35px;
    font-size: 1.3em;
}

.catalog_button {
    display: none;
}

div.column_left h1 {
    display: block;
    background-color: #467391;
    margin: 0px;
    padding: 25px 20px 20px 10px;
    border-bottom: 1px solid rgba(221,221,221,0.64);
    color: #ffffff;
    text-transform: uppercase;
}

div.column_left ul#brand_menu {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0;
}

div.column_left ul, div.column_left li:first-child {
    margin-top: 5px;,
}

div.column_left ul, div.column_left li:last-child {
    border-bottom: none;
    margin-bottom: 5px;
}
	
div.column_left ul, div.column_left li {
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

div.column_left ul#brand_menu li a {
    transition: transform .3s ease-in-out;
    
}

div.column_left ul#brand_menu li a:hover {
    transform: translateX(23px);
}

div.column_left ul#brand_menu li a strong {
    transition: color .4s ease-in-out;
}

div.column_left ul#brand_menu img.logo {
    left: 40px;
}
    

div.column_left a * {
    font-size: 14px;
    font-weight: 400;
    color: #535353;
}

div.column_left ul#brand_menu a {
    margin-left: 5px;
}

/*  right panel  */
div.column_right {
    grid-area: 1 / 2 / 2 / 3;
    float: none;
    margin: 0;
    width: 100%;
    position: static;
    background-color: #fff;
    border: 1px solid rgb(196,196,196);
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
}

div.panel_blue_outer, div.panel_red_outer {
    box-sizing: border-box;
    float: none;
    width: 100%;
    border: 0;
    margin: 0;
}

div.panel_blue_outer h1.panel_outer, div.panel_red_outer h1.panel_outer {
    border: 0;
    margin: 5px;
    background-color: #deebf3;
    border-radius: 4px;
    color: #02588c;
    padding: 12px;
}

/*  button: powrót  */
.button_prev {
    background: none;
    position: relative;
    overflow: unset;   
}

.button_prev span {
    padding: 4px 4px 4px 10px;
}

.button_prev::before {
    content: "<";
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    position: absolute;
    width: 28px;
    height: 28px;
    background: unset;
    background-color: #deebf3;
    border-radius: 8px;
    transition: background .4s ease-in-out, color .4s ease-in-out;
}

.button_prev:hover::before {
    background-color: rgba(2,88,140,0.83);
    color: #fff;
}

#panel_stand_for_result > div:nth-child(1) > form:nth-child(2) {
    display: flex;
    align-items: center;
}

#panel_stand_for_result > div:nth-child(1) > form:nth-child(2) input {
    padding: 10px;
    margin: 1px;
    border-radius: 8px;
    border: 1px solid rgb(196,196,196);
    
    transition: border-color .4s ease-in-out;
}

#panel_stand_for_result > div:nth-child(1) > form:nth-child(2) input:hover,
#panel_stand_for_result > div:nth-child(1) > form:nth-child(2) input:focus {
    border: 1px solid #02588c;
    outline: none;
}

div.standfor div {
    display: flex;
    flex-flow: column wrap;
}


div.standfor label, div.standfor input {
    float: none;
}

/*  catalog icons  */
div.elkat-enlargement .bttn-general, div.elkat-work .bttn-general, div.elkat-work .inputtext, div.elkat-work .labeltext {
    border: 0;
    border-radius: 8px;
    background-color: #467391
}

div.elkat-ctrl > form {
    background: transparent;
    border: 1px solid #467391;
    border-radius: 10px;
}

div.elkat-work form .inputtext {
    color: #467391;
    background: #fff;
    padding: 0;
    border: 1px solid #467391;
    
    transition: background .4s ease-in-out, color .4s ease-in-out;
}

div.elkat-work form .inputtext:hover,
div.elkat-work form .inputtext:focus {
    background-color: #467391;
    color: #fff;
    outline: none;
}

div.elkat-work .labeltext {
    background: unset;
}

div.elkat-work form .labeltext span {
    color: #467391;
}

div.elkat-scene .elkat-l-zero > p.elkat-menu-index {
    border-radius: 8px;
    border: 0;
}

div.panel_foot {
    margin-top: 20px;
    padding: 40px;
    height: 30px;
    background-color: #467391;
}

div.productview div.panel_product_description p {
    font-weight: 400;
}

div.elkat-scene .elkat-l-zero div p {
    font-weight: 400;
}

div.panel_product div.catalog_desc {
    font-weight: 400;
}

div.panel_product div.catalog_desc h1 {
    font-weight: 700;
    font-size: 17px;
}

div.panel_product {
    height: 170px;
}

div.elkat-basket-visible .empty {
    text-align: center;
    height: 250px;
    padding-top: 20px;
}

div.elkat-basket-visible .empty::before {
    content:"Aby wyświetlić kody wybierz inną stronę katalogu ⇌.";
    color: #909090;
}

.panel_imgenlargement_visible {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.33);
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 20%);
}

div#panel_imgenlargement > div {
    border: 0;
    box-shadow: unset;
}

#panel_work > div > div > div > div > div:nth-child(2) > div.search-simple-resultbox-find-byname,
.search-simple-byindex #search-simple-byindex-catalogs-list-segments > *,
.search-simple-byindex #search-simple-byindex-catalogs-item-segments {
    border-radius: 12px;
}

#panel_work > div > div > div > div > div:nth-child(2) > div.search-simple-resultbox-find-byname > p > span,
.search-simple-procuctcode #search-simple-infobox > *,
#search-simple-byindex-catalogs-item-segments > div > p > span {
    padding: 16px 12px;
    border-radius: 8px;
}

.button {
    transition: color .4s ease-in-out, border .4s ease-in-out;
}

.search-simple-procuctcode #search-simple-infobox > * .button {
    border-radius: 8px;
    padding: 7px 10px;
}

/*  price panel  */
div.panel_prices_control {
    box-sizing: border-box;
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-template-columns: 1fr;
    padding: 0;
    background-color: unset;
}

div.panel_prices_control caption {
    color: #313131;
}

div.panel_prices_control table {
    background: none;
    width: 101%;
    grid-area: 1 / 1 / 2 / 2;
    margin: 6px 0;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    background-color: #f9f9f9;
}

div.panel_product_price > div > div.panel_prices_control > p:nth-child(2) {
    grid-area: 2 / 1 / 3 / 1;
    display: grid;
    grid-template-columns: 25% 50% 25%;
    grid-template-rows: repeat(3, auto);
}

div.panel_product_price > div > div.panel_prices_control > p:nth-child(3) {
    grid-area: 3 / 1 / 4 / 1;
}

div.panel_product_price > div > div.panel_prices_control > table > tbody > tr > td {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    padding: 2px;
    color: #313131;
}

div.panel_prices_control p {
    margin: 0;
}

div.panel_prices_control > p:nth-child(2) > span:nth-child(1),
div.panel_product_price > div > div.panel_prices_control > p > a:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
    width: 100% !important;
    height: 100% !important;
    background: rgba(230,127,34,0.42);
    border: 1px solid rgba(0,0,0,0.1);
    border-right: 0;
    padding: 0;
    margin: 0;
    border-radius: 5px 1px 1px 5px;
    transition: border-radius .4s ease-in-out, background .4s ease-in-out;
}

div.panel_prices_control > p:nth-child(2) > span:nth-child(1):hover,
div.panel_product_price > div > div.panel_prices_control > p > a:nth-child(1):hover {
    border-radius: 12px 0 0 12px;
    background-color: #ee7f1c;
}

div.panel_prices_control > p:nth-child(2) > span:nth-child(1):hover::before,
div.panel_product_price > div > div.panel_prices_control > p > a:nth-child(1):hover::before {
    color: #fff;
}

div.panel_prices_control > p:nth-child(2) > span:nth-child(1) img,
div.panel_product_price > div > div.panel_prices_control > p > a:nth-child(1) img {
    display: none;
}

div.panel_prices_control > p:nth-child(2) > span:nth-child(1)::before,
div.panel_product_price > div > div.panel_prices_control > p > a:nth-child(1)::before {
    content: "─";
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #e67e22;
}

div.panel_product_price > div > div.panel_prices_control > p:nth-child(2) > input[type=text] {
    grid-area: 1 / 2 / 2 / 3;
    width: 100% !important;
    height: 100% !important;
    padding: 0;
    margin: 0;
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.27);
    border-bottom: 1px solid rgba(0,0,0,0.27);
    text-align: center;
}

div.panel_prices_control > p:nth-child(2) > span:nth-child(3),
div.panel_product_price > div > div.panel_prices_control > p > a:nth-child(3){
    grid-area: 1 / 3 / 2 / 4;
    width: 100% !important;
    height: 100% !important;
    background: rgba(39,174,97,0.40);
    padding: 0;
    margin: 0;
    border-radius: 0 5px 5px 0;
    border: 1px solid rgba(0,0,0,0.1);
    border-left: 0;
    transition: border-radius .4s ease-in-out, background .4s ease-in-out;
}

div.panel_prices_control > p:nth-child(2) > span:nth-child(3):hover,
div.panel_product_price > div > div.panel_prices_control > p > a:nth-child(3):hover {
    border-radius: 0 12px 12px 0;
    background-color: #27ae60;
}

div.panel_prices_control > p:nth-child(2) > span:nth-child(3):hover::before,
div.panel_product_price > div > div.panel_prices_control > p > a:nth-child(3):hover::before {
    color: #fff;
}

div.panel_prices_control > p:nth-child(2) > span:nth-child(3) img,
div.panel_product_price > div > div.panel_prices_control > p > a:nth-child(3) img{
    display: none;
}

div.panel_prices_control > p:nth-child(2) > span:nth-child(3)::before,
div.panel_product_price > div > div.panel_prices_control > p > a:nth-child(3)::before {
    content: "+";
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #27ae60;
}

div.panel_product_price > div > div.panel_prices_control > p:nth-child(2) > br {
    display: none;
}

/* suma */
div.panel_product_price > div > div.panel_prices_control > p:nth-child(2) > span:nth-child(5) {
    grid-area: 2 / 1 / 4 / 2;
    margin: 6px 0 6px 1px;
    padding-top: 2px;
    border: 0;
    font-size: 13px;
}

div.panel_product_price > div > div.panel_prices_control > p:nth-child(2) > span:nth-child(6) {
    grid-area: 2 / 2 / 4 / 4;
    border: 0;
    padding-top: 2px;
    margin: 6px 1px 6px 0;
    font-size: 13px;
    text-align: right;
}

div.panel_product_price > div > div.panel_prices_control > p:nth-child(2) > input[type=text] {
    margin: 0 0 5px 0;
}

/* suma in basket! */ 
.window_wb div.panel_product_price > div > div.panel_prices_control > p:nth-child(2) > span:nth-child(5) {
    grid-area: 2 / 2 / 4 / 4;
    margin: 1px 0;
    font-size: 13px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.window_wb div.panel_product_price > div > div.panel_prices_control > p:nth-child(2) > span:nth-child(6) {
    padding: 9px 0;
}

.window_wb div.panel_product_price > div > div.panel_prices_control > p:nth-child(2) > br {
    display: block; 
}


/* add to basket */
span.button_tobasket, span.button_tobasket_active {
    padding: 3px;
    background-color: #ec5d4e;
    border: 1px solid rgba(0,0,0,0.1);
    color: #6f0d02;
    border-radius: 4px;
    transition: background .4s ease-in-out, color .4s ease-in-out, border-radius .4s ease-in-out;
    background-image: none;
}
span.button_tobasket:hover, span.button_tobasket_active:hover {
    background-color: #c0392b;
    border-radius: 12px;
    color: #fff;
}

/* basket */
p.continue a:link {
    border-radius: 4px;
    margin: 5px;
}

div.panel_blue_outer > div > div.basket-buttons {
    margin: 10px 0;
}

div.basket-buttons > div.basket-exchange-enova > div > div:nth-child(1) > p {
    border-radius: 5px 0 0 5px;
}

div.basket-buttons > div.basket-product-sort > div > div > p > select {
    border-radius: 0 5px 5px 0;
}

div.window_bw, div.window_wb, div.window_wr {
    border-radius: 6px;
}

div.window_bw h2, div.window_wb h2, div.window_wr h2 {
    border-radius: 5px;
}

div.productview div.panel_product_images img {
    border-radius: 5px;
}

/* buttons */
div.resultssearch {
    padding: 5px 0 5px 0;
}

div.panel_product_description > p:nth-child(3) > span:nth-child(3) > span.btn_ean13,
div.productview div.panel_product_description .show_at_catalog_button,
div.productview div.panel_product_description .clipboard_add_button,
div.productview div.panel_product_description .find_alternative_button{
    border: 1px solid #deebf3;
    border-radius: 2px;
    color: #02588c;
    font-size: 9px;
    margin-right: 1px;
    text-transform: uppercase;
    border-radius: 5px;
    margin-right: 2px;
}

div.panel_product_description > p:nth-child(3) > span:nth-child(3) > span.btn_similar {
    margin: 0 1px;
    padding-left: 32px;
    font-weight: 600;
    border-radius: 5px;
    font-size: 9px;
    border-color: rgba(255,0,0,0.28);
    color: rgb(217,33,33);
    background-image: url(/user/files/icons/tools.svg);
    background-size: 30px;
    background-position: -2px center;
}

div.panel_product_manage > div.panel_product_description > p:nth-child(3) > span:nth-child(4) > span.btn_ean13,
div.panel_product_description > p:nth-child(3) > span:nth-child(3) > span.btn_ean13 {
    margin-right: 2px;
    background-image: url(/user/files/icons/ean13.svg);
    padding-left: 30px;
    background-size: 18px;
    background-position: 6px center;
    font-weight: 500;
}

div.panel_product_manage > div.panel_product_description > p:nth-child(3) > span:nth-child(5) > span.btn_eclass {
    background-image: url(/user/files/icons/eclass.svg);
    background-size: 17px;
    background-position: 5px center;
    padding-left: 27px;
}

p.buttons_results_navi > * {
    transition: border-radius .4s ease-in-out, background .3s ease-in-out, color .3s ease-in-out;
}

p.buttons_results_navi > *:hover {
    border-radius: 10px;
}

body > div#body_root > div.body_outer > div.body_inner > div {
    float: none;
}

/*  footer  */
div.panel_foot {
    box-sizing: border-box;
    min-height: 230px;
    width: 100vw;
    display: flex;
    flex-flow: row nowrap;
    align-content: center;
    align-items: flex-start;
    justify-content: space-evenly;
}

div.panel_foot div.segment {
    margin: 0;
    float: none;
}

#body_root > div > div > div.panel_foot > div:nth-child(1) > h2 {
    position: relative;
    height: 120px;
    width: 160px;
}

#body_root > div > div > div.panel_foot > div:nth-child(1) > h2::before {
    position: absolute;
    border-radius: 4px;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #56809c;
    background-image: url("/user/files/icons/logo_stopka_SVG.svg");
    background-size: 130px;
    background-position: center;
    background-repeat: no-repeat;

}

div.panel_foot div.segment h2 {
    font-size: 14px;
    background-color: rgba(222,235,243,0.11);
    border: none;
    border-radius: 4px;
    padding: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

div.panel_foot div.segment li,
div.panel_foot div.segment li a {
    font-size: 12px;
    transition: transform .3s ease-in-out;
    margin: 5px 0;
    line-height: 200%;
    font-weight: 400;
}

div.panel_foot div.segment li:hover {
    transform: translateX(10px);
}

#body_root > div > div > div.panel_foot > div:nth-child(2) > ul > li:nth-child(2),
#body_root > div > div > div.panel_foot > div:nth-child(2) > ul > li:nth-child(3){
    transform: none;
}



/*  slider  */
#id_slide_screen {
    width: 100% !important;
    border-radius: 7px;
    -webkit-box-shadow: rgb(0 0 0 / 8%) 0px 0px 2px 1px, rgb(0 0 0 / 8%) 0px 2px 4px 0px;
    -moz-box-shadow: rgb(0 0 0 / 8%) 0px 0px 2px 1px, rgb(0 0 0 / 8%) 0px 2px 4px 0px;
    box-shadow: rgb(0 0 0 / 8%) 0px 0px 2px 1px, rgb(0 0 0 / 8%) 0px 2px 4px 0px;
}

div.id_slide_window2,
div.id_slide_panel2,
div.id_slide_display,
div.id_slide_display p,
div.id_slide_display img {
    box-sizing: border-box !important;
    display: block;
	margin: 0px !important;
	padding: 0px !important;
}

div.id_slide_window2, 
div.id_slide_panel2, 
div.id_slide_display, div.id_slide_display img {   
	width: 1000px;
	height: 700px;
}

div.id_slide_panel2 > div.visible > p > img {
    border-radius: 6px;
}

#id_slide_screen > div > div.id_slide_button_prev {
    margin: 0;
    width: 45px;
    height: 45px;
    background-size: 45px;
    opacity: 0.2;
    transition: transform .6s ease-in-out;
}


#id_slide_screen > div > div.id_slide_button_next {
    margin: 0;
    width: 45px;
    height: 45px;
    background-size: 45px;
    opacity: 0.2;
    transition: transform .6s ease-in-out;
}

#id_slide_screen > div > div.id_slide_button_prev:hover,
#id_slide_screen > div > div.id_slide_button_next:hover {
    opacity: 0.7;
    transform: rotate(360deg);
}

/*  index box  */
.page_index {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 70% 30%;
    padding: 20px;
}

#panel_index > div > div.id_slide_envelope {
    grid-area: 1 / 1 / 2 / 2;

} 

#panel_index > div > div.contener_index {
    grid-area: 1 / 2 / 3 / 3;
    height: auto;
    max-height: 100%;
    position: static;
}

#panel_index > div > div {
    box-sizing: border-box;
    max-width: 100%;
}

/*  map  */
#panel_index > div > div.contener_index > div:nth-child(3) {
    padding: 0;
    height: 300px;
}

/*  spc  */
div.contener_index > div {
    width: auto;
    background-color: rgb(249, 249, 249);
    margin: 0 0 20px 20px;
    padding: 12px;
    border: 0;
    border-radius: 5px;
    -webkit-box-shadow: rgb(0 0 0 / 8%) 0px 0px 2px 1px, rgb(0 0 0 / 8%) 0px 2px 4px 0px;
    -moz-box-shadow: rgb(0 0 0 / 8%) 0px 0px 2px 1px, rgb(0 0 0 / 8%) 0px 2px 4px 0px;
    box-shadow: rgb(0 0 0 / 8%) 0px 0px 2px 1px, rgb(0 0 0 / 8%) 0px 2px 4px 0px;

}

div.contener_index > div  > h1 {
    font-size: 18px;
    color: #375f7a;
    margin: 5px 0 2px 0;
    border-radius: 4px;
    padding: 4px 8px;
}

div.contener_index > div > p,
div.contener_index > div > ul > li{
    color: rgb(77, 77, 77);
    font-weight: 400;
    margin-left: 8px;
}

#panel_index > div > div.contener_index > div:nth-child(1) > p {
    line-height: 60%;
}

#panel_index > div > #id_slide_p_screen {
    width: 100%;
}

#id_slide_p_screen > div.id_slide_panel {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: 1fr;
    grid-gap: 25px;
    height: 100%;
}

#id_slide_p_screen > div.id_slide_panel > p:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
    margin: 2px 0 0 2px;
}


#id_slide_p_screen > div.id_slide_panel > p:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
    margin-top: 2px;
}

#id_slide_p_screen > div.id_slide_panel > p:nth-child(3) {
    grid-area: 1 / 3 / 2 / 4;
    margin: 2px 2px 0 0;
}

#id_slide_p_screen > div.id_slide_panel > p {
    float: none;
    position: static;
    width: auto;
    height: 220px;
    background-color: rgb(249, 249, 249);
    padding: 12px;
    border: 0;
    border-radius: 5px;
    -webkit-box-shadow: rgb(0 0 0 / 8%) 0px 0px 2px 1px, rgb(0 0 0 / 8%) 0px 2px 4px 0px;
    -moz-box-shadow: rgb(0 0 0 / 8%) 0px 0px 2px 1px, rgb(0 0 0 / 8%) 0px 2px 4px 0px;
    box-shadow: rgb(0 0 0 / 8%) 0px 0px 2px 1px, rgb(0 0 0 / 8%) 0px 2px 4px 0px;
}
    
#id_slide_p_screen > div.id_slide_panel > p > a {
    background: unset;
    box-shadow: unset;
    margin: 0;
    padding: 10px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

#id_slide_p_screen > div.id_slide_panel > p > a > strong {
    color: #375f7a;
    float: none;
}

#id_slide_p_screen > div.id_slide_panel > p > a > span.name {
    font-size: 12px;
    font-weight: 500;
    float: none;
}

#id_slide_p_screen > div.id_slide_panel > p > a > span.description {
    float: none;
    font-weight: 400;
    font-size: 10px;
    max-width: 100%;
}

#id_slide_p_screen > div.id_slide_panel > p > a > span.price {
    display: none;
}

div.body_outer div.body_inner div.layout_baner div.panel_top_links div.status div.carer div {
text-align: right;
}

/*  BREAKPOINTS  */
@media (max-width: 1000px) {
    div.panel_search_simple {
        margin: 0 auto;
    }
    
    div.panel_top_links {
        min-height: unset;
    }

    body > div#body_root > div.body_outer > div.body_inner > div.columns_body {
        position: relative;
        display: block;
        width: 98%;
    }
        
    #body_root > div > div > div.layout_baner > div.logo > p > a > img {
        width: 100%;
        max-width: 280px;
        height: auto;
    }
    
    div.column_right {
        margin-top: 40px;
    }
    
    #body_root > div > div > div.columns_body > div.column_left > ul.movie-usage {
        display: none;
    }
    
    #id_panel_main_control::before {
        display: block;
        content: "Składanie zamówień możliwe tylko w wesji desktopowej";
        font-weight: 300; 
        color: #fff;
        font-size: 12px;
    }
    
    #body_root > div > div > div.layout_baner {
        display: flex;
        flex-flow: column wrap;
        width: 98%;
        margin: 60px auto 28px auto;
    }
    
    
    div.column_left {
        margin-top: 10px;
        position: absolute;
        height: 50px;
        transform: translatey(-28px);
        background-color: #fff;
        
    }
    
    /*  reset default  */
    div.column_left:hover {
        width: 100%;
    }
    
    .catalog_button {
        display: block;
        width: 100%;
        height: 80px;
        padding: 10px;
        margin: 5px auto;
        border: 0;
        width: 98%;
        background-color: #fff;
        color: #467391;
        border-radius: 5px;
        transition: margin .2s ease-in-out, padding .2s ease-in-out;
    }
    
    .column_left-active .catalog_button {
        font-weight: 800;
        width: 98%;
        padding-top: 8px;
        margin: 6px auto;
        background-color: #467391;
        color: #fff;
    }
    
    #brand_menu::before {
        display: block;
        padding: 0 15px 10px 15px;
        content: "* Do poprawnego wyświetlania katalogów - zalecamy korzystanie z wersji desktopowej.";
        font-weight: 400;
        transition: opacity .3s ease-in-out;
        margin: 10px 0;
        color: #375f7a;
    }
        
    #brand_menu {
        opacity: 0;
        transition: opacity .3s ease-in-out;
    }
    
    #brand_menu.brand_menu-active {
        opacity: 1;
    }
    
    div.column_left.column_left-active {
        width: 100%;
        height: 35%;
        background-color: #fff;
        -webkit-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.5);
    }

    div.column_left a * {
		display: block !important;
	}
	    
    div.column_left h1 {
        display: none;
    }
        
    div.column_left a {
		display: block !important;
	}

    
    #id_slide_p_screen,
    #body_root > div > div > div.layout_baner > div.panel_top_links > ul,
    #body_root > div > div > div.layout_baner > div.panel_top_links > div,
    #id_panel_main_control > li:nth-child(2),
    #id_panel_main_control > li:nth-child(3),
    #id_panel_main_control > li:nth-child(4),
    #id_panel_main_control > li:nth-child(5),
    #id_panel_main_control > li:nth-child(6),
    #id_panel_main_control > li:nth-child(7),
    #id_panel_main_control > li:nth-child(8) {
        display: none;
    }
    
    
    div.panel_top_links ul {
        top: -80px;
    }
        
    .page_index {
        display: block;
        margin: 2px auto;
        padding: 20px 5px 2px 5px;
    }
    
    #panel_index > div > div.id_slide_envelope {
        padding: 0 20px;
        margin: 0 auto;
    }
    
    #panel_index > div > div.contener_index {
        margin-top: 20px;
        margin-right: 20px;
    }
    
    #id_slide_p_screen > div.id_slide_panel {
        display: none;
    }
    
    #panel_index > div > div.contener_index > div:nth-child(3) {
        height: 500px;
    }

    .search-simple-procuctcode::before {
        content: "Aby wyświetlić ceny skorzystaj z wersji desktopowej lub skontakuj się z nami.";
    }
    
    .panel_product_price {
        display: none !important;
    }
    
    .panel_product_images{
        margin: 10px 0;
    }
        
    div.productview div.panel_product_description {
        width: 90%;
        margin: 0 auto;
    }
    
    
    #id_slide_screen > div > div.id_slide_button_prev,
    #id_slide_screen > div > div.id_slide_button_next {
        display: none;
    }
    
    div.id_slide_window2,
    div.id_slide_panel2,
    div.id_slide_display,
    div.id_slide_display p,
    div.id_slide_display img {
        box-sizing: border-box !important;
        display: block;
        margin: 0px !important;
        padding: 0px !important;
    }

    div.id_slide_window2, 
    div.id_slide_panel2, 
    div.id_slide_display, div.id_slide_display img {   
        width: 1000px;
        height: 700px;
    }

    div.id_slide_panel2 > div.visible > p > img {
        border-radius: 6px;
    }
    
    div.panel_foot {
        display: flex;
        flex-flow: column nowrap;
        align-content: flex-start;
        align-items: flex-start;
        justify-content: flex-start;
        min-height: 850px;
    }
    
    #body_root > div > div > div.panel_foot > div {
        margin: 15px 0;
    }
    
    div.panel_foot div.segment h2 {
        font-size: 15px;
    }

    div.panel_foot div.segment li,
    div.panel_foot div.segment li a {
        font-size: 13px;
        line-height: 250%;
    }
    
    
}



/*  mixed  */
@media (max-width: 1250px) {
    .page_index {
        display: block;
        margin: 2px auto;
        padding: 20px 5px 2px 5px;
    }
    
    #panel_index > div > div.id_slide_envelope {
        padding: 0 20px;
        margin: 0 auto;
    }
    
    #panel_index > div > div.contener_index {
        margin-top: 20px;
        margin-right: 20px;
    }
    
    #id_slide_p_screen > div.id_slide_panel {
        display: none;
    }
    
    #id_slide_p_screen,
    #id_panel_main_control > li:nth-child(1) > a,
     #id_panel_main_control > li:nth-child(9) > a:nth-child(1) {
        display: none;
    }
    
}

@media (max-width: 1300px) {
    body > div#body_root > div.body_outer > div.body_inner > div.columns_body {
    grid-template-columns: 22% 76%;
    }
    
    #panel_index > div > div.contener_index > div:nth-child(3) {
        padding: 0;
        height: 400px;
    }

}


/*  desktop  */
@media (min-width: 1001px) {
    div.logo {
        margin: 10px 3% 20px 20px;
    }  
    
    /*  map  */
    #panel_index > div > div.contener_index > div:nth-child(3) {
        padding: 0;
        height: 215px;
    }

  .panel_search_simple {
   max-width: 400px; 
  }

}


@media (min-width: 1200px) {
    div.logo {
        margin: 10px 3% 20px 20px;
    }  
    
    /*  map  */
    #panel_index > div > div.contener_index > div:nth-child(3) {
        padding: 0;
        height: 215px;
    }

  .panel_search_simple {
   max-width: 600px; 
  }

}

@media (min-width: 1400px) {
    div.logo {
    margin: 10px 3% 20px 3%;
    }  
    
    /*  map  */
    #panel_index > div > div.contener_index > div:nth-child(3) {
        padding: 0;
        height: 250px;
    }

   .panel_search_simple {
   max-width: 800px; 
  }
}

@media (min-width: 1600px) {
    /*  map  */
    #panel_index > div > div.contener_index > div:nth-child(3) {
        padding: 0;
        height: 330px;
    }  

   .panel_search_simple {
   max-width: 1000px; 
  }
}

@media (min-width: 1700px) {
    div.logo {
    margin: 10px 5% 20px 4%;
    }  
    
    #panel_index > div > div.contener_index > div:nth-child(3) {
        padding: 0;
        height: 510px;
    }

   .panel_search_simple {
   max-width: 1100px; 
  }

}