/* custom */
@font-face {
    font-family: "Core Sans DS 35";
    src: url("../fonts/CoreSansDS35RegularItalic.eot");
    src: local("Core Sans DS 35 Regular Italic"), local("CoreSansDS35RegularItalic"), url("../fonts/CoreSansDS35RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/CoreSansDS35RegularItalic.woff2") format("woff2"), url("../fonts/CoreSansDS35RegularItalic.woff") format("woff"), url("../fonts/CoreSansDS35RegularItalic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Core Sans DS 35";
    src: url("../fonts/CoreSansDS35Regular.eot");
    src: local("Core Sans DS 35 Regular"), local("CoreSansDS35Regular"), url("../fonts/CoreSansDS35Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/CoreSansDS35Regular.woff2") format("woff2"), url("../fonts/CoreSansDS35Regular.woff") format("woff"), url("../fonts/CoreSansDS35Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Core Sans DS 45";
    src: url("../fonts/CoreSansDS45Medium.eot");
    src: local("Core Sans DS 45 Medium"), local("CoreSansDS45Medium"), url("../fonts/CoreSansDS45Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/CoreSansDS45Medium.woff2") format("woff2"), url("../fonts/CoreSansDS45Medium.woff") format("woff"), url("../fonts/CoreSansDS45Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Core Sans DS 75";
    src: url("../fonts/CoreSansDS75Black.eot");
    src: local("Core Sans DS 75 Black"), local("CoreSansDS75Black"), url("../fonts/CoreSansDS75Black.eot?#iefix") format("embedded-opentype"), url("../fonts/CoreSansDS75Black.woff2") format("woff2"), url("../fonts/CoreSansDS75Black.woff") format("woff"), url("../fonts/CoreSansDS75Black.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Core Sans DS 45";
    src: url("../fonts/CoreSansDS45MediumItalic.eot");
    src: local("Core Sans DS 45 Medium Italic"), local("CoreSansDS45MediumItalic"), url("../fonts/CoreSansDS45MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/CoreSansDS45MediumItalic.woff2") format("woff2"), url("../fonts/CoreSansDS45MediumItalic.woff") format("woff"), url("../fonts/CoreSansDS45MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "Core Sans DS 25";
    src: url("../fonts/CoreSansDS25LightItalic.eot");
    src: local("Core Sans DS 25 Light Italic"), local("CoreSansDS25LightItalic"), url("../fonts/CoreSansDS25LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/CoreSansDS25LightItalic.woff2") format("woff2"), url("../fonts/CoreSansDS25LightItalic.woff") format("woff"), url("../fonts/CoreSansDS25LightItalic.ttf") format("truetype");
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: "Core Sans DS 15";
    src: url("../fonts/CoreSansDS15ThinItalic.eot");
    src: local("Core Sans DS 15 Thin Italic"), local("CoreSansDS15ThinItalic"), url("../fonts/CoreSansDS15ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/CoreSansDS15ThinItalic.woff2") format("woff2"), url("../fonts/CoreSansDS15ThinItalic.woff") format("woff"), url("../fonts/CoreSansDS15ThinItalic.ttf") format("truetype");
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: "Core Sans DS 55";
    src: url("../fonts/CoreSansDS55Bold.eot");
    src: local("Core Sans DS 55 Bold"), local("CoreSansDS55Bold"), url("../fonts/CoreSansDS55Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CoreSansDS55Bold.woff2") format("woff2"), url("../fonts/CoreSansDS55Bold.woff") format("woff"), url("../fonts/CoreSansDS55Bold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Core Sans DS 55";
    src: url("../fonts/CoreSansDS55BoldItalic.eot");
    src: local("Core Sans DS 55 Bold Italic"), local("CoreSansDS55BoldItalic"), url("../fonts/CoreSansDS55BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/CoreSansDS55BoldItalic.woff2") format("woff2"), url("../fonts/CoreSansDS55BoldItalic.woff") format("woff"), url("../fonts/CoreSansDS55BoldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
}

/*general styles*/

.fullwidth {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
}

/*end general styles*/

/* estilos de bloke GDPR*/
.psgdprinfo17 {
    padding-bottom: 3rem;
}


#module-djv_navigation-nsearch #left-column {
    width: 25%;
    position: relative;
}

#module-djv_navigation-nsearch .coste-sonrisas {
    color: #ff3c64;
    font-size: 1.1rem;
}

#module-djv_navigation-nsearch .coste-sonrisas span {
    font-size: 2.2rem;
}


@media (max-width: 1024px) {
    #module-djv_navigation-nsearch #left-column {
        position: fixed;
        top: 0;
        left: -200vw;
        z-index: 1000;
        width: 100vw;
        height: 100vh;
        /*transition: left 500ms;*/
    }

    #module-djv_navigation-nsearch #left-column #djv-navigation-left {
        position: relative;
        z-index: 1;
        height: 100vh;
        width: 75%;
        padding-bottom: 70px;
        overflow-y: scroll;
        background-color: white;
    }

    #module-djv_navigation-nsearch #left-column #left-column-bg {
        position: absolute;
        top: 0;
        height: 100vh;
        width: 100vw;
        background-color: rgba(0, 0, 0, 0.2509803922);
    }

    #module-djv_navigation-nsearch #js-product-list-top .paginaton_sample .product_count {
        display: none;
    }

    #module-djv_navigation-nsearch #js-product-list-top #product-list-filter-btn {
        margin-right: 0.375rem;
        cursor: pointer;
        color: #444;
        background-image: none;
        background-color: transparent;
        border: 2px solid #444;
        padding: 0.4em 0.5em;
    }

    .list_grid_switcher {
        display: none;
    }
}

