
.before-top-product-shop{
    border: 1px solid #e7e7e7;
    width: 100%;
    overflow: hidden;
    margin: 0 0 8px;
}
.before-top-product-shop .warehouse-stock-list,
.before-top-product-shop .product-secondary ul{
    float: right;
    margin: 0;
    padding: 0;
    border: 0;
}
.before-top-product-shop .warehouse-stock-list li,
.before-top-product-shop .product-secondary ul li{
    float: left;
    line-height: 36px;
    font-size: 14px;
    text-transform: uppercase;
    border: 0;
    border-left: 1px solid #e7e7e7;
    padding: 0 15px;
    margin: 0;
}
/*.before-top-product-shop .product-secondary ul li:hover{*/
.before-top-product-shop .warehouse-stock-list li.selected,
.before-top-product-shop .warehouse-stock-list li:hover{
    background: #4285f4;
    color: #fff;
}
.before-top-product-shop .warehouse-stock-list li:not(.selected){
    cursor: pointer;
}
.before-top-product-shop .title{
    line-height: 36px;
    color: #999;
    float: left;
    padding:0 0 0 10px;
    font-size: 13px;
}

.before-top-product-shop .title:before{
content: "\f0d1";
font-family: 'FontAwesome';
color: #999;
font-size: 22px;
display: inline-block;
vertical-align: top;
margin:0 15px 0 0;
}
.before-top-product-shop .warehouse-stock-list{
    display: block !important;
    position: static;
    box-shadow: none;
    background: none;
    border-radius: 0;
}
@media screen and (max-width: 640px){
    .before-top-product-shop .warehouse-stock-list,
    .before-top-product-shop .product-secondary ul{
        width: auto;
        border-top: 1px solid #e7e7e7;
    }
}