:root {
    --whishlist-offset: 40px;
}

/* LAYOUT */

html.fixed, body.fixed {
    height: 100vh !important;
    overflow: hidden !important;
}
.container {
    margin: 0 auto;
    max-width: 1680px;
}
* {
    box-sizing: border-box !important;
    transition: all 300ms;
}
hr {
    border: 0;
    border-bottom: 2px solid #ccc;
    margin: 120px auto;
    max-width: 1110px;
}
hr.mini {
    margin: 20px auto;
}
.clear {
    min-height: 1px;
    width: 100%;
    display: block;
    clear: both;
}

/* TYPOGRAPHY */

body {
    font-family: "Inter", sans-serif;
}
h1 {
    font-size: 45px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
}
h2 {
    font-size: 45px;
    font-weight: 400;
    line-height: 52px;
    margin-bottom: 30px;
}
h3 {
    font-size: 32px !important;
    font-weight: 300 !important;
    line-height: 1.4 !important;
    margin-bottom: 50px !important;
    text-align: left;
}
h6.content {
	font-weight: 600;
	border-bottom: 1px solid #ccc;
	display: block;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 0 !important;
	font-size: 18px;
	color: #111;
}
p {
    /* text-align: center; */
}

/* VARIE */

img {
    max-width: 100%;
}
img.left {
    float: left;
}
img.right {
    float: right;
}
a:hover {
    text-decoration: none;
}
a.btn, form button[type=submit] {
    background: transparent;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #ddd;
    padding: 10px 30px;
    border-radius: 5px;
    /* color: #fff; */
    border: 1px solid #ddd;
    color: #111;
}
a.btn:hover, form button[type=submit]:hover {
    background: #d41318;
    border: 1px solid #d41318;
    color: #fff;
}

.vert_box {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.vert_box img {
    width: 100%;
}
.vert_box .info {
    padding: 40px;
    text-align: left;
}
.vert_box .info p {
    color: #4d4d4d;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6 !important;
    text-align: left;
    margin-bottom: 40px;
}
.paginator {
	display: inline-block;
	border: 1px solid rgba(0,0,0,.6);
	padding: 5px 7px;
	width: 40px;
	text-align: center;
	color: #212529;
	margin-bottom: 15px;
}
.paginator:hover {
	background-color: rgba(0,0,0, 0.6);
	color: rgba(255, 255, 255, 0.6);
}
.paginator.active {
	background-color: #212529;
	color: #fff;
}

/* LISTA COLLEZIONI PAGINA FAMIGLIA */
.coll_box {
    float: left;
    margin-bottom: 80px;
    padding: 0 40px;
    text-align: center;
    width: 33.33%;
}
.coll_box .img_wrapper {
    box-shadow: 0 30px 30px -30px #aaa;
    margin-bottom: 40px;
}
.coll_box p.name {
    color: #111 !important;
    font-family: Inter;
    font-weight: 300;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: bottom;
}
.coll_box p.desc {
    font-family: Inter;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: bottom;
}

/* LISTA MODELLI PAGINA COLLEZIONE */
#coll_det_wrapper.n4 .coll_det_box {
    width: 25%;
}
#coll_det_wrapper.n3 .coll_det_box {
    width: 33.33%;
}
#coll_det_wrapper.n2 .coll_det_box {
    width: 50%;
}
.coll_det_box {
    float: left;
    margin-bottom: 80px;
    padding: 0 40px;
    position: relative;
    text-align: center;
}
.coll_det_box.whishlist_item {
    padding: 0 calc(40px + var(--whishlist-offset));
}
.coll_det_box .img_wrapper {
    margin-bottom: 30px;
}
.coll_det_box .img_wrapper img {
    width: 100%;
}
.coll_det_box p.coll_name {
    color: rgba(0,0,0,.6);
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    margin: 0 0 10px;
    letter-spacing: 0%;
    text-align: center;
}
.coll_det_box p.name {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 0;
    text-align: center;
    vertical-align: bottom;
}
.coll_det_box a.bookmark {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 15px;
    top: -5px;
    z-index: 9;
}
.coll_det_box.whishlist_item a.bookmark {
    right: calc(15px + var(--whishlist-offset));
}
.coll_det_box a.bookmark img {
    height: auto;
}
.rm_bookmark:hover {
    border-bottom: 2px solid #D41318;
}

.action_row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.action_row a.btn {
    margin: 0 30px;
    text-transform: uppercase;
}
/* .beige .action_row a.btn {
    background: #fff;
}
.beige .action_row a.btn:hover {
    background: #D41318;
} */

.col_box_content {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-content: start;
	align-items: start;
}
.col_box_content > * {
    flex-grow: 0;
    margin-bottom: 30px;
}
.col_box_content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.col_box_content ul li a {
    color: #333;
    text-decoration: none;
}
.col_box_content ul li a:hover {
    text-decoration: underline;
}

p.semititle {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 25px;
}
.box_content_left {
    padding: 60px 120px 60px 250px !important;
}
.box_content_right {
	padding: 60px 250px 60px 120px !important;
}
body:not(.is_home) .home_cta img {
    max-height: 435px;
}
.box_content_left.center {
    justify-content: center;
}
.box_content_left.center > * {
    margin: 20px 0;
}
.box_content_left.text-center {
    align-content: center;
	align-items: center;
}
.box_content_left.text-center p {
    margin-bottom: 25px;
}

