ul.vm-product-points {
    width: 80%;
    margin: 0 auto;
    padding: 15px 0 0px 0;
    display: table;
}

.vm-product-points .vm-pp-left {
    float: left;
    width: 20%;
}

.vm-product-points .vm-pp-right {
    float:right;
    width: 80%;
    font-family: 'VM Circular Book',Arial,sans-serif;
}

.vm-product-points .vm-pp-right h4 {
    font-size: 19px;
    font-family: 'VM Circular Medium','VM Circular Book',Arial,sans-serif;
    line-height: normal;
    padding-bottom: 7px;
    display: inline-block;
    margin: 0;
    width: 100%;
}

.bundles .vm-pb-title-section h3 {
    font-size: 30px;
    line-height: 38px;
}

.vm-product-points li {
    float: left;
    display: block;
    margin-bottom: 20px;
    width: 100%;
 }

.vm-product-points li li {
    margin-bottom: 6px;
}

.vm-pb-title-section {
    padding: 30px 20px 5px;
    min-height: 165px;
}

.vm-pb-title-section h3 {
    margin: 0;
    font-size: 42px;
    font-family: 'VM Circular Whisper', 'VM Circular Book' ,Arial,sans-serif;
    color: #fff;
    max-width: 285px;
    line-height: normal;
}

.vm-product-block {
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 65px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 65px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 65px 0px rgba(0,0,0,0.15);
    margin: 10px;
}

.purple .vm-pb-top-section{
    background: #5E1F78;
}
.red .vm-pb-top-section{
    background: #FF0000;
}
.pink .vm-pb-top-section{
    background: #FFD2E6;
}
.pink .vm-pb-title-section h3 {
    color: #2b2b2b;
}
.green .vm-pb-top-section{
    background: #348437;
}
.blue .vm-pb-top-section{
    background: #3E55A0;
}


.vm-pb-pricing-section {
    padding: 15px 20px;
    display: inline-block;
    width: 100%;
    margin-bottom: -10px;
}

.vm-pb-pricing-section.yellow-bg{
    background-color: #FFD149;
}

.vm-pb-ps-left {
    width: 50%;
    float: left;
    font-size: 14px;
    padding-right: 5%;
}

.vm-pb-ps-left strong {
    font-size: 22px;
}

.vm-pb-ps-right {
    width: 50%;
    float: right;
}

.vm-pb-ps-right img {
    position: absolute;
    margin-top: -60px;
    right: 20px;
}


.vm-pb-lower-section {
    background: #fff;
    padding: 20px 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.product-block-cta {
    width: 100%;
    order: 1;
}

.vm-product-block .buyButton a {
    background: #ed0000;
    color: #fff;
    width: 100%;
    max-width: 190px;
    margin-top: 20px;
}

.vm-product-block .buyButton a:hover {
    background: #fff;
    color: #ed0000;
    border: 1px solid #ed0000;
}

.product-block-cta.ctaorderfirst{
    order: 0;
}

.white-roundel {
    background: url(/content/dam/www-virginmedia-ie/img/Q4-2015/PNG-Icons/white-roundel.png);
    background-size: cover;
    text-align: center;
    width: 130px;
    height: 130px;
    display: table;
    position: absolute;
    margin-top: -60px;
    right: 20px;
}

.white-roundel .vm-pb-price-wrap {
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
    font-family: 'VM Circular Book',Arial,sans-serif;
    font-size: 14px;
}

.white-roundel p span, .vm-pb-price-free {
    font-size: 58px;
    line-height: 38px;
    font-family: 'VM Circular Bold', 'VM Circular Book' ,Arial,sans-serif;
}


.star-roundel {
    background: url(/content/dam/www-virginmedia-ie/img/Star_solo.png);
    background-size: cover;
    text-align: center;
    width: 250px;
    height: 250px;
    display: table;
    position: absolute;
    margin-top: -125px;
    right: -45px;
}
.star-roundel .vm-pb-price-wrap {
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
    font-family: 'VM Circular Book',Arial,sans-serif;
    font-size: 14px;
    padding-right: 20px;
    padding-top: 16px;
}

.star-roundel p span, .vm-pb-price-free {
    font-size: 58px;
    line-height: 38px;
    font-family: 'VM Circular Bold', 'VM Circular Book' ,Arial,sans-serif;
}


.vm-pb-price-free{
    font-size: 38px;
}

.white-roundel p strong {
    font-size: 24px;
}

.white-roundel p span span {
    font-size: 22px;
}

p.vm-pb-price {
    font-size: 42px;
    font-family: 'VM Circular Whisper', 'VM Circular Book' ,Arial,sans-serif;
}

.vm-pb-price .addonPricing{
    margin-left:-10px;
}

.prod-config-btn {
    color: #2A8511;
    background-color: #fff;
    transition: all 1s ease;
    border: 2px solid #2A8511;
    height: auto;
    padding: 8px 0;
    width: 80%;
    max-width: 200px;
    margin: 10px 0;
    font-size: 19px;
    border-radius: 20px;
}
.prod-config-btn:hover,
.prod-config-btn.selected{
    color: #fff;
    background-color: #2A8511;
}

a.tmmlink {
    width: 100%;
    display: block;
    text-align: center;
    margin: 10px 0px;
    font-size: 19px;
}

.vm-basket-back{
    display: none;
    margin: auto;
}

.vm-basket-back button {
    color: #ed0000;
    background: transparent;
    text-decoration: underline;
    font-size: 18px;
    font-family: 'VM Circular Medium','VM Circular Book',Arial,sans-serif;
}
.vm-basket-back:before {
    content: "8";
    font-family: icons;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    margin-left: -5%;
    text-decoration: inherit;
    color:#ed0000;
}



.promo-tab i:after,
.promo-tab em:after{
     font-size: 12px;
     font-weight: 700;
     position: relative;
     display: inline-block;
     font-family: FontAwsome;
     content: "\f0e7";
     line-height: 0;
     width: 15px;
     height: 15px;
     top: -2px;
     right: 0px;
     left:2px;
}
 .promo-tab {
     background: #FFCC00;
     border-radius: 15px 15px 0 0;
     padding: 12px 22px 30px 15px;
     position: absolute;
     top: -40px;
    z-index: -1;
    box-shadow: 1px 0px 2px #ccc;
    width: 75%;
}
 .promo-tab h3{
    text-transform:uppercase;
    padding: 0;
    margin: 0;
    line-height: normal;
    font-size: 15px;
}
.prod-col {
     z-index: 1;
     position: relative;
     padding-top: 32px;
}
.pc-icon-para {
     margin-bottom: 0;
}

.vm-pp-right a {
    font-size: 14px;
}
.vm-pp-left img {
    max-width: 35px;
}


@media screen and (max-width: 619px) {

    .star-roundel {
        width: 165px;
        height: 190px;
        display: table;
        position: absolute;
        margin-top: -88px;
        right: 0px;
    }
    .star-roundel p span, .vm-pb-price-free {
        font-size: 45px;
    }
    .star-roundel .vm-pb-price-wrap {
        padding-right: 0;
    }
    p.vm-pb-price {
        font-size: 36px;
    }

}