@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;400;600;700;900&display=swap");
body {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  color: #8B8B8B;
  background: #F8F6F6;
  transition: all 0.5s ease; }
  body ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5; }
  body ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5; }
  body ::-webkit-scrollbar-thumb {
    background-color: #163F94; }

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=date] {
  border: 1px solid #CBDCFF;
  border-radius: 4px !important;
  color: #8B8B8B;
  font-size: 14px;
  font-family: 'Nunito Sans', sans-serif !important;
}

input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: textfield; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.input-label {
  color: #000000;
  font-size: 14px; }

textarea {
  border: 1px solid #CBDCFF !important;
  border-radius: 4px !important;
  color: #8B8B8B !important;
  font-size: 14px; }

select {
  border: 1px solid #CBDCFF !important;
  border-radius: 4px !important;
  color: #000000 !important;
  font-size: 14px !important; }

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1680px; } }
.login-bg {
  /*background: url(../images/login-bg.png) no-repeat center center fixed #5F84D1;*/
  background: #025db9;
  background-size: cover;
}

.header {
  background-color: #163F94;
  font-weight: 600; 
  width: 100% !important;
  margin: 0px !important;
  padding: 0px !important;
}

  .header a {
    color: #ffffff; }
    .header a:hover {
      color: #CBDCFF; }
    .header a.logout {
      color: #F88B8F; }

.card {
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }

h1 {
  font-size: 30px;
  color: #000000;
  font-weight: 700; }

h2 {
  font-size: 22px;
  color: #000000;
  font-weight: 700; }

.primary-btn {
  background-color: #163F94;
  color: #ffffff;
  font-size: 16px;
  border-radius: 4px;
  font-weight: 600;
  border: none;
  padding: 10px 20px; }
  .primary-btn:hover {
    color: #ffffff; }

.secondry-btn {
  background-color: #DE5021;
  color: #ffffff;
  font-size: 16px;
  border-radius: 4px;
  font-weight: 600;
  border: none;
  padding: 10px 20px; }
  .secondry-btn:hover {
    color: #ffffff; }

.login-block {
  padding: 7% 8%;
  /*margin-top: 20%;*/
  margin-top: 20px;
  margin-bottom: 40%;
}
  .login-block h1 {
    margin-bottom: 20px; }
  .login-block label {
    color: #000000;
    font-weight: 600; }
  .login-block input[type=email],
  .login-block input[type=text],
  .login-block input[type=password] {
    height: 45px;
    width: 100%; }
  .login-block span.reset-password {
    color: #DE5021;
    cursor: pointer; }
  .login-block button {
    width: 100%;
    height: 50px;
    margin-top: 20px; }
  .login-block .input-group {
    position: relative;
    height: unset; }
    .login-block .input-group .show-password {
      position: absolute;
      right: 5px;
      bottom: 5px;
      z-index: 9999; }
      .login-block .input-group .show-password span {
        background-color: transparent;
        border: none;
        color: #CBDCFF;
        font-size: 20px; }

.footer {
  color: #8B8B8B;
  border-top: 1px solid #CBDCFF;
  font-size: 13px;
  margin-top: 40px; 
  background-color: rgba(255,255,255,0.2);
}
  .footer span {
    margin-top: 10px;
    margin-bottom: 8px;
    color: #1e1e1e;
    /*text-shadow: 0px 0px 5px #fff;*/
    font-weight: 600;
  }

  .footer.login-footer {
    /*color: #ffffff;
    border-top: 1px solid #ffffff;*/
    font-size: 13px;
    /*position: fixed;*/
    position: relative;
    /*bottom: 20px;
    left: 50%;
    transform: translate(-50%, 50%);*/

  }

@media screen and (max-width: 768px) {
  .footer.login-footer {
    bottom: 40px;
    z-index: -1; }
  .footer div {
    display: block !important; }
    .footer div span {
      width: 100%;
      display: block;
      text-align: center; } }
.navbar-toggler {
  background-color: transparent;
  color: #CBDCFF;
  font-size: 30px;
  float: right;
  margin-top: 5px; }

.navbar-collapse.collapse.show {
  margin-top: 15px; }

.data-table .card {
  overflow-x: auto;
  width: 100%; }

.table {
  width: 100%;
  overflow-x: auto; }
  .table thead {
    background-color: #163F94;
    color: #ffffff; }
    .table thead th {
      padding: 12px;
      white-space: nowrap; }
      .table thead th:first-child {
        border-radius: 12px 0px 0px 0px; }
      .table thead th:last-child {
        border-radius: 0px 12px 0px 0px; }
  .table tbody {
    border-top: none !important; }
    .table tbody td {
      padding: 10px 12px;
      border-bottom: 1px solid #FFD8CB;
      color: #8B8B8B;
      vertical-align: middle;
      /*white-space: nowrap;*/
      line-height: normal; }
      .table tbody td label {
        color: #163F94;
        font-weight: 600;
        display: block; }
        .table tbody td label i {
          color: #DE5021; }
      .table tbody td input[type=number] {
        height: 36px;
        text-align: center;
        margin-top: 5px;
        max-width: 100px;
        min-width: 80px;
        display: inline; }
        .table tbody td input[type=number][disabled] {
          cursor: not-allowed; }
          .table tbody td input[type=number][disabled]:hover {
            border-color: #EC1A36; }
      .table tbody td span.stock {
        color: #0FB70F;
        font-weight: 600;
        display: none; }
      .table tbody td span.outstock {
        color: #EC1A36;
        font-weight: 600; }
      .table tbody td span.delete-btn, .delete-btn,
      .table tbody td button span.delete-btn
      {
        color: #EC1A36;
        font-size: 18px;
        padding: 5px 10px 3px 10px;
        border: 1px solid #EC1A36;
        border-radius: 4px;
      }
      .table tbody td button.quick-search-dlt-btn {
          border: none;
          background: transparent;
      }
      .table tbody td span.delete-btn:hover {
        background-color: #EC1A36;
        color: #ffffff !important;
        cursor: pointer;
      }
      .table tbody td span.payment-type {
        color: #163F94;
        font-size: 24px; }
      .table tbody td span.linecross {
        text-decoration: line-through; }
      .table tbody td span.price {
        color: #000000;
        font-weight: 600;
        font-size: 16px;
        display: block; }

      .table tbody td button.add-cart {
        background-color: #163F94;
        color: #ffffff;
        padding: 5px;
        width: 36px;
        height: 36px;
        line-height: normal; }

        .table tbody td button.add-cart:hover,
        .table tbody td button.add-cart:focus {
          background-color: #de5021;
          color: #163F94;
        }

        .table tbody td button.add-cart i {
          color: #ffffff;
        }
        .table tbody td button.add-cart.disabled {
          background-color: #EEE8E8;
          cursor: not-allowed; }

.cart-total .card {
  padding: 15px 20px; }
  .cart-total .card label {
    color: #000000;
    font-weight: 600; }
  .cart-total .card .total {
    color: #163F94;
    font-size: 22px;
    font-weight: 800;
    border-bottom: 1px solid #CBDCFF;
    padding-bottom: 10px; }
    .cart-total .card .total label {
      color: #163F94;
      font-weight: 800; }
  .cart-total .card .tearms-check input[type=checkbox] {
    width: 22px; }
  .cart-total .card .tearms-check label {
    margin-left: 10px;
    color: #8B8B8B;
    line-height: initial;
    margin-top: 2px; }
  .cart-total .card .checkout-btn {
    width: 100%; }

.order-confirmation .card {
  padding: 15px 20px;
  margin-top: 25%;
  margin-bottom: 20%;
  text-align: center; }
  .order-confirmation .card label {
    color: #163F94;
    font-size: 18px;
    font-weight: 600; }
  .order-confirmation .card span {
    color: #000000;
    font-size: 18px;
    font-weight: 600; }

.checkout .card {
  padding: 15px 20px;
  margin: 20px 0px 0px 0px; }
  .checkout .card textarea {
    min-height: 120px;
    max-height: 120px; }
  .checkout .card select {
    height: 45px; }
  .checkout .card input[type=text],
  .checkout .card input[type=number] {
    height: 45px; }
  .checkout .card .input-group .form-select {
    border-radius: 0px 4px 4px 0px !important; }
.checkout.payment-section label {
  color: #000000;
  font-weight: 600; }
  .checkout.payment-section label i {
    color: #000000; }
.checkout.payment-section span {
  color: #163F94;
  font-weight: 600; }
.checkout.payment-section table tbody td {
  border-bottom: 1px solid #ECEAEA;
  padding: 5px; }
  .checkout.payment-section table tbody td input[type=text],
  .checkout.payment-section table tbody td input[type=number] {
    height: unset;
    border: none;
    max-width: 100%;
    text-align: left;
    margin-top: 0px; }
.checkout .form-check .form-check-label {
  color: #163F94;
  line-height: 24px; }

.form-label {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px; }

.input-group {
  height: 45px; }
  .input-group .input-group-text {
    color: #163F94;
    background-color: #CBDCFF;
    border: 1px solid #CBDCFF;
    font-weight: 600; }
  .input-group .form-control {
    border-radius: 0px 4px 4px 0px !important; }

nav .pagination .page-item .page-link {
  background-color: #CBDCFF;
  color: #163F94; }
nav .pagination .page-item.active .page-link {
  background-color: #163F94;
  color: #ffffff; }

.table-block {
  width: 100%;
  overflow-x: auto; }

.customer-details {
  margin-bottom: 20px; }
  .customer-details .card {
    padding: 10px 15px;
    height: 100%; }
    .customer-details .card .delivery-address {
      border-left: 1px solid #DE5021;
      padding-left: 30px;
      padding-right: 30px; }
      .customer-details .card .delivery-address strong {
        color: #163F94;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 5px;
        display: block; }
    .customer-details .card label {
      color: #163F94;
      font-weight: 600;
      margin-bottom: 20px; 
      margin-right: 10px;
    }

@media screen and (max-width: 1366px) {
  .customer-details .card .delivery-address {
    border-left: 0px;
    padding-left: 15px; }
    .customer-details .card .delivery-address strong {
      font-size: 15px; } }
.promotion {
  margin-bottom: 20px; }
  .promotion .card {
    height: 100%; }
    .promotion .card .nav.nav-tabs .nav-item {
      width: 33.33%; }
      .promotion .card .nav.nav-tabs .nav-item .nav-link {
        width: 100%;
        color: #000000;
        font-size: 16px;
        font-weight: 600;
        height: 100%; }
        .promotion .card .nav.nav-tabs .nav-item .nav-link.active {
          background-color: #DE5021;
          color: #ffffff;
          border-radius: 0px;
          border-color: #DE5021; }
      .promotion .card .nav.nav-tabs .nav-item:first-child {
        border-radius: 10px 0px 0px; }
        .promotion .card .nav.nav-tabs .nav-item:first-child .nav-link.active {
          border-radius: 10px 0px 0px; }
      .promotion .card .nav.nav-tabs .nav-item:last-child {
        border-radius: 0px 10px 0px 0px; }
        .promotion .card .nav.nav-tabs .nav-item:last-child .nav-link.active {
          border-radius: 0px 10px 0px 0px; }
    .promotion .card .tab-pane {
      max-height: 320px;
      overflow-y: auto; }

.quick-search .card {
  padding: 10px 15px 0px 15px;
  width: 100%; }
  .quick-search .card h2 {
    margin-bottom: 0px; }
  .quick-search .card .quick-search-table {
    overflow-anchor: auto;
    width: 100%; }
    .quick-search .card .quick-search-table .table td {
      padding: 0px 10px;
      border-bottom: none; }
      .quick-search .card .quick-search-table .table td input[type=text]#search {
        height: 36px;
        text-align: center;
        width: 100%;
        min-width: 100px;
        font-family: 'Nunito Sans', sans-serif; }
      .quick-search .card .quick-search-table .table td input[type=number] {
        height: 36px;
        text-align: center;
        margin-top: 0px; }
      .quick-search .card .quick-search-table .table td button.add-cart span {
        display: none; }
      .quick-search .card .quick-search-table .table td .list-group {
        position: absolute;
        width: 100%;
        z-index: 100; }

@media screen and (max-width: 740px) {
  .quick-search .card .quick-search-table .table td {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: left; }
    .quick-search .card .quick-search-table .table td:nth-child(3), .quick-search .card .quick-search-table .table td:nth-child(4) {
      width: 50%;
      text-align: right; }
    .quick-search .card .quick-search-table .table td input[type=number] {
      width: 100%;
      max-width: 100%; }
    .quick-search .card .quick-search-table .table td button.add-cart {
      width: 100%; }
      .quick-search .card .quick-search-table .table td button.add-cart span {
        margin-left: 10px;
        display: inline-block; } }
.order-pad {
  margin-bottom: 20px; 
}
.order-pad .card label {
  color: #163F94;
  font-weight: 600;
}
  .order-pad .card .filters {
    background-color: #CBDCFF;
    border-radius: 10px 10px 0px 0px;
    padding: 8px 15px 15px 15px; }
    .order-pad .card .filters select {
      height: 45px; }
  .order-pad .card .order-table {
    overflow: auto;
    width: 100%;
  }

.cart-block .card .card-top {
  background-color: #CBDCFF;
  border-radius: 10px 10px 0px 0px;
  padding: 15px 15px 5px 15px; }
  .cart-block .card .card-top button.close-btn {
    font-size: 22px;
    color: #76A0F6;
    border: none;
    background-color: transparent;
    margin-top: -5px; }
    .cart-block .card .card-top button.close-btn:hover {
      color: #EC1A36;
      cursor: pointer; }
.cart-block .card .cart-table {
  overflow: auto;
  width: 100%; }
  .cart-block .card .cart-table .table thead th:first-child, .cart-block .card .cart-table .table thead th:last-child {
    border-radius: unset; }

.view-cart-btn {
  position: fixed;
  right: 0;
  top: 48%;
  background-color: #CBDCFF;
  color: #163F94;
  border: none;
  font-weight: 600;
  padding: 17px 10px 10px 10px;
  border-radius: 5px 0px 0px 5px;
  box-shadow: 0px 3px 6px #D9D9D9;
  line-height: revert;
  width: 100px; }
  .view-cart-btn img {
    width: 28px;
    height: 28px; }
  .view-cart-btn i {
    font-size: 24px; }
  .view-cart-btn label {
    background: #EC1A36;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    position: absolute;
    top: 23px;
    right: 36px; }

.view-sugg-items-btn {
  position: fixed;
  right: 0;
  top: 33%;
  background-color: #FFD8CB;
  color: #DE5021;
  border: none;
  font-weight: 600;
  padding: 17px 15px 10px 15px;
  border-radius: 5px 0px 0px 5px;
  box-shadow: 0px 3px 6px #D9D9D9;
  width: 100px;
  line-height: revert;
  display: none;
}
  .view-sugg-items-btn img {
    width: 30px; }

.view-sugg-items-btn2 {
  background-color: #DE5021;
  color: #ffffff;
  font-size: 14px;
  border-radius: 4px;
  font-weight: 600;
  border: none;
  padding: 0px 15px;
  margin-top: -5px;
  display: block;
  margin-right: 25px;
}

  .modal .modal-dialog .modal-content .modal-header {
    padding: 10px 15px;
  }
.modal .modal-dialog .modal-content .modal-body {
  padding: 0px; }

@media screen and (max-width: 1024px) {
  .view-sugg-items-btn {
    width: 40px;
    padding: 7px 10px 8px 10px;
    top: 100px; }
    .view-sugg-items-btn span {
      display: none; }
    .view-sugg-items-btn img {
      width: 20px; }

  .view-cart-btn {
    width: 40px;
    padding: 7px 10px 8px 10px;
    top: 150px;
    line-height: 14px; }
    .view-cart-btn span {
      display: none; }
    .view-cart-btn img {
      width: 20px;
      height: 20px; }
    .view-cart-btn i {
      font-size: 18px !important; }
    .view-cart-btn label {
      top: 3px;
      right: 6px; } }
.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
  font-family: 'Nunito Sans', sans-serif;
  background: #F8FAFF;
  border: none; }
  .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all li.ui-menu-item {
    border-bottom: 1px solid #CBDCFF;
    font-size: 15px; }
    .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all li.ui-menu-item:hover, .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all li.ui-menu-item:focus {
      background: #CBDCFF;
      border: 1px solid #CBDCFF; }
    .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all li.ui-menu-item a {
      color: #163F94;
      padding: 10px; }
      .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all li.ui-menu-item a:hover, .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all li.ui-menu-item a:focus {
        background: #CBDCFF;
        border: 1px solid #CBDCFF; }
    .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all li.ui-menu-item .code {
      color: #8B8B8B;
      font-size: 14px; }
    .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all li.ui-menu-item .price {
      color: #000000;
      font-size: 14px; }

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #f7eae5;
  box-shadow: none !important; }

.form-check-input:checked {
  background-color: #DE5021;
  border-color: #DE5021; }

.form-check-input:focus {
  border-color: #DE5021;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #FFD8CB; }

/*# sourceMappingURL=style.css.map */


header nav a img{
    height: 50px;
}

.admin-header-links{
    display: none;
}

.widget-visible {
  display: none !important;
}

.product_search{
    font-size: 14px;
}

.cards-table-body td:nth-child(7), .cards-table-body th:nth-child(7) {
  text-align: right;
}

.cards-table-body td:nth-child(1), .cards-table-body th:nth-child(1) {
  text-align: center;
}

.cards-table-body th {
  background-color: #163F94 !important;
  color: #fff !important;
}

.cards-table-body button.gridjs-sort-neutral {
  -webkit-filter: invert(100%); /* Safari/Chrome */
  filter: invert(100%);
}

.onStop-dvs {
    width: 33%;
    display: block;
}

.cart-block .cart-table .table thead {
  background-color: #56AE57;
  color: #ffffff;
}

.cart-block .card,
.cart-total .card{
  border: 1px solid #77dd77;
}



@media screen and (max-width: 500px) {

  .order-table table tbody#productList td,
  .promotion table tbody td{
    white-space: nowrap;
  }

    .order-table table tbody#productList td:last-child,
    .promotion table tbody td:last-child {
      position: sticky;
      right: 0;
      /*background: #fff;*/
    }

      .order-table table tbody#productList td:last-child::after,
      .promotion table tbody td:last-child::after {
        content: "";
        position: absolute;
        right: -6px;
        top: 0;
        bottom: -1px;
        width: 5px;
        background: linear-gradient(90deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0) 100%);
      }

      .order-table table tbody#productList td:last-child::before,
      .promotion table tbody td:last-child::before {
        content: "";
        position: absolute;
        left: -6px;
        top: 0;
        bottom: -1px;
        width: 5px;
        background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.08) 100%);
      }

    .order-table table tbody#productList td:nth-child(3),
    .promotion table tbody#recentlyBoughtList td:nth-child(3) {
      position: sticky;
      right: 60px;
      /*background: #fff;*/
    }

      .order-table table tbody#productList td:nth-child(3)::after,
      .promotion table tbody#recentlyBoughtList td:nth-child(3)::after {
        content: "";
        position: absolute;
        right: -6px;
        top: 0;
        bottom: -1px;
        width: 5px;
        background: linear-gradient(90deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0) 100%);
      }

      .order-table table tbody#productList td:nth-child(3)::before,
      .promotion table tbody#recentlyBoughtList td:nth-child(3)::before {
        content: "";
        position: absolute;
        left: -6px;
        top: 0;
        bottom: -1px;
        width: 5px;
        background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.08) 100%);
      }
}

.login-logo img{
    width: 100%;
    min-width: 200px;
    max-width: 230px
}

.login-bg header{
    display: none;
}

.qty-container .qty-btn {
  border: none;
  height: 36px;
  width: 36px;
  margin: 5px 5px 0px;
  background-color: #cbdcff;
  color: #163f94;
  font-size: 20px;
  line-height: 24px;
  border-radius: 4px;
}

  .qty-container .qty-btn:hover,
  .qty-container .qty-btn:focus {
    background-color: #163f94;
    color: #cbdcff;
  }

  .qty-container input[type=number] {
    min-width: 60px !important;
  }


.qty-container .qty-btn:first-child {
  font-size: 30px;
}



@media screen and (max-width: 500px) {

  .promotion table, .promotion tbody, .promotion tr,
  .order-pad table, .order-pad tbody, .order-pad tr,
  .cart-table table, .cart-table tbody, .cart-table tr {
    display: block;
    font-size: 12px;
  }

  .promotion tr,
  .order-pad tr,
  .cart-table tr{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    position: relative;
  }

  .promotion td:nth-child(3),
  .promotion td:nth-child(4),
  .order-pad td:nth-child(3),
  .order-pad td:nth-child(4),
  .cart-table td:nth-child(3){
    flex: 1;
    min-width: calc(40% - 1px); /* Distribute across 2 columns */
    box-sizing: border-box;
    white-space: normal !important;
    position: unset !important;
    /*background: transparent !important;*/
    text-align: right !important;
    padding: 6px 12px;
  }

  .promotion td:nth-child(1),
  .promotion td:nth-child(2),
  .order-pad td:nth-child(1),
  .order-pad td:nth-child(2),
  .cart-table td:nth-child(2) {
    flex-basis: 100%; /* Full width for the first column */
    margin-top: 0px;
    white-space: normal !important;
    padding: 2px 12px;
    border-bottom: none;
  }

  .promotion thead,
  .order-pad thead,
  .cart-table thead{
    display: none;
  }

  .promotion td:nth-child(5),
  .order-pad td:nth-child(5),
  .cart-table td:nth-child(4),
  .cart-table td:nth-child(5),
  .cart-table td:nth-child(6){
    flex: 1;
    min-width: calc(18%); /* Distribute across 2 columns */
    box-sizing: border-box;
    white-space: normal !important;
    position: unset !important;
    /*background: transparent !important;*/
    text-align: right !important;
    padding: 8px 12px;
  }

  .delete-btn.order_item_rem {
    display: block;
    width: 33px;
    float: right;
  }

  .cart-table td:nth-child(4),
  .cart-table td:nth-child(5){
      line-height: 38px;
  }

  .table tbody td input[type=number]{
      max-width: 50px;
      min-width: 50px !important;
  }

  .promotion td:nth-child(2) span,
  .order-pad td:nth-child(2) span {
    position: absolute;
    right: 15px;
    top: 19px;
  }

  .cart-table td:nth-child(4) {
    position: absolute !important;
    top: 5px;
    right: 0px;
    border-bottom: none;
    padding: 0px 15px;
  }

  .table tbody td span.price{
      font-size: 14px;
  }

}


.checkout table.gridjs-table {
  table-layout: unset !important;
}

.checkout th.gridjs-th-sort .gridjs-th-content {
  width: unset !important;
}

.checkout th.gridjs-th .gridjs-th-content {
  overflow: unset !important;
  text-overflow: unset !important;
}