.page_headrow {
    position: relative;
}
.page_headrow a.page_back {
    position: absolute;
    left: -40px;
    top: 0;
    z-index: 0;
    line-height: 32px;
    color: #4d4d4d;
}
.page_headrow a.page_back > div {
	padding: 0 !important;
	border: 1px solid #4d4d4d;
	height: 32px;
	width: 32px;
	line-height: 32px;
	border-radius: 3px;
	text-align: center;
    margin-left: 10px;
    position: relative;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.page_headrow a.page_back > div::before {
    display: block;
    position: relative;
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 20;
    font-size: 18px;
    padding: 0;
    margin: 0;
    content: "\f0d9";
    color: #4d4d4d;
}

/* FORM */

.form_wrapper {
    max-width: 620px;
    padding-left: 100px;
}

/* HEADER */

#header {
    background: #000;
    position: absolute;
    min-height: 70px;
    padding: 10px 0;
    top: 40px;
    left: 0;
    z-index: 10;
}
body:not(.is_home) #header {
    position: relative;
    top: 0;
}
#header * {
    color: #fff !important;
}
#header .col {
    display: flex;
    align-items: center;
}
#header .col > * {
    flex-grow: 1;
}
#header .col #menu {
    /* flex-grow: 10; */
}
#menu_mobile_link_wrapper {
    display: none;
}
#menu_mobile_link {
	border: 1px solid #fff;
	padding: 0;
	display: block;
	width: 28px;
	height: 28px;
	text-align: center;
	font-size: 18px;
	border-radius: 3px;
	line-height: 26px;
}
#menu_mobile_link i.close {
    display: none;
}
#menu ul {
    display: flex;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-between;
    margin: 0;
}
#menu ul li {
    height: 47px;
    line-height: 47px;
    list-style-type: none;
    position: relative;
    text-transform: uppercase;
}
#menu ul li ul {
    display: none;
    position: absolute;
    background: #000;
    padding: 20px;
    top: 45px;
    left: 0;
    width: 180px;
    z-index: 100;
}
#menu ul li ul li {
    display: block;
    margin: 0;
    padding: 0;
}
#menu ul li ul li a {
    color: #fff;
    display: block;
    margin: 0;
    padding: 0;
}
#menu ul li ul li a:hover {
    color: #d41318;
}
#menu ul li:hover ul {
    display: block;
}
#top_icons {
    text-align: right;
}
#top_icons a {
    display: inline-block;
    margin-left: 20px;
}

#header.sticky {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	z-index: 999;
	box-shadow: 0px 10px 10px -10px #000;
}

/* RICERCA */

#top_search_wrapper {
	display: inline-block;
}
#top_search_wrapper * {
	font-style: normal !important;
}
#top_search_wrapper i.fas {
	font-size: 18px !important;
}
#top_search {
	background: #000;
	width: 100%;
	display: none;
	padding: 0;
	border-radius: 8px;
	margin: 20px 0 12px;
	border: 0;
}
#top_search div {
	background: #fff;
	border-radius: 8px;
    position: relative;
}
#search_query {
	width: 100%;
	margin: 0;
	display: inline-block;
	border-radius: 5px;
	padding: 12px 100px 12px 20px;
	color: #333 !important;
	letter-spacing: .02em;
	font-size: 18px;
	border: 0;
}
#top_search form button[type="submit"] {
	display: inline-block;
	width: 60px !important;
	background: none;
	text-align: center;
	border: 0;
	margin: 0;
	padding: 0;
	height: 52px;
	font-size: 50px;
	line-height: 52px;
	color: #000 !important;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99999;
	border-radius: 0 8px 8px 0;
}
#top_search form button[type="submit"] i {
    color: #000 !important;
}

/* CONTENT */

#hp_slider {
	padding: 0 !important;
	margin: 0 !important;
}
#hp_slider .item .text {
    position: absolute;
    left: 15vw;
    top: 310px;
    z-index: 100;
}
#hp_slider .item .text * {
    color: #fff !important;
} 
#hp_slider .item .text .title {
    font-size: 65px;
    font-weight: 600;
    text-transform: uppercase;
		text-shadow: 0 0 5px black;
}
#hp_slider .item .text .desc {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 50px;
    text-align: left;
		text-shadow: 0 0 5px black;
}
#hp_slider .item .text a {
		text-shadow: 0 0 5px black;
}
.white-column {
	position: absolute;
	top: 0;
	right: 100px;
	width: 5vw;
	bottom: 0;
	background: white;
	z-index: 2;
}
.white-column::before {
	background: #fff;
	width: 25vw;
	height: 25vw;
	display: block;
	position: absolute;
	right: 5vw;
	bottom: 0px;
	content: "";
	z-index: 20;
	mask: radial-gradient(circle at 0 0, transparent 71%, black 0%);
	-webkit-mask: radial-gradient(circle at 0 0, transparent 71%, black 0%);
}
.white-column.beige, .white-column.beige::before {
    background: #f9f7f2 !important;
}

.feat_slider {
    margin: 0 auto;
    max-width: 1200px;
}
.feat_slider .item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.feat_slider .item > div {
    /* flex: 1; */
    /* flex-grow: 1; */
    width: 50% !important;
}
.feat_slider .item .img_wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: block;
    height: 450px;
    width: 100%;
}
.feat_slider .item .text {
    background: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #ddd;
    padding: 60px;
}
.feat_slider .item .text p.title {
    font-family: Inter;
    font-weight: 400;
    font-size: 44px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 40px;
    vertical-align: bottom;
}
.feat_slider .item .text p.desc {
    font-family: Inter;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: bottom;    
}
.feat_slider .owl-nav {
	top: auto !important;
	bottom: 100px !important;
	right: auto !important;
	left: 30px !important;
}
.feat_slider .owl-dots {
    position: relative !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-content: center !important;
    padding: 25px 0 !important;
}
.feat_slider button.owl-dot {
	height: 5px !important;
	width: 5px !important;
	background: #ccc !important;
	margin: 0 10px !important;
}
.feat_slider button.owl-dot.active {
	height: 10px !important;
	width: 10px !important;
	margin-top: -2px !important;
	background: #777 !important;
}

