.cardPnl{
    height: 1px;
    margin: auto;
    margin-top: 50px;
}

.cardPnlRow{
    height: 100%;
}

.boldLabel{
    font-weight: bold;
    color: #323232;
}

.colGrid33{
    width: 33%;
}

.colGrid50{
    width: 50%;
}

.colGrid66{
    width: 66%;
}

.rowGrid45{
    height: 45%;
}

.radiusLeft{
    border-radius: 20px 0px 0px 20px;
    width: calc(100% + 15px);
}

.radiusRight{
    border-radius: 0px 20px 20px 0px;
    width: calc(100% + 15px);
    text-align: right;
}

.noPaddingLeftCard table{
    padding-left: 0px!important;
}

.radiusRight table{
    margin-left: auto;
}

.selectedCard{
    width: 600px;
    border-radius: 20px;
    box-shadow: 0px 6px 20px #323232;
    background-color: #fff;
    z-index: 4;
}

.originalPriceGrp{
    position: relative;
    display: inline-block;
    margin-right: 5px;
}

.originalPriceGrp:after{
    position: absolute;
    left: 0;
    top: calc(50% + 2px);
    height: 2px;
    background: #323232;
    content: "";
    width: 100%;
    display: block;
}

.removeBtn{
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
    background-image: url('../javax.faces.resource/deleteEmptyRound_black.png.xhtml?ln=images/giobby.baselayout/flatIconset');
}

.removeBtn:hover{
    background-image: url('../javax.faces.resource/deleteEmptyRound_gray.png.xhtml?ln=images/giobby.baselayout/flatIconset');
}

.disabledRemoveBtn{
    background-image: url('../javax.faces.resource/deleteEmptyRound_gray.png.xhtml?ln=images/giobby.baselayout/flatIconset');
}

.addBtn{
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
    background-image: url('../javax.faces.resource/addEmptyRound_black.png.xhtml?ln=images/giobby.baselayout/flatIconset');
}

.addBtn:hover{
    background-image: url('../javax.faces.resource/addEmptyRound_gray.png.xhtml?ln=images/giobby.baselayout/flatIconset');
}

.cartSummary{
    z-index: 5;
    display: table;
    padding-top: 0;
    height: 92px;
}

.cartSummaryGrd{
    height: 100%;
}

@media only screen
and/*!Hack-YUI-Compressor-Problem*/(max-width : 767px) {
    .selectedCard{
        width: 300px;
    }

    .cartSummary{
        height: 103px;
    }

    .cardPnl{
        height: calc(100% - 138px);
        margin: auto;
        margin-top: 25px;
    }
}

@media only screen
and/*!Hack-YUI-Compressor-Problem*/(min-width : 768px)
and/*!Hack-YUI-Compressor-Problem*/(max-width : 1024px){
    .selectedCard{
        width: 350px;
    }
}

@media only screen
and/*!Hack-YUI-Compressor-Problem*/(min-width : 1025px)
and/*!Hack-YUI-Compressor-Problem*/(max-width : 1224px) {
    .selectedCard{
        width: 450px;
    }
}
