
.table {
    border: 1px solid #e0e0e0;
    margin-bottom: 0;
    background-color: #fff;
    font-size: 16px;
}

.table img {
    display: inline-block;
    max-width: 50px;
    height: auto;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 10px;
    line-height: 1.5;
    border-top: none;
    text-align: center;
    vertical-align: middle;
}


.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
    white-space: normal;
}

.table thead tr th {
    padding: 10px;
    border-color: transparent;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.cart-table .table-title {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.item-name-col p {
    text-align: left;
}

.cart-table > thead > tr > th:last-child {
    border-right: transparent;
}

.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: 1px solid #e0e0e0 !important;
    border-right: 1px solid #e0e0e0 !important;
}

.table figure a {
    display: inline-block;
}

.cart-table .item-name-col {
    vertical-align: middle;
    /* width: 410px;*/
}

.cart-table .item-name-col figure {
    /*width: 110px;*/
    float: left;
    margin-right: 20px;
    margin-bottom: 0px;
}

.cart-table .item-name {
    font-size: 1.1em;
    font-weight: 500 !important;
    line-height: 100%;
    margin-bottom: 15px;
    text-align: left;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #333;
}

.cart-table .item-name .descripcion_producto {
    font-size: 0.9em;
    font-weight: 500;
}

.table .item-name a {
    color: #333;
}

.table .item-name a:hover {
    color: #000;
}

.table .item-price-special {
    display: inline-block;
}

.item-price-special {
    font-weight: 600;
    color: #000;
}

.item-price {
    font-weight: 600;
    color: #000;
}

.item-total-col {
    text-align: right !important;
}


.cart-table .item-name-col ul {
    text-align: left;
}

.cart-table .item-name-col ul li {
    display: block;

}


.table .custom-quantity-input {
    width: 108px;
    height: 30px;
    padding-right: 22px;
    margin: 0 auto;
}

.table .custom-quantity-input input {
    height: 100%;
    width: 100%;
    font-size: 15px;
}

.table .custom-quantity-input .quantity-btn {
    width: 22px;
    height: 16px;
    line-height: 16px;
}

.compare-item-table .close-button {
    margin-left: 0;
}

.close-button {
    color: #e82c0c;
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 1px solid #dcdcdc;
    background-color: #fafafa;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    border-radius: 2px;
    vertical-align: top;
}

.close-button:hover {
    background-color: #e82c0c;
    background-position: -26px -290px;
    border-color: #e82c0c;
    color: #fff;
}


.total-table {

    color: #777777;
    text-transform: uppercase;

}

.total-table .total-table-title {
    text-align: left !important;

}

.total-table > tbody > tr > td,
.total-table > tbody > tr:first-child > td,
.total-table > tbody > tr:last-child > td {
    padding: 15px;
    text-align: inherit;
    color: #333;
}

.total-table > tfoot > tr > td {
    padding: 15px;
    font-size: 22px;
    font-weight: 600;
    background: #f4f4f4;
    text-align: inherit;
}

.total-table > tfoot > tr > td:first-child {
    color: #333;
}

.total-table > tfoot > tr > td:last-child {
    color: #e82c0c;
    font-size: 20px;
}

.subtotal {
    font-weight: 600;
    color: #000 !important;
}

.botones_compra a {
    display: inline-block;
}

.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
    color: #878680;
    outline: none;
    text-decoration: none;
}

.custom-quantity-input {
    display: block;
    position: relative;
    width: 140px;
    height: 52px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding-right: 26px;

}

.custom-quantity-input input {
    height: 100%;
    width: 100%;
    border: none;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    line-height: 21px;
    color: #757575;
}

.custom-quantity-input .quantity-btn {
    background: #fafafa;
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    right: -1px;
    color: #777;
    line-height: 26px;
    text-align: center;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.75);
}

.custom-quantity-input .quantity-btn.quantity-input-up {
    top: -1px;
    border-radius: 3px 3px 0 0;
}

.custom-quantity-input .quantity-btn.quantity-input-down {
    bottom: -1px;
    border-radius: 0 0 3px 3px;
}


.custom-quantity-input .quantity-btn:active {
    border-color: #e0e0e0;
    background: #fafafa;
    color: #777;
}

.product-add .custom-quantity-input {
    float: left;
    margin-right: 30px;
}

.product-add .btn {
    padding: 11.5px 19px;
    font-weight: bold;
    font-size: 19px;
}

