/*
* Custom code goes here.
* A template should always ship with an empty custom.css
*/
@import "customer.css";

@font-face {
    font-family: 'Trueno';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url("../fonts/TruenoRg.woff");
}

@font-face {
    font-family: 'Trueno bold';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url("../fonts/TruenoSBd.woff");
}

@font-face {
    font-family: 'Trueno light';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url("../fonts/TruenoUltLt.woff");
}

:root {
    --color-red: #ce0e2d;
    --color-wood: #c58c3e;
    --color-grey: #636569;
    --color-light-grey: #959595;
    /* --color-light-grey: #c3c2c2; */
    --color_link: #505257 !important;
    --footer_hover: #ce0e2d !important;
}

a:hover,
a:focus,
a:active {
    color: var(--color-red);
    text-decoration: none !important;
}

body {
    font-family: 'Trueno';
}

#header .header-top>.container {
    width: 80%;
    padding: 0;
}

#header #header-info {
    display: flex;
    flex-direction: column-reverse;
}

#header .logo {
    min-width: 120px;
}

#header #logo-menu .logo {
    min-width: auto;
}


#header #header-top {
    display: flex;
    width: 100%;
    padding: 0;
    margin-top: .6em;
}

#header #header-top>div>div {
    display: flex;
    align-items: center;
}

#header .displayTop {
    text-transform: uppercase;
    color: var(--color-grey) !important;
}

#header .displayTop span {
    font-size: .8em;
    font-family: "Trueno Light";
}

.dbcontactinfo_top {
    display: flex;
    align-items: center;
    padding-right: 10px;
}

@media(max-width:991px) {
    .dbcontactinfo_top {
        padding-right: 0;
    }
}

#header .displayTop .dbcontactinfo_top_phone span {
    font-weight: bolder;
}

#header .displayTop .dbcontactinfo_top .dbcontactinfo_top_whatsapp,
#header .displayTop .dbcontactinfo_top .dbcontactinfo_top_phone,
#header .displayTop .dbcontactinfo_blog {
    margin: 0 12px;
}

#header .displayTop .dbcontactinfo_wishlist {
    margin-right: 12px;

}

#header .displayTop .dbcontactinfo_wishlist svg {
    height: 35px;
    width: 22px;
}

#header .displayTop .dbcontactinfo_blog span,
#header .displayTop #_user_info span,
#header .displayTop .dbcontactinfo_wishlist span {
    font-size: .6em;
}

#header .displayTop .dbcontactinfo_blog a,
#header .displayTop .dbcontactinfo_top_phone a,
#header .displayTop .dbcontactinfo_wishlist a {
    display: flex;
    align-items: center;
}

#header .displayTop #_user_info .user-info {
    width: 90%
}

#header .displayTop #_user_info .user-info a>div,
#header #_user_info .open_account {
    display: flex;
    align-items: center;
}

#header .displayTop #_user_info .user-info a>div span:nth-child(2),
#header #_user_info .open_account>span {
    line-height: 12px;
    padding-left: 5px;
}

#header .displayTop a:hover span,
#header #_user_info .open_account:hover span {
    color: var(--color-red) !important;
}

#header .displayTop a:hover svg path,
#header #_user_info .open_account:hover svg path {
    fill: var(--color-red);
    stroke: var(--color-red);
}

#header .displayTop .user-info a:hover svg ellipse,
#header #_user_info .open_account:hover svg ellipse {
    fill: var(--color-red);
    stroke: var(--color-red);
}

#header .displayTop .dbcontactinfo_top_phone:nth-child(1) a:hover>svg path {
    fill: none;
}

#header .displayTop .dbcontactinfo_top_phone:nth-child(1) a:hover>svg path:nth-child(2),
#header .displayTop .dbcontactinfo_top_phone:nth-child(1) a:hover>svg path:nth-child(3) {
    stroke: var(--color-red);
}

#header .icon-top {
    margin-right: 6px;
}

#header .header-top .header__flex #header-info {
    width: 90%;
}

#header .header-top .header__flex #_desktop_logo {
    width: 10%;
}

#header .header-top .header__flex .displayTopCenter {
    min-width: 45%;
}

@media (max-width: 767px) {
    #header .header-top {
        width: 0;
        height: 0;
    }
}

/* Titulo */
#header #shop_desc p {
    color: #505257;
    font-size: 2em;
    margin-bottom: 4px;
    padding-bottom: 0;
    font-weight: 800;
    margin-top: 8px
}

#header #shop_desc small {
    text-transform: uppercase;
    font-size: .6em;
    font-family: "Trueno Light";
    font-weight: bolder;

}

/* Barra de busqueda*/
.search-widget>form input[type="text"] {
    border: 1px solid var(--color-grey);
    background-color: white;
    border-radius: 30px;
    padding: 13px 20px;
    color: #e7e7e7;
    font-size: .7em;
    padding-right: 80px;
    color: var(--color-light-grey);
    letter-spacing: .2px;
}

.search-widget>form button[type="submit"] {
    background-color: var(--color-grey);
    color: white;
    border-radius: 30px;
    padding: 9px 15px;
    bottom: 3px;
    right: 4px;
    font-size: .8em;
    cursor: pointer;
}

.search-widget>form button[type="submit"]:hover {
    background-color: var(--color-wood);
    color: white;

}

.search-widget>form button[type="submit"] .search:hover,
.search-widget>form button[type="submit"] .search:active,
.search-widget>form button[type="submit"] .search:focus {
    color: white !important;
}

.search-widget>form button[type="submit"] span {
    text-transform: uppercase;
    font-size: .8em;
    padding: 0 6px;
}

#search_widget #content_search {
    display: none;
}

#search_widget_menu>div {
    position: absolute;
    width: 47px;
    top: 5px;
    right: 100px;
}

#search_widget_menu {
    display: none;
}

.iqitmegamenu.cbp-sticky #search_widget_menu {
    display: block;
}

.iqitmegamenu.cbp-sticky #search_widget_menu .search-icon>span {
    text-transform: uppercase;
    font-size: .7em;
    padding: 0 6px;
    color: white;
    font-family: 'Trueno Light';
    font-weight: bold;
}


.iqitmegamenu.cbp-sticky #search_widget_menu .search-icon {
    border: 2px solid white;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    width: 100px;
    border-radius: 30px;
    padding: 5px 15px;
    align-items: center;
    margin-top: 4px;
}

.iqitmegamenu.cbp-sticky #search_widget_menu .search-icon:hover {
    background-color: var(--color-wood);
}

#search_widget_menu .search-icon>i {
    color: white;
}

#search_widget_menu #search_widget {
    padding: 0;
    background: transparent;
    border: 0;
    position: absolute;
    right: 0;
    left: auto;
    min-width: 350px;
    margin-top: 10px;
}

#search_widget_menu #search_widget .text_input {
    border: 1px solid var(--color-grey);
    background-color: white;
    border-radius: 30px;
    padding: 13px 20px;
    font-size: .7em;
    padding-right: 80px;
    color: var(--color-light-grey);
    letter-spacing: .2px;
    width: 100%;
}

#search_widget_menu #search_widget form button[type="submit"] {
    background-color: var(--color-red);
    color: white;
    border-radius: 30px;
    padding: 9px 10px;
    bottom: 3px;
    right: 3px;
    font-size: .8em;
    cursor: pointer;
    position: absolute;
    border: none;
}

#search_widget_menu #search_widget form button[type="submit"]:hover {
    background-color: var(--color-wood);
}

/* Menu */
#cbp-hrmenu {
    display: flex;
    justify-content: center;
}

#cbp-hrmenu ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#cbp-hrmenu ul>li {
    width: auto;
    text-align: center;
    font-family: "Trueno Light";
    font-weight: bolder;
}

.iqitmegamenu.cbp-sticky #logo-menu img {
    width: 50px;
    position: absolute;
    top: 5px;
    margin-left: 100px;
    background-color: var(--color-red);
}

#cbp-hrmenu ul>li a {
    width: 100%;
    padding: 0 30px;
}


@media (max-width:1170px) {
    #iqitmegamenu-horizontal>div {
        padding: 0;
    }

    .iqitmegamenu.cbp-sticky #logo-menu img {
        margin-left: 30px;
    }

    #search_widget_menu>div {
        right: 60px;
    }
}

/* Submenu */
#cbp-hrmenu .cbp-hrsub-inner .cbp-column-title,
#cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:link {
    text-align: left;
    color: var(--color-grey);
    border: none;
}

.cbp-hrmenu .cbp-menu-column-inner a.cbp-column-title:hover {
    color: var(--color-red);
    font-weight: bold !important;
}

/* Pagina principal*/
#index #wrapper {
    padding-bottom: 0;
}

#wrapper {
    background-color: white;
}

#wrapper>.container-fluid {
    margin: 0 10%;
}

@media(max-width:991px) {
    #wrapper>.container-fluid {
        margin: 0 15px;
    }

}

/* Botón Volver al principio - Botón Whatsapp*/
.back-top,
.whatsapp {
    display: block !important;
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index: 10;
}

.back-top:hover,
.whatsapp:hover {
    opacity: .5;
}

.whatsapp {
    right: 0;
    left: 15px;
    width: 50px;
}

.whatsapp img {
    width: 50px;
}

/* Barra de iconos*/
.icon-bar {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 1px;
    top: 52px;
    z-index: 999;
    text-align: center;
}

.icon-bar .products-count {
    position: absolute;
    width: 28px;
    border-radius: 50%;
    color: white;
    text-align: center;
    padding: 4px;
    background-color: var(--color-red);
    right: 20px;
    margin-top: 18px;
    font-size: .7em;
}

.icon-bar .whatsapp-button {
    margin-top: 1em;
}

