/* Widget Cart ------------------------------- */

.woocommerce-mini-cart-item {
    font-size: 14px;
    min-height: 50px;
    padding: 6px 0 6px 62px;
    position: relative;
}

.woocommerce-mini-cart-item + .woocommerce-mini-cart-item {
    margin-top: 12px;
}

.woocommerce-mini-cart-item a:not(.remove) {
    font-weight: 500;
}

.woocommerce-mini-cart-item img {
    border-radius: 2px;
    position: absolute;
        left: 0;
        top: 0;
    width: 50px;
}

.woocommerce-mini-cart-item .quantity {
    color: var(--gray-500);
    display: block;
    margin: 6px 0 0;
}

.woocommerce-mini-cart-item .remove {
    font-size: 24px;
    position: absolute;
        right: 0;
        top: 50%;
    transform: translateY( -50% );
}

.woocommerce-mini-cart-item .remove:hover {
    text-decoration: none;
    transform: translateY( -50% ) scale( 1.25 );
}

.widget_shopping_cart_content .total {
    border-top: 1px solid #e1e1e5;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding: 20px 0 0 62px;
}

.widget_shopping_cart_content .total strong {
    font-weight: 500;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons {
    display: flex;
    margin-top: 20px;
}

.header-cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
    background: var(--gray-50);
    margin: 20px -16px -16px;
    padding: 15px 16px;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons a {
    padding: 13px 15px;
    width: 100%;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons a + a {
    margin-left: 10px;
}


/* WooCommerce Validated Password ----------------------------- */


.woocommerce-password-strength {
    font-size: 16px;
    font-weight: 500;
    margin-top: 12px;
    padding-left: 18px;
    position: relative;
}

.woocommerce-password-strength:before {
    border-radius: 50%;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
        left: 0;
        top: calc( 50% - 6px );
    width: 12px;
}

.woocommerce-password-strength.short,
.woocommerce-password-strength.bad { color: var(--red-500); }
.woocommerce-password-strength.short:before,
.woocommerce-password-strength.bad:before { background: var(--red-500); }

.woocommerce-password-strength.good { color: var(--blue-500); }
.woocommerce-password-strength.good:before { background: var(--blue-500); }

.woocommerce-password-strength.strong { color: var(--green-500); }
.woocommerce-password-strength.strong:before { background: var(--green-500); }

.woocommerce-password-hint {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 8px;
}


/* Forms Helper Classes ----------------------------- */


.form-row,
.form-row + fieldset {
    margin-top: 24px;
}

.form-row:first-child,
legend + .form-row {
    margin-top: 0;
}

.form-row textarea, 
.form-row input[type="email"], 
.form-row input[type="password"], 
.form-row input[type="search"], 
.form-row input[type="tel"], 
.form-row input[type="number"], 
.form-row input[type="text"], 
.form-row input[type="url"],
.form-row .select2-container,
.form-row:last-child {
    margin-bottom: 0;
}

.form-row label { display: block; }
.form-row label.inline { display: inline; }


/* -------------------------------------------------------------------------------- */
/*	X. Notifications
/* -------------------------------------------------------------------------------- */


.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    background: #7C4CFF;
    border-left: 6px solid rgba( 0, 0, 0, 0.2 );
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 40px;
    padding: 21px 25px;
    position: relative;
}

.woocommerce-message,
.woocommerce-info {
    padding-right: 180px;
}

.woocommerce-message + .woocommerce-message,
.woocommerce-message + .woocommerce-error,
.woocommerce-message + .woocommerce-info,
.woocommerce-error + .woocommerce-error,
.woocommerce-error + .woocommerce-message,
.woocommerce-error + .woocommerce-info,
.woocommerce-info + .woocommerce-info,
.woocommerce-info + .woocommerce-error,
.woocommerce-info + .woocommerce-message {
    margin-top: -20px;
}

.woocommerce-error {
    background: #E84747;
}

.woocommerce-message li + li,
.woocommerce-error li + li,
.woocommerce-info li + li {
    margin-top: 10px;
}

.woocommerce-message strong,
.woocommerce-error strong, 
.woocommerce-info strong {
    font-weight: 500;
}

.woocommerce-message a,
.woocommerce-error a, 
.woocommerce-info a {
    text-decoration: underline;
}

.woocommerce-message a:hover,
.woocommerce-error a:hover, 
.woocommerce-info a:hover {
    opacity: 0.5;
}

.woocommerce-message .button,
.woocommerce-error .button, 
.woocommerce-info .button {
    background: none;
    border: 2px solid rgba( 255, 255, 255, .2 );
    margin: 0;
    min-width: 0;
    max-width: 140px;
    padding: 11px 20px;
    position: absolute;
        right: 11px;
        top: 50%;
    text-decoration: none;
    transform: translateY( -50% );
    transition: all .15s linear;
}

.woocommerce-message .button:hover,
.woocommerce-error .button:hover, 
.woocommerce-info .button:hover {
    background: rgba( 255, 255, 255, .2 );
    border-color: transparent;
    opacity: 1;
}

/* ERROR SPECIFIC */

.entry-content .woocommerce-error {
    list-style: none;
    margin-left: 0;
}

.entry-content .woocommerce-error li {
    margin: 0;
}

.entry-content .woocommerce-error li + li {
    margin-top: 10px;
}


