/*************** ADD CUSTOM CSS HERE.   ***************/

#header {
	position: relative !important;
}

#search-lightbox {
	position: absolute !important;
	top: -450px;
	left: 35%;
	width: 70%;
}

#top-bar {
	border-bottom: 1px solid #ECECEC !important;
	padding: 8px 0 !important;
}

.social-icons {
	display: flex !important;
	gap: 12px;
}

.ux-search-submit {
	background: white !important;
}

.social-icons i {
    font-size: 1.4em !important;
    color: black !important;
}

#masthead {
	border-bottom: 1px solid #ECECEC !important;
}

.header-logo {
	margin-right: 10px !important;
}

.nav-top-link {
	font-weight: 500 !important;
	color: #4E4E4E !important;
	transition: 0.3s all ease-in-out;
}

.menu-item.active .nav-top-link,
.menu-item:hover .nav-top-link {
    text-decoration: underline;
	text-decoration-thickness: 0.5px;
    text-underline-offset: 3px;
	color: black !important;
}

.menu-item.active:hover .nav-top-link {
	text-decoration-thickness: 2px;
}

.header-top {
	background-color: white !important;
}

.icon-search, .icon-user, .cart-img-icon {
	color: #121212 !important;
	font-weight: 300 !important;
}

.icon-search::before {
  content: "" !important;
  background-image: url('https://mehnailvn.longnt.webnow.us/wp-content/uploads/2024/11/search.svg' );
  height: 25px ;
  display: inline-block;
  width: 25px;
  background-size: cover;
}

.icon-user::before {
  content: "" !important;
  background-image: url('https://mehnailvn.longnt.webnow.us/wp-content/uploads/2024/11/user.svg' );
  height: 25px ;
  display: inline-block;
  width: 25px;
  background-size: cover;
}

.icon-search:hover, .icon-user:hover, .cart-img-icon:hover {
	transform: scale(1.1)
}

.cart-img-icon {
	width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.mn-contact_title-wrapper {
	margin-bottom: 40px;
}

.mn-contact_title-wrapper {
	margin-top: 30px;
}

.mn-contact-form_top-div > p {
	display: flex;
	flex-direction: row;
	gap: 20px;
	width: 100%;
}

.mn-contact-form_top-div > p > span {
	flex-grow: 1;
}

.wpcf7-form-control-wrap {
	height: 55px !important;
	margin-bottom: 20px !important;
}

.wpcf7-form-control {
	padding: 15px 22px !important;
	height: 100% !important;
	border-color: #7D7D7D !important;
	font-size: 18px !important;
}

.wpcf7-form-control:hover {
	border: 2px solid #7D7D7D !important;
	transition: none;
}

.wpcf7-form-control::placeholder {
	color: #7D7D7D !important;
}

.wpcf7-form-control-wrap:has(.mn-contact-form_comment) {
	height: 120px !important;
}

.mn-contact-form_comment {
	padding-top: 10px !important;
}

.wpcf7-form-control.wpcf7-submit {
	width: 150px !important;
	height: 55px !important;
	padding: 5px 30px !important;
	/*margin-top: 40px !important;*/
	background-color: black !important;
	color: white !important;
	text-transform: none;
	font-weight: 500;
	transition: transform 0s ease-in-out;
	font-family: Segoe Ul;
}

.wpcf7-form-control.wpcf7-submit:hover {
	transform: scale(1.02);
	border: 1px solid black !important;
}


.wc-empty-cart-message .woocommerce-info .message-container {
	font-size: 36px !important;
	color: black !important;
	margin-bottom: 12px !important;
}

.return-to-shop > a {
	background: black !important;
	color: white !important;
	text-transform: none;
	transition: transform 0s ease-in-out;
}

.return-to-shop:hover > a {
	transform: scale(1.02);	
}

.single-product .product-title {
	font-size: 36px;
	font-weight: 500;
	color: black;
	line-height: 50px;
}

.single-product .price-wrapper {
	margin-bottom: 20px !important;
}

.single-product .woocommerce-Price-amount {
	font-size: 20px;
	font-weight: 500 !important;
}

.single-product .variations_form table tbody {
	display: flex;
	flex-direction: column;
	gap: 20px !important;
}

.single-product .variations_form label {
	color: #686868 !important;
	font-weight: 500 !important;
}

.single-product .variable-items-wrapper {
	gap: 9px;
}

.single-product .variable-items-wrapper .variable-item {
    padding: 10px 20px !important;
	border-radius: 20px !important;
	width: auto !important;
}

.single-product .variable-items-wrapper .variable-item[aria-checked="true"] {
	background: black !important;
	color: white !important;
}

.single-product .variable-items-wrapper .variable-item .variable-item-span {
	overflow: unset !important;
}

.single-product .product-thumbnails {
	display: none;
}

.stock.out-of-stock {
	padding: 10px !important;
	border: 1px solid black !important;
	text-align: center !important;
}

.faq-heading {
	font-family: Segoe Ul;
	margin-top: 40px !important;
	font-size: 24px !important;
	color: black !important;
	font-weight: 400 !important;
}

.yith-wcan-filters .filter-stock-sale {
	min-width: 170px !important;
}

.yith-wcan-filters .filter-price-range {
	min-width: 120px !important;
	margin-left: 20px !important;
}

.yith-wcan-filters .filter-title {
	border: none !important;
	font-size: 16px !important;
}

.yith-wcan-filters .term-label {
	font-size: 15px !important;
}

.yith-wcan-filters .filter-content .dropdown-wrapper a {
	font-size: 15px !important;
}



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	
	#search-lightbox {
		top: -400px;
		left: 50px;
	}
	
	.mn-contact_title-wrapper {
		margin-bottom: 10px !important;
		padding: 0 20px !important;
	}
	
	.mn-contact-form_top-div > p {
		display: block;
	}
	
	.wpcf7-form-control-wrap {
		height: 45px !important;
	}
	
	.wpcf7-form-control {
		padding: 10px 20px !important;
		height: 45px !important;
		font-size: 15px !important;
	}
	
	.wpcf7-form-control.wpcf7-submit {
		margin-top: 10px !important;
		font-size: 17px !important;
		font-weight: 600 !important;
		width: 130px !important;
	}
	
	.footer-wrapper .stack {
		width: 80%;
		margin: auto;
	}
	
	.mn-newsletter {
		width: 100%;
	}
	
	.mn-newsletter p {
		width: 100% !important;
	}
	
	.mn-newsletter .wpcf7-form-control-wrap {
		height: 100%;
	}
	
	.mn-newsletter .wpcf7-form-control-wrap .wpcf7-email {
		height: 100% !important;
	}
	
	.footer-wrapper .mn-contained-section {
		padding: 0 10px !important;
		width: 100%;
		flex-direction: column;
		gap: 20px;
		align-items: center;
	}
	
	.faq-heading {
		margin: 40px 0 25px!important;
		font-size: 26px !important;
	}
	
	.category-filtering {
		display: none !important;
	}
	
	.yith-wcan-filters.filters-modal .main-modal-button {
		color: white !important;
		font-size: 15px !important;
	}
}