/* Banner */
.home-slider {
    height: auto;
    float: left;
    width: 100%;
    margin-bottom: 4em;
}

.home-slider .slideshow_container .pos-slideshow .nivo-controlNav {
    position: absolute;
    bottom: 30px;
    left: 50%;
    text-align: center;
    display: inline-block;
    z-index: 8;
    line-height: 1;
}

.home-slider .slideshow_container .pos-slideshow .nivo-controlNav a {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    font-size: 0;
    width: 14px;
    height: 14px;
    background: #ffffff;
    border: none;
    border-radius: 100%;
    transition: all 300ms linear;
}

.home-slider .slideshow_container .pos-slideshow .nivo-controlNav a:hover,
.home-slider .slideshow_container .pos-slideshow .nivo-controlNav a.active {
    background: var(--color-red);
}

.home-slider #pos-slideshow-home>a img {
    max-height: 550px;
}

#carousel {
    display: none;
}

#carousel .carousel .carousel-inner {
    height: auto;
    min-height: 570px;
}

/* Titulo página*/
#page-title{
    clear: both;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 60px;
}

#page-title h1{
    color: var(--color-red) !important;
    font-size: 2em !important;
    margin-bottom: 1em;
    font-weight: 700 !important;
    line-height: normal;
}
/* Comprar por medidas*/
#home-product-sizes {
    margin-top: 3em;
    margin-bottom: 4em;
    clear: both;
    padding: 0 15px;
}

#home-product-sizes p.title {
    text-align: left;
    color: var(--color-grey) !important;
    font-size: 2.5em !important;
    margin-bottom: 1em;
    font-weight: 700 !important;
    line-height: normal;
}

#home-product-sizes div {
    display: flex;
    flex-wrap: wrap;
    text-align: center;

}

#home-product-sizes div>a {
    flex: 1 1 180px;
    width: 250px;
    margin-bottom: 1em;
}


#home-product-sizes a:hover svg text:not(#C),
#home-product-sizes a:hover svg text:not(#C)>tspan,
#common-sizes .common-size:hover svg text:not(#C),
#common-sizes .common-size:hover svg text:not(#C)>tspan {
    stroke: var(--color-red);
    fill: var(--color-red);
}


/* Slider Marcas*/
.dbbrandslide {
    clear: both;
}

.h3.title {
    text-align: center;
    color: var(--color-grey);
    font-size: 2.5em;
}

.dbbrandslide .title {
    margin-bottom: .9rem;
}

#splide_dbbrandslide .splide__arrows {
    display: none;
}

#splide_dbbrandslide img {
    object-fit: cover;
    width: 100%;
}

#home-mattress-configurator > .top-text p:first-child{
    margin-bottom: 10px;
}
@media(max-width:768px)
{
    .h3.title,
    #home-product-sizes p.title,
    .home-product-feature h2,
    #footer-map p:first-child,
    #home-mattress-configurator > .top-text p:first-child,
    .featured-products>.h3.products-section-title{
        font-size: 1.6em !important;
    }
    #home-product-sizes p.title{
        text-align: center;
    }

    #footer-map p:last-child,
    #home-mattress-configurator > .top-text p:last-child{
        font-size: 1.1em !important;
    }
}

/* Footer */
#footer {
    background-color: white;
}

#footer .pre-footer {
    padding-top: 0;
}

#footer .block-contact {
    display: none;
}

#footer hr {
    margin: 0 13%;
}

#footer .footer-container {
    margin: 0;
    padding-top: 1.5em;

}

#footer .footer-container .container>div:first-child>div {
    display: flex;
    align-items: center;
}

#footer .footer-container .container>div:first-child>div>div:first-child {
    width: 13%;
}

#footer .footer-container .container>div:first-child>div>div:nth-child(2) {
    width: 87%;
}

#footer .footer-container .container>div:first-child>div>div:nth-child(2)>div {
    padding: 0;
}

#footer .footer-container .container>div>div:nth-child(2) {
    padding-left: 20px;
}

#footer .footer-logo img {
    width: 150px;
    padding: 0 5px;
}

#footer .links p {
    display: none;
}

#footer .links ul {
    display: flex;
    flex-wrap: wrap;
}

#footer .links ul>li {
    flex: 1 1 180px;
    padding-top: 5px;
    font-family: "Trueno Light";
}

#footer .links ul>li a {
    font-size: .8em;
}

#footer .footer-container .footer-info {
    margin-top: 1em;
}

#footer .footer-container .footer-info p {
    color: #5e6064;
}

#footer .footer-container .footer-info>div {
    padding: 15px 60px;
}

#footer .footer-container .footer-info>div:nth-child(1) {
    padding-left: 15px;
}

#footer .footer-container .footer-info>div:nth-child(2) {
    border-right: 1px solid black;
    border-left: 1px solid black;
}

#footer .footer-container .footer-info>div:nth-child(2) img {
    width: 100%;
    max-width: 315px;
}

.social-follow {
    padding: 0;
}

.social-follow ul {
    text-align: center;
}

.social-follow ul li {
    height: 1.7rem;
    width: 1.7rem;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0.125rem;
    cursor: pointer;
    background-size: 100%;
    border-radius: 50%;
}

.social-follow ul li a {
    display: block;
    height: 100%;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
}

.facebook:hover {
    background-image: url("../img/icons/facebook-hover.svg");
}

.instagram:hover {
    background-image: url("../img/icons/instagram-hover.svg");
}

.linkedin:hover {
    background-image: url("../img/icons/linkedin-hover.svg");
}


#footer .contact {
    padding-right: 30px;
}

#footer .contact>div {
    display: flex;
    flex-direction: column;
    align-items: end;
}

#footer .contact .footer-phone {
    text-align: end;
    display: flex;
    align-items: center;
}

#footer .contact .footer-phone img {
    margin-right: 10px;
}

#footer .contact .footer-phone span {
    font-size: 1.8em;
    font-weight: bold;
    color: var(--color-grey);
}

#footer .contact .footer-phone span:hover {
    color: var(--color-red);
}

#footer .contact a:nth-child(2) {
    text-decoration: underline;
    font-size: .7em;
    padding-top: 10px;
}


/* Footer copyright*/
#footer .footer-container .copyright {
    display: block;
    text-align: right;
    line-height: 15px;
    font-family: "Trueno Light";
}

#footer .footer-container .copyright p:first-child {
    margin-bottom: 0;
}

#footer .footer-container .copyright p {
    font-size: .6em;
}

#footer .footer-container .copyright p:nth-child(2)>a {
    text-decoration: underline;
}

/* Footer Contacta*/
#footer-form-contact {
    background-color: #f7f6f4;
    padding: 15px;
    border-radius: 30px;
    margin-bottom: 2em;
    margin-top: 2.7em;
}

#footer-form-contact>div {
    padding: 60px 30px 50px 30px;
    border-radius: 17px;
    border: 1px solid var(--color-grey);
}

#footer-form-contact p {
    text-align: center;
    font-weight: normal;
}

#footer-form-contact p:first-child {
    font-size: 1.4rem;
    color: var(--color-wood);
}

#footer-form-contact p:nth-child(2) {
    text-transform: uppercase;
    padding: 0 10px;
    padding-top: 10px;
    color: var(--color-grey);
}

#footer-form-contact .icons-contact {
    display: flex;
    justify-content: space-evenly;
    margin-top: 60px;

}

#footer-form-contact .icons-contact>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
    width: 85px;
}

#footer-form-contact .icons-contact>div img {
    width: 35px;
    padding-bottom: 20px;
}

#footer-form-contact .icons-contact>div span {
    font-size: .9em;
    color: var(--color-light-grey);
    font-family: "Trueno Light";
}

#footer-form-contact .buttons-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 20px;

}

#footer-form-contact .buttons-contact a {
    font-family: "Trueno Light";
    background-color: white;
    margin: 10px 0;
    border-radius: 30px;
    padding: 8px 30px;
    border: 1px solid var(--color-grey);
    width: 280px;
    text-transform: uppercase;
    font-size: .8em;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: var(--color-light-grey);
}

#footer-form-contact .buttons-contact a:hover {
    background-color: var(--color-red);
    color: white !important;
    border: 1px solid var(--color-red);
    font-weight: bolder;
}

#footer-form-contact .buttons-contact a:hover svg path {
    fill: white;
}

#footer-form-contact .buttons-contact a:last-child {
    text-align: center;
    border: 1px solid var(--color-red);
    background-color: var(--color-red);
    color: white;
    padding: 15px 12px;
    justify-content: center;
    letter-spacing: 1px;
    font-weight: bolder;
}

#footer-form-contact .buttons-contact a:last-child:hover {
    color: white !important;
    background-color: var(--color-wood);
    border: 1px solid var(--color-wood)
}

#footer-form-contact .buttons-contact a svg {
    width: 25px;
    margin-right: 20px;
}

#footer-form-contact .text-contact {
    text-align: center;
    padding: 0 30px;
    color: var(--color-light-grey);
}

#footer-form-contact .text-contact p {
    color: var(--color-light-grey);
    font-family: "Trueno Light";
    font-size: .9rem;
}

/* Footer mapa*/
#footer-map>div {
    margin-left: 60px;
}

#footer-map p:first-child {
    font-size: 2.5em;
    color: var(--color-wood) !important;
}

#footer-map p:last-child {
    text-transform: uppercase;
    padding-top: 28px;
    font-size: 1.8em;
    color: var(--color-grey);
    line-height: normal;
}

#footer-map .map {
    margin-top: 3em;
    margin-bottom: 2em;

}

#footer-map .map iframe {
    width: 90%;
}

@media (max-width: 1500px) {
    #header .header-top>.container {
        width: 95%;
        padding: 0;
    }
}

