/* Generated by less 2.5.1 */


/*DEFINICION DE VARIABLES*/


/*ESTILOS GENERALES*/


/*bordes redondeados*/


/*box shadow inset*/


/*box sizing*/


/*flex*/


/*transitions*/


/*gradients*/


/*cover*/


/*BOTONES*/


/*estilo general de boton*/

.checkout-button,
#place_order {
    display: inline-block;
    padding: 10px 15px !important;
    border: 1px solid #B80C13 !important;
    background: #B80C13;
    text-decoration: none;
    text-transform: uppercase !important;
    color: #fff !important;
    font-size: 16px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    width: 255px;
    height: 25px;
    border-radius: 9px;
}

.checkout-button:hover,
#place_order:hover {
    cursor: pointer;
    background: black !important;
    color: #fff !important;
}

.checkout-button:hover,
#place_order:hover {
    cursor: pointer;
    text-decoration: none !important;
}

#checkout {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 60px 30px;
    background: #fff;
    text-align: center;
}

#checkout h2 {
    display: block;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
    color: #4a4a4a;
}

#checkout h3 {
    display: block;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
    color: #4a4a4a;
}

#checkout .woocommerce-info {
    display: none;
}

#checkout #payment {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    overflow: hidden;
    padding: 20px 30px;
    border: 2px solid #ddd;
    text-align: left;
}

#checkout #payment ul {
    display: block;
    margin-bottom: 40px;
}

#checkout #payment ul li {
    display: block;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

#checkout #payment ul li input {
    display: inline-block;
    margin-right: 10px;
}

#checkout #payment ul li label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 18px;
    color: #4a4a4a;
    font-weight: bold;
}

#checkout #payment ul li .wc_payment_method {
    width: 100%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 15px;
    background: #f3f3f3;
}

#checkout #payment ul li:last-child {
    border-bottom: 0px;
    margin-bottom: 0;
}

#checkout #customer_details {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 50px;
}

#checkout #customer_details .col-1 {
    width: 48%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px 30px;
    border: 2px solid #ddd;
    text-align: left;
}

#checkout #customer_details .col-2 {
    width: 48%;
    float: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px 30px;
    border: 2px solid #ddd;
    text-align: left;
}

#checkout #customer_details .col-2 label {
    width: 100% !important;
}

#checkout #customer_details .col-2 textarea {
    width: 100%;
    height: 150px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px 15px;
    border: 1px solid #ddd;
}

#checkout #customer_details p {
    display: block;
    margin-bottom: 10px;
}

#checkout #customer_details p label {
    width: 36%;
    height: 30px;
    display: inline-block;
    margin-right: 2%;
}

#checkout #customer_details p input[type="text"],
#checkout #customer_details p input[type="email"],
#checkout #customer_details p input[type="password"],
#checkout #customer_details p input[type="number"],
#checkout #customer_details p input[type="tel"] {
    width: 62%;
    height: 30px;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 15px;
    border: 1px solid #ddd;
    line-height: 30px;
    text-align: left;
}

#checkout #customer_details p input[type="text"]#billing_address_2,
#checkout #customer_details p input[type="email"]#billing_address_2,
#checkout #customer_details p input[type="password"]#billing_address_2,
#checkout #customer_details p input[type="number"]#billing_address_2,
#checkout #customer_details p input[type="tel"]#billing_address_2 {
    margin-left: 38%;
}

#checkout #customer_details p select {
    width: 62%;
    height: 30px;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 15px;
    border: 1px solid #ddd;
    line-height: 30px;
    text-align: left;
}

#checkout #customer_details #billing_postcode_field {
    display: none;
}

#checkout #customer_details .form-row-wide.create-account {
    display: block;
    padding-top: 30px;
    border-top: 1px solid #ddd;
    margin-top: 30px;
}

#checkout #customer_details .form-row-wide.create-account input {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#checkout #customer_details .form-row-wide.create-account label {
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    color: #4a4a4a;
    font-weight: bold;
}

#checkout #customer_details div.create-account {
    width: 100%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 15px;
    background: #f9f9f9;
}

#checkout #order_review_heading {
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
    color: #4a4a4a;
}

#checkout table {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 30px;
    border: 1px solid #ddd;
    border-collapse: collapse;
}

#checkout table th {
    padding: 10px 15px;
    background: #f3f3f3;
    border-bottom: 2px solid #4a4a4a;
    color: #4a4a4a;
}

#checkout table td {
    padding: 15px 15px;
    background: #fff;
    border-bottom: 2px solid #ddd;
    color: #4a4a4a;
}

#checkout table td img {
    width: 120px;
    height: 120px;
}

#checkout table td a {
    color: #2077c2;
    text-decoration: none;
    font-weight: bold;
}

#checkout table td a:hover {
    text-decoration: underline;
}

#checkout table td input[type="text"],
#checkout table td input[type="number"],
#checkout table td input[type="tel"],
#checkout table td input[type="email"] {
    border: 1px solid #ddd;
    padding: 10px 0;
    line-height: 30px;
    text-align: center;
}

#checkout table td .coupon {
    float: left;
}

#checkout table td .coupon input {
    margin: 0 5px;
}

#checkout table td input[type="submit"] {
    float: right;
}

#myaccount {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 60px 30px;
    background: #fff;
    text-align: center;
}

#myaccount h2 {
    display: block;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
    color: #4a4a4a;
}

#myaccount h3 {
    display: block;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
    color: #4a4a4a;
}

#myaccount .woocommerce-MyAccount-navigation-link--dashboard,
#myaccount .woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
}

#myaccount .woocommerce-MyAccount-navigation {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-bottom: 20px;
    border-bottom: 2px solid #4a4a4a;
    margin-bottom: 30px;
}

#myaccount .woocommerce-MyAccount-navigation ul {
    display: block;
    text-align: center;
}

#myaccount .woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    margin: 0 20px;
}

#myaccount .woocommerce-MyAccount-navigation ul li a {
    color: #2077c2;
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    text-decoration: none;
    transition: all 0.4s;
}

#myaccount .woocommerce-MyAccount-navigation ul li a:hover {
    color: #4a4a4a;
    text-decoration: underline;
}

#myaccount .woocommerce-MyAccount-content form {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#myaccount .woocommerce-MyAccount-content form fieldset {
    width: 100%;
    float: left;
    margin: 30px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 15px;
    background: #f9f9f9;
    border: none;
}

#myaccount .woocommerce-MyAccount-content form p {
    display: block;
    margin-bottom: 10px;
    text-align: left;
}

#myaccount .woocommerce-MyAccount-content form p label {
    width: 100%;
    height: 30px;
    display: inline-block;
    margin-right: 2%;
}

#myaccount .woocommerce-MyAccount-content form p input[type="text"],
#myaccount .woocommerce-MyAccount-content form p input[type="email"],
#myaccount .woocommerce-MyAccount-content form p input[type="password"],
#myaccount .woocommerce-MyAccount-content form p input[type="number"],
#myaccount .woocommerce-MyAccount-content form p input[type="tel"] {
    width: 100%;
    height: 30px;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 15px;
    border: 1px solid #ddd;
    line-height: 30px;
    text-align: left;
}

#myaccount .woocommerce-MyAccount-content form p input[type="text"]#billing_address_2,
#myaccount .woocommerce-MyAccount-content form p input[type="email"]#billing_address_2,
#myaccount .woocommerce-MyAccount-content form p input[type="password"]#billing_address_2,
#myaccount .woocommerce-MyAccount-content form p input[type="number"]#billing_address_2,
#myaccount .woocommerce-MyAccount-content form p input[type="tel"]#billing_address_2 {
    margin-left: 38%;
}

#myaccount .woocommerce-MyAccount-content form p select {
    width: 62%;
    height: 30px;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 15px;
    border: 1px solid #ddd;
    line-height: 30px;
    text-align: left;
}

#myaccount .woocommerce-info {
    display: none;
}

#myaccount #payment {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    overflow: hidden;
    padding: 20px 30px;
    border: 2px solid #ddd;
    text-align: left;
}

#myaccount #payment ul {
    display: block;
    margin-bottom: 40px;
}

#myaccount #payment ul li {
    display: block;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

#myaccount #payment ul li input {
    display: inline-block;
    margin-right: 10px;
}

#myaccount #payment ul li label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 18px;
    color: #4a4a4a;
    font-weight: bold;
}

