@import url('swiper.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;500;700&display=swap');

html, body { margin:0px; padding:0px; font-size:1em; font-family: 'Noto Sans', sans-serif;font-weight:400; color:#ccc; background-color:#fff;background-color: #aaa;line-height:auto;}
/*--common--*/
a { text-decoration:none; color:inherit;}
a:hover { text-decoration:underline;}
.img_hidden_slide {width: 50px;top: -100px;position: absolute;} 
.home-button {}
.home-button:hover {}


body:not(#index) #page { border-top: 200px solid #fff;}
.breadcrumb{border: none;  background: transparent;  color: #333;}
.breadcrumb a.home { color: #333;}
.breadcrumb .navigation-pipe {  height: 10px;  width: 20px;  font-size: 11px;  opacity: 1;  color: #000;  background: transparent;  display: inline-block;text-indent: unset;}
.breadcrumb a::after {  display: none;}
.breadcrumb a::before {  display: none;}
.showall { display: none;}


.cart_anteprima { width:200px;height:200px;}
.btn_anteprima { background: #bba281;  color: #fff;  padding: 5px 10px;border:1px solid #bba281;margin-top: 100px;  display: inline-block;vertical-align:top;}
.btn_anteprima:hover { background: #fff;  color: #bba281; text-decoration:none;}
@media (max-width:700px) {
	.cart_anteprima {display:none;}
	.btn_anteprima {margin-top: 0px;  display: block;}
}

.transition { -webkit-transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -o-transition:all 0.3s ease 0s; transition:all 0.3s ease 0s;}
.transition-2 { -webkit-transition:all 0.7s ease 0s; -moz-transition:all 0.7s ease 0s; -o-transition:all 0.7s ease 0s; transition:all 0.7s ease 0s;}

/*--MENU--*/
.header {position: fixed;z-index: 4;width: 100%;height: 165px;z-index: 10000 !important;}

.header-back {position: absolute;width: 100%;height: 100%;background-position: center;background-size: cover;-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 51px), 0 100%);clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 2.9vw), 0 100%);top: 0;}
	.header-back-laser {position: fixed;height: auto;width: 100vw;mix-blend-mode: lighten;z-index: 5;top: 165px;transform: translateY(-62%);pointer-events: none;mix-blend-mode: lighten;filter: brightness(1.5);animation: 2s ease-in-out 0s normal none infinite laser;}
	.header-back-laser-open {opacity:0;}
@keyframes laser {
		/*0% {filter: brightness(1.2) hue-rotate(0deg);  }
		10% {filter: brightness(1) hue-rotate(30deg); }
		10% {filter: brightness(1.1) hue-rotate(20deg); }
		20% {filter: brightness(0.95) hue-rotate(-5deg); }
		25% {filter: brightness(1.3) hue-rotate(10deg); }
		50% {filter: brightness(1) hue-rotate(5deg); }
		60% {filter: brightness(1.2) hue-rotate(-10deg); }
		80% {filter: brightness(1.3) hue-rotate(20deg); }
		85% {filter: brightness(1.1) hue-rotate(30deg); }
		100% {filter: brightness(1.2) hue-rotate(0deg); }*/

		0% {filter: brightness(1.2) hue-rotate(0deg);  }
		10% {filter: brightness(1) hue-rotate(36deg); }
		12% {filter: brightness(1.1) hue-rotate(43.2deg); }
		20% {filter: brightness(0.95) hue-rotate(72deg); }
		25% {filter: brightness(1.3) hue-rotate(90deg); }
		50% {filter: brightness(1) hue-rotate(180deg); }
		60% {filter: brightness(1.2) hue-rotate(216deg); }
		80% {filter: brightness(1.3) hue-rotate(288deg); }
		85% {filter: brightness(1.1) hue-rotate(306deg); }
		100% {filter: brightness(1.2) hue-rotate(360deg); }
/*
		0% {filter: brightness(1.2) hue-rotate(36deg);  }
		10% {filter: brightness(1) hue-rotate(36deg); }
		10% {filter: brightness(1) hue-rotate(43.2deg); }
		12% {filter: brightness(1.1) hue-rotate(43.2deg); }
		12% {filter: brightness(1.1) hue-rotate(72deg); }
		20% {filter: brightness(0.95) hue-rotate(72deg); }
		20% {filter: brightness(0.95) hue-rotate(90deg); }
		25% {filter: brightness(1.3) hue-rotate(90deg); }
		25% {filter: brightness(1.3) hue-rotate(180deg); }
		50% {filter: brightness(1) hue-rotate(180deg); }
		50% {filter: brightness(1) hue-rotate(216deg); }
		60% {filter: brightness(1.2) hue-rotate(216deg); }
		60% {filter: brightness(1.2) hue-rotate(288deg); }
		80% {filter: brightness(1.3) hue-rotate(288deg); }
		80% {filter: brightness(1.3) hue-rotate(306deg); }
		85% {filter: brightness(1.1) hue-rotate(306deg); }
		85% {filter: brightness(1.1) hue-rotate(360deg); }
		100% {filter: brightness(1.2) hue-rotate(360deg); }*/ 
	}


.header-logo {margin: 30px auto;position: absolute;display: table;left: 50%;transform: translateX(-50%);top: 0;z-index: 4;}
	.header-logo img {width: 16vw;max-width: 50vw;width: 220px;}

.header-icon-menu {position: absolute;right: 35px;margin-top: 52px;z-index: 4;}
.header-icon-menu img{filter: brightness(0);}
	.header-icon-menu a {display: inline-block;margin: 0 10px;}
.ajax_cart_quantity {
  position: absolute;
  right: 10px;
  top: -12px;
  display: block;
  background: #fff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  z-index: 1;
  text-align: center;
  color: #000;
  font-size: 10px;
  line-height: 15px;
}	
.header-icon {width: 22px;}

.menu_icon_name { position:absolute;  padding:43px 15px 11px 15px; background-color:transparent; color:#000;   font-size:12px; letter-spacing:2px;  text-transform:uppercase;height: 16px;top: 0;left: 0;width: auto;display:block; z-index:10;font-weight: 500;margin-top: 25px;left: 20px;cursor: pointer;}
	.mobile_button { width:30px; height:40px; position:absolute; top:15px; left:21px;  cursor:pointer; display:block; z-index:10;}
		.menu_line { background-color:#000; width:100%; height:1px; position:relative; display:block;  }
		.m_line_1 { margin:0px; }
		.m_line_2 { margin:8px 0 0;}
		.m_line_3 { margin:8px 0 0;}

	.mobile_close { -webkit-transform: rotate(45deg) translateX(-5px) translateY(5px); -moz-transform: rotate(45deg) translateX(-5px) translateY(5px); -ms-transform: rotate(45deg) translateX(-5px) translateY(5px); -o-transform: rotate(45deg) translateX(-5px) translateY(5px); transform:rotate(45deg) translateX(-5px) translateY(5px);  }
	.mobile_close .m_line_1 { -webkit-transform: rotate(90deg) translate3d(10px, 0px, 0px); -moz-transform: rotate(90deg) translate3d(10px, 0px, 0px); -ms-transform: rotate(90deg) translate3d(10px, 0px, 0px); -o-transform: rotate(90deg) translate3d(10px, 0px, 0px); transform:rotate(90deg) translate3d(9px, 0px, 0px); }
	.mobile_close .m_line_2 { opacity:0; }
	.mobile_close .m_line_3 { -webkit-transform:translate3d(0px, -10px, 0px); -moz-transform:translate3d(0px, -10px, 0px); -ms-transform: translate3d(0px, -10px, 0px); -o-transform: translate3d(0px, -10px, 0px); transform:translate3d(0px, -10px, 0px); }


.navigation { display: table; z-index: 3;  width:100%;top: 0;position: absolute;  margin:0 auto;left:0; text-align:right;opacity: 0.01;pointer-events: none;height: 100vh;width: 100%;background-color: #fff;}
	.nav-back {position: absolute;width: 100%;height: 100%;left: 0;top: 0;background-position: center;background-size: cover;opacity: 0.1;}
	.nav_inside { display: table; position:relative; margin:0 auto 0 0; left: 0;width: 100%;height: 100%;}
		.menu_container {  position:absolute; left:0; top:0;width:100%;  text-align:center; right:0; box-sizing:border-box;margin:0;padding: 140px 0;box-sizing: border-box;height: 100%;}
			.menu { margin:0px; padding:0px; display:inline-table; text-align: left;position: relative;z-index: 4;width: 100%;vertical-align: middle;top: 50%;transform: translateY(-50%);text-align: center;}
				.menu_container li, .new_menu li {  list-style-type:none;  font-size:1.1em;height: inherit;position: relative; display: inline-table;width: auto;margin: 12px 10px;}
					.menu_title a { cursor: pointer; display: block; position: relative;text-decoration:none;letter-spacing: 0.5px;border-bottom:none;font-size:24px;  color:#0f0f0f; padding:0;margin: 1px 0 0;text-align: left;text-align: center;padding: 8.5vh 0px;width: 25vw;font-weight: 400;border: solid 1px #0f0f0f;}
					.menu_container li:hover .menu-hover-effect { width:100%;filter: none;opacity: 1;}
					.menu_container li:hover .menu_title a { }
					.menu_title.menu-active a{ border-bottom:13px solid #9d9a93; color:#212121;}
					.menu_container li.mobile { display:none;}
					.menu_container li:hover .menu-hover-e-2 {}
					li.cont .menu_title a {  padding: 20px 0;}
.menu-other {margin: 20px auto;width: 100%;position: relative;left: 0;margin: 0;display: none;position: absolute;position:relative;}
.menu-other-href { display: block; font-size: 1; font-weight: 400; width:100%; box-sizing:border-box;  position: relative; text-align: center; top: 0; z-index: 2;padding: 10px 0;color: #000 !important;padding: 0;text-align: left;background-color: #aaa;margin: 1px 0 0;}
.menu-other-href-last { border-bottom-left-radius:5px; border-bottom-right-radius:5px;}
.menu_container li:hover .menu-other {display:block;}
.menu_container li:hover .menu-other-href {text-decoration: none;}
.menu-other-href:hover {color:#fff !important;}
.menu_title {width: 100%;}
.menu-hover-e-2 {position: absolute;z-index: 1;padding-bottom: 8px;}

				.menu_title a:hover {  /*! border-color: transparent; */}
					.navigation-open {opacity: 1;pointer-events: all;}

.menu_title a span {position: relative;z-index: 1;}
.menu-hover {opacity:0;position: absolute;width: 100%;height: 100%;background-position: center;background-size: cover;-webkit-transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -o-transition:all 0.3s ease 0s; transition:all 0.3s ease 0s;top: 0;left: 0;}
.menu_title a:hover .menu-hover {opacity:1;}

#header.fixed {}
#header.fixed .header-logo {top: -12px;}
#header.fixed .header-logo img {width: 195px;}
#header.fixed .header-icon-menu {margin-top: 35px;}
#header.fixed .menu_icon_name {margin-top: 11px;}
#header.fixed .header-back {top: -40px;}
#header-back-laser.fixed {top: 125px;filter: brightness(1) !important;animation: unset;}
#header.fixed {}
#header.fixed {}


#header.fixed.header-open {}
#header.fixed.header-open .header-logo {top:0;}
#header.fixed.header-open .header-logo img {width:220px;}
#header.fixed.header-open .header-back {top:0;}
#header.fixed.header-open .menu_icon_name {margin-top: 25px;}
#header.fixed.header-open .header-icon-menu {margin-top: 52px;}

/*--Slide--*/
.slide {height:1000px;position:relative;height:calc(100vh);}
.sezione_slider {position:absolute; width:100%; height:100%; overflow:hidden; left:0; top:0; display:block; box-sizing:border-box; border:0px;height:calc(100vh);}
	.swiper-container {width:100%;height:calc(100vh);}
		.swiper-slide {position:relative;text-align: center;font-size: 18px; background: #fff; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; background-position:center; background-repeat:no-repeat; background-size:cover;height:calc(100vh);}
			.swiper_sfondo {object-fit: cover; width: 100%; height: 100%; max-width: 100%; max-height: 100%; transform:scale(1); transition: all 4s cubic-bezier(0.82, 0.01, 0.77, 0.78) 0s;}
			.pag-box { bottom:34px; left:0; display: table; width:100%; height:auto; position: absolute; text-align:center;z-index: 3; box-sizing:border-box;}
						.pagination {display: inline-table;position: relative;vertical-align: middle;width: auto;float:right;}
						.pagination * {font-weight: normal !important;  border: none !important;  box-shadow: none !important;}
							.swiper-pagination-bullet { background:#fff; width:12px; height:12px; opacity:0.3; margin:0 15px; display:inline-table; vertical-align: middle;-webkit-transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -o-transition:all 0.3s ease 0s; transition:all 0.3s ease 0s;border: solid transparent 1px;border-radius: 0;}
							.swiper-pagination-bullet-active { width:12px; height:12px; opacity:0.8; position: relative;border-width: 1.5px;}

.cores {position: relative;width: 100%;display: table;box-sizing: border-box;padding: 20px;background-color: #fff;color: #fff;}
	.core {position: relative;width: calc(33.33% - 4px);float: left;height: 20vw;max-height: 330px;margin: 2px 2px;overflow: hidden;}
		.core-back {position: absolute;width: 100%;height: 100%;background-position: center;background-size: cover;transform: scale(1.01);}
		.core-grad-1 {position: absolute;width: 100%;height: 30%;background: linear-gradient(rgba(0,0,0), rgba(0,0,0,0));background: -webkit-linear-gradient(rgba(0,0,0), rgba(0,0,0,0));background: -moz-linear-gradient(rgba(0,0,0), rgba(0,0,0,0));opacity: 0.4;left: 0;top: 0;}
		.core-grad-2 {position: absolute;width: 100%;height: 60%;background: linear-gradient(rgba(0,0,0,0), rgb(0, 0, 0));background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0));background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0));opacity: 0.3;left: 0;bottom: 0;}
		.core-text {position: absolute;bottom: 20px;left: 50%;transform: translateX(-50%);text-align: center;width: 100%;}
			.core-text img {width: 33px;}
			.core-title {font-size: 20px;margin-top: 12px;text-transform: uppercase;width: 100%;padding: 0 5px;box-sizing: border-box;color: #fff;}
	.core:hover {}
	.core:hover .core-back {transform: scale(1.1);}
	.core:hover .core-grad-1 {}
	.core:hover .core-grad-2 {opacity: 0.5;}
	.core:hover .core-text {bottom: 60px;}
	.core:hover .core-text img {width: 40px;}
	.core:hover .core-title {font-size: 26px;margin-top: 3px;}

.text-box-cont {background-color: #fff;padding: 70px 40px;}
	.text-box {position: relative;width: 100%;display: table;}
		.t-b-text {display: table-cell;width: 55%;vertical-align: middle;position: relative;box-sizing: border-box;padding: 60px;padding-left: 0;padding-right: 30px;}
			.t-b-text-center {}
				.t-b-title {color: #bba281;font-size: 22px;text-transform: uppercase;font-weight: 400;}
				.t-b-subtitle {font-size: 22px;font-weight: 300;color: #262627;line-height: 35px;}
				.t-b-text p {color: #262627;font-weight: 200;font-size: 16px;  line-height: 25px;}
		.t-b-images {width: 45%;display: table-cell;vertical-align: middle;position: relative;height: 30vw;}
			.t-b-img-1 {position: absolute;left: 0;height: 27vw;width: 18vw;background-position: center;background-size: cover;transform: translateY(-50%);top: 50%;z-index: 1;}
			.t-b-img-2 {position: relative;width: 10vw;height: 20vw;margin: 0 0 0 auto;background-position: center;background-size: cover;width: 28vw;top: 0;margin-bottom: 12vw;}
			.t-b-button {position: absolute;right: 0;top: calc(20vw + 30px);color: #bba281;border: solid 1px #bba281;padding: 10px 15px;text-transform: uppercase;font-size: 20px;}
			.t-b-button:hover {color:#fff;background-color:#bba281; text-decoration: unset;}
	.text-box:nth-child(even) {direction: rtl;}
		.text-box:nth-child(even) .t-b-text {direction: ltr;padding-right: unset;padding-left: 30px;}
			.text-box:nth-child(even) .t-b-text-center {}
				.text-box:nth-child(even) .t-b-title {text-align: right;}
				.text-box:nth-child(even) .t-b-subtitle {}
				.text-box:nth-child(even) .t-b-text p {text-align: right;}
		.text-box:nth-child(even) .t-b-images {direction: ltr;}
			.text-box:nth-child(even) .t-b-img-1 {left: unset;right: 0;}
			.text-box:nth-child(even) .t-b-img-2 {margin-right: auto;margin-left: 0;}
			.text-box:nth-child(even) .t-b-button {right: unset;left: 0;}

.galery {position: relative;width: 100%;height: 20vw;}
	.galery-img {float: left;height: 100%;width: 25%;box-sizing: border-box;border-left: solid 2px #fff;border-right: solid 2px #fff;border-bottom: solid 4px #fff;background-position: center;background-size: cover;}
	.galery-img:first-child {margin-left:0;border-left: 0;}
	.galery-img:last-child {margin-right:0;border-right: 0;}

.footer {background-color: #262627;padding: 80px 40px 50px;}
	.footer-row {display: table;width: 100%;}
		.footer-logo-box {width: 30%;display: table-cell;vertical-align: top;}
		.footer-logo {}
			.footer-logo img {width: 289px;max-width: 21vw;}
			.footer-follow {color: #fff;font-size: 22px;text-transform: uppercase;font-weight: 600;letter-spacing: 2px;margin-top: 70px;}
			.footer-icons {margin-top: 20px;}
				.footer-icons a {margin: 0 3px;}
					.footer-icons img {width: ;}
		.footer-text-box {width: 70%;display: table-cell;}
			.footer-text-box-col {width: 25%;float: left;vertical-align: top;}
				.footer-text-box-col-title {color: #fff;font-size: 20px;text-transform: uppercase;font-weight: 600;letter-spacing: 1px;}
			.footer-text-box-col p, .footer-text-box-col .p {color: #fff;font-size: 15px;font-weight: 300;margin: 20px 0;}
			.footer-text-box-col .p li {}
					.footer-text-box-col p a, .footer-text-box-col .p a {line-height: 31px;}
					.footer-text-box-col p a:hover  {}
			.footer-text-box-col {}
				.footer-text-box-col-title {}
	.footer-bottom {display: table;margin-top: 60px;width: 100%;color: #fff;font-size: 15px;font-weight: 300;}
		.footer-bottom-link {float: left;width: 50%;}
			.footer-bottom-link a {}
		.footer-bottom-lang {float: left;width: 50%;text-align: right;}
			.footer-bottom-lang a {}
		.footer a:hover { color: #fff;}
		
		
/* cms */		
#cms #center_column h1 {
  margin-bottom: 25px;
  color: #bba281;
  margin-top: 50px;
  text-transform: uppercase;
}
#cms #center_column h2 {
  font-size: 22px;
  font-weight: 300;
  color: #262627;
  line-height: 35px;
}
#cms #center_column p {
  color: #262627;
  font-weight: 200;
  font-size: 16px;
  line-height: 25px;
}
		

@media (min-width:2350px) {
	.header-icon-menu {margin-top:25px;}
	#header.fixed .header-icon-menu {margin-top:25px;}
	#header.fixed.header-open .header-icon-menu {margin-top:25px;}
}


@media (max-width:1200px) {


/*--MENU--*/
.header {}

.header-back {}
	.header-back-laser {}
	.header-back-laser-open {}

.header-logo {}
	.header-logo img {}

.header-icon-menu {}
	.header-icon-menu a {}
	.header-icon {}

.menu_icon_name {}
	.mobile_button {}
		.menu_line {}
		.m_line_1 {}
		.m_line_2 {}
		.m_line_3 {}

	.mobile_close {}
	.mobile_close .m_line_1 {}
	.mobile_close .m_line_2 {}
	.mobile_close .m_line_3 {}


.navigation {}
	.nav-back {}
	.nav_inside {}
		.menu_container {}
			.menu {}
				.menu_container li {}
					.menu_title a {padding: 5vw 0px;width: 33vw;}
					.menu_container li:hover .menu-hover-effect {}
					.menu_container li:hover .menu_title a {}
					.menu_title.menu-active a{}
					.menu_container li.mobile {}
					.menu_container li:hover .menu-hover-e-2 {}
.menu-other {}
.menu-other-href {}
.menu-other-href-last {}
.menu_container li:hover .menu-other {}
.menu_container li:hover .menu-other-href {}
.menu-other-href:hover {}
.menu_title {}
.menu-hover-e-2 {}

				.menu_title a:hover {}
					.navigation-open {}

.menu_title a span {}
.menu-hover {}
.menu_title a:hover .menu-hover {}

#header.fixed {}
#header.fixed .header-logo {}
#header.fixed .header-logo img {}
#header.fixed .header-icon-menu {}
#header.fixed .menu_icon_name {}
#header.fixed .header-back {}
#header-back-laser.fixed {}
#header.fixed {}
#header.fixed {}


#header.fixed.header-open {}
#header.fixed.header-open .header-logo {}
#header.fixed.header-open .header-logo img {}
#header.fixed.header-open .header-back {}
#header.fixed.header-open .menu_icon_name {}
#header.fixed.header-open .header-icon-menu {}

/*--Slide--*/
.slide {}
.sezione_slider {}
	.swiper-container {}
		.swiper-slide {}
			.swiper_sfondo {}
			.pag-box {}
						.pagination {}
							.swiper-pagination-bullet {}
							.swiper-pagination-bullet-active {}

.cores {}
	.core {}
		.core-back {}
		.core-grad-1 {}
		.core-grad-2 {}
		.core-text {}
			.core-text img {}
			.core-title {}
	.core:hover {}
	.core:hover .core-back {}
	.core:hover .core-grad-1 {}
	.core:hover .core-grad-2 {}
	.core:hover .core-text {}
	.core:hover .core-text img {}
	.core:hover .core-title {}

.text-box-cont {}
	.text-box {}
		.t-b-text {}
			.t-b-text-center {}
				.t-b-title {}
				.t-b-subtitle {}
				.t-b-text p {}
		.t-b-images {}
			.t-b-img-1 {}
			.t-b-img-2 {}
			.t-b-button {}
	.text-box:nth-child(even) {}
		.text-box:nth-child(even) .t-b-text {}
			.text-box:nth-child(even) .t-b-text-center {}
				.text-box:nth-child(even) .t-b-title {}
				.text-box:nth-child(even) .t-b-subtitle {}
				.text-box:nth-child(even) .t-b-text p {}
		.text-box:nth-child(even) .t-b-images {}
			.text-box:nth-child(even) .t-b-img-1 {}
			.text-box:nth-child(even) .t-b-img-2 {}
			.text-box:nth-child(even) .t-b-button {}

.galery {}
	.galery-img {}
	.galery-img:first-child {}
	.galery-img:last-child {}

.footer {}
	.footer-row {}
		.footer-logo-box {}
		.footer-logo {}
			.footer-logo img {}
			.footer-follow {}
			.footer-icons {}
				.footer-icons a {}
					.footer-icons img {}
		.footer-text-box {}
			.footer-text-box-col {width: 49%;float: unset;display: inline-table;margin-bottom: 20px;}
				.footer-text-box-col-title {}
			.footer-text-box-col p {}
					.footer-text-box-col p a {}
					.footer-text-box-col p a:hover  {}
			.footer-text-box-col {}
				.footer-text-box-col-title {}
	.footer-bottom {}
		.footer-bottom-link {}
			.footer-bottom-link a {}
		.footer-bottom-lang {}
			.footer-bottom-lang a {}

}

@media (max-width:800px) {


/*--MENU--*/
.header {}

.header-back {top: -40px;}
	.header-back-laser {top: 125px;}
	.header-back-laser-open {top: 125px;}

.header-logo {right: 35px;left: unset;transform: unset;top: -12px;}
	.header-logo img {width: 140px;}

.header-icon-menu {margin-top: 108px;margin-top: 81px;z-index: 11;}
	.header-icon-menu a {margin: 0 0 0 20px;}
	.ajax_cart_quantity {right: 0px;}
	.header-icon {}

.menu_icon_name {margin-top: 43px;margin-top: 25px;}
	.mobile_button {}
		.menu_line {}
		.m_line_1 {}
		.m_line_2 {}
		.m_line_3 {}

	.mobile_close {}
	.mobile_close .m_line_1 {}
	.mobile_close .m_line_2 {}
	.mobile_close .m_line_3 {}


.navigation {}
	.nav-back {}
	.nav_inside {}
		.menu_container {}
			.menu {}
				.menu_container li {margin: 2px;display: table;margin: 5px auto;}
					.menu_title a, li.cont .menu_title a {width: 80vw;margin: 0;padding: 4px;font-size: 21px;}
					.menu_container li:hover .menu-hover-effect {}
					.menu_container li:hover .menu_title a {}
					.menu_title.menu-active a{}
					.menu_container li.mobile {}
					.menu_container li:hover .menu-hover-e-2 {}
.menu-other {}
.menu-other-href {}
.menu-other-href-last {}
.menu_container li:hover .menu-other {}
.menu_container li:hover .menu-other-href {}
.menu-other-href:hover {}
.menu_title {}
.menu-hover-e-2 {}

				.menu_title a:hover {}
					.navigation-open {}

.menu_title a span {}
.menu-hover {}
.menu_title a:hover .menu-hover {}

#header.fixed {}
#header.fixed .header-logo {}
#header.fixed .header-logo img {width: 140px;}
#header.fixed .header-icon-menu {margin-top: 81px;}
#header.fixed .menu_icon_name {margin-top: 25px;}
#header.fixed .header-back {}
#header-back-laser.fixed {}
#header.fixed {}
#header.fixed {}


#header.fixed.header-open {}
#header.fixed.header-open .header-logo {top: -12px;}
#header.fixed.header-open .header-logo img {width: 140px;}
#header.fixed.header-open .header-back {top: -40px;}
#header.fixed.header-open .menu_icon_name {}
#header.fixed.header-open .header-icon-menu {margin-top: 81px;}

/*--Slide--*/
.slide {height: 40vh;top: 100px;}
.sezione_slider {height: 40vh;}
	.swiper-container {height: 40vh;}
		.swiper-slide {height: 40vh;}
			.swiper_sfondo {}
			.pag-box {}
						.pagination {}
							.swiper-pagination-bullet {}
							.swiper-pagination-bullet-active {}

.cores {padding: 10px;margin-top: 100px;}
	.core {width: calc(100%);margin: 0px 0 10px;height: 54vw;}
		.core-back {}
		.core-grad-1 {}
		.core-grad-2 {}
		.core-text {}
			.core-text img {}
			.core-title {}
	.core:hover {}
	.core:hover .core-back {}
	.core:hover .core-grad-1 {}
	.core:hover .core-grad-2 {}
	.core:hover .core-text {}
	.core:hover .core-text img {}
	.core:hover .core-title {}

.text-box-cont {padding: 20px;}
	.text-box {}
		.t-b-text {padding: 0;display: table;width: 100%;}
			.t-b-text-center {}
				.t-b-title {}
				.t-b-subtitle {}
				.t-b-text p {}
		.t-b-images {padding: 0;display: table;width: 100%;height: 65vw;margin-bottom: 30px;}
			.t-b-img-1 {width: 38vw;height: 54vw;transform: unset;top: 10vw;}
			.t-b-img-2 {width: 60vw;height: 40vw;}
			.t-b-button {top: calc(40vw + 30px);}
	.text-box:nth-child(even) {}
		.text-box:nth-child(even) .t-b-text {padding: 0;}
			.text-box:nth-child(even) .t-b-text-center {}
				.text-box:nth-child(even) .t-b-title {text-align: left;}
				.text-box:nth-child(even) .t-b-subtitle {}
				.text-box:nth-child(even) .t-b-text p {text-align: left;}
		.text-box:nth-child(even) .t-b-images {}
			.text-box:nth-child(even) .t-b-img-1 {}
			.text-box:nth-child(even) .t-b-img-2 {}
			.text-box:nth-child(even) .t-b-button {}

.galery {background-color: #fff;height: auto;display: table;}
	.galery-img {width: 100%;border: unset;margin-bottom: 4px;height: 60vw;}
	.galery-img:first-child {}
	.galery-img:last-child {}

.footer {padding: 20px;}
	.footer-row {}
		.footer-logo-box {width: 100%;display: table;}
		.footer-logo {margin: 0 auto;position: relative;display: table;margin-top: 10px;}
			.footer-logo img {width: 65%;max-width: 310px;position: relative;width: 60vw;}
			.footer-follow {margin-top: 23px;text-align: center;}
			.footer-icons {margin-bottom: 40px;text-align: center;}
				.footer-icons a {}
					.footer-icons img {}
		.footer-text-box {width: 100%;display: table;}
			.footer-text-box-col {}
				.footer-text-box-col-title {}
			.footer-text-box-col p {}
					.footer-text-box-col p a {}
					.footer-text-box-col p a:hover  {}
			.footer-text-box-col {width: 100%;text-align: center;}
				.footer-text-box-col-title {}
	.footer-bottom {margin-top: -10px;border-top: 1px solid #5a5a5a;padding-top: 20px;}
		.footer-bottom-link {width: 100%;float: unset;text-align: center;}
			.footer-bottom-link a {}
		.footer-bottom-lang {width: 100%;text-align: center;margin-top: 19px;}
			.footer-bottom-lang a {}

}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
   .header-back-laser {display: none;}
	 .menu {transform:translateY(0%);}
}





/*lista prodotti*/
#subcategories{margin-bottom: 70px;}
#subcategories ul li .subcategory-name {
    font: 300 12px 'Kanit', "Kanit", Arial,Helvetica, sans-serif !important !important;
    color: #555454 !important;
    text-transform: none !important;font-size: 16px;
}
#subcategories ul li {
    height: auto !important;
    background: #f8f8f8 !important;
	border-bottom: 1px solid #ddd !important;
}
.button.ajax_add_to_cart_button span {font-family:'Kanit', "Kanit", Arial,Helvetica, sans-serif !important;color:#392608;background:  #e6e0d2  !important;opacity:0.7; opacity: 1;border: unset;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
.button.ajax_add_to_cart_button:hover span { background: #392608 !important; border: none;font-weight: normal;font-size: 20px;display: block;text-align: center;text-shadow: none;color: #e6e0d2 !important;}
.button.ajax_add_to_cart_button{ background: #332 !important; border: none;font-weight: normal;font-size: 20px;display: block;text-align: center;text-shadow: none;display: none !important;}

.button.lnk_view span{background: #bba281;letter-spacing: 1px;border: none;text-shadow: none;color: #fff;display:block;font-weight: normal;font-size: 20px;font-family: 'Kanit', "Kanit", sans-serif;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
.button.lnk_view:hover span{background: #392608;}
ul.product_list.grid > li .product-container .button-container .lnk_view{ float: none;display: block;/*max-width: 100px;*/text-align: center;margin: 0 20px !important !important;border: 0;height: 36px;line-height: 15px;background: transparent !important;}
ul.product_list .product-name {font-family: 'Kanit', "Kanit", sans-serif; font-size: 18px;font-weight: 400; color: #323232 !important;font-size: 22px;line-height: 25px;min-height: 78px;}
ul.product_list.grid > li .product-container .product-image-container{border:none !important;}
ul.product_list.grid > li .product-container{border: 1px solid #ccc;font-family: 'Kanit', "Kanit", sans-serif;}
ul.product_list.grid > li{/*padding-right:5px !important;padding-left:5px !important;*/}
ul.product_list.grid > li:hover .product-container{box-shadow: 0 1px 6px 1px rgba(0,0,0,.2);}
.new-label{text-shadow:none;background:#bba281 !important;font-family:'Kanit', "Kanit", Arial,Helvetica, sans-serif !important;}
.new-label::before{border-color: #bba281 transparent transparent transparent;}
.new-label::after{border-color: #bba281 transparent transparent transparent;}
.block .title_block, .block h4{border-top: transparent;background: #fff;color: #bba281;font-family:'Kanit', "Kanit", Arial,Helvetica, sans-serif;}
.block .title_block a, .block h4 a { color: #bba281;}
#layered_block_left #enabled_filters, #layered_url_filter_block{background: #f9f9f9;color: #332;}
.availability{display:none;}
.block .list-block li a::before{display:none;}
.block .list-block li a{padding: 5px 0;display: inline-block;color: #555;}
.block .list-block li a:hover{color: #333;text-decoration:none;font-weight:normal;}


 /* ricerca */
	#search_block_top { position: fixed;z-index: 1;transition: all 300ms ease 0s;top: 30px !important; right: 110px;padding: 0 !important;}
	.fixed:not(.header-open) #search_block_top { top: 15px !important; right: 110px;}
	#search_block_top #search_query_top{background: #fff;width: 0px;padding-left: 0 !important;padding-right: 0 !important;border: 0 !important;right: 70px;position: absolute; -webkit-transition: all 0.3s;height:100px;height: 50px !important;  transition: all 0.3s ease-in-out;opacity:0;top: 5px;}
	#search_block_top:hover #search_query_top, #search_block_top #search_query_top:focus{width: 300px;padding-left: 5px !important;padding-right: 5px !important;opacity:1;}
	#search_block_top .btn.button-search{padding: 7px 0 11px 0 !important;transition: all 300ms ease 0s;background: transparent;top: 8px !important;width: 80px !important;height: 50px !important;}
	#search_block_top .btn.button-search::before{font-size: 21px !important;color: #000 !important;}
@media (max-width:800px) {
#search_block_top {
  top: 60px !important;
  right: 100px;
}
}


.menu_bottom { 
  position: absolute;
  bottom: 10px;
  width: 100%;
  font-size: 24px;
  color: #333;
  padding: 10px 0;
}
.block .title_block, .block h4{font-weight: normal;padding-left: 0px;}
.top-hr {
  display: none;
}
h3.page-product-heading{background:transparent;color:#bba281;border:none;padding-left: 0;border-bottom: 1px solid #eee;font-size: 26px;margin-top: 50px;}
#page .rte, #page .rte p  {font-family: "Open Sans", sans-serif;padding-left: 10px;}
#page .rte p {
  color: #555;
  line-height: 25px;
  padding-left: 0;
}
.product_attributes, .box-cart-bottom{box-shadow: none;}
#product_payment_logos{display:none;}
.box-info-product{background: #f9f9f9;border: none;}
.product_attributes{padding:10px 0;}
.content_prices{padding: 0;}
.content_prices{padding: 0;}
#our_price_display{}
.pb-left-column #image-block{border:5px solid #f9f9f9;}
ul.product_list .product-image-container .quick-view{display: none !important;}
ul.product_list.grid > li .product-container .button-container, ul.product_list.grid > li .product-container .functional-buttons, .compare-form {
  display: none !important;
}
 ul.product_list.grid > li.hovered .product-container .content_price {
        display: block; }
l.product_list.grid > li.hovered .product-container .product-image-container .content_price {
        display: none; }	
ul.product_list.grid > li .product-container .product-image-container .content_price{ display: none !important;}	
ul.product_list.list > li .right-block .right-block-content .functional-buttons{display: none !important;}	
#product_condition{display: none;}
.box-info-product .exclusive {
  border: 1px solid #bba281;
  border-radius: 0px;
  background: #bba281;
  text-shadow: none;
}
.box-info-product .exclusive::before {
  border: none;
  box-shadow: none;
  border-radius: 0px;
  background: transparent;
  color: #fff;
  text-shadow: none;
  line-height: 65px;
}
.box-info-product .exclusive span {
  text-shadow: none;
  color: #fff;
  border: none;
  font-weight: normal;
  font-family:"Open Sans", sans-serif;
}
.box-info-product .exclusive::after {
  display: none;
}
.box-info-product .exclusive:hover span {color:#bba281}
.box-info-product .exclusive:hover::before {color:#bba281}
.box-info-product .exclusive:hover {background: #fff;color:#bba281}
.our_price_display, .our_price_display .price{font-size:30px;}
.pb-center-column h1 {
  font-size: 30px;
  color: #bba281;
  text-transform: uppercase;
  font-family:"Open Sans", sans-serif;
  font-weight:normal;
}
.block .products-block .product-description{ display: none;}

/* prodotto */
#is_left_product{width:60%}
#is_right_product{width:40%;background:#f9f9f9;color:#000}
#is_right_product .custom_link{display:none}
#is_left_product .ndkzoom{position:absolute;bottom :20px;height:50px;width:50px;right: 50px;opacity: 1;}
.ndkzoom::before {font-size: 30px; color: #777;}
.ndkcsfields-block .form-group{border:none;border-radius:0;box-shadow:none}
#submitNdkcsfields{width:100%;max-width:none}
.ndkcsfields-block .form-group.submitContainer{gap:normal}
.box-info-product .exclusive::before{line-height:2em}
.fancybox-overlay.fancybox-overlay-fixed {  z-index: 10000;}
.btn-default{box-shadow:none;}
.btn.designer-btn.btn-default{background: #bba281;}
.box-info-product p{margin-bottom: 20px;}
.fancybox-opened{z-index: 100000;}
#product #short_description_content{padding-left:0;}


@media (max-width:779px) {
	#is_left_product{width:100%}
	#is_right_product{width:100%;padding-top:20px;padding-bottom:20px;margin-top:50px;}
	.pb-left-column #image-block{width:auto !important;}
	.fancybox-inner{padding: 0; /*max-width: 100%;*/}

}

#customizationForm{font-family: "Open Sans", sans-serif;padding-left:10px;color: #555;line-height: 150%;}
.customizableProductsText, .customizableProductsFile {  border: none; padding: 30px;  box-sizing: border-box; background: #f9f9f9;}

#customizedDatas { margin-top: 50px;font-family: "Open Sans", sans-serif;}
#customizedDatas .button.btn.btn-default.button-small { border: none; font-size: 26px;}
.button.button-small{ border:1px solid #bba281; background: #bba281;}
#my-account ul.myaccount-link-list li a i{ color: #bba281;}
.button.button-small span { border: none;  text-shadow: none;  font-weight: normal; border:1px solid #bba281; background: #bba281;  padding: 15px;  font-size: 16px; -webkit-transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -o-transition:all 0.3s ease 0s; transition:all 0.3s ease 0s;}
#customizedDatas .button.btn.btn-default.button-small:hover  span{ background:#fff;color: #bba281;border:1px solid #bba281;}
div.uploader span.action{border:1px solid #bba281; background: #bba281;color:#fff;}
.customizationUploadLine textarea{max-width: 96%;width: 500px;}
.custom_link {  padding: 10px; background: transparent;  color: #bba281;  border: 1px solid #bba281;  width: calc(100% - 40px);  display: block;  margin: 10px 0 10px 19px;  text-decoration: none;  font-family: "Open Sans", sans-serif;  font-weight: bold;}
.custom_link:hover { text-decoration: none; background: #fff; color: #bba281;}

@media (min-width:780px) {
.customizableProductsText, .customizableProductsFile { display: inline-block; width: 48%; float: left; margin-right: 2%;  }
.customizableProductsText {margin:0;float:right;}
div.uploader { margin-bottom: 55px;}
}


.cb_a_wraper{background-position: center !important;
padding: calc(12.5% - 5px) !important;background-size: cover;width: calc(25% - 5px);
height: auto;
box-sizing: border-box;
font-size: 0px !important;
line-height: 0px !important;}
.cb_a_wraper a{position: absolute;
left: 0;
top: 0;}


.content_scene_cat { border: none;}
#center_column { background: #fff;}
.content_scene_cat .content_scene_cat_bg {  background: transparent !important; padding: 0;}
.content_scene_cat_bg p { padding-left: 0;}
#page .content_scene_cat_bg .rte { padding-left: 0; color: #333;}
.content_scene_cat_bg h1 { color: #bba281;font-family:"Open Sans", sans-serif;font-weight:bold;}
.content_scene_cat span.category-name { color: #000; display: none;}
.content_scene_cat_bg h2 { color: #777;font-family:"Open Sans", sans-serif;line-height: 130%;}

.block .list-block li { padding-left: 3px !important;}




.container {
    max-width: 90% !important;
}
.content_sortPagiBar .sortPagiBar {
	display: none !important;
}
.page-heading span.heading-counter {
	display: block;
	float: none;
	margin-top: 10px;
	color: #999;
}