.share-buttons .share-button i {
    background-image: none;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    overflow: hidden;
    line-height: 1.1em;
    color: #fff;
    display: block;
    cursor: pointer;
    font-size: 24px;
    height: 40px;
    width: 40px;
    text-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.share-button-whatsapp {
    background-color: #29a71a;
}
.fab {
    font-family: "Font Awesome 5 Brands";
}
.share-button-sms {
    background-color: #1598d5;
}
.share-button-facebook {
    background-color: #3b5998;
}
.share-button-twitter {
    background-color: #2ba9e1;
}
.share-button-skype {
    background-color: #00aff0;
}
.share-button-pinterest {
    background-color: #cb2027;
}
.share-button-linkedin {
    background-color: #007bb6;
}
.share-button-mail {
    background-color: #939598;
}
.fa, .fas {
    font-weight: 900;
}
.share-buttons {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    padding: 0 60px;
    margin: 0;
}
.share-buttons-heading {
    position: relative;
    padding: 0 60px;
}
.share-buttons-heading .share-buttons-heading-text {
    text-align: left;
    font-family: Shadows Into Light;
    line-height: normal;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    color: #D34544;
    margin: 10px 0;
}
.share-buttons-heading .share-buttons-arrow {
    position: absolute;
    left: 35px;
    top: 16px;
    width: 30px;
    transform: rotateZ(
15deg
);
}
.whatsapp-button {
    -webkit-appearance: none;
    padding: 5px;
    font-size: 13px;
    background-color: #001b5d;
    opacity: 0.9;
    color: #fff;
    border: none;
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%), 0 0 40px rgb(255 251 251 / 10%) inset;
    margin-left: 5px;
    display: flex;
    align-items: center;
}
.whatsapp-input {
    text-align: left;
    display: flex;
}
.input-wrapper {
    position: relative;
    flex: 1;
}
.share-buttons.inprofile {
    padding: 0;
    justify-content: flex-end;
    margin: -4px;
}
.share-buttons {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    padding: 0 60px;
    margin: 0;
}
.share-button-instagram {
    background-color: #F18644;
}
.share-button-youtube {
    background-color: #E63631;
}
.product-enquiry-btn {
    padding: 7px 15px;
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    background: linear-gradient(to right, var(--theme-color) 0%, var(--theme-color) 100%);
    border: 3px solid #fff;
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
}
.product-price {
    font-size: 18px;
    font-family: "Uniform Bold";
    
}
.product-enquiry-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}