/* Reset 
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  text-shadow:none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; 
}
body {
  line-height: 1; 
}
blockquote, q {
  quotes: none; 
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; 
}
table {
  border-collapse: collapse;
  border-spacing: 0; 
}
a {
  outline: 0;
}

/* Basics
================================================== */
body {
  font-size: 14px;
  font-family: "Raleway", Helvetica, sans-serif;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; 
  background: #bdbdbd url('background-image.png?20190204191658') no-repeat scroll top center;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;


}
.gui{
  font: 14px "Raleway", Helvetica, Arial, sans-serif !important;
  
  
}
html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll; 
}     
.left { float: left !important; }

.right { float: right !important; }

.center { text-align: center; margin: auto; }

.hidden { display: none; }

/* Typography */
h1, h2, h3, h4, h5, h6, .gui-page-title, .gui-blog-article h1 a {
  font-weight: 600; 
  line-height: 1.2125em;  
  margin-top: -0.2em;
  margin-bottom: 10px !important;
  letter-spacing: 1.5px;
}
/* bug fix */
h3 { 
  margin-top: 0 !important; 
  margin-bottom: 0 !important;
}
h1, .gui-page-title,.gui-blog-article h1 a {
  font-size: 30px; 
  color:#595656 !important;
text-transform: uppercase;
font-weight:700 !important;
}

h2 { font-size: 1.6875em; }
h3 { font-size: 1.4375em; }
h4 { font-size: 1.375em; } 
h5 { font-size: 1.375em; } 
h6 { font-size: 1.375em; } 


h2 {
  font-weight:700 !important;
  font-size:18px;
  color:#595656;
text-transform:uppercase;
}

.white h2, .search h2 , .newsletter h2{
  font-weight:700;
  font-size:18px;
  color:#595656;
text-transform:uppercase;
line-height:60px;
margin-right:10px;
}
h3 {
  font-weight:700;
  font-size:16px;
  color:#595656;
}
h4{
  font-weight:300;
  color:#595656;
font-size:16px;
}

.filter h4  {
  color:#595656;
font-size: 12px;
margin-top: 10px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
}
/*.filter a  {
color:#fff !important;
}*/

.product h3, .related h3{
  color:#595656;
font-size: 12px;
padding-top: 10px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;

}

.newsletter h2{
  color:#ffffff;
}

p { 
  margin: 0 0 0 0;
  font-size:12px;
  color:#414141;
letter-spacing: 0.5px; 
line-height: 18px;

}
.filter p , .featured p , .filter2 p {
  margin: 0 0 0 0;
  font-size:12px;
  color:#666666
}

.newsletter p{
  color:#595959;
}

p img { margin: 0; }

em { font-style: italic; }
strong { font-weight: 600; }
small { font-size: 90%; }

hr { 
  border: solid #f0f0f0; 
  border-width: 1px 0 0; 
  clear: both; 
  margin: 0px; 
  height: 0; 
  width: 100%;
}
.no-underline a, a.no-underline { text-decoration: none !important;}
.line-through { text-decoration: line-through; }{ text-decoration: line-through; }

.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.text-justify { text-align: justify; }

