@media (min-width: 767px) {

  .toolbar.toolbar-products .pages {
    width: 100%;
  }

  /* Cabecera */
  div#switcher-language {
    order: 2;
  }

  .widget.block.block-static-block {
    order: 3;
    padding-left: 10px;
  }


  .page-header .header.content {
    display: flex;
    padding: 0;
    margin: 0 auto;
    max-width: 100%;
  }

  .header.content .logo {
    align-self: center;
    order: 1;
    margin: 0 0 0 70px;
    z-index: 0;
    max-width: 6%;
  }

  .header.content .block.block-search {
    width: auto;
    margin: 0 auto;
    align-self: center;
    order: 2;
    z-index: 0;
  }

  .header.content .minicart-wrapper {
    order: 3;
    z-index: 0;
  }

  input#search {
    border: none;
    background-color: transparent;
    box-shadow: 0px 2px 0 0px rgb(124 123 123 / 20%);
  }

  .favoritos {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cuenta {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .carrito {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    padding-left: 10px;
    margin-right: 20px;
  }

  .minicart-wrapper .block-minicart {
    position: fixed;
    top: -5px;
    right: 0;
    min-width: 20%;
    bottom: 0;
    width: 100% !important;
    transform: translateX(2000px);
    transition: 0.4s ease;
    z-index: 10;
    background: linear-gradient(90deg,
        rgba(2, 0, 36, 1) 0%,
        rgba(9, 9, 121, 0) 0%,
        rgb(0 0 0 / 25%) 50%);
    border: none;
    box-shadow: none;
  }

  .minicart-wrapper.active .block-minicart {
    transform: translateX(0);
  }

  #minicart-content-wrapper {
    width: 20%;
    position: fixed;
    right: 0;
    background-color: #fff;
    bottom: 0;
    top: 0;
    /* padding: 30px 25px 0 0; */
    border-top-left-radius: 3px;
  }

  .minicart-items-wrapper {
    margin: 0;
    height: 70vh !important;
    padding: 30px 25px 0 10px;
  }

  #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: 70px 0 0;
  }

  .minicart-items-wrapper .item.product.product-item {
    width: 100% !important;
    padding: 10px 0 15px 0 !important;
  }

  /* .block-minicart .block-content>.actions>.primary {
    width: 100%;
  } */

  .minicart-wrapper .action.showcart .counter.qty {
    display: none;
  }

  .action.showcart .price {
    color: #000;
    font-size: 16px;
    font-weight: 600;
  }

  .panel.wrapper .panel.header {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    max-width: 100%;
    padding: 0 20px 0;
    background-color: #cccccc;
    color: #000;
  }

  .block-search .action.search::before {
    content: "\e8b6" !important;
    font-family: "Material Symbols Outlined" !important;
    color: #000 !important;
    font-size: 32px !important;
  }

  .panel.wrapper {
    border-bottom: none !important;
    margin-bottom: 5px;
  }

  /* Cabecera */

  /* Contenedor filtros */
  .catalog-category-view .contenedor-filtros .toolbar.toolbar-products {
    display: flex;
    flex-direction: column;
    width: 20%;
    float: right;
    background-color: #fff;
    padding: 10px;
    height: 100%;
    border-top-left-radius: 10px;
    text-align: left;
  }

  .filter-options-title::after {
    font-family: "Material Symbols Outlined";
    content: "\e145";
  }

  .active>.filter-options-title::after {
    content: "\e15b";
    display: none;
  }

  .sorter-action::before {
    content: "\e5d8";
    font-family: "Material Symbols Outlined";
  }

  .sorter-action.sort-desc::before {
    content: "\e5db";
  }

  .filter .block-subtitle {
    border-bottom: none !important;
    font-size: 16px;
    display: none;
  }

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

  .filter-options-content a:hover {
    background-color: transparent;
  }

  .filter-options-content a:hover {
    color: #000;
  }

  .filter-options-content .count {
    color: #000000;
  }

  .toolbar-sorter.sorter {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }

  .sorter-options option {
    background-color: #fff;
  }

  .toolbar-sorter.sorter label.sorter-label {
    font-weight: 600;
    font-size: 1.4rem;
    text-transform: uppercase;
  }

  .contenedor-filtros {
    position: fixed;
    right: 0;
    width: 600px;
    top: 0;
    height: calc(100vh - 0px);
    transform: translateX(2000px);
    transition: 0.4s ease;
    z-index: 10;
    background: linear-gradient(90deg,
        rgba(2, 0, 36, 1) 0%,
        rgba(9, 9, 121, 0) 0%,
        rgb(0 0 0 / 25%) 50%);
  }

  #btn-nav {
    display: none;
  }

  #btn-nav:checked~.contenedor-filtros {
    transform: translateX(0);
  }

  .btn-nav svg {
    width: 20px;
    height: 20px;
    fill: #666;
  }

  .btn-nav {
    position: fixed;
    top: 80px;
    cursor: pointer;
    padding: 6.5px 15px;
    transition: 0.2s ease;
    z-index: 3;
    display: flex;
    column-gap: 5px;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #f16e78;
    background-color: white;
    text-transform: uppercase;
    right: 0;
  }

  .btn-nav.cerrar {
    position: relative;
    left: 0px;
    background-color: #f16e78;
    width: 32px;
    height: 32px;
    border-radius: 0;
    color: #fff;
    align-items: center;
    border-color: #f16e78;
  }

  span.material-symbols-outlined.cerrar {
    font-size: 20px;
    transform: rotate(0deg);
  }

  .icono-filtros {
    width: 25px;
    height: 25px;
  }

  #sorter {
    border: none;
    text-align: left;
  }

  #layered-filter-block {
    overflow-y: scroll;
    height: 680px;
    margin: 50px 0 0;
    padding: 0;
    background-color: #fff;
  }

  .toolbar.toolbar-products {
    position: relative !important;
  }

  .toolbar-sorter.sorter {
    position: absolute !important;
    width: 100% !important;
    border-bottom: 1px solid #ccc !important;
    padding-bottom: 10px !important;
  }

  div#layered-filter-block::-webkit-scrollbar {
    display: none;
  }

  .filter-options-content .items {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 5px;
  }

  .filter-options-content .items .item {
    text-align: left;
  }

  .swatch-option.color {
    border-radius: 7px;
    min-width: 20px;
    border: none;
  }

  .noUi-connect {
    background: #333 !important;
    box-shadow: 0 2px 5px -2px #333 !important;
  }

  .noUi-handle {
    box-shadow: 0 0 3px 0 #000 !important;
  }

  .noUi-handle {
    background: #333 !important;
    box-shadow: #333 !important;
  }

  .plumrocket-product-filter .filter-content .filter-options-content .item a:hover,
  .plumrocket-product-filter .filter-content .filter-options-content .selected {
    color: #f06c76 !important;
  }

  /* Contenedor filtros */

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

  .item.product.product-item .product-item-info:hover {
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 9;
    background-color: #fff;
  }

  .products.list.items.product-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
  }

  .item.product.product-item {
    margin: 0 !important;
    width: calc((100% - 20%) / 4) !important;
    /* padding: 10px 20px !important; */
    padding: 10px 0px !important;
    border-top: 1px solid #f1f1f1;
    border-radius: 0;
  }

  /* .product.name.product-item-name {
    height: 40px;
  } */

  /* Grid catalogo */

  /* Ficha producto */
  .catalog-product-view #maincontent {
    margin: 0 auto;
    max-width: 1920px;
    padding: 0px;
    width: 100%;
  }

  .product-info-main h1 {
    font-size: 16px;
    font-weight: 600;
    color: #575757;
  }

  .product-info-main .product-info-stock-sku {
    float: left;
    padding-left: 0;
    text-align: left;
  }

  .catalog-product-view .action.towishlist {
    display: flex !important;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    text-transform: none;
  }

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

  .product-add-form .actions {
    text-align: center;
  }

  /* .fotorama__stage {
    height: 500px !important;
  } */

  .additional-attributes-wrapper .additional-attributes>tbody>tr>th {
    color: #f16e78;
    padding: 0 10px 0 0;
    display: flex;
    align-items: center;
  }

  .additional-attributes-wrapper .additional-attributes>tbody>tr>th::before {
    content: "\e5df";
    font-family: "Material Symbols Outlined";
    font-size: 25px;
  }

  .txt-sku {
    font-size: 14px;
    color: #c1c1c1;
  }

  /* Ficha producto */

  /* .toolbar-sorter.sorter {
    width: 90%;
    margin: 0 auto;
    display: none;
  } */

  p#toolbar-amount {
    width: 50%;
    margin: 0 auto;
    display: none;
  }

  .catalog-category-view .contenedor-filtros .toolbar.toolbar-products {
    width: 100%;
  }

  .page-layout-1column .product-info-main {
    width: 30% !important;
    order: 1;
    padding: 20px;
  }

  .page-layout-1column .product.media {
    width: 30% !important;
    order: 2;
    padding: 20px;
    margin-bottom: 0;
  }

  .table.grouped #td.col.qty {
    display: flex;
    background-color: #f1f1f1;
    justify-content: center;
    margin: 10px 0 0;
    padding: 0px;
    border-radius: 0px;
    width: 100%;
  }

  .table.grouped .field.qty {
    display: flex;
    column-gap: 10px;
    align-items: center;
  }

  .icon-minus svg,
  .icon-plus svg {
    width: 25px;
    height: auto;
    fill: #333;
    cursor: pointer;
  }

  .icon-minus,
  .icon-plus {
    display: flex;
    /* height: 20px; */
  }

  .control.qty input[type="number"] {
    /* border-style: none !important;
    background-color: #f1f1f1;
    text-align: center !important;
    width: 50px !important;
    height: 25px; */
    border-style: none !important;
    background-color: #f1f1f1;
    margin-top: 0 !important;
  }

  .control.qty input[type="number"]:focus {
    box-shadow: none;
  }

  .table.grouped .price-box.price-final_price {
    display: none;
  }

  .box-tocart .action.primary.tocart {
    background-color: #333;
    border-color: #333;
    padding: 10px 16px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    display: flex;
    width: fit-content;
    /* width: 18%; */
    justify-content: center;
    text-decoration: none;
    margin: 0 auto;
    font-weight: 400;
  }

  .gallery-placeholder {
    position: relative;
  }

  .gallery-placeholder .etiquetas {
    position: absolute;
    top: 0;
    left: 150px;
    z-index: 1;
  }

  .product-info-stock-Atributos-siena {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 1.4rem;
    line-height: 15px;
  }

  .nav-sections {
    margin-bottom: 0 !important;
  }

  .contenedor-productos-info {
    display: flex;
    max-width: 1500px;
    margin: 0 auto;
    /* align-items: center; */
  }

  /*  .fotorama__stage__shaft.fotorama__grab {
    width: 300px;
    height: 300px;
  } */

  /* .fotorama__arr.fotorama__arr--next {
    height: 300px;
  } */

  /* .fotorama__arr.fotorama__arr--prev {
    height: 300px;
  } */

  /* .fotorama__stage {
    height: 300px !important;
  } */

  .multiples_productos {
    /* width: 30%; */
    order: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 130px;
    right: 0;
  }

  .mp-bg {
    width: fit-content;
    padding: 25px 50px;
    border: 1px solid #E3E3E3;
  }

  .child.precio p:nth-child(1) {
    color: #F38B93;
    font-size: 3rem;
  }

  .child.precio p:nth-child(2) {
    /* font-size: 1.2rem; */
    color: #c2c2c2;
    /* margin-bottom: 30px; */
  }

  .child.subtotal {
    display: flex;
    align-items: center;
    margin-top: 20px;
    column-gap: 10px;
  }

  .child.subtotal p:nth-child(2) {
    /* color: #000; */
    font-size: 1.4rem;
  }

  .child.subtotal p:nth-child(1) {
    font-size: 1.4rem;
    /* color: #c2c2c2; */
  }

  .child.precio p {
    margin: 0;
  }

  .child.cantidad {
    display: flex;
    margin: 20px 0;
  }

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

  .child.btn a {
    background-color: #F16E78;
    border-color: #F16E78;
    padding: 10px 30px;
    color: #fff;
    border-radius: 10px;
    font-size: 20px;
    display: flex;
    width: fit-content;
    justify-content: center;
    text-decoration: none;
  }

  .child.btn a:after {
    padding-left: 5px;
    content: "\e8cb";
    font-family: "Material Symbols Outlined";
    font-size: 20px;
  }

  .child.btn {
    margin-top: 15px;
  }

  #switcher-language-trigger strong {
    font-size: 12px;
  }

  .text-btn {
    font-size: 14px;
  }

  .btn-nav {
    align-items: center;
  }

}

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

  /* boton filtrar */
  .btn-nav {
    display: none;
  }

  #btn-nav {
    display: none;
  }

  /* boton filtrar */
}

