#store-loading {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  display: block;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 111;
  display: none;
}
#store-spinner{
    opacity: 1;
    margin: auto; 
    display: block; 
    font-size: 0px; 
    top: 30%;    
    position: relative;    
    width:80px;
    height:80px;
    border:3px solid #fff;
    -webkit-border-radius:50%;
    border-radius:50%;
    border-top-color:transparent;
/*    border-left-color:transparent;*/
    -webkit-animation:spin 600ms infinite linear;
    -moz-animation:spin 600ms infinite linear;
    -o-animation:spin 600ms infinite linear;
    -ms-animation:spin 600ms infinite linear;
    animation:spin 600ms infinite linear
}
.store-info-wrapper > div {
  margin-bottom: 10px;
  padding-right: 0px !important;
}
.store-info-wrapper{
  padding-right: 15px !important;
}
.image-overlay {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 33%, rgba(0, 0, 0, 0.4) 66%, rgba(0, 0, 0, 0.6) 100%) repeat scroll 0 0;
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%,rgba(0, 0, 0, 0.2) 33%, rgba(0, 0, 0, 0.4) 66%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 33%, rgba(0, 0, 0, 0.4) 66%, rgba(0, 0, 0, 0.6) 100%);
  background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 33%, rgba(0, 0, 0, 0.4) 66%, rgba(0, 0, 0, 0.6) 100%);
  bottom: 0;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 990;
}
.store_footer {
  color: #ff5450;
  overflow: hidden;
  padding: 5px 10px;
  position: relative;
}
.delivery_info {
  clear: both;
  display: block;
  width: 100%;
}
.filter_wrapper label{
    font-size: 15px !important; 
}
header #shop-search-container, .category-menu ul {
  display: block !important;
}
header #shop-search-container .fa-search {
  color: white;
}
header #shop-search-container {
  display: block;
  font-size: 0;
  height: 60px;
  margin: 0 0px 0 20px;
  padding-top: 11px;
  position: relative;
  width: 100%;
}
#shop-search-container {
  display: block !important;
  right: inherit !important;
}
header #shop-search-container #searchInput {
  border-color: #b1b4b5;
  border-radius: 3px 0 0 3px;
  border-right: 0 none #b1b4b5;
  font-size: 16px;
  height: 39px;
  line-height: 20px;
  padding: 0 10px;
  width: 100%;
}
header #shop-search-container #searchSubmit {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #febd69;
  border-color: -moz-use-text-color -moz-use-text-color #62686a;
  border-image: none;
  border-radius: 0 3px 3px 0;
  border-style: none none solid;
  border-width: 0 0 1px;
  cursor: pointer;
  font-size: 14px;
  height: 39px;
  line-height: 17px;
  position: absolute;
  right: -47px;
  top: 11px;
  width: 47px;
}
.btnGroup {
  border: 1px solid #ccc;
  border-radius: 3px;
}
.quikr-dropdown-wrap {
  min-width: 140px;
  position: relative;
}
.quikr-dropdown-link {
  background: #fff none repeat scroll 0 0 padding-box;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  height: 35px;
  line-height: 100%;
  padding: 10px;
  text-decoration: none;
  width: 100%;
}
.quikr-dropdown-menu .checkbox{
    left: 10px;
}
.open > a {
  outline: 0 none;
}
.quikr-dropdown-menu {
  background: #fff none repeat scroll 0 0 padding-box;
  border-radius: 3px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  margin-top: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 1001;
}