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

#buscador-home {
  background: #323232;
  color: #fff;
}

.form1buscardorAcces,
.form2buscardorAcces {
  width: 400px !important;
}

.form1buscardorAcces .form-item-product,
.form2buscardorAcces .form-item-product {
  width: 264px !important;
}

.form2buscardorMarc .form-item-product {
  width: 340px !important;
}

.form2buscardorMarc input {
  max-width: 300px !important;
  width: 253px !important;
  height: 30px !important;
  background-color: white !important;
  border: 0px !important;
  font-size: 14px !important;
  color: #444 !important;
  line-height: 28px !important;
}

.form2buscardorMarc input::placeholder {
  max-width: 300px !important;
  width: 253px !important;
  height: 30px !important;
  background-color: white !important;
  border: 0px !important;
  font-size: 14px !important;
  color: #999 !important;
  line-height: 28px !important;
}

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

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

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

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

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

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

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

.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: 0px;
  padding-top: 0px;
}

.formulario-horizontal form.form2buscardorMarc div .form-item label {
  width: 20% !important;
}

.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 {
  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;

  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(../images/throbber-inactive.png);
  background-position: 100% center;
  background-repeat: no-repeat;
}

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

.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;

  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;
}

.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;
}

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

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

.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 {
  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;
}

@media (max-width: 1024px) {
  .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-submit {
    margin-left: 5px;
    margin-top: 25px;
  }

  .miniatura-filtrado {
    width: 35%;
  }

  .formulario-filtrado {
    width: 65%;
  }

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

@media (max-width: 767px) {
  .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;
  }
}

@media (max-width: 650px) {
  .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;
  }
}

@media (max-width: 550px) {
  .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;
  }

  .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;
  }

  .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;
  }

  .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;
  }
}

@media (max-width: 450px) {
  .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;
  }

  .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;
  }

  .formulario-filtrado {
    width: 100%;
  }

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

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

  .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;
  }
}

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

select:disabled {
  opacity: 0.5 !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 {
  width: 286px;
  padding: 5px;
  border: 1px solid #b9b9b9;
}

#fuster-buscador3 .form-submit {
  float: left;

  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;
  width: auto;
}

.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;
}

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0")
      format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"),
    url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"),
    url("../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: 0.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: 0.14285714em;
  text-align: center;
}

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

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.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);
}

.solicitar-boton p span {
  font-size: 13px;
  line-height: 41px;
  font-weight: 600;
  cursor: pointer;
  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;
}

.solicitar-boton p span: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;
}

.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 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;
}

.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 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.consultar-boton p span: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;
}

.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 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;
}

.consultar-formulario form .form-submit:hover,
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;
}

.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: 0.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(../images/throbber-inactive.png);
  background-position: 100% center;
  background-repeat: no-repeat;
}

