/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 19 2026 | 22:59:31 */
/* Removing column og login in /register (.page-id-640) page and removing h2 in login page (.page-id-637) */

.page-id-640 .u-column1, .page-id-640 h2,  .page-id-637 .u-column2, .page-id-637  h2 { 
	display: none;
}

.page-id-640 .u-column2, .page-id-637 .u-column1 { 
	width: 100%!important;
}






/* ===============================
   MEDESCAPE CALENDAR STYLING
   =============================== */

/* Header: Based on your treatments, choose a minimum of... */
.min-days {
	text-align: center;
  	font-size: 18px;
  	margin-bottom: 20px;
}

.min-num-days {
	color: var(--e-global-color-e5986fb);
	font-size: 20px;
}

#calendar-wrapper {
    max-width: 920px;
    margin: 0 auto;
    padding: 20px;
}

#travel-calendar {
    border-radius: 20px;
    background-color: #F5F5F5;
    padding: 20px 30px;
    box-shadow: 0px 3px 2px rgba(0,0,0,0.08);
}

/* Litepicker Base */
.litepicker {
    font-family: 'Inter', sans-serif !important;
    width: 100%;
}

.litepicker .container__months.columns-2 {
	width: 100% !important;
	background-color: #F5F5F5;
}

/* Hide default input mode */
.litepicker .container__main {
    width: 100% !important;
}

/* MONTHS LAYOUT (2 columns) */
.litepicker .container__months {
    gap: 30px !important;
    justify-content: center !important;
	box-shadow: none !important;
}
.litepicker .container__months .month-item-weekdays-row > div {
  font-size: 14px!important;
  color: #000;
  font-weight: 500;
}

/* MONTH TITLE (April 2025) */
.litepicker .month-item-header {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
}

/*.litepicker .container__months .month-item-header div > .month-item-name {
  background-color: #fff;
  padding: 7px 10px;
}*/

.litepicker .container__months .month-item {
	width: 378px!important;
}

/* Year arrows */
.litepicker .button-next,
.litepicker .button-prev {
    background: #f0f0f0 !important;
    border-radius: 100px !important;
    padding: 6px 10px !important;
    transition: all 0.2s ease;
}

.litepicker .button-next:hover,
.litepicker .button-prev:hover {
    background: #57E0C0 !important;
    color: #000 !important;
}


.litepicker .container__months .month-item:last-child .button-next-month {
  padding-top: 10px;
  background-color: #fff;
  border-radius: 25px;
  height: 40px;
  width: 40px;
  padding-left: 8px;
}

.litepicker .container__months .month-item:first-child .button-previous-month {
  padding-top: 10px;
  background-color: #fff;
  border-radius: 25px;
  height: 40px;
  width: 40px;
  padding-left: 2px;
}

.litepicker .container__months .month-item:first-child .button-previous-month:hover, .litepicker .container__months .month-item:last-child .button-next-month:hover {
	background-color: #8ae5d3;
}

.litepicker .container__months .month-item-header .button-previous-month:hover > svg, .litepicker .container__months .month-item-header .button-next-month:hover > svg {
   fill: #000!important;
}

.litepicker .container__months .month-item:last-child .button-next-month {
	background-color: #fff;
}


/*  WEEKDAYS (Mo, Tu, We...) */
.litepicker .container__days .day-of-week {
    font-size: 13px;
    color: #666;
    font-weight: 600;
}

/* DAYS BASIC STYLE */
.litepicker .container__days .day-item {
    width: 50px !important;
	padding: 10px!important;
    font-size: 14px;
    margin: 2px !important;
    transition: all 0.15s ease;
	background-color: #fff !important;
	font-family: "Montserrat", sans-serif;
}

.litepicker .container__days > div, .litepicker .container__days > a {
  width: 50px!important;
  margin: 2px!important;
}

/* Hover effect on days */
.litepicker .container__days .day-item:hover {
    background-color: #E4FAF5 !important;
}

/* DISABLED DAYS */
.litepicker .container__days .day-item.is-locked {
    color: #ccc !important;
    background: #f9f9f9 !important;
}

/* SELECTED RANGE (start → end) */

.litepicker .container__days .day-item.is-start-date,
.litepicker .container__days .day-item.is-end-date {
    background-color: #92e4d3 !important;
    color: #000 !important;
    font-weight: 700 !important;
}

/* The in-between days */
.litepicker .container__days .day-item.is-in-range {
    background-color: #C9F1E9 !important;
    color: #000 !important;
}

/* Rounded pill shape effect for start and end */
.litepicker .container__days .day-item.is-start-date {
    border-radius: 12px 0 0 12px !important;
}

