.nav_inner {
  line-height: 1;
}

p {
  margin: 0;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: auto;
  margin-bottom: auto;
  font-size: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: bold;
  line-height: inherit;
  color: inherit;
}

.custom-header {
  line-height: 1;
}

.private_offer {
  text-decoration: line-through;
}

.tour-special-price {
  color: #ff3048;
  font-weight: 600;
  margin: 10px 0 15px;
}

.clear-all {
  margin-top: 18px;
  color: steelblue;
  font-style: inherit;
  font-size: 16px;
  display: block;
  font-weight: 500;
  text-align: left;
  margin-bottom: 10px;
}

a.my_qtip:hover {
  color: #ff3048;
}

.clear-all:hover {
  background-color: #dcdcdc;
  color: steelblue;
}

.breadcrumbs {
  font-size: 12px;
  padding: 15px;
  color: #ccc;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eee;
}

.pagination {
  margin: 0;
}

#top_pagination_container {
  margin-bottom: 5px;
}

.breadcrumbs a.link {
  color: #004a83;
  text-decoration: none;
}

.breadcrumbs a.link:hover {
  color: #007add;
}

.row-flex {
  display: flex;
}

.btn-flex {
  display: flex;
  justify-content: space-between;
}

.select_box {
  width: 150px;
  overflow: hidden;
  border: 1px solid #1b4a7f;
  position: relative;
  padding: 1px 0;
}

.select_box::after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #1b4a7f;
  position: absolute;
  top: 45%;
  right: 8px;
  content: "";
  z-index: 4;
}

.select_box select {
  width: 150px;
  border: 0;
  margin-left: -1px;
  position: relative;
  z-index: 4;
  background: none;
  color: #1b4a7f;
  appearance: none;
}

.sort-by select {
  padding: 5px 10px;
}

.departuredate-select select {
  padding: 5px;
}

.search--box select {
  padding: 4px 10px;
  font-size: 17px;
  border-radius: 4px;
  width: 100%;
  background: #fff;
  color: #1b4a7f;
}

.select_box select:focus {
  outline: none;
}

.flex-order .col-xs-6 {
  width: 50% !important;
}

.s-flex {
  display: flex;
}

.flex-1 {
  flex: 1 1 0%;
}

.justify-end {
  justify-content: flex-end;
}

.details-page {
  margin-top: 27px;
}

.details-page .row {
  width: inherit;
}

.filter-panel {
  margin-bottom: 0;
}

.sort-by {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.sort-by label {
  color: #1b4a7f;
  margin-right: 5px;
  margin-bottom: 0;
  font-weight: 500;
}

.sort-by a {
  color: #1b4a7f;
  margin-left: 10px;
  font-size: 16px;
}

.details-info {
  border: solid #d6d6d6 1px;
  padding: 10px 15px 15px;
  margin-bottom: 20px;
}

.title-info {
  width: 70%;
}

.title-info h4 {
  font-weight: 800;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 11px;
  line-height: 24px;
}

.map-icon i {
  margin-right: 8px;
}

.map-icon .fa {
  transform: scale(1.3, 1);
}

p.map-icon {
  margin-bottom: 7px;
}

.title-info .map-icon {
  color: #2768d9;
  margin-bottom: 10px;
}

.hide-bonus-button button {
  background: #3b7939;
  padding: 8px 20px;
  color: #fff;
  font-weight: 600;
  border: none;
  width: 190px;
}

.view-bonus-button a {
  background: #eb464f;
  padding: 10px 26px;
  color: #fff;
  font-weight: 600;
  width: 190px;
  text-decoration: none;
}

.coupon-section a {
  display: flex;
  align-items: center;
}

.title-info .map-icon a {
  color: #2768d9;
  text-decoration: none;
}

.price-info {
  width: 30%;
  text-align: right;
}

.price-info p {
  margin-bottom: 0;
  width: 100%;
}

.price-info p strong {
  color: #419128;
  font-size: 22px;
  margin-bottom: 0;
}

.price-info em {
  color: #9c9c9c;
  font-size: 12px;
  display: block;
}

i.fa-regular.fa-map-location-dot {
  margin-right: 5px;
  color: #337ab7;
}

.details-left {
  width: 75%;
  padding-right: 20px;
}

.bonusOfferIntro p {
  margin-bottom: 0;
  font-style: italic;
}

.details-left.tourDetails p {
  margin: 0 0 7px;
}

.details-left.tourDetails p strong {
  text-transform: none;
}

.bonusOfferIntro {
  width: 100%;
}

.details-left .quality i {
  color: #f6c143;
}

.details-right {
  width: 25%;
  text-align: right;
}

.details-right img {
  width: 100%;
  max-width: 250px;
}

.details-right img.w-logo {
  width: 100%;
  max-width: 130px;
}

.hide-bonus-button {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
}

.view-bonus-button {
  text-align: right;
  margin-top: 30px;
  margin-bottom: 0;
}

.checkbox-container input {
  position: absolute;
  opacity: 1;
  cursor: pointer;
  margin-left: 10px;
  margin-top: 1px;
  width: 18px;
  height: 18px;
}

span.select2-selection--multiple input {
  /* for location filter */
  margin-left: 11px !important;
}

#select2-js-tour-name-container span.select2-selection__placeholder {
  margin-left: 4px;
}

