
.social-buttons.grid {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 100%;
}

a.social-buttons-item {
    display: inline-block;
    -webkit-flex: 0 1 143px;
    -ms-flex: 0 1 143px;
    flex: 0 1 143px;
    min-width: 60px;
    height: 32px;
    padding-left: 10px;
    position: relative;
    float: left;
    margin-right: 7px;
    background: #000;
    color: #fff !important;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    line-height: 34px
}

a.social-buttons-item svg {
    display: block;
    position: absolute;
    top: 9px;
    left: 10px;
    fill: #fff
}

a.social-buttons-item.send-friend {
    width: 42px;
    padding: 0
}

a.social-buttons-item.send-friend svg {
    width: 20px;
    height: 13px
}

a.social-buttons-item.fb {
    background: #3a589e
}

a.social-buttons-item.fb svg {
    width: 8px;
    height: 17px;
    top: 7px;
    left: 15px
}

a.social-buttons-item.twit {
    background: #50a2e1
}

a.social-buttons-item.twit svg {
    width: 15px;
    height: 12px
}

a.social-buttons-item.dr {
    background: #f06000
}

a.social-buttons-item.dr svg {
    width: 21px;
    height: 17px;
    top: 7px
}

a.social-buttons-item.google {
    background: #dd4b39
}

a.social-buttons-item.google svg {
    width: 23px;
    height: 16px;
    top: 8px
}

a.social-buttons-item.linked {
    background: #016fa5
}

a.social-buttons-item.linked svg {
    width: 16px;
    height: 15px;
    top: 8px
}

.social-buttons-left {
    width: 55px;
    position: absolute;
    z-index: 100
}

.social-buttons-left a {
    width: 55px;
    height: 55px;
    margin: 0;
    padding: 0
}

.social-buttons-left a svg {
    transition: all .2s
}

.social-buttons-left a span {
    position: relative;
    top: -2px;
    opacity: 0;
    font-size: 13px;
    transition: all .2s
}

.social-buttons-left a.fb svg {
    width: 10px;
    height: 21px;
    top: 16px;
    left: 21px
}

.social-buttons-left a.twit svg {
    width: 18px;
    height: 14px;
    top: 20px;
    left: 17px
}

.social-buttons-left a.dr svg {
    top: 17px;
    left: 16px
}

.social-buttons-left a.google svg {
    top: 18px;
    left: 17px
}

.social-buttons-left a.linked svg {
    top: 18px;
    left: 17px
}

.social-buttons-left a:hover svg {
    margin-top: 10px
}

.social-buttons-left a:hover span {
    opacity: 1
}

.sitemap-footer .links-2-store a {
    display: inline-block
}
