@charset "utf-8";
/* CSS Document */

/* content */
#content {
	min-width: 950px;
	margin: 0 0 20px 0 ;
	position: relative;
}

/* START : left column */
#leftcol {
	float: left;
	width: 31%;
}

#leftcol .products_main_image {
  	height: 100%;
	text-align: center;
	float: left;
	width: 100%; /* TODO */
}

#leftcol .products_main_image .imgNote{
	height: 16px;
	text-align: center;
	margin:5px 0 0 0;
	font-size:12px;
	color: #FF0000;
}

#leftcol .products_main_image .products_main_image_inner {
	width: 100%;	
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	border: 1px solid #DDD;
	z-index: 0;
	position:relative;
}

#leftcol .products_main_image .products_main_image_inner a#detail_img_anc {
	border: 0px;
	z-index: 0;
}

#leftcol .products_main_image_inner a img {
	vertical-align: middle;
	max-width:100%;
	max-height:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	position:absolute;
	z-index: 0;
}

#leftcol .products_main_image_inner img {
	vertical-align: middle;
	max-width: 496px;
	z-index: 0;
}

/* BOE Add image slider at product detail page  @rcv!doan.nhan #201709.01 2017/09/07 */
.products_main_image form {
	margin-top: 10px;
}

#img-list {
	/*padding-top: 20px;*/
}

#img-list .owl-wrapper-outer {
	padding-top: 10px;
}

#img-list .owl-carousel .owl-item {
	width: 79px!important;
	/*margin: 7.6px;*/
}

#img-list ul li {
	/*width: 64px;*/
}

#img-list ul li div {
	margin-bottom: 5px;
	/*height: 64px;*/
}

#img-list ul li .product {
	/*margin-bottom: 9px;*/
}

.owl-theme .owl-controls .owl-buttons .owl-prev, 
.owl-theme .owl-controls .owl-buttons .owl-next {
	top: 44px!important;
}

#img-list ul li div.selected_thumb_image_arrow {
	outline: #0065f0 2px solid!important;
	border-color: transparent!important;
}

#img-list .empty_item {
	width: 64px;
	height: 65px;
	margin-bottom: 10px;
	margin: auto auto 10px auto;
}

#img-list .select_item {
	width: 64px;
	height: 65px;
	margin-bottom: 10px;
	margin: auto auto 10px auto;
	border: #a8a6b1 1px solid;
}

#img-list .select_item a {
/*	display: inline-block;
	width: 100%;
	*/
	
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 64px;
	width: 64px;
}
/* EOE Add image slider at product detail page  @rcv!doan.nhan #201709.01 2017/09/07 */

/* END : left column */

/* START : right column */
#rightcol {
	width: 67%;
	float: right;
}

#rightcol .product-title {
	float: left;
	margin-bottom: 10px;
}

#rightcol .product-title .prod_name_title h1 {
	font-size: 21px!important;
    line-height: 1.3!important;
    text-rendering: optimizeLegibility;
    font-weight: 700;
}

#rightcol .product-title .brand {
    vertical-align: middle;
    display: inline-block;
}

#rightcol .product-title .brand:after, .product-title .modelCode:after {
	content: "";
    border-right: 1px solid #989898;
    margin: -2px 7px;
    position: relative;
    width: 10px;
    float: right;
    height: 16px;
}

#rightcol .product-title a {
	color: #6898d8 !important;
}

#rightcol .product-title .modelCode {
    vertical-align: middle;
    display: inline-block;
}

#rightcol .product-title .rate_star_l {
	margin: 4px 25px 0 0;
    display: inline-block;
    vertical-align: middle;
}

#rightcol .product-title .rate_star_l .rating {
	display: inline-block;
}

#rightcol .product-title .save-for-later {
    position: relative;
    display: inline-block;
    height: 25px;
    border: 1px solid #0166be;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
}

#rightcol .product-title .save-for-later span {
	display: table;
	line-height: 25px;
    font-weight: bold;
    color: #0166be;
    padding-right: 4px;
}

.save-for-later a {
	text-decoration: none;
}

.save-for-later img {
	display: none;
}

.star-blue-icon {
    background: url(./images/product_page/ico_product.png) no-repeat -75px -3px;
    position: relative;
    width: 18px;
    height: 15px;
    float: left;
    margin: auto;
    top: 5px;
}

.star-fullblue-icon {
    background: url(./images/product_page/ico_product.png) no-repeat -25px -25px;
    position: relative;
    width: 18px;
    height: 15px;
    float: left;
    margin: auto;
    top: 5px;
}

#rightcol #info_part {
	float: left;
	width: 72%; /* TODO */
}

#rightcol #info_part .prod_title {
	line-height: 120%;
	font-size: 24px;
	margin: 15px 0 0 0;
	font-weight: bolder;
}

#rightcol #info_part .prod_title h1{
	font-size: 24px;
}

#addtocart_box {
	display: table;
    text-align: left;
    width: 83%;
    border: 1px solid #c5c5c5;
    margin: 0 36px 0 0;
}

#addtocart_box #quantity {
	text-align: left;
	margin-top: 20px;
}

#addtocart_box .freeshipping {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	color: #FF0000;
	line-height: 120%;
	text-align: center;
	margin: 15px 10px 0 10px;
}

#addtocart_box .stockinfo {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	margin: 15px 8px 8px 8px;
}

#addtocart_box .addtoCart {
	text-align: center;
	margin-top: 20px;
}

.right-side {
	float: right;
	width: 25%;
}

#rightcol .right_img {
	text-align: center;
	margin: 15px 0 0 0;
}

/* END : right column */
/* BOE Add image slider at product detail page  @rcv!doan.nhan #201709.01 2017/09/07 */
div.image_selector {
	/*display: table;*/
	border: 1px solid #dedede;
}
/* EOE Add image slider at product detail page  @rcv!doan.nhan #201709.01 2017/09/07 */

ul.selector {
	position: relative;
	float: left;
	vertical-align: middle;
  	width: 100%;
}

ul.selector li {
	vertical-align: middle;
}

ul.selector li.select_item {
	vertical-align: middle;
	float: left;
	margin: 7px 13px 7px 0;
    width: 62px;
    height: 62px;
	position: relative;
	border: #a8a6b1 1px solid;
}

ul.selector li.select_item a {
	width: 62px;
	height: 62px;
	display: block;
	cursor: pointer;
}

ul.selector li.button {
	float: left;
	margin: 0 5px 0 5px;
	width: 15px;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin-top: 18px;
}

ul.selector li.button img {
	vertical-align: middle;
}

ul.selector li.select_item a.selected {
	border: #0065f0 2px solid;
    margin-top: -2px;
    margin-left: -2px;
}

/* Nhan */
.selected_thumb_image_arrow:before {
	content: "";
    border-top: 5px solid transparent;
    border-bottom: 7px solid #0065f0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    margin-top: -15px;
    margin-left: -3px;/*28px*/
    z-index: 1;
}

li.border-red, 
div.border-red {
	border: red 1px solid!important;
}
/* End Nhan */

img.selector_img {
	text-align: center;
	max-width: 46px;
	max-height:46px;
}

img.selector_no_img {
	max-width: 49px;
}

/* brand */
#content #leftcol #info_part .brand {
	font-size: 12px;
	margin: 5px 0 0 5px;
	float: left;
	font-weight: bolder;

}
#content #leftcol #info_part .brand a{
	font-size: 14px;
	color:#0731D8;
	cursor:pointer;
}


/* star*/
#content #leftcol #info_part .star {
	margin: 5px 0 0 0;
	height:20px;
}

#content #leftcol #info_part .star img {
	margin: 5px 0 0 0;
	float:left;
}

/* star*/
#content #leftcol #info_part .star span {
	font-size: 9px;
}
div .howManyReviews{
	position: relative;
	top: 11px;
	font-size: 10px;
	overflow: hidden;
}

/* ranking*/
#leftcol #info_part .ranking {
	font-size: 12px;
	color: #F30;
	margin: 12px 0 0 0;
	font-weight: 700;
}

div.fbLike{
	margin: 10px 0 0 0;
}

/* modelcode */
#content #leftcol .modelCode {
  color: #595959;
  font-size: .75rem;
}

/* save for later */
div .saveForLater {
	font-size: 12px;
	height: 24px;
	margin: 8px 0 10px 0;
	position:relative;
}

.saveForLater a {
	position:relative;
	top:4px;
}

.saveForLater a img{
	margin: 0 0 -8px 0;
}

/* info-table */
#content #leftcol #info_part .priceinfo {
	vertical-align: middle;
	font-size: 14px;
	border-collapse: collapse;
	width:100%;
	line-height: 1.5;
}

table.priceinfo tbody tr {
	vertical-align:middle;
}

td.priceblocklabel {
	font-size: 20px;
	text-align: right;
	width: 80px;
}

td.shippingInfolabel {
	font-size: 13px;
	text-align: left;
	color: #D2C4C3;
	width: 100px;
	margin:5px 0 0 0;
	font-weight: 700;
}	
td.shippingInfolabel span a{
	color:#0731D8;
	font-weight: 700;
	cursor:pointer;
}

.noukiLabel {
	font-size: 13px;
	text-align: left;
	font-weight: 700;
}

/* BOE Fix display of delivery info at products detail page @rcv!doan.nhan #201710.02 2017/10/06 */
.noukiInfo {
	/* border-top: 1px solid #9E9E9E; */
	font-size: 12px;
	text-align: left;
	padding-top: 5px;
	margin-top: 5px;
}
/* EOE Fix display of delivery info at products detail page @rcv!doan.nhan #201710.02 2017/10/06 */

.noukiInfo br {
	content: "";
	margin: 2em;
	display: block;
	font-size: 24%;
}

td.manStockInfo {
	font-size: 10px;
	text-align: left;
	width: 100px;
	color: #D2C4C3;
	font-weight: 700;
}

td.freeShipping {
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	text-align: left;
}

.selectlabel {
	margin: 15px 0 0 0;
	font-size: 12px;
	text-align: left;
	font-weight: 700;
}

td.pricered {
	font-weight: bold;
	color: #FF0000;
	float: left;
	clear: both;
	text-align: left;
}

#info_part .infoWrapper {
	width:100%;
	display: block;
	float: left;
	margin: 70px 0 0 0;
}
div.fitsT{
	clear:both;
	font-size: 13px;
	font-weight: 700;
	text-align: left;
	float: left;
}

div.fitsB{
	clear:both;
	font-size: 12px;
	text-align: left;
	margin:5px 0 0 5px;
	line-height: 110%;
	width:95%;
}

#fitsViewAll {
	width:353px;
	max-height:330px;
	overflow:scroll;
	filter:alpha(opacity=100);
	display:block;
	-moz-opacity: 1;
	opacity: 1;
	border: 1px solid #DDD;
	overflow-x : hidden ;
	background:whiteSmoke;
	position: absolute;
	top: 550px;
	left: 0px;
	display:none;
	z-index: 1000;
}

#fitsViewAll .fitsAllTitle{
	font-size: 10px;
	text-align: left;
	font-weight: bold;
}

#andMore{
	margin: 10px 0 0 0;
}

#viewAllFitModels{
	font-size: 13px;
	font-weight: 600;
	color: #4681c3;
	text-align: left;
	float: left;
	cursor:pointer;
	display:block;
	margin-left: 10px;
}

.fittingMaker{
	width: 100%;
	height: auto;
	float: left;
    font-weight: 700;
}

.fittingModel{
	height: auto;
	margin-left: 15px;
	float: left;
}

a.linkToModel{
	margin: 5px 5px 5px 0;
    display: table;
}

a.linkToModel:hover {
	color: #ce0108;
	text-decoration: none;
}

div.iconNew{
	background-image: url(./images/product_page/new_icon.png);
	width:41px;
	height:23px;
}

div.brandT{
	clear:both;
	font-size: 13px;
	font-weight: bold;
	color: #00F;
	text-align: left;
	margin:5px 0 0 5px;
	float: left;
}

div.brandB{
	clear:both;
	font-size: 12px;
	text-align: left;
	margin:5px 0 0 20px;
	float: left;
}

div.optionlabel {
	font-size: 12px;
	text-align: left;
	float: left;
}

.select_wrapper{
	margin:10px 0 10px 0;
}

select.optionVals {
	max-width: 250px;
	margin: 5px 0 0 0;
	font-size: 12px;
	text-align: left;
	font-weight: 700;
}

div.shipping_pt {
	float: left;

}

div.boldtext {
	font-weight: bold;
}

.priceinfo .pricered {
	font-weight: bold;
	text-align: left;
	color: #FF0000;
	float: left;
	clear: both;
}

.priceinfo .curPrice {
	font-weight: bold;
	color: #CC0000;
	font-size: 20px;
	width: 100%;
}

.priceinfo .yenPrice {
	font-weight: bold;
	font-size: 10px;
	width: 100%;
	margin-left:3px;
}

.priceinfo .text {
	font-size: 14px;
	line-height: 130%;
}

#description {
	width: 100%;
    overflow: hidden;
    display: block;
    border-top: 0;
    position: relative;
    margin-top: 10px;
    border-radius: 4px;
    padding-top: 16px;
}

