:root {
  --cw-main-color: #162c6a;
  --cw-text-color: #333132;
  --cw-white-color: #ffffff;
  --cw-main-grey: #f6f7f7;
  --cw-main-green: #99cc33;
  --cw-main-grey-dark: #ededed;
  --cw-font-14:14px;
  --cw-font-16:16px;
}
/* Search Postcode Result */
#cw_results_container {
  margin-top: 1rem;
  background: #fff;
  border-radius: 4px;
  max-height: 250px;
  overflow-y: auto;
  display: none;
}
#cw_results_container:not(:empty) .result-item {
  cursor: pointer;
  color: var(--cw-text-color);
  padding: 5px;
}
#cw_results_container:not(:empty) {
  display: block;
  padding: 10px;
}
.input-wrapper.cw_search_area {
  max-width: 600px;
  width: 100%;
}
.editable-address-area {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 0;
  max-width: 450px;
  width: 100%;
}

button.quote-button.quote-button--link.quote-button--auto {
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--cw-main-color);
  text-decoration: underline;
  min-height: 20px;
  text-transform: none;
}

.editable-textlabel__buttons button:first-child::after {
  content: "";
  width: 1px;
  height: 70%;
  background-color: #e9ecee;
  top: 20%;
  left: 105%;
  position: absolute;
}

.editable-address-buttons {
  display: flex;
  gap: 15px;
}

div#editable-address-text {
  padding-bottom: 25px;
}
/* Progressbar */

.checkout-bar li {
  font-size: 17px;
}
.cw-page .checkout-bar li.business-details span {
  margin-left: 30px;
}
.cw-page em{
  color: red;
  font-size: var(--cw-font-16);
}
.cw-page .section_breadcrumbs {
  margin: 30px auto;
}
.cw-page-wrapper {
  background: #f6f7f7;
  padding: 20px 0;
  margin-bottom: 40px;
}
.cw-page-get-started .form-header {
  background-image: url("/content/themes/mick-george/includes/commercial-waste/icons/waste.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 48px;
}
.cw-page-get-started .form-header.quote-top-bar {
  background-image: none;
}
.cw-line hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.form-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  padding: 40px;
}

.form-header {
  margin-bottom: 20px;
}

.form-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--cw-main-color);
  margin-bottom: 8px;
}

.form-subtitle {
  color: #6b7280;
  font-size: 16px;
}
.help-section .help-phone,
.cw-page-wrapper .gfield--type-html .phone-call {
  font-size: 36px;
  color: var(--cw-main-color);
  cursor: pointer;
  display: flex;
  align-items: center;
}
.help-section {
  background: var(--cw-main-color);
  color: var(--cw-white-color);
  padding: 40px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
}
.help-section h3,
.help-section .help-phone {
  color: var(--cw-white-color);
  font-weight: 700;
  font-size: 32px;
}
.help-section .help-content {
  width: 70%;
  margin-left: auto;
}
.help-section .help-image {
  width: 300px;
  height: auto;
  object-fit: cover;
  position: absolute;
  bottom: 0;
}
.help-section .help-phone::before,
.cw-page-wrapper .gfield--type-html .phone-call::before {
  background-image: url("/content/themes/mick-george/includes/commercial-waste/icons/phone.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  margin: 0px 10px 0 0;
}
.help-section .help-phone::before {
  background-image: url("/content/themes/mick-george/includes/commercial-waste/icons/help-golden.svg");
}
.waste-services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 20px auto;
  background-color: var(--cw-white-color);
}
.waste-services .waste-services-card {
  background: var(--cw-main-grey);
  border: 1px solid #ddd;
  border-radius: 25px;
  padding: 40px 20px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}

.waste-services .waste-services-card:hover {
  transform: translateY(-5px);
}

.waste-services .waste-services-icon {
  margin-bottom: 25px;
}

.waste-services .waste-services-icon img {
  height: 60px;
  width: auto;
}

.waste-services .waste-services-card h3 {
  color: var(--cw-main-color);
  margin: 0;
  line-height: 1.2;
}
.waste-services.cw-ws-simple-slider {
  position: relative;
}
.waste-services .cw-ws-simple-nav {
  display: none;
}
.waste-services.cw-ws-simple-slider .cw-ws-simple-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: var(--cw-main-color);
  color: var(--cw-white-color);
  z-index: 2;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.waste-services.cw-ws-simple-slider .cw-ws-simple-prev {
  left: -10px;
}
.waste-services.cw-ws-simple-slider .cw-ws-simple-next {
  right: -10px;
}
.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 0px !important;
}
.gform_wrapper.gravity-theme p.form-label {
  margin-bottom: 10px;
}
.step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  flex: 1;
}

