body {
    font:14px arial; background: #ffffff; top: 0px !important;
}
ul,ol,li,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,img { margin: 0; padding: 0; }
ul { list-style: none; }
ol { list-style-position: inside; }
a img,:link img,:visited img, fieldset { border: none; }
a { text-decoration: none; outline: none; }
a { color: #383435; }
a:hover { text-decoration:none; }
h1, h2 {margin:0 0 0 0;padding:0;font:bold 18px arial;}
div.content-page { font-size:16px; letter-spacing: -.16px; line-height:24px; }
div.content-page h1, div.content-page div.lang-section h2 { font-size: 40px;font-weight: 600; margin: 11px 0;line-height: 48px; }
div.content-page h2 {font-size: 32px;font-weight: 600; margin: 11px 0;line-height: 36px;}
@media all and (max-width:350px){
    div.content-page h1 { font-size:28px;line-height:36px; }
    div.content-page h2 { font-size:24px;line-height:32px; }
}

.red, .red a { color:#ee0000 } .green, .green a { color:#00aa00; } .grey, .grey a { color:#999; }
.clr:after {clear: both;content: " ";display: block;font-size: 0;height: 0;visibility: hidden;}
.left, .fl { float:left; } .right, .fr { float:right; }
.ctr { text-align:center; }
.text-right { text-align:right; }
.ctr img { max-width: 100%;height: auto; }
.hid { display:none; }

.tbl {display:table;}
.ithumb, .imidi, .imicro, .td { display:table-cell; text-align:center; vertical-align:middle; overflow:hidden; }
.ithumb { height:145px;width:145px; }
.imidi { height:400px; width:400px; }
.imicro { width:45px;height:45px;font-size:3px; }
.adm { color:#00aa00; }
.pdf { background:url(/images/mime_icons/pdf.png) no-repeat 0 5px; }

.btn, .btng, .btngr, .btnr, .btnQ, .btnb {
    height:24px; padding:0 20px; line-height:24px;
    font:12px arial; font-weight: 700;
    border:1px solid #0756a5;background: #0756a5; color:#ffffff;
    text-align:center; display:inline-block; cursor:pointer;
}
input.btn, input.btng, input.btngr, input.btnr, input.btnQ, input.btnb {
    height:26px; padding: 5px 20px; line-height: normal;
}
.btng {background:#74A501;color:#ffffff;border: 1px solid #74A501;}
.btnb { background: #0756a5; color:#ffffff;border:1px solid #0a62d9;}
.btn.mid {height: 33px;font-size: 14px;line-height: 33px;}
.btn.big {height: 39px;font-size: 15px;line-height: 39px;margin-top:4px;}
input.btn.mid {height:35px;line-height: 35px;}
input.btn.mid, input.btn.big, input.btn.big2 {padding:0 20px;}
.btn:hover {opacity: 0.8;}
.date { font-size:12px; color:#555555; }
.grad {background: url("/images/srch-bar.png") repeat-x scroll 0 0 #fff; }
span.best, #a-products div.item .title span.best, #variants div.item .title span.best { background:#FF0000;color:#FFFFFF;font-weight: normal;padding:1px 4px;z-index: 9;}


#grid {
    min-height: 1000px;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto;
    grid-template-areas:
        "header header header"
        "navi navi navi"
        "navi-bottom navi-bottom navi-bottom"
        "banner banner banner"
        "breadcrumb breadcrumb breadcrumb"
        "content content content"
        "footer footer footer";
    width: 100%;
}
#header {grid-area: header;}
#navigation {grid-area: navi;clear: both;}
#navigation-bottom {grid-area: navi-bottom;clear: both;}
#content {grid-area: content;}
#banner {grid-area: banner;}
#breadcrumb {grid-area: breadcrumb;}
#footer  {grid-area: footer;}

#header .content, #navigation, #content, #promo_box, #breadcrumb, #footer-content, #pages-content, #country-c, #notice div.notice {
    width:95%;max-width: 1240px;margin:0 auto;min-width:300px;
}
#navigation-bottom {border-bottom: 1px solid #d0d1d3;}
@media all and (max-width:500px){
    #header .content, #navigation, #content, #promo_box, #breadcrumb, #footer-content, #pages-content, #country-c, #notice div.notice {
        width:99%;
    }
}

#banner {
    display: table;height:350px;width:100%;margin-top:10px;
}

#country  {
    background:#444;margin:0 0 3px 0;
}
#country-c {
    display: flex; align-items:center ; justify-content: space-between; flex-wrap:wrap;
    background:#444;color:#fff; padding:10px 0;
}
#country-c a, #country-c button { color:#fff; }
#country-c a:hover { color:#ccc; }
#country-c button { background:none;border:none;cursor:pointer;}
#country-c button.close { font-size:20px;}
#country-c ul { border:1px solid #6bf;border-radius:4px;min-width:250px;cursor:pointer;background:#575757;
     display: flex; align-items:center ; justify-content: space-between;
}
#country-c ul li {font-size:15px;padding:5px 10px 5px 30px;}
#country-c ul li.en { background:url('/images/flagi-en.png') no-repeat 5px center;}
#country-c ul li.de { background:url('/images/flagi-de.png') no-repeat 5px center;}
#country-c ul li.es { background:url('/images/flagi-es.png') no-repeat 5px center;}
#country-c ul li.fr { background:url('/images/flagi-fr.png') no-repeat 5px center;}
#country-c ul li:last-child  { background:url('/images/flagi.png?v=12') no-repeat 5px center;padding:5px 5px 5px 100px;min-width: 160px;}
#country-c ul li:last-child  a:before { content: 'Select ohter language' }
@media all and (max-width:500px){
    #country-c ul li.en, #country-c ul li.de, #country-c ul li.es, #country-c ul li.fr { display: none; }
    #country-c ul li:last-child  a:before { content: 'Select language' }
    #country { min-height: 49px; }
}

#header { height:59px; position:relative; width:100%; padding:1px 0 0 0; }
#header .content {
    display: flex; align-items:center ;
    flex-direction: row;
    justify-content: space-between;
    font-size: 13px;
    line-height: 22px;
    font-weight: bold;
    min-height: 58px;
}
#header #logo_link { float:left; }
#header ul.header-best, #header .header-user, #header div.header-currency,#header div.header-lang,#header .cart-c { float:left; }
#header #logo_link { display:block; max-height: 60px;height:58px;width:133px;background: url(/images/logo-elektriko.svg?v=12) no-repeat;background-size:contain;}
#header .header-user, #header .header-lang, #header .cart-c { height:40px;border:2px solid transparent; }
#header .help { display:none; }
#header .header-icons { min-width: 175px;height:28px; }

