@charset "utf-8";
/***************************************
    copyright by MakeAPP.tw 
***************************************/
@import url('../../../../../../ma/scripts/jquery/jssor.slider/jssor.slider.css');
@import url('../../../../../../ma/scripts/jquery/fancybox/jquery.fancybox.min.css');
/*.tabs-menu li:nth-child(2),*/
.btn_ask ,
.alert_out_stock a 
{
	display: none;
}
/*
|------------------------------------------------------------------------------------------------------------------
|  basic
|------------------------------------------------------------------------------------------------------------------
*/
body {
	/*color: #333;
	background-color: #F7F7F7;*/
}
body a {
	/*color: #333;*/
	text-decoration: none;
}
#side_menu {
	display: none;
}
.section {
	background-color: #FFF;
	box-shadow: 0px 0px 2px rgba(0,0,0,.1);
}
.section hr {
	clear: both;
	border: none;
	border-bottom: 1px solid #EEE;
}
.alert_out_stock {
	display: inline-block;
	color: #777;
	font-size: 1.1em;
	border-radius: 2px;
	padding: 12px;
	text-align: center;
	background-color: #FD0;
}
.alert_out_stock a {
	color: #F4452C;
	font-size: 0.9em;
	text-decoration: underline;
}

/*------------------------ 
  	商品照片
-------------------------*/
.pd_img_slider {
	display: inline-block;
	float: left;
	margin: 36px 0 0 0;
	width: 400px;
	box-shadow: 0px 0px 2px rgba(0,0,0,.1);
	/*border : 1px solid #F00;*/
}
.img_preview {
	cursor: pointer;
}

#jssor_1 {
	position: relative; margin: 0 auto; top: 0px; left: 0px; width: 500px; height: 570px; overflow: hidden; visibility: hidden; background-color: #FFF;
}
#slides {
	cursor: default; position: relative; top: 0px; left: 0px; width: 498px; height: 500px; overflow: hidden;
}
#jssor_1 span[data-u="arrowleft"],#jssor_1 span[data-u="arrowright"] {
	display: none;
}

/*------------------------ 
  	商品規格
-------------------------*/
.pd_spec span {
	/*float: left;*/
	display: inline-block;
	font-size: 0.9em;
	vertical-align: top;
	margin: 7px 0;
	/*line-height: 40px;*/
}
.btn_spec {
	display: inline-block;
	width: auto;
	text-align: center;
	min-width: 50px;
	height: 30px;
	line-height: 30px;
	font-size: 0.9em;
	padding: 0 12px;
	margin: 0 6px 6px 0 ;
	border-width: 1px;
	border-style: solid;
	background: none; 
	cursor: pointer;
}
.btn_spec.active {
	background: url(https://i.imgur.com/E3lUxb0.png) no-repeat;
}
#spec_btns_block {
	display: inline-block;
	/*border:1px solid #F00;*/
	width: 90%;
	max-width: 700px;
	margin: 7px 0;
}

