/* THEME */
:root {
  --main-color:#B59D5A; /* 2e7d32 */
  --main-hover:#6C5E3E; /* 1b5e20*/
  --font-logo:'Chakra Petch', sans-serif;
  --font:'Barlow Condensed', serif;
  --font-body:'Barlow Condensed', sans-serif;
  --font-color:#000;
  --font-color-hover:#000;
  --background:#F8F5F2;
  --background-dark:#EDEBE8;
  --border-radius:5px;
  --border-radius-btn:5px;
  --border:#E6E3F1;
  --margin:100px;
  --page-padding:4%;
  accent-color:var(--main-color);
}

::selection{background:rgb(0,0,0,0.8);-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;}

/* ANIMATIONS */
@keyframes move-y{0%{transform:translateY(-5px);}50%{transform:translateY(5px);}100%{transform:translateY(-5px);}}
@keyframes move-x{0%{transform:translateX(-5px);}50%{transform:translateX(5px);}100%{transform:translateX(-5px);}}
@keyframes zoom{0%{transform:scale(1.3);}50%{transform:scale(1);}100%{transform:scale(1.3);}}

/* 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-hover);-webkit-box-shadow:0 0 0px 1000px #fff inset;}
form div.el input:not([type="checkbox"]),form div.el select,form div.el textarea{background:#fff;padding:15px;border:1px solid #edeae6;transform:skew(-7deg);border-radius:var(--border-radius);font-size:1.1rem;}
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:16px 25px!important;border:0px solid var(--main-color)!important;line-height:1;gap:10px;letter-spacing:0px;border-radius:var(--border-radius-btn)!important;text-transform:uppercase;font-size:1.2rem;font-weight:500;display:inline-flex!important;align-items:center;align-content:center;justify-content:center;font-family:var(--font-body);position:relative;z-index:1;overflow:hidden;transform: skew(-7deg);transition:all .4s;}
.btn:after,[type="button"]:after,[type="submit"]:after,a.simple-button-plugin:after{content:'';background-image:url('/uploads/target.svg');background-size:contain;height:20px;aspect-ratio:1/1;margin-left:1vw;animation:zoom 3s infinite;}
.btn:before,[type="button"]:before,[type="submit"]:before,a.simple-button-plugin:before{content:'';position:absolute;top:0px;left:0px;width:0%;height:100%;background:var(--main-hover);z-index:-1;transition:all .4s;}
.btn:hover:before,[type="button"]:hover:before,[type="submit"]:hover:before,a.simple-button-plugin:hover:before{width:100%;transition:all .4s;}

header div.header_right .btn{background:var(--main-hover)!important;}
header div.header_right .btn:before{background:var(--main-color)!important;}

section.topbar{background:var(--background);padding:10px 0px;}

/* LOGO */
div.logo img{width:15vw;transition:all .4s;}
div.logo h2{line-height:1;margin:0px;display:flex;flex-wrap:wrap;}
div.logo h2 span{font-size:1.4rem;text-align:left;width:100%;margin-bottom:10px;}
.sticky div.logo img{transition:all .4s;}