.step-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  border: 3px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  color: #9ca3af;
  transition: all 0.3s ease;
  margin-bottom: 8px;
}

.step-item.active .step-circle {
  border-color: #003b7a;
  color: #003b7a;
  background: white;
}

.step-item.completed .step-circle {
  border-color: #84cc16;
  background: #84cc16;
  color: white;
}

.step-label {
  font-size: var(--cw-font-14);
  color: #6b7280;
  font-weight: 500;
}

.step-item.active .step-label {
  color: #003b7a;
  font-weight: 600;
}
.editable-address-area,
.form-section {
  display: none;
}

.form-section.active {
  display: block;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.form-group {
  margin-bottom: 24px;
}

.form-label,
.cw-page-wrapper .gfield_label.gform-field-label {
  display: block;
  font-weight: 600;
  color: #003b7a;
  margin-bottom: 8px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.cw-page-wrapper .gform_wrapper.gravity-theme .gfield.gfield--width-half {
  max-width: 420px;
  width: 100%;
}
.cw-page-wrapper .ginput_container textarea,
.cw-page-wrapper
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .ginput_container_textarea
  textarea,
.cw-page-wrapper
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .ginput_container_select
  select,
.cw-page-wrapper
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]),
.form-input {
  width: 100%;
  padding: 15px 10px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 15px;
  transition: border-color 0.2s;
  max-width: 600px;
}
.cw-page-wrapper .ginput_container textarea,
.cw-page-wrapper
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .ginput_container_textarea
  textarea,
.cw-page-wrapper
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .ginput_container_select
  select,
.cw-page-wrapper
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]) {
  height: 100%;
}

.form-input:focus {
  outline: none;
  border-color: #003b7a;
}
#payment-heading,
.form-hint {
  margin: 5px 0;
}

.discount-heading span{
  margin: 10px 0;
  display: block;  
  font-weight: 700; 
}

.radio-group {
  display: flex;
  gap: 16px;
}

.radio-option {
  border: 2px solid var(--cw-main-grey);
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s;
  background: white;
  align-items: center;
  justify-content: center;
  flex: 1;
  max-width: 150px;
  padding: 20px 15px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  font-weight: bold;
  border-radius: 4px;
  position: relative;
}
div#existingwasteForm p {
  margin-bottom: 10px;
}
.radio-option:hover {
  border-color: var(--cw-main-color);
}

.radio-option.selected {
  border-color: var(--cw-main-color);
  background: var(--cw-main-color);
  color: var(--cw-white-color);
}
.radio-option.selected::before {
  background-image: url(/content/themes/mick-george/includes/commercial-waste/icons/check.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 35px;
  top: 22px;
  content: "";
}
.radio-input {
  display: none;
}
.checkbox-wrapper {
  display: flex;
  gap: 12px;
  cursor: pointer;
  margin: 10px 0;
  align-items: center;
}
.cw-page-wrapper .ginput_container input[type="checkbox"],
.checkbox-input {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-top: 2px;
}
.checkbox-label {
  font-size: var(--cw-font-14);
  color: #374151;
  flex: 1;
}

.address-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 2px solid #003b7a;
  border-top: none;
  border-radius: 0 0 6px 6px;
  max-height: 200px;
  overflow-y: auto;
  display: none;
  z-index: 10;
}
.address-dropdown.show {
  display: block;
}

.address-option {
  padding: 12px 16px;
  cursor: pointer;
  transition: background 0.2s;
}

.address-option:hover {
  background: #f3f4f6;
}

.input-wrapper {
  position: relative;
}

.manual-entry-link {
  font-size: var(--cw-font-14);
  color: #003b7a;
  text-decoration: none;
  margin-top: 8px;
  display: inline-block;
  font-weight: 600;
}

.manual-entry-link:hover {
  text-decoration: underline;
}

.manual-fields {
  display: none;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e5e7eb;
}

.manual-fields.show {
  display: block;
}

.form-actions {
  margin-top: 40px;
}
.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.info-card {
  background: #f8fafc;
  padding: 24px;
  border-radius: 8px;
  text-align: center;
}

