/* Cursor */
/*
.cursor {
    position: fixed;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #fff;
    pointer-events: none;
    mix-blend-mode: difference;
    z-index: 10000012;
    transform: translate3d(-50%, -50%, 0);
    opacity: 0;
    background-size: 0%;
    transition: background-color 0.5s, border 0.5s, transform 0.5s, opacity 0.5s, background-size 0.5s;
}

* {
    cursor: none !important;
}

@media screen and (max-width: 767px) {
    .cursor {
        display: none;
    }

    * {
        cursor: inherit !important;
    }
}

#cursor.cursor.link-hover {
    transform: translate3d(-50%, -50%, 0) scale(2.3) !important;
}

#cursor.cursor.arrow-hover {
    transform: translate3d(-50%, -50%, 0) scale(2.3) !important;
}

#cursor.cursor.arrow-hover::after {
    content: "+";
    font-size: 24px;
    color: black;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
*/
/*header*/
.header-banner .veo-simple-html {
    background: #000;
    margin-left: 0;
    color: #FFF;
    text-align: center;
    padding: 10px 15px;
}

.header-banner .veo-simple-html p {
    color: #f5e1d9;
    margin: 0;
    font-size: 1em;
}

@media (max-width: 991px) {
    .header-banner .veo-simple-html p {
        font-size: 0.8em;
        line-height: 1.2em;
    }
}

/*header home */
#index header {
    position: absolute;
    z-index: 100;
    background-color: transparent;
    width: 100%;
}

#index header .header-top,
#index header .ets_mm_megamenu {
    background-color: transparent;
}

#header .layout_layout1 .ets_mm_megamenu_content {
    background: transparent;
}

@media (min-width: 768px) {
    #index .ets_mm_megamenu.layout_layout1:not(.ybc_vertical_menu) .mm_menus_ul {
        background: transparent !important;
    }

    #index .layout_layout1:not(.ybc_vertical_menu):not(.click_open_submenu) .mm_menus_li:hover > a,
    .layout_layout1:not(.ybc_vertical_menu).click_open_submenu .mm_menus_li.open_li > a,
    .layout_layout1:not(.ybc_vertical_menu) .mm_menus_li.menu_hover > a,
    .ets_mm_megamenu.layout_layout1.ybc_vertical_menu:hover,
    #header .layout_layout1:not(.ybc_vertical_menu):not(.click_open_submenu) .mm_menus_li:hover > a,
    #header .layout_layout1:not(.ybc_vertical_menu).click_open_submenu .mm_menus_li.open_li > a,
    #header .layout_layout1:not(.ybc_vertical_menu) .mm_menus_li.menu_hover > a,
    .ets_mm_megamenu.layout_layout1.ybc_vertical_menu:hover {
        background: transparent !important;
        border-bottom: 1px solid white;
    }

    #header .layout_layout1:not(.ybc_vertical_menu):not(.click_open_submenu) .mm_menus_li > a::before {
        background: transparent;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    #index #header .ybc-menu-toggle {
        color: white !important;
    }

    #index #header .ybc-menu-toggle .icon-bar {
        background-color: white;
    }
}

#index #header .mm_menus_ul.active .mm_menu_content_title {
    color: black !important;
}

#index #header .mobile #menu-icon .fa-solid.fa-bars.d-inline {
    color: white;
}

#header .ets_mm_megamenu.layout_layout1:not(.ybc_vertical_menu).scroll_heading {
    background: white !important;
}

#header .ets_mm_megamenu.layout_layout1:not(.ybc_vertical_menu).scroll_heading .mm_menus_ul {
    background: white !important;
}

#index #header .logo {
    -webkit-filter: invert(1);
    filter: invert(1);
}

#index .search-widget > form input[type="text"] {
    background-color: transparent !important;
    border-color: white !important;
    color: white !important;
}

#index .search-widget > form input[type="text"]::-webkit-input-placeholder {
    color: rgb(233, 233, 233);
}

#index .search-widget > form input[type="text"]::-moz-placeholder {
    color: rgb(233, 233, 233);
}

#index .search-widget > form input[type="text"]:-ms-input-placeholder {
    color: rgb(233, 233, 233);
}

