.product-details {
  background: #fff !important;
}

.tour-details-heading {
  background: #cdeabe !important;
  border-bottom: 1px solid #569e30;
}

.tour-details .overview h2 {
  color: #343434;
}
.tour-details .overview .read-more {
  color: #0672ff;
}

input[type=checkbox] + label:after,
input[type=radio] + label:after {
  box-shadow: none;
}

input[type=checkbox]:checked + label:after,
input[type=radio]:checked + label:after {
  background: #0672ff;
  border-color: #0672ff;
}

input[type=radio]:not(.searchTypeMobile):checked + label:after {
  color: #fff;
}

input[type=checkbox] + label,
input[type=radio] + label {
  padding-left: 22px;
}

.cabinType-container {
  padding-top: 10px;
  display: flex;
  gap: 15px;
}

.tour-details .itinerary strong {
  position: relative;
}
.tour-details .itinerary strong .temps {
  position: absolute;
  right: 20px;
  font-size: 14px;
  font-weight: normal;
}

.product-details .product-image img {
  height: auto;
}

.awbt-heading {
  display: flex;
  align-items: center;
  height: 70px;
  background-image: url(/tour-detail/css/img/red-bg.png);
  background-size: auto;
  background-position: center;
}
.awbt-heading img {
  position: absolute;
  left: 20px;
}
.awbt-heading .phone-number {
  display: none;
}
@media (max-width: 1200px) {
  .awbt-heading .phone-number {
    display: initial;
    padding-left: 40px;
  }
}
.awbt-heading .callout {
  text-transform: none;
  top: auto;
  bottom: 15px;
}
@media (max-width: 1200px) {
  .awbt-heading .callout {
    padding-top: 15px;
    padding-left: 80px;
    font-size: 16px;
    line-height: 1;
  }
}

input.icon {
  position: relative;
  background-position: calc(100% - 10px) center !important;
  background-size: 20px !important;
  border-radius: 5px;
  padding: 0 15px;
}

