/*
 Theme Name:   Hijo Flatsome
 Template:     flatsome
 Description:  Tema hijo de flatsome
 Version:      1.0
*/

@import url("../flatsome/style.css");

form#checkout section > h3.fc-step__substep-title.fc-step__substep-title--order_notes {
	display: none !important;
}

form#checkout div.checkout-passenger-info {
    background: #f3f3f3;
    padding: 20px;
    border: 1px solid #d8d8d8;
    border-radius: 13px;
    margin: 14px 0 26px;
}

form#checkout div.checkout-passenger-info select {
	border-radius: 0;
}

form#checkout div.checkout-passenger-info h3 {
    font-size: 15px !important;
    padding: 5px 0 !important;
}




@keyframes showAelia {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.widget_wc_aelia_currencyswitcher_widget {
    position: fixed;
    bottom: 80px;
    left: 20px;
    background: white;
    padding: 0 !important;
    box-shadow: rgba(0,0,0,0.15) 0 5px 15px;
    border-radius: 2px;
    opacity: 1;
    animation: showAelia .5s linear .5s both;
    z-index: 100000;
}
.widget_wc_aelia_currencyswitcher_widget .wc_aelia_cs_currency_selector {
    padding: 0;
}
.widget_wc_aelia_currencyswitcher_widget .wc_aelia_cs_currency_selector .selected_option.selected_currency {
    padding-left: 15px !important;
    border: none !important;
    padding-right: 26px;
}
.widget_wc_aelia_currencyswitcher_widget .wc_aelia_cs_currency_selector .selected_option.selected_currency:before {
    width: 8px;
    height: 8px;
    border-right: 2px solid #555555;
    border-bottom: 2px solid #555555;
    top: 17px;
}
.widget_wc_aelia_currencyswitcher_widget .wc_aelia_cs_currency_selector.active .selected_option.selected_currency:before {
    top: 21px;
}

.widget_wc_aelia_currencyswitcher_widget .wc_aelia_cs_currency_selector .currency_name {
    font-weight: 700;
    color: #333333;
}
.widget_wc_aelia_currencyswitcher_widget .wc_aelia_cs_currency_selector .currency_name:before {
    content: '$ ';
}
.widget_wc_aelia_currencyswitcher_widget .wc_aelia_cs_currency_selector .currency_flag {
    border-radius: 2px;
    overflow: hidden;
}

.widget_wc_aelia_currencyswitcher_widget .wc_aelia_cs_currency_selector .dropdown {
    border: none;
    min-width: 0;
    padding: 0;
    box-shadow: 0 0 10px #eeeeee;
}
.widget_wc_aelia_currencyswitcher_widget .wc_aelia_cs_currency_selector .dropdown .currency {
    margin: 0;
    padding-left: 15px;
}
.widget_wc_aelia_currencyswitcher_widget .wc_aelia_cs_currency_selector .dropdown .currency .currency_name {
    width: auto;
}


.gtranslate_wrapper .gt_options {
	max-height: none !important;
}

.gtranslate_wrapper .gt_options a {
	font-size: 14px;
	font-weight: 600;
	display: flex !important;
	align-items: center;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	gap: 5px;
}
.gtranslate_wrapper .gt_options a:hover {
	background: #f5f5f5 !important;
	color: #000000 !important;
}

.gtranslate_wrapper .gt_options a img {
	width: 30px;
	margin-bottom: 3px;
}










body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner  {
    position: sticky;
    top: 100px;
    background: #ffffff;
    box-shadow: 0 0 50px #00000017;
    border-radius: 24px;
    padding: 20px 20px !important;
    //max-height: calc(100vh - 130px);
}


body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner h4 {
    text-align: center;
    margin: 0;
}

body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner h4 + p {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 3px solid #e6e6e6;
    padding-bottom: 13px;
}


body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart {
    margin: 0 !important;
    position: relative;
}

body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart .wc-bookings-booking-form:after {
	content: '';
	background: linear-gradient(#ffffff00, #ffffffff);
	position: sticky;
	left: 0;
	right: 0;
	bottom: -1px;
	width: 100%;
	margin-top: -70px !important;
	height: 70px;
	display: block;
	z-index: 20000000;
	pointer-events: none !important;
}

body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart:before {
	content: '';
	border: 3px solid #8e20c1;
	border-width: 0 5px 5px 0;
	transform: rotate(45deg);
	position: absolute;
	bottom: 90px;
	right: -1px;
	margin: auto;
	width: 15px;
	height: 15px;
	display: block;
	z-index: 20000;
	pointer-events: none !important;
	animation: bookarrow 1s ease-in-out infinite alternate;
	background: #e6e6e6;
	border-radius: 3px;
	box-shadow: 1px 1px 0 6px #e6e6e6;
}

@keyframes bookarrow {
	0%   {transform: rotate(45deg) translate(0);}
	100% {transform: rotate(45deg) translate(10px, 10px);}
}

body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart .wc-bookings-booking-form {
    height: calc(100vh - 320px);
    overflow-y: scroll;
    overflow-x: hidden !important;
    border: none !important;
    position: relative;
    padding-right: 10px !important;
}

body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart .wc-bookings-booking-form::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: #e6e6e6;
    -webkit-border-radius: 1ex;
}

body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart .wc-bookings-booking-form::-webkit-scrollbar-thumb {
    background: #a1a1a1;
    -webkit-border-radius: 1ex;
	background: #8e20c1;
	cursor: pointer;
}


body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart .wc-bookings-booking-form {
    border: none;
    padding: 0;
}

body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart .wc-bookings-booking-form .form-field {
    display: flex;
    align-items: center;
    margin: 1px 0 10px !important;
    flex-direction: column;
    flex-wrap: wrap;
    height: 36px;
    align-items: flex-start;
    font-size: 12px;
    justify-content: center;
}

body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart .wc-bookings-booking-form .form-field label {
    margin: -5px 0 -2px 0;
    font-size: 14px;
    width: calc(100% - 60px);
}

body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart .wc-bookings-booking-form .form-field input {
    background: #f1f2f4;
    border: none;
    border-radius: 8px;
    height: 35px;
    width: 60px !important;
    margin: 0;
    box-shadow: none;
    order: 2;
}


body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart .wc-bookings-date-picker {
    padding: 10px 0 0 0;
}

body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart .wc-bookings-date-picker .ui-datepicker {
    background: #f5f6f8;
    box-shadow: none !important;
    border-radius: 8px !important;
    padding: 10px;
}


body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart .wc-bookings-date-picker .ui-datepicker .ui-datepicker-header {
    background: transparent !important;
    color: #272727 !important;
    text-transform: capitalize !important;
    font-size: 14px;
    border: none !important;
    overflow: visible;
}

body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart .wc-bookings-date-picker .ui-datepicker .ui-datepicker-header a {
    background: #ffffffa6 !important;
    box-shadow: 0 0 10px #00000025;
    border-radius: 8px;
    height: 30px;
    top: 0px;
}

body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart .wc-bookings-date-picker .ui-datepicker .ui-datepicker-header a span {
    filter: invert(1);
    margin-top: -5px;
    transform: scale(1.3);
}


body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart .wc-bookings-date-picker .ui-datepicker tr {

}

body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart .wc-bookings-date-picker .ui-datepicker tr th {
    border: none;
    background: none;
    font-size: 11px;
    height: 20px;
    padding: 10px 0 8px !important;
}

body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart .wc-bookings-date-picker .ui-datepicker tr td {
    border: none;
    background: none;
}

body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart .wc-bookings-date-picker .ui-datepicker tr td span {
    padding: 8px 0 !important;
}

body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart .wc-bookings-date-picker .ui-datepicker tr td a,
body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart .wc-bookings-date-picker .ui-datepicker tr td span {
    background: transparent !important;
    color: #000000 !important;
    position: relative;
    padding: 8px 0 !important;
}

body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart .wc-bookings-date-picker .ui-datepicker tr td.ui-datepicker-other-month a {
    color: #888888 !important;
}

body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart .wc-bookings-date-picker .ui-datepicker tr td.ui-datepicker-current-day a,
body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart .wc-bookings-date-picker .ui-datepicker tr td.bookable-range a {
    color: #03a0f7 !important;
}

body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart .wc-bookings-date-picker .ui-datepicker tr td.bookable-range.not_bookable span {
	color: #dd0000 !important;
}

body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart .wc-bookings-date-picker .ui-datepicker tr td.ui-datepicker-current-day a:before,
body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart .wc-bookings-date-picker .ui-datepicker tr td.bookable-range a:before,
body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart .wc-bookings-date-picker .ui-datepicker tr td.bookable-range span:before {
    content: '';
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 4px;
    box-shadow: 0 0 0 2px #03a0f7;
}
body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart .wc-bookings-date-picker .ui-datepicker tr td.bookable-range span:before {
    box-shadow: 0 0 0 2px #dd0000;
}


body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart .wc-pao-addons-container .wc-pao-addon-container {
    background: #f5f6f8;
    border: none !important;
    border-radius: 8px;
    padding: 14px 18px 10px !important;
    position: relative;
}

body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart .wc-pao-addons-container .wc-pao-addon-container:before {
	content: '';
	display: block;
	width: 68px;
	height: 40px;
	float: right;
}

body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart .wc-pao-addons-container .wc-pao-addon-container .wc-pao-addon-name {
    font-size: 13px;
	display: block;
}
body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart .wc-pao-addons-container .wc-pao-addon-container.wc-pao-addon-itsnumber .wc-pao-addon-name {
    //padding-right: 80px;
}

body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart .wc-pao-addons-container .wc-pao-addon-container input[type="number"] {
    background: #e9e9e9;
    border-radius: 8px;
    height: 35px;
    width: 60px !important;
    margin: 0;
    border: none !important;
    position: absolute;
    top: 16px;
    right: 15px;
    box-shadow: none !important;
}

body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart .wc-pao-addons-container .wc-pao-addon-container textarea {
    background: #e9e9e9;
    box-shadow: none !important;
}


body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart .wc-bookings-custom-subtotal-container {
    flex: auto;
    display: flex;
    flex-direction: column;
    max-width: calc(100% - 80px)
}

body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart .wc-bookings-custom-subtotal-container .wc-bookings-custom-subtotal-label {
    font-size: 13px;
    font-weight: 900;
    margin-bottom: -5px;
}

body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart .wc-bookings-custom-subtotal-container .wc-bookings-custom-subtotal-value {
    font-size: 18px;
    font-weight: 600;
    color: #03aeb9;
}

body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart .wc-bookings-booking-form-button.single_add_to_cart_button {
    max-width: 80px !important;
    flex: auto !important;
    padding: 10px !important;
    font-size: 15px !important;
    height: 18px;
    line-height: 23px;
    border-bottom: 4px solid #8e20c1 !important;
    overflow: hidden;
}


body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart .wc-bookings-booking-cost.price,
body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart #product-addons-total {
	display: none !important;
}