@media (max-width: 1200px) {
    #header .header-top>.container {
        width: 100%;
        padding: 0 40px;
    }

    #header #shop_desc h1 {
        font-size: 1.5em;
    }

    #header #shop_desc {
        padding-left: 5%;
    }

    #footer-form-contact .icons-contact {
        flex-wrap: wrap;
    }

    #footer-form-contact .icons-contact>div {
        padding-bottom: 20px;
    }

    #footer-form-contact p:nth-child(2) {
        padding: 0;
    }

    #footer-form-contact .buttons-contact a {
        width: 250px;
    }
}

@media (max-width: 950px) {
    #header #shop_desc {
        display: none;
    }

    #header .header-top .header__flex .displayTopCenter {
        width: 100%;
        padding-left: 15%;
    }

}

@media (min-width: 1200px) {
    .footer-container>.container {
        width: 1470px !important
    }

}


#_mobile_search_bar {
    display: none !important;
}

#iqitmegamenu-mobile-content{
    display: none;
}
@media (max-width: 999px) {
    #iqitmegamenu-mobile,
    #iqitmegamenu-mobile-content {
        display: block;
    }

    #iqitmegamenu-mobile-content #iqitmegamenu-accordion.cbp-spmenu>li a {
        font-weight: bold;
        font-size: .9em;
    }

    #iqitmegamenu-mobile-content #iqitmegamenu-accordion.cbp-spmenu>li>ul a {
        font-size: .8em;
    }

    #iqitmegamenu-mobile #iqitmegamenu-shower,
    #cbp-close-mobile {
        background-color: white;
        border: none;

    }

    #iqitmegamenu-mobile #iqitmegamenu-shower {
        height: 80px;
        display: flex;
        align-items: center;
    }

    #cbp-close-mobile {
        background-color: var(--color-red);
        height: 83px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #iqitmegamenu-mobile .iqitmegamenu-icon {
        color: var(--color-red);
        background-color: white;
    }

    #iqitmegamenu-mobile {
        height: 80px;
    }

    #iqitmegamenu-mobile-content #iqitmegamenu-accordion.cbp-spmenu>li a {
        font-weight: normal;
    }

    #iqitmegamenu-shower span {
        display: none;
    }

    .iqitmegamenu-wrapper.cbp-hor-width-0 {
        height: 80px;
    }

    .cbp-hor-width-0 #iqitmegamenu-horizontal {
        margin: 0;
        padding: 0;
        height: 80px;
        box-shadow: none;
    }

    #cbp-hrmenu .cbp-tab-title {
        display: none;
    }

    #iqitmegamenu-horizontal>.container-fluid {
        display: none;
    }

    .container-iqit-menu {
        padding-left: 0;
        padding-right: 0;
        background-color: #fff;
        margin-bottom: 0;
    }

    #header .header-nav .mobile .top-logo img {
        max-height: 60px;
        margin-left: 10px;
    }

    #_mobile_search_bar {
        clear: both;
    }

    /* Header móvil*/
    #header .header-nav {
        margin-bottom: 0;
        float: right;
        width: 95%;
        background-color: transparent;
    }

    #header .header-nav>.container {
        padding-left: 0;
        margin-left: 0;
        width: 100%;
    }

    #header .header-top .header__flex .displayTopCenter {
        display: none !important;
    }

    #header .header-top #mobile__menu,
    #header .header-top #_desktop_logo,
    #_user_info,
    .displayTop .dbcontactinfo_wishlist {
        display: none;
    }

    #header .header-top {
        height: 0;
        margin: 0 !important;
        width: 0;
        padding: 0;
    }

    #header .header-nav .mobile {
        display: flex !important;
    }

    .container-iqit-menu {
        float: left;
        width: 5%;
        height: 80px;
    }

    #header.fixed {
        position: fixed;
        top: 0;
        width: 100%;
        background-color: white !important;
        z-index: 999;
        max-width: initial;
        border-bottom: none !important;
    }

    #_mobile_logo,
    #_mobile_logo a {
        width: 80px;
    }

    #_mobile_contact_info .dbcontactinfo_blog>div,
    #_mobile_contact_info>.dbcontactinfo_top>.dbcontactinfo_top_phone {
        margin-right: 15px !important;
    }

    #_mobile_contact_info>.dbcontactinfo_wishlist {
        margin-right: 20px !important;
    }

    #_mobile_contact_info>.dbcontactinfo_wishlist svg {
        height: 35px;
        width: 22px
    }

    #_mobile_search_bar {
        margin-top: 50px;
        background-color: var(--color-red);
        padding: 10px;
        display: block !important;
    }

    #_mobile_search_bar #search_widget {
        width: 100%;
    }

    .search-widget>form input[type="text"] {
        padding: 10px 20px;
        border: none;

    }

    .search-widget>form button[type="submit"] {
        padding: 7px 10px;
        bottom: 1px;
        right: 2px;
    }

    /* Barra de iconos*/
    .icon-bar {
        top: 150px;
    }

    .icon-bar img {
        width: 60px;
        height: 80px;
        align-items: flex-end;
    }

    .icon-bar .products-count {
        width: 22px;
        padding: 1px;
        right: 10px;
        margin-top: 5px;
        font-size: .5em;
    }



    .back-top-button img {
        width: 50px;
    }

    /* Footer*/
    #footer-form-contact {
        width: auto !important;
        margin: 0 15%;
        margin-bottom: 2em;
    }

    #footer-map>div {
        margin: 0;
    }

    #footer-map p {
        text-align: center;
    }

    #footer-map p:first-child {
        font-size: 2.5em;
        line-height: 40px;
    }

    #footer-map p:last-child {
        padding-top: 10px;
        line-height: 30px;
        font-size: 1.3em;
    }

    #footer-map .map {
        margin-top: 2em;
        margin-bottom: 1em;
    }

    #footer-map .map iframe {
        height: 350px;
        width: 100%;
    }

    .home-product-feature a {
        background-size: 60%;
        background-position: top;
    }

    .footer-container>.container {
        padding: 0;
    }

    .footer-container .container-fluid>div {
        display: flex;
        align-items: center;
    }

    .footer-container .container-fluid>div>.contact {
        text-align: end;
    }

    #footer .footer-container .footer-info>div:first-child>img {
        width: 100%;
    }

    #footer-form-contact {
        width: auto !important;
        margin: 0 20%;
        margin-bottom: 2em;
    }

    #footer-form-contact p:nth-child(2) {
        padding: 0;
        padding-top: 10px;
    }

    #footer-form-contact .text-contact {
        padding: 0;
    }

    #footer-form-contact .icons-contact {
        flex-wrap: wrap;
        margin-top: 50px;
    }

    #footer-form-contact .icons-contact>div {
        padding-bottom: 30px;
    }

    #footer-form-contact .buttons-contact {
        margin-top: 0;
    }


    #footer .footer-container .container>div:first-child>div {
        flex-direction: column;
    }

    #footer .footer-container .container>div:first-child>div>div:first-child {
        width: auto;
    }

    #footer .footer-container .footer-info>div {
        padding: 15px 0 !important;
        text-align: center;
    }

    #footer .footer-container .footer-info>div:nth-child(2) {
        border: none;
    }

    #footer .footer-container .copyright {
        text-align: center;
    }

    #footer .contact {
        padding: 0px !important;
    }

    #footer .contact>div {
        align-items: center;
        padding-top: 10px;
    }

    #footer .social-follow {
        padding-top: 20px;
    }

    #footer .links .title {
        display: none;
    }

    #footer .links ul {
        padding-top: 1.5em;
        background-color: white;
    }
}


@media (max-width:768px) {
    .header-nav>.container {
        padding-left: 0;
    }

    /* Banner móvil*/
    #wrapper {
        padding-top: 0;
    }

    .home-slider {
        display: none;
    }

    #carousel {
        display: block;
        background-color: white;
    }

    #carousel .carousel .carousel-inner {
        height: auto;
        min-height: 270px;
    }

    .carousel .direction {
        display: none !important;
    }

    .container-iqit-menu {
        display: block;
    }


    /* Bloque medidas del producto*/
    #home-product-sizes {
        padding: 0;
    }

    #home-product-sizes h3.title {
        text-align: center;
    }

    /* Footer*/
    .footer-container .container-fluid>div {
        display: block !important;
    }

    #footer .footer-container .footer-info>div:first-child>img {
        width: auto;
    }

    #home-product-sizes{
        margin-bottom: 10px;
    }
    #home-product-sizes div{
        justify-content: center;
    }

    #home-product-sizes div a{
        flex:none;
        width: auto;
        margin: 0 5px;
    }

    #home-product-sizes div a svg{
        width: 150px;
    }


}

@media (max-width:680px) {
    #footer-form-contact {
        width: auto !important;
        margin: 0 10%;
        margin-bottom: 2em;
    }
}

@media (max-width:604px) {

    #footer .links ul>li:last-child,
    #footer .links ul>li:nth-of-type(7) {
        display: none;
    }
}

@media (max-width:576px) {
    
    .container {
        width: auto !important;
    }

    .home-product-feature a {
        background-size: 100%;
        background-position: top;
    }


    #footer-form-contact {
        width: 100% !important;
        margin: 0;
        margin-bottom: 2em;
    }
}

@media (max-width:480px) {
    #footer-form-contact .icons-contact>div{
        width: 50%;
    }
}

/* Producto miniatura*/
.featured-products>.h3.products-section-title {
    font-size: 2.5em;
    color: var(--color-wood) !important;
    font-weight: 400;
    text-align: center;
    margin-bottom: 1.2em
}

.product-miniature .thumbnail-container {
    margin-bottom: 0;
}

