/* MOD FONTS */
@font-face {
    font-family: 'GlacialIndifference-Regular';
    src: url('/themes/stenger/assets/fonts/glacial-indifference/GlacialIndifference-Regular.otf') format('opentype');
}

/* END MOD FONTS */



/* MOD CIMADIGITAL CUSTOM MINIATURE IN CATEGORY */



.cd-article {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    overflow: visible !important;
    margin-bottom: 15px !important;
}

.cd-article-row {
    display: flex;
    min-height: 250px;
    height: 100%;
    border-radius: 20px;
    border: 2px solid #dbd6d4;
    padding: 10px;
    background-color: #ffffff;
}

#category .product-miniature {
    height: 100%;
}




.cd-article-details {
    display: flex;
    flex-direction: column;
    width: 75%;
}

.cd-article-image {
    width: 25%;
    display: flex;
    align-items: center;
    z-index: 1;
    overflow: hidden;
}

.cd-article-img {
    /* height: 200px; */
    width: 125px;
    object-fit: cover;
}


.cd-article-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cd-article-meta {
    display: flex;
    flex-direction: column;
}

.cd-article-code {
    font-family: 'GlacialIndifference-Regular', sans-serif;
    font-size: 8px;
    color: #751e76;
}







.cd-article-title {
    margin-bottom: 0;
}

.cd-article-title {
    max-width: 150px;
    font-family: 'GlacialIndifference-Regular', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #751e76;
}



.cd-article-category {
    font-family: 'GlacialIndifference-Regular', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #751e76;
}

.cd-article-highlights {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cd-article-selection {
    font-family: 'GlacialIndifference-Regular', sans-serif;
    font-size: 10px;
    color: #751e76;
}

.cd-article-origin {
    font-family: 'GlacialIndifference-Regular', sans-serif;
    font-size: 10px;
    color: #751e76;
}

.cd-article-divider {
    background-color: #751e76;
    height: 2px;
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
}


.cd-article-composition {
    display: flex;
    justify-content: space-between;
    gap: 1em;
}

.cd-article-cacao {
    width: 33.333%;
    max-width: 40px;
}

.cd-article-cacao>span {
    font-family: 'GlacialIndifference-Regular', sans-serif;
    font-size: 12px;
    color: #9b5a49;
}

.cd-article-butter {
    width: 33.333%;
    max-width: 70px;

}

.cd-article-butter>span {
    font-family: 'GlacialIndifference-Regular', sans-serif;
    font-size: 10px;
    color: #9b5a49;
}

.cd-article-fluidity {
    width: 33.333%;
    display: flex;
    flex-direction: column;
}

.cd-article-fluidity-label {
    font-family: 'GlacialIndifference-Regular', sans-serif;
    font-size: 10px;
    color: #9b5a49;
}



.cd-article-drops {
    display: flex;
    gap: 2px;
}

.cd-article-drops img {
    width: 16px;
    object-fit: contain;
}


.cd-article-segments {
    display: flex;
    justify-content: end;
    gap: 10px;
}

.cd-article-segments-list {
    display: flex;
    flex-direction: column;
}

.cd-article-segments-label {
    font-family: 'GlacialIndifference-Regular', sans-serif;
    font-size: 10px;
    line-height: 12px;
    color: #9b5a49;
}

.cd-article-segment-item {
    font-family: 'GlacialIndifference-Regular', sans-serif;
    font-size: 10px;
    line-height: 12px;
    color: #9b5a49;
}



.cd-article-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cd-article-price-section {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cd-article-price {
    /* display: none; */
    font-family: 'GlacialIndifference-Regular', sans-serif;
    font-size: 18px;
    color: #545454;
}


.cd-article-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cd-article-button .add {
    margin-bottom: 0;
}

.cd-article-button .product-add-to-cart {
    display: flex;
    flex-direction: column;
}

.cd-article-button #product-availability {
    font-size: 10px;
    display: flex;
    gap: 5px;
    justify-content: center;
    margin-top: 0;
}

.cd-article-button #product-availability>i {
    font-size: 10px;
}

