.div_content_carrito{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .3);
    z-index: 200;
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.div_content_carrito.activo{
    display: flex;
}

.div_carrito{
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
}

.h_carrito{
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 40px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    
}

.div_content_product_carrito{
    position: relative;
    width: 75%;
    height: 85vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: auto;
}

#div_content_procesar_carrito{
    width: 25%;
    overflow: hidden;
}

.table_carrito{
    position: relative;
    width: 95%;
    min-height: 18%;
    max-height: 80%;
    top: 12px;
    left: 50%;
    transform: translate(-50%);
    border: 1px solid rgba(0, 0, 0, .3);
    overflow: auto;
}

.head_table, .body_table{
    font-size: 20px;
}

.head_table tr th{
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    padding-bottom: 25px;
    padding-top: 25px;
    margin: 0;
}

.body_table{
    position: relative;
    text-align: center;
    height: 80px;
    margin: 10px;
    
}

.img_producto_carrito{
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 80px;
    transform: translateY(-50%);
    transition: all .4s ease;
    cursor: pointer;
}

.eliminar_item{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 35px;
    color: rgba(255, 255, 255, .5);
    z-index: 2;
    transition: all .4s ease;
    opacity: 0;
    cursor: pointer;
}

.eliminar_item:hover{
    opacity: 1;
}

.td_titulo{
    position: relative;
    font-size: 16px;
    min-width: 250px;
    left: 20px;
    text-align: left;
}

.td_cantidad{
    position: relative;
    width: 180px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    justify-items: center;
    padding-top: 20px;
    left: 50%;
    transform: translate(-50%);
}

.cant_input{
    position: relative;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 20px;
    background: rgba(0, 0, 0, .03);
    border: 1px solid rgba(0, 0, 0, .3);
    outline: none;
}

.div_menos, .div_mas{
    position: relative;
    width: 45px;
    height: 45px;
    border: 1px solid rgba(0, 0, 0, .3);
    line-height: 45px;
    font-size: 12px;
    cursor: pointer;
    transition: all .5s ease;
}

.div_menos:hover, .div_mas:hover{
    background: var(--color--artesanos);
    color: aliceblue;
}

.h_carrito_vacio{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 4rem;
    font-weight: 500;
    color: red;
}

.div_procesar_total{
    position: relative;
    width: 400px;
    height: 400px;
    top: 13px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    justify-items: flex-start;
    align-content: flex-start;
    border: 1px solid rgba(0, 0, 0, .3);
}

.h_procesar{
    position: relative;
    padding: 20px 30px;
    font-size: 30px;
}

.l_procesar{
    position: relative;
    width: 100%;
    margin: 2px 20px;
    font-size: 20px;
    font-weight: 400;
    
}

.div_division{
    position: relative;
    width: 90%;
    border: 1px dotted rgba(0, 0, 0, .3);
    left: 50%;
    transform: translate(-50%);
    margin: 20px 0;
    
}

.btn_procesar_pago{
    position: relative;
    width: 90%;
    text-align: center;
    margin-top: 20px;
    border-radius: 30px;
    background: #000;
    color: aliceblue;
    padding: 15px 0;
    left: 50%;
    transform: translate(-50%);
    cursor: pointer;
    transition: all .4s ease;
    display: block;
}

.btn_procesar_pago:hover{
    background: var(--color--artesanos);
}

.l_cupon{
    position: relative;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 0px;
}

.i_cupon{
    position: relative;
    outline: none;
    border: 1px solid rgba(0, 0, 0, .3);
    width: 40%;
    height: 30px;
    padding: 10px;
    left: 25%;
    transform: translate(-50%);
    margin-bottom: 0;
}

.l_actu_precio{
    position: relative;
    left: 32%;
    height: 30px;
    width: 50%;
    transform: translate(-50%);
    background: var(--color--artesanos);
    text-align: center;
    cursor: pointer;
    line-height: 30px;
    border-radius: 4px;
    color: aliceblue;
}

.l_descuento{
    position: relative;
    font-size: 30px;
    top: 7%;
    left: 6%;
    
}

.i_murphis_coin{
    position: absolute;
    width: 60%;
    outline: none;
    border: none;
    background: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    color: aliceblue;
    padding-left: 10px;
}


.i_murphis_coin::placeholder { color: rgba(255, 255, 255, .7); }

.div_error_billetes{
    position: fixed;
    width: 40%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 3;
    border: 1px solid rgba(0, 0, 0, .3);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, .2);
    border-radius: 7px;
    padding: 10px;
    display: none;
    
}

.div_error_billetes.activo{
    display: block;
    border: 1px solid rgba(0, 0, 0, .3);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, .2);
    border-radius: 7px;
    padding: 10px; 
}

.div_billetes_errores{
    position: fixed;
    width: 40%;
    height: 35%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 3;
    border: 1px solid rgba(0, 0, 0, .3);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, .2);
    border-radius: 7px;
    padding: 10px;
    display: none;
    
}

.div_billetes_errores.activo{
    display: block; 
}

.h_carr_saldo{
    position: relative;
    width: 100%;
    text-align: center;
    
}

.div_content_carr_saldo{
    position: relative;
    width: 100%;
    height: calc(100% - 60px);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    overflow: hidden;
}

.div_carr_saldo, .div_pagar_saldo{
    position: relative;
    width: 100%;
    height: 100%;
}

.div_pagar_saldo{
    border-left: 1px solid rgba(0, 0, 0, .4);
}


.l_radio_cuenta{
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}

#radioBillete1, #radioBillete2{
    position: absolute;
    top: 0;
    left: 30%;
}

#div_aceptar_terminos_saldo{
    position: relative;
    top: 15px;
    left: 90%
}

.l_cerrar_saldo{
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 25px;
    cursor: pointer;
}

.i_warning_billet{
    position: relative;
    left: 50%;
    top: 10px;
    color: #eba300;
    transform: translate(-50%);
    font-size: 80px;
    margin-bottom: 70px;
    
}

.i_check_saldo{
    position: absolute;
    top: 10%;
    font-size: 60px;
    color: green;
    width: 100%;
    text-align: center;
    display: block;
}

.h_magicagrega{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    text-align: center;
    
}

.div_cupones_vales{
    position: relative;
    width: 100%;
    height: 30%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    
}

