.checkAcept{
  margin-right: 5px !important;
  margin-top: 5px !important;
}
.color-blue-race {
  color: #1b74da !important;
}
.color-detail-product-cart {
  min-height: 12px;
  min-width: 32px;
  border-radius: 10px;
}
.section-top {
  margin-top: 110px;
}
.tienda .param {
  margin-bottom: 7px;
  line-height: 1.4;
}
.tienda .param-inline dt {
  display: inline-block;
}
.tienda .param dt {
  margin: 0;
  margin-right: 7px;
  font-weight: 600;
}
.tienda .param-inline dd {
  vertical-align: baseline;
  display: inline-block;
}

.tienda .param dd {
  margin: 0;
  vertical-align: baseline;
}

.tienda .shopping-cart-wrap .price {
  color: #007bff;
  font-size: 18px;
  font-weight: bold;
  margin-right: 5px;
  display: block;
}
.tienda var {
  font-style: normal;
}

.tienda .media img {
  margin-right: 4rem;
  max-width: 85px;
  max-height: 90px;
  padding: 10px;
}
.tienda .img-sm {
  width: 90px;
  max-height: 75px;
  object-fit: cover;
}

.tienda .btn-add-product {
  border-color: lightgrey;
}

.tienda .btn-add-product:hover {
  color: #fff;
  background-color: lightgrey;
  border-color: lightgrey;
}

.tienda .btn-add-product:not(:disabled):not(.disabled):active,
.btn-delete-product:not(:disabled):not(.disabled).active,
.show > .btn-delete-product.dropdown-toggle {
  color: #fff;
  background-color: lightgrey;
  border-color: lightgrey;
}

.tienda .btn-delete-product {
  border-color: lightgrey;
}

.tienda .btn-delete-product:hover {
  color: #fff;
  background-color: lightgrey;
  border-color: lightgrey;
}

.tienda .btn-delete-product:not(:disabled):not(.disabled):active,
.btn-delete-product:not(:disabled):not(.disabled).active,
.show > .btn-delete-product.dropdown-toggle {
  color: #fff;
  background-color: lightgrey;
  border-color: lightgrey;
}

.tienda .btn-comprar {
  margin: 15px 10px 15px 10px;
  float: right;
  margin-right: 10px;
  border-radius: 50px;
  border: 2px solid #f0ad4e;
  background-color: #f0ad4e;
  color: #fff;
  width: 250px;
}

.tienda .btn-comprar:hover {
  background-color: #ec971f;
  border-color: #ec971f;
  color: #fff;
}

.tienda .btn-comprar-mv {
  display: none;
}

.tienda .btn-datos {
  margin: 15px;
  margin-left: 25px;
  border-radius: 50px;
  border: 2px solid #f0ad4e;
  background-color: #fff;
  width: 250px;
}

.tienda .btn-datos:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #ec971f;
}

.tienda .btn-datos-mv {
  display: none;
  margin-right: 10px;
  border-radius: 50px;
  border: 2px solid #f0ad4e;
  background-color: #fff;
  width: 250px;
}

.tienda .btn-datos-mv:hover {
  display: none;
  color: #fff;
  background-color: #ec971f;
  border-color: #ec971f;
}

.tienda .heading {
  font-size: 26px;
  font-weight: normal;
  text-align: center;
  border-bottom: 3px solid #005190;
  padding: 5px;
  margin-bottom: 30px;
}
.tienda .heading.blue {
  border-color: #005190;
  color: #5c5c5c;
}

.tienda td.detalle-unidades span {
  display: none;
}
.tienda td.detalle-unidades {
  text-align: right;
}

.tienda .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.37rem;
  margin-top: 0px !important;
}

.tienda table.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #343a40;
  background-color: transparent;
  border-collapse: collapse;
  border: none;
}

.tienda figure.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tienda figure .media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tienda figure .media-body .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: auto;
}

.tienda figure .media-body .text-dark {
  color: #212529 !important;
}

