.price {
    font-weight:bold;
    font-size: 20px;
}
.suggest-price {
    font-weight: normal;
    font-size: 18px;
    color: #bababa;
    line-height: 1;
    position: relative;
    bottom: -5px;
}
.topbar {
    /*text-align: right;
    padding-top: 10px;
    margin-bottom: 5px;*/
    background-color: #4F74B1;   
}
.topbar a {
    /* color: #777; */
    color: #FFFFFF;
    font-size: 16px;
}
.topbar a:hover, .topbar a:focus {
    color: #333;
}
.topbar .top-nav {
   /* margin-bottom: 10px;
    margin-right: 100px;*/
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.footer-light {
    /* background-color: #f2f2f2; */
    background-color: #f8f4e7;
    font-weight: normal;
    color: #FFFFFF;
    border-top: 1px solid #dedede;
}

.img-ll {
    /*border: 3px solid #F2F2F4;*/
    max-height: 200px;
    width: auto;
    float: left !important;
}
.showlist {
    font-size:20px;
}

 
.tools .toTop {
    position: fixed;
    right: 20px;
    bottom: 90px;
    z-index: 500;
}
.cart {
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 500;
}
.toTopBg{
 	position: relative;
    display: inline-block;	
	height: 50px;
    width: 60px;
    border-radius: 50px;
    background: rgba(255,255,255,.9);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    border: 1px solid #fdfdfd;
 }
 .cartBg {
 	position: relative;
    display: inline-block;	
	height: 50px;
    width: 110px;
    border-radius: 50px;
    background: rgba(255,255,255,.9);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    border: 1px solid #fdfdfd;
 }
.liveCart {
    /*position: fixed;*/
    right: 5px;
    z-index: 100; 
}
.prodnote {
    font-size: 16px;
    color: #7b7b7b;
    line-height: 1.6;
   
}

.msg  {
position: fixed;/*absolute; /絕對位置*/
font-size: 28px;
top: 50%;               /*從上面開始算，下推 50% (一半) 的位置*/
left: 50%;              /*從左邊開始算，右推 50% (一半) 的位置*/
margin-top: -35px;     /*高度的一半*/
margin-left: -100px;    /*寬度的一半*/
z-index: 500;
}
.msgBg{
    position: relative;
    display: inline-block;  
    height: 70px;
    width: 200px;
    border-radius: 10px;
    background: rgba(212,237,218,.9);/*255,255,255*/
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    border: 1px solid #fdfdfd;    
 }

.scrolled-td-table-wrapper {
    overflow-x: auto;
}
.scrolled-td-table-wrapper table, .fixed-th-table-wrapper table {
    border-collapse: separate;
}


.bbtn .imgBtn {
    position:relative;
    /*width: 200px;*/
    width:calc(100vw / 3 * .8);   
    height:calc(100vw / 3 * .8);
    /*margin-bottom:5px;*/
    display:inline-block;
}
/*頁腳使用的樣式*/
footer {
    background-color:#494949;
    color:#ddd;
    min-height:100px;
    padding-top:20px;
    padding-bottom:40px;
}