.div_confir_term{
    width: 90% !important;
}

#chec_email_coins, #chec_email_coins_dos{
    position: relative;
    left: 90%;
    top: -30px;
    color: green;
    display: none;
}

.video_magic_coin{
    position: fixed;
    max-width: 700px;
    width: 96%;
    height: 435px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(0, 0, 0, .4);
    border-radius: 8px;
    overflow: hidden;
    z-index: 13;
    display: none;
    opacity: 0;
    transition: all .5s ease;
}

.video_magic_coin.activo{
    display: block;
    opacity: 1;
    transition: all .5s ease;
}

.video_magic_coin label{
    position: absolute;
    right: 15px;
    font-size: 20px;
    top: 5px;
    cursor: pointer;
    z-index: 12;
}

.iframe_video_magic_coin{
    margin-top: 40px;
    width: 100%;
    height: 100%;
}
.info_magic_coins{
    position: absolute;
    top: 24px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, .3);
    color: aliceblue;
    cursor: pointer;
    
}

.fondo_unificar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .4);
    z-index: 14;
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;
}

.fondo_unificar.activo{
    display: flex;
}
/** Responsive carrito */
/**Small devices (landscape phones, 280px and up)**/
@media (min-width:280px){

    .h_carrito{
        position: relative;
        width: 100%;
        text-align: center;
        font-size: 1em;
    }
    
     .img_magos_artesanos_carrito{
        width: 140px; 
        margin-left: 0px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .img_murphys_carrito{
        width: 120px; 
        margin-left: 70px;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }
    
    .div_content_product_carrito{
        width: 100%;
        height: auto;
    }
 
    .table_carrito{
        position: relative;
        width: 100%;
        min-height: 18%;
        max-height: 80%;
        top: 0px;
        left: 50%;
        transform: translate(-50%);
        border: 1px solid rgba(0, 0, 0, .3);
        overflow: auto;
    }
    
    
    .head_table, .body_table{
        font-size: .6em;
        
    }

    .head_table tr th{
        border-bottom: 1px solid rgba(0, 0, 0, .3);
        padding-bottom: 25px;
        padding-top: 25px;
        margin: 0;
        font-size: .9em;
    }

    .body_table{
        position: relative;
        text-align: center;
        height: 100px;
        margin: 10px;

   }
    
    
    .img_producto_carrito{
        display: none;
    }
    
    
    .td_titulo{
        font-size: .6em;
        left: 0;
    }

    .td_cantidad{
        margin-top: 10px;
        width: 120px;
    }

    .cant_input{
        width: 25px;
        height: 25px;
        font-size: 1.4em;
    }

    .div_menos, .div_mas{
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: .8em;
    }


    
     #div_content_procesar_carrito{
        top: 10px;
        width: 25%;
         
    }
    
        
    
      .div_procesar_total{
        position: relative;
        width: 400px;
        height: 450px;
        top: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        justify-items: flex-start;
        align-content: flex-start;
        border: 1px solid rgba(0, 0, 0, .3);
        margin-bottom: 20px;
    }
    
    .info_magic_coins {
        top: 18px;
        left: 30%;
    }
}

/**Small devices (landscape phones, 360px and up)**/
@media (min-width:320px){
       .div_content_carrito{
        position: fixed;
        width: 100%;
        height: auto;
        background: rgba(0, 0, 0, .3);
        z-index: 200;
        display: none;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
    }
    
     .div_carrito{
        position: relative;
        width: 100%;
        min-height: 100vh;
        background: #fff;
        border-radius: 8px;
        padding: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        overflow: auto;
    }
    
    
    .h_carrito_vacio{
        font-size: 2em;
    } 
    
    .h_carrito{
        position: relative;
        width: 100%;
        text-align: center;
        font-size: 1.2em;
    }
    
     
    .img_magos_artesanos_carrito{
        width: 170px; 
        margin-left: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .img_murphys_carrito{
        width: 130px; 
        margin-left: 85px;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }
    
    
    
    .div_content_product_carrito{
        width: 100%;
        height: auto;
    }
    
       
    #div_content_procesar_carrito{
        top: 10px;
        width: 100%;
    }
 
    .table_carrito{
        position: relative;
        width: 100%;
        min-height: 18%;
        max-height: 80%;
        top: 0px;
        left: 50%;
        transform: translate(-50%);
        border: 1px solid rgba(0, 0, 0, .3);
        overflow: auto;
    }
    
    
    .head_table, .body_table{
        font-size: .6em;
        
    }

    .head_table tr th{
        border-bottom: 1px solid rgba(0, 0, 0, .3);
        padding-bottom: 25px;
        padding-top: 25px;
        margin: 0;
        font-size: .9em;
    }

    .body_table{
        position: relative;
        text-align: center;
        height: 100px;
        margin: 10px;

   }
    
    
    .img_producto_carrito{
        display: none;
    }
    
    
    .td_titulo{
        font-size: .6em;
        left: 0;
    }

    .td_cantidad{
        margin-top: 10px;
        width: 120px;
    }

    .cant_input{
        width: 25px;
        height: 25px;
        font-size: 1.4em;
    }

    .div_menos, .div_mas{
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: .8em;
    }
    
    .l_actu_precio{
        width: 50%;
    }

    
      .div_procesar_total{
        position: relative;
        width: 400px;
        height: 480px;
        top: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        justify-items: flex-start;
        align-content: flex-start;
        border: 1px solid rgba(0, 0, 0, .3);
        margin-bottom: 0px;
    }
    
      .aviso_unficar_pedido{
        position: relative;
        width: 100%;
        height: 120px;
        border: 1px solid rgba(0, 0, 0, .3);
        border-radius: 6px;
        background: #fff;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        margin: auto;
        overflow: hidden;
        margin-bottom: 10px;
    } 
    
    .div_btn_unificar{
        position: relative;
        top: 17px;
        width: 100%;
        height: 50px;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    } 
    
    
    .div_btn_unificar label{
        line-height: 25px;
        font-size: 22px;
        background: rgba(0, 0, 0, .04);
    }
   
    
    
    .aviso_unficar_pedido label{
        width: 100%;
        text-align: center;
        font-size: 13px;
    }
    
}

