/* THEME */
:root {
  --main-color:#333;
  --main-hover:#C19A5B;
  --font:'Tenor Sans', sans-serif;
  --font-body:'Inter', sans-serif;
  --font-color:#000;
  --font-color-hover:#000;
  --background:#F6F5ED;
  --border-radius:0px;
  --border:#E6E3F1;
  --margin:100px;
  --margin-mobile:calc(var(--margin) / 2);
  --page-padding:10%;
  --page-padding-mob:calc(var(--page-padding) / 2);
  accent-color:var(--main-color);
}

::selection{background:rgb(246,245,237,0.7);color:#000;}

/* SCROOLBAR STYLE */
::-webkit-scrollbar{width:10px;}
::-webkit-scrollbar-track{background:#fff;margin:0px;}
::-webkit-scrollbar-thumb{background:rgb(0,0,0,0.1);border-radius:0px;}
::-webkit-scrollbar-thumb:hover{background:rgb(0,0,0,0.2);}

html{scroll-behavior:smooth;}

/* FORM */
input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus{-webkit-text-fill-color:var(--main-color);-webkit-box-shadow:0 0 0px 1000px var(--background) inset;}
form div.el input:not([type="checkbox"]),form div.el select,form div.el textarea{background:var(--background);padding:15px;border-radius:calc(var(--border-radius) / 2);border:0px solid var(--main-color);font-size:1rem;}
form div.el textarea{height:150px;}

/* BUTTON */
.btn,[type="button"],[type="submit"],a.simple-button-plugin{background:transparent!important;color:#000;cursor:pointer;padding:15px 25px!important;border:1px solid var(--main-color)!important;line-height:1;font-size:1rem;letter-spacing:1px;border-radius:var(--border-radius)!important;text-transform:uppercase;font-weight:500;font-family:var(--font-body);position:relative;z-index:1;overflow:hidden;margin-top:0px;transition:all .4s;}
.btn:hover,[type="button"]:hover,[type="submit"]:hover,a.simple-button-plugin:hover{background:var(--main-hover)!important;border:1px solid var(--main-hover)!important;color:#fff!important;transition:all .4s;}

section.topbar{background:#eeeeee;color:#444;padding:10px 0px;}
section.topbar a,section.topbar i{color:#444;}

/* LOGO */
div.logo{width:fit-content;}
div.logo img{width:250px;filter:invert(1);transition:all .4s;}

/* SLIDE */
section.slideshow div.caption h3{text-align:center;}
section.slideshow div.caption h2{color:#fff;font-size:3.8rem;}
section.slideshow div.caption p{font-size:1.1rem;width:100%;color:#fff;}
section.slideshow div.caption .btn{color:#fff;border:1px solid #fff!important;}
section.slideshow div.caption .btn:hover{border:1px solid var(--main-hover)!important;}
section.slideshow video{filter:brightness(1);width:100%;}

/* FOOTER */
section.footer_up{padding:var(--margin-mobile) 0px!important;}
section.footer_up h2{font-size:1.5rem;font-family:var(--font-body);margin-bottom:20px;}
section.footer_up div.column{width:100%;}
section.footer_up img{width:200px;margin-bottom:30px;}
section.footer_down{font-size:1rem;padding:20px 0px;}

/* PAGE CONTENT */ 
section.contentCategory{padding:var(--margin) 0px;}
div.captionPage{padding:150px var(--page-padding);display:flex;flex-wrap:wrap;align-items:center;gap:10px;position:relative;background:rgb(0,0,0,0.6);}
div.captionPage h2{text-align:center;margin:0px;line-height:1;color:#fff;}
div.captionPage h3{margin:0px;color:#fff;}
section.chi-siamo img{transition:all .4s;}
section.chi-siamo:hover img{transform:scale(1.05);transition:all .4s;}
section.map iframe{padding:0px 20px 20px;height:300px;}

/* PRODUCT PAGE */
.pagination{display:none;}
section.product{padding:var(--margin) 0px;}
section.product div.detail_prod{display:flex;flex-wrap:wrap;text-align:center;width:100%;justify-content:center;}
section.product div.detail_prod h2{text-align:center;}
section.product div.price{font-size:1.3rem;}
section.product div.attribute_radio label.title{font-size:1.1rem;}
section.product div.attribute_radio div.content{display:flex;}
section.product div.attribute div.content div.el label.checked{background:var(--main-color);color:#ffffff;}
section.product div.main_img{width:100%;margin-bottom:40px;border-radius:10px;overflow:hidden;}
section.product div.gallery{display:flex;justify-content:center;flex-wrap:wrap;width:100%;gap:2%;}
section.product div.gallery div.gal_el{width:calc(100% / 2 - 1%);}
section.product div.gallery div.img{overflow:hidden;border-radius:var(--border-radius);display:flex;justify-content:center;align-items:center;position:relative;}
section.product div.gallery div.img img{width:100%;height:auto;max-height:unset;min-height:100%;border-radius:var(--border-radius);}
section.product .wish_ img.empty{display:block;}
section.product .wish_ img.fill{display:none;}
section.product .wish_active img.empty{display:none;}
section.product .wish_active img.fill{display:block;}
section.product div.details{margin:30px 0px 0px 0px;overflow:hidden;}
section.product div.details div.header{font-size:1.7em;padding:20px 20px 20px 20px;border:1px solid #eee;border-bottom:0px;cursor:pointer;}
section.product div.details div.header:after{content:"\f105";font-family:'FontAwesome';color:#000000;}
section.product div.details div.header div{padding:12px 24px;margin-right:40px;position:relative;border-top:1px solid #eee;border-right:1px solid #eee;}
section.product div.details div.el_detail:first-child div.header{border-left:1px solid #eee;}
section.product div.details div.el_detail:last-child div.header{border-left:1px solid #eee;}
section.product div.details div.el_detail div.content{display:none}
section.product div.details div.el_detail.opened div.content{display:block;padding:12px;border:1px solid #eee;}
.gotocart{background:#00a808;}

/* CARTPAGE */
div.cart_container div.listing div.delete a{color:#dd0000;font-size:1.2.rem;}
div.cart_side_container div.title{font-size:1.3rem;background:#eeeeee;padding:15px;}
section.cart div.cart_side_container div.listProduct{display:none;}
div.cart_side_container div.listingRight{padding:0px 10px;}
div.cart_side_container div.listProduct div.el img{max-width:100%;}
div.cart_side_container div.listingRight div.subtotal,
div.cart_side_container div.listingRight div.shippingEl{font-size:1.1rem;}
div.cart_side_container div.listingRight div.totalEl{font-size:1.2rem;}
div.cart_side_container div.cta{margin-top:20px;}
div.cart_side_container div.cta a{width:100%;}

/* SUMMARY */
section.summary div.overlay{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,0.7);position:absolute;top:0px;left:0px;text-align:center;z-index:+100;}
section.summary div.tab div.title{font-size:1.3rem;background:#eeeeee;padding:15px;}
section.summary div.listProduct div.delete{display:none;}

/* LOGIN */
section.login form{max-width:500px;margin:0 auto;}
section.login div.login{background:#eee;}

/* ACCOUNT */
section.account div.side_account a{padding:10px;border-bottom:1px solid #aaa;display:block;}
.deleteAddress{color:#dd0000;}

@media screen and (max-width:700px){
	.flex1{flex:initial;}
	
	/* TITLE */
	h2{font-size:2.2rem!important;text-align:center;}
	h3{text-align:center;}
	
	/* FORM */
	form div.el input:not([type="checkbox"]), form div.el select, form div.el textarea{padding:15px;}
	
	/* PRODUCT */
	section.product .title_prod{font-size:2rem;}
	section.product div.control div.sx,section.product div.control .btn{width:100%;}
	section.product div.quantity{width:40%;margin-bottom:10px;}
	section.product div.gallery{grid-template-columns:1fr;}
	section.product div.gallery div.img{height:fit-content;max-height:250px;}
	section.product div.gallery div.img img{width:100%;height:auto;}
	
	/* PAGE CONTENT */
	.btn, [type="button"], [type="submit"], a.simple-button-plugin{padding:14px 20px!important;}
	section.product div.gallery{gap:20px;}
	section.product div.gallery div.gal_el{width:100%;margin:0px;}
	section.product,section.contentCategory{padding:var(--margin-mobile) 0px;}
	
	/* FOOTER */
	section.footer_up{font-size:0.9rem;}
	section.footer_up div.column{width:100%;text-align:center;margin:0px;}
	section.footer_up div.column h2{text-align:center;font-size:1.3rem!important;margin-bottom:20px;}
	section.footer_down{padding:calc(var(--margin-mobile) / 2) 0px!important;font-size:0.8rem;}
	
	/* LOGO */
	div.logo{width:100%;}
	div.logo img{width:150px;filter:invert(0);}
	
	/* CAPTION */
	body.index section.slideshow{height:40vh;}
	section.slideshow div.caption{width:100%;padding:0px var(--page-padding-mob);justify-content:center;align-content:flex-end;top:unset;bottom:10%;}
	section.slideshow img{height:100%;width:auto;max-width:unset;}
	section.slideshow video{position:relative!important;height:100%;width:auto;max-width:unset;}
	section.slide_full div.glide ul li{height:100%;}
	section.slideshow div.caption h2{font-size:1.2rem!important;line-height:1.8;margin-bottom:20px;}
}