@import "editor.css";

html
{
  background-color: #1c1c1c;
}

body
{
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  background: #fff;
  color: #000;
  font-size: 16px;
  float:left;
  width:100%;
  position:relative;
  z-index:999;
  /*max-width:100%;
  overflow-x:hidden;*/
}

.wrapper,
.inner-wrapper
{
  max-width: 1680px;
  margin: 0 auto;
}

.inner-wrapper
{
  max-width: 1180px;
  width: 96%;
  padding: 0 2%;
}

.column
{
  float: left;
  width: 42.5%;
  padding: 50px 0px;
  box-sizing: border-box;
  margin-left: 5%;
}

/*.column + .column
{
  margin-left: 10%;
}*/

.column input{
width:100%!important;
box-sizing:border-box;
}

.column a.button{
margin-right:15px;
margin-top:30px;
}

input,
textarea,
button,
select
{
  font-family: 'Roboto', sans-serif;
  color: #000;
  font-size: 16px;
  background: #fff;
  font-weight: 300;
}

.submit-box input,
.submit-box button
{
  cursor: pointer;
}

a
{
  color: #000;
}

a:hover
{
  color:#e6ab66;
}

*
{
  line-height: 1.25em;
}

.img img,
img.img
{
  display: block;
  width: 100%;
}

*:focus
{
  outline: none;
}

main,
header,
footer,
.bread-crumbs
{
  float:left;
  width:100%;
}

header{
background:#fff;
}

.bread-crumbs--product {
  border-top: 1px solid #e6e6e6;
  padding-top: 1em;
  background: #fff;
  z-index: 100;
}

.aside main
{
  width: calc(100% - 220px);
}

.wide main
{
  width: 100% !important;
  background: #fff;
}

.aside aside
{
  float: left;
  width: 200px;
  margin-right: 20px;
  overflow: hidden;
}

.section-headline
{
  font-weight: bold;
  font-size: 1.25em;
  margin-bottom: 0.5em;
  text-transform:lowercase;
  color: #333333;
}

.separated
{
  margin-bottom: 1em;
}

.common-price em
{
  font-style:normal;
  display: block;
}

.checkbox .common-price em
{
  display: inline-block;
}

/* headlines */

.headline
{
  height: 205px;
  float:left;
  width:100%;
  background-image: url(img/headline.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 1em;
}

.headline h1
{
  color:#fff;
  font-size: 2em;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.125em;
  background-color: rgba(0,0,0,0.9);
  padding:1em;
}

/* headlines end */

/* buttons */

.button
{
  float: left;
  width: auto !important;
  color: #fff !important;
  background: #e6ab66 !important;
  border: 0 none !important;
  height: 48px;
  line-height: 48px;
  text-transform:uppercase;
  text-align: center;
  cursor: pointer;
  font-weight: 900;
  font-size: 0.875em;
  display: block;
  padding: 0 1em;
}

.light-button
{
  background: rgb(204,100,29) !important;
}

.black-button,
.button:hover
{
  background: #231f20 !important;
  color:#fff !important;
}

.back-button
{
  float: right;
  font-weight: bold;
  text-transform:lowercase;
}

/* buttons end */

/* spinner */

.spinner 
{
	display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite
}
 
.spinner::before 
{
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #000;
  animation: spin 2s linear infinite ;
}

@keyframes rotate 
{
  100%   {transform: rotate(360deg)}
}

@keyframes spin 
{
  0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
  25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
  50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
  75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
  100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}

/* spinner end */

/* facebook slide */

.fixed-slide
{
  position: fixed;
  right:-182px;
  top:230px;
  z-index:33;
  width:182px;
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff;
  min-height: 100px;
  border:1px solid #eee;
}

.fixed-slide.allegro
{
    top:282px;
    z-index:32;
}

.fixed-slide div
{
    padding: 1em;
    box-sizing: border-box;
}

.fixed-slide div p
{
    margin-bottom: 5px;
}

.fixed-slide div .bigger {
    font-size: 1.5em;
}

.fixed-slide div strong {
    font-size: 2.5em;
}

.fixed-slide > a
{
  position: absolute;
  top:0;
  left:-32px;
  background: #eee url(img/f.png) no-repeat 0 0;
  width:32px;
  height:32px;
  background-size: contain;
  display: block;
  border: 5px solid #eee;
  cursor: pointer;
  box-sizing: border-box;
  z-index:34;
}

.fixed-slide.allegro > a {
    background-image: url(img/a.png);
}

.fixed-slide .button {
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    font-size: 0.75em;
    float:none;
    display: inline-block;
    margin-top:5px;
}

.fixed-slide .close {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    background: #fff url(img/delete.png) no-repeat 0 0;
    background-size: contain;
    cursor: pointer;
}

/* facebook slide end */

/* header */

header
{
  position: relative;
}

header .logo
{
  float: left;
  z-index:33;
  position: relative;
}

header .logo img
{
  height:54px;
  margin-top:10px;
}

header .top
{
  float:left;
  width:100%;
  height:70px;
  background: rgba(255,255,255,0.7);
}

header .top.fixed
{
  position: fixed;
  top: 0;
  left: 0;
  width: 96%;
  padding: 0 2%;
  z-index:99;
  background: rgba(255,255,255,1);
  -webkit-box-shadow: 0px 0px 8px 2px #bbb;
  -moz-box-shadow: 0px 0px 8px 2px #bbb;
  box-shadow: 0px 0px 8px 2px #bbb;
  z-index:999;
}

header .top.fixed .logo
{
  margin-top:2px;
}

header .menu
{
  float:right;
  line-height: 70px;
}

header .menu .hr a
{
  float:left;
  height:70px;
  line-height: 70px;
  margin-left: 2em;
  text-transform: uppercase;
  font-weight: 900;
}

header .menu .hr a.current,
header .menu .hr a:hover
{
  color:#666;
}

header .lr
{
  display: none;
  float:right;
  margin-top:10px;
}

header .lr > p img
{
  width:38px;
  margin-top:6px;
}

header .lr > p
{
  cursor: pointer;
}

.mb-menu
{
  background: #fff;
  float:left;
  width:100%;
  z-index:100;
}

.mb-menu li
{
  border-bottom: 1px solid #eee;
  padding:0.5em 1em;
}

.mb-menu > ul > li > div > a {
  font-weight: bold;
}

.mb-menu li ul li
{
  border-bottom: 0;
}

.mb-menu ul a
{
  display: block;
  font-size: 1em;
  text-transform: uppercase;
}

.mb-menu ul a:hover,
.mb-menu ul a.current
{
  color: #e6ab66;
}

.mb-menu ul ul
{
  padding-left: 0.5em;
}

.mb-menu .close
{
  padding:1em 0;
  width:100%;
  float:left;
  background: url(img/delete.png) no-repeat center center;
  cursor:pointer;
  display: block;
  margin-bottom: 1em;
}

.slide-menu
{
  width:100%;
  float:left;
  padding:1em;
  box-sizing: border-box;
  background-color: #000;
  color:#fff;
  padding: 3.5em 0;
}

.slide-menu a
{
  color:#fff;
  font-size: 1.125em;
}

.slide-menu a:hover
{
  color:#e6ab66;
}

.slide-menu ul li div
{
  display: none;
}

.slide-menu ul li ul li div
{
  display: block;
  font-weight: bold;
  margin-bottom: 1em;
  text-transform: uppercase;
}

.slide-menu ul li ul li
{
  width: 30%;
  float:left;
  margin-left:5%;
}

.slide-menu ul li ul li ul li
{
  float:none;
  width:100%;
  margin:0;
}

.slide-menu ul li ul li ul li div
{
  font-weight: normal;
  margin-bottom: 0.5em;
  text-transform: none;
}

.slide-menu ul li ul li:first-child
{
  margin-left:0;
}

.slide-menu ul li ul li ul li div a
{
  font-size: 1em;
}

header .toolbar
{
  width: 100%;
  float: left;
  position: relative;
}

header .toolbar-first
{
  background-color: #000;
  color:#fff;
  padding:4px 0;
}

header .top-category
{
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin: 9px 20px 9px 0;
  float: left;
  font-size: 0.75em;
  line-height: 22px;
}

header .cart,
header .stash,
header .account,
header .mobile,
header .search-button
{
  display: block;
  float:right;
  background-position: left center;
  background-repeat: no-repeat;
  margin: 9px 0;
  margin-right: 0.5em;
  font-size:0.875em;
  height:22px;
  line-height: 22px;
  padding-right: 1em;
  color:#fff;
  font-weight: bold;
}

#closehints{
width:20px;
height:20px;
position:absolute;
right:10px;
top:10px;
background:url('img/cross-black.svg') no-repeat center center;
background-size:20px 20px;
cursor:pointer;
z-index:9999;
transition:all 0.2s ease-in-out;;
}

#closehints:hover{
transform: rotate(360deg);
transition:all 0.2s;
}

.search
{
  display: none;
  padding: 100px 25px 40px 25px;
  position: fixed;
  z-index: 1000;
  background: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  color: #000;
}

.search .content
{
  display: block;
  margin: auto;
  width: 100%;
  max-width: 1000px;
}

.search label
{
  display: block;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}

.search input[type=submit]
{
  background: url(img/loupe.svg) transparent no-repeat center center;
  filter: brightness(0);
  background-size:auto 22px;
  transition:all 0.2s;
  padding: 10px;
  width: 30px;
  height: 30px;
  margin: 0;
  cursor: pointer;
  float: left;
  border: 1px solid #000;
  border-left: 0 none;
  box-sizing: content-box;
}

.search input[type=submit]:hover
{
  background-size: auto 26px;
}

