/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_MpGDPR
 * @author    Webkul
 * @copyright Copyright (c) Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
.mpgdpr-cookie-container {
    position: fixed;
    bottom:10px;
    z-index:999;
    background: #FFFFFF;
    display: none;
}

.mpgdpr-cookie-container.bottom-left {
    left:10px;
}

.mpgdpr-cookie-container.bottom-right {
    right:10px;
}

.customer-agreements-block label {
    vertical-align: top;
}
.customer-agreements-block label > button {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0px 0px 7px 8px;
    height: auto;
    text-decoration: underline;
}

.customer-agreement.required::after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}