#description .bottom_header {
    height: 32px;
    line-height: 32px;
    font-weight: bold;
    color: #ffffff;
    background: #4d4d4d;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    padding: 0 12px;
    font-size: 16px;
}

#description .body-description {
    border: 1px solid #dedede;
    display: inline-block;
    width: 99.9%;
    height: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.desc_text {
	padding: 5px 0px;
	line-height: 130%;
	font-size: 14px;
}
div.descWrapper{
	clear: both;
	width:100%;
	display: block;
	float: left;
}
.descWrapper .descTitle{

	clear:both;
	font-size: 13px;
	font-weight: bold;
	color: #00F;
	text-align: left;
	margin:5px 0 0 5px;
	float: left;
}

.descWrapper .descBody{
	font-size: 12px;
	text-align: left;
	margin:5px 0 0 10px;
	float: left;
	color: #000;
}

.dashline {
	border-top: 1px dashed rgb(153, 153, 153);
	height: 1px;
	color: rgb(255, 255, 255);
	border-style: dashed none none;
}

#note .note-title {
    margin-top: 22px;
    font-size: 16px;
    font-weight: bold;
}

.note_text {
	line-height: 130%;
	font-size: 14px;
	color: #000;
}

/* bottom */
#bottom {
	min-width: 950px;
	margin: 0 50px 0 50px;
	position: relative;
}

#bottom_wrapper {
	width: 100%;
	float: left;
	margin-right: -310px;
}

#bottom #bottom_review {
/* comment by rcvn! Dinh Le 2013/07/29  */	
/* 	margin-right: 340px; */
}

#bottom #bottom_review .rev_wrapper {
	margin-top: 40px;
	width: 100%;
	float: left;
	position: relative;
}

.rev_text {
	line-height: 130%;
}

.review_notice {
	color: red;
	font-size: 11px;
}

#bottom #bottom_products #bottom_products_wrapper {
	width: 100%;
	height: 200px;
	position: relative;
	float: left;
}

#bottom #bottom_products_also_purchased #bottom_products_wrapper .back_button {
	left: 5px;
	top: 65px;
	position: relative;
	float: left;
}

#bottom #bottom_products_also_purchased #bottom_products_wrapper .fow_button {
	right: 5px;
	top: 65px;
	position: relative;
	float: right;
}

#bottom #bottom_products #bottom_products_wrapper .bought_product_list_wrapper .bought_product_list .bought_product_title
	{
	width: 100px;
	text-align: left;
	font-size: 14px;
	color: #0731D8;
}

#bottom_products_wrapper {
	height: 240px;
	overflow: hidden;
	margin: 0 0 20px 0;
}
.c_selling_product_list_wrapper{
	margin-left:20px;
}

#bottom_products_best_categories #bottom_products_wrapper .c_selling_product_list_wrapper .c_selling_product_list_box .c_selling_product_list{
	float: left;
	margin: 0 auto;
	position: relative;
}

#bottom_products_best_categories #bottom_products_wrapper .back_button {
	left: 5px;
	top: 65px;
	position: relative;
	float: left;
}

#bottom_products_best_categories #bottom_products_wrapper .fow_button {
	right: 5px;
	top: 65px;
	position: relative;
	float: right;
}

#bottom_products_best_categories #bottom_products_wrapper .c_selling_product_list_wrapper .c_selling_product_list_box .bought_product_list .bought_product_title
	{
	width: 100px;
	text-align: left;
	font-size: 14px;
	color: #0731D8;
}

#bottom #bottom_products_best_model {
	/*comment out to stretch width 
	rcv!nguyen.truyen 2013/07/25*/
/* 	margin-right: 340px; */
}

#bottom_products_best_model #bottom_products_wrapper .back_button {
	left: 5px;
	top: 65px;
	position: relative;
	float: left;
}

#bottom_products_best_model #bottom_products_wrapper .fow_button {
	right: 5px;
	top: 65px;
	position: relative;
	float: right;
}

#bottom #bottom_products_best_model #bottom_products_wrapper .m_selling_product_list_wrapper
	{
	margin-left:20px;
}

#bottom_products_best_model #bottom_products_wrapper .m_selling_product_list_wrapper .m_selling_product_list .bought_product_title
	{
	width: 100px;
	text-align: left;
	font-size: 14px;
	color: #0731D8;
}

.bought_product_list_wrapper{
	margin-left:20px;
}

#listImgWrapper{
	margin-top: 20px;
	width: 108px;
/*change height of list item rcv!nguyen.truyen 2013/07/26*/
/* 	height: 170px; */
	height: 185px;
	line-height: 130%;
	margin-right:3px;
}

.pd_title {
color: blue;
}

.price_text{
	color:#FF0000;
}

.rv_text {
	font-size: 11px;
}

#bottom #bottom_pr {
	width: 305px;
	float: right;
	text-align: center;
}

#bottom #pr_box_wrapper {
	margin-top: 28px;
	width: 300px;
	height: 255px;
	float: left;
	border: 1px solid #DDD;
}

#bottom #bottom_pr #pr_box_wrapper #pr_backbutton {
	margin: 120px 0 0 9px;
	float: left;
	vertical-align: middle;
}

#bottom #bottom_pr #pr_box_wrapper #pr_forbutton {
	margin: 120px 9px 0 0;
	float: right;
	vertical-align: middle;
}

#bottom #bottom_pr #pr_box_wrapper #pr_box {
	margin: 30px 0 0 9px;
	width: 234px;
	height: 195px;
	overflow: hidden;
	float: left;
}

#pr_box .pr_img {
	width: 234px;
	height: 195px;
}

#pr_box .a {
	height: 0px;
}

#bottom #bottom_pr #special_box {
	margin-top: 40px;
	text-align: center;
	width: 300px;
	float: left;
	border: 1px solid #DDD;
}

#bottom #bottom_pr #special_box .special_banner_button{
	margin-top: 20px;
	cursor: pointer;
}

#bottom #bottom_pr #special_box .special_banner {
	padding-top: 20px;
	text-align: center;
}

.arrange_page{
	text-align: right;
	font-size: 11px;
	margin-right: 20px;
	margin-top: 10px;
}

a#btn_savelater {
	margin: 5px 0 0;
	background: url(./images/product_page/parts_images.png) no-repeat 0
		-50px;
	width: 120px;
	height: 25px;
	display: block;
}

a#btn_maru_left {
	background: url(./images/product_page/parts_images.png) no-repeat 0
		-85px;
	width: 15px;
	height: 15px;
	display: block;
}

a#btn_maru_right {
	background: url(./images/product_page/parts_images.png) no-repeat 0
		-110px;
	width: 15px;
	height: 15px;
	display: block;
}

a#btn_sq_left {
	background: url(./images/product_page/parts_images.png) no-repeat 0
		-135px;
	width: 15px;
	height: 15px;
	display: block;
}

a#btn_sq_right {
	background: url(./images/product_page/parts_images.png) no-repeat 0
		-160px;
	width: 15px;
	height: 15px;
	display: block;
}

#btn_go {
	background: url(./images/product_page/parts_images.png) no-repeat 0
		-185px;
	width: 40px;
	height: 18px;
	display: block;
}

#btn_sq_left {
	background: url(./images/product_page/parts_images.png) no-repeat 0
		-135px;
	width: 15px;
	height: 15px;
	display: block;
	position: relative;
	top: 100px;
	cursor:pointer;
}
#btn_sq_right {
	background: url(./images/product_page/parts_images.png) no-repeat 0
		-160px;
	width: 15px;
	height: 15px;
	display: block;
	position: relative;
	top: 85px;
	float: right;
	right: 20px;
	cursor:pointer;
}

#btn_up {
	background: url(./images/product_page/parts_images.png) no-repeat 0
		-213px;
	width: 138px;
	height: 17px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#btn_down {
	background: url(./images/product_page/parts_images.png) no-repeat 0
		-239px;
	width: 138px;
	height: 17px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.productNotFoundWrapper {
	
	height:370px;
}

.not_found_msg {
	font-size: 300%;
	color:#888;
	margin-bottom: 15px;
}

.snsWrapper {
	width:214px;
	margin-left: 5px;
}

.addthis_btn {
	clear: both;
	margin-top: 10px;
	overflow: hidden;
	text-align: left;
}

}
.clearing {
	height: 0px;
	clear: both;
}


/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(./images/product_page/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(./images/product_page/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(./images/product_page/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}


#footer{
	margin:30px 0 0 0;
}

div .howManyCustomer{
	position: relative;
    top: -2px;
    font-size: 11px;
    overflow: hidden;
}

.star_ranking{
	style="margin: 2px 0px -2px 2px"
}

#leftcol #info_part .ranking_review {
	font-size: 12px;
	color: #F30;
	margin: -5px 0 0 0;
	font-weight: 700;
}

.descBody a{
	color: blue;
}

.best_selling_margin{
	margin: 0px 0px 0px 0px;
}
.bought_product_list_box{
	margin: 0px 0px 0px 0px;
}

.searchbody_loading_product_detail {
	position: absolute;
	height:100%;
	width:100%;
	background-color: white;
	opacity:0.8;
	filter: alpha(opacity=70);
	z-index: 10;
}

.searchbody_loading_product_detail img{
	position: relative;
	top: 50%;
	left: 50%;
	margin-left:-16px;
	margin-top:-16px;
	width:32px;
	height:32px;
}

@charset "shift_jis";

.rate_star_l .star_product {
	display: inline-block;
	background: url("images/common/star_bigger.png") no-repeat;
	height:29px;
	width:146px;
	margin-top: 11px; 
	text-indent: -9999pt;
}

.rate_star_l .point00 {background-position: 0px 0px;}
.rate_star_l .point05 {background-position: 0px -29px;}
.rate_star_l .point10 {background-position: 0px -58px;}
.rate_star_l .point15 {background-position: 0px -87px;}
.rate_star_l .point20 {background-position: 0px -116px;}
.rate_star_l .point25 {background-position: 0px -145px;}
.rate_star_l .point30 {background-position: 0px -174px;}
.rate_star_l .point35 {background-position: 0px -203px;}
.rate_star_l .point40 {background-position: 0px -232px;}
.rate_star_l .point45 {background-position: 0px -261px;}
.rate_star_l .point50 {background-position: 0px -290px;}


.rate_star_l{
	margin: 2px 0px -2px 2px;
}

.rate_star_s .star_product {
	display: inline-block;
	background: url("images/common/star.png") no-repeat;
	width: 71px;
	height:14px;
	text-indent: -9999pt;
}

.rate_star_s .point00 {background-position: 0px 0px;}
.rate_star_s .point05 {background-position: 0px -14px;}
.rate_star_s .point10 {background-position: 0px -28px;}
.rate_star_s .point15 {background-position: 0px -42px;}
.rate_star_s .point20 {background-position: 0px -56px;}
.rate_star_s .point25 {background-position: 0px -70px;}
.rate_star_s .point30 {background-position: 0px -84px;}
.rate_star_s .point35 {background-position: 0px -98px;}
.rate_star_s .point40 {background-position: 0px -112px;}
.rate_star_s .point45 {background-position: 0px -126px;}
.rate_star_s .point50 {background-position: 0px -140px;}

.rate_star_s .text {
	color: #6E7CC9;
}

.rate_star_s .text_avg {
	 color: #999999;
}

#linkToFittingModel{
	height: 80px;
	overflow: hidden;
}

#overlay_none_selected_option{
	width: 200px;
	height: 90px;
	background-color: white;
	border: 1px solid #ccc;
	position: absolute;
	top:50%;
	left:50%;
	text-align: left;
}

#overlay_close_option{
	background-image: url("//global.webike-cdn.net/sys_images/commu/20130412_commu_sp_close.gif");
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-size: 30px;
	cursor:pointer;
}

#shadow_overlay_option{
	background-color: rgba(255,255,255,0.8);
	position:fixed;
	height:100%;
	width:100%;
	top: 0%;
	left: 0%;
	z-index:9999;
	display: none;
}

#overlay_text{
	color:red;
	font-weight:bold;
	padding-top:35px;
	padding-left:10px;
	position: absolute;
}

.speechBubble {
    left: -37px;
    top: 39px;
}

.favoriteButtonPanel {
	display: inline-block;
    height: 28px;
}

.price-label, .point-label {
	font-size: 14px;
	line-height: 19px;
	padding: 3px 3px 3px 3px;
}

.productPoint {
	line-height: 19px;
}

.wholesale_price{
	margin-left: -23px;
}

.fix-width45 {
	width : 45px;
}

.color-gr {
	color: gray !important;
}

.color-rd {
	color: #CC0000 !important;
}

.sale-price-value-usual {
	font-size: 14px !important;
}

.price-value-current {
	font-size: 19px;
	font-weight: 700;
}

.line-through {
	text-decoration: line-through !important;
}

.v-align-m {
	vertical-align: middle !important;
}
.sale-price-value-save {
	font-size: 12px;
	font-weight: 700;
	display: inline-block;
}

#pointValue, #pointRate {
	font-size: 12px;
	font-weight: 700;
}

.sale-price-value-save:after {
	content: "";
    border-right: 1px solid #989898;
    margin: -2px 7px;
    position: relative;
    width: 10px;
    float: right;
    height: 16px;
}

.price-value-yen {
	font-size: 11px;
}

