.ddw_text_checkout {
  color: #333333;
  font-size: medium;  
  font-weight: bold; 
  margin-bottom: 20px; }

#delivery-date-panel {
  overflow: hidden; }

#ddw_text {
  display: block;
  font-weight: bold;
  margin: 10px 0px;
  padding: 3px;
  background-color: #f1f1f1; }

#delivery-date-panel #ddw_timeslots {
  float: left; }

#delivery-date-panel #ddw_timeslots div {
  margin: 8px 0px; }

/* timeslors */
#ddw_timeslots {
  min-height: 180px;
  position: relative; }

#ddw_timeslots .icon-loading {
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -20px;
  width: 22px;
  height: 22px; }

#ddw_timeslots .timeslot {
  height: 35px;
  cursor: pointer;
  position: relative;
  padding-left: 10px;
  padding-right: 10px; }

#ddw_timeslots .timeslot.available {
  background-color: #ddf0de; }

#ddw_timeslots .timeslot.selected {
  background-color: #92d097; }

#ddw_timeslots .timeslot.selected * {
  color: #fff !important; }

#ddw_timeslots .timeslot.unavailable {
  background-color: #f1f1f1; }

#ddw_timeslots .icon {
  font-size: 20px;
  color: #76a87a;
  line-height: 35px; }

#ddw_timeslots .text {
  height: 35px;
  line-height: 35px; }

#ddw_timeslots .timeslot.available .text, #ddw_timeslots .timeslot.available i {
  color: #76a87a; }

#ddw_timeslots .timeslot.unavailable .text, #ddw_timeslots .timeslot.unavailable i {
  color: #ccc; }

#ddw_timeslots .text .time {
  font-weight: bold;
  font-size: 15px; }

/* Summary */
#ddw-summary {
  text-align: center; }

#ddw-summary .text {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px; }

#ddw-summary .icon {
  margin: 0 auto;
  display: block;
  height: 40px;
  width: 40px;
  font-size: 40px;
  color: #999; }

#ddw-summary .text, #ddw-summary .delivery-date, #ddw-summary .text, #ddw-summary .delivery-time {
  color: #777;
  font-size: 19px;
  display: block; }

#ddw-summary .delivery-time {
  font-size: 16px;
  margin-top: 6px; }

@media only screen and (max-width: 480px) {
  #ddw-summary {
    overflow: hidden;
    margin-bottom: 20px; } }
#ddw-eta {
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  padding: 6px;
  margin-bottom: 20px;
  color: #222;
  font-size: 14px;
  font-weight: normal;
  margin-top: 20px; }

#ddw-eta .eta {
  font-weight: bold; }

#ddw-time-table {
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden; }
  @media all and (max-width: 500px) {
    #ddw-time-table {
      max-height: 300px; } }

#ddw-time-table::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5; }

#ddw-time-table::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5; }

#ddw-time-table::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #aaa; }

.Rtable {
  flex-wrap: wrap;
  margin: 0 0 3em 0;
  padding: 0; }

.Rtable-cell {
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;
  padding: 5px 5px;
  overflow: hidden;
  list-style: none;
  border-top: solid 3px white; }

/* Table column sizing
================================== */
.Rtable--2cols .Rtable-cell {
  width: 50%; }

.Rtable--3cols .Rtable-cell {
  width: 33.33%; }

.Rtable--4cols .Rtable-cell {
  width: 25%; }

.Rtable--5cols .Rtable-cell {
  width: 20%; }

.Rtable--6cols .Rtable-cell {
  width: 16.6%; }

/* Apply styles
================================== */
.Rtable {
  position: relative;
  top: 3px;
  left: 3px; }

.Rtable-cell {
  font-size: 14px;
  margin: -3px 0 0 -3px;
  background-color: white;
  border-top-color: #eaeaea;
  user-select: none; }
  .Rtable-cell .weekday {
    font-weight: bold;
    display: block; }

