/*
Theme Name: InMax

WooCommerce styles override

*/
.woocommerce table.shop_table {
	border: 1px solid rgba(0,0,0,.1);
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
	border-collapse: separate;
	border-radius: 5px;
}

.shop_table thead {
	text-align: center;
}
.woocommerce table.shop_table th {
	font-weight: 700;
	padding: 9px 12px;
	line-height: 1.5em;
}
.woocommerce table.shop_table {
	border: 1px solid rgba(0,0,0,.1);
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
	border-collapse: separate;
	border-radius: 5px;
}
.woocommerce table.shop_table td {
	border-top: 1px solid rgba(0,0,0,.1);
	padding: 9px 12px;
	vertical-align: middle;
	line-height: 1.5em;
}

.cart-collaterals .cart_totals .order-total {
	color: #94211c;
}
.wc-proceed-to-checkout {
	text-align: right;
	margin: 15px 0;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, 
.woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #FDC508;
	color: #000;
	-webkit-font-smoothing: antialiased;
	padding: 13px 30px 10px;
	border-radius: 50px;
	text-transform: uppercase;
	font-weight: bold;
	width: 100%;
	text-align: center;
	transition: all .3s ease;
}


/*========================================================================*/


.woocommerce {
	vertical-align: middle;
}

.woocommerce .cart-empty {
	text-align: center;
	font-size: 25px;
	margin-top: 30px;
}

.woocommerce .return-to-shop {
	text-align: center;
	font-size: 16px;
}

.woocommerce-cart-form {
	/*padding-top: 30px;*/
}


.shop_table thead {
	text-align: center;
}

.shop_table tbody td {
	vertical-align: middle;
}

.shop_table .product-remove {
	text-align: center;
}
.table thead th{
	padding: 5px;
}

.shop_table .product-thumbnail {
	text-align: center;
}

.shop_table .product-thumbnail img {
	width: 85px;
	height: 85px;
	min-width: 85px;
}

.shop_table .quantity {
	text-align: center;
}

.shop_table .quantity .screen-reader-text {
	display: none;
}

.shop_table .quantity input {
	height: 30px;
	width: 50px;
	padding: 2px 5px;
	border: 1px solid #e5e5e5;
	text-align: center;
	border-radius: 0px;
}

.shop_table .product-price {
	text-align: center;
}

.shop_table .product-subtotal {
	text-align: center;
}

.shop_table .actions {
	text-align: right;
}

.shop_table .coupon {
	margin-bottom: 15px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.shop_table .coupon #coupon_code {
	border: 1px solid #e5e5e5;
	padding: 2px 10px;
	height: 35px;
	font-size: 18px;
}

.shop_table .coupon .button[type="submit"] {
	height: 35px;
	padding: 5px 10px;
}

.shop_table .button[type="submit"] {
	border: 1px solid #94211c;
	background: #94211c;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 8px 15px;
	cursor: pointer;
	/* width: 128px; */
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
}

.shop_table .button[type="submit"]:active, .shop_table .button[type="submit"]:hover {
	background: #fde403;
	border-color: #fde403; 
}

.shop_table .coupon label {
	margin: 0 15px;
}
.button.button-update-cart {
	transition: all .3s ease;
	float: right;
	background-color: #FDC508;
	color: #222;
	border: 1px solid #FDC508;
	padding: 10px 30px;
	border-radius: 50px;
	cursor: pointer;
	font-weight: 700;
}
.button.button-update-cart:hover{
	opacity: .9;
}

.cart-collaterals {
	clear: both;
	width: 50%;
	float: right;
}
.cart-collaterals .cart_totals .amount {
	font-size: 20px;
	padding: 0 15px;
}

.cart-collaterals .cart_totals .order-total {
	color: #94211c;
}

.wc-proceed-to-checkout {
	text-align: right;
	margin: 15px 0;
}

.wc-proceed-to-checkout .wc-forward {
	display: inline-block;
	background: #94211c;
	padding: 5px 15px;
	color: #fff;
}

.wc-proceed-to-checkout .wc-forward:hover {
	background: #fde403;
}

.wc-proceed-to-checkout .wc-backward {
	display: inline-block;
	margin-right: 10px;
	background: #e5e5e5;
	padding: 5px 15px;
	color: #404040;
	transition: all .3s ease;
}
.button.wc-backward:hover {
	color: #fff;
	background: #EC3A36;
}
.cart-subtotal {
	display: none;
}

