@font-face {
  font-family: 'Open Sans';
  src: url('./../fonts/Open_Sans/OpenSans-VariableFont_wdth\,wght.ttf');
}

html {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

#marcasOficiales img {
  max-width: 95%;
}

body {
  /* background: #efefef; */
  color: #151213;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}

html,
body {
  -webkit-text-size-adjust: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
img,
div,
ul,
li {
  padding: 0;
  margin: 0;
}

#page {
  background: #fff;
}

li {
  list-style: none;
}

img {
  border: none;
  outline: none;
}

.clearfix {
  clear: both;
  margin: 0;
  padding: 0;
  display: block;
}

p#skip-link {
  display: none;
}

a:active,
a:focus,
input:active,
input:focus {
  outline: none;
  border: none;
}

a:visited {
  color: inherit;
}

.header-top {
  background: #141213;
  height: 100px;
}

.header-top .inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px;
  overflow: auto;
  height: 97px;
  position: relative;
}

a.header__logo img {
  height: 60px;
  width: 150px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.contacto-header {
  position: absolute;
  top: 20px;
  right: 0;
  width: 70%;
}

.header-top .inner .contacto-header p,
.header-top .inner .contacto-header .whatsapp-wrapper,
.header-top .inner .contacto-header .phone-wrapper,
.header-top .inner .contacto-header .mail-wrapper {
  float: right;
  padding: 0 20px 0 0;
  overflow: auto;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  line-height: 25px;
}

.header-top .inner .contacto-header p a,
.header-top .inner .contacto-header .whatsapp-wrapper a,
.header-top .inner .contacto-header .phone-wrapper a,
.header-top .inner .contacto-header .mail-wrapper a {
  color: #fff;
  text-decoration: none;
  line-height: 25px;
}

.header-top .inner .contacto-header .header-icon {
  height: 25px;
  width: 25px;
  float: left;
  margin-right: 10px;
}

.header-top .inner .contacto-header .mail-image {
  height: 25px;
  width: 170px;
  max-width: 175px;
  float: right;
}

.wrapper-icon-mail {
  float: left;
}

.header-bottom {
  background: #201e1f;
}

.header-bottom .inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px;
  overflow: auto;
}

.header-bottom nav {
  width: 100%;
}

.menu_bar {
  display: none;
}

.header-bottom ul {
  list-style: none;
}

.contact-header {
  clear: both;
}

#main-menu ul {
  padding: 0;
}

#main-menu h2 {
  display: none;
}

#main-menu ul li {
  float: left;
  margin-right: 20px;
}

#main-menu ul li a {
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  border-bottom: 1px solid #201e1f;
  padding-bottom: 2px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#main-menu ul li a.active {
  color: #e9b02d;
  border-bottom: 1px solid #e9b02d;
}

#main-menu ul li a:hover {
  color: #e9b02d;
  border-bottom: 1px solid #e9b02d;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.header__region.region.region-header {
  display: block;
  position: relative;
  z-index: 25;
  float: right;
  margin-top: -27px;
  top: 20px;
}

.header__region.region.region-header ul li {
  float: right;
  margin-left: 20px;
}

.header__region.region.region-header ul li a {
  font-size: 13px;
  font-weight: 600;
  text-transform: lowercase;
  text-decoration: none;
  color: #fff;
  height: 35px;
  width: 35px;
  line-height: 32px;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.header__region.region.region-header ul li.active a {
  color: #e9b02d;
  border: 1px solid #e9b02d;
}

.header__region.region.region-header ul li a:hover {
  color: #e9b02d;
  border: 1px solid #e9b02d;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.language-link.locale-untranslated {
  display: none;
}

.flexslider {
  border: none;
  margin: 0;
}

.flex-control-nav {
  bottom: 10px;
  z-index: 3;
}

.flex-control-paging li a {
  width: 50px;
  height: 2px;
  display: block;
  background: rgb(255, 255, 255);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #e9b02d;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.flex-control-paging li a.flex-active {
  background: #e9b02d;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

ul.flex-direction-nav {
  display: none;
}

ul.slides li .views-field.views-field-field-slider-home-texto-1 {
  position: absolute;
  top: 10%;
  text-align: center;
  width: 100%;
}

ul.slides li .views-field.views-field-field-slider-home-texto-2 {
  position: absolute;
  top: 30%;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}

ul.slides li:nth-child(1) .views-field.views-field-field-slider-home-texto-1 p {
  color: #f26440;
  font-size: 54px;
  line-height: 58px;
  border-bottom: 2px solid #f26440;
  padding-bottom: 2px;
  font-weight: 700;
  display: inline-block;
}

ul.slides li:nth-child(1) .views-field.views-field-field-slider-home-texto-2 h1 {
  font-size: 24px;
  line-height: 26px;
  letter-spacing: -1px;
  color: #fff;
}

ul.slides li:nth-child(2) .views-field.views-field-field-slider-home-texto-1 p {
  color: #000;
  font-size: 54px;
  line-height: 58px;
  border-bottom: 3px solid #000;
  padding-bottom: 2px;
  font-weight: 700;
  display: inline-block;
}

ul.slides li:nth-child(2) .views-field.views-field-field-slider-home-texto-2 {}

ul.slides li:nth-child(2) .views-field.views-field-field-slider-home-texto-2 h1 {
  font-size: 26px;
  line-height: 28px;
  letter-spacing: -1px;
}

ul.slides li .views-field.views-field-field-slider-home-boton {
  position: absolute;
  bottom: 13%;
  width: 100%;
  text-align: center;
}

ul.slides li .views-field.views-field-field-slider-home-boton p {
  display: table-cell;
  width: 100px;
  height: 100px;
  max-width: 100px;
  max-height: 100px;
  position: absolute;
  border: 2px solid #000;
  border-radius: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -115px;
}

ul.slides li .views-field.views-field-field-slider-home-boton p a {
  display: table-cell;
  width: 100px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 15px;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 100px;
  vertical-align: middle;
}

ul.slides li .views-field.views-field-field-slider-home-boton p:hover {
  border: 2px solid #fff;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 50%;
}

ul.slides li .views-field.views-field-field-slider-home-boton p a:hover {
  color: #fff;
}

ul.slides li:nth-child(1) .views-field.views-field-field-slider-home-boton p {
  border: 2px solid #f26440;
  color: #f26440;
}

ul.slides li:nth-child(1) .views-field.views-field-field-slider-home-boton p a {
  color: #f26440;
}

ul.slides li:nth-child(1) .views-field.views-field-field-slider-home-boton p:hover {
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
}

ul.slides li:nth-child(1) .views-field.views-field-field-slider-home-boton p a:hover {
  color: #fff;
}

#intro-home {
  background: #e9af32;
}

#buscador-home {
  background: #edbf5b;
}

#intro-home .inner,
#buscador-home .inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px 20px 5px;
  overflow: auto;
}

#intro-home .inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px;
  overflow: auto;
}

#intro-home .inner .one-four,
#buscador-home .inner .one-four {
  width: 23%;
  float: left;
}

#intro-home .inner .three-four,
#buscador-home .inner .three-four {
  width: 75%;
  float: right;
}

#intro-home .inner .one-four p,
#buscador-home .inner .one-four p {
  line-height: 25px;
  font-size: 16px;
  font-weight: 700;
}

#intro-home .inner .one-four p img {
  height: 25px;
  width: 25px;
  float: left;
  padding-right: 10px;
}

#buscador-home .inner .one-four p img {
  height: 23px;
  width: 24px;
  float: left;
  padding-right: 10px;
}

#intro-home .inner .three-four p {
  line-height: 16px;
  font-size: 13px;
  font-weight: 400;
  text-align: justify;
}

#intro-home .inner .three-four p span {
  cursor: pointer;
  line-height: 16px;
  font-size: 13px;
  font-weight: 600;
  padding-left: 5px;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#intro-home .inner .three-four p span:hover {
  color: #fff !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#mas-texto h2 {
  font-size: 18px;
  font-weight: 600;
}

.formulario-horizontal form {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}

.formulario-horizontal form div .form-item {
  width: 28%;
  float: left;
  margin: 0;
}

.formulario-horizontal form div .form-item label {
  width: 27%;
  float: left;
  text-align: right;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 0;
  letter-spacing: -0.025em;
  line-height: 14px;
  margin-top: 2px;
}

.formulario-horizontal form div .form-item label.label-en,
.formulario-horizontal form div .form-item label.label-fr {
  padding-top: 7px !important;
}

.formulario-horizontal form div .form-item input,
.formulario-horizontal form div .form-item select {
  font-family: "Open Sans", sans-serif;
  width: 180px;
  float: right;
  padding: 5px;
  border: 0;
}

.formulario-horizontal form div .form-item select {
  width: 175px;
  padding: 4px 0;
}

div.form-item.form-type-textfield.form-item-product #autocomplete {
  width: 290px !important;
  height: 500px !important;
  background: #fff;
  overflow: auto;
}

#autocomplete li {
  font-size: 13px !important;
  padding: 0 5px;
}

.formulario-horizontal form div .form-submit {
  float: left;
  font-family: "Open Sans", sans-serif;
  margin-left: 18px;
  border: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.formulario-horizontal form div .form-submit:hover {
  color: #edbf5b;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#buscador-home input.form-autocomplete {
  background-image: url(../../assets/images/throbber-inactive.png);
  background-position: 100% center;
  background-repeat: no-repeat;
}

.sugerencias,
select#edit-brand option {
  font-size: 13px;
  padding: 2px 5px;
}

.form-item.form-type-select.form-item-brand .ajax-progress.ajax-progress-throbber {
  display: none !important;
  background-image: none !important;
}

#mas-texto {
  padding-top: 20px;
  display: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.slider-tractores {
  margin-top: 20px;
}

.slider-tractores h2 {
  line-height: 18px;
  font-size: 15px;
  background-color: #f9ebcc;
  padding: 10px 15px;
  margin-bottom: 20px;
}

.jcarousel-skin-default .jcarousel-container-horizontal {
  width: 100%;
  height: 140px;
  overflow: hidden;
  padding: 0;
  margin: auto;
}

.jcarousel-skin-default .jcarousel-clip-horizontal {
  width: 100%;
}

.jcarousel-skin-default .jcarousel-item {
  width: auto;
  height: auto;
  overflow: hidden;
  border: none;
  list-style: none;
  background: #fff none;
}

.jcarousel-skin-default .jcarousel-item img {
  width: 120px;
  height: 120px;
}

.jcarousel-skin-default .jcarousel-next-horizontal {
  top: 45px;
  right: 0;
}

.jcarousel-skin-default .jcarousel-prev-horizontal {
  top: 45px;
  left: 0;
}

.node-4.node.node-pagina-de-inicio.view-mode-full.clearfix {
  display: none;
}

.jcarousel-skin-default .jcarousel-next,
.jcarousel-skin-default .jcarousel-prev {
  background-color: rgba(255, 255, 255, 0.5);
}

#main {
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px;
  overflow: auto;
}

#main .inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px 0 20px 20px;
  overflow: auto;
}

#content {
  width: 75%;
  float: right;
  background: #fff;
  overflow: hidden;
}

#seccion_lateral {
  width: 23%;
  float: left;
}

#block-block-1 {
  background: #edbf5b;
  margin-bottom: 20px;
  position: relative;
}

#block-block-1 h3 {
  line-height: 18px;
  font-size: 15px;
  font-weight: 700;
  background-color: #e9af32;
  padding: 10px 15px;
  text-transform: uppercase;
}

#block-block-1 form {
  padding: 0 15px 15px;
  overflow: auto;
}

#seccion_lateral #fuster-buscador2 {
  padding-bottom: 50px !important;
}

#acordeon-marcas {
  padding-bottom: 15px;
}

#block-block-1 form .form-item {
  width: 100%;
  margin: 10px 0;
  height: 30px;
}

#block-block-1 form .form-item label {
  width: 95%;
  float: left;
  /* text-align: right; */
  font-size: 13px;
  font-weight: 600;
  padding: 7px 0;
  line-height: 14px;
  margin-right: 5px;
}

#block-block-1 form .form-item label[for="edit-reference"],
#block-block-1 form .form-item label[for="edit-model"] {
  padding: 0 5px 0 0;
}

#block-block-1 form .form-item label.label-fr,
#block-block-1 form .form-item label.label-en {
  padding-top: 7px;
}

#block-block-1 form .form-item input,
#block-block-1 form .form-item select {
  width: 155px;
  float: right;
  padding: 5px;
  border: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}

#block-block-1 form .form-item select {
  width: 165px;
  padding: 4px 0;
}

#block-block-1 form .form-submit {
  float: right;
  font-family: "Open Sans", sans-serif;
  padding: 0;
  border: none;
  margin-left: 41%;
  margin-bottom: 5px;
  background: 0 0;
  color: #151213;
  border-bottom: 1px solid #151213;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#block-block-1 form .form-submit:hover {
  color: #fff;
  /* border-bottom: 1px solid #fff; */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#block-views-listado-de-fabricantes-2-block {
  background: #e8e8e8;
  margin-bottom: 20px;
  position: relative;
}

#toggle-marcas,
#toggle-buscador,
#toggle-productos {
  display: none;
}

h3.titulo-bloque,
#block-views-listado-de-fabricantes-2-block h3 {
  line-height: 18px;
  font-size: 15px;
  font-weight: 700;
  background-color: #d2d2d2;
  padding: 10px 15px;
  text-transform: uppercase;
}

h3.titulo-bloque a {
  text-decoration: none;
  color: #151213;
}

.flechaderecha .fuster-icon-list-t {
  float: right;
  height: 5%;
  width: 5%;
  margin: 2px -4px 0 0;
}

.lista-fabricantes {
  padding: 15px 15px 0;
}

.lista-fabricantes ul {
  margin: 0;
  padding: 0 0.5em;
  list-style: none;
}

.lista-fabricantes ul li a {
  padding-left: 10px;
  color: #151213;
  font-size: 13px;
  line-height: 15px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
}

.lista-fabricantes ul li a:before {
  width: 20px;
  height: 20px;
  background: url(../../assets/images/fuster-icon-sprites.png) no-repeat 0 -330px;
  position: absolute;
  content: " ";
  left: 20px;
  margin-top: 8px;
}

.lista-fabricantes ul li a:hover {
  text-decoration: underline;
}

span#ver-mas-marcas {
  font-size: 13px;
  line-height: 41px;
  font-weight: 700;
  margin-left: 20px;
  cursor: pointer;
  border-bottom: 1px solid #141213;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

span#ver-mas-marcas:hover {
  color: #e9b02d;
  border-bottom: 1px solid #e9b02d;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#mas-marcas {
  margin: 0;
  display: none;
}

#mas-marcas .lista-fabricantes {
  padding: 0 15px;
}

.block-video-corporativo {
  background: #edbf5b;
  margin-bottom: 20px;
}

.block-video-corporativo h3 {
  line-height: 18px;
  font-size: 15px;
  font-weight: 700;
  background-color: #e9af32;
  padding: 10px 15px;
  text-transform: uppercase;
}

.block-video-corporativo a {
  display: block;
}

.block-video-corporativo a img {
  max-width: 100%;
  height: auto;
}

.block-video-corporativo p {
  padding: 10px 20px 20px;
  font-size: 13px;
  font-style: italic;
}

nav.breadcrumb h2 {
  display: none;
}

.breadcrumb-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 10px 20px;
  overflow: auto;
  color: #141213;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  text-decoration: none;
}

.inicio {
  background: url(../../assets/images/icon-home.png) no-repeat left center;
  display: inline-block;
  height: 16px;
  width: 16px;
  float: left;
}

.inicio:hover {
  border: none !important;
}

.separadorr {
  background: url(../../assets/images/ico-arrow-yellow.png) no-repeat center center;
  display: inline-block;
  width: 20px;
  height: 15px;
}

#listadoCategorias .product-category:hover span {
  background: transparent !important;
  border: 1px solid #e5e5e5;
}

#listadoCategorias .group:hover span {
  background: transparent !important;
  border: 1px solid #e5e5e5;
}

.breadcrumb-container a {
  color: #141213;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: #efefef 1px solid;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.breadcrumb-container a:hover {
  border-bottom: #141213 1px solid;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

h1.page__title.title {
  font-family: "Open Sans", sans-serif;
  clear: both;
  text-transform: uppercase;
  line-height: 18px;
  font-size: 14px;
  background-color: #f9ebcc;
  padding: 10px 15px;
  margin-bottom: 26px;
  color: #201e1f;
  font-weight: 600;
  margin-top: 0px;
}

h1.page__title.title span {
  background: url(../../assets/images/ico-arrow-yellow.png) no-repeat left center;
  display: inline-block;
  width: 10px;
  height: 15px;
  margin: 0 4px;
  text-transform: uppercase;
}

#block-views-listado-secciones-block {
  background: #e8e8e8;
  margin-bottom: 20px;
  position: relative;
}

#block-block-2 {
  background: #e8e8e8;
  margin-bottom: 20px;
  position: relative;
}

#block-views-listado-secciones-block2 {
  background: #e8e8e8;
  position: relative;
}

