.shop_list_box {
    display: none;
    width: 420px;
    background-color: #ffffff;
    position: fixed;
    right: 20px;
    z-index: 9999;
    border: 1px solid #cccccc;

    text-align: center;
    padding: 10px 14px;
    top:3.5vw;
}
.shop_list_box .hs_b {
    border: 1px solid #cccccc;
    font-size: 0.8em;
    padding: 15px;
    padding-top: 30px;
    padding-bottom: 20px;
    position: relative;
}
.shop_list_box .hs_b img {
    width: 75px;
}
.shop_list_box .h_header {
    font-size: 0.8em;
    margin-top: 20px;
    margin-bottom: 7px;
    font-family: Verdana, Geneva, sans-serif;
}
.pull-left {
    float: left!important;
}
.pull-right {
    float: right!important;
}
.shop_list_box .sh_top {
    display: inline-block;
    width: 27px;
    height: 16px;
    background-image: url(/imgs/j1.png);
    margin-bottom: 5px;
}
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}

.shop_list_box .remove {
    position: absolute;
    bottom: 20px;
    right: 15px;
    text-decoration: underline;
}
.shop_list_box .sh_bottom {
    margin-top: 10px;
    display: inline-block;
    width: 27px;
    height: 16px;
    background-image: url(/imgs/j1_2.png);
}
.shop_list_box .sh_button > div a.button.white, #header_shop .sh_button > div button.button.white {
    background-color: white;
    color: black;
    border: 1px solid #cccccc;
}

.shopping_cart a.button,.shopping_cart button.button,.shopping_cart input.this_submit {
    display: inline-block;
    width: 102px;
    height: 37px;
    line-height: 37px;
    letter-spacing: 0.1px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    background-color: #000000;
    font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", sans-serif;
    border: 0;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
}
.shop_list_box .hs_img {
    width: 20%;

}
.shop_list_box .hs_name {
    padding-left: 5%;
    width: 80%;
    text-align: left;
    color: #8a8989;
}
.shop_list_box .color_b {
    color: black;
}

.shop_list_box .hs_b_parent {
    height: 128px;
    overflow: hidden;
}


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

    .shop_list_box {

        width: 96%;
        right: 2%;
        top:55px;
    }

}