/**
 * Products
 */
 .gd__p_item {
 	margin-bottom: 30px;
 }
 .gd__p_inner {
 	background-color: #fff;
 	border-radius: 10px;
 	position: relative;
 }

 .gd__p_content {
 	padding:15px;
 }

 .gd__p_content .gd_text {
 	color: #464646;
 	text-transform: uppercase;
 	font-size: 20px;
 	padding-bottom: 12px;
 	border-bottom: 1px solid #808080;
 	margin-bottom: 15px;
 }

 .gd__p_image {
 	width: 100%;
 	margin: 0;
 	text-align: center;
 }
 .gd__p_image img {
 	max-width: 100%;
 	height: auto;
 }
 .gd_view__detail {
 	position: absolute;
 	color: #fff;
 	background-color: #fe8801;
 	font-size: 16px;
 	padding: 10px 30px;
 	border-radius: 30px;
 	top: 50%;
 	left: 50%;
 	transform: translate(-50%,-50%);
 	box-shadow: 0 0 15px rgba(0,0,0,0.15);
 	visibility: hidden; 	
 }
 .gd__p_inner:hover{
 	box-shadow: 0 0 15px rgba(0,0,0,0.15);
 }
 .gd__p_inner:hover .gd_view__detail{
 	visibility: visible;
 	color: #fff;
 }
 .gd__p_price {
 	display: flex;
 	justify-content: space-between;
 	align-items: center;
 }
 .gd__p_price .hotline > i {
 	width: 45px;
 	height: 45px;
 	line-height: 45px;
 	margin-right: 0;
 	background: #fe8801;
 	color: #fff;
 }
 ul.products {
 	/*width: 100%;*/
 	padding: 0;
 	list-style: none;
 }

 ul.products li.product {
 	list-style: none;
 	position: relative;
 	margin-bottom: 2em;
 }
 ul.products li.product .woocommerce-loop-product__title {
 	font-size: 1rem;
 }

 ul.products li.product img {
 	display: block;
 	max-width: 100%;
 }

 ul.products li.product .button {
 	display: block;
 }
 .title_wc {
 	color: #000;
 	font-size: 20px;
 	font-weight: 700;
 	display: -webkit-box;
 	max-width: 100%;
 	-webkit-line-clamp: 2;
 	-webkit-box-orient: vertical;
 	overflow: hidden;
 	text-overflow: ellipsis;
 }
 .title_wc:hover{
 	color: #FDCC0C;
 }

 .excerpt_product ul {
 }
 .excerpt_product ul li {
 	position: relative;
 	white-space: nowrap;
 	overflow: hidden;
 	text-overflow: ellipsis;
 	padding-left: 20px;
 }
 .excerpt_product ul li:before{
 	content: "";
 	font-family: "Font Awesome 5 Pro";
 	font-weight: 900; 
 	content: "\f00c";
 	position: absolute;
 	left: 0;
 	top: 0;
 	color: #FDCC0C;
 	font-size: 14px;
 }
 .woocommerce-Price-amount.amount {
 	color: #222;
 	font-size: 20px;
 	margin: 5px;
 	font-weight: 700;
 	margin-right: 10px;
 }
 .woocommerce-Price-currencySymbol {
 	font-weight: 700;
 	font-size: 16px;
 }

 .add_tocart a {
 	padding: 6px 0px 4px;
 	display: block;
 	width: 49%;
 	float: left;
 	border: 1px solid #F9DF0A;
 	color: #000;
 	border-radius: 50px;
 	text-align: center;
 }
 .gd_product_list {
 	padding: 60px 0;
 	background-color: #f5f5f5;
 }

 .orderby {
 	padding: 15px 10px;
 }

 /*Cart Mini*/
 .cart_wrr {
 	position: relative;
 	z-index: 10;
 	float: right;
 	padding-top: 7px;
 	margin-left: 15px;
 }

 .cart_wrr .cart-contents {
 	color: #fff;
 	display: flex;

 }
 .cart_wrr .cart-contents:hover{
 	color: #fde403;
 }
 .cart_wrr .cart-contents .amount {
 	font-weight: bold;
 }

 .cart_wrr .icon-cart {
 	font-size: 20px;
 	margin-right: 5px;
 }

 .cart_wrr .cart-contents .count {
 	font-size: 13px;
 	margin-left: 5px;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 }
 .add_tocart {
 	display: inline-block;
 	width: 100%;
 	margin-top: 10px;
 }
 .reamode {
 	margin-right: 2%;
 	background: #F9DF0A;
 }
 .cart_p i{
 	color: #F9DF0A;
 }
 .woocommerce-result-count {
 	display: none;
 }

 #product_wrap {
 	background-color: #dfdfdf;
 }
 #product_wrap .breadcrumbs {
 	color: #222;
 	padding: 30px 0;
 	border-bottom: 1px solid #b3b3b3;
 }
 #product_wrap .breadcrumbs a {
 	color: #222;
 }
 #product_wrap .breadcrumbs a:hover,  #product_wrap .breadcrumbs a:active,  #product_wrap .breadcrumbs a:focus {
 	color: #14772f;
 }
 @media screen and (min-width: 48em) {
 	ul.products li.product {
 		width: 50%;
 		float: left;
 		margin-right: 2;

 	}

 	ul.products li.product.first {
 		clear: both;
 	}

 	ul.products li.product.last {
 		margin-right: 0;
 	}

 	.columns-1 ul.products li.product {
 		float: none;
 		width: 100%;
 	}

 	.columns-2 ul.products li.product {
 		width: 48.1%;
 	}

 	.columns-3 ul.products li.product {
 		width: 30.7966666667%;
 	}

 	.columns-4 ul.products li.product {
 		width: 22.15%;
 	}

 	.columns-5 ul.products li.product {
 		width: 16.96%;
 	}

 	.columns-6 ul.products li.product {
 		width: 13.4933333333%;
 	}
 }


/**
 * Single Product
 */
 .single-product div.product .woocommerce-product-gallery {
 	position: relative;
 	display: flex;
 	flex-flow: column;
 	overflow: hidden;
 	margin-top: 1px;
 }

 .woocommerce-product-gallery__wrapper img {
 	max-width: 100%;
 }
 .woocommerce-product-gallery__image > a {
 	display: block;
 	width: 100%;
 }
 .woocommerce-product-gallery__wrapper img:not(.zoomImg) {
 	width: 100% !important;
 	height: 100%;
 	object-fit: cover;
 }
 .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
 	position: absolute;
 	bottom: 1em;
 	right: 1em;
 	display: block;
 	z-index: 99;
 	font-size: 0;
 }

 .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::after {
 	content: "\e8ff";
 	font-family: icomoon;
 	font-size: 30px;
 	position: absolute;
 	right: 10px;
 	bottom: 109px;
 	color: #fff;
 }

 .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
 	content: "";
 	font-size: 30px;
 	border-bottom: 86px solid rgba(255,255,255,0.25);
 	border-left: 86px solid transparent;
 	position: absolute;
 	right: 0;
 	bottom: 109px;
 	text-indent: inherit;
 }

 .single-product div.product .woocommerce-product-gallery .flex-viewport {
 	margin-bottom: 1em;
 	margin-top: 1px;
 }

 .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
 	display: block;
 	padding: 0;
 	margin: 0;
 }

 .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
 	list-style: none;
 	cursor: pointer;
 	float: left;
 }

 .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
 	opacity: .5;
 	width: 95px;
 	height: 95px;
 }

 .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
 	opacity: 1;
 }

 .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
 	opacity: 1;
 }

 .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
 	width: 95px;
 	max-width: 95px;
 	margin-bottom: 5px;
 	margin-right: 10px;
 }

 .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .bx-wrapper .flex-control-thumbs li:not(.bx-clone) {
 	margin-right: 0px;
 	width: 95px;
 	float: left;
 	max-width: none;
 }
 .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:not(.bx-clone) img{
 	width: 95px;
 }
 .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:last-child {
 	padding-right: 0;
 }


 .stock:empty:before {
 	display: none;
 }

 .stock.in-stock {
 	color: #0f834d;
 }

 .stock.out-of-stock {
 	color: #e2401c;
 }
 .button.wc-backward {
 	background: #FDC508;
 	padding: 15px 30px 11px;
 	margin-top: 15px;
 	display: inline-block;
 	border-radius: 50px;
 	text-transform: uppercase;
 	color: #000;
 	font-weight: bold;
 }
 .woocommerce-product-gallery .bx-wrapper {
 	padding: 0;
 	box-shadow: 0 0 0;
 	margin: 0;
 	border: none;
 	background: transparent;
 	position: relative;
 	width: 100%;
 }

 .woocommerce-product-gallery .bx-viewport {
 }

 .woocommerce-product-gallery .bx-wrapper .bx-controls-direction a {
 	text-indent: inherit;
 	font-family: icomoon;
 	font-size: 25px;
 	color: #fff;
 	background: rgba(0,0,0,0.3);
 	height: 100%;
 	z-index: 1000;
 	top: 0;
 	left: 0;
 	text-align: center;
 	line-height: 32px;
 	opacity: 0.2;
 	margin: 0;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 }

 .woocommerce-product-gallery .bx-wrapper .bx-controls-direction a.bx-prev {
 }

 .woocommerce-product-gallery .bx-wrapper .bx-controls-direction a.bx-next {
 	left: auto;
 	right: 0;
 }

 .woocommerce-product-gallery .bx-wrapper:hover .bx-controls-direction a {
 	opacity: 1;
 }
