.RawRemoveHeight {
height:0px;
}

/*Style for loader start*/
.site-loader {
    background-color: hsla(0,0%,100%,.9);
    background-image: url(../img/site-loader.gif);
    background-repeat: no-repeat;
    background-position: 50%;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed!important;
    top: 0!important;
    right: 0!important;
    left: 0!important;
    z-index: 9999;
}
/*Style for loader end*/

/*Referal Friend Plugin*/
.referal_codes_table th, .referal_codes_table td {
    border: 1px solid;
    padding: 3px 20px;
}
.referal_codes_table th {
    font-weight: 600;
}
.referal_codes_table {
    margin: -30px 0 15px 0;
}
#af_rs_coupon_copy {
    font-weight: 600;
    font-size: 22px;
}
/*End Referal Friend Plugin*/
#oil-quantity::placeholder {
    color: #000 !important;
}

/* -- CKY Popup overlay--*/
body:has(.cky-consent-container:not(.cky-hide)) {
   background: #000;
}
body:has(.cky-consent-container:not(.cky-hide)) #page {
   opacity: 0.4;
   pointer-events: none;
}

/* -- GCR-6545 --*/
.thank-you-page-wrapper .woocommerce-table__product-name {
	width: 416px;
}
.heating-services {
	position: relative;
	overflow: hidden;
	border-radius: 15px;
	margin-bottom: 32px;
}

.heating-services.horizontal-layout {
	width: 100%;
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
}

.heating-services.vertical-layout {
	max-width: 350px;
	min-height: 604px;
	width: 100%;
	margin-top: 140px;
}

.heating-services img {
	position: absolute;
	inset: 0;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	object-fit: cover;
	width: 100%;
	object-position: center;
	z-index: -1;
	height: 100%;
}

.heating-services h2 {
	color: #FFFFFF;
	font-size: 30px;
	line-height: 41.7px;
	font-weight: 700;
	letter-spacing: -1.2px;
	margin: 0;
	margin-bottom: 12px;
}

.heating-services p {
	color: #FFFFFF;
	margin: 0;
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 22.24px;
}

.heating-services__cta {
	border-radius: 5px;
	padding: 22.5px 45px;
	text-align: center;
	display: inline-block;
	color: #FFFFFF;
	line-height: 20.85px;
}

.heating-services__text {
	padding: 32px;
	max-width: 382px;
	margin-left: auto;
	box-sizing: border-box;
}

.thank-you-page-wrapper:has(.vertical-layout) {
	display: flex;
	gap: 32px;
	align-items: flex-start;
}

.heating-services.vertical-layout .heating-services__cta {
	padding-left: 29px;
	padding-right: 29px;
}

@media screen and (max-width: 995px) {
	.thank-you-page-wrapper:has(.vertical-layout) {
		flex-direction: column;
	}
	.heating-services.vertical-layout {
		max-width: 100%;
		min-height: auto;
	}
	.thank-you-page-wrapper:has(.vertical-layout) {
		flex-direction: column;
	}
	.heating-services.vertical-layout .heating-services__text {
		max-width: 100%;
	}

	.heating-services.vertical-layout {
		margin-top: 0px;
	}
}