@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    display: none;
  }
  1% {
    display: block;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    display: none;
  }
  1% {
    display: block;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
    display: none;
  }
  1% {
    display: block;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
    display: none;
  }
  1% {
    display: block;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    display: none;
  }
  1% {
    display: block;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#eb-overlay {
  font-family: 'museo-sans', sans-serif;
  /* ToDo: custom side bar styles */
  /* yellow */
}
#eb-overlay #eb-header {
  font-family: 'museo-sans', sans-serif;
  left: 0;
  right: 0;
  display: block;
  height: 100px;
  width: calc(100% - 12px);
  padding: 0px 12px 10px 0px;
  background-color: #e41a15 ;
  z-index: 102;
}
@media only screen and (min-width: 425px) and (max-width: 769px) {
  #eb-overlay #eb-header {
    height: 45px;
  }
}
@media only screen and (min-width: 769px) {
  #eb-overlay #eb-header {
    margin: auto;
    height: 55px;
    padding: 0px 12px 0px 0%;
    max-width: 1200px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 565px) {
  #eb-overlay #eb-header {
    height: 100px;
  }
}
#eb-overlay #eb-header #eb-logo,
#eb-overlay #eb-header #eb-search-box,
#eb-overlay #eb-header #eb-close {
  display: inline-block;
  vertical-align: middle;
  height: 45px;
}
@media only screen and (min-width: 425px) and (max-width: 769px) {
  #eb-overlay #eb-header #eb-logo,
  #eb-overlay #eb-header #eb-search-box,
  #eb-overlay #eb-header #eb-close {
    height: 45px;
  }
}
@media only screen and (min-width: 769px) {
  #eb-overlay #eb-header #eb-logo,
  #eb-overlay #eb-header #eb-search-box,
  #eb-overlay #eb-header #eb-close {
    height: 55px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 565px) {
  #eb-overlay #eb-header #eb-logo,
  #eb-overlay #eb-header #eb-search-box,
  #eb-overlay #eb-header #eb-close {
    height: 45px;
  }
}
#eb-overlay #eb-header #eb-logo {
  vertical-align: top;
}
#eb-overlay #eb-header #eb-search-box {
  height: calc(100% - 8px);
}
#eb-overlay .eb-header-background {
  background: #e41a15;
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  #eb-overlay #eb-header.eb-header-responsive-two-rows #eb-close {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 0px;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 565px) {
  #eb-overlay #eb-header.eb-header-responsive-two-rows #eb-close {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 0px;
    margin-top: 0px;
  }
}
#eb-overlay #eb-body {
  background: #f6f6f6;
}
#eb-overlay #eb-body #eb-body-contain {
  padding: 15px;
}
@media only screen and (min-width: 769px) {
  #eb-overlay #eb-body #eb-body-contain {
    margin: auto;
    padding: 40px;
    max-width: 1200px;
  }
}
#eb-overlay .eb-body-template-columns #eb-main {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  #eb-overlay .eb-body-template-columns #eb-main {
    width: 75%;
  }
}
#eb-overlay .eb-body-template-columns #eb-side-bar {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  #eb-overlay .eb-body-template-columns #eb-side-bar {
    width: 25%;
  }
}
#eb-overlay #eb-main {
  margin: 10px auto;
}
@media only screen and (min-width: 769px) {
  #eb-overlay #eb-main {
    margin-top: 0;
  }
}
#eb-overlay #eb-main #eb-sort {
  display: inline-block;
  margin: 0 0 18px 40px;
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  #eb-overlay #eb-main #eb-sort {
    display: none;
  }
}
@media only screen and (min-width: 425px) and (max-width: 769px) {
  #eb-overlay #eb-main #eb-sort {
    display: none;
  }
}
#eb-overlay #eb-utils-bar .eb-refine {
  display: block;
  background: #f2f2f2;
  border: 1px solid #e41a15;
  cursor: pointer;
  text-align: left;
  font-size: 14px;
  color: #e41a15;
  -webkit-text-size-adjust: none;
  -webkit-user-select: none;
  padding: 15px 10px;
  font-family: 'museo-sans', sans-serif;
  margin: 15px;
  width: calc(100% - 32px);
}
#eb-overlay #eb-utils-bar .eb-refine span {
  text-transform: uppercase;
  font-size: 15px;
}
@media only screen and (min-width: 769px) {
  #eb-overlay #eb-utils-bar .eb-refine {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  #eb-overlay #eb-utils-bar #eb-sort {
    position: absolute;
    left: calc(25% + 80px);
  }
}
@media only screen and (min-width: 769px) {
  #eb-overlay #eb-utils-bar {
    margin: 15px 10px;
  }
}
#eb-overlay #eb-search-box {
  position: relative;
  width: 100%;
  text-align: right;
  padding: 0 5px;
  margin-top: 8px;
}
@media only screen and (min-width: 425px) and (max-width: 769px) {
  #eb-overlay #eb-search-box {
    width: calc(60% - 20px);
    padding: 3px 10px;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 769px) {
  #eb-overlay #eb-search-box {
    width: calc(52% - 20px);
  }
}
@media only screen and (min-width: 400px) and (max-width: 565px) {
  #eb-overlay #eb-search-box {
    width: 100%;
    padding: 0 5px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 565px) {
  #eb-overlay #eb-search-box {
    fpadding: 0 5px;
    margin-top: 8px;
  }
}
#eb-overlay #eb-search-box:after {
  position: relative;
  display: none;
  vertical-align: middle;
  height: 19px;
  width: auto;
  min-width: 65px;
  padding: 8px 18px;
  border: 2px solid white;
  border-radius: 0px 20px 20px 0px;
  background-color: white;
  font-size: 16px;
  color: #e41a15;
  text-align: center;
  text-align: left;
  content: "BUSCAR";
}
@media only screen and (min-width: 769px) {
  #eb-overlay #eb-search-box:after {
    display: inline-block;
  }
}
@media only screen and (min-width: 769px) and (max-width: 975px) {
  #eb-overlay #eb-search-box:after {
    display: none;
  }
}
#eb-overlay #eb-input {
  box-sizing: border-box;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 39px;
  padding: 8px 18px;
  border: 2px solid white;
  border-radius: 20px;
  color: #e41a15;
  text-align: left;
  font-size: 16px;
  z-index: 101;
  background-color: white;
  /*background-image: url('../images/search.png');
  background-size: auto 70%;
  background-repeat: no-repeat;
  background-position: calc(~'100% - 20px');*/
}
@media only screen and (min-width: 425px) and (max-width: 769px) {
  #eb-overlay #eb-input {
    font-size: 16px;
    background-size: auto 60%;
    background-position: calc(100% - 10px);
  }
}
@media only screen and (min-width: 769px) {
  #eb-overlay #eb-input {
    width: 360px;
    border-radius: 20px 0 0 20px;
    font-size: 16px;
    background-size: auto 60%;
    background-position: calc(100% - 10px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 975px) {
  #eb-overlay #eb-input {
    width: 100%;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 565px) {
  #eb-overlay #eb-input {
    font-size: 16px;
  }
}
#eb-overlay #eb-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
#eb-overlay #eb-sort .eb-sort-label {
  color: #A8A4A3;
  font-size: 14px;
  vertical-align: middle;
  text-transform: uppercase;
  padding-right: 10px;
  text-align: left;
}
#eb-overlay #eb-sort #eb-sort-select {
  display: inline-block;
  vertical-align: middle;
  height: 37px;
  background: none;
  border: 1px solid #D8D8D8;
  padding: 9px 14px;
  padding-right: 35px;
  font-size: 15px;
  border-radius: 0px;
  outline: none;
  background-image: url('../images/select_arrow.png');
  background-repeat: no-repeat;
  background-position: 90% 60%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 1s cubic-bezier(0.19, 1, 0.22, 1);
}
#eb-overlay #eb-sort #eb-sort-select::-ms-expand {
  display: none;
}
#eb-overlay #eb-sort #eb-sort-select:hover {
  border-color: black;
}
#eb-overlay #eb-facets {
  tex-aling: left;
  text-align: left;
}
#eb-overlay #eb-facets .eb-nav-facet {
  width: 100%;
  background: #ececec;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 2px;
}
#eb-overlay #eb-facets .eb-nav-facet .eb-header-facet {
  color: #716B6A;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  padding: 0px;
}
#eb-overlay #eb-facets .eb-nav-facet .eb-header-facet .eb-collapsed .eb-chevron-icon {
  background: url('../images/symbol_minus.png') no-repeat;
}
#eb-overlay #eb-facets .eb-nav-facet .eb-facet li {
  padding: 6px 0 4px 0;
}
#eb-overlay #eb-facets .eb-nav-facet .eb-facet .eb-more {
  color: #e41a15;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
}
#eb-overlay #eb-facets #eb-sort {
  display: inline-block;
  margin: 0 0 20px 10px;
}
@media only screen and (min-width: 769px) {
  #eb-overlay #eb-facets #eb-sort {
    display: none;
  }
}
#eb-overlay #eb-facet-title {
  width: calc(100% - 25px - 5px);
  padding-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
