/*Your custom css*/
#wle-top-menu ul.menu .icon {
	display: none;
}

ul#main-nav>li:hover>ul {
	display: block;
}

ul#main-nav .menu-item-has-children a {
	position: relative;
}

ul#main-nav .menu-item-has-children>a:after {
	content: "\f107";
	font: normal normal normal 14px/1 FontAwesome;
	margin-left: 5px;
}

ul#main-nav .sub-menu .menu-item-has-children>a:after {
	content: "\f105";
}

.wpcf7-form label,
.wpcf7-form .wpcf7-form-control-wrap,
.wpcf7-form .wpcf7-form-control:not(.wpcf7-submit) {
	width: 100%;
	border: 0;
	outline: 0;
}

.wpcf7-form .wpcf7-form-control:not(.wpcf7-submit) {
	padding: 5px;
}

.widget-area .widget ul li a {
	text-decoration: none;
	color: #686868;
	font: 14px Arial;
	display: block;
	padding: 4px 0;
	text-transform: uppercase;
	position: relative;
}

.widget-area .widget ul:not(.product_list_widget) li a {
	padding-left: 16px;
	line-height: 31px;
}

.widget-area .widget ul:not(.product_list_widget) li {
	border-bottom: 1px dashed #686868;
}

.widget-area .widget ul:not(.product_list_widget) li a:before {
	content: "\f009";
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 5px;
	position: absolute;
	left: 0;
	font-size: 9px;
	top: 14px;
	color: #686868;
}

.widget-area .widget ul.product_list_widget li a {
	text-align: center;
}

.widget-area .widget ul.product_list_widget li img {
	width: 100%;
	height: 130px;
	margin: 0 auto;
	box-shadow: 5px 5px 1px #dadada;
}

.widget-area .widget ul.product_list_widget li .product-title {
	margin-top: 14px;
	display: block;
	float: left;
	width: 100%;
}

.widget-area .widget ul.product_list_widget li {
	text-align: center;
}

.widget-area .widget ul.product_list_widget li del,
.widget-area .widget ul.product_list_widget li ins {
	color: #141414;
	text-align: center;
	font-family: Tahoma;
	font-size: 15px;
}

.widget-area .widget ul.product_list_widget li del {
	opacity: .5;
}

header nav {
	background: #141414;
}

.wle-pl0 {
	padding-left: 0;
}

.widget-area .widget ul.wle-post li a {
	padding-left: 0;
}

.widget-area .widget ul.wle-post li a:before {
	display: none;
}

.widget-area .widget ul.wle-post li {
	border-bottom: unset;
}

/*Overight widget title */
.title-global-left {
	height: 40px;
	background: #141414;
	position: relative;
	overflow: hidden;
}

.title-global-left:before,
.title-global-left:after {
	content: "";
	position: absolute;
	background: rgba(255, 255, 255, 0.7);
	z-index: 5;
	transform: rotate(-40deg);
}

.title-global-left:before {
	width: 10px;
	height: 54px;
	right: 7px;
	top: -9px;
}

.title-global-left:after {
	width: 20px;
	height: 54px;
	right: -6px;
	top: -28px;
}

.title-global-left h2,
.title-global-left .tt {
	padding-left: 10px;
	padding-right: 10px;
	text-indent: unset;
}

.title-global-left h2:before {
	content: "\f0a9";
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 5px;
}

/*Overight widget title ----------------- */

.global-title .tt {
	font-family: "Roboto-Regular";
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	float: left;
	z-index: 2;
	position: relative;
	margin-bottom: 2px;
	padding: 0;
	/* padding-bottom: 6px; */
	padding-right: 10px;
	line-height: 39px;
	text-indent: 56px;
	background: #141414;
	height: 40px;
	margin: 0;
}

.global-title h2:after,
.title-global h2:after,
.global-title h2:after,
.title-global h2:after,
.global-title h2:before,
.title-global h2:before {
	background: unset;
}

.global-title h2:after,
.global-title h2:before,
.global-title .tt:after,
.global-title .tt:before {
	content: "";
	position: absolute;
	background: rgba(255, 255, 255, 0.7);
	z-index: 5;
	transform: rotate(40deg);
}