.litepicker .container__days .day-item.is-end-date {
    border-radius: 0 12px 12px 0 !important;
}

/* If start=end, round it fully */
.litepicker .container__days .day-item.is-start-date.is-end-date {
    border-radius: 12px !important;
}

/* MONTH DIVIDER LINE */
.litepicker .container__months::after {
    content: '';
    width: 1px;
    background: #e6e6e6;
    height: 90%;
    position: absolute;
    left: 50%;
    top: 5%;
}

/* Fix for edge alignment */
.litepicker .container__months {
    position: relative;
}

@media (max-width: 600px) {
	.litepicker .container__days .day-item, .litepicker .container__days > div, .litepicker .container__days > a, .litepicker .container__months .month-item-weekdays-row > div {
		width: 14%!important;
		margin: 0!important;
		margin-right:0.5px!important;
	}
	
	#travel-calendar {
		padding: 20px 10px;
	}
}


/* CONTINUE BUTTON */
.calendar-buttons-nav {
	margin-top: 25px;
	display: flex;
	justify-content: end;
	gap: 20px;
}

.btn-back {
	border: none;
}

..btn-back {
   background-color: #f4be83; 
}

#continueCalendar {
    display: inline-block;
    padding: 12px 30px;
    background: #F7BB79;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
	align-self: end;
}

#continueCalendar:hover:not([disabled]) {
    background: #57E0C0;
    box-shadow: inset 0 0 0 2px #000;
}

#continueCalendar:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

