@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700;800&display=swap');

h1, h2, h3, h4, h5, h6{
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
}

p, a, span, ul{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400; 
    color: #565656 ;
}

#scrollUp{
    display: none !important;
}

#navbarsExampleDefault a{
    font-weight: 700;
    font-style: italic;
}

.no-scroll {overflow-y: hidden;}

.nav-link:hover{
	color:#C00000 !important;
}
.border-bottom {
    border-bottom: 0px solid #dee2e6 !important;
}
nav{
	padding-top:0px !important;
	padding-bottom:0px !important;
}
.hoverbianco:hover{
	color:white !important;
}
.title{
    color: #C00000;
}
#absoluteTop{
    position: absolute;
    top: 0px;
    left: 0px;
    padding:0px;
    z-index: 20;
    width: 100%;
}
#absoluteTopRight{
    position: absolute;
    top: 0px;
    right: 0px;
    padding:0px;
    z-index: 20;
    width: 100%;
}
#contenitoreTop{
    position: relative;
}
.sfondoBianco{
    background-color: white;
}
.sfondoRosso{
    background-color: #C00000;
}
.colAbsolute{
    padding:50px;
    padding-left: 0px;
}
.testoAbsolute{
    color:#565656 ;
}
.testoBianco{
    color:white;
}
.testoAbsolute b{
    color:#C00000;
}
.sfondoGrigio{
    background-color: #F1F1F1;
}
.testoRosso{
    color:#C00000;
}
.colonnaBianca{
    background-color: white;
}
.colonnaRossa{
    background-color: #C00000;
}

.frecciaDestra {
    background-image: url(/media/next.svg);
    height: 50px;
    width: 60px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}
.freccia {
    cursor: pointer;
    background-image: url(/media/freccia.svg);
    height: 15px;
    width: 15px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}
.frecciaRossa {
    background-image: url(/media/frecciaRossa.svg);
}
/* .freccia:hover {
    background: url(/media/frecciaRossa.svg) !important;
    height: 25px !important;
    width: 25px !important;
    display: block !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
.freccia:hover +.coloreGrigio {
    color: #c00000!important;
} */
.frecciaDestraBianca {
    background-image: url(/media/nextWhite.svg);
    height: 50px;
    width: 60px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}
.swiper-pagination {
    top: -15% !important;
    right: 50% !important;
}
.swiper-pagination-bullet {
    width: 20px !important;
    height: 20px !important;
    display: inline-block !important;
    border-radius: 50% !important;
    background: #fff !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet-active {
    opacity: 1 !important;
    border: 5px solid #fff !important;
    background: #c00000 !important;
}
.coloreGrigio{
    cursor: pointer;
    color: #565656 ;
}
.coloreRosso{
    cursor: pointer;
    color: #c00000;
}
/* .coloreGrigio:hover{
    cursor: pointer;
    color: #c00000!important;
}
.coloreGrigio:hover + .freccia{
    background: url(/media/frecciaRossa.svg) !important;
    height: 25px !important;
    width: 25px !important;
    display: block !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
} */

.contenitoreMenu:hover > .coloreGrigio{
    color: #c00000!important;
}
.contenitoreMenu:hover > .freccia{
    background: url(/media/frecciaRossa.svg) !important;
    height: 15px !important;
    width: 15px !important;
    display: block !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
.contenitoreSottoMenu:hover > .coloreGrigio{
    color: #c00000!important;
}
.contenitoreSottoMenu:hover > .freccia{
    background: url(/media/frecciaRossa.svg) !important;
    height: 25px !important;
    width: 25px !important;
    display: block !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
#sottoSottoMenuScaffalature{
    display:none;
}
/* #sottoMenuScaffalature{
    visibility:hidden;
} */

/* #sottoMenuScaffalature:hover{
    visibility:visible;
} */

/* #intestazioneMenuScaffalature:hover ~ #sottoMenuScaffalature{
    visibility: visible;
} */

/* #sottoMenuScaffalature:hover > #sottoSottoMenuScaffalature{
    visibility: visible;
} */

.selezionataMomentaneamente{
    background: url(/media/frecciaRossa.svg) !important;
    height: 25px !important;
    width: 25px !important;
    display: block !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

#rigaBicolore::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 120px;
    bottom: 0px;
    left:0px;
    display: block;
    background-color: #fff;
}

#rigaBicolore{
    position: relative;
    min-height: 350px;

}

