#pvt-main {
    padding-bottom: 40px;
}
.search-control {
	margin-bottom: 20px;
}
.bg {
	width: 100%;
	display: table;
	overflow: hidden;
	background: white;
	padding: 15px 10px;
}
.bg .input-group {
	display:table-cell;
	vertical-align:middle;
	padding:0 5px;
}
.bg .input-group.last {
	width: 90px;
}
.input-group .form-control {
	height: 30px;
	padding: 0 10px;
	font-size: 13px;
	background-color: #f6f6f6;
}
button.fa-search {
	width: 100%;
	color: white;
	height: 30px;
	border: none;
	outline: none;
	font-weight: 700;
	border-radius: 3px;
	background: #ea0f24;
	border: 2px solid #ea0f24;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
button.fa-search:hover {
	color: var(--c5);
	background: white;
	border-color: var(--c5);
}
button.fa-search::before {
	font-weight:400;
	padding-right:5px;
	font-family:FontAwesome;
}
.table-list {
	width:100%;
	table-layout: fixed;
	border:1px solid var(--c5);
}
th {
	color:#FFF;
	padding:10px;
	border-top:0;
	text-align:center;
	background:var(--c5);
	border:1px solid #FFF;
	border-top: 1px solid var(--c5);
}
th span {
	display:block;
	white-space: nowrap;
	text-transform:uppercase;
}
th em {
	font-size:12px;
	font-weight:400;
	font-style:normal;
}
th.row-stt {
    border-left: 1px solid var(--c5);
}
th.row-warranty {
	border-right: 1px solid var(--c5);
}
.table-list .group td {
	color:#FFF;
	font-weight:700;
	background:#00704a;
	text-transform:uppercase;
	height:40px;
	padding:0 10px;
	border-bottom:1px solid #FFF;
}
.table-list .category td {
	color:#00704a;
	font-weight:700;
	background:#a9dcc2;
	text-transform:uppercase;
	height:40px;
	padding:0 10px;
	line-height:40px;
}
.item-post td {
	padding:10px 15px;
	border-left:1px solid var(--c5);
}
.item-post.even {
	background:#f1f1f1;
}
td.item-stt {
	text-align:center;
}
.empty-row td {
	padding:10px;
	background: #ffd;
	text-align:center;
}
.item-stt {
	width:60px;
}
.item-title {
	width:240px;
}
.item-promotion {
	width:170px;
}
.item-price {
	width:100px;
	text-align:center;
	white-space: nowrap;
}
.item-warry {
	width:100px;
	text-align:center;
}
#results {
	background: white;
}
.item-post:hover {
	background: #ffd;
}

.point_result {
	width:100%;
	margin-top:20px;
}
.point_result th {
	text-align:left;
}
.point_result td {
	padding:10px;
	border:1px solid #e5e5e5;
}
.column-empty {
	text-align:center;
}
.empty-item td {
	padding:10px;
	color: #8a6d3b;
	background:#fcf8e3;
	text-align: center;
}
.row-stt,
.row-price,
.row-warranty {
	text-align:center;
}
.category-item td {
	padding:10px 0;
	font-weight:700;
	background: #f1f1f1;
	text-transform:uppercase;
}
.product-item td {
	padding: 10px;
	border-right: 1px solid var(--c5);
}
.product-item:nth-child(odd) td {
	background:#f1f1f1;
}
.product-item:hover td {
	background:#fcf8e3;
}
.ajax-loading span {
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:9999999;
	background:rgba(0,0,0,0.65);
	padding:10px 20px;
	border-radius:5px;
	color:#FFF;
}
.ajax-loading::before {
	content:'';
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index: 999999;	
	background:transparent;
}
.form-control {
	box-shadow: none;	
	border-radius: 6px;
	border-color: #e0e0e6;
	appearance: none;
	-webkit-appearance: none;
}
select.form-control {
	padding-right: 23px ! important;
	background:#f6f6f6 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb(51, 51, 51)"></polygon></svg>');
    background-size: 8px 6px;
    background-position: right 0.8rem center;
    background-repeat: no-repeat;
}

.row-technology {
	display: none;
}

/* 1024px */
@media screen and (max-width: 1024px)
{
	
}

/* Responsive 768px */
@media screen and (max-width: 768px)
{
	.bg {
		padding: 10px 5px;
	}
	.row-stt,
	.row-gift {
		display: none;
	}
	.category-item td {
		padding: 10px;
	}
	th.row-title {
		border-left: 0;
	}
}

/* Responsive 767px */
@media screen and (max-width: 767px)
{
	#pvt-main {
		margin-top: 20px;
	}
	.search-control {
		margin-bottom: 10px;
	}
	.bg .input-group {
		padding: 0;
		display: block;
		overflow:hidden;
		margin-bottom:10px;
	}
	.bg .input-group:last-child {
		width: 100%;
		margin-bottom: 0;
	}
	.price-wrap .form-control {
		padding-left:5px;
		padding-right:5px;
		border:1px solid #ddd;
		width: 100% !important;
	}
	.price-wrap button.fa-search {
		width: 100%;
		color:#FFF;
		height:30px;
		border:none;
		outline:none;
		font-weight:700;
		border-radius:3px;
		background:#ea0f24;
	}
	.row-technology,
	.row-warranty {
		display:none;
	}
	.category-item td {
		padding: 10px;
	}
	.bg {
		padding: 10px;
		background: white;
		overflow: hidden;
		display: table;
		width: 100%;
		border-radius: 4px;
		border: 1px solid #ddd;
	}
	.product-item td.row-price {
		white-space:nowrap;
	}
	th.row-title {
		border-left: 1px solid var(--c5);
	}
	th.row-price {
		border-right: 1px solid var(--c5);
	}
}

/* Responsive 479px */
@media screen and (max-width: 479px)
{
	.box-qoute {
		padding:0;
		border:none;
		border-radius:0;
	}
	.box-qoute .box-form-wrap {
		padding:10px;
		border-radius:4px;
		background:#f1f1f1;
		border:1px solid #ddd;
	}
	.form-field .form-label, 
	.form-field .form-input {
		display: block;
		vertical-align: middle;
	}
	.field-button .form-label {
		display: none !important;
	}
	.form-field .form-label {
		width: 100%;
		font-size:13px;
		margin-bottom:5px;
	}
	.form-input {
		padding: 0;
	}
	.form-field .form-label label {
		font-weight: 700;
	}
	.field-button {
		padding-top:5px;
		padding-bottom:5px;
	}
	.form-field .form-control {
		min-height: 34px;
		border:1px solid #ddd;
	}
	.ver_img {
		max-height:34px;
	}
}