.info-card-title {
  font-weight: 700;
  color: #003b7a;
  font-size: 16px;
}
/* Waste Stream */
.waste-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 40px;
  align-items: stretch;
}

.waste-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.waste-card.selected {
  background: var(--cw-main-color);
  color: var(--cw-white-color);
}

.waste-icon img {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
  border: 3px solid var(--cw-main-color);
  border-radius: 100%;
}

h3.waste-name {
  line-height: 1.2;
  margin:15px 0;
}
.waste-desc {
  min-height: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 15px;
}
.btn--white {
  background-color: white;
}
.btn-waste-toggle {
  border: none;
  border-radius: 4px;
  padding: 10px 40px;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  max-width: 150px;
  margin-top: auto;
  align-self: center;
}
.waste-card.selected .waste-name,
.waste-card.selected .waste-desc {
  color: var(--cw-white-color);
}

.specialist-waste-info {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  margin-top: 40px;
}

.info-icon {
  background-image: url("/content/themes/mick-george/includes/commercial-waste/icons/help-icon.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 60px;
  height: 60px;
  display: flex;
}
.info-icon-lable {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-label.info-icon-lable .info-icon {
  width: 18px;
  height: 18px;
}
.waste-icon {
  position: relative;
  height: 100px;
  background: white;
  border-radius: 100%;
  margin: 0 auto;
}
.cw-icon-check {
  background-image: url("/content/themes/mick-george/includes/commercial-waste/icons/check.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
}
.bin-bag-count {
  position: absolute;
  right: 25px;
  top: 20px;
  color: var(--cw-main-color);
  display: flex;
  align-items: center;
  font-weight: bold;
  gap: 5px
}
.bin-bag-count.changebin-count{
  position: unset;
  font-size: var(--cw-font-14);
}
.changebin-dimentions{
  color: var(--cw-main-color);
  font-size: var(--cw-font-14);
}
.bin-bag-count::before {
  background-image: url("/content/themes/mick-george/includes/commercial-waste/icons/bag.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 12px;
  height: 18px;
  content: "";
}

/* Stream Sections & Accordion */
.stream-section {
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
  background: var(--cw-white-color);
}
.modal-top-title,
.stream-header {
  background: var(--cw-main-color);
  color: var(--cw-white-color);
  padding: 15px 25px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-top-title .pmodal-bin-name,
.stream-header h3 {
  color: var(--cw-white-color);
  margin: 0;
  font-size: 20px;
}
.modal-top-title .modal-bin-dimentions,
.stream-header p {
  margin: 5px 0 0;
  font-size: var(--cw-font-14);
}
.chevron::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  transition: 0.3s;
  font-size: 20px;
  font-weight: 700;
}
.stream-section.open .chevron::after {
  content: "\f078";
}
.stream-content {
  display: none;
}

/* Bin Grid */
.bin-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  padding: 25px;
}
.bin-grid .bin-card {
  background: var(--cw-main-grey);
  padding: 15px;
  text-align: center;
  border-radius: 8px;
  position: relative;
}

.bin-thumb img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.bin-info {
  display: flex;
  gap: 10px;
  text-align: left;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}
.bin-info .bin-title {
  font-size: var(--cw-font-14);
  font-weight: 700;
  color: var(--cw-main-color);
  margin-bottom: 0;
}
.bin-info .btn.btn-add-bin {
  border-radius: 0 !important;
  font-weight: bold;
  cursor: pointer;
  padding: 8px 10px;
  max-width: 40px;
}
.help-bin-grid {
  padding: 25px;
  margin-top: 0;
}
/* Summary List (My Bins) */
.my-bins-summary {
  padding: 20px 25px;
  background: #fff;
}
.summary-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px;
  margin-bottom: 10px;
  background-color: var(--cw-main-grey);
}
.summary-item img {
  width: 50px;
}
.summary-details {
  flex-grow: 1;
}
.summary-actions {
  display: flex;
  gap: 10px;
}
.btn-edit,
.btn-remove {
  background: #162c6a;
  min-width: 120px;
  padding: 8px 25px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  color: var(--cw-white-color);
  margin-bottom: 0 !important;
}

/* Modal Styles */
.cw-page-popout.popout-center.is-expanded{
 overflow: visible;
 position: relative;
 margin: 50px auto;
 border-radius: 8px;
 min-height: auto;
}
.cw-page-popout .popout-center.is-expanded .popout-sidebar__head{
  border-radius: 8px 8px 0 0;
  padding: 15px 20px;
}
.cw-page-popout .popout-sidebar__head .popout-sidebar__close{
  right: 20px;
}
.overlay-popout-center.enabled{
 overflow: auto;
 height: 100%;
}

.cw-page-popout.popout-sidebar.is-expanded {
  right: 0;
  z-index: 99999999;
}
.cw-page-popout.popout-sidebar {
  max-width: 550px;
  right: -550px;
  width: 100%;
}
.cw-page-popout .popout-sidebar__body {
  padding: 20px;
}
body:not(.cw-ui-ready) .cw-page-popout.popout-sidebar,
body:not(.cw-ui-ready) .cw__overlay__popup {
  display: none !important;
}

.cw__overlay__popup.enabled {
  display: block;
}
.cw__overlay__popup {
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
}
.popout-sidebar-bin-type h4 {
  color: var(--cw-main-color);
}
.modal-top-title {
  display: grid;
  margin-bottom: 20px;
}
.modal-top {
  margin-bottom: 20px;
}
.modal-top img {
  /* background: var(--cw-main-grey); */
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
}
.modal-footer-btns {
  margin-top: 20px;
}
.qty-selector,
.freq-selector {
  display: flex;
  gap: 10px;
  margin: 15px 0;
  flex-wrap: wrap;
}
.collections-selector,
.qty-btn,
.freq-btn {
  border: 1px solid #ccc;
  background: var(--cw-white-color);
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 4px;
}
.freq-btn {
  min-width: 145px;
}
.modal-footer-btns .btn {
  min-width: 150px;
  width: auto;
}
.qty-btn.selected,
.freq-btn.active {
  background: #162c6a;
  color: var(--cw-white-color);
  border-color: #162c6a;
}
.alert-danger {
  background: #f8d7da;
  color: #721c24;
  padding: 15px;
  border-radius: 4px;
  margin: 20px 0;
}

.address-summary-card {
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 15px;
  max-width: 600px;
}
.customer-form {
  display: flex;
  gap: 20px;
}

.edit-address-trigger {
  color: var(--cw-main-color);
  font-weight: bold;
  font-size: 13px;
}

.row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.col-half {
  flex: 1;
}

.btn-toggle-group {
  display: flex;
  gap: 10px;
  margin: 15px 0;
}
.btn-toggle {
  flex: 1;
  max-width: 150px;
  padding: 20px 15px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  font-weight: bold;
  border-radius: 4px;
  position: relative;
}
.btn-toggle.active {
  background: var(--cw-main-color);
  color: white;
  border-color: var(--cw-main-color);
}
.btn-toggle.active::before {
  background-image: url(/content/themes/mick-george/includes/commercial-waste/icons/check.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 35px;
  top: 22px;
  content: "";
}
.ewc-field-row {
  margin-bottom: 15px;
}
.ewc-input-wrapper {
  position: relative;
}
.edit-icon {
  position: absolute;
  right: auto;
  top: 12px;
  cursor: pointer;
  color: var(--cw-main-color);
}

.conditional-box {
  padding: 10px 20px;
  border-radius: 4px;
  position: relative;
  margin-top: 10px;
  max-width: 600px;
  background: var(--cw-white-color);
  margin-bottom: 10px;
}
.conditional-box textarea {
  border: 0;
  padding: 10px 0;
}
.btn-submit-inner {
  background: #fff;
  border: 1px solid #ddd;
  padding: 8px 25px;
  margin-top: 10px;
  cursor: pointer;
}

.autocomplete-dropdown {
  position: absolute;
  z-index: 10;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  max-height: 200px;
  overflow-y: auto;
  display: none;
  max-width: 600px;
}
.sector-item {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}
.sector-item:hover {
  background: #f4f4f4;
}

.quote-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 30px;
}
.price-toggle {
  display: flex;
}
.main-price-display {
 display: flex;
 align-items: center;
 gap: 10px;
}
.vat-tag{
 color: var(--cw-main-color);
}
button.btn.toggle-btn {
  margin-bottom: 0 !important;
  padding: 12px 40px;
  border: 1px solid var(--cw-main-grey);
  background: var(--cw-white-color);
}
button.btn.toggle-btn.active {
  border: 0;
  background: var(--cw-main-green);
  color: var(--cw-white-color);
}

.quote-main-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}
.show_prices_inc_vat.page-template-cw-your-quote .ex-vat-tag,
.show_prices_inc_vat.page-template-cw-your-quote .ex-vat {
  display: none; 
}
.show_prices_inc_vat.page-template-cw-your-quote .inc-vat-tag,
.show_prices_inc_vat.page-template-cw-your-quote .inc-vat {
  display: block; 
}
.page-template-cw-your-quote .inc-vat-tag,
.show_prices_inc_vat.page-template-cw-your-quote .vat-disclaimer,
.page-template-cw-your-quote .inc-vat{
  display: none;
}

.card-section {
  background: #fff;
}
.card-section .card-title {
  background: var(--cw-main-color);
  color: white;
  padding: 15px 20px;
  margin: 0;
}
.price-summary-card .summary-body,
.stream-price-group,
.stream-group {
  padding: 15px 20px;
}
.bin-item-row {
  display: grid;
  grid-template-columns: 120px 1fr 1fr 100px;
  gap: 15px;
  align-items: start;
 
}
.stream-group .bin-item-row{
  margin-bottom: 15px;
}
.stream-group .bin-item-row:last-child{
  margin-bottom: 0;
}
.bin-img img {
  width: 100%;
  height: auto;
}
.discount-box .discount-box-title,
.bin-item-row p {
  margin-bottom: 10px;
}
.discount-box .discount-box-title,
.quote-main-grid a:not(.btn) {
  color: var(--cw-main-color);
  font-weight: bold;
  text-decoration: none;
  display: block;
}
.bin-price {
  position: relative;
}
.remove-bin {
  text-decoration: none;
  position: absolute;
  top: 0px;
  right: 0px;
}
a#open-add-stream-modal {
  margin-bottom: 20px;
}
.total-bar {
  background: var(--cw-main-grey-dark);
  padding:20px;
  display: flex;
  /* border-radius: 4px; */
  justify-content: space-between;
  align-items: center;
  margin:20px 0;
}
.total-bar h4 {
  margin-bottom: 0;
}