#djv-navigation-left {
    padding: 0 16px;
}

#djv-navigation-left h3 {
    margin: 1rem 0;
    font-size: 1em;
    font-weight: normal;
    color: #00ACB2;
}

.djv-filter-block-firsttitle {
    color: #000;
    margin-bottom: 0;
}

#djv-navigation-left h3.djv-filter-block {
    margin-bottom: 16px;
    border-bottom: 1px solid #DADADA;
    font-size: 1rem;
    font-weight: bold;
    color: black;
}

#djv-navigation-left #left-responsive-switch {
    display: none;
}

#djv-navigation-left > div {
    margin-bottom: 5px;
    border-bottom: 1px solid #DADADA;
    padding-bottom: 5px;
}

#djv-navigation-left .left-filter-list {
    padding-left: 0.3rem;
}

#djv-navigation-left .left-filter-list li {
    white-space: normal;
    font-size: 15px;
    line-height: 24px;
}

#djv-navigation-left .left-filter-list li::before {
    content: "\f105";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    opacity: 0.8;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 120%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
    font-size: 16px;
}

#djv-navigation-left .left-filter-list li span {
    font-size: 75%;
    color: #ccc;
    margin-left: 2px;
}

#module-djv_navigation-nsearch #right_column {
    display: none;
}

#djv-navigation-left #djv-filters-your-seleccion {
    margin-top: 16px;
}

#djv-navigation-left .djv-icon-delete {
    display: flex;
    align-items: center;
}

#djv-navigation-left .djv-icon-delete::after {
    content: "\e842";
    color: #ee4444;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    opacity: 0.8;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 120%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 21px;
    margin-left: 16px;
}

#module-djv_navigation-nsearch .slider-container {
    padding-left: 6px;
}


#djv-navigation-left .slider-values {
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
}

/*----*/
.products_section .title_block_inner {
    color: #555555;
    font-size: 18px;
    text-transform: none;
    border-bottom: 1px solid #f0e7e7 !important;
    margin-top: 23px;
}

.breadcrumb_wrapper {
    padding-bottom: 12px !important;
    padding-top: 12px !important;
}

.paginaton_sample {
    display: flex;
    align-items: center;
}

.link-item i svg {
    width: 20px !important;
    min-width: 20px !important;
    max-width: 20px !important;
    height: 20px !important;
}

.ets-rv-modal-open .ets-rv-modal {
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.6);
}

.ets-rv-modal-backdrop.fade.in {
    z-index: 0 !important;
}

/*MEDIA QUERIES*/
@media (max-width: 768px) {
    #module-djv_navigation-nsearch .expandText .content {
        overflow-y: hidden;
        transition: height 0.5s ease;

    }

    #module-djv_navigation-nsearch .expandText {
        margin-bottom: 50px;
    }

    #module-djv_navigation-nsearch .expandText .expand-handler::before,
    #module-djv_navigation-nsearch .expandText .contract-handler::before {
        content: "Ampliar";
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-top: 10px;
    }

    #module-djv_navigation-nsearch .expandText .contract-handler::before {
        content: "Reducir";
    }

    #module-djv_navigation-nsearch .expandText .contract-handler::after {
        content: "︿";
        bottom: -50px;
    }

    #module-djv_navigation-nsearch .expandText .expand-handler::after {
        content: "﹀";
        bottom: -55px;
    }

    #module-djv_navigation-nsearch .expandText .expand-handler::after,
    #module-djv_navigation-nsearch .expandText .contract-handler::after {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        font-weight: 700;
    }
}

/*END MEDIA QUERIES*/

/*21/09/23 Modificacion paginación */
.page-item.disabled .page-link {
    background: none !important;
}

.pagination .page-link {
    color: #0082CC;
}


/*HOME PAGE*/

.home-banner img{
    width: 100%;
}
.grey-banner .stsb_read_more{
    background: #D6D6D6;
}
.grey-banner .stsb_showmore_btn,
.grey-banner .stsb_showless_btn
{
    justify-content: left;
}