/* Links */
a, a:visited { color: #444; text-decoration: underline; outline: 0; }
a:hover, a:focus { color: #000; }
p a, p a:visited { line-height: inherit; }

/* List */
ul, ol { list-style-position: inside; }
.no-list-style ul, ul.no-list-style { list-style: none outside; }
ol { list-style: decimal; }
ul ul, ul ol,
ol ol, ol ul { margin: 0.1em 0 0.1em 1em; font-size: 90%;  }

/* Input */
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #e5e5e5;
  padding: 6px 10px;
  outline: none;
  font-size: 14px;
  margin: 0;
  width: 285px;
  display: inline-block;
  background: #fff;
  line-height: 26px; 
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;  
  height:38px;
  color:#515050;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  border-radius: 0px;
}
select {
  padding: 0; 
}
input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
textarea:focus {
  border-color: #ccc; 
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border-color: #ccc; 
}
textarea {
  min-height: 60px; 
}
label {
  margin-right: 10px;
}
input[type="checkbox"] {
  display: inline; 
}


select[name=brand],
select[name=sort],
select[name=mode],
select[name=limit]{
  width:185px;
  height:30px;
  background-color: #F5F5F5;
  font-weight: 600;
  border: 0px;
  border-radius: 8px;  
  padding-top:4px;
  padding-left:4px;
  
} 

/* Buttons */
a.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background:  #b39964;
border: 0px solid #e5e5e5;
color: #fff;
display: inline-block;
font-size: 18px;
font-weight:700;
line-height: 26px;
text-decoration: none;
cursor: pointer;
padding: 6px 10px;
text-transform:uppercase;
height: 38px;
position: relative;
top: 1px;
}

.btn_alt{
  border: 1px solid #797979;
color: # #797979 !important;
display: inline-block;
font-size: 14px;
font-weight:700;
/* line-height: 17px; */
text-decoration: none;
cursor: pointer;
line-height: normal;
padding: 8px 10px;
text-transform:uppercase;
border-radius:1px;
letter-spacing: 0.05em;
}

.btn_alt:hover{
  background-color:#797979;
border: 1px solid #797979;
color: #fcfcfc!important;
display: inline-block;
font-size: 14px;
font-weight:700;
/* line-height: 17px; */
text-decoration: none;
cursor: pointer;
line-height: normal;
padding: 8px 10px;
text-transform:uppercase;
border-radius:1px;
letter-spacing: 0.05em;
-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
transition: height 0.3s, opacity 0.3s, transform 0.3s;
}



a.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  text-decoration: none;
  border-color: #ccc;
}
a.btn.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center; 
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media (max-width: 767px) {
  a.btn,
    button,
    input[type="submit"],
    input[type="reset"],
    input[type="button"] {
    line-height: 37px;
    height: 38px;
    margin-top: -1px;
}

}
/* Align vertical */
.align {
  display: table;
  width: 100%;
}
.align .vertical {
  display: table-cell;
  vertical-align: middle;
}
/* Bufferruimte */
.top-buffer { margin-top:20px; }
.top-buffer-2 { margin-top:30px; }
.top-padding {
  padding-top:20px !important;
  padding-bottom:20px !important;
}
/* Navigation */

#headercontainer{
  background-color: #ffffff;
width:100%;
position:relative;
top:0px;
z-index:10;
border-bottom:1px solid #f7f7f7;

}
.labels {
  width: 1180px;
  margin: auto;
  min-height: 100px;
}

nav ul, 
nav ul li {
  margin: 0px;
  line-height: 18px;
  display: inline-block;
}

nav .item .itemLink {
  display: block;
  padding: 5px;
  position: relative;
  z-index: 2; 
  line-height: 15px;
  font-size:15px;
  letter-spacing: .5px;
  font-weight: 700;
  padding-left:0px;
}

nav .item.hover .itemLink {
  border-color: #e5e5e5;
  background-color: white;
}
nav .item.sub.hover .itemLink {
  border-bottom-color: white;
}
nav .subnav {
  display: none;
  background-color: rgba(255,255,255,1);
  position: absolute;
  min-width: 240px;
  z-index: 10;
}
nav .subnav .subitem {
  border-bottom: 1px solid #f0f0f0;
  
  
}
nav .subnav .subitem:last-child {
  border-bottom: transparent;
}
nav .subnav .subitemLink {
  display: block;
  padding: 10px;
  white-space: nowrap;
  -moz-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;  
  text-decoration: none;
  font-size:12px;
}
nav .subnav .subitem .subitemLink:hover {
  background-color: #f7f7f7;
  color: #414141;
  
}
nav .subnav .subnav {
  top: inherit;
  margin-top: -37px;
  left: 80%;
  z-index: 980;
}
nav .subnav .subnav .subitemLink {
  padding: 8px;
}