/*------------------------ 
  	商品資訊
-------------------------*/
.pd_info {
	display: inline-block;
	float: left;
	width: 740px;
	min-height: 440px;
	margin: 36px 0 0 20px;
	/*padding: 7px 7px 12px 12px;*/
	padding: 16px 0px 0px 21px;
}
.pd_name {
	margin: 0px 0 12px 0;
	padding-right: 50px;
	padding-left: 12px;
}
.pd_name h1 {
	font-size: 1.4em;
	line-height: 1.4em;
	letter-spacing: 0;
}
.tag_promote {
	display: inline-block;
	padding: 3px 5px;
	font-size: 0.9em;
	margin: 0 12px;
}
.tag_new {
	display: inline-block;
	padding: 3px 5px;
	font-size: 0.9em;
}
.pd_tags {
	width: 90%;
	margin: 12px;
}
.tag_name {
	display: inline-block;
	margin-bottom: 12px;
}
.tag_name a {
	/*border: 1px solid #F00;*/
	color: #365899;
	background-color: #d9e1f1;
	border-radius: 33px;
	padding: 5px 12px;
	font-size: 0.8em;
}
.tag_name a:hover {
	text-decoration: underline;
	background-color: #cdd8ed;
}
#follow {
	float: right;
	width: 57px;
	line-height: 22px;
	font-size: 0.8em;
	margin: -40px 12px 12px 12px;
	cursor: pointer;
}
#follow .img {
	display: inline-block;
	width: 25px;
	height: 25px;
	float: right;
	-webkit-filter: grayscale(100%); 
	filter: grayscale(100%);
	background: url(https://i.imgur.com/0YxRIE0.png) no-repeat center;
	/*border:1px solid #F00;*/
}
#follow.active .img {
	-webkit-filter: grayscale(0%); 
	filter: grayscale(0%);
	background: url(https://i.imgur.com/qs1DyFz.png) no-repeat center;
	/*border:1px solid #F00;*/
}
#pd_intro_plus {
	clear: both;
	line-height: 26px;
	padding: 7px 12px;
}
.pd_sn {
	font-size: 0.9em;
	margin: 20px 12px 20px 0;
	padding-left: 12px;
}
.pd_sn > span {
	margin-right: 12px;
}
.pd_price {
	margin: 12px 0;
    	padding: 12px 21px;
    	background: #fafafa;
    	max-width: 680px;
    	border-radius: 3px;
    	font-size: 1.3rem;
    	font-weight: 500;
}
.price_remove {
	text-decoration: line-through;
	margin-right: 12px;
}
.pd_info .price_active {
	font-size: 1.3em;
	line-height: 1.7em;
	margin-left: 12px;
}
.pd_price_card {
	font-size: 1em;
	line-height: 1.7em;
	margin: 0 0 30px 22px;
}
.pd_num {
	float: left;
	font-size: 0.9em;
	width: 99%;
	margin: 0px 0 4px 0;
	vertical-align: top;
	/*border: 1px solid #F00;*/
}
.pd_num span {
	float: left;
	line-height: 60px;
}
.stock {
	display: inline-block;
	font-size: 0.9em;
	margin: 0 0 0 12px;
	color: #333;
}
.stock span {
	float: none;
}
.pd_info button.icon {
	/*border: 1px solid #000;*/
	float: left;
	width:170px;
	height: 55px;
	text-indent: 20px;
	background-size: 28px;
	background-position: 12px center;
	border-radius: 3px;
	margin: 12px 5px;
	letter-spacing: 0;
	-webkit-box-shadow: 1px 1px 2px #333;
     -moz-box-shadow: 1px 1px 2px #333;
     box-shadow: 1px 1px 2px #333;
}

.btn_to_buy {
	float: left;
	display: block;
	width:200px;
	padding: 15px 0;
	text-align: center;
	color: #FFF;
	/*-webkit-box-shadow: 2px 2px 3px #333;
     -moz-box-shadow: 2px 2px 3px #333;
     box-shadow: 2px 2px 3px #333;*/
	background-size: 24px;
	background-position: 18px center;
	border-radius: 3px;
	margin: 12px 5px;
}
#info_shipping {
	float: left;
	color: #333;
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 1px 0 0 0px;
	margin: 24px 0;
	background-position: 5px 0px;
	/*border: 1px solid #F00;*/
}
#info_shipping span {
	float: left;
	display: inline-block;
	width: 50px;
	height: 40px;
	color: #777;
}
#info_shipping div {
	float: left;
	width: 500px;
	color: #333;
	line-height: 1.7em;
	/*border: 1px solid #F00;*/
}
#info_pay {
	float: left;
	width: 90%;
	color: #333;
	font-size: 0.9em;
	line-height: 1.3em;
	padding-left: 12px;
}
#info_pay > span {
	display: inline-block;
	padding: 5px;
	color: #777;
	vertical-align: top;
}
#info_pay ul {
	display: inline-block;
	/*margin: 0;*/
	/*padding: 0;*/
	/*border: 1px solid #F00;*/
}
#info_pay li {
	margin: 5px 0;
	padding: 0;
}
#info_pay li span {
	float: left;
	display: inline-block;
	/*border: 1px solid #F00;*/
	border-left: 3px solid #DDD;
	padding-left: 7px;
	width: 100px;
	margin: 2px;
	/*line-height: 50px;*/
	/*padding: 5px;*/
}
#info_pay li img {
	/*display: inline-block;*/
	max-height: 24px;
	padding: 0;
}
.pd_intro {
	display: none;
	width: 100%;
	height: 200px;
	color: #777;
	font-size: 0.9em;
	padding: 12px;
	overflow: hidden;
	overflow-y: auto;
	/*border:1px solid #F00;*/
}

