/*
Theme Name: flatsome-child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* WebNow Ins feed slider */
.swiper-slide .slide-wrapper {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 1/1;
}

.shipping__table--multiple .shipping__list_label {
	text-align: right;
}

.shipping.shipping--boxed .shipping__list_item {
	background-color: transparent;
	border: 1px solid;
	border-radius: 3px;
	margin-bottom: 11px;
	min-height: 2.4em;
	padding: 10px;
	border-radius: 10px;
}

.swiper-slide .slide-wrapper img {
	display: block;
	width: 100%;
	height: 100%;
	transition: 0.7s all cubic-bezier(0.39, 0.575, 0.565, 1);
	object-fit: cover;
}
.swiper-slide .slide-wrapper:hover img {
	transform: scale(1.1);
}
.swiper-slide .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2rem;
	opacity: 0;
	background: transparent;
	transition: 0.35s all cubic-bezier(0.39, 0.575, 0.565, 1);
}
.swiper-slide .slide-wrapper:hover .overlay {
	opacity: 1;
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	background: rgba(255, 255, 255, 0.5);
}
.overlay-text {
	position: relative;
	display: inline-block;
	border-bottom: solid 2px transparent;
	transition: border-bottom-width 0.3s ease, border-color 0.3s ease;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 1.1px;
	text-transform: uppercase;
}
.overlay-text::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 0;
	height: 2px;
	background-color: #000;
	transition: width 0.49s ease-out;
}
.swiper-slide .slide-wrapper:hover .overlay-text::after {
	width: 100%;
}
.swiper-button-next::after, .swiper-button-prev::after {
	content: "" !important;
}
.swiper-button-prev svg {
	transform: rotateY(180deg);
}
.swiper-button-next svg, .swiper-button-prev svg {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0.7;
	background: #101010;
	transition: opacity 0.2s ease-in-out;
	fill: white;
}
.swiper-button-next, .swiper-button-prev {
	width: 44px !important;
	height: 44px !important;
}

.fancybox__backdrop {
	background: rgb(248,244,242,0.7) !important;
}

@font-face {
	font-family: Meglona;
	src: url(/wp-content/themes/flatsome-child/fonts/Meglona.ttf);
	font-weight: normal;
}

@font-face {
	font-family: Segoe Ul Light;
	src: url(/wp-content/themes/flatsome-child/fonts/segoe-ui-light.ttf);
	font-weight: 400;
}

@font-face {
	font-family: BeVietnamPro;
	src: url(/wp-content/themes/flatsome-child/fonts/BeVietnamPro-Regular.ttf);
	font-weight: 400;
}

@font-face {
	font-family: Segoe Ul;
	src: url(/wp-content/themes/flatsome-child/fonts/segoe-ui.ttf);
	font-weight: 400;
}

@font-face {
	font-family: Pertili;
	src: url(/wp-content/themes/flatsome-child/fonts/Pertili.ttf);
	font-weight: 400;
}

/* Default class desktop*/
body {
	font-family: Segoe Ul Light !important;
}

form {
	margin-bottom: 0 !important;
}

input[type="search"] {
	box-shadow: none;
}
button {
	margin-right: 0;
}

.uxb-wrapper--follow {
	width: fit-content;
}

p {
	margin-bottom: 0 !important;
}

.logo a {
	color: var(--fs-color-primary);
	display: flex !important;
	justify-content: center;
	align-items: center;
}

ul.menu > li ul,  ul.menu > li + li {
	border: none;
}

.button {
	background: black !important;
	color: white !important;
	border-radius: 99px;
	font-family: Segoe Ul;
	border: 1px solid transparent;
	transition: all 0.3s ease ;
}

.button:hover {
	background: white !important;
	color: black !important;
	border: 1px solid black;
	box-shadow: none;
}

.button.disable {
	background: gray !important;
	color: white !important;
}

.button.disable:hover {
	background: gray !important;
	color: white !important;
}

#top-bar .nav-right li a {
	height: unset !important;
}

ul.product_list_widget li a:not(.remove) {
	margin-bottom: 0;
	margin-right: 5px;
}

