/** TABLE BOOTSTRAP **/
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  /*box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);*/
  border-radius: 2px;
  font-size: 14px;
  max-width: 900px !important;
  margin: auto !important;
}

#mySidebar .table,
.main-cart .table {
  border: 1px solid #ccc;
  margin-bottom: 15px !important;
}

.table thead th {
  vertical-align: bottom;
  color: white;
}
.table th,
.table td {
  padding: 0.65rem 0.6rem !important;
  vertical-align: top !important;
  border-top: 1px solid #dee2e6 !important;
  border: none !important;
  vertical-align: middle !important;
}
.table-striped tbody tr:nth-of-type(2n + 2) {
  /*background-color: rgb(137 133 214 / 25%);*/
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover tbody tr:hover {
  /*background-color: rgba(0, 0, 0, 0.075);*/
  background-color: #c2b8a2;
}
.table-hover tbody tr:hover {
  background-color: #c2b8a2;
}
.table thead {
  /*background-color: #dda84b;*/
  background-color: #534e4b;
  border-radius: 2px;
  text-align: left;
}
.empty-cart-wrapper {
  text-align: center;
}
.empty-cart-wrapper h2 {
  color: #262b25;
  font-size: 90px;
}
.remark {
  display: none;
}

/** BOOTSTRAP BUTTON **/
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  /*white-space: nowrap;*/
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-transform: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.elefant-btn {
  width: 176px;
  display: inline-block;
  position: fixed;
  right: -61px;
  top: 50%;
  transform: rotate(-90deg);
  z-index: 999;
  background-color: #ccc0aa;
  line-height: 56px;
  font-weight: normal;
  letter-spacing: 0.6px;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
}

@media screen and (max-width: 767px) {
  .elefant-btn {
    display: none !important;
  }
}

.elefant-basket button {
  font-size: 18px;
  font-weight: 400;
  /* background: white !important;
  color: black !important;*/
  border: 1px solid #262b25;
  border-radius: 3px;
  padding: 8px 20px;
}

.elefant-basket button:hover {
  cursor: pointer;
}

#exit-form {
  padding: 10px !important;
  font-size: 18px;
  font-weight: 400;
  background: #262b25;
  color: #ffffff !important;
  border: 1px solid #262b25 !important;
  width: auto;
}

.elefant-basket.main-cart #exit-form {
  display: none;
}

.table-striped button:hover {
  cursor: pointer;
  border-color: #90191c;
  color: #90191c;
}

.elefant-btn:hover {
  cursor: pointer;
}

.elefant-sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #fefdf9 !important;
  font-size: 18px !important;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 30px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
  z-index: 50000;
}
/* do not group these rules */
*::-webkit-input-placeholder {
  opacity: 0.5 !important;
}
*:-moz-placeholder {
  /* FF 4-18 */
  opacity: 0.5 !important;
}
*::-moz-placeholder {
  /* FF 19+ */
  opacity: 0.5 !important;
}
*:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0.5 !important;
}
*::-ms-input-placeholder {
  /* Microsoft Edge */
  opacity: 0.5 !important;
}
*::placeholder {
  /* modern browser */
  opacity: 0.5 !important;
}
.sidebar h3 {
  margin-bottom: 25px;
}

.elefant-sidebar .inner-sidebar {
  padding: 40px 20px;
}

.elefant-sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.elefant-sidebar a:hover {
  color: #f1f1f1;
}

.language-picker select {
  padding: 0px 10px 0px 10px !important;
  border: 1px solid grey !important;
  height: 35px !important;
  font-size: 20px !important;
}

.language-picker select:focus {
  outline: none;
}

.language-picker {
  max-width: 750px !important;
  margin: auto;
  text-align: right;
  margin-bottom: 25px;
  font-size: 18px;
}

.elefant-sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.elefant-sidebar .closebtn:focus {
  background: none !important;
  outline: none !important;
}

