.rmtamshop_share {
  display: flex;
  justify-content: center;
  align-items: center;
    color: #333;
    font-size: 15px;
}
.rmtamshop_share > div:first-child{
    margin-left: 10px;
  display: flex;
  align-items: center;
  color: #333;
}
.rmtamshop_share .bi.bi-share-fill {
  display: inline-block;
  text-align: right;
  line-height: 20px;
  font-size: 18px;
  margin-left: 7px;
}
.rmtamshop_share a {
  display: inline-block;
  padding: 5px 0 0 !important;
  margin-left: 8px;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  transition: all linear 0.3s;
  float: right;
  color: #333;
  text-align: center;
  border: solid 1px rgba(0,0,0,0.3);
}
.rmtamshop_share a:hover,
.rmtamshop_share a:focus{
	color: #fff;
	text-decoration: none;
}
.rmtamshop_share a.facebook:hover ,
.rmtamshop_share a.facebook:focus{
    background-color: #3b5998;
    box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(59,89,152,0.9);
    border-color: transparent;
}
.rmtamshop_share a.google:hover  ,
.rmtamshop_share a.google:focus{
    background-color: #BB001B;
    box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(187,0,27,0.9);
    border-color: transparent;
}
.rmtamshop_share a.telegram:hover ,
.rmtamshop_share a.telegram:focus {
    background-color: #0088cc;
    box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(0, 136, 204,0.9);
    border-color: transparent;
}
.rmtamshop_share a.twitter:hover  ,
.rmtamshop_share a.twitter:focus{
    background-color: #1DA1F2;
    box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(29 ,161 ,242,0.9);
    border-color: transparent;
}