#select2-js-tour-name-container {
  line-height: 27px !important;
}

.search--box .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 2px;
  padding-right: 18px;
}

ul#select2-js-tour-city-container .select2-selection__choice__display {
  padding-left: 4px !important;
}

.info-text {
  text-align: center;
  margin: 31px 0 12px;
}

.coupon-section {
  width: 100%;
  display: inline-block;
  margin: 10px 0;
}

.coupon-section .image {
  width: 80px;
  float: left;
}

.tour-map-url-image img {
  max-height: 65vh;
}

.coupon-section .image img {
  max-width: 100%;
}

.coupon-section .description-text {
  display: flex;
  padding-left: 15px;
  color: #2768d9;
  font-weight: bold;
  padding-top: 5px;
}

.filter {
  padding: 8px;
}

.radio-container {
  padding-top: 6px !important;
  padding-left: 33px !important;
  margin: 10px;
}

.radio-container .checkmark::after {
  top: 3px !important;
  left: 3px !important;
}

.fa-light.fa-map {
  margin-right: 5px;
}

div.title-length-mismatched-result {
  margin: 14px 0 3px;
  color: #004a83;
  font-size: 14px;
  line-height: 18px;
  padding: 12px 0;
}

div.title-length-mismatched-result span {
  color: #ff3048;
  text-decoration: underline;
  font-weight: bold;
}

/*** FILTERS START ***/
.sailing-result .cruise_details > .left .title {
  font-weight: bold;
  font-size: 19px;
}

#filters_container {
  margin-bottom: 0;
  color: #004a83;
  height: auto;
}

#filters_container .reset_filter_link {
  cursor: pointer;
  font-size: 12px;
}

#filters_container .filtered-results {
  margin-top: 15px;
  margin-left: 10px;
  padding-bottom: 15px;
}

#filters_container .filter {
  padding-top: 0;
}

#filters_container .filter .title {
  font-weight: bold;
  color: #004a83;
  font-size: 16px;
  margin-bottom: 3px;
}

.filter .btn-group > .btn:not(:first-child, :last-child, .dropdown-toggle) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

#filters_container .dropdown .btn {
  text-align: left;
}

#filters_container .dropdown .btn .caret {
  margin-top: 9px;
}

#filters_container .dropdown-toggle.btn-default,
#filters_container .dropdown-toggle.btn-default:hover,
#filters_container .dropdown-toggle.btn-default:active,
#filters_container .dropdown.open > .dropdown-toggle.btn-default {
  background-color: white;
  color: #1b4a7f;
}

.filters--box {
  font-size: 14px;
}

.filters--box .dropdown-menu {
  margin-top: 0;
  padding: 12px;
}

#filters_container .dropdown-menu {
  margin-top: 0;
  padding: 12px;
}

#filters_container .dropdown-menu form .options {
  border-bottom: 1px solid #ddd;
  margin-bottom: 12px;
  padding-bottom: 5px;
}

/* new styled checkbox */
.checkbox {
  position: relative;
  margin: 0 5px 6px 0;
  width: 100%;
}

.fancybox_content .checkbox {
  display: flex;
}

.fancybox_content .checkbox + .checkbox {
  margin-top: 0;
}

#filters_container .dropdown-menu .checkbox {
  margin-top: 0;
  margin-bottom: 5px;
}

#filters_container .dropdown-menu .checkbox label.disabled {
  opacity: 0.3;
  pointer-events: none;
}

/* Hide the browser's default checkbox button */
.checkbox-container {
  font-weight: normal;
  margin-left: 42px;
}

