@font-face {
    font-family: 'DS Automobiles';
    src: url('fonts/DSAutomobiles-Regular.woff2') format('woff2'),
        url('fonts/DSAutomobiles-Regular.woff') format('woff'),
		url('fonts/DSAutomobiles-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lucida Unicode Calligraphy';
    src: url('fonts/LucidaUnicodeCalligraphy.eot');
    src: url('fonts/LucidaUnicodeCalligraphy.eot?#iefix') format('embedded-opentype'),
        url('fonts/LucidaUnicodeCalligraphy.woff2') format('woff2'),
        url('fonts/LucidaUnicodeCalligraphy.woff') format('woff'),
        url('fonts/LucidaUnicodeCalligraphy.ttf') format('truetype'),
        url('fonts/LucidaUnicodeCalligraphy.svg#LucidaUnicodeCalligraphy') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lucida Unicode Calligraphy';
    src: url('fonts/LucidaUnicodeCalligraphy-Bold.eot');
    src: url('fonts/LucidaUnicodeCalligraphy-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/LucidaUnicodeCalligraphy-Bold.woff2') format('woff2'),
        url('fonts/LucidaUnicodeCalligraphy-Bold.woff') format('woff'),
        url('fonts/LucidaUnicodeCalligraphy-Bold.ttf') format('truetype'),
        url('fonts/LucidaUnicodeCalligraphy-Bold.svg#LucidaUnicodeCalligraphy-Bold') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}


body {
	font-family: 'DS Automobiles';
	font-size:14px;
	color:black;
}

/* testata */
#header {
	background-color:black;
	height:218px;
}
#loghi {
	margin-top:64px;
}
#menusx {
	font-family:'DS Automobiles';
	font-size:25px;
	top:55px;
	left:10px;
	position:absolute;
	width:150px;
	height:35px;
}
#menusx a:link, #menusx a:visited {
	color:white;
	text-decoration:none;
}
#menusx a:hover, #menusx a:active {
	color:#fafafa;
	text-decoration:none;
}
#menusx img {
	margin-top:-3px;
}
#barradx {
	font-family:'DS Automobiles';
	font-size:12px;
	top:55px;
	right:10px;
	position:absolute;
	width:125px;
	height:35px;
}
#barradx a:link, #barradx a:visited {
	color:white;
	text-decoration:none;
}
#barradx a:hover, #barradx a:active {
	color:#fafafa;
	text-decoration:none;
}
#barradx img {
	margin-bottom:6px;
}
#lente {
	position:absolute;
	top:0;
	left:0;
	width:22px;
	height:22px;
}
#carrello {
	position:absolute;
	top:0;
	left:38px;
	width:27px;
	height:22px;
	text-align:center;
}
#uomo {
	position:absolute;
	top:0;
	right:10px;
	width:27px;
	height:22px;
	text-align:center;
}

/* ricerca */

#ricerca {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
	       -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
	     -moz-transform: translate(0px, -100%) scale(0, 0);
	      -ms-transform: translate(0px, -100%) scale(0, 0);
         -o-transform: translate(0px, -100%) scale(0, 0);
	          transform: translate(0px, -100%) scale(0, 0);    
    opacity: 0;
    display: none;
}

#ricerca.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
       -moz-transform: translate(0px, 0px) scale(1, 1);
    	  -ms-transform: translate(0px, 0px) scale(1, 1);
	       -o-transform: translate(0px, 0px) scale(1, 1);
	           transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
    z-index: 106;
    display: block;
}

#ricerca input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: rgb(255, 255, 255);
  	background: transparent;
  	border-top: 1px solid rgba(255, 255, 255, .8);
  	border-bottom: 2px solid rgba(255, 255, 255, .5);
  	border-left: 0px solid transparent;
  	border-right: 0px solid transparent;
    font-size: 40px;
  	font-family: 'DS Automobiles';
    font-weight: 300;
    text-align: center;
    outline: none;
  	padding: 10px;
}
  
#ricerca .close {
    position: fixed;
    top: 15px;
    right: 15px;
	  opacity: 1;
	  font-size: 27px;
  	color: #fff;
}

#ricerca .close:hover{
  color: #fafafa;
  cursor: pointer;
}



