@media all and (min-width: 1520px){

}

@media all and (max-width: 1320px){

}

@media all and (max-width: 1200px){
	#user_choice{
	left: -1em;
	}
	#menu .main_menu ul li a, #menu .main_menu ul li span {
    font-size: 12px;
	}
	#menu .main_menu ul.level0 > li > a, #menu .main_menu ul.level0 > li > span {
    max-width: 90px;
    padding: 0;
	}
	.homepage_cta_content > .row > div{
	padding: 0;
	}
	.homepage_cta_content > .row > div.col-3{
	text-align: center;
	}
	.homepage_cta_content span {
    font-size: 12px;
	}
	.homepage_cta_content span strong {
    font-size: 14px;
	}
}

@media all and (max-width: 1280px) and (max-height: 800px){
    
}

@media all and (max-width: 1024px){
   
}

@media all and (min-width: 1000px) and (max-width: 1200px){
    
}

@media all and (min-width: 968px) and (max-width: 1440px){
}

@media all and (max-width: 968px) {
}

@media screen and (min-width: 768px) and (max-width: 968px){
}

/* Since IE does not support device-pixel-ratio media query  */

/* 1.25 dpr */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi){ 

}

/* 1.3 dpr */
@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi){ 

}

/* 1.5 dpr */
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){ 

}

/*2.0 dpr */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){ 

}

/*HUAWEI 8* PORTRAIT*/
@media all and (max-width: 960px) and (orientation:portrait) {
}

/*HUAWEI 8* LANDSCAPE*/
@media all and (max-width: 960px) and (orientation:landscape) {

}

/* iPad */
@media all and (device-width: 768px) and (device-height: 1024px) {


}

/* iPad ~ Portrait */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
	body{
	overflow-x: hidden;
	}
	.article-page .double_column, .double_column{
	column-count: 1;
	}
	.mobile_user_choice{
	justify-content: flex-start;
	}
	.mobile_user_choice button{
	 cursor: pointer;
    -webkit-appearance: none;
    font-size: 14px;
    font-weight: 600;
    color: #242E7C;
    border-radius: 4px;
    background: #fff;
    padding: 3px 10px;
	}
	.mobile_user_choice button span{
	color: #242E7C;
	}
	#logo_image .logo_content {
	    text-align: left;
	    padding-left: 20px;
	}
	#menu .main_menu ul.level0 > li{
	display: none;
	}
	#menu .main_menu ul.level0 > li#all_menu_toggler{
	    height: 42px;
    align-items: center;
    display: flex;
	}
	.header_search{
	display: none;
	}
	#all_menu_toggler div{
		    width: 100%;
    text-align: center;
    justify-content: center;
    right: 0;
    position: static;
    background: transparent;
    height: auto;
	}
	#all_menu_toggler div span{
		    font-size: 18px;
	}
	.col-12.col-md-8.sitemap_menu_logo{
	    text-align: right;
    padding-right: 30px;
	}
	#sitemap_menu .card-columns{
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
	}
	#homepage_cta {
    position: static;
    width: 100%;
    background: rgba(27, 31, 58, 1);
    padding: 20px;
	}
	#homepage_cta > .container {
    position: relative;
    top: 0; 
    width: 100%;
    max-width: 100%;
	}
	#homepage_cta > .container .container-inner > .row > div:last-child{
	padding: 0;
	}
	.homepage_cta_content {
    background: rgba(27, 31, 58, 1);
    padding: 10px 20px;
    border-radius: 0;
    color: #fff;
    height: 100%;
	}
	#homepage_slideshow {
    min-height: 500px;
    height: 500px;
	}
	#homepage_slideshow .swiper-wrapper {
    height: 500px;
	}
	.homepage_slideshow_slide_bg {
    height: 500px;
    background-position: center;
	}
	.slideshow_slide_content {
    bottom: 2em;
    max-width: calc(100vw - 10%);
	}
	.slideshow_slide_content h2 {
    font-size: 42px;
	}
	.slideshow_slide_content h4 {
    font-size: 20px;
	}
	.slideshow_content .container .swiper-arrows {
    bottom: 4em;
	}
	#homepage_slideshow .homepage_slideshow_slide_bg:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    background: -moz-linear-gradient(top, rgba(36,46,124,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(36,46,124,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(36,46,124,0.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6242e7c', endColorstr='#00000000',GradientType=0 );
	}
	#offcanvas_search #close_search:after {
    font-size: 50px;
    right: 20px;
	}
	#offcanvas_search #close_search {
    right: 0;
	}
	#offcanvas_search .search_header h3{
	font-size: 22px;
	}
	#offcanvas_search input[type="text"] {
    font-size: 20px;
	}
	#offcanvas_search button {
    /*top: 1em;
    height: 24px;
    width: 24px;*/
	}
	#search_top small {
    text-align: center;
	}
	#offcanvas_search #search_top {
	height: 30%;
	}
	#offcanvas_search.search_open #search_bottom {
    transform: translate3d(0,43%,0);
	}
	#offcanvas_search #search_bottom {
    overflow: scroll;
    padding: 30px 0;
    height: 70%;
	}
	#offcanvas_search #search_bottom .row > div:not(:last-child){
		margin-bottom: 20px;
	}
	#footer .row > div{
	margin-bottom: 20px;
	}
	#footer .menu_footer{
	column-count: 2;
	}
	#filtro_ricerca .show_all_filter {
    font-size: 12px;
	}
	.pagination li:first-child:before, .pagination li:last-child:after {
    width: 20%;
	}
	.login_form button[type="submit"].new_pass{
	float: none;
    margin: 0;
	}
	#shipping_module{
	background-attachment: scroll;
	}

}