ul.menu > li li > a {
	font-size: 1rem;
}

ul.menu > li.has-child {
	position: relative;
}

.wn-home-product-list-row .box-image img {
	aspect-ratio: 1/1;
	object-fit: cover;
}

.active > ul.sub-menu:not(.nav-dropdown) {
	position: absolute;
	top: 45px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 8px;
	min-width: max-content;
	border-radius: 9px;
	padding: 10px 0;
	background: white;
}

.active > ul.sub-menu:not(.nav-dropdown) li {
	font-family: Gegoe Ul !important;
	border-radius: 0 !important;
	margin: 0 !important;
	padding: 8px 20px;
}

.logo-center .logo img {
	margin: unset;
}

.nav-dropdown.nav-dropdown-bold {
	top: 45px;
}

.cart-item .nav-dropdown.nav-dropdown-bold {
	min-width: 400px;
}

.cart-item .nav-dropdown .variation {
	display: none;
}

.widget_shopping_cart_content {
	width: 100%;
	padding: 0 20px;
}

.woocommerce-mini-cart.product_list_widget {
	min-height: 300px;
}

.header-main .header-inner {
	flex-direction: column-reverse;
}

.shipping__list_label {
	font-size: 0;
}

.shipping__list_label span {
	font-size: 16px; /* or your normal font size */
}

#billing_company_field, #ship-to-different-address {
	display: none;
}

.nav-small.nav > li.html {
	font-size: 1em;
}

.header-bottom .nav {
	gap: 50px;
	padding: 20px;
}

.nav > li { 
	margin-right: 14px;
	margin-bottom: 10px;
}

.nav > li > a {
	font-size: 1.2em;
}

.nav-uppercase > li > a {
	letter-spacing: .05em;
	text-transform: uppercase;
}

.mn-stack-cat span {
	font-size: 1.2em;
	letter-spacing: .05em;
	font-weight: 400;
	font-family: Segoe Ul Light !important;
}

.html.custom.html_topbar_left {
	font-family: Segoe Ul;
	color: white !important;
}

.mn-stack-cat {
	margin-top: 40px;
}

.box-text-products {
	text-align: center;
}

ul.sub-menu.nav-dropdown {
	padding: 0;
	border: 0.5px solid #333 !important;
}

.nav-dropdown.nav-dropdown-bold > li > a {
	font-family: Gegoe Ul !important;
	border-radius: 0 !important;
	margin: 0 !important;
	padding: 20px 20px 20px 25px !important;
}

li.current-dropdown > .nav-dropdown {
	left: 0 !important;
}

#masthead {
	border: none !important;
}

.image-icon.header-cart-icon {
	width: 24px;
	height: 24px;
}
/* End default class desktop*/

/* Advance Product Field desktop*/
.wapf {
	display: none;
}
.wapf-field-input input {
	border-radius: 15px;
}
/* End of Advance Product Field desktop*/

/* Mehnail Custom desktop*/
.mn-homepage-tab img {
	aspect-ratio: 1/1;
	object-fit: cover;
}
.mn-contained-section {
	width: 1280px;
	margin: auto;
}

.mm-product-loop {
	max-width: 1120px !important;
	margin: auto !important;
}

.mn-button {
	font-family: Segoe Ul;
	font-weight: 400;
	padding: 2px 25px !important;
	font-size: 0.9rem;
	background: white;
	color: #333 !important;
}

.mn-button:hover {
	padding: 3px 27px !important;
	background: white;
	box-shadow: none;
}

.mn-button-black {
	background: rgb(18, 18, 18) !important;
	color: white !important;
}

.mn-button-large {
	font-size: 1.2rem;
}

select {
	box-shadow: white !important;
}

.mn-size-chart {
	margin-bottom: 80px;
}


.mn-banner-para {
	margin-top: 2em !important;
}

.mn-sizing-title > h1 {
	font-weight: normal;
}

.mn-homepage-heading {
	margin-top: 20px;
}

.mn-homepage-tab > h4 {
	font-family: Segoe Ul !important;
	font-size: 24px;
	line-height: 31px;
	font-weight: bold;
}

