:root {
	--primary-color: #ff9900;
	--secondary-color: #57aa68;
	--background-color: #ffffff;
	--body-text-color: #414042;
	--title-color: #1b5d29;
	--section-odd: #ffffff;
	--section-even: #f9fbf8;
}
/* FRONTEND CSS
*********************************************/

html {
	/* scrollbar fix (prevent ugly left pull for lower content sites) */
	overflow-y: scroll;
	overflow-x: none;
	scroll-behavior: smooth;
}
/* RESETS
*********************************************/

img {
	width: 60%;
	margin: 0 auto;
	display: block;
}

a,
a:hover {
	text-decoration: none;
}
/* IMAGES
*********************************************/

.hideme {
	opacity: 0.1;
}

.showme {
	opacity: 1;
	transition: 2s;
}
/* FONTS
*********************************************/

h4,
h5,
h6 {
	color: #57aa68 !important;
	font-weight: 300;
}

h1,
h2,
h3 {
	color: #1b5d29 !important;
	font-weight: 100;
}

.italic {
	font-style: italic;
}

h1 {
	margin-top: 0;
	font-size: 1.75rem;
}

h2 {
	font-size: 1.5rem;
}

h3,
.carousel-item h1 {
	font-size: 1.5rem;
}

h4 {
	font-size: 1.3rem;
}

h5 {
	font-size: 1.25rem;
}

h6 {
	font-size: 1.25rem;
}

/* GLOBAL STYLES
*********************************************/

body {
	background-color: #ffffff;
	overflow-x: hidden;
	font-family: "Asap", sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #414042;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fixed {
	position: fixed;
	width: 100%;
}

section {
	padding: 25px 0;
}

section#item161,
section#item163,
section#item164,
section#item165 {
	padding: 80px 0;
}

section#item162 {
	padding: 80px 0 0 0;
}

a {
	color: #ff9900;
	text-decoration: none;
}
p a {
	color: #0c6f3b;
	font-weight: 600;
}

a:hover {
	color: #da8505;
}

a.logo {
	width: 80%;
}

.greyFade {
	border-radius: 15px;
	background-color: #fff;
	box-shadow: 0px 0px 10px -1px #7d7d7d79;
}

.home #componentWrapper,
.heating-oil-news section.lightgreen,
#belowContent > .container-fluid:nth-child(even),
.faq,
.pageGreenBG {
	background-color: #f5f9f3;
}

.faq-card-body {
	margin-left: 100px;
	margin-right: 40px;
	width: calc(100% - 140px);
}

.lightgreen {
	background-color: #f8fbf8;
}

.accountpref-inputs {
	width: 150px !important;
	margin-top: 10px;
	padding-left: 10px;
}

.front.home main .row #aboveContent {
	margin-top: 750px !important;
}

.front.home main .row #belowContent section {
	padding-bottom: 0px;
}

.alert-heading {
	color: var(--title-color) !important;
}

.alert-message {
	color: var(--body-text-color);
}

.alert-danger .alert-heading {
	color: var(--body-text-color) !important;
}

div#system-message .alert-heading {
	font-size: 0.75em;
}

div#system-message .close {
	top: 0px;
}

div#system-message h3 {
	font-size: 1.1em;
}

/* TOOL TIP STYLING */

.tip-wrap {
	background-color: #fff;
	border-radius: 10px;
	padding: 40px;
	border: 1px solid #d7d7d7;
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
	width: 400px;
}

.tip-title {
	margin-bottom: 5px;
}
/* Adjust Home Page - AWARD WINNING SERVICE SECTION / ANIMATION OVERLAP */

.front.home main {
	margin-top: 775px;
}

.site.welcome-heating-oil-customers main {
	margin-top: 695px;
}

/* BUTTONS
*********************************************/

button:focus {
	outline: none;
}
.btn,
#editDelivery fieldset > a {
	border-radius: 5px;
	padding: 10px 40px;
}

.btn.btn-primary,
.btn.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-secondary:hover,
.btn.btn-secondary.active,
#editDelivery fieldset > a:hover {
	color: #ff9900 !important;
	background-color: #ffffff !important;
	border: 2px solid #ff9900 !important;
}

.btn.btn-secondary,
.btn.btn-secondary:not(:disabled):not(.disabled):active,
.btn.btn-primary:hover,
.btn.btn-primary.active,
#editDelivery fieldset > a {
	color: #ffffff !important;
	background-color: #ff9900 !important;
	border: 2px solid #ff9900 !important;
}

#editDelivery fieldset > a {
	display: inline-block;
	margin-bottom: 20px;
}

.btn-nav {
	background-color: #ff9900;
	color: #ffffff !important;
	border: 2px solid #ff9900;
	padding: 5px 20px;
	border-radius: 10px;
	position: relative;
	top: -8px;
}

.btn-nav:hover {
	color: #ff9900 !important;
	background-color: #ffffff;
	border: 2px solid #ffffff;
}
.btn-nav:hover i.fas {
	color: #ff9900 !important;
}

.btn-quote {
	color: #ffffff;
	background-color: #ff9900;
	border: 2px solid #ff9900;
	width: 100%;
}

.btn-quote:hover {
	color: #ff9900;
	background-color: #ffffff;
	border: 2px solid #ff9900;
}
.btnChat {
	cursor: pointer;
}

/* NAVIGATION
*********************************************/

nav {
	background: rgb(38, 145, 88);
	background: linear-gradient(
		180deg,
		rgba(38, 145, 88, 1) 0%,
		rgba(34, 130, 79, 1) 100%
	);
	position: relative;
	z-index: 1000;
}

ul.nav.socialmenu.mod-list {
	display: block;
}

ul.nav.socialmenu.mod-list > li {
	width: 205px;
	margin: 0 auto;
}

ul.nav.socialmenu.mod-list > li > a {
	width: 100%;
	display: block;
	height: 30px;
}

ul.nav.socialmenu.mod-list > li > a > i {
	float: left;
	margin-top: 4px;
}

.navbar-nav li {
	padding: 5px 20px;
	margin: 0;
	/* Fixes menu disapearing on hover but breaks other things */
	padding: 0px;
}

.navbar-nav > li::before {
	content: "";
	position: absolute;
	top: 25px;
	width: 220px;
	height: 50px;
	margin: 0 auto;
	display: block;
	pointer-events: none;
	transform: translateX(-25%);
	z-index: 100;
}

.menu-263::before {
	content: "none";
}

.navbar-nav li:hover::before {
	pointer-events: auto;
}

.navbar-nav li:first-child {
	padding-left: 0px;
}

.navbar-nav li a:before {
	padding-right: 5px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
}
.navbar-nav li.dropdown a {
	color: #fff;
	font-family: "Asap", sans-serif;
	font-weight: 500;
	padding: 0 0px;
	text-shadow: none;
}
.navbar-nav li.dropdown a.dropdown-toggle {
	text-shadow: 0px 0px 3px #000000b8;
}

.navbar-nav li a:hover,
.navbar-nav li.active > a {
	color: #ffffff;
}

span.navHover:hover a,
span.navHover:hover i {
	color: #8dd89d !important;
}

.menuItem li {
	padding: 0 !important;
	width: 50%;
	float: left;
}

.logo img {
	width: 100%;
	margin: 0;
}

.icon-bar {
	height: 2px;
	background-color: #fff;
	display: block;
	transition: all 0.2s;
	margin-top: 6px;
	width: 30px;
}
.toggle-stuck .burgerWrapper .icon-bar {
	background-color: #000;
}

.navbar-toggler {
	border: none;
	background: transparent !important;
	padding: 0;
	margin-bottom: 10px;
}
.navbar-toggler .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
	opacity: 0;
}

.navbar-toggler .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .burgerWrapper {
	padding-left: 0;
	padding-top: 0;
}

.navbar-toggler .burgerWrapper {
	padding-left: 5px;
	padding-top: 5px;
	width: 35px;
}
.navbar-toggler.collapsed .top-bar {
	transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
	opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
	transform: rotate(0);
}
.fad.fa-circle-notch {
	font-size: 25px;
	top: 4px;
}
#navbarCollapse {
	position: relative;
	z-index: 1000;
	background: rgb(38, 145, 88);
	background: linear-gradient(0deg, #269158 0%, #22824f 80%, #22824f 100%);
}
#navbarCollapse i {
	color: #fff;
	bottom: -3px;
}
.mobLogin a {
	color: #fff;
}
#homepoints-button {
	margin-bottom: 14px;
	background-color: #ff9900;
}
#homepoints-button > a {
	color: #fff;
	padding: 5px 10px;
}

.status-bar {
	display: flex;
	align-items: start;
	font-size: 13px;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
	flex-wrap: wrap;
	min-height: 30px;
}
#status-toggle {
	position: absolute;
	right: 20px;
	top: 7px;
	-webkit-appearance: none;
	background-color: transparent;
	font-size: 13px;
	border: none;
	padding: 0;
	outline: none;
	margin: 0;
}
#status-toggle > i.fa-ticket {
	vertical-align: middle;
	font-size: 25px;
	margin-left: 5px;
}
.status-data {
	display: flex;
	flex-direction: column;
	margin-right: 20px;
	width: 100%;
	flex: 0 0 100%;
}
.voucher-data {
	display: none;
	align-items: center;
	flex-direction: column;
	margin-top: 0;
	flex: 0 0 100%;
	width: 100%;
}
.voucher-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
}
.voucher-code {
	margin: 5px;
	padding: 3px 6px;
	cursor: pointer;
	font-size: 16px;
}
#status-toggle-text {
	display: none;
}
#status-tooltip {
	display: none;
	position: absolute;
	width: 200px;
	top: 50px;
	left: 20px;
	height: 185px;
	background-color: #fff;
	padding: 20px 20px;
	border: 1px solid #16822d;
	z-index: 100000;
}