#index .search-widget > form input[type="text"]::-ms-input-placeholder {
    color: rgb(233, 233, 233);
}

#index .search-widget > form input[type="text"]::placeholder {
    color: rgb(233, 233, 233);
}

#index #header .header-top .header__flex .displayTop i,
#index #header .displayTopCenter #search_widget button i {
    color: white;
}

#index #header .mm_menu_content_title {
    color: white !important;
}

#index #header .mm_menu_content_title span.mm_arrow::after {
    border-left: 4px solid rgba(255, 255, 255, 0);
    border-right: 4px solid rgba(255, 255, 255, 0);
    border-top: 4px solid;
}

#index #header .ets_mm_megamenu.layout_layout1:not(.ybc_vertical_menu).scroll_heading .mm_menu_content_title {
    color: black !important;
}

#index #header .ets_mm_megamenu.layout_layout1:not(.ybc_vertical_menu).scroll_heading .mm_menu_content_title span.mm_arrow::after {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid;
}

#index .user-icon-kebes,
#index .cart-icon-kebes {
    fill: white;
}

/* header default */
#header .header-nav {
    height: 0;
    min-height: auto;
}

#header .logo {
    min-width: 250px;
}

.displayTopCenter {
    display: none;
}

#header,
#header .header-top {
    background-color: #f5e1d9;
}

#header .header-top .header__flex .displayTop .icon_name {
    display: none;
}

#header .header-top .header__flex .displayTop #_desktop_cart .cart-products-count {
    top: -7px;
    right: -12px;
}

#header .header-top .header__flex .displayTop i {
    font-size: 16px;
    line-height: 22px;
}

@media (max-width: 991px) {
    #header .header-top .header__flex.mobile .mobile_top {
        max-height: 80px;
        justify-content: center;
    }

    #header .header-top .header__flex .displayTop {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
        min-height: 40px;
    }

    #header .header-top .header__flex {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }
}

.ets_mm_block_content .has-sub > a:after,
.ets_mm_block_content ul li ul {
    display: none;
}

.layout_layout1 .ets_mm_megamenu_content {
    border-bottom: 0;
    border-top: 0;
}

ul.mm_columns_ul {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
}

.position-static.displayTop #search_widget {
    min-width: none;
    width: 200px;
}

#search_widget {
    max-width: 200px;
}

#header .header-top .header__flex .displayTop #_desktop_user_info {
    margin: 0 26px 0 38px;
}

.search-widget > form input[type="text"] {
    border: 1px solid #000 !important;
}

@media (max-width: 991px) {
    #header .header-top .header__flex.mobile .mobile_middle .displayTopCenter {
        display: flex;
        justify-content: flex-end;
    }

    body:not(#index) header#header {
        background: transparent;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 300;
    }

    #header .header-top .displayTop .search-widget form input[type="text"] {
        display: none;
    }

    #header .header-top .header__flex.mobile .mobile_top {
        justify-content: space-between;
        align-items: center;
        max-height: 60px;
        margin: 10px 0;
    }

    .displayTop #search_widget {
        display: none;
    }

    #header .displayLogo .logo {
        width: 100%;
        min-width: auto;
        max-width: 215px;
    }

    #header .displayLogo {
        width: 50%;
        min-width: 125px;
    }

    #header .header-top .header__flex .displayTop {
        width: 50%;
    }

    #header .header-top .header__flex.mobile .displayTop #_desktop_user_info {
        margin: 0 12px;
    }

    #search_widget {
        max-width: 200px;
        margin: 0 -14px 0 0;
    }

    #header .header-top .header__flex.mobile .mobile_middle {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }

    #index #header .header-top .header__flex.mobile .mobile_middle {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
}

.user-icon-kebes,
.cart-icon-kebes {
    width: 22px;
}

/* .mobile_middle{
  position: fixed;
  top: 0;
}

#header .header-top .header__flex.mobile .mobile_top{
  margin-top: 65px;
}
/*
.is-open .mobile_middle{
  position: inherit;
  top: 0;
} */
#search_widget {
    max-width: 200px;
    margin: 0 -14px 0 0;
}

/*centrar lupa*/
#search_widget form i {
    top: -4px;
    font-size: 20px;
}

#wrapper {
    padding-top: 0;
}