#myaccount #payment ul li .payment_box {
    width: 100%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 15px;
    background: #f3f3f3;
}

#myaccount #payment ul li:last-child {
    border-bottom: 0px;
    margin-bottom: 0;
}

#myaccount #customer_details {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 50px;
}

#myaccount #customer_details .col-1 {
    width: 48%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px 30px;
    border: 2px solid #ddd;
    text-align: left;
}

#myaccount #customer_details .col-2 {
    width: 48%;
    float: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px 30px;
    border: 2px solid #ddd;
    text-align: left;
}

#myaccount #customer_details .col-2 textarea {
    width: 100%;
    height: 150px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px 15px;
    border: 1px solid #ddd;
}

#myaccount #customer_details p {
    display: block;
    margin-bottom: 10px;
}

#myaccount #customer_details p label {
    width: 36%;
    height: 30px;
    display: inline-block;
    margin-right: 2%;
}

#myaccount #customer_details p input {
    width: 62%;
    height: 30px;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 15px;
    border: 1px solid #ddd;
    line-height: 30px;
    text-align: left;
}

#myaccount #customer_details p input#billing_address_2 {
    margin-left: 38%;
}

#myaccount #customer_details p select {
    width: 62%;
    height: 30px;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 15px;
    border: 1px solid #ddd;
    line-height: 30px;
    text-align: left;
}

#myaccount #order_review_heading {
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
    color: #4a4a4a;
}

#myaccount table {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 30px;
    border: 1px solid #ddd;
    border-collapse: collapse;
}

#myaccount table th {
    padding: 10px 15px;
    background: #f3f3f3;
    border-bottom: 2px solid #4a4a4a;
    color: #4a4a4a;
}

#myaccount table td {
    padding: 15px 15px;
    background: #fff;
    border-bottom: 2px solid #ddd;
    color: #4a4a4a;
}

#myaccount table td img {
    width: 120px;
    height: 120px;
}

#myaccount table td a {
    color: #2077c2;
    text-decoration: none;
    font-weight: bold;
}

#myaccount table td a:hover {
    text-decoration: underline;
}

#myaccount table td input {
    height: 30px;
    border: 1px solid #ddd;
    line-height: 30px;
    text-align: center;
}

#myaccount table td .coupon {
    float: left;
}

#myaccount table td .coupon input {
    margin: 0 5px;
}

#myaccount table td input[type="submit"] {
    float: right;
}

#cart {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 60px 30px;
    background: #fff;
    text-align: center;
}

#cart.checkOutPage .wrap .woocommerce {
    width: 700px;
    margin: 0 auto 30px;
    background: #fff;
    padding: 30px 40px;
    font-size: 18px;
    line-height: 26px;
    border-radius: 10px;
}

#cart.checkOutPage .wrap .woocommerce form input[type="submit"] {
    width: 230px;
    height: 44px;
    display: inline-block;
    padding: 0 22px !important;
    background: #B80C13;
    font-size: 18px !important;
    line-height: 44px;
    font-weight: 700;
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    -o-border-radius: 25px !important;
    border-radius: 25px !important;
    text-decoration: none;
    transition: all 0.4s;
    color: #fff;
    border: 0 !important;
    text-transform: capitalize !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
}

#cart.checkOutPage .wrap .woocommerce form input[type="submit"]:hover {
    background: #000 !important;
    color: #fff !important;
}

#cart.checkOutPage .wrap .woocommerce p label {
    display: inline-block;
    width: 86%;
    /*text-align: left;*/
    font-size: 14px;
    line-height: 17px;
}

#cart.checkOutPage .wrap .woocommerce p #billing_address_2 {
    margin-left: 185px;
}

#cart.checkOutPage .wrap .woocommerce .checkout .woocommerce-account-fields .create-account .checkbox {
    margin-bottom: 15px;
}

#cart.checkOutPage .wrap .woocommerce .checkout .woocommerce-account-fields .create-account label {
    display: inline-block;
    width: 170px;
    text-align: right;
    font-size: 14px;
    line-height: 17px;
    margin-right: 15px;
}

#cart.checkOutPage .wrap .woocommerce .checkout .woocommerce-account-fields .create-account input[type="text"],
#cart.checkOutPage .wrap .woocommerce .checkout .woocommerce-account-fields .create-account input[type="email"],
#cart.checkOutPage .wrap .woocommerce .checkout .woocommerce-account-fields .create-account input[type="password"] {
    width: 320px;
    height: 44px;
    display: inline-block;
    border: 2px solid #DDDCDC;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    margin-bottom: 10px;
    padding: 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}

#cart h2 {
    display: block;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
    color: #4a4a4a;
}

#cart table {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 30px;
    /* border: 1px solid #ddd;*/
}

#cart table th {
    padding: 10px 15px;
    background: #f3f3f3;
    border-bottom: 2px solid #4a4a4a;
    color: #4a4a4a;
    text-align: center;
}

#cart table td {
    padding: 15px 15px;
    background: #fff;
    border-bottom: 2px solid #ddd;
    color: #4a4a4a;
}

#cart table td img {
    width: 72px;
    height: 72px;
    left: calc(50% - 72px/2 - 330px);
    top: 1663px;
    float: left;
    border-radius: 10px;
}

#cart table td a {
    color: #2077c2;
    text-decoration: none;
    font-weight: bold;
}

#cart table td a:hover {
    text-decoration: underline;
}

#cart table td input[type="text"],
#cart table td input[type="email"],
#cart table td input[type="number"],
#cart table td input[type="tel"] {
    height: 30px;
    border: 1px solid #ddd;
    line-height: 30px;
    text-align: center;
}

#cart table td .coupon {
    float: left;
}

#cart table td .coupon input {
    margin: 0 5px;
}

#cart table td input[type="submit"] {
    float: right;
}

.woocommerce-error {
    width: 100%;
    padding: 6px 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
    clear: both;
    transition: all 0.4s;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    background-color: #f0b37e;
    color: #bf6516;
}

.woocommerce-message {
    width: 100%;
    padding: 12px 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
    clear: both;
    transition: all 0.4s;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background-color: #60db94;
    color: #1e8449;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.woocommerce-message a {
    color: #fff;
}

.woocommerce-thankyou-order-received {
    font-size: 22px;
    color: #27ae60;
}

.wc-bacs-bank-details-heading {
    margin-top: 40px;
    font-size: 20px !important;
    color: #2077c2 !important;
}

.woocommerce-thankyou-order-details {
    background: #eff0f1;
    /*width: 100%;*/
    padding: 30px;
    border: 1px solid #ddd;
}

.woocommerce-thankyou-order-details li {
    display: block;
    margin-bottom: 7px;
    font-size: 15px;
}

.wc-bacs-bank-details {
    background: #eff0f1;
    width: 100%;
    padding: 30px;
    border: 1px solid #ddd;
}

.wc-bacs-bank-details li {
    display: block;
    margin-bottom: 7px;
    font-size: 15px;
}

.order_details,
.customer_details {
    max-width: 100% !important;
    margin: 20px 0 40px !important;
}

.order_details .order,
.customer_details .order {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
}

.order_details .date,
.customer_details .date {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
}

.order_details .total,
.customer_details .total {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
}

.woocommerce-Addresses {
    margin-top: 20px;
}

.loginBox {
    width: 100%;
    float: left;
    margin-top: 60px;
}

.loginBox #customer_login .u-column1 {
    width: 50%;
    float: left;
    background: #eff0f1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 60px 8vh;
}

.loginBox #customer_login .u-column2 {
    width: 50%;
    float: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 60px 8vh;
}

.loginBox #customer_login form {
    display: block;
    margin-top: 30px;
}

.loginBox #customer_login form .woocommerce-FormRow {
    display: block;
    margin-bottom: 20px;
}

.loginBox #customer_login form label {
    display: block;
    margin-bottom: 0px;
}

.loginBox #customer_login form label[for="rememberme"] {
    margin-top: 20px;
}

.loginBox #customer_login form input[type="text"],
.loginBox #customer_login form input[type="email"],
.loginBox #customer_login form input[type="password"] {
    padding: 10px 15px !important;
}

.loginBox #customer_login form input[type="submit"] {
    background: #2077c2;
    color: #fff;
}

.loginBox #customer_login form input[type="submit"]:hover {
    background: #000;
}

.myAccountInfo form {
    display: block;
    margin-top: 30px;
}

.myAccountInfo form .woocommerce-FormRow {
    display: block;
    margin-bottom: 20px;
}

