.social-share-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 20px;
    animation: social 2s ease 0s 1 normal forwards !important;
}

@keyframes social {
	0% {
		transform: scale(2);
		transform-origin: 0% 50%;
	}

	100% {
		transform: scale(1);
		transform-origin: 0% 50%;
	}
}

.social-share-buttons a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f1f1f1;
    margin-right: 10px;
}

.social-share-buttons a i {
    font-size: 18px;
    color: #555;
}

/* Adjust the alignment of the product image */
.single-product .images {
    float: left;
    clear: none;
    margin-right: 20px;
}


.social-share-buttons {
    display: flex;
    align-items: center;
}

.social-share-text {
    margin-right: 10px; /* Adjust spacing as needed */
    font-weight: bold; /* Optional: Makes the text bold */
}
