#pvt-main {
	background:#f2f2f2;
}
#box-middle {
	background:#FFF;
	padding:30px 15px;
}
/* breadrumb style */
#breadrumb {
	background:#f2f2f2;
}
.navation {
	float:right;
	overflow:hidden;
}
.navation>li {
	float:left;
	color:#666666;
	margin-right:5px;
	padding-top:6px;
	font-size:12px;
	padding-bottom:7px;
}
.navation>li:last-child {
	margin-right:0;
}
.navation>li>a {
	color:#00cc33;
}
.navation>li>a:hover {
	color: #00cc33;
}
.navation>li>a::after {
	content: "\f105";
	margin-left:7px;
	color:#999999;
}

/* box-middle style */
.box-middle {
	padding-top:30px;
	padding-bottom:30px;
}

.anton {
	color: #00cc33;
	font-family: 'Anton';
	font-weight:400 !important;
	text-transform: uppercase;
}

/* post-title style */
.box-title {
	margin-bottom:15px;
}
.post-title {
	margin:0;
	color:#00cc33;
	font-size:22px;
	text-align:center;
	position:relative;
	padding-bottom:7px;
	line-height: 1.5em;
	text-transform:uppercase;
}
.post-title::before {
	bottom:0;
	left:50%;
	content:'';
	width:70px;
	height:2px;
	display:block;
	position:absolute;
	background:#ffd727;
	transform:translate(-50%, 0);
	-moz-transform:translate(-50%, 0);
	-webkit-transform:translate(-50%, 0);
}

/* box-sidebar style */
.box-sidebar {
	text-align:center;
	margin:0 0 30px;
}
.box-sidebar ul {
	display:inline-block;
	vertical-align:middle;
}
.box-sidebar ul>li {
	margin:0 3px;
	display:inline-block;
	vertical-align:middle;
	margin-top:10px;
}
.box-sidebar ul>li>a {
	color:#666;
	height:30px;
	display:block;
	padding:0 20px;
	line-height:28px;
	border-radius:4px;
	border:1px solid #dddddd;
}
.box-sidebar ul>li>a:hover,
.box-sidebar ul>li>a.active {
	color:#FFF;
	background:#00cc33;
	border-color:#00cc33;
}

.entry {
	line-height:1.5em;
}
.entry p {
	line-height:1.5em;
	margin-bottom:15px;
}
.entry p:last-child {
	margin-bottom: 0;
}


/* qoute style */
.box-form-wrap {
	margin-top:30px;
}
.box-form-wrap form {
	max-width:630px;
	margin:auto;
}
.box-form-wrap .note {
	margin-bottom: 5px;
	font-size: 12px;
	color: #888;
}
.form-field {
	display:table;
	width:100%;
	margin-bottom:10px;
}
.form-field.last {
	margin-bottom:0;
}
.form-field .form-label,
.form-field .form-input {
	display:table-cell;
	vertical-align: middle;
}
.form-field .form-label {
	width:150px;
}
.form-field .form-label label {
	font-weight: 400;
	margin: 0;
	position:relative;
}
.form-field.required label::after {
	color:#ed1c24;
	content: '(*)';
	margin-left: 5px;
}
.form-field .form-control {
	min-height: 40px;
	border-radius: 0;
	box-shadow: none;
}
.field-content .form-label {
	vertical-align: top;
}
li.fa-phone span {
	font-size:18px;
}
#security_code {
	width: initial;
	display:inline-block;
	vertical-align: middle;
	float:left;
	margin-right:10px;
}
.form-button {
	display:inline-block;
	vertical-align: middle;
	margin-right:15px;
}
.form-button.last {
	margin-right:0;
}
.form-button button {
	border:1px solid #00cc33;
	border-radius: 5px;
	width: 130px;
	height:30px;
	background:#FFF;
	color:#00cc33;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-webkit-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.2);
}
.form-button button::before {
	font-family: FontAwesome;
	margin-right:7px;
}
.form-button button:hover {
	color: #FFF;
	background: #00cc33;
}