.mn-heading {
	font-family: Pertili;
	margin: 30px;
	text-align: center;
	font-weight: 400 !important;
	font-size: 4.8rem !important;
}

.mn-heading-no-margin {
	margin: 0 !important;
	line-height: 80px !important;
}

.mn-footer-heading > p {
	font-family: Pertili; 
}
/* End Mehnail Custom desktop*/

/* Contact Form 7 desktop */
.mn-newsletter p {
	display: flex;
	justify-content: center;
	width: 350px;
	height: 42px;
	margin: auto;
	border: 1px solid black;
}

.mn-newsletter .wpcf7-form-control {
	border: none;
	box-shadow: none;
	margin-bottom: 0;
}

.mn-newsletter .wpcf7-form-control-wrap {
	height: 38px !important;
}

.mn-submit-button {
	display: flex;
	align-items: center;
	width: 50px;
	margin-right: 0;
}

.mn-footer-stack{
	width: 350px;
	margin: 60px auto;
} 

.mn-footer-stack p {
	letter-spacing: 1px;
}

.footer-primary.pull-left {
	width: 100%;
}

.footer-info {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 10px auto;
	flex-wrap: wrap;
}

.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email:focus {
	box-shadow: none;
}
.mn-newsletter .wpcf7-form-control:hover {
	border: none !important;
}
/* End Contact Form 7 desktop*/

/* Ivory search desktop*/
.is-form-style input.is-search-input {
	height: 60px;
	font-size: 1rem !important;
	padding-left: 20px !important;
}

.is-search-sections .is-title > * {
	font-size: 1rem !important;
}

.is-show-more-results-text {
	padding: 10px;
}

.is-show-more-results > * {
	font-size: 1rem !important;
}

div.is-ajax-search-result {
	background: white !important;
}

.is-ajax-search-details {
	display: none !important;
}

.is-ajax-search-result a {
	color: black !important;
	font-family: Segoe Ul !important;
}

.is-ajax-search-details, .is-ajax-search-details *, .is-ajax-search-result, .is-ajax-search-result * {
	font-size: 1rem !important;
	line-height: 22; !important;
}

.is-ajax-result-description {
	margin-top: 0 !important;
}
/* End Ivory search desktop */

/* Custom search Desktop */
.longnt-search-form {
	max-width: 800px;
	margin: auto;
	position: relative;
}

.longnt-search-container {
	position: relative;
}

.longnt-search-icon {
	display: flex;
	cursor: pointer;
	align-items: center;
}

button.longnt-search-icon {
	padding: 0 !important;
}

.longnt-search-icon svg {
	stroke: #000;
	width: 26px;
	height: 26px;
}

/* Popup styles */
.longnt-search-popup {
	position: fixed;
	top: 58px;
	background: #fff;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	z-index: 1001;
	padding: 20px;
	width: 100%;
	border: 1px solid #ccc;
	opacity: 0;
	display: none;
}

.longnt-search-popup.longnt-search-active {
	opacity: 1;
	display: block;
	animation: slideDown 0.3s ease-in-out;
}

.longnt-search-overlay.longnt-search-active {
	opacity: 1;
	display: block;
}

/* Close button */
.longnt-search-close {
	position: absolute;
	top: 0;
	right: -70px;
	background: none;
	border: none;
	font-size: 22px;
	cursor: pointer;
	z-index: 1;
	color: #6E6E6E;
}

.longnt-search-icon-form {
	position: absolute;
	top: 20px;
	right: 20px;
	background:none;
	border: none;
	font-size: 18px;
	cursor: pointer;
	z-index: 1;
	color: #6E6E6E;
}

/* Overlay styles */
.longnt-search-overlay {
	opacity: 0;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1000;
}
/* End of Custom search Desktop*/

/* Search Result desktop */
#post-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr); 
	gap: 30px; 
}

#post-list .nav-pagination {
	grid-column: span 4;
}

#post-list .wp-post-image {
	aspect-ratio: 1/1;
}

#post-list .entry-header-text {
	padding: 0;
}

#post-list .entry-divider, #post-list .badge, #post-list .entry-meta, #post-list .more-link {
	display: none;
}