.elefant-sidebar .elefant-separator {
  margin: 20px 0px;
  height: 1px;
  background: grey;
  width: 100%;
}

.elefant-sidebar .elefant-bolder {
  font-weight: 600;
}

.elefant-sidebar .elefant-thinner {
  font-weight: 300;
  color: #898989;
}

/* width */
.elefant-sidebar::-webkit-scrollbar,
.alert textarea::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.elefant-sidebar::-webkit-scrollbar-track,
.alert textarea::-webkit-scrollbar {
  background: #f1f1f1;
}

/* Handle */
.elefant-sidebar::-webkit-scrollbar-thumb,
.alert textarea::-webkit-scrollbar {
  background: #888;
}

.table .btn {
  background: white !important;
  color: #262b25 !important;
  /*added new*/
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  text-transform: capitalize;
}

.table .btn:hover {
  color: #90191c !important;
}

.form-group {
  display: inline-block;
  width: 48%;
  position: relative;
}

.form-group input {
  font-size: 18px !important;
}

.form-group label {
  display: block;
  margin-bottom: 10px !important;
  font-weight: 600 !important;
}

.form-check input:checked:before {
  background-color: #dda84b;
}

.form-group.text-area {
  margin-top: 25px;
  margin-bottom: 25px;
}

.full-width {
  width: 100%;
}

.form-group input {
  padding: 10px !important;
  border: none !important;
  border-bottom: 1px solid !important;
  line-height: 15px !important;
  width: 94%;
  background-color: #fefdf9;
}
.form-check-label input {
  width: unset;
}

.form-group input:focus {
  outline: none !important;
}

.form-group textarea,
.alert textarea {
  border: 1px solid !important;
  padding: 10px;
  min-height: 80px !important;
  font-size: 18px;
  width: 100% !important;
}

.table .btn-primary {
  /*border-color: #dda84b;*/
  border-color: #262b25;
}

.form-check {
  width: 100%;
}

#childrenAge {
  display: none;
  width: 100%;
}

.form-check input {
  border: 1px solid !important;
  padding: 0 !important;
  transform: scale(1.5) !important;
}

.cart-close-btn {
  padding: 0px;
  background-color: unset !important;
  color: black !important;
  border-width: 0px;
  border: none !important;
  float: right;
  right: 20px;
  position: relative;
}

.cart-close-btn:hover {
  border: none !important;
  margin: 0px !important;
  color: #dda84b !important;
  transition: 0.2s all;
}

form input[type="submit"],
form input[type="button"] {
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 500;
  /* background: white !important;
  color: black !important;*/
  border: 1px solid #262b25;
}

/*.elefant-form form input[type="submit"],*/
.elefant-form form input[type="button"] {
  background: #262b25;
  color: #ffffff !important;
}

/* outsourced to Theme
#mySidebar form input[type="submit"] {
  border: 1px solid #ef7100 !important;
  background: #ef7100 !important;
}
*/

.tour-icon {
  background-image: url("../img/Basket.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 20px;
  background-position: center;
  margin-right: 22px;
  padding-left: 5px;
  --pseudo-text: "";
  --display: none;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  position: relative;
}

.tour-icon.mobile {
  float: right;
  list-style: none;
  top: 3px;
  position: absolute;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  right: 12px;
  width: 26px;
  display: none;
}

.tour-icon:hover {
  cursor: pointer;
}

.tour-icon::after {
  content: var(--pseudo-text);
  display: var(--display);
  position: absolute;
  top: 5px;
  right: 0px;
  /*background: #ef7100;*/
  background: #f18805;
  width: 15px;
  border-radius: 50%;
  height: 15px;
  padding: 0px;
  text-align: center;
  line-height: 15px;
  color: white;
  font-size: 11px;
}

.elefant-form {
  max-width: 800px;
  margin: auto;
}

.elefant-form .btn {
  margin-right: 10px;
  font-family: inherit;
  background-color: #262b25;
  color: #ffffff !important;
}

.elefant-form .btn:hover {
  cursor: pointer;
}

.elefant-basket {
  text-align: center;
}

.elefant-basket-slideover {
  text-align: left !important;
  margin-bottom: 15px;
}

.elefant-basket h3 {
  font-size: 24px;
}

input[type="date"] {
  color: #858584 !important;
}

.btn-primary:hover {
  border-color: #262b25;
}
/*#mySidebar .table-hover tbody tr:hover {background-color: transparent;}*/

.table.table-striped tr th,
.table.table-striped thead {
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
  z-index: 100;
}

.cart-subtext,
.cart-notification {
  margin: 10px 0;
}
/*
#mySidebar .elefant-form .btn {
  margin-top: 10px;
} */

#mySidebar button.btn.scroll {
  display: block;
  margin: 5px auto;
}