.cd-article-button .product-minimal-quantity {
    display: none;
}


.cd-article .qty {
    display: none;
}

.cd-article-button .add-to-cart {
    width: 100%;
    text-align: center;
    padding: 7px 25px;
    background-color: #ffffff;
    color: #000000;
    font-size: 10px;
    border: 1px solid #000000;
}

.cd-article-button .add-to-cart:hover {
    text-decoration: underline;
}

.cd-article-button .shopping-cart {
    display: none;
}


.cd-article .wishlist-button-add {
    display: none;
}




.stenger-pastry .cd-article-row,
.el-pecado .cd-article-row {
    flex-direction: column;
}

.stenger-pastry .cd-article-row .cd-article-details,
.el-pecado .cd-article-row .cd-article-details,
.stenger-pastry .cd-article-row .cd-article-image,
.el-pecado .cd-article-row .cd-article-image {
    width: 100%;
    justify-content: center;
}

.stenger-pastry .cd-article-img {
    height: 150px;
    width: 300px;
    object-fit: cover;
}

.el-pecado .cd-article-img {
    height: 150px;
    width: 200px;
    object-fit: cover;
}





@media (max-width: 768px) {

    .cd-article-row {
        height: auto;
    }

    .cd-article-details {
        width: 70%;
    }

    .cd-article-image {
        width: 30%;
    }

    .cd-article-img {
        height: 125px;
        object-fit: contain;
    }



}


/* END MOD CIMADIGITAL CUSTOM MINIATURE IN CATEGORY */



/* MOD CIMADIGITAL CUSTOM PRODUCT PAGE */

.cd-product-container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 100px;
}

.cd-product-row {
    display: flex;
    justify-content: space-between;
    gap: 1em;
}


.cd-product-row-ctn {
    display: flex;
    height: fit-content;
    gap: 1em;
    width: 60%;
    border: 2px solid #dbd6d4;
    border-radius: 20px;
    padding: 15px;
}

.cd-product-description {
    width: 30%;
    /* white-space: pre-line; */
}

.cd-descripcion-scroll {
    max-height: 250px;
    /* Ajusta la altura a tu gusto */
    overflow-y: auto;
}


.cd-product-info {
    width: 100%;
}

.cd-product-image-container {
    width: 200px;
    display: flex;
    align-items: center;
}

.cd-product-image-container img {
    /* height: 325px; */
    width: 200px;
    object-fit: cover;
}

.cd-product-swiper-slider .swiper-button-next:after,
.cd-product-swiper-slider .swiper-button-prev:after {
    font-size: 24px;
    color: #751e76;
}

.cd-product-swiper-slider .swiper-pagination-bullet-active {
    background: #751e76;
}



.cd-divider {
    background-color: #751e76;
    height: 2px;
    border: none;
}

.cd-product-divider {
    background-color: #751e76;
    height: 2px;
    border: none;
}


.cd-product-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cd-product-code {
    font-family: 'GlacialIndifference-Regular', sans-serif;
    font-size: 10px;
    color: #751e76;
}

.cd-product-name {
    max-width: 250px;
    font-family: 'GlacialIndifference-Regular', sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #751e76;
}

.cd-product-type {
    font-family: 'GlacialIndifference-Regular', sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #751e76;
}

