/* */
#filtri-motorizzazioni{
    text-align: center;
    margin: 10px auto 20px auto;
}
#filtri-motorizzazioni .tit-filtro {
    display: flex;
    flex-direction: row;
    background-color: transparent !important;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    background-color: #dfdfdf;
    padding: 4px 0;
}
#filtri-motorizzazioni .tit-filtro:before, 
#filtri-motorizzazioni .tit-filtro:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #a3a3a3;
    margin: auto;
}
#filtri-motorizzazioni .tit-filtro span {
    padding: 0 15px;
    display: inline-block;
    font-size: 1rem;
}

#filtri-motorizzazioni .colMotorizzazione {
	margin-left:auto !important;
	margin-right:auto !important;
}
	
#filtri-motorizzazioni .puls_motorizzazione {
    background-color: #a8a8a8;
    border: 1px solid #a8a8a8;
    margin: 0 5px;
    text-align: center;
    position: relative;
    height: 30px;
    max-width:200px;
    width: 100%;
    margin:5px auto !important;
}
#filtri-motorizzazioni .puls_motorizzazione span{    
    color: #fff;
    text-decoration: none;
    font-family: Engschrift, sans-serif;
    font-size: 19px;
    font-weight: 400;
    position: absolute;
    top: 4px;
    left: 0;
    width: 100%;    
    cursor:pointer;
}


#filtri-motorizzazioni .puls_motorizzazione.active, 
#filtri-motorizzazioni .puls_motorizzazione.active:hover {
    background-color: #e00c19;
    border: 1px solid #e00c19;
    color: #fff;
}




.btn-vedi-piu{
	display:inline-block;font-size:14px;color:#e1001a;
}
.txt-vedi-piu{
	display:inline-block;font-size:14px;line-height: 1.5em;display:none;
}

.dbg {
    outline: 1px red solid;
}

.dbg * {
    outline: 1px blue solid;
}

html {
    height: 100%;
}

body {
    font-size: 33px;
    color: #575656;
    /*
        background:-webkit-radial-gradient(#fff, #ebeaea);
        background:-o-radial-gradient(#fff, #ebeaea);
        background:-moz-radial-gradient(#fff, #ebeaea);
        background:radial-gradient(#fff, #ebeaea);
        background-repeat:no-repeat;
        height:100%;
    */
}

header {
    padding-left: 31px;
}

/*
footer{
    position:fixed;
    bottom:0;
    text-align:center;
    background-color:#575656;
    height:45px;
    padding-top:24px;
    width:100%;
}
*/

h1 {
    font-weight: 400;
    font-size: 70px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    float: none;
    clear: both;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.btn-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin: 0 10px;
}

.btn-icon-plus {
    font-size: 40px;
    line-height: 15px;
    background: url("../png/ico_plus.png");
    height: 24px;
    width: 24px;
    margin: 0 10px;
}

.icon_plus {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../png/ico_plus.png");
    vertical-align: middle;
    margin: 0 10px;
}

.icon_check {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin: 0 8px;
}

.icon_print {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../png/icon_print_white.png") center no-repeat;
    vertical-align: middle;
    margin: 0 10px;
}

.icon_mail {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../png/icon_mail.png") center no-repeat;
    vertical-align: middle;
    margin: 0 10px;
}

.icon_arrow {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../png/sprite_arrows.png");
    vertical-align: middle;
}

.arrow_up {
    background-position: 0 24px;
}

.arrow_down {
    background-position: 24px 24px;
}

.arrow_left {
    background-position: 24px 0;
}

.arrow_right {
    background-position: 0 0;
}

.margin_top_bottom {
    margin-top: 20px;
    margin-bottom: 20px;
}

.step_title_container {
    /*margin-top:4%;*/
    margin-bottom: 9%;
    position: relative;
    width: 100%;
}

.step_title {
    font-size: 66px;
    font-weight: 700;
    text-align: center;
    color: #3c3a3a;
    letter-spacing: -1px;
    margin: 0;
    padding-top: 1em;
}

