/* Wrapper */
.sl-wrapper {
  position: relative;
  display: inline-block;
}
.sl-wrapper a {
  padding: 10px 0 !important;
	border-bottom: 0 !important;
	text-decoration: none !important;
}
.sl-button {
	font-size: 1em;
	line-height: 1;
	font-weight: normal;
}
span.sl-loading {
  top: 0;
  left: 0;
  position: absolute;
}
a.liked span.sl-count,
.sl-count {
  display: none;
}

/* Icon */
.sl-icon {
	display: none;
}
.sl-icon svg {
	fill: currentColor;
	width: 1em;
	height: 1em;
}
.sl-icon svg:after {
	content: "";
	position: absolute;
	top: 0;
	left:0;
  right: 0;
  bottom: 0;
}

/* Count */
.sl-count {
  display: none;
}
.single .sl-count {
  padding-left: 5px; 
}
/* Loader */
.loading,
.loading:before,
.loading:after {
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: .2em;
  height: .6em;
  z-index: 999999;
}
.loading:before,
.loading:after {
  position: absolute;
  top: 0;
  content: '';
}
.loading:before {
  top: 5px;
  left: 5px;
  width: 80%;
  height: 80%;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  content: '';
  z-index: -1;
  position: absolute;
  background-color: red;
  position: absolute;
  background-image: url();
}
.loading {
  text-indent: -9999em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

/* - Custom Css 
----------------------------------------------*/
span.sl-wrapper a {
  color: #fff;
  padding: 9px 0px;
  position: relative;
}
span.sl-wrapper a span {
  display: inline-block;
}
span.sl-loading {
  top: 13px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
}
.loading {
  top: -5px;
  left: 5px;
  width: 40px;
  position: absolute;
}
.loading:before {
  z-index: 9999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: red;
  top: 5px;
  left: 5px;
  width: 80%;
  height: 100%;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  content: '';
  z-index: -1;
  position: absolute;
  background-color: red;
  position: absolute;
  background-image: url();
}