
#ajax-spinner {
  background: url('../images/spinner.gif') no-repeat scroll 0 0 transparent;
  border: 1px solid #CCCCCC;
  height: 66px;
  left: 50%;
  margin: -33px 0 0 -33px;
  position: fixed;
  top: 50%;
  width: 66px;
  z-index: 10000;
}
body {
  margin: 0;
  overflow-y: scroll;
}
ul {
  padding: 0 0 0 15px;
}
.menu ul,
#slider ul,
.editor-gallery ul,
#gallery ul,
#langs ul {
  margin: 0;
  padding: 0;
}
.menu li,
#slider li,
.editor-gallery ul li,
#gallery ul li,
#langs ul li {
  list-style: none;
}
a,
a:hover {
  color: inherit;
  text-decoration: none;
}
a img {
  border: none;
}
a,
a:focus {
  outline: none;
}
#cart-popup .modal {
  background: rgba(0, 0, 0, 0.5);
  display: block;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.wrapper {
  float: left;
  width: 100%;
}
#slider .fa-chevron-left,
#slider .fa-chevron-right {
  top: 48%;
  position: relative;
}