.cd-product-meta {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cd-product-selection {
    font-family: 'GlacialIndifference-Regular', sans-serif;
    font-size: 16px;
    color: #751e76;
}

.cd-product-origin {
    font-family: 'GlacialIndifference-Regular', sans-serif;
    font-size: 16px;
    color: #751e76;
}


.cd-product-details {
    display: flex;
    justify-content: space-between;
    gap: 1em;
}


.cd-product-stat-cacao {
    width: 33.333%;
    max-width: 70px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cd-product-stat-manteca {
    width: 33.333%;
    max-width: 110px;
}


.cd-product-cacao {
    font-family: 'GlacialIndifference-Regular', sans-serif;
    font-size: 20px;
    line-height: 32px;
    color: #535353;
}

.cd-product-cacao-percent {
    font-family: 'GlacialIndifference-Regular', sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #535353;
}


.cd-product-manteca {
    font-family: 'GlacialIndifference-Regular', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #535353;
}



.cd-product-fluidez {
    width: 33.333%;
}



.cd-product-fluidez>span {
    font-family: 'GlacialIndifference-Regular', sans-serif;
    font-size: 16px;
    color: #535353;
}

.cd-fluidez-icons {
    display: flex;
    gap: 3px;
    margin-top: 10px;
}

.cd-fluidez-icons img {
    width: 20px;

}



.cd-product-segments {
    display: flex;
    justify-content: end;
    gap: 10px;
    width: 100%;
}

.cd-product-segments-list {
    display: flex;
    flex-direction: column;
}

.cd-product-segments-label {
    font-family: 'GlacialIndifference-Regular', sans-serif;
}

.cd-product-segment-item {
    font-family: 'GlacialIndifference-Regular', sans-serif;
}




.cd-product-actions {
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.cd-product-actions .wishlist-button-add {
    display: none;
}


.cd-product-actions .product-minimal-quantity {
    display: none;
}


.cd-price-container {
    width: 50%;
    display: flex;
    justify-content: center;
}

.cd-product-price {
    font-family: 'GlacialIndifference-Regular', sans-serif;
    font-size: 32px;
    color: #545454;
}

.cd-cart-container {
    width: 50%;
    display: flex;
    justify-content: center;
}

.cd-add-to-cart-button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'GlacialIndifference-Regular', sans-serif;
    font-size: 25px;
    color: #ffffff;
    background-color: #751e76;
    text-decoration: none;
    padding: .5rem 1.25rem;
}


.cd-product-button .add-to-cart {
    width: 100%;
    text-align: center;
    padding: 7px 25px;
    background-color: #ffffff;
    color: #000000;
    font-size: 25px;
    border: 1px solid #000000;
}


/* .cd-product-actions .qty {
    display: none;
} */

.cd-product-actions .product-quantity #quantity_wanted {
    border: 1px solid #000000;
    color: #000000;
}

.cd-product-actions .bootstrap-touchspin .btn-touchspin {
    border: 1px solid #000000;

}



.cd-product-description p {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #000000;

}


.cd-product-features-row {
    display: flex;
    justify-content: space-between;
    gap: 1em;
}

.cd-product-features {
    width: 22.5%;
}

.cd-product-aranas {
    width: 32.5%;
}

.cd-product-aranas img {
    width: 100%;
}


.cd-product-certifications {
    width: 30%;
}

.cd-certification-title {
    font-family: 'Raleway', sans-serif;
    font-size: 25px !important;
    color: #000000 !important;
    text-align: center;
}

.cd-certification-divider {
    background-color: #000000;
    height: 2px;
    border: none;
}

.cd-certification-icons {
    width: 100%;
    display: flex;
    justify-content: center;

}


.cd-certification-image {
    width: 20%;
}


.cd-fichas-tecnicas__btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    margin-top: 25px;
    padding: 15px;
    background-color: #751e76;
    border: 1px solid #751e76;
    color: #ffffff;
    border-radius: 15px;
    text-align: center;
    text-transform: uppercase;
}

.cd-fichas-tecnicas__btn:hover {
    background-color: #ffffff;
    color: #751e76;
}


.cd-feature-category {
    display: flex;
    border-top: 1px solid #000000;
}

.cd-feature-category-last {
    border-bottom: 1px solid #000000;
}


