body {
  font-family: 'Roboto', sans-serif;
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 16px;
  opacity: 1 !important;
}
.myloader {
  background-color: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: none;
}
img {
  max-width: 100%;
  display: inline-block;
}
a,
a:hover {
  text-decoration: none;
  color: inherit;
}
.touppercase {
  text-transform: uppercase;
}
.img100 {
  width: 100%;
}
.parsley-errors-list {
  list-style: none;
  color: #F00;
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
}
.parsley-errors-list * {
  padding: 0;
  margin: 0;
}
.parsley-error {
  border: 2px solid #f00 !important;
}
.parsley-custom-error-message {
  color: #fff;
  background-color: #F00;
}
.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.yellow {
  color: #f0b400;
}
.yellow2 {
  color: #fbaa23;
}
.bggray {
  background: #f6f6f6;
}
.btnyellow {
  background: #f0b400;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  font-weight: bold;
  color: #000;
  padding: 0.5rem 1.5rem;
  font-family: 'PresicavRg';
}
.btnyellow2 {
  background: #f0b400;
  display: block;
  font-weight: bold;
  color: #000;
  padding: 0.5rem 1.5rem;
  text-align: center;
  font-family: 'PresicavRg';
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
  background-color: #f0b400;
  border-color: #f0b400;
  font-family: 'PresicavRg';
}
.btcart {
  background: #fbaa23;
  color: #fff;
  display: inline-block;
  padding: 0.4rem 1rem;
  font-weight: bold;
  margin: auto;
  border: 0;
}
.h2yellow {
  background: #f0b400;
  text-transform: uppercase;
  padding: 0.2rem 0;
}
button {
  background: #f0b400;
  font-weight: bold;
  color: #000;
  padding: 0.5rem 1.5rem;
  border: 0;
}
.page-item.active .page-link {
  background-color: #f0b400;
  border-color: #f0b400;
  color: #000;
}
.page-link {
  color: #000;
}
.form-switch {
  transform: scale(1.5);
}
.form-check-input {
  background-color: #333;
  border-color: #333;
}
.form-check-input:checked {
  background-color: #f0b400;
  border-color: #f0b400;
}
.card-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
h1,
h2,
h3,
h5 {
  font-family: 'PresicavHv';
}
.form-group {
  margin-bottom: 1rem;
}
header .goback {
  color: #000 !important;
  opacity: 0.7 !important;
}
header .bg-light {
  border-bottom: 3px solid #000;
  width: 100%;
  background-color: #f0b400 !important;
}
header .navbar-nav {
  background-color: #f0b400 !important;
  min-height: 100vh;
  padding-top: 3vh;
}
header .navbar-nav .nav-item {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background-color: #FFF !important;
  padding: 0 20px;
  margin: 15px 0;
}
header .navbar-nav .nav-item.encurso {
  background-color: #F00 !important;
  font-size: 1.3em;
}
header .navbar-nav .nav-item.encurso .nav-link {
  color: #FFF !important;
}
header .navbar-nav .nav-item.inactive {
  opacity: .4;
  filter: grayscale(100%);
}
header .navbar-nav .nav-item.logout {
  background-color: #222 !important;
}
header .navbar-nav .nav-item.logout .nav-link {
  color: #FFF !important;
}
header .navbar-nav .nav-link {
  color: #000;
  font-weight: bold;
}
header .navbar-nav .nav-link i {
  color: #f0b400;
  font-size: 1.4em;
}
header .navbar-nav .nav-link .float-end {
  margin-top: 3px;
}
article {
  position: relative;
}
.body_login h1 {
  font-size: 2rem;
}
.pormedida {
  background-color: #f0b400;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 2rem 1.4rem;
}
.card {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.body_texto .attext ul {
  list-style: none;
  padding: 0;
}
.body_texto .attext li {
  padding-left: 1.3em;
}
.body_texto .attext li:before {
  content: "\f105";
  /* FontAwesome Unicode */
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  margin-left: -1.3em;
  /* same as padding-left set on li */
  width: 1.3em;
  /* same as padding-left set on li */
  color: #f0b400;
}
.body_login {
  background-color: #f0b400;
}
.body_login #frmLogin {
  background-color: #FFF;
  padding: 1rem;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.body_llantas .text-remate,
.body_llanta .text-remate,
.body_productos .text-remate,
.body_producto .text-remate,
.body_autopartes .text-remate {
  text-align: center;
  background-color: #ff9c00;
  padding: 1rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.body_llantas .text-remate p,
.body_llanta .text-remate p,
.body_productos .text-remate p,
.body_producto .text-remate p,
.body_autopartes .text-remate p {
  margin: 0;
}
.body_llantas .remate,
.body_llanta .remate,
.body_productos .remate,
.body_producto .remate,
.body_autopartes .remate {
  position: absolute;
  top: 1%;
  right: 0;
}
.body_llantas .remate img,
.body_llanta .remate img,
.body_productos .remate img,
.body_producto .remate img,
.body_autopartes .remate img {
  width: 90px;
}
.body_llantas .remate .discount,
.body_llanta .remate .discount,
.body_productos .remate .discount,
.body_producto .remate .discount,
.body_autopartes .remate .discount {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3em;
  font-weight: bolder;
  white-space: nowrap;
  letter-spacing: -0.05em;
  margin-left: -0.1em;
}
.body_llantas .remate .discount span,
.body_llanta .remate .discount span,
.body_productos .remate .discount span,
.body_producto .remate .discount span,
.body_autopartes .remate .discount span {
  font-size: .5em;
  position: absolute;
  top: .3rem;
  right: -0.7em;
}
.body_llantas .liquidacion,
.body_llanta .liquidacion,
.body_productos .liquidacion,
.body_producto .liquidacion,
.body_autopartes .liquidacion {
  position: absolute;
  bottom: 1%;
  left: 0;
  width: 100%;
}
.body_llantas .liquidacion img,
.body_llanta .liquidacion img,
.body_productos .liquidacion img,
.body_producto .liquidacion img,
.body_autopartes .liquidacion img {
  width: 100%;
}
.body_llantas .coll,
.body_llanta .coll,
.body_productos .coll,
.body_producto .coll,
.body_autopartes .coll {
  background-color: #f6f6f6;
  position: sticky;
}
.body_llantas .coll .pad,
.body_llanta .coll .pad,
.body_productos .coll .pad,
.body_producto .coll .pad,
.body_autopartes .coll .pad {
  padding: 1rem 1.5rem;
}
.body_llantas .coll .pad p,
.body_llanta .coll .pad p,
.body_productos .coll .pad p,
.body_producto .coll .pad p,
.body_autopartes .coll .pad p {
  font-size: 0.7rem;
}
.body_llantas .coll h2,
.body_llanta .coll h2,
.body_productos .coll h2,
.body_producto .coll h2,
.body_autopartes .coll h2 {
  background: #000;
  color: #FFF;
  font-size: 1rem;
  text-align: center;
  padding: 0.5rem 0;
}
.body_llantas .coll .asesoria .z2,
.body_llanta .coll .asesoria .z2,
.body_productos .coll .asesoria .z2,
.body_producto .coll .asesoria .z2,
.body_autopartes .coll .asesoria .z2 {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  margin-right: 0.5rem;
  font-size: .9em;
}
.body_llantas .coll .asesoria .z2 > div,
.body_llanta .coll .asesoria .z2 > div,
.body_productos .coll .asesoria .z2 > div,
.body_producto .coll .asesoria .z2 > div,
.body_autopartes .coll .asesoria .z2 > div {
  display: inline-block;
  vertical-align: middle;
}
.body_llantas .coll .asesoria .z2 .ico,
.body_llanta .coll .asesoria .z2 .ico,
.body_productos .coll .asesoria .z2 .ico,
.body_producto .coll .asesoria .z2 .ico,
.body_autopartes .coll .asesoria .z2 .ico {
  background: #fbaa23;
  color: #000;
  padding: 0.65rem 0.75rem;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  margin: 0.7rem 0;
  display: inline-block;
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.body_llantas .coll .asesoria .z2 strong,
.body_llanta .coll .asesoria .z2 strong,
.body_productos .coll .asesoria .z2 strong,
.body_producto .coll .asesoria .z2 strong,
.body_autopartes .coll .asesoria .z2 strong {
  display: block;
}
.body_llantas .divfiltro,
.body_llanta .divfiltro,
.body_productos .divfiltro,
.body_producto .divfiltro,
.body_autopartes .divfiltro {
  display: none;
}
.body_llantas .divfiltro label,
.body_llanta .divfiltro label,
.body_productos .divfiltro label,
.body_producto .divfiltro label,
.body_autopartes .divfiltro label {
  display: block;
}
.body_llantas .filtrarpor,
.body_llanta .filtrarpor,
.body_productos .filtrarpor,
.body_producto .filtrarpor,
.body_autopartes .filtrarpor {
  color: #000;
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 0.5rem 0;
}
.body_llantas h1,
.body_llanta h1,
.body_productos h1,
.body_producto h1,
.body_autopartes h1 {
  font-size: 1.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid #000;
}
.body_llantas .imgmarca,
.body_llanta .imgmarca,
.body_productos .imgmarca,
.body_producto .imgmarca,
.body_autopartes .imgmarca {
  float: right;
  margin-top: -10px;
}
.body_llantas .cabex,
.body_llanta .cabex,
.body_productos .cabex,
.body_producto .cabex,
.body_autopartes .cabex {
  padding: 0.5rem 0 1.5rem 0;
}
.body_llantas .pxh,
.body_llanta .pxh,
.body_productos .pxh,
.body_producto .pxh,
.body_autopartes .pxh {
  border-bottom: 1px solid #f0b400;
  background: #f6f6f6;
  padding: 0;
  margin-bottom: 1rem;
}
.body_llantas .pxh .reco,
.body_llanta .pxh .reco,
.body_productos .pxh .reco,
.body_producto .pxh .reco,
.body_autopartes .pxh .reco {
  background: #000;
  padding: .2rem 1rem;
  color: #FFF;
  font-size: 0.8rem;
  font-weight: bold;
}
.body_llantas .pxh .ubicaciones,
.body_llanta .pxh .ubicaciones,
.body_productos .pxh .ubicaciones,
.body_producto .pxh .ubicaciones,
.body_autopartes .pxh .ubicaciones {
  color: #85051f;
  font-weight: bold;
  font-size: 1.1rem;
}
.body_llantas .pxh .pic,
.body_llanta .pxh .pic,
.body_productos .pxh .pic,
.body_producto .pxh .pic,
.body_autopartes .pxh .pic {
  position: relative;
}
.body_llantas .pxh .pic .rb1,
.body_llanta .pxh .pic .rb1,
.body_productos .pxh .pic .rb1,
.body_producto .pxh .pic .rb1,
.body_autopartes .pxh .pic .rb1 {
  position: absolute;
  top: 35px;
  left: -5px;
  z-index: 100;
  display: inline-block;
  text-align: center;
  font-size: 0.7rem;
  font-weight: bolder;
}
.body_llantas .pxh .pic .rb1 span,
.body_llanta .pxh .pic .rb1 span,
.body_productos .pxh .pic .rb1 span,
.body_producto .pxh .pic .rb1 span,
.body_autopartes .pxh .pic .rb1 span {
  display: inline-block;
  padding: 0.5em 1em;
  line-height: 1em;
  background: #fbaa23;
  position: relative;
}
.body_llantas .pxh .pic .rb1:before,
.body_llanta .pxh .pic .rb1:before,
.body_productos .pxh .pic .rb1:before,
.body_producto .pxh .pic .rb1:before,
.body_autopartes .pxh .pic .rb1:before,
.body_llantas .pxh .pic .rb1 span:before,
.body_llanta .pxh .pic .rb1 span:before,
.body_productos .pxh .pic .rb1 span:before,
.body_producto .pxh .pic .rb1 span:before,
.body_autopartes .pxh .pic .rb1 span:before {
  content: '';
  position: absolute;
  border-style: solid;
}
.body_llantas .pxh .pic .rb1:before,
.body_llanta .pxh .pic .rb1:before,
.body_productos .pxh .pic .rb1:before,
.body_producto .pxh .pic .rb1:before,
.body_autopartes .pxh .pic .rb1:before {
  top: 0.3em;
  left: 0.2em;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -2;
}
.body_llantas .pxh .pic .rb1 span:before,
.body_llanta .pxh .pic .rb1 span:before,
.body_productos .pxh .pic .rb1 span:before,
.body_producto .pxh .pic .rb1 span:before,
.body_autopartes .pxh .pic .rb1 span:before {
  bottom: 100%;
  left: 0;
  border-width: .5em .7em 0 0;
  border-color: transparent #FC9544 transparent transparent;
}
.body_llantas .pxh .pic .rb2,
.body_llanta .pxh .pic .rb2,
.body_productos .pxh .pic .rb2,
.body_producto .pxh .pic .rb2,
.body_autopartes .pxh .pic .rb2 {
  position: absolute;
  top: 10px;
  left: -5px;
  z-index: 100;
  display: inline-block;
  text-align: center;
  font-size: 0.9rem;
  font-weight: bolder;
}
.body_llantas .pxh .pic .rb2 span,
.body_llanta .pxh .pic .rb2 span,
.body_productos .pxh .pic .rb2 span,
.body_producto .pxh .pic .rb2 span,
.body_autopartes .pxh .pic .rb2 span {
  display: inline-block;
  padding: 0.5em 1em;
  line-height: 1em;
  background: #fd1919;
  color: #FFF;
  position: relative;
}
.body_llantas .pxh .pic .rb2:before,
.body_llanta .pxh .pic .rb2:before,
.body_productos .pxh .pic .rb2:before,
.body_producto .pxh .pic .rb2:before,
.body_autopartes .pxh .pic .rb2:before,
.body_llantas .pxh .pic .rb2 span:before,
.body_llanta .pxh .pic .rb2 span:before,
.body_productos .pxh .pic .rb2 span:before,
.body_producto .pxh .pic .rb2 span:before,
.body_autopartes .pxh .pic .rb2 span:before {
  content: '';
  position: absolute;
  border-style: solid;
}
.body_llantas .pxh .pic .rb2:before,
.body_llanta .pxh .pic .rb2:before,
.body_productos .pxh .pic .rb2:before,
.body_producto .pxh .pic .rb2:before,
.body_autopartes .pxh .pic .rb2:before {
  top: 0.3em;
  left: 0.2em;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -2;
}
.body_llantas .pxh .pic .rb2 span:before,
.body_llanta .pxh .pic .rb2 span:before,
.body_productos .pxh .pic .rb2 span:before,
.body_producto .pxh .pic .rb2 span:before,
.body_autopartes .pxh .pic .rb2 span:before {
  bottom: 100%;
  left: 0;
  border-width: .5em .7em 0 0;
  border-color: transparent #801c1c transparent transparent;
}
.body_llantas .pxh .picpromo,
.body_llanta .pxh .picpromo,
.body_productos .pxh .picpromo,
.body_producto .pxh .picpromo,
.body_autopartes .pxh .picpromo {
  position: absolute;
  z-index: 100;
  top: 10px;
  right: 0;
  width: 20%;
}
.body_llantas .pxh .marca,
.body_llanta .pxh .marca,
.body_productos .pxh .marca,
.body_producto .pxh .marca,
.body_autopartes .pxh .marca {
  margin-top: 0.5rem;
  font-size: 1rem;
}
.body_llantas .pxh .tit,
.body_llanta .pxh .tit,
.body_productos .pxh .tit,
.body_producto .pxh .tit,
.body_autopartes .pxh .tit {
  font-size: 1.1rem;
  font-weight: bold;
}
.body_llantas .pxh .usos,
.body_llanta .pxh .usos,
.body_productos .pxh .usos,
.body_producto .pxh .usos,
.body_autopartes .pxh .usos {
  font-size: 0.9rem;
}
.body_llantas .pxh .disp,
.body_llanta .pxh .disp,
.body_productos .pxh .disp,
.body_producto .pxh .disp,
.body_autopartes .pxh .disp {
  font-size: 0.9rem;
  margin: 0.3rem 0;
}
.body_llantas .pxh .disp span,
.body_llanta .pxh .disp span,
.body_productos .pxh .disp span,
.body_producto .pxh .disp span,
.body_autopartes .pxh .disp span {
  font-weight: bold;
}
.body_llantas .pxh .disp .consulte-aqui,
.body_llanta .pxh .disp .consulte-aqui,
.body_productos .pxh .disp .consulte-aqui,
.body_producto .pxh .disp .consulte-aqui,
.body_autopartes .pxh .disp .consulte-aqui {
  color: #c41212;
}
.body_llantas .pxh .disp .quedan-pocos,
.body_llanta .pxh .disp .quedan-pocos,
.body_productos .pxh .disp .quedan-pocos,
.body_producto .pxh .disp .quedan-pocos,
.body_autopartes .pxh .disp .quedan-pocos {
  color: #ff7e00;
}
.body_llantas .pxh .disp .disponible,
.body_llanta .pxh .disp .disponible,
.body_productos .pxh .disp .disponible,
.body_producto .pxh .disp .disponible,
.body_autopartes .pxh .disp .disponible {
  color: #118f00;
}
.body_llantas .pxh .vdet,
.body_llanta .pxh .vdet,
.body_productos .pxh .vdet,
.body_producto .pxh .vdet,
.body_autopartes .pxh .vdet {
  background: #fbaa23;
  color: #000;
  display: inline-block;
  padding: 0.4rem 1rem;
  font-weight: bold;
  margin-top: 0.5rem;
  font-family: 'PresicavRg';
}
.body_llantas .pxh .pr,
.body_llanta .pxh .pr,
.body_productos .pxh .pr,
.body_producto .pxh .pr,
.body_autopartes .pxh .pr {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin: 0.5rem -2px 0.2rem -2px;
  font-size: 0.8rem;
}
.body_llantas .pxh .pr span,
.body_llanta .pxh .pr span,
.body_productos .pxh .pr span,
.body_producto .pxh .pr span,
.body_autopartes .pxh .pr span {
  font-size: 1.2rem;
}
.body_llantas .pxh .pr.pr1 span,
.body_llanta .pxh .pr.pr1 span,
.body_productos .pxh .pr.pr1 span,
.body_producto .pxh .pr.pr1 span,
.body_autopartes .pxh .pr.pr1 span {
  color: #fbaa23;
  font-weight: bold;
}
.body_llantas .pxh .pr.pr2 span,
.body_llanta .pxh .pr.pr2 span,
.body_productos .pxh .pr.pr2 span,
.body_producto .pxh .pr.pr2 span,
.body_autopartes .pxh .pr.pr2 span {
  text-decoration: line-through;
}
.body_llantas .pxh .iva,
.body_llanta .pxh .iva,
.body_productos .pxh .iva,
.body_producto .pxh .iva,
.body_autopartes .pxh .iva {
  color: #848484;
  font-size: 0.6rem;
  padding: 0.2rem 0;
  text-transform: uppercase;
}
.body_llantas .pxh .envio,
.body_llanta .pxh .envio,
.body_productos .pxh .envio,
.body_producto .pxh .envio,
.body_autopartes .pxh .envio {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 0.5rem 0;
  color: #4d4d4d;
  font-size: 0.7rem;
}
.body_llantas .pxh .envio i,
.body_llanta .pxh .envio i,
.body_productos .pxh .envio i,
.body_producto .pxh .envio i,
.body_autopartes .pxh .envio i {
  color: #fbaa23;
}
.body_llantas .pxh .scala,
.body_llanta .pxh .scala,
.body_productos .pxh .scala,
.body_producto .pxh .scala,
.body_autopartes .pxh .scala {
  font-size: 10px;
  padding: 5px 0;
}
.body_llantas .pxh .cart,
.body_llanta .pxh .cart,
.body_productos .pxh .cart,
.body_producto .pxh .cart,
.body_autopartes .pxh .cart {
  margin-top: 0.5rem;
}
.body_llantas .pxh .cart .qty,
.body_llanta .pxh .cart .qty,
.body_productos .pxh .cart .qty,
.body_producto .pxh .cart .qty,
.body_autopartes .pxh .cart .qty {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 30%;
}
.body_llantas .pxh .cart .qty input,
.body_llanta .pxh .cart .qty input,
.body_productos .pxh .cart .qty input,
.body_producto .pxh .cart .qty input,
.body_autopartes .pxh .cart .qty input {
  text-align: center;
  width: 70%;
}
.body_llantas .pxh .cart .qty a,
.body_llanta .pxh .cart .qty a,
.body_productos .pxh .cart .qty a,
.body_producto .pxh .cart .qty a,
.body_autopartes .pxh .cart .qty a {
  position: absolute;
  background: #fbaa23;
  color: #FFF;
  line-height: 0.5rem;
  padding: 0 0.3rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.body_llantas .pxh .cart .qty a.up,
.body_llanta .pxh .cart .qty a.up,
.body_productos .pxh .cart .qty a.up,
.body_producto .pxh .cart .qty a.up,
.body_autopartes .pxh .cart .qty a.up {
  top: 0;
  right: 0;
}
.body_llantas .pxh .cart .qty a.dw,
.body_llanta .pxh .cart .qty a.dw,
.body_productos .pxh .cart .qty a.dw,
.body_producto .pxh .cart .qty a.dw,
.body_autopartes .pxh .cart .qty a.dw {
  bottom: 0;
  right: 0;
}
.body_llantas .pxh .cart .fprice,
.body_llanta .pxh .cart .fprice,
.body_productos .pxh .cart .fprice,
.body_producto .pxh .cart .fprice,
.body_autopartes .pxh .cart .fprice {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin: 0 -4px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: right;
}
.body_llantas .pxh .cart .add,
.body_llanta .pxh .cart .add,
.body_productos .pxh .cart .add,
.body_producto .pxh .cart .add,
.body_autopartes .pxh .cart .add {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -3px;
  width: 100%;
  text-align: center;
}
.body_llantas .modev,
.body_llanta .modev,
.body_productos .modev,
.body_producto .modev,
.body_autopartes .modev {
  display: none;
}
.body_llantas .modev .pxh .reco,
.body_llanta .modev .pxh .reco,
.body_productos .modev .pxh .reco,
.body_producto .modev .pxh .reco,
.body_autopartes .modev .pxh .reco {
  font-size: 0.6rem;
}
.body_llantas .modev .pxh .infox,
.body_llanta .modev .pxh .infox,
.body_productos .modev .pxh .infox,
.body_producto .modev .pxh .infox,
.body_autopartes .modev .pxh .infox {
  padding: 0.4rem 0.5rem;
  background: #000;
  color: #FFF;
}
.body_llantas .modev .pxh .marca,
.body_llanta .modev .pxh .marca,
.body_productos .modev .pxh .marca,
.body_producto .modev .pxh .marca,
.body_autopartes .modev .pxh .marca {
  font-size: 0.7rem;
}
.body_llantas .modev .pxh .tit,
.body_llanta .modev .pxh .tit,
.body_productos .modev .pxh .tit,
.body_producto .modev .pxh .tit,
.body_autopartes .modev .pxh .tit {
  font-size: 1.1rem;
}
.body_llantas .modev .pxh .usos,
.body_llanta .modev .pxh .usos,
.body_productos .modev .pxh .usos,
.body_producto .modev .pxh .usos,
.body_autopartes .modev .pxh .usos {
  font-size: 0.6rem;
}
.body_llantas .modev .pxh .infox2,
.body_llanta .modev .pxh .infox2,
.body_productos .modev .pxh .infox2,
.body_producto .modev .pxh .infox2,
.body_autopartes .modev .pxh .infox2 {
  padding: 0.4rem 0.5rem;
}
.body_llantas .modev .pxh .disp,
.body_llanta .modev .pxh .disp,
.body_productos .modev .pxh .disp,
.body_producto .modev .pxh .disp,
.body_autopartes .modev .pxh .disp {
  font-size: 0.7rem;
}
.body_llantas .modev .pxh .picpromo,
.body_llanta .modev .pxh .picpromo,
.body_productos .modev .pxh .picpromo,
.body_producto .modev .pxh .picpromo,
.body_autopartes .modev .pxh .picpromo {
  position: absolute;
  z-index: 100;
  top: 15px;
  right: 0;
  width: 20%;
}
.body_llantas nav,
.body_llanta nav,
.body_productos nav,
.body_producto nav,
.body_autopartes nav {
  display: inline-block !important;
  font-size: 0.7rem;
}
.body_llantas nav .page-link,
.body_llanta nav .page-link,
.body_productos nav .page-link,
.body_producto nav .page-link,
.body_autopartes nav .page-link {
  padding: 0.3rem 0.55rem;
}
.body_llantas select.form-control,
.body_llanta select.form-control,
.body_productos select.form-control,
.body_producto select.form-control,
.body_autopartes select.form-control {
  height: 25px;
  padding: 0 .75rem;
  margin: .25rem 0;
}
.body_llantas .viewgrid,
.body_llanta .viewgrid,
.body_productos .viewgrid,
.body_producto .viewgrid,
.body_autopartes .viewgrid {
  font-size: 1.1rem;
  color: #000;
  display: inline-block;
  margin-left: 1px;
}
.body_llanta .modev {
  display: block;
}
.body_llanta h1 {
  margin-bottom: 2rem;
}
.body_llanta h2 {
  font-weight: bold;
  font-size: 2rem;
}
.body_llanta h3 {
  font-weight: bold;
  font-size: 1.2rem;
}
.body_llanta h4 {
  font-size: 0.8rem;
}
.body_llanta h5.tbtp {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.body_llanta .pxh.pxhdet {
  background-color: transparent;
}
.body_llanta .pxh.pxhdet .pr {
  font-size: 1rem;
}
.body_llanta .pxh.pxhdet .pr span {
  font-size: 1.5rem;
}
.body_llanta .pxh.pxhdet .picpromobig {
  float: right;
}
.body_llanta .pxh.pxhdet .rb1 {
  font-size: 1rem;
}
.body_llanta .pxh.pxhdet .rb2 {
  font-size: 1.3rem;
  top: 6.5rem;
}
.body_llanta .caract .row {
  border-bottom: 1px solid #d7d7d7;
  padding: .2rem 0;
}
.body_llanta .envio {
  font-size: 1rem;
}
.body_llanta .cart.cartreal {
  margin: 15px 0;
}
.body_llanta .cart.cartreal .qty {
  width: 20%;
}
.body_llanta .cart.cartreal .fprice {
  width: 40%;
  text-align: center;
  font-size: 1.6rem;
}
.body_llanta .cart.cartreal .add {
  width: 40%;
}
.body_llanta .cart.cartreal .add a {
  color: #000;
  font-size: 1rem;
  padding: 0.4rem 1rem;
  margin: auto;
  display: inline-block;
}
.body_cart ul {
  margin: 0;
  padding: 0;
}
.body_cart h3 {
  font-size: 1rem;
  background: #f0b400;
  color: #FFF;
  text-transform: uppercase;
  padding: 0.5rem;
  text-align: center;
}
.body_cart .fa-piggy-bank {
  color: #f0b400;
}
.body_cart .qty {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.body_cart .qty input {
  text-align: center;
  width: auto;
  margin-right: 15px;
}
.body_cart .qty a {
  position: absolute;
  background: #fbaa23;
  color: #FFF;
  line-height: 0.5rem;
  padding: 0 0.3rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.body_cart .qty a.up {
  top: 0;
  right: -8px;
}
.body_cart .qty a.dw {
  bottom: 0;
  right: -8px;
}
.body_cart td {
  vertical-align: middle;
}
.body_cart td a {
  color: #fbaa23;
}
.body_cart .product-quantity {
  width: 60px;
}
.body_cart-2 .terminos,
.body_cart-3 .terminos {
  font-size: 12px;
}
.body_cart-2 .terminos a,
.body_cart-3 .terminos a {
  color: #fbaa23;
}
.body_cart-2 input[type=radio].css-checkbox,
.body_cart-3 input[type=radio].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.body_cart-2 input[type=radio].css-checkbox + label.css-label,
.body_cart-3 input[type=radio].css-checkbox + label.css-label {
  padding-left: 20px;
  height: 15px;
  display: inline-block;
  line-height: 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 15px;
  vertical-align: middle;
  cursor: pointer;
}
.body_cart-2 input[type=radio].css-checkbox:checked + label.css-label,
.body_cart-3 input[type=radio].css-checkbox:checked + label.css-label {
  background-position: 0 -15px;
}
.body_cart-2 label.css-label,
.body_cart-3 label.css-label {
  background-image: url('../images/csscheckbox.png?');
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.body_cart-2 .bggray,
.body_cart-3 .bggray {
  padding: 0.5rem;
}
.body_cart-2 h4,
.body_cart-3 h4 {
  background: #000;
  color: #FFF;
  font-size: 1.2rem;
  padding: 0.3rem 0.75rem;
}
.body_cart-2 h5,
.body_cart-3 h5 {
  font-size: 1rem;
}
.body_cart-2 label,
.body_cart-3 label {
  display: block;
  font-size: 0.7rem;
}
.body_cart-2 .alert .fas,
.body_cart-3 .alert .fas {
  display: table-cell;
  vertical-align: top;
  color: #f0b400;
  font-size: 2rem;
  margin-right: 0.5rem;
}
.body_cart-2 .alert div,
.body_cart-3 .alert div {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}
.body_cart-2 .tm form,
.body_cart-3 .tm form {
  display: none;
}
.body_cart-2 .tm h2,
.body_cart-3 .tm h2 {
  font-weight: bold;
  margin: 15px 0 ;
  border-bottom: 1px solid #000;
  font-size: 1.2rem;
  padding-bottom: 0.3rem;
}
.body_cart-2 .tm ul,
.body_cart-3 .tm ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.body_cart-2 .tm ul li,
.body_cart-3 .tm ul li {
  display: table-cell;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset -1px -1px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset -1px -1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset -1px -1px 5px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  width: 110px;
  height: 45px;
  padding: 5px;
  border-right: 2px solid #FFF;
}
.body_cart-2 .tm ul li span,
.body_cart-3 .tm ul li span,
.body_cart-2 .tm ul li .btpaywompi,
.body_cart-3 .tm ul li .btpaywompi {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  outline: inherit;
  background: #FFF;
  display: inline-block;
  background-image: url(../images/payment-methods-large.png);
  vertical-align: middle;
  cursor: pointer;
}
.body_cart-2 .tm ul li span.visa,
.body_cart-3 .tm ul li span.visa,
.body_cart-2 .tm ul li .btpaywompi.visa,
.body_cart-3 .tm ul li .btpaywompi.visa {
  height: 21px;
  width: 63px;
  background-position: 0 -49px;
}
.body_cart-2 .tm ul li span.master,
.body_cart-3 .tm ul li span.master,
.body_cart-2 .tm ul li .btpaywompi.master,
.body_cart-3 .tm ul li .btpaywompi.master {
  height: 35px;
  width: 46px;
  background-position: 0 -100px;
}
.body_cart-2 .tm ul li span.amex,
.body_cart-3 .tm ul li span.amex,
.body_cart-2 .tm ul li .btpaywompi.amex,
.body_cart-3 .tm ul li .btpaywompi.amex {
  height: 28px;
  width: 28px;
  background-position: 0 -150px;
}
.body_cart-2 .tm ul li span.codensa,
.body_cart-3 .tm ul li span.codensa,
.body_cart-2 .tm ul li .btpaywompi.codensa,
.body_cart-3 .tm ul li .btpaywompi.codensa {
  height: 26px;
  width: 38px;
  background-position: 0 -450px;
}
.body_cart-2 .tm ul li span.diners,
.body_cart-3 .tm ul li span.diners,
.body_cart-2 .tm ul li .btpaywompi.diners,
.body_cart-3 .tm ul li .btpaywompi.diners {
  height: 26px;
  width: 96px;
  background-position: 0 -200px;
}
.body_cart-2 .tm ul li span.pse,
.body_cart-3 .tm ul li span.pse,
.body_cart-2 .tm ul li .btpaywompi.pse,
.body_cart-3 .tm ul li .btpaywompi.pse {
  height: 30px;
  width: 74px;
  background-position: 0 -400px;
}
.body_cart-2 .tm ul li span.efecty,
.body_cart-3 .tm ul li span.efecty,
.body_cart-2 .tm ul li .btpaywompi.efecty,
.body_cart-3 .tm ul li .btpaywompi.efecty {
  height: 24px;
  width: 72px;
  background-position: 0 -300px;
}
.body_cart-2 .tm ul li span.baloto,
.body_cart-3 .tm ul li span.baloto,
.body_cart-2 .tm ul li .btpaywompi.baloto,
.body_cart-3 .tm ul li .btpaywompi.baloto {
  height: 34px;
  width: 43px;
  background-position: 0 -492px;
}
.body_cart-2 .tm ul li span.ser,
.body_cart-3 .tm ul li span.ser,
.body_cart-2 .tm ul li .btpaywompi.ser,
.body_cart-3 .tm ul li .btpaywompi.ser {
  height: 32px;
  width: 43px;
  background-position: 0 -544px;
}
.body_cart-2 .tm ul li span.x472,
.body_cart-3 .tm ul li span.x472,
.body_cart-2 .tm ul li .btpaywompi.x472,
.body_cart-3 .tm ul li .btpaywompi.x472 {
  height: 37px;
  width: 33px;
  background-position: 0 -589px;
}
.body_cart-2 .tm ul li span.nequi,
.body_cart-3 .tm ul li span.nequi,
.body_cart-2 .tm ul li .btpaywompi.nequi,
.body_cart-3 .tm ul li .btpaywompi.nequi {
  height: 37px;
  width: 117px;
  background-position: 0 -733px;
}
.body_cart-2 .card-wrapper,
.body_cart-3 .card-wrapper {
  margin: 10px 0;
}
.body_end h1 {
  background: #fbaa23;
  color: #000;
  font-size: 2rem;
}
.body_diagnostico h5 {
  font-weight: bold;
}
.body_diagnostico .copy {
  font-style: italic;
}
.body_diagnostico .form-check.text-center {
  display: inline-block;
}
.body_diagnostico .bt-bien-1,
.body_diagnostico .bt-bien-2,
.body_diagnostico .bt-mal-1,
.body_diagnostico .bt-mal-2 {
  cursor: pointer;
  font-weight: bold;
}
.body_content_main h2.card-title {
  font-weight: bold !important;
  font-family: 'PresicavRg' !important;
  font-size: 1.2rem !important;
}
@media (max-width: 1024px) {
  .filtromobile {
    display: none;
  }
  .imgmarca {
    width: 100%;
  }
  .body_llanta h1 {
    font-size: 1.5rem;
  }
  .body_llanta h2 {
    font-size: 1.5rem;
  }
}
.step {
  list-style: none;
  margin: .2rem 0;
  width: 100%;
}
.step .step-item {
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  margin-top: 0;
  min-height: 1rem;
  position: relative;
  text-align: center;
}
.step .step-item:not(:first-child)::before {
  background: #ffb400;
  content: "";
  height: 2px;
  left: -50%;
  position: absolute;
  top: 9px;
  width: 100%;
}
.step .step-item a {
  color: #acb3c2;
  display: inline-block;
  padding: 20px 10px 0;
  text-decoration: none;
  color: #ffb400;
}
.step .step-item a::before {
  background: #ffb400;
  border: .1rem solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: .9rem;
  left: 50%;
  position: absolute;
  top: .2rem;
  transform: translateX(-50%);
  width: .9rem;
  z-index: 1;
}
.form-group {
  margin-bottom: 1rem;
}
.form-group label {
  font-weight: bold;
  font-size: 1rem;
}
.pagination li .page-link {
  display: inline-block;
  padding: .5rem;
  font-size: 1rem !important;
}