.navbar item{
  display:inline;
  text-transform: uppercase;
  margin-right: 10px;
}
.navbar li a {
  text-decoration:none;
}

.navbar a {
  padding: 0 0 10px;
}
.navbar a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background:  #b39964;
content: '';
opacity: 0;
-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
transition: height 0.3s, opacity 0.3s, transform 0.3s;
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
transform: translateY(-10px);
}

.navbar a:hover::after,
.navbar a:focus::after {
  height: 5px;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

.subnav li{
  display: inherit;
  padding:0;
  font-weight: 600;
}

.subnav a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background:  #b39964;
content: '';
opacity: 0;
-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
transition: height 0.3s, opacity 0.3s, transform 0.3s;
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
transform: translateY(-10px);
}
.headerlinks{
  padding-bottom:10px;
}
.headerlinks  {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-right:10px;
  
}




/* Search */
#searchcontainer{
  background-color:rgba(255,255,255,0.8);
  width: 100%;
  height:100px;
  display:none;
  position: absolute;
  z-index: 999;
}
.search h2{
  display: inline-block;
}

.search #formSearch{
  display: inline-block;
  padding: 0px 20px 0px 20px;
  
}
.taglist { float: left; }
/* Newsletter */
.newsletter h2 {
  margin-top: 10px;
}

.navbar{
  border-bottom: 1px solid #ccc;
  position: relative;
  line-height:14px;
  
}

/* Navigation */
.newsletter{
  background-color:#797979;

}
.sidr{
  background-color:#797979;

}

.bottomfooter{
  border-top:solid 1px #f7f7f7;
  
}
#newslettercontainer{
  width: 100%;
  
}

#footercontainer{
  width: 100%;
  background-color:#fcfcfc;
position:relative;
bottom:0;
}
#contentcontainer{
  width:100%;
  background-color:#ffffff;
}

#cartcontainer{
  background-color:#595656;
  width: 100%;
  display:none;
  float: right;
  position: absolute;
  z-index: 999;
}

.logo{
  padding-right:10px;
}
/* Footer */
.footerrow{
  background-color:#595656;
}
.footerlist{
  list-style-type: none;
  color:#595959;
font-weight:300;

}
.footerlist li a{
  color:#595959;
font-weight:300;
}
#footercontainer h2 {
  font-weight:700;
  font-size:18px;
  color:#595959;
text-transform:uppercase;
width: 100%;
}

.featured{
  background-color:#fcfcfc;
float:left;
padding:0px 20px 20px 20px;

}

.feature{
  background-color:#fcfcfc;
float:left;
padding:20px;
position:absolute;
height: 252px;
/* float: left; */
margin-left: -15px;
}



.featured h1 , .filter h1 , .featured h2 , .filter h2{
  color: #797979;
font-size:18px !important;
}

.filter{
  background-color:#fcfcfc;
width:232px;
float:left;
padding:20px;
}



.recommended{
  background-color:#fcfcfc;
height:290px;
width:232px;
float:right;
padding:20px;

}
.related .product {
  margin: 0 auto 20px auto;
  width: 160px;
  min-height: 226px;
  float: none;
}
.related .product:last-child {
  margin-bottom: 0;
}
.related .product img {
  width: 160px;
  height: 171px;
}
.bottom-border{
  border-bottom: 1px solid #666;
}
.horizontal{
  display:inline;
}

.product{
  background-color:#fff;
  min-height:290px;
  float:left;
  margin-bottom:20px;
  overflow:hidden;
} 
.relatedproduct{
  background-color:#fff;
  height:200px;
  margin-left: 5px;
  width: 150px;
  float:left;
  margin-bottom:20px;
} 

