/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */

body .wpt-stats-report{
    display: none;
}
body .all_check_header_footer.all_check_header>span {
    border: 1px solid #8BB968;
    color: #0E342B;
    background: #8BB968;
}

body .all_check_header_footer .button.add_to_cart_all_selected, tr.visible_row.wpt_row td a.wpt_woo_add_cart_button.disabled {
    background:#0E342B;
    color: #ffffff;
}
body div.wpt-wrap.wpt-wrap input[type=checkbox]:checked+label:before {
    background: #8BB968;
    border: 1px solid #8BB968;
}
body .wpt-wrap table.wpt-tbl tbody td .wpt_product_title_in_td {
    color: #0E342B;
}
body .wpt-wrap table.wpt-tbl tbody td:hover .wpt_product_title_in_td {
    color: #0E342B;
}
body .all_check_header_footer.product-selected .button.add_to_cart_all_selected {
    background: #0E342B;
    color: #ffffff;
}

body .wc-block-components-notice-banner.is-info {
    background-color: #8BB968;
    border-color: #0E342B;
    color: #ffffff;
}
body .wc-block-components-notice-banner.is-info a{
    color: #ffffff;
    text-decoration: underline;
}
body .wc-block-components-notice-banner.is-info>svg {
    background-color: #0E342B;
}

.sweet-alert button {
    background-color: #0E342B !important;
}

body.woocommerce-cart td.product-quantity .quantity.buttons-added{
    display: flex;
}

:is(.tr_price-m2-as-cut,.tr_precio-m2,.tr_precio-m2-pt) .precio_metro_rollo{
    display: none !important;
}

.wc_payment_method.payment_method_googlepayredirecredsys img{
    max-width: 60px;
}

.stl-municipios-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
}

.stl-municipio-item {
    background: #F4F4F4;
    border-radius: 10px;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 14px 16px;
    box-sizing: border-box;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.stl-municipio-item span {
    display: block;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 400;
    color: #000;
    text-wrap: balance;
}

.stl-municipio-item:hover {
    transform: translateY(-2px);
    background: #ececec;
}

@media (max-width: 1200px) {
    .stl-municipios-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
    .stl-municipios-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .stl-municipios-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .stl-municipio-item {
        min-height: 52px;
        padding: 12px 14px;
    }

    .stl-municipio-item span {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .stl-municipios-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
}

.listado-ciudades-cesped {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px 40px;
    margin: 0;
    padding-left: 18px;
}

.listado-ciudades-cesped__item {
    color: #fff;
}

.listado-ciudades-cesped__link {
    color: #fff;
    text-decoration: none;
    font-size:16px;
}

.listado-ciudades-cesped__link:hover {
    text-decoration: underline;
    color: #fff;
}

@media (max-width: 991px) {
    .listado-ciudades-cesped {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .listado-ciudades-cesped {
        grid-template-columns: 1fr;
    }
}