 /* *{
 border: 1px solid #000;
} */

.product-sidebar{
	width: 100%;
	margin-top: 60px;
	margin-bottom: 30px;
	float: left;
	
}
.title{
/*	border: 1px solid transparent;*/
	border-color: #cccccc;
/*	border-color: #cccccc;*/
    border-width: 1.5px;
    border-radius: 4px;
	border-bottom: 3px solid #cccccc;
}
.product-btn-fz14 a{
	display: inline-block;
    padding: 6px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
	color: #333;
    line-height: 1.42857143;
/*    text-align: center;*/
    white-space: nowrap;
    vertical-align: middle;
/*    -ms-touch-action: manipulation;*/
    touch-action: manipulation;
    cursor: pointer;
/*    -webkit-user-select: none;*/
/*    -moz-user-select: none;*/
/*    -ms-user-select: none;*/
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.product-sidebar .product-btn{
	borderbackground-color: none;
/*	background-color: #ffffcc;*/
	padding-top: 10px;
    padding-bottom: 10px;
	padding-left: 10px;
	font-family: 'Noto Sans TC', sans-serif;
		
}
/*.product-btn{
border-color: #cccccc;
    border-width: 2px;
} */
.product-sidebar .product-btn a{
    text-decoration: none;
    color: #333333;
	font-size: 12pt;
	
}
.product-sidebar .product-btn a:hover{
    text-decoration: none;
    color: crimson;
/*	background-color: #eaf6fd;*/
}

.product-sidebar .btn-group{
   	width: 100%;
	border-bottom: 3px solid #cccccc;
	/*/display: inline-block;	//block */
}
.product-sidebar .btn{
	font-family: 'Noto Sans TC', sans-serif;
	width: 100%;
	padding-top:10px;
	padding-bottom: 10px;
	text-align: left;
	
	/*/white-space: pre-wrap	;*/
} 
.product-sidebar .btn-default{
	border:none;
	border-bottom: 3px;
	border-bottom-color: red;
/*	background-color: #ffffcc;*/
}
.product-sidebar .btn-default:hover{
	color: crimson;
/*	background-color: #eaf6fd; #ccffff*/
}
.product-sidebar .product-btn-fz14:hover{
    text-decoration: none;    
	background-color: #EFEFEF;
	width: 100%;
	
}
.product-sidebar .product-btn-fz14 a:hover{
    text-decoration: none;
    color: crimson;
	width: 100%;
	
}

.product-sidebar .dropdown-menu>li>a{
	color: #111111;
}
.product-sidebar .dropdown-menu>li>a:hover{
	color: aliceblue;
	background-color: blue;
}
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover{
	background-color: brown;
	color: aliceblue;
}

@media screen and (max-width: 1200px) {
	}
@media screen and (max-width: 992px) {
	
}
@media screen and (max-width: 768px) {
	.col-sm-3{
		width: auto;
	}

  
}
@media screen and (max-width: 680px) {
  



}
@media screen and (max-width: 480px) {
 


}
