@charset "UTF-8";
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.input-group-addon {
    line-height: 1;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
	
}
.input-group-btn {
    position: relative;
    white-space: nowrap;
    background-color: #6f1c34;
    border:1px solid #ccc;
    color: #fff;
}
.input-group .input-group-btn,.input-group .input-group-addon{
	display: table-cell;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}
.input-group .input-group-btn:last-child{
	padding: 0px 15px 0px 15px;border-left: none;
}
.input-group.coupon-code{line-height: 32px; width: 100%;}
.input-group {position: relative; display: table;border-collapse: separate;}
.input-group .form-control {display: table-cell;width: 100%;box-sizing: border-box;}
.input-group .form-control:first-child{padding:6px 0px 6px 15px;border-right: none;}
/*購物車*/
.cart_coupon {background: #ededed; width: 1142px; margin: 0 auto 2px;padding: 10px 0px;}
.cart_coupon > .input-group,.cart_coupon > .coupon-errors {max-width: 480px;}
.cart_coupon label a {font-size: 20px;color: #666666;}
.coupon-errors{display: none;clear: both;padding: 15px 15px 10px 15px;margin: 10px 0px;width: 100%;box-sizing: border-box;border: 1px solid #ccc; position: relative;}
.coupon-errors > a {position: absolute; top: 0px; right: 15px;}
.coupon-errors .info{color: red;width: 100%;}