html.js input.throbbing {
  background-image: url(../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(../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(../images/draggable.png) no-repeat 6px 9px;
  height: 13px;
  margin: -0.4em 0.5em;
  padding: 0.42em 0.5em;
  width: 13px;
}

a.tabledrag-handle-hover .handle {
  background-position: 6px -11px;
}

div.indentation {
  float: left;
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em;
  padding: 0.42em 0 0.42em 0.6em;
  width: 20px;
}

div.tree-child {
  background: url(../images/tree.png) no-repeat 11px center;
}

div.tree-child-last {
  background: url(../images/tree-bottom.png) no-repeat 11px center;
}

div.tree-child-horizontal {
  background: url(../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(../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(../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(../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(../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: 0.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: 0.1em 0.6em;
}

th.active img {
  display: inline;
}

td.active {
  background-color: #ddd;
}

.item-list .title {
  font-weight: 700;
}

.item-list ul {
  margin: 0 0 0.75em;
  padding: 0;
}

.item-list ul li {
  margin: 0 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: 0.85em;
}

label {
  display: block;
  font-weight: 700;
}

label.option {
  display: inline;
  font-weight: 400;
}

.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.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(../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: 0.5em;
}

.pager-current {
  font-weight: 700;
}

#autocomplete li.selected {
  background: #0072b9;
  color: #fff;
}

html.js fieldset.collapsible .fieldset-legend {
  background: url(../images/menu-expanded.png) 5px 65% no-repeat;
  padding-left: 15px;
}

html.js fieldset.collapsed .fieldset-legend {
  background-image: url(../images/menu-collapsed.png);
  background-position: 5px 50%;
}

.fieldset-legend span.summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

tr.drag {
  background-color: ivory;
}

tr.drag-previous {
  background-color: #ffd;
}

.tabledrag-toggle-weight {
  font-size: 0.9em;
}

body div.tabledrag-changed-warning {
  margin-bottom: 0.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 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.progress .filled {
  background: #0072b9 url(../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-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;
  height: auto;
  margin: 0px;
  padding: 4px !important;
  margin-bottom: 0px !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(../images/list-t.png) no-repeat 16px/8px;
  font-weight: 700;
}

.textWH input,
.textWH textarea,
.textWH select {
  color: #cfd1d3 !important;
}

.textWH option {
  color: #585858 !important;
}

#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(../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: 0px;
}

#fuster-buscador-hor-1 .btnbuscar {
  margin-top: 9px;
}

#fuster-buscador3 .select2-container {
  border: 1px solid #ddd;
  padding: 3px;
}

.btnbuscar2 {
  margin-top: 1px;
}

#fuster-buscador3
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-top: 0px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  width: auto;
}

.select2-container .select2-search--inline .select2-search__field {
  line-height: initial;
}

.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(../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 0.3s;
  opacity: 0.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;
  color: #929292;
  text-align: center;
  font-weight: 600;

  padding: 1px 1px !important;
  margin: 0px !important;
  margin-right: 2px !important;
  line-height: 26px !important;
}

.addCarrito {
  background-color: #141213;
  color: #ffebbc !important;
  text-decoration: none;
  font-size: 13px;
  padding: 2px 6px;
}

.addCarrito:hover {
  background-color: #141213;
  color: #fff !important;
  text-decoration: none;
  font-size: 13px;
  padding: 2px 6px;
}

.cantLetter {
  font-size: 14px;
  color: #929292;
}

.acceso,
.carritoHeader,
.perfil {
  color: var(--color-primary) !important;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none !important;
}

.acceso:hover,
.carritoHeader:hover,
.perfil:hover {
  color: var(--color-primary) !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: var(--color-primary);
  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 (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: 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: #fff !important;
  border: 1px solid #e9e9e9 !important;
}

.ficha-info .field-label {
  margin-right: 6px;
}
.field-name-field-descripcion-producto {
  /* display: flex; */
}
@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: var(--color-primary) !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%;
}

.formulario-horizontal form div .form-item .select2-container {
  border: 1px solid #a6a9a8;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  width: auto;
  line-height: unset;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  width: auto;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  border: 0px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  margin-bottom: 0px;
  line-height: 21px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__display {
  color: #444;
  line-height: 15px;
  font-size: 13px !important;
}

.select2-results__option {
  color: #444;
  font-size: 13px;
}

.masonryColumnBis {
  float: left;
  width: 428px;
}
#listadoCategorias {
  display: flex;
  justify-content: start;
}
.masonryColumnBis {
  margin-right: 8px;
  margin-left: 8px;
}

#listadoCategorias .content-area-start ul li a {
  float: left;
  display: block;
  /* max-width: 208px; */
  padding: 0px 0 0;
  text-decoration: none;
  font-size: 16px;
  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;
  text-align: initial;
}

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

#listadoCategorias .categoriaItem .content-area-start ul li span {
  margin: 0 5px;
  font-size: 13px;
  line-height: 30px;
  width: 34px;
  font-weight: 400;
  letter-spacing: -1px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  border: 1px solid var(--color-primary);
  background: transparent;
  color: var(--color-primary);
  margin-left: 10px;
}

#listadoCategorias .categoriaItem .content-area-start ul li::marker {
  color: var(--color-primary);
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
}

#listadoCategorias .categoriaItem .content-area-start ul li a:hover {
  -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;
}

#listadoCategorias .categoriaItem .content-area-start ul li {
  margin-top: 5px;
  margin-bottom: 5px;
}

#listadoCategorias .product-category:hover span,
#listadoCategorias .group:hover span {
  color: #fff !important;
  background: var(--color-primary) !important;
}