.product-miniature {
    border: 2px solid #e8e8e8;
    margin-right: 1.2em !important;
}

.template_slide .product-miniature {
    margin-right: 0 !important;
}

.product-miniature img {
    object-fit: cover;
}

.product-brand-and-colors {
    height: 60px;
    margin-bottom: 1.2em;
    display: flex;
    align-items: center;
}

.product-brand-and-colors>div {
    width: 50%;
}

.product-miniature .product-brand img {
    height: 50px;
    width: 100px;
}

.product-miniature .product-title,
#products .product-title {
    text-align: center !important;
    text-transform: uppercase;
    height: 40px;
    font-weight: bolder;

}

.product-miniature .product-desc {
    text-align: center;
    height: 75px;
    margin-top: 10px;
}

.product-miniature .product-desc p:first-child,
.product-miniature .product-desc p:first-child span {
    font-size: .88em !important;
}

.product-miniature .product-desc p {
    margin-bottom: 5px;
    font-family: "Trueno Light";
    font-size: .9em !important;
    min-height: auto !important;
}

.product-miniature .thumbnail-container {
    margin-bottom: 0 !important;
}

.product-miniature .product-description {
    padding: 1em 1em 0 1em;

}

.product-miniature .view-product {
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: var(--color-grey);
    font-family: "Trueno light";
}

.product-miniature .view-product:hover {
    background-color: var(--color-wood);
}

.product-miniature .product-price-and-shipping {
    text-align: center !important;
    font-size: 24px !important;
    height: 60px;
}

.product-price-and-shipping .price {
    font-size: 1.1em;
    font-size: 1.1em;
    font-weight: bolder;
}

.product-price-and-shipping .price.discount {
    color: var(--color-red);
    margin-bottom: 6px;
}

.product-price-and-shipping .regular-price {
    color: var(--color-grey);
    font-weight: normal;
    font-size: .9em;

}

.product-miniature .shipping {
    margin-bottom: 1.6em;
    text-align: center;

}

.product-miniature .shipping p {
    color: green;
    font-family: "Trueno Light";
    height: 20px;
    font-size: 1em;
}

.product-miniature .product-desc p:nth-child(2) {
    font-family: "Trueno Light";
    font-size: .8em;
    text-align: center !important;
    min-height: 80px;
}


.product-miniature .product-features {
    background-color: #f1f1f2;
    height: 70px;
    margin-top: 10px;
}

.product-miniature .product-features.no-features{
    background-color: white;
}


.product-miniature .product-flags {
    align-items: flex-start;
    height: 100%;
    padding-bottom: 20px;
    justify-content: flex-end;
}

.product-miniature .product-flags li.product-flag {
    font-weight: normal !important;
    font-family: "Trueno";
    font-size: .9em;
    border-radius: 0 20px 20px 0;
    padding: 10px 20px;
}

.product-flags .product-flag.new {
    background-color: #d1ca8c !important;
}

.product-flags .product-flag.out_of_stock {
    background-color: #d48544 !important;
}

.product-flags .product-flag.outlet {
    background-color: #27284f !important;
}

.product-flags .product-flag.discount {
    background-color: #b00019 !important;
}

.product-miniature .wishlist-button-add,
#product .wishlist-button-add {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    opacity: .6;
}

.product-miniature .wishlist-button-add:hover,
#product .wishlist-button-add:hover {
    background-color: var(--color-red);
    opacity: 1;
}

.product-miniature .wishlist-button-add:hover i,
#product .wishlist-button-add:hover i {
    color: white;
}

.splide__arrow {
    opacity: .5;
}

.splide__arrow:hover {
    background-color: var(--color-red);
}

.splide__arrow:hover svg {
    fill: white;
}

.product-miniature .product-colors {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.product-miniature .product-colors ul {
    margin: 0;
}

.product-miniature .product-colors ul>li>div {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-left: 2px;
    border: 1px solid var(--color-grey);
}

.product-miniature .product-colors ul>li:last-child>div {
    background-color: black;
    color: white;
    font-size: 1.5em;
    text-align: center;
    padding-top: 1px;
}

.fadeOut_1>.owl-nav>.owl-prev,
.fadeOut_1>.owl-nav>.owl-next {
    top: 48% !important;
}

/* Codigo colores firmeza*/
.product-features .color{
    height: 20px !important;
}

.product-features .color p{
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-size: 12px;
}
.product-features .color.suave {
    background-color: #fab1ab;
}

.product-features .color.medio {
    background-color: #00afae;
}

.product-features .color.firme {
    background-color: #fdd835;
}

.product-features .color.extra-firme {
    background-color: #7dc39e;
}

.product-features .color.dual {
    background-color: #564669;
}

.product-features>div:last-child {
    height: 55px !important;
    display: flex;
}

.product-features>div:last-child .firm {
    height: 55px !important;
    width: 25%;
}

.product-features>div:last-child .firm img {
    height: 55px !important;
    width: 80px;
    object-fit: cover;
}

.product-features>div:last-child .features {
    height: 55px !important;
    width: 25%;
    display: flex;
    justify-content: center;
}

.product-features>div:last-child .features img {
    height: 55px !important;
    width: 60px;
    object-fit: cover;
}

.product-features>div:last-child div.features:nth-of-type(n+5) {
    display: none;
}

.product-features>div:last-child div.firm:nth-of-type(n+2) {
    display: none;
}

.template_slide {
    margin-top: 3em;
    margin-bottom: 6em;
}

#products .regular-price {
    color: var(--color-grey);
    font-weight: normal;
    font-size: .9em;
}


/* Producto miniatura movil*/
@media (max-width: 767px) {
    .template_slide {
        margin-top: 20px;
        margin-bottom: 60px;
    }

    .product-miniature .product-flags {
        justify-content: flex-start;
    }

    .product-miniature .thumbnail-container {
        flex-direction: column;
    }

    .product-miniature .thumbnail-container>div:first-child>a {
        width: 40% !important;
    }

    .product-miniature .thumbnail-container>div {
        width: 100%;
        display: flex;
    }
    .view-product > a{
        width: 100% !important;
    }

    .product-miniature .thumbnail-container>div:last-child {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .product-miniature .thumbnail-container>div>div {
        width: 60%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .product-miniature .thumbnail-container>div>div.view-product {
        width: 100%;
    }

    .product-miniature .thumbnail-container {
        display: flex;
    }

    .product-miniature .product-price-and-shipping {
        display: flex;
        height: 30px;
        justify-content: center;
        align-items: baseline;
    }


    .product-miniature .product-features {
        display: none;
        height: 0 !important;
    }

    .product-miniature .view-product {
        margin-top: 0;
    }

    .product-price-and-shipping .regular-price {
        font-size: .6em !important;
    }

    #wrapper>.container-fluid {
        padding: 0 !important;
    }

    #products .product-miniature,
    .featured-products .product-miniature,
    .splide__slide .product-miniature {
        margin-left: 0 !important;
        width: 100% !important;
        margin-right: 50px !important;
        margin-bottom: 30px;
    }

    .splide__slide {
        margin-right: 10px;
    }

    .product-price-and-shipping .price {
        font-size: .9em;
    }

    #index .template_slide .owl-nav {
        display: none;
    }

    .product-miniature .product-colors ul {
        display: flex !important;
    }

    .product-miniature .product-desc p {
        font-size: .8em !important;
        line-height: normal;
    }

    .product-miniature .product-desc p:not(:first-child) {
        text-align: left !important;
    }

    .product-miniature .product-desc {
        height: 30px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    #category .product-miniature .product-price-and-shipping {
        margin-bottom: 10px;
        justify-content: start !important;
    }

    .template_slide .product-miniature .product-desc {
        display: none;
        height: 0px;
    }

    .template_slide .product-miniature .product-price-and-shipping .price {
        font-size: .8em;
        margin-bottom: 5px;
    }

    .template_slide .product-miniature .product-price-and-shipping {
        height: 80px;
        margin-bottom: 0 !important;
    }

    .product-miniature .product-price-and-shipping {
        margin-bottom: 20px !important;
        flex-direction: column;
    }

    .product-miniature p,
    .product-miniature .product-title,
    #products .product-title {
        text-align: left !important;
        padding-left: 0 !important;
    }

    .product-miniature .product-flags li.product-flag {
        font-size: .7em;
        padding: 5px 10px;
    }

    .product-brand-and-colors {
        flex-direction: column !important;
        height: 50px !important;
        align-items: flex-start !important;
        margin-bottom: 5px !important;
    }

    .product-miniature .product-colors {
        justify-content: flex-start !important;
        margin-top: 10px !important;
    }

    .product-miniature .product-colors ul>li>div {
        width: 20px;
        height: 20px;
    }

    .product-miniature .product-colors ul>li:last-child>div {
        font-size: 1em;
        padding-top: 0px;
    }

    .product-miniature .product-brand img {
        height: 20px;
        width: 70px;
    }

    .product-brand-and-colors>div {
        text-align: start !important;
    }

    #featured-products-category .product-title {
        margin: auto 0 !important;
    }

    #featured-products-category .product-miniature .product-price-and-shipping {
        height: 100px;
        margin-bottom: 0 !important;
    }

    #featured-products-category .product-price-and-shipping .price.discount {
        font-size: .8em;

    }

    #featured-products-category .product-price-and-shipping .regular-price {
        font-size: .5em !important;
    }

    #featured-products-category .product-price-and-shipping p {
        margin-bottom: 2px;
    }


}

#featured-products-category .product-miniature .product-price-and-shipping {
    margin-bottom: 10px;
}

#subcategories {
    display: none;
}

