@media screen and (min-width:767px) {
    .action.viewcart {
        font-weight: 600;
    }

    .block.related {
        border-top: 1px solid #e3e3e3;
    }

    #minicart-content-wrapper .block-content>.actions {
        width: 100%;
    }

    .breadcrumbs a:visited {
        color: #333;
    }

    .details-qty.qty>.label {
        display: none;
    }

    .item-qty.cart-item-qty::before {
        content: "x";
    }

    .details-qty.qty::before {
        content: "x";
        padding-left: 20px;
    }

    .item-qty.cart-item-qty {
        border: none;
        padding-left: 0;
        width: 50px;
    }

    .navigation .level0.parent>.level-top>.ui-menu-icon::after {
        content: '' !important;
    }

    .navigation .level0.parent>.submenu {
        display: block !important;
        position: initial;
        box-shadow: none;
        border: none;
    }

    #cerrarContenido::after {
        background-color: #fff !important;
        color: #000 !important;
        border: 1px solid #ccc;
    }

    .table-wrapper.grouped {
        /* margin: 40px 10px; */
        max-width: 1400px;
        margin: 30px auto 0;
        /* padding: 20px 0; */
    }

    .product-add-form {
        border-top: 1px solid #e3e3e3;
    }

    .tbody {
        display: flex !important;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        padding: 20px 0;
    }

    .tr {
        flex: 0 1 125px;
        text-align: center;
        font-size: 12px;
    }

    #toggleOpciones {
        display: none;
    }

    .contenedor-opciones {
        display: none;
    }

    .action.assign-qty,
    .action.assign-cantidad {
        background-color: #333;
        border-color: #333;
        padding: 10px 16px;
        color: #fff;
        border-radius: 5px;
        font-size: 1.4rem;
        display: flex;
        width: fit-content;
        justify-content: center;
        text-decoration: none;
        font-weight: 400;
    }

    .action.assign-qty::after,
    .action.assign-cantidad::after {
        content: "\e8cb";
        font-family: "Material Symbols Outlined";
        font-size: 16px;
        padding-left: 5px;
    }

    .multiples_productos .qty-control svg {
        fill: #333;
        width: 25px;
        height: auto;
    }

    .multiples_productos .qty-control .decrement-qty,
    .multiples_productos .qty-control .increment-qty {
        padding: 0;
        background-color: #f1f1f1;
        border: 0;
        height: 25px;
    }

    .multiples_productos .qty-control input {
        background-color: #f1f1f1;
        border: 0;
        text-align: center;
        width: 50px;
        height: 25px;
    }

    .multiples_productos .qty-control span {
        display: flex;
        align-items: center;
        gap: 15px;
        font-size: 1.4rem;
        font-weight: 300;
        line-height: 1.1;
    }

    .multiples_productos .qty-control .bg-cantidad {
        background-color: #f1f1f1;
        padding: 5px;
    }

    .minicart-items .action.delete::before {
        content: '\e872';
        font-family: "Material Symbols Outlined";
        font-size: 25px;
    }

    .catalog-category-view .item.product.product-item {

        border-top: none;
    }

    /* .fotorama__arr.fotorama__arr--prev,
    .fotorama__arr.fotorama__arr--next {
        display: none !important;
    } */

    .minicart-items-wrapper .block-content {
        display: flex;
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .minicart-items-wrapper .items-total {
        order: 2;
        width: 50%;
    }

    .minicart-items-wrapper .subtotal {
        order: 3;
    }

    .minicart-items-wrapper .actions {
        order: 4;
    }

    .minicart-items-wrapper .actions>.secondary {
        display: none;
    }
}