.carousel {
    left: 50%;
    width: 100vw;
    padding-bottom: 0;
    margin-left: -50vw;
    background-color: #f6f6f6;
    box-shadow: none;
    height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
}

.carousel .carousel-item figure::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.carousel .carousel-item figure .caption .display-1 {
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 3.5rem;
}

.carousel .carousel-item figure .caption .text-uppercase {
    text-transform: none !important;
}

.carousel .carousel-item figure .caption .caption-description h2,
.carousel .carousel-item figure .caption .caption-description h3,
.carousel .carousel-item figure .caption .caption-description p {
    font-weight: 400;
    font-size: 1.5rem;
}

.carousel .carousel-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.carousel .carousel-inner {
    height: 100%;
}

.carousel .carousel-item figure {
    height: 100%;
}

.carousel .carousel-item .caption {
    position: absolute;
    bottom: 40%;
    left: 90px;
    max-width: 40%;
    color: #ffffff;
    margin: 0;
    z-index: 2;
}

@media (max-width: 991px) {
    .carousel .carousel-item .caption {
        position: absolute;
        margin: 0;
        text-align: left;
        max-width: 100%;
        bottom: 10px;
        left: 10px;
    }

    .carousel .carousel-control .icon-prev i,
    .carousel .carousel-control .icon-next i {
        font-size: 1rem;
    }

    .carousel .carousel-item figure .caption .text-uppercase {
        padding: 0 20px;
        font-size: 2.5rem;
    }

    .carousel .carousel-item figure .caption .caption-description h2,
    .carousel .carousel-item figure .caption .caption-description h3,
    .carousel .carousel-item figure .caption .caption-description p {
        font-weight: 400;
        font-size: 1rem;
        padding: 0 20px;
    }
}

.carousel .carousel-item .caption .display-1,
.carousel .carousel-item .caption .caption-description h3,
.carousel .carousel-item .caption .caption-description p {
    color: #ffffff;
}

#footer {
    padding: 30px 15px;
}

.pre-footer .veo-simple-html p {
    margin-bottom: 60px;
    width: 1470px;
    max-width: 100%;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .pre-footer .veo-simple-html p {
        text-align: center;
    }
}

div.footer-container div.container div.row div.col-md-4.links div.row div.col-md-12.wrapper {
    margin-bottom: 20px;
}

.copyright .copyright_content .block-social ul {
    gap: 10px;
}

.copyright .copyright_content .block-social ul li {
    width: auto;
    font-size: 2em;
}

.copyright .copyright_content .block-social ul li:hover i {
    color: var(--footer_hover) !important;
}

#footer_account_list li span i {
    display: none;
}

#footer .footer-container .h4,
#footer .footer-container .h3 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
}

#footer .footer-container li {
    margin-bottom: 6px;
}

#footer_contactinfo .data_contactinfo > i {
    display: none;
}

.copyright .copyright_content {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {

    #footer .footer-container .h4,
    #footer .footer-container .h3 {
        font-size: 22px;
    }
}

/* home categories */
.ets_baw_display_banner.displayhome {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: 100vw;
    width: 100vw;
    height: 100vh;
    padding-bottom: 0;
    background-color: hsla(0, 0%, 0%, 0.5);
    box-shadow: none;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
}

.content_before_image,
.content_after_image {
    text-align: center;
    z-index: 1;
}

.ets_baw_display_banner.displayhome img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    top: 0;
}

.ets_baw_display_banner.displayhome .content_after_image {
    color: white;
    padding: 20px;
    font-size: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 80%;
    max-width: 400px;
}

@media (max-width: 767px) {
    .ets_baw_display_banner.displayhome {
        height: 100vh;
        min-height: auto;
    }
}

.ets_baw_display_banner.displayhome .content_after_image p,
.ets_baw_display_banner.displayhome .content_after_image h1,
.ets_baw_display_banner.displayhome .content_after_image h2 {
    color: white;
}

.ets_baw_display_banner.displayhome .content_after_image h1 {
    font-size: clamp(2rem, 1.6039rem + 1.2676vw, 3.125rem);
    line-height: 1.1em;
    font-weight: 400;
}

.ets_baw_display_banner.displayhome .content_after_image h2 {
    font-size: 34px;
    line-height: 36px;
    font-weight: 400;
}

