/* ------------------ Mi cuenta ----------------------- */


body.woocommerce-lost-password{
    background-color: transparent!important;
}

.cuenta{
        min-height: 80vh;
}

.cuenta .container{
    max-width:1280px;
}

#mi-cuenta .woocommerce{
    display:flex;
    flex-wrap:wrap;
}

#mi-cuenta .woocommerce-MyAccount-navigation,
#mi-cuenta .woocommerce-MyAccount-content{
    float:none;
}

.cuenta #customer_login{
    display:flex;
    justify-content:center;
    flex-direction:column;
    gap:40px;
}

@media screen and (min-width : 580px) {
   .cuenta #customer_login{
        flex-direction:row;
    }
}


.cuenta #customer_login .u-column1,
.cuenta #customer_login .u-column2{
    width: 100%!important;
    float: none!important;
    margin: 0!important;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    max-width: 100%!important;
    border: 1px solid #e2e2e2;
    padding: 24px!important;
    
}

@media screen and (min-width : 580px) {
   .cuenta #customer_login .u-column1,
    .cuenta #customer_login .u-column2{
        flex: 0 0 50%;
        max-width: 50%; 
        padding:0 20px;
    }
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .cuenta #customer_login .u-column1,
    .cuenta #customer_login .u-column2{
        max-width: 360px!important;
        padding:0;
    }
}   

.cuenta #customer_login .u-column1 > h2,
.cuenta #customer_login .u-column2 > h2{
    font-size:2.4rem;
    font-weight: 700;
    margin-bottom:40px;
    
    color:var(--primary-color);
}

.cuenta .woocommerce-form .form-row,
.cuenta .woocommerce-form-row,
.cuenta .woocommerce-MyAccount-content .form-row{
    grid-template-columns: repeat(1,1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width:100%;
        width: 100%;
    margin: 10px 0;
}

.cuenta .woocommerce-form p,
.cuenta .woocommerce-form-row p,
.cuenta .woocommerce-MyAccount-content  p{
    font-size: 1.4rem;
    line-height: 1.2;
}

.cuenta .woocommerce-form a,
.cuenta .woocommerce-form-row a{
    color:var(--primary-color);
    text-decoration:underline;
}

.cuenta .woocommerce-form .form-row:last-of-type{
    margin:0;
}

.cuenta .woocommerce-form .form-row label,
.cuenta .woocommerce-form-row label,
.cuenta .woocommerce-MyAccount-content label{
    font-weight:400;
     font-size:1.8rem;
     margin-bottom:10px;
}

.cuenta .woocommerce-form .form-row input.woocommerce-Input,
.cuenta .woocommerce-form-row  input.woocommerce-Input,
.cuenta .woocommerce-MyAccount-content input.input-text,
.cuenta .woocommerce-MyAccount-content select{
    border: 1px solid #e2e2e2!important;
    background-color: transparent!important;
    box-shadow:none!important;
    height: 40px;
    padding:10px 16px!important;
    transition: all .3s ease-in-out;
    font-size:1.5rem;
    color:var(--primary-color);
    border-radius:12px;
}

.cuenta .woocommerce-form .form-row input.woocommerce-Input,
.cuenta .woocommerce-form .form-row input.woocommerce-Input::placeholder,
.cuenta .woocommerce-form-row  input.woocommerce-Input,
.cuenta .woocommerce-form-row  input.woocommerce-Input::placeholder,
.cuenta .woocommerce-MyAccount-content input.input-text ,
.cuenta .woocommerce-MyAccount-content input.input-text::placeholder{
        font-size: 1.5rem;
    color: var(--primary-color);
    font-weight: 400!important;
    letter-spacing:var(--letter-spacing);
}
.cuenta .woocommerce-MyAccount-content select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/arrow-dark.svg);
    background-position: right 20px center;
    background-size: 8px;
    background-repeat: no-repeat;
}

