

.continuar, .seguir{
    text-decoration: none;
    color: #fff;
    background-color: #3b3b3f;
    border-color: #3b3b3f;
    margin-top: 15px;
    border: none;
    cursor: pointer;
    display: inline-block;
    line-height: 1em;
    padding: 1.03125rem 2em;
    min-height: 3rem;
    font-weight: 500;
    font-size: 13px;
    font-size: .8125rem;
    letter-spacing: .04em;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease;
    color: #fff;
    -webkit-appearance: button;
    text-transform: none;
}

.continuar:hover{
    background: #f16623;
}

.seguir{
    background-color: #a7abae;
    color: #fff;
    float: left;
}
.seguir:hover{
    background-color: #3b3b3f;
    color: #fff;
    text-decoration-line: none;
}

.check{ font-size:12px; font-weight:bold }

.checkout input[type=checkbox]{
    background: red;
    opacity:  1;
    position: relative;
    width: auto;
    height: auto;
    margin-left: 20px;
}


.checkout input[type=number]{ height:30px; padding: 0; color: var(--color-gris-texto);}




.input_admin{margin: auto; margin-top: 10px;}
.input_admin input,.input_admin select{width: 100%; padding: 5px !important; margin-bottom: 5px; height: 2rem;}

.retiro_suc p{ 
    font-weight:bold;
    font-size: 12px;
} 

.retiro_otro p{
    font-weight:bold;
    font-size: 12px;
    color: #f16623;
    margin-top: 15px;
}

.des_compra p{
    font-weight:bold;
    font-size: 12px;
    margin-bottom: 0px;

}

