#cartModal .item {
  min-height: 100px;
  border: solid;
  margin: 5px;
}

#cartModal .infinite-content {
  height: 100%;
}

#cartModal form {
  padding-bottom: 30px;
}

#cartModal .tags,
tags-input {
  height: 33px;
}

#cartModal .infinite-content {
  margin-top: 50px;
}

#cartModal .vertical-bottom {
  padding-top: 32px;
}

#cartModal .single-event {
  margin-bottom: 10px;
  border: dotted 1px;

}
#cartModal .tbl-cart {
  /*margin-left: 50%;
  width: 50%;*/
}

#cartModal div[ng-dropdown-multiselect]>div>ul>li.divider {
  margin-top: 5px;
  margin-bottom: 5px;
  height: 1px;
  background-color: #e5e5e5;
}

#cartModal div[ng-dropdown-multiselect]>div>ul>li>a:hover {
  text-decoration: none;
}

#cartModal div[ng-dropdown-multiselect]>div>ul>li:hover {
  background-color: #F5F5F5;
}

#cartModal .shipping-rates {
  position: relative;
}

#cartModal .shipping-rates .tooltip-inner {
  max-width: none;
}

#cartModal .tooltip-inner p{
  color:  white;
}

#cartModal {
  max-width: unset;
  height: unset;
  max-height: unset;
  /*width: inherit;*/
  min-width: 90%;

  left: 50%;
  /*top: 50%;*/
  transform: translate(-50%);
  min-height: 100%;
}

#cartModal .SumoSelect {
  min-width: 300px;
}

#cartModal .modal-dialog {
  /*max-width: fit-content;*/
}

#cartModal .nav-tabs {
  display: none;
}

#cartModal .card {
  border: none;
}

#cartModal .card-header .fas {
  transition: 0.3s transform ease-in-out;
  color: #1b71aa;
}

#cartModal .card-header .collapsed .fas {
  transform: rotate(180deg);
}

#cartModal .nav-tabs .nav-link.visited {
  border-bottom: 5px solid #005c9b;
  cursor: pointer;
}

#cartModal .tbl-item-container {
  overflow-y: auto;
}

#cartModal .mp-heading-tr {
  border-bottom: 3px solid #005c9b;
}

#cartModal .blue-label {
  color: #005c9b;
  font-weight: bold;
}

/* standard validations */
#cartModal form.errorBorder .ng-invalid {
    border: #dc3545 solid 1px;
}
#cartModal .validation-warning i.fas {
    color: #dc3545;
    padding-top: 11px;
}


@media (max-width: 575px) {
  #cartModal .tab-content > .tab-pane {
    display: block;
    opacity: 1;
  }
  #cartModal .card-header {
    background-color: transparent;
    border-bottom: 2px solid #e2f2fc;
  }

  #cartModal .tbl-item-container {
    overflow-y: unset;
  }

  #cartModal #no-more-tables table,
  #cartModal #no-more-tables thead,
  #cartModal #no-more-tables tbody,
  #cartModal #no-more-tables th,
  #cartModal #no-more-tables td,
  #cartModal #no-more-tables tr {
    display: block;
  }
  #cartModal #no-more-tables > table > tbody > tr {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  #cartModal #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #cartModal #no-more-tables td:before {
    float: left;
    width: 80px;
/*    margin-right: 10px;*/
/*    width: 95%;*/
/*    padding: 0 0 0 1%;*/
/*    margin-left: -100%;*/
  }

  #cartModal #no-more-tables .columnValue{
/*    margin-left: -50%;*/
  }
  #cartModal #no-more-tables td {
/*    padding-left: 50%;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #cartModal #no-more-tables td:before {
    content: attr(data-title);
  }

  #cartModal .modal-dialog {
    max-width: none;
  }
}

#cartModal #cart {
  border-style: none;
}

#cartModal .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    border: 0px;
}
#cartModal .page-link:focus {
    outline: 0;
    box-shadow: none;
}
#cartModal .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
#cartModal .page-item:last-child .page-link {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
#cartModal .page-item button {
    background-color: #fff;
    color: #79808f;
}
#cartModal .page-item.active button {
    border-bottom: 3px solid #005c9b;
    color: black;
}
#cartModal .tbl-items-container {
    max-height: 333px;
    overflow-y: auto;
    margin-bottom: 30px;
}
#cartModal .tbl-collection-items,
#cartModal .tbl-collection-items th,
#cartModal .tbl-collection-items td {
    border: 0px;
/*    width: -webkit-fill-available;*/
}
#cartModal .tbl-collection-items th {
    border-bottom: 3px solid #005c9b;
}
#cartModal .col-form-label,
#cartModal .form-check-label {
    font-weight: bold;
}
#cartModal .completion .table.table-bordered {
    border: 0px;
}
#cartModal .completion .table.table-bordered td,
#cartModal .completion .table.table-bordered th {
    border: 0px;
}
#cartModal .completion .table.table-bordered th {
    border-bottom: 3px solid #005c9b;
}
#cartModal .cart {
    margin-top: 30px;
}
#cartModal .address {
    margin-top: 30px;
}
#cartModal .completion {
    margin-top: 30px;
}
#cartModal .creditCard {
    margin-top: 30px;
}
#cartModal .confirmation {
    margin-top: 30px;
}
#cartModal .confirmation .table.table-bordered {
    border: 0px;
}
#cartModal .confirmation .table.table-bordered td,
#cartModal .confirmation .table.table-bordered th {
    border: 0px;
}
#cartModal .confirmation .table.table-bordered th {
    border-bottom: 3px solid #005c9b;
}
#cartModal .table.table-bordered.tbl-cart {
    border: 1px solid #dee2e6;
}
#cartModal .tbl-cart th,
#cartModal .tbl-cart td {
    padding: 0;
    border: 1px solid #dee2e6;
}
#cartModal .tbl-cart .label {
    color: #005c9b;
}
#cartModal .tooltip-inner {
    background-color: #005c9b;
    margin-top: 10px;
}
#cartModal .shipping-rate {
    color: white;
}