@media screen and (max-width: 480px) {

  .catalog-product-view main#maincontent {
    padding-top: 15px;
  }

  .checkout-cart-index.amcheckout-wrapper {
    padding: 10px 0 !important;
  }

  .checkout-cart-index .cart-container {
    display: flex;
    flex-direction: column-reverse;
  }

  .checkout-cart-index .cart.main.actions {
    flex-direction: row !important;
    justify-content: center;
    gap: 20px;
  }

  .checkout-cart-index #empty_cart_button {
    margin: 0;
  }

  .checkout-cart-index .cart.main.actions {
    margin-bottom: 20px;
  }

  .checkout-cart-index .cart-container {
    margin-top: 0 !important;
  }

  .itemsCategorias a:nth-child(2) {
    font-size: 24px;
    width: 320px;
  }

  .itemsCategorias img {
    object-fit: cover;
  }

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

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

  .product.attribute.hecho-a-mano::before,
  .product.attribute.procedencia::before {
    font-size: 0;
  }

  .section-item-title.nav-sections-item-title.active {
    display: none;
  }

  .section-item-title.nav-sections-item-title {
    display: none;
  }

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


  .column.main {
    padding: 0 !important;
  }

  /*   .catalog-category-view .copyright {
    margin-bottom: 30px;
  } */

  .itemsCategorias {
    flex-basis: auto;
  }

  .homeCategorias-seis-col>.itemsCategorias {
    flex-basis: 160px;
  }

  .filter-current {
    width: 100%;
    margin: 0 !important;
  }

  #narrow-by-list {
    text-align: left;
  }

  /* Carrito */
  li.item.product.product-item {
    /*   border-bottom: 1px solid #f1f1f1;
    margin-bottom: 6px;
    border-top: 0; */
    border-radius: 0;
  }

  .details-qty.qty::before {
    content: "x";
  }

  li.item.product.product-item.odd.last {
    display: flex !important;
  }

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

  .product-item-details {
    padding-left: 5px !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

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

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

  .item-qty.cart-item-qty:focus {
    box-shadow: none;
  }

  /* Carrito */
  /*  .products-grid ol.products.list.items.product-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 10px;
    padding: 5px;
  } */

  .products-grid li.item.product.product-item {
    width: calc((100%/2) - 0px);
    margin: 0;
    padding: 10px;
    border-style: none;
  }

  /*  strong.product-item-name {
    height: 60px;
  } */

  .table.grouped .field.qty {
    display: flex;
    align-items: center;
    column-gap: 10px;
    background-color: #f1f1f1;
    padding: 0 5px;
    border-radius: 5px;
  }

  .table.grouped .qty-decr,
  .table.grouped .qty-incr {
    width: 25px;
    height: 25px;
  }

  .control.qty input[type="number"] {
    border-style: none;
    font-weight: 600;
    font-size: 1.8rem;
    background-color: #f1f1f1;
    padding: 0 !important;
    width: 50px !important;
    margin-top: 0 !important;
  }

  .control.qty input[type="number"]:focus {
    box-shadow: none;
  }

  /* .price-box.price-final_price {
    display: none;
  } */

  /* boton agrupado */

  .column.main {
    padding: 0 !important;
  }

  .icon-plus svg,
  .icon-minus svg {
    fill: #333;
    width: 25px;
    height: 25px;
  }

  #td.col.qty {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    display: flex !important;
    justify-content: center;
  }

  /* boton agrupado */

  .action.towishlist span {
    padding-left: 15px;
    font-size: 12px;
  }

  .product-addto-links {
    display: inline-flex;
    width: 100%;
    margin-top: 15px;
  }

  .page-title-wrapper.product h1 {
    font-size: 18px;
  }

  /*   .product.attribute {
    height: 30px;
    margin-bottom: 5px;
  } */

  .gallery-placeholder .etiquetas {
    /* margin-top: 20px; */
  }

  /* span.counter.qty {
    display: none !important;
  } */

  .homeCategorias {
    justify-content: space-evenly;
    /* padding: 0 5px; */
  }

  .homeSiena {
    max-width: 100%;
    /* margin: 10px auto 0; */
  }

  .page-wrapper header.page-header {
    position: sticky;
    top: 0;
    margin-bottom: 0px;
    z-index: 2;
  }

  .page-header {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    z-index: 1;
  }

  .panel.wrapper {
    display: none;
  }

  .header.content {
    background-color: #E6E6E6;
  }

  /*  .multiples_productos {
    width: 100%;
    display: none;
  } */

  .contenedor-productos-info {
    display: inline-flex;
    flex-wrap: wrap;
  }

  /* Home */
  /*  .itemsCategorias {
    width: calc((100% / 2) - 10px);
  } */

  .homeCategorias-seis-col .itemsCategorias p {
    bottom: 35px;
    left: 10px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
  }

  .homeCategorias-seis-col .itemsCategorias a {
    bottom: 10px;
    color: #fff;
    font-size: 1.2rem;
    background-color: #333;
    padding: 5px 10px;
    width: auto;
    left: 10px;
  }

  /* Home */

  .sections.nav-sections {
    z-index: 3;
    background-color: #fff;
  }

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