#status-bar:hover + #status-tooltip {
	display: block;
}

/* New Navbar */
/* Bootstrap so desktop view is in min-width media query - mobile first! */
/* Mobile styling */
.nav-status {
	width: 100%;
	height: 46px;
	background-color: #4c4c4c;
}
.nav-status > .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 46px;
}
.nav-status-left {
	display: flex;
	align-items: center;
	width: 25px;
	position: relative;
}
.nav-status-left span {
	color: #fff;
	padding-left: 10px;
	text-shadow: 0px 0px 3px #000000b8;
	display: none;
	position: absolute;
	left: 0px;
	top: 40px;
	background-color: #4c4c4c;
	padding: 10px 20px;
	width: 300px;
}
.nav-status-left i.fad {
	color: #fff;
}
i.fad.fa-info-circle:hover + span {
	display: block;
}
i.fad.fa-info-circle::before {
	/* i */
	color: #fff;
}
i.fad.fa-info-circle::after {
	/* circle */
	color: #0b55a6;
	opacity: 1;
}
.nav-status-right {
	display: flex;
	align-items: center;
	width: 40%;
	justify-content: space-between;
	margin-right: 45px;
}
.nav-status i.fad,
.nav-status i.fas,
#buttonSwitchSection i.fad {
	font-size: 25px;
}
.infoTip {
	display: none;
	position: absolute;
	z-index: 1500;
	left: 0;
	top: 65px;
	background-color: #fff;
	padding: 40px 20px;
	border: 1px solid #16822d;
}
td .infoTip {
	top: -80px;
}
i.fad.fa-info-circle:hover + .infoTip {
	display: block;
}
.nav-status i.fas {
	opacity: 0.7;
}
.nav-status i.fas.fa-home-heart {
	opacity: 1;
}
.status-right-call,
.status-right-chat,
.status-right-basket {
	color: #fff;
	display: flex;
	align-items: center;
}
.status-right-call .status-top,
.status-right-chat .status-top,
.status-right-basket .status-top {
	color: #fff;
	display: block;
	text-shadow: 0px 0px 3px #000000b8;
	line-height: 18px;
}
.status-right-call .status-bottom,
.status-right-chat .status-bottom,
.status-right-basket .status-bottom {
	font-size: 12px;
	text-shadow: 0px 0px 3px #000000b8;
	line-height: 12px;
}
.status-right-call .status-bottom,
.status-right-call .fad,
.status-right-chat .fad,
.status-right-basket .fad {
	color: #cccccc;
}
.status-right-chat .status-bottom {
	color: #00f900;
}
.status-right-basket .status-bottom {
	color: #ff9900;
}

.status-text {
	text-align: right;
	padding-left: 10px;
	display: none;
	flex-direction: column;
	justify-content: center;
}

/* Nav Banner */
/* Add and remove these with js */
.stickyBanner {
	position: fixed;
	top: 0;
	width: 100%;
}
.stickyMenu {
	position: fixed;
	top: 50px;
	width: 100%;
}
.navIsSticky {
	padding-top: 102px !important;
}

.nav-banner {
	width: 100%;
	height: auto;
	background-color: #fff;
	box-shadow: 0px 1px 5px 0px #055416;
}
.nav-banner > .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: calc(40vh / 20);
	padding-bottom: calc(40vh / 20);
	height: auto;
	background-image: none;
	background-size: 200px;
	background-repeat: no-repeat;
	background-position: 99% 50%;
}
.nav-banner-logo {
	width: 295px;
	height: auto;
	margin: 0;
}
.nav-banner-secondary {
	display: none;
}
.navbar {
	height: 1px;
}
.navbar a {
	color: #fff;
	text-shadow: 0px 0px 3px #000000b8;
	line-height: 35px;
}
.dropdown-toggle .fad:after {
	opacity: 0.7;
	opacity: var(--fa-secondary-opacity, 0.7);
}
.dropdown-toggle .fad.fa-home {
	font-size: 25px;
	margin-top: 3px;
}

li.dropdown.show {
	margin-bottom: 0;
}

/* End Navigation */

/* Homepoints Logo
*********************************************/
.homepoints-logo {
	color: #ff9900;
	display: inline-block;
}

.navbar-text span {
	color: #ffffff;
}

.navbar-text span i {
	padding-right: 5px;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
	position: relative;
	top: unset;
	left: unset;
	margin: 0;
	transform: unset;
}

.navbar-nav > li.dropdown::after {
	color: #fff;
	content: "\f054" !important;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	position: absolute;
	top: 0;
	right: 0;
	z-index: unset;
	opacity: unset;
	border-style: unset;
	/* height: 10px; */
	/* width: 10px; */
}

.navbar-nav > li.dropdown.show::after {
	/* opacity: 0; */
	content: "\f078" !important;
}

li.dropdown.selected {
	color: #fff;
}

li.dropdown:hover .dropdown-menu {
	display: block;
}

.dropdown-menu {
	box-shadow: 0px 0px 10px -1px rgba(125, 125, 125, 0.5);
	-webkit-box-shadow: 0px 0px 10px -1px rgba(125, 125, 125, 0.5);
	-moz-box-shadow: 0px 0px 10px -1px rgba(125, 125, 125, 0.5);
	-ms-box-shadow: 0px 0px 10px -1px rgba(125, 125, 125, 0.5);
	border: none;
	border-radius: 15px;
	width: 700px;
	margin-top: 0;
}
/* FontAwesome */

.dropdown-toggle::after {
	display: none;
}

.dropdown-menu li.active a {
	color: #ff9900 !important;
}

li.dropdown.selected a {
	color: #fff;
}

.dropdown-menu p {
	color: #6f7678;
}

.dropdown-menu .menuItem li a {
	padding: 10px 0px;
}
/* Links within the menu */

.menuItem li a {
	color: #6f7678 !important;
	/* font-weight: bold!important; */
	margin-bottom: 10px !important;
	display: block;
}

.menuItem li a:hover {
	color: #ff9900;
}

.dropdown-menu h5 {
	color: #1b5d29 !important;
}

.navbar-toggler-icon::after {
	display: block;
	margin-top: 25px;
	font-size: 12px;
}

.navbar-toggler {
	margin-bottom: 0 !important;
	padding: 0px 15px !important;
	position: absolute;
	top: 3px;
	right: 10px;
	z-index: 10;
}
.navbar-toggler.collapsed {
	top: 7px;
	right: 10px;
}

a.dropdown-toggle {
	cursor: default;
}

/* FOOTER
*********************************************/

footer {
	background-color: #efefef;
	font-size: 12px;
	color: #8d8c8c;
	font-weight: 100;
}

footer h5 {
	color: #3c3c3c !important;
	font-weight: 100;
}

footer .container {
	/* padding-left: 0;
	margin-left: 10%; */
	margin: 0 auto;
}

i.fab.fa-cc-mastercard,
i.fab.fa-cc-visa,
i.fab.fa-cc-amex {
	font-size: 40px;
	margin: 0 5px;
}

/* HEATING OIL NEWS
*********************************************/

.newsItem h4,
.newsItem .newsReadMore {
	font-size: 16px;
	color: #ff9900 !important;
	margin: 0px;
	padding: 10px 0px;
}

.newsItem .pubDate {
	font-size: 16px;
	color: #c0c0c0;
}

.newsItem .newsIntro {
	font-size: 16px;
	color: #414042;
	flex-basis: 100%;
	content: "";
	display: block;
	clear: both;
	min-height: 75px;
	margin-top: 0;
}

.newsItem {
	margin-bottom: 15px;
	border-radius: 15px;
	background: #fff;
	width: 100%;
	display: block;
	box-shadow: 0 0 3px 0px #2b2b2b;
}

.newsLink a {
	font-weight: 500;
}

.newsItem .imageWrapper {
	/* max-height: 200px; */
	height: 50%;
	overflow: hidden;
}

.newsItem .textWrapper {
	height: 50%;
	width: 100%;
}

.newsItem img {
	width: 100% !important;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.newsItem .row {
	height: 100%;
}

.newsItem-textalign {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.newsItem-textalign h4 {
	padding: 10px 0px;
}

.newsReadMore {
	padding: 10px 0px;
}

.newsReadMore p {
	margin-top: 0;
	margin-bottom: 0;
}

.heating-oil-news #belowContent,
.heating-oil-news #belowContent > .container-fluid {
	background-color: #f5f9f3 !important;
}

/* MISC
*********************************************/
/* targets award winning service image */

#aboveContent div#cycler img {
	width: 70%;
}

/* ORDER PROCESS
*********************************************/

div.aboutProcess h3 {
	margin-bottom: 35px;
}

div.orderLinks a {
	color: #1b5d29;
	float: none;
	background-color: white;
	border: 1px solid rgb(232, 233, 234);
	text-align: center;
	padding: 25px 15px;
	border-radius: 10px;
	margin: 0 10px;
}

div.orderLinks a:active,
div.orderLinks a:hover {
	color: #1b5d29;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(135, 156, 125, 1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(135, 156, 125, 1);
	box-shadow: 0px 0px 10px 0px rgba(135, 156, 125, 1);
	border: 1px solid #1b5d29;
}

