@font-face {
    font-family: gothamthin;
    src: url(../fonts/Gotham-Thin.otf);
}
@font-face {
    font-family: gothamblack;
    src: url(../fonts/Gotham-Black.otf);
}
@font-face {
    font-family: montlight;
    src: url(../fonts/Montserrat-Light.ttf);
}
@font-face {
    font-family: montmedium;
    src: url(../fonts/Montserrat-Medium.ttf);
}
@font-face {
    font-family: montregular;
    src: url(../fonts/Montserrat-Regular.ttf);
}
.page-layout-newsletter_page #maincontent {
  display:none;
}
#profileUrl {
  border: none !important;
}
#trustpilot-widget-trustbox-0-wrapper {
   position:relative;
   z-index:1 !important;
}
.awarness-block2 {
        width:70%; 
        margin: 0 auto 0;
        display:flex;
	align-items:center;
}
.awarness-block2-consigli {
        margin-top:20px;
 	position:relative;
}
.awarness-block2 h2 {
        font-family: montmedium; 
        color:#384055;
        font-size:22pt;
}
.awarness-block2-box {
        display:inherit; 
        width:70%; 
        margin: 0 auto 0;
        margin-top:50px;
        margin-bottom: 50px;
}
.awarness-block2-box-content {
        position: absolute; 
	top: 30px; 
	text-align: center !important; 
	width: 100%; 
	font-size:14pt; 
	font-family:montlight;
}
.awarness-block2-box-content h3 {
	font-family: montmedium; 
	margin-bottom:20px;
}
.awarness-block2-detail {
        display:none;
}
.awarness-block div {
	max-width: 600px;
}
.awarness-block {
	display:flex; 
	align-items: center;
}
.awarness-block p {
	font-size:14pt;
	font-family:montlight;
}
.awarness-block h2 {
	font-size:22pt;
	font-family:'Rozha One';
}
.awarness-block-next, .awarness-block-next2 {
	padding: 10px 10px 10px 34px; font-size: 14pt;
}
.ship-claim {
    display: block;
    background-color: #000;
    color: #fff;
    font-size: 10pt;
    padding: 3px 3px 3px 3px;
	font-family: montlight;
	text-align:center;
}
.shipping-details-box {
	width:24%;
	display:inline-block;
	text-align:center;
}
#newsletterbox a, a:visited {
	color:#000 !important;
}
#newsletterbox {
    display: none;
    width: 50%;
    position: fixed;
    top: 40px;
    left: 25%;
    background-color: #fff;
    border-radius: 15px;
    text-align: center;
	font-family:montregular;
	z-index:100;
	padding-bottom:10px;
	border: 1px solid black;
    overflow: hidden;
	cursor:pointer;
	color: #000 !important;
}
.newsletterboxBtn {
    right: 30px;
    font-size: 60px;
    display: inline-block;
    float: right;
    position: absolute;
    color: #fff;
}
a, a:visited {
   color:#000 !important;	 
}
pre {
	background:none !important;
	border:none !important;
}
.sidebar-additional {
    display: none !important;
}
.logo {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
input#search {
	display:none;
}
.nav-sections {
	background:#fff !important;
}
.navigation {
	background:transparent;
}
.navigation .level0 .submenu .active > a  {
	border-color: #000 !important;
}
.navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
	border-color: #000 !important;
}
.navigation a, a:visited {
    color: #000 !important;
}
.navigation .nav.item {
	margin: 0 10px 0 0;
	display: inline-block;
	position: relative;
	padding:12px;
	text-decoration:none;
}
.navigation {
	margin-top:20px;
	text-align:center;
}
.navigation li {
    text-transform: uppercase;
	font-size:10pt;
}
li.nav.item.ui-menu-item a {
    color: #575757;
    font-weight: bold;
}
.navigation .level0.active > .level-top {
	border-color: #000 !important;
}
.negoziante {
	background-color: #575757;
	color: #fff !important;
}
.block-search .action.search::before {
    font-size: 22pt;
    font-weight: bold;
    line-height: 25px;
	color:#000;
}
.field.search .action.advanced {
	display:none;
}
.searchPopup {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
  width: 100% !important;
  border: 3px solid 9DBFAF !important;
  border-right: none!important;
  padding: 5px!important;
  height: 46px !important;
  border-radius: 5px 0 0 5px!important;
  outline: none !important;
  color: #000;
}

