/* THEME */
:root {
  --main-color:#252521;
  --main-hover:#FF00BA;
  --font:'Khand', sans-serif;
  --font-body:'Roboto', sans-serif;
  --font-color:#252521;
  --font-color-hover:#252521;
  --background:#252521;
  --background-light:#FFF2FB;
  --border-radius:5px;
  --border-radius-btn:40px;
  --border:rgba(51,51,51,.15);
  --margin:100px;
  --page-padding:2%;
  accent-color:var(--main-color);
}

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

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

.no-scroll{overflow:hidden;}

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-color);-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:14px;border:1px solid var(--border);font-size:1.1rem;border-radius:var(--border-radius);color:#333;}
form div.el textarea{height:130px;}
form div.el_select{width:100%!important;}

/* BUTTON */
.btn,[type="button"],[type="submit"],a.simple-button-plugin{background:#fff!important;color:#000;cursor:pointer;padding:14px 28px!important;border:0px solid var(--main-color)!important;line-height:1;gap:10px;letter-spacing:0px;box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);border-radius:var(--border-radius-btn)!important;font-size:1.3rem;font-weight:500;text-transform:uppercase;display:inline-flex!important;align-items:center;align-content:center;justify-content:center;font-family:var(--font);position:relative;z-index:1;overflow:hidden;transition:all .4s;}
.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,[type="button"]:hover,[type="submit"]:hover,a.simple-button-plugin:hover{color:#fff!important;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;}

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

/* LOGO */
div.logo{display:flex;align-items:center;}
div.logo img{height:3.4vw;transition:all .4s;}

/* SLIDE */
section.slideshow div.caption h2{color:#fff;font-size:4rem;margin-bottom:20px;text-wrap:balance;text-shadow:0 0 5px rgba(0,0,0,1);}
section.slideshow div.caption p{width:100%;font-size:1.6rem;font-weight:400;text-align:left;margin-bottom:20px;color:#fff;}
section.slideshow div.scroll{position:absolute;bottom:30px;left:0px;width:100%;text-align:center;z-index:1;}
section.slideshow div.scroll img{filter:invert(1);height:55px;animation:move-y 3s infinite;}

/* FOOTER */
section.footer_up{border-top:1px solid var(--border);border-bottom:1px solid var(--border);}
section.footer_up h2{font-size:2rem;margin-bottom:10px;}
section.footer_up div.column{width:100%;padding:var(--margin) 0px!important;position:relative;}
section.footer_up div.column:last-child{border:0px;}
section.footer_up a{position:relative;}
section.footer_up a:before{content:'';position:absolute;bottom:0px;left:0px;width:0%;height:1px;background:#000;transition:all .4s;}
section.footer_up a:hover:before{width:100%;transition:all .4s;}
section.footer_up img{width:6vw;}
section.footer_down{font-size:1rem;padding:20px 0px;}

/* PAGE CONTENT */
div.categoryText{position:relative;margin:-50px auto 0px;width:calc(100% - var(--page-padding)*2);text-align:center;background:#fff;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); border-radius:var(--border-radius);padding:25px;margin-bottom:0px;}
section.contentCategory{padding:var(--margin) 0px;}
div.captionPage{padding:22vh 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.map iframe{border-radius:var(--border-radius);height:320px;margin-top:15px;box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);width:100%;}
section.company h2{padding-bottom:10px;margin-bottom:30px;}
section.company h2:after{content:'';position:absolute;bottom:0px;left:0px;width:100%;height:1px;background:var(--border);}

section.video video{width:100%;border-radius:var(--border-radius);}
section.video div.container{justify-content:center!important;gap:2%;}
section.video div.column{width:calc(100% / 5);}

/* PRODUCT PAGE */
.pagination{display:none;}
section.product{padding:var(--margin) 0px;}
section.product div.main_img{width:calc(100% / 2 - 1%);overflow:hidden;}
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 - 1%);display:flex;flex-wrap:wrap;}
section.product div.detail_prod div.description{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:50px;}
section.product div.detail_prod div.plus{width:100%;margin-bottom:50px;}
section.product div.detail_prod div.plus div.info_whatsapp{display:flex;gap:20px;margin-top:20px;}
section.product div.detail_prod div.plus div.info_whatsapp svg{height:38px;}
section.product div.detail_prod div.plus div.info_whatsapp h1{font-size:1.3rem;margin-bottom:5px;}
section.product div.detail_prod div.plus div.info_whatsapp h1:before{content:'';position:absolute;bottom:0px;left:0px;height:1px;width:100%;background:#000;}
div.short_block.productPlus div.text{line-height:1;text-align:left;}
section.product div.models{display:grid;grid-template-columns:repeat(4, minmax(250px, 1fr));gap:30px;}
section.product div.models div.model{box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);border-radius:var(--border-radius);overflow:hidden;transition:all .4s;}
section.product div.models div.model div.img{height:300px;overflow:hidden;display:flex;align-items:center;justify-content:center;}
section.product div.models div.model div.img img{width:100%;height:auto;max-height:unset;min-height:100%;transition:all .4s;}
section.product div.models div.model p.title{font-size:1.5rem;font-family:var(--font);text-transform:uppercase;font-weight:500;padding:10px 20px;}
section.product div.models div.model:hover div.img img{filter:brightness(0.7);transform:scale(1.1);transition:all .4s;}
section.product div.models div.model:hover{transform:scale(1.05);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:2%;
	}
	
	.flex1{flex:initial;}
	.btn, [type="button"], [type="submit"], a.simple-button-plugin{padding:14px 24px!important;}
	form div.el input:not([type="checkbox"]), form div.el select, form div.el textarea{font-size:1rem;}
	
	/* LOGO */
	div.logo{width:100%;}
	div.logo img{height:11vw;}
	div.logo a.cont_logo{width:70%;}
	
	/* TITLE */
	h2{font-size:2.2rem;text-align:center;text-wrap:balance;}
	h3{font-size:0.7rem;margin:0px auto 20px;}
	
	/* PRODUCT */
	div.categoryText{padding:20px;font-size:1rem;margin:-30px auto 0px;}
	section.product div.main_img,section.product div.detail_prod{width:100%;}
	section.product div.detail_prod div.description{justify-content:center;text-align:center;}
	section.product div.models{grid-template-columns:repeat(1, minmax(150px, 1fr));gap:25px;}
	section.product div.models div.model div.img{height:200px;}
	section.product div.models div.model p.title{font-size:1.4rem;}
	
	/* PAGE CONTENT */
	div.captionPage{padding:8vh var(--page-padding);}
	div.captionPage h2{font-size:1.8rem;}
	
	section.video div.column{width:100%;}
	
	/* SLIDE REVIEWS */
	div.google_reviews{width:100%;margin-bottom:0px;}
	div.google_reviews span.name{font-size:1rem;}
	div.google_reviews div.sx img{height:50px;}
	
	/* 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 25px;font-family:var(--font);font-weight:400;font-size:1.1rem;box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);border-radius:40px;line-height:1;}
	div.whatsapp_button a.btn_tel{background:#fff;}
	div.whatsapp_button a.btn_whatsapp{background:#47A91F;color:#fff;}
	div.whatsapp_button a.btn_quote{background:var(--main-hover);color:#fff;}
	
	/* FOOTER */
	section.footer_up.noPadding{text-wrap:balance;padding:var(--margin) 0px!important;}
	section.footer_up h2{font-size:1.5rem;}
	section.footer_up div.column{min-height:unset;border-right:0px;border-bottom:1px solid var(--border-inverse);padding:0px!important;}
	section.footer_down{padding:calc(var(--margin) / 2) 0px!important;}
	section.footer_down div.container{gap:20px!important;}
	
	/* CAPTION */
	section.slideshow{background-attachment:initial!important;}
	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:fit-content;display:flex;justify-content:center;}
	section.slideshow div.caption{width:100%;padding:0px var(--page-padding);justify-content:center;}
	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.6rem!important;margin-bottom:0px;}
	section.slideshow div.caption p{font-size:.9rem;text-wrap:balance;text-align:center;}
	section.slideshow div.caption div.btn_slide{display:none;}
	section.slideshow div.scroll{bottom:10px;}
	section.slideshow div.scroll img{height:40px;}
}