.view-commerce-cart-form {
  max-width: 1120px;
  position: relative;
  margin-top: 50px;
  margin: auto;
  padding-top: 70px;
  overflow-x: hidden;
}

.view-commerce-cart-form .view-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 84px;
  flex-direction: column;
}

.section-heading h3 {
  margin-bottom: 23px;
  font-weight: 800;
}

.continue_shopping {
  background-color: #DADEE0;
  color: rgb(30, 30, 30);
  padding: 21px 35px;
  line-height: 1.5;
  border: none;
  cursor: pointer;
  font-size: 16px !important;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  transition: background-color 0.2s ease;
  text-transform: uppercase;
  height: 65px;
  width: 260px;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.continue_shopping:hover {
  background: #8CAD06;
  transition: all 0.9s ease;
  color: #fff;
}

.field--name-total-price {
  background: #004E90;
  width: 392px;
  display: flex;
  justify-content: right;
  float: right;
  border-radius: 25px;
  color: #fff;
  padding: 40px;
  position: absolute;
  top: 75px;
  right: 0;

}

.field--name-total-price>div {
  width: 90%;
}

.order-total-line__subtotal {
  border-bottom: 1px solid #fff;
  padding-bottom: 12px;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.order-total-line {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 22px;
  margin-bottom: 10px;
}

.view-commerce-cart-form .views-table {
  width: 100%;
  position: relative;
}

.view-commerce-cart-form .views-table thead {
  border-top: 1px solid #545659;
  border-bottom: 1px solid #545659;
  color: #004E90;
  font-size: 16px;
  font-weight: 500;
  text-align: left;

}


.view-commerce-cart-form .views-table thead tr th {
  padding: 10px 0;
  font-size: 18px;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}


.view-commerce-cart-form .views-table tbody tr {
  border-bottom: 1px solid #545659;
  font-size: 18px;
  color: #545659;
  font-weight: 400;
  border-top: 1px solid #545659;
}

.view-commerce-cart-form .views-table tbody tr td {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.view-commerce-cart-form .views-table tbody tr.parent-has-children td:first-child {
  padding: 24px 0;
  display: flex;
}

.view-commerce-cart-form .views-table tbody tr td:first-child {
  max-width: 400px;
  min-width: 400px;
  width: 400px;
  word-break: break-word;
  white-space: normal;
  padding-right: 41px;
}

.view-commerce-cart-form .views-table tbody tr.child-product {
  border-top: 0px;
  border: none;
}

.view-commerce-cart-form .views-table tbody tr.child-product:last-child {
  border-bottom: 1px solid #545659;
}

.view-commerce-cart-form .views-table tbody tr.child-product td:first-child {
  padding-left: 45px;
  padding-right: 38px;
}

.view-commerce-cart-form .views-table td:nth-child(2) {
    padding-right: 40px;
    min-width: 130px;
    max-width: 130px;
    width: 130px;
}

.view-commerce-cart-form .views-table td:nth-child(3) {
    text-align: left;
    min-width: 150px;
    max-width: 150px;
    width: 150px;
}

.view-commerce-cart-form .views-table td:nth-child(4){
    min-width: 180px;
    max-width: 180px;
    width: 180px;
}

.view-commerce-cart-form .views-table tr td.views-field-remove-button{
  max-width: 130px;
  min-width: 130px;
  width: 130px;
}


.view-commerce-cart-form .views-table .js-form-item select {
  border: 1px solid #545659;
  border-radius: 5px;
  padding-left: 9px;
  height: 39px;
  width: 147px;
  font-size: 18px;
}

@supports (-webkit-appearance: none) {
  .view-commerce-cart-form .views-table .js-form-item select option {
    padding-left: 0px;
    padding-right: 12px;
  }
}

.view-commerce-cart-form .views-table .js-form-item .quantity-edit-input {
  border: 1px solid #545659;
  border-radius: 5px;
  padding-left: 20px;
  text-align: left;
}

.view-commerce-cart-form .views-table .js-form-item .quantity-edit-input[disabled="disabled"] {
  pointer-events: none;
}

.view-commerce-cart-form .form-actions {
  display: flex;
  justify-content: end;
  margin-top: 92px;
  margin-bottom: 120px;
}



.view-commerce-cart-form #edit-submit,
.view-commerce-cart-form #edit-checkout {
  background-color: #8CAD06;
  color: white;
  padding: 22px 64px;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.5;
  border: none;
  cursor: pointer;
  font-size: 16px !important;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  transition: background-color 0.2s ease;
  text-transform: uppercase;
}

[data-drupal-selector="edit-checkout"] {
  background-color: #F27300;
  color: white;
  padding: 22px 64px;

  line-height: 1.5;
  border: none;
  cursor: pointer;
  font-size: 16px !important;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  transition: background-color 0.2s ease;
  text-transform: uppercase;
}

[data-drupal-selector="edit-submit"] {
  background-color: #8CAD06;
  color: white;
  padding: 22px 64px;

  line-height: 1.5;
  border: none;
  cursor: pointer;
  font-size: 16px !important;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  transition: background-color 0.2s ease;
  text-transform: uppercase
}


.view-commerce-cart-form #edit-submit:hover,
[data-drupal-selector="edit-submit"]:hover {
  background: #F27300;
  transition: all 0.9s ease;
}

.view-commerce-cart-form #edit-checkout:hover,
[data-drupal-selector="edit-checkout"]:hover {
  background: #8CAD06;
  transition: all 0.9s ease;
}

.view-commerce-cart-form #edit-checkout {
  background-color: #F27300;

}

.view-commerce-cart-form .delete-order-item {
  background-color: #F27300;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background-image: url('remove.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
  border: none;
  cursor: pointer;
  text-indent: -9999px;

}

.view-commerce-cart-form .js-form-item .form-type-number {
  position: relative;
}

.quantity-edit-input::-webkit-inner-spin-button,
.quantity-edit-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-edit-input[type=number] {
  -moz-appearance: textfield;
}

.quantity-wrapper {
  position: relative;
  display: inline-block;
}

.quantity-wrapper .quantity-edit-input {
  width: 117px;
  height: 42px;
  padding: 2px 25px 2px 5px;
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-align: center;
  box-sizing: border-box;
}

.quantity-wrapper .quantity-edit-input:focus {
  outline: none;
  border-color: #66afe9;
  box-shadow: 0 0 3px rgba(102, 175, 233, 0.6);
}

.quantity-buttons {
  position: absolute;
  right: 2px;
  top: 1px;
  bottom: 1px;
  width: 27px;
  display: flex;
  flex-direction: column;
}

.quantity-btn {
  flex: 1;
  background: #fff;
  border: none;
  border-left: 1px solid #ccc;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #666;
  transition: background-color 0.2s;
  user-select: none;
}

.quantity-btn:hover {
  background: #e0e0e0;
}

.quantity-btn:active {
  background: #d0d0d0;
}

.quantity-btn-plus {
  border-radius: 0 2px 0 0;
  border-bottom: 0.5px solid #ccc;
}

.quantity-btn-minus {
  border-radius: 0 0 2px 0;
}

.quantity-btn-plus::before {
  content: '+';
  font-weight: bold;
  transform: scale(1.5);

}
.quantity-btn-minus::before {
  content: '';
  font-weight: bold;
  width: 11px;
  border-top: 2px solid #666;

}

.path-start-pro-qcp .quantity-btn-minus::before {
  content: '';
  font-weight: bold;
  width: 11px;
  border-top: 2px solid #666;

}
.path-cart .quantity-btn-minus::before ,.path-start-pro-qcp .view-commerce-cart-form .quantity-btn-minus::before {
  content: '';
  font-weight: bold;
  width: 9px;
  border-top: 2px solid #666;

}


.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-wrapper {
  position: relative;
  display: inline-block;
}

.select-wrapper .form-select {
  width: 200px;
  height: 38px;
  padding: 6px 40px 8px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
  box-sizing: border-box;
}

.select-wrapper .form-select:focus {
  outline: none;
  border-color: #66afe9;
  box-shadow: 0 0 3px rgba(102, 175, 233, 0.6);
}

.select-arrow {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.select-arrow svg {
  width: 27px;
  height: 27px;
  fill: #666;
}

.select-wrapper .form-select:hover+.select-arrow svg {
  fill: #333;
}

.path-cart .cart-empty-page {
  font-size: 38px;
  display: flex;
  padding: 50px 15px 60px;
  justify-content: center;
  align-items: end;
  color: #545659;
}

.path-cart .pro-qcp-footer {
  padding-top: 0px !important;
}


.view-commerce-cart-form .views-form form {
  -webkit-overflow-scrolling: touch;
}


@supports (-webkit-appearance: none) {
.view-commerce-cart-form .views-table .js-form-item select option {
    padding-right: 8px;
  }
}
@media (min-width:1025px) and (max-width:1600px){

.view-commerce-cart-form .views-table .js-form-item select option{
  font-size: 16px;
}
}
@media (max-width:1200px){
    .view-commerce-cart-form .view-header {
    padding-left: 20px;
    padding-right: 20px;
  }
      .field--name-total-price {
        right: 20px;
    }
}
@media (min-width:955px) and (max-width: 1124px) {
.view-commerce-cart-form .views-form form {
  padding: 0 20px;
}
}
@media (max-width: 1024px) {
  .view-commerce-cart-form .views-table .js-form-item select option{
  font-size: 16px;
}
  .view-commerce-cart-form .view-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .field--name-total-price {
    right: 20px;
  }

  .view-commerce-cart-form .views-table thead tr th {
    padding: 10px 12px;
    white-space: nowrap;
  }

  .view-commerce-cart-form .views-table td {
    padding: 0 10px;
    white-space: nowrap;
  }

  .view-commerce-cart-form .form-actions {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .view-commerce-cart-form .views-form form {
    margin-bottom: 120px;
    padding: 0 20px;
    -webkit-overflow-scrolling: touch;
    -webkit-scroll-snap-type: x proximity;
    -ms-scroll-snap-type: x proximity;
    scroll-snap-type: x proximity;
    -webkit-scroll-behavior: smooth;
    scroll-behavior: smooth;
  }

  .view-commerce-cart-form .form-actions {
    margin-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .view-commerce-cart-form [data-drupal-selector="edit-submit"],
  .view-commerce-cart-form [data-drupal-selector="edit-checkout"] {
    padding: 10px 34px !important;
  }

  .view-commerce-cart-form [data-drupal-selector="edit-checkout"] {
    margin-right: 0px !important;
  }

  @-webkit-keyframes fadeOut {

    0%,
    50% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }

  @keyframes fadeOut {

    0%,
    50% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }

  .view-commerce-cart-form td {
    -webkit-scroll-snap-align: start;
    -ms-scroll-snap-align: start;
    scroll-snap-align: start;
  }

  .view-commerce-cart-form .views-table {
    padding-top: 52px;
    overflow-x: auto;
    overflow-y: visible;
    display: block;
  }

  .view-commerce-cart-form .views-table thead,
  .view-commerce-cart-form .views-table tbody {
    width: 100%;
    table-layout: auto;
  }
}

@media (min-width:820px){
  .view-commerce-cart-form .views-form form table::before{
    display: none;
  }
}

@media (max-width: 767px) {
    .view-commerce-cart-form [data-drupal-selector="edit-submit"],
  .view-commerce-cart-form [data-drupal-selector="edit-checkout"] {
    padding: 10px 14px !important;
  }
  .order-total-line{
    font-size: 20px;
  }


  .field--name-total-price {
    width: 95%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 295px;
  }

  .view-commerce-cart-form .view-header {
    margin-bottom: 284px;
    padding: 0 20px;
  }

  .view-commerce-cart-form .views-table tbody tr td:first-child {
    width: auto;
  }

  .view-commerce-cart-form .views-table {
    padding-top: 52px;
    /* padding-top: 5px; */
  }
}

/* Makes the assay_panel subscription select look disabled without being
   a Drupal #disabled element (which would strip the value on submit). */
select.subscription-type-readonly {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #f5f5f5;
}