/* 錯誤訊息樣式 */
label.error{ color:#F00; padding-left:5px;}

/* 字體樣式 */
.text-bold{
	font-weight: bolder;
}

.radio_style{
	display: inline-block;
}

.min-height-none{
	min-height: unset!important;
}

.cart-btn{
    padding: 5px 20px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
    border-radius: 15px;
    margin-bottom: 20px;
    display: inline-block;
    -webkit-transition: all .6s ease;
    color: #f60000;
    border: 1px solid #f60000;
}
.cart-btn:hover{
	color: #fff;
	background-color: #f60000;
}

.cart-title{
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}
.cart-title .cart-amount{
    color: blue;
    font-size: 30px;
}

.cart-link{
	margin-right: 15px !important; 
}

.cart-count{
	color: red;
}

.cart-remove{
    position: absolute;
    top:35px;
    right: 30px;
    padding: 3px 4px;
    font-weight: 100;
}
.guide-cart{
    position: relative;
}
.guide-cart img{
    background-color: yellow;
}
.guide-cart span{
    position: absolute;
    left: -10px;
    bottom: -10px;
    width: 20px;
    height: 20px;
    background-color: #f6f6f6;
    border-radius: 50%;
    font-weight: bolder;
}

@media (max-width:767px) {
    .cart-remove{
        top:15px;
    }
    .mb-10{
        margin-bottom: 10px; 
    }
    .mb-20{
        margin-bottom: 20px; 
    }
    .mb-30{
        margin-bottom: 30px; 
    }
    .mb-40{
        margin-bottom: 40px; 
    }
}

.loadMsg{
    color: blue;
    font-weight: bold;
}
.chooseAcc{
    position: relative;
    overflow: hidden;
    padding: 15px 6px;
    box-shadow: 3px 3px 9px #eee;
    margin-bottom: 10px;
}
.chooseAcc:hover{
    background-color: #efefef
}
.chooseBtn{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

