/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
	margin: 0 auto;
padding: 13px;
	margin-top: 10px;
}
.scrolltop {
position: fixed;
  bottom: -50px;
  left: 20px;
  width: 50px;
  height: 50px;
  background: #00B5E4;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding-top: 15px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .3);
}
.scrolltop i{
	font-size: 20px;
	color: #fff !important;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
	
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
    font-family: 'Poppins', sans-serif;
    background: #F3F3F3;
	padding: 0px;
	padding-left: 70px !important;
	margin: 0px;
}


p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 0px !important;
    background: #fff;
    border: none;
    border-radius: 0;
   
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
                SIDEBAR STYLE
            ----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
     background: rgb(1,77,143);
background: linear-gradient(177deg, rgba(1,77,143,1) 0%, rgba(19,100,167,1) 100%); 
    color: #fff;
    transition: all 0.3s;
}

    #sidebar.active {
        margin-left: -250px;
    }

    #sidebar .sidebar-header {
        padding: 20px;
        background: #6d7fcc;
    }

    #sidebar ul.components {
        padding: 20px 0;
        border-bottom: 1px solid #47748b;
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebar ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
    }

        #sidebar ul li a:hover {
            color: #7386D5;
            background: #fff;
        }

    #sidebar ul li.active > a,
    a[aria-expanded="true"] {
        color: #fff;
        background: #6d7fcc;
    }

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
                CONTENT STYLE
            ----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s; 
}
.img_vol {
        cursor: pointer;
    }

    .img_fade {
        animation: fadeinout;
        animation-duration: 3s;
    }

    .align_center {
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .img_vol > div img.plus_icon {
        opacity: 0;
        animation: fadeOut ease 2s;
    }
.carousel-inner {
	cursor: default !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 45px;
  height: 45px;
	padding: 3px;
}

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
		background: none;
        background-color: #0063B3;
		border-radius: 50%;
    }

    .carousel-control-prev,
    .carousel-control-next {
        background: none;
        border: none;
    }

    .carousel-control-prev {
        margin-left: -30px;
        width: 45px;
    }
.carousel-control-prev .carousel-control-prev-icon::before {
font-family: 'Font Awesome 6 Pro';
	content: "\f053";
	color:#fff;
	font-size: 26px;
	font-weight: 300;
}

    .carousel-control-next {        
        margin-right: -30px;
        width: 50px;
    }
.carousel-control-next .carousel-control-next-icon::before {
font-family: 'Font Awesome 6 Pro';
	content: "\f054";
	color:#fff;
	font-size: 26px;
	font-weight: 300;
}
   

    .carousel-control {
        width: 0%;
    }

    .glyphicon-chevron-left, .glyphicon-chevron-right {
        color: grey;
        font-size: 40px;
    }
	#sideNav {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 70px;
  height: 100vh;
		 background: rgb(1,77,143);
background: linear-gradient(177deg, rgba(1,77,143,1) 0%, rgba(19,100,167,1) 100%); 
}
#sideNav .navbar-collapse {
  width: 100%;
		
}
	#sideNav .navbar-collapse .navbar-nav {
  flex-direction: column;
  width: 100%;
		margin-top: -100px;
		
}
#sideNav .navbar-collapse .navbar-nav i{
  font-size: 30px;
}
.navbar-nav .nav-link {
  padding: 22px;
}
.navbar-nav button {
background: none;
border: 0;
padding: 20px !important;
}
.navbar-nav .nav-link.active {
  background: #04467F;
}
	#Main {
	display: flex;
flex-direction: column;
height: 100vh;
align-items: center;
justify-content: center;
		}
