.woocommerce-notices-wrapper,
.woocommerce-form-coupon-toggle {
    display: none;
}

.product-custom .woocommerce-breadcrumb {
    display: block;
    font-size: 13px;
    margin-bottom: 8px;
}

.product-custom .woocommerce-breadcrumb a {
    color: var(--orange);
}

.product-custom .woocommerce-breadcrumb a::after,
.product-custom .woocommerce-breadcrumb span::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    margin: 0 4px;
    color: #999;
    font-weight: 400;
    font-size: 8px;
    position: relative;
    top: -1px;
}

.woocommerce-no-products-found {
    margin-top: 12px;
}

.woocommerce form span.woocommerce-input-wrapper {
    float: left;
    width: 100%;
}

.woocommerce-notices-wrapper .woocommerce-error:after {
    content: '\f00d';
    position: absolute;
    right: 12px;
    top: 16px;
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    cursor: pointer;
}

.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-order p.woocommerce-notice,
.woocommerce-info,
.woocommerce-notices-wrapper+p,
.woocommerce-message,
.woocommerce-order ul.woocommerce-order-overview+p {
    font-size: 14px;
    padding: 16px 13px;
    background: var(--cream);
    border-radius: var(--border-radius);
    width: 100%;
    border: 1px solid var(--border);
    border-left: 3px solid var(--orange);
    margin-bottom: 12px;
    position: relative;
    line-height: 20px;
    float: left;
    font-weight: 500;
    padding-right: 22px;
}

/* .woocommerce-notices-wrapper .woocommerce-message {
    display: none;
} */

.content-area,
.page-carrito,
.page-finalizar-compra,
.page-mi-cuenta {
    max-width: 1400px;
    margin: 120px auto 100px auto;
    display: flow-root;
    padding: 0 10px;
    min-height: 310px;
}

.content-area h1,
.page-carrito h1,
.page-finalizar-compra h1,
.page-mi-cuenta h1 {
    font-size: 25px;
}

ul.products.columns-4 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

ul.products.columns-4 li.product {
    padding: 10px;
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
    position: relative;
}

ul.products.columns-4 li.product a,
ul.products.columns-4 li.product a img,
ul.products.columns-4 li.product a h2,
ul.products.columns-4 li.product a .price {
    width: 100%;
    float: left;
}

ul.products.columns-4 li.product a .price {
    font-size: 18px;
}

.price del {
    color: #dbdbdb;
}

ul.products.columns-4 li.product a h2 {
    font-size: 19px;
    margin-top: 12px;
    margin-bottom: 6px;
}

ul.products.columns-4 li.product a img {
    height: auto;
    border-radius: 20px;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}

ul.products.columns-4 li.product a:hover img {
    opacity: .9;
    scale: 1.05;
}

ul.products.columns-4 li.product .onsale,
.summary.entry-summary .price .onsale {
    position: absolute;
    top: 22px;
    right: 22px;
    z-index: 2;
    background: var(--orange);
    color: white;
    font-size: 12px;
    padding: 4px 7px;
    border-radius: var(--border-radius);
    font-weight: 500;
    box-shadow: 1px 1px 5px #0000001a;
}

.content-area ul.products.columns-4 li.product {
    padding-bottom: 30px;
}

.summary.entry-summary .price .onsale {
    position: relative !important;
    top: -5px;
    right: unset;
    z-index: unset;
}

.product_type_simple {
    padding: 11px 17px;
    width: auto !important;
    font-size: 15px;
    margin-top: 12px;
    float: none !important;
}

.product_type_simple:hover {
    animation: none;
}

.button.out-of-stock {
    background: var(--border);
    color: var(--green-hover);
    cursor: default;
}

.button.out-of-stock:hover {
    color: var(--green-hover);
}

.woocommerce-breadcrumb {
    display: none;
}

.woocommerce-pagination {
    margin-top: 50px;
}

.woocommerce-pagination ul {
    text-align: center;
}

.woocommerce-pagination ul li {
    display: inline-block;
    font-size: 17px;
    background: var(--yellow);
    color: var(--green);
    min-width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-weight: 500;
    border-radius: var(--border-radius);
}

.woocommerce-pagination ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: var(--green);
    padding: 0;
}

.woocommerce-pagination ul li:has(> span.current) {
    background: var(--green);
    color: var(--yellow);
}