.box-hot-deal {
	margin-top:20px;
}
.price-deal {
	font-weight: 400;
	font-family: 'Anton';
}
.price-deal .price-old {
	font-size: 18px;
	display: inline-block;
}
.price-deal .price {
	font-size: 30px;
}
.price-deal span {
	display: block;
	position: relative;
	font-style: italic;
}
.price-deal .price-old::before {
	content:'';
	width: 100%;
	height: 2px;
	position: absolute;
	top: 50%;
	left:50%;
	background: #ed1c24;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index:10;
}
.box-hot-deal .product .thumb {
	margin-bottom: 15px;
}
.box-hot-deal .product .pname {
	display: block;
	margin-bottom: 10px;
}
.list-item-deal .price-old {
	font-size: 25px;
}
.list-item-deal .price {
	font-size: 40px;
}
.box-hot-deal .list-item-deal .pname {
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
	height: 45px;
	overflow: hidden;
}
.box-hot-deal .list-item-deal .thumb {
	margin-bottom: 0;
}

ul.deal-time {
	overflow: hidden;
	margin-bottom: 15px;
	margin-left: -5px;
	margin-right: -5px;
}
ul.deal-time li {
	float: left;
	width: 25%;
	text-align: center;
	padding: 0 5px;
}
ul.deal-time li span {
	display: block;
	color: #ed1c24;
}
ul.deal-time li span.row0 {
	font-weight: 700;
	font-size: 18px;
}
ul.deal-time li span.row1 {
	font-size: 12px;
}
ul.deal-time li .item {
	border: 2px solid #ed1c24;
	border-radius: 4px;
	padding: 2px 10px 4px;
}
.list-item-deal ul.stock-maso {
	height: 40px;
	line-height: 40px;
}
.list-item-deal .price-deal {
	margin-bottom: 10px;
}
.list-item-deal .group-item {
	overflow: hidden;
	margin-left: -8px;
	margin-right: -8px;
	margin-bottom: 15px;
}
.list-item-deal .group-item:last-child {
	margin-bottom: 0;
}
.list-item-deal .group-item > .item {
	width: 25%;
	float: left;
	padding-left: 8px;
	padding-right: 8px;
}
.product .inner {
	position: relative;
	border: 1px solid #ebebeb;
	padding: 13px 13px 0 12px;
}
.product .inner {
	position:relative;
	border:1px solid #ebebeb;
	padding:13px 13px 0 12px;
}
.product>.inner::before {
	top:-1px;
}
.product .thumb {
	margin-bottom:5px;
	position: relative;
}
.product .pname {
	color:#000;
	height: 40px;
	font-size:14px;
	margin:0 0 5px;
	font-weight: 400;
	overflow: hidden;
}
.product .pname a {
	line-height:1.5em;
}
.product .icon-status {
	top:10px;
	left:10px;
	z-index:10;
	position:absolute;
}
.product .icon-status img {
	display:block;
	margin-bottom:5px;
}
.product .icon-status img:last-child {
	margin-bottom:0;
}
.product .price-text {
	overflow:hidden;
	margin-bottom:10px;
}
.price-text .price {
	float:left;
	font-size:16px;
	font-weight:700;
	color:#ed1c24;
}
.price-text .price_old {
	float:right;
	color:#808080;
	font-size:12px;
	text-decoration:line-through;
}
.product sup.unit {
	margin-left:1px;
	text-decoration:underline;
}
ul.stock-maso {
	height:37px;
	font-size:12px;
	overflow:hidden;
	line-height:37px;
	margin-left:-12px;
	margin-right:-13px;
	padding-left:10px;
	padding-right:10px;
	border-top: 1px solid #ebebeb;
}
ul.stock-maso li.stock {
	float:left;
}
ul.stock-maso li.stock span::before {
	margin-right:3px;
	font-family:FontAwesome;
}
span.stock-1 {
	color:#06a052;
}
span.stock-0 {
	color:#ed1c24;
}
ul.stock-maso li.maso {
	float:right;
	color:#777777;
}
/* pagination style */
.nav-page {
	margin-top:30px;
	text-align:center;
}
.pagination {
	margin:0;
}
.pagination>li {
	margin:0 5px;
	display:inline-block;
	vertical-align:middle;
}
.pagination>li>a,
.pagination>li>span {
	padding:0;
	width:40px;
	height:30px;
	color:#000;
	font-size:16px;
	line-height:28px;
	text-align:center;
	border:1px solid #c7c7c7;
	border-radius:5px !important;
	-webkit-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.2);
}
.pagination>li>a:hover,
.pagination>li.active>span,
.pagination>li.active>span:hover {
	color:#FFF;
	background:#00cc33;
	border-color:#00cc33;
	box-shadow:none;
}