.boxed {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.boxed > div, .boxed > ul > li {
    border-bottom: 1px solid #ddd;
    padding: 20px 25px;
    position: relative;
}
.boxed .row {
    border: 0;
}
/* Lista 1° livello */
    .boxed ul {
        margin: 0;
        padding: 0;
    }
    .boxed li {
        list-style-type: none;
        position: relative;
    }
    .boxed > ul > li {
        font-weight: 400;
        text-transform: uppercase;
    }
    .boxed > ul > li::after {
        content: "+";
        font-size: 18px;
        font-weight: 600;
        position: absolute;
        right: 30px;
        top: 18px;
    }
    .boxed > ul > li.active::after {
        content: "-";
    }
    .boxed > ul > li:last-of-type {
        border-bottom: 0;
    }
    .boxed > ul > li a {
        color: #111;
    }
/* Lista 2* livello generica */
    .boxed > ul > li > ul {
        display: none;
        margin-top: 18px;
    }
    .boxed > ul > li.active > ul {
        display: block;
    }
    .boxed > ul > li > ul li {
        color: rgba(0,0,0,0.6);
        text-transform: none;
        margin-bottom: 5px;
    }
/* Lista 2° livello MONO */
    .boxed > ul > li > ul.mono > li label {
        cursor: pointer;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .boxed > ul > li > ul.mono > li input {
        display: inline-block;
        float: right;
        margin-top: 5px;
        margin-right: 4px;
        vertical-align: middle;
    }
/* Lista 2° livello MULTI */
    .boxed > ul > li > ul.multi > li {
        padding-left: 15px;
    }
    .boxed > ul > li > ul.multi > li::before {
        background-image: url('../gfx/Vector 13.png');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 6px;
        position: absolute;
        left: 0;
        top: 10px;
        width: 6px;
    }
    .boxed > ul > li > ul.multi > li.active::before {
        background-image: url('../gfx/Vector 12.png');
    }
/* Lista 3° livello MULTI */
    .boxed > ul > li > ul.multi > li > ul {
        display: none;
        margin: 10px 0;
        max-height: 110px;
        overflow-y: auto;
        /* overflow-y: hidden; */
        padding-right: 10px;
        overflow-x: hidden;
    }
    .boxed > ul > li > ul.multi > li.active > ul {
        display: block;
    }
    .boxed > ul > li > ul.multi > li > ul > li {
        color: rgba(0,0,0,0.6);
        text-transform: none;
        margin-bottom: 5px;
    }
    .boxed > ul > li > ul.multi > li > ul > li label {
        cursor: pointer;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .boxed > ul > li > ul.multi > li > ul > li input {
        display: inline-block;
        float: right;
        margin-top: 5px;
        margin-right: 4px;
        vertical-align: middle;
    }
/* Lista 2° livello FIGURE */
    .boxed > ul > li > ul.figure > li {
        /* border: 1px solid #ddd; */
        display: inline-block;
        width: calc(33.33% - 5px);
				padding-top: 20px;
    }
    .boxed > ul > li > ul.figure > li .type_figure {
        background: #ddd;
        display: block;
        height: 82px;
        margin: 0 auto 5px;
        width: 38px;
    }
    .boxed > ul > li > ul.figure > li .type_figure + p {
        font-family: Inter;
        font-weight: 400;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: bottom;
    }
		.boxed > ul > li > ul.figure > li.active {
			background-color: gray;
		}
		.boxed > ul > li > ul.figure > li.active a {
			color: white;
		}
		.type_figure_delete {
			display: none;
			position: absolute;
  		right: 5px;
  		top: 3px;
		}
		.active > .type_figure_delete {
			display: block;
		}

.boxed h3 {
    margin: 0 !important;
}
.boxed h3 + a {
    border: 0;
    padding: 0;
    position: absolute;
    right: 30px;
    top: 30px;
}
.boxed h3 + a:hover {
    background: none;
    border: 0;
    border-bottom: 1px dotted #aaa !important;
    color: #111;
}

/* RISULTATI DI RICERCA */

.boxed.search_results > ul > li {
    padding: 0;
}
.boxed.search_results > ul > li:hover {
    background: #F9F7F2;
}
.boxed.search_results > ul > li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 25px;
}
.boxed.search_results > ul > li::after {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	font-size: 30px;
	top: 10px;
}
.restag {
	position: relative;
	display: inline-block;
	background: #ddd;
	color: #000;
	font-size: 12px;
	font-weight: 600;
	padding: 2px 10px;
	padding-left: 22px;
	border-radius: 0 8px 8px 0;
	height: 23px;
	line-height: 19px;
	vertical-align: middle;
	margin-right: 5px;
	width: 100px;
	text-align: left;
}
/* Pseudoelemento che simula il cartellino tag */
.restag::before {
	content: "";
	position: absolute;
	left: -8px;
	top: 0;
	width: 23px;
	height: 23px;
	background-color: #bbb;
	clip-path: polygon( 0% 0%, 80% 0%, 100% 50%, 80% 100%, );
	border-radius: 8px 0 0 8px;
}
/* "Buchino" del tag */
.restag::after {
	content: "";
	position: absolute;
	left: 2px;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	background: white;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #999;
}

/* NEWS */

.news_wrapper {
    display: block;
}
.news_col {
    float: left;
    margin-bottom: 40px;
    width: 33.33%;
}
.news_col h2 {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 10px;
}
.news_col .info p {
    margin-bottom: 30px;
}
.news_col .info p.news_date {
    margin-bottom: 20px;
}
.single_news_wrapper {
    margin: 40px 0 100px;
    max-width: 100%;
}
.single_news_wrapper h1 {
    text-align: left !important;
}
.single_news_wrapper p {
    color: #4d4d4d;
    font-family: Inter;
	font-size: 20px;
	font-weight: 200;
	line-height: 1.3;
    margin: 20px auto 0;
    max-width: 100% !important;
    text-align: left !important;
}
.single_news_wrapper .news_img {
    float: left;
    margin: 0 40px 40px 0;
}

.col > h1 + p, .like_h1_sibling {
    color: #4d4d4d;
    font-family: Inter;
	font-size: 20px;
	font-weight: 200;
	line-height: 1.3;
    max-width: 800px;
    margin: 20px auto 0;
    text-align: center;
}
p.intro {
    color: #4d4d4d;
    font-family: Inter;
    font-weight: 300;
    font-size: 22px;
    text-align: center;
    max-width: 800px;
    margin: 30px auto 60px;
}
p.intro b {
    font-weight: 700;
}
p.intro a {
    color: #4d4d4d;
    text-decoration: underline;
}

#filter_row {
    /* border: 1px solid red; */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: -20px;
    flex-wrap: nowrap;
}
#filter_row > div:first-of-type {
    min-width: 150px;
    padding-top: 5px;
}
p.filter_selected {
    border-right: 1px solid #aaa;
    display: inline;
    line-height: 30px;
    margin: 0 0 20px 20px;
    padding-right: 20px;
    /* word-wrap: break-word;
    word-break: break-all; */
}
#filter_row p.filter_selected:first-of-type {
    margin-left: 0;
}
p.filter_selected span {
    border: 1px solid #ddd;
    border-radius: 5px;
    display: inline-block;
    margin: 0 2px 10px 0;
    padding: 2px 30px 2px 8px;
    position: relative;
}
p.filter_selected span a.close {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    position: absolute;
    right: 7px;
    margin: 0;
    padding: 0;
    height: 14px;
    width: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    opacity: 1;
}
p.filter_selected span a.close:hover {
    background: #ddd;
}
p.filter_selected span a.close img {
    margin: 0;
    padding: 0;
    height: 7px;
    width: 7px;
    display: inline-block;
    margin: 0 auto;
}
p.filter_selected span:first-of-type {
    margin-left: 5px;
}
#filter_row p.filter_selected:last-of-type {
    border: 0 !important;
}