.search input[type=text]
{
  float: left;
  background: transparent;
  border: 1px solid #000;
  border-right: 0 none;
  padding: 10px 15px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  color: #000;
  width: calc(100% - 84px);
}

.search .hints
{
  clear: both;
  padding-top: 40px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto 1fr;
  grid-auto-rows: min-height;
  grid-template-areas:
    'products categories'
    'products manufacturers'
  ;
  gap: 40px;
  overflow: auto;
  height: calc(100vh - 277px);
}

.search .hints .recommendation-box:first-child
{
  grid-area: products;
}

.search .hints .recommended-categories
{
  grid-area: categories;
}

.search .hints .recommended-manufacturers
{
  grid-area: manufacturers;
}

.recommendation-box .box-list li
{
  width: 47.5%;
  border: 0 none;
  padding: 0;
}

.recommendation-box .avatar-label,
.recommendation-box .list-buttons,
.recommendation-box .price span,
.recommendation-box .price small
{
  display: none;
}

.recommendation-box .box-list .img
{
  float: left;
  width: 50%;
  margin-right: 5%;
}

.recommendation-box .box-list h2
{
  background: none;
  padding-bottom: 0;
}

.recommendation-box .section-headline,
.recommendations .section-headline,
.recommended-manufacturers .section-headline{
text-transform:uppercase;
font-size:16px;
margin-bottom:30px;
display:block;
}

.recommended-manufacturers a{
float:left;
height:40px;
width:45%;
margin-right:4%;
box-sizing:border-box;
border:1px solid #ccc;
text-align:center;
transition:all 0.2s;
margin-top:4%;
}

.recommended-manufacturers a img{
display:inline-block;
width:auto;
max-width:90%;
max-height:90%;
}

.recommended-manufacturers a:hover img{
transition:all 0.2s;
transform:scale(0.9);
}

.recommendation-box .avatar-label{
width:74%!important;
float:right;
z-index:9999;
}

.recommendation-box .avatar-label span{
width:100%;
float:right;
}

.avatar-label {
  display: inline-block;
  position: absolute;
  font-size: 0.75em;
  z-index: 1;
}

.avatar-label span {
  background-color: #1c1c1c;
  color:#fff;
  font-weight: bold;
  padding: 5px;
}

.avatar-label img {
  max-width: 80px!important;
  max-height: 40px!important;
}

.avatar-label em
{
  color: #000;
  display: none;
  position: absolute;
  z-index: 1;
  background: #fff;
  bottom: -18px;
  font-size: 1em;
  font-style: normal;
  text-align: center;
  left: 0;
  width: auto;
  min-width: 100%;
  padding:8px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(66, 68, 90, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(66, 68, 90, 1);
  box-shadow: 0px 0px 5px 0px rgba(66, 68, 90, 1);
}

.avatar-label--top-left {
  top: 5px;
  left: 5px;
}

.avatar-label--top-right {
  top: 5px;
  right: 0;
}

.avatar-label--bottom-left {
  bottom: 5px;
  left: 5px;
}

.avatar-label--bottom-right {
  bottom: 5px;
  right: 5px;
}

header .toolbar-first > .inner-wrapper > a span
{
  display: block;
  width:22px;
  height: 22px;
  float:left;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 0.5em;
}

header .cart
{
  margin-right: 0;
  padding-right: 0;
}

header .cart .common-price
{
  float:right;
}

header .cart .common-price em
{
  font-style: normal;
  line-height: 22px;
}

header .searching span
{
  
}

header .cart span
{
  background-image: url(img/shopping-bag.svg);
  background-size:auto 22px;
  transition:all 0.2s;
}

header .cart span:hover{
transition:all 0.2s;
transform:scale(0.8);
}

header .stash span
{
   background-image: url(img/heart.svg);
   background-size:auto 22px;
   transition:all 0.2s;
}

header .stash span:hover{
transition:all 0.2s;
transform:scale(0.8);
}

header .account span
{
  background-image: url(img/user.svg);
  background-size:auto 22px;
  transition:all 0.2s;
}

header .account span:hover{
transition:all 0.2s;
transform:scale(0.8);
}

header .mobile span
{
  background-image: url(img/telephone.svg);
  background-size:auto 22px;
  transition:all 0.2s;
}

header .mobile span:hover{
transition:all 0.2s;
transform:scale(0.8);
}

header .search-button span
{
   background-image: url(img/loupe.svg);
   background-size:auto 22px;
   transition:all 0.2s;
}

.user-box
{
  float: right;
  position:relative;
  overflow: visible;
  z-index:34;
}

.user-box div
{
  background-color:#121212;
  position: absolute;
  left:0;
  top:2.5em;
  width: calc(100% - 14px);
  box-sizing: border-box;
  z-index: -1;
  min-width:120px;
}

.user-box li a
{
  text-transform: uppercase;
  font-size: 0.75em;
  padding: 1em;
  padding-left: 2em;
  display:block;
  background-position: 1em center;
  background-repeat: no-repeat;
  background-image: url(img/dot.png);
  color:#fff;
}

.user-box li a:hover
{
  background-color: #999;
  color:#fff;
}

.user-box em
{
  padding-right: 15px;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(img/expand-popup.png);
  font-style: normal;
}

.user-box .open em
{
  background-image: url(img/collapse-popup.png);
}

.pa-toolbar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 2em;
    border-bottom: 1px solid #eee;
    padding-bottom: 1em;
}

.pa-toolbar p, .pa-toolbar a {
    flex: 1 200px;
}

.pa-menu a {
    margin-left: 1em;
    font-weight: bold;
}

.pa-menu a.selected {
    color:#e6ab66;
}

/* header end */

/* breadcrumbs */

.bread-crumbs
{
  padding-bottom: 2em;
  padding-top: 0.5em;
  font-size: 0.875em;
  background: #fff;
}

.bread-crumbs strong
{
  font-weight: normal;
  color:#e6ab66;
}

.bread-crumbs span
{
  padding:0 1em;
}

.bread-crumbs a:hover
{
  text-decoration: underline;
}

/* breadcrumbs end */

/* slider */
.slider
{
  margin-bottom: 2em;
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
}

.slider li
{
  position: relative;
}

.slider img
{
  display: block;
  max-width: 100%;
}

.slider img:nth-child(2)
{
  display: none;
}

.slider div.tabs
{
  padding-top: 2em;
  text-align: center;
  height: 15px;
}

.slider div.tabs a
{
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 5px solid #fff;
  background-color: #cecdce;
  margin-left: 10px;
  border-radius: 50%;
}

.slider div.tabs a:hover,
.slider div.tabs a.current
{
  background: #e6ac68;
  border-color: #e6ac68;
}

.slider div.content
{
  position: absolute;
  top: 50%;
  max-width:30%;
  transform: translateY(-50%);
  height:auto;
  background: rgba(0,0,0,0.8);
  padding: 2%;
}

.slider div.content h3
{
  font-weight:300;
  color:#fff;
  font-size: 2em;
  line-height: 1.125em;
  text-transform: uppercase;
}

.slider div.content p
{
  color:#fff;
  margin-top:1em;
}

.slider .button
{
  margin-top:1em;
  background: transparent !important;
  border:2px solid #e6ab66 !important;
}

/* slider end */

/* home */

.intro
{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
  margin-bottom: 30px;
}

.intro a
{
  width: 49%;
  position: relative;
}

.intro img
{
  display: block;
  width: 100%;
  transition: all 0.2s;
}

.intro img:hover{
transition: all 0.2s;
filter: brightness(140%);
}

.intro img:nth-child(2)
{
  display: none;
}

.intro span
{
  position: absolute;
  bottom: 30px;
  width: 140px;
  text-align: center;
  left: 50%;
  margin-left: -85px;
  display: block;
  padding: 10px 15px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
}

/* home */

/* box list */

.box-list
{
  float: left;
  width: 100%;
}

.box-list li
{
  float: left;
  width: 23.5%;
  margin: 0 2% 1em 0;
  box-sizing: border-box;
  padding:0.6em 1.5em;
  background-color: #fff;
  border:1px solid #eee;
}

.tns-inner .box-list li
{
  float: none;
  margin: 0 !important;
  border: 0 none;
  padding: 0 2px;
  background-color: transparent;
}

.tns-inner .box-list li > div
{
  background-color: #fff;
  border:1px solid #eee;
  padding: 0.6em 1.5em;
}

.tns-outer
{
  position: relative;
  width: 100%;
}

.home .tns-outer
{
  position: relative;
  margin: 0 90px;
  width: calc(100% - 180px);
}

.tns-outer  .tns-controls button
{
  background: #000 no-repeat center center;
  background-size: 20px auto;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 40px;
  height: 52px;
  margin-top: -26px;
  border: 0 none;
  cursor: pointer;
}

.tns-outer .tns-controls button:first-child
{
  background-image: url('img/arrow-left.png');
  left: -5px;
  filter: invert(100%);
  transform: scale(0.75);
}

.home .tns-outer .tns-controls button:first-child
{
  left: -67px;
}

.tns-outer .tns-controls button:last-child
{
  background-image: url('img/arrow-right.png');
  right: -5px;
  filter: invert(100%);
  transform: scale(0.75);
}

.home .tns-outer .tns-controls button:last-child
{
  right: -67px;
}

.wide .box-list li
{
  margin-bottom: 1.5em;
}

.box-list li:nth-child(4n)
{
  margin-right: 0;
}

.box-list .img
{
  text-align: center;
  display: block;
  position: relative;
}

.box-list .img img
{
  width:auto;
  display: inline-block;
  max-width:100%;
}

