/*SLIDER*/
.a{
    font-size: 18px;
}
.carusel-img{
    animation: scroll 40s linear infinite;
}

.icona-home{
    width: 27px;
}

.title-hr:before{
    content:" ";
    display: block;
    height: 1px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #B2A36D;
}

.title-hr{
    position: relative;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
}

.title-hr:after{
    content:" ";
    height: 1px;
    width: 30px;
    background: #B2A36D;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
}


.slide-track {
    width: 100%;
    display: flex;
    gap: 3em;
    overflow: hidden;
}

.slider {
    background-color: white;
    padding: 2em 1em;
}

@keyframes scroll {
    0% {transform: translateX(0);}
    100% {transform: translatex(-1000%)}
}

/*CAROSELLO STORIA*/

.img-carosello{
    height: 100%;
}
.carousel-control-next {
    left: 40% !important;
}

.privacy-pills:hover{
    color: white !important;
}

.card {
    text-align: center;
    width: 350px;
    height: 450px;
    justify-content: center;
    align-items: center;
}

.card img{
    width: 150px;
}

.company-logo {
    max-width: 80%;
    height: auto;
    margin-bottom: 15px;
}

.action-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.action-icons i {
    font-size: 1.5rem;
    color: #333;
}

.company-name {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 10px;
}

.company-region {
    color: #5b5a5a;
    margin-bottom: 10px;
    font-weight: 300;
}

.letter-active:active{
    background-color: rgba(38, 136, 56, 0.22);
    font-weight: bold;
    color: #268838 !important;
    border-radius: 50%;
    width: fit-content();
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
}

