/* backend changes start */
@import url("https://pro.fontawesome.com/releases/v5.10.0/css/fontawesome.css");

/* Header style changes */
body::-webkit-scrollbar {
  width: 0;
}
#block-toplinks {
  background: #2f456f;
  padding: 0 15px;
  z-index: 25;
}
#block-toplinks .links {
  text-align: center;
  padding: 0;
  margin: 0;
}
#block-toplinks .links li {
  display: inline-block;
}

#block-toplinks .links li a {
  transition: all 0.3s ease-in-out;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 1.05px;
  display: inline-block;
  padding: 6px 5px;
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 959px) {
  #block-toplinks .links li a {
    font-family: proxima-nova, "Helvetica Neue", Helvetica, sans-serif;
  }
}
@media only screen and (min-width: 768px) {
  #block-toplinks .links li a {
    padding: 5px 12px;
    line-height: 20px;
    font-size: 14px;
  }
}
#block-toplinks .links li a .icon-holder {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: text-top;
  margin-right: 5px;
}
@media only screen and (min-width: 768px) {
  #block-toplinks .links li a .icon-holder {
    width: 16px;
    height: 16px;
    margin-right: 15px;
    line-height: 0;
  }
}
#block-toplinks .links li a .icon-holder svg {
  width: 100%;
  height: 100%;
}
#block-toplinks .links li a .icon-holder svg path {
  fill: #fff;
}
#block-toplinks .links li a:hover {
  color: #00a0ae;
}

.header-navigation {
  background: #fff;
  height: 81px;
}
@media screen and (max-width: 1023px) {
  .header-navigation {
    height: 73px;
  }
}
.holder-header-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1195px;
  margin: 0 auto;
  width: 100%;
  padding: 11px 15px;
}
@media only screen and (min-width: 1024px) {
  .holder-header-navigation {
    padding: 15px 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .holder-header-navigation {
    justify-content: center;
  }
}
.site-logo {
  display: block;
  transition: all 0.3s ease-in-out;
}
.site-logo:hover {
  opacity: 0.7;
}

.site-name a {
  transition: all 0.3s ease-in-out;
  display: block;
  text-decoration: none;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #252525;
}
.site-name a img {
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .site-name a {
    font-size: 36px;
  }
}
.site-name a:hover {
  color: #00a0ae;
}

.menu--main {
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0px;
  left: auto;
  transform: translateX(100%);
  right: 0;
  width: 100%;
  z-index: 8;
  min-height: 100vh;
  height: 100vh;
  padding: 140px 50px 0 50px;
  color: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 28px;
  bottom: 0;
  z-index: 2;
  background: #fff;
}
@media only screen and (min-width: 320px) {
  .menu--main {
    width: 348px;
  }
}
@media only screen and (min-width: 1024px) {
  .menu--main {
    position: static;
    transform: translateX(0%);
    min-height: auto;
    height: auto;
    padding: 0;
    width: auto;
    background: transparent;
    overflow: visible;
  }
}
.menu--main .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 1024px) {
  .menu--main .menu {
    display: flex;
    line-height: normal;
  }
}
.menu--main .menu li {
  text-align: right;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1024px) {
  .menu--main .menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    line-height: 20px;
    align-items: center;
  }
  .menu--main .menu li:before {
    display: inline-block;
    margin-bottom: 0;
    padding: 0 9.6px;
    content: '|';
    color: #e4e4e4;
  }
}
.menu--main .menu li:first-child:before {
  display: none;
}
.menu--main .menu li a {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #252525;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, sans-serif;
}
.menu--main .menu li a:hover {
  color: #00a0ae;
}
.menu--main .menu li.menu-item--active-trail a {
  color: #00a0ae;
}

.user-logged-in .nav-opener {
  top: 75px;
}
@media only screen and (min-width: 768px) {
  .user-logged-in .nav-opener {
    top: 90px;
  }
}