.breadcrumb {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.breadcrumb li {
  display: inline;
  margin-right: 5px;
  /* text-transform: lowercase; */
}

ul.menuCategorias .list {
  font-size: 14px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  height: auto;
  vertical-align: sub;
  clear: both;
}

ul.menuCategorias .list:before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  left: 1px;
  top: 3px;
  padding: 0px 0px;
  color: var(--color-primary);
}
ul.menuCategorias .list a {
  text-decoration: none;
  padding: 17px 0px 17px 45px;
  display: block;
  height: 100%;
  box-sizing: border-box;
}
ul.menuCategorias .list a:hover {
  transition: 300ms all;
}
ul.menuCategorias .list .items {
  height: 0px;
  overflow: hidden;
}
ul.menuCategorias .list .items a {
  padding: 17px;
}
ul.menuCategorias .list .items a:hover {
  transition: 300ms all;
}
ul.menuCategorias .list:last-child {
  border-bottom: none;
}

ul.menuCategorias li {
  cursor: pointer;
}

ul.menuCategorias li:hover {
  color: var(--color-primary);
}

ul.menuCategorias .active:before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  left: 1px;
  top: 3px;
  padding: 0px 0px;
  color: var(--color-primary);
}
ul.menuCategorias .active > .items {
  height: auto;
  clear: both;
  width: 100%;
}
ul.menuCategorias .active > .items li {
  padding: 0px;
}

ul.menuCategorias .active > .items li a {
  margin-top: 6px;
}

ul.menuCategorias .active > .items li:last-child {
  border-color: transparent;
  padding-bottom: 0px;
}
ul.menuCategorias .active > .items .active > .items {
}
ul.menuCategorias .active > a {
  text-transform: uppercase;
  font-weight: bold;
}
ul.menuCategorias .active .list {
}
ul.menuCategorias .active .list a {
  padding: 17px 0px 17px 45px;
}

.itemProducto {
  padding: 8px;
  border: 1px solid #dbdbdb;
  height: 100%;
  padding-bottom: 14px;
  padding-top: 10px;
  display: flex;
  min-height: 298px;
}

.itemProductoA {
  padding: 8px;
  border: 1px solid #dbdbdb;
  height: 100%;
  padding-bottom: 14px;
  padding-top: 10px;
  display: flex;
  min-height: 245px;
}

.itemProducto .titulo-producto {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.itemProducto .titulo-producto a {
  line-height: 20px;
  font-size: 18px;
  padding: 0px 0 1px;
  text-decoration: none;
  color: #151213;
  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;
  margin-bottom: 7px;
}

.itemProducto .referencia-producto {
  font-size: 13px;
  font-weight: 700;
  margin: 5px 0;
  line-height: 16px;
  color: #696969;
  margin-top: 0px;
  margin-bottom: 3px;
}

.itemProducto .field-item {
  display: inline-table;
  color: #151213;
}

.itemProducto .bloque-caracteristica span.tuberia {
  font-weight: 700;
  color: var(--color-primary);
  margin-left: 5px;
}

.itemProducto .bloque-caracteristica label {
  font-size: 12px;
  float: left;
  padding-right: 5px;
  display: block;
  font-weight: 700;
}

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

.itemProducto .titulo-producto {
  margin: 0px;
  margin-bottom: 0px;
}

.itemProducto img {
  width: 100%;
  padding: 5px;
  min-width: 128px;
  height: auto;
  max-width: 128px;
  max-height: 164px;
}

.itemProducto .bloque_detalle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 15px;
  height: 100%;
}

.itemProducto .bloque-imagen {
  display: flex;
  align-items: center;
}

.areaBtnAddInp {
  margin-left: 12px;
  display: flex;
  align-items: center;
}

.addFavorito {
  background-color: white;
  border: 1px solid #ccc;
  padding: 1px 4px;
}

.addFavorito:hover {
  background-color: var(--color-primary);
}
.addFavorito svg {
  width: 21px;
  height: 21px;
  fill: var(--color-primary);
}

.addFavorito:hover svg {
  fill: #fff;
  cursor: pointer;
}

