/*------------------------------------*
    Avoori Product Social Sharing
*------------------------------------*/
.product-share-wrap {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
}
}

.woocommerce.single-product div.product .avoo-social-share-buttons > div > a > i {
    width: 40px;
    height: 40px;
    margin-top: 12px;
    margin-right: 12px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
}

.rtl.woocommerce.single-product div.product .avoo-social-share-buttons > div > a > i { margin-right: auto; margin-left: 12px }

.avoo-social-share-fb > a > i {
    background-color: #3b5998;
}

.avoo-social-share-tw > a > i {
    background-color: #2aa9e0;
}

.avoo-social-share-gp > a > i {
    background-color: #d3492c;
}

.avoo-social-share-pi > a > i {
    background-color: #e63c7e;
}

.avoo-social-share-li > a > i {
    background-color: #0077b5;
}

.avoo-social-share-tu > a > i {
    background-color: #35465c;
}

.avoo-social-share-st > a > i {
    background-color: #eb4924;
}

.avoo-social-share-vk > a > i {
    background-color: #45668e;
}

.avoo-social-share-em > a > i {
    background-color: #168de2;
}