/*
Reset
Basics
Typography
#header
#headline
#content
#footer
*/


/* 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: 16px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    background: #000000 url('background_image.png?20200812162430') repeat fixed center center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    font-weight: 400;
}
.no-padding{
  padding: 0 !important;
}
.no-margin{
  margin: 0 !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; }

.text-light{color: #fff;}
.text-light *{color: #fff;}

.text-dark{color: #000;}
.text-dark *{color: #000;}

/* Typography */
h1, h2, h3, h4, h5, h6, .gui-page-title, .gui-blog-article h1 a {
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  color:#ffffff;
}
h1, .gui-page-title,.gui-blog-article h1 a {
  font-size: 30px;
  color:#ffffff;
  text-transform: uppercase;
}

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

.gui-block-title,
.title{position: relative;}

.gui-block-title strong,
.sidebar .block h4,
.heading{
  font-size: 30px;
  line-height: 25px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;

}

.gui-block-title strong,
.sidebar .block h4,
h2.heading{
   padding-left: 20px;
    border-left: 5px solid #c5ae6e;
    margin-bottom: 30px;
    letter-spacing: -2px; 
    background: #000000;
    display: inline-block;
    padding-right: 20px;
    border-right: 1px solid #dddddd;
}

h2.heading:before{
      position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #dddddd;
    top: 13px;
    z-index: -1;
    left: 0;
}
.white h2, .search h2 , .newsletter h2{

line-height:60px;
margin-right:10px;
}

p {
  margin: 0 0 10px;
line-height: 1.5;

}

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: #fff; outline: 0; text-decoration: none }
a:hover, a:focus { color: #c5ae6e; text-decoration: none; }
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 #dddddd;
  padding: 6px 10px;
  outline: none;
  font-size: 14px;
  margin: 0;
  width: 285px;
  display: inline-block;
  background: #000;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height:38px;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  border-radius: 0px;
}
select {
  padding: 0;
  max-width: 100%;
}
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;
    font-weight: 600;
    border: 0px;
    padding-top: 4px;
    padding-left: 0;
    border-bottom: 1px solid;

}

/* Buttons */
.gui a.gui-button-large, 
.gui a.gui-button-small,
.gui-blog-article-more a,
a.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background:  #c5ae6e;
      color: #fff;
    display: inline-block;
    line-height: 26px;
    text-decoration: none;
    cursor: pointer;
    padding: 6px 20px;
    text-transform: uppercase;
    height: 38px;
    position: relative;
    font-size: 11px;
    font-weight: 700;
    border-radius: 4px;
    border: none;
    letter-spacing: 2px;
}

.btn_alt{
  border: 1px solid #000000;
  color: # #000000 !important;
  display: inline-block;
  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:#000000;
  border: 1px solid #000000;
  color: #000000!important;
  display: inline-block;
  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;
}
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;
}

/* 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;
}


.labels {
  width: 1180px;
  margin: auto;
  min-height: 100px;
}
 
.bottom-border{
  border-bottom: 1px solid #dddddd;
}
.horizontal{
  display:inline;
}


.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:  #c5ae6e;
}
table.details td{ 
  min-width: 100px;
}


.arrow_box {
  position: relative;
  background-color: #000000;
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: #000000;
border-width: 16px;
margin-top: -16px;
}
a.title {
  text-decoration: none;
}
.fixed{
  width:1200px;
  margin:auto;
  position:relative;
  overflow:hidden;
}
.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;
}


/************************************
#header
******************************************/
#header{
  /*background-color: #000000;*/
  /*width:100%;*/
  /*position:relative;*/
  /*top:0px;*/
  /*z-index:10; */
}

/*.top-bar*/
.top-bar{
  border-bottom: 1px solid #dddddd;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
}
.nav-mobile{
      min-height: 30px;
    float: left;
    width: 20px;
    margin-top: 4px;
}

.keep-this.menu_fixed{
    position: fixed;
      top: 0;
      background: #000000;
      z-index: 9999;
      width: 100%;
      left: 0;
    box-shadow: 0 0 10px;
    .medium-down--hide{width: $siteWidth; margin: 0 auto; position: relative;}

}
.keep-this.menu_fixed .top-bar{display: none;}

