.nav-sections {
  background: #ffffff;
}

.page-header .panel.wrapper {
  border-bottom: 1px solid #e8e8e8;

}

.page-footer {
  background-color: #242527;
  color: #ccc;
}

.action.primary {
  border: 1px solid #3f95cf;
  background: #3f95cf;
}

.sidebar .accordion-container .meanmenu-accordion {

  display: none;
}

.page-title-wrapper {
  /* display: none; */
}

.category-view {
  display: none;
}

/* Ocultamos sidebar */
.columns .sidebar-main {
  background-color: #EEEEEE;
  padding-left: 15px;
  display: none;
}
.columns .column.main {
  width: 100%;

}

/* boton productos bundle */
#bundle-slide{
  display: none;
}

/* seleccion direccion de facturación */
/*
.checkout-billing-address {
  display: none;
}
*/

.navigation {
  background: #ffffff;
  font-weight: 700;
  height: inherit;
  left: auto;
  overflow: inherit;
  padding: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 3;
}

/*fondo cabecera */
.page-header {
  /* background-color: #a9b646; */
}

.page-header .panel.wrapper {
  border-bottom: 1px solid #ffffff;
  background-color: #ffffff;
  color: #000000;
}

/* fila navegación */
.nav-sections {
  background-color: #a2a2a2;
}

.navigation {
  background-color: #a2a2a2;
}

.navigation .level0>.level-top {
  color: #ffffff;
}

.block-search {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 45%;
  margin-top:10px;
  padding-bottom: 15px;
  z-index: 90;
}

.navigation .level0.active>.level-top, .navigation .level0.has-active>.level-top {
  border-color: #2a4d83;
  border-style: solid;
  border-width: 0 0 3px;
  color: #333;
  text-decoration: none;
  display: inline-block;
}

.navigation {
  z-index: 100;
}

.minicart-wrapper .block-minicart {
  z-index: 1050;
}

.modal-popup .modal-header, .modal-popup .modal-content, .modal-popup .modal-footer {
 z-index: 1100;
}

.modal-popup.confirm .modal-inner-wrap {
  z-index: 1060;
}

.page-footer {
  display: block;
}

.footer.content {
  padding-top: 10px;
  margin-bottom: -15px;
}

.block.newsletter {
  display: none;
}

/* estilos listado productos */

.page-products .product-item-info {
  width: 130px;
}

.page-layout-1column .product.media {
  width: 35%;
}

.page-products .products-grid .product-item:nth-child(5n + 1) {
  margin-left: 0;
}

.page-products .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 8%) / 5);
}

.page-layout-2columns-left .sidebar-additional {
  display: none;
}

/*
.page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc((100% - 6%) / 5);
}
*/

/* estilos select */
.opc-wrapper .shipping-address-items {
  font-size: 12px;
}

/* boton añadir al carrito */
.product-item .tocart {
  display: none;
}

.product-item-actions {
  display: none;
}

.message.success {
  font-size: 2rem;
  font-weight: bold;
}