/*-----  carrito nuevo flex ------*/
.cart-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}

.cart-summary {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 20px;
    margin-top: 30px;
}

.numeric-control {
    display: flex;
    align-items: center;
}

.numeric-control .controls {
    display: flex;
    align-items: center;
}

.numeric-control .quantity {
    width: 60px;
    text-align: center;
    height: 38px;
    margin: 0 10px;
}

.numeric-control button {
    width: 40px;
    height: 38px;
    font-size: 18px;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    cursor: pointer;
}

.numeric-control button:hover {
    background-color: #ddd;
}

.right-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-img {
    max-width: 100px;
    width: 100%; /* Esto asegura que la imagen se ajuste dentro del contenedor */
    height: auto; /* Mantiene la proporción de la imagen */
    object-fit: cover;
}


.product-price {
    font-size: 0.9rem;
    color: #555;
}

.item-price-special {
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 5px;
}

.eliminar {
    font-size: 1.5rem;
    color: #dc3545;
    background: none;
    border: none;
}
@media (max-width: 768px) {
    .cart-item {
        flex-direction: column;
        align-items: flex-start; /* Alineamos todos los elementos hacia la izquierda */
    }

    .product-name {
        margin-bottom: 10px; /* Añadir espacio entre nombre y precio */
    }

    .numeric-control {
        margin-top: 10px; /* Separación entre cantidad y precio */
        justify-content: center;
        width: 100%;
    }

    .right-section {
        text-align: left;
        width: 100%;
        margin-top: 10px;
    }

    .product-price {
        display: block;
        margin-top: 5px; /* Espaciado entre nombre y precio */
    }

    .item-price-special {
        font-weight: bold;
        margin-right: 10px; /* Espaciado del precio total */
    }
}

    /* .---- fin carrito nuevo flex ------*/




.titular_jumbo_con_imagen .zona_titulares h1 {
    padding-top: 5%;
    padding-bottom: 4%;
}
.titular_jumbo_con_imagen .overlay {
   
    background: linear-gradient(to bottom, rgba(208, 52, 83, 0.2) 0%, rgba(208, 52, 83, 0.3) 50%, rgba(208, 52, 83, 0.5) 100%);
}



.estado {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 500;
}

.enviado {
    color: #5cdb13;
}

.entregado {
    color: #b5a66b;
}

.proceso {
    color: #EBB52D;
}

.magen_top10 {
    margin-top: 10px;
}

.lg-margin {
    margin-bottom: 40px;
}


.cabecero_carrito {
    min-height: 350px;
}

.title {
    color: #b5a66b;
    font-size: 60px;
    padding-bottom: 30px;
 
}






.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{align-items: center; display: flex;}
.item-name-col p {
    text-align: left;
}



.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 {
    background-color: transparent !important;
    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: 5px;
    text-align: inherit;
    color: #333;
}

.total-table > tfoot > tr > td {
    padding: 5px;
    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;
}
#shipping-form .shipping-desc {
    font-size: 17px;
    line-height: 20px;
    color: #797676;
    margin-bottom: 28px;
}

.der {
    text-align: right !important;
}
.der.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;
}
#shipping-form .control-label {
    /* width: 130px;*/
     display: inline-block;
     margin: 15px 0px;
 
     font-weight: 400;
 
 }
 
 #shipping-form .input-container {
     display: block;
    
 }

.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;
}


/*----- tab productos------*/

.tab-container.left {
    border: 1px solid #dcdcdc;
    background-color: #fff;
}



.pestanas {   
    border: none;    
    background-color: #FAFAFA;
    height: 100%;
}




.tab-container .nav-item:first-child {
    border-bottom: 1px solid #dcdcdc;
}

.tab-container.left .nav-tabs > li {
    float: none;
    border: transparent;
    
}



