﻿body {
    margin: 0 !important;
}
/**/
.item a {
    text-decoration: none !important;
}
/**/
.tagliariga {
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/**/
.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}
/**/
.weight-normal {
    font-weight: 400 !important;
}

.weight-bold, b, strong {
    font-weight: 700 !important;
}
/**/
.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: none;
}
/**/
.button-style01 {
    padding: 5px 0;
    display: block;
    max-width: 300px;
    text-align: center;
    border-radius: 2px;
    text-decoration: none;
}

.bigbutton-style01 {
    padding: 20px 0;
    display: block;
    max-width: auto;
    text-align: center;
    border-radius: 2px;
    text-decoration: none;
}
/**/
.decoration {
    text-decoration: none;
}

.decoration-yes {
    text-decoration: underline;
}

.decoration-through {
    text-decoration: line-through;
}
/**/
* a {
    color: inherit !important;
    text-decoration: none;
}
/**/
select:focus, input:focus {
    outline: none !important;
}

select, input, button {
    appearance: none;
}
/**/
/*rules*/
.section-standard {
    padding: 10px;
}

.margin-standard {
    margin: 10px 0;
}

.margin-small {
    margin: 5px 0;
}

.margin-small-auto {
    margin: 5px auto;
}

.padding-standard {
    padding: 10px;
}

.padding-big {
    padding: 15px;
}

.padding-small {
    padding: 5px;
}

.margin-none {
    margin: 0 !important;
}

.padding-none {
    padding: 0 !important;
}
/**/
.big-section {
    width: 100%;
}

    .big-section .item {
        width: 70%;
    }
/**/
.display-block {
    display: block;
}
/**/
.risultati.full {
    width: 100% !important;
}
/**/
.relative {
    position: relative;
    width: 100%;
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.margin-standard-flex-small {
    margin: 0 0 5px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

.margin-standard-flex {
    margin: 10px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

.standard-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

.margin-standard-flex a {
    margin-right: 10px;
}

.flex-basis-100 {
    flex-basis: 100%;
}

.flex-basis-100 {
    flex-basis: 100%;
}

.flex-center {
    justify-content: center !important;
}

.flex-between {
    justify-content: space-between !important;
    align-items: flex-start;
    display: flex;
}

.flex-start {
    justify-content: flex-start !important;
    align-items: flex-start;
    display: flex;
}

.flex-end {
    justify-content: flex-end !important;
    align-items: center;
    display: flex;
}

.wrap {
    flex-wrap: wrap;
}

.direction-column {
    flex-direction: column;
    align-content: flex-start;
}
/**/
.margin-standard-flex-buttons {
    margin: 10px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

    .margin-standard-flex-buttons a {
        width: 48%;
    }
/**/
.invisible-reso {
    display: none !important;
}

.invisible-container {
    display: none !important;
}
/**/
.button-style01-carrello01 {
    padding: 5px 25px;
}
/**/
fieldset, label {
    margin: 0;
    padding: 0;
}

body {
    margin: 20px;
}

h1 {
    font-size: 1.5em;
    margin: 10px;
}
/**/
.button-fullwidth {
    display: block;
}
/**/
.overflow {
    position: absolute;
    top: 10px;
    left: 10px;
}

/****** SISTEMA RATING STELLE *****/

.rating {
    border: none;
    float: left;
}

    .rating > input {
        display: none;
    }

    .rating > label:before {
        margin: 5px;
        font-size: 1.25em;
        font-family: "Font Awesome 5 Free" !important;
        display: inline-block;
        content: "\f005";
    }

    .rating > .half:before {
        content: "\f089";
        position: absolute;
    }

    .rating > label {
        color: #ddd;
        float: right;
    }

    /***** *****/

    .rating > input:checked ~ label, /* show gold star when clicked */
    .rating:not(:checked) > label:hover, /* hover current star */
    .rating:not(:checked) > label:hover ~ label {
        color: #FFD700;
    }
        /*  */

        .rating > input:checked + label:hover, /* hover current star when changing rating */
        .rating > input:checked ~ label:hover,
        .rating > label:hover ~ input:checked ~ label, /* lighten current selection */
        .rating > input:checked ~ label:hover ~ label {
            color: #FFED85;
        }
/**/
.foto-profilo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

    .foto-profilo .image {
        width: 150px;
        height: 150px;
        border-radius: 100%;
        overflow: hidden;
        border: solid 2px;
        position: relative;
        cursor: pointer;
    }

        .foto-profilo .image img {
            height: 100%;
            overflow: hidden;
        }

        .foto-profilo .image .modificafoto {
            display: none;
        }
        /**/
        /**/
        .foto-profilo .image:hover img {
            opacity: 0.5;
        }

        .foto-profilo .image:hover .modificafoto {
            display: block;
            position: absolute;
            z-index: 9;
            transform: translate(-50%, -50%);
            top: 50%;
            left: 50%;
        }

/**/
a.item.custom-item-search-font-size.custom-font-color05.weight-bold {
    font-weight: normal !important;
}
/**/

.button-seleziona input {
    display: none;
}

.button-seleziona .checkmark::after {
    content: 'RICHIEDI RESO';
}

.button-seleziona input:checked ~ .checkmark::after {
    content: 'RESO RICHIESTO';
}

.button-seleziona input:checked ~ .checkmark {
    background-color: #009FE3 !important;
    color: #fff !important;
}
/**/
.content-reso .item {
}

.content-reso .select {
    border: solid 1px;
    height: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin: 2px 0 0 0;
}

    .content-reso .select select {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        appearance: none !important;
        height: 100%;
        width: 100%;
        border: none;
        background-color: transparent;
        padding-left: 10px;
    }

.content-reso .item .select i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 1;
}
/**/
.appearance-reset {
    appearance: inherit !important;
}

.appearance-auto {
    appearance: auto !important;
}
/*


*/
/*HOVER RULES*/
/*button:hover { box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,0.6); transition:0.5s; }
.custom-button01:hover { box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,0.6); transition: 0.3s; }
.custom-button02:hover { box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,0.6); transition: 0.3s; }
.custom-button03:hover { box-shadow: inset 0px 0px 0px 2px rgba(0,159,227,0.6); transition: 0.3s; }
.custom-button04:hover { box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,0.6); transition: 0.3s; }
.search-tool-link:hover { box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,0.6); transition: 0.3s; }
*/ /*

/*HOVER RULES*/
button:hover {
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.25);
    transition: 0.5s;
}

.custom-button01:hover {
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.25);
    transition: 0.3s;
}

.custom-button02:hover {
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.25);
    transition: 0.3s;
}