/**Small devices (landscape phones, 360px and up)**/
@media (min-width:346px){
    .div_content_carrito{
        position: fixed;
        width: 100%;
        height: auto;
        background: rgba(0, 0, 0, .3);
        z-index: 200;
        display: none;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
    }
    
     .div_carrito{
        position: relative;
        width: 100%;
        min-height: 100vh;
        background: #fff;
        border-radius: 8px;
        padding: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        overflow: auto;
    }
    
    
    .h_carrito_vacio{
        font-size: 2.5em;
    } 
    
    .h_carrito{
        position: relative;
        width: 100%;
        text-align: center;
        font-size: 1.2em;
    }
    
    .img_magos_artesanos_carrito{
        width: 200px; 
        margin-left: 0px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .img_murphys_carrito{
        width: 160px; 
        margin-left: 75px;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }

    
    .div_content_product_carrito{
        width: 100%;
        height: auto;
    }
 
    .table_carrito{
        position: relative;
        width: 100%;
        min-height: 18%;
        max-height: 80%;
        top: 0px;
        left: 50%;
        transform: translate(-50%);
        border: 1px solid rgba(0, 0, 0, .3);
        overflow: auto;
    }
    
    
    .head_table, .body_table{
        font-size: .6em;
        
    }

    .head_table tr th{
        border-bottom: 1px solid rgba(0, 0, 0, .3);
        padding-bottom: 25px;
        padding-top: 25px;
        margin: 0;
        font-size: .9em;
    }

    .body_table{
        position: relative;
        text-align: center;
        height: 100px;
        margin: 10px;

   }
    
    
    .img_producto_carrito{
        display: none;
    }
    
    
    .td_titulo{
        font-size: .6em;
        left: 0;
    }

    .td_cantidad{
        margin-top: 10px;
        width: 120px;
    }

    .cant_input{
        width: 25px;
        height: 25px;
        font-size: 1.4em;
    }

    .div_menos, .div_mas{
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: .8em;
    }


        
     #div_content_procesar_carrito{
        top: 10px;
        width: 100%;
    }
        
    
      .div_procesar_total{
        position: relative;
        width: 400px;
        height: 480px;
        top: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        justify-items: flex-start;
        align-content: flex-start;
        border: 1px solid rgba(0, 0, 0, .3);
        margin-bottom: 0px;
    }
    
      .aviso_unficar_pedido{
        position: relative;
        width: 100%;
        height: 120px;
        border: 1px solid rgba(0, 0, 0, .3);
        border-radius: 6px;
        background: #fff;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        margin: auto;
        overflow: hidden;
        margin-bottom: 10px;
    } 
    
    .div_btn_unificar{
        position: relative;
        top: 17px;
        width: 100%;
        height: 50px;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    } 
    
    
    .div_btn_unificar label{
        line-height: 40px;
        font-size: 22px;
        background: rgba(0, 0, 0, .04);
    }
   
    
    
    .aviso_unficar_pedido label{
        width: 100%;
        text-align: center;
        font-size: 13px;
    }
    
}

/**Small devices (landscape phones, 360px and up)**/
@media (min-width:360px){
      .h_carrito {
          position: relative;
          width: 100%;
          text-align: center;
          font-size: 1.2em;
      }


      .img_magos_artesanos_carrito {
          width: 170px;
          margin-left: 10px;
          top: 50%;
          transform: translateY(-50%);
      }

      .img_murphys_carrito {
          width: 130px;
          margin-left: 100px;
          top: 50%;
          transform: translateY(-50%);
          right: 0;
      }
    
    
    
    .div_content_product_carrito{
        width: 100%;
        height: auto;
    }
 
    .table_carrito{
        position: relative;
        width: 100%;
        min-height: 18%;
        max-height: 80%;
        top: 0px;
        left: 50%;
        transform: translate(-50%);
        border: 1px solid rgba(0, 0, 0, .3);
        overflow: auto;
    }
    
    
    .head_table, .body_table{
        font-size: .6em;
        
    }

    .head_table tr th{
        border-bottom: 1px solid rgba(0, 0, 0, .3);
        padding-bottom: 25px;
        padding-top: 25px;
        margin: 0;
        font-size: .9em;
    }

    .body_table{
        position: relative;
        text-align: center;
        height: 100px;
        margin: 10px;

   }
    
    
    .img_producto_carrito{
        display: none;
    }
    
    
    .td_titulo{
        font-size: .6em;
        left: 0;
    }

    .td_cantidad{
        margin-top: 10px;
        width: 120px;
    }

    .cant_input{
        width: 25px;
        height: 25px;
        font-size: 1.4em;
    }

    .div_menos, .div_mas{
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: .8em;
    }

        
    .div_procesar_total{
        position: relative;
        width: 400px;
        height: 450px;
        top: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        justify-items: flex-start;
        align-content: flex-start;
        border: 1px solid rgba(0, 0, 0, .3);
        margin-bottom: 20px;
    }
    
    .info_magic_coins {
        top: 18px;
        left: 48%;
    }
}

/**Small devices (landscape phones, 375px and up)**/
@media (min-width:375px){

    .h_carrito_vacio{
        font-size: 3em;
    } 

}