.icon-wrapper{
	width: 100%;
	height: 25px;
}

.icon-new {
	background: url(//global.webike-cdn.net/jp_statics/gfs/nossl_css/images/product_page/sale_new.gif) no-repeat 0 -28px;
	width:41px;
	height:23px;
	float: left;
    margin: 1px 1px 0 1px;
}

.icon-sale {
	background: url(//global.webike-cdn.net/jp_statics/gfs/nossl_css/images/product_page/sale_new.gif) no-repeat 0 -0px;
	width:41px;
	height:23px;
	float: left;
    margin: 0 1px 0 1px;
}
/* BOE Fix display of delivery info at products detail page @rcv!doan.nhan #201710.02 2017/10/06 */
.stock-ship-info {
	padding: 10px 15px;
  /* border: 1px solid #c5c5c5; */
  border: 1px solid #eee;
	background: white;
}

.stockInfoMessage {
	/*white-space: pre-wrap;*/
    color: #000000;
    /*line-height: 1.3em;*/
}

.stockInfoMessage table tr td {
	padding-top: 5px;
	padding-bottom: 5px;
}
/* EOE Fix display of delivery info at products detail page @rcv!doan.nhan #201710.02 2017/10/06 */

.stock-icon {
    background: url("//global.webike-cdn.net/jp_statics/gfs/nossl_css/images/product_page/sale_new.gif") 0px 23px;
    width: 68px;
    height: 23px;
    float: left;
    margin: 1px 1px 0 1px;
}

td .about-stock-info a{
	font-size: 11px;
	color: blue;
}

/* EOE Stock info styles. */

.bottom_loading {
	position:relative;
	height : 100px;
}
.bottom_loading img{
	position:absolute;
	top: 45px;
	left: 50%;
}

#notAvaiableMessageTable {
	width: 100%;
}

#notAvaiableMessage {
	font-size: 14px;
	text-align: left;
	font-weight: 700;
	border: #FC0606 1px solid;
	padding: 7px 5px;
	margin: 10px 0 0 0;
	color: rgb(252, 89, 89);
	width: 100%;
}

.loadingBox {
	font-size: 13px;
	font-weight: 700;
	padding: 7px 5px;
}

.loadingBox img {
	height: 16px;
	vertical-align: middle;
}

td.soldblocklabel {
	font-size: 14px;
	text-align: left;
	width: 80px;
	font-weight: 600;
	color: red;
}

#bottom_products_also_purchased .rcc_scroll_wrapper ul li .usualpricesale {
    display: block;
    text-decoration: line-through;
    word-wrap: break-word;
    color: #ccc;
    height: 20px;
}
.priceAskMessage {
	position: relative;
	display: inline-block;
}

.priceAskMessage a {
	text-decoration: none;
}

.price_ask {
	color: red;
	font-size: 12pt;
}

.price_ask_contact{
	border: 1px solid;
	border-color: #E43F3F;
	padding: 3px 8px;
	background-color: #FFD892;
	color: #656577;
	font-size: 10pt;
	width: 260px;
	margin-left: 20px;
	display: table-cell;
}

#google_translator_product_description {
    margin-right: 10px;
    font-weight: 700;
    line-height: 20px;
}

.goog-trans-control, .manual-trans-control {
	margin-bottom: 10px;
}

.estimateDeliveryBlock {
	margin-top: 15px;
}

.hide_block {
	display: none;
}

.shipping_block {
    margin: 5px 0 10px 0;
}

.shipping_block li {
	display: flex;
	width: 100%;
	padding: 5px 0;
	align-items: center;
}

.shipping_title {
    display: block;
    margin-left: 5px;
    margin-right: 10px;
    color: black;
}

/* .shipping_title:before {
    content: "\2022";
    position: absolute;
    color: #818181;
    margin-left: -15px;
    font-size: 2em;
    margin-top: -6px;
} */

.shipping_content {
	display: inline-block;
}

.shipping_content input {
    height: 25px;
    width: 100px;
    margin: 5px 0 5px 10px;
    text-align: center;
    font-size: 13px;
}

.shipping_content select {
    height: 25px;
    width: 200px;
    margin: 5px 0 5px 10px;
    font-size: 13px;
}

.shipping_content .add_shipping_fee {
	color: #CC0000;
	font-weight: bolder;
}

.money_color {
	color: #CC0000;
}

.shipping_info_link {
	font-size: 11px;
	float: right;
	margin-top: 5px;
}

.shipping_fee_loading {
	position: absolute;
	height:420px;
	width:250px;
	background-color: white;
	opacity:0.8;
	filter: alpha(opacity=70);
	z-index: 10;
}

.free_shipping_content {
	margin-left: 10px;
}

.table_shipping {
    border: 1px solid;
    border-color: #e61f26;
    border-spacing: 10px;
    border-collapse: separate;
    width: 100%;
    margin-top: 10px;
}

.icon_shipping_link {
    background-image: url(./images/common/icon.png);
    background-size: 320px 110px;
    background-repeat: no-repeat;
    display: block;
    width: 19px;
    background-position: -233px -58px;
    margin-top: 0;
    margin-right: 0px;
    height: 16px;
    float: left;
}

.pd-desc-multi.hide {
	display: none;
}

hr.half-height {
	visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
}

span.text-bold {
	font-weight: bold;
}

.delivery-body {
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}

.delivery-title {
    line-height: 1;
    font-weight: 600;
    font-size: 12px;
    text-align: left;
    padding-left: 12px!important;
    background-color: #e1e6e9;
}

.blue-sky {
	color: #05abe9;
}

.display-insurance {
	display: none;
}

.method-style {
    background: #efefef;
}

.delivery-table {
	border-collapse: collapse;
	border: 3px solid #05abe9;
	width: 100%;
    margin-top: 10px;
}
.delivery-table th {
	border: 1px dotted #c4c2c3;
}

.delivery-table tr {
 	border-bottom: 1px dotted #c4c2c3;
}

.delivery-table tr:last-child {
 	border-bottom: none;
}

.delivery-table td {
	padding: 10px 0 10px 5px;
	vertical-align: middle;
	border-right: 1px dotted #c4c2c3;
}

.delivery-table tbody tr:nth-child(odd) {
   background-color: #e1e6e9;
}

.db-footer {
	display: table;
	margin-top: 5px;
}

.sw-container {
    display: table-cell;
    width: 86%;
    color: red;
    font-weight: bold;
}

.sd-container {
    display: table-cell;
    width: 14%;
    text-align: right;
}

.see-detail {
    padding-left: 16px;
}

.see-detail:before {
    content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #0065f0;
    border-right: 5px solid transparent;
    position: absolute;
    margin-top: 1px;
    margin-left: -10px;
    z-index: 1;
}

.no-shipping-method {
	color: red;
}

.no-shipping-method a {
	color: #427dcb;
}

.column-center {
	text-align: center;	
}

/* Nhan */
.image_selector img.selector_img_thumb {
	text-align: center;
    max-width: 62px;
    max-height: 62px;
    /*
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    border: #a8a6b1 1px solid;
    margin-bottom: 10px;
    */
}

.ico-product-question {
    background: url(./images/product_page/ico_product.png) no-repeat -1px -4px;
    width: 18px;
    height: 16px;
    position: relative;
    display: inline-block;
	vertical-align: middle;
}

.price-info-wrapper {
	/* background: url(./images/product_page/bg_price_product.gif) no-repeat; */
	height: auto;
	width: 100%;
}

#info_part .title-option {
	margin: 15px 0 5px 0;
    font-weight: 700;
}

#info_part ul.content-option li {
    display: inline-block;
    border: 1px solid #c5c5c5;
    border-radius: 2px;
    margin: 2px;
}

#addtocart_box #quantity span {
    color: #666;
    font-weight: bold;
    margin-right: 5px;
    text-align: left;
    margin-left: 14px;
    font-size: 13px;
}

#quantity_selector {
    width: 52px;
    padding: 5px;
    color: #848484;
    border: 1px solid #c5c5c5;
}

.pi-contact-wrapper {
    display: table;
    border: 1px solid #0066C2;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
}

.pi-contact-wrapper:hover {
    text-decoration: none;
}

.pi-contact-wrapper.high-constract {
    background-color: #0066C2;
    color: #ffffff!important;
}

.pi-contact {
    display: table-cell;
    vertical-align: middle;
    padding: 0 6px 0 14px;
}

.pi-contact span {
	display: table-cell;
}

.pi-contact span:first-child {
    width: 28px;
    vertical-align: middle;
}

.cart-icon {
    background: url(./images/product_page/ico_product.png) no-repeat 0px -21px;
    position: relative;
    display: inline-block;
    width: 24px;
    height: 20px;
}

.letter-icon {
    background: url(./images/product_page/ico_product.png) no-repeat -28px -4px;
    position: relative;
    width: 16px;
    height: 12px;
    display: block;
}

.find-icon {
    background: url(./images/product_page/ico_product.png) no-repeat -53px -1px;
    position: relative;
	width: 18px;
	height: 18px;
	display: inline-block;
}

#addtocart_box .other-request {
	margin: 0 10px;
    border-top: 1px solid #c5c5c5;
    min-height: 100px;
    padding-top: 6px;
}

#addtocart_box .other-request a {
	float: left;
    margin-top: 5px;
    color: #427dcb;
}

#addtocart_box .other-request a:last-child {
    margin-bottom: 10px;
}

.seal-payment-method {
	position: relative; 
	width: 100%;
	margin: 10px 0 0 0;
}

.seal-payment-method .spm-content { 
    position: absolute;
    display: table;
    left: 0;
    width: 180px;
    height: 30px;
    text-align: center;
}

.seal-payment-method .spm-text {
	display: table-cell;
	vertical-align: middle;
	font-weight: 700;
}

.body-description .description-content {
	display: inline-block;
}

#customer-review {
    width: 100%;
    float: right;
    display: block;
    border-top: 0;
    position: relative;
    margin-top: 20px;
    border-radius: 4px;
}

#customer-review .review-title-customer {
    height: 32px;
    line-height: 32px;
    font-weight: bold;
    color: #ffffff;
    background: #4d4d4d;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    padding: 0 12px;
    font-size: 16px;
}

#customer-review .review-body {
    border: 1px solid #dedede;
    display: inline-block;
    width: 99.9%;
    height: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

#customer-review .score-rating {
	width: 33%;
    height: 100%;
    margin: 18px 0 10px 31px;
    display: inline-block;
    border-right: 2px dotted #a7a7a7;
}

#customer-review .title-scoring, #customer-review .title-average {
    font-size: 16px;
    font-weight: bold;
}

.rating-star-table {
	width: 90%;
	margin: 10px 0 0 0;
}

.rating-star-table tbody {
	width: 100%;
}

.rating-star-table tbody tr {
	width: 100%;
}

.rating-star-table td {
	padding: 0 5px 5px 0;
}

.rating-star-table tbody tr .star-col {
	width: 20%
}

.rating-star-table tbody tr .review-text {
	width: 20%
}

.rating-star-table tbody tr .review-text a:hover {
	color: #ce0108;
	text-decoration: none;
}

.rating-star-table tbody tr .bar-col {
	width: 50%
}

.rating-star-table tbody tr .review-number {
	width: 50%
}

.content-boder-average ul li {
	text-align: center;
}

.content-boder-average ul li.rate-text {
    font-size: 29px;
    font-weight: bold;
}

.cr_padLeft {
	text-align: left;
	width: 60%;
}

.rating_bar_bg {
	height: 11px;
	width: 142px;
    border-top: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    background: #d8d8d8;
}

.rating_bar {
	z-index: 1;
    display: block;
    height: 12px;
    background: #f3b100;
    margin-top: -1px;
}

.review-text {
	font-weight: 100;
	min-width: 70px;
}

.review-number p {
	color: #4682cb;
	padding-left: 5px;
}

.average-rating {
    width: 25%;
    height: 123px;
    margin: 18px 0 10px 31px;
    display: inline-block;
    border-right: 2px dotted #a7a7a7;
}

.write-rating {
	width: 42%;
    height: 100%;
    padding: 18px 0 10px 31px;
    display: inline-block;
}

.review-body .summary {
	width: 100%;
    height: 100%;
    display: inline-flex;
}

.content-rate-star {
	margin-top: 16px;
}

.image-inline {
	display: inline-block;
}

.rate-star-s {
	margin: 5px 0;
}

.average-rating a {
    color: #4682cb;
}

.write-rating .text-intro {
	margin: 13px 0;
}

.write-rating .write-note {
    margin: 13px 0;
}

.write-rating .write-note a {
    color: #4682cb;
}

.write-rating .btn-write-review {
	display: table-cell;
	background: #e61f26;
    border: solid #e61f26 1px;
    color: #ffffff!important;
    height: 19px;
    padding: 8px 24px;
    border-radius: 3px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    line-height: 18px;
}

.write-rating .link-write-review:hover {
	text-decoration: none;
}

#review_list {
	margin: 18px 18px 0 31px;
}

#header_recently_review {
	font-size: 16px;
	margin-bottom: 9px;
}

#header_recently_review span {
    color: red;
    font-size: 12px;
    float: right;
    font-weight: 100;
}

#review_list hr.line-title {
    margin-top: 9px;
    border-bottom: 1px solid #d2d2d2;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-bottom: 9px;
}