.sub_title {
    font-size: 22px;
    text-align: center;
    letter-spacing: -1px;
    margin: 30px 0;
    color: #e1001a;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

.navibar {
    width: 100%;
    margin: 0 auto 0 0%;
    padding: 10px 0;
    border-top: 1px #d5d4d4 solid;
    border-bottom: 1px #d5d4d4 solid;
    float: left;
    clear: both;
}

.red {color: #e1001a !important;}
.blue {color: #0077ff !important;}


.grey {
    color: #575656 !important;
}

.bg_red {
    background-color: #e1001a !important;
}

.bg_grey {
    background-color: #575656 !important;
}

.bg_grey:hover {
    color: #bcbbbb !important;
}

.bg_white {
    background-color: #fff !important;
}

.thin {
    font-weight: 400;
}

#reset_container {
    clear: both;
    padding-top: 60px;
    text-align: center;
    padding-bottom: 50px;
}

.btn_reset {
    display: inline-block;
    background-color: #3d3d3d;
    color: white;
    padding: 0.5em 1em;
    font-weight: 600;
    font-size: 18px;
    font-style: normal;
    text-decoration: none;
}

.btn {
    display: inline-block;
    background-color: #e1001a;
    color: white;
    padding: 0.5em 1em;
    font-size: 18px;
    text-decoration: none;
    border: none;
    cursor: pointer;
}



.btn img {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 10px 0;
}

.btn .icon_arrow {
    vertical-align: middle;
    /*margin:0 10px;*/
}

.mini_btn {
    padding: 12px 12px;
}

.icon_reset {
    margin-right: 20px;
    vertical-align: middle;
    margin-top: -5px;
}

/* HOME 1*/

.center_column {
    width: 100%;
    padding-left: 16%;
    padding-right: 16%;
    text-align: center;
    padding-top: 10%;
}

.home_slider_container {
    position: relative;
    margin: auto;
    height: 700px;
    width: 100%;
    text-align: center;
}

.home_slider {
    display: inline-block;
    margin: 0 auto 40px;
    /*height:854px;*/
    /*height: 760px;*/
    height: 100% !important;
    width: 100%;
    position: relative;
}

.home_slider li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}

.home_slider img {
    height: 100%;
    object-fit: scale-down;
}

#flags {
    margin-top: 250px;
}

#flags img {
    width: 100px;
    margin: 0 20px;
}

/* STEP 1 */

.center_column_step_1 {
    width: 100%;
    padding-left: 18%;
    padding-right: 15%;
    text-align: center;
}

.cont_step_1 {
    margin-bottom: 50px;
}

.brand_thumb {
    border: 1px #cbcbcb solid;
    float: left;
    width: 160px;
    margin: 4px;
    text-decoration: none;
}

.brand_thumb a {
    text-decoration: none;
}

.brand_name {
    background-color: #343434;
    color: white;
    font-size: 15px;
    padding: 8px 0;

}

/* STEP 2 */

.center_column_step_2 {
    /*width:78%;*/
    /*padding-left:11%;*/
    /*padding-right:11%;*/
    text-align: center;
}

#thumb_butt_left {
    width: 3%;
    float: left;
    padding-top: 30%;
}

#thumb_butt_right {
    width: 3%;
    float: right;
    padding-top: 30%;
}

.moto_thumb_butt {
    display: inline-block;
    background-color: #e1001a;
    color: white;
    padding: 22px 0;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    width: 32px;
}

#scroll_container {
    float: left;
    width: 94%;
    height: 970px;
    overflow-x: hidden;
    overflow-y: scroll;

}

#scroll_panel_container {
    height: 670px;

    position: relative;
}

.scroll_panel {
    width: 71vw;
    float: left;
    margin: 0 0;
    height: 670px;
    padding-left: 2vw;
}

.no_scroll_panel {
    /*width:71vw;*/
    width: 100%;
    float: left;
    margin: 0 0;
    margin-top: 3%;
    /*padding-left:2vw;*/
}

.moto_thumb {
    /* width: 220px; */
    max-width: 230px;
    min-height: 263px;
    padding: 5px;
    background: url(../png/bg_thumb_moto.png) top no-repeat;
    /* float: left; */
    /* clear: both; */
    position: relative;
    margin-right: 9px;
    margin-left: 9px;
    margin-bottom: 30px;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    display: inline-block;
    vertical-align: middle;
    
    position:relative;
}
.moto_thumb .moto_img {
    height: 157px;
    width: 220px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/* BOTTONI AGGIUNGI MOTO O PRODOTTO PLTM A MIO PROFILO */
 
.product_list_item.wishlist .btn_logged,
.moto_thumb .btn_logged{position:absolute;}
.moto_thumb .btn_logged{top:5px;right:12px;}
.product_thumb .btn_logged{bottom: 10px;right: 8px;font-size:15px;}
    
.product_thumb .btn_logged img,
.moto_thumb .btn_logged img{
	width:40px !important;
	height:auto !important;
}

.product_thumb .btn_logged.add_prod_moto,
.product_thumb .btn_logged.add_prod_moto img,
.moto_thumb .btn_logged.add_moto img{
	transition: transform .2s; /* Animation */
	cursor:pointer;
}

.product_thumb .add_wish_prod_moto:hover img,
.product_thumb .btn_logged.add_prod_moto:hover img,
.moto_thumb .btn_logged.add_moto:hover img{
	transform: scale(1.2);
}



#foto_pic .add_wish_prod_moto,
#foto_pic .my_wish_prod_moto,
#foto_pic .add_prod_moto,
#foto_pic .my_prod_moto,
.product_thumb .btn_logged.add_prod_moto,
.product_thumb .btn_logged.my_prod_moto{color:#e1001a;}


#cont_buttons_optional_moto{
	margin-top:60px;
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
	padding-top:8px;  
	padding-bottom:8px;
	text-transform:uppercase;
}
#cont_buttons_optional_moto div.single-prod-btn{
	padding-top:4px !important;
	padding-bottom:0px !important;
	text-align:center !important;
	margin: 0 auto 0 auto !important;
}
#cont_buttons_optional_moto div.single-prod-btn img {
    height: 30px !important;
    width: auto !important;
}

