﻿/* Evita che la navbar fissa copra il contenuto */
body {
    padding-top: 223px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

/* Footer fisso in basso */
.app-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1030; /* simile alla navbar */
}

/* Spazio sotto al contenuto per non finire sotto al footer */
main {
    padding-bottom: 180px;
}
a {
    color: #000;
    text-decoration: none;
}










:root {
    --brand-yellow: #fdf100; /*#fdf100;*/ /*#f2c200;*/
    --brand-black: #0b0b0b;
    --brand-white: #ffffff;
    --navtop-yellow: #fdf100;
}

a:visited {
    /*color: #000;*/
}

a:hover {
    color: var(--brand-yellow);
    /*text-decoration: underline;*/
}

a:active {
    color: #000;
}

.lnkblack,
.lnkblack:hover {
    color:#000;
}


#navtop.navtop {
    background: #fff;
    color: var(--navtop-black);
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 3px solid var(--navtop-yellow);
    riga gialla sotto
}

#navtop .navtop-badge {
    width: 44px;
    height: 28px;
    /*background: var(--navtop-yellow);*/
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    flex: 0 0 auto;
}

#navtop .navtop-cta {
    /*background: var(--navtop-yellow);*/
    color: #000;
    border: 0;
    border-radius: 2px;
    font-weight: 800;
    letter-spacing: .3px;
    padding: 8px 18px;
    white-space: nowrap;
}

#navtop .navtop-link {
    color: var(--navtop-black);
    text-decoration: none;
}

    #navtop .navtop-link:hover {
        text-decoration: underline;
    }

#navtop .navtop-icon {
    color: var(--navtop-black);
    opacity: .8;
    font-size: 16px;
    text-decoration: none;
}

    #navtop .navtop-icon:hover {
        opacity: 1;
    }









.header-main {
    background: var(--brand-white);
}

/* Claim giallo a sinistra */
.header-claim {
    width: 500px;
    /*background: var(--brand-yellow);*/
    color: #000;
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
    padding: 10px 16px;
    white-space: nowrap;
}

/* Logo Team */
.header-brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.header-brand-img {
    height: 64px;
    width: auto;
    display: block;
}

.page-link{
    display:inline;
}

.divClaimBrand {
    max-width: 100px;
}
/* Menu */
.nav-item {

}
.header-menu .nav-link {
    color: #000; /*rgba(255,255,255,.65);*/
    font-weight: 700;
    letter-spacing: .5px;
    /*padding: .35rem .6rem;*/
   
}

    .header-menu .nav-link:hover {
        color: rgba(255,255,255,.9);
        background-color:var(--brand-yellow)
        /*background-image: url('../IMG/GUI/bggiallo.svg');
        background-repeat: no-repeat;*/
        /*background-size: contain;*/
        /*background-size:100% 100%;*/
    }

/* CTA NOLEGGIO */
.header-cta {
    background: var(--brand-yellow);
    color: #FFF !important;
    border-radius: 0;
    padding: .45rem .9rem;
    font-weight: 800;
}

/* Dropdown “LUNGO/BREVE TERMINE” */
.header-dropdown {
    background: transparent;
    border: 0;
    padding: .75rem 0 0 0;
    min-width: 220px;
}

    .header-dropdown .dropdown-item {
        background: transparent;
        color: rgba(0,0,0,.80);
        font-weight: 700;
        padding: .25rem 0;
    }

        .header-dropdown .dropdown-item:hover {
            /*color: rgba(255,255,255,.6);*/
            color: var(--brand-yellow);
            background: transparent;
        }

        .header-dropdown .dropdown-item.active {
            color: var(--brand-yellow);
            background: transparent;
        }