.bottom-controls {
	position: absolute !important;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
padding-left: 70px;
bottom: 15px;
}
.controls {
display: flex;
    background: #fff;
    border-radius: 50px;
    
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .09) !important;

}
.controls .input-page {
  width: 120px;
  background: #E5E5E5;
  border: 0;
  border-radius: 10px;
  text-align: center;
	height: 33px;
margin-top: 4px;

}
.zoom-btn {
padding: 10px 20px 5px;
	border-radius: 0px !important;
}
.zoom-btn i{
	color: #0F5FA1;
	font-size: 20px;
}
.arrow-page {
	color: #0F5FA1;
	display: block;
	padding: 10px 20px 5px;
	cursor: pointer;
}
.arrow-page i {
	color: #0F5FA1;
	font-size: 20px;
}
.page-img {
	max-height: calc(100vh - 70px);
	width: 100%;
	height: auto;
	margin-bottom: 70px;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .09) !important;
}
.vArea {
	cursor: pointer;
}
.vArea:hover {
	background: rgba(255,255,255,0.7);
}
.area_detail .modal-body {
	padding: 40px;
}
.area_detail .modal-dialog-scrollable .modal-content {
  border-radius: 15px;
  border: 0;
}
.area_detail {
  background: #021320B5;
}
.area_detail .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
}
.area_detail .nav-pills {
	width: 100%;
	margin: 0 !important;
}
.area_detail .nav-pills .nav-item {
	width:33.3333333%;
	
}
.area_detail .nav-pills .nav-link {
	font-weight: 700;
	border-radius: 0;
	color: #005DA8;
	text-align: center;
	width: 100%;
	font-size: 19px;
	padding: 16px 12px;

}
.area_detail .nav-pills .nav-link i{
font-size: 24px;
}
.area_detail .nav-pills .nav-item:first-child .nav-link {
	margin-left: 0px;
}
.area_detail .nav-pills .nav-link.active {
	background: #F7F6EF;
	border:0px;
	color: #005DA8;
	border-bottom: 2px solid #FFE44C;
}
.area_detail .nav-pills .nav-link.disabled {
	color: #ccc;
}
.product-right-content {
	margin-right: 30px;
}

.product-right-content .brand-name{
	font-weight: 600;
	color:#e1241c;
	font-size: 14px;
	text-transform: uppercase;
	/*margin-top: 20px*/
}
.product-right-content .product-heading {
	font-size: 36px;
line-height: 42px;
	color: #005DA8;
	font-weight: 700;
	text-transform: lowercase;
}
.product-right-content .product-heading::first-letter {
text-transform: uppercase;
}

.product-right-content .descrizione_prodotto {
	font-size: 16px;
	color: #666;
	line-height: 22px;
  margin-top: 10px;
}