.swiper-wrapper {
    align-items: stretch !important;
    align-content: stretch !important;
}

.swiper-wrapper .swiper-slide {
    height: auto!important;
    display: flex;
    align-items: stretch;
    align-content: stretch;
}

.swiper-wrapper .swiper-slide .row,
.swiper-wrapper .swiper-slide .row .col-12 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: url(/media/frecciaSinistraRossa.png) !important;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-after:after {
    content: url(/media/frecciaDestraRossa.png) !important;
}

.navbar-light .navbar-brand {
    max-width: 70vw;
}

::selection {
	background-color: #565656 ;
	color: #c00000;
}

#popup_container {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 100%;
	height: 100%;
	z-index: 9900;
	background-color: rgb(0 0 0 / 70%);
	opacity: 1;
	transition: opacity 0.3s;
}

#popup_alert {
	position: relative;
	display: flex;
    flex-direction: column;
    width: 600px;
    max-width: 90vw;
    height: auto;
    -webkit-box-shadow: 0 15px 20px rgb(0 0 0 / 22%), 0 19px 60px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -o-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgb(0 0 0 / 22%), 0 19px 60px rgb(0 0 0 / 30%);
	justify-content: center;
	align-content: center;
	align-items: center;
    padding: 20px 5%;
	background-color: #C00000;
	z-index: 9905;
	opacity: 1;
	transition: opacity 0.3s;
}
#popup_alert #chiudiPopUp {
    cursor: pointer;
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    border: none;
}
	#popup_alert h4 {
        text-align: center;
		color: #fff;
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 40px;
	}
	#popup_alert p,
	#popup_alert a {
        text-align: center;
		color: #fff;
		/* font-size: 9px; */
		line-height: 16px;
	}
	#popup_alert a {
		text-decoration: underline;
	}
	#popup_alert #bottoni_policy {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
	}
		#popup_alert #bottoni_policy a {
			font-family: sans-serif;
			text-decoration: none;
			text-align: center;
			cursor: pointer;
			outline: none;
			border: 1px solid #fff;
			line-height: 18px;
			margin: 10px;
			background-color: #ca1f27;
			border-color: #ca1f27;
			color: #ffffff;
			border-radius: 40px;
			padding: 25px 50px 23px;
			font-size: 15px;
			min-width: 200px;
		}
			#popup_alert #bottoni_policy #bottone_ok {
				font-family: sans-serif;
			}
			#popup_alert #bottoni_policy #bottone_more {
				font-family: sans-serif;
				min-width: 120px;
			}


	#popup_alert input, #popup_alert select, #popup_alert textarea {
	    padding: 10px 14px;
	    margin-bottom: 2px;
	}


    #icon_popupContatto {
        position: relative;
        display: inline-block;
        border-bottom: 1px dotted black;
      }
      
      #icon_popupContatto .tooltiptext {
        visibility: hidden;
        opacity: 0;
        width: auto;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px;
        top: 100%;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        transition: opacity 0.3s ease-in-out;
      }
      
      #icon_popupContatto:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
      }

#icon_popupContatto {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 10px 20px;
    width: fit-content;
    background-color: #ca1f26;
    cursor: pointer;
    -webkit-box-shadow: 0px 4px 8px 2px rgb(0 0 0 / 40%);
    		box-shadow: 0px 4px 8px 2px rgb(0 0 0 / 40%);
    transition: right 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
