[data-ody-id="SideAdContainer"] .sticky-right {
  position: sticky;
  top: 2.75rem;
  z-index: 1020;
}

.search-bar-section ody-dropdown .select2-selection--multiple::before, .mat-form-control::before,
.modal-fullscreen ody-dropdown .select2-selection--multiple::before, .mat-form-control::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}

.search-bar-section [data-ody-id='destinations'] .select2-selection--multiple::before,
.modal-fullscreen [data-ody-id='destinations'] .select2-selection--multiple::before {
  background-image: url('/Site/expedia/images/destination.svg');
}

.search-bar-section .custom-datepicker::before,
.modal-fullscreen [data-ody-id='departureDateTimes'] .select2-selection--multiple::before {
  background-image: url('/Site/expedia/images/selling-date.svg');
}

.search-bar-section [data-ody-id='durations'] .select2-selection--multiple::before,
.modal-fullscreen [data-ody-id='durations'] .select2-selection--multiple::before {
  background-image: url('/Site/expedia/images/clock.svg');
  width: 1.25rem;
  height: 1.25rem;
  background-size: 1.25rem;
}

.search-bar-section [data-ody-id='cruiselines'] .select2-selection--multiple::before,
.modal-fullscreen [data-ody-id='cruiselines'] .select2-selection--multiple::before {
  background-image: url('/Site/expedia/images/ship.svg');
}

.member-price::after {
  content: '';
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  left: 0;
  top: 3px;
  margin-left: 4px;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  background-image: url('/Site/expedia/images/member-price.svg'); /*in path expedia will be replaced with expedia added for testing purpose*/
}

[data-ody-user-type='b2b'] result-container-component {
  width: 100%;
}

[data-ody-user-type='b2b'] [data-ody-id='CruiseResultsStartEmptyDiv'], [data-ody-user-type='b2b'] [data-ody-id='CruiseResultItemEmptyDiv-1'], [data-ody-user-type='b2b'] [data-ody-id='CruiseResultsRightSideEmptyDiv'], [data-ody-user-type='b2b'] [data-ody-id='CruiseResultItemEmptyDiv-2'], [data-ody-user-type='b2b'] [data-ody-id='CruiseEndEmptyDiv'] {
  display: none;
}

[data-ody-user-type='b2c'] result-container-component {
  width: 100%;
}

[data-ody-user-type='b2c'] [data-ody-id='CruiseResultsStartEmptyDiv'], [data-ody-user-type='b2c'] [data-ody-id='CruiseResultItemEmptyDiv-1'], [data-ody-user-type='b2c'] [data-ody-id='CruiseResultsRightSideEmptyDiv'], [data-ody-user-type='b2c'] [data-ody-id='CruiseResultItemEmptyDiv-2'], [data-ody-user-type='b2c'] [data-ody-id='CruiseEndEmptyDiv'] {
  display: block;
}

@media(max-width: 1024px) {
  [data-ody-user-type='b2c'] [data-ody-id='CruiseResultsRightSideEmptyDiv'] {
    display: none;
  }
}

[data-ody-id='CruiseResultsStartEmptyDiv'] div, [data-ody-id='CruiseResultItemEmptyDiv-1'] div {
  border-radius: 1rem;
}

/*-- For all Expedia header CSS */

.custom-header {
  width: 100%;
  box-sizing: border-box;
  height: 72px;
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 8px .75rem rgba(12, 14, 28, .08) !important;
  margin-bottom: 20px !important;
}

  .custom-header .custom-header-container {
    max-width: 78rem !important;
  }

@media(max-width: 991px) {
  .custom-header .custom-header-container {
    padding: 0;
  }
}

.header-settings {
  max-width: 78rem;
  margin: 0 auto;
}

/*-- For all Expedia header CSS */

.page_booking_checkout [data-ody-id="CruiseResultsRightSideEmptyDiv"], .page_customer_booking_details [data-ody-id="CruiseResultsRightSideEmptyDiv"] {
  display: none;
}

[data-ody-id="CruiseResultsRightSideEmptyDiv"] {
  flex-shrink: 0;
}

.page_customer_booking_details .page-container {
  display: block;
}

@media(max-width: 768px) {
  .page_booking_checkout .page-container {
    display: inherit;
  }
}


/*//Tour pacakge CSS*/


.tours-and-transfers h1,
.tours-and-transfers ul,
.tours-and-transfers li,
.tours-and-transfers input[type='button'] {
  font-size: .875rem;
  font-weight: 400;
  color: #191e3b;
}

.tours-and-transfers ::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #a3a3a3;
}

.tours-and-transfers a {
  font-size: .875rem;
  font-weight: 400;
  color: #1768e3;
}

  .tours-and-transfers a:hover {
    color: #1768e3;
    text-decoration: underline;
  }

.tours-and-transfers li input[type='radio'] {
  height: 18px;
  width: 18px;
}

.cruise-detail-box {
  background: #fff;
  border-radius: 1rem;
}

.tours-and-transfers .package-summary-header,
.tours-and-transfers .package-summary-even {
  background: #fff;
}

.tours-and-transfers h1.hOne {
  background: #f5f5f5;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #dfe0e4;
}

.tours-and-transfers .package-summary ul li {
  border-color: #dfe0e4;
}

.tours-and-transfers .package-summary-header {
  font-weight: 500;
}

.tours-and-transfers .cruise-addons .continue.btn-container .secondary-btn {
  color: #1768e3;
  background-color: transparent;
  background-image: none;
  border-color: #1768e3;
  border-radius: 2rem;
  font-size: 14px;
  padding: 4px 7px;
  box-shadow: none;
}

.tours-and-transfers .cruise-addons .continue.btn-container .primary-btn {
  color: #fff;
  background-color: #1768e3;
  border-color: #155dcc;
  border-radius: 2rem;
  font-size: 14px;
  padding: 4px 7px;
  box-shadow: none;
}

.custom-footer {
  max-width: 78rem !important;
  margin: auto;
}

@media (min-width: 1200px) {
  [data-ody-user-type='b2c'].results-page .custom-header-right-container,
  [data-ody-user-type='b2c'].package-details-page .custom-header-right-container {
    margin-right: -16px;
  }
}

/*for category cabin page*/

.page-container .main-container {
  padding-left: 0;
  padding-right: 0;
}

@media(min-width: 1180px) {
  [data-ody-user-type='b2c'].page_cruise_category .page-container .main-container,
  [data-ody-user-type='b2c'].page_cruise_cabin .page-container .main-container {
    padding-right: 16px;
  }
}

[data-ody-id='labelNight'] {
  display: none;
}

/*Member price landing page*/

[data-ody-id='PricingFrom'] .member-price::after {
  height: 18px;
  width: 18px;
  top: 0;
}

[data-ody-id="FilterPanelPricePerPerson"] .select2-selection--multiple::before,
[data-ody-id="FilterPanelShips"] .select2-selection--multiple::before,
[data-ody-id='FilterPanelDeparturePorts'] .select2-selection--multiple::before,
[data-ody-id="FilterPanelRules"] .select2-selection--multiple::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url('/Site/expedia/images/ship.svg');
}