article{
	position: relative;
	float: left;
	top: 99px;
	width: 100%;
	padding-bottom: 100px;
}

section.user{
	position: relative;
	float: left;
	width: 100%;
}

section.user img{
	float: right;
	margin-top: 8px;
}

span.cart_num{	
	float: right;
	margin-left: 5px;
	margin-right: 28px;
	color: #e60113;
	font-size: 20px;
	margin-top: 8px;
}

span.user_account{
	margin-right: 1px;
	-moz-border-top-left-radius: 8px; /* Firefox */
  	-webkit-border-top-left-radius: 8px; /* Safari, Chrome */
  	-khtml-border-top-left-radius: 8px; /* Konqueror */
  	border-top-left-radius: 8px; /* Opera 10.50 and later (CSS3 standard) */
  	behavior: url(border-top-left-radius.htc); /* IE6, IE7, IE8 */

  	-moz-border-bottom-left-radius: 8px; /* Firefox */
  	-webkit-border-bottom-left-radius: 8px; /* Safari, Chrome */
  	-khtml-border-bottom-left-radius: 8px; /* Konqueror */
  	border-bottom-left-radius: 8px; /* Opera 10.50 and later (CSS3 standard) */
  	behavior: url(border-bottom-left-radius.htc); /* IE6, IE7, IE8 */
}

span.user_log{
	-moz-border-top-right-radius: 8px; /* Firefox */
  	-webkit-border-top-right-radius: 8px; /* Safari, Chrome */
  	-khtml-border-top-right-radius: 8px; /* Konqueror */
  	border-top-right-radius: 8px; /* Opera 10.50 and later (CSS3 standard) */
  	behavior: url(border-top-right-radius.htc); /* IE6, IE7, IE8 */

  	-moz-border-bottom-right-radius: 8px; /* Firefox */
  	-webkit-border-bottom-right-radius: 8px; /* Safari, Chrome */
  	-khtml-border-bottom-right-radius: 8px; /* Konqueror */
  	border-bottom-right-radius: 8px; /* Opera 10.50 and later (CSS3 standard) */
  	behavior: url(border-bottom-right-radius.htc); /* IE6, IE7, IE8 */
}

.user_btn{
	float: right;
	color: #e60113;
	background-color: #bdbab9;
	border-color: #bdbab9;
	width: 100px;
	line-height: 36px;
	font-size: 12px;
	text-align: center;
}


section.show_big_product{
	position: relative;
	float: left;
	width: 50%;
}

div.detail_big{
	position: relative;
	float: left;
	width: 100%;
}

div.detail_big img{
	width: 100%;	
}

div.detail_small_list{
	position: relative;
	float: left;
	margin-top: 30px;
	width:100%;
	height: 70px;
}

section.show_product_txt{
	position: relative;
	float: left;
	width: 50%;
}

section.show_product_txt span{
	float: left;
	width: 94%;
	margin-left: 6%;
}

span.txt_title{
	font-size: 30px;
	color: #414141;
	line-height: 70px;
}

span.txt_h1{
	font-size: 16px;
	color: #707070;
	line-height: 25px;
}

span.txt_content{
	font-size: 16px;
	color: #707070;
	line-height: 25px;
	margin-top: 30px;
}

div.show_fb{
	float: left;
	width: 94%;
	margin-left: 6%;
	margin-top: 20px;
}

div.show_fb img{float: left;}

div.fb_num{
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	height: 19px;
	line-height: 19px;
	font-size: 12px;
	color: #9ba0ab;
	text-align: center;
	border-top:1px #9ba0ab solid;
	border-right:1px #9ba0ab solid;
	border-bottom:1px #9ba0ab solid;

	-moz-border-top-right-radius: 3px; /* Firefox */
  	-webkit-border-top-right-radius: 3px; /* Safari, Chrome */
  	-khtml-border-top-right-radius: 3px; /* Konqueror */
  	border-top-right-radius: 3px; /* Opera 10.50 and later (CSS3 standard) */
  	behavior: url(border-top-right-radius.htc); /* IE6, IE7, IE8 */

  	-moz-border-bottom-right-radius: 3px; /* Firefox */
  	-webkit-border-bottom-right-radius: 3px; /* Safari, Chrome */
  	-khtml-border-bottom-right-radius: 3px; /* Konqueror */
  	border-bottom-right-radius: 3px; /* Opera 10.50 and later (CSS3 standard) */
  	behavior: url(border-bottom-right-radius.htc); /* IE6, IE7, IE8 */
}