/*Collection modal font family*/
#cartModal {
    font-family: -apple-system, BlinkMacSystemFont,"Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /*css-marker:collection-font-family*/
}
/*Collection progress steps font family*/
#cartModal .page-item {
    font-family: -apple-system, BlinkMacSystemFont,"Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /*css-marker:collection-font-family*/
}

#cartModal .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    border: 0px;
}
#cartModal .page-link:focus {
    outline: 0;
    box-shadow: none;
}
#cartModal .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
#cartModal .page-item:last-child .page-link {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
#cartModal .page-item button {
    background-color: #fff;
    color: #79808f;
}
#cartModal .page-item.active button {
    border-bottom: 3px solid #005c9b;
    color: black;
}
#cartModal .tbl-items-container {
    max-height: 333px;
    overflow-y: auto;
    margin-bottom: 30px;
}

#cartModal .col-form-label,
#cartModal .form-check-label {
    font-weight: bold;
}
#cartModal .completion .table.table-bordered {
    border: 0px;
}
#cartModal .completion .table.table-bordered td,
#cartModal .completion .table.table-bordered th {
    border: 0px;
}
#cartModal .completion .table.table-bordered th {
    border-bottom: 3px solid #005c9b;
}
#cartModal .cart {
    margin-top: 30px;
}
#cartModal .address {
    margin-top: 30px;
}
#cartModal .completion {
    margin-top: 30px;
}
#cartModal .creditCard {
    margin-top: 30px;
}
#cartModal .confirmation {
    margin-top: 30px;
}
#cartModal .confirmation .table.table-bordered {
    border: 0px;
}
#cartModal .confirmation .table.table-bordered td,
#cartModal .confirmation .table.table-bordered th {
    border: 0px;
}
#cartModal .confirmation .table.table-bordered th {
    border-bottom: 3px solid #005c9b;
}
#cartModal .table.table-bordered.tbl-cart {
    border: 1px solid #dee2e6;
}
#cartModal .tbl-cart th,
#cartModal .tbl-cart td {
    padding: 0;
    border: 1px solid #dee2e6;
}
#cartModal .tbl-cart .label {
    color: #005c9b;
}
#cartModal .tooltip-inner {
    background-color: #005c9b;
    margin-top: 10px;
}
#cartModal .shipping-rate {
    color: white;
}

#cartModal .btn-next-cart-tab{
    margin-left: auto;
    background-color: #1b71aa;
    border-style: none;
    margin-right: 3px;
    margin-top: -5px;
    margin-bottom: -10px;
}

#cartModal .collection-plugin,
#cartModal .mpg-login{
  @import (less) 'bootstrap.css';
}

#cartModal #completion,
#cartModal #paymentMethods,
#cartModal #confirmation,
#cartModal #address{
  border: none;
}

#cartModal .btn-pay,
#cartModal .btn-order,
#cartModal .total-price-container{
  float: right;
}
#cartModal .btn-order{
  margin-top: 10px;
}

#cartModal .confirmation-text{
  margin-left: 10px;
}

#cartModal .btn-remove-mobile{
  display: none;
}

#cartModal body.modal-open{
  overflow-y: auto;
}

.collection-plugin .modal-content{
  top: 0;
}

@media (max-width: 575px) {
    #cartModal .col-sm-2.col-form-label {
        margin-right: 1px;
    }

    #cartModal #cartTabs,
    .btn-next-step,
    .btn-pay,
    .btn-order{
      display: none;
    }

    #cartModal .total-price-container{
      float: none;
    }

    #cartModal #collapse-address,
    #cartModal #collapse-payment,
    #cartModal .confirmation-text{
      margin-left: 10px;
    }

    #cartModal .btn-remove{
      display: none;
    }
    #cartModal .btn-remove-mobile{
      display: inline-block;
    }

    #cartModal .displayNameWithRemoveBtn{
/*      margin-left: -50%;*/
    }

    #cartModal .displayNameContainer{
      padding-right: 5px;
    }

    #cartModal .btn-remove-mobile-container{
      padding: 0;
    }
}