.bloque-oem {
  margin-top: 0px;
  width: 100%;
  text-align: left;
  background: #efefef6e;
  padding: 6px;
  margin-bottom: 10px;
  min-height: 60px;
  border-radius: 6px;
  overflow-y: auto;
  max-height: 60px;
}

.producto-oems {
  padding: 0;
  font-size: 13px;
  line-height: 18px;
  overflow: auto;
  width: auto;
}
.producto-oems strong {
  float: left;
  padding-left: 0.15em;
  color: #151213;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 4px;
}

.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(../newImages/ico-arrow-yellow.png) no-repeat left top;
  float: left;
  margin-right: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 13px;
  background-position-y: -2px;
  line-height: 16px;
}

.despiece .producto-oems ul li {
  padding: 0 4px 0 10px;
  list-style: none;
  background: url(../newImages/ico-arrow-yellow.png) no-repeat left center;
  float: left;
  margin-right: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 13px;
  background-position-y: 4px;
  line-height: 16px;
}

.producto-oems ul {
  margin: 0px;
}

.contenedorBread {
  display: flex;
  margin-bottom: 6px;
  padding-top: 12px;
  justify-content: space-between;
  align-items: center;
}

.cambioVista:hover {
  color: var(--color-primary);
}

.vistaLista {
  align-items: center;
  height: 100% !important;
  min-height: 160px;
}

.pad7 {
  padding: 7px;
}

.pad0 {
  padding: 0px;
}

.etiqueta {
  margin-left: 6px;
  margin-right: 6px;
  border: 1px solid #a2a2a2;
  border-radius: 15px;
  margin-bottom: 4px;
}

.etiqueta:hover {
  color: var(--color-primary);
  cursor: pointer;
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 4px;
}

.btnFiltroProdAtv {
  background-color: #000;
  color: #fff !important;
  border-radius: 15px;
}

.seccion-familia-producto {
  font-size: 11px;
  line-height: 15px;
  color: #151213;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

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

.seccion-familia-producto a {
  color: #e9af32;
  font-size: 11px;
  line-height: 15px;
  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;
}

.bloque-caracteristica {
  width: auto;
  float: left;
  font-size: 13px;
  margin-right: 5px;
  margin-top: 2px;
  display: flex;
}

.bloque-caracteristica label {
  margin-right: 4px;
}

.bloque-caracteristica .tuberia {
  margin-left: 4px;
}

.ficha-info .field-label {
  width: 25%;
  float: left;
  text-align: right;
  margin-right: 2%;
}

.ficha-info .field-label span {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 2px;
  font-weight: 600;
  padding: 3px 0;
  display: block;
}

.ficha-info .field {
  margin: 2px 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 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.ficha-info .field-items .field-item 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;
}

.ficha-oem {
  padding: 20px 10px;
  margin: 24px 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;
  line-height: 14px;
}

.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 {
  margin: 0px;
  padding: 0px;
  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: #56595b;
  float: left;
  padding: 1px 10px;
  list-style: none;
  background: url("../newImages/ico-arrow-yellow.png") no-repeat left center;
  margin: 0px;
}

.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-label {
  float: none;
  text-align: left;
}

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

.ficha-info .field-items {
  width: 70%;
  float: left;
}

.ficha-info .field-label2 {
  /* margin-right: 1%;
  width: 160px; */
  margin-right: 0;
  width: 127px;
}

.field-name-field-marca-tractor {
  margin-bottom: 15px !important;
}

.field-name-field-modelo-tractor,
.field-name-field-ref-oem {
  margin-bottom: 15px !important;
}

.field-name-field-marca-tractor .field-label,
.field-name-field-modelo-tractor .field-label,
.field-name-field-ref-oem .field-label {
  color: #d97a3b;
}

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;
}

.ficha-info .field-label {
  margin-right: 1%;
  width: 160px;
}