/*  */
.cart.table-wrapper .item .col.item {
  min-height: 70px !important;
}

@media screen and (min-width:767px) {
  .cart.table-wrapper .item .col.item {
    padding: 0px 8px 0px 0 !important;
  }

  .cart.table-wrapper .product-item-photo {
    max-width: 65px !important;
  }

  .close-button {
    margin: 20px auto !important;
  }

  #close-button::after {
    content: "\e5cd";
    font-family: "Material Symbols Outlined";
    background-color: #fff;
    padding: 5px 10px;
    font-size: 25px;
    cursor: pointer;
    border: 1px solid #ccc;
    color: #000;
    position: relative;
    right: -70px;
  }

  #cerrarContenido::after {
    padding: 5px 10px !important;
  }

  .column.main {
    padding: 0 !important;
  }

  .filter-options-title {
    text-align: left;
  }

  .navigation>ul {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
  }
}

.product-filter-slider>span {
  display: none;
}

.child.precio {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 !important;
  text-align: center;
}

.pages .item {
  margin: 0px 15px 0 0;
  padding: 0px 5px;
}



@media screen and (max-width:320px) {
  .minicart-wrapper.active .product.actions {
    width: 47% !important;
  }

  .hecho-container {
    width: 80%;
  }

  .homeCategorias-seis-col .itemsCategorias p {
    position: absolute;
    bottom: 80px;
    left: 30px;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 500;
  }

  .homeCategorias-seis-col .itemsCategorias a {
    position: absolute;
    bottom: 50px;
    left: 30px;
    background-color: #333;
    color: #fff;
    width: 120px;
    text-align: center;
    padding: 5px 0;
    border-radius: 5px;
    text-decoration: none;
    background: #333;
    color: #fff;
    z-index: 1;
    border-radius: 5px;
    font-size: 1.4rem;
  }
}