#cont_buttons_optional_moto div.single-prod-btn .btn_to_bike{top:-4px;}
	
#cont_buttons_optional_moto div.bike-back{padding-top:0px;}
#cont_buttons_optional_moto div.bike-back a:hover{color:#e1001a}
#cont_buttons_optional_moto div{
	border-right:1px solid #dedede;
	border-left:1px solid #dedede;
}
#cont_buttons_optional_moto div:first-child,
#cont_buttons_optional_moto div:last-child{
	border:0;
}


#foto_pic .add_wish_prod_moto,
#foto_pic .my_wish_prod_moto,
#foto_pic .add_prod_moto,
#foto_pic .my_prod_moto,
#foto_pic .btn_to_bike{
	font-size: 15px;
    position: relative;
    /*display: inline-block;*/
    /*float: left;*/
    /*top: 0px;*/
    right: auto;
    /*margin: 10px auto 0 0;*/
    /*width:33%;*/
}



#foto_pic .add_wish_prod_moto span,
#foto_pic .my_wish_prod_moto span,
#foto_pic .add_prod_moto span,
#foto_pic .my_prod_moto span{display:inline-block;padding-left:5px;}

#foto_pic .btn_logged.add_prod_moto,
#foto_pic .add_wish_prod_moto{cursor:pointer;}


#related_list .pltm_tit_related_prods{
	font-weight:bold;
	color:#e1001a;
	text-align:center;
	font-size:16px;
	text-tranform:uppercase;
	line-height:1.1;
	margin-bottom:15px;
}



/* WISHLIST */
.my_wish_prod_moto,
.add_wish_prod_moto{position:absolute;top:-10px;right:18px;}
.my_wish_prod_moto img,
.add_wish_prod_moto img{width:25px;height:auto;}

.add_wish_prod_moto img{cursor:pointer;}



@media (min-width: 460px ) {
	.moto_thumb {
	    max-width: 340px;
	    min-height: 348px;
	    background: url(../png/bg_thumb_moto_big.png) top no-repeat;
	}
	.moto_thumb .moto_img {
		width: 330px;
	    height: 232px;
	 }
}





.moto_thumb .moto_name {
    position: relative;
    bottom: 0;
    font-size: 14px;
    text-align: left;
    margin-top: 15px;
    color: #575656;

}

#bullet_container {
    clear: both;
    width: 100%;
    text-align: center;
    height: 14px;
}

.bullet {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #3d3d3d;
    display: inline-block;
    margin: 4px 0;
}

#bullet_container .selected {
    background-color: #e1001a;
}

#model_list {
    position: absolute;;
    right: 3%;
    width: 312px;
    z-index: 10000;
    top: 0;
    max-height: 60vh;
    overflow: scroll;
}

#model_list li {
    list-style: none;
    display: block;
    font-size: 15px;
    color: white;
    background-color: #e11419;
    padding: 10px;
    border-top: 1px white solid;
}

#model_list a {
    font-size: 15px;
    color: white;
    text-decoration: none;
}

/* STEP 3*/

.step_title_container_3 {
    margin-bottom: 0;
    padding-right:15%;
}


.step_3_container {
    min-height: 50vh;
}

.center_column_step_3 {
    width: 94%;
    padding: 0 3%;
    text-align: center;
    position: relative;
}

.moto_pic,
#moto_pic {
    display: inline;
    height: 500px;
    width: auto;
}





.btns_moto{
	font-family: Engschrift, sans-serif;
	position: absolute;
    right: 25px;
    top:30px;
    width:220px;
    font-size: 1rem;
}

#btn-moto-in-garage{
	width: 120px; 
	border: 0px solid red; 
	text-align: center;
	/*right: 0px;*/
	background-color:#e11419;
	color:white;
	margin: 15px auto;
	padding: 10px 20px;
    line-height: 1;
    font-size: 0.9em;	
    text-transform:none;
    text-align:center;
    
}
#btn-moto-in-garage img{
	height:30px;width:auto;
}

.btns_moto .change  {
	/*position: absolute;*/
	/*right: 25px;*/
	position: relative;
    /*left:0;*/
    text-align:center;
    display: block;
    color: #575656;
    text-decoration: none;
    font-size: 19px;
    /*top: 20px;*/
    cursor:pointer;
}

.garage{
    /*position: absolute;*/
    /*right: 25px;*/
    position: relative;
    left:0;
    
    display: block;
    color: #575656;
    text-decoration: none;
    font-size: 19px;
    /*top: 70px;*/
    text-transform:uppercase;
}
.garage .add_bike{
	cursor:pointer;
}

.btns_moto .print {position: relative; text-align:center;}

.bike_context_menu{
	margin-bottom:10px;
}

a#btn-print-disabled{
	pointer-events: none;
  	cursor: none;
	color:#aaa;
}