span.stepTitle p {
	margin: 0;
	font-size: 1.7rem;
	color: #1b5d29;
}

span.stepNumber p {
	margin: 0;
}

span.stepNumber p,
span.stepIntroText p {
	font-size: 1.1rem;
}

span.stepFullText p {
	font-size: 1rem;
}

span.stepFullText a {
	font-weight: 600;
	margin-right: 10px;
}

span.stepIntroText p {
	font-size: 1.15rem;
}

span.stepFullText a::after {
	margin-left: 5px;
	font-weight: 900;
	font-family: "Font Awesome 5 Pro";
	content: "\f0da";
}

.social-share-item {
	cursor: pointer;
}

/* ABOUT US - TESTIMONIALS
*********************************************/
/* Fix for about us, where second section image doesn't align to bottom */

#item162 .container .d-flex .orderProccessItem .order-last img {
	position: relative;
	top: 80px;
}

.aboutProcess section:nth-child(odd) {
	background: #ffffff;
}

.aboutProcess section:nth-child(even) {
	background: #f8fbf8;
}

.orderLinks {
	padding: 0;
}

.orderLinks.active a {
	font-weight: bold;
	color: #1b5d29;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(135, 156, 125, 1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(135, 156, 125, 1);
	box-shadow: 0px 0px 10px 0px rgba(135, 156, 125, 1);
	border: 1px solid #1b5d29;
}

div.col.text-center.testimonialTitle h1 {
	color: #1b5d29 !important;
	font-weight: 100;
}

div.container-fluid.testimonials.py-4 {
	background-color: #f7faf6;
}
.login main #componentWrapper .container-fluid .container,
.account main #componentWrapper .container-fluid .container,
.logged-out-landing main #componentWrapper .container-fluid .container,
.homepoints-rewards main #componentWrapper .container #com-form-login {
	padding: 60px 0;
}
.testimonials {
	background: #fff;
}

.about-us .container-fluid .row .container-fluid .testimonials {
	background-color: #f8fbf8;
}

div.testimonials div.newsTitle {
	color: #1b5d29;
	font-size: 1.5rem;
}

div.testimonials div.newsText p {
	font-size: 1.2rem;
	padding-top: 15px;
}

div.testimonials div.newsLink a {
	font-size: 1.2rem;
}

div.testimonials div.newsCreated {
	color: #b3b3b3;
}

div.testimonials div.newsLink a::after {
	margin-left: 5px;
	font-weight: 900;
	font-family: "Font Awesome 5 Pro";
	content: "\f0da";
}

div.testimonials img {
	width: 100%;
	max-width: 300px;
	margin-top: -100px;
}

/* SINGLE PRODUCT
*********************************************/

div.product-price div {
	float: right;
	padding: 10px 10px 10px 0;
}

div.productdetails h1,
span.vm-price-desc {
	margin-bottom: 0;
	color: #1b5d29 !important;
}

div.productdetails h1 {
	width: 100%;
	/* margin: 0 15px; */
}

.product-short-description {
	width: 100%;
}

span.vm-price-desc {
	margin-bottom: -10px;
}

.PricepriceWithoutTax.vm-display.vm-price-value span,
.PricesalesPrice.vm-display.vm-price-value span {
	display: block;
}

div.productdetails span.PricepriceWithoutTax,
div.productdetails span.PricesalesPrice {
	color: #479f57 !important;
	font-size: 2rem;
}

div.product-short-description h2.productShortTitle {
	font-size: 1.1rem;
}

.PricepriceWithoutTax.vm-display.vm-price-value {
	margin: 0px 20px 20px 0;
	/* margin-bottom: 20px; */
}

p.addToCart {
	margin: 20px 0 10px 0;
	color: #1b5d29;
}

.addtocart-bar input[type="text"] {
	padding: 2.5px 5px 2.5px 5px;
	border-radius: 5px;
	border: 2px solid #abc4a6;
	background-color: #cddfc8;
	width: 140px;
}

.addtocart-bar input[type="submit"] {
	font-weight: 500;
	padding: 2.5px 3vw !important;
	width: 140px;
}

div.product-description,
div.tech-description,
div.additional-description {
	margin: 30px 0 40px 0;
}

body.site.accessories .testimonials {
	background-color: white;
}

.cartWrap,
.shadowBox {
	margin: 0 15px;
}

.mobileCart.cartWrap {
	padding: 0;
	box-shadow: none;
	-ms-box-shadow: none;
}

/* SINGLE PRODUCT BOOTSTRAP PILLS
*********************************************/

.productLink a img {
	width: 20px;
}

#singleProduct.nav-tabs {
	margin-top: 0px;
}

#singleProduct.nav-tabs .nav-item.show .nav-link,
#singleProduct.nav-tabs .nav-link.active {
	color: #ff9900 !important;
	border: none;
	background-color: #f8fbf8;
	border-radius: 10px 10px 0 0;
}

#singleProduct .nav-item a {
	color: #aeafb0 !important;
	font-size: 1.3rem;
}

#singleProduct nav-item a:hover {
	color: #ff9900 !important;
}

#singleProduct.nav-tabs {
	border: none !important;
}

#singleProduct .nav-link {
	display: block;
	padding: 10px 80px 10px 38px;
	position: relative;
	top: 2px;
}

.nav-tabs {
	border-bottom: none !important;
}

.product-details-nav-wrapper {
	background-color: #fff;
	width: 100%;
}

.product-details-nav-inner {
	width: 1140px;
	margin: 0 auto;
}

#singleProdTabContent {
	padding: 0px 15px;
}

#singleProduct .nav-item a:hover {
	color: #ff9900 !important;
}

/* PRODUCT CAT
*********************************************/

.category-intro {
	padding: 50px 0;
	background-color: #fff;
}

.category-view {
	background-color: #f7faf6;
}

.category_description > h1 {
	color: #1b5d29 !important;
}

.browse-view {
	background-color: #f7faf6;
}

.product {
	border-radius: 10px;
	margin-bottom: 20px;
}

.product .spacer {
	border-radius: 20px;
	background-color: #fff;
	width: 100%;
}
/* Hide for product cat... */

.resultCont {
	padding: 0 0 25px 0;
}
/* ...but show on parent */

.parentCat {
	display: block;
}

.resultCont a {
	margin: 0 20px;
	font-weight: 500;
}

.resultCont a::after {
	margin-left: 5px;
	font-weight: 900;
	font-family: "Font Awesome 5 Pro";
	content: "\f0da";
}

.vm-product-descr-container-1 h2 {
	font-size: 1.3rem;
	font-weight: 500;
}

.PricesalesPrice > p {
	font-size: 1.1rem;
}

nav.pagination__wrapper {
	background: transparent!important;
	text-align: center;
	display:flex;
}

ul.pagination {
	margin: 0 auto;
	font-size: 1.7rem;
	padding: 25px 0;
}

ul.pagination li {
	/* padding: 10px; */
}


ul.pagination li.disabled {
	display: none;
}

ul.pagination li a.page-link {
	color: #8f8c90!important;
	background-color:transparent!important;
	border:none;
}

ul.pagination li a.page-link:hover {
	color: #ff9900!important;
}
ul.pagination li.active a.page-link {
	color: #1b5d29!important;
}

.icon-angle-right {
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
	font-size:1.4rem;
}

.icon-angle-right::before {
	content:'\f054';
}

.icon-angle-double-right {
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
	font-size:1.4rem;
}

.icon-angle-double-right::before {
	content:'\f324';
}


.orderlistcontainer {
	background-color: #fff;
	width: 100%;
	float: right;
	padding: 0;
	margin: 25px 0;
	border-radius: 10px;
	border: 2px solid #baccb2;
	text-align: left;
}

.orderlistcontainer .activeOrder {
	padding: 10px;
}

.orderlistcontainer .title {
	border-bottom: 1px solid #baccb2;
	padding: 10px;
	font-weight: 500;
}

.orderlistcontainer .orderlist > div {
	border-top: 1px solid #baccb2;
	padding: 10px;
}

.orderlistcontainer a {
	color: #57aa68;
}

.orderlist {
	display: none;
}

span.pagenav {
	border-bottom: 3px solid var(—title-colour);
}


.spacer.categoryParent {
	padding: 25px;
	background-color: #fff;
	border-radius: 10px;
}

.spacer img.catImage {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	max-height: 200px;
	width: auto;
	max-width: 100%;
	background-color: #fff;
	display: block;
	margin-bottom: 0px;
}

.PricesalesPrice p {
	color: #57aa68;
}

.spacer.categoryParent .PricesalesPrice {
	color: #57aa68;
	font-weight: 500;
	font-size: 1.1rem;
}

.spacer.categoryParent h2 {
	color: #ff9900 !important;
	font-size: 1.3rem;
}

.spacer img.prodImage {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	max-height: 200px;
	height: 200px;
	width: auto;
	max-width: 100%;
	background-color: #fff;
	display: block;
	margin: 0 auto;
}

.spacer.categoryParent:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(193, 195, 193, 1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(193, 195, 193, 1);
	box-shadow: 0px 0px 10px 0px rgba(193, 195, 193, 1);
}

.spacer.product-container:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(193, 195, 193, 1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(193, 195, 193, 1);
	box-shadow: 0px 0px 10px 0px rgba(193, 195, 193, 1);
}

/* EDIT ADDRESS / REGISTER ACCOUNT 
*********************************************/

fieldset {
	border: none;
}

.rewardlogin h1 {
	text-align: center;
	margin: auto;
	padding: 20px;
}