/**
 * Checkout
 */
/**
 * Checkout
 */
 .woocommerce-form-coupon-toggle {
 	margin-top: 40px;
 }

 .woocommerce .form-row {
 	margin: 0;
 	justify-content: space-between;
 	margin-bottom: 15px;
 	width: 100%;
 }

 .woocommerce-cart-form__cart-item.cart_item .quantity {
 	border: none;
 }
 #order_review {
 	clear: both;
 	margin-bottom: 30px;
 }

 .woocommerce-billing-fields {
 }

 .woocommerce form .form-row .required {
 	text-decoration: none;
 }

 .woocommerce .form-row .woocommerce-input-wrapper {
 	min-width: 200px;
 	width: 60%;
 }

 .woocommerce .form-row input[type="text"],
 .woocommerce .form-row input[type="tel"],
 .woocommerce .form-row input[type="email"],
 .woocommerce .form-row input[type="password"] {
 	display: block;
 	width: 100%;
 	padding: .375rem .75rem;
 	font-size: 1rem;
 	line-height: 1.5;
 	color: #495057;
 	background-color: #fff;
 	background-clip: padding-box;
 	border: 1px solid #ced4da;
 	border-radius: 0;
 	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
 }

 .woocommerce .form-row .input-text:focus {
 	color: #495057;
 	background-color: #fff;
 	border-color: #80bdff;
 	outline: 0;
 	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
 }

 .woocommerce .form-row .select2-selection--single {
 	background-color: #fff;
 	border: 1px solid #ced4da;
 	border-radius: 0;
 	height: 34px;
 	line-height: 34px;
 }

 .woocommerce .form-row .select2-selection--single .select2-selection__arrow {
 	height: 34px;
 }

 .woocommerce .form-row.notes label {
 	width: 100%;
 }

 .woocommerce .form-row.notes .woocommerce-input-wrapper {
 	width: 100%;
 }

 .woocommerce .form-row.notes textarea {
 	width: 100%;
 	padding: 5px 10px;
 	border: 1px solid #ced4da;
 	min-height: 103px;
 }

 #billing_address_2_field {
 	justify-content: flex-end;
 }

 .woocommerce-checkout-payment {
 	margin-top: 15px;
 }

 .payment_methods {
 	list-style: none;
 }

 .payment_methods .payment_box {
 	padding: 0 15px;
 	font-size: 13px;
 	opacity: 0.5;
 }

 .woocommerce-checkout-review-order-table, table.order_details {
 	min-width: 50%;
 }

 .woocommerce-checkout-review-order-table thead, table.order_details thead {
 	text-align: left;
 }

 .woocommerce-checkout-review-order-table tfoot, table.order_details tfoot {
 	border-top: 1px solid #e5e5e5;
 }

 .woocommerce-checkout-review-order-table tfoot td, table.order_details tfoot td {
 	text-align: right;
 }

 .woocommerce-checkout-review-order-table .product-total, table.order_details .product-total {
 	text-align: right;
 }

 .woocommerce-terms-and-conditions-wrapper {
 	clear: both;
 	margin-top: 15px;
 	width: 100%;
 	display: none;
 }

 .woocommerce-terms-and-conditions-wrapper a {
 	color: #94211c;
 	font-weight: bold;
 	text-decoration: underline;
 }

 #place_order, .gd_accout_content button[type="submit"] {
 	display: inline-block;
 	border: none;
 	margin: auto;
 	padding: 8px 15px;
 	text-transform: uppercase;
 	background: #94211c;
 	font-weight: bold;
 	color: #fff;
 	box-shadow: 0 0 5px #94211c;
 	cursor: pointer;
 	transition: all 300ms ease-in 0ms;
 }

 #place_order:hover, #place_order:active {
 	background: #fde403;
 }

 /*received order*/
/*.woocommerce-order {
	padding: 30px 0;
}
*/
.back_link {
	background: #FFE12B;
	color: #000;
	padding: 15px 30px;
	border-radius: 50px;
	font-weight: 600;
}
.woocommerce-thankyou-order-details {
	list-style: none;
	margin-bottom: 30px;
	padding-left: 0;
}
/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
 .site-header-cart {
 	position: relative;
 	margin: 0;
 	padding: 0;
 	content: "";
 	display: table;
 	table-layout: fixed;
 }

 .site-header-cart .cart-contents {
 	text-decoration: none;
 }

 .site-header-cart .widget_shopping_cart {
 	display: none;
 }

 .site-header-cart .product_list_widget {
 	margin: 0;
 	padding: 0;
 }

/**
* Review Tab
*/
.woocommerce-Reviews-title {
	font-size: 16px;
	font-weight: 600;
}

.woocommerce-Reviews-title span {
	color: #94211c;
}

.commentlist {
	list-style: none;
}

.commentlist .thread-even {
	border-bottom: 1px solid #e5e5e5;
}

.comment_container {
	display: flex;
	flex-flow: row nowrap;
}

.comment_container .avatar {
	margin-right: 15px;
}

.comment_container .comment-text .meta {
	margin: 0;
}

.comment_container .description {
	font-size: 14px;
	font-style: italic;
	width: 100%;
	position: relative;
}

.comment_container .description::before {
	position: absolute;
	top: 0px;
	right: 0px;
	content: "\e978";
	font-family: icomoon;
	opacity: 0.2;
	font-size: 15px;
}

