@font-face {
  font-family: 'Futura-Normal';
  src: url('https://www.kiwigraph.it/Sito2024/css/Futura-Normal.eot'); /* IE9 Compat Modes */
  src: url('https://www.kiwigraph.it/Sito2024/css/Futura-Normal.woff') format('woff'),
       url('https://www.kiwigraph.it/Sito2024/css/Futura-Normal.ttf') format('truetype');
}
@font-face {
  font-family: 'Futura-Regular';
       src: url('https://www.kiwigraph.it/Sito2024/css/Futura Regular.ttf') format('truetype');
}
         .justify {
         text-align: justify;
         }
.testogrigio{
 color:#464646;	
}
.image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 15px;
}

.image-grid img {
 width: 100%; /* Immagini che occupano l'intera larghezza della colonna */
  height: auto; /* Mantenere le proporzioni */
  display: block; /* Evita spazi vuoti sotto l'immagine */
  margin: 0 auto; /* Centra l'immagine */
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  /* o 50px border-radius: 50%; /* o 50px */

}

.image-grid br {
  display: none;
}
@media screen and (max-width: 400px) {
.image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; /* Definisce tre colonne */
  grid-gap: 15px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
  /* o 50px border-radius: 50%; /* o 50px */


}

.image-grid img {
 width: 100%; /* Immagini che occupano l'intera larghezza della colonna */
  height: auto; /* Mantenere le proporzioni */
  display: block; /* Evita spazi vuoti sotto l'immagine */
  margin: 0 auto; /* Centra l'immagine */
}

.image-grid br {
  display: none;
}	
}
#circle-shape-example .curve { 
width: 30%; height: auto;
min-width: 140px;
float: left;
margin-right:2rem; 
border-radius: 50%;
-webkit-shape-outside:circle();
shape-outside:circle();
}
.numberstyle-qty {
  position: relative;
	border-radius: 6px;
  background-color: $inputBg;
  overflow: hidden;
	box-shadow: 0 3px 6px rgba($inputText,0.25);
}


.numberstyle-qty input,
.numberstyle-qty .qty-btn {
  position: relative;
  display: block;
  float: left;
  height: 30px;
  padding: 0;
  margin: 0;
	border: 0px;
  text-align: center;
  line-height: 30px;
  outline: 0;
  box-shadow: 0px;
} 
.numberstyle-qty .qty-btn {
  width: 120px;
  font-size: 12px;
  cursor: pointer;
  z-index: 2;
  user-select: none;
  font-weight: 400;
  transition: all 250ms ease;
}  
.numberstyle-qty .qty-btn.disabled {
  cursor: default;
  color: rgba($inputText,0.5);
} 
.numberstyle-qty input {
  width: 120px;
  border-left: 0;
  border-right: 0;
	color: $inputText;
  font-size: 0.875rem;
	font-weight: 400;
  z-index: 1;
}
.numberstyle-qty input:focus {
  outline: 0;
  box-shadow: 0px;
}  
.numberstyle-qty input[type=number]::-webkit-inner-spin-button,
.numberstyle-qty input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}   
.numberstyle-qty input[type=number] {
  -moz-appearance: textfield;
}
.numberstyle-qty  .qty-add {
  font-size: 16px;
	
}
.numberstyle-qty  .qty-add {
  font-size: 20px;
	width: 40px;

}
.numberstyle-qty  .qty-rem {
  font-size: 20px;
  	width: 40px;

	
}
.lVQ {
margin-top: 20px;
padding: 0.2rem 0.2rem 0.2rem 0.2rem;
margin-left: 0px;
padding-left: 10px;
color:#0d6efd;
border-left: 4px solid #0d6efd;
border-radius: 5px 0px 0px 5px;
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 65%); 
}


@media screen and (max-width: 400px) {
.numberstyle-qty .qty-btn {
  width: 40px;
  font-size: 16px;
  cursor: pointer;
  z-index: 2;
  user-select: none;
  transition: all 250ms ease;
}
.numberstyle-qty input {
  width: 40px;
  border-left: 0;
  border-right: 0;
	color: $inputText;
  font-size: 16px;
	font-weight: 700;
  z-index: 1;
}

}