#icon_popupContatto:hover {
	right: 0px;
	background-color: #db4c52;
}
	#icon_popupContatto #spazio_icona_popUpContatto {
		width: 30px;
		margin-right: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
		#icon_popupContatto #spazio_icona_popUpContatto i { 
			color: #fff;
			font-size: 20px;
		}
	#icon_popupContatto #spazio_testo_popUpContatto {
		display: flex;
		justify-content: center;
		align-items: center;
	}
		#icon_popupContatto #spazio_testo_popUpContatto p { 
			color: #fff;
			font-size: 14px;
			font-weight: 700;
			margin: 0;
		}



        #icon_popup {
            display: flex;
            flex-direction: row;
            justify-content: space-around;
            padding: 10px 20px;
            position: fixed;
            bottom: 5vh;
            right: -200px;
            min-width: 50px;
            height: 50px;
            background-color: #ca1f26;
            z-index: 9999999;
            cursor: pointer;
            -webkit-box-shadow: 0px 4px 8px 2px rgb(0 0 0 / 40%);
                    box-shadow: 0px 4px 8px 2px rgb(0 0 0 / 40%);
            transition: right 0.3s ease-in-out, background-color 0.3s ease-in-out;
        }
        #icon_popup:hover {
            right: 0px;
            background-color: #db4c52;
        }
            #icon_popup #spazio_icona_popUp {
                width: 30px;
                margin-right: 20px;
                display: flex;
                justify-content: center;
                align-items: center;
            }
                #icon_popup #spazio_icona_popUp i { 
                    color: #fff;
                    font-size: 20px;
                }
            #icon_popup #spazio_testo_popUp {
                display: flex;
                justify-content: center;
                align-items: center;
            }
                #icon_popup #spazio_testo_popUp p { 
                    color: #fff;
                    font-size: 14px;
                    font-weight: 700;
                    margin: 0;
                }

#icon_popup{
    /*display: none !important;*/
}
.modal {
    z-index: 10500;
}
#sottoMenuScaffalature a:hover {
    color: #C00000;
    text-decoration: underline;
}
#popup_alert label {
    color: white;
}

.allineasinistra .fa-redo{
    margin-top: 8px;
    margin-left: 8px;
    color: white;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    position: relative !important;
    top: 0;
    margin-top: 0;
    display: inline-block !important;
    margin: 0 20px;
    left: initial!important;
    right: initial!important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    position: relative !important;
    top: 0;
    margin-top: 0;
    display: inline-block !important;
    margin: 0 20px;
    right: initial!important;
    left: initial!important;
}

/**********         MEDIA QUERIES: MOBILE          **********/
@media screen and (max-width: 767px) {
    h1, .h1 {
        font-size: 28px;
        line-height: 34px;
    }
    #absoluteTop{
        position: relative;
        top: 0px;
        left: 0px;
        padding:0;
        z-index: 20;
        width: 100%;
        text-align: center;
    }
    .colAbsolute {
         padding: 0;
         padding-left: 10px;
    }
    .swiper-slide img{
        object-fit: cover;
    }
    .swiper-wrapper .swiper-slide{
        min-height: 70vh;
    }
    .titolocategoriamobile{
        font-size: 16px;
    }
    .immaginecategoriamobile{
        width: 25%;
    }
    .testocategoriamobile{
        font-size: 12px;
    }
    .padding-left{
        padding: 2% 10% !important;
    }
    .backk-drop {opacity:0;}
	.black-drop.show {	
		background-color: #161615;
		width: 100%;
		height: 100vh;
		position: absolute;
		top: 0;
		opacity:0.6;
		transition: all .5s;
        z-index: 21;
	}
    #bgrx .fa{
		font-size: 2rem;
	}
    #listMenu {
        padding: 20px 0;
    }
    header .nav-item .nav-link {
        font-size: 2.0rem;
        line-height: 1;
        font-family: 'Nunito Sans', sans-serif;
        font-weight: 700;
        color: rgb(255, 255, 255);
    }
    .navbar-light .navbar-nav .nav-link {
        color: rgb(255, 255, 255);
    }
    .noList {
        list-style: none;
    }
    .socialCollapseMenu li {
        margin-right: 15px;
    }
    #testoContatti{
        text-align: center;
        padding: 5%;
    }
    .allineacentro{
        display: flex;
        justify-content: center;
    }
    .allineasinistra{
        display: flex;
        justify-content: start;
        padding-bottom: 5%;
    }
    #popup_alert {
        width: 600px;
        max-width: 90vw;
        height: auto;
    }
    #icon_popup{
        display: flex !important;
    }
    #popup_alert {
        width: 600px;
        max-width: 80vw;
        height: auto;
        max-height: 80vh;
        overflow: scroll;
        padding-top: 100px;
        bottom: 30px;
    }
    #popup_alert h4 {
        text-align: center;
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    #popup_alert .form-group {
        margin-bottom: 0.4rem;
    }
    #popup_alert label {
        font-size: 10px;
        line-height: 14px;
        color: white;
    }
    #sottoMenuScaffalature{
        display: none !important;
    }
    .paddingtopMobile{
        padding-top:5%;
    }
}

