h2 {
  text-align: center;
  color: #000000;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.table tr th {
  text-align: center;
}
.table tr th:nth-child(1) {
  text-align: left;
}

.table .col-sm-1.col-md-1.text-center {
  align-content: center;
}

.tabla-cart {
  margin-bottom: 50px;
}

.col-eliminar {
  text-align: right;
  align-content: center;
  border: 1px transparent;
}
.btn-danger {
  background: #d90023 !important;
  color: #fff;
}

.btn-default {
  border: 1px #d90023 solid;
}

.btn-eliminar {
  padding: 10px 20px;
  background: #d90023 !important;
  border: 1px transparent;
}

.btn-eliminar a {
  padding: 0px;
  font-weight: 100;
}

.media-body {
  padding-left: 90px;
}
.media-heading a {
  color: #d90023;
}

.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  table#cart tbody td .form-control {
    width: 20%;
    display: inline !important;
  }
  .actions .btn {
    width: 36%;
    margin: 1.5em 0;
  }

  .actions .btn-info {
    float: left;
  }
  .actions .btn-danger {
    width: 100px;
  }

  table#cart thead {
    display: none;
  }
  table#cart tbody td {
    display: block;
    padding: 0.6rem;
    min-width: 320px;
    text-align: center;
  }
  table#cart tbody tr td:first-child {
    background: #333;
    color: #fff;
  }
  table#cart tbody td:before {
    content: attr(data-th);
    font-weight: bold;
    display: inline-block;
    width: 8rem;
  }

  .col-eliminar:before {
    width: 0px !important;
  }
  .col-eliminar {
    width: auto;
  }

  table#cart tfoot td {
    display: block;
  }
  table#cart tfoot td .btn {
    display: block;
  }
  .btn-eliminar a {
    text-align: -webkit-center;
  }
  .div-mobile {
    display: none !important;
  }
  .totales::before {
    display: none !important;
  }
  .tabla-total-mob {
    border-top: none !important;
    margin-top: -40px;
    margin-bottom: 10px;
  }
}

.quantity {
  justify-content: center;
  margin: 10px;
}
.btn-cont-compra,
.btn-finalizar-compra {
  width: 100%;
  padding: 15px;
  margin-top: 10px;
}

/* CHECKOUTT*/

/* check out */

.checkout .wizard-inner h3 {
  margin-bottom: 20px;
}
.checkout form h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #d90023;
}
.breadcrumb_checkout {
  list-style: none;
  overflow: hidden;
  margin-bottom: 40px;
  padding: 0;
  width: 100%;
}
.breadcrumb_checkout li {
  float: left;
}
.breadcrumb_checkout li a {
  color: white;
  text-decoration: none;
  padding: 8px 0 8px 55px;
  background: #d90023; /* fallback color */
  background-color: #d90023;
  position: relative;
  display: block;
  float: none;
  text-align: center;
}

.form-control {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .breadcrumb_checkout li a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid #ffa7ae;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
  }
  .breadcrumb_checkout li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 0px;
    left: 100%;
    z-index: 1;
  }
  .breadcrumb_checkout li.active a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid #d90023;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
  }
}
.breadcrumb_checkout li:first-child a {
  padding-left: 10px;
}

.breadcrumb_checkout li.active a {
  background: #d90023;
  color: #fff;
}
.breadcrumb_checkout li a {
  background: #ffa7ae;
  color: #fff;
}

.breadcrumb_checkout li.active a:hover,
.breadcrumb_checkout li.active a:visited,
.breadcrumb_checkout li.active a:focus {
  background: #d90023;
}
.breadcrumb_checkout li a:hover {
  background: #ffa7ae;
  color: #fff;
}
.breadcrumb_checkout li a:visited {
  background: #ffa7ae;
  color: #fff;
}
.breadcrumb_checkout li a:focus {
  background: #ffa7ae;
  color: #fff;
}
.breadcrumb_checkout > li.disabled > a:hover {
  background: #ffa7ae;
  color: #fff;
}
.breadcrumb_checkout > li.disabled > a:visited {
  background: #ffa7ae;
  color: #fff;
}
.breadcrumb_checkout > li.disabled > a:focus {
  background: #ffa7ae;
  color: #fff;
}

.wizard-inner {
  display: flex !important;
  justify-content: center !important;
}

.breadcrumb_checkout li {
  width: 50%;
}
@media (max-width: 800px) {
  .breadcrumb_checkout li {
    width: 100%;
  }
  .breadcrumb_checkout li a {
    padding: 10px 15px !important;
  }
}

.btn-ver-carrito {
  background: #3a3a3a !important;
}
.btn-ver-carrito,
.btn-siguiente,
button.prev-step {
  width: 100%;
  padding: 15px;
}
.btn-row-checkout {
  margin: 30px 0px;
}
.btn-row-checkout .col-md-6 {
  margin-bottom: 20px;
}
.checkout form {
  padding-left: 15px;
  padding-right: 15px;
}