.lightgreen .inputStyle,
.lightgreen select#title,
.lightgreen #virtuemart_state_id_field,
.lightgreen #delivery_instructions_field {
	background-color: #fff;
}

form#com-form-login input:not([type="submit"]),
form#userForm input:not([type="submit"]),
.inputStyle,
.rewardlogin .inputbox {
	border: 1px solid #abc4a6;
	background-color: #fff;
	border-radius: 10px;
	padding: 10px;
	height: 40px;
	width: 100%;
}

.detailsSection label,
.accountPreferences label {
	margin: 15px 0 0 0;
	width: 100%;
}

.detailsSection h1 {
	margin: 0 0 20px 0;
}

fieldset.userdata h2 {
	padding: 40px 0;
}

form label {
	color: #1b5d29;
	font-size: 1.1rem;
	margin: 15px 0 5px 0px;
}

#notificationPreferences label,
#refillReminder label {
	font-size: 1.3rem;
}

#contactDetails p,
#addressDetails p,
#deliveryDetails p,
.accountPreferences p,
#refillReminder p {
	font-size: 1.7rem;
}

div#com-form-login-username,
div#com-form-login-password {
	margin-right: 0;
	width: 100%;
}

#buttonSwitchSection i {
	color: #57aa68 !important;
	margin-right: 15px;
}

img.signUpPanel {
	height: auto;
}

#refillReminder img.signUpPanel {
	width: auto;
	height: 300px;
}

#loginOrRegisterContent {
	width: 100%;
}

div.panel label {
	display: block;
	padding-top: 10px;
}

select {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #abc3a6;
	height: 40px;
	border-radius: 10px;
	width: 100%;
}
/* On white backgrounds... green background input */

.white select {
	background-color: #ebf7eb !important;
}

.white .inputStyle {
	background-color: #ebf7eb !important;
}

.accountPreferences select,
input#jform_profile_tanksize {
	width: 100%;
	height: 45px;
	max-height: 45px;
}

.accountPreferences p {
	color: #1b5d29;
}

.stepGreen,
.signUpTitle {
	color: #1b5d29 !important;
}

a#continue:active,
a#formBack:active,
a#checkOut:active {
	background-color: #fff;
	border: 2px solid #ff9900;
}

a#continue:hover,
a#formBack:hover,
a#checkOut:hover {
	color: #ff9900;
}

a#continue,
a#formBack,
a#checkOut {
	color: #fff;
}

textarea#delivery_instructions_field {
	background-color: #cddfc8;
	border: 1px solid #acc2a8;
	border-radius: 10px;
	width: 90% !important;
	padding: 10px;
	height: auto;
}

form#userForm input#tAndCCheck {
	width: 5%;
}

.termsLabel {
	padding-left: 40px;
}

.termsLabel .radio {
	display: none;
}

.termsLabel .checkmark {
	position: absolute;
	top: auto;
	left: 15px;
	height: 25px;
	width: 25px;
	background-color: #dddddd;
	border: 1px solid #57aa68;
	border-radius: 50%;
	display: inline-block;
}

.termsLabel:hover input ~ .checkmark {
	background-color: #ccc;
}

.termsLabel input:checked ~ .checkmark {
	background-color: #57aa68;
	border: 1px solid rgb(0, 55, 0);
}

#welcomeBack img.signUpPanel {
	width: 300px;
}

#welcomeBack .nav-item {
	width: 100%;
	margin: 0;
	padding-right: 0px;
}

#deliveryDetails img.signUpPanel {
	width: 80%;
}

.nav-tabs .nav-link {
	display: block !important;
}

#loginOrRegister .nav-item {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
/* CART */

.cart-view fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

table.innerTable {
	width: 85%;
	border-radius: 15px;
	background-color: #fff;
	box-shadow: 0px 0px 10px -1px #7d7d7d79;
	margin-bottom: 30px;
	position: relative;
}

table.innerTable td {
	padding: 5px 10px;
}

td.vm-cart-item-name {
	width: 25%;
}

td.vm-cart-item-basicprice {
	width: 11%;
}

td.vm-cart-item-quantity {
	width: 11%;
}

td.vm-cart-item-net {
	width: 9%;
}

td.vm-cart-item-tax {
	width: 5%;
}

td.vm-cart-item-total {
	width: 16%;
}

td button {
	display: block;
	background: transparent;
	border: none;
	text-align: center;
}

td.vm-cart-item-quantity button {
	color: #ff9900;
}

td.vm-cart-item-delete button {
	color: #cb4d4e;
}

tr.topRow td {
	padding: 20px 10px 5px 20px;
}

tr.bottomRow td {
	padding: 5px 10px 20px 20px;
}

td.vm-cart-item-delete {
	width: 10%;
}

.orderMore {
	background-color: #ff9900;
	border-radius: 15px;
	color: #fff;
	position: absolute;
	left: calc(100% + 20px);
	z-index: 1000;
	width: 20%;
	transform: translateY(-50%);
	top: 50%;
	opacity: 0;
}

.orderMore::after {
	border-color: #ff9900;
	border-right-color: #ff9900;
	border-width: 30px;
	margin-top: -30px;
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.orderMore a,
.orderMore span,
.orderMore h3 {
	color: #fff !important;
}

.orderMore h3 {
	font-size: 22px;
}

.arrow_box {
	position: relative;
}

.arrow_box:after,
.arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #ff9900;
	border-width: 15px;
	margin-top: -15px;
}

.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #ff9900;
	border-width: 21px;
	margin-top: -21px;
}

#youMightLike {
	background-color: #f9fbf8;
	overflow: hidden;
	transition: all 1s ease;
}

.alsoLikeImage {
	height: 200px;
	display: block;
	background-size: cover;
}

#youMightLike .spacer {
	padding: 30px;
	width: 100%;
	border-radius: 15px;
	background-color: #fff;
}

#youMightLike i {
	color: #1b5d29;
}

#youMightLike .carousel-control-next {
	right: -130px;
}

#youMightLike .carousel-control-prev {
	left: -130px;
}

#youMightLike span.quantity-box {
	display: none;
}

#youMightLike a.closeLink,
#youMightLike a.closeLink i {
	color: #838383;
}

#youMightBorder {
	background-image: linear-gradient(#eaeaea, #e0e0e0, #cecece);
	width: 100%;
	height: 15px;
}

.fade-in {
	animation: fadeIn ease 10s;
	-webkit-animation: fadeIn ease 10s;
	-moz-animation: fadeIn ease 10s;
	-o-animation: fadeIn ease 10s;
	-ms-animation: fadeIn ease 10s;
}

.cartWrap {
	box-shadow: 0px 0px 10px -1px #7d7d7d;
	-ms-box-shadow: 0px 0px 10px -1px #7d7d7d;
	border-radius: 15px;
	padding: 20px;
}

/* HEATING OIL PRICES LOAD
*********************************************/

.countyPointer i {
	margin-right: 10px;
	color: #58aa69;
}

#countyBlogBG {
	background-image: url(../../../images/heating_oil_prices_markers_background.jpg);
	background-size: 100vw;
	background-position: 25% 25%;
	background-repeat: no-repeat;
}

select.countyCombo {
	border: 1px solid rgb(182, 200, 175);
	width: 90%;
	border-radius: 5px;
	margin: 20px 0px;
	height: 40px;
}

.dropdown-list-bg {
	-webkit-appearance: none;
	background-image: url(../../../images/sort-solid.svg);
	background-size: 11px;
	background-position: 95% 50%;
	background-repeat: no-repeat;
}

#county-table {
	max-width: 450px;
	margin: 0 auto;
}
/* QUOTE */

#note p {
	font-size: 14px;
	opacity: 0.9;
}

.lighterText {
	opacity: 0.9;
}

.fullWeight {
	opacity: 1;
}

/* PRODUCT CAT
*********************************************/

.productPriceBreakDown span {
	display: block;
}

.productPriceBreakDown .price {
	color: #489d57;
	font-size: 1.8rem;
}

.container.styledTable {
	border-radius: 20px;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.container.styledTable .styledTableHeading {
	color: #1b5d29;
	font-size: 1.5rem;
}

.container.styledTable .styledTableContent {
	position: relative;
}

.container.styledTable .styledTableContent:before {
	content: "";
	position: absolute;
	left: 1.5%;
	bottom: 0;
	height: 1px;
	width: 95%;
	border-bottom: 2px solid #ececeb;
}

.styledTable div:last-child {
	margin-bottom: 0 !important;
}

.styledTable div:last-child::before {
	border: none !important;
}

.container .title {
	color: #1b5d29 !important;
}

.home #pricegraph {
	background-color: #f5f9f2;
}

/* CONTACT CENTRE
*********************************************/
/* Only for mobile... */

.contact-centre .tab-content {
	width: 90%;
	margin: auto;
}

ul.nav.nav-tabs.nav-justified.nav-tabs-dropdown.container {
	width: 90%;
}

@keyframes fadeIn {
	0% {
		height: 0;
	}
	50% {
		height: 0;
	}
	75% {
		height: 0;
	}
	100% {
		height: auto;
	}
}

div#com-form-login-submit,
#com-form-login-username label,
#com-form-login-password label,
.userdata h2 {
	width: 100%;
}

#com-form-login-password label {
	padding-top: 10px;
}

div#com-form-login-submit input {
	margin-bottom: 20px;
}
/* SMOKE DIALOG
*********************************************/