/*
|------------------------------------------------------------------------------------------------------------------
| tabs
|------------------------------------------------------------------------------------------------------------------
*/
#tabs-container {
    	/*border-top: 1px solid #F00;*/
    	float: left;
    	width: 98%;
    	margin-top: 24px;
    	padding: 12px 2px;
	background-color: #FFF;
	box-shadow: 0px 0px 2px rgba(0,0,0,.1);
}
.tabs-menu {
    	float: left;
	width: 100%;
    	height: 50px;
    	clear: both;
    	/*position: fixed;*/
    	background-color: #FFF;
    	border-bottom: 1px solid #CCC;
}
.tabs-menu li {
	min-width: 100px;
    	float: left;
	text-align: center;
    	height: 50px;
    	line-height: 50px;
   	margin-right: 2px;
   	/*background-color: #F00;*/
}
.tabs-menu li:last-child {
	margin-right: 0;
}

.tabs-menu li.current {
    position: relative;
    z-index: 1;
}
.tabs-menu li a {
    padding: 12px 36px;
    text-transform: uppercase;
    color: #999;
    font-size: 1.2em;
    text-decoration: none; 
    /*border:1px solid #F00;*/
}

.tabs-menu .current a {
    color: #333;
    line-height: 55px;
    border-bottom: 3px solid #000;
}

.tab-content {
	display: none;
	float: left;
	width: 96%;
   	margin-top: 0px;
    	padding: 7px 12px;
    	/*border:1px solid #F00;*/
}

/*------------------------ 
  	購買評價
-------------------------*/
#comment {
	width: 99%;
	max-width: 1155px;
	max-height: 700px;
	/*border: 1px solid #f00;*/
	overflow-y: scroll;
}
#comment .detail_show {
	border-bottom: 1px solid #CCC;
	padding-top: 7px;
}
.comment_username {
	font-size: 0.9em;
}
.comment_content {
	color: #000;
	font-size: 1em;
	margin: 7px 0;
}
.comment_date {
	float: right;
	font-size: 0.8em;
	margin-top: -8px;
}

/*------------------------ 
  	詳細介紹
-------------------------*/
#detail {
	display: block;
	line-height: 1.5em;
	/*text-align: center;*/
}
#detail ol, #detail ul {
	list-style: inherit;
	margin: inherit;
	padding: inherit;
	/*text-align: center;*/†
}
.detail_show {
	padding: 24px 7px;
}
.detail_show img {
	max-width: 100%;
}

.detail_info {
	text-align: center;
}


