.logo-adjustment{
    width: 150px;
    margin-bottom: 8px;
}

.logo-adjustment-mobile{
    width: 42px;
    margin-bottom: 8px;
}

.img-logo-login{
    margin-top: 210px;
    margin-bottom: 40px;
}

.logo-login{
    width: 154px;
}
.size-img-product-orders{
    width: 100px;
    margin-top: -34px;
}
.order{
    margin-top: 10px;
}

.actions-product-order{
    margin-left: 54px;
}

.img-product-orders, .products-order, .actions-product-order{
    display: inline-block;
}

.esconder{
    display: none!important;
}

.font-client-order{
    font-size: 13px;
}

.p-success{
    margin-top: 17px;
    margin-left: 7px;
    font-size: 10px;
}

.title-order-all{
    margin-left: 17px;
    font-size: 12px;
    font-weight: 700;
}

.loader {
    border: 3px solid #d8d7d7;
    border-radius: 50%;
    border-top: 3px solid #1ab394;
    width: 17px;
    height: 17px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 0.7s linear infinite;
    margin-top: 0px;
    margin-right: 15px;
    padding: 0px;
    display: inline-block;
}

  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