.myAccountInfo form label {
    display: block;
    margin-bottom: 0px;
}

.myAccountInfo form label[for="rememberme"] {
    margin-top: 20px;
}

.myAccountInfo form input[type="submit"] {
    background: #2077c2;
    color: #fff;
}

.myAccountInfo form input[type="submit"]:hover {
    background: #000;
}

.myAccountInfo form fieldset {
    margin: 40px 0 20px;
}

.myAccountInfo form fieldset legend {
    color: #2077c2;
}

#miCuenta .wrap .woocommerce {
    width: 100%;
    display: block;
}

#miCuenta .wrap .woocommerce h2 {
    font-size: 38px;
    line-height: 46px;
    font-weight: 900;
}

#miCuenta .wrap .woocommerce #customer_login {
    display: block;
    width: 80%;
    margin: 0 auto;
}

#miCuenta .wrap .woocommerce #customer_login .u-column1 {
    width: 60%;
    float: left;
    position: relative;
    background: url(../img/lock.svg) left 65px top 120px no-repeat #ffffff;
    background-size: 95px 130px;
    padding-left: 265px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#miCuenta .wrap .woocommerce #customer_login .u-column1 h2 {
    background: #fff;
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 45px;
    font-size: 26px;
    line-height: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#miCuenta .wrap .woocommerce #customer_login .u-column2 {
    width: 40%;
    float: left;
    position: relative;
}

#miCuenta .wrap .woocommerce #customer_login .u-column2 h2 {
    background: #fff;
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 45px;
    font-size: 26px;
    line-height: 30px;
}

#miCuenta .wrap .woocommerce .login,
#miCuenta .wrap .woocommerce .register {
    width: 100%;
    height: 420px;
    background: #FFF;
    text-align: center;
    margin: 0;
    padding: 40px 0 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    float: left;
    padding-left: 45px;
}

#miCuenta .wrap .woocommerce .login:after,
#miCuenta .wrap .woocommerce .register:after {
    content: ' ';
    width: 0px;
    height: 300px;
    position: absolute;
    border-left: 1px solid #DDDCDC;
    top: 40px;
    left: 0;
}

#miCuenta .wrap .woocommerce .login p,
#miCuenta .wrap .woocommerce .register p {
    text-align: left;
}

#miCuenta .wrap .woocommerce .login p.woocommerce-form-row,
#miCuenta .wrap .woocommerce .register p.woocommerce-form-row {
    display: flex !important;
    flex-direction: column !important;
}

#miCuenta .wrap .woocommerce .login p.form-row,
#miCuenta .wrap .woocommerce .register p.form-row {
    display: flex;
    flex-direction: column-reverse;
}

#miCuenta .wrap .woocommerce .login p.lost_password,
#miCuenta .wrap .woocommerce .register p.lost_password {
    position: relative;
}

#miCuenta .wrap .woocommerce .login p.lost_password a,
#miCuenta .wrap .woocommerce .register p.lost_password a {
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    color: #313131;
    position: absolute;
    top: 100px;
}

#miCuenta .wrap .woocommerce .login p label,
#miCuenta .wrap .woocommerce .register p label {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 17px;
    color: #252525;
    display: block;
}

#miCuenta .wrap .woocommerce .login p label.woocommerce-form__label-for-checkbox span,
#miCuenta .wrap .woocommerce .register p label.woocommerce-form__label-for-checkbox span {
    margin-top: 2px;
    margin-left: 10px;
    display: inline-block;
}

#miCuenta .wrap .woocommerce .login p input[type="text"],
#miCuenta .wrap .woocommerce .register p input[type="text"],
#miCuenta .wrap .woocommerce .login p input[type="email"],
#miCuenta .wrap .woocommerce .register p input[type="email"],
#miCuenta .wrap .woocommerce .login p input[type="password"],
#miCuenta .wrap .woocommerce .register p input[type="password"] {
    width: 320px;
    height: 44px;
    display: block;
    border: 2px solid #DDDCDC;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    margin-bottom: 25px;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}

#miCuenta .wrap .woocommerce .login p input[type="checkbox"],
#miCuenta .wrap .woocommerce .register p input[type="checkbox"] {
    width: 22px;
    height: 22px;
    border: 2px solid #DDDCDC;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    vertical-align: top;
    -webkit-appearance: none;
    outline: none;
    margin-bottom: 30px;
    position: relative;
}

#miCuenta .wrap .woocommerce .login p input[type="checkbox"]:after,
#miCuenta .wrap .woocommerce .register p input[type="checkbox"]:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 3px;
    left: 3px;
    border: 3px solid #8D8D8D;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    transform: rotate(-50deg);
}

#miCuenta .wrap .woocommerce .login p input[type="checkbox"]:hover::after,
#miCuenta .wrap .woocommerce .register p input[type="checkbox"]:hover::after {
    opacity: 0.3;
}

#miCuenta .wrap .woocommerce .login p input[type="checkbox"]:checked:after,
#miCuenta .wrap .woocommerce .register p input[type="checkbox"]:checked:after {
    opacity: 1;
}

#miCuenta .wrap .woocommerce .login p .button,
#miCuenta .wrap .woocommerce .register p .button {
    background: #F7F7F7;
    color: #7B7B7B;
    padding-left: 15px;
    float: left;
    border-radius: 25px !important;
    width: 230px;
    height: 44px;
    padding: 0 22px;
    font-size: 18px;
    line-height: 44px;
    font-weight: 700;
    border: 0;
    transition: all 0.4s;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#miCuenta .wrap .woocommerce .login p .button:hover,
#miCuenta .wrap .woocommerce .register p .button:hover {
    background: #797979;
    color: #fff;
}

#miCuenta .wrap .woocommerce .register {
    width: 100%;
    height: 400px;
    padding: 16px 0 40px;
    background: #fff;
    float: left;
    padding-left: 45px;
}