@media screen and (max-width:480px) {
    .checkout-cart-index .cart.main.actionss {
        margin: 20px 0;
        text-align: center;
    }

    .no-image-color {
        width: 25% !important;
    }

    .account .columns {
        margin-top: 20px;
    }

    .block-collapsible-nav {
        top: 0;
        z-index: 1;
    }

    .products-related .product-item-info {
        position: relative;
    }

    .products-related .action.towishlist {
        position: absolute;
        right: 10px;
        top: 5px;
        z-index: 2;
    }

    .product-add-form .actions .action.primary.tocart span::after {
        content: "\e8cb";
        font-family: "Material Symbols Outlined";
        font-size: 16px;
    }

    .action.assign-qty::after,
    .action.assign-cantidad::after {
        content: "\e8cb";
        font-family: "Material Symbols Outlined";
        font-size: 16px;
        padding-left: 5px;
    }

    .multiples_productos {
        background-color: #eeeeee;
        margin-left: -15px !important;
        margin-right: -15px !important;
        padding: 30px 10px;
        border-top: 1px solid #cccccc;
        margin-bottom: 0 !important;
    }

    #product-addtocart-button {
        background-color: #333;
        border-color: #333;
        padding: 10px 16px;
        color: #fff;
        border-radius: 5px;
        font-size: 14px;
        display: flex;
        width: fit-content;
        margin: 0 auto;
        justify-content: center;
        text-decoration: none;
        font-weight: 400;
    }

    .product.attribute.procedencia strong {
        width: max-content;
    }

    .product.attribute {
        /* flex-grow: 1;
        flex-basis: 173px; */
    }

    .col.item .price {
        display: none;
    }

    .action.assign-qty,
    .action.assign-cantidad {
        background-color: #333;
        border-color: #333;
        padding: 10px 16px;
        color: #fff;
        border-radius: 5px;
        font-size: 14px;
        display: flex;
        width: fit-content;
        margin: 0 auto;
        justify-content: center;
        text-decoration: none;
        font-weight: 400;
    }

    .multiples_productos {
        margin: 0 0 20px;
    }

    .child.cantidad {
        display: flex;
        justify-content: center;
        margin: 20px 0;
    }

    .multiples_productos .qty-control span {
        display: flex;
        align-items: center;
        gap: 1px;
        font-size: 12px;
        flex-direction: column;
    }

    .multiples_productos .qty-control .bg-cantidad {
        background-color: #fff;
        padding: 5px;
    }

    .multiples_productos .qty-control .decrement-qty,
    .multiples_productos .qty-control .increment-qty {
        padding: 0;
        background-color: #fff;
        border: 0;
        height: 25px;
    }

    .multiples_productos .qty-control svg {
        fill: #333;
        width: 25px;
        height: auto;
    }

    .child.cantidad input {
        width: 30px;
    }

    .multiples_productos .qty-control input {
        background-color: #fff;
        border: 0;
        text-align: center;
        width: 50px;
        height: 25px;
    }

    .product-info-stock-Atributos-siena {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 10px;
    }

    .stock.available {
        order: 1;
    }

    .product.attribute.pedido-minimo {
        order: 3;
    }

    .product.attribute.medidas {
        order: 4;
    }

    .hecho-container {
        display: flex;
        order: 5;
        width: 70%;
    }

    .product-social-links {
        order: 6;
        width: 100%;
    }

    .products.list.items.product-items {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0;
    }

    .catalog-category-view .columns {
        padding: 0;
    }

    .nav-toggle:hover::before {
        color: #fff;
    }

    .tbody {
        display: flex !important;
        flex-wrap: wrap;
        /* justify-content: center; */
        gap: 10px;
        text-align: center;
        /* overflow-y: scroll; */
        /* height: 75vh; */
    }

    .tr {
        width: calc((100% / 2) - 20px);
        padding: 0 5px !important;
        margin: 20px auto;
    }


    /* .contenedor-opciones {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        position: fixed;
        bottom: 0;
        left: 0;
        background-color: #f1f1f1;
        width: 100%;
        gap: 10px;
        padding: 10px 0;
        height: 80px;
    }

    .child-opciones p {
        margin: 0;
        color: #F16D78;
        font-weight: 900;
        font-size: 21px;
    }

    #toggleOpciones span {
        background-color: #333;
        padding: 10px 15px;
        border-radius: 10px;
        color: #fff;
        cursor: pointer;
        font-weight: 900;
        text-transform: uppercase;
    } */

    /*  .contenedor-opciones .price-box.price-final_price {
        display: block;
    }

    .contenedor-opciones p {
        margin: 0;
        color: #D6CDCE;
        width: 100%;
        text-align: center;
    } */

    .contenedor-opciones.abierto {
        display: none;
    }

    .contenedor-opciones {
        display: none;
    }


    /*     .table-wrapper.grouped {
        position: fixed;
        top: 45px;
        left: 0;
        background-color: #fff;
        height: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    } */


    /* .table-wrapper.grouped #super-product-table {
        margin: 20px 0;
    } */

    /* .multiples_productos {
        display: none;
    } */

    /* 
    .contenedor-opciones.abierto #toggleOpciones span {
        display: none;
    }

    #toggleOpciones-cerrar {
        display: none;
    }

    .contenedor-opciones.abierto #toggleOpciones-cerrar {
        position: fixed;
        top: 70px;
        left: 30px;
        background: #E6E6E6;
        padding: 5px 10px;
        text-transform: uppercase;
        display: flex;
        align-items: center;
    }

    .contenedor-opciones.abierto #toggleOpciones-cerrar::before {
        content: "\f1e6";
        font-family: "Material Symbols Outlined";
        padding-right: 5px;
        font-size: 20px;
    }

    .contenedor-opciones .precio-subtotal {
        display: none;
    }

    .contenedor-opciones .boton-carrito {
        display: none;
    }

    .contenedor-opciones.abierto .boton-carrito {
        display: block;
    } */

    .child-opciones.cantidad {
        display: none;
    }

    /* 
    .contenedor-opciones.abierto .child-opciones.cantidad {
        display: block;
    }

    .box-tocart {
        display: none;
    }



    .contenedor-opciones.abierto #precio-noIva {
        display: none;
    }


    .contenedor-opciones.abierto .child-opciones.cantidad {
        margin-bottom: 10px;
    }

    .contenedor-opciones.abierto .child-opciones.cantidad .qty-control span {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .contenedor-opciones.abierto .child-opciones.precio {
        width: 35%;
    }

    .contenedor-opciones.abierto .child-opciones.cantidad .qty-control #global-qty {
        width: 20%;
        text-align: center;
    }

    .contenedor-opciones.abierto .precio-regular {
        display: none;
    }

    .contenedor-opciones.abierto .precio-subtotal {
        display: block;
    }

    .contenedor-opciones.abierto .qty-control button {
        padding: 2px 3px;
        background-color: #f1f1f1;
        border: 0;
        height: 23px;
    }

    .contenedor-opciones.abierto .qty-control .decrement-qty svg,
    .contenedor-opciones.abierto .qty-control .increment-qty svg {
        width: 20px !important;
        fill: #333;
        height: auto;
    }

    .contenedor-opciones.abierto .qty-control input {
        width: 46px;
        text-align: center;
        padding: 0 !important;
        margin: 0 !important;
        line-height: 0;
        height: 23px;
        border: 0;
    }

    .contenedor-opciones.abierto .bg-cantidad {
        background-color: #f1f1f1;
    }
 */
    .action.assign-cantidad {
        background-color: #333;
        padding: 10px 15px;
        border-radius: 10px;
        color: #fff;
        cursor: pointer;
        font-weight: 900;
        text-transform: uppercase;
        border: none;
        display: flex;
        align-items: center;
    }

    .action.assign-cantidad::after {
        content: "\e8cb";
        font-family: "Material Symbols Outlined";
        font-size: 21px;
        padding-left: 5px;
    }

    /*    .page-product-grouped .page-wrapper {
        margin-bottom: 100px;
    } */

    .logo {
        margin: 10px 0 0 50px;
        width: 100%;
        max-width: 30%;
    }

    .toolbar.toolbar-products .pages {
        display: flex !important;
        justify-content: center;
    }

    .action.nav-toggle {
        background-color: #000;
        padding: 0px 10px;
        left: 0;
        top: 0;
        display: flex;
        align-items: center;
        z-index: 2 !important;
    }

    .nav-toggle::before {
        font-size: 32px;
        color: #fff;
    }

    .carrito .price {
        display: none;
    }

    /* .action.showcart.active,
    .form.minisearch.active .label {
        background-color: #6D6E70;
    } */

    /* .carrito .action.showcart.active svg,
    .form.minisearch.active svg {
        fill: #fff;
    } */

    .header.content {
        padding-top: 0;
    }

    .minicart-wrapper.active .product-item-details {
        flex-direction: row;
        align-items: center;
        width: 60%;
        gap: 10px;
    }

    .minicart-wrapper.active .product-item-pricing {
        display: flex;
    }

    .minicart-wrapper.active .minicart-price .price {
        font-size: 14px;
    }

    .minicart-wrapper.active .details-qty.qty {
        display: flex;
        align-items: center;
        margin-top: 0 !important;
        padding-left: 10px;
        gap: 10px;
    }

    #minicart-content-wrapper .product {
        padding: 0 !important;
    }

    .minicart-wrapper.active .price-container {
        display: flex;
        align-items: center;
    }

    .minicart-wrapper.active .product.actions {
        display: flex;
        align-items: center;
        margin-top: 0;
        width: 50%;
        justify-content: end;
    }

    .minicart-wrapper.active .minicart-items .action.delete::before {
        content: '\e872';
        font-family: "Material Symbols Outlined";
        font-size: 22px;
    }

    .minicart-wrapper.active #mini-cart {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }

    .minicart-wrapper.active .subtotal {
        display: none;
    }

    .minicart-wrapper.active .items-total {
        display: none;
    }

    .minicart-wrapper.active .block-minicart {
        /* width: 320px;
        height: 100vh; */
        transform: translateY(0);
        /* right: -15px; */
    }

    .minicart-wrapper.active .minicart-items-wrapper {
        height: 74vh !important;
        padding: 0 5px;
        border: none;
        overflow-y: scroll;
    }

    .block-minicart {
        transform: translateY(-2000px);
        transition: .3s ease;
    }

    .minicart-wrapper.active .block-content .actions .secondary .action.viewcart {
        /* display: none; */
        border: 1px solid #333;
        padding: 5px 10px;
        background-color: #333;
        color: #fff !important;
        border-radius: 3px;
    }

    .minicart-wrapper.active .product-item-photo {
        width: 30%;
        text-align: center;
    }

    .minicart-wrapper.active .product-item-name a {
        color: #666 !important;
    }

    .minicart-wrapper.active #top-cart-btn-checkout {
        padding: 5px !important;
    }

    .minicart-wrapper .block-minicart::before,
    .minicart-wrapper .block-minicart::after {
        content: none;
    }

    ._keyfocus :focus,
    input:not([disabled]):focus,
    textarea:not([disabled]):focus,
    select:not([disabled]):focus {
        box-shadow: none;
    }

    #search {
        border: none;
        background-color: transparent;
        border-bottom: 1px solid #f1f1f1;
    }

    .block-search .control {
        background-color: #fff;
        display: flex;
        align-items: center;
    }

    .form.minisearch.active .control::after {
        content: "\e8b6";
        font-family: "Material Symbols Outlined";
        color: #000;
        font-size: 25px;
    }

    .catalog-category-view #toolbar-amount {
        display: none;
    }



    .block-title.filter-title strong {
        cursor: pointer;
        transition: 0;
        font-size: 16px;
        border: 2px solid #000;
        background-color: #000;
        text-transform: uppercase;
        left: 50%;
        transform: translate(-50%);
        display: flex;
        align-items: center;
        gap: 5px;
        color: #fff;
        box-shadow: none;
        position: fixed;
        top: initial;
        bottom: 0;
        width: 100%;
        border-radius: 0;
        z-index: 3;
        justify-content: center;
    }

    .block-title.filter-title strong::after {
        content: "\e429";
        font-family: "Material Symbols Outlined";
        font-size: 22px;
    }

    .etiquetas {
        position: absolute;
        z-index: 0;
    }

    .catalog-category-view .etiquetas {
        position: absolute;
        z-index: 2;
    }

    .catalog-category-view .action.towishlist {
        top: 5px;
        right: 5px;
    }
}