#reply-title {
	font-size: 16px;
	font-weight: 600;
}
/**
 * Star rating
 */
 .woocommerce-product-rating {
 	display: flex;
 	margin-bottom: 10px;
 }

 .star-rating {
 	overflow: hidden;
 	position: relative;
 	height: 1.618em;
 	line-height: 1.618;
 	font-size: 1em;
 	width: 5.3em;
 	font-family: icomoon;
 	font-weight: 400;
 }

 .star-rating:before {
 	content: "\e9d7\e9d7\e9d7\e9d7\e9d7";
 	opacity: .25;
 	float: left;
 	top: 0;
 	left: 0;
 	position: absolute;
 	font-family: icomoon;
 }

 .star-rating span {
 	overflow: hidden;
 	float: left;
 	top: 0;
 	left: 0;
 	position: absolute;
 	padding-top: 1.5em;
 }

 .star-rating span:before {
 	content: "\e9d9\e9d9\e9d9\e9d9\e9d9";
 	top: 0;
 	position: absolute;
 	left: 0;
 	color: #fade05;
 	font-family: icomoon;
 }

 p.stars a {
 	position: relative;
 	height: 1em;
 	width: 1em;
 	text-indent: -999em;
 	display: inline-block;
 	text-decoration: none;
 	margin-right: 10px;
 	font-weight: 400;
 	font-family: icomoon;
 }

 p.stars a::before {
 	display: block;
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 1em;
 	height: 1em;
 	line-height: 1;
 	content: "\e9d7";
 	color: #404040;
 	text-indent: 0;
 	opacity: .25;
 	font-size: 22px;
 }

 p.stars a:hover ~ a:before {
 	content: "\e9d7";
 	color: #404040;
 	opacity: .25;
 }

 p.stars:hover a:before {
 	content: "\e9d9";
 	color: #fade05;
 	opacity: 1;
 }

 p.stars.selected a.active:before {
 	content: "\e9d9";
 	color: #fade05;
 	opacity: 1;
 }

 p.stars.selected a.active ~ a:before {
 	content: "\e9d7";
 	color: #404040;
 	opacity: .25;
 }

 p.stars.selected a:not(.active):before {
 	content: "\e9d9";
 	color: #fade05;
 	opacity: 1;
 }

/**
 * Password strength meter
 */
 .woocommerce-password-strength {
 	text-align: right;
 }

 .woocommerce-password-strength.strong {
 	color: #0f834d;
 }

 .woocommerce-password-strength.short {
 	color: #e2401c;
 }

 .woocommerce-password-strength.bad {
 	color: #e2401c;
 }

 .woocommerce-password-strength.good {
 	color: #3D9CD2;
 }

/**
 * Forms
 */
 .form-row.woocommerce-validated input.input-text {
 	box-shadow: inset 2px 0 0 #0f834d;
 }

 .form-row.woocommerce-invalid input.input-text {
 	box-shadow: inset 2px 0 0 #e2401c;
 }

 .required {
 	color: red;
 }

