/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
:root {
    --blue: #096AAF;
    --black: #111111;
    --white: #ffffff;
}

/* Logo */
.logo {
    max-width: 100px;
}

/* Header */
body:not(#index):not(#cms) #header,
#header .stuck,
#checkout-header .stuck {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
#index #desktop-header:not(.stuck) .cbp-horizontal .cbp-tab-title,
#cms #desktop-header:not(.stuck) .cbp-horizontal .cbp-tab-title,
#index #desktop-header:not(.stuck) .header-btn-w .header-btn > .icon,
#cms #desktop-header:not(.stuck) .header-btn-w .header-btn > .icon {
    color: var(--white);
} 
#index #desktop-header:not(.stuck),
#index #desktop-header:not(.stuck) {
    box-shadow: none;
} 
#mobile-header-sticky.stuck-up.visible-stuck-up.visible-stuck-up-scroll {
    background-color: #ffffff;
} 
#mobile-header .m-nav-btn {
    color: #ffffff;
}
#mobile-header-sticky.stuck-up.visible-stuck-up.visible-stuck-up-scroll .m-nav-btn {
    color: #000000;
}
#mobile-header {
    border-bottom:none;
}

/* Menú */
.cbp-horizontal .cbp-tab-title {
    color: var(--blue);
}
.header-btn-w .header-btn>.icon {
    color: var(--black);
}
#main-page-content #header {
    background-color: transparent;
}
#iqitmegamenu-horizontal {
    background-color: transparent;
}

/* Home */
/* Bloque novedades */
#index #wrapper .block-title {
    font-size: 1.875rem;
}
#index .btn-blue .btn-secondary {
    background-color: #444444; 
    color: #ffffff;
    margin-top: 30px;
}

/* Catálogo */
.products-selection {
    border-top: none;
}
#category #content-wrapper .page-title::after {
    border-bottom: none;
}

/* Boton compra */
@media only screen and (max-width: 768px) {
    .product-miniature-grid .input-group-add-cart .input-group {
        flex-wrap: nowrap;
    }
} 

/* cursor ver mas */
.showMoreColors,
.showMoreColorsProduct {
    cursor: pointer;
}

/* Filtro color */
#search_filters .facet_color>li {
    display: block;
}
.product-variants>.product-variants-item ul li {
    display: inline-block;
    float: none !important;
}
.hidden-color {
    display: none !important;
}
.facet_color {
    margin-bottom: 15px;
}

/* Cart */
.ps-shoppingcart.dropdown #blockcart-content {
    z-index: 1000;
}

/* user account */
.lgcookieslaw-account-button img {
    max-width: 20px;
}

/* header position absolute en paginas cms (menos paginas legales)*/
#cms:not(.cms-id-11):not(.cms-id-12):not(.cms-id-13) #header,
#index #header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#cms:not(.cms-id-11):not(.cms-id-12):not(.cms-id-13) .page-header,
#index .page-header,
#cms:not(.cms-id-11):not(.cms-id-12):not(.cms-id-13) #wrapper .breadcrumb-container {
    display: none;
}

/* elementor */
.number-circle {
    background-color:var(--blue);
    color: white;
    border-radius: 100%;
    font-size:30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    display: block;
    margin:0 auto;
}

/* Footer */
.logo-financiacion {
    margin: 20px auto 20px;
}
.logo-financiacion img {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}


/* add to cart button */
.products-grid .product-add-cart {
        margin-left: 0;
        margin-right: 0;
}
.products-grid .product-add-cart button {
    flex-shrink: 0;
    flex-grow: 1;
}

#cms.cms-id-11 #desktop-header:not(.stuck) .cbp-horizontal .cbp-tab-title, 
#cms.cms-id-12 #desktop-header:not(.stuck) .cbp-horizontal .cbp-tab-title,
#cms.cms-id-13 #desktop-header:not(.stuck) .cbp-horizontal .cbp-tab-title {
    color: #096aaf;
}  