#review_list .item .item-body {
	padding: 10px;
}

.item-title a.review-title {
	color: #333333;
    font-size: 14px;
    font-weight: 700;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

.item-title a.review-title:hover {
	color: #ce0108;
	text-decoration: none;
}

.item-title a.review-brand-right {
    color: #0066c0;
    font-size: 13px;
    font-weight: bold;
    margin-top: 2px;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 145px;
    display: inline-block;
    margin-left: 15px;
}

a.review-brand-right em {
	float: left;
    margin-right: 5px;
    margin-top: -3px;
}

.sprite-edit-icon {
	background: url(./images/common/icon.png) no-repeat -271px -23px;
    width: 21px;
    height: 15px;
}

.fit-no-show {
	display: none;
}

.inner .tit {
	font-weight: bold;
}

.item-title .fits-top {
	margin-bottom: 10px;
	display: inline-block;
}

ul.fit-show li {
    padding: 2px 10px;
}

ul.fit-show {
    position: absolute;
    background-color: white;
    border: 1px solid rgb(154, 154, 154);
    padding: 5px 0px;
    z-index: 30;
    margin-left: 18px;
    display: block;
    height: auto;
}

.item-photo {
	max-width: 147px;
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
}

.item-photo .photo {
    vertical-align: middle;
    width: 147px;
    height: 147px;
    position: relative;
    border: #ccc 3px solid;
}

.photo .img-review-list {
    text-align: center;
    max-width: 147px;
    max-height: 147px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.desc.google_sectional_element {
    position: relative;
    margin-left: 160px;
}

.desc.google_sectional_element .content {
	margin-left: 11px;
}

.item-content-title h3 {
	display: inline-block;
    margin-right: 7px;
}

.item-content-title {
    margin-bottom: 7px;
    font-size: 14px;
}

.item-content-title span {
    color: #797979;
}

.item-content-title a:hover {
	color: #ce0108;
	text-decoration: none;
}

.item-content-rate {
    margin-bottom: 6px;
}

.item-content-rate span {
	margin-left: 11px;
}

.item-content-rate a {
    color: #52adfd;
    margin-right: 11px;
}

.item-content-rate .country a {
	margin-left: 7px;
}

.item-separator {
    border-bottom: 1px solid #d2d2d2 !important;
    margin: 14px 0;
    width: 100%;
    padding-top: 14px;
    border: 0;
}

.item-content-content {
	line-height: 17px;
}

.item .content hr {
    border-bottom: 1px dotted #ccc !important;
    border: 0;
    margin-bottom: 5px;
}

.item .inner {
	margin-top: 5px;
}

.related_link a {
	float: right;
    color: #52adfd;
}

.related_link li {
	float: right;
    width: 100%;
}

#bottom_related_products_list {
	position: relative;
    display: inline-block;
    width: 100%;
}

.best-selling-categories-content, .also-purchased-content {
	height: 342px;
    border: 1px solid #dedede;
    margin-top: 20px;
}

/*#bottom_products_best_model {
	width: 100%;
    float: right;
    overflow: hidden;
    display: block;
    border-top: 0;
    position: relative;
    border-radius: 4px;
}*/

#bottom_products_best_categories .bottom_header, #bottom_products_best_model .bottom_header, #bottom_products_also_purchased .bottom_header {
	height: 32px;
    line-height: 32px;
    font-weight: bold;
    color: #ffffff;
    background: #4d4d4d;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    padding: 0 12px;
    font-size: 16px;
}

aside.v2-blc-product .owl-carousel .owl-wrapper-outer {
	min-width: 1256px !important;
    max-width: 1256px !important;
}

.viewmore-tex-v2 {
	text-align: right;
    padding: 0 5px 0 0;
}

.viewmore-tex-v2 a {
    color: #0066c1;
    font-weight: bold;
    font-size: 13px;
}

.best-selling-model-content {
    height: 345px;
    margin: 20px 0;
    border-top: 0;
    border-radius: 4px;
    border: 1px solid #dedede;
}

.option-select {
	padding: 5px;
	cursor: pointer;
}

.option-select .option-title {
	padding: 5px;
	color: #8f8f8f;
}

.option-select .option-price {
	display: inline-block;
    padding: 9px 0 0 5px;
}

.option-select em.instock-product {
    top: -1px;
    left: 4px;
    width: 46px;
    height: 13px;
    border-radius: 3px;
    margin-right: 5px;
    background-position: -219px -23px !important;
    z-index: 0;
}

.option-select .option-price .product-status {
	float: left;
	margin-left: 4px;
}

.option-select .option-price .price-show {
	float: left;
}

.action-select {
	border-color: #e57a12 !important;
}

.action-select .option-title {
	color: black !important;
}

.action-select .option-price .price-show {
	color: red !important;
	font-weight: 700 !important;
}

.shopping-information .title {
	font-weight: 700;
    border-top: 1px solid #c5c5c5;
    padding-top: 10px;
    padding-bottom: 4px;
}

.saveForLaterLink {
	height: 100%;
    width: 100%;
    line-height: 27px;
}

.fit-relate-model {
    box-sizing: border-box;
    margin-top: 10px;
    width: 100%;
    position: relative;
}

.fit-info-wrapper {
    box-sizing: border-box;
    width: 47%;
    float: left;
   	margin-right: 10px;
}

.fit-relate-seperator {
    border-left: 2px dotted #c2c2c2;
    position: absolute;
    left:47%;
	top:0;
	bottom:0;
}

.relate-info-wrapper {
    box-sizing: border-box;
    width: 49%;
    float: left;
}

.fits-title {
	color: #e32223;
    font-weight: 700;
    font-size: 15px;
}

.fits-body {
	margin-top: 5px;
}

.fits-body p {
	margin: 8px 0;
}


#viewAllFitModels:before {
	content: "";
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid black;
    position: absolute;
    margin-top: 3px;
    margin-left: -9px;
    z-index: 1;
}

.fits-model-popup {
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 3;
}

.fits-view-all {
	position: fixed;
	top: 68px;
	left: 30%;
    z-index: 9999!important;
    width: 554px;
    border-radius: 5px 5px 5px 5px;
    background-color: white;
    box-shadow: 2px 2px 2px #888888;
}

.fits-view-all-container {
	overflow-x: hidden;
    overflow-y: scroll;
    min-height: 400px;
    max-height: 400px;
    word-break: break-word;
    margin: 49px 0 2px 0;
}

.fits-model-content li:first-child {
    color: #e81f32;
    float: left;
    font-weight: bolder;
    margin-bottom: 7px;
    width: 100%;
    text-align: left;
}

.fits-model-content hr {
    position: absolute;
    top: 7px;
    left: 21px;
    border: none;
    border-top: 1px dotted #bbb;
    color: #fff;
    height: 1px;
    width: 100%;
}

.fits-model-content {
    display: table;
    max-width: 506px;
    margin-left: 24px;
    margin-right: 24px;
    margin-bottom: 10px;
    float: left;
    width: 554px;
    border-radius: 0 0 5px 5px;
    position: relative;
    overflow: hidden;
}

.fits-model-content li {
    display: inline-table;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: pre-wrap;
    width: 45%;
    margin-right: 11px;
}

.fits-view-all .img_close {
    float: right;
    margin-top: 9px;
    margin-right: 7px;
    cursor: pointer;
    z-index: 10000;
    width: 19px;
    height: 18px;
    position: absolute;
    right: 0;
    margin-left: 5px;
    display: inline-block;
    background: transparent url(./images/common/icon.png) -267px -121px no-repeat;
}

.fits-view-all .fits-all-title {
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	margin: 10px 0 5px 2px;
}

.fit-info-wrapper .pp_overlay {
    opacity: 0.8;
    height: 100%;
    width: 100%;
    position: fixed;
    background: #000;
    left: 0;
    top: 0;
    z-index: 1;
}

.rl_boxes .goog-trans-control, .rl_boxes .manual-trans-control {
	margin: 0!important;
	padding: 0!important;
}

.rl_boxes .item {
	display: inline-block;
}
/* BOE Fix display of delivery info at products detail page @rcv!doan.nhan #201710.02 2017/10/06 */
#si-highlighted {
	color: blue;
}

#si-highlighted-bigger-eight {
	color: rgb(249,94,9);
}

#si-highlighted-out-of-stock {
	color: red;	
}

.si-size {
	font-size: 13pt;
	/*line-height: 20pt;*/
}

.si-color {
	color: #008b00;
}

.si-sep {
	margin-top: 5px;
}

.si-request-highlighted {
	background-color: #0066C2;
	text-align: center;
	color: white;
	border-radius: 10pt;
	padding: 5px 10px;
	display: inline-block;
}

#si-highlighted-left {
	margin-left: 0;	
	display: inline-block;
}
a.si-request-highlighted:hover, 
a.si-request-highlighted:visited {
	color: white;
	text-decoration: none;
}
/* EOE Fix display of delivery info at products detail page @rcv!doan.nhan #201710.02 2017/10/06 */

section.v2-blc-product ul li {
    float: left;
    list-style: none;
    padding: 10px;
    width: calc(100% - 23px);
    height: 256px;
}

section.v2-blc-product .owl-carousel .owl-wrapper-outer {
    min-width: 990px;
    max-width: 1264px;
    height: 100%;
    padding: 10px 5px 10px 5px;
}

section.v2-blc-product ul li .product {
    width: 100%;
}

section.v2-blc-product ul li .product .frame {
    height: 150px;
    overflow: hidden;
    width: 100%;
    border: 1px solid #e2e2e2;
    position: relative;
}

section.v2-blc-product ul li .product .frame img {
    max-width: 100%;
    height: auto;
    margin: auto;
    display: block;
    max-height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

section.v2-blc-product ul li .product .detail .info-title {
    height: 25px;
    overflow: hidden;
    display: inline-block;
    font-size: 12px;
    white-space: normal;
    text-overflow: ellipsis;
    color: #262626;
    font-weight: 700;
    cursor: pointer;
    width: 133px;
}

section.v2-blc-product ul li .product .detail .price {
    color: #a80820;
    font-weight: 700;
    display: block;
    margin-top: 8px;
    font-size: 15px;
}

section.v2-blc-product ul li .product .detail .save {
    color: #979797;
    display: block;
    margin-top: 5px;
    font-size: 12px;
    text-decoration: line-through;
    height: 12px;
}

section.v2-blc-product ul li .product .detail {
    margin-top: 10px;
}

section.v2-blc-product ul li .photo-tips {
    height: 18px;
    position: absolute;
    z-index: 199;
    width: 100%;
    text-align: center;
    background-color: #000;
    transition: all .5s ease;
    opacity: 0.7;
    display: none;
    bottom: 0;
}

section.v2-blc-product ul li:hover .photo-tips{
    display: block!important;
}

.best-selling-categories-header {
	height: 320px;
}

.best_selling_model_block {
	height: 293px !important;
}

.zoomContainer {
	z-index: 99;
}

.zoomWindow {
	z-index: 9999;
}

/* 2018.09.07 Add video on brand toppage Chen */
.fixed-ratio {
    display: block;
    position: relative;
    overflow: hidden;
    width: 560px;
    height: 315px;
    margin: auto;
}
.fixed-ratio>img {
    object-fit: contain;
}
.fixed-ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.brand_video{
	width: 100%; 
	float: rigth;
}


/*renew product detail page*/

.select {
  position: relative;
  display: inline-block;
}

.select select {
  height: 40px;
  padding: 0 10px;
  border: 1px solid #eee;
  border-radius: 1px;
  -webkit-transition: .15s;
  transition: .15s;
}

.select select:hover {
  border-color: rgba(89, 89, 89, 0.3);
}

.select select:focus {
  outline: none;
}

.select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #595959 transparent transparent transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.select.btn-block {
  width: 100%;
}

.select.btn-block select {
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.select.btn-block + .select {
  margin-top: 10px;
}

@media screen and (min-width: 0\0) {
  .select {
    border: 1px solid #eee;
    overflow: hidden;
    width: 100%;
  }
  .select select {
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=-1, OffY=-1,color=#FF0000) progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1,color=#FF0000);
    border: none;
    width: 125%;
  }
  .select select::-ms-expand {
    display: none;
  }
  .select.btn-block select {
    width: 125%;
  }
}

.product_detail_page .icon {
  background: url("./images/product_page/icon-product-detail-page.png") no-repeat;
  display: inline-block;
}

.product_detail_page .icon-quest {
  width: 18px;
  height: 18px;
  background-position: -90px 0;
}

.product_detail_page .icon-mail {
  width: 18px;
  height: 18px;
  background-position: -108px 0;
}

.product_detail_page .icon-heart {
  width: 36px;
  height: 36px;
  background-position: -18px 0;
}

.product_detail_page * {
  font-size: .875rem;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.product_detail_page button:focus, .product_detail_page input:focus {
  outline: none;
}

.product_detail_page .content-block {
  margin-bottom: 30px;
}

.product_detail_page .content-block .content-block-border {
  border: 1px solid #eee;
}

.product_detail_page .product-name {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  display: table;
  width: 100%;
}

.product_detail_page .product-name > * {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 10px;
}

.product_detail_page .product-name * {
  font-size: 23px;
  line-height: 1.4;
}

.product_detail_page .product-name .brand {
  color: #0094FF;
  text-transform: uppercase;
  width: 1%;
  white-space: nowrap;
}

.product_detail_page .product-name .name {
  color: #000;
  padding-left: 10px;
}

.product_detail_page .product-common-info {
  margin-bottom: 10px;
  display: table;
  width: 100%;
}

.product_detail_page .product-common-info > * {
  display: table-cell;
  vertical-align: middle;
}

.product_detail_page .product-common-info .product-number {
  color: #595959;
  font-size: .75rem;
}

.product_detail_page .product-common-info .product-rating {
  color: #ffa800;
  font-weight: bold;
  text-align: right;
}

.product_detail_page #leftcol {
  width: 474px;
}

.product_detail_page #leftcol .image_selector {
  border: none;
}

