/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/* EDITAMOS */

/* #header{ background: red !important; } */

@media (max-width: 767px) {

.row {
  margin-left: 10px !important;
  margin-right: 10px !important;
  }

#category #left-column #search_filters {
  margin-right: 10px !important;
  margin-left: 10px !important;
  padding: 10px !important;
  color: #00c8c8;
  }

#left-column {
  padding-right: 10px !important;
  padding-left: 10px !important;
  margin-bottom: 1.5rem;
  }

_mobile_search_filters_clear_all {
 /*color: red !important;^*/
  }


#search_filter_controls.hidden-md-up {
  color: #00c8c8 !important;
  }

#category #left-column #search_filter_controls, .products-selection h1 {
  margin-bottom: 1rem;
  text-align: center !important;
  }

}


@media (min-width: 768px ) {
.row {
  margin-right: -20px;
  margin-left: -20px;

/*margin-right: 0px;
margin-left: 0px;*/
}


.btn-unstyle.select-title {
width: 85%;
padding-top: 0.625rem;
padding-right: 0.625rem;
padding-bottom: 0.625rem;
padding-left: 0.625rem;
}

.products-selection {
  margin-bottom: 1rem;
}

.thumbnail-container {
  margin-left: 1em;
}

.block-categories {
  margin-left: -25px;
  }

#search_filters_wrapper.hidden-sm-down {
  margin-left: -25px;
  }

}




#header {
  background: #edf4f8 !important;
  box-shadow: 0 8px 8px 0 rgb(237, 244, 248);
}


#js-product-list-header {
  display: none;
}


#subcategories {
  display: none;
  margin-bottom: 20px;
  border-top: 1px solid #f6f6f6;
}

/* HACE DESAPARECER EL BOTON DE COMPRA
.card .card-block {
display: none;
}*/


/* LETRAS DE LAS IMAGES QUE SE DESLIZAN EN LA CABECERA */
.display-1 {
  text-transform: uppercase !important;
  font-family: "Montserrat",sans-serif !important;
  font: 900 38px/80px 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 38px;
    line-height: 80px;
    font-family: "Montserrat", sans-serif;
  line-height: 80px;
  font-family: "Montserrat", sans-serif;
  color: #00c8c8;
  color:#FFF
  letter-spacing: 0px;
  margin: 0em 0em;
  line-height: 44px;
}


/* TODOS LOS TITULOS */
.h1, .h2, .h3, .h4, body {
  color: #00b4ff;
  font-size: 1em;
}



btn-unstyle select-title {
width: 80%;
padding-top: 0.625rem;
padding-right: 0.625rem;
padding-bottom: 0.625rem;
padding-left: 0.625rem;
}

.thumbnail-container {
  box-shadow: 0 4px 4px 0 rgb(187, 194, 198);
  margin-left: 1em;
}






/* LAS CAJAS DE LOS PRODUCTOS */
.product-miniature .product-price-and-shipping {
  font-weight: 900;
  color: white;
  text-align: center;
  font-size: 1.25em;
  padding: 0.1em;
  background: #00b4ff;
  box-shadow: 0 2px 2px 0 rgb(137, 144, 148);
}

/* EL PRECIO REGULAR SIN OFERTA TACHADA */
.product-miniature .regular-price {
  display: inline-block;
  font-size: .975rem;
  color: #3a3a3a;
  text-decoration: line-through;
  text-decoration-color: red;
}






/* LA CAJA FUERA DE STOCK */
.out_of_stock {
  background: #FE5914 !important;
}

/* LA CAJA NUEVO PRODUCTO */
.new {
  color: green;
  background-color:#6AB756 !important;
}

/* LA CAJA DE DESCUENTO DEL PRODUCTO
.discount {
 background: #00b4ff;
}/*








/* LA CAJA DE DESCUENTO DE LA CAJA PRODUCTO */
.product-flags li.product-flag.discount, .product-flags li.product-flag.discount-amount, .product-flags li.product-flag.discount-percentage {
background-color: #555;
}


.product-discount .regular-price {
  margin-right: .625rem;
  margin-bottom: .825rem;
  margin-top: .625rem;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: line-through;
    text-decoration-line: line-through;
    text-decoration-style: solid;
    text-decoration-color: red;
    text-decoration-thickness: auto;
}









/* CUIDADO CAMBIA DE SALTO DE LINEA EN EL CARRITO DE COMPRA */
/* PAGINA PRODUCTO - CAJA DE DESCUENTO TEXTO BLANCO SOBRE FONDO NEGRO */
.has-discount .discount {
  display: inline-block;
  padding: .3125rem .625rem;
  margin-left: .625rem;
  margin-bottom: .625rem;
  margin-top: .625rem;
  font-size: .9rem;
  font-weight: 600;
  color: #FFF;
  text-transform: uppercase;
  background: #000;
}

