.save-cart-list-buttons {
    margin-top: 10px;
}
/*
#q-app input {
    border: initial;
    background-color: initial;
    height: initial;
}

#q-app .row {
    margin-left: 0px;
    margin-right: 0px;
}
*/
.q-panel, .q-panel>div {
   height: unset;
}

.title-label {
   display: block;
   margin: 10px 0px 5px 0px;
   padding: 2px;
   font-weight: bold;
   background-color: #eee;
}

.totals {
   background-color: #fff;
   border-radius: 0;
   margin-top: 10px;
   margin-bottom: 10px;
}

.total-pricing {
   background-color: #fff;
   color: #3156bc;
   margin-bottom: 16px;
   width: 100%;
}

.total-pricing-row {
   width: 100%;
}

.total-label {
   width: 60%;
}

.total-number {
   width: 40%;
   text-align: right;
}

.btn-full-width {
   width: 100%;
}

@media only screen and (max-width: 394px) {
/*   select,
   textarea,
   input[type="text"],
   input[type="password"],
   input[type="datetime"],
   input[type="datetime-local"],
   input[type="date"],
   input[type="month"],
   input[type="time"],
   input[type="week"],
   input[type="number"],
   input[type="email"],
   input[type="url"],
   input[type="search"],
   input[type="tel"],
   input[type="color"] {
     padding: 6px 12px !important;
     
   } */
   .column-code{
      display:none;
   }
}