a.change_view_type_btn {
    display: inline-block;
    margin-left: 10px;
    position: relative;
}
a.change_view_type_btn img {
    height: 30px;
    width: 30px;
    margin: 0 auto;
}
a.change_view_type_btn::before {
    transition: all 300ms;
    width: 0;
    height: 2px;
    position: absolute;
    background: #ddd;
    left: 0;
    bottom: -10px;
    content: "";
    display: block;
}
a.change_view_type_btn:hover::before {
    width: 100%;    
}

.home_cta {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.home_cta.small {
    padding: 30px 0;
}
.home_cta.monocol {
    padding: 100px 25vw;
    text-align: center;
}
.home_cta.dark * {
    color: #fff !important;
}
body.is_home .home_cta p {
    font-size: 22px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 40px;
}
.white {
    background: #fff;
}
.beige {
    background: #f9f7f2;
}
body:not(.is_home) .home_cta.inner_page_header {
	min-height: 450px;
	padding: 0 30vw;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}
body:not(.is_home) .home_cta.big {
    min-height: 500px;
}
body:not(.is_home) .home_cta.big .col {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	max-height: 100%;
	height: 500px;
    padding: 0 120px;
}

#hp_contact_block * {
    text-shadow: 1px 1px 5px #000, 1px 1px 10px #333, -1px -1px 5px #000, -1px -1px 10px #333;
}

.tooltips_wrapper {
    position: relative;
}
.tooltips_wrapper img {
    width: 100%;
}
.tooltips_wrapper .info_right {
	position: absolute;
	width: 50%;
	right: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding: 100px 250px 100px 60px;
}
.tooltips_wrapper .info_right * {
    color: #fff;
    margin-bottom: 40px;
}

.color_item img {
    display: block;
    margin: 0 auto 30px;
}
.color_item p.title {
    font-weight: 600;
    font-size: 18px;
    margin: 0 auto;
    text-transform: uppercase;
}
.color_item p.subtitle {
    font-weight: 300;
    font-size: 16px;
    margin: 0 auto;
    text-transform: none;
}

/* FORM DI CONTATTO */
#home_contact_form input:not([type=checkbox]),
#rivenditori_form input:not([type=checkbox]) {
    border: 0;
    margin-bottom: 20px;
    padding: 20px 10px;
    width: 100%;
}
#rivenditori_form input:not([type=checkbox]) {
    margin-bottom: 45px;
}
#home_contact_form .btn,
#rivenditori_form .btn {
    border: 1px solid #4d4d4d;
}
#home_contact_form p.bold,
#rivenditori_form p.bold {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
}
.check_label {
	display: block;
    font-size: 18px;
}
.check_label input[type=checkbox] {
    display: inline-block;
    margin-right: 5px;
}

.col_inner {
    width: 100%;
    max-width: 620px;
    min-height: 450px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
    padding: 50px;
}
.col_inner * {
    color: #fff !important;
    margin-bottom: 60px;
}
.col_inner p {
    max-width: 70%;
}

/* PRODUCTS */

#aluform_counters {
    background-image: url('../gfx/pannello.jpg');
    background-size: cover;
    background-position: center 70%;
    background-repeat: no-repeat;
    padding: 160px 0;
}
#aluform_counters * {
    color: #fff !important;
}
#aluform_counters .row .col {
    padding-right: 4%;
}
#aluform_counters .row .col:last-of-type {
    padding-right: 0;
}
#aluform_counters .counter {
	display: flex;
	flex-direction: column;
	justify-content: end;
}
#aluform_counters .counter .text {
	font-size: 19px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
}
#aluform_counters .counter .number {
    font-size: 65px;
    font-weight: 400;
    text-align: right;
}