.large-price {
  font-size: 42px;
  font-weight: 800;
  color: #162c6a;
}
.discount-box {
  background: #EBF3D9;
  padding: 20px;
  border-radius: 4px;
  margin: 20px 0;
}
.coupon-input-group {
  display: flex;
  margin-top: 10px;
}
.coupon-input-group input {
  flex: 1;
  border: 1px solid var(--cw-main-grey-dark);
  padding: 10px;
  border-radius: 4px 0 0 4px;
  opacity: 0.9;
}
.coupon-input-group button {
  cursor: pointer;
  border-radius: 0 4px 4px 0px;
}
.coupon-applied {
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.coupon-applied .form-hint {
  margin: 0;
  color: var(--cw-main-color);
  font-weight: 600;
}
.coupon-applied  button#remove-coupon {
  max-width: 100px;
  text-align: center;
  width: 100%;
  display: grid;
  align-items: center;
  justify-content:center;
}
.further-info-link {
  display: block;
  text-align: center;
}
ul.included-list {
 font-size: 16px;
 list-style: none;
}
ul.included-list li{
 line-height: 2;
 padding-left: 28px;
 position: relative;
}
ul.included-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 18px;
  height: 18px;
  background: url(/content/themes/mick-george/includes/commercial-waste/icons/check-icon.svg) no-repeat center / contain;
}

