@charset "utf-8";
/***************************************
    copyright by MakeAPP.tw 
***************************************/
@import url('../../../../../../ma/scripts/jquery/animatecss/animate.min3.5.1.css');
@import url('../../../../../../ma/scripts/jquery/validate.password/jquery.validate.password.css');
@import url('../../../../../../ma/scripts/jquery/fancybox/jquery.fancybox.css');

/*
|------------------------------------------------------------------------------------------------------------------
|  follow_form
|------------------------------------------------------------------------------------------------------------------
*/
#follow_form {
	margin: 24px 0 48px 0;
	/*background-color: rgba(255,255,255,0.5);*/
}
#follow_form table {
	margin: 12px 0;
}
#follow_form table th {
	padding: 7px 5px;
	border-width: 1px;
	border-style: solid;
	font-size: 0.8em;
	/*border-bottom: 1px solid #333;*/
	
}
#follow_form table tr:hover {
}
#follow_form table td {
	text-align: center;
	padding: 2px 2px;
	border-width: 1px;
	border-style: solid;
	font-size: 0.9em;
}
#follow_form table td .pd_name {
	width: 100%;
	/*border: 1px solid #F00;*/
	margin: 0px 0 7px 0;
}
#follow_form table td .pd_name a {
	/*border-bottom: 1px solid #333;*/
	font-size: 1em;
	line-height: 1.3em;
	text-underline-position: 12px;
	cursor: pointer;
}
#follow_form table tr:last-child td {
}
#follow_form table td.pd_img {
	width: 120px;
	height:70px;
	vertical-align: top;
}
#follow_form table td.pd_img img {
	display:inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align : middle;
}
#follow_form table td.pd_price {
	font-size: 0.9em;
}
#follow_form table td .price_remove {
	font-size: 0.9em;
	text-decoration: line-through;
}
.btn_spec {
	display: inline-block;
	width: auto;
	min-width: 50px;
	height: 20px;
	line-height: 20px;
	font-size: 0.9em;
	padding: 0px 3px;
	margin: 0 2px 6px 0 ;
	border-radius: 2px;
	cursor: default;
	border-width: 1px;
	border-style: solid;
}
/*.btn_spec.active {
	color: #E02B11;
	background-color: #FFF; 
	border: 1px solid #E02B11;
	background: url(https://goo.gl/8NrvBU) no-repeat;
}
.btn_spec:hover {
	color: #E02B11;
	background-color: #FFF; 
	border: 1px solid #E02B11;
}*/

td.action {
	/*width: 360px;*/
	width: 70px;
}
.hidden {
	display: none;
}
.btn_remove_follow {
	/*border: 1px solid #000;*/
	/*float: left;*/
	font-size: 0.9em;
	width:50px;
	height: 45px;
	text-indent: 20px;
	background-position: center;
	border-radius: 3px;
	margin: 5px 5px;
	letter-spacing: 0;
	cursor: pointer;
}
/*.btn_to_shopping {
	color: #FFF;
	background-color: #F4452C;
}
.btn_to_shopping:hover, .btn_to_shopping:active {
	background-color: #E02B11;
}*/

button.btn_remove_follow {
	width: 42px;
}
.handling {
	display: none;
	font-size: 0.9em;
	line-height: 52px;
	color: #777;
}


/*
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|  mobile
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
@media only screen and (max-width: 767px) {

#follow_form table td.pd_img {
	width: 70px;
	height:70px;
	vertical-align: top;
}
td.action {
	/*width: 130px;*/
	width: 50px;
}

}