/* BACK BUTTON (if you add it later) */
.mescape-back {
    background: #E2F7F2;
    padding: 10px 26px;
    border-radius: 999px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

	/* Styles for the empty cart message */

	.medescape-cart-empty {
		text-align: center;
		padding: 50px 20px;
		font-size: 2rem!important;
		font-weight: 500;
		color: #444;
		max-width: 800px;
  		margin: auto;
	}

	.medescape-start-btn {
	background-color: var( --e-global-color-accent );
	  font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
	  font-weight: var( --e-global-typography-accent-font-weight );
	  font-size: 16px;
	  line-height: 20px;
	  color: var( --e-global-color-primary );
	  border-radius: 20px 20px 20px 20px;
	  padding: 10px 30px 10px 30px;
		text-decoration: none!important;
		margin: auto;
	  display: block;
	  width: fit-content;
	}

	.medescape-start-btn:hover {
		background-color: var( --e-global-color-primary );
  		color: var( --e-global-color-b61769b );
	}


/* Styles for flow of bookig */
.flow-button {
	background-color: #fff!important;
	border: 1px solid #000;
}
/*.flow-button.active, .flow-button:hover, .flow-button:active {
	background-color: var( --e-global-color-accent )!important;
	color: #000!important;
	border-color: var( --e-global-color-accent);
}*/

.flow-button-yellow {
	background-color: var( --e-global-color-593d9b6 )!important;
	border: unset;	
}

.flow-button-yellow.active, .flow-button-yellow:hover, .flow-button-yellow:active, .flow-button-yellow:focus, .flow-button-green.active, .flow-button-wide.is-chosen, .flow-button.active, .flow-button:hover, .flow-button:active  {
   background-color:#000!important;
	color: #fff!important;
}

.flow-button-yellow:disabled {
        opacity: 0.4;
        cursor: not-allowed;
    } 

.flow-button-green {
	border: none!important;
	padding: 10px 20px!important;
	background-color: var( --e-global-color-accent )!important;
	color: #000!important;
}

.flow-button-wide {
	border: none!important;
}

/* Buttons read more WHITE WITH a tag */
.btn-readmore {
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 600;
    color: #000!important;
} 

.footer-actions {
  display: flex;
  justify-content: end;
  align-items: center;
	gap: 20px;
}


/* Styles for Privacy pages */
/* =========================================================
   Privacy Policy scoped list styles
   Parent wrapper required: <div class="privacy-policy"> ... </div>
   ========================================================= */

/* ===== Decimal hierarchical list (only when the OL has class .legal-list) ===== */
ol.legal-list,
ol.legal-list ol.legal-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

ol.legal-list {
  counter-reset: item;
}

ol.legal-list[start="9"]  { counter-reset: item 8; }
ol.legal-list[start="17"] { counter-reset: item 16; }

ol.legal-list > li,
ol.legal-list ol.legal-list > li {
  counter-increment: item;
  position: relative;
  padding-left: 3.2rem;
  margin: 0.35rem 0;
}

ol.legal-list > li::before,
ol.legal-list ol.legal-list > li::before {
  content: counters(item, ".") ".";
  position: absolute;
  left: 0;
  top: 0;
  width: 2.8rem;
  text-align: right;
  font-weight: 600;
}

ol.legal-list > li > ol.legal-list,
ol.legal-list ol.legal-list > li > ol.legal-list {
  counter-reset: item;
  margin-top: 0.5rem;
}

/* ===== Alpha list (A, B, C...) ===== */
ol.legal-alpha {
  list-style: none;
  margin: 0.5rem 0 0;
  padding-left: 0;
  counter-reset: alpha;
}

ol.legal-alpha > li {
  counter-increment: alpha;
  position: relative;
  padding-left: 2rem;
  margin: 0.35rem 0;
}

ol.legal-alpha > li::before {
  content: counter(alpha, lower-alpha) ". ";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
}

/* ===== Roman list (I, II, III...) ===== */
ol.legal-roman {
  list-style: none;
  margin: 0.5rem 0 0;
  padding-left: 0;
  counter-reset: roman;
}

ol.legal-roman > li {
  counter-increment: roman;
  position: relative;
  padding-left: 2rem;
  margin: 0.5rem 0;
}

ol.legal-roman > li::before {
  content: counter(roman, upper-roman) ". ";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
}

/* ===== Simple decimal list (1, 2, 3...) ===== */
ol.legal-decimal {
  list-style: decimal;
  margin: 0.5rem 0 0;
  padding-left: 2.5rem;
}

 ol.legal-decimal > li {
  margin: 0.35rem 0;
}

 /* solid circle */
ul {
  list-style-type: disc;         
}






/* Styles for page terms and conditions */
/* Turn any .legal-list into hierarchical numbering: 9, 9.1, 9.2, 9.2.1, etc. */
.term-wrapper ol.legal-list,
.term-wrapper ol.legal-list ol {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Default start (1). */
.term-wrapper ol.legal-list {
  counter-reset: item;
}

/* Respect HTML start="N" for the top level */
.term-wrapper ol.legal-list[start="9"]  { counter-reset: item 8; }
.term-wrapper ol.legal-list[start="17"] { counter-reset: item 16; }

/* Each list item increments the nearest "item" scope. */
.term-wrapper ol.legal-list li {
  counter-increment: item;
  position: relative;
  padding-left: 3.2rem; /* Space for the number */
  margin: 0.35rem 0;
}

/* Print the full chain: 9.1, 9.2, 10.1, etc. */
.term-wrapper ol.legal-list li::before {
  content: counters(item, ".") ".";
  position: absolute;
  left: 0;
  top: 0;
  width: 2.8rem;
  text-align: right;
  font-weight: 600;
}

/* Reset numbering for nested ol */
.term-wrapper ol.legal-list li > ol {
  counter-reset: item;
  margin-top: 0.5rem;
}

.term-wrapper ol.legal-alpha {
  list-style: upper-alpha; /* A, B, C */
  margin: 0;
  padding-left: 2.5rem;
}

/* ===== Numbered legal list (exclude alpha lists) ===== */
.term-wrapper ol.legal-list,
.term-wrapper ol.legal-list ol {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.term-wrapper ol.legal-list > li,
.term-wrapper ol.legal-list ol:not(.legal-alpha) > li {
  counter-increment: item;
  position: relative;
  padding-left: 3.2rem;
  margin: 0.35rem 0;
}

.term-wrapper ol.legal-list > li::before,
.term-wrapper ol.legal-list ol:not(.legal-alpha) > li::before {
  content: counters(item, ".") ".";
  position: absolute;
  left: 0;
  top: 0;
  width: 2.8rem;
  text-align: right;
  font-weight: 600;
}

.term-wrapper ol.legal-list > li > ol:not(.legal-alpha),
.term-wrapper ol.legal-list ol:not(.legal-alpha) > li > ol:not(.legal-alpha) {
  counter-reset: item;
  margin-top: 0.5rem;
}

/* ===== Alpha list (always starts at A) ===== */
.term-wrapper ol.legal-alpha {
  list-style: none;
  margin: 0;
  padding-left: 0;
  counter-reset: alpha;
}

.term-wrapper ol.legal-alpha > li {
  counter-increment: alpha;
  position: relative;
  padding-left: 3rem;
  margin: 0.35rem 0;
}

.term-wrapper ol.legal-alpha > li::before {
  content: "(" counter(alpha, upper-alpha) ") ";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
}







/**********************************
****  MEDIA QUERIES ***************
**********************************/
@media (max-width:1200px) { 
	.woocommerce-cart .litepicker {
	left: 0!important;
	}	
}


@media (max-width:640px) { 
	.woocommerce-cart .litepicker {
	left: 50%!important;
	  transform: translateX(-50%);
	max-width: 320px;
	}	
}


@media (max-width:340px) { 
	.btn-readmore {
		padding: 10px;
	}	
}

