<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media only screen and (min-width: 960px) {
    /*Fixes diseÃ±o por new bran standar impacto en pÃ¡gina default {body, header items}*/
    body {
        font-size: small !important;
        line-height: inherit !important;
    }

    header.header span
    { 
        font-size: 11px;
    }

    a#liga_carrito, a#liga_abo {
        color: #00558b !important;
    }

    a#liga_carrito:hover, a#liga_abo:hover {
        color: #656565 !important;
    }

    .allproducts_container label, .info_adicional label {
        display: inline;
    }

    .allproducts_container .nav_content a, .allproducts_product_cont .allproducts_product_vermas span, .nav_content_inf a, .info_adicional a{
        color: #2C2C2C !important;
    }

    .nav_content1 span {  
        font-size: 16px !important;  
        color: #2C2C2C !important;
		font-family: "gt-walsheim-regular";
    }

    .allproducts_product_vermas a:hover {
        text-decoration: none !important;
    }

    /*Fixes diseÃ±o por new brand standar impacto en busqueda*/
    .search_adv_content {
       font-size: 11px !important;
    }

    .content.search_adv_content_fil1 input[type=text], .content.search_adv_content_fil2 input[type=text]{
        height: 15px !important;
    }

    #txtBusquedaAvanzada a {
        color: #00548B !important;
        font-size: 11px !important;
    }
}


*, ::after, ::before {
	box-sizing: revert !important;
}

.container {
    max-width: 970px !important;
}

.resp-menu-country-shoppingcart #header_area #nav_primary #menu
{
    margin-bottom: 0px !important;
}

/*modal generico*/

.modal-content {
    width: auto !important;
}

@media only screen and (max-width: 960px) {
    #container.container {
        max-width: 100% !important;
		box-sizing: border-box!important;
    }
}

.modal{
    overflow: auto !important;
}

.close {
    opacity: 1 !important;
}</pre></body></html>