.product-custom .product.type-product {
    width: 100%;
    display: flow-root;
}

.product-custom .product.type-product>.onsale {
    display: none;
}

.woocommerce-product-gallery {
    width: 40%;
    float: left;
    opacity: 1 !important;
}

.woocommerce-product-gallery__wrapper {
    padding: 0;
    display: flow-root;
}

.woocommerce-product-gallery__image:first-child {
    width: 84%;
    float: right;
    padding: 0;
}

.woocommerce-product-gallery__image {
    width: 16%;
    float: left;
    padding: 0;
    margin-left: -3px;
}

.woocommerce-product-gallery__image a {
    float: left;
    width: 100%;
}

.woocommerce-product-gallery__image a img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    float: left;
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child) img {
    border-radius: 7px;
    border: 3px solid transparent;
    cursor: pointer;
    opacity: .7;
}

.summary.entry-summary {
    width: 50%;
    float: left;
    margin-top: 12px;
    padding: 0 45px;
}

.summary.entry-summary .product_title {
    margin-bottom: 12px;
    font-size: 29px;
}

.summary.entry-summary .price {
    font-size: 25px;
    margin-bottom: 12px;
}

.summary.entry-summary .woocommerce-product-details__short-description {
    margin-bottom: 12px;
    line-height: 26px;
    font-size: 16px;
}

.summary.entry-summary .woocommerce-product-details__short-description p,
.woocommerce-Tabs-panel p {
    padding-bottom: 8px;
}

.summary.entry-summary .stock.in-stock {
    margin-bottom: 12px;
    font-weight: 500;
    color: var(--green-hover);
}

.summary.entry-summary .cart {
    width: 100%;
}

.summary.entry-summary .cart .quantity {
    float: left;
    margin-right: 12px;
    min-width: 117px;
}

.summary.entry-summary .cart .quantity label {
    display: none;
}

.summary.entry-summary .cart .single_add_to_cart_button,
.summary.entry-summary .cart.out-stock a {
    float: left;
    width: 57%;
}

.summary.entry-summary .cart input[type="number"] {
    padding: 14px;
    text-align: center;
}

.summary.entry-summary .cart.out-stock {
    margin-top: 12px;
    display: flow-root;
}

.woocommerce-tabs.wc-tabs-wrapper {
    width: 100%;
    float: left;
    padding: var(--padding);
}

.woocommerce-tabs.wc-tabs-wrapper .tabs {
    display: none;
}

.related.products {
    float: left;
    width: 100%;
}

.related.products h2 {
    font-size: 25px;
    margin-bottom: 8px;
}

.woocommerce-Tabs-panel {
    line-height: 26px;
    font-size: 16px;
}

.woocommerce-Tabs-panel h2 {
    font-size: 25px;
    margin-bottom: 12px;
}

.woocommerce-Tabs-panel a {
    color: var(--orange);
    font-weight: 600;
}

.product_meta {
    display: none;
}

.summary.entry-summary .screen-reader-text,
.products .screen-reader-text {
    display: none;
}

.price ins {
    text-decoration: none !important;
}

/* Inicio carrito */
.wc-empty-cart-message {
    margin-bottom: 12px;
}

.shop_table {
    width: 100%;
}

.shop_table thead {
    display: block;
    width: 100%;
    text-align: right;
    padding: 0;
}

.shop_table thead tr {
    display: block;
    width: 100%;
}

.shop_table thead tr th {
    display: inline-block;
    text-align: center;
    padding: 8px 0;
    vertical-align: middle;
    font-weight: 600;
}

.shop_table thead tr th.product-remove,
.shop_table thead tr th.product-thumbnail {
    display: none;
}

.shop_table thead tr th.product-price,
.shop_table thead tr th.product-subtotal {
    width: 10%;
}

.shop_table thead tr th.product-quantity {
    width: 20%;
    font-size: 0;
}

th.product-quantity::after {
    content: "Kilos";
    font-size: 15px;
    font-weight: 600;
}

.shop_table thead tr th.product-name {
    float: left;
}

.shop_table tbody tr {
    text-align: center;
    width: 100%;
    border-bottom: 1px solid var(--border);
    margin-bottom: 20px;
    display: flow-root;
    position: relative;
    padding: 14px 0;
    word-break: break-word;
}