/* Pagina categoria*/
#category .block-category-inner{
    position: relative;
}
#category .block-category-inner .title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#category .block-category-inner h1 {
    display: block;
    margin-bottom: 0;
    color: white;
    font-size: 2.1em;
    text-transform: uppercase;
    line-height: initial;
    text-align: center;
}

#category-description {
    font-family: "Trueno Light";
    font-weight: 800;
    text-align: center;
    padding: 0 5%;
    line-height: 25px;

}

#category .block-category .block-category-inner #category-description p {
    color: var(--color-grey)
}

#category .block-category .block-category-inner {
    flex-direction: column-reverse;
}

#category #js-product-list-top {
    margin-bottom: 3em;
}

#category #js-product-list>div>div {
    padding: 0;
    padding-bottom: 2em;
}

#category .products-selection .sort-by-row>div:first-child p {
    margin: 0;
    font-size: 1em;
    font-family: "Trueno";
    font-weight: normal;
    padding-bottom: 8px;
    text-align: right;
}

#category .products-selection .sort-by-row>div:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: end;
}

#category .products-selection .sort-by-row>div:nth-child(2) p {
    margin: 0;
    font-size: 1.2em;
    font-family: "Trueno Light";
    font-weight: 800;
    padding-top: 2px;
}

#category #js-product-list-top #selectProductSort {
    font-size: 1.2em;
    padding-bottom: 4px;
    font-family: "Trueno Light";
    font-weight: 800;
    z-index: 1;
}

#category #left-column {
    padding-top: 1.5em;
}

#category .products .wishlist-button-add {
    z-index: 1 !important;
}

#category .block-category {
    margin-bottom: 1em;
    padding: 0;
}

@media (max-width: 767px) {
    #category .products .wishlist-button-add {
        z-index: 11 !important;
        margin: 0;
    }
}

/* Migas de pan*/
#wrapper .breadcrumb li a,
#wrapper .breadcrumb li span {
    margin: 0;
    font-size: 1em !important;
    font-family: "Trueno Light";
    font-weight: 800;
    color: var(--color-grey);
}

#wrapper .breadcrumb li::after {
    content: "/" !important;
    font-size: 14px;
}

#wrapper .breadcrumb li a span:hover {
    color: var(--color-red);
}

#wrapper .breadcrumb li:last-child::after {
    content: "" !important;
}

.breadcrumb {
    margin-top: 2em;
}

#category .breadcrumb {
    margin-top: 0;
}

#category #wrapper>div>.breadcrumb {
    display: none;
    margin-top: 2em;
}

#product .breadcrumb {
    margin-bottom: 2em;
}

/* Paginacion */
.pagination ul {
    display: flex;
    justify-content: right;
}

.pagination ul>li {
    padding-left: 10px;
}

.pagination ul>li .next,
.pagination ul>li .previous {
    font-size: 1.2em;
    text-decoration: underline;
    color: var(--color-red);
    font-weight: 400;
}

.pagination ul>li a:not(.next):not(.previous) {
    padding: 6px 10px;
    border-radius: 50%;
    width: 20px;
    box-shadow: 0px 1px 2px 2px rgb(0 0 0 / 5%);
    font-size: 1.1em;
    font-weight: normal;
}

.pagination ul>li.current a {
    font-weight: bolder;
    text-decoration: underline;
    color: var(--color-red);
}

/* Filtros*/
#search_filters {
    padding-left: 0;
}

#search_filters p.h6,
#filters_category_Label {
    text-transform: uppercase;
    font-size: 1.2em;
    color: var(--color-grey);
    font-family: "Trueno Light";
    font-weight: bold;
}

#search_filters .facet {
    padding: 2em 0;
    border-bottom: 1px solid var(--color-light-grey);
}

#search_filters .facet p,
#search_filters .facet span {
    font-family: 'Trueno light';
    font-weight: bold;
}

.faceted-slider li {
    display: flex;
    flex-direction: column-reverse;
}

.faceted-slider p {
    margin-top: 1.5em;
}

.faceted-slider li>.slider-text {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.1em;
    margin-top: 1em;
}

.faceted-slider li>.slider-text>span:last-child {
    padding-right: 10px;
}

#search_filters .facet>.title p.facet-title {
    text-transform: capitalize;
    font-family: 'Trueno bold';
    color: black;
    background-color: transparent;
    font-size: 1.1em;
}

.active_filters {
    padding: 0;
    margin-bottom: 0;
    background: none;
}

.active_filters .filter-block {
    background: var(--color-red);
    color: white;
    border-radius: 20px;
    font-family: "Trueno Light";
    font-size: .8em;
    padding: 8px 12px;
}

.active_filters .filter-block .close {
    color: white;
    font-size: 1em;
    margin-top: 4px;
}

#category #left-column #search_filters .facet .title .collapse-icons:hover {
    cursor: pointer;
}

#category #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .remove {
    display: block;
}

#category #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .add,
#category #left-column #search_filters .facet .title .collapse-icons .remove {
    display: none;
}


/* Banners*/
#category #full-column img {
    margin-top: 2.5em;
    width: 100%;
    margin-bottom: 1em;
}

#category #full-column img:last-child{
    object-fit: contain;
}
#category .category-cover img {
    width: 100%;
    object-fit: cover;
    height: 180px !important;
}

@media (max-width:1600px) {

    #wrapper .breadcrumb {
        white-space: inherit;
    }

    .products-selection .sort-by-row {
        flex-direction: column-reverse;
    }

    .products-selection .sort-by-row>div:first-child {
        width: 100%;
    }
}

@media (max-width:1550px) {
    #category .product-brand-and-colors {
        flex-direction: column;
        justify-content: center;
        height: 80px;
    }

    #category .product-miniature .product-colors {
        justify-content: center;
        width: 100%;
    }

    #category .product-brand-and-colors>div {
        text-align: center;
    }

    #category .product-miniature .product-price-and-shipping {
        height: 90px;
    }

}

@media (max-width: 1400px) {
    #category #products .products>div {
        width: 50%;
    }

    #category .product-brand-and-colors {
        flex-direction: row;
        justify-content: center;
        height: 60px;
    }

    #category .product-miniature .product-colors {
        justify-content: flex-end;
        width: 100%;
    }
}

@media (max-width: 1050px) {
    #category .product-brand-and-colors {
        flex-direction: column;
        justify-content: center;
        height: 80px;
    }

    #category .product-miniature .product-colors {
        justify-content: center;
        width: 100%;
    }

    #category .product-brand-and-colors>div {
        text-align: center;
    }

    #category .product-miniature .product-price-and-shipping {
        height: 90px;
    }
}

@media (max-width: 880px) {
    #category #products .products>div {
        width: 100%;
    }
}

@media (max-width:768px) {

    #category .product-miniature .product-description {
        margin-top: 10px;
    }

    #category .product-brand-and-colors {
        height: 60px;
    }

    #category .product-miniature .product-price-and-shipping {
        height: auto;
        margin: 5px 0;
        flex-direction: column;
    }

    #category .product-miniature .product-price-and-shipping p {
        margin-bottom: 0;
        margin-left: 0;
    }

    #category .product-miniature .product-price-and-shipping p.price {
        margin-bottom: 10px;
    }

    #category #products .products {
        padding: 0;
        justify-content: space-between;
    }

    #category #js-product-list>div>div {
        padding: 0 1em;
    }

    #category .products-selection .filter-button {
        padding: 0;
        position: fixed;
        right: -80px;
        bottom: 200px;
        z-index: 999;
        transform: rotate(270deg);
        width: 200px;
        margin: 0;
    }

    #category .products-selection .filter-button button {
        background-color: var(--color-light-grey);
        text-transform: uppercase;
        letter-spacing: 1px;
        width: 70% !important;
        margin: 1em 0;
    }

    #category .products-selection .showing {
        text-align: center;
        margin-top: 1.2em;
    }

    #category .products-selection .sort-by-row>div:nth-child(2) {
        justify-content: space-between;
    }

    #category .products-selection .sort-by-row>div:nth-child(2) p {
        font-size: 1.1em;
    }

    .active_filters {
        margin: 1em;
    }

    #category #left-column {
        padding-top: 0;
    }

    #category #left-column #search_filters .facet .facet-title {
        text-transform: capitalize;
        font-family: 'Trueno bold';
        color: black;
        font-size: 1.1em;
        background-color: transparent;
    }

    #category #left-column #search_filters .facet .title {
        background-color: transparent;
    }

    #filters_category .modal-dialog .modal-content .modal-header {
        margin-bottom: 1em;
        border: none;
    }

    #category #left-column #search_filters .facet {
        border-bottom: 1px solid var(--color-light-grey);
        padding-bottom: 1em;
    }

    #category #left-column #search_filters {
        border: none;
    }

    #filters_category .modal-dialog .modal-content .modal-header {
        padding-left: 10px;
    }

    #search_filters .facet li,
    #search_filters_brands .facet li,
    #search_filters_suppliers .facet li {
        margin: 0.5em 0;
    }
}

@media (max-width:576px) {
    #category .category-cover>img {
        height: 130px !important;
        object-fit: cover;
    }
    #category .block-category-inner h1{
        font-size: 1.8em;
    }

    #category #products .product-miniature {
        margin-bottom: 2em;
    }

    #category .product-brand-and-colors {
        height: 30px;
        flex-direction: row;
    }

    #category .product-miniature .product-colors {
        justify-content: flex-end;
    }

    #category-description {
        padding: 0;
        padding-bottom: 2em;
    }

    #category #wrapper>div>.breadcrumb {
        display: block;
        margin: 15px 0 !important;
    }

    #left-column>.breadcrumb {
        display: none;
    }

    #category .products>div {
        width: 100% !important;
    }

    #category .block-category {
        padding: 0;
    }

    #js-product-list-top {
        margin-top: 0;
        margin-bottom: 1.5em !important;
    }

    #category .products-selection .sort-by-row {
        display: block;
        align-items: center;
    }
}