.cuenta .woocommerce-form .form-row .woocommerce-button,
.cuenta .woocommerce-address-fields .button,
.woocommerce-ResetPassword .button,
.woocommerce-EditAccountForm .button{
    color: #fff!important;
    background-color: var(--primary-color)!important;
    line-height: 1!important;
    font-size: 1.8rem!important;
    padding: 8px 20px!important;
    border-radius:9999px!important;
    font-weight: 400!important;
    transition: all .3s ease-in-out;
    margin-top:40px;
    border: 1px solid var(--primary-color)!important;
    height:37px;
    overflow:hidden;
    position:relative;
    width:100%;
}


.cuenta .woocommerce-form .form-row .woocommerce-button::after,
.cuenta .woocommerce-address-fields .button::after,
.woocommerce-ResetPassword .button::after,
.woocommerce-EditAccountForm .button.btn:after{
    content: "";
    position: absolute;
    top: 0;
    left: 150%;
    width: 200%;
    height: 100%;
    transform: skew(-20deg);
    background-image: linear-gradient(90deg,transparent,hsla(0,0%,100%,.3),transparent);
    pointer-events:none;
    width:100%;
}

.cuenta .woocommerce-form .form-row .woocommerce-button:hover:after,
.cuenta .woocommerce-address-fields .button:hover:after,
.woocommerce-ResetPassword .button:hover:after,
.woocommerce-EditAccountForm .button:hover:after {
    animation: shine .75s cubic-bezier(.01,.56,1,1);
}


.woocommerce-ResetPassword{
        max-width: 620px;
    margin: 0 auto;
}


.woocommerce-ResetPassword p{
    color: #1a1a1a;
    font-size: 1.4rem;
}

.woocommerce-ResetPassword .button{
    margin:0!important;
    margin-top:20px!important;
}

.woocommerce-ResetPassword .woocommerce-form-row{
    margin:0!important;
}

.woocommerce-ResetPassword .woocommerce-form-row input.woocommerce-Input{
         border: 1px solid #00a6ce!important;
         border-radius:9999px;
}
/* ------------ Dashboard Woo --------------- */



.woocommerce-MyAccount-info{
	display:flex;
	align-items:center;
	margin-bottom:20px;
}
@media screen and (min-width : 580px) {
	.woocommerce-MyAccount-info{
		margin:0;
	}
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
   
}

.woocommerce-MyAccount-thumbnail{
	margin-right:20px;
	flex-shrink:0;
}

.woocommerce-MyAccount-thumbnail .icon-wrapper-account{
	width:80px;
	height:80px;
}
.woocommerce-MyAccount-thumbnail .icon-wrapper-account span{
	font-size:2rem;
}

.woocommerce-MyAccount-name{
	font-size:1.7rem;
	color:#fff;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom:6px;
}
.woocommerce-MyAccount-meta span{
	color: #B0B1B0;
	font-weight:300;
}

.woocommerce-MyAccount-title,
.posts-account-title,
.woocommerce-MyAccount-content form h3{
	margin-bottom:25px;
	font-size: 1.7rem;
	font-weight: 500;
}

.cuenta .woocommerce-MyAccount-navigation ul li{
    margin-bottom:20px;
}

.cuenta .woocommerce-MyAccount-navigation ul{
    margin:0;
}

.cuenta .woocommerce-MyAccount-navigation ul li a{
	color:var(--primary-color);
    display: flex;
    width: 100%;
    position: relative;
    font-size: 1.8rem;
    font-weight:700;
    padding:10px 0;
    padding-left:20px;
    border-left:5px solid;
    border-color:transparent;
    transition:all .3s ease;
    
}

.cuenta .woocommerce-MyAccount-navigation ul li a:hover,
.cuenta .woocommerce-MyAccount-navigation ul li.is-active a{
	border-color:var(--primary-color);
}

.cuenta .woocommerce-MyAccount-navigation ul li a:before{
	display:none;
}

.cuenta .woocommerce-MyAccount-content{
    padding:3rem;
    border:2px solid #e3e4e6;
}