.smoke-base .dialog {
	top: 10%;
	width: 90%;
	left: 5%;
	margin-left: 0%;
	height: 75%;
}
.dialog.smoke {
	border: 2px solid #acc3a5;
	border-radius: 15px;
	font-family: "Asap", sans-serif;
}

.dialog-buttons button:first-child {
	margin-right: 10px;
	margin-bottom: 10px;
}

.dialog-buttons button {
	color: #ffffff !important;
	background-color: #ff9900 !important;
	border: 2px solid v#ff9900 !important;
	border-radius: 5px;
	padding: 10px 40px;
}

.dialog-buttons button:hover {
	color: #ff9900 !important;
	background-color: #ffffff !important;
	border: 2px solid #ff9900 !important;
}
/* PARALAX ETC */

#cycler {
	position: relative;
}

#cycler img {
	position: absolute;
	z-index: 1;
	top: 0;
}

#cycler img.active {
	z-index: 3;
}

.slide-in {
	opacity: 0.1;
	transition: 1s;
}

.slide-in.active {
	opacity: 1;
}

#ieNotifImg {
	display: none;
}

#cyclerAward .parallax1,
#cyclerAward .parallax2,
#cyclerAward .parallax3,
#cyclerAward .parallax4 {
	width: 50%;
}

.blur {
	filter: blur(0px);
}

#cyclerAward {
	margin-top: 80px !important;
}

.parallax2 {
	position: relative;
	top: -180px;
	left: 110px;
}

.parallax3 {
	position: absolute;
	top: 50px;
	left: 120px;
}

.parallax4 {
	position: absolute;
	top: -65px;
	left: -22px;
}

_:-ms-lang(x),
#ieNotifImg {
	display: inline;
}

_:-ms-lang(x),
.parallax {
	display: none;
}

_:-ms-lang(x),
.slide-in {
	opacity: 0.7;
}

.carousel {
	margin: 0 !important;
}

.carousel-item h1 {
	font-size: 1.75em;
}

.priceLeft {
	width: 55%;
	float: left;
	margin-right: 5%;
}

.currentPrice {
	color: #fff;
	background: #489d37;
	border-radius: 20px;
	font-family: "Asap", sans-serif;
	-webkit-box-shadow: 0px 0px 44px -8px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 44px -8px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 44px -8px rgba(0, 0, 0, 0.75);
	margin-top: -100px;
	margin-left: 20px;
	margin-bottom: 25px;
	width: 65%;
	height: 180px;
}

.currentPriceContent {
	padding: 20px 10px;
	float: left;
	width: calc(75% - 20px);
	height: 100%;
}

.currentPriceContent b {
	font-size: 32px;
	margin-left: 15px;
}

.contentLeft {
	float: left;
	width: 20%;
}

.contentLeft img {
	width: 100%;
	margin-top: 20px;
}

.contentRight {
	float: left;
	width: 80%;
	margin-top: 30px;
}

.rightTop {
	font-size: 80px;
	width: 100%;
	float: left;
}

.rightBottom {
	font-size: 12px;
	width: 90%;
	float: left;
}

span#currprice {
	font-size: 80px;
	margin-bottom: 25px;
}

.currentPriceFlag {
	float: left;
	width: 25%;
	min-height: 100px;
	height: 100%;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	overflow: hidden;
	background-size: cover !important;
	background-position: center !important;
}

.priceRight {
	width: 40%;
	float: left;
}

.priceMap {
	height: 400px;
	width: 300px;
	background: #5e9a46;
}
/* #<?php echo $cssCountry; ?> g g{
	fill: #5e9a46;
} */

#county-table {
	font-size: 20px;
	margin-bottom: 30px;
	margin-top: 25px;
	font-size: 18px;
}

#county-table tr th:not(:first-child) {
	background-color: #52a241;
}

#county-table td,
th {
	padding: 15px;
	color: white;
	text-align: center;
}

#county-table .trDesc {
	color: #717070;
}

#county-table .trPrice {
	background-color: #70b061;
}

td.borderTopLeft {
	border: 2px solid #469d34;
	border-top-left-radius: 15px;
	display: block;
	border-right: none;
	border-bottom: none;
	line-height: 25px;
}

td.borderBottomLeft {
	border: 2px solid #469d34;
	border-bottom-left-radius: 15px;
	display: block;
	border-top: none;
	border-right: none;
}

#countySpecific {
	background-image: url(../../../images/heating_oil_prices_markers_background.jpg);
	background-size: contain;
	background-position: 25% 25%;
	background-repeat: no-repeat;
}

.nav-tabs.nav-justified > li {
	float: none;
	background-color: white;
	border: 1px solid rgb(232, 233, 234);
	text-align: center;
	border-radius: 10px;
	margin: 0 10px;
	width: 15%;
}

#login.active.show {
	padding: 10px;
}

.nav-tabs.nav-justified > .active > a {
	border: none;
}

.nav-tabs.nav-justified > li > a {
	border-bottom: none;
	display: block;
	padding: 0px 15px;
}

.nav > li > a:hover {
	background-color: none;
}

.nav-tabs > li > a:hover {
	border-color: none;
}

ul.nav.nav-tabs.nav-justified.nav-tabs-dropdown.open {
	height: auto;
}

.faqLeft {
	margin-top: 20px;
	background-color: #fff;
	border-radius: 10px;
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc;
	z-index: 10;
}

.faqRight {
	position: relative;
	background-color: #fff;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	padding: 15px 25px 90px 25px;
	z-index: 5;
	margin-top: 40px;
}

.faqRight i {
	color: var(--secondary-color);
	font-size: 50px;
	position: absolute;
	right: 10px;
	padding: 0 25px 25px 0;
	opacity: 0.1;
}

form-control:disabled,
.form-control[readonly] {
	background-color: #f5fcf7;
}

#trustpoints .nav-link {
	margin-bottom: 10px;
	border: none;
	color: #879c7d;
	margin: 0 auto;
	box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 1);
	border: 1px solid #ffffff;
	border-radius: 15px;
	background-color: #fff;
	display: block !important;
}

#trustpoints .nav-link:hover,
#trustpoints .nav-link.active {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(135, 156, 125, 1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(135, 156, 125, 1);
	box-shadow: 0px 0px 10px 0px rgba(135, 156, 125, 1);
	border: 1px solid #58aa69;
	background-color: #ffffff;
}

#trustpoints .nav-link i {
	font-size: 25px;
}

#trustpoints .nav-link.active i.fas.fa-phone,
#trustpoints .nav-link:hover i.fas.fa-phone {
	color: #9249e8;
}

#trustpoints .nav-link.active i.fas.fa-medal,
#trustpoints .nav-link:hover i.fas.fa-medal {
	color: #6eb4df;
}

#trustpoints .nav-link.active i.fas.fa-lock,
#trustpoints .nav-link:hover i.fas.fa-lock {
	color: #3bb665;
}

#trustpoints .nav-link.active i.fas.fa-star,
#trustpoints .nav-link:hover i.fas.fa-star {
	color: #e0a74c;
}

#trustpoints .nav-link.active i.fas.fa-map-marker-alt,
#trustpoints .nav-link:hover i.fas.fa-map-marker-alt {
	color: #dd4e4e;
}

.shadowBox {
	box-shadow: 0px 0px 10px -1px #7d7d7d;
	-ms-box-shadow: 0px 0px 10px -1px #7d7d7d;
	border-radius: 15px;
	width: 100%;
	padding: 40px;
}

.vm2-address_type_name {
	display: none;
}

div#output-shipto-display {
	display: none !important;
}

.output-shipto .controls label {
	display: block;
}

.product-row {
	box-shadow: 0px -5px 4px -7px;
	-ms-box-shadow: 0px -5px 4px -7px;
}

.product-row td {
	padding: 20px 0px;
}

.product-row:last-child td * {
	padding-bottom: 40px;
}

.buy-more {
	height: 80px;
	background-color: var(--secondary-color);
	border-radius: 15px;
	color: #fff;
}

.buy-more td p,
h3 {
	margin-bottom: 0;
	margin-top: 0;
}

.buy-more-bg {
	color: #fff;
	background-color: var(--secondary-color);
}

.buy-more-bg:last-child td {
	border-radius: 0 0 15px 15px;
	padding: 20px 0px;
}

.buy-more-bg:first-child td {
	border-radius: 15px 15px 0 0;
	padding: 20px 0px;
}

.product-desc {
	margin-bottom: 0;
}

.also-bought {
	margin: 20px 0px;
	background-color: #d4edda;
	padding: 20px;
	border-radius: 15px;
	height: 80px;
}

.also-bought td:last-child,
.buy-more td:last-child {
	border-radius: 0 15px 15px 0;
}

.also-bought td:first-child,
.buy-more td:first-child {
	border-radius: 15px 0 0 15px;
	padding-left: 40px;
}

.cart-totalrow {
	box-shadow: 0px -6px 3px -6px;
	-ms-box-shadow: 0px -6px 3px -6px;
}

.cart-totalrow td h3 {
	margin-bottom: 0;
	padding-top: 40px;
}

.cart-totalrow td h5 {
	margin-bottom: 0;
	padding-top: 40px;
}

span.vm-price-desc {
	margin-bottom: 0px;
}

.table-body {
	box-shadow: 0px 30px 3px -30px;
	-ms-box-shadow: 0px 30px 3px -30px;
}

.table-body .row-mobile:first-child td {
	padding-top: 20px;
}

.vm-cart-item-delete {
	color: #cb4d4e;
	-webkit-appearance: none;
	border: none;
}

.vm-cart-item-delete {
	width: 10%;
}