.navigation .level0.active>.level-top,
.navigation .level0.has-active>.level-top {
    border-color: #000 !important;
    /* border-bottom: 1px solid #000 !important; */
    width: 100%;
}

.fotorama__thumb-border {
    border: 1px solid #F16E78 !important;
}

.product.info.detailed {
    display: none;
}

.page-title-wrapper.product h1 {
    margin-top: 2rem;
}

.child.precio p {
    font-size: 1.4rem !important;
    margin: 0;
}

.page-main .page-title-wrapper {
    text-align: center;
}


/* Categoria 16-11-2023 */
@media screen and (min-width:767px) {
    .level0.category-item {
        border-bottom: 1px solid #f1f1f1;
        padding: 5px;
    }

    .page-title-wrapper.product {
        text-align: left !important;
    }


    .breadcrumbs {
        text-align: center;
        margin-top: 15px;
    }

    .product-image-photo {
        filter: invert(5%);
    }

    .products-related .products.list.items.product-items {
        justify-content: center;
    }

    .products-related .item.product.product-item {

        border: none;
    }

    .products-related .product-image-container {
        background-color: #f1f1f1;
        width: 384px !important;
    }

    .hecho-container {
        display: flex;
        flex-wrap: wrap;
        column-gap: 5px;
    }

    .catalog-category-view .product.details.product-item-details {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .catalog-category-view .product.name.product-item-name {
        width: 100%;
    }

    .catalog-category-view .price-box.price-final_price {
        width: 50%;
    }

    .catalog-category-view .txt-sku {
        width: 50%;
        text-align: right;
        margin-bottom: 1rem;
    }

    .associated-products-miniatura {
        width: 100%;
    }

    .product-item-pricing {
        display: flex;
        align-items: center;
    }

    .details-qty.qty {
        margin-top: 0 !important;
    }
}

.minicart-items .product-item-name a {
    color: #333;
}

.active .level-top {
    border-width: 0 0 0 5px !important;
}

.navigation .level0 .submenu .active>a {
    border-color: #757373 !important;
}

@media screen and (max-width:480px) {
    .minicart-wrapper .action.showcart .counter.qty {
        background: #fb0101;
        color: #fff;
        display: inline-block;
        padding: 0 3px;
        position: absolute;
        right: 0;
        top: 10px;
        font-size: 14px;
        border-radius: 30px;
        height: auto;
        line-height: normal;
        margin: 0;
        min-width: auto;
    }

    #btn-minicart-close {
        position: absolute;
        top: 10px;
        right: initial;
        left: 10px;
        padding: 15px 20px;
        border-radius: 0;
        border: 1px solid #ccc;
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
        height: auto;
    }

    #minicart-content-wrapper .block-content {
        margin-top: 50px;
    }

    .block.block-minicart {
        position: fixed;
        top: -5px;
        right: 0;
        bottom: 0;
        padding: 25px 2px;
    }

    .navigation .level0>.level-top {
        text-transform: initial;
        font-weight: 600;
    }

    .navigation .level0>.level1 {
        font-weight: 400;
        font-size: 1.4rem;
    }

    .ui-menu-item.all-category {
        display: none;
    }

    .navigation .parent .level-top::after {
        content: '' !important;
    }

    .navigation .level0.parent>.submenu {
        display: block !important;
    }

    .price-box.price-final_price {
        width: 40%;
    }

    .txt-sku {
        width: 60%;
        margin-bottom: 1rem;
    }

    .associated-products-miniatura {
        width: 100%;
        row-gap: 10px;
    }

    .price-wrapper .price {
        font-size: 18px;
    }
}

