@media only screen and (max-width: 1000px) {
  .productentabel{display:none;}
}
@media only screen and (min-width: 1000px) {
  .productknop{display:none;}
}
.productknop a{
  font-size:18px !important;
  text-transform:uppercase !important;
}
.productknop{
background-color:rgba(255, 157, 73, 0.8);
  border-radius:20px;
     padding: 10px 6px;
  color:black;
}

.categorieblok{
text-align: center;
vertical-align: middle;
background-color:rgba(255, 157, 73, 0.8);
border-radius: 20px;
width: 250px;
font-family: "Noto Sans", Helvetica, sans-serif;
height: 130px;
padding:20px;
}
.categorieblok p{
    font-size:14px;
    font-weight: normal;
}
.categorieblok a{
    color:black;
font-size: 29px;
    text-decoration: none;
    font-weight: bold;
}


.wsa-demobar {
  z-index: 99999 !important;
}
.gui-image-50 img {
  max-width: none!important;
}

body {
 font-size:12px; 
 padding-top:50px;
}
.btn:active:focus, 
.btn:focus {
  outline: none;
}
input[type="text"],
textarea {
  box-shadow: none !important;
}
textarea:focus, input:focus {
  outline: 0;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: 0;
}

h1 {
  font-size: 18px
}
h2 {
  font-size: 16px
}
h3 {
  font-size: 14px
}
.nopadding {
  padding: 0!important;
}
.nopaddingl {
  padding-left:0px; 
  margin-bottom:15px;
}
.paddingbottom {
  margin-bottom:15px;
}
.paddinground {
  padding:20px; 
}
.paddingroundsm {
  padding:10px; 
}
.paddingtop {
  padding-top: 15px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:0px;
}
.paddingbot {
  padding-bottom:20px; 
}
.paddingtopbot {
  padding-top:30px;
  padding-bottom:30px;
  padding-left:20px;
  padding-right:20px;
}
.paddingxs {
  padding-top: 5px;
  padding-bottom: 5px
}
.paddingsm {
  padding-top: 10px;
  padding-bottom: 10px
}
.paddingmd {
  padding-top: 20px;
  padding-bottom: 20px
}
.paddinglg {
  padding-top: 40px;
  padding-bottom: 40px
}
.paddingrmd {
  padding-right:10px;  
}
.marginrmd{
  margin-right:10px;
} 
.marg-right {
  margin-right:15px; 
  margin-bottom:10px;
}

img {
  max-width: 100%!important;
  height:auto;
}

ul {
  margin-bottom:0px; 
}
ul.none {
 padding-left:0; 
}
ul.none li {
 list-style-type:none; 
}

ul.inloggenmobile{
  padding-left: 0;
}

.white {
  background:#FFFFFF!important; 
}

#popup-products .btn-default {
  border:none; 
  background:#ddd;
}

.btn-search{
  position:relative;
  padding: 6px 12px;
  border:none;
}
.btn-search:after{
  border-style: solid solid solid none;
  border-width: 8px 8px 8px 0;
  content: "";
  position: absolute;
  top: 9px;
  left: -7px;
  z-index:2;
}

input {
  padding:5px 10px;
  border:1px solid #eee; 
}

iframe {
  border:none;
}

p.ribbon:before {
  border-style: solid;
  border-width: 10.5px 8px;
  box-shadow: 2px 2px 5px #B23636 inset;
  content: " ";
  position: absolute;
  right: -15px;
  top: 0;
  z-index: 999;
}

p.ribbon {
  color: #FFFFFF;
  font-size: 0.9em !important;
  font-weight: bold;
  margin: -5px -30px 0;
  padding: 3px 5px 3px 13px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  z-index: 999;
}

p.ribbon:after {
  border-style: solid;
  border-width:6px 5px;
  content: " ";
  height: 0;
  left: 0;
  position: absolute;
  top: 100%;
  width: 0;
}

.price {
  font-size:18px; 
  margin:0;
}

.price-old {
  text-decoration:line-through;
  color:#980101; 
  margin-right:5px;
  font-size:11px;
}
.collection-content a{text-decoration:underline;color:#eb6d00;}
.collection-content a:hover, .collection-content a:active{text-decoration:none;}

/*** POP-UPS ***/

#shopnow-products, #popup-products {
  position: fixed;
  z-index: 1000;
  display: none;
  padding: 20px;
  box-shadow: 0 0 4px 0 #999;
  background:#fff;
}
#shopnow-products .glyphicon-remove, #popup-products .glyphicon-remove {
  color: red;
}
#popup-products {
  top: 50%;
  margin-top:-75px;
  width: 500px;
  left:50%;
  margin-left:-250px;
}
#shopnow-products {
  width: 655px;
  top: 50%;
  left:50%;
  margin-left: -322px;
  margin-top: -250px;
}
#shopnow-products .title,
#popup-products .title {
  font-size: 22px;
}
#shopnow-products .buttons a,
#popup-products .buttons a {
  margin-right: 10px;
}
#shopnow-products .price,
#popup-products .price {
  font-size: 23px;
}
#shopnow-products .quantity .input-number {
  float: left;
  margin-right: 20px;
}
#shopnow-products .product-info-options.tui {
  border: none;
}
#shopnow-products .quantity {
  position: relative;
  left: 90px;
  height:34px;
}
#popup-products .messages {
  margin-top: 40px;
  margin-bottom: -0px;
}

.messages {
  margin-bottom:0px; 
}

.footer ul li {
  list-style-type:none;
  padding-left:0px;
}

.mobilecart{
  position:fixed;
  bottom:0;
  right:0;
  height:50px;
  width:55px;
  border-radius:4px 0 0 0;
  line-height:50px;
  text-align:center;
}

.scrollToTop {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    padding: 10px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 4px;
    color: #444;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    opacity: 0.7;
}
.scrollToTop:hover {
    color: #f2f2f2;
    text-decoration: none;
    opacity: 1;
}
.newsletter input{
  height: 31px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  width: 180px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
} 
@media (max-width:768px) {
  .mobilefeatured{
    padding-top:0;
    margin-top:-20px;
  }
}

@media (min-width:768px) {
  body {
    padding-top:0;
  }
  .mobilecart {
    display:none;
  }
}

.category-block {
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 0 15px 15px;
    width: calc(25% - 30px);
    height: 150px;
    background-color: rgba(255, 157, 73, 0.8);
  	border-radius:5px;
}

.category-block:hover{
		transform: scale(1.03);
  	transition: all 200ms;
}

.category-block h3 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    color: #8e6d51;
  	font-weight:600;
  	font-size:22px;
    padding: 5px;
    margin: 0;
}

.category-block img {
    height: 150px;
    width: 150px;
    object-fit: contain;
    transition: all 200ms;
}

.category-block:hover img {
    transform: scale(1.2);
}

.category > a {
    position: relative;
    display: block;
    background-color: #12a200;
}

.category > a:before {
    content: attr(title);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5em;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
}

.category > a img {
    opacity: 0;
}