.cd-feature-list {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cd-feature-item {
    display: flex;
}

.cd-feature-item-value {
    border-right: 1px solid #000000;
    padding: 5px 10px;
}

.cd-feature-item-value-last {
    border-bottom: none;
}



.cd-feature-item-name {
    display: flex;
    align-items: center;
    padding: 5px 10px;
}

.cd-feature-item-name>span {
    font-family: 'GlacialIndifference-Regular', sans-serif;
    font-size: 16px;
    color: #000000;
}



.cd-feature-false {
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #751e76;
    background-color: #751e76;
    border-radius: 50%;
}

.cd-feature-true {
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #751e76;
    background-color: #ffffff;
    border-radius: 50%;
}

.cd-feature-title {
    width: 10%;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #000000;
}

.cd-feature-title>span {
    transform: rotate(90deg);
    font-family: 'GlacialIndifference-Regular', sans-serif;
    font-size: 16px;
    font-weight: bold;
}


.cd-feature-category-legend {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 1em;
    margin-bottom: 1em;
}

.cd-feature-category-legend-title {
    font-family: 'GlacialIndifference-Regular', sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.cd-feature-category-false {
    display: flex;
    align-items: center;
    gap: 5px;
}

.cd-feature-category-true {
    display: flex;
    align-items: center;
    gap: 5px;
}

.cd-feature-false-text,
.cd-feature-true-text {
    font-family: 'GlacialIndifference-Regular', sans-serif;
    font-size: 16px;
    color: #000000;
}

.cd-product-image-container {
    position: relative;
}

.arrow-left {
    position: absolute;
    left: 0;
    cursor: pointer;
}

.arrow-right {
    position: absolute;
    right: 0;
    cursor: pointer;

}



@media (max-width: 1024px) {

    .cd-product-row {
        flex-direction: column;
    }

    .cd-product-row-ctn {
        width: 100%;
    }

    .cd-product-info {
        width: 70%;
    }

    .cd-product-image-container {
        width: 30%;
    }

    .cd-product-description {
        width: 100%;
    }


    .cd-product-actions {
        width: 100%;
    }

    .cd-product-features-row {
        flex-wrap: wrap;
        gap: 0;
        row-gap: 30px;
    }


    .cd-product-features {
        width: 50%;
    }

    .cd-product-aranas {
        width: 50%;
    }

    .cd-product-certifications {
        width: 100%;
    }

}


@media (max-width: 768px) {
    .cd-product-row {
        flex-direction: column;
    }

    .cd-product-row-ctn {
        width: 100%;
        padding: 10px;
        gap: 0;
    }

    .cd-product-container {
        gap: 10px;
    }

    .cd-product-info {
        width: 70%;
    }

    .cd-product-image-container {
        width: 30%;
    }

    .cd-product-image-container img {
        height: 125px;
        width: 100%;
    }


    .cd-product-swiper-slider .swiper-button-prev {
        left: 0;
    }

    .cd-product-swiper-slider .swiper-button-next {
        right: 0;
    }

    .cd-product-swiper-slider .swiper-button-next:after,
    .cd-product-swiper-slider .swiper-button-prev:after {
        font-size: 16px;
    }


    .cd-product-description {
        width: 100%;
    }

    .cd-product-actions {
        flex-direction: column;
        gap: 10px;
    }


    .cd-product-features-row {
        flex-direction: column;
    }

    .cd-product-features {
        width: 100%;
    }

    .cd-product-aranas {
        width: 100%;
    }

    .cd-product-certifications {
        width: 100%;
    }


    .cd-product-code {
        font-size: 8px;
    }

    .cd-product-name {
        font-size: 14px;
        margin: 0;
    }

    .cd-product-type {
        font-size: 14px;
    }


    .cd-product-selection {
        font-size: 10px;
    }

    .cd-product-origin {
        font-size: 10px;
    }


    .cd-product-cacao {
        font-size: 10px;
        line-height: 20px;
    }

    .cd-product-stat-cacao {
        max-width: 50px;
        gap: 0;
    }

    .cd-product-cacao-percent {
        font-size: 14px;
    }

    .cd-product-manteca {
        font-size: 10px;
        line-height: normal;
    }

    .cd-product-fluidez>span {
        font-size: 10px;
    }

    .cd-product-segment-item {
        font-size: 10px;
    }

    .cd-fluidez-icons {
        gap: 2px;
        margin-top: 0;
    }

    .cd-fluidez-icons img {
        width: 16px;
    }

    .cd-product-price {
        font-size: 25px;
    }

    .cd-product-button .add-to-cart {

        font-size: 16px;
    }

}

/* END MOD CIMADIGITAL CUSTOM PRODUCT PAGE */



/* MOD CIMADIGITAL CUSTOM COLORS IN PRODUCT AND CATEGORY */



.icam {

    .cd-article-code,
    .cd-article-origin,
    .cd-article-selection,
    .cd-article-title,
    .cd-product-code,
    .cd-product-name,
    .cd-product-selection,
    .cd-product-origin,
    .cd-product-swiper-slider .swiper-button-next:after,
    .cd-product-swiper-slider .swiper-button-prev:after {
        color: #A21E2A;
    }

    .cd-article-divider,
    .cd-product-divider,
    .cd-product-swiper-slider .swiper-pagination-bullet-active {
        background-color: #A21E2A;
    }

    .cd-fichas-tecnicas__btn {
        border: 1px solid #A21E2A;
        background-color: #A21E2A;
    }
}



.el-pecado {

    .cd-article-code,
    .cd-article-origin,
    .cd-article-selection,
    .cd-article-title,
    .cd-product-code,
    .cd-product-name,
    .cd-product-selection,
    .cd-product-origin,
    .cd-product-swiper-slider .swiper-button-next:after,
    .cd-product-swiper-slider .swiper-button-prev:after {
        color: #9DCCC2;
    }

    .cd-article-divider,
    .cd-product-divider,
    .cd-product-swiper-slider .swiper-pagination-bullet-active {
        background-color: #9DCCC2;
    }

    .cd-fichas-tecnicas__btn {
        border: 1px solid #9DCCC2;
        background-color: #9DCCC2;
    }

}

.stenger-pastry {

    .cd-article-code,
    .cd-article-origin,
    .cd-article-selection,
    .cd-article-title,
    .cd-product-code,
    .cd-product-name,
    .cd-product-selection,
    .cd-product-origin,
    .cd-product-swiper-slider .swiper-button-next:after,
    .cd-product-swiper-slider .swiper-button-prev:after {
        color: #E1DE90;
    }

    .cd-article-divider,
    .cd-product-divider,
    .cd-product-swiper-slider .swiper-pagination-bullet-active {
        background-color: #E1DE90;
    }

    .cd-fichas-tecnicas__btn {
        border: 1px solid #E1DE90;
        background-color: #E1DE90;
    }

}


.grand-cru {


    .cd-article-code,
    .cd-article-origin,
    .cd-article-selection,
    .cd-article-title,
    .cd-product-code,
    .cd-product-name,
    .cd-product-selection,
    .cd-product-origin,
    .cd-product-swiper-slider .swiper-button-next:after,
    .cd-product-swiper-slider .swiper-button-prev:after {
        color: #751e76;
    }

    .cd-article-divider,
    .cd-product-divider,
    .cd-product-swiper-slider .swiper-pagination-bullet-active {
        background-color: #751e76;
    }

    .cd-fichas-tecnicas__btn {
        border: 1px solid #751e76;
        background-color: #751e76;
    }


}




.de-origen {


    .cd-article-code,
    .cd-article-origin,
    .cd-article-selection,
    .cd-article-title,
    .cd-product-code,
    .cd-product-name,
    .cd-product-selection,
    .cd-product-origin,
    .cd-product-swiper-slider .swiper-button-next:after,
    .cd-product-swiper-slider .swiper-button-prev:after {
        color: #ea6e01;
    }

    .cd-article-divider,
    .cd-product-divider,
    .cd-product-swiper-slider .swiper-pagination-bullet-active {
        background-color: #ea6e01;
    }

    .cd-fichas-tecnicas__btn {
        border: 1px solid #ea6e01;
        background-color: #ea6e01;
    }

}



.biologico {

    .cd-article-code,
    .cd-article-origin,
    .cd-article-selection,
    .cd-article-title,
    .cd-product-code,
    .cd-product-name,
    .cd-product-selection,
    .cd-product-origin,
    .cd-product-swiper-slider .swiper-button-next:after,
    .cd-product-swiper-slider .swiper-button-prev:after {
        color: #397d08;
    }

    .cd-article-divider,
    .cd-product-divider,
    .cd-product-swiper-slider .swiper-pagination-bullet-active {
        background-color: #397d08;
    }

    .cd-fichas-tecnicas__btn {
        border: 1px solid #397d08;
        background-color: #397d08;
    }
}

/* END MOD CIMADIGITAL CUSTOM COLORS IN PRODUCT AND CATEGORY */


body::before {
    content: "";
    background: url('/img/fondo-web/fondo.png') no-repeat center center fixed;
    opacity: 0.05;
    /* Hace la imagen de fondo 50% transparente */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}

.page-content.page-cms {
    background: transparent;
}


#wrapper {
    background-color: transparent;
}

#category .row {
    padding-top: 0px;
}