.tui-dropdown {
  padding: 5px;
  line-height: 18px;
  background: url(tui-dropdown-arrow.png?20200812162430?1) 100% 6px no-repeat;
  min-height: 18px;
  position: relative;
  float: left;
  z-index: 200;
  margin-right:5px;

}
.tui-dropdown-search {
  padding: 5px 15px;
  line-height: 18px;
  min-height: 18px;
  position: relative;
  float: left;
  z-index: 200;
  margin-right:5px;
  border-left: 1px solid #dddddd;
}
.top-bar .tui-dropdown-search::last-child{border-left: none;}

.tui-dropdown.hover {
}

.tui-dropdown span {
  padding: 0 18px 0 0;
  display: block;

}

.tui-dropdown ul {
  list-style: none;
  padding-top: 3px;
  display: none;
      position: absolute;
    min-width: 150px;
    border: 1px solid #dddddd;
    padding: 20px;
    background: #fff;
  text-transform:uppercase;
}
.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;
}

.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?20200812162430); }
.tui-dropdown.tui-language-da span, .tui-dropdown ul li.tui-language-da { background-image: url(flag-da.png?20200812162430); }
.tui-dropdown.tui-language-de span, .tui-dropdown ul li.tui-language-de { background-image: url(flag-de.png?20200812162430); }
.tui-dropdown.tui-language-el span, .tui-dropdown ul li.tui-language-el { background-image: url(flag-el.png?20200812162430); }
.tui-dropdown.tui-language-en span, .tui-dropdown ul li.tui-language-en { background-image: url(flag-en.png?20200812162430); }
.tui-dropdown.tui-language-es span, .tui-dropdown ul li.tui-language-es { background-image: url(flag-es.png?20200812162430); }
.tui-dropdown.tui-language-fr span, .tui-dropdown ul li.tui-language-fr { background-image: url(flag-fr.png?20200812162430); }
.tui-dropdown.tui-language-it span, .tui-dropdown ul li.tui-language-it { background-image: url(flag-it.png?20200812162430); }
.tui-dropdown.tui-language-nl span, .tui-dropdown ul li.tui-language-nl { background-image: url(flag-nl.png?20200812162430); }
.tui-dropdown.tui-language-no span, .tui-dropdown ul li.tui-language-no { background-image: url(flag-no.png?20200812162430); }
.tui-dropdown.tui-language-pl span, .tui-dropdown ul li.tui-language-pl { background-image: url(flag-pl.png?20200812162430); }
.tui-dropdown.tui-language-pt span, .tui-dropdown ul li.tui-language-pt { background-image: url(flag-pt.png?20200812162430); }
.tui-dropdown.tui-language-ru span, .tui-dropdown ul li.tui-language-ru { background-image: url(flag-ru.png?20200812162430); }
.tui-dropdown.tui-language-sv span, .tui-dropdown ul li.tui-language-sv { background-image: url(flag-sv.png?20200812162430); }
.tui-dropdown.tui-language-tr span, .tui-dropdown ul li.tui-language-tr { background-image: url(flag-tr.png?20200812162430); }
.tui-dropdown.tui-language-us span, .tui-dropdown ul li.tui-language-us { background-image: url(flag-us.png?20200812162430); }
.tui-dropdown.tui-language-fc span, .tui-dropdown ul li.tui-language-fc { background-image: url(flag-fc.png?20200812162430); }


.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);
}
.languages .flag.nl { background-position: 0px -10px; }
.languages .flag.de { background-position: 0px -20px; }
.languages .flag.en { background-position: 0px -30px; }
.languages .flag.fr { background-position: 0px -40px; }
.languages .flag.es { background-position: 0px -50px; }
.languages .flag.it { background-position: 0px -60px; }
.languages .flag.el { background-position: 0px -70px; }
.languages .flag.tr { background-position: 0px -80px; }
.languages .flag.pt { background-position: 0px -90px; }
.languages .flag.pl { background-position: 0px -100px; }
.languages .flag.sv { background-position: 0px -110px; }
.languages .flag.ru { background-position: 0px -120px; }
.languages .flag.da { background-position: 0px -130px; }
.languages .flag.no { background-position: 0px -140px; }


/* Search */
#searchcontainer{
  background-color: rgb(253, 235, 229);
  width: 100%;
  height: 100px;
  display: none;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
}
#formSearch input{float: left;}
.search h2{
  display: inline-block;
}

.search #formSearch{
  display: inline-block;
  padding: 0px 20px 0px 20px;

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

/*.header-main*/
.header-main{clear: both;}

.logo{
  padding-right:10px;
}


/*.topnav*/