.elefant-sidebar span a,
.elefant-form span a {
  font-size: 14px;
  display: inline-block;
  color: #262b25;
  padding: 0px 0px 0px 0px;
  text-decoration: underline;
}

.elefant-sidebar span a:hover,
.elefant-form span a:hover {
  color: #262b25;
}

.form-group input,
.form-group textarea {
  font-family: inherit
}

#mySidebar .elefant-form #exit-form {
  /*display: inline-block;*/
  display: none;
}

.elefant-form #exit-form {
  display: none;
}

#mySidebar .elefant-form .show-dates {
  display: inline-block;
}

.elefant-form .show-dates {
  display: none;
}

#mySidebar .elefant-form {
  margin-left: 0% !important;
}

#mySidebar span.gdpr {
  font-size: 14px;
}

/*added new*/
.elefant-form span.gdpr, .elefant-form span.gdpr a {
  float: none;
  width: auto;
}


.elefant-form span.gdpr a {
  font-size: inherit;
}

.main-cart-wrapper {
  margin: 5px auto !important;
  font-size: 16px;
}

/*.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  font-family: "Avenir", sans-serif !important;
}

.flatpickr-day.selected::after, .flatpickr-day.selected.startRange::after { 
  box-shadow: 10px 0 5px #e6e6e6;
  background-color: #e6e6e6;
  content: '.';
  display: block;
  width: 150px;
  overflow: hidden;
  margin: -40px 0 0 50px;
  color: #e6e6e6;
}

.flatpickr-day.selected.endRange::after { 
  
  content: '' !important;
  
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange {
  background-color: #ef7100 !important;
  background: #ef7100 !important;
  border-radius: 50px 0 0 50px !important; 
  border-color: #ef7100 !important;
  box-shadow: 25px 0 0 #e6e6e6 !important;
}

.flatpickr-day.endRange.startRange {
  background-color: #ef7100 !important;
  background: #ef7100 !important;
  border-radius: 50px 0 0 50px !important; 
  border-color: #ef7100 !important;

}

.flatpickr-day.startRange:hover {
  background-color: #ef7100 !important;
  background: #ef7100 !important;
  box-shadow: 25px 0 0 #e6e6e6 !important;
}

.flatpickr-day.endRange:hover {
  background-color: #ef7100 !important;
}

.flatpickr-day.selected, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange, .flatpickr-day.endRange:focus, .flatpickr-day.endRange.nextMonthDay { 
  background-color: #ef7100 !important;
  background: #ef7100 !important;
  border-color: #ef7100 !important;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
background-color: #ef7100 !important;
  background: #ef7100 !important;
  border-color: #ef7100 !important;
}

.flatpickr-day.endRange.nextMonthDay {
  background-color: #ef7100 !important;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #ef7100 !important; 
}
*/