.bike_btn_print.bike_context_menu{
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	padding-bottom:10px;
	padding-top:10px;
	margin-top:10px;
	
}

.bike_context_menu,
.print {
    /*position: absolute;*/
    /*right: 25px;*/
    position: relative;
    /*left:0;*/
    
    display: block;
    color: #575656;
    text-decoration: none;
    font-size: 19px;
    /*top: 40px;*/
    cursor:pointer;
    text-align:center;
}
.print img {
    display: inline;
    vertical-align: middle;
    margin-right: 10px;
}

#btn-print-pdf-moto #download-pdf-moto{
    display: none;
    background-color: transparent;
    color: #575656;
    padding: 0;
    font-size: 19px;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.tit_famiglie_bike{
	font-family: 'Roboto', sans-serif;
	font-size: 0.8em;
	/*font-weight:bold;*/
	color:#575656;
	text-transform:uppercase;
	margin-bottom:30px;
}
.tit_famiglie_bike .red{
	color:#575656 !important;
}


/* PRINT PDF PER LA TUA MOTO */
.print img#ico_pdf{
	width:36px;
	height:auto;
	/*position:absolute;*/
	right:110px;
}

.fotomoto #loader {
	display: none;
    position:absolute;
    top: 10px;
    right: 60px;
    width:20px;
    height:20px;
}
.fotomoto #download {
    display: none;
}

#btn-print-pdf-moto,
#btn-print-pdf{
	top: 60px;
	right: -16px;
	cursor:pointer;
}
	
	
	

ul#category_list {
	display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
}
ul#category_list li{display: flex;align-items: flex-end; /* contenuto del link in basso */}
ul#category_list li a{ 
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* 🔥 questo allinea tutto in basso */
  height: 100%;
  text-decoration: none;
}
ul#category_list li a img {
  display: block;
}
	
	
	
	
.category_list_equipaggiamento,
#category_list {
    padding-bottom: 0;
    margin-bottom: 0;
}
.category_list_equipaggiamento li,
#category_list li {
    list-style: none;
    display: inline-block;
    background-color: #f9f9f9;
    min-height: 80px;
    min-width: 123px;
    vertical-align: baseline;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.category_list_equipaggiamento a,
#category_list a {
    display: block;
    background-color: #f9f9f9;
    overflow: hidden;
    padding: 0 1em;
}


.category_list_equipaggiamento li img,
#category_list li img {
    width: 70px;
    height: auto;
    margin: 0 auto;
}

/*@psk agg 2022 step3 */
.ver2022 .category_list_equipaggiamento,
.ver2022 #category_list{
	border-bottom:1px solid #e11419; 
}
.ver2022 #category_list li{
	border-right:1px solid #e11419;
	padding-bottom:10px;
	position: relative;
    /*bottom: -2px;*/	
}

.ver2022 .category_list_equipaggiamento li,
.ver2022 #category_list li{
}
.ver2022 .category_list_equipaggiamento li.select,
.ver2022 #category_list li.select{
	position:relative;
	left:-10px;
	padding-left:10px;
}
.ver2022 .category_list_equipaggiamento li:first-child.select,
.ver2022 #category_list li:first-child.select{
	position:relative;
	left:0px;
	padding-left:0px;
}

	
.ver2022 .category_list_equipaggiamento li:last-child,
.ver2022 #category_list li:last-child{
	border-right:0px solid #e11419;
}
.ver2022 .category_list_equipaggiamento .descr_ico_family,
.ver2022 #category_list .descr_ico_family{text-align:center;font-size:0.5em;font-family: Engschrift, sans-serif;line-height:1;}

.ver2022 .category_list_equipaggiamento li.select,
.ver2022 #category_list li.select{background-color: #e11419;}

.ver2022 .category_list_equipaggiamento li.select a,
.ver2022 #category_list li.select a {color:white;}

.ver2022 .category_list_equipaggiamento a,
.ver2022 #category_list a {background: none;}

.ver2022 .category_list_equipaggiamento,
.ver2022 #products_slider {background: none;}

.ver2022 .category_list_equipaggiamento li,
.ver2022 #category_list li { background: none;}

.ver2022 .category_list_equipaggiamento li .select,
.ver2022 #category_list li .select {background-color: #e11419;}

.ver2022 .category_list_equipaggiamento li img,
.ver2022 #category_list li img {width: 80px;}




@media (max-width: 992px ) {
	
    .category_list_equipaggiamento li {display: block;}
    #category_list li {display: block;}
    
    /* PER LA TUA MOTO */
    .home_slider {width: 100%;}
    .home_slider_container img {max-width: 100%;}
}

@media (max-width: 800px ) {
    .home_slider_container {height: 700px;}
}

@media (max-width: 700px ) {
    .home_slider_container {height: 600px;}
    /* freccie slider */
    .optional_slider2.show_mobile {display: block;}

}

@media (max-width: 600px ) {
    .home_slider_container {
        height: 500px;
    }
}

@media (max-width: 500px ) {
    .home_slider_container {
        height: 400px;
    }
}