#filters_container .dropdown-menu .checkbox input {
  margin-left: 0;
}

/*** FILTERS END ***/

.my_qtip_icon {
  margin-left: 30px;
}

.tour-matches {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #2768d9;
  padding: 0;
  margin: 15px 20px;
}

.filter-result {
  margin: 0;
  text-align: center;
  font-size: 20px;
  color: white;
  background: #2768d9;
  font-weight: bold;
  padding: 5px;
}

.filter-result label {
  margin-top: 10px;
  font-size: 24px;
}

.start-date-options {
  margin-bottom: 10px;
  float: left;
  padding-right: 10px;
}

.end-date-options {
  margin-bottom: 12px;
}

.filter-border-top {
  border-top: 1px solid #ccc;
  padding-top: 12px;
  float: left;
  width: 100%;
}

.close-dropdown {
  padding: 0 20px;
}

#guranteedFilter {
  margin: 10px 0;
  position: relative;
}

.search--box {
  display: inline-block;
  width: 100%;
  position: relative;
}

.search--box .select2-container--default .select2-selection--multiple .select2-selection__choice {
  position: relative;
}

.search--box .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right: none;
}

.search--box .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.search--box .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background: none;
}

.select2-results .select2-results__option--selected {
  background-color: #bbb;
  color: #fafafa;
}

#js-tour-name-container .select2-selection__choice {
  padding-right: 15px;
}

.search--box button {
  position: absolute;
  float: right;
  right: 8px;
  width: 20px;
  padding-top: 4px;
  background: none;
  color: #1b4a7f;
  font-size: 17px;
  border: 0;
  cursor: pointer;
}

.search--box .select2-selection__choice button {
  position: absolute;
  float: right;
  right: 0;
  width: 20px;
  padding-top: 4px;
  background: none;
  color: #1b4a7f;
  font-size: 17px;
  border: 0;
  cursor: pointer;
}

div#tourSearchDisclaimer {
  font-size: 13px;
  background: #f8f8f8;
  color: #004a83;
  padding: 20px;
  border: 1px solid #cdcdcd;
  line-height: 1.5;
  margin-top: 23px;
}

.bootstrap-tagsinput {
  background-color: #2768d9;
}

.select2-selection__arrow {
  display: none;
}

.custom-rating.range-wrap {
  width: 100%;
  height: 25px;
  margin-bottom: 25px;
}

.btn.group-btn {
  color: #0072ba;
  background-color: #fff;
  border-color: #0072ba;
}

.btn.group-btn.active {
  color: #fff;
  background-color: #0072ba;
  border-color: #0072ba;
}

.btn.group-btn:hover {
  color: #fff;
  background-color: #0072ba;
  border-color: #0072ba;
}

.per-person-slider,
.per-day-slider,
.trip-length-slider,
.tour-quality-slider {
  margin: 0 auto 20px;
  width: 96%;
}

.trip-length-slider label {
  margin-bottom: 10px;
}

.per-person-slider label + label,
.per-day-slider label + label,
.trip-length-slider label + label,
.tour-quality-slider label + label {
  float: right;
}

.per-person-slider,
.per-day-slider {
  margin-top: 10px;
}

/* ======= range slider ======= */
.theme-deepblue .back-bar {
  height: 5px;
  border-radius: 2px;
  background-color: #eee;
  background-color: #e7e7e7;
}

.per-person-slider .slider-container .back-bar,
.per-day-slider .slider-container .back-bar,
.trip-length-slider .slider-container .back-bar {
  height: 8px;
  position: relative;
}

.theme-deepblue .back-bar .pointer {
  width: 14px;
  height: 14px;
  top: -5px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #aaa;
  background-color: #e7e7e7;
}

.per-person-slider .slider-container .back-bar .pointer,
.per-day-slider .slider-container .back-bar .pointer,
.trip-length-slider .slider-container .back-bar .pointer {
  position: absolute;
  width: 16px;
  height: 16px;
  top: -5px;
  background-color: #fff;
  cursor: col-resize;
  border-radius: 14px;
  border: 1px solid #0072ba;
  opacity: 1;
  z-index: 2;
}

.theme-deepblue .back-bar .selected-bar {
  border-radius: 2px;
  background-color: #0072ba;
}

.pointer-label {
  font-size: 10px !important;
  font-weight: bold;
}

.theme-deepblue .back-bar .pointer-label {
  color: #999;
}

