@charset "UTF-8";

.site-main, .e-con-inner {
max-width: 90% !important;
}
.prodotto, .prodotto_evid {
background: rgba(10, 68, 148, 0.07);
width: 30%;
margin: 1%;
padding: 20px;
border: 0px;
display: inline-block;
overflow-y: hidden;
border-radius: 20px;
text-align: center;
padding-bottom: 50px;
}
@media screen and (max-width: 1024px) {
.prodotto, .prodotto_evid {
width: 47%;
}
}
@media screen and (max-width: 768px) {
.prodotto, .prodotto_evid {
width: 100%;
}
}
.prodotto .titolo, .prodotto_evid .titolo {
display: table;
height: 100px;
width: 100%;
}
.prodotto .titolo .cont, .prodotto_evid .titolo .cont {
display: table-cell;
vertical-align: middle;
width: 100%;
font-size: 16px;
font-weight: 700;
}
.prodotto img, .prodotto_evid img {
width: 100%;
border-radius: 5px;
}
.prodotto a, .prodotto_evid a {
background: #0092C2;
color: white;
padding: 8px;
display: block;
margin-top: 10px;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
font-size: 14px;
border-radius: 50px;
border: 1px solid white;
}
.prodotto a:hover, .prodotto_evid a:hover {
text-decoration: none;
background: white;
color: #0092C2;
border: 1px solid #0092C2;
}
.prodotto.mwg, .prodotto_evid.mwg {
background: rgba(0, 142, 73, 0.2) url(https://www.eurotrol.it/wp-content/uploads/2024/07/MWG_LogoRestyling.png) no-repeat center bottom 16px;
background-size: 40%;
}
.prodotto.mwg a, .prodotto_evid.mwg a {
background: #008e49;
}
.prodotto.mwg a:hover, .prodotto_evid.mwg a:hover {
background: white;
color: #008e49;
border: 1px solid #008e49;
}
.prodotto_evid {
border: 2px solid #0a4394;
color: #0a4394;
position: relative;
}
.prodotto_evid::after {
content: "★";
position: absolute;
top: 15px;
right: 15px;
text-align: center;
width: 30px;
height: 30px;
font-size: 18px;
padding-top: 2px;
background: #0092C2;
color: white;
border-radius: 100%;
}
.prodotto_evid.mwg {
border: 2px solid #008e49;
color: #008e49;
}
.prodotto_evid.mwg::after {
content: "★";
background: #008e49;
}
.page-header {
display: none;
}
table tbody tr:hover > td, table tbody tr:hover > th {
background-color: transparent;
}
table.info_prodotto tr td {
border: none;
}
table.info_prodotto tr td.col_titolo_dx, table.info_prodotto tr td.col_cx, table.info_prodotto tr td.col_cx_bord {
display: none;
}
table.info_prodotto tr td.col_titolo_sx {
width: auto;
padding: 0px;
}
table.info_prodotto tr td.col_sx {
width: auto;
padding: 0px;
width: 300px;
}
table.info_prodotto tr td.col_sx img {
width: 90%;
}
table.info_prodotto tr td.col_dx {
min-width: 70%;
padding: 0px;
}
table tbody > tr:nth-child(odd) > td, table tbody > tr:nth-child(odd) > th {
background-color: transparent;
}
table.testo tbody > tr:nth-child(odd) > td, table.testo tbody > tr:nth-child(odd) > th {
background-color: rgba(10, 68, 148, 0.07);
}
.blocco_tabella {
margin-top: 10px;
}
.bg_titolo, h1 {
color: #0092C2;
font-weight: bold;
}
.prodotti {
float: left;
width: 80%;
max-width: 1300px;
}
@media screen and (max-width: 768px) {
.prodotti {
width: 50%;
}
}
.filtri {
font-size: 18px;
float: left;
width: 20%;
position: relative;
}
@media screen and (max-width: 768px) {
.filtri {
width: 50%;
}
}
.filtri .filtraper {
font-weight: bold;
}
@media screen and (max-width: 768px) {
.filtri .filtraper {
position: relative;
}
}
.filtri .resetta {
background: #0092C2;
border: 1px solid #0092C2;
color: white;
text-transform: uppercase;
font-size: 12px;
line-height: 12px;
font-weight: 700;
padding: 5px 7px;
border-radius: 5px;
position: absolute;
right: 0px;
}
@media screen and (max-width: 768px) {
.filtri .resetta {
position: relative;
}
}
.filtri .resetta:hover {
background: rgba(10, 68, 148, 0.07);
color: #0092C2;
}
.filtri .bottone {
margin-top: 10px;
}
.filtri label, .filtri .bottone, .filtri .resetta {
cursor: pointer !important;
}
.filtri label:hover, .filtri .bottone:hover, .filtri .resetta:hover {
color: #0092C2;
} .row:after {
content: "";
display: table;
clear: both;
}
.categoria-sym, .campo_app-sym {
width: 10px;
display: inline-block;
}