.submit{display: inline-block;
  padding: .327em 1em;
  color: white !important;
  text-align: center;
  border: none;
  text-decoration: none;
  font-size: 1em;
  font-family: inherit;
  cursor: pointer;
  overflow: visible;
  width: auto;
  line-height: 1.618em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  background: #428bca;
  font-weight: 200;
  text-transform: uppercase;
  box-shadow: 0 0 0 0 #888888;
  -webkit-box-shadow: 0 0 0 0 #888888;
  border-radius: 3px;
  text-shadow: none;
  -webkit-appearance: caret;
  -moz-appearance: caret;
}
.button:hover{text-decoration: none;
  background: #245682;
}
.wqo-single{
  display:inline-block;
}
.wqo-single-title{
  font-size:16px;
  font-weight:bold;
  margin-right:20px;
  display:inline-block;
}
.wqo-single-price{
  font-size:16px;
  font-weight:bold;
  margin-right:20px;
}
.wqo-single-number{
  margin-right:20px;
}
#wqo-quantity{width:40px;}


.wqo-price-table{float:left;
  width:30.33%;
  margin:1.5%;
  padding:0px;
  border:solid 1px #0A3F3F;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wqo-price-table-header{float:left;
  width:100%;
  padding:20px 10px;
  margin:0;
  background-color:#0A3F3F;
  color:#ffffff;
  text-align:center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wqo-price-table-header h2{margin:0!important;}
.wqo-price-table-body{float:left;
  padding:10px 20px;
  margin:0!important;
  width:100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wqo-price-table-price{float:left;
  width:100%;
  padding:10px 0px 10px 0px;
  font-size:16px;
  font-weight:bold;
  text-align:center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wqo-price-table-item{float:left;
  width:100%;
  padding:10px 0px;
  text-align:center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom:dashed 1px #0A3F3F;
}
.wqo-price-table-footer{float:left;
  width:100%;
  padding:10px 10px;
  margin:0;
  background-color:#ededed;
  text-align:center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wqo-price-table-buy{
  width:100%;
  background-color:#0A3F3F;
}
.wqo-price-table-buy:hover{
  background-color:#1E3D3D;
}



/**
 * Gallery
 *
 */  
.wqo-gallery{
  width:100%;
} 

.wqo-gallery-item{float:left;
  float: left;
  width: 25%;
  position: relative;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}
.wqo-gallery-item img{float: left;
  max-width: 100%;
}
.wqo-gallery-item .wqo-gallery-caption{
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  background-color: #fff;
  text-align: center;
  margin: auto;
  z-index: 9; 
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.wqo-gallery-item:hover .wqo-gallery-caption {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.wqo-gallery-item .wqo-gallery-caption h2{
  float:left;
  width:100%;
  color:#000000;
  text-align:center;
  margin-top:20%;
  margin-bottom:0;
  font-size:18px;
  line-height:24px;
}

.wqo-gallery-item .wqo-gallery-caption .wqo-gallery-price{
  float:left;
  width:100%;
  color:#000000;
  text-align:center;
  margin-top:20px;
  margin-bottom:0;
  font-size:18px;
  line-height:24px;
}

.wqo-gallery-item .wqo-gallery-caption .wqo-gallery-buy{
  margin-top:20px;
}

/* Show cart button */
.show-cart{display:none;
}