.stock.available {
    display: none;
}

.block.related .block-actions {
    display: none;
}

.block.related .block-title.title {
    text-align: center;
    margin-top: 20px;
}

.products-related .product-item-info:hover {
    z-index: 1 !important;
}

.item-img img {
    /* max-width: 50%; */
}



.products-related .product-item-details {
    display: flex;
    flex-wrap: wrap;
}

.products-related .product-item-name {
    width: 100%;
}

.products-related .price-box {
    width: 50%;
}

.products-related .txt-sku {
    width: 50%;
    text-align: right;
}

.products-related .associated-products-miniatura {
    width: 100%;
}

@media screen and (max-width:480px) {
    .mp-bg {
        display: flex;
        flex-direction: column;
    }

    .f-ventas {
        order: 1;
    }

    .child.precio {
        order: 2;
    }

    .child.cantidad {
        order: 3;
    }

    .child.subtotal {
        order: 4;
    }

    .child.btn {
        order: 5;
    }

    .child.subtotal {
        display: flex;
        justify-content: center;
        column-gap: 5px;
    }

    .toolbar.toolbar-products {
        display: flex;
        flex-wrap: wrap;
    }

    #layered-filter-block {
        width: 100%;
    }

    .toolbar-sorter.sorter {
        width: 100%;
        position: initial;
        margin-top: 10px;
    }

    .filter.active .filter-title strong::after {
        /* padding-left: 20px; */
        position: absolute;
        right: -30px;
        border: 1px solid #f1f1f1;
        padding: 10px;
        top: 0;
    }

    .catalog-category-view .page-wrapper .page-main {
        padding-top: 15px;
    }

    .navigation .level0.active>.level-top,
    .navigation .level0.has-active>.level-top {
        width: auto;
    }

    .products-related .etiquetas {
        position: absolute;
        z-index: 2;
    }

    .products-related .price-box {
        width: 40%;
    }

    .products-related .txt-sku {
        width: 60%;
        margin-bottom: 0rem;
    }

    .products-related .product-item-name {
        font-size: 1.1rem;
    }
}

/* .sections.nav-sections .filter-options-item:nth-child(1),
.sections.nav-sections .filter-options-item:nth-child(3),
.sections.nav-sections .filter-options-item:nth-child(4),
.sections.nav-sections .filter-options-item:nth-child(5) {
    display: none;
} */

/* .toolbar.toolbar-products .filter-options-item:nth-child(2) {
    display: none;
} */

.sections.nav-sections .filter-options-item {
    border-bottom: none;
}


@media screen and (min-width:767px) {
    .products-related .action.towishlist {
        position: absolute;
        top: 5px;
        right: 10px;
        z-index: 2;
    }

    .catalogsearch-result-index #maincontent {
        width: 100%;
        max-width: 1920px;
        padding: 0;
        margin: 0 auto;
    }

    .catalogsearch-result-index .column.main {
        width: 100% !important;
    }

    .catalogsearch-result-index .search.results .block {
        display: none;
    }

    .catalogsearch-result-index .action.towishlist {
        position: absolute;
        top: 5px;
        right: 10px;
        z-index: 2;
    }

    .catalogsearch-result-index .actions-secondary {
        position: relative;
    }

    .catalogsearch-result-index .action.towishlist>span {
        display: none;
    }

    .catalogsearch-result-index .item.product.product-item {
        border: none;
    }

    .catalogsearch-result-index .product.details.product-item-details {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .catalogsearch-result-index .product.name.product-item-name {
        width: 100%;
    }

    .catalogsearch-result-index .price-box.price-final_price {
        width: 50%;
    }

    .catalogsearch-result-index .txt-sku {
        width: 50%;
        text-align: right;
    }

    .catalogsearch-result-index #mostrarContenido {
        display: none;
    }

    .catalogsearch-result-index .product.photo.product-item-photo>span {
        background: #f1f1f1;
    }

    /* .fotorama-item.fotorama .fotorama__stage {
        height: 460px !important;
    }

    .fotorama__stage__shaft.fotorama__grab {
        height: 460px !important;
    } */

    /* .fotorama__stage__frame.fotorama__active>img {
        width: 400px !important;
    } */


}

@media screen and (max-width:480px) {
    .block-subtitle.filter-subtitle {
        display: none !important;
    }

    .filter.active .filter-title {
        border: none;
        height: auto;
        position: initial;
    }

    .filter-options-item {
        padding: 10px !important;
    }

    .catalogsearch-result-index .page-title-wrapper {
        display: none;
    }

    .catalogsearch-result-index .search.results .block {
        display: none;
    }

    .catalogsearch-result-index #toolbar-amount {
        display: none;
    }

    .catalogsearch-result-index .toolbar-sorter.sorter {
        display: none;
    }

    .catalogsearch-result-index .columns {
        padding: 0 !important;
    }

    .catalogsearch-result-index .action.towishlist>span {
        display: none;
    }

    .catalogsearch-result-index .action.towishlist {
        top: 5px;
        right: 5px;
        position: absolute;
        z-index: 2;
    }

    .catalogsearch-result-index .actions-secondary {
        position: relative;
    }

    .catalogsearch-result-index #maincontent {
        padding: 0;
    }
}


.customer-account-login .img-logo {
    background-image: url('/media/login-home.jpg');
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    background-repeat: no-repeat;
    background-size: cover;
}

.customer-account-login .block.block-customer-login {
    z-index: 3;
    position: fixed;
    background: rgb(176, 176, 176);
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 400px;
    padding: 20px;
    width: 80%;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.customer-account-login .login-container .fieldset>.field>.control {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
}

@media screen and (max-width:320px) {
    .customer-account-login .control .input-text {
        width: 72% !important;
    }
}

@media screen and (max-width:480px) {
    .customer-account-login .control .input-text {
        width: 76%;
    }
}

.customer-account-login .field.email.required .control::before {
    content: "\e158";
    font-family: "Material symbols outlined";
    font-size: 25px;
}

.customer-account-login .field.password.required .control::before {
    content: "\e73c";
    font-family: "Material symbols outlined";
    font-size: 25px;
}

.customer-account-login .field.password .control {
    flex-direction: row;
}

.customer-account-login .input-text {
    background-color: transparent;
    border-bottom: 1px solid #f1f1f1 !important;
    border: none;
    width: 82%;
}

.customer-account-login .control>input::placeholder {
    color: #fff;
}

.input-text-error,
.input-text-error {
    width: 100%;
}

.customer-account-login ._keyfocus :focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
    box-shadow: none;
}

