#memerror_msg
{
    box-sizing: border-box;
    width:80%;
}
label.error
{
    color:cornsilk !important;
    font-size: 1rem;
}
/*同意聲明彈出視窗*/
#test-modal
{
    display:flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
.modal-center
{
    width:1000px;
    height: 600px;
    background:rgba(0,0,0,0.8);
    overflow-y:auto;
    padding:40px;
    border:1px solid #ccc;
}
.addfavorite
{
    display: block!important;
}
.favoriteactive
{
    background-color:darksalmon!important;
    color:#fff;
}
#cartinfo
{
	color:rgba(255,255,255,1.00);
	font-size:20px;
	padding:10px 0;
	border-radius:10px;
	background:rgba(0,0,0,0.7);
	position:fixed;
	left:50%;
	top:50%;
    margin-left:-150px;
    margin-top:-80px;
	z-index:1000;
	text-align:center;
	width:300px;
	font-family:"Microsoft JhengHei",Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	display:none;
}
.error
{
    background:#d38989;
    border:1px salmon solid;
    padding:5px;
    display: inline-block;
    float:left;
}
.cart-list
{
    height:auto;
}
big
{
    font-size:26px;
}
@media only screen and (max-width: 1199px) {

}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 991px) {
    .modal-center
    {
        width:90%;
        height:500px;
    }
}
@media screen and (min-width: 992px) {
    #navbar_main .dropdown
    {
        margin-top:-2px;
    }
}
input[name=modify_qty]
{
    min-width: 60px;
}