.product-right-content .product-bollini {
	margin-top: 20px;
}
.product-right-content .product-bollini ul {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.product-right-content .product-bollini li {
  display: inline-block;
	margin: 0 2.3px !important;
}
.product-right-content .product-bollini .bollini-mob li {
  display: inline-block;
	margin: 0 1px !important;
}
.product-right-content .product-bollini .pesoprodotto  {
  margin: 0px;
  font-weight: 600;
	color: #5d5d5d;
}
.product-right-content .product-bollini .prezzounitario  {
  margin: 0px;
  font-size: 14px;
  margin-top: 0px;
	color: #5d5d5d;
}
.product-right-content .product-bollini img {
  width: 40px;
}
.product-right-content .product-bollini .bollini-mob img {
  width: 34px !important;
}
.product-right-content .product-price {
  border-top: 2px solid #00B5E4;
  padding-top: 15px;
  margin-top: 20px;
	display: flex;
align-items: center !important;
}
/*.product-right-content .product-price .price{
	font-weight: 700;
  font-size: 36px;
  color: #F00A35;
  letter-spacing: -1px;
}*/
.product-right-content .product-price .price{
	font-weight: 700;
  font-size: 26px;
  color: #fff;
  letter-spacing: -1px;

  border-radius: 15px;

  line-height: 26px;
  position: relative;
  margin-top: 7px;
}

/*.product-right-content .product-price .regular-price {
  margin-left: 3%;
  font-size: .85em;
	color: #6f6f6f;
  text-decoration: line-through;
}*/
.product-right-content .product-price .regular-price {
  margin-left: 3%;
  color: #fff;
  text-decoration: line-through;
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: 15px;
  margin-bottom: 5px;
  opacity: .85;
}
/*.product-right-content .product-price .discount {
  font-size: .80em;
background: #FFE44C;
color: #005DA8;
padding: 3px 9px;
white-space: nowrap;
margin-left: 10px;
border-radius: 15px 0 15px 0;
font-weight: 700;
}*/
.product-right-content .product-price .discount {
  font-size: 13px !important;
  background: #FFE44C;
  color: #005DA8;
  padding: 0px 9px;
  white-space: nowrap;
  margin-left: 10px;
  border-radius: 15px 0 15px 0;
  font-weight: 700;
  position: absolute;
  top: -12px;
  letter-spacing: 0;
  right: 0;
}
.product-right-content .price-condition {
  font-size: 12px;
  margin-top: -3px;
  color: #484848;
}
.mobile-version  .price-condition {
  font-size: 8px;
  color: #484848;
	text-align: right;
	margin-top: 0px;
	margin-top: 5px;
  line-height: 10px;
}

.product-right-content .add-list {
  border: 1px solid #005da8 !important;
  border-radius: 10px;
  color: #005da8 !important;
  font-weight: 600;
  font-size: 11px;
  padding: 8px 10px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .05);
	background: #fff !important;
}
.product-right-content .add-list i{
font-size: 17px;
	vertical-align: bottom;
	margin-right: 3px;
	
}
.product-right-content .add-list:hover {
	background: #005da8 !important;
	color: #fff !important;
}

.flag-top-scheda {
position: absolute;
	top:-25px;
	left: 0;
	text-align: left;
	z-index: 9;
}
.flag-top-scheda .tondi img{
height: 70px;
  padding: 0 !important;
  margin: 0 3px;
}
.flag-top-scheda .rettangolari img{
height: 35px;
  padding: 0 !important;
  margin: 0 3px;
}
.varianti {
margin-top: 50px;
}

.varianti small {
	color: #005da8;
  font-weight: bold;
	font-size: 13px;
}
.varianti a {
  margin-right: 5px;
  text-transform: lowercase;
  font-size: 12px;
  border: 1px solid #c1c1c1;
	 display: inline-block;
	padding: 0px;
  padding: 3px 9px;
  border-radius: 7px;
  margin-top: 5px;
 
  text-align: center;
  color: #5d5d5d;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .05);
}
.varianti a::first-letter {
	text-transform: uppercase;
}
.varianti a:hover {
	 border: 1px solid #005da8;
	color: #005da8;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
}


.product-right-content .product-features .card {
	background: #F5F9FC;
	border: 0px;
	border-radius: 20px;
}
.product-right-content .product-features .card .card-body {
  padding: 10px 35px;
}
.product-right-content .product-features dl.data-sheet {
  display: flex;
  flex-wrap: wrap;
	margin: 0rem;
}
.product-right-content .product-features dl.data-sheet dt.name:nth-of-type(1) {
  color: #005DA8;
  text-transform: uppercase;
  font-size: 13px;
  border: 0px;
  font-weight: 700;
}
.product-right-content .product-features dl.data-sheet dt.name {
  flex: 1 0 40%;
  padding: 11px 0px;
  min-height: 34px;
  word-break: break-word;
  margin: 0;
	border-top: 1px solid #DDDDDD;
font-size: 14px;
color: #727272;
	font-weight: 600;
}
.product-right-content .product-features dl.data-sheet dd.value:nth-of-type(1) {
  color: #005DA8;
  font-size: 13px;
  border: 0px;
  font-weight: 600;
}
.product-right-content .product-features dl.data-sheet dd.value {
  flex: 1 0 40%;
  padding: 11px 0px;
  min-height: 34px;
  word-break: break-word;
  margin: 0;
  text-align: right;
	border-top: 1px solid #DDDDDD;
font-size: 14px;
color: #727272;
}