/* PRODUCT DETAIL */

#prod_det_main {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
#prod_det_main .prod_det_col {
    flex: 1;
    flex-grow: 1;
}
#prod_img_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
#prod_img_wrapper .thumbs {
    flex-grow: 1;
    margin-right: 50px;
}
#prod_img_wrapper .thumbs.hidden {
    display: none !important;
}
#prod_img_wrapper .thumbs .img_item_link:hover {
    opacity: .8;
}
#prod_img_wrapper .main {
    flex-grow: 10;
}
#prod_img_wrapper .thumbs .img_item {
    height: 180px;
    width: 105px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin-bottom: 15px;
    border-radius: 5px;
}
#prod_img_wrapper .thumbs .img_item.main {
    background-color: #fff;
    border: 1px solid #aaa;
    /* background-size: contain; */
    background-size: 80% 80%;
    padding: 20px;
}
#prod_det_main_img_wrapper {
	background: #fff;
	border: 1px solid #ddd;
	padding: 50px;
	border-radius: 5px;
	text-align: center;
	display: flex;
	vertical-align: middle;
	align-content: center;
	justify-content: center;
	flex-direction: column;
}
#prod_det_main_img_wrapper img {
    /* box-shadow: 0 30px 30px -30px #aaa; */
    max-height: 60vh;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}
#prod_det_main_img_wrapper img:hover {
    opacity: .8;
}

hr, #prod_desc_wrapper hr {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 30px auto 35px;
}
.prod_info_row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}
.prod_info_row p, .prod_info_row b {
    font-size: 22px;
    font-weight: 300;
    line-height: 44px;
    margin: 0;
    text-transform: none;
}
.prod_info_row.main_row p {
    font-size: 38px;
    line-height: 45px;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
}
.prod_info_row p .label {
    font-size: 22px;
    color: #111;
    font-weight: 600;
}
.prod_info_row a.more {
    color: #4D4D4D;
    display: inline-block;
    font-size: 15px;
    padding: 5px 15px;
    border: 1px solid #4D4D4D;
    border-radius: 5px;
    min-width: 160px;
    text-align: center;
}
#prod_desc_wrapper .section_title {
    font-family: Inter;
    font-weight: 300;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: bottom;
}
.add_whishlist_btn_wrapper {
    text-align: right;
    display: block;
}
.prod_info_row.add_whishlist_btn_wrapper a.add_whishlist_btn {
	color: #4d4d4d;
	font-weight: 300;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
}
.add_whishlist_btn img {
	height: 30px;
	margin-left: 5px;
}
.prod_info_row a.more:hover {
    background: #d41318;
    border: 1px solid #d41318;
    color: #fff;
}
#variations_carousel_wrapper, #combo_carousel_wrapper {
	background: #fff;
	padding: 80px 120px 60px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
#variations_carousel .owl-nav, #combo_carousel .owl-nav {
	position: absolute;
	top: 50%;
	transform: none;
	font-size: 40px;
	display: flex;
	flex-direction: row;
	align-content: end;
	width: calc(100% + 160px);
	justify-content: space-between;
	padding: 0;
	bottom: auto;
	color: #555;
	right: auto;
	line-height: 40px;
	flex-wrap: nowrap;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
#variations_carousel .owl-nav button.owl-next, 
#variations_carousel .owl-nav button.owl-prev,
#combo_carousel .owl-nav button.owl-next, 
#combo_carousel .owl-nav button.owl-prev {
    margin-left: 0;
}
#variations_carousel .item p.title, #combo_carousel .item p.title {
    color: #4d4d4d;
    margin-top: 30px;
    text-align: center;
}
#variations_carousel .owl-stage,
#combo_carousel .owl-stage {
	margin: auto;
}
#combo_carousel.owl-carousel .owl-item {
	height: 400px;
}
#combo_carousel.owl-carousel .owl-item .item {
	height: 100%;
}
#combo_carousel.owl-carousel .owl-item img {
	height: 100%;
}

.hotspot_img_wrapper {
    padding: 0 250px;
}

/* CONTATTI */

#map {
    border: 0;
    height: 450px;
    width: 100%;
  }

/* FOOTER */

footer {
    background: #000;
    padding: 80px 60px;
}
footer * {
    color: #fff !important;
}
footer h6 {
    font-weight: 600;
    margin-bottom: 40px;
}
#footer_bottom_logo_wrapper {
    display: flex;
    justify-content: center;
}
#footer_bottom_logo_wrapper a {
	display: flex;
	height: 60px;
	margin: 0 40px;
	align-items: end;
}
footer hr {
	border: 0;
	border-bottom: 1px solid #fff;
	margin: 20px 80px 80px;
	max-width: 100%;
}

/* OVERRIDE */

.owl-nav {
	position: absolute;
	top: auto;
	transform: none;
	font-size: 40px;
	display: flex;
	flex-direction: row;
	align-content: end;
	width: 100px;
	justify-content: end;
	padding: 0;
	bottom: 0;
	color: #555;
	right: 10vw;
	line-height: 40px;
	flex-wrap: nowrap;
}
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev {
	padding: 0 !important;
	border: 1px solid #4d4d4d;
	height: 32px;
	width: 32px;
	line-height: 32px;
	border-radius: 3px;
	text-align: center;
    margin-left: 10px;
    position: relative;
}
.owl-carousel .owl-nav button.owl-prev::before,
.owl-carousel .owl-nav button.owl-next::before {
    display: block;
    position: relative;
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 20;
    font-size: 18px;
    padding: 0;
    margin: 0;
}
.owl-carousel .owl-nav button.owl-prev::before {
    content: "\f0d9";
}
.owl-carousel .owl-nav button.owl-next::before {
    content: "\f0da";
}
.owl-nav button span {
    display: none;
    opacity: 0;
}