.category_list_equipaggiamento .select,
#category_list .select {
    background-color: #f5f5f5;
    /*height: 80px;*/
    border-bottom: none;
}

.category_list_equipaggiamento .select img,
#category_list .select img {
    width: 80px;
    height: auto;
}

/* thumb prodotto */

/*.product_thumb_link{display:inline-block;} MDF */

.product_thumb {
    /*background-color: #fff;*/
    /*width:333px;*/
    /*width: 24%;*/
    /*height: 122px;*/
    min-height: 122px;
    float: left;
    padding: 5px 5px;
    margin-top: 18px;
    color: #222;
    display: flex;
}
.product_thumb .product__left img{width:100%;height:auto;}


/* BOOTSTRAP EXTENSION CHE NON AVEVA QUELLO CARICATO */
.visible-lg,.visible-md,.visible-sm,.visible-xs{
    display:none!important
}
.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{
    display:none!important
}
@media (max-width:767px){
    .visible-xs{
        display:block!important
    }
    table.visible-xs{
        display:table!important
    }
    tr.visible-xs{
        display:table-row!important
    }
    td.visible-xs,th.visible-xs{
        display:table-cell!important
    }
}
@media (max-width:767px){
    .visible-xs-block{
        display:block!important
    }
}
@media (max-width:767px){
    .visible-xs-inline{
        display:inline!important
    }
}
@media (max-width:767px){
    .visible-xs-inline-block{
        display:inline-block!important
    }
}
@media (min-width:768px) and (max-width:991px){
    .visible-sm{
        display:block!important
    }
    table.visible-sm{
        display:table!important
    }
    tr.visible-sm{
        display:table-row!important
    }
    td.visible-sm,th.visible-sm{
        display:table-cell!important
    }
}
@media (min-width:768px) and (max-width:991px){
    .visible-sm-block{
        display:block!important
    }
}
@media (min-width:768px) and (max-width:991px){
    .visible-sm-inline{
        display:inline!important
    }
}
@media (min-width:768px) and (max-width:991px){
    .visible-sm-inline-block{
        display:inline-block!important
    }
}
@media (min-width:992px) and (max-width:1199px){
    .visible-md{
        display:block!important
    }
    table.visible-md{
        display:table!important
    }
    tr.visible-md{
        display:table-row!important
    }
    td.visible-md,th.visible-md{
        display:table-cell!important
    }
}
@media (min-width:992px) and (max-width:1199px){
    .visible-md-block{
        display:block!important
    }
}
@media (min-width:992px) and (max-width:1199px){
    .visible-md-inline{
        display:inline!important
    }
}
@media (min-width:992px) and (max-width:1199px){
    .visible-md-inline-block{
        display:inline-block!important
    }
}
@media (min-width:1200px){
    .visible-lg{
        display:block!important
    }
    table.visible-lg{
        display:table!important
    }
    tr.visible-lg{
        display:table-row!important
    }
    td.visible-lg,th.visible-lg{
        display:table-cell!important
    }
}
@media (min-width:1200px){
    .visible-lg-block{
        display:block!important
    }
}
@media (min-width:1200px){
    .visible-lg-inline{
        display:inline!important
    }
}
@media (min-width:1200px){
    .visible-lg-inline-block{
        display:inline-block!important
    }
}
@media (max-width:767px){
    .hidden-xs{
        display:none!important
    }
}
@media (min-width:768px) and (max-width:991px){
    .hidden-sm{
        display:none!important
    }
}
@media (min-width:992px) and (max-width:1199px){
    .hidden-md{
        display:none!important
    }
}
@media (min-width:1200px){
    .hidden-lg{
        display:none!important
    }
}







/*.product_thumb:nth-child(odd){*/
/*margin-right:1%;*/
/*}*/

.product_thumb img {
    /*width: 30%;*/
    height: 100%;
    /*float: left;*/
    font-size: 11px;
}

.product_thumb_title {
    font-size: 17px;
    /*width: 66%;*/
    /*float: right;*/
    color: #e1001a;
    text-align: left;
    display: block;
    margin: 0;
    line-height: 1em;
    padding-left:12px;
    margin-top: 20px;
}

.product_thumb_desc {
    font-size: 14px;
    /*width: 66%;*/
    /*float: right;*/
    text-align: left;
    display: block;
    line-height: 1.5em;
    padding-left:12px;
    width: 95%;
}

/* container slider prodotto */

#products_slider {
    width: 100%;
    background-color: #f5f5f5;
    /*float:left;*/
    padding: 1em;
    display: inline-block;
    padding-top: 0;
    margin-top: -13px;
}

#products_slider #arrowleft, #products_slider #arrowright {
    width: 10%;
    float: left;
    padding-top: 15vh;
}

#products_slider #arrowleft a, #products_slider #arrowright a {
    padding-left: 15px;
    padding-right: 15px;

}

#scroll_container_column2,
#scroll_container_column {
    /*width:730px;*/
    margin: 0 auto;
}