#category .breadcrumb li a {
    text-transform: uppercase;
    font-size: 14px;
}


#category .breadcrumb li:last-child {
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: underline;
}

#category #js-product-list-top {
    margin-bottom: 10px;
}

#category .products-selection .showing {
    font-size: 14px;
}



#category #category .has-compact-filter #amazzing_filter .compact-toggle {
    padding: 5px;
}

#category .block-categories {
    background-color: transparent;
    padding: 0px;
    margin-bottom: 1em;
}


#category .block-categories .h6 {
    font-weight: bold;
    font-size: 14px;

}

#category .block-categories .category-sub-menu a {
    font-size: 12px;
    line-height: 12px;

}

#category .block-categories .category-sub-menu {
    margin-top: 0;
    margin-left: 10px;
}

.block-categories .category-sub-menu li[data-depth="0"]>a {
    font-weight: 400;
    text-transform: uppercase;
}


#category #amazzing_filter {
    /* background: #eaeaea; */
    background: transparent;
    border-radius: 20px;
    border: 2px solid #dbd6d4;
    box-shadow: none;
    padding: 10px;
}

#category #amazzing_filter .title_block {
    display: none;
}

#category .af_filter select {
    border: none;
    border-bottom: 1px solid #000;
}

#category .af_filter {
    border-bottom: none;
    padding-bottom: 0px;
}

