pre.debug {
    background-color: #000;
    color: #FAA00C;
    width: 960px;
    font-family: monospace;
    font-size: 12px;
    margin: auto;
    text-align: left;
    padding: 20px;
    margin-bottom: 20px;
}

pre.debug strong {
    font-family: monospace;
    font-size: 12px;
    color: #FAA00C;
}

.txt2 {
    text-indent: -9999px;
    height: 1px;
}

.modal {
    z-index: 15000;
}

.modal-dialog {
    z-index: 15001;
}

#preventivoSpese {
    position: relative;
    left: 0;
}

.areaRiservata .boxPreventivo {
    padding-bottom: 3em;
}

/*
.corrieriDisponibili{
    background-color:#fff;
    padding:2em;
    display:none;
}*/

/* nel profilo utente se non metto queste regole è tutto un po' scombinato, da rivedere */

/* Questo mancava, serve per metteere il bottone del cestino di fianco all'indirizzo nel processo di checkout */
.box2 .lineaIndirizzo span.delAddr {
    display: block;
    height: 2.5em;
    width: 3em;
    float: left;
    margin: 0.5em 0 0.5em 1%;
}

.box2 .lineaIndirizzo span.content {
    display: block;
    float: left;
    height: 2.5em;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0.5em 0 0.5em 25%;
}

/** se non metto questo le condizioni di vendita non sono a finaco al checkbox (ho aggiunto anche classe checkbox-inline al check) **/
label.condizioni_vendita {
    display: inline-block !important;
}

/* tecnica honepot */
.hp {
    height: 1px;
    text-indent: -9000px;
}

.coupon #note {
    width: 95%;
    margin: auto;
    height: 120px;
}

.gmapCont {
    width: 90%;
    height: 90%;
    position: fixed;
    top: 5%;
    left: 5%;
    border: 1px solid #000;
    background-color: #fff;
    z-index: 10; /* Sit on top */
    text-align: center;
    color: #000;
    padding: 0.5em;
}

.gmapCont .gmap {
    width: 100%;
    height: 95%;
}

#iubenda-cs-banner {
    bottom: 0 !important;
    left: 0 !important;
    position: fixed !important;
    width: 100% !important;
    z-index: 99999998 !important;
    background-color: #666;
}

.iubenda-cs-content {
    display: block;
    margin: 0 auto;
    padding: 0 20px;
    width: auto;
    font-size: 1em;
    background: #666;
    color: #ddd;
}

.iubenda-cs-rationale {
    position: relative;
    margin: 0 auto;
    padding: 0 2em;
}

.iubenda-banner-content > p {
    line-height: 1.35em;
}

.iubenda-cs-close-btn {
    margin: 0;
    color: #ddd;
    text-decoration: none;
    font-size: 1em;
    position: absolute;
    top: 0;
    right: 0.5em;
    border: none;
}

.iubenda-cs-cookie-policy-lnk {
    text-decoration: underline;
    color: #ddd;
    font-size: 1em;
    font-weight: bold;
}

.iubenda-cs-content, .iubenda-banner-content > p {
    font-family: inherit;
    font-size: 0.9em;
    color: #ddd;
    margin: 0.5em 0;
}

@media (max-width: 767px) {
    .iubenda-cs-content {
        margin: 0.25em 0;
        line-height: 1.2em;
        padding: 0 2px
    }

    .iubenda-cs-rationale {
        font-size: 10px;
        padding: 0 1.5em 0 0.5em;
    }
}

.bootstrap-datetimepicker-widget table td.today:before {
    /*border-bottom-color: #413829 !important;*/
}

.bootstrap-datetimepicker-widget table tr td.active:active,
.bootstrap-datetimepicker-widget table tr td.active.highlighted:active,
.bootstrap-datetimepicker-widget table tr td.active.active,
.bootstrap-datetimepicker-widget table tr td.active.highlighted.active,
.bootstrap-datetimepicker-widget table td span.active {
    /*background-color: #413829 !important;*/
    border-radius: 0;
}

.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
    border-radius: 0;
}

.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
    padding: 7px;
}

.input-group-addon, .input-group-text {
    background-color: transparent;
}


.lg-outer {
    z-index: 2147483647 !important;
}


.lg-backdrop {
    z-index: 2147483646 !important;
}

.imagefull{
    width: 100%;!important;
}

.img-portfolio {
   max-height: 500px!important;
   max-width: 900px!important;
}

.text-editor-servizi > p{
    margin-top:10px;
}

@media (max-width: 767px) {
    .img-portfolio {
        max-width: 100%!important;
        height: auto!important;
    }
}

@media (min-width: 768px) {
    header.header-elenco, .header-slide-foto, .header-foto {
        min-height: 70vh!important;
    }
}

.text-selettore{
    color:#252a2c!important;
}

.padding-selettore-it{
    padding-right: 3px !important;
    padding-left: 3px !important;
}

.padding-selettore-en{
    padding-right: 1px !important;
    padding-left: 1px !important;
}

.img-comp-container {
    max-width: 1000px !important;
    position: relative;
    display: inline-block;
    line-height: 0;
    overflow: hidden;
    border-radius: 8px;
}

.img-comp-img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    user-select: none;
    pointer-events: none;
}

.img-comp-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 1;
}


.img-comp-overlay .img-comp-img {
    max-width: none;
}

.img-comp-slider {
    position: absolute;
    z-index: 9;
    cursor: ew-resize;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.img-comp-slider svg {
    width: 20px;
    height: 20px;
    fill: #333;
    pointer-events: none;
}

.img-comp-slider::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 1000vh;
    background: rgba(255, 255, 255, 0.7);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
}

.letter-spacing-home{
    letter-spacing: 3px!important;
}