#eb-overlay #eb-amount {
  margin-top: 30px;
  font-family: 'museo-sans', sans-serif;
  text-align: center;
  font-size: 15px;
  color: #000;
}
#eb-overlay #eb-price-facet .eb-collapsed .eb-chevron-icon {
  background: url('../images/symbol_plus.png') no-repeat !important;
  background-position: center center;
  background-size: 90% !important;
  position: absolute;
  right: 0;
}
#eb-overlay #eb-facet-price-facet {
  box-sizing: border-box;
  font-family: 'museo-sans', sans-serif;
}
#eb-overlay #eb-facet-price-facet .rzslider {
  width: 90%;
  margin-left: 5%;
}
#eb-overlay #eb-facet-price-facet .rzslider .rz-bar {
  background: #dfdfdf;
  min-height: 18px;
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
#eb-overlay #eb-facet-price-facet .rzslider .rz-selection {
  min-height: 20px;
  background: black;
  border: 0;
}
#eb-overlay #eb-facet-price-facet .rzslider .rz-pointer {
  box-sizing: border-box;
  bottom: -20px;
  border: 1px solid #D9D9D9;
  border-radius: 30px;
  width: 34px;
  height: 28px;
}
#eb-overlay #eb-facet-price-facet .rzslider .rz-pointer:after,
#eb-overlay #eb-facet-price-facet .rzslider .rz-pointer:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
#eb-overlay #eb-facet-price-facet .rzslider .rz-pointer:before {
  left: 17px;
}
#eb-overlay #eb-facet-price-facet .rzslider .rz-pointer-min {
  margin-left: -5px;
}
#eb-overlay #eb-facet-price-facet .rzslider .rz-pointer-max {
  margin-left: 10px;
}
#eb-overlay #eb-facet-price-facet .rzslider .rz-active {
  outline: none;
}
#eb-overlay #eb-facet-price-facet .rzslider .rz-bubble {
  display: none;
}
#eb-overlay #eb-close {
  width: 40px;
  height: 40px;
  cursor: pointer;
  overflow: hidden;
  display: block;
  background-image: url('../images/search_close.png');
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: right;
}
#eb-overlay #eb-close .eb-close-button {
  height: 100%;
  width: 100%;
}
#eb-overlay #eb-header #eb-close {
  margin-top: 0px;
  padding-left: calc(10% - 40px);
}
#eb-overlay .eb-result {
  background: #fff;
  margin: 5px;
  padding: 3px;
  text-align: left;
  width: 250px;
  height: 390px;
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  #eb-overlay .eb-result {
    width: 45%;
    height: 296px;
    margin: 1.4%;
    padding: 1%;
  }
}
#eb-overlay .eb-result a {
  text-decoration: none;
}
#eb-overlay .eb-result .eb-result-image {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  margin: auto;
  height: 176px;
  padding: 12px;
  max-width: cal(100% - 12px);
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  #eb-overlay .eb-result .eb-result-image {
    height: 90px;
    max-width: cal(100% - 5%);
    padding: 0;
    margin: 5%;
  }
}
#eb-overlay .eb-result .eb-result-brand {
  width: cal(100% - 6px);
  font-size: 12px;
  text-decoration: none;
  display: block;
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
  margin: 2px 2px 0px 2px;
  padding: 3px 3px 0px 3px;
}
@media only screen and (min-width: 425px) and (max-width: 769px) {
  #eb-overlay .eb-result .eb-result-brand {
    font-size: 16px;
    margin: 0;
    width: cal(100% - 24px);
    padding: 12px 12px 0px 12px;
  }
}
@media only screen and (min-width: 769px) {
  #eb-overlay .eb-result .eb-result-brand {
    font-size: 16px;
    margin: 0;
    width: cal(100% - 24px);
    padding: 12px 12px 0px 12px;
  }
}
#eb-overlay .eb-result .eb-result-name {
  width: cal(100% - 6px);
  color: black;
  cursor: auto;
  display: block;
  font-style: normal;
  font-weight: bold;
  font-weight: normal;
  line-height: 21px;
  text-decoration: none;
  overflow: hidden;
  font-size: 14px;
  height: 60px;
  margin: 0 2px;
  padding: 0 3px;
}
@media only screen and (min-width: 769px) {
  #eb-overlay .eb-result .eb-result-name {
    font-size: 18px;
    height: 40px;
    margin: 0;
    width: cal(100% - 24px);
    padding: 0px 12px;
  }
}
@media only screen and (min-width: 425px) and (max-width: 769px) {
  #eb-overlay .eb-result .eb-result-name {
    font-size: 18px;
    height: 40px;
    margin: 0;
    width: cal(100% - 24px);
    padding: 0px 12px;
  }
}
#eb-overlay .eb-result .eb-result-name:hover {
  text-decoration: underline;
}
#eb-overlay .eb-result .eb-result-description {
  width: cal(100% - 6px);
  margin: 5px 2px;
  padding: 0 3px;
  height: 39px;
  overflow: hidden;
  line-height: 18px;
  color: #A8A4A3;
  font-size: 11px;
}
@media only screen and (min-width: 425px) and (max-width: 769px) {
  #eb-overlay .eb-result .eb-result-description {
    font-size: 15px;
    margin: 0;
    width: cal(100% - 24px);
    padding: 0px 12px;
  }
}
@media only screen and (min-width: 769px) {
  #eb-overlay .eb-result .eb-result-description {
    font-size: 15px;
    margin: 0;
    width: cal(100% - 24px);
    padding: 0px 12px;
  }
}
#eb-overlay .eb-result .eb-result-prices-sale {
  padding: 0 12px;
}
#eb-overlay .eb-result .eb-result-prices-sale .eb-result-price {
  width: cal(100% - 6px);
  color: #000;
  font-size: 18px;
  max-height: 25px;
  overflow: hidden;
  text-align: left;
  display: inline;
  vertical-align: baseline;
}
@media only screen and (min-width: 425px) and (max-width: 769px) {
  #eb-overlay .eb-result .eb-result-prices-sale .eb-result-price {
    font-size: 26px;
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  #eb-overlay .eb-result .eb-result-prices-sale .eb-result-price {
    font-size: 26px;
    width: 100%;
  }
}
#eb-overlay .eb-result .eb-result-prices-sale .eb-result-price-saleprice {
  font-size: 15px;
  color: #A8A4A3;
  text-decoration: line-through;
  margin-left: 5px;
  display: inline;
  vertical-align: bottom;
}
@media only screen and (min-width: 425px) and (max-width: 769px) {
  #eb-overlay .eb-result .eb-result-prices-sale {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 769px) {
  #eb-overlay .eb-result .eb-result-prices-sale {
    margin-top: 5px;
  }
}
#eb-overlay .eb-result .eb-result-price-ahorro {
  width: cal(100% - 6px);
  padding: 0 12px;
  color: #D52B1E;
  font-size: 15px;
}
@media only screen and (min-width: 425px) and (max-width: 769px) {
  #eb-overlay .eb-result .eb-result-price-ahorro {
    font-size: 18px;
    width: cal(100% - 12px);
    padding: 0px 12px;
  }
}
@media only screen and (min-width: 769px) {
  #eb-overlay .eb-result .eb-result-price-ahorro {
    font-size: 18px;
    width: cal(100% - 12px);
    padding: 0px 12px;
  }
}
#eb-overlay .eb-motion-grid eb-promoted-item,
#eb-overlay .eb-motion-grid eb-promoted-result {
  border-width: 0;
}
#eb-overlay .eb-motion-grid .eb-result,
#eb-overlay .eb-motion-grid .eb-promoted-item {
  -webkit-transition: transform 0.5s ease-in-out, opacity 1s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out, opacity 1s ease-in-out;
  -o-transition: transform 0.5s ease-in-out, opacity 1s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 1s ease-in-out;
}
#eb-overlay #eb-results {
  border-width: 0;
}
#eb-overlay .eb-infinite-scroll {
  border-width: 0;
}
#eb-overlay #eb-banners img {
  max-width: 100%;
}
@media only screen and (min-width: 769px) {
  #eb-overlay #eb-banners img {
    padding: 20px;
  }
}
#eb-overlay #eb-no-results > p,
#eb-overlay #eb-no-results .eb-top-clicked-message {
  color: #000;
  font-size: 24px;
  line-height: 29px;
  font-weight: 300;
}
#eb-overlay #eb-no-results .eb-top-clicked {
  margin: 10px auto;
}
#eb-overlay #eb-no-results .eb-top-clicked .eb-top-clicked-message {
  color: #A8A4A3;
  font-size: 17px;
  line-height: 23px;
  font-weight: 300;
  text-align: center;
}
#eb-overlay #eb-no-results .eb-top-clicked #eb-top-clicked-articles {
  position: relative;
}
#eb-overlay #eb-suggestions .eb-no-results-suggestions,
#eb-overlay #eb-suggestions #eb-results-suggestions {
  color: #000;
  font-size: 24px;
  line-height: 29px;
  font-weight: 300;
}
#eb-overlay #eb-suggestions .eb-no-results-suggestions span,
#eb-overlay #eb-suggestions #eb-results-suggestions span {
  color: #8B8B8B;
}
#eb-overlay #eb-suggestions .eb-no-results-suggestions .eb-partials-term,
#eb-overlay #eb-suggestions #eb-results-suggestions .eb-partials-term {
  font-weight: 500;
}
#eb-overlay #eb-suggestions .eb-suggestion {
  width: 100%;
}
#eb-overlay #eb-suggestions .eb-suggestion .eb-term-suggestion {
  color: #A8A4A3;
  font-size: 17px;
  line-height: 23px;
  font-weight: 300;
  text-align: center;
}
#eb-overlay #eb-suggestions .eb-suggestion .eb-term-suggestion .eb-partials-iterm {
  color: #8B8B8B;
  font-weight: 450;
}
#eb-overlay #eb-suggestions .eb-suggestion .eb-suggestions-show-all {
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}
#eb-overlay #eb-suggestions .eb-suggestion .eb-suggestion-list {
  margin-top: 10px;
  padding: 0;
}
#eb-overlay #eb-spellcheck {
  display: block;
  font-size: 16px;
  text-align: left;
  margin: 0 auto;
  width: 90%;
  padding-bottom: 10px;
}
#eb-overlay #eb-spellcheck .eb-spellchecked-term,
#eb-overlay #eb-spellcheck .eb-spellcheck-query {
  font-weight: bold;
  color: #838383;
}
#eb-overlay #eb-spellcheck .eb-spellchecked-term {
  cursor: pointer;
  text-decoration: none;
}
#eb-overlay .eb-promoted-item {
  background-color: #fff;
  margin: 5px;
  padding: 3px;
  text-align: left;
  text-align: center;
  width: 250px;
  height: 390px;
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  #eb-overlay .eb-promoted-item {
    width: 45%;
    height: 296px;
    margin: 1.4%;
    padding: 1%;
  }
}
#eb-overlay .eb-promoted-item a:hover,
#eb-overlay .eb-promoted-item a:visited,
#eb-overlay .eb-promoted-item a:link,
#eb-overlay .eb-promoted-item a:active {
  text-decoration: none;
}
#eb-overlay .eb-promoted-item .eb-promoted-image {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  margin: auto;
  height: 176px;
  padding: 12px;
  max-width: cal(100% - 12px);
  display: inline;
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  #eb-overlay .eb-promoted-item .eb-promoted-image {
    height: 90px;
    max-width: cal(100% - 5%);
    padding: 0;
    margin: 5%;
  }
}
#eb-overlay .eb-promoted-item .eb-promoted-name {
  box-sizing: border-box;
  width: 100%;
  padding: 12px;
  color: black;
  cursor: auto;
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  font-weight: normal;
  line-height: 21px;
  text-decoration: none;
  overflow: hidden;
}
#eb-overlay .eb-motion-grid .eb-result,
#eb-overlay .eb-motion-grid .eb-promoted-item {
  border-width: 0;
}
#eb-overlay #eb-scroll-to-top {
  opacity: 0;
  position: absolute;
  width: auto;
  height: auto;
  bottom: 15px;
  right: 15px;
  padding: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
