@media (min-width:1200px) {
  .container {
    max-width: 1270px;
  }
}

.navigation-clean.navbar .navbar-nav .nav-link {
  padding-left: 18px;
  padding-right: 18px;
}

.footer-heading p {
  font-weight: 700;
}

a:hover {
  color: #ff0000!important;
  text-decoration: underline;
}

.btn-primary:hover {
  color: #fff;
  border-color: #384949;
  background: #384949;
}

.btn-primary {
  color: #fff;
  background-color: #89d320;
  border-radius: 6px;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 0px solid #dee2e6;
}

#nav-hamburger:focus {
  outline: none;
}

#nav-hamburger {
  border: none;
  padding-right: 20px;
}

#nav-hamburger-lines {
  color: #000;
  opacity: 1;
}

@media (max-width: 1200px) {
  #text-field-left {
    border-radius: 4px;
    height: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    font-weight: 300;
    padding: 0px 15px;
    font-size: 14px;
    float: left;
    margin-right: 0px;
    margin-bottom: 20px;
    width: 100%!important;
  }
}

@media (max-width: 1200px) {
  #text-field-right {
    border-radius: 4px;
    height: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    font-weight: 300;
    padding: 0px 15px;
    font-size: 14px;
    float: left;
    margin-bottom: 20px;
    width: 100%!important;
  }
}

#delivery-date {
  height: 40px;
  border-radius: 4px;
  border-color: #ccc;
  font-size: 14px;
}

#collection-date {
  height: 40px;
  border-radius: 4px;
  border-color: #ccc;
  font-size: 14px;
}

#date-label {
  font-size: 14px;
}

#text-area {
  border-radius: 4px;
  border-color: #ccc;
  font-size: 14px;
  min-height: 140px;
}

#field-label {
  font-size: 14px;
}

#form-hr {
  border-width: 2px;
  border-color: #eee;
  margin-top: 10px;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}

#text-field {
  border-radius: 4px;
  height: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  font-weight: 300;
  padding: 0px 15px;
  font-size: 14px;
  float: left;
  margin-bottom: 20px;
  width: 100%;
}

#text-field-left {
  border-radius: 4px;
  height: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  font-weight: 300;
  padding: 0px 15px;
  font-size: 14px;
  float: left;
  margin-right: 21px;
  margin-bottom: 20px;
  width: 48%;
}

#text-field-right {
  border-radius: 4px;
  height: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  font-weight: 300;
  padding: 0px 15px;
  font-size: 14px;
  float: left;
  margin-bottom: 20px;
  width: 48%;
}

.payment-column {
  background: #f5f5f5;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 30px;
}

#review-table {
  font-family: 'Roboto';
  font-size: 14px;
}

#total-row {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}

.small-paragaph {
  text-align: left;
  font-size: 11px;
  margin-bottom: 10px;
}

.small-paragaph-red {
  text-align: left;
  font-size: 11px;
  color: #ff0000;
}

#card-number-field {
  border-radius: 4px;
  height: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  font-weight: 300;
  padding: 0px 15px;
  font-size: 14px;
  float: left;
  margin-bottom: 20px;
  width: 48%;
  margin-right: 21px;
}

@media (max-width: 1200px) {
  #card-number-field {
    border-radius: 4px;
    height: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    font-weight: 300;
    padding: 0px 15px;
    font-size: 14px;
    float: left;
    margin-bottom: 20px;
    width: 100%;
    margin-right: 21px;
  }
}

#card-cvc-field {
  border-radius: 4px;
  height: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  font-weight: 300;
  padding: 0px 15px;
  font-size: 14px;
  float: left;
  margin-bottom: 20px;
  width: 48%;
}

@media (max-width: 1200px) {
  #card-cvc-field {
    border-radius: 4px;
    height: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    font-weight: 300;
    padding: 0px 15px;
    font-size: 14px;
    float: left;
    margin-bottom: 20px;
    width: 100%!important;
  }
}

#payment-hr {
  border-width: 2px;
  border-color: #eee;
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline-block;
  width: 100%;
}

#payment-space {
  border-width: 0px;
  border-color: #f5f5f5;
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline-block;
  width: 100%;
}

.medium-paragaph {
  text-align: left;
  font-size: 13px;
  margin-bottom: 10px;
}

#payment-icons {
  width: 229px;
  display: inline-block;
  float: right;
}

@media (max-width: 1200px) {
  #payment-icons {
    width: 229px;
    display: inline-block;
    float: left;
    margin-top: 10px;
  }
}

#skip-card {
  background: #fff;
}

#padlock {
  width: 27px;
  float: left;
  margin-right: 10px;
  margin-top: 0px;
}

.tooltip-img {
  width: 16px;
  margin-left: 10px;
  margin-top: -2px;
}

#modal-tooltip {
  border-radius: 50%;
  height: 17px;
  width: 17px;
  line-height: 100%;
  padding: 0px;
  font-size: 12px;
  font-weight: 900;
  margin-left: 10px;
  margin-top: -3px;
}

@media (max-width: 1200px) {
  .form-control.text-field-left {
    border-radius: 4px;
    height: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    font-weight: 300;
    padding: 0px 15px;
    font-size: 14px;
    float: left;
    margin-right: 0px;
    margin-bottom: 20px;
    width: 100%!important;
  }
}

.form-control.text-field-left {
  border-radius: 4px;
  height: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  font-weight: 300;
  padding: 0px 15px;
  font-size: 14px;
  float: left;
  margin-right: 21px;
  margin-bottom: 20px;
  width: 48%;
}

@media (max-width: 1200px) {
  .form-control.text-field-right {
    border-radius: 4px;
    height: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    font-weight: 300;
    padding: 0px 15px;
    font-size: 14px;
    float: left;
    margin-bottom: 20px;
    width: 100%!important;
  }
}