.product-add .btn-custom-2 {
    color: #e8e8e8 !important;
}

.celdas_subtotal{
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
}

/* ---------------------------------
------------- 13 Tabs */

/* Custom tab * Styles */
.tab-container .nav-tabs {
    border-bottom: none;

}

.tab-container.left,
.tab-container.right {
    border: 1px solid #dcdcdc;
    background-color: #fff;
}

.tab-container.left .nav-tabs {
    background: #fafafa;
    border-right: 1px solid #dcdcdc;
}

.tab-container.right .nav-tabs {
    background: #fafafa;
    border-left: 1px solid #dcdcdc;
}

.tab-container.left .nav-tabs {
    float: left;
    border-bottom: none;
}

.tab-container.right .nav-tabs {
    float: right;
    border-bottom: none;
}

/* botones*/
#pag_carrito .btn {
    font-size: 0.85em;
    border-radius: 5px;
}

.btn-custom-2 {
    color: #fff !important;
    background-color: #444645;
    border-color: #444645;
    text-transform: uppercase;
    padding: 10px 15px;

}


.btn-custom-2:active,
.btn-custom-2.active,
.open .dropdown-toggle.btn-custom-2 {
    background-image: none;
}

.btn-custom-2.disabled,
.btn-custom-2[disabled],
fieldset[disabled] .btn-custom-2,
.btn-custom-2.disabled:hover,
.btn-custom-2[disabled]:hover,
fieldset[disabled] .btn-custom-2:hover,
.btn-custom-2.disabled:focus,
.btn-custom-2[disabled]:focus,
fieldset[disabled] .btn-custom-2:focus,
.btn-custom-2.disabled:active,
.btn-custom-2[disabled]:active,
fieldset[disabled] .btn-custom-2:active,
.btn-custom-2.disabled.active,
.btn-custom-2[disabled].active,
fieldset[disabled] .btn-custom-2.active {
    background-color: #0b9a0b;
    border-color: #0b890b;
}

.input-group .normal-selectbox {
    display: table-cell;
}

.selectbox {
    width: 100%;
    height: 38px;
    padding-left: 8px;
    border: 1px solid #ccc;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
    color: #878680;
    outline: none;
    text-decoration: none;
    width: 30%;
}

.md-margin {
    margin-bottom: 30px;
}

.btn-custom-2:hover {
    background-color: #000 !important;
}

/* --------- mapa talleres ------------------- */

.mapa_talleres {
    height: 500px!important;
}

/*---------------histortial ---------------------------*/


.clase_estado .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 0.9em;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
}


#historial .table thead tr th {
    font-weight: 600;
    text-transform: uppercase;
}

#historial a:hover {
    color: #000;
}

#historial .pendiente {
    background-color: #C98209;
}

#historial .pagado {
    background-color: #497D04;
}

#historial .error {
    background-color: #FC0F0F;
}

#historial .enviado {
    background-color: #1175AE;
}


/*---------------datos cliente ---------------------------*/

#formdatos h2 {
    color: #000;
}