/*END HOME PAGE*/

.serv-integral {
    padding: 4.375rem 0;
    background-color: #ededed
}

.serv-integral-conten {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
    max-width: 1024px;
    width: 100%;
    margin: 0 auto
}

.serv-integral p {
    margin-bottom: 0;
    text-align: center
}

.serv-integral .btn-markamania {
    align-self: center
}

#module-djv_navigation-nsearch .tedamosideas > h2 {
    margin-bottom: 40px;
}

#module-djv_navigation-nsearch .tedamosideas .container {
    display: grid;
    grid-template-columns: repeat(3, calc(33% - 30px));
    grid-gap: 30px;
}

@media (max-width: 768px) {
    #module-djv_navigation-nsearch .tedamosideas .container {
        display: block;
    }
}

#module-djv_navigation-nsearch .tedamosideas .container article {
    overflow: hidden;
}

#module-djv_navigation-nsearch .tedamosideas .container article h3 {
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-top: 20px;
}

#module-djv_navigation-nsearch .tedamosideas .container article p {
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

#module-djv_navigation-nsearch .tedamosideas .container article img {
    margin: 0 auto;
    display: block;
}

.full-width {
    width: 100vw;
    display: block;
    position: relative;
    margin-left: 50%;
    transform: translateX(-50%);
}

.color-corporativo {
    color: #60b6b3 !important;
}

.color-corporativo2 {
    color: #f51957 !important;
}

.djv-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1170px;
    min-width: 920px;
}

@media (max-width: 1024px) {
    .djv-container {
        max-width: 920px;
        min-width: 750px;
    }
}

@media (max-width: 768px) {
    .djv-container {
        max-width: 750px;
        min-width: 480px;
    }
}

@media (max-width: 480px) {
    .djv-container {
        max-width: 500px;
        min-width: 300px;
    }
}


.textoSeo section header, #category-description section header {
    text-align: center;
}

.textoSeo #propuestas-valor-1,
.textoSeo #product-list-1,
.textoSeo #personaliza,
.textoSeo #algunas-ideas,
.textoSeo #product-list-2,
.textoSeo .img-full-width, #category-description #propuestas-valor-1,
#category-description #product-list-1,
#category-description #personaliza,
#category-description #algunas-ideas,
#category-description #product-list-2,
#category-description .img-full-width {
    margin-top: 60px;
}

.textoSeo #propuestas-valor-1 header,
.textoSeo #product-list-1 header,
.textoSeo #personaliza header,
.textoSeo #algunas-ideas header,
.textoSeo #product-list-2 header,
.textoSeo .img-full-width header, #category-description #propuestas-valor-1 header,
#category-description #product-list-1 header,
#category-description #personaliza header,
#category-description #algunas-ideas header,
#category-description #product-list-2 header,
#category-description .img-full-width header {
    margin-bottom: 25px;
}

.textoSeo #propuestas-valor-1 header h2,
.textoSeo #product-list-1 header h2,
.textoSeo #personaliza header h2,
.textoSeo #algunas-ideas header h2,
.textoSeo #product-list-2 header h2,
.textoSeo .img-full-width header h2, #category-description #propuestas-valor-1 header h2,
#category-description #product-list-1 header h2,
#category-description #personaliza header h2,
#category-description #algunas-ideas header h2,
#category-description #product-list-2 header h2,
#category-description .img-full-width header h2 {
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 36px;
    text-align: center;
}

@media (max-width: 768px) {
    .textoSeo #propuestas-valor-1 header h2,
    .textoSeo #product-list-1 header h2,
    .textoSeo #personaliza header h2,
    .textoSeo #algunas-ideas header h2,
    .textoSeo #product-list-2 header h2,
    .textoSeo .img-full-width header h2, #category-description #propuestas-valor-1 header h2,
    #category-description #product-list-1 header h2,
    #category-description #personaliza header h2,
    #category-description #algunas-ideas header h2,
    #category-description #product-list-2 header h2,
    #category-description .img-full-width header h2 {
        font-size: 24px;
    }
}

.textoSeo #propuestas-valor-1 header h3,
.textoSeo #product-list-1 header h3,
.textoSeo #personaliza header h3,
.textoSeo #algunas-ideas header h3,
.textoSeo #product-list-2 header h3,
.textoSeo .img-full-width header h3, #category-description #propuestas-valor-1 header h3,
#category-description #product-list-1 header h3,
#category-description #personaliza header h3,
#category-description #algunas-ideas header h3,
#category-description #product-list-2 header h3,
#category-description .img-full-width header h3 {
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    font-size: 24px;
}

.textoSeo #propuestas-valor-1, #category-description #propuestas-valor-1 {
    text-align: left;
}