/* slide */
#slidehome, #slidehome .row, #slidehome .col-12 { 
padding-left:0!important;
padding-right:0!important;
margin-left:0!important;
margin-right:0!important;
}
#carosello {
	display:none;
}

/* scritte */
.viola  {
	color:#701F6C;
}
/* menu */
.offcanvas-header .btn-close {
	background-color:white;
}
.text-bg-dark {
	background-color: black!important;
	padding-left: 0;
    border: 0;
}
.bg-dark {
	background-color: black!important;
}
.accordion-collapse {
	border:0;
}
.contenitoremenu, .navbar-nav {
	width:100%;
	max-width:100%;
}
.accordion-button {
	color:white;
	font-size:1.05rem;
}
.accordion-button:not(.collapsed) {
box-shadow:none;
	 color: #0c63e4;
    background-color: #FEB7EE;
}
.accordion-button:focus {
	border-color:black;
	box-shadow:none;
}
.accordion-header {
	border-bottom:0;
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
 }
.nav-item a:link, .nav-item a:visited {
	color:white;
	display:block;
	font-size:1.05rem;
}
.nav-item a:hover, .nav-item a:active {
	color:#ffff00;
	display:block;
}
.accordion-body {
	padding-top:0;
		padding-bottom:0;
}

/* slide prdootti home */
.bbb_viewed {
     padding-top: 51px;
     padding-bottom: 60px;
     background: #eff6fa
 }

 .bbb_main_container{
         background-color: #fff;
    padding: 11px;
 }

 .bbb_viewed_title_container {
	 text-align:center;
	 position:relative;
 }

 .bbb_viewed_title {
         margin-bottom: 16px;
    margin-top: 8px;

 }

 .bbb_viewed_nav_container {
     position: absolute;
     right: -5px;
     bottom: 14px
 }

 .bbb_viewed_nav {
     display: inline-block;
     cursor: pointer
 }

 .bbb_viewed_nav i {
     color: #701F6C;
     font-size: 18px;
     padding: 5px;
     -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
     -ms-transition: all 200ms ease;
     -o-transition: all 200ms ease;
     transition: all 200ms ease
 }

 .bbb_viewed_nav:hover i {
     color: #606264
 }

 .bbb_viewed_prev {
     margin-right: 15px
 }

 .bbb_viewed_slider_container {
     padding-top: 13px;
 }

 .bbb_viewed_item {
     width: 100%;
     background: #FFFFFF;
     border-radius: 2px;
     padding-top: 25px;
     padding-bottom: 25px;
     padding-left: 30px;
     padding-right: 30px
 }

 .bbb_viewed_image {
         width: 100%;
    height: auto;
	 text-align:center;
	 min-height:200px;
 }

 .bbb_viewed_image img {
     display: block;
	 width:auto;
	 height:auto;
     max-width: 100%;
	 max-height:200px;
	 margin:0 auto;
 }

 .bbb_viewed_content {
     width: 100%;
     margin-top: 25px
 }

 .bbb_viewed_price, .bbb_viewed_price strong {
     font-size: 1.25rem;
     color: #000000;
	 font-weight:400;
 }

 .bbb_viewed_item.discount .bbb_viewed_price {
     color: #701f6c;
 }

 .bbb_viewed_price span {
     position: relative;
     font-size: 1.25rem;
	 font-weight:400;
 }

 .bbb_viewed_price span::after {
   /*  display: block;
     position: absolute;
     top: 6px;
     left: -2px;
     width: calc(100% + 4px);
     height: 1px;
     background: #8d8d8d;
     content: ''*/
 }
.bbb_viewed_price a:link,  .bbb_viewed_price a:visited {
	text-decoration: none;
	color:#000000;
}
.bbb_viewed_price a:hover,  .bbb_viewed_price a:active {
	color: #701f6c;
}
 .bbb_viewed_name {
     margin-top: 3px;
	 min-height:105px;
 }

 .bbb_viewed_name a {
     font-size:1.25rem;
     color: #000000;
     -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
     -ms-transition: all 200ms ease;
     -o-transition: all 200ms ease;
     transition: all 200ms ease;
	text-decoration:none;
 }

 .bbb_viewed_name a:hover {
     color: #701f6c;
 }

 .item_marks {
     position: absolute;
     top: 18px;
     left: 18px
 }

 .item_mark {
     display: none;
     width: 36px;
     height: 36px;
     border-radius: 50%;
     color: #FFFFFF;
     font-size: 10px;
     font-weight: 500;
     line-height: 36px;
     text-align: center
 }

 .item_discount { 
     background: #df3b3b;
     margin-right: 5px
 }

 .item_new {
     background: #0e8ce4
 }

 .bbb_viewed_item.discount .item_discount {
     display: inline-block
 }

 .bbb_viewed_item.is_new .item_new {
     display: inline-block
 }