.bgactive {
    display: inline-block;
    background-image: url('../IMG/GUI/bggiallo.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}
.bg-yellow {
    --bs-bg-opacity: 1;
    background-color: var(--brand-yellow) !important;
}
.border-yellow {
    --bs-bg-opacity: 1;
    border-color: var(--brand-yellow) !important;
}
.cardnoborder{
    border:none;
}

.shadow-bottom {
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}




/*******************************/
/*PULSANTI ACQUISTO RICERCA*/

.gallery-wrap {
    position: relative;
}

.tile {
    position: relative;
    overflow: hidden;
    border-radius: 0; /* nello screenshot è squadrato */
}

    .tile img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* effetto “cover” */
        display: block;
        transition: transform .25s ease;
    }

    .tile:hover img {
        transform: scale(1.03);
    }

/* bottoni flottanti a destra */
.floating-actions {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 5;
}

.fab {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 0; /* squadrato */
    background: #fdf100;
    color: #000;
    box-shadow: 0 4px 12px rgba(0,0,0,.25);
}

/* opzionale: distanza tra tiles come nello screenshot */
.g-custom {
    --bs-gutter-x: 0.25rem;
    --bs-gutter-y: 0.25rem;
}

.gallerynospace {
    padding-right: 0;
    
    padding-left: 0;
     margin-top: 0;
}

.icon-search {
    width: 28px;
    height: 28px;
    color: #000; /* currentColor */
}

.icon-cart {
    width: 28px;
    height: 28px;
    color: #000; /* usa currentColor */
}
/*Bottone nero*/
.lav-btn {
    display: inline-block;
    background: #1a1a1a;
    color: #f2c200;
    font-weight: 900;
    font-size: 12px;
    padding: 10px 12px;
    text-decoration: none;
    text-transform: uppercase;
}

    .lav-btn:hover {
        background: #000;
        color: #ffd400;
    }

/*FINE PULSANTI ACQUISTO RICERCA*/
/*******************************/

.text-small{
    font-size:.4em;
}

/*******************************/
/*FORM*/

.checkout-section {
    padding: 28px 0 50px;
}

.section-title {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.account-links {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 3rem;
}

    .account-links .login-link {
        color: #e21616;
        text-decoration: none;
        margin-left: .5rem;
    }

.form-label-left {
    font-size: 1.1rem;
    font-weight: 700;
    padding-top: .8rem;
}

.form-control-gray {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;




    background: #e9e9e9;
    border: 0 !important;
    border-radius: 0;
    min-height: 58px;
    box-shadow: none !important;
}
.form-select {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #e9e9e9;
    border: 0 !important;
    border-radius: 0;
    min-height: 58px;
    background-clip: padding-box;
    box-shadow: none !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, background-color .15s;
    /* freccia */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
}
    .form-control-gray:focus, .form-select-gray:focus {
        background: #e9e9e9;
        border: 0;
        outline: 0;
        box-shadow: none;
    }

.field-note {
    font-size: .9rem;
    margin-top: .35rem;
    color: #333;
}

.subtitle-inline {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: .75rem;
}

.form-check-input {
    border-radius: 0;
    width: 1.3rem;
    height: 1.3rem;
    margin-top: .15rem;
}

.form-check-label {
    line-height: 1.2;
}

.yellow-note {
    background: #f4d400;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    line-height: 1.3;
    margin-top: 2rem;
}

.policy-links {
    font-style: italic;
}

/* LOGIN */
.login-page {
    padding: 40px 0;
}

.page-title {
    font-size: 42px;
    font-weight: 800;
}

.login-card {
    background: #e0e0e0;
    padding: 30px;
}

.login-input {
    height: 70px;
    border: 0;
    text-align: center;
}

.btn-yellow-main {
    background: #f4d400;
    font-weight: 800;
    font-size: 22px;
}

.btn-dark-wide {
    background: #111;
    color: #f4d400;
    padding: 20px;
    width: 100%;
    border: 0;
}

.premium-box {
    background: #f4d400;
    padding: 25px;
    text-align: center;
    font-weight: 700;
}

.signup-box {
    background: #f4d400;
    padding: 20px;
    text-align: center;
}

.payment-icons {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.payment-icon {
    background: white;
    border: 3px solid #f4d400;
    padding: 6px 10px;
    font-weight: 700;
}

/* Fine LOGIN */



    /* Responsive */
    @media (max-width: 992px) {
    .header-claim {
        font-size: 20px;
    }

    .header-brand-img {
        height: 44px;
    }
    #navtop .navtop-contacts {
        display: none;
    }
}
.form-check-input{
    border:none;
}
.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}
input[type=checkbox] {
    transform: scale(1.5);
    margin-right: 10px !important;
    margin-left: 5px !important;
}

@media (max-width: 576px) {
    #navtop .navtop-email {
        display: none;
    }
}
/*media form*/
@media (max-width: 767.98px) {
    .section-title {
        font-size: 1.8rem;
    }

    .account-links {
        font-size: 1.5rem;
    }

    .form-label-left {
        padding-top: 0;
        margin-bottom: .5rem;
    }
}



