@font-face {
  font-family: 'store';
  src:  url('../fonts/icomoon.eot?hud9ud');
  src:  url('../fonts/icomoon.eot?hud9ud');
  src:  url('../fonts/icomoon.eot?hud9ud#iefix') format('embedded-opentype'),
  url('../fonts/icomoon.ttf?hud9ud') format('truetype'),
  url('../fonts/icomoon.woff?hud9ud') format('woff'),
  url('../fonts/icomoon.svg?hud9ud#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'store' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-secutiry:before {
  content: "\e900";
}
.icon-down:before {
  content: "\e901";
}
.icon-check:before {
  content: "\e902";
}
.icon-edit:before {
  content: "\e903";
}
.icon-exit:before {
  content: "\e904";
}
/*.icon-info:before {
  content: "\e905";
}*/
.icon-mail:before {
  content: "\e907";
}
.icon-exit:before {
    content: "\e908";
}
.icon-plus:before {
    content: "\e90a";
}
.icon-question:before {
  content: "\e908";
}

.icon-credit-card:before {
  content: "\e93f";
}
.icon-arrow-right2:before {
  content: "\ea3c";
}
.icon-success:before {
  content: "\e90b";
}
.icon-delete-button:before {
  content: "\e900";
}
.icon-info:before {
    content: "\ea0c";
}

#productos ul li::before, .rightSidebar ul li::before {
    content: "\e90b";
    color: #7bab13;
    position: absolute;
    top: 2px;
    left: 0rem;
    font-family: 'store';
    font-size: 13px;
    font-weight: bold; 
}
.btn {
    font-weight: normal;
    width: 81%;
    height: 27px;
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.25);

    text-transform: inherit;
    font-size: 15px;
}
.btn_Suscribase {
    background-color: #218649;
    color: white !important;
    text-align: center;
}
.semanaBgColor {
    background-color: #cd1723;
    margin-bottom: 11px;
}
.btn2 {
    font-weight: normal;
    width: 162px;
    height: 42px;
    cursor: pointer;
    font-style: italic;
    font-size: 15px;
    background-color: #1d6b40;
    border: 3px dotted white;
}


button {
 font-family: sans-serif;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after{
  content: "";
  font-family: 'store' !important;
  display: block;
  width: 10px;
  height: 10px;
  border: none;
  border-bottom-width: 0;
  border-top-style: none;
  border-color: transparent;
  position: absolute;
  top: 12px;
  margin-top: 0;
  right: 13px;
  font-size: 1px;
  color: #aaa;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-image: url(../img/arrow-down.png);
  background-repeat: no-repeat;
  background-position: center center;
}