/* box prodotti */
.owl-item {
	position:relative;
}
.offertaboxprodotti {
	z-index:2;
	position:absolute;
	top:1px;
	right:1px;
	width:71px;
	height:71px;
}
.offertaboxprodotti img {
	width:100%;
	height:100%;
}
.novitaboxprodotti {
	z-index:3;
	position:absolute;
	top:1px;
	right:1px;
	width:71px;
	height:71px;
	
}
.novitaboxprodotti img {
	width:100%;
	height:100%;
}
.aggiungicarrello {
	display:inline-block!important;
	width:28px!important;
	height:31px!important;
	margin-left:5px;
}
/* menu */
#prodottimenu1, #prodottimenu2 {
	max-height:35vh;
	height:35vh;
	overflow-y: scroll;
	font-size:1.05rem;
}
/* scrollbar */
#prodottimenu1::-webkit-scrollbar, #prodottimenu2::-webkit-scrollbar {
  width: 5px;
}

/* Track */
#prodottimenu1::-webkit-scrollbar-track, #prodottimenu2::-webkit-scrollbar-track {
  background: black;
}

/* Handle */
#prodottimenu1::-webkit-scrollbar-thumb, #prodottimenu2::-webkit-scrollbar-thumb {
  background: yellow;
}

/* Handle on hover */
#prodottimenu1::-webkit-scrollbar-thumb:hover, #prodottimenu2::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* recensioni */
.bgrecensioni {
	background-position: top left;
	background-repeat:no-repeat;
	height:430px;
}
.menugif {
	display:inline-block;
	width:24px;
	height:24px;
}
/* recensioni */
.commentorecensione {
font-family: 'Lucida Unicode Calligraphy';	
	font-size:23px;
	color:white;
	margin-top:20px;
	text-align:center;
	
}
.nomerecensione {
	font-family: 'Lucida Unicode Calligraphy';
	font-size:23px;
	color:white;
	margin-top:20px;
	text-align:center;
}
.stellerecensione {
	margin-top:60px;
}
.stellerecensione img {
	width:20px;
	height:20px;
	display:inline-block;
}
/* form home */
.sfondonero {
	background-color:black;
	color:white;
	padding-top:30px;
}
.sfondonero .container h3 {
	margin-bottom:30px;
}
.sfondonero p {
	font-size:18px;
	text-align:center;
}

/* mappa */
.altezzamappa {
	height:430px;
	width:100%;
}
/* footer */
.sfondonero1 {
	background-color:black;
	color:white;
	padding-top:30px;
	padding-bottom:30px;
}
.sfondonero1 .container h3 {
	margin-bottom:30px;
}
.sfondonero1 p {
	font-size:18px;
	text-align:center;
}
.sfondonero1 img {
	max-width:100%;
	height:auto;
}
.sfondonero1 h5 {
	text-align:center;
}
.sfondonero1 .altezzaiconefooter {
	min-height:76px;
	height:76px;
}
.sfondonero1 .altezzaiconefooter img {
	width:55px;
	height:55px;
}
.sfondonero1 .margintitolifooter {
	margin-bottom:10px;
}
.sfondonero1 a:link, .sfondonero1 a:visited {
	color:white;
	text-decoration:none;
}
.sfondonero1 a:hover, .sfondonero1 a:active {
	color:#ffcc00;
}
/* barra laterale prodotti */
#headingOne1 button, #headingTwo1 button {
	color:black;
}
#headingOne1 .accordion-button::after, #headingTwo1 .accordion-button::after {
background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
 }