.card-containers{
 padding: 20px;
}
.sum-stream-item,
.summary-section-card { background: var(--cw-main-grey); border-radius: 8px; padding: 20px; margin-bottom: 15px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.summary-section-card.no-padding { padding: 0; }
.summary-section-card p { margin-top: 10px; }
.card-label { color: var(--cw-main-color); margin-bottom: 8px; }
.card-val { font-size: var(--cw-font-14); color: var(--cw-text-color); line-height: 1.5; margin: 0; }
.card-header-flex { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; border-bottom: 1px solid #eee; }

/* Stream Item Styling */
.sum-stream-head { display: flex; justify-content: space-between; cursor: pointer; color: var(--cw-main-color); font-weight: 700; font-size: var(--cw-font-14); }
.sum-bin-details { margin: 10px auto; display: none; }
.sum-bin-line { display: flex; justify-content: space-between; font-size: var(--cw-font-14); margin-bottom: 6px; }
.sum-bin-line.total { border-top: 1px solid #eee; padding-top: 8px; margin-top: 8px; color: var(--cw-text-color); font-weight: 700; }
.summary-footer .footer-disclaimer{ margin-top: 15px; font-size: var(--cw-font-14); }
.cw-consent-section .checkbox-wrapper {
  align-items: flex-start;
}
.cw-consent-section .cw-consent-checkbox {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  flex: 0 0 20px;
  margin: 2px 0 0;
  box-sizing: border-box;
}
.cw-consent-section .checkbox-wrapper label {
  line-height: 1.4;
}
.price-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px dotted #ccc; font-size: var(--cw-font-14); }
.price-row strong { color: var(--cw-text-color); font-size: 15px; }
.vat-disclaimer { font-size: 11px; color: #999; margin-top: 10px; }
.summary-changebin-item input[type="radio"] {
 display: none;
}
.summary-changebin-item input[type="radio"] + label {
 display: inline-block;
 font-family: "Font Awesome 5 Free";
 font-weight: 900;
 font-size: 14px;
 color: var(--cw-main-color)
}

.summary-changebin-item input[type="radio"] + label::before {
 content: "\f067";
}

.summary-changebin-item input[type="radio"]:checked + label::before {
 content: "\f00c";
 color: var(--cw-main-color);
}
.summary-changebin-item input[type="radio"]:checked ~ *,
.summary-changebin-item:has(input[type="radio"]:checked) {
 background-color: var(--cw-main-green);
}
.summary-changebin-footer{
  margin-top: 20px;
}
.summary-call{
  display: grid;
  justify-content: center;
  text-align: center;
  align-items: center;
}
/* Add Stream Modal */
.add-stream-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.add-stream-item {
  display: grid;
  grid-template-columns: 70px 1fr 64px;
  align-items: center;
  gap: 15px;
  background: #f5f5f5;
  border-radius: 16px;
  border: 1px solid #eee;
  overflow: hidden;
  padding-left: 15px;
}
.add-stream-icon {
  width: 80px;
  height: 80px;
}
.add-stream-icon > img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid #1b3a7a;
}
.add-stream-body {
    padding: 15px;
}
.add-stream-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--cw-main-color);
}
.add-stream-desc {
  margin-top: 6px;
  font-size: var(--cw-font-14);
  color: var(--cw-text-color);
}
.add-stream-action {
  height: 100%;
  width: 64px;
  border: 0;
  background: var(--cw-main-green);
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 0 16px 16px 0;
  align-self: stretch;
}
.add-stream-action::before {
  content: "+";
}
.add-stream-item.is-selected .add-stream-action::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.add-stream-item.is-selected .add-stream-action {
  background: var(--cw-main-green);
  cursor: not-allowed;
}
.add-stream-step--bins .add-stream-back {
  margin-bottom: 15px;
}
#popout-add-stream .add-stream-bins .bin-grid {
  display: flex;
  flex-direction: column;
  padding: 25px 0 25px 0;
}
#popout-add-stream .add-stream-bins .bin-card {
  display: grid;
  grid-template-columns: 50px 1fr 0px;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  background: #f5f5f5;
  border: 1px solid #eee;
  border-radius: 6px;
}
#popout-add-stream .add-stream-bins .bin-thumb img {
  width: 46px;
  height: auto;
}
#popout-add-stream .add-stream-bins .bin-info {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  gap: 4px 10px;
  align-items: center;
}
#popout-add-stream .add-stream-bins .bin-title {
  font-size: var(--cw-font-14);
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
#popout-add-stream .add-stream-bins .bin-meta-lines {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  font-size: 12px;
  color: var(--cw-main-color);
  display: flex;
  align-items: center;
  gap: 12px;
}
#popout-add-stream .add-stream-bins .bin-meta-dim {
  font-style: italic;
}
#popout-add-stream .add-stream-bins .bin-meta-bag::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 16px;
  margin-right: 6px;
  background: url("/content/themes/mick-george/includes/commercial-waste/icons/bag.svg") no-repeat center / contain;
}
#popout-add-stream .add-stream-bins .btn-add-bin {
  background: transparent;
  border: 0;
  padding: 0;
  width: 24px;
  height: 24px;
  color: var(--cw-main-color);
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}
#popout-add-stream .add-stream-bins .btn-add-bin i {
  font-size: 18px;
}
/* Change Bin Modal List Styling */
.summary-changebin-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.summary-changebin-item {
  display: grid;
  grid-template-columns: 56px 1fr 28px;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  background: #f5f5f5;
  border: 1px solid #eee;
  border-radius: 6px;
}
.summary-changebin-item img {
  width: 46px;
  height: auto;
}