.product-right-content .acquista-btn {
width: 100%;
	padding: 12px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	border-radius: 8px;
	border:0px;
	margin-top: 30px !important;
	
	}
.product-right-content .acquista-btn:hover {
	color: #fff;
background-color: #005da8;
border:0px;
}
#carouselGallery .carousel-indicators {
bottom:-40px;
}
#carouselGallery .carousel-indicators [data-bs-target] {
	background-color: #1b6ec2;
}

.ricetta_content {
	margin-left: 20px;
}

.ricetta_content, .ricetta_content p {
	font-size: 15px;
	font-weight: 300;
	color: #111;
}
.ricetta_content h2{
	font-size: 32px;
	font-weight: 700;
	color: #EA0029;
}
.ricetta_content h5{
	font-size: 17px;
	margin-top: 10px;
	font-weight: 400;
	color: #444;
	
}
.ricetta_content h6{
	font-size: 16px;
	margin-top: 20px;
	color: #444;
	
}
.ricetta_image h4{
	font-size: 12px;
	margin-top: 20px;
	font-weight: 700;
	color: #EA0029;
	text-transform: uppercase;	
}
.ricetta_image img{
	border-radius: 10px;
}
.ricetta_image .correlato {
	background: #EEF4F8;
	border-radius: 10px;
	padding: 15px;
	font-size: 14px;
	color: #5E5E5E;
}
.ricetta_image .correlato .brand-name{
	color: #7A7A7A;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 7px;
}
.ricetta_image .correlato h3{
	color: #5E5E5E;
	font-size: 16px;
	font-weight: 700;
	margin: 0px;
}
.video_content {
	text-align: center;
}
.video_content h2{
	font-size: 26px;
	margin-bottom: 20px;
	color: #E1241C;
	font-weight: 700;
}
#video_embedded iframe {
  width: 100%;
  height: 520px;
}
.btn-close {

  padding: .45em .45em;
  color: #fff;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}


/* ---------------------------------------------------
                VERSIONE MOBILE
            ----------------------------------------------------- */

.section-header {
  position: relative;
  padding: 15px 0;
  margin: 0;
  background: #E1241C;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
	

		}
  .section-header:after {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    bottom: 1px;
  }
  
  .section-header.sticky {
    position: fixed;
    top:0px;
    width: 100%;
	  z-index: 9;
	  }
    .section-header.sticky.collide {
      position: absolute;
    }

.sellout {
    text-transform: uppercase;
font-weight: 600;
font-size: 11px;
text-align: center;
color: #005da8;
    margin-bottom: 15px;
margin-top: -5px;
}
.sellout span{
  background: #FFE44C;
padding: 3px 10px 3px 10px;
position: relative;
border-radius: 5px;
display: inline-block;
}
.sellout_list {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 8.5px;
  text-align: center;
  color: #005da8;
  margin-bottom: 0;
  margin-top: -7px;
  width: 100%;
}
.sellout_list span{
  background: #FFE44C;
padding: 2px 7px 2px 7px;
position: relative;
border-radius: 5px;
display: inline-block;
}
.disabled-tab {
    pointer-events: none;
opacity: 0.3;
filter: saturate(0);
}
.mobile-version, .no-adjust-size {
	-webkit-text-size-adjust: none;
  text-size-adjust: none;
}

.mobile-version .flag-bottom {
position: absolute;
	bottom:7px;
	right: 0;
	text-align: right;
}
.mobile-version .flag-bottom img{
height: 24px;
  padding: 0 !important;
	
}
.mobile-version .flag-top {
position: absolute;
	top:-5px;
	left: 0;
	text-align: left;
}
.mobile-version .flag-top .tondi img{
height: 40px;
  padding: 0 !important;
	margin-right: 2px;
}
.mobile-version .flag-top .rettangolari img{
height: 22px;
  padding: 0 !important;
	margin-right: 2px;
}

		.mobile-version .product-price {
			
  border-radius: 10px;
  position: relative;
  
  text-align: right;
 
  display: flex;
  flex-wrap: wrap;

  align-content: center;
		}
		
		.mobile-version .product-price .discount {
  font-size: .70em;
  background: #FFE44C;
  color: #005DA8;
  padding: 4px 9px;
  white-space: nowrap;
  margin-left: 10px;
  border-radius: 15px 0 15px 0;
  font-weight: 700;
			position: absolute;
			right: 5px;
			top:-18px;
}
		.mobile-version .product-price .regular-price {
			font-size: 11px;
			/*text-decoration: line-through;*/
			color: #fff;
			opacity: .9;
            margin-bottom: 3px;
		}

.mobile-version .product-price .regular-price{text-decoration:none;position:relative;}
.mobile-version .product-price .regular-price::before {
    top: 50%; /*tweak this to adjust the vertical position if it's off a bit due to your font family */
    background:#fff; /*this is the color of the line*/
    opacity:1;
    content: '';
    width: 110%;
    position: absolute;
    height:.1em;
    border-radius:.1em;
    left: -5%;
    white-space:nowrap;
    display: block;
    transform: rotate(-15deg);  
}


		.mobile-version .product-price .price {
			font-size: 15.5px;
			font-weight: 800;
			color: #e1241c;
			line-height: 15px;
            letter-spacing: -0.5px;
		}


.mobile-version .product-price .price_1p{
			background: #ffe44c;
  position: absolute;
  top: -10px;
  color: #0063b2;
  font-weight: 700;
  font-size: 8.5px;
  left: 0;
  padding: 3px 2px;
  width: 100%;
  border-radius: 8px 8px 0 0;
  text-align: center;
	font-weight: 400;
	text-transform: uppercase;
		}
.mobile-version .product-price .price_1p strong {
	font-weight: 800;
	font-size: 10.5px;
}
.mobile-version .product-price .price_3p strong {
	font-weight: 800;
	font-size: 15.5px;
}
.mobile-version .product-price .price_3p{
			margin-top: 11px;
  color: #fff;
  line-height: 17px;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 12px;
		}

 .badge-offerta {
  margin-top: 20px !important;
  text-align: left;
}

  .badge-offerta  .prezzo-1 {
       background-color: #ffe44c;
  color: #005DA8;
  padding: 4px 10px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;

    }
	.badge-offerta .prezzo-1 strong{
  font-weight: 400;
  font-size: 0.7em;
  margin-right: 5px;
}

   .badge-offerta .prezzo-3 {
      line-height: 24px;
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  background: #F00A35;
  border-radius: 15px 15px 0 0;
  padding: 15px 10px;
    padding-bottom: 15px;
  width: 160px;
  padding-bottom: 7px;
  margin-top: -8px;
}
    	.badge-offerta .prezzo-3 strong{
font-weight: 300;
  font-size: 18px;
  margin-right: 5px;
			display: block;
}

   .badge-offerta .prezzo-um {
        font-size: 0.65em;
  background: #F00A35;
  color: #fff;
  border-radius: 0 0 15px 15px;
  padding: 0 10px 10px;
  width: 160px;
    }
	.badge-offerta .separator {
		border-top: 2px solid #B6CEE2;
		margin-bottom: 20px;
	}


		
		.mobile-version .brand-name {
			font-size: 9px;
			color: #E1241C;
			font-weight: 700;
			text-transform: uppercase;
			line-height: 11px;
		}



		.mobile-version .product-heading {
			font-size: 15px;
			font-weight: 700;
			color: #555;
			line-height: 18px;
			margin-bottom: 0px;
			text-transform: lowercase;
			margin-top: 3px;
			word-wrap: break-word;
		}
.mobile-version .product-heading::first-letter {
	text-transform: uppercase;
}
		.mobile-version .product_box p{
		font-size: 11px;
			color: #7A7A7A;
		}
		.mobile-version .product_box {
			padding: 20px 10px 20px;
			box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .09) !important;
			background: #fff;
		}