.product_detail_page #img-list .select_item {
  width: auto;
  height: auto;
  margin: 0 3px 6px;
}

.product_detail_page #img-list .select_item a {
  width: 100%;
  height: 100%;
  display: block;
}

.product_detail_page #img-list .select_item a img {
  width: 62px;
  height: 62px;
  -o-object-fit: cover;
     object-fit: cover;
}

.product_detail_page #rightcol {
  float: none;
  overflow: hidden;
  width: auto;
  position: relative;
  padding-left: 40px;
}

.product_detail_page #rightcol .product-title, .product_detail_page #rightcol #info_part {
  float: none;
  width: 100%;
}

.product_detail_page #rightcol .product-title {
  margin-bottom: 20px;
}

.product_detail_page #rightcol #info_part .price-info-wrapper {
  margin-bottom: 30px;
}

.product_detail_page #rightcol #info_part .price-info-wrapper .price {
  font-family: UTMHELVETINS !important;
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #000;
}

.product_detail_page #rightcol #info_part .price-info-wrapper .price .currency {
  font-size: 1.25rem;
  margin-left: 5px;
}

.product_detail_page #rightcol #info_part .price-info-wrapper .price .price-yen {
	font-size: 1.25rem;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: gray;
}

.product_detail_page #rightcol #info_part .price-info-wrapper .price .price-yen span {
	font-family: "Arial Black" !important;
	font-size: 1.25rem;
	letter-spacing: -0.1em;
}

.product_detail_page #rightcol #info_part .price-info-wrapper .old-price {
  font-size: 1rem;
  margin-bottom: 10px;
}

.product_detail_page #rightcol #info_part .price-info-wrapper .old-price b:not(.discount) {
  text-decoration: line-through;
  color: #595959;
}

.product_detail_page #rightcol #info_part .price-info-wrapper .old-price .discount {
  color: #e61e25;
  margin-left: 5px;
}

.product_detail_page #rightcol #info_part .price-info-wrapper .wb-point {
  font-size: 1rem;
  color: #ffa800;
}

.product_detail_page #rightcol #info_part .choose-option {
  margin-bottom: 20px;
}

.product_detail_page #rightcol #info_part .product-produced {
  /* border: 1px solid #eee;
  padding: 25px 20px; */
  margin-bottom: 20px;
}

.product_detail_page #rightcol #info_part .product-produced .title {
  color: #ffa800;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: normal;
  border: none;
  padding: 0;
}

.product_detail_page #rightcol #info_part .add-to-cart {
  height: 40px;
  width: 100%;
}

.product_detail_page #rightcol #info_part .add-to-cart::after {
  content: "";
  display: table;
  clear: both;
}

.product_detail_page #rightcol #info_part .add-to-cart .amount {
  float: left;
}

.product_detail_page #rightcol #info_part .add-to-cart .amount .amount-control {
  display: table;
  border-style: solid;
  border-color: #eee;
  border-width: 1px 0;
}

.product_detail_page #rightcol #info_part .add-to-cart .amount .amount-control > * {
  display: table-cell;
  vertical-align: middle;
}

.product_detail_page #rightcol #info_part .add-to-cart .amount button {
  width: 40px;
  height: 40px;
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: #eee;
  background: #fff;
  cursor: pointer;
  -webkit-transition: .15s;
  transition: .15s;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.product_detail_page #rightcol #info_part .add-to-cart .amount button:hover {
  background: rgba(238, 238, 238, 0.7);
}

.product_detail_page #rightcol #info_part .add-to-cart .amount input {
  width: 60px;
  height: 40px;
  border: none;
  font-size: 1.25rem;
  text-align: center;
  -moz-appearance: textfield;
}

.product_detail_page #rightcol #info_part .add-to-cart .amount input::-webkit-inner-spin-button {
  display: none;
}

.product_detail_page #rightcol #info_part .add-to-cart .amount input::-webkit-outer-spin-button, .product_detail_page #rightcol #info_part .add-to-cart .amount input::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

.product_detail_page #rightcol #info_part .add-to-cart .amount .btn-plus, .product_detail_page #rightcol #info_part .add-to-cart .amount .btn-minus {
  position: relative;
}

.product_detail_page #rightcol #info_part .add-to-cart .amount .btn-plus::after, .product_detail_page #rightcol #info_part .add-to-cart .amount .btn-plus::before, .product_detail_page #rightcol #info_part .add-to-cart .amount .btn-minus::after, .product_detail_page #rightcol #info_part .add-to-cart .amount .btn-minus::before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background: #595959;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 0\0) {
  .product_detail_page #rightcol #info_part .add-to-cart .amount .btn-plus::after, .product_detail_page #rightcol #info_part .add-to-cart .amount .btn-plus::before, .product_detail_page #rightcol #info_part .add-to-cart .amount .btn-minus::after, .product_detail_page #rightcol #info_part .add-to-cart .amount .btn-minus::before {
    position: relative;
  }
}

.product_detail_page #rightcol #info_part .add-to-cart .amount .btn-plus::before, .product_detail_page #rightcol #info_part .add-to-cart .amount .btn-minus::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (min-width: 0\0) {
  .product_detail_page #rightcol #info_part .add-to-cart .amount .btn-plus::before, .product_detail_page #rightcol #info_part .add-to-cart .amount .btn-minus::before {
    margin-top: 1px;
  }
}

.product_detail_page #rightcol #info_part .add-to-cart .amount .btn-minus::before {
  content: none;
}

.product_detail_page #rightcol #info_part .add-to-cart .action {
  padding-left: 20px;
  float: none;
  overflow: hidden;
  height: 100%;
}

.product_detail_page #rightcol #info_part .add-to-cart .action .btn-add-to-cart {
  height: 100%;
  width: 100%;
  outline: none;
  background: #e61e25;
  border: 1px solid #e61e25;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: .15s;
  transition: .15s;
}

.product_detail_page #rightcol #info_part .add-to-cart .action .btn-add-to-cart:disabled, .product_detail_page #rightcol #info_part .add-to-cart .action .btn-add-to-cart.cart-disable {
	cursor: default;
	background-color: #5F5F5F;
	border-color: #5F5F5F;
	color: #D2D2D2;
}

.product_detail_page #rightcol #info_part .add-to-cart .action .btn-add-to-cart:not(:disabled):not(.cart-disable):hover {
  opacity: .8;
}

.product_detail_page #rightcol #info_part .question {
  margin-top: 30px;
	display: flex;
	justify-content: space-evenly;
}

.product_detail_page #rightcol #info_part .question a {
  color: #0094FF;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

.product_detail_page #rightcol #info_part .question a:hover {
  text-decoration: none;
  opacity: .7;
}

.product_detail_page #rightcol #info_part .question a + a {
  margin-left: 50px;
}

.product_detail_page #rightcol #info_part .question a i {
  margin-bottom: -4px;
}

.product_detail_page #rightcol .fitment {
  margin-top: 30px;
}

.product_detail_page #rightcol .fitment .title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #595959;
}

.product_detail_page #rightcol .fitment .fitment-list {
  margin: 0 -5px;
}

.product_detail_page #rightcol .fitment .fitment-list > div {
  display: inline-block;
  padding: 5px;
  vertical-align: middle;
}

.product_detail_page #rightcol .fitment .fitment-list > div a {
  display: block;
  position: relative;
  width: 85px;
  height: 85px;
}

.product_detail_page #rightcol .fitment .fitment-list > div a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: .15s;
  transition: .15s;
}

.product_detail_page #rightcol .fitment .fitment-list > div a img.hover {
  opacity: 0;
  visibility: hidden;
}

.product_detail_page #rightcol .fitment .fitment-list > div a:hover .hover {
  opacity: 1;
  visibility: visible;
}

.product_detail_page #rightcol .fitment .fitment-list > div a:hover .normal {
  opacity: 0;
  visibility: hidden;
}

.product_detail_page #rightcol .btn-wishlist {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 38px;
  height: 38px;
  cursor: pointer;
  background: transparent;
  border: none;
  text-align: center;
}

.product_detail_page #rightcol .btn-wishlist.active .icon-heart {
  background-position: -54px 0;
}

.product_detail_page .heading-2 {
  line-height: 40px;
  min-height: 40px;
  padding: 10px 0;
  background: transparent;
  margin-bottom: 15px;
}

.product_detail_page .heading-2 * {
  color: #fff;
}

.product_detail_page .heading-2 h2 {
  line-height: 1.3;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: bold;
  color: #2A313C;
}

.product_detail_page .specifications {
  margin-top: 30px;
}

.product_detail_page .specifications table.table-attribute {
  border: 1px solid rgba(89, 89, 89, 0.3);
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-radius: 1px;
  margin-bottom: 35px;
}

.product_detail_page .specifications table.table-attribute tr td {
  border: none;
  padding: 10px 15px;
  text-transform: capitalize;
}

.product_detail_page .specifications table.table-attribute tr td:first-child {
  width: 20%;
  padding-right: 20px;
  background: #eee;
}

.product_detail_page .specifications table.table-attribute tr + tr td {
  border-top: 1px solid rgba(89, 89, 89, 0.3);
}

.product_detail_page .specifications .detail-block {
  margin-bottom: 15px;
}

.product_detail_page .specifications .detail-block .title {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1rem;
  text-transform: capitalize;
}

.product_detail_page .specifications .detail-block * {
  line-height: 1.4;
}

.product_detail_page .specifications .note {
  margin-top: 30px;
}

.product_detail_page .specifications .note *:not(.title) {
  color: #e61e25;
}

.product_detail_page .specifications .similar {
  margin-top: 30px;
}

.product_detail_page .specifications .similar .btn-show-all {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: 1px solid #595959;
  border-radius: 100%;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.product_detail_page .specifications .similar .btn-show-all::after {
  content: "";
  width: 3px;
  height: 3px;
  display: block;
  border: solid #595959;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.product_detail_page .specifications .similar ul, .product_detail_page .specifications .similar li {
  list-style: disc;
}

.product_detail_page .specifications .similar ul {
  padding-left: 25px;
  display: none;
}

.product_detail_page .specifications .similar ul a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: .75rem;
  color: #0094FF;
}

.product_detail_page .specifications .similar ul a:hover {
  color: #e61e25;
  text-decoration: none;
}

.product_detail_page .specifications .similar.show .btn-show-all::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 2px;
}

.product_detail_page .specifications .similar.show ul {
  display: block;
}

.product_detail_page .rating-reviews {
  margin-top: 20px;
}