.summary-changebin-item .summary-actions {
  justify-content: flex-end;
}
.summary-changebin-item input[type="radio"] + label {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  /* border: 1px solid #d1d5db; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #fff; */
}
.summary-changebin-item input[type="radio"] + label::before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--cw-main-color);
}
.summary-changebin-item input[type="radio"]:checked + label::before {
  content: "\f00c";
}
.summary-changebin-item:has(input[type="radio"]:checked) {
  background: var(--cw-main-green);
}
.summary-changebin-item:has(input[type="radio"]:checked) .summary-details,
.summary-changebin-item:has(input[type="radio"]:checked) .summary-details strong,
.summary-changebin-item:has(input[type="radio"]:checked) .summary-details i {
  color: var(--cw-white-color);
}
.cw-page #order_review {
  width: 100% !important;
}
.cw-page #order_review .ppcp-messages,
.cw-page .woocommerce-terms-and-conditions-wrapper{
  display:none !important
}
@media (max-width: 992px) {
  .waste-grid,
  .bin-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Responsive layout additions */
@media (max-width: 1200px) {
  .quote-main-grid {
    grid-template-columns: 1fr;
  }
  .help-section .help-content {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .customer-form,
  .row {
    flex-direction: column;
  }
  .quote-top-bar {
    flex-direction: column;
    gap: 15px;
  }
  .help-section .help-image {
    position: relative;
    width: 240px;
    margin: 0 auto;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cw_hero .hero__overlay {
    display: block;
  }
}
@media (max-width: 768px) {
  .cw-page-get-started .form-header{
    background-size: 40px;
  }
  .cw-page .form-header h2 {
    margin-right: 48px;
    font-size: 26px;
    line-height: 1.2;
  }
  .cw-page-popout.popout-sidebar.is-expanded h3{
    margin-right:15px;
    font-size: 22px;
  }
  .form-card {
    padding: 24px;
  }

  .help-section {
    flex-direction: column;
    text-align: center;
  }
  .summary-changebin-footer,
  .form-actions {
    flex-direction: column-reverse;
    display: flex;
    gap: 10px;
  }
  .btn {
    width: 100%;
  }
  .quote-main-grid {
    gap: 20px;
  }
  .price-toggle {
    width: 100%;
  }
  .main-price-display {
    width: 100%;
  }
  .coupon-input-group {
    flex-direction: column;
  }
  .coupon-input-group input {
    border-radius: 4px;
    margin-bottom: 8px;
  }
  .coupon-input-group button {
    border-radius: 4px;
  }
  .total-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .waste-services.cw-ws-simple-slider {
    padding: 0 25px;
  }
  .waste-services.cw-ws-simple-slider .cw-ws-simple-nav {
    display: flex;
  }
  .add-stream-action{
    height: 50px;
    width: 100%;
    border-radius: 0 0px 16px 16px;
  }
  .add-stream-item{
    grid-template-columns: auto;
    padding-left: 0;
    gap: 0;
  }
  .add-stream-icon{
    margin: 0 auto;
  }
  .add-stream-body {
    text-align: center;
  }
  .add-stream-step--bins .add-stream-back,
  .summary-changebin-footer .btn,
  .modal-footer-btns .btn,
  .cw-page .btn{ 
    padding: 10px; 
  }
  .summary-actions .btn{
    padding: 6px 10px;
  }
}
@media (max-width: 600px) {
  .my-bins-summary .summary-item {
    display: grid;
  }
  .waste-grid,
  .bin-grid {
    grid-template-columns: 1fr;
  }
  .form-title {
    font-size: 26px;
  }
  .help-section {
    padding: 24px;
    gap: 20px;
  }
  .help-section h3,
  .help-section .help-phone {
    font-size: 26px;
    justify-content: center;
  }
  .large-price {
    font-size: 32px;
  }
  .radio-option,
  .btn-toggle {
    max-width: 100%;
  }
  .bin-item-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
  }
  .bin-price {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
  }
  .remove-bin{
    position:unset;
  }
}
@media (max-width: 480px) {
  .modal-footer-btns .btn{
    min-width: 49%;
  }
  .qty-selector, .freq-selector{
    justify-content: space-between;
  }
  .collections-selector{
     width: 100%;
  }
  .freq-btn {
    min-width: 48%;
  }
}
