/* THEME */
:root {
  --main-color:#1C3754;
  --main-hover:#000;
  --font:'Cormorant Garamond', serif;
  --font-body:'Yantramanav', sans-serif;
  --font-color:#000;
  --font-color-hover:#000;
  --background:rgb(28,55,84,0.05);
  --border-radius:0px;
  --border-radius-btn:0px;
  --border:#E6E3F1;
  --margin:80px;
  --page-padding:3%;
  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;}
strong{font-weight:500;text-transform:uppercase;}

/* ANIMATIONS */
@keyframes move{0%{left:25%;width:50%;}100%{left:0%;width:100%;}}
@-webkit-keyframes text-focus-in{0%{-webkit-filter:blur(12px);filter:blur(12px);opacity:0}100%{-webkit-filter:blur(0);filter:blur(0);opacity:1}}@keyframes text-focus-in{0%{-webkit-filter:blur(12px);filter:blur(12px);opacity:0}100%{-webkit-filter:blur(0);filter:blur(0);opacity:1}}
@-webkit-keyframes tracking-in-expand{0%{letter-spacing:-.5em;opacity:0}40%{opacity:.6}100%{opacity:1}}@keyframes tracking-in-expand{0%{letter-spacing:-.5em;opacity:0}40%{opacity:.6}100%{opacity:1}}
@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 fadeinout { 0% { opacity:0; transform:translate(0,-2px); } 40%{ opacity:1; transform:translate(0,0px); } 80% { transform:translate(0,2px); opacity:0; } 100% { transform:translate(0,2px); opacity:0; } }