.nav-opener {
  display: none;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 37px;
  right: 15px;
  z-index: 9;
  float: right;
  color: #000;
  width: 34px;
  height: 31px;
}
.nav-opener:before {
  position: absolute;
  content: "";
  top: 0px;
  bottom: auto;
  left: 0;
  right: 0;
}
.nav-opener:after {
  position: absolute;
  content: "";
  top: auto;
  bottom: 6px;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .nav-opener {
    top: 52px;
  }
}
.nav-opener:before, .nav-opener:after,
.nav-opener .icn-bar {
  height: 6px;
  transition: inherit;
  background-color: currentColor;
}
.nav-opener:hover {
  color: #00a0ae;
}
.nav-opener .icn-bar {
  left: 0;
  right: 0;
  top: 10px;
  position: absolute;
}
.nav-active .nav-opener {
  color: #000;
}
.nav-active .nav-opener:hover {
  color: #00a0ae;
}
.nav-active .nav-opener:before {
  transform: rotate(225deg) translate(-9px, -9px);
}
.nav-active .nav-opener:after {
  transform: rotate(-225deg) translate(-5px, 5px);
}
.nav-active .nav-opener .icn-bar {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 1024px) {
  .nav-opener {
    display: none;
  }
}

body.nav-active {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nav-active .menu--main {
  transform: translateX(0%);
}
.nav-active .menu-item {
  margin: 0;
}
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
.top-block{
  font-family: 'Lato', sans-serif;
  display: block;
  margin-bottom: 0px;
/*  border-bottom:1px solid #d3d3d3; */

}

.package-details-page .section-header{
    border-bottom: 1px solid #d3d3d3;
}

.bg-white.mb-1.mb-md-5.fs14.ng-star-inserted {
    border-top: 1px solid #d3d3d3;
}
.mb-3.confirm-button {
  margin: 0 !important;
}
/* End of Header styles */

/* Loader styles */
body .modal-loader {
  position: fixed !important;
  padding: 0;
  background: #fff !important;
}

@media (max-width: 767px) {
  body .modal-loader {
    width: 90%;
  }
  .itinerary-count {
      padding-bottom: 15px !important;
  }

}

body #TransWrapper,
body .loader-backdrop {
  white-space: normal;
}

.modal-loader__wrapper {
  position: relative;
}

/* Footer styles */

.bottom-section {
    background: #f5f6f7;
    padding: 35.5px 0 0;
    position: relative;
}
.bottom-section:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    background: linear-gradient(to right, #2f456f 0, #2f456f 25%, #00a0ae 25%, #00a0ae 50%, #f69282 50%, #f69282 75%, #f7d678 75%, #f7d678 100%);
    display: block;
    width: 100%;
    height: 3px;
}
.bottom-section .region-bottom {
    padding: 0px 0 38px;
    border-bottom: 1px solid #eaebeb;
}
.bottom-section .menu {
    justify-content: center;
}

.footer {
    background: #f5f6f7;
    padding: 30px 0;
}
.footer .region-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
    .footer .region-footer {
        flex-wrap: nowrap;
    }
}
.footer .region-footer .menu--footer {
    width: 100%;
    margin-bottom: 20px;
}
@media only screen and (min-width: 620px) {
    .footer .region-footer .menu--footer {
        width: 75%;
    }
}
@media only screen and (min-width: 1024px) {
    .footer .region-footer .menu--footer {
        width: 40%;
        margin-bottom: 0px;
    }
}
.footer .region-footer .copyright {
    width: 100%;
}
@media only screen and (min-width: 1024px) {
    .footer .region-footer .copyright {
        width: 40%;
    }
}
.footer .region-footer .links-block {
    width: 100%;
    margin-bottom: 20px;
}
@media only screen and (min-width: 620px) {
    .footer .region-footer .links-block {
        width: 25%;
    }
}
@media only screen and (min-width: 1024px) {
    .footer .region-footer .links-block {
        width: 20%;
        margin-bottom: 0px;
    }
}
.footer .region-footer .copyright {
    text-align: center;
    color: #757575;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 1.05px;
}
@media only screen and (min-width: 959px) {
  .footer .region-footer .copyright {
    font-family: proxima-nova, "Helvetica Neue", Helvetica, sans-serif;
  }
}
@media only screen and (min-width: 1024px) {
    .footer .region-footer .copyright {
        text-align: right;
    }
}
.footer .region-footer .menu,
.footer .region-footer .links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.footer .region-footer .links {
    justify-content: center;
}
.footer .region-footer .links li {
    padding: 0 1.5px;
}
.footer .region-footer .links li a {
    transition: all 0.3s ease-in-out;
}
.footer .region-footer .links li a:hover {
    opacity: 0.7;
}
.footer .region-footer .menu {
    flex-wrap: wrap;
    justify-content: center;
}
@media only screen and (min-width: 620px) {
    .footer .region-footer .menu {
        justify-content: flex-start;
        flex-wrap: nowrap;
    }
}
.footer .region-footer .menu li {
    padding: 0 10px;
}
@media only screen and (min-width: 480px) {
    .footer .region-footer .menu li {
        padding: 0px;
    }
    .footer .region-footer .menu li:before {
        display: inline-block;
        content: "|";
        color: #252525;
        padding: 0 7px;
    }
}
@media only screen and (min-width: 480px) and (min-width: 1200px) {
    .footer .region-footer .menu li:before {
        padding: 0 9.5px;
    }
}
.footer .region-footer .menu li:first-child:before {
    display: none;
}
.footer .region-footer .menu li a {
    transition: all 0.3s ease-in-out;
    color: #252525;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1.05px;
    text-decoration: none;
}
@media only screen and (min-width: 959px) {
  .footer .region-footer .menu li a {
    font-family: proxima-nova, "Helvetica Neue", Helvetica, sans-serif;
  }
}
@media only screen and (min-width: 1200px) {
    .footer .region-footer .menu li a {
        font-size: 14px;
        line-height: 30px;
    }
}
.footer .region-footer .menu li a:hover {
    color: #00a0ae;
}
.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}
.footer{
    font-family: 'Lato', sans-serif;
}
.footer .container{
    max-width: 1195px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}
