﻿.toolbar-tabs {
    /*position: absolute;*/
    position: fixed;
    top: 40%;
    /*left: 29px;*/
    right: 1px;
    width: 64px;
    margin-top: -80px;
}

.toolbar-tab {
    position: relative;
    width: 64px;
    height: 64px;
    margin-bottom: 1px;
    cursor: pointer;
    background-color: #7a6e6e;
    border-radius: 3px 0 0 3px;
}

    .toolbar-tab .tab-tip {
        position: absolute;
        top: 8px;
        right: 10px;
        width: 6px;
        height: 6px;
        background-position: -150px -150px;
        z-index: 999;
    }

em, i {
    font-style: normal;
}

em, i {
    font-style: normal;
}

.tab-ico-active {
    background-color: #1abc9c !important;
}

.toolbar-tab .tab-ico {
    width: 64px;
    height: 64px;
    margin-left: 1px;
    position: relative;
    z-index: 2;
    background-color: #009688;
}

.toolbar-tab .tab-ico, .toolbar-tab .tab-tip, .toolbar-tabs .tabs-tip .ico {
    display: inline-block;
    background-image: url(/img/shoppingcart.png);
    _background-image: url(/img/shoppingcart.png);
    background-repeat: no-repeat;
}


.hide, .none {
    display: none;
}

.hide, .none {
    display: none;
}

.toolbar-tabs .tabs-tip {
    position: absolute;
    top: 0;
    right: 35px;
    height: 35px;
    line-height: 35px;
    white-space: nowrap;
    border-radius: 5px;
    background: #c81623;
    color: #fff;
    padding: 0 10px;
    padding-left: 30px;
}

    .toolbar-tabs .tabs-tip .ico {
        width: 15px;
        height: 12px;
        background-position: -98px -162px;
        position: absolute;
        top: 13px;
        left: 10px;
    }

    .toolbar-tabs .tabs-tip b {
        width: 0;
        height: 0;
        line-height: 0;
        font-size: 0;
        border: 6px dashed transparent;
        border-left: 6px solid #c81623;
        position: absolute;
        right: -12px;
        top: 12px;
        z-index: 20;
    }

.tabShoppingList {
    width:100%;
}

    .tabShoppingList th {
        color: #0d0d0d;
        font-size: 16px;
        font-weight: bold;
    }
    .tabShoppingList td {
        color: #2d2d2d;
        font-size: 14px;
        font-weight: bold;
    }

/*Others is more 415px */
@media only screen and (min-width: 415px) {
    
    .toolbar-tab .tab-text {
        padding: 10px;
        width: 600px;
        /*height: 300px;*/
        line-height: 35px;
        color: #fff;
        text-align: center;
        font-size: 11px;
        font-family: 微软雅黑;
        position: absolute;
        z-index: 1;
        left: 60px;
        top: 0;
        background-color: #d0d0d0;
        border-radius: 3px 0 0 3px;
        -webkit-transition: left .3s ease-in-out .1s;
        transition: left .3s ease-in-out .1s;
    }
}