/* Pagina producto*/
#product .product_topview.product_columns_2 .block_left {
    width: 45%;
}

#product .product_topview.product_columns_2 .block_right {
    width: 50%;
}

.displayProductCenterColumn .product-manufacturer .brand_centercolumn img{
    height: auto;
    max-height: 60px;

}
#product h1.product_name {
    font-size: 2em;
    text-transform: uppercase;
    font-family: 'Trueno';
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 0;
    line-height: normal;
}

#product .product-actions {
    border: none;
    padding: 0;
}

#product .product-prices .product-price .current-price {
    flex-direction: column;
    align-items: flex-start;

}

#product .product-prices .product-price .current-price .price_with_tax {
    font-size: 5em !important;
    color: var(--color-red);
    font-weight: normal !important;
    line-height: normal !important;
}

.price_outstanding .product-prices .product-price .price-discount {
    width: 200px;
}

.price_outstanding .product-prices .product-price .show_discount .discount {
    height: 60px;
    font-size: 2em;
    font-weight: bolder;
    font-family: 'Trueno light';
    padding: 19px 15px;
}

.price_outstanding .product-prices div.old-price {
    margin-top: 10px;
}

.price_outstanding .product-prices span.old-price {
    font-size: 2em;
    color: var(--color-light-grey);
    position: relative;
}

.price_outstanding .product-prices span.old-price::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 100%;
    border-top: 2px solid;
    border-color: var(--color-light-grey);
    transform: rotate(-20deg);
}

.price_outstanding .product-prices .product-price {
    border: none;
    margin-bottom: 1em;
    display: flex;
    align-items: center;
}

#product .product-variants {
    margin-bottom: .5em;
    height: 100px;
}

/* Color*/
.product-variants-item.Color {
    width: 100% !important;
    padding-left: 0 !important;
    margin-top: 1em;
    margin-bottom: 1.5em;
}

.product-variants>.product-variants-item .color {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.product-variants>.product-variants-item ul li {
    margin-right: 0;
}

.input-color:checked+span,
.input-color:hover+span,
.input-radio:checked+span,
.input-radio:hover+span {
    border: 2px solid var(--color-grey);
}

label .color {
    border: 1px solid #e6e6e6;
}

#product .product-variants span {
    font-size: 1.1em;
}

#product .product-variants div:first-child {
    padding-left: 0;
}

#product .product-variants .control-label {
    color: var(--color-light-grey);
    padding-bottom: 12px;
    margin-bottom: 0;
}

#product .product-variants .form-control {
    border: 2px solid #e6e6e6;
    font-size: 1em;
    padding-left: 20px;
    color: var(--color-light-grey);
    font-family: 'Trueno light';
    font-weight: bold;
}

#product .product-quantity .add {
    margin-left: 30px;
    min-width: calc(100% - 150px);
}

#product .product-quantity .add .add-to-cart {
    background-color: #3b9500;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 30px;
    height: 60px;
    font-size: 1.2em;
    font-weight: bolder;
    font-family: 'Trueno light';
}

#product .product-quantity .add .add-to-cart:hover {
    opacity: .7;
}

#product .product-quantity .add .add-to-cart>img {
    width: 40px;
    margin-right: 20px;
}

#product .product-quantity .qty {
    flex-direction: column;
}

#product .product_add_to_cart span,
#product .product-features span {
    font-size: 1.1em;
    color: var(--color-light-grey);
}

#product .product-quantity .qty .bootstrap-touchspin #quantity_wanted {
    height: 60px !important;
    left: 0;
    margin-top: 15px;
    border: 2px solid #e6e6e6;
    text-align: center;
    color: var(--color-light-grey);
    font-family: 'Trueno';
    padding: 20px 10px;
    width: 60px;
    font-size: 2em;
    border-right: none;
}

#product .product-quantity {
    align-items: flex-end;
}

#product .bootstrap-touchspin .input-group-btn-vertical {
    display: block;
    height: 60px !important;
    margin-top: 15px;
    border: 2px solid #e6e6e6;
    border-left: none;
}

#product .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
#product .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border: navajowhite;
    left: 0;
    height: 50% !important;
}

#product .bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
    content: "\E5CE";
}

#product .bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
    content: "\E5CF";
}

#product .product-quantity .input-group-btn-vertical .btn i {
    font-size: 1.6rem;
    color: var(--color-wood);
    font-weight: 700;
}

.product-information{
    margin-top: 15px;
}

.product-information .info_content,
.product-information #product-details {
    padding: 0;
}

.product-information .product-features {
    margin: 0;
}


#product .product_topview .product-flags {
    align-items: flex-start;
}

#product .product_topview .product-flags {
    margin-top: 1em;
}

#product .product_topview .product-flags li.product-flag {
    font-weight: normal !important;
    font-family: "Trueno";
    font-size: 1.3em;
    border-radius: 0 30px 30px 0;
    padding: 15px 20px;
}

#product #splide_images_product_secundary .splide__slide {
    width: 120px !important;
    height: 120px !important;
}

#product .splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
    border: 1px solid var(--color-grey);
}

#product .scroll-box-arrows {
    display: block;
}

.scroll-box-arrows i {
    background-color: #e6e6e6;
    line-height: normal;
    color: white;
    border-radius: 50%;
    height: auto;
    bottom: 50px;
}

.scroll-box-arrows i:hover {
    background-color: var(--color-red);
}

.product_cover_thumbnails .wishlist-button-add {
    z-index: 9;
    height: 60px;
    width: 60px;
}

.product_cover_thumbnails .wishlist-button-add i {
    font-size: 2.5em;
}

.product_add_to_cart .wishlist-button-add {
    display: none;
}

#product .product_topview>div:first-child {
    padding-right: 3em;
    padding-left: 0;
}

#product #content {
    max-width: none;
    width: auto;
}


#product .splide--draggable>.splide__track>.splide__list>.splide__slide {
    width: 50%;
}

#product .data-features {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    height: auto !important;
    margin-bottom: 15px;

}

#product .data-features>span {
    margin-bottom: 1em;
}

#product .data-features>div {
    width: 90px;
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
    margin-top: 0.5em;
    align-items: center;
    margin-right: 60px;
}

#product .data-features>div>img {
    width: 60px;
}

#product .data-features>div>span {
    padding-left: 5px;
    font-family: 'Trueno light';
    font-weight: 700;
}

#product .data-features>div>span.name.value {
    margin: 20px 0;
    color: var(--color-wood)
}

#product .product-information #description-info .btn-link {
    text-transform: uppercase;
    font-family: 'Trueno';
    width: 202px;
    padding: 0;
    padding-bottom: .5em;
    margin: 0.5rem 1rem;
}

#product .product-information #description-info .btn-link:not(.collapsed) {
    border-bottom: 1px solid var(--color-red);
}

#product .btn-link:focus,
.btn-link:hover {
    text-decoration: none;
}

#product .product-information .btn-link i {
    color: var(--color-red);
    top: -2px;
    position: relative;
}

#product .product_add_to_cart{
    clear: both;
}

#product .product-availability {
    border-top: 1px solid var(--color-light-grey);
    padding-top: 1.2em;
    display: flex;
    justify-content: space-between;
    font-size: 1.1em;
    margin-top: 10px;
}

#product .product-availability>a {
    color: var(--color-light-grey);
    font-family: 'Trueno light';
    font-weight: 600;
}

#product .available_stock.unavailable {
    color: var(--color-red);
}

/* Productos misma categoria*/
#product .featured-products .product-title {
    margin: 1.5em;
}

#product .featured-products {
    margin-top: 4em !important;
    margin-bottom: 5em;
}


#product-modal .close {

    position: absolute;
    top: 0px;
    right: 10px;
    color: white;
    font-size: 2em;
    opacity: 1;
    z-index: 9999;

}

@media (max-width:1300px) {
    #product .product-prices .product-price .current-price .price_with_tax {
        font-size: 4em !important;
    }

    .price_outstanding .product-prices .product-price .show_discount .discount {
        height: 50px;
        font-size: 1.4em;
        padding: 15px 10px;
    }

    #product .product-quantity {
        flex-direction: column;
        align-items: initial;
    }

    #product .product-quantity .add {
        margin-left: 0;
        margin-top: 10px;
        min-width: fit-content;
        max-width: none;
    }
}

@media (max-width:991px) {
    #product h1.product_name {
        font-size: 1.6em;
    }

    #product .product_topview {
        display: block;
    }

    #product .data-features>div {
        width: 80px;
    }

    #product .product-prices .product-price .current-price .price_with_tax {
        font-size: 3em !important;
    }

    .price_outstanding .product-prices span.old-price {
        font-size: 1.8em;
    }

    .price_outstanding .product-prices .product-price .show_discount .discount {
        font-size: 1em;
        height: 40px;
        padding: 10px 10px;
    }

    #product .product-variants>div {
        width: 100%;
        padding-left: 0;
    }

    #product .product-variants>div:last-child {
        margin-bottom: 20px;
    }

    #product .product_add_to_cart {
        clear: both;
    }

    #product-modal .modal-content .modal-body img.product-cover-modal {
        max-height: 550px;
        margin-top: 10px;
    }
}

@media (max-width:768px) {
    #product .product_topview>div {
        float: none;
    }

    #product .product_topview>div:first-child {
        margin-bottom: 30px;
        padding-right: 0;
    }

    #product .product-prices .product-price .current-price .price_with_tax {
        font-size: 5em !important;
    }

    .price_outstanding .product-prices .product-price .show_discount .discount {
        font-size: 2em;
        height: 60px;
        padding: 19px 15px;
    }

    #product h1.product_name {
        font-size: 2em;
    }

    #product-modal .modal-content .modal-body .product-images {
        margin-left: 0;
    }
}