.fa-google {
background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
-webkit-background-clip: text;
background-clip: text;
color: transparent;
-webkit-text-fill-color: transparent;
}
.custom-svg {
position: absolute;
left: 0;
width: 100%;
overflow: inline;
line-height: 0;
z-index: 2;

}
.custom-svg svg {
position: relative;
display: block;
width: 100%;
height: 110px;
top: -2px;
z-index: 2;

}
@media screen and (max-width: 600px) {
.custom-svg svg {
position: relative;
display: block;
width: 100%;
height: 80px;
top: -2px;
} 
}
.wave{
  height: 50px;
  position: relative;
  background: linear-gradient(90deg, #27b6b9 0%, #0f4061 100%);
  z-index: -1;
}
.wave {
  color:#fff;
  text-align:center;
  font-weight:bold;
  font-size:24px;
  padding-top:25px;
  padding-bottom:25px;
  
}
.wave::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: repeat;
  height: 10px;
  background-size: 20px 20px;
  background-image:
   radial-gradient(circle at 10px -5px, transparent 12px, #fff 13px);
}
.wave::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: repeat;
  height: 15px;
  background-size: 40px 20px;
  background-image:
    radial-gradient(circle at 10px 15px, #fff 12px, transparent 13px);
	
}
.blu {
background-color: #ffffff;	
}
.blu2 {
background-color: #214255;	
}
.verde {
background-color: #4baa99;	
}
.verde:hover {
background-color: #214255;	
}
body { 
font-family: Futura-Normal;  
}     
.scrollR{
height: 50px;
overflow-y: auto;
}
#colorBg{
width: 100%;
height: auto;
background:  #f0f0f0; 
}
#colorBg2{
width: 100%;
height: auto;
background: #464646; 
}
#sRec{
background-image: url('../slide/rec2.jpg');
width: 100%;
height: auto;
background-size: cover;
}
         /*** Img Border ***/
         .img-border2 {
         position: relative;
         height: 100%;
         min-height: 500px;
         }
         .img-border2::before {
         position: absolute;
         content: "";
         top: 0;
         right: 0;
         left: 1rem;
         bottom: 2rem;
         border:  2px  dashed #999 ;
         border-radius: 6px;
         }
         .img-border2 img {
         position: absolute;
         top: 2rem;
         left: 0rem;
         width: calc(100% - 2rem);
         height: calc(100% - 2rem);
         object-fit: cover;
         border-radius: 8px;
		 box-shadow: 6px 6px 6px #ddd;
         } 
		 
		 
         #accordion {  
         .card-header{
         margin-bottom: 0px;
         }
         .accordion-title{
         position: relative;
         display: block;
         padding:8px 0 8px 50px;
         background: #0d6efd ;
         border-radius: 8px;
         overflow: hidden;
         text-decoration: none;
         color: #fff;
         font-size: 16px;
         font-weight: 700;
         width: 100%;
         text-align: left;
         transition: all .4s ease-in-out; 
         i{
         position: absolute;
         width: 40px;
         height: 100%;
         left: 0;
         top: 0;
         color: #fff;
         background: radial-gradient(rgba(#0d6efd , .8), #0d6efd );
         text-align: center;
         border-right: 1px solid transparent;
         }
         &:hover{
         padding-left: 60px;
         background: #0d6efd;
         color: #fff;
         i {
         border-right: 1px;
         }
         }
         }
         [aria-expanded="true"]{
         background: #fff;
         color: #000;
         i {
         color: #000;
         background: #C2D8E0;
         &:before{
         content: "\f068" ;
         }
         }
         }
         .accordion-body{
         background: linear-gradient(0deg,rgba(221, 221, 221, 1) 0%, rgba(255, 255, 255, 1) 100%);
         }
         }
         .justify {
         text-align: justify;
         }
		 
         .alto
         {
         margin-top:0px;
         height:100px;	
         }
         @media screen and (max-width: 400px) {
         .alto
         {
         margin-top:0px;
         height:70px;	
         }		
         } 		 

/*** Img Border ***/
.img-border {
position: relative;
height: 100%;
min-height: 400px;
}
.img-border::before {
position: absolute;
content: "";
top: 0;
left: 0;
right: 3rem;
bottom: 3rem;
border: 5px solid #004C99 ;
border-radius: 6px;
}
.img-border img {
position: absolute;
top: 3rem;
left: 3rem;
width: calc(100% - 3rem);
height: calc(100% - 3rem);
object-fit: cover;
border-radius: 6px;
}
------------------
section.module2:last-child{
margin-bottom: 0;
}
section.module2.parallax2 {
height: 400px;
background-position: 10% 90%;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
section.module2.parallax2 p{
color: #fff;
margin-top: 4.125em;
text-align: left;
 

}
.sizeCentro{
font-size: 20px;	
}
.sizeTitolo{
font-size: 60px;
 text-shadow: 2px 1px #000;
	
}
section.module2.parallax2-1{
background-image: url("../img-page/centro.jpg");
z-index: 1;
}

@media screen and (max-width: 600px) {

section.module2.parallax2 {
height: 250px;
background-position: 10% 90%;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
section.module2.parallax2 p{
color: #fff;
margin-top: 1.525em;
text-align: left;
z-index: 9;
 line-height: 1.0;
}
section.module2.parallax2 {
background-position: 50% 50%;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
.sizeCentro{
font-size: 19px;
 text-shadow: 1px 1px #000;

}
.sizeTitolo{
font-size: 30px;	
 text-shadow: 2px 1px #000;

}
}
.ombre{
text-shadow: 3px 3px #fff;
}
h1{	font-size: 24px;
font-family: Futura-Normal, sans-serif; 
font-weight: bold;
}
h2{	font-size: 20px;
font-family:Futura-Normal, sans-serif; 
font-weight: bold;
}
.diconodinoi{
font-size:50px;	
font-family: Futura-Normal, sans-serif; 	
z-index:9999;
}
.testo-slide1{
font-size:75px;	
font-family: Futura-Normal, sans-serif; 	
color: #004C99;
}
.testo-slide2{
font-size:42px;	
font-family: Futura-Normal, sans-serif;
color: #ffffff;
 	
}
@media screen and (max-width: 600px) {
.diconodinoi{
font-size:30px;	
font-family: Futura-Normal, sans-serif; 	
}	
	.testo-slide1{
font-size:35px;	
font-family: Futura-Normal, sans-serif; 	
color: #004C99;
}
.testo-slide2{
font-size:22px;	
font-family: Futura-Normal, sans-serif;
color: #ffffff;
 	
}
h1{	font-size: 20px;
font-family: Futura-Normal, sans-serif; 
font-weight: bold; 

}
h2{	font-size: 18px;
font-family:Futura-Normal, sans-serif; 
font-weight: bold;
}
}
.link:link {
color: #fff;
text-decoration: none;
font-size: 15px;
font-weight: bold;
}
.link:visited {
color: #fff;
text-decoration: none;
font-size: 15px;
font-weight: bold;
}
.link:hover {
color: #836D65;
text-decoration: none;
font-size: 15px;
font-weight: bold;
}


#nav-toggle {
position: absolute;
right: 150%;
top: 150%;
}

.roundedAll {
box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.10), -1 1px 1px 1px rgba(0, 0, 0, 0.10), 0 2px 4px -1px rgba(0, 0, 0, 0.10);
border-radius: 12px 12px 12px 12px;
}

.card-title {
font-weight: 600;
font-size: 18px;
color: #000;
}
.wrapper{
width: 100%;
position: absolute;
height: 100%;
background-color: #fff;
clip-path: polygon(87% 0, 100% 0, 100% 50%, 100% 100%, 80% 100%);
transition: 1s all;
z-index: -1;
}
.navbar-nero{
background: linear-gradient(90deg, rgba(255,255,255,1) 6%, #fff 76%);  
color: #fff;
z-index: 999;
}
/* change the brand and text color */
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
color: #464646;
font-size: 20px;
font-family: Futura-Normal, sans-serif;


}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
color: #464646;
}
/* for dropdown only - change the color of droodown */
.navbar-custom .dropdown-menu {
  border:0;
  padding: 10px;
  box-shadow: 0px 2px 10px 2px #fff;
}
.navbar-custom .dropdown-item {
color: #464646;
font-size: 16px;
line-height: 1em;
}
.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
color: #000;
background-color: #dddddd;
line-height: 1em;
font-size: 16px;

}
.thumb {
width: 100%;
height: 400px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
} 	
.thumbLogo2 {
width: 240px;
height: auto;
}
.thumb_tour-g {
margin-top:50px;
width: 100%;
height: 400px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
z-index: -999;
}
@media screen and (max-width: 600px) {
.thumbBlog {
width: 100%;
height: auto;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.thumbLogo2 {
width: 155px;
height: auto;
}
.thumb_tour-g {
width: 100%;
height: 180px;
background-position: top;
background-repeat: no-repeat;
background-size: cover;
}
 
}

.giustificato {
font-size:1.125rem;
color:#214255;
}
.testo-svg {
font-size:0.925rem;
fill:#fff;
font-family: Futura-Normal, sans-serif; 
}
.tfreccia {
font-size:1.1rem;
color:#fff ;
text-transform: uppercase;
}
@media screen and (max-width: 600px) {
.tfreccia {
font-size:0.8rem;
color:#fff ;
text-transform: uppercase;
}
.giustificato {
color:#214255;
font-size:0.1.4rem;
}
.testo-svg {
font-size:1.2rem;
fill:#fff;
font-family:Futura-Normal, sans-serif; 

}
}

.try_footer_main_section_wrapper {
  float: left;
  width: 100%;
  background: #111111;
  padding-top: 20px;
}
.try_footer_first_sec_wrapper {
  float: left;
  width: 100%;
}
.try_footer_second_sec_wrapper {
  float: left;
  width: 100%;
}
.try_footer_third_sec_wrapper {
  float: left;
  width: 100%;
}
a {
  color: #9FA6B2;
  text-decoration: none !important;
}

.try_footer_first_sec_wrapper p {
  font-size: 18px;
  color: #ffffff;
  font-weight: 800;
  padding-top: 35px;
}



ul {
  list-style: none;
  margin: 0;
  padding: 0 !important;
}
.try_footer_second_sec_wrapper ul {
  margin-top: 40px;
}
.try_footer_second_sec_wrapper li {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.text-align-left {
  width: 60%;
  float: left;
}
.try_footer_second_sec_wrapper li a {
  color: #ddd;
  transition: all 0.5s;
}
.text-align-right {
  width: 40%;
  float: left;
}

.try_footer_input_wrapper {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.try_footer_input_wrapper input {
  float: left;
  width: calc(100% - 50px);
  height: 50px;
  padding-left: 20px;
  background: #1d1d1d;
  border: 0;
  color: rgba(255, 255, 255, 0.58);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.try_footer_input_wrapper button {
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 0;
  background: #1d1d1d;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.try_footer_input_wrapper button i:before {
  color: rgba(255, 255, 255, 0.58);
  margin-left: 0;
}

.try_footer_third_sec_wrapper ul {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.try_footer_third_sec_wrapper li {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}
.try_footer_third_sec_wrapper li a {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #ddd;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-twitter:before {
    content: "\f099";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.try_bottom_footer_wrapper {
    float: left;
    width: 100%;
    text-align: center;
	color:#9FA6B2;
    border-top: 1px solid rgba(255, 255, 255, 0.17);
    margin-top: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 991px){
  .try_footer_main_section_wrapper {
    padding-top: 40px;
}
.try_footer_second_sec_wrapper, .try_footer_third_sec_wrapper {
    margin-top: 60px;
}
}		 


.lV {
margin-top: 20px;
padding: 0.2rem 0.2rem 0.2rem 0.2rem;
margin-left: 0px;
padding-left: 10px;
color:#0d6efd;
border-left: 4px solid #0d6efd;
border-radius: 5px 0px 0px 5px;
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 65%); 
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
height: 40px;
width: 40px;
outline: black;
background-color: rgba(75,170,153, 0.49);
border-radius: 50%;
}
.carousel-control-prev2,
.carousel-control-next2 {
align-items: flex-start;
;
/* Aligns it at the top */
}
.carousel-control-prev2,
.carousel-control-next2 {
align-items: flex-end;
;
/* Aligns it at the bottom */
}
.navbar-toggler {
background: none;
border: none;
}
.navbar-toggler:active,
.navbar-toggler:focus {
outline: 0;
}
.navbar-toggler .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
margin: 4px 0 4px 0;
transition: all 0.2s;
}
.navbar-toggler .icon-bar {
background: #666;
}
.navbar-toggler .icon-bar:nth-of-type(1) {
transform: rotate(45deg);
transform-origin: 10% 10%;
}
.navbar-toggler .icon-bar:nth-of-type(2) {
opacity: 0;
filter: alpha(opacity=0);
}
.navbar-toggler .icon-bar:nth-of-type(3) {
transform: rotate(-45deg);
transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
transform: rotate(0);
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
opacity: 1;
filter: alpha(opacity=100);
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
transform: rotate(0);
}
.navbar-toggler:focus,
.navbar-toggler-icon:focus {
outline: none;
box-shadow: none;
color:#666;
}
.arrow_box2 {
position: relative;
background: #f0f0f0;
border: 4px solid #f0f0f0;
z-index: 289;
}
.arrow_box2:after, .arrow_box2:before {
top: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.arrow_box2:after {
border-color: rgba(136, 183, 213, 0);
border-top-color: #f0f0f0;
border-width: 30px;
margin-left: -30px;
}

.arrow_box {
position: relative;
background: #cccccc;
border: 4px solid #cccccc;
z-index: 289;
}
.arrow_box:after, .arrow_box:before {
top: 100%;
left: 15%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.arrow_box:after {
border-color: rgba(136, 183, 213, 0);
border-top-color: #cccccc;
border-width: 30px;
margin-left: -30px;
}
/* Initial Hover Box Setup */
.hover-box {
position: relative;
overflow: hidden;
text-align: center;
}
/* Initial Setup of the Top and Bottom Borders on Hover */
.hover-box:before {
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
content: ''; 
z-index: 2;
position: absolute; 
top: 10px; 
left: 10px; 
right: 10px; 
bottom: 10px;
transform: scaleX(0); 
transition: all 0.5s ease; 
opacity: 0;
}
/* Initial Setup of the Left and Right Borders on Hover */
.hover-box:after {
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
content: ''; 
z-index: 2;
position: absolute; 
top: 10px; 
left: 10px; 
right: 10px; 
bottom: 10px;
transform: scaleY(0); 
transition: all 0.5s ease; 
opacity: 0;
}
/* Image Sizing Setup */
.hover-box img {
width: 100%;
height: auto;
overflow: hidden;
transform: scale(1.1);
transition: all 0.5s ease;
}
/* Initial Setup of Box Content */
.hover-box .hover-box-content {
position: absolute; 
top: 5%; 
left: 5%; 
width: 90%; 
height: 90%; 
overflow: hidden;
transition: all 0.5s ease; 
opacity: 1; 
z-index: 2;
}
.hover-box .sopra {
position: absolute; 
top: 80%; 
left: 5%; 
width: 90%; 
height: 90%; 
transition: all 0.5s ease; 
opacity: 0; 
color: #FFFFFF;
z-index: 3;
}
.hover-box:hover .sopra {
position: absolute; 
top: 70%; 
left: 5%; 
width: 90%; 
height: 90%; 
transition: all 0.5s ease; 
opacity: 1; 
color: #FFFFFF;
z-index: 3;
}
/* Initial Setup of Box Content Title */
.hover-box .hover-box-content .hover-box-title {
position: absolute; 
top: 20%; 
left: 0%; 
width: 100%; 
height: auto;
font-weight: normal; 
font-size: 20px;
transition: all 0.5s ease; 
opacity: 0; 
color: #FFFFFF;
}
/* Initial Setup of Box Content Description Paragraphs */
.hover-box .hover-box-content .hover-box-desc {
position: absolute; 
bottom: 16%; 
left: 0%; 
width: 100%; 
height: auto;
font-weight: 600; 
font-size: 1.2rem;
transition: all 0.5s ease; 
opacity: 0; 
color: #FFFFFF;
}
/* Hover Effects on Image Styling */
.hover-box:hover img {
transform: scale(1); 
filter: brightness(0.6);
}
/* Hover Effects to Display the Top and Bottom Borders */
.hover-box:hover:before {
transform: scaleX(1);
opacity: 1;
}
/* Hover Effects to Display the Left and Right Borders */
.hover-box:hover:after {
transform: scaleY(1);
opacity: 1;
}
/* Hover Effects to Move the Title Position */
.hover-box:hover .hover-box-content .hover-box-title {
top: 20%; 
opacity: 1;
}
/* Hover Effects to Move the Description Position */
.hover-box:hover .hover-box-content .hover-box-desc {
bottom: 30%; 
opacity: 1;
}
@media screen and (max-width: 600px) {
.hover-box img {
width: 100%;
height: auto;
overflow: hidden;
transform: scale(1.1);
transition: all 0.5s ease;
}
}
.demo-title {
text-transform: capitalize;
font-weight: Bold;
font-size: 25px;
color: #FFFFFF;
text-shadow: 2px  2px 4px #000;
}
/* cart */
$shopping-cart-red: #DF0000;
.fa-stack[data-count]:after{
position:absolute;
right:0%;
top:0%;
content: attr(data-count);
font-size:40%;
padding:.6em;
border-radius:999px;
line-height:.75em;
color: white;
color:$shopping-cart-red;
text-align:center;
min-width:2em;
font-weight:bold;
background: white;
border-style:solid;
}
.fa-circle {
color:#ffffff;
}
.red-cart {
color: #706F70; background:white;
}
/* on ex2 if you include bootstrap v3 css the number is a rounded circle with the .has-badge class */
#ex2 .fa-stack[data-count]:after{
position:absolute;
right:0%;
top:1%;
content: attr(data-count);
font-size:40%;
padding:.6em;
border-radius:999px;
line-height:.75em;
color: white;
background:red;
text-align:center;
min-width:2em;
font-weight:bold;
}
.product-grid3{font-family:Roboto,sans-serif;text-align:center;position:relative;z-index:1}
.product-grid3:before{content:"";height:81%;width:100%;background:#eee;border:1px solid rgba(0,0,0,.1);opacity:0;position:absolute;top:0;left:0;z-index:-1;transition:all .5s ease 0s}
.product-grid3:hover:before{opacity:1;height:100%}
.product-grid3 .product-image3{position:relative}
.product-grid3 .product-image3 a{display:block}
.product-grid3 .product-image3 img{width:90%;height:auto}
.product-grid3 .pic-1{opacity:1;transition:all .5s ease-out 0s}
.product-grid3:hover .pic-1{opacity:0}
.product-grid3 .pic-2{position:absolute;top:0;left:0;opacity:0;transition:all .5s ease-out 0s}
.product-grid3:hover .pic-2{opacity:1}
.product-grid3 .social2{width:120px;padding:0;margin:0 auto;list-style:none;opacity:0;position:absolute;right:0;left:0;bottom:-23px;transform:scale(0);transition:all .3s ease 0s}
.product-grid3:hover .social2{opacity:1;transform:scale(1)}
.product-grid3:hover .product-discount-label1,.product-grid3:hover .product-new-label1,.product-grid3:hover .title{opacity:50}
.product-grid3 .social2 li{display:inline-block}
.product-grid3 .social2 li a{color:#fff;background:#fff;font-size:18px;line-height:50px;width:50px;height:50px;border:1px solid rgba(0,0,0,.1);border-radius:50%;margin:0 2px;display:block;transition:all .3s ease 0s}
.product-grid3 .social2 li a:hover{background:#fff;color:#fff}
.product-grid3 .product-discount-label,.product-grid3 .product-new-labe2{display:block;color:#fff;background-color:red; font-size:0.8em;  position:absolute;top:0px;right:1px;}
.product-grid3 .product-discount-label,.product-grid3 .product-new-label1{display:block;color:#fff;background-color:#009900; font-size:0.8em; position:absolute;top:0px;left:1px;}
.product-grid3 .product-content{z-index:-1;padding:8px;text-align:left;}
.product-grid3 .title{ height: 50px; font-size:14px;text-transform:capitalize;margin:0 0 7px;transition:all .3s ease 0s}
.product-grid3 .title a{color:#414141}
.product-grid3 .price{color:#333;font-weight:600;font-size:12px}
.product-grid3 .rating{padding:0;margin:-22px 0 0;list-style:none;text-align:right;display:block}
.product-grid3 .rating li{color:#ffd200;font-size:17px;display:inline-block}
.product-grid3 .rating li.disable{color:#dcdcdc}
.barrato
{
text-decoration: line-through;
color: red;
}

/* ultima modifica submenu */
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	font-size: 10px;
	margin-top: -3px;
	margin-left: .1rem;
	margin-right: .1rem;
	border:0;
}
.dropdown-menu>li>a:hover:after {
	text-decoration: underline;
	transform: rotate(-90deg);
}
.dropdown-menu {
	margin-top: 0;
}
#nav-toggle {
	position: absolute;
	right: 50%;
	top: 50%;
}
.dropend:hover > .dropdown-menu {
display: block;
margin-top: 0.125em;
margin-left: 0.125em;
}
.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: right;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
    float: right;
    margin-top: 10px;
	color: rgba(255,255,255,1);

}
@media screen and (min-width: 769px) {
.dropend:hover > .dropdown-menu {
position: absolute;
top: 0;
left: 100%;
}
.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: right;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
    float: right;
    margin-top: 10px;
	color: rgba(140,118,159,1);

}
}
        .pp {
         position: absolute;
         top: -40%;
         right: 35%;
         z-index:2;
         font-size:12px;
         color:green;
		 font-weight:bold;

         }