#modulocf1 label{
    font-size:12px;
}
/**********         //MEDIA QUERIES: MOBILE          **********/

@media screen and (min-width: 767px) and (max-width: 991px) {
    #sottoMenuScaffalature{
            display: none !important;
    }
}

/**********         MEDIA QUERIES: TABLET          **********/
@media screen and (min-width: 767px) and (max-width: 1024px) {
    h1, .h1 {
        font-size: 28px;
        line-height: 34px;
    }
    #absoluteTop{
        position: relative;
        top: 0px;
        left: 0px;
        padding:0 10%;
        z-index: 20;
        width: 100%;
        text-align: center;
    }

    .colAbsolute {
         padding: 0;
         padding-left: 10px;
    }
    .swiper-slide img{
        object-fit: cover;
    }
    .swiper-wrapper .swiper-slide{
        min-height: 70vh;
    }
    .titolocategoriamobile{
        font-size: 16px;
    }
    .immaginecategoriamobile{
        width: 25%;
    }
    .testocategoriamobile{
        font-size: 12px;
    }
    .padding-left{
        padding: 2% 10% !important;
    }
    .backk-drop {opacity:0;}
	.black-drop.show {	
		background-color: #161615;
		width: 100%;
		height: 100vh;
		position: absolute;
		top: 0;
		opacity:0.6;
		transition: all .5s;
        z-index: 21;
	}
    #bgrx .fa{
		font-size: 2rem;
	}
    #listMenu {
        padding: 20px 0;
    }
    header .nav-item .nav-link {
        font-size: 2.0rem;
        line-height: 1;
        font-family: 'Nunito Sans', sans-serif;
        font-weight: 700;
        color: rgb(255, 255, 255);
    }
    .navbar-light .navbar-nav .nav-link {
        color: rgb(255, 255, 255);
    }
    .noList {
        list-style: none;
    }
    .socialCollapseMenu li {
        margin-right: 15px;
    }
    #testoContatti{
        text-align: center;
        padding: 5%;
    }
    .allineacentro{
        display: flex;
        justify-content: center;
    }
    .allineasinistra{
        display: flex;
        justify-content: start;
        padding-bottom: 5%;
    }
    #icon_popup{
        display: block;
    }
    #popup_alert {
        width: 600px;
        max-width: 90vw;
        height: auto;
    }
    #icon_popup{
        display: flex !important;
    }
    #popup_alert {
        width: 600px;
        max-width: 90vw;
        height: auto;
        max-height: 80vh;
        overflow: scroll;
        padding-top: 100px;
        bottom: 30px;
    }
    #popup_alert h4 {
        text-align: center;
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    #popup_alert .form-group {
        margin-bottom: 0.4rem;
    }
    #popup_alert label {
        font-size: 10px;
        line-height: 14px;
        color: white;
    }
    .paddingtopMobile{
        padding-top:5%;
    }
}
/**********         //MEDIA QUERIES: TABLET          **********/

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .navbar-light .navbar-nav .nav-link {
        color: rgba(0, 0, 0, 0.5);
        font-size: 14px;
    }
}


.modal-content {
    color: #161615 !important;
    background-color: #ffffff !important;
}

#modulocf1 button{
    border: 1px solid #ffffff;
}