.pt-wrapper {
	border: 1px solid #C1BDC1;
	border-radius: 10px;
	color: #322332;
	background-color: white;
	font-family: 'VM Circular Book', Arial, sans-serif;
	min-width: unset;
    width: 100%;
}

.pt-content-wrapper {
	padding: 0 23px 42px 23px;
}

.pt-price-wrapper .pt-sub-heading, .pt-price-wrapper .inner-price-wrapper, .pt-price-info {
	padding: 0 23px;
}

.pt-price-wrapper, .pt-spec-wrapper.extra-specs, .pt-best-for-wrapper {
	cursor: pointer;
}

.pt-banner-wrapper {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
	position: relative;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.pt-banner-wrapper h2 {
	padding: 0;
    margin: 0;
    font-size: 26px;
    line-height: 32px;
    width: 100%;
    text-align: left;
    font-family: 'VM Circular Whisper', Arial, sans-serif;
}

.pt-banner-wrapper h2 b {
	font-family: 'VM Circular Bold', Arial, sans-serif;
}

.pt-spec-info, .pt-price-info, .pt-best-for-info {
	max-height: 0;
	overflow: hidden;
    transition: max-height 0.5s ease;
}

.pt-best-for-info {
	font-size: 14px;
}

.pt-best-for-info p {
	margin: 0 0 12px 0;
}

.pt-best-for-info ul {
	padding: 0px 0 0 30px;
}

.pt-best-for-info li:before {
    position: relative;
    left: -20px;
    top: -1px;
    width: 0;
    display: inline-block;
    content: '\2022';
}

.pt-price-info {
	margin-bottom: 8px;
}

.show-section {
    transition: max-height 0.5s ease;
    max-height: 200px;
}

p.pt-sub-heading {
	color: #6F656F;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 6px 0;
	font-family: 'VM Circular Whisper', Arial, sans-serif;
}

h4.pt-sale-price {
	font-family: 'VM Circular Medium', Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
	color: #E10A0A;
	font-weight: 700;
	display: inline-block;
	font-size: 44px;
	margin: 0;
}

h5.pt-full-price {
	color: #322332;
	font-weight: 400;
	display: inline-block;
	font-size: 20px;
	margin: 0 8px 0 0;
	text-decoration-thickness: 2px;
	text-decoration-line: line-through;
	text-decoration-color: #322332;
	text-decoration-style: solid;
	position: relative;
	bottom: 15px;
}

.pt-price-content {
	font-size: 14px;
	margin-bottom: 6px;
}

.pt-sub-price {
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	color: #322332;
	line-height: 18px;
	text-align: left;
}

.pt-best-for-wrapper:before {
	content: url(/content/dam/www-virginmedia-ie/img/accordion-chevron-down.svg);
    left: auto;
    bottom: auto;
    right: 23px;
    margin: 20px 0 0 0;
    position: absolute;
}

.pt-price-wrapper:hover::before, .pt-spec-wrapper:hover::before, .pt-best-for-wrapper:hover::before {
	animation: hoverAnimation 1s ease;
	animation-iteration-count: 1;
}

@keyframes hoverAnimation {
  0% {
    transform:  translate(0,0);
  }
  50% {
    transform:  translate(0,8px);
  }
  100% {
    transform:  translate(0,0);
  }
}

.active-dropdown.pt-spec-wrapper.extra-specs:before, .active-dropdown.pt-best-for-wrapper:before {
	content: url(/content/dam/www-virginmedia-ie/img/up-arrow.svg);
}

.offer-container {
	display: block;
    height: 90px;
}

.pt-offer-box {
	padding: 7px 20px;
	position: relative;
	height: 77px;
}

.pt-yellow-offer {
	position: absolute;
    width: 85%;
    left: -4px;
    background-image: url(/content/dam/www-virginmedia-ie/img/ribbon-ribbon-tile-sale-flash.png);
    background-size: auto;
    height: 80px;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.pt-offer-circle {
	height: 77px;
    width: 77px;
    background: linear-gradient(90deg, #FF6EFF 0%, #8A36F1 100%);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 11px;
    display: inline-block;
    text-align: center;
}

.pt-offer-circle .pt-offer-circle-text {
	top: 50%;
    left: 50%;
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    color: #FFFFFF;
	line-height: normal;
	font-family: 'VM Circular Book', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
}

.pt-offer-text {
	display: inline-block;
	padding: 0 0 0 77px;
	font-family: 'VM Circular Chat', Arial, sans-serif;
    font-size: 13px;
}

.pt-offer-text .flash-heading {
	font-size: 13px;
    font-weight: 600;
    font-family: 'VM Circular Medium', Arial, sans-serif;
    text-decoration: underline;
	cursor: pointer;
}

.sticky-tile-header {
	position: sticky;
    top: 93px;
    width: 100%;
    z-index: 100;
}

.sticky-tile-header-extra {
	position: sticky;
    top: 157px;
    width: 100%;
    z-index: 100;
}

.sticky-tile-header-mobile {
	position: sticky;
    top: 0px;
    width: 100%;
    z-index: 100;
}

.sticky-tile-price {
	position: sticky;
    top: 135px;
	text-align: center;
	cursor: auto;
    background-color: white;
    z-index: 90;
	-webkit-box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 33%);
    box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 33%);
}

.sticky-price {
	position: sticky;
    top: 146px;
    width: 100%;
    z-index: 50;
}

.sticky-price-extra {
	position: sticky;
    top: 211px;
    width: 100%;
    z-index: 50;
}

.overflow-visible {
	overflow: visible;
}

.overflow-hidden {
	overflow: hidden;
}

.flash-overlay {
	cursor: pointer;
    font-weight: 600;
    text-decoration: underline;
}

.sticky-tile-price.pt-price-wrapper {
    text-align: center;
}

.pt-price-wrapper.sticky-tile-price::before {
	display: none;
}

.pt-best-for-wrapper {
	border-top: 1px solid #EAE9EA;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-top: 10px;
}

.best-for-text {
	font-family: 'VM Circular Medium', Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
	padding: 0 15px 0 0;
}

.pt-spec-info {
	margin-top: 10px;
}
	
.pt-spec-wrapper.extra-specs:before {
    content: url(/content/dam/www-virginmedia-ie/img/accordion-chevron-down.svg);
    left: auto;
    bottom: auto;
    right: 23px;
    margin: 10px 0 0 0;
    position: absolute;
}

.pt-spec-wrapper ul li, .pt-spec-info ul li {
	font-size: 14px;
	font-family: 'VM Circular Medium', Arial, sans-serif;
    font-weight: 400;
	-webkit-font-smoothing: auto !important;
    font-smoothing: auto !important;
	margin-bottom: 4px;
}

.pt-spec-wrapper.simo-spec-wapper ul li, .pt-spec-info.simo-spec-info ul li {
	font-family: 'VM Circular Whisper', Arial, sans-serif;
}

.pt-spec-wrapper.simo-spec-wapper ul li b, .pt-spec-wrapper.simo-spec-wapper ul li strong,.pt-spec-info.simo-spec-info ul li b, .pt-spec-info.simo-spec-info ul li strong {
	font-family: 'VM Circular Bold', Arial, sans-serif;
}

.pt-button-wrapper {
	text-align: center;
	padding: 15px 0 0 0;
	margin-top: 13px;
}

a.pt-button {
	margin: 0 auto;
    padding-top: 7px;
    text-decoration: none;
}

.pt-button {
	font-family: 'VM Circular Medium', Arial, sans-serif;
    font-weight: 400;
	width: 220px;
	height: 37px;
	background: white;
	text-align: center;
	font-size: 16px;
	color: #E10A0A;
	border: 1px solid #E10A0A;
	border-radius: 22px;
	margin: 0 0 20px 0;
	transition: 0.2s;
}

.pt-button:hover {
	background: #f2f1f1;
	border: 1px solid #cd0808;
	transition: 0.2s;
}

.primaryTile .pt-button {
    background: #E10A0A;
    text-align: center;
    color: white;
    transition: 0.2s;
}

.primaryTile .pt-button:hover {
	background: #cd0808;
	border: 1px solid #cd0808;
	transition: 0.2s;
}

.pt-button-wrapper a {
	display: block;
	color: #322332;
    font-size: 16px;
}

.pt-alternative-product-text {
	color: #E10A0A;
    font-family: 'VM Circular Book', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.biggerTV-overlay:hover, .bigTV-overlay:hover {
	cursor: pointer;
}

.pt-price-wrapper {
    cursor: auto;
	border-top: 1px solid #C1BDC1;
	padding: 8px 0 0 0;
}

.pt-price-wrapper:before {
	content: none;
}

.ext-gecko .sticky-tile-price, .ext-strict .sticky-tile-price {
    position: relative;
    top: 0;
	-webkit-box-shadow: unset;
    box-shadow: unset;
}

.ext-gecko .sticky-price, .ext-strict .sticky-price {
	position: relative;
    top: 0;
}




.pt-wrapper h2.muti-header {
	color: #322332;
    font-family: 'VM Circular Bold', Arial, sans-serif;
	font-size: 40px;
	text-align: center;
	padding: 56px 0 8px 24px;
}

.pt-wrapper h4.muti-sub-header {
	font-size: 18px;
	color: #322332;
	font-family: 'VM Circular Whisper', Arial, sans-serif;
	padding: 0 24px 24px 24px;
	text-align: center;
	margin: 0;
}


.product-1-sim {
	border-top: 1px solid #C1BDC1;
	border-bottom: 1px solid #C1BDC1;
	padding-bottom: 15px;
}

.product-2-sim {
	border-bottom: 1px solid #C1BDC1;
	padding-bottom: 15px;
}

.multi-sim-header {
	font-family: 'VM Circular Whisper', Arial, sans-serif;
	font-size: 24px;
	margin: 16px 0;
}

.multi-sim-header b {
	font-family: 'VM Circular Bold', Arial, sans-serif;
}

h4.simo-sale-price {
	font-family: 'VM Circular Medium', Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
	color: #E10A0A;
	font-weight: 700;
	display: inline-block;
	font-size: 44px;
	margin: 0;
}

h5.simo-full-price {
	color: #322332;
	font-weight: 400;
	display: inline-block;
	font-size: 20px;
	margin: 0 8px 0 0;
	text-decoration-thickness: 2px;
	text-decoration-line: line-through;
	text-decoration-color: #322332;
	text-decoration-style: solid;
	position: relative;
	bottom: 15px;
}

.no-border {
	border-top: none !important;
    padding: 0 !important;
	display: block;
    margin: 0 auto;
}

.simo-wrapper {
	display: flex;
    align-items: center;
    justify-content: flex-start;
}

.column-simo-info .nested-columns.parbase.section p.pt-sub-price {
	font-size: 14px;
	font-family: 'VM Circular Book', Arial, sans-serif;
}

.pre-header { 
	font-size: 18px;
	color: #E10A0A;
	font-family: 'VM Circular Whisper', Arial, sans-serif;
	margin: 0;
}

.header-wrapper { 
	padding: 48px 0 24px 24px;
}

.ribbon-text, .column-simo-info .nested-columns.parbase.section p.ribbon-text {
	z-index: 99;
    position: absolute;
    color: white;
    top: 8px;
    font-size: 14px;
    padding-left: 9px;
    font-family: 'VM Circular Bold', Arial, sans-serif;
	height: 0;
}

.ribbon-wrapper {
	position: absolute;
    left: -4px;
    top: 8px;
}

.mobile-margin {
	margin-top: 0;
}


@media only screen and (max-width: 600px) {
	.slider.tv-products .pt-wrapper, .slider.broadband-products .pt-wrapper, .slider.bundle-products .pt-wrapper {
		width: 84vw;
		margin: 0;
	}
	
	.pt-yellow-offer {
		width: 95%;
		left: -2px;
	}
	
	.pt-wrapper.simo-tile-wrapper {
		min-width: unset;
		margin: 0;
	}
	
	.pt-offer-text {
		font-size: 11px;
	}
	
	.pt-offer-text .flash-heading {
		font-size: 12px;
	}
	
	.best-for-text {
		padding: 0 25px 0 0;
	}
	
	.pt-button-wrapper {
		padding: 0px 0 0 0;
		margin-top: 0px;
	}
	
	.simo-tile-wrapper .pt-button-wrapper {
		padding: 15px 0 0 0;
	}
	
	.header-wrapper {
		padding: 15px 0 24px 24px;
	}
	
	.mobile-margin {
		margin-top: 30px;
	}
}