/**
 * Notices
 */
 .woocommerce-noreviews,
 p.no-comments {
 	content: "";
 	display: table;
 	table-layout: fixed;
 	clear: both;
 	width: 100%;
 	padding: 15px;
 	background: #e5e5e5;
 	margin-bottom: 15px;
 	border-radius: 2px;
 	color: #1484aa;
 }

 .woocommerce-info {
 	color: #222222;
 	font-size: 13px;
 }

 .woocommerce-info a {
 	color: #94211c;
 }

 .woocommerce-error li {
 	list-style: disc inside;
 	font-style: italic;
 	font-size: 13px;
 }

 .demo_store {
 	position: fixed;
 	left: 0;
 	bottom: 0;
 	right: 0;
 	margin: 0;
 	padding: 1em;
 	background-color: #3D9CD2;
 	z-index: 9999;
 }

 /*BỘ LOC SẢN PHẨM*/
 .box_atribure_filter {
 	/*padding-top: 60px;*/
 }

 .checkbox.hang-xe {
 	display: flex;
 	border: 1px solid #cccc;
 	/*height: 85px;*/
 	justify-content: center;
 	margin: 0 3px;
 	border-radius: 5px;
 	align-items: center;
 	max-height: 109px;
 }
 .filter-group-pa_hang-xe img {
 	width: auto !important;
 	margin: auto;
 }
 .filter-group-options.filter-group-pa_model {
 	display: flex;
 	justify-content: space-between;
 	padding: 15px 0;
 	/* border: 1px solid #ccc; */
 	padding-top: 0px;
 }
 .filter-group-options.filter-group-pa_model a {
 	display: flex;
 	border: 1px solid #ccc;
 	padding: 10px 15px 8px;
 	border-radius: 50px;
 	margin-right: 8px;
 	/* text-transform: uppercase; */
 	max-width: 25%;
 	width: auto;
 }
 .filter-group-options.filter-group-pa_model a.active, .filter-group-options.filter-group-pa_model a:hover {
 	background: #FDC508;
 	border: 1px solid #FDC508;
 }
 .filter-group-options.filter-group-pa_model a:last-child{
 	margin-right: 0;
 }
 .checkbox.active {
 	background: #F9DF0A;
 	border: 1px solid #F9DF0A !important;
 }
 .title {
 	color: #000;
 	margin-left: 5px;
 	font-weight: 600;
 }


 input[type='radio']:after {
 	width: 15px;
 	height: 15px;
 	border-radius: 15px;
 	top: -2px;
 	left: -1px;
 	position: relative;
 	background-color: #d1d3d1;
 	content: '';
 	display: inline-block;
 	visibility: visible;
 	border: 2px solid white;
 }

 input[type='radio']:checked:after {
 	width: 15px;
 	height: 15px;
 	border-radius: 15px;
 	top: -2px;
 	left: -1px;
 	position: relative;
 	background-color: #ffa500;
 	content: '';
 	display: inline-block;
 	visibility: visible;
 	border: 2px solid white;
 }



 .list_item_tax {
 	width: 24.5%;
 	margin-right: .5%;
 }
 .list_item_tax:first-child a {
 	text-transform: unset !important;
 }
 .list_item_tax:last-child{
 	margin-right: 0;
 }
 .title_category {
 	display: block;
 	border: 1px solid #ccc;
 	padding: 10px 15px;
 	border-radius: 50px;
 	color: #222;
 	position: relative;
 }
 .title_category.active, .title_category:hover {
 	background: #fdcc0d;
 	border: 1px solid #FFB400;
 }
 .title_category:before{
 	content:"";
 	width: 5px;
 	height: 5px;
 	border-radius: 50px;
 	position: absolute;
 	top: 5px;
 	left: 10px;
 }
 #text-2 {
 	display: none;
 }
 /* chi tiết sản phẩm*/
 .product_title.entry-title {
 	font-size: 30px;
 	font-weight: 700;
 }
 .woocommerce-Price-amount.amount{
 	margin: 0 10px 0 0;
 }
 .woocommerce-product-details__short-description ul {
 	padding: 0;
 	list-style: none;
 }
 .kh_id_prod.kh_price_prod .kh_no_vat {
 	font-style: italic;
 }
 .woocommerce-product-details__short-description ul li{
 	padding-left: 20px;
 	position: relative;
 }
 .woocommerce-product-details__short-description ul li:before{
 	font-family: "Font Awesome 5 Pro";
 	font-weight: 900;
 	content: "\f00c";
 	position: absolute;
 	left: 0;
 	top: 0;
 	color: #FDCC0C;
 	font-size: 14px;
 }
 .phone_singger strong {
 	padding-left: 20px;
 	display: inline-block;
 	position: relative;
 }
 .phone_singger strong:before{
 	font-family: "Font Awesome 5 Pro";
 	font-weight: 900;
 	content: "\f879";
 	position: absolute;
 	left: 0;
 	top: 0;
 	color: #FDCC0C;
 	font-size: 14px;
 }
 .phone_singger a {
 	color: #222;
 	transition: all .3s ease;
 }  
 .phone_singger a:hover{
 	color: #FDCC0C;
 }
 .quantity input {
 	border-radius: 50px;
 	border: 1px solid #FDCC0C;
 	padding: 8px 21px;
 	margin-right: 12px;
 	text-align: center;
 }
 .phone_singger {
 	padding-top: 20px;
 	border-bottom: 1px solid #ccc;
 	border-top: 1px solid #ccc;
 	margin-bottom: 25px;
 }
 .price_product  .cart {
 	display: flex;
 	justify-content: space-between;
 }
 .single_add_to_cart_button.button.alt {
 	width: 80%;
 	background: #FDC508;
 	border: 1px solid #FDC508;
 	padding: 8px 0px;
 	border-radius: 50px;
 	color: #222;
 	font-weight: 600;
 	cursor: pointer;
 }
 .price_product .cart i{
 	color: #222;
 	font-size: 16px;
 	margin-right: 2px;
 }
 .price_product p{
 	margin-bottom: 0;
 }
 .price_product p.hb_solgan{
 	font-style: italic;
 	margin-bottom: 1rem;
 }
 .contact_cart {
 	display: flex;
 	justify-content: space-between;
 	margin-top: 20px;
 }
 .contact_p {
 	width: 48%;
 	margin-right: 2%;
 	text-align: center;
 	background: #FDC508;
 	color: #222;
 	border-radius: 50px;
 	padding: 11px 0 7px;
 	font-weight: 600;
 	}.cart_singer {
 		width: 50%;
 		text-align: center;
 		border: 1px solid #FDC508;
 		border-radius: 50px;
 		padding: 9px 0 0 0;
 		color: #222;
 	}
 	.cart_singer i{
 		color: #FDC508;
 	}
 	.step_oder {
 		width: 100%;
 		margin: 30px 0 10px;
 		display: inline-block;
 		padding: 0 5%;
 	}
 	.step_oder ul li{
 		padding: 0;
 	}
 	.content_step_oder{
 		list-style: none;
 		padding: 0
 	}
 	.content_step_oder  figure {
 		height: 90px;
 		width: 90px;
 		margin: auto;
 		background: #FDC508;
 		display: flex;
 		justify-content: center;
 		align-items: center;
 		border-radius: 50px;
 		margin-bottom: 10px;
 	}
 	.conent-sp {
 		position: relative;
 		transition: all .3s ease;
 		max-width: 1000px;
 		margin: auto;
 		line-height: 1.5;
 		margin-bottom: 50px;
 	}
 	.conent-sp .content-title {
 		text-align: center;
 		font-size: 28px;
 		font-weight: bold;
 		color: #fe8801;
 	}
 	.content_pd .redmove {
 		width: 100%;
 		text-align: center;
 		margin: 20px 0;
 	}
 	.conent-sp.active::after{
 		display: none;
 	}
 	.remove-p .deg{
 		position: relative;
 		transform: rotate(180deg);
 	}
 	.remove-p{
 		color: #222;
 		font-size: 18px;
 	} 
 	.remove-p:hover{
 		color: #F9DF0A;
 	}
 	.remove-p i {
 		position: relative;
 		top: ;
 		top: 2px;
 	}
 	.title_relate_p{
 		margin: 25px 0;
 		font-size: 30px;
 	}
 	.content_sibar_p {
 		background: #F5F5F5;
 		border: 1px solid #000;
 		margin-bottom: 30px;
 	}
 	.content_sibar_p .title_sibar_p  .title_p {
 		padding: 20px 20px 15px;
 		border-bottom: 1px solid #ccc;
 		margin-bottom: 0;
 		font-weight: 700;
 	}
 	.module_counter_sb {
 		padding: 20px;
 	}
 	.module_counter_sb   .count_icon_wrap {
 		width: 40px;
 		margin-right: 15px;
 		min-width: 40px;
 	}
 	.module_counter_sb .count_sb_item {
 		display: flex;
 		padding:5px 0;
 	}
 	.module_counter_sb  .count_text_p .title_p {
 		font-size: 14px;
 		font-weight: 700;
 	}
 	@media screen and (min-width: 48em) {
	/**
	 * Header cart
	 */
	 .site-header-cart .widget_shopping_cart {
	 	position: absolute;
	 	top: 100%;
	 	width: 100%;
	 	z-index: 999999;
	 	left: -999em;
	 	display: block;
	 	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	 }

	 .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
	 	left: 0;
	 	display: block;
	 }
	}

/**
 * WooCommerce widgets
 */
 .wc-bacs-bank-details {
 	list-style: inside;
 }
