@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@keyframes heartbeat{from{transform:scale(1);transform-origin:center center;animation-timing-function:ease-out}10%{transform:scale(.93);animation-timing-function:ease-in}17%{transform:scale(.98);animation-timing-function:ease-out}33%{transform:scale(.91);animation-timing-function:ease-in}45%{transform:scale(1);animation-timing-function:ease-out}}

a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top}ul{list-style:none}blockquote,q{quotes:none}table,table td{padding:0;border:none;border-collapse:collapse}img{vertical-align:top}embed{vertical-align:top}article,aside,audio,canvas,command,datalist,details,embed,figcaption,figure,footer,header,hgroup,keygen,meter,nav,output,progress,section,source,video{display:block}mark,rp,rt,ruby,summary,time{display:inline}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html{height:100%;}
input,button{outline:0;}
a.link_main{color:var(--main-color);text-decoration:underline!important;}
a.link_main:hover{text-decoration:none;}

/* FORM BUILDER */
div.radio label,div.checkbox label{display:flex!important;align-items:center;position:relative;}
div.radio input,div.checkbox input{position:absolute;top:0px;left:0px;}
div.checkbox input,div.radio input{width:1px;height:1px;visibility:hidden;}
div.checkbox label,div.radio label{cursor:pointer;outline:0;-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */}
div.checkbox label:before,div.radio label:before{
	content: '';
    background: #fafafa;
    border-radius: 10%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.0em;
    height: 1.0em;
    position: relative;
    top: -0em;
    margin-right: 0.5em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

div.left_head{flex-wrap:nowrap!important;width:75%!important;}
div.right_head{width:25%!important;}

div.radio label:before{border-radius:100%;}

div.checkbox label.checked:before,div.radio label.checked:before{background-color: var(--main-color)!important;box-shadow: inset 0 0 0 4px #f4f4f4!important;border-color: var(--main-color)!important;}

html{scroll-behavior: smooth;}

/* THEME */
:root {
  --main-color: #3B5998;
  --main-color-inverse: #000;
  --main-hover: #000;
  --main-hover2: #7C7C7C;
  --font: 'Poppins', sans-serif;
  --font-body: 'Poppins', sans-serif;
  --font-color:#000;
  --font-color-hover:#000;
  --grey:#F4F4F6;
  --lightblue:#F6FBFF;
  --background:rgb(59,89,152,0.2);
  accent-color: var(--main-color);
}

::selection{background:#000;color:#fff;}

/* SCROOLBAR STYLE */
::-webkit-scrollbar{width:10px;}
::-webkit-scrollbar-track{background:#fff;margin:0px;}
::-webkit-scrollbar-thumb{background:rgb(59,89,152,0.9);border-radius:0px;}
::-webkit-scrollbar-thumb:hover{background:var(--main-color);}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {-moz-appearance: textfield;}

input[type="text"],input[type="email"],input[type="password"],select{-webkit-appearance: none;-moz-appearance: none; -webkit-appearance: none; appearance: none;outline:2px solid var(-main-color)}
select{border:1px solid #000000;border-radius:5px;}

div.modal div.modal-window{width:60%;border-radius:10px;}
div.modal div.modal-window h2{margin-bottom:50px!important;}
div.modal div.modal-window h2 p{background:none;}
div.modal div.modal-window h2 span{color:inherit;}

*{box-sizing:border-box;}
.transition,.active_menu,.menu a,a.simple-button-plugin{-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out;}
body{color:var(--font-color);padding:0px;margin:0px;font-family:var(--font-body);font-size:14px;font-weight:300;letter-spacing:0px;overflow-x:hidden;}

header,section,footer{display:flex;width:100%;flex-wrap:wrap;}
a{color:var(--font-color);text-decoration:none;}
section.topbar a{text-decoration:unset;}
section.topbar *{text-transform:uppercase;}
section.topbar p,section.topbar span,section.topbar div{font-weight:400;}

/* CONFIRM PAGE */
div.conferma h3{font-size:24px;}
div.conferma p{font-size:20px;margin:0px;line-height:1.4em;}

div.container{width:100%;max-width:1400px;margin:0 auto;padding-right:0%;padding-left:0%;}

div.side{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap;}
div.col_12{width:100%;}
div.col_9{width:calc((100% / 4)*3 - 1%);}
div.col_8{width:calc((100% / 3)*2 - 1%);}
div.col_6{width:calc(100% / 2 - 2%);}
div.block_grid{width:calc(100% / 3);}
div.col_3{width:calc(100% / 4 - 1%);}
div.col_2{width:calc(100% / 5 - 1%);}
section.list div.col_6{width:calc(100% / 2 - 2%); }

div.col_4{width:calc(100% / 3 - 2%);}

div.visual_composer div.column img{border-radius:5px;}
header div.visual_composer div.column img,.footer div.visual_composer div.column img{border-radius:0px;}

section.double_ul ul{column-count:2;}

section.company div.container{display:grid!Important;grid-template-columns:1.4fr 1fr;gap:20px;transition:gap .4s!important;}
section.company div.column{width:unset;}
section.company div.column:first-child{height:500px;overflow:hidden;border-bottom-right-radius:10px;border-top-right-radius:10px;}
section.company div.column:last-child{padding:40px;}
section.company div.column img{border-radius:0px;width:100%!important;height:auto;max-height:unset;transition:transform .4s;}
section.company div.container:hover img{transform:scale(1.05);transition:transform .4s;}

section.aboutText{width:45%!important;height:fit-content!important;margin:auto;box-shadow:0 10px 40px rgb(0 0 0 / 8%);z-index:1;background:#fff;margin-top:70px!important;padding:30px!important;border-radius:10px;}
section.aboutImg img{width:75%;margin-top:-40px;}

section.contact div.container{display:grid!Important;grid-template-columns:1fr 1.5fr;gap:30px;}
section.contact div.column{width:unset;}
section.contact iframe{border-radius:10px;}

div.visual_composer p,div.visual_composer div{font-size:18px;}

body a.simple-button-plugin{position:relative;padding:16px 30px;border:0px!important;box-sizing:border-box;background:var(--background)!important;border-radius:30px!important;text-decoration:none;display:inline-block;font-size:16px;margin:0px 0px;color:var(--main-color);font-weight:700;display:flex!important;align-items:center!important;z-index:1;width:fit-content;margin-right:0px;text-transform:uppercase;overflow:hidden;}
body a.simple-button-plugin:before{content:'';position:absolute;bottom:0px;left:0px;height:0%;width:50%;background:var(--main-color);z-index:-1;transition:height .4s;}
body a.simple-button-plugin:after{content:'';position:absolute;top:0px;right:0px;height:0%;width:50%;background:var(--main-color);z-index:-1;transition:height .4s;}
body a.simple-button-plugin:hover{color:#fff!important;}
body a.simple-button-plugin:hover:before,body a.simple-button-plugin:hover:after{height:100%;transition:height .4s;}

.parallax a.simple-button-plugin{background:#D8DEEA!important;color:var(--main-color)!important;}
.parallax div.column:last-child{justify-content:center!important;}
.preventivo h2{margin:0px!Important;}
.preventivo{margin:20px auto!important;width:1400px!Important;border-radius:20px;overflow:hidden;padding:120px 0px!important;}
.parallax{background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:cover;}

.fadein{opacity:1;transition: 0.7s opacity;}
.fadeout{opacity:0;transition: 0.7s opacity;}

/*TITLE*/
h1,h2,h3,.font{font-family:var(--font);letter-spacing:0px;}
h1{color:#000;font-size:50px;line-height:1.2em;font-weight:600;margin:0px;position:relative;padding-bottom:5px;position:relative;width:100%; margin:0px 0px 20px;text-align:left;}
h1.title_page{margin-bottom:0px;padding:0px;line-height:40px;}

h2{color:#000;font-size:42px;line-height:1.2em;font-weight:700;margin:0px;position:relative;padding-bottom:0px;position:relative;width:100%; margin:0px 0px 30px 0px;text-align:left;text-transform:uppercase;}
h2 i{font-style:unset;color:var(--main-color);}
h2 p{padding:10px 0px;display:inline-block;border-radius:4px;text-align:center;}
h2 p span{display:inline-block;line-height:1;color:#000;}

h2.left{display:inline-block;width:auto!important;}
h3{color:var(--main-color);font-size:18px;line-height:32px;font-weight:600;margin:0px;position:relative;padding-bottom:0px;position:relative;width:fit-content;margin:0px 0px 0px;text-align:left;border-bottom:0px solid var(--main-color);width:100%;}
.centerAlign h3{margin:0px auto 5px;}

h3.endpoint{font-size:20px;font-family:var(--font);color:#681F09;line-height:40px;font-weight:800;position:relative;margin:0px 0px;padding:5px 0px;z-index:+1;text-align:left;}
h3.endpoint a{color: var(--main-color);text-decoration: none;}

section.dnv{margin-top:70px;}
section.dnv a.simple-button-plugin:hover::before{width:240px;}

section.fullcontainer img{border-radius:0px;}
section.radius img,section.radius div.column iframe{border-radius:4px;}
section.confirmPage{padding:70px 0px!important;background:var(--lightblue);}
section.confirmPage h2,section.confirmPage p{text-align:center;width:100%;}
section.confirmPage h2{margin:25px 0px 10px;}

/*HEAD*/
header{margin-top:0px;padding:0px 2%;z-index:1;}
.header:before{content:'';position:absolute;top:0px;left:5%;width:0%;height:100%;background:#fff;border-radius:0px 0px 10px 10px;transition:all .4s;}
header{position:absolute;top:0px;}
header div.container{padding-top:0px;padding-bottom:0px;}
header div.visible{display:flex;}
header div.novisible{display:none;}
header div.center{text-align:center;}
header.header_absolute{position:absolute;top:0px;left:0px;z-index:+10;}
header.header_fixed{position:fixed;}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.header{z-index:9;}
.header div.container{flex-wrap:nowrap!important;}
.sticky{position:fixed!important;width:100%;z-index:999;margin:0px;border-radius:0px;}
.sticky_el{position: -webkit-sticky!important;position:sticky!important;top:0;}
.sticky .header{padding:5px 0px!important;filter:drop-shadow(2px 2px 6px rgb(0 33 85 / 10%));}
.sticky .header:before{width:100%;left:0px;transition:all .4s;}

div.blockleft{display:flex;align-items:center;}
div.blockleft a{font-size:1.5em;margin-right:20px;text-decoration:none;}

/* GLIDE */
.glide{position:relative;width:100%;box-sizing:border-box;}
.glide *{box-sizing:inherit}
.glide__track{overflow:hidden}
.glide__slides{position:relative;width:100%;list-style:none!important;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;padding:0;white-space:nowrap;display:flex;align-items:center;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{text-transform:initial;list-style:none!important;width:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}
.glide__arrow{position:absolute;display:block;top:50%;z-index:2;color:white;text-transform:uppercase;padding:9px 12px;background-color:transparent;border:0px;opacity:1;cursor:pointer;transition:opacity 150ms ease, border 300ms ease-in-out;transform:translateY(-50%);line-height:1}
.glide__arrow:focus{outline:none}
.glide__arrow:hover{border-color:white}
.glide__arrow--left{left:2em}
.glide__arrow--right{right:2em}
.glide__arrow--disabled{opacity:0.33}
.glide__bullets{position:absolute;z-index:2;bottom:2em;left:50%;display:inline-flex;list-style:none;transform:translateX(-50%);}
.glide__bullet{background-color:rgba(255,255,255,0.5);width:12px;height:12px;padding:0;border-radius:50%;border:2px solid transparent;transition:all 300ms ease-in-out;cursor:pointer;line-height:0;box-shadow:0 0.25em 0.5em 0 rgba(0,0,0,0.1);margin:0 0.25em}
.glide__bullet:focus{outline:none}
.glide__bullet:hover{border:2px solid white;background-color:rgba(255,255,255,0.5)}.glide__bullet--active{background-color:white}
.glide--swipeable{cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}
.glide--dragging{cursor:grabbing;cursor:-moz-grabbing;cursor:-webkit-grabbing}
.glide[data-type="carousel"] div.glide__bullets[data-theme="dark"] button{background:#aaa;}
.glide[data-type="carousel"] div.glide__bullets[data-theme="dark"] button.glide__bullet--active{background:var(--main-color);}

/*SLIDESHOW*/
body.index section.slideshow{margin-bottom:0px;overflow:hidden;margin-top:0px;height:100vh;}
body.index section.slideshow .glide{max-height:100vh;}
body.index section.slideshow video{width:100%;filter:brightness(0.8);}
body.index section.slideshow div.caption{position:absolute;z-index:+2;display:flex;flex-wrap:wrap;justify-content:center;align-content:center;bottom:10%;width:100%;left:0%;height:100%;padding:0px;box-sizing:border-box;border-radius:5px;text-align:center;height:fit-content;}
body.index section.slideshow div.controls{display:flex;flex-wrap:wrap;justify-content:center;width:100%;}
body.index section.slideshow div.caption h2{color:#fff;text-align:center;font-weight:700;font-size:42px;margin-bottom:20px;text-transform:uppercase;}
body.index section.slideshow div.caption p{color:#fff;text-align:center;margin:0px 0px 40px;font-size:18px;font-weight:400;width:100%;padding:0px 20%;line-height:1.6em;}
body:not(.index) section.slideshow{width:100%;position:relative;margin-bottom:0px;margin-top:0px;background-position:center!important;background-size: cover!important;}
section.slide_full div.container{max-width:1920px;padding:0px;max-height:100%;}
section.slideshow .slide img{max-width:100%;width:100%;filter: brightness(0.7);}
section.slideshow div.container{position:relative;}
section.slideshow svg{fill:#ffffff;height:40px;}
section.slideshow section.breadcrumb{margin:0px;text-align:right;}
section.slideshow div.caption h2:after{display:none;}
section.slideshow div.caption h2:before{display:none;}
section.slideshow a.caption{position:relative;padding:16px 30px;border:0px!important;box-sizing:border-box;background:var(--main-color)!important;border-radius:30px!important;text-decoration:none;display:inline-block;font-size:16px;margin:0px 0px;color:#fff;font-weight:400;display:flex!important;align-items:center!important;z-index:1;width:fit-content;margin-right:0px;text-transform:uppercase;overflow:hidden;}
section.slideshow a.caption:before{content:'';position:absolute;bottom:0px;left:0px;height:0%;width:50%;background:var(--main-hover);z-index:-1;transition:height .4s;}
section.slideshow a.caption:after{content:'';position:absolute;top:0px;right:0px;height:0%;width:50%;background:var(--main-hover);z-index:-1;transition:height .4s;}
section.slideshow a.caption:hover:before,section.slideshow a.caption:hover:after{height:100%;transition:height .4s;}
section.slideshow a.captionContact{background:var(--main-hover)!important;color:#fff!important;margin-left:15px;}

section.contatti a{text-decoration:none;font-size:18px;}
section.contatti span.fa{font-size:38px;border:1px solid #EEE;padding:20px 15px;width:auto;margin-right:25px;min-width:100px;}
section.contatti span.fa:before{margin-left:12px;} 
div.visual_composer section.contatti p{margin-top:0px;align-items:center;display:flex;margin:15px 0px;}

body:not(.index) section.slideshow div.caption{display:flex;align-content:center;align-items:center;justify-content:space-between;box-sizing:border-box;max-width:100%;width:100%;padding:380px 4% 0px;background:rgb(0,0,0,0.5);}
body:not(.index) section.slideshow div.caption div.left,body:not(.index) section.slideshow div.caption div.right{width:50%;display:flex;align-items:center;}
body:not(.index) section.slideshow div.caption h1.title_page{position:relative;margin:0px 0px 20px;padding:0px 0px;border-radius:0px;font-size:42px;color:#fff!important;font-weight:700;text-align:left;text-transform:uppercase;}
body:not(.index) section.slideshow div.caption h1.title_page span{display:inline-block;}
section.slideshow div.caption h2{width:100%;font-weight:bold;font-size:6px;line-height:1.2em;margin-bottom:0px;}
section.slideshow div.caption p{width:100%;font-weight:400;font-size:18px;line-height:25px;padding-bottom:0px;margin:0px;letter-spacing:1px;text-align:center;}

body:not(.index) section.slideshow div.caption h2{color:#000000;}
body:not(.index) section.slideshow div.slide{background-position:right center!important;}
section.slideshow div.caption h2:after{display:none;}

/* VIDEO */
section.video{display:flex;align-items:center;height:100vh;}
section.video video{width:100%;}

div.about ul li{list-style-type:none!important;margin:4px 0px!important;}
div.about ul li:before{content:'\f00c';font-family:'FontAwesome';color:var(--main-color);margin-right:10px;}

/* CATEGORY PAGE */
.head_category{font-size:1em;}
.head_category div.container{padding-left:0px;padding-right:0px;}
.head_category h2{font-size:2em;}
.head_category div.column{padding:30px;box-sizing:border-box;position:relative;height:100%;display:flex;flex-wrap:wrap;overflow:hidden;align-content:center;}
.head_category div.column:first-child{padding:0px;}
section.slideshowCategory div.overSlide div.caption h2{color:#ffffff!important;}
section.slideshowCategory div.overSlide section.breadcrumb a{color:#ffffff!important;}
section.slideshowCategory div.overSlide div.caption{color:#ffffff!important;}
section.content_category{padding:70px 0px;background:var(--lightblue);}

/* PRODUCT PAGE */
section.product{margin:0px 0px;padding:70px 0px;}
section.product div.preview{font-size:18px;line-height:1.6em;width:100%;}
section.product div.video{display:flex;justify-content:center;flex:1;}
section.product div.video iframe{width:100%!important;}
section.product h2{text-align:center;}
section.product h3{text-align:center;width:100%;}
section.product div.img_prod{display:flex;justify-content:space-between;width:100%;margin-top:40px;}
section.product div.img_prod div.thumb{width:15%;text-align:center;display:flex;justify-content:center;max-height:600px;overflow:hidden;align-items:flex-start;align-content:flex-start;}
section.product div.img_prod div.thumb img{border-radius:0px;max-width:100%;height:auto;border:1px solid #eee;padding:0px;margin-bottom:20px;cursor:pointer;}
section.product div.img_prod div.main_img{display:grid!Important;grid-template-columns:1fr 1fr 1fr;gap:15px;width:100%;overflow:hidden;}
section.product div.img_prod div.main_img div.img{overflow:hidden;display:flex;justify-content:center;align-items:center;width:100%;height:350px;border-radius:5px;padding:0px;position:relative;}
section.product div.img_prod div.main_img div.img img{width:100%;height:auto;max-height:unset;min-height:100%;transition:transform .4s;}
section.product div.img_prod div.main_img div.img:before{content:'';position:absolute;bottom:0px;left:0px;height:0%;width:50%;background:rgb(0,0,0,0.4);z-index:1;transition:height .4s;}
section.product div.img_prod div.main_img div.img:after{content:'';position:absolute;top:0px;right:0px;height:0%;width:50%;background:rgb(0,0,0,0.4);z-index:1;transition:height .4s;}
section.product div.img_prod div.main_img div.img:hover:before,section.product div.img_prod div.main_img div.img:hover:after{height:100%;transition:height .4s;}
section.product div.img_prod div.main_img div.img:hover img{transform:scale(1.1);transition:transform .4s;}

section.product div.img_prod div.videoSx div.galVideo{height:715px;overflow:hidden;border-radius:5px;}
section.product div.img_prod div.videoSx div.galVideo:first-child{margin-bottom:15px;}
section.product div.img_prod div.videoSx{width:calc(100% / 3 - 15px);}
section.product div.img_prod div.videoDx{width:66.2%;grid-template-columns:1fr 1fr;}

div.customization{margin-top:30px;}
div.customization div.align{justify-content:left!important;}
div.customization h2 {text-align:left!important;margin-bottom:0px;font-size:22px;padding:0px;}
div.customization div.text_form{margin-bottom:10px!important;margin-top:10px;}
div.customization h2:before{display:none;}
div.customization h2 p{background:none;padding:0px;}
div.customization h2 p span{color:var(--font-color);}
div.customization div.side{justify-content:flex-start;}
div.customization div.el:not(.hidden){margin-top:0px!important;margin-bottom:10px!important;width:calc(100% / 2 - 1%)!important;margin-right:1%;}
div.customization div.form_container div.el input[type="text"], div.form_container div.el input[type="email"]{padding:8px 10px;border-radius:4px;}
div.customization form{font-size:16px!important;}

div.detail_prod div.control{display:flex;margin-top:35px;flex-wrap:wrap;}
div.detail_prod div.quantity_add{width:100%;display:flex;justify-content:space-between;align-items:flex-end;}
div.detail_prod div.quantity{display:flex;position:relative;width:100%;justify-content:flex-start;}
div.detail_prod div.quantity input{padding: 0;margin: 0;padding:8px 5px;-webkit-apparance:textfield;-moz-appearance: textfield;outline:0;border-top:1px solid #dddddd;border-bottom:1px solid #dddddd;border-left:0px;border-right:0px;width:40px;text-align:center;}
div.detail_prod div.quantity input::-webkit-outer-spin-button,div.detail_prod div.quantity input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;outline:0;}
div.detail_prod .quantity-button {display:flex;align-items:center;position: relative;cursor: pointer;text-align: center;color: #000;font-size: 20px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;-o-user-select: none;user-select: none;padding-right:10px;padding-left:10px;background:var(--grey);border:1px solid #ddd;}
div.detail_prod .quantity-button.quantity-down{border-radius:3px 0px 0px 3px;}
div.detail_prod .quantity-button.quantity-up{border-radius:0px 3px 3px 0px;}
div.detail_prod div.control div.sx{display:flex;align-items:center;flex-wrap:wrap;}
div.detail_prod div.control div.sx label{margin-right:0px;font-weight:400;font-size:18px;width:100%;display:block;margin-bottom:3px;text-align:left;}
div.detail_prod div.control div.add_cart{margin-left:0px;position:relative;width:100%;}
div.detail_prod a.go_cart{padding:10px;background:var(--main-color);color:#ffffff;text-decoration:none;cursor:pointer;outline:0;text-align:center;bottom:0px;display:inline-block;}
div.detail_prod a.go_cart:hover{background:var(--main-hover);}
div.detail_prod div.confirm_insert{background:#eeeeee;border:1px solid #cccccc;padding:10px;box-sizing:border-box;display:none;align-items:center;justify-content:space-between;font-size:16px;margin-top:20px;}
div.detail_prod div.control div.error_cart{color:#dd0000;width:100%;padding:20px 0px;font-size:20px;}
div.detail_prod div.control button{padding:10px 10px;background:var(--main-color);color:#ffffff;font-size:18px;text-transform:uppercase;letter-spacing:0.5px;cursor:pointer;outline:0;text-align:center;line-height:1;min-height:39px;max-height:52px;position:relative;overflow:hidden;z-index:+2;border:2px solid var(--main-color);border-radius:5px;width:100%;}
div.detail_prod div.control button:hover{background:#ffffff;color:var(--main-color);}
div.detail_prod div.control button i{margin-right:10px;}
div.detail_prod div.control button span{position:relative;display:inline-block;}
div.detail_prod div.control button a{display: block;position: relative;bottom: -50px;color: #ffffff;text-decoration: none;}
div.detail_prod div.control div.footer_control{justify-content:left;}
div.detail_prod div.control div.wishlist{margin:30px 0px 0px 0px;margin-right:20px;}
div.detail_prod div.control div.wishlist a{border:0px solid #555555;border-radius:0px;padding:0px;font-size:16px;font-weight:400;text-decoration:none;}
div.detail_prod div.control div.wishlist img{width:20px;height:20px;}
div.detail_prod div.control div.wishlist img.fill{display:none;}
div.detail_prod div.control div.wishlist img.empty{display:block;}
div.detail_prod div.control div.wishlist .wish_active img.fill{display:block;border:0px;}
div.detail_prod div.control div.wishlist .wish_active img.empty{display:none;border:0px;}
div.detail_prod div.control div.attachment{margin:30px 0px 0px 0px;}
div.detail_prod div.control div.attachment a{border:0px solid #555555;border-radius:0px;padding:0px;font-size:16px;font-weight:400;text-decoration:none;}
div.detail_prod div.control div.attachment img{width:20px;height:20px;}
div.detail_prod div.attribute_group{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;margin-bottom:20px;}
div.detail_prod div.attribute_group label.title{width:100%;margin-bottom:0px;font-size:20px;font-weight:400;}
div.detail_prod div.attribute_group div.content{width:100%;display:flex;flex-wrap:wrap;}
div.detail_prod div.attribute_group:last-child{margin-bottom:0px;}
div.detail_prod div.attribute_group div.el{width:auto!important;margin-top:15px;margin-bottom:0px;position:relative;margin-right:5px;}
div.detail_prod div.attribute_group div.el label{padding:10px 15px;box-sizing:border-box;margin-right:0px;min-width:unset;border-radius:10px;}
div.detail_prod div.attribute_group div.el label:before{display:none!important;}
div.detail_prod div.attribute_group div.el label.checked{border:1px solid var(--main-color);}
div.detail_prod div.attribute_color label{padding:0px!important;position:relative;width:40px;height:40px;display:flex;align-items:center;justify-content:center;}
div.detail_prod div.attribute_color label.checked:after{content:"\f00c";font-family:'FontAwesome';display:block!important;}
div.detail_prod div.attribute_group div.el[data-disabled="disabled"]{opacity:0.5;position:relative;}
div.detail_prod div.attribute_group div.el[data-disabled="disabled"] label{position:relative;}
div.detail_prod div.attribute_group div.el[data-disabled="disabled"] label:before{content:"";display:block!important;width:100%;height:1px;background:#dd0000;transform:rotate(-30deg);position:absolute;top:auto;bottom:50%;left:0px;z-index:+1;}

div.attribute,div.SingleAttribute{margin-top:35px;}
div.attribute div.el,div.SingleAttribute div.el{display:flex;align-items:center;}
div.attribute div.el:last-child,div.SingleAttribute div.el:last-child{margin-bottom:0px;}
div.attribute .singleSelect select,div.SingleAttribute .singleSelect select{color:#000000;-o-appearance: none;-ms-appearance: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
div.attribute .singleSelect select::-ms-expand,div.SingleAttribute .singleSelect select::-ms-expand{display: none;}
div.attribute label,div.SingleAttribute label{margin-right:10px;min-width:100px;display:inline-block;font-size:15px;font-weight:400;}
div.attribute select,div.SingleAttribute select{padding:8px;min-width:150px;outline:0;border:0px;border-bottom:1px solid #eaeaea;background:none;}
div.details{margin:60px 0px 0px 0px;}
div.details div.header{border:0px;justify-content:center;}
div.details div.header div{padding:6px 20px;margin-right:40px;border-bottom:2px solid var(--main-color);border-right:2px solid var(--main-color);position:relative;transform:skew(-10deg);border-radius:6px;}
div.details div.header div.active{background:var(--main-color);}
div.details div.header div:after{content:"/";display:none;position:absolute;right:-20px;font-size:20px;top:10px;}
div.details div.header span{font-size:25px;font-weight:500;cursor:pointer;display:inline-block;padding:5px 0px;transform:skew(10deg)}
div.details div.header span:hover{color:var(--main-color);}
div.details div.header span.active{color:#ffffff;}
div.details div.content{border:0px!important;padding:0px!important;margin-top:20px;line-height:27px;}
div.details div.content div{display:none;}
div.details div.content div.active{display:block;}
section.related_product{margin-top:80px;}

div.FooterProduct{width:100%;margin-top:20px;font-size:15px;font-weight:400;border-top:1px solid #eeeeee;padding-top:20px;}

section.main_gallery{margin-bottom:20px!important;}

iframe{width:100%!important;}

/* ADDRESS LIST */
div.container_address{width:100%;margin-bottom:20px;}
div.list_address{width:100%;display:flex;justify-content:flex-start;margin-top:10px;flex-wrap:wrap;}
div.list_address div.el_address{display:flex;width:calc(100% / 3 - 1%);margin-right:1%;align-items:center;padding:15px;border-bottom:1px solid #acacac;cursor:pointer;min-height:60px;position:relative;margin-bottom:0px;}
div.list_address div.el_address p{max-width:87%;}
div.list_address div.el_address:hover{background:#eeeeee;}
div.list_address div.el_address p{font-size:15px;font-weight:500;margin-left:0px;line-height:21px;}

/*SUMMARY*/
form.form_pay_style{width:100%;}
section.summary div.form_login{display:none;}
section.summary div.form_login div.error-login{display:none;margin-top:10px;color:#dd0000;}
section.summary div.error-password{display:none;color:#dd0000;width:100%;text-align:center;font-style:italic;}
section.summary div.tab{margin-bottom:10px;}
section.summary div.tab:last-child{margin-bottom:0px;}
section.summary div.tab div.title{font-size:18px;font-weight:500;}
section.summary div.listing{display:flex;width:100%;padding:20px!important;flex-wrap:wrap;font-size:18px;}
section.summary div.overlay img{position:absolute;top:50px;height:150px;}
section.summary div.listing div.login{text-align:left!important;box-sizing:border-box;margin-bottom:20px;margin-top:0px;margin-left:0px;}
section.summary div.listing div.login div.side{text-align:left!important;box-sizing:border-box;padding:15px;border-left:3px solid var(--main-color);flex-wrap:wrap;margin-bottom:20px;}
section.summary div.listing div.login a{display:inline-block;margin-bottom:20px;font-size:1.2em;color:#000000;}
section.summary div.listing div.login a:hover{text-decoration:none;}
section.summary div.listing div.login button{cursor:pointer;padding:0px;border:0px;background:#555555;color:#ffffff;font-size:1.1em;padding:12px 25px;}
section.summary div.container_form{box-sizing: border-box;float: left;border: 0px solid #eeeeee;border-radius: 0px;position: relative;z-index: +10;background: #ffffff;display:flex;justify-content:space-between;flex-wrap:wrap;}
section.summary div.container_form div.el {width: 49%!important;margin-bottom: 20px;border:0px;padding:0px!important;border-bottom:0px!important;}
section.summary div.container_form div.el label {width: 100%;display: block;font-size: 18px;margin-bottom: 5px;}
section.summary div.container_form div.el input[type="text"],section.summary div.container_form div.el input[type="email"], section.summary div.container_form div.el input[type="password"], section.summary div.container_form div.el select {width: 100%;display: block;font-weight: 700;font-size: 15px;padding: 5px;border: 0px;border-bottom: 1px solid #dddddd;outline: 0;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out;box-sizing: border-box;background:none;}
section.summary div.container_form div.el.invalid{color:#ff0000;}
section.summary div.container_form div.el.invalid input{border-color:#ff0000;}

section.summary div.container_form div.full,div.full{width:100%!important;text-align:center;}
section.summary div.container_form div.full p,div.full p{text-align:center;width:100%;font-size:2em;margin-bottom:20px;}
section.summary input:disabled{background:none;}
section.summary div.shipping{font-size:1.3em;margin:10px 0px;}
section.summary div.shipping div:first-child{text-align:right;}
section.summary div.shipping div:last-child{text-align:left;}
section.summary div.total{font-size:1.8em;font-weight:400;}
section.summary div.total div:first-child{text-align:right;}
section.product div.details div.content { box-sizing: border-box; border: 1px solid #aaaaaa; padding: 30px; }
div.total div:last-child{text-align:left;}
section.summary div.metodo {width: 100%;box-sizing: border-box;position: relative;box-sizing:border-box;border:0px;border-bottom:0px!important;margin-bottom:20px;padding:0px!important}
section.summary div.metodo:last-child{margin-bottom:0px;}
section.summary div.couponTab div.listing{position:relative;}
section.summary div.couponTab div.listing div.couponActive{width:100%;}
section.summary div.couponTab div.listing div.couponActive a.delete{text-decoration:none;color:var(--main-color);display:inline-block;margin-right:3px;}
section.summary div.couponTab div.listing div.show{display:block!important;}
section.summary div.couponTab div.listing div.hide{display:none!important;}

section.summary div.couponTab div.listing div.couponActive span{font-weight:600;}
section.summary div.couponTab div.overlayCoupon{width:100%;height:100%;position:absolute;left:0px;top:0px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,0.7);}
section.summary div.couponTab div.overlayCoupon img{max-height:100%;}
section.summary div.coupon{width:100%;display:flex;align-items:center;justify-content:flex-start;margin-top:0px;}
section.summary div.coupon input{padding:6px;outline:0;border:1px solid #cccccc;}
section.summary div.coupon button{border-radius:5px;font-weight:500;padding:8px 12px;font-size:13px;background:var(--main-color);border:0px;color:#ffffff;margin-left:5px;cursor:pointer;border:1px solid var(--main-color);}
section.summary div.coupon button:hover{background:var(--main-hover);color:var(--main-color);}
section.summary div.metodo div.el:first-child{margin-top:0px;}
section.summary div.metodo div.el{width:100%!important;padding:0px!important;float:left;margin-top:25px;cursor:pointer;text-align:left;position:relative;border:0px;border-bottom:0px!important;}
section.summary div.metodo div.el label{display:flex!important;flex-wrap:wrap;align-items:center;margin-bottom:0px!important;}
section.summary div.metodo div.el label img{height:40px;margin-left:10px;}
section.summary div.metodo div.el label img.metodo.paypal{height:25px;}
section.summary div.metodo img.ssl {position: absolute;top: -20px;right: -15px;transform: rotate(30deg);-ms-transform: rotate(30deg);-moz-transform: rotate(30deg);-webkit-transform: rotate(30deg);-o-transform: rotate(30deg);z-index:+100;}
section.summary div.privacy-checkout{display:block;text-align:left!important;padding-left:5px!important;padding-top:0px!important;border-bottom:0px!important;}
section.summary div.privacy-checkout a{color:#000000;}
section.summary div.privacy-checkout div.radio{display:inline-block!important;width:auto!important;margin-right:20px;}
section.summary div.privacy-checkout div.opt{margin:5px 0px 7px 0px;width:100%;}
section.summary div.privacy-checkout div.opt div.el_opt{margin-bottom:15px;width:100%!important;}
section.summary div.privacy-checkout div.opt div.el_opt:last-child{margin-bottom:0px;width:100%!important;}
section.summary div.privacy-checkout div.opt div.el_opt label{margin-bottom:0px;}

section.summary .submit{width:100%;background: var(--main-color);border: 0px;padding: 15px;font-size: 1.5em;font-weight:300;border-radius: 4px;color: #ffffff;cursor: pointer;-webkit-appearance: none;outline:0;border:1px solid var(--main-color);}
section.summary .submit:hover{background: var(--main-hover);color:var(--main-color);}
div.card-payment{margin-bottom:0px!important;}
#card-element {width: 500px;margin-bottom:0px;max-width:100%;border:1px solid #eee;}
section.summary .newaccountcheck{text-align:left!important;}

section.summary div.error-checkout{display:none;text-align:center;color:#dd0000;margin-top:10px;width:100%;font-size:20px;}

/* WISHLIST */
div.mywish{font-weight:300;}
div.mywish div.side{font-size:1.5em;}
div.mywish div.category_container{margin-top:30px;}
a.delWish{position:absolute;top:60px;right:20px;font-size:1.6em;cursor:pointer;}
div.mywish div.overlay{width:100%;height:100%;position:absolute;top:0px;right:0px;background:rgba(255,255,255,0.6);z-index:+2;display:none;}

div.shipping_badge{display:flex;justify-content:space-between;align-items:center;padding-left:0px;margin-top:0px;}
div.shipping_badge div.el{display:flex;align-items:center;justify-content:space-between;}
div.shipping_badge img{width:15%;}
div.shipping_badge div.content{width:75%;}
div.shipping_badge div p{font-size:16px;color:#000;line-height:1;}
section.reviews div.container{margin:70px 0px;}

div.order_container {align-items:center;}
div.order_container .icon{text-align:right;padding-right:4%;}
div.order_container svg{height:250px;}

section.land{background-size:cover;}
section.land div.column{font-size:60px;line-height:70px;}
section.plus div.container{align-items:normal!important;}
section.block_libri div.text{height:350px!important;}
section.chisiamo_text div.container{align-items:flex-start!important;}
section.chisiamo_text_home div.column{margin-right:3%;}
section.chisiamo_text_home div.column:last-child{margin-right:0%;}

/* CAROSELLO */
section.carosello div.container{align-items:initial!important;}
section.carosello div.column{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;width:100%;}
section.carosello p{width:100%;}
.owl-carousel .owl-dots{width:100%;text-align:center;position:relative;margin-top:20px;}
.owl-carousel .owl-dots button{width:10px;height:10px;border-radius:50%;background:#aaaaaa;margin:0px 5px;outline:0;}
.owl-carousel .owl-dots button.active{background:var(--main-hover)!important;}
.owl-carousel button.owl-dot{background:var(--main-color)!important;}

div.menuMobile{display:none;}
div.whatsapp_button{display:none;}

section.noborderbottom div.container{border-bottom:0px;margin-right:4%;margin-left:4%;}
section.nobordertop div.container{border-top:0px;margin-right:4%;margin-left:4%;}
section.heightCenter div.container{align-items:initial!important;}
section.heightCenter div.column{align-items:center;display:flex;justify-content:center;flex-wrap:wrap;}
section.heightCenter div.column p{width:100%;}
section.ispMargin div.column{margin-top:-450px;}
section.ispMargin2 div.column{margin-top:-740px;}
section.ispMargin3 div.column{margin-top:-400px;}

p.cart{
	padding: 10px 10px!important;
    width: 40%;
    color: #000!important;
	text-transform:uppercase!important;
    border: 0px solid!important;
    display: inline-block;
    margin-top: 20px!important;
	background:#F3F3F3!important;
    text-align: center;
    margin-left: 5%;
	font-weight:bold;
}
p.cart:hover{background:#1DAAA3!important;color:#ffffff!important;}

.arrow-up {
	position:absolute;
	z-index:+10;
	left:calc((100% - 60px) / 2);
	top:-24px;
	width: 0; 
	height: 0; 
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 24px solid #ffffff;
}

section.onFooter{z-index:9;}
section.onFooter div.container{background-image:url(/uploads/bg.jpg);background-position:center center; background-repeat:no-repeat; background-size:cover;opacity:1;mix-blend-mode:multiply;margin-bottom:-100px;z-index:9!important;padding:50px;border-radius:5px;}
section.onFooter div.container:before{content:'';position:absolute;top:0px;left:0px;width:100%;height:100%;background:rgb(2,48,82,0.5);border-radius:5px;}
section.onFooter div.container h2,section.onFooter div.container h3{color:#fff!important;margin:0px!important;}
section.onFooter div.column:last-child{display:flex;justify-content:flex-end;}
section.onFooter a.simple-button-plugin{background:#fff!important;color:var(--main-color);}
section.onFooter a.simple-button-plugin:hover{background:var(--main-hover)!important;color:#fff!important;}

section.footer div.column{flex-wrap:wrap;display:flex;align-items:center;}
section.footer div.column:last-child{justify-content:flex-end;align-items:center;}
section.footer_up h2{width:100%;text-align:center;padding-bottom:10px;font-size:24px;font-weight:600;margin-bottom:20px;padding-bottom:2px;margin-top:0px;letter-spacing:0px;position:relative;}
section.footer_up h2 p{padding:0px;background:none;color:var(--font-color);}
section.footer_up h2 p span{color:var(--font-color);}
section.footer_up span.fa{color:var(--main-color)!important;}
section.footer_up h3{width:100%;text-align:left;padding-bottom:10px;line-height:1.5em;font-size:20px;margin-bottom:10px;margin-top:0px;}
section.footer_up div.container{border-bottom:0px solid #fff;border-radius:0px;padding-bottom:30px;}
section.footer_down{background:rgb(59,89,152,0.9)!important;}
section.footer a{text-decoration:none;font-size:18px;margin-left:15px;}
section.footer a.tel:before{content:'+39';margin-right:4px;}
section.footer p{font-size:18px;}
section.footer a:hover{text-decoration:none;}
section.footer_up a.category_list{display:block;}
section.footer_up span.fa-fw{margin-right:5px;}
section.footer_up div.column{padding:0px!important;text-align:left;}
section.footer_up div.column:last-child{padding: 0px 0% 0px 0px!important;}

/* elfsight */
section.elfsight{margin-bottom:-130px!important;z-index:9;padding:70px 0px 50px!important;}
#eapps-facebook-feed-1{width:100%!important;}
.eapps-widget{width:100%!important;}
.eapps-widget a{margin-left:0px!important;}
.eapps-facebook-feed-button{padding:0px 10px!important;height:fit-content!Important;}
.eui-item-text-not-changed,.eui-item-text-excerpt,.eui-item-text-excerpt a{font-size:14px!important;}
.eapps-facebook-feed-large .eapps-facebook-feed-posts-item{width:calc(100% / 4 - 15px)!important;}

div.site-logo{width:20%!important;}
div.control-ecomm{width:auto!important;}

.flickity-viewport{width:100%;}

table.table{width:100%;font-size:18px;}
table.table td{border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;text-align:center;padding:10px 0px;max-width:1;vertical-align: middle;}
table.table tr:last-child td{border-bottom:0px;}
table.table td:last-child{border-right:0px;}
table.table td.color{max-width:150px;}
table.table div.img{width:100%;}
table.table div.img img{max-height:80px;max-width:100%;}
table.table div.img span{display:block;width:100%;text-align:center;line-height:1;margin-top:3px;}
table.table div.input{width:100%;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;margin-top:15px;}
table.table div.input input{max-width:60%;padding:5px;border:1px solid #cccccc;border-radius:4px;outline:0;}
table.table div.input span{font-size:13px;font-style:italic;display:block;width:100%;margin-top:5px;}

div.details div.addCart{width:100%;text-align:center;margin-bottom:10px;}
div.details div.addCart a.addCart{display:inline-block;padding:8px 20px;background:var(--main-color);color:#ffffff;font-size:20px;text-decoration:none;visibility:hidden;}
div.confirm_addCart a.gotocart{display:none;padding:8px 20px;background:#2ba529;color:#ffffff;font-size:22px;text-decoration:none;margin-left:10px;float:right;border-radius:5px;}
div.confirm_addCart a.continueshopping{display:none;padding:8px 20px;background:var(--grey);color:var(--main-color);font-size:20px;text-decoration:none;margin-left:10px;border-radius:5px;}
div.details div.addCart a i{margin-left:5px;}
div.confirm_addCart a.gotocart:hover{background:#4dcc4a;}
div.confirm_addCart a.continueshopping:hover{background:var(--main-color);color:#ffffff;}
div.confirm_addCart a.continueshopping span,div.confirm_addCart a.gotocart span{display:inline-block}

div.detail_prod div.control div.details{margin-top:0px;}
div.detail_prod div.control div.details div.col_12{order:1;}
div.detail_prod div.control div.details div.addCart{order:2;margin:10px 0px 0px 0px;}
div.detail_prod div.control div.details div.addCart a.addCart,div.detail_prod div.control div.details div.addCart a.gotocart,div.detail_prod div.control div.details div.addCart a.continueshopping{line-height:1;padding:10px 20px 12px 20px;font-size:16px;}

#login div.modal_login_product h2{font-size:30px;}
#login form.modal_login{width:100%;margin-top:20px;}
#login form.modal_login div.fields{font-size:16px;display:flex;}
#login form.modal_login div.fields div.el:not(.button){margin-right:10px;}
#login form.modal_login div.fields div.el:last-child{margin-right:0px;}

div.detail_prod div.control div.details table.table tr.head_table td{line-height:1;}
div.detail_prod div.control div.details table.table td{padding:10px;}
div.detail_prod div.control div.details table.table div.input{margin:0px;}

div.searchPage{max-width:60%!important;margin:0px auto 40px auto;margin-bottom:40px!important;}

section.expert_home img{border-radius:8px;}

section.related_product div.side{flex-wrap:wrap!important;flex-grow:1!important;}
section.related_product div.other div.content_other div.product{width:calc(100% / 2);}

p.paypal_dis{font-size:13px!important;margin-bottom:0px!important;text-align:left!important;line-height:1!important;margin-top:5px!important}

@media screen and (min-width:1900px){
	.header:before{left:11%;width:12%;}
}

@media screen and (max-width:1440px){
	div.container{max-width:1340px;}
}

@media screen and (max-width:1280px){
	div.container{max-width:1200px;}
}

@media screen and (max-width:1050px){
	div.container{padding-right:20px;padding-left:10px;}
	section.header div.container{flex-wrap:nowrap!important;}
	section.footer_up div.column{width:100%!important;padding:0px!important;margin-right:0%;margin-bottom:30px;}
	section.footer_up div.column:nth-child(even){margin-right:0px!important;justify-content:center;}

	section.summary div.cart_container div.cart_side{order:1;width:100%;margin-bottom:30px;}
	section.summary div.cart_container div.sx_summary{order:2;width:100%;}
	
	body.index section.slideshow .glide{max-height:70vh;}
	section.newsletter div.container{padding-right:40px;padding-left:40px;}
	section.product div.img_prod div.main_img img{height:auto;}
	div.modal div.modal-window{width:90%;}
}

@supports (-webkit-touch-callout: none) {
	.parallax{background-attachment:unset!important};
}

@media screen and (max-width:700px){
	header{;position:relative!important;}
	section.header div.container{flex-wrap:wrap!important;}
	body{overflow-x:hidden;}
	section.header{padding:5px 0px!important;}
	section.header div.column{margin-bottom:0px!important;}
	h1{font-size:34px;}
	h2{font-size:30px;margin-bottom:20px;}
	h2 p{padding:10px!important;}
	section.footer_up h2 p{padding:0px!important}
	h3{font-size:20px;}
	body:not(.index) section.slideshow div.caption{padding:80px 10px;justify-content:center;flex-wrap:wrap;}
	body:not(.index) section.slideshow div.caption h1.title_page{font-size:32px;text-align:center;margin:0px 0px 10px}
	
	div.container{padding-right:10;padding-left:10px;}
	section.topbar{text-align:center;display:none;}
	section.menu_mob.fixed{position:fixed;top:0px;left:0px;z-index:+1000;}
	section.menu_mob div.container{padding:0px;}
	section.header div.tab{justify-content:space-between!important;margin-top:0px;background:var(--main-color);padding:10px 0px 5px 0px;margin-bottom:0px!important;}
	section.header div.tab div *{color:#ffffff!important;}
	section.header div.tab svg{fill:#ffffff;}
	section.header div.tab div{flex:1;margin:0px!important;margin-left:0px!important}
	section.header div.tab.fixed{position:fixed;top:0px;left:0px;z-index:+1000;}
	section.gap div.container,section.gap_company div.container{grid-template-columns:1fr;}
	section.gap div.column_right{margin-top:30px;}
	section.gap div.container div.column_right:after{right:5%;}
	body.index section.slideshow{height:fit-content;overflow:auto;margin-top:0px;}
	section.slideshow .slide img{max-height:unset;width:auto;height:100%;animation:unset;filter:brightness(0.7);}
	body.index section.slideshow div.container{overflow:hidden;}
	.glide *{height:fit-content;width:100%!important;}
	body.index section.slideshow .glide{height:fit-content;}
	.glide__bullets{bottom:1.5em;}
	body.index section.slideshow div.caption{z-index:1;padding:0px;width:92%;left:4%;bottom:5%;height:fit-content;background:transparent;}
	body.index section.slideshow div.caption_mob{position:static!important;width:100%!important;}
	body.index section.slideshow h2{font-size:8vw;line-height:10vw;text-align:left;}
	section.slideshow a.caption{padding:8px 20px;}
	section.slideshow a.caption:hover::before{width:200px;}
	body.index section.slideshow div.caption h2{font-size:20px;margin-bottom:0px;line-height:1.5em;}
	body.index section.slideshow div.caption p{margin:0px 0px 10px;padding:0px;}
	body.index section.slideshow div.controls{display:none;}
	section.slideshow section.breadcrumb{text-align:center;}
	.glide__arrows{display:none;}
	body:not(.index) section.slideshow{background-attachment:unset!important;}
	section.content section{padding:40px 20px!important;}
	section.content section.fullcontainer{padding:0px!important;}
	
	section.aboutText{width:82%!important;}
	section.aboutImg img{width:100%!important;margin-top:-60px;}
	section.contact div.container{grid-template-columns:1fr;}
	
	section.company div.container{grid-template-columns:1fr;gap:0px;}
	section.company div.column:first-child{height:fit-content;padding:0px 10px;margin-bottom:0px;}
	section.company div.column:first-child img{border-radius:5px;}
	section.company div.column:last-child{padding:40px 20px;}
	
	section.product{margin-top:10px;padding:40px 0px;}
	section.product div.img_prod{width:100%;flex-wrap:wrap;}
	section.product div.img_prod div.main_img img{height:auto;}
	section.product div.img_prod div.main_img{width:100%;order:1;grid-template-columns:1fr 1fr;}
	section.product div.img_prod div.main_img div.img{height:150px;}
	section.product div.img_prod div.thumb{width:100%;order:2;margin-top:10px;text-align: center;justify-content:center;}
	section.product div.img_prod div.thumb img{max-width:20%;}
	section.product div.detail_prod{width:100%;margin-top:0px;}
	section.product div.detail_prod div.overlay{width:110%;}
	section.product div.detail_prod div.price{margin:10px 0px;}
	section.product div.detail_prod div.breadcrumbCategory{display:none;}
	
	section.product div.img_prod div.videoSx{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap;}
	section.product div.img_prod div.videoSx div.galVideo{width:calc(100% / 2 - 1%);height:fit-content;}
	
	div.detail_prod div.control div.add_cart{margin:20px 0px 0px 0px;}
	div.confirm_addCart{flex-wrap:wrap;}
	div.confirm_addCart a.continueshopping{margin-left:0px;padding-left:8px;padding-right:8px;font-size:7vw;order:2;width:100%;text-align:center;}
	div.confirm_addCart a.gotocart{padding-left:8px;padding-right:8px;font-size:7vw;order:1;width:100%;text-align: center;margin-left:0px;margin-bottom:10px;}
	div.detail_prod div.control div.sx{width:100%;text-align:center;justify-content:center;}
	div.detail_prod div.control div.sx label{text-align:center;}
	div.detail_prod div.quantity{justify-content:center;}
	div.shipping_badge div.el{flex-wrap:wrap;text-align:center;justify-content: center;}
	div.shipping_badge img{width:30%;margin-bottom:5px;}
	div.shipping_badge div.content{width:100%;}
	section.product div.details{margin-top:30px;}
	div.details div.header{flex-wrap:nowrap;}
	div.details div.header div{flex:1;margin-right:10px;padding:5px 15px;text-align:center;}
	div.details div.header div:last-child{margin-right:0px;}
	
	div.attribute, div.SingleAttribute{margin-top:5px;}
	div.detail_prod div.attribute_group label.title{text-align:center;}
	div.detail_prod div.attribute_group div.content{justify-content:center;}
	div.detail_prod div.quantity_add{flex-wrap:wrap;justify-content: center;}
	section.product div.detail_prod div.price p{justify-content: center;}
	section.product div.detail_prod p.title_prod{text-align:center;margin-bottom:10px;font-size:30px;line-height:35px;}

	iframe{height:220px;}
	section.metodo iframe{height:420px;}
	section.slide_home h2{line-height: 1.5em; font-size: 24px; text-transform: uppercase; font-style: italic; padding: 120px 10px; margin-bottom:0px;}
	section.slide_home{margin:70px 0px 100px!important;}
	section.content section.map{padding:0px!important;}
	section.content section.map iframe{height:400px;margin-top:50px;}
	section.content section.map div.col_6{margin-bottom:0px!important;}
	section.content section.map h3{margin:auto;margin-top:40px;}
	section.content section.contacts{padding:70px 20px!important;}
	div.contatti_left{text-align:center}
	
	div.whatsapp_button{display:flex!important;position:fixed;bottom:15px!important;z-index:999;justify-content: center;width:100%;padding:0px 0px;bottom:20px;}
	a.btn{margin:0px 5px;font-size:17px;cursor:pointer;color:rgb(255,255,255)!important;text-decoration:none!important;padding:8px 20px;border-radius:4px;}
	a.btn_whatsapp{background:#47A91F;}
	a.btn_tel{background:#000;}
	
	section.summary div.sx{order:1;}
	#card-element {width: 100%;}
	section.summary div.total div:first-child,section.summary div.shipping div:first-child,section.summary div.shipping div:last-child,div.total div:last-child{text-align:center;}
	section.summary div.metodo img.ssl{right:0px;width:50px;}
	section.summary div.cart_side div.listProduct{display:block;}
	div.cart_side div.cart_side_container{padding:20px!important;}
	section.footer_up div.column{width:100%;margin-bottom: 20px!important;text-align:center;}
	section.footer_up div.column p{margin:10px 0px;text-align:center!important;}
	section.footer_up h2{font-size:28px;text-align:center;padding-bottom:10px;}
	section.footer_up h2:after{width:12%;left:44%;}
	section.footer_down{font-size:12px;}
	section.content section.footer_down{padding:20px!important;}
	section.content section.footer_up{padding:140px 0px 0px!important;}
	#eapps-facebook-feed-1 .eapps-facebook-feed-container{max-width:100%!important;}
	section.footer section.fontColor p{text-align:center!important;flex-wrap:wrap;width:100%;display:flex;}
	section.footer section.fontColor a{margin:0px 10px!important;width:100%;justify-content:center;}
	section.footer div.column:last-child{justify-content:center;}
	section.parallax{margin-bottom:40px!important;}
	section.parallax h2{font-size:28px;}
	section.testimonianze h2{margin:20px 0px 0px;}
	section.preventivo{width:96%!important;margin-bottom:20px!Important;}
	section.preventivo div.col_6{margin-top:10px!important;}
	section.preventivo h2{font-size:24px!important;}
	
	section.content section.plus_container{padding:70px 0px!important;}
	div.col_mob{display:flex;}
	section.intro_text{margin-bottom:20px!important;}
	section.double_ul ul{column-count:1;}
	.header:before{content:'';position:absolute;top:0px;left:0%;width:100%;height:100%;background:#fff;border-radius:0px 0px 10px 10px;transition:all .4s;}
}

@media screen and (min-width:700px) and (max-width:900px){
	body.index section.slideshow{margin-top:0px;}
	section.footer_up div.column{width:calc(100% / 2 - 3%)!important;padding:0px!important;margin-right:3%;margin-bottom:30px;}
	section.footer_up div.column:nth-child(even){margin-right:0px!important;}
	section.product div.detail_prod p.title_prod{font-size:25px;line-height:30px;}
	div.attribute, div.SingleAttribute{margin-top:10px;}
	section.product div.img_prod div.main_img img{height:auto;}
	section.product div.img_prod{width:50%;justify-content: flex-start;}
	section.product div.detail_prod{width:50%;}
	div.detail_prod div.control button{font-size:17px;}

	div.confirm_addCart{display:flex;flex-wrap:wrap;}
	div.confirm_addCart .gotocart{order:1;width:100%;margin-bottom:10px;margin-left:0px!important;}
	div.confirm_addCart .continueshopping{order:2;width:100%;margin-left:0px!important;}
}