/* PAGINA PRODUCTO - PRECIO TEXTO AZUL */
.has-discount .page-content.page-cms ul, .has-discount p, .has-discount.product-price, .page-content.page-cms .has-discount ul {
  font-size: 1.3rem;
  font-weight: 900;
  line-height:.8em;
  padding: .3125rem .625rem;
  color: #00b4ff;
}



/* PAGINA PRODUCTO - PRECIO TEXTO AZUL DE PRODUCTOS FUERA STOCK O REGULAR */
.product-price.h5 .current-price-value {
  font-size: 1.4rem;
  font-weight: 900;
  line-height:.8em;
  padding: .3125rem .625rem;
  color: #00b4ff;
}





/* CREO QUE BORRAR
.product-flags li.product-flag out_of_stock {
  color: #000;
  color: red;
}*/

#left-column {
padding-right: 0px;
padding-left: 0px;
}


/* BLOQUE CATEGORIA BORDE AZUL Y FONDO AZUL PASTEL*/
.block-categories {
font-size: .8rem;
color: red !important;
padding: 2rem 0rem;
margin-bottom: 1rem;
background: #F4F7F9;
border: 1px solid rgb(237, 244, 248);
box-shadow: 0 8px 8px 0 rgb(237, 244, 248);
box-shadow: 0 4px 4px 0 rgb(137, 144, 148);
}




/* CENTRAR UN POCO EL BLOQUE DE FILTRAR POR */
#search_filters_wrapper.hidden-sm-down {
padding: 0rem 0rem;
margin-top: 2rem;
background: #F4F7F9;
border: 1px solid rgb(237, 244, 248);
box-shadow: 0 8px 8px 0 rgb(237, 244, 248);
box-shadow: 0 4px 4px 0 rgb(137, 144, 148);
}







#search_filters_wrapper.hidden-md-up {
display: none !important;
padding: 0rem 0rem;
margin-top: 1rem !important;
background: #F4F7F9;
border: 1px solid rgb(237, 244, 248);
box-shadow: 0 8px 8px 0 rgb(237, 244, 248);
box-shadow: 0 0px 0px 0 rgb(137, 144, 148);
}







/* COLOR DEL BLOQUE DE FILTRAR - FONDO AZUL PASTEL */
#search_filters {
background: #F4F7F9;
}

/* TAMAÑO Y PESO TITULO FILTRAR POR */
#search_filters > .h6, #search_filters_brands > .h6, #search_filters_suppliers > .h6 {
  font-size: 1rem;
  font-weight: 500;
  margin:0.1rem;
}

/* MARGEN DE BLOQUES DE FILTRAR - DESPERDICIAR ESPACIO */
.page-content.page-cms ul, dl, ol, p, ul {
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  /* ESTO ROMPE EN EL CARRITO EL ORDEN DEL PRECIO - DECUENTO */
  padding: 0px 5px 0px 5px !important;*/
}





/* CREO QUE BORRAR
#categories_block_left .block_content > ul {
  border-top: 1px solid #d6d4d4;
}*/













/* TITULO BLOQUE */
.block-categories .h6 {
  background: #ffffff;
  border: 2px solid #e0e0e0;
  color: #00c8c8;
  font: 700 18px/22px "Noto Sans", sans-serif;
    font-family: "Noto Sans", sans-serif;
  margin: .5rem 1rem .5rem .5rem;
  padding: 1rem 1rem .6rem 1rem;
  text-transform: uppercase;
}

/*
section.search_filters {
  display: none;
  max-height: 200px;
  overflow-x: auto;
  position: relative;
  z-index: 1;
  background: #fff;
}

*/


#search_filters > ul {
   display: none;
   max-height: 300px;
}


section.facet.clearfix {
   /*box-sizing: border-box;*/
   width: 100%;
   max-height: 350px;
   overflow-y: auto;
   overflow-x: hidden;
   margin-bottom: 15px !important;
   position: relative;
   padding: 20px 0 0 0;
}


/*
.block-categories .category-sub-menu   {
   border: 1px solid #666;
   background-color: red;
}*/


ul.category-sub-menu li a {
  border-bottom: 1px solid #ccc;
  padding: .3rem 0rem .3rem .5rem !important;

  /*background-color: white;*/
}

ul.category-sub-menu li a:hover {
  background-color: #FAFCFE;
}


.material-icons.add {
   display: none;
}

.sort-by {
   word-break: normal !important;
}


/* BLOQUE PROMO - CUPON DESCUENTO */
.promo-code-button a{
  background-color: #ccc !important;
  color: black !important;
  padding: .5em 2em;
  box-shadow: 0 .5px .5px .5px rgb(80, 80, 80);
}

.promo-code-button a:hover{
  background-color: #aaa !important;
}


.checkout .text-sm-center a{
  margin-top: .5em;
  box-shadow: 0 2px 2px .5px rgb(80, 80, 80);
}