.textoSeo #personaliza .djv-flex:first-of-type, #category-description #personaliza .djv-flex:first-of-type {
    margin: 25px 0px;
}

.textoSeo #personaliza .djv-flex:first-of-type > div p, #category-description #personaliza .djv-flex:first-of-type > div p {
    text-align: center;
    padding: 0 10px;
}

.textoSeo #personaliza .djv-flex:last-of-type, #category-description #personaliza .djv-flex:last-of-type {
    margin: 35px 0px 25px;
}

.textoSeo #personaliza .djv-flex:last-of-type > a, #category-description #personaliza .djv-flex:last-of-type > a {
    position: relative;
    display: block;
    background-color: black;
}

@media (max-width: 768px) {
    .textoSeo #personaliza .djv-flex:last-of-type > a, #category-description #personaliza .djv-flex:last-of-type > a {
        margin-bottom: 10px;
    }
}

.textoSeo #personaliza .djv-flex:last-of-type > a h3, #category-description #personaliza .djv-flex:last-of-type > a h3 {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    margin-bottom: 0;
    text-align: center;
    color: white;
    text-transform: uppercase;
    width: 100%;
    font-size: 20px;
}

.textoSeo #personaliza .djv-flex:last-of-type > a img, #category-description #personaliza .djv-flex:last-of-type > a img {
    max-width: 100%;
}

.textoSeo #grandes-pedidos, #category-description #grandes-pedidos {
    background-color: #f1f1f1;
    background-size: cover;
    background-position: center;
    min-height: 465px;
    padding: 60px 0 50px;
}

@media (max-width: 768px) {
    .textoSeo #grandes-pedidos, #category-description #grandes-pedidos {
        background-position: left;
        padding: 30px 50px;
        min-height: 335px;
    }
}

.textoSeo #grandes-pedidos .content-text, #category-description #grandes-pedidos .content-text {
    width: 480px;
    text-align: center;
}

@media (max-width: 768px) {
    .textoSeo #grandes-pedidos .content-text, #category-description #grandes-pedidos .content-text {
        width: 100%;
    }
}

.textoSeo #grandes-pedidos .content-text h2, #category-description #grandes-pedidos .content-text h2 {
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 40px;
}

@media (max-width: 768px) {
    .textoSeo #grandes-pedidos .content-text h2, #category-description #grandes-pedidos .content-text h2 {
        font-size: 36px;
    }
}

.textoSeo #grandes-pedidos .content-text p, #category-description #grandes-pedidos .content-text p {
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    font-size: 23px;
}

@media (max-width: 768px) {
    .textoSeo #grandes-pedidos .content-text p, #category-description #grandes-pedidos .content-text p {
        font-size: 18px;
    }
}

.textoSeo #grandes-pedidos .content-text ul, #category-description #grandes-pedidos .content-text ul {
    list-style: none;
    text-align: left;
    display: block;
    padding-left: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
}

.textoSeo #grandes-pedidos .content-text ul li, #category-description #grandes-pedidos .content-text ul li {
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    font-size: 19px;
    margin-bottom: 12px;
}

.textoSeo #grandes-pedidos .content-text ul li img, #category-description #grandes-pedidos .content-text ul li img {
    width: 30px;
    display: inline-block;
}

.textoSeo #grandes-pedidos .content-text .btn-hover-animated-orange, #category-description #grandes-pedidos .content-text .btn-hover-animated-orange {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    display: block;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 19px;
}

.textoSeo #algunas-ideas article header, #category-description #algunas-ideas article header {
    text-align: center;
    color: #666;
}

.textoSeo #algunas-ideas article header h2, #category-description #algunas-ideas article header h2 {
    color: black;
}

.textoSeo #algunas-ideas article .idea-block, #category-description #algunas-ideas article .idea-block {
    display: grid;
    grid-template-areas: "text image";
    grid-template-columns: repeat(2, 50%);
    margin: 30px 0;
}

@media (max-width: 768px) {
    .textoSeo #algunas-ideas article .idea-block, #category-description #algunas-ideas article .idea-block {
        grid-template-areas: "image" "text";
        grid-template-columns: 100%;
        margin-bottom: 60px;
    }
}

.textoSeo #algunas-ideas article .idea-block:nth-of-type(2n), #category-description #algunas-ideas article .idea-block:nth-of-type(2n) {
    grid-template-areas: "image text";
}

@media (max-width: 768px) {
    .textoSeo #algunas-ideas article .idea-block:nth-of-type(2n), #category-description #algunas-ideas article .idea-block:nth-of-type(2n) {
        grid-template-areas: "image" "text";
        grid-template-columns: 100%;
    }
}

