.wsa-demobar {
  z-index: 99999 !important;
}
.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe {
    width: 100% !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
}
.paddingsmbot{
  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;
}
.unitprice {
    font-size: 60%;
}

/*** POP-UPS ***/

#cart .product-configure-variants {display:none;}
#cart select, #shopnow-products select {width: 80%;-moz-appearance: none;-webkit-appearance: button;outline: 0;-webkit-border-radius: 2px;-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);-webkit-padding-end: 68px;-webkit-padding-start: 1px;-webkit-user-select: none;background-image: url(arrowdropdown.png), -webkit-linear-gradient(#ffffff 30%, #f5f5f5);background-position: 99% center;background-repeat: no-repeat;border: 1px solid #AAA;color: #5e5e5e;overflow: hidden;padding: 5px 25px 5px 7px;text-overflow: ellipsis;white-space: nowrap;font-size: 11px;}
#cart select:focus, #shopnow-products select:focus {outline:0;}
#cart select:hover, #shopnow-products select:hover {color: #333; border: 1px solid #999;cursor:pointer;}

#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;
}

@media screen and (max-width:768px) {.footer ul li a {line-height:2em;}}

.mobilecart{
  position:fixed;
  bottom:0;
  right:0;
  height:50px;
  width:55px;
  border-radius:4px 0 0 0;
  line-height:50px;
  text-align:center;
  z-index: 999;
}

.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;
  }
.gui-checkout .gui-form a.gui-button-small {
    width: 48%;
}
.gui-div-cart-coupons a.gui-button-small {
width:100% !important;}
}

@media (min-width:768px) {
  body {
    padding-top:0;
  }
  .mobilecart {
    display:none;
  }
}