.hotspot-demo-1 {
  position: relative;
  margin: 5% auto;
}
.hotspot-demo {
  width: 100%;
}
.despiece {
  clear: both;
  float: none;
  margin-bottom: 20px;
}
.spots {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.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: var(--color-primary);
  margin: 0px;
}
.despiece p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  color: #898989;
  border-bottom: 1px solid #737372;
  display: inline;
}
.lineas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.raya {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ficha-embrague {
  clear: both;
  margin-top: 20px;
  width: 100%;
}

select {
  font-size: var(--font-size-b2);
  font-weight: 400;
  height: auto;
  line-height: 28px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  border: 1px solid #a5a5a5 !important;
  padding: 15px 10px !important;
  margin-bottom: 9px !important;
  margin-top: 5px !important;
}

.checkbox {
  width: 16px !important;
  border: 1px solid black !important;
  height: 16px !important;
  opacity: 1 !important;
  position: initial !important;
  padding: 0px !important;
  margin: 0px !important;
}

#example_length label {
  align-items: baseline;
}

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 {
  font-size: 12px;
  border-spacing: 1px;
}

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;
  line-height: 12px;
  padding-top: 10px;
  padding-bottom: 0px;
}

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

table#accesorios-productos th.bloque-filtro span select.rellenado {
  background: url(https://www.repuestosfuster.com/assets/images/list-d-white.png)
    no-repeat 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: 25px;
  border: 1px solid #efefef;
  border-bottom: 1px solid #888;
}

table#accesorios-productos tr th {
  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 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; */
}

.leyendacotas {
  width: 192px;
  min-width: 135px;
  margin: 0px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.leyendafiltros{
  margin: 0px;
  margin-top: 2px;
  margin-bottom: 2px;
}

#leyendas {
  display: flex;
  justify-content: space-between;
  margin-top: 65px;
  margin-bottom: 19px !important;
  flex-direction: column;
  border: 1px solid #c1c1c1;
  padding-top: 10px;
  padding-right: 10px;padding-bottom: 10px;
}

#leyendas li{
  color: #878788;
  font-size: 14px;
  line-height: 17px;
  width: 100%;
}

.StripeElement {
  background-color: white;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.single-team-nine .thumbnail img {
  transition: 0.3s;
  max-height: 134px !important;
  margin-bottom: 16px;
  max-width: 130px !important;
  height: 134px !important;
  width: auto;
}

.tituloSeccD {
  font-weight: bold;
  text-decoration: underline;
  color: #595656;
  font-size: 18px;
}
.pgral {
  margin-bottom: 10px;
}
.txtDestacado {
  font-weight: bold;
}

/* NEW CSS CB */
#buscador-home .rts-btn.btn-primary::after {
  background: #aeaeae !important;
}

.visualizadores {
  margin-bottom: 6px;
  padding-top: 12px;
  justify-content: space-around;
  align-items: center;
  font-size: 18px;
  width: 66px;
  display: flex;
}










.categoriaItem{padding: 5px;}

.buscarByProdMarcMod, .buscarByNoRef{
  font-size: 14px !important;
  padding: 8px 20px !important;
  text-transform: initial !important;
  font-weight: 600 !important;
  max-height: 28px !important;
  line-height: 10px !important;
}

@media (max-width: 770px) {
  .contEFormHori span.select2,
  .contEFormHori .form-item select {
    width: 300px !important;
  }
}


@media (min-width: 767px) and (max-width: 991px) {
  #listadoCategorias {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
  }

  .masonryColumnBis {
    float: left;
    width: 335px;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .single-team-nine .inner-content a .title {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 20px !important;
  }

  #listadoCategorias {
    display: flex;
    justify-content: center !important;
    flex-wrap: inherit;
    flex-direction: column;
    align-items: center;
  }
}



@media (min-width: 1200px) and (max-width: 1399px) {
  #buscador-home .inner .one-four {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }

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

  .formulario-horizontal form div .form-item label {
    text-align: left;
    width: auto;margin-top: 8px;
  }

  .formulario-horizontal form div .form-item {
    width: 290px;
  }

  .formulario-horizontal form div .form-item select{
    width: 208px;
  }

  .formulario-horizontal form div .form-item select {
    margin-top: 0px !important;
    border-radius: 0px;
    width: 80%;
    height: 31px;
    background-color: #c7c3c3;
    float: left;
    margin-left: 13px;
  }

}