.icon__departure {
  background: url(https://www.tripcentral.ca/cruise-finder/img/icons/flight-takeoff.svg) no-repeat #fff !important;
}

.icon__calendar {
  background: url(https://www.tripcentral.ca/cruise-finder/img/icons/calendar.svg) no-repeat #fff !important;
}

.icon__person {
  background: url(https://www.tripcentral.ca/cruise-finder/img/icons/face.svg) no-repeat #fff !important;
}

.ds-container {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
}
.ds-container * {
  box-sizing: border-box;
}
.ds-container .ds-table {
  display: flex;
  flex-direction: column;
  /*position: relative;*/
  height: 100%;
  border: 1px solid #bbbdbf;
  border-radius: 3px;
  overflow-y: auto;
}
.ds-container .ds-table .ds-footer {
  position: sticky;
  bottom: 0;
  display: flex;
  align-items: center;
  background: #f3f3f3;
  border-top: 1px solid #bbbdbf;
  padding: 20px;
  height: 50px;
}
.ds-container .ds-table .ds-footer a {
  color: #0672ff;
  width: 100%;
  display: block;
  text-decoration: underline;
  cursor: pointer;
}
.ds-container .ds-row .ds-row-item,
.ds-container .ds-header .ds-row-item {
  padding: 0 15px;
}
.ds-container .ds-row .ds-row-item:nth-of-type(1),
.ds-container .ds-header .ds-row-item:nth-of-type(1) {
  max-width: 180px;
  width: 100%;
  padding-left: 20px;
}
.ds-container .ds-row .ds-row-item:nth-of-type(2),
.ds-container .ds-header .ds-row-item:nth-of-type(2) {
  max-width: 150px;
  width: 100%;
}
.ds-container .ds-row .ds-row-item:nth-of-type(3),
.ds-container .ds-header .ds-row-item:nth-of-type(3) {
  width: 100%;
}
.ds-container .ds-row .ds-row-item:nth-of-type(4),
.ds-container .ds-header .ds-row-item:nth-of-type(4) {
  max-width: 90px;
}
.ds-container .ds-header {
  border: none;
  font-weight: bold;
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  margin: 10px 0 5px 0;
}
.ds-container .ds-header .ds-row-item:nth-of-type(1) {
  transform: translateX(33px);
}
.ds-container .ds-header .ds-row-item:nth-of-type(4) {
  max-width: 200px;
  width: 100%;
  text-align: right;
  padding: 0;
}
.ds-container .ds-row {
  /*position: relative;*/
  display: flex;
  align-items: center;
  /*height: 50px;*/
  width: 100%;
  cursor: pointer;
  padding: 6px 0;
}
.ds-container .ds-row .departing div label {
  cursor: pointer;
  color: #0672ff;
  text-decoration: underline;
  padding-left: 15px;
}
.ds-container .ds-row .price {
  color: #d0021b;
  font-family: Helvetica;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}
.ds-container .ds-row .party-size {
  font-size: 14px;
  font-weight: 100;
  color: #666;
  padding-right: 10px;
}
.ds-container .ds-row.open:after,
.ds-container .ds-row-form.open:after {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #0672ff;
}
.ds-container .ds-row.open {
  border-bottom: 2px solid #e1f1fc !important;
}
.ds-container .ds-row-form.open {
  display: block !important;
}
.ds-container .ds-row-form.open:after {
  top: -2px;
}
.ds-container .ds-row-form {
  position: relative;
  display: none;
  background: #eef8ff;
  color: #343434;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}
.ds-container .ds-row-form .title {
  color: #4c92c7;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.ds-container .ds-row-form .title span {
  color: #5b5b5b;
  font-weight: normal;
  margin-left: 20px;
  text-transform: initial;
}
.ds-container .ds-row-form form {
  padding: 10px 0 0;
}
.ds-container .ds-row-form form .row-form__input {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 10px;
}
.ds-container .ds-row-form form .row-form__input label {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: bold;
}
.ds-container .ds-row-form form .row-form__input .label-cabinType {
  cursor: pointer;
}
.ds-container .ds-row-form form .row-form__input input[type=text] {
  width: 100%;
  height: 40px;
  border: 1px solid #cecece;
  border-radius: 5px;
  margin-top: 5px;
  cursor: pointer;
  background: #fff;
}
.ds-container .ds-row-form form .row-form__input button {
  border: 1px solid #305d7f;
  border-radius: 3px;
  background: linear-gradient(180deg, #4c92c7 0%, #3f7ba9 100%) 0% 0% no-repeat;
  color: #fff;
  height: 40px;
  padding: 0 20px;
  box-shadow: inset 2px 2px 0px rgba(255, 255, 255, 0.1607843137);
}
.ds-container .ds-row-form form .row-form__input .departing {
  min-width: 250px;
}
.ds-container .ds-row-form form .row-form__input .passengers {
  max-width: 200px;
}

#enqTabCTA {
  position: absolute;
  right: 10px;
  top: calc(50% - 20px);
}
@media (max-width: 1200px) {
  #enqTabCTA {
    display: none !important;
  }
}

.enquire-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.enquire-container span {
  color: #d0021b;
  font-size: 18px;
  font-weight: bold;
}
.enquire-container .button {
  background: transparent linear-gradient(180deg, #bc2525 0%, #a41515 100%) 0% 0% no-repeat padding-box;
  box-shadow: inset 2px 2px 0px rgba(255, 255, 255, 0.1607843137);
  border: 1px solid #961b20;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min-content;
  height: 40px;
}

.enq-trip {
  display: flex;
  align-content: center;
  height: 60px;
  border: 1px solid #bbbdbf;
  padding: 0 10px 0 20px;
  margin-bottom: 10px;
}
.enq-trip .dates {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  min-width: 100px;
  max-width: 180px;
  width: 100%;
  padding-right: 20px;
  box-sizing: border-box;
}
.enq-trip .dates strong {
  margin-bottom: 2px;
}
.enq-trip .enquire-container {
  flex-grow: 1;
  width: 100%;
  justify-content: flex-end;
}

.enq-trip-tablet {
  display: none;
}

.tabs {
  margin-bottom: 10px;
}/*# sourceMappingURL=new-styles.css.map */
