#owl-demo .item{
    display: block;
    padding: 30px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
  }
  .owl-theme .owl-controls .owl-buttons div {
    padding: 5px 9px;
  }
   
  .owl-theme .owl-buttons i{
    margin-top: 2px;
    font-size: 25px;
  }
   
 /**/
   
  .owl-theme .owl-controls .owl-buttons div {
    position: absolute;
  }
   
  .owl-theme .owl-controls .owl-buttons .owl-prev{
    left: -28px;
    top: 105px; 
  }
   
  .owl-theme .owl-controls .owl-buttons .owl-next{
    right: -28px;
    top: 105px;
  }

  .font-14{
      font-size: 14px!important;
  }
  .font-12{
      font-size: 12px !important;
  }

  .font-10{
      font-size: 10px !important;
  }
  

  .alert-add-item {
    position: fixed;
    bottom: 5px;
    left:2%;
    width: 96%;
  }

.cart-bottom{
  padding: 10px;
  background-color: #f7f7f7;
  border-top: #000000 solid 0.5px;
}

  td.max{
    max-width: 301px;
    width: 301px;
  }

  td div.cell-description{
    text-align: left;
    display: flex;
    align-items: center;
    word-break: break-all;
  }

  td div.cell-description img {
    width: 50px;
  }

  td span.cell-quantity {
    width: 10%;
  }

  td span.cell-amount {
    width: 10%;
  }

  td.no-top-border {
    border-top: none!important;
  }

  td.align-middle{
    vertical-align: middle!important;
  }

  .font-bold{
    font-weight: bold;
  }

  input.quantity-card  {
    text-align:center;
  }
  
  input.quantity-card::-webkit-outer-spin-button,
  input.quantity-card::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
  }

  .btn-control-number{
    padding: 0;
    border: none;
    background: none;
  }

  /*Progress infinite*/
  .progress-line, .progress-line:before {
    height: 3px;
    width: 100%;
    margin: 0;
  }
  .progress-line {
    background-color: #b3d4fc;
    display: -webkit-flex;
    display: flex;
  }
  .progress-line:before {
    background-color: #337ab7;
    content: '';
    -webkit-animation: running-progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    animation: running-progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  }
  @-webkit-keyframes running-progress {
    0% { margin-left: 0px; margin-right: 100%; }
    50% { margin-left: 25%; margin-right: 0%; }
    100% { margin-left: 100%; margin-right: 0; }
  }
  @keyframes running-progress {
    0% { margin-left: 0px; margin-right: 100%; }
    50% { margin-left: 25%; margin-right: 0%; }
    100% { margin-left: 100%; margin-right: 0; }
  }


  @media only screen and (max-width: 600px) {
    .owl-item{
      
      width: 18rem!important;
    }
  }

  .owl-carousel-grid{
    display: grid!important;
  }