/*Your custom css*/
.menu-mega-dropdown{
	position:relative !important;
}.menu-mega-dropdown[class^="mega-col-"] { 
	position:static !important;
}


@media only screen and (min-width: 768px) {
	.menu-mega-dropdown .sub-menu-dropdown{
		width:240px;
	}.menu-mega-dropdown.mega-col-2 .sub-menu-dropdown{
		width:480px;
	}.menu-mega-dropdown.mega-col-3 .sub-menu-dropdown{
		width:720px;
	}.menu-mega-dropdown.mega-col-4 .sub-menu-dropdown{
		width:960px;
	}	
}


.menu-mega-dropdown[class^="mega-col-"] .sub-sub-menu.sub-dep-0 > li{
	float:left;
	width:50%;
	margin-bottom:20px;
}.menu-mega-dropdown.mega-col-3 .sub-sub-menu.sub-dep-0 > li{
	width:33.333333%;
}.menu-mega-dropdown.mega-col-4 .sub-sub-menu.sub-dep-0 > li{
	width:25%;
}

.menu-mega-dropdown[class^="mega-col-"] .sub-sub-menu.sub-dep-0 > li > a .nav-link-text{
	font-weight:bold;
	text-transform:uppercase;
}

.main-nav-style li a{
	text-transform:uppercase;
}

.home .main-page-wrapper{
	padding-top:0;
}

.meta-post-categories>a{
	color:#fff !important;
}

.woodmart-products-tabs .products-tabs-title li{ margin-bottom:0; }

#wle-home-slider .cs-slides a{
    background: #83b735;
    color: #fff;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.wle-tabs:not(.active){ display:none; }

.wle-upper, .woodmart-title-container.title{ text-transform:uppercase; }

#halink_vn_homepage_content .woodmart-title-container.title{
	display:flex;
	margin-bottom:30px;
	justify-content: space-between;
	flex-direction: row;
}#halink_vn_homepage_content .woodmart-title-container.title:before,
#halink_vn_homepage_content .woodmart-title-container.title:after{
	flex-grow: 1;
	/* background:#83b735; */
	/* content:""; */
	height:1px;
	margin-top:16px;
}#halink_vn_homepage_content .woodmart-title-container.title:before{
	margin-right:10px;
}#halink_vn_homepage_content .woodmart-title-container.title:after{
	margin-left:10px;
}#halink_vn_homepage_content .woodmart-title-container.title.noline:before,
#halink_vn_homepage_content .woodmart-title-container.title.noline:after{
	visibility:hidden;
}

.woocommerce span.product-label{
	font-size: 10px;
	min-height: 35px;
	min-width: 35px;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	word-break: break-all;
	letter-spacing: .4px;
	font-weight: 600;
	line-height: 1.2;
	position:static;
	margin-bottom: 10px;
}
.woocommerce span.onsale{
    background-color: #ed803f;
}

#halink_vn_homepage_content .widget{ margin:0; padding-bottom:0; }
#halink_vn_homepage_content .widget.halink_home_product_tabs,
#halink_vn_homepage_content .widget.halink_home_post_slider{
	padding-top:30px;
	padding-bottom:30px; 
}

.wle-form-home form{
	position:relative;
}.wle-form-home .wpcf7-submit{
	position: absolute;
    right: 0;
    top: 0;
}.wle-form-home form p{
	margin-bottom:0;
}

.woocommerce-breadcrumb a:after{
	display:none;
}

/*.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
	font-size:initial;
	line-height:34px;
    padding: 0 10px;
}.woocommerce nav.woocommerce-pagination .next.page-numbers{
	font-size:0;
}.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{
	background: #83b735;
	color:#fff;
}.woocommerce nav.woocommerce-pagination{
	margin-top:30px;
}*/

.product-image-summary .cart .quantity input[type=number]{
	border: 2px solid rgba(129,129,129,.2);
}
.woocommerce nav.woocommerce-pagination{
	text-align:center;
}

.product-image-summary-wrap .onsale{ display:none; }

.nav-links .page-numbers {
    display: inline-block;
    box-sizing: content-box;
    margin-right: 2px;
    min-width: 32px;
    height: 34px;
    color: #2d2a2a;
    vertical-align: middle;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 34px;
    transition: all .2s ease;
	background: #ddd;
}.nav-links .page-numbers.current{
	background-color:  var(--maincolor);
	color: #FFF;
    font-weight: 600;
}

.navigation.pagination .page-numbers.next:after{
/* 	content:"»"; */
}

.navigation.pagination .page-numbers.prev:after{
/* 	content:"«"; */
}
.navigation.pagination .screen-reader-text{
	display:none;
}
.navigation.pagination .page-numbers .icon{
	width:11px;
	height:11px;
	color: #fff;
	fill:#fff;
}

.woocommerce-account:not(.logged-in) .entry-content .woocommerce, .woocommerce-dk{
	max-width:470px;
	margin-left:auto;
	margin-right:auto;
	background-color: #ffffff;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.05);
	padding: 30px;
}

.infos-contact{
	margin-bottom:20px;
}.infos-contact .icon{
	margin:0 10px;
}

.site-mobile-menu li a {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    min-height: 50px;
    border-bottom: 1px solid rgba(129,129,129,.2);
    color: #2d2a2a;
    text-transform: uppercase;
    letter-spacing: .2px;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.3;
}

.site-mobile-menu .sub-sub-menu li a {
    color: #777;
    text-transform: none;
    font-size: 14px;
	padding-left: 25px;
    padding-right: 15px;
}

