footer {
    background: #FAF4EC;
    width: 100%;
}

.c-back-wrap {
    position: fixed;
    bottom: 110px;
    right: 10px;
    z-index: 30;
    bottom: 110px;
    background: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.c-back-wrap .c-uptt {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #FFFFFF;
    cursor: pointer;
    border-radius: 50%;
    cursor: pointer;
}
.c-back-wrap .c-uptt.backtop {
    margin-bottom: 16px;
    border: 1px solid #DEDEDE;
}

.c-back-wrap .c-uptt.live-chat {
    width: 48px;
    height: 48px;
    background: #F7E9D5;
}
.c-back-wrap .c-uptt a{
    color: var(--white-color);
    display: block;
}
.c-back-wrap .c-uptt.activeright {
    background: var(--theme-yellow-color)
}
.c-back-wrap .c-uptt>i.icon-up {
    font-size: 20px;
    color: var(--theme-color);
    cursor: pointer;
    transform: rotate(-90deg);
}
.chatlive:before {
    content: "\e65c";
    font-size: 38px;
    color: #1A1A1A;
    font-size: 26px;
}

.icon-wishlist:before {
    content: "\e603";
    font-size: 18px;
}
.icon-up:before {
    content: "\e673";
}
.c-back-wrap .c-uptt>i.icon-wishlist{
    font-size: 18px;
}

.cookies-box {
    position: fixed;
    left: 24px;
    bottom: 24px;
    box-shadow: 0 0px 12px 0 rgba(0,0,0,.2);
    background: #fff;
    padding: 24px;
    z-index: 2000;
    width: 400px;
}

.cookies-box .title {
    font-weight: 500;
    margin-bottom: 14px;
    font-size: 20px;
}

.cookies-box .content {
    font-weight: 300;
    line-height: 1.5;
}
.cookies-box .content a {
    text-decoration: underline;
}
.cookies-box .close-icon  {
    position: absolute;
    right: 24px;
    top: 16px;
    cursor: pointer;
}

.cookies-box .close-icon .icon {
    font-size: 24px;
}


.cookies-box .btn-box  {
   display: flex;
   margin-top: 20px;
}

.cookies-box .btn-box .selection-btn {
    width: 100%;
    background: #fff;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    border-radius: 2px;
    margin-right: 24px;
    flex: 1;
    font-size: 13px;
}

.cookies-box .btn-box .selection-btn:hover{
    background: #fafafa;
}

.cookies-box .btn-box .selection-btn.abl-button:before {
    border: none !important;
    background: none !important;
}
.cart-drew .abl-drawer-body {
    padding: 0px !important;
}

.cookies-box .btn-box .all-btn {
    background: var(--theme-color);
    flex: 1;
    text-align: center;
    color: var(--white-color);
    border-radius: 2px;
    border: 0px;
    width: 100%;
    font-size: 13px;
}

.cookies-box .btn-box .all-btn:hover {
    opacity: .9;
}

.dmca-badge{
    width: 100%;
}

.icon-fluent-cart {
    font-size: 36px !important;
}

#chat-widget-container{
    z-index: 2000 !important;
}
.cookies-modal .abl-dialog .abl-dialog__header{
    padding-bottom: 0px;
}

/* 移动设备 */
.mobile-container {
    .cookies-box {
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
    }

    .cookies-box .btn-box {
        flex-direction: column-reverse;
        align-items: center;
        margin-bottom: 16px;
    }

    .cookies-box .btn-box  .selection-btn {
        flex: auto;
        width: 240px;
        margin-right: 0px;
    }
    .cookies-box .btn-box .all-btn {
        flex: auto;
        margin-bottom: 12px;
        width: 240px;
    }
    .cookies-detail-popup .abl-drawer__close-icon {
        color: var(--theme-color);
    }
    .cookies-detail-popup  .abl-drawer-content {
        position: relative;
    }
    .cookies-detail-popup  .abl-drawer-content .abl-drawer-header{
        position:absolute;
        right:0;
        border:none;
    }
    .cookies-detail-popup  .abl-drawer-content .abl-drawer-body{
        padding:0;
    }
    .dmca-badge{
        text-align: center;
    }
}