.shop_table tbody tr td.product-remove {
    position: absolute;
    right: 6px;
    top: 0;
    z-index: 1;
}

.shop_table tbody tr td.product-remove a {
    /* font-size: 28px;
    font-weight: 500; */
    font-size: 0;
}

.shop_table tbody tr td.product-remove a:after {
    font-size: 13px;
    font-family: "Font Awesome 5 Pro";
    content: "\f2ed";
}

.shop_table tbody tr td.product-thumbnail {
    width: 6%;
}

.shop_table tbody tr td.product-thumbnail a {
    float: left;
    width: 100%;
}

.shop_table tbody tr td.product-thumbnail a img {
    float: left;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: var(--border-radius);
}

.shop_table tbody tr td.product-name {
    width: 54%;
    text-align: left;
    padding-left: 24px;
}

.shop_table tbody tr td.product-name a {
    color: var(--orange);
    font-size: 18px;
    font-weight: 500;
}

.shop_table tbody tr td.product-name strong:after {
    content: ' kilos';
}

.shop_table tbody tr td.product-price {
    width: 10%;
    font-size: 18px;
}

.shop_table tbody tr td.product-quantity {
    width: 20%;
}

.shop_table tbody tr td.product-quantity label {
    display: none;
}

.shop_table tbody tr td.product-quantity input {
    padding: 10px;
    width: auto;
    text-align: center;
}

.shop_table tbody tr td.product-subtotal {
    width: 10%;
    font-size: 18px;
}

.shop_table tbody tr:last-child {
    padding: 0 !important;
    border: none;
    margin-bottom: 24px;
    text-align: left;
    box-shadow: unset;
}

.shop_table tbody tr td.actions {
    width: 100%;
    float: left;
}

.shop_table tbody tr td.actions .coupon {
    float: left;
    width: 60%;
}

.shop_table tbody tr td.actions .coupon label {
    display: none;
}

.shop_table tbody tr td.actions button[name="update_cart"] {
    float: right;
    width: 24%;
}

.cart-collaterals {
    float: right;
    width: 50%;
    border: 1px solid var(--border);
    padding: 24px;
    box-shadow: 0px 0px 14px #246ba11f;
    background: #f9f9f9;
}

.cart-collaterals .woocommerce-shipping-destination {
    display: none;
}

.cart-collaterals tbody tr {
    padding: 0 !important;
    border: none;
    box-shadow: unset;
}

.cart_totals h2 {
    font-size: 25px;
    margin-bottom: 31px;
}

.cart-subtotal,
.cart-discount {
    margin-bottom: 12px !important;
}

.cart-subtotal th {
    font-weight: 500;
}

.cart-subtotal td {
    font-weight: 500;
}

.order-total {
    margin-bottom: 38px !important;
    font-size: 25px;
    margin-top: 12px;
}

.order-total th {
    font-weight: 600;
}

.wc-proceed-to-checkout {
    text-align: right;
}

.wc-proceed-to-checkout a {
    min-width: 100%;
    ;
}

.actions .button {
    padding: 11px 17px;
    font-size: 15px;
    background: var(--orange);
    color: white;
}

.actions .button:hover {
    background: var(--green);
    color: var(--yellow);
    animation: none;
}

.actions input[type="text"] {
    padding: 10.5px;
    width: auto;
    text-align: center;
}

.cart_totals tr th {
    float: left;
}

.cart_totals tr td {
    float: right;
}

/*Fin carrito*/



/* Incio checkout */
.cart-discount.coupon-valle10 {
    margin-bottom: 12px;
}

.checkout h3 {
    font-size: 25px;
}

.form-row.form-row-wide.create-account {
    margin-bottom: 12px;
}

.checkout .form-row,
.page-mi-cuenta .form-row {
    margin-top: 12px;
    float: left;
    width: 100%;
}

.checkout #order_review_heading {
    display: none;
}

.checkout .col2-set,
.page-mi-cuenta .u-column1 {
    float: left;
    width: 49%;
    border-radius: var(--border-radius);
    padding: 24px;
    border: 1px solid var(--border);
}

.checkout .col2-set .col-1 {
    float: left;
    width: 100%;
}

.checkout .col2-set .col-2 {
    float: left;
    width: 100%;
    margin-top: 12px;
    max-width: unset;
}