/**Small devices (landscape phones, 390px and up)**/
@media (min-width:390px){
  .div_content_carrito{
        position: fixed;
        width: 100%;
        height: auto;
        background: rgba(0, 0, 0, .3);
        z-index: 200;
        display: none;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
    }
    
     .div_carrito{
        position: relative;
        width: 100%;
        min-height: 100vh;
        background: #fff;
        border-radius: 8px;
        padding: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        overflow: auto;
    }
    
    .h_carrito_vacio{
        font-size: 3em;
    } 
    
    .h_carrito{
        position: relative;
        width: 100%;
        text-align: center;
        font-size: 1.2em;
    }
    
    .img_magos_artesanos_carrito{
        width: 200px; 
        margin-left: 0px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .img_murphys_carrito{
        width: 160px; 
        margin-left: 75px;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }

    
    .div_content_product_carrito{
        width: 100%;
        height: auto;
    }
 
    .table_carrito{
        position: relative;
        width: 100%;
        min-height: 18%;
        max-height: 80%;
        top: 0px;
        left: 50%;
        transform: translate(-50%);
        border: 1px solid rgba(0, 0, 0, .3);
        overflow: auto;
    }
    
    
    .head_table, .body_table{
        font-size: .6em;
        
    }

    .head_table tr th{
        border-bottom: 1px solid rgba(0, 0, 0, .3);
        padding-bottom: 25px;
        padding-top: 25px;
        margin: 0;
        font-size: .9em;
    }

    .body_table{
        position: relative;
        text-align: center;
        height: 100px;
        margin: 10px;

   }
    
    
    .img_producto_carrito{
        display: none;
    }
    
    
    .td_titulo{
        font-size: .6em;
        left: 0;
    }

    .td_cantidad{
        margin-top: 10px;
        width: 120px;
    }

    .cant_input{
        width: 25px;
        height: 25px;
        font-size: 1.4em;
    }

    .div_menos, .div_mas{
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: .8em;
    }


        
    #div_content_procesar_carrito{
        top: 10px;
        width: 100%;
    }
    
        
    
    .div_procesar_total{
        position: relative;
        width: 400px;
        height: 480px;
        top: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        justify-items: flex-start;
        align-content: flex-start;
        border: 1px solid rgba(0, 0, 0, .3);
        margin-bottom: 0px;
    }
    
        
    .aviso_unficar_pedido{
        position: relative;
        width: 100%;
        height: 120px;
        border: 1px solid rgba(0, 0, 0, .3);
        border-radius: 6px;
        background: #fff;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        margin: auto;
        overflow: hidden;
        margin-bottom: 10px;
    } 
    
    .div_btn_unificar{
        position: relative;
        top: 17px;
        width: 100%;
        height: 50px;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    } 
    
    
    .div_btn_unificar label{
        line-height: 40px;
        font-size: 22px;
        background: rgba(0, 0, 0, .04);
    }
   
    
    
    .aviso_unficar_pedido label{
        width: 100%;
        text-align: center;
        font-size: 13px;
    }
    
    

}

/**Small devices (landscape phones, 390px and up)**/
@media (min-width:393px){

    .h_carrito{
        position: relative;
        width: 100%;
        text-align: center;
        font-size: 1.2em;
    }
    
    .img_magos_artesanos_carrito{
        width: 200px; 
        margin-left: 0px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .img_murphys_carrito{
        width: 160px; 
        margin-left: 75px;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }

    
    .div_content_product_carrito{
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
    }
    
    .aviso_unficar_pedido{
        position: relative;
        width: 40%;
        height: 120px;
        border: 1px solid rgba(0, 0, 0, .3);
        border-radius: 6px;
        background: #fff;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        margin: auto;
        overflow: hidden;
    } 
    
    .div_btn_unificar{
        position: relative;
        top: 7px;
        width: 100%;
        height: 60px;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    } 
    
    
    .div_btn_unificar label{
        line-height: 40px;
        font-size: 22px;
        background: rgba(0, 0, 0, .04);
    }
   
    
    
    .aviso_unficar_pedido label{
        width: 100%;
        text-align: center;
    }
    
    
 
    .table_carrito{
        position: relative;
        width: 100%;
        min-height: 18%;
        max-height: 80%;
        top: 0px;
        left: 50%;
        transform: translate(-50%);
        border: 1px solid rgba(0, 0, 0, .3);
        overflow: auto;
    }
    
    
    .head_table, .body_table{
        font-size: .6em;
        
    }

    .head_table tr th{
        border-bottom: 1px solid rgba(0, 0, 0, .3);
        padding-bottom: 25px;
        padding-top: 25px;
        margin: 0;
        font-size: .9em;
    }

    .body_table{
        position: relative;
        text-align: center;
        height: 100px;
        margin: 10px;

   }
    
    
    .img_producto_carrito{
        display: none;
    }
    
    
    .td_titulo{
        position: absolute;
        font-size: .6em;
        left: 0px;
        text-align: left;
        display: block;
        width: calc(100% - 130px);
        height: 100%;
        margin-left: 65px;
    }

    .td_cantidad{
        margin-top: 10px;
        width: 120px;
    }

    .cant_input{
        width: 25px;
        height: 25px;
        font-size: 1.4em;
    }

    .div_menos, .div_mas{
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: .8em;
    }


        
    #div_content_procesar_carrito{
        top: 10px;
        width: 100%;
    }
    
        
    
    .div_procesar_total{
        position: relative;
        width: 400px;
        height: 450px;
        top: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        justify-items: flex-start;
        align-content: flex-start;
        border: 1px solid rgba(0, 0, 0, .3);
        margin-bottom: 20px;
    }
    
      .aviso_unficar_pedido{
        position: relative;
        width: 100%;
        height: 120px;
        border: 1px solid rgba(0, 0, 0, .3);
        border-radius: 6px;
        background: #fff;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        margin: auto;
        overflow: hidden;
        margin-bottom: 10px;
    } 
    
    .div_btn_unificar{
        position: relative;
        top: 17px;
        width: 100%;
        height: 50px;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    } 
    
    
    .div_btn_unificar label{
        line-height: 40px;
        font-size: 22px;
        background: rgba(0, 0, 0, .04);
    }
   
    
    
    .aviso_unficar_pedido label{
        width: 100%;
        text-align: center;
        font-size: 13px;
    }
    

}

@media (min-width:400px){
     #div_content_procesar_carrito{
        top: 10px;
        width: 100%;
    }
    
      .aviso_unficar_pedido{
        position: relative;
        width: 100%;
        height: 120px;
        border: 1px solid rgba(0, 0, 0, .3);
        border-radius: 6px;
        background: #fff;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        margin: auto;
        overflow: hidden;
        margin-bottom: 10px;
    } 
    
    .div_btn_unificar{
        position: relative;
        top: 17px;
        width: 100%;
        height: 50px;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    } 
    
    
    .div_btn_unificar label{
        line-height: 40px;
        font-size: 22px;
        background: rgba(0, 0, 0, .04);
    }
   
    
    
    .aviso_unficar_pedido label{
        width: 100%;
        text-align: center;
        font-size: 13px;
    }
    
}