.topnav {
  padding: 10px;
  background-color: #020202;
}
.usps {
  margin-left: 20px;
  font-weight: 600;
}
.glyphicon-ok{
  color: #c5ae6e;
}

.topnav ul li {
  display: inline-block;
  list-style-type: none;
  margin-left: 10px;
}
/* Navigation */
nav ul,
nav ul li {
  margin: 0px;
  line-height: 18px;
  display: inline-block;
}

nav .item .itemLink {
  display: block;
  position: relative;
  z-index: 2;
}

nav{position: relative;}

.navbar{     padding: 50px 0; }


nav .item.hover .itemLink { 
}
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;
  box-shadow: 0 0 30px 0px rgba(187, 187, 187, 0.43);
  top: 43px;
  padding: 10px;
}
nav .subnav .subitem {  }
nav .subnav .subitem:last-child {
  border-bottom: transparant;
}
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;
      color: #666;
    font-size: 13px;
    font-weight: 400;
}
nav .subnav .subitem .subitemLink:hover {
  color: #c5ae6e;
}
nav .subnav .subnav {
  top: 0;
  left: 80%;
  z-index: 980;
}
nav .subnav .subnav .subitemLink {
  padding: 8px;
}

.navbar item{
  display:inline;
  text-transform: uppercase;
  margin-right: 10px;
}
.navbar > li{padding: 0px 20px; position: relative;}
.navbar > li.sub:before{
  content: "\f107";
  position: absolute;
  right: 5px;
  top: 10px;
  font-family: FontAwesome;
}
.navbar > li > a {
  text-decoration:none;
  font-family: Open Sans;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    padding: 10px 0;
    display: inline-block;
  color:#fff;
}

.navbar a {
  padding: 0 0 10px;
}
.navbar > li > a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background:  #c5ae6e;
  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;
  position: relative;
}

/*end nav*/

/**********************
slider
******************************************/

.headline {
  position: relative;
  background:#fff;
}
.slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.owl-slider{overflow: hidden;}
.owl-slider .owl-theme .owl-controls .owl-buttons{
  top: 50%;
  margin-top: -30px;
  background: none;
      width: 100%;
    right: 0;
}
.owl-slider .owl-theme .owl-controls .owl-buttons div.owl-prev{float: left;}
.owl-slider .owl-theme .owl-controls .owl-buttons div.owl-next{float: right;}
.owl-slider .owl-theme .owl-controls .owl-buttons div{
      width: 50px;
    height: 70px;
    border: none;
    padding: 23px 0;
    background: rgba(0, 0, 0, 0.46);
    border-radius: 0;
    margin: 0;
}
.owl-slider .owl-theme .owl-controls .owl-buttons div:hover{
  background: rgba(75,174,80,0.6);color: #fff;
}

.owl-slider .content{
  position: absolute;
    color: #fff;
    text-align: center;
    top: 50%;
    transform: translate(-50%,-60%);
    left: 50%;
}
.owl-slider .h2{
  font-size: 80px;
    font-style: italic;
    background: none;
}
.owl-slider span{
  background: #e46f70;
  font-size: 20px; padding: 0 20px; margin-bottom: 50px; display: inline-block;
}
.section-instagram img,
.owl-slider .item img{margin: 0 auto;}

@media (max-width: 769px){
  .owl-slider .h2{font-size: 40px;    margin: 20px 0 0;}
  .owl-slider span{font-size: 14px; margin-bottom: 10px;}
  .owl-slider .content{width: 100%;}
}


/*headline*/  
.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; 
}
.slider-prev,
.slider-next {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  text-align: center;
  font-size: 16px;  
   width: 50px;
    height: 70px;
    border: none;
    padding: 23px 0;
    background: rgba(0, 0, 0, 0.46);
    border-radius: 0;
    margin: 0;
}
.slider-prev span,
.slider-next span {
  color: #fff;
}
.headline:hover .slider-prev,
.headline:hover .slider-next {
  opacity: 1;
  background-color: #c5ae6e;
}
.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;
}
/************************************
#content
******************************************/
.owl-theme .owl-controls .owl-buttons{
    background: #000000;
}
#content{padding-bottom: 40px;}
.index #content{padding-bottom: 0px;}