@media (max-width: 374.90px) {
	.mobile-version .product_box .col-6
{
  flex: 0 0 auto;
  width: 100%;
	text-align: right;
}
	.mobile-version .product_box .col-6.pe-0 {
		padding-right: 1.5rem !important;
    text-align: left;
    min-height: 70px;
	}
	.mobile-version .product-price { 
	
    display: inline-flex;
    margin-top: 0px !important;
    flex-direction: column;
    justify-content: center;
   
		}
	
	
}

		.mobile-version .product_box img{
		padding: 5px;
		}
		.mobile-version .nav-header.navbar {
			height: 60px;
			background: #E1241C;
			z-index: 9999;
		}
		.mobile-version .nav-header a.navbar-brand {
  white-space: normal;
  text-align: left;
  word-break: break-all;
  margin: 0;
    margin-top: 0px;
  padding: 0px;
  margin-top: 5px;
}
		.mobile-version .nav-header a.navbar-brand img {
			width: 170px;
			
		}
		.mobile-version .nav-header .navbar-text {
  padding-top: .2rem;
  padding-bottom: .5rem;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 15px;
}
.mobile-version .nav-header.navbar .search-btn{
    font-size: 18px;
}
  



		.mobile-version .navbar-scrollspy.navbar {
			height: 58px;
			z-index: 9998;
			box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .2) !important;
		}