#scroll_container_3 {
    /* width:730px;height:700px; */
    margin: 0 auto;
    /*overflow-x:hidden;    overflow-y:auto;*/
}

#scroll_container_3 > div {
    display: none;
}

#scroll_panel_container_3 {
    /*
        position:relative;
        height:600px;
        top:0;
        left:0;*/
}

.scroll_panel_3 {
    /*  float:left;
      margin:0;
      height:600px;
      width:710px;*/
}

/* step_4 */

#optional_title2,
#optional_title {
    padding-bottom: 30px;
}

.center_column_step_4 {
    padding-top: 40px;
    /*float: left;width: 94%;*/
    padding-left: 3%;
    /*padding-right: 3%;*/
    padding-right: 125px;
    text-align: center;
    font-size: 20px;
}

.p_desc {
    font-size: 20px;
    text-align: center;
    display: block;
    font-family: 'Roboto', sans-serif;
    margin-top: .7em;
    line-height: 1.3em;
    font-weight: 100;
}

#foto_pic {
    /*width: 460px;margin-left: 5%;*/
    width: 100%;
    float: left;
    text-align: center;
}
#foto_pic.left_product.left_product{
	width: 75%;
}

#foto_pic img {
	max-width: 100%;
    max-height: 500px;
}
#foto_pic.left_product img{
    max-width: 100%;
}
	
.center_product {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
}

#product_pic img {
    width: 460px;
    height: auto;
}


#related_list {
    /*width: 277px;margin-left: 20px;margin-right: 5%;*/
    width: 25%;
    float: right;
    background-color: #f7f7f7;
}

#p_arrow_up, #p_arrow_down {
    width: 100%;
    text-align: center;
}




#related_list #p_arrow_up,
#related_list #p_arrow_down{background-color: #e1001a !important;}
#related_list  .mini_btn { padding: 4px 0px !important;}

#related_list a
#related_list a:link,
#related_list a:hover,
#related_list a:focus,
#related_list a:visited{border:0;outline:none;}



#vert_scroller {
    overflow: hidden;
    height: 550px;
    text-align: center;
    position: relative;
}

#vert_scroller_container {
    position: relative;
}

.related_thumb {
    /*width: 277px;*/
    width: 100%;
    height: 550px;
}

.rel_img {
    display: block;
    margin: 20px auto;
}

.r_desc {
    font-size: 16px;
    display: block;
    width: 90%;
    padding: 0 5%;
}

.butt_add {
    margin: 1em auto 0;
    font-size: 20px;
    /*line-height: 24px;*/
    line-height: 1em;
}


/* Per la tua moto - scheda prodotto - pannello a comparsa decrizioni aggiuntive */
#cont-puls-scheda-pltm .btn.white {
    background-color: white;
    border:1px solid #e1001a;
    color: #e1001a;
    margin: 1em auto 0;
    line-height: 1em;
}
#cont-puls-scheda-pltm .btn.white .btn-icon-plus {
    background: url(../png/ico_plus_red.png);
}
#cont-puls-scheda-pltm .btn.white .btn-icon-minus {
    background: url(../png/ico_minus_red.png);
}
#cont-puls-scheda-pltm .btn.white,
#cont-puls-scheda-pltm .butt_add{
	font-size: 16px;	
} 

#container_car{ 
	background-color:#e1001a;
	color:#ffffff;
	font-size: 16px;
	text-align:left;
}

#container_car a,
#container_car a:link,
#container_car a:visited,
#container_car a:hover{
	color:#ffffff;
	text-decoration:underline;
}
	
#container_car .img-prodotto {
    mix-blend-mode: normal;
    border-radius: 10px;
}

/* MEDIA QUERY IF WITH PANEL */
@media (max-width: 1080px) and (min-width: 910px){
	.moto_pic,
	#moto_pic{padding-left:125px !important;}
}

@media (max-width: 992px) {
	#related_list {width: 40%;}
	#foto_pic.left_product.left_product{width: 60%;}
	.rel_img {max-width:80%}
	
	.center_column_step_4 {padding-right: 3%;}
	
	
}

@media (max-width: 768px) {
	#related_list {width: 100%;margin-top:30px;}
	#foto_pic.left_product.left_product{width: 100%;}
	
	#vert_scroller{height: 320px;}

	.rel_img {width: 100px;}
	
	
/*
	.related_thumb {height: 250px;margin-top: 5px;clear:both;float:none;}
	.rel_img {width: 42%;float: left;}
	.r_desc {width: 45%;margin-left:52%}
*/
}


.butt_add:hover {
    color: #630008;
}

.optional_thumb2,
.optional_thumb {
    height: 100%;
    width: 160px;
    float: left;
}

.optional_thumb2 {
    min-height: 320px;
}

.optional_thumb2 > img,
.optional_thumb > img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}

.optional_thumb_title2,
.optional_thumb_title {
    padding: 10px 0;
}

#optional_container2,
#optional_container {
    /*height: 230px;*/
    height: 100%;
    position: relative;
}

#optional_slider2,
#optional_slider {
    position: relative;
}