.checkout .woocommerce-checkout-review-order,
.page-mi-cuenta .u-column2 {
    float: right;
    width: 49% !important;
    max-width: unset;
    border-radius: var(--border-radius);
    box-shadow: 0px 0px 14px #246ba11f;
    padding: 24px;
    border: 1px solid var(--border);
    background: #f9f9f9;
}

.woocommerce-checkout-review-order table:before {
    content: "Resumen";
    font-family: "DMSerif", sans-serif;
    font-size: 25px;
}

.woocommerce-checkout-review-order thead {
    display: none;
}

.woocommerce-checkout-review-order tbody {
    float: left;
    width: 100%;
    margin: 9px 0;
}

.woocommerce-checkout-review-order tbody tr {
    padding: 0;
    box-shadow: unset;
    border: unset;
    margin-bottom: 13px !important;
}

.woocommerce-checkout-review-order tfoot {
    float: left;
    width: 100%;
}

.woocommerce-checkout-review-order tfoot tr {
    float: left;
    width: 100%;
}

.woocommerce-checkout-review-order tfoot tr th {
    float: left;
}

.woocommerce-checkout-review-order tfoot tr td {
    float: right;
}

.woocommerce-checkout-review-order tbody td:first-child {
    padding-left: 0 !important;
    float: left;
}

.woocommerce-checkout-review-order tbody td:last-child {
    float: right;
}

.woocommerce-shipping-totals.shipping td {
    float: right;
}

.woocommerce-shipping-methods li,
.wc_payment_methods li {
    display: block;
    margin-bottom: 9px;
    text-align: left;
    background: #e9e9e9;
    color: var(--dark);
    border-radius: var(--border-radius);
    padding: 0 2px;
    user-select: none;
    -moz-user-select: none;
}

.woocommerce-shipping-methods {
    text-align: right;
}

.woocommerce-shipping-methods li {
    background: #fff;
    border: 1px solid var(--yellow);
}

.woocommerce-shipping-methods input,
.wc_payment_methods input {
    display: inline;
    margin: 6.5px 0 0 5px;
    float: left;
}

.woocommerce-shipping-methods label,
.wc_payment_methods label {
    width: auto;
    display: inline-block;
    float: none;
    cursor: pointer;
    padding: 7px;
    margin-bottom: 0;
    font-size: 13px;
}

.woocommerce-shipping-methods label {
    color: #656565;
}

.woocommerce-shipping-methods label span,
.wc_payment_methods label span {
    font-weight: 600;
}

.wc_payment_methods li {
    background: none;
    color: var(--green);
}

.wc_payment_methods label {
    font-size: 14.5px;
}

.woocommerce-checkout-payment input {
    margin-left: 0;
}

.payment_method_paypal {
    position: relative;
}

.payment_method_paypal img {
    position: absolute;
    right: 0;
    top: -5px;
    width: 48px;
}

.payment_method_paypal a {
    margin-left: 12px;
    font-size: 11px;
}

.woocommerce-checkout-payment .payment_box {
    font-size: 13px;
    margin: 3px 0 0 0;
    display: none;
    border: 1px solid var(--border);
    background: white;
    padding: 9px;
    line-height: 20px;
    border-radius: var(--border-radius);
}

.woocommerce-checkout-review-order .button {
    margin-top: 20px;
    width: 100%;
}

.woocommerce-privacy-policy-text {
    font-size: 13px;
    margin-bottom: 8px;
    float: left;
    width: 100%;
}

.woocommerce-terms-and-conditions-wrapper label {
    font-size: 14px;
}

.woocommerce-terms-and-conditions-wrapper input {
    float: left;
}

.woocommerce-terms-and-conditions-wrapper span {
    float: left;
    margin: 3px 0 0 3px;
}

.woocommerce-terms-and-conditions-wrapper span a {
    color: var(--orange);
    font-weight: 500;
}

/* fin checkout */


/* Pedido recibido */
.woocommerce-order {
    position: relative;
    display: flow-root;
    padding-bottom: 20px;
}

.woocommerce-order p.woocommerce-notice {
    margin-bottom: 170px;
}

.woocommerce-order ul.woocommerce-order-overview {
    float: left;
    width: 33.33%;
    line-height: 22px;
}