.paddingtext{
  padding:20px;
}
.selectors {
  padding: 20px 20px 0px 20px;
  float:left !important;
  min-width:965px;
}
.selection {
  padding-bottom: 20px;
}
ul.details {
  list-style: none;
  display: inline-block;
}
.details li a{
  font-weight: 700;
  text-decoration: none;
  color:  #b39964;
font-size: 14px;
}
table.details {
  font-weight: 700;
}

.price-filter-range {
  font-size: 80%;
}
#collection-filter-price {
  height: 12px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 3px 4px 8px 8px;
  position: relative;
}
#collection-filter-price .ui-slider-range {
  background-color: #f7f7f7;
  border: 1px solid #e5e5e5;
  margin: -1px 0 0 -1px;
  position: absolute;
  height: 12px;
}
#collection-filter-price .ui-slider-handle {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border: 0;
  top: -3px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-left: -10px;
  cursor: col-resize;
  border: 1px solid #ccc;
  background-color: white;
  outline: none;
}
.price-filter-range .min {
  float: left;
  color:;
}
.price-filter-range .max {
  float: right;
  color:;

}
.arrow_box {
  position: relative;
  background-color: #fcfcfc;
float: right;
margin-right: -20px;
margin-top: 20px;
}
.arrow_box:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fcfcfc;
border-width: 16px;
margin-top: -16px;
}
a.title {
  text-decoration: none;
}
.fixed{
  width:1200px;
  margin:auto;
  position:relative;
  overflow:hidden;
}
.category{
  display:inline;
  margin-bottom: 40px;
}

.category img {
  display: inline-block;
  float: left;
  margin-left: 20px;
  margin-bottom:10px;
  border: 1px solid #f7f7f7;
  width: 95%;
  height: 95%;  
}

.gui-faq, .gui-login, .gui-password, .gui-register, .gui-review, .gui-sitemap {
  border:none !important;
}
.white{
  background-color:#fff;
}



.messages {
  width: 100%;
  line-height: 20px;
  font-weight: normal;
  font-size: 12px;
  margin-bottom:0px !important;
}


.pager {
  font-size: 80%;
  margin-left: 100px;
  font-weight:600;
  height: 20px;
}

.pager ul {
  border: 1px solid #e5e5e5;   
  outline: none;   
  font-size: 13px;   
  margin: 0;   
  display: inline-block;   
  background: #fff;   
  border-radius: 8px;
  height:30px;
  
  
  
}
.pager ul li {
  float: left;
}
.pager ul li a {
  float: left;
  padding: 4px 13px;
  line-height: 20px;
  text-decoration: none;
  border-right: 1px solid #f0f0f0;
}
.pager ul li a .glyphicon {
  font-size: 10px;
  line-height: 18px;
}
.pager ul li:last-child a {
  border-right: 0px;
}
.pager ul li.active a {
  background-color: #F5F5F5;
}
.pager ul li.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.old-price {
  text-decoration: line-through;
  float:left;
}
.new-price{
  float:left;
}

.zoombox .images {
  position: relative;
  display: inline-block;
  
}
.zoombox .images a {
  display: none;
  cursor: pointer;
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  min-height: 205px;
  min-width: 275px;
  overflow: hidden;
}
.zoombox .images a.first {
  display: block;
}
.zoombox .images a img {
  width: 100%;
  height: 100%;
}
.zoombox .images a img.zoomImg {
  max-height: none;
}
.zoombox .thumbs {
  width: 100%;
}
.zoombox .thumbs a  {
  cursor: pointer;
  float: left;
  width: 80px;
  height: 80px;
  margin: 0px 16px 0px 0px;  
}
.zoombox .thumbs a:nth-child(4n+4){
  margin-right:0px;
}


.zoombox .thumbs a.active {
  border-color: #ccc;
}
.zoombox .thumbs a.last {
  margin-right: 0px;
}
#formSortModeLimit div {
  word-wrap: normal;
  display: inline-block;
  
}

