/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/*.site-header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
}*/
.site-header.header-stacked .header-inner {
	position: relative;
}
.not-logged-in .site-header .back-home {
	display: none;
}
.back-home {
	position: absolute;
    left: 5px;
    transition: color .3s;
}
.back-home:hover {
	    color: #F5E8C6;
}
.back-home:before {
	content: '';
	display: inline-block;
	  width: 10px;
	  height: 10px;
	  border-top: 2px solid #fff;
	  border-left: 2px solid #fff;
	  transform: rotate(-45deg);
	  margin-right: 6px;
}
.back-home:hover:before {
	border-color: #F5E8C6;
}
.site-footer.footer-stacked .footer-inner .back-home{
	position: static; 
	margin-bottom: 30px;
	display: none; 
}
.not-logged-in .site-footer.footer-stacked .footer-inner .back-home {
	display: block; 
}

.main-title span {
	background: url(images/lifetimg-line.svg) no-repeat center bottom;
	color: var(--e-global-color-secondary);   
} 
.blur-bg {
	backdrop-filter: blur(5px);
}
h3.oum_location_name{
	font-family: "Inter", Sans-serif;
}
.benefits-btn .exad-modal-button .exad-modal-image-action svg {
	width: 20px;
	height: 20px;
}
.benefits-btn .exad-modal-button .exad-modal-image-action:hover svg {
	opacity: .5;
}
.benefits-btn .exad-modal-button .exad-modal-image-action span {
	display: flex;
    width: 100%;
    justify-content: space-between;
        align-items: baseline;
}
.exad-modal-item.modal-vimeo{
	overflow-y: scroll;
    overflow-x: hidden;
    height: 100vh;
}
.exad-modal-item.modal-vimeo .exad-modal-content,.exad-modal-item.modal-vimeo .exad-modal-element {
	height: 100%;
}
.exad-modal-item.modal-vimeo .exad-modal-content .exad-close-btn {
	width: 100%;
	height: 100%;
}
.pop-close-custom {
	cursor: pointer;
}
.pop-membership {
	max-height: 0;
	overflow: hidden !important;
	transition: max-height 0.4s ease, opacity 0.4s ease !important;
	opacity: 0;
}
.pop-membership.active { 
	opacity: 1;
	max-height: 1200px;
}
.show-membership {
	cursor: pointer;
}
.contact-popup .wpcf7-form label {
	padding-bottom: 5px;
	display: block;
}
.contact-popup textarea {
	max-height: 110px;
}
.contact-popup .wpcf7-text,.contact-popup textarea {
	border: 0;
	border: 1px solid rgba(0, 0, 0, .40);
	background: rgba(217, 217, 217, .06);
	border-radius: 4px;
	color: #fff;
}
.contact-popup .wpcf7-text:focus,.contact-popup textarea:focus{
	border-color: #333;
}
.contact-popup .wpcf7-form-control-wrap{
	display: block;
	padding-top: 10px;
}
.contact-popup textarea:focus,.contact-popup input:focus {
	outline: none;
}
.contact-popup .wpcf7-submit{
	margin-top: 10px;
}
.contact-popup .exad-close-btn{
	top: -20px !important;
	right: -20px !important;
}
body .wpcf7 form .wpcf7-response-output{
	margin-left: 0;
	margin-right: 0;
	line-height: 20px;
}
.site-footer {
	padding-top: 40px;
}
body.woocommerce-account.not-logged-in {
	background: #000 url(images/login-background.jpg) no-repeat center;
	background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh; 
}
body.not-logged-in .site-header {
	padding-bottom: 40px;
}
body.not-logged-in .site-footer {
	padding-top: 40px;
}
.not-logged-in .page-content > .woocommerce {
	backdrop-filter: blur(5px);
	background: #FFFFFF0A;
	border-radius: 30px;
	padding: 40px;
	border: 2px solid #FFFFFF05;
	max-width: 500px;
	margin: 0 auto;
}
.not-logged-in .woocommerce form.login {
	margin: 0;
	border: 0;
	padding:0;
}
.not-logged-in .woocommerce form .form-row .input-text:focus, .not-logged-in .woocommerce form .form-row select:focus,
.woocommerce form .form-row .input-text:focus, .woocommerce form .form-row select:focus{
	outline: none;
	border-color: #333;
}
.not-logged-in .woocommerce form .form-row .input-text,
.not-logged-in .woocommerce form .form-row select,.woocommerce form .form-row .input-text, .woocommerce form .form-row select,
body .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill, 
body .wc-block-components-form .wc-block-components-text-input.is-active input[type=email], 
body .wc-block-components-form .wc-block-components-text-input.is-active input[type=number], 
body .wc-block-components-form .wc-block-components-text-input.is-active input[type=password], 
body .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel], 
body .wc-block-components-form .wc-block-components-text-input.is-active input[type=text], 
body .wc-block-components-form .wc-block-components-text-input.is-active input[type=url], 
body .wc-block-components-text-input input:-webkit-autofill, 
body .wc-block-components-text-input.is-active input[type=email], 
body .wc-block-components-text-input.is-active input[type=number], 
body .wc-block-components-text-input.is-active input[type=password], 
body .wc-block-components-text-input.is-active input[type=tel], 
body .wc-block-components-text-input.is-active input[type=text], 
body .wc-block-components-text-input.is-active input[type=url],
body .wc-block-checkout__add-note .wc-block-components-textarea { 
	margin: 0;
	border: 1px solid rgba(0, 0, 0, .40);
	background: rgba(217, 217, 217, .06) !important;
	border-radius: 4px;
	color: #fff;
	-webkit-box-shadow: 0 0 0px 1000px rgba(217, 217, 217, 0.06) inset !important;
  	-webkit-text-fill-color: #fff !important; /* Set your desired text color */
  	transition: background-color 5000s ease-in-out 0s;
}
body .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label, 
body .wc-block-components-form .wc-block-components-text-input.is-active label, 
body .wc-block-components-text-input input:-webkit-autofill+label, 
body .wc-block-components-text-input.is-active label{
	color: #fff;
}