@media (min-width:412px){
     #div_content_procesar_carrito{
        top: 10px;
        width: 100%;
    }
    
      .aviso_unficar_pedido{
        position: relative;
        width: 100%;
        height: 120px;
        border: 1px solid rgba(0, 0, 0, .3);
        border-radius: 6px;
        background: #fff;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        margin: auto;
        overflow: hidden;
        margin-bottom: 10px;
    } 
    
    .div_btn_unificar{
        position: relative;
        top: 17px;
        width: 100%;
        height: 50px;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    } 
    
    
    .div_btn_unificar label{
        line-height: 40px;
        font-size: 22px;
        background: rgba(0, 0, 0, .04);
    }
   
    
    
    .aviso_unficar_pedido label{
        width: 100%;
        text-align: center;
        font-size: 13px;
    }
    
    .info_magic_coins {
        top: 18px;
        left: 42%;
    }
}

@media (min-width:432px){
     #div_content_procesar_carrito{
        top: 10px;
        width: 100%;
    }
    
      .aviso_unficar_pedido{
        position: relative;
        width: 100%;
        height: 120px;
        border: 1px solid rgba(0, 0, 0, .3);
        border-radius: 6px;
        background: #fff;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        margin: auto;
        overflow: hidden;
        margin-bottom: 10px;
    } 
    
    .div_btn_unificar{
        position: relative;
        top: 17px;
        width: 100%;
        height: 50px;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    } 
    
    .div_btn_unificar_modal{
        position: relative;
        top: 17px;
        width: 100%;
        height: 50px;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    } 
    
    
    .div_btn_unificar label{
        line-height: 40px;
        font-size: 22px;
        background: rgba(0, 0, 0, .04);
    }
   
    
    
    .aviso_unficar_pedido label{
        width: 100%;
        text-align: center;
        font-size: 13px;
    }
    
    .info_magic_coins {
        top: 18px;
        left: 38%;
    }
}

@media (min-width:480px){
     #div_content_procesar_carrito{
        top: 10px;
        width: 100%;
    }
    
      .aviso_unficar_pedido{
        position: relative;
        width: 100%;
        height: 120px;
        border: 1px solid rgba(0, 0, 0, .3);
        border-radius: 6px;
        background: #fff;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        margin: auto;
        overflow: hidden;
        margin-bottom: 10px;
    } 
    
    .div_btn_unificar{
        position: relative;
        top: 17px;
        width: 100%;
        height: 50px;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    } 
    
    
    .div_btn_unificar label{
        line-height: 40px;
        font-size: 22px;
        background: rgba(0, 0, 0, .04);
    }
   
    
    
    .aviso_unficar_pedido label{
        width: 100%;
        text-align: center;
        font-size: 13px;
    }
    
    .info_magic_coins {
        top: 18px;
        left: 36%;
    }
}

@media (min-width:504px){
     #div_content_procesar_carrito{
        top: 10px;
        width: 100%;
    }
    
      .aviso_unficar_pedido{
        position: relative;
        width: 100%;
        height: 120px;
        border: 1px solid rgba(0, 0, 0, .3);
        border-radius: 6px;
        background: #fff;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        margin: auto;
        overflow: hidden;
        margin-bottom: 10px;
    } 
    
    .div_btn_unificar{
        position: relative;
        top: 17px;
        width: 100%;
        height: 50px;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    } 
    
    
    .div_btn_unificar label{
        line-height: 40px;
        font-size: 22px;
        background: rgba(0, 0, 0, .04);
    }
   
    
    
    .aviso_unficar_pedido label{
        width: 100%;
        text-align: center;
        font-size: 13px;
    }
    
    .info_magic_coins {
        top: 18px;
        left: 35%;
    }
}

/**Small devices (landscape phones, 576px and up)**/
@media (min-width:600px){
   #div_content_procesar_carrito{
        top: 10px;
        width: 100%;
    }
    
    .div_procesar_total{
        position: relative;
        width: 100%;
        height: 480px;
        top: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        justify-items: flex-start;
        align-content: flex-start;
        border: 1px solid rgba(0, 0, 0, .3);
        margin-bottom: 0px;
    }
    
    
    .h_carrito_vacio{
        font-size: 3.5em;
    } 

    .info_magic_coins {
        top: 18px;
        left: 28%;
    }
}

/**Small devices (landscape phones, 576px and up)**/
@media (min-width:604px){
   #div_content_procesar_carrito{
        top: 10px;
        width: 100%;
    }
    
    .div_procesar_total{
        position: relative;
        width: 100%;
        height: 480px;
        top: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        justify-items: flex-start;
        align-content: flex-start;
        border: 1px solid rgba(0, 0, 0, .3);
        margin-bottom: 0px;
    }

    .aviso_unficar_pedido{
        position: relative;
        width: 60%;
        height: 120px;
        border: 1px solid rgba(0, 0, 0, .3);
        border-radius: 6px;
        background: #fff;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        margin: auto;
        overflow: hidden;
        margin-bottom: 10px;
    } 
    
    .div_btn_unificar{
        position: relative;
        top: 17px;
        width: 100%;
        height: 50px;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    } 
    
    
    .div_btn_unificar label{
        line-height: 40px;
        font-size: 22px;
        background: rgba(0, 0, 0, .04);
    }
   
    
    
    .aviso_unficar_pedido label{
        width: 100%;
        text-align: center;
        font-size: 13px;
    }
    
}

