
.qbutton {
	z-index:100;
  position: fixed;
  top: 25%;
  right: 0%;
  font-size: 1em;
  padding: 10px;
  color: #EBE9BA;
  border: 2px solid #EBE9BA !important;
  border-radius: 20px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
  margin: 5px;
  background-color: #91AB00;
  font-size: large;
}
.qqbutton {
  font-size: 1em;
  padding: 10px;
  color: #EBE9BA;
  border: 2px solid #EBE9BA;
  border-radius: 20px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
  margin: 5px;
  background-color: #BB886D;
}
.qbutton:hover {
	text-decoration: none;
	color: #000;
  background: #FFDB4D !important;
}

.qoverlay {
	z-index:100;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.qoverlay:target {
  visibility: visible;
  opacity: 1;
  
}

.qpopup {
	z-index:100;
  margin: 70px auto;
  padding: 20px;
  background: #91AB00;
  border-radius: 10px;
  width: 30%;
  position: relative;
  transition: all 1s ease-in-out;
  color: #EBE9BA;
}

.qpopup h2 {
	z-index:101;
  margin-top: 0;
  color: #EBE9BA;
  font-family: Tahoma, Arial, sans-serif;
}
.qpopup .qclose {
	z-index:101;
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.qpopup .qclose:hover {
  color: #06D85F;
}
.qpopup .qcontent {
	z-index:101;
  max-height: 30%;
  overflow: auto;
}
.qinput{
	z-index:101;
  padding: 10px 15px;
  border-style:solid 2px;
  border-radius: 10px;
  border-color: #EBE9BA;
  margin: 5px;
  
}

.browseProductImage {
    position: relative;}
.category-product-label1 {  
width: 125px;
height: 125px;;
left: 0px;
    position: absolute;
    top: 0px;}
 .product-label1 {
    left: 0px;
    position: absolute;
    top: 0px;}
 .category-product-label1 img, .product-label1 img {width:125px;height:125px;}
 .category-product-label1 .vm-img-desc, .product-label1 .vm-img-desc {display:none;}
