/* THEME */
:root {
  --main-color:#980F2C;
  --main-hover:#000;
  --font:'Playfair Display', serif;
  --font-body:'Open Sans', sans-serif;
  --font-color:#000;
  --font-color-hover:#000;
  --background:#16253C;
  --border-radius:4px;
  --border-radius-btn:30px;
  --border:#eee;
  --red:#B45065;
  --grey:#F6F5F3;
  --shadow:0 5px 5px 0 rgba(33,39.00000000000003,53,.2);
  --margin:70px;
  --overlay:rgb(11,45,68,0.5);
  --page-padding:3%;
  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(-15px);filter:brightness(1.2);}50%{transform:translateY(5px);filter:brightness(1.5);}100%{transform:translateY(-15px);filter:brightness(1.2);}}
@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);}}
@-webkit-keyframes slide-in-left{0%{-webkit-transform:translateX(-1000px);transform:translateX(-1000px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes slide-in-left{0%{-webkit-transform:translateX(-1000px);transform:translateX(-1000px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}

/* 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:var(--grey);padding:18px;border:0px solid #edeae6;;border-radius:var(--border-radius);font-size:1.1rem;font-family:var(--font);}
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:14px 28px!important;border:2px solid var(--red)!important;line-height:1;letter-spacing:0px;border-radius:var(--border-radius-btn)!important;font-size:1.1rem;font-weight:600;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;height:100%;width:0%;background:var(--background);border-radius:var(--border-radius-btn);z-index:-1;transition:all .4s;}
.btn:after,[type="button"]:after,[type="submit"]:after,a.simple-button-plugin:after{content:'\f55d';font-family:'FontAwesome';font-size:1rem;margin-left:-15px;opacity:0;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;}
.btn:hover:after,[type="button"]:hover:after,[type="submit"]:hover:after,a.simple-button-plugin:hover:after{margin-left:15px;opacity:1;transition:all .4s;}
.btn:hover,[type="button"]:hover,[type="submit"]:hover,a.simple-button-plugin:hover{border:2px solid var(--main-hover)!important;transition:all .4s;}

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

/* LOGO */
div.logo img{width:10vw;transition:all .4s;}

/* 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:3.8rem;color:#fff;margin-bottom:40px;text-wrap:balance;}
section.slideshow div.caption h3{color:#fff;}
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;gap:20px;width:100%;}
section.slideshow div.btn_slide .btn:hover{border:2px solid #fff!important;}
section.slideshow div.scroll{position:absolute;bottom:20px;left:0px;width:100%;text-align:center;z-index:1;}
section.slideshow div.scroll img{height:50px;width:auto;animation:move-y 3s infinite;}
section.slideshow div.scroll img:hover{cursor:pointer;}
section.slideshow img{width:100%;}
section.slideshow div.video{position:absolute;top:20%;right:var(--page-padding);width:fit-content;height:100%;border-radius:0px;overflow:hidden;z-index:1;}
section.slideshow div.video div.phone{position:relative;overflow:hidden;height:70%;width:auto;}		
section.slideshow div.video div.phone img{z-index:9;position:relative;height:100%;width:auto;}		
section.slideshow div.video div.phone video{position:absolute;top:0px;left:0px;height:100%;}	

/* FOOTER */
section.footer_up h2{width:fit-content;font-size:1.6rem;margin:0px 0px 15px;text-transform:uppercase;line-height:1;color:#fff;}
section.footer_up div.column{width:calc(100% / 3);text-wrap:balance;}
section.footer_up div.listCategories div{display:grid;}
section.footer_up img{width:15vw;filter:brightness(0) invert(1);border-radius:0px;}
section.footer_up a{position:relative;color:#fff;}
section.footer_up a.category_list{display:inline-block;width:fit-content;text-transform:capitalize;}
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{padding:25vh var(--page-padding) 18vh;display:flex;flex-wrap:wrap;align-items:center;gap:0px;position:relative;background:var(--overlay);-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;}
div.captionPage h2{color:#fff;margin:0px;}
div.captionPage h3{margin:0px;color:#fff;}
section.borderTop{border-top:2px solid var(--border);}
section.borderBottom{border-bottom:2px solid var(--border);}
section.parallax h3{color:#fff;font-size:2.2rem;line-height:1.5;}

/* MAP */
section.map iframe{width:100%;height:600px;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;border:2px solid var(--border);}	
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-transform:uppercase;font-size:2.8rem;text-wrap:pretty;}
section.product div.detail_prod div.text{width:100%;margin-top:25px;}

section.productForm{background-position:initial!important;background-repeat:no-repeat!important;background-size:cover!important;background:var(--background);padding:var(--margin) 0px;}

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

/* 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;}
	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;text-align:center;text-wrap:balance;}
	h3{font-size:1.1rem;text-align:center;}
	section.customH3 h3{margin:0px auto 15px;}
	
	/* 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 h2{font-size:2rem;}
	section.product div.detail_prod div.text{text-align:center;}
	
	/* PAGE CONTENT */
	div.captionPage{padding:16vh var(--page-padding) 8vh;}
	div.captionPage h2{font-size:1.6rem;}
	section.map iframe{height:300px;}
	section.company:before{width:180px;}
	
	/* 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_down{font-size:1rem;padding:20px 0px 80px!important;}
	
	/* LOGO */
	div.logo{width:100%;gap:0px!important;}
	div.logo img{width:35vw;}
	
	/* CAPTION */
	section.slideshow{background-attachment:initial!important;}
	section.slideshow div.video div.phone{display:none;}
	body.index section.slideshow{height:55vh;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.8rem!important;margin-bottom:0px;}
	section.slideshow div.caption h3{font-size:1.1rem;}
	section.slideshow div.scroll{display:none;}
	section.slideshow div.scroll img{height:45px;}
	section.slideshow div.caption div.btn_slide{display:none;}
}