/**Medium devices (tablets, 768px and up)*/
@media (min-width:768px){
  
     .div_content_carrito{
        position: fixed;
        width: 100%;
        height: auto;
        background: rgba(0, 0, 0, .3);
        z-index: 200;
        display: none;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
    }
    
    .img_magos_artesanos_carrito{
        width: 180px; 
        margin-left: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .img_murphys_carrito{
        width: 130px; 
        margin-left: 0px;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }
   
    
    
    .div_content_product_carrito{
        position: relative;
        width: 100%;
    }
    
    
    .div_carrito{
        position: relative;
        width: 100%;
        min-height: 100vh;
        background: #fff;
        border-radius: 8px;
        padding: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        overflow: auto;
    }
 
    .table_carrito{
        position: relative;
        width: 100%;
        min-height: 18%;
        max-height: 80%;
        top: 0px;
        left: 50%;
        transform: translate(-50%);
        border: 1px solid rgba(0, 0, 0, .3);
        overflow: auto;
    }
    
    .head_table, .body_table{
        font-size: .6em;
        
    }

    .head_table tr th{
        border-bottom: 1px solid rgba(0, 0, 0, .3);
        padding-bottom: 25px;
        padding-top: 25px;
        margin: 0;
        font-size: .9em;
    }

    .body_table{
        position: relative;
        text-align: center;
        height: 100px;
        margin: 10px;

   }
    
    
    .img_producto_carrito{
        display: none;
    }
    
    
    .td_titulo{
        font-size: .6em;
        left: 0;
    }

    .td_cantidad{
        margin-top: 10px;
        width: 120px;
    }

    .cant_input{
        width: 25px;
        height: 25px;
        font-size: 1.4em;
    }

    .div_menos, .div_mas{
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: .8em;
    }

          
     #div_content_procesar_carrito{
        top: 10px;
        width: 100%;
        height: auto;
    }
    
        
    
    .div_procesar_total{
        position: relative;
        width: 100%;
        height: 480px;
        top: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        justify-items: flex-start;
        align-content: flex-start;
        border: 1px solid rgba(0, 0, 0, .3);
        margin-bottom: 0px;
    }
    
      .aviso_unficar_pedido{
        position: relative;
        width: 100%;
        height: 120px;
        border: 1px solid rgba(0, 0, 0, .3);
        border-radius: 6px;
        background: #fff;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        margin: auto;
        overflow: hidden;
        margin-bottom: 10px;
    } 
    
    .div_btn_unificar{
        position: relative;
        top: 17px;
        width: 100%;
        height: 50px;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    } 
    
    
    .div_btn_unificar label{
        line-height: 40px;
        font-size: 22px;
        background: rgba(0, 0, 0, .04);
    }
   
    
    
    .aviso_unficar_pedido label{
        width: 100%;
        text-align: center;
        font-size: 13px;
    }
    
    
    .h_carrito_vacio{
        font-size: 4.5em;
    } 
    
    .info_magic_coins {
        top: 18px;
        left: 22%;
    }
}
/**Large devices (desktops, 992px and up)*/
@media (min-width:800px){
    
  .div_content_carrito{
        position: fixed;
        width: 100%;
        height: auto;
        background: rgba(0, 0, 0, .3);
        z-index: 200;
        display: none;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
    }
    .h_carrito{
        position: relative;
        width: 100%;
        text-align: center;
        font-size: 1.2em;
    }
    
    .img_magos_artesanos_carrito{
        width: 200px; 
        margin-left: 0px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .img_murphys_carrito{
        width: 160px; 
        margin-left: 75px;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }

    
    .div_content_product_carrito{
        width: 100%;
        height: auto;
    }
 
    .table_carrito{
        position: relative;
        width: 100%;
        min-height: 18%;
        max-height: 80%;
        top: 0px;
        left: 50%;
        transform: translate(-50%);
        border: 1px solid rgba(0, 0, 0, .3);
        overflow: auto;
    }
    
    
    .head_table, .body_table{
        font-size: .6em;
        
    }

    .head_table tr th{
        border-bottom: 1px solid rgba(0, 0, 0, .3);
        padding-bottom: 25px;
        padding-top: 25px;
        margin: 0;
        font-size: .9em;
    }

    .body_table{
        position: relative;
        text-align: center;
        height: 100px;
        margin: 10px;

   }
    
    
    .img_producto_carrito{
        display: none;
    }
    
    
    .td_titulo{
        font-size: .6em;
        left: 0;
    }

    .td_cantidad{
        margin-top: 10px;
        width: 120px;
    }

    .cant_input{
        width: 25px;
        height: 25px;
        font-size: 1.4em;
    }

    .div_menos, .div_mas{
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: .8em;
    }


        
    #div_content_procesar_carrito{
        top: 10px;
        width: 50%;
    }
    
        
    
    .div_procesar_total{
        position: relative;
        width: 100%;
        height: 480px;
        top: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        justify-items: flex-start;
        align-content: flex-start;
        border: 1px solid rgba(0, 0, 0, .3);
        margin-bottom: 0px;
    }
    
    .aviso_unficar_pedido{
        position: relative;
        width: 60%;
        height: 120px;
        border: 1px solid rgba(0, 0, 0, .3);
        border-radius: 6px;
        background: #fff;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        margin: auto;
        overflow: hidden;
        margin-bottom: 10px;
    } 
    
    .div_btn_unificar{
        position: relative;
        top: 17px;
        width: 100%;
        height: 50px;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(1 1fr);
    } 
    
    
    .div_btn_unificar label{
        line-height: 40px;
        font-size: 22px;
        background: rgba(0, 0, 0, .04);
    }
   
    
    
    .aviso_unficar_pedido label{
        width: 100%;
        text-align: center;
        font-size: 13px;
    }
    

 
}
/**Large devices (desktops, 992px and up)*/
@media (min-width:810px){
 
    .div_content_carrito{
        position: fixed;
        width: 100%;
        height: auto;
        background: rgba(0, 0, 0, .3);
        z-index: 200;
        display: none;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
    }

    .h_carrito{
        position: relative;
        width: 100%;
        height: 60px;
        text-align: center;
        font-size: 1.2em;
    }
    
    .img_magos_artesanos_carrito{
        width: 200px; 
        margin-left: 0px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .img_murphys_carrito{
        width: 160px; 
        margin-left: 75px;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }

    
    .div_content_product_carrito{
        position: relative;
        width: 100%;
    }
    
    
    .div_carrito{
        position: relative;
        width: 100%;
        min-height: 100vh;
        background: #fff;
        border-radius: 8px;
        padding: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        overflow: auto;
    }
 
    .table_carrito{
        position: relative;
        width: 100%;
        min-height: 18%;
        max-height: 80%;
        top: 0px;
        left: 50%;
        transform: translate(-50%);
        border: 1px solid rgba(0, 0, 0, .3);
        overflow: auto;
    }
    
    
    .head_table, .body_table{
        font-size: .6em;
        
    }

    .head_table tr th{
        border-bottom: 1px solid rgba(0, 0, 0, .3);
        padding-bottom: 25px;
        padding-top: 25px;
        margin: 0;
        font-size: .9em;
    }

    .body_table{
        position: relative;
        text-align: center;
        height: 100px;
        margin: 10px;

   }
    
    
    .img_producto_carrito{
        display: none;
    }
    
    
    .td_titulo{
        font-size: .6em;
        left: 0;
    }

    .td_cantidad{
        margin-top: 10px;
        width: 120px;
    }

    .cant_input{
        width: 25px;
        height: 25px;
        font-size: 1.4em;
    }

    .div_menos, .div_mas{
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: .8em;
    }


        
    #div_content_procesar_carrito{
        top: 10px;
        width: 100%;
        height: auto;
    }
    
        
    
    .div_procesar_total{
        position: relative;
        width: 100%;
        height: 480px;
        top: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        justify-items: flex-start;
        align-content: flex-start;
        border: 1px solid rgba(0, 0, 0, .3);
        margin-bottom: 0px;
    }

    .info_magic_coins {
        top: 18px;
        left: 21%;
    }
 
}
/**Large devices (desktops, 992px and up)*/
@media (min-width:834px){
    

    .h_carrito{
        position: relative;
        width: 100%;
        text-align: center;
        font-size: 1.2em;
    }
    
    .img_magos_artesanos_carrito{
        width: 200px; 
        margin-left: 0px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .img_murphys_carrito{
        width: 160px; 
        margin-left: 75px;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }

    
    .div_content_product_carrito{
        width: 100%;
        height: auto;
    }
 
    .table_carrito{
        position: relative;
        width: 100%;
        min-height: 18%;
        max-height: 80%;
        top: 0px;
        left: 50%;
        transform: translate(-50%);
        border: 1px solid rgba(0, 0, 0, .3);
        overflow: auto;
    }
    
    
    .head_table, .body_table{
        font-size: .6em;
        
    }

    .head_table tr th{
        border-bottom: 1px solid rgba(0, 0, 0, .3);
        padding-bottom: 25px;
        padding-top: 25px;
        margin: 0;
        font-size: .9em;
    }

    .body_table{
        position: relative;
        text-align: center;
        height: 100px;
        margin: 10px;

   }
    
    
    .img_producto_carrito{
        display: none;
    }
    
    
    .td_titulo{
        font-size: .6em;
        left: 0;
    }

    .td_cantidad{
        margin-top: 10px;
        width: 120px;
    }

    .cant_input{
        width: 25px;
        height: 25px;
        font-size: 1.4em;
    }

    .div_menos, .div_mas{
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: .8em;
    }


        
    #div_content_procesar_carrito{
        top: 10px;
        width: 100%;
    }
    
        
    
    .div_procesar_total{
        position: relative;
        width: 400px;
        height: 450px;
        top: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        justify-items: flex-start;
        align-content: flex-start;
        border: 1px solid rgba(0, 0, 0, .3);
        margin-bottom: 20px;
    }

 
}
/**Large devices (desktops, 992px and up)*/
@media (min-width:992px){

}