div.show_price{
	float: left;
	margin-top: 40px;
	width: 94%;
}

span.price_regular{
	color: #000000;
	font-size: 18px;
}

span.price_special{
	margin-top: 10px;
	color: #e60113;
	font-size: 22px;
}

section.add_shopping_cart{
	float: left;
	width: 100%;
	height: 138px;
	margin-top: 25px;
	margin-bottom: 40px;
	border-top: 1px #dbdbdb solid;
	border-bottom: 1px #dbdbdb solid;
}

div.shopping_cart_container{
	float: right;
	width: 50%;
	margin-top: 27px;
}

section.add_shopping_cart select{
	padding: 0;
	height: 24px;
	line-height: 24px;
	border: 1px #afafaf solid;
	color:#e60113;
	font-size: 13px;

	-moz-border-radius: 3px; /* Firefox */
  	-webkit-border-radius: 3px; /* Safari, Chrome */
  	-khtml-border-radius: 3px; /* Konqueror */
  	border-radius: 3px; /* Opera 10.50 and later (CSS3 standard) */
  	behavior: url(border-radius.htc); /* IE6, IE7, IE8 */
}

select.cart_style{
	float: left;
	width:32.2%;
	margin-left: 28%;
}

select.cart_num{
	float: left;
	width:10.3%;
	margin-left: 1.5%;
}

span.cart_btn{
	float: left;
	width: 44%;
	height: 46px;
	margin-left: 28%;
	margin-top: 15px;
	line-height: 46px;
	color: white;
	font-size: 18px;
	border: 1px #e60113 solid;
	background-color: #e60113;
	text-align: center;
	cursor: pointer;

	-moz-border-radius: 8px; /* Firefox */
  	-webkit-border-radius: 8px; /* Safari, Chrome */
  	-khtml-border-radius: 8px; /* Konqueror */
  	border-radius: 8px; /* Opera 10.50 and later (CSS3 standard) */
  	behavior: url(border-radius.htc); /* IE6, IE7, IE8 */
}

span.cart_btn:hover{opacity: 0.8;}

section.block_video{
	position: relative;
	float: left;
	width: 100%;
	background-color: #e2e2e2;
}

div.block_title{
	position: relative;
	float: left;
	width: 100%;
	height: 84px;
}

div.block_title img{
	position: absolute;
	float: left;
	width: 100%;
	height: 84px;
}

div.block_title span{
	position: absolute;
	float: left;
	width: 100%;
	text-align: center;
	line-height: 44px;
	font-size: 30px;
	color: white;
	font-style: italic;
}

.video_container{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 70px;
	text-align: center;
}

.video_size,iframe{
	max-width:100%;
	height: auto;
}

section.block_Feature{
	position: relative;
	float: left;
	width: 100%;
	background-color: white;
}

div.feature_txt{
	float: left;	
	width: 83%;
	padding-left: 8.5%;
}

.feature_txt span{
	float: left;
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 20px;
}

.feature_txt img{
	max-width:100%;
	height:auto;
}

div.feature_img{
	float: left;
	width: 83%;	
	padding-left: 8.5%;
	margin-bottom: 70px;
}

div.feature_img img{float: left;width: 100%;}

section.block_Spec{
	position: relative;
	float: left;
	width: 100%;
	background-color: #e2e2e2;
}

div.spec_table_center{
	float: left;
	width: 83%;	
	padding-left: 8.5%;
	margin-bottom: 70px;
}