#post-list .entry-title {
	font-size: 1.2rem;
	color: black;
	font-weight: bold;
	text-decoration: underline;
}
/* End Search Result desktop*/

/* Custom Woocommerce desktop*/
.woocommerce-option-locked {
	opacity: 0.5;
	pointer-events: none;
	cursor: not-allowed;
}

.mm-product-loop:first-child{
	padding: 0 9.8px 0 0 !important;
}

.woocommerce-LoopProduct-link {
	font-size: 13px;
	letter-spacing: 0.6px;
	color: #121212;
}

.woocommerce-LoopProduct-link:hover {
	text-decoration: underline;
}

.woocommerce-Price-amount {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 24px;
	font-weight: 400 !important; 
}

.out-of-stock-label {
	left: 0;
	right: unset !important;
	top: unset !important;
	bottom: 0;
	margin: 5px 10px;
	position: absolute;
	font-size: 12px;
	text-transform: initial;
	color: white !important;
	padding: 5px 10px !important;
	background: #242833 !important;
	border-radius: 20px;
}

.wn-filter {
	width: 100%;
	display: flex;
	gap: 30px;
	height: 60px;
}

.wn-filter .price_slider_wrapper {
	margin-top: 14px;
}

.wn-filter .widget-title.shop-sidebar, .wn-filter .is-divider.small {
	display: none !important;
}

.category-filtering {
	display: none !important;
}

.shop-page-title .flex-col.medium-text-center:nth-of-type(2) {
	position: absolute;
	right: 0;
	bottom: 10%;
	top: 110px;
	z-index: 20;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

.mn-shop-container {
	display: flex;
	gap: 20px;
}

.mn-shop-container > * {
	color: #5A5A5A;
	font-weight: 600;
}

.woocommerce-result-count, .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #5A5A5A !important;
	font-weight: 600;
}

.wn-filter .select2-selection.select2-selection--single {
	height: 40px !important;
	display: flex;
	align-items: center;
	border: none;
	box-shadow: none;
}

.custom-price-filter {
	height: 40px !important;
	display: flex;
	align-items: center;
	border: none;
	box-shadow: none;
	color: #5A5A5A;
}

.custom-price-filter:focus {
	box-shadow: none;
}

.orderby {
	border-radius: 5px !important;
	color: #5A5A5A !important;
	font-weight: 600;
	background: white !important;
	width: 145px;
}

.woocommerce-result-count {
	margin-left: 20px;
}

.mn-filter-label {
	margin-top: 10px;
}

.woocommerce-ordering select {
	padding: 6px 0 5px 20px;
}

.page-number.current {
	background-color: #5a5a5a !important;
	border-color: #5a5a5a !important;
	color: #fff;
}

.single-product .related-products-wrapper {
	display: none;
}

.price_slider_wrapper {
	display: none;
}

.product-tabs a {
	font-size: 0.8rem !important;
}

.tabs li {
	font-family: Segoe Ul;
}

.tab-panels p {
	color: black !important;
	font-size: 14px !important;
}

.woocommerce-product-attributes-item__label {
	color: #7F7F7F !important;
	font-family: Segoe Ul;
}

.mehnail-tabs-custom {
	display: none;
}

.woocommerce-multi-currency.wmc-sidebar .wmc-list-currencies .wmc-sidebar-open {
	background: #333 !important;
}

.wmc-select-currency-js {
	border-radius: 20px;
	width: 210px;
}

.woocommerce-product-attributes-item--attribute_pa_size .woocommerce-product-attributes-item__value:before {
	content: "XS: 14.10.11.10.7\A S:  15.11.12.11.8\A M: 16.12.13.12.9\A L:  17.13.14.13.10\A XL: 18.14.15.14.11";
	white-space: pre-line;
	color: black;
}
.woocommerce-product-attributes-item--attribute_pa_size p {
	display: none;
}
/* End Commerce desktop*/

/* Cart page */
.woocommerce-cart.woocommerce-page .cart-container .woocommerce.row.row-large.row-divided {
	justify-content: end;
	margin-top: 40px !important;
}