.ui-icon-circle-arrow-e {
  background-position: -30px -17px;
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-corner-all {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  font-family: "Open Sans", sans-serif;
  border: none;
  background: 0 0;
  margin-top: -7px;
  /* position: absolute; */
  padding-right: 10px !important;
  left: 10px !important;
  min-width: inherit !important;
  color: #151213;
  font-size: 13px !important;
  line-height: 15px !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  padding-left: 28px !important;
}

.ui-accordion .ui-accordion-header .ui-icon {
  left: 0.25em;
}

.ui-state-default .ui-icon {
  background-image: url(../../assets/images/ui-icons_888888_256x240.png);
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-header {
  margin-top: 10px;
  padding: 0 15px 0 30px;
}

.ui-accordion .ui-accordion-header:hover {
  text-decoration: underline;
}

.ui-accordion {
  width: 100%;
  padding: 15px 0 20px;
}

.ui-accordion .ui-accordion-content {
  padding: 5px 20px 5px 40px;
  border: none;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
}

.ui-corner-bottom {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ui-widget-content {
  font-family: "Open Sans", sans-serif;
  border: none;
  background: 0 0;
}

.ui-icon-circle-arrow-s {
  background-position: -63px -15px;
}

.ui-widget-content a {
  color: #151213;
  font-size: 13px;
  line-height: 15px;
  text-decoration: none;
  font-weight: 400;
}

.ui-widget-content a:hover {
  text-decoration: underline;
}

.ui-accordion .ui-accordion-content ul li.active a {
  text-decoration: underline;
  font-weight: 600;
}

.google-store-locator-map-container {
  margin-bottom: 450px;
}

.read-more h3 {
  margin: 20px 0 10px;
}

.read-more p {
  margin: 0 0 10px;
}

.icon-book {
  height: 25px;
  width: 25px;
  float: left;
  padding-right: 10px;
}

.read-more {
  font-size: 12px;
  text-align: justify;
  clear: both;
  width: 100%;
  position: relative;
  border-top: 1px solid #141213;
}

.read-more #consultar {
  margin-left: 0.5em;
}

.expansible-read-more {
  padding-bottom: 2px;
  color: #000;
  font-weight: 700;
  line-height: 18px;
  margin: 10px 0;
  cursor: pointer;
  padding-left: 15px;
  text-decoration: underline;
  font-size: 12px;
  text-transform: uppercase;
  display: table;
}

.seguir-leyendo:before {
  width: 10px;
  height: 8px;
  position: absolute;
  content: " ";
  background: url(../../assets/images/fuster-icon-sprites.png) no-repeat 0 -107px;
  margin: 6px 0 0 -10px;
  background-size: 20px 136px;
}

.exit-read-more {
  background: url(../../assets/images/list-u.png) no-repeat 4px/8px;
}

#map {
  height: 50%;
}

#map2 {
  height: 50%;
}

#locationField,
#controls {
  position: relative;
}

#autocompletemap {
  top: 0;
  left: 0;
  width: 260px;
}

.google-store-locator-panel {
  float: left;
  height: auto;
  margin: 0;
  width: 40%;
  overflow: hidden;
}

.google-store-locator-map {
  height: 400px !important;
  width: 60%;
  float: right;
}

.storelocator-panel {
  border: none;
}

.storelocator-panel .location-search {
  margin: 0 20px 0 0;
}

.storelocator-panel .location-search h2 {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  color: #141213;
  padding: 0 10px 4px 0;
}

.storelocator-panel .location-search p span {
  font-size: 13px;
  font-weight: 400;
  display: block;
  margin-top: 5px;
  padding-top: 10px;
  border-top: 1px solid #141213;
}

.storelocator-panel .location-search input {
  width: 90%;
  background-color: #e8e8e8;
  border: none;
  padding: 5px;
  margin: 15px 0;
}

#stores-list ul.store-list {
  padding: 5px;
  overflow: hidden;
}

#stores-list ul.store-list li {
  padding: 5px;
  margin: 20px 0;
}

#stores-list ul.store-list li a {
  text-decoration: none;
}

#stores-list ul.store-list li .title {
  font-size: 15px;
  line-height: 18px;
  background: url(../../assets/images/pin-maps.png) no-repeat left top;
  padding-left: 35px;
  min-height: 24px;
  color: #151213;
  font-weight: 700;
}

#stores-list ul.store-list li .address {
  padding-left: 35px;
}

#stores-list ul.store-list li:hover {
  background: 0 0 !important;
}

#stores-list ul.store-list li .highlighted {
  background: 0 0 !important;
}

#stores-list ul.store-list .no-stores {
  color: #201e1f;
  margin: 0;
  padding: 0 10px 10px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  font-style: italic;
}

#stores-list ul.store-list li.store .address,
#stores-list ul.store-list li.store .phone,
#stores-list ul.store-list li.store .web,
#stores-list ul.store-list li.store .misc {
  font-size: 13px;
  margin: 2px 0 0;
  line-height: 16px;
}

#stores-list ul.store-list li.store .web a {
  margin: 0;
  padding: 0;
  border: none;
  color: #141213;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  border-bottom: 1px solid #141213;
  background-color: #fff;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

#stores-list ul.store-list li.store .web a:hover {
  color: #e9b02d;
  border-bottom: 1px solid #e9b02d;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

#stores-list .store .web a {
  color: #141213;
  font-weight: 600;
}

#stores-list .store .action {
  color: #e9b02d;
  font-weight: 600;
}

.directions-panel form input {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  border: none;
  background: 0 0;
  margin-top: 5px;
  padding: 0;
  color: #151213;
  font-size: 13px;
  line-height: 15px;
  text-decoration: none;
  font-weight: 600;
  display: block;
  text-align: left;
}

.directions-panel form a {
  font-family: "Open Sans", sans-serif;
  border: none;
  text-align: left;
  background: 0 0;
  margin-top: 5px;
  padding: 0;
  color: #e9b02d;
  font-size: 13px;
  line-height: 15px;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid #e9b02d;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.directions-panel form a:hover {
  color: #151213;
  border-bottom: 1px solid #151213;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.ficha-contacto {
  overflow: auto;
  margin: 30px 0;
}

.contacto-logo {
  width: 32%;
  float: left;
  text-align: center;
}

.contacto-logo img {
  width: 165px;
  height: 65px;
}

.contacto-txt {
  float: left;
  width: 68%;
}

.contacto-txt h4 {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 20px;
  color: #141213;
}

.contacto-txt p {
  display: block;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  color: #141213;
  margin: 5px 0 10px;
}



.contacto-txt p img {
  float: left;
  height: 25px;
  width: 30px;
  padding-right: 10px;
  padding-bottom: 5px;
}

.contacto-txt p a img {
  height: 24px;
  width: 168px;
}

.formulario-contacto {
  padding: 5px;
}

.formulario-contacto h2 {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  padding-bottom: 5px;
  color: #141213;
  border-bottom: 1px solid #141213;
  margin-bottom: 20px;
}

.formulario-contacto p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  color: #141213;
}

.formulario-contacto form .form-item {
  overflow: auto;
  display: block;
}

.formulario-contacto form .form-item br {
  display: none;
}

.formulario-contacto form .form-item label {
  margin-right: 2%;
  float: left;
  text-align: right;
  font-size: 13px;
  line-height: 25px;
  font-weight: 600;
  color: #141213;
}

.formulario-contacto form {
  margin-top: 22px;
}

.marker,
.form-required {
  color: #e9b02d;
}

.formulario-contacto form .form-item input,
.formulario-contacto form .form-item textarea {
  width: 100%;
  float: left;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  background: #e8e8e8;
  border: none;
  height: 15px;
  padding: 5px;
  font-size: 13px;
  line-height: 15px;
}

.formulario-contacto form .form-item textarea {}

.form-checkboxes {
  margin-bottom: 20px;
}

.form-checkboxes input {
  text-align: right !important;
  width: auto !important;
}

.form-checkboxes label {
  text-align: left !important;
  width: auto !important;
  font-size: 12px !important;
  margin: 0;
  padding: 0;
  line-height: 20px !important;
}

.form-checkboxes label a {
  color: #e9b02d;
}

.formulario-contacto form .form-item textarea {
  height: 100px;
}

.form-item.form-type-checkbox.form-item-copy {
  padding-left: 32%;
}

.form-item.form-type-checkbox.form-item-copy input {
  width: auto;
}

.form-item.form-type-checkbox.form-item-copy label {
  width: auto;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}

.formulario-contacto form .form-submit {
  padding: 0;
  border: none;
  color: #141213;
  font-family: "Open Sans", sans-serif;
  border-bottom: 1px solid #141213;
  background-color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.formulario-contacto form .form-submit:hover {
  color: #e9b02d;
  border-bottom: 1px solid #e9b02d;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.logos-rrss a {
  text-decoration: none;
  color: #000;
}

.logos-rrss {
  clear: both;
}

.header-empresa {
  position: relative;
}

.header-empresa img {
  width: 100%;
  height: auto;
}

.header-empresa p {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 28px;
  line-height: 33px;
  color: #fff;
  font-weight: 400;
  letter-spacing: -1px;
}

.header-empresa p span {
  font-weight: 600;
  border-bottom: 2px solid #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.header-empresa p span:hover {
  color: #e9af32;
  border-bottom: 2px solid #e9af32;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.bloques-empresa {
  clear: both;
}

.txt-empresa,
.bloques-empresa {
  padding: 5px;
  margin: 20px 0;
}

.txt-empresa h2,
.bloques-empresa h2 {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  padding-bottom: 5px;
  color: #141213;
  border-bottom: 1px solid #141213;
  margin: 0 0 20px;
}

.txt-empresa p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #141213;
  text-align: justify;
}

.txt-empresa p span {
  font-weight: 600;
}

.bloque-video {
  width: 48%;
  float: left;
  margin: 1% 4% 2% 0;
}

#colorbox {
  height: 360px !important;
}

.bloque-video a img {
  width: 100%;
  height: auto;
}

.bloques-empresa ul li {
  float: left;
}

.bloques-empresa ul li:first-child {
  width: 48%;
}

.bloques-empresa ul li:nth-child(2) {
  width: 48%;
  float: right;
}

.bloques-empresa ul li div img {
  width: 100%;
  height: auto;
  margin: 0 0 20px;
}

.bloques-empresa ul li div {
  position: relative;
}

.bloques-empresa ul li div p {
  font-size: 26px;
  position: absolute;
  top: 30%;
  left: 37%;
  width: 118px;
  height: 118px;
  text-align: center;
  color: #fff;
  line-height: 98px;
  font-weight: 600;
  padding: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-shadow: black 0.1em 0.1em 0.2em;
}

.videoEmpresa {
  display: flex;
}

.vidInner {
  width: 440px;
  margin-right: 30px;
}

.historiaInner {
  width: 450px;
}

.videoEmpresa p.txt-block {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #141213;
  margin: 0 0 20px;
  text-align: justify;
}


.bloques-empresa ul li div:hover p {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.bloques-empresa ul li p.txt-block {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #141213;
  margin: 0 0 20px;
  text-align: justify;
}

.bloques-empresa ul li p.txt-block span {
  font-weight: 600;
}

.footer-top {
  background: #e8e8e8;
}

.footer-top .inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 10px 20px;
  overflow: auto;
}

ul.nav-inferior {
  padding: 5px 0;
  margin: 0;
  list-style: none;
  overflow: auto;
}

ul.nav-inferior li {
  float: left;
  margin-right: 20px;
}

ul.nav-inferior li a {
  font-weight: 600;
  color: #201e1f;
  border-bottom: 1px solid #e8e8e8;
  text-decoration: none;
  font-size: 12px;
  line-height: 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

ul.nav-inferior li a:hover {
  border-bottom: 1px solid #201e1f;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.footer-bottom {
  background: #d2d2d2;
}

.footer-bottom .inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px 20px 15px;
  overflow: auto;
}

.footer-bottom .inner p.copyright {
  width: 50%;
  float: left;
  color: #201e1f;
  font-size: 12px;
}

.footer-bottom .inner p.endphasys {
  width: 50%;
  float: right;
  text-align: right;
  color: #201e1f;
  font-size: 12px;
}

.footer-bottom .inner p.endphasys a {
  padding-top: 3px;
  padding-left: 10px;
  display: block;
  float: right;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 0;
}

.wrapper .masonryColumn {
  float: left;
  width: 50%;
}

.wrapper .masonryColumnBis {
  float: left;
  width: 33%;
}

.wrapper .producto-item {
  display: block;
  margin: 0 0px 30px 0;
  padding: 0 0 0 10px;
}

#listadoCategorias .product-category {
  display: flex;
  align-items: center;
}

.miniatura-item {
  position: relative;
  width: 100%;
  height: 45px;
  margin-bottom: 10px;
  border-bottom: 1px solid #151213;
}

.miniatura-item img {
  position: absolute;
  right: -10px;
  top: 0;
  height: 60px;
  width: auto;
}

.miniatura-item h3 {
  vertical-align: middle;
  margin: 0;
  padding: 15px 50px 3px 0;
  font-size: 14px;
  line-height: 20px;
  bottom: 0;
  position: absolute;
  font-weight: 700;
}

.wrapper .producto-item ul li {
  margin: 5px;
  padding: 0;
  font-size: 14px;
  clear: both;
}

.wrapper .producto-item ul li a {
  float: left;
  display: block;
  max-width: 340px;
  /*75%*/
  padding: 0px 0 0;
  color: #151213;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.wrapper .producto-item ul li a:hover {
  /* border-bottom: 1px solid #151213; */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
}

.wrapper .producto-item ul li a.nivel {
  float: left;
  display: block;
  max-width: 75%;
  padding: 7px 0 0;
  color: #151213;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.wrapper .producto-item ul li a.nivel:hover {
  border-bottom: 1px solid #151213;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.wrapper .producto-item ul li a.nivel-ver {
  float: none;
  display: inline;
  padding: 2px;
  margin-left: 10px;
  max-width: 75%;
  color: #000;
  text-decoration: none;
  font-size: 12px;
  line-height: 16px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #f9ebcc;
  border-radius: 10px;
}

.wrapper .producto-item ul li a.nivel-ver:hover {
  border: 1px solid #e9af32;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.wrapper .producto-item ul li span {
  margin: 0 5px;
  color: #151213;
  font-size: 13px;
  line-height: 30px;
  width: 34px;
  font-weight: 400;
  background: #e8e8e8;
  letter-spacing: -1px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  border: 1px solid #e8e8e8;
}

.wrapper .producto-item ul li a span.treeview-ver {
  float: right;
}

.wrapper .producto-item ul li ul {
  margin-left: 5px;
}

.css-treeview ul,
.css-treeview li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.css-treeview input {
  position: absolute;
  opacity: 0;
}

.css-treeview {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.css-treeview a {
  color: #00f;
  text-decoration: none;
}

.css-treeview a:hover {
  text-decoration: underline;
}

.css-treeview input+label+ul {
  margin: 0 0 0 22px;
}

.css-treeview input~ul {
  display: none;
}

.css-treeview label,
.css-treeview label:before {
  cursor: pointer;
}

.css-treeview input:disabled+label {
  cursor: default;
  opacity: 0.6;
}

.css-treeview input:checked:not(:disabled)~ul {
  display: block;
}

.css-treeview label,
.css-treeview a {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
}

.css-treeview label {
  font-weight: 400;
  padding: 0;
}

.css-treeview input:checked+label:before {
  background-position: 0 -48px;
}



@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .css-treeview {
    -webkit-animation: webkit-adjacent-element-selector-bugfix infinite 1s;
  }

  @-webkit-keyframes webkit-adjacent-element-selector-bugfix {
    from {
      padding: 0;
    }

    to {
      padding: 0;
    }
  }
}

.view.view-buscador-oems .views-row {
  overflow: auto;
  border-bottom: 1px solid #d2d2d2;
  padding: 15px 0;
}

h3.rotulo-marca {
  clear: both;
  text-transform: uppercase;
  line-height: 18px;
  font-size: 13px;
  padding: 10px 30px;
  margin: 0 0 20px;
  background: #d2d2d2 url(../../assets/images/list-t.png) no-repeat 16px/8px;
}

h3.rotulo-marca a {
  color: #151213;
  text-decoration: none;
}

h3.rotulo-marca a:hover {
  text-decoration: underline;
}

h3.rotulo-marca a.marcader {
  float: none;
}

h3.rotulo-marca a.marcaiz {
  float: right;
}

h3.bloque-marca {
  clear: none !important;
  padding: 20px 10px !important;
  margin: 15px 15px 0 0 !important;
  background: #d7d7d7 !important;
  width: 300px;
  float: left;
  height: 62px;
}

h3.bloque-marca a {
  color: #151213;
  text-decoration: none;
}

h3.blocque-marca a:hover {
  text-decoration: underline;
}

h3.bloque-marca img.marcader {
  position: relative;
  top: -30px;
  float: right;
  right: -10px;
}

h3.bloque-marca img.marcaiz {
  position: relative;
  top: -30px;
  float: left;
  left: -10px;
}

.rotulo-agrupacion {
  clear: both;
  text-transform: capitalize;
  text-decoration: underline;
  line-height: 18px;
  font-size: 14px;
  padding: 10px 10px 10px 152px;
  margin: 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  background: url("../../assets/images/icon-mas.png") no-repeat 130px;
  cursor: pointer;
}

.rotulo-agrupacion span {
  background: #e8e8e8 url(../../assets/images/list-d.png) no-repeat 10px/8px;
  padding-left: 20px;
}

.rotulo-agrupacion-menos {
  clear: both;
  text-transform: capitalize;
  text-decoration: underline;
  line-height: 18px;
  font-size: 14px;
  padding: 10px 10px 10px 152px;
  margin: 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  background: url("../../assets/images/icon-menos.png") no-repeat 130px;
  cursor: pointer;
}

.rotulo-agrupacion-menos span {
  background: #e8e8e8 url(../../assets/images/list-d.png) no-repeat 10px/8px;
  padding-left: 20px;
}

.agrupacion {
  display: block;
  padding: 5px;
}

.agrupacion-filtro {
  display: flex;
  height: 80px;
  position: relative;
  justify-content: flex-end;
}

