/* promozioni */

.elenco-promo {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1rem;
}

.elemento-promozioni-modale {
    cursor: pointer;
}

.card.elemento-promozioni-modale:hover {
    transition: all 500ms ease-in-out;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25), 0 6px 6px rgba(0, 0, 0, 0.22);
}

.modal-content .immagine-promo img {
    max-height: 35rem;
/*  object-fit: cover;*/
}

.modal-content button.close {
    position: absolute;
    right: 16px;
    z-index: 999;
    color: #fff;
    opacity: 1;
    width: 2rem;
    height: 2rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    background: var(--bg-color-1);
    top: 4px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .12);
}

.modal-content span {
    font-size: 1rem;
    line-height: 1;
}

.modal {
    background: rgba(0, 0, 0, .75);
}

.modal-content button.close {
    box-shadow: 0 14px 20px rgba(0, 0, 0, 0.25), 0 12px 6px rgba(0, 0, 0, 0.22);
}

.modal-content button.close:hover {
    opacity: 1 !important;
    transition: all 500ms ease-in-out;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25), 0 6px 6px rgba(0, 0, 0, 0.22);
}

.promozioni-sfondo {
	position: relative;
    padding: 0;
}
.promozioni-sfondo::before {
	content: "";
  	position: absolute;
  	top: 0; left: 0;
  	width: 100%;
  	height: 100%;
    background: url(../../images/desktop/promozioni/bg2.png) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
/*     filter: grayscale(100%); */
}

.controlli-sliderP {
    position: absolute;
    bottom: 16px;
    display: flex;
    width: auto;
    justify-content: space-around;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
}

.slider.caroselloPromo-nav {
    display: flex;
    justify-content: center;
}

.scopri-promo {
    position: absolute;
    right: 32px !important;
    bottom: 16px;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 10rem;
    cursor: pointer;
}

.scopri-promo:hover {
    transform: scale(1.025);
    transition: all 500ms ease-in-out;
}

@media all and (min-width: 1200px) {
    .promo-landing.container {
        max-width: 1440px;
        padding-bottom: 4rem;
    }

    .modal-lg {
        max-width: 600px;
    }
}

/* fine promozioni */

/* PROMOZIONI 2 */

#menuFiltri li {
    display: flex;
    align-items: center;
    line-height: 2;
    font-size: 1remm;
    padding: 6px 12px;
    cursor: pointer;
    justify-content: space-between;
}

li.bottone-filtro-side {
    background: #f8f8f8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #425468;
}

.promozioni-new {
    min-height: 90vh;
    padding-bottom: 4rem;
}

.descrizione-pagina {
    font-size: 1.25rem;
    line-height: 1.25;
}

#menuFiltri ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.adesivo {
    position: sticky !important;
    top: 64px;
}

/* FINE PROMOZIONI 2 */

.cg-promo-page-title {
	color: var(--promo-page-title);
}
.cg-promo-title {
	color: var(--promo-title);
}
.cg-promo-info-btn {
	background: var(--promo-info-button-bg-color);
	color: var(--promo-info-button-text-color);
}
.cg-promo-signup-btn {
	background: var(--promo-signup-button-bg-color);
	color: var(--promo-signup-button-text-color);
}
.bottone-filtro-side.promo-attiva {
	background: var(--promo-active-type-bg-color);
	color: var(--promo-active-type-text-color);
}
.bottone-filtro-side:hover {
	background: var(--promo-active-type-hover-bg-color);
	color: var(--promo-active-type-hover-text-color);
}
.cg-promo-close-btn {
	background: var(--promo-active-type-bg-color);
	color: var(--promo-active-type-text-color);
}

.cg_cdnBox{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    text-align: center;
}

.cg_cdnPromo{
	width:fit-content;
	margin:10px;
}

.modal-open[page="promo"] .modal .modal-body{
	width: 100%;
    word-wrap: break-word;
}


.modal-open[page="promo"] .modal .modal-body table{
	width: 100% !important;
}