.woocommerce-form-login .register-link{
	border-top: 1px solid #484848;
    padding-top: 20px;
    margin-top: 30px;
}
.woocommerce form.register{
	border: 0;
    padding: 0;
    margin: 0;
}
.woocommerce-form-register .login-link{
	border-top: 1px solid #484848;
    padding-top: 20px;
    margin-top: 30px;
	margin-bottom: 0;
}
.woocommerce .woocommerce-form-register .form-row,.woocommerce .woocommerce-form-login .form-row{
	padding:0;
}
body .select2-container .select2-dropdown, body .select2-container .select2-selection{
	background-color:rgba(217, 217, 217, .06) !important;
	color: #fff;
	padding: 6px 6px; 
	border: 1px solid rgba(0, 0, 0, .40);
}
.select2-container.select2-container--open .select2-dropdown--below{
	background-color:#131313 !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button,
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link),
.wc-block-components-totals-coupon__button {
	font-family: "Bebas Neue", Sans-serif;
	background: transparent;
	font-size: 20px;
	color: #fff; 
	border: 2px solid #fff;
	min-width: 117px;
	letter-spacing: 2px;
	border-radius: 0;
	margin-top: 10px;
	font-weight: 400;
	text-shadow: none;
	display: block;
	text-align: center;
	padding: 16px 40px 14px 40px;
	text-decoration: none;
	transition: all .3s ease;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus{
	outline: none !important;
}
body .wc-block-checkout__add-note .wc-block-components-checkbox{
	margin-bottom: 10px;
}

body .wc-block-components-form .wc-block-components-text-input input[type=email], 
body .wc-block-components-form .wc-block-components-text-input input[type=number], 
body .wc-block-components-form .wc-block-components-text-input input[type=password], 
body .wc-block-components-form .wc-block-components-text-input input[type=tel], 
body .wc-block-components-form .wc-block-components-text-input input[type=text], 
body .wc-block-components-form .wc-block-components-text-input input[type=url], 
body .wc-block-components-text-input input[type=email], 
body .wc-block-components-text-input input[type=number], 
body .wc-block-components-text-input input[type=password], 
body .wc-block-components-text-input input[type=tel], 
body .wc-block-components-text-input input[type=text], 
body .wc-block-components-text-input input[type=url],
body .wc-blocks-components-select .wc-blocks-components-select__select,
body .wc-block-checkout__add-note .wc-block-components-textarea{
	margin: 0;
    border: 1px solid rgba(0, 0, 0, .40);
    background: rgba(217, 217, 217, .06) !important;
    border-radius: 4px;
    color: #fff !important;
}
body .wc-block-components-form .wc-block-components-text-input input[type=email]:focus, 
body .wc-block-components-form .wc-block-components-text-input input[type=number]:focus, 
body .wc-block-components-form .wc-block-components-text-input input[type=password]:focus, 
body .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus, 
body .wc-block-components-form .wc-block-components-text-input input[type=text]:focus, 
body .wc-block-components-form .wc-block-components-text-input input[type=url]:focus, 
body .wc-block-components-text-input input[type=email]:focus, 
body .wc-block-components-text-input input[type=number]:focus, 
body .wc-block-components-text-input input[type=password]:focus, 
body .wc-block-components-text-input input[type=tel]:focus, 
body .wc-block-components-text-input input[type=text]:focus, 
body .wc-block-components-text-input input[type=url]:focus,
body .wc-blocks-components-select .wc-blocks-components-select__select:focus,
body .wc-block-checkout__add-note .wc-block-components-textarea:focus {
	outline: none;
	border-color: #333;
}


.wc-blocks-components-select .wc-blocks-components-select__select:-webkit-autofill{
	background-color: rgba(217, 217, 217, 0.06) !important;
  color: #fff !important;
	-webkit-box-shadow: 0 0 0px 1000px rgba(217, 217, 217, 0.06) inset !important;
  -webkit-text-fill-color: #fff !important;
}
.wc-blocks-components-select .wc-blocks-components-select__select.autofilled {
	background-color: rgba(217, 217, 217, 0.06) !important;
  color: #fff !important;
}
body .wc-block-components-form .wc-block-components-text-input label,body .wc-block-components-text-input label {
	color: #fff !important;
}
body .wc-blocks-components-select .wc-blocks-components-select__container {
	background: none;
	color: #fff !important;
}
body .wc-blocks-components-select .wc-blocks-components-select__label {
	color: #fff !important;
}
body .wc-blocks-components-select .wc-blocks-components-select__expand {
	fill: #ffffff;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover,
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover,
.wc-block-components-totals-coupon__button:hover{
	color: #000;
	background: #F5E8C6;
}
.wc-block-components-totals-coupon__button{
	padding: 10px 30px 10px 30px;
}
.get-started-button a.button{
	background: transparent;
	margin: 0; 
}
.not-logged-in .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{
	display: none; 
}
.not-logged-in .woocommerce form.lost_reset_password .form-row {
	float: none;
	width: 100%;
}
@media(min-width: 575px){
	.not-logged-in .woocommerce-form-login .lost_password{
		float: right;
	    margin-top: -46px;
	}
}

body.woocommerce-account,body.woocommerce-cart,body.woocommerce-checkout {
	background: #000 url(images/account-background.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.wp-block-woocommerce-checkout-totals-block,
body .wc-block-cart .wc-block-components-sidebar,
.wc-block-components-form .wp-block-woocommerce-checkout-order-summary-block {
	backdrop-filter: blur(5px);
	background: #FFFFFF0A;
	border-radius: 30px;
	padding: 40px !important;
	margin: 0 auto;
}
.is-small.wc-block-components-sidebar-layout .wc-block-components-sidebar {
	padding: 40px;
}
body .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title{
	margin-top: 0;
}
body .is-medium .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title,
body .is-small .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
	padding-top: 0;
	padding-bottom: 0;
}
@media(min-width: 992px) and (max-width: 1199px){
	body .wp-block-woocommerce-checkout-totals-block {
		    padding:40px 10px !important;
	}
}
/*.wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block {
	    padding: 0 40px 20px 40px;
}*/
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	text-decoration: none;
	color: #fff;
	padding: 10px 0;
	display: inline-block;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
	color: #F5E8C6;
}

.woocommerce-account .site-header {
	padding-bottom: 60px;
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
	transition: all .3s ease;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	    background-color: #101010;
	    color: #c1c1c1;
}
.wc-block-cart-item__wrap .wc-block-components-product-metadata {
	display: none;
}
.wc-block-cart-item__wrap .wc-block-components-product-name {
	font-size: 26px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	font-weight: bold;
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
} 
.wc-block-cart-item__wrap .wc-block-cart-item__remove-link {
	font-size: 16px !important;
}
.wc-block-components-quantity-selector {
	    border: 1px solid #454545;
} 
.is-large.wc-block-cart .wc-block-cart-items th.wc-block-cart-items__header-image {
	text-align: left;
}
.is-large.wc-block-cart .wc-block-cart-items th:last-child,.is-large.wc-block-cart .wc-block-cart-items td:last-child {
	padding-right: 0 !important;
}
.is-large.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__image {
	    width: 33.333%;
	    padding-left: 0;
}
.is-large.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__product {
	 width: 33.333%;
}
.is-large.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__total{
	width: 33.333%;
	padding-right: 0;
}
.wc-block-checkout .wc-block-checkout__sidebar .wc-block-components-product-name {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}
.woocommerce div.product form.cart{
	display: flex;
	align-items: center;
}
.woocommerce div.product form.cart .button{
	margin-top: 0;
	background: transparent;
}
body .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text {
	display: block;
}
body .wp-block-woocommerce-checkout {
	padding-bottom: 80px;
}
body.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-product-metadata {
	display: none;
}
@media(max-width: 767px){
	body .wp-block-woocommerce-cart.alignwide{ 
		margin-inline:unset;
	}
	.woocommerce-account .woocommerce-MyAccount-content{
		padding-top: 40px;
	}
	body.woocommerce-account.not-logged-in {
		justify-content: start;
		    padding-top: 40px;
	}
}
.open-user-map .box-wrap .map-wrap .leaflet-map,.open-user-map .box-wrap .map-wrap,.open-user-map .box-wrap,.open-user-map {
	border-radius: 30px 30px 0 0; 
	overflow: hidden;
}
.wp-block-woocommerce-cart.alignwide {
	margin-inline:unset;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices {
	display: none !important;
	visibility: hidden;
	opacity: 0;
}
@media(max-width: 991px){
	.wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper {
		display: none;
	}
}

@media(max-width: 575px){
	.is-small.wc-block-components-sidebar-layout .wc-block-components-sidebar {
		padding: 20px !important;
	}
	.back-home {
		width: 58px;
	    overflow: hidden;
	    height: 28px;
	    left: 10px;
	}
	.site-footer.footer-stacked .footer-inner .back-home{
		width: auto;
	}
}


.woocommerce-order-received .woocommerce-order .woocommerce-notice {
	text-align: center;
}
.woocommerce-order-received .page-header {
	padding-top: 60px;
	text-align: center;
}
.woocommerce-order-received .woocommerce ul.order_details {
	    padding: 20px;
    background: #1d1d1d;
    border-radius: 12px;
    text-align: center;
}
.woocommerce-order-received .woocommerce ul.order_details li {
	padding-bottom: 10px;padding-top: 10px;    float: none;
    display: inline-block;
    border: 0;margin-right: 0;
}
@media(max-width: 991px){
	.woocommerce-order-received .woocommerce ul.order_details{
		text-align: center;
	}

}
.woocommerce table.my_account_orders .button {
	    margin-top: 30px;
    margin-bottom: 10px;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background-color: #000000;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
	background: transparent;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
	border-bottom-color: #000;
}
.select2-container .select2-selection--single .select2-selection__rendered{
	color: #ffffff;    padding: .2em;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
	background-color: #858585;
}
.choices__inner {
    background-color: #222125 !important;
    color: #fff !important;
}

.choices__list--dropdown .choices__item {
    background-color: #222125 !important;
    color: #fff !important;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #000 !important;
    color: #fff !important;
}
.choices[data-type*=select-one] .choices__inner {
	padding-bottom: 0 !important;
	border: 0 !important;
}
.choices__list--single {
	padding: 11px 16px 0px 0px !important;
}
body .wc-blocks-components-select .wc-blocks-components-select__expand {
	display: none;
}
.choices[data-type*=select-one]::after{
	border-color: #ffffff transparent transparent !important;
}
.choices[data-type*=select-one].is-open::after {
	margin-top: -3px !important;
}
.choices[data-type*=select-one] .choices__input{
	background-color: #000 !important;
    color: #fff !important;
}
.choices__list--dropdown, .choices__list[aria-expanded] {
	z-index: 8 !important;
}


.wp-block-woocommerce-cart .wc-block-cart-itemproduct .wc-block-cart-itemproduct-name a,
.wp-block-woocommerce-cart .wc-block-cart-item__image a,
.wp-block-woocommerce-cart .wc-block-cart-item__wrap .wc-block-components-product-name {
    pointer-events: none;
    text-decoration: none;
    color: inherit;
}
 
.wp-block-woocommerce-cart .wc-block-cart-itemproduct .wc-block-cart-itemproduct-name a:hover,
.wp-block-woocommerce-cart .wc-block-cart-item__image a:hover {
    color: inherit;
    text-decoration: none;
}
 
.wp-block-woocommerce-cart .wp-block-product-new,
.wp-block-woocommerce-cart .wp-block-heading{
    display: none !important;
}
 
.wp-block-woocommerce-cart .wc-block-cartempty-carttitle{
    display: block !important;
}
 
.wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper {
    display: none;
}
body.not-logged-in.page-id-278 .site-header,body.not-logged-in.page-id-278 .site-footer{
	display: none !important;
}

.error404 .entry-title,.error404 .page-content{
	text-align: center;
}
.error404 .site-main {
	min-height: 56vh;
}
.error404 .site-main{
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.page-id-278 .wpcf7-form label {
	padding-bottom: 5px;
	display: block;
}
.page-id-278 textarea {
	max-height: 110px;
}
.page-id-278 .wpcf7-text,.page-id-278 textarea {
	border: 0;
	border: 1px solid rgba(0, 0, 0, .40);
	background: rgba(217, 217, 217, .06);
	border-radius: 4px;
	color: #fff;
}
.page-id-278 .wpcf7-text:focus,.page-id-278 textarea:focus{
	border-color: #333;
}
.page-id-278 .wpcf7-form-control-wrap{
	display: block;
	padding-top: 10px;
}
.page-id-278 textarea:focus,.page-id-278 input:focus {
	outline: none;
}
.page-id-278 .wpcf7-submit{
	margin-top: 10px;
}
.page-id-278 .exad-close-btn{
	top: -20px !important;
	right: -20px !important;
}
body.page-id-278 .wpcf7 form .wpcf7-response-output{
	margin-left: 0;
	margin-right: 0;
	line-height: 20px;
}

 