/* here you can put your own css to customize and override the theme */
/* here you can put your own css to customize and override the theme */

.pre-footer .sns-icons {
    padding-top: 5px;
}
.product-page .sns-icons li a {
    position: 0 -38px;
    /*opacity: 1;*/
}
.sns-icons li {
    float: left;
    display: inline;
    list-style: none;
    margin-right: 5px;
    margin-bottom: 5px;
    /*text-indent: -9999px;*/
}
.sns-icons li > a >img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    width: 35px;
    height: 35px;
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.social-icons li:hover > a {
    opacity: 1;
}