.hideline {
	box-shadow: 0px -5px 0px 0px #fff;
	-ms-box-shadow: 0px -5px 0px 0px #fff;
}

input.couponField {
	padding: 10px 20px;
	border-radius: 5px 0px 0px 5px;
	border: 2px solid rgb(216, 231, 201);
	background-color: rgb(249, 251, 248);
	flex-grow: 2;
}

input.couponField:focus {
	box-shadow: none;
	-ms-box-shadow: none;
	outline: none;
	border: 2px solid rgb(156, 171, 141);
}

input.coupon {
	width: 90%;
	padding: 10px 20px;
	border-radius: 5px 0px 0px 5px;
	border: 2px solid rgb(216, 231, 201);
	background-color: rgb(249, 251, 248);
}

input.couponBtn {
	padding: 10px 20px;
	border-radius: 0px 5px 5px 0px;
	border: 2px solid rgb(216, 231, 201);
	background-color: rgb(249, 251, 248);
	margin-left: -6px;
}

input.couponBtn:focus {
	box-shadow: none;
	-ms-box-shadow: none;
	outline: none;
	border: 2px solid rgb(156, 171, 141);
}
/* .vmshipment_description {
	display: none;
} */

.light-text-cart {
	color: #999;
}

.cart-summary tbody > tr:first-child {
	box-shadow: none;
	-ms-box-shadow: none;
}

.mobileCart .also-bought td:first-child {
	padding-left: 15px;
}

.mobileCart .buy-more-bg td {
	border-radius: 15px;
	padding: 10px 0 10px 40px;
}

.oil-arrow:before {
	content: " ";
	display: block;
	background-color: var(--secondary-color);
	width: 35px;
	height: 35px;
	position: relative;
	top: 0px;
	left: 147px;
	z-index: 0;
	transform: skew(45deg, -45deg);
}

.trSpace {
	display: block;
	margin: 20px;
}

.terms-of-service {
	margin-bottom: 20px;
}

.mob-cart {
	table-layout: fixed;
}
/* OVERRIDES */

.font-15 {
	font-size: 15px;
}

.qty-margin {
	margin-top: 0;
}

.h6-margin {
	margin-bottom: 0;
}

.btn-mob {
	padding: 4px 8px;
}

.vm-fieldset-customer-note {
	display: none;
}
/* .mob-cart tbody {
	box-shadow: 0px -5px 4px -7px;
	-ms-box-shadow: 0px -5px 4px -7px;
} */

.outsideFade {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(193, 195, 193, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(193, 195, 193, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(193, 195, 193, 0.2);
	background-color: #ffffff;
	border-radius: 15px;
	margin: 0 15px 30px;
	width: 100%;
}

.outsideFade:hover,
.outsideSelected {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(193, 195, 193, 1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(193, 195, 193, 1);
	box-shadow: 0px 0px 10px 0px rgba(193, 195, 193, 1);
	background-color: #ffffff;
}

.outsideFade label {
	margin-bottom: 100px;
}

.vmshipment_name {
	display: none;
}

.vmshipment_name2 {
	width: 100%;
	display: block;
	font-size: 20px;
	color: var(--secondary-color) !important;
	margin: 25px 0 5px;
}

#shipmentForm label {
	background-color: transparent;
	color: unset;
	font-size: 16px;
	line-height: unset;
	text-align: center;
	padding: 8px 16px;
	margin-right: 0;
	border: none;
	box-shadow: none;
	transition: none;
	width: 100%;
}

.buttonBar-right {
	margin: 0 auto;
}

#btn-shipment-next {
	width: 200px;
	margin-left: 40px;
}

.vmshipment_description img {
	max-width: 390px;
}

#shipmentSelect i.radio {
	padding: 10px;
	cursor: pointer;
	width: 80%;
	border: 2px solid #f90;
	border-radius: 5px;
	background-color: var(--background-color);
	margin: 0 auto;
	display: block;
	position: absolute;
	left: 10%;
	top: 77%;
	max-height: fit-content;
	height: auto;
	text-align: center;
	font-style: normal;
	color: var(--primary-color);
}

#shipmentSelect i.radio-checked {
	color: #fff;
	background-color: var(--primary-color);
}

.rc-hidden {
	display: none;
}

.sortby-dropdown-wrapper {
	position: relative;
	background-color: #fff;
	width: 350px;
	float: right;
	padding: 10px 5px;
	margin: 25px 0;
	border-radius: 10px;
	border: 2px solid #baccb2;
	text-align: left;
}

.sortby-dropdown-inner {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	padding: 10px 5px;
	top: 100%;
	left: -2px;
	border: 2px solid #baccb2;
	border-radius: 0 0 10px 10px;
	width: 350px;
	transform: translateY(-1em);
	-ms-transform: translateY(-1em);
	z-index: -1;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
		z-index 0s linear 0.01s;
	-ms-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
		z-index 0s linear 0.01s;
	background-color: #fff;
}

.sortby-dropdown-wrapper:focus .sortby-dropdown-inner,
.sortby-dropdown-wrapper:hover .sortby-dropdown-inner {
	visibility: visible;
	opacity: 1;
	z-index: 1;
	transition: 0.3s;
	transform: translateY(0%);
	-ms-transform: translateY(0%);
	transition-delay: 0s, 0s, 0.3s;
	-ms-transition-delay: 0s, 0s, 0.3s;
}

.sortby-dropdown-wrapper:focus .sortby-dropdown-inner,
.sortby-dropdown-wrapper:hover {
	border-radius: 10px 10px 0 0;
	transition: 0.3s;
	transition-delay: 0s, 0s, 0.3s;
	-ms-transition: 0.3s;
	-ms-transition-delay: 0s, 0s, 0.3s;
}

.sortby-dropdown-button {
	padding: 10px;
	font-weight: 500;
	padding-right: 275px;
}

.showsort {
	display: block;
}

.sortby-dropdown-inner a {
	display: block;
	text-decoration: none;
	color: var(--secondary-color);
	padding: 10px 10px;
	border-top: 1px solid #efefef;
}

.sortby-dropdown-inner a:first-child {
	border-top: none;
}

.loginBackground {
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}

.rewardLoginForm {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 15px;
	height: 50%;
	width: 90%;
	min-height: 90%;
}