/* SLIDE */
section.slideshow div.caption h2{background:-webkit-linear-gradient(transparent, transparent), url(/uploads/bg-font-inverse.jpg) repeat;-webkit-background-clip:text;font-size:5rem;}
section.slideshow div.caption p{width:100%;font-size:1.5rem;font-weight:500;text-align:left;margin-bottom:20px;color:#fff;}
section.slideshow div.btn_slide{display:flex;gap:20px;}
section.slideshow div.bullet{position:absolute;bottom:30px;left:0px;width:100%;text-align:center;transform:rotate(180deg);z-index:1;}
section.slideshow div.bullet img{height:55px;animation:move-y 3s infinite;}

/* FOOTER */
section.footer_up h2{font-size:3rem;}
section.footer_up div.column{width:100%;}
section.footer_up img{width:8vw;margin-bottom:40px;}
section.footer_up a{color:#000;}
section.footer_down{font-size:1rem;padding:20px 0px;}

/* PAGE CONTENT */ 
section.contentCategory{padding:var(--margin) 0px;}
div.captionPage{padding:14vh var(--page-padding);display:flex;flex-wrap:wrap;align-items:center;gap:10px;position:relative;background:rgb(0,0,0,0.5);}
div.captionPage h2{background:-webkit-linear-gradient(transparent, transparent), url(/uploads/bg-font-inverse.jpg) repeat;-webkit-background-clip:text;text-align:center;font-size:3.5rem;margin:0px;line-height:1;color:#fff;}
div.captionPage h3{margin:0px;color:#fff;}
section.parallax h2{margin-bottom:0px;}
section.bg{background-image:url(/uploads/bg.jpg);background-position:center center;background-size:cover;background-attachment:fixed;}
body.index section.footer_plus,body.news section.footer_plus{display:none;}
body.index section.noHome{display:none;}

/* INTRO */
/* @keyframes slide{0%{transform:scale(1);}100%{transform:scale(1.5);}} */
/* section.intro div.column:first-child{position:relative;} */
/* section.intro div.column:first-child:before{content:'';position:absolute;bottom:-10px;left:-10px;background-image:url('/uploads/target.svg');background-size:contain;height:100px;aspect-ratio:1/1;filter:invert(0);opacity:0.5;animation:slide 3s infinite alternate;} */

/* SERVICES */
section.services{padding:calc(var(--margin)*2) var(--page-padding)!important;}
section.services h2{background:-webkit-linear-gradient(transparent, transparent), url(/uploads/bg-font-inverse.jpg) repeat;-webkit-background-clip:text;}

/* PRODUCT PAGE */
.pagination{display:none;}
section.product{padding:var(--margin) 0px;}
section.product div.img_prod{width:calc(100% / 2 - 2%);}
section.product div.detail_prod{width:calc(100% / 2 - 2%);display:flex;flex-wrap:wrap;}
section.product div.detail_prod p.code{margin-bottom:20px;width:100%;}
section.product div.detail_prod p.code span{font-weight:500;}
section.product div.detail_prod div.details{display:grid;gap:20px;margin-top:25px;width:100%;}
section.product div.detail_prod div.detail{background:var(--background);border-radius:var(--border-radius);line-height:1;width:fit-content;}
section.product div.detail_prod div.price{margin-top:25px;}
section.product div.detail_prod div.price span.label{font-weight:500;}
section.product div.detail_prod div.detail span{display:inline-block;padding:15px;font-weight:500;}
section.product div.detail_prod div.detail span:last-child{background:var(--background-dark);font-weight:400;}
section.product div.detail_prod div.colors{width:100%;display:flex;flex-wrap:wrap;gap:10px;margin-top:20px;}
section.product div.detail_prod div.colors p{width:100%;font-weight:500;}
section.product div.detail_prod div.colors div.color{display:inline-block;height:38px;aspect-ratio:1/1;border-radius:var(--border-radius);}
section.product div.detail_prod div.colors div.color.white{border:1px solid #000;}
section.product div.detail_prod div.plus{width:100%;display:flex;align-items:center;gap:10px;margin-top:25px;padding-top:25px;line-height:1;border-top:1px solid #eee;text-decoration:underline;}
section.product div.detail_prod div.plus svg{width:28px;}

section.product div.img_prod div.main_img{display:flex;justify-content:center;align-items:center;width:100%;overflow:hidden;}
section.product div.img_prod div.main_img a{width:100%;}
section.product div.img_prod div.main_img img{width:100%;height:auto;max-height:unset;}
section.product div.img_prod div.thumb{width:100%;text-align: center;display:flex;flex-wrap:wrap;justify-content:flex-start;overflow:hidden;align-items:flex-start;align-content:flex-start;gap:1%;margin-top:20px;}
section.product div.img_prod div.thumb div.img{display:flex;justify-content:center;align-items:center;width:calc(100% / 5 - 1%);height:120px;overflow:hidden;position:relative;}
section.product div.img_prod div.thumb a{width:100%;height:100%;display:flex;align-items:center;}
section.product div.img_prod div.thumb img{width:100%;height:auto;max-height:unset;min-height:100%;transition:all .4s;}
section.product div.img_prod div.thumb div.img:hover img{filter:brightness(0.7);transition:all .4s;}

/* 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 (max-width:700px){
	/* THEME */
	:root {
	  --margin:50px;
	  --page-padding:3%;
	}
	
	.flex1{flex:initial;}
	.btn, [type="button"], [type="submit"], a.simple-button-plugin{font-size:1.1rem;}
	header div.main-head:before{display:none;}
	
	/* TITLE */
	h2{font-size:2.3rem;text-align:center;text-wrap:balance;}
	h3{text-align:center;}
	
	/* 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.img_prod div.thumb{gap:2%;}
	section.product div.img_prod div.thumb div.img{width:calc(100% / 4 - 2%);height:80px;}
	section.product div.detail_prod{width:100%;}
	section.product div.detail_prod p.code{text-align:center;}
	section.product div.detail_prod div.text{text-align:center;}
	section.product div.detail_prod div.detail{margin:0px auto;}
	section.product div.detail_prod div.colors{justify-content:center;text-align:center;}
	section.product div.detail_prod div.plus{justify-content:center;}
	section.product div.detail_prod div.price{width:100%;text-align:center;}
	
	/* PAGE CONTENT */
	div.captionPage{padding:7vh var(--page-padding);}
	div.captionPage h2{font-size:2.8rem;}
	
	/* 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 20px;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-hover);}
	div.whatsapp_button a.btn_map{background:var(--main-color);}
	
	/* FOOTER */
	section.footer_up{text-wrap:balance;}
	section.footer_up img{width:30vw;margin-bottom:var(--margin);}
	section.footer_up h2{font-size:1.8rem;}
	
	/* LOGO */
	div.logo{width:100%;}
	div.logo img{width:50vw;}
	div.logo h2{font-size:2.5rem;}
	div.logo h2 span{font-size:1.1rem;margin-bottom:5px;}
	
	/* CAPTION */
	section.slideshow div.overlay{background:linear-gradient(360deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 30%, rgba(255,255,255,0) 100%);}
	body.index section.slideshow{height:32vh;display:block;}
	section.slide_full div.glide,.glide__slides{height:100%;}
	section.slideshow div.caption{width:100%;padding:var(--page-padding) var(--page-padding) 10vh;justify-content:center;align-content:flex-end;top:unset;}
	section.slide_full div.glide div.bullet{bottom:20px;}
	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.8rem!important;margin-bottom:0px;}
	section.slideshow a.btn{display:none!important;}
	section.slideshow div.caption p{font-size:1.3rem;margin-bottom:10px;text-align:center;text-wrap:balance;padding:0px 0px;}
	section.slideshow div.bullet img{height:35px;}
}