#accordionmenu1 .nav-item a:link, #accordionmenu1 .nav-item a:visited {
	color:black;
}
#accordionmenu1 .nav-item a:hover, #accordionmenu1 .nav-item a:active {
	color:#701F6D;
}
#accordionmenu1 .accordion-button:not(.collapsed) {
	background-color:white;
}
/* box filtro */
.boxfiltro { 
	padding-left:4px;
	padding-top:3px;
	padding-bottom:3px;
	float:left;
	display:inline-block;
	margin-right:9px;
}
.boxfiltro a:link, .boxfiltro a:visited {
	color:black;
	text-decoration:none;
	font-size:1rem;
}
.boxfiltro a:hover, .boxfiltro a:active {
color: #701f6d;
}
#prodottibarra1, #prodottibarra2 {
	max-height:35vh;
	height:35vh;
	overflow-y: scroll;
}
#accordionmenu1 .accordion-item {
	border:none;
}
#headingOne1 button, #headingTwo1 button {
	padding-left:0.4rem;
}
#headingOne1 button:hover, #headingTwo1 button:hover {
	color:#701f6d;
}
.linkbarra {
	padding: 1rem 1.25rem;
}
.linkbarra a:link, .linkbarra a:visited {
	font-size:1.05rem;
	color:black;
	text-decoration:none;
	display:block;
	padding-left:0rem;
}
.linkbarra a:hover, .linkbarra a:active {
	color:#701f6d;
}
.coloreviola {
	color:#701f6d!important;
}
.breadcrumb a:link, .breadcrumb a:visited {
	color:black; text-decoration:none;
}
.breadcrumb a:link, .breadcrumb a:visited {
	color:#701f6d; 
}
.nomifiltri {
	margin-top:20px;
	margin-bottom:20px;
}
.nomifiltri h4 {
	display:inline-block;
	color:#701f6d;
	margin-left:20px;
	font-weigth:bold;
}
.boxprodottocategoria {
	position:relative;
}
#filtridesktop {
		display:block;
	}
#filtrimobile {
		display:none;
	}
.boxfotodettaglio .bbb_viewed_image {
	width:90%;
	height:90%;
	max-width:100%;
	max-heignt:100%;
}
.boxfotodettaglio .bbb_viewed_price strong {
	font-size:1.55rem;
}
.pulsanteviola {
	background-color: #701f6d;
	color:white;
	border:1px solid #701f6d;
	margin-left:5px;
}
.pulsanteviola:hover {
	background-color: white;
	color:#701f6d;
}
.embed-submit-field {
  position: relative;
	max-width:80%;
	margin:20px auto;
  
  input {
    width: 100%;
    padding: 5px;
	  border-radius: 10px;
  }
  button {
    position: absolute;
    right: 10px;
    top: 7px;
    
    

    -webkit-appearance: none;
    -moz-appearance: none;
    
    border: none;
    background: #ffffff;
    border-radius: 10px;
    padding: 0px;
    
    transition: all .2s;
    
    &:hover {
      background-color: #ffffff;
      color: #701f6d;
      cursor: pointer;
    }
  }
}

.quantita-categorie {
	width:40px;
	display:inline-block;
	text-align:center;
}
.btn-increment-decrement {
	display:inline-block;
}
.meno img, .piu img {
	width:20px;
	height:20px;
	cursor:pointer;
}
.messaggioaggiunta {
	width:100%;
	height:15px;
	font-size:12px;
	display:none;
}
#divcarrello {
	width:100%;
	height:20px;
	text-align:center;
	color:white;
}
#divcarrello1 {
	height:20px;
	text-align:center;
	display:inline-block;
	color:#701f6d;
	font-weight:bold;
}
.divprodottocategorie {
	height:50px;
}
.spuntacarrello {
	display:none;
	width:16px!important;
	height:16px;
}
.spuntacarrello1 {
 /*	display:none!important;*/
}
.nondisponibile {
	font-size:0.9rem;
	color:red;
	font-weight:bold;
}
.dettaglioinserito {
	font-size:1.5rem;
	color:green;
	line-height:2rem;
	text-align:center;
	background-color:#cacaca;
}
.boxprodottocategoria .bbb_viewed_item {
	position: relative;
}
.dettagliotorna {
	position:absolute; 
	top:10px;
	right:5px;
}
.dettagliotorna a:link, .dettagliotorna a:visited {
	color:black;
	font-size:1.1rem;
	font-weight:bold;
	text-decoration:none;
}
.dettagliotorna a:hover, .dettagliotorna a:active {
	color: #701f6d;
}
.messaggioquantitadettaglio {
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	font-size:1.2rem;
}
/* stiky header */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
	background-color:#000;
	z-index:9999;
	height:100px!important;
}