#miCuenta .wrap .woocommerce .register:after {
    left: 0;
    top: 20px;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-navigation {
    width: 345px;
    float: left;
    background: #fff;
    padding: 20px 25px 0 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #DDDCDC;
    margin-bottom: 15px;
    padding-left: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard {
    background: url(../img/desktop.svg) left top no-repeat;
    background-size: 22px 22px;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders {
    background: url(../img/orders.svg) left top no-repeat;
    background-size: 15px 22px;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address {
    background: url(../img/direction.svg) left top no-repeat;
    background-size: 22px 22px;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account {
    background: url(../img/account.svg) left top no-repeat;
    background-size: 22px 22px;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
    background: url(../img/exit.svg) left top no-repeat;
    background-size: 19px 22px;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
    border: 0;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-navigation ul li:hover a {
    color: #B80C13;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #B80C13;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
    color: #313131;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    padding-bottom: 12px;
    display: block;
    transition: all 0.4s;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content {
    width: calc(100% - 357px);
    min-height: 368px;
    float: right;
    background: #fff;
    border-left: 12px solid #F7F7F7;
    padding: 35px 45px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content p {
    font-size: 18px;
    line-height: 34px;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content p a {
    text-decoration: none;
    color: #B80C13;
    transition: all 0.4s;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content p a:hover {
    text-decoration: underline;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title {
    position: static;
    padding: 0;
    background: none;
    height: auto;
    margin-bottom: 20px;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title a {
    text-decoration: none;
    color: #B80C13;
    transition: all 0.4s;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title a:hover {
    text-decoration: underline;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .woocommerce-Address address {
    margin-bottom: 20px;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table {
    width: 100%;
    text-align: center;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr th {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #252525;
    padding-bottom: 5px;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr td {
    background: #F5F5F5;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 17px;
    color: #252525;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr td:first-child a {
    text-decoration: none;
    font-size: 16px;
    line-height: 19px;
    color: #252525;
    transition: all 0.4s;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr td:first-child a:hover {
    color: #B80C13;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr td:last-child {
    padding: 5px;
    text-align: right;
    width: 110px;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr td .button {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-size: 0;
    margin-right: 5px;
    vertical-align: middle;
    transition: all 0.4s;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr td .button.pay {
    background: url(../img/pagar.svg) center center no-repeat #ffffff;
    background-size: 18px 16px;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr td .button.view {
    background: url(../img/lupa.svg) center center no-repeat #ffffff;
    background-size: 16px 16px;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr td .button.cancel {
    background: url(../img/cancelar.svg) center center no-repeat #ffffff;
    background-size: 14px 16px;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr td .button:hover {
    opacity: 0.7;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .edit-account p label {
    margin-right: 15px;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .edit-account p input[type="text"],
#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .edit-account p input[type="email"],
#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .edit-account p input[type="password"] {
    width: 320px;
    height: 44px;
    display: inline-block;
    border: 2px solid #DDDCDC;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    margin-bottom: 10px;
    padding: 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .edit-account p em {
    display: block;
    margin-bottom: 20px;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .edit-account p .button {
    background: #F7F7F7;
    color: #7B7B7B;
    padding-left: 15px;
    float: left;
    border-radius: 25px !important;
    width: 230px;
    height: 44px;
    padding: 0 22px;
    font-size: 18px;
    line-height: 44px;
    font-weight: 700;
    border: 0;
    transition: all 0.4s;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 20px;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .edit-account p .button:hover {
    background: #797979;
    color: #fff;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .edit-account fieldset {
    border: 0;
    padding: 0;
    margin-top: 20px;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .edit-account fieldset legend {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-order-details__title {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .order_details {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .order_details tr th {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #252525;
    padding-bottom: 5px;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .order_details tr td {
    background: #F5F5F5;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 17px;
    color: #252525;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .order_details tr td a {
    text-decoration: none;
    color: #252525;
    transition: all 0.4s;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .order_details tr td a:hover {
    color: #B80C13;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .order-again {
    margin-bottom: 20px;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column__title {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    height: auto;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content h3 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p label {
    margin-right: 15px;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p input[type="text"],
#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p input[type="email"],
#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p input[type="tel"],
#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p input[type="password"] {
    width: 320px;
    height: 44px;
    display: inline-block;
    border: 2px solid #DDDCDC;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    margin-bottom: 10px;
    padding: 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p#billing_country_field span {
    width: 320px;
    height: 44px;
    display: inline-block;
    border: 2px solid #DDDCDC;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    margin-bottom: 10px;
    padding: 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
    font-size: 16px;
    line-height: 40px;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p em {
    display: block;
    margin-bottom: 20px;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields p .button {
    background: #F7F7F7;
    color: #7B7B7B;
    padding-left: 15px;
    float: left;
    border-radius: 25px !important;
    width: 230px;
    height: 44px;
    padding: 0 22px;
    font-size: 18px;
    line-height: 44px;
    font-weight: 700;
    border: 0;
    transition: all 0.4s;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 20px;
}

#miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields p .button:hover {
    background: #797979;
    color: #fff;
}

#cart {
    padding: 0;
    background: #fafafa;
}

#cart .wrap h2 {
    text-align: left;
}

#cart .wrap .woocommerce .woocommerce-cart-form .shop_table {
    border: 0;
    width: 763px;
}

#cart .wrap .woocommerce .woocommerce-cart-form .shop_table tr th {
    border: 0;
    background: none;
}

#cart .wrap .woocommerce .woocommerce-cart-form .shop_table tr td {
    border-bottom: 4px solid #fafafa;
    border-right: 2px solid #F7F7F7;
    font-size: 14px;
    line-height: 17px;
    padding: 10px 0;
}

#cart .wrap .woocommerce .woocommerce-cart-form .shop_table tr td a {
    display: block;
    margin: 0 auto;
}

#cart .wrap .woocommerce .woocommerce-cart-form .shop_table tr td:first-child {
    padding: 10px 15px;
}

#cart .wrap .woocommerce .woocommerce-cart-form .shop_table tr td:nth-child(2) {
    border-right: 0;
    padding: 10px 6px;
}

#cart .wrap .woocommerce .woocommerce-cart-form .shop_table tr td:nth-child(3) {
    text-align: center;
    padding-left: 6px;
}

#cart .wrap .woocommerce .woocommerce-cart-form .shop_table tr td:last-child {
    border-right: 0;
}

#cart .wrap .woocommerce .woocommerce-cart-form .shop_table tr td img {
    width: auto;
    height: 80px;
}

#cart .wrap .woocommerce .woocommerce-cart-form .shop_table tr td img:hover {
    opacity: 0.7;
}

#cart .wrap .woocommerce .woocommerce-cart-form .shop_table tr td a {
    text-decoration: none;
    color: #252525;
    transition: all 0.4s;
}

#cart .wrap .woocommerce .woocommerce-cart-form .shop_table tr td a:hover {
    color: #B80C13;
}

#cart .wrap .woocommerce .woocommerce-cart-form .shop_table tr td a.remove {
    width: 20px;
    height: 20px;
    /*background: #000000;
    */
    color: #1e73b8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 20px;
}

#cart .wrap .woocommerce .woocommerce-cart-form .shop_table tr td a.remove:hover {
    opacity: 0.7;
}

#cart .wrap .woocommerce .woocommerce-cart-form .shop_table tr td .quantity label {
    display: none;
}

#cart .wrap .woocommerce .woocommerce-cart-form .shop_table tr td.actions {
    background: #fafafa;
    text-align: center;
}

#cart .wrap .woocommerce .woocommerce-cart-form .shop_table tr td.actions .button {
    background: #F7F7F7;
    color: #7B7B7B;
    padding-left: 15px;
    border-radius: 25px !important;
    width: 230px;
    height: 44px;
    padding: 0 22px;
    font-size: 18px;
    line-height: 44px;
    font-weight: 700;
    border: 0;
    transition: all 0.4s;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 15px;
    border: 1px solid #7B7B7B;
}

#cart .wrap .woocommerce .woocommerce-cart-form .shop_table tr td.actions .button:hover {
    background: #797979;
    color: #fff;
}

#cart .wrap .woocommerce .cart-collaterals .cart_totals h2 {
    font-size: 28px;
    line-height: 46px;
    font-weight: 900;
    margin-bottom: 15px;
    text-align: center;
}

#cart .wrap .woocommerce .cart-collaterals .cart_totals .shop_table {
    border: 0;
    width: 763px;
    display: inline;
    margin-bottom: 20px;
    border-collapse: collapse;
}

#cart .wrap .woocommerce .cart-collaterals .cart_totals .shop_table tr {
    border-bottom: 5px solid #ffffff;
}

#cart .wrap .woocommerce .cart-collaterals .cart_totals .shop_table tr th {
    border-bottom: 0;
    border-right: 2px solid #7B7B7B;
    background: #fff;
    border-bottom: 3px solid #F7F7F7;
    text-align: right;
    font-size: 18px;
}

#cart .wrap .woocommerce .cart-collaterals .cart_totals .shop_table tr td {
    background: #fff;
    border-bottom: 0;
    border-bottom: 3px solid #F7F7F7;
    text-align: left;
    font-size: 22px;
}

#cart .wrap .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    margin-bottom: 60px;
}

#cart .wrap .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button {
    width: 230px;
    height: 44px;
    display: inline-block;
    padding: 0 22px !important;
    background: #B80C13;
    font-size: 18px !important;
    line-height: 44px;
    font-weight: 700;
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    -o-border-radius: 25px !important;
    border-radius: 25px !important;
    text-decoration: none;
    transition: all 0.4s;
    color: #fff;
    border: 0 !important;
    text-transform: capitalize !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#cart .wrap .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button:hover {
    background: #000 !important;
    color: #fff !important;
}

#cart .wrap .woocommerce .woocommerce-checkout .woocommerce-billing-fields h3 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

#cart .wrap .woocommerce .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p label {
    margin-right: 15px;
    text-align: left;
    width: 84%;
}

#cart .wrap .woocommerce .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p input[type="text"],
#cart .wrap .woocommerce .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p input[type="email"],
#cart .wrap .woocommerce .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p input[type="tel"],
#cart .wrap .woocommerce .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p input[type="password"],
#cart .wrap .woocommerce .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p select {
    width: 320px;
    height: 44px;
    display: inline-block;
    border: 2px solid #DDDCDC;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    margin-bottom: 10px;
    padding: 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}

#cart .wrap .woocommerce .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_country_field span {
    width: 320px;
    height: 44px;
    display: inline-block;
    border: 2px solid #DDDCDC;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    margin-bottom: 10px;
    padding: 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
    font-size: 16px;
    line-height: 40px;
}

#cart .wrap .woocommerce .woocommerce-checkout .woocommerce-additional-fields h3 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

#cart .wrap .woocommerce .woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p label {
    vertical-align: top;
    text-align: left;
    width: 100%;
}

#cart .wrap .woocommerce .woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p label span {
    vertical-align: top;
}

#cart .wrap .woocommerce .woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p textarea {
    width: 100%;
    height: 45px;
    display: inline-block;
    border: 2px solid #DDDCDC;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
    resize: none;
}

#cart .wrap .woocommerce .woocommerce-checkout #order_review_heading {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

#cart .wrap .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    border: 0;
}

#cart .wrap .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tr th {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #252525;
    padding-bottom: 5px;
    background: #fff;
}