/* buildpc style */
#buildpc {
	width:100%;
	border:1px solid #00cc33;
	margin-bottom:15px;
}
#buildpc tr:nth-child(odd) .row0 {
	background:#3357a6;
}
#buildpc tr:nth-child(odd) .row1 {
	background:#f1f1f1;
}
#buildpc tr:nth-child(even) .row0 {
	background:#00cc33;
}
#buildpc tr:nth-child(even) .row1 {
	background:#FFF;
}
#buildpc td.row0,
#buildpc td.row1 {
	padding:10px 20px;
}
#buildpc td.row0 {
	color:#FFF;
	font-weight:700;
	width:200px;
}
#buildpc .selectItem {
	background:#FFF;
	border:none;
	border:1px solid #00cc33;
	border-radius:4px;
	outline:none;
	height:35px;
	padding:0 15px;
	transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
	-webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.2);
}
#buildpc .selectItem::before {
	margin-right:5px;
	font-family:FontAwesome;
}
#buildpc .selectItem:hover {
	color:#FFF;
	background:#00cc33;
}
.subtotal {
	text-align:right;
	color:#ec0e17;
	font-size:20px;
	margin-bottom:15px;
}
.btnOption li {
	float:left;
	margin-left:10px;
}
.btnOption li:first-child {
	margin-left:0;
}
.btnClick {
	background:#00cc33;
	border:none;
	border:1px solid #FFF;
	border-radius:4px;
	color:#FFF;
	outline:none;
	height:35px;
	line-height:35px;
	display:inline-block;
	padding:0 15px;
	font-weight:700;
	transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
}
.btnClick::before {
	font-weight:400;
	margin-right:5px;
	font-family:FontAwesome;
}
.btnClick:hover {
	color:#333;
	background:#FFF;
	border:1px solid #00cc33;
}
#btnRefresh {
	position:absolute;
	right:0;
	top:-50px;
}
.fancybox-skin {
	border-radius:0;
}
.popup-title {
	height:50px;
	line-height:50px;
	background:#00cc33;
	overflow:hidden;
}
.popup-title .content-left {
	color:#FFF;
	font-size:20px;
	font-weight:700;
	padding:0 20px;
}
.popupList .content-left {
	width:370px;
	float:left;
}
.popupList .content-right {
	width:800px;
	float:left;
}
.popup-content .content-left {
	background:#ebebeb url(../images/bg_content_left.jpg) repeat-y right top;
}
.popup-content .content-left > span {
	font-size:16px;
	font-weight:700;
	height:50px;
	line-height:50px;
	color:#00cc33;
	padding:0 20px;
	display:block;
	text-transform:uppercase;
	border-bottom:1px solid #d5d5d5;
}
.option-search {
	padding:5px 20px;
	max-height:650px;
	overflow-y:auto;
}
.option-search >li {
	padding:10px 0;
	border-bottom:1px solid #d5d5d5;
}
.option-search >li:last-child {
	border-bottom:0;
}
.option-search a.op-title {
	font-size:16px;
	font-weight:700;
	display:block;
	margin-bottom:5px;
	position:relative;
}
.option-search a.op-title::after {
	content: '\f0d7';
    position: absolute;
    font-weight: 400;
    right: 0;
}
.op-sub input {
	margin:0;
	position:relative;
	top:2px;
}
.op-sub label {
	margin:0;
	font-weight:400;
}
.op-sub {
	overflow:hidden;
	display:none;
}
.column-2 li {
	width:50%;
	float:left;
}
.column-1 li {
	margin-bottom:5px;
}
.column-1 li:last-child {
	margin-bottom:0;
}
.popup-search {
	width:590px;
	position:relative;
	padding:5px 0;
}
.popup-search input {
	height: 40px;
    box-shadow: none;
    border: none;
    border-radius: 30px;
    overflow: hidden;
}
.popup-search button {
	position:absolute;
	top:50%;
	right:10px;
	transform:translate(0, -50%);
	-moz-transform:translate(0, -50%);
	-webkit-transform:translate(0, -50%);
	background:none;
	outline:none;
	font-size:20px;
	border:none;
}
.popup-search button::before {
	color:#00cc33;
	font-family:FontAwesome;
}
.content-top {
	overflow:hidden;
	background:#e9e9e9;
	padding:8px;
	position:relative;
}
#search-control {
	float:left;
}
.popup-nav>ul {
	margin: 0 0 0;
    padding: 0 0 0;
	border:none;
	float:right;
}
.popup-nav>ul>li {
	margin-right:6px;
}
.popup-nav>ul>li>a, .popup-nav>ul>li>span {
	width:40px;
	height:34px;
	font-size:14px;
	line-height:30px;
	padding:0;
	display:block;
	text-align:center;
	background:#a4a4a4;
	border-color:#a4a4a4;
}
#box-sort label {
	font-weight:400;
	margin:0 5px 0 0;
	line-height:34px;
}
#sort {
	background:#FFF;
	border:none;
	outline:none;
	height:34px;
	padding:0 10px;
}
#listItem {
	max-height:650px;
	overflow-y:auto;
	padding:0 5px 0 30px;
	background:#FFF;
}
.popup-content {
	display:table;
	width:100%;
}
.popup-content .content-left,
.popup-content .content-right {
	display:table-cell;
	float:none !important;
	vertical-align:top;
}
.popupItem {
	padding:20px 0;
	border-bottom:1px solid #e9e9e9;
}
.popupItem .inner {
	display:table;
	width:100%;
}
.popupItem .thumb,
.popupItem .text {
	display:table-cell;
	vertical-align:top;
}
.popupItem .thumb {
	width:120px;
}
.popupItem .text {
	padding-left:20px;
}
.popupItem .title {
	color:#333;
	font-size:14px;
	margin:0 0 10px;
	font-weight:700;
}
.popupItem .price {
	font-size:16px;
	font-weight:700;
	color:#ec0e17;
	margin:0 0 10px;
}
.addItem {
	float:left;
}
.addItem a {
	background:#00cc33;
	border:1px solid #00cc33;
	color:#FFF;
	font-weight:700;
	border-radius:4px;
	height:36px;
	line-height:36px;
	padding:0 15px;
	padding-right:35px;
	display:block;
	position:relative;
}
.addItem a:hover {
	background:#FFF;
	color:#333;
}
.addItem a::before {
	content: "\f067";
	position:absolute;
	right:15px;
	font-weight:400;
}
.thumb.hover>.inner::after {
	bottom:0;
}
.fancybox-overlay {
	background:rgba(0,0,0,0.9);
}
.empty {
	margin:10px;
	text-align:center;
	border-radius:0;
}