.textoSeo #algunas-ideas article .idea-block .idea-text, .textoSeo #algunas-ideas article .idea-block .idea-img, #category-description #algunas-ideas article .idea-block .idea-text, #category-description #algunas-ideas article .idea-block .idea-img {
    align-self: center;
    text-align: center;
    color: #666;
    margin: 0 3px;
}

.textoSeo #algunas-ideas article .idea-block .idea-text h3, .textoSeo #algunas-ideas article .idea-block .idea-img h3, #category-description #algunas-ideas article .idea-block .idea-text h3, #category-description #algunas-ideas article .idea-block .idea-img h3 {
    display: block;
    font-size: 22px;
}

.textoSeo #algunas-ideas article .idea-block .idea-text p, .textoSeo #algunas-ideas article .idea-block .idea-img p, #category-description #algunas-ideas article .idea-block .idea-text p, #category-description #algunas-ideas article .idea-block .idea-img p {
    display: block;
    font-size: 16px;
    padding: 0 12px;
}

.textoSeo #algunas-ideas article .idea-block .idea-text .claim-button, .textoSeo #algunas-ideas article .idea-block .idea-img .claim-button, #category-description #algunas-ideas article .idea-block .idea-text .claim-button, #category-description #algunas-ideas article .idea-block .idea-img .claim-button {
    display: flex;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    gap: 10px;
}

.textoSeo #algunas-ideas article .idea-block .idea-text .claim-button h4, .textoSeo #algunas-ideas article .idea-block .idea-img .claim-button h4, #category-description #algunas-ideas article .idea-block .idea-text .claim-button h4, #category-description #algunas-ideas article .idea-block .idea-img .claim-button h4 {
    font-size: 16px;
    font-family: "Quicksand", sans-serif;
    font-weight: 900;
    background-image: url("https://cdn2.crealo.es/themes/base/assets/img/flecha.png");
    background-position: 95% bottom;
    background-repeat: no-repeat;
    text-align: right;
    padding-bottom: 35px;
    padding-right: 15px;
}

.textoSeo #algunas-ideas article .idea-block .idea-text .claim-button > *, .textoSeo #algunas-ideas article .idea-block .idea-img .claim-button > *, #category-description #algunas-ideas article .idea-block .idea-text .claim-button > *, #category-description #algunas-ideas article .idea-block .idea-img .claim-button > * {
    flex: 1;
}

.textoSeo #algunas-ideas article .idea-block .idea-text .claim-button > a, .textoSeo #algunas-ideas article .idea-block .idea-img .claim-button > a, #category-description #algunas-ideas article .idea-block .idea-text .claim-button > a, #category-description #algunas-ideas article .idea-block .idea-img .claim-button > a {
    background-color: #415055;
    color: white;
    border: 2px solid #415055;
    border-radius: 0;
    transition: all 500ms;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 5px;
    cursor: pointer;
    color: white;
    align-self: flex-start;
}

.textoSeo #algunas-ideas article .idea-block .idea-text .claim-button > a:hover, .textoSeo #algunas-ideas article .idea-block .idea-img .claim-button > a:hover, #category-description #algunas-ideas article .idea-block .idea-text .claim-button > a:hover, #category-description #algunas-ideas article .idea-block .idea-img .claim-button > a:hover {
    background-color: white;
    color: #415055;
}

.textoSeo #algunas-ideas article .idea-block .idea-text, #category-description #algunas-ideas article .idea-block .idea-text {
    grid-area: text;
}

@media (max-width: 768px) {
    .textoSeo #algunas-ideas article .idea-block .idea-text, #category-description #algunas-ideas article .idea-block .idea-text {
        width: 100%;
        margin-top: 10px;
    }
}

.textoSeo #algunas-ideas article .idea-block .idea-img, #category-description #algunas-ideas article .idea-block .idea-img {
    grid-area: image;
}

.textoSeo #algunas-ideas article .idea-block .idea-img img, #category-description #algunas-ideas article .idea-block .idea-img img {
    width: 100%;
}

.textoSeo #propuestas-valor-2, #category-description #propuestas-valor-2 {
    margin-top: 70px;
}

.textoSeo #propuestas-valor-2 h3, #category-description #propuestas-valor-2 h3 {
    display: block;
    color: #406A76;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2px;
}

.textoSeo #propuestas-valor-2 h3::before, #category-description #propuestas-valor-2 h3::before {
    content: "";
    display: block;
    background-image: url("https://cdn1.crealo.es/themes/base/assets/img/ornament_home.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 100%;
}

.textoSeo #propuestas-valor-2 p, #category-description #propuestas-valor-2 p {
    text-align: center;
}

.textoSeo .ver-mas, #category-description .ver-mas {
    background-color: #406A76;
    color: white;
    border: 2px solid #406A76;
    border-radius: 0;
    transition: all 500ms;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 5px;
    cursor: pointer;
    color: white;
    width: 170px;
    margin: 0px auto;
    font-size: 14px;
    display: block;
    margin-top: 30px;
}