.agrupacion-filtro .bloque-filtro {
  width: 100%;
  max-width: 80px;
  padding: 0;
  float: right;
  margin-right: -1px;
  font-size: 12px;
  letter-spacing: -1px;
  text-align: center;
  position: relative;
}

h3.accesorios-css {
  background: #f9ebcc !important;
}

#leyendas {
  border-bottom: 1px solid #151213;
  padding-bottom: 22px;
  margin-bottom: 10px;
  height: 12px;
}

p.leyendacotas {
  font-size: 12px;
  float: left;
}

p.leyendafiltros {
  font-size: 12px;
  float: right;
}

#wrapper-accesorios-productos {
  overflow-x: auto;
  width: 100%;
}

table#accesorios-productos {
  font-size: 12px;
  width: 100%;
  border-spacing: 1px;
  border: 1px solid #efefef;
  background-color: #fff;
}

table#accesorios-productos th {
  padding: 0 0 10px;
  font-size: 12px;
  letter-spacing: -1px;
  text-align: center;
  border-bottom: 1px solid #888;
  vertical-align: bottom;
}

table#accesorios-productos th.bloque-filtro span select {
  font-size: 12px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../../assets/images/list-d-yellow.png) no-repeat top right #e8e8e8 !important;
  padding-right: 16px;
  border: none;
  padding-left: 5px;
}

table#accesorios-productos th.bloque-filtro span select.rellenado {
  background: url(../../assets/images/list-d-white.png) no-repeat top right #e9af32 !important;
}

table#accesorios-productos th.bloque-filtro span select option {
  background-color: #f9ebcc;
  padding-right: 5px;
}

table#accesorios-productos th.bloque-filtro span select option:checked {
  background-color: #e9af32;
}

table#accesorios-productos th.bloque-filtro span select option[value=""] {
  background-color: #e8e8e8 !important;
}

table#accesorios-productos tr {
  height: 25px;
  max-height: 50px;
  border: 1px solid #efefef;
  border-bottom: 1px solid #888;
}

table#accesorios-productos tr td {
  border: 1px solid #efefef;
  border-bottom: 1px solid #888;
}

table#accesorios-productos tr td.refer {
  width: 100px;
  max-width: 100px;
  padding: 5px;
  border: 1px solid #efefef;
  border-bottom: 1px solid #888;
}

table#accesorios-productos tr td.refer a {
  color: #151213;
  text-decoration: none;
  font-weight: 700;
}

table#accesorios-productos tr td.refer a:hover {
  text-decoration: underline;
}

table#accesorios-productos tr td.image,
table#accesorios-productos tr td.precio {
  width: 50px;
  padding: 0;
  text-align: center;
  border: 1px solid #efefef;
  border-bottom: 1px solid #888;
}

table#accesorios-productos tr td.image img {
  max-width: 50px;
  max-height: 50px;
  vertical-align: middle;
}

table#accesorios-productos tr td.tecni {
  text-align: center;
  padding: 5px;
  border: 1px solid #efefef;
  border-bottom: 1px solid #888;
}

.agrupacion-filtro .bloque-filtro-label {
  position: absolute;
  bottom: 22px;
  padding: 0;
  width: 100%;
  overflow: hidden;
}

.agrupacion-filtro .bloque-filtro-span {
  position: absolute;
  bottom: 3px;
  width: 100%;
}

.agrupacion-filtro .bloque-filtro .bloque-filtro-label label {
  max-width: 80px;
  vertical-align: bottom;
  line-height: 14px;
  text-align: center;
}

.agrupacion-filtro .bloque-filtro .bloque-filtro-span select {
  font-size: 12px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../../assets/images/list-d-yellow.png) no-repeat top right #e8e8e8 !important;
  padding-right: 16px;
}

.agrupacion-filtro .bloque-filtro .bloque-filtro-span select.rellenado {
  background: url(../../assets/images/list-d-white.png) no-repeat top right #e9af32 !important;
}

.agrupacion-filtro .bloque-filtro .bloque-filtro-span select option {
  background-color: #f9ebcc;
  padding-right: 5px;
}

.agrupacion-filtro .bloque-filtro .bloque-filtro-span select option:checked {
  background-color: #e9af32;
}

.agrupacion-filtro .bloque-filtro .bloque-filtro-span select option[value=""] {
  background-color: #e8e8e8 !important;
}

.bloque-caracteristica {
  width: auto;
  float: left;
  font-size: 12px;
  margin-right: 5px;
}

.bloque-caracteristica span.tuberia {
  font-weight: 700;
  color: #e9af32;
  margin-left: 5px;
}

.bloque-caracteristica label {
  font-size: 12px;
  float: left;
  padding-right: 5px;
}

.bloque-caracteristica2 {
  background-color: #e8e8e8;
  width: auto;
  padding: 6px;
  float: left;
  border: 1px solid #d2d2d2;
  margin-top: 5px;
  font-size: 12px;
}

.bloque-caracteristica2 label {
  font-size: 12px;
}

.imagen-cotas {
  text-align: right;
  margin-bottom: 40px;
}

.imagen-cotas-ficha {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.imagen-cotas img {
  max-width: 50%;
  max-height: 300px;
}

.imagen-cotas-ficha img {
  max-width: 50%;
  max-height: 200px;
}

.bloque-imagen {
  width: 130px;
  float: left;
  text-align: center;
}

.imagen-producto img {
  height: auto;
  max-width: 120px;
  max-height: 106px;
}

div.imagen-producto {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 106px;
}

.bloque_detalle {
  max-width: 50%;
  width: 50%;
  margin: 0 2.5%;
  float: left;
  text-align: left;
}

.bloque-oem {
  margin-top: 15px;
  width: 27%;
  float: right;
  text-align: left;
  background: #efefef url(../../assets/images/esquina.gif) top right no-repeat;
  padding: 6px;
}

.producto-oems {
  padding: 0;
  font-size: 13px;
  line-height: 18px;
  overflow: auto;
  width: auto;
}

.producto-oems strong {
  float: left;
  padding-left: 0.15em;
}

.producto-oems ul {
  padding: 0;
  overflow: auto;
  position: relative;
  clear: both;
}

.producto-oems ul li {
  padding: 0 4px 0 10px;
  list-style: none;
  background: url(../../assets/images/ico-arrow-yellow.png) no-repeat left top;
  float: left;
}

h4.titulo-producto {
  margin-bottom: 5px;
}

.titulo-producto a {
  line-height: 16px;
  font-size: 14px;
  padding: 5px 0 1px;
  text-decoration: none;
  color: #151213;
  font-weight: 700;
  /* border-bottom: 1px solid #151213; */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.titulo-producto a:hover {
  color: #e9af32;
  /* border-bottom: 1px solid #e9af32; */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.seccion-familia-producto {
  font-size: 13px;
  line-height: 16px;
  color: #151213;
  text-decoration: none;
  font-weight: 600;
}

.seccion-familia-producto a {
  font-size: 13px;
  line-height: 16px;
  color: #e9af32;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.seccion-familia-producto a:hover {
  border-bottom: 1px solid #e9af32;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.referencia-producto {
  font-size: 13px;
  font-weight: 700;
  margin: 5px 0;
  line-height: 16px;
}

.descripcion-producto {
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 6px;
  display: none;
}

.item-list .pager {
  clear: both;
  text-align: right;
  margin: 20px 0;
  font-size: 13px;
  line-height: 15px;
}

.item-list .pager li {
  padding: 0;
  margin: 0 0 0 5px;
}

.item-list .pager li.pager-current {
  border-bottom: 1px solid #151213;
}

.item-list .pager li a {
  text-decoration: none;
  color: #151213;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.item-list .pager li a:hover {
  border-bottom: 1px solid #151213;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.view-listado-de-productos .ajax-progress.ajax-progress-throbber {
  display: none !important;
  background-image: none !important;
}

h2.marca-tractor {
  text-transform: uppercase;
  line-height: 18px;
  font-size: 15px;
  background-color: #f9ebcc;
  padding: 10px 15px;
  margin-bottom: 20px;
}

.miniatura-filtrado {
  width: 30%;
  float: left;
  margin: 0;
}

.miniatura-filtrado img {
  width: 85%;
  height: auto;
  margin-top: -20px;
}

.formulario-filtrado {
  width: 70%;
  float: left;
  font-size: 13px;
  line-height: 15px;
  margin: 0 0 20px;
  padding: 0;
}

.formulario-filtrado form div p {
  text-decoration: none;
  font-size: 13px;
  line-height: 16px;
}

.formulario-filtrado form .form-item {
  overflow: auto;
  margin: 10px 0 20px;
}

.formulario-filtrado form .form-item-product2 {
  overflow: hidden;
}

.formulario-filtrado form .form-item label {
  width: 65px;
  float: left;
  text-align: right;
  margin-right: 10px;
}

.formulario-filtrado form .form-item input,
.formulario-filtrado form .form-item select {
  width: 270px;
  float: left;
  padding: 5px;
  border: none;
  background-color: #e8e8e8;
  color: #141213;
  margin-top: 4px !important;
}

.formulario-filtrado form .form-item select {
  width: 280px;
}

.formulario-filtrado form .form-submit {
  margin-left: 75px;
  margin-bottom: 30px;
  padding: 0;
  border: none;
  color: #141213;
  font-family: "Open Sans", sans-serif;
  border-bottom: 1px solid #141213;
  background-color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.formulario-filtrado form .form-submit:hover {
  color: #e9b02d;
  border-bottom: 1px solid #e9b02d;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.formulario-filtrado .form-item.form-type-select.form-item-model2 {
  overflow: inherit;
}

.select2-container--disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.select2-container.select2-container-multi {
  min-width: 100px;
}

.select2-selection {
  font-size: 13px !important;
}

.select2-results {
  font-size: 13px;
}

.select2-results__option {
  padding: 0 0 0 6px;
}

.select2-results ul li strong {
  font-size: 13px;
  height: 20px;
  padding: 0 0 0 6px !important;
}

.select2-results ul li ul li {
  font-size: 13px;
  height: 20px;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  border: 1px solid #aaa;
  border-radius: 0;
}

select#edit-brand option:focus {
  background-color: #5897fb;
}

.select2-container--default .select2-results__option--highlighted {
  background-color: #5897fb !important;
}

#autocomplete li.selected {
  background-color: #5897fb;
  color: #fff !important;
}

#autocomplete p.selected {
  background-color: #5897fb;
  color: #fff !important;
}

.formulario-filtrado .form-item.form-type-select.form-item-model2 .chosen-container-multi .chosen-choices,
.formulario-filtrado .form-item.form-type-select.form-item-model2 .select2-selection--multiple {
  background: #e8e8e8;
}

.formulario-filtrado .form-item.form-type-select.form-item-model2 .chosen-container-multi .chosen-drop,
.formulario-filtrado .form-item.form-type-select.form-item-model2 .select2-container-multi .select2-drop {
  width: 280px;
}

.chosen-container-active .chosen-choices,
.select2-container-active .select2-selection__rendered {
  box-shadow: none !important;
}

.formulario-filtrado .form-item.form-type-select.form-item-model2 .chosen-container-multi .chosen-choices li.search-field input[type="text"],
.formulario-filtrado .form-item.form-type-select.form-item-model2 .select2-selection--multiple li.search-field input[type="text"] {
  min-height: 25px;
}

#modelos_wrapper .chosen-container-multi .chosen-choices,
#modelos_wrapper .select2-selection--multiple {
  padding: 0;
}

ul.tabs-primary {
  padding: 10px;
}

.tabs-primary__tab-link {
  color: #e9af32;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tabs-primary__tab-link:hover {
  color: #141213;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

form#user-login label,
form#user-pass label,
form#user-register-form label {
  width: 30%;
  margin-right: 2%;
  float: left;
  text-align: right;
  font-size: 13px;
  line-height: 25px;
  font-weight: 600;
  color: #141213;
}

form#user-login input,
form#user-pass input,
form#user-register-form input {
  width: 32%;
  margin-right: 32%;
  float: left;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  background: #e8e8e8;
  border: none;
  height: 15px;
  padding: 5px;
  font-size: 13px;
  line-height: 15px;
}

form#user-login .form-item,
form#user-pass .form-item,
form#user-register-form .form-item {
  overflow: auto;
}

.form-item .description {
  font-size: 0.85em;
  padding-top: 35px;
  padding-left: 32%;
}

form#user-login .form-submit,
form#user-pass .form-submit,
form#user-register-form .form-submit {
  margin-left: 32%;
  padding: 0;
  width: auto;
  border: none;
  color: #141213;
  font-family: "Open Sans", sans-serif;
  border-bottom: 1px solid #141213;
  background-color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

form#user-login .form-submit:hover,
form#user-pass .form-submit:hover,
form#user-register-form .form-submit:hover {
  color: #e9b02d;
  border-bottom: 1px solid #e9b02d;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.sugerencias-buscar p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  color: #141213;
}

.sugerencias-buscar ul {
  padding: 10px 15px 10px 35px !important;
}

.sugerencias-buscar ul li {
  list-style: disc;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #141213;
}

.sugerencias-buscar ul li a {
  font-weight: 600 !important;
  color: #141213 !important;
}

.mapa-sitio {
  padding-left: 10px;
}

.mapa-sitio a {
  display: table;
  width: auto;
  font-size: 14px;
  margin: 5px 0;
  line-height: 20px;
  font-weight: 700;
  color: #e9af32;
  border-bottom: 1px solid #e9af32;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
}

.mapa-sitio a:hover {
  border-bottom: 1px solid #141213;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #141213;
}

.mapa-sitio #no-accordion {
  padding-left: 10px;
}

.mapa-sitio #no-accordion ul {
  margin-bottom: 10px;
  overflow: auto;
}

.mapa-sitio #no-accordion h3 {
  display: table;
  width: auto;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 20px;
  font-weight: 700;
  color: #141213;
  margin-top: 10px;
  text-decoration: none;
}

.mapa-sitio #no-accordion a {
  display: table;
  width: auto;
  font-size: 13px;
  margin: 0 0 0 10px;
  line-height: 20px;
  font-weight: 400;
  color: #141213;
  border-bottom: 1px solid #141213;
  text-decoration: none;
}

.msgcookie {
  z-index: 30;
  display: block;
  bottom: 0;
  position: fixed;
  min-height: 40px;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}

.msgcookie p {
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px 30px;
  text-align: justify;
}

.msgcookie p a:link,
.msgcookie p a:active,
.msgcookie p a:visited,
.msgcookie p a:hover {
  color: #fff;
}

.msgcookie img.fuster-icon-attention {
  float: left;
  margin: -10px -5px 0 -30px;
}

.msgcookie img.fuster-icon-cookie {
  float: right;
  opacity: 0.5;
  margin: 0 -25px 0 0;
}

a.close:hover {
  opacity: 1;
}

.texto-legal {
  padding: 10px 5px;
}

.texto-legal h5 {
  color: #e9af32;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  border-bottom: 1px solid #e9af32;
  display: table;
  margin: 10px 0;
  padding: 0;
}

.texto-legal p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  margin: 0 0 10px;
  padding: 0;
  text-align: justify;
}

.texto-legal a {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  margin: 0 0 10px;
  padding: 0;
  color: #151213;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.texto-legal a:hover {
  color: #e9af32;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.texto-legal strong {
  font-weight: 600;
}

.texto-legal ul {
  padding: 0 0 5px 30px;
  text-align: justify;
}

.texto-legal ul li {
  list-style: disc;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}

.translation_en.first.last {
  display: none;
}

div.error,
.error {
  color: #ec583a !important;
  font-size: 13px !important;
}

div.status,
.ok {
  color: #289028 !important;
}

.text-faqs h5 {
  padding-left: 20px;
  margin-left: 5px;
  cursor: pointer;
}

.text-faqs h5.closed {
  background: url("/sites/all/themes/zenfuster/img/icon-mas.png") no-repeat;
}

.text-faqs h5.open {
  background: url("/sites/all/themes/zenfuster/img/icon-menos.png") no-repeat;
}

#block-block-1 form {
  overflow: inherit;
}

#block-block-1 form .chosen-container,
#block-block-1 form .select2-container {
  width: 165px !important;
  float: right;
  padding: 0;
  border: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}

#block-block-1 form .chosen-container .chosen-results,
#block-block-1 form .select2-container .select2-results {
  color: #141213 !important;
}

#block-block-1 form .form-item.form-type-select.form-item-model {
  overflow: auto;
  height: auto;
  min-height: 30px;
  display: table;
}

.chosen-container-multi .chosen-choices,
.select2-selection--multiple {
  z-index: 10;
  border: none !important;
  border-radius: 0 !important;
  background-color: #fff;
  background-image: none !important;
  cursor: text;
}

.chosen-container-multi .chosen-choices li.search-choice,
.select2-selection--multiple li.search-choice {
  margin: 4px 5px 3px 0;
}

.chosen-container *,
.select2-container * {
  -webkit-box-sizing: initial !important;
  -moz-box-sizing: initial !important;
}

.chosen-container .chosen-drop,
.select2-container .select2-drop {
  border: 1px solid #aaa;
}

.chosen-container-multi .chosen-choices li.search-choice,
.select2-selection--multiple li.search-choice {
  position: relative;
  margin: 4px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 0;
  background-color: #eee;
  background-image: none !important;
  background-size: 100% 19px;
  background-repeat: no-repeat !important;
  background-clip: initial !important;
  box-shadow: none !important;
  color: #333;
  line-height: 13px;
  cursor: default;
}

