/**
 * 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;
}


/*
* Woocommerce width
*/

.wc-block-components-main input,
.wc-block-components-main select{
padding: initial;
}

body.woocommerce-cart .wp-block-post-title, 
body.woocommerce-checkout .wp-block-post-title{
 max-width: 1200px;
}

[data-block-name="woocommerce/checkout"] {
    max-width: 1200px;
    margin: 0 auto;
}


/* variations */
.woocommerce div.product form.cart .variations select {

  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='black'/></g></svg>") no-repeat;
  background-position: right 10px top 50%;
  background-size: 1em;
  padding-right: 30px;
}


/*
* Product page styles
*/

.woocommerce div.product form.cart .variations {
    display: block;
}

.woocommerce div.product form.cart .variations tr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 15px;
    
}

.woocommerce div.product form.cart .variations tr th, 
.woocommerce div.product form.cart .variations tr td {
    width: 100%;
    text-align: left;
}

.woocommerce div.product form.cart table.variations td select {
    min-width: 100%;
    margin-right: 0;
    display: block;
    width: 100%;

}

.woocommerce table.variations tr td select {
    height: 2.5rem;
    padding: .25rem 1.1rem;
    font-size: var(--wp--preset--font-size--small);
}
.wc-block-add-to-cart-form .input-text {
    font-size: var(--wp--preset--font-size--small);
    padding: .45rem 1.1rem;
}