#content > div.displayhome:nth-child(1) > div {
    max-width: 700px;
}

.ets_baw_display_banner.displayhome .content_after_image .bannerButtons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.ets_baw_display_banner.displayhome .content_after_image .bannerButtons a {
    display: block;
    font-size: 16px;
    background-color: transparent;
    color: #f5e1d9;
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid white;
    transition: all 0.4s ease-in-out;
}

.ets_baw_display_banner.displayhome .content_after_image .bannerButtons a:hover {
    border-color: rgb(233, 233, 233);
    color: #f5e1d9;
}

@media only screen and (max-width: 991px) and (orientation: landscape) {
    #index #content > div:nth-child(1) > div {
        margin-top: 130px;
    }

    .mouseDown {
        right: 30px;
        top: 50%;
        margin-top: -20px;
    }

    .ets_baw_display_banner.displayhome .content_after_image {
        gap: 5px;
    }
}

/*4 banners home*/
.veo-simple-html {
    margin-left: 15px;
}

.grid4banners-container {
    width: 100%;
    padding-bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 0px;
}

@media (max-width: 767px) {
    .grid4banners-container {
        grid-template-columns: 1fr;
    }
}

.grid4banners-item {
    height: 300px;
    min-height: 60vh;
    position: relative;
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("/img/cms/butacas.png");
    background-size: cover;
    background-position: right;
}

.banner2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("/img/cms/etnico.png");
    background-size: cover;
    background-position: right;
}

.banner3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("/img/cms/2_Promobanner_KW37.jpg");
    background-size: cover;
    background-position: right;
    position: relative;
    /* Añadido para asegurar que el contenedor se posicione correctamente */
    transition: background-image 0.5s ease;
    /* Transición de la imagen de fondo */
}

.banner3 .texto p {
    margin: 10px 0;
}

.banner3 .circunferencia {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 170px;
    height: 170px;
    border: 1px solid white;
    border-radius: 50%;
    transition: all 0.5s ease;
}

/* Efecto hover */
.banner3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("/img/cms/butacas.png");
    /* Segunda imagen */
    background-size: cover;
    background-position: center;
    opacity: 0;
    /* Comienza con opacidad 0, oculta */
    transition: opacity 0.5s ease;
    /* Transición suave de opacidad */
    z-index: 0;
    /* Asegura que la imagen de fondo original esté encima */
}

.banner3:hover::before {
    opacity: 1;
}

.banner3:hover .circunferencia {
    transform: translate(-50%, -50%) scale(1.5);
    /* Ampliación de la circunferencia */
}

.color-square {
    background-color: #f5e1d9;
}

.color-square .overlay p a,
.grid4banners-item .overlay p a {
    font-size: 16px;
    text-decoration: underline;
}

.grid4banners-item .overlay p a {
    text-align: left;
    color: white;
}

.grid4banners-item .overlay p a:hover {
    color: #f5e1d9;
}

.color-square .overlay p a {
    color: var(--color_link);
}

.color-square .overlay p a:hover {
    color: var(--color_hover);
}

.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    /* Ocupa el 80% del contenedor */
    padding: 10px;
    border-radius: 5px;
}

.overlay p {
    margin: 0;
    color: #ffffff;
    font-size: 34px;
    line-height: 36px;
}

.color-square .overlay p {
    text-align: left;
    color: black;
}

.color-square .overlay {
    top: 80%;
}

/*tienda home*/
.hometienda {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hometienda.hometienda2 {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 60px;
}

#custom-text .hometienda img {
    width: 50%;
    height: auto;
    padding: 0;
}

.hometienda div {
    width: 40%;
    padding: 20px;
}

.hometienda div p a.button {
    background-color: black;
    color: #f5e1d9;
    padding: 10px 20px;
    border-radius: 30px;
    -webkit-text-decoration: capitalize;
    text-decoration: capitalize;
    margin-top: 1em;
    display: inline-block;
}

.hometienda div p a.button:hover {
    background-color: rgb(65, 65, 65);
    color: #f5e1d9;
}

.hometienda div h2 {
    font-size: 34px;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 1em;
}

#custom-text p {
    font-size: 16px;
}