.theme-deepblue .back-bar .focused {
  color: #333;
}

.theme-deepblue .scale span {
  border-left: 1px solid #e5e5e5;
}

.theme-deepblue .scale ins {
  color: #999;
}

.slider-container .scale ins {
  font-size: 10px !important;
}

.filter .dropdown-menu .options-scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 250px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.filters-selected {
  font-style: italic;
  font-size: 16px;
  display: block;
  font-weight: 500;
  text-align: left;
  margin-bottom: 10px;
}

.filtered-results .bootstrap-tagsinput {
  padding: 0;
  padding-left: 20px;
  display: contents;
}

.filtered-results .label-info {
  background: none;
}

.filtered-results .label {
  display: flex;
  text-align: left;
  white-space: normal;
  margin-bottom: 12px;
  padding: 0;
  overflow-wrap: anywhere;
  margin-left: 15px;
  font-weight: 500;
  position: relative;
}

.filtered-results .bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: -18px;
  position: absolute;
}

span.select2-selection.select2-selection--single {
  width: 100%;
}

.search--box .select2 {
  width: 100% !important;
}

.fancybox_content .checkbox input[type="checkbox"] {
  margin-left: 0;
  margin-top: 2px;
}

.sticky-box-bot {
  position: sticky;
  bottom: 0;
  margin-bottom: 3px;
  background: #f9f9f9;
  display: flex;
  justify-content: space-between !important;
}

.fancybox_content .sticky-box-bot {
  padding-top: 15px;
}

.fancybox_content .filter-border-top {
  margin-top: 10px;
}

.ins-right {
  margin-left: -30px !important;
  text-align: right;
  width: 30px;
}

.custom-rating .bubble {
  padding: 3px 5px !important;
}

.theme-deepblue .scale span + span ins {
  margin-left: -30px !important;
  text-align: right;
  width: 30px;
}

.tooltip {
  opacity: 1;
}

.noUi-connect {
  background: #0072ba;
}

[disabled] .noUi-connect {
  background: #0072ba;
  transform: none !important;
}

.noUi-handle::after {
  display: none;
}

.noUi-handle::before,
.noUi-handle::after {
  display: none;
}

.noUi-horizontal {
  height: 10px;
}

.noUi-handle {
  border-radius: 50%;
  background: #fff;
  border: 1px solid #0072ba;
}

.noUi-horizontal .noUi-handle {
  height: 20px;
  width: 20px;
  right: -9px;
  top: -7px;
}

.col-fancybox {
  columns: 2;
}

.fancybox-wrap {
  width: 100% !important;
  max-width: 600px !important;
  left: 460px;
}

.fancybox-inner {
  width: 100% !important;
}

.hide_fancybox_content {
  display: none;
}

.fancybox_content .top-containt {
  text-align: center;
  color: #5b789b;
  font-size: 20px;
}

.fancybox_content .top-containt-map {
  text-align: center;
  color: #5b789b;
  font-size: 20px;
}

.fancybox_content .top-containt h2 {
  font-size: 28px;
  color: #004a83;
  margin-bottom: 5px;
}

.fancybox_content .top-containt-map h2 {
  font-size: 28px;
  color: #004a83;
  margin-bottom: 5px;
  margin-top: 0;
  font-weight: 600;
  line-height: 33px;
}

h2.bonusOfferTitle {
  font-weight: 900;
  color: #ff3048 !important;
  margin-bottom: 35px !important;
}

.fancybox_content .tourSearchBonusOfferFooter {
  font-size: 19px;
  color: #1b4a7f;
  border-bottom: 0.5px solid #00000078;
  margin: 0 15px;
  padding-bottom: 35px;
}

.tourSearchBonusOfferFooter .contactUsQtip {
  cursor: pointer;
  font-weight: 600;
}

.fancybox_content .top-containt h3 {
  margin-bottom: 20px;
  font-weight: normal;
  font-style: italic;
  font-size: 17px;
  color: #5e5f5f;
}

.fancybox_content .top-containt-map h3 {
  font-weight: normal;
  font-style: italic;
  font-size: 17px;
  color: #5e5f5f;
  margin-bottom: 20px;
}

.fancybox_content .top-containt p {
  font-size: 19px;
  line-height: 30px;
  color: #1b4a7f;
  margin-bottom: 30px;
}