.textoSeo .ver-mas:hover, #category-description .ver-mas:hover {
    background-color: white;
    color: #406A76;
}

.textoSeo .djv-flex, #category-description .djv-flex {
    display: flex;
}

.textoSeo .djv-flex > *, #category-description .djv-flex > * {
    flex: 1;
    margin: 0 7px;
}

.textoSeo .djv-flex > a, #category-description .djv-flex > a {
    background-color: black;
}

.textoSeo .djv-flex > a img, #category-description .djv-flex > a img {
    transition: opacity 500ms;
    opacity: 1;
}

.textoSeo .djv-flex > a img:hover, #category-description .djv-flex > a img:hover {
    opacity: .5;
}

@media (max-width: 768px) {
    .textoSeo .djv-flex, #category-description .djv-flex {
        display: block;
    }
}

.textoSeo .element-icon, #category-description .element-icon {
    display: grid;
    grid-template-columns: 20% 80%;
}

@media (max-width: 768px) {
    .textoSeo .element-icon, #category-description .element-icon {
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }
}

.textoSeo .element-icon img, #category-description .element-icon img {
    float: left;
    display: inline-block;
    width: 50px;
    margin-right: 16px;
}

@media (max-width: 768px) {
    .textoSeo .element-icon img, #category-description .element-icon img {
        float: none;
        margin-right: 0;
    }
}

.textoSeo .element-icon div, #category-description .element-icon div {
    display: inline-block;
}

@media (max-width: 768px) {
    .textoSeo .element-icon div, #category-description .element-icon div {
        display: block;
    }
}

.textoSeo .element-icon div h3, #category-description .element-icon div h3 {
    color: black;
    font-size: 21px;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    display: block;
    margin-bottom: 0;
}

.textoSeo .element-icon div p, #category-description .element-icon div p {
    display: block;
    font-size: 14px;
    font-family: "Quicksand", sans-serif;
    font-weight: 300;
}

.textoSeo .tag-list, #category-description .tag-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.textoSeo .tag-list a, #category-description .tag-list a {
    background-color: #415055;
    color: white;
    border: 2px solid #415055;
    border-radius: 0;
    transition: all 500ms;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 5px;
    cursor: pointer;
    min-width: 120px;
    margin: 10px;
}

.textoSeo .tag-list a:hover, #category-description .tag-list a:hover {
    background-color: white;
    color: #415055;
}

.textoSeo .scrollTo, #category-description .scrollTo {
    cursor: pointer;
    color: #406A76;
}

.textoSeo .franja_destacada, #category-description .franja_destacada {
    background-color: #f1f1f1;
    margin-top: -16px;
}

.textoSeo .franja_destacada span, #category-description .franja_destacada span {
    font-size: 13px;
}

/*HOME PRODUCT MINIATURES*/
.custom-miniature-style .e-con-inner {
    gap: 5px;
    padding-bottom: 0;
}

.custom-miniature-style .stsb_pm_variant_wrapper {
    gap: 3px;
    align-items: center;
    margin-top: 7px;
}

.custom-miniature-style .stsb_pm_variant_wrapper .stsb_pm_variant_item {
    border-radius: 50%;
}

.custom-miniature-style .stsb_mini_product_name {
    font-family: 'Barlow Condensed';
}

.custom-miniature-style .stsb_pm_variant_item {
    border: 2px solid #dddddd;
}

.custom-miniature-style .stsb_pm_variant_item:after {
    display: none;
}

.custom-miniature-style .variants-counter {
    font-family: 'Barlow Condensed';
    font-size: 14px;
    color: #0d0d0d;
}

.custom-miniature-style .product-price-and-shipping .text {
    font-family: 'Barlow Condensed';
    color: #353535;
    font-size: 18px;
    line-height: 21.6px;
    font-weight: 400;
    margin-bottom: 0;
}

.custom-miniature-style .product-price-and-shipping .price {
    font-family: 'Barlow Condensed';
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
    color: #000;
    margin: 0;
}

.custom-miniature-style .st_sticker_7 {
    background-color: transparent;
}

.custom-miniature-style .delivery-flag {
    margin-top: 7px;
}

.custom-miniature-style .delivery-flag .st_sticker {
    border: none;
}

.custom-miniature-style .delivery-flag .st_sticker_block {
    max-width: 112px !important;
    background-color: #01a508;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 6px;
    border-radius: 5px;
    position: relative;
}

.custom-miniature-style .delivery-flag .st_sticker_block:after {
    content: "";
    position: absolute;
    right: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #01a508;
}

.custom-miniature-style .st_sticker_7 .st_sticker_text {
    font-family: 'Barlow Condensed';
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    color: #fff;
    text-transform: uppercase;
}

