/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* line 1, templates/rt_photon/custom/scss/custom.scss */
.g-logo {
  padding: 0rem;
}
/* line 4, templates/rt_photon/custom/scss/custom.scss */
.g-newsslider-headlines li {
  padding: 2.5rem 2.5rem 2.5rem 3.5rem;
}
/* line 7, templates/rt_photon/custom/scss/custom.scss */
.page-header {
  border-bottom: none;
}
/* Título módulo buscador INICIO */
/* line 11, templates/rt_photon/custom/scss/custom.scss */
#g-header .g-title {
  color: #fff;
}
/* icono del modulo de busqueda de productos */
/* line 15, templates/rt_photon/custom/scss/custom.scss */
.eshop-search .input-prepend .add-on {
  color: #fff;
  background: #1e569c;
  border: none;
  padding: 1rem;
}
/* line 21, templates/rt_photon/custom/scss/custom.scss */
.icon-search::before {
  content: "\f002";
  font-family: FontAwesome;
}
/* line 25, templates/rt_photon/custom/scss/custom.scss */
.eshop-search input[type="text"] {
  border-radius: 0 3px 3px 0;
  border: none;
  padding: 1rem;
}
/* eShop módulo de búsqueda */
/* line 31, templates/rt_photon/custom/scss/custom.scss */
#eshop_result {
  /* resultados de búsqueda */
  width: 255px !important;
  border: none !important;
  border-radius: 3px;
  border: 1px solid #eee !important;
}
/* line 37, templates/rt_photon/custom/scss/custom.scss */
#eshop_result li {
  border-top: 1px solid #eee !important;
}
/* line 40, templates/rt_photon/custom/scss/custom.scss */
#eshop_result li:first-child {
  border-top: none !important;
}
/* line 43, templates/rt_photon/custom/scss/custom.scss */
#eshop_result li:hover {
  background: #fff !important;
}
/* line 46, templates/rt_photon/custom/scss/custom.scss */
#eshop_result li > div {
  width: 68% !important;
  padding-top: 10px;
}
/* line 50, templates/rt_photon/custom/scss/custom.scss */
#eshop_result img {
  border: 1px solid #eee !important;
  margin: 10px 10px 10px 0 !important;
}
/* line 54, templates/rt_photon/custom/scss/custom.scss */
#eshop_result a:hover {
  color: #c33 !important;
}
/* Encabezado formulario de contacto */
/* line 58, templates/rt_photon/custom/scss/custom.scss */
.contact .page-header {
  display: none;
}
/* line 61, templates/rt_photon/custom/scss/custom.scss */
#contact-form legend {
  display: none;
}
/* line 64, templates/rt_photon/custom/scss/custom.scss */
.btn.btn-primary {
  display: inline-block;
  font-family: "opensans", "Helvetica", "Tahoma", "Geneva", "Arial", san-serif;
  font-weight: 700;
  background: #0193da;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 0.7rem;
  border: 2px solid transparent;
  margin: 0 0 0.5rem 0;
  padding: 0.4rem 1rem;
  border-radius: 1px;
  vertical-align: middle;
  text-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 82, templates/rt_photon/custom/scss/custom.scss */
.btn.btn-primary:hover {
  background: #01a4f3;
  color: #fff;
}
/* Botones cantidad de producto */
/* line 87, templates/rt_photon/custom/scss/custom.scss */
.eshop-buttons .input-append {
  margin: 0 0 0.5rem 0;
}
/* line 90, templates/rt_photon/custom/scss/custom.scss */
.eshop-quantity a {
  background: #ffa200;
  background: -webkit-linear-gradient(#ffa200, #f39c12);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#ffa200, #f39c12);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#ffa200, #f39c12);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#ffa200, #f39c12);
  /* Standard syntax */
  border: 1px solid #f39c12;
  color: #fff;
  text-shadow: none;
  line-height: 1.5;
  padding: 0.35rem 0.5rem;
  /*4px 12px*/
}
/* line 102, templates/rt_photon/custom/scss/custom.scss */
.eshop-quantity a:hover, .eshop-quantity a:focus {
  background: #f39c12;
  color: #fff;
}
/* line 107, templates/rt_photon/custom/scss/custom.scss */
.eshop-quantity input[type="text"] {
  border-top: 1px solid #f39c12;
  border-bottom: 1px solid #f39c12;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  background: #ffa200;
  color: #fff;
}
/* Eliminamos el padding bottom del título del producto */
/* line 116, templates/rt_photon/custom/scss/custom.scss */
.eshop-info-block {
  padding: 10px 10px 0 10px;
}
/* Esconder el lugar de la descripción breve del producto */
/* line 120, templates/rt_photon/custom/scss/custom.scss */
.eshop-product-desc {
  /*display: none;*/
}
/* Esconder los botones de cambio de grid */
/* line 124, templates/rt_photon/custom/scss/custom.scss */
#products-list-container .btn-group a {
  background: #ffa200;
  background: -webkit-linear-gradient(#ffa200, #f39c12);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#ffa200, #f39c12);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#ffa200, #f39c12);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#ffa200, #f39c12);
  /* Standard syntax */
  border: 1px solid #f39c12;
  color: #fff;
  text-shadow: none;
  line-height: 1.5;
  padding: 0.5rem 0.85rem;
}
/* line 136, templates/rt_photon/custom/scss/custom.scss */
.img-polaroid {
  border: 1px solid #efefef;
  box-shadow: none;
  /*0 1px 3px rgba(0, 0, 0, 0.1)*/
}
/* Botones de redes sociales en productos */
/* line 141, templates/rt_photon/custom/scss/custom.scss */
.ps_facebook_like {
  width: 157px;
}
/* Lista de subcategorías */
/* line 145, templates/rt_photon/custom/scss/custom.scss */
.eshop-sub-categories-list .row-fluid {
  margin-bottom: 15px;
}
/* line 148, templates/rt_photon/custom/scss/custom.scss */
.eshop-sub-categories-list hr {
  display: none;
}
/* line 151, templates/rt_photon/custom/scss/custom.scss */
.eshop-info-block {
  padding: 10px;
}
/* line 154, templates/rt_photon/custom/scss/custom.scss */
.eshop-info-block h5 {
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0;
}
/*# sourceMappingURL=custom_10.css.map */