
.cs-share a {
  padding: 0 17px 0 50px;
  line-height: 35px;
  color: white;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 3px;
  position: relative;
  font-size: 14px;
  margin-bottom: 10px;
}

.cs-share a:before {
 font-family: "Font Awesome 5 Brands";
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 color: white;
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 width: 40px;
 font-size: 16px;
 text-align: center;
 line-height: 35px;
}

.moblie-share a{
  color: #fff;
}

.facebook-moblie{
  background: #3b5998;
  width: 40px;
  font-size: 16px;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 5px 16px;
  line-height: 34px;
  color: #fff;
}

.line-moblie{
  background: #00b900;
  width: 40px;
  font-size: 16px;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 5px 14px;
  line-height: 34px;
  color: #fff;
}


.twitter-moblie{
  background: #00aced;
  width: 40px;
  font-size: 16px;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 5px 13px;
  line-height: 34px;
  color: #fff;
}





.cs-share .facebook {
  background: #263961;
}

.cs-share .facebook:before {
  content: "\f39e";
  background: #3b5998;
}


.cs-share .twitter {
  background: #0074a1;
}

.cs-share .twitter:before {
  background: #00aced;
  content: "\f099";
}


.cs-share .line {
  background: #039a03;
}

.cs-share .line:before {
  background: #00b900;
  content: "\f3c0";
}


.cs-share .google-plus {
  background: #ac2d1e;
}

.cs-share .google-plus:before {
  background: #dd4b39;
  content: "\e603";
}

.toplam {
 float: left;
 font-size: 14px;
 line-height: 7px;
 margin-right: 14px;
 color: #888;
 margin-top: 0;
 padding: 13px 14px;
 background: #ffffff;
 border: 1px solid #ddd;
 font-weight: 300;
 border-radius: 1px;
 text-align: center;
 position: relative;
}

.toplam:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(250, 250, 250, 0);
  border-left-color: #e1dfdf;
  border-width: 5px;
  margin-top: -5px;
}
