/* ----- add to basket button ----- */
.pdItemParent {
    text-align:center
}

.pdItemParent .button span:before {
    font-family: "FontAwsome";
    content: "\f07a";
    margin-right: 10px;
}
.pdItemParent .button .selected span:before {
    content: "\f00c";
}
.pdItemParent .button .selected {
	color:#ffffff;
	background-color: #348437;
}

.pdItemParent .roundel {
    background-image: url(/content/dam/www-virginmedia-ie/img/Q4-2015/PNG-Icons/yellow-roundel.png);
    font-size: 65px;
    font-family: 'VM Circular Bold', Arial, sans-serif;
    line-height: normal;
    text-align: center;
    background-size: contain;
    display: inline-block;
    padding: 35px 45px 45px 45px;
    background-repeat: no-repeat;
    background-position: center;
}

.pdItemParent .roundel  p.subtext {
    font-size: 15px;
    line-height: 8px;
}

.pdItemParent .negMargin {
    margin-top: -25px;
}

.pdItemParent .roundel span {
    font-size: 70%;
}

.hiddenRadio, .pdItem{
	display:none;
}