.product_detail_page .rating-reviews .review-block {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.product_detail_page .rating-reviews .review-block > * {
  display: table-cell;
  vertical-align: top;
}

.product_detail_page .rating-reviews .review-block .summary-block {
  width: 23%;
}

.product_detail_page .rating-reviews .review-block .summary-block .btn-write-review {
  background: #fff;
  color: #2ada71;
  border: 1px solid #2ada71;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  min-height: 40px;
  line-height: 1.4;
  padding: 10px 5px;
  margin-top: 20px;
  -webkit-transition: .15s;
  transition: .15s;
}

.product_detail_page .rating-reviews .review-block .summary-block .btn-write-review:hover {
  background: #2ada71;
  color: #fff;
  text-decoration: none;
}

.product_detail_page .rating-reviews .review-block .sumary-rating-reviews {
  background: #2ada71;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 10px;
  color: #000;
}

.product_detail_page .rating-reviews .review-block .sumary-rating-reviews > * {
  display: table-cell;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
}

.product_detail_page .rating-reviews .review-block .sumary-rating-reviews .rating {
  text-align: right;
  font-weight: bold;
  font-size: 3rem;
  padding-right: 10px;
}

.product_detail_page .rating-reviews .review-block .sumary-rating-reviews > div {
  text-align: left;
}

.product_detail_page .rating-reviews .review-block .sumary-rating-reviews > div p {
  font-size: .75rem;
  margin-top: 5px;
}

.product_detail_page .rating-reviews .review-block .break-down {
  color: #000;
}

.product_detail_page .rating-reviews .review-block .break-down p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.product_detail_page .rating-reviews .review-block .break-down table {
  width: 100%;
}

.product_detail_page .rating-reviews .review-block .break-down table td {
  vertical-align: middle;
  padding: 0 0 10px;
}

.product_detail_page .rating-reviews .review-block .break-down table .label, .product_detail_page .rating-reviews .review-block .break-down table .num {
  width: 1px;
  white-space: nowrap;
}

.product_detail_page .rating-reviews .review-block .break-down table .label {
  padding-right: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.product_detail_page .rating-reviews .review-block .break-down table .num {
  text-align: right;
  padding-left: 10px;
}

.product_detail_page .rating-reviews .review-block .break-down table div[data-process] {
  width: 100%;
  height: 5px;
  background: #eee;
  position: relative;
}

.product_detail_page .rating-reviews .review-block .break-down table div[data-process] span {
  display: inline-block;
  height: 100%;
  background: #2ada71;
}

.product_detail_page .rating-reviews .review-list {
  padding-left: 20px;
}

.product_detail_page .rating-reviews .review-list > .title {
  font-weight: bold;
  font-size: 1rem;
}

.product_detail_page .rating-reviews .review-list .review-box {
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

.product_detail_page .rating-reviews .review-list .review-box .review-title {
  margin-bottom: 10px;
}

.product_detail_page .rating-reviews .review-list .review-box .review-title h3 {
  margin-bottom: 10px;
}

.product_detail_page .rating-reviews .review-list .review-box .review-title h3 a {
  font-size: 1.25rem;
}

.product_detail_page .rating-reviews .review-list .review-box .review-title h3 a:hover {
  text-decoration: none;
  color: #e61e25;
}

.product_detail_page .rating-reviews .review-list .review-box .review-title .review-rate {
  color: #000;
}

.product_detail_page .rating-reviews .review-list .review-box .review-title .review-rate em {
  margin-right: 10px;
}

.product_detail_page .rating-reviews .review-list .review-box .review-title .review-rate a {
  color: #0094FF;
  margin-right: 20px;
}

.product_detail_page .rating-reviews .review-list .review-box .review-title .review-rate time {
  color: #595959;
}

.product_detail_page .rating-reviews .review-list .review-box .review-content {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

.product_detail_page .rating-reviews .review-list .review-box .review-content > * {
  display: table-cell;
  vertical-align: top;
}

.product_detail_page .rating-reviews .review-list .review-box .review-content .review-info {
  width: 1%;
}

.product_detail_page .rating-reviews .review-list .review-box .review-content .review-photo a {
  width: 200px;
  height: 200px;
  display: block;
  position: relative;
  border: 1px solid #eee;
}

.product_detail_page .rating-reviews .review-list .review-box .review-content .review-photo a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}

.product_detail_page .rating-reviews .review-list .review-box .review-content .review-detail {
  padding-left: 15px;
}

.product_detail_page .rating-reviews .review-list .review-box .review-content .review-detail .review-description {
  font-size: .875rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 10;
}

.product_detail_page .rating-reviews .review-list .review-box .review-content .review-detail .read-more {
  position: relative;
  display: inline;
  color: #0094FF;
}

.product_detail_page .rating-reviews .review-list .review-box .review-content .review-detail .read-more::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  vertical-align: middle;
  margin-left: 5px;
}

.product_detail_page .rating-reviews .review-list .review-box .review-content .review-detail .read-more:hover {
  text-decoration: none;
  color: #e61e25;
}

.product_detail_page .rating-reviews .review-list .review-box .review-product {
  border: 1px solid #eee;
  padding: 10px;
  margin-top: 10px;
}

.product_detail_page .rating-reviews .review-list .review-box .review-product a {
  vertical-align: middle;
}

.product_detail_page .rating-reviews .review-list .review-box .review-product .review-product-name {
  font-size: 1rem;
  font-weight: bold;
  margin-right: 15px;
}

.product_detail_page .rating-reviews .review-list .review-box .review-product .review-product-name:hover {
  color: #e61e25;
  text-decoration: none;
}

.product_detail_page .rating-reviews .review-list .review-box .review-product .review-brand {
  color: #0094FF;
  text-transform: uppercase;
}

.product_detail_page .rating-reviews .review-list .review-box .review-product .review-brand em {
  margin-bottom: -2px;
}

.product_detail_page .rating-reviews .review-list .review-box .review-product .review-product-fits {
  margin-top: 10px;
  display: table;
  width: 100%;
}

.product_detail_page .rating-reviews .review-list .review-box .review-product .review-product-fits > * {
  display: table-cell;
  vertical-align: top;
}

.product_detail_page .rating-reviews .review-list .review-box .review-product .review-product-fits .title {
  font-weight: bold;
  width: 1%;
	white-space: nowrap;
}

.product_detail_page .rating-reviews .review-list .review-box .review-product .review-product-fits .fit-list {
  position: relative;
}

.product_detail_page .rating-reviews .review-list .review-box .review-product .review-product-fits .fit-list ul {
  padding-left: 20px;
  max-height: 400px;
  overflow-y: auto;
}

.product_detail_page .rating-reviews .review-list .review-box .review-product .review-product-fits .fit-list ul li {
  line-height: 1.4;
}

.product_detail_page .rating-reviews .review-list .review-box .review-product .review-product-fits .fit-list ul li + li {
  margin-top: 5px;
}

.product_detail_page .rating-reviews .review-list .review-box .review-product .review-product-fits .fit-list ul li:nth-child(n + 2) {
  display: none;
}

.product_detail_page .rating-reviews .review-list .review-box .review-product .review-product-fits .fit-list .action {
  width: 1%;
}

.product_detail_page .rating-reviews .review-list .review-box .review-product .review-product-fits .fit-list.show ul li {
  display: block;
}

.product_detail_page .rating-reviews .review-list .review-box .review-product .review-product-fits .fit-list.show .btn-toggle-fits {
  border-width: 0 10px 10px;
  border-color: transparent transparent #0094FF;
}

.product_detail_page .rating-reviews .review-list .review-box .review-product .review-product-fits .btn-toggle-fits {
  width: 0;
  height: 0;
  display: inline-block;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #0094FF transparent transparent;
  margin-bottom: 4px;
  position: absolute;
  bottom: 0;
  right: 25px;
}

.product_detail_page .rating-reviews .review-list .review-box .review-product .review-product-fits .btn-toggle-fits:hover {
  opacity: .7;
}

.product_detail_page .rating-reviews .review-list .review-box + .review-box {
  margin-top: 20px;
}

.product_detail_page .rating-reviews .review-list .btn-show-more-review {
  width: 100%;
  color: #fff;
  background: #0094FF;
  border-color: #0094FF;
}

.product_detail_page .rating-reviews .review-list .btn-show-more-review::after {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  border: solid;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: middle;
  margin-top: -5px;
  margin-left: 5px;
}

.product_detail_page .rating-reviews .review-list .btn-show-more-review:hover {
  color: #0094FF;
  background: #fff;
}

.product_detail_page .rating-reviews .review-list .action-block {
  display: table;
  width: 100%;
  margin-top: 20px;
}

.product_detail_page .rating-reviews .review-list .action-block > * {
  display: table-cell;
  vertical-align: middle;
}

.product_detail_page .rating-reviews .review-list .action-block .write-review {
  width: 1%;
  padding-left: 10px;
}

.product_detail_page .rating-reviews .review-list .action-block button,
.product_detail_page .rating-reviews .review-list .action-block a {
  height: 40px;
  border: 1px solid;
  cursor: pointer;
  -webkit-transition: .15s;
  transition: .15s;
  padding: 0 10px;
  border-radius: 1px;
}

.product_detail_page .rating-reviews .review-list .action-block .btn-write-review {
  background: #fff;
  color: #2ada71;
  border-color: #2ada71;
  white-space: nowrap;
  font-weight: bold;
  padding: 0 40px;
  width: 300px;
  text-transform: uppercase;
  display: block;
    text-align: center;
    line-height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
}

.product_detail_page .rating-reviews .review-list .action-block .btn-write-review:hover {
  background: #2ada71;
  color: #fff;
}

.product_detail_page .rating-reviews .review-list .action-block .btn-write-review a {
	color: #ffa800;
	text-decoration: none;
}
.product_detail_page .rating-reviews .review-list .action-block .btn-write-review a:hover {
	background: #ffa800;
	color: #fff;
}

.product_detail_page aside.v2-recently-viewed {
  border-top: none;
  height: auto;
}

.product_detail_page aside.v2-recently-viewed::after {
  content: "";
  clear: both;
  display: table;
}

.product_detail_page .recently-view-products {
  padding-top: 0;
}

.product_detail_page .popup-custom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.product_detail_page .popup-custom .popup-overlay {
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  opacity: 0;
}

.product_detail_page .popup-custom .popup-box {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  max-width: 500px;
  background: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  overflow: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.7);
          transform: translateX(-50%) translateY(-50%) scale(0.7);
  opacity: 0;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.product_detail_page .popup-custom .popup-header {
  display: table;
  width: 100%;
  margin: 10px 0;
}

.product_detail_page .popup-custom .popup-header > * {
  display: table-cell;
  vertical-align: middle;
}

.product_detail_page .popup-custom .popup-header .title {
  padding-left: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.product_detail_page .popup-custom .popup-header .action {
  width: 1%;
  text-align: right;
}

.product_detail_page .popup-custom .popup-header .btn-close-popup {
  width: 36px;
  height: 36px;
  position: relative;
  cursor: pointer;
  background: transparent;
  border: none;
}

.product_detail_page .popup-custom .popup-header .btn-close-popup::after, .product_detail_page .popup-custom .popup-header .btn-close-popup::before {
  content: "";
  width: 15px;
  height: 1px;
  background: #000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.product_detail_page .popup-custom .popup-header .btn-close-popup::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.product_detail_page .popup-custom .popup-header .btn-close-popup::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.product_detail_page .popup-custom .popup-content {
  padding: 0 10px 20px;
  max-height: 80vh;
  overflow-y: auto;
}

.product_detail_page .popup-custom .popup-footer {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #eee;
}

.product_detail_page .popup-custom .popup-footer > * {
  display: table-cell;
}

.product_detail_page .popup-custom .popup-footer > * button, .product_detail_page .popup-custom .popup-footer > * a {
  width: 100%;
  height: 40px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.product_detail_page .popup-custom .popup-footer .btn-close-popup {
  color: #0094FF;
}

.product_detail_page .popup-custom.popup-show .popup-overlay {
  opacity: 1;
}

.product_detail_page .popup-custom.popup-show .popup-box {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
          transform: translateX(-50%) translateY(-50%) scale(1);
}

.product_detail_page #popup-choose-option .popup-header {
  margin: 0;
}

.product_detail_page #popup-choose-option .popup-content {
  padding-bottom: 30px;
}

.product_detail_page #popup-choose-option .popup-content .noti-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.product_detail_page #popup-choose-option .popup-content p {
  text-align: center;
}

.product_detail_page .popup-fitment .popup-content ul, .product_detail_page .popup-fitment .popup-content li {
  list-style: disc;
}

.product_detail_page .popup-fitment .popup-content ul {
  padding-left: 25px;
}

.product_detail_page .popup-fitment .popup-content li {
  line-height: 1.4;
}

.product_detail_page .popup-fitment .popup-content li + li {
  margin-top: 5px;
}

.product_detail_page .popup-fitment .popup-content a:hover {
  color: #e61e25;
  text-decoration: none;
}

.custom-popup-show {
  overflow: hidden;
}
/*# sourceMappingURL=product-detail-new.css.map */


/* Add css oem part */
.bikeLogoBlock {
  background: url(../../includes/templates/theme202/images/webike/estimate_form/kawasaki.png) no-repeat;
}

.bikeLogoBlock:hover .logoText{
  color: red;
  text-decoration: none;
}

.bikeLogoBlock .logoText {
  text-indent: unset;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  color: #6B6B6B;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  word-break: break-word;
  padding: 0 2px;
  width: 100%;
}

#HONDA a {
  display: block;
  height: 85px;
  width: 85px;
  text-indent: -9999pt;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background: url(../../includes/templates/theme202/images/webike/estimate_form/honda.png) no-repeat;
}

#HONDA a:hover,#HONDA a.hovered {
  background:	url(../../includes/templates/theme202/images/webike/estimate_form/honda_active.png) no-repeat;
}

#SUZUKI a{
  display: block;
  height: 85px;
  width: 85px;
  text-indent: -9999pt;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background: url(../../includes/templates/theme202/images/webike/estimate_form/suzuki.png) no-repeat;
}

#SUZUKI a:hover,#SUZUKI a.hovered {
  background: url(../../includes/templates/theme202/images/webike/estimate_form/suzuki_active.png) no-repeat;
}

#YAMAHA a{
  display: block;
  height: 85px;
  width: 85px;
  text-indent: -9999pt;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background: url(../../includes/templates/theme202/images/webike/estimate_form/yamaha.png) no-repeat;
}

#YAMAHA a:hover,#YAMAHA a.hovered {
  background: url(../../includes/templates/theme202/images/webike/estimate_form/yamaha_active.png) no-repeat;
}

#KAWASAKI a{
  background: url(../../includes/templates/theme202/images/webike/estimate_form/kawasaki.png) no-repeat;
}

#KAWASAKI a:hover,#KAWASAKI a.hovered {
  background: url(../../includes/templates/theme202/images/webike/estimate_form/kawasaki.png) no-repeat;
  color: red;
  text-decoration: none;
}

#HARLEY-DAVIDSON a{
  display: block;
  height: 85px;
  width: 85px;
  text-indent: -9999pt;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background: url(../../includes/templates/theme202/images/webike/estimate_form/harley.png) no-repeat;
}