.quantity input {
  width: 40px;
  text-align: center;
  height: 38px;
  line-height: 16px;
  display: block;
  float: left;
  padding: 8px 5px;
  margin-top: 1px;
  
}
.quantity .change {
  float: left;
  width: 16px;
  height: 38px;
  background-color: #f7f7f7;
  margin-right: 10px;
  border: 1px solid #e5e5e5;
  border-left: 0px;
  margin-top: 1px;
  
}
.quantity .change a {
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 10px;
  padding: 5px;
}
/* configure */
.product-configure {
  margin-bottom: 30px;
}
.product-configure label {
  min-width: 80px;
  display: inline-block;
}
.product-configure .product-configure-custom-option,
.product-configure .product-configure-options-option {
  margin-bottom: 15px; 
}
.product-configure-custom-option-date select {
  width: 100px;
  margin-right: 15px;
}


.tabs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: -1px;
}
.tabs ul li {
  display: inline-block;
  margin-right: 2px;
}
.tabs ul li a {
  background-color: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-bottom:0;
  display: block;
  line-height: 28px;
  padding: 0 10px;
  text-decoration: none;
}
.tabs ul li.active a {
  background-color: #fff;
  padding-bottom: 1px;
}
.tabsPages {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  line-height: 1.5;
  width: 100%;
}
.tabsPages .page {
  display: none;
  overflow: auto;
  padding: 10px;
}
.tabsPages .page.active {
  display: block;
}
span.price {
  font-size: 30px;
}

.tagbox {
    background-color: #fff;
    line-height: 1.5;
    width: 100%;
}

.product-titel{
  margin-top:18px;
}
.relative{
  position:relative;
}
.details li {
  display: inline-block;
}

.languages .flag {
  display: inline-block;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  background-image: url(lang.png);
}

.cart-account {
  text-transform: uppercase;  
  font-weight: 600;
}
.cart-account .glyphicon {
  font-size: 80%;
  top: 0px;
  margin-right: 3px;
}
.cart-account .cart {
  margin-right: 10px;
}



.tui-dropdown {
  padding: 5px 5px;
  border-radius: 4px;
  line-height: 18px;
  background: url(tui-dropdown-arrow.png?20190204191658?1) 100% 6px no-repeat #F5F5F5;
  font-size: 12px;
  font-weight:700;
  min-height: 18px;
  position: relative;
  float: left;
  z-index: 200;
  border-color: #DDD #EEE #EEE #DDD;
  text-shadow: 0 1px 0 #FFFFFF;
  margin-right:5px;
  
}
.tui-dropdown-search {
  padding: 5px 5px;
  border-radius: 4px;
  line-height: 18px;
  background:#F5F5F5;
  font-size: 12px;
  font-weight:700;
  min-height: 18px;
  position: relative;
  float: left;
  z-index: 200;
  border-color: #DDD #EEE #EEE #DDD;
  text-shadow: 0 1px 0 #FFFFFF;
  margin-right:5px;
  text-transform:uppercase;
  color:#595656;
}

.tui-dropdown.hover {
  border-color: #999 #DDD #DDD #AAA;
}

.tui-dropdown span {
  color: #595656;
  padding: 0 18px 0 0;
  display: block;
  
}

.tui-dropdown ul {
  list-style: none;
  padding-top: 3px;
  display: none;
}
.tui-dropdown ul li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tui-dropdown ul li a {
  display: block;
  padding: 2px 0px;
  text-transform:uppercase;
}


.tui-dropdown.tui-language span {
  padding-left: 21px;
  background: 0 3px no-repeat;
  color:#595656;
  text-transform:uppercase;
}

.tui-dropdown ul li.tui-language {
  padding: 2px 0 2px 21px;
  background: 0 5px no-repeat;
}

