.woocommerce * {
    font-family: 'Campton', 'sans-serif';
}
.woocommerce-message {
    display: none;
}
/* MI CUENTA */
form.woocommerce-form.woocommerce-form-login.login p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide:first-of-type {
    margin-top: -1.4em;
}
form.woocommerce-form.woocommerce-form-login.login p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide:nth-child(2) {
    margin-top: -3.4em;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 20%;
    background: #f8f8f8;
    padding: 20px;
    border-radius: 8px;
    margin-top: -2em;
}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
}
.woocommerce-MyAccount-navigation a {
    display: block;
    padding: 10px;
    color: #1f193f;
    text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-content {
    padding: 20px;
    float: right;
    width: 48% !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-top: 3em;
}
.woocommerce-MyAccount-content:has(.woocommerce-orders-table) {
    padding-top: 3em;
}
.woocommerce-MyAccount-content:has(p+.woocommerce-Addresses) {
    margin-top: -1em;
}
.woocommerce:has(.woocommerce-EditAccountForm) {
    padding-top: 15em;
    padding-bottom: 4em;
}
.woocommerce:has(form[method="post"]) {
    padding-top: 15em;
    padding-bottom: 5em;
}
.woocommerce-MyAccount-content:has(form[method="post"]) {
    margin-top: -11em;
}
.woocommerce-MyAccount-content:has(.woocommerce-EditAccountForm) {
    margin-top: -11em;
}

/* REGISTER/LOGIN */
.woocommerce * {
    font-family: 'Montserrat';
}
.woocommerce-message {
    display: none;
}
div#customer_login>div>form {
    height: 55vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}


.u-columns>div>h2 {
    font-family: 'Montserrat';
    font-weight: 500;
    padding-left: 1%;
    color: #1F193F;
    font-size: 1.9em;
}

html body .u-columns label {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 1em;
    color: #1F193F;
}

div#customer_login input {
    font-family: 'Montserrat';
    font-weight: 400;
    color: #1F193F;
    font-size: 0.9em;
}
html body span.show-password-input {
    top: 50%!important;
    transform: translateY(-50%);
}

.woocommerce-password-strength {
    font-family: 'Montserrat';
    font-size: 0.9em;
}
small.woocommerce-password-hint {
    font-family: 'Montserrat';
    font-size: 0.6em;
}



.woocommerce-privacy-policy-text {
    font-family: 'Montserrat';
    padding-top: 3%;
    margin-top: -5em;
    margin-bottom: -0.8em;
}

p.woocommerce-LostPassword.lost_password {
    font-family: 'Montserrat';
    margin-top: -1em;
}


html body button.woocommerce-button, .woocommerce-Button, button[name="save_address"] {
    background-color: #DCF716!important;
    color: #000!important;
    transition: all 0.25s ease-in-out!important;
}


html body button.woocommerce-button:hover, .woocommerce-Button:hover, button[name="save_address"]:hover {
    background-color: #000!important;
    color: #DCF716!important;
}

small.woocommerce-password-hint {
    position: absolute;
    top: 220%;
}

.woocommerce {
    min-height: 50vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 4%;
    box-sizing: border-box;
    position: relative;
    transition: all 0.25s ease-in-out;
}

.woocommerce li>a {
    font-family: 'Montserrat';
    color: #1f193f;
}

nav.woocommerce-MyAccount-navigation>ul>li {
    margin-bottom: 1em;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}

.woocommerce-MyAccount-content p {
    font-family: 'Montserrat';
}

.woocommerce-MyAccount-content .woocommerce-info {
    font-family: 'Montserrat';
}

html body .woocommerce-info::before {
    color: #1F193F;
}

html body .woocommerce-info {
    border-top-color: #1F193F;
}

.u-columns.woocommerce-Addresses.col2-set.addresses {
    font-family: 'Montserrat'!important;
}

header.woocommerce-Address-title {
    margin-bottom: 2em;
}
header.woocommerce-Address-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.woocommerce-address-fields input {
    font-family: 'Montserrat';
}

.woocommerce-address-fields {
    margin-bottom: 5em;
}

span.select2-results {
    font-family: 'Montserrat';
}

.woocommerce-MyAccount-content h2 {
    font-family: 'Montserrat';
}

form.woocommerce-EditAccountForm.edit-account legend {
    font-family: 'Montserrat';
}
form.woocommerce-EditAccountForm.edit-account {
    margin-bottom: 4em;
}

form.woocommerce-EditAccountForm.edit-account fieldset {
    margin-top: 2em;
}

form.woocommerce-EditAccountForm.edit-account fieldset .woocommerce-form-row {
    margin-bottom: 2.7em;
}

.woocommerce-account .addresses .title::after, .woocommerce-account .addresses .title::before {
    display: none!important;
}

html body .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 44%;
    margin-left: 5%;
}


html body .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 44%;
    margin-right: 5%;
}



.woocommerce-notices-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.g-recaptcha:first-of-type{
    margin-bottom: -2.3em;
}
.woocommerce:has(.woocommerce-order-details) {
    padding-top: 15em;
}
.woocommerce-MyAccount-content:has(.woocommerce-order-details) {
    margin-bottom: 5em;
    margin-top: -11em;
}

