@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
/*GENERALI*/
html, body {
  padding: 0px;
  margin: 0px;
  color: #151515;
  outline: none;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  background-color: #fff;
  font-family: 'Lora', serif;
  /*font-family: 'Lato', sans-serif;*/
}
html, body {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
}
* {
  outline: none !important;
}
#main {
  overflow: hidden;
}
.container_main {
  position: relative;
  padding: 25px;
  padding-top: 0;
}
.container {
  max-width: 1650px;
}
.wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 60px;
  z-index: 10;
}
a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s;
}
a:hover {
  color: #151515;
  text-decoration: none;
}
/*a.img_zoom img {
  transition: transform 1s;
  transform-origin: center;
}
a.img_zoom:hover img {
  transform: scale(1.05, 1.05);
}*/
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
.block {
  display: block !important;
  text-align: left;
}
section, .container {
  position: relative;
  margin-bottom: 150px;
}
.container {
  margin-bottom: 100px;
}
section:last-of-type, .container:last-of-type {
  margin-bottom: 0;
}
section.bg_grey {
  padding: 150px 0;
  background-color: #f3f3f3;
}
.row {
  position: relative;
}
.row, .row .row, .row_inside {
  margin-bottom: 100px;
}
.row.row_mini, .row_mini {
  margin-bottom: 50px;
}
.row_product {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #d4d4d4;
}
.row.row_line {
  padding-bottom: 65px;
  border-bottom: 1px solid #ccc;
}
.row:last-of-type, .row .row:last-of-type, .row_inside:last-of-type, .row_mini:last-of-type, .row_product:last-of-type {
  margin-bottom: 0 !important;
}
.row_grey {
  background-color: #353535;
}
.row_color {
  background-color: #dc8b6e;
}
.row_separator {
  padding-top: 100px;
}
.row_separator::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  left: 25%;
  height: 1px;
  background-color: #d4d4d4;
}
.bg_grey {
  background-color: #353535;
}
.bg_light {
  background-color: #f3f3f3;
}
.el_margin {
  margin-top: 75px;
}
.el_margin:first-child {
  margin-top: 0;
}
.big-gutters {
  margin-right: -50px !important;
  margin-left: -50px !important;
}
.big-gutters > .col, .big-gutters > [class*=col-] {
  padding-right: 50px;
  padding-left: 50px;
}
.col_line {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.col_pad {
  padding: 75px 75px;
}
.col_top {
  padding-top: 100px;
}
.col_left {
  padding-left: 100px;
}
.cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.cover.cover_top {
  object-position: top;
}
.cover.cover_bottom {
  object-position: bottom;
}
.img_free img {
  display: block;
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
}
.img_free img.free_max01 {
  max-width: 380px;
}
.img_free img.free_max02 {
  max-width: 650px;
  margin: 0;
}
dl, ol, ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
li:last-of-type {
  margin-bottom: 0 !important;
}
/*END GENERALI*/
/*TYPO*/
h1, h2, h3, h4, h5, h6, p.p_big {
  padding: 0px;
  margin: 0 0 0 0;
  margin-bottom: 35px;
  line-height: 1.3;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0 !important;
}
h2, h3, h4 {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.45;
  font-family: 'Lora', serif;
  text-transform: uppercase;
}
h1, p.p_big {
  font-size: 2.7rem;
  font-weight: 400;
}
.claim h1 {
  color: #fff;
  text-transform: uppercase;
}
.claim h2 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 25px;
  text-transform: none;
}
p {
  margin-bottom: 15px;
}
p:last-of-type {
  margin-bottom: 0 !important;
}
p a {
  color: #151515;
  font-weight: 600;
}
p a:hover {
  color: #151515;
}
.p_mini p {
  font-size: 0.75rem;
}
strong {
  font-weight: 700;
}
.row_color h4, .row_grey h4, .row_color p, .row_grey p, .bg_grey h4, .bg_grey h3 {
  color: #fff;
}
blockquote {
  padding: 15px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
blockquote p {
  text-align: center;
  font-weight: 800;
}
article ul {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
  list-style-type: disc;
  padding-left: 18px;
  padding-right: 35px;
  color: #808080;
}
/*END TYPO*/
/*A BTN*/
a.more {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  font-family: 'Lato', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background-color: #dc8b6e;
  border-radius: 2px;
  transition: background 0.3s, color 0.2s, border 0.6s;
}
a.more:hover {
  background-color: #666;
  color: #fff;
}
a.more.more_margin {
  margin-top: 35px;
}
a.more.more_light {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
a.more.more_light:hover {
  border-color: #fff;
  color: #fff;
}
a.more.more_tel {
  background: transparent;
  color: #dc8b6e;
  border: 1px solid #dc8b6e;
  padding: 5px 10px;
}
a.more.more_tel:hover {
  background: transparent;
  color: #dc8b6e;
  border: 1px solid #dc8b6e;
}
a.more.more_remove {
  background-color: #999;
  margin-left: 15px;
  display: none;
}
a.more.more_full {
  display: block;
  width: 100%;
}
/*END A BTN*/
/*IMG*/
figure {
  margin-bottom: 15px;
}
figure:last-of-type {
  margin-bottom: 0 !important;
}
.img_page {
  position: relative;
  height: 70vh;
  min-height: 600px;
  z-index: 1;
  overflow: hidden;
}
.homepage .img_page {
  height: 70vh;
  min-height: 600px;
}
.img_box {
  position: relative;
  height: 500px;
  min-height: 500px;
  width: 100%;
  overflow: hidden;
  background-color: #f3f3f3;
}
.img_box_big {
  position: relative;
  height: 70vh;
  min-height: 600px;
  width: 100%;
  overflow: hidden;
  background-color: #f3f3f3;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.02);
  z-index: 2;
}
/*END IMG*/
/*HOME*/
.claim {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.claim .container {
  height: 100%;
}
.claim .row {
  top: 50%;
  transform: translate(0, -50%);
}
.claim .col_pad {
  border-left: 2px solid #fff;
  background-color: rgba(53, 53, 53, 0.25);
}
/*END HOME*/
/*SEARCH*/
.area_search {
  padding: 25px 0;
  background-color: #dc8b6e;
}
/*END SEARCH*/
/*MACRO*/
ul.list_macro {
  position: relative;
  margin-top: 50px;
}
ul.list_macro:first-child {
  margin-top: 0;
}
ul.list_macro li {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
ul.list_macro li:first-child {
  padding-top: 0;
}
ul.list_macro li a {
  display: block;
  padding-right: 60px;
  font-size: 1.75rem;
  font-weight: 400;
  font-family: 'Playfair Display', serif;
  font-family: 'Source Serif Pro', serif;
  color: #333;
}
.list_more {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  padding: 10px 10px;
  text-align: center;
  width: 35px;
  font-size: 0.7rem;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  background-color: #dc8b6e;
  border-radius: 2px;
  transition: background 0.3s;
}
ul.list_macro li a:hover .list_more {
  background-color: #424242;
}
/*END MACRO*/
/*FILTER*/
.area_filter {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}
.area_filter_inside {
  padding: 50px 100px;
  background-color: #f3f3f3;
}
.filter {
  position: relative;
}
.title_filter {
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.list_filter {
  position: relative;
}
.dett_filter {
  display: block;
  position: relative;
  padding-left: 32px;
  padding-top: 2px;
  margin-bottom: 15px;
  font-size: 0.85rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dett_filter:last-of-type {
  margin-bottom: 0;
}
.dett_filter_line {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 10px;
}
.dett_filter_line:first-of-type {
  margin-left: 0;
}
.dett_filter input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.dett_filter input:checked ~ .checkmark {
  background-color: #fff;
  border-color: #dc8b6e;
}
.dett_filter input:checked ~ .name_filter {
  color: #dc8b6e;
}
.dett_filter input:checked ~ .checkmark:after {
  display: block;
}
.dett_filter .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
}
.dett_filter .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #dc8b6e;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.name_filter {
  transition: color 0.3s;
}
.dett_filter:hover .name_filter {
  color: #dc8b6e;
}
.tag {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  font-size: 0.7rem;
  text-transform: uppercase;
  color: #424242;
  font-weight: 400;
  border: 1px solid #ccc;
  background-color: transparent;
  border-radius: 2px;
  margin-right: 5px;
  margin-bottom: 8px;
  transition: color 0s;
}
.tag:hover, .tag.active {
  background-color: #dc8b6e;
  border-color: #dc8b6e;
  color: #fff;
}
/*END FILTER*/
/*PRODUCT*/
.box_cat {
  position: relative;
  overflow: hidden;
}
.box_cat figure {
  z-index: 1;
}
.box_cat a.more {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0;
  z-index: 2;
}
.box_cat:hover a.more {
  background-color: #dc8b6e;
}
.box_cat .cat_title {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.1);
}
.box_cat .cat_title_text {
  position: absolute;
  width: 100%;
  top: 45%;
  font-size: 2.7rem;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .box_cat .cat_title {
    opacity: 0;
    transform: translate3d(0, 10px, 0) scale(1.2);
    transition: all 0.5s;
  }
  .box_cat:hover .cat_title {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  .box_cat img {
    transition: transform 0.5s;
  }
  .box_cat:hover img {
    transform: scale(1.05);
  }
}
.box_product {
  position: relative;
  font-size: 1rem;
  margin-bottom: 75px;
}
.text_product {
  padding: 25px 15px 25px 15px;
}
.text_product div {
  margin-bottom: 5px;
}
.text_product div:last-of-type {
  margin-bottom: 0 !important;
}
.title_product {
  max-width: 100%;
  font-weight: 400;
  line-height: 1.2;
}
.marchio_product {
  color: #999;
  font-size: 0.7rem;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}
.marchio_product_dett {
  font-size: 1rem;
}
.price_product {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.box_product .price_product {
  font-size: 0.85rem;
}
.price_product span.dett_iva {
  font-weight: 400;
  margin-left: 5px;
  color: #999;
  font-size: 0.75rem;
}
.price_product_dett {
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 35px;
}
.tag_hover {
  position: absolute;
  top: 0;
  right: 0;
  color: #dc8b6e;
  font-family: 'Lato', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.015em;
  font-weight: 700;
  padding: 10px 15px;
  text-transform: uppercase;
  background-color: transparent;
  z-index: 10;
}
.product_offers .title_product {
  /*color: #dc8b6e;*/
}
.product_offers .price_product {
  color: #dc8b6e;
}
.price_product span.dett_offers {
  margin-left: 10px;
  color: #999;
  text-decoration: line-through;
}
.hover_product {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #dc8b6e;
  height: 5px;
  text-align: center;
  z-index: 2;
  transform: translate(0, 100%);
  transition: transform 0.3s;
}
.box_product:hover .hover_product {
  transform: translate(0, 0);
}
ul.order_info {
  position: relative;
}
ul.order_info li {
  position: relative;
  font-size: 0.7rem;
  color: #dc8b6e;
  font-weight: 700;
  padding-left: 25px;
  margin-bottom: 15px;
}
ul.order_info span.order_info_icon {
  position: absolute;
  top: 2px;
  left: 0;
}
/*END PRODUCT*/
/*PRODUCT HOVER*/
.product_hover a.more {
  /*display:none;
	opacity:0;
	width:100%;
	position: absolute;
	bottom:0;
	left:0;
	transition: all 0.3s;*/
}
@media only screen and (min-width: 992px) {
  .product_hover {
    transition: all 0.3s;
  }
  .product_hover:hover {
    transform: scale3d(1.05, 1.05, 1.05);
    -webkit-box-shadow: 0 0 2px #ccc;
    box-shadow: 0 0 2px #ccc;
    z-index: 10;
  }
  .product_hover:hover a.more {
    /*display: block;
		opacity: 1;*/
  }
}
/*END PRODUCT HOVER*/
/*FAQ*/
.faq {
  position: relative;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 50px;
}
.faq:last-of-type {
  margin-bottom: 0;
}
.faq div {
  padding: 75px;
}
.faq .question {
  padding-top: 25px;
  padding-bottom: 25px;
}
.question {
  background-color: #f3f3f3;
  border-bottom: 1px solid #d4d4d4;
  border-left: 3px solid #151515;
  border-right: 1px solid #d4d4d4;
}
.question h3 {
  font-weight: 600;
  text-transform: none;
}
.answer {
  border-left: 1px solid #d4d4d4;
  /*border-right: 3px solid #151515;*/
  border-right: 1px solid #d4d4d4;
}
/*END FAQ*/
/*COLLAPSE HACK*/
.collapse_object {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.6s;
}
/*.collapse_object.openCollapse {
	position: relative;
	height: auto;
}
.collapse_object_inside {
    transition: transform 0.6s;
	transform: translate(0,-100%);
}
.collapse_object.openCollapse .collapse_object_inside {
	transform: translate(0,0);
}*/
/*MARGIN HACK*/
.remove_margin_list {
  margin-top: -100px;
}
/*END MARGIN HACK*/
/*TABLE CART*/
.row.row_table_header {
  margin-bottom: 0;
  padding-bottom: 15px;
}
span.header_text {
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.035em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.row.row_table {
  font-size: 0.85rem;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
.row.row_table_header::after, .row.row_table::after {
  content: "";
  display: block;
  border-bottom: 1px solid #ccc;
  margin: 0 15px;
  width: calc(100% - 30px);
  position: absolute;
  bottom: 0;
}
.img_cart {
  position: relative;
  height: 150px;
  width: 100%;
  overflow: hidden;
}
.filter_dett_product {
  font-size: 0.7rem;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}
.desc_table {
  margin-bottom: 15px;
  padding-left: 30px;
}
.desc_table div {
  margin-bottom: 5px;
}
.desc_table:last-child, .desc_table div:last-of-type {
  margin-bottom: 0;
}
.title_summary {
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.035em;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.box_summary {
  background-color: #f3f3f3;
  padding: 35px;
  margin-bottom: 15px;
}
.box_summary.box_summary_nopad {
  padding: 0;
}
.row.row_summary {
  margin-bottom: 25px;
}
.box_summary:last-of-type, .row_summary:last-of-type {
  margin-bottom: 0;
}
.box_summary p {
  font-size: 0.75rem;
}
.row_summary_line {
  padding-top: 25px;
}
.row_summary_line::after {
  content: "";
  display: block;
  border-top: 1px solid #ccc;
  margin: 0 15px;
  width: calc(100% - 30px);
  position: absolute;
  top: 0;
}
span.span_summary {
  font-weight: 400;
  margin-left: 5px;
  color: #999;
  font-size: 0.7rem;
}
.desc_summary {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.desc_summary div {
  margin-bottom: 3px;
}
.desc_summary:last-child, .desc_summary div:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.img_summary {
  position: relative;
  height: 90px;
  width: 100%;
  overflow: hidden;
}
/* END TABLE CART*/
/*SLICK*/
/*.slide01 {
  display: none;
}*/
.slick-list {
  z-index: 2;
  padding: 0 !important;
  margin-left: -15px;
  margin-right: -15px;
}
.slick-slide {
  padding-left: 15px;
  padding-right: 15px;
  height: auto;
}
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  bottom: -30px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 10;
}
.slick-next {
  background-color: #fff;
  left: 30px;
  top: auto;
}
.slick-prev {
  left: 0px;
  transform: rotate(180deg);
}
.slick-next:before, .slick-prev:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  background-image: url("../img/icon/arrow_grey.png");
  background-position: center center;
  background-size: 5px;
  background-repeat: no-repeat;
}
.slide_div {
  position: relative;
}
/*END SLICK*/
/*SCROLL*/
.scroll {
  display: block;
  position: absolute;
  z-index: 200;
  left: 30px;
  bottom: 60px;
  cursor: pointer;
}
.scroll_round {
  position: absolute;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transform: rotate(90deg);
  transition: border 0.3s;
}
.scroll:hover .scroll_round {
  border-color: #fff;
}
.scroll_round_arrow {
  left: 32%;
}
.scroll_round_arrow {
  position: absolute;
  bottom: 0;
  margin-left: 0px;
  width: 12px;
  height: 12px;
  background-size: contain;
  top: 14px;
}
.scroll_round_arrow_second {
  margin-left: 8px;
}
.scroll_round_arrow {
  background-image: url("../img/icon/arrow_white.png");
  background-repeat: no-repeat;
}
.bounceAlpha {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.scroll_round_arrow_first.bounceAlpha {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes bounceAlpha {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}
/*END SCROLL*/
/* BANNER MESSAGE */
.banner_message {
  padding: 15px 0;
  background-color: #dc8b6e;
  font-family: 'Lato', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
/*END BANNER MESSAGE*/
/*SOCIAL*/
.social {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.social p a {
  color: #dc8b6e;
  font-weight: 700;
}
/*END SOCIAL*/
/*FOOTER*/
.page_contact .section_contact {
  display: none;
}
footer {
  position: relative;
  padding: 150px 0;
  margin-top: 150px;
  background-color: #353535;
  font-size: 1rem;
}
footer p {
  color: #999;
}
footer p a, footer p a:hover {
  color: #dc8b6e;
}
footer .col_left {
  border-left: 3px solid #dc8b6e;
}
footer p.p_footer {
  font-family: 'Lato', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.015em;
  color: #dc8b6e;
}
/*END FOOTER*/
/*INTRO MOBILE*/
section.intro_mobile {
  /*display: none;*/
}
section.intro_mobile h2 {
  font-size: 1rem;
}
section.intro_mobile h1 {
  font-size: 2.7rem;
  text-transform: uppercase;
}
/*END INTRO MOBILE*/
/*SELECTION*/ ::-moz-selection {
  background: black;
  color: white;
}
::selection {
  background: black;
  color: white;
}
/*END SELECTION*/