.fancybox_content .top-containt div.tourSearchBonusOfferDates {
  margin: 25px 0 20px;
  font-size: 16px;
  color: #6d6d6d;
}

.fancybox_content .deals-info p {
  font-size: 16px !important;
  line-height: 18px !important;
  text-align: center;
  color: #6d6d6d;
}

.fancybox_content p.tourSearchBonusOfferTerms {
  margin-top: 35px;
  font-size: 12px !important;
  line-height: 16px !important;
}

.lt-dropdown .select2 {
  width: 100% !important;
}

.lt-dropdown .select2-selection--multiple {
  border: 1px solid #444;
  border-radius: 0;
}

.select2-results__options {
  background: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #bbb !important;
  color: #fafafa !important;
}

.rating-stars ul {
  list-style-type: none;
  padding: 0;
  position: relative;
  display: flex;
  width: auto;
  font-size: 20px;
  color: #f5c246;
  user-select: none;
}

.price-rules li {
  margin: 8px 0;
}

.rating-stars ul > li {
  padding-left: 4px;
}

.tour-map-url-image {
  border: 1px solid #ccc;
  width: fit-content;
  max-width: 65vw;
  margin: auto;
}

.pg_title h1 {
  margin: 0;
  font-size: 16px;
}

#price-ranges-filter-dropdown label {
  font-size: 14px;
}

.slider--label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fancybox-overlay {
  background: rgb(171 200 237 / 60%);
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: auto;
}

.two-line-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.two-line-label {
  display: flex;
  flex-direction: column;
}

.mt--0 {
  margin-top: 0 !important;
}

#pagination_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
}

.pagination-btn {
  background: #aaaaaa6b;
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}

.pagination-btn:hover {
  background: #004a83;
  color: white !important;
  border: 1px solid #111;
}

.pagination-btn.active {
  background: #004a83;
  color: white !important;
  border: 1px solid #979797;
}

.btn--normal {
  cursor: default;
}

.center-spaced-items {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-content-between {
  justify-content: space-between;
}

a.fancybox {
  text-decoration: none;
  color: #1b4a7f;
}

.details-page * {
  box-sizing: border-box;
  line-height: 1.4286;
}

#join_box label {
  font-weight: normal;
}

#footer .links_container .footer_list {
  margin-bottom: 0;
}

#check_us_content .arrows img {
  width: 30px;
  cursor: pointer;
  height: 26px;
  margin-top: -3px;
}

.filter-view-box {
  overflow-x: hidden;
  overflow-y: auto;
  border: 2px solid #2768d9;
  background: #ebebeb;
}

.p-6px {
  padding: 6px !important;
}

.filter-panel-sticky {
  position: sticky;
  bottom: 0;
  top: 0;
  z-index: 9;
}

ul.vendor-price-type-list,
ul.vendor-price-type-list li {
  list-style: circle !important;
  margin-left: 25px;
}

ul.vendor-price-type-list {
  list-style: circle;
  margin-left: 17px;
}

ul.vendor-price-type-list li {
  margin: 8px 0;
}

p.vendor-price-type-subtitle {
  font-weight: bold;
  text-decoration: underline;
}

.price-rules {
  list-style: circle;
  margin: 9px 18px;
  padding: 0;
}

.price-rule-info {
  display: flex;
  justify-content: end;
}

.price_rule_qtip {
  margin-left: 2px;
  display: flex;
  align-items: center;
}

.price_rule_qtip:hover {
  text-decoration: none;
}

.tour-price-include_intra_air_tax {
  margin: 12px 0 20px;
  font-size: 12px;
}

.tour-price-include_intra_air_tax .includesIntraAir {
  font-weight: bold;
  text-decoration: underline;
  margin-right: 2px;
}

ul.vendor_price_inclusions {
  margin-bottom: 0;
}

ul.vendor_price_inclusions li {
  margin: 10px 0;
}

ul.vendor_price_inclusions li:first-child {
  margin-top: 0;
}

ul.vendor_price_inclusions li:last-child {
  margin-bottom: 0;
}

div#toursNoResultsContainer {
  text-align: center;
}

div#toursNoResultsContainer p {
  margin: 15px 0;
}

div#toursNoResultsContainer p#noToursHdr {
  font-size: 28px;
  font-weight: bold;
  margin-top: 0 !important;
  color: #ff3048;
  text-decoration: underline;
}

