/* reset.css */ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section { margin:0; padding:0; border:0; font-weight:inherit; font-style:inherit; font-family:inherit; /* font-size:12px; vertical-align:baseline; */ } article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;} /* body { line-height:1.5; } */ table {border-collapse:separate;border-spacing:0;} /* caption, th, td {text-align:left;font-weight:normal;} table, td, th {vertical-align:middle;} */ blockquote:before, blockquote:after, q:before, q:after {content:"";} blockquote, q {quotes:"" "";} a img {border:none;} /* typography.css */ /* html { font-size:100.01%; } font-size:75%; */ body { font-size: 12px; color: #000000; background: #fff; font-family: 'Nunito', sans-serif; } h1, h2, h3, h4, h5, h6 {font-weight:normal;} h1 {font-size:2.4em; margin-bottom:0.5em;} h2 {font-size:2em; margin-bottom:0.75em;} h3 {font-size:1.5em; margin-bottom:1em;} h4 {font-size:1.2em; margin-bottom:1.25em;} h5 {font-size:1em; font-weight:bold; margin-bottom:1.5em;} h6 {font-size:1em; font-weight:bold;} h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;} p {margin:0 0 10px 0;} p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;} p img.right {float:right;margin:1.5em 0 1.5em 1.5em;} a, a:visited { text-decoration: none; outline: none; color: #000000; } a:focus, a:hover { text-decoration: underline; } a.underline, a.underline:visited { text-decoration: underline; } a.underline:focus, a.underline:hover { text-decoration: none; } blockquote {margin:1.5em;color:#666;font-style:italic;} strong {font-weight:bold;} em, dfn {font-style:italic;} dfn {font-weight:bold;} sup, sub {line-height:0;} abbr, acronym {border-bottom:1px dotted #666;} address {margin:0 0 1.5em;font-style:italic;} del {color:#666;} pre {margin:1.5em 0;white-space:pre;} pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;} li ul, li ol {margin:0;} ul, ol {margin:0 1.5em 1.5em 0;padding-left:3.333em;} ul {list-style-type:disc;} ol {list-style-type:decimal;} dl {margin:0 0 1.5em 0;} dl dt {font-weight:bold;} dd {margin-left:1.5em;} table {margin-bottom:1em;width:100%;} th {font-weight:bold;} thead th {background:#c3d9ff;} th, td, caption {padding:5px;} tr.even td {background:#e5ecf9;} tfoot {font-style:italic;} caption {background:#eee;} .small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;} .large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;} .hide {display:none;} .quiet {color:#666;} .loud {color:#000;} .highlight {background:#ff0;} .added {background:#060;color:#fff;} .removed {background:#900;color:#fff;} .first {margin-left:0;padding-left:0;} .last {margin-right:0;padding-right:0;} .top {margin-top:0;padding-top:0;} .bottom {margin-bottom:0;padding-bottom:0;} /* forms.css */ /* label {font-weight:bold;} */ fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;} legend {font-weight:bold;font-size:1.2em;} input[type=text], input[type=password], input.text, input.title, textarea, select { border:1px solid #aaa; padding: 3px; color: #666; } input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color: #666;} input[type=text], input[type=password], input.text, input.title, textarea, select {margin:4px 0;} input.text, input.title {width:300px;padding:5px;} input.title {font-size:1.5em;} /* textarea {width:390px;height:250px;padding:5px;} input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;} */ form.inline {line-height:3;} form.inline p {margin-bottom:0;} .error, .notice, .success { padding:.8em; margin-bottom:1em; border:2px solid #ddd; text-align: center; font-size: 13px; } .error { background: #ffffff; color: #ff0000; border: 2px solid #ff0000; line-height: 20px; } .notice { color: #514721; border-color: #ED1C24; } .success {color:#264409;border-color:#4c9f1a;} .error a {color:#8a1f11;} .notice a {color:#514721;} .success a {color:#264409;} /* grid.css */ .container { width: 1000px; margin: 10px auto 0 auto; } .showgrid {background:url(grid.png);} .column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, .span-24 {float:left;margin-right:10px;} .last {margin-right:0!important;} .span-1 {width:30px;} .span-2 {width:70px;} .span-3 {width:110px;} .span-4 {width:150px;} .span-5 {width:190px;} .span-6 {width:230px;} .span-7 {width:270px;} .span-8 {width:310px;} .span-9 {width:350px;} .span-10 {width:390px;} .span-11 {width:430px;} .span-12 {width:470px;} .span-13 {width:510px;} .span-14 {width:550px;} .span-15 {width:590px;} .span-16 {width:630px;} .span-17 {width:670px;} .span-18 {width:710px;} .span-19 {width:750px;} .span-20 {width:790px;} .span-21 {width:830px;} .span-22 {width:870px;} .span-23 {width:910px;} .span-24 {width:950px;margin-right:0;} input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24 {border-left-width:1px!important;border-right-width:1px!important;padding-left:5px!important;padding-right:5px!important;} input.span-1, textarea.span-1 {width:18px!important;} input.span-2, textarea.span-2 {width:58px!important;} input.span-3, textarea.span-3 {width:98px!important;} input.span-4, textarea.span-4 {width:138px!important;} input.span-5, textarea.span-5 {width:178px!important;} input.span-6, textarea.span-6 {width:218px!important;} input.span-7, textarea.span-7 {width:258px!important;} input.span-8, textarea.span-8 {width:298px!important;} input.span-9, textarea.span-9 {width:338px!important;} input.span-10, textarea.span-10 {width:378px!important;} input.span-11, textarea.span-11 {width:418px!important;} input.span-12, textarea.span-12 {width:458px!important;} input.span-13, textarea.span-13 {width:498px!important;} input.span-14, textarea.span-14 {width:538px!important;} input.span-15, textarea.span-15 {width:578px!important;} input.span-16, textarea.span-16 {width:618px!important;} input.span-17, textarea.span-17 {width:658px!important;} input.span-18, textarea.span-18 {width:698px!important;} input.span-19, textarea.span-19 {width:738px!important;} input.span-20, textarea.span-20 {width:778px!important;} input.span-21, textarea.span-21 {width:818px!important;} input.span-22, textarea.span-22 {width:858px!important;} input.span-23, textarea.span-23 {width:898px!important;} input.span-24, textarea.span-24 {width:938px!important;} .append-1 {padding-right:40px;} .append-2 {padding-right:80px;} .append-3 {padding-right:120px;} .append-4 {padding-right:160px;} .append-5 {padding-right:200px;} .append-6 {padding-right:240px;} .append-7 {padding-right:280px;} .append-8 {padding-right:320px;} .append-9 {padding-right:360px;} .append-10 {padding-right:400px;} .append-11 {padding-right:440px;} .append-12 {padding-right:480px;} .append-13 {padding-right:520px;} .append-14 {padding-right:560px;} .append-15 {padding-right:600px;} .append-16 {padding-right:640px;} .append-17 {padding-right:680px;} .append-18 {padding-right:720px;} .append-19 {padding-right:760px;} .append-20 {padding-right:800px;} .append-21 {padding-right:840px;} .append-22 {padding-right:880px;} .append-23 {padding-right:920px;} .prepend-1 {padding-left:40px;} .prepend-2 {padding-left:80px;} .prepend-3 {padding-left:120px;} .prepend-4 {padding-left:160px;} .prepend-5 {padding-left:200px;} .prepend-6 {padding-left:240px;} .prepend-7 {padding-left:280px;} .prepend-8 {padding-left:320px;} .prepend-9 {padding-left:360px;} .prepend-10 {padding-left:400px;} .prepend-11 {padding-left:440px;} .prepend-12 {padding-left:480px;} .prepend-13 {padding-left:520px;} .prepend-14 {padding-left:560px;} .prepend-15 {padding-left:600px;} .prepend-16 {padding-left:640px;} .prepend-17 {padding-left:680px;} .prepend-18 {padding-left:720px;} .prepend-19 {padding-left:760px;} .prepend-20 {padding-left:800px;} .prepend-21 {padding-left:840px;} .prepend-22 {padding-left:880px;} .prepend-23 {padding-left:920px;} .border {padding-right:4px;margin-right:5px;border-right:1px solid #CACED2;} .colborder {padding-right:24px;margin-right:25px;border-right:1px solid #CACED2;} .pull-1 {margin-left:-40px;} .pull-2 {margin-left:-80px;} .pull-3 {margin-left:-120px;} .pull-4 {margin-left:-160px;} .pull-5 {margin-left:-200px;} .pull-6 {margin-left:-240px;} .pull-7 {margin-left:-280px;} .pull-8 {margin-left:-320px;} .pull-9 {margin-left:-360px;} .pull-10 {margin-left:-400px;} .pull-11 {margin-left:-440px;} .pull-12 {margin-left:-480px;} .pull-13 {margin-left:-520px;} .pull-14 {margin-left:-560px;} .pull-15 {margin-left:-600px;} .pull-16 {margin-left:-640px;} .pull-17 {margin-left:-680px;} .pull-18 {margin-left:-720px;} .pull-19 {margin-left:-760px;} .pull-20 {margin-left:-800px;} .pull-21 {margin-left:-840px;} .pull-22 {margin-left:-880px;} .pull-23 {margin-left:-920px;} .pull-24 {margin-left:-960px;} .pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {float:left;position:relative;} .push-1 {margin:0 -40px 1.5em 40px;} .push-2 {margin:0 -80px 1.5em 80px;} .push-3 {margin:0 -120px 1.5em 120px;} .push-4 {margin:0 -160px 1.5em 160px;} .push-5 {margin:0 -200px 1.5em 200px;} .push-6 {margin:0 -240px 1.5em 240px;} .push-7 {margin:0 -280px 1.5em 280px;} .push-8 {margin:0 -320px 1.5em 320px;} .push-9 {margin:0 -360px 1.5em 360px;} .push-10 {margin:0 -400px 1.5em 400px;} .push-11 {margin:0 -440px 1.5em 440px;} .push-12 {margin:0 -480px 1.5em 480px;} .push-13 {margin:0 -520px 1.5em 520px;} .push-14 {margin:0 -560px 1.5em 560px;} .push-15 {margin:0 -600px 1.5em 600px;} .push-16 {margin:0 -640px 1.5em 640px;} .push-17 {margin:0 -680px 1.5em 680px;} .push-18 {margin:0 -720px 1.5em 720px;} .push-19 {margin:0 -760px 1.5em 760px;} .push-20 {margin:0 -800px 1.5em 800px;} .push-21 {margin:0 -840px 1.5em 840px;} .push-22 {margin:0 -880px 1.5em 880px;} .push-23 {margin:0 -920px 1.5em 920px;} .push-24 {margin:0 -960px 1.5em 960px;} .push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {float:right;position:relative;} .prepend-top {margin-top:1.5em;} .append-bottom {margin-bottom:1.5em;} .box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;} hr { background:#ddd; color:#ddd; clear:both; float:none; width:100%; height: 1px; margin:0 0 10px; border:none; } hr.space {background:#fff;color:#fff;visibility:hidden;} .clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;} .clearfix, .container {display:block;} .clear {clear:both;} .pajaczek { background-image:url(../images/new/pajak.gif); background-position: 86px 43px; background-repeat: no-repeat; } /* tomi */ .right { float: right } .left { float: left } .logo { padding-top: 12px; margin-bottom: 0; width: 205px; height: 115px; text-decoration: none; text-align: center; float: left; } .logo a { text-decoration: none; color: #666; margin: 0; padding: 0; } .logo img { text-decoration: none; } .pomarancz { color: #ED1C24; } .top_menu { float: left; padding-top:13px; padding-left: 15px; text-align:right; white-space: nowrap; } .top_menu_login { margin-right: 15px; width: 180px; float: right; padding-top: 13px; padding-left: 0px; text-align:right; white-space: nowrap; overflow: hidden; } .border_left { border-left: 1px solid #CACED2; } .border_right { border-right: 1px solid #CACED2; } .strefa_root { float: left; margin-top: 65px; } .strefa_doroslych { background-image: url(../images/new/tab-dorosli.png); } .strefa_doroslych { background-repeat: no-repeat; width: 166px; height: 26px; padding-top: 5px; padding-right: 3px; text-align: center; float: left; cursor: pointer; } .strefa_doroslych a, .strefa_doroslych a:visited { text-decoration: none; text-transform: uppercase; color: #FFF; font-weight: bold; padding: 0px; margin: 0px; font-size: 15px; } .strefa_doroslych a:focus, .strefa_doroslych a:hover { text-decoration: underline; } .strefa_dzieci { background-image: url(../images/new/tab-dzieci_off.png); } .strefa_dzieci { background-repeat: no-repeat; width: 166px; height: 26px; padding-top: 5px; padding-right: 3px; text-align: center; float: left; cursor: pointer; } .strefa_dzieci a, .strefa_dzieci a:visited { text-decoration: none; text-transform:uppercase; color: #FFF; font-weight: bold; padding: 0px; margin: 0px; font-size: 15px; } .strefa_dzieci a:focus, .strefa_dzieci a:hover { text-decoration: underline; } .top_telefon { float: right; margin-top: 20px; width: 350px; } .top_telefon a, .top_telefon a:visited { margin: 0; padding: 0; font-size: 18px; color: #635FA9; display: inline; } .top_telefon a:focus, .top_telefon a:hover { text-decoration: underline; } .top_telefon_big { margin: 0; padding: 0; font-size: 18px; color: #635FA9; } .top_right_menu { float: right; white-space: nowrap; width: 140px; height: 36px; margin: 20px 30px 25px 0; } .main_menu_kategorie { float: left; height: 39px; } /* NAVIGATION BUTTONS */ .menu_padding_top { padding: 2px 0 0 0; } #menu1 { float: left; width: 166px; height: 31px; padding: 0px; margin: 0; text-transform: uppercase; cursor: pointer; color: #FFF; font-size: 12px; font-weight: bold; text-align: center; line-height: 13px; background-position: left top; background-repeat: no-repeat; } #menu1 { background-image: url("../images/new/main1.png"); } #menu2 { float: left; width: 167px; height: 31px; padding: 0px; margin: 0; text-transform: uppercase; cursor: pointer; color: #FFF; font-size: 12px; font-weight: bold; text-align: center; line-height: 13px; background-position: left top; background-repeat: no-repeat; } #menu2 { background-image: url("../images/new/main2.png"); } #menu3 { float: left; width: 166px; height: 31px; padding: 0px; margin: 0; text-transform: uppercase; cursor: pointer; color: #FFF; font-size: 12px; font-weight: bold; text-align: center; line-height: 13px; background-position: left top; background-repeat: no-repeat; } #menu3 { background-image: url("../images/new/main3.png"); } #menu4 { float: left; width: 167px; height: 31px; padding: 0px; text-transform: uppercase; cursor: pointer; color: #FFF; font-size: 12px; font-weight: bold; text-align: center; line-height: 13px; margin: 0 3px 0 0; background-position: left top; background-repeat: no-repeat; } #menu4 { background-image: url("../images/new/main4.png"); } #menu5 { float: left; width: 126px; height: 31px; padding: 0px; background-image: url("../images/new/main5.png"); text-transform: uppercase; cursor: pointer; color: #FFF; font-size: 12px; font-weight: bold; text-align: center; line-height: 13px; margin: 0 3px 0 0; background-position: left top; background-repeat: no-repeat; } #menu6 { float: left; width: 126px; height: 31px; padding: 0px; font-size: 12px; text-transform: uppercase; background-image: url("../images/new/main6.png"); cursor: pointer; color: #FFF; font-weight: bold; text-align: center; line-height: 13px; margin: 0; background-position: left top; background-repeat: no-repeat; } #menu1:hover, #menu2:hover, #menu3:hover, #menu4:hover, #menu5:hover, #menu6:hover { background-position: 0 -31px; } #menu1 a, #menu1 a:visited, #menu2 a, #menu2 a:visited, #menu3 a, #menu3 a:visited, #menu4 a, #menu4 a:visited, #menu5 a, #menu5 a:visited, #menu6 a, #menu6 a:visited { color: #FFF; text-decoration: none; } #menu1 a:focus, #menu1 a:hover, #menu2 a:focus, #menu2 a:hover, #menu3 a:focus, #menu3 a:hover, #menu4 a:focus, #menu4 a:hover, #menu5 a:focus, #menu5 a:hover, #menu6 a:focus, #menu6 a:hover { text-decoration: none; } #menu1 .menu_select, #menu2 .menu_select, #menu3 .menu_select, #menu4 .menu_select { background-image:url('../images/new/main_select1.gif'); } #menu5 .menu_select { background-image:url('../images/new/main_select_red.gif'); } #menu6 .menu_select { background-image:url('../images/new/main_select_blue.gif'); } /* END OF NAVIGATION */ .pole_menu { display:none; z-index:10000; float:left; } div.menu_rozwijane { position:absolute; width: 245px; border-left: 1px solid #CFCFCF; border-right: 1px solid #CFCFCF; border-bottom: 1px solid #CFCFCF; padding: 3px 3px 10px 3px; background-color: #FFF; z-index:100001; float:left; } div.menu_rozwijane ul { float:left; margin: 0px; padding: 0 0 0 6px; } div.menu_rozwijane ul li { float:left; display:block; text-align:left; } div.menu_rozwijane ul li a { font-size: 0.95em; float:left; width: 225px; display: block; border-bottom: 1px dotted #e5e5e5; text-align:left; padding-left: 6px; padding-top: 2px; padding-bottom: 2px; color: #000000; text-decoration:none; } div.menu_rozwijane ul li a:hover { background-color: #FF5D01; color: #FFF; font-weight: bold; } a.submenu_select, a.submenu_select:visited { background-color: #FFCCB0; color: #333; font-weight: bold; } a.submenu_select:focus, a.submenu_select:hover { background-color: #FF5D01; color: #FFF; font-weight: bold; } /* SCROLL */ .div_marquee { float: left; padding-left: 20px; background-image: url(../images/new/strzaleczki.gif); background-position: 0 6px; background-repeat: no-repeat; } #search_box ul.marquee { /* required styles */ display: block; padding: 0; margin: 0 3px 0 0; list-style: none; line-height: 1; position: relative; overflow: hidden; color: #635FA9; /* optional styles for appearance */ width: 657px; height: 26px; /* height should be included to reserve visual space for the marquee */ } #search_box ul.marquee li { /* required styles */ position: absolute; top: -999em; left: 0; display: block; white-space: nowrap; /* keep all text on a single line */ /* optional styles for appearance */ font: 13px Arial, Helvetica, sans-serif; padding: 3px 0px 3px 0px; } #search_box ul.marquee li a, #search_box ul.marquee li a:visited { text-decoration: underline; color: #635FA9; } #search_box ul.marquee li a:focus, #search_box ul.marquee li a:hover { text-decoration: none; } #right_column { float: right; width: 82.4%; font-size: 13px; } #right_column h2, #right_column h3 { color: #fe6b00; font-weight: bold; margin: 1em 0 10px 0; } #right_column h2 a, #right_column h3 a { color: #fe6b00; } #left_column { float: left; width: 15.6%; padding: 0 10px; } #right_column_home { float: right; width: 248px; color: #333; font-size: 11px; } #left_column_home { float: left; width: 738px; overflow:hidden; } div.podpis_nazwa { text-align: center; padding-top: 0; height: 30px; overflow: hidden; clear: both; } div.podpis_nazwa a { color: #000000; line-height: 15px; font-size: 14px; font-weight: normal; margin-bottom: 5px; text-decoration: none; } div.podpis_nazwa a:hover { text-decoration: underline; } div.listowy_box div.podpis { text-align: center; color: #fe6b00; font-weight: normal; font-size: 12px; margin-bottom: 5px; } div.listowy_box div.podpis s { font-size: 14px !important; } div.listowy_box div.podpis strong { font-size: 16px; } div.listowy_box div.podpis s { color: #999; } div.listowy_box div.podpis a { color: #000000; font-size: 12px; font-weight: normal; text-decoration: none; } div.listowy_box div.podpis a:hover { text-decoration: underline; } div.listowy_box { float:none !important; display: inline-block !important; vertical-align: top !important; padding: 0px; margin-bottom: 10px; /* border-right: 1px solid #eee; */ min-height: 380px; text-align:center; } div.listowy_jeden { vertical-align: middle; text-align: center; margin: 0 auto; max-width: 230px; height: 320px; padding: 0px; line-height: 180px; position: relative; } div.listowy_jeden img { max-height: 100%; max-width: 100%; position: absolute; top: 50%; left: 50%; -ms-transform: scale( 0.95, 0.95) translate(-53%, -56%) !important; -webkit-transform: scale( 0.95, 0.95) translate(-53%, -56%) !important; transform: scale( 0.95, 0.95) translate(-53%, -56%) !important; /* transform: scale3d(0.95, 0.95, 0.95) translate3d(-50%, -50%, 0) !important; */ } .listowy_box:hover div.listowy_jeden img { -ms-transform: scale( 1, 1) translate(-50%, -50%) !important; -webkit-transform: scale( 1, 1) translate(-50%, -50%) !important; transform: scale( 1, 1) translate(-50%, -50%) !important; -webkit-transition: all 0.2s cubic-bezier(0.62, 0.55, 0.38, 0.63); transition: all 0.2s cubic-bezier(0.62, 0.55, 0.38, 0.63); /* transform: scale3d(1, 1, 1) translate3d( -50%, -50%, 0) !important; */ } .zobacz_wiecej { position: absolute; margin-top: 130px; margin-left: 30px; background-color: #fe6b00; font-family: 'Nunito', sans-serif; border: 0 none; display: none; /* display:inline-block; */ -webkit-transition: all 0.2s cubic-bezier(0.62, 0.55, 0.38, 0.63); transition: all 0.2s cubic-bezier(0.62, 0.55, 0.38, 0.63); color: #ffffff; font-size: 15px; font-style: normal; height: 33px; line-height: 33px; width: 131px; text-decoration: none; text-align: center; z-index: 1000; } .zobacz_wiecej:hover { background-color: #d73b00; } .zobacz_wiecej:active { position: absolute; margin-top: 131px; } /* --- fullwidth --- */ #koszyk_css .zobacz_wiecej { margin-left: 50px; } div.hot { padding: 3px 20px 0 15px; font-size: 11px; display: inline-block; font-weight: bold; color: #FFF; margin: -20px 0px 0px 0px; height: 17px; position: relative; background-image: url('../images/rwd/pod_nowosci.png'); background-position: right top; background-repeat: repeat; float: left; /* margin: -50px 0px 0px 25px; position: relative; width: 107px; height: 16px; font-weight: bold; color: #FFF; text-align:center; background-image: url('../images/new/back_hit.png'); background-position: left top; background-repeat: repeat; float: left; */ } div.wyprz_img { margin: -61px 0px 0px 0px; position: relative; width: 135px; height: 61px; font-weight: bold; color: #FFF; text-align: right; } /* div.new_img { font-weight: bold; color: #FFF; text-align:center; margin: -39px 0px 0px 98px; position: relative; width: 83px; height: 39px; } */ div.new_img { padding: 3px 20px 0 15px; font-size: 11px; display: inline-block; font-weight: bold; color: #FFF; margin: -20px 0px 0px 0px; height: 17px; position: relative; background-image: url('../images/rwd/pod_nowosci.png'); background-position: right top; background-repeat: no-repeat; float: left; } div.new_licencjonowany { padding: 3px 20px 0 15px; font-size: 11px; display: inline-block; font-weight: bold; color: #FFF; margin: -20px 0px 0px 0px; height: 17px; position: relative; background-image: url('../images/rwd/pod_nowosci.png'); background-position: right top; background-repeat: no-repeat; float: left; /* font-weight: bold; text-align: left; margin: 62px 0px -118px 0px; position: relative; width: 23px; height: 56px; */ } div.new_cenowe { font-weight: bold; text-align: left; margin: 0px 0px -85px 10px; position: relative; width: 110px; height: 85px; } div.new_wideo { font-weight: bold; text-align: left; margin: 0 0 -40px 10px; position: relative; width: 40px; height: 40px; z-index: 10; } div.new_delivery { font-weight: bold; text-align: right; margin: 0 0 -40px 10px; position: relative; width: 40px; height: 40px; z-index: 10; float: right; } div.new_podopis { padding: 3px 20px 0 15px; font-size: 11px; display: inline-block; font-weight: bold; color: #FFF; margin: -20px 0px 0px 0px; height: 17px; position: relative; background-image: url('../images/rwd/pod_opis.png'); background-position: right top; background-repeat: repeat; float: left; } div.new_premium { padding: 3px 20px 0 15px; font-size: 11px; display: inline-block; font-weight: bold; color: #FFF; margin: -20px 0px 0px 0px; height: 17px; position: relative; background-image: url('../images/rwd/pod_nowosci.png'); background-position: right top; background-repeat: repeat; float: left; /* font-weight: bold; text-align: left; margin: 30px 0 -61px 0; position: relative; width: 19px; height: -79px; */ } div.dostepnosc { text-align: left; font-weight: bold; color: #635FA9; font-size: 10px; margin: 0; /* position: relative; width: 107px; height: 16px; font-weight: bold; color: #FFF; margin: -16px 0px 0px 25px; background-image: url('../images/new/back_dostepnosc.png'); background-position: left top; background-repeat: no-repeat; float: left; */ } div.no_product { text-align: left; color: #C00; font-size: 11px; line-height: 13px; margin: 0; /* position: relative; width: 107px; height: 16px; font-weight: bold; text-align:center; color: #FFF; margin: -16px 0px 0px 25px; background-image: url('../images/new/back_no_product.png'); background-position: left top; background-repeat: no-repeat; float: left; */ } div.no_product a { text-align: left; color: #C00; font-size: 10px; line-height: 13px; } div.wmagazynie { text-align: left; color: #00adee; font-size: 11px; font-weight: normal; margin: 0 0 2px 0; line-height: 13px; /* position: relative; width: 107px; height: 16px; font-weight: bold; font-size: 10px; text-align:center; color: #FFF; margin: -16px 0px 0px 25px; background-image: url('../images/new/back_wmagazynie.png'); background-position: left top; background-repeat: repeat; float: left; */ } #yourOwnContentContainer { position: absolute; font-weight: bold; /* background-image: url('../images/new/back_nowosc.png'); background-repeat: repeat; */ height: auto; width: 160px; padding: 10px 0px 10px 0px; text-align: center; color: #FFF; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; z-index: 29999; } #yourOwnContentContainer a { color: #FFF; font-size: 11px; } /* zmiejsz obrazki produktow */ @media only screen and (max-width: 770px) { /*div.listowy_jeden img {*/ /*max-width: 100%;*/ /*max-height: 240px;*/ /*}*/ /*div.listowy_jeden {*/ /*width: 160px;*/ /*height: 240px;*/ /*display: block !important;*/ /*}*/ /*div.listowy_box {*/ /*width: 160px;*/ /*!**/ /*height: 320px;*/ /**!*/ /*}*/ .operator_color_small, .operator_color_plus { width: 14px !important; height: 14px !important; border: 2px solid #fff !important; font-size: 11px !important; } .ramka_koloru { min-height: 16px !important; } .zobacz_wiecej { font-size: 14px; width: 131px; margin-left: 10px; margin-top: 140px; } .zobacz_wiecej:active { margin-top: 141px; } #yourOwnContentContainer { width: 130px; } div.new_wideo { margin: 0 0 -40px 100px; } ul.subcategory { width: 100% !important; } #mobileworks #mobile_header { display: none; } #koszyk_css div.listowy_box { min-height: 450px; width: calc(100% / 3); position: relative; top: 2px; } #koszyk_css div.listowy_jeden { max-width: 230px; max-height: 190px; } #koszyk_css div.listowy_jeden img { max-width: 100%; max-height: 100%; display: block; margin: 0 auto; transition: all 0.2s cubic-bezier(0.62, 0.55, 0.38, 0.63); } #koszyk_css .zobacz_wiecej { margin-left: 10px; } } #fittings div.ten_prod_pasuje, #fittings_inne div.ten_prod_pasuje { float: none; margin-bottom: 10px; font-family: 'Nunito', sans-serif; font-size:11px; color:#A6A291; font-weight:bold; } #fittings div.title, #fittings_inne div.title { float: none; margin-bottom: 10px; } #fittings p, #fittings_inne p { height: 80px; width: 75px; margin: 0; text-align: center; } #fittings span.strike, #fittings_inne span.strike { font-weight: normal; text-decoration: line-through; } #fittings li { text-align: center; font-weight: bold; padding-bottom: 0px; } #fittings_inne li { text-align: center; font-weight: bold; padding-bottom: 0px; float: left; } #fittings div.button, #fittings_inne div.button_inne { width: 13px; height: 89px; padding: 50px 0px 0 0px; } #zwiazane div.buttonek { width: 35px; height: 89px; padding: 50px 0px 0 0px; float: left; } #fittings ol, #fittings ul, #fittings_inne ol, #fittings_inne ul { list-style: none; } #fittings div .listowy_jeden_box div.podpis, #fittings_inne div .listowy_jeden_box div.podpis { text-align: left; color: #000000; font-weight: normal; font-size: 11px; height: auto; } #fittings div .listowy_jeden_box div.podpis, #fittings_inne div .listowy_jeden_box div.podpis { color: #ED1C24; width: 100%; height: 35px !important; padding-top: 15px; margin-bottom: 5px; font-size: 15px; } .listowy_jeden_box .new_orange { margin-top: 20px; } #fittings .carousel-block, #fittings_inne .carousel-block2 { margin-right: 15px !important; } #fittings .carousel-block:last-child, #fittings_inne .carousel-block2:last-child { margin-right: 0 !important; } #fittings div .listowy_jeden_box div.podpis a, #fittings_inne div .listowy_jeden_box div.podpis a { color: #000000; font-size: 13px; font-weight: normal; text-decoration: none; } #fittings div .listowy_jeden_box div.podpis a:hover, #fittings div .listowy_jeden_box div.podpis a:hover, #fittings_inne div .listowy_jeden_box div.podpis a:hover, #fittings_inne div .listowy_jeden_box div.podpis a:hover { text-decoration: underline; } #fittings div .listowy_jeden_box, #fittings div .listowy_jeden_box, #fittings_inne div .listowy_jeden_box, #fittings_inne div .listowy_jeden_box { float:left; width: 178px; padding: 0px 0px 0px 0px; height: 300px; } #fittings div .listowy_jeden_fittings, #fittings div .listowy_jeden_fittings, #fittings_inne div .listowy_jeden_fittings, #fittings_inne div .listowy_jeden_fittings { background-color: #FFF; background-position: center center; background-repeat: no-repeat; vertical-align: middle; width: 230px; height: 320px; background-size: 100%; } .karuzela { text-align:center; height: 300px; } .wazne_small { border: 1px solid #CFCFCF; padding: 2px; float: left; margin-right: 21px; } h1.header { font-size: 15px; text-transform: uppercase; color: #252525; margin: 0; padding: 0; line-height: 31px; } .sale_box { background-image: url(../images/new/pod_sale.png); background-repeat: no-repeat; background-position: left top; color: #FFF; font-weight: bold; width: 127px; height: 31px; font-size: 16px; text-align: center; line-height: 31px; margin-right: 20px; } div.box_zblizaja { margin-bottom: 10px; } h1.header_pomarancz { font-size: 12px; font-weight: bold; color: #ED1C24; margin: 0 0 4px 0; padding: 0; } ul.kalendarz { display: block; padding: 0; margin: 0 3px 0 0; list-style: none; line-height: 1; position: relative; overflow: hidden; } ul.kalendarz li { background-position: left top; background-repeat:no-repeat; padding-left: 25px; } ul.kalendarz li a, ul.kalendarz li a:visited { font-weight: bold; text-decoration: none; color: #635FA9; line-height: 23px; } ul.kalendarz li a:focus, ul.kalendarz li a:hover { text-decoration: underline; } div.box_kategorie { margin-bottom: 0; color: #000000; padding: 0 0 10px 2px; line-height: 16px; font-size: 11px; } h3.header_kategorie { border-bottom: 1px dotted #ccc; font-size: 13px; font-weight: bold; padding: 0 0 5px 0; margin: 0 0 5px 0; font-family: 'Nunito', sans-serif; } h1.top_category { font-family: 'Nunito', sans-serif; font-size: 22px; font-weight: bold; } h2.headerBar { font-family: 'Nunito', sans-serif; font-size: 18px; font-weight: bold; } h3.filtry_kategorie { font-family: 'Nunito', sans-serif; font-size: 14px; font-weight: bold; padding: 0 0 5px 0; margin: 0 0 0 0; } h3.kategorie_kategorie { font-family: 'Nunito', sans-serif; font-size: 14px; font-weight: bold; padding: 5px 10px 0 0; margin: 0 0 10px 0; color: #000000; text-transform: uppercase; } h2.kategorie_kategorie { font-family: 'Nunito', sans-serif; font-size: 19px; font-weight: bold; padding: 5px 10px 0px 0px; margin: 0px 0 0 0; color: #00ADEE; line-height: 22px; } h3.header_kategorie a, h3.header_kategorie a:visited { text-transform: uppercase; font-size: 13px; font-weight: bold; text-decoration: none; color: #000000; margin: 0; padding: 0; } h3.header_kategorie a:focus, h3.header_kategorie a:hover { text-decoration: underline; } div.box_kategorie a { font-family: 'Nunito', sans-serif; font-size: 15px; text-decoration: none; padding: 0; line-height: 16px; clear: both; font-weight: bold; } h3.header_kategorie_menu { font-family: 'Nunito', sans-serif; font-size: 14px; font-weight: bold; padding: 0 0 0 0; margin: 0 10px 4px 0; color: #00adee; } div.box_kategorie a:focus, div.box_kategorie a:hover { color: #fe6b00; text-decoration: underline; } div.box_kategorie_filtry { margin-bottom: 20px; } div.box_kategorie_filtry a.blue { font-family: 'Nunito', sans-serif; font-size: 13px; text-decoration: none; clear: both; background-image: url("../images/tematy_0.png"); background-position: left 0; background-repeat: no-repeat; padding: 4px 0 5px 25px; display: inline-block; margin-left: 0; } div.box_kategorie_filtry a.blue_select { font-family: 'Nunito', sans-serif; font-size: 13px; text-decoration: none; clear: both; background-image: url("../images/tematy_3.png"); background-position: left 0; background-repeat: no-repeat; padding: 4px 0 5px 25px; display: inline-block; margin-left: 0; } div.box_kategorie_filtry a.blue:focus, div.box_kategorie_filtry a.blue:hover { color: #fe6b00; text-decoration: underline; } div.box_kategorie_filtry a.blue_select:focus, div.box_kategorie_filtry a.blue_select:hover { color: #fe6b00; text-decoration: none; } div.box_kategorie_filtry a.kolorf { margin: 0px; border: 1px solid #FFF; float: left; } div.box_kategorie_filtry a.kolorf_select { margin: 0px; border: 1px solid #666; float: left; } div.box_kategorie_filtry a.kolorf:focus, div.box_kategorie_filtry a.kolorf:hover { color: #fe6b00; text-decoration: underline; } div.box_kategorie_filtry a.kolorf_select:focus, div.box_kategorie_filtry a.kolorf_select:hover { color: #fe6b00; text-decoration: none; } div.box_kategorie a.new_view { padding: 4px 0; display: block; font-family: 'Nunito', sans-serif; font-size: 15px; font-weight: bold; line-height: 22px; } div.box_kategorie a.new_view_pod { padding: 6px 0; display: block; font-family: 'Nunito', sans-serif; font-weight: normal; } #screzka { margin: 10px 0 10px 0; padding: 0; font-size: 12px; } #screzka h1 { font-size: 12px; padding: 0; margin: 0; } #screzka a, #screzka a:visited { font-size: 14px; text-decoration: none; } #screzka a:focus, #screzka a:hover { text-decoration: underline; } #screzka_dla_produktu { margin: 0 0 10px 0; padding: 0px 10px 0px 0px; font-size: 14px; line-height: 25px; } #screzka_dla_produktu a, #screzka_dla_produktu a:visited { font-size: 13px; text-decoration: none; } #screzka_dla_produktu a strong { font-weight: normal; color: #fe6b00; } #screzka_dla_produktu strong { font-size: 13px; font-weight: normal; color: #fe6b00; } #screzka_dla_produktu a:focus, #screzka_dla_produktu a:hover { text-decoration: underline; } /* ------------------------------------- */ #screzka_dla_produktu_product { background-color: #FBFBFB; margin: 0; padding: 15px 0; font-size: 16px; clear: both; display: block; width: 100%; color: #aaaaaa; text-align: center; } #screzka_dla_produktu_product .breadcrumb { margin: 0 auto; padding: 0 30px; text-align: left; max-width: 1440px; } #screzka_dla_produktu_product a, #screzka_dla_produktu_product a:visited { color: #aaaaaa; font-size: 14px; text-decoration: none; } #screzka_dla_produktu_product strong { font-size: 14px; font-weight: normal; } #screzka_dla_produktu_product a:focus, #screzka_dla_produktu_product a:hover { text-decoration: underline; } #screzka_dla_produktu_top { margin: 0 0 10px 0; padding: 0 10px 0 0; font-size: 12px; } #screzka_dla_produktu_top a, #screzka_dla_produktu_top a:visited { font-size: 13px; text-decoration: none; } #screzka_dla_produktu_top a strong { color: #fe6b00; font-weight: normal; } #screzka_dla_produktu_top a:focus, #screzka_dla_produktu_top a:hover { text-decoration: underline; } @media only screen and (max-width: 1024px) { #screzka_dla_produktu_product { display: none; } } .partypunkty { color: #E73670; float:right; text-align: center; width: 56px; height: 35px; padding: 50px 0px 0 10px; line-height: 14px; background-image: url(../images/new/prezencik.png); background-position: top left; background-repeat: repeat-x; font-weight: bold; cursor: pointer; } .partypunkty a { color: #E73670; } /* a.blue { font-weight: normal !important; } */ a.blue_select { color: #fe6b00 !important; text-decoration: none; } a.blue_select:hover { color: #00ADEE; } .wiecej_pokategorii, .ukryj_pokategorie { color: #000000 !important; font-size: 12px; } .wiecej_pokategorii2, .ukryj_pokategorie2 { text-align: center; display: block; border-top: 1px dotted #CCC; margin-top: 5px; padding-top: 0px; color: #888888 !important; } .wiecej_pokategorii3 { text-align: center; display: block; border-top: 1px solid #eee; margin-top: 5px; padding-top: 0px !important; font-size: 12px !important; font-weight: normal !important; } .wybrany_img { background-color: #ED1C24; } #footer { padding: 20px 0 0 0; background-color: #f8f8f8; } #footer a { text-decoration:none; } #footer a:hover { text-decoration:underline; } .footer_left { width: 33%; float: left; padding-left: 0px; } .footer_left li { margin: 0; } .footer_center { width: 31%; margin-right: 2%; float: left; text-align: center; } .footer_center h2 { color: #ffffff; font-size: 12px; padding: 0 0 2px 0; margin: 0 0 3px 0; font-weight: bold; } .footer_center ul { list-style:none; margin: 0 0 20px 0; padding: 0; } .footer_center li { list-style:none; margin: 0; padding: 0; } .footer_center a { color: #FFF; text-decoration: none; } .footer_center a:hover { text-decoration: underline; } .footer_right { width: 33%; float: left; } .footer_right li { margin: 0; } #footer_copy_right { float: right; } #footer_copy_left { float: left; } #footer-icon-payment { margin-left: 25px; } @media only screen and (max-width: 650px) { .footer_left { float: none; margin: 0px 0 20px 0; width: 100%; } .footer_center { float: none; margin: 0px 0 20px 0; width: 100%; } .footer_right { float: none; margin: 0px 0 20px 0; width: 100%; } #footer_copy_right { float: none; width: 100%; margin: 0 auto; text-align: center; } #footer_copy_left { float: none; width: 100%; margin: 0 auto 10px auto; text-align: center; } } /*menu stopka*/ #footer .MainMenu { list-style:none; overflow:hidden; margin: 0 0px 30px 35px; padding: 0; } #footer .MainMenu li { list-style:none; padding: 0 0 0 0px; text-align: left; margin: 0; } #footer .MainMenu li a { display:block; padding: 0; color: #666666; text-decoration:none; font-weight: normal; font-size: 18px; } #footer .MainMenu li a:hover { text-decoration: underline; } #footer .MainMenu li h3 { margin-bottom: 20px; font-size: 18px; font-weight: bold; } ul.wyroznienie { display: block; padding: 0; margin: 10px 0 0 0; list-style: none; line-height: 1; position: relative; overflow: hidden; } ul.wyroznienie li { background-position: left top; background-repeat:no-repeat; padding-left: 30px; text-decoration: none; line-height: 26px; } #nav { display: block; margin: 0; padding: 0; position: relative; } #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; } #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; } * html #menu4 { margin: 0 1px 0 0; } * html #menu5 { margin: 0 1px 0 0; } #nav ul li { float: none; } #nav ul ul { top: 0; } #nav { height: 31px; float: left; } #nav ul { top: 31px; float:left; padding: 0 10px 10px 10px; background-color: #FFF; border-left: 1px solid #aaa; border-right: 1px solid #aaa; border-bottom: 1px solid #aaa; opacity: 0.9; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; filter: alpha(opacity=90); } #nav ul li { float:left; display:block; text-align:left; } #nav ul li a { font-size: 11px; float:left; display: block; border-bottom: 1px dotted #e5e5e5; text-align:left; padding-left: 6px; padding-top: 2px; padding-bottom: 2px; color: #333; text-decoration:none; } #nav ul li a.menu1_width { width: 166px; } #nav ul li a.menu2_width { width: 167px; } #nav ul li a.menu3_width { width: 166px; } #nav ul li a.menu4_width { width: 167px; } #nav ul a.hover { background-color: #FF5D01; color: #FFF; font-weight: bold; opacity: 1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); } #nav ul a { border-bottom: 1px dotted #eeeeee; border-right: none; } /* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */ #scrollbox_box { width: 740px; height: 321px; float: left; } #scrollbox { text-align:center; width: 740px; height: 304px; /* border-right: 1px solid #cccccc; overflow: hidden; */ } #scrollbox .boxy { position: absolute; width: 200px; margin: 0 0 0 738px; text-align: left; height: 285px; } #scrollbox .scrollbox_obrazek { position: absolute; width: 738px; height: 304px; overflow: hidden; border-left: 1px solid #cccccc; border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; } #scrollbox h1 { margin: 0; padding: 0; color: #ED1C24; font-size: 14px; margin-bottom: 3px; font-weight: normal; } .boxy div { border-left: 1px solid #cccccc; /* border-right: 1px solid #D7D7D7; border-top: 1px solid #D7D7D7; background: url("../images/new/grad-l1.gif") repeat-x scroll center bottom #F7FAFB; text-shadow: 0 1px 1px #FFFFFF; */ padding: 10px 15px; height: 37px; overflow: hidden; cursor: pointer; } #scrollbox .active { background: url("../images/new/item-active2.png") repeat-y scroll left center #FFFFFF; padding: 10px 15px; height: 37px; overflow: hidden; border-left: 0px none #cccccc; } #scrollbox_fittings { } #scrollbox_fittings, #scrollbox_fittings li { margin: 0; padding: 0; list-style: none; width: 738px; height: 303px; } a.slider_prev img { position: relative; left: 720px; top: -60px; margin: 0pt 0pt -25px 0; padding: 0; z-index: 510; } a.slider_next img { position: relative; left: 710px; top: -60px; margin: 0pt 0pt -25px 0; padding: 0; z-index: 500; } .slider_container { width: 739px; height: 304px; margin: 0; padding: 0; clear:both; overflow:hidden; text-align:left; } #search_form { float: right; padding-right: 10px; } h1.bigtitle { font-size: 28px; text-transform: uppercase; margin: 10px 0; padding: 0; } h3.header_title { background-color: #f0f0f0; font-family: 'Nunito', sans-serif; font-size: 15px; font-weight: normal; margin: 0; padding: 5px 0; text-align: center; } h3.opis_title { color: #000000; font-size: 13px; font-weight: bold; margin: 2px; padding: 0; } h1.bigtitle { color: #ED1C24; } .tresc { color: #666; margin: 20px 0 10px 0; padding: 0; float: none !important; display: block; width: 100%; } .komentarz small { margin-left: 10px; } .one_kat { float: left; padding: 2px; border: 1px solid #dddddd; margin: 0 30px 20px 0; font-size: 13px; width: 223px; } h1.leftmenu { line-height: 20px; font-weight: bold; font-size: 12px; margin: 0 0 3px 0; padding: 0; color: #000000; } span.leftmenu { line-height: 20px; font-weight: bold; font-size: 12px; margin: 0 0 3px 0; padding: 0; color: #000000; } .licznik { color: #888; font-size: 10px; } .page_no_link { padding: 6px 10px; background: #fe6b00 none repeat scroll 0 0; border: 1px solid #fe6b00; font-size: 16px; color: #fff; } .pages { color: #666666; margin-top: 35px; line-height: 40px; } .pages a, .pages a:visited { text-decoration: none; border: 1px solid #fe6b00; padding: 6px 10px; background-color: transparent; color: #fe6b00; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25); font-size: 16px; } .pages a:focus, .pages a:hover { background-color: rgba(245, 166, 35, 0.1); } .pages a.next { color: #fe6b00; border: 1px solid #fe6b00; background-color: #FFF; } .pages a.next:focus, .pages a.next:hover { color: #fe6b00; border: 1px solid #fe6b00; background-color: rgba(245, 166, 35, 0.1); text-decoration: none; } #box_wybranych { margin-bottom: 15px; font-size: 11px; font-weight: normal; } .box_sortowanie { text-align: right; margin-right: 30px; margin-bottom: 30px; } #box_sortowanie_top { background-color: #eeeeee; line-height: 32px; height: 32px; margin-top: 10px; margin-bottom: 10px; padding: 0 10px; } #box_sortowanie_bottom { background-color: #eeeeee; line-height:32px; height: 32px; margin-top: 10px; padding: 0 10px; } #dodatkowe_grafiki { float: left; width: 89px; margin-bottom: 10px; } .highslide-caption { display:none; } #big_zdjecie { float: left; width: 414px; text-align: center; margin-bottom: 10px; } #_big_caption { margin: 0; color: #666; } #_big { display: none; z-index: 100; } #zoom { z-index: 100; } #produkt_right_box { width: 185px; float: right; } #zwiazane { /* width: 185px; float: right; text-align:center; margin: 0 0 10px 0; */ margin: 0 auto; padding-left: 30px; } #zwiazane div.button { width: 170px; height: 25px; padding: 0; text-align: center; visibility: hidden; } #zwiazane div.listowy_box { width: 180px; padding: 0px 0px 0px 0px; margin: 0 auto; height: 300px; text-align:center; } #zwiazane ol, #zwiazane ul { list-style: none; margin: 0; padding: 0; } #opis_produktu { float: left; width: 464px; color: #000000; margin-bottom: 10px; font-size: 12px; border: 1px solid #dddddd; padding: 15px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; } #opis_produktu a { font-size: 12px; color: #666; text-decoration: underline; } #opis_produktu a:hover { text-decoration: none; } #title_bar { margin: 0 auto 5px auto; width: 185px; text-align: left; font-weight: bold; font-size: 13px; color: #ED1C24; border-bottom: 1px solid #ED1C24; padding-bottom: 5px; } h1.title { font-size: 16px; color: #000000; font-weight: bold; margin: 0 0 5px 0; padding: 0; } .green_font { color: #71B701; font-weight: bold; } .price_font { color: #ED1C24; font-size: 22px; font-weight: bold; } .price_through { text-decoration:line-through; font-size:14px; } a.ico_zapytaj { font-weight: bold; text-decoration: none; background-image: url('../images/new/ico_zapytaj.gif'); background-repeat: no-repeat; background-position: center left; padding: 2px 0 2px 24px; line-height: 21px; } a.ico_zapytaj:hover { font-weight: bold; text-decoration: underline; } a.ico_dodaj { font-weight: bold; text-decoration: none; background-image: url('../images/new/ico_dodaj.gif'); background-repeat: no-repeat; background-position: center left; padding: 2px 0 2px 24px; line-height: 21px; } a.ico_dodaj:hover { font-weight: bold; text-decoration: underline; } a.ico_faq { color: #333; font-weight: normal; text-decoration: none; background-image: url('../images/new/ico_faq.gif'); background-repeat: no-repeat; background-position: center left; padding: 10px 0 10px 35px; line-height: 32px; font-size: 12px; } a.ico_faq:hover { font-weight: normal; text-decoration: underline; } #zamowienie_telefoniczne { display: none; padding: 10px; margin: 60px 0 0 48px; border: 1px solid #ccc; position: absolute; width: 370px; background-color:#fff; z-index: 5000; color: #000; } * html #zamowienie_telefoniczne { margin: 64px 0 0 -43px; /* ie6 double float margin bug */ } #zamowienie_telefoniczne div { color: #666; cursor: pointer; font-size: 12px; padding: 0; margin:0 0 0px 0; } table.sizetable { border: 2px solid #cccccc; border-collapse:collapse; width: 100%; } table.sizetable th { background-color: #F8FFFF; border: 1px solid #cccccc; padding: 5px 10px; font-weight: bold; text-align: center; font-size: 12px; border-collapse:collapse !important; } table.sizetable th.top { background-color: #5E9CCA; border: 1px solid #cccccc; padding: 5px 10px; font-weight: bold; text-align: center; font-size: 12px; color: #FFF; border-collapse:collapse !important; } table.sizetable td { text-align: center; border: 1px solid #cccccc; padding: 5px 10px; font-weight: normal; font-style: normal; font-size: 12px; border-collapse:collapse !important; } h2.sitetable_h2 { padding: 0px; color: #999; margin: 0 0 10px 0; } table.zaprojektuj { /* border: 1px solid #CEE1EF; */ border-collapse:collapse; width: 100%; margin: 0; padding: 0; } table.zaprojektuj th { /* border-bottom: 1px dotted #CEE1EF; background-color: #F8FFFF; line-height: 12px; */ padding: 0px 0px; font-weight: bold; width: 40%; text-align: left; margin: 0; color: #000000; font-size: 11px; } table.zaprojektuj th small { font-weight: normal; line-height: 10px; color: #AAA; margin: 0; } table.zaprojektuj td { /* border-bottom: 1px dotted #CEE1EF; width: 60%; */ padding: 0px 0px; font-weight: normal; font-style: normal; line-height: 12px; margin: 0; } /* tabs */ #tabs { color: #333; float: left; margin: 0px 0 0 0; width: 100%; } #tabs a { text-decoration: underline; } #tabs a:hover { text-decoration: none; } #tabs ul.taby { width: 100%; margin: 0; padding: 0; /* background-image:url('../images/new/nav-tab.gif'); background-position: left 25px; background-repeat: repeat-x; */ height: 23px; } #tabs ul.taby li { margin: 0 2px 0 0; list-style: none; } #minitabs { color: #666; float: left; width: 195px; margin: 0px 0 10px 0; font-size: 11px; } #minitabs ul.taby { width: 195px; float: left; margin: 0; padding: 0; } #minitabs ul.taby li { margin-left: 0px; list-style: none; float: left } .minitab_dorosli { background-image:url('../images/new/group_on.png'); background-position: center top; background-repeat: no-repeat; text-decoration: none; font-weight: bold; } .minitab_dzieci { background-image:url('../images/new/group_off.png'); background-position: center top; background-repeat: no-repeat; text-decoration: none; font-weight: bold; } .minitab_dorosli a { width: 97px; padding: 5px 0 3px 0; text-align: center; display: block; color: #ED1C24; } .minitab_dzieci a { width: 98px; padding: 5px 0 3px 0; text-align: center; display: block; color: #999999; } .czerwona_ramka { border: 2px solid #ff0000 !important; } .no_entry { color: #ff0000; padding-bottom:8px; } div.error_spam { display:none; padding:5px 5px; margin-right:2px; background-color:#CA2800; font-size:11px; text-align:center; float:left; color:#FFFFFF; } * html #tabs ul.taby li { display: inline; /* ie6 double float margin bug */ } * html #tabs ul.taby li { display: inline; /* ie6 double float margin bug */ } #tabs ul.taby li { float: left; width: calc((100% / 3) - 2px); } #tabs ul.taby li a { text-decoration: none; padding: 5px 20px 5px 20px; color: #444444; font-size: 16px; font-weight: normal; text-align: center; display: block; border-bottom: 1px solid #e1e1e1; transition: border-bottom-color .1s ease-in; -webkit-transition: border-bottom-color .1s ease-in; } #tabs ul.taby li:hover a { border-bottom: 1px solid #f16421; } #tabs ul.taby li.active { margin-top: 0px; border-bottom: 3px solid #f16421; height: 28px; } #tabs ul.taby li.active a { border-bottom: 1px solid #f16421; color: #f16421; padding: 5px 20px 5px 20px; font-weight: normal; } #tabs div.taby { clear: both; min-height: 100px; color: #000000; font-size: 14px; /* padding: 20px; border-left: 1px solid #dddddd; border-right: 1px solid #dddddd; border-bottom: 1px solid #dddddd; position: relative; z-index: -1; top: -10px; */ } #tabs div.taby strong { color: #333333; } /* #tabs div.taby h3 { text-transform: uppercase; margin-bottom: 10px; letter-spacing: 1px; z-index: 1; } */ #tabs div.taby p { line-height: 130%; z-index: 1; } #tabs div.taby li { line-height: 130%; z-index: 1; } #big_zdjecie .alert { border: 1px dotted #dddddd; padding:10px; margin: 10px; font-size: 10px; color: #999; } table.tabela_rozmiarow_clear { width: 100%; margin: 0; padding: 0; border-collapse: collapse; border: 0 none; } table.tabela_rozmiarow_clear td { margin: 0; padding: 0; } #tabela_rozmiarow { border: 1px solid #ddd; margin: 15px 0 0 0; padding: 15px; } #opis_produktu .tabela_rozmiarow { /* background-image:url('../images/new/podtabela.png'); background-repeat: repeat-x; background-position: 1px 1px; */ border: 1px solid #DDDDDD; border-collapse: collapse; padding: 0; margin: 0; } #opis_produktu .tabela_rozmiarow th { font-weight: normal; color: #666; font-size: 11px; text-align: left; padding: 2px 4px 0 4px; margin: 0; } #opis_produktu .tabela_rozmiarow td { font-weight: normal; font-size: 11px; text-align: left; padding: 0; margin: 0; } .tabela_komentarzy { border-collapse: collapse; border: 1px solid #DDDDDD; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 15px; margin: 0 0 15px 0; width: 100%; } .tabela_komentarzy th { font-weight: bold; color: #ED1C24; font-size: 13px; text-align: left; padding: 10px 10px 0 10px; margin: 0; } .tabela_komentarzy td { font-weight: normal; font-size: 12px; text-align: left; padding: 0px; margin: 0px; } #opis_produktu .podtabela_rozmiarow { background-image: url(../images/new/pod_polecane.png); background-repeat: no-repeat; background-position: left top; border-collapse: collapse; border: 0 none; padding: 0; margin: 10px 0 0 0px; width: 432px; height: 36px; } #opis_produktu .podtabela_rozmiarow td { font-size: 12px; margin: 0; padding: 0; } #opis_produktu .podtabela_rozmiarow .selectowy { color: #71B701; } #opis_produktu .podtabela_rozmiarow a { padding: 0; margin: 0; font-size: 12px; } .ul_z_ok ul { margin:0 0 3px 10px; padding: 0 0 0 30px; list-style-image: url(../images/new/ok.gif); } #srodek2 div.opinie { float:left; } .koszyk_ilosc { width: 34px; height: 20px; } .koszyk_price { border-bottom:none !important; padding-top:10px; } .koszyk_price td { border-bottom:none; } .koszyk_cena_all { font-size:26px; } .koszty_przesylki { width:65px; padding:4px 0 0 10px; } .naglowek_sredni_pomaranczowy { color: #ED1C24; font-style:italic; } .koszyk_buttons { border:none !important; text-align:right; padding-top:20px; } .powrot_do_zakupow { border:1px solid #CCCCCC; color:#000000; font-size:11px; width:118px; text-align:center; padding:4px 0; background:none; cursor:pointer; margin-right:10px; } .koncze_zakupy { border: 1px solid #ED1C24; color:#ffffff; font-size:11px; width:118px; text-align:center; padding:2px 0; background: #ED1C24; cursor:pointer; margin-right:10px; font-weight: bold; } #srodek2 div.logowanie { float:left; width:800px; } #logowanie { width: 540px; margin: 0 auto; } #logowanie p { padding: 4px 0; width: 540px; margin: 0 auto; clear: both; } #logowanie p.radio { margin: 10px auto; } #logowanie label.inputbox { text-align: right; padding: 0 10px; display: block; float: left; line-height: 22px; vertical-align: middle; width: 80px; } #logowanie p input { margin: 0; } .info_strong { font-size:14px; color: #ED1C24; font-weight:bold; padding: 5px 10px; } .inputbox { padding-left:10px; padding-right:10px; } .require_star { color: #ED1C24; } input.txt2, textarea.txt2 { width: 282px; } input.txt3 { width: 100px; } .koszyk_header { font-weight: bold; font-size: 11px; line-height: 25px; } .koszyk_forma { font-size: 11px; line-height: 25px; float: left; } .koszyk_forma strong { font-size: 11px; } .koszyk_show_data { font-size: 11px; line-height: 25px; margin: 0 0 0 20px; float: left; } div.koszyk_show_data a, div.koszyk_show_data a:active, div.koszyk_show_data a:visited, div.koszyk_show_data a:hover { color: #F47B10; font-size: 11px; font-weight: bold; text-decoration: underline; } div.koszyk_show_data a:hover { text-decoration: none; } .lista_cms { width:766px; padding:20px 0 0 10px; float:left; } .rekordzik_cms { float:left; width:100%; padding-bottom:20px; } .rekordzik_cms img { float:left; } .rekordzik_cms span.title_cms { font-size:18px; color:#0F72AC; font-weight:bold; font-family: 'Nunito', sans-serif; border-bottom:2px solid #ACCEE7; float:left; display:inline; width:587px; padding: 0 0 0 15px; margin: 0 0 10px 11px; text-decoration:none; } .rekordzik_cms span.title_cms a { font-size:18px; color:#0F72AC; font-weight:bold; font-family: 'Nunito', sans-serif; text-decoration:none; } .rekordzik_cms span.title_cms a:hover { text-decoration:underline; } .rekordzik_cms div.images { width:150px; height:150px; display:block; } .rekordzik_cms div.tekst_cms { display:block; float: right; width: 600px; font-family: 'Nunito', sans-serif; color:#333333; padding:0 10px 0 20px; line-height:130%; font-size:11px; } .rekordzik_cms a.wiecej { color: #ED1C24; text-decoration:underline; } .rekordzik_cms a.wiecej:hover { text-decoration:none; } .artykul_cms_home { padding: 20px 30px 0 30px; text-align: left; font-size: 14px; line-height: 1.5; } .artykul_cms_home .alignright { float: right; margin-left: 15px !important; } .artykul_cms_home .alignleft { float: left; margin-right: 15px !important; } .artykul_cms_home .aligncenter { margin: 0 auto; text-align: center; } .artykul_cms_home .size-large { width: 100%; } .artykul_cms_home figure { display: block; } .artykul_cms_home .alignleft, .artykul_cms_home .alignright { margin-top: 0 !important; margin-bottom: 35px !important; } .artykul_cms_home p { margin-bottom: 20px; } .artykul_cms_home h1 { color: #fe6b00; font-size: 28px; margin: 0 0 20px 0; } .artykul_cms_home h2 { font-size: 20px; } .artykul_cms_home h2, .artykul_cms_home h3 { color: #fe6b00; margin: 0 0 20px 0; font-weight: 700; } @media screen and (max-width: 960px) { .artykul_cms_home .alignleft, .artykul_cms_home .alignright { float: none; display: block; margin: 0 auto !important; text-align: center; } .box_sortowanie { margin: 0; text-align: center; line-height: 40px; } .page_no_link { font-size: 12px; padding: 6px 8px; } .pages a, .pages a:visited { font-size: 12px; padding: 6px 8px; } } .artykul_images { float:right; padding:20px 50px 0 0px; } .artykul_koszyk a, .artykul_cms a, #account a { text-decoration:underline; } .artykul_koszyk a:hover, .artykul_cms a:hover, #account a:hover { text-decoration:none; } .naglowek_1 { font-family: 'Nunito', sans-serif; font-size:16px; color: #ED1C24; } .naglowek_2 { font-family: 'Nunito', sans-serif; font-size:14px; color: #635FA9; } .naglowek_3 { font-size: 15px; font-weight: bold; text-transform: uppercase; color: #000000; width:100%; display:block; } .naglowek_3 a { font-size:14px; color: #ED1C24; } .naglowek_3_grey { font-size: 15px; color: #000000; font-weight: bold; } .naglowek_3_grey strong { font-size: 20px; color: #ED1C24; font-weight: bold; } .naglowek_4 { font-family: 'Nunito', sans-serif; font-size:14px; color: #635FA9; border-bottom:1px solid #635FA9; width:100%; display:block; } .naglowek_5 { font-family: 'Nunito', sans-serif; font-size:11px; color: #635FA9; font-weight:bold; } .naglowek_6 { color: #ED1C24; font-weight:bold; } .artykul_cms { margin: 10px 0px; } .artykul_koszyk { margin: 20px 30px 50px 30px; } table.tabela { border-collapse: collapse; /* border: 2px solid #000; background: #fff; font: normal 11px arial, helvetica, sans-serif; */ color: #555; } table.tabela td, table.tabela th { border: 0px solid #ccc; padding: 2px 6px; } table.tabela2 { border-collapse: collapse; border: 2px solid #ccc; font: normal 11px arial, helvetica, sans-serif; color: #555; background: #fff; } table.tabela2 td, table.tabela2 th { border: 1px solid #ddd; padding: 4px 6px; } table.tabela caption { padding: 0 0 .5em 0; text-align: left; font-size: 11px; font-weight: bold; text-transform: uppercase; color: #333; background: transparent; } table.tabela thead th, table.tabela tfoot th { border: 2px solid #000; text-align: left; font-size: 11px; font-weight: bold; color: #333; background: transparent; } table.tabela tfoot td { border: 2px solid #000; } /* =body ----------------------------------------------- */ table.tabela tbody th, table.tabela tbody td { } table.tabela tbody th.naprawo, table.tabela tbody td.naprawo { text-align: right; } table.tabela tbody th.nasrodek, table.tabela tbody td.nasrodek { vertical-align: middle; } table.tabela tbody th { white-space: nowrap; } .odd {background: #fcfcfc;} /* table.tabela tbody tr:hover { background: #fafafa; } table.tabela tbody tr.nohover:hover { background: #ffffff; } */ #account { font-size: 12px; float: left; width: 748px; margin: 10px 0 20px 0; } ul.title_user { margin: 0; padding: 0 0 0 20px; } ul.title_user li { list-style-type: none; background-image: none; padding-left: 10px; } ul.title_user li a.headerek { background-color: #59A6D0; color: #FFF; font-weight: bold; padding: 4px 10px; margin-left: -10px; text-decoration: none; display: block; width: 150px; margin-bottom: 8px; } ul.title_user li a.headerek:hover { text-decoration: underline; } ul.title_user li a.podpisek { color: #333; text-decoration: none; } ul.title_user li a.podpisek:hover { text-decoration: underline; } .boxik_lewy_bg { float: left; width: 200px; padding: 5px; color:#FF0000; margin: 5px 20px 20px 10px; /* border:1px solid #D5D5D5; background-color:#FFF; */ font-size: 12px; } .boxik_lewy_bg div.static_menu span.title5 { background-color: #CEE1EF; color: #FFFFFF; display:block; padding:2px 6px; } .boxik_lewy_bg div.static_menu ul { margin: 10px 0; padding:0px 0 0 0px; } .boxik_lewy_bg div.static_menu ul li { padding:3px 0; color:#333333; list-style:none; /* padding-left: 5px; margin-left:10px; background:url(../images/list-style08.gif) no-repeat 2px 9px; */ } .boxik_lewy_bg div.static_menu li a { color:#666; } .boxik_lewy_bg div.static_menu span.title { background-color:#CCCCCC; color:#FFFFFF; padding:2px 2px 2px 2px; display:block; } .konto_dane td { padding: 6px 0 6px 5px; font-family: 'Nunito', sans-serif; font-size: 11px; color: #333333; text-decoration: none; vertical-align: top; border-bottom:1px solid #FFE3D5; } #orders_header div { background-color:#FAD3AF; border:1px solid #FAD3AF; float:left; padding:5px; } .orders_row div { float:left; border:1px solid #FAD3AF; padding:5px; } ul#UlMenu { border-color: #CACED2; border-style:none solid solid; border-width:medium 1px 1px; display:none; list-style:none outside none; margin: 0 0 0 54px; padding: 0; position: absolute; width: 140px; z-index: 2000; } ul#UlMenu:hover { display:block; } ul#UlMenu li { background:none repeat scroll 0 0 #FFF; display:block; float:none; margin:0; padding:0; position:relative; text-align: left; } ul#UlMenu li a { background:none repeat scroll 0 0 #FFF; border:medium none; display:block; float:none; margin:0; padding:3px 10px 2px; position:relative; text-decoration:none; font-size: 11px; } ul#UlMenu li a:hover { background:none repeat scroll 0 0 #CEE1EF; color:#FFFFFF; font-weight:bold; } .zaprojektuj_title2 { color: #ED1C24; font-size:15px; padding: 0; display:block; } .zaprojektuj_title3 { color: #ED1C24; font-size:15px; padding: 0; display:block; } ul.display { float: left; margin: 0; padding: 0; list-style: none; } ul.display li { float: left; padding: 10px 0; margin: 0; } ul.display li a { text-decoration: none; } ul.display li .content_block { padding: 0 10px; } ul.display li .content_block h2 { margin: 0; padding: 5px; font-weight: normal; font-size: 16px; } ul.display li .content_block p { margin: 0; padding: 5px 5px 5px 245px; font-size: 1.2em; width: 500px; } ul.display li .content_block a img{ padding: 3px; border: 1px solid #ccc; background: #fff; margin: 0 15px 0 0; float: left; } span.sciezka2 { margin-bottom: 20px; display: block; } span.sciezka2 span { background-image: url(../images/new/krok_off.gif); background-position: left top; background-repeat: no-repeat; width: 143px; height: 22px; display: table-cell; padding: 5px 0 0 20px; font-size: 12px; font-weight: bold; color: #FFF; } span.sciezka2 span.sactive { background-image: url(../images/new/krok_on.gif); background-position: left top; background-repeat: no-repeat; width: 143px; height: 22px; display: table-cell; padding: 5px 0 0 20px; font-size: 12px; font-weight: bold; color: #FFF; } span.sciezka2 span.sactive a { color: #FFF; text-decoration: none; } span.sciezka2 span.sactive a:hover { color: #FFF; text-decoration: underline; } #errorMessage { position:absolute; z-index:1001; display:block; width:100%; left:0; top:40%; margin: auto 0; } html>body #errorMessage { top:40%; } #errorMessageBody { width: 400px; border:1px solid #A8A28E; background-color: #ffffff; filter:progid:DXImageTransform.Microsoft.Shadow( color=#A8A28E,direction=135,strength=3); } #errorMessageText { font-size: 12px; padding: 10px; vertical-align: middle; } #errorMessageText TD { font-size: 12px; text-align: center; vertical-align: middle; } #errorMessageTitle { font-size: 11px; color: #fff; font-weight: normal; text-align: left; width: auto; height: 14px; padding: 1px; vertical-align: middle; background-color: #1E75E5; background-image: url(../images/tlo_message.gif); background-repeat: repeat-x; background-position: left top; } .wybrane_filtry { cursor: pointer; padding-right: 20px; padding-bottom: 1px; padding-top: 1px; padding-left: 0px; } .rabat { color: #ED1C24; font-weight: bold; } #box_sklepy { color:#333; text-decoration:none; line-height:11px; text-align:center; font-size: 10px; margin: 10px 0; } #box_sklepy a { color:#333; text-decoration:none; } .box_left { border: 1px solid #DdDdDd; font-size: 11px; font-family: 'Nunito', sans-serif; color: #000000; line-height: 15px; margin: 0px 0 10px 0; } .box_left img { display: block; } .box_left_inner { padding: 10px 0 10px 30px; margin: 0 10px 0 10px; background-position: left center; background-repeat: no-repeat; border-bottom: 1px dotted #DdDdDd; } .box_left_inner table { padding: 0; margin: 0; width: 100%; } .box_left_inner table td { font-size: 11px; font-family: 'Nunito', sans-serif; color: #000000; padding: 0; margin: 0; } .box_left_inner table th { font-size: 11px; font-family: 'Nunito', sans-serif; color: #ED1C24; padding: 0; margin: 0; } .box_left_inner a { color: #000000; text-decoration:none; } .box_left_inner a:hover { color: #00548F; text-decoration: underline; } .galeria_jeden_box { float:left; padding:10px 14px 10px 0; } .galeria_jeden { float:left; } div.user_foto { margin: 10px 0; padding: 20px 30px; background-color: #EBEBEB; font-size: 16px; } .gal_list_one { float:left; margin: 0px 10px 5px 10px; width:180px; height:195px; } .nad_opisem { margin-top: -33px; padding: 10px; background-color:#000000; color:#FFFFFF; text-decoration: none; } .vore_star { width:17px; height:20px; padding:0px; background:url('../images/new/starrating5.gif') no-repeat 0 0; float: left; margin: 0px 0; } .vore_star2 { width:19px; height:18px; padding:0px; background:url('../images/new/starrating2.gif') no-repeat 0 0; } .vore_star4 { width: 10px; height: 10px; padding: 0; background: url('../images/new/starrating4.gif') no-repeat 0 0; float: left; margin: 5px 0 0px 0; } .vore_star_center { width:17px; height:20px; padding:0; background:url('../images/new/starrating5.gif') no-repeat 0 0; display: inline-block; margin: 0 auto; } .comment_comm_box { } .komentarz { padding: 0px; margin: 25px 0; clear: both; position: relative; overflow: auto; min-height: 70px; display: flex; align-items: center; } .komentarz .stars { position: absolute; right: 0; width: 85px !important; top: 5px; } /* PAGER */ a.pagerek { border: 1px solid #ddd; background-color: #f8f8f8; padding: 8px 14px; font-size: 16px; } a:hover.pagerek { border: 1px solid #aaa; background-color: #ffffff; text-decoration: none; } span.currentPage { font-weight: bold; padding: 8px 14px; font-size: 16px; } /* Big box with list of options */ #ajax_listOfOptions{ position:absolute; /* Never change this one */ width:250px; /* Width of box */ height:200px; /* Height of box */ overflow: auto; /* Scrolling features */ overflow-x: hidden; overflow-y: auto; border:1px solid #317082; /* Dark green border */ background-color:#FFF; /* White background color */ text-align:left; z-index:100; } #ajax_listOfOptions div{ /* General rule for both .optionDiv and .optionDivSelected */ margin:0px; padding: 1px 0 1px 4px; cursor:pointer; } #ajax_listOfOptions .optionDiv{ /* Div for each item in list */ } #ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */ background-color:#317082; color:#FFF; } #ajax_listOfOptions_iframe{ background-color:#F00; position:absolute; z-index:5; } #stylist-toolbar-wrapper { bottom: 0; height: 24px; left: 0; position: fixed; width: 100%; z-index: 200; } #stylist-toolbar a, #stylist-toolbar a:link, #stylist-toolbar a:visited, #stylist-toolbar a:active, #social-media-links { color: white; font-size: 11px; text-decoration: none; } #stylist-toolbar-ad-link { margin-top: 2px; } #stylist-toolbar-ad-link, #stylist-toolbar-ad-link:link, #stylist-toolbar-ad-link:visited, #stylist-toolbar-ad-link:active { text-decoration: none; } #stylist-toolbar-ad-link:hover { } #stylist-toolbar-ad-link, span.stylist-toolbar-chat-link { } span.stylist-toolbar-chat-link { cursor: pointer; } #stylist-toolbar-ad-link { float: left; } #stylist-toolbar-ad-link img { margin: 0 10px; position: relative; vertical-align: middle; } #social-media-links { float: left; margin-top: 2px; padding-left: 30px; } #social-media-links img { padding-right: 5px; vertical-align: middle; } span.stylist-toolbar-chat-link { color: white; float: right; width: auto; padding: 3px 10px 0 30px; } span.stylist-toolbar-chat-link img { vertical-align: middle; } .stylist-window-close-bar { height: 16px; } .stylist-window-close-bar a, .stylist-window-close-bar a:link, .stylist-window-close-bar a:visited, .stylist-window-close-bar a:hover, .stylist-window-close-bar a:active { font-size: 14px; font-weight: bold; position: absolute; text-decoration: none; } .stylist-window-close-bar a.close { right: 0.4em; top: 0.2em; } .stylist-window-close-bar a.minimize { right: 1.4em; top: 0.1em; } .stylist-window-tooltip { background: none repeat scroll 0 0 #FFFFcc; padding: 1px; white-space: nowrap; } #stylist-ad-window { background: none repeat scroll 0 0 black; bottom: 24px; left: 26px; overflow: hidden; position: fixed; text-align: left; z-index: 200; } #stylist-menu-window { background: none repeat scroll 0 0 black; bottom: 24px; left: 795px; overflow: hidden; position: fixed; text-align: left; z-index: 200; } #stylist-toolbar { background-image: url("../images/new/toolbar_bg.gif"); border-color: #FFFFff #FFFFff; border-style: solid solid none; border-width: 1px 1px medium; height: 24px; margin-left: 25px; margin-right: 25px; } .tooltip_window { vertical-align: top; width: 360px; height: 150px; background-color:#FFF; background-image: url("../images/new/podtlo.png"); background-position: left top; background-repeat: repeat-x; text-align: center; padding: 10px; border: 1px solid #aaa; } .MainMenuSlide { list-style:none; width: 200px; overflow:hidden; margin: 0 0 0px 0; padding: 0; } .MainMenuSlide li { list-style:none; padding:0 0 0 2px; text-align: left; margin: 0; } .MainMenuSlide li a { display:block; padding: 0 0 0 10px; color:#808080; text-decoration:none; font-weight: normal; } .MainMenuSlide li a:hover { background-color: #cccccc; color: #FFF; font-weight: bold; text-decoration: none; } #js_promoBar { color: #f0f0f0; /* position:fixed; bottom:-70px; left: 0; -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5) */ background-color: #ffffff; background-image:url('../images/new/tlo_footer.png'); background-position: top center; background-repeat: repeat-x; height: 147px; width: 100%; margin: 0 auto; } #js_promoInner { width: 960px; margin: 0px auto; padding: 8px 0; } #js_promoLeft { background-position: top left; background-repeat: no-repeat; height: 91px; margin-top: 40px; padding: 40px 0 0 0; } #js_promoTitle {font-size: 22px; font-weight: bold} #js_promoRight { width: 350px; float: left; color: #666; } #js_promoForm label, #js_promoForm input {display:block;float:left} #js_promoForm label {width: 200px;} #js_promoForm input.text { width: 212px; margin: 1px 0 0 276px; border: 0px none; padding: 7px 5px 6px; background-color: transparent; color: #666; } #js_promoForm input.text:focus { } #js_promoForm input[type=submit] { background-color: #eeeeee; border: 1px #cccccc solid; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; padding: 6px 10px; margin-top: 4px; font-weight: bold; color: #ED1C24; text-align:center; font-face: 'Nunito', sans-serif; font-size: 13px; text-shadow: 1px 1px 0 rgba(0,0,0,0.2); cursor: pointer; } #js_promoBtn { background: #FF9731; padding: 0 10px; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; position: absolute; width: auto; height: 24px; top:-25px; left: 50px; border: 1px solid #999999; border-bottom: 0px none } #js_promoBtn a { color: #ED1C24; line-height: 24px } #js_promoBtn a:hover {background:transparent} #js_facebook a { color: #FFF; } #js_facebook { float: right; width: 180px; color: #FFF; text-align:right; } #yourEmail { background: none repeat scroll 0 0 #FFFFFF; border: 2px solid #DDDDDD; border-radius: 6px 6px 6px 6px; box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); display: none; padding: 10px; position: absolute; right: 0; top: 0; width: 200px; z-index: 10; } #yourEmail a { font-size: 11px; } fieldset.Quantity { background-color: #FAFAFA; border: 1px solid #DDDDDD; border-radius: 5px 5px 5px 5px; display: block; float: left; left: 0; padding: 10px 10px 0px 10px; position: relative; top: 0; height: 30px; margin-right: 10px; } fieldset.Quantity:hover { border-color: #CCCCCC; } fieldset.Quantity label { color: #000000; font-size: 11px; font-weight: bold; padding-right: 2px; text-align: center; vertical-align: middle; } input.qty { border: 0 none; box-shadow: none; color: #000000; background-color: #eeeeee; font-size: 24px !important; font-family: 'Nunito', sans-serif !important; font-weight: normal; margin: 0 auto; vertical-align: middle; -moz-border-radius: 0; border-radius: 0; width: 100%; text-align: center; height: 44px; } table.rabat_ilosci { border: 1px solid #DDDDDD; border-collapse: collapse; margin: 0px 0 10px 0; padding: 0; width: 200px; } table.rabat_ilosci th { padding: 0px 10px 0 0; font-size: 15px; color: #ED1C24; text-align: right; } table.rabat_ilosci td { padding: 0px 0px 0 0; font-size: 12px; color: #666; text-align: right; } table.rabat_ilosci td.czysto { text-align: right; font-style: italic; font-size: 11px; line-height: 13px; } table.rabat_ilosci td.pelno { color: #ED1C24; font-weight: bold; padding: 3px 5px; text-align: left; font-size: 13px; } #polecane_dodatki, #polecane_dodatki2, #pomysly { text-align: left; border-top: 1px dotted #aaa; margin: 0; padding: 20px 0 0 0; } #pomysly { display: flex; flex-flow: wrap; } .pomysly-link { width: calc(33% - 20px); height: auto; display: block; margin: 20px 10px; position: relative; box-sizing: border-box; } .pomysly-link .cover { display: flex; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, .6); justify-content: center; align-items: center; font-size: 48px; color: #fff; } .pomysly-link img { display: block; width: 100%; height: auto; } table.polecane_dodatki { border: 1px solid #EEEEEE; border-collapse: collapse; margin: 0; padding: 0; } table.polecane_dodatki td { margin: 0; padding: 0; } table.polecane_dodatki td { border-bottom: 1px solid #EEEEEE; } table.polecane_dodatki td.pelno { font-weight: bold; padding: 10px; font-size: 13px; } table.doceny { border-collapse: collapse; border: 0px none; margin: 0px 0 3px 0; padding: 0; vertical-align: top; } table.doceny th { font-size: 12px; text-align: left; font-weight: normal; padding: 0px 3px 2px 0 !important; margin: 0; width: 85px; } table.doceny td { font-size: 12px; font-weight: normal; padding: 0px 3px 2px 0 !important; margin: 0; } table.dotitle { border-collapse: collapse; border: 0px none; margin: 0px; padding: 0; width: 466px; } table.dotitle th { } table.dotitle td { margin: 0; padding: 0px; line-height: 22px; } #hd { width: 1000px; z-index: 100; } #dannav { list-style:none; margin: 0; padding: 0; } #dannav .navitem h2 { clear:both; font: 15px Arial, Helvetica, sans-serif; color: #635FA9; font-weight: bold; margin:0 0 6px 0; padding:0 0 0 10px; } #dannav li { float: left; margin: 0; padding: 0; } #dannav .navitem { position:relative; z-index: 100; height: 50px; } .topmenu_1 a.label, .topmenu_1 a.labelSelected { background-image: url('../images/new/newart_01.png'); width: 114px; } .topmenu_1784 a.label, .topmenu_1784 a.labelSelected { background-image: url('../images/new/newart_02_ur.png'); width: 109px; } .topmenu_2 a.label, .topmenu_2 a.labelSelected { background-image: url('../images/new/newart_02.png'); width: 109px; } .topmenu_3 a.label, .topmenu_3 a.labelSelected { background-image: url('../images/new/newart_032.png'); width: 213px; } .topmenu_4 a.label, .topmenu_4 a.labelSelected { background-image: url('../images/new/newart_04.png'); width: 98px; } .topmenu_5 a.label, .topmenu_5 a.labelSelected { background-image: url('../images/new/newart_05.png'); width: 107px; } .topmenu_6 a.label, .topmenu_6 a.labelSelected { background-image: url('../images/new/newart_06.png'); width: 175px; } .topmenu_7 a.label, .topmenu_7 a.labelSelected { background-image: url('../images/new/newart_07.png'); width: 96px; } .topmenu_8 a.label, .topmenu_8 a.labelSelected { background-image: url('../images/new/newart_08.png'); width: 75px; } .topmenu_9 a.label, .topmenu_9 a.labelSelected { background-image: url('../images/new/newart_09.png'); width: 111px; } .topmenu_halloween a.label, .topmenu_halloween a.labelSelected { background-image: url('../images/new/newart_halloween.png'); width: 111px; } .topmenu_bozenarodzenie a.label, .topmenu_bozenarodzenie a.labelSelected { background-image: url('../images/new/newart_bozenarodzenie.png'); width: 111px; } .topmenu_karnawal a.label, .topmenu_karnawal a.labelSelected { background-image: url('../images/new/newart_karnawal.png'); width: 111px; } .topmenu_1_en a.label, .topmenu_1_en a.labelSelected { background-image: url('../images/new/en_newart_01.png'); width: 114px; } .topmenu_1784_en a.label, .topmenu_1784_en a.labelSelected { background-image: url('../images/new/en_newart_02_ur.png'); width: 109px; } .topmenu_2_en a.label, .topmenu_2_en a.labelSelected { background-image: url('../images/new/en_newart_02.png'); width: 109px; } .topmenu_3_en a.label, .topmenu_3_en a.labelSelected { background-image: url('../images/new/en_newart_032.png'); width: 213px; } .topmenu_4_en a.label, .topmenu_4_en a.labelSelected { background-image: url('../images/new/en_newart_04.png'); width: 98px; } .topmenu_5_en a.label, .topmenu_5_en a.labelSelected { background-image: url('../images/new/en_newart_05.png'); width: 107px; } .topmenu_6_en a.label, .topmenu_6_en a.labelSelected { background-image: url('../images/new/en_newart_06.png'); width: 175px; } .topmenu_7_en a.label, .topmenu_7_en a.labelSelected { background-image: url('../images/new/en_newart_07.png'); width: 96px; } .topmenu_8_en a.label, .topmenu_8_en a.labelSelected { background-image: url('../images/new/en_newart_08.png'); width: 75px; } .topmenu_9_en a.label, .topmenu_9_en a.labelSelected { background-image: url('../images/new/en_newart_09.png'); width: 111px; } #dannav .navitem a.label { display:inline-block; height: 50px; padding:0; font: normal 9px arial; color:#fff; text-align:center; background-position: 0 0; background-repeat: no-repeat; text-decoration:none; margin: 0; line-height: 50px; } #dannav .navitem a.label:hover { text-decoration:none; background-position:0 -50px; background-repeat: no-repeat; } #dannav .navitem a.labelSelected { display: inline-block; height: 50px; padding: 0; font: normal 9px arial; color: #fff; text-align: center; background-position: 0 -50px; background-repeat: no-repeat; text-decoration:none; margin: 0; line-height: 50px; } #dannav .navitem a.labelSelected:hover { text-decoration:none; background-position:0 -50px; background-repeat: no-repeat; } #dannav .navDivider { background-image: url('../images/new/podzial.gif'); background-position: center center; width: 3px; height: 64px; margin: 0; padding: 0; } #dannav .hor{clear:both;height:10px;margin:10px 0px;border-bottom:1px solid #deded7;} #dannav .navitem div.bd { position:absolute; display:none; top: 50px; left:0; border-top:0; padding: 0px 10px 5px 10px; background-color: #ffffff; z-index:2; box-shadow: 0 3px 3px #999; -moz-box-shadow: 0 3px #px #999; -webkit-box-shadow: 0 3px 3px #999; zoom: 1; filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=90, Strength=3) progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=-90, Strength=3) progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=180, Strength=3); } #dannav .navitem div.inner_bd { margin: 6px; padding: 10px 0 10px 0; background-color: #ffffff; border:1px solid #eeeeee; } #dannav .navitem ul{ list-style:none; margin:0; overflow:hidden; padding:0; } /* #dannav .navitem ul li {clear:both;width:99%;} */ #dannav div.box_cat { /* border-right: 1px dotted #ddd; */ width: 169px; float: left; padding-bottom: 15px; } #dannav div.style_last { border-right: 1px none #fff; } #dannav .navitem ul.col li { float: none; width: 149px; padding-left: 10px; padding-right: 0px; line-height: 18px; } #dannav .navitem a { text-decoration: none; color: #000000; font-size: 12px; } #dannav .navitem a:hover { text-decoration: underline; color: #ED1C24; } #top_header { width: 100%; margin: 50px auto 0 auto; /* height: 50px; background-image: url('../images/new/header_background3.png'); background-position: center top; background-repeat: repeat-x; */ } #top_header_en { width: 100%; height: 140px; margin: 0 auto; background-image: url('../images/new/header_background3.png'); background-position: center top; background-repeat: no-repeat; } #inner_header, .inner_header { max-width: 1440px; margin: 0 auto; } #inner_header_en { width: 1440px; height: 140px; margin: 0 auto; } #logo_crazyshop { float: left; margin: 15px 0 0 10px; } .minibaner_box { margin: 0 0 10px 10px; } h2.box_header { font-size: 13px; font-weight: bold; color: #ED1C24; margin: 0; padding: 3px 5px; } #mini_produkty { width: 248px; border: 1px solid #ddd; margin-bottom: 10px; background-image: url('../images/new/tlo_boxa.png'); background-repeat: repeat-x; background-position: left top; } #mini_produkty ul { list-style:none outside none; margin: 0; padding: 0; } #mini_produkty ul li { color: #000000; display:block; float:none; margin:5px 5px; padding:5px 5px; position:relative; text-align: left; } #mini_produkty ul li a { border:medium none; display:block; float:none; margin:0; position:relative; text-decoration:none; font-size: 11px; color: #000000; } #mini_produkty div.podpis { font-size: 13px; color: #ED1C24; font-weight: bold; } #mini_produkty ul li a:hover { } .image_left { border: 1px solid #ddd; margin-right: 10px; margin-bottom: 10px; float: left; } .image_left_last { border: 1px solid #ddd; margin-bottom: 10px; float: left; } .style_landingpage img { border: 1px solid #dddddd !important; } #dodatkowe_grafiki { width: 89px; text-align:center; } #dodatkowe_grafiki ol, #dodatkowe_grafiki ul { list-style: none; margin: 0; padding: 0; } #dodatkowe_grafiki li { margin: 0 0 10px 0; } #dodatkowe_grafiki a.linia { text-align: center; display: block; border: 1px solid #eeeeee; width: 87px; height: 117px; } #dodatkowe_grafiki div.button_inne2 { width: 87px; height: 25px; padding: 0; text-align: center; visibility: hidden; } ul#setSubMenuUL { border-color: #dddddd; border-style: solid; border-width: 1px; list-style:none outside none; margin: 6px 0px 0 0; padding: 0 0 0 0; } ul#setSubMenuUL li { /* background:none repeat scroll 0 0 #fdfdfd; border-bottom: 1px dotted #dddddd; */ color: #333333; display:block; float:none; margin:3px 5px; padding:3px 5px; position:relative; text-align: left; } ul#setSubMenuUL li a { /* background:none repeat scroll 0 0 #fdfdfd; */ border:medium none; display:block; float:none; margin:0; /* padding: 5px 10px 5px; */ position:relative; text-decoration:none; font-size: 11px; color: #333333; } input.AddToOrder { margin: 0 auto; outline: 1px solid #71B701; } input.AddToOrder:hover { outline-width: 2px; } h1.top_nazwa { padding: 0 !important; line-height: normal; font-size: 14px; font-weight: normal; float: left; margin-bottom: 0px !important; } .na_top_header { margin: 0 !important; padding: 0 !important; font-size: 16px; font-weight: normal; float: none; /* vertical-align: top; */ line-height: normal; } /* #wybrany_catsel_1376 h1.top_nazwa { color: #00ACE6; } #wybrany_catsel_29 h1.top_nazwa { color: #E74895; } #wybrany_catsel_1375 h1.top_nazwa { color: #FFC216; } #wybrany_catsel_28 h1.top_nazwa { color: #2EC2C0; } #wybrany_catsel_27 h1.top_nazwa { color: #645FAA; } #wybrany_catsel_3 h1.top_nazwa { color: #FCAF17; } #wybrany_catsel_6 h1.top_nazwa { color: #ED1C24; } #wybrany_catsel_1699 h1.top_nazwa { color: #833796; } #wybrany_catsel_1700 h1.top_nazwa { color: #ED1C24; } */ #right_box { background-image: url('../images/new/01_boy.png'); background-position: left top; background-repeat: no-repeat; width: 333px; height: 118px; float: right; margin: 0 0 10px 0; padding: 60px 0 0 30px; font-size: 12px; } #left_box { background-image:url('../images/new/01_girl.png'); background-position: left top; background-repeat: no-repeat; width: 333px; height: 118px; float: left; margin: 0 0 10px 0; padding: 60px 0 0 40px; font-size: 12px; } #right_box a, #left_box a { font-size: 12px; color: #333; } #right_box a.showmore, #left_box a.showmore { padding-left: 69px; padding-top: 17px; font-size: 10px; color: #FFF; display: block; } #right_box_en { background-image: url('../images/new/02_boy.png'); background-position: left top; background-repeat: no-repeat; width: 333px; height: 118px; float: right; margin: 0 0 10px 0; padding: 60px 0 0 30px; font-size: 12px; } #left_box_en { background-image:url('../images/new/02_girl.png'); background-position: left top; background-repeat: no-repeat; width: 333px; height: 118px; float: left; margin: 0 0 10px 0; padding: 60px 0 0 30px; font-size: 12px; } #right_box_en a, #left_box_en a { font-size: 12px; color: #333; } #right_box_en a.showmore, #left_box_en a.showmore { padding-left: 109px; padding-top: 8px; font-size: 10px; color: #FFF; display: block; } .pole_name { color:#AAAAAA; font-size: 10px; font-weight: normal; } .mattblacktabs { width: 1000px; overflow: hidden; margin: 0 auto; height: 26px; background-color: #ffffff; /* background-image: url(../images/new/tlo_podkategorie.png); background-repeat: repeat-y; background-position: right top; */ } .mattblacktabs ul { margin: 0; padding: 0; font-size: 11px; list-style-type: none; } .mattblacktabs li { display: inline; margin: 0; text-align: center; } .mattblacktabs li a { float: left; display: block; text-decoration: none; font-weight: normal; margin: 0; padding: 1px 10px 1px 10px; /* border: 1px solid #Cccccc; */ color: #000000; background-color: #71B701; line-height: 14px; } .mattblacktabs li a:hover, .mattblacktabs li.selected a { color: #000000; background: #FFFFFF; } table.mattblacktabs_class { border-collapse: collapse; width: 100%; } table.mattblacktabs_class td { padding: 0; margin: 0; text-align: center; vertical-align: middle; font-size: 11px; } table.mattblacktabs_class td a { display: block; text-decoration: none; font-weight: normal; margin: 0; padding: 4px 1px 4px 1px; font-size: 11px; /* color: #ffffff; background-color: #71B701; height: 29px; background-image: url('../images/new/paseczek.png'); background-position: right center; background-repeat: no-repeat; border-top: 1px solid #dddddd; border-bottom: 1px solid #dddddd; */ vertical-align: middle; } table.mattblacktabs_class td a:hover { color: #333333 !important; background: #eeeeee; } table.mattblacktabs_class td a.selected { } #lang_ikon, #lang_ikon a { font-size: 15px; color: #000000; margin: 0 0 5px 0; } .prod_niedostepny { border: 1px solid #DDDDDD; padding: 15px; margin: 0 0 20px 0; } .prod_niedostepny_txt { color: #ED1C24 !important; padding: 10px; margin: 15px 0; text-align: center; font-size: 13px !important; font-weight: bold !important; border: 1px solid #dddddd; } .right_cena { color: #ED1C24 !important; font-size: 16px !important; font-weight: bold !important; } table.social_box { width: 100%; border: 0 none; padding: 0; margin: 0; height: 26px; } table.social_box td, th { margin: 0; padding: 0; } #menu_hiper_top { /* background-image: url('../images/supercart/pod_koszyk_linki.png'); background-repeat: no-repeat; background-position: top center; */ width: 291px; float: right; text-align: center; margin: 0 4px; padding: 5px 0; color: #CCC; font-size: 11px; } #menu_hiper_top a { font-size: 11px; } /* tabs */ #tabs_small { color: #666; float: left; width: 100%; margin: 10px 0 0 0; font-size: 11px; } #tabs_small ul.taby_small { width: 100%; float: left; margin: 0; padding: 0; background-image:url('../images/new/nav-tab_small.gif'); background-position: left 25px; background-repeat: repeat-x; height: 26px; } #tabs_small ul.taby_small li { margin-right: 8px; list-style: none; } * html #tabs_small ul.taby_small li { display: inline; /* ie6 double float margin bug */ } #tabs_small ul.taby_small li { margin-top: 2px; } #tabs_small ul.taby_small li, #tabs_small ul.taby_small li a { background: #CEE1EF url('../images/new/nav-right_small.gif') no-repeat right top; float: left; } #tabs_small ul.taby_small li a { width: 100px; background: url('../images/new/nav-left_small.gif') no-repeat left top; text-decoration: none; padding: 4px 0 3px 0; color: #ffffff; font-size: 13px; font-weight: bold; text-align: center; } #tabs_small ul.taby_small li.active_small { background: url('../images/new/nav-right_active_small.gif') no-repeat right top; margin-top: 0px; } #tabs_small ul.taby_small li.active_small a { background: url('../images/new/nav-left_active_small.gif') no-repeat left top; color: #000000; padding: 5px 0 5px 0; } #tabs_small div.taby_small { background: #F8F8F8; border-left: 1px solid #dddddd; border-right: 1px solid #dddddd; border-bottom: 1px solid #dddddd; clear: both; padding: 10px 20px; min-height: 50px; } #tabs_small div.taby_small h3 { text-transform: uppercase; margin-bottom: 10px; letter-spacing: 1px; z-index: 1; } #tabs_small div.taby_small p { line-height: 150%; z-index: 1; } #tabs_small .tekst { font-family: "Courier New", Courier, monospace; font-size: 12px; color: #666; width: 520px; border: 1px solid #7F9DB9; padding: 3px 2px; } .zdjece_lewa { margin-right: 10px; } .zdjece_prawa { margin-left: 10px; } #cms_menu_left ul { list-style:none; overflow:hidden; margin: 0; padding: 3px 0 10px 0; } #cms_menu_left ul li { list-style:none; padding: 1px 0px; text-align: left; margin: 0; } #cms_menu_left ul li a { display:block; padding: 0 0 0 0px; color: #000000; text-decoration:none; font-weight: normal; font-size: 13px; } #cms_menu_left ul li a.sel { font-weight: 700; color: #fe6b00; text-decoration: none; } #cms_menu_left ul li a { font-size: 13px; } #cms_menu_left ul li a:hover { text-decoration: underline; } .opinie_section .suma { color: #fe6b00; font-weight: 700; } .opinie_section .opinie_desc { font-size: 16px; line-height: 1.5; } .tabelka_opinie { border-collapse: collapse; } .tabelka_opinie td { border-top: 1px solid #eee; padding: 25px 0; } .tabelka_opinie .comment_content { font-size: 16px; } .tabelka_opinie .comment_author { color: #fe6b00; font-size: 13px; } /* newsletter */ #WFItem47 div, #WFItem47 dl, #WFItem47 dt, #WFItem47 dd, #WFItem47 ul, #WFItem47 ol, #WFItem47 li, #WFItem47 h1, #WFItem47 h2 { border:none !important; background:none !important; width:auto !important; -moz-box-shadow:0 !important; -webkit-box-shadow:0 !important; box-shadow:0 !important; text-indent:inherit !important; } #WFItem47 address, #WFItem47 caption, #WFItem47 cite, #WFItem47 code, #WFItem47 dfn, #WFItem47 em, #WFItem47 th, #WFItem47 var { font-style:normal !important; font-weight:normal !important; } #WFItem47 strong { font-style:normal !important; font-weight:bold !important; } #WFItem47 em { font-style:italic !important; font-weight:normal !important; position:static !important; } #WFItem47 h1, #WFItem47 h2, #WFItem47 h3, #WFItem47 h4, #WFItem47 h5, #WFItem47 h6 { font-size:100% !important; font-weight:normal !important; } #WFItem47 q:before, #WFItem47 q:after { content:" " !important; } #WFItem47 abbr, #WFItem47 acronym { border:0 !important; font-variant:normal !important; } #WFItem47 sup { vertical-align:text-top !important; } #WFItem47 sub { vertical-align:text-bottom !important; } #WFItem47 .clearfix:after { visibility: hidden !important; display: block !important; font-size: 0 !important; content:" " !important; clear: both !important; height: 0 !important; } #WFItem47 .clearer { clear:both !important; font-size:0.1px !important; height:0.1px !important; line-height:0.1px !important; width:100% !important; } #WFWrapper .close { background:url('https://www.getresponsepl.com/images/common/highslide/close.png') repeat scroll 0 0 transparent !important; cursor:pointer !important; height:30px !important; position:absolute !important; right:-15px !important; top:-15px !important; width:30px !important; z-index:1 !important; } #wfCloseX { background:url('https://www.getresponsepl.com/images/common/highslide/close.png') repeat scroll 0 0 transparent !important; cursor:pointer !important; height:30px !important; position:absolute !important; right:0 !important; top:0 !important; width:30px !important; z-index:1 !important; cursor:pointer !important; } #WFItem47 .clrB { clear:both !important; text-align:left !important; } #WFItem47 * html .clearfix { zoom: 1 !important; } #WFItem47 *:first-child+html .clearfix { zoom: 1 !important; } #WFItem47 .wf-contbox { width:100% !important; } #WFItem47 label { margin:0 !important; } #WFItem47 p { line-height:18px !important; font-size:11px !important; } #WFItem47 input[type="submit"] { cursor:pointer !important; } #WFItem47 { color:#555555 !important; font-family: 'Nunito', sans-serif !important; font-size:12px !important; margin: 0 15% 0 auto; max-width: 510px; } #WFItem47 .actTinyMceElBodyContent ul li { padding:3px !important; list-style-type:disc !important; } #WFItem47 .actTinyMceElBodyContent ol li { padding:3px !important; list-style-type:decimal !important; } #WFItem47 .actTinyMceElBodyContent ul { margin-left: 20px !important; } #WFItem47 .actTinyMceElBodyContent ol { margin-left: 25px !important; } #WFItem47 .actTinyMceElBodyContent ol ul, #WFItem47 .actTinyMceElBodyContent ul ol, #WFItem47 .actTinyMceElBodyContent ul ul, #WFItem47 .actTinyMceElBodyContent ol ol { margin-top: 0 !important; margin-bottom: 0 !important; } #WFItem47 .wf-text { font-size: 10px; } #WFItem47 .wf-pytanie_box { position: relative !important; width: 350px !important; margin: -110px 0 0 650px; } #WFItem47 .wf-input { background-color: #58595B; border: 0 none; color: #ffffff; font-size: 13px; font-style: normal; margin: 0px; padding: 12px 5px 11px 12px; width: 252px; } #WFItem47 .wf-poweredby { font-family: 'Nunito', sans-serif !important; font-size:11px !important; color:#999999 !important; font-weight:normal !important; font-style:italic !important; text-decoration:none !important; text-align:left !important; margin-left: 20px; height: 36px; float: left; margin-top: 10px; display: block !important; } #WFItem47 .wf-link { font-family: 'Nunito', sans-serif !important; font-size:12px !important; color:#ffffff !important; font-weight:normal !important; font-style:normal !important; text-decoration:none !important; } #WFItem47 .wf-link:hover { font-family: 'Nunito', sans-serif !important; font-size:12px !important; color:#ffffff !important; font-weight:normal !important; font-style:normal !important; text-decoration:none !important; } #WFItem47 .wf-divider { border-top-width:1px !important; border-color:#ffffff !important; border-style:solid !important; } #WFItem47 .wf-image { text-align:center !important; } #WFItem47 .wf-imgbox { overflow:hidden !important; } #WFItem47 #recaptcha_image { width:200px !important; height:38px !important; } #WFItem47 #recaptcha_image img { width:200px !important; height:38px !important; } #WFItem47 .wf-rc-boxm { width:200px !important; margin:0 auto !important; overflow:hidden !important; } #WFItem47 .wf-privacylink, #WFItem47 .wf-privacy { background: none !important; padding: 0 !important; text-align: center !important; color: #000000 !important; } #WFItem47 .wf-submit { text-align:right !important; } /* .varius_image { border: 1px solid #ddd !important; } */ .varius_tekst { font-size: 11px !important; position: relative; margin: 15px auto 0 auto; } div.wrap { width: 738px; height: 304px; margin-bottom: 10px; float: left; } div#slide-holder { z-index : 40; width : 738px; height : 304px; position : absolute; overflow : hidden; } div#slide-runner { width : 738px; height : 304px; overflow : hidden; } div#slide-runner img { margin : 0; /* display : none; */ position : absolute; } div#slide-controls { left: 0; width: 738px; height: 46px; bottom: 0px; /* display : none; background : url('../images/new/slide-bg.png') 0 0; */ position : absolute; } div#slide-controls p.text { float : left; color : #fff; display : inline; font-size : 12px; line-height : 16px; margin : 15px 0 0 20px; } div#slide-controls p#slide-nav { float : right; height : 24px; display : inline; margin : 11px 15px 0 0; } div#slide-controls p#slide-nav a { float : left; width : 24px; height : 24px; display : inline; font-size : 11px; margin : 0 5px 0 0; line-height : 24px; font-weight : bold; text-align : center; text-decoration : none; background-position : 0 0; background-repeat : no-repeat; } div#slide-controls p#slide-nav a.on { color: #FFF; background-position : 0 -24px; } div#slide-controls p#slide-nav a { background-image : url('../images/new/silde-nav.png'); } table.dlaczego_u_nas { background-color: #f8f8f8; width: 100%; margin: 0; padding: 0; } table.dlaczego_u_nas td { padding: 5px 0 0 0px; margin: 0; font-size: 11px; } table.dlaczego_u_nas td a { font-size: 11px; } .brak_produktu { background-image: url(../images/new/brak_produktu.png); background-position: top center; background-repeat: no-repeat; padding: 150px 100px 0 30px; margin: 30px 0 0 0; color: #000000; } .brak_produktu a.podlink { color: #FF6904; font-weight: bold; } .brak_produktu h4 { color: #000000; font-size: 14px; } #popupContact_ramka { width: 250px; border: 5px solid #FE7E3F; padding: 15px 30px; margin: 0 0 10px 40px; background-color: #F36B26; } /* ------------------------------------------ */ #personalizuj { margin: 10px 0; } #personalizuj .taby_small { background-color: #F8F8F8; margin-bottom: 10px; padding: 10px; } form.zatwierdz label { display: none; } form.zatwierdz label.accept, form.zatwierdz label.photo { padding-left: 0 !important; font-size: 13px !important; margin: 15px 0; } .photo-upload-error { background: #fff; border: 2px solid #cc0000; color: #cc0000 !important; padding: 5px 10px; display: inline-block; } form.zatwierdz .w { padding: 0px 5px; width: 98%; float: left; margin-bottom: 5px; } form.zatwierdz .ws { padding: 0px 6px 2px 5px; width: 94%; float: left; margin-bottom: 5px; } form.zatwierdz .input { float: left; border-left: 0px none; border-right: 0px none; border-top: 0px none; border-bottom: 1px solid #AAAAAA; background-color: #f8f8f8; font: normal 14px Helvetiva,Arial,sans-serif; color: #000000; padding: 5px; width: 90%; } form.zatwierdz .input3 { float: left; border: 1px solid #AAAAAA; font: bold 13px Helvetiva,Arial,sans-serif; color: #666; padding: 5px; width: 60%; } form.zatwierdz .input2 { width: 60%; border: 0 none; background-color: #EEE; float: left; font: bold 13px Helvetiva,Arial,sans-serif; color: #666; padding: 5px; font-weight: normal; font-size: 12px; } form.zatwierdz .error { float: left; border: 1px solid #ff0000; font: bold 13px Helvetiva,Arial,sans-serif; color: #666; padding: 5px; text-align: left; } form.zatwierdz .counter { float: right; font-size: 11px; } form.zatwierdz select option:disabled { color: #999; background-color: #CCC; } .cookiesInfo { background: none repeat scroll 0 0 #fff; border-top: 1px solid #524F42; bottom: 0; left: 0; position: fixed; text-align: center; width: 100%; z-index: 2000; } .cookiesInfoContent { color: #524F42; font-size: 12px; font-weight: normal; min-height: 60px; margin: 0 auto; padding: 15px 15px 5px 15px; position: relative; max-width: 720px; text-align: left; } .cookiesInfoContentText { width: 100%; margin-bottom: 0; } .cookiesInfoContent a { font-size: 12px !important; font-weight: normal; } .closeCookiesInfo { background: url('../images/supercart/exit.png') no-repeat scroll left top transparent; cursor: pointer; display: block; width: 20px; height: 20px; transform: translateY(-50%); position: absolute; top: 50%; right: 15px; } #dd-display-data { overflow:auto; } .button-basic { cursor: pointer; margin-bottom: 10px; margin-left: 520px; /* margin-top: -22px; */ position: absolute; } #dd-modal { display:none; position:fixed; top: 50%; left: 50%; height: 380px; width: 550px; margin-top:-220px; margin-left:-300px; background: #6BA433; border: solid 15px rgba(110,110,110,0.4); -moz-background-clip: padding; /* Firefox 3.6 */ -webkit-background-clip: padding; /* Safari 4? Chrome 6? */ background-clip: padding-box; -moz-border-radius:5px; border-radius:5px; z-index:20000; padding: 10px 20px 20px 20px; color: #fff !important; text-shadow:none; line-height: 1.5em; } #close-modal { width:100px; padding:5px; float: right; } table.wybierz_postacie { width: 100%; border-collapse: collapse; border: 0px solid #FFF; } table.wybierz_postacie td { color: #FFF !important; text-align: center !important; font-size: 11px !important; } table.wybierz_postacie td a { color: #FFF !important; text-align: center !important; font-size: 11px !important; line-height: 14px; text-decoration: none !important; } table.wybierz_postacie td a:hover { text-decoration: underline !important; } .image_lewo { float: left; } .image_lewo img { padding: 1px 5px 2px 5px; margin: 4px 0 0 2px; } .mapa_strony { width: 250px; float: left; padding: 3px; display: block; } /****overlib *****/ #overlib { /* width: 390px; overflow:hidden; height: 390px */ } #overlib .up {height: 4px;background-image: url('../images/new/over-up-C.png');background-repeat: no-repeat; background-position:left top;} #overlib .down {background-image: url('../images/new/over-down-C.png');background-repeat: no-repeat; background-position:left top;height: 5px;} #overlib .left {background-image: url('../images/new/over-left-C.png');background-repeat:repeat-y; background-position: left top;} #overlib .right {background-image: url('../images/new/over-right-C.png');background-repeat: repeat-y; background-position: right top;} #overlib .content{ background: #ffffff; background-image: url('../images/new/ajax-loader.gif'); background-position: center center; background-repeat: no-repeat; /* width: 390px; */ margin: 0px 0px;} #overlib .content p {padding: 0px; margin: 0px 4px;color: #b5b5b5;font-size: 11px;} #overlib .content p.cast{padding: 0px; margin: 0px 4px;color: #b5b5b5;font-size: 9px;} #overlib .content p.tickets {color: #b5b5b5;padding: 0px 0px; margin: 0px 3px; font-weight: bold;font-size: 9px;} #overlib .content div.images { /* width: 390px; height: 390px; */ padding: 0px; position: relative; background-position: center center; background-repeat: no-repeat; } #overlib .content div.images div.title{ left:3px; top: 328px; width: 390px; background-color: #444; position: absolute; opacity: 0.4; filter: alpha(opacity=60); padding: 0px; margin: 0px; } #overlib .content div.images div.title p{ color: #fff; font-family: 'Nunito', sans-serif; font-size:14px; font-weight: bold; line-height:0; text-align:center; margin: 14px 0px; } .outer_listowy { top: 15px; left: 15px; position: absolute !important; } .inner_listowy { background: red; color: #fff; font-weight: bold; font-size:15px; background:url('../images/new/back_listing.png') no-repeat; display: inline-block; padding-top: 6px; padding-left: 0; } .naglowek_box { font-family: 'Nunito', sans-serif; color: #FFF; background-color: #414042; padding: 10px 15px; font-weight: bold; font-size: 14px; line-height: 14px; /* background: -moz-linear-gradient(center top , #F89436 5%, #ED1C24 100%) repeat scroll 0 0 #ED1C24; */ } #backgroundPopup { z-index: 1; position: fixed; display:none; height:100%; width:100%; background:#ffffff; top:0px; left:0px; } #toPopup { background: none repeat scroll 0 0 #FFFFFF; border: 10px solid #ccc; border-radius: 6px 6px 6px 6px; color: #333333; display: none; font-size: 14px; left: 50%; margin-left: -442px; position: fixed; top: 10%; width: 850px; z-index: 2147483647; box-shadow: 0 3px 3px #999; -moz-box-shadow: 0 3px 3px #999; -webkit-box-shadow: 0 3px 3px #999; filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=90, Strength=3) progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=-90, Strength=3) progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=180, Strength=3); } div.close { background: url("../images/new/closebox.png") no-repeat scroll 0 0 transparent; bottom: 24px; cursor: pointer; float: right; height: 30px; left: 27px; position: relative; width: 30px; } span.arrow { border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 7px solid #000000; display: block; height: 1px; left: 40px; position: relative; top: 3px; width: 1px; } div#popup_content { margin: 4px 7px; padding: 10px; } fieldset.ilosc_opinii { background-color: #FAFAFA; border: 1px solid #DDDDDD; border-radius: 5px 5px 5px 5px; padding: 10px 20px; position: relative; text-align: center; margin: 10px 20px; display: inline; } fieldset.ilosc_opinii h1 { margin: 0; padding: 0; display: inline; color: #ED1C24; font-weight: bold; font-size: 36px; } fieldset.oceny { border: 0 none; padding: 0px 20px; position: relative; text-align: left; margin: 0px 20px; display: inline; } fieldset.srednia_opinii { background-color: #FAFAFA; border: 1px solid #DDDDDD; border-radius: 5px 5px 5px 5px; padding: 10px 20px; position: relative; text-align: center; margin: 10px 20px; display: inline; } fieldset.srednia_opinii h1 { margin: 0; padding: 0; display: inline; color: #71B701; font-weight: bold; font-size: 36px; } div.oceny_top { margin: 0 auto 20px auto; padding: 0 0 20px 0; text-align: center; border-bottom: 3px solid #ffcCb0; } table.tabelka_opinie { margin: 0 0 30px 0; padding: 0; } table.tabelka_opinie td { border-bottom: 1px solid #eee; padding: 20px; margin: 0; } table.tabelka_opinie td span { color: #ED1C24; font-size: 16px; } table.tabelka_opinie td.wieksze { font-size: 13px; } div.filtry_box { /* border: 1px solid #ddd; background-color: #ffffff; padding: 10px; */ border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; font-size: 11px; margin-bottom: 10px; } span.tag { border: 1px solid #C4C3C3; cursor: default; display: inline-block; font-size: 12px; font-weight: normal; margin: 0 24px 10px 0px !important; padding: 0px 3px 0px 10px !important; text-decoration: none; box-sizing: border-box; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25); border-radius: 2px; color: #C4C3C3; } span.tag a { border: 1px solid #ffffff; background-color: #ffffff; text-decoration: none !important; color: #C4C3C3 !important; border-radius: 8px; font-weight: bold; text-decoration: none !important; } span.tag a:hover { border: 1px solid #aaaaaa; color: #666 !important; text-decoration: none !important; } span.tag2 { background: none repeat scroll 0 0 #f8f8f8; border: 1px solid #ddd; border-radius: 10px; color: #666; cursor: default; display: inline-block; font-size: 11px; margin: 3px 10px 3px 0px !important; padding: 2px 3px 2px 10px !important; text-decoration: none; } span.tag2 a { text-decoration: none !important; } span.tag2 a:hover { text-decoration: underline !important; } a.bez_class { text-transform: none !important; color: #00adee !important; font-family: 'Nunito', sans-serif !important; font-size: 13px !important; font-weight: bold !important; margin: 0 10px 4px 0 !important; padding: 0 !important; } #cms_menu_left h3 { font-size: 15px; margin: 5px 0; } #right_column.index { margin-top: 8px; } .up { position: fixed; right: -5px; top: 50%; transform: rotate(-90deg) translateY(-50%); -webkit-transform: rotate(-90deg) translateY(-50%); border-radius: 50%; padding: 25px; opacity: .5; background: #fe6b00 url('../images/strzalka.svg') no-repeat center; transition: .2s all; -webkit-transition: .2s all; z-index: 999; } .up:hover { opacity: 1; } form.zatwierdz div.w, form.zatwierdz div.ws { position: relative; margin: 0 0 10px 0; display: -webkit-flex; display: flex; align-items: center; } .categories-wrapper, .categories-wrapper ul { list-style-type: none; display: block; } .categories-wrapper ul > li { float: left; clear: both; margin: 10px 0; } .category-main { font-size: 18px; color: #fe6b00 !important; font-weight: 700; display: block; margin: 10px 0; } .subcategory-main { font-size: 14px; color: #fe6b00 !important; font-weight: 700; display: block; } .subcategory { display: block; margin-bottom: 10px; } .presentation img { width: 65px; } #product3d { height: 480px; width: 640px; } .presentation-background { cursor: pointer; background: rgba(255, 255, 255, .8); position: fixed; top: 0; bottom: 0; left: 0; right: 0; display: none; z-index: 9999; } .presentation-close { position: absolute; top: -15px; right: -15px; cursor: pointer; z-index: 10000; } .presentation-close img { width: 30px; height: 30px; } .presentation { position: absolute; display: none; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); z-index: 10000; max-height: 480px; max-width: 640px; width: calc(100% - 20px); background: #fff; -webkit-box-shadow: 0 0 32px 0 rgba(0,0,0,0.45); -moz-box-shadow: 0 0 32px 0 rgba(0,0,0,0.45); box-shadow: 0 0 32px 0 rgba(0,0,0,0.45); } .categories li { float: left; width: 100%; } .categories { float: left; clear: both; padding: 0; width: 100%; } ul.subcategory { width: 30%; padding: 0; float: left; margin-bottom: 25px; } .profiler-backtrace { display: inline-block; width: 60px; height: 1em; color: #0000ff; overflow: hidden; } .profiler-backtrace .method { font-weight: bold; } .profiler-time { color: #ce0000; } .profiler-backtrace:hover { overflow: visible; width: auto; height: auto; position: absolute; background-color: #ffffff; box-shadow: 0 0 23px -9px #000000; padding: 10px; } .preview-images { overflow: hidden; padding: 0; } .preview-images li { list-style-type: none; } #right_column > p > a, #tag_header_banner > p > a, .artykul_cms_home p a { color: #fe6b00; font-weight: 700; font-size: 14px; } #tag_header_banner { font-size: 16px; padding: 0 !important; } #category_collection_banner_image { float: right; margin: 10px 10px 20px 40px; max-width: 700px; } #category_collection_banner_image img { width: 100%; } @media screen and (max-width: 1024px){ #category_collection_banner_image { float: none; margin: 10px; display: block; max-width: 100%; } #left_column { float: left; width: 14.6%; padding: 0 10px; } } .box_category10 { padding: 0; margin-top: 55px; } .category-image-section { float: left; width: 20%; } .box_category10 li { list-style-type: none; width: 100%; float: left; display: flex; align-items: center; flex-wrap: wrap; padding: 15px 0; } .box_category10 li img { max-width: 100px; width: 100%; height: auto; display: inline-block; } .box_category10 li h3 { padding-left: 10px; font-size: 16px; font-weight: 700; margin: 0; } .box_category10 li h3 a { color: #fe6b00 !important; } .box_category10 .category-content-section { width: 80%; } .box_category10 .category-description { width: 100%; padding-left: 10px; } @media screen and (max-width: 960px) { .box_category10 { padding: 10px; } }