.formulario-horizontal form div .form-item .chosen-container.chosen-container-multi,
.formulario-horizontal form div .form-item .select2-container {
  font-family: "Open Sans", sans-serif;
  float: right;
  position: absolute;
  padding: 0;
  border: 0;
  margin-left: 10px;
}

.formulario-horizontal .chosen-container-multi .chosen-choices li.search-field input[type="text"],
.formulario-horizontal .select2-selection--multiple li.search-field input[type="text"] {
  padding: 5px 3px 6px;
}

.oculto {
  display: none;
}

.marca-completa {
  display: block;
}

.marca-oculta {
  display: none;
}

#fuster-producto-info-order-form .form-item.form-type-checkbox.form-item-privacy-1,
#fuster-producto-info-form .form-item.form-type-checkbox.form-item-privacy-1 {
  margin-left: 200px;
}

#fuster-contact-site-form .form-item.form-type-checkbox.form-item-privacy-1 {}

#fuster-contact-site-form .captcha.form-wrapper legend {
  width: 30%;
  margin-right: 2%;
}

#fuster-contact-site-form .form-checkboxes input {
  margin-right: 5px;
}

#fuster-contact-site-form .captcha.form-wrapper img {
  padding: 0 0 0 32%;
}

#fuster-contact-site-form .captcha.form-wrapper .reload-captcha-wrapper a {
  margin: 0 0 0 32%;
  background-color: #fff;
}

#fuster-filtro-form .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 5px;
}

@media (max-width: 1240px) {
  #content {
    width: 73%;
  }

  #seccion_lateral {
    width: 25%;
  }

  .formulario-horizontal form div .form-item input {
    width: 60%;
  }

  .formulario-horizontal form div .form-item select {
    width: 64%;
  }

  .formulario-horizontal form div .form-submit {
    margin-left: 20px;
  }

  .formulario-horizontal form div .form-item .chosen-container.chosen-container-multi,
  .formulario-horizontal form div .form-item .select2-container.select2-container-multi {
    width: 14% !important;
  }

  #block-block-1 form {
    padding: 0 15px 15px;
  }

  #block-block-1 form .form-item label {
    width: 95%;
    float: left;
    text-align: left;
  }

  #block-block-1 form .form-item input {
    width: 95%;
    float: left;
    text-align: left;
    margin-bottom: 5px;
  }

  #block-block-1 form .form-item select {
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 5px;
  }

  #block-block-1 form .form-submit {
    float: left;
    font-family: "Open Sans", sans-serif;
    margin: 5px 0;
  }

  .bloques-empresa ul li div p {
    top: 25%;
    left: 32%;
  }

  #seccion_lateral #block-block-1 form .chosen-container ul li input,
  #seccion_lateral #block-block-1 form .select2-container ul li input {
    margin-bottom: 0;
    width: 100% !important;
  }

  #seccion_lateral #fuster-buscador2 {
    padding-bottom: 50px !important;
  }

  #seccion_lateral #block-block-1 form .form-submit {
    margin: 0 0 20px;
  }

  ul.slides li .views-field.views-field-field-slider-home-texto-1 {
    top: 8%;
  }

  ul.slides li .views-field.views-field-field-slider-home-texto-1 p {
    font-size: 40px !important;
    line-height: 42px !important;
    padding-bottom: 2px !important;
  }

  ul.slides li .views-field.views-field-field-slider-home-texto-2 {
    top: 27%;
  }

  ul.slides li .views-field.views-field-field-slider-home-texto-2 h1 {
    font-size: 21px !important;
    line-height: 23px !important;
  }

  .ficha-foto {
    width: 26%;
  }

  .ficha-info {
    width: 72%;
  }

}

@media (max-width: 1024px) {
  #content {
    width: 70%;
  }

  #seccion_lateral {
    width: 28%;
  }

  .wrapper .masonryColumn {
    float: left;
    width: 50%;
  }

  .wrapper .masonryColumnBis {
    float: left;
    width: 50%;
  }

  .formulario-horizontal form div .form-item label {
    width: 100%;
    text-align: left;
    float: none;
  }

  .formulario-horizontal form div .form-item input {
    width: 85%;
    float: left;
  }

  .formulario-horizontal form div .form-item select {
    width: 90%;
    float: left;
  }

  .formulario-horizontal form div .form-item .chosen-container.chosen-container-multi,
  .formulario-horizontal form div .form-item .select2-container.select2-container-multi {
    width: 19.5% !important;
    margin: 0;
  }

  .formulario-horizontal form div .form-item .select2-container {
    margin-left: auto;
  }

  .formulario-horizontal form div .form-submit {
    margin-left: 5px;
    margin-top: 25px;
  }

  .bloques-empresa ul li div p {
    font-size: 14px;
    top: 22%;
    left: 31%;
    width: 80px;
    height: 80px;
    line-height: 80px;
  }

  .header-empresa p {
    top: 15px;
    left: 20px;
    font-size: 24px;
    line-height: 26px;
  }

  .google-store-locator-panel {
    width: 35%;
  }

  .google-store-locator-map {
    width: 62%;
  }

  ul.slides li .views-field.views-field-field-slider-home-texto-1 p {
    font-size: 32px !important;
    line-height: 32px !important;
    border-width: 2px !important;
  }

  ul.slides li .views-field.views-field-field-slider-home-texto-2 {
    top: 25%;
  }

  ul.slides li .views-field.views-field-field-slider-home-texto-2 h1 {
    font-size: 18px !important;
    line-height: 20px !important;
    letter-spacing: 0 !important;
  }

  ul.slides li .views-field.views-field-field-slider-home-boton a {
    width: 80px;
    border-width: 1px !important;
  }

  ul.slides li .views-field.views-field-field-slider-home-boton {
    bottom: 15%;
  }

  .contacto-logo img {
    width: 150px;
    height: auto;
  }

  .formulario-contacto form .form-item input,
  .formulario-contacto form .form-item textarea {}

  .miniatura-filtrado {
    width: 35%;
  }

  .formulario-filtrado {
    width: 65%;
  }

  .ficha-foto {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    text-align: left;
    float: none;
  }


  .ficha-foto img {
    /* width: 250px;
    height: auto;
    margin: 10px 0;
    padding: 0; */
    width: 100%;
    height: auto;
    margin: 0px 0;
    padding: 0;
  }

  .ficha-info {
    width: 100%;
    float: none;
  }

  .ficha-info .field {
    width: 100%;
  }

  .ficha-foto ul li {
    float: left;
    width: 10.66%;
    margin: 0 4.33% 4.5%;
    height: 100px;
  }
}

@media (max-width: 890px) {
  #content {
    width: 67%;
  }

  #seccion_lateral {
    width: 31%;
  }

  #intro-home .inner .one-four,
  #buscador-home .inner .one-four {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }

  #intro-home .inner .three-four,
  #buscador-home .inner .three-four {
    width: 100%;
    float: none;
  }

  .bloques-empresa ul li div p {
    top: 15%;
    left: 27%;
  }

  .google-store-locator-panel {
    width: 40%;
  }

  .google-store-locator-map {
    width: 57%;
  }

  #flexslider-1 {
    overflow: hidden;
    width: 100%;
    height: 240px;
  }

  .flexslider .slides img {
    height: 240px;
    width: auto;
  }

  .jcarousel-skin-default .jcarousel-item {
    width: 120px !important;
  }

  .imagen-producto img {
    width: 100px;
  }

  .bloque_detalle {
    max-width: 45%;
  }

  .bloque-oem {
    width: 30%;
  }

  .contacto-logo img {
    width: 140px;
  }

  .miniatura-filtrado {
    width: 30%;
  }

  .miniatura-filtrado img {
    width: 85%;
    height: auto;
  }

  .formulario-filtrado {
    width: 70%;
  }

  .formulario-filtrado form .form-item input,
  .formulario-filtrado form .form-item select {
    width: 230px;
  }

  .formulario-filtrado .form-item.form-type-select.form-item-model2 .chosen-container.chosen-container-multi.form-select.chosen-processed,
  .formulario-filtrado .form-item.form-type-select.form-item-model2 .chosen-container-multi .chosen-choices,
  .formulario-filtrado .form-item.form-type-select.form-item-model2 .chosen-container-multi .chosen-drop,
  .formulario-filtrado .form-item.form-type-select.form-item-model2 .select2-container.select2-container-multi.form-select.select2-processed,
  .formulario-filtrado .form-item.form-type-select.form-item-model2 .select2-selection--multiple,
  .formulario-filtrado .form-item.form-type-select.form-item-model2 .select2-container-multi .select2-drop {
    width: 240px !important;
    padding: 0;
  }

  .formulario-filtrado form .form-item select {
    width: 240px;
  }

  .consultar-boton {
    width: 60%;
  }

  .consultar-boton p,
  .consultar-boton p span {
    line-height: 16px;
  }

  .formulario-horizontal form div .form-item .chosen-container.chosen-container-multi,
  .formulario-horizontal form div .form-item .select2-container.select2-container-multi {
    width: 25% !important;
  }
}

@media (max-width: 800px) {
  .st-key {
    width: 0 !important;
  }

  .st-val {
    width: 100% !important;
  }
}

@media (max-width: 774px) {
  .header-top .inner .contacto-header .mail-wrapper {
    padding: 0 102px 0 0;
  }
}

@media (max-width: 767px) {
  #main {
    padding: 0;
  }

  #content {
    width: inherit;
    float: none;
    padding: 20px;
  }

  #seccion_lateral {
    width: 100%;
    float: none;
    background: #edbf5b;
  }

  .header-top {
    position: relative;
    z-index: 20;
  }

  .header-bottom {
    height: 60px;
  }

  .header-bottom nav {
    width: 100%;
    height: auto;
    margin: 0;
    padding-top: 50px;
    background: #201e1f;
    position: absolute;
    top: -150px;
    overflow: auto;
    z-index: 10;
  }

  .menu_bar {
    display: block;
    width: 100%;
    position: relative;
    z-index: 20;
    background: #201e1f;
  }

  .menu_bar .bt-menu {
    display: block;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    padding: 20px;
  }

  .menu_bar a {
    font-size: 0;
  }

  .menu_bar span {
    height: 20px;
    width: 30px;
    display: block;
    background: url(../../assets/images/hamburguer.svg) no-repeat left top;
  }

  #main-menu ul {
    padding: 10px 0;
  }

  #main-menu ul li {
    display: block;
    float: none;
    margin: 0;
    padding: 10px 20px;
  }

  .header__region.region.region-header {
    right: 20px;
    top: 0;
    margin-top: -50px;
  }

  .header-bottom .inner {
    padding: 0;
  }

  .breadcrumb-container {
    display: none;
  }

  #block-block-1 h3 {
    background: #e9af32 url(../../assets/images/ico-buscar.png) no-repeat left center;
    padding: 15px 15px 15px 55px;
  }

  #block-block-2 h3.titulo-bloque {
    background: #d2d2d2 url(../../assets/images/icon-productos.png) no-repeat left center;
    padding: 15px 15px 15px 55px;
  }

  #block-views-listado-secciones-block h3.titulo-bloque {
    background: #d2d2d2 url(../../assets/icons/icon_product.png) no-repeat left center;
    padding: 15px 15px 15px 55px;
  }

  .flechaderecha .fuster-icon-list-t {
    width: 15px;
    height: 15px;
  }

  #block-block-1 form {
    padding: 0 15px;
  }

  #block-block-1 form .form-item {
    margin: 10px 0 0;
  }

  #block-block-1 form .form-submit {
    float: left;
    margin-left: 445px;
  }

  #block-views-listado-de-fabricantes-2-block h3 {
    background: #d2d2d2 url(./../icons/icon_tractor.png) no-repeat left center;
    padding: 15px 15px 15px 55px;
  }

  #toggle-marcas,
  #toggle-buscador,
  #toggle-productos {
    position: absolute;
    display: block;
    width: 100%;
    height: 38px;
    top: 5px;
    right: 10px;
    cursor: pointer;
  }

  #accordion,
  #formBusca,
  #acordeon-marcas {
    margin: 0;
    display: none;
  }

  #fuster-buscador {
    margin-top: 15px;
  }

  #block-block-1,
  #block-block-2,
  #block-views-listado-de-fabricantes-2-block,
  #block-views-listado-secciones-block {
    border-bottom: 1px solid aliceblue;
    clear: both;
    margin-bottom: 0;
  }

  .formulario-horizontal #fuster-buscador,
  .formulario-horizontal #fuster-buscador2 {
    display: inherit;
    padding-bottom: 15px;
  }

  #seccion_lateral #block-block-1 form {
    overflow: auto;
  }

  #seccion_lateral #block-block-1 form .chosen-container-multi .chosen-choices,
  #seccion_lateral #block-block-1 form .select2-selection--multiple {
    margin-bottom: 10px;
  }

  #seccion_lateral #block-block-1 form#fuster-buscador2 {
    overflow: inherit;
    min-height: 40px;
  }

  #seccion_lateral #block-block-1 form .form-item {
    width: 27%;
    float: left;
    margin-right: 3%;
  }

  #seccion_lateral #block-block-1 form .form-submit {
    margin: 35px 0 20px;
  }

  .bloques-empresa ul li div p {
    top: 21%;
    left: 33%;
  }

  ul.slides li:nth-child(2) .views-field.views-field-field-slider-home-texto-2 {
    margin: 0 22%;
    width: 56%;
  }

  .miniatura-filtrado {
    width: 35%;
  }

  .miniatura-filtrado img {
    width: 85%;
    height: auto;
  }

  .formulario-filtrado {
    width: 65%;
  }

  .formulario-filtrado form .form-item input,
  .formulario-filtrado form .form-item select {
    width: 270px;
  }

  .formulario-filtrado form .form-item select {
    width: 280px;
  }

  .formulario-filtrado .form-item.form-type-select.form-item-model2 .chosen-container.chosen-container-multi.form-select.chosen-processed,
  .formulario-filtrado .form-item.form-type-select.form-item-model2 .chosen-container-multi .chosen-choices,
  .formulario-filtrado .form-item.form-type-select.form-item-model2 .chosen-container-multi .chosen-drop,
  .formulario-filtrado .form-item.form-type-select.form-item-model2 .select2-container.select2-container-multi.form-select.select2-processed,
  .formulario-filtrado .form-item.form-type-select.form-item-model2 .select2-selection--multiple,
  .formulario-filtrado .form-item.form-type-select.form-item-model2 .select2-container-multi .select2-drop {
    width: 280px !important;
  }

  .block-video-corporativo a {
    width: 30%;
    float: left;
    padding: 20px;
  }

  .block-video-corporativo p {
    padding: 20px;
    font-size: 14px;
  }

  .select2-selection {
    font-size: 14px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}

@media (max-width: 650px) {
  ul.nav-inferior li {
    margin-right: 5%;
    width: 45%;
  }

  .bloque-imagen {
    width: 30%;
  }

  .imagen-producto img {
    height: auto;
    width: 120px;
  }

  .bloque_detalle {
    max-width: inherit;
    width: 90%;
    margin: 0;
  }

  .bloque-oem {
    margin-top: 10px;
    width: 100%;
    padding: 0;
  }

  .producto-oems ul li {
    padding: 0 15px 0 10px;
    float: left;
  }

  .header-empresa {
    overflow: hidden;
  }

  .header-empresa img {
    width: 591px;
    height: 144px;
  }

  .bloques-empresa ul li div p {
    top: 17%;
    left: 29%;
  }

  .storelocator-panel .location-search input {
    width: 300px;
    display: block;
  }

  .google-store-locator-panel {
    width: 100%;
  }

  .google-store-locator-map {
    width: 100%;
    height: 300px;
  }

  .contacto-logo {
    width: 40%;
  }

  .contacto-txt {
    width: 60%;
  }

  .formulario-contacto form .form-item label {
    width: 38%;
  }

  .formulario-contacto form .form-item input,
  .formulario-contacto form .form-item textarea {}

  .form-item.form-type-checkbox.form-item-copy {
    padding-left: 40%;
  }

  .formulario-contacto form .form-submit {}

  .miniatura-filtrado {
    width: 30%;
  }

  .miniatura-filtrado img {
    width: 85%;
    height: auto;
  }

  .formulario-filtrado {
    width: 70%;
  }

  .formulario-filtrado form .form-item input,
  .formulario-filtrado form .form-item select {
    width: 230px;
  }

  .formulario-filtrado form .form-item select {
    width: 240px;
  }

  .formulario-filtrado .form-item.form-type-select.form-item-model2 .chosen-container.chosen-container-multi.form-select.chosen-processed,
  .formulario-filtrado .form-item.form-type-select.form-item-model2 .chosen-container-multi .chosen-choices,
  .formulario-filtrado .form-item.form-type-select.form-item-model2 .chosen-container-multi .chosen-drop,
  .formulario-filtrado .form-item.form-type-select.form-item-model2 .select2-container.select2-container-multi.form-select.select2-processed,
  .formulario-filtrado .form-item.form-type-select.form-item-model2 .select2-selection--multiple,
  .formulario-filtrado .form-item.form-type-select.form-item-model2 .select2-container-multi .select2-drop {
    width: 240px !important;
  }

  .formulario-contacto form .form-item textarea {}

  #fuster-contact-site-form .form-item.form-type-checkbox.form-item-privacy-1 {
    margin-left: 39%;
  }

  #fuster-contact-site-form .captcha.form-wrapper legend {
    width: 38%;
  }

  #fuster-contact-site-form .captcha.form-wrapper img {
    padding: 0 0 0 40%;
  }

  #fuster-contact-site-form .captcha.form-wrapper .reload-captcha-wrapper a {
    margin: 0 0 0 40%;
  }

  #fuster-contact-site-form .form-item .description {
    padding-left: 40%;
    padding-top: 35px;
  }

  #fuster-contact-site-form .captcha.form-wrapper legend {
    width: 38% !important;
    float: left;
    text-align: right;
  }
}