.categories .info h3{
      position: relative;
    line-height: 1;
    margin: 0;
}
.categories .info {
    padding: 15px 50px;
    position: relative;
}
.categories .info h3:before { 
    content: "";
    position: absolute;
    left: -15px;
    bottom: 0;
    width: 3px;
    background: #c5ae6e;
    height: 70px;
}
/*discount*/
.section-discount-block{
  background: url('discount-bg.jpg?20200812162430') right 0;
  min-height: 300px;
      background-size: contain;
}
.section-discount-block .text-light{ 
  margin-top: 80px;
}
/*discount-block*/
.deal-clock{
    
    color: #fff;
  margin-top: 30px; margin-bottom: 30px;
}
.deal-clock li{
    width: 100px;
    height: 100px;
    border: 3px solid #ffcc80;
    border-radius: 100%;
    text-align: center;
    margin: 0 20px;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 11px;
    padding: 20px 0; 
}
.deal-clock span{
    display: block;
}
.deal-clock b{
    font-size: 36px;
    font-family: Open Sans;
}
.deal-clock strong{float: left;margin-top: 38px;}

@media (min-width: 1025px) {
  .section-discount-block .text-light{
    float: left;
  }
    .deal-clock li{float: left;
   }
  .deal-clock{    margin-top: 100px;float: right;}
}
@media (max-width: 1024px){
  .section-discount-block{text-align: center;}
  .deal-clock strong{display: none;}
}
.section-discount-block .text-light h3{font-size: 50px;    line-height: 1.3;
    font-weight: 900;}
.section-discount-block .text-light p{    font-size: 20px;}
.section-discount-block .text-light .btn{    background: none;
    border: 1px solid;}
/*instagram*/
.section-instagram{overflow: hidden;    margin: 0;}
/*latest-blog*/
.section-latest-blog{
  background: url('blog-bg.jpg?20200812162430') no-repeat center;
      padding: 100px 0 0;
}
.latest-blog{position: relative;}
.latest-blog .post-thumbnail{margin-top: 50px;}

.latest-blog .owl-theme .owl-controls .owl-buttons{
  top: 10px; 
  right: 25px;
      background: none;
} 

.latest-blog .entry-meta{background: #fff;
    padding: 100px 100px 20px;
      position: relative;
    z-index: 2;
}
.latest-blog .entry-title{
  font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
        margin: 3px 0 20px;
}
.latest-blog .entry-content{margin-bottom: 40px;}
.latest-blog article{
  margin: 0 10px;
  position: relative;
  display: inline-block;
}
.latest-blog article:before{
    content: "";
    position: absolute;
    border: 3px solid rgb(255, 255, 255);
    width: 100%;
    height: 91%;
    z-index: 1;
    left: 10px;
    bottom: 10px;
}


/*section*/
section{ 
    margin-bottom: 50px;
}
 

