/*stili bottone*/
.pnlGroupButtonAddShopCart{
    display: block;
    width: 90%;
    margin-left:5%;
    padding-top:10px;
    position: relative;
    padding-bottom:7px;
    border-top: 1px solid #404040;
}

.imgButtonAddShopCart{
    height: auto;
    opacity: 1;
    width:70%;
}

.labelButtonAddShopCart{
    white-space: nowrap;
    color: #ffffff;
    margin-left: 4px;
    text-overflow:ellipsis;
    display:block;
    width:100%;
    overflow: hidden;
}

.notifyNumberShoppingCartWrapper
{
    background-color: transparent;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    font-size: 9px;
    font-weight: bold;
    padding-bottom: 1px;
    position: absolute;
    top: 19%;
    left: 19%;
    z-index: 101;
    background-color: transparent;
}

.notifyNumberShoppingCart
{
    border-radius: 2px 2px 2px 2px;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    background-color: #ffffff;
    border-color:#ffffff!important;

    padding: 1px 2px 0;
    font-weight: bold;cursor: pointer;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    text-decoration: none!important;

}

.shoppingCartVisibletrue{display: block;}
.shoppingCartVisiblefalse{display: none;}