.box-list li:hover img
{
  opacity: 0.9;
}

.box-list li > div  div
{
  padding: 0.35em;
  text-align: center;
  height: 12.4em;
  overflow: hidden;
}

.box-list h2
{
  margin-bottom: 1em;
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 1em;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url(img/line.jpg);
}

.box-list h2 a
{
  line-height: 1.25em;
  height: 3.875em;
  overflow: hidden;
  display: block;
}

.box-list h2 a:hover
{
  text-decoration: underline;
}

.price p > strong
{
  font-size: 1.25em;
  display: block;
  color: #c00;
}

.price p.pricep{
line-height:15px;
}

/*
.price span
{
  color: #333;
  font-size: 13px;
}
*/

.price span em
{
  font-style: normal;
  font-weight: bold;
  color: #c00;
}

.box-list .tooltip
{
  display: none;
  position:absolute;
  background: rgba(0,0,0,0.8);
  color:#fff;
  left:0;
  bottom:0;
  right:0;
  height:auto;
  width:80%;
  font-size: 0.75em;
  padding:0.5em;
  margin:0 auto;
}

.box-list li:hover .img .tooltip
{
  display: block;
}

.list-buttons
{
  text-align: center;
  height:22px;
  display: block;
}

.list-buttons a
{
  display: inline-block;
  margin-left: 2em;
  width:22px;
  height:21px;
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
}

.list-buttons .clipboard-button{
 background-image: url(img/heart-black.svg);
 background-size:auto 22px;
 transition:all 0.2s;
}

.list-buttons .cart-button
{
  background-image: url(img/shopping-bag-black.svg);
 background-size:auto 22px;
 transition:all 0.2s;
}

.list-buttons a:first-child
{
  margin-left: 0;
}

.list-buttons .cart-button:hover
{
 background-image: url(img/shopping-bag-creame.svg);
 background-size:auto 22px;
 transition:all 0.2s;
 transform:scale(1.2);
}

.list-buttons .clipboard-button:hover
{
  background-image: url(img/heart-creame.svg);
 background-size:auto 22px;
 transition:all 0.2s;
 transform:scale(1.2);
}

.list-buttons .delete-button
{
  background-image: url(img/delete.png);
}

.list-buttons .ask-button
{
  background-image: url(img/help.png);
}

.wholeline{
width:100%;
display:inline-block;
clear:both;
}

.cart-button-big{
width:290px;
height:50px;
box-sizing:border-box;
border-radius:3px;
border:1px solid black;
text-align:center;
margin-top:0px;
cursor:pointer;
margin-left:calc(50% - 145px);
background:#f5f5f5;
transition:all 0.2s;
}

.cart-button-big:hover{
transition:all 0.2s;
transform:scale(1.2);
border:1px solid #e6ab66;
background:#e6ab66;
}

.cbb-fl{
font-size:1em;
font-weight:500;
color:black;
text-align:center;
width:100%;
margin:6px 0px 0px 0px;
text-transform:uppercase;
}

.cart-button-big:hover .cbb-fl{
color:white;
}

.cbb-sl{
font-size:0.9em;
color:black;
text-align:center;
width:100%;
margin:0px 0px 0px 0px;
}

.cart-button-big:hover .cbb-sl{
color:white;
}

.list-tabs
{
  float:left;
  width:100%;
}

.list-tabs p.control
{
  text-align: center;
}

.list-tabs .tab-nav
{
  display: inline-block;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.875em;
  line-height: 50px;
  height: 50px;
  margin-bottom: 2em;
  margin-left: 2em;
  cursor: pointer;
}

.list-tabs .tab-nav:first-child
{
  margin-left:0;
}