#header .header-lang a,#cart .icon,#header .header-user a.icon,#header ul.header-best .gsm, #header div.header-currency form  {
    position: relative;
    text-decoration: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 5px 10px;
    height:30px;
}
#header .header-icons span.ico { height:27px;width:20px;overflow: hidden;}
#header .header-icons span.globe {background: url(/images/icons/globe.svg) no-repeat;background-size:contain;}
#header .header-icons span.avatar {background: url(/images/icons/avatar.svg) no-repeat;background-size:contain;}
#header .header-icons span.cart {background: url(/images/icons/shopping-cart.svg) no-repeat;background-size:contain;}
#header .header-lang a span:first-child {
    margin:-2px 8px 0 0;font-weight:normal;
}
#header div.header-currency { display:block; }
#header .header-user a.icon { background: #fff;z-index: 1900; }
#header .cart-c { font-size: 12px; }
#header .cart-c.hover, #header .header-user.hover { border-top-color:#000;border-left-color:#000;border-right-color:#000;}
#header.fixed .cart-c.hover, #header.fixed .header-user.hover {border-top-color:transparent;border-left-color:transparent;border-right-color:transparent;}
@media all and (max-width:420px){
    #header ul.header-best .gsm { display:none;}
    #header.fixed .content { justify-content:space-between; }
    #header.fixed div.header-currency { display: none; }
}
#cart { position: relative;background:#fff;z-index: 3000; }
#cart .fr { display: block;}
#cart .cartInfo { position:absolute; top:0px;left:18px; z-index: 100; background: #ff0000; -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px; line-height: 16px; }
#cart .cartInfo a, #cart .cartInfo .q { display: block; }
#cart .cartInfo .q { float:left; font:11px arial; color:#ffffff; overflow:hidden; padding:2px 1px; text-align: center;min-width: 14px; }
#cart:hover a.icon, #cart:hover a.checkout { opacity:0.8; }
span.cart-notice {display: block;text-align: left;background: url(/sf/sf_admin/images/help.png) no-repeat left center;padding-left: 20px;color:#0F55AB}
div#items, div#user-items { color:white; position:relative;top:7px;left:-357px;font-size: 11px;line-height: normal;}
#header.fixed div#items, #header.fixed div#user-items { display: none; }
div#items_content, div#user-items-content {
    color:black; position:absolute;
    top:30px;left:0px; z-index:2000; width:395px;min-height: 40px;
    border: 2px solid #000;
    background: #ffffff;
    padding:24px 0 18px 0;
    font-size: 12px;font-weight: normal;
}
div#items_content {padding-bottom: 0;visibility: hidden;}
div#items_content .start {background: #eee;padding:36px 23px 20px 23px;text-align:center;}
div#items_content .start span { font-size:16px;font-weight:700;letter-spacing:1px;line-height:24px;display: block; }
div#items_content .btns { text-align:center;margin:5px 16px 18px 16px;display: flex;justify-content: space-between;align-items: center; }
div#items_content .btns a:last-child, div#user-items-content .btns a, div#items_content .start a { padding:10px 16px;background:#000;color: #fff;font-weight: 700;line-height: 18px;display:block;width: 200px; }
div#items_content .btns a:last-child:hover, div#user-items-content .btns a:hover { background: #777; }
div#items_content .start a {margin-top: 16px;width:auto;border:2px solid #000;background: transparent;color:#000;}
div#items_content .start a:hover { background: #000;color: #fff; }
div#items_content .bottom { height:16px;margin-top:0px;	}
div#items_content .first { height:15px; }
div#items_content .item { border-bottom:1px solid #ddd; margin:10px 12px; padding:0 5px 8px 5px; display:flex;}
div#items_content .item .name { width:230px;margin: 0 5px; }
div#items_content .item .price { width:85px;font-size: 14px;font-weight: 700;text-align: right; }
div#items_content .item.summary { justify-content: space-between;border-bottom: none;}
div#items_content .empty { text-align: center;margin:0 22px 0 22px;  }
div#items_content .headline { text-align: center;font-size:16px;line-height: 24px;font-weight: 700;}
div#items_content p { margin:12px auto; }
div#items_content .q { color:#B62937; }
div#user-items { left:-260px;}
div#user-items-content {padding:0 0 0 0;width:298px;font-size: 14px;visibility: hidden;z-index: 1000;}
div#user-items-content .btns { text-align:center;margin:12px 10px 0 10px;}
div#user-items-content .btns a { padding:10px 0;width: 278px; }
div#user-items-content .register { padding: 20px 0 15px 20px;border-bottom: 1px solid #cccccc; }
div#user-items-content .register a { font-weight: bold;color:#0756a5; }
div#user-items-content .item a, div#user-items-content .signout a {display: block;}
div#user-items-content .register a:hover, div#user-items-content .item a:hover, div#user-items-content .signout a:hover { text-decoration: underline; }
div#user-items-content .item a { padding: 10px 0 10px 20px; font-size: 16px;}
div#user-items-content .signout a { padding: 16px 0 12px 20px;border-top: 1px solid #cccccc; }

#header.fixed {
    z-index: 9999;
    position: fixed;
    background:white;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    overflow:hidden;
    transition: top 0.5s;
}
#header.fixed #logo_link { height:32px;width:75px; }

#navigation {display:block;position: relative;z-index: 100; min-height: 38px; }
nav {display:block;}
#navigation ul.level-1 { padding:0 4px 0 0;position: relative; }
#navigation ul.level-1 li { float: left;padding: 0;}
#navigation ul.level-1 li.level-1 { height: 38px;overflow: hidden;}
#navigation ul.level-1 .MenuCatTittle a.level-1 {font-weight: 600;}
#navigation ul.level-1>li>a {padding: 13px 14px 11px 0px;position: relative;overflow: visible;}
#navigation ul.level-1 a {color: #1a1a1a;display: block;font-size: 14px;padding: 0;font-weight: 400;}
#navigation ul.level-1 li:hover a.level-1 span, #navigation ul.level-1 li.curr_menu_item a.level-1 span {border-bottom: 2px solid #1a1a1a;}
#navigation ul.level-1:after {clear: both;content: " ";display: block;font-size: 0;height: 0;visibility: hidden;}
#navigation div.level-2 { top: 38px;left:0;width:100%;background: none repeat scroll 0 0 #fff; display: none;padding: 5px;
          position: absolute;
          box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;
          border: 1px solid #e5e5e5;
          box-shadow:0px 4px 4px #aaaaaa;
          z-index: 101;
}
#navigation div.level-2 .menu-wrapper {overflow: hidden;}
#navigation div.level-2 ul.level-2 { margin: 0;padding: 0 0 15px;}
#navigation div.level-2 ul.level-2 li {margin: 0;padding: 0;width:20%;float: left;}
#navigation div.level-2 ul.level-2 li:nth-child(5n+1) {clear:both;}
#navigation div.level-2 ul.level-2 a {line-height: 18px;font-weight: normal;padding: 0;text-align: left;}
#navigation div.level-2 a:hover { text-decoration: underline; }
#navigation div.level-2 ul.level-2 a.level-2 {font-weight: 600;}
#navigation div.level-2 ul.level-2 a .category-img { width: 100%;height: 128px; text-align: left;float: left;margin-top: 8px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding:10px 0;font-weight:normal;}
#navigation div.level-2 ul.level-2 a .category-img img {max-width: 100%;max-height: 100%;}
@media all and (max-width:1000px){
    #navigation div.level-2 ul.level-2 li {width:25%;}
    #navigation div.level-2 ul.level-2 li:nth-child(5n+1) {clear:none;}
    #navigation div.level-2 ul.level-2 li:nth-child(4n+1) {clear:both;}
}
@media all and (max-width:780px){
    #navigation div.level-2 ul.level-2 li {width:33%;}
    #navigation div.level-2 ul.level-2 li:nth-child(4n+1) {clear:none;}
    #navigation div.level-2 ul.level-2 li:nth-child(3n+1) {clear:both;}
}
@media all and (max-width:450px){
    #navigation { min-height: 77px; }
    #navigation ul.level-1>li>a {padding: 13px 3px 11px 3px;}
}