.woocommerce-order ul.woocommerce-order-overview li:first-child {
    margin-top: 6px;
}

.woocommerce-order .woocommerce-order-details {
    float: right;
    width: 33.33%;
}

.woocommerce-order .woocommerce-order-details h2 {
    font-size: 25px;
    margin-bottom: 6px;
}

.woocommerce-order .woocommerce-customer-details {
    float: left;
    width: 33.33%;
}

.woocommerce-order .woocommerce-customer-details h2 {
    font-size: 25px;
    margin-bottom: 6px;
}

.woocommerce-order .woocommerce-customer-details address {
    font-style: normal;
    line-height: 22px;
    font-weight: 500;
}

.woocommerce-order .woocommerce-order-details table thead {
    display: none;
}

.woocommerce-order ul.woocommerce-order-overview:before {
    content: 'Datos del pedido';
    font-size: 25px;
    font-family: "DMSerif", sans-serif;
    margin-bottom: 6px;
}

.woocommerce-order ul.woocommerce-order-overview+p {
    width: 100%;
    position: absolute;
    top: 62px;
    line-height: 20px;
    left: 0;
}

.woocommerce-order .woocommerce-Price-amount.amount,
.woocommerce-order .woocommerce-Price-amount.amount {
    margin-left: 6px;
}

.woocommerce-order table tr {
    width: 100%;
    float: left;
    margin-bottom: 4px !important;
    padding: 0;
    border: unset;
}

.woocommerce-order table tr th {
    padding-left: 0 !important;
    float: left;
    font-weight: 600;
}

.woocommerce-order table tr td {
    padding-left: 0 !important;
    float: left;
    width: auto !important;
}

.woocommerce-order table tr td a {
    font-size: 15px !important;
}

.woocommerce-shipping-destination,
td[data-title="Envío"] {
    font-size: 13px;
}

.woocommerce-shipping-totals.shipping th {
    padding-top: 8px;
}

.woocommerce-shipping-totals.shipping th:after {
    content: '(Grátis a partir de 250€)';
    font-size: 12px;
    margin-left: 5px;
    font-weight: 500;
}


/* Fin pedido */


/* pagina mi cuenta */

.woocommerce-MyAccount-content button {
    float: right;
}

.woocommerce-MyAccount-navigation {
    float: left;
    width: 20%;
}

.woocommerce .woocommerce-cart-form {
    margin-top: 12px;
}

.woocommerce-MyAccount-navigation:before {
    content: 'Mi cuenta';
    font-family: "DMSerif", sans-serif;
    font-size: 25px;
}

.page-carrito .woocommerce::before {
    content: 'Carrito';
    font-family: "DMSerif", sans-serif;
    font-size: 25px;
}

.woocommerce-MyAccount-navigation ul {
    margin-top: 12px;
    border: 1px solid var(--border);
}

.woocommerce-MyAccount-navigation ul li {
    display: block;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 12px 10px;
    font-weight: 500;
    background: #f9f9f9;
    font-size: 14px;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    background: var(--green);
    color: white;
}

.woocommerce-MyAccount-content {
    float: left;
    width: 80%;
    margin-top: 40px;
    padding-left: 12px;
}

.woocommerce-MyAccount-content p {
    margin-bottom: 12px;
    line-height: 22px;
}

.woocommerce-MyAccount-content p a {
    font-weight: 500;
    color: var(--orange);
}

.woocommerce-EditAccountForm fieldset {
    margin-bottom: 12px;
    border: 1px solid var(--border);
}

.woocommerce-MyAccount-content .woocommerce-Address h2 {
    margin-bottom: 12px;
}

.woocommerce-MyAccount-content .woocommerce-Address a.edit {
    color: var(--orange);
    margin-bottom: 12px;
    display: inline-block;
    font-weight: 500;
}

.woocommerce-MyAccount-content .woocommerce-Address address {
    font-style: normal;
    line-height: 22px;
}

.woocommerce-MyAccount-content .woocommerce-MyAccount-orders thead {
    display: none;
}

.woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr {
    margin-bottom: 0;
}

.woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr th {
    float: left;
    padding: 7px 12px 0 0;
}

.woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr td {
    float: left;
    padding: 7px 12px 0 0;
}

.woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr td a.button,
.woocommerce-MyAccount-content .button.wc-forward {
    padding: 7px;
    font-size: 13px;
    min-width: 65px !important;
}