#cart .wrap .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tr td {
    background: #F5F5F5;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 17px;
    color: #252525;
    border-bottom: 0;
}

#cart .wrap .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tr td a {
    text-decoration: none;
    color: #252525;
    transition: all 0.4s;
}

#cart .wrap .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tr td a:hover {
    color: #B80C13;
}

#cart .wrap .woocommerce .woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods {
    margin-bottom: 20px;
}

#cart .wrap .woocommerce .woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods #payment_method_transbank {
    width: 22px;
    height: 22px;
    border: 2px solid #DDDCDC;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    vertical-align: top;
    -webkit-appearance: none;
    outline: none;
    margin-bottom: 30px;
    position: relative;
}

#cart .wrap .woocommerce .woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods #payment_method_transbank:after {
    content: ' ';
    width: 10px;
    height: 10px;
    position: absolute;
    background: #8D8D8D;
    top: 4px;
    left: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: none;
}

#cart .wrap .woocommerce .woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods #payment_method_transbank:checked:after {
    display: block;
}

#cart .wrap .woocommerce .woocommerce-checkout .woocommerce-checkout-payment .place-order {
    margin-bottom: 30px;
}

#cart .wrap .woocommerce .woocommerce-checkout .woocommerce-checkout-payment .place-order .button {
    width: 230px;
    height: 44px;
    display: inline-block;
    padding: 0 22px !important;
    background: #B80C13;
    font-size: 18px !important;
    line-height: 44px;
    font-weight: 700;
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    -o-border-radius: 25px !important;
    border-radius: 25px !important;
    text-decoration: none;
    transition: all 0.4s;
    color: #fff;
    border: 0 !important;
    text-transform: capitalize !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#cart .wrap .woocommerce .woocommerce-checkout .woocommerce-checkout-payment .place-order .button:hover {
    background: #000 !important;
    color: #fff !important;
}

#cart .wrap .woocommerce .cart-empty {
    margin-bottom: 30px;
}

#cart .wrap .woocommerce .return-to-shop {
    margin-bottom: 60px;
}

#cart .wrap .woocommerce .return-to-shop .button {
    background: #F7F7F7;
    color: #7B7B7B;
    padding-left: 15px;
    border-radius: 25px !important;
    width: 230px;
    height: 44px;
    padding: 0 22px;
    font-size: 18px;
    line-height: 44px;
    font-weight: 700;
    border: 0;
    transition: all 0.4s;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #7B7B7B;
    text-decoration: none;
    display: block;
    margin: 0 auto;
}

#cart .wrap .woocommerce .return-to-shop .button:hover {
    background: #797979;
    color: #fff;
}

.coupon {
    display: none !important;
}

input[name="update_cart"] {
    float: none !important;
    padding: 12px 20px !important;
    font-size: 16px !important;
    border-bottom: none !important;
}

.product-quantity input {
    width: 70px !important;
    padding-left: 10px;
    padding-right: 0px;
}

@media screen and (max-width: 800px) {
    .product-thumbnail,
    /*.coupon {
        display: none !important;
    }*/
    .actions {
        padding: 0px 15px !important;
    }
    /*.product-remove {
        display: none !important;
    }*/
    .loginBox .u-column1,
    .loginBox .u-column2 {
        width: 100% !important;
    }
    .loginBox .u-column1 input[type="text"],
    .loginBox .u-column2 input[type="text"],
    .loginBox .u-column1 input[type="email"],
    .loginBox .u-column2 input[type="email"],
    .loginBox .u-column1 input[type="password"],
    .loginBox .u-column2 input[type="password"] {
        width: 100% !important;
    }
    .cart_item td {
        padding: 15px 5px !important;
    }
    .cart_item td.product-quantity {
        padding: 15px 0 !important;
    }
    .cart_item td.product-quantity input {
        width: 30px !important;
        padding: 0 !important;
    }
    #miCuenta .wrap .woocommerce #customer_login {
        width: 100%;
    }
    #miCuenta .wrap .woocommerce .u-column1 {
        background: #fff;
        padding-left: 0;
    }
    #miCuenta .wrap .woocommerce .u-column1,
    #miCuenta .wrap .woocommerce .u-column2 {
        width: 100%;
        margin-bottom: 20px;
    }
    #miCuenta .wrap .woocommerce .u-column1 h2,
    #miCuenta .wrap .woocommerce .u-column2 h2 {
        padding-left: 0;
        text-align: center;
    }
    #miCuenta .wrap .woocommerce .login,
    #miCuenta .wrap .woocommerce .register {
        width: 100%;
        height: auto;
        background: url(../img/lock.svg) center top 20px no-repeat #ffffff;
        background-size: 55px 90px;
        padding: 140px 20px 40px 20px;
    }
    #miCuenta .wrap .woocommerce .login:after,
    #miCuenta .wrap .woocommerce .register:after {
        display: none;
    }
    #miCuenta .wrap .woocommerce .login p,
    #miCuenta .wrap .woocommerce .register p {
        text-align: center;
    }
    #miCuenta .wrap .woocommerce .login p input[type="text"],
    #miCuenta .wrap .woocommerce .register p input[type="text"],
    #miCuenta .wrap .woocommerce .login p input[type="password"],
    #miCuenta .wrap .woocommerce .register p input[type="password"] {
        width: 100%;
    }
    #miCuenta .wrap .woocommerce .login p .button,
    #miCuenta .wrap .woocommerce .register p .button {
        margin: 0 auto;
    }
    #miCuenta .wrap .woocommerce .login p.lost_password a,
    #miCuenta .wrap .woocommerce .register p.lost_password a {
        width: 100%;
        left: 0;
        text-align: center;
    }
    #miCuenta .wrap .woocommerce .register {
        background: #fff;
        padding-top: 50px;
    }
    #miCuenta .wrap .woocommerce .woocommerce-MyAccount-navigation {
        width: 100%;
        margin-bottom: 20px;
    }
    #miCuenta .wrap .woocommerce .woocommerce-MyAccount-content {
        width: 100%;
        float: left;
        border: 0;
        padding: 35px 20px;
        overflow: hidden;
        overflow-x: scroll;
    }
    #miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table {
        padding: 0 20px 0 0;
    }
    #miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr td .button {
        margin-bottom: 10px;
    }
    #miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title {
        box-shadow: none;
    }
    #miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .edit-account p input[type="text"],
    #miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .edit-account p input[type="email"],
    #miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .edit-account p input[type="password"] {
        width: 100%;
    }
    #miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p input[type="text"],
    #miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p input[type="email"],
    #miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p input[type="tel"],
    #miCuenta .wrap .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p input[type="password"] {
        width: 100%;
    }
    #cart.checkOutPage .wrap .woocommerce {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 30px 20px;
    }
    #cart.checkOutPage .wrap .woocommerce p label {
        width: auto;
        float: left;
    }
    #cart.checkOutPage .wrap .woocommerce p #billing_address_2 {
        margin-left: 0;
    }
    #cart.checkOutPage .wrap .woocommerce p input[type="text"],
    #cart.checkOutPage .wrap .woocommerce p input[type="email"],
    #cart.checkOutPage .wrap .woocommerce p input[type="tel"],
    #cart.checkOutPage .wrap .woocommerce p input[type="number"],
    #cart.checkOutPage .wrap .woocommerce p select,
    #cart.checkOutPage .wrap .woocommerce p textarea {
        width: 100% !important;
    }
    #cart.checkOutPage .wrap .woocommerce p#billing_country_field span {
        width: 100% !important;
    }
    #cart.checkOutPage .wrap .woocommerce .woocommerce-additional-fields__field-wrapper label {
        margin-bottom: 10px;
    }
    #cart.checkOutPage .wrap .woocommerce .checkout .woocommerce-account-fields .create-account .checkbox {
        margin-bottom: 15px;
    }
    #cart.checkOutPage .wrap .woocommerce .checkout .woocommerce-account-fields .create-account label {
        width: auto;
        text-align: center;
        margin-right: 0;
        margin-bottom: 10px;
    }
    #cart.checkOutPage .wrap .woocommerce .checkout .woocommerce-account-fields .create-account input[type="text"],
    #cart.checkOutPage .wrap .woocommerce .checkout .woocommerce-account-fields .create-account input[type="email"],
    #cart.checkOutPage .wrap .woocommerce .checkout .woocommerce-account-fields .create-account input[type="password"] {
        width: 100% !important;
    }
    #cart .wrap .woocommerce .woocommerce-cart-form .shop_table {
        width: 100%;
    }
    #cart .wrap .woocommerce .cart-collaterals .cart_totals .shop_table {
        width: 100%;
    }
    #cart .wrap .woocommerce .woocommerce-billing-fields__field-wrapper p label {
        margin-right: 0 !important;
        margin-bottom: 10px;
        /* display: block;
        text-align: left;*/
    }
    #cart .wrap .woocommerce .woocommerce-billing-fields__field-wrapper p input[type="text"],
    #cart .wrap .woocommerce .woocommerce-billing-fields__field-wrapper p input[type="email"],
    #cart .wrap .woocommerce .woocommerce-billing-fields__field-wrapper p input[type="tel"],
    #cart .wrap .woocommerce .woocommerce-billing-fields__field-wrapper p input[type="password"],
    #cart .wrap .woocommerce .woocommerce-billing-fields__field-wrapper p select {
        margin-bottom: 20px !important;
    }
    #cart .wrap .woocommerce .woocommerce-billing-fields__field-wrapper p#billing_country_field span {
        margin-bottom: 20px !important;
    }
}

