@font-face {
    font-family: "Flaticon";
    src: url("flaticon.eot");
    src: url("flaticon.eot?#iefix") format("embedded-opentype"),
    url("flaticon.woff2") format("woff2"),
    url("flaticon.ttf") format("truetype"),
    url("flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Flaticon";
        src: url("flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}

.flaticon-muscle:before {
    content: "\f101";
}

.flaticon-exercise:before {
    content: "\f102";
}

.flaticon-stationary-bike:before {
    content: "\f103";
}

.flaticon-exercise-1:before {
    content: "\f104";
}

.flaticon-weightlifter:before {
    content: "\f105";
}

.flaticon-tape-measure:before {
    content: "\f106";
}

.flaticon-dumbbell:before {
    content: "\f107";
}

.flaticon-hand-grip:before {
    content: "\f108";
}

.flaticon-skipping-rope:before {
    content: "\f109";
}

.flaticon-dumbbell-1:before {
    content: "\f10a";
}

.flaticon-exercise-2:before {
    content: "\f10b";
}

.flaticon-fitness:before {
    content: "\f10c";
}

.flaticon-dancing:before {
    content: "\f10d";
}

.flaticon-fitness-1:before {
    content: "\f10e";
}

.flaticon-gym:before {
    content: "\f10f";
}

.flaticon-dumbbell-2:before {
    content: "\f110";
}

.flaticon-strongman:before {
    content: "\f111";
}

.flaticon-muscular-bodybuilder-with-clock:before {
    content: "\f112";
}

.flaticon-muscular:before {
    content: "\f113";
}

.flaticon-muscles:before {
    content: "\f114";
}

.flaticon-abs:before {
    content: "\f115";
}

.flaticon-weightlifting:before {
    content: "\f116";
}

.flaticon-telephone:before {
    content: "\f117";
}

.flaticon-email:before {
    content: "\f118";
}

.flaticon-pin:before {
    content: "\f119";
}

.flaticon-right-arrow:before {
    content: "\f11a";
}

.flaticon-shopping-cart:before {
    content: "\f11b";
}
.flaticon-tiktok:before {
    content: ""; /* Required for :before pseudo-element */
    display: inline-block; /* Ensure the icon is inline */
    width: 16px; /* Adjust the width as needed */
    height: 16px; /* Adjust the height as needed */
    background-image: url('tik-tok.png'); /* Path to your Flaticon TikTok icon */
    background-size: cover; /* Adjust as needed */
	color: white!important; 
    /* Optionally, you can include other styling properties such as background-position, background-repeat, etc. */
}