.top-service-btn.checkout-top-right {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.top-service-btn.checkout-top-right .service-icon {
    position: unset;
    left: auto;
    font-size: 26px
}

.AR-rtl .top-service-btn.checkout-top-right {
    display: none !important
}

.kakao-chat.service-btn i.iconfont {
    position: relative;
    color: #ffe812
}

.kakao-chat.service-btn i.iconfont:before {
    content: '\e953'
}

.kakao-chat.service-btn i.iconfont::after {
    content: '';
    background-color: #000;
    width: 73%;
    height: 62%;
    display: inline-block;
    position: absolute;
    left: 17%;
    top: 19%;
    z-index: -1
}

.kakao-chat.top-service-btn.checkout-top-right .service-icon::after {
    width: 22px;
    height: 22px;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.whatsapp-css.service-btn i.iconfont {
    position: relative;
    color: #25d366;
    z-index: 1
}

.whatsapp-css.service-btn i.iconfont:before {
    content: '\ea07'
}

.whatsapp-css.service-btn i.iconfont::after {
    content: '';
    background-color: #fff;
    width: 65%;
    height: 65%;
    display: inline-block;
    position: absolute;
    left: 15%;
    top: 20%;
    z-index: -1
}

.line-css.service-btn i.iconfont {
    position: relative;
    color: #01bb00;
    z-index: 1
}

.line-css.service-btn i.iconfont:before {
    content: '\e654'
}

.line-css.service-btn i.iconfont::after {
    content: '';
    background-color: #fff;
    width: 68%;
    height: 44%;
    display: inline-block;
    position: absolute;
    left: 15%;
    top: 20%;
    z-index: -1
}

#chatBtn img {
    width: 25px
}

.qimo-service i.iconfont {
    color: #19caa6
}

.qimo-service i.iconfont::before {
    content: "\e7c9"
}

.qimo-service i.iconfont::after {
    background-color: #fff
}

@media (max-width:576px) {
    #chatBtn {
        display: none !important
    }
}