.tui-dropdown.tui-language-bg span, .tui-dropdown ul li.tui-language-bg { background-image: url(flag-bg.png?20190204191658); }
.tui-dropdown.tui-language-da span, .tui-dropdown ul li.tui-language-da { background-image: url(flag-da.png?20190204191658); }
.tui-dropdown.tui-language-de span, .tui-dropdown ul li.tui-language-de { background-image: url(flag-de.png?20190204191658); }
.tui-dropdown.tui-language-el span, .tui-dropdown ul li.tui-language-el { background-image: url(flag-el.png?20190204191658); }
.tui-dropdown.tui-language-en span, .tui-dropdown ul li.tui-language-en { background-image: url(flag-en.png?20190204191658); }
.tui-dropdown.tui-language-es span, .tui-dropdown ul li.tui-language-es { background-image: url(flag-es.png?20190204191658); }
.tui-dropdown.tui-language-fr span, .tui-dropdown ul li.tui-language-fr { background-image: url(flag-fr.png?20190204191658); }
.tui-dropdown.tui-language-it span, .tui-dropdown ul li.tui-language-it { background-image: url(flag-it.png?20190204191658); }
.tui-dropdown.tui-language-nl span, .tui-dropdown ul li.tui-language-nl { background-image: url(flag-nl.png?20190204191658); }
.tui-dropdown.tui-language-no span, .tui-dropdown ul li.tui-language-no { background-image: url(flag-no.png?20190204191658); }
.tui-dropdown.tui-language-pl span, .tui-dropdown ul li.tui-language-pl { background-image: url(flag-pl.png?20190204191658); }
.tui-dropdown.tui-language-pt span, .tui-dropdown ul li.tui-language-pt { background-image: url(flag-pt.png?20190204191658); }
.tui-dropdown.tui-language-ru span, .tui-dropdown ul li.tui-language-ru { background-image: url(flag-ru.png?20190204191658); }
.tui-dropdown.tui-language-sv span, .tui-dropdown ul li.tui-language-sv { background-image: url(flag-sv.png?20190204191658); }
.tui-dropdown.tui-language-tr span, .tui-dropdown ul li.tui-language-tr { background-image: url(flag-tr.png?20190204191658); }
.tui-dropdown.tui-language-fc span, .tui-dropdown ul li.tui-language-fc { background-image: url(flag-fc.png?20190204191658); }
.tui-dropdown.tui-language-us span, .tui-dropdown ul li.tui-language-us { background-image: url(flag-us.png?20190204191658); }




.tui input[type=text],
.tui input[type=password] {
  display: block;
  border: 1px solid #DDD;
  border-radius: 4px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  padding: 3px 5px;
  color: #333333;
  background: #F5F5F5;
  border-color: #DDD #EEE #EEE #DDD;
  text-shadow: 0 1px 0 #FFFFFF;
  float: left;
}


.tui input[type=checkbox],
.tui input[type=radio] {
  height: 16px;
  width: 20px;
  margin: 5px 10px 5px 0;
  
  float: left;
}

.tui input:hover,
.tui input:focus,
.tui textarea:hover,
.tui textarea:focus,
.tui select:hover,
.tui select:focus {
  border-color: #999 #DDD #DDD #AAA;
}


.tui textarea {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  height: 56px;
  line-height: 20px;
  font-size: 12px;
  padding: 6px 5px;
  color: #333333;
  background: #F5F5F5;
  border-color: #DDD #EEE #EEE #DDD;
  float: left;
  
}


.tui select {
  display: block;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  color: #333333;
  background: #FFF;
  border-color: #DDD #EEE #EEE #DDD;
  float: left;
  width: 200px;
}

.tui label {
  display: block;
  font-weight: bold;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}

.tui select[multiple] {
  height: 70px;
}

a.tui-button {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  color: #FFF;
  padding: 0 10px;
  background: #187EA2;
  border: 1px solid #FFFFFF;
  outline: 2px solid #187EA2;
}
.detailcontainer{
  margin-top:25px;
  position:absolute;
  z-index:999;
  right:0;
  
}