/* 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 var(--background) inset;}
form div.el input:not([type="checkbox"]),form div.el select,form div.el textarea{background:#fff;padding:12px;border:0px solid #edeae6;border-radius:var(--border-radius);font-size:1.1rem;}
form div.el textarea{height:130px;}
.modal form div.el input:not([type="checkbox"]),.modal form div.el select,.modal form div.el textarea{background:var(--background);}

/* BUTTON */
.btn,[type="button"],[type="submit"],a.simple-button-plugin{background:transparent!important;color:#000;cursor:pointer;padding:0px 0px 3px!important;border:0px solid var(--main-color)!important;line-height:1;gap:10px;letter-spacing:0.3px;border-radius:var(--border-radius-btn)!important;text-transform:uppercase;font-size:1.2rem;font-weight:600;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;transition:all .4s;}
.btn:after,[type="button"]:after,[type="submit"]:after,a.simple-button-plugin:after{content:'';position:absolute;bottom:0px;right:0px;height:2px;width:100%;background:var(--main-hover);transition:all .4s;}
.btn:hover:after,[type="button"]:hover:after,[type="submit"]:hover:after,a.simple-button-plugin:hover:after{width:0%;transition:all .4s;}
/* .btn:hover,[type="button"]:hover,[type="submit"]:hover,a.simple-button-plugin:hover{color:var(--main-color);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:14vw;transition:all .4s;}
.sticky div.logo img{transition:all .4s;}

/* SLIDE */
section.slideshow div.caption{-webkit-animation:text-focus-in 1s cubic-bezier(.55,.085,.68,.53) both;animation:text-focus-in 1s cubic-bezier(.55,.085,.68,.53) both;}
section.slideshow div.caption h2{font-size:3.2rem;color:#fff;text-align:center;margin-bottom:10px;}
section.slideshow div.caption p{width:100%;font-size:1.5rem;font-weight:300;text-align:center;margin-bottom:30px;color:#fff;}
section.slideshow div.btn_slide{filter:invert(1);}
section.slideshow video{width:100%;}
section.slideshow div.scroll{position:absolute;bottom:30px;left:0px;width:100%;text-align:center;z-index:1;}
section.slideshow div.scroll svg{width:30px;}
section.slideshow div.scroll:hover{cursor:pointer;}
section.slideshow div.scroll path{fill:#fff;}
section.slideshow div.scroll .st1,section.slideshow div.scroll .st2,section.slideshow div.scroll .st3{animation-iteration-count:infinite;animation-duration:2s;animation-name:fadeinout;opacity:0;}
section.slideshow div.scroll .st2{animation-delay:0.4s;}
section.slideshow div.scroll .st3{animation-delay:0.8s;}
/* section.slideshow div.scroll img{width:55px;filter:invert(1);animation:move-y 3s infinite;} */

/* FOOTER */
section.footer_up{padding:calc(var(--margin)*2.5) 0px calc(var(--margin)/2);font-size:1.2rem;}
section.footer_up h2{font-size:2rem;display:none;}
section.footer_up div.column{width:100%;}
section.footer_up img{width:12vw;margin-bottom:20px;}
section.footer_up a{color:#000;}

/* PAGE CONTENT */ 
section.contentCategory{padding:var(--margin) 0px;}
div.captionPage{padding:15vh var(--page-padding) 5vh;display:flex;flex-wrap:wrap;align-items:center;gap:10px;position:relative;}
div.captionPage h2{text-align:center;font-size:7rem;font-weight:700;margin:0px;line-height:1;}
div.captionPage h2:before{content:'';position:absolute;top:-80%;left:48%;width:4%;aspect-ratio:1/1;background-image:url(/uploads/vela-2.png);background-size:cover;opacity:0.1;z-index:1;}
div.captionPage h3{margin:0px;}
section.insta.noPadding{padding:10px 0px!important;}

/* ICON BG */
div.icon:after{content:'';position:absolute;top:calc(var(--margin)/2);right:calc(var(--margin)/2);width:11vw;aspect-ratio:1/1;background-image:url(/uploads/vela-2.png);background-size:cover;opacity:0.05;z-index:1;}
section.footer_up div.icon:after{top:unset;bottom:0px;right:0px;width:6vw;}

/* PRODUCT PAGE */
.pagination{display:none;}
section.product{padding:var(--margin) 0px;}
section.product div.gallery{width:calc(100% / 2 - 2%);overflow:hidden;}
section.product div.gallery img{width:100%;}
section.product div.detail_prod{width:calc(100% / 2 - 2%);display:flex;flex-wrap:wrap;}

/* 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:40px;
	  --page-padding:3%;
	}
	
	.flex1{flex:initial;}
	header div.main-head:before{display:none;}
	
	/* TITLE */
	h2{font-size:2rem;line-height:1.4;text-align:center;text-wrap:balance;}
	h3{text-align:center;}
	section.fullcontainer.fullwidth div.container div.column h3{position:relative;margin-bottom:30px;}
	section.fullcontainer.fullwidth div.container div.column h3:after{width:100%;}
	
	/* 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 */
	div.captionPage{padding:12vh var(--page-padding) 2vh;}
	div.captionPage h2{font-size:2.3rem;}
	div.captionPage h2:before{width:12%;left:44%;top:unset;bottom:150%;}
	div.icon:after{width:20vw;}
	
	/* 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 div.container{gap:var(--margin)!important;}
	section.footer_up img{width:30vw;margin-bottom:var(--margin);}
	section.footer_up h2{font-size:1.8rem;}
	section.footer_up div.icon:after{width:20vw;}
	
	/* LOGO */
	div.logo{width:100%;}
	div.logo img{width:50vw;}
	
	/* 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:40vh;display:flex;justify-content:center;}
	section.slide_full div.glide,.glide__slides{height:100%;}
	section.slideshow div.caption{width:100%;padding:var(--page-padding);justify-content:center;align-content:flex-end;top:unset;}
	section.slide_full div.glide div.bullet{bottom:20px;}
	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.3rem!important;margin-bottom:5px;}
	section.slideshow a.btn{display:none!important;}
	section.slideshow div.caption p{font-size:0.9rem;margin-bottom:0px;text-align:center;text-wrap:balance;padding:0px;}
	section.slideshow div.scroll{bottom:20px;}
	section.slideshow div.scroll svg{width:20px;}
}