#eb-overlay #eb-scroll-to-top-button {
  background-color: #e41a15;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  cursor: pointer;
}
#eb-overlay #eb-scroll-to-top-button .eb-scroll-to-top-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
}
#eb-overlay #eb-empathize {
  box-sizing: border-box;
}
#eb-overlay #eb-empathize .eb-empathize-term-category {
  cursor: pointer;
  padding: 6px 8px;
  list-style: none;
  font-size: 16px;
}
#eb-overlay #eb-empathize .eb-empathize-last-category {
  border-bottom: 1.2px solid #e41a15;
}
#eb-overlay #eb-empathize ul > li:hover {
  background-color: #ebebeb;
}
#eb-overlay #eb-empathize ul > li .eb-empathize-category-name,
#eb-overlay #eb-empathize ul > li .eb-empathize-category-count {
  color: #e41a15;
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  #eb-overlay #eb-empathize {
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
  #eb-overlay #eb-empathize ul > li {
    border-top: 1px solid #e41a15;
    min-height: 30px;
    position: relative;
    padding-left: 30px;
  }
  #eb-overlay #eb-empathize ul > li .eb-empathize-text {
    display: inline-block;
    position: absolute;
    bottom: 25%;
    margin-left: 20px;
  }
  #eb-overlay #eb-empathize ul > li:first-of-type {
    border-top: 1px solid #f7f7f7;
  }
  #eb-overlay #eb-empathize ul > li:last-of-type {
    border-bottom: 1px solid #e41a15;
  }
  #eb-overlay #eb-empathize .eb-history-element:before,
  #eb-overlay #eb-empathize .eb-empathize-term:before,
  #eb-overlay #eb-empathize .eb-empathize-term-category:before {
    content: '';
    background-image: url('../images/arrow-right.png');
    height: 1em;
    width: 1em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    margin-right: 1em;
    display: inline-block;
    position: absolute;
    bottom: 25%;
  }
}
@media only screen and (min-width: 425px) and (max-width: 769px) {
  #eb-overlay #eb-empathize {
    border: 1px solid #e41a15;
    border-top: none;
  }
}
@media only screen and (min-width: 769px) {
  #eb-overlay #eb-empathize {
    border: 1px solid #e41a15;
    border-top: none;
  }
}
#eb-overlay #eb-logo {
  width: 100%;
  height: 45px;
  font-size: 14px;
  color: #D52B1E;
  font-weight: 400;
}
@media only screen and (min-width: 425px) and (max-width: 769px) {
  #eb-overlay #eb-logo {
    width: 30%;
  }
}
@media only screen and (min-width: 769px) {
  #eb-overlay #eb-logo {
    width: 38%;
  }
}
@media only screen and (min-width: 400px) and (max-width: 565px) {
  #eb-overlay #eb-logo {
    width: 100%;
  }
}
#eb-overlay #eb-logo {
  background-image: none;
}
#eb-overlay #eb-logo .eb-img-logo {
  background-image: url('../images/logo_worten.png');
  height: 100%;
  width: 145px;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}