/* seleced item */
.itemSelected {
	width:100%;
}
.itemSelected .image {
	width:90px;	
}
.itemSelected .image span {
	display:block;
	background:#FFF;
	text-align: center;
	padding-top:100%;
}
.itemSelected .image img {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	max-width:90%;
	max-height:90%;
}
.itemSelected .image .hover::before {
	left:-1px;
}
.itemSelected .title {
	padding:0 15px;
	font-weight:700;
	line-height:1.5em;
}
.itemSelected .price span {
	font-weight:700;
	color:#ec0e17;
	margin-right:5px;
}
.itemSelected button::before {
	font-family:FontAwesome;
}
td.price {
	width:140px;
}
.qty {
	width:160px;
}
.item-qty button {
	float:left;
	border:none;
	height:34px;
	width:37px;
	background:#FFF;
	outline:none;
}
.item-qty button:hover {
	color:#00cc33;
}
.item-qty input {
	border:none;
	float:left;
	font-weight:700;
	height:34px;
	width:45px;
	text-align:center;
	font-size:16px;
	border-left:1px solid #d1d2d2;
	border-right:1px solid #d1d2d2;
	outline:none;
}
.itemtotal {
	width:110px;
}
.itemtotal>span {
	font-weight:700;
	color:#ec0e17;
	margin-left:5px;
}
.export-empty {
	display: table;
    width: 100%;
    height: 100%;
    text-align: center;
	background-color: #f0f0f0;
}
.export-empty span {
	display:table-cell;
	vertical-align:middle;
	font-size:16px;
	padding:15px;
}
.export-empty span::before {
	font-family:FontAwesome;
	display: block;
    font-size: 100px;
    color: #e10000;
	position: relative;
    margin-top: -20px;
}
.export-empty span.fa-check-circle::before {
	color: #00cc33;
}