/* iPad ~ Landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1)  { 
    .mobile_user_choice{
	justify-content: flex-start;
	}
	.mobile_user_choice button{
	 cursor: pointer;
    -webkit-appearance: none;
    font-size: 14px;
    font-weight: 600;
    color: #242E7C;
    border-radius: 4px;
    background: #fff;
    padding: 3px 10px;
	}
	.mobile_user_choice button span{
	color: #242E7C;
	}
    .item_details_image {
    width: 50%;
    float: right;
    display: inline-block;
    margin-left: 20px;
	}
	.category-layout .order-2, .category-layout .order-4{
	width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
	}
	.item_details .btn-default.btn-cart{
	margin-top: 20px;
	}
	.login_form button[type="submit"].new_pass{
	float: none;
    margin: 0;
	}
	#menu .main_menu ul.level0 > li > a, #menu .main_menu ul.level0 > li > span{
	max-width: 90px;
	padding: 0 1px;
	}
	#menu .main_menu ul li a, #menu .main_menu ul li span{
	font-size: 12px;
	}
	#menu .main_menu {
    background: rgba(255, 255, 255, 0.3);
	}
	#footer .row > div{
	margin-bottom: 20px;
	}
	#footer .menu_footer{
	column-count: 2;
	}
	#shipping_module{
	background-attachment: scroll;
	}
}


/* iPhone/Smartphone ~ Portrait */
@media only screen and (max-width: 767px) {
	.body-wrapper {
    overflow-x: hidden;
	}
	.article-page .double_column, .double_column{
	column-count: 1;
	}
	.round_border_end_bg:after {
    bottom: -80px;
	}
    #header{
    padding-top: 0;
    }
    #header-top{
    background: transparent;
    }
    .top_btns{
    background: #fff;
    }
    .mobile_user_choice{
	background: #019fe3;
	justify-content: center;
	padding: 1px 0;
    }
    .mobile_user_choice button{
	font-size: 14px;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	border: transparent;
	background: transparent;
	height: 100%;
    }
    .mobile_user_choice button span{
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    }
    .top_btns nav a, .top_btns nav span {
        color: #252f7c;
	}
	/*#social{
		display: none;
	}*/
	#social .social_content{
	display: none;
	}
	.logo_content{
	margin: 0 auto;
    /*margin-bottom: 20px;*/
	}
	#logo_image img{
	margin-top: 10px;
	max-width: 320px;
    margin-bottom: 20px;
	}
	#floating_menus {
    justify-content: center;
	}
	#floating_menus .all_products_mobile{

	}
	#floating_menus .all_products_mobile #all_products_mobile_toggler{
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    color: #242e7c;
    background: #fff;
    /*border: 2px solid #fff;*/
    box-shadow: 3px 3px 0px rgba(36, 46, 124, 0.35);
    position: relative;
    cursor: pointer;
    text-decoration: none;
	width: auto;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 24px;
    padding: 8px 15px;
    line-height: 1.2;
	}
	#menu{
	display: none;
	}
	#floating_menus .cart{
	margin-right: 15px;
	}
	#header_image {
    /*height: 190px;*/
	}
	#header_image .header_bg {
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
	}
	body:not(.homepage) #mobile_search{
	/*display: none;*/
	}
	#mobile_search{
	margin-top: 20px;
	}
	#mobile_search form{
	position: relative;
	}
	#mobile_search form input{
	background: rgba(255, 255, 255, 0.25);
    box-shadow: none;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #fff;
    width: 100%;
    padding: 15px 0;
    outline: none;
    text-align: center;
    font-size: 18px;
    border-radius: 12px;
	}
	#mobile_search form input[type="text"]::placeholder{
		color: #fff;
	}
	#mobile_search form button {
    position: absolute;
    right: 1em;
    top: 1em;
    -webkit-appearance: none;
    background: #fff;
    -webkit-mask-image: url(../ima/template/arrow-right.svg);
    -webkit-mask-size: contain;
    mask-image: url(../ima/template/arrow-right.svg);
    mask-size: contain;
    height: 24px;
    width: 24px;
    outline: none;
    -webkit-mask-repeat: no-repeat;
	}

	body:not(.homepage) #mobile_search form input{
	background: rgba(0, 0, 0, 0.6);
    box-shadow: none;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #fff;
    width: 90%;
    padding: 15px 0;
    outline: none;
    text-align: center;
    font-size: 18px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0,0,0,.5);
    margin: 0 auto;
    justify-self: center;
    display: flex;
	}
	body:not(.homepage) #mobile_search form button {
    position: absolute;
    right: 2em;
    top: 1em;
    -webkit-appearance: none;
    background: #fff;
    -webkit-mask-image: url(../ima/template/arrow-right.svg);
    -webkit-mask-size: contain;
    mask-image: url(../ima/template/arrow-right.svg);
    mask-size: contain;
    height: 24px;
    width: 24px;
    outline: none;
    -webkit-mask-repeat: no-repeat;
	}

	#sitemap_menu_close {
    display: flex;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    padding-left: 20px;
	}
	#sitemap_menu_close img {
    width: 60px;
	}
	#modal_user_choice button{
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	}
	#modal_user_choice .modal-header .modal-title {
    font-size: 32px;
	}
	#modal_user_choice .modal-header p {
    line-height: 1.2;
	}
	#offcanvas_search #close_search:after {
    font-size: 50px;
    right: 20px;
	}
	#offcanvas_search #close_search {
    right: 0;
	}
	#offcanvas_search .search_header h3{
	font-size: 22px;
	}
	#offcanvas_search input[type="text"] {
    font-size: 20px;
	}
	#offcanvas_search button {
   /* top: 1em;
    height: 24px;
    width: 24px;*/
	}
	#search_top small {
    text-align: center;
	}
	#offcanvas_search #search_bottom {
    overflow: scroll;
    padding: 30px 0;
	}
	#offcanvas_search #search_bottom .row > div:not(:last-child){
		margin-bottom: 20px;
	}

	#homepage_slideshow {
    min-height: 500px;
    height: 500px;
	}
	#homepage_slideshow .swiper-wrapper {
    height: 500px;
	}
	.homepage_slideshow_slide_bg {
    height: 500px;
    background-position: center;
	}
	.slideshow_slide_content {
    bottom: 2em;
    max-width: calc(100vw - 10%);
	}
	.slideshow_slide_content h2 {
    font-size: 32px;
	}
	.slideshow_slide_content h4 {
    font-size: 20px;
	}
	.slideshow_content .container .swiper-arrows {
    bottom: 4em;
	}
	#homepage_cta{
	position: static;
	padding: 0;
	background:rgba(27, 31, 58, 0.9);
	/*background: radial-gradient(#252f7c, #019fe3);*/
	}
	#homepage_cta > .container {
    top: 0; 
    padding: 0;
    overflow: hidden;
	}
	#homepage_cta > .container .row > div{
	margin: 0;
	padding: 0;
	}
	#homepage_cta > .container .row > div:nth-child(even) .homepage_cta_content{
	background: #F3F5FB;
	}
	.homepage_cta_content {
    background: #fff;
    padding: 20px;
    border-radius: 0px; 
    color: rgba(27, 31, 58, 0.9);
    border-bottom: 1px solid rgba(27, 31, 58, 0.9);
	}
	.homepage_cta_content span a {
    color: #30344d;
	}
	.homepage_cta_content .col-3{
	text-align: center;
	}
	.homepage_cta_content i {
    background: rgba(27, 31, 58, 0.9);
    color: #fff;
	}
	#homepage_slideshow .homepage_slideshow_slide_bg:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    background: -moz-linear-gradient(top, rgba(36,46,124,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(36,46,124,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(36,46,124,0.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6242e7c', endColorstr='#00000000',GradientType=0 );
	}
	#homepage_plus .row > div:not(:last-child){
		margin-bottom: 20px;
	}
	#homepage_enti_cta .row > div:first-child{
		margin-bottom: 30px;
	}
	#homepage_featured .row .row > div {
    text-align: center;
	}
	.features-module{
	margin-bottom: 20px;
	}
	#footer .row > div:not(:last-child){
	margin-bottom: 10px;
	}
	.footer_credits{
	text-align: center;
	}
	.footer_credits small span{
    opacity: 0;
    font-size: 0 !important;
    margin: 0 !important;
	}
	.footer_credits small span:after{
	content: "";
	display: block;
	}
	.footer_credits small a{
	display: inline-block;
	}
	#footer .social_content {
    text-align: center;
	}
	#footer .menu_footer{
	column-count: 2;
	}
	#filtro_ricerca #filtro_toggler{
	display: block;
	}
	.filtro_content{
	display: none;
	margin-top: 20px;
	}
	.pagination li:first-child:before, .pagination li:last-child:after{
	display: none;
	}
	.item_details{
	padding: 0 10px;
	}
	.item_details .product_breadcrumbs {
    padding: 0 10px;
	}
	.item_details_image{
	margin-bottom: 30px;
	}
	.item_details .item_form .select_variant{
	margin-bottom: 15px;
	}
	.item_price_container > div, .item_price_container .row > div{
	margin-bottom: 15px;
	}
	.item_sharing .row > div {
    display: block;
    text-align: center;
	}
	.item_sharing label {
    margin-right: 0;
	}
	.product_plus{
	justify-content: flex-start;
	font-size: 14px;
	}
	.gallery-top .swiper-slide img{
	width: 100%;
	}
	.contact-layout .row > div{
	margin-bottom: 30px;
	}
	.wrap-map {
    margin-top: 0;
	}
	#main_content h1{
	font-size: 24px;
	}
	.sticky-sidebar{
	position: static;
	margin-bottom: 30px;
	}
	.document_row {
	justify-content: center;
	text-align: center;
	}
	.dl-item-title, .dl-item-title a {
    margin-top: 20px;
    font-size: 24px;
	}
	.document_row .btn-default, #accordion .row .btn-default {
    margin: 0 auto;
	}
	.tabelle_misura-layout img:not([alt="misure"]){
    max-width: 110px;
    height: auto;
	}
	.tabelle_misura-layout .row h3 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
	}
	.login_form button[type="submit"] {
    float: none;
    margin: 0 auto;
    margin-top: 20px;
	}
	#registrationform-typology .custom-control-inline{
	display: block;
	}
	.row.cart_header{
	display: none;
	}
	.cart_values > div:last-child{
	text-align: right;
	}
	.cart_values > div:nth-child(2){
	margin-top: 10px;
	}
	.cart_actions .buttons-left, .cart_actions .buttons-right {
    display: block;
    float: none;
    text-align: center;
	}
	.cart_actions .buttons-left a, .cart_actions .buttons-left button, .cart_actions .buttons-right a, .cart_actions .buttons-right button{
	margin:5px 0;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	width: 100%;
	}
	#shipping_module{
	background-attachment: scroll;
	}
	.brand_container {
    margin-bottom: 15px;
	}
	.brand_content {
    position: static;
    width: 100%;
    height: auto; 
    background: #fff;
    box-shadow: inset 0 0 0 2px #242E7C;
    align-content: center;
     display: block; 
    border-radius: 12px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 20px;
	}
	.brand_container:after{
	display: none;
	}
	.brand_container img, .brand_content h5 {
    margin-bottom: 10px;
	}
	#cookiescript_badge {
    bottom: 8px !important;
    left: 10px !important;
    padding: 5px 7px 3px 7px !important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    transform: none;
    width: auto;
    font-size: 0 !important;
	}
	#cookiescript_badge:after{
	content: "COOKIE";
	font-size: 11px;
	}
	#offcanvas_search .search_radio_btns {
    font-size: 14px;
	}
	#offcanvas_search .autoComplete_wrapper>ul {
    margin-top: 75px !important;
    max-height: 55vh;
	}
}