.cuenta .woocommerce-MyAccount-content a{
	color:var(--primary-color);
	font-weight:300;
	text-decoration:underline;
}
.cuenta .woocommerce-MyAccount-content table.shop_table{
	padding:0;
	box-shadow:none;
    border: 1px solid #fff;
    border-radius: 4px;
    border-collapse: separate;
}
.cuenta .woocommerce-MyAccount-content table.shop_table thead th{
	border-bottom:1px solid #fff;
}
.cuenta .woocommerce-MyAccount-content table.shop_table tr{
	    display: table-row;
}
.cuenta .woocommerce-MyAccount-content table.shop_table th,
.cuenta .woocommerce-MyAccount-content table.shop_table td{
	width:auto;
	max-width: auto;
	padding:16px;
}
.cuenta .woocommerce-MyAccount-content table.shop_table th,
.cuenta .woocommerce-MyAccount-content table.shop_table td{
	    text-align: left!important;
}
.cuenta .woocommerce-MyAccount-content table.shop_table .button{
	padding: 0!important;
    background-color: transparent!important;
    box-shadow: none!important;
}
.cuenta .woocommerce-MyAccount-content fieldset{
	background-color:transparent!important;
}
.cuenta .woocommerce-MyAccount-content fieldset legend{
	    margin: 0;
    background: transparent;
    padding: 0;
    margin-bottom: 20px;
    text-transform:uppercase;
    font-weight: 500;
}

.cuenta .woocommerce-MyAccount-content .woocommerce-Addresses{
	display:flex;
	flex-direction:column;
	float:none;
}

.cuenta .woocommerce-MyAccount-content .woocommerce-Addresses .u-column1,
.cuenta .woocommerce-MyAccount-content .woocommerce-Addresses .u-column2{
	margin:0;
	margin:10px 0;
	width:100%;
	float:none;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}

.cuenta .woocommerce-MyAccount-content .woocommerce-Addresses .title h3{
	font-size: 1.7rem;
	font-weight: 500;
	text-transform:uppercase;
}

.dashboard-banner{
    display:flex;
        align-items: flex-start;
    margin-bottom:32px;
    flex-direction:column;
}

@media screen and (min-width : 580px) {
	.dashboard-banner{
	    flex-direction:row;
	    align-items: flex-end;
	}
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
   
}

.dashboard-banner .user-content{
    border:0;
    padding:0;
    
    width: 100%;
    margin:0;
    margin-bottom:20px;
    flex-shrink:0;
}

@media screen and (min-width : 580px) {
	.dashboard-banner .user-content{
        width: 17.6470588235%;
        margin:0;
        margin-right: 5.8823529412%;
    }
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
   
}

.dashboard-banner .user-content-circle{
    width:64px;
    height:64px;
}

.dashboard-banner .user-content-name span{
    font-size:1.7rem;
}

.dashboard-banner .user-content-name span:last-child{
    font-size:2rem;
}

.dashboard-title{
    width:100%;
}

.dashboard-title h2{
    font-size:2.5rem;
    margin:0;
    font-weight: 600;
}

/* ------------------------------- */

.woocommerce-form-login .woocommerce-form__label-for-checkbox{
	position:relative;
	display:flex!important;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox input{
	
	position:relative;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox span{
	position:relative;
	padding-left:26px;
	display:block;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox span::before{
    content:"";
    position:absolute;
    top:50%;
	transform:translatey(-50%);
	left:0px;
    width:14px;
    height:14px;
    z-index:1;
	background-position: center!important;
    background-size: 70%!important;
    background-repeat: no-repeat!important;
	transition:all .3s ease;
	border:1px solid #e2e2e2;
	border-radius:4px;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox input:checked + span::before{
    background-image: url(../images/checked-white.svg); 
    background-color:var(--primary-color);
    
}

/* ----------------------------- */

.header-account{
    display: flex;
    align-items: center;
    height: auto;
    padding:18px 0;
    z-index:999;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .header-account{
        height: 80px;
    }
}

.header-account .header-toggle{
    display:none;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .header-account .header-toggle{
        display:flex;
    }
}

.header-account .header-middle {
    position: relative;
    top: 0%;
    left: 0%;
    transform: translate(0,0);
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .header-account .header-middle {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
}
}

.header-account .header-toggle-wrapper span{
    color:var(--primary-color);
}

.header-account .one,
.header-account .two,
.header-account .three{
     background-color:var(--primary-color);
}

.header-account .header-icons .menu-icons li .menu-icons-link span{
    color:var(--primary-color);
}

.password-input{
    width:100%;
}