.list-tabs .tab-nav.current,
.list-tabs .tab-nav:hover
{
  background-image: url(img/line.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
}

.tab
{
  background-color: #eee;
  float:left;
  width:100%;
  padding: 2em 0;
  padding-bottom: 0.5em;
}

/* box list end */

/* categories */

.collapsible
{
  float: left;
  padding: 0.5em;
  background: #e6ab66;
  box-sizing: border-box;
  margin-bottom: 2em;
}

.collapsible li
{
  float: left;
  width: 100%;
}

.collapsible div
{
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 8px;
  background: #e6ab66;
  margin-bottom: 1px;
  cursor: pointer;
  border-bottom: 1px solid #f7b282;
}

.collapsible div:hover
{
  background: #231f20;
}

.collapsible a
{
  font-size: 1em;
  color:#fff;
}

.collapsible div:hover a,
.collapsible a:hover
{
  color: #fff;
}

.collapsible div.current
{
    background: #231f20 !important;
}

.collapsible .current a
{
  color: #fff !important;
}

.collapsible ul ul div
{
  background: #e6ab66;
  padding-left: 10px;
}

.collapsible ul ul div
{
  padding-left: 20px;
}

.collapsible .tree-tab
{
  float: right;
  margin-left: 10px;
  background-image: none;
}

.collapsible ul li
{
  text-transform: uppercase;
}

.collapsible ul ul li,
.collapsible ul ul ul li
{
  text-transform: none;
  font-weight: normal;
}

.collapsible ul ul li a,
.collapsible ul ul ul li a
{
  background-image: url(img/dot.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left:1em;
  display: block;
  font-size:0.875em;
}

.collapsible ul ul li div,
.collapsible ul ul ul li div,
.collapsible .last div
{
  border-bottom:0;
}

/* categories end */

/* messages */

.errors,
.notices
{
  clear: both;
  color: #fff;
  text-align: center;
  z-index:34;
  position: relative;
}

.errors
{
  background: #e6ab66;
}

.notices
{
  background: #2fb62f;
}

.errors li,
.notices li
{
  padding: 1em;
  line-height: 20px;
}

.inner-error
{
  font-size: 0.75em;
  color:#e6ab66;
  margin-top:0.5em;
  clear: both;
}

.inner-error span
{
  padding: 0.25em 0;
  margin-bottom: 0;
  display: inline-block;
  margin-right: 1em;
}

main .errors
{
  margin-bottom: 2em;
  padding: 0.5em 0;
}

main .errors li
{
  padding: 0.5em 1em;
}

.notice
{
  float:left;
  width:100%;
  font-size: 1.125em;
}

/* messages end */

/* forms */

.std-form
{
  width: 100%;
}

input[type=checkbox],
input[type=radio]
{
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  border: 0 none !important;
}

.std-form li
{
  float: left;
  width: 49%;
  margin: 0 2% 2em 0;
}

.std-form li:nth-child(2n)
{
  margin-right: 0;
}

.std-form .full,
.std-form .submit-box
{
  width: 100% !important;
  margin-right: 0;
}

.std-form li > label
{
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  min-height:48px;
  line-height: 48px;
  width: 160px;
  padding-right: 1em;
  box-sizing: border-box;
  float:left;
  font-size: 0.875em;
}

.std-form li > label.disabled
{
  color:#b2b2b2;
}

.std-form li > label img
{
  margin-left: 5px;
  vertical-align: middle;
  margin-top:-3px;
}

.std-form .checkbox span
{
  font-weight: normal;
}

.std-form input,
.std-form select,
.std-form textarea
{
  display: block;
  border:1px solid #ddd;
  width: calc(100% - 160px - 1em);
  padding: 0 1em;
  box-sizing: border-box;
}
  
.std-form.placeholder-form p
{
  width: 100% !important;
}

.std-form.placeholder-form input,
.std-form.placeholder-form select
{
  width: 100% !important;
  box-sizing: border-box;
}

.discount-form input{
 width: calc(100% - 125px - 1em)!important;
}

.std-form input
{
  height: 48px;
  line-height: 48px;
}

.std-form select
{
  height: 48px;
  width: 100%;
}

.std-form .checkbox,
.std-form .submit-box
{
  border:0;
}

.std-form .full textarea
{
  width: 100%;
}

.std-form .checkbox label
{
  text-transform: none;
  float:left;
  margin-left:1em;
  width: calc(100% - 58px);
  margin-bottom:0;
  line-height: 24px;
}

.std-form .checkbox.content label
{
  line-height: 1em;
  height:auto;
}

.std-form .checkbox input
{
  float: left;
}

.std-form .checkbox a
{
  font-weight: bold;
  text-transform: capitalize;
  color:#e6ab66;
}

.checkboxes
{
  margin-top:1em;
  padding-bottom:2em;
  width:100%;
  float:left;
}

 .boldrequired{
font-weight:bold;
color:red;
font-size:18px;
padding-left:5px;
 }

.std-form .radio-select
{
  text-align: center;
}

.std-form .radio-select input
{
  display: none;
}

.std-form .radio-select label
{
  display: inline-block;
  padding: 10px 15px;
  font-weight: bold;
  border: 1px solid #000;
  margin: 0 5px;
  text-transform: uppercase;
  cursor: pointer;
}

.std-form .radio-select input:checked + label
{
  background: #000;
  color: #fff;
}

.std-form textarea
{
  height: 142px;
  border: 1px solid #ddd;
  resize: none;
  box-sizing: border-box;
  padding: 1em;
}

.std-form .textarea
{
  border-bottom: 0;
}

.std-form .textarea label
{
  margin-bottom: 0;
}

.std-form .submit-box .button
{
  float: none;
  max-width: 200px;
  margin:0 auto;
}

.std-form .submit-box p
{
  line-height: 2.125em;
  width:100%;
  text-align: left;
}

.std-form .submit-box p img
{
  margin-right: 10px;
  vertical-align: middle;
}

.std-form .legend
{
  float: left;
  border:0;
}

.std-form p.radio-inputs {
  float:left;
  display: block;
}

.std-form p.radio-inputs label {
  float:left;
}

.std-form p.radio-inputs label:last-child {
  margin-left: 3rem;
}

.actions
{
  background-color: #eee;
  padding:2em;
  box-sizing: border-box;
  float:left;
  width:100%;
}

.actions .button
{
  float: right;
  margin-left: 1em;
  margin-bottom: 3px;
}

.actions .back
{
  margin-left: 0;
  margin-right: 1em;
  float: left;
}

.std-form .select p
{
  position: relative;
  width: calc(100% - 160px - 1em);
  float:left;
}

span.customSelect
{
  background:#fff url(img/expand-menu.png) 98% center no-repeat;
  color:#000;
  height:48px;
  line-height: 48px;
  width: calc(100% + 2px);
  border:1px solid #ddd;
  padding: 0 1em;
  box-sizing: border-box;
  overflow: hidden;
}

span.customSelectInner
{
  padding:0;
  line-height: 48px;
  width:100% !important;
}

.lined-headline
{
  font-size: 2em;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 1.5em;
  width: 100%;
  float: left;
}

.lined-headline span
{
  padding-bottom: 0.5em;
  background: url(img/line.jpg) no-repeat left bottom;
  display: block;
}

.guest-purchase .registration-field
{
  display: none;
}

.placeholder-form
{
  margin: 0 auto;
  max-width: 450px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}

.placeholder-form .full
{
  width: 100%;
}

.placeholder-form li
{
  position: relative;
  width: 100%;
}

.placeholder-form input,
.placeholder-form textarea
{
  border: 1px solid #c1c1c1;
}

.placeholder-form input:focus,
.placeholder-form textarea:focus,
.placeholder-form select:focus,
.placeholder-form :not(:placeholder-shown)
{
  border-color: #000;
}

.placeholder-form li:not(.radio-selection) label
{
  text-transform: uppercase;
}

.placeholder-form li:not(.radio-selection) label,
.placeholder-form li:not(.radio-selection) input,
.placeholder-form select,
.placeholder-form textarea
{
  box-sizing: border-box;
  width: 100%;
  padding: 12px;
}

.placeholder-form li:not(.radio-selection) label,
.placeholder-form li:not(.radio-selection) input,
.placeholder-form li:not(.radio-selection) select,
.placeholder-form li:not(.radio-selection) span.customSelect
{
  height: 42px;
  line-height: 18px;
  font-size: 0.6875em;
}

.placeholder-form li:not(.radio-selection) span.customSelectInner
{
  line-height: 42px;
}

.placeholder-form li:not(.radio-selection) label
{
  top: 0;
  position: absolute;
  z-index: 1;
  transition: all 0.4s;
  width: auto;
  display: block;
  left: 0;
  margin-right: 20px;
}

.placeholder-form li:not(.radio-selection) :focus + label,
.placeholder-form li:not(.radio-selection) :not(:placeholder-shown) + label
{
  line-height: normal;
  display: inline;
  background: #fff;
  padding: 0 2px;
  font-size: 0.5em;
  margin-top: -4px;
  margin-left: 7px;
  height: auto;
}

.radio-selection input
{
  display: none;
}

.radio-selection p
{
  font-weight: bold;
  text-transform: uppercase;
}

.radio-selection label
{
  font-size: 0.6875em;
  position: relative;
  padding-left: 20px;
}

.radio-selection label:before
{
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #000;
  content: '';
  width: 7px;
  height: 7px;
  padding: 2px;
}

.radio-selection input:checked + label:after
{
  content: '';
  background: #000;
  display: inline-block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 3px;
  left: 3px;
}

/* forms end */

/* lists */

.list-table
{
  clear: both;
  width: 100%;
  margin-bottom: 1em;
}

.list-table th,
.list-table td
{
  text-align: left;
  padding: 1em;
  vertical-align: middle;
}

.list-table th
{
  text-transform: uppercase;
  font-weight:normal;
  background-color: #000;
  color:#fff;
}

.list-table td
{
  background: #fff;
  font-weight:300;
  font-size: 1.125em;
}

.list-table .even td
{
  background: #eee;
}

.list-table .button
{
  clear: left;
  margin-top: 2px;
}

.list-table h2
{
  text-transform: uppercase;
  font-weight: 300;
}

.list-table .img
{
  float:left;
  width:auto;
  margin-right: 1em;
  max-width: 70px;
  min-width: 50px;
}

.list-table td:first-child
{
  font-size:1em;
}

.list-table small
{
  font-weight: 300;
  font-size:0.875em;
  display: block;
}

.old-price
{
  display: block;
  text-decoration: line-through;
  color:#333;
  font-size: 0.75em;
}

/* lists end */

/* basket & orders */

.steps
{
  float:left;
  width:100%;
  height: 60px;
  margin-bottom: 2em;
}

.steps span
{
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  text-align: center;
  float:left;
  width: 33.333333333%;
  font-size: 1.5em;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(img/step.png);
  text-align: center;
  vertical-align: top;
  color:#ddd;
}

.steps.step-1 span:first-child
{
  color:#000;
  font-size: 1.75em;
}

.steps span:last-child
{
  background-image: none;
}

.steps.step-2 span:first-child,
.steps.step-3 span:nth-child(2)
{
  color:#ddd;
}

.steps.step-2 span:nth-child(2)
{
  color:#000;
  font-size: 1.75em;
}

.steps.step-3 span:first-child
{
  color:#ddd;
}

.steps.step-3 span:last-child
{
  color:#000;
  font-size: 1.75em;
}

.confirm-order-form .std-form .checkbox
{
  margin-bottom: 0;
}

.list-table input
{
  border: 0 none;
  width: 30px;
  padding: 2px 5px;
  line-height: 32px;
  height: 32px;
  border:1px solid #eee;
  text-align: center;
}

.summary li
{
  padding: 10px 16px;
  text-align: right;
  float:left;
  width:100%;
  font-size:1em;
  box-sizing: border-box;
  font-size:1.25em;
}

.summary .last
{
  font-size: 3em;
  font-weight: normal;
  border-bottom: 0;
  color:#e6ab66;
}

.summary span
{
  float: left;
}

.summary .last span
{
  font-size:0.45em;
  color:#000;
  font-weight: normal;
  text-transform: uppercase;
}

.summary li.even
{
  background-color: #eee;
}

.summary li strong
{
  font-weight: 300;
}

.section
{
  float:left;
  width:100%;
  margin-bottom:1em;
}

.discount-box
{
  float:left;
  width:100%;
  padding:1em;
  border:1px solid #eee;
  margin-bottom: 1em;
  box-sizing: border-box;
  background-color: #eee;
  margin-top:1em;
}

.discount-box .submit-box
{
  margin-bottom: 0 !important;
}

.discount-box .submit-box .button
{
  float:left;
}

.discount-box .std-form li
{
  margin-bottom: 1em;
}

.discount-box p{
float:left;
height:48px;
line-height:48px;
box-sizing:border-box;
}

.discount-box p::after{
content: "|";
padding:0px 20px;
}

#paczkomaty > div
{
  height: 400px;
}

.delivery-selection
{
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  border: 1px solid #ddd;
  margin-bottom: 48px;
  clear: both;
}

.demanded{
padding:7px 20px 5px 20px;
background:#ddd;
font-size:12px;
color:black;
text-transform:uppercase;
float:left;
border-radius:3px 3px 0px 0px;
font-weight:400;
}


.blink {
  display:inline-block;
  animation: blinkpause 5.5s infinite;
}

@keyframes blinkpause {
  0%   { opacity: 1; }
  7%   { opacity: 0; }   /* pierwsze zniknięcie (0.25s) */
  14%  { opacity: 1; }
  21%  { opacity: 0; }   /* drugie zniknięcie */
  28%  { opacity: 1; }
  35%  { opacity: 0; }   /* trzecie zniknięcie */
  42%  { opacity: 1; }   /* po miganiu */
  100% { opacity: 1; }   /* widoczny do końca cyklu */
}

.delivery-selection h5
{
  display: none;
}

.delivery-selection > div
{
  padding: 15px 20px;
  width: 50%;
  box-sizing: border-box;
}

.delivery-selection > div:first-child
{
  border-right: 1px solid #ddd;
}

.delivery-selection h4
{
  font-size: 1.25em;
  margin-bottom: 20px;
}

.delivery-selection input
{
  display: none;
}

.delivery-selection label
{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 20px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  font-weight: bold;
  box-sizing: border-box;
}

.delivery-selection input:checked + label
{
  border: 3px solid #000;
  padding: 15px 20px;
  background-color: #e6e6e6;
  box-sizing: border-box;
}

.delivery-selection label em
{
  display: flex;
  width: 80px;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.delivery-selection img
{
  display: block;
}

.delivery-remarks .ed
{
  display: none;
  border: 1px solid #ddd;
  padding: 15px 20px;
  margin-bottom: 48px;
}

.payment-selection
{
  border: 1px solid #ddd;
  margin-bottom: 48px;
  clear: both;
}

.payment-selection input
{
  display: none;
}

.payment-selection > div > label,
.payment-selection .channels
{
  border-bottom: 1px solid #ddd;
  padding: 15px 20px;
}

.payment-selection > div > label
{
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.payment-selection > div > input:checked + label
{
  background: #000;
  color: #fff;
}

.payment-selection > div > input:checked + label span.choose{
	animation: none!important;
}

.payment-selection > div > input + label span.choose::before {
  content: 'Kliknij by wybrać';
}

.payment-selection > div > input:checked + label span.choose::before {
  content: 'Wybrane';
}

.payment-selection > div > label span
{
  font-size: 1.25em;
}

.choose{
font-size:14px!important;
font-weight:400;
animation: blinkpause 5.5s infinite;
}

.choose-no-blink{
font-size:14px!important;
font-weight:400;
}

.channels
{
  --columns: 5;
  --gap: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}

.channels input
{
  display: none;
}

.channels label
{
  width: calc(100 / var(--columns) * 1% - (var(--gap) * (var(--columns) - 1) / var(--columns)));
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 15px 20px;
  cursor: pointer;
}

.channels img
{
  display: block;
  width: 75%;
  margin: 0 auto;
}

.channels span
{
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.channels input:checked + label
{
  color: #fff;
  /*background: #000;*/
  border-color: #000;
  border-width: 3px;
  transform: scale(0.7);
  transition: all 0.2s;
}

.blik-form
{
	padding-top: 20px;
	margin-bottom: 30px;
}

.blik-form label
{
	float: left;
	font-size: 1.25em;
	line-height: 50px;
	margin-right: 20px;
	text-transform: uppercase;
}

.blik-form input
{
	height: 50px;
	line-height: 50px;
	letter-spacing: 10px;
	border: 1px solid #dadada;
	text-align: center;
	font-size: 1.5em;
	width: 150px;
	margin-bottom: 30px;
}

.blik-form .button
{
	clear: both;
	margin-bottom: 30px;
}

.blik-form .spinner,
.blik-form .notices,
.blik-form .errors
{
	display: none;
}

/* basket & orders end */

/* filters */

.filters
{
  border-top:1px solid #eee;
  padding-top:1em;
}

.filters > .button
{
  margin-bottom: 1em;
  float:right;
}

.filters .section
{
  display: none;
  margin-top: -1em;
}

.filters ul
{
  margin-bottom: 1em;
}

.filters li
{
  float: left;
  width: 24.7%;
  margin: 0 1.96% 0.5em 0;
  height: 1.5em;
  overflow: hidden;
}

.filters li input
{
  float: left;
  margin-right: 10px;
}

.filters .section .button
{
  float: right;
  margin-bottom: 1.25em;
}

.filters p
{
  cursor: pointer;
}

.filters p span
{
  padding-right:1em;
  background: url(img/expand-menu.png) no-repeat right center;
}

.filters p.open span
{
  background-image: url(img/collapse-menu.png);
}

.filters .wrap
{
  border-bottom: 1px solid #eee;
  margin-bottom: 1.5em;
  float: left;
  width: 100%;
}

/* filters end */

/* contact */

.map
{
  width:100%;
}

.map iframe
{
  width:100% !important;
}

/* contact end */

/* news */

.news-list article
{
  float:left;
  width:23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 0 16px;
  background-color: #faf5ef;
  box-sizing: border-box;
}

.news-list article:nth-child(4n)
{
  margin-right: 0;
}

.news-list article:hover,
.news-list article:hover h2 a
{
  background-color: #231f20;
  color:#fff;
}

.news-list figure
{
  margin-left: -16px;
  width: calc(100% + 32px);
  margin-bottom: 1em;
}

.news-list h2
{
  text-transform: uppercase;
  font-size: 1.125em;
  height: 48px;
  font-weight: 900;
  background: url(img/news-line.jpg) no-repeat left bottom;
  padding-bottom:10px;
}

.news-list time
{
  display: block;
  padding: 10px 0;
  color:#e6ab66;
  font-size: 0.875em;
}

.news-list .ed
{
  height:5em;
  overflow: hidden;
}

.news-list header
{
  float:none;
}

.news-list .button
{
  width: calc(100% + 32px) !important;
  box-sizing: border-box;
  margin-left: -16px;
}

.news-list .button:hover
{
  background-color: #e6ab66 !important;
}

.news-box
{
  padding-top:194px;
  background: url(img/wood.jpg) no-repeat left top;
  float:left;
  width:100%;
  margin-top:-100px;
  z-index: -1;
}

.news-box p.box-title
{
  text-transform: uppercase;
  font-weight: 900;
  font-size: 3em;
  text-align: center;
  padding-bottom: 2em;
  background: url(img/news-line.png) no-repeat center 1.75em;
}

/* news end */

/* product */

.product figure
{
  width:500px;
  float:left;
  margin-bottom: 1em;
}

.product .content
{
  width: calc(100% - 500px - 2em);
  float:right;
  margin-bottom: 1em;
}

.product .content.full
{
  width:100%;
}

.product .content h1
{
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1em;
  margin-bottom: 1em;
  border-bottom:1px solid #e6e6e6;
  padding-bottom: 1em;
}

.product .content .data
{
  padding:2em;
  padding-top:0;
  box-sizing: border-box;
  width:100%;
  float:left;
}

.product .img-main
{
  border: 1px solid #eee;
  margin-bottom: 1em;
}

.product .data p
{
  margin-bottom: 1em;
  float:left;
  width:100%;
}

.product .data p.ppq{
  margin-bottom:0px!important;
}

.product .data p span
{
  float:left;
  line-height: 48px;
  height: 48px;
}

.product .data p > span:first-child
{
  width:120px;
  margin-right: 2em;
  font-weight: 300;
  text-transform: uppercase;
  text-align: right;
}

.product .data p > span strong
{
  font-weight: normal;
}

.product .data p > span:last-child
{
  width: calc(100% - 120px - 3em);
}

.product .data .select
{
  display: block;
  position: relative;
  font-style: normal;
  font-weight: normal;
}

.product .hasCustomSelect
{
  left:0;
}

.product .data select
{
  width: 100%;
  height:48px;
  line-height: 48px;
  font-size: 1em;
  border:1px solid #ddd;
}

.product .data .select span.customSelect
{
  background:#fff url(img/expand-menu.png) 96% center no-repeat;
  color:#000;
  height:48px;
  line-height: 48px;
  width: 100%;
  border:1px solid #e6e6e6;
  padding: 0 1em;
  box-sizing: border-box;
  overflow: hidden;
}

.product .data .select span.customSelectInner
{
  padding:0;
  line-height: 48px;
  width:100% !important;
  font-weight: normal;
}

.product .data .product-quantity input
{
  height:48px;
  line-height: 48px;
  padding: 0 1em;
  box-sizing: border-box;
  border:1px solid #e6e6e6;
  width:70px;
  text-align: center;
  float:left;
}

.product .data .price
{
  font-size: 2em;
  font-weight: bold;
  color:#e6ab66 !important;
  line-height: 48px;
  margin-left: 20px;
  height: auto !important;
}

.product .data .price > span
{
  line-height: 1.5em;
  height: auto;
  padding: 0;
}

.discount
{
  border: 1px solid #c00;
  padding: 5px;
  text-transform: uppercase;
  display: inline-block;
  color: #c00;
  margin-bottom: 10px;
  margin-left: 10px;
}

.product .data .price em
{
  font-style: normal;
  display: block;
  line-height: 48px;
}

.product-quantity .price > span {
  display: block;
  text-decoration: none;
}

.product .promo
{
  display: block;
  padding-left: calc(120px + 2em);
  font-size:15px;
}

.product-quantity .price > span > em {
  color:#e6ab66;
  display: block;
}

.product-quantity .price span span {
  font-size: 0.6em;
  display: block;
  line-height: 24px;
  height: 24px;
  text-align: left;
}

#size-selection-popup
{
  display: none;
  width:100vw;
  height:100vh;
  position:fixed;
  top:0px;
  left:0px;
}

.choosesize{
text-transform:uppercase;
font-weight:bold;
}

.size-choice{
float:left;
height:40px;
line-height:40px;
padding:0px 20px;
background:#e6ab66;
color:white;
margin-right:10px;
transition:all 0.2s;
margin-top:10px;
}

.size-choice:hover{
transition:all 0.2s;
transform:scale(0.9);
background:#a26e31;
color:white;
}

.dis{
cursor:not-allowed!important;
opacity:0.5;
}

/*.product .data .price em:last-child
{
  font-size:0.7em;
}*/

.product .data .brand
{
  margin-top:-10px;
}

.product .list-buttons
{
  float:left;
  width:100%;
  margin-top:-32px;
  height:auto;
  padding-bottom:35px;
}

.product .list-buttons a
{
    padding-left: 1em;
    width:100px;
    border:1px solid #333;
    background-color: #333;
    color:#fff;
    padding: 1em;
    background-image: none;
    text-transform: uppercase;
    font-size: 0.875em;
    line-height: 1.5em;
    border-radius: 3px;
    font-weight: bold;
}

.product .list-buttons a:hover {
    background-color: #e6ab66;
    border-color:#e6ab66;
    color:#fff;
}

.product .list-buttons .clipboard-button
{
  background-color: #fff;
  color:#333;
  font-weight: normal;
}

.product .description
{
  margin-bottom: 2em;
  float:left;
  width:100%;
}

.description p.list
{
  width: 100%;
  float:left;
  padding:1em 0;
  border-top:1px solid #e5e5e5;
  font-size: 1.25em;
}

.description p.list:first-child
{
  border:0;
  padding-top:0;
}

.description p.list span:last-child
{
  float:right;
  font-weight: bold;
  color:#e6ab66;
  text-transform: uppercase;
}

.product .description .ed img
{
  max-width: 320px;
  width:100%;
}

.product .notices
{
  padding: 0.5em;
  margin-bottom: 0.5em;
}

.product .share
{
  text-align: center;
  float:left;
  width: 100%;
}

.wrapfix{
max-width:100%;
float:left;
}

.wrapfix form{
max-width:100%;
padding:0px;
margin:0px;
display:inline-block;
}

.cart-bar
{
  display: none;
}

.cart-bar *
{
  color: #000 !important;
}

.cart-bar button{
color:white!important;
}


/* product end */

/* producers */

.manufacturers
{
  width:100%;
  float:left;
  text-align: center;
}

.home .manufacturers
{
  padding:3em 0;
  display:table;
}

.heading
{
  font-size: 3em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.5em;
}

.manufacturers a
{
  margin-left:2em;
}

.manufacturers a:hover img
{
  opacity: 0.9;
}

.home .manufacturers a{
float:left;
width:calc(20% - 12px);
height:60px;
line-height:60px;
margin:6px;
border:1px solid #ccc;
box-sizing:border-box;
text-align:center;
display:table-cell;
vertical-align:middle;
}

.home .manufacturers a img{
display:inline-block;
max-width:100%;
max-height:100%;
}

/* producers end */

/* footer */
footer
{
  margin-top: 2em;
}

.plain footer
{
  margin-top: 0;
}

footer .copy
{
  padding-bottom:2em;
  float:left;
  width:100%;
  background-color: #1c1c1c;
}

footer .copy p
{
  float:right;
  color:#999;
}

footer .copy p a
{
  color:#999;
}

footer .copy p:first-child
{
  float:left;
}

footer .copy .inner-wrapper > div
{
  border-top:1px solid #494949;
  padding-top:2em;
}

footer .menu
{
  background-color: #1c1c1c;
  float:left;
  width:100%;
  color:#999;
  text-align: center;
}

footer .menu a
{
  color:#fff;
  line-height: 70px;
  height:70px;
  margin-left:2em;
  font-weight: 900;
  text-transform: uppercase;
  font-size:0.875em;
}

footer .menu nav,
footer .sns-box
{
  float:left;
  width:100%;
}

footer .menu a:first-child
{
  margin-left:0;
}

footer .menu a:hover
{
  color:#e6ab66;
}

footer .sns-box
{
  text-align: center;
}

footer .sns-box a
{
  margin-left: 1em;
}

footer .sns-box img
{
  vertical-align: middle;
}

footer .newsletter
{
  float:left;
  width:100%;
  background-color: #111111;
  padding: 4em 0;
}

footer .newsletter p.heading
{
  font-size: 3em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 0.5em;
}

footer .newsletter ul.form,
footer .newsletter .ed
{
  max-width: 540px;
  margin:0 auto;
  display: block;
}

footer .newsletter ul.form li
{
  float: left;
  width: calc(100% - 140px);
  border-bottom:1px solid #999;
  height: 44px;
  line-height: 44px;
}

footer .newsletter ul.form li.submit-box
{
  width: 140px;
  height: 44px;
  line-height: 44px;
}

footer .newsletter ul.form input,
footer .newsletter ul.form button
{
  width: 100%;
  background: transparent;
  border: 0 none;
  display: block;
  height: 44px;
  line-height: 44px;
  box-sizing: border-box;
  color:#999;
}

footer .newsletter ul.form button span
{
  text-transform: uppercase;
  color:#fff;
  text-transform: uppercase;
  font-weight: 900;
  padding-left:1.5em;
  background-image: url(img/envelope.png);
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 0.875em;
}

footer .newsletter .ed p
{
  text-align: center;
  color:#999;
  margin-bottom: 1em;
  font-size: 0.875em;
}

footer .newsletter input::-webkit-input-placeholder
{
  color:#999;
}

footer .newsletter input:-moz-placeholder
{
  color:#999;
  opacity:  1;
}

footer .newsletter input::-moz-placeholder
{
  opacity:  1;
  color:#999;
}

footer .newsletter input:-ms-input-placeholder
{
  color:#999;
}

footer .newsletter ul.form li.accept
{
  width:100%;
  border-bottom:0;
  height:auto;
  line-height: 1em;
  margin-top:2em;
}

footer .newsletter ul.form li.accept input
{
  float:left;
  width:auto;
  height:auto;
}

footer .newsletter ul.form li.accept label
{
  color:#999;
  font-size: 0.75em;
  line-height: 18px;
  float:left;
  margin-left:0.5em;
  max-width: 90%;
}

footer .newsletter ul.form li.accept a
{
	color:#fff;
}

.hide{
	display:none;
}

.show{
	display:initial;
}

#o-widget-lws{
bottom:70px;
background-color:#fff!important;
}

#o-widget-lws svg{
fill:#95b32f!important;
}

#cookie-modal-wrapper + svg{
display:none!important;
}

/* ie >= 9 bugfix */
@media screen and (min-width:0\0)
{
  footer .newsletter ul.form input
  {
    line-height:1em;
  }
}

footer .newsletter ul.form li.submit-box input
{
  width: 140px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1em;
  background-color: #e6ab66;
  color:#fff;
  font-weight: bold;
}

.cookie-toggle{
height:40px;
line-height:40px;
position:fixed;
bottom:0px;
left:50px;
background:url('img/cookie.svg') no-repeat left 15px top 7px white;
background-size:25px 25px;
padding:0px 15px 0px 55px;
border-radius:4px 4px 0px 0px;
font-size:14px;
cursor:pointer;
box-shadow:2px -2px 4px black;
}

.cookie-toggle:hover{
transition:all 0.2s;
transform:scale(0.9);
}

/* footer end */

/* cookies box */
.cookies-box
{
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  background: rgba(0,0,0,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cookies-box-wrapper
{
  padding: 25px 30px;
  background: #fff;
  max-width: 400px;
  width: 80vw;
}

.cookies-box .labels
{
  margin: 20px 0;
}

.cookies-box .labels > div
{
  margin-top: -1px;
  border: 1px solid #e1e1e1;
  padding: 10px 15px;
}

.cookies-box .labels div div
{
  display: none;
}

.cookies-box .labels p
{
  font-weight: bold;
  background: url('img/expand-menu.png') no-repeat left center;
  background-size: 10px auto;
  padding-left: 20px;
  cursor: pointer;
}

.cookies-box .labels input
{
  display: none;
}

.cookies-box label
{
  float: right;
  height: 20px;
  margin-top: -20px;
  background: #999;
  width: 40px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}

.cookies-box input:checked + label
{
  background: #000;
}

.cookies-box label span
{
  position: absolute;
  background: #fff;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: 2px;
  left: 2px;
  transition: left 0.4s;
}

.cookies-box input:checked + label span
{
  left: 20px;
}

.cookies-box .labels div div
{
  margin-top: 10px;
}

.cookies-box .buttons
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cookies-box .buttons a
{
  background: #000;
  padding: 10px 15px;
  color: #fff;
  text-transform: uppercase;
}

/* cookies box end */

.scroll-up
{
	position:fixed;
	bottom:35px;
	right:80px;
	display:none;
	background: url('img/collapse-menu.png') no-repeat center center;
  z-index:55;
  padding:1em;
  width:1em;
  height:1em;
  background-color: rgba(255,255,255,0.9);
  border-radius:50%;
  cursor: pointer;
  border:1px solid #999;
  z-index: 999;
}

/* SLIDER GALLERY */

#slider{
width:100%;
float:left;
z-index:100;
margin-top:0px;
border:1px solid #e6e6e6;
margin-bottom:40px;
position: relative;
}

/* SLIDER GALLERY END */

/* Additional styles */

.jssocials-share-link{
padding:0.5em 0.5em!important;
}

.price p small{
width:100%;
float:left;
text-align:center;
font-size:12px;
margin-top:5px;
}

.omnibus-div{
width:100%;
display:inline-block;
text-align:left;
font-size:12px;
color:black;
line-height:17px;
padding-left: calc(115px + 3em) !important;
box-sizing:border-box;
clear: both;
}

/* popup */

.overlay{
width:100vw;
height:100vh;
position:fixed;
background-color:rgba(0,0,0,0.3);
z-index:9999;
}

.popup{
width:50%;
padding:25px;
box-sizing:border-box;
background:white;
margin:200px 0px 0px 25%;
float:left;
position:relative;
}

.popup-left{
width:40%;
float:left;
}

.popup-left img{
float:left;
width:100%;
}

.popup-right{
width:55%;
float:right;
}

.popup-right .itemname{
width:100%;
float:left;
text-transform:uppercase;
font-size:1.125em;
font-weight:300;
line-height:1em;
margin-bottom:1em;
border-bottom:1px solid #e6e6e6;
padding-bottom:1em;
text-align:left;
margin-top:15px;
}

.popup-right p{
float:left;
width:100%;
text-align:left;
}

.popup-spacer{
width:100%;
float:left;
height:25px;
}

.popup-buttons{
width:100%;
float:left;
}

.popup-buttons a{
float:left;
font-size:0.875em;
padding:15px 0px;
width:44%;
color:white;
text-transform:uppercase;
transition:all 0.2s;
background:#333;
border-radius:3px;
margin-right:20px;
text-align:center;
font-weight:bold;
}

.popup-buttons a:last-child{
margin-right:0px;
}

.popup-buttons a:hover{
transition:all 0.2s;
background:#e6ab66;
transform:scale(1.1);
}

a#closepopup,
.popup .close{
width:25px;
height:25px;
background:url('img/close.svg') no-repeat center center;
background-size:100% 100%;
cursor:pointer;
position:absolute;
top:10px;
right:10px;
transition:all 0.2s;
}

a#closepopup:hover,
.popup .close:hover{
transition:all 0.2s;
transform:scale(0.9);
}

/* popup end */

.msh{
font-family:'Times New Roman'!important;
font-weight:400;
font-size:34px;
margin-top:50px;
}

.msh:first-child{
margin-top:10px;
}

.homestripe{
width:100%;
padding:50px 0px 90px 0px;
}

.homestripe:nth-child(odd) {
background:#f2f2f2;
}

.seeour{
width:250px;
height:40px;
line-height:40px;
font-size:16px;
color:black;
border:1px solid black;
text-align:center;
float:left;
background:white;
margin-left:calc(50% - 125px);
transition:all 0.2s;
margin-top:25px;
}

.seeour:hover{
transition:all 0.2s;
border:1px solid #e6ab66;
transform:scale(0.9);
}

.fa{
padding-right:10px;
}

#gpsr,
#gpsr p{
font-size:13px;
line-height:25px;
}

#gpsr{
padding:30px 0px;
display:none;
padding:0px 30px 30px 30px;
background:#f5f5f5;
max-width:370px;
}

.gpsr-intro{
padding:30px;
background:#f5f5f5;
font-size:0.9em;
color:black;
text-align:center;
display:inline-block;
margin-top:55px;
max-width:370px;
}

.centerit{
width:100%;
display:inline-block;
text-align:center;
}

#show-gpsr{
height:35px;
line-height:35px;
border:2px solid #333;
border-radius:4px;
display:inline-block;
margin:10px 0px 0px 0px;
padding:0px 10px;
cursor:pointer;
transition:0.2s;
}

