/* Colores */
:root {
    --blue: #1a254a;
    --green: #7AC443;
}

.txt-center {
    text-align: center;
}

.btn {
    padding: 12px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/* Catalog */
.page-wrapper .category-view .row-contained {
    max-width: 80%;
    margin: auto;
}

.category-view {
    order: 1;
}

.page-main {
    display: flex;
    flex-direction: column;
}

.category-description {
    order: 1;
}

.h2-categoria {
    font-size: 1.2rem;
}

:where(.products-grid, .widget-product-carousel) .product-items .product-item .actions-secondary {
    flex-direction: row;
    top: 0;
}

.product-item .tocompare::before,
.towishlist::before {
    width: 2rem;
    height: 1.4rem;
}

/* Productos */
.page-wrapper div#description {
    display: flex;
    justify-content: space-evenly;
}

.especificaciones h2 {
    color: var(--blue);
    font-size: 30px;
    font-weight: 600;
}

h2.product-section-title {
    color: var(--blue);
}

.page-main.page-main-details {
    padding-top: 30px;
}

div#reviews {
    max-width: 40%;
    margin: auto;
}

/* PAGE */
.breeze-block-hero .block-title::before,
.page-footer .block.newsletter .title::before,
.block-hero .block-title::before,
.page-bottom .block .block-title::before,
.cms-index-index .main .block .block-title::before,
.catalog-product-view .main>.block .block-title::before {
    background-color: #7AC443 !important;
}

.flexReverse {
    display: flex;
}

.BloqueTextoConocenos {
    width: 50%;
}

.cabeceras {
    margin-right: 5px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
}

p.span {
    font-size: 30px;
    font-weight: 700;
    color: var(--blue);
    line-height: 30px;
}

p.txt-part1 {
    text-align: left;
    padding-right: 30px;
    font-size: 14px;
}

.cabeceras span {
    font-size: 30px;
    font-weight: 700;
    color: var(--blue);
}

.pro,
.part {
    text-align: center;
}

.filosofia-txt {
    font-weight: 700;
}

.espacio {
    margin-bottom: 0px;
}

.politica-cal {
    margin-top: 20px;
    margin-bottom: -31px;
}

a.btn.btn-default {
    margin-top: 30px;
}

.btn-default {
    color: #fff !important;
    background-color: var(--blue);
    border-color: #ccc;
}

.proypart {
    background: #eeeeee;
    width: 100%;
    padding: 20px;
    display: flex;
    margin-top: 65px;
}

/* Checkout */
.block-minicart .subtotal {
    order: 1;
}

.block-minicart .block-content>.actions {
    order: 2;
}

.especificaciones {
    margin: 0 10px;
}

.block.widget.widget-recent {
    display: none;
}

/* Medias */
@media (max-width:835px) {
    div#reviews {
        max-width: 98%;
    }
}

@media (max-width:768px) {
    .page-wrapper .columns .block-title.filter-title {
        max-width: 11rem !important;
    }
}

@media (max-width:430px) {

    .product-item .tocompare::before,
    .product-item .towishlist::before {
        width: 2rem;
        height: 1.2rem;
    }

    .product.attribute.description {
        padding: 10px;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .flexReverse {
        flex-direction: column-reverse;
    }

    .BloqueTextoConocenos {
        width: 100%;
    }

    .proypart {
        flex-direction: column;
    }

    .page-wrapper div#description {
        flex-direction: column;
    }
}