.display-none{
    display: none;
}

.swal2-container {
    z-index: 99999 !important;
}

.loadingData{
    display: none;
    margin-right: 7px;
}

.loadingData .loadingDataShow {
    animation: spin 0.5s linear infinite;
    color: #fff;
}

.loadingDataMisCompras{
    display: flex;
    margin: 0 auto;
    font-size: 1.5rem;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
}

.loadingDataMisCompras .loadingDataShow {
    animation: spin 0.5s linear infinite;
    color: #fff;
}

.selectUM{
    width: auto;
    height: 2.5rem;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: .25rem;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    font-family: roboto,sans-serif;
    border: 1px solid #ccc;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    position: relative;
    background: url(../images/arrow.svg) no-repeat right,#fff;
    background-position: calc(100% - 1rem);
    background-size: 0.875rem auto;
    padding: 0 2.5rem 0 1rem;
    font-size: .875rem;
}



.addToCart .btnPrimary{
    text-indent: 0 !important;
}

.has-error{
    color: #dc3545 !important;
}

.orderDetailInfo2{
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 0.5rem;
    flex-wrap: nowrap;
}

.vaciarCarro{
    margin-top: 24px;
    border:0;
    cursor: pointer;
    width: 33px;
    height: 33px;
    content: "";
    display: block;
    background: url(../../assets/images/trash.svg) center center no-repeat;
    background-size: 100% auto;
    -webkit-filter: invert(13%) sepia(89%) saturate(7082%) hue-rotate(353deg) brightness(88%) contrast(102%);
    filter: invert(13%) sepia(89%) saturate(7082%) hue-rotate(353deg) brightness(88%) contrast(102%);
    margin-left: 0.5rem;
}

.calugaCantidad{
    text-align: center !important;
}

/* .listaProductos{
    position: absolute;
    max-height: 300px;
    z-index: 9999;
    top: 116px;
    left: 0px;
    width: 100%;
    background: #FFF;
    overflow: auto;
    cursor: pointer;
    border : 1px solid #ccc;
} */


/* 
#listaProveedores li{
    padding: 3px;
    border-bottom: 1px solid #e8e8e8;
}

#listaProveedores li:hover{
    background-color: #eeeeee;
}

#listaProveedores li a{
    text-decoration: none;
    color: black;
} */

/* .cambioDePrecio{
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    flex-wrap: nowrap;
} */

#swal2-html-container{
    max-height: 300px !important;
}


.botonSiguienteOrden{
    margin-top: 17px;
}

.swal2-title{
    font-size:23px !important;
}

.chosen-container-single .chosen-single {
    overflow: hidden; 
    border: 1px solid #aaa; 
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgb(0 0 0 / 10%); 
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgb(0 0 0 / 10%); 
    color: #444; 
    text-decoration: none; 
    white-space: nowrap;
    line-height: 24px;

    width: 100% !important;
    height: 2.5rem !important;
    border-radius: 0.25rem !important;
    -webkit-border-radius: 0.25rem !important;
    -moz-border-radius: .25rem !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    position: relative !important;
    background: url(../../assets/images/arrow.svg) no-repeat right,#fff !important;
    background-position: calc(100% - 1rem) !important;
    background-size: 0.875rem auto !important;
    padding: 0 2.5rem 0 1rem !important;
    font-size: .875rem !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    transition: .3s !important;
    -webkit-transition: .3s !important;
    -moz-transition: .3s !important;
    font-family: "Roboto",sans-serif !important;
    border: 1px solid #ccc !important;
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 16%) !important;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%) !important;
    padding: 0 2.5rem 0 1rem !important;
}

.chosen-container-single .chosen-single div b{
    background-position: bottom;
    margin-left: 28px;
}

#cantidadResultados{
    width: 75px !important;
}

.sorting{
    margin-left: 4px !important;
}

/* .tablaEditar{
    width: 100% !important;
} */

.radioFP{
   width: 100% !important;
}

.formSugeridos{
    width: 100% !important;
}


@keyframes spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}