@charset "UTF-8";
/****************************************************************************************************/
/* The contents of this file are subject to the nopCommerce Public License Version 1.0 ("License"); you may not use this file except in compliance with the License.
/* You may obtain a copy of the License at  http://www.nopCommerce.com/License.aspx. 
/* 
/* Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. 
/* See the License for the specific language governing rights and limitations under the License.
/* 
/* The Original Code is nopCommerce.
/* The Initial Developer of the Original Code is NopSolutions.
/* All Rights Reserved.
/* 
/* Contributor(s): RetroViz Design. 
/****************************************************************************************************/
/* HTML GENERAL */
body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, form, input, ul {
  margin: 0;
  padding: 0; }

input::-moz-focus-inner {
  padding: 0;
  border: 0;
  margin: 0; }

body {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  color: #4a4a4a;
  /*background:url(images/bg-1.png) repeat-x #0452a5;background:url(images/body-bg-2.png);color: #fff;*/
  /*text-shadow: 0 0 1px rgba(0,0,0,0.3);*/
  display: block;
  overflow-x: hidden; }

a {
  color: #b9c300;
  text-decoration: none; }

a:active, a:focus {
  text-decoration: none;
  outline: none; }

table, th, tbody, td, tr {
  border-spacing: 0;
  border: 0;
  padding: 0;
  margin: 0; }

a:hover {
  color: #006729;
  text-decoration: none; }

a img {
  border: 0; }

img {
  border: none; }

ul {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 400; }

h1 {
  font-size: 28px; }

h2, h3 {
  font-size: 16px; }

.floatleft {
  float: left; }

.dib {
  display: inline-block; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.pt10 {
  padding-top: 10px; }

.pt20 {
  padding-top: 20px; }

.pt30 {
  padding-top: 30px; }

.pt40 {
  padding-top: 40px; }

.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }

.row.seven-gutters {
  margin-right: -7px;
  margin-left: -7px; }

.row.seven-gutters > [class^="col-"],
.row.seven-gutters > [class*=" col-"] {
  padding-right: 7px;
  padding-left: 7px; }

.customgrid > .col-lg-10 {
  width: 78%; }
.customgrid > .col-lg-2 {
  width: 22%; }

.responsive-img {
  max-width: 100%; }

.label-warning {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px; }
  .label-warning span {
    margin-right: 5px; }
  .label-warning strong {
    text-decoration: underline; }

/* MASTER PAGE WRAPPERS */
.container {
  width: 100%;
  max-width: 1280px;
  position: relative; }

.master-wrapper-page {
  margin: 0 auto;
  width: 100%;
  position: relative; }

.bg-wrapper {
  background: url("images/bg-destacados.jpg") repeat; }