.global-title h2:before,
.global-title .tt:before {
	width: 10px;
	height: 54px;
	left: 7px;
	top: -9px;
}

.global-title h2:after,
.global-title .tt:after {
	width: 20px;
	height: 54px;
	left: -6px;
	top: -28px;
}

.global-title {
	overflow: hidden;
}

.global-title h2,
.global-title .tt {
	padding-right: 20px;
}

.global-title h2 i,
.global-title .tt i {
	width: 35px;
	height: 40px;
	background: #141414;
	display: inline-block;
	position: absolute;
	transform: skew(33deg);
	right: -23px;
}

.navigation.pagination {
	float: left;
	width: 100%;
	display: block;
	margin-top: 0;
}

.navigation.pagination .screen-reader-text {
	display: none;
}

.navigation.pagination .page-numbers .icon {
	width: 11px;
	height: 11px;
	color: #fff;
	fill: #fff;
}

.navigation.pagination .page-numbers {
	background: #141414;
	color: #fff;
	padding: 5px 10px;
	position: relative;
}

.navigation.pagination .page-numbers:after {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%)
}

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

.navigation.pagination .page-numbers.prev:after {
	content: "«";
}

.navigation.pagination .page-numbers.current {
	background: #fefefc;
	color: #000;
	border: 1px solid #141414
}

.woocommerce nav.woocommerce-pagination ul {
	border: 1px solid #ffffff !important;
}

.woocommerce nav.woocommerce-pagination ul li {
	border-right: 1px solid #ffffff;
	background: #141414;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	color: #fff;
}

.woocommerce nav.woocommerce-pagination {
	margin-bottom: 20px;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	display: none;
}

.wle-product-loop {
	text-align: center;
}

.wle-product-loop .thumbnail-out {
	display: block;
}

.wle-product-loop .out {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	box-shadow: 5px 5px 1px #dadada;
	padding: 4px;
}

.wle-product-loop .pr-thumb {

	overflow: hidden;
	position: relative;
}

.wle-product-loop .pr-thumb:hover img {
	transform: scale(1.1);
}


.woocommerce-loop-product__title {
	color: #2f2f2f;
	font-weight: normal;
	font-family: Arial;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

.woocommerce ul.products li.product a img {
	margin-bottom: 0;
	transition: all .5s;
}

.woocommerce ul.products li.product .price {
	color: #141414;
	text-align: center;
	font-family: Tahoma;
	font-size: 15px;
}

.price-contact .txt {
	color: #2f2f2f;
}

.summary.entry-summary .price-contact {
	display: block;
	line-height: 18px;
}

.wle-mt10 {
	margin-top: 10px;
}

.single-price {
	margin-bottom: 20px;
}

.woocommerce ul.products li.product .price .ct {
	color: #f00;
}

.woocommerce-product-details__short-description {
	font-size: 16px;
	padding: 5px 0;
	border-top: 1px solid rgba(204, 204, 204, 0.54);
	border-bottom: 1px solid rgba(204, 204, 204, 0.51);
	margin: 4px 0;
}

.woocommerce span.onsale {
	border-radius: 0;
	background-color: #141414;
	line-height: unset;
	min-height: unset;
}

.woocommerce .single-product span.onsale {
	left: 10px;
	top: 15px;
}

.woocommerce ul.products li.product .onsale {
	top: 10px;
	right: 10px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #141414;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #141414;
}

.woocommerce .quantity .qty {
	padding: 5px;
}

.woocommerce div.product .woocommerce-tabs .panel {
	padding: 0 20px;
}

#detail .title {
	border-bottom: 1px solid #ccc;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: rgb(0 88 138);
	margin-bottom: 10px;
}

.wle-bxslide-it .img-thumbnail {
	border-radius: 0;
}

