.pagination>li {
	margin-right: 5px;
}
#pvt-main {
	padding-bottom: 40px;
}
.fancybox-skin {
	border-radius: 0;
}
.btnClick {
	color: #FFF;
	height: 35px;
	outline: none;
	padding: 0 15px;
	line-height: 31px;
	background: var(--c5);
	border-radius: 30px;
	display: inline-block;
	vertical-align: middle;
	border: 2px solid var(--c5);
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
.btnClick::before {
	font-weight: 400;
	margin-right: 5px;
	font-family: FontAwesome;
}
.btnClick:hover {
	color: var(--c5);
    background: white;
    border: 2px solid var(--c5);
}
.subtotal {
	color: #da2028;
	font-size: 16px;
	text-align: right;
	margin-bottom: 15px;
}
#subtotal {
	font-size: 16px;
}
.btnOption {
	overflow: hidden;
	float: right;
}
.btnOption li {
	float: left;
	margin-left: 10px;
}
.btnOption li:first-child {
	margin-left: 0;
}

/* #buildpc */
.buildpc {
	padding: 20px;
	overflow: hidden;
	background: white;
}
#buildpc {
	width: 100%;
	margin-bottom: 15px;
}
#buildpc tr.row-item:nth-child(odd) {
	background: #f7f8f8;
}
#buildpc td.row0,
#buildpc td.row1 {
	padding: 10px 15px;
}
#buildpc td.row0 {
	width: 255px;
	font-weight: 700;
	line-height: 1.3;
	border-left: 1px solid var(--c5);
	border-right: 1px solid var(--c5);
}
#buildpc .row-item:first-child td.row0 {
	border-top: 1px solid var(--c5);
}
#buildpc .row-item:last-child td.row0 {
	border-bottom: 1px solid var(--c5);
}
#buildpc td.row1 {
	padding-left: 20px;
}
#buildpc .selectItem {
	float: left;
	height: 30px;
	border: none;
	outline: none;
	padding: 0 15px;
	font-size: 13px;
	background: white;
	border-radius: 30px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	border: 1px solid #c7c7c7;
}
#buildpc .selectItem::before {
	margin-right: 5px;
	font-family: FontAwesome;
}
#buildpc .selectItem:hover {
	color: white;
	background: var(--c5);
	border-color: var(--c5);
}

/* popup */
.popup-title {
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	background: var(--c5);
}
.popup-title .content-left {
	color: #ffffff;
	padding: 0 10px;
	font-size: 20px;
	font-weight: 700;
}
.popupList .content-left {
	float: left;
	width: 300px;
    overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.popupList .content-right {
	width: 500px;
	float:left;
}
.popup-content .content-left {
	background:#ebebeb url(../images/bg_content_left.jpg) repeat-y right top;
}
.popup-content .content-left > span {
	height: 50px;
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 50px;
	padding: 0 20px;
	border-bottom: 1px solid #dddddd;
}
.option-search {
	padding:5px 20px;
	max-height:650px;
	overflow-y:auto;
}
.option-search >li {
	padding:10px 0;
	border-bottom:1px solid #dddddd;
}
.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;
	top: -2px;
	position: relative;
}
.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 {
	padding: 10px 0;
	position: relative;
	margin-right: 10px;
}
.popup-search input {
	border: none;
	height: 30px;
	padding: 5px 7px;
	overflow: hidden;
	box-shadow: none;
	border-radius: 2px;
}
.popup-search button {
	top: 50%;
    right: 8px;
	padding: 0;
	border: none;
	outline: none;
	font-size: 18px;
	background: none;
	position: absolute;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}
