/* THEME */
:root {
  --main-color:#7B5A77;
  --main-hover:#C05102;
  --font:'Belleza', serif;
  --font-body:'DM San', sans-serif;
  --font-color:#2B2A2B;
  --font-color-title:#000;
  --background:#09263f;
  --bg-body:#FAF5F2;
  --border-radius:20px;
  --border-radius-btn:10px;
  --border:#000;
  --border-form:#e8e8e9;
  --dark:#000;
  --grey:#FAF8F8;
  --shadow:0 5px 5px 0 rgba(33,39.00000000000003,53,.2);
  --margin:120px;
  --overlay:rgb(0,0,0,0.4);
  --overlay-page:rgb(0,0,0,0.7);
  --page-padding:6%;
  accent-color:var(--main-color);
}

::selection{background:rgb(0,0,0,0.5);-webkit-text-fill-color:#fff;color:#fff;}

/* SCROOLBAR STYLE */
::-webkit-scrollbar{width:8px;}
::-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(--grey) inset;}
form div.el input:not([type="checkbox"]),form div.el select,form div.el textarea{background:#fff;padding:15px;border:1px solid var(--border-form);border-radius:var(--border-radius);font-size:1rem;font-weight:400;font-family:var(--font-body);}
form div.el textarea{height:130px;}

/* BUTTON */
.btn,[type="button"],[type="submit"],a.simple-button-plugin{background:var(--main-color)!important;color:#fff;cursor:pointer;padding:15px 25px!important;border:0px solid var(--red)!important;line-height:1;letter-spacing:0px;border-radius:var(--border-radius-btn)!important;font-size:1.15rem;font-weight:400;display:inline-flex!important;align-items:center;align-content:center;justify-content:center;font-family:var(--font);position:relative;z-index:1;transition:all .4s;}
.btn:hover,[type="button"]:hover,[type="submit"]:hover,a.simple-button-plugin:hover{background:var(--main-hover)!important;transition:all .4s;}

section.topbar{background:var(--main-color);color:#fff;font-size:1rem;padding:10px 0px;}

/* LOGO */
div.logo a{display:flex;flex-wrap:wrap;align-items:center;align-content:center;gap:0px;width:100%;}
div.logo img{width:8vw;transition:all .4s;}
div.logo h2{width:100%;line-height:1.1;font-size:2rem;text-transform:uppercase;margin:0px;}
div.logo p{width:100%;}

/* SLIDE */
section.slideshow div.caption{-webkit-animation:slide-in-left .6s cubic-bezier(.25,.46,.45,.94) both;animation:slide-in-left .6s cubic-bezier(.25,.46,.45,.94) both;}
section.slideshow div.caption h2{font-size:6.2rem;text-align:left;color:#fff;margin-bottom:40px;text-wrap:pretty;}
section.slideshow div.caption h3{color:#fff;text-align:left;}
section.slideshow div.caption p{width:50%;font-size:1.4rem;text-wrap:pretty;font-weight:400;text-align:left;margin-bottom:40px;color:#fff;}
section.slideshow div.btn_slide{display:flex;justify-content:flex-start;gap:20px;width:100%;}
section.slideshow div.scroll{position:absolute;bottom:20px;left:0px;width:100%;text-align:center;z-index:1;}
section.slideshow div.scroll img{height:60px;width:auto;animation:move-y 3s infinite;}
section.slideshow div.scroll img:hover{cursor:pointer;}
section.slideshow img{width:100%;}

/* FOOTER */
section.footer_up{padding:50px 0px;font-family:var(--font);}
section.footer_up a{position:relative;}
section.footer_up a:before{content:'';position:absolute;bottom:0px;left:0px;width:0%;height:2px;background:var(--main-color);transition:all.4s;}
section.footer_up a:hover:before{width:100%;transition:all.4s;}
section.footer_down{font-size:1rem;padding:20px 0px;}

/* PAGE CONTENT */
section.contentCategory{padding:var(--margin) 0px;}
div.captionPage{background-color:#F4F2EE;background-image:url('/uploads/bg.jpg');background-size:cover;background-repeat:no-repeat;background-position:bottom left;padding:8vh var(--page-padding);display:flex;flex-wrap:wrap;align-items:center;gap:0px;position:relative;}
div.captionPage h2{font-size:4.5rem;margin:0px;}
div.captionPage h3{color:var(--main-color);}
section.texture:before{content:'';position:absolute;top:0px;right:0px;width:300px;aspect-ratio:1/1;background-image:url('/uploads/s1.png');background-size:cover;opacity:0.1;z-index:-1;}
section.texture:after{content:'';position:absolute;bottom:0px;left:0px;width:500px;aspect-ratio:1/1;background-image:url('/uploads/s2.png');background-size:cover;opacity:0.1;z-index:-1;}
div.captionPage:before{content:'';position:absolute;bottom:-30px;right:var(--page-padding);width:160px;aspect-ratio:1/1;background-image:url('/uploads/x.png');background-size:contain;background-repeat:no-repeat;opacity:1;z-index:1;}
section.parallax h2{font-size:6.5rem;color:#fff;}
section.parallax{font-size:1.3rem;}
section.slideshowPage{height:50vh;}
section.form_info div.container{gap:0px!important;height:70vh;overflow:hidden;z-index:9;}
section.form_info div.container img{height:100%;width:auto;max-width:unset;border-radius:0px;}
section.contacts{padding:200px 0px 80px;margin-top:-220px;}

/* MAP */
section.map iframe{width:100%;height:500px;border-radius:var(--border-radius);}

/* INSTA */
section.insta{min-height:100vh;}
section.insta img{width:auto!important;}

/* PRODUCT PAGE */
.pagination{display:none;}
section.product{padding:var(--margin) 0px;}
section.product div.main_img{width:calc(100% / 2 - 1%);overflow:hidden;padding:0px;}	
section.product div.main_img img{width:100%;border-radius:var(--border-radius);}
section.product div.main_img video{width:100%;border-radius:var(--border-radius);}
section.product div.detail_prod{width:calc(100% / 2 - 2%);display:flex;flex-wrap:wrap;}
section.product div.detail_prod h2{text-wrap:pretty;}
section.product div.detail_prod div.text{width:100%;margin-bottom:30px;}
section.product div.actions{display:flex;gap:40px;}
section.product div.actions a.pdf{display:flex;align-items:center;gap:15px;text-transform:uppercase;font-weight:700;font-size:1rem;line-height:1.3;}
section.product div.actions a.pdf i{display:flex;align-items:center;justify-content:center;font-size:1.4rem;background:var(--main-color);color:#fff;height:45px;aspect-ratio:1/1;border-radius:100%;position:relative;z-index:1;}
section.product div.actions a.pdf i:after{content:'';position:absolute;box-sizing:border-box;top:0px;left:0px;width:100%;height:100%;transform:scale(1.2);border:1px solid var(--main-color);border-radius:100%;z-index:-1;}
section.product div.actions a.info{width:100%;}
section.product div.gallery{margin-top:var(--margin);display:grid;grid-template-columns:repeat(3, minmax(250px, 1fr));gap:20px;}
section.product div.gallery div.gal_el div.img{height:400px;width:100%;overflow:hidden;border-radius:var(--border-radius);}
section.product div.gallery div.gal_el div.img img{height:100%;width:auto;max-width:unset;}
section.product div.container{display:flex;flex-wrap:wrap;gap:2%}
section.product div.container div.column{width:calc(100% / 2 - 1.5%);}
section.product div.text div.container{padding:0px;}
section.product div.text section{padding:var(--margin) 0px;}
section.product div.text a{text-decoration:underline;}
section.product div.text img{filter:brightness(0.95);}
section.productForm{padding:var(--margin) 0px;}

/* 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;}

/* FIXED BTN */
div.whatsapp_button{display:none;}

@media screen and (min-width: 700px) and (max-width: 1280px) {
	/* THEME */
	:root {
	  --margin:60px;
	  --page-padding:3%;
	}
	
	section.parallax h2{font-size:4.8rem;}
	section.form_info div.container div.column:last-child{padding:40px!important;}
	section.form_info div.container div.column h2{font-size:3rem;}
	section.contacts{padding:220px 0px 70px;}
}

@media screen and (max-width:700px){
	/* THEME */
	:root {
	  --margin:50px;
	  --page-padding:3%;
	}
	
	.flex1{flex:initial;}
	header div.main-head:before{display:none;}
	.btn, [type="button"], [type="submit"], a.simple-button-plugin{font-size:1rem;}
	
	/* TITLE */
	h2{font-size:2.2rem!important;line-height:1.2;margin-bottom:15px;text-align:center;text-wrap:balance;}
	h3{font-size:1.1rem;margin:0 0 15px;text-align:center;}
	
	/* PRODUCT */
	section.product div.container div.column{width:100%;}
	section.product div.main_img{width:100%;}
	section.product div.detail_prod{width:100%;}
	section.product div.detail_prod div.text{text-align:center;}
	
	/* PAGE CONTENT */
	div.captionPage{padding:5vh var(--page-padding);}
	div.captionPage h2{text-align:left;}
	div.captionPage:before{width:80px;}
	section.map iframe{height:250px;}
	section.product div.actions{width:100%;justify-content:center;}
	section.product div.actions a.info{width:fit-content;}
	section.texture:before{width:100px;}
	section.texture:after{width:200px;}
	section.parallax{font-size:1rem;}
	section.form_info div.container{height:unset;}
	section.form_info div.container img{width:100%;height:auto;max-height:unset;}
	section.form_info div.container div.column:last-child{padding:30px!important;}
	section.contacts{padding:200px 0px var(--margin)!important;margin-top:-200px;}
	
	/* INSTA */
	section.insta{min-height:50vh;}
	
	/* FIXED BTN */
	div.whatsapp_button{display:flex;flex-wrap:wrap;position:fixed;bottom:10px;z-index:99;justify-content:center;width:100%;gap:10px;}
	div.whatsapp_button a.button{display:flex;gap:5px;padding:10px 22px;font-size:1rem;color:#fff;border-radius:40px;line-height:1;}
	div.whatsapp_button a.btn_whatsapp{background:#47A91F;}
	div.whatsapp_button a.btn_tel{background:var(--main-color);}
	div.whatsapp_button a.btn_map{background:var(--main-hover);}
	
	/* FOOTER */
	section.footer_up{text-wrap:balance;}
	section.footer_up img{width:45vw;}
	section.footer_up h2{width:100%;}
	section.footer_up p{font-size:0.9rem;gap:5px;}
	section.footer_down{font-size:1rem;padding:20px 0px 80px!important;}
	
	/* LOGO */
	div.logo{width:100%;gap:0px!important;}
	div.logo img{width:30vw;}
	
	/* CAPTION */
	section.slideshowPage{height:22vh;}
	section.slideshow div.video div.phone{display:none;}
	body.index section.slideshow{height:40vh;display:flex;justify-content:center;}
	section.slide_full div.glide,.glide__slides{height:100%;}
	section.slideshow div.caption{width:100%;padding:20px var(--page-padding);justify-content:center;align-content:flex-end;}
	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%;display:flex;justify-content:center;}
	section.slideshow div.caption h2{font-size:1.7rem!important;text-wrap:balance;margin-bottom:0px;}
	section.slideshow div.caption h3{font-size:1.1rem;margin-bottom:10px;}
	section.slideshow div.scroll{display:none;}
	section.slideshow div.scroll img{height:45px;}
	section.slideshow div.caption div.btn_slide{display:none;}
}