.container {
    max-width: 1195px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}

.bottom-section .menu--main {
    font-family: 'Lato', sans-serif;
    transition: all 0.3s ease-in-out;
    position: fixed;
    top: 0px;
    left: auto;
    transform: translateX(100%);
    right: 0;
    width: 100%;
    z-index: 8;
    min-height: 100vh;
    height: 100vh;
    padding: 140px 50px 0 50px;
    color: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 28px;
    bottom: 0;
    z-index: 2;
    background: #fff;
}
@media only screen and (min-width: 320px) {
    .bottom-section .menu--main {
        width: 348px;
    }
}
@media only screen and (min-width: 1024px) {
    .bottom-section .menu--main {
        position: static;
        transform: translateX(0%);
        min-height: auto;
        height: auto;
        padding: 0;
        width: auto;
        background: transparent;
        overflow: visible;
    }
}
.bottom-section .menu--main .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
@media only screen and (min-width: 1024px) {
    .bottom-section .menu--main .menu {
        display: flex;
    }
}
.bottom-section .menu--main .menu li {
    text-align: right;
    margin-bottom: 15px;
}
@media only screen and (min-width: 1024px) {
    .bottom-section .menu--main .menu li {
        display: flex;
        margin-bottom: 0;
    }
    .bottom-section .menu--main .menu li:before {
        display: inline-block;
        content: "|";
        color: #e4e4e4;
        padding: 0 9.6px;
        margin-bottom: 0;
    }
}
.bottom-section .menu--main .menu li:first-child:before {
    display: none;
}
.bottom-section .menu--main .menu li a {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: #252525;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.bottom-section .menu--main .menu li a:hover {
    color: #00a0ae;
}
.bottom-section .menu--main .menu li.menu-item--active-trail a {
    color: #00a0ae;
}

/* End of Footer styles */