.popup-search button::before {
	font-family:FontAwesome;
}
.content-top {
	overflow:hidden;
	background:#ddd;
	padding:8px;
	position:relative;
}
#search-control {
	float:left;
}
.popup-nav>ul {
	top: 1px;
    margin: 0;
    padding: 0;
    float: right;
    border: none;
    position: relative;
}
.popup-nav>ul>li:last-child {
	margin-right: 0;
}
.popup-nav>ul>li>a,
.popup-nav>ul>li>span {
    padding: 0;
	color: #333;
    width: 30px;
    height: 30px;
    font-size: 13px;
    line-height: 28px;
    display: block;
    text-align: center;
    background: #fff;
    border-color: #ccc;
}
#box-sort label {
	margin:0 5px 0 0;
	font-weight: 400;
	line-height: 30px;
}
#sort {
    width: auto;
	height: 30px;
	padding:0 10px;
	box-shadow: none;
	display: inline-block;
    vertical-align: middle;
}
#listItem {
	padding: 0;
	border: none;
	background: #ffffff;
}
.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: 10px;
	border-top: 1px solid #ddd;
}
.popupItem .inner {
	display:table;
	width:100%;
}
.popupItem .table-cell {
	display: table-cell;
	vertical-align: middle;
}
.popupItem .thumb {
	width: 60px;
}
.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:#da2028;
	margin:0 0 10px;
}
.addItem {
	width: 160px;
}
.addItem button {
	color: white;
	height: 30px;
	border: none;
	outline: none;
	padding: 0 15px;
	font-size: 13px;
	position: relative;
	white-space: nowrap;
	border-radius: 30px;
	padding-right: 30px;
	background: var(--c5);
	border: 2px solid var(--c5);
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
.addItem button:hover {
    color: var(--c5);
    background: white;
    border: 2px solid var(--c5);
}
.addItem button::before {
	right: 10px;
	content: "\f067";
	font-weight: 400;
	position: absolute;
	font-family: FontAwesome;
}
.thumb.hover>.inner::after {
	bottom:0;
}
.empty {
	margin:10px;
	text-align:center;
	border-radius:0;
}

/* seleced item */
.itemSelected {
	width:100%;
}
.itemSelected .image {
	width: 60px; 
}
.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 .title {
	padding:0 15px;
	font-weight:700;
	line-height:1.5em;
}
.itemSelected .price span {
	color:#da2028;
	font-weight:700;
	margin-right:5px;
}
.itemSelected button::before {
	padding-right: 5px;
	font-family:FontAwesome;
}
td.price {
	width:140px;
	text-align: right;
}
.qty {
	width:130px;
	text-align: center;
}
.item-qty {
	overflow: hidden;
	font-weight: 700;
	position: relative;
	border-radius: 2px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #ddd;
}
.item-qty:hover {
	border-color: var(--c5);
}
.item-qty button {
	padding: 0;
	float: left;
	width: 30px;
	height: 30px;
	border: none;
	outline: none;
	color: #7e7e7e;
	font-size: 12px;
	background: #fff;
	line-height: 31px;
	text-align: center;
}
.item-qty button:hover {
	color:var(--c5);
}
.item-qty input {
	border: 0;
	float: left;
	width: 40px;
	height: 30px;
	outline: none;
	text-align: center;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
}
.itemtotal {
	width:110px;
	text-align: left;
}
.itemtotal>span {
	font-weight:700;
	color:#da2028;
	margin-left:5px;
}
.itemSelected .last {
	text-align:right;
	width:160px;
}
.itemSelected .last button {
	height:30px;
	outline:none;
	background:#FFF;
	border-radius: 30px;
	display:inline-block;
	vertical-align: middle;
	border:1px solid #ddd;
	transition:all .2s ease;
	-moz-transition:all .2s ease;
	-webkit-transition:all .2s ease;
}
.itemSelected .last button:hover {
	color: white;
    background: var(--c5);
    border-color: var(--c5);
}
.itemSelected .last .btn-edit {
	padding-left: 12px;
	padding-right: 12px;
	margin-right: 5px;
}
.itemSelected .last .btn-trash {
	padding: 0;
	width: 30px;
}
.itemSelected .last .btn-trash::before {
	padding-right: 0;
}
.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: #00984a;
}
.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: #00984a;
	border: 1px solid #00984a;
	transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

/* 1024px */
@media screen and (max-width: 1024px)
{
	.buildpc {
		padding: 0;
	}
	.popupList .content-left {
		width: 30%;
		float: left;
	}
	.popupList .content-right {
		width: 70%;
		float: left;
	}
	#buildpc .itemSelected td.price {
		display: none;
	}
	.subtotal {
		margin-right: 15px;		
	}
	.btnOption {
		margin-right: 10px;
		margin-bottom: 15px;
	}
}

/* 768px */
@media screen and (max-width: 768px)
{
	.btnOption {
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 5px;
	}
	.btnOption li {
		float: left;
		padding: 0 5px;
		margin: 0 0 10px;
		width: 33.33333333%;
	}
	.btnOption .btnClick {
		margin: 0;
		width: 100%;
		display: block;
	}
	.popupList .container {
		width: 100%;
	}
	
	#buildpc .itemSelected td.qty,
	#buildpc .itemSelected td.price,
	#buildpc .itemSelected td.itemtotal {
		display: none;
	}
}

/* Mobile 767px */
@media screen and (max-width: 767px)
{
	#pvt-main {
		margin-top: 20px;
	}
	.popup-title .content-left {
		display: none;
	}
	.popup-title .content-right {
		width: 100%;
		float: none;
		padding-left: 10px;
	}
}

/* Mobile 480px */
@media screen and (max-width: 480px)
{
	#buildpc td.row1 {
		padding-left: 10px;
	}
	#buildpc .selectItem {
		width: 100px;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.btnOption {
		float: none;
	}
	.btnOption li {
		width: 50%;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.btnOption li.last {
		margin-bottom: 0;
	}
	.btnClick {
		width: 100%;
		display: block;
	}
	#box-sort label {
		display: none;
	}
	.addItem {
		width: 80px;
	}
	.addItem button {
		width: 100%;
		float: right;
	}
	#buildpc td.row0 {
		width: 50%;
	}
	.itemSelected .title {
		padding: 0;
		margin-bottom: 5px;
	}
	.itemSelected .last {
		width: 100%;
		text-align: left;
	}
	.itemSelected .last .btn-edit {
		padding: 0;
		width: 30px;
		text-align: center;
	}
	.itemSelected .last .btn-edit span {
		display: none;
	}
	.itemSelected button::before {
		padding-right: 0;
	}
	.itemSelected tr,
	.itemSelected td {
		display: block;
	}
}

/* Mobile 320px */
@media screen and (max-width: 320px)
{
	
}