.titulo_fac{ color: #ccc; }
.datos-fac {display: none}






/* CARRITO */
.table{ margin:  auto; margin-top: 25px; }
.table td{border-top: 1px solid #dee2e6; padding: 5px; }
.table th{ font-family: 'AlternateGothic2 BT';    font-size: 20px;   color: #000; text-transform: uppercase;  font-weight: normal;  font-style: normal; padding: 5px;}
.table .product-img { float: left; width: 80px; margin-right: 5px;}
.table .product-img img{ width: 100%; }
.cart-qty-input .form-control {
    width: 34px;
    margin: 0 5px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}
.cart-qty-input .qty-control {
    color: #212121;
    width: 34px;
    border-radius: 34px;
}

.table a{
    color: #212121;
    outline: medium none;
    overflow: hidden;
    text-decoration: none;
}
.prod_precio:disabled, .prod_total:disabled {
    background: none;
    border: none;
}

.table .prod_color{width: 15px; height: 15px; cursor: default}
.table .linea{font-family: 'Roboto';  font-size: 12px;   color: #929497;}
.table .nombre{ padding: 0px;  font-family: 'AlternateGothic2 BT';  font-size: 16px;  font-weight: normal;  font-style: normal;  color: #000;  margin-top: 5px; text-transform: uppercase; line-height: 14px;}
.table .color{ padding: 0px;  font-family: 'AlternateGothic2 BT';  font-size: 16px;  font-weight: normal;  font-style: normal;  color: #000;  margin-top: 0px;}
.table .precio_titulo { padding: 0px;  font-family: 'AlternateGothic2 BT';  font-size: 16px;  font-weight: normal;  font-style: normal;  color: #000;   margin-top: 5px;}
.table .color span{ float: left; margin-right: 5px;}
.table .numeros{width: 150px;}
.table .numeros inputs{ text-align: center !important; }
.table .prod_precio,.table .prod_total { text-align: center; margin-top: 20px;}
.table .cart-qty-input{ padding-top: 5px; }
.summary-container {    float: right;    width: 360px;    text-align: right;}
.summary-container .field, .summary-container .value {    display: table-cell;    width: 40%; padding-top: 10px;}
.summary-container .value {    width: 60%;  }
.text-danger, .text-red {    color: #ff5b57 !important;}
.summary-container .summary-row.total {    border-top: 1px solid #c5ced4;    margin-top: 10px;    font-size: 16px;    font-weight: 600;    margin-bottom: 0px;}
#carrito_totales { margin:  auto; text-align: right; font-family: 'Roboto';    font-size: 16px;    color: #929497;}
.botones_comprar{ margin:  auto; text-align: right; font-family: 'Roboto';    font-size: 16px;    color: #929497; margin-bottom: 30px; padding: 10px;}
#carrito_totales .bon{ color: #ec1c24 ;}
#carrito_totales .sub, #carrito_totales .bon, #carrito_totales .tot{ padding-bottom: 5px;}
#carrito_totales .tot{ padding-top: 5px; border-top: solid 1px #dee2e6; color: #000; text-transform: uppercase; font-weight: bold }
.valores{  width: 200px !important; display: inline-block}


.gen_pres{
  margin-top: 15px;
    border: none;
    cursor: pointer;
    display: inline-block;
    line-height: 1em;
    padding: 1.03125rem 2em;
    min-height: 3rem;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 13px;
    font-size: .8125rem;
    letter-spacing: .04em;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease;
    color: #fff;
    -webkit-appearance: button;
    text-transform: none;
    border-radius: 5px;
}



.desc_tabla{width: 40px !important;}

.gen_pres.naranja{  background: #f16623; }
.gen_pres.naranja:hover{background: #aa431a; color: #fff; text-decoration: none;}

.gen_pres.rojo{  background: #ff0000; }
.gen_pres.rojo:hover{background: #a30000; color: #fff; text-decoration: none;}


 .cart-total input, .cart-price input{ width: 100%;}



 .info_personal ul li{ font-size:12px; font-weight:bold; color: #767c81; padding: 0px;  }
 .info_personal ul li span{ color: #212529; margin-left:5px;  }


.cantidad_pago input{
   margin-top: 20px !important;
   background: #FFF !important;
   color: #000 !important;
}


@media (max-width: 767px) {
 .valores{  width: 100px !important;} 

 }







/* FIN CARRITO */











/* -------------------------------
   11.0 Checkout Page
------------------------------- */

/* 11.1 Checkout Element Setting */

.checkout {
    background: var(--color-gris-background);
    border-radius: 6px;
    max-width: 1200px;
    margin: auto;
    margin-top: 30px;
}
.checkout-header {
    padding: 25px 30px;
    background: #2d353c;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    margin: auto;
}
.checkout-header .row > div + div {
    border-left: 1px solid #AEB7BD;
}
.checkout-body {
    padding: 25px 30px;
}
.checkout-footer {
    padding: 25px 30px;
    text-align: right;
    background: #afb7bd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}
.checkout-footer .btn.btn-white {
    border-color: #fff;
}
.checkout-title {
    font-size: 14px;
    margin: 0 0 30px;
    font-weight: bold;
}
.checkout-title small {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-top: 2px;
}
.checkout-info-list {
    font-size: 12px;
    padding-left: 20px;
    margin: 0;
}

.label, input[type="file"]{font-size: 12px;    display: inline-block; color: #1a1a1a}


/* 11.2 Checkout Payment Type Setting */

.checkout .payment-type {
    font-size: 28px;
    margin: 0;
}
.checkout .payment-type > li {
    float: left;
    line-height: 34px;
    padding: 0;
}
.checkout .payment-type > li a {
    color: #9c9c9c;
}
.checkout .payment-type > li.active a {
    color: #212121;
}
.checkout .payment-type > li + li {
    margin-left: 10px;
}


/* 11.3 Checkout Question List Setting */

.checkout-question-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.checkout-question-list > li + li {
    margin-top: 10px;
}
.checkout-question-list .question a {
    display: block;
    text-decoration: none;
    line-height: 20px;
}
.checkout-question-list .question,
.checkout-question-list .question a {
    color: #212121;
}
.checkout-question-list .answer {
    font-size: 13px;
    padding-left: 20px;
    color: #7D7E80;
}
.checkout-question-list .dash {
    width: 20px;
    float: left;
    text-align: center;
}


/* 11.4 Checkout Step Setting */

.step:before,
.step:after {
    content: '';
    display: table;
    clear: both;
}
.step a {
    color: #AEB7BD;
    display: block;
    text-decoration: none;
}
.step a:hover,
.step a:focus {
    color: #fff;
}
.step .number {
    float: left;
    font-size: 24px;
    font-weight: 300;
    width: 30px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
}
.step .number:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 5px;
    background: #AEB7BD;
}
.step.active .number:before {
/*    background: #00acac;*/
    background: #f16623;
}
.step .info {
    margin-left: 40px;
}
.step .desc {
    font-size: 13px;
    color: #AEB7BD;
}
.step .title {
    font-size: 16px;
    margin-top: 6px;
}
.step.active .number,
.step.active .title {
    color: #fff;
}


/* 11.5 Checkout Table Cart Setting */

/*.table.table-cart th {
    border: none;
    font-size: 14px;
    font-weight: 600;
}
.table.table-cart th {
    padding: 10px 20px 5px;
}
.table.table-cart td {
    padding: 15px 20px;
}
.table.table-cart .cart-product .product-img {
    float: left;
    width: 120px;
}
.table.table-cart .cart-product .product-img img {
    max-width: 100%;
}
.table.table-cart .cart-product .product-info {
    margin-left: 130px;
}
.table.table-cart .cart-product .product-info .title {
    font-weight: 600;
}
.table.table-cart .cart-product .product-info .desc {
    color: #666;
    font-size: 12px;
}*/


/* 11.6 Checkout Cart Qty Setting */

.cart-qty {
    width: 160px;
}
.cart-total,
.cart-control {
    width: 100px;
}
.cart-qty .qty-desc {
    font-size: 12px;
    color: #9c9c9c;
    margin-top: 5px;
}
.cart-qty-input {
    display: table;
    width: 100%;
    margin-top: 20px;
}
.cart-qty-input .qty-control,
.cart-qty-input .form-control  {
    display: table-cell;
    float: none;
    width: auto;
}
.cart-qty-input .form-control {
    width: 34px;
    height: 30px;
    margin: 0 5px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}
.cart-qty-input .qty-control {
    color: #212121;
    width: 34px;
    border-radius: 34px;
}
.cart-qty-input .qty-control:hover,
.cart-qty-input .qty-control:focus {
    background: #f3f4f5;
}


.desc_tabla{
    width: 10px; 
}



/* 11.7 Checkout Summary Setting */

.summary-container {
    float: right;
    width: 360px;
    text-align: right;
}
.summary-container .summary-row {
    display: table;
    width: 100%;
}
.summary-container .field,
.summary-container .value {
    display: table-cell;
    width: 40%;
}
.summary-container .value {
    width: 60%;
}
.summary-container .summary-row + .summary-row {
    margin-top: 5px;
}
.summary-container .summary-row.total {
    border-top: 1px solid #c5ced4;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: -20px;
}
.summary-container .summary-row.total .field,
.summary-container .summary-row.total .value {
    padding-top: 10px;
}


/* 11.8 Checkout Message Setting */

.checkout-message {
    padding: 20px 40px;
}
.checkout-message h1 {
    margin: 0 0 30px;
    font-size: 36px;
    font-weight: 300;
    text-align: center;
}
.checkout-message h1 small {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin-top: 5px;
}
.table.table-payment-summary {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.table.table-payment-summary th,
.table.table-payment-summary td {
    padding: 10px 15px;
    font-size: 16px;
}
.table.table-payment-summary .field {
    font-weight: 600;
    text-align: right;
    width: 50%;
}
.table.table-payment-summary .product-summary .product-summary-img {
    float: left;
    width: 120px;
    margin-right: 10px;
}
.table.table-payment-summary .product-summary .product-summary-img img {
    max-width: 100%;
}
.table.table-payment-summary .product-summary .product-summary-info .title {
    font-weight: 600;
    font-size: 16px;
}
.table.table-payment-summary .product-summary .product-summary-info .desc {
    font-size: 14px;
    color: #9c9c9c;
}