.tab-container .nav-tabs > li .nav-link {
    display: block;
    cursor: pointer;
    margin-right: 0;
    line-height: inherit;
    border: 1px solid transparent;
   border-bottom: 1px solid #ccc;
   border-right:1px solid #ccc;
   border-top: 1px solid #ccc;
   border-right:1px solid #ccc;
    border-radius: 0px;
    color: #666;   
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in;
    -o-transition: background 0.2s ease-in;
    -ms-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
}


.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {    border-right: none!important;    margin-right: -1px!important; background-color: #fff;}


.tab-container .tab-content {    padding: 0 50px 0;    color: #797676;}

.tab-container.left .tab-content {    padding: 0 50px 0 50px;    border: none;}



.tab-container .tab-content .tab-pane {
    padding: 20px 0;
}

#codigo_envio .tab-pane {

    background-color: #fff;
    border: none !important;

}

/* Home page tab styles*/
#products-tabs-list {
    margin-bottom: 30px;
}

.tab-style-1 li {
    float: left;
    margin: 0 3px 3px 0;

}

.tab-style-1 li a {
    background: #575a59;
    border: 1px solid #575a59;
    color: #fff;
    text-transform: Uppercase;
    padding: 4px 20px;
    display: inline-block;
    font: 400 14px/20px 'PT Sans', sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}



.tab-style-1 li.active a {
    cursor: default;
}

#products-tabs-content {
    margin-bottom: 25px;
}

#products-tabs-list.tab-style-2 {
    margin-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
}

.tab-style-2 li {
    float: left;
    margin: 0 1px 0 0;
    position: relative;

}

.tab-style-2 li a {
    background: #fafafa;
    border: 1px solid #dcdcdc;
    color: #8f9592;
    text-transform: Uppercase;
    padding: 9.5px 44px;
    border-radius: 4px 4px 0 0;
    display: inline-block;
    font: 700 17px/20px 'PT Sans', sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: -1px;
}



.tab-style-2 li.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
   
}

.tab-style-2 li.active a {
    cursor: default;
}

#products-tabs-content {
    margin-bottom: 25px;
}


/* ---------------------------------
------------- 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;
    float: left;
    border-bottom: none;
}

.tab-container.right .nav-tabs {
    background: #fafafa;
    border-left: 1px solid #dcdcdc;
    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;
}
.btn-custom {
    padding: 10px 15px;    
    text-transform: uppercase;
}

.btn-custom:hover {
    color: #fff !important;
    background-color: #000;
}

#shipping .form-group {
    margin-bottom: 25px;
}

/*----------------------pasos ------------------------------------*/

.pasos ol.breadcrumb {
    padding: 0px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #fff;
    border-radius: 4px;
    font-weight: 700;
}

.pasos ol.breadcrumb li {    color: #000;    margin-right: 10px;}

.pasos ol.breadcrumb li a {    color: #000;}


.pasos .progress-bar {
    font-size: 1em;
    font-weight: 500;
    line-height: 27px;
}

.pasos .progress {
    height: 29px;
}

#paso1 h3 {
    font-size: clamp(1.25rem, 1.16rem + 0.45vw, 1.75rem);
    color:#000;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 40px;
}

#paso1 .form-group {
    margin-bottom: 25px;
}

.pasos h2 {
    color: #000;
    font-size: clamp(1.5rem, 1.343rem + 0.79vw, 2.375rem);
    margin-top: 40px;
    font-weight: 600;
}

#paso1 .bot_entrar {
    margin-top: 40px;
}

#paso1 label {
    padding-left: 10px;
    font-size: 1em;
    font-weight: 500;

}

.pasos .text-input, .form-control {
    /*background-color: rgba(237, 234, 234,0.9);*/
    color: #000;
    border-color: #ddd;
}
.pasos .necesito{color:#666!important;}
#paso1 .form-control {
    color: #666 !important;
}

 .shipping .form-floating > .form-select, .shipping .form-floating > .form-control {
    color:#000!important;
background-color:#d0345310!important;
}