body.single-product #custom-mobile-navbar {
	display: none;
}

@media screen and (max-width: 549px) {

	body.single-product #custom-mobile-navbar {
	    position: fixed;
	    bottom: 15px;
	    left: 15px;
	    right: 15px;
	    margin: auto;
	    height: 79px;
	    background: #fffffff3;
	    z-index: 20;
	    box-shadow: 0 0 10px #0000002b;
	    border-radius: 16px;
		display: flex;
	}

	body.single-product #custom-mobile-navbar > div {
		flex: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	body.single-product #custom-mobile-navbar > div #custom-mobile-navbar-bookbtn {
		background: #8d20c0;
		padding: 10px 20px;
		border-radius: 8px;
		color: #ffffff;
		font-weight: 600;
		transition: .2s;
		cursor: pointer;
	}
	body.single-product #custom-mobile-navbar > div #custom-mobile-navbar-bookbtn:hover {
		background: #6b1695;
	}

	body.single-product .joinchat__button {
		width: 43px;
		height: 43px;
		bottom: 27px;
		right: 28px;
		box-shadow: none !important;
	}

	body.single-product .product .custom-product-page > section.product-section-with-cart {
		z-index: 20;
	}
	
	body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner {
		position: fixed;
		bottom: 0;
		background: #ffffff;
		left: 0;
		right: 0;
		padding: 20px;
		top: 100%;
		transition: .5s;
	}

	body.single-product.mobile-booking-open .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner {
		top: 120px;
	}

	body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart .wc-bookings-booking-form {
	    height: calc(100vh - 380px);
	}

	body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > #custom-mobile-navbar-backdrop {
		content: '';
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		position: fixed;
		background: #00000094;
		transition: .3s;
		opacity: 0;
		pointer-events: none;
	}

	body.single-product.mobile-booking-open .product .section-content .medium-8.col_descripcion + .medium-4 > #custom-mobile-navbar-backdrop {
		opacity: 1;
		pointer-events: all !important;
	}


	body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart .wc-bookings-custom-subtotal-container {
		flex-direction: row;
		justify-content: space-between;
		max-width: 100%;
		align-items: center;
	}

	body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart .wc-bookings-custom-subtotal-container .wc-bookings-custom-subtotal-label {
	    font-size: 15px;
	    font-weight: 900;
	    margin-bottom: 0;
	}
	
	body.single-product .product .section-content .medium-8.col_descripcion + .medium-4 > .col-inner form.cart .wc-bookings-booking-form-button.single_add_to_cart_button {
		display: none !important;
	}
	

	body.single-product .widget_wc_aelia_currencyswitcher_widget {
		z-index: 100000;
		box-shadow: none;
		background: transparent;
		bottom: 33px;
	}

	body.single-product .widget_wc_aelia_currencyswitcher_widget .wc_aelia_cs_currency_selector .selected_option.selected_currency {
		padding: 0 0 0 10px !important;
	}
	
	body.single-product .widget_wc_aelia_currencyswitcher_widget .wc_aelia_cs_currency_selector .selected_option.selected_currency .currency_flag {
		min-width: 20px !important;
	}
	
	body.single-product .widget_wc_aelia_currencyswitcher_widget .wc_aelia_cs_currency_selector .selected_option.selected_currency .currency_name {
		font-size: 12px !important;
		padding-top: 1px;
		margin-left: 6px !important;
	}
	
	body.single-product .widget_wc_aelia_currencyswitcher_widget .wc_aelia_cs_currency_selector .dropdown {
	    width: calc(100vw - 30px);
	    max-width: none !important;
	    z-index: -1;
	    margin-left: -5px;
		margin-bottom: 48px !important;
	    background: #fffffffa;
	    border-radius: 16px;
	    box-shadow: 0 0 15px #00000026;
	}

	body.single-product .widget_wc_aelia_currencyswitcher_widget .wc_aelia_cs_currency_selector .selected_option.selected_currency:before {
		display: none;
	}


	body.single-product .gtranslate_wrapper #gt_float_wrapper {
		bottom: 53px !important;
		display: flex;
	}
	
	body.single-product .gtranslate_wrapper .gt_float_switcher {
	    background: transparent !important;
	    box-shadow: none !important;
		overflow: visible;
	}
	
	body.single-product .gtranslate_wrapper .gt_float_switcher .gt-selected {
	    background: transparent !important;
	}

	body.single-product .gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang {
		padding: 0 0 2px 10px;
		display: flex;
	}

	body.single-product .gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang img {
		width: 20px;
	}

	body.single-product .gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang .gt-lang-code {
		font-size: 12px;
		padding: 0 0 0px 1px;
	}

	body.single-product .gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang .gt_float_switcher-arrow {
		display: none;
	}
	
	body.single-product .gtranslate_wrapper .gt_options {
		bottom: 26px !important;
		background: #ffffff;
		max-height: none !important;
		padding: 7px 0;
		width: calc(100vw - 30px) !important;
		border-radius: 16px;
		box-shadow: 0 0 15px #00000026;
		margin-left: -5px;
	}
	
}

body.single-product .mfp-bg,
body.single-product .mfp-wrap {
    z-index: 2000000;
}