#formdatos .input-group {
    margin-bottom: 10px;
    margin-top: 3px;
}
/*----------------datos taller-----------------------------*/
.zona_datos_taller{  color:#333;}
.carrito_envio .zona_datos_taller h2{color:#4589cb; margin-bottom: 20px;}
.carrito_envio .zona_datos_taller h3{color:#000; font-size: 1.5em;}
.zona_datos_taller span{color:#fff!important; font-weight: 600; padding: 10px;  margin: 10px 0px; background-color: #000; border-radius: 5px; display:inline-block ;}
.zona_datos_taller a{color:#333;}
.zona_datos_taller a:hover{color:#4589cb;}
.zona_datos_taller .relleno{ padding: 25px; background-color: #efefef; margin-bottom: 10px;}


/*---------------carrito_envio ---------------------------*/


.carrito_envio .paso{color:#000; font-weight: 600; font-size: clamp(1.125rem, 0.968rem + 0.79vw, 2rem);}

.carrito_envio label{font-size: 0.9em; color:#666;}
.carrito_envio .form-control{ background-color: #efefef; color:#000;}
.carrito_envio  .select2-selection { background-color: #efefef; color:#000;}
.carrito_envio .select2-container--bootstrap .select2-selection--single .select2-selection__rendered{ background-color: #efefef; color:#000;}
.carrito_envio .form-check{display: flex; align-items: baseline; font-size: 0.9em; color:#666; }
.carrito_envio .caja_calendario{ border:1px solid #ccc;  width: 274px; display: flex; align-items: center;}
.carrito_envio .caja_calendario .datepicker{border: none!important;}
.carrito_envio .caja_calendario .datepicker:focus-visible{border: transparent!important;}

/* #Media Queries
================================================== */


/* Pantallas grandes */
@media only screen and (min-width: 1824px) {
}


/* Ordenadores de sobremesa y portátiles */
@media only screen and (min-width: 1224px) {
}

@media (max-width: 1024px) {


}

/* iPads (portrait) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

    .vaciar_carrito {
        margin-top: 0px !important;
    }

}


/* iPads (landscape) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .vaciar_carrito {
        margin-top: 0px !important;
    }

}


/* iPads (portrait & landscape) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {


    .vaciar_carrito {
        margin-top: 0px !important;
    }

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .botones_compra .btn-custom {
        margin-top: 0px;
    }

    .relleno_ambos {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .numero_art {
        margin-bottom: 15px;
    }

    .nombre_p a {
        color: #000;
        text-align: left;
    }

    .nombre_p a:hover {
        color: #2098d1;
    }

    .referencia {
        font-size: 13px;
        text-transform: uppercase;
        color: #666;
        margin-bottom: 10px;
    }

    .item-price {
        font-weight: 400;
        color: #000;
        margin-bottom: 15px;
    }

    .custom-quantity-input input {
        font-size: 19px;
    }

    .bloque_articulo {
        margin-bottom: 30px;
    }

    .custom-quantity-input .quantity-btn {
        width: 22px;
        height: 22px;
        line-height: 22px;
    }

    .custom-quantity-input {
        height: 42px;
        margin-bottom: 8px;
    }

    .prec {
        font-size: 1.4em;
    }

    .peke {
        font-weight: 500 !important;
        font-size: 13px !important;
        margin-right: 10px;
    }

    .tit_env {
        text-transform: uppercase;
        color: #000;
        font-size: 1.3em;
        font-weight: 700;
    }

    #descuento_movil {
        padding: 15px;
        padding-bottom: 30px;
        background-color: #ddd;
        margin-bottom: 40px;
    }

    #cupon_movil.form-control {
        height: 47px;
    }

    #precios_finales {
        margin-bottom: 40px;
    }

    #precios_finales .text-right {
        color: #000;
        font-weight: 600;
        font-size: 1.1em;
    }

    #precios_finales .total-table > tfoot > tr > td:last-child {
        color: #e82c0c;
        font-size: 1.4em;
    }

    .botones_compra {
        text-align: right;
    }


    .vaciar_carrito {
        margin-top: 0px !important;
    }
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {


    .relleno_ambos {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .numero_art {
        margin-bottom: 15px;
    }

    .nombre_p {
        text-align: left;
    }

    .nombre_p a {
        color: #000;
        text-align: left;
    }

    .nombre_p a:hover {
        color: #2098d1;
    }

    .referencia {
        font-size: 13px;
        text-transform: uppercase;
        color: #666;
        margin-bottom: 10px;
    }

    .item-price {
        font-weight: 400;
        color: #000;
        margin-bottom: 15px;
    }

    .custom-quantity-input input {
        font-size: 19px;
    }

    .bloque_articulo {
        margin-bottom: 30px;
    }

    .custom-quantity-input .quantity-btn {
        width: 22px;
        height: 22px;
        line-height: 22px;
    }

    .custom-quantity-input {
        height: 42px;
        margin-bottom: 8px;
    }

    .prec {
        font-size: 1.4em;
    }

    .peke {
        font-weight: 500 !important;
        font-size: 13px !important;
        margin-right: 10px;
    }


    .tit_env {
        text-transform: uppercase;
        color: #000;
        font-size: 1.3em;
        font-weight: 700;
    }

    #descuento_movil {
        padding: 15px;
        padding-bottom: 30px;
        background-color: #ddd;
        margin-bottom: 40px;
    }

    #cupon_movil.form-control {
        height: 47px;
    }

    #precios_finales {
        margin-bottom: 40px;
    }

    #precios_finales .text-right {
        color: #000;
        font-weight: 600;
        font-size: 1.1em;
    }

    #precios_finales .total-table > tfoot > tr > td:last-child {
        color: #e82c0c;
        font-size: 1.4em;
    }

    .botones_compra {
        text-align: right;
    }

    .btn {
        display: block !important;
    }



}