@media (min-width: 1024px) and (max-width: 1380px) {
    #miCuenta .wrap .woocommerce #customer_login {
        width: 90%;
    }
}

@media (min-width: 801px) and (max-width: 1024px) {
    header nav {
        margin-right: 20px !important;
    }
    header nav .menu-desktop li {
        margin: 0px 8px 0px 22px !important;
        font-size: 12px !important;
    }
    #miCuenta .wrap .woocommerce #customer_login {
        width: 100%;
    }
    #miCuenta .wrap .woocommerce .login {
        padding-left: 240px;
    }
    #miCuenta .wrap .woocommerce .login:after {
        left: 200px;
    }
}

.cart-contents:before {
    font-family: WooCommerce;
    content: "\e01d";
    font-size: 28px;
    margin-top: 10px;
    font-style: normal;
    font-weight: 400;
    padding-right: 5px;
    vertical-align: bottom;
}

.cart-contents:hover {
    text-decoration: none;
}

.variations {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.variations td {
    vertical-align: middle;
    padding-bottom: 15px;
}

.reset_variations {
    display: none !important;
}

.woocommerce-ResetPassword {
    width: 87%;
    height: 230px;
    padding: 45px 0 45px;
    background: #fff;
    float: left;
    padding-left: 25px;
}

.woocommerce-Input {
    width: 320px;
    height: 44px;
    display: block;
    border: 2px solid #DDDCDC;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    margin-bottom: 25px;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
    margin-top: 10px;
}

.woocommerce-Button {
    background: #F7F7F7;
    color: #7B7B7B;
    padding-left: 15px;
    float: left;
    border-radius: 25px !important;
    width: 242px;
    height: 44px;
    padding: 0 22px;
    font-size: 18px;
    line-height: 44px;
    /* font-weight: 700; */
    border: 0;
    transition: all 0.4s;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

@media (max-width:800px) {
    .woocommerce-Input {
        width: 275px;
        height: 44px;
        display: block;
        border: 2px solid #DDDCDC;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
        border-radius: 25px;
        margin-bottom: 25px;
        padding: 0 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        outline: none;
        margin-top: 10px;
    }
    .woocommerce-ResetPassword {
        width: 87%;
        height: 230px;
        padding: 20px 0 45px;
        background: #fff;
        float: left;
        padding-left: 25px;
        margin-top: 40px;
    }
}

@media (max-width:800px) {
    .woocommerce-Input {
        width: 275px;
        height: 44px;
        display: block;
        border: 2px solid #DDDCDC;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
        border-radius: 25px;
        margin-bottom: 25px;
        padding: 0 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        outline: none;
        margin-top: 10px;
    }
    .woocommerce-ResetPassword {
        width: 87%;
        height: 230px;
        padding: 20px 0 45px;
        background: #fff;
        float: left;
        padding-left: 25px;
        margin-top: 40px;
    }
}

.btnWoChekout {
    float: left;
    margin-top: 13px;
    margin-left: 15px;
    width: 180px;
    height: 40px;
    left: 716px;
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    border: 1px solid #B80C13 !important;
    background: #B80C13;
    border-radius: 12px;
    top: 1465px;
    color: white;
}

@media (max-width:800px) {
    .btnWoChekout {
        float: left;
        margin-top: 13px;
        margin-left: 0px;
        width: 100%;
        height: 40px;
        left: 716px;
        font-family: Lato;
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        line-height: 22px;
        border: 1px solid #B80C13 !important;
        background: #B80C13;
        border-radius: 12px;
        top: 1465px;
        color: white;
    }
}

.h3Chekout {
    margin-top: 25px;
    padding-bottom: 25px;
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: .6180469716em !important;
    background-color: #ffffff !important;
    color: #43454b !important;
    outline: 0!important;
    border-radius: 2 !important;
    -webkit-appearance: none !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
    font-weight: 400 !important;
    border: solid 1px #e4e4e4 !important;
}

#billing_state {
    padding: .6180469716em !important;
    background-color: #ffffff !important;
    color: #43454b !important;
    outline: 0!important;
    border-radius: 2 !important;
    -webkit-appearance: none !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
    font-weight: 400 !important;
    border: solid 1px #e4e4e4 !important;
}


/*
@media (min-width:800px) {
    .col2-set {
        width: min-content!important;
    }
}*/

#ship-to-different-address {
    font-family: Lato !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    margin-bottom: 30px !important;
}

.required {
    color: red;
    text-decoration: none;
}

.form-row {
    font-family: Lato !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 20px !important;
}

#cart .wrap .woocommerce .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_country_field span {
    padding: .6180469716em !important;
    background-color: #ffffff !important;
    color: #43454b !important;
    outline: 0!important;
    border-radius: 2 !important;
    -webkit-appearance: none !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
    font-weight: 400 !important;
    border: solid 1px #e4e4e4 !important;
    line-height: 20px !important;
}

.woocommerce-shipping-fields__field-wrapper #shipping_country_field span {
    padding: .6180469716em !important;
    background-color: #ffffff !important;
    color: #43454b !important;
    outline: 0!important;
    border-radius: 2 !important;
    -webkit-appearance: none !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
    width: 100% !important;
    font-weight: 400 !important;
    border: solid 1px #e4e4e4 !important;
    line-height: 20px !important;
}

.woocommerce-shipping-fields__field-wrapper #shipping_state_field select {
    padding: .6180469716em !important;
    background-color: #ffffff !important;
    color: #43454b !important;
    outline: 0!important;
    border-radius: 2 !important;
    -webkit-appearance: none !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
    font-weight: 400 !important;
    border: solid 1px #e4e4e4 !important;
}

.col-1 {
    width: 100%;
}