.searchTerm:focus{
  color: 9DBFAF;
}

.searchButton {
  width: 50px;
  height: 46px;
  border: 1px solid #000;
  background: #000;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.seacrhWrap{
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 20000;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow: hidden;
  display:none;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  color:#ccc;
  font-size:14pt;
  line-height:16pt;
  font-family:"Merriweather";
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
.newsClose {
    right: 30px;
    font-size: 60px;
    display: inline-block;
    float: right;
    position: absolute;
    color: #fff;
}
#search_mini_form {
  cursor:pointer;
}
.bugs{
 display:none !important;
}
.authentication-wrapper {
    display: none;
}
.minicart-wrapper .action.showcart .counter.qty {
    background: #000 !important;
}
.content.minicart-items .product-item-name {
  display: none;
}
.navigation .minicart-wrapper .action.showcart .counter.qty {
	overflow:none !important;
}
.sticky {
    position: fixed;
    top: 0px;
    width: 1250px;
    z-index: 10000;
    border-bottom: 1px solid #000;
}
.minicart-wrapper .mySearch {
    font-size: 13pt;
    vertical-align: middle;
    display: inline-block;
    margin-top: 10px;
	cursor:pointer;
}
.minicart-wrapper .myNewsletter {
    font-size: 13pt;
    vertical-align: middle;
    display: inline-block;
    margin-top: 10px;
	cursor:pointer;
	margin-right:10px;
}
.minicart-wrapper .myNewsletter {
	animation: shrink 1s infinite alternate;
}
@keyframes shrink {
  0% {
	color: #000;
  }
  100% {
	color:#ff0000;
  }
}
.page-wrapper {
    max-width: 1250px;
    margin: 0 auto 0;
}
.message.global.noscript, .message.global.cookie {
    background: rgba(240,240,240,0.7) !important;
    height: 100%;
    width: 100%;
    z-index: 10;
    display:none !important;
	font-family:montlight:
}
.message.global.cookie .content{
    bottom: 5%;
    position: fixed;
    background: #f7f7f7;
    width: 100%;
    left: 0px;
}
.message.global.cookie p {
	padding:20px;
	line-height:21pt;
	color:#9f9f9f;
}
#notice-cookie-block {
    background-color: #f7f7f7;
}
button#btn-cookie-allow {
    margin: 0px auto 10px auto;
    display: block;
	background: #373737 !important;
    text-transform: uppercase;
	font-family:
}
.cms-home .column.main {
	display: none;
}
.notifyjs-corner {
     z-index:22000 !important;	
}
.action.primary {
    color: #fff !important;
}

/*######## filtri ############*/

#filters_panel li {
    list-style: none;
    cursor: pointer;
}
#filters_panel legend {
    margin-bottom: 10px;
}
#filters_panel {
    position: fixed;
    left: 0px;
    top: 20%;
	width:200px;
	border:1px solid #222;
	padding:10px;
    border-radius:0px 25px 25px 0px;
	z-index: 23000;
	background-color:#fff;
	height: auto important!;
}
#filters_panel .action {
    margin-left: 40px;
}
#filters_panel legend {
	text-decoration: underline;
	text-transform: uppercase;
	font-size:14pt;
}
#filters_panel .filters-control {
	font-size:20pt;
	float:right;
	cursor:pointer;
}
.fa-filter {
    display:none;	
}
/*######## filtri ############*/

/*################ video ##################*/

#myVideo iframe {
    left: 7.5%;
    top: 5%;
    height: 65%;
    width: 85%;
    position: absolute;
}

#myVideo .overlay-content {
    top:5%;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

/*############### video ##################*/