.sticky + #content {
  padding-top: 102px;
}
.sticky #loghi {
	margin-top:15px;
}
.sticky #menusx {
	top:47px;
}
.sticky #barradx {
	top:47px;
}

/* stiky carrello */
.sticky1 {
  position: fixed;
  top: 0;
  width: 25%;
	z-index:9999;
	right:0;
	/*height:100px!important;*/
}
/*
.sticky + #content {
  padding-top: 102px;
}
.sticky #loghi {
	margin-top:15px;
}
.sticky #menusx {
	top:47px;
}
.sticky #barradx {
	top:47px;
}
*/
.sticky2 {
  position: fixed;
  top: 0;
  width: 33%;
	z-index:9999;
	right:1%;
	/*height:100px!important;*/
}

/* carrello */
.testacarrello {
background-color: #e5e5e5;	
color:#333;
font-size:14px;
text-align:center;
font-weight:bold;
}
.pulsanticarrello img  {
	max-width:100%;
	height:auto;
}
.bordotabella {
	border:1px solid #bdbdae;
	font-size:14px;
}

 /* .btn {
  -webkit-border-radius: 11;
  -moz-border-radius: 11;
  border-radius: 11px;
  color: black;
  font-size: 14px;
  background: #cecece;
  padding: 10px 20px 10px 20px;
  border: solid #fefefe 2px;
  text-decoration: none;
  font-family:Verdana;
  font-weight:bold; 
	background: #701f6c;
    border: 1px solid #701f6c;
    color: white;
    width: auto;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 2px;
    letter-spacing: 1px;
    width: auto;
    margin-top: 20px;
}

.btn:hover {
  background: #fefefe;
  text-decoration: none;
  color:red;
  font-family:Verdana;
  border: solid #cecece 2px;
    background: white;
    border: 1px solid #701f6c;
    color: #701f6c;
    width: auto;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 2px;
    letter-spacing: 1px;
    width: auto;
    margin-top: 20px;
}
.btn1 {
  -webkit-border-radius: 11;
  -moz-border-radius: 11;
  border-radius: 11px;
  color: black;
  font-size: 18px;
  background: #cecece;
  padding: 10px 20px 10px 20px;
  border: solid #fefefe 2px;
  text-decoration: none;
  font-family:Verdana;
  font-weight:bold;
}

.btn1:hover {
  background: #fefefe;
  text-decoration: none;
  color:red;
  font-family:Verdana;
  border: solid #cecece 2px;
} */
.divcarrello3 {
	float:left;
	width:45%;
}
.divcarrello3 a:link, .divcarrello3 a:visited {
color:black;	
}
.divcarrello3 a:hover, .divcarrello3 a:active {
color:red;	
}
.divcarrello4 {
	float:left;
	width:55%;
	vertical-align:middle;
	height:55px;
	padding-top:3px;
}
.pulsanticarrello {
width:100%;
height:90px;
text-align:right;
margin-top:20px;	
}
.pulsanticarrello1 {
	width:auto;
	float:right;
	padding-left:20px;
}
.pulsanticarrello2 {
	width:auto;
	float:right;
	padding-left:20px;
}
.disclaimerprivacy {
font-size:10px;	
}
.quantity {
	font-family:'Muli', display;	
}

/* inizio login */
.divlogincassa {
	width:100%;
	height:400px;
}
.divlogincassa1 {
	margin-top:50px;
	float:left;
	width:48%;
	margin-left:1%;
	height:240px;
	text-align:center;
	font-size:14px;
	border:1px solid #333;
}
.divlogincassa1 a:link, .divlogincassa1 a:visited {
color:#333;	
}
.divlogincassa1 a:hover, .divlogincassa1 a:active {
color:red;	
}
.selectpagamenti {
	font-family:'DS Automobiles';
	padding: 0px;
	color: #333;
	background: #f0f0f0;
	display:block;
	font-size:14px;
	width:270px;
	max-width:100%;
	padding-top:5px;
	padding-bottom:5px;
	
}