@media (min-width: 700px) and (max-width: 1200px) {
 
  .formulario-horizontal form div .form-item label {
    text-align: left;
    width: auto;margin-top: 8px;
  }

  .formulario-horizontal form div .form-item {
    width: 290px;
  }

  .formulario-horizontal form div .form-item select{
    width: 208px;
  }

  .formulario-horizontal form div .form-item select {
    margin-top: 0px !important;
    border-radius: 0px;
    width: 135px;
    height: 31px;
    background-color: #c7c3c3;
    float: left;
    margin-left: 13px;
  }

  .cont222{
    display: flex;
  flex-direction: initial;
  }
}

@media only screen and (max-width: 1200px) {
  #buscador-home .inner .one-four {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }

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

  .formulario-horizontal form div .form-item select{margin-left: 10px;}
}

@media only screen and (max-width: 1024px) {
  #menu-btn {
    display: block !important; 
  }
}

@media (min-width: 771px) and (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}


@media (max-width: 890px) {
  .contEFormHori {
    display: flex !important;
    height: 124px !important;
    flex-direction: column !important;
  }

  .masonryColumnBis {
    float: left;
    width: 96%;
  }

  .cont222 {
    height: 236px !important;
  }

  .buscarByProdMarcMod {
    margin-top: 28px;
  }
  .buscarByNoRef {
    margin-top: 5px;
  }

  .contEFormHori button.btnbuscar {
    width: 150px !important;
    margin-left: 5px !important;
    margin-top: 46px !important;
  }

  .breadcrumb li {
    line-height: 20px;
    margin-bottom: 0px;
  }

  /* ADELREY NEW CB */
  .contenedorDetalles {
    flex-direction: column;
  }

  .contenedorSuperior {
    margin-bottom: 10px;
  }

  .contenedorMedio {
    margin-bottom: 14px;
  }

  #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 {
  }

  .formulario-horizontal form div .form-item {
    margin-top: 18px !important;
    width: 200px !important;
    height: 49px;
    margin-bottom: 0px !important;
    margin-left: 0px;
  }

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

  .select2-container .select2-selection--multiple {
    min-height: 32px !important;
  }
}

@media only screen and (max-width: 460px) {
  .masonryColumnBis {
    float: left;
    width: 96%;
  }
}

@media only screen and (max-width: 450px) {
  .formulario-horizontal form div .form-item .chosen-container.chosen-container-multi, .formulario-horizontal form div .form-item .select2-container{
    margin-left: 0px;
  }
  .formulario-horizontal form div .form-item select{
    margin-left: 0px;
  }
}


@media (min-width: 767px) {
  .formulario-horizontal form div .form-item .select2-container {
    width: 183px !important;
  }
}

@media (min-width: 451px) and (max-width: 699px) {
  .formulario-horizontal form div .form-item label {
    width: 34% !important;
    text-align: left !important;
  }
}

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


/* -- */

.btnCatalogoArea {
  background-color: white;
  color: #787878;
  padding: 4px 12px;
  border: 1px solid #1010103b;
  font-size: 14px;
}

.btnCatalogoArea:hover {
  padding: 4px 12px;
  border: 1px solid #515151;
  background-color: #515151;
  font-size: 14px;
  color: #fff;
}

.activeCatalogo {
  background-color: #323232;
  color: #fff;
}


.about-eight-content-main-wrapper p{
  margin: 0 0 14px !important;
}


.banner-eight-start{
  height: 500px;
  padding-top: 60px !important;
}

@media (max-width: 767px) {
  .banner-eight-start{
    height: 360px !important;
    padding-top: 60px !important;
  }
}


@media (max-width: 500px) {
  .banner-eight-start{
    height: 360px !important;
    padding-top: 35px !important;
  }
}

.about-eight-content-main-wrapper .title-area h2.title {
  line-height: 58px;
}

.cart_item .product-thumbnail img{
  max-width: 290px !important;
  max-height: 140px !important;
  width: auto !important;
}

.ms-single-product__content .shop_table td, .ms-woocommerce-cart-form-wrapper .shop_table td {
  padding: 5px !important;
}


/*  */



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

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

table#accesorios-productos tr td.image img {
  max-width: 86%;
}

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

table#accesorios-productos tr td.carrito {
  width: 270px;
  max-width: 270px;
}

table#accesorios-productos th.bloque-filtro span select{
  width: 74px;
}