/*#################### categorie #######################*/
/*@media all and (min-width:1024px), print*/
img.product-image-photo {
   width:70% !important;
}
.products-in-category-27 img {
   width:100% !important;
}

.page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
}
.products-in-category-27 .product-item {
  width: 33% !important;
}
.block.filter {
    margin-bottom: 40px;
    display: none;
}
.product.name.product-item-name a {
	color:#000 !important;
}
.catalog-category-view h1.page-title {
	text-align:center;
}
.product-item-details {
    text-align: center;
    font-size: 13pt;
    letter-spacing: 2pt;
}
.product-item-name {
	line-height:13pt;
	font-size:12pt;
}
.product.name.product-item-name a {
	text-decoration: none;
}
#shop-block div {
	width: 49%;
	display: inline-block;
}
#shop-block img {
    display: inline;
    width: 100%;
    height: auto;
}
.actions-secondary {
	display: none !important;
}
.actions-primary .action.tocart.primary {
	display: none;
}
.stock.unavailable {
	text-align: center;
	font-size: 10pt;
	color: #000;
	display: inline-block;
	text-transform:uppercase;
}
.product.actions.product-item-actions {
	text-align: center;
	display: inline-block;
}
.product.actions.product-item-actions {
    display: none;
}
.product.details.product-item-details {
     font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.category-description {
    font-family: gothamthin;
    font-size: 13pt;
}
.thumbnail-colors {
    display: inline-block;
}
.more-colors {
  color: #3d5fc4;
  font-weight: bold;
}

/*#################### categorie #######################*/

/*#################### scheda prodotto ###################*/
.calza_abbinata {
	padding: 5px;
	background-color: #eee;
	width: 98%;
	display: inline-block;
	text-align: center;
}
.price-label {
    display: none;
}
#main-product-custom-block .discount {
    font-size: 15pt;
    color: #000;
	display:none;
}
.old-price{
    color: #aaa !important;
}
#main-product-custom-block {
    margin-bottom:20px;	
}
.catalog-product-view h1.page-title {
    /*font-family: 'Rozha One', serif;*/
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase !important;
}
div#custom_product_title h1 {
    text-transform: none;
	font-size:20pt;
	line-height:0pt;
}
.custom-block-message {
	text-transform: uppercase;
	text-align:center;
}
#custom_gallery {
	width:70%;
	display:inline-block;
	vertical-align:top;
}
#custom_gallery li {
    display: inline-block;
    width: 120px;
}
#custom_models {
    display: inline-block;
}
#custom_models li {
    display: inline-block;
    width: 30%;
}
#custom_models {
	margin-top:20px;
}
#custom_product_title h1 {
	font-size:30pt;
}
.custom_container_product_data {
	width:49%;
	display:inline-block;
	vertical-align: middle;
}
.custom_container_product_data ul {
	margin-left:-40px;
}
#custom_add_to_cart button {
    width: 250px;
    margin: 0px auto 0px;
    padding: 10px;
	font-size:15pt;
}
.custom-addto-whislist {
    font-size: 15pt;
	margin-left:10px;
}
.custom-addto-whislist a {
	color: #000;
}
#custom_user_actions div {
	display:inline-block;
}
#custom_container_product_data img {
	width: 80%;
	display:inline-block;
	margin:0px auto 0px;
}
#custom_qta {
	width:40px;
}
#custom_sell_options {
	margin-bottom:40px;
}
.action.primary:hover {
    background: #000 !important;
    border: 1px solid #000 !important;
}
.action.primary {
    background: #000 !important;
    border: 1px solid #000 !important;
}
span.qta-options {
    font-size: 13pt;
    font-weight: bold;
}
span.qta-buttons {
    border: 1px solid black;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
}
span.qta-buttons.more {
    margin-left: 10px;
}

