/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

.gk-social-buttons a {
    background: #ccc;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 2px 4px;
    overflow: hidden;
    width: 30px;
}
.gk-social-buttons a:hover {background: #ddd;text-decoration: none;}
.gk-social-buttons a:before {color: #fff; font-family: FontAwesome;content: "\f099";padding: 12px 9px;} 
.gk-social-buttons .icon-fb:before {content: "\f09a";}
.gk-social-buttons .icon-gplus:before {content: "\f0d2";}
.gk-social-buttons a:hover:before {color: #000;} 

.related.products {
display: none;
}