#show-gpsr:hover{
background:#333;
color:white;
transition:0.2s;
}

.p24raty{
width:100%;
float:left;
margin-top:0px;
margin-bottom:50px;
}

.p24raty img{
float:left;
}

.p24raty p{
width:100%;
float:left;
margin-top:15px;
}

.company-details{
padding:20px 0px;
text-align:center;
display:inline-block;
}

.company-details span{
padding-left:10px;
padding-right:10px;
font-size:15px;
}

.gpsr-record{
width:100%;
float:left;
margin-bottom:5px;
}

.gpsr-left{
width:120px;
float:left;
text-align:right;
padding-right:20px;
box-sizing:border-box;
}

.gpsr-right{
float:left;
text-align:left;
width:calc(100% - 120px);
}

.jssocials-share-logo{
padding-left:2.5px;
}

.goodsimg-container{
width:100%;
display:inline-block;
text-align:center;
}

.goodsimg{
display:block;
margin:0px auto 15px auto;
max-width:100%;
}

.curpoi{
cursor:pointer;
}

/* Additional styles end */


/* tabela z formularzami */

@media screen and (max-width: 880px){

table.files td{
width:100%;
box-sizing:border-box;
display:block!important;
max-width:none!important;
padding-bottom:50px!important;
}

@media screen and (max-width: 800px){

.product .data p span.promo{
height:auto;
line-height:35px;
}

.discount{
margin-left:0px;
}

}

@media screen and (max-width: 500px){

table.files td div{
width:100%!important;
}

.filters li{
width:100%;
}
	
}

}