.btn .odi-share::before {
    content: "\f14d" !important;
}
swift-ui {
    overflow: hidden;
}
.odi-share {
    background: url(https://www.cruisedirect.com/odynew/transition-img/share-icon-blue.svg) no-repeat left !important;
    width: 22px;
    margin: 0 10px;
    background-size: 22px !important;
}
/* .odi-share:hover {
    background: url(https://www.cruisedirect.com/odynew/transition-img/share-icon-white.svg) no-repeat left;
} */
i.odi.odi-share-variant {
    background: url(https://www.cruisedirect.com/odynew/transition-img/share-icon-blue.svg) no-repeat left;
    display: block !important;
    width: 22px!important;
    height: 22px!important;
    margin: 0 2px!important;
    background-size: 22px!important;
}
/* i.odi.odi-share-variant:hover {
    background: url(https://www.cruisedirect.com/odynew/transition-img/share-icon-white.svg) no-repeat left;
} */
i.odi.odi-share-variant::before{
    content: inherit !important;
}
.share-icon span.btn:hover{
    background-color: #fff!important;
    color: #2e86c1!important;
}
.resultSalesImgSm ~ span.fs14.spanpadding.pl-1 {
    font-size: 1rem!important;
}
.most_popular.nobox-shadow .summary_index > span{
    color:#e74c3c !important;
}
.section-title.proximanova-light .btn-outline-primary{
    background-color: #ffffff!important;
}
.section-title.proximanova-light .btn-outline-primary{
    color: #2e86c1!important;
}
.guest-info-form label {
    color: #6e6e6e!important;
    font-size: 12px!important;
    font-weight: 500!important;
    text-transform: uppercase;
}
.text-red .d-block {
    color: #000000!important;
}
.text-red.tab-price{
    color: #000000!important;
}
.text-grey.lh-normal{
    color: #c12e3d!important;
    font-weight: bold;
}
.category-price-text.text-red,.category-price-per-person.text-red {
    color: #000 !important;
}
.section-cruise-cabin .section-stateroom-deckplan-details .section-ship-deckplan-details .section-showing-deckplan .alert {
    text-align: center !important;
}
label.pass-form-title.text-nowrap {
    color: #141414;
    font-family: 'proxima-nova';
}
.d-sm-flex.flex-equal.flex-wrap.align-items-center.search-booking-form {
    padding-top: 25px;
}
.search-booking-panel.mb-3.py-3 {
    width: 800px;
    margin: 0 auto;
}
a.share-icon {
    background: #fff;
}

img.resultSalesImgSm {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

@media (max-width: 767px) {
    .search-booking-panel.mb-3.py-3 {
        width: 100%;
        margin: 0 auto;
    }
    ul.bookingpagelist {
        padding: 0px 20px !important;
        display: inherit !important;
    }
    .bookingpagelist li {
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100% !important;
    }
    .resultSalesImgSm ~ .fs14.spanpadding.pl-1 {
        display: none;
    }
    .resultSalesImgSm ~ .odi.odi-clone {
        display: none;
    }
    .price-column a {
        width: 25%;
        float: left;
        margin-bottom: 5px !important;
    }
    ul.bookingpagelist li:nth-child(3){
        margin-left: 0 !important;
    }
    .category-price-table .category-price-table-row .category-price-table-column .price-column {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: center;
        align-items: center;
        width: 100px;
    }
    .progress-stepper-arrow {
        padding-top: 20px;
    }
    .bg-primary.text-white.checkout-steps-wrap * {
      font-size: 17px;
    }
    .stepper-with-arrow{
        margin-top: 20px;
    }
}

@media (min-width: 768px) {
  .category-price-table-column .price-column a {
    padding-bottom: 5px;
  }
  .category-price-table-column.passenger-price span br {
    display: none;
  }
  .category-price-table-header > div:first-child {
    padding-left: 20px !important;
  }
}

.category-price-table-header > div {
    padding: 10px !important;
    display: flex;
    vertical-align: middle;
    align-items: center;
  }

@media (min-width: 1025px) {
  .category-price-table .category-price-table-row .category-price-table-column {
    line-height: normal;
  }
}

@media (max-width: 1100px) {
  .category-price-table .category-price-table-row .category-price-table-column {
    white-space: normal !important;
    display: flex;
  }
}

.subtext {
    text-align: center;
    font-family: 'proxima-nova';
    color: #6e6e6e;
    margin-bottom: 15px;
}

ul.bookingpagelist {
    list-style: none;
    margin: 0;
    padding: 0 120px;

    display: flex;
}
ul.bookingpagelist li:nth-child(3) {
    width: 30%;
    margin-left: 38px;
}
.bookingpagelist li {
    width: 33%;
    padding-left: 24px;
    font-family: 'proxima-nova';
    color: #6e6e6e;
    background: url(transition-img/check-icon.png) no-repeat left;
}
.stepper-with-arrow{
    margin-bottom: 30px;
}
/* backend changes start */

/* pricing section */
.summary-table-wrap .summary-table.priceSummary .row{
  border-bottom: 1px solid #90989b;
  }
  .summary-table-wrap .summary-table.priceSummary .col-xs-6.text-right{
    border-left:1px solid #90989b;
        padding-bottom: 10px;
  }
  .summary-table-wrap .summary-table.priceSummary .mar-sm-top{
      margin-top: 0px;
  }
  .summary-table-wrap div.priceSummary.summary-table {
      padding: 0px 10px 10px !important;
  }
  .main .summary-table.visible-xs .col-xs-6.text-left{
        padding: 2px 10px;
  }
  /* pricing section */

/* Insurance Popover styles */
.insurance-sec div#InsDescription.modal p, .insurance-sec div#InsDescription.modal p * {
  font-weight: normal;
  text-transform: none;
  line-height: 22px;
}
.insurance-sec div#InsDescription.modal p span {
  line-height: normal;
}
.insurance-sec div#InsDescription.modal table td:first-child {
  color: #333;
}
.insurance-sec div#InsDescription.modal table td,
.insurance-sec div#InsDescription.modal table {
  border: none;
}
.insurance-sec div#InsDescription.modal * {font-family: "Arial";}
/* End insurance popover style */
.modal-dialog.modal-message-content,
.modal .modal-sm,
.modal-dialog {
	max-width: 810px;
}