@media (min-width:800px) {
    #billing_first_name_field {
        width: 50%;
        float: left;
    }
    #billing_last_name_field {
        width: 50%;
        float: right;
    }
    #billing_address_1_field {
        width: 50%;
        float: left;
    }
    #billing_address_2_field {
        width: 50%;
        float: right;
    }
    #billing_rut_field {
        width: 50%;
    }
    #billing_country_field {
        width: 50%;
    }
    #billing_city_field {
        width: 50%;
    }
    #billing_state_field {
        width: 50%;
    }
    #billing_postcode_field {
        width: 50%;
    }
    #billing_phone_field {
        width: 50%;
    }
    #billing_email_field {
        width: 50%;
    }
    #shipping_first_name_field {
        width: 50%;
    }
    #shipping_last_name_field {
        width: 50%;
    }
    #shipping_country_field {
        width: 50%;
    }
    #shipping_address_1_field {
        width: 50%;
    }
    #shipping_address_2_field {
        width: 50%;
    }
    #shipping_city_field {
        width: 50%;
    }
    #shipping_state_field {
        width: 50%;
    }
    #shipping_postcode_field {
        width: 50%;
    }
    #checkbox_trigger_field {
        width: 50%;
        margin-top: 20px;
    }
    #checkbox_trigger2_field {
        width: 50%;
    }
    #checkbox_trigger2_field {
        width: 50%;
    }
    #checkbox_trigger2_field {
        width: 50%;
    }
    #checkbox_trigger2_field {
        width: 50%;
    }
    #billing_extra_company_field {
        width: 50%;
        margin-top: 15px;
    }
    #billing_extra_giro_field {
        width: 50%;
    }
    #billing_region_field {
        width: 50%;
    }
    #billing_comuna_field {
        width: 50%;
    }
    #billing_extra_address_field {
        width: 50%;
    }
    #billing_rut_extra_field {
        width: 50%;
    }
    .woocommerce-shipping-fields__field-wrapper #shipping_country_field span {
        padding: .6180469716em !important;
        background-color: #ffffff !important;
        color: #43454b !important;
        outline: 0!important;
        border-radius: 2 !important;
        -webkit-appearance: none !important;
        border-radius: 8px !important;
        box-sizing: border-box !important;
        width: 90% !important;
        font-weight: 400 !important;
        border: solid 1px #e4e4e4 !important;
        line-height: 20px !important;
    }
    #order_review {
        width: 50% !important;
        /* margin: 0 auto 60px; */
        background: #F5F5F5 !important;
        font-size: 18px !important;
        line-height: 26px !important;
    }
    #cart.checkOutPage .wrap .woocommerce2 {
        width: 790px !important;
        margin: 0 auto 60px !important;
        background: #fafafa !important;
        padding: 30px 40px !important;
        font-size: 18px !important;
        line-height: 26px !important;
    }
    .grisbg {
        background: #F5F5F5!important;
    }
    .paddingris {
        background: #fafafa !important;
        width: 100% !important;
        text-align: left !important;
        margin-bottom: 10px !important;
    }
    #textoIzqui {
        text-align: left !important;
        float: left !important;
        margin-bottom: 10px !important;
    }
    .xBordes {
        border-bottom: 0px solid #ddd !important;
    }
    #place_order {
        width: 100% !important;
        margin-top: 20px !important;
        height: 50px !important;
        left: 319px !important;
        top: 2136px !important;
    }
    .wc_payment_method {
        width: 100% !important;
        padding-bottom: 10px !important;
    }
    ul.event-custom-price {
        margin-top: 10px !important;
        text-align: start;
    }
    #cart .wrap .woocommerce .woocommerce-cart-form .shop_table tr td img {
        width: auto !important;
        height: 95px !important;
        border-radius: 5px !important;
    }
    #cart .wrap .woocommerce .woocommerce-cart-form .shop_table tr td .quantity input[type="number"] {
        width: 95px !important;
        height: 44px !important;
        display: inline-block !important;
        border: 2px solid #DDDCDC !important;
        -webkit-border-radius: 25px !important;
        -moz-border-radius: 25px !important;
        -ms-border-radius: 25px !important;
        -o-border-radius: 25px !important;
        border-radius: 10px !important;
        margin-top: 0px !important;
        margin-left: 0px !important;
        /*padding: 0 15px;*/
        box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        -webkit-box-sizing: border-box !important;
        outline: none !important;
    }
    .woocommerce-cart-form {
        float: left !important;
    }
    label[for=checkbox_trigger_Boleta] {
        width: 22% !important;
        text-align: center !important;
    }
    label[for=checkbox_trigger_Factura] {
        width: 22% !important;
        text-align: center !important;
    }
}


/*
.top-cart {
    padding-top: 70px !important;
}
*/

.textoCarro {
    font-family: Lato !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 24px !important;
    line-height: 28px !important;
}


/*.cart_item {
    height: 190px !important;
}*/

#cart .wrap .woocommerce .woocommerce-cart-form .shop_table tr td img {
    width: 80px;
    height: 104px;
    left: calc(50% - 72px/2 - 112.5px);
    top: 372px;
    margin-right: 9px;
    margin-left: 10px;
}

.precioFont {
    font-family: Lato !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 24px !important;
    line-height: 22px !important;
}

.tdCart {
    /* padding: 0px !important;*/
    border-top: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
}

.borderizquierdo {
    border-radius: 10px 0px 0px 10px !important;
}

.borderderecho {
    border-radius: 0px 10px 10px 0px !important;
}

.TextoresumenCompra {
    font-family: Lato !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 24px !important;
    line-height: 28px !important;
}

.resumenletra {
    font-family: Lato !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 18px !important;
    line-height: 22px !important;
}

.btnCompra {
    text-align: -webkit-center !important;
}

.espacioTable {
    border-spacing: 0px 24px !important;
}

.bordeSuperior {
    border-radius: 10px 10px 0px 0px !important;
}

.bordeInferior {
    border-radius: 0px 0px 10px 10px !important;
}


/*
.input-text {
    width: 94px !important;
    height: 40px !important;
    left: 614px !important;
    top: 522px !important;
}*/

.leftRemove {
    border-left: 2px solid #F7F7F7 !important;
    width: 85px !important;
}

.emperajemientoDerecho {
    margin-top: 44px !important;
}

.precioderecho {
    float: right !important;
}

#order_review {
    width: 100%;
    /* margin: 0 auto 60px; */
    background: #F5F5F5;
    font-size: 18px;
    line-height: 26px;
    border-radius: 10px;
}

#cart.checkOutPage .wrap .woocommerce2 {
    width: 100%;
    margin: 0 auto 60px;
    background: #fafafa;
    font-size: 18px;
    line-height: 26px;
}

.grisbg {
    background: #F5F5F5!important;
}

.blancobg {
    background: #ffffff!important;
}

.paddingris {
    background: #fafafa;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
}

.xBordes {
    border-bottom: 0px solid #ddd !important;
    padding: 6px 15px !important;
}

.xBordes2 {
    border-bottom: 0px solid #ddd !important;
    padding: 0px 15px !important;
}

#place_order {
    width: 100%;
    margin-top: 20px;
    height: 50px;
    left: 319px;
    top: 2136px;
}

.wc_payment_method {
    width: 100%;
    padding-bottom: 10px;
}

#order_review_heading {
    margin-bottom: 15px;
    width: 327px;
    height: 28px;
    left: calc(50% - 327px/2);
    top: 1956px;
    text-align: left;
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
}

.izquierdaPrice {
    float: left;
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

.derechoPrice {
    float: right;
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

label[for=billing_address_2] span:first-child {
    display: none;
}

.checkbox span:first-child {
    display: none;
}

.woocommerce-shipping-fields {
    margin-top: 30px !important;
}

#billing_region {
    padding: .6180469716em !important;
    background-color: #ffffff !important;
    color: #43454b !important;
    outline: 0!important;
    border-radius: 2 !important;
    -webkit-appearance: none !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
    font-weight: 400 !important;
    border: solid 1px #e4e4e4 !important;
}

@media (max-width:800px) {
    .tablaDesktop {
        display: none;
    }
    .tablaMobile {
        display: block !important;
    }
    ul.event-custom-price {
        margin-top: 40px !important;
        text-align: start;
        ;
    }
}


/* Hide the "x" */

a.remove {
    text-indent: -9999px;
    border: 0;
}


/* Add a Fontawesome icon instead */


/* Learn More in the Following Paragraphs */

a.remove:before {
    font-family: FontAwesome;
    content: "\f2ed";
    float: left;
    text-indent: 0;
}

.tablaMobile {
    display: none;
}

.anchoTabla {
    width: 100% !important;
}

.imgTablePhone {
    width: 85px;
    height: 110px !important;
    border-radius: 5px !important;
}

.sinEspacio {
    border-spacing: 0px 0px !important;
    border-bottom: 0px solid #ffff !important;
}

.sinEspacio2 {
    border-spacing: 0px 0px !important;
    border-top: 0px solid #ffff !important;
}

.letraMobile {
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-align: -webkit-center;
    line-height: 20px
}

.precioMobile {
    font-family: Lato;
    font-style: normal;
    display: contents;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.precioDesktop {
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 22px;
}

.quantity {
    display: contents;
}

#cart .wrap .woocommerce .woocommerce-cart-form .shop_table tr td .quantity input[type="number"] {
    width: 75px !important;
    margin-left: 29px;
    margin-right: 23px;
    height: 44px;
    margin-top: 30px;
    display: inline-block;
    border: 2px solid #DDDCDC;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 10px !important;
    padding: 0px 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
    margin-left: 15px;
}

.letraPcurso {
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 24px;
    text-align: start;
    line-height: 20px;
}

.letraPorder {
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}

#checkbox_trigger_Boleta {
    transform: scale(2) rotateZ(-20deg);
    opacity: 1;
    transition: all .3s ease-in;
}

