.m-0 {
  margin: 0px !important;
}
.m-5 {
  margin: 5px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-15 {
  margin: 15px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-30 {
  margin: 30px !important;
}
.m-40 {
  margin: 40px !important;
}
.m-50 {
  margin: 50px !important;
}
.m-60 {
  margin: 60px !important;
}
.m-70 {
  margin: 70px !important;
}
.m-80 {
  margin: 80px !important;
}
.m-90 {
  margin: 90px !important;
}
.m-100 {
  margin: 100px !important;
}
.m-110 {
  margin: 110px !important;
}
.m-120 {
  margin: 120px !important;
}
.m-130 {
  margin: 130px !important;
}
.m-140 {
  margin: 140px !important;
}
.m-150 {
  margin: 150px !important;
}
.m-160 {
  margin: 160px !important;
}
.m-170 {
  margin: 170px !important;
}
.m-180 {
  margin: 180px !important;
}
.m-190 {
  margin: 190px !important;
}
.m-200 {
  margin: 200px !important;
}

/*
 * 1.2 -> Basic Padding
 * -----------------------------------------------
*/
.p-0 {
  padding: 0 !important;
}
.p-5 {
  padding: 5px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-40 {
  padding: 40px !important;
}
.p-50 {
  padding: 50px !important;
}
.p-60 {
  padding: 60px !important;
}
.p-70 {
  padding: 70px !important;
}
.p-80 {
  padding: 80px !important;
}
.p-90 {
  padding: 90px !important;
}
.p-100 {
  padding: 100px !important;
}
.p-110 {
  padding: 110px !important;
}
.p-120 {
  padding: 120px !important;
}
.p-130 {
  padding: 130px !important;
}
.p-140 {
  padding: 140px !important;
}
.p-150 {
  padding: 150px !important;
}
.p-160 {
  padding: 160px !important;
}
.p-170 {
  padding: 170px !important;
}
.p-180 {
  padding: 180px !important;
}
.p-190 {
  padding: 190px !important;
}
.p-200 {
  padding: 200px !important;
}

/*
 * 1.3 -> Margin top
 * -----------------------------------------------
*/
.mt-0 {
  margin-top: 0 !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mt-110 {
  margin-top: 110px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mt-130 {
  margin-top: 130px !important;
}
.mt-140 {
  margin-top: 140px !important;
}
.mt-150 {
  margin-top: 150px !important;
}
.mt-160 {
  margin-top: 160px !important;
}
.mt-170 {
  margin-top: 170px !important;
}
.mt-180 {
  margin-top: 180px !important;
}
.mt-190 {
  margin-top: 190px !important;
}
.mt-200 {
  margin-top: 200px !important;
}

/*
 * 1.4 -> Margin right
 * -----------------------------------------------
*/
.mr-0 {
  margin-right: 0 !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
.mr-70 {
  margin-right: 70px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.mr-90 {
  margin-right: 90px !important;
}
.mr-100 {
  margin-right: 100px !important;
}
.mr-110 {
  margin-right: 110px !important;
}
.mr-120 {
  margin-right: 120px !important;
}
.mr-130 {
  margin-right: 130px !important;
}
.mr-140 {
  margin-right: 140px !important;
}
.mr-150 {
  margin-right: 150px !important;
}
.mr-160 {
  margin-right: 160px !important;
}
.mr-170 {
  margin-right: 170px !important;
}
.mr-180 {
  margin-right: 180px !important;
}
.mr-190 {
  margin-right: 190px !important;
}
.mr-200 {
  margin-right: 200px !important;
}
.mr-auto {
  margin-right: auto !important;
}

/*
 * 1.5 -> Margin bottom
 * -----------------------------------------------
*/
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mb-110 {
  margin-bottom: 110px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
.mb-130 {
  margin-bottom: 130px !important;
}
.mb-140 {
  margin-bottom: 140px !important;
}
.mb-150 {
  margin-bottom: 150px !important;
}
.mb-160 {
  margin-bottom: 160px !important;
}
.mb-170 {
  margin-bottom: 170px !important;
}
.mb-180 {
  margin-bottom: 180px !important;
}
.mb-190 {
  margin-bottom: 190px !important;
}
.mb-200 {
  margin-bottom: 200px !important;
}

/*
 * 1.6 -> Margin left
 * -----------------------------------------------
*/
.ml-0 {
  margin-left: 0 !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.ml-70 {
  margin-left: 70px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.ml-90 {
  margin-left: 90px !important;
}
.ml-100 {
  margin-left: 100px !important;
}
.ml-110 {
  margin-left: 110px !important;
}
.ml-120 {
  margin-left: 120px !important;
}
.ml-130 {
  margin-left: 130px !important;
}
.ml-140 {
  margin-left: 140px !important;
}
.ml-150 {
  margin-left: 150px !important;
}
.ml-160 {
  margin-left: 160px !important;
}
.ml-170 {
  margin-left: 170px !important;
}
.ml-180 {
  margin-left: 180px !important;
}
.ml-190 {
  margin-left: 190px !important;
}
.ml-200 {
  margin-left: 200px !important;
}
.ml-auto {
  margin-left: auto !important;
}
/*
 * 1.7 -> Padding top
 * -----------------------------------------------
*/
.pt-0 {
  padding-top: 0 !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pt-110 {
  padding-top: 110px !important;
}
.pt-120 {
  padding-top: 120px !important;
}
.pt-130 {
  padding-top: 130px !important;
}
.pt-140 {
  padding-top: 140px !important;
}
.pt-150 {
  padding-top: 150px !important;
}
.pt-160 {
  padding-top: 160px !important;
}
.pt-170 {
  padding-top: 170px !important;
}
.pt-180 {
  padding-top: 180px !important;
}
.pt-190 {
  padding-top: 190px !important;
}
.pt-200 {
  padding-top: 200px !important;
}

/*
 * 1.8 -> Padding right
 * -----------------------------------------------
*/
.pr-0 {
  padding-right: 0 !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.pr-60 {
  padding-right: 60px !important;
}
.pr-70 {
  padding-right: 70px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
.pr-90 {
  padding-right: 90px !important;
}
.pr-100 {
  padding-right: 100px !important;
}
.pr-110 {
  padding-right: 110px !important;
}
.pr-120 {
  padding-right: 120px !important;
}
.pr-130 {
  padding-right: 130px !important;
}
.pr-140 {
  padding-right: 140px !important;
}
.pr-150 {
  padding-right: 150px !important;
}
.pr-160 {
  padding-right: 160px !important;
}
.pr-170 {
  padding-right: 170px !important;
}
.pr-180 {
  padding-right: 180px !important;
}
.pr-190 {
  padding-right: 190px !important;
}
.pr-200 {
  padding-right: 200px !important;
}

/*
 * 1.9 -> Padding bottom
 * -----------------------------------------------
*/
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pb-110 {
  padding-bottom: 110px !important;
}
.pb-120 {
  padding-bottom: 120px !important;
}
.pb-130 {
  padding-bottom: 130px !important;
}
.pb-140 {
  padding-bottom: 140px !important;
}
.pb-150 {
  padding-bottom: 150px !important;
}
.pb-160 {
  padding-bottom: 160px !important;
}
.pb-170 {
  padding-bottom: 170px !important;
}
.pb-180 {
  padding-bottom: 180px !important;
}
.pb-190 {
  padding-bottom: 190px !important;
}
.pb-200 {
  padding-bottom: 200px !important;
}

/*
 * 1.10 -> Padding left
 * -----------------------------------------------
*/
.pl-0 {
  padding-left: 0 !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.pl-60 {
  padding-left: 60px !important;
}
.pl-70 {
  padding-left: 70px !important;
}
.pl-80 {
  padding-left: 80px !important;
}
.pl-90 {
  padding-left: 90px !important;
}
.pl-100 {
  padding-left: 100px !important;
}
.pl-110 {
  padding-left: 110px !important;
}
.pl-120 {
  padding-left: 120px !important;
}
.pl-130 {
  padding-left: 130px !important;
}
.pl-140 {
  padding-left: 140px !important;
}
.pl-150 {
  padding-left: 150px !important;
}
.pl-160 {
  padding-left: 160px !important;
}
.pl-170 {
  padding-left: 170px !important;
}
.pl-180 {
  padding-left: 180px !important;
}
.pl-190 {
  padding-left: 190px !important;
}
.pl-200 {
  padding-left: 200px !important;
}

.w100{
	width: 100% !important;
}

a:hover {
    color: #c95943;
}


.listaTag{
	list-style: none;
	margin: 0; padding: 0;
}
.listaTag > li{
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
	padding-left: 0 !important;
}
.listaTag > li > a{
	display: inline-block;
	border: 1px solid #000;
	padding: 7px 15px;
	border-radius: 30px;
	font-size: 16px;
	color: #000; text-decoration: none !important;
}
.listaTag > li:hover a{
	opacity: 0.8;
	color: #FF0000;
	text-decoration: none;
}

 .listaTag > li:before {
    display: none !important;
}


.main-logo {
  max-width: 300px;
}
.main-logo img {
  width: 100%;
}
.moto-container_header_5e05daac2 {
  background-color: #e2dfc3;
}
.moto-widget-menu.moto-preset-default
  .moto-widget-menu-list
  .moto-widget-menu-item
  .moto-widget-menu-link-level-1,
.moto-widget-menu.moto-preset-default
  .moto-widget-menu-list
  .moto-widget-menu-item
  .moto-widget-menu-link-level-1
  .moto-widget-menu-link-arrow:before {
  color: #231f20;
}

.moto-widget-menu.moto-preset-default .moto-widget-menu-list >.moto-widget-menu-item >.moto-widget-menu-link.moto-widget-menu-link-submenu{
  padding-right: 0;
}

.moto-widget-menu.moto-preset-default
  .moto-widget-menu-list
  .moto-widget-menu-item
  .moto-widget-menu-link-level-1.moto-widget-menu-link-active {
  color: #a88878;
}
.moto-container_header_5e05daac2 .lg {
  display: block;
}
.moto-container_header_5e05daac2 .lgW {
  display: none;
}
.moto-bg-color4_1,
.moto-container_header_5e05daac2.moto-sticky__attached {
  background-color: #231f20;
}

.moto-container_header_5e05daac2.moto-sticky__attached .lgW {
  display: block;
}
.moto-container_header_5e05daac2.moto-sticky__attached .lg {
  display: none;
}

.moto-container_header_5e05daac2.moto-sticky__attached
  .moto-widget-menu.moto-preset-default
  .moto-widget-menu-list
  .moto-widget-menu-item
  .moto-widget-menu-link-level-1,
.moto-container_header_5e05daac2.moto-sticky__attached
  .moto-widget-menu.moto-preset-default
  .moto-widget-menu-list
  .moto-widget-menu-item
  .moto-widget-menu-link-level-1
  .moto-widget-menu-link-arrow:before {
  color: #ffffff;
}
.moto-container_header_5e05d9ee1 {
  /*background-image: url('../../img/_sliderHome/01.jpeg');*/
  background: none;
}
.mainSlider .slick-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
}

.mainSlider .slick-arrow{
  display: none !important;
}

.moto-text_system_4 {
  color: #ffffff;
  font-size: 50px;
  text-shadow: 0px 0px 22px rgba(0, 0, 0, 1);
}
.moto-text_system_7 {
  text-shadow: 0px 0px 22px rgba(0, 0, 0, 1);
}
.moto-text_186 {
  font-size: 20px;
}

.moto-widget.moto-widget-row.moto-bg-color5_5 {
  height: 100%;
}
.moto-widget-menu-link.moto-widget-menu-link-active{
	color: #c95943 !important;
}
.btn {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: normal;
  color: #f5f2df;
  background-color: #c95943;
  border-color: #c95943;
  padding: 15px 26.5px;
  display: inline-block;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.btn:hover {
  color: #f5f2df;
  background-color: #832715;
}

.logoFooter {
  width: 100%;
  max-width: 200px;
}
.logoFooter a {
  display: block;
}
.logoFooter a img {
  width: 100%;
}
.menuDropDown{
	display: block;
	width: 100% !important;
}
.moto-bg-color4_3 {
  background: #231f20;
}

.moto-widget-image .moto-widget-image-link{
	display: block;
	height: 250px;
	position: relative;
	border: 1px solid #CBCBCB;
	margin-bottom: 15px;
}
.moto-widget-image .moto-widget-image-link > img{
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.mypage-alo-phone-2 {
        position: fixed;
        right: -10px;
        visibility: visible;
        background-color: transparent;
        width: 110px;
        height: 110px;
        cursor: pointer;
        bottom: -10px !important;
    }
    .mypage-alo-ph-circle-fill-2 {
        width: 60px;
        height: 60px;
        top: 28px;
        left: 28px;
        position: absolute;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid transparent;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        background-color: #38bd4b;
        opacity: .75 !important;
    }
    .mypage-alo-ph-img-circle-2 {
        width: 30px;
        height: 30px;
        top: 43px;
        left: 43px;
        position: absolute;
        background: rgba(30,30,30,.1) url(../img/whatsapp-logo.png) no-repeat center center;
        background-color: rgba(30,30,30,.1);
        background-size: auto auto;
        background-color: rgba(30,30,30,.1);
        background-size: auto auto;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid transparent;
        opacity: .7;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        background-color: #27b43e;
        background-size: 70%;
      }
.mypage-alo-ph-img-circle-2 img{
	width: 26px;
	height: 26px;
}
.contTxtProd{
	
}
	.contTxtProd .titleProdotto{
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 15px;
		white-space: nowrap;
		overflow: hidden;        /* Nasconde il testo in eccesso */
    	text-overflow: ellipsis;
	}
	.contTxtProd .testoDescrizioneProdotto{
		font-size: 13px;
		display: block;
		height: 100px;
		margin-bottom: 15px;
		overflow: hidden;        /* Nasconde il testo in eccesso */
    	text-overflow: ellipsis;
	}



.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field.ng-touched.ng-invalid,
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field{
    background-color: #e2dfc3;
}

.moto-widget-tile-gallery__item .moto-link:hover,
.moto-widget-tile-gallery__item > a.moto-widget-tile-gallery__item-link.moto-link:hover{
	cursor: default;
}

/* sidebar menu category */
.menuDropDown{
		display: none;
		width: 100%;height: 38px;
		border-color: #ccc;
		border-radius: 20px;
		color: #555;
		outline: none;
		cursor: pointer;
		-webkit-transition: all 250ms ease;
		-moz-transition: all 250ms ease;
		-ms-transition: all 250ms ease;
		-o-transition: all 250ms ease;
		transition: all 250ms ease;
		
		-webkit-border-radius: 20px;
		background-color: #fafafa;
		border-style: solid;
		border-width: 1px;
		border-color: #cccccc;
		padding: 0.5rem;
		font-size: 14px;
		font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
		color: rgba(0, 0, 0, 0.75);
		line-height: normal;
		border-radius: 0;
		margin-bottom:  15px;
	}
	.side_menu{
		/*background-color: #EFCBBF;*/
		display: block;
		font-family: sans-serif;    
		margin-bottom: 0 !important;
	}

	.side_menu, .side_menu ul{
	  list-style-type: none;  
	  margin: 0;
	  padding: 0;  
	}

	.side_menu ul{
		 /*background-color: rgba(0, 0, 0, 0.2);*/
	}

	  .side_menu > li{
	    font-size: 18px;
	    font-weight: bold;
		padding: 0 !important;
	  }
	  .side_menu > li.active{
	  	
	  }
	.side_menu > li li{
		padding: 0 0 0 10px !important;
	}
	    .side_menu a{
			font-family: 'futura-pt', 'Source Sans Pro', Helvetica, Arial, sans-serif;
			display: block;
			position: relative;     
			padding: 6px 20px 6px 10px; 
			color: #000;
			text-decoration: none;
	    }
		
		.side_menu > li > a{
			color: #231f20;
		}
		
		
	    .side_menu a:hover{
	      color: #973420;
	      text-decoration: none;
	    }





	  .has_child > a:after{
	    content: "\f101";
	    font-family: "FontAwesome";
	    display: block;
	    position: absolute;
	    right: 5px;
	    top: 5px;
	  }

	  .has_child.opened > a:after{
	   content: "\f103"; 
	  }

	  .side_menu ul{
	    display: none;
	  }

	  li.opened > ul{
	    display: block;
	  }

	  .submenu{
	    font-size: 90%;
	  }

	    .submenu > li > a{
	      padding-left: 20px;
	    }


	    .submenu a{
	      color: #9a8d65  !important;
	    }

	    .side_menu .submenu li > a:hover,
	    .side_menu .submenu li > a:active,
	    .side_menu .submenu li > a:hover:active{
	      background-color: #9a8d65;
	      color: #fff !important;
	    }

	   
	  .micromenu{
	    font-size: 85%;
	    font-weight: normal;
	  }

	    .micromenu > li > a{
	      padding-left: 30px;
	    }

	  .nanomenu{
	    font-size: 80%;
	  }

	    .nanomenu > li > a{
	      padding-left: 40px;
	    }


	  .side_menu li.active > a,
	  .side_menu li.active > a:hover,
	  .side_menu li.active > a:active,
	  .side_menu li.active > a:hover:active{
	    color: #c95943 !important;
	    /*background-color: #fff !important;*/
	    text-decoration: underline;
	    font-weight: bold;
	  }
	  .submenu li.active > a:hover{
	  	color: #fff !important;
	  }
	@media only screen and (max-width: 768px)
	{
			.menuDropDown{
				display: block;
			}
			.side_menu{
				display:none;
			}
	}
/* / sidebar menu category */

.credits_link {
  color: #38b5e6 !important;
  font-weight: 700;
  font-family: sans-serif;
}

.credits_link:hover {
  color: #fff !important;
}

.credits_link:before {
  content: "";
  vertical-align: middle;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url(https://www.clion.it/favicon-96x96.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;

  transition: all 450ms ease;
}

.credits_link:hover:before {
  transform: rotateZ(360deg) rotateY(360deg);
}
.search_btn input {
  background-color: transparent;
  border: none;
  border-bottom: solid 1px #000;
  font-size: 15px;
}
.moto-widget-menu
  .moto-widget-menu-list
  > .moto-widget-menu-item:not(:first-child) {
  margin-left: 13px;
}
.search_btn .btn {
  padding: 5px;
}
.prodotto {
  font-size: 16px;
  line-height: 1.2;
  height: 100px;
}
.bcover {
  display: block;
  position: relative;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 500px;
}
.moto-widget-text ol li:before {
  display: none;
}
.breadcrumb li {
  font-style: normal;
  font-family: "Playfair Display", serif;
  color: #52514c;
  font-size: 14px;
	padding: 0 5px 0 0px !important;
}
.breadcrumb li:not(:last-child):after{
	content: '/';
	display: inline-block;
	font-style: normal;
  font-family: "Playfair Display", serif;
  color: #52514c;
  font-size: 14px;
	padding: 0 5px;
}
.breadcrumb a {
  color: #c95943;
}
.page-link {
  color: #52514c;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  padding: 5px 15px;
}
.menu-categorie li {
  margin: 5px 0;
}
.menu-categorie a {
  font-size: 16px;
  font-weight: 400;
  padding: 5px 8px;
  font-style: normal;
  font-family: "Playfair Display", serif;
  color: #52514c;
  text-decoration: none;
}
.menu-categorie .active {
  color: #f5f2df;
  background-color: #c95943;
}
.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url(../../img/arrow.svg);
  transition: transform 0.35s ease;
  transform-origin: 0.5em 50%;
}
.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}
#ytWidget {
  position: absolute;
  right: 40px;
  top: 0;
  z-index: 9999999;
}
#yt-widget[data-theme="dark"] .yt-servicelink,
#yt-widget[data-theme="dark"] .yt-servicelink:first-letter {
  display: none;
}
#ytWidget
  input:not([value="en"]):not([value="it"]):not([value="zh"]):not(
    [value="es"]
  ):not([value="fr"]):not([value="de"]):not([value="ja"]):not([value="ru"])
  + span {
  display: none !important;
}
#yt-widget .yt-listbox {
  right: 0;
}
.sidebar .widget {
  display: none;
}
.menuDropDown {
  width: 50%;
  background-color: #e2dfc3;
  border: solid 1px #fff;
  padding: 5px;
}

.moto-widget-social-links-extended.moto-preset-default .moto-widget-social-links-extended__link {
    font-size: 22px;
}
.moto-text_system_9,
.moto-text_186,
.moto-text_system_7{
	font-family: 'Playfair Display', serif;
}
.moto-text_186 {
    color: #b9182c;
}
.moto-text_system_9,
.moto-text_normal {
    color: #333333;
}

.btn {
    font-size: 1.4rem;
}
.btn:focus, .btn:hover{
	color: #fff;
}
a:focus, a:hover {
    color: #c95943;
}

@media screen and (max-width: 1440px) {
  .moto-text_system_4 {
    font-size: 50px;
  }
  .moto-spacing-bottom-large {
    padding-bottom: 0;
  }
  .moto-spacing-top-large {
    padding-top: 70px;
  }
}
@media screen and (max-width: 1240px) {
  .moto-text_system_4 {
    font-size: 50px;
  }
  .moto-spacing-bottom-large {
    padding-bottom: 0;
  }
  .moto-spacing-top-large {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1024px) {
  #yt-widget.yt-state_mobile .yt-listbox {
    border: 1px solid #d5d5d5 !important;
    z-index: 999999 !important;
    position: absolute !important;
    margin-top: 5px !important;
    /*background: #fff !important;*/
    box-shadow: 0 10px 20px -4px rgb(0 0 0 / 10%) !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: inherit !important;
    margin: 0 !important;
    overflow-y: auto !important;
    /*box-shadow: none;*/
  }
  .moto-text_system_4 {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .moto-widget-menu.moto-preset-default
    .moto-widget-menu-list
    > .moto-widget-menu-item
    > .moto-widget-menu-link.moto-widget-menu-link-submenu {
    padding-right: 0;
  }
  .search_btn input {
    width: 100px;
  }
  .moto-bg-color4_1,
  .moto-container_header_5e05daac2.moto-sticky__attached {
    background-color: #231f20;
    padding-top: 9px;
  }
  .menu-categorie {
    display: none;
  }
  .sidebar .widget {
    display: block;
  }

  .moto-spacing-top-large{
    padding-top: 15px !important;
  }

}
 
@media screen and (max-width: 767px) {

  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active{
    color: #fff !important;
  }

  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list {
        width: calc(100vw - 64px);
        right: 0;
        left: auto;
    }

  .searchBox{
    padding: 4px 12px;
  }

  .search_btn input{
    width: calc(100% - 90px);
  }

   .moto-text_system_4 {
    font-size: 40px;
  }

  .__credits{
    padding-bottom: 35px;
  }

  .moto-container_header_5e05daac2 {
    padding-top: 30px;
  }
  .topBar {
    display: none;
  }
  .moto-widget-menu.moto-spacing-right-auto {
    text-align: right;
  }
	
	.moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link {
        padding: 10px 50px 10px 10px;
	}
	
}
@media screen and (max-width: 425px) {
  .moto-container_header_5e05daac2 {
    padding-top: 40px;
  }
  .moto-text_system_4 {
    font-size: 35px;
  }
}
@media screen and (max-width: 320px) {
}
@media screen and (min-width: 320px) and (max-width: 990px) {
}