.wle-bxslide-it .name-news {
	text-align: left;
	margin-top: 20px;
	display: block;
	max-height: 48px;
	height: 43px;
	overflow: hidden;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.wle-bx-controls-top .bx-controls {
	position: absolute;
	top: -40px;
	right: 0;
}

.wle-bx-controls-top .bx-wrapper .bx-prev {
	left: -68px;
}

.wle-bx-controls-top .bx-wrapper .bx-next {
	right: 0;
}

#social-air a {
	position: relative;
	width: 25px;
	height: 23px;
	display: inline-block;
	margin: 0px 3px;
	text-align: center;
	font-size: 16px;
	border: 1px solid;
	color: #ce6202;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background-color: #141414;
	color: #ffffff;
}

#contact .form-control {
	border: 1px solid #ccc;
	border-radius: 0;
}

#contact .wpcf7-submit {
	background: #141414;
	padding: 8px 28px;
	border: none;
	width: auto;
	color: #fff;
	font-size: 15px;
	cursor: hand;
	cursor: pointer;
	border-radius: 0;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-transform: uppercase;
}

#content-footer .wpcf7-form .wpcf7-submit {
	background: #2626f9;
	outline: 0;
	border: 0;
	position: absolute;
	top: 0;
	right: 0;
	height: 30px;
	cursor: pointer;
	padding: 0 12px;
}

#content-footer .wpcf7-form {
	position: relative;
}

#content-footer .widget .title {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 10px;
	font-family: inherit;
}

#content-footer .widget .menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

#content-footer .widget .menu li {
	line-height: 26px;
}

#content-footer .widget .menu li a {
	color: #000;
}

#content-footer .widget .textwidget {
	color: #000;
}

#content-footer .widget.content-bg .textwidget {
	background: #141414;
	padding: 10px;
	-webkit-box-shadow: inset 2px 1px 53px 0px rgba(0, 0, 0, 0.53);
	-moz-box-shadow: inset 2px 1px 53px 0px rgba(0, 0, 0, 0.53);
	box-shadow: inset 2px 1px 53px 0px rgba(0, 0, 0, 0.53);
}

/* ===========Code mới ==================== */

.bx-wrapper .bx-loading {
	background: none !important;
}

.copyright_t {
	color: #000;
	display: flex;
	justify-content: flex-end;
	padding-right: 10px;
}

.copyright_t a {
	color: #fff;
}



.searchform_menu {
	display: flex;
	justify-content: center;
}

#search-product .product_search {
	display: flex;
	flex-wrap: wrap;
	padding: 0 !important;
}

#search-product .product_search li {
	width: 100%;
	list-style: none;
}

.global-title .tt span {
	display: none;
}

.main-bar {
	display: flex;
	align-items: center;
}

.pagination_search .navigation.pagination {
	display: flex;
	justify-content: center;
}

#wle-header-main-search-menu {
	display: flex;
	align-items: center;
}

#wle-header-main-search-menu .woodmart-search-form .searchform_menu {
	height: 33px;
	margin-left: 10px;
}

#wle-header-main-search-menu .woodmart-search-form .searchform_menu .s {
	width: 250px;
}

.form-row.place-order button#place_order {
	position: relative !important;
	margin-bottom: 0em !important;
	margin-top: 20px;
}

.px-4 {
	display: none;
}

@media screen and (min-width: 992px) {
	#wle-top-menu .col-md-12 {
		height: 40px;
	}

	#wle-top-menu .col-md-12 ul#main-nav {
		height: 40px;
	}

	#wle-top-menu .col-md-12 ul#main-nav li {
		height: 40px;
	}

	#wle-top-menu .col-md-12 ul#main-nav li#menu-item-858 {
		top: -40px;
	}
}


/* === code mới ======= */

.product-categories .cat-parent {
	position: relative;
}

.icon_t {
	position: absolute;
	top: -5px;
	right: 0px;
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.children .icon_t {
	right: 10px !important;
}

.icon_t i {
	font-size: 14px;
}

.product-categories .cat-parent .children {
	display: none;
}

.product-categories .cat-parent .children {
	display: none;
}

.product-categories .cat-parent.active>.children {
	display: block;
}

@media screen and (min-width: 768px) {
	.astm-search-menu.is-menu.default {
		display: none;
	}
}