#checkbox_trigger_Factura {
    transform: scale(2) rotateZ(-20deg);
    opacity: 1;
    transition: all .3s ease-in;
}

label[for=checkbox_trigger_Boleta] {
    width: 22% !important;
    text-align: center !important;
    float: none !important;
}

label[for=checkbox_trigger_Factura] {
    width: 22% !important;
    text-align: center !important;
    float: none !important;
}

.carroLeft {
    border-bottom: 5px solid #0f69b4;
    line-height: 34px;
    padding: 9px 32px;
    color: #0f69b4;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
}

.carroLeft2 {
    line-height: 34px;
    padding: 9px 32px;
    color: #b9b9b9;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
}

#cart .coverPage .imageCover .carritoBox3,
#miCuenta .coverPage .imageCover .carritoBox3 {
    /*position: absolute;*/
    right: 0;
    bottom: 30px;
    background: #F7F7F7;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-right: 35px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px
}

@media (min-width: 1024px) {
    #cart {
        display: none;
    }
    .infoAdicional {
        font-family: Lato !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 24px !important;
        line-height: 28px !important;
    }
 
    .textoApoya{
    color: #B80C13 !important;
    font-family: Lato;
    font-style: normal;
    font-weight: bold !important;
    font-size: 16px;
    line-height: 6px;
    }
    .shopApoya {
        width: 90%;
        text-align: center;
        display: inline-table;
        padding: 35px 20px 0px;
        background: white;
        border-radius: 10px;
        margin: 20px 20px 15px 20px;
    }

    .shopDetailApoya{
      width: 100%;
    border-top: 2px solid #F7F7F7;
    padding-top: 13px;
    display: block;
    overflow: hidden;
    }

    .shopPriceApoya{
        float: left;
        font-size: 18px;
        line-height: 26px;
        font-weight: 900;
        color: #7B7B7B;
        margin-top: 7px;
    }
    .marginApoyaTop {
        border-radius: 5px !important;
    }
    .shopButtonapoya{
        height: 40px;
 
        width: 70%;
        font-weight: bold !important;
        line-height: 40px;
        background: #F7F7F7;
        background-size: 26px 22px;
        color: #7B7B7B !important;
        padding-left: 15px;
        border-radius: 5px;
        display: inline-block;
        margin-bottom: 15px;
        padding: 0 22px;
    }
    .minicart {
        display: block !important;
    }
}

@media (max-width: 1024px) {
    #cart .wrap .woocommerce .cart-collaterals .cart_totals .shop_table tr td {
        background: #fafafa;
        border-bottom: 0;
        border-bottom: 3px solid #fafafa;
        text-align: left;
        font-size: 22px;
    }
    .shopApoya {
        text-align: center;
        background: white;
    }
    .marginApoyaTop {
        margin-top: 10px  !important;
        border-radius: 5px !important;
    }
    #cart .wrap h2 {
        font-size: 24px;
        height: 46px;
        text-align: center;
        font-weight: 900;
        margin-top: 25px;
        margin-bottom: 20px
    }
    #cart .wrap .woocommerce .cart-collaterals .cart_totals .shop_table tr {
        border-bottom: 5px solid #fafafa;
    }
    .blancobg {
        background: #fafafa!important;
    }
    .infoAdicional {
        font-family: Lato !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 24px !important;
        text-align-last: center !important;
        line-height: 28px !important;
    }
}

.hrefDecoration {
    text-decoration: none;
}

.h1SeccionApoyo{
    display: block !important;
    color: #B80C13 !important;
    margin-bottom: 10px !important;
    font-size: 40px !important;
    line-height: 36px !important;
    font-weight: 900 !important;
    text-align: justify !important;
    padding: 25px !important;
}

.h3SeccionApoyo{
    display: block !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    text-align: justify !important;
}

.btnApoyoNota{
    background: #fff !important;
    border-radius: 8px!important;
    color: black !important;
    height: 60px !important;
    line-height: 60px !important;
    float: none !important;
    width: 35% !important;
    text-align: center !important;
    font-size: 24px !important;
}

 

.h3CartApoyo{
    display: block !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    width: 100%;
    text-align: end;
    margin-left: -30px !important;
}
.pCartApoyo{
    display: block !important;
margin-top: 15px !important;
margin-bottom: 10px !important;
font-size: 14px !important;
font-weight: 700 !important;
width: 100%;
text-align: end;
margin-left: -30px !important;
}

.colLeft .product_meta {
    display: none;
}

.colLeft .product_title  {
    display: none;
}

.colLeft .woocommerce-product-details__short-description {
    display: none;
}

.colLeft .price  {
    width: 80%;
    text-align: center;
    font-family: Lato;
    font-style: normal;
    font-weight: 800;
    font-size: 31px;
    margin-left: 70px;
    line-height: 75px;
    height: 14px;
}

@media (min-width: 801px) {
 
    .contenidosImg{
        max-width: 80% !important;
        height: 150px !important;
    }

    .colLeft .cart .button {
        background: #B80C13;
        color: #fff;
        display: inline-table;
        border-radius: 25px!important;
        height: 46px;
        padding: 0 22px;
        font-size: 16px;
        width: 75%;
        float: right;
        line-height: 46px;
        margin-top: 15px;
        margin-bottom: 15px;
        font-weight: 700;
        border: 2px solid #DDDCDC;
        margin-right: 20px;
        cursor: pointer;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    
    .colLeft .cart .quantity {
        color: #7B7B7B;
        display: inline-table;
        border-radius: 25px!important;
        height: 46px;
        padding: 0 22px;
        text-align: center;
        font-size: 16px;
        line-height: 46px;
        margin-top: 55px;
        width: 75%;
        float: right;
        font-weight: 700;
        border: 2px solid #DDDCDC;
        margin-right: 20px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
}

@media (min-width: 800px) and (max-width: 824px) {
    .pCartApoyo {
        margin-left: -5px !important;
    }
}

@media (max-width: 800px) {
 
    .colLeft .cart .button {
        display:none !important;
 }

 .btncenter{
    width: 50% !important;
    margin: 15px auto !important;
    background: #F7F7F7 !important;
    color: black !important;
 }

 .h1SeccionApoyo{
    text-align : left !important;
}

.h3SeccionApoyo{
    text-align : left !important;
}
 
 .colLeft .cart .quantity {
         display:none !important;
 }
 
 .pCartApoyo {
    margin-left: -10px !important;
}
    .colLeft .cart .button {
        background: #B80C13;
        color: #fff;
        display: inline-table;
        border-radius: 25px!important;
        height: 46px;
        padding: 0 22px;
        font-size: 16px;
        width: 80%;
        float: right;
        cursor: pointer;
        line-height: 46px;
        margin-top: 15px;
        margin-bottom: 15px;
        font-weight: 700;
        border: 2px solid #DDDCDC;
        margin-right: 20px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    
    .colLeft .cart .quantity {
        color: #7B7B7B;
        display: inline-table;
        border-radius: 25px !important;
        height: 46px;
        padding: 0 22px;
        font-size: 16px;
        line-height: 46px;
        width: 80%;
        float: right;
        margin-top: 60px;
        font-weight: 700;
        border: 2px solid #DDDCDC;
        margin-right: 20px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    
    .btnApoyoNota{
        font-size: 18px !important;
    }
}

.colLeft  .cart .quantity input {
    width: 40px;
    text-align: center;
    font-size: 18px;
}

.colLeft  .cart .button span {
 display:none;
}

.btnApoyoNota span {
    width: 26px;
    height: 25px;
    vertical-align: middle;
    margin-right: 15px;
    background: url(../img/Flecha.png) right center no-repeat;
    background-size: 27px 25px;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

.contenidosDiv{
    max-width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 30px;
}



.coverProductobg{
    height: 50vh !important;
    margin-bottom: 0px !important;
}

.contenidoShareBox{
   text-align: -webkit-center !important;
}

.contenidoAutor{
    color: white !important;
    margin-left: 15px !important;
}

.contenidoSingleProducto{
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 6px;
    color: #313131;
    transition: all 0.4s;
    padding: 0 70px;
}