#category .af_subtitle.toggle-content {
    padding-top: 0px;
    padding-bottom: 5px;
    pointer-events: none;
    font-size: 12px;
}

#category #amazzing_filter .form-control-select {
    height: 30px;
    color: #000000;
    background: #ffffff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=) no-repeat right .5rem center / 1.25rem 1.25rem;
    font-size: 12px;
}


#category .af_subtitle.toggle-content:before {
    display: none;
}

.has-compact-filter #amazzing_filter .compact-toggle {
    background-color: #9c1916;
}


#category .block-category {
    /* display: none; */
    background-color: transparent;
}


#category .block-category #category-description h1 {
    text-transform: uppercase;
}

#category .block-category #category-description h1 {
    font-size: 32px !important;
    line-height: 36px !important;
    margin-bottom: 10px !important;
    color: #000000 !important;
}


#category .block-category #category-description p {
    font-size: 16px !important;
    line-height: 20px !important;
    margin-bottom: 10px !important;
    color: #000000 !important;

}

#category .block-category #category-description p span {
    font-size: 16px !important;
    line-height: 20px !important;
    margin-bottom: 10px !important;
    color: #000000 !important;

}


#category #subcategories {
    display: none;
}


.cd-btn-w-100 a {
    width: 100% !important;
}

.cd-pq-custom-feature-title {
    position: absolute;
    top: -75px;
}


.cd-sp-custom-feature-title {
    position: absolute;
    top: -42px;
}


