button {
     cursor: pointer;
}
.fontSize14 {
	font-size: 14px;
}

.marginTop8 {
	margin-top: 8px;
}

.container-wapper {
	padding-right: 5%;
	padding-left: 5%;
	width: 90%;
	box-sizing: content-box;
}

.searchbar {
	position: relative;
}

.search_icon i {
	font-size: 21px
}

.cart__icon i {
	font-size: 24px
}

button:focus {
	outline: none !important;
}

.navbar-dark .navbar-toggler {
	border: none;
}

.searchbode {
	align-items: center;
}

.search-btnicon img {
	width: 21px;
	cursor: pointer;
}

.header-action_text {
	position: relative;
}

.search-btnicon {
	margin-top: 8px
}

.search-btnicon i {
	font-size: 21px;
	cursor: pointer;
}

.show {
	display: block !important;
	opacity: 1;
	visibility: visible;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.header-dropdown_content {
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	padding: 20px 15px;
	text-align: center;
}

.header-action_dropdown {
	position: absolute;
	top: calc(100% + 6px);
	left: auto;
	right: 0px;
	z-index: 990;
	border-radius: 3px;
	color: #677279;
	background: #fff;
	border: solid 1px #dfe3e8;
	opacity: 0; /* Bắt đầu với độ mờ 0 */
	visibility: hidden; /* Bắt đầu ẩn */
	transform: translateY(-10px); /* Bắt đầu dịch lên 10px */
	max-height: 0; /* Bắt đầu với chiều cao 0 */
	overflow: hidden; /* Ẩn phần dư thừa nếu có */
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease,
		max-height 0.3s ease; /* Hiệu ứng chuyển đổi */
}

.header-action_dropdown.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	max-height: 600px;
	/* Đặt một chiều cao tối đa để dropdown mở hoàn toàn */
}

.searchbar-open>.search_input {
	border: 1px solid #ececec;
	font-size: 14px;
	color: #1C3148;
	font-weight: 500;
	width: 100%;
	height: 45px;
	padding: 0 55px 0 20px;
	margin: 0;
	display: inline-block;
	border-radius: 0;
	transition: all 150ms linear;
	appearance: none;
	outline: none;
}

.searchbar-hover:hover>.search_icon {
	color: #e74c3c;
}

.fa-search {
	color: #a65e32;
}

.fa-bars {
	color: #a65e32;
}

.cart__icon a {
	color: #a65e32 !important;
}

.search_icon {
	height: 40px;
	width: 40px;
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: white;
	text-decoration: none;
	position: absolute;
	right: 0;
	z-index: 10;
	top: 0
}

.logo-nolo {
	width: 100px;
	height: 40px;
}

.img-logo {
	width: 100%;
	height: 100%;
}
/*footer*/
#footer {
	color: #a65e32;
	background-color: #e8d9ce;
}

.style-hr-bot {
	border: 1px solid #ffffff9e;
	opacity: 0.8;
}

.nav-link-bottom {
	text-transform: uppercase;
	font-family: 'Montserrat-Regular';
}

.companyinffo {
	padding-top: 30px;
	font-size: 12px
}

.social-icon {
	padding-top: 20px;
}

.cart {
	margin-left: 20px;
	display: flex;
	align-items: center;
	position: relative;
	color: #a65e32;
	font-size: 22px;
	cursor: pointer;
	margin-top: 4px;
}

.cart__amount {
	position: absolute;
	top: 0%;
	right: -10px;
	color: #e8d9ce;
	/* padding: 10px; */
	width: 20px;
	height: 20px;
	background-color: #a65e32;
	border-radius: 50%;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.none {
	display: none;
}

.nav-link-bottom {
	text-transform: uppercase;
}

.companyinffo {
	padding-top: 30px;
	opacity: 0.8;
}

.social-icon {
	padding-top: 20px
}

.rowinfo {
	padding-bottom: 10px
}

@media ( min-width :769px) {
	#headLafloresta .navbar {
		padding: 0 !important;
	}
	.sub-theme {
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.title-bottom {
		font-size: 12px;
		text-transform: uppercase;
		font-family: Montserrat-Bold;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.nav-link-bottom p a {
		color: #a65e32;
		font-size: 12px;
		text-decoration: none;
	}
	.infobotright {
		padding-top: 20px;
		font-size: 12px;
		line-height: 30px;
		text-align: right;
		font-family: 'Montserrat-Regular';
	}
	.header-action_dropdown {
		min-width: 280px;
		width: 400px;
	}
}

.item-ult .thumbs a img {
	width: 40px;
}

.item-ult .thumbs {
	display: inline-block;
	text-align: right;
}

.item-ult {
	padding: 10px 10px;
	border-bottom: 1px dotted #dfe0e1;
	clear: both;
}

.item-ult .title {
	width: calc(100% - 40px);
	padding-right: 5px;
	float: left;
	line-height: 20px;
	position: relative;
	margin-top: 0px !important;
}

.item-ult .title a {
	font-size: 13px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: pre;
	float: left;
	width: 100%;
	margin-bottom: 4px;
	text-decoration: none;
	color: #1C3148;
	font-family: 'Quicksand', sans-serif !important;
	text-align: left;
}

.item-ult .title p {
	line-height: 15px;
	font-size: 12px;
	font-weight: 600;
	float: left;
	margin: 0;
}

.resultsMore a {
	text-align: center;
	display: block;
	font-size: 14px;
	padding: 10px 0;
	color: #1C3148;
	text-decoration: none;
	font-family: 'Quicksand', sans-serif !important;
}

.resultsMore {
	width: 100%;
	float: left;
}

@media ( max-width :768px) {
	.header-action_dropdown.show {
		width: 100%
	}
	.header-action_dropdown {
		min-width: 280px;
	}
	#footer {
		text-align: center
	}
	.nav-link-bottom p a {
		color: #a65e32;
		font-size: 12px;
		text-decoration: none;
	}
	.menu-toggle {
		display: none;
	}
	.title-bottom {
		font-size: 16px;
		text-transform: uppercase;
		font-family: Montserrat-Bold;
		padding-top: 20px;
		padding-bottom: 20px;
		opacity: 0.8;
	}
	.nav-link-bottom {
		font-size: 12px;
	}
	.infobotright {
		padding-top: 12px;
		font-size: 12px;
		line-height: 30px;
		text-align: center;
		font-family: 'Montserrat-Regular';
	}
	.companyinffo {
		padding-top: 30px;
		font-size: 12px;
	}
	.social-icon {
		padding-bottom: 20px
	}
	.Copyright {
		text-align: center;
	}
}

.social-icon img {
	width: 26px;
}

.mb {
	margin-left: 10px
}

.social-icon a {
	padding-left: 20px;
}

.Copyright {
	font-weight: bold;
	line-height: 1.6;
	color: rgb(166, 95, 49);
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	font-family: 'Montserrat-Regular';
}

.searchboder {
	margin-right: 20px
}