/**Extra large devices (large desktops, 1024px and up)*/
@media (min-width:1024px){
    
    .img_magos_artesanos_carrito{
        width: 220px; 
        margin-left: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .img_murphys_carrito{
        width: 150px; 
        margin-left: 0px;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }
    
     
    #div_content_procesar_carrito{
        top: 10px;
        width: 100%;
    }
    
        
    
    .div_procesar_total{
        position: relative;
        width: 50%;
        height: 480px;
        top: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        justify-items: flex-start;
        align-content: flex-start;
        border: 1px solid rgba(0, 0, 0, .3);
        margin-bottom: 0px;
    }
 
}

/**Extra large devices (large desktops, 1200px and up)*/
@media (min-width:1200px){
   
}

/**Extra large devices (large desktops, 1280px and up)*/
@media (min-width:1280px){
    .img_magos_artesanos_carrito{
        width: 220px; 
        margin-left: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .img_murphys_carrito{
        width: 150px; 
        margin-left: 50px;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }
    
    .div_content_carrito {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, .3);
        z-index: 200;
        display: none;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
    }

    .div_content_carrito.activo {
        display: flex;
    }

    .div_carrito {
        position: relative;
        width: 100%;
        min-height: 100vh;
        background: #fff;
        border-radius: 8px;
        padding: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        justify-items: flex-start;
        align-items: flex-start;
        overflow: auto;
    }

    .h_carrito {
        position: relative;
        width: 100%;
        text-align: center;
        font-size: 40px;
    }

    .div_content_product_carrito {
        position: relative;
        width: 100% !important;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        overflow: hidden;
        padding: 20px;
    }

    #div_content_procesar_carrito {
        width: 35% !important;
        padding-top: 0;
        height: auto;
        padding-bottom: 50px;
        
    }

    .table_carrito {
        position: relative;
        width: 100%;
        min-height: 18%;
        max-height: 80%;
        top: 12px;
        transform: translate(-50%);
        border: 1px solid rgba(0, 0, 0, .3);
        overflow: auto;
    }

    .head_table,
    .body_table {
        font-size: 20px;
    }

    .head_table tr th {
        border-bottom: 1px solid rgba(0, 0, 0, .3);
        padding-bottom: 25px;
        padding-top: 25px;
        margin: 0;
    }

    .body_table {
        position: relative;
        text-align: center;
        height: 80px;
        margin: 10px;

    }

    .img_producto_carrito {
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        width: 80px;
        transform: translateY(-50%);
        transition: all .4s ease;
        cursor: pointer;
    }

    .eliminar_item {
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .4);
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 35px;
        color: rgba(255, 255, 255, .5);
        z-index: 2;
        transition: all .4s ease;
        opacity: 0;
        cursor: pointer;
    }

    .eliminar_item:hover {
        opacity: 1;
    }

    .td_titulo {
        position: relative;
        font-size: 16px;
        min-width: 250px;
        left: 20px;
        text-align: left;
    }

    .td_cantidad {
        position: relative;
        width: 180px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center;
        justify-items: center;
        padding-top: 20px;
        left: 50%;
        transform: translate(-50%);
    }

    .cant_input {
        position: relative;
        width: 45px;
        height: 45px;
        text-align: center;
        font-size: 20px;
        background: rgba(0, 0, 0, .03);
        border: 1px solid rgba(0, 0, 0, .3);
        outline: none;
    }

    .div_menos,
    .div_mas {
        position: relative;
        width: 45px;
        height: 45px;
        border: 1px solid rgba(0, 0, 0, .3);
        line-height: 45px;
        font-size: 12px;
        cursor: pointer;
        transition: all .5s ease;
    }

    .div_menos:hover,
    .div_mas:hover {
        background: var(--color--artesanos);
        color: aliceblue;
    }

    .h_carrito_vacio {
        font-weight: 500;
        display: block;
    }

    .div_procesar_total {
        position: relative;
        width: 90%;
        height: auto;
        top: 1px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        justify-items: flex-start;
        align-content: flex-start;
        border: 1px solid rgba(0, 0, 0, .3);
        left: 45%;
        transform: translate(-50%);
        margin-bottom: 70px;
    }

    .h_procesar {
        position: relative;
        padding: 20px 30px;
        font-size: 30px;
    }

    .l_procesar {
        position: relative;
        width: 100%;
        margin: 2px 20px;
        font-size: 20px;
        font-weight: 400;

    }

    .div_division {
        position: relative;
        width: 90%;
        border: 1px dotted rgba(0, 0, 0, .3);
        left: 50%;
        transform: translate(-50%);
        margin: 20px 0;

    }

    .btn_procesar_pago {
        position: relative;
        width: 90%;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
        border-radius: 30px;
        background: #000;
        color: aliceblue;
        padding: 15px 0;
        left: 50%;
        transform: translate(-50%);
        cursor: pointer;
        transition: all .4s ease;
    }

    .btn_procesar_pago:hover {
        background: var(--color--artesanos);
    }

}