.tags{
  padding: 5px 5px;
  border-radius: 4px;
  line-height: 18px;
  background:#F5F5F5;
  font-size: 12px;
  font-weight:700;
  min-height: 18px;
  position: relative;
  float: left;
  z-index: 200;
  border-color: #DDD #EEE #EEE #DDD;
  text-shadow: 0 1px 0 #FFFFFF;
  margin-right:5px;
  margin-top: 10px;
}

.form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.form-inline .input-group > .form-control {
  width: 100%;
}
.form-inline .control-label {
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .radio,
.form-inline .checkbox {
  display: inline-block;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: none;
  margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
  top: 0;
}
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

.social-media {
  line-height: 0px;
}
.social-media .social-icon {
  display: inline-block;
  background-image: url(social-icons.png?20190204191658?20190204191658);
  background-repeat: no-repeat;
  overflow: hidden;
  width: 32px;
  height: 32px;
  opacity: 0.7;
  border-radius: 2px;
}
.social-media .social-icon:hover {
  opacity: 1;
}
.social-icon.facebook { background-position: 0px 0px; }
.social-media .social-icon.twitter { background-position: -32px 0px; }
.social-media .social-icon.google { background-position: -64px 0px; }
.social-media .social-icon.pinterest { background-position: -96px 0px; }
.social-media .social-icon.youtube { background-position: -128px 0px; }
.social-media .social-icon.tumblr { background-position: -160px 0px; }
.social-media .social-icon.instagram { background-position: -192px 0px; }


.headline {
  position: relative;
  background:#fff;
}
.slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.slider ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.slider li {
  float: left;
}
.slider img {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  height: auto !important;
}
.slider-prev,
.slider-next {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  background-color: #414141;
  opacity: 0.2;
  padding: 5px 6px 4px 5px;
}
.slider-prev span,
.slider-next span {
  color: #fff;
}
.headline:hover .slider-prev,
.headline:hover .slider-next {
  opacity: 1;
  background-color: #b39964;
}
.slider-prev {
  left: 30px;
}
.slider-next {
  right: 30px;
}

.slider-pagination {
  width: 100%;
  text-align: center;
  line-height: 0px;
  margin: -26px 0px 14px;
  z-index: 999;
  position: relative;
}


.slider-pagination a {
  display: inline-block;
  height: 12px;
  width: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  text-indent: -9999px;
  margin: 0px 6px;
  padding: 0px;
  border: 1px solid #e5e5e5;
}
.slider-pagination a.active {
  background: #eee;
}
.feattitle{ margin-left: 20px;}
.featprod { margin: 10px 0; }
.homebanners{ min-height: 200px; margin: 10px 0; }
.cats {
  margin-top:20px;
}

.quantity input {
  width: 40px;
  text-align: center;
  height: 38px;
  line-height: 16px;
  display: block;
  float: left;
  padding: 8px 5px;
  margin-top:1px;
}
.quantity .change {
  float: left;
  width: 16px;
  height: 38px;
  background-color: #f7f7f7;
  margin-right: 10px;
  border: 1px solid #e5e5e5;
  border-left: 0px;
  margin-top:1px;
  
}
.quantity .change a {
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 10px;
  padding: 2px;
}
/* configure */
.product-configure {
  margin-bottom: 30px;
}
.product-configure label {
  min-width: 80px;
  display: inline-block;
}
.product-configure .product-configure-custom-option,
.product-configure .product-configure-options-option {
  margin-bottom: 15px; 
}
.product-configure-custom-option-date select {
  width: 100px;
  margin-right: 15px;
}
.wsa-demobar {
  width: 100%;
  height: 40px;
  position: fixed;
  top: 0;
  left: 0;
  background: #b39964;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
border-bottom: 2px solid #FFFFFF;
text-align: center;
line-height: 40px;
font-weight: bold;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
color: #FFF;
font-size: 14px;
font-family: Helvetica;
z-index: 1000;
}

#footercontainer > .bottomfooter > div > .left > span ,
#footercontainer > .bottomfooter > div > .left > a {
  color: #595959;
font-weight:800;
}