.woocommerce-cart.woocommerce-page .cart-container .woocommerce.row.row-large.row-divided * { 
	font-size: 101%;
}

.woocommerce-cart.woocommerce-page .cart-container .cart-auto-refresh.large-7 {
	flex-basis: 100%;
	max-width: 100%;
}

.woocommerce-cart.woocommerce-page .cart-container .cart-collaterals.col {
	border: none;
}
/* Cart page */

/* Checkout page */
.wn_checkout_logo {
	width: 60px;
}

.page-checkout.container,
.page-checkout .woocommerce-checkout > .row {
	max-width: 100%;
}

.page-checkout .checkout_coupon.woocommerce-form-coupon.has-border.is-dashed {
	max-width: 1170px;
	margin: auto;
	margin-bottom: auto;
}

.page-checkout .woocommerce-checkout > .row .large-5 {
	background: #F5F5F5;
}

.page-checkout .woocommerce-checkout > .row .large-5 .col-inner.has-border {
	max-width: 450px;
	border: none;
	position: sticky;
	top: 0;
}

.page-checkout .woocommerce-checkout > .row .large-7 {
	display: flex;
	justify-content: flex-end;
}

.cart-container .row {
	margin: auto !important;
}

.cart-container.container.page-wrapper.page-checkout {
	padding: 0;
}

#customer_details {
	width: 705px;
}

.woocommerce-checkout #wide-nav,
.woocommerce-checkout #footer {
	display: none;
}

.woocommerce-checkout h3,
.woocommerce-checkout label {
	font-family: Segoe Ul;
	color: black;
}

.breadcrumbs.flex-row.flex-row-center.heading-font.checkout-breadcrumbs.text-center.strong.h2.uppercase {
	margin-bottom: 20px;
}

.wn-order-review-attributes {
	color: #666;
}

td p {
	margin: 0;
}

#customer_details input,
#customer_details select,
.select2-container .select2-selection {
	min-height: 49px;
	box-shadow: none;
	border-radius: 5px;
}

.wc_payment_methods input {
	min-height: unset !important;
}

.select2-container .select2-selection {
	display: flex;
	align-items: center;
}

#ship-to-different-address label {
	display: flex;
	align-items: center;
}

#order_review_heading,
.woocommerce-checkout-review-order-table thead {
	display: none;
}

.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th {
	border: none;
}

.order-total * {
	font-size: 1.3rem !important;
}

.woocommerce-checkout .woocommerce-Price-amount {
	font-size: 18px;
}

.woocommerce-checkout .wn-order-review-thumb {
	border-radius: 10px;
}

.woocommerce-billing-fields {
	padding-right: 30px;
}

.woocommerce-checkout .product-quantity {
	position: absolute;
	color: white;
	background: #666;
	border-radius: 50%;
	padding: 3px 8px;
	transform: translate(-25px, -25px);
	font-size: 80%;
}

.woocommerce-order-received .product-quantity  {
	position: relative;
	color: black;
	font-size: 100%;
	background: unset;
}

.woocommerce-order-received .cart-container.container.page-wrapper.page-checkout {
	margin-top: 50px;
}

.cart-item-wrapper {
	display: flex;
	gap: 15px;
}

.cart-item-details {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#place_order {
	color: white;
	border-radius: 10px;
}

/* End Checkout page */
/* Thank you page */
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details .wc-item-meta li{
	display: flex;
}
/* End thank you page */


