.woocommerce .checkout.woocommerce-checkout-one-page-modern .checkbox-sign, .woocommerce-checkout-layout-one-page-modern #checkout-login-popup .checkbox-sign {
    background: #fff;
    border-color: #fff;
}
.woocommerce .checkout.woocommerce-checkout-one-page-modern .checkbox-sign.checked, .woocommerce-checkout-layout-one-page-modern #checkout-login-popup .checkbox-sign.checked {
    background: #ffc851;
    border-color: #ffc851;
}
.woocommerce-terms-and-conditions {
    color: #000000;
}

.menu-item-my-cart .my-cart-menu-link {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.my-cart-menu-mobile-link {
    position: relative;
    display: none;
    align-items: center;
}

.menu-item-my-cart .my-cart-count {
    position: absolute;
    top: -6px;
    right: 6px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #ffeabc;
    color: #121618;
    font-size: 11px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    pointer-events: none;
}

.my-cart-menu-mobile-link .my-cart-count {
    position: absolute;
    top: -6px;
    right: 0;
    min-width: 14px;
    height: 14px;
    padding: 0 5px;
    border-radius: 999px;
    background: #ffeabc;
    color: #121618;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    text-align: center;
    pointer-events: none;
}

@media screen and (max-width: 979px) {
    .my-cart-menu-mobile-link {
        display: inline-flex;
    }
}