.customer-account-login .fa.fa-fw.field-icon.toggle-password.fa-eye {
    font-size: 20px;
}

.customer-account-login .fa.fa-fw.field-icon.toggle-password.fa-eye-slash {
    font-size: 20px;
}

.customer-account-login .action.remind {
    color: #fff;
}

.customer-account-login .login-container .fieldset::after {
    display: none;
}

.block.block-customer-login .contenedor-logo {
    text-align: center;
    margin-bottom: 20px;
}

.sidebar.sidebar-additional {
    display: none;
}

.contenedorTextCuenta {
    margin-bottom: 30px;
}

#saludo {
    font-size: 30px;
    font-weight: 400;
}

#msg-cuenta {
    font-size: 16px;
}

.catalog-product-view .no-image-color {
    width: 40px;
    height: 40px;
    border-radius: 65%;
}

.catalog-category-view .no-image-color,
.catalogsearch-result-index .no-image-color {
    width: 25px;
    height: 25px;
    border-radius: 65%;
}


.action.action-show-popup.amcheckout-button.-new-address {
    display: none;
}

.amcheckout-label.-radio {
    display: none !important;
}

#label_method_flatrate_flatrate {
    display: none;
}

.payment-method-content {
    display: none !important;
}

.amcheckout-step-container input[type="radio"]:checked+label::before {
    display: none;
}

.amcheckout-step-container .primary .action.checkout,
.amcheckout-step-container .action.checkout.amasty {
    background-color: #000;
}

._amcheckout-selectable-item.-selected,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
    border-color: #ccc;
}

.checkout-index-index .action.nav-toggle {
    display: none;
}

.opc-estimated-wrapper {
    display: none;
}

.amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
    margin: 0;
}

.checkout-index-index hr {
    display: none;
}



@media screen and (min-width:767px) {
    .checkout-index-index .header.content {
        padding: 10px !important;
    }

    .product-items.widget-product-grid {
        display: flex;
        flex-wrap: wrap;
    }

    /* .product-item {
        width: calc((100%/4) - 10px) !important;
    } */

    .category-view .page-main {
        max-width: 1920px !important;
    }

    .product-item-info {
        width: 100% !important;
        position: relative;
    }

    .products-grid .product-item-info:hover,
    .products-grid .product-item-info.active {
        box-shadow: none;
        border: none;
        margin: 0;
        padding: 0;
        z-index: 1;
    }

    .product-image-container {
        background-color: #f1f1f1;
    }
}

@media screen and (max-width:810px) and (min-width:767px) {
    .multiples_productos {
        width: 100% !important;
        flex-direction: row !important;
        position: relative !important;
        top: 10px !important;
    }
}

.item-img {
    min-height: 110px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}




/* Estilos para tabletas (768px a 1023px de ancho) */
@media only screen and (min-width: 767px) and (max-width: 1023px) {
    .products.wrapper.grid.products-grid {
        padding: 0 30px;
    }

    .no-image-color {
        width: 25% !important;
    }

    .product-item-photoo {
        width: 25% !important;
    }

    .associated-products-miniatura {
        row-gap: 10px;
    }

    #minicart-content-wrapper {
        width: 50% !important;
    }

    .header.content .logo {
        max-width: 15% !important;
    }

    .f-venta {
        text-align: center;
    }

    .child.precio {
        justify-content: center;
    }

    .child.btn {
        display: flex;
        justify-content: center;
    }

    .child.subtotal {
        justify-content: center;
    }

    .page-layout-1column .contenedor-productos-info .product-info-main {
        width: 45% !important;
    }

    .product {
        width: 100%;
        font-size: 1.3rem;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}


.input-text::placeholder {
    color: #333 !important;
}

._amcheckout-selectable-item:hover,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:hover,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:hover,
.amcheckout-step-container .shipping-address-items .shipping-address-item:hover,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:hover,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:hover {
    box-shadow: none;
    cursor: default;
}

.amcheckout-step-container input[type="checkbox"]+label,
.amcheckout-step-container input[type="radio"]+label {
    cursor: default;
}

.form.form-shipping-address {
    display: none;
}

@media only screen and (min-width: 767px) {

    ._amcheckout-selectable-item,
    .amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
    .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
    .amcheckout-step-container .shipping-address-items .shipping-address-item,
    .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
    .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
        width: 60%;
    }
}




/* Borrar luego */
/*  .level1.submenu.ui-menu.ui-widget.ui-widget-content.ui-front.expanded {
    display: none !important;
  } */

@media screen and (min-width:767px) {
    .level1.submenu.ui-menu.ui-widget.ui-widget-content.ui-front.expanded:hover {
        position: relative;
        left: 0 !important;
    }

    .level1.submenu.ui-menu.ui-widget.ui-widget-content.ui-front.expanded {
        position: relative;
        left: 0 !important;
    }



    .level0.submenu.ui-menu.ui-widget.ui-widget-content.ui-front {
        left: 0 !important;
    }

    .navigation .level0 .submenu {
        border: none !important;
        box-shadow: none !important;
    }
}

@media screen and (max-width:480px) {
    .level1.category-item>a>span {
        color: #000 !important;
        font-weight: 600 !important;
        text-transform: uppercase !important;
    }
}

.level2.submenu.ui-menu.ui-widget.ui-widget-content.ui-front.expanded {
    display: none !important;
}

.ui-menu-icon.ui-icon.ui-icon-caret-1-e {
    display: none !important;
}

@media screen and (min-width:767px) {
    .checkout-onepage-success .col.name {
        display: flex;
        gap: 10px;
    }

    .checkout-onepage-success .col.name>img {
        width: 120px;
        height: auto;
    }
}

@media screen and (max-width:480px) {
    .checkout-onepage-success .col.name>img {
        width: 80px;
    }

    .checkout-onepage-success .col.name {
        display: flex !important;
        flex-direction: column;
    }
}

/* Vista rapida producto */
@media screen and (min-width:767px) {


    .magetop_quickview-catalog_product-view .contenedor-productos-info .product-info-main {
        order: 2;
        width: 60% !important;
    }

    .magetop_quickview-catalog_product-view .contenedor-productos-info .product.media {
        order: 1;
        width: 30% !important;
    }

    .magetop_quickview-catalog_product-view .contenedor-productos-info {
        flex-wrap: wrap;
        height: auto;
    }

    .magetop_quickview-catalog_product-view .fotorama__stage__frame.fotorama__active>img {
        width: 200px !important;
    }

    .magetop_quickview-catalog_product-view .fotorama__stage__frame .fotorama__img {
        top: 24.5%;
    }

    .magetop_quickview-catalog_product-view .goto-product {
        background-color: #333;
        border-color: #333;
        padding: 10px 16px;
        color: #fff !important;
        border-radius: 5px;
        font-size: 1.4rem;
        display: flex;
        width: fit-content;
        justify-content: center;
        text-decoration: none !important;
        font-weight: 400;
        margin-left: 10px;
        margin-top: 10px;
    }

    .magetop_quickview-catalog_product-view .columns {
        height: 690px;
        overflow: scroll;
    }

    .magetop_quickview-catalog_product-view .gallery-placeholder .etiquetas {
        left: 70px;
        top: 15px;
    }
}