/**
 * WooCommerce Price Filter
 */
 .price_slider_wrapper {
 	float: left;
 	width: 100%;
 }
 .widget_price_filter .price_slider {
 	margin: 15px 15px 0 15px;
 }

 .widget_price_filter .price_slider_amount {
 	text-align: center;
 	line-height: 2.4em;
 	display: flex;
 	flex-flow: column-reverse;
 	justify-content: center;
 	padding: 15px;
 }

 .widget_price_filter .price_slider_amount .button {
 	border: none;
 	text-transform: uppercase;
 	cursor: pointer;
 	background-image: linear-gradient(to right,#c7922a,#f8e96a,#c7922a);
 	width: 66px;
 	padding: 0;
 	font-size: 13px;
 	height: 21px;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	border-radius: 50px;
 	color: #76100E;
 	line-height: 21px;
 }
 .widget_price_filter .ui-slider {
 	position: relative;
 	text-align: left;
 }

 .widget_price_filter .ui-slider .ui-slider-handle {
 	position: absolute;
 	z-index: 2;
 	width: 1rem;
 	height: 1em;
 	cursor: ew-resize;
 	outline: none;
 	background: #fff;
 	box-sizing: border-box;
 	margin-top: -0.25em;
 	opacity: 1;
 	border: 3px solid #741012;
 	border-radius: 50%;
 }

 .widget_price_filter .ui-slider .ui-slider-handle:last-child {
 	margin-left: -1em;
 }

 .widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
 	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
 }

 .widget_price_filter .ui-slider .ui-slider-range {
 	position: absolute;
 	z-index: 1;
 	display: block;
 	border: 0;
 	background: #741012;
 }

 .widget_price_filter .price_slider_wrapper .ui-widget-content {
 	background: rgba(0, 0, 0, 0.1);
 }

 .widget_price_filter .ui-slider-horizontal {
 	height: .5em;
 }

 .widget_price_filter .ui-slider-horizontal .ui-slider-range {
 	height: 100%;
 }



 /*Account*/
 .gd_page_content .woocommerce {
 	margin: 30px 0;
 }

 .gd_account_navigation {
 	height: 100%;
 	border-right: 1px solid #e5e5e5;
 }

 .gd_account_navigation ul {
 	list-style: none;
 }

 .gd_account_navigation .gd_menu_item {
 }

 .gd_account_navigation .gd_menu_item a {
 	display: block;
 	padding: 8px 15px;
 	border-bottom: 1px solid #877846;
 	background: #94211c;
 	color: #fff;
 }

 .gd_account_navigation .gd_menu_item.is-active a, .gd_account_navigation .gd_menu_item a:hover {
 	background: #fde403;
 }

 .gd_accout_content .addresses .edit {
 	text-decoration: underline;
 }

 .account-orders-table {
 	border: 1px solid #e5e5e5;
 }

 .account-orders-table thead {
 	text-align: left;
 }

 .gd_accout_content .woocommerce-order-details {
 	margin-bottom: 30px;
 }

 .image_video_p{
 	position: relative;
 }
 .image_video_p img {
 	min-height: 150px;
 	object-fit: cover;
 }
 .image_video_p .video-link{
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	transform: translate(-50%, -50%);
 	color: #fff;
 } 
 .image_video_p .video-link i {
 	width: 45px;
 	height: 45px;
 	border-radius: 50px;
 	background: #FDCC0D;
 	text-align: center;
 	padding-top: 14px;
 	font-size: 16px;
 	padding-left: 3px;
 }
 .image_video_p .video-link:hover{
 	transform: scale(.9) translate(-50%, -50%);
 }
 .video_p .gd_text_p{
 	color: #222;
 }
 .video_p .gd_text_p:hover{
 	color: #FDC508;
 }

/*
BỘ LỌC 

*/
.content_pricce {
	display: flex;
	justify-content: space-between;
	margin: 0 -5px 40px;
}
.select-price {
	width: 49%;
	margin: 0 .5%;
	padding-top: 15px;
}
.select-price {
	width: 49%;
	margin: 0 .5%;
	padding-top: 15px;
	border: 1px solid #ccc;
	padding-left: 15px;
}
input[type='radio']:after {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #d1d3d1;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
}

input[type='radio']:checked:after {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #ffa500;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
}
.content_pricce .orderby {
	padding: 0 10px;
	height: 100%;
	border-radius: 30px;
	border: 1px solid #ccc;
	width: 100%;
	height: 100%;
	width: 100%;
	padding: 8px 15px;
	-webkit-appearance: none;
	background: url('../images/canvasy.png') no-repeat right 5px top 30%;
	background-size: auto;
	background-size: auto;
	background-size: 25px 20px;
}
.content_pricce #searchform {
	flex: 0 0 75%;
	max-width: 75%;
	display: flex;
	padding: 0 0 0 5px;
	margin: 0 0 0 -5px;
}
.content_pricce #s {
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
	height: 54px;
	padding: 15px;
}
.content_pricce #searchsubmit {
	position: absolute;
	right: 0;
	background: #fff;
	border: 1px solid #fff;
	top: 15px;
	right: 6px;
	color: #FDC508;
	cursor: pointer;
}
.select-price a {
	padding: 0 20px;
	color: #222;
}
.gd_product_list .list_item_taxs {
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 15px;
}
.content_pricce #searchform .kh_des_prod .kh_btn_web {
	visibility: visible;
	padding: 0;
}

.content_pricce #searchform .kh_des_prod {
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
	padding: 0 5px;
	border-top: none;
}
.content_pricce #searchform .kh_des_prod .kh_btn_web .btn {
	width: 100%;
}
.content_pricce #searchform .kh_des_prod .kh_btn_web .btn::before {
	content: '\f002';
	font-size: 16px;
	font-weight: 600;
}
.content_pricce #searchform .price-range-block {
	margin: 0;
	flex: 0 0 66.6667%;
	max-width: 66.6667%;
	padding: 0 0 0 5px;
}

.content_pricce #searchform .ui-widget-header {
	background: #FDC508;
}
.content_pricce #searchform .ui-slider-horizontal {
	height: 8px;
}
.content_pricce #searchform .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border: 3px solid #FDC508;
	border-radius: 50%;
}
.content_pricce #searchform .ui-widget.ui-widget-content {
	border: 1px solid #ccc;
	background-color: #ccc;
	margin-bottom: 0;
}
.content_pricce #searchform .ui-slider-horizontal .ui-slider-handle {
	top: 50%;
	transform: translateY(-50%);
}
.content_pricce #searchform .ui-slider .ui-slider-handle:focus-visible {
	outline: unset;
}
.content_pricce #searchform .ui-slider .ui-slider-handle.ui-state-focus, .ui-slider .ui-slider-handle.ui-state-active {
	border: 3px solid #FDC508;
	background-color: #fff;
}

.kh_wrap_range {
	flex: 1;
	padding: 7px 10px 0px;
	display: flex;
	flex-flow: column;
	height: 100%;
	justify-content: space-between;
}
.kh_wrap_range #slider-range {
	width: 100%;
}
.kh_inner_range.d-flex {
	height: 100%;
	padding: 0 20px;
	border: 1px solid #ccc;
	border-radius: 30px;
	align-items: center;
}
.kh_wrap_price {
	display: flex;
	justify-content: space-between;
}
.kh_wrap_price .price-range-field {
	width: auto;
	min-width: unset;
	border: unset;
	-moz-appearance: textfield;
	height: auto;
	padding: 0;
}
.kh_label_range {
	margin-right: 10px;
}
.kh_wrap_price .price-range-field:last-child {
	text-align: right;
}
.kh_wrap_price .kh_min_price, .kh_wrap_price .kh_max_price {
	font-size: 14px;
}

@media screen and (max-width: 1440px) {
	.filter-group-options.filter-group-pa_model a .title {
		font-size: 14px;
	}
	.filter-group-options.filter-group-pa_model a {
		padding: 8px 8px 6px;
		margin-right: 0;
	}

}