/* tabela z formualrzami end */

/* RWD */

@media screen and (max-width: 1180px)
{
  .slider div.content h3
  {
    font-size: 1.5em;
  }

  .slider div.content
  {
    max-width: 40%;
  }

  .product figure
  {
    width:380px;
  }

  .product .content
  {
    width: calc(100% - 380px - 2em);
  }

  .headline h1
  {
    font-size: 1.75em;
  }

  .aside aside
  {
    width: 160px;
  }

  .aside main
  {
    width: calc(100% - 180px);
  }

  footer .copy p,
  footer .menu nav
  {
    width: 100%;
    text-align: center;
  }

  footer .menu
  {
    height:auto;
  }
}

@media screen and (max-width: 1100px)
{

.popup{
width:76%;
margin:140px 0px 0px 12%;
}	

}

@media screen and (min-width: 1100px)
{
  .std-form.placeholder-form li
  {
    width: 32%;
  }
  
  .std-form.placeholder-form li:nth-child(2n)
  {
    margin-right: 2%;
  }
  
  .std-form.placeholder-form li:nth-child(3n)
  {
    margin-right: 0;
  }
}

@media screen and (max-width: 980px)
{
  aside,
  .hr,
  .up800
  {
    display: none;
  }

  .aside main
  {
    width: 100%;
  }

  header .lr
  {
    display: inline-block;
  }

  footer .newsletter p.heading,
  .manufacturers .heading
  {
    font-size: 2em;
  }

  .news-list article
  {
    float: left;
    width: 49%;
  }

  .news-list article:nth-child(2n)
  {
    margin-right: 0;
  }

  .product figure
  {
    width: 280px;
  }

  .product .content
  {
    width: calc(100% - 280px - 1em);
  }

  .product .content .data
  {
    padding:1em;
  }

  .product .data .price
  {
    margin-left: 0.5em;
    font-size:2em;
  }

  .user-box div
  {
    width:140px;
    left: -55px;
    top: 40px;
  }

  .user-box li a
  {
    padding:0.5em;
    padding-left:2em;
  }

  .lined-headline
  {
    font-size:1.5em;
  }

  .box-list li
  {
    width: 31.5%;
    margin-right: 2% !important;
  }

  .box-list li:nth-child(3n)
  {
    margin-right: 0 !important;
  }

  .steps span
  {
    font-size: 1em;
  }

  .steps.step-1 span:nth-child(1),
  .steps.step-2 span:nth-child(2),
  .steps.step-3 span:nth-child(3)
  {
    font-size: 1.25em;
  }

  .slider div.content h3
  {
    font-size: 1.5em;
  }

  .std-form li
  {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
  }
  
  .home .manufacturers a{
	width:calc(25% - 12px);
	}
	
.popup-buttons a{
width:70%;
margin-bottom:10px;
}

.description{
width:100%;
box-sizing:border-box;
margin-left:0px;
margin-right:0px;
padding-left:0px;
padding-right:0px;
overflow-x:hidden;
}

.description ul{
box-sizing:border-box;
width:90%!important;
}
  
}