#main_foto img {
    max-height: 650px; 
    width: auto;
}
#main_foto {
	text-align:center;
}
#myform {
    text-align: center;
    padding: 5px;
    border: 1px dotted #ccc;
    margin: 2%;
}
.qty {
    width: 24px !important;
    height: 24px !important;
    text-align: center;
    vertical-align: middle;
    padding: 5px !important;
}
input.qtyplus { width:30px; height:30px; border:1px solid #999; background:#fff;}
input.qtyminus { width:30px; height:30px; border:1px solid #999; background:#fff;}
span.custom-qta-text {
    font-size: 15pt;
    margin-right: 10px;
}
#custom_product_info {
	width:100%;
	display:inline-block;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
}
#custom_product {
	padding:10px;
}
#custom-product-price span {
	font-size:20pt;
	font-weight:bold;
	color:#666;
}
#custom-product-price {
	margin-bottom:10px;
}
#custom-product-detail {
	text-align:right;
}
.value {
	display:inline;
	color:#666;
}
.stock.available {
    text-transform: UPPERCASE;
    color: #444;
    font-size: 12pt;
}
.custom-product-description {
    background: #eee;
}
.custom-product-description-detail {
    width: 46%;
    display: inline-block;
    vertical-align: middle;
    text-align: justify;
    padding: 20px;
}
.product.attribute.description {
	font-size:13pt;
}
div#custom_tags li {
	display:inline-block;
}
div#custom_tags ul {
    margin-left: -30px;
}
#custom_tags {
	width: 250px;
}

div#custom_gallery img {
    cursor: pointer;
}
div#custom_models img {
    cursor: pointer;
    max-height:120px;
}
.active-image {
    border: 5px solid #000;
}
.active-model-image {
    border: 5px solid #000;
}
#custom-size {
	height:50px;
}
div#custom-size li {
    font-size: 15pt;
    display: inline-block;
    margin-right: 15px;
}
#main_foto span {
	display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
	border-bottom: 1px dotted #ccc;
}
#mobile-slider {
	display:none;
}
.custom-color-label {
	position: relative;
	top: -10px;
	display: inline-block;
	text-align: center;
	width: 100%;
	background-color: #fff;
	opacity: 0.7;
	filter: alpha(opacity=70);
	font-weight: normal;
	font-style: italic;
	height:25px;
	vertical-align:bottom;
}
.custom-rate {
	font-size:22pt;
}
.custom-review-content {
	width:48%;
	display:inline-block;
	vertical-align:top;
}
.action.primary.addreview {
	margin-top:5px;
	margin-left:5px;
}
.far.fa-star {
	color:#000;
}
.fas.fa-star {
    color: orange;
}
.fa-star {
    cursor:pointer;	
}
#custom-review-repository div {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
}
#custom-review-repository {
    padding: 15px;
}
#custom-product-review {
    text-align: right;
    width: 100%;
}
/*#################### scheda prodotto ###################*/

/*#################### slider ##########################*/
.slide li {
    width: 23%;
    display: inline-block;
	vertical-align:top;
	margin-left:1.5%;
	text-align:center;
}
.slide p{
	text-align:center;
	font-size:11pt;
	line-height:11pt;
	color:#333;
	font-family:"Open Sans";
	letter-spacing:2pt;
}
p.slider-product-price {
    font-size: 12pt;
    font-weight: bold;
	color:#000;
}
.product-slider-img-container {
	text-align: center;
	vertical-align: bottom;
	height: 250px;
	display: table-cell;
}
.product-slider-img-container img{
	margin:0px auto 0px;
	max-height:250px;
	width:auto;
}
#products-slider {
	width:100%;
}
#product-slider-container {
	width:90%;
	margin:0px auto 20px;
}
#product-slider-container .bx-viewport {
	height:100% !important;
}
.slide a {
    text-decoration: none;
}
.bx-viewport {
	/*height:500px !important;*/
}
.bx-wrapper {
	margin-bottom:0px !important;
}
#dettaglio-campagna {
	width: 90%;
    margin: 0 auto 0;
}
#dettaglio-campagna .slide li {
	width:100% !important;
	margin-left:0%;
}
#dettaglio-campagna-container {
	width:90%;
	margin: 0 auto 0;
}
/*#################### slider ##########################*/

