/* COMMON */
.product-breadcrumb {
	border: 1px solid #CCC;
	padding: 10px;
	font-size: 13px;
}
.product-breadcrumb i {
	color: #0077AC;
	display: inline-block;
	margin: 0 5px;
}
.product-breadcrumb mark {
	float: right;
	background: #0077AC;
	color: #FFF;
	padding: 0 5px;
}

/* PRODUCT LIST */
.product-nav {
	margin-top: 20px;
}
.product-paging {
	float: right;
}
.product-filter {
	float: left;
}
.product-filter li,
.product-paging li {
	float: left;
	font-size: 13px;
	margin: 0 1px;
}
.product-filter li.filter-label {
	margin: 0;
	font-weight: 600;
}
.product-paging li.paging-label {
	margin: 0 10px;
}
.product-filter li .select-box,
.product-paging li .select-box {
	position: relative;
	display: inline-block;
	height: 30px;
	margin: 0 5px;
	padding: 0 5px;
	border: 1px solid #CCC;
	box-sizing: border-box;
}
.product-filter li .select-box i,
.product-paging li .select-box i {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 16px;
}
.product-filter li .select-box select,
.product-paging li .select-box select {
	position: relative;
	height: 100%;
	border: none;
	padding-right: 20px;
	background: transparent;
   -webkit-appearance: none;
   -moz-appearance: none;

}
.product-paging li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid #CCC;
	box-sizing: border-box;
	font-size: 18px;
	color: #0077AC;
	text-align: center;
}
.product-paging li a i {
	transition: all 100ms ease;
    -o-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
}
.product-paging li a.active,
.product-paging li a:hover {
	border-color: #0077AC;
}
.product-paging li a:hover i {
	transform: scale(1.3);
}

/* PRODUCT DETAIL */
.product-detail h1 {
	font-weight: 400;
	font-size: 20px;
}
.product-desc > li {
	padding: 2px 0;
}
.product-desc li ul {
	list-style: disc!important;
	margin-left: 10px;
}
.product-desc .status strong {
	color: #999;
}
.product-desc .price-list strong {
	font-size: 12px;
}
.product-desc .price-origin strong {
	font-size: 14px;
}
.product-desc .price-promo strong {
	font-size: 27px;
	display: block;
	color: #FF9F37;
	font-weight: 600;
}
.product-desc .price-desc {
	border: 1px dashed #CCC;
	margin-top: 15px;
	padding: 5px 10px;
	font-size: 11px;
}
.product-desc .short-desc {
	margin-top: 15px;
	padding: 10px 0;
}
.purchase-box {
	box-sizing:border-box;
	border: 1px solid #CCC;
	padding: 15px;
}
.purchase-box strong {
	font-size: 14px;
}
.purchase-box p {
	margin-bottom: 15px;
}
.button-action button {
	display: block;
	width: 100%;
	margin-top: 10px;
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #CCC;
	background: #F0F0F0;
	outline: 0;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: #333;
    cursor: pointer;
	transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
	letter-spacing: 0px;
}
.button-action button:hover {
	border: 1px solid #0077AC;
	color: #0077AC;
	letter-spacing: 0.5px;
}
.button-action button.primary {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 600;
	background: #FF9F37;
	border: 1px solid #FF9F37;
	color: #FFF;
}
.button-action button.primary:hover {
	border: 1px solid #0077AC;
	background: #0077AC;
}
.button-action button:disabled {
	background: #EEE;
	border: 1px solid #DDD;
	color: #CCC;
}
.button-action button:disabled:hover {
	background: #EEE;
	border: 1px solid #DDD;
	color: #CCC;
	letter-spacing: 0px;
}

.purchase-box .installment-purchase {
	margin-top: 15px;
	width: 100%;
}
.purchase-box .installment-purchase li {
	width: 100%;
	height: 30px;
	position: relative;
	margin-bottom: 1px;
}
.purchase-box .installment-purchase li > div,
.purchase-box .installment-purchase li > button {
	float: left;
	width: 25%!important;
	height: 100%;
	font-size: 11px;
	box-sizing: border-box!important;
	margin: 0;
	padding: 0 2px!important;
	border: none;
	border-right: 1px solid #FFF;
}
.purchase-box .installment-purchase li > button:hover {
	letter-spacing: 0px;
	background: #0077AC;
	color: #FFF;
}
.purchase-box .installment-purchase li > div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}