.custom-button03:hover {
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.25);
    transition: 0.3s;
}

.custom-button04:hover {
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.25);
    transition: 0.3s;
}

.search-tool-link:hover {
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.25);
    transition: 0.3s;
}

.button-sticky:hover {
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.25);
    transition: 0.3s;
}

.button-sticky:hover {
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.25);
    transition: 0.3s;
}

.categorie .items .item:hover .titolocategoria {
    color: #fff !important;
    background-color: #009FE3 !important;
    transition: 0.3s;
}
/**/
.tns-item {
    /*cursor: pointer;*/
}

    .tns-item:hover {
        box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.25);
        transition: 0.3s;
        /*cursor: pointer;*/
    }

/**/
.inviamessaggio.invisible {
    display: none;
}

.indent-sub-left {
    padding-left: 50px !important;
}
/**/

/**/
.embeddedServiceHelpButton .helpButton .uiButton {
    background-color: #009FE3 !important;
    border-radius: 0 !important;
    font-family: 'Anton', sans-serif !important;
}

.embeddedServiceHelpButton .embeddedServiceIcon {
    border-radius: 0 !important;
}

.embeddedServiceHelpButton .uiButton .helpButtonLabel {
    border-radius: 0 !important;
}
/**/
.w-100 {
    width: 100%;
}

.ta-center {
    text-align: center;
}
/**/
.number {
    background-color: #009FE3;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 12px;
    position: relative;
}

    .number b {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
/**/
.button-flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
}

    .button-flex .number {
        width: 18px
    }

    .button-flex a {
        width: 87%;
    }
/*SCROLLBAR*/

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #009FE3 #DFE9EB;
}

    /* Chrome, Edge and Safari */
    *::-webkit-scrollbar {
        width: 5px;
        width: 5px;
    }

    *::-webkit-scrollbar-track {
        border-radius: 0px;
        background-color: #DFE9EB;
    }

        *::-webkit-scrollbar-track:hover {
            background-color: #B8C0C2;
        }

        *::-webkit-scrollbar-track:active {
            background-color: #B8C0C2;
        }

    *::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: #009FE3;
    }

        *::-webkit-scrollbar-thumb:hover {
            background-color: #009FE3;
        }

        *::-webkit-scrollbar-thumb:active {
            background-color: #009FE3;
        }



@media screen and (max-width: 950px) {
    body {
        overflow-x: hidden !important;
    }

    .risultati.full {
        width: 90%;
    }

    .buttons-group {
        display: flex;
        flex-direction: column;
    }

        .buttons-group .btn {
            margin: 2px 0;
            display: block;
        }

    .hidemobile {
        display: none !important;
    }
    /**/
    .margin-standard-flex-buttons {
        margin: 10px 0;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
    }

        .margin-standard-flex-buttons a {
            width: 100% !important;
            display: block;
            margin: 10px 0;
        }
}