@media only screen and (max-width:1400px){
    .woocommerce-MyAccount-content:has(p+.woocommerce-Addresses) {
        font-size: 0.8em;
    }
}
@media only screen and (max-width:1300px){
	label[for="reg_email"] {
    padding-top: 0.4em;
}
	label[for="reg_password"] {
    padding-top: 1.3em;
}
.woocommerce-privacy-policy-text {
    margin-top: 2.4em;
    margin-bottom: 0.5em;
}
.g-recaptcha:first-of-type {
    margin-bottom: -4.3em;
}
.woocommerce-privacy-policy-text p {
    font-size: 0.9em;
}
section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
    display: flex
;
    align-items: baseline;
}
.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
    margin-right: 7%;
}
section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses h2 {
    font-size: 0.8em;
}
/* REGISTER LOGIN */
input#account_display_name {
    margin-bottom: 1.6em;
}
	.woocommerce-MyAccount-content:has(.woocommerce-orders-table) {
    padding-top: 3em;
    width: 60% !important;
    margin-left: 5%;
}
#post-18 .woocommerce {
    padding: 14em 4em;
    padding-bottom: 4em;
}
.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 address, .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 address {
    font-size: 0.8em!important;
}
.woocommerce:has(.woocommerce-order-details) {
    padding-top: 12em !important;
}
.woocommerce:has(.woocommerce-EditAccountForm) {
    padding-top: 12em !important;
}
.u-columns.woocommerce-Addresses.col2-set.addresses {
    display: flex
;
    flex-direction: column;
    align-items: center;
    font-size: 0.9em;
    text-align: center;
}
header.woocommerce-Address-title{
    flex-direction: column;
}
html body .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    margin-right: 0%;
}

	
}
@media only screen and (max-width:1000px){
    div#customer_login {
        display: flex
    ;
        flex-direction: column;
        align-items: center;
    }
    html body .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{
        width: 50%;
        margin-left: 5%;
    }
    html body .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
        float: right;
        width: 52%;
        margin-right: -5%;
        padding-bottom: 1.8em;
    }
	#post-18 .woocommerce {
    flex-direction: column;
    align-items: center;
    padding-top: 3em !important;
}
.woocommerce-MyAccount-content:has(.woocommerce-EditAccountForm) {
    margin-top: 3em;
    width: 70% !important;
}
.woocommerce-MyAccount-content:has(.woocommerce-orders-table) {
    width: 70% !important;
    margin-bottom: 4em;
}
.woocommerce-MyAccount-content:has(.woocommerce-order-details) {
    width: 75% !important;
    margin-top: 3.3em;
}
.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 address, .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 address {
    width: 70%;
}
.woocommerce-MyAccount-content:has(p+.woocommerce-Addresses) {
    margin-top: 3em;
}
.g-recaptcha:first-of-type {
    margin-bottom: -4.3em;
    transform: scale(0.8);
    margin-right: 79% !important;
}
.woocommerce-MyAccount-content:has(form[method="post"]) {
    margin-top: 4em;
}
}
@media only screen and (max-width:760px){
    nav.woocommerce-MyAccount-navigation {
        width: 51% !important;
    }
    .woocommerce-MyAccount-content:has(p+.woocommerce-Addresses) {
        font-size: 0.8em;
        width: 80% !important;
        text-align: center;
    }
    .g-recaptcha:first-of-type {
        margin-bottom: -4.3em;
        transform: scale(0.8);
        margin-right: 79% !important;
    }
}
@media only screen and (max-width:700px){
    .woocommerce-privacy-policy-text {
        margin-top: 0.2em;
        margin-bottom: -1.3em;
    }
    form.woocommerce-form.woocommerce-form-login.login {
        height: 45vh !important;
    }
    html body .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
        width: 80vw;
        margin-left: 5%;
    }
    html body .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
        float: right;
        width: 84vw;
        margin-right: -5%;
        padding-bottom: 1.8em;
    }
    label[for="username"] {
        line-height: 1.5em !important;
    }
    .woocommerce-privacy-policy-text p {
        font-size: 0.8em;
    }
    .woocommerce form .form-row label {
        font-size: 0.9em;
    }
    .g-recaptcha{
        transform: scale(0.8);
    margin-left: -2em;
    }
    p.woocommerce-LostPassword.lost_password {
        text-align: center;
    }
    p.woocommerce-LostPassword.lost_password a {
        text-decoration: none;
    }
    #post-18 nav.woocommerce-MyAccount-navigation {
        width: 81% !important;
    }
    p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide span {
        font-size: 0.9em;
    }
    button.woocommerce-Button.button {
        display: block !important;
        margin-top: 2.5em !important;
        transform: translateX(50%);
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100% !important;
        font-size: 0.9em;
        margin-bottom: 4em;
    }
    .woocommerce-MyAccount-content:has(.woocommerce-orders-table) {
        margin-bottom: 4em;
        width: 93% !important;
    }
    section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
        display: flex
    ;
        flex-direction: column;
        align-items: center;
    }
    .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
        margin-bottom: 3em;
    }
    .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1, .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
        width: fit-content;
    }
    .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 h2, .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 h2 {
        text-align: center;
    }
    .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 address, .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 address {
        width: 46vw;
        text-align: center;
        margin-inline: auto;
    }
    .woocommerce-MyAccount-content:has(.woocommerce-order-details) {
        width: 100% !important;
    }
    .woocommerce-MyAccount-content:has(p+.woocommerce-Addresses) {
        width: 100% !important;
    }
    form.woocommerce-form.woocommerce-form-login.login {
        width: 67vw;
    }
        .g-recaptcha:first-of-type {
        padding-bottom: 2.7em;
        transform: scale(0.7);
        margin-right: 9% !important;
    }
    
	

}