/* search */
#srch-bar { min-width:260px; }
#search-form { margin:2px 0 0 0; }
#search-form fieldset { overflow: hidden; }
#search-form fieldset div { float:left; }
#search-form input[type=text] { padding:4px 5px; }
#search-keywords { width:195px; }
#search-form input.btn { margin-left:5px; }
#srch-bar a.new, #header .help a {
    display: block;
    font:14px arial; color:#666;font-weight: 700;
}
#srch-bar a.new:hover, #header .help a:hover { text-decoration:underline; }

/* header mobilny */
@media all and (max-width:770px){
    #header div.header-currency { display:none;}
    #header.fixed div.header-currency { display:none;}
    #header .header-icons { min-width:110px;}
    #cart .cartInfo { left:6px; }
}
@media all and (max-width:625px){
    #srch-bar {min-width: 195px;}
    #search-keywords { max-width:130px; }
    #cart, #header .header-user a.icon {background: transparent;}
}
@media all and (max-width:560px){
    #search-keywords { max-width:85px; }
}
/* header mobile */
@media all and (max-width:520px){
    #header {
        min-height: 70px;height:70px;overflow: hidden;
        z-index: 9999;
        position: fixed;top:0;
        background:white;
    }
    body::before {
       content: '';
       min-height: 71px;
       display: block;
     }
    #header .header-icons,#header.fixed .header-icons {height: 32px;min-height: 32px;}
    #srch-bar { order: 3;flex: 1 0 100%;min-height:27px; }
    #search-form { margin-top:0;}
    #search-form fieldset { display: flex;  flex-direction: row;align-items: stretch;  width: 100%;}
    #search-form fieldset div:first-child {  flex: 1; }
    #header .content { flex-wrap: wrap; }
    #srch-bar .links { display:none;}
    #header .help { display:block; }
    #search-form #search-keywords { max-width:none; width:100%;padding:4px 0;}
    #header #logo_link { height:32px;width:75px;min-height: 32px; }
    #header.fixed #search-form { display: none; }
    #header.fixed { min-height: 36px;height:36px; }
}
@media all and (max-width:370px){
    #header .header-icons { min-width:60px;}
    #header .header-icons img.ico, #header .header-icons svg  { height:20px;width:20px;overflow: hidden;}
    #header .header-lang {display: none;}
}


div#breadcrumb { color:#999; overflow:hidden; font-size: 12px; min-height: 32px; display: flex; justify-content: space-between; }
div#breadcrumb ul { display: flex; flex-wrap: wrap; align-items: center; padding-top:5px;padding-bottom:5px; }
div#breadcrumb ul li { margin-left: 3px;float:left; }div#breadcrumb ul li:first-child { margin-left:0; }
div#breadcrumb ul li:before { content: " > ";}
div#breadcrumb ul li:first-child:before { content: " "; }
div#breadcrumb ul li a, div#breadcrumb ul li span { color:#000000; }
div#breadcrumb ul li a:hover, div#breadcrumb ul li a:hover span { text-decoration:underline; }
div#breadcrumb a.return {font-weight: bold;font-size: 14px;line-height: 22px;color:#0756a5;margin:5px 0;}
div#breadcrumb a.return:hover {text-decoration: underline;}
div.no-breadcrumb { height: 10px; }

#content { overflow: hidden; }

div#shops { border:1px solid #DEE0E3; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; margin:0 0 10px 0;min-height:320px; }
div#shops div.head { display: block; text-align: center; padding:5px 0;margin:0 0 0 0; font-size: 14px; letter-spacing: 5px; background: #efefef;}
div#shops .row { display: flex;border-bottom: 1px solid #DEE0E3;justify-content: space-between;padding:5px 50px;align-items: center;line-height: 30px; }
div#shops .row a {max-width:300px;}
div#shops .stats { padding:10px; }
div#shops a:hover{ text-decoration: underline; }
div#shops .stats span {font-weight:bold;}
div#shops img { max-width: 100%;height: auto;}
@media all and (max-width:760px){
    div#shops .row { display: block;}
    div#shops .row a { display: inline-block;margin:0 auto;}
    div#shops .row:nth-child(3n) { display: none;}
}

div.slider-title { font-size:16px;clear:both;margin:16px 0;font-weight: 700; }

