body {
  font-family: "Lato",sans-serif;
  background-color: #FFFFFF;
}

#shadow-layer {
  position: fixed;
  min-height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(67, 87, 121, 0.6);
  cursor: pointer;
  z-index:999;
  display: none;
}

#loader-1{
  background-image: url("../../images/ajax-loader.gif");
  width: 100px;
  height: 100px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  display: none;
  z-index: 99999;
}

#loader-1-cart{
  background-image: url("../../images/ajax-loader.gif");
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  display: none;
  z-index: 99999;
}

#loader-2{
  background-image: url("../../images/ajax-loader_001.gif");
  width: 50px;
  height: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  display: none;
  z-index: 9999;
}

#loader-3{
  background-image: url("../../images/ajax-loader-for-list-delete.gif");
  width: 16px;
  height: 11px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -5px;
  display: none;
  z-index: 9999;
}

.loading:after{
  content : url("../../images/ajax-loader-for-list-delete.gif");  
  width: 16px;
  height: 11px;
  padding-left:5px;
}

.add-to-cart-loader{
  width: 300px;
  height: 100px;
  background: #f7f7f7;
  position: fixed;
  top:50%;
  left: 50%;
  margin-top: -75px;
  margin-left: -150px;
  display: none;
  text-align: center;
  z-index: 9999;
}

.add-to-cart-loader img, .add-to-cart-loader .cart-updating-msg{
  display: inline-block;
  vertical-align: middle;
}

.add-to-cart-loader .cart-updating-msg{
  font-size: 12px;
  color: #3d4246;
  font-weight: bold;
}

