﻿#shoppingCard {
    FONT-WEIGHT: 500;
    FONT-WEIGHT: 500;
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    /* display: inline-block; */
    font-size: 12px;
    padding: 1px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    margin-right: 1px;
    font-weight: bold;
    background-color: #777;
    position: relative;
    color: #fff;
    top: 5px;
}

#div-shopCount-down {
    position: relative;
}

#shoppingCardDown {
    FONT-WEIGHT: 500;
    FONT-WEIGHT: 500;
    /*background-color: #fff;*/
    border-radius: 50%;
    color: #000;
    /* display: inline-block; */
    font-size: 14px;
    font-weight: bold;
    padding: 1px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    margin-right: 1px;
    font-weight: bold;
    /*background-color: #777;*/
    position: absolute;
    color: #fff;
    bottom: 20px;
    left: 8px;
}

.div-shoppingCardDown {
    width: 30px;
    margin: 0 auto;
    position: relative;
}

#cart {
    cursor: pointer;
    z-index: 9999999 !important;
}

img.icon-mn {
    width: 50px;
    /*height: 50px;*/
}

@media only screen and (max-width:550px) {
    #shoppingCard {
        position: absolute;
        top: -35px;
    }
}