.price-box.price-final_price {
  margin: 0;
}

.price-box {
  margin: 0 !important;
}

@media (min-width: 767px) {
  /*  .fotorama--fullscreen .fotorama__stage {
    height: 90vh !important;
  } */

  /* .fotorama--fullscreen .fotorama__stage__shaft.fotorama__grab {
    height: 100vh;
  } */
}


.navigation .level0.parent:hover>.submenu {
  display: block !important;
  position: relative !important;
  top: 0 !important;
}


/* Color filtros */
.swatch-option.text {
  display: none;
}

.swatch-option.color {
  border-radius: 50%;
}

.swatch-option.image {
  border-radius: 50%;
}

.swatch-option:focus {
  box-shadow: none;
}

.swatch-option.image {
  border: none;
}

.swatch-option {
  border-radius: 80%;
  min-width: 20px;
  border: 1px solid #ccc;
}

.filter-options-item.allow.active .filter-options-title::after {
  font-family: "Material Symbols Outlined";
  content: "-" !important;
}

#validation-message-box {
  text-align: center !important;
}

div.mage-error {
  font-size: 1.7rem !important;
}

.product.pricing {
  display: none;
}

.swatch-attribute-options.clearfix {
  display: flex;
  flex-wrap: wrap;
}


@media screen and (max-width:480px) {
  .magetop_quickview-catalog_product-view a.goto-product {
    top: 175px;
    left: 0;
  }

  .magetop_quickview-catalog_product-view .box-tocart {
    top: 175px;
    right: 0;
    margin: 10px 10px 0 0;
  }
}

.product.attribute strong {
  font-weight: 600;
}

.product.attribute .value {
  font-weight: 300;
}

.product.attribute.hecho-a-mano strong {
  font-weight: 400;
}

.product-addto-links span {
  font-weight: 300;
}