/*
|------------------------------------------------------------------------------------------------------------------
| 促銷區塊( 猜你喜歡、瀏覽記錄、相關商品 )
|------------------------------------------------------------------------------------------------------------------
*/
.promote_block {
	float: left;
	width: 100%;
	/*height: 300px;*/
	color: #333;
	margin: 70px 0 0 0;
	padding: 0;
	overflow: hidden;
	/*border: 1px solid #F0F;*/
	/*overflow-x: auto;*/
}
.promote_title {
	position: absolute;
	margin: -40px 0 0 0;
	padding: 7px 15px;
	color: #333;
     font-size: 1.2em;
}
.promote_block ul {
	position: relative;
	display: block;
	width: 2000px;
	margin: 0;
	padding: 0 7px;
}
.promote_block li {
	display: inline-block;
	width: 186px;
	/*max-width: 45%;*/
	height:290px;
	text-align: center;
	margin: 7px 5px 7px 0;
	vertical-align: top;
}
.promote_block li:hover {
	/*-webkit-box-shadow: 0px 0px 12px #999;
     -moz-box-shadow: 0px 0px 12px #999;
     box-shadow: 0px 0px 12px #999;*/
}
.promote_block li a {
	color: #333;
	line-height: 1.4em;
	font-size: 0.9em;
}
.promote_block li .pd_img {
	width: 100%;
	height:100%;
	max-width: 184px;
	max-height: 184px;
	text-align : center;
	vertical-align : middle;
	line-height:184px;
	/*border: 1px solid #F00;*/
}
.promote_block li .pd_img img {
	display:inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 99%;
	vertical-align : middle;
}
.promote_block li .pd_name_relative {
	min-height: 45px;
	vertical-align: middle;
	padding: 7px 12px;
	text-align: center;
	font-size: 16px;
}
.promote_block li .pd_price_relative {
	font-size: 14px;
	/*border: 1px solid #F00;*/
	text-align: center;
	color: #F4452C;
}
.promote_block li .follow {
	display: inline-block;
	float: right;
	margin-top: 5px;
	margin-right: 7px;
	font-size: 0.9em;
	line-height: 1.3em;
	/*border: 1px solid #F00;*/
	text-align: right;
	color: #999;
}
.promote_block li .follow .img {
	display: inline-block;
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 3px;
	-webkit-filter: grayscale(100%); 
	filter: grayscale(100%);
	background: url(https://i.imgur.com/0YxRIE0.png) no-repeat center;
	/*border:1px solid #F00;*/
	background-size: 16px;
}
.promote_block li .follow.active .img {
	-webkit-filter: grayscale(0%); 
	filter: grayscale(0%);
	background: url(https://i.imgur.com/qs1DyFz.png) no-repeat center;
}
.promote_block .arrow {
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 120px 0 0 0;
	background-color: #FFF;
	border-radius: 33px;
	/*border: 1px solid #F00;*/
	background-position: center;
	cursor: pointer;
	z-index: 1;
}
.arrow_left {
	left: -12px;
}
.arrow_right {
	right: -12px;
}
.promote_block:hover .arrow {
	width: 50px;
	height: 50px;
	margin: 110px 0 0 0;
	-webkit-box-shadow: 0px 0px 12px #777;
     -moz-box-shadow: 0px 0px 12px #777;
     box-shadow: 0px 0px 12px #777;
     background-size: 24px;
}
.promote_block:hover .arrow_left {
	left: -22px;
	background-position: 12px center;
}
.promote_block:hover .arrow_right {
	right: -22px;
}
#pd_relative {
	margin-bottom: 50px;
}
.tag_promote_list {
	position: absolute;
	display: inline-block;
	width: 30px;
	margin: 5px 0 0 5px;
	padding: 3px 5px;
	font-size: 0.9em;
	border : 1px solid #F4452C;
	color: #FFF;
	background-color: #F4452C;
}
.tag_new_list {
	position: absolute;
	display: inline-block;
	width: 30px;
	margin: 5px 0 0 140px;
	padding: 3px 5px;
	font-size: 0.9em;
	border : 1px solid #59B200;
	color: #FFF;
	background-color: #59B200;
}

/*
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|  iPad
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
@media only screen and (max-width: 1023px) {
/*------------------------ 
		商品照片
-------------------------*/
.pd_img_slider {
	display: inline-block;
	float: left;
	margin: 0 0 0 2px;
	width: 40%;
}
/*------------------------ 
  	商品資訊
-------------------------*/
.pd_info {
	display: inline-block;
	float: left;
	width: 56%;
	padding: 12px 7px;
	margin: 2px;
	color: #333;
	font-size: 1em;
	line-height: 1.2em;
}
/*------------------------ 
  	promote
-------------------------*/
.promote_block {
	float: left;
	width: 100%;
	/*height: 290px;*/
	color: #333;
	margin: 70px 0 0 0;
	padding: 0;
	/*overflow: hidden;*/
	overflow-x: auto;
	/*border : 1px solid #F00;*/
}
.promote_block .arrow {
	display: none;
}

}



/*
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|  ipad & mobile
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
@media only screen and (max-width: 1199px) {
.pd_info {
	width: 570px;
}

}

@media only screen and (min-width: 751px) and (max-width: 900px) {
.pd_info {
	width: 420px;
	margin: 7px 0 0 12px;
}
/*------------------------ 
  	商品照片
-------------------------*/
.pd_img_slider {
	display: inline-block;
	float: left;
	margin: 7px 0 0 2px;
}

}

/*
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|  ipad & mobile
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
@media only screen and (max-width: 750px) {
/*------------------------ 
  	商品照片
-------------------------*/
.pd_img_slider {
	display: inline-block;
	float: left;
	margin: 1px 0 0 0px;
	width: 100%;
}
div[data-u="thumbnavigator"] {
	/*display: none;*/
	margin-top: 30px;
}

#jssor_1 {
	position: relative; margin: 0 auto; top: 0px; left: 0px; width: 500px; height: 680px; overflow: hidden; visibility: hidden; background-color: #FFF;
}
#slides {
	cursor: default; position: relative; top: 0px; left: 0px; width: 498px; height: 498px; overflow: hidden;
}