/* Animation */
@keyframes riseUp {
	0% {
		opacity: 0;
		transform: translateY(20px); 
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes slideDown {
	from {
		transform: translateY(-100px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.mn-rise-up {
	animation: riseUp 0.5s ease-out forwards;
}

.nav, .logo, .stack, .section-content {
	animation: riseUp 0.5s ease-out forwards;
}

/* End Animation */

@media only screen and (max-width: 48em) {
	/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.is-menu-wrapper {
		top: unset;
		right: unset;
	}

	/* Default class*/
	.header-main {
		width: 100%;	
	}

	.mfp-content .searchform {
		max-width: 100% !important;
		bottom: 90px !important;
	}

/* 	.icon-menu::before {
		content: "\f550" !important;
		font-family: "Font Awesome 6 Free" !important;
		font-weight: 600;
	} */

	.header-inner .nav {
		gap: 10px;
	}	

	.mn-section {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.nav > li { 
		margin: unset;
	}

	.header-main .header-inner {
		flex-direction: row;
		padding: 10px 20px !important;
	}

	.wpcf7-form {
		padding: 0 10px;	
	}

	#logo img {
		padding: 15px 0;
	}

	.nav > li > a > i.icon-menu {
		font-size: 1.5em;
	}
	/* End of default class */	

	/* Search result */

	#post-list {
		display: grid !important;
		grid-template-columns: 1fr 1fr !important;
		gap: 10px !important;
	}

	#post-list .nav-pagination {
		grid-column: span 2;
	}

	/* End Search result */

	/* custom search mobile	 */
	.longnt-search-popup {
		top: 0;
	}

	.longnt-search-form {
		width: 100%;
	}

	.is-form-style input.is-search-input {
		height: 45px;
	}	

	.longnt-search-close {
		top: -7px;
		right: 0;
	}

	.longnt-search-icon-form {
		display: none;
	}
	/* end custom search mobile	 */


	/* Mehnail Custom typography */
	.mn-shape-size-text {
		font-size: 9px !important;
	}

	.mn-heading {
		font-size: 2.3rem !important;
		margin: 0 !important;
	}

	.mn-contained-section {
		max-width: 100vw;
	}

	.mn-filter-label {
		display: none;
	}

	.yith-wcan-filters .filter-price-range {
		margin-left: 0 !important;
	}

	.woocommerce-ordering {
		display: block;
	}

	.shop-page-title .flex-col.medium-text-center:nth-of-type(2) {
		top: 55px;
		flex-direction: column;
		align-items: end;
		width: 145px !important;
		right: 15px;
	}

	.wn-filter {
		height: unset;
	}

	.mfp-content {
		vertical-align: middle;
	}
	/* End Custom typography */

	/* Custom Woocommerce */
	.woocommerce-shop .price_slider_wrapper {
		display: block;
	}

	.mehnail-tabs-custom {
		display: block;
		color: black;
		margin: 10px;
		padding: 10px;
		cursor: pointer;
		position: absolute;
		top: -15px;
		right: 0;
	}

	.mehnail-tabs-custom::before {
		content: "\f550" !important;
		font-family: "Font Awesome 6 Free" !important;
		font-weight: 600;
	}

	#tab-orchid---floral::before {
		content: "";
		background-image: url("https://mehnailvn.longnt.webnow.us/wp-content/uploads/2024/11/Close.svg");
		display: flex;
		width: 20px;
		height: 20px;
		margin-bottom: 20px;
		position: absolute;
		right: 7px;
		top: -20px;
		z-index: -5;
	}

	.nav-simple {
		float: unset;
		width: 100%;
		margin: 0;
		position: absolute;
		z-index: 100;
		right: 0;
		background: #fff; 
		opacity: 0;
		transform: translateY(-20px);
		transition: all 0.3s ease;
		pointer-events: none;
	}

	.nav-simple.reshow {
		opacity: 1;
		transform: translateY(0);
		pointer-events: auto;
	}

	.nav-simple li {
		display: none;
	}

	.nav-simple.reshow li {
		float: none;
		display: block;
		text-align: right;
		width: 100%;
	}

	.nav-simple li a {
		width: 100%;
		text-align: right;
		display: block;
		padding: 10px; /* Optional: Add spacing */
	}

	.tab-content {
		margin-top: 20px; /* Space between tab and content */
	}

	/* Checkout */
	.woocommerce-billing-fields {
		padding-right: 0;
	}
	
	.active > ul.sub-menu:not(.nav-dropdown) {
		position: unset;
		top: unset;
		box-shadow: unset;
		min-width: unset;
		border-radius: 9px;
		padding: unset;
		background: unset;
	}

}
/* End Custom Woocommerce */
/*************** END MOBILE  ***************/

@media screen and (max-width: 510px) {
	.is-ajax-search-result {
		left: 0px !important;
	}
}