/* Wrapper */
.toocheke-likes-wrapper a {
	border-bottom: 0 !important;
	text-decoration: none !important;
}
.toocheke-likes-button {
	padding: 0.375em 0.25em;
	font-size: 1.175em;
	line-height: 1;
	font-weight: normal;
}

/* Colors */
a.liked {
	color: #dc3545 !important;
}


/* Icon */
.toocheke-likes-icon {
  margin-right: 0.225em;
	font-family: 'Hind', 'Arial Unicode MS', Arial, sans-serif;
	vertical-align: middle;
}
.toocheke-likes-icon svg {
	fill: currentColor;
	width: 20px;
  height: 20px;
  line-height: 35px;
}
.toocheke-likes-icon svg:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left:0;
}

/* Count */
.toocheke-likes-count {
  font-size: initial;
  display: inline-block;
text-align: center;
line-height: 35px;
margin-top: 5px;
  /*
	font-size: 0.625em;
	font-family: 'Hind', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	text-transform: uppercase;
  vertical-align: middle;
  */
}

/* Loader */
.likes-loader,
.likes-loader:before,
.likes-loader:after {
  background: rgba(0, 0, 0, 0.2);
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: .2em;
  height: .6em;
}
.likes-loader:before,
.likes-loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.likes-loader:before {
  left: -.375em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.likes-loader {
  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;
}
.likes-loader:after {
  left: .375em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em;
  }
  40% {
    box-shadow: 0 -.3em rgba(0, 0, 0, 0.2);
    height: 1em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em;
  }
  40% {
    box-shadow: 0 -.3em rgba(0, 0, 0, 0.2);
    height: 1em;
  }
}