.shipping .form-floating>.form-select:focus,
.shipping .form-floating>.form-select:not(:placeholder-shown){
    color:#000;
background-color:#d0345310;
}

/*---------paso 2-------*/


.pasos .caja_transporte {
    margin-top: 30px;
    cursor: pointer;
}

.pasos .relleno_transp {
    background-color: #eee;
    padding: 25px 15px;
    display: block;
}

.pasos .relleno_transp:hover {
    background-color: #fff;
}
.pasos .nombre_p b{font-weight: 800;}


.pasos .nombre_transp {
    font-size: 1.2em;
    font-weight: 900 !important;
    color: #000;
    display: inline-block;
    text-transform: uppercase;
}

.pasos .breadcrumb > li + li::before {

    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;

}
.pasos #seleccion_transporte .radio label, #seleccion_pago .radio label {
    font-size: 1.1em;
    font-weight:800 !important;
}

.pasos .desarrollo {
    font-size: 0.9em;
    color: #666;
    padding-left: 30px;
}

.pasos .precio_transp {
    font-size: 1.75em;
    color: #e82c0c;
    display: inline-block;
    padding-left: 28px;
    padding-right: 10px;
    font-weight: 600;
}

.pasos .precio_transp_tachado {
    font-size: 1.3em;
    color: #e82c0c;
    display: inline-block;
    padding-left: 20px;
    text-decoration: line-through;
    font-weight: 600;
}

.pasos .gratis {
    color: #338808;
    display: inline-block;
    padding-left: 20px;
    font-size: 1.3em;
    font-weight: 600;
}

/*------------paso 3----------------------*/

#tabla_det {
    text-align: center;
}

#tabla_det td {
    vertical-align: middle;
    padding: 10px 10px;
}

.fondo_total {
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 800;
}

#tabla_det th {
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 700;
    color:#fff;

}
#tabla_det .totales_paso_confirmacion{ text-transform: uppercase; color:#000; text-align: left; font-weight: 600;}
#tabla_det tfoot tr td:not(:first-child){background-color: #efefef;}
.cart-product-sub-total, .cart-sub-total {
    text-align: right !important;
}

.cart-product-description {
    font-weight: 400;
    color: #000;
}
#tabla_det .politica{text-align: end;}

#paso3 .cart-product-description {font-size: 1.1em;text-align: left; }

.cart-product-sub-total {
    font-weight: 600;
    color: #000;
}
#tabla_det tfoot .fondo_total{text-align: left; color:#000;}
#tabla_det tfoot { font-size: 1.3em; font-weight: 700;}
#paso3 .fondo_total {
    background-color: #000;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 800;
}

.precio_total {
    color: #000000;
    font-weight:700;
    font-size: 1em;
    text-align: right !important;
}

.capa_total_pedido {
    margin-top: 10px;
    text-align: center;
    font-size:1.2em;
    font-weight: bold;
}

.total_g{font-size: 1.1em; color: #000;}

.btn_corporativo{text-transform: uppercase;}
.pedido_final{font-size: 1.7em;}






/*---------------histortial ---------------------------*/


#historial .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 .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;  color:#fff; text-transform: uppercase;}
#historial a{color:#ffffff;}
#historial .pendiente_pago {background-color:#C98209; color:#000!important;}
#historial .pendiente_envio {background-color:#2FC898; color:#000!important;}
#historial .enviado{background-color:#1175AE ;}
#historial .completado{background-color:#858181; color:#000!important;}
#historial .cancelado{background-color:#FC0F0F; color:#000!important;}
#historial .error_pago{background-color:#FC0F0F; color:#000!important;}
#historial .reintentar_pago{ color:#000!important; border: 1px solid red; padding: 0.2em 0.6em; font-size: 0.9em;}
#historial .pagado{background-color:#497D04 ;}

#historial h2,h3{
    color: black;
    font-weight: bold;
}

/*------- media queries de historial -------*/