@media (max-width:576px) {
    #product #wrapper>.container-fluid {
        margin: 0 5%;
    }

    .product_topview>div:last-child {
        width: 100%;
        padding: 0;
    }

    .product-variants>.product-variants-item {
        padding: 0;
    }

    #product .product-variants {
        height: 80px;
    }

    #product .product-quantity .add {
        margin-left: 0;
    }

    #product h1.product_name {
        margin-top: 40px;
        line-height: 40px;
        font-size: 1.9em;
    }

    #product .product-prices .product-price .current-price .price_with_tax {
        font-size: 3.4em !important;
        margin-right: 0;
    }

    #product .price_outstanding .product-prices .product-price .show_discount .discount {
        font-size: 1em;
        padding: 10px;
        height: 40px;
        margin-top: 10px;
    }

    #product .price_outstanding .product-prices .product-price .show_discount {
        margin-right: 0;
    }

    .price_outstanding .product-prices .product-price .price-discount {
        width: 150px;
    }

    #product .product-quantity .add .add-to-cart {
        font-size: 1em;
    }

    #product .product-quantity .add .add-to-cart>img {
        width: 30px;
        margin-right: 0;
    }

    #product .product-information {
        margin-top: 0;
        margin-bottom: 3em;
    }

    #product .featured-products {
        margin-top: 1em !important;
        margin-bottom: 0 !important;
    }

    #product .product-information #description-info .btn-link {
        margin-left: 0;
    }


    #product .data-features>div {
        margin: 0;
        width: 50%;
    }

    #product .wishlist-button-add {
        margin-right: 20px;
    }

    #product .product_topview .product-flags li.product-flag {
        font-size: 1em;
        padding: 10px 20px;
    }

    #product .scroll-box-arrows {
        display: none;
    }

    #product-modal .modal-content .modal-body img.product-cover-modal {
        max-height: 400px;
    }

}

/* Página Iniciar sesión */
.input-group .input-group-btn>.btn[data-action="show-password"] {
    padding: 0.75rem 1rem;
}

#userinfo_modal {
    text-transform: none;

}

#userinfo_modal .modal-dialog .close_session:hover {
    color: white !important;
}

#my-account .link-item {
    min-height: 140px;
}

#my-account .navigation_mobile {
    margin-bottom: 30px;
}

@media (max-width:576px) {
    #authentication .page-content {
        padding-left: 0;
        padding-right: 0;
    }

    #login-form footer {
        text-align: center;
    }

    .breadcrumb {
        margin-bottom: 2em !important;
    }
}

/* Página Contacto*/
#contact .dbcontactinfo_sidebar .title {
    text-transform: uppercase;
}

#contact .dbcontactinfo_sidebar .block_icon {
    display: flex;
    padding: 1.3em 0;
    border-bottom: 1px solid #c3c2c2;
}

#contact .dbcontactinfo_sidebar .block_icon>i {
    margin-right: .6em;
    font-size: 2em;
}

#contact .blockicon_content {
    font-family: "Trueno Light";
    font-size: .9em;
}

#contact .blockicon_content .title {
    font-weight: bolder;
}

#contact .dbcontactinfo_sidebar>div:first-child .blockicon_content {
    font-weight: bolder;
    font-size: .9em;
    margin-top: 1em;
}

#contact .dbcontactinfo_sidebar p {
    margin: 0;
}

#contact .contact-form,
#contact .page-content {
    padding-top: 0;
}

#contact .contact-form h3 {
    font-size: 1rem;
    line-height: 1.25em;
    font-weight: normal;
}

@media (max-width:1380px) {

    #contact #wrapper>div>#left-column,
    #contact #wrapper>div>#content-wrapper {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }

    #contact .contact-form,
    #contact .page-content {
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px;
    }

    #contact .dbcontactinfo_sidebar .title {
        padding-bottom: 10px;
    }
}

@media (max-width:768px) {

    #contact .contact-form,
    #contact .page-content {
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px;
    }

    #contact .dbcontactinfo_sidebar .title {
        padding-bottom: 10px;
    }
}

/* Pagina Checkout*/
body#checkout #footer {
    background-color: white;
}

#checkout #header .header-nav .header_checkout .logo {
    max-height: none !important;
}

#checkout #header .content_contactinfo i {
    font-size: 40px;
}

#checkout #header .content_contactinfo:hover i,
#checkout #header .content_contactinfo:hover span {
    color: var(--color-red);
}

body#checkout #gift_message textarea, body#checkout #delivery textarea
{
    font-family: "Trueno light";
}

#wrapper .breadcrumb {
    margin-bottom: 1.5rem;
}

.cart-summary-subtotals-container>div,
.cart-summary-line.cart-total {
    display: flex;
    justify-content: space-between;
}

.cart-summary-line.cart-total .value {
    font-size: 1.3em !important;
    font-family: "Trueno Bold";
}

@media(max-width:991px)
{
    #checkout #header .logo{
        min-width: 80px !important;
    }
    body#checkout #header .header-nav{
        padding: 10px 0;
    }
}


/* Pagina Mi cuenta*/
#my-account .link-item {
    justify-content: space-evenly;
}

/* Modal carrito de compra*/
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus{
    outline-offset: 0 !important;
    outline: none;
}
.cart-item .cart__product-qty .bootstrap-touchspin .input-group-btn-vertical .btn:hover,
#blockcart-modal .bootstrap-touchspin .input-group-btn-vertical .btn:hover {
    background-color: var(--color-red);
    color: white;
    outline: none !important;
}

#blockcart-modal .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-up:after,
#blockcart-modal .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-down:after {
    content: "";
}

#blockcart-modal .bootstrap-touchspin {
    margin-top: 10px;
    outline: none !important;
}


#blockcart-modal .bootstrap-touchspin,
#blockcart-modal .bootstrap-touchspin #quantity_wanted {
    height: 40px !important;
}

#blockcart-modal .bootstrap-touchspin .input-group-btn-vertical {
    height: 40px !important;
    margin-top: 0;
    border: none;
    display: flex;
}

#blockcart-modal .bootstrap-touchspin .input-group-btn-vertical .btn {
    height: 40px !important;
}

#blockcart-modal .bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
    content: "\e145";
}

#blockcart-modal .bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
    content: "\e15b";
}

#header .header-top .header__flex .displayTop #_desktop_cart {
    display: none;
}

#header .header-nav .mobile .blockcart {
    display: none;
}

#header #header-top>.container {
    margin: 0;
    width: 100% !important;
}

/*Wishlist*/
.wishlist-modal .modal-header .modal-title{
    color: #232323;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
}

.wishlist-products-container .sort-by-row,
.wishlist-product-combinations a{
    display: none !important;
}
.wishlist-modal .modal-footer button {
    padding: 0.5rem 1.25rem;
}

.wishlist-modal .modal-footer button:hover {
    border: none
}

.products article .wishlist-button-add {
    z-index: 9;
}

.wishlist-footer-links>a {
    color: black;
}

.wishlist-footer-links>a:hover {
    color: var(--color-red);
}

.wishlist-add-to-new[data-v-4f116ff6]:not([href]):not([tabindex]),
.wishlist-list-item:hover .wishlist-list-item-title:hover,
.wishlist-list-item:hover .wishlist-list-item-title,
.wishlist-add-to-new i[data-v-4f116ff6],
.wishlist-add-to-new[data-v-cab62222]:not([href]):not([tabindex]),
.wishlist-add-to-new i[data-v-cab62222] {
    color: var(--color-red) !important;
}

.wishlist-list {
    overflow: auto !important;
}

/* Pagina de busqueda*/
#search .product-miniature,
#manufacturer .product-miniature {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 2em;
}

#search #js-product-list-top>div:nth-child(2),
#manufacturer #js-product-list-top>div:nth-child(2) {
    width: 100%;
}

#search #js-product-list-top>div:nth-child(2)>div:first-child,
#manufacturer #js-product-list-top>div:nth-child(2)>div:first-child {
    display: flex;
    flex-direction: row;
}

#search #js-product-list-top>div:nth-child(2)>div:first-child .products-sort-order,
#manufacturer #js-product-list-top>div:nth-child(2)>div:first-child .products-sort-order {
    display: flex;
    justify-content: end;
    align-items: center;
}

#search #js-product-list-top>div:nth-child(2)>div:first-child .products-sort-order p,
#manufacturer #js-product-list-top>div:nth-child(2)>div:first-child .products-sort-order p {
    margin: 0;
}

#search #js-product-list-top #selectProductSort,
#manufacturer #js-product-list-top #selectProductSort {
    z-index: 9;
}

@media (min-width: 1170px) {

    #search #products .products>div,
    #manufacturer #products .products>div {
        width: 33%;
    }
}

@media (min-width: 1520px) {

    #search #products .products>div,
    #manufacturer #products .products>div {
        width: 25%;
    }
}

@media (max-width: 1170px) {

    #search #products .products>div,
    #manufacturer #products .products>div {
        width: 50%;
    }
}

@media (max-width: 768px) {

    #search #js-product-list-top>div:nth-child(2)>div:first-child .products-sort-order,
    #manufacturer #js-product-list-top>div:nth-child(2)>div:first-child .products-sort-order {
        justify-content: center;
        margin-bottom: 10px;
    }
}

@media (max-width: 700px) {

    #search #products .products>div,
    #manufacturer #products .products>div {
        width: 100%;
    }
}

