/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


/*
* STOREFRONT CSS OVERRIDE
*/

.wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon {
    padding: 0;
}




/*
* WC Login form
*/

/* SSO Login Button */
.login-or {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2em 0;
    text-transform: uppercase;
}
.login-or::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background: #eee;
}
.login-or > span {
    position: relative;
    color: #999;
    background: #fff;
    display: inline-block;
    border-radius: 4px ;
    padding: 4px 8px;
}

div#customer_login h2 {
    margin-top: 0;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0.25em;
}

.mt-sso-wrapper {
    text-align: center;
}
a.miniorangeSSOLogin.marianatek-sso-btn {
    display: inline-block;
    padding: 0.75rem 1.6125rem !important;
    font-weight: bold;
    letter-spacing: 0.06em;
    font-size: 13px !important;
    line-height: 1.4rem;
    transition: background 0.35s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, color 0.35s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, padding 0.35s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, stroke 0.35s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    background: #f1592a;
    color: #fff;
}
a.miniorangeSSOLogin.marianatek-sso-btn:hover {
    background: #be4621;
}


/*----------------------------------------------
* WooCommerce Specific Styling
----------------------------------------------*/ 

/*
* My Account page
*/
.woocommerce-account .woocommerce-MyAccount-navigation li {
    margin-left: 0;
}