body {
	background-color: #f7f8f9;
}
.flex_section {
	display: flex; margin-bottom: 20px;
	flex-wrap: wrap;
}
.flex_section .leftcol {
	width: 100%;
	background-color: #fff; border: solid 1px #eee;
	margin-bottom: 20px;
}
.flex_section .rightcol {
	width: 100%;
}
@media (min-width: 768px) {
	.flex_section {
		padding-left: 10px;
		padding-right: 10px;
	}
	.flex_section .leftcol {
		flex: 1; background-color: #fff; border: solid 1px #eee;
		margin-bottom: 0px;
	}
	.flex_section .rightcol {
		flex: 0 0 300px; padding-left: 20px; order: 1;
	}
}
.product_fluid_container {
	background-color: #fff; margin-bottom: 20px; border: solid 1px #eee;
}
/* recent list */
ul.recent_list {
	position: absolute; 
	top: 45px; left: 15px; 
	width: 300px; 
	z-index: 5000; 
	background-color: #fff !important;
	text-align: left; 
	padding: 20px; 
	display: none;
}
ul.recent_list li {
	display: block;
}
ul.recent_list li a {
	font-size: 13px !important;
	display: block;
	text-align: left;
	line-height: 1em;
	padding: 12px;
	font-weight: normal;
}
ul.recent_list li a:hover {
}
/* product_nav */
.product_nav {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 20px;
	color: #666;
}
.product_nav a {
	color: #4985E6;
	opacity: 0.8;
}
.product_nav i {
	color: #999;
	margin-left: 8px;
	margin-right: 8px;
	line-height: 14px;
}
.product_model_no {
	font-size: 22px;
    margin-bottom: 20px;
    text-align: left;
    font-weight: bold;
}
.product_rating {
    margin-bottom: 10px;
}
.product_rating .star_rating {
	display: inline-block;
}
.product_rating .count {
	display: inline-block;
	font-size: 13px;
	color: #666;
	margin-left: 5px;
}
.product_menu_wrap {
	margin-bottom: 5px;
	margin-left: -10px;
	margin-right: -10px;
}
.product_menu_wrap ul.product_menu {
	margin: 0px;
	padding: 0px 10px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.product_menu_wrap ul.product_menu li {
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}
.product_menu_wrap ul.product_menu li a {
	background-color: #eee;
	font-size: 14px;
	display: inline-block;
	padding: 0px 15px;
	line-height: 36px;
	border-radius: 18px;
	margin-right: 8px;
	position: relative;
}
.product_menu_wrap ul.product_menu li a.selected {
	background-color: #ff6600;
	color: #fff;
	font-weight: bold;
}
.product_menu_wrap ul.product_menu li a span {
	display: inline-block;
	font-size: 13px;
	color: #999;
	padding-left: 5px;
}
.product_menu_wrap ul.product_menu li a.selected span {
	color: #fff;
}

/* product menu */
.product_menu_wrapper {
	border-bottom: solid 1px #eee;
	margin-left: -10px;
	margin-right: -10px;
}
ul.product_menu_list {
	margin: 0px;
	padding: 0px 10px;
	list-style: none;
	font-size: 15px;
	display: flex;
}
ul.product_menu_list li {
	padding: 8px 0;
	flex: 1;
	display: flex;
	align-items: center;
	text-align: center;
}
ul.product_menu_list li .count {
	color: #999;
	font-size: 13px;
	line-height: 14px;
	display: block;
	font-weight: normal;
}
ul.product_menu_list li .desktop {
	display: none;
}

ul.product_menu_list li.selected {
	border-bottom: solid 3px #ff4400;
}
ul.product_menu_list li.selected a {
	font-weight: bold;
	font-size: 16px;
	color: #ff4400;
}
ul.product_menu_list li.selected a .count {
	color: #ff4400;
}
ul.product_menu_list li a {
	flex: 1;
	color: #666;
	font-weight: bold;
}

/* product_top div */
.product_top {
	background-color: #fff;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
}
.product_top .column_one {
	flex: 0 0 100%;
}
.product_top .column_one .the_spotlight {	
	width: 100%;
	padding: 25px 15px;
	text-align: center;
}
.product_top .column_one .the_spotlight .img {
	width: 210px;
}
.product_top .column_one .other_images {
	display: flex;
	padding: 0px 15px;
}
.product_top .column_one .other_images .child_images {
	flex: 0 0 20%;
}
.product_top .column_one .other_images .child_images img {
	max-width: 100%;
	padding-right: 10px;
	
}
.product_top .column_two {
	flex: 0 0 100%;
	padding: 15px;	
}
.product_top .column_two .product_features {
	line-height: 1.5em;
	font-size: 13px; color: #333; margin: 0px; padding: 0px; margin-bottom: 15px; list-style: none;
}
.product_top .column_two .action_button_wrap .product_action_button {
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 20px;
}
.product_top .column_two .action_button_wrap .product_action_button a {
	flex: 0 0 130px;
	background-color: #ff9900;
	font-size: 15px;
	color: #fff;
	border-radius: 5px;
	padding: 8px 20px;
	text-align: center;
	margin-right: 10px;
}
.product_top .column_three {
	flex: 0 0 100%;
}
/* product_type div */
.product_type_wrap {
	text-align: center;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 10px;	
}
.product_type_wrap .type_title {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin: .3rem 0;
    margin-bottom: 30px;
}
.product_type_matrix_wrap {
    background-color: #fff;
    padding: 20px;
    padding-bottom: 10px;
    margin: 0 auto;
    margin-bottom: 2.5em;
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
}

/* shop info */
.shop_info {
	background-color: #fff;
	padding: 15px;
	margin-left: 0px;
	margin-right: 0px;
	border: solid 5px #dee;
	border-radius: 5px;
	margin-bottom: 20px;
}
.shop_info .top_info {
	text-align: center;
	margin-bottom: 8px;
}
.shop_info .top_info span {
	margin-left: 5px; font-size: 15px; color: #14ade5;
}
.shop_info .shop_inventory {
	text-align: center;
	margin-top:  10px;
	margin-bottom: 10px;
	font-size: 16px;
	margin-bottom: 0px;
	font-weight: bold;
}
.shop_info .shop_inventory a {
	color: #666;
}
.shop_info .shop_inventory.instock a {
	color: #ff6600;
}


/* have button */
.have_button_wrap {
}
.have_button_wrap .have_button {
	text-align: center;
	display: inline-block;
	margin-right: 5px;
}
.have_button_wrap .have_button .button_count {
	display: inline-block;
    border: 1px solid #ccc;
	line-height: 30px;
	font-size: 13px;
	border-radius: 5px;	
	padding: 0px 15px;
	border-left: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;

}
.have_button_wrap a.actionbutton {
	float: left;
	font-size: 12px;
	display: inline-block;
	background-image: url(/images/grey_stripe_bg.gif);
    background-position: 0px 0px;
	background-color: #ddd;
	color: #333;
    border: 1px solid #ccc;
	padding: 0px 12px;
	border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	line-height: 30px;
}
.have_button_wrap a.actionbutton.checked {
    background-image: url(/images/grey_stripe_bg.gif);
    background-position: 0px -36px;
    text-decoration: none;
    border: solid 1px #ffcc66;
}

/* product generic buttons */
a.product_action_button {
    background-color: #ff9900;
    font-size: 15px;
    color: #fff !important;
    border-radius: 5px;
    padding: 8px 20px;
    text-align: center;
    margin-right: 10px;
	color: #fff;
	text-decoration: none !important;
	display: inline-block;
}
.product_secondhand a {
	color: #0086e6;
}

/* flex gadget list */
.flex_gadget_list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 20px;
}
.flex_gadget_list.swiper {
	flex-wrap: nowrap;
	overflow-y: hidden;
	overflow-x: scroll;
}
.flex_gadget_list .flex_gadget_wrap {
	padding: 5px;
	flex: 0 0 50%;
}
.flex_gadget_list.swiper .flex_gadget_wrap {
	flex: 0 0 42%;
}
.flex_gadget_list .flex_gadget_wrap .flex_gadget {
	border: solid 1px #eee;
	border-radius: 5px;
	background-color: #fff;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: space-between;
	padding: 15px;
}
.flex_gadget_list .flex_gadget_wrap .flex_gadget .top {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.flex_gadget_list .flex_gadget_wrap .flex_gadget .top .image {
	text-align: center;
	margin-bottom: 10px;
}
.flex_gadget_list .flex_gadget_wrap .flex_gadget .top .image img {
	width: 100%;
	max-width: 110px;
}
.flex_gadget_list .flex_gadget_wrap .flex_gadget .top .model_no {
	font-family: "proxima-nova","proxima-nova-1","proxima-nova-2","Proxima Nova","Segoe UI",Helvetica,Arial,sans-serif;
	font-weight: 600;
}
.flex_gadget_list .flex_gadget_wrap .flex_gadget .bottom {
	width: 100%;
}
.flex_gadget_list .flex_gadget_wrap .flex_gadget .bottom .gadget_rating {
	margin-bottom: 5px;
}
.flex_gadget_list .flex_gadget_wrap .flex_gadget .bottom .gadget_rating_counter {
	text-align: center;
	font-size: 13px;
	color: #999;
}

/* flex gadget full width */
.flex_gadget_list .flex_gadget_wrap.full {
}
.flex_gadget_list .flex_gadget_wrap.full .flex_gadget {
	border: solid 1px #eee;
	border-radius: 5px;
	background-color: #fff;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: space-between;
	padding: 0px;
}
.flex_gadget_list .flex_gadget_wrap.full .flex_gadget .top {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.flex_gadget_list .flex_gadget_wrap.full .flex_gadget .top .image {
	text-align: center;
	margin-bottom: 10px;
}
.flex_gadget_list .flex_gadget_wrap.full .flex_gadget .top .image img {
	width: 100%;
	max-width: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.flex_gadget_list .flex_gadget_wrap.full .flex_gadget .top .model_no {
	font-family: "proxima-nova","proxima-nova-1","proxima-nova-2","Proxima Nova","Segoe UI",Helvetica,Arial,sans-serif;
	font-weight: 600;
	padding: 0px 10px;
}
.flex_gadget_list .flex_gadget_wrap.full .flex_gadget .bottom {
	width: 100%;
	padding: 0px 10px 15px 10px;
}

/* product css */
.product_section_header {
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	border-bottom: solid 1px #dedede;
	padding: 10px;
	margin-bottom: 15px;
}
.product_section_header.small_margin {
	margin-bottom: 5px;
}
.product_section_header.no_margin {
	margin-bottom: 0px;
	border-bottom: none;
}
.product_section_header .more {
	float: right;
	display: inline-block;
	line-height: 25px;
	padding-left: 15px;
}
.product_section_header .more a {
	color: #ff6600;
	font-size: 13px;
	font-weight: normal;
}

/* specification table */
.spec_div {
	margin-bottom: 2em;
	font-size: 14px;
	margin-left: -10px;
	margin-right: -10px;
	background-color: #fff;
	padding: 10px 0px;
	border-top: solid 1px #e1e1e1;
}
.spec_div .spec_remarks {
	padding: 20px 10px; font-size: 11px; color: #aaa;
}
.spec_div.compare {
	padding: 5px;
}
table.spec_table {
	width: 100%;
	font-size: 14px;
	border-collapse: collapse;
	table-layout: fixed;
}
table.spec_table col#item {
	width: 28%;
	font-size: 13px;
}
table.spec_table col#info {
	width: 72%;
}
table.spec_table a {
	color: #0086e6;
}
table.spec_table a:hover {
	color: #ff6600;
	text-decoration: underline;
}
table.spec_table a.fullspec {
	color: #fff;
}
table.spec_table col.compare_item {
	font-size: 15px;
	width: 20%;
}
table.spec_table col.compare_info_one {
	width: 27%;
}
table.spec_table col.compare_info_two {
	width: 27%;
}
table.spec_table col.compare_info_three {
	width: 27%;
}
table.spec_table col.mobile_compare_item {
	font-size: 15px;
	width: 20%;
}
table.spec_table col.mobile_compare_info_one {
	width: 40%;
}
table.spec_table col.mobile_compare_info_two {
	width: 40%;
}
table.spec_table .spec_select {
	width: 99%;
}
table.spec_table tr {
	border-bottom: solid 1px #eaeaea;
}
table.spec_table tr.alt {
	background-color: #fff;
}

table.spec_table tr:last-child {
	border-bottom: none;
}
table.spec_table tr td {
	padding: 10px;
	word-wrap: break-word;
}
table.spec_table tr td.subsection {
	padding-top: 30px;
	font-weight: bold;
	color: #1e4370;
}
table.spec_table tr td.item {
	color: #53606c;
}

/* star rating */
.star_rating {
	width: 80px;
	height: 16px;
	background-image: url("/v4/images/star_rating.png");
	margin-left: auto;
	margin-right: auto;
}
.star_rating.star_0 {
	background-position: 0px 0px;
}
.star_rating.star_1 {
	background-position: 0px -24px;
}
.star_rating.star_2 {
	background-position: 0px -48px;
}
.star_rating.star_3 {
	background-position: 0px -72px;
}
.star_rating.star_4 {
	background-position: 0px -96px;
}
.star_rating.star_5 {
	background-position: 0px -120px;
}
.star_rating.star_6 {
	background-position: 0px -144px;
}
.star_rating.star_7 {
	background-position: 0px -168px;
}
.star_rating.star_8 {
	background-position: 0px -192px;
}
.star_rating.star_9 {
	background-position: 0px -216px;
}
.star_rating.star_10 {
	background-position: 0px -240px;
}

/* second hand item */
.secondhand_item_list {
	background-color: #fff;
	margin-left: -10px;
	margin-right: -10px;
	border: solid 1px #eee;
	margin-bottom: 20px;
	min-height: 250px;
}
.secondhand_item_list .item_list {
	padding: 0px;
    margin: 0px;
    list-style: none;
    border-top: none;
}
.secondhand_item_list .item_list li {
    border-top: solid 1px #eee;
    margin: 0px;
    padding: 10px;
	display: flex;
	position: relative;
}
.secondhand_item_list .item_list li a {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}
.secondhand_item_list .item_list li .image_col {
	flex: 0 0 100px;
}
.secondhand_item_list .item_list li .image_col img {
	width: 100%;
	height: 100%;
}
.secondhand_item_list .item_list li .content_col {
	flex: 1;
	padding-left: 10px;
	
}
.secondhand_item_list .item_list li .content_col .price {
	display: block;
	margin-top: 10px;
	color: #ff3300;
	font-weight: bold;
}

/* user reviews */
.user_review_nav {
	margin-bottom: 10px;
    font-size: 14px;
	padding: 15px;
    background-color: #fff;
    border: solid 1px #eee;
	margin-left: -10px;
	margin-right: -10px;
}
.user_review_list {
	margin-left: -10px;
	margin-right: -10px;
}

@media (min-width: 768px) {
	.product_model_no {
		font-size: 28px;
	}
	.product_menu_wrap ul.product_menu li a {
		padding: 0 20px;
	}
	/* product menu */
	.product_menu_wrapper {
		border-bottom: solid 0px #eee;
		margin-left: 0px;
		margin-right: 0px;
	}

	ul.product_menu_list {
		justify-content: flex-start;
		padding: 0px 0px;
		font-size: 16px;
	}
	ul.product_menu_list li {
		flex: 0 0 120px;
		padding: 10px 0px 12px 0px;
	}
	ul.product_menu_list li .count {
		display: inline-block;
		padding-left: 5px;
	}
	ul.product_menu_list li .desktop {
		display: inline;
	}

	.product_top {
		margin: 0px 10px;
		margin-bottom: 20px;
		border: solid 1px #eee;
		flex-wrap: non-wrap;
		padding: 15px;
	}
	.product_top .column_one {
		flex: 0 0 336px;
		padding-right: 20px;
	}
	.product_top .column_one.cars {
		flex: 0 0 350px;
	}
	.product_top .column_one .the_spotlight {
		padding: 0px;
	}
	.product_top .column_one .other_images {
		padding: 0px;
		padding-top: 10px;
	}
	.product_top .column_two {
		padding: 0px;
		padding-right: 20px;
		flex: 1;
	}
	.product_top .column_two.cars {
		padding-left: 0px;
		
	}
	.product_top .column_three {
		flex: 0 0 336px;
		padding: 0px;
	}
	.product_top .column_two .action_button_wrap .product_action_button {
		margin-top: 15px;
	}

	/* product type matrix */
	.product_type_matrix_wrap {
		border: solid 1px #eee;
		margin-left: 0px;
		margin-right: 0px;
	}

	/* shop info */
	.shop_info {
		width: 100%;
		background-color: #fff;
		padding: 15px;
		margin-left: 0px;
		margin-right: 0px;
		border: solid 5px #dee;
		border-radius: 5px;
		margin-bottom: 20px;
	}

	/* flex gadget list */
	.flex_gadget_list {
	}
	.flex_gadget_list.swiper {
		flex-wrap: wrap;
		overflow-x: auto;
		overflow-y: auto;
	}
	.flex_gadget_list .flex_gadget_wrap {
		flex: 0 0 25%;
	}
	.flex_gadget_list .flex_gadget_wrap.onefifth {
		flex: 0 0 20%;
	}
	.flex_gadget_list .flex_gadget_wrap.oneeighth {
		flex: 0 0 12.5%;
	}
	.flex_gadget_list.swiper .flex_gadget_wrap {
		flex: 0 0 25%;
	}
	.flex_gadget_list.swiper .flex_gadget_wrap.onefifth {
		flex: 0 0 20%;
	}
	.flex_gadget_list.swiper .flex_gadget_wrap.oneeighth {
		flex: 0 0 12.5%;
	}

	/* specification class */
	.spec_div {
		background-color: #fff;
		padding: 0px;
		margin-bottom: 2em;
		border: solid 1px #eaeaea;
		font-size: 14px;
		margin-left: auto;
		margin-right: auto;
		margin-top: auto;
	}
	table.spec_table {
		font-size: 15px;
	}
	table.spec_table col#item {
		font-size: 15px;
		width: 30%;
	}
	table.spec_table col#info {
		width: 70%;
	}
	table.spec_table col.compare_item {
		font-size: 15px;
		width: 18%;
	}
	table.spec_table col.compare_info_one {
		width: 27%;
	}
	table.spec_table col.compare_info_two {
		width: 27%;
	}
	table.spec_table col.compare_info_three {
		width: 27%;
	}
	table.spec_table tr td {
		padding: 12px 15px;
		word-wrap: break-word;
	}

	/* product css */
	.product_section_header {
		font-size: 20px;
		border-bottom: none;
		margin-bottom: 0px;
	}
	.product_section_header .more {
		float: none;
	}
	.product_section_header .more a {
		font-size: 15px;
	}
	
	/* second hand item */
	.secondhand_item_list {
		margin: 0px auto;
		margin-bottom: 20px;
	}
	.secondhand_item_list .item_list li {
		padding: 20px;
	}

	/* user reviews */
	.user_review_nav {
		margin-bottom: 10px;
		font-size: 14px;
		padding: 15px;
		background-color: #fff;
		border: solid 1px #eee;
		margin-top: 10px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.user_review_list {
		margin-left: 0px;
		margin-right: 0px;
	}

}
@media (min-width: 1200px) {
	/* shop info */
	.shop_info {
		width: 100%;
	}
	.product_top .column_one.cars {
		flex: 0 0 450px;
	}
}

