/*
CSS Draive Woocommerce
*/

/* Fix alert notices alignment */
.wc-block-components-notice-banner {
    align-items: center !important;
}

.wc-block-components-notice-banner__content {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

/* Accordion Categorias Carrinho/Checkout */
.draive-category-header {
    width: 100%;
}

.draive-category-header-inner {
    transition: background-color 0.2s;
}

.draive-category-header-inner:hover {
    background-color: #ededed !important;
}

.draive-cat-title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Login/Register form */
.woocommerce-privacy-policy-text {
    font-size: 0.875rem;
    color: #6c757d;
}