#tx_cart_adm {
  /*.cart-basket{
      background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Pro 6.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M96 0C107.5 0 117.4 8.19 119.6 19.51L121.1 32H541.8C562.1 32 578.3 52.25 572.6 72.66L518.6 264.7C514.7 278.5 502.1 288 487.8 288H170.7L179.9 336H488C501.3 336 512 346.7 512 360C512 373.3 501.3 384 488 384H159.1C148.5 384 138.6 375.8 136.4 364.5L76.14 48H24C10.75 48 0 37.25 0 24C0 10.75 10.75 0 24 0H96zM128 464C128 437.5 149.5 416 176 416C202.5 416 224 437.5 224 464C224 490.5 202.5 512 176 512C149.5 512 128 490.5 128 464zM512 464C512 490.5 490.5 512 464 512C437.5 512 416 490.5 416 464C416 437.5 437.5 416 464 416C490.5 416 512 437.5 512 464z"/></svg>');
      background-repeat: no-repeat;
      padding:5px;
      color:#fff;
  }*/ }
  #tx_cart_adm .filter-head {
    background-color: #EFEFEF; }
  #tx_cart_adm .autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto; }
  #tx_cart_adm .autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer; }
  #tx_cart_adm .autocomplete-selected {
    background: #F0F0F0; }
  #tx_cart_adm .autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF; }
  #tx_cart_adm .autocomplete-group {
    padding: 2px 5px; }
  #tx_cart_adm .autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000; }
  #tx_cart_adm .cart-item {
    background-color: #FFF; }
  #tx_cart_adm .bg-gray {
    background-color: #EFEFEF; }
  #tx_cart_adm .w-100 {
    width: 100%; }
  #tx_cart_adm .pa-b-r {
    position: absolute;
    bottom: 15px;
    right: 15px; }
  #tx_cart_adm .p-rel {
    position: relative;
    height: auto; }
  #tx_cart_adm p.countItems {
    font-weight: bold;
    max-width: 100%;
    margin-bottom: 5px; }
  #tx_cart_adm .form-inline .form-control.num-items {
    width: 60px; }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  #tx_cart_adm #ajax-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    z-index: 1000; }
  #tx_cart_adm #ajax-circle .loader {
    position: absolute;
    left: 50%;
    top: 125px;
    z-index: 2;
    border: 16px solid #f3f3f3;
    border-radius: 50% !important;
    border-top: 16px solid #2491cc;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite; }
  #tx_cart_adm #ajax-circle {
    display: none; }
  #tx_cart_adm a[href$=".pdf"]::before, #tx_cart_adm a[href$=".jpg"]::before, #tx_cart_adm a[href$=".png"]::before, #tx_cart_adm a[href$=".tif"]::before, #tx_cart_adm a[href$=".gif"]::before, #tx_cart_adm a[href$=".doc"]::before, #tx_cart_adm a[href$=".xls"]::before, #tx_cart_adm a[href$=".ppt"]::before, #tx_cart_adm a[href$=".zip"]::before, #tx_cart_adm a[href$=".xlsx"]::before, #tx_cart_adm a[href$=".docx"]::before {
    display: none; }
  #tx_cart_adm .highlight {
    background-color: yellow; }
  @media only screen and (min-width: 992px) {
    #tx_cart_adm .row .col-md-4:first-child {
      padding-left: 0px; }
    #tx_cart_adm .row .col-md-4:nth-child(2) {
      padding-left: 7.5px;
      padding-right: 7.5px; }
    #tx_cart_adm .row .col-md-4:last-child {
      padding-right: 0px; } }
  @media only screen and (max-width: 991px) {
    #tx_cart_adm .row .col-md-4 {
      padding-left: 0px;
      padding-right: 0px; } }
  @media only screen and (max-width: 767px) {
    #tx_cart_adm .text-xs-left {
      text-align: left !important; }
    #tx_cart_adm .pl-xs-0 {
      padding-left: 0; } }
  #tx_cart_adm .table > thead > tr > th, #tx_cart_adm h5.checkout-step-title {
    vertical-align: top;
    background-color: #68a1d5;
    color: #fff; }
  #tx_cart_adm h5.checkout-step-title {
    margin-bottom: 0; }
  #tx_cart_adm .btn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
  #tx_cart_adm .btn-outline-primary {
    color: #0362b9;
    border-color: #0362b9;
    background-color: #fff; }
  #tx_cart_adm .btn-outline-primary:hover {
    color: #fff;
    background-color: #0362b9;
    border-color: #0362b9; }
  #tx_cart_adm .btn-outline-danger {
    background-color: #fff;
    color: #dc3545;
    border-color: #dc3545; }
  #tx_cart_adm .btn-outline-success {
    color: #198754;
    border-color: #198754; }
  #tx_cart_adm .btn-outline-success:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754; }
  #tx_cart_adm .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  #tx_cart_adm .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  #tx_cart_adm .btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754; }
  #tx_cart_adm .btn-primary {
    color: #fff;
    background-color: #68a1d5;
    border-color: #68a1d5; }
  #tx_cart_adm .checkout-step-content {
    padding: 0.5rem;
    background-color: #EFEFEF; }
  #tx_cart_adm .checkout-step-content .col-sm-12.column {
    padding: 0; }
  #tx_cart_adm #checkout-step-shipping-address .col-sm-12 {
    padding-left: 0;
    padding-right: 0; }
  #tx_cart_adm #checkout-step-shipping-address .col-sm-4 {
    padding-left: 0; }
  #tx_cart_adm #checkout-step-shipping-address .col-sm-8 {
    padding-left: 0;
    padding-right: 0; }
  #tx_cart_adm .has-success .form-control {
    border-color: #ccc; }
  #tx_cart_adm .form-control:focus, #tx_cart_adm .has-success .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  #tx_cart_adm #c20310 {
    padding-left: 0;
    padding-right: 0; }
  #tx_cart_adm .searchBtn svg {
    height: 20px;
    fill: #0362b9;
    text-align: center; }
  #tx_cart_adm .searchBtn:hover svg {
    fill: #fff; }
  #tx_cart_adm .has-feedback .form-control {
    padding-right: 0px;
    padding-left: 0px; }
  #tx_cart_adm .cart-item {
    background-color: #fff; }
  #tx_cart_adm .row.cart-header {
    padding: 0.5rem;
    background-color: #68A1D5;
    color: #fff;
    font-weight: bold; }
  #tx_cart_adm div.hidden-sm.hidden-md.hidden-lg {
    color: rgba(51, 51, 51, 0.6); }
  #form-cart .cart-item {
      border-bottom: 2px dotted darkgray;
  }

/*# sourceMappingURL=cartadm.css.map */