.tienda .text-right {
  text-align: right !important;
  margin: 10px 0 2px 0;
}

.tienda figure .media-body .param {
  margin-bottom: 7px;
  line-height: 1.4;
}

.tienda figure .media-body .small {
  font-size: 80%;
  font-weight: 400;
}

.tienda figure .media-body dl {
  display: block;
  margin-top: 0;
  height: auto;
}

.tienda figure .media-body h6 a {
  font-weight: 700;
  font-family: 'Helvetica Neue', 'Arial';
  color: #1c1c1b;
}
.tienda .form-control {
  -webkit-appearance: auto;
  height: 45px;
}
.tienda .table th,
.tienda .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom: 2px solid #dee2e6;
  padding-top: 10px;
  padding-bottom: 10px;
}
.tienda .table th {
  font-weight: 500;
}
.tienda .text-right a {
  padding: 10px;
}

.tienda .card-body.border-top {
  border-top: none !important;
  padding: 0px;
}
.tienda .btn-light:hover {
  background-color: #e4e4e4;
}
.tienda .btn-light {
  background-color: #fff;
  border-color: #e4e4e4;
  color: #212529;
  float: left;
  margin: 15px 10px 15px 10px;
}

.tienda .mt-3,
.my-3 {
  margin-top: 1rem !important;
  border-width: 3px;
}
.tienda p.icontext {
  margin-bottom: 0 !important;
}

.tienda .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
  margin: 5px 15px;
}

.tienda dl.dlist-align {
  margin-top: 0;
  margin-bottom: 1rem !important;
  height: auto;
}

.tienda .dlist-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.tienda hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px solid #e4e4e4;
}
.tienda .price-wrap {
  letter-spacing: -0.7px;
  float: left;
}
.tienda .btn-detalle-edit {
  float: right;
  font-size: small;
  color: #007bff;
  margin-top: -5px;
  text-decoration: none;
}
.tienda tbody tr:last-child {
  border-bottom: 1px solid #ededed;
  border-right: none;
}
.tienda h5 {
  color: #005190;
}
.tienda .card.border-none {
  border-width: 0px;
  box-shadow: none;
}

.tienda .btn-iluminado {
  display: none;
}

.tienda div p img {
  height: 25px;
  margin-right: 2px;
  margin-left: 2px;
}
.tienda div p:last-child img {
  height: 50px;
}

.tienda div p:last-child img:last-child {
  margin-top: 10px;
}