.mobile-version .navbar-scrollspy .navbar-nav {
  display: flex;
  flex-wrap: nowrap;
	flex-direction: row;
}
	.mobile-version .navbar-scrollspy .navbar-nav .nav-link {
  padding: 4px 15px;
		font-size: 15px;
		font-weight: 700;
		color: #2B2B2B;
		opacity: .7;
		border-radius: 10px;
}	
		.mobile-version .navbar-nav .nav-link.active {
  background: #00B5E4;
			color: #fff;
		opacity: 1;
}
.mobile-version .navbar-scrollspy .nav-scroll {
  overflow: auto;
  white-space: nowrap;
}
 .mobile-version .navbar-scrollspy .nav-scroll li {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 0px;
  text-decoration: none;
}

.mobile-version .navbar-scrollspy .nav-scroll::-webkit-scrollbar {
  display: none;
}

.mobile-version .navbar-scrollspy {
    transition: top 0.5s ease;
}

.mobile-version .navbar-hide {
    top: -65px;
}



/* ---------------------------------------------------
                MEDIAQUERIES
            ----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

        #sidebar.active {
            margin-left: 0;
        }

    #sidebarCollapse span {
        display: none;
    }
	.area_detail, .search_modal {
		z-index: 99999;
	}
    .modal-backdrop.show {
        z-index: 99998;
    }
	.area_detail .modal-dialog {
		width: 100vw;
max-width: none;
height: 100%;
margin: 0;
	}
	.area_detail .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0 !important;
}
	.area_detail .modal-body {
  padding: 40px 20px 100px;
	
}
	.area_detail .modal-header  {
  position: absolute;
  bottom: 0;
  z-index: 99999;
  background: #fff;
		width: 100%;
		box-shadow: 0 -2px 20px 0 rgba(0, 0, 0, .2) !important;
}
	.area_detail .modal-content .product-right-content {
  margin-right: 0px;
}
	.area_detail .modal-content .ricetta_content {
  margin-left: 0px;
		margin-top: 20px;
}
	.area_detail .modal-content iframe {
		height: 300px;
	}
	.area_detail .btn-close {
	z-index: 999;
	}
	.area_detail .nav-pills .nav-link.active {
  background: #f5f5f5;
  border: 0px;
  color: #E1241C;
  border-top: 2px solid #E1241C;
		border-bottom: 0px;
}
.area_detail .nav-pills .nav-link {
  font-weight: 700;
  border-radius: 0;
  color: #555;
  text-align: center;
  width: 100%;
  font-size: 14px;
  padding: 16px 12px;
	border-top: 2px solid #fff;
		border-bottom: 0px;
}
	.area_detail .nav-pills .nav-link i {
  font-size: 20px;
  display: block;
}
    .search_modal .modal-header {
  border: 0;
}
    .search_modal .modal-body h5{
  color: #E1241C;
font-weight: 700;
font-size: 24px;
		margin:15px 0;
}
	.search_modal .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
		z-index:9999;
}
.search_modal .search{
position: relative;
box-shadow: 0 0 40px rgba(51, 51, 51, .1);
}
	.search_modal .search input{
height: 60px;
text-indent: 10px;
border: 2px solid #d6d4d4;
		border-radius: 10px;
		padding-left: 30px;
}

.search_modal .search input:focus{
box-shadow: none;
border: 2px solid #00B5E4;
	
}
		.search_modal .search::before{
	font-family: 'Font Awesome 6 Pro';
content: "\f002";
position: absolute;
top: 20px;
left: 20px;
	}

.search_modal .search button{
position: absolute;
top: 5px;
right: 5px;
 height: 50px;
width: 50px;
background: #FFE44C;
	color: #0063B2;
	border:0px;
	font-size:18px;
	border-radius: 10px;
	display: none;
}
	.search_modal .search button:hover{
		background: #0063B2;
	color: #fff;
	}
	.search_modal .button-suggestion {
		margin-top:30px;
	}
	.search_modal .button-suggestion small{
		font-weight:400;
		color:#868686;
		margin-bottom:5px;
		display:block
	}
	.search_modal .button-suggestion ul{
		padding:0px;
		margin:0px;
	}
	
	.search_modal .button-suggestion li {
		display: inline-block;
margin: 5px 5px 5px 0px;


}
	.search_modal .button-suggestion  a{
		display: block;
		padding: 6px 12px;
		border-radius: 30px;
		border: 1px solid #e1e0e0  !important;
		
		font-size: 12px;
color:#0062b1;
font-weight:600;
box-shadow: 0 1px 5px 0 rgba(32,33,36,.08);

background-color: #fff;
	}
	.search_modal .button-suggestion  a:hover{
		border: 1px solid #0063B2  !important;
		color: #0063B2 !important;
	}
	.product-right-content .product-features .card .card-body {
  padding: 10px 20px;
}
	.product-right-content .product-heading {
  font-size: 28px;
  line-height: 32px;
  color: #555;
  font-weight: 700;
		margin-bottom: 1rem;
}
	#carouselGallery {
		margin-bottom: 20px;
	}
	#carouselGallery .carousel-indicators {
  bottom: -15px;
}
	.product-right-content .product-price .price {
  font-weight: 700;
  font-size: 26px;
  color: #E1241C;
  letter-spacing: -1px;
}
	.product-right-content .product-features dl.data-sheet dt.name:nth-of-type(1) {
  color: #005DA8;
  text-transform: uppercase;
  font-size: 12px;
  border: 0px;
  font-weight: 700;
}
	.product-right-content .product-features dl.data-sheet dd.value:nth-of-type(1) {
  color: #005DA8;
  font-size: 12px;
  border: 0px;
  font-weight: 600;
}
	.product-right-content .product-features dl.data-sheet dt.name {
  font-size: 13px;
	}
	.product-right-content .product-features dl.data-sheet dd.value {
  font-size: 13px;
}
	.product-right-content .brand-name {
  font-size: 13px;
}
	.ricetta_content h2 {
  font-size: 26px;
  font-weight: 700;
  color: #EA0029;
}
	.ricetta_image .correlato h3 {
  font-size: 14px;
	}


	.video-container {
		position: relative;
		overflow: hidden;
		width: 100%;
		padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
	}

	/* Then style the iframe to fit in the container div with full height and width */
	.responsive-iframe {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
	.video-container .responsive-iframe{
	position: relative !important;
	}

}