.seo{
  position: absolute;
  top: -9999px;
  left: -9999px;
}
#contentcontainer > div.container.relative > div.container > div > div:nth-child(1){
  margin-left:-6px;
}
.unit-price{
  font-size: 11px; 
  font-weight: 600; 
  float: left;
  margin-top: -6px;
}

.gui {
  padding-left: 5px;
  padding-right:5px;
}
.fauxrow {
  display: table;
  margin-left: -16px;
}

.col-md-80, .featured,.filter{
  float:none;
  display: table-cell;
  vertical-align: top;
}
#contentcontainer > embed{
  margin-bottom:12px;
}
ul.nav{
  font-weight: 600; 
}

.sidebar-box{
  width:196px;
  word-break: break-word;
  
}


.sidebar-box, .sidebar-box > ul > li > a , .sidebar-box > ul > li > ul > li > a{
  color:#666666;

}
.no-products-found {
  margin-left: 15px;
}


.products.related {
  margin-top: -18px;
}
.uitgelicht {
  margin-top:20px;
  margin-left: 20px;
}
.uitgelicht h3 {
  margin-top: 10px;
  margin-bottom:10px;
}
div.uitgelicht > img:nth-child(1) {
  margin-right: 20px;
}
div.uitgelicht > a:nth-child(1) {
  margin-right: 20px;
}
.col-md-80 h2{
  margin-left:20px;
  line-height:30px
}
.image-wrap {
  border: 1px solid #f7f7f7;
}
.topnav {
  background-color: white;
  border-bottom: 1px solid #f7f7f7;
  padding: 10px;
  background-color: #ffffff;
}
.usps {
  margin-left: 20px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}
.glyphicon-ok{
  color: #b39964;
}
.sidebar-box .item {
  border-bottom: 1px solid #f0f0f0;
  font-size: 12px;
  padding: 0px 0px 10px 0px;
  list-style-type: none;
}
.sidebar-box .item .itemLink {
  display: block;
  text-transform: uppercase;
  margin-top: 10px;
  font-size:13px;
}
.sidebar-box .item .itemLink, .sidebar .item .subitemLink {
  color: #797979;
  text-decoration: none;
}

.subnav .subitem {
  font-size:11px;
}
.topnav ul li {
  display: inline-block;
  list-style-type: none;
  margin-left: 10px;
}
.login{
  margin-top:10px;
}
.container.relative{
  background-color:white;
}
@media (min-width: 1200px) { 
  
  .uitgelicht > a:nth-child(2) > img{
    margin-top:-20px;
}
}
@media (max-width: 480px) { 
  
  .social-media .social-icon{
    margin:3px;
}}
/* BUNDLES
================================================== */

.bundleproductinfo h3 {
  font-size: 14px;
}
.bundleproductinfo select { width: 100%; }
.bundle h3 {
  margin-bottom: 25px;
}
.glyph-bundle{ 
  position: absolute;
  top: 60px;
  margin-left: -15px;
}
.bundlecart{
  width:16.666667%;
}
.bundleproductinfo{
  height:60px; 
}
.bundleproductinfo a {
  max-height: 70px !important;
}

.bundleproductinfo p {
  margin-top: -6px;
  font-size: 12px;
}

.line-through {
  text-decoration: line-through;
}
@media (max-width: 767px){
  .bundle{
    display:none;
}
}
@media (max-width: 992px){
  .product:nth-child(5) > .glyph-bundle{  
    display:none;
}
}
.bundle-actions{
  margin-top:30px;
}
a.btn.smallbtn{
  font-size:12px;
}
.glyph-bundle {
  position: absolute;  
  top: 60px; 
  margin-left: -27px;
}