/*
Theme Name: AEBF
Description: Child theme for Uncode theme
Author: Atelier Labo
Author URI: https://atelierlabo.com
Template: uncode
Version: 1.0.6
Text Domain: uncode
*/

.package-products-grid {
	list-style: none !important;
	display: flex;
	flex-wrap: wrap;
	padding: 0 !important;
	margin: 0;
	justify-content: center;
	gap: 1em;
}

.package-product {
	flex-basis: calc(33.33% - 1em);
	border: 1px solid #cccccc;
	border-radius: 18px;
	overflow: hidden;
	text-align: center;
	align-self: stretch;
	display: flex;
}

.package-products-grid.tickets .package-product {
	flex-direction: column;
}

.package-product .footnote {
	text-align: left;
	font-size: 12px;
	line-height: 1.4em;
	padding: 1em;
	border-top: 1px solid #cccccc;
}
.package-product .footnote * {
	font-size: 12px;
	line-height: 1.4em;
}
.package-product .footnote > p {
	margin-top: 0.5em
}
.package-product .footnote > *:first-child {
	margin-top: 0;
}
.package-product > .package-item {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.package-product > .package-item:hover {
	color: black;
}

.package-product > .package-item .heading {
	background-color: #444444;
	text-align: center;
	padding: 18px;
	flex-basis: 100%;
}

.package-product > .package-item .heading.white-font {
	color: #ffffff;
}

.package-product > .package-item .heading .package-product-title {
	font-size: 1.3rem;
	font-weight: 900;
	line-height: 1.2em;
}

.package-products-grid.alacarte .package-product > .package-item .heading .package-product-title {
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.2em;
}

.package-product > .package-item .heading .package-product-note {
	font-style: italic;
	font-size: 0.7rem;
	line-height: 1em;
	padding-top: 0.5em;
}

.package-product > .package-item .heading .package-product-desc {
	font-size: 0.8rem;
	line-height: 1em;
	padding: 1em 0 0 0;
	margin-top: 1em;
	text-align: left;
	border-top: 1px solid rgba(255,255,255,0.5);
}
.package-product > .package-item .heading .package-product-desc * {
	font-size: 0.8rem;
	line-height: 1em;
}

.package-product > .package-item .heading .package-product-desc ol,
.package-product > .package-item .heading .package-product-desc ul {
	margin-top: 1em;
}
.package-product > .package-item .heading .package-product-desc li {
	margin: 0.5em 0;
}

.package-product > .package-item .heading .package-product-desc ol > li:last-child,
.package-product > .package-item .heading .package-product-desc ul > li:last-child {
	margin-bottom: 0;
}

.package-product > .package-item .prices {
	padding: 18px 9px;
	display: flex;
	align-items: start;
	flex-grow: 0;
}

.package-product > .package-item .variations {
	background-color: #b7d2ed;
	border-top: 1px solid #999999;
	padding: 9px;
}

.package-product > .package-item .prices .price {
	flex-basis: 100%;
	padding: 0 9px;
}

.package-product > .package-item .prices .price .price-type {
	font-weight: 900;
	font-size: 1rem;
	line-height: 1em;
	margin-bottom: 0.5em;
}

.package-products-grid.alacarte .package-product > .package-item .prices .price .price-type {
	font-weight: 900;
	font-size: 0.9rem;
	line-height: 1em;
	margin-bottom: 0.5em;
}

.package-product > .package-item .prices .price .sales-price-usd {
	font-weight: 900;
	font-size: 1.4rem;
	line-height: 1em;
	margin-bottom: 0.2em;
	color: #075396 !important;
}

.package-products-grid.alacarte .package-product > .package-item .prices .price .sales-price-usd {
	font-size: 1.2rem;
	line-height: 1em;
}

.package-product > .package-item .prices .price .sales-price {
	font-weight: 700;
	font-size: 1rem;
	line-height: 1em;
	color: #5560a5;
}

.package-products-grid.alacarte .package-product > .package-item .prices .price .sales-price {
	font-size: 0.8rem;
	line-height: 1em;
}

.package-product > .package-item .prices .price .regular-price-usd {
	font-weight: 900;
	font-size: 1.4rem;
	line-height: 1em;
	margin-bottom: 0.2em;
	color: #075396 !important;
}

.package-products-grid.alacarte .package-product > .package-item .prices .price .regular-price-usd {
	font-size: 1.2rem;
	line-height: 1em;
}

.package-product > .package-item .prices .price .regular-price {
	font-weight: 700;
	font-size: 1rem;
	line-height: 1em;
	color: #5560a5;
}

.package-products-grid.alacarte .package-product > .package-item .prices .price .regular-price {
	font-size: 0.8rem;
	line-height: 1em;
}

.package-product > .package-item .prices .price .price-note {
	font-style: italic;
	margin-top: 1em;
	font-size: 0.7rem;
	line-height: 1.3em;
}

.package-product > .package-item .prices .price.sale {}

.package-product > .package-item .prices.on-sale .price.regular {
	border-left: 1px solid #cccccc;
	opacity: 0.5;
}

.custom-breadcrumb .no-bottom-padding {
	padding-bottom: 18px !important;
}

.custom-breadcrumb .no-top-padding {
	padding-top: 18px !important;
}

.cart-breadcrumb {}

.cart-breadcrumb ol {
	display: flex;
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
	border-top-left-radius: 9px;
	border-bottom-left-radius: 9px;
	overflow: hidden;
}

.cart-breadcrumb ol li {
	position: relative;
	padding-right: 22px;
	z-index: calc(100 - var(--i));
}

.cart-breadcrumb ol > li:not(:first-child) {
	margin-left: -22px;
}

.cart-breadcrumb ol li::after {
	content: "";
	position: absolute;
	top: 0%;
	right: 0%;
	/* position to the right of the box */
	margin-top: 0px;
	width: 0;
	height: 0;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
	border-left: 22px solid #cccccc;
	/* same as .box background */
}

.cart-breadcrumb ol li.current {

}

.cart-breadcrumb ol li a {
	font-weight: 900;
	padding: 9px 18px;
	background-color: #cccccc;
	display: block;
}
.cart-breadcrumb ol > li:not(:first-child) a {
	padding-left: 36px;
}


.cart-breadcrumb ol li.category a {
	background-color: #f5c336;
}
.cart-breadcrumb ol li.category:after {
	border-left-color: #f5c336;
}
.cart-breadcrumb ol li.cart a {
	background-color: #525381;
	color: #d1d3d4;
}
.cart-breadcrumb ol li.cart:after {
	border-left-color: #525381;
}
.cart-breadcrumb ol li.checkout a {
	background-color: #75759b;
	color: #d1d3d4;
}
.cart-breadcrumb ol li.checkout:after {
	border-left-color: #75759b;
}
.cart-breadcrumb ol li.confirm a {
	background-color: #9091af;
	color: #d1d3d4;
}
.cart-breadcrumb ol li.confirm:after {
	border-left-color: #9091af;
}


.selected-package-title {
	margin-bottom: 0.5em;
}
.selected-package-title span {
	font-weight: 700;
	font-size: 0.9em;
}
.selected-package-title span b {
	font-weight: 900;
}

/* Cart */

.cart-breadcrumb.cart ol li.category a {
	background-color: #525381;
	color: #d1d3d4;
}
.cart-breadcrumb.cart ol li.category:after {
	border-left-color: #525381;
}
.cart-breadcrumb.cart ol li.cart a {
	background-color: #f5c336;
	color: #303133;
}
.cart-breadcrumb.cart ol li.cart:after {
	border-left-color: #f5c336;
}
.cart-breadcrumb.cart ol li.checkout a {
	background-color: #75759b;
	color: #d1d3d4;
}
.cart-breadcrumb.cart ol li.checkout:after {
	border-left-color: #75759b;
}
.cart-breadcrumb.cart ol li.confirm a {
	background-color: #9091af;
	color: #d1d3d4;
}
.cart-breadcrumb.cart ol li.confirm:after {
	border-left-color: #9091af;
}

/* Checkout */

.cart-breadcrumb.checkout ol li.category a {
	background-color: #525381;
	color: #d1d3d4;
}
.cart-breadcrumb.checkout ol li.category:after {
	border-left-color: #525381;
}
.cart-breadcrumb.checkout ol li.cart a {
	background-color: #75759b;
	color: #d1d3d4;
}
.cart-breadcrumb.checkout ol li.cart:after {
	border-left-color: #75759b;
}
.cart-breadcrumb.checkout ol li.checkout a {
	background-color: #f5c336;
	color: #303133;
}
.cart-breadcrumb.checkout ol li.checkout:after {
	border-left-color: #f5c336;
}
.cart-breadcrumb.checkout ol li.confirm a {
	background-color: #9091af;
	color: #d1d3d4;
}
.cart-breadcrumb.checkout ol li.confirm:after {
	border-left-color: #9091af;
}

/* Thank You */

.cart-breadcrumb.thankyou ol li.category a {
	background-color: #525381;
	color: #d1d3d4;
}
.cart-breadcrumb.thankyou ol li.category:after {
	border-left-color: #525381;
}
.cart-breadcrumb.thankyou ol li.cart a {
	background-color: #75759b;
	color: #d1d3d4;
}
.cart-breadcrumb.thankyou ol li.cart:after {
	border-left-color: #75759b;
}
.cart-breadcrumb.thankyou ol li.checkout a {
	background-color: #9091af;
	color: #d1d3d4;
}
.cart-breadcrumb.thankyou ol li.checkout:after {
	border-left-color: #9091af;
}
.cart-breadcrumb.thankyou ol li.confirm a {
	background-color: #f5c336;
	color: #303133;
}
.cart-breadcrumb.thankyou ol li.confirm:after {
	border-left-color: #f5c336;
}


.shop_table {
	border-width: 0;
}
.shop_table:not(.woocommerce-checkout-review-order-table) th, .shop_table:not(.woocommerce-checkout-review-order-table) td {
	border-width: 0;
	padding: 9px 18px;
}
.shop_table.woocommerce-checkout-review-order-table {
	padding-bottom: 9px;
	border-bottom-width: 1px;
	border-color: #cccccc;
}
.shop_table.woocommerce-checkout-review-order-table th, .shop_table.woocommerce-checkout-review-order-table td {
	padding-top: 9px;
	padding-bottom: 9px;
	border-color: #cccccc;
	font-weight: bold;
}
.shop_table th {
	font-weight: bold;
}
.shop_table:not(.woocommerce-checkout-review-order-table) .cart_item {
	background-color: #e6e7e8;
	font-weight: 900;
}
.cart_totals .shop_table .cart-subtotal,
.cart_totals .shop_table .order-total,
.cart_totals .shop_table .tax-rate {
	background-color: #e6e7e8;
}
.shop_table .order-total th, .shop_table .order-total td {
	padding-bottom: 9px;
	border-top: 1px solid #ffffff;
}
.shop_table .tax-rate th, .shop_table .tax-rate td {
	border-top: 1px solid #ffffff;
}
.woocommerce:not(.order-table-with-thumbs) .shop_table.woocommerce-checkout-review-order-table .cart_item:last-child td {
	padding-top: 9px;
	padding-bottom: 9px;
}
@media (min-width: 570px) {
	td.actions div.coupon + button {
		margin-top: 0;
		position: absolute;
		top: 9px;
		right: 0;
	}
	.woocommerce .form-row-first {
		float: left;
		clear: left;
	}
	.woocommerce .form-row-first,
	.woocommerce .form-row-last {
		width: calc(50% - 4px);
		overflow: visible;
	}
}

.style-light .ui-br, .style-dark .style-light .ui-br, .style-light hr, .style-dark .style-light hr, .style-light pre, .style-dark .style-light pre, .style-light table, .style-dark .style-light table, .style-light table td, .style-dark .style-light table td, .style-light table th, .style-dark .style-light table th, .style-light input, .style-dark .style-light input, .style-light textarea, .style-dark .style-light textarea, .style-light select, .style-dark .style-light select, .style-light .seldiv, .style-dark .style-light .seldiv, .style-light .select2-choice, .style-dark .style-light .select2-choice, .style-light .select2-selection--single, .style-dark .style-light .select2-selection--single, .style-light fieldset, .style-dark .style-light fieldset, .style-light .seldiv:before, .style-dark .style-light .seldiv:before, .style-light .tab-container .nav-tabs, .style-dark .style-light .tab-container .nav-tabs, .style-light .nav-tabs > li.active > a, .style-dark .style-light .nav-tabs > li.active > a, .style-light .border-100 .tab-content::before, .style-dark .style-light .border-100 .tab-content::before, .style-light .tab-content.vertical, .style-dark .style-light .tab-content.vertical, .style-light .nav-tabs.tabs-vertical > li, .style-dark .style-light .nav-tabs.tabs-vertical > li, .style-light .panel, .style-dark .style-light .panel, .style-light .panel-group .panel-heading + .panel-collapse:before, .style-dark .style-light .panel-group .panel-heading + .panel-collapse:before, .style-light .divider:before, .style-dark .style-light .divider:before, .style-light .divider:after, .style-dark .style-light .divider:after, .style-light .plan, .style-dark .style-light .plan, .style-light .plan .plan-title, .style-dark .style-light .plan .plan-title, .style-light .plan .item-list > li, .style-dark .style-light .plan .item-list > li, .style-light .plan .plan-button, .style-dark .style-light .plan .plan-button, .style-light .uncode-single-media-wrapper.img-thumbnail:not(.single-advanced), .style-dark .style-light .uncode-single-media-wrapper.img-thumbnail:not(.single-advanced), .style-light .post-share, .style-dark .style-light .post-share, .style-light .post-tag-share-container, .style-dark .style-light .post-tag-share-container, .style-light .widget-container .widget-title, .style-dark .style-light .widget-container .widget-title, .style-light .widget-container.widget_calendar #wp-calendar caption, .style-dark .style-light .widget-container.widget_calendar #wp-calendar caption, .style-light .widget-container.widget_calendar .wp-calendar-nav, .style-dark .style-light .widget-container.widget_calendar .wp-calendar-nav, .style-light #comments .comment-list .comments-list:first-child, .style-dark .style-light #comments .comment-list .comments-list:first-child, .style-light #respond .comment-list .comments-list:first-child, .style-dark .style-light #respond .comment-list .comments-list:first-child, .style-light #comments .comments-list .comment-content, .style-dark .style-light #comments .comments-list .comment-content, .style-light #respond .comments-list .comment-content, .style-dark .style-light #respond .comments-list .comment-content, .style-light ul.dwls_search_results, .style-dark .style-light ul.dwls_search_results, .style-light ul.dwls_search_results li, .style-dark .style-light ul.dwls_search_results li, .style-light .ajax-filter-sidebar .ajax-filter-sidebar-header, .style-dark .style-light .ajax-filter-sidebar .ajax-filter-sidebar-header, .style-light .ajax-filter-sidebar .ajax-filter-sidebar-footer, .style-dark .style-light .ajax-filter-sidebar .ajax-filter-sidebar-footer, .style-light .swatch-type-label, .style-dark .style-light .swatch-type-label, .style-light .swatch--logo, .style-dark .style-light .swatch--logo, .style-light .widget-container .tagcloud a, .style-dark .style-light .widget-container .tagcloud a {
	border-color: #999999;
}
.select2-container .select2-choice, .select2-container--default .select2-selection--single {
	border-width: 2px;
	border-radius: 6px;
}
.woocommerce .form-row .input-text {
	border-width: 2px;
	border-radius: 6px;
}
.woocommerce-billing-fields__field-wrapper {
	border-top-width: 0;
	margin-top: 0px;
}
.woocommerce .form-row-first,
.woocommerce .form-row-last,
.woocommerce .form-row-wide {
	margin: 0;
}
.form-no-labels #billing_address_2_field, .form-no-labels #shipping_address_2_field {
	margin: 0;
}
.woocommerce-terms-and-conditions-checkbox-text a,
.woocommerce-privacy-policy-text a {
	text-decoration: underline;
}
#customer_details {
	margin: 0 !important;
}
#customer_details .col-2 {
	margin: 0 !important;
}
.woocommerce-shipping-fields {
	padding: 0 !important;
	border: 0 !important;
}

