/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}
html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
html,button,input,select,textarea{font-family:sans-serif}
body{margin:0}
a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0;white-space:normal;*margin-left:-7px}
button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}
button,input{line-height:normal}button,select{text-transform:none}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}
button[disabled],html input[disabled]{cursor:default}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}
/*input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}*/
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
::-moz-selection { background: #bbb; text-shadow: none; }
::selection { background: #bbb; text-shadow: none; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

img { vertical-align: middle; max-width:100%; height:auto; }
fieldset { border: 0; margin: 0; padding: 0; }
textarea { resize: vertical; }

*, ::after, ::before {
   box-sizing: border-box;
}
@font-face {
 font-family:Canela;
 font-weight:100;
 src:url(fonts/Canela-Thin.woff2) format("woff2"),
 url(fonts/Canela-Thin.woff) format("woff")
}
@font-face {
 font-family:Canela;
 font-weight:300;
 src:url(fonts/Canela-Light.woff2) format("woff2"),
 url(fonts/Canela-Light.woff) format("woff")
}
@font-face {
 font-family:Canela;
 font-weight:300;
 font-style:italic;
 src:url(fonts/Canela-LightItalic.woff2) format("woff2"),
 url(fonts/Canela-LightItalic.woff) format("woff")
}
@font-face {
 font-family:Canela;
 font-weight:400;
 src:url(fonts/Canela-Regular.woff2) format("woff2"),
 url(fonts/Canela-Regular.woff) format("woff")
}
@font-face {
 font-family:Canela;
 font-weight:500;
 src:url(fonts/Canela-Medium.woff2) format("woff2"),
 url(fonts/Canela-Medium.woff) format("woff")
}
@font-face {
 font-family:Ginger;
 font-weight:400;
 src:url(fonts/F37GingerPro-Regular.woff2) format("woff2"),
 url(fonts/F37GingerPro-Regular.woff) format("woff")
}
@font-face {
 font-family:Ginger;
 font-weight:700;
 src:url(fonts/F37GingerPro-Demi.woff2) format("woff2"),
 url(fonts/F37GingerPro-Demi.woff) format("woff")
}
@font-face {
 font-family:Ginger;
 font-weight:800;
 src:url(fonts/F37GingerPro-ExtraBold.woff2) format("woff2"),
 url(fonts/F37GingerPro-ExtraBold.woff) format("woff")
}
@font-face {
 font-family:Ginger;
 font-weight:900;
 src:url(fonts/F37GingerPro-Black.woff2) format("woff2"),
 url(fonts/F37GingerPro-Black.woff) format("woff")
}
/* ========================================================================== General - Text */
html {height:100% } 
body { height: 100%; background:#fff}
body{ font-family: 'Roboto',sans-serif; font-size: 16px; color:#000; font-weight: 400; line-height: 1.5;}
html, button, input, select, textarea { color:#000}
a, a:visited{ text-decoration:none; color:#000;}
a:hover{ color:#667EC3}
p{ margin:0px 0px 10px;}
/* ========================================================================== General - Layout */
.wrapper {margin: 0 auto;
width: 100%; padding: 0 10px;}
.text-center{ text-align:center}
/* ========================================================================== Header */
.promo-strip {
  background-color:#Fff;
  height: 48px;
  display: flex;
  overflow: hidden;
  position:static;
}
/*.page .promo-strip{ display: none;}*/
.rotating-promo-text {
  grid-column-gap: 2vw;
  /*grid-row-gap: 16px;*/
  color:#000;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  /*padding-left: 1.5rem;*/
  font-size: 12px;
  display: grid;
}

.marquee {
  /*width: 100%;*/
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

.marquee span {
  display: inline-block;
  padding-left: 5%;
  animation: marquee 20s linear infinite;
}
.marquee span::after {
  content: "•";
  display: inline-block;
  padding: 0 0 0 1.1rem;
  font-size: 18px;
}
@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}


.header { 
display: block;
position:absolute;
left: 0;
right: 0;
width: 100%;
z-index: 10;
isolation: isolate;
}
.page .header { position: relative;
  background: #fff;
  isolation: isolate;}
.swb-black{background: #fff;
  font-size: 16px;
  line-height:normal;
  color: #333;
  padding: 6px 0;
  margin: 0;
  width: 100%;
  text-align:center;
  display:block;
}
.elementor-section{ border:1px solid #EBEBEB; position: relative;}
.head-1{
	width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding:0;
}

.elementor-column {
  position: relative;
  display: flex;
  padding: 8px 10px 8px 10px;
}
.heading-title {
  color: #191919;
  font-size: 14px;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-weight:600;
}

.elementor-widget-wrap{display: flex;
position: relative;
  width: 100%;
  flex-wrap: wrap;
  padding: 0px 10px 0px 10px;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
 }
.elementor-widget-wrap a{padding: 5px 10px 5px 10px;
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  border-color: #EBEBEB;
  color: #191919;
  font-size: 14px;
  font-weight: normal;
  font-weight:600;
 }
.elementor-widget-wrap a:last-child{ border:0}
.idioma::after {
  margin-left: 5px;
  content: '\f107';
  display: inline-block;
  font-family: "Font Awesome 5 Free" !important;
  speak: none;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 12px;
}

.p-dropdown {
  float: left;
  position: relative;
}
.p-dropdown .p-dropdown-content, .p-dropdown ul.p-dropdown-content {
  line-height: normal;
  position: absolute;
  z-index: 5;
  text-align: left;
  opacity: 0;
  transition: all 0.3s ease;
  visibility: hidden;
  transform: translateY(8px);
  padding: 5px;
  min-width: 100px;
  top: auto;
  width: min-content;
  right: 0px;
  margin: 0;
  margin-top:0px;
  background-color: #fff;
  border: 1px solid #e6e8eb;
  box-shadow: 0 14px 20px rgba(0,0,0,0.1);
}
.p-dropdown:hover .p-dropdown-content{
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.p-dropdown ul.p-dropdown-content > li {
  display: block;
}
.p-dropdown ul.p-dropdown-content > li a {
  white-space: nowrap;
  display: block;
  color: #191919;
  font-size: 14px;
  font-weight:600;
  padding: 2px 8px;
}

.head{
	width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 20px 20px 20px;
}
.header .logo{
  margin: 0;
  order: 0;
  flex: none;
  width: 50%; 
}
.header .logo a{color:#000 !important; text-transform:uppercase}
.header .logo img:hover{ opacity:0.8}
.page .header .head{
    color: white;
    mix-blend-mode: difference;
}
.my-store-position {
	width:50%;
	display: flex;
  flex: none;
  order: 2;
  align-items: center;
  margin-right: 0;
  justify-content:right;
}
#nav-user-links{transform: rotate(0deg);
  display: flex;
  justify-content: flex-end;
  gap: unset;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: none;}
#nav-user-links li{ display:inline-block; margin: 0 0 0 30px; text-align: center; position: relative;}
#nav-user-links li > a {
  display: flex;
  align-items: center;
  line-height: 1.125rem;
  border-bottom: 0.125rem solid transparent;
  padding-top: 0.25rem;
  border-top: 0.125rem solid transparent;
  text-transform: capitalize;
  letter-spacing: .00625rem;
  font-size: 16px;
  font-weight: 700;
  color:#fff;
  padding: inherit;
  padding-bottom: .25rem;
  padding-right: inherit;
  margin-right: inherit;
  border-right: none; 
}
#nav-user-links li > a span{ display:none}
#nav-user-links li > a .fas{ font-size:20px; margin-right:10px}
#nav-user-links li > a:hover{ color:#737373}

.phone{ display:none !important}
/*#nav-user-links li > a span{ display:none}*/
.cafe-sticky{height: 58px; background-color: #667EC3; position: relative; color: #fff;}
.toggle{width: 24%; display:flex; padding: 15px 10px 15px 10px; position: relative;}
.toggle .icon {font-size: 16px;}
.toggle .text {
  font-size: 13px;
  font-weight: bold;
  margin-left: 15px;
}
.toggle .arrow{position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 12px;
  cursor: pointer;}
.toggle .arrow::before {
  margin-left: 5px;
  content: '\f107';
  display: inline-block;
  font-family: "Font Awesome 5 Free" !important;
  speak: none;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
 position: absolute;
  top:25%;
  right: 15px;
  z-index: 2;
}

.cafe-wrap-search{width: 45.957%;}
.cafe-search-form {
  padding: 0;
  margin: 0;
}
.cafe-wrap-search-form-content {
  padding: 0 10px;
}
.cafe-wrap-search-fields {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border: 1px solid;
  background:#fff;
  height:38px;
  border-radius: 5px;
  border: none;
}
.cafe-search-form input.cafe-search-field {
  margin: 0;
  border: none;
  flex-grow: 1;
  width: auto;
  height: auto;
  min-width: 0;
  padding: 10px 15px;
  color:#000;
  font-size: 1rem;
  line-height: 30px;
  background: none;
  box-sizing: border-box;
  font-family: inherit;
}
.cafe-search-submit {
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
  padding: 0px 20px 0px 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  white-space: nowrap;
  background: #26B460;
  color: #fff;
  line-height: 30px;
  display: inline-block;
  border: none;
}

.widget-phone{width: 19.707%; text-align: right; font-weight:600; color: #fff;}
.widget-phone a{color: #fff;}
/* ==============    MOBILE: Menu    ============== */
#main-menu-wr{ position:fixed; top:0px; left:-100%; z-index:99999; background-color:#fff; padding: 50px 0 0; bottom:0; overflow-y: auto;
	width:100%; border-right: 0px solid #b4b4b4;}
#main-menu { margin: 0; padding: 0; list-style-type: none; text-align:left }
#menu-close:hover, #menu-show:hover{ opacity:0.6; filter:alpha(opacity=60); }
#main-menu a, #main-menu a:visited { display: block; padding:10px 10px; text-decoration: none;  color: #1c1a1b;
	font-weight: 500;
    font-size:50px;
	text-align:center;
	line-height:1;
	 }
/*#main-menu ul a, #main-menu ul a:visited { color: #111; padding-left:10px }
#main-menu li ul{ padding:0; margin:0px 0px  }*/
#main-menu > li:last-child a{  }	
#main-menu a:hover { color: #777; }

#menu-show{ width: 3rem; right:0; top: 0;
bottom: 0; position:relative; overflow: hidden; margin-top: auto;
margin-bottom: auto; margin-left:15px;
width: 38px;
height: 23px;
z-index: 30;
cursor: pointer;
}
#menu-show span {
    display: block;
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    opacity: 1;
    border-radius: 3px;
    background: #fff;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: all .2s ease-in-out;
}
#menu-show span:nth-child(1) {top: 0px;}
#menu-show span:nth-child(2), header #menu-btn span:nth-child(3) {top: 10px;}
#menu-show span:nth-child(4) {top: 20px;}

#menu-close{ position:absolute;
right:10px;
top:10px;
float: right;
width: 38px;
height: 23px;
margin: 2% 2% 0 0;
z-index: 40;
cursor: pointer;
transition: all .2s ease-in-out;
color:#000}

#menu-close span {
    display: block;
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    opacity: 1;
    border-radius: 3px;
    background: #000;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: all .2s ease-in-out;
}
#menu-close span:nth-child(1) {
    top: 10px;
    width: 0;
    left: 50%;
}
#menu-close span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#menu-close span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#menu-close span:nth-child(4) {
    top: 10px;
    width: 0;
    left: 50%;
}

.address{ display:block; color:#000; text-align:center; font-size:16px; line-height:1.6; margin-left:8%; margin-top:40px}
.address a, .address a:visited{color:#000;}
/* ===================== Slider  ========================================================================== */
/*#slider{
position: relative;
overflow: hidden;
height:100vh;
clear: both; 
max-width: 100%;
z-index: inherit;
padding: 0;}

#slider ul{ margin:0; padding:0; list-style-type:none }
#slider li{min-height:400px}
#slider li::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: ' ';
  background: linear-gradient(180deg,rgba(0,0,0,.2),transparent);
}
#slider .bxslider li img{ margin:0 auto; display:none; width:100%}
#slider .slider1{ background:url(../img/slider/s1.jpg) no-repeat center center; background-size:cover; }
#slider .slider2{ background:url(../img/slider/s2.jpg) no-repeat center center; background-size:cover;}
#slider .slider3{ background:url(../img/slider/s3.jpg) no-repeat center center; background-size:cover;}
#slider .slider4{ background:url(../img/slider/s4.jpg) no-repeat center center; background-size:cover; }
#slider .slider5{ background:url(../img/slider/s5.jpg) no-repeat center center; background-size:cover;}
#slider .slider6{ background:url(../img/slider/s6.jpg) no-repeat center center; background-size:cover;}
#slider .bx-wrapper{ margin:0px }
#slider .bx-wrapper .bx-pager{ bottom:10px; z-index:2 }
#slider .bx-wrapper .bx-pager.bx-default-pager a{background: transparent; 
border: 1px solid #fff;
width: 10px;
height: 10px;
-webkit-box-shadow: 0 0 0 transparent;
-khtml-box-shadow: 0 0 0 transparent;
-moz-box-shadow: 0 0 0 transparent;
-ms-box-shadow: 0 0 0 transparent;
-o-box-shadow: 0 0 0 transparent;
box-shadow: 0 0 0 transparent;
display: block;
border-radius: 50%;
-ms-transition: none;
-moz-transition: none;
transition: none;
margin-right: 5px;
}
#slider .bx-wrapper .bx-pager.bx-default-pager a.active, #slider .bx-wrapper .bx-pager.bx-default-pager a:focus, #slider .bx-wrapper .bx-pager.bx-default-pager a:hover { background: #fff; }

#slider .bx-viewport, #slider .bx-wrapper{ position:relative; width:100%; height:100% !important; top:0; left:0; }
#slider .bxslider, #slider .bxslider li{ height: 100% !important; }
#slider .bx-wrapper .bx-viewport{ border: none !important; }*/
/* ===================== Slider  ========================================================================== */
#slider{background-color:#5c739d; position: relative; height: 80vh;
overflow: hidden; display: block;}

#slider .bg-image-container {
    position: absolute;
    top: 0;
    left: 0%;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#slider .bxslider li{
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
#slider ul{ margin:0; padding:0; list-style-type:none }
#slider .bxslider li img{ margin:0 auto; display:none; width:100%}
#slider .slider1{ background:url(../img/slider/s1.jpg) no-repeat center; background-size:cover }
#slider .slider2{ background:url(../img/slider/s2.jpg) no-repeat center; background-size:cover }
#slider .slider3{ background:url(../img/slider/s3.jpg) no-repeat bottom center; background-size:cover }
#slider .slider4{ background:url(../img/slider/s4.jpg) no-repeat center top; background-size:cover }
#slider .slider5{ background:url(../img/slider/s5.jpg) no-repeat center top; background-size:cover }
#slider .slider6{ background:url(../img/slider/s6.jpg) no-repeat center top; background-size:cover }
#slider .bx-wrapper{ margin:0px }
#slider .bx-wrapper .bx-pager{ bottom:10px; z-index:2 }
#slider .bx-wrapper .bx-pager.bx-default-pager a{background: transparent;
width: 40px;
height: 4px;
display: block;
-ms-transition: none;
-moz-transition: none;
transition: none; background: rgba(255,255,255,0.5); border-radius: 0px;}
#slider .bx-wrapper .bx-pager.bx-default-pager a.active, #slider .bx-wrapper .bx-pager.bx-default-pager a:focus, #slider .bx-wrapper .bx-pager.bx-default-pager a:hover { 
background: #fff; }

#slider .bx-viewport, #slider .bx-wrapper{ position:relative; width:100%; height:100% !important; top:0; left:0; }
#slider .bxslider, #slider .bxslider li{ height: 100% !important; }
#slider .bx-wrapper .bx-viewport{ border: none !important; }

.tx-white{ color:#fff !important;}
.tx-black{ color:#000 !important;}
.intro__wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 0% calc(4vw - 1rem) 0%!important;
  margin: 0 auto;
  align-items:center;
  justify-content: flex-start;
  display: flex;
  z-index: 2;
}
.intro__wrap::after {
	bottom: 0;
  content: "";
  height: 40%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  background: linear-gradient(180deg,#75757500,#00000073 53.13%,#000000a6);
}
.page_banner_info {
  padding: 50px 20px 50px 20px;
  width: 100%;
  max-width: 350px;
  position: relative;
  z-index: 3;
}
.intro__content__title {
  font-size: 65px;
  line-height: 1;
  margin: 0;
  width: 100%;
  font-weight:700;
  margin-bottom: 20px;
  padding:0;
  color:#fff
}
.intro__content {
  font-size: 30px;
  line-height: 1.1em;
  width: 100%;
margin-bottom: 20px;
color:#fff
}
.intro_bt {
  color: #000;
  border: 1px solid #fff;
  background:#fff;
  font-size: 1rem;
  font-weight: 500;
  height: 3rem;
  line-height:3rem;
  max-width: 100%;
  padding: 0 2.5rem;
  display: inline-flex;
  border-radius: 2.5rem;
  text-align: center;
}
/* ===================== Slider  ========================================================================== */
.main-content{overflow: hidden;}
.seccion-content{margin-top: 20px; margin-bottom: 30px; position: relative; overflow:hidden}
.flx{width: 100%;
  display: flex;}
.wrap-menu-inner{padding: 0 10px; display: block;}
.sm_megamenu_menu{position: relative; border: 1px solid #667EC3; flex-direction: column;
width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  z-index: 2;
  list-style: none;
  display: flex;
  color: #191919;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
  text-transform: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  border-radius: 0px 0px 0px 0px;
  background: linear-gradient(to right, #fff, #fff);}

.sm_megamenu_menu > li {
  background: #FFFFFF;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #f5f5f5;
  margin: 0px 0px 0px 0px;
  padding: 13px 20px 13px 20px;
  display: flex;
  align-items: center;
  list-style: none;
}
.sm_megamenu_menu > li:last-child {
  border-width: 0px;
}
.sm_megamenu_menu > li a {
  color: #191919;
  height: auto;
  line-height: inherit;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: normal;
  display: block;
  text-decoration: none;
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  position: relative;
}
.sm_megamenu_menu > li a .menu-item-arrow{color: #191919;
  font-size: 14px;margin-right: -5px; width: 25px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;}
.sub-panel{left: 100% !important;
  top: 20px !important;
  text-align: left;
  position: absolute;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in;
  max-width: 100vw;
  padding: 15px 0px 20px 0px;
  border-width: 0px 0px 0px 0px;
  border-style: solid;
  border-color: transparent;
  border-radius: 0px 0px 0px 0px;
  box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.2);
  background: linear-gradient(to right, #fff, #fff);}
/* ========================================================================== Sub Pages - Contact Us */
.seccion-content-2{margin-top: 85px;
  margin-bottom: 30px; position: relative;}
.widget-wrap{ padding:0px 20px; width:100%; margin:0 auto}
.cj-complet{border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #CCCCCC;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 30px 30px 30px 30px;
  width: 100%;
  display: flex;}
.cj-complet-1{
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding:0px;
  width: 100%;
  display: flex;}
.elementor-icon-box-wrapper{width: 25%; padding: 10px; display: flex; flex-direction: row;align-items: center;}
.elementor-icon-box-wrapper-33{width:25%; padding:20px; display: flex; flex-direction: row;align-items: center; margin:10px; background:#F2F2F2}
.elementor-icon-box-icon {
  margin-right:15px;
  margin-left: 0;
  margin-bottom: unset;
  display: inline-flex;
  flex: 0 0 auto;
  color: #667EC3;
  font-size: 40px;
}
.elementor-icon-box-content {
  flex-grow: 1;
}
.elementor-icon-box-title{font-size: 14px;
  font-weight: bold; color: #000000; line-height: 1.5;}
.elementor-icon-box-description {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
/* ========================================================================== Sub Pages - Contact Us */
.has-border {
  /*padding-bottom: 15px;*/
  margin-bottom: 40px;
  border-bottom: 0px solid #ebebeb;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
/*.has-border::after {
  content: "";
  width: 90px;
  height: 3px;
  background: #26b460;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}*/
.cafe-title {
  font-size: 34px;
  margin: 0;
  font-weight: 700;
  line-height: 1.27;
}
.cafe-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
  padding:0;
  flex-direction: column;
}
.product-categories.sub_cate .cafe-col {
  padding-bottom: 40px;
  padding-top: 0;
  display: flex;
  -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
	padding-left: 15px;
  padding-right: 15px;
}
.product-categories.sub_cate .cafe-col-25 {
  padding-bottom: 40px;
  padding-top: 0;
  display: flex;
  -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
	padding-left: 15px;
  padding-right: 15px;
}

.wrap-content-category-item {
  align-items: center;
  padding: 15px 0px 15px 0px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #CCCCCC;
  width: 100%;
  display: flex;
}
.wrap-content-category-item .category-image {
  width: 55%;
  margin: 0px 15px 0px 0px;
}
.category-content {
  text-align: left;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.category-content .product-category-heading {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin:0;
  padding:0;
  margin-bottom: 15px;
  line-height: 1.27;
}
.category-content .product-category-heading a:hover {
  color: #667EC3;
}
.category-content .category-item {
  margin-bottom: 8px;
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
}
.category-content .category-item a {
  color: #000;
}
.category-content .category-item a:hover {
  color: #667EC3;
}
.category-content .view-more {
  margin-top: 10px;
  color: #667EC3;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  white-space: nowrap;
}
.view-more i {
  font-size: 60%;
}
.view-more:hover {
  color: #000000;
}

.cafe-head-product-filter {
  padding: 0px 100px 10px 0px;
}

.cafe-head-product-filter ul {
  margin: 0;
  display: flex;
  align-items: center;
}
.cafe-head-product-filter li {
  padding-left: 30px;
  list-style-type: none;
}
.cafe-head-product-filter a {
  color: #191919;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}

.editorialCard{align-items: flex-start;
  border-radius: .25rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  text-decoration: none;}
.editorialCard::after {
  background:linear-gradient(180deg,hsla(0,0%,100%,0) 30%,#fff);
  content: "";
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .5;
  pointer-events: none;
  position: absolute;
}


._content_jh7n5_165 {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  inset: 1.25rem 1rem;
  position: absolute;
  top: auto;
  z-index: 1;
}
._ctas_jh7n5_175 {
  display: flex;
  gap: 1.5rem;
  width: 100%;
}
.targetCta{display: inline-flex; flex-direction: row-reverse;  position: relative; gap: .5rem; padding-left: 0;
  padding-right: 0;
  align-items: flex-end;
  height: 100%;
  text-transform: none;
  font-size: clamp(1.25rem,1.16rem + .39vw,1.625rem);
  letter-spacing: normal;
  line-height: 1.5;
  line-height: 120%;
  margin: 0;
  text-decoration: none;
  font-weight: 700;
  width:100%;
 }

.targetCta span {
  display: initial;
  height: 100%;
  margin-right: auto;
  white-space: normal;
  padding: 0;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  text-overflow: ellipsis;
}
.targetCta span::after {
    content: '';
    background: #fff;
    height: 1px;
    width: 0;
    display: block;
    margin-top: 0px !important;
    transition: width .65s;
    margin: 0 auto;
    margin-top: 0px;
  }
.editorialCard:hover .targetCta span::after {
  width: 100%;
}
._textWrapper_jh7n5_206{ color:#fff; font-size: clamp(1.25rem,1.16rem + .39vw,1.625rem);
  letter-spacing: normal;font-weight: 700;}
  
.targetCta svg {
    overflow: hidden;
	flex-shrink: 0;
	margin: 0;
	height: auto;
  max-width: 100%;
  }
.targetCta svg path {stroke: #fff;
    transform: translate3d(-100%,0,0);
    transition: transform .3s cubic-bezier(.87,0,.13,1);
  }
.editorialCard:hover .targetCta svg path{transform: translateZ(0);}


.form-search{ display: flex; gap:10px}
.form-search input{ width: 350px; padding: 10px;}
.form-search ._button_1iijs_61{ background: #26B460; border: 1px solid #26B460; padding: 0 30px;}
.form-search ._button_1iijs_61:hover{ background: #0AD34E; border: 1px solid #0AD34E;}
/* ===================== Slider  ========================================================================== */
.carrousel-group--1{width: 100%;
  /*height: 460px;*/
  position:relative;
  overflow:hidden;
  padding:0 20px;
 }
.carrousel-group--1 .bx-wrapper {margin: 0 0 60px;}
.carrousel-group--1 .bx-wrapper .bx-viewport{ overflow:visible !important}
.gridPhoto{display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  /*box-shadow: -1px 0 #d1cfd2;*/
 }
 .gridImages {
  display: grid;
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
  padding-bottom: 100%;
  /*background: #e8e7ea;*/
  position: relative;
}
 .gridImages picture{
  position: absolute;
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;
  height:100%;
  min-height: auto;
  width: 100%;
  vertical-align: top;
  filter: none;
  opacity: 1;
  transition: opacity .3s ease-in;
  align-content: center;
}
 .gridImages picture img{
  aspect-ratio: 2/2;
  -o-object-fit:cover;
  object-fit:cover;
  -o-object-position:center;
  object-position:center;
  display: block;
  width: 100%;
}
 .gridImages picture.small img{ -o-object-fit:scale-down;
  object-fit:scale-down;
  -o-object-position:center;
  object-position:center;
  }

.style_gridContent__Y6Dhi {
  margin: 16px 16px;
  flex-direction: column;
  background-color: transparent;
  position: relative;
}
.style_name__fWWXb {
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom:0;
  font-size:16px;
  line-height:normal
}
.style_productSubtitle__ceBn0 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 400;
  letter-spacing: normal;
}
.style_price__s9ZN1 {
  color:#000;
  font-size: .875em;
  margin-bottom: 0;
}

.itemInfo{
  margin-bottom: 0;
  text-transform: uppercase;
  display: flex;
  justify-content:right;
  padding: 0 16px 40px;
}
.style_modalButton{
  text-transform: uppercase;
  text-decoration: underline;
  cursor: pointer;
  text-align: right;
  font-size:12px
}

/* ========================================================================== Sub Pages - Contact Us */
.navigationList{display: grid;
  gap: 4rem;
  grid-template-columns: repeat(1,1fr);
  grid-column: 1/span 12;
  width: 100%;}
._navigation_we4p6_60{display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
 }
._title_we4p6_89 {
    font-size: 1.25rem;
    letter-spacing: .075rem;
    margin-bottom: 2rem;
	font-weight: 400;
	text-transform: uppercase;
  }
.menu{gap: .25rem;
display: grid;
list-style:none;
margin:0;
padding:0;
}
._link_we4p6_106 {
    display: inline-flex;
    font-size: clamp(2.625rem,1.46rem + .71vw,3.3125rem);
    font-weight: 700;
    justify-content: normal;
    letter-spacing: -.01em;
    line-height: 1.2;
	align-items: center;
	gap: .75rem;
  }
 ._icon_we4p6_159 {
    aspect-ratio: 1;
    overflow: hidden;
    width: 2rem;
	stroke:#000;
	flex-shrink: 0;
	height: auto;
  max-width: 100%;
  }
  ._icon_we4p6_159 path {
    transform: translate3d(-100%,0,0);
    transition: transform .3s cubic-bezier(.87,0,.13,1);
  }
._link_we4p6_106:hover ._icon_we4p6_159 path {
    transform: translateZ(0);
  }
  
.image-preview{display: block;
    max-width: 32.125rem;
    width: 100%;
	aspect-ratio: 3/4;
  position: relative;
  }
  
/* ========================================================================== Sub Pages - Contact Us */
.shortStory{display: flex;
  min-height: 39.375rem;
  overflow: hidden;
  padding: 4rem max(2rem,3.33vw);
  position: relative;
  grid-column: 1/span 12;
 }
._contentContainer_1h3j6_89{width: 100%;}
._container_174mx_59{display: block;position: relative;}

._headlineContainer_1h3j6_117 {
    padding-top: 2rem;
    width: 80%;
  }
 ._block_oj35y_61 {
  max-width: 100%;
}
._headline_oj35y_68 {
    font-size: clamp(2.625rem,2.46rem + .71vw,3.3125rem);
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.2;
    line-height: 1.1;
	margin:0;
  }
 ._subheadline_oj35y_167 {
    font-size: clamp(1.625rem,1.52rem + .45vw,2.0625rem);
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
    line-height: 1.3;
  }
 ._ctaButtonContainer_1h3j6_134 {
    height: 4.5rem;
	position: relative;
  width: 100%;
  }
 ._button_1iijs_61{appearance: none;
  border-radius: 2.5rem;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 500;
  height: 3rem;
  justify-content: center;
  line-height: 1.25;
  max-width: 100%;
  padding: 0 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1rem; flex-direction: row-reverse; 
  background-color: #26B460;
  border: 1px solid #26B460;
  color: #fff;
  align-items: center;
  
  }
._button_1iijs_61:hover{ background: #0AD34E; border: 1px solid #0AD34E;}
 ._button_1iijs_61 ._icon_1iijs_255 {
  margin-left: .5rem;
  margin-right: 0;
}

 ._carouselContainer_1h3j6_187 {position: absolute;
    left: 30%;
    top: 15%;
    transition: left .6s cubic-bezier(.83,0,.17,1),transform .6s cubic-bezier(.83,0,.17,1);
    transition-delay: 0s, 0s;
    transition-delay: 0s;
	width: 65%;
  z-index: 2;
 }
._swiperWrapper_sfgff_98{
  align-items: stretch;
  display: flex;
  gap: 10px;
  position: relative;
  transition-property: transform;
  }
.swiper-slide-active {
  padding-bottom: 40px;
  padding-top: 0;
  display: flex;
  -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 100%;
	padding-left:2px;
  padding-right:2px;
}
/* ========================================================================== Sub Pages - Contact Us */
.slider-catg{position: relative;
clear: both; 
max-width: 100%;
z-index: inherit;}
.slider-catg .bx-viewport, .slider-catg .bx-wrapper{ position:relative; width:100%; height:100% !important; top:0; left:0; background:none !important }
.slider-catg .bxslider-6{ height: 100% !important;overflow: hidden;} 
.slider-catg .bxslider-6 li{ height: 100% !important;  padding: 10px 15px 15px;}
.slider-catg .bx-wrapper .bx-viewport{ border: none !important; }
/*.bx-wrapper .bx-controls-direction a{top: -60px !important;}
.bx-wrapper .bx-prev{ right:40px !important; left:auto!important}
.bx-wrapper .bx-next{ right:0px !important}*/

.products-gallery {
  width: 100%;
  display: inline-block;
  position: relative;
}
.wrap-product-img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}
.wrap-img {
  width: 100% !important;
  height: auto !important;
}
.products-gallery .button {
  display: inline-block;
  margin-top: 1em;
  white-space: nowrap;
  bottom: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
	width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  transition: all 300ms;
  font-family: inherit;
  border-radius: 0;
  background: rgba(0,0,0,.8);
  color: #fff;
  margin:0;
}
.products-gallery:hover .button {
	opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.wrap-product-loop-detail {
  text-align: center;
  padding: 20px 0 10px;
  width: 100%;
  display: inline-block;
  position: relative;
}
.wrap-product-loop-detail .product-loop-title {
  font-size: 14px;
  color: #999;
  font-weight: 400;
  margin:0;
  margin-bottom: 0;
  width: 100%;
  display: inline-block;
  padding: 0;
  line-height: 1.3;
}
.wrap-product-loop-detail .price {
  color: #000000;
  font-weight: bold;
  font-size: 1rem;
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: .5em;
  line-height: 1.5;
}
/* ==========================================================================*/
.slider-page {
  position: relative;
  height: 50vh;
  overflow: hidden;
  display: block;
  margin: 10px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}
.pding{ padding:10px}
.title-page{ margin:0; margin-bottom:20px; padding:0; font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;}
  
.content{width: 75%;position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;}
  
.sidebar{width: 25%;position: relative;
  min-height: 1px;
  padding: 10px;}

.primary{ padding: 10px;position: relative;}
.products-wrapper{padding:0px 0;}
.products-nav{text-align: center;
  display:flex;
  width: 100%;
  vertical-align: top;
  margin-bottom: 30px;
  justify-content: space-between;
  align-items: center;}
.view-mode{display:flex;}
.view-mode > a {
  position: relative;
  width: 40px;
  height: 40px;
  float: left;
  border: 0;
  overflow: hidden;
  background-color: #252525;
}
.view-mode > a.grid-view{background-color: #ff5c00;}
.view-mode > a::before {
  position: absolute;
  font-size: 14px;
  font-family: FontAwesome;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: transparent;
  color: #898989;
  left: 0;
  color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.view-mode > a.grid-view::before {
  content: "\f009";
}
.view-mode > a.list-view::before {
  content: "\f0c9";
}
.products-wrapper .products-nav form.woocommerce-ordering select {
  height: 40px;
  line-height: 40px;
  border:1px solid #eee;
  padding:0 20px;
}
.product-number{ display:flex}
.show-product {
  line-height: 38px;
  margin: 0 15px;
  color: #6b6b6b;
}
.order-dropdown {
  margin: 0;
  background-color: #fff;
  list-style-type: none;
  text-align: left;
min-width: 65px;
padding:0;
position:relative
}
.order-dropdown > li .current-li {
  line-height: 38px;
  display: block;
  border: 1px solid #ededed;
  padding:0 10px
}
.order-dropdown > li .current-li a::after {
  font-family: fontawesome;
  content: "\f0d7";
  font-size: 14px;
  width: 35px;
  line-height: 38px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  text-indent: initial;
}

.bxslider-productos{ display:flex; padding:0; list-style-type: none; margin:0;  flex-wrap: wrap;}
.bxslider-productos li{ width:25%; padding:10px}


.products-completo{display:flex;}
.img-prod{ width:50%;display:flex;}
.img-prod img{ width:70%; border: 1px solid #ededed;}
.img-prod ul{ width:30%; padding:0 10px; margin:0; list-style:none}
.img-prod ul li{ margin-bottom:10px}

.cont-prod{ width:50%; padding:0 10px}
.cont-prod .price{font-size: 22px;
  color: #ff5c00;
  font-weight: 700;}
.addcart-wrapper{ display:flex; margin-top:30px; margin-bottom:30px}
.quantity {
  position: relative;
  border: 1px solid #ebebeb;
  height: 32px;
  margin: 0 15px 0 0 !important;
  display: inline-block;
  width:70px
}

.quantity input {
  margin-bottom: 0;
  border: 0;
  text-align: center;
  text-indent: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  width: 30px;
  height: 32px;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: medium none !important;
  padding: 0px 5px;
  background-color: #fff;
}
.quantity input.qty {
  padding: 0;
  font-size: 16px;
  color: #323232;
  font-weight: 600;
  height: 30px !important;
  width:60px
}
.single_add_to_cart_button {
  border-radius: 2px;
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  line-height: 30px;
  border: 1px solid #ff5c00;
  background-color: #ff5c00 !important;
  padding: 0 15px;
}

.products-complt{ width:100%; margin-top:50px}

 /* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color:#ff5c00;
  color:#fff
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
} 

.navigator{ display:flex; margin:0 0 30px; padding:0;
justify-content: center;
  align-content: center;
  width:100%;
  border-bottom: 3px solid #cccc;
  }
.navigation-link{list-style: none;
  padding:10px 30px ;
  margin: 0;
  display: inline-block;}
.is-active{
  background: #20944f;}
.is-active a{
  color:#fff !important;
 }
 


.container-form {
  width: 100%;
  max-width: 580px;
  margin: 0 auto 10rem;
}
.container-form #title{font-size: 38px;
  margin: 0;
  font-weight: 700;
  line-height: 1.27;
text-align: left;
padding: 0 0 30px;
}

.form-box {
  /*background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(14px);
  
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);*/
  padding: 40px 30px;
}

.form-box h2 {
  text-align: center;
  margin-bottom: 25px;
  color: #000;
}

/* Social login */
.social-login {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px;
  border-radius: 10px;
  border:1px solid #000;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  background: #fff;
  transition: all 0.3s ease;
}

.social-btn img {
  width: 18px;
}

.social-btn.google {
  color: #444;
}

.social-btn.apple {
  background: #000;
  color: #fff;
}

.social-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

/* Divider */
.divider {
  display: flex;
  align-items: center;
  margin: 35px 0;
}

.divider::before,
.divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(0,0,0,0.4);
}

.divider span {
  margin: 0 12px;
  color: #000;
  font-size: 22px;
}

/* Inputs */
.input-group input {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  outline: none;
  font-size: 14px;
  border: 1px solid #000;
  height: 4rem;
  background: #fff;
}

/*#emailField {
  overflow: hidden;
  transition: max-height 0.4s ease;
  max-height: 0;
}*/

/* Buttons */
.btn-group {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.btn {
  width: 48%;
  padding: 12px;
  border-radius: 2.5rem;
  border: none;
  cursor: pointer;
  font-weight: bold;
  background-color: #0AD34E;
  border: 1px solid #0AD34E;
  color: #fff;
  transition: all 0.3s ease;
  text-align: center;
}
.btn:visited{color: #fff;}

.btn.active {border: 1px solid #000;
  background: #fff;
  color: #000;
}

.btn:hover {
  background: rgba(0,0,0,0.1);
 color: #000;
 border: 1px solid #000;
}


.sections_1m3wy_82{display: flex; grid-column: col-start/span 12; flex-direction: row;
    margin-top: 0;
    
  }
  .noflex{ display: block !important;}
 .sections_1m3wy_82 ._column_1m3wy_91 {
    flex: 1;
  }
  .mauto{ margin:0 auto;}
  .sections_1m3wy_82 ._column_1m3wy_91 + ._column_1m3wy_91 {
    margin-left: 2rem;
  }
  ._profileSection_1m3wy_99 {
  border: .0625rem solid rgba(0,0,0,.1);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 2rem;
  width: 100%;
}
 ._section_fvema_59 {
    padding: 2.5rem;
  }
  ._header_fvema_79 {
  display: flex;
  justify-content: space-between;
}
._headline_184y0_68 {
  margin: 0;
  margin-bottom: 1.5rem;
  padding: 0;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.5;
  line-height: 1.1;
  font-size: clamp(1rem,.94rem + .26vw,1.25rem);
}
._form_11971_59 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

._disabled_bgca0_132 {
  cursor: not-allowed;
  opacity: .5;
  pointer-events: none;
}
._field_bgca0_65 {
  min-height: 5.1875rem;
  position: relative;
  width: 100%;
}
._formField_11971_79 {
  margin-bottom: .5rem;
 min-width: calc(50% - 1rem);
    width: calc(50% - 1rem);
}
._email_11971_91 {
  min-width: 100%;
  width: 100%;
}
._container_bgca0_160 {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
._label_bgca0_138._lifted_bgca0_155 {
  font-size: .775rem;
  top: .5rem;
  color: var(--field-label-color);
  display: inline-block;
  line-height: 1.375rem;
  margin-left: 1.0625rem;
  overflow: hidden;
  padding-right: var(--field-label-padding-right);
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  transition: all .2s ease-out;
  white-space: nowrap;
  width: -moz-available;
  width: -webkit-fill-available;
}
._input_bgca0_42 {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: .0625rem solid #000;
  border-radius: 0;
  color: #000;
  display: grid;
  font-size: 1rem;
  height: 4rem;
  outline: none;
  padding: 1rem .25rem 0 1rem;
  width: 100%;
}

._label_bgca0_138 {
  color: #000;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.375rem;
  margin-left: 1.0625rem;
  overflow: hidden;
  padding-right: .75rem;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  top: 1.3125rem;
  transition: all .2s ease-out;
  white-space: nowrap;
  width: -moz-available;
  width: -webkit-fill-available;
}

._container_18lgm_160 {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
._label_18lgm_138 {
  color:#000;
  display: inline-block;
  font-size: .875rem;
  top: .5rem;
  line-height: 1.375rem;
  margin-left: 1.0625rem;
  overflow: hidden;
  padding-right: 2.5rem;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  transition: all .2s ease-out;
  white-space: nowrap;
  width: -moz-available;
  width: -webkit-fill-available;
}
._input_18lgm_42 {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color:#fff;
  border: .0625rem solid #000;
  border-radius: 0;
  color:#000;
  display: grid;
  font-size: 1rem;
  height: 4rem;
  outline: none;
  padding: 1rem .25rem 0 1rem;
  width: 100%;
}
._container_vvo19_160 {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
._label_vvo19_138 {
  color:#000;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.375rem;
  margin-left: 1.0625rem;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  top: 1.3125rem;
  transition: all .2s ease-out;
  white-space: nowrap;
  width: -moz-available;
  width: -webkit-fill-available;
  padding-right: 2.5rem;
}
._input_vvo19_42 {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color:#fff;
  border: .0625rem solid #000;
  border-radius: 0;
  color: #000;
  display: grid;
  font-size: 1rem;
  height: 4rem;
  outline: none;
  padding: 1rem 2.5rem 0 1rem;
  width: 100%;
}
  ._buttonContainer_1sjpy_111 {
    margin-top: 1rem;
  }

  ._fieldset_13dmo_59 {
  border: none;
  padding: 0;
  position: relative;
}
._selector_13dmo_74 {
  grid-gap: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(21rem,1fr)); 
  list-style: none;
  margin: 0;
  padding: 0;
}
._label_13dmo_97 {
  align-items: center;
  border: .0625rem solid #ccc;
  border-radius: .125rem;
  cursor: pointer;
  display: flex;
  height: 5.5rem;
  overflow: hidden;
  white-space: nowrap;
}
._label_13dmo_97 ._labelText_13dmo_123 {
  font-size: clamp(.875rem,.84rem + .13vw,1rem);
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.5;
  padding: 0 1rem;
}


/* Content layout */
.cart-page {
  margin: 40px auto 10rem;
  display: grid;
  grid-template-columns: 2.2fr 1fr;
  gap: 30px;
  padding: 0 0px;
}

/* Products style */
.products .product {
  background: #fff;
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 18px;
  border: .0625rem solid rgba(0,0,0,.1);
    padding: 1.5rem 2rem;
}

.products img {
  width: 160px;
  /*border-radius: 8px;*/
}

.details h3 {
  font-size: 18px;
  margin-bottom: 6px;
}
.details p {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}
.price {
  font-weight: bold;
  font-size: 17px;
  color: #111;
}

/* Actions */
.actions {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
.actions input {
  width: 60px;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.remove-btn {
  background: transparent;
  border: none;
  color: #d00;
  font-size: 13px;
  cursor: pointer;
}

/* Summary panel */
.summary {
  background: #fff;
  border: .0625rem solid rgba(0,0,0,.1);
  padding: 1.5rem 2rem;
}
.summary h2 {
  margin-bottom: 20px;
  font-size: 20px;
}
.summary .line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 16px;
}
.summary .total {
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
}
.checkout {
  width: 100%;
  margin-top: 18px;
  padding: 14px;
  border: none;
  background: #000;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
 border-radius: 2.5rem;
  display: block;
  text-align: center;
}
.checkout:hover {
  background: #222;
}

.nota{ margin-top: 20px; font-size: 22px;}
._icons_1gqcv_74 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem .5rem;
  overflow: hidden;
  transition: height .2s ease;
}
._paymentIcon_1gqcv_86 {
  display: block;
  height: 1.75rem;
}
._paymentIcon_1gqcv_86 ._svg_1gqcv_90 {
  height: 1.75rem;
  width: 2.75rem;
}


.checkout-container {
  display: grid;
  grid-template-columns: 2.3fr 1fr;
  gap: 28px;
  /*max-width: 1100px;*/
  margin: 40px auto;
  padding: 0 0px;
}

.checkout-form {
  background: #fff;
  border: .0625rem solid rgba(0,0,0,.1);
  padding: 1.5rem 2rem;
}

.checkout-form h2 {
  margin-bottom: 18px;
}

.section {
  margin-bottom: 24px;
}

.section h3 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
}

.checkout-form input,
.checkout-form select {
  width: 100%;
  padding: 12px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
}
.checkout-form textarea {
  width: 100%;
  height: 100px;
  padding: 12px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
}


.card-details {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 10px;
}
.card-details-1 {
  display: grid;
  grid-template-columns:1fr 1fr;
  gap: 10px;
}

.order-summary {
  background: #fff;
  border: .0625rem solid rgba(0,0,0,.1);
  padding: 1.5rem 2rem;
}

.order-summary h2 {
  margin-bottom: 18px;
}

.product {
  display: flex;
  justify-content: space-between;
  margin-bottom: 9px;
}

.summary-line {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  font-weight: 500;
}

.total {
  font-size: 18px;
  font-weight: bold;
  margin-top: 16px;
}

.pay-btn {
  width: 100%;
  padding: 14px;
  background: #0AD34E;
  color: #fff !important;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 17px;
  margin-top: 18px;
}

.pay-btn:hover {
  background:#20944f;
}

.secure-text {
  margin-top: 10px;
  font-size: 13px;
  color: #666;
  text-align: center;
}
/* ========================================================================== Sub Pages - Contact Us */
._container_p4zao_59 {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}
._nav_1fnnv_59{gap: 1.5rem;
  align-items: center;
  display: flex; 
  flex-wrap: wrap;
  margin-bottom: 80px;
}
._chip_1jk5r_64{position: relative;
  z-index: 1;
align-items: center;
  border: none;
  border-radius: 2.5rem;
  color: #000;
  display: inline-flex;
  height: 3rem;
  justify-content: center;
  min-width: 5rem;
  padding: 0 10px;
  border: .0625rem solid #ccc;
}
._tab_1fnnv_97 {
  align-items: center;
  color: #4d4d4d;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: 500;
  height: 3rem;
  padding: 0 1rem;
}
._tab_1fnnv_97 a, ._tab_1fnnv_97 button {
  align-items: center;
  border: solid transparent;
  border-width: .125rem 0;
  display: flex;
  height: 3rem;
}

 ._grid_1gy75_59 {display: grid;
    gap: clamp(1rem,1.6667vw,2rem);
    gap: 2rem .25rem;
    grid-template-columns: repeat(12,[col-start] 1fr);
    grid-template-columns: repeat(3,1fr);
    margin: 0;
    grid-auto-flow: dense;
    list-style: none;
    padding: 0;
  }
  ._grid_1gy75_60 {display: grid;
    gap: clamp(1rem,1.6667vw,2rem);
    gap: 2rem .25rem;
    grid-template-columns: repeat(12,[col-start] 1fr);
    grid-template-columns: repeat(4,1fr);
    margin: 0;
    grid-auto-flow: dense;
    list-style: none;
    padding: 0;
  }
  ._productCard_1doj4_59 {
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: .25rem;
  height: 100%;
  position: relative;
  width: 100%;
}
._imageLink_1doj4_83 {
  position: relative;
}
._productMedia_1q65i_61 {
  background: radial-gradient(51.74% 45.16% at 46.65% 38%,#fff 0,#f6f7f8 44.58%,#eceef0);
  position: relative;
  width: 100%;
}
._productMediaContainer_1q65i_86 {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 0;
}
._container_174mx_59 {
  display: inline-block;
  position: relative;
  width: 100%;
  
}
._productMediaImage_1q65i_106 img {
  width: 100%;
  opacity: 1;
  height: auto;
  max-width: 100%;
}


._productInformation_1lwzz_60 {
  --product-information-color: #000;
  --product-information-label-color: #995c00;
  color: var(--product-information-color);
  display: flex;
  flex-flow: column nowrap;
  font-size: clamp(.875rem,.84rem + .13vw,1rem);
  font-weight: 400;
  gap: .25rem;
  letter-spacing: normal;
  line-height: 1.5;
  padding: .75rem .25rem .75rem .75rem;
  line-height: 0.9rem;
}
._label_1lwzz_129 {
  /*color: #995c00;*/
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .045rem;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
._title_1lwzz_155 {
  font-size: inherit;
  font-weight: 700;
}
._priceContainer_1lwzz_161 {
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
}
/* ========================================================================== Product */
._wrapper_57zia_65{display: flex; overflow: hidden;}
.slide_57zia_73 {
  background: radial-gradient(51.74% 45.16% at 46.65% 38%,#fff 0,#f6f7f8 44.58%,#eceef0);
  flex-shrink: 0;
  margin-right: 4px;
  height: calc(100svh - 58px - 9.125rem);
}
.slide_57zia_73 img{ width: 100%;}
._mainContainer_kd1pf_82 {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}
._titlePriceContainer_kd1pf_156{--product-information-color: #000;
  --product-information-label-color: #995c00;
  color: var(--product-information-color);
  display: flex;
  flex-flow: column nowrap;
  font-size: clamp(.875rem,.84rem + .13vw,1rem);
  font-weight: 400;
  gap: .25rem;
  letter-spacing: normal;
  line-height: auto;
  line-height: 0.9rem;}
._button_1iijs_61{ display:flex;
  width:200px; color:#fff !important;}

.wrapper_accordion{ display: block; position:relative; margin-top: 50px;}
  .accordion {
  background-color: transparent;
  color: #000;
  padding: 1.5rem 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1rem;
  transition: 0.4s;
  border-bottom: .0625rem solid #000;
  letter-spacing: .075rem;
  line-height: 1.1;
  text-transform: uppercase;

  align-items: center;
  cursor: pointer;
  display: flex;
  height: unset;
  justify-content: space-between;
  margin: 0;
}

.active ._plusIcon_938ko_127 {transform: rotate(45deg);}
.panel {
  padding:18px 0;
  display:block;
  background-color: white;
  overflow: hidden;
}
/* ========================================================================== Sub Pages - Contact Us */
.Screen-mode-cover{align-items: center;
  background: url("../img/bg-contc.jpg");
    background-size: auto;
  justify-content: flex-start;
  display: flex;
  flex-direction: row;
  /*height: 950px;*/
  background-size:cover !important;
  box-sizing: border-box;
  width: 100%;
}
.Widget-Screen{border-radius: 0px;
  transform-style: preserve-3d;
  background: rgb(255, 255, 255);
  width: 550px;
  position: relative;
  right: -50px;
  height: 100%;
  overflow: auto;
}

._subheadline_184y0_167 {
    font-size: clamp(1.625rem,1.52rem + .45vw,2.0625rem);
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
    line-height: 1.3;
  }

._blocks_1ukun_81{
  gap: clamp(1rem,1.6667vw,2rem);
    grid-template-columns: repeat(12,[col-start] 1fr);
    display: grid;
    margin: 50px auto;
  width: 100%;
  grid-auto-flow: dense;
}
._blocks_1ukun_81 > :first-child {
    grid-column: 1/span 6;
  }
._blocks_1ukun_81 > :last-child[class*="richText"] {
    grid-column: 8/span 5;
  }
._rowReverse._blocks_1ukun_81 > :first-child {
   grid-column: 7/span 6;
  }
._rowReverse._blocks_1ukun_81 > :last-child[class*="richText"] {
  grid-column: 1/span 5;
}

  ._img_174mx_99{height: 100%;
  width: 100%;
object-fit: contain;
}


._searchInput_c0x5w_63 {
  margin-bottom: 2.5rem;
  position: relative;
}
._searchInput_tsu9v_69:placeholder-shown {
  text-overflow: ellipsis;
  height: 4rem;
    padding: 0 3.5rem;
    -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0,0,0,.05);
  border: .0625rem solid rgba(0,0,0,.05);
  color:#000;
  font-size: clamp(1rem,.94rem + .26vw,1.25rem);
  font-weight: 400;
  height: 3.5rem;
  letter-spacing: normal;
  line-height: 1.5;
  outline: none;
  padding: 1rem 3.5rem;
  width:600px;
}
._iconSearch_tsu9v_127 {
  left: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
/* ========================================================================== Sub Pages - Contact Us */
.contact-form .Inputfield{ text-align:left; margin:0px; padding:5px 10px; float:left; width:100%}
.contact-form .Inputfield-1{ text-align:left; margin:0px; padding:5px 10px; width:100%; float: left;}
.contact-form label{padding: 0 0 8px 0;
  display: block;
  font-weight: 400; line-height:normal}
.contact-form input[type="text"], .contact-form input[type="password"] { 
display:inline-block;
vertical-align: middle;
width: 100%;
/*border:0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;*/
  background:#fff;
padding: 10px;
border: 1px solid #ccc;
}

.contact-form textarea{display:inline-block;
vertical-align: middle;
width: 100%;
  background:#fff;
padding: 10px;
height:150px;
border: 1px solid #ccc;}

.contact-form .form-submit{display: inline-block;
  font-family: inherit;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
  padding: 15px 50px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color:#fff;
  border:0;
  margin-top:30px;
  background-color:#26b460;}

.contact-form .form-submit:hover{ background:#20944f;}

.contact-form input.capinput{ width:100px !important}
.contact-form input.captxt{ width:50px; border:0; text-align:center; background:none; border-radius:0px; padding: 4px 1%;}
.contact-form input.contact_captcha{ width:15%; border: 1px solid #4C4C4C;
	max-width: 100%;
    padding: 8px;
	box-sizing: border-box;}
/* ==================================================================================== */
footer {
    background-color:#fff;
	position: relative;
	width: 100%;
float: left;
color:#000;
font-size: 18px;
}
footer a, footer a:visited{ color:#000}
footer a:hover{ color:#999}
#site_footer .container {
	display: flex;
  flex-flow: column;
	justify-content: space-between;
	padding:10px;
  gap: 20px;
}
.site_footer_menu {
  width: 20%;
  
}
#site_footer .site_footer_menu ul li {
  padding: 0 50px 14px 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.01em;
  
}
.contact-foot{ /*letter-spacing: 1.5px; */font-size: 18px;}
.contact-foot span{ margin: 0 10px;}
.site_footer_submenu {
  /*flex: 0 0 100%;*/
  text-align:center;
   padding: 0px 0px 0px 0px;
}
#site_footer .site_footer_submenu p a{
  color: #657dc3 !important;
  line-height: 24px;
  font-weight: 600;
  padding: 0 0 14px 0;
  margin:0;
  font-size:18px
}
/*#site_footer .site_footer_submenu ul {
  padding-right: 25px;
}
#site_footer ul {
  margin: 0;
  padding: 0;
    padding-right: 0px;
  list-style: none;
    list-style-image: none;
  list-style-image: none;
}
#site_footer .site_footer_submenu ul li {
  font-weight: 400;
  padding: 0 0 8px 0;
  margin:0;
}*/

/*ul.social-icons-list {
  display: flex;
  width:100%;
  margin-top:20px !important
}
.social-icons-list li a{ font-size:24px; margin-right:20px; display:inline-block}*/

.social-accounts__list {
  display: flex;
  max-width: 200rem;
  margin: 1.6rem auto 2.4rem !important;
  text-align: left;
  flex-wrap: wrap;
  justify-content: center;
  padding:0;
}
.social-accounts__account-container {
  display: block;
  margin: .4rem;
  width: 200px;
  min-width: 124px;
  height: 124px;
  flex: 1 1 13%;
  list-style-type: none;
}
.social-accounts__account {
  position: relative;
  display: block;
  height: 100%;
  padding: 12px 12px 13px;
  text-decoration: none;
  z-index: 10;
}
.social-accounts__account::before {
  content: "";
  position: absolute;
  top: -.2rem;
  left: -.2rem;
  right: -.2rem;
  bottom: -.2rem;
  background: transparent;
  transition: background .3s;
}
.social-accounts__account:hover::before {
    background: #667EC3;
    z-index: 0;
  }
.social-accounts__account::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.social-accounts__account--facebook::after {
  background: #3b5998;
}
.social-accounts__account--twitter::after {
  background: #55acee;
}
.social-accounts__account--youtube::after {
  background: #b00;
}
.social-accounts__account--instagram::after {
  background: radial-gradient(circle farthest-corner at 35% 90%,#fec564,transparent 50%),radial-gradient(circle farthest-corner at 0 140%,#fec564,transparent 50%),radial-gradient(ellipse farthest-corner at 0 -25%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 20% -50%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 0,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 60% -20%,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 100%,#d9317a,transparent),linear-gradient(#6559ca,#bc318f 30%,#e33f5f 50%,#f77638 70%,#fec66d);
}
.social-accounts__account--linkedin::after {
  background: #0174B4;
}
.social-accounts__content {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  z-index: 10;
}
.visually-hidden, .visually-hidden-nav-item {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  visibility: hidden;
  width: 1px;
}
.social-accounts__icon {
  display: block;
  width: 28px;
  height:28px;
  fill: #fff;
}
.social-accounts__content-handle, .social-accounts__content-name {
  color: #fff;
  font-family: fcb-bold,Arial,Helvetica Neue,Helvetica,sans-serif;
  font-weight: 400;
}
.social-accounts__content-name {
  margin-bottom: .4rem;
  font-size: 10px;
  line-height: 1.2;
}
.social-accounts__content-handle {
  font-size: 12px;
  line-height: 1.4;
}

.logo-foot{width:100%;
margin:0; max-width:350px}
.logo-foot img{ width:100%;}
.logo-foot img:hover{ opacity:0.5}

._socialIconListItems_1ouam_207 {
  display: flex; margin:0; padding:0;
  margin-top:30px; justify-content: center;
}
._socialIconListItems_1ouam_207 li{list-style: none; margin: 0;}
._link_kp9ip_67 {
  align-items: center;
  color: #000;
  display: flex;
  justify-content: flex-start;
}
._icon_kp9ip_89 {
  box-sizing: content-box;
  flex-shrink: 0;
  margin-right: 1rem;
  padding: .5rem;
}
._socialIconListText_1ouam_230 {
  display: none;
  list-style: none;
 

}

.menu-foot{ display: flex; gap: 2rem; justify-content: center;}
.menu-foot li {font-size: 18px;
  letter-spacing: .0125rem;
  line-height: 1.5rem;
  margin-bottom: .5rem;
  display: inline-block;
}

.reverse{  flex-direction: column-reverse !important; gap: 20px;}
.register-callout{flex: 0 0 100%; text-align:center; padding:0; display:flex; justify-content: space-between; flex-direction: column;}
footer .cafe-title {font-size: 20px;}
.copyright { text-align:center}

.copyright img:hover{ opacity:0.5}

.icons-list{display: flex;
  width:100%;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  padding:0; margin:0;}
.icons-list li{padding: 0px 0px 0px 20px;  list-style-type: none;}
.icons-list li a{font-size: 40px;display: inline-block;
  line-height: 1;
  transition: all .3s;
  color: #818a91;
  text-align: center;}
.icons-list img {
  height:50px;
  position: relative;
  display: block;
}
.col-70{ width: 70% !important; margin: 85px auto !important;}
/* =============================================================================================== */
	.col100{ width:100% }
	.col75{ width:100% }	
	.col50{ width:100% }
	.col66{ width:100% }
	.col60{ width:100% }
	.col33{ width:100% }
	.col30{ width:100% }	
	.col25{ width:100% }
	.col20{ width:100% }		
	.col40{ width:100% }	
	.coll{ float:left}
	.colr{ float:right}	

@media only screen and (min-width: 480px) {
	.header-search-form {width: 30%; order: 0;}
	
	.phone{ display:inline-block !important}
/* =============================================================================================== */
	#slider{ height:100vh;}
	#slider-centro{height:100vh;}
	
	.page_banner_info {
	  padding: 50px 0px 50px 0px;
	  max-width: 850px;
	}
/* ==========================================================================*/	
.cafe-row {flex-direction: row;}
.product-categories.sub_cate .cafe-col {-ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.product-categories.sub_cate .cafe-col-25 {
  -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.navigationList{grid-template-columns: repeat(2,1fr);}

._contentContainer_1h3j6_89{width: 76%;}
/* ==========================================================================*/	
	/*.site_footer_submenu {
	  flex: 0 0 33.333%;
	  text-align: left;
	}
	.register-callout{flex: 0 0 50%; text-align: left; flex-direction:row;}
	
	._socialIconListItems_1ouam_207 {justify-content:start;}
	.logo-foot{margin:0 0 20px;}*/
}

@media only screen and (min-width: 768px) {
	.header .logo{width: 30%; }
/* =============================================================================================== */
	#slider{ height:100vh;}
/* ==========================================================================*/	

/* ========================================================================== General */
	.contact-form .Inputfield-1{width:50%;}	
	.contact-form .form-captcha1{ float:left; width:50%; padding: 4px 1%; text-align:right}
	.contact-form .form-captcha2{ float:left; width:50%}		
/* ========================================================================== General - Text */	

}

@media only screen and (min-width:1000px) {
	.header .logo{width: 20%; }
	.my-store-position {width:20%;}
/* =============================================================================================== */
	#main-menu-wr{ position:relative; background:none; padding:0px; left:auto; overflow-y:unset; display:block; overflow:visible; width: 43.332%; z-index:1; flex: none;order: 1;}
	#main-menu { margin: 0 auto; width:100%; padding:0px 0 0; text-align:center;display: flex; align-content: center;
    justify-content: center;}
	#main-menu li {display:inline-block;  position: relative; margin:0;padding: 0px 10px 0px 10px;}
	#main-menu li:not(:last-child){}
	#main-menu li a, #main-menu li a:visited {display: block;
    color: #fff;
	font-size: 20px;
  font-weight: normal;
  text-transform:capitalize;
  padding:0;
  font-weight:700
	}
	#main-menu li a::after {
	  content: '';
	  background:#fff;
	  height:1px;
	  width: 0;
	  display: block;
	  margin-top: 0px !important;
	  transition: width .65s;
	  margin: 0 auto;
	}
	#main-menu li a:hover {color:#fff;}
	#main-menu li a:hover::after {width: 100%;}

    #main-menu li:hover ul{ display:block; }
	#main-menu ul { position:absolute; left:0; top:20px; z-index:100; margin:0; padding:0; display:none; list-style-type:none; width: 100%;}
	#main-menu ul li { display: block; background:#fff; border-bottom:solid 1px #ccc }
	#main-menu ul li:hover{ background:#eee; }
	#main-menu ul li a, #main-menu ul li a:visited{ height:auto; padding:10px; text-align:center; color:#444; font-weight:normal; display:block; font-size:12px; line-height:1.2 }
	#main-menu ul li a:hover{ color:#444;  }
	
	#main-menu .mobile{ display:none}
	#menu-show, #menu-close{ display:none  }
	
	.address{ display:none;}
/* ==========================================================================*/
	#slider{ height:100vh;}
/* ==========================================================================*/	
._contentContainer_1h3j6_89{width: 46%;}
/* =============================================================================================== */
	.col32{ width:32%; margin-right:1%}
	.col34{ width:33%; }
	.col45{ width:45%; margin-right:1% }
	
	.col90{ width:90% }
	.col80{ width:80% }	
	.col70{ width:70% }
	.col75{ width:75% }
	.col76{ width:76% }
	.col66{ width:66% }	
	.col60{ width:60% }
	.col50{ width:50%}
	.col40{ width:40% }
	.col33{ width:33.333% }
	.col30{ width:30% }
	.col24{ width:24% }	
	.col25{ width:25% }
	.col20{ width:20% }
	.col15{ width:15% }	
/* =============================================================================================== */	
	  /*#site_footer .container {flex-wrap: nowrap;}*/
	  .reverse{     flex-direction: row !important; }
	  .icons-list{  justify-content: flex-end;}
	  /*.copyright { text-align:left}*/
	  
}
@media only screen and (min-width: 1200px) {
	body { font-size: 16px; line-height:1.6;}
	.wrapper{padding-left: 0;
  padding-right: 0; max-width: 1400px;}
  
  .head{
  max-width: 1420px;
  margin: 0 auto;
  padding: 20px 0px 20px 0px;
}

.header .logo{width: 20%; }

#main-menu li {padding: 0px 20px 0px 20px;}
/* ==========================================================================*/	
	#slider{ height:100vh;}
/* ==========================================================================*/	
	.widget-wrap{ padding:0px; width:1420px; margin:0 auto}
/* ==========================================================================*/		
}	

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {text-decoration: underline;}
    a[href]:after {content: " (" attr(href) ")";}
    abbr[title]:after { content: " (" attr(title) ")";}
    /*
     * Don't show links for images, or javascript/internal links
     */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {content: "";}
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {display: table-header-group; /* h5bp.com/t */}
    tr,
    img {page-break-inside: avoid;}
    img {max-width: 100% !important;}
    @page {margin: 0.5cm;}
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}