/** 迷你購物車 **/
.hd-cart-icon {
    cursor: pointer;
}
#cd-cart {
    position: absolute;
    top:100px;
    /*right: 0;*/
    /*height: 30%;*/
    height: 550px;
    overflow-x: auto;
    width: 400px;
    padding-top:0px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index:999;
    background: #FFF;
    display: none;
}
#cd-cart > h2 {
    font-family: "Aparajita","微軟正黑體";
    font-size: 28px;
    padding: 10px 0;
    font-weight: normal;
    text-align: center;
    line-height: 35px;
}
#cd-cart > h2 span {
    font-size: 20px;
}
#cd-cart .cd-cart-items {
    width: 100%;
}
#cd-cart .cd-cart-items img {
    width: 100%;
}
#cd-cart .cd-cart-items table {
    width: 100%;
}
#cd-cart .cd-cart-items table tr td {
    padding:10px 5px;
    border-top: 1px solid #e0e6ef;
    vertical-align:middle;
}
#cd-cart .cd-cart-items table tr td:first-child {
    width: 20%;
}
#cd-cart .cd-cart-items table tr td.mini-cart-info h3 {
    padding: 0;
    margin: 0;
}
#cd-cart .cd-cart-items table tr td.mini-cart-info h3 a {
    font-size: 20px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #000;
}
#cd-cart .cd-cart-items table tr td.mini-cart-info p {
    font-size: 16px;
    padding: 0;
    margin:0;
    color: #B6272D;
}
#cd-cart .cd-cart-items table tr td.mini-cart-info span {
    font-size: 14px;
}
#cd-cart .cd-cart-items table tr td a.cd-item-remove {
    font-size: 20px;
    color: #B6272D;
}
.cd-cart-total p{
	color: #000000;
    text-align: center;
    padding: 15px 0;
    border-top: 3px solid #000;
    font-size: 16px;
    font-weight: bolder;
}
a.checkout-btn {
    text-align: center;
    padding:0;
    color: #B6272D;
    margin: 25px auto;
    display: block;
}
a.checkout-btn i {
    margin-right: 10px;
}
@media screen and (max-width: 768px) {
    #cd-cart {
        width: 360px;
        padding-top:0px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        z-index:999;
        /*right:0;*/
        background: #FFF;
        display: none;
    }
}
#product_form input{
	/*float:right;*/
	width:134px;
	height:36px;
	line-height:36px;
	color:#FFF;
	text-align:center;
	background:url(../images/btn_bg.svg);
	background-size:100% 100%;
	font-size:18px;
	margin:10px 0;
}

form a {
    cursor: pointer;
}

td a {
    cursor: pointer;
}