.form-table {
	
}
.form-label label {
	margin:0;
}
#member_code {
	border-radius:0;
	width:300px;
}
.form-input {
	padding:0 10px;
}
.form-submit input {
    color: #FFF;
    border: none;
    height: 34px;
    outline: none;
	padding:0 15px;
    background: #00cc33;
    border: 1px solid #00cc33;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

#post-content {
	position: relative;
}


/* price-list style */
/* price-wrap style */
.search-control {
	margin-bottom:15px;
}
.bg {
	padding:10px;
	background:#eeeeee;
	overflow:hidden;
	display:table;
	width:100%;
}
.bg .input-group {
	display:table-cell;
	vertical-align:middle;
	padding:0 5px;
}
.input-group .form-control {
	height:30px;
	padding:0 10px;
	font-size:13px;
}
#price-wrap button.fa-search {
	width:90px;
	color:#FFF;
	height:30px;
	border:none;
	outline:none;
	font-weight:700;
	border-radius:3px;
	background:#ea0f24;
}
button.fa-search::before {
	font-weight:400;
	padding-right:5px;
	font-family:FontAwesome;
}
.table-list {
	width:100%;
	table-layout: fixed;
	border:1px solid #00cc33;
}
th {
	color:#FFF;
	padding:10px;
	border-top:0;
	text-align:center;
	background:#00cc33;
	border:1px solid #FFF;
	border-top: 1px solid #00cc33;
}
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 #00cc33;
}
th.row-warranty {
	border-right: 1px solid #00cc33;
}
.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 #00cc33;
}
.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 {
	margin-bottom:20px;
}
.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;
}
#frm-price #keyword {
	width: 315px;
}
#frm-price #cat_id {
	width: 250px;
}
#frm-price #price {
	width: 200px;
}
#frm-price #brand_id {
	width: 200px;
}
.empty-item td {
	padding:10px;
	color: #8a6d3b;
	background:#fcf8e3;
	text-align: center;
}
.row-stt,
.row-price,
.row-warranty {
	text-align:center;
}
.category-item td {
	color:#00cc33;
	font-weight:700;
	background:#c9daff;
	padding:10px 0;
	text-transform:uppercase;
}
.product-item td {
	padding: 10px;
	border-right: 1px solid #00cc33;
}
.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;
	background:transparent;
	z-index:999999;
	
}
.ul-left {
	float:left;
	padding:5px 0;
	font-size:13px;
	overflow:hidden;
	background:#eeeeee;
}
.ul-left li {
	padding:0 10px;
	display:inline-block;
	vertical-align:middle;
}
.ul-left .form-control {
	height:30px;
	border-radius:0;
	box-shadow:none;
}