.custom-miniature-style .prices-container {
    display: flex;
}

.custom-miniature-style .prices-container .regular-price {
    font-family: 'Barlow Condensed';
    font-size: 29px;
    font-weight: 300;
    line-height: 36px;
    color: #9F9F9F;
}

.custom-miniature-style .prices-container .price-with-discount {
    font-family: 'Barlow Condensed';
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: #C82C4B;
}

.custom-miniature-style .prices-container .con-iva {
    font-family: 'Barlow Condensed';
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 16.8px;
    color: #878787;
}

.custom-miniature-style .prices-container .inner-container {
    border-right: 2px solid #000;
    padding-right: 10px;
}

.custom-miniature-style .prices-container .personalized-price-with-discount,
.custom-miniature-style .prices-container .personalized-price {
    padding-left: 10px;
}

.custom-miniature-style .delivery-flag > .elementor-widget-container {
    display: flex;
    gap: 15px;
    align-items: center;
}

.custom-miniature-style .delivery-flag > .elementor-widget-container .delivery-block .delivery-text {
    font-family: 'Barlow Condensed';
    font-size: 17px;
    font-weight: 500;
    line-height: 16px;
    color: #01A508;
    text-transform: lowercase;
}

.custom-miniature-style .delivery-flag > .elementor-widget-container .delivery-block .delivery-text:first-letter {
    text-transform: uppercase;
}

/*END HOME PRODUCT MINIATURES*/

/*CATEGORY PAGE*/
.pagination-container .stsb_cate_pagination{
    align-items: center;
}
.pagination-container .stsb_cate_pagination li a{
    width: 12px !important;
    height: 12px !important;
    line-height: 12px !important;
}


.responsive-filters .title{
    color: #00ACB1;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    cursor: pointer;
}
.filters-container.show{
    display: block;
    width: 90vw;
}
/*END CATEGORY PAGE*/

/*PRODUCT PAGE*/

#product .ets_rv_grade_stars {
    overflow: hidden;
}

#product .breadcrumb_item:last-child {
    color: #000;
}

#product .prices-table-container .price-table-tabs {
    margin-bottom: 30px;
    display: flex;
}

#product .prices-table-container .price-table-tabs span {
    font-family: 'Barlow Condensed';
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    color: #8F8F8F;
    cursor: pointer;
    padding: 0 15px 10px 15px;
}

#product .prices-table-container .price-table-tabs span.active {
    color: #00ACB1;
    font-weight: 500;
    border-bottom: 3px solid #00ACB1;
}

#product .prices-table-container .price-table-tabs span:first-child {
    margin-right: 30px;
}

#product .prices-table-container th {
    font-family: 'Barlow Condensed';
    font-size: 20px;
    color: #000;
    font-weight: 500;
    padding: 5px 10px;
}

#product .prices-table-container td {
    font-family: 'Barlow Condensed';
    font-size: 20px;
    color: #000;
    padding: 5px 10px;
    font-weight: 300;
}

#product .prices-table-container td.prices {
    font-weight: 500;
}

#product .prices-table-container .table-responsive {
    display: none;
}

#product .prices-table-container .table-responsive.active {
    display: block;
}

#product .product-variants .swap-bg {
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 1px solid;
    background-size: contain;
    cursor: pointer;
}

#product .product-variants .product-variants-color li {
    display: inline-block;
}

#product .product-delivery {
    margin-bottom: 10px;
}

#product .product-delivery .delivery-date {
    font-weight: 500;
    font-size: 18px;
    color: #01A508;
    line-height: 16px;
}

#product .product-delivery .delivery-first-block {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 10px;
}

#product .product-delivery .delivery-hour {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #878787;
    margin-bottom: 10px;
}

#product .product-delivery .delivery-hour .hour {
    color: #000;
}

#product .product-delivery .related-delivery .related-delivery-text {
    font-weight: 500;
    color: #454545;
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 0;
}

#product .product-delivery .related-delivery .related-delivery-link a {
    font-weight: 300;
    color: #01A508;
    font-size: 16px;
    line-height: 16px;
    text-decoration: underline;
}

#product .product-delivery .delivery-first-block .delivery-24 {
    position: relative;
    background-color: #01A508;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    flex-shrink: 0;
    padding: 6px 16px;
}

#product .product-delivery .delivery-first-block .delivery-24:after {
    content: "";
    position: absolute;
    right: -8px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #01a508;
}

#product .product-delivery .delivery-hour a {
    font-weight: 300;
    font-size: 14px;
    color: #01A508;
    line-height: 20px;
    text-decoration: underline;
}

#product .product-delivery .delivery-hour p {
    margin-bottom: 0;
}

#product .product-price {
    display: block;
    margin: 15px 0 12px 0;
}