.mytooltip {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 320px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
}
.mytooltip > div:first-of-type {
    flex: 1;
    flex-grow: 1;
}
.mytooltip > div:last-of-type {
    flex: 4;
    flex-grow: 4;
}
.mytooltip.fam > div:last-of-type {
    flex: 3;
    flex-grow: 3;
}
div.redicon {
    background: #d41318;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.mytooltip img {
    width: 45px;
    height: 45px;
    display: block;
    margin-right: 20px;
}
.mytooltip p.feature {
    color: #d41318;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    padding-top: 8px;
}
.mytooltip p.bigtitle {
    font-size: 18px;
    line-height: 1.2;
    text-align: left;
    margin: 0 0 8px;
}
.mytooltip p.bigtitle strong {
	color: #d41318;
}
.mytooltip p.desc {
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
    margin: 0;
}

[class^="swal2"] {
  box-sizing: unset !important;
}

/* RESPONSIVE */

@media all and (max-width: 1680px) {
    #hp_slider .item .text {
        left: 10vw;
        top: 200px;
    }
    #hp_slider .item .text .title {
        font-size: 55px;
        line-height: 1.4;
    }
    #hp_slider .item .text .desc {
        font-size: 30px;
        line-height: 1.4;
    }
    #aluform_counters .counter {
        padding-right: 20px;
    }
    #aluform_counters .counter .number {
        font-size: 55px;
    }
    .box_content_left, .box_content_right {
        padding: 60px 100px !important;
    }
}
@media all and (max-width: 1440px) {
    h2 {
        font-size: 42px;
        line-height: 1.3;
    }
    .box_content_left, .box_content_right {
        padding: 0px 50px !important;
    }
    .col_box_content h2 {
    	margin-bottom: 20px;
    }
    #aluform_counters .counter .text {
	    font-size: 18px;
    }
    #aluform_counters .counter .number {
        font-size: 45px;
    }
    .hotspot_img_wrapper {
        padding: 0 200px;
    }
}
@media all and (max-width: 1366px) {
    h2 {
        font-size: 36px;
    }
    #hp_slider .item .text {
        top: 30%;
        width: 70%;
    }
    #hp_slider .item .text .title {
        font-size: 45px;
        line-height: 1.3;
    }
    #hp_slider .item .text .desc {
        font-size: 26px;
        line-height: 1.4;
        padding-right: 15%;
    }
    .vert_box .info {
        padding: 25px;
    }
    .news_col {
        width: 50%;
    }
}
@media all and (max-width: 1024px) {
    /* #menu {
        position: fixed;
        z-index: 99999;
        background: #fff;
        top: 70px;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        overflow: hidden;
        padding: 40px 0;
    }
    #menu * {
        color: #777 !important;
    }
    #menu ul {
        flex-direction: column;
        padding-left: 25px;
    } */
    .pt-5, .py-5 {
        padding-top: .5rem !important;
    }
    #header .col > * {
        flex: 1;
        flex-grow: 1;
    }
    #menu_mobile_link_wrapper {
        display: block;
    }
    #menu {
        display: block;
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        height: 100%;
        background: #f9f7f2;
        padding: 30px 0px;
        margin-left: -100%;
        overflow: hidden;
    }
    #menu ul {
        display: block;
    }
    #menu ul li {
        height: auto;
        position: relative;
    }
    #menu li.menu-item-has-children::after {
        position: absolute;
        right: 30px;
        top: 6px;
        z-index: 99;
        content: "\f0d7";
        display: block;
        padding: 0 !important;
        border: 1px solid #4d4d4d;
        color: #4d4d4d;
        height: 32px;
        width: 32px;
        line-height: 32px;
        border-radius: 3px;
        text-align: center;
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
        font-family: 'Font Awesome 5 Free' !important;
        font-weight: 900;
        font-size: 18px;
    }
    #menu li.menu-item-has-children.open::after {
        content: "\f0d8";
    }
    #menu_mobile_link.open i.open {
        display: none;
    }
    #menu_mobile_link.open i.close {
        display: block;
        color: #fff !important;
        opacity: 1 !important;
        padding-right: 5px !important;
        padding-top: 1px;
    }
    #menu a {
        color: rgba(0,0,0,.6) !important;
        display: block;
        width: 100%;
        height: 100%;
    }
    #menu a span {
        color: rgba(0,0,0,.6) !important;
    }
    #menu.open {
        margin-left: 0;
    }
    #menu ul li ul {
        position: relative;
        background: transparent;
        padding: 20px;
        top: 0;
        left: 0;
        width: auto;
        z-index: 100;
        border: 1px solid #aaa;
        height: auto;
        margin: 20px 0;
        max-width: calc(100% - 40px);
        border-radius: 5px;
    }
    #menu ul li ul li img {
        max-height: 60px;
        margin-bottom: 20px;
        display: block;
    }
    #logo {
        display: block;
        margin: 0 auto;
    }
    .white-column {
        width: 5.5vw;
        right: 50px;
    }
    .owl-nav {
        /* right: 15vw; */
    }
    #header {
        top: 20px;
    }
    h1 {
        font-size: 38px;
        line-height: 1.2;
    }
    h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    #header {
        top: 0;
        position: relative;
    }
    #hp_slider {
        margin-bottom: 20px !important;
    }
    #hp_slider .item .text {
        top: 20%;
    }
    #hp_slider .item .text .title {
        font-size: 34px;
    }
    #hp_slider .item .text .desc {
        font-size: 20px;
        line-height: 1.3;
    }
    body:not(.is_home) #hp_slider .item .text {
        top: 25%;
    }
    .home_cta.monocol {
        padding: 100px 5vw;
    }
    .form_wrapper {
        padding-left: 0;
    }
    .vert_box_wrapper {
        display: block;
    }
    .vert_box {
        display: block;
        margin-bottom: 40px;
        width: 100%;
    }
    .vert_box .info p {
        margin-top: -15px;
        margin-bottom: 30px;
    }
    body:not(.is_home) .home_cta.inner_page_header {
        min-height: 250px;
    }
    .box_content_wrapper {
        flex-direction: column;
    }
    .box_content_wrapper > div {
        width: 100% !important;
        flex: 1 !important;
        max-width: 100% !important;
        padding: 0 40px !important;
    }
    .box_content_wrapper > div:not(.col_box_content) {
        order: 1;
        margin-bottom: 40px;
    }
    .box_content_wrapper > div.col_box_content {
        order: 2;
    }
    .box_content_wrapper > div img {
        max-width: 100% !important;
        width: 100% !important;
    }
    .tooltips_wrapper .info_right {
	    padding: 80px 20px 40px 0;
    }
    .tooltips_wrapper .info_right h2 {
        margin-bottom: 10px;
    }
    .tooltips_wrapper .info_right p br {
        display: block;
        margin-bottom: 0;
    }
    .hotspot_img_wrapper {
        padding: 0 80px;
    }
    .check_label {
        font-size: 16px;
        line-height: 1.4;
    }
    p.intro {
        font-size: 20px;
        line-height: 1.4;
    }
    .news_col h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .multicol_wrapper {
        display: block !important;
    }
    .multicol_wrapper > div {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 40px !important;
    }
    .home_cta {
        clear: both !important;
    }
    .coll_box {
        padding: 0 20px;
    }
    .coll_box p.desc {
        padding: 0 20px;
        line-height: 1.3;
    }
    .feat_slider .item {
        flex-direction: column-reverse;
    }
    .feat_slider .item > div {
        width: 100% !important;
    }
    .feat_slider .item .text {
        padding: 60px 60px 100px;
    }
    .feat_slider .owl-nav {
        /* bottom: 140px !important; */
    }
    .feat_slider .owl-dots {
        padding: 0 !important;
    }
    .feat_slider button.owl-dot {
        height: 12px !important;
        width: 12px !important;
    }
    .feat_slider button.owl-dot.active {
        height: 14px !important;
        width: 14px !important;
        margin-top: 0px !important;
    }
    .paginator {
        display: inline-block;
        padding: 2px;
        width: 30px;
        margin-bottom: 10px;
        margin-right: -10px;
        border-radius: 3px;
        font-size: 15px;
    }
    #prod_det_main {
        flex-direction: column;
    }
    #prod_img_wrapper {
        margin-bottom: 40px;
    }
    #prod_desc_wrapper {
        padding: 0 20px;
    }
    .single_news_wrapper {
        margin: 0px 0 100px;
    }
    .news_img {
        width: 100%;
    }
    footer {
        padding: 20px 0 60px;
    }
    footer .row {
        display: block;
    }
    footer .col {
        margin-bottom: 30px;
        border-bottom: 1px dotted #777;
        padding-bottom: 20px;
    }
    footer .row .col:last-of-type {
        margin-bottom: 0;
        border-bottom: 0;
        padding-bottom: 0;
    }
    footer h6 {
        margin-bottom: 20px;
    }
    footer hr {
	    margin: 0px 40px 40px;
    }
}
@media all and (max-width: 850px) {
    .p-5 {
        padding: 2rem !important;
    }
}
@media all and (max-width: 768px) {
    #combo_carousel.owl-carousel .owl-item {
			height: 200px;
		}
}
@media all and (max-width: 650px) {
    .p-5 {
        padding: 1.3rem !important;
    }
    .p-3 {
        padding: .1rem !important;
    }
    .pt-5 {
        display: none !important;
    }
    .mt-5, .my-5 {
        margin-top: .5rem !important;
    }
    .p-4 {
        padding: .1rem !important;
    }
    #hp_slider .item .text .title {
        font-size: 22px;
        line-height: 1.2;
    }
    #hp_slider .item .text .desc {
        display: none;
    }
    .white-column {
        right: 20px;
    }
    .home_cta .col.col-md-6, .contact_col {
        width: 100% !important;
        display: block !important;
        min-width: 100% !important;
    }
    /* .owl-nav {
        bottom: -50px;
        right: auto;
        line-height: 40px;
        flex-wrap: nowrap;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
    } */
    .owl-nav {
        bottom: 0;
        right: 0;
        line-height: 40px;
        flex-wrap: nowrap;
        left: auto;
        transform: none;
        display: flex;
        justify-content: center;
    }
    /* .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        margin: 0 5px;
    } */
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        margin: 0;
        border: 0;
        padding: 0;
        width: 24px;
        height: 20px;
    }
    .owl-item a.btn {
        display: none;
    }
    #hp_slider + .pt-5 {
        display: none;
    }
    h1 {
        font-size: 32px;
        line-height: 1.2;
    }
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 24px !important;
        line-height: 1.3 !important;
    }
    .col > h1 + p, .like_h1_sibling, .single_news_wrapper p {
        font-size: 18px;
        margin: 20px auto;
    }
    body.is_home .home_cta p {
        font-size: 18px;
        line-height: 1.4;
    }
    p.intro {
        font-size: 18px;
        line-height: 1.3;
        margin: 20px auto 40px;
    }
    .box_content_wrapper {
        flex-direction: column;
        margin-top: 40px;
    }
    .box_content_left {
        padding: 2em !important;
    }
    #hp_contact_block {
        margin-bottom: 40px;
        min-height: 10px;
        padding: 40px 20px;
    }
    #hp_contact_block h2, #hp_contact_block p, #hp_contact_block a.btn {
        margin-bottom: 20px !important;
    }
    #aluform_counters {
        margin: 40px 0;
        padding: 40px 0;
    }
    .coll_box {
        float: none;
        margin-bottom: 100px;
        width: 100%;
    }
    .feat_slider .item .text {
        padding: 40px 30px 40px;
    }
    .feat_slider .owl-dots {
        padding: 10px 0 !important;
    }
    .feat_slider .owl-nav {
        bottom: 80px !important;
        left: 0px !important;
    }
    .feat_slider .item .img_wrapper {
		height: 240px;
    }
    .feat_slider .item .text p.title {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 20px;
    }
    body:not(.is_home) .home_cta.inner_page_header {
	    padding: 0 5vw;
    }
    .page_headrow img {
        max-width: 30vw;
    }
    .page_headrow a.page_back {
        left: -20px;
    }
    .page_headrow a.page_back > div {
        height: 22px;
        width: 22px;
        margin-right: 8px;
    }
    a.change_view_type_btn img {
        height: 25px;
        width: 25px;
    }
    .boxed > div, .boxed > ul > li {
        padding: 12px 20px;
    }
    .boxed h3 + a {
        right: 20px;
        top: 18px;
    }
    .boxed > ul > li::after {
        right: 20px;
        top: 10px;
    }
    .multicol_wrapper > div {
        margin-bottom: 20px !important;
    }
    #view_type_select_wrapper {
        display: none;
    }
    #coll_det_wrapper.n4 .coll_det_box {
        width: 100%;
    }
    #filter_row {
	    flex-wrap: wrap;
        padding: 20px 32px 0 !important;
        margin-top: 0;
    }
    #filter_row > div:first-of-type {
        min-width: 100%;
        margin-bottom: 10px;
    }
    p.filter_selected {
        border-right: 0;
        margin: 0 0 20px;
        padding-right: 20px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
        margin-bottom: 15px;
        display: block;
    }
    p.filter_selected span:first-of-type {
        margin-left: 0;
    }
    #prod_det_main .prod_det_col {
        flex-direction: column;
    }
    #prod_img_wrapper .thumbs {
        margin-right: 0;
        order: 2;
        margin-top: 20px;
    }
    .prod_info_row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }
    .prod_info_row *, #prod_desc_wrapper .section_title {
        text-align: center !important;
    }
    .prod_info_row.main_row p {
        font-size: 30px;
        line-height: 30px;
        margin: 10px auto 8px;
    }
    #prod_img_wrapper {
        margin-bottom: 20px;
    }
    .prod_info_row p, .prod_info_row b {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 10px;
    }
    body:not(.is_home) .home_cta.big .col {
        height: 300px;
        padding: 0 40px;
    }
    #variations_carousel_wrapper, #combo_carousel_wrapper {
        padding: 40px 100px;
    }
    .action_row {
        flex-direction: column;
        margin: 0 0 20px;
    }
    .action_row a.btn {
        margin: 0 0 20px;
    }
    .color_item {
        display: block !important;
        width: 100% !important;
        min-width: 100% !important;
        margin-bottom: 40px;
    }
    .color_item img {
        margin: 0 auto 10px;
    }
    .home_cta.small .row .col {
        display: block !important;
        width: 100% !important;
        min-width: 100% !important;
    }
    .col_box_content h2 + br {
        display: none;
    }
    #rivenditori_form {
        margin-bottom: 60px;
    }
    #rivenditori_form .col {
        padding-bottom: 15px;
        width: 100%;
        min-width: 100%;
    }
    #rivenditori_form input:not([type="checkbox"]) {
        margin-bottom: 15px;
    }
    #whishlist_view_type_select_wrapper {
        display: none;
    }
    .news_col {
        width: 100%;
    }
    p#news_date {
        text-align: right;
        padding-top: 4px;
        margin-right: -15px;
        margin-bottom: 0;
    }
    .single_news_wrapper {
        margin: 10px 0 80px;
    }
    .single_news_wrapper .news_img {
        margin: 0 0px 20px 0;
    }
    .semititle + .btn {
        margin-bottom: 30px;
    }
    #aluform_counters .row .col {
        padding-right: 0;
        width: 50% !important;
        display: block !important;
        min-width: 50% !important;
    }
    #aluform_counters .row .col:last-of-type {
        width: 100% !important;
        display: block !important;
        min-width: 100% !important;
    }
    #aluform_counters .counter .text {
        font-size: 17px;
        line-height: 1.3;
        padding-bottom: 10px;
    }
    .restag {
        display: block;
        margin-bottom: 10px;
    }
    .boxed.search_results > ul > li a {
        padding: 15px 20px;
    }
    .boxed.search_results > ul > li::after {
        top: 3px;
        right: 15px;
    }
    footer {
        padding: 20px 0;
    }
    #footer_bottom_logo_wrapper {
        justify-content: center;
        flex-direction: column;
    }
    #footer_bottom_logo_wrapper a {
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }
    footer .p-5 {
        padding: 1em !important;
    }
    footer .col {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    footer h6 {
        margin-bottom: 10px;
    }
    footer p {
        font-weight: 200;
        margin: 0 0 5px;
    }
    footer hr {
        margin: 0px 20px 20px;
    }
}
@media all and (max-width: 375px) {
	#combo_carousel.owl-carousel .owl-item {
		height: 150px;
	}
}
@media all and (max-width: 360px) {
    
}