.product-item .product-item-info:hover .magetop-quickview {
    background-color: #000;
    opacity: 0.8;
}

@media screen and (max-width:480px) {
    .magetop_quickview-catalog_product-view .goto-product {
        background-color: #333;
        border-color: #333;
        padding: 10px 16px;
        color: #fff !important;
        border-radius: 5px;
        font-size: 1.4rem;
        display: flex;
        width: fit-content;
        justify-content: center;
        text-decoration: none !important;
        font-weight: 400;
        margin-left: 10px;
        margin-top: 10px;
    }
}

.level0.submenu.ui-menu.ui-widget.ui-widget-content.ui-front {
    display: none !important;
}

/* Productos relacionados */

#product_addtocart_form {
    display: flex;
    flex-direction: column;
}


.container-productos-relacionados {
    max-width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column-reverse;
    order: 8;
    border-top: 1px solid #e3e3e3;
    gap: 20px;
    padding: 20px 0;
}

.nivel-categoria {
    max-width: 1600px;
    margin: 0 auto;
}

.nivel-categoria>ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    gap: 10px;
}

.nivel-categoria>ul>li {
    width: calc((100%/5) - 10px);
    list-style: none;
    text-align: center;
}

.page-product-grouped .box-tocart {
    margin: 10px 0 0;
}

.info-precio {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.nivel-categoria-container>h2 {
    text-align: center;
}

.producto-informacion>p {
    color: #80757e;
    padding: 0 10px;
    height: 45px;
}

.nivel-categoria-container {
    background-color: #FBFBFB;
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.nivel-categoria-container a {
    text-decoration: none;
    font-size: 16px;
}

@media screen and (max-width: 480px) {
    .nivel-categoria>ul {
        padding: 10px;
        margin: 0;
    }

    .nivel-categoria-container {
        padding: 0;
    }

    .producto-informacion>p {
        height: auto;
    }

    .info-precio {
        flex-direction: column;
    }

    .nivel-categoria-container>h2 {
        font-size: 2.5rem;
    }

    .nivel-categoria-container>h2 a {
        width: 100%;
        display: block;
        margin-top: 10px;
    }

    .catalog-product-view input.input-text.qty.grouped-qty-input {
        font-weight: 400;
    }

    .select-talla {
        font-size: 1.4rem;
        text-align: center;
    }

    .nivel-categoria>ul>li {
        width: calc((100%/2) - 10px);
    }
}

.category-colecciones #narrow-by-list .filter-options-item:nth-child(1) {
    display: none;
}


.filter-options-item.allow.active .filter-options-title::after {
    font-family: "Material Symbols Outlined";
    content: "\e15b";
    display: block;
}


/* .gallery-placeholder__image {
    max-width: 50%;
  } */

.fotorama__wrap.fotorama__wrap--css3.fotorama__wrap--slide.fotorama__wrap--toggle-arrows {
    display: none;
}

.table-wrapper.grouped {
    background-color: #FBFBFB;
}


/* Estilo para el botón hamburguesa */
.hamburger {
    width: 30px;
    height: 20px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}

.bar {
    width: 100%;
    height: 3px;
    background-color: #333;
    transition: transform 0.3s;
}

/* Estilo para el menú oculto */
.menu {
    width: 0;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: .0s;
    z-index: 2;
}

/* Estilo para el contenido del menú */
.menu-content {
    padding: 20px;
}

/* Estilo para mostrar el menú cuando se hace clic en la hamburguesa */
.show-menu {
    transform: translateX(250px);
}

/* Estilo para el botón de cierre */
.close-button>span {
    font-size: 40px;
}

.close-button {
    position: relative;
    top: 0px;
    left: 30px;
    cursor: pointer;
    z-index: 2;
    width: 30px;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

/* Estilo para el fondo semitransparente */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

@media screen and (max-width:480px) {
    .hamburger {
        display: none;
    }
}

.footer-idiomas {
    background-color: #f0f0f0;
}

@media screen and (max-width:480px) {
    #store\.menu {
        height: calc((100vh) - 0px);
        margin: 0;
        padding: 0;
    }

    .idiomas {
        display: flex;
        gap: 5px;
        justify-content: center;
    }

    .idiomas>a>img {
        width: 30px;
        height: 30px;
    }

    .info.contact {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .contenedor-conf {
        padding: 0px 0 50px;
    }
}

@media screen and (min-width:767px) {
    .footer-idiomas {
        display: flex;
        justify-content: center;
        padding: 10px 0;
    }

    .idiomas {
        display: flex;
        gap: 5px;
        justify-content: center;
    }

    .idiomas>a>img {
        width: 30px;
        height: 30px;
    }

    .info.contact {
        display: flex;
        /* flex-direction: column; */
        align-items: center;
        gap: 10px;
    }

    .contenedor-conf {
        background-color: #F0F0F0;
        display: flex;
        gap: 10px;
        flex-direction: row-reverse;
        margin-right: 10px;
        order: 1;
    }
}

.info.contact a {
    color: #333;
}

a.whatsapp {
    position: fixed;
    bottom: 160px;
    right: 5px;
    width: 35px;
    background: #25D366;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    z-index: 9999;
}

a.whatsapp img {
    min-width: 20px;
}

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

    #overlay-filtro {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 10;
    }

    /* Estilos del contenido */
    #contenido-filtro {
        display: none;
        position: fixed;
        top: 60px;
        right: 0;
        background-color: white;
        padding: 20px;
        z-index: 10;
        bottom: 0;
        width: 500px;
    }

    #mostrarContenido {
        border: 1px solid #000;
        position: fixed;
        top: 80px;
        right: 0px;
        z-index: 10;
        padding: 5px 20px;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        background-color: #000;
        cursor: pointer;
        color: #fff;
    }

    #mostrarContenido::after {
        content: "\e429";
        padding-left: 2px;
        font-family: "Material Symbols Outlined";
        font-size: 20px;
        display: flex;
    }

    #cerrarContenido::after {
        content: "\e5cd";
        font-family: "Material Symbols Outlined";
        background-color: #333;
        color: #fff;
        padding: 10px;
        font-size: 25px;
        cursor: pointer;
    }

    #cerrarContenido {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:480px) {
    #mostrarContenido {
        display: none;
    }
}