.loginContent {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.loginContent img {
	width: 70%;
}

.loginWidth {
	margin: auto;
	width: 80%;
}

.close {
	margin: 10px 10px 0 0;
	position: absolute;
	top: 10px;
	right: 20px;
}

.close a {
	color: #000;
}

.col-12.col-md-8.text-center.text-md-left.py-4.py-md-2 {
	margin-bottom: -50px;
}
div.accordion {
	background-color: #fff;
}

.card {
	border: none;
}

.card:first-child .card-header {
	border-radius: 0;
}

.card-header {
	background-color: transparent;
}

.card:last-child .card-header {
	border-bottom: none;
}

.card-header {
	border-bottom: none;
}

.card-body {
	border-bottom: 1px solid #f4f2f3;
}

.card:last-child .card-body {
	border-bottom: none;
}

.btn-faq {
	width: 100%;
	border: none;
	background-color: transparent;
}

.faqIcon,
button h5 {
	color: #5d5d5d !important;
}

.btn-faq:hover .faqIcon,
.btn-faq.active .faqIcon,
.btn-faq.active h5,
.btn-faq:hover h5 {
	color: #23814f !important;
}
.btn-faq.collapsed .faqIcon,
.btn-faq.collapsed h5 {
	color: #5d5d5d !important;
}

.btn-faq > .row > div > .fa-chevron-right {
	color: #5d5d5d;
}
.btn-faq.collapsed,
.btn-faq.active.collapsed > .row > div > .fa-chevron-right {
	color: #5d5d5d;
	-moz-transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.btn-faq.active > .row > div > .fa-chevron-right {
	color: #23814f;
	-moz-transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.stickyFooter {
	position: fixed;
	bottom: -100px;
	left: 0;
	z-index: 9999;
	background-color: #57aa68;
	width: 100%;
	/* padding: 10px 0; */
	text-align: center;
	-webkit-box-shadow: 0px -4px 11px 1px rgba(183, 185, 183, 0.25);
	-moz-box-shadow: 0px -4px 11px 1px rgba(183, 185, 183, 0.25);
	box-shadow: 0px -4px 11px 1px rgba(183, 185, 183, 0.25);
	color: #fff;
}

a.btn-foot {
	color: #fff;
	text-transform: uppercase;
	font-family: "PreciousSansBold";
	padding: 10px 15px;
	line-height: 1em;
	display: inline-block;
	margin: 5px 0;
	width: 200px;
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;
	font: normal 14px/1.4em Arial, sans-serif;
	font-weight: bolder;
	border-right: 1px solid #9bc78a;
}

a.btn-foot:last-child {
	border-right: none;
}

a.btn-foot img {
	height: 20px;
	float: left;
}

a.btn-foot span {
	vertical-align: bottom;
}

.view-shopping-cart .tip-wrap {
	display: none !important;
}
.stickyFooter {
	padding: 0;
}
a.btn-foot {
	margin: 0;
	padding: 0;
	width: 33.33%;
	float: left;
	padding: 10px 0;
	font-size: 12px;
	border-radius: 0;
	box-shadow: none;
	height: 100%;
	position: relative;
}
.btnQuote {
	height: 40px;
	position: relative;
	padding: 30px 0 0;
	font-size: 15px;
}
a.btn-foot img {
	float: none;
	margin: 5px auto 5px;
}
.buttonCount {
	position: absolute;
	right: 5px;
}

.zopim {
	display: none;
}

.moduleWrapper {
	max-width: 1024px;
	margin: 0 auto;
}

.minimise {
	width: 100%;
	background-color: #79ae64;
	color: #ffffff;
	text-align: center;
	padding: 10px 0;
	cursor: pointer;
}

.minimise img {
	height: 20px;
	float: left;
}

.buttonCount {
	padding: 5px 10px;
	border-radius: 20px;
	background: #ff0000;
	color: #ffffff;
	text-align: center;
	float: right;
	margin-top: -23px;
}

.closeWrapper {
	width: 150px;
	height: 20px;
	margin: 0 auto;
	font: normal 14px/1.4em Arial, sans-serif;
}

#quoteslide {
	color: #4c4c4c;
}

/* Order confirmed */

table#payresult td {
	padding: 0px 10px 5px 0;
}

.headerWrapper {
	height: 750px;
	width: 100%;
	position: relative;
}

.transition {
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

@keyframes slideright {
	25% {
		width: 45%;
	}
	80% {
		left: 63%;
	}
	100% {
		width: 37%;
		left: 63%;
	}
}

.slideyAnim {
	-webkit-animation-name: slideright;
	/* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 2.5s;
	/* Safari 4.0 - 8.0 */
	animation-name: slideright;
	animation-duration: 2.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* Firefox < 16 */

@-moz-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* Internet Explorer */

@-ms-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* Opera < 12.1 */

@-o-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* SLIDER
------------------------------------------------- */

.slider {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 375px;
}
/* FULL WIDTH BACKGROUND
------------------------------------------------- */

.graphicBackground {
	background: url(../../../images/HFD_Banner/bannerBackground.svg) repeat-x;
	background-size: 193px 750px;
	position: relative;
	height: 750px;
	width: 100%;
	z-index: 55;
	overflow: hidden;
}
/* QUOTE FORM
------------------------------------------------- */

.quoteForm input {
	text-align: center;
}

.quoteForm .btn-quote {
	font-size: 24px;
	width: 60%;
	height: 70px;
	border-radius: 20px;
}

.quoteForm span.quote {
	display: block;
	margin: 15px 0 20px 0;
}

.quoteForm label {
	color: #1b5d29;
	margin-left: 0;
}
.quoteForm .radioContainer {
	margin-left: 5%;
}

.quoteForm h2 {
	color: #1b5d29 !important;
	font-weight: 100;
	font-size: 1.7em;
	margin: 1.25em 0 0.5em;
}

.quoteForm h5 {
	margin: 0 0 20px 0;
	color: #6c8463 !important;
	font-weight: 100;
}

span.quote.marker {
	margin: 25px 0;
}

.fuelTypeContainer {
	width: 300px;
	text-align: left;
	margin: 0 auto;
}

.radioContainer {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.radioContainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.checkmark,
i.radio {
	position: relative;
	top: 7px;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #dddddd;
	border: 1px solid #57aa68;
	border-radius: 50%;
}

.radioContainer i.radio {
	position: absolute;
	top: 0px;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #dddddd;
	border: 1px solid #57aa68;
	border-radius: 50%;
}

.quoteForm i.checkbox {
	height: 25px;
	width: 25px;
	background-color: #dddddd;
	border: 1px solid #57aa68;
	border-radius: 50%;
	display:inline-flex;
	margin-left:5px;
	margin-bottom: -5px;
}


.radioContainer:hover input ~ .checkmark,
i.radio {
	background-color: #ccc;
}

.radioContainer input:checked ~ .checkmark,
i.radio-checked, i.checkbox-checked {
	background-color: #57aa68 !important;
	/* #57aa68 */
	border: 1px solid rgb(0, 55, 0) !important;
}

.radioContainer i.radio-checked + label {
	color: #1b5c29;
	text-shadow: 0px 0 3px white;
	transform: scale(1.2);
	font-weight: 600;
}

.radioContainer input:checked ~ .checkmark,
i.radio-checked {
	background-color: #57aa68;
	/* #57aa68 */
	border: 1px solid rgb(0, 55, 0);
}

.radioCheckmark:after {
	content: "";
	position: absolute;
	display: none;
}
.radioContainer label {
	margin-left: 5px;
	cursor: pointer;
}

.radioContainer i.radio-checked + label {
	margin-left: 20px;
}
.radioContainer:nth-child(3) i.radio-checked + label {
	margin-left: 16px;
}
.radioContainer:nth-child(4) i.radio-checked + label {
	margin-left: 18px;
}

.radioContainer input:checked ~ .checkmark:after {
	display: block;
}

.radioContainer .checkmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.quoteForm .quoteFormInput {
	display: inline-block;
	padding: 5px;
	border-radius: 15px;
	border: 2px solid rgb(188, 206, 184);
	font-size: 20px;
	background-color: white;
	width: 60%;
	margin: 0 auto;
}

.quoteForm input {
	outline: none;
	border: none;
	color: #677860;
	margin-top: 5px;
	font-size: 24px;
	max-width: 100%;
}

.quoteForm .quoteFormInput {
	width: 80%;
}
.quoteForm .btn-quote {
	width: 77%;
	font-size: 23px;
}

.quoteFormInput > label {
	color: #869c7d;
	margin: 0;
	font-size: 16px;
	display: block;
}

.quoteFormInput::-webkit-input-placeholder {
	text-align: center;
	text-transform: none;
	color: rgb(98, 117, 93);
	font-size: 28px;
}

.quoteFormInput:-moz-placeholder {
	/* Firefox 18- */
	text-align: center;
	text-transform: none;
	color: rgb(98, 117, 93);
	font-size: 28px;
}

.quoteFormInput::-moz-placeholder {
	/* Firefox 19+ */
	text-align: center;
	text-transform: none;
	color: rgb(98, 117, 93);
	font-size: 28px;
}

.quoteFormInput:-ms-input-placeholder {
	text-align: center;
	text-transform: none;
	color: rgb(98, 117, 93);
	font-size: 28px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"] {
	-moz-appearance: textfield;
}

#map-canvas {
	height: 100%;
	width: 100%;
	z-index: 99;
	background-color: #fff;
	position: absolute;
	left: 0;
}

.quoteResult {
	z-index: 90;
	height: 100%;
	width: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	display: none;
	-webkit-animation: fadein 1s;
	/* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 1s;
	/* Firefox < 16 */
	-ms-animation: fadein 1s;
	/* Internet Explorer */
	-o-animation: fadein 1s;
	/* Opera < 12.1 */
	animation: fadein 1s;
	/* background-color: rgb(235, 247, 235, 1); */
	/* Opacity too, so elements within aren't also opaque */
}

div#currentPrices p:not(:last-child) {
	margin-bottom: 0;
}

div#currentPrices p {
	color: #787c77;
}

div#currentPrices p#currentLivePrice {
	font-size: 4rem;
	margin: -10px;
	color: #2aa150;
	font-weight: 500;
	line-height: 1.1em;
}
/* QUOTE FORM RESULTS
------------------------------------------------- */

div#resultTop > h2 {
	color: #1b5d29 !important;
	font-weight: 100;
	font-size: 1.7em;
	margin: 1.25em 0 0.5em;
}

p.resultSubTitle {
	font-size: 1rem;
	color: #5a7250;
	margin-bottom: 0;
}

#resultTop p:not(.resultSubTitle):not(#mainPriceResult) {
	font-size: 1.2rem;
}

button#showcart {
	margin-bottom: 20px;
	height: auto;
}

#deliveryTitle {
	color: #5a7250;
}

#mainPriceResult {
	margin-bottom: 0;
	color: #489d55;
	font-size: 3rem;
}

div#ccIcons h5 {
	margin: 10px 0;
}
/* STATIC IMAGE
------------------------------------------------- */

div.backgroundFullText {
	color: #fff !important;
	margin: 100px 0 0 100px;
}

div#backgroundIcon {
	padding: 10px 30px;
	border-right: 1px solid #bc6604;
}

div#backgroundText h1 {
	font-size: 1.5rem;
}

.staticImage {
	height: 100%;
	width: 83%;
	position: absolute;
	left: 0;
	background: url(../../../images/HFD_Banner/resultBackground.jpg) no-repeat;
	/* background: url(/WEB3-HFD-Home-Fuels-Direct-J5/public_html/images/HFD_Banner/resultBackground.jpg) no-repeat; */
	background-size: cover;
	background-position: -131px;
}
/* GRAPHIC CONTAINER
------------------------------------------------- */

.wrapper {
	top: 30%;
	position: relative;
	height: 400px;
	transform: scale(0.75);
	margin-top: 30px;
	margin-right: 75px;
}

.graphicContainer {
	position: relative;
	left: -1000px;
	bottom: 10px;
	height: 450px;
	width: 35%;
	min-width: 750px;
	margin-left: 15%;
}

.slideContainer {
	visibility: visible;
	left: -250px;
}

.slideHouse {
	visibility: visible;
	right: -80% !important;
}

.transitionContainer {
	-webkit-transition: left 2s ease-out;
	-moz-transition: left 2s ease-out;
	-o-transition: left 2s ease-out;
	transition: left 2s ease-out;
}

.transitionHouse {
	-webkit-transition: right 2s ease-out;
	-moz-transition: right 2s ease-out;
	-o-transition: right 2s ease-out;
	transition: right 2s ease-out;
}
/* HOSE GRAPHIC
------------------------------------------------- */