/*####### etichette  ####### */
.promo-label-container {
	position: absolute;
	top: 60px;
	z-index: 100;
	width: 75px;
	right: 0;
	text-align: center;
}
.promo-label span {
    position: relative;
    margin-top: -33px;
    display: block;
    margin-left: 5px;
    color: #fff;
    font-weight: bold;
}
.item.product.product-item {
    position: relative;
    min-height: 130px;
}
/*####### etichette  ####### */

/*######## comunication slider ###########*/
#comunication-slider p {
	font-family: 'Merriweather', serif;
	text-transform:none !important;
	font-weight:300;
}
#comunication-slider .single-row {
	display:table-cell;
	vertical-align:middle;
	margin-bottom:10px;
}
#comunication-slider li {
    height: 60px;
    vertical-align: middle;
	background-color:#eee;
	display:table;
	text-align:center;
}
#comunication-slider {
    width:100%;
	margin-bottom:10px;
}
#newsletterSlide {
	cursor:pointer;
}
/*######## comunication slider ###########*/

/*######## lookbook ###########*/
#look-container {
	margin-top: 10px;
}
/*######## lookbook ###########*/


#myNewsAct .overlay-content {
    background-color: #E0C0B0;
    color: #222;
    padding: 20px;
    width: 600px;
    margin: 0 auto 0;
}


/*######## home  #############*/
.shop-window a {
    text-decoration:none !important;	
}
.didascalie-home {
    font-family:gothamthin;
	font-size:14px;
	text-decoration:underline;
	text-align:center;
	color:#000 !important;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	letter-spacing:5px;
}
.didascalie-home .black {
	font-family:gothamblack;
}
#random-content {
	margin-top:20px;
	display:inline-block;
}
.preceding-collection {
	width:62%;
}
.gift-section {
	width:37.4%;
}
#site-management-link div {
	display:inline-block;
}
.home-newsletter {
    cursor:pointer;
}
.g-recaptcha{
	display:inline-block;
} 
/*######## home  #############*/

/*#################### footer #########################*/
.social-icons {
	font-size: 25pt;
    position: absolute;
    top: 0;
    right: 20px;
}
.footer.content {
	width: 70% !important;
    display: inline-block;
	border:none;
	color:#fff;
	position:relative;
	padding:20px;
	background-color:#434343;
}
.footer.content .links {
    display: inline-block;
    vertical-align: top;
	width: 100%;
	margin:0px auto 20px;
}
.footer.content .links li {
    margin: 0px 25px 0px 8px !important;
	height: 25px;
}  
.footer.content a, a:visited {
	color:#fff !important;
	text-decoration:none;
}
small.bugs {
    display: none !important;
}
.copyright {
	margin-top:15px;
}
small.copyright {
	padding:10px;
}
#newsletterbox-footer {
    width: 29%;
    display: inline-block;
    text-align: center;
	border:none;
}
#newsletterbox-footer a, a:visited {
  color: #000 !important;
}
/*#################### footer #########################*/

.toolbar-products {
	display:none;
}
/*################### newsletter ######################*/
#newsletter-form input {
    width: 60% !important;
    margin-top: 10px !important;
}
/*################### newsletter ######################*/
.section-item-title.nav-sections-item-title[aria-controls ="store.settings"] {
	display:none;
}