.tienda div p:last-child {
  margin-bottom: 5px !important;
}
.cart-unidades-span {
  display: none;
}
@media (max-width: 1200px) {
  .tienda .media img {
    margin-right: 2rem;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  .tienda .btn-datos {
    width: 190px;
  }
  .tienda .btn-datos-mv {
    display: none;
  }
}

@media (max-width: 991px) {
  .botonera-cesta-destk {
    display: none;
  }
  .tienda .btn-light {
    float: none;
  }
  .tienda .btn-datos {
    display: none;
  }
  .tienda .btn-datos-mv {
    display: block;
    width: 100%;
    border-radius: 50px;
    border: 2px solid #f0ad4e;
    background-color: #fff;
  }
  .tienda .btn-iluminado {
    display: block;
  }
  .tienda hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #e4e4e4;
  }
  .tienda .btn-comprar {
    display: none;
    width: -webkit-fill-available;
    margin: 10px;
    border-radius: 50px;
    border: 2px solid #f0ad4e;
    background-color: #f0ad4e;
    color: #fff;
    float: none;
  }
  .tienda .btn-comprar-mv {
    display: block;
    width: -webkit-fill-available;
    margin: 10px;
    border-radius: 50px;
    border: 2px solid #f0ad4e;
    background-color: #f0ad4e;
    color: #fff;
    float: none;
  }
  .tienda .cnt-btn-cliente {
    margin-top: 50px;
  }
  .tienda .btn-cnt-comprando-cliente {
  }
  .tienda .cnt-btn-cliente a {
    width: 100%;
    margin: 10px 0px;
  }
}
@media (max-width: 771px) {
  .section-top {
    margin-top: 15px;
  }
  .tienda table#cart tbody td .form-control {
    display: inline !important;
  }
  .tienda table#cart thead {
    display: none;
  }
  .tienda table#cart tbody td {
    display: inline-block;
    padding: 0.6rem;
    min-width: 320px;
    width: 100%;
  }
  .tienda table#cart tbody tr td:first-child {
    background: #f5f5f5;
  }
  .tienda table#cart tbody td:before {
    content: attr(data-th);
    font-weight: bold;
    display: inline-block;
    width: 8rem;
  }
  .tienda table#cart tfoot td {
    display: block;
  }
  .tienda table#cart tfoot td .btn {
    display: block;
  }
  .tienda .price-wrap {
    letter-spacing: -0.7px;
    text-align: center;
    float: none;
  }

  .tienda .btn-datos {
    display: none;
    width: 100%;
    border-radius: 50px;
    border: 2px solid #f0ad4e;
    background-color: #fff;
  }
  .tienda .btn-datos-mv {
    display: block;
    width: 100%;
    border-radius: 50px;
    border: 2px solid #f0ad4e;
    background-color: #fff;
  }

  .tienda table#datos-personales,
  table {
    display: block;
    padding: 0.6rem;
    min-width: 320px;
  }

  .tienda table#datos-personales tbody {
    display: block;
  }

  .tienda table#datos-personales tbody tr {
    display: block;
  }

  .tienda table#datos-personales tbody th {
    display: block;
  }
  .tienda table#datos-personales tbody td {
    display: block;
  }

  .tienda table#datos-envio,
  table {
    display: block;
    padding: 0.6rem;
    min-width: 320px;
  }

  .tienda table#datos-envio tbody {
    display: block;
  }

  .tienda table#datos-envio tbody tr {
    display: block;
  }

  .tienda table#datos-envio tbody th {
    display: block;
  }
  .tienda table#datos-envio tbody td {
    display: block;
  }
  .tienda .btn-comprar {
    width: -webkit-fill-available;
    margin: 10px;
    border-radius: 50px;
    border: 2px solid #f0ad4e;
    background-color: #f0ad4e;
    color: #fff;
    float: none;
  }
  .tienda .btn-comprar-mv {
    width: -webkit-fill-available;
    margin: 10px;
    border-radius: 50px;
    border: 2px solid #f0ad4e;
    background-color: #f0ad4e;
    color: #fff;
    float: none;
  }
  .tienda td.detalle-unidades {
    text-align: end;
  }
  .tienda td.detalle-unidades span {
    display: inline;
  }
  .cart-unidades-span {
    display: inline-block;
  }
  .tienda .text-right {
    text-align: right !important;
    margin: 0px;
  }
  .tienda .card-body.border-top {
    border-top: none !important;
    padding: 0px;
  }
  .tienda .container {
    max-width: 540px;
  }

  .tienda figure .media-body h6 {
    font-weight: 600;
    font-size: 14px;
    font-family: 'Helvetica Neue', 'Arial';
  }
  .tienda .media img {
    margin-right: 2rem;
  }

  .tienda .card-body.border-top .btn-comprar {
    display: none;
  }
  .tienda .card-body.border-top .btn-comprar-mv {
    display: none;
  }
  .tienda .btn-iluminado {
    display: block;
  }
  .tienda div p img {
    height: 30px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .tienda div p:last-child img {
    height: 65px;
  }
  .center-xs {
    text-align: center;
    width: 100%;
  }
  .unidades {
    padding: initial;
  }
}

@media (max-width: 540px) {
  .tienda .container {
    max-width: 488px;
  }
}

@media (max-width: 480px) {
  .tienda .container {
    max-width: 420px;
  }
}