.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    float: right !important;
    padding: 0 !important;
}

.woocommerce-MyAccount-content .woocommerce-order-details {
    float: right;
    width: 50%;
}

.woocommerce-MyAccount-content .woocommerce-order-details h2 {
    font-size: 25px;
    margin-bottom: 6px;
}

.woocommerce-MyAccount-content .woocommerce-order-details table thead {
    display: none;
}

.woocommerce-MyAccount-content .woocommerce-order-details table tr {
    width: 100%;
    float: left;
    margin-bottom: 4px !important;
    padding: 0;
    border: unset;
}

.woocommerce-MyAccount-content .woocommerce-order-details table tr th {
    padding-left: 0 !important;
    float: left;
    font-weight: 600;
}

.woocommerce-MyAccount-content .woocommerce-order-details table tr td {
    padding-left: 0 !important;
    float: left;
    width: auto !important;
}

.woocommerce-MyAccount-content .woocommerce-order-details table tr td a {
    font-size: 15px !important;
}

.woocommerce-MyAccount-content .woocommerce-customer-details {
    float: left;
    width: 50%;
}

.woocommerce-MyAccount-content .woocommerce-customer-details h2 {
    font-size: 25px;
    margin-bottom: 6px;
}

.woocommerce-MyAccount-content .woocommerce-customer-details address {
    font-style: normal;
    line-height: 22px;
    font-weight: 500;
}

.woocommerce-MyAccount-content mark {
    background-color: unset;
    font-weight: 600;
    color: var(--orange);
}


/* fin mi cuenta */


/* cajas packs */
.summary.entry-summary .box-or-single {
    margin: 0;
    list-style: none;
    float: left;
    width: 100%;
    margin-bottom: 12px;
}

.summary.entry-summary .box-or-single li {
    float: left;
    margin-right: 6px;
}

.summary.entry-summary .box-or-single li a {
    border: 2px solid var(--border);
    display: inline-block;
    padding: 8px 10px;
    color: var(--grey);
    background: #f9f9f9;
    cursor: pointer;
    font-size: 14px;
}

.summary.entry-summary .box-or-single li a.active {
    color: var(--dark);
    border-color: var(--yellow);
    background: #ffffff;
    cursor: default;
}

/* fin cajas packs */


/* login y regsitro */
.u-columns {
    display: block;
}

.u-columns h2 {
    font-size: 25px;
}

.u-columns button,
.woocommerce-ResetPassword button {
    margin-top: 12px;
    float: right;
    min-width: 260px;
}

.woocommerce-LostPassword.lost_password {
    float: left;
    width: 100%;
    margin-top: 12px;
    text-align: right;
}

.page-mi-cuenta .form-row {
    margin-bottom: 6px;
    margin-top: 0;
}

.page-mi-cuenta .form-row+p {
    float: left;
    width: 100%;
    margin: 0 0 6px 0;
}

.woocommerce-ResetPassword {
    float: left;
    width: 49%;
    border-radius: var(--border-radius);
    padding: 24px;
    border: 1px solid var(--border);
}

/* fin login y regsitro */

.woocommerce-button.woocommerce-button--next.button {
    float: right;
}

/* Responsive Small */
@media all and (max-width: 1400px) {}



