* {
    font-family: 'Noto Sans Display', sans-serif !important;
    /* font-family: "Roboto", sans-serif !important; */
    /* color: #666 !important; */
}

body {
    color: #80757e !important;
}

/* Header */
.panel.wrapper {
    display: none;
}

.page-header {
    position: sticky;
    top: 0;
    background-color: #f1f1f1;
    z-index: 2;
}

.header.content .minicart-wrapper .action.showcart:before {
    display: none;
}

.header.content .minicart-wrapper a {
    text-decoration: none;
    color: #333;
}

.header.content .minicart-wrapper {
    display: flex;
}

.favoritos svg,
.cuenta svg,
.carrito svg,
.field.search svg {
    width: 30px;
    height: 30px;
}

.favoritos svg,
.cuenta svg,
.carrito svg,
.field.search svg {
    fill: #000;
}

label.label img {
    width: 32px;
}

.block-search .label:before {
    display: none;
}

.panel.header .widget.block.block-static-block {
    margin: 0;
}

.panel.header .widget.block.block-static-block a {
    color: #000;
}

/* Header */

/* Home */
.homeSiena {
    max-width: 1920px;
    margin: 30px auto;
}

.homeCategorias {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 10px;
    row-gap: 50px;
    /* padding: 0 1px; */
    /* gap: 10px;
    justify-content: center; */
}

.homeCategorias-seis-col>.itemsCategorias {
    flex-grow: 1;
    flex-basis: 203px;
}

.homeCategorias-seis-col {
    display: flex;
    flex-wrap: wrap;

    padding: 0 1px;
}

.itemsCategorias {
    position: relative;
    flex-grow: 0;
    /* height: 100vh; */
    flex-basis: 650px;
    text-align: center;
}

/* .itemsCategorias:hover {
    transform: scale(1.005);
    transition: all .4s ease;
} */

/* .itemsCategorias img {
    width: 100%;
    height: 100%;
    object-fit: contain;
} */

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

.itemsCategorias a:nth-child(2) {
    font-family: 'Special Elite', system-ui;
    font-size: 32px;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    text-align: center;
    padding: 5px 0;
    border-radius: 5px;
    text-decoration: none;
}

/* .itemsCategorias::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0) 70%);
} */

/* Home */

/* Filtros */
.sections.nav-sections {
    z-index: 0;
}

/* .filter-options-title::before {
    content: "Filtar por";
} */

/* Filtros */

/* carrito */
.action.showcart {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

/* carrito */

/* Sidebar */
.sidebar.sidebar-main {
    display: none;
}

/* sidebar */

/* Favoritos */
.catalog-category-view .actions-secondary {
    position: relative;
}

.catalog-category-view .action.towishlist {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 2;
}

.catalog-category-view .action.towishlist span {
    display: none;
}

.product-social-links .action.towishlist::before,
.block-bundle-summary .action.towishlist::before,
.product-item .action.towishlist::before,
.table-comparison .action.towishlist::before {
    font-family: "Material Symbols Outlined";
    content: '\e87d';
    font-size: 25px;
    overflow: visible;
    line-height: normal;
    color: #000;
}

/* Favoritos */

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

.catalog-category-view .column.main {
    width: 100% !important;
    padding: 0;
    padding-bottom: 0px;
}

.product-item-inner {
    display: none !important;
}

.account .sidebar.sidebar-main {
    display: block;
}

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

.price-box.price-final_price .price-box .price-label {
    display: none;
}

.price-wrapper .price,
.contenedor-opciones.abierto .precio-subtotal p {
    color: #80757e;
    font-size: 1.4rem;
    font-weight: 300 !important;
}

.f-venta>p {
    font-weight: 300 !important;
}

.price-box.price-final_price .price-label {
    display: none;
}

.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
    border: none;
    outline: none;
}

.products.list.items.product-items {
    background-color: #fff;
    /*  padding: 20px; */
}

.item.product.product-item {
    background-color: #fff;
    border-radius: 10px;
}

.etiquetas {
    width: fit-content;
    position: absolute;
    z-index: 1;
}

.item.product.product-item .etiquetas {
    z-index: 2;
}

.catalog-product-view .etiquetas {
    z-index: 1 !important;
    left: 0 !important;
}