footer .widget{ 
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.footer-container {
    background-color: #f3f3f3;
    border-top: 2px solid #ed803f;
}
.woodmart-logo-wrap img {
    padding: 10px;
    max-width: 220px !important;
}


div#wle-header-main-search .searchform {
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0px 1px 3px 1px rgb(0 0 0 / 15%);
    border-radius: 50px;
    border: 1px solid #fff;
	background-color: #fff;
}

div#wle-header-main-search .all-cat {min-width: 190px;}

div#wle-header-main-search .all-cat select#pro_cat {
    height: 46px;
    border: 0;
}

div#wle-header-main-search  input#search-form-641930ead5bd8 {
    padding-right: 50px;
    border: 0 !important;
}

div#wle-header-main-search  button.searchsubmit {
    border-radius: 50px;
    right: 0 !important;
}

div#wle-header-main-search button.searchsubmit:hover {
    color: white;
    background: #ed803f;
}

.slogan h3{
	font-size: 15px;
	color: #fff;
}

#wle-header-main{
	background-color: #ed803f;
}

#wle-header-main-cart a:hover{
	color: #d4d0d0;
}

#wle-header-main-cart a{
	color: #fff;
}

#wle-header-main-cart .right_content p{
	color: #fff;
}

.menu-opener.color-scheme-light{
	background: #fff;
	color: #000;
}

.vertical-navigation .item-level-0:first-child{
	border-top: 1px solid rgba(129,129,129,.15);
}

.list-blogs .navigation.pagination{
	width: 100%;
    text-align: center;
}

a.contact-button.contact-for-price {
    background: #01226e;
    color: white;
    padding: 5px 12px;
    border-radius: 10px;
}
.product-info:hover a.contact-button.contact-for-price {
    color: beige !important;
}

.contact-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* === POPUP CONTAINER === */
.contact-modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  width: 90%;
  max-width: 720px;
  position: relative;
  box-shadow: 0 8px 30px rgba(0,0,0,0.25);
  animation: slideUp 0.3s ease-out;
}

@keyframes slideUp {
  from { transform: translateY(40px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.close-modal {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 22px;
  font-weight: bold;
  color: #555;
  cursor: pointer;
}
.close-modal:hover {
  color: #000;
}

.contact-modal-content h3 {
  text-align: center;
  margin-bottom: 25px;
  color: #222;
  font-size: 1.3rem;
  font-weight: 700;
}

/* === 2 CỘT === */
.contact-content {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}

/* === CỘT TRÁI === */
.contact-left {
  flex: 1 1 40%;
  text-align: center;
  border-right: 1px solid #eee;
  padding-right: 20px;
}

.contact-left img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0,0,0,0.15);
}

.contact-left p {
  font-weight: 600;
  color: #333;
  margin-top: 12px;
  font-size: 1.05rem;
}

/* === CỘT PHẢI === */
.contact-right {
  flex: 1 1 55%;
}

#contactForm label {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  color: #444;
  font-size: 0.9rem;
}

#contactForm input,
#contactForm textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 15px;
  font-size: 0.95rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}

#contactForm input:focus,
#contactForm textarea:focus {
  border-color: #0056ff;
  box-shadow: 0 0 0 2px rgba(0,86,255,0.15);
  outline: none;
}

#contactForm button {
  background: linear-gradient(90deg, #004aad, #0073ff);
  color: #fff;
  font-weight: 600;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
  transition: background 0.3s, transform 0.1s;
}
#contactForm button:hover {
  background: linear-gradient(90deg, #003f91, #005fe0);
}
#contactForm button:active {
  transform: scale(0.98);
}

/* === MOBILE RESPONSIVE === */
@media (max-width: 992px) {
	 .contact-left {
		display: flex !important;
	}

	.contact-left img {
		width: 30%;
		margin-right: 20px;
	}
}
@media (max-width: 640px) {
  .contact-content {
    flex-direction: column;
  }
  .contact-left {
    border-right: none;
    border-bottom: 1px solid #eee;
    padding-right: 0;
    padding-bottom: 20px;
  }
 
}
#contactForm textarea {
  width: 100%;
  height: 80px;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 15px;
  font-size: 0.95rem;
  resize: vertical;
  transition: border-color 0.2s, box-shadow 0.2s;
      min-height: unset;
}
#contactForm input,
#contactForm textarea {
  width: 100%;
  padding: 5px 10px !important;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  background-color: #fafafa;
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 10px;
  transition: all 0.25s ease;
  outline: none;
  box-sizing: border-box;
}

/* Hiệu ứng focus (khi click vào ô nhập) */
#contactForm input:focus,
#contactForm textarea:focus {
  border-color: #0073ff;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(0, 115, 255, 0.1);
}

/* Placeholder màu nhẹ, tinh tế */
#contactForm input::placeholder,
#contactForm textarea::placeholder {
  color: #aaa;
}

/* Hiệu ứng hover */
#contactForm input:hover,
#contactForm textarea:hover {
  border-color: #bdbdbd;
}

/* === TEXTAREA === */
#contactForm textarea {
  height: 60px; /* ✅ nhỏ gọn, bạn có thể tăng lên 100 nếu cần */
  resize: vertical;
}

/* === LABEL === */
#contactForm label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #222;
  font-size: 0.9rem;
  transition: color 0.2s;
}
#contactForm label:hover {
  color: #0073ff;
}

/* === BUTTON === */
#contactForm button {
  width: 100%;
  padding: 12px;
  background: linear-gradient(90deg, #004aad, #0073ff);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
#contactForm button:hover {
  background: linear-gradient(90deg, #003f91, #005fe0);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 115, 255, 0.2);
}
#contactForm button:active {
  transform: translateY(0);
  box-shadow: none;
}
form#customerForm textarea {
    min-height: unset;
}