/* BASIC css start */
.quick_area{position:fixed;right:25px;bottom:20px;z-index:99999;}
.quick_box{padding:15px 0 15px;width:35px;background:#342f27;border-radius:35px;-ms-border-radius:35px;-moz-border-radius:35px;-webkit-border-radius:35px;}
.quick_box img{height:20px;margin:0 !important;}
.quick_box li{position:relative;padding:7px 0 8px;}
.quick_box li:first-child{padding-top:0;padding-top:5px;}
.quick_box li.ico_quick1{display:none;}
.quick_box li.ico_quick2{display:none;cursor:pointer;}
.quick_box li.ico_quick3{padding-top:0;cursor:pointer;}
.quick_box .btn_up{cursor:pointer;padding-bottom:0;}
.quick_box .btn_up:after{display:inline-block;content:"";position:absolute;bottom:28px;left:5px;width:25px;height:1px;background:#433e36;}

.quick_box .txt{display:none;position:absolute;right:30px;top:50%;margin-top:-11px;color:#423733;font-size:10px;background:#fff;border:1px solid #f3f1e9;height:22px;line-height:20px;border-radius:22px;letter-spacing:-0.5px;box-sizing:border-box;text-align:right;padding:0 8px;}
.quick_box li:hover .txt{display:block;}



.quick_box .ico_qcart img{position:relative;z-index:1;}
.quick_box .ico_qcart .cart_num{font-family: 'Roboto',sans-serif;
    position: absolute;
    right:3px;
    top:4px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    font-size: 9px;
    color: #fff;
    background: #8ca15a;
    text-align: center;
    font-weight: 400;
    border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;z-index:2;}
/* BASIC css end */