#optional_slider2 #o_arrowleft2,
#optional_slider2 #o_arrowright2,
#optional_slider #o_arrowleft,
#optional_slider #o_arrowright {
    width: 10%;
    float: left;
    position: absolute;
    top: 110px;
}

#optional_slider2 #o_arrowleft2,
#optional_slider #o_arrowleft {
    left: 0;
    z-index: 1;
}

#optional_slider2 #o_arrowright2,
#optional_slider #o_arrowright {
    right: 0;
}

#optional_slider2 #o_arrowleft2 a, #optional_slider2 #o_arrowright2 a,
#optional_slider #o_arrowleft a, #optional_slider #o_arrowright a {
    padding-left: 15px;
    padding-right: 15px;
}

/* freccie slider */
.optional_slider2.show_mobile {
    display: none;
}

#scroll_container_o2,
#scroll_container_o {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#scroll_container_o {
    height: 290px;
}

#scroll_container_o2 {
    height: 320px;
}

/* WISHLIST CUORE SCHEDA PRODOTTO PLTM  - SLIDER ORIZZONTALE E VERTICALE */
#scroll_container_o .optional_thumb{position:relative;}
#scroll_container_o .optional_thumb .pos_abs{position:absolute;top:0;right:80px;}

#vert_scroller_container .butt_add,
#scroll_container_o .butt_add{cursor:pointer;}


#optional_container .butt_add,
#optional_container .my_wish_prod_moto,
#optional_container .add_wish_prod_moto{
	position: absolute;
    top: 0px;
    right: 0px;
    margin: 0;
}

#vert_scroller_container .my_wish_prod_moto, 
#vert_scroller_container .add_wish_prod_moto {
    position: relative;
    top: 0px;
    right: 0px;
    margin: 1em auto 0;
}
#optional_container .my_wish_prod_moto img,
#optional_container .add_wish_prod_moto img,
#vert_scroller_container .my_wish_prod_moto img, 
#vert_scroller_container .add_wish_prod_moto img{
    width: 30px;
}

#cont_buttons_optional_moto .my_wish_prod_moto,
#cont_buttons_optional_moto .add_wish_prod_moto{
    top: 0px !important;
}


    
    
#scroll_container_o .optional_thumb .pos_abs img {
    width: 30px;
}


/* piastra thumb */
.related_thumb.opt_piastra{}
.related_thumb.opt_piastra .singola_piastra{width:23%;float:left;text-align:center;margin-left:1%;margin-right:1%;margin-bottom:20px;}
.related_thumb.opt_piastra span.r_desc red{display:block;}
.related_thumb.opt_piastra img.rel_img{margin: 2px auto;}

.related_thumb.opt_piastra a.btn.mini_btn.butt_add,
.related_thumb.opt_piastra .btn.mini_btn.butt_add.list-added,
.related_thumb.opt_piastra div.btn.mini_btn.butt_add{margin: 0em auto 0;line-height: 10px;    padding: 6px 12px;}
.related_thumb.opt_piastra span.btn-icon.btn-icon-plus{
	margin: 0 0px;
	height: 14px; 
	background-position-y: center;
	padding: 6px 12px;
	}

.related_thumb.opt_piastra .btn-icon {height: 14px;}
.related_thumb.opt_piastra .btn-icon.btn-icon-check{padding: 0px 8px; top: -4px;position:relative;}

.related_thumb.opt_piastra .icon_check {height: 14px;}

#vert_scroller_container .singola_piastra .butt_add{
	margin-top:5px;
}
#vert_scroller_container .singola_piastra .my_wish_prod_moto, 
#vert_scroller_container .singola_piastra .add_wish_prod_moto {
    margin: 0 auto 0;
}




/* page list*/

.list_navibar {
    margin-top: 30px;
    text-align: center;
}

#list_container {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    
    /*width: 80%;*/
    /*padding-left: 10%;*/
    /*padding-right:20%;*/
    margin-top: 40px;
    /*height:50vh;*/
    /*overflow:scroll;*/
}

.product_list_item {
    font-size: 17px;
    background-color: #fff;
    margin-bottom: 25px;
    position: relative;
    clear: both;
    float: left;
    width: 96%;
    padding: 2%;
    box-shadow: 2px 1px 8px #ddd;
}

.product_list_item img {
    display: block;
    float: left;
    width: 150px;
    height: auto;
}

.icon_close {
    position: absolute;
    width: 25px;
    height: 25px;
    background: url("../png/icon_x.png") center no-repeat;
    right: 10px;
    top: 10px;
    color: #fff;
}

.product_list_item h4 {
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 20px;
}

.product_list_item .txt {
    float: left;
    margin-left: 30px;
    width: 60%;
}

.product_list_item .desc {

}

.product_list_item .price {
    font-weight: 700;
}

#popup {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000000;
    display: none;
}

#veil {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
}


#form {
    padding: 0 25%;
    width: 100%;
    top: -50%;
    position: absolute;
}

#popup #form{padding: 0 10%;}