@media (max-width: 767px) {

    .hometienda,
    .hometienda.hometienda2 {
        flex-direction: column;
    }

    #custom-text .hometienda img {
        width: 100%;
        height: auto;
        padding: 10px;
    }

    .hometienda div {
        width: 100%;
        padding: 10px;
    }
}

/*listado productos*/
#category-title h1 {
    font-size: clamp(2rem, 0.9286rem + 3.4286vw, 5rem) !important;
    letter-spacing: -0.03em;
    line-height: 1.5em;
    margin-bottom: 0.1em;
    font-weight: 500;
}

@media (max-width: 767px) {
    #category-title h1 {
        font-size: 4em;
    }
}

#toggleFilter {
    background: none;
    border: none;
    color: inherit;
}

/* #category #left-column {
  display: none;
} */
@media (min-width: 768px) {
    #category #wrapper #content-wrapper.col-md-9 {
        width: 100%;
    }
}

/* @media (max-width: 768px) {
  #category #left-column {
    display: block;
  }
} */
#filter-products {
    display: flex;
}

/* #filter-products #search_filters {
  flex: 0 0 auto;
  width: 300px;
  transition: width 0.5s ease-in-out;
  display: none;
}

#filter-products #search_filters.activeFilter {
  display: block;
}

#filter-products #search_filters.hiddenFilter {
  width: 0;
} */
#filter-products #search_filters {
    flex: 0 0 auto;
    width: 0;
    /* Comienza con ancho 0 */
    opacity: 0;
    /* Inicialmente invisible */
    visibility: hidden;
    /* Ocultar el elemento */
    transition: width 0.5s ease-in-out, opacity 0.5s ease-in-out,
        visibility 0s 0.5s;
    /* Transición de ancho y opacidad */
}

#filter-products #search_filters.activeFilter {
    width: 300px;
    /* Ajusta el ancho al tamaño deseado */
    opacity: 1;
    /* Hace el elemento visible */
    visibility: visible;
    /* Hace el elemento visible */
    transition: width 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

#filter-products #search_filters.hiddenFilter {
    width: 0;
    opacity: 0;
    visibility: hidden;
    transition: width 0.5s ease-in-out, opacity 0.5s ease-in-out,
        visibility 0s 0.5s;
    /* Para ocultar con retraso en visibilidad */
    padding: 0;
}

#category main {
    overflow: unset;
}

#category-title {
    color: black;
}

#category main #wrapper > div {
    display: flex;
    flex-wrap: wrap;
}

#category main #wrapper > div > .breadcrumb {
    width: 100%;
}

#category main #wrapper > div > .breadcrumb li {
    display: inline;
}

#category main #wrapper > div #left-column #search_filters {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
}

#full-column-pre {
    background-color: #f5e1d9;
}

#products .products > div {
    width: 25%;
}

@media (max-width: 1199px) {
    #products .products > div {
        width: 33%;
    }
}

@media (max-width: 767px) {
    #products .products > div {
        width: 50%;
    }
}

#wrapper .breadcrumb li::after {
    content: "/";
}

#wrapper .breadcrumb {
    padding-left: 16px;
}

@media (max-width: 1199px) {
    #filters_category .modal-dialog {
        max-width: 100%;
    }
}

#category #search_filter_toggler {
    border: 1px solid;
    border-radius: 30px;
    padding: 9px 0.5rem;
}

#js-product-list-top #selectProductSort {
    padding: 0.75rem 0.5rem 0.6875rem;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
    color: var(--button_s_color);
    border: 1px solid var(--button_s_border);
    background-color: var(--button_s_bk);
    border-color: var(--button_s_border);
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    border: 1px solid;
    height: 44px !important;
}

@media (max-width: 767px) {
    #js-product-list-top #selectProductSort {
        max-width: none;
    }
}

#custom-top-filter ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    min-width: 80%;
}

@media screen and (max-width: 720px) {
    #custom-top-filter ul {
        flex-wrap: unset !important;
        overflow: auto !important;
    }
}

#custom-top-filter ul li {
    border: 1px solid #000000;
    background-color: #f5e1d9;
    width: auto;
    white-space: nowrap;
    transition: all 0.4s ease-in-out;
    border-radius: 30px;
}