#HARLEY-DAVIDSON a:hover,#HARLEY-DAVIDSON a.hovered {
  background: url(../../includes/templates/theme202/images/webike/estimate_form/harley_active.png) no-repeat;
}

#BMW a{
  display: block;
  height: 85px;
  width: 85px;
  text-indent: -9999pt;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background: url(../../includes/templates/theme202/images/webike/estimate_form/bmw.png) no-repeat;
}

#BMW a:hover,#BMW a.hovered {
  background: url(../../includes/templates/theme202/images/webike/estimate_form/bmw_active.png) no-repeat;
}

#centerPartLogo6{
  background: url(../../includes/templates/theme202/images/webike/estimate_form/bmw_text.png) no-repeat;
}

#VESPA a{
  display: block;
  height: 85px;
  width: 85px;
  text-indent: -9999pt;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background: url(../../includes/templates/theme202/images/webike/estimate_form/vespa.png) no-repeat;
}

#VESPA a:hover,#VESPA a.hovered {
  background: url(../../includes/templates/theme202/images/webike/estimate_form/vespa_active.png) no-repeat;
}

#centerPartLogo7{
  background: url(../../includes/templates/theme202/images/webike/estimate_form/vespa_text.png) no-repeat;
}

#KYMCO a {
  display: block;
  height: 85px;
  width: 85px;
  text-indent: -9999pt;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background: url(../../includes/templates/theme202/images/webike/estimate_form/kymco.png) no-repeat;
}

#KYMCO a:hover,#KYMCO a.hovered {
  background: url(../../includes/templates/theme202/images/webike/estimate_form/kymco_active.png) no-repeat;
}

#SYM a {
  display: block;
  height: 85px;
  width: 85px;
  text-indent: -9999pt;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background: url(../../includes/templates/theme202/images/webike/estimate_form/sym.png) no-repeat;
}

#SYM a:hover,#SYM a.hovered {
  background: url(../../includes/templates/theme202/images/webike/estimate_form/sym_active.png) no-repeat;
}

#YAMAHA-TW a{
  display: block;
  height: 85px;
  width: 85px;
  text-indent: -9999pt;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background: url(../../includes/templates/theme202/images/webike/estimate_form/tw_yamaha.png) no-repeat;
}

#YAMAHA-TW a:hover,#YAMAHA-TW a.hovered {
  background: url(../../includes/templates/theme202/images/webike/estimate_form/tw_yamaha_active.png) no-repeat;
}

#SUZUKI-TW a{
  display: block;
  height: 85px;
  width: 85px;
  text-indent: -9999pt;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background: url(../../includes/templates/theme202/images/webike/estimate_form/tw_suzuki.png) no-repeat;
}

#SUZUKI-TW a:hover,#SUZUKI-TW a.hovered {
  background: url(../../includes/templates/theme202/images/webike/estimate_form/tw_suzuki_active.png) no-repeat;
}

#AEON a{
  display: block;
  height: 85px;
  width: 85px;
  text-indent: -9999pt;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background: url(../../includes/templates/theme202/images/webike/estimate_form/aeon.png) no-repeat;
}

#AEON a:hover,#AEON a.hovered {
  background: url(../../includes/templates/theme202/images/webike/estimate_form/aeon_active.png) no-repeat;
}

#PGO a{
  display: block;
  height: 85px;
  width: 85px;
  text-indent: -9999pt;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background: url(../../includes/templates/theme202/images/webike/estimate_form/pgo.png) no-repeat;
}

#PGO a:hover,#PGO a.hovered {
  background: url(../../includes/templates/theme202/images/webike/estimate_form/pgo_active.png) no-repeat;
}

#HARTFORD a{
  display: block;
  height: 85px;
  width: 85px;
  text-indent: -9999pt;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background: url(../../includes/templates/theme202/images/webike/estimate_form/hartford.png) no-repeat;
}

#HARTFORD a:hover,#HARTFORD a.hovered {
  background: url(../../includes/templates/theme202/images/webike/estimate_form/hartford_active.png) no-repeat;
}

#CPI a{
  display: block;
  height: 85px;
  width: 85px;
  text-indent: -9999pt;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background: url(../../includes/templates/theme202/images/webike/estimate_form/cpi.png) no-repeat;
}

#CPI a:hover,#CPI a.hovered {
  background: url(../../includes/templates/theme202/images/webike/estimate_form/cpi_active.png) no-repeat;
}

#TH_HONDA a{
  display: block;
  height: 85px;
  width: 85px;
  text-indent: -9999pt;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background: url(../../includes/templates/theme202/images/webike/estimate_form/th_honda.png) no-repeat;
}

#TH_HONDA a:hover,#TH_HONDA a.hovered {
  background: url(../../includes/templates/theme202/images/webike/estimate_form/th_honda_active.png) no-repeat;
}

#centerPartLogo16{
  background: url(../../includes/templates/theme202/images/webike/estimate_form/th_honda_text.png) no-repeat;
}

#TH_YAMAHA a{
  display: block;
  height: 85px;
  width: 85px;
  text-indent: -9999pt;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background: url(../../includes/templates/theme202/images/webike/estimate_form/th_yamaha.png) no-repeat;
}

#TH_YAMAHA a:hover,#TH_YAMAHA a.hovered {
  background: url(../../includes/templates/theme202/images/webike/estimate_form/th_yamaha_active.png) no-repeat;
}

#centerPartLogo17{
  background: url(../../includes/templates/theme202/images/webike/estimate_form/th_yamaha_text.png) no-repeat;
}
.bikeLogoList .th-oem {
margin-left: 16px;
}


#DUCATI a{
  display: block;
  height: 85px;
  width: 85px;
  text-indent: -9999pt;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background: url(../../includes/templates/theme202/images/webike/estimate_form/ducati.png) no-repeat;
}

#DUCATI a:hover,#DUCATI a.hovered {
  background: url(../../includes/templates/theme202/images/webike/estimate_form/ducati_active.png) no-repeat;
}

#centerPartLogo18 {
  background: url(../../includes/templates/theme202/images/webike/estimate_form/ducati_text.png) no-repeat;
}



#KTM a{
  display: block;
  height: 85px;
  width: 85px;
  text-indent: -9999pt;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background: url(../../includes/templates/theme202/images/webike/estimate_form/ktm.png) no-repeat;
}

#KTM a:hover,#KTM a.hovered {
  background: url(../../includes/templates/theme202/images/webike/estimate_form/ktm_active.png) no-repeat;
}

#centerPartLogo19 {
  background: url(../../includes/templates/theme202/images/webike/estimate_form/ktm_text.png) no-repeat;
}


#TRIUMPH a{
  display: block;
  height: 85px;
  width: 85px;
  text-indent: -9999pt;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background: url(../../includes/templates/theme202/images/webike/estimate_form/triumph.png) no-repeat;
}

#TRIUMPH a:hover,#TRIUMPH a.hovered {
  background: url(../../includes/templates/theme202/images/webike/estimate_form/triumph_active.png) no-repeat;
}

#centerPartLogo20 {
  background: url(../../includes/templates/theme202/images/webike/estimate_form/triumph_text.png) no-repeat;
}


#APRILIA a{
  display: block;
  height: 85px;
  width: 85px;
  text-indent: -9999pt;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background: url(../../includes/templates/theme202/images/webike/estimate_form/aprilia.png) no-repeat;
}

#APRILIA a:hover,#APRILIA a.hovered {
  background: url(../../includes/templates/theme202/images/webike/estimate_form/aprilia_active.png) no-repeat;
}

#centerPartLogo21 {
  background: url(../../includes/templates/theme202/images/webike/estimate_form/aprilia_text.png) no-repeat;
}


#MOTOGUZZI a{
  display: block;
  height: 85px;
  width: 85px;
  text-indent: -9999pt;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background: url(../../includes/templates/theme202/images/webike/estimate_form/motoguzzi.png) no-repeat;
}

#MOTOGUZZI a:hover,#MOTOGUZZI a.hovered {
  background: url(../../includes/templates/theme202/images/webike/estimate_form/motoguzzi_active.png) no-repeat;
}

#centerPartLogo22 {
  background: url(../../includes/templates/theme202/images/webike/estimate_form/motoguzzi_text.png) no-repeat;
}


#PIAGGIO a{
  display: block;
  height: 85px;
  width: 85px;
  text-indent: -9999pt;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background: url(../../includes/templates/theme202/images/webike/estimate_form/piaggio.png) no-repeat;
}

#PIAGGIO a:hover,#PIAGGIO a.hovered {
  background: url(../../includes/templates/theme202/images/webike/estimate_form/piaggio_active.png) no-repeat;
}

#centerPartLogo23 {
  background: url(../../includes/templates/theme202/images/webike/estimate_form/piaggio_text.png) no-repeat;
}

#GILERA a{
  display: block;
  height: 85px;
  width: 85px;
  text-indent: -9999pt;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background: url(../../includes/templates/theme202/images/webike/estimate_form/gilera.png) no-repeat;
}

#GILERA a:hover,#GILERA a.hovered {
  background: url(../../includes/templates/theme202/images/webike/estimate_form/gilera_active.png) no-repeat;
}

#centerPartLogo24 {
  background: url(../../includes/templates/theme202/images/webike/estimate_form/gilera_text.png) no-repeat;
}

#DERBI a{
  display: block;
  height: 85px;
  width: 85px;
  text-indent: -9999pt;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background: url(../../includes/templates/theme202/images/webike/estimate_form/derbi.png) no-repeat;
}

#DERBI a:hover,#DERBI a.hovered {
  background: url(../../includes/templates/theme202/images/webike/estimate_form/derbi_active.png) no-repeat;
}

#centerPartLogo25 {
  background: url(../../includes/templates/theme202/images/webike/estimate_form/derbi_text.png) no-repeat;
}

#HYOSUNG a{
  display: block;
  height: 85px;
  width: 85px;
  text-indent: -9999pt;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background: url(../../includes/templates/theme202/images/webike/estimate_form/hyosung.png) no-repeat;
}

#HYOSUNG a:hover,#HYOSUNG a.hovered {
  background: url(../../includes/templates/theme202/images/webike/estimate_form/hyosung_active.png) no-repeat;
}

#centerPartLogo26 {
  background: url(../../includes/templates/theme202/images/webike/estimate_form/hyosung_text.png) no-repeat;
}

#CAGIVA a{
  display: block;
  height: 85px;
  width: 85px;
  text-indent: -9999pt;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background: url(../../includes/templates/theme202/images/webike/estimate_form/cagiva.png) no-repeat;
}

#CAGIVA a:hover,#CAGIVA a.hovered {
  background: url(../../includes/templates/theme202/images/webike/estimate_form/cagiva_active.png) no-repeat;
}

#centerPartLogo27 {
  background: url(../../includes/templates/theme202/images/webike/estimate_form/cagiva_text.png) no-repeat;
}

#HUSQVARNA a{
  display: block;
  height: 85px;
  width: 85px;
  text-indent: -9999pt;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background: url(../../includes/templates/theme202/images/webike/estimate_form/husqvarna.png) no-repeat;
}

#HUSQVARNA a:hover,#HUSQVARNA a.hovered {
  background: url(../../includes/templates/theme202/images/webike/estimate_form/husqvarna_active.png) no-repeat;
}

#centerPartLogo28 {
  background: url(../../includes/templates/theme202/images/webike/estimate_form/husqvarna_text.png) no-repeat;
}

/* Change image start in block reviews */

.sprite-rating-black-0 {
  background: url('./images/common/icon_product_detail.png') no-repeat -77px -73px !important;
  width: 65px;
  height: 12px;
}
.sprite-rating-black-05 {
  background: url('./images/common/icon_product_detail.png') no-repeat -148px -59px !important;
  width: 65px;
  height: 12px;
}
.sprite-rating-black-10 {
  background: url('./images/common/icon_product_detail.png') no-repeat -77px -59px !important;
  width: 65px;
  height: 12px;
}
.sprite-rating-black-15 {
  background: url('./images/common/icon_product_detail.png') no-repeat -148px -45px !important;
  width: 65px;
  height: 12px;
}
.sprite-rating-black-20 {
  background: url('./images/common/icon_product_detail.png') no-repeat -77px -45px !important;
  width: 65px;
  height: 12px;
}
.sprite-rating-black-25 {
  background: url('./images/common/icon_product_detail.png') no-repeat -148px -31px !important;
  width: 65px;
  height: 12px;
}
.sprite-rating-black-30 {
  background: url('./images/common/icon_product_detail.png') no-repeat -77px -31px !important;
  width: 65px;
  height: 12px;
}
.sprite-rating-black-35 {
  background: url('./images/common/icon_product_detail.png') no-repeat -148px -17px !important;
  width: 65px;
  height: 12px;
}
.sprite-rating-black-40 {
  background: url('./images/common/icon_product_detail.png') no-repeat -77px -17px !important;
  width: 65px;
  height: 12px;
}

.sprite-rating-black-45 {
  background: url('./images/common/icon_product_detail.png') no-repeat -148px -3px !important;
  width: 65px;
  height: 12px;
}

.sprite-rating-black-50 {
  background: url('./images/common/icon_product_detail.png') no-repeat -77px -3px !important;
  width: 65px;
  height: 12px;
}