.uncode-wc-order-received .shop_table.order_details {
	margin-top: 0 !important;
}
.uncode-wc-order-received .shop_table.order_details th,
.uncode-wc-order-received .shop_table.order_details td {
	padding-top: 18px !important;
	padding-bottom: 18px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	border-bottom-width: 1px;
	border-color: #cccccc;
}
.uncode-wc-order-received .clear {
	margin: 0 !important;
}
@media (max-width: 880px) {
	.package-product {
		flex-basis: calc(50% - 1em);
	}
}
@media (max-width: 640px) {
	.package-product {
		flex-basis: calc(100%);
	}
}
.addons {
	border-top: 1px solid #cccccc;
	display: flex;
}
.addons .addon {
	flex-basis: 100%;
	text-align: center;
	padding: 18px 9px;
}
.addons > .addon:not(:first-child) {
	border-left: 1px solid #cccccc;
}
.package-products-grid.tickets {
	align-items: start;
}
.addons .addon .addon-name {
	font-weight: 900;
	line-height: 1em;
	margin-bottom: 0.4em;
}
.addons .addon .addon-prices {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.addons .addon .addon-price-usd {
	font-weight: 900;
	font-size: 1.1rem;
	line-height: 1em;
	color: #075396 !important;
}
.addons .addon .addon-price {
	font-weight: 700;
	font-size: 1rem;
	line-height: 1em;
	color: #5560a5;
	margin-left: 0.5em;
	padding-left: 0.5em;
	border-left: 1px solid #999999;
}
.prices.has-addon {
	background-color: #b7d2ed;
}
.prices.has-addon .price {
	display: flex;
	justify-content: center;
	align-items: center;
}
.prices.has-addon .price .regular-price {
	margin-left: 0.5em;
	padding-left: 0.5em;
	border-left: 1px solid #999999;
}
.wc-proceed-to-checkout {
	display: flex;
	justify-content: space-between;
}
.shop_table:not(.compact-layout) a.remove {
	color: red !important;
}

.custom-addons-box {

}

.custom-addons-box .wc-pao-addons-container {

}

.custom-addons-box .wc-pao-addons-container .wc-pao-addon-name {
	font-weight: bold;
	font-size: 1rem;
	line-height: 1em;
	display: block;
}
.wc-pao-addon-container {
	margin-bottom: 1em;
}
.custom-addons-box .wc-pao-addons-container .wc-pao-addon-wrap > * {
}

.product-addon-totals {

}

.product-addon-totals ul {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.product-addon-totals ul li:not(.wc-pao-subtotal-line) {
	display: none;
}

.custom-addons-box .quantity {
	display: none !important;
}

.custom-addons-box .single_add_to_cart_button {
	display: none;
}

#product-addons-total {
	font-size: 2rem;
}

.countdown {

}

#countdown {
	display: flex;
	justify-content: center;
	gap: 10px;
	padding: 18px;
}
#countdown .col {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 6px;
}