#custom-top-filter ul li#selectOrderLi,
#custom-top-filter ul li#toggleFilter,
#custom-top-filter ul li a {
    padding: 10px 20px;
    display: block;
    cursor: pointer;
}

#custom-top-filter ul li#toggleFilter {
    color: #f5e1d9;
    background-color: #000000;
    /* cursor: pointer; */
}

#custom-top-filter ul li#selectOrderLi {
    color: #f5e1d9;
    background-color: #000000;
    display: flex;
    /* Enables flexbox for better centering */
    align-items: center;
    position: relative;
}

#custom-top-filter ul li#selectOrderLi select#selectProductSort {
    background: transparent;
    border: none;
    color: #f5e1d9;
    padding: 0;
    width: 120px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#custom-top-filter ul li#selectOrderLi:after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid;
    content: "";
    display: inline-block;
    font-size: 81%;
    vertical-align: 3px;
    margin-left: 1px;
}

#custom-top-filter ul li#selectOrderLi select#selectProductSort option {
    background: #000000;
    color: #f5e1d9;
}

#custom-top-filter ul li#toggleFilter:hover,
#custom-top-filter ul li#toggleFilter:focus,
#custom-top-filter ul li#selectOrderLi:hover,
#custom-top-filter ul li#selectOrderLi:focus {
    background-color: rgb(65, 65, 65);
}

#custom-top-filter {
    margin-bottom: 30px;
    display: flex;
    justify-content: stretch;
}

#custom-top-filter ul li:hover {
    background-color: #000000;
}

#custom-top-filter ul li:hover a {
    color: #f5e1d9;
}

#custom-top-filter ul li a:focus {
    color: inherit;
}

#custom-top-filter div.total-products {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 20px;
}

#custom-top-filter div.total-products p {
    text-align: right;
}

@media (max-width: 1199px) {
    #custom-top-filter {
        flex-direction: column;
    }

    #custom-top-filter div.total-products {
        width: 100%;
        justify-content: flex-start;
        margin-right: inherit;
    }
}

#product-details-info .btn {
    border-radius: 0;
}

.product-list-container {
    width: 100%;
}

.product-thumbnail {
    background-color: #f9f9f9;
}

.grid-item figure.mz-figure {
    background-color: #f9f9f9;
}

.grid-item figure.mz-active {
    background-color: #f9f9f9;
}

.product-thumbnail picture img {
    mix-blend-mode: multiply;
}

#products .product-miniature {
    padding: 0 5px;
}

#search_filters {
    padding: 0 1rem 1rem 1rem;
}

#js-product-list-top {
    margin: 0 0 32px;
}

.blockreassurance_product {
    justify-content: space-between !important;
    padding: 0 32px;
}

.blockreassurance_product > div {
    width: 100%;
    padding: 10px 5px;
    border-top: 1px solid #e0e0e0;
    justify-content: flex-start;
}

.blockreassurance_product > div.clearfix {
    padding: 0;
    border: 0;
    display: none;
}

/*producto*/
#product main #wrapper .container {
    margin: 0;
    width: 100%;
    padding: 0;
}

.product-prices .tax-shipping-delivery-label .available_stock.last_remaining_items {
    background-color: #f5e1d9;
}

.product-information .title_info_product {
    padding: 0 85px;
}

@media (max-width: 991px) {
    .product-information .title_info_product {
        padding: 0 20px;
    }

    #product .product_name {
        margin-bottom: 16px;
        font-size: 22px;
    }
}

div.product_cover_thumbnails div.images-container .product-cover picture {
    background-color: #f9f9f9;
    display: block;
}

div.product_cover_thumbnails div.images-container .product-cover picture img {
    mix-blend-mode: multiply;
}

.product-image-grid .grid-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    /* 6 columnas iguales */
    gap: 5px;
}

.product-image-grid .grid-item {
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
}

#product .product_topview.product_columns_2 .block_left {
    width: 66%;
}

#product .product_topview.product_columns_2 .block_right {
    width: calc(33% - 25px);
    position: relative;
}

@media (max-width: 991px) {

    #product .product_topview.product_columns_2 .block_left,
    #product .product_topview.product_columns_2 .block_right {
        width: 100%;
    }
}