.tag.nuevo,
.tag.top {

    background-color: #6666664f;
    padding: 5px;
    font-weight: 400;
    color: white;
    font-size: 12px;
    margin: 5px;
}

/* Catalogo */

/* Botones */
.action.primary {
    background-color: #333;
    border-color: #333;
    padding: 9px 17px !important;
}

.action.primary:hover {
    background-color: #333;
    opacity: 0.9;
    border-color: #333;
}

.action.viewcart:hover {
    opacity: 0.9;
    border-color: #333;
}

.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active {
    background: #333;
    border: 1px solid #333;
}

.product-add-form .actions .action.primary.tocart span {
    display: flex;
    justify-content: center;
    gap: 10px;
}

/* Botones */


/* 12072023 */
/* .hecho-container {
    display: flex;
    column-gap: 10px;
    margin: 15px 0;
} */

.product.attribute.referencia {
    display: flex;
    gap: 10px;
}

.product.attribute.hecho-a-mano {
    display: flex;
    align-items: center;
    /* column-gap: 5px; */
}

.product.attribute.procedencia {
    display: flex;
    align-items: center;
    /* column-gap: 5px; */
}

.product.attribute.medidas,
.product.attribute.pedido-minimo {
    display: flex;
    gap: 10px;
}

/* .product.attribute.pedido-minimo .value::after {
    content: "unidades";
    padding-left: 5px;
} */

.product.attribute.hecho-a-mano .value {
    display: none;
}

.product.attribute.hecho-a-mano::before,
.product.attribute.procedencia::before {
    content: url(/pub/media/iconos/label_important.svg);
    font-size: 20px;
    width: 20px;
}


.product.attribute.hecho-a-mano strong {
    color: #666;
    font-weight: 500;
}

.product.attribute.procedencia strong {
    color: #666;
    font-weight: 400;
    padding-right: 5px;
}

.product.attribute.procedencia .value {
    color: #666;
    font-weight: 400;
}

.stock.available span {
    color: green;
}

/* 12072023 */

/* 14072023 */
img.flag-image {
    width: 12px !important;
    height: 12px !important;
}

.product-info-main .product-info-price {
    border-bottom: none;
}

/* 14072023 */

.page-main.page-main-details {
    display: none;
}

.copyright {
    background-color: #F0F0F0;
}

.contenedor-filtros .toolbar.toolbar-products {
    -webkit-box-shadow: -4px 4px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -4px 4px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: -4px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

.field.limiter {
    display: none !important;
}

.pages .action {
    background: #fff !important;
    border: none;
    box-shadow: none;
}

.pages .action:hover {
    background-color: #333 !important;
}

.pages .action.next:hover::before,
.pages .action.previous:hover::before {
    color: #fff;
}

.pages strong.page {
    background-color: #333;
    color: #fff;
    padding: 0 10px;
}

.pages a.page:visited {
    color: #7d7d7d;
}

.copyright {
    color: #666;
    order: 2;
}

.navigation {
    background: #fff !important;
}

.catalog-category-view .product-image-photo {
    /* filter: invert(5%); */
    filter: invert(1%);

    max-width: 90%;
}

.catalog-category-view .product.photo.product-item-photo>span {
    /* background: #f1f1f1; */
    background: #f1f1f142;
}

.section-item-title.nav-sections-item-title.active {
    background-color: #fff;
}

.section-item-title.nav-sections-item-title {
    background-color: #000;
}

.nav-sections-item-switch {
    color: #fff;
    font-weight: 600;
}

.section-item-title.nav-sections-item-title.active>a {
    color: #000;
}

.itemsCategorias>a {
    background: #fff;
    color: #000;
    z-index: 1;
    border-radius: 3px;

}

/*  .itemsCategorias > a:after {
   position: absolute;
   content: "";
   width: 100%;
   height: 0;
   bottom: 0;
   left: 0;
   z-index: -1;
    background: #e0e5ec;
   transition: all .3s ease;
   border-radius: 5px;
 } */

.itemsCategorias>a:hover {
    color: #000;
    background-color: #fff;

}

.itemsCategorias>a:hover:after {
    top: 0;
    height: 100%;
}

/* .itemsCategorias>a:active {
    top: 2px;
} */

.plumrocket-product-filter .filter-options-content {
    max-height: 100% !important;
}