.cart--empty-cart{text-align:center;display:flex;flex-direction:column;align-items:center}.cart--empty-btn-container{display:flex;flex-direction:column;gap:20px}@media screen and (max-width:767px){.cart--empty-btn-container{gap:15px}}.cart--empty-btn{width:100%}.cart--vendor{font-size:12px;word-break:break-word}.cart--vendor:not(:first-child){margin-top:2px}.cart--detail{font-size:12px}.cart--detail span:first-child:not(:only-child){color:var(--text-color-transparent7)}.cart--detail a{--link-border-color:var(--text-color-transparent7);color:var(--text-color)}.cart--recommendations{margin-top:60px}.cart--recommendations-heading{margin-bottom:15px}

.cart-totals--wrapper {
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: row;
   margin-bottom: 20px;
}

.summary-sectioninput[type="checkbox"] {
  display: inline-block;
  width: auto;
  margin-inline-end: 0.5rem;
}
.summary-section .styled-checkbox {
  position: absolute;
  opacity: 0;
  float:none;
}
.summary-section {
  padding: 0;
  display: flex;
  align-items: center;
  width: 100%;
}
.summary-section h3 {
  font-size: 1.2em;
  margin-bottom: 15px;
}
.summary-section p {
  margin-bottom: 10px;
  font-size: 15px;
}

.summary-section p label{
  display:inline; padding-left: 5px; float: none;
}
.align-right {
  justify-content: flex-end;
  text-align: right;
}

.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 1;
}
.styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #dcdcdc;
    position: relative;
    top: -3px;
}
.styled-checkbox:checked + label:before {
    background: #A4B894;
}
.styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 6px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media only screen and (min-width: 100px) and (max-width: 830px) {
    .styled-checkbox:checked + label:after {
        left: -30px;
    }

  .summary-section h3 {
    font-size: 1em;
  }

   .summary-section  p {
        padding-left: 35px;
    }
      .styled-checkbox + label:before {
        left: -35px;
        display: block;
        position: absolute;
    }
  .cart-totals--wrapper {
    display: flex;
    flex-direction: column;

  }
  .align-right {
    justify-content: center;
    text-align: center;
  }
}