#countdown .col .num {
	font-size: 1.2rem;
	font-weight: bold;
	background-color: #075396;
	color: #ffffff;
	padding: 0.4em 1em;
	border-radius: 6px;
}

#countdown .col .label {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	line-height: 1em;
	letter-spacing: 0.1em;
}

@media (max-width: 959px) {
	.wc-proceed-to-checkout {
		flex-direction: column;
		gap: 10px;
	}
	.back-to-package {
		width: 100%;
	}
}
@media (max-width: 640px) {
	.cart-breadcrumb ol li {
		font-size: 12px;
		line-height: 1em;
		padding-right: 15px;
	}
	.cart-breadcrumb ol > li:not(:first-child) {
	}
	.cart-breadcrumb ol li::after {
		border-top-width: 15px;
		border-left-width: 15px;
		border-bottom-width: 15px;
	}
}
@media (max-width: 569px) {
	.woocommerce-cart-form__cart-item.cart_item > td.product-subtotal {
		border-bottom: 1px solid #ffffff;
	}
	.woocommerce-cart-form__cart-item.cart_item > td.product-thumbnail {
		display: none;
	}
	.woocommerce-cart-form__cart-item.cart_item > td.product-name,
	.woocommerce-cart-form__cart-item.cart_item > td.product-price,
	.woocommerce-cart-form__cart-item.cart_item > td.product-quantity,
	.woocommerce-cart-form__cart-item.cart_item > td.product-subtotal {
		padding-left: 1em;
		padding-right: 1em;
	}
	.shop_table.cart td.actions {
		padding-right: 0 !important;
	}
	.woocommerce-cart-form__cart-item.cart_item > td.product-name:before {
		display: none;
	}
	.woocommerce-cart-form__cart-item.cart_item > td.product-name {
		text-align: left;
		font-size: 1.1rem;
		font-weight: 900;
	}
}

.download-reports .widget-collapse-content > div {
	border-radius: 1em;
	background-color: #dddddd;
	text-align: center;
	margin: 0;
	padding: 1em;
}

.download-reports ul {
	margin: 0;
}

.download-reports ul li {
	margin: 0 !important;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #666666;
	padding: 0.5em 0px;
}

.download-reports ul > li:first-of-type {
	padding-top: 0 !important;
}

.download-reports ul > li:last-of-type {
	border-bottom: 0px;
	padding-bottom: 0 !important;
}

.download-reports ul li a {
	color: #272862;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4em;
	padding: 0 !important;
}

table.variations {
	margin-bottom: 1em;
}
input[name="addon-745-1"][disabled] {
	opacity: 0.4;   /* or whatever value */
}
.wc-pao-addon-description, .wc-pao-addon-description * {
	font-weight: 400;
	font-style: italic;
}
.wc-pao-addon-description p {
	margin: 0;
}

.aicee-title-readonly { background: #f7f7f7; cursor: not-allowed; }