/* compare spec table */
.compare_spec_div {
	padding: 5px;
	margin-top: 1px;
	font-size: 14px;
    background-color: #fff;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	margin-left: -10px;
	margin-right: -10px;
}
table.compare_spec_table {
	width: 100%;
	table-layout: auto;
    border-collapse: collapse;
	border-spacing: 0px;
	word-break: break-word;
}
table.compare_spec_table tr {
	display: flex;
	flex-flow: row wrap;
	border-bottom: none;
}
table.compare_spec_table tr td {
	background-color: #fff;
	flex: 1;
	padding: 10px 5px;
	border-top: none;
	border-bottom: none;
	border-bottom: solid 1px #eee;
}
table.compare_spec_table tr td:first-child {
	flex: 1 0 100%;
	background-color: #f5f6fa;
	font-size: 13px;
	color: #768696;
}
table.compare_spec_table tr td.subsection {
	padding-top: 30px;
    font-weight: bold;
    color: #1e4370;
	background-color: #fff;
	font-size: 15px;
}
table.compare_spec_table tr.sticky_model_no {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0px;
}
table.compare_spec_table .spec_select {
	width: 100%;
	display: block;
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 5px;
}
table.compare_spec_table .compare_img {
	width: 100%;
	max-width: 100%;
	border-radius: 10px;
	margin-bottom: 10px;
}
@media (min-width: 768px) {
	.compare_spec_div {
		padding: 0px;
		border: solid 1px #eee;
		margin-left: 0px;
		margin-right: 0px;
	}
	table.compare_spec_table tr td {
		padding: 10px 15px;
	}
	table.compare_spec_table .compare_img {
		margin-bottom: 15px;
	}
}