/* Extra small devices (portrait phones, less than 576px)*/
@media (width <= 575.98px){
    #historial table{width: 100%; border:none;}
    #historial thead{display: none;}
    #historial  td{border:none!important; text-align: left!important;}

    #historial  table tr{    display:flex;    flex-direction: column;    border:1px solid #ccc; margin-bottom: 10px; padding: 8px;}

    #historial  table td[data-titulo]{   display:flex; }
    #historial  table td[data-titulo]::before{
        content:attr(data-titulo);
        font-weight: 600;
        width: 100px;
        font-size:0.8em;
        text-transform: uppercase;
        color:#000;
    }
    
}

/* Small devices (landscape phones, 576px and up)*/
@media (576px <= width <= 767.98px) {

 
    #historial table{width: 100%; border:none;}
    #historial thead{display: none;}
    #historial  td{border:none!important; text-align: left!important;}

    #historial  table tr{    display:flex;    flex-direction: column;    border:1px solid #ccc; margin-bottom: 10px; padding: 8px;}

    #historial  table td[data-titulo]{   display:flex; }
    #historial  table td[data-titulo]::before{
        content:attr(data-titulo);
        font-weight: 600;
        width: 100px;
        font-size:0.8em;
        text-transform: uppercase;
        color:#000;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (768px <= width <= 991.98px) {
    
}

/* Large devices l (desktops, 992px and up)*/
@media (992px <= width <= 1199.98px) {
    
}

/* Extra large devices xl(large desktops, 1200px and up)*/
@media (1200px <= width <= 1399px) {

  
    
}
/* Extra large devices xl(large desktops, 1400px and up)*/
@media (width >= 1400px){

   
    
}


/*---------------datos cliente ---------------------------*/

.tienda_datos_cliente h2{color:#000;}
.tienda_datos_cliente .zona_boton{ margin: 25px 0px; padding-top: 25px;  border-top: 4px dotted #ccc; }



/* #Media Queries
================================================== */






/* Extra small devices (portrait phones, less than 576px)*/
@media (width <= 575.98px){
    .botones_compra .btn-custom {        margin-top: 0px;    }    
    .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.2em;}
    .peke{ font-weight: 500!important; font-size: 13px!important; margin-right: 10px;}
    .reseteo_carrito .btn-custom {        margin-top: 0px;    }
    #envio_carrito{ padding: 15px; background-color: #efefef;}
    .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 .der{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;}
   
    #shipping-form_movil .btn{ width: 100%;}
    .reseteo_carrito .btn-custom-2{ width: 100%;}



}

/* Small devices (landscape phones, 576px and up)*/
@media (576px <= width <= 767.98px) {
    .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;}
    .reseteo_carrito .btn-custom {        margin-top: 0px;   }
    #envio_carrito{ padding: 15px; background-color: #efefef;}
    .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 .der{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;}    
    #shipping-form_movil .btn{ width: 100%;}
    .iconos_tienda_cabecero {  text-align: center!important;   margin-top:0px!important;  }
    .bloque_redes {  margin-top: 0px!important; text-align: center!important; font-size: 13px!important; }
    .vaciar_carrito{ margin-top: 0px!important;}
 
}

/* Medium devices (tablets, 768px and up)*/
@media (768px <= width <= 991.98px) {
    .btn-custom {        margin-top: 10px;    }
    .vaciar_carrito{ margin-top: 0px!important;}
}

/* Large devices l (desktops, 992px and up)*/
@media (992px <= width <= 1199.98px) {
    .btn-custom {        margin-top: 10px;    }
    .vaciar_carrito{ margin-top: 0px!important;}
}

/* Extra large devices xl(large desktops, 1200px and up)*/
@media (1200px <= width <= 1399px) {

  
    
}
/* Extra large devices xl(large desktops, 1400px and up)*/
@media (width >= 1400px){

   
    
}

/* iPads (portrait) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .btn-custom {        margin-top: 10px;    }
    .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;}

}