section.search-bar-section-collapsed.loader-wrapper {
  display: none;
}

/* Interstitial styles */
.modal-loader * {
  margin: 0;
  padding: 0;
}
#TransOverlay{display:none}
body #TransWrapper,
.full-page-external-loader-wrapper {
  background-color: #fcfcfc !important;
}
.overlay {
  display: none;
}
.modal-loader {
  left: 50%;
  min-width: 30%;
  padding: 30px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff !important;
  z-index: 1;
}
.modal-loader__wrapper {
  border: 1px solid #ccc!important;
  line-height:20px!important;
  background: #fff !important;
  border-radius: 4px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 11% 10% 12%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.modal-loader__text {
  color: #474848 !important;
  line-height: normal !important;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
}
.modal-loader__icon {
  margin: 44px 0 0;
}
.modal-loader__balls-wave {
  height: 12px;
  margin: auto;
  position: relative;
  width: 74px;
}
.modal-loader__balls-item {
  background-color: rgb(0,0,0);
  border: 1px #a7a7a7 solid !important;
  height: 10px;
  position: absolute;
  top: 0;
  width: 10px;
  animation-name: modal-loader__balls-item;
  -ms-animation-name: modal-loader__balls-item;
  -webkit-animation-name: modal-loader__balls-item;
  animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  border-radius: 10px;
  -ms-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.modal-loader__balls-item_1 {
  left: 0;
  animation-delay: .6s;
  -ms-animation-delay: .6s;
  -webkit-animation-delay: .6s;
}
.modal-loader__balls-item_2 {
  left: 20px;
  animation-delay: .75s;
  -ms-animation-delay: .75s;
  -webkit-animation-delay: .75s;
}
.modal-loader__balls-item_3 {
  left: 40px;
  animation-delay: .9s;
  -ms-animation-delay: .9s;
  -webkit-animation-delay: .9s;
}
.modal-loader__balls-item_4 {
  left: 60px;
  animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
}
.cruise-font-title {
  font-size: 30px !important;
}

@keyframes modal-loader__balls-item {
  0%{
      background-color:rgb(220,220,220);
  }

  100%{
      background-color:rgb(255,255,255);
  }
}

@-o-keyframes modal-loader__balls-item {
  0%{
      background-color:rgb(220,220,220);
  }

  100%{
      background-color:rgb(255,255,255);
  }
}

@-ms-keyframes modal-loader__balls-item {
  0%{
      background-color:rgb(220,220,220);
  }

  100%{
      background-color:rgb(255,255,255);
  }
}

@-webkit-keyframes modal-loader__balls-item {
  0%{
      background-color:rgb(220,220,220);
  }

  100%{
      background-color:rgb(255,255,255);
  }
}

@-moz-keyframes modal-loader__balls-item {
  0%{
      background-color:rgb(220,220,220);
  }

  100%{
      background-color:rgb(255,255,255);
  }
}
