header{
	width: 100%;
	height: 150px;
	background: #999;
    margin-bottom: 30px;
}
footer{
	width: 100%;
	height: 150px;
	background: #999;
    margin-top: 60px;
}
main{
	width: 100%;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}
.product-item-detail-properties{
	max-width: inherit;
}
.filtro-container {
    border-radius: 40px;
    background-color: white;
    border: 1px solid #c6c7c9;
    margin-top: 40px;
    position: relative;
    padding: 45px;
}
.fs-24 {
    font-size: 24px !important;
}
.fw-900, #main-container.single__gru #single-gru-info-container .gamma {
    font-weight: 900 !important;
}
.text-center {
    text-align: center !important;
}
.titolo {
    line-height: 1;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    text-wrap: balance;
    word-break: break-word;
}
.titolo.h2 {
    font-size: 70px;
}
.filtro-container .box {
    padding: 45px;
    border-radius: 30px;
    margin-top: 45px;
    border: 1px solid #e2e3e4;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    align-items: center;
}
.filtro-container .box > div {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}
.filtro-container .box > div.search-container {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
}
.filtro-container .box > div {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}
.filtro-container .box > div .icona {
    font-size: 30px;
    width: 1em;
    height: 1em;
    flex: 0 0 1em;
    line-height: 1em;
    margin-top: -12px;
}
.filtro-container .box > div select {
    font-size: 14px !important;
}
.filtro-container .box > div select {
    border: 1px solid #e2e3e4;
    border-radius: 5px;
    color: var(--grey-light);
}
img {
    width: 100%;
    vertical-align: bottom;
    height: auto;
}
.filtro-container .box > div select option {
    padding-left: 40px;
}
.d-flex {
    display: flex !important;
}
.justify-content-center {
    justify-content: center !important;
}
.filtro-container .box > div {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}
.btn-fassi, #contact-form-container .wpcf7-submit {
    background-color: var(--primary-color);
    border-radius: 5px;
    padding: 10px 20px;
    color: white;
    border: 1px solid var(--primary-color);
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    font-weight: 500;
}
.btn-fassi:hover{
    text-decoration: none;
}
.filtro-container .box > div #btn-filtra-gru {
    padding: 4px 12px !important;
}
.legenda_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
}
.legenda_wrapper .legenda_item {
    flex: 0 0 auto;
    display: flex;
    gap: 5px;
    align-items: center;
}
.legenda_wrapper .legenda_item img {
    height: 25px;
    flex: 0 0 auto;
    width: auto;
}
.legenda_wrapper .legenda_item span {
    font-size: 12px;
}
.filtro-container .box > div.search-container .search-inner-container {
    width: 50%;
    position: relative;
}
.filtro-container .box > div.search-container .search-inner-container #search-icon {
    cursor: pointer;
    font-size: 40px;
    line-height: 40px;
    position: absolute;
    top: 5px;
    left: 5px;
}
span[class^=icon-] {
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    vertical-align: baseline;
}
svg.icon {
    width: 1em;
    height: 1em;
    fill: currentColor;
    flex: 0 0 auto;
}
span[class^=icon-] svg {
    width: 100%;
}
.filtro-container .box > div.search-container .search-inner-container #search-icon svg {
    color: var(--grey-light) !important;
}
.filtro-container .box > div.search-container .search-inner-container #search {
    border: 1px solid #e2e3e4;
    border-radius: 5px;
    padding: auto;
    text-align: center;
    color: var(--grey-light);
}
.fs-20, .filtro-container .box > div.search-container .search-inner-container #search {
    font-size: 20px !important;
}
.filtro-container .box > div.search-container .search-inner-container #search-clear {
    cursor: pointer;
    font-size: 40px;
    line-height: 40px;
    position: absolute;
    top: 10px;
    right: -12px;
}
.filtro-container .box > div.search-container .search-inner-container #search-clear svg {
    color: var(--primary-color);
}
.justify-content-lg-between {
    justify-content: space-between !important;
}
.gap-3 {
    gap: 1rem !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.titolo.h6 {
    font-size: 24px;
}
.titolo strong {
    font-weight: 900;
}
.text-lg-start {
    text-align: left !important;
}
#single-gru-specifiche-container .tabelle-container .tabella table thead th img{
    width: 70px;
    margin: 0 auto;
    display: block;
}
@media(max-width: 991px){
    .titolo.h2 {
        font-size: 40px;
    }
    #single-gru-specifiche-container .tabelle-container .tabella table thead th img{
        width: 40px;
    }
}