.product_detail_page #rightcol #info_part .question a.question-pc-disabled {
	color: gray;
	opacity: .5;
}

.descBodyCaution{
	color: #FF0000;
}

.descBodyCaution a{
	color: blue;
}

.product_detail_page .fitment .alert-fitment {
	padding: 10px 20px;
	position: relative;
	width: 100%;
	background-color: #fff;
	display: flex;
	border: 1px solid #D8D8D8;
	box-shadow: 0px -3px 0px #219653;
	margin: 10px 0;
}

.product_detail_page .fitment .alert-fitment .icon-alert-fitment {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: #219653;
	margin-right: 10px;
}
.product_detail_page .fitment .alert-fitment .icon-alert-fitment img {
	 width: 22px;
    height: 22px;
	display: block;
	padding: 9px;
	box-sizing: content-box;
}

.product_detail_page .fitment .alert-fitment .alert-message .alert-message-content {
	font-size: 1.25rem;
	font-weight: 700;
	color: #2A313C;
	word-break: break-all;
}

.product_detail_page .fitment .alert-fitment .alert-message .alert-message-note {
	color: #F58220;
}

.product_detail_page .fitment-list {
	margin: 0 -15px !important;
	display: flex;
	flex-wrap: wrap;
}

.product_detail_page .fitment-list .bikeLogoBlock {
	margin-right: 10px;
}

.product_detail_page .fitment-list >div {
	padding: 5px 0 !important;
}

.product_detail_page .fitment-list >div:nth-child(1),
.product_detail_page .fitment-list >div:nth-child(2),
.product_detail_page .fitment-list >div:nth-child(3),
.product_detail_page .fitment-list >div:nth-child(4) {
	display: flex !important;
	flex: 1 0 50%;
	padding: 5px 15px !important;
  	max-width: 50%;
}

.product_detail_page .fitment-list >div:nth-child(5),
.product_detail_page .fitment-list >div:nth-child(13),
.product_detail_page .fitment-list >div:nth-child(21),
.product_detail_page .fitment-list >div:nth-child(29),
.product_detail_page .fitment-list >div:nth-child(37){
	margin-left: 15px;
}

.product_detail_page .fitment-list ul {
	flex: 1;
}
.product_detail_page .fitment-list ul li {
	padding: 5px;
	border-bottom: 1px dotted #b9b9b9;
	position: relative;
}

.product_detail_page .fitment-list ul li:last-child {
	border-bottom: none;
}

.product_detail_page .fitment-list ul li .fitment-subinfo {
	color: #219653;
	margin-top: 5px;
}

.product_detail_page .fitment-list .btn-more {
	background: none !important;
	border: none !important;
	text-align: right;
	width: inherit !important;
	height: inherit !important;
	cursor: pointer;
	color: #0066CC;
	text-decoration: none;
  padding: 3px;
}

.product_detail_page .fitment .btn-more:hover {
	color: #e61e25;
}

.product_detail_page .fitment .btn-open-fits-all {
	background: #0066CC;
	color: #fff;
	text-align: center;
	width: 100%;
	height: 42px;
	display: block;
	font-size: 1.125rem;
	line-height: 42px;
	margin-top: 15px;
	border-radius: 5px;
}

.product_detail_page .fitment .btn-open-fits-all:hover {
	opacity: 0.9;
	text-decoration: none;
}

.product_detail_page .fitment .btn-open-fits-all .icon-open-link {
	background: url("./images/product_page/icon-foreign-link.png") no-repeat 0 0;
	background-size: 16px;
	position: relative;
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-left: 5px;
}

.product_detail_page .similar .similar-maker {
	display: block !important;
}

.product_detail_page .specifications .similar ul {
	padding-left: 0;
}

.product_detail_page .similar .similar-maker li {
	list-style: none !important;
}

.product_detail_page .similar .similar-maker .fittingMaker {
	border: 1px solid #EFEFEF;
	margin-bottom: 10px;
}

.product_detail_page .similar .similar-maker .fittingMaker .nameMaker{
	padding: 7.5px 10px;
	background: #EFEFEF;
	font-size: 1rem;
	padding-left: 30px;
	cursor: pointer;
}

.product_detail_page .similar .similar-maker .fittingMaker .nameMaker::before {
	content: "";
	width: 10px;
	border: 1px solid #595959;
	left: 10px;
	position: absolute;
	transform: translateY(9px);
}

.product_detail_page .similar .similar-maker .fittingMaker .nameMaker::after {
	content: "";
	height: 10px;
	border: 1px solid #595959;
	left: 15px;
	position: absolute;
	transform: translateY(4px);
}

.product_detail_page .similar .similar-maker .fittingMaker .list-model {
	flex-wrap: wrap;
	margin: 0 -5px;
	padding: 10px;
}

.product_detail_page .similar .similar-maker .fittingMaker.show-list-model .list-model {
	display: flex !important;
}

.product_detail_page .similar .similar-maker .fittingMaker.show-list-model .nameMaker::after {
	display: none;
}

.product_detail_page .similar .similar-maker .fittingMaker .list-model li{
	border: 1px solid #D8D8D8;
	padding: 1.5px 10px;
	color: #0066CC;
	border-radius: 20px;
	margin: 2.5px 5px;
}

.product_detail_page .similar .similar-maker .fittingMaker .list-model li .linkToModel {
	margin: 0;
	display: block;
	color: #0066CC;
	font-size: 0.8125rem;
	font-weight: normal;
}

.product_detail_page .similar .similar-maker .fittingMaker .list-model li .linkToModel:hover {
	color: #e61e25;
}

.dotted-line-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
}

.dotted-line-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  line-height: 1.4;
}
#sale_banner_info {
  margin-top: 20px;
}

.product_detail_page #rightcol #info_part .add-to-cart .action .btn-add-to-cart.cart-see-available-products {
	cursor: pointer;
	background-color: #0aca0a;
	border-color: #0aca0a;
}

.product_detail_page #rightcol #info_part .add-to-cart .action .btn-add-to-cart.cart-hidden {
  display: none;
}

/* BOE #202109.05 [G00321]SDページ 送料表示テーブル改修 - Change shipping display table SD */
.product_detail_page .stockInfoMessage .question-help {
	color: #fff;
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	margin-left: 5px;
	padding-right: 1px;
	text-align: center;
	line-height: 18px;
	cursor: pointer;
	text-decoration: none;
	font-weight: normal;
	background-color: #0066CC;
}

.block_shipping_fee .shipping_content {
	flex: 0.7;
}

.block_shipping_fee .shipping_content select {
	margin: 0;
	border-color: #d8d8d8;
}

.product_detail_page .shipping-fee {
	text-align: right;
	padding-left: 10px;
}

.product_detail_page .shipping-fee .estimate-fee-shipping {
	color: #E61E25;
}

.product_detail_page .delivery-estimate-block {
	margin-top: 20px;
}

.product_detail_page .delivery-estimate-block .title {
	font-size: 1.25rem;
	color: #2A313C;
	text-transform: uppercase;
}

.product_detail_page .delivery-estimate-block .shipping_block li {
	width: 100%;
	padding: 2px 0;
}

.product_detail_page .delivery-estimate-block .shipping_title {
	margin-left: 2.5px;
	margin-right: 5px;
	color: #595959;
}

.product_detail_page .delivery-estimate-block .shipping_content {
	color: #595959;
}

.product_detail_page .delivery-estimate-block .delivery-table {
	border: 1px solid #efefef;
}

.product_detail_page .delivery-estimate-block .delivery-table tr {
	border-bottom: 1px solid #efefef;
}

.product_detail_page .delivery-estimate-block .delivery-table tbody tr:nth-child(odd) {
	background-color: transparent;
}

.product_detail_page .delivery-estimate-block .delivery-table td {
	padding: 2.5px 10px;
	border-right: none;
}

.product_detail_page .delivery-estimate-block .delivery-table .delivery-estimate {
	color: #2A313C;
}

.product_detail_page .delivery-estimate-block .delivery-table .delivery-estimate .shipping-date {
	color: #008b00;
	font-weight: bold;
}

.product_detail_page .delivery-estimate-block .delivery-table .delivery-estimate .delivery-rand {
	font-weight: bold;
}

.product_detail_page .delivery-estimate-block .delivery-table .delivery-estimate .shipping-fee {
	font-weight: bold;
	padding-left: unset;
}

.product_detail_page .delivery-estimate-block .delivery-table .description-insurance {
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
}

.product_detail_page .delivery-estimate-block .delivery-table .description-insurance >li:not(.no-insurance) {
	color: #219653;
	margin-right: 20px;
}

.product_detail_page .delivery-estimate-block .delivery-table .description-insurance .no-insurance {
	color: #E61E25;
}

.product_detail_page .icon-new-delivery {
	background: url("./images/product_page/icon-product-detail-page.png") no-repeat;
	display: inline-block;
}

.product_detail_page .icon-shipping {
	width: 22px;
	height: 22px;
	background-position: -132px 0;
}

.product_detail_page .icon-shipping-point {
	width: 18px;
	height: 18px;
	background-position: -156px -2px;
	vertical-align: sub;
}

.product_detail_page .icon-shipping-place {
	width: 18px;
	height: 18px;
	background-position: -178px -2px;
	vertical-align: sub;
}

.product_detail_page .icon-tracking-online {
	width: 18px;
	height: 18px;
	background-position: -2px -24px;
	vertical-align: sub;
}

.product_detail_page .icon-insurance {
	width: 18px;
	height: 18px;
	background-position: -90px -24px;
	vertical-align: sub;
}

.product_detail_page .icon-no-service {
	width: 18px;
	height: 18px;
	background-position: -112px -24px;
	vertical-align: sub;
}
/* EOE #202109.05 [G00321]SDページ 送料表示テーブル改修 - Change shipping display table SD */

.product_detail_page .size-chart-info {
	display: flex;
	margin-bottom: 5px;
}

.product_detail_page .icon-size-chart {
	background: url("./images/product_page/size_chart.svg") no-repeat;
	background-size: 22px 22px;
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 5px;
}

.product_detail_page .size-chart-guide {
	color: #0085FF;
	display: flex;
	align-items: center;
	cursor: pointer;
	text-decoration: underline;
}

.product_detail_page .size-chart-guide a:hover {
	text-decoration: underline;
}

.product_detail_page .upper-size-chart-block {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}

.product_detail_page .lower-size-chart-block {
	margin-top: 22px;
}

.product_detail_page .size-chart-block .content-block:last-child {
	margin-bottom: 0;
}

.product_detail_page .size-chart-block .heading-2 {
	margin-bottom: 0;
}

.product_detail_page .size-chart-block .heading-2 h2 {
	font-size: 1.25rem;
	font-weight: bold;
	text-transform: capitalize;
}

.product_detail_page .size-chart-block .size-chart-title {
	display: block;
	font-weight: bold;
	padding: 20px 0 5px;
}

.product_detail_page .size-chart-block .with-img-horizontal {
	display: flex;
	align-items: flex-start;
}

.product_detail_page .size-chart-block .with-img-horizontal > * + * {
	margin-left: 10px;
}

.product_detail_page .size-chart-block .with-img-horizontal .descBody {
	flex: 1;
	line-height: 1.4;
}

.product_detail_page .size-chart-block .size-chart-table table {
	border-collapse: collapse;
	border: 1px solid #DDDDDE;
	width: 100%;
}

.product_detail_page .size-chart-block .size-chart-table + .size-chart-table {
	margin-top: 20px;
}

.product_detail_page .size-chart-block .size-chart-table .size-chart-table-title {
	width: 20%;
	min-width: 250px;
	background-color: #93C47D;
	font-weight: bold;
	font-size: .875rem;
}

.product_detail_page .size-chart-block .size-chart-table tr {
	border-bottom: 1px solid #E8E9E9;
}

.product_detail_page .size-chart-block .size-chart-table td {
	padding: 5px 10px;
	vertical-align: middle;
	border-right: 1px solid #E8E9E9;
	line-height: 1.4;
}

.product_detail_page .size-chart-block .size-chart-table td:not(.size-chart-table-title) {
	text-align: center;
}

.product_detail_page .size-chart-block .border-bt {
	border-bottom: 1px solid #EFEFEF;
}

.product_detail_page .size-chart-block .margin-bt {
	margin-bottom: 10px;
}

.product_detail_page .size-chart-block .size-chart-table .title-cade-blue-1 {
	background-color: #9FC5E8;
}

.product_detail_page .size-chart-block .size-chart-table .title-green-2 {
	background-color: #B6D7A8;
}

.product_detail_page .size-chart-block .size-chart-table .title-light-golden {
	background-color: #FFE599;
	width: 115px;
	min-width: unset;
}

.product_detail_page .size-chart-block .size-chart-table .title-light-golden > div {
	display: flex;
}

.product_detail_page .size-chart-block .size-chart-table .title-light-golden > div > span:first-child {
	flex: 1;
	margin-right: 5px;
}

.product_detail_page .size-chart-block .img-size-chart-guide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product_detail_page .size-chart-block .img-size-chart-guide.img-helmet-guide {
	height: 208px;
	padding-right: 30px;
}

.product_detail_page .size-chart-block .img-size-chart-guide.img-gloves-guide {
	height: 300px;
}