div.prodBoxC { display: flex;justify-content: flex-start;padding:0 1px;  flex-wrap:wrap;margin-left:-10px; }
div.prodBoxC .item { width: 198px; height:266px; margin:0 0 10px 10px; text-align:center; overflow:hidden; float:left; position: relative;
                     box-shadow:0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;
                     z-index:10; background: #ffffff; }
div.prodBoxC .item .tbl, div.prodBoxC .item div.priceC, div.prodBoxC .item form {width:198px;}
div.prodBoxC .item .tbl { margin:0 auto 0 auto; width:180px;}
div.prodBoxC .item .tbl .ithumb { height: 183px;}
div.prodBoxC .item span.best { position:absolute;top:165px;left:7px;}
div.prodBoxC .item div.title {
    margin:2px 0 2px 0; color:#393939;height:42px;width:198px;line-height:17px;
    -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;border-top-left-radius:5px;border-top-right-radius:5px;z-index:20;}
div.prodBoxC .item div.title a { color:#1a1a1a; }
div.prodBoxC .item div.title a span { display:block; height:34px; overflow:hidden; font-size: 14px;}
div.prodBoxC .item div.title a:hover span { text-decoration:underline; }
div.prodBoxC .item div.priceC { height:20px;padding:0px 0;text-align:center;font-weight:bold; }
div.prodBoxC .item .price, div.prodBoxC .item .pricePromo { font-size:17px;}
div.prodBoxC .item .variant-link {font-size: 12px; color: #1a1a1a;}
div.prodBoxC .item .variant-link:hover, .prodList .variant-link:hover, .prodBox2 .variant-link:hover {text-decoration: underline;}
@media all and (max-width:650px){
    div.prodBoxC { display: flex;justify-content: flex-start;padding:0 1px;  flex-wrap:wrap;margin-left:0; }
    div.prodBoxC .item div.title, div.prodBoxC .item div.price { width:100%;margin:0; }
    div.prodBoxC .item .tbl { width:100%;}
    div.prodBoxC .item .tbl img { max-width: 100%;height:auto;}
    div.prodBoxC .item {width:33%;margin:0 0 0 0;}
    div#homeDesc {margin-top: 10px;}
}
@media all and (max-width:435px){
    div.prodBoxC .item {width:50%;}
}

div.prodListC .item {
    border:1px solid #ccc; background: #ffffff; margin:5px 0;
    display: flex;justify-content: space-between;align-items: center;
}
div.prodListC .item div.td { width: 200px;min-width: 200px; }
div.prodListC .item div.td .ithumb { width: 180px; }
div.prodListC .item div.params { width: 100%;padding:0 5px }
div.prodListC .item div.params a:first-child {display: block;color: #1a0dab;font-size: 15px;font-family: arial,sans-serif;}
div.prodListC .item div.price { width: 230px;text-align: center;font-weight: bold;font-size:18px;}
div.prodListC .item div.price span { font-weight: normal;font-size:14px;}
div.prodListC .item div.desc { width: 180px;text-align: center;}
div.prodListC .item div.desc a {color:#006621;}
div.prodListC .item a:hover {text-decoration:underline;}
@media all and (max-width:800px){
    div.prodListC .item {flex-wrap: wrap;}
    div.prodListC .item div.td { margin:0 auto;}
    div.prodListC .item div.td a {margin: 0 auto;}
    div.prodListC .item div.params { padding:10px 5px }
    div.prodListC .item div.price, div.prodListC .item div.desc {width:50%;}
}

div.text { font-family: "Open Sans",Helvetica,Arial,sans-serif;overflow: hidden;margin-top: 5px; }
div.text a.btn {color:#fff;}
div.text a:hover {text-decoration: underline;}
div.text p { padding:5px 0; }
div.text h2 { font-weight:bold; }
div.text img { max-width: 100%; height: auto }
@media all and (max-width:450px){
    div.text {max-width:400px;overflow: hidden;}
}
@media all and (max-width:400px){
    div.text {max-width:350px;}
}
@media all and (max-width:350px){
    div.text {max-width:295px;}
}
#pages {background: #6328e0;}
#pages-content { display:flex;clear:both;overflow: hidden;padding: 32px 0;}
#pages div.hdr {
        display:flex;height:28px;
        margin:0 auto 15px auto;overflow:hidden;
        }
#pages div.hdr, #pages div.hdr a { font-family: Tiempos, sans-serif;font-size: 24px;font-weight: 700;line-height:28px; }
#pages div.hdr span:first-child { margin:2px 16px 0 0;}
#pages div.col { display:block;width:100%;}
#pages ul {margin: 0 0 8px 0; }
#pages ul li {position:relative;margin: 0 0 8px 0; }
#pages ul li a { padding:0 0 0 0px; display:block;}
#pages ul li a:hover {text-decoration: underline;}

#footer {
    background: #1a1a1a;color:#fff;
    margin: 20px auto 0 auto;
    font-family: HelveticaNow, sans-serif;font-size: 14px;line-height: 20px;
}
#footer-content {
    background: #1a1a1a;
    padding:24px 0 56px 0;
}
#footer a { color:#fff; }
#footer .payments {
    background: white;padding: 5px;
}
@media all and (max-width:500px){
    #pages {background: #eceaeb;}
    #pages-content { display:block; padding:0; }
    #pages div.col {border-top:1px solid #d0d1d3;padding:0 24px;}
    #pages div.col:first-child {border-top:none;}
    #pages ul { padding: 20px 20px 16px 20px;margin:0; }
    #pages div.hdr { padding: 16px 0; margin:0; }
    #pages div.hdr, #pages div.hdr a { font-size: 18px;line-height:28px; }
    #pages, #pages a { color:black; }
    #footer-content .fl,#footer-content .fr {float: none;margin: 0 0 15px 0;}
}

div.box { padding:5px 10px;border:1px solid #DEE0E3;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
div.head {display: flex;flex-wrap: wrap;align-items: center;position:relative;padding-right:60px;}
div.head h1 { display: flex;flex-wrap: wrap;align-items: center;position:relative;padding-right:8px; }
div.head h1 a { margin:0 5px 0 0; }
div.head span, div.head a.cat { padding: 3px 4px;margin:0 2px 3px 0;font-size: 12px;text-decoration: none;white-space: nowrap;font-weight: normal;line-height:18px;
      background-color: #fff;border: 1px solid #000;color: #444444;}
div.head a.cat:hover { background-color: #000;border: 1px solid #000;color: #fff;}
a.producer-link {position: absolute; right:0;top:0;}
a.producer-link img {max-height: 25px;width: auto;}
@media all and (max-width:420px){
    div.head span, div.head a.cat {white-space: normal;}
}

div.catBox {display: flex;flex-wrap: wrap;align-items: center;margin-top:10px;padding:0 1px; }
div.catBox div.item {width:12.5%;height:183px;padding:0;
                     box-shadow: 0px 0px 0px 1px rgba(220,220,220,1);background: #ffffff;overflow:hidden;
}
div.catBox div.item .tbl { width:100%; }
div.catBox div.item .tbl a {display: table-cell;height: 143px;vertical-align: middle;text-align: center;padding:2px 0;overflow: hidden;}
div.catBox div.item .tbl a img {max-height: 100%;max-width: 100%;}
div.catBox div.item:hover {box-shadow: inset 0px 0px 0px 3px rgba(222,224,227,1);}
div.catBox div.item a.lnk {display: block;}
@media all and (max-width:900px){
    div.catBox div.item {width:25%;}
}
@media all and (max-width:550px){
    div.catBox div.item {width:33.3%;}
}
@media all and (max-width:450px){
    div.catBox div.item {width:50%;}
}

div.list-opts {width:100%;display:flex;align-items:center;justify-content:space-between;background:#efefef;font-size:11px;padding:3px 5px;margin:5px 0;}
div.list-opts div:last-child { width: 70px; }
div.list-opts .vIcon { display:inline-block;width:26px;height:26px;background:url(/images/lst_views.png) no-repeat 0 0;}
div.list-opts .boxIcon { background:url(/images/lst_views.png) no-repeat 0 0;}
div.list-opts .listIcon { background:url(/images/lst_views.png) no-repeat -61px 0;}
div.list-opts .boxIcon:hover, div.list-opts .boxIconA { background:url(/images/lst_views.png) no-repeat 0 -29px;}
div.list-opts .listIcon:hover, div.list-opts .listIconA { background:url(/images/lst_views.png) no-repeat -61px -29px;}
@media all and (max-width:450px){
    div.list-opts {display:none;}
}

div.aBody {margin-top:10px;display:flex;}

div.aImages {width:400px;position:relative;margin:0 20px 0 0;}
div.aImages .tbl {width:100%;height:100%;}
div.aImages .tbl img {max-width:100%;max-height:100%;}
div.aImages .arrow-left, div.aImages .arrow-right { position: absolute;display:block;height:100%;width:26px;cursor: pointer;top:0;}
div.aImages .arrow-left span, div.aImages .arrow-right span {
    -webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);
    content: "";height: 15px;display:block;width: 15px;margin-top:215px;
}
div.aImages .arrow-left {left: 0px;}
div.aImages .arrow-right {right: 0px;}
div.aImages .arrow-left span {margin-left: 5px;border-top: 3px solid #f03030;border-left: 3px solid #f03030;}
div.aImages .arrow-right span {margin-right: 5px;border-bottom: 3px solid #f03030;border-right: 3px solid #f03030;}
div#assortment_image_main_container {height: 405px;width: 400px;overflow: hidden;position: relative; }
div.aIMain { float: left; display: inline; padding: 0; margin: 0; width:400px;
    transition-property: transform;transition-duration: 0.5s;transition-timing-function: ease-out;
    /*apply a transform to kick in the hardware acceleration.  Without this, the first time we add the transform you get odd rendering of the divs (half missing) */
    transform: translate(0, 0);
}
div.aIMain .tbl {display:table;width: 400px;float:left;}
div.aImages span.best {position: absolute;top:0;left:0;}

div.a-gallery-c {overflow:hidden;font-size:6px;}
ul.a-gallery {
    display:table;
    height:47px;

    li {display:block;float:left;padding:2px 0;width:55px;height:55px;}
    a {display:table-cell; background:white;border:2px solid #E9E8E8;	margin:0 auto;}
    span {max-height:45px;width:45px;display:block;overflow:hidden;background:white;}
    a:hover, a.on {border-color:#131d20; }
}

ul#gallery_thumb {
    display:table;
    height:184px;
    overflow: hidden;

    li { display:block; float:left; padding:1px 1px 1px 0; width:184px; height:184px;}
    a { display:table-cell; background:white; border:2px solid #E9E8E8; margin:0 auto; height:180px; width:180px; overflow: hidden; }
    span { display:block; max-height:180px; overflow:hidden; }
    a:hover, a.on { border-color:#131d20; }
    li.hid { display:none; }
}

table.discounts { width:100%; }
table.discounts tr.row1 td { background:rgb(209,231,245);}
table.discounts td, table.discounts th {border:1px solid #ffffff;color:rgb(52, 56, 56);padding:5px 5px;text-align: center;}
table.discounts tr td.discount {background:rgb(252, 214, 100);}
table.discounts tr:first-child th {text-align: left;}
table.discounts tr:first-child th.discount {color:#F7381F;}
table.discounts td.link a {color:#000000;text-decoration: underline;}
table.discounts td.link a:hover {color:#000000;text-decoration: none;}


div.aBody div.priceC .price {font-size: 30px;font-weight:bold;margin:0 5px 0 0;}
div.aBody div.priceC .netto {font-size: 16px;}
div.aBody div.priceC .old {text-decoration:line-through; }
#variant-lnk {display:block;color:#ffffff;background:#0756a5;position: relative;
              font-size:24px;font-weight:bold;line-height:60px;padding:0 15px;margin:10px auto;
              -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}
#variant-lnk:hover {opacity:0.8;}
#variant-lnk span {position: absolute;top: 44%;right: 10%;line-height: 0px;}
#variant-lnk span:before {font-family: "icons" !important;content:'▼';display:inline-block;font-size: 12px;}
div.aBody ul.desc li:before { content: '►';color:#0756a5; }
div.aBody ul.desc li.more:before { content: ''; }
div.aBody ul.desc li { line-height:20px;}
div.aBody ul.desc li.more a { color:#0756a5; }

table.availability {margin:0 0 8px 0;}
table.availability tr td:last-child {color:#00aa00;font-weight: bold;}
table.availability tr td:last-child a {color:#00aa00;}

div.aBody div.links a, div#a-products div.links a, div#variants div.links a { display:block;line-height:16px;padding:5px 10px 5px 20px; }
div.aBody div.links a#assortment-help-link {background:url(/images/icons/help.png) no-repeat left center; font-size:22px;line-height:28px;}
div.aBody div.links a#assortment-warranty-link { background:url(/images/icons/page.png) no-repeat 0 5px; color:#000000; }
div.aBody div.links a:hover { text-decoration:underline; }
div.aBody div.links a.hid, div#a-products div.links a.hid, div#variants div.links a.hid { display:none; }
div.p-code {margin:3px 0 5px 0;}

div.aCol3 {min-width:290px;}
@media all and (max-width:1030px){
    div.aBody {flex-wrap: wrap;}
    div.aCol3 {max-width:100%;}
}
@media all and (max-width:800px){
    div.aCol3 {width:60%;margin:0;}
    table.discounts td, table.discounts th {padding:5px 10px;}
}
@media all and (max-width:880px){
    div#assortment_image_main_container {margin:0 auto;}
    div.aImages {width:100%;}
    div.aImages .tbl { width:400px;margin:0 auto;}
    div.aImages .tbl img {max-width:400px;max-height:400px;}
    div.aCol3 {width:48%;}
}
@media all and (max-width:500px){
    div#assortment_image_main_container {width: 350px;height:350px;}
    div.aIMain { width:350px;height:355px;margin:0 auto;overflow:hidden;}
    div.aIMain .tbl {width: 350px;}
    div.aImages .tbl { width:350px; }
    div.aImages .tbl .imidi { width:350px;height:350px;}
    div.aImages .tbl img {max-width:350px;max-height:350px;}
    div.aImages .arrow-left span, div.aImages .arrow-right span {margin-top:160px;}
    div.aCol3 {width:auto;padding:0 2px;}
}
@media all and (max-width:400px){
    div#assortment_image_main_container {width: 290px;height:290px;}
    div.aIMain { width:290px;height:295px;margin:0 auto;overflow:hidden;}
    div.aIMain .tbl {width: 290px;}
    div.aImages .tbl .imidi { width:290px;height:290px;}
    div.aImages .tbl img {max-width:290px;max-height:290px;}
    div.aImages .arrow-left span, div.aImages .arrow-right span {margin-top:130px;}
    ul.a-gallery { margin:0 auto;}
}

#a-products div.item, #variants div.item {
    box-shadow:0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;
    display:grid;
    margin:8px 1px;
    grid-template-columns: 140px 1fr 300px;
    grid-template-rows: 58px auto;
    grid-template-areas:
        "image title price"
        "image title buttons";
}
#a-products div.item:hover, #variants div.item:hover {     box-shadow: inset 0px 0px 0px 2px rgba(53,53,53,1); }
#a-products div.item .image, #variants div.item .image {  grid-area: image;position: relative; }
#a-products div.item .title, #variants div.item .title {  grid-area: title;}
#a-products div.item .price, #variants div.item .price {  grid-area: price;text-align: left; }
#a-products div.item .buttons, #variants div.item .buttons {  grid-area: buttons;text-align: left;padding:0 0 4px 0; }
#a-products div.item .title, #a-products div.item .price, #variants div.item .title, #variants div.item .price {padding:10px 0 0 0;}
#a-products div.item.current {
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(7,86,165,1);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(7,86,165,1);
    box-shadow: inset 0px 0px 0px 2px rgba(7,86,165,1);
    outline: #2E98CF solid 4px;border:none;margin:0 4px;
}
#a-products div.item .ithumb, #variants div.item .ithumb { height:130px;width:130px;padding:5px; }
#a-products div.item .ithumb img, #variants div.item .ithumb img { max-height:130px;max-width:130px; }
#a-products div.item .image .lp, #variants div.item .image .lp { position: absolute;top: 1px;left: 1px;width: 20px;height: 24px;padding:0 8px;background-color: #E67A00;text-align: center; }
#a-products div.item .image .lp span, #variants div.item .image .lp span { color:#FFFFFF;line-height: 24px; }
#a-products div.item .param span:first-child, #variants div.item .param span:first-child { background:none;margin-left: 0;padding-left: 0;font:14px arial;font-weight:bold; }
#a-products div.item .param span:first-child:hover, #variants div.item .param span:first-child:hover { text-decoration: underline; }
#a-products div.item .param span.clr, #variants div.item .param span.clr { background:none;display: block;margin-top:10px; }
#a-products div.item .param span, #variants div.item .param span {font-size:13px;line-height: 18px;background: url(/images/dot-red.gif) no-repeat 0 5px;margin-left: 6px;padding-left: 10px;}
#a-products div.item .param span span, #variants div.item .param span span  {display: inline;float: none;background: none;margin-left: 0;padding-left: 0;}
#a-products div.item .param span.green span, #variants div.item .param span.green span  {color:#00aa00}
#a-products div.item .param span.code, #variants div.item .param span.code {font-weight: bold;color:#ff0000;}
#a-products div.item .param a.block, #variants .param a.block, #a-products div.item .title a.block, #variants .title a.block {
    display:block;height: 100%;
}
#a-products div.item .param a.more, #a-products div.item .param a.less, #variants div.item .param a.more, #variants div.item .param a.less{
    color:#aa0000; display:block; float:left; padding-left:5px;
}
#a-products div.item .title a, #a-products div.item .title a {color:#1a1a1a;}
#a-products div.item .price .fl, #variants div.item .price .fl {margin-left: 5px;}
#a-products div.item .price .fl:first-child, #variants div.item .price .fl:first-child {margin-left: 10px;}
#a-products div.item .price .brutto, #variants div.item .price .brutto { font-size: 18px;font-weight: bold; }
#a-products div.item .price .promo, #variants div.item .price .promo, div.aBody div.priceC .pricePromo, div.prodBoxC .item .price.promo  { color:#ce3535; }
#a-products div.item form, #variants div.item form {width:260px;margin:2px auto 5px 10px;}
.aBody form {width:100%;margin:8px auto;}
.aBody form .quantity, #a-products div.item .quantity, #variants div.item .quantity, .aBody form input[type=submit], #a-products div.item input[type=submit], #variants div.item input[type=submit] {float:left;}

@media all and (max-width:800px){
    #a-products div.item, #variants div.item  {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas:
            "title title"
            "image price"
            "image buttons";
    }
}
@media all and (max-width:420px){
    #a-products div.item, #variants div.item {
        grid-template-columns: auto;
        grid-template-areas:
            "title"
            "image"
            "price"
            "buttons";
    }
    #a-products div.item .image {margin:0 auto;}
}

div.aBody form .quantity, #a-products form .quantity, #variants form .quantity {
    display:block;position: relative;
    color:#ffffff;border:1px solid #343232;
    -moz-border-radius:5px; -moz-border-radius:5px;-webkit-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;border-radius:5px;
    background: #544e4e;margin:0 5px 0 0;
    z-index: 10;
}
div.aBody form .quantity input, #a-products form .quantity input, #variants form .quantity input {
    position: absolute; top:-1px; left:-1px;
    border:1px solid #5d83b2;border-right:1px solid #343232;
    -moz-border-radius-bottomleft:5px; -moz-border-radius-topleft:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-left-radius:5px;border-bottom-left-radius:5px;border-top-left-radius:5px;
    z-index: 20;text-align: center;
}
#a-products form .quantity, #variants form .quantity {height: 30px; padding:0 5px 0 40px; line-height: 29px; overflow: hidden;}
#a-products form .quantity input, #variants form .quantity input {height: 30px; width:32px; }
div.aBody form .quantity {height: 48px; padding:0 5px 0 50px; line-height: 47px; overflow: hidden;}
div.aBody form .quantity input {height: 48px; width:40px; }
div.aBody form input[type=submit], #a-products div.item input[type=submit], #variants div.item input[type=submit] {border:1px solid #0756a5;color:#ffffff;font-weight: bold;}
div.aBody form input[type=submit]{width:260px;height: 50px;font-size: 20px;background:#0756a5;border:1px solid #0756a5;}
#a-products div.item input[type=submit],#variants div.item input[type=submit] { font-size: 14px;width:180px;height: 32px;padding-left: 22px;background-color:#0756a5;border:1px solid #0756a5;}
div.aBody form input.ask {background:#2E98CF;border:1px solid #2E98CF;}
div.aBody form input[type=submit]:hover, #a-products div.item input[type=submit]:hover,#variants div.item input[type=submit]:hover { opacity: 0.8;}
@media all and (max-width:800px){
    div.aBody form .quantity {display:none;}
}

div.acctabs {margin:20px 20px 10px 0;max-width:30%;border:1px solid #d7d3d3;float: left;}
div.acctabs a {display:block;font-weight: bold;padding:10px 10px;}
div.acctabs a:hover, .acctabs a.on {color:#0756a5;background-color: #efefef;}
#a-tabs {margin-top: 10px;border-bottom:1px solid #d7d3d3;}
#a-tabs a {display:inline-block;font-weight: bold;padding:20px 20px;border-bottom:3px solid #ffffff;}
#a-tabs a:hover, #a-tabs a.on {color:#0756a5;border-color: #0756a5;}
#a-tabs-container { padding:10px 0; }
@media all and (max-width:600px){
    /* #a-tabs a, .acctabs a {display:block;padding:10px 0;text-align: center;} */
    div.acctabs {float: none;width:auto;max-width:100%;margin: 0;}
}
@media all and (max-width:500px){
}

div.prodBox2 {display: flex;flex-wrap: wrap;align-items: center;padding:1px 1px; }
div.prodBox2 a {color:#1a1a1a; }
div.prodBox2 a:hover { text-decoration: underline; }
div.prodBox2 div.item {width:25%;height:130px;box-shadow: 0px 0px 0px 1px rgba(220,220,220,1);background: #ffffff; padding:5px 0;font-size: 13px; }
div.prodBox2 div.item a.title, div.item a.cat, div.prodBox2 div.item .v, div.prodBox2 div.item .price { float:left;width:55%;margin-left:5px }
div.prodBox2 div.item a.title { display: block;font-weight:bold;height:48px;overflow: hidden;}
div.item .v a { line-height:22px;  }
div.item a.cat { height:35px;overflow: hidden; }
div.item .price span { font-size: 16px;font-weight: bold; }
div.prodBox2 div.item .tbl{ float:right; }
div.prodBox2 div.item .ithumb { width:100px;height:100px; }
div.prodBox2 div.item img { max-height:100px;max-width:100px; }
@media all and (max-width:1000px){
    div.prodBox2 div.item .title, div.prodBox2 div.item .v, div.prodBox2 div.item .price { width:50%; }
}
@media all and (max-width:900px){
    div.prodBox2 div.item .ithumb { width:90px;height:90px; }
    div.prodBox2 div.item img { max-height:90px;max-width:90px; }
    div.prodBox2 div.item {width:33.3%;font-size:12px;}
    div.prodBox2 div.item .title, div.prodBox2 div.item .v, div.prodBox2 div.item .price { width:55%; }
    div.prodBox2 div.item .title a:first-child { height:56px;}
}
@media all and (max-width:700px){
    div.prodBox2 div.item .ithumb { width:100px;height:100px; }
    div.prodBox2 div.item img { max-height:100px;max-width:100px; }
    div.prodBox2 div.item {width:50%;}
}
@media all and (max-width:500px){
    div.prodBox2 div.item {width:100%;}
}

div.ask .fl {margin:0 10px 0 0;}

div.stars { background:rgb(234,235,235); margin-top:5px; font-size: 12px;padding:5px;display: flex;justify-content: space-between;max-width:333px;}
div.stars div.stars { margin:0;padding:0;width:100%; }
div.stars p { float:left;margin:0 3px;line-height: 19px;  }
div.stars p a { display: block;float:left;height:19px;}
div.stars p img { float:left; }
div.stars p a:hover { text-decoration:none; }


div#notice {margin: 8px 0 4px 0;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;background-color: #ffc;}
div#notice div.notice {padding: 4px 4px 4px 30px;max-width: 1206px;background: url(/images/tick.png) no-repeat 10px 4px;}

div.text table {border-left:1px solid #999999;border-top:1px solid #999999;}
div.text table tr td , div.text table tr th {padding: 5px; background: #ffffff;border-right:1px solid #999999;border-bottom:1px solid #999999;}
div.text table tr th {background: #efefef; text-align: left;}
div.text table.basic, div.text table.basic tr td, div.text table.basic tr th {border:none;}
div.text table.basic {border-spacing: 2px}

div.page-help {display: flex;flex-wrap:wrap;line-height: 17px;}
div.page-help div.item {
    height:40px;width:270px;padding:5px 10px 5px 10px;
    margin: 5px 10px 5px 0;font-size: 15px;border: 1px solid #aaaaaa;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(231, 231, 231, 1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(231, 231, 231, 1);
    box-shadow: 0px 1px 2px 0px rgba(231, 231, 231, 1);
}
div.page-help div.item a.fl {
    display: block;margin-right: 10px
}
div.page-help div.item span {display: inline-block;}
div.page-help div.item a:hover { text-decoration: underline;}
div.page-help div.item.company a.fl {height: 80px;}
div.page-help div.item.contact, div.page-help div.item.company {height: 80px;}
div.page-help div.item.contact strong a { font-size:22px;color:#0756a5;line-height:28px;  }
div.page-help div.item.contact strong a:hover span { text-decoration: underline;}
div.page-help div.item .red a {color:#ff0000;}
div.page-help .settingsCurrencyFrm {    display: inline-block;}

div.manual_faq_group { float:left;width:160px;padding:5px 20px 5px 0; }
div.manual_faq_group:first-child { width:480px; }
div.manual_faq_group h3 { background:url(/images/icons/lightbulb.png) no-repeat 0 2px ;padding-left:22px; }
ul.list { padding:5px; }
div.manual_faq_group ul li, ul.list li { background: url(/images/icons/lightbulb_off.png) no-repeat 0 2px; padding:3px 0 3px 22px; }
div.manual_faq_group ul li:hover { background: url(/images/icons/lightbulb.png) no-repeat 0 2px; }
div.manual_faq_group ul li a:hover { text-decoration: underline; }

@media all and (max-width:450px){
    div.manual_faq_group:first-child { width:290px; }
}
div.catBox.producers {margin:10px 0 2px 0;}
div.catBox.producers div.item .tbl a img {max-height: 90%;max-width: 90%;}
div.catBox .more, div.category_toggle .more {display: block;width: 100%;margin: 0 auto;background: #b0dda6;padding: 2px 0;color: black;text-align: center;}
div.category_toggle .more {position:absolute; bottom:0;}
div.producer-discounts {border:2px solid #ff0000;margin:0 0 0 5px;padding:5px;width:180px;clear: right;line-height: 20px;}
div.producer-discounts span {display: block;background:url("/images/dot-red.gif") no-repeat scroll 0px 8px transparent;padding-left: 10px;}
div.category_toggle {max-height:150px; overflow: hidden; position:relative;}
.goog-te-banner-frame.skiptranslate {display: none !important;}

.page-load-status {display:none;}
.loader-ellips {
  font-size: 20px; /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}
.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555; /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }
@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}
@keyframes slide {
  to { transform: translateX(1.5em) }
}
.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}
.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}
.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}
div.opinion { display: flex;justify-content: space-between;}

#sitemap-categories {margin:10px 0;}
#sitemap-categories h2 {border-bottom: 1px solid #ccc;margin:10px 0;line-height:20px;}
#sitemap-categories li img {max-height: 45px;max-width: 45px;}
#sitemap-categories a.fl {width:60px;height: 50px;text-align: center;}
#sitemap-categories ul {margin:0 0 10px 60px;}
#sitemap-categories span a { line-height: 40px; }
#sitemap-pages h2 {margin: 15px 0 5px 0; }
#sitemap-pages a {line-height: 20px; }

div.lang-section {
    width:50%;
}
@media all and (max-width:550px){
    div.lang-section {
        width:auto;
    }
}
ul.category-sections {
    -webkit-columns: 3 auto;
    columns: 3 auto;
    margin: 10px 0 0;
    padding-bottom: 25px;
    list-style-type: none;
    box-sizing: border-box;
    color: #1d1d1f;
}
ul.category-sections li {
    padding-bottom: 7px;
    padding-right: 40px;
}
ul.category-sections li button {
    border:none;background: none;font-size: 17px;color:#06c;cursor: pointer;
}
ul.category-sections li button:hover {
    text-decoration: underline;
}
ul.category-sections li button.preferred {font-weight: bold;  }
ul.category-sections li button.active {color:#ff0000;font-weight: bold;  }
div.gazele {
    display: flex;
}
.gazele-desc {font-size:20px;padding:25px 10px;}

div.zforms {
    letter-spacing: -.16px;
    line-height: 24px;
}
#contact_block {
    max-width: 600px;
    margin: 0 auto 0 0;
}
@media all and (max-width:650px) {
    #contact_block { width:400px; }
}
@media all and (max-width:450px) {
    #contact_block { width:300px; }
}
#contact_block div.form-error-msg,div.zforms div.form-error-msg {
    color:#f00;    font-size: 12px;

}
#contact_block div.form-row, div.zforms div.form-row {
    margin:20px 0 0 0;
}
#contact_block div.form-row label,div.zforms div.form-row label {
    font-size: 12px;
    line-height: 16px;
    padding:4px 8px;
    border:1px solid #1a1a1a;border-bottom: none;
}
#contact_block div.form-row label.required,div.zforms div.form-row label.required {
    font-weight: bold;
}
#contact_block div.form-row:focus-within label,div.zforms div.form-row:focus-within label {
    color:#fff;background: #000;
}
#contact_block div.form-error label, #contact_block div.form-row.form-error:focus-within label,div.zforms div.form-error label, div.zforms div.form-row.form-error:focus-within label {
    color:#fff;background: #f00;border-color: #f00;
}
#contact_block div.form-row input, #contact_block textarea, div.zforms input, div.zforms textarea {
    width:100%;
    padding:10px 12px;
    font-size: 16px;
    line-height: 24px;
    border:1px solid #000;
    box-sizing: border-box;
}
#contact_block div.form-row input:focus, #contact_block textarea:focus,div.zforms div.form-row input:focus, div.zforms textarea:focus
{
    outline: black auto 1px;outline-style: solid;border-color: #000;
}
#contact_block div.form-error input, #contact_block div.form-error textarea, #contact_block div.form-error input:focus, #contact_block div.form-error textarea:focus,
div.zforms div.form-error input, div.zforms div.form-error textarea, div.zforms div.form-error input:focus, div.zforms div.form-error textarea:focus{
    border-color: #f00;outline: #f00 auto 1px; outline-style: solid;
}
#contact_block div.form-row input[type=submit],#contact_block div.form-row input[type=submit]:focus,div.zforms div.form-row input[type=submit],div.zforms div.form-row input[type=submit]:focus {
    background: #000;color: #fff;width: auto;outline: none;border:none;font-weight: bold;
}
#contact_block div.form-row input[type=submit]:hover,div.zforms div.form-row input[type=submit]:hover {
    cursor: pointer;background: #66676e;
}
#contact_block div.reason-header { margin:15px 0;}
#contact_block div.reason-item { height:24px;margin-bottom: 16px;display: flex; }
#contact_block div.reason-item label { line-height:24px;font-size: 16px; margin-left: 12px; }
#contact_block div.reason-item input[type=radio] {
    height: 24px;width: 24px;
}

div.newsletter-col { width:50%; max-width: 50%;margin: 0 0 40px 0;}
div.newsletter-col.fr { padding: 0 0 0 20px;box-sizing: border-box;}
#newsletter_form_signin input[type=submit], #newsletter_signout_form input[type=submit] { width: 100%; }

@font-face{
    font-family:Tiempos;font-weight:400;
    font-style:normal;
    src:url(/fonts/TiemposText-Regular.v1.woff2) format("woff2"),
        url(/fonts/TiemposText-Regular.v1.woff) format("woff");font-display:swap}
@font-face{
    font-family:Tiempos;font-weight:700;
    font-style:normal;
    src:url(/fonts/TiemposText-Regular.v1.woff2) format("woff2"),
        url(/fonts/TiemposText-Regular.v1.woff) format("woff");font-display:swap}

div.articles div.item { display: flex; align-items: flex-start; flex-wrap: nowrap;margin:0 0 30px 0; }
div.articles div.img a {display: block;width:420px;height:200px;overflow:hidden;background:url(/images/compendium-base.jpg ) no-repeat center center;background-size: cover; }
div.articles div.lead { margin-left: 20px;width: 100%}
div.articles div.lead h3 {margin-top: 0;}
@media all and (max-width:800px) {
    div.articles div.item { display: block; }
    div.articles div.lead { margin-left: 0;width: 100%}
}
div.articles.home div.img a {width:250px;height:120px;}

/* cookie-consent-banner  */
:root {
    --cookie-consent-banner-z-index-container: 101;
    --cookie-consent-banner-colors-primary: rgba(0, 255, 255, 0.82);
    --cookie-consent-banner-colors-primary-border: var(--cookie-consent-banner-colors-primary);
    --cookie-consent-banner-colors-primary-content: #fff;

    --cookie-consent-banner-border-radius-buttons: 100px;
    --cookie-consent-banner-border-radius-body: 0;

    --cookie-consent-banner-spacings-container-padding-top: 0;
    --cookie-consent-banner-spacings-container-padding-left: 0;
    --cookie-consent-banner-spacings-container-padding-bottom: 0;
    --cookie-consent-banner-spacings-container-padding-right: 0;
}
cookie-consent-banner a {
    color: #fff;
    text-decoration: underline;
}
cookie-consent-banner a:hover {
    color: #ccc;
}

div.portfolio {
    margin:25px 0;
}