@media (max-width: 550px) {
  .contacto-header {
    width: 60%;
  }

  .logos-rrss-header {
    padding: 0 96px 0 0;
  }

  .header-top .inner .contacto-header .whatsapp-wrapper {
    padding: 0 95px 0 0;
  }

  .header-top .inner .contacto-header .phone-wrapper {
    padding: 0 93px 0 0;
  }

  .header-top .inner .contacto-header .mail-wrapper {
    padding: 0 20px 0 0;
  }

  .header-top {
    height: 130px;
  }

  .header-top .inner {
    height: 90px;
  }

  ul.slides li:nth-child(2) .views-field.views-field-field-slider-home-texto-2 {
    margin: 0 10%;
    width: 80%;
  }

  .formulario-horizontal form div .form-item,
  #block-block-1 form .form-item {
    width: 300px;
    float: left;
    margin: 5px;
  }

  /* .formulario-horizontal form div .form-item label, */
  #block-block-1 form .form-item label {
    width: auto;
    float: left;
    text-align: right;
    margin-right: 15px;
    margin-top: 16px;
  }

  .formulario-horizontal form div .form-item input,
  #block-block-1 form .form-item input {
    width: 195px;
  }

  .formulario-horizontal form div .form-item select,
  #block-block-1 form .form-item select {
    width: 205px;
  }

  .formulario-horizontal form div .form-submit,
  #block-block-1 form .form-submit {
    margin: 5px 0 5px 15px;
    float: left;
  }

  .wrapper .masonryColumn {
    width: 100%;
  }

  .wrapper .masonryColumnBis {
    width: 100% !important;
  }

  .bloque-imagen {
    width: 40%;
  }

  .bloques-empresa ul li {
    width: 100% !important;
  }

  .bloques-empresa ul li div p {
    top: 32%;
    left: 38%;
  }

  .contacto-logo img {
    width: 125px;
  }

  .miniatura-filtrado {
    width: 40%;
  }

  .formulario-filtrado {
    width: 60%;
  }

  .formulario-filtrado form .form-item {
    margin: 5px 0 20px;
  }

  .formulario-filtrado form .form-item label {
    width: 90%;
    float: none;
    text-align: left;
  }

  .formulario-filtrado form .form-item input {
    width: 220px;
    float: none;
  }

  .formulario-filtrado form .form-item select {
    width: 230px;
    float: none;
  }

  .formulario-filtrado form .form-submit {
    margin-left: 0;
  }

  .ficha-info .field-label {
    width: 100%;
    float: none;
    text-align: left;
    margin-right: 0;
  }

  .ficha-info .field-label span {
    padding: 0;
  }

  .ficha-info .field-items {
    width: 100%;
    float: none;
    padding-bottom: 15px;
  }

  .solicitar-boton p {
    width: 80%;
    line-height: 20px;
  }

  .solicitar-boton p span {
    line-height: 20px;
  }

  .consultar-boton p {
    width: 80%;
    line-height: 16px;
  }

  .consultar-boton p span {
    line-height: 16px;
  }

  .consultar-formulario .contact-form,
  .consultar-formulario #fuster-producto-info-form,
  .solicitar-formulario #fuster-producto-info-order-form {
    padding: 20px;
  }

  .solicitar-formulario #fuster-producto-info-order-form .form-item label,
  .consultar-formulario .contact-form .form-item label,
  .consultar-formulario #fuster-producto-info-form .form-item label,
  .solicitar-formulario #fuster-producto-info-order-form .form-item label {
    width: 80%;
    margin-right: 0;
    float: none;
    text-align: left;
  }

  .solicitar-formulario #fuster-producto-info-order-form .form-item input,
  .solicitar-formulario #fuster-producto-info-order-form .form-item textarea,
  .solicitar-formulario #fuster-producto-info-order-form .form-item select,
  .consultar-formulario .contact-form .form-item input,
  .consultar-formulario .contact-form .form-item textarea,
  .consultar-formulario #fuster-producto-info-form .form-item input,
  .consultar-formulario #fuster-producto-info-form .form-item textarea {
    width: 80%;
    float: none;
  }

  .solicitar-formulario .captcha.form-wrapper legend,
  .captcha.form-wrapper legend {
    width: 80%;
    margin-right: 0;
    height: auto;
    text-align: left;
    float: none;
  }

  .solicitar-formulario .captcha.form-wrapper img,
  .consultar-formulario .captcha.form-wrapper img {
    padding: 0;
  }

  .solicitar-formulario .captcha.form-wrapper .reload-captcha-wrapper a,
  .consultar-formulario .captcha.form-wrapper .reload-captcha-wrapper a {
    margin-left: 0;
  }

  .solicitar-formulario .form-item .description,
  .consultar-formulario .form-item .description {
    padding-left: 0;
  }

  .consultar-formulario form .form-submit,
  .solicitar-formulario form .form-submit {
    margin-left: 0;
  }

  .consultar-boton {
    width: 100%;
  }

  .formulario-horizontal form div .form-item .chosen-container.chosen-container-multi,
  .formulario-horizontal form div .form-item .chosen-container.chosen-container-multi {
    width: 205px !important;
  }

  #seccion_lateral #block-block-1 form .form-item {
    width: 300px;
    margin-right: 0;
  }

  #seccion_lateral #block-block-1 form .form-submit {
    margin: 5px 0 20px 20px;
  }

  #seccion_lateral #block-block-1 form .chosen-container,
  #seccion_lateral #block-block-1 form .chosen-container {
    width: 205px !important;
  }

  .formulario-filtrado .form-item.form-type-select.form-item-model2 .chosen-container.chosen-container-multi.form-select.chosen-processed,
  .formulario-filtrado .form-item.form-type-select.form-item-model2 .chosen-container-multi .chosen-choices,
  .formulario-filtrado .form-item.form-type-select.form-item-model2 .chosen-container-multi .chosen-drop,
  .formulario-filtrado .form-item.form-type-select.form-item-model2 .select2-container.select2-container-multi.form-select.select2-processed,
  .formulario-filtrado .form-item.form-type-select.form-item-model2 .select2-selection--multiple,
  .formulario-filtrado .form-item.form-type-select.form-item-model2 .select2-container-multi .select2-drop {
    width: 230px !important;
  }

  .ficha-foto ul li {
    width: 16.33%;
    margin: 0 4.33% 4.5%;
  }

  .block-video-corporativo a {
    width: 45%;
  }

  .block-video-corporativo p {
    font-size: 13px;
  }

  .bloque-video {
    width: 100%;
    float: left;
    margin: 0 0 3%;
  }

  .form-item .description {
    padding-top: 15px;
  }
}

@media (max-width: 450px) {
  .header-top {
    height: 225px;
  }

  .header-top .inner {
    width: 100%;
    height: 100%;
    position: inherit;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  a.header__logo img {
    position: inherit;
  }

  .contacto-header {
    right: 0;
    left: 0;
    width: 100%;
    top: 100px;
  }

  .header-top .inner .contacto-header p,
  .header-top .inner .contacto-header .whatsapp-wrapper,
  .header-top .inner .contacto-header .phone-wrapper,
  .header-top .inner .contacto-header .mail-wrapper {
    float: left;
    padding: 0 0 15px 20px;
  }

  .header-bottom nav {
    width: 100%;
    height: auto;
    margin: 0;
    padding-top: 150px;
  }

  .formulario-horizontal form div .form-item,
  #block-block-1 form .form-item {
    width: 200px;
    height: auto;
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .formulario-horizontal form div .form-item label,
  #block-block-1 form .form-item label {
    width: auto;
    float: none;
    text-align: left;
  }

  #fuster-buscador-hor-1 .btnbuscar {
    margin-top: 37px !important;
  }

  #fuster-buscador2 {
    margin-top: 21px !important;
  }

  h3.bloque-marca {
    width: 100% !important;
  }

  .formulario-horizontal form div .form-item input,
  #block-block-1 form .form-item input {
    width: 190px;
  }

  .formulario-horizontal form div .form-item select,
  #block-block-1 form .form-item select {
    width: 200px;
  }

  .formulario-horizontal form div .form-submit,
  #block-block-1 form .form-submit {
    margin: 30px 0 5px 10px;
  }

  .formulario-horizontal form div .form-item .chosen-container.chosen-container-multi {
    width: 200px !important;
  }

  ul.nav-inferior li {
    margin-right: 0;
    width: 90%;
  }

  .footer-bottom .inner p.copyright {
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
  }

  .footer-bottom .inner p.endphasys {
    width: 100%;
  }

  .bloque-imagen {
    width: 100%;
    margin-bottom: 5px;
  }

  .header-empresa p {
    top: 15px;
    left: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .header-empresa p span {
    border-bottom: 1px solid #fff;
  }

  .bloques-empresa ul li div {
    overflow: hidden;
  }

  .bloques-empresa ul li div img {
    width: 384px;
    height: 250px;
  }

  .bloques-empresa ul li div p {
    left: 32%;
  }

  .contacto-logo {
    width: 200px;
    text-align: left;
    margin: 0 0 20px 5px;
  }

  .contacto-txt {
    width: 100%;
  }

  .formulario-contacto form .form-item label {
    width: 100%;
    margin-right: 0;
    text-align: left;
  }

  .formulario-contacto form .form-item input,
  .formulario-contacto form .form-item textarea {}

  .form-item.form-type-checkbox.form-item-copy {
    padding-left: 0;
  }

  .formulario-contacto form .form-submit {
    margin-left: 0;
  }

  .miniatura-filtrado {
    width: 90%;
    max-width: 230px;
  }

  .miniatura-filtrado img {
    width: auto;
    height: auto;
  }

  .formulario-filtrado {
    width: 100%;
  }

  .formulario-filtrado form .form-item input {
    max-width: 100%;
    width: 90%;
  }

  .formulario-filtrado form .form-item select {
    width: 93%;
  }

  .solicitar-boton p,
  .consultar-boton p {
    width: auto;
  }

  #seccion_lateral #block-block-1 form .form-item {
    width: 205px;
  }

  #seccion_lateral #block-block-1 form .form-submit {
    margin: 30px 0 20px 10px;
  }

  .formulario-filtrado .form-item.form-type-select.form-item-model2 .chosen-container.chosen-container-multi.form-select.chosen-processed,
  .formulario-filtrado .form-item.form-type-select.form-item-model2 .chosen-container-multi .chosen-choices,
  .formulario-filtrado .form-item.form-type-select.form-item-model2 .chosen-container-multi .chosen-drop,
  .formulario-filtrado .form-item.form-type-select.form-item-model2 .select2-container.select2-container-multi.form-select.select2-processed {
    width: 97% !important;
  }

  .ficha-foto ul li {
    width: 20.66%;
    margin: 0 6.33% 4.5%;
  }

  .block-video-corporativo a {
    width: 86%;
    padding: 5% 5% 2%;
  }

  .block-video-corporativo {
    margin-bottom: 0;
  }

  .formulario-contacto form .form-item textarea {}

  #fuster-contact-site-form .form-item.form-type-checkbox.form-item-privacy-1 {
    margin-left: 0;
  }

  #fuster-contact-site-form .captcha.form-wrapper legend {
    width: 100% !important;
    float: left;
    text-align: left;
  }

  #fuster-contact-site-form .captcha.form-wrapper img {
    padding: 0;
  }

  #fuster-contact-site-form .captcha.form-wrapper .reload-captcha-wrapper a {
    margin: 0;
  }

  #fuster-contact-site-form .form-item .description {
    padding-left: 0;
  }
}

@media (max-width: 312px) {
  .header-top {
    height: 260px;
  }
}

@media (max-width: 194px) {
  .header-top {
    height: 280px;
  }
}

@media (max-width: 157px) {
  .header-top {
    height: 300px;
  }
}

.fuster-icon-buscar,
.fuster-icon-info,
.fuster-icon-mail,
.fuster-icon-phone,
.fuster-icon-whatsapp,
.fuster-icon-attention,
.fuster-icon-list-d,
.fuster-icon-list-t,
.fuster-icon-cookie,
.fuster-icon-lista {
  max-width: 100%;
  background-size: 100%;
  background: url(../../assets/images/fuster-icon-sprites.png) no-repeat;
}

.fuster-icon-buscar {
  background-position: 0 0;
  background-size: 90%;
  margin-right: 10px;
  margin-top: 5px;
}

.fuster-icon-info {
  background-position: 0 17.586207%;
  background-size: 90%;
  margin-right: 10px;
  margin-top: 2px;
}

.fuster-icon-mail {
  background-position: 0 34%;
  background-size: 125%;
}

.fuster-icon-phone {
  background-position: 0 47.666667%;
  background-size: 125%;
}

.fuster-icon-whatsapp {
  background-position: 0 61.333333%;
  background-size: 125%;
}

.fuster-icon-attention {
  background-position: 0 75%;
  background-size: 200%;
}

.fuster-icon-list-d {
  background-position: 0 83.125%;
  background-size: 250%;
}

.fuster-icon-list-t {
  background-position: 0 89.6875%;
  background-size: 250%;
}

.fuster-icon-cookie {
  background-position: 0 95.061728%;
  background-size: 312.5%;
}

.fuster-icon-lista {
  background-position: 0 100%;
  background-size: 500%;
}

#maintenance-page #header {
  display: none;
}

#maintenance-page #main {
  width: 100%;
  height: 100%;
}

#maintenance-page #content {
  width: 296px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #efefef;
}

#maintenance-page #logo {
  background: #000;
  padding: 45px;
}

#maintenance-page #logo img {
  width: 150px;
  display: block;
  margin: auto;
}

#maintenance-page #logo h1 {
  font-size: 15px;
  text-align: center;
  color: #fff;
  margin-top: 45px;
  text-transform: uppercase;
}

#maintenance-page #mensaje {
  background: #e9af31;
  padding: 20px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
}

input#edit-privacy1-1--2,
input#edit-privacy1-1 {
  display: none !important;
}

.form-item.form-type-checkbox.form-item-privacy1-1 {
  font-weight: 200 !important;
  line-height: 16px !important;
  font-size: 12px !important;
  color: #555 !important;
  text-align: justify !important;
}

p.contact-text {
  color: #666 !important;
  text-align: justify !important;
  padding-right: 40px;
  padding-left: 40px;
}

.logos-rrss-header {
  margin-bottom: -9px;
  height: 45px;
  text-align: right;
  margin-right: 20px;
}

.inp::placeholder {
  color: #929292;
}





.lateralSearch #block-block-1 form .form-item {
  width: 100% !important;
  margin: 0px 0;
  height: 30px;
}

.lateralSearch #block-block-1 form .form-item label {
  padding: 0px;
  margin-top: 4px;
}

.lateralSearch #block-block-1 form .form-item input,
.lateralSearch #block-block-1 form .form-item select {
  width: 100% !important;
  float: left;
  text-align: left;
  margin-bottom: 4px !important;
  margin-top: 6px !important;
}

.btonsearchlateral {
  background-color: #000 !important;
  color: #fff !important;
  padding-right: 12px !important;
  padding-left: 12px !important;
  padding-bottom: 5px !important;
  padding-top: 6px !important;
  width: 90px;
}

.lateralSearch #block-block-1 form .form-submit {
  margin: 6px 0 20px !important;
}

.lateralSearch #fuster-buscador {
  margin-top: 15px;
}

#seccion_lateral #fuster-buscador2 {
  margin-top: 35px;
}

@media (max-width: 768px) {
  .lateralSearch #block-block-1 form .form-item {
    height: 65px;
  }

  #seccion_lateral #block-block-1 form#fuster-buscador2 {
    overflow: inherit;
    min-height: 255px;
  }

  #seccion_lateral #fuster-buscador2 {
    padding-bottom: 5px !important;
    margin-top: 16px;
  }
}

.formulario-horizontal form div .form-item select {
  margin-top: 0px;
  border-radius: 0px;
  width: 180px;
  height: 31px;
  background-color: #fff;
}

#fuster-buscador2 {
  margin-top: 35px;
}

select:disabled {
  opacity: 0.5 !important;
}


.btnbuscar {
  background-color: #000 !important;
  color: #fff !important;
  padding-right: 12px !important;
  padding-left: 12px !important;
  padding-bottom: 6px !important;
  padding-top: 5px !important;
}

#fuster-buscador3 p {
  font-size: 13px;
  font-weight: 600;
  padding: 5px 0;
  letter-spacing: -0.025em;
  line-height: 14px;
  margin-top: 2px;
}

#fuster-buscador3 .form-item input,
#fuster-buscador3 .form-item select {
  font-family: "Open Sans", sans-serif;
  width: 286px;
  padding: 5px;
  border: 1px solid #b9b9b9;
}

.form-text {
  margin-top: 0 !important;
  font-size: .875em;
  color: #6c757d;
}

#fuster-buscador3 .form-submit {
  float: left;
  font-family: "Open Sans", sans-serif;
  border: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btnbuscar {
  background-color: #000 !important;
  color: #fff !important;
  padding-right: 12px !important;
  padding-left: 12px !important;
  padding-bottom: 6px !important;
  padding-top: 5px !important;
  border: 0px;
}

.btnbuscarContact {
  background-color: #000 !important;
  color: #fff !important;
  padding-right: 44px !important;
  padding-left: 44px !important;
  padding-bottom: 9px !important;
  padding-top: 8px !important;
  border: 0px;
}

#fuster-contact-site-form .form-submit {
  border: 0px;
}

