#reserve-cart-layer{position:fixed; bottom:10px; right:70px; width:400px; height:30px; overflow-y:auto; background-color:#fff; opacity:0.9; z-index:970; box-shadow:5px 5px 8px 1px rgba(0,0,0,0.3); box-sizing:border-box; border:1px solid #e51785; padding:0; overflow:hidden;-moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}
#reserve-cart-layer.view{display:block; height:350px;}

#reserve-cart-layer > *{box-sizing:border-box;}

#reserve-cart-layer .cart-title{line-height:30px; height:30px; box-sizing:border-box; background-color:#e51785; width:100%; text-align:center; font-weight:500; color:#ffffff; padding-left:33px;}
#reserve-cart-layer .cart-list{border-top:1px solid #e51785; border-bottom:1px solid #e51785; border-left:3px solid #e51785; border-right:3px solid #e51785; height:calc(100% - 60px); padding:5px 10px; overflow-y:auto;}

#reserve-cart-layer .cart-list > .cart-items{border-bottom:1px dashed #e3e3e3; padding-bottom:5px; margin-bottom:5px;}
#reserve-cart-layer .cart-list .dj-table{width:100%;}
/*#reserve-cart-layer .cart-list .dj-table*/
#reserve-cart-layer .cart-list .dj-table .goods > td,
#reserve-cart-layer .cart-list .dj-table .goods > td *{font-size:14px; font-weight:400;}
#reserve-cart-layer .cart-list .dj-table .goods > td{padding:3px 4px;}
#reserve-cart-layer .cart-list .dj-table .goods > td:nth-child(2){text-align:right !important;}
#reserve-cart-layer .cart-list tbody td.gm-title { font-size:14px; font-weight:500;}



#reserve-cart-layer .goto-reserve{line-height:30px; height:30px; box-sizing:border-box; background-color:#e51785; width:100%; text-align:center; color:#ffffff;font-weight:500;}
#reserve-cart-layer .goto-reserve > a{display:block; width:100%;}

#reserve-cart-layer #cart-toggle-btn{padding:0 6px; display:block; float:right; margin-right:8px; margin-top:4px; line-height:20px; color:#fff; cursor:pointer;}
#reserve-cart-layer.view  #cart-toggle-btn{transform:rotate(180deg);}

@media all and (max-width:500px) {
	#reserve-cart-layer { width:75%;}
}