#form_wrapper {
    background-color: #fff;
    box-shadow: 0 0 25px 25px rgba(0, 0, 0, 0.05);
    padding: 20px;
    clear: both;
}

#form input[type=text] {
    height: 60px;
    border: 1px grey solid;
    width: 42%;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
    font-size: 0.8em;
}

#form input.required[type=text] {
    border: 1px #e1001a solid;
}
	
#form #form_title {
    text-align: center;
    font-weight: 800;
    padding: 10px;
}

#form #close {
    margin-bottom: 10px;
    float: right;
    width: 25px;
    height: 25px;
    background: #e1001a url("../png/icon_x.png") center no-repeat;
    padding: 10px;
}

#form .input-checkbox {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('../png/input-checkbox.png') left top no-repeat;
    margin-right: 10px;
    cursor: pointer;
}

#form .input-checkbox.checked {
    background-position: left bottom;
}

#form .privacy-checkbox{
    display:inline-block;
    width:24px;
    height:24px;
    background:url('../png/input-checkbox.png') left top no-repeat;
    margin-right:10px;
    cursor:pointer;
}
#form .privacy-checkbox.checked{
    background-position:left bottom;
}


#form .input-checkbox-es-2018 {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('../png/input-checkbox.png') left top no-repeat;
    margin-right: 10px;
    cursor: pointer;
}

#form .input-checkbox-es-2018.checked {
    background-position: left bottom;
}

/* page preloader
/* ------------------------ */

.page-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(255, 255, 255, .6) url('../gif/loader.gif') center no-repeat;
    display: none;
}

@media print {
    .page-preloader {
        display: none !important;
    }
}

.form-errors {
    display: none;
    color: #c00;
    font-weight: bold;
    font-size: 18px;
    padding-top: 10px
}

.form-confirm {
    display: none;
    background-color: #fff;
    box-shadow: 0 0 25px 25px rgba(0, 0, 0, 0.05);
    padding: 60px 20px;
    clear: both;
}

.popup-confirm:hover {
    color: #575656;
}

#popup-confirm-modal {
    padding: 40px;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    display: none;
}

#popup-confirm-modal .btn-popup {
    font-size: 20px;
    line-height: 1.5;
    display: inline-block;
    color: #fff;
    padding: 6px 15px;
    background: #3d3d3d;
    text-decoration: none;
    text-transform: uppercase;
}

#popup-confirm-modal .btn-popup-yes {
    background: #e1001a;
}

#popup-confirm-modal .fancybox-skin {
    box-shadow: none;
    border-radius: 0;
}

.icon_loading {
    display: block;
    width: 48px;
    height: 24px;
    background: url('../svg/spinner.svg') no-repeat center;
    background-size: cover;
}

div {
    font-family: inherit;
}

#lcounter {
    color: inherit;
}

.show-preloader:hover {
    color: #8f0012;
}

.thumb_wrapper{
    background-color: white; 
    float: left;
}

.product__left {
    float:left;
    width: 40%;    
    background-color: white;
}
.product__right {
	position:relative;
    float:right;
    width: 58%;
    background-color: white;
}


.product_thumb.givi_2022{padding: 5px 20px;}
.product_thumb.givi_2022 .thumb_wrapper{padding-bottom:60px;}
   
.product_thumb.givi_2022 .product__left {float:none;width: 100%;}    
.product_thumb.givi_2022 .product__right {float:none;width: 100%;}    

.product_thumb.givi_2022 .product__left img.thumb_prod{
    height: 10vW !important;
    width: auto !important;
}


.product_thumb.givi_2022 .btn_logged{position:absolute;bottom:30px;width: 100%;}

/*.moto_thumb.givi_2022 .btn_logged{position:absolute;}*/





/* SCHEDA PER LA TUA MOTO */
#bike-choise-image-container{
	position:absolute;
	top:0;
	left:50px;
	width:150px;
}
#bike-choise-image-container img{
	display:block;
	width:100%;
	height:auto;
	margin-top:10px;
	cursor:pointer;
}


@media (max-width: 910px) {
	#bike-choise-image-container{
		position:relative;
		width:100%;
		margin:0 auto;
		left:auto;
		right:auto;
	}
	#bike-choise-image-container img{
		display:inline-block;
		width:150px;
		height:auto;
		margin:0px 10px;
		cursor:pointer;
	}
	.moto_pic,
	#moto_pic{padding-top:50px;}
}


@media (max-width: 500px) {
	.moto_pic,
	#moto_pic {
	    width: 350px;
	    height: 350px;
	}
		#bike-choise-image-container img{
			width:80px;
		}
}



/*
#bike-slider-container {
    width: 500px;
    height: 500px;
	margin:0 auto;
}
#bike-slider-container #listMoto{
	position:relative;
	max-width: 100%;
}
#bike-slider-container #listMoto div{
	position:absolute;
	max-width: 100%;
}
#bike-slider-container #listMoto div img{
	max-width: 100%;
}

@media (max-width: 500px) {
	#bike-slider-container {
	    width: 350px;
	    height: 350px;
	}
}
*/