@media (min-width: 320px) and (max-width: 1024px) {
  .tour-icon.mobile {
    display: block;
  }
  #menu-main-menu li.tour-icon {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 600px) {
  #upcoming-departures .table-striped .btn-outline-success {
    margin-left: -150% !important;
    padding: 10px 18px !important;
    font-size: 15px;
  }
  
  .table thead {
    display: none;
  }

  .table tbody,
  .table tr,
  .table td {
    display: block;
    width: 100%;
  }
  /*.table tr {
    margin-bottom: 15px;
  }*/
  .table td {
    text-align: left;
    position: relative;
    padding: 0.65rem 0.4rem 0.65rem 0.6rem !important;
    padding-left: 60% !important;
    min-height: 50px;
    line-height: 16px;
  }
  .table td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 15px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
  }

  #mySidebar .table {
    width: 90%;
    margin: 0 0 15px 0 !important;
  }

  #mySidebar .table td {
    padding: 0.5rem 0.6rem !important;
    padding-left: 50% !important;
  }

  #mySidebar .table tr {
    margin-bottom: 0px;
  }

  #mySidebar .table-hover tbody tr:hover(odd),
  #mySidebar .table-hover tbody tr:active(odd),
  #mySidebar .table-hover tbody tr:focus(odd) {
    background-color: #d1d1d1;
  }
  #mySidebar .table-hover tbody tr:hover(even),
  #mySidebar .table-hover tbody tr:active(even),
  #mySidebar .table-hover tbody tr:focus(even) {
    background-color: #c2b8a2;
  }

  .table-striped tbody tr:nth-of-type(odd) {
    background-color: #d1d1d1;
  }

  .table-striped tbody tr:nth-of-type(even) {
    background-color: #ebeae6;
  }

  button.cart-close-btn {
    font-size: 14px !important;
    font-family: inherit;
    background: #262b25 !important;
    color: #ffffff !important;
    border: 1px solid #262b25 !important;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
	float: none;
    right: 0px;
  }

  [aria-controls="health-check-accordion-block-php_sessions"] {
    display: none;
  }

  button.cart-close-btn:hover,
  button.cart-close-btn:active,
  button.cart-close-btn:focus {
    background: #262b25 !important;
    color: #ffffff !important;
    border: 1px solid #262b25 !important;
  }
  .form-group {
    width: 100%;
  }

  .form-group textarea {
    width: 95% !important;
  }

  input.btn.btn-primary,
  #exit-form input.btn.btn-primary,
  .elefant-sidebar span a {
    font-size: 14px !important;
  }

  input.form-control,
  textarea.form-control,
  .form-group label {
    font-size: 14px !important;
  }

  #mySidebar .elefant-form .btn {
    font-size: 14px !important;
    margin-top: 5px;
  }

  .main-cart .table tr {
    margin-bottom: 0px;
  }

  .main-cart .table td {
    padding: 0.5rem 0.6rem !important;
    padding-left: 50% !important;
  }

  .main-cart .table {
    width: 95%;
    margin: 0 0 15px 0 !important;
  }

  /*body.page-id-53827 .table-hover tbody tr:hover {background-color: transparent;}*/

  .table-hover tbody tr:hover(odd),
  .table-hover tbody tr:active(odd),
  .table-hover tbody tr:focus(odd) {
    background-color: #d1d1d1;
  }
  .table-hover tbody tr:hover(even),
  .table-hover tbody tr:active(even),
  .table-hover tbody tr:focus(even) {
    background-color: #c2b8a2;
  }

  .table .btn {
    font-family: inherit;
    background: #262b25 !important;
    color: #ffffff !important;
  }

  .table .btn:hover,
  .table .btn:active,
  .table .btn:focus {
    color: #ffffff !important;
    border: 1px solid #262b25;
  }

  .elefant-form {
    margin-left: 1% !important;
  }
  .main-cart {
    margin-left: 1% !important;
  }
}

@media (min-width: 320px) and (max-width: 420px) {
  #mySidebar #exit-form {
    margin-bottom: 10px;
  }
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (min-width: 615px) {
  .cart-close-btn {
    visibility: hidden;
  }
  .cart-close-btn:before {
    content: "X";
    text-indent: -14px;
    color: black;
    float: right;
    visibility: visible;
  }
}