/* Responsive 1200px */
@media screen and (max-width: 1200px)
{
	.row-technology {
		display: none;
	}
	.bg .input-group {
		width: 50%;
		float: left;
		display: block;
		overflow: hidden;
		margin-bottom:10px;
	}
	#frm-price .form-control {
		width: 100% !important;
	}
	.bg .input-group:last-child {
		width: 100%;		
	}
	.bg .input-group button {
		width: 100% !important;		
	}
	
	.list-item-deal .group-item {
		margin-left: -7px;
		margin-right: -7px;
		margin-bottom: 0;
		overflow: initial;
	}
	.list-item-deal .group-item > .item {
		padding-left: 7px;
		padding-right: 7px;
		width: 33.33333333%;
		margin-bottom: 15px;
	}
}

/* Responsive 768px */
@media screen and (max-width: 768px)
{
	.row-gift,
	.row-warranty {
		display: none;
	}
	.list-item-deal .group-item > .item {
		width: 50%;
	}
}

/* Responsive 767px */
@media screen and (max-width: 767px)
{
	.mobile-header-bottom {
		background:#FFF;
	}
	#mobile-content {
		padding:10px;
	}
	.post-title {
		color: #00cc33;
		font-size: 22px;
		margin: 5px 0 10px;
		position: relative;
		padding-bottom: 0;
		line-height: 1.5em;
		border-bottom: 0;
		text-align: center;
	}
	.post-title::before {
		display:none;
	}
	
	/* entry style */
	.entry {line-height:1.6em;padding-bottom:20px;}
	.entry p {line-height:1.6em;}
	.entry h1 {font-size:22px;line-height:1.4em;}
	.entry h2 {font-size:20px;line-height:1.4em;}
	.entry h3 {font-size:18px;line-height:1.4em;}
	.entry img {height:initial !important;}
	
	/* box-qoute style */
	.box-qoute {
		padding:10px;
		border-radius:3px;
		border:1px solid #d0d0d0;
	}
	.form-field .form-label {
		width: 110px;
	}
	.box-form-wrap {
		margin-top: 0;
	}
	.field-button {
		padding-top:10px;
		padding-bottom:10px;
	}
	.field-button .form-label {
		display:none;
	}
	#security_code {
		width: 140px;
	}
	.box-hot-deal {
		margin-top: 0;
		margin-bottom:20px;
	}
	.list-item-deal .group-item > .item {
		width: 100%;
		float: none;
		padding-left: 0;
		padding-right: 0;
	}
	.list-item-deal .group-item {
		margin-left: 0;
		margin-right: 0;
	}
	.list-item-deal .price-deal {
		margin-bottom: 0;
		position: absolute;
		bottom: 10px;
	}
	.box-hot-deal .list-item-deal .pname {
		height: initial;
	}
	
	.search-control {
		margin-bottom: 10px;
	}
	.bg .input-group {
		padding: 0;
		display: block;
		overflow:hidden;
		margin-bottom:10px;
	}
	.bg .input-group:last-child {
		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-stt {display:none;}
	.row-gift {display:none;}
	.row-technology {display:none;}
	.row-warranty {display:none;}
	.category-item td {padding: 10px;}
	.ul-left {
		float: none;
		margin-bottom: 10px;
		border-radius: 4px;
		border: 1px solid #ddd;
		background: #f1f1f1;
	}
	.btnOption {
		overflow: hidden;
		float: none;
		margin: auto;
		text-align: center;
		display: inline-block;
		vertical-align:top;
	}
	.group-btn.clear {
		text-align: center;
		margin-bottom: 10px;
	}
	.bg {
		padding: 10px;
		background: #f1f1f1;
		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 #00cc33;
	}
	th.row-price {
		border-right: 1px solid #00cc33;
	}
}

/* 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;
	}
}