@media screen and (min-width: 800px) {
         .submenu li {
            float:left;
         }
}
@media screen and (max-width: 800px)  {
	.authorization-link {
       display: none !important;
    }
	#custom_nav {
	  height: 40px;
	}
	.nav-sections .header.links li > a {
	  border: none !important;
	  display: inline;
	}
	.nav-sections-item-content {
		margin-top:0px !important;
	}
	#switcher-language-trigger-nav {
		display:none;
	}
	#store\.menu {
		margin-top:20px;
    }
	.nav-sections .switcher {
	  border: none !important;
	}
	.nav-sections .header.links li {
	  font-size: 15pt;
	  border: none;
	  width: 49%;
	  text-align:center;
	  display: inline-block;
	}
	.label.switcher-label {
	  display: none !important;
	}
	.nav-sections .header.links {
	  list-style: none none;
	  border-bottom: none;
	}
	.greet.welcome {
	  display: none !important;
	}
	#custom_nav > li {
	  width: 29%;
	  display: inline-block;
	  font-size: 15pt;
	}
	#newsletterbox-footer {
    width: 100%;
    display: inline-block;
    text-align: center;
	border:1px solid black;
	margin-top:30px;
   }
   .footer.content .links {
		margin-top: 50px;
   }
    .footer.content {
		width: 100% !important;
		padding:0px;
	}
	#newsletterbox {
		display:none;
		width: 92%;
		position: fixed;
		top: 20px;
		left: 4%;
		background-color: #fff;
		border-radius: 15px;
		text-align: center;
		font-family:montregular;
		z-index:100;
		padding-bottom:10px;
	    border: 1px solid black;
        overflow: hidden;
		color: #000 !important;
	}
	.thumbnail-colors {
		display: none;
	}
	.more-colors {
		font-weight: bold;
		display:block;
	}
	.logo img {
		display: block;
		width: 85%;
		height: auto;
		margin-left: 0px;
	}
	.logo {
		left:40%;
	}  
	.page-products.page-layout-1column .products-grid .product-item {
		width: 49% !important;
	}
	#main-product-custom-block div {
		width:100%;
	}
	#custom_product_title {
		margin-top:30px;
	}
	#custom_product {
		padding:0px;
	}
	.stock.available {
		text-align:left;
	}
	.product.attribute.sku {
		text-align:left;
	}
	.custom-product-description-detail {
	 	width:100%;
	}
	#custom_models {
		display:none;
	}
	.product.attribute.description {
        font-size: 10pt; 
        width: 90%;
    }
	#product-attribute-specs-table {
		width:90%;
	}
	#main-slider {
	    display:none;
	}
	#mobile-slider {
		display:inline-block;
	}
	.bxslider-mobile li {
		width:100% !important;
	}
	#custom_add_to_cart button {
	    width:250px;
	}
	#product-slider-container {
		display:none;
	}
	.custom-review-content {
		width:100%;
    }
	#custom_user_actions div{
		width:48% !important;
	} 
	.custom-addto-whislist {
		text-align: center;
	}
	.gift-section {
		width: 36.4%;
	}
	.preceding-collection {
		width: 60%;
	}
    .didascalie-home {
		display:none;
	}
	#comunication-slider div {
		width:100%;
	}
	#comunication-slider td:first-child {
		width:50%;
	}
	.shipping-details-box {
		width:95%;
		display:inline-block;
		text-align:left;
		margin-left: 30px;
		margin-bottom: 20px;
	}
	#newsletterbox h3 {
		font-family: montregular;
		text-align: center;
		font-size: 12pt;
	}
	#newsletterbox h1 {
		font-size: 13pt;
		font-family: montmedium;
		margin-top: 20px;
		text-align: center;
	}

	#shop-block div {
		width:100%;
	}
	.ship-claim {
		font-size:8pt; 
	}
	.awarness-block, .awarness-block2 {
		display:block; 
	}
	.awarness-block p, .awarness-block2 p {
		font-size: 9pt;
	}
	.awarness-block h2, .awarness-block2 h2 {
		font-size: 16pt;
	}
	.awarness-block-next, .awarness-block-next2 {
		padding: 10px 10px 10px 10px; font-size: 14pt;
		text-align:center;
	}
	.awarness-block2-detail {
             display:inline-block;
	}
	.awarness-block2-box-content {
    	   top: -40px;
           width: 100%;
           font-size: 9pt;
	}
	.awarness-block2-box {
	   display:none;
	}
	.awarness-block2 {
           width: 100%;
          text-align: center;
	}
	.awarness-block-next2 {
    	  margin-bottom: 50px;
	}
	.awarness-block2-consigli {
          margin-top:50px;
	  position: relative;
 	  height:200px;
	}
	#filo_scozia_classico li, #filo_scozia_estroso li {
    	 width: 48%;
	}

}