.graphicHose {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 90%;
	height: 130px;
	z-index: 46;
}

.graphicHose svg {
	/* max-height: 130px; */
	position: absolute;
	right: 48px;
	bottom: -7px;
}

.fuelPath {
	stroke: #be1e2e;
	stroke-width: 0.1%;
	stroke-width: 0.5%;
	stroke-linecap: round;
	fill: none;
}

#fuel {
	height: 10px;
	width: 20px;
	background: #be1e2e;
	border-radius: 3px;
}
/* TRUCK GRAPHIC
------------------------------------------------- */

.graphicTruck {
	background: url(../../../images/HFD_Banner/bannerLeft.svg) no-repeat;
	background-position: center;
	position: absolute;
	right: -60px;
	bottom: 10px;
	height: 450px;
	width: 100%;
	z-index: 48;
	min-width: 625px;
}
/* OLLIE GRAPHIC
------------------------------------------------- */

.graphicOllie {
	background: url(../../../images/HFD_Banner/bannerOllie.svg) no-repeat;
	background-position: center;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 450px;
	width: 100%;
	z-index: 50;
	min-width: 625px;
}
/* HOUSE GRAPHIC
------------------------------------------------ */

.graphicHouse {
	background: url(../../../images/HFD_Banner/bannerRight.svg) no-repeat;
	position: absolute;
	right: -1000px;
	/* top: -60px; */
	bottom: -150px;
	height: 550px;
	/* width: 65%; */
	z-index: 44;
	min-width: 600px;
}
/* SLIDER CONTENT (ABOVE TRUCK)
------------------------------------------------ */

.sliderContainer {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 100;
}

.sliderContainer .sliderContent {
	overflow: hidden;
	position: absolute;
	height: 100%;
	width: 100%;
}

.sliderContainer div.sliderContent p {
	color: #fff;
	font-size: 16px;
}

.sliderContainer div.sliderContent h1 {
	color: #ffffff !important;
}

.quoteForm2 {
	height: 100%;
	width: 100%;
	left: 0;
	display: block;
}

#map-canvas {
	width: 100%;
	position: absolute;
	left: 0;
	transition: all 1s ease;
}

.quoteForm {
	width: 100%;
	position: absolute;
	left: 0;
	height: 100%;
	background-color: rgba(235, 247, 235, 0.9);
	z-index: 100;
	text-align: center;
}

.slider {
	position: relative;
	left: 0;
	height: 100%;
	width: 83%;
}

.carousel-item h3 {
	color: #fff !important;
}

.carousel-indicators {
	text-align: right;
	float: right;
	right: 2% !important;
	left: inherit;
	z-index: 999;
	margin-left: 0;
	margin-right: 0;
}

.carousel-indicators > li {
	border-radius: 50%;
	border: 2px solid #fff;
	width: 15px;
	height: 15px;
	cursor: pointer;
}

sub {
	bottom: 0;
	font-size: 50%;
}

.headerWrapper {
	height: 750px;
	width: 100%;
	position: relative;
}

.transition {
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* Firefox < 16 */

@-moz-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* Internet Explorer */

@-ms-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* Opera < 12.1 */

@-o-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes slideright {
	25% {
		width: 750px;
	}
	80% {
		left: calc(100% - 500px);
	}
	100% {
		width: 500px;
		left: calc(100% - 500px);
	}
}

.slideyAnim {
	-webkit-animation-name: slideright;
	/* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 1s;
	/* Safari 4.0 - 8.0 */
	animation-name: slideright;
	animation-duration: 2.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
/* QUOTE FORM
------------------------------------------------- */

.quoteForm {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgb(235, 247, 235, 0.9);
	z-index: 100;
	text-align: center;
}

.quoteForm .btn-quote-lg,
.btn-quote-sm {
	font-size: 26px;
	width: 60%;
	height: 70px;
	border-radius: 20px;
}

.quoteForm h1,
div#resultTop > h2 {
	color: #1b5d29 !important;
	font-weight: 100;
	font-size: 1.7em;
	margin: 1.25em 0 0.5em;
}

.quoteResult {
	z-index: 90;
	height: 100%;
	width: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	display: none;
	-webkit-animation: fadein 1s;
	-moz-animation: fadein 1s;
	-ms-animation: fadein 1s;
	-o-animation: fadein 1s;
	animation: fadein 1s;
	background-color: rgb(235, 247, 235, 1);
}

div#currentPrices p:not(:last-child) {
	margin-bottom: 0;
}

div#currentPrices p {
	color: #787c77;
}

div#currentPrices p#currentLivePrice {
	font-size: 4rem;
	margin: -10px;
	color: #2aa150;
	font-weight: 500;
	line-height: 1.1em;
}

.reOrderRightContent .contentText {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
}
/* QUOTE FORM RESULTS
------------------------------------------------- */

.quoteForm2 {
	height: 100%;
	width: 100%;
	left: 0;
	display: block;
}

p.resultSubTitle {
	font-size: 1.5rem;
	color: #5a7250;
	margin-bottom: 0;
}

#resultTop p:not(.resultSubTitle):not(#mainPriceResult) {
	font-size: 1.2rem;
}

#deliveryTitle {
	color: #5a7250;
}

#mainPriceResult {
	margin-bottom: 0;
	color: #489d55;
	font-size: 3rem;
}

div#ccIcons h5 {
	margin: 10px 0;
}
/* STATIC IMAGE
------------------------------------------------- */

#foam-img {
	width: 70%;
}

.grid {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: -20px;
	font-size: 0;
}

.grid__cell {
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	padding: 0;
	padding-left: 20px;
	margin: 0;
	vertical-align: top;
	font-size: 1rem;
}

.grid--center {
	text-align: center;
}

.grid--center > .grid__cell {
	text-align: left;
}

.grid__cell--center {
	display: block;
	margin: 0 auto;
}

.grid--right {
	text-align: right;
}

.grid--right > .grid__cell {
	text-align: left;
}

.grid--middle > .grid__cell {
	vertical-align: middle;
}

.grid--bottom > .grid__cell {
	vertical-align: bottom;
}

.grid--flush {
	margin-left: 0;
}

.grid--flush > .grid__cell {
	padding-left: 0;
}

.grid--tiny {
	margin-left: -5px;
}

.grid--tiny > .grid__cell {
	padding-left: 5px;
}

.grid--small {
	margin-left: -10px;
}

.grid--small > .grid__cell {
	padding-left: 10px;
}

.grid--large {
	margin-left: -40px;
}

.grid--large > .grid__cell {
	padding-left: 40px;
}

.grid--huge {
	margin-left: -80px;
}

.grid--huge > .grid__cell {
	padding-left: 80px;
}

.grid--auto > .grid__cell {
	width: auto;
}

.grid--rev {
	direction: rtl;
}

.grid--rev > .grid__cell {
	direction: ltr;
}
/**
* GRID WIDTHS
*/

.\31\/2,
.\32\/4 {
	width: 50%;
}

.\31\/3 {
	width: 33.3333333333%;
}

.\32\/3 {
	width: 66.6666666667%;
}

.\31\/4 {
	width: 25%;
}

.\33\/4 {
	width: 75%;
}

.uk-map-container svg {
	display: block;
	margin: 0 auto;
}

.uk-map {
	float: right;
	/* margin-left: 25px;
	margin-top: 50px; */
	z-index: 9999;
	position: relative;
	max-width: 550px;
	/* width: 28%;
	height: 375px; */
}

.uk-map h2 {
	text-align: center;
	font-size: 1.4em;
	font-weight: 600;
}

#uk-map {
	width: 100%;
}

#uk-map a {
	text-decoration: none;
}

#uk-map .map-region {
	cursor: pointer;
	text-decoration: none;
}

#uk-map .map-region g:last-child {
	transition: fill-opacity 0.2s ease-out;
	fill-opacity: 0;
}

#uk-map .map-region:hover .map-region__path {
	fill: #f90;
}

#uk-map .map-region:hover.map-region--nireland .map-region__path {
	fill: #f90;
}

.uk-map-container {
	height: 100%;
}

.mapText {
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.heating-oil-news img {

		width: auto;

}

.invalid {
	border-color: #ff0000!important;
}

#address_type_name_field {display:none;}

.quoteForm #deliveryOptions {text-align:left; padding-top:1rem; overflow: scroll; height: 390px; margin-bottom:15px;}

.quoteForm #deliveryOptions label {
	background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
	margin-bottom:1rem;
	width:100%;
	cursor:pointer;
}

.quoteForm #deliveryOptions label p.smaller {font-size:13px; color:#414042!important;}
.quoteForm #deliveryOptions label h5 {font-weight:bold; color:#414042!important;}
.quoteForm #deliveryOptions label h6 {font-size:15px; color:#414042!important;}

.quoteForm #deliveryOptions label i.radio {top:0}

.quoteForm #deliveryOptions label:has(input[type="radio"]:checked) {
	border:1px solid #1b5d29;
}

.quoteForm #deliveryOptions:has(input[type="radio"]:checked) label:not(:has(input[type="radio"]:checked)) {
	opacity:0.7;
}

.welcome-heating-oil-customers #breadcrumbWrap {
	display: none!important;
}
.welcome-heating-oil-customers #main-content {
	padding-top: 10px!important;
}
.welcome-heating-oil-customers #trustpoints {
	background: #f5f9f3!important;
}

/** Hide menu account and shop **/
#navbarCollapse .dropdown.item-140,
#navbarCollapse .dropdown.item-121,
#navbarCollapse li.menu-234 {
	display: none;
}