/* Responsive Small */
@media all and (max-width: 1200px) {

    .summary.entry-summary,
    .woocommerce-MyAccount-navigation,
    .woocommerce-MyAccount-content,
    .checkout .col2-set,
    .page-mi-cuenta .u-column1,
    .checkout .woocommerce-checkout-review-order,
    .woocommerce-ResetPassword,
    .cart-collaterals,
    .woocommerce-order ul.woocommerce-order-overview,
    .woocommerce-order .woocommerce-order-details,
    .woocommerce-order .woocommerce-customer-details,
    .woocommerce-order-details,
    .woocommerce-MyAccount-content .woocommerce-customer-details {
        width: 100%;
    }


    .woocommerce-product-gallery,
    .page-mi-cuenta .u-column2,
    .checkout .woocommerce-checkout-review-order,
    .woocommerce-MyAccount-content .woocommerce-order-details {
        width: 100% !important;
    }

    .page-mi-cuenta .u-column2,
    .checkout .woocommerce-checkout-review-order,
    .woocommerce-order .woocommerce-order-details,
    .woocommerce-order .woocommerce-customer-details,
    .woocommerce-order-details,
    .woocommerce-MyAccount-content .woocommerce-customer-details {
        margin-top: 12px;
    }

    .content-area,
    .page-carrito,
    .page-finalizar-compra,
    .page-mi-cuenta {
        padding: 0 var(--wresponsive);
        margin-bottom: 60px;
        margin-top: 120px;
    }

    ul.products.columns-4 li.product {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .woocommerce-terms-and-conditions-wrapper span {
        float: unset;
        line-height: 23px;
    }

    .woocommerce-product-gallery {
        width: 40%;
        float: left;
        opacity: 1 !important;
    }

    .summary.entry-summary {
        padding: 0;
        margin-top: 20px;
    }

    .woocommerce-terms-and-conditions-wrapper input {
        transform: scale(1.3);
        margin: 4px 4px 0 0;
        display: inline-block;
    }

    .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr td a.button {
        margin-top: 6px;
    }

    .woocommerce-MyAccount-content {
        padding-left: 0;
    }


    /* Carrito responsive */


    .woocommerce-cart-form .cart thead {
        display: none;
    }

    .woocommerce-cart-form tbody tr td.product-remove {

        right: 0;
        top: 3;
    }

    .woocommerce-cart-form tbody tr td.product-thumbnail {
        left: 0;
        top: 12px;
        width: 76px;
        padding-left: 0;
        position: absolute;
    }

    .woocommerce-cart-form tbody tr td.product-name {
        text-align: left;
        font-size: 15px;
        display: block;
        width: calc(100% - 60px - var(--wresponsive));
        padding-right: 18px;
        position: relative;
        margin-left: 76px;
        padding-left: 6px;
        font-weight: 600;
    }

    .woocommerce-cart-form tbody tr td.product-price {
        text-align: left;
        font-size: 15px;
        display: block;
        width: calc(100% - 60px - var(--wresponsive));
        padding-right: 18px;
        position: relative;
        margin-left: 76px;
        padding-left: 6px;
        font-weight: 600;
    }

    .woocommerce-cart-form tbody tr td.product-price:before {
        content: 'Precio: ';
    }

    .woocommerce-cart-form tbody tr td.product-quantity {
        text-align: left;
        overflow: hidden;
        display: block;
        width: calc(100% - 60px - var(--wresponsive));
        padding-right: 18px;
        position: relative;
        margin-left: 76px;
        padding-left: 6px;
    }

    .woocommerce-cart-form tbody tr td.product-quantity .quantity {
        float: left;
    }

    .woocommerce-cart-form tbody tr td.product-quantity:after {
        content: ' Kilos';
        float: left;
        margin-top: 12px;
        margin-left: 6px;
    }

    .woocommerce-cart-form tbody tr td.product-subtotal {
        text-align: left;
        font-weight: 500;
        display: block;
        width: calc(100% - 60px - var(--wresponsive));
        padding-right: 18px;
        position: relative;
        margin-left: 76px;
        padding-left: 6px;
        font-size: 13px;
        margin-top: 4px;
    }

    .woocommerce-cart-form tbody tr td.product-subtotal:before {
        content: 'Subtotal: ';
    }

    .actions input[type="text"] {
        width: 50%;
        float: left;
    }

    .shop_table tbody tr td.actions .coupon {
        width: 100%;
    }

    .actions .button {
        width: 48%;
        float: right;
    }

    .shop_table tbody tr td.actions button[name="update_cart"] {
        width: 100%;
        margin-top: 12px;
    }

    .woocommerce-shipping-totals.shipping th {
        margin-bottom: 12px;
        width: 100%;
        text-align: left;
    }

    .woocommerce-shipping-totals.shipping td {
        float: left;
    }

    .shop_table tbody tr td.product-name a {
        font-size: 15px;
    }


    .shop_table tbody tr td.product-quantity input {
        padding: 8px;
        font-size: 14px;
        margin-top: 4px;
    }



    /* Fin carrito responsive */



    .cart-collaterals,
    .checkout .col2-set,
    .checkout .woocommerce-checkout-review-order,
    .page-mi-cuenta .u-column1 {
        padding: var(--wresponsive);
    }

}