.form-control.text-field-right {
  border-radius: 4px;
  height: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  font-weight: 300;
  padding: 0px 15px;
  font-size: 14px;
  float: left;
  margin-bottom: 20px;
  width: 48%;
}

.form-control.text-field {
  border-radius: 4px;
  height: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  font-weight: 300;
  padding: 0px 15px;
  font-size: 14px;
  float: left;
  margin-bottom: 20px;
  width: 100%;
}

.form-control.text-area {
  border-radius: 4px;
  border-color: #ccc;
  font-size: 14px;
  min-height: 140px;
}

.titlebox {
  padding: 20px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.skip-size-title {
  padding: 5px;
  font-size: 12px!important;
}

.custom-select.custom-select-lg.my-select {
  text-align-last: center;
}

.title-lines {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ff0002!important;
  height: 4px;
}

.container.narrow-container {
  max-width: 500px!important;
}

.main-title {
  padding: 10px 0px!important;
  font-weight: 900!important;
}

.fas.fa-chevron-left.button-icon {
  padding-right: 10px;
}

@media (max-width: 768px) {
  .footer-logo {
    width: 130px;
  }
}

.btn.btn-light.btn-block {
  background-color: #f5f5f5;
  border-color: #eee;
}

.btn.btn-light.btn-block:hover {
  background-color: #ff0003;
  color: #fff!important;
}

.size-panel {
  width: 50%;
  background: #000;
  border-top-left-radius: 5px;
  float: left;
}

.size-value {
  color: #fff;
  font-size: 21px;
}

.sup {
  vertical-align: super;
  font-size: 70%;
  padding-left: 3px;
}

.bin-panel {
  background: #ff0003;
  width: 50%;
  float: right;
  padding: 10px;
  border-top-right-radius: 5px;
  display: flex;
}

.bin-text {
  color: #fff;
  font-size: 16px;
}

.bin-number {
  color: #ffcc03;
  font-size: 32px;
}

@media (max-width: 549px) {
  .bin-number {
    font-size: 20px;
  }
}

@media (max-width: 549px) {
  .bin-text {
    font-size: 14px;
    margin-top: 2px;
  }
}

@media (max-width: 549px) {
  .size-value {
    font-size: 21px;
  }
}

.fa.fa-expand.dimension-icon {
  font-size: 16px;
}

.fa.fa-plus-circle.dimension-icon {
  font-size: 19px;
  vertical-align: middle;
}

.btn.btn-primary.dimension-modal-button {
  background: #fff;
  color: #000;
  font-weight: 600;
  font-size: 13px;
  border: none;
  width: 100%;
  border-radius: 0px;
}

.btn.btn-primary.dimension-modal-button:active {
  background-color: #fff;
  outline: none;
  box-shadow: none;
}

.btn.btn-primary.dimension-modal-button:focus {
  background-color: #fff;
  outline: none;
  box-shadow: none;
}

.btn.btn-primary.waste-modal-button {
  background: #fff;
  color: #000;
  font-weight: 600;
  font-size: 13px;
  border: none;
  width: 100%;
  border-radius: 0px;
}

.fa.fa-question-circle.waste-icon {
  font-size: 19px;
  vertical-align: middle;
}

.btn.btn-primary.waste-modal-button:active {
  background-color: #fff;
  outline: none;
  box-shadow: none;
}

.btn.btn-primary.waste-modal-button:focus {
  background-color: #fff;
  outline: none;
  box-shadow: none;
}

.modal-header.dimension-modal-header {
  background: #89d320;
  color: #fff;
}

.modal-header.dimension-modal-header button.close {
  color: #fff;
  text-shadow: none;
  opacity: 1;
}

.modal-header.waste-modal-header button.close {
  color: #000;
  text-shadow: none;
  opacity: 1;
}

.toast {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  font-size: .875rem;
  background-color: rgba(255,255,255,.85);
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.1);
  box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
  opacity: 0;
  border-radius: .25rem;
}

#header-logo {
  height: 110px;
}

.btn.previous-button {
  border: 1px solid #384949;
  border-radius: 0px;
  color: #384949;
  max-width: 180px;
  width: 100%;
  padding: 8px 0px;
  min-width: 180px;
  margin: 0px 10px;
}

.btn.previous-button i:hover {
  color: #fff;
}

.btn.previous-button i {
  color: #384949;
}

.btn.previous-button:hover {
  border: 1px solid #384949;
  color: #fff!important;
  background-color: #384949;
}

.btn.previous-button i {
  padding: 0px 10px 0px 0px;
  font-size: 17px;
  line-height: 100%;
  vertical-align: middle;
}

.btn.btn-primary.previous-button:hover {
  background-color: rgb(112,169,3);
  border: 1px solid rgb(112,169,3);
  color: #fff;
  padding: 8px 50px 8px 40px;
  border-radius: 0px;
}

.back-button {
  border: 1px solid #;
}

.back-button {
  border: 1px solid #384949;
  border-radius: 6px;
  padding: 6px 40px;
  background: transparent;
  color: #384949;
}

.back-button:hover {
  border: 1px solid #384949;
  border-radius: 6px;
  padding: 6px 40px;
  background: #384949;
  color: #fff;
}

.input-validation-error {
    border: 1px solid #ff0000 !important;
}

.field-validation-error {
    color: #ff0000;
}

.validation-summary-errors {
    margin-top: 10px;
    background-color: #D9FFB2;
    border: 1px solid #ff0000;
}

span.validation-summary-errors {
    border-bottom-color: #D9FFB2;
    display: block;
}

ul.validation-summary-errors {
    margin: 0;
    padding: 0;
    border-top: none;
}

input#PostCode {
    text-transform: uppercase;
}