#product .product-price .price {
    margin: 0;
    font-weight: 700;
    font-size: 45px;
    line-height: 54px;
    color: #000;
}

#product .product-price .taxes {
    font-weight: 400;
    font-size: 18px;
    line-height: 21.6px;
    color: #878787;
}

#product .product-price .regular-price {
    text-decoration: none;
    margin: 0;
}

#product .product-price .discount-price .old-price {
    font-weight: 300;
    font-size: 45px;
    line-height: 54px;
    text-decoration: line-through;
    color: #9F9F9F;
    margin-right: 10px;
}

#product .product-price .discount-price .new-price {
    font-size: 45px;
    font-weight: 700;
    line-height: 54px;
    text-align: left;
    color: #C82C4B;
}

#product .product-addtocart .add-to-cart {
    text-transform: initial;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    border-radius: 3px;
    background-color: #00ACB1;
    font-family: 'Barlow Condensed';
    border: none;
    padding: 10px 17px 14px 17px;
}

#product .sizes-guide {
    display: flex;
    align-items: start;
    gap: 5px;
}

#product .sizes-guide img {
    padding-top: 3px;
}

#product .sizes-guide .sizes-text a {
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    color: #00ACB1;
    text-decoration: underline;
}

#product .sizes-guide .sizes-text p {
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    color: #878787;
    margin-bottom: 0;
}

#product .product-personalized-block {
    color: #fff;
}

#product .product-personalized-block .title {
    font-size: 30px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 15px;
}

#product .product-personalized-block .price-box {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin: 0 5px 0 5px;
}

#product .product-personalized-block span {
    margin: 0;
}

#product .product-personalized-block .text {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
}

#product .product-personalized-block .price {
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    color: #000;
}

#product .product-personalized-block .taxes {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
}

#product .product-personalized-block .design-btn button {
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    color: #fff;
    background-color: #040404;
    border-radius: 3px;
    width: 100%;
    padding: 6px 22px 7px 22px;
    display: inline-block;
    margin-top: 20px;
    font-family: 'Barlow Condensed';
    cursor: pointer;
}

/*END PRODUCT PAGE*/

/*MY ACCOUNT PAGE*/


#my-account .list-group-item,
.my_account_left_column .list-group-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    min-height: 68px;
}


#my-account .link-item,
.my_account_left_column .link-item {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

.my_account_left_column .lgcookieslaw-account-button .link-item img,
.myacount_dashbord_list .lgcookieslaw-account-button .link-item img {
    max-width: 27px;
}

/*END MY ACCOUNT PAGE*/

/*FOOTER STYLE*/
.footer-container .elementor-icon-list-item a {
    gap: 10px;
}

/*END FOOTER STYLE*/

/*CMS STYLE*/
#cms .page_heading {
    display: none;
}

/*END CMS STYLE*/


/* AJUSTES DE PRODUCTO */
.product-variants .color.texture {
    width: 1.875rem;
    height: 1.875rem;
}

.stsb_variant_group.stsb_variant_group_select {
    display: none;
}

/*GRID PRODUCT*/
@media (min-width: 768px) {
    .grid-area-h-2 {
        grid-area: 1 / 3 / 3 / 4;
    }

    .grid-area-w-2 {
        grid-area: 2 / 1 / 3 / 3;
    }

    .grid-area-product {
        --e-con-grid-template-columns: 1fr 1fr 0.5fr !important;
    }
}

/* Cuadro rojo personalización */
.s-personalization .product-buy-actions.product-actions {
    background-color: #C82C4B;
    padding: 15px;
}

/* OCULTAMOS HEADER PARA EMPRESAS ESPECIFICAS */
.st_header_hide #st_header {
    display: none;
}


/*MEDIA QUERIES*/
@media (max-width: 992px) {
    .custom-close-btn .elementor-paragraph-text {
        width: 27px;
        height: 27px;
        border-radius: 100%;
        display: block;
    }
    .filters-responsive-container .elementor-icon-box-wrapper{
        align-items: center;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #product .prices-table-container .price-table-tabs {
        flex-wrap: wrap;
        gap: 20px;
    }

    #product .prices-table-container .price-table-tabs span {
        padding: 0;
        margin: 0;
    }
}

@media (max-width: 767px) {
    #my-account .list-group-item {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .custom-miniature-style .product-price-and-shipping .text {
        font-size: 16px;
    }
    .product-list-container .stsb_grid_wrapper{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


@media (max-width: 400px) {
    .custom-miniature-style .product-price-and-shipping .price {
        font-size: 22px;
    }

    .stsb_mini_product_name {
        font-size: 20px;
    }

    .custom-miniature-style .stsb_pm_variant_wrapper {
        gap: 1px;
    }
}

/*END MEDIA QUERIES*/