#footer {
    padding-top: 0;
}





@media (max-width: 768px) {


    #category #amazzing_filter {
        background: #ffffff;

    }

    /* .has-compact-filter .af.block .block_content {
        padding: 10px;
    }

    #category #amazzing_filter {
        padding: 0px;
    } */

    .has-compact-filter .af-form {
        width: 90%;
    }
}




/* MOD CIMADIGITAL DIGITAL OCULTAR ELEMNTOS NATIVOS NUESTRA FILOSOFIA  */


.elementor-page-3080101 #content>p,
.elementor-page-3080101 #content>ul {
    display: none;
}

/* END MOD CIMADIGITAL DIGITAL OCULTAR ELEMNTOS NATIVOS NUESTRA FILOSOFIA  */



/* MOD CIMADIGITAL FORMULARIO DE CONTACTO */

.cms-id-11 .wpcf7 h3 {
    display: none;
}

.cms-id-11 .card {
    background-color: transparent;
}

.cd-contact__form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.cd-contact-group__form {
    display: flex;
    gap: 10px;
}

.cd-contact__form label {
    width: 100%;
}

.cd-contact__form input,
.cd-contact__form textarea {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #af1b17;
}

.cd-contact__form input::placeholder,
.cd-contact__form textarea::placeholder {
    color: #07120d;
    font-size: 16px;
}

.cd-contact__form input[type=submit] {
    padding: 20px;
    font-size: 24px;
    font-weight: 500;
    background-color: #af1b17;
    border: 1px solid #af1b17;
    color: #ffffff;
    width: 100%;
}

.cd-contact__form input[type=submit]:hover {
    background-color: #ffffff;
    color: #af1b17;
}

/* END MOD CIMADIGITAL FORMULARIO DE CONTACTO */



/* MOD CIMADIGITAL BLOG */

#ets_blog_page #left-column {
    display: none;
}

#ets_blog_page #content-wrapper {
    width: 100% !important;
}




/* MOD CIMADIGITAL OCULTAMOS AÑADIR MENSAJE HISTORIAL DE PEDIDO */

#order-detail .order-message-form {
    display: none;
}

/* END MOD CIMADIGITAL OCULTAMOS AÑADIR MENSAJE HISTORIAL DE PEDIDO */



/* MOD CIMADIGITAL OCULTAMOS MIS DATO PERSONALES EN MI CUENTA */
#psgdpr-link {
    display: none !important;
}

/* END MOD CIMADIGITAL OCULTAMOS MIS DATO PERSONALES EN MI CUENTA */
/* MOD CIMADIGITAL OCULTAMOS ERROR DIRECCION INCOMPLETA CHECKOUT*/
.alert.alert-danger.js-address-error {
    display: none !important;
}

/* END MOD CIMADIGITAL OCULTAMOS ERROR DIRECCION INCOMPLETA CHECKOUT*/


/* MOD CIMADIGITAL OCULTAMOS APARTADOS INNECESARIO EN CONFIRMACIÓN DE PEDIDOS */
#order-confirmation #content,
#order-confirmation #content-hook_payment_return {
    display: none !important;
}

/* END MOD CIMADIGITAL OCULTAMOS APARTADOS INNECESARIO EN CONFIRMACIÓN DE PEDIDOS */





/* MOD CIMADIGITAL DATOS FISCALES */
#my-account #order-slips-link,
#my-account #discounts-link,
#my-account #wishlist-link,
#my-account #author-blog-comment-link {
    display: none;
}



/* MOD CIMADIGITAL OCULTAMOS AÑADIR DIRECCION DE FACTURACIÓN DIFERENTE EN EL CHECKOUT */

/* #checkout a[data-link-action="different-invoice-address"] {
    display: none !important;
} */

/* END MOD CIMADIGITAL OCULTAMOS AÑADIR DIRECCION DE FACTURACIÓN DIFERENTE EN EL CHECKOUT */

/* END MOD CIMADIGITAL DATOS FISCALES */