/*------------------------ 
  	商品資訊
-------------------------*/
.pd_info {
	display: inline-block;
	float: left;
	width: 100%;
	padding: 12px 0px;
	margin: 0px 0;
	color: #333;
	font-size: 1em;
	line-height: 1.2em;
}
.pd_name {
	/*display: none;*/
	margin: 0px 0 12px 0;
	padding-right: 19px;
	padding-left: 20px;
	font-size: 1em;
}
.pd_info .pd_price1 {
	font-size: 1.2em;
	line-height: 1.2em;
}
.pd_info .price_active {
	font-size: 1.5em;
	line-height: 1.5em;
	color: #F4452C;
}
.pd_intro {
	font-size: 1em;
	line-height: 1.5em;
}
.pd_spec {
	padding-left: 12px;
}
.pd_spec > span {
	display: none;
}
#follow {
	margin: -10px 12px 12px 12px;
}
#follow .img {
	float: none;
	/*border:1px solid #F00;*/
}
.pd_num {
	font-size: 1em;
	line-height: 1.5em;
	color: #555;
	margin: 36px 0 24px 0;
	text-indent: 12px;
}
.pd_num select {
	border: 1px solid #CCC;
	width: 70px;
	height: 36px;
	font-size: 1.2em;
}
.pd_info button.icon {
	/*border: 1px solid #000;*/
	float: left;
	width:49%;
	height: 65px;
	text-indent: 20px;
	background-size: 28px;
	background-position: 12px center;
	border-radius: 1px;
	margin: 3px 5px;
	letter-spacing: 0;
	-webkit-box-shadow: 1px 1px 2px #333;
     	-moz-box-shadow: 1px 1px 2px #333;
     	box-shadow: 1px 1px 2px #333;
}
.btn_add_cart {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 101;
	width:50%;
	height: 50px;
	margin: 0;
	font-size: 1em;
	background-position: 12% center;
	background-size: 26px;
	border-radius: 0;
	-webkit-box-shadow: 0px -2px 2px #111;
     -moz-box-shadow: 0px -2px 2px #111;
     box-shadow: 0px -2px 2px #111;
}
.btn_to_shopping {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 101;
	width:50%;
	height: 50px;
	margin: 0;
	font-size: 1em;
	background-position: 17% center;
	background-size: 26px;
	border-radius: 0;
	-webkit-box-shadow: 0px -2px 2px #111;
     -moz-box-shadow: 0px -2px 2px #111;
     box-shadow: 0px -2px 2px #111;
	background-color: #F4452C;
}
#info_shipping {
	float: left;
	color: #333;
	font-size: 0.9em;
	line-height: 1.3em;
	padding: 1px 0 0 50px;
	margin: 24px 0 12px 0;
	background-position: 7px 0;
	/*border: 1px solid #F00;*/
}
#info_shipping span {
	display: inline-block;
	display: none;
	float: left;
	width: 50px;
	height: 42px;
	color: #777;
}

.tabs-menu li a {
    padding: 12px 12px;
    text-transform: uppercase;
    color: #999;
    font-size: 1.2em;
    text-decoration: none; 
}
#tabs-container {
    	/*border-top: 1px solid #F00;*/
    	width: 100%;
    	margin-top: 24px;
    	padding: 12px 0;
	background-color: #FFF;
	box-shadow: 0px 0px 2px rgba(0,0,0,.1);
}

.promote_block {
	float: left;
	width: 100%;
	/*height: 290px;*/
	color: #333;
	margin: 70px 0 0 0;
	padding: 0;
	/*overflow: hidden;*/
	overflow-x: auto;
	/*border : 1px solid #F00;*/
}
.promote_block .arrow {
	display: none;
}

/*------------------------ 
  	商品其他說明
-------------------------*/
.pd_detail {
	float: left;
	width: 95%;
	color: #333;
	padding: 12px 7px;
	font-size: 1.2em;
	line-height: 1.4em;
	/*border : 1px solid #F00;*/
}

.tab-content {
	display: none;
	float: left;
	width: 99%;
   	margin-top: 0px;
    	padding: 0px;
    	overflow: hidden;
    	/*border:1px solid #F00;*/
}
.detail_show {
	padding: 12px 0 0 12px;
}

}