.Rtable-cell.selected {
  background-color: #CFECDC;
  color: #4F6559; }

.Rtable-cell.timeslot {
  display: flex;
  align-items: center;
  justify-content: center; }

.Rtable-cell.unavailable {
  background-color: #f7f7f7; }
  .Rtable-cell.unavailable span {
    opacity: 0.3; }

/* Responsive
==================================== */
@media all and (max-width: 500px) {
  .Rtable--collapse {
    display: block; }

  .Rtable--collapse > .Rtable-cell {
    width: 100% !important; }

  .Rtable--collapse > .Rtable-cell--foot {
    margin-bottom: 1em; } }
.no-flexbox .Rtable {
  display: block; }

.no-flexbox .Rtable > .Rtable-cell {
  width: 100%; }

.no-flexbox .Rtable > .Rtable-cell--foot {
  margin-bottom: 1em; }

@media all and (max-width: 500px) {
  .hiddenSmall {
    display: none; } }
.js-RtableAccordions {
  min-width: 240px; }

.Rtable.layout-style-list .Rtable-row {
  display: flex;
  flex-flow: nowrap;
  flex-grow: 1; }

.Rtable.layout-style-days .Rtable-row {
  display: flex;
  flex-flow: row wrap;
  flex-grow: 1; }

.Rtable.layout-style-glance .Rtable-row {
  display: flex;
  flex-flow: column wrap;
  flex-grow: 1; }

@media all and (max-width: 500px) {
  .Rtable .Rtable-row {
    display: block !important;
    width: 100% !important; }
  .Rtable .Rtable-cell {
    width: 100% !important; } }

#ddw-wrapper-calendar #ddw-calendar * {
  font-family: "Helvetica", "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; }
#ddw-wrapper-calendar #ddw-calendar .ui-datepicker {
  width: 100%; }
#ddw-wrapper-calendar #ddw-calendar .ui-widget-header {
  background: none;
  border: none; }
#ddw-wrapper-calendar #ddw-calendar .ui-widget-content {
  border: none; }
#ddw-wrapper-calendar #ddw-calendar .ui-datepicker-calendar th,
#ddw-wrapper-calendar #ddw-calendar .ui-datepicker-calendar td {
  padding: 0; }
#ddw-wrapper-calendar #ddw_timeslots .timeslot {
  margin-bottom: 4px; }

#ddw-wrapper-dayview {
  margin-top: 20px; }
  #ddw-wrapper-dayview #ddw-days::-webkit-scrollbar {
    height: 10px;
    background-color: #f7f7f7; }
    @media (hover: none) and (pointer: coarse) {
      #ddw-wrapper-dayview #ddw-days::-webkit-scrollbar {
        height: 3px; } }
  #ddw-wrapper-dayview #ddw-days::-webkit-scrollbar-thumb {
    background-color: #d0d0d0; }
  #ddw-wrapper-dayview #ddw-days {
    width: 100%;
    height: 65px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; }
    #ddw-wrapper-dayview #ddw-days .day {
      font-size: 14px;
      display: inline-block;
      width: 120px;
      padding: 5px 10px;
      border-top: 2px solid #2fb5d2;
      background-color: #f7f7f7;
      font-weight: bold;
      cursor: pointer;
      user-select: none; }
    #ddw-wrapper-dayview #ddw-days .day.selected {
      border-top: 2px solid #2fb5d2;
      background-color: #f7f7f7;
      font-weight: bold;
      background-color: #2fb5d2;
      color: #fff; }
  #ddw-wrapper-dayview .timeslot-list {
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #ddw-wrapper-dayview .timeslot-list .timeslot {
      flex: 0 32.5%;
      background-color: #e9e9e9;
      border-radius: 2px;
      height: 40px;
      line-height: 40px;
      padding: 0 10px;
      text-align: center;
      margin-bottom: 10px;
      font-weight: bold;
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.14);
      font-size: 14px; }
      @media only screen and (max-width: 600px) {
        #ddw-wrapper-dayview .timeslot-list .timeslot {
          flex: 0 49.5%; } }
    #ddw-wrapper-dayview .timeslot-list .timeslot.disabled {
      opacity: 0.5; }
    #ddw-wrapper-dayview .timeslot-list .timeslot.selected {
      background-color: #2fb5d2;
      color: #fff; }
  #ddw-wrapper-dayview .timeslot-list::after {
    content: '';
    flex-grow: 0;
    width: 32.5%; }
  #ddw-wrapper-dayview .timeslot-list.disabled {
    opacity: 0.5;
    pointer-events: none; }
  #ddw-wrapper-dayview #ddw_timeslots {
    min-height: auto;
    margin-bottom: 10px; }

#onepagecheckoutps .calendar-wrapper {
  width: 100% !important; }

/*# sourceMappingURL=front.css.map */