.product-item-photoo {
    width: 50px;
    height: 50px;
}

.associated-products-miniatura {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    align-items: center;
    gap: 5px;
}

.magetop_quickview-catalog_product-view .container-productos-relacionados {
    display: none;
}

.magetop_quickview-catalog_product-view .multiples_productos {
    /*  position: relative;
     top: 0;
     width: 100%;
     flex-direction: initial; */
    display: none;
}

.magetop_quickview-catalog_product-view .product.media {
    display: none;
}

.magetop_quickview-catalog_product-view .product.attribute.hecho-a-mano,
.magetop_quickview-catalog_product-view .product.attribute.procedencia {
    width: auto;
}

.magetop_quickview-catalog_product-view .hecho-container {
    flex-direction: row;
    flex-wrap: nowrap;
}

.magetop_quickview-catalog_product-view .table-wrapper.grouped {
    margin: 0;
}

.magetop_quickview-catalog_product-view a.goto-product {
    position: absolute;
    top: 40px;
    right: 30px;
    z-index: 9;
}

.magetop_quickview-catalog_product-view .box-tocart {
    position: absolute;
    top: 100px;
    right: 30px;
}

.magetop_quickview-catalog_product-view .contenedor-productos-info {
    height: 220px;
    position: sticky;
    top: 0;
    background-color: #fff;
    padding-top: 10px;
}

.magetop_quickview-catalog_product-view .page.messages {
    position: absolute;
    top: 0;
    z-index: 2;
    /* width: 100%; */
    text-align: center;
    left: 0;
    right: 0;
}

.magetop_quickview-catalog_product-view .message.error>*:first-child:before {
    left: 30%;
}


/* Mensajes de error, success e info */
.page.messages {
    margin: 0 20px;
    width: fit-content;
    margin: 0 auto;
}

.message-success.success.message {
    border-radius: 10px;
    background-color: #68FB0245;
    color: #333;
    height: 60px;
    font-size: 16px;
    font-weight: 300;
}

.message.error {
    border-radius: 10px;
    background-color: #FB001540;
    color: #333;
    font-size: 16px;
    font-weight: 300;
}

.message.notice {
    border-radius: 10px;
    font-size: 16px;
    font-weight: 300;
}

.message.notice> :first-child::before {
    content: "\e000";
    font-family: 'Material Symbols outlined';
    color: #333;
}

.message.error> :first-child::before {
    content: "\e5c9";
    font-family: 'Material Symbols outlined';
    color: #333;
}

.message.success> :first-child::before {
    content: "\e86c";
    font-family: 'Material symbols outlined';
    color: #333;
}

.message-success.success.message a {
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
    text-decoration: none;
    border-radius: 10px;
}

.message-success.success.message a:hover {
    opacity: 0.9;
}


.info-simple {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100% !important;
}

.product-item-talla {
    margin: 5px 0;
}

.product-item-name {
    margin-bottom: 0 !important;
}



/* Cambios 01 08 2024 */
#minicart-content-wrapper .block-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 5px;
}

#minicart-content-wrapper .items-total {
    order: 1;
    width: fit-content;
}

#minicart-content-wrapper .subtotal {
    order: 2;
    width: fit-content;
}

#minicart-content-wrapper .block-content>.actions {
    order: 3;
    width: 100% !important;
    align-self: center;
    padding: 0 10px;
}

#minicart-content-wrapper .minicart-items-wrapper {
    order: 4;
    border: none;
    padding: 0;
    margin-top: 25px;
    width: 100%;
}

#minicart-content-wrapper #minicart-widgets {
    order: 5;
}

#minicart-content-wrapper .item-qty.cart-item-qty {
    background-color: #f1f1f1;
    padding: 0 !important;
    margin-left: 5px !important;
}

#minicart-content-wrapper .product {
    padding: 0 10px;
}

#minicart-content-wrapper .block-content>.actions>.secondary {
    line-height: 1.2rem !important;
    font-size: 1.5rem !important;
    background-color: #ccc;
    padding: 12px 17px !important;
    border-radius: 3px;
}


.block-minicart .block-content>.actions>.primary {
    margin: 0;
}



/* .checkout-cart-index #form-validate {
    display: flex;
    flex-wrap: wrap;
} */

.cart.main.actionss {
    text-align: right;
}

.checkout-cart-index .cart.main.actions {
    order: 1;
    width: 100%;
}

.checkout-cart-index .cart.table-wrapper {
    order: 2;
    width: 100%;
}

.checkout-cart-index .cart-container {
    margin-top: 30px;
}

.checkout-cart-index .action.update {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 7px 10px;
}

.checkout-cart-index #empty_cart_button {
    color: #fff;
    background-color: #333;
    padding: 5px 10px;
    font-weight: 600;
    text-decoration: none;
}


.cart-discount {
    display: none;
}

.checkout-index-index .opc-block-summary .minicart-items input.qty {
    width: auto;
}

.opc-block-summary .minicart-items-wrapper {
    max-height: 240px;
}


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

    .checkout-index-index #maincontent {
        max-width: 1920px !important;
    }

    /* .checkout-index-index #checkout {
        max-width: 70% !important;
    } */

    .checkout-index-index .amcheckout-wrapper {
        display: flex !important;
    }

    .checkout-index-index .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .table-totals {
        width: 20% !important;
        height: 260px !important;
    }

    .checkout-index-index .amcheckout-step-container .amcheckout-summary-container .items-in-cart {
        width: 75% !important;
    }

    .checkout-index-index .minicart-items {
        display: flex !important;
        flex-wrap: wrap !important;
    }

    .checkout-index-index .product-item {
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 !important;
        height: 80px !important;
    }

    .checkout-index-index .minicart-items-wrapper.overflowed {
        min-height: 60vh !important;
    }

    .checkout-index-index .product-item-details.-editable form {
        width: 100% !important;
        display: flex;
    }

    .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-summary-container .details-qty {
        max-width: 100% !important;
    }

    .checkout-index-index .product-item-inner {
        display: flex !important;
    }

    .checkout-index-index .amcheckout-step-container .amcheckout-summary-container .product-item .delete {
        top: 25px;
    }

    .checkout-index-index .amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
        border: none;
    }

    .checkout-index-index .product-item-details.-editable {
        width: 80%;
    }

    .checkout-index-index .opc-block-summary .minicart-items input.qty {
        width: 40% !important;
    }

    .checkout-index-index .product {
        width: 95% !important;
        padding: 0 !important;
    }

    .checkout-index-index .amcheckout-additional-options.additional-options {
        position: absolute !important;
        top: 43% !important;
        right: 16% !important;
        width: 12% !important;
    }

    .checkout-index-index .amcheckout-checkboxes-container.amcheckout-checkboxes {
        display: none !important;
    }

    .checkout-index-index .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
        width: 100% !important;
    }

    .checkout-index-index .checkout-payment-method.submit {
        position: absolute !important;
        right: 19% !important;
        bottom: 30% !important;
    }

    .checkout-index-index .amcheckout-comment textarea {
        height: 120px !important;
    }
}

