.about-product-detail-slider .swiper-wrapper .swiper-slide .swiper-col-content .bounds .c-entry .devider {
    margin: 1rem auto 1rem;
}

/* Footer Social Media Tiktok -- */
.footer-social .footer-social-icon.tk-icon {
    background: url("../img/footer/icon-tk-md.png") no-repeat center;
}

@media screen and (-moz-min-device-pixel-ratio:2), screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio:2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
    .footer-social .footer-social-icon.tk-icon {
        background: url("../img/footer/icon-tk-md@2x.png") no-repeat center;
        background-size: 32px 32px;
    }
}

@media only screen and (min-width: 767px) {
    .footer-social .footer-social-icon.tk-icon {
        background: url("../img/footer/icon-tk-lg.png") no-repeat center;
    }
}

@media only screen and (min-width: 767px) and (-moz-min-device-pixel-ratio:2), only screen and (min-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 767px) and (min-device-pixel-ratio:2), only screen and (min-width: 767px) and (min-resolution: 192dpi), only screen and (min-width: 767px) and (min-resolution: 2dppx) {
    .footer-social .footer-social-icon.tk-icon {
        background: url("../img/footer/icon-tk-lg@2x.png") no-repeat center;
        background-size: 45px 45px;
    }
}

@media only screen and (min-width: 992px) {
    .footer-social .footer-social-icon.tk-icon {
        background: url("../img/footer/icon-tk-sm.png") no-repeat center;
    }
}

/* --END Footer Social Media Tiktok */