.btn-circle {
    width: 50px;
    height: 50px;
    padding: 6px 0px;
    border-radius: 50px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
/* STILE */


input::placeholder {
    font-family: "Lato", sans-serif !important;
}

.brown-bg-color{
    background-color: #67300F;
}
.primary-text-color{
    color: #1D536E;
}
.secondary-text-color{
    color: #B2A36D;
}

.bg-lightgreen{
    background-color: rgba(38, 136, 56, 0.2);
}

.bg-image-azienda{
    background-image: url("..img/images/Hero-Gieffe.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.badge-esaurito{
    background-color: #67300F;
    border-radius: 0px;
}

.font-button-account{
    font-size: 14px;
}

.lighter-bg-color{
    background-color: rgba(222, 209, 195, 0.35);
    color: #67300F;
}

.bg-olivegreen{
    background-color: #81A164;
}

.bg-pills-green{
    background-color: #edf2ea;
}

.text-olivegreen{
    color:#81A164;
}
footer{
    background-color: #1D536E;
    color: white;
}

a:hover{
    color: #B2A36D !important;
}


.manina{
    cursor:pointer !important;
}

.offcanvas{
    width: 35% !important;
}

.img-offcanvas{
    width: 130px;
}

h1{ line-height: 100px;}

.category-text{
    font-size: 15px !important;
}

.special-font{
    font-family: "Cardo", serif;
    font-weight: 500;
    font-style: normal;
}

.italic-font{
    font-family: "Cardo", serif;
    font-weight: 300;
    font-style: italic;
}

.lil-text{
    font-size: 18px;
}

.pills-text{
    font-size: 14px;
}

.width-recupera{
    width: 500px;
}

.dropdown-toggle::after {
    display: none !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: lightgrey !important;
}

.btn-primary{
    background-color: #1D536E;
    color: #FFF !important;
    border: solid 2px #1D536E;
    border-radius: 50px;

}

.btn-primary:hover{
    background-color: #0c374d;
    color: #FFF !important;
    border: solid 2px #0c374d;
}

.btn-primary:active{
    background-color: #0c374d !important;
    border: solid 2px #0c374d;
    color: #FFF !important;
}

.big-text{
    font-size: 6em;
}

.bgk-primary{
    background-color: #1D536E;
}

.bgk-secondary{
    background-color: #B2A36D;
}

.btn-secondary{
    background-color: #B2A36D;
    color: #FFF !important;
    border: solid 2px #B2A36D;
    border-radius: 50px;
}

.btn-secondary:hover{
    background-color: transparent;
    border: solid 2px #B2A36D;
    border-radius: 50px;
    color: #B2A36D !important;
}


.btn-secondary:active{
    background-color: transparent;
    border: solid 2px #867946;
    border-radius: 50px;
    color: white !important;
}


.btn-primary:hover{
    background-color: #0c374d;
    border: solid 2px #0c374d;
}

.btn-primary:active{
    background-color: #0c374d;
    border: solid 2px #0c374d;
}


.btn-outline{
    background-color: transparent;
    border: solid 2px #B2A36D;
    border-radius: 50px;
    color: white;
}

.btn-outline:hover{
    background-color: #B2A36D;
    color: #FFF !important;
    border: solid 2px #B2A36D;
    border-radius: 50px;
}

.btn-outline:active{
    background-color: #B2A36D;
    color: #FFF !important;
    border: solid 2px #B2A36D;
    border-radius: 50px;
}



.border-row{
    border-top: dashed 2px #bdbdbd;
}

.border-col-left{
    border-left: dashed 2px #bdbdbd;
}

.border-col-right{
    border-right: dashed 2px #bdbdbd;
}

body{
    width: 100%;
    font-family: "Lato", sans-serif;
}
html, body{
    min-height: 100vh;
    overflow-x: hidden;
    scroll-behavior: smooth !important;
}

/*CUSTOM*/

.logo-width{
    width: 250px;
}

.logo-width-forn{
    width: 80%;
}

.logo-effe{
    width: 70px;
}

.dropdown-menu{
    border-radius: 0 !important;
    border-width: 0;
    z-index: 99999;
}

.menu-mobile{
    margin: 0 auto !important;
}

.hero-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-height{
    height: 78vh;
}

.bkg-norepeat{
    background-repeat: no-repeat;
    background-size: cover;
}

.boxed{
    margin-left: 350px;
    margin-right: 350px;
}

.header{
    position: absolute;
    top: 25%;
}

.bg-image{
    background-image: url("../img/images/Hero-ResidenzaSAndrea.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 91vh;
}

.width-hero-text{
    width: 50%;
}

.margin-login{
    margin-top: 100px;
}

.more-margin-top{
    margin-top: 140px;
}

.navbar-toggler{
    border: 0px;
    box-shadow: 0px !important;
}

.navbar-toggler:focus{
    box-shadow: 0px !important;
}

.superNav {
    font-size:13px;
}
.form-control {
    outline:none !important;
    box-shadow: none !important;
}

.icona-width{
    width: 80px;
}

.border-number{
    border-style: dashed !important;
}
.icona-footer{
    width: 25px;
}

.nav-link{
    font-size: 16px;
    color: #151515;
    font-weight: 500;
}

.nav-link:hover{
    font-weight: bold;
    color: #1D536E !important;
}

.nav-link:active{
    font-weight: bold;
    color: #1D536E !important;
}

.nav-link-footer{
    font-size: 16px;
    color: #FFF;
}


/* ICONA CERCA*/

* {
    border: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
:root {
    font-size: calc(16px + (24 - 16)*(100vw - 320px)/(1920 - 320));
}
 input {
    font: 1em Raleway, sans-serif;
    line-height: 1.5em;
    color: #67300F;
}

::-webkit-input-placeholder { color: #767a7e; font-size: 16px;}
::-moz-input-placeholder { color: #767a7e; font-size: 16px;}
::-ms-input-placeholder { color: #767a7e; font-size: 16px;}


.button {
    display: inline-block;
    margin: 4px 2px;
    background-color: #fff;
    font-size: 14px;
    padding-left: 32px;
    padding-right: 32px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #67300F;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button:hover {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    background-color: white;
    color: black;
}

.search-container {
    position: relative;
    display: inline-block;
    margin: 4px 2px;
    height: 50px;
    width: 50px;
    vertical-align: bottom;
}

.mglass {
    display: inline-block;
    pointer-events: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.searchbutton {
    position: absolute;
    font-size: 35px;
    width: 100%;
    margin: 0;
    padding: 0;
}

.search:focus + .searchbutton {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    background-color: white;
    color: black;
}

.search {
    position: absolute;
    left: 49px; /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
    background-color: white;
    outline: none;
    border: none;
    padding: 0;
    width: 0;
    height: 100%;
    z-index: 10;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.search:focus {
    width: 363px; /* Bar width+1px */
    padding: 0 16px 0 0;
}

.expandright {
    left: auto;
    right: 49px; /* Button width-1px */
}

.expandright:focus {
    padding: 0 0 0 16px;
}

.desktop-height{
    height: 550px;
}

.height-desktop-cat{
    height: 750px;
}

.border-right{
    border-right: solid;
}

.form-label{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
}

.form-check-label{
    font-size: 18px;
    font-weight: 400;
}

.form-control{
    background-color: white;
    border: solid 1px dimgrey;
    border-radius: 6px;
}


.circle {
    width: 23px;
    height: 23px;
    background-color: #FDA27E;
    border-radius: 50%;
    position: relative;
}
.cross {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 2px;
}
.cross:before, .cross:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
}
.cross:before {
    transform: rotate(45deg);
}
.cross:after {
    transform: rotate(-45deg);
}

.barrato{
    text-decoration:line-through;
}


@media screen and (max-width: 1200px){
    .offcanvas{
        width: 50% !important;
    }

    .card {
        width: 300px;
        height: 500px;
    }

    .logo-width {
        width: 150px;
    }

    .nav-link{
        font-size: 13px;
    }
}

@media screen and (max-width:1024px){

    .card {
        width: 300px;
        height: 495px;
    }

    .desktop-height{
        height: unset;
    }

    .height-desktop-cat{
        height: unset;
    }

    .cart-height{
        height: 65vh !important;
    }

    .border-row{
        border-top: none;
    }

    .border-col-left{
        border-left: none;
    }

    .border-col-right{
        border-right: none;
    }

    .carousel-control-next {
        left: 85% !important;
    }

    .bg-image{
        background-image: url("../img/images/hero-mobile.webp");
        height: 80vh;
    }

    .nav-link{
        font-size: 11px;
    }
}

@media screen and (max-width:768px){

    .bg-image{
        height: 115vh !important;
    }

    .banner{
        height: 200px;
    }

    .img-carosello{
        height: 50%;
    }

    .icona-home{
        width: 20px;
    }

    .bg-image-gruppo{
        background-position: left;
    }

    .img-hero-mobile{
        width: -webkit-fill-available;
    }
    .centerOnMobile {
        text-align:center
    }

    .more-margin-top{
        margin-top: 0px;
    }

    .logo-width{
        width: 130px;
    }

    .width-hero-text{
        width: 70%;
    }

    h1{line-height: 50px;}

    .lil-text{
        font-size: 14px;
    }

    .margin-login{
        margin-top: 50px;
    }

    .width-recupera{
        width: 300px;
    }

    .border-right{
        border-right: unset;
    }
    .offcanvas{
        width: 100% !important;
    }
    .img-offcanvas{
        width: 100px;
    }
    .card {
        width: 350px;
        height: 350px;
    }

    .nav-link{
        font-size: 16px;
    }
}