.elementor-274 .elementor-element.elementor-element-ed3fa18{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS *//* Footer siempre pegado abajo cuando hay poco contenido */
html,
body{
  min-height:100%;
}

body{
  min-height:100vh;
  display:flex;
  flex-direction:column;
}

.elementor-location-header{
  flex-shrink:0;
}

.woocommerce,
.woocommerce-page main,
.woocommerce-cart main,
.woocommerce-checkout main,
.single-product main{
  flex:1 0 auto;
}

.elementor-location-footer{
  margin-top:auto !important;
  flex-shrink:0;
}/* End custom CSS */