@media (max-width: 767px) {

    .price_outstanding,
    #product .blockreassurance_product,
    .product-description {
        margin-left: 0;
        padding: 0 32px;
    }

    h1.product_name {
        padding: 0 16px;
    }
}

.grid-item {
    overflow: hidden;
    position: relative;
}

.grid-item-large {
    grid-column: span 6;
    /* Ocupa 3 columnas */
}

.grid-item-medium {
    grid-column: span 3;
    /* Ocupa 3 columnas */
}

.grid-item-small {
    grid-column: span 2;
    /* Ocupa 2 columnas */
}

.grid-item .zoom {
    width: 100%;
}

.grid-item .img-responsive {
    width: 100%;
    height: auto;
    aspect-ratio: 3/4;
    mix-blend-mode: multiply;
    max-height: calc(100vh - 100px);
    -o-object-fit: contain;
    object-fit: contain;
}

.grid-item img:hover {
    transform: scale(1.1);
}

.product_topview.product_columns_2 {
    align-content: stretch;
}

#product main {
    overflow: unset;
}

.splide .splide__track {
    margin-left: 0px;
    margin-right: 0px;
}

@media only screen and (min-width: 992px) {
    .sticky_sidebar {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 90px !important;
        max-width: 700px;
        margin: 0 auto;
        z-index: 1;
    }
}

div#mantenimiento {
    margin-top: 1em;
}

#mantenimiento-details-info > button {
    cursor: pointer;
}

#mantenimiento-details .veo-simple-html {
    margin: 30px 0 0 0;
}

/*carrito*/
#cart main {
    overflow: unset;
}

.cart-grid-right {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
}

.cart-grid-right .blockreassurance_product {
    display: flex;
    justify-content: space-between !important;
    gap: 20px;
    flex-wrap: wrap;
}

.cart-grid-right .blockreassurance_product div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    justify-content: space-between !important;
    gap: 20px;
}

.cart-grid-right .blockreassurance_product div.clearfix {
    display: none;
}

.blockreassurance_product .block-title {
    line-height: 24px !important;
}

.blockreassurance_product .item-product {
    margin-right: 0px;
    padding-top: 0px;
}

.btn {
    border-radius: 0;
}

/*checkout*/
body#checkout #header {
    min-height: 120px;
    background-color: var(--background);
}

body#checkout #header .header-nav .header_checkout .logo {
    max-height: none;
}

/*olvidar contraseña*/
.forgotten-password .form-fields div {
    max-width: 400px;
}

.forgotten-password .form-fields div button {
    width: 100%;
    margin-top: 20px;
}

/*contact-page*/
.contact-page-list {
    list-style: none !important;
    padding: 0 !important;
    margin-top: 50px;
}

/*sign in*/
.custom-radio input[type="radio"]:checked + span,
.custom-checkbox input[type="checkbox"]:checked + span {
    background-color: var(--color_font);
}

/*identity*/
#identity main {
    overflow: unset;
}

#identity main #wrapper .container {
    display: flex;
    flex-wrap: wrap;
}

#identity main #wrapper .container > .breadcrumb {
    width: 100%;
}

#identity main #wrapper .container #left-column .navigation_desktop {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
}

/*cms*/
.margin-img-cms {
    margin: 0 0 10px 0;
}

/*bug font awesome minus*/
.fa-minus::before {
    content: "\2013";
}

/* cookies */
.lgcookieslaw-switch.lgcookieslaw-switch-disabled .lgcookieslaw-slider {
    opacity: 1;
}

.lgcookieslaw-button,
.lgcookieslaw-reject-button {
    background-color: black;
    color: #f5e1d9;
    padding: 10px 20px;
    border-radius: 0;
    -webkit-text-decoration: capitalize;
    text-decoration: capitalize;
}

/* MOUSE SCROLL ANIMATION */
.mouseDown {
    font-size: 0.9em;
    border: 1px solid rgba(255, 255, 255, 1);
    display: block;
    width: 30px;
    height: 50px;
    border-radius: 30px;
    margin: 0 auto;
    text-decoration: none;
    transition: border 0.2s ease-out;
    z-index: 2;
    position: absolute;
    bottom: 60px;
    pointer-events: none;
}

