.ya-share2__icon {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.social-sharing {
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: right;
    width: 105px;
    padding: 15px;
    -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 2;
    background: #fff;
    right: 0;
    top: 30px;
    display: none;
    font-size: 0
}

.social-sharing.active {
    display: block
}

.social-sharing * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.social-sharing a {
    display: inline-block;
    border-radius: 2px;
    margin: 0 5px 0 0;
    height: 22px;
    line-height: 22px;
    text-decoration: none !important;
    font-weight: normal !important;
    letter-spacing: 0 !important;
    text-transform: capitalize !important;
    float: none !important;
    font-size: 0 !important
}

.social-sharing a:nth-child(odd) {
    margin: 0
}

.social-sharing a:hover {
    color: #fff
}

.social-sharing span {
    display: inline-block;
    vertical-align: top;
    height: 22px;
    line-height: 22px !important;
    font-size: 20px !important
}

.social-sharing span.ya-share2__title {
    line-height: 24px;
    display: none
}

.social-sharing .icon {
    padding: 0 5px 0 10px
}

.social-sharing .icon:before {
    line-height: 22px
}

.social-sharing:before {
    position: absolute;
    top: -5px;
    right: 20px;
    content: '';
    width: 0;
    height: 0;
    border-right: 14px solid transparent;
    border-top: 14px solid #fff;
    -webkit-box-shadow: -3px -3px 4px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -3px -3px 4px -2px rgba(0, 0, 0, 0.2);
    box-shadow: -3px -3px 4px -2px rgba(0, 0, 0, 0.2);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1
}

.social-sharing.top {
    top: -105px !important
}

.social-sharing.top:before {
    top: initial;
    bottom: -5px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.ya-share2__title {
    display: none !important;
    font-weight: 900;
    font-size: 12px;
    padding-right: 10px
}

.is-large .ya-share2__title {
    padding-right: 16px
}

.share-facebook span {
    color: #3b5998
}

.share-facebook span:hover {
    color: #2d4373
}

.share-twitter span {
    color: #00aced
}

.share-twitter span:hover {
    color: #0087ba
}

.share-pinterest span {
    color: #cb2027
}

.share-pinterest span:hover {
    color: #9f191f
}

.share-fancy span {
    color: #4999dc
}

.share-fancy span:hover {
    color: #2780cb
}

.share-google span {
    color: #dd4b39
}

.share-google span:hover {
    color: #c23321
}

.product-view .sharing.collapsed {
    height: 0;
    overflow: hidden
}

.product-view .sharing a {
    display: block
}

.product-view .ya-share2__icon {
    display: block;
    margin: 0 auto 10px auto;
    width: 54px;
    height: 54px;
    background-size: contain;
    cursor: pointer;
}

.product-view .ya-share2__icon::before {
    content: "" !important
}

.product-view .ya-share2__item_service_twitter .ya-share2__icon {
    background: url(../images/product/twitter.png) no-repeat center center;
    background-size: 48px
}

.product-view .ya-share2__item_service_facebook .ya-share2__icon {
    background: url(../images/product/facebook.png) no-repeat center center;
    background-size: contain
}

.product-view .ya-share2__item_service_pinterest .ya-share2__icon {
    background: url(../images/product/pinterest.png) no-repeat center center;
    background-size: contain
}

.product-view .ya-share2__item_service_vkontakte .ya-share2__icon {
    background: url(../images/product/vk.png) no-repeat center center;
    background-size: 48px;
}