select.location-filter-select {
  display: inline-block;
  width: 50px;
  margin: 0 3px;
  border: none;
  border-radius: 3px;
  padding: 5.5px 17px 5.5px 7px;
  font-size: 15px;
  appearance: none;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M311.9 335.1l-132.4 136.8C174.1 477.3 167.1 480 160 480c-7.055 0-14.12-2.702-19.47-8.109l-132.4-136.8C-9.229 317.8 3.055 288 27.66 288h264.7C316.9 288 329.2 317.8 311.9 335.1z"/></svg>');
  background-repeat: no-repeat;
  background-size: 10px 11px;
  background-position-x: calc(100% - 5px);
  background-position-y: calc(100% - 13px);
}

.location-filter-qtip {
  margin-left: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  padding: 3px 0;
  margin-right: 0;
}

#search_filter_box .filter-view-box::-webkit-scrollbar {
  appearance: none;
}

#search_filter_box .filter-view-box::-webkit-scrollbar-thumb {
  background-color: rgb(0 0 0 / 50%);
  border-radius: 8px;
}

#search_filter_box .filter-view-box::-webkit-scrollbar-track {
  background-color: #fff;
}

#search_filter_box .filter-view-box::-webkit-scrollbar:vertical {
  width: 8px;
}

#search_filter_box .filter-view-box::-webkit-scrollbar:horizontal {
  height: 8px;
}

.ak_special_interest {
  margin: 0 0 7px;
}

#price-ranges-filter-dropdown .customize_price label {
  font-size: 13px;
  margin-left: 0;
  display: inline;
}

#price-ranges-filter-dropdown .customize_price .my_qtip_icon {
  margin-left: 3px;
}

@media only screen and (min-width: 1219px) {
  .filter-view-box {
    height: 100vh !important;
  }

  .filter-panel-sticky.sticky-pinned {
    height: calc(100vh);
    overflow-x: hidden;
    overflow-y: auto;
    bottom: 10px;
    position: sticky;
  }
}

@media only screen and (max-width: 1218px) {
  #searchFilterBar #filters_container {
    height: fit-content !important;
  }

  .filter-view-box {
    padding: 0;
    height: calc(100vh - 125px) !important;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    border: 2px solid #2768d9;
  }

  .filter-panel {
    border: none;
  }
}

@media only screen and (max-width: 1199px) {
  .two-line-label {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (max-width: 991px) {
  #filters_container {
    height: auto;
    overflow-x: inherit;
    overflow-y: inherit;
  }

  .filter-panel-sticky {
    position: relative;
    bottom: inherit;
    top: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .fancybox-wrap {
    width: 100% !important;
    max-width: 500px !important;
  }

  .title-info {
    width: 80%;
  }

  .price-info {
    width: 20%;
  }
}

@media only screen and (max-width: 720px) {
  .breadcrumbs {
    background: none;
    border: none;
  }

  .pagination {
    margin: 20px 0 2px;
  }

  #top_pagination_container {
    margin-bottom: 20px;
  }

  .details-page {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .row-flex {
    display: inherit;
  }

  .title-info {
    width: 100%;
  }

  .price-info {
    width: 100%;
    margin-bottom: 10px;
  }

  .details-left {
    width: 100%;
    padding-right: 0;
  }

  .details-right {
    width: 100%;
    text-align: center;
  }

  .details-right img.w-logo {
    display: block;
    margin: 0 auto;
  }

  .hide-bonus-button {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .view-bonus-button {
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .info-text {
    margin: 10px 0 12px;
  }

  .col-fancybox {
    columns: 1;
  }

  .fancybox-wrap {
    width: 100% !important;
    max-width: 300px !important;
  }

  .flex-order {
    display: flex;
    flex-direction: column;
  }

  .flex-order .col-xs-6 {
    width: 100% !important;
  }

  .order--1 {
    order: 1;
  }

  .order--2 {
    order: 2;
  }

  .order--3 {
    order: 3;
  }

  .bonusOfferList {
    margin-bottom: 35px;
  }

  .bonusOfferIntro p {
    width: 75%;
    margin: 0 auto;
  }

  .bonusOfferIntro p:first-child {
    margin: 0 auto 15px;
  }
}

@media only screen and (max-width: 576px) {
  .d-xs-block {
    display: block !important;
  }

  .justify-content-xs-center {
    justify-content: center;
  }
}

@media only screen and (max-width: 374px) {
  .fancybox-wrap {
    width: 100% !important;
    max-width: 280px !important;
  }
}

/* ======= END New Css ======= */