@media only screen and (min-width: 769px) {
  #eb-overlay #eb-logo .eb-img-logo {
    width: 165px;
    margin-right: 10px;
  }
}
#eb-overlay #eb-logo:after {
  display: inline-block;
  content: "Tecnología para todos";
  color: white;
}
@media only screen and (min-width: 425px) and (max-width: 769px) {
  #eb-overlay #eb-logo:after {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 975px) {
  #eb-overlay #eb-logo:after {
    display: none;
  }
}
@media only screen and (min-width: 400px) and (max-width: 565px) {
  #eb-overlay #eb-logo:after {
    display: inline-block;
  }
}
#eb-overlay .eb-cbx {
  border: none;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  line-height: 0;
  background: url('../images/checkbox.png') left -25px no-repeat;
}
#eb-overlay .eb-selected > a .eb-cbx {
  background-position: 0 0;
  background-color: transparent;
}
#eb-overlay .eb-chevron-icon {
  border: none;
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-right: 10px;
  padding: 0;
  line-height: 0;
  background: url('../images/symbol_minus.png') no-repeat;
  background-position: center center;
  background-size: 90%;
  position: absolute;
  right: 0;
}
#eb-overlay .eb-collapsed > .eb-chevron-icon {
  background: url('../images/symbol_plus.png') no-repeat !important;
  background-position: center center;
  background-size: 90% !important;
  position: absolute;
  right: 0;
}
@keyframes eb-loading-rota {
  to {
    transform: rotate(360deg);
  }
}
#eb-overlay #eb-loading-spinning-balls {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  padding: 0;
  margin: 50px auto;
}
#eb-overlay #eb-loading-spinning-balls div {
  position: absolute;
  width: 20%;
  height: 20%;
  border-radius: 50%;
}
#eb-overlay #eb-loading-spinning-balls div:nth-child(1) {
  background: #e41a15;
  top: 0;
  left: calc(50% - 20%/2);
  transform-origin: 50% 250%;
  animation: eb-loading-rota 1.13s linear infinite;
}
#eb-overlay #eb-loading-spinning-balls div:nth-child(2) {
  background: #e41a15;
  top: calc(50% - 20%/2);
  right: 0;
  transform-origin: -150% 50%;
  animation: eb-loading-rota 1.86s linear infinite;
}
#eb-overlay #eb-loading-spinning-balls div:nth-child(3) {
  background: #e41a15;
  left: calc(50% - 20%/2);
  bottom: 0;
  transform-origin: 50% -150%;
  animation: eb-loading-rota 1.45s linear infinite;
}
#eb-overlay #eb-loading-spinning-balls div:nth-child(4) {
  background: #e41a15;
  /* Green */
  top: calc(50% - 20%/2);
  left: 0;
  transform-origin: 250% 50%;
  animation: eb-loading-rota 1.72s linear infinite;
}