/* area riservata */
.testoriservata {
	width:100%;
	float:left;
	height:auto;
	margin-top:20px;
	font-size:16px;	
}
.testoriservata p {
	padding-left:10px;
	padding-right:10px;
	line-height:122%;
}
.testoriservata h3 {
	text-align:center;
	font-size:20px;	
}
#messaggio-coupon {
	display:block;
	height:auto;
}
#messaggio-coupon a:link, #messaggio-coupon a:visited {
	color:red; text-decoration:none; font-weigth:bold;
}
#content  {
	min-height:400px;
}
#content h1 {
	margin-top:30px;
}
#testoprivacy, #testocondizionivendita {
	width:90%;
	max-width:90%;
	margin:0 auto;
}
#note {
	width:100%;
	
	max-height:100px;
	min-height:100px;
}
.spuntacarrello1 {
	position:absolute;
	bottom:5px;
	right:0;
}

/* carrello laterale */
.prodotticarrello {
	font-size:16px;
}
#offcanvas1, #offcanvas {
	z-index:999999;
}
#offcanvas1 {
     width:100% !important;
	max-width:507px;
}  
#offcanvas1.offcanvas-{position}{
     width:100% !important;
	max-width:507px;
}
#carrellolaterale {
	padding-bottom:200px;
}
#footercarrello {
	position:fixed;
	bottom:0;
	width:100%;
	background-color:white;
	max-width:507px;
}
.prodotticarrello1 {
	font-size:16px;
	background-color:#dedede;
}
.btn {
	font-size:14px;
}
/* mappa */
#map {
    display: block;
    width: 100%;
    height: 400px;
	margin-top:10px;
	margin-bottom:10px;
}

#map {
    background: #8c0000;
}
.pagination {
				list-style-type: none;
				padding: 10px 0;
				display: inline-flex;
				justify-content: space-between;
				box-sizing: border-box;
				font-size:1.35rem;
	margin-bottom:30px;
	color:black;
	letter-spacing:0.3rem;
	margin-top:30px;
			}
			.pagination li {
				box-sizing: border-box;
				padding-right: 10px;
			}
			.pagination li a {
				box-sizing: border-box;
				padding: 8px;
				text-decoration: none;
				color: #701f6d;
				border-radius: 4px;
			}
			.pagination li a:hover {
				color: #000000;
			}
			.pagination .next a, .pagination .prev a {

			}
			.pagination .currentpage a {

				color: #000;
			}
			.pagination .currentpage a:hover {
				color: #701f6d;
			}
.cambiopagina a:link, .cambiopagina a:visited, .cambiopagina  {
	text-decoration:none;
	
}
.cambiopagina a:hover, .cambiopagina a:active  {
	color:black;
}
.cambiopagina {
	font-size:1.35rem;
	margin-bottom:30px;
	color:black;
	letter-spacing:0.3rem;
	margin-top:30px;
}
/* paginazione */
.paginazione1 {
	display:inline-block;
	border-left:1px solid black;
	border-top:1px solid black;
	border-bottom:1px solid black;
	padding-left:10px;
	padding-right:10px;
}
.paginazione2 {
	display:inline-block;
	border-left:1px solid #701F6C;
	border-top:1px solid #701F6C;
	border-bottom:1px solid #701F6C;
	padding-left:10px;
	padding-right:10px;
}
.paginazione2:last-child {
	border-right:1px solid #701F6C;

}
.paginazione3 {
	display:inline-block;
	border-left:1px solid #701F6C;
	border-top:1px solid #701F6C;
	border-bottom:1px solid #701F6C;
	padding-left:10px;
	padding-right:10px;
}
.paginazione4 {
	display:inline-block;
	border-right:1px solid #701F6C;
	border-left:1px solid #701F6C;
	border-top:1px solid #701F6C;
	border-bottom:1px solid #701F6C;
	padding-left:10px;
	padding-right:10px;
}
.trashcarrello {
width:14px;
	height:14px;
}
#contentcarrello {
	padding-left:3%;
		padding-right:3%;
}
#rigacarrellosticky {
	
}
.sticky1, .sticky2 {
	right:1%;
	
}
.solid-container {
	min-height:800px;
	margin-top:20px;
	margin-bottom:20px;
}
.video-container {
    height: 550px;
    width: 100%;
    position: relative;
}

.video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}video {
  width: 100%;
  height: auto;
}