@media screen and (max-width: 850px)
{
  .delivery-selection h4
  {
    text-align: center;
  }
  
  .delivery-selection label em,
  .delivery-selection label span
  {
    width: 100%;
    text-align: center;
  }
  
  .delivery-selection label em
  {
    margin-bottom: 10px;
  }
  
  .channels
  {
    --columns: 4;
  }
}

@media screen and (max-width: 768px)
{
  .list-table td,
  .list-table th
  {
    font-size: 0.875em;
    font-weight: 300;
  }

  .up600
  {
    display: none;
  }

  .steps span
  {
    font-size:0.875em;
  }

  .headline h1
  {
    font-size: 1.5em;
  }

  .box-list li
  {
    width: 49%;
  }
  
  .recommendation-box .box-list li
  {
    width: 100%;
    margin-right: 0;
  }

  .box-list li:nth-child(2n)
  {
    float:right;
  }

  .box-list li:nth-child(2n)
  {
    margin-right: 0 !important;
  }

  header .toolbar.first
  {
    width:270px;
  }

  header .toolbar.first a,
  header .toolbar.first a span
  {
    margin-right: 0.5em;
  }

  .product .content
  {
    width:100%;
  }

  .product figure
  {
    max-width: 468px;
    width:100%;
    margin:0 auto;
    float:none;
    clear: both;
  }

  .product h1
  {
    text-align: center;
  }

  .lined-headline
  {
    text-align: center;
  }

  .lined-headline span
  {
    background-position: center bottom;
  }

  footer .menu
  {
    padding: 1em 0;
  }

  footer .menu a
  {
    line-height: 35px;
  }

  footer
  {
    margin-top:1em;
  }

  .slider div.content
  {
    max-width: 60%;
  }

  .slider div.content h3
  {
    font-size: 1.25em;
  }

  .slider .button
  {
    font-size: 0.75em;
  }

  .steps.step-1 span:nth-child(1),
  .steps.step-2 span:nth-child(2),
  .steps.step-3 span:nth-child(3)
  {
    font-size: 1em;
  }

  .manufacturers a
  {
    margin-left:1em;
  }

  .manufacturers a img
  {
    max-width: 90px;
  }

  .pa-toolbar .pa-menu {
      display: none;
  }
  
  .column
  {
  width: 100%;
  padding: 20px 0px;
  margin-left: 0;
  }

}

@media screen and (max-width: 730px)
{

.popup{
width:88%;
margin:100px 0px 0px 6%;
padding:15px;
}

.popup-left{
width:100%;
}

.popup-left img{
width:50%;
margin-left:25%;
}

.popup-right{
width:100%;
}

.popup-buttons a{
width:100%;
margin-right:0px;
}
	
}

@media screen and (max-width: 700px)
{
 
	.home .manufacturers a{
	width:calc(33% - 12px);
	}
	
	.box-list li{
	padding-bottom:20px;
	}

  .channels
  {
    --columns: 3;
  }
}

@media screen and (max-width: 640px)
{
  .intro a
  {
    width: 100%;
  }
  
  .intro a img:first-child
  {
    display: none;
  }
  
  .intro a img:nth-child(2)
  {
    display: block;
  }
  
  .intro a span
  {
    bottom: 15px;
  }
}