@media screen and (max-width: 1366px) {
	.excerpt_product ul li{
		line-height: 19px;
	}
	.module_counter_sb {
		padding: 15px;
	}
	.module_counter_sb  .count_text_p .title_p {
		font-size: 14px;
	}

}

@media screen and (max-width: 1199px) {
	.select-price a{
		padding:0  3px;
	}
	.select-price{
		padding-left: 5px; 
	}
	.add_tocart a{
		font-size: 14px;
	}
	.title_wc {
		font-size: 16px;
		margin-bottom: 0;
		margin-top: 7px;
	}
	.gd__p_content {
		width: 52%;
		padding: 0px 15px;
	}
	.gd_product_list {
		padding: 40px 0;
	}
	.product_title.entry-title {
		font-size: 20px;
		font-weight: 700;
	}

	.filter-group-options.filter-group-pa_model {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.filter-group-options.filter-group-pa_model a {
		margin-bottom: 10px;
		margin-right: 10px;
	}

}

@media screen and (max-width: 992px) {
	.content_pricce{
		display: block;
	}
	.content_pricce #s{
		height: 45px;
	}
	.content_pricce #searchform{
		width: 100%;
	}
	.select-price {
		width: 100%;
		margin: 10px 0;
		padding-top: 11px;
		border: 1px solid #ccc;
		height: 45px;
	}
	.gd_product_list {
		padding: 40px 0;
	}
	.gd__p_inner {
		display: block;
	}
	.gd__p_content {
		width: 100%;
		padding: 15px;
	}
	.gd__p_image {
		width: 100%;
		margin: 0;
	}

	.filter-group-options.filter-group-pa_model a {
		max-width: none;
	}

	.content_pricce #searchform {
		max-width: 100%;
	}

	.igi_ordering.woocommerce-ordering {
		max-width: 100%;
		margin-top: 10px;
	}

}