@media screen and (max-width:480px) {
    .checkout-index-index .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
        background: #eee;
        color: #363636;
    }

    .checkout-index-index .amcheckout-step-container .amcheckout-summary-container .amcheckout-content>.amcheckout-wrapper {
        padding: 0;
    }

    .checkout-index-index .checkout-payment-method.submit {
        text-align: center;
        /* margin: 20px 0; */
        margin: 200px 0 20px;
    }

    .checkout-index-index .amcheckout-comment textarea {
        height: 110px;
    }

    .checkout-index-index .opc-block-summary .minicart-items input.qty {
        width: 60px;
    }

    .checkout-index-index .amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout {
        padding: 0 !important;
        height: 30px;
        width: 120px;
    }
}

.checkout-index-index #shipping {
    display: none !important;
}

.checkout-index-index #opc-shipping_method {
    display: none !important;
}

.checkout-index-index #payment {
    display: none !important;
}

.checkout-index-index .amcheckout-icon.-minus {
    display: none !important;
}

.checkout-index-index .step-title.amcheckout-title {
    pointer-events: none;
    background-color: #eee !important;
    color: #363636 !important;
    border-color: #333 !important;
}


/* .checkout-index-index .action.primary.checkout {
    display: block !important;
  } */
.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout {
    background-color: #333 !important;
    color: #fff !important;
    border-color: #333 !important;
}



/* Para pantallas grandes (escritorios) */
@media (min-width: 1200px) {

    /* Estilos para pantallas grandes */
    .checkout-index-index #checkout {
        max-width: 70% !important;
    }
}





/* Para tablets en modo vertical */
@media (min-width: 768px) and (orientation: portrait) {
    /* Estilos para tablets en modo vertical */

    .amcheckout-block.amcheckout-step-container.-summary {
        display: flex;
        flex-direction: column;
    }

    .checkout-index-index .amcheckout-additional-options.additional-options {
        width: 90% !important;
        position: initial !important;
        margin: 0 auto;
    }

    .checkout-index-index .checkout-payment-method.submit {
        position: initial !important;
        /* margin: 20px auto; */
        margin: 200px auto 20px;
    }

    .checkout-index-index .amcheckout-wrapper {
        flex-direction: column;
    }

    .checkout-index-index .amcheckout-step-container .amcheckout-summary-container .items-in-cart {
        width: 100% !important;
    }

    .checkout-index-index .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .table-totals {
        width: 100% !important;
    }

    .checkout-index-index #checkout {
        max-width: 100%;
    }

    .checkout-index-index .minicart-items-wrapper.overflowed {
        min-height: 45vh !important;
    }
}


/* Para tablets en modo horizontal */
@media (min-width: 768px) and (orientation: landscape) and (max-width:1080px) {

    /* Estilos para tablets en modo horizontal */
    .amcheckout-block.amcheckout-step-container.-summary {
        display: flex;
        flex-direction: column;
    }

    .checkout-index-index .amcheckout-additional-options.additional-options {
        width: 90% !important;
        position: initial !important;
        margin: 0 auto;
    }

    .checkout-index-index .checkout-payment-method.submit {
        position: initial !important;
        /* margin: 20px auto; */
        margin: 220px auto 20px;
    }

    .checkout-index-index .amcheckout-wrapper {
        flex-direction: column;
    }

    .checkout-index-index .amcheckout-step-container .amcheckout-summary-container .items-in-cart {
        width: 100% !important;
    }

    .checkout-index-index .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .table-totals {
        width: 100% !important;
    }

    .checkout-index-index #checkout {
        max-width: 100%;
    }

    .checkout-index-index .minicart-items-wrapper.overflowed {
        min-height: 45vh !important;
    }
}


.cart-price span {
    font-weight: 600 !important;
    font-size: 1.8rem !important;
    line-height: 1;
    /* color: #000; */
}

.grand.totals {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 600;
    /* color: #000; */
}















.checkout-index-index #payment {
    display: unset !important;
}

.payment-method-content {
    display: unset !important;
    padding: 0 !important;
}

.amcheckout-title {
    display: none !important;
}

.payment-method-billing-address {
    display: none;
}

[data-role="checkout-agreements"] {
    display: none;
}

.payment-method-title.field.choice {
    display: none;
}

.amcheckout-column {
    display: flex;
    flex-direction: column-reverse;
}

@media screen and (min-width:769px) {
    #payment {
        position: absolute;
        top: 35% !important;
        right: 6% !important;
        width: 24% !important;
        /* z-index: 2 !important; */
    }
}

@media screen and (max-width:480px) {
    #payment {
        position: absolute;
        top: 80% !important;
        right: 0% !important;
        width: 100% !important;
    }

    .payment-option-content {
        padding: 0 !important;
    }

    .amcheckout-wrapper {
        padding: 0 !important;
    }
}

.amcheckout-step-container .opc-payment-additional .payment-option-title,
.amcheckout-step-container .opc-payment-additional .payment-option-content {
    border: none;
}

/* Pagina checkout/cart */
.checkout-cart-index .control.qty label {
    display: flex;
    justify-content: end;
    gap: 10px;
    align-items: center;
}

.checkout-cart-index .action.update-qty-btn {
    border: none;
    border-radius: 0;
    padding: 10px;
    background-color: #000;
    color: #fff;
}

.checkout-cart-index .action.update-qty-btn:hover {
    opacity: 0.8;
}


.checkout-cart-index .page-title {
    margin: 0;
}

.checkout-cart-index .page-title-wrapper {
    margin: 30px 0;
}

.select-talla {
    border: none;
    background-color: #f1f1f1;
    border-radius: 0;
    cursor: pointer;
    color: #80757e;
    font-size: 13px;
}

.select-talla:focus {
    border: none;
}