/**
* Theme Name: Antra Child
* Description: This is a child theme of Antra, generated by Merlin WP.
* Author: <a href="http://themelexus.com/">Themelexus</a>
* Template: antra
* Version: 1.0.7
*/

/* 客服图标位置修改 */
.intercom-lightweight-app-launcher, .intercom-namespace .intercom-with-namespace-4wz414
{
    bottom: 80px !important;
    right: 24px !important;
    width: 50px !important;
    height: 50px !important;
    max-height: 50px !important;
    max-width: 50px !important;
}
@media (max-width: 880px) {
    .intercom-lightweight-app-launcher, .intercom-namespace .intercom-with-namespace-4wz414
    {
        bottom: 24px !important;
        right: 14px !important;
    }
}

/* Accessibility图标位置修改 */
.djacc-popup .djacc__openbtn {
    /* background: #0071b2 !important; */
    margin: 0 !important;
}
.djacc-popup .djacc__footer {display: none !important;}

/* Shop Now! 图标位置修改 */
#floatBtn-1{
    bottom: 192px;
    right: 24px;
    --flbtn-size: 14px;
}
@media (max-width: 880px) {
    #floatBtn-1{
        bottom: 80px;
        right: 14px;
    }
}

.author-wrapper {
    display: none !important;
}