@media screen and (max-width: 767px) {
	.gd_product_list .list_item_taxs,.filter-group-options.filter-group-pa_model{
		display: block;
		width: 100%;
	}
	.filter-group-options.filter-group-pa_model a{
		max-width: 49%;
		margin-right: 1%;
		float: left;
		padding: 9px 7px 5px;
		margin-bottom: 10px;
	}
	.list_item_tax {
		width: 49%;
		margin-bottom: 10px;
		margin-right: 0;
		float: left;
		margin-right: 1%;
	}
	.title_category {
		padding: 10px 20px 6px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.filter-group {
		display: inline-block;
		width: 100%;
	}
	.km-1 {
		margin-bottom: 15px;
	}
	ul {
		margin-top: 0;
		margin-bottom: 1rem;
		padding-left: 15px;
	}
	.conent-sp::before {
		display: none;    
	}
	.conent-sp::after {
		height: 100px;
	}
	.content_images {
		margin-bottom: 15px;
	}
	.content_images:last-child{
		margin-bottom: 0px;
	}
	.single-product .box-images {
		margin-bottom: 0px;
	}
	.box-address-contact{
		position: relative;
		top: 0;
		left: 0;
		max-width: 100%;
	}
	.hide-contact{
		display: none;
	}
	.box_tab{
		padding: 15px 15px 40px;
	}
	.form_contact{
		padding: 35px 0;
	}
	.form-wrrap.content_contact input {
		padding: 10px 15px;
		border-radius: 50px;
		margin-bottom: 6px;
	}
	.form-group{
		margin-bottom: 0;
	}

	.content_pricce #searchform .kh_des_prod {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}

	.content_pricce #searchform {
		flex-wrap: wrap;
	}

	.content_pricce #searchform .price-range-block {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.kh_wrap_range {
		padding: 8px 10px 0;
	}

	.content_pricce #searchform .ui-widget.ui-widget-content {
		margin-bottom: 6px;
	}

	.kh_label_range {
		margin-right: 5px;
	}


}
@media screen and (max-width: 767px) and (min-width: 576px) {
	.kh_item_product {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.kh_prod_image {
		height: auto;
	}
	.kh_wrap_info {
		height: auto;
	}
}
@media screen and (max-width: 576px) {
	.ui-slider .ui-slider-handle {
		width: 1em !important;
		height: 1em !important;
	}
	.kh_wrap_info .woocommerce-Price-amount.amount {
		font-size: 15px;
	}
	.select-price {
		height: 60px;
		padding-top: 5px;
	}
	.select-price span {
		display: block;
	}
	.select-price a {
		padding: 0 3px;
		display: block;
		width: 33.333%;
		float: left;
		padding: 0;
		font-size: 14px;
	}
	.form-title.title_form_contact h3{
		font-size: 23px;
	}
	.acf-map {
		height: 400px;
	}
	.checkmap a{
		padding: 11px 0 9px;
		font-size: 12px;
		font-weight: 600;
	}
	.form-wrrap.content_contact textarea {
		height: 100px;
		padding: 15px;
		border-radius: 20px;
	}
	.page-content.page-static {
		padding: 30px 0;
		display: inline-block;
		width: 100%;
	}
	.gd_product_list {
		padding: 10px 0;
		border-top: 1px solid #ccc;
	}
	input[type="radio"]:checked::after {
		visibility: hidden;
	}

	.title_category {
		padding: 8px 20px 3px;
		font-size: 15px;
	}
	.kh_wrap_range {
		padding: 5px 10px 0;
	}
	.content_pricce #searchform .ui-widget.ui-widget-content {
		margin-bottom: 3px;
	}
	.content_pricce .orderby {
		padding: 7px 15px 4px;
	}
	.title_category input {
		display: none;
	}

}
/*crenn screen*/
@media screen and (max-width: 767px) {

	.woocommerce table.shop_table_responsive thead,
	.woocommerce-page table.shop_table_responsive thead {
		display:none
	}
	.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
	.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
		border-top:0
	}
	.woocommerce table.shop_table_responsive tbody th,
	.woocommerce-page table.shop_table_responsive tbody th {
		display:none
	}
	.woocommerce table.shop_table_responsive tr,
	.woocommerce-page table.shop_table_responsive tr {
		display:block
	}
	.woocommerce table.shop_table_responsive tr td,
	.woocommerce-page table.shop_table_responsive tr td {
		display:block;
		text-align:right!important
	}
	.woocommerce table.shop_table_responsive tr td.order-actions,
	.woocommerce-page table.shop_table_responsive tr td.order-actions {
		text-align:left!important
	}
	.woocommerce table.shop_table_responsive tr td::before,
	.woocommerce-page table.shop_table_responsive tr td::before {
		content:attr(data-title) ": ";
		font-weight:700;
		float:left
	}
	.woocommerce table.shop_table_responsive tr td.actions::before,
	.woocommerce table.shop_table_responsive tr td.product-remove::before,
	.woocommerce-page table.shop_table_responsive tr td.actions::before,
	.woocommerce-page table.shop_table_responsive tr td.product-remove::before {
		display:none
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
	.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color:rgba(0,0,0,.025)
	}
	.woocommerce table.my_account_orders tr td.order-actions,
	.woocommerce-page table.my_account_orders tr td.order-actions {
		text-align:left
	}
	.woocommerce table.my_account_orders tr td.order-actions::before,
	.woocommerce-page table.my_account_orders tr td.order-actions::before {
		display:none
	}
	.woocommerce table.my_account_orders tr td.order-actions .button,
	.woocommerce-page table.my_account_orders tr td.order-actions .button {
		float:none;
		margin:.125em .25em .125em 0
	}
	.woocommerce .col2-set .col-1,
	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-1,
	.woocommerce-page .col2-set .col-2 {
		float:none;
		width:100%
	}
	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product {
		width:48%;
		float:left;
		clear:both;
		margin:0 0 2.992em
	}
	.woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
	.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
		float:right;
		clear:none!important
	}
	.woocommerce #content div.product div.images,
	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.images,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.images,
	.woocommerce-page div.product div.summary {
		float:none;
		width:100%
	}
	.woocommerce #content table.cart .product-thumbnail,
	.woocommerce table.cart .product-thumbnail,
	.woocommerce-page #content table.cart .product-thumbnail,
	.woocommerce-page table.cart .product-thumbnail {
		display:none
	}
	.woocommerce #content table.cart td.actions,
	.woocommerce table.cart td.actions,
	.woocommerce-page #content table.cart td.actions,
	.woocommerce-page table.cart td.actions {
		text-align:left
	}
	.woocommerce #content table.cart td.actions .coupon,
	.woocommerce table.cart td.actions .coupon,
	.woocommerce-page #content table.cart td.actions .coupon,
	.woocommerce-page table.cart td.actions .coupon {
		float:none;
		padding-bottom:.5em
	}
	.woocommerce #content table.cart td.actions .coupon::after,
	.woocommerce #content table.cart td.actions .coupon::before,
	.woocommerce table.cart td.actions .coupon::after,
	.woocommerce table.cart td.actions .coupon::before,
	.woocommerce-page #content table.cart td.actions .coupon::after,
	.woocommerce-page #content table.cart td.actions .coupon::before,
	.woocommerce-page table.cart td.actions .coupon::after,
	.woocommerce-page table.cart td.actions .coupon::before {
		content:' ';
		display:table
	}
	.woocommerce #content table.cart td.actions .coupon::after,
	.woocommerce table.cart td.actions .coupon::after,
	.woocommerce-page #content table.cart td.actions .coupon::after,
	.woocommerce-page table.cart td.actions .coupon::after {
		clear:both
	}
	.woocommerce #content table.cart td.actions .coupon .button,
	.woocommerce #content table.cart td.actions .coupon .input-text,
	.woocommerce #content table.cart td.actions .coupon input,
	.woocommerce table.cart td.actions .coupon .button,
	.woocommerce table.cart td.actions .coupon .input-text,
	.woocommerce table.cart td.actions .coupon input,
	.woocommerce-page #content table.cart td.actions .coupon .button,
	.woocommerce-page #content table.cart td.actions .coupon .input-text,
	.woocommerce-page #content table.cart td.actions .coupon input,
	.woocommerce-page table.cart td.actions .coupon .button,
	.woocommerce-page table.cart td.actions .coupon .input-text,
	.woocommerce-page table.cart td.actions .coupon input {
		width:48%;
		box-sizing:border-box
	}
	.woocommerce #content table.cart td.actions .coupon .button.alt,
	.woocommerce #content table.cart td.actions .coupon .input-text+.button,
	.woocommerce table.cart td.actions .coupon .button.alt,
	.woocommerce table.cart td.actions .coupon .input-text+.button,
	.woocommerce-page #content table.cart td.actions .coupon .button.alt,
	.woocommerce-page #content table.cart td.actions .coupon .input-text+.button,
	.woocommerce-page table.cart td.actions .coupon .button.alt,
	.woocommerce-page table.cart td.actions .coupon .input-text+.button {
		float:right
	}
	.woocommerce #content table.cart td.actions .button,
	.woocommerce table.cart td.actions .button,
	.woocommerce-page #content table.cart td.actions .button,
	.woocommerce-page table.cart td.actions .button {
		display:block;
		width:100%
	}
	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce .cart-collaterals .cross-sells,
	.woocommerce .cart-collaterals .shipping_calculator,
	.woocommerce-page .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cross-sells,
	.woocommerce-page .cart-collaterals .shipping_calculator {
		width:100%;
		float:none;
		text-align:left
	}
	.woocommerce-page.woocommerce-checkout form.login .form-row,
	.woocommerce.woocommerce-checkout form.login .form-row {
		width:100%;
		float:none
	}
	.woocommerce #payment .terms,
	.woocommerce-page #payment .terms {
		text-align:left;
		padding:0
	}
	.woocommerce #payment #place_order,
	.woocommerce-page #payment #place_order {
		float:none;
		width:100%;
		box-sizing:border-box;
		margin-bottom:1em
	}
	.woocommerce .lost_reset_password .form-row-first,
	.woocommerce .lost_reset_password .form-row-last,
	.woocommerce-page .lost_reset_password .form-row-first,
	.woocommerce-page .lost_reset_password .form-row-last {
		width:100%;
		float:none;
		margin-right:0
	}
	.woocommerce-account .woocommerce-MyAccount-content,
	.woocommerce-account .woocommerce-MyAccount-navigation {
		float:none;
		width:100%
	}
	.single-product .twentythirteen .panel {
		padding-left:20px!important;
		padding-right:20px!important
	}
}

/*WIDGET*/
.product_list_widget {
	list-style: none;
	padding-left: 0;
}
.product_list_widget li {
	display: flex;
	margin-bottom: 15px;
}
.product_list_widget li a {
	width: 90px;
	height: 90px;
	min-width: 90px;
	margin-right: 10px;
	overflow: hidden;
	color: #000;
}
.product_list_widget li a:hover{
	color: #FDC508;
}
.product_list_widget li a img{
	max-width: 100%;
	height: 100%;
	transition: all .3s ease; 
}
.product_list_widget li a:hover img{
	transform: scale(1.1);
}
/*image chi tiết sản phẩm*/
.hb_image_hehe .hb_images_product a img{
	width: 100%;
	padding-bottom: 20px;
}