#fuster-contact-site-form .form-submit:hover {
  color: #edbf5b !important;
  border: 0px;
}

.marcaform {
  display: flex;
  margin-bottom: 48px;
}





/* DETALLES DEL PRODUCTO CSS */

h3.sub-titulo {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  padding-bottom: 5px;
  color: #141213;
  border-bottom: 1px solid #141213;
  margin: 20px 0
}

.despiece {
  clear: both;
  float: none;
  margin-bottom: 20px
}

.despiece p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  color: #e9b02d;
  border-bottom: 1px solid #e9b02d;
  display: inline
}

.conjunto-despiece img {
  width: auto;
  height: auto
}

.conjunto-despiece p {
  font-size: 13px;
  line-height: 18px;
  color: #e9af32;
  text-decoration: none;
  margin: 10px 0;
  display: inline;
  font-weight: 600;
  border-bottom: 1px solid #e9af32
}

.listado-despiece {
  margin-top: 20px
}

.despiece-listado .view.view-buscador-oems .views-row {
  overflow: auto;
  border-bottom: none;
  padding: 10px 0;
  border-top: 1px solid #141213
}

.hotspot-demo {
  width: 100%
}

.hotspot-demo-1 {
  position: relative;
  margin: 5% auto
}

.spots {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.dot-active .spot {
  background-color: #141213;
  z-index: 100
}

.spot {
  position: absolute;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 16px;
  background-color: #e9af32;
  margin: 0px
}

.spot-small {
  position: absolute;
  text-align: center;
  line-height: 20px;
  font-size: 10px;
  text-decoration: none;
  font-weight: 400;
  color: #fff;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 16px;
  background-color: #e9af32;
  margin: 5px
}

.spot-extra-small {
  position: absolute;
  text-align: center;
  line-height: 16px;
  margin: 7px;
  font-size: 10px;
  text-decoration: none;
  font-weight: 400;
  color: #fff;
  width: 16px;
  height: 16px;
  border: none;
  border-radius: 16px;
  background-color: #e9af32
}

div.line {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  height: 2px;
  background: red;
  opacity: 1;
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  -sand-transition: -sand-transform 1s;
  transition: transform 1s
}

div.line:hover {
  background: #c30;
  box-shadow: 0 0 8px #c30;
  opacity: 1
}

div.line.active {
  background: #666;
  box-shadow: 0 0 8px #666;
  opacity: 1
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../../assets/fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('../../assets/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../../assets/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../../assets/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../../assets/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../../assets/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: 400;
  font-style: normal
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-fw {
  width: 1.28571429em;
  text-align: center
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none
}

.fa-ul>li {
  position: relative
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center
}

.fa-li.fa-lg {
  left: -1.85714286em
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em
}

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

.fa.fa-pull-left {
  margin-right: .3em
}

.fa.fa-pull-right {
  margin-left: .3em
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.fa.pull-left {
  margin-right: .3em
}

.fa.pull-right {
  margin-left: .3em
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-glass:before {
  content: "\f000"
}

.fa-music:before {
  content: "\f001"
}

.fa-search:before {
  content: "\f002"
}

.fa-envelope-o:before {
  content: "\f003"
}

.fa-heart:before {
  content: "\f004"
}

.fa-star:before {
  content: "\f005"
}

.fa-star-o:before {
  content: "\f006"
}

.fa-user:before {
  content: "\f007"
}

.fa-film:before {
  content: "\f008"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-check:before {
  content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-signal:before {
  content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013"
}

.fa-trash-o:before {
  content: "\f014"
}

.fa-home:before {
  content: "\f015"
}

.fa-file-o:before {
  content: "\f016"
}

.fa-clock-o:before {
  content: "\f017"
}

.fa-road:before {
  content: "\f018"
}

.fa-download:before {
  content: "\f019"
}

.fa-arrow-circle-o-down:before {
  content: "\f01a"
}

.fa-arrow-circle-o-up:before {
  content: "\f01b"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-play-circle-o:before {
  content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"
}

.fa-refresh:before {
  content: "\f021"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-lock:before {
  content: "\f023"
}

.fa-flag:before {
  content: "\f024"
}

.fa-headphones:before {
  content: "\f025"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-print:before {
  content: "\f02f"
}

.fa-camera:before {
  content: "\f030"
}

.fa-font:before {
  content: "\f031"
}

.fa-bold:before {
  content: "\f032"
}

.fa-italic:before {
  content: "\f033"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-list:before {
  content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-video-camera:before {
  content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"
}

.fa-pencil:before {
  content: "\f040"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-tint:before {
  content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"
}

.fa-share-square-o:before {
  content: "\f045"
}

.fa-check-square-o:before {
  content: "\f046"
}

.fa-arrows:before {
  content: "\f047"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-play:before {
  content: "\f04b"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-eject:before {
  content: "\f052"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-times-circle-o:before {
  content: "\f05c"
}

.fa-check-circle-o:before {
  content: "\f05d"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"
}

.fa-expand:before {
  content: "\f065"
}

.fa-compress:before {
  content: "\f066"
}

.fa-plus:before {
  content: "\f067"
}

.fa-minus:before {
  content: "\f068"
}

.fa-asterisk:before {
  content: "\f069"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"
}

.fa-plane:before {
  content: "\f072"
}

.fa-calendar:before {
  content: "\f073"
}

.fa-random:before {
  content: "\f074"
}

.fa-comment:before {
  content: "\f075"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-arrows-v:before {
  content: "\f07d"
}

.fa-arrows-h:before {
  content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"
}

.fa-twitter-square:before {
  content: "\f081"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-camera-retro:before {
  content: "\f083"
}

.fa-key:before {
  content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"
}

.fa-comments:before {
  content: "\f086"
}

.fa-thumbs-o-up:before {
  content: "\f087"
}

.fa-thumbs-o-down:before {
  content: "\f088"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-heart-o:before {
  content: "\f08a"
}

.fa-sign-out:before {
  content: "\f08b"
}

.fa-linkedin-square:before {
  content: "\f08c"
}

.fa-thumb-tack:before {
  content: "\f08d"
}

.fa-external-link:before {
  content: "\f08e"
}

.fa-sign-in:before {
  content: "\f090"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-upload:before {
  content: "\f093"
}

.fa-lemon-o:before {
  content: "\f094"
}

.fa-phone:before {
  content: "\f095"
}

.fa-square-o:before {
  content: "\f096"
}

.fa-bookmark-o:before {
  content: "\f097"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"
}

.fa-github:before {
  content: "\f09b"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"
}

.fa-hdd-o:before {
  content: "\f0a0"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-bell:before {
  content: "\f0f3"
}

.fa-certificate:before {
  content: "\f0a3"
}

.fa-hand-o-right:before {
  content: "\f0a4"
}

.fa-hand-o-left:before {
  content: "\f0a5"
}

.fa-hand-o-up:before {
  content: "\f0a6"
}

.fa-hand-o-down:before {
  content: "\f0a7"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-strikethrough:before {
  content: "\f0cc"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-truck:before {
  content: "\f0d1"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-google-plus:before {
  content: "\f0d5"
}

.fa-money:before {
  content: "\f0d6"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-linkedin:before {
  content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"
}

.fa-comment-o:before {
  content: "\f0e5"
}

.fa-comments-o:before {
  content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"
}

.fa-lightbulb-o:before {
  content: "\f0eb"
}

.fa-exchange:before {
  content: "\f0ec"
}

.fa-cloud-download:before {
  content: "\f0ed"
}

.fa-cloud-upload:before {
  content: "\f0ee"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-stethoscope:before {
  content: "\f0f1"
}

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-bell-o:before {
  content: "\f0a2"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-cutlery:before {
  content: "\f0f5"
}

.fa-file-text-o:before {
  content: "\f0f6"
}

.fa-building-o:before {
  content: "\f0f7"
}

.fa-hospital-o:before {
  content: "\f0f8"
}

.fa-ambulance:before {
  content: "\f0f9"
}

.fa-medkit:before {
  content: "\f0fa"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

.fa-beer:before {
  content: "\f0fc"
}

.fa-h-square:before {
  content: "\f0fd"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-desktop:before {
  content: "\f108"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-tablet:before {
  content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"
}

.fa-circle-o:before {
  content: "\f10c"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-circle:before {
  content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-folder-o:before {
  content: "\f114"
}

.fa-folder-open-o:before {
  content: "\f115"
}

.fa-smile-o:before {
  content: "\f118"
}

.fa-frown-o:before {
  content: "\f119"
}

.fa-meh-o:before {
  content: "\f11a"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-keyboard-o:before {
  content: "\f11c"
}

.fa-flag-o:before {
  content: "\f11d"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-code:before {
  content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-crop:before {
  content: "\f125"
}

.fa-code-fork:before {
  content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"
}

.fa-question:before {
  content: "\f128"
}

.fa-info:before {
  content: "\f129"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

.fa-microphone:before {
  content: "\f130"
}

.fa-microphone-slash:before {
  content: "\f131"
}

.fa-shield:before {
  content: "\f132"
}

.fa-calendar-o:before {
  content: "\f133"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-rocket:before {
  content: "\f135"
}

.fa-maxcdn:before {
  content: "\f136"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-rss-square:before {
  content: "\f143"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-ticket:before {
  content: "\f145"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-minus-square-o:before {
  content: "\f147"
}

.fa-level-up:before {
  content: "\f148"
}

.fa-level-down:before {
  content: "\f149"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-pencil-square:before {
  content: "\f14b"
}

.fa-external-link-square:before {
  content: "\f14c"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153"
}

.fa-gbp:before {
  content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"
}

.fa-won:before,
.fa-krw:before {
  content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-text:before {
  content: "\f15c"
}

.fa-sort-alpha-asc:before {
  content: "\f15d"
}

.fa-sort-alpha-desc:before {
  content: "\f15e"
}

.fa-sort-amount-asc:before {
  content: "\f160"
}

.fa-sort-amount-desc:before {
  content: "\f161"
}

.fa-sort-numeric-asc:before {
  content: "\f162"
}

.fa-sort-numeric-desc:before {
  content: "\f163"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-youtube-square:before {
  content: "\f166"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-youtube-play:before {
  content: "\f16a"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-adn:before {
  content: "\f170"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-bitbucket-square:before {
  content: "\f172"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-long-arrow-down:before {
  content: "\f175"
}

.fa-long-arrow-up:before {
  content: "\f176"
}

.fa-long-arrow-left:before {
  content: "\f177"
}

.fa-long-arrow-right:before {
  content: "\f178"
}

.fa-apple:before {
  content: "\f179"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-android:before {
  content: "\f17b"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-trello:before {
  content: "\f181"
}

.fa-female:before {
  content: "\f182"
}

.fa-male:before {
  content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"
}

.fa-sun-o:before {
  content: "\f185"
}

.fa-moon-o:before {
  content: "\f186"
}

.fa-archive:before {
  content: "\f187"
}

.fa-bug:before {
  content: "\f188"
}

.fa-vk:before {
  content: "\f189"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-arrow-circle-o-right:before {
  content: "\f18e"
}

.fa-arrow-circle-o-left:before {
  content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"
}

.fa-dot-circle-o:before {
  content: "\f192"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"
}

.fa-plus-square-o:before {
  content: "\f196"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-slack:before {
  content: "\f198"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"
}

.fa-yahoo:before {
  content: "\f19e"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-pied-piper:before {
  content: "\f1a7"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-joomla:before {
  content: "\f1aa"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-fax:before {
  content: "\f1ac"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-child:before {
  content: "\f1ae"
}

.fa-paw:before {
  content: "\f1b0"
}

.fa-spoon:before {
  content: "\f1b1"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-spotify:before {
  content: "\f1bc"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-file-pdf-o:before {
  content: "\f1c1"
}

.fa-file-word-o:before {
  content: "\f1c2"
}

.fa-file-excel-o:before {
  content: "\f1c3"
}

.fa-file-powerpoint-o:before {
  content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"
}

.fa-file-code-o:before {
  content: "\f1c9"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"
}

.fa-circle-o-notch:before {
  content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"
}

.fa-history:before {
  content: "\f1da"
}

.fa-circle-thin:before {
  content: "\f1db"
}

.fa-header:before {
  content: "\f1dc"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-sliders:before {
  content: "\f1de"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-binoculars:before {
  content: "\f1e5"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-newspaper-o:before {
  content: "\f1ea"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bell-slash-o:before {
  content: "\f1f7"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-eyedropper:before {
  content: "\f1fb"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-birthday-cake:before {
  content: "\f1fd"
}

.fa-area-chart:before {
  content: "\f1fe"
}

.fa-pie-chart:before {
  content: "\f200"
}

.fa-line-chart:before {
  content: "\f201"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-lastfm-square:before {
  content: "\f203"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-bus:before {
  content: "\f207"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-cc:before {
  content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"
}

.fa-meanpath:before {
  content: "\f20c"
}

.fa-buysellads:before {
  content: "\f20d"
}

.fa-connectdevelop:before {
  content: "\f20e"
}

.fa-dashcube:before {
  content: "\f210"
}

.fa-forumbee:before {
  content: "\f211"
}

.fa-leanpub:before {
  content: "\f212"
}

.fa-sellsy:before {
  content: "\f213"
}

.fa-shirtsinbulk:before {
  content: "\f214"
}

.fa-simplybuilt:before {
  content: "\f215"
}

.fa-skyatlas:before {
  content: "\f216"
}

.fa-cart-plus:before {
  content: "\f217"
}

.fa-cart-arrow-down:before {
  content: "\f218"
}

.fa-diamond:before {
  content: "\f219"
}

.fa-ship:before {
  content: "\f21a"
}

.fa-user-secret:before {
  content: "\f21b"
}

.fa-motorcycle:before {
  content: "\f21c"
}

.fa-street-view:before {
  content: "\f21d"
}

.fa-heartbeat:before {
  content: "\f21e"
}

.fa-venus:before {
  content: "\f221"
}

.fa-mars:before {
  content: "\f222"
}

.fa-mercury:before {
  content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"
}

.fa-transgender-alt:before {
  content: "\f225"
}

.fa-venus-double:before {
  content: "\f226"
}

.fa-mars-double:before {
  content: "\f227"
}

.fa-venus-mars:before {
  content: "\f228"
}

.fa-mars-stroke:before {
  content: "\f229"
}

.fa-mars-stroke-v:before {
  content: "\f22a"
}

.fa-mars-stroke-h:before {
  content: "\f22b"
}

.fa-neuter:before {
  content: "\f22c"
}

.fa-genderless:before {
  content: "\f22d"
}

.fa-facebook-official:before {
  content: "\f230"
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-whatsapp:before {
  content: "\f232"
}

.fa-server:before {
  content: "\f233"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-user-times:before {
  content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"
}

.fa-viacoin:before {
  content: "\f237"
}

.fa-train:before {
  content: "\f238"
}

.fa-subway:before {
  content: "\f239"
}

.fa-medium:before {
  content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"
}

.fa-optin-monster:before {
  content: "\f23c"
}

.fa-opencart:before {
  content: "\f23d"
}

.fa-expeditedssl:before {
  content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"
}

.fa-mouse-pointer:before {
  content: "\f245"
}

.fa-i-cursor:before {
  content: "\f246"
}

.fa-object-group:before {
  content: "\f247"
}

.fa-object-ungroup:before {
  content: "\f248"
}

.fa-sticky-note:before {
  content: "\f249"
}

.fa-sticky-note-o:before {
  content: "\f24a"
}

.fa-cc-jcb:before {
  content: "\f24b"
}

.fa-cc-diners-club:before {
  content: "\f24c"
}

.fa-clone:before {
  content: "\f24d"
}

.fa-balance-scale:before {
  content: "\f24e"
}

.fa-hourglass-o:before {
  content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"
}

.fa-hourglass:before {
  content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"
}

.fa-hand-scissors-o:before {
  content: "\f257"
}

.fa-hand-lizard-o:before {
  content: "\f258"
}

.fa-hand-spock-o:before {
  content: "\f259"
}

.fa-hand-pointer-o:before {
  content: "\f25a"
}

.fa-hand-peace-o:before {
  content: "\f25b"
}

.fa-trademark:before {
  content: "\f25c"
}

.fa-registered:before {
  content: "\f25d"
}

.fa-creative-commons:before {
  content: "\f25e"
}

.fa-gg:before {
  content: "\f260"
}

.fa-gg-circle:before {
  content: "\f261"
}

.fa-tripadvisor:before {
  content: "\f262"
}

.fa-odnoklassniki:before {
  content: "\f263"
}

.fa-odnoklassniki-square:before {
  content: "\f264"
}

.fa-get-pocket:before {
  content: "\f265"
}

.fa-wikipedia-w:before {
  content: "\f266"
}

.fa-safari:before {
  content: "\f267"
}

.fa-chrome:before {
  content: "\f268"
}

.fa-firefox:before {
  content: "\f269"
}

.fa-opera:before {
  content: "\f26a"
}

.fa-internet-explorer:before {
  content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c"
}

.fa-contao:before {
  content: "\f26d"
}

.fa-500px:before {
  content: "\f26e"
}

.fa-amazon:before {
  content: "\f270"
}

.fa-calendar-plus-o:before {
  content: "\f271"
}

.fa-calendar-minus-o:before {
  content: "\f272"
}

.fa-calendar-times-o:before {
  content: "\f273"
}

.fa-calendar-check-o:before {
  content: "\f274"
}

.fa-industry:before {
  content: "\f275"
}

.fa-map-pin:before {
  content: "\f276"
}

.fa-map-signs:before {
  content: "\f277"
}

.fa-map-o:before {
  content: "\f278"
}

.fa-map:before {
  content: "\f279"
}

.fa-commenting:before {
  content: "\f27a"
}

.fa-commenting-o:before {
  content: "\f27b"
}

.fa-houzz:before {
  content: "\f27c"
}

.fa-vimeo:before {
  content: "\f27d"
}

.fa-black-tie:before {
  content: "\f27e"
}

.fa-fonticons:before {
  content: "\f280"
}

html,
body {
  -webkit-text-size-adjust: 100% !important
}

.ficha-foto {
  width: 23%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
  margin-right: 2%
}

.ficha-foto a {
  display: block
}

.ficha-foto img {
  /* width: 250px;
  height: auto;
  margin: 10px 0;
  padding: 0; */
  width: 100%;
  height: auto;
  margin: 0px 0;
  padding: 0 0 10px
}

.ficha-foto ul {
  padding: 10px 0 0;
  margin: 0;
  overflow: auto
}

.ficha-foto ul li {
  float: left;
  width: 30%;
  height: 80px;
  margin: 0 6.33% 4.5%
}

.ficha-foto ul li a {
  display: block
}

.ficha-foto ul li a img {
  width: 100%;
  height: auto
}

.ficha-info {
  width: 75%;
  float: left;
  margin-bottom: 20px;
  overflow: hidden
}

.ficha-info .field-label {
  width: 25%;
  float: left;
  text-align: right;
  margin-right: 2%
}

.ficha-info .field-label span {
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  color: #141213;
  padding: 3px 0;
  display: block
}

.ficha-info .field-items {
  width: 70%;
  float: left
}

.ficha-info .field {
  margin: 8px 0;
  overflow: hidden
}

.ficha-info .field-items .field-item p {
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: #141213;
  padding: 3px 0
}

.ficha-info .field-items .field-item a {
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  color: #141213;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.ficha-info .field-items .field-item a:hover {
  border-bottom: 1px solid #141213;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.ficha-oem {
  padding: 20px 10px;
  margin: 5px 0;
  background-color: #efefef;
  border-radius: 4px;
  background: #efefef url('http://www.fusterrepuestos.local/assets/images/esquina.gif') top right no-repeat;
}

.ficha-info .ficha-oem .field-items .field-item span {
  font-size: 13px
}

.ficha-info .ficha-oem .field-items .field-item a {
  color: #141213;
  border-bottom: 1px solid #efefef
}

.ficha-info .ficha-oem .field-items .field-item a:hover {
  border-bottom: 1px solid #141213
}

.ficha-oem .field-items .field-item ul {
  padding-top: 1px;
  max-height: 350px;
  padding-bottom: 3px
}

.ficha-oem .field-items .field-item ul li {
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: #141213;
  float: left;
  padding: 1px 10px;
  list-style: none;
  background: url(../../assets/images/ico-arrow-yellow.png) no-repeat left top
}

.ficha-oem .field-items .field-item ul li.nombre-serie {
  font-weight: 700;
  padding: 1px 10px 1px 0;
  list-style: none;
  background: 0 0;
  text-decoration: underline;
  clear: both;
  float: none
}

.ficha-oem .field-items .field-item ul li.nombre-serie-activo {
  font-weight: 700;
  background-color: #edbf5b;
  float: none
}

.ficha-info .field.field-name-field-taxonomia .field-items {
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: #141213;
  padding: 3px 0
}

.solicitar-boton p {
  font-size: 13px;
  line-height: 41px;
  font-weight: 400
}

.solicitar-boton p img {
  height: 25px;
  width: 25px;
  border: 1px solid #141213;
  float: left;
  padding: 7px;
  border-radius: 50%;
  margin-right: 10px
}

.listadoIdent {
  margin-top: -10px;
  margin-bottom: 28px;
  display: flow-root;
  background-color: #d2d2d2;
}

.solicitar-boton p span {

  font-size: 13px;
  line-height: 41px;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.solicitar-boton p span:hover {
  border-bottom: 1px solid #141213;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.solicitar-formulario {
  margin: 20px 0;
  display: none;
  background: #e8e8e8;
  width: 100%
}

.solicitar-formulario h4 {
  font-weight: 700;
  line-height: 18px;
  font-size: 14px;
  background-color: #d2d2d2;
  padding: 10px 15px
}

.solicitar-formulario br {
  display: none
}

.solicitar-formulario .contact-form {
  padding: 20px 0
}

.solicitar-formulario .contact-form .form-item {
  overflow: auto
}

.solicitar-formulario .contact-form .form-item label {
  width: 30%;
  margin-right: 2%;
  float: left;
  text-align: right;
  font-size: 13px;
  line-height: 25px;
  font-weight: 600;
  color: #141213
}

.solicitar-formulario .contact-form .form-item input,
.solicitar-formulario .contact-form .form-item textarea {
  width: 50%;
  float: left;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  background: #fff;
  border: none;
  height: 15px;
  padding: 5px;
  font-size: 13px;
  line-height: 15px
}

.solicitar-formulario .contact-form .form-item textarea {
  height: 100px
}

.solicitar-formulario form .form-submit {
  margin-left: 210px;
  padding: 0;
  border: none;
  color: #141213;
  font-family: 'Open Sans', sans-serif;
  border-bottom: 1px solid #141213;
  background-color: #e8e8e8;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  cursor: pointer
}

.consulta-rss {
  clear: both;
  width: 100%;
  position: relative;
  border-top: 1px solid #141213;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.consultar-boton {
  margin: 15px 0
}

.consultar-boton p {
  font-size: 13px;
  line-height: 29px;
  font-weight: 400
}

.consultar-boton p span {
  font-size: 13px;
  line-height: 29px;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.consultar-boton p span:hover {
  border-bottom: 1px solid #141213;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.consultar-boton p img {
  height: 25px;
  width: 25px;
  border: 1px solid #141213;
  float: left;
  padding: 2px;
  border-radius: 50%;
  margin-right: 10px
}

.consultar-formulario {
  margin: 20px 0;
  display: none;
  background: #e8e8e8;
  width: 100%
}

.consultar-formulario h4 {
  font-weight: 700;
  line-height: 18px;
  font-size: 14px;
  background-color: #d2d2d2;
  padding: 10px 15px
}

.consultar-formulario br {
  display: none
}

.consultar-formulario .contact-form,
.consultar-formulario #fuster-producto-info-form,
.solicitar-formulario #fuster-producto-info-order-form {
  padding: 20px 0
}

.consultar-formulario .contact-form .form-item,
.consultar-formulario #fuster-producto-info-form .form-item,
.solicitar-formulario #fuster-producto-info-order-form .form-item {
  overflow: auto
}

.captcha.form-wrapper {
  overflow: auto;
  border: none;
  padding: 0;
  margin: 0
}

.captcha.form-wrapper legend {
  width: 190px;
  margin-right: 10px;
  float: left;
  text-align: right;
  font-size: 13px;
  line-height: 25px;
  font-weight: 600;
  color: #141213;
  height: 54px;
  padding: 0
}

.captcha.form-wrapper .fieldset-description {
  width: auto;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  height: 54px;
  padding-right: 10px
}

.captcha.form-wrapper img {
  padding: 10px 0 10px 200px
}

.captcha.form-wrapper .reload-captcha-wrapper a {
  margin-left: 200px;
  padding: 0;
  border: none;
  color: #141213;
  font-family: 'Open Sans', sans-serif;
  background-color: #e8e8e8;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400
}

.solicitar-formulario .captcha.form-wrapper legend {
  width: 190px;
  margin-right: 10px
}

.solicitar-formulario .captcha.form-wrapper img {
  padding: 10px 0 10px 200px
}

.solicitar-formulario .captcha.form-wrapper .reload-captcha-wrapper a {
  margin-left: 200px
}

.solicitar-formulario .form-item .description {
  padding-left: 200px;
  padding-right: 35px
}

.consultar-formulario .contact-form .form-item label,
.consultar-formulario #fuster-producto-info-form .form-item label,
.solicitar-formulario #fuster-producto-info-order-form .form-item label {
  width: 190px;
  margin-right: 10px;
  float: left;
  text-align: right;
  font-size: 13px;
  line-height: 25px;
  font-weight: 600;
  color: #141213
}

.consultar-formulario .form-item .description {
  padding-left: 200px
}

.solicitar-formulario #fuster-producto-info-order-form .form-item label {
  width: 190px;
  margin-right: 10px;
  float: left;
  text-align: right;
  font-size: 13px;
  line-height: 25px;
  font-weight: 600;
  color: #141213
}

.consultar-formulario .contact-form .form-item input,
.consultar-formulario .contact-form .form-item textarea,
.consultar-formulario #fuster-producto-info-form .form-item input,
.consultar-formulario #fuster-producto-info-form .form-item textarea {
  width: 260px;
  float: left;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  background: #fff;
  border: none;
  height: 27px;
  padding: 5px;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 15px;
}

.solicitar-formulario #fuster-producto-info-order-form .form-item input,
.solicitar-formulario #fuster-producto-info-order-form .form-item textarea,
.solicitar-formulario #fuster-producto-info-order-form .form-item select {
  width: 245px;
  float: left;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  background: #fff;
  border: none;
  height: 15px;
  padding: 5px;
  font-size: 13px;
  line-height: 15px
}

.grippie {
  display: none
}

.consultar-formulario .contact-form .form-item textarea,
.consultar-formulario #fuster-producto-info-form .form-item textarea {
  height: 100px;
  width: 260px
}

.solicitar-formulario #fuster-producto-info-order-form .form-item textarea {
  height: 100px;
  width: 255px
}

.solicitar-formulario #fuster-producto-info-order-form .form-item select {
  height: 25px;
  padding: 0 5px;
  width: 255px
}

.consultar-formulario form .form-submit,
.solicitar-formulario form .form-submit {
  margin-left: 200px;
  padding: 0;
  border: none;
  color: #141213;
  font-family: 'Open Sans', sans-serif;
  border-bottom: 1px solid #141213;
  background-color: #e8e8e8;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  cursor: pointer
}

.consultar-formulario form .form-submit:hover,
form .form-submit:hover {
  color: #e9b02d;
  border-bottom: 1px solid #e9b02d;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.social-botones a.print-icon img {
  height: 20px;
  width: 20px;
  border: 1px solid #141213;
  float: left;
  padding: 5px;
  border-radius: 50%
}

.social-botones img.compartir-icon {
  height: 32px;
  width: auto;
  float: left;
  padding: 6px 5px;
  border-radius: 50%;
  cursor: pointer
}

.embrague-position-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  overflow-x: auto;
}

.contenido-embrague a {
  text-decoration: none;
  color: #333;
  text-align: center
}

.contenido-embrague a:hover {
  text-decoration: none;
  color: #333
}

.embragues.small-only {
  display: none !important
}

.embragues.large-only {
  display: flex !important
}

.ficha-embrague {
  clear: both;
  margin-top: 20px;
  width: 100%
}

.ficha-embrague h3 {
  border-bottom: 1px solid #ccc
}

table.embragues {
  width: 100%;
  font-size: .75rem;
  border-spacing: 1px;
  background-color: #fff;
  border-bottom: 1px solid #ccc
}

table.embragues tbody {
  border: none;
  width: 100%
}

table.embragues th {
  border: 0
}

table.embragues tr {
  display: contents
}

table.embragues tr td {
  float: left;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  width: 100%;
  border-bottom-width: 0px !important;

}

table.embragues tr td .parte-embrague {
  width: 140px;
  margin: 1%;
}

table.embragues tr td .parte-embrague .contenido-embrague {
  width: 100%;
  padding: 20px 0
}

table.embragues tr td .parte-embrague .contenido-embrague img {
  max-height: 85px;
  width: auto
}

table.embragues tr td p {
  margin: 5px 0
}

table.embragues tr td p.refer {
  font-weight: 700
}

table.embragues tr td span {
  font-weight: 700;
  margin-top: 5px
}

table.embragues tr td p.refer a {
  text-decoration: none;
  color: #151214
}

table.embragues tr td p.refer a:hover {
  text-decoration: underline
}

table.embragues tr td ul li {
  list-style: none
}

.dibujo-tecnico {
  width: 100%;
  text-align: center;
  height: auto
}

.dibujo-tecnico img {
  width: 30%
}

@media (max-width:800px) {
  table.embragues tr td .contenido-embrague {
    width: 48%
  }

  table.embragues tr td .contenido-embrague {
    border: 0 !important
  }
}

#autocomplete {
  border: 1px solid;
  overflow: hidden;
  position: absolute;
  z-index: 100
}

#autocomplete ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0
}

#autocomplete li {
  background: #fff;
  color: #000;
  cursor: default;
  white-space: pre;
  zoom: 1
}

html.js input.form-autocomplete {
  background-image: url(../../assets/images/throbber-inactive.png);
  background-position: 100% center;
  background-repeat: no-repeat
}

html.js input.throbbing {
  background-image: url(../../assets/images/throbber-active.gif);
  background-position: 100% center
}

html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  height: 1em
}

html.js fieldset.collapsed .fieldset-wrapper {
  display: none
}

fieldset.collapsible {
  position: relative
}

fieldset.collapsible .fieldset-legend {
  display: block
}

.form-textarea-wrapper textarea {
  display: block;
  margin: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.resizable-textarea .grippie {
  background: #eee url(../../assets/images/grippie.png) no-repeat center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
  height: 9px;
  overflow: hidden
}

body.drag {
  cursor: move
}

.draggable a.tabledrag-handle {
  cursor: move;
  float: left;
  height: 1.7em;
  margin-left: -1em;
  overflow: hidden;
  text-decoration: none
}

a.tabledrag-handle:hover {
  text-decoration: none
}

a.tabledrag-handle .handle {
  background: url(../../assets/images/draggable.png) no-repeat 6px 9px;
  height: 13px;
  margin: -.4em .5em;
  padding: .42em .5em;
  width: 13px
}

a.tabledrag-handle-hover .handle {
  background-position: 6px -11px
}

div.indentation {
  float: left;
  height: 1.7em;
  margin: -.4em .2em -.4em -.4em;
  padding: .42em 0 .42em .6em;
  width: 20px
}

div.tree-child {
  background: url(../../assets/images/tree.png) no-repeat 11px center
}

div.tree-child-last {
  background: url(../../assets/images/tree-bottom.png) no-repeat 11px center
}

div.tree-child-horizontal {
  background: url(../../assets/images/tree.png) no-repeat -11px center
}

.tabledrag-toggle-weight-wrapper {
  text-align: right
}

table.sticky-header {
  background-color: #fff;
  margin-top: 0
}

.progress .bar {
  background-color: #fff;
  border: 1px solid
}

.progress .filled {
  background-color: #000;
  height: 1.5em;
  width: 5px
}

.progress .percentage {
  float: right
}

.ajax-progress {
  display: inline-block
}

.ajax-progress .throbber {
  background: transparent url(../../assets/images/throbber-active.gif) no-repeat 0px center;
  float: left;
  height: 15px;
  margin: 2px;
  width: 15px
}

.ajax-progress .message {
  padding-left: 20px
}

tr .ajax-progress .throbber {
  margin: 0 2px
}

.ajax-progress-bar {
  width: 16em
}

.container-inline div,
.container-inline label {
  display: inline
}

.container-inline .fieldset-wrapper {
  display: block
}

.nowrap {
  white-space: nowrap
}

html.js .js-hide {
  display: none
}

.element-hidden {
  display: none
}

.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px
}

.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

* html .clearfix {
  height: 1%
}

*:first-child+html .clearfix {
  min-height: 1%
}

div.messages {
  background-position: 8px 8px;
  background-repeat: no-repeat;
  border: 1px solid;
  margin: 6px 0;
  padding: 10px 10px 10px 50px
}

div.status {
  background-image: url(../../assets/images/message-24-ok.png);
  border-color: #be7
}

div.status,
.ok {
  color: #234600
}

div.status,
table tr.ok {
  background-color: #f8fff0
}

div.warning {
  background-image: url(../../assets/images/message-24-warning.png);
  border-color: #ed5
}

div.warning,
.warning {
  color: #840
}

div.warning,
table tr.warning {
  background-color: #fffce5
}

div.error {
  background-image: url(../../assets/images/message-24-error.png);
  border-color: #ed541d
}

div.error,
.error {
  color: #8c2e0b
}

div.error,
table tr.error {
  background-color: #fef5f1
}

div.error p.error {
  color: #333
}

div.messages ul {
  margin: 0 0 0 1em;
  padding: 0
}

div.messages ul li {
  list-style-image: none
}

fieldset {
  margin-bottom: 1em;
  padding: .5em
}

form {
  margin: 0;
  padding: 0
}

hr {
  border: 1px solid gray;
  height: 1px
}

img {
  border: 0
}

table {
  border-collapse: collapse
}

th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  text-align: left
}

tbody {
  border-top: 1px solid #ccc
}

tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: .1em .6em
}

th.active img {
  display: inline
}

td.active {
  background-color: #ddd
}

.item-list .title {
  font-weight: 700
}

.item-list ul {
  margin: 0 0 .75em;
  padding: 0
}

.item-list ul li {
  margin: 0 0 .25em 1.5em;
  padding: 0
}

tr.odd .form-item,
tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap
}

.form-item .description {
  font-size: .85em
}

label {
  display: block;
  font-weight: 700
}

label.option {
  display: inline;
  font-weight: 400
}

.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: .4em;
  margin-bottom: .4em
}

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em
}

input.form-checkbox,
input.form-radio {
  vertical-align: middle
}

.marker,
.form-required {
  color: red
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red
}

.container-inline .form-actions,
.container-inline.form-actions {
  margin-top: 0;
  margin-bottom: 0
}

.more-link {
  text-align: right
}

.more-help-link {
  text-align: right
}

.more-help-link a {
  background: url(../../assets/images/help.png) 0 50% no-repeat;
  padding: 1px 0 1px 20px
}

.item-list .pager {
  clear: both;
  text-align: center
}

.item-list .pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: .5em
}

.pager-current {
  font-weight: 700
}

#autocomplete li.selected {
  background: #0072b9;
  color: #fff
}

html.js fieldset.collapsible .fieldset-legend {
  background: url(../../assets/images/menu-expanded.png) 5px 65% no-repeat;
  padding-left: 15px
}

html.js fieldset.collapsed .fieldset-legend {
  background-image: url(../../assets/images/menu-collapsed.png);
  background-position: 5px 50%
}

.fieldset-legend span.summary {
  color: #999;
  font-size: .9em;
  margin-left: .5em
}

tr.drag {
  background-color: ivory
}

tr.drag-previous {
  background-color: #ffd
}

.tabledrag-toggle-weight {
  font-size: .9em
}

body div.tabledrag-changed-warning {
  margin-bottom: .5em
}

tr.selected td {
  background: #ffc
}

td.checkbox,
th.checkbox {
  text-align: center
}

.progress {
  font-weight: 700
}

.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 .2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px
}

.progress .filled {
  background: #0072b9 url(../../assets/images/progress.gif)
}

.marker,
.form-required {
  color: #e9b02d;
}

.formulario-contacto form .form-item input,
.formulario-contacto form .form-item textarea {
  float: left;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  background: #e8e8e8;
  border: none;
  height: 28px;
  padding: 5px;
  font-size: 13px;
  line-height: 15px;
}

.formulario-contacto form .form-item textarea {
  height: 150px;
}

.formulario-contacto form .form-item {
  overflow: auto;
  display: block;
  margin-bottom: 8px;
}

#edit-privacy1 {
  margin-top: 28px;
}

.btnFiltroProd {
  padding: 5px 14px;
  border-right: 1px solid white;
  width: auto;
  float: left;
  height: 32px;
  background-color: #d2d2d2;
  font-size: 14px;
  line-height: 22px;
  border-bottom: 1px solid #fff;
}

.btnFiltroProd:hover {
  background-color: #929292;
  cursor: pointer;
  color: #fff;
}

.btnFiltroProdAtv {
  background-color: #141213;
  color: #fff;
}

.loading {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 28px 25px;
  color: #b5b48b !important;
}

.ficha-general {
  /* border-bottom: 1px solid #c5c5c5; */
  padding-top: 0px;
  margin-top: -7px;
  padding-bottom: 25px;
}

.ficha-info .ficha-general .field-label span,
.ficha-info .ficha-general .field-items .field-item p {
  font-size: 14px;
}

.ficha-info .ficha-general .bloque-caracteristica {
  width: auto;
  float: left;
  font-size: 13px;
  margin-right: 5px;
  margin-top: 2px;
}

.ficha-info .ficha-general .bloque-caracteristica label {
  font-size: 13px;
  float: left;
  padding-right: 5px;
}


#block-block-1 form .chosen-container,
#block-block-1 form .select2-container {
  width: 100% !important;
  float: right;
  padding: 0;
  border: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  margin-top: 4px;
  margin-bottom: 6px;
}

.select2-container--default .select2-selection--single {
  border-radius: 0px !important;
  margin-top: 0px !important;
  border: 0 !important;
}

.select2-search--dropdown .select2-search__field {
  width: 95% !important;
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  border: 0;
}

.select2-container--default .select2-results__option--highlighted {
  background-color: #62625d !important;
}


#listadoProductosBusqueda h3.rotulo-marca,
#listadoAccesoriosBusqueda h3.rotulo-marca {
  clear: both;
  text-transform: uppercase;
  line-height: 18px;
  font-size: 14px;
  padding: 10px 30px;
  margin: 0 0 -6px;
  background: #d2d2d2 url(../../assets/images/list-t.png) no-repeat 16px/8px;
  font-weight: 700;
}

#listadoProductosBusqueda .views-row,
#listadoAccesoriosBusqueda .views-row {
  overflow: auto;
  border-bottom: 0px solid #ffffff;
  padding: 15px 0;
}

.listadoProductosBusquedaA h3.rotulo-marca,
.listadoProductosBusquedaA h3.rotulo-marca {
  clear: both;
  text-transform: uppercase;
  line-height: 18px;
  font-size: 14px;
  padding: 10px 30px;
  margin: 0 0 -6px;
  background: #d2d2d2 url(../../assets/images/list-t.png) no-repeat 16px/8px;
  font-weight: 700;
}

.listadoProductosBusquedaA .views-row,
.listadoProductosBusquedaA .views-row {
  overflow: auto;
  border-bottom: 0px solid #ffffff;
  padding: 15px 0;
}


#listadoProductosBusqueda .views-row {
  overflow: auto;
  border-bottom: 1px solid #d2d2d2;
  padding: 15px 0;
}

.msgErrMarc,
.msgErrProd {
  font-size: 12px;
  color: #b71616;
  display: none;
  margin-top: 34px;
}

.msgErrMarc2,
.msgErrProd2 {
  font-size: 12px;
  color: #b71616;
  display: none;
  margin-top: 20px;
  float: left;
  margin-left: 0px;
  margin-bottom: -20px;
}


#fuster-buscador-hor-1 .select2 {
  margin-top: 7px;
}

#fuster-buscador-hor-1 .btnbuscar {
  margin-top: 5px;
}

#fuster-buscador3 .select2-container {
  border: 1px solid #ddd;
  padding: 3px;
}

#fuster-buscador3 .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0px;
}

.css-treeview .group:hover label {
  color: #afafaf;
}

.css-treeview .group:hover span {
  background: transparent !important;
  border: 1px solid #e5e5e5;
}

.css-treeview .group:hover {
  cursor: pointer;
}

.css-treeview .group {
  display: flex;
  align-items: center;

}

.css-treeview {
  font-size: 13px;
}




div.status,
.ok {
  color: #289028 !important;
}

div.status,
table tr.ok {
  background-color: #f8fff0;
}

div.status {
  background-image: url(../../assets/images/message-24-ok.png);
  border-color: #be7;
}

div.messages {
  background-position: 8px 8px;
  background-repeat: no-repeat;
  border: 1px solid;
  margin: 6px 0;
  padding: 10px 10px 10px 50px;
}


/* The Modal (background) */
.modalA {
  display: none;
  position: fixed;
  z-index: 50;
  padding-top: 150px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000c;
}

/* Modal Content */
.modal-contentA {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 860px;
  max-width: 1200px;
}

/* The Close Button */
.closeA {
  color: white;
  position: absolute;
  top: 30px;
  right: 70px;
  font-size: 50px;
  font-weight: bold;
}

.closeA:hover,
.closeA:focus {
  color: #cccccc;
  text-decoration: none;
  cursor: pointer;
}

.js-data-modelo {
  height: 36px;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.prProductos {
  /* font-size: 16px;
  color: #F26440;
  margin-left: 6px;
  font-weight: 700; */
  color: #F26440;
  font-size: 13px;
  font-weight: 700;
  margin: 5px 0;
  line-height: 16px;
}

.inputPrecio {
  width: 58px;
  height: 28px;
  font-size: 14px;
  border: 0px;
  background-color: #E8E8E8;
  margin-left: 0px;
  margin-right: 12px;
  margin-top: 5px;
  color: #929292;
  text-align: center;
  font-weight: 600;
}

.addCarrito {
  background-color: #141213;
  color: #e9af31 !important;
  text-decoration: none;
  font-size: 13px;
  padding: 4.2px 24px;
}

.addCarrito:hover {
  background-color: #141213;
  color: #fff !important;
  text-decoration: none;
  font-size: 13px;
  padding: 4.2px 24px;
}


.cantLetter {
  font-size: 14px;
  color: #929292;
}

.acceso,
.carritoHeader,
.perfil {
  color: #E9AF31 !important;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none !important;
}

.acceso:hover,
.carritoHeader:hover,
.perfil:hover {
  color: #E9AF31 !important;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
}


.filters th:nth-child(1),
.filters th:nth-child(2),
.filters th:nth-child(3),
.filters th:last-child {
  width: 70px;
}

.dataTable th.sorting:nth-child(1),
.dataTable th.sorting:nth-child(2),
.dataTable th.sorting:nth-child(3),
.dataTable th.sorting:last-child {
  width: 70px;
}

table#accesorios-productos tr td.refer,
table#accesorios-productos tr td.image,
table#accesorios-productos tr td.precio,
table#accesorios-productos tr td.carrito {
  width: 70px;
}

.filters th:nth-child(3) {
  width: 48px;
}

table#accesorios-productos tr td.precio {
  width: 48px;
}

.dataTable th.sorting:nth-child(3) {
  width: 48px;
}


.dataTable th.sorting:last-child {
  width: 102px;
}

table.dataTable thead>tr>th.sorting:last-child::before,
table.dataTable thead>tr>th.sorting:last-child::after {
  /* display: none */
}

table#accesorios-productos tr td.carrito {
  width: 102px;
}

.filters th:last-child {
  width: 102px;
}

.dataTable th.sorting {
  width: 48px;
}

table#accesorios-productos tr td {
  width: 48px;
}

.filters th {
  width: 48px;
}

a.olvidado {
  color: #E9AF31;
  font-size: 13px;
  font-weight: 600;
}

a.olvidado:hover {
  color: #F26440;
}


.select2-container .select2-selection--multiple {
  min-height: 23px !important;
}



h3.bloque-marca {
  background: #d7d7d757 !important;
  color: #000;
}

h3.bloque-marca:hover {
  background: #afafaf57 !important;
  cursor: pointer;
  color: #000;
}

@media (max-width:760px) {
  .contEFormHori {
    display: flex !important;
    height: 150px !important;
    flex-direction: column !important;
  }

  .cont222 {
    height: 275px !important;
  }

  .contEFormHori button.btnbuscar {
    width: 150px !important;
    margin-left: 5px !important;
    margin-top: 46px !important;
  }

  #fuster-buscador2 {
    margin-top: 0px !important;
  }

  .formulario-horizontal form {
    margin-bottom: 0px !important;
  }

  #fuster-buscador2 div .form-submit {
    margin: 29px 0 0px 6px !important;
  }

  .js-data-modelo {
    position: absolute !important;
    height: 37px !important;
  }

  .contEFormHori form div .form-item select {}


  .contEFormHori span.select2,
  .contEFormHori .form-item select {
    width: 86% !important;
  }

  .formulario-horizontal form div .form-item {
    margin-top: 22px !important;
    width: 200px !important;
    height: auto !important;
    margin-bottom: 20px !important;
  }

  #fuster-buscador-hor-1 .btnbuscar {
    margin-top: 37px !important;
  }

  .select2-container .select2-selection--multiple {
    min-height: 32px !important;
  }


}

@media (min-width:761px) and (max-width:1299px) {

  .msgErrProd2 {
    position: absolute !important;
    margin-top: 57px !important;
    margin-left: 9px !important;
  }

  .msgErrMarc2 {
    position: absolute !important;
    margin-top: 57px !important;
    margin-left: 9px !important;
  }

  #fuster-buscador-hor-1 .btnbuscar {
    margin-top: 34px !important;
  }

  #fuster-buscador2 {
    margin-top: 18px !important;
  }
}


@media (min-width:950px) {
  .formulario-horizontal form div .form-item .select2-container {
    width: 183px !important;
  }
}


@media (min-width:1300px) {

  .msgErrProd2 {
    position: absolute;
    margin-top: 29px !important;
    margin-left: 81px !important;
  }

  .msgErrMarc2 {
    position: absolute;
    margin-top: 29px !important;
    margin-left: 347px !important;
  }
}

@media (max-width:526px) {
  h3.bloque-marca img.marcader {
    position: relative;
    top: -30px;
    float: left;
    left: -10px;
  }
}

.slick-slide img {
  display: block;
  transition: transform 0.4s;
  margin-bottom: 10px !important;
}

.slick-slide img:hover {
  transform: scale(1.12);
}

.select2-dropdown {
  background-color: #eee !important;
  border: 1px solid #d2d2d2 !important;
}


.ficha-info .field-label {
  margin-right: 1%;
  width: 145px;
}

.ficha-info .fl {
  margin-left: 9px;
}

@media (max-width: 750px) {
  .ficha-info .field {
    margin: 0px 0;
    overflow: hidden;
  }


  .ficha-info .fl {
    margin-left: 0px;
  }

  .ficha-info .field-label {
    margin-right: 1%;
    width: 100%;
    text-align: left;
  }

  .consulta-rss {
    clear: both;
    width: 100%;
    position: relative;
    border-top: 1px solid #141213;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }

  .consultar-formulario #fuster-producto-info-form .form-item label {
    width: 108px;
  }

  #fuster-producto-info-form .form-item.form-type-checkbox.form-item-privacy-1 {
    margin-left: 42px;
  }

  .consultar-formulario form .form-submit {
    margin-left: 42px;
  }

}



@media (max-width: 416px) {
  .consultar-formulario #fuster-producto-info-form .form-item {
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .consultar-formulario #fuster-producto-info-form .form-item label {
    width: 252px;
    text-align: left;
  }

  #fuster-producto-info-form .form-item.form-type-checkbox.form-item-privacy-1 {
    width: 100%;
    display: inherit;
  }
}


.spots {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#cartTable {
  width: 100%;
}

#cartTable tr {
  height: 60px;
  font-size: 14px;
  text-align: center;
}

#cartTable tbody {
  border: 0px;
}


#favTable {
  width: 100%;
}

#favTable tr {
  height: 60px;
  font-size: 14px;
  text-align: center;
}

#favTable tbody {
  border: 0px;
}

#headerTa {
  font-size: 14px;
  color: #828282;
  text-align: center;
}



.eliminarCarrito {
  color: #b69d19 !important;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.eliminarCarrito svg {
  width: 26px;
  fill: #b69d19;
  margin-right: 5px;
}

.eliminarCarrito:hover svg {
  width: 26px;
  fill: #000;
  margin-right: 5px;
}

.eliminarCarrito:hover {
  color: #000 !important;
  text-decoration: none;
}



.eliminarFav {
  color: #b69d19 !important;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.eliminarFav svg {
  width: 26px;
  fill: #b69d19;
  margin-right: 5px;
}

.eliminarFav:hover svg {
  width: 26px;
  fill: #000;
  margin-right: 5px;
}

.eliminarFav:hover {
  color: #000 !important;
  text-decoration: none;
}


.btntt {
  background-color: #141213;
  color: #e9af31 !important;
  text-decoration: none;
  font-size: 14px;
  padding: 4.2px 24px;
}

.aaCar {
  background-color: #4c4c4c;
  color: #fff !important;
}

.btncompra {
  min-width: 750px;
  border-top: 1px solid #ccc;
  margin-top: 25px;
  display: flex;
  height: 124px;
  justify-content: space-between;
  align-items: center;
}

.btncompra2 {
  min-width: 750px;
  border-top: 1px solid #ccc;
  margin-top: 25px;
  display: flex;
  height: 124px;
  justify-content: space-between;
  align-items: center;
}

.resuim {
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: end;
}

.altodefi {
  height: 220px;
}


@media (max-width: 700px) {
  .btncompra {
    border-top: 1px solid #ccc;
    margin-top: 25px;
    display: flex;
    height: 180px;
    justify-content: space-between;
    align-items: initial;
    flex-direction: column;
    padding-top: 15px;
  }

  .btncompra2 {
    border-top: 1px solid #ccc;
    margin-top: 25px;
    display: flex;
    height: 42px;
    justify-content: space-between;
    align-items: initial;
    flex-direction: column;
    padding-top: 15px;
  }

  .resuim {
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: baseline;
  }

  .altodefi {
    height: 478px;
  }

}

.anchdf {
  /* width: 65%; */
  width: 50%;
}



.mtp {
  margin-top: 22px;
}

@media (max-width: 520px) {
  .anchdf {
    width: 44%;
  }

  .altodefi {
    height: 500px;
  }

  .mtp {
    margin-top: 43px;
  }
}

.addFavorito:hover {
  cursor: pointer;
}


.bttt {
  align-items: end;
}

@media (max-width: 700px) {

  .bttt {
    align-items: flex-start;
  }

}


.prProductos {
  display: initial;
  margin-top: 6px;
  margin-bottom: -5px;
  margin-left: 0px;
}

.titulo-producto {
  display: inline-grid;
  width: 100%;
}


.imgPlanoAcc {
  width: 350px;
}

@media (max-width: 650px) {
  .imgPlanoAcc {
    width: 100%;
  }
}


@media (max-width: 650px) {
  .imgPlanoAcc {
    width: 100%;
  }
}

.tefalta {
  position: absolute;
  top: 275px;
  right: 130px;
  font-size: 34px;
  font-weight: 600;
  color: brown;
}

@media (max-width:575px) {
  .tefalta {
    top: 55.8%;
    right: 25%;
  }
}

@media (max-width:460px) {
  .tefalta {
    top: 54.5%;
    right: 24%;
  }
}

@media (max-width:420px) {
  .tefalta {
    top: 53.5%;
    right: 22%;
  }
}

@media (max-width:378px) {
  .tefalta {
    top: 53%;
    right: 22%;
    font-size: 31px;
  }
}

@media (max-width:330px) {
  .tefalta {
    top: 53%;
    right: 21%;
    font-size: 30px;
  }
}

@media (max-width:300px) {
  .tefalta {
    top: 51.5%;
    right: 19%;
    font-size: 30px;
  }
}
.modal {
  top: 90px !important;
}