.breadcrumb{
  background: url('https://cdn.webshopapp.com/shops/284621/files/334154835/banner-funnfie.jpg') center center;
  text-align: center;
  color: #fff;
      min-height: 130px;
          padding: 50px 0px;
          margin-bottom: 50px;
}
.breadcrumb a{color: #fff;}
.breadcrumb a strong{color: #c5ae6e;}
/*product*/

.owl-item .product-container {
    margin: 0 15px;
}
.products .owl-carousel .owl-wrapper-outer.autoHeight{height: auto!important;}

.product-container{
  background-color:#fff;
  min-height:290px; 
  margin-top: 5px;
  margin-bottom:20px;
  overflow:hidden;
  position: relative;
}
.product-container .info{padding: 0 20px;}
.product-container .image-wrap{position: relative;}
.product-container .image-wrap a:before{
  width: 0%; height: 100%;
  position: absolute;
  content: "";
  background: #c5ae6e;
  opacity: 0;
  transition: all ease 0.3s;
}
.product-container:hover .image-wrap a:before{
  width: 100%;
  opacity: 0.6;
  transition: all ease 0.3s;
}

.product-container .name{  padding: 20px 0 10px;}
.product-container .name a{
  color:#000;
}
.product-container .sale-new{
      position: absolute;
    height: 30px;
    padding: 4px 10px;
    text-align: center;
    background: #f61010;
    color: #fff;
    border-radius: 4px 4px 0;
    font-size: 13px;
    left: 10px;top: 10px;
}
.product-container .sale-new:before {
    position: absolute;
    bottom: -6px;
    right: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid #f61010;
    border-bottom: 8px solid transparent;
    content: "";
}
.product-container .new-label{background: #c5ae6e;}
.product-container .new-label:before {border-right: 10px solid #c5ae6e;}
.product-container .actions{
  border-top: 1px solid #dddddd;
  padding: 10px 0;
  margin-top: 10px;
}
.product-container .actions a{
  color:#000;
  padding: 3px 20px;
  border-left: 1px solid #dddddd;
}
.product-container .actions a:first-child{
  border-left: none;
}
.product-container .rating{
      float: right;
    margin-top: 2px;
}
.product-container .price {
    font-size: 15px;
    font-family: Open Sans;
    font-weight: bold;
    color: #FF0000;
}
.product-container .description{display: none;}
.review .fa{
    color: #f4a76a;
    font-size: 12px;
}
/*product type list*/
.product-list .product-container .image-wrap{
      float: left;
    margin-right: 20px;
}
.product-list .product-container .description{display: block;}

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


.old-price {
      text-decoration: line-through;
    color: #999;
    font-size: 13px;
    display: inline-block;
    margin-right: 5px;
}
.new-price{
  float:left;
}

[class*=price]{
    font-family: Open Sans;
}
/*#blog*/
 
/*collection*/
.price-filter-range {
  font-size: 80%;
}

#collection-filter-price {
  height: 12px;
  border: 1px solid #dddddd;
  -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 #dddddd;
  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 #dddddd;
  background-color: white;
  outline: none;
}
.price-filter-range .min {
  float: left;
  color:;
}
.price-filter-range .max {
  float: right;
  color:;

}

/*sort grid list in collection*/

.grid-list {
  line-height: 0px;
  margin: 0px 0px 11px 15px!important;
}
.grid-list div {
  padding: 5px 15px;
  line-height: 12px;
  cursor: pointer;
  border-left: 1px solid #ccc;
  color: #ccc;
}
.grid-list div:first-child{border: none;}
.grid-list div.active {color: #000;}
.grid-list .glyphicon {
  font-size: 15px;
  top: 0px;
}  


/*catalog*/

.category{
  
}

.category img {
  display: inline-block;
  margin-bottom:10px;
}


/**********************
#sidebar
********************************************/
.sidebar .block{margin: 15px 0;display: inline-block;width: 100%;}
.sidebar .block h4{}
.sidebar .block .content-block{}
.sidebar .block ul{
      list-style: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    font-family: open sans;
    letter-spacing: 1px;
}
.sidebar .block ul li a{padding: 10px 0;border-bottom: 1px solid #dddddd; display: block;}
.sidebar .block ul ul{text-transform: capitalize;margin: 0;padding: 0 15px;background: #78909c;}
.sidebar .block ul ul li a{border: none}
.sidebar .block ul ul li a{color: #fff}



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

}

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

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



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

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

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

}

.sidebar-box .item {
  border-bottom: 1px solid #dddddd;
  padding: 0px 0px 10px 0px;
}
.sidebar-box .item .itemLink {
  display: block;
  text-transform: uppercase;
  margin-top: 10px;
}
.sidebar-box .item .itemLink, .sidebar .item .subitemLink {
  text-decoration: none;
}
/************************************
#footer
******************************************/
#footer{font-size: 14px;padding-top: 50px;
      border-top: 1px solid #dddddd; 
}
#footer h4{
  font-weight: 600;
}
.footer_logo{margin-bottom: 20px;}
.footer-bottom{
    margin: 30px 0; 
    overflow: hidden;
    border-top: 1px solid #dddddd;
}
.f-payment img{margin-bottom: 3px;}
/* Newsletter */
.newsletter input[type="text"]{
      width: 215px;
    border: none;
    border-bottom: 1px solid #000;
    padding: 0;
}
.newsletter .btn{background: url('subscribe.jpg?20200812162430') no-repeat 9px 9px;}

.sidr{
  background-color:;

} 
.footerlist{
  list-style-type: none;
  color:#ffffff;
font-weight:300;
margin-bottom: 10px;

}
.footerlist li a{
  color:#ffffff;
font-weight:400;
}

.socials .social{float: right;margin-right: 5px;}
.socials .social.facebook{    margin-top: -9px;}

.social-media {
  line-height: 0px;
}
.social-media .social-icon {
  display: inline-block;
  background-image: url(social-icons.png?20200812162430);
  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; }


/*#product page*/
.product-meta .price{
  font-size: 24px;
    font-weight: 600;
    color: #c5ae6e;
}
#product_configure_form .btn{border-radius: 2px; float: left;}
#product_configure_form .btn i{margin-right: 8px;}
.product-meta .buttons a{
      font-size: 24px;
    margin-left: 20px;
    color: #78909c;
}

.related{    margin-top: 30px; margin-bottom: 50px;}

.pager {
  font-size: 80%;
  margin-left: 20px;
  padding-bottom: 20px;
  font-weight:600;
}
.pager ul {
  border: 1px solid #dddddd;
  outline: none;
  margin: 0;
  display: inline-block;
  background: #fff; 
  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 #dddddd;
  color:#000;
}
.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;
}

.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;
  margin-right: 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 #dddddd;
  border-left: 0px;
  margin-top: 1px;

}
.quantity .change a {
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 10px;
  padding: 4px 0; 
  color:#000;
}
/* configure */
.product-configure {
  margin-bottom: 30px;
}
.product-configure label {
  min-width: 80px;
  display: inline-block;
  color: #fff;
}
.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;
}