div.spec_table_center ul{
	margin: 0;
	padding:0;
	margin-top: -1px;
	list-style:none;
	display: inline-block;
	float: left;
	width: 100%;
	height: auto;
	word-wrap:break-word;
	word-break:break-all;
	border: 1px #bcbbbb solid;
}

div.spec_table_center ul li{
	float: left;
	width: 49%;
	line-height: 30px;
	padding-left: 1%;	
	color: #777777;
	font-size: 13px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

ul.spec_ul_tr li{
	color: #414141!important;
	font-weight: bold;
}

.spec_left_border{
	border-left:1px #bcbbbb solid;
}

#owl-demo{
	float: left;
	width: 88%;
	height: 70px;
	overflow: hidden;
}

#owl-demo .item{
	margin-right: 8px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  border: 2px #c2bfbe solid;
  cursor: pointer;
}

.slideshow_btn{
	float: left;
	padding-top: 20px;
	width: 6%;
	text-align: center;
	cursor: pointer;
}

.slideshow_btn:hover{opacity: 0.6;}

@media screen and (min-width: 768px)  and (max-width: 1920px) {
	select.cart_style{width:50%;margin-left: 20%;}
	select.cart_num{width:13%;margin-left: 1.5%;}
	span.cart_btn{width: 64.8%;margin-left: 20%;}
	.video_size,iframe{width:640px;height:360px;}
}

@media screen and (min-width: 640px)  and (max-width: 767px) {
	section.show_big_product{width: 78%;padding-left: 11%;}
	section.show_product_txt{width: 95%}
	div.shopping_cart_container{width: 70%;}
	select.cart_style{width:50%;margin-left: 20%;}
	select.cart_num{width:13%;margin-left: 1.5%;}
	span.cart_btn{width: 64.8%;margin-left: 20%;}
	.video_size,iframe{width:640px;height:360px;}
}

@media screen and (min-width: 390px)  and (max-width: 639px) {
	section.show_big_product{width: 93%;padding-left: 3.5%;}
	section.show_product_txt{width: 95%}
	div.shopping_cart_container{width: 100%;}
	select.cart_style{width:60%;margin-left: 10%;}
	select.cart_num{width:15%;margin-left: 1.5%;}
	span.cart_btn{width: 76.5%;margin-left: 10%;height: 40px;line-height: 40px;font-size: 16px;}
	span.txt_title{font-size: 20px;line-height: 40px;}
	span.txt_h1{font-size: 13px;line-height: 20px;}
	span.txt_content{font-size: 13px;line-height: 20px;	margin-top: 15px;}
	span.price_regular{font-size: 14px;}
	span.price_special{margin-top: 10px;font-size: 18px;margin-bottom: 20px;}
	.video_size,iframe{width:384px;height:216px;}
}

@media screen and (min-width: 320px)  and (max-width: 479px) {
	section.show_big_product{width: 100%;padding-left:0;}
	section.show_product_txt{width: 95%}
	div.shopping_cart_container{width: 100%;}
	select.cart_style{width:60%;margin-left: 10%;}
	select.cart_num{width:15%;margin-left: 1.5%;}
	span.cart_btn{width: 76.5%;margin-left: 10%;height: 40px;line-height: 40px;font-size: 16px;}
	span.txt_title{font-size: 20px;line-height: 40px;}
	span.txt_h1{font-size: 13px;line-height: 20px;}
	span.txt_content{font-size: 13px;line-height: 20px;	margin-top: 15px;}
	span.price_regular{font-size: 14px;}
	span.price_special{margin-top: 10px;font-size: 18px;margin-bottom: 20px;}
	.video_size{width:320px;height:180px;}
	div.block_title{height: 64px;}
	div.block_title img{height: 64px;}
	div.block_title span{line-height: 36px;font-size: 20px;}
	/*.slideshow_btn{display: none;}*/
	/*#owl-demo{width:100%;}*/
	.slideshow_btn{padding-top: 10px;}
}
