
#socials {
    position: /*absolute*/ absolute;
    left: 250px;
    top: 5px;
    z-index: 17;
    transition: left 0.3s ease-in-out 0.1s;
}


#shop-icon {
	position: /*absolute*/ fixed;
    right: 0;
    top: 5px;
    z-index: 100000001;
}

#shop-icon ul,
#shop-icon li,
#socials ul,
#socials li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    
}

#shop-icon li,
#socials li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

#shop-icon li a,
#socials li a {
    float: right;
    position: relative;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin: 0px 0 0 10px;
    background: #ee2f58;
    border-radius: 33px;
    display: block;
    clear: both;
}

#socials li:first-child a {
	margin-top: 0 !important;
} 


#socials #tr img {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 50%;
	margin-left: -10px;
}

#socials a:hover {
  
}

@media only screen and (max-width: 870px) {
    #socials {
         left: 140px;
    }
}