@media (max-width: 576px) {

    #search #products .products>div,
    #manufacturer #products .products>div {
        width: auto;
        padding: 0;
    }

    #search #js-product-list-top>div,
    #manufacturer #js-product-list-top>div {
        text-align: center;
    }
}

/* Pagina rgpd*/
#module-psgdpr-gdpr .psgdprinfo17 a {
    margin-bottom: 10px;
    font-size: 1em;
}

@media (max-width: 991px) {
    #module-psgdpr-gdpr #content>.container {
        padding: 0;
        margin: 0;
    }

    #_mobile_user_info {
        display: block !important;
    }

    #_user_info {
        display: none !important;
    }
}

/* Bloque top ventas*/
#featured-products-bestseller {
    margin-top: 4em !important;
    margin-bottom: 5em !important;
}

.featured-products .product-miniature {
    margin-right: 0 !important;
}

@media(max-width: 767px) {
    #featured-products-bestseller {
        margin-bottom: 2em !important;
    }
}


/* Filtros / Filtro de precio */
#search_filters .facet li .facet-label a {
    margin-top: 0;
}

#search_filters .slider_price.collapse {
    display: none;
}

#search_filters .slider_price.collapse.in {
    display: flex;
}

#search_filters .slider_price {
    display: flex;
    position: relative;
    margin-top: 20px;
    flex-direction: column;
}

#search_filters .slider_price>div:last-child {
    display: flex;
    position: relative;
    margin-top: 20px;
}

#search_filters .slider_price .slider-text {
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
}

#search_filters .slider_price .slider-text>span {
    font-size: 1.1em;
}

#search_filters .slider_price hr {
    position: absolute;
    width: 75%;
    top: 42px;
    left: 14%;
}

#search_filters .slider_price li {
    width: 50% !important;
    margin-bottom: 0;
}

#search_filters .slider_price li>label {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center;
    align-content: flex-start !important;
}

#search_filters .slider_price input[type="radio"] {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    margin-top: 0.1rem;
    margin-right: 0.5rem;
    cursor: pointer;
    background: #fff;
    border: #979797 1px solid;
    border-radius: 50%;
}

#search_filters .slider_price .custom-radio {
    background-color: var(--color-red);
    border: none;
}

#search_filters .slider_price li>label span {
    margin-top: 20px;
    font-size: .9em !important;
}

#search_filters .slider_price li>label>span {
    margin-top: 0;
}

#search_filters .slider_price li>label a {
    width: 100% !important;
}

#search_filters .slider_price li>label a .js-search-link {
    justify-content: center;

}

#search_filters .slider_price li>label .ps-shown-by-js {
    display: none !important;
}

@media (max-width: 1650px) {
    #search_filters .slider_price {
        margin: 0;
    }

    #search_filters .slider_price>div:last-child {
        flex-direction: column;
    }

    #search_filters .slider_price li>label {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        height: 50px;
    }

    #search_filters .slider_price li>label>a>span {
        margin-top: 0;
        margin-left: 20px;
    }

    #search_filters .slider_price li {
        width: 90% !important;
    }

    #search_filters .slider_price hr {
        transform: rotate(90deg);
        left: -66px;
        width: 150px;
        top: 90px;
    }

    #search_filters .slider_price .slider-text {
        display: none;
    }

    #search_filters .slider_price>div:last-child {
        margin: 0;
    }

    #search_filters .slider_price .search-link {
        display: block !important;
    }

}

@media (max-width: 768px) {
    #search_filters .slider_price li {
        width: 50% !important;
    }

    #search_filters .slider_price .slider-text {
        display: flex;
        margin-top: 20px;
    }

    #search_filters .slider_price>div:last-child {
        flex-direction: row;
    }

    #search_filters .slider_price li>label {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        height: 50px;
    }

    #search_filters .slider_price hr {
        transform: none;
        width: 77%;
        top: 65px;
        left: 12%;

    }

    #search_filters .slider_price>div:last-child {
        margin-top: 5px;
    }

    #search_filters .slider_price li {
        border: none !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #search_filters .slider_price .slider-text {
        padding: 0 30px;
    }

    #full-column {
        flex-wrap: nowrap;
    }

    #search_filters .slider_price li>label>a>span {
        margin-top: 20px;
    }

    #search_filters .slider_price .search-link {
        display: flex !important;
    }
}

#search_filters input[type="checkbox"] {
    padding: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 20px !important;
}

#search_filters .facet ul:not(.slider_price) li .facet-label a {
    height: 20px;
}

#search_filters .facet ul:not(.slider_price) li .facet-label a>span {
    margin-top: 3px;
}

/* CMS */
#cms #content-wrapper p,
#cms #content-wrapper li {
    font-family: "Trueno Light";
    font-size: 0.9375rem;
}

#cms #content-wrapper h2 {
    margin-top: 40px;
    margin-bottom: 20px;
}

#cms #content-wrapper h1 {
    text-transform: uppercase;
    font-size: 1.6em;
}

#cms #content-wrapper ul {
    list-style: disc;
    padding-left: 20px;
}

#cms table td {
    padding-left: 5px;
}

#cms table {
    font-family: "Trueno light";
}

/* Producto medidas mas comunes */
#product #common-sizes {
    margin-bottom: 2.5em;
    cursor: pointer;
}

#product #common-sizes .control-label {
    color: var(--color-light-grey);
    padding-bottom: 12px;
    margin-bottom: 0;
}

#product #common-sizes>div svg,
#product #common-sizes>div>div {
    width: 160px;
    margin-right: 5px;
}

#product #common-sizes a:hover svg text:not(#C),
#product #common-sizes a:hover svg text:not(#C)>tspan {
    stroke: var(--color-red);
    fill: var(--color-red);
}

#product #common-sizes>div {
    display: flex;
    flex-wrap: wrap;
}

.nivoSlider a.nivo-imageLink {
    width: 1500px;
}

.elementor span {
    font-family: "Trueno Light" !important;
    font-size: 0.9375rem;
}

.prev_pagination .btn_volver {
    display: none;
}

/*Cookies*/
#idxrcookies #bottom {
    z-index: 999;
}

#idxrcookies #buttons {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    text-align: center;
    display: inline-block;
    font-size: 11px;
    position: relative;
    text-decoration: none;
    top: -2px;
    padding: 5px;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    justify-content: center;
}


#idxrcookies p,
#idxrcookies span{
    color:white;
    font-family: "Trueno light";
}

#idxrcookiesKO,
#idxrcookiesOK {
    width: fit-content;
    background-color: var(--color-red);
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    padding: 5px 15px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    font-family: "Trueno light";
}

#idxrcookiesOK:hover{
    background-color: var(--color-grey);
}

#idxrcookies #cookiesConf {
    width: fit-content;
    padding: 5px 10px;
    background: #50575c;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    margin-top: 5px;
}

#idxrcookies #bottom .contenido:before {
    content: "";
}

#idxrcookiesKO {
    background-color: #afafaf;
    color: #FFFFFF;
}

#idxrcookies a#idxrcookiesKO:hover {
    background-color: firebrick !important;
}

#idxrcookies #cookiesConf:hover {
    background: #353230;
}

#idxrcookies .contenido {
    padding: 14px 24px;
}

#idxrcookies #textDiv {
    margin-bottom: 10px;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    text-align: center;
}

#idxrcookies .btn-cookies:hover {
    opacity: 1;
}

@media (max-width:768px) {
    #idxrcookies .cookies-icon {
        position: relative;
        top: 3px;
    }
}

@media (max-width:480px) {
    #idxrcookies #bottom {
        padding: 0;
    }

    #idxrcookies #cookiesConf {
        margin-top: 0;
    }
}


/*Modal de Cookies*/
#cookieModal #cookieModalHeader,
#cookieModal .btn-config {
    background: var(--color-red);
}

#cookieModal .btn-config:hover {
    background: #319825;
}

#cookieModal .cookie-content-subtitle,
#cookieModal .cookie-content-title{
    margin-bottom: 10px;
}
#cookieModal .cookie-content-subtitle{
    margin-top: 20px;
}
#cookieModal .dlxctab-content{
    word-break: break-word;
}
#cookieModal .cookie-info-page,
.dlxctab-row.active {
    color: var(--color-red);
}

#cookieModal #cookieModalHeader {
    border-bottom: none;
}

#cookieModal input.switch:disabled,
#cookieModal input.switch:checked {
    box-shadow: inset 20px 0px 0px 1px var(--color-red) !important;
    border: 1px solid var(--color-red)!important;
}


#cookieModalContent p,
#cookieModalContent span{
    font-family: 'Trueno light' !important;
}

#cookieModal .info-cookie-list label {
    font-weight: normal !important;
}


#cookieModal .dlxctab-content ul li {
    justify-content: flex-start;
}


#cookieModal .dlxctab-content ul li a {
    margin-left: 1em;
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-inner {
    width: auto !important;
    height: auto !important;
}

.fancybox-opened {
    z-index: 99999;
}


@media (max-width:576px) {
    .fancybox-opened {
        left: 0 !important;
        padding: 2em;
    }

    .fancybox-inner {
        max-width: 350px;
    }

    #cookieModalContent div:nth-of-type(5) {
        max-width: 350px !important;
        overflow: auto;
    }
}

/*Top bar*/
.topbar_text{
    width: 100%;
    padding: 2px;
}

.topbar_content_grid{
    grid-template-columns: 1fr 6fr 1fr;
}

#dfdtopbar #contact-link{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#dfdtopbar #contact-link span{
    color: white;
    font-family: "Trueno light";
    font-size: 13px !important;
}

@media (max-width:1300px)
{
    #dfdtopbar #contact-link > span,
    #dfdtopbar #contact-link > a{
        width: 50%;
    }
}
@media (max-width:991px){
    #dfdtopbar {
        display: none;
    }
}