.addition{margin-top: 30px;}
.tabs-more{
  padding-top: 50px;
  border-top: 1px solid #dddddd;
}
.tabs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: -1px;
      font-size: 18px;
    font-weight: 600;
}
.tabs ul li {
  display: inline-block;
  margin-right: 2px;
}
.tabs ul li a {
   color: #aaa;
  line-height: 28px;
  padding: 0 10px;
  text-decoration: none;
}
.tabs ul li.active a {
  color: #fff;
}
.tabsPages {
     padding: 10px 0;
  width: 100%;
      font-size: 14px;
}
.tabsPages .page {
  display: none;
  overflow: auto;
  padding: 10px;
}
.tabsPages .page.active {
  display: block;
}
.relative{
  position:relative;
}
.details li {
  display: inline-block;
}

.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 input[type=text],
.tui input[type=password] {
  display: block;
  border: 1px solid #dddddd;
  border-radius: 4px;
  height: 18px;
  line-height: 18px;
  padding: 3px 5px;
  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 #dddddd;
  border-radius: 4px;
  height: 56px;
  line-height: 20px;
  padding: 6px 5px;
  color: #333333;
  float: left;
}

.tui select {
  display: block;
  border: 1px solid #dddddd;
  border-radius: 4px;
  height: 26px;
  line-height: 26px;
  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;
}

.tags{
  padding: 5px 5px;
  border-radius: 4px;
  line-height: 18px;
  min-height: 18px;
  position: relative;
  float: left;
  z-index: 200;
  margin-right:5px;
}

.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;
}

.wsa-demobar {
  width: 100%;
  height: 40px;
  position: fixed;
  top: 0;
  left: 0;
  background: #c5ae6e;
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;
z-index: 1000;
}


.seo{
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.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;
}

.featured,.filter{
  float:none;
  display: table-cell;
  vertical-align: top;
}


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


.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;
}
.image-wrap { 
}

@media (min-width: 1200px) {

  .uitgelicht > a:nth-child(2) > img{
    margin-top:-20px;
}
}

/* BUNDLES
================================================== */

.bundleproductinfo h3 {
}
.bundle h3 {
  margin-bottom: 25px;
}
.glyph-bundle{
  position: absolute;
  top: 60px;
  margin-left: -21px;
}
.bundlecart{
  width:16.666667%;
}
.bundleproductinfo{
  height:60px;
text-align: center;
}
.bundleproductinfo a {
  max-height: 70px !important;
}

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

.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;
}


/*overide gui*/
.gui-block-title {
    padding: 0;
    background: none;
    border: none;
}

.gui-block {
    border: none;
}
.gui-block-content {
    padding: 0;
}
.gui-blogshort .gui-blog-article-image .gui-blog-article-content, .gui-blogshort .gui-blog-article-image footer, .gui-blogshort .gui-blog-article-image header {
    width: 100%;
    padding-left: 0;
}
.gui-blog-article-summary{margin-bottom: 20px;}
.gui-blog-article-summary img{
  display: block;
  margin-bottom: 15px;
}

.gui-input input[type="text"], 
.gui-input input[type="password"], 
.gui-input input[type="email"], 
.gui-input textarea, 
.gui-input select{
  width: 100%;
  border: none;
}
.gui-block-subcontent{line-height: 1.5;}
.gui .gui-table a.gui-button-small{font-size: 11px;}


/*fix 1.1*/
.review .stars-o .fa{
  color:#b1b1b1;
}
/*fix */
.selectors.right.is_stuck {
   display: none;
  position: relative!important;
}