.test, .test * {
  border: solid 1px magenta;
}

#page {
  padding-top: 20px;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 1.2em;
}

.form-item, .form-actions {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

#header-top {
  font-size: medium;
  min-height: 30px;
}

#main-navigation ul,
#block-bloquecestaprecio {
  margin: 0;
  padding: 0;
}

.header-huellas h2 {
  height: 64px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 38px;
  padding: 10px;
}

#main-content {
  padding: 0;
}

#main-content .row:first-of-type {
  overflow: hidden;
}

.volver {
  color: white;
  background-color: #003b67;
}

article.product {
  position: relative;
}

@media (max-width: 676px) {
  article.product-recommended,
  article.product-mosaico {
    display: block;
    float: none !important;
    margin: 20px auto !important;
  }
}

/*.product,*/
.view-tienda article {
  width: 277px;
  height: 560px;
  padding: 10px;
  position: relative;
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

.product img {
  margin: 0 auto;
}

.product-image {
  height: 250px;
  overflow: hidden;
  position: relative;
}

.product-info {
  text-align: left;
}

.product-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 75px;
  padding: 5px;
}

.product-stock {
  height: 40px;
  padding: 5px;
}
.product-data .product-stock {
  text-align: center;
  line-height: 25px;
}
.product-data .product-stock span {
  display: block;
  border-radius: 10px;
  height: 23px;
  width: 90%;
  margin: auto;
  padding: 2px;
}
.product-data .product-stock-cadmin-label {
    font-weight: bold;
}
.product-price {
  min-height: 76px;
  padding: 0 5px;
}
.product-price .field--name-price {
  font-size: 20px;
  font-weight: 700;
}

.product-actions .qty-btns {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-content: center;
  align-items: baseline;
  margin: 0;
}

.product-actions-text {
  position: absolute;
  font-size: 18px;
  top: 16px;
  left: 24px;
}

.product-recommended {
  position: relative;
  width: 300px;
  height: 450px;    
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
  padding: 10px;
}
.product-recommended .product-actions-text {
  text-transform: none;
  top: 18px;
  left: 16px;
}

.product-recommended img {
  margin: 0 auto;
}
.product-recommended .product-actions {
  position: absolute;
  bottom: 10px;
  margin: 0px;
}

.view-block-cesta {
  max-width: 80%;
}

/* ficha producto */
.product-icons {
  padding: 0;
  position: relative;
}
.product-icons div {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 3px;
}
.product-icons .banner.wishlist {
  position: static;
  float: left;
  right: auto;
  font-size: 30px;
}

#footer {
  margin: 0;
}

@media (min-width: 992px) {
  #block-proyma-branding {
    text-align: left;
  }
}

.product-lista .product-icons {
  float: right
}
.view-tienda article.product-lista .product-image {
  height: auto
}

/* tabs */
@media(min-width:768px){
  .panel-heading{ display: none; }  
  .panel{ border: none; box-shadow: none; }
  .panel-collapse{ height: auto; }
  .panel-collapse.collapse { display: block; }
}
@media(max-width:767px){
  .nav-tabs{ display: none; }
  .tab-content .tab-pane{ display: block; }
  .panel-title a{ display: block; }
  .panel{ margin: 0; box-shadow: none; border-radius: 0; margin-top: -2px; }
  .tab-pane:first-child .panel { border-radius: 5px 5px 0 0; }
  .tab-pane:last-child .panel { border-radius: 0 0 5px 5px; }
}
.nav-tabs a,
.panel-heading a { font-size: 16px; line-height: normal; text-transform: uppercase; font-weight: bold; }
.panel-body a { margin-left: 15px; text-decoration: none; font-size: 16px; font-weight: 500; color: var(--color-nav-text); }


.view-tienda article.anonimo {
  height: 350px;
}

/* bloque busqueda responsive header */

@media (max-width: 991px) {
  #busquedamultipleform {
    display: inline-block;
  }
}

@media (max-width: 575px) {
  .bsq-input {
    width: 90%
  }

  .bsq-input .txtBusqueda {
    width: 100%;
  }

  .bsq-btns {
    width: 10%;
  } 

}


/* tienda lista */
.view-tienda article.product-lista {
  min-width: 940px;
  height: 100px;
  padding: 0px;
  margin: 5px;
}
.product-lista .product-image .slick-slide img {
  height: 60px;
  margin: 0;
  margin-left: 20px;
}
.product-lista .product-stock {
  margin: 0 auto;
}
.product-lista .product-title {
  font-size: 16px;
  line-height: 18px;
  height: 50px;
  padding: 0px;
}
.product-lista .promo-ahorro {
  top: 3px;
  left: 18px;
  width: 50%;
}
.product-lista .product-price {
  padding: 5px 15px;
}
.product-lista .product-actions {
  margin: 0;
}
.product-lista .product-actions img {
  margin: 12px 5px;
}
.product-lista .product-actions-text {
  top: 30px;
  left: 35px;
}
.product-lista .slider-navigation  {
  display: none;
}
.product-lista .promo-precio {
  position: absolute;
  top: 3px;
  right: 0px;
  width: 40%;
  background: transparent !important;
}
.product-lista .product-stock span {
  display: block;
  border-radius: 10px;
  height: 25px;
  width: 70%;
  margin: auto;
  text-align: center;
  position: relative;
  line-height: 25px;
}
.product-lista .product-actions .qty-btns {
  margin: 5px;
}
.product-lista .product-actions .form-actions input {
  width: 220px;
  font-size: 16px;
  padding: 13px;
}

@media (max-width: 991px) {
  .view-tienda article.product-lista
  {
    min-width: none;
    width: 100%;
  }
}
/* responsive menu */
#horizontal-menu li {
  display: inline-block;
  background: none;
  list-style-type: none;
  border: none;
  padding: 0;
  font-size: 20px;
  margin-right: 50px;
}

.responsive-menu-toggle-icon span.label {
  display: none;
}

/* breadcrumbs */
#block-breadcrumbs {
  padding: 0;
}


/* botones cambio display */
#block-cambiodisplaytienda .button a {
  display: inline-block;
  background-color: #A2BD30;
  width: 150px;
  border-radius: 10px;
  text-align: center;
  margin-right: 10px;
  padding: 2px 15px;
  color: #003b67;
}

#block-cambiodisplaytienda .button a:hover {
  color: #A2BD30 !important;
  background-color: #003b67 !important;
}

/* facets */
.region-facets {
  margin: 10px 0;
}

/* footer categorias */ 
.block-views block-views-blockcategorias-footer-block-1 .icono-facets li {
  list-style: none;
  margin: 0;
  padding: 10px;
}

#footer ul li {
  padding: 5px 0;
}

/* throbber */
.ajax-progress-throbber .throbber,
.ajax-progress-fullscreen {
  display: inline;
  padding: 1px 5px 2px;
  top: 44.5%;
  left: 46%;
}

/* enlaces cambio vista tienda */
.cambio-vista span {
  width: 120px;
  display: inline-block;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}

.product-specs {
  margin-bottom: 50px;
}

@media (max-width: 575px) {

  .volver {
    padding-top: 3px;
  }
}

@media (max-width: 991px) {
  #info-contacto span {
    display: none;
  } 

  .responsive-menu-toggle-icon {
    margin-top: 2px;
  }

  region-cart {
    margin: 9px 0;
  }
}

.row.equal {
  display: flex;
  flex-wrap: wrap;
}

/* corrige ancho del container cuando hay barra lateral */
@media (min-width: 1200px) {
  .lateral-azul .container {
    max-width: 1170px;
    width: 100%;
  }
}