/* iPhone/Smartphone ~ Landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

/*IPHONE 5*/
@media only screen and (min-device-width: 320px) and (max-device-width: 568px)
and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) and (orientation:portrait){
    #floating_menus .all_products_mobile #all_products_mobile_toggler{
    	font-size: 12px;
    	top: 2px;
    }
    #modal_price_area .modal-header button.close{
    position: static;
    padding: 10px;
    }
    #modal_price_area .modal-title{
    text-align: left;
    line-height: 1em;
    }
    #modal_price_area table tr td:first-child{
    padding-left: 5px;
    }
    #modal_price_area .table-bordered td, #modal_price_area .table-bordered th{
    font-size: 12px;
    }

}

/*IPHONE 5 LAND*/
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) and (orientation:landscape) { 
    
}

/*IPHONE 6*/
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) { 

}

/*IPHONE 6 LAND*/
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) { 

}

/*IPHONE 6 PLUS PORTRAIT*/
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) { 

}

/*IPHONE 6 PLUS LANDSCAPE*/
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape){

}

/*iPhone X in portrait*/
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : portrait) { 
    
}

/*iPhone X in landscape*/
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : landscape) { 
    
}

/*ONEPLUS 5* PORTRAIT*/
@media only screen and (min-device-width: 414px) and (max-device-width: 809px)  and (-webkit-device-pixel-ratio : 2.3750) and (orientation : portrait) {
    
}

/*ONEPLUS 5* LANDSCAPE*/
@media only screen  and (min-device-width: 414px) and (max-device-width: 809px)  and (-webkit-device-pixel-ratio : 2.3750) and (orientation : landscape) {
    
}

/*ONEPLUS 5* LANDSCAPE*/
@media only screen and (-webkit-device-pixel-ratio : 2.3750) and (orientation : landscape) {

}