/**Extra large devices (large desktops, 1440px and up)*/
@media (min-width:1440px){

    
    .img_magos_artesanos_carrito {
        position: absolute;
        width: 15%;
        top: 50%;
        left: 0%;
        transform: translateY(-50%);
    }

    .img_murphys_carrito {
        position: absolute;
        width: 10%;
        top: 50%;
        left: 13%;
        transform: translateY(-50%);
    }
    
    .div_content_carrito {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, .3);
        z-index: 200;
        display: none;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
    }

    .div_content_carrito.activo {
        display: flex;
    }

    .div_carrito {
        position: relative;
        width: 100%;
        min-height: 100vh;
        background: #fff;
        border-radius: 8px;
        padding: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        justify-items: flex-start;
        align-items: flex-start;
        overflow: auto;
    }

    .h_carrito {
        position: relative;
        width: 100%;
        text-align: center;
        font-size: 40px;
    }

    .div_content_product_carrito {
        position: relative;
        width: 75% !important;
        height: 85vh;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        overflow: auto;
    }

    #div_content_procesar_carrito {
        top: 0;
        width: 25% !important;
        height: 828px;
        
    }

    .table_carrito {
        position: relative;
        width: 100%;
        min-height: 18%;
        max-height: 80%;
        top: 12px;
        transform: translate(-50%);
        border: 1px solid rgba(0, 0, 0, .3);
        overflow: auto;
    }

    .head_table,
    .body_table {
        font-size: 20px;
    }

    .head_table tr th {
        border-bottom: 1px solid rgba(0, 0, 0, .3);
        padding-bottom: 25px;
        padding-top: 25px;
        margin: 0;
    }

    .body_table {
        position: relative;
        text-align: center;
        height: 80px;
        margin: 10px;

    }

    .img_producto_carrito {
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        width: 80px;
        transform: translateY(-50%);
        transition: all .4s ease;
        cursor: pointer;
    }

    .eliminar_item {
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .4);
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 35px;
        color: rgba(255, 255, 255, .5);
        z-index: 2;
        transition: all .4s ease;
        opacity: 0;
        cursor: pointer;
    }

    .eliminar_item:hover {
        opacity: 1;
    }

    .td_titulo {
        position: relative;
        font-size: 16px;
        min-width: 250px;
        left: 20px;
        text-align: left;
    }

    .td_cantidad {
        position: relative;
        width: 180px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center;
        justify-items: center;
        padding-top: 5px;
        left: 50%;
        transform: translate(-50%);
    }

    .cant_input {
        position: relative;
        width: 45px;
        height: 45px;
        text-align: center;
        font-size: 20px;
        background: rgba(0, 0, 0, .03);
        border: 1px solid rgba(0, 0, 0, .3);
        outline: none;
    }

    .div_menos,
    .div_mas {
        position: relative;
        width: 45px;
        height: 45px;
        border: 1px solid rgba(0, 0, 0, .3);
        line-height: 45px;
        font-size: 12px;
        cursor: pointer;
        transition: all .5s ease;
    }

    .div_menos:hover,
    .div_mas:hover {
        background: var(--color--artesanos);
        color: aliceblue;
    }

    .h_carrito_vacio {
        font-weight: 500;
        color: red;
    }

    .div_procesar_total {
        position: relative;
        width: 90%;
        height: 500px;
        top: 14px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        justify-items: flex-start;
        align-content: flex-start;
        border: 1px solid rgba(0, 0, 0, .3);
        left: 52%;
        transform: translate(-50%);
    }

    .h_procesar {
        position: relative;
        padding: 20px 30px;
        font-size: 30px;
    }

    .l_procesar {
        position: relative;
        width: 100%;
        margin: 2px 20px;
        font-size: 20px;
        font-weight: 400;

    }

    .div_division {
        position: relative;
        width: 90%;
        border: 1px dotted rgba(0, 0, 0, .3);
        left: 50%;
        transform: translate(-50%);
        margin: 20px 0;

    }

    .btn_procesar_pago {
        position: relative;
        width: 90%;
        text-align: center;
        margin-top: 20px;
        border-radius: 30px;
        background: #000;
        color: aliceblue;
        padding: 15px 0;
        left: 50%;
        transform: translate(-50%);
        cursor: pointer;
        transition: all .4s ease;
    }

    .btn_procesar_pago:hover {
        background: var(--color--artesanos);
    }

    .aviso_unficar_pedido{
        position: relative;
        width: 40%;
        height: 120px;
        border: 1px solid rgba(0, 0, 0, .3);
        border-radius: 6px;
        background: #fff;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        margin: auto;
        overflow: hidden;
        margin-bottom: 10px;
    } 
    
    .div_btn_unificar{
        position: relative;
        top: 17px;
        width: 100%;
        height: 50px;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    } 
    
    
    .div_btn_unificar label{
        line-height: 40px;
        font-size: 22px;
        background: rgba(0, 0, 0, .04);
    }
   
    
    
    .aviso_unficar_pedido label{
        width: 100%;
        text-align: center;
        font-size: 13px;
    }
    
     .info_magic_coins {
        top: 25px;
        left: 18%;
    }
    
}



