.opc-master-wrapper-page {
  background: url("images/icons-bg.png") #006729 repeat center center; }
  .opc-master-wrapper-page .master-wrapper-content {
    padding-top: 30px;
    padding-bottom: 30px; }
    .opc-master-wrapper-page .master-wrapper-content h1 {
      color: #FFF;
      font-size: 26px;
      text-transform: none;
      font-weight: 600; }
  .opc-master-wrapper-page .checkout-page .order-summary-content {
    margin-left: -15px;
    margin-right: -15px; }
  .opc-master-wrapper-page .checkout-page .order-summary-body {
    width: 75%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
    .opc-master-wrapper-page .checkout-page .order-summary-body .order-summary-content {
      background: #FFF;
      padding: 25px; }
  .opc-master-wrapper-page .checkout-page .totals {
    width: 25%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    right: 0;
    top: -30px; }
    .opc-master-wrapper-page .checkout-page .totals .total-info {
      text-align: right;
      font-size: 20px;
      background: url("images/bg-total.jpg") repeat-x center top;
      padding-top: 84px; }
    .opc-master-wrapper-page .checkout-page .totals .opc-total-container {
      text-align: right;
      font-size: 28px;
      background: url("images/bg-total.png") #006729 repeat-x center top; }
  .opc-master-wrapper-page .confirm-button-box {
    width: 25%;
    box-sizing: border-box;
    padding-left: 30px; }
    .opc-master-wrapper-page .confirm-button-box .checkoutbutton {
      display: block;
      width: 100%;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      padding: 15px 20px;
      margin: 0;
      border-radius: 5px;
      font-size: 18px;
      font-family: 'Lato', Arial, Helvetica, sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      background-color: #b9c300;
      color: #006729;
      border: medium none;
      outline: none;
      cursor: pointer;
      -webkit-transition: all 200ms ease;
      -moz-transition: all 200ms ease;
      -o-transition: all 200ms ease;
      -ms-transition: all 200ms ease;
      transition: all 200ms ease; }
      .opc-master-wrapper-page .confirm-button-box .checkoutbutton:hover {
        background-color: #FFF;
        opacity: 1; }

/* one column master page */
.master-wrapper-center-1 {
  float: left;
  width: 980px;
  background: #FFF;
  display: inline;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  position: relative; }

.master-wrapper-cph-1 {
  float: left;
  width: 960px;
  color: #000;
  min-height: 600px;
  padding: 10px 10px 10px 10px; }

/* two column master page */
.master-wrapper-side-2 {
  float: left;
  width: 180px;
  margin: 0;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 400;
  display: inline; }

.master-wrapper-center-2 {
  float: right;
  width: 790px;
  margin: 0;
  background: #FFF;
  display: inline;
  min-height: 550px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  position: relative; }

.master-wrapper-cph-2 {
  float: left;
  width: 770px;
  color: #0452a5;
  min-height: 400px;
  padding: 10px 10px 10px 10px; }

/* three column master page */
.master-wrapper-centerRight {
  float: left;
  width: 790px;
  margin-left: 10px;
  background: #fff;
  border-radius: 10px;
  padding-top: 10px; }

.master-wrapper-centerRight-3-top {
  background: url(images/centerRight-top-bg.png);
  height: 10px; }

.master-wrapper-centerRight-3-bottom {
  background: url(images/centerRight-bottom-bg.png);
  height: 10px;
  clear: both; }

.master-wrapper-leftside-3 {
  float: left;
  width: 180px;
  margin: 0;
  font-family: 'Cabin Condensed', Sans-Serif; }

.master-wrapper-center-3 {
  float: left;
  width: 620px;
  margin: 0; }

.master-wrapper-cph-3 {
  float: left;
  width: 600px;
  color: #000;
  min-height: 400px;
  padding: 10px 0px 10px 10px; }

.master-wrapper-rightside-3 {
  float: right;
  width: 160px;
  margin: 0;
  font-family: 'Cabin Condensed', Sans-Serif;
  padding-top: 10px;
  padding-right: 10px; }

.master-wrapper-centerRight-3 {
  float: left;
  width: 790px;
  margin-left: 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  padding-bottom: 20px;
  position: relative; }

/* MASTER HEADER */
.header-wrapper {
  background: url("images/bg-header.jpg") #FFF repeat-x center top;
  padding: 10px 0; }
  .header-wrapper .titulo-seccion {
    display: block;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #006729;
    background: #FFF;
    text-transform: uppercase;
    padding-top: 10px; }

.header {
  position: relative;
  z-index: 9;
  margin-left: auto;
  margin-right: auto; }

.header .icon {
  vertical-align: bottom; }

.header .ico-register {
  background: url("images/ico-register.png") no-repeat;
  padding-left: 20px;
  padding-bottom: 5px;
  padding-top: 1px;
  text-align: center; }

#headerBtnRegister {
  text-align: center; }

.header .ico-login {
  background: url("images/ico-login.png") no-repeat;
  padding-left: 23px;
  padding-bottom: 5px;
  padding-top: 1px; }

.header .ico-logout {
  background: url("images/ico-logout.png") no-repeat;
  padding-left: 23px;
  padding-bottom: 5px;
  padding-top: 1px; }

.header .ico-inbox {
  background: url("images/ico-inbox.gif") no-repeat;
  padding-left: 20px;
  padding-bottom: 5px; }

.header .ico-cart {
  background: url("images/ico-shoppingcart.png") no-repeat;
  padding-left: 23px;
  padding-bottom: 5px;
  padding-top: 1px; }

.header .ico-wishlist {
  background: url("images/ico-wishlist.png") no-repeat;
  padding-left: 20px;
  padding-bottom: 5px; }

.header .ico-admin {
  background: url("images/ico-admin.png") no-repeat;
  padding-left: 23px;
  padding-bottom: 5px;
  padding-top: 1px; }

.header .ico-howtobuy {
  padding-left: 23px;
  padding-bottom: 5px;
  padding-top: 0px;
  background: url("images/ico-help.png") no-repeat; }

.header .ico-maparea {
  padding-left: 23px;
  padding-bottom: 5px;
  padding-top: 0px;
  background: url("images/ico-globe.png") no-repeat; }

.header .ico-exterior {
  padding-left: 23px;
  padding-bottom: 5px;
  padding-top: 0px;
  background: url("images/ico-network.png") no-repeat; }

.header-logo {
  text-align: center;
  position: relative; }

.header .visa-itau {
  float: left;
  width: 270px;
  margin-top: -15px;
  margin-left: 3px; }

.header-logo a.logo {
  background: url("images/logo.png") no-repeat;
  display: block;
  width: 99px;
  height: 116px;
  text-decoration: none;
  margin: 0 auto; }

.header-selectors-wrapper {
  text-align: right;
  float: right;
  width: 200px; }

.header-currencyselector {
  float: right; }

.header-languageselector {
  float: right; }

.header-taxDisplayTypeSelector {
  float: right; }

.header-links {
  display: none;
  padding-bottom: 20px;
  font-size: 14px;
  z-index: 11; }

.header-links-wrapper {
  float: right;
  text-align: right;
  width: 590px;
  padding-right: 5px; }

.header-links ul, .header-sublinks ul {
  padding: 0;
  margin: 0; }

.header-links ul li, .header-sublinks ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px; }

.header-links ul li, .header-sublinks ul li.name {
  max-width: 150px;
  overflow: hidden; }

.header-links ul li.last, .header-sublinks ul li.last {
  margin-right: 0px;
  border-right: none; }

.header-sublinks {
  padding-top: 15px;
  text-align: left; }
  .header-sublinks ul li {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px;
    line-height: 14px;
    border-left: 1px solid #006729;
    margin-right: 0; }
    .header-sublinks ul li:first-child {
      border-left: none; }

.header-links a {
  color: #022954;
  text-decoration: none; }

.header-links a:hover, .header-sublinks a:hover {
  /*text-decoration:underline;*/ }

.header-links span.impersonate {
  color: #E44097;
  font-weight: bold; }

.header-links span.impersonate .finish-impersonation {
  color: #58DE81; }

.header-links .username {
  color: #0452a5; }

.header-links-admin {
  display: none;
  position: absolute;
  background: #00be32;
  font-size: 16px;
  padding: 5px 20px;
  border-radius: 0px 0px 10px 10px;
  top: 30px;
  left: 215px;
  color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7); }

.header-links-admin a {
  color: #fff; }

/*.header-sublinks {position:absolute;top:70px;right:10px;background:#0452a4;border-top:3px solid #012b54;border-left:3px solid #012b54;border-right:3px solid #012b54;box-sizing:border-box;-moz-box-sizing:border-box;height:40px;border-radius:10px 10px 0px 0px;padding:8px 5px 5px 5px;font-size:16px;}*/
.header-sublinks {
  position: relative;
  font-size: 14px;
  padding-bottom: 15px; }

.header-sublinks a {
  color: #006729;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease; }
  .header-sublinks a:hover {
    color: #b9c300; }

.header-links #headerBtnLogin {
  cursor: pointer; }

.header-links #headerBtnLogin:hover {
  text-decoration: underline; }

.header-links .btn-login-mobile, .header-links .btn-account-mobile {
  display: none; }

.account-bar {
    /*.mi-cuenta {
        background: #edeab2;

        & a:hover {
            background: #edeab2;
            color: $verde;
        }
    }*/ }
  .account-bar .name {
    font-size: 17px;
    padding: 10px 20px;
    text-align: center;
    background: #edeab2; }
    .account-bar .name .username {
      font-family: 'Lato', Arial, Helvetica, sans-serif;
      font-weight: 700; }

.nav-wrapper {
  width: 100%;
  background-color: #006729;
  /*-webkit-box-shadow: 0px 11px 31px -9px rgba(0,0,0,0.7);
  -moz-box-shadow: 0px 11px 31px -9px rgba(0,0,0,0.7);
  box-shadow: 0px 11px 31px -9px rgba(0,0,0,0.7);*/
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3); }
    .nav-wrapper .secondary-box .searchbox {
      display: none;
      width: 100%;
      border-radius: 7px;
      border: none; }
      .nav-wrapper .secondary-box .searchbox .searchboxtext {
        padding: 10px 15px; }
      .nav-wrapper .secondary-box .searchbox .searchbox-right {
        height: 36px; }
        .nav-wrapper .secondary-box .searchbox .searchbox-right .searchboxbutton {
          height: 36px;
          background: #FFF url("images/ico-search-grey.png") no-repeat center center; }

.ico-admin {
  background-image: url("images/ico-admin2.png");
  background-repeat: no-repeat;
  background-position: right center; }
  .ico-admin:hover {
    background-image: url("images/ico-admin2.png"); }

.nav-wrapper.sticky .secondary-box {
  padding-top: 7px;
  padding-bottom: 7px; }
  .nav-wrapper.sticky .secondary-box .searchbox {
    display: block; }
    .nav-wrapper.sticky .secondary-box .searchbox .searchbox-left input[type=text] {
      line-height: 18px;
      border: none; }
  .nav-wrapper.sticky .secondary-box .secondary-links {
    display: none; }

@media screen and (min-width: 768px) {
  .dropdown, .category-menu {
    position: relative;
    width: auto; }

  /*.dropdown, .category-menu ul {*/
  width: 12em;
  /* fixed width only please - you can use the "subMenusMinWidth"/"subMenusMaxWidth" script options to override this if you like */
  /*}*/ }
.category-menu {
  z-index: 140; }
  .category-menu > li {
    width: 100%; }

.overflowed {
  z-index: 200; }

.catanav > .level1 > a {
  padding-left: 45px;
  background-repeat: no-repeat;
  background-position: 10px center; }
.catanav > .level1:first-child > a {
  background-image: url("images/ico-almacen.png"); }
.catanav > .level1:nth-child(2) > a {
  background-image: url("images/ico-bazar.png"); }
.catanav > .level1:nth-child(3) > a {
  background-image: url("images/ico-bebes.png"); }
.catanav > .level1:nth-child(4) > a {
  background-image: url("images/ico-bebidas-alcohol.png"); }
.catanav > .level1:nth-child(5) > a {
  background-image: url("images/ico-bebidas-sin.png"); }
.catanav > .level1:nth-child(6) > a {
  background-image: url("images/ico-carnes.png"); }
.catanav > .level1:nth-child(7) > a {
  background-image: url("images/ico-congelados.png"); }
.catanav > .level1:nth-child(8) > a {
  background-image: url("images/ico-electrodomesticos.png"); }
.catanav > .level1:nth-child(9) > a {
  background-image: url("images/ico-farmacia.png"); }
.catanav > .level1:nth-child(10) > a {
  background-image: url("images/ico-fiambres.png"); }
.catanav > .level1:nth-child(11) > a {
  background-image: url("images/ico-frutas.png"); }
.catanav > .level1:nth-child(12) > a {
  background-image: url("images/ico-jugueteria.png"); }
.catanav > .level1:nth-child(13) > a {
  background-image: url("images/ico-lacteos.png"); }

.category-alt-button, .category-alt-close {
  display: none; }

.scroll-pane {
  max-height: 320px;
  width: 100%;
  overflow: auto; }

.novisible {
  display: none; }

.arrow-right {
  border-top: 5px outset transparent;
  border-bottom: 5px outset transparent;
  border-left: 5px solid #0452a4;
  display: inline-block; }

/* IE HACKS */
* + html ul.headermenu {
  background: #FFF; }

* html ul.headermenu {
  background: #FFF; }

/* */
.headermenu {
  text-align: left; }

.header-social {
  float: right;
  width: 125px;
  padding-right: 10px; }

.searchbox ul {
  margin: 0;
  padding: 0; }

.searchbox ul li {
  list-style: none; }

.searchbox-left {
  overflow: hidden;
  display: block;
  float: none !important; }

.listado-tarjetas {
  border: 1px solid #d2d2d2;
  padding: 15px;
  padding-bottom: 10px;
  text-align: center; }
  .listado-tarjetas h4 {
    display: block;
    margin-top: -23px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px 15px 15px;
    background: #FFF;
    width: 260px; }
  .listado-tarjetas ul {
    list-style: none;
    text-align: center;
    display: block; }
    .listado-tarjetas ul li {
      display: inline-block;
      vertical-align: bottom;
      margin-left: 7px;
      margin-bottom: 5px; }
      .listado-tarjetas ul li:first-child {
        margin-left: 0; }
      .listado-tarjetas ul li img {
        vertical-align: middle; }

.footer {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center; }

.footer a {
  text-decoration: none; }

.footer-disclaimer {
  font-size: 14px;
  color: #a4a4a4; }

.footer-poweredby {
  display: none;
  float: left;
  font-size: 11px; }

.footer-storetheme {
  float: right;
  margin: 0px 100px 0px 10px;
  font-size: 11px; }

/*.bottom-wrapper {
    padding-bottom: 40px;
}*/
/* MISC. CLASSES */
.hero-slider {
  position: relative; }
  .hero-slider .slick-dots {
    bottom: 20px; }
    .hero-slider .slick-dots .slick-dots li {
      width: 24px;
      height: 24px; }
      .hero-slider .slick-dots .slick-dots li button {
        border: 0 none;
        color: transparent;
        cursor: pointer;
        display: block;
        font-size: 0;
        height: 24px;
        line-height: 0;
        outline: medium none;
        padding: 5px;
        width: 24px; }
  .hero-slider .slick-dots li button::before {
    color: black;
    font-family: "";
    height: 24px;
    left: 0;
    line-height: 24px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    border-radius: 24px;
    border: 1px solid #FFF;
    background: transparent;
    content: "";
    opacity: 1; }
  .hero-slider .slick-dots .slick-active button::before {
    background: #FFF; }

.lista-compras-wrapper {
  border: 1px solid #d3d3d3;
  background: #FFF;
  margin-top: 100px;
  position: relative;
  margin-bottom: 40px; }
  .lista-compras-wrapper .lista-textbox {
    position: relative; }
    .lista-compras-wrapper .lista-textbox input[type=text] {
      width: 100%;
      padding: 15px 55px 15px 15px;
      box-sizing: border-box;
      font-family: 'Lato', Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 19px;
      color: #727272;
      margin: 0;
      border: none; }
    .lista-compras-wrapper .lista-textbox input[type=submit] {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 30px;
      height: 30px;
      background: url("images/add-item.png") #b9c300 no-repeat center center;
      border-radius: 5px;
      -webkit-transition: all 200ms ease;
      -moz-transition: all 200ms ease;
      -o-transition: all 200ms ease;
      -ms-transition: all 200ms ease;
      transition: all 200ms ease;
      color: #FFF;
      text-align: center;
      border: medium none; }
  .lista-compras-wrapper .lista-body {
    background: url("images/linea-lista.png") repeat-y 15px 0px;
    max-height: 260px; }
    .lista-compras-wrapper .lista-body .msg {
      font-family: 'Lato', Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 19px;
      color: #727272;
      padding: 7px 30px 7px 30px;
      border-bottom: 1px solid #bdf7f9;
      margin: 0; }
    .lista-compras-wrapper .lista-body ul {
      list-style: none; }
      .lista-compras-wrapper .lista-body ul li {
        position: relative;
        display: block;
        padding: 7px 30px 7px 55px;
        border-bottom: 1px solid #bdf7f9; }
        .lista-compras-wrapper .lista-body ul li a {
          display: block;
          font-family: 'Lato', Arial, Helvetica, sans-serif;
          font-weight: 400;
          color: #006729;
          font-size: 14px;
          font-style: italic; }
          .lista-compras-wrapper .lista-body ul li a:hover {
            color: #b9c300; }
          .lista-compras-wrapper .lista-body ul li a.add {
            color: #b9c300; }
        .lista-compras-wrapper .lista-body ul li .remove {
          position: absolute;
          right: 15px;
          top: 0;
          bottom: 0;
          margin-top: auto;
          margin-bottom: auto;
          display: block;
          float: right;
          width: 11px;
          height: 11px;
          background: url("images/remove.png") no-repeat center center;
          cursor: pointer; }
        .lista-compras-wrapper .lista-body ul li .checkbox-cart {
          position: absolute;
          left: 30px;
          top: 0;
          bottom: 0;
          margin-top: auto;
          margin-bottom: auto;
          display: block;
          float: right;
          width: 22px;
          height: 19px;
          background: url("images/list-check.png");
          background-repeat: no-repeat;
          background-position: left top;
          cursor: pointer; }
        .lista-compras-wrapper .lista-body ul li.checked .checkbox-cart {
          background-position: left bottom; }
        .lista-compras-wrapper .lista-body ul li.checked a {
          text-decoration: line-through; }
        .lista-compras-wrapper .lista-body ul li:first-child {
          border-top: 1px solid #bdf7f9; }
  .lista-compras-wrapper .lista-footer {
    padding: 15px; }
    .lista-compras-wrapper .lista-footer .big-button {
      display: block;
      text-align: center;
      background: #4a4a4a;
      padding-left: 35px;
      font-size: 15px;
      font-family: 'Lato', Arial, Helvetica, sans-serif;
      font-weight: 400;
      color: #FFF; }
  .lista-compras-wrapper.is_stuck {
    margin-top: 50px; }

.master-3 .lista-compras-wrapper {
  margin-top: 40px; }
    .master-3 .category-page .page-title h1, .master-4 .manufacturer-page .page-title h1 {
      display: block;
      float: left;
      padding: 15px;
      font-family: 'Lato', Arial, Helvetica, sans-serif;
      font-weight: 700;
      font-size: 30px;
      color: #006729;
      background: #FFF;
      text-transform: uppercase; }

.master-4 .manufacturer-page .page-title {
  padding-top: 75px; }

.master-1 {
  padding-top: 30px; }

.master-2 {
  padding-top: 40px;
  padding-bottom: 40px; }
  .master-2 .body, .master-2 .topicpage-body {
    background: #FFF;
    padding: 25px; }
  .master-2 .account-page .body {
    padding: 0;
    border: none; }
  .master-2 .lista-compras-wrapper {
    margin-top: 60px;
    margin-bottom: 0; }
  .master-2 .registration-page .body {
    padding: 0;
    border: none;
    background: #006729; }

.ofertas-banner {
  height: 170px;
  width: 100%;
  overflow: hidden;
  background: url("images/banner-ofertas.jpg") no-repeat center top; }

.page-title {
  padding-bottom: 25px; }
  .page-title h1 {
    display: block;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #006729; 

.contact-form .htmlcontent {
  padding-bottom: 25px; }
  .contact-form .htmlcontent p {
    display: block;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #006729;
    text-transform: uppercase; }

.page-title2 {
  background: none repeat scroll 0 0 #0452a4;
  border-radius: 10px;
  border: 3px solid #012b54;
  box-sizing: border-box;
  height: 40px;
  width: 98.5%;
  padding: 8px 5px 5px;
  margin-bottom: 10px; }

.page-title2 h1 {
  color: #fff;
  font-size: 16px; }

.btn {
  border: medium none;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Lato",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 10px 15px;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease; }
  .btn:hover {
    color: #FFF;
    text-decoration: none; }
  .btn.big {
    font-size: 16px; }
  .btn.volver {
    background: url("images/arrow-back.png") no-repeat left center;
    padding-left: 30px; }
  .btn.adelante {
    background: url("images/arrow-foward.png") no-repeat right center;
    padding-right: 30px; }
  .btn.add {
    background: url("images/add.png") no-repeat left center;
    padding-left: 45px; }
  .btn.verde {
    background-color: #006729; }
    .btn.verde:hover {
      opacity: .8; }
  .btn.gris {
    background-color: #4a4a4a; }
    .btn.gris:hover {
      opacity: .8; }
  .btn.verde-claro {
    background-color: #b9c300; }
    .btn.verde-claro:hover {
      opacity: .8; }

.page-title h2, .combo-products-list h1 {
  padding: 5px 5px 5px 0px;
  color: #00b32a;
  margin: 0;
  font-family: 'Yanone Kaffeesatz', Sans-Serif;
  font-weight: normal;
  font-size: 28px;
  text-shadow: 0px 0px 1px rgba(0, 179, 42, 0.3); }

.combo-products-list h1 {
  font-size: 18px;
  margin-bottom: 10px; }

.combo-popup-display {
  position: absolute;
  width: 62px;
  height: 44px;
  bottom: 3px;
  left: 41px;
  cursor: pointer; }

.combo-popup-display:hover {
  background: #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.combo-popup-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 9px;
  height: 9px;
  background: url(images/combo-popup-close.png) no-repeat;
  cursor: pointer; }

td {
  vertical-align: middle; }

td.fieldname {
  font-size: 12px; }

.table-container {
  color: #4a4a4a; }

.table-container .row .item-name {
  padding: 8px 10px 0px 0px;
  display: block;
  white-space: nowrap;
  padding-right: 10px;
  vertical-align: middle; }

.registration-page .item-value {
  height: 55px;
  vertical-align: top; }
  .registration-page .item-value input[type=text] {
    width: 100% !important; }
  .registration-page .item-value select {
    height: 35px;
    font-size: 14px;
    padding: 0px 7px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    color: #4a4a4a; }
  .registration-page .item-value.hauto {
    height: auto; }

.registration-page .item-name {
  margin-bottom: 5px; }

.row .ci-drop {
  width: 133px; }

.htmlcontent {
  padding-bottom: 5px; }

.htmlcontent-title {
  padding: 0 0 5px 0;
  clear: both; }

.htmlcontent-header {
  font-size: 1.2em;
  font-weight: bold; }

.topicpage-title {
  border-bottom: 0 none; }

.topicpage .topicpage-body {
  color: #4a4a4a; }

.user-agreement-page {
  margin-bottom: 15px;
  padding-bottom: 5px;
  padding-left: 0; }

.clear {
  border: medium none;
  clear: both;
  float: none;
  font-size: 0;
  height: 0;
  line-height: 0; }

.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: ""; }
  .clearfix:after {
    clear: both; }

.nobr {
  white-space: nowrap !important; }

linkButton {
  color: #3664A5;
  background-color: inherit;
  text-decoration: underline;
  font-weight: bold; }

.dropDownLists {
  height: 17px;
  font-size: 10px;
  padding-left: 2px;
  font-family: Tahoma; }

.textBox {
  margin: 1px;
  border: 1px solid #d3d3d3;
  background: none;
  color: #4a4a4a;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 10px;
  outline: 0;
  box-sizing: border-box; }

.customer-info-box .item-value .textBox {
  font-size: 14px;
  width: 300px; }

.message-error-display {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: #e10;
  border-radius: 10px;
  padding: 7px 20px;
  text-transform: uppercase; }

.copyright {
  float: right;
  padding-right: 10px;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px; }

.copyright a {
  color: #3664A5;
  background-color: inherit; }

/* sitemap */
.sitemap-page {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 15px; }

.sitemap-page .entity {
  margin: 5px 0px 30px 0px; }

.sitemap-page .topic-box, .sitemap-page .manufacturer-box, .sitemap-page .category-box, .sitemap-page .product-box {
  text-align: center;
  vertical-align: bottom; }

.sitemap-page .topic-box .item, .sitemap-page .manufacturer-box .item, .sitemap-page .category-box .item, .sitemap-page .product-box .item {
  text-align: left;
  margin: 3px 10px 3px 10px;
  width: 150px;
  border-bottom: 1px dotted #ADACAC; }

checkbox, input, radio, select {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #4a4a4a;
  font-size: 14px;
  box-sizing: border-box; }

input[type=text], input[type=password], textarea {
  border: solid 1px #d3d3d3;
  border-radius: 5px;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: left;
  color: #4a4a4a;
  font-size: 14px;
  padding: 7px 15px;
  box-sizing: border-box; }

select {
  height: 35px;
  margin-top: 2px;
  outline: 0; }

/* fix ie button padding bug - apply to all buttons to reduce extra padding applied by ie!
input
{
	width: auto;
	overflow: visible;
} */
textarea {
  width: 100%;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 11px;
  resize: none; }

.searchtext {
  border: solid 1px #d3d3d3;
  vertical-align: top;
  font-size: 12px; }

/*.searchboxtext { width: 236px;margin:0;padding:1px 0 0 0;font-size: 16px;color:#0452a5;background:none; border:0;	display:inline-block;outline:0;box-sizing:border-box;-moz-box-sizing:border-box;}*/
.searchboxtext {
  font-family: 'Lato';
  text-align: left;
  color: #828282;
  font-size: 16px;
  line-height: 16px;
  width: 100%;
  padding: 7px 15px;
  border: 0;
  display: inline-block;
  outline: 0;
  box-sizing: border-box; }

.newsaddcommenttitletext {
  width: 500px;
  border: solid 1px #E3E3E3;
  vertical-align: top;
  font-size: 12px; }

.newsaddcommentcommenttext {
  height: 150px;
  width: 500px;
  border: solid 1px #E3E3E3;
  vertical-align: top;
  font-size: 12px; }

.blogaddcommentcommenttext {
  height: 150px;
  width: 500px;
  border: solid 1px #E3E3E3;
  vertical-align: top;
  font-size: 12px; }

.accountsignaturetext {
  height: 100px;
  width: 500px;
  border: solid 1px #E3E3E3;
  vertical-align: top; }

.numerictextboxtext {
  border: solid 1px #E3E3E3;
  vertical-align: top;
  font-size: 14px;
  width: 100%;
  text-align: center;
  height: 30px; }

.forumtopictitletext {
  width: 500px;
  border: 1px solid #acacac;
  vertical-align: top;
  font-size: 12px; }

.privatemessagesubjecttext {
  width: 500px;
  border: 1px solid #acacac;
  vertical-align: top;
  font-size: 12px; }

.forumsearchtext {
  width: 500px;
  border: 1px solid #acacac;
  font-size: 14px; }

.forumsearchboxtext {
  border: 1px solid #acacac;
  font-size: 12px; }

.bbeditortext {
  border: #cec6b5 1px solid; }

.edittopiclinkbutton {
  padding-right: 5px;
  padding-left: 18px;
  background: url("images/ico-edit.gif") no-repeat; }

.deletetopiclinkbutton {
  padding-right: 5px;
  padding-left: 18px;
  background: url("images/ico-delete.gif") no-repeat; }

.movetopiclinkbutton {
  padding-right: 5px;
  padding-left: 18px;
  background: url("images/ico-moveTopic.gif") no-repeat; }

.replytopiclinkbutton {
  padding-right: 5px;
  padding-left: 18px;
  padding-bottom: 3px;
  background: url("images/ico-forum-post-add.gif") no-repeat; }

.watchtopiclinkbutton {
  padding-left: 18px;
  background: url("images/ico-forum-watch.gif") no-repeat; }

.editpostlinkbutton {
  padding-right: 5px;
  padding-left: 18px;
  background: url("images/ico-edit.gif") no-repeat; }

.deletepostlinkbutton {
  padding-right: 5px;
  padding-left: 18px;
  background: url("images/ico-delete.gif") no-repeat; }

.quotepostlinkbutton {
  color: #555555;
  float: right;
  padding: 1px 3px 1px 3px;
  border: solid 1px #cccccc;
  line-height: 15px;
  font-size: 11px; }

.productlistproductdetailbutton, .productgridproductdetailbutton {
  display: none;
  position: absolute;
  top: 0px;
  left: 150px;
  width: 24px;
  height: 24px;
  padding: 3px;
  color: #595959;
  text-indent: -5000px;
  border: 0;
  cursor: pointer;
  background: url(images/so-icon-scDetail.png) no-repeat; }

.productlistproductdetailbutton:hover {
  text-decoration: underline; }

.selectbillingaddressbutton {
  /*    width:140px;*/ }

.searchbutton, .contactusbutton, .newsitemaddcommentbutton, .blogpostaddcommentbutton,
.productwritereviewbutton, .loginbutton, .registerbutton,
.checkoutasguestbutton, .savecustomerinfobutton, .addbillingaddressbutton, .addshippingaddressbutton,
.changepasswordbutton, .registernextstepbutton, .completeregistrationbutton, .passwordrecoverybutton,
.newpasswordbutton, .saveaddressbutton, .sendemailafriendbutton, .selectshippingaddressbutton,
.newaddressnextstepbutton, .selectbillingaddressbutton, .sameasshippingaddressbutton,
.shippingmethodnextstepbutton, .paymentmethodnextstepbutton, .paymentinfonextstepbutton,
.confirmordernextstepbutton, .submitforumtopicbutton, .submitpmbutton, .replypmbutton,
.deleteselectedpmbutton, .reorderbutton, .newsletterbox-subscribebutton,
.useragreementbutton, .deleteselectedfsbutton, .submitreturnrequestbutton, .uploadavatarbutton {
  margin: 0;
  padding: 4px 10px;
  background: #0452a5;
  color: #fff;
  border: 0;
  cursor: pointer;
  border-radius: 5px;
  font-size: 13px;
  line-height: normal !important;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-transform: uppercase; }

@-moz-document url-prefix() {
  .searchbutton, .contactusbutton, .newsitemaddcommentbutton, .blogpostaddcommentbutton,
  .productwritereviewbutton, .loginbutton, .registerbutton,
  .checkoutasguestbutton, .savecustomerinfobutton, .addbillingaddressbutton, .addshippingaddressbutton,
  .changepasswordbutton, .registernextstepbutton, .completeregistrationbutton, .passwordrecoverybutton,
  .newpasswordbutton, .saveaddressbutton, .sendemailafriendbutton, .selectshippingaddressbutton,
  .newaddressnextstepbutton, .selectbillingaddressbutton, .sameasshippingaddressbutton,
  .shippingmethodnextstepbutton, .paymentmethodnextstepbutton, .paymentinfonextstepbutton,
  .confirmordernextstepbutton, .submitforumtopicbutton, .submitpmbutton, .replypmbutton,
  .deleteselectedpmbutton, .reorderbutton, .newsletterbox-subscribebutton,
  .useragreementbutton, .deleteselectedfsbutton, .submitreturnrequestbutton, .uploadavatarbutton {
    padding: 3px 6px 3px 6px; } }
.searchbutton:hover, .contactusbutton:hover, .newsitemaddcommentbutton:hover, .blogpostaddcommentbutton:hover,
.productvariantaddtocartbutton:hover, .productwritereviewbutton:hover, .loginbutton:hover, .registerbutton:hover,
.checkoutasguestbutton:hover, .savecustomerinfobutton:hover, .addbillingaddressbutton:hover, .addshippingaddressbutton:hover,
.changepasswordbutton:hover, .registernextstepbutton:hover, .completeregistrationbutton:hover, .passwordrecoverybutton:hover,
.newpasswordbutton:hover, .saveaddressbutton:hover, .sendemailafriendbutton:hover, .selectshippingaddressbutton:hover,
.newaddressnextstepbutton:hover, .selectbillingaddressbutton:hover, .sameasshippingaddressbutton:hover,
.shippingmethodnextstepbutton:hover, .paymentmethodnextstepbutton:hover, .paymentinfonextstepbutton:hover,
.confirmordernextstepbutton:hover, .submitforumtopicbutton:hover, .submitpmbutton:hover, .replypmbutton:hover,
.deleteselectedpmbutton:hover, .reorderbutton:hover, .newsletterbox-subscribebutton:hover,
.useragreementbutton:hover, .deleteselectedfsbutton:hover, .submitreturnrequestbutton:hover, .uploadavatarbutton:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* For IE8 and earlier */ }

.productvariantaddtowishlistbutton,
.cancelrecurringorderbutton, .orderdetailsbutton,
.returnitemsbutton, .orderdetailsprintbutton, .estimateshippingbutton,
.updatewishlistbutton, .applycouponcodebutton, .updatecartbutton, .orderprocessedcontinuebutton, .submitpollvotebutton, .cancelforumtopicbutton, .forumsearchbutton,
.forumsearchboxbutton, .cancelpmbutton, .deletepmbutton, .backpmbutton, .removeavatarbutton {
  margin: 0;
  padding: 4px 10px;
  background: #0452a5;
  color: #fff;
  border: 0;
  cursor: pointer;
  border-radius: 5px;
  font-size: 13px;
  line-height: normal !important;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-transform: uppercase; }

@-moz-document url-prefix() {
  .productvariantaddtowishlistbutton, .editaddressbutton,
  .deleteaddressbutton, .cancelrecurringorderbutton, .orderdetailsbutton,
  .returnitemsbutton, .orderdetailsprintbutton, .estimateshippingbutton,
  .updatewishlistbutton, .applycouponcodebutton, .updatecartbutton, .orderprocessedcontinuebutton, .submitpollvotebutton, .cancelforumtopicbutton, .forumsearchbutton,
  .forumsearchboxbutton, .cancelpmbutton, .deletepmbutton, .backpmbutton, .removeavatarbutton {
    padding: 3px 6px 3px 6px; } }
.repeatorderbutton, .changepaymentbutton {
  margin: 0;
  padding: 4px 6px 4px 6px;
  background: #00b32a;
  color: #fff;
  border: 0;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;
  line-height: normal !important;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

@-moz-document url-prefix() {
  .repeatorderbutton, .changepaymentbutton {
    padding: 4px 6px 4px 6px; } }
.productvariantaddtowishlistbutton:hover, .editaddressbutton:hover,
.deleteaddressbutton:hover, .cancelrecurringorderbutton:hover, .orderdetailsbutton:hover,
.returnitemsbutton:hover, .orderdetailsprintbutton:hover, .estimateshippingbutton:hover,
.updatewishlistbutton:hover, .applycouponcodebutton:hover, .updatecartbutton:hover, .orderprocessedcontinuebutton:hover, .submitpollvotebutton:hover, .cancelforumtopicbutton:hover, .forumsearchbutton:hover,
.forumsearchboxbutton:hover, .cancelpmbutton:hover, .deletepmbutton:hover, .backpmbutton:hover, .removeavatarbutton:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* For IE8 and earlier */
  text-decoration: none;
  color: #fff; }

.productlistaddtocartbutton:hover, .productgridaddtocartbutton:hover {
  /*text-decoration:underline;*/
  opacity: 0.8;
  filter: alpha(opacity=80); }

.productemailafriendbutton, .productaddtocomparelistbutton {
  width: 170px;
  margin-bottom: 1px;
  border: 0;
  outline: 0;
  padding: 3px 35px 3px 0px;
  background: #0452a5;
  color: #fff;
  border-radius: 5px;
  font-size: 13px;
  text-transform: uppercase;
  text-align: right;
  cursor: pointer; }

.productemailafriendbutton:hover, .productaddtocomparelistbutton:hover {
  background-color: #ffc907;
  color: #012b53; }

.productemailafriendbutton {
  background-image: url(images/mail-icon.png);
  background-repeat: no-repeat;
  background-position: 142px 0px; }

.productemailafriendbutton:hover {
  background-position: 142px -23px; }

.productaddtocomparelistbutton {
  background-image: url(images/bar-graph-icon.png);
  background-repeat: no-repeat;
  background-position: 141px 0px; }

.productaddtocomparelistbutton:hover {
  background-position: 141px -23px;
  color: #012951; }

.editaddressbutton, .deleteaddressbutton {
  background: #80bdff;
  color: #0452a5;
  margin: 0;
  padding: 4px 10px;
  border: 0;
  cursor: pointer;
  border-radius: 5px;
  font-size: 13px;
  line-height: normal !important;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-transform: uppercase; }

/*.productvariantaddtocartbutton{    background: url(images/so-icon-scAdd.png) no-repeat 70px 5px;    color: #595959;    text-align: center;    /*text-indent:30px;*/
/*  height: 32px;    width: 100%;}*/
/*.productvariantaddtocartbutton:hover{    background: url(images/so-icon-scAdd.png) no-repeat 70px 5px;    text-decoration:underline;}*/
.productvariantaddtowishlistbutton {
  display: none; }

.currencylist {
  border: solid 1px #E3E3E3; }

select.languagelist {
  border: solid 1px #E3E3E3; }

ul.languagelist {
  display: inline;
  line-height: 25px; }

ul.languagelist li {
  list-style: none;
  display: inline;
  padding: 0px 5px 0 5px; }

ul.languagelist li .selected {
  border: solid 1px #cccccc !important; }

.taxdisplaytypelist {
  border: solid 1px #E3E3E3; }

.storethemelist {
  border: solid 1px #E3E3E3; }

.forumtopicoptionscheck label {
  color: #555;
  font-size: 0.9em;
  padding-left: 5px;
  vertical-align: top; }

.reorderbutton {
  float: right; }

/* BUTTONS */
.big-button {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  border: none;
  outline: none;
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 5px;
  display: inline-block;
  margin: 0 auto;
  cursor: pointer; }

.yellow-button {
  background: #9ea60a;
  color: #FFF; }

/* NAVIGATIONS */
.block {
  margin-bottom: 15px;
  padding-bottom: 5px;
  padding-left: 0; }

.block .title {
  font-size: 12px;
  color: #0452a5; }

.block .listbox {
  font-size: 13px;
  margin: 0px;
  border-radius: 5px 5px 0px 0px;
  text-transform: uppercase; }

.block .listbox ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #4a4a4a;
  background-color: inherit; }

.block a {
  display: block;
  padding: 6px 3px 3px 3px; }

.block li {
  list-style: none; }

.block li.separator {
  height: 1px;
  background: #FFDB99;
  width: 140px;
  margin: 5px 0 5px 0; }

.block-newsletter .title {
  font-family: 'Noto Sans', Sans-Serif;
  margin-left: 8px;
  margin-right: 8px;
  padding: 3px;
  background: #FCE097;
  color: #555;
  font-size: 10px;
  text-align: center;
  border-radius: 5px 5px 0px 0px;
  text-transform: uppercase; }

.block-category-navigation .title {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #0452a5;
  height: 14px;
  border-radius: 10px 10px 0px 0px;
  background: #80bdff;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 5px 5px 0px 0px;
  text-align: center;
  text-transform: uppercase; }

.block-shoppingcart {
  color: #FFF;
  margin: 0;
  padding: 0; }

.block-category-navigation {
  /*display: none;*/
  position: absolute;
  z-index: 12;
  width: 100%;
  -webkit-box-shadow: 5px 5px 11px -3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 5px 5px 11px -3px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 5px 11px -3px rgba(0, 0, 0, 0.4); }

.block-category-navigation .listbox a {
  background: #FFF;
  padding: 7px 12px; }

.block-livechat .listbox {
  text-align: center; }

.block-shoppingcart .items {
  margin-top: 10px; }

.block-shoppingcart .buttons {
  text-align: left; }

.block-category-navigation .inactive a {
  color: #4a4a4a;
  text-align: left; }

.block-category-navigation .active a {
  color: #4a4a4a;
  text-align: left; }

.block-category-navigation .level1 {
  display: block;
  overflow: hidden; }

.block-category-navigation .level1 a:hover {
  background: #ebebeb; }

.block-category-navigation .level2 a {
  background: #FFF;
  color: #4a4a4a;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease; }

.block-category-navigation .level2 a:hover {
  background: #ebebeb; }

.block-category-navigation .level3 a {
  background: url(images/btn-lvl3-bg-2.png);
  color: #0452a5; }

.block-category-navigation .level3 a:hover {
  text-decoration: underline; }

.block-category-navigation .active a, .block-category-navigation .inactive a {
  text-decoration: none; }

.block-category-navigation .active a {
  font-weight: bold; }

.block-category-navigation .listbox ul .active {
  cursor: default; }

.block-category-navigation .listbox ul .inactive {
  cursor: pointer; }

.block-category-navigation .last a {
  background: none;
  box-shadow: none;
  border-radius: 0px;
  height: 5px; }

.block-manufacturer-navigation a.active {
  font-weight: bold; }

.block-newsletter .options {
  margin-top: 5px; }

.block-newsletter .buttons {
  margin-top: 5px; }

.block-popular-tags li, .block-popular-blogtags li {
  display: inline !important; }

.block-blog-archive .year {
  font-weight: bold; }

/*.user-links {position:fixed;width:980px;top:0;margin:0 auto;height:0px;background:#000;z-index:999;}*/
.side-button-big {
  margin-top: 20px;
  height: 75px; }

.side-button-big a {
  background: none;
  text-indent: -9999px;
  height: 75px;
  padding: 0;
  margin: 0;
  display: block; }

.btnOfertas {
  background: url(images/btn-ofertas-bg-2.png) no-repeat center; }

.btnOutlet {
  background: url(images/btn-outlet-bg.png); }

.side-social {
  padding: 7px 10px 10px 13px;
  background: #012b54;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  text-align: center;
  border-radius: 10px;
  margin-top: 20px; }

.side-social h1 {
  font-size: 24px;
  color: #fff;
  font-family: 'Yanone Kaffeesatz', Sans-Serif;
  padding-bottom: 5px; }

.side-social ul li {
  display: inline-block; }

.side-social .social-button {
  display: block;
  width: 32px;
  height: 32px;
  text-indent: -9999px; }

.side-social .social-button.facebook {
  background: url(images/facebook-2.png) no-repeat; }

.side-social .social-button.twitter {
  background: url(images/twitter-2.png) no-repeat; }

/* ORDER SUMMARY, SHOPPING CART, WISHLIST */
.shoppingcart-page .page-title, .wishlist-page .page-title {
  border-bottom: 0 none; }

.shoppingcartquantitytext {
  width: 15px;
  float: left;
  border: none;
  background: #eee;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center; }

.order-summary-content {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #4a4a4a;
  font-weight: normal;
  text-align: center; }

.order-summary-content .totals, .checkout-data .totals {
  float: right;
  width: 268px;
  border-radius: 10px;
  color: #0452a5;
  font-weight: normal;
  text-align: right; }

.order-summary-content .totals {
  width: 100%;
  float: none; }

.order-summary-content .totals h3 {
  margin-right: 10px; }

.order-summary-content .cart-collaterals {
  padding: 20px 0 10px;
  width: 550px; }

.order-summary-content .deals {
  display: inline;
  float: left;
  margin: 0 20px 0 0;
  width: 250px; }

.order-summary-content .shipping {
  display: none;
  float: left;
  margin: 0;
  width: 280px; }

.order-summary-content .coupon-box, .order-summary-content .giftcard-box {
  padding: 10px 10px 10px 10px;
  font-size: 11px;
  color: #555;
  background: #F7F5E8;
  margin: 0 0 10px 0px;
  border: dotted 1px #d3d3d3; }

.order-summary-content .giftcard-box {
  position: relative;
  z-index: 1; }

.order-summary-content .cart, .wishlist-content .cart {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 20px; }

.order-summary-content .cart td, .wishlist-content .cart td {
  padding: 10px; }

.order-summary-content .cart .cart-header {
  font-size: 14px;
  text-align: left; }

.order-summary-content .cart .cart-header .cart-title {
  background: #0452a5;
  border-right: 1px solid #fff;
  color: #fff;
  float: left;
  padding: 3px 5px;
  min-height: 19px; }

.order-summary-content .cart .cart-header .cart-title.product {
  width: 480px; }

.order-summary-content .cart .cart-header .cart-title.quantity {
  width: 129px; }

.order-summary-content .cart .cart-header .cart-title.price {
  width: 251px; }

.order-summary-content .cart .cart-header .cart-title.remove {
  width: 57px; }

.order-summary-content .cart .cart-header .cart-title.end {
  border-right: none; }

.order-summary-content .cart .cart-body {
  text-align: left; }

.order-summary-content .cart .cart-body .cart-item-row {
  border-top: 1px solid #d3d3d3;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease; }
  .order-summary-content .cart .cart-body .cart-item-row:first-child {
    border-top: none; }
  .order-summary-content .cart .cart-body .cart-item-row:nth-child(2n) {
    background-color: #eee; }
  .order-summary-content .cart .cart-body .cart-item-row:hover {
    background: #d3d3d3; }

.order-summary-content .cart .cart-body .cart-item {
  color: #4a4a4a; }

.order-summary-content .cart .cart-body .cart-item.product {
  position: relative; }

.order-summary-content .cart .cart-body .productpicture {
  text-align: center; }
  .order-summary-content .cart .cart-body .productpicture img {
    max-width: 100%;
    border: 1px solid #d3d3d3 !important;
    padding: 5px;
    background: #FFF; }

.order-summary-content .cart .cart-body .cart-item.product .productdata .miniCart_prod_title {
  color: #404040;
  font-size: 14px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease; }
  .order-summary-content .cart .cart-body .cart-item.product .productdata .miniCart_prod_title:hover {
    color: #b9c300; }
.order-summary-content .cart .cart-body .cart-item.product .productdata .codigo {
  font-size: 13px;
  color: #606060; }

.order-summary-content .cart .cart-body .cart-item.quantity {
  text-align: center; }

.order-summary-content .cart .cart-body .cart-item.price {
  text-align: center; }
  .order-summary-content .cart .cart-body .cart-item.price span {
    display: inline-block; }
  .order-summary-content .cart .cart-body .cart-item.price .gs {
    font-size: 16px; }
  .order-summary-content .cart .cart-body .cart-item.price .productPrice {
    font-size: 21px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 600;
    text-align: center; }

.order-summary-content .cart .cart-body .cart-item.remove {
  text-align: center;
  padding-top: 20px; }
  .order-summary-content .cart .cart-body .cart-item.remove .remove-item, .order-summary-content .cart .cart-body .cart-item.remove p {
    display: inline-block;
    margin-bottom: 5px; }
    .order-summary-content .cart .cart-body .cart-item.remove .remove-item input[type=checkbox], .order-summary-content .cart .cart-body .cart-item.remove p input[type=checkbox] {
      cursor: pointer; }

.order-summary-content .cart .cart-body .cart-item.end {
  border-right: none; }

.order-summary-content .cart .cart-header-row, .wishlist-content .cart .cart-header-row {
  font-size: 14px; }

.order-summary-content .cart .cart-header-row th, .wishlist-content .cart .cart-header-row th {
  background: url("images/cart_line_y.gif") repeat-y right;
  padding: 2px 8px;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: normal; }

.order-summary-content .cart .cart-header-row th.picture, .wishlist-content .cart .cart-header-row th.picture {
  background: none;
  border: none; }

.order-summary-content .cart .cart-header-row th.end, .wishlist-content .cart .cart-header-row th.end {
  background: none;
  padding-right: 5px; }

.order-summary-content .cart .cart-item-row td, .wishlist-content .cart .cart-item-row td {
  /*background: url('images/cart_line_y.gif') repeat-y right;	border-top: 1px dotted #ffc907;*/
  vertical-align: middle; }

.order-summary-content .cart .cart-item-row td.productpicture, .wishlist-content .cart .cart-item-row td.productpicture {
  padding: 5px 5px 5px 5px;
  background: none; }

.order-summary-content .cart .cart-item-row td.product, .wishlist-content .cart .cart-item-row td.product {
  text-align: left;
  padding: 0px 10px 0px 10px; }

.order-summary-content .cart .cart-item-row td.product a {
  display: block; }

.order-summary-content .cart .cart-item-row td.end, .wishlist-content .cart .cart-item-row td.end {
  border-top: 1px dotted #ffc907;
  background: none;
  text-align: right;
  font-weight: bold;
  color: #666;
  font-family: 'Yanone Kaffeesatz', Sans-Serif;
  text-shadow: 0px 0px 1px rgba(127, 94, 65, 0.3);
  font-size: 18px; }

.order-summary-content .WarningBox .WarningText, .wishlist-content .WarningBox .WarningText {
  color: Red; }

.order-summary-content .total-info {
  font-size: 16px;
  margin: 0px;
  line-height: 1.8em;
  width: 100%;
  position: relative;
  box-sizing: border-box; }

.opc-total-container {
  width: 100%;
  padding: 15px;
  background: url("images/carrito-bg-corte.png") repeat-x center top;
  background-color: #004a1e;
  box-sizing: border-box; }
  .opc-total-container .opc-total-amount {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: #FFF;
    display: block;
    text-align: right; }
  .opc-total-container .opc-total-label {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #FFF;
    display: block;
    text-align: right; }

.order-summary-content .removegiftcardbutton, .order-summary-content .removediscountbutton {
  padding-right: 5px;
  padding-left: 18px;
  background: url("images/ico-delete.gif") no-repeat; }

.order-summary-content .selected-checkout-attributes {
  margin: 0px;
  padding: 10px 0px 10px 0px;
  width: 100%;
  text-align: right;
  vertical-align: middle;
  color: #353434; }

.order-summary-content .checkout-attributes {
  margin: 10px 0px 10px 0px;
  padding: 10px 20px 10px 20px;
  background: none repeat scroll 0 0 #F7F5E8;
  border: 1px dotted #D3D3D3; }

.order-summary-content .min-amount-warning {
  margin: 0px;
  padding-bottom: 10px;
  float: right;
  padding: 5px 25px;
  background: #e10;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  margin-left: 20px; }

.order-summary-content .min-amount-warning .min-amount-warning-number {
  font-family: 'Yanone Kaffeesatz',sans-serif;
  font-size: 24px;
  font-weight: bold; }

.order-summary-content .terms-of-service {
  margin: 0px;
  padding: 10px 0px 10px 10px; }

.order-summary-content .terms-of-service .read {
  text-decoration: underline; }

.order-summary-content .terms-of-service .read:hover {
  cursor: pointer; }

.order-summary-content .common-buttons {
  margin: 0px;
  margin-bottom: 20px;
  text-align: center; }

.order-summary-content .checkout-buttons {
  margin: 0px; }

.order-summary-content .addon-buttons {
  clear: both;
  float: right;
  margin: 0px;
  padding: 10px 0px 10px 10px;
  text-align: right;
  display: none; }

.order-summary-content .crosssells-title {
  color: #000000;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 5px 5px 0;
  border-bottom: 0 none;
  margin: 0 0 10px;
  width: 100%; }

.confirm-button-box {
  position: relative;
  float: right; }

.cart-observaciones {
  width: 100%;
  text-align: left;
  margin-bottom: 15px; }
  .cart-observaciones h3 {
    padding-bottom: 10px; }
  .cart-observaciones .cart-observaciones-txt {
    width: 100%;
    height: 102px;
    resize: none;
    margin: 0px;
    display: block;
    box-sizing: border-box; }

.qtyFlecha {
  float: right;
  width: 10px;
  padding-top: 3px;
  margin-left: 2px; }

.span_botonera {
  display: block;
  margin-bottom: 2px; }

.wishlist-content {
  margin: 0px;
  font-size: 11px;
  color: #555;
  background-color: inherit; }

.wishlist-content .cart {
  margin-bottom: 25px; }

.warning-box {
  background: url(images/fuera-de-stock-bg.png) no-repeat #eb4300;
  padding: 5px;
  padding-left: 33px;
  border-radius: 5px;
  float: left; }

.warning-text {
  text-align: center;
  color: white;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: normal; }

.cart-total {
  margin-bottom: 20px; }
  .cart-total tbody tr {
    border-top: 1px solid #d3d3d3; }
    .cart-total tbody tr:first-child {
      border-top: none; }

.cart-total .productPrice {
  font-family: 'Yanone Kaffeesatz', Sans-Serif;
  font-size: 24px;
  font-weight: bold;
  color: #888f07; }

.cart_total_left {
  width: 100%;
  text-align: right;
  vertical-align: middle;
  height: 45px;
  color: #353434; }

.cart_total_left_below {
  width: 100%;
  text-align: right;
  vertical-align: top;
  height: 30px; }

.cart_total_right {
  text-align: right;
  vertical-align: middle;
  padding-left: 5px; }

.cart_total_right .productPrice {
  font-family: 'Yanone Kaffeesatz', Sans-Serif;
  font-size: 24px;
  font-weight: bold; }

.estimate-shipping {
  margin: 0px;
  padding: 10px 10px 10px 10px;
  font-size: 11px;
  color: #555;
  background: #F7F5E8;
  border: dotted 1px #d3d3d3; }

.estimate-shipping .shipping-options {
  text-align: left;
  margin: 10px 10px 10px 10px;
  border: 1px solid #FFDB99;
  height: auto; }

.estimate-shipping .shipping-options .shipping-option-item {
  text-align: left;
  vertical-align: text-top;
  padding: 5px 0  0 5px; }

.estimate-shipping .shipping-options .shipping-option-item .option-name {
  font-weight: bold; }

.estimate-shipping .shipping-options .shipping-option-item .option-description {
  padding: 5px 0 5px 16px; }

.deleted-products {
  padding: 10px;
  background: #ffefd8;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid #ffdca9;
  color: #555;
  text-align: left; }

.deleted-products p {
  margin-top: 0;
  padding-top: 0; }

.checkoutbutton, .updatecartbutton, .continueshoppingbutton, .checkoutbuttonoff, .emptycartbutton {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 15px 20px;
  margin: 0;
  border-radius: 5px;
  font-size: 16px;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #006729;
  color: #fff;
  cursor: pointer;
  border: medium none;
  float: right;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease; }

.checkoutbutton {
  padding: 15px 30px; }

.updatecartbutton {
  background: url("images/refresh-cart.png") #006729 no-repeat 20px center;
  padding-left: 55px; }

.checkoutbutton:hover, .updatecartbutton:hover {
  opacity: .8;
  color: #fff;
  text-decoration: none; }

.continueshoppingbutton {
  background-color: #b9c300;
  font-size: 14px;
  color: #FFF;
  float: left;
  cursor: pointer; }

.continueshoppingbutton:hover {
  background-color: #006729;
  text-decoration: none; }

.emptycartbutton {
  background-color: #4a4a4a;
  color: #FFF;
  float: left;
  cursor: pointer;
  margin-left: 8px;
  font-size: 14px; }

.emptycartbutton:hover {
  background: #b9c300;
  text-decoration: none; }

.checkoutbuttonoff {
  background: #c6c6c6;
  color: #fff;
  float: right;
  border: 1px solid #c6c6c6;
  cursor: default; }

.total-mini {
  display: none; }

/* CHECKOUT, ORDER DETAILS */
.checkout-page, .checkout-one-page {
  margin-bottom: 15px;
  padding-bottom: 5px;
  padding-left: 0; }

.checkout-page .page-title, .checkout-one-page .page-title {
  border-bottom: 0 none; }

.checkout-page .checkout-data, .checkout-one-page .checkout-data {
  margin: 0px 0 0 0;
  padding: 0px 0 0 0;
  font-size: 14px;
  color: #0452a5;
  background-color: inherit; }

.checkout-one-page .checkout-data .progress {
  position: absolute;
  top: 100px;
  width: 180px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: none repeat scroll 0 0 #FFFFFF;
  padding: 5px 10px;
  text-align: center;
  z-index: 2147483647;
  border: 1px solid #999;
  box-shadow: 0px 0px 5px #000; }

.checkoutstep .steptitle {
  color: white;
  background-color: #0452a5;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 5px 5px 5px 5px;
  margin-top: 5px;
  border-radius: 5px 5px 0px 0px; }

.checkoutstep .stepcontent {
  border: solid 1px #6ca1d9;
  border-top: none;
  padding: 5px 5px 5px 5px; }

.order-summary-title {
  padding: 10px 10px 5px 0px;
  font-size: 11px;
  color: #555;
  font-weight: bold;
  clear: both; }

.order-summary-body {
  margin: 0px;
  padding: 0px;
  font-size: 11px;
  color: #555; }

.checkout-data .select-address-title {
  padding: 10px 10px 5px 0px;
  font-size: 14px;
  color: #0452a5;
  clear: both; }

.checkout-data .address-grid {
  margin-bottom: 15px;
  padding: 0px; }

.checkout-data .address-grid .item-box {
  padding-bottom: 10px;
  text-align: center;
  vertical-align: text-top; }

.checkout-data .address-grid .address-item {
  text-align: center;
  padding: 8px;
  border: 1px solid #FFDB99;
  width: 260px;
  height: auto; }

.checkout-data .address-grid .address-item .select-button {
  margin-bottom: 5px;
  margin-top: 5px;
  text-align: right;
  padding-left: 10px; }

.checkout-data .address-grid .address-item .address-box {
  text-align: left;
  font-size: 12px;
  color: #0452a5; }

.checkout-data .enter-address-title {
  padding: 10px 10px 5px 0px;
  font-size: 14px;
  color: #0452a5;
  clear: both; }

checkout-data .enter-address {
  text-align: center;
  border: 1px solid #ffdb99;
  height: auto;
  color: #0452a5; }

.checkout-data .enter-address .enter-address-body {
  text-align: left;
  margin: 10px 10px 10px 10px; }

.checkout-data .enter-address .button {
  margin: 10px 10px 10px 10px;
  text-align: right; }

.checkout-data .enter-address .the-same-address {
  text-align: left;
  margin: 10px 10px 10px 10px; }

.checkout-data .shipping-options {
  text-align: left;
  padding: 10px;
  border: 1px solid #FFDB99;
  height: auto; }

.checkout-data .shipping-options .shipping-option-item {
  text-align: left;
  vertical-align: text-top;
  padding: 5px 0  0 5px;
  color: #0452a5; }

.checkout-data .shipping-options .shipping-option-item .option-name {
  font-size: 14px; }

.checkout-data .shipping-options .shipping-option-item .option-description {
  padding: 5px 0 5px 16px;
  display: none; }

.checkout-data .shipping-options .select-button {
  text-align: right; }

.checkout-data .shipping-options .error-block {
  margin: 10px 10px 10px 10px;
  text-align: left; }

.checkout-data .userewardpoints {
  margin: 0px;
  padding: 10px 10px 10px 10px;
  font-size: 11px;
  color: #555;
  background: #F7F5E8;
  margin-bottom: 10px;
  border: dotted 1px #d3d3d3; }

.checkout-data .payment-methods {
  text-align: left;
  margin: 10px 10px 10px 10px;
  border: 1px solid #FFDB99;
  height: auto;
  padding: 5px;
  position: relative; }

.checkout-data .payment-methods .payment-method-item {
  padding: 10px;
  text-align: left;
  vertical-align: text-top; }

.checkout-data .payment-methods .select-button {
  margin: 10px 10px 10px 10px;
  text-align: right; }

.checkout-data .payment-methods .error-block {
  padding: 10px 10px 5px 0px;
  font-weight: bold;
  clear: both; }

.checkout-data .payment-info {
  text-align: left;
  margin: 10px 10px 10px 10px;
  border: 1px solid #FFDB99;
  height: auto; }

.checkout-data .payment-info .body {
  padding: 10px;
  text-align: left;
  vertical-align: text-top; }

.checkout-data .payment-info .select-button {
  margin: 10px 10px 10px 10px;
  text-align: left; }

.checkout-data .confirm-order {
  text-align: left;
  margin: 10px 10px 10px 10px;
  border: 1px solid #FFDB99;
  height: auto; }

.checkout-data .confirm-order .select-button {
  margin: 10px 10px 10px 10px;
  text-align: right; }

.checkout-data .confirm-order .error-block {
  margin: 10px 10px 10px 10px;
  text-align: left; }

.checkout-data .order-completed {
  text-align: left;
  margin: 10px 10px 10px 10px;
  border: 1px solid #FFDB99;
  height: auto; }

.checkout-data .order-completed .body {
  padding: 10px;
  text-align: left;
  vertical-align: text-top; }

.checkout-data .order-completed .checkout-error {
  text-align: center;
  margin-bottom: 20px; }

.checkout-data .order-completed .checkout-error .error-img {
  display: block;
  margin: 0 auto;
  width: 250px;
  height: 81px;
  margin-top: 20px; }

.checkout-data .order-completed .checkout-newpayment {
  text-align: center;
  margin-bottom: 20px; }

.checkout-data .order-completed .checkout-newpayment table {
  /*width:500px; */
  margin: 0 auto;
  margin-bottom: 10px; }

.checkout-data .order-completed .select-button {
  margin: 10px 10px 10px 10px;
  text-align: left; }

.order-details .order-overview {
  text-align: left;
  padding: 0;
  border: 1px solid #006729; }
  .order-details .order-overview .info {
    padding: 15px; }
  .order-details .order-overview .order-header td {
    padding: 10px 15px;
    background: #006729;
    color: #FFF; }
  .order-details .order-overview .order-header .order-nro {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 22px;
    text-align: left; }
  .order-details .order-overview .order-header .smallText {
    font-size: 11px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left; }
    .order-details .order-overview .order-header .smallText span {
      font-size: 14px;
      font-family: 'Lato', Arial, Helvetica, sans-serif;
      font-weight: 400;
      text-transform: none;
      display: block; }
    .order-details .order-overview .order-header .smallText.order-total {
      font-family: 'Lato', Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 11px;
      text-align: right; }
      .order-details .order-overview .order-header .smallText.order-total span {
        font-size: 22px;
        font-family: 'Lato', Arial, Helvetica, sans-serif;
        font-weight: 600;
        text-transform: none;
        display: block; }

.products-box .products-table thead th {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #4a4a4a;
  padding: 10px 15px;
  background: #d3d3d3; }
.products-box .products-table td {
  color: #4a4a4a;
  padding: 10px 15px;
  text-align: center; }
.products-box .products-table tbody tr {
  border-bottom: 1px solid #d3d3d3; }
  .products-box .products-table tbody tr:nth-child(2n) {
    background-color: #eee; }
  .products-box .products-table tbody tr td:first-child {
    text-align: left; }
.products-box .products-table tbody a {
  color: #4a4a4a; }

.order-details .products-table {
  width: 100%; }

.order-details .products-table .title {
  display: none; }

.order-details .order-details-box {
  text-align: left;
  border: 1px solid #c6bc80;
  height: auto;
  margin-top: 25px;
  background: #edeab2;
  color: #4a4a4a; }
  .order-details .order-details-box .order-details-header {
    width: 100%;
    padding: 15px;
    background-image: url("images/arrow-foward.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #c6bc80;
    cursor: pointer; }
    .order-details .order-details-box .order-details-header h2 {
      font-family: 'Lato', Arial, Helvetica, sans-serif;
      font-weight: 600;
      font-size: 16px;
      color: #FFF;
      text-transform: uppercase;
      padding: 0;
      margin: 0; }
  .order-details .order-details-box .order-detalis-body {
    padding: 15px; }

.order-details-box h3 {
  border-bottom: 1px solid #c6bc80;
  clear: both;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  width: 90%; }

.order-details .products-box, .order-details .ordernotes-box {
  text-align: left;
  /*	padding: 10px;	border: 1px solid #ffc907;*/
  height: auto;
  /*border-radius:10px;	background:#fff1bf;	color:#666;*/ }

.order-details .page-links {
  float: right;
  padding-top: 15px; }

.orderDetail_total {
  font-size: 14px; }

.orderDetail_total td {
  padding: 10px 15px;
  border-bottom: 1px solid #d3d3d3; }
  .orderDetail_total td.total-nro {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #888f07;
    font-size: 16px; }

.orderDetail_total .grand-total td {
  font-size: 20px !important;
  border: none; }
  .orderDetail_total .grand-total td.total-nro {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 700; }

.order-details .checkout-attributes {
  text-align: right;
  vertical-align: middle;
  padding: 10px;
  height: auto; }

.downloable-products {
  margin: 0px 0 0 0;
  padding: 5px 5px 5px 5px;
  font-size: 11px;
  color: #555;
  background-color: inherit; }

.downloable-products .info {
  padding: 10px; }

.downloable-products .products-box {
  text-align: left;
  padding: 10px;
  border: 1px solid #FFDB99;
  height: auto; }

.order-progress {
  height: 40px;
  margin: 0 auto;
  text-align: center;
  border-bottom: solid 2px #f3f3f3; }

.order-progress {
  display: none; }

.order-progress ul {
  padding: 0;
  margin: 0; }

.order-progress ul li {
  list-style: none;
  display: inline;
  padding: 5px 20px 0 20px; }

.order-progress ul li .active-step {
  color: #6a6a6a;
  background: url("images/progress-step-active.gif") no-repeat 50% 50%;
  padding-bottom: 40px;
  padding-right: 1px; }

.order-progress ul li .inactive-step {
  color: #d7d7d7;
  background: url("images/progress-step-inactive.gif") no-repeat 50% 50%;
  padding-bottom: 40px;
  padding-right: 1px; }

.return-request {
  margin-bottom: 15px;
  padding: 0px; }

.return-request .page-title {
  border-bottom: 0 none; }

.return-request .section-addinfo {
  padding: 10px 10px 5px 0px;
  font-weight: bold;
  font-size: 14px;
  color: #0452a5; }

.return-request .products-box {
  text-align: left;
  padding: 10px;
  border: 1px solid #FFDB99;
  height: auto; }

.customer-return-request-list {
  margin: 0px 0 0 0;
  padding: 5px 5px 5px 5px;
  font-size: 11px;
  color: #555;
  background-color: inherit; }

.customer-return-request-list .section-title {
  padding: 10px 10px 5px 0px;
  font-weight: bold;
  clear: both;
  font-size: 12px; }

.customer-return-request-list .request-list .request-item {
  text-align: left;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #FFDB99;
  height: auto; }

.customer-logout-mobile {
  display: none; }

.order-error-container {
  background: #ffeeb2;
  border-radius: 10px;
  width: 440px;
  margin: 0 auto;
  padding: 1px 15px 15px 20px; }

.order-error-container table {
  width: 100%; }

.actualizar_warning {
  font-size: 14px;
  color: Red;
  margin: 10px 0px;
  text-align: center;
  display: none;
  background: #e10;
  color: #fff;
  padding: 5px 25px;
  border-radius: 5px; }

.warning_carrito {
  font-size: 14px;
  color: Red;
  margin: 10px 0px;
  text-align: center;
  background: #e10;
  color: #fff;
  padding: 5px 25px;
  border-radius: 5px; }

.payment-method-error {
  position: absolute;
  padding: 10px;
  background: #e10;
  bottom: -38px;
  right: 300px;
  z-index: 0;
  color: #fff;
  text-transform: uppercase;
  text-align: right; }

.mobile-ok-button {
  display: none; }

.confirm-message {
  font-size: 14px;
  text-align: center;
  color: #0452a5;
  width: 350px;
  border: 1px solid #ffc907;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
  background: #fff1bf; }

/* HOME PAGE */
.home-destacados {
  padding-top: 70px; }

.destacado-categoria {
  background: url("images/bg-destacados-categorias.png") no-repeat right top; }
  .destacado-categoria h2.destacado-title {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 31px;
    color: #006729;
    text-transform: uppercase;
    padding-bottom: 25px;
    padding-top: 30px; }
    .destacado-categoria h2.destacado-title strong {
      color: #b9c300; }
  .destacado-categoria .slider-destacados {
    position: relative; }
    .destacado-categoria .slider-destacados .product-item {
      margin: 0 7px; }
    .destacado-categoria .slider-destacados .slick-prev, .destacado-categoria .slider-destacados .slick-next {
      top: -50px;
      right: 0px; }
    .destacado-categoria .slider-destacados .slick-prev {
      right: 40px; }

.also-purchased-products-grid {
  background: #edeab2;
  padding: 25px; }
  .also-purchased-products-grid .item-box .productAdd {
    width: 100%;
    float: none; }
  .also-purchased-products-grid .item-box .productvariantaddtocartbutton {
    float: none;
    text-indent: 0; }

.home-page-product-grid {
  width: 610px; }

.home-page-product-grid .boxtitle, .related-products-grid .boxtitle {
  height: 23px;
  margin-bottom: 13px;
  font-family: 'Yanone Kaffeesatz';
  font-size: 24px;
  color: #00B32A;
  border-bottom: 1px solid #8EAECF;
  width: 600px; }

.home-page-product-grid .item-box {
  padding-bottom: 10px;
  text-align: center;
  width: 150px; }

.home-page-product-grid .product-item .prices br {
  display: none; }

.home-page-product-grid .product-item .product-title a, .also-purchased-products-grid .product-item .product-title a, .product-list1 .product-item .product-title a, .product-list1 .product-item .product-title, .product-grid .product-item .product-title a, .related-products-grid .product-item .product-title a, .recommended-products-vertical .product-item .product-title a {
  line-height: 1.3em; }

.home-page-product-grid .product-item .picture {
  text-align: center;
  width: 145px;
  overflow: hidden;
  height: 145px;
  background: #fff; }

.banner-ofertas {
  padding-bottom: 50px; }

/*.home-page-title .arrow-right {border-left:10px outset #f4bf01; border-top:7px outset transparent;border-bottom:7px outset transparent;}*/
.home-page-title {
  width: 1320px;
  height: 64px;
  padding: 15px 70px;
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background: url("images/bg-destacados-title.png") no-repeat center center;
  box-sizing: border-box; }
  .home-page-title h1 {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 31px;
    color: #FFF;
    display: inline-block;
    margin-left: 7px;
    letter-spacing: 2px;
    font-style: italic;
    text-align: left; }
    .home-page-title h1 strong {
      font-family: 'Lato', Arial, Helvetica, sans-serif;
      font-weight: 700; }

.bestsellers {
  margin-left: auto;
  margin-right: auto;
  width: 555px; }

.bestsellers .boxtitle {
  padding: 10px 0px 1px 0px;
  margin: 0 5px 10px 5px;
  font-weight: bold;
  text-transform: uppercase;
  clear: both;
  font-size: 1.1em;
  border-bottom: solid 1px #C4C6C8;
  text-align: center; }

.bestsellers .item-box {
  padding-bottom: 10px;
  text-align: center;
  vertical-align: text-top; }

.bestsellers .product-item {
  text-align: center;
  margin: 0px 5px 10px 0px;
  width: 180px;
  height: 240px; }

.bestsellers .product-item .product-title {
  margin-bottom: 5px;
  margin-top: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 12px; }

.bestsellers .product-item .picture {
  text-align: center; }

.banner-listas {
  width: 100%;
  background: url("images/bg-banner-listas.jpg") no-repeat center top;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px; }
  .banner-listas h3 {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #006729;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 34px;
    padding-bottom: 20px; }
  .banner-listas p {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 19px;
    color: #7c7c7c;
    margin-bottom: 20px; }
    .banner-listas p strong {
      font-family: 'Lato', Arial, Helvetica, sans-serif;
      font-weight: 700;
      color: #006729; }
  .banner-listas .big-button {
    display: inline-block;
    text-align: center;
    background: url("images/list-add.png") #b9c300 no-repeat 15px center;
    padding-left: 50px;
    font-size: 17px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #FFF; }

/* PRODUCTS IN GRID - TEMPLATE */
.product-grid .product-item .add-info .prices .productPrice {
  /*color: green;*/ }

.txtObservacion {
  width: 100%;
  height: 100px;
  margin-left: 0px;
  resize: none;
  border: 1px solid #d3d3d3;
  border-radius: 5px; }

/* PRODUCTS IN LINES 1 - TEMPLATE */
.product-list1 {
  margin-top: 20px; }

.product-list1 .product-item {
  position: relative; }

.product-list1 .product-item .description {
  text-align: left;
  color: #555; }

.product-list1 .product-item .prices-wrapper {
  text-align: center; }

.product-list1 .product-item .buttons {
  text-align: center; }

.product-item {
  position: relative;
  background: #fff;
  text-align: center;
  zoom: 1; }
  .product-item:before, .product-item:after {
    display: table;
    content: ""; }
  .product-item:after {
    clear: both; }
  .product-item .product-title, .product-item .product-title a {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #4a4a4a;
    font-size: 12px;
    line-height: 16px;
    display: block; }
  .product-item .product-title {
    margin-bottom: 10px;
    height: 35px;
    overflow: hidden; }

.image-advertising {
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
  -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
  box-shadow: 0px 1px 5px 0px #4a4a4a; }

/* PRODUCTS IN LINES 2 - TEMPLATE */
.product-list2 {
  margin-bottom: 15px;
  padding: 0px; }

/* FEATURED PRODUCTS */
.featured-product-grid {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 520px;
  text-align: center; }

.featured-product-grid .title {
  padding: 10px 10px 5px 0px;
  font-weight: bold;
  text-transform: uppercase;
  clear: both;
  margin: 0;
  color: #3A4045; }

.featured-product-grid .item-box {
  padding-bottom: 10px;
  text-align: center;
  vertical-align: text-top; }

.featured-product-grid .product-item {
  text-align: center;
  margin: 10px 5px 10px 5px;
  width: 250px;
  border: solid 1px #FFDB99; }

.featured-product-grid .product-item .product-title {
  font-weight: bold;
  font-size: 12px;
  padding: 0 0 0 10px;
  text-transform: none; }

.featured-product-grid .product-item .product-title a {
  display: block;
  height: 2em;
  line-height: 1.3em;
  overflow: hidden hidden;
  padding: 4px 10px 8px 0px; }

.featured-product-grid .product-item .picture {
  text-align: center;
  margin-top: 10px; }

.featured-product-grid .product-item .description {
  margin: 5px 5px 0 5px;
  text-align: center;
  padding: 10px 5px 10px 5px;
  border-top: solid 1px #FFDB99;
  color: #555;
  height: 50px; }

.featured-product-grid .product-item .add-info {
  vertical-align: bottom;
  text-align: right;
  width: 250px;
  height: 85px;
  position: relative; }

.featured-product-grid .product-item .add-info .prices {
  text-align: right;
  vertical-align: middle;
  position: absolute;
  bottom: 15px;
  right: 10px; }

.featured-product-grid .product-item .add-info .buttons {
  vertical-align: middle;
  position: absolute;
  bottom: 15px;
  left: 10px;
  text-align: left; }

.category-page .product-pager span, .manufacturer-page .product-pager span, .producttag-page .product-pager span, .search-panel .product-pager span {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #006729;
  /*background: $verde;*/ }

.category-page .product-pager .product-pager-box {
  float: right; }

.category-page, .manufacturerlist-page, .manufacturer-page, .producttag-page {
  margin-bottom: 15px;
  padding: 0px; }

.category-page .page-title, .manufacturerlist-page .page-title, .manufacturer-page .page-title, .producttag-page .page-title {
  border-bottom: 0 none; }

.category-page .category-description, .manufacturer-page .manufacturer-description {
  color: #002356;
  font-size: 1em;
  display: none; }

.sub-category-grid {
  width: 600px; }

/*.manufacturer-grid{	margin-left: auto;	margin-right: auto;	width: 570px;	/*padding:10px;*/
/*background:#ccc;	margin-bottom: 15px;}*/
.manufacturer-grid {
  width: 149px;
  padding: 10px 0px 0px 9px;
  background: #fffbf2;
  border: 1px solid #ffdb99;
  border-radius: 5px; }

.manufacturer-grid table {
  display: table;
  border: 0;
  padding: 0;
  margin: 0; }

.manufacturer-grid table tr {
  display: table-row;
  border: 0;
  padding: 0;
  margin: 0; }

.manufacturer-grid table td {
  display: table-cell;
  padding: 0;
  margin: 0;
  border: 0; }

.manufacturer-grid table td div {
  width: 65px;
  height: 65px;
  margin-right: 10px;
  margin-bottom: 10px; }

.manufacturer-grid div.picture {
  width: 63px;
  height: 63px;
  border: 1px solid #ffdb99;
  overflow: hidden;
  text-align: center;
  margin-right: 0px;
  margin-bottom: 0px; }

.manufacturer-grid div.picture:hover {
  border: 1px solid #ffc907; }

.manufacturer-grid table td div img {
  width: 65px;
  height: 65px; }

.manufacturer-grid table td div a {
  padding: 0; }

.sub-category-grid .item-box, .manufacturer-grid .item-box {
  text-align: center;
  vertical-align: text-top; }

.sub-category-grid .sub-category-item, .manufacturer-grid .manufacturer-item {
  text-align: center;
  width: 145px;
  padding-right: 5px;
  height: auto;
  margin-bottom: 10px; }

.sub-category-grid .sub-category-item .category-title, .manufacturer-grid .manufacturer-item .man-title {
  text-align: center;
  font-size: 12px;
  display: block;
  overflow: hidden hidden;
  margin-bottom: 5px;
  color: #666;
  font-weight: normal; }

.sub-category-grid .sub-category-item .picture, .manufacturer-grid .manufacturer-item .picture {
  text-align: center;
  width: 145px;
  height: 145px; }

.sub-category-list {
  margin-bottom: 15px;
  padding: 0px; }

.product-filters {
  width: 520px;
  margin: 0 auto 0 auto;
  border: 1px solid #FFDB99;
  background: #F7F5E8; }

.product-filters .filter-title {
  font-weight: bold;
  padding-left: 10px;
  color: #3A4045; }

.product-filters .filter-title span {
  display: block;
  height: 2em;
  line-height: 1.3em;
  overflow: hidden hidden;
  padding: 4px 10px 8px 0px; }

.product-filters .filter-item {
  padding: 5px 10px 5px 10px; }

.price-range-filter .title {
  color: #555;
  font-weight: bold;
  background: url("images/ico-arrow-r.gif") no-repeat;
  padding: 1px 0px 5px 20px; }

.price-range-filter ul {
  margin: 0;
  padding-left: 20px; }

.price-range-filter li {
  list-style: none;
  padding-bottom: 2px; }

.price-range-filter .selected-price-range {
  padding-left: 20px; }

.price-range-filter .remove-price-range-filter {
  font-weight: bold; }

.product-spec-filter .title {
  color: #555;
  font-weight: bold;
  background: url("images/ico-arrow-r.gif") no-repeat;
  padding: 1px 0px 5px 20px; }

.product-spec-filter table.filter {
  width: 100%; }

.product-spec-filter table.filter tr.group {
  font-weight: bold; }

.product-spec-filter table.filter tr.item td {
  padding: 2px 2px 2px 16px; }

.product-spec-filter .remove-filter {
  padding-left: 20px; }

.product-spec-filter .remove-product-spec-filter {
  font-weight: bold; }

.compare-products {
  margin-bottom: 15px;
  padding-bottom: 5px;
  padding-left: 0; }

.compare-products .page-title {
  border-bottom: 0 none; }

.compare-products .body {
  margin: 0px 0 0 0;
  padding: 0px 0 0 0;
  font-size: 11px;
  color: #555;
  background-color: inherit; }

.compare-products-table .remove-button {
  margin: 0px 0px 5px 0px;
  margin-right: 5px;
  margin-top: 5px;
  border: none;
  background: url(images/btn-lvl2-bg.png) -3px 0px;
  padding: 3px;
  color: #0452a5;
  font-size: 12px;
  border-radius: 5px; }

.compare-products-table tr.product-name {
  background-color: #fff1bf;
  font-size: 14px; }

.compare-products-table td {
  padding: 3px;
  font-size: 14px; }

.login-page {
  margin-bottom: 15px;
  padding-bottom: 5px;
  padding-left: 0; }

.login-page .page-title {
  border-bottom: 0 none; }

.login-page2 .page-title {
  width: 400px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px 10px 0px 0px;
  color: #0452a5;
  border: none;
  float: none; }

.login-page .wrapper {
  width: 770px;
  margin-top: 10px;
  font-size: 14px;
  float: left;
  color: #0452a5; }

.login-page .wrapper .new-wrapper {
  float: left;
  width: 380px;
  background: #012b54;
  position: relative;
  border-radius: 10px;
  padding: 30px 0px;
  text-align: center;
  margin-top: 20px; }

.login-page .wrapper .new-wrapper .register-title-block {
  position: absolute;
  left: 50%;
  top: -17px; }

.login-page .wrapper .new-wrapper .register-title {
  background: #0452a5;
  text-align: center;
  padding: 1px 25px;
  font-family: 'Yanone Kaffeesatz', Sans-serif;
  font-size: 28px;
  color: #ffc907;
  text-transform: uppercase;
  border-radius: 10px;
  display: block;
  position: relative;
  left: -50%;
  white-space: nowrap;
  font-weight: normal; }

.login-page .wrapper .new-wrapper .register-block {
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 16px 30px;
  line-height: 1em; }

.login-page .wrapper .new-wrapper .register-button-block {
  position: absolute;
  left: 50%;
  bottom: -17px; }

.login-page .wrapper .new-wrapper .checkout-as-guest-or-register-block {
  text-align: left;
  margin: 10px 10px 10px 10px;
  padding: 15px 5px 5px 5px;
  border: 1px solid #FFDB99;
  min-height: 240px;
  vertical-align: top; }

.captcha-enabled {
  height: 310px !important; }

.login-page .wrapper .returning-wrapper {
  float: right;
  width: 380px;
  background: #0452a5;
  position: relative;
  border-radius: 10px;
  padding: 30px 0px;
  text-align: center;
  margin-top: 20px; }

.login-page .wrapper .returning-wrapper .login-title-block {
  position: absolute;
  left: 50%;
  top: -17px; }

.login-page .wrapper .returning-wrapper .login-title {
  background: #012b54;
  text-align: center;
  padding: 1px 25px;
  font-family: 'Yanone Kaffeesatz', Sans-serif;
  font-size: 28px;
  color: #ffc907;
  text-transform: uppercase;
  border-radius: 10px;
  display: block;
  position: relative;
  left: -50%;
  white-space: nowrap;
  font-weight: normal; }

.login-page .wrapper .returning-wrapper .login-block {
  text-align: left; }

.login-page .wrapper .returning-wrapper .login-block .login-info-container {
  position: relative;
  padding-left: 46px;
  padding-bottom: 5px; }

.login-page .wrapper .returning-wrapper .login-block .textBox {
  border: none;
  background: #fff;
  color: #a3abb7;
  display: inline-block;
  width: 270px;
  border-radius: 10px;
  padding: 8px;
  text-align: center;
  font-style: italic;
  font-size: 16px; }

/*.login-page .wrapper .returning-wrapper .login-block .textBox {border:none;background:#fff;color:#a3abb7;display:inline-block;width:270px;border-radius:10px;padding:8px;text-align:center;font-style:italic;font-size:16px;}*/
.login-page .wrapper .returning-wrapper .login-block .login-validator {
  display: inline-block;
  padding: 8px 5px; }

.login-page .wrapper .returning-wrapper .login-block a {
  color: #fff; }

.login-page .wrapper .returning-wrapper .login-button-block {
  position: absolute;
  left: 50%;
  bottom: -17px; }

.login-page .wrapper .returning-wrapper .login-button-block .register-button, .login-page .wrapper .returning-wrapper .login-button-block .login-button {
  position: relative;
  left: -50%; }

.login-page .wrapper .returning-wrapper .login-error-panel {
  position: absolute;
  bottom: -55px;
  width: 380px;
  text-align: center;
  color: #fff;
  color: #e10; }

.login-small-wrapper {
  padding: 15px;
  text-align: center;
  color: #4a4a4a;
  background: #edeab2; }
  .login-small-wrapper .login-validator {
    height: 0;
    display: none; }
  .login-small-wrapper .yellow-button, .login-small-wrapper .green-button {
    width: 100%;
    box-sizing: border-box; }

.dropdown.sm-clean > li > ul:after {
  border-color: transparent transparent #edeab2 transparent; }

.login-small-wrapper .textBox {
  background: #fff;
  color: #a3abb7;
  width: 100%;
  border-radius: 5px;
  padding: 10px 15px;
  text-align: center;
  font-style: italic;
  border: 1px solid #a8a8a8;
  box-sizing: border-box;
  color: #828282 !important;
  font-size: 14px;
  line-height: 16px;
  text-align: left; }

.login-small-wrapper a {
  color: #9ea60a !important; }
  .login-small-wrapper a:hover {
    background: transparent !important; }

.login-small-wrapper .login-error-panel {
  color: #e10; }

.login-small-wrapper .login-info-container {
  padding-bottom: 5px; }

.login-table-container {
  width: 340px;
  margin-left: 5px;
  vertical-align: middle; }

.login-table-container .row .item-name {
  padding: 10px 10px 5px 0px;
  display: block;
  white-space: nowrap;
  padding-right: 10px;
  vertical-align: middle; }

.login-table-container .row .item-value {
  width: 227px;
  padding: 5px 0px 5px 0px;
  vertical-align: middle; }

.login-table-container .row .item-value .textBox {
  width: 205px; }

.login-page .forgot-password {
  font-weight: bold; }

.login-page .buttons {
  float: right;
  margin-bottom: 5px;
  margin-top: 5px;
  text-align: center;
  clear: both; }

.registration-page .button {
  float: right;
  margin-bottom: 5px;
  margin-top: 5px;
  text-align: center;
  clear: both; }

.customer-avatar {
  padding: 10px; }

.customer-avatar .button {
  margin: 5px 0; }

.account-activation-page {
  margin-bottom: 15px;
  padding-bottom: 5px;
  padding-left: 0; }

.account-activation-page .page-title {
  border-bottom: 0 none; }

.account-activation-page .body {
  margin: 0px 0 0 0;
  padding: 0px 0 0 0;
  font-size: 14px;
  color: #555;
  background-color: inherit; }

.activation-item {
  color: #0452a5;
  padding-left: 15px;
  background: url(images/flechita-derecha.png) no-repeat; }

.password-recovery-page {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }
  .password-recovery-page .body {
    padding: 0;
    border: none;
    background: transparent; }
  .password-recovery-page .body-recovery {
    background: #FFF;
    padding: 25px;
    border: solid 1px #c6bc80; }

.address-edit-page .new-address-edit input[type="text"] {
  border: solid 1px #d3d3d3;
  border-radius: 5px;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: left;
  color: #4a4a4a;
  font-size: 14px;
  padding: 7px 15px;
  box-sizing: border-box;
  width: 100%; }
.address-edit-page .new-address-edit .data select {
  border: solid 1px #d3d3d3; }

.address-edit-page .page-title {
  border-bottom: 0 none; }

.search-panel {
  padding: 35px 0; }

.search-panel .page-title {
  border-bottom: 0 none; }

.search-panel .search-input {
  border: 1px solid #FFDB99;
  padding: 10px; }

.search-panel .search-results {
  padding-top: 10px; }

.search-panel .search-results .result {
  font-weight: bold;
  font-size: 14px;
  color: #0452a5; }

.search-panel table.basic-search, .search-panel table.adv-search {
  border: collapse;
  color: #333;
  margin: 0px;
  width: 100%;
  vertical-align: middle;
  text-align: left; }

.search-panel table.adv-search {
  border-top: solid #D3D3D3 1px;
  margin-top: 10px; }

.search-panel table.basic-search td.title, .search-panel table.adv-search td.title {
  padding: 4px 4px 4px 4px;
  text-align: left;
  vertical-align: middle;
  width: 130px; }

.search-panel table.basic-search td.data, .search-panel table.adv-search td.data {
  padding: 4px 4px 4px 4px;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap; }

.contact-form {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }
  .contact-form .send-email {
    background: #FFF;
    padding: 25px;
    border: solid 1px #c6bc80; }
    .contact-form .send-email .table-container {
      width: 100%; }
      .contact-form .send-email .table-container .item-name, .contact-form .send-email .table-container .item-name {
        height: 50px; }
      .contact-form .send-email .table-container textarea {
        width: 100% !important; }

.contact-form .button {
  padding-top: 10px;
  text-align: right; }

.breadcrumb {
  padding: 0px;
  margin: 0px 0px 0px 0px;
  font-weight: normal;
  font-size: 1em;
  margin-bottom: 10px;
  color: #b2d7ff;
  text-shadow: 0px 0px 1px rgba(175, 215, 245, 0.3); }

.breadcrumb a {
  text-decoration: none;
  color: #0452a5; }

.breadcrumb a:hover {
  text-decoration: underline; }

.newslist .newsitems .newsdetails {
  margin-top: 10px;
  margin-bottom: 10px; }

.newslist .newsitems .readmore {
  font-weight: bold;
  text-decoration: none;
  color: #3664A5;
  background-color: inherit; }

.newsitem {
  margin-bottom: 15px;
  padding-bottom: 5px;
  padding-left: 0; }

.newsitem .page-title {
  border-bottom: 0 none; }

.newsitem .newsdate {
  color: #9a9a9a;
  font-style: italic; }

.newsitem .newsbody {
  margin: 0px 0 0 0;
  padding: 0px 0 0 0; }

.newscomments {
  margin-bottom: 15px;
  padding-bottom: 5px;
  padding-left: 0; }

.newscomments .title {
  padding: 10px 10px 10px 0px;
  font-weight: bold;
  text-transform: uppercase; }

.newscomments .newcomment {
  margin: 0px 0 0 0;
  padding: 0px 0 0 0; }

.newscomments .newcomment td.leavetitle {
  padding: 0px 10px 10px 0px;
  font-weight: bold;
  color: #3a3a3a; }

.newscomments .newcomment td.button {
  text-align: right; }

.newscomments .commentlist {
  border-top: solid 1px #e3e3e3;
  margin-top: 10px; }

.newscomment {
  border-bottom: solid 1px #E3E3E3; }

.newscomment .commentinfo {
  width: 170px;
  float: left;
  padding: 5px;
  height: 100%;
  border-right: solid 1px #F3F3F3; }

.newscomment .commentinfo .userinfo {
  padding-top: 5px; }

.newscomment .commentinfo .userinfo a.username {
  font-weight: bold;
  margin-bottom: 5px; }

.newscomment .commentinfo .userinfo span.username {
  font-weight: bold;
  margin-bottom: 5px; }

.newscomment .commentinfo .userinfo .avatar {
  margin: 5px 0 5px 0; }

.newscomment .commentinfo .userinfo .avatar .avatar-img {
  border: solid 2px #CEDBE1 !important; }

.newscomment .commentinfo .userinfo .userstats {
  font-size: 0.9em;
  text-align: left;
  font-weight: bold;
  color: #555; }

.newscomment .commentinfo .userinfo .userstats .statvalue {
  font-weight: normal; }

.newscomment .commentcontent {
  margin-left: 180px;
  border-left: solid 1px #F3F3F3; }

.newscomment .commentcontent .commenttime {
  font-weight: bold;
  line-height: 20px;
  padding: 3px;
  background: #e3f3f3; }

.newscomment .commentcontent .commenttime .statvalue {
  font-weight: normal; }

.newscomment .commentcontent .commenttitle {
  padding: 3px;
  font-weight: bold; }

.newscomment .commentcontent .commentbody {
  padding: 3px; }

.blog {
  margin-bottom: 15px;
  padding-bottom: 5px;
  padding-left: 0; }

.blog .blogposts .post .blogdate {
  color: #9a9a9a;
  font-style: italic; }

.blog .blogposts .post a.blogtitle {
  color: #444;
  text-decoration: none;
  font-size: 1.2em; }

.blog .blogposts .post a.blogtitle:Hover {
  text-decoration: underline; }

.blog .blogposts {
  margin: 0px 5px 0 5px;
  padding: 0px 0 0 0; }

.blog .blogposts .post {
  border-bottom: dashed 1px #C4C6C8;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.blog .blogposts .blogbody, .blog .blogposts .tags {
  margin-top: 10px;
  margin-bottom: 10px; }

.blog .blogposts .blogdetails {
  font-weight: bold;
  text-decoration: none;
  color: #3664A5;
  background-color: inherit; }

.blogpost {
  margin-bottom: 15px;
  padding-bottom: 5px;
  padding-left: 0; }

.blogpost .page-title {
  border-bottom: 0 none; }

.blogpost .postdate {
  color: #9a9a9a;
  font-style: italic; }

.blogpost .postbody, .blogpost .tags {
  margin: 0px 0 0 0;
  padding: 0px 0 0 0; }

.blogcomments {
  margin-bottom: 15px;
  padding-bottom: 5px;
  padding-left: 0; }

.blogcomments .title {
  padding: 10px 10px 10px 0px;
  font-weight: bold;
  text-transform: uppercase; }

.blogcomments .newcomment {
  margin: 0px 0 0 0;
  padding: 0px 0 0 0; }

.blogcomments .newcomment td.leavetitle {
  padding: 0px 10px 10px 0px;
  font-weight: bold; }

.blogcomments .newcomment td.button {
  text-align: right; }

.blogcomments .commentlist {
  margin: 10px 0 0 0;
  padding: 0px 0 0 0;
  font-size: 11px;
  color: #555D65;
  background-color: inherit;
  border-top: solid 1px #e3e3e3;
  margin-top: 10px; }

.blogcomment {
  border-bottom: solid 1px #E3E3E3; }

.blogcomment .commentinfo {
  width: 170px;
  float: left;
  padding: 5px;
  height: 100%;
  border-right: solid 1px #F3F3F3; }

.blogcomment .commentinfo .userinfo {
  padding-top: 5px; }

.blogcomment .commentinfo .userinfo a.username {
  font-weight: bold;
  margin-bottom: 5px; }

.blogcomment .commentinfo .userinfo span.username {
  font-weight: bold;
  margin-bottom: 5px; }

.blogcomment .commentinfo .userinfo .avatar {
  margin: 5px 0 5px 0; }

.blogcomment .commentinfo .userinfo .avatar .avatar-img {
  border: solid 2px #CEDBE1 !important; }

.blogcomment .commentinfo .userinfo .userstats {
  font-size: 0.9em;
  text-align: left;
  font-weight: bold;
  color: #555; }

.blogcomment .commentinfo .userinfo .userstats .statvalue {
  font-weight: normal; }

.blogcomment .commentcontent {
  margin-left: 180px;
  border-left: solid 1px #F3F3F3; }

.blogcomment .commentcontent .commenttime {
  font-weight: bold;
  line-height: 20px;
  padding: 3px;
  background: #e3f3f3; }

.blogcomment .commentcontent .commenttime .statvalue {
  font-weight: normal; }

.blogcomment .commentcontent .commentbody {
  padding: 3px; }

.todays-poll-box {
  margin-bottom: 15px;
  padding-bottom: 5px;
  padding-left: 0; }

.todays-poll-box .title {
  padding: 10px 10px 5px 0px;
  font-weight: bold;
  text-transform: uppercase;
  clear: both; }

.todays-poll-box .todays-poll-box-block {
  margin: 0px 0 0 0;
  padding: 0px 0 0 0;
  font-size: 11px;
  color: #555;
  background-color: inherit; }

.todays-poll-box .poll-item {
  float: left;
  text-align: left;
  vertical-align: top;
  padding: 10px; }

.block-poll .poll-item {
  margin: 0px 0 0 0;
  padding: 0px 0 0 0;
  font-size: 11px;
  background-color: inherit;
  text-align: left;
  vertical-align: top; }

.poll-item label {
  margin: 0px 0px 0px 5px; }

.poll-take-poll, .poll-results {
  border: dashed 1px #666;
  padding: 5px;
  margin-top: 10px; }

.poll-display-text {
  font-weight: bold; }

.poll-total-votes {
  font-style: italic; }

.emailafriend-box {
  margin-bottom: 15px;
  padding: 0px; }

.emailafriend-box .page-title {
  border-bottom: 0 none; }

.emailafriend-box .send-email {
  border: 1px solid #FFDB99;
  margin-top: 10px;
  padding: 0 0 10px 10px; }

.emailafriend-box .send-email .product {
  font-weight: bold; }

.emailafriend-box .send-email .description {
  font-style: italic; }

.emailafriend-box .send-email .confirm {
  font-weight: bold; }

.recently-added-products {
  margin-bottom: 15px;
  padding: 0px; }

.recently-viewed-products {
  margin-bottom: 15px;
  padding: 0px; }

/* CUSTOMER ACCOUNT */
.account-page .ajax__tab_container {
  background-color: #006729;
  border: 1px solid #d9d09a; }
  .account-page .ajax__tab_container .ajax__tab_header {
    width: 20%;
    float: left;
    border: none;
    box-sizing: border-box; }
    .account-page .ajax__tab_container .ajax__tab_header > span .ajax__tab_tab, .account-page .ajax__tab_container .ajax__tab_header > span .ajax__tab_active {
      background-repeat: no-repeat;
      background-position: left center; }
    .account-page .ajax__tab_container .ajax__tab_header > span:nth-child(1) .ajax__tab_tab {
      background-image: url("images/ico-micuenta-1.png"); }
    .account-page .ajax__tab_container .ajax__tab_header > span:nth-child(2) .ajax__tab_tab {
      background-image: url("images/ico-micuenta-2.png"); }
    .account-page .ajax__tab_container .ajax__tab_header > span:nth-child(3) .ajax__tab_tab {
      background-image: url("images/ico-micuenta-3.png"); }
    .account-page .ajax__tab_container .ajax__tab_header > span:nth-child(4) .ajax__tab_tab {
      background-image: url("images/ico-micuenta-4.png"); }
    .account-page .ajax__tab_container .ajax__tab_header > span:nth-child(5) .ajax__tab_tab {
      background-image: url("images/ico-micuenta-5.png"); }
    .account-page .ajax__tab_container .ajax__tab_header > .ajax__tab_active:nth-child(1) .ajax__tab_tab {
      background-image: url("images/ico-micuenta-1-active.png"); }
    .account-page .ajax__tab_container .ajax__tab_header > .ajax__tab_active:nth-child(2) .ajax__tab_tab {
      background-image: url("images/ico-micuenta-2-active.png"); }
    .account-page .ajax__tab_container .ajax__tab_header > .ajax__tab_active:nth-child(3) .ajax__tab_tab {
      background-image: url("images/ico-micuenta-3-active.png"); }
    .account-page .ajax__tab_container .ajax__tab_header > .ajax__tab_active:nth-child(4) .ajax__tab_tab {
      background-image: url("images/ico-micuenta-4-active.png"); }
    .account-page .ajax__tab_container .ajax__tab_header > .ajax__tab_active:nth-child(5) .ajax__tab_tab {
      background-image: url("images/ico-micuenta-5-active.png"); }
    .account-page .ajax__tab_container .ajax__tab_header .ajax__tab_outer {
      display: block;
      float: none;
      width: 100%;
      box-sizing: border-box;
      padding: 0; }
      .account-page .ajax__tab_container .ajax__tab_header .ajax__tab_outer .ajax__tab_inner {
        width: 100%;
        box-sizing: border-box;
        background: url("images/arrow-right.png") no-repeat right center;
        background-color: #006729;
        color: #FFF;
        padding: 0 15px;
        text-transform: none;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        transition: all 200ms ease; }
        .account-page .ajax__tab_container .ajax__tab_header .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab {
          display: block;
          border-bottom: 1px solid #338554;
          padding: 10px 0;
          font-family: 'Lato', Arial, Helvetica, sans-serif;
          font-weight: 400;
          font-size: 15px;
          text-align: left;
          padding-left: 25px; }
        .account-page .ajax__tab_container .ajax__tab_header .ajax__tab_outer .ajax__tab_inner:hover {
          background-color: #004a1e;
          border-bottom: none; }
          .account-page .ajax__tab_container .ajax__tab_header .ajax__tab_outer .ajax__tab_inner:hover .ajax__tab_tab {
            border-bottom-color: #004a1e; }
    .account-page .ajax__tab_container .ajax__tab_header .ajax__tab_active .ajax__tab_inner {
      background: url("images/arrow-right-dark.png") no-repeat right center;
      background-color: #FFF;
      color: #4a4a4a; }
      .account-page .ajax__tab_container .ajax__tab_header .ajax__tab_active .ajax__tab_inner .ajax__tab_tab {
        font-family: 'Lato', Arial, Helvetica, sans-serif;
        font-weight: 600;
        border-bottom-color: #FFF;
        padding-bottom: 15px;
        padding-top: 15px; }
      .account-page .ajax__tab_container .ajax__tab_header .ajax__tab_active .ajax__tab_inner:hover {
        background: url("images/arrow-right-dark.png") no-repeat right center;
        background-color: #FFF;
        color: #4a4a4a; }
        .account-page .ajax__tab_container .ajax__tab_header .ajax__tab_active .ajax__tab_inner:hover .ajax__tab_tab {
          border-bottom-color: #FFF; }
  .account-page .ajax__tab_container .ajax__tab_body {
    width: 80%;
    float: left;
    box-sizing: border-box;
    border: none; }

.account-page .page-title {
  border-bottom: 0 none; }

.account-page .body {
  margin: 0px 0 0 0;
  padding: 0px 0 0 0;
  font-size: 14px;
  color: #4a4a4a; }
  .account-page .body .section-title {
    padding: 0px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d3d3d3;
    clear: both;
    font-size: 21px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 600; }

.customer-info-box, .customer-addresses, .customer-orders, .customer-pass-recovery {
  margin: 0;
  padding: 25px;
  font-size: 14px;
  color: #4a4a4a; }

.customer-info-box .section-container .row {
  margin-bottom: 10px; }

.customer-info-box .section-title, .customer-addresses .section-title, .customer-orders .section-title, .customer-pass-recovery .section-title {
  padding: 0px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d3d3d3;
  clear: both;
  font-size: 20px;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 600; }

.customer-info-box .section-body {
  text-align: left;
  height: auto;
  margin-bottom: 15px;
  font-size: 14px; }

.customer-info-box .button {
  margin-bottom: 5px;
  margin-top: 5px;
  text-align: right; }

.customer-info-box .item-name {
  line-height: 40px;
  height: 40px; }

.customer-info-box .item-value {
  height: 40px; }
  .customer-info-box .item-value input[type=text] {
    border: solid 1px #d3d3d3;
    border-radius: 5px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-align: left;
    color: #4a4a4a;
    font-size: 14px;
    padding: 7px 15px;
    box-sizing: border-box; }
  .customer-info-box .item-value input[type=text] {
    width: 90%; }
  .customer-info-box .item-value select {
    height: 35px;
    color: #4a4a4a;
    font-size: 14px; }

.customer-info-box .address-info {
  width: 100%; }

.customer-info-box .address-info .address-info-data {
  float: left; }

.customer-info-box .address-info .address-info-gmap {
  float: right; }

.customer-info-box .google-map-embed {
  width: 400px !important;
  height: 300px !important;
  margin-left: 5px; }

.customer-addresses .address-list .address-item {
  text-align: left;
  margin-bottom: 14px;
  padding: 15px;
  border: 1px solid #d3d3d3;
  height: auto;
  font-size: 14px;
  text-align: center; }
  .customer-addresses .address-list .address-item .address-content {
    height: 150px; }

.customer-addresses .address-list .address-item .address-name {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 10px;
  margin-bottom: 10px;
  height: 40px; }

.customer-addresses .address-list .address-item .address-buttons {
  text-align: center;
  margin-top: 15px; }

.customer-addresses .address-list .address-item-separator {
  float: left;
  width: 8px;
  height: 10px; }

.customer-addresses .add-button {
  margin-bottom: 25px;
  margin-top: 5px;
  text-align: right; }

.customer-orders .recurring-payments {
  padding: 10px 10px 5px 0px;
  width: 100%;
  clear: both; }

.customer-orders .recurring-payments .section-title {
  padding: 10px 10px 5px 0px;
  font-weight: bold;
  clear: both;
  font-size: 12px; }

.customer-orders .recurring-payments .recurring-payments-box {
  text-align: left;
  padding: 10px;
  border: 1px solid #FFDB99;
  height: auto; }

.customer-orders .order-list .order-item {
  text-align: left;
  border: 1px solid #d3d3d3;
  height: auto;
  font-size: 14px;
  color: #4a4a4a;
  margin-bottom: 10px; }
  .customer-orders .order-list .order-item .nro td {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 600;
    background: #d3d3d3;
    padding: 10px;
    color: #4a4a4a;
    font-size: 16px; }
  .customer-orders .order-list .order-item table tr td table tr td {
    padding: 10px; }

.customer-rewardpoints {
  margin: 0px 0 0 0;
  padding: 5px 5px 5px 5px;
  font-size: 11px;
  color: #555;
  background-color: inherit; }

.customer-rewardpoints .section-title {
  padding: 10px 10px 5px 0px;
  font-weight: bold;
  clear: both;
  font-size: 12px; }

.customer-rewardpoints .reward-points-overview {
  padding: 10px 10px 5px 0px;
  width: 100%; }

.customer-rewardpoints .reward-points-history {
  text-align: left;
  padding: 10px;
  border: 1px solid #FFDB99;
  height: auto; }

.customer-pass-recovery .item-value input {
  border: solid 1px #d3d3d3;
  border-radius: 5px;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: left;
  color: #4a4a4a;
  font-size: 14px;
  padding: 7px 15px;
  box-sizing: border-box;
  width: 100%; }

.customer-pass-recovery .item-name {
  text-align: left;
  padding-bottom: 5px; }

.customer-pass-recovery .button {
  text-align: left; }

.new-address-edit td {
  padding-bottom: 5px; }

.new-address-edit .label {
  display: block;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #4a4a4a;
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
  text-align: left; }

.new-address-edit input[type="text"] {
  border: solid 1px #c6bc80;
  border-radius: 5px;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: left;
  color: #4a4a4a;
  font-size: 14px;
  padding: 7px 15px;
  box-sizing: border-box; }

.new-address-edit .data {
  margin-bottom: 10px;
  height: 35px; }
  .new-address-edit .data select {
    width: 100%;
    height: 35px;
    font-size: 14px;
    padding: 0px 15px;
    border: solid 1px #c6bc80;
    border-radius: 5px;
    color: #4a4a4a; }

.gmap-column {
  width: 100%;
  height: 300px; }
  .gmap-column .edit-google-map {
    border: solid 1px #d3d3d3; }

.buttons {
  padding-top: 20px;
  text-align: right; }

/* PRODUCT DETAILS */
.product-collateral {
  clear: both; }

.product-details-info {
  position: relative;
  text-align: left; }

.product-details-info .picture {
  position: relative;
  float: left;
  width: 45%;
  text-align: center;
  margin-bottom: 10px;
  border: 1px solid #d3d3d3;
  padding: 10px;
  box-sizing: border-box;
  height: 380px;
  line-height: 350px; }
  .product-details-info .picture img {
    max-width: 100%;
    vertical-align: middle; }

.product-details-info .overview .shortdescription, .product-details-info .overview .sku, .product-details-info .overview .manufacturerpartnumber {
  margin-bottom: 0.3em; }

.product-details-right-menu {
  position: absolute;
  top: 0;
  left: 580px;
  width: 190px;
  height: 300px; }

.shortdescription {
  display: none; }

.special-description {
  margin-top: 10px; }

.special-description .description-title {
  font-size: 20px;
  font-family: 'Yanone Kaffeesatz', Sans-Serif;
  padding-bottom: 10px;
  text-decoration: underline;
  font-weight: bold; }

.special-description .description-list {
  list-style-type: disc;
  padding-left: 15px; }

.product-details-info .fulldescription {
  border-top: 1px solid #FFDB99;
  float: right;
  color: #555;
  margin-bottom: 0.3em;
  display: none; }

.product-details-info .arrow-left {
  border-right: 4px outset #fff;
  border-top: 3px outset transparent;
  border-bottom: 3px outset transparent;
  display: inline-block; }

.product-share-button {
  margin-top: 10px;
  margin-bottom: 10px; }

.product-rating-box {
  margin-top: 20px;
  margin-bottom: 10px; }

  .product-variant-list .picture {
    display: none;
    float: left;
    width: 300px;
    margin-bottom: 15px; }
  .product-variant-list .overview {
    display: none;
    float: right;
    width: 200px;
    margin-right: 25px; }

.product-variant-line .overview .productname {
  color: #474747;
  font-size: 1.2em;
  margin-bottom: 0.3em; }

.product-variant-line .description {
  display: none;
  clear: both;
  color: #555;
  margin-bottom: 0.3em; }

.product-variant-line .downloadsample {
  clear: both;
  color: #555;
  margin-bottom: 0.3em; }

.product-variant-line .downloadsample .downloadsamplebutton {
  -x-system-font: none !important;
  background: #F1F1F1 url(images/btn_download_bg.gif) repeat-x scroll 0 100%;
  border: 1px solid #B5B5B5;
  color: #444444;
  cursor: pointer;
  font-family: arial,sans-serif !important;
  font-size: 11px !important;
  font-size-adjust: none !important;
  font-stretch: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  line-height: normal !important;
  overflow: visible;
  padding: 1px 5px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: auto; }

.product-variant-line .price br {
  display: none; }
.product-variant-line .giftCard dt {
  clear: left;
  float: left;
  width: 150px; }

.product-variant-line .error {
  display: block;
  position: absolute;
  background: url(images/error-baloon.png) no-repeat;
  width: 110px;
  height: 81px;
  top: -40px;
  left: 36px;
  padding: 10px 5px 5px 5px;
  color: #fff; }

.one-variant-price {
  margin: 0px 0px 5px 0px; }

.one-variant-price .productPrice {
  color: green; }

.one-variant-download-sample {
  clear: both;
  color: #555;
  margin-bottom: 0.3em;
  margin-top: 5px; }

.one-variant-download-sample .downloadsamplebutton {
  -x-system-font: none !important;
  background: #F1F1F1 url(images/btn_download_bg.gif) repeat-x scroll 0 100%;
  border: 1px solid #B5B5B5;
  color: #444444;
  cursor: pointer;
  font-family: arial,sans-serif !important;
  font-size: 11px !important;
  font-size-adjust: none !important;
  font-stretch: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  line-height: normal !important;
  overflow: visible;
  padding: 1px 5px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: auto; }

.related-products-grid .boxtitle {
  width: 572px; }

.related-products-grid .title, .also-purchased-products-grid .title, .combo .title {
  clear: both;
  color: #006729;
  margin: 0;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 15px;
  text-align: center; }

.related-products-grid .item-box, .also-purchased-products-grid .item-box {
  padding-bottom: 10px;
  text-align: center;
  width: 24.25%;
  margin-left: 1%;
  float: left; }
  .related-products-grid .item-box:first-child, .also-purchased-products-grid .item-box:first-child {
    margin-left: 0; }
  .related-products-grid .item-box .product-item .prices, .also-purchased-products-grid .item-box .product-item .prices {
    font-size: 22px;
    padding-bottom: 10px; }

.related-products-grid .item, .also-purchased-products-grid .item {
  text-align: center;
  margin: 10px 10px 10px 10px;
  border: 1px solid #FFDB99;
  width: 200px;
  height: 200px; }

.related-products-grid .item .product-title, .also-purchased-products-grid .item .product-title {
  margin-bottom: 5px;
  margin-top: 5px;
  text-align: center;
  text-transform: none;
  font-size: 1em;
  padding: 0; }

.related-products-grid .product-item {
  width: 145px;
  float: left; }

.related-products-grid .item .picture, .also-purchased-products-grid .item .picture {
  text-align: center; }

.product-review-box {
  margin-bottom: 15px;
  padding: 10px 5px 10px 5px; }

.product-review-list {
  margin: 10px 0 0 0;
  font-size: 11px;
  color: #555; }

.product-review-list .product-review-item {
  border: 1px solid #FFDB99;
  margin-top: 10px;
  padding: 10px;
  clear: both; }

.product-review-list .product-review-item .review-title {
  font-weight: bold;
  float: left;
  margin-bottom: 5px; }

.product-review-list .product-review-item .rating {
  float: right; }

.product-review-helpfulness {
  color: #333; }

.product-review-helpfulness a, .product-review-helpfulness a:hover {
  color: #3664A5;
  text-decoration: none; }

.productspec-box {
  padding: 5px 5px 5px 5px;
  clear: both;
  color: #555; }

.producttags-box {
  padding: 5px 5px 5px 5px;
  clear: both;
  color: #555; }

.tier-prices {
  text-align: center;
  margin-bottom: 10px; }

.tier-prices .prices-header {
  background: #7692B9;
  color: #FFF;
  padding: 3px 3px 3px 3px;
  font-weight: bold; }

.tier-prices .prices table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
  background: #f3f3f3; }

.tier-prices .prices .prices-table td {
  padding: 0; }

.tier-prices .prices .item-table td {
  border-bottom: solid 3px #d7d7d7;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: bold; }

.tier-prices .prices .item-table .item-price {
  color: Green; }

.tier-prices .prices .header-table td {
  border-bottom: solid 3px #d7d7d7;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: bold; }

.tier-prices .prices .prices-table .field-header {
  font-weight: bold;
  text-align: center; }

.cupon-detail {
  position: absolute;
  top: 5px;
  left: 5px; }

/* SLIM BOX (PRODUCT IMAGES) */
#lbOverlay {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  cursor: pointer; }

#lbCenter, #lbBottomContainer {
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  background-color: #fff; }

.lbLoading {
  background: #fff url(images/loading.gif) no-repeat center; }

#lbImage {
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #fff;
  background-repeat: no-repeat; }

#lbPrevLink, #lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none; }

#lbPrevLink {
  left: 0; }

#lbPrevLink:hover {
  background: transparent url(images/prevlabel.gif) no-repeat 0 15%; }

#lbNextLink {
  right: 0; }

#lbNextLink:hover {
  background: transparent url(images/nextlabel.gif) no-repeat 100% 15%; }

#lbBottom {
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  border: 10px solid #fff;
  border-top-style: none; }

#lbCloseLink {
  display: block;
  float: right;
  width: 66px;
  height: 22px;
  background: transparent url(images/closelabel.gif) no-repeat center;
  margin: 5px 0;
  outline: none; }

#lbCaption, #lbNumber {
  margin-right: 71px; }

#lbCaption {
  font-weight: bold; }

/* PRIVATE MESSAGES */
.sendpmbox {
  background-color: #EEEEEE;
  border: 1px solid #A0A0A0;
  color: #555555;
  display: block;
  float: left;
  font-family: Arial;
  font-size: 10px;
  font-weight: bold;
  margin: 2px 0 2px 2px;
  padding: 2px 2px 2px 2px;
  text-decoration: none;
  text-transform: uppercase; }

.sendpmbox .pmlinkbutton {
  line-height: 14px;
  padding: 2px 6px 2px 18px;
  background: url("images/ico-pm.png") no-repeat; }

.privatemessagesend .title {
  background: #7692B9;
  color: #FFF;
  border: solid 1px #6a6a6a;
  height: 28px;
  line-height: 28px;
  font-weight: bold;
  padding-left: 3px; }

.privatemessagesend .wrapper {
  padding: 5px 5px 5px 5px; }

.privatemessagesend table.postmessage {
  width: 100%;
  vertical-align: middle;
  border-collapse: collapse; }

.privatemessagesend table.postmessage td {
  padding: 4px 4px 4px 4px; }

.privatemessagesend table.postmessage td.fieldname {
  font-weight: bold;
  width: 20%;
  color: #555; }

.privatemessagesend table.postmessage td.options {
  text-align: right; }

.privatemessageview .title {
  background: #7692B9;
  color: #FFF;
  border: solid 1px #6a6a6a;
  height: 28px;
  line-height: 28px;
  font-weight: bold;
  padding-left: 3px; }

.privatemessageview .wrapper {
  padding: 5px 5px 5px 5px; }

.privatemessageview table.viewmessage {
  width: 100%;
  vertical-align: middle;
  border-collapse: collapse; }

.privatemessageview table.viewmessage td {
  padding: 4px 4px 4px 4px; }

.privatemessageview table.viewmessage td.fieldname {
  font-weight: bold;
  width: 20%;
  color: #555; }

.privatemessageview table.viewmessage a {
  color: #3664A5;
  text-decoration: underline; }

.privatemessageview table.viewmessage td.options {
  text-align: right; }

.private-messages-page {
  margin-bottom: 15px;
  padding-bottom: 5px;
  padding-left: 0; }

.private-messages-page .page-title {
  border-bottom: 0 none; }

.private-messages-page .body {
  margin: 0px 0 0 0;
  padding: 0px 0 0 0;
  font-size: 11px;
  color: #555; }

.private-messages-box {
  margin: 0px 0 0 0;
  padding: 5px 5px 5px 5px;
  font-size: 11px;
  color: #555; }

.private-messages-box .section-title {
  padding: 10px 10px 5px 0px;
  font-weight: bold;
  clear: both;
  font-size: 12px; }

.private-messages-box .button {
  margin-bottom: 5px;
  margin-top: 5px;
  text-align: left; }

.pmgridtablestyle {
  font-family: arial;
  font-size: 11px;
  border: 1px solid #808080;
  background-color: #FFFFFF;
  margin-left: 0px;
  width: 100%; }

.pmgridtablestyle td a {
  text-decoration: none; }

.pmgridaltrowstyle {
  background-color: #F4FAFF; }

.pmgridheaderstyle th {
  background: #7692B9;
  color: #fff;
  padding: 5px 10px 5px 10px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  border: solid 1px #676767; }

.pmgridrowstyle td, .pmgridaltrowstyle td {
  padding: 4px 10px 4px 10px;
  border-right: solid 1px #A0C0E7;
  border-right-color: #808080; }

.pmgridpagerstyle, .latestpostsgridpagerstyle {
  height: 28px;
  background: url(Images/grid_header_back.png) repeat-x;
  background: #EEEEEE;
  vertical-align: middle; }

/* FORUM MAIN */
.forumsmain .forumsmainheader {
  border-bottom: solid 1px #f3f3f3;
  height: 35px; }

.forumsmain .forumsmainheader .currenttime {
  padding-top: 20px;
  font-size: 0.9em;
  color: #555;
  float: left; }

.forumsmain .forumsmainheader .forumsearchbox {
  float: right;
  text-align: right; }

.forumsmain .forumgroups {
  margin-top: 10px; }

.forumsmain .activediscussions {
  margin-top: 50px; }

.forumbreadcrumb {
  padding: 0px;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.1em; }

.forumbreadcrumb a {
  text-decoration: none;
  color: #3a3a3a; }

.forumbreadcrumb a:hover {
  color: #3664A5;
  text-decoration: none; }

.forumgrouppage .forumsearchbox {
  text-align: right; }

.forumgroups .forumgroup .grouptitle {
  font-size: 1.1em; }

.forumgroup .grouptitle a {
  font-weight: bold; }

.forumgroup table.groups {
  margin-top: 10px;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 15px; }

.forumgroup table.groups td {
  padding: 3px 0 3px 0; }

.forumgroup tr.groupheader {
  font-weight: bold; }

.forumgroup tr.groupheader td {
  background: #7692B9;
  color: #FFF;
  border-right: solid 1px #6a6a6a;
  height: 20px; }

.forumgroup tr.groupheader td.forumname {
  width: 55%;
  text-align: left;
  padding-left: 3px; }

.forumgroup tr.groupheader td.topics {
  width: 10%; }

.forumgroup tr.groupheader td.posts {
  width: 10%; }

.forumgroup tr.groupheader td.lastpost {
  width: 25%; }

.forumgroup tr.forum td.image div {
  text-align: left;
  width: 36px;
  height: 36px;
  background: url("images/ico-forum.gif") no-repeat 40% 40%; }

.forumgroup tr.forum td {
  border-bottom: 1px solid #c5c5c5;
  vertical-align: middle;
  padding-left: 3px; }

.forumgroup tr.forum td.forumname {
  text-align: left;
  width: 55%; }

.forumgroup tr.forum td.forumname .forumtitle {
  font-weight: bold;
  font-size: 1.1em;
  line-height: 18px; }

.forumgroup tr.forum td.forumname .forumdescription {
  font-size: 0.9em;
  color: #555; }

.forumgroup tr.forum td.lastpost {
  font-size: 0.8em;
  color: #555; }

.forum-subscriptions-box {
  margin: 0px 0 0 0;
  padding: 5px 5px 5px 5px;
  font-size: 11px;
  color: #555; }

.forum-subscriptions-box .forum-subscriptions {
  text-align: left;
  padding: 10px;
  border: 1px solid #FFDB99;
  height: auto; }

.forum-subscriptions-box .forum-subscriptions .forum-subscriptions-grid {
  font-family: arial;
  font-size: 11px;
  border: 1px solid #808080;
  background-color: #FFFFFF;
  margin-left: 0px;
  width: 100%; }

.forum-subscriptions-box .button {
  margin-bottom: 5px;
  margin-top: 5px;
  text-align: left; }

/* FORUM PAGE */
.forum .top .foruminfo {
  float: left; }

.forum .top .foruminfo .forumname {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 25px; }

.forum .top .foruminfo .forumdescription {
  color: #555; }

.forum .top .actions {
  float: right;
  text-align: right; }

.forum .top .actions .newtopic {
  background: url("images/ico-forum-post-add.gif") no-repeat;
  padding: 0 10px 3px 20px; }

.forum .top .actions .watchforum {
  background: url("images/ico-forum-watch.gif") no-repeat;
  padding-left: 20px; }

.forum .top .actions .forumsearchbox {
  padding-top: 5px; }

.forum table.topics {
  width: 100%;
  border-collapse: collapse;
  vertical-align: middle;
  text-align: center; }

.forum table.topics td {
  padding: 3px 0 3px 0; }

.forum table.topics tr.forumheader {
  font-weight: bold; }

.forum table.topics tr.forumheader td {
  background: #7692B9;
  color: #FFF;
  border-right: solid 1px #6a6a6a;
  height: 20px; }

.forum table.topics tr.forumheader td.topicname {
  width: 55%;
  text-align: left;
  padding-left: 3px; }

.forum table.topics tr.forumheader td.replies {
  width: 10%; }

.forum table.topics tr.forumheader td.views {
  width: 10%; }

.forum table.topics tr.forumheader td.lastpost {
  width: 25%; }

.forum table.topics tr.topic td {
  border-bottom: 1px solid #c5c5c5;
  vertical-align: middle;
  padding-left: 3px; }

.forum table.topics tr.topic td.image div {
  text-align: left;
  width: 36px;
  height: 36px;
  background: url("images/ico-forum.gif") no-repeat 40% 40%; }

.forum table.topics tr.topic td.topicname {
  text-align: left;
  width: 55%; }

.forum table.topics tr.topic td.topicname .topictype {
  font-size: 0.9em;
  line-height: 18px; }

.forum table.topics tr.topic td.topicname .topictitle {
  font-weight: bold;
  font-size: 1.1em;
  line-height: 18px; }

.forum table.topics tr.topic td.topicname .topicstarter {
  font-size: 0.9em;
  color: #555; }

.forum table.topics tr.topic td.topicname .topicspager {
  font-size: 0.9em;
  color: #555; }

.forum table.topics tr.topic td.lastpost {
  font-size: 0.8em;
  color: #555; }

.forum table.topics tr.topic .post {
  text-align: left;
  width: 36px;
  height: 36px;
  background: url("images/ico-forum-post.gif") no-repeat 40% 40%; }

.forum table.topics tr.topic .postannoucement, .forum table.topics tr.topic .poststicky {
  text-align: left;
  width: 36px;
  height: 36px;
  background: url("images/ico-forum-post-high.gif") no-repeat 40% 40%; }

.forum .pager {
  text-align: right;
  padding: 5px 3px 5px 0; }

.forum .pager a:link {
  color: #555; }

.forum .pager span {
  color: #3664A5;
  font-size: 1.2em;
  font-weight: bold; }

/* FORUM TOPIC EDIT */
.postedit .title {
  background: #7692B9;
  color: #FFF;
  border: solid 1px #6a6a6a;
  height: 28px;
  line-height: 28px;
  font-weight: bold;
  padding-left: 3px; }

.postedit .wrapper {
  padding: 5px 5px 5px 5px; }

.postedit table.posttopic {
  width: 100%;
  vertical-align: middle;
  border-collapse: collapse; }

.postedit table.posttopic td {
  padding: 4px 4px 4px 4px; }

.postedit table.posttopic td.fieldname {
  font-weight: bold;
  width: 20%;
  color: #555; }

.postedit table.posttopic td.options {
  text-align: right; }

.moveforumtopic .title {
  background: #7692B9;
  color: #FFF;
  border: solid 1px #6a6a6a;
  height: 28px;
  line-height: 28px;
  font-weight: bold;
  padding-left: 3px; }

.moveforumtopic .wrapper {
  padding: 5px 5px 5px 5px; }

.moveforumtopic table.movetopic {
  width: 100%;
  vertical-align: middle;
  border-collapse: collapse; }

.moveforumtopic table.movetopic td {
  padding: 4px 4px 4px 4px; }

.moveforumtopic table.movetopic td.fieldname {
  font-weight: bold;
  width: 30%;
  color: #555;
  white-space: nowrap; }

.moveforumtopic table.movetopic td.options {
  text-align: left; }

/* FORUM TOPIC */
.forumtopic .title {
  background: #7692B9;
  color: #FFF;
  border: solid 1px #6a6a6a;
  height: 28px;
  line-height: 28px;
  font-weight: bold;
  padding-left: 3px; }

.forumtopic .title .topicname {
  float: left;
  font-size: 12px; }

.forumtopic .title .manage {
  float: right;
  text-align: right; }

.forumtopic .title .manage a {
  color: #F3F3F3; }

.forumtopic .topicheader {
  padding: 5px 5px 5px 5px;
  background: #F3F3F3;
  border-bottom: solid 1px #6a6a6a;
  height: 16px; }

.forumtopic .topicheader .topicoptions, .topicfooter .topicoptions {
  float: right;
  text-align: right; }

.forumtopic .topicheader .topicoptions a, .topicfooter .topicoptions a {
  font-weight: bold; }

.topicfooter {
  padding: 5px 5px 5px 5px;
  background: #F3F3F3;
  border-top: solid 1px #6a6a6a;
  height: 16px; }

.forumpost {
  border-bottom: solid 1px #E3E3E3; }

.postinfo {
  width: 170px;
  float: left;
  padding: 5px;
  height: 100%;
  border-right: solid 1px #F3F3F3; }

.postinfo .manage {
  line-height: 20px; }

.postinfo .manage a {
  font-weight: bold;
  color: #555; }

.postinfo .userinfo {
  padding-top: 5px; }

.postinfo .userinfo a.username {
  font-weight: bold;
  margin-bottom: 5px; }

.postinfo .userinfo span.username {
  font-weight: bold;
  margin-bottom: 5px; }

.postinfo .userinfo .avatar {
  margin: 5px 0 5px 0; }

.postinfo .userinfo .avatar .avatar-img {
  border: solid 2px #CEDBE1 !important; }

.postinfo .userinfo .userstats {
  font-size: 0.9em;
  text-align: left;
  font-weight: bold;
  color: #555; }

.postinfo .userinfo .userstats .statvalue {
  font-weight: normal; }

.postcontent {
  margin-left: 180px;
  border-left: solid 1px #F3F3F3; }

.postcontent .posttime {
  font-weight: bold;
  line-height: 20px;
  padding: 3px;
  background: #e3f3f3; }

.postcontent .posttime .statvalue {
  font-weight: normal; }

.postcontent .postbody {
  padding: 3px; }

.postcontent .postbody a {
  color: #3664A5;
  text-decoration: underline; }

.postcontent .postbody .posttext .quote {
  padding: 5px 5px 5px 5px;
  border: dashed 1px black;
  background-color: #ffffff; }

.postcontent .signature {
  border-color: #DDDDDD;
  border-style: solid;
  border-width: 1px 0 0;
  font-size: 90%;
  margin: 1em 8px 8px;
  padding: 1em 0 20px;
  text-align: left;
  font-style: italic; }

/* FORUM SEARCH */
.forumsearchbox {
  font-size: 0.9em; }

.forumsearch .forum-search-panel .page-title {
  border-bottom: 0 none; }

.forumsearch .forum-search-panel .search-error {
  color: Red; }

.forum-search-panel table.adv-search {
  border: collapse;
  color: #333;
  margin: 0px;
  width: 100%;
  vertical-align: middle;
  text-align: left; }

.forum-search-panel table.adv-search {
  border-top: solid #D3D3D3 1px;
  margin-top: 10px; }

.forum-search-panel table.adv-search td.title {
  padding: 4px 4px 4px 4px;
  text-align: left;
  vertical-align: middle;
  width: 130px; }

.forum-search-panel table.adv-search td.data {
  padding: 4px 4px 4px 4px;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap; }

.forumsearch table.topics {
  width: 100%;
  border-collapse: collapse;
  vertical-align: middle;
  text-align: center; }

.forumsearch table.topics td {
  padding: 3px 0 3px 0; }

.forumsearch table.topics tr.forumheader {
  font-weight: bold; }

.forumsearch table.topics tr.forumheader td {
  background: #7692B9;
  color: #FFF;
  border-right: solid 1px #6a6a6a;
  height: 20px; }

.forumsearch table.topics tr.forumheader td.topicname {
  width: 55%;
  text-align: left;
  padding-left: 3px; }

.forumsearch table.topics tr.forumheader td.replies {
  width: 10%; }

.forumsearch table.topics tr.forumheader td.views {
  width: 10%; }

.forumsearch table.topics tr.forumheader td.lastpost {
  width: 25%; }

.forumsearch table.topics tr.topic td {
  border-bottom: 1px solid #c5c5c5;
  vertical-align: middle;
  padding-left: 3px; }

.forumsearch table.topics tr.topic td.image div {
  text-align: left;
  width: 36px;
  height: 36px;
  background: url("images/ico-forum.gif") no-repeat 40% 40%; }

.forumsearch table.topics tr.topic td.topicname {
  text-align: left;
  width: 55%; }

.forumsearch table.topics tr.topic td.topicname .topictype {
  font-size: 0.9em;
  line-height: 18px; }

.forumsearch table.topics tr.topic td.topicname .topictitle {
  font-weight: bold;
  font-size: 1.1em;
  line-height: 18px; }

.forumsearch table.topics tr.topic td.topicname .topicstarter {
  font-size: 0.9em;
  color: #555; }

.forumsearch table.topics tr.topic td.lastpost {
  font-size: 0.8em;
  color: #555; }

.forumsearch table.topics tr.topic .post {
  text-align: left;
  width: 36px;
  height: 36px;
  background: url("images/ico-forum-post.gif") no-repeat 40% 40%; }

.forumsearch table.topics tr.topic .postannoucement, .forumsearch table.topics tr.topic .poststicky {
  text-align: left;
  width: 36px;
  height: 36px;
  background: url("images/ico-forum-post-high.gif") no-repeat 40% 40%; }

.forumsearch .pager {
  text-align: right;
  padding: 5px 3px 5px 0; }

.forumsearch .pager a:link {
  color: #555; }

.forumsearch .pager span {
  color: #ff9933;
  font-size: 1.2em;
  font-weight: bold; }

/* POPUP DE PRODUCTOS */
#productDetailAjax .product-details-info .prod-detail {
  float: right;
  text-align: left; }

#productDetailAjax .product-essential {
  padding: 25px; }

#productDetailAjax .product-details-info {
  position: relative; }

#productDetailAjax .product-details-info #prod-picture-copy {
  float: left;
  width: 300px;
  text-align: center;
  margin-bottom: 10px;
  border: 1px solid #ffdb99;
  position: relative; }

#productDetailAjax .product-details-info .overview {
  /*width:456px;*/
  padding-top: 15px; }

#productDetailAjax .product-details-info .product-details-social {
  width: 470px; }

#productDetailAjax .product-variant-list {
  /*width:456px;*/ }

#productDetailAjax .page-title {
  margin: 0; }

#container-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  cursor: pointer;
  background: url("images/close.png") no-repeat left top;
  overflow: hidden;
  text-indent: -9999px;
  z-index: 130; }

/*.button3 {
    background: none repeat scroll 0 0 #183350;
    border: medium none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 24px;
    line-height: 16px;
    margin: 0;
    padding: 0 8px;
    text-transform: uppercase;
}*/
#productDetailAjax {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 80%;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto !important;
  display: none;
  z-index: 140;
  padding: 0; }

#productDetailAjax #loading-img {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  background: url(images/opc-loading-4.gif) no-repeat;
  z-index: 2;
  margin-left: -16px;
  margin-top: -32px; }

#productDetailAjax #product-container {
  position: relative;
  z-index: 3; }

.productDetailBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 120;
  display: none; }

#productDetailAjax::-webkit-scrollbar {
  width: 12px;
  background: #d3d3d3; }

#productDetailAjax::-webkit-scrollbar-thumb {
  background-color: #006729;
  border-radius: 6px;
  cursor: pointer; }

#productDetailAjax::-webkit-scrollbar-thumb:hover {
  background-color: #b9c300;
  border: none; }

#productDetailAjax::-webkit-scrollbar-thumb:active {
  background-color: #b9c300;
  border: none; }

#contentPopUpWindow {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 500px;
  background: #fff;
  border-radius: 10px;
  z-index: 100;
  overflow-x: hidden;
  overflow-y: auto;
  margin-left: -400px;
  margin-top: -250px;
  padding: 20px;
  display: none; }

#contentPopUpWindowBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 99;
  display: none; }

/* PROFILE PAGE */
.profile-page .title {
  background: #7692B9;
  color: #FFF;
  border: solid 1px #6a6a6a;
  height: 28px;
  line-height: 28px;
  font-weight: bold;
  padding-left: 3px; }

.profile-page .body {
  margin-top: 15px; }

.profile-page .body .profileInfoBox {
  border-bottom: solid 1px #e3e3e3;
  margin-bottom: 15px; }

.profile-page .body .profileInfoBox .profileStat {
  font-weight: bold;
  padding: 2px; }

.profile-page .body .profileInfoBox .profileStat .profileStatValue {
  font-weight: normal;
  color: #555; }

.profile-page .body .profileInfoBox .userDetails {
  width: 180px;
  float: left;
  padding: 10px;
  height: 100%;
  border-right: solid 1px #F3F3F3;
  text-align: center; }

.profile-page .body .profileInfoBox .userDetails .avatar {
  margin-bottom: 5px; }

.profile-page .body .profileInfoBox .userDetails .avatar .avatar-img {
  border: solid 2px #CEDBE1 !important; }

.profile-page .body .profileInfoBox .userStats {
  margin-left: 200px;
  border-left: solid 1px #F3F3F3;
  padding: 10px; }

.profile-page .body .profileInfoBox .userStats .section-title {
  text-transform: uppercase;
  margin-bottom: 10px; }

.profile-page .body .userLastPosts .topic {
  border: solid 1px #F3F3F3;
  margin-bottom: 10px; }

.profile-page .body .userLastPosts .topicTitle {
  font-weight: bold;
  line-height: 20px;
  background: #e3f3f3;
  padding: 3px; }

.profile-page .body .userLastPosts .topicBody {
  padding: 10px; }

.profile-page .body .userLastPosts .topicBody a {
  color: #3664A5;
  text-decoration: underline; }

.profile-page .body .userLastPosts .topicBody .quote {
  padding: 5px 5px 5px 5px;
  border: dashed 1px black;
  background-color: #ffffff; }

.profile-page .body .userLastPosts .topicData {
  background: #f3f3f3;
  padding: 3px;
  color: #555;
  font-size: 0.9em; }

/* BB CODE EDITOR */
.toolbar {
  padding: 2px;
  display: inline; }

.toolbar .button {
  background: url("images/bbeditor-button-bg.gif") repeat-x;
  padding: 2px;
  margin-right: 2px;
  border: #cec6b5 1px solid; }

.toolbar .button:hover {
  border: #333 1px solid; }

/* ACTIVE DISCUSSIONS */
.activediscussions .activediscussionstitle {
  font-size: 1.1em;
  font-weight: bold; }

.activediscussions .activediscussionstitle .viewall {
  float: right;
  text-align: right; }

.activediscussions table.topics {
  width: 100%;
  border-collapse: collapse;
  vertical-align: middle;
  text-align: center; }

.activediscussions table.topics td {
  padding: 3px 0 3px 0; }

.activediscussions table.topics tr.activediscussionsheader {
  font-weight: bold; }

.activediscussions table.topics tr.activediscussionsheader td {
  background: #7692B9;
  color: #FFF;
  border-right: solid 1px #6a6a6a;
  height: 20px; }

.activediscussions table.topics tr.activediscussionsheader td.topicname {
  width: 55%;
  text-align: left;
  padding-left: 3px; }

.activediscussions table.topics tr.activediscussionsheader td.replies {
  width: 10%; }

.activediscussions table.topics tr.activediscussionsheader td.views {
  width: 10%; }

.activediscussions table.topics tr.activediscussionsheader td.lastpost {
  width: 25%; }

.activediscussions table.topics tr.topic td {
  border-bottom: 1px solid #c5c5c5;
  vertical-align: middle;
  padding-left: 3px; }

.activediscussions table.topics tr.topic td.topicname {
  text-align: left;
  width: 55%; }

.activediscussions table.topics tr.topic td.topicname .topictitle {
  font-weight: bold;
  font-size: 1.1em;
  line-height: 18px; }

.activediscussions table.topics tr.topic td.topicname .topicstarter {
  font-size: 0.9em;
  color: #555; }

.activediscussions table.topics tr.topic td.lastpost {
  font-size: 0.8em;
  color: #555; }

/* BBCODES */
pre {
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */ }

.csharpcode, .csharpcode pre {
  font-size: small;
  color: black;
  font-family: Consolas, "Courier New", Courier, Monospace;
  background-color: #ffffff; }

.csharpcode pre {
  margin: 0em; }

.csharpcode .rem {
  color: #008000; }

.csharpcode .kwrd {
  color: #0000ff; }

.csharpcode .str {
  color: #006080; }

.csharpcode .op {
  color: #0000c0; }

.csharpcode .preproc {
  color: #cc6633; }

.csharpcode .asp {
  background-color: #ffff00; }

.csharpcode .html {
  color: #800000; }

.csharpcode .attr {
  color: #ff0000; }

.csharpcode .alt {
  background-color: #f4f4f4;
  width: 100%;
  margin: 0em; }

.csharpcode .lnum {
  color: #606060; }

/* AJAX CONTROL TOOLKIT - TAB CONTROL CLASSES */
.orange {
  font-family: arial,helvetica; }

.orange .ajax__tab_body {
  border: 1px solid #333;
  border-top: none;
  background-color: #ffffff;
  padding: 10px 10px 10px 10px; }

.orange .ajax__tab_header {
  background-color: #333;
  border: solid 2px #333;
  border-bottom: none;
  padding: 2px 2px 4px 2px; }

.orange .ajax__tab_tab {
  font-size: 1em;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  border: solid 1px #FFF;
  padding: 5px;
  background: #404040; }

.orange .ajax__tab_active .ajax__tab_tab, .orange .ajax__tab_hover .ajax__tab_tab {
  color: #ff9933;
  border: solid 1px #ff9933; }

.marcas {
  width: 200px;
  padding: 10px 0px 0px 10px;
  background: #2f2d23;
  height: 400px;
  margin-bottom: 10px; }

.marcaLogo {
  width: 90px;
  height: 90px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #fff; }

.miniAds {
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center; }

.miniAd {
  float: left;
  width: 196px;
  height: 149px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
  -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
  box-shadow: 0px 1px 5px 0px #4a4a4a; }

.mini-ad-container {
  padding: 10px 0px; }

/* IE hacks */
* + html #Carrito {
  background: #e4b406; }

* html #Carrito {
  background: #e4b406; }

/* IE 8 HACK */
#Carrito {
  background: #e4b406\9; }

/* */
/* IE hacks end */
.miniShoppingCart-toggleBtn {
  position: absolute;
  top: 0;
  left: 0;
  height: 53px;
  width: 100%;
  z-index: 40;
  cursor: pointer; }
  .miniShoppingCart-toggleBtn #img_carrito_abajo {
    height: 53px; }
  .miniShoppingCart-toggleBtn #img_carrito_arriba {
    display: none;
    height: 53px; }

.miniShoppingCart-products {
  position: absolute;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  padding: 0;
  clear: both;
  width: 340px;
  background: #FFF;
  z-index: 29;
  color: #4a4a4a;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: none; }

.miniShoppingCart-productBox {
  position: relative;
  padding: 15px 0;
  padding-right: 25px;
  margin: 0 15px;
  border-bottom: 1px solid #d3d3d3; }
  .miniShoppingCart-productBox:first-child {
    border-top: 1px solid #d3d3d3; }

.miniShoppingCart-products-title {
  font-size: 14px;
  padding: 15px; }

.miniShoppingCart-products-picture {
  float: left;
  width: 30%;
  height: auto;
  background: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center; }
  .miniShoppingCart-products-picture img {
    height: auto;
    max-width: 100%;
    border: 1px solid #d3d3d3; }

.miniShoppingCart-products-info {
  float: right;
  width: 66%;
  font-size: 11px; }
  .miniShoppingCart-products-info .cant_x {
    font-size: 13px;
    color: #4a4a4a; }
  .miniShoppingCart-products-info .minicart-total, .miniShoppingCart-products-info .gs {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #b9c300;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0; }

.miniShoppingCart-total {
  font-size: 24px;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 700; }

.subtotal .miniShoppingCart-total {
  font-weight: bold;
  font-family: 'Yanone Kaffeesatz';
  font-size: 26px; }

#productos .miniShoppingCart-total {
  font-size: 22px;
  line-height: 22px;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #FFF; }

.miniShoppingCart-warnings {
  display: block;
  padding-top: 7px;
  font-size: 11px;
  color: #a3b4a9;
  text-align: center; }

.miniShoppingCart-checkoutbtn, .miniShoppingCart-checkoutbtnOff {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  border-radius: 5px;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 20px;
  color: #FFF;
  background: #b9c300;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease; }

.miniShoppingCart-viewcart {
  margin: 0;
  color: #FFF;
  background: #b9c300;
  float: right;
  font-size: 13px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease; }

.miniShoppingCart-checkoutbtn:hover {
  color: #fff;
  text-decoration: none; }

.miniShoppingCart-actualizar {
  display: none; }

.miniShoppingCart-checkoutbtnOff {
  background: #c6c6c6;
  color: #fff;
  float: right;
  border: 1px solid #c6c6c6;
  cursor: default; }

/*.loading-img {position:absolute;top:6px;right:4px;z-index:45;}*/
.loading-img {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10001;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.loading-img .ajax_loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px; }

/*.carrito-flotante-pa  { position:relative}
.carrito-flotante-fa  { position:absolute; top:4px}
.carrito-flotante-fab { position:absolute; top:12px;}*/
.carrito-flotante-precio {
  font-size: 14px;
  display: block; }

.miniShoppingCart-products-text {
  width: 120px;
  height: 20px;
  overflow: hidden; }

.miniShoppingCart-products-numericupdw {
  width: 30px !important;
  height: 20px; }

.miniCart_prod_title {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0px;
  display: block;
  color: #4a4a4a; }

.slider-wrapper {
  overflow: hidden; }

.login-page2 {
  margin-top: 20px;
  text-align: center; }

.wrapper2 {
  width: 960px;
  text-align: center;
  margin: 0 auto;
  background: url(images/landing.png) no-repeat;
  height: 360px;
  overflow: hidden; }

.new-wrapper2 {
  float: left;
  position: relative;
  width: 300px;
  margin-right: 1px;
  height: 340px;
  top: 10px;
  left: 20px; }

.returning-wrapper2 {
  float: left;
  position: relative;
  width: 300px;
  top: 10px;
  left: 29px;
  margin-right: 1px;
  height: 340px; }

.guest-wrapper {
  float: left;
  position: relative;
  width: 300px;
  margin-right: 1px;
  height: 340px;
  top: 10px;
  left: 37px; }

.register-title2, .login-title2, .guest-title {
  font-size: 36px;
  text-shadow: 0 0 8px white;
  font-weight: normal; }

.registerbutton2, .loginbutton2 {
  position: absolute;
  background: none;
  width: 100%;
  left: 0px;
  height: 35px;
  border: none;
  cursor: pointer;
  background: none;
  bottom: 10px; }

.registerbutton2:hover, .loginbutton2:hover {
  text-decoration: underline; }

.login-block2 {
  height: 88px; }

.guest-link {
  font-size: 16px;
  font-weight: normal;
  text-shadow: none;
  color: #0452a5;
  display: block;
  width: 100%;
  height: 35px;
  position: absolute;
  bottom: 10px;
  left: 0px; }

.welcome-header-logo {
  margin: 0 auto;
  width: 250px;
  height: 128px;
  margin-bottom: 20px; }

.lateral-right-ad {
  border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  margin-bottom: 10px; }

  .Filtros a:hover {
    color: #006729; }

.Filtros a.Black-Friday {
  background: #000; }

.Filtros a.TODO-X-5000 {
  background: #e10; }

.tablaFranjas, .tablaFranjasInner {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 400;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

.tablaFranjas {
  margin-bottom: 15px;
  display: none; }

.tablaFranjas td {
  vertical-align: top; }

.tablaFranjasInner td {
  font-size: 11px;
  padding: 10px;
  border: none;
  height: 20px; }

.tablaFranjasInner .header {
  font-size: 11px;
  text-shadow: 1px 1px 1px #CBCBCB;
  font-variant: small-caps;
  background-color: #fffae7;
  height: 20px; }

.tablaFranjasInner .header td {
  font-weight: bold;
  padding: 10px; }

.tablaFranjasInner span {
  display: block;
  width: 20px;
  height: 19px; }

.tablaFranjasInner tr {
  background-color: #fffae7; }

.tablaFranjasInner .odd {
  background-color: #fff3c9; }

.ayuda-telefonica {
  position: absolute;
  width: 271px;
  height: 121px;
  background: url(images/ayuda-telefonica.png) no-repeat;
  bottom: 10px;
  right: 10px; }

.bancard-link {
  height: 95px;
  border-radius: 10px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
  text-align: center;
  width: 180px;
  margin: 20px auto; }

/* IE HACKS */
/**+html .productAdd { 
    background:url(images/so-icon-scAdd.png) no-repeat 5px 5px;
}

* html .productAdd { 
    background:url(images/so-icon-scAdd.png) no-repeat 5px 5px;
}

.productAdd 
{
    background:url(images/so-icon-scAdd.png) no-repeat 5px 5px\9;
}*/
/* */

.productAdd .error {
  position: absolute;
  width: 110px;
  height: 81px;
  background: url(images/error-baloon.png) no-repeat;
  top: 125px;
  left: 16px;
  padding: 10px 5px 5px 5px;
  color: #fff; }

.boton-volver {
  display: block;
  width: 170px;
  float: right;
  margin-top: 10px;
  background: url(images/back-icon.png) no-repeat 143px 0px #046bd8;
  color: #fff;
  padding: 3px 35px 3px 0px;
  border-radius: 5px;
  text-align: right;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 13px;
  text-transform: uppercase; }

.boton-volver:hover {
  background: url(images/back-icon.png) no-repeat 143px -23px #ffc907;
  color: #012951;
  text-decoration: none; }

.loginDiv {
  width: 300px;
  height: 340px; }

.login-table-container2 {
  position: absolute;
  top: 218px;
  width: 100%;
  left: 4px;
  text-shadow: 0px 0px 5px #000; }

.forgot-password2 a {
  color: White; }

.item-name2 {
  text-align: right; }

.prod-promociones {
  position: absolute;
  top: 115px;
  width: 135px;
  height: 20px;
  background: #f00;
  padding: 5px;
  font-size: 12px;
  color: #fff;
  text-align: center; }

.cart-promociones {
  float: left;
  width: 300px; }

.cart-promociones tr:nth-of-type(even) {
  background: #fff0d9; }

.cart-promociones tr:nth-of-type(odd) {
  background: #ffe5bf; }

.cart-promociones td {
  display: table-cell;
  padding: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #333; }

.cart-promociones td:nth-of-type(odd) {
  text-align: left; }

.cart-promociones td:nth-of-type(even) {
  text-align: right; }

.total-payment {
  float: right; }

/*.item_seleccionado{    background:url(images/metodo-de-pago-btn-bg.gif) no-repeat;}*/
.item_seleccionado {
  background: #ffc907;
  border-radius: 10px 0px 0px 10px; }

.pagoCell {
  padding: 15px;
  font-size: 12px;
  color: #0452a5;
  height: 250px;
  vertical-align: top;
  background: #ffc907;
  border-radius: 20px; }

.pagoCellContainer {
  background: #fff;
  padding: 15px;
  height: 220px;
  border-radius: 10px; }

.pagoUno {
  background: url(images/metodo-de-pago-bg1.gif) no-repeat; }

.pagoDos {
  background: url(images/metodo-de-pago-bg2.gif) no-repeat; }

.pagoTres {
  background: url(images/metodo-de-pago-bg3.gif) no-repeat; }

.pagoCuatro {
  background: url(images/metodo-de-pago-bg4.gif) no-repeat; }

.pagoCinco {
  background: url(images/metodo-de-pago-bg5.gif) no-repeat; }

.cant_Grid {
  width: 35px;
  color: #0452a5;
  font-size: 14px;
  padding-left: 5px;
  padding-right: 5px; }

.cant_OrderSummary {
  font-size: 18px;
  padding: 0 10px; }

.cant_MiniShoppingCartBox {
  font-size: 16px;
  margin-left: 3px;
  margin-right: 8px;
  margin-top: 5px;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #000; }

.cant_x {
  color: #4a4a4a; }

.cant_Flechas {
  float: left;
  width: 10px;
  height: 18px; }

.cant_Flechita {
  height: 20px;
  width: 20px;
  cursor: pointer;
  margin-top: -5px; }

.cant_Container {
  float: left;
  width: 50px;
  margin-top: 10px;
  height: 18px; }

.cant_ProductsVariantsInGrid {
  font-size: 24px; }

.cant_delete {
  position: absolute;
  top: 0px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 0;
  display: block;
  width: 11px;
  height: 11px;
  background-image: url(images/remove-cart.png);
  background-repeat: no-repeat;
  background-position: left top;
  color: #4a4a4a;
  text-align: center; }

.cant_delete:hover {
  background-position: left bottom; }

.cant_total {
  text-align: left;
  float: left;
  width: 65%; }
  .cant_total .cant_x {
    color: #b9c300; }

.cant_totaltxt {
  display: block;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFF; }

.cart-buttons {
  padding: 15px;
  padding-bottom: 25px;
  position: relative; }

.minicart-footer {
  padding: 15px;
  padding-top: 22px;
  background: url("images/carrito-bg-corte.png") repeat-x center top;
  background-color: #004a1e; }
  .minicart-footer .cant_x {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #FFF; }

.como-comprar-btn {
  background: url(images/como-comprar-btn.png) no-repeat;
  width: 300px;
  height: 35px;
  display: block;
  margin: 0 auto; }

.fb-like {
  width: 180px;
  height: 25px; }

.fb-like iframe {
  position: relative !important; }

.footer-img-izq {
  position: absolute;
  background: url(images/footer-img-left.png);
  width: 176px;
  height: 126px;
  top: 114px;
  left: -176px; }

.footer-img-der {
  position: absolute;
  background: url(images/footer-img-right.png);
  width: 151px;
  height: 127px;
  top: 114px;
  right: -152px; }

.rememberMe label {
  padding-left: 3px;
  text-align: left; }

.rememberMe input {
  outline: none;
  padding: 0px;
  margin: 0px;
  border-spacing: 0px; }

/* COMBOS */
#ctl00_ctl00_cph1_cph1_ctl00_ctrlCombos_gvProducts tr {
  border: none;
  background: #fff;
  display: block;
  float: left; }

#ctl00_ctl00_cph1_cph1_ctl00_ctrlCombos_gvProducts tr:last-child td div.combo-plus {
  background: url(images/combo-total.png) no-repeat;
  font-size: 70px;
  color: #00B32A;
  float: left;
  width: 35px;
  height: 175px;
  background-position: 0px 30px; }

.combo-products-list {
  float: left; }

#ctl00_ctl00_cph1_cph1_ctl00_lvCatalog_ctrl0_ctrlProductBox_ctrlminicombo_gvProducts tr {
  display: block;
  float: left; }

.combo-container {
  margin-bottom: 20px;
  border-bottom: 1px solid #ffeeb2;
  padding-bottom: 20px; }

.combo-products-list div {
  border: none; }

.combo-item {
  float: left; }

.combo-item-box {
  display: inline-block; }

.combo-beneficios {
  text-align: center;
  display: inline-block; }

.combo-plus {
  background: url(images/combo-plus-2.png) no-repeat; }

.combo-total {
  background: url(images/combo-total-2.png) no-repeat; }

.combo-popup-arrow {
  background: url(images/combo-popup-arrow.png) no-repeat;
  position: absolute;
  width: 17px;
  height: 16px;
  bottom: -16px;
  left: 63px; }

.combo-plus, .combo-total {
  color: #00B32A;
  width: 35px;
  height: 80px;
  background-position: 0px 15px;
  display: inline-block; }

.combo-popup-arrow-left {
  background: url(images/combo-popup-arrow-left.png) no-repeat;
  position: absolute;
  width: 17px;
  height: 16px;
  left: -16px;
  top: 32px; }

.combo-add, .minicombo-add, .minicombo-noAdd, .minicombo-vermas {
  margin: 0;
  padding: 4px 10px 4px 10px;
  background: #00be32;
  color: #fff;
  border: 0;
  cursor: pointer;
  border-radius: 10px;
  font-size: 12px;
  line-height: normal !important;
  height: 14px;
  width: 115px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.combo-add {
  text-transform: uppercase;
  height: 20px;
  margin-top: 40px;
  margin-left: 10px; }

.combo-add:hover {
  background: #0452a5; }

.combo-numbers {
  float: left;
  padding-top: 30px;
  padding-left: 10px; }

.combo-price {
  font-size: 36px;
  font-family: 'Yanone Kaffeesatz', Sans-Serif;
  font-weight: 700;
  color: #00be32; }

.combo-qty {
  font-family: 'Yanone Kaffeesatz',sans-serif;
  font-size: 24px !important;
  font-weight: bold;
  text-align: center; }

.combo-qty span {
  font-size: 24px !important; }

.combo-picture a {
  display: block; }

.minicombo-item {
  padding: 5px 0px;
  margin-bottom: 5px;
  border-top: 1px solid #ffeeb2;
  border-bottom: 1px solid #ffeeb2; }

.minicombo-item-box {
  display: inline-block;
  text-align: center; }

.minicombo-add, .minicombo-noAdd, .minicombo-vermas {
  width: 147px;
  margin-bottom: 5px; }

.minicombo-noAdd {
  background: #01274c; }

.minicombo-vermas {
  background: #ffc907;
  color: #01274c; }

.minicombo-vermas:hover {
  background: #0452a5;
  color: #fff; }

.minicombo-add:hover, .minicombo-noAdd:hover {
  background: #0452a5; }

.minicombo-wrapper {
  position: absolute;
  bottom: 65px;
  left: 5px;
  width: 167px;
  background: #fff;
  z-index: 998;
  padding: 5px;
  box-shadow: 0px 0px 5px #000; }

.minicombo-numbers {
  text-align: right;
  margin-bottom: 5px; }

.minicombo-price {
  font-family: 'Yanone Kaffeesatz', Sans-Serif;
  font-size: 36px;
  margin-bottom: 5px;
  color: #00be32;
  font-weight: bold; }

.minicombo-saving {
  color: #0452a5; }

.minicombo-pricedesc {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #d60613;
  text-align: right;
  margin-bottom: 5px; }

.mini-combo-products-list .title h1 {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #0452a5; }

.minicombo-picture {
  width: 50px;
  font-size: 11px;
  height: 50px; }

.minicombo-picture img {
  width: 50px;
  height: 50px; }

.minicombo-picture a {
  display: block; }

.minicombo-qty {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px !important;
  color: #0452a5; }

.minicombo-qty span {
  font-size: 24px !important; }

#ctl00_ctl00_cph1_cph1_ctl00_ctrlCombos_gvProducts td {
  border: none;
  background: #fff; }

@-moz-document url-prefix() {
  .combo-add {
    padding: 2px 10px 4px 10px; } }
.comboaddtocartbutton {
  display: block;
  color: #fff;
  background: none;
  border: 0;
  height: 22px;
  padding: 2px 3px 4px 3px;
  padding: 3px 3px 3px 3px\9;
  width: 120px;
  cursor: pointer;
  text-align: center; }

@-moz-document url-prefix() {
  .comboaddtocartbutton {
    padding: 1px 3px 5px 3px; } }
.delivery-warning {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #006729;
  font-size: 12px;
  font-style: italic;
  text-align: center;
  padding-top: 20px; }
  .delivery-warning ul {
    list-style: disc; }
    .delivery-warning ul li {
      list-style: disc;
      padding-bottom: 5px; }

.vaciar-carrito {
  background: #4a4a4a;
  color: #FFF;
  cursor: pointer;
  position: relative;
  float: left;
  font-size: 13px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease; }

.vaciar-carrito:hover {
  background: #b9c300;
  color: #fff; }

.vaciar-carrito-confirmacion {
  position: absolute;
  bottom: 38px;
  left: 100px;
  width: 175px;
  height: 74px;
  padding: 10px;
  box-shadow: 0px 0px 5px #000;
  background: #fff; }

/* RECETAS */
.recipe-page {
  position: relative; }

.recipe-image {
  width: 600px;
  height: 220px;
  position: relative;
  margin-bottom: 30px; }

.recipe-image img {
  width: 600px;
  height: 220px; }

.recipe-title {
  position: absolute;
  top: 20px;
  left: -5px;
  background: #0452a5; }

.recipe-title-arrow {
  position: absolute;
  bottom: -5px;
  left: 0px;
  background: url(images/receta-title-arrow.gif) no-repeat;
  width: 5px;
  height: 5px; }

.recipe-title h1 {
  color: #fff;
  font-family: 'Yanone Kaffeesatz', Sans-Serif;
  text-transform: uppercase;
  font-size: 20px;
  padding: 5px;
  font-weight: normal; }

.recipe-properties {
  position: absolute;
  width: 154px;
  height: 220px;
  top: 0;
  right: 0;
  padding: 30px 10px 10px 10px; }

.recipe-bg {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.65;
  width: 154px;
  height: 220px;
  z-index: 1; }

.recipe-container {
  position: relative;
  z-index: 2;
  font-size: 14px; }

.recipe-container div {
  margin-bottom: 10px; }

.recipe-commensals {
  float: right;
  font-family: 'Yanone Kaffeesatz', Sans-Serif;
  font-size: 18px;
  color: #0452a5;
  position: relative; }

.recipe-commensals .commensals-number {
  position: relative;
  z-index: 2;
  font-size: 36px;
  font-weight: bold;
  background: #dcdcdc;
  border-radius: 22px;
  width: 45px;
  height: 45px;
  display: inline-block;
  text-align: center;
  text-decoration: none; }

.recipe-commensals .modificar {
  width: 102px;
  height: 23px;
  font-family: 'Yanone Kaffeesatz', Sans-Serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  background: #0452a5;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: none;
  padding: 0px 10px;
  cursor: pointer; }

.recipe-ingredients-title {
  float: left;
  font-family: 'Yanone Kaffeesatz', Sans-Serif;
  font-size: 24px;
  color: #0452a5;
  font-weight: normal;
  padding-top: 12px; }

.recipe-ingredients {
  margin-top: 20px;
  margin-bottom: 20px; }

.recipe-ingredients .recipe-ingredients-table {
  width: 100%; }

.recipe-ingredients .recipe-ingredients-table .escarapela-receta {
  position: relative;
  margin: 0 0 -50px;
  top: 0px;
  left: 0px; }

.recipe-ingredients .recipe-ingredients-table th {
  background: url(images/recetas/th-bg.png) no-repeat;
  color: #fff;
  font-size: 18px;
  font-family: 'Yanone Kaffeesatz', Sans-Serif;
  font-weight: normal;
  padding: 0 5px;
  height: 29px;
  text-transform: uppercase;
  border-bottom: 1px solid #c7c7c7; }

.recipe-ingredients .recipe-ingredients-table th.foto {
  background-position: 10px 0px;
  padding-left: 25px;
  width: 95px;
  position: relative; }

.recipe-ingredients .recipe-ingredients-table th.nombre {
  background: none;
  width: 252px; }

.recipe-ingredients .recipe-ingredients-table th.cantidad {
  width: 99px;
  text-align: center; }

.recipe-ingredients .recipe-ingredients-table th.precio {
  width: 112px;
  text-align: right;
  padding-right: 30px;
  background-position: 28px 0px; }

.recipe-ingredients .recipe-ingredients-table td {
  vertical-align: middle;
  padding: 5px;
  border-bottom: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  font-size: 14px;
  color: #0452a5; }

.recipe-ingredients .recipe-ingredients-table td.foto {
  text-align: center;
  border-right: none;
  border-left: 1px solid #c7c7c7;
  position: relative; }

.recipe-ingredients .recipe-ingredients-table td.cantidad {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  font-family: 'Yanone Kaffeesatz', Sans-Serif; }

.recipe-ingredients .recipe-ingredients-table td.precio {
  font-size: 28px;
  text-align: right;
  font-weight: bold;
  font-family: 'Yanone Kaffeesatz', Sans-Serif;
  padding-right: 10px; }

.recipe-ingredients .recipe-ingredients-table td.precio .gs {
  font-size: 14px;
  font-weight: normal;
  color: #a4b5d5; }

.recipe-total-price {
  float: right;
  font-size: 18px;
  font-family: 'Yanone Kaffeesatz', Sans-Serif;
  text-transform: uppercase;
  padding-right: 10px; }

.recipe-total-price .total {
  font-size: 18px;
  color: #60a626; }

.recipe-total-price .arrow-right {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffc907;
  display: inline-block; }

.recipe-total-price .gs {
  font-size: 14px;
  color: #a4b5d5; }

.recipe-total-price .precio {
  font-size: 28px;
  color: #0452a5;
  font-weight: bold; }

.recipe-buttons {
  float: left; }

.recipe-buttons .comprar {
  width: 142px;
  height: 23px;
  background: #60a626;
  font-family: 'Yanone Kaffeesatz', Sans-Serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 5px; }

.recipe-buttons .volver {
  width: 142px;
  height: 23px;
  background: #fff;
  font-family: 'Yanone Kaffeesatz', Sans-Serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #60a626;
  border: none;
  border: 1px solid #60a626;
  border-radius: 5px;
  cursor: pointer; }

#cantidadCom {
  position: absolute;
  top: -10px;
  left: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #c7c7c7;
  width: 60px;
  text-align: center;
  padding-top: 60px;
  border-radius: 25px;
  padding-bottom: 10px; }

#cantidadCom li .commensals-number {
  font-size: 28px;
  border-radius: 19px;
  width: 38px;
  height: 38px;
  margin-bottom: 5px; }

#cantidadCom li .commensals-number:hover {
  background: #eee; }

#cantidadCom li .commensals-number a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none; }

/* ESPECIAL NAVIDAD */
.navidad-header {
  position: absolute;
  top: -50px;
  left: 135px;
  background: url(images/navidad/adorno-top.png) repeat-x;
  width: 527px;
  height: 146px;
  z-index: 10;
  pointer-events: none; }

/* IE hack */
/**+html .navidad-header { 
    background:none !important;
}

* html .navidad-header { 
    background:none !important;
}

.navidad-header
{
    background:none\9;
}*/
/* */
.navidad-adorno-right {
  position: absolute;
  top: 0px;
  right: -64px;
  background: url(images/navidad/adorno-right.png) repeat-x;
  width: 87px;
  height: 496px;
  z-index: 10; }

.navidad-adorno-left {
  position: absolute;
  bottom: 0px;
  left: -64px;
  background: url(images/navidad/adorno-left.png) repeat-x;
  width: 87px;
  height: 496px;
  z-index: 10; }

.navidad-fondo {
  position: absolute;
  top: 151px;
  left: 0;
  width: 100%;
  height: 811px;
  background: url(images/navidad/fondo-reyes.jpg) center repeat-x; }

.navidad-footer-img-izq {
  position: absolute;
  background: url(images/navidad/footer-img-left.png);
  width: 105px;
  height: 231px;
  bottom: 0px;
  left: -105px; }

.navidad-footer-img-der {
  position: absolute;
  background: url(images/navidad/footer-img-right.png);
  width: 142px;
  height: 251px;
  bottom: 0px;
  right: -142px; }

.navidad-gorro {
  position: absolute;
  top: -25px;
  right: -14px;
  width: 60px;
  height: 56px;
  background: url(images/navidad/gorrito.png); }

.pago-efectivo {
  position: absolute;
  top: 150px;
  left: 325px;
  width: 300px;
  font-size: 12px;
  color: #0452a5; }

.consejos {
  position: relative;
  background: #022c56;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  box-shadow: 0px 0px 5px #000;
  z-index: 12;
  height: 168px;
  margin-bottom: 20px;
  overflow: hidden; }

.aviso-franja {
  background: #dd1d1d;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
  font-family: 'Yanone Kaffeesatz';
  font-size: 20px;
  text-align: center;
  color: #FFFFFF; }

.aviso-franja h1 {
  color: #ffc907;
  font-size: 24px;
  font-weight: normal;
  font-family: 'Yanone Kaffeesatz'; }

.aviso-tarjetas {
  border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
  overflow: hidden; }

/* 14 de FEBRERO */
.valentines-fondo {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(images/valentines/stval-bg.png);
  opacity: 0.03;
  filter: alpha(opacity=3); }

.valentines-header {
  width: 250px;
  height: 92px;
  background: url(images/valentines/cupid.png) no-repeat;
  position: absolute;
  top: 5px;
  left: 210px;
  z-index: 10; }

.valentines-hearts {
  width: 1236px;
  height: 252px;
  position: absolute;
  top: 150px;
  background: url(images/valentines/hearts.png) no-repeat;
  left: 50%;
  margin-left: -618px; }

.valentines-footer-img-izq {
  width: 140px;
  height: 216px;
  position: absolute;
  bottom: 0px;
  left: -140px;
  background: url(images/valentines/rose.png) no-repeat; }

.valentines-footer-img-der {
  width: 140px;
  height: 216px;
  position: absolute;
  bottom: 0px;
  right: -140px;
  background: url(images/valentines/rose.png) no-repeat;
  transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1); }

/* ESCOLAR */
.escolar-espiral {
  position: absolute;
  background: url(images/escolar/espiral.png);
  width: 22px;
  top: 137px;
  right: -15px;
  z-index: 1; }

.escolar-header {
  position: absolute;
  width: 372px;
  height: 34px;
  background: url(images/escolar/lapices.png) no-repeat;
  top: 51px;
  left: 215px; }

.escolar-footer-img-izq {
  width: 79px;
  height: 164px;
  position: absolute;
  bottom: 0;
  left: -79px;
  background: url(images/escolar/libro-izq.png) no-repeat; }

.escolar-footer-img-der {
  width: 79px;
  height: 164px;
  position: absolute;
  bottom: 0;
  right: -79px;
  background: url(images/escolar/libro-der.png) no-repeat; }

/* PASCUA */
.pascua-bg {
  position: absolute;
  top: 78px;
  width: a7uto;
  height: 50px;
  width: 100%;
  z-index: 0; }

.pascua-left {
  width: 50%;
  height: 71px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 490px; }

.pascua-left-bg {
  background: url(images/pascua/pascua-huevitos.png) right center;
  height: 71px; }

.pascua-right {
  width: 50%;
  height: 71px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 490px; }

.pascua-right-bg {
  background: url(images/pascua/pascua-huevitos.png);
  height: 71px; }

.pascua-center {
  width: 980px;
  height: 71px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background: url(images/pascua/pasto.png) repeat-x 0px 34px; }

.pascua-header {
  position: absolute;
  width: 450px;
  height: 84px;
  top: 1px;
  left: 175px;
  background: url(images/pascua/pascua-header-bg.png) no-repeat; }

.pascua-body-right {
  width: 50px;
  position: absolute;
  right: -50px;
  top: 137px;
  background: url(images/pascua/huevos-derecha.png) no-repeat; }

.pascua-footer-img-izq {
  width: 195px;
  height: 182px;
  position: absolute;
  bottom: 40px;
  left: -195px;
  background: url(images/pascua/footer-huevo-izq.png) no-repeat; }

.pascua-footer-img-der {
  width: 194px;
  height: 278px;
  position: absolute;
  bottom: 40px;
  right: -194px;
  background: url(images/pascua/footer-conejo-der.png) no-repeat; }

/* OTOÑO */
.leaves-header {
  position: absolute;
  width: 387px;
  height: 76px;
  background: url(images/leaves/leaves-header-2.png) no-repeat;
  top: 9px;
  left: 202px;
  display: none; }

.leaves-body-right {
  position: absolute;
  top: 160px;
  right: 0px;
  width: 141px;
  height: 456px;
  background: url(images/leaves/leaves-body-right.png);
  display: none; }

.leaves-body-left {
  position: absolute;
  top: 160px;
  left: 0px;
  width: 128px;
  height: 608px;
  background: url(images/leaves/leaves-body-left.png);
  display: none; }

.leaves-footer-img-left {
  width: 190px;
  height: 83px;
  position: absolute;
  bottom: 40px;
  left: -190px;
  background: url(images/leaves/leaves-footer-img-left.png) no-repeat;
  display: none; }

.leaves-footer-img-right {
  width: 194px;
  height: 83px;
  position: absolute;
  bottom: 40px;
  right: -192px;
  background: url(images/leaves/leaves-footer-img-right.png) no-repeat;
  display: none; }

.btn-franja {
  background: url("images/ico-reloj.png") #006729 no-repeat left bottom;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #FFF;
  display: inline-block;
  padding: 15px 0 15px 50px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease; }
  .btn-franja span {
    display: block;
    padding-right: 40px;
    background: url("images/arrow-up.png") no-repeat right center; }
  .btn-franja:hover, .btn-franja:focus, .btn-franja:active, .btn-franja.active {
    color: #FFF;
    opacity: 1;
    text-decoration: none; }
  .btn-franja.active span {
    background: url("images/arrow-down.png") no-repeat right center; }

.franja-horaria {
  position: fixed;
  bottom: 0;
  z-index: 50;
  color: #4a4a4a;
  width: 100%;
  text-align: right; }
  .franja-horaria .franja-title {
    float: left;
    color: #edeab2;
    font-size: 16px;
    line-height: 33px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 400;
    height: 35px;
    padding-right: 10px;
    padding-left: 20px;
    margin-bottom: 0; }
  .franja-horaria .franja-wrapper {
    width: 100%;
    background: #006729; }
    .franja-horaria .franja-wrapper .container {
      padding-top: 10px;
      padding-bottom: 10px; }
  .franja-horaria .franja-list {
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0; }
    .franja-horaria .franja-list li {
      display: block;
      float: left;
      height: 35px;
      padding-right: 10px;
      padding-top: 7px;
      padding-bottom: 7px;
      background-color: #edeab2;
      font-family: 'Lato', Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 14px;
      color: #4a4a4a;
      background-clip: padding-box div;
        background-clip-float: left; }
      .franja-horaria .franja-list li.dia {
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 5px;
        font-family: 'Lato', Arial, Helvetica, sans-serif;
        font-weight: 700;
        color: #464646;
        font-size: 14px;
        text-transform: uppercase; }
  .franja-horaria .disponibilidad {
    padding-left: 35px; }
    .franja-horaria .disponibilidad.red {
      background: url("images/no-disponible.png") #edeab2 no-repeat left center; }
    .franja-horaria .disponibilidad.yellow {
      background: url("images/casi-disponible.png") #edeab2 no-repeat left center; }
    .franja-horaria .disponibilidad.green {
      background: url("images/disponible.png") #edeab2 no-repeat left center; }

/* MAMA */
.mama-header {
  position: absolute;
  width: 370px;
  height: 84px;
  background: url(images/mama/header-bg.png) no-repeat;
  top: 0px;
  left: 175px; }

.mama-pics-left {
  position: absolute;
  top: 120px;
  left: -20px;
  width: 128px;
  height: 340px;
  background: url(images/mama/pics-left.png); }

.mama-pics-right {
  position: absolute;
  top: 120px;
  right: -20px;
  width: 130px;
  height: 335px;
  background: url(images/mama/pics-right.png); }

.mama-footer-img-left {
  width: 280px;
  height: 349px;
  position: absolute;
  bottom: 0px;
  left: -195px;
  background: url(images/mama/footer-img-izq.png) no-repeat; }

.mama-footer-img-right {
  width: 195px;
  height: 199px;
  position: absolute;
  bottom: 40px;
  right: -192px;
  background: url(images/mama/footer-img-der.png) no-repeat; }

/* BLACK FRIDAY */
.blackfriday-header {
  position: absolute;
  width: 433px;
  height: 85px;
  background: url(images/blackfriday/header-img.png) no-repeat;
  top: 0px;
  left: 182px; }

.outlet {
  width: 148px;
  height: 42px;
  position: absolute;
  top: 68px;
  left: 492px; }

/* DECORACION ESTACIONAL */
.adorno-header {
  position: absolute;
  top: 30px;
  left: 200px;
  width: 770px;
  height: 55px; }

.adorno-body-left {
  width: 200px;
  height: 500px;
  position: absolute;
  background: #fff;
  top: 150px;
  left: 0; }

.adorno-body-right {
  width: 200px;
  height: 500px;
  position: absolute;
  background: #fff;
  top: 150px;
  right: 0; }

.adorno-footer-left {
  position: absolute;
  width: 250px;
  height: 280px;
  background: #fff;
  bottom: 40px;
  left: -250px; }

.adorno-footer-right {
  position: absolute;
  width: 250px;
  height: 280px;
  background: #fff;
  bottom: 40px;
  right: -250px; }

/* RESOLUCION 1920 */
/*@media screen and (min-width: 1700px) and (max-width: 1920px){
    .master-wrapper-page {width:1450px;}
    .master-wrapper-content{width:1450px;}
    .searchboxtext{width:706px;}
    .master-wrapper-centerRight-3{width:1250px;}
    .master-wrapper-center-1 {width:1440px;}
    .master-wrapper-center-3 {width:1070px;}
    .master-wrapper-cph-1 {width:1420px;}
    .master-wrapper-cph-3 {width:1060px;}
    .slider-wrapper {width:600px;margin:0 auto;}
    .miniAds{margin:0 auto;}
    .footer-wrapper {width: 1440px;}
    .headermenu {width: 1440px;}
    .product-list1 {float: left;width: 1060px;padding-left:10px;}
    .outlet {width: 148px;height: 42px;position: absolute;top: 68px;left: 962px;}
    .user-links {width:1450px;}
    .image-advertising {width:600px;margin:0 auto;}
    .product-grid{width:1060px;}
}*/
/* PRODUCTOS RECOMENDADOS */
.recommended-products-horizontal {
  background: #edeab2;
  border-radius: 5px;
  padding: 15px;
  margin-top: 20px;
  position: relative;
  z-index: 3; }

.recommended-products-horizontal .title {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #006729;
  padding-bottom: 15px; }

.recommended-products-horizontal .recommended-horizontal-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.recommended-products-horizontal .item_box {
  float: left;
  position: relative;
  height: auto; }

.recommended-products-horizontal .picture {
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 1px solid #c9c7a5;
  cursor: pointer;
  background: #FFF;
  padding: 5px; }

.recommended-products-horizontal .picture img {
  max-width: 100%; }

.recommended-products-horizontal .info {
  position: absolute;
  top: 135px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  background: #006729;
  padding: 3px;
  text-align: center;
  width: 140px;
  color: #fff;
  display: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  padding: 10px; }

.recommended-products-horizontal .info .precio {
  color: #b9c300;
  font-size: 18px;
  font-weight: bold; }

.recommended-products-horizontal .info .up-arrow {
  position: absolute;
  border-left: 8px outset transparent;
  border-right: 8px outset transparent;
  border-bottom: 8px solid #006729;
  display: block;
  left: 55px;
  top: -8px; }

.recommended-products-horizontal-blocker {
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 140px;
  display: none;
  z-index: 600;
  cursor: wait; }

.recommended-products-vertical {
  background: url("images/bg-destacados-categorias.png") #edeab2 no-repeat right 10px;
  padding-top: 30px;
  padding-bottom: 40px; }
  .recommended-products-vertical .product-list-destacados .slick-prev, .recommended-products-vertical .product-list-destacados .slick-next {
    top: -45px; }

.recommended-products-vertical .title {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #006729;
  padding-bottom: 25px; }

#moving-box {
  z-index: 1000 !important;
  border: 1px solid #ffc907; }

#moving-box img {
  width: 78px;
  height: 78px; }

/* TUTORIAL */
.tutorial-img {
  box-shadow: 0px 0px 1px black; }

.tutorial-title {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 5px; }

.tutorial-txt {
  font-size: 14px;
  padding-bottom: 20px; }

.modalPopUpBg {
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.registration-page .register-info {
  background: url("images/bg-register.jpg") #006729 no-repeat center top;
  padding: 25px;
  padding-top: 190px;
  text-align: center; }
  .registration-page .register-info .register-item {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: 25px;
    margin-left: 25px;
    background: url("images/separador-registro.png") no-repeat center bottom;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #FFF;
    box-sizing: border-box; }
    .registration-page .register-info .register-item img {
      margin-bottom: 5px; }
    .registration-page .register-info .register-item p {
      font-family: 'Lato', Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 14px;
      color: #FFF;
      margin: 0;
      padding: 0; }
  .registration-page .register-info .login {
    padding-top: 20px;
    padding-bottom: 20px; }
    .registration-page .register-info .login p {
      font-family: 'Lato', Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 18px;
      color: #FFF;
      text-align: center;
      margin-bottom: 20px; }
.registration-page .register-content {
  padding: 45px !important;
  background: #FFF; }
.registration-page .section-title {
  padding: 0px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d3d3d3;
  clear: both;
  font-size: 21px;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 600; }
.registration-page .label-warning {
  width: 100%;
  text-align: center; }

/* RESPONSIVE MEDIA QUERIES */
@media only screen and (max-width: 767px) {
  .user-links {
    position: relative;
    width: 100%;
    height: auto;
    background: none;
    z-index: 99; }

  .header {
    height: auto;
    text-align: center; }

  .header-links {
    top: 0;
    left: 10px;
    width: 30px;
    height: 24px;
    padding: 7px;
    border-radius: 0px 0px 10px 10px;
    position: fixed;
    background: #ffc907;
    /* margin-left: -27px; */ }

  .header-links .btn-login-mobile, .header-links .btn-account-mobile {
    display: block;
    background: url(images/customer-icon.png) center center;
    width: 30px;
    height: 22px; }

  .header-links-admin {
    display: none; }

  .header-logo {
    margin: 0 auto;
    float: none; }

  .header-logo a.logo {
    width: 100px;
    height: 65px;
    background-size: cover;
    margin: 0 auto; }

  .login-small-wrapper .textBox {
    width: 87%;
    padding: 4%; }

  .searchbox {
    position: static;
    margin: 10px auto 0px auto;
    padding-bottom: 0px;
    width: 90%; }

  .category-alt-button {
    position: fixed;
    width: 36px;
    height: 36px;
    z-index: 1;
    left: 0;
    top: 56px;
    z-index: 98;
    background: #A8C2DB;
    display: block;
    /* padding-top: 3px; */
    border-radius: 0px 10px 10px 0px;
    padding: 3px 7px 7px 7px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }

  .category-alt-button .icon-bar {
    display: block;
    width: 30px;
    height: 6px;
    background-color: #012b54;
    margin: 5px auto 0 auto; }

  .category-alt-close {
    display: block;
    text-align: center;
    padding: 5px;
    background: #80bdff;
    font-size: 18px;
    margin-bottom: 5px;
    cursor: pointer; }

  .account-bar {
    display: none; }

  .miniShoppingCart-toggleBtn {
    display: none;
    right: -200px;
    left: auto; }

  #Carrito {
    position: fixed;
    right: 10px; }

  #Carrito #ver_carro {
    display: none; }

  .carrito-button-alt {
    position: fixed;
    top: 0;
    left: 60px;
    padding: 7px;
    background: #ffc907;
    border-radius: 0px 0px 10px 10px;
    width: 30px;
    height: 24px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }

  .carrito-button-alt-link {
    background: url(images/shopping-cart-icon-2.png) no-repeat;
    display: block;
    width: 27px;
    height: 22px; }

  .total-mini {
    display: block;
    padding: 5px 15px;
    font-size: 24px;
    background: #ffc907;
    border-radius: 0px 0px 10px 10px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: bold;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }

  .total-mini a {
    color: #012B54; }

  .total-mini a:hover {
    color: #7093B5; }

  .header-sublinks {
    display: none; }

  .master-wrapper-center-1 {
    width: 100%; }

  .master-wrapper-cph-1 {
    width: 96%;
    padding: 2%; }

  .master-wrapper-leftside-3 {
    position: fixed;
    top: 0;
    left: -100%;
    float: none;
    width: 100%;
    z-index: 99;
    background: #0452a5;
    overflow-y: scroll;
    height: 100%; }

  .master-wrapper-centerRight-3 {
    float: none;
    width: 100%;
    margin: 0 auto; }

  .master-wrapper-center-3, .master-wrapper-center-2 {
    float: none;
    width: 100%;
    display: block; }

  .master-wrapper-cph-3, .master-wrapper-cph-2 {
    float: none;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }

  .master-wrapper-rightside-3 {
    float: none;
    width: 100%;
    padding-right: 0; }

  .order-summary-content .cart .cart-header {
    display: none; }

  .is-flyout {
    animation: viewmenu 0.7s;
    -webkit-animation: viewmenu 0.7s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards; }

  @keyframes viewmenu {
    0% {
      left: -100%; }
    100% {
      left: 0%; } }
  @-webkit-keyframes viewmenu {
    0% {
      left: -100%; }
    100% {
      left: 0%; } }
  .block-category-navigation .title {
    display: none; }

  .block-category-navigation .listbox a {
    background: #012b54;
    margin-top: 1px;
    text-align: center;
    font-size: 16px;
    height: auto;
    padding: 12px 3px; }

  .block-category-navigation .level2 a {
    background: #ffc907; }

  .block-category-navigation .level3 a {
    background: #fff1bf; }

  .slider-wrapper {
    display: none; }

  .product-list1 {
    width: 100%; }

  .product-list1 .item-box {
    width: 50%;
    margin: 0;
    height: auto; }

  .product-list1 .product-item {
    width: 100%;
    height: auto; }

  .product-list1 .product-item .picture {
    height: auto; }

  .product-list1 .product-item .picture img {
    width: 100%;
    height: auto; }

  .htmlcontent {
    display: none; }

  #productDetailAjax {
    width: 90%;
    height: 90%;
    padding: 2%; }

  .franja-horaria {
    display: none; }

  .miniAds {
    display: none; }

  .moreAds {
    display: none; }

  .block {
    width: 95%;
    margin: 0 auto; }

  .footer-wrapper {
    padding-bottom: 0;
    width: 100%;
    background: #FFF; }

  .footer {
    height: auto; }

  .headermenu {
    width: 100%;
    margin: 0 auto;
    display: none; }

  .headermenu ul.topmenu {
    width: 100%;
    float: none;
    font-size: 12px; }

  .headermenu li {
    height: 24px;
    text-align: center; }

  .headermenu a {
    font-size: 12px; }

  .miniShoppingCart-products {
    position: absolute;
    right: -5000px; }

  .ayuda-telefonica {
    position: static;
    width: 100%;
    background-position: center;
    margin-top: 10px; }

  .delivery-warning {
    position: static;
    text-align: center;
    font-size: 11px;
    padding: 5px;
    margin-top: 10px; }

  .tarjetas {
    display: none; }

  .block-newsletter {
    display: none; }

  .footer-disclaimer {
    position: static;
    margin-top: 15px; }

  .image-advertising {
    display: none; }

  .page-title {
    float: none;
    text-align: center; }

  .product-sorting {
    float: none;
    text-align: center; }

  .Filtros {
    display: block;
    padding: 10px 0px; }

  .Filtros a, .Filtros a.Black-Friday {
    background: #0452a5;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    height: auto;
    margin: 2px; }

  .Filtros a.Black-Friday {
    background: #000; }

  .breadcrumb {
    display: none; }

  .side-social {
    width: 95%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 20px auto; }

  .recommended-products-horizontal, .recommended-products-vertical {
    display: none; }

  .product-details-info {
    width: 100%;
    position: static;
    height: auto; }

  .product-details-info .picture {
    position: relative;
    width: 100%;
    border: none; }

  .product-details-info .overview {
    position: static;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: none;
    background: #012b54; }

  .product-details-info .overview .productname {
    color: #fff;
    margin: 0; }

  .home-page-product-grid .product-item, .also-purchased-products-grid .product-item {
    height: auto; }

  .picture img {
    width: 100%; }

  .product-variant-line .price {
    font-size: 36px; }

  .related-products-grid .title, .also-purchased-products-grid .title, .combo .title {
    padding: 10px 5px;
    text-align: center; }

  .related-products-grid .item-box, .also-purchased-products-grid .item-box {
    width: 50%;
    margin-right: 0; }

  .home-page-product-grid .product-item, .also-purchased-products-grid .product-item {
    width: 100%; }

  .product-details-right-menu {
    position: static;
    height: auto;
    width: auto; }

  .product-variant-list {
    position: static;
    width: auto;
    margin-right: 0;
    border: none; }

  .order-summary-content .cart .cart-body .cart-item-row {
    border: none;
    border-bottom: 1px solid #C0D3E7; }

  .order-summary-content .cart .cart-body .cart-item.product .productdata {
    display: none; }

  .order-summary-content .cart .cart-body .cart-item.product {
    width: 30%;
    border: none;
    padding: 1%; }

  .order-summary-content .cart .cart-body .cart-item.quantity {
    border: none;
    float: left;
    width: 26%; }

  .order-summary-content .cart .cart-body .cart-item.price {
    width: 23%;
    border: none; }

  .order-summary-content .cart .cart-body .cart-item.end {
    width: 8%; }

  .cart-observaciones {
    float: none;
    height: auto;
    text-align: center;
    margin: 0; }

  .order-summary-content .totals, .checkout-data .totals {
    width: 100%;
    float: none;
    padding-top: 10px;
    text-align: center; }

  .order-summary-content .total-info {
    float: none;
    width: 96%;
    text-align: center;
    padding: 2%; }

  .order-summary-content .total-info .cart-total {
    width: 100%; }

  .order-summary-content .total-info .cart-total .cart_total_left {
    width: 50%;
    text-align: right; }

  .order-summary-content .total-info .cart-total .cart_total_right {
    width: 50%;
    text-align: left; }

  .order-summary-content .cart-collaterals {
    width: auto; }

  .cart-observaciones .cart-observaciones-txt {
    width: 94%;
    height: 80px;
    padding: 3%; }

  .continueshoppingbutton, .emptycartbutton, .checkoutbutton {
    float: none;
    margin: 10px auto; }

  .order-summary-content .checkout-buttons {
    float: none; }

  .cant_OrderSummary {
    font-size: 12px;
    padding: 6px 3px 0px 3px;
    display: inline-block; }

  .updatecartbutton, .checkoutbuttonoff {
    float: none;
    display: inline-block; }

  .up-arrow, .down-arrow {
    position: static; }

  #loginPopUpContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }

  .grey .ajax__tab_header .ajax__tab_outer {
    width: 100%;
    padding: 1%;
    border-radius: 3px;
    margin-top: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }

  .grey .ajax__tab_header .ajax__tab_inner {
    width: 100%;
    padding: 3px 0;
    text-align: center; }

  .customer-info-box .personal-details {
    width: 100%; }

  .customer-info-box .address-info .address-info-data {
    float: none; }

  .customer-info-box .row {
    height: auto;
    text-align: center;
    margin-top: 5px;
    font-size: 14px; }

  .customer-info-box .personal-details .item-name {
    width: auto;
    display: block; }

  .customer-info-box .item-value {
    display: block; }

  .customer-info-box .section-title {
    text-align: center; }

  .customer-info-box .item-value input[type="text"] {
    padding: 2%;
    width: 100%;
    font-size: 14px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }

  .customer-info-box .item-value select {
    width: 100% !important;
    padding: 2%;
    font-size: 14px;
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }

  .customer-info-box .contact-info, .customer-info-box .newsletter {
    width: auto;
    float: none; }

  .customer-info-box .address-info .address-info-gmap {
    float: none;
    margin-top: 20px; }

  .customer-info-box .google-map-embed {
    width: 100% !important;
    margin: 0; }

  .customer-addresses .address-list .address-item {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }

  .order-details .page-title, .order-details .page-links {
    float: none;
    text-align: center;
    padding: 5px 0px; }

  .order-details .info {
    margin-top: 10px; }

  .order-details .products-box td {
    padding: 2px; }

  .order-details .products-table, .order-details .products-table tbody, .order-details .products-table tr, .order-details .products-table th, .order-details .products-table td {
    display: block; }

  .order-details .products-table tfoot, .order-details .products-table thead {
    display: none; }

  .order-details .products-table .row, .order-details .products-table .row {
    padding: 5px; }

  .order-details .products-table .row {
    background: #fff7d9; }

  .order-details .products-table .row-alt {
    background: #ffeeb2; }

  .order-details .products-table .title {
    display: block;
    float: left;
    width: 34%;
    text-align: right;
    padding-right: 1%; }

  .order-details .products-table .item {
    display: block;
    float: right;
    width: 64%;
    text-align: left;
    padding-left: 1%; }

  .cart-total {
    width: 100%; }

  .cart_total_right, .cart_total_left {
    width: 50%; }

  .cart_total_right {
    text-align: left; }

  .cart_total_left {
    text-align: right; }

  .cart_total_right .productPrice {
    font-size: 28px; }

  .customer-pass-recovery .item-value input {
    padding: 2%;
    width: 96%;
    border-radius: 5px;
    outline: none;
    border: 1px solid #ccc; }

  .productemailafriendbutton, .productaddtocomparelistbutton {
    width: 70%;
    padding: 10px;
    background: #0452a5;
    text-align: center;
    margin: 5px auto; }

  .boton-volver {
    display: none; }

  .product-details-info .overview .manufacturers, .product-details-info .overview .manufacturers a {
    color: #fff; }

  .productlistaddtocartbutton, .productgridaddtocartbutton, .productvariantaddtocartbutton {
    background: #0069d9;
    width: 75%;
    height: auto;
    color: #fff;
    text-indent: 0;
    font-size: 24px;
    padding: 10px;
    margin-bottom: 10px; }

  .customer-logout-mobile {
    display: block;
    text-align: center;
    padding: 8px;
    background: #0452a5;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase; }

  .customer-logout-mobile:hover {
    color: #fff; }

  .txtObservacion {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px; }

  .add-info .observaciones {
    font-size: 14px; }

  .payment-method-error {
    position: fixed;
    padding: 10px;
    border-radius: 10px;
    top: 50%;
    left: 0;
    width: 80%;
    height: 70px;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center; }

  .mobile-ok-button {
    padding: 5px;
    border-radius: 10px;
    background: #fff;
    color: #e10;
    display: block;
    height: 20px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    margin-top: 7px; }

  .confirm-button-box {
    float: none; }

  .checkoutbutton {
    position: static; }

  .confirm-message {
    width: 90%;
    padding: 3%; } }

/*# sourceMappingURL=stlyes.css.map */