@media screen and (max-width: 568px)
{
  header
  {
    border-bottom: 1px solid #bbb;
    margin-bottom: 1em;
  }

  footer .newsletter p.heading
  {
    font-size: 1.5em;
  }

  .headline
  {
    height: 155px;
  }

  .steps
  {
    display: none;
  }

  .summary .last span
  {
    font-size: 0.5em;
  }

  .std-form li.wide-select
  {
    width:100%;
    margin-right: 0;
  }

  .std-form li.wide-select p
  {
    width: 100%;
  }

  footer .newsletter ul.form li.accept label
  {
    width: calc(100% - 40px);
  }

  .sns-box span
  {
    display: block;
    margin:0.5em 0;
  }

  footer .newsletter,
  .manufacturers
  {
    padding: 2em 0;
  }

  .actions
  {
    background-color: transparent;
  }

  .actions .button
  {
    width:100% !important;
    margin:0;
    margin-bottom: 8px;
    box-sizing: border-box;
  }
  
  .search-hints .tabs
  {
    display: block;
  }
  
  .search-hints .recommendation-box
  {
    display: none;
    float: none;
    width: 100%;
  }
  
  .search-hints .recommendation-box:first-child
  {
    display: block;
  }
  
  .cart-bar
  {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 110;
    border-top: 1px solid #000;
    background: #fff;
    width: 100%;
    padding: 7px 2%;
	box-sizing: border-box;
  }
  
  .cart-bar .button
  {
    float: right;
	height: 40px;
	line-height: 40px;
	transition:all 0.2s;
  }
  
  .cart-bar .button:hover{
	transition:all 0.2s;
	transform:scale(0.9);
  }
  
  .cart-bar .price{
	margin-top:13px;
	float:left;
	font-size:18px;
  }
  
  .cart-bar .con-tooltip{
	display:none;
  }
  
  .cart-bar .price span
  {
    text-decoration: none;
  }
  
  .cart-bar .price span em{
   font-style: normal;
   font-size: 14px;
  }
  
  .cart-bar .price span span em
  {
    text-decoration: line-through;
  }
  
  .cart-bar span.price{
	padding-right:20px;
	display:block;
	width:100%;
	float:left;
  }
  
  .cart-bar span.promo{
	  font-size:14px;
	  display:block;
	  width:100%;
	  float:left;
  }
  
  .cart-bar .discount{
	  font-size:12px;
  }
  
  .cart-bar button{
	  font-size:12px;
	  margin-top:-45px;
  }
  
  .cart-bar strong.price{
	  width:100%;
	  display:block;
	  margin:0px;
	  padding:0px;
  }
  
  .search .hints
  {
    grid-template-columns: 1fr;
    grid-template-areas:
      'products'
      'categories'
      'manufacturers'
    ;
  }
  
  .recommendation-box .box-list li
  {
    width: 47.5%;
    margin-right: 2% !important;
    color: #000;
    padding: 0.6em;
  }


.ed table td{
padding:3px;
font-size:13px;
box-sizing:border-box;
max-width:25%;
}	

  .delivery-selection
  {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    grid-auto-rows: min-content;
    grid-template-areas: 
      'tab1 tab2'
      'content content'
    ;
    padding: 0;
    border: 0 none;
    gap: 20px 0;
  }

  .delivery-selection > div
  {
    grid-area: content;
    width: 100%;
    border: 0 !important;
    padding: 0;
  }
  
  .delivery-selection > div:last-child
  {
    display: none;
  }
  
  .delivery-selection h4
  {
    display: none;
  }
  
  .delivery-selection h5
  {
    display: block;
    text-align: center;
    cursor: pointer;
    padding-bottom: 10px;
	font-size: 14px;
  }
  
  .delivery-selection h5.active,
  .delivery-selection h5:hover
  {
    border-bottom: 2px solid #000;
  }
  
  .delivery-selection label em,
  .delivery-selection label span
  {
    width: auto;
    margin-bottom: 0;
	font-size:14px;
  }
  
  .delivery-selection{

  }
  
  .demanded{
   display:none;
  }
  
  .delivery-selection label{
   
  }
}

@media screen and (max-width: 500px)
{

footer .menu a{
float:left;
width:100%;
height:28px;
line-height:28px;
margin:0px;
padding:0px 0px 0px 20px;
text-align:left;
box-sizing:border-box;
}

.sns-box{
margin-top:25px;
}

.home .manufacturers a{
	width:calc(50% - 12px);
	}
	
.home .tns-outer
{
  margin: 0 45px;
  width: calc(100% - 90px);
}

.home .tns-outer .tns-controls button:first-child{
left:-30px;
transform:scale(0.9);	
}

.home .tns-outer .tns-controls button:last-child{
right:-30px;
transform:scale(0.9);
}

  .channels
  {
    --columns: 2;
  }
}

@media screen and (max-width: 468px)
{
  .actions
  {
    padding: 1em;
  }

  .list-table th,
  .list-table td
  {
    padding: 0.5em;
    font-size: 0.875em;
  }

  .headline
  {
    min-height: 100px;
    height: auto;
  }

  .box-list li,
  .news-list article
  {
    width: 100%;
    margin-right: 0;
  }

  .news-list h2,
  .news-list .ed,
  .news-list div
  {
    height: auto;
  }

  .summary .last
  {
    font-size: 2em;
  }

  .headline h1
  {
    font-size: 1.25em;
  }

  .product .content .data
  {
    padding:0;
    background-color: #fff;
  }

  .description p
  {
    font-size: 1em;
  }

  .product .buttons .cart-button,
  .product .buttons .clipboard-button
  {
    width: 100% !important;
    margin:0;
  }

  .product .buttons .clipboard-button
  {
    margin-top:10px;
  }

  .product .buttons
  {
    width: 100%;
  }

  .product .data p > span:last-child
  {
    width: 100%;
    text-align: center;
  }

  .product .data p > span:first-child
  {
    display: none;
  }

  .product .list-buttons
  {
    margin-top:10px;
  }
  
  .box-list .tooltip
  {
    display: block;
    position: static;
    margin-bottom: 10px;
  }

  .list-tabs .tab-nav
  {
    margin-left: 1em;
  }

  .cookies-box
  {
    max-width:100%;
    width:100%;
    bottom:0;
    left:0;
    box-sizing: border-box;
  }

  .cookies-box .ed
  {
    font-size:0.9em;
  }

  .cookies-box .close
  {
      font-size: 0.75em;
  }
  
  .recommendation-box .box-list li
{
  width:47.5%;
}

.search input[type="text"]{
/*width: 40px;*/
font-size:14px;
}

/*
.search{
padding-right:0px;
}

header .toolbar-first{
padding-bottom:8px;
}

.search-hints{
top:85px;
}
*/

.omnibus-div, .promo{
padding-left: 0 !important;
text-align: left !important;
}
  
}

@media screen and (max-width: 420px)
{
	
.recommendation-box .box-list li
{
  width: 100%;
  margin-right: 0 !important;
}

.recommendation-box .box-list .img{
width:30%;
}

.box-list li > div div{
height:11.5em;
}

.company-details{
padding:20px 5%;
text-align:left;
display:inline-block;
width:100%;
box-sizing:border-box;
}

.company-details span{
padding-left:0px;
padding-right:0px;
clear:left;
float:left;
font-size:12px;
}

.sns-box span{
text-align:left;
text-indent:5%;
}

}

@media screen and (max-width: 368px)
{
  .summary li
  {
    font-size: 1em;
  }

  summary .last
  {
    font-size: 1.25em;
  }
}

.additional-benefits {
  padding: 1em 2em;
  margin-left: 145px;
  font-size: 0.875em;
  clear: both;
}

.additional-benefits i {
  margin-right: 1em;
}

.additional-benefits div {
  margin-bottom: 0.25em;
}

.additional-benefits a {
  text-decoration: underline;
}

@media screen and (max-width: 480px)
{
  .additional-benefits {
    margin-left: 0;
  }
  
  .slider img:nth-child(2n)
  {
    display: block;
  }
  
  .slider img:first-child
  {
    display: none;
  }
}

.avatar-label {
  display: inline-block;
  position: absolute;
  font-size: 0.75em;
  z-index: 1;
}

.avatar-label span {
  background-color: #1c1c1c;
  color:#fff;
  font-weight: bold;
  padding: 5px;
}

.avatar-label img {
  max-width: 80px!important;
  max-height: 40px!important;
}

.avatar-label em
{
  color: #000;
  display: none;
  position: absolute;
  z-index: 1;
  background: #fff;
  bottom: -18px;
  font-size: 1em;
  font-style: normal;
  text-align: center;
  left: 0;
  width: auto;
  min-width: 100%;
  padding:8px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(66, 68, 90, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(66, 68, 90, 1);
  box-shadow: 0px 0px 5px 0px rgba(66, 68, 90, 1);
}

.avatar-label--top-left {
  top: 5px;
  left: 5px;
}

.avatar-label--top-right {
  top: 5px;
  right: 0;
}

.avatar-label--bottom-left {
  bottom: 5px;
  left: 5px;
}

.avatar-label--bottom-right {
  bottom: 5px;
  right: 5px;
}

.con-tooltip {
  position: relative;
  border-radius: 3px;
  padding: 0 0.5em;
  margin: 5px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  cursor: default;
  line-height: normal !important;
}

.con-tooltip span
{
  line-height: normal !important;
}

.tooltip-body {
  visibility: hidden;
  z-index: 1;
  opacity: .40;
  width: auto;
  min-width:200px;
  padding: 1em;
  padding-bottom: 0;
  font-size: 0.85em;
  background: #FFFFFF;
  color: #323232;
  position: absolute;
  top:-40%;
  left: -25%;
  border-radius: 3px;
  transform: translateY(9px);
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 1px rgba(56, 54, 54, 0.86);
}

.con-tooltip:hover .tooltip-body{
  visibility: visible;
  transform: translateY(-10px);
  opacity: 1;
  transition: .3s linear;
  animation: odsoky 1s ease-in-out infinite  alternate;
}

@keyframes odsoky {
  0%{
    transform: translateY(6px);
  }

  100%{
    transform: translateY(1px);
  }

}

.bottom .tooltip-body { top:55%; left:-20%; }