.mouseDown:hover {
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.mouseDown span {
    display: block;
    width: 15px;
    height: 21px;
    background-size: contain;
    margin: 0.7em auto 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" data-name="Capa 1" viewBox="0 0 12.3 17.4"><path fill="%23fff" d="M6.2 17.4 0 11.3l.5-.5 5.3 5.3V0h.7v16.1l5.3-5.3.5.5-6.2 6.2Z"/></svg>');
}

.mouseDown span {
    -webkit-animation-name: scroll;
    animation-name: scroll;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: cubic-bezier(0.65, -0.55, 0.25, 1.5);
    animation-timing-function: cubic-bezier(0.65, -0.55, 0.25, 1.5);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    will-change: transform;
}

.mouseDown:hover span {
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
}

@-webkit-keyframes scroll {

    0%,
    20% {
        -webkit-transform: translateY(0) scaleY(1);
    }

    10% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(1.2em) scaleY(1.5);
        opacity: 0.01;
    }
}

@keyframes scroll {

    0%,
    20% {
        transform: translateY(0) scaleY(1);
    }

    10% {
        opacity: 1;
    }

    100% {
        transform: translateY(1.2em) scaleY(1.5);
        opacity: 0.01;
    }
}

/*easyzoom*/
/**
 * EasyZoom core styles
 */
.easyzoom {
    position: relative;
    display: inline-block;
}

.easyzoom img {
    vertical-align: bottom;
}

.easyzoom.is-loading img {
    cursor: progress;
}

.easyzoom.is-ready img {
    cursor: crosshair;
}

.easyzoom.is-error img {
    cursor: not-allowed;
}

.easyzoom-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 10em;
    margin: -1em 0 0 -5em;
    line-height: 2em;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
    position: absolute;
    z-index: 100;
    overflow: hidden;
    background: #f9f9f9;
}

.easyzoom-flyout img {
    mix-blend-mode: multiply;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    margin-left: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .ets_mm_megamenu .container {
        background-color: transparent;
    }

    /*
    #index .ets_mm_megamenu.layout_layout1:not(.ybc_vertical_menu) .mm_menus_ul {
        background: #fff !important;
    }

    .ybc-menu-toggle {
        display: block;
        position: absolute;
        top: -66px;
        width: 40px !important;
        overflow: hidden;
        height: 40px;
        left: 16px;
        background-color: #f00;
        opacity: 0;
    }*/
}

.transition_full .mm_menus_ul:not(.active) {
    display: none;
}

.ets_mm_block.mm_block_type_image .mm_img_content {
    position: absolute;
    width: 70px;
    height: 70px;
    background: #f5e1d9;
    border-radius: 50%;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ets_mm_block.mm_block_type_image .mm_img_content img {
    aspect-ratio: 1;
    -o-object-fit: contain;
    object-fit: cover;
    width: 72%;
    height: 72%;
    mix-blend-mode: multiply;
}

.ets_mm_block.mm_block_type_category .h4 {
    padding-left: 90px;
}

.ets_mm_block.mm_block_type_category ul.ets_mm_categories {
    padding-left: 90px;
}

.flecha-up {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #000;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    z-index: 999;
}

.flecha-up:hover {
    background-color: #f5e1d9;
    color: #000;
}

.ets_mm_megamenu .mm_columns_ul {
    pointer-events: all;
}

@media (min-width: 1199px) {
    .menu-categorias-5-col .column_size_2 {
        width: 20%;
    }
}

@media (max-width: 1199px) {
    .mm_menus_ul {
        background-color: #f5e1d9 !important;
    }

    .mm_menus_li {
        border-top: 1px solid #000 !important;
    }

    #header .layout_layout1 .mm_menus_li {
        background-color: #f5e1d9;
    }
}

@media (max-width: 991px) {
    .ets_mm_megamenu .mm_columns_ul {
        top: 0 !important;
        margin-top: 0 !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ets_mm_megamenu.mm_menu_center ul.mm_menus_ul {
        display: flex !important;
        justify-content: flex-start !important;
        flex-direction: column !important;
    }

    .mm_menus_li {
        float: left;
        width: 100% !important;
    }
}

#search .block-categories.hidden-sm-down,
#search #toggleFilter {
    display: none !important;
}