/* CB - Styles */
.nav-status-right p {
	margin: 0;
	font-weight: 600;
	color: #fff;
}

.nav-status-right i {
	font-weight: 600;
	color:#fff;
}

.trustPilotDiv {
    background: rgba(256, 256, 256, .9);
}

.trustPilotDiv a {
    color:#1f743a;
    text-decoration: underline;
    text-underline-offset: 12px;
    font-weight: 500;
    text-decoration-thickness: 2px;
}

footer h5 {
    font-weight: 600;
    color: #fff !important;
}

footer {
    font-weight: 600;
    color: #fff;
}

footer .mainFooter {
    background: #1f743a;
    border-radius: 25px;
    box-shadow: 0 0 40px 0 rgba(58, 119, 138, 0.3);
}



.home #header > .container .headerWrapper{
    overflow: hidden;
    border-radius: 25px !important;
    box-shadow: 0 0 40px 0 rgba(58, 119, 138, 0.3);
}

.home .headerWrapper .slider {
    width: 100%;
    position: relative !important;
}

.quoteForm2 #map-canvas, .quoteForm2 .quoteForm  {
    background-color: transparent;
}

.quoteForm2 .fuelTypeContainer {
    display: flex;
    flex-direction: row;
}

#currentLivePrice {
    font-weight: 600;
}

#currentPrices h2 {
    margin-top: 0;
}

#currentPrices i.fa-info-circle {
    font-weight: 400;
    font-size: 22px;
}

.fuelTypeContainer .radioContainer, .fuelTypeContainer label {
    margin-bottom: 0;
}

.radioContainer {
    font-weight: 500;
}

.fuelTypeContainer .radioContainer {
    display: flex;
    align-items: center;
    padding-left: 0;
}

.fuelTypeContainer .radioContainer .radio {
    margin-right: 8px;
    top: 1px;
}

.fuelTypeContainer {
    margin-bottom: 13.5px;
}

.fuelTypeContainer .radioContainer i.radio {
    position: relative;
    display: block;
}

#quoteFormContainer {
    display: flex;
}

#quoteFormContainer > div {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#quoteFormContainer .quoteFormInput, #quoteFormContainer button {
    width: 100%;
}

#quoteFormContainer input {
    margin: 0;
    padding: 0 0 0px 8px
}

#main-content {
    background-color: #f4f5f9;
}



.home #pricegraph > .container > .row{
    border-radius: 25px;
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgba(58, 119, 138, 0.3);
}

.hiddenfeesDiv .orangeBG {
    border-radius: 25px;
    box-shadow: 0 0 40px 0 rgba(58, 119, 138, 0.3);
    padding: 0 14px;
    overflow: hidden;
    align-items: center;
}

.ollieContainer {
    height: 100%;
}

.btn.btn-tertiary {
    width: fit-content;
    background: #fff;
    border-radius: 40px;
    color: #ff9903;
    font-weight: 600;
}

.btn.btn-tertiary.invert{
    width: fit-content;
    background: #ff9903;
    border-radius: 40px;
    color: #fff;
    font-weight: 600;
}

.ollieContainer img {
    height: 100%;
    position: relative;
    top: 3px;
    width: auto;
}

.hiddenfeesDiv h4 {
    margin: 0;
    color: #fff !important;
    font-weight: 600;
    text-shadow: 0 0 40px  rgba(170, 101, 0, 0.3);
}

.orangeBG {
    background-color: #ff9903;
}
/* end of CB STYLES */

.homepointsDiv h4 {
    font-weight: 600;
    color: #fff !important;
    text-shadow: 0 0 40px  rgba(58, 119, 138, 0.3);
}

.homepointsDiv p {
    color: #fff;
    font-weight: 600;
    line-height: 2;
}

#pricegraph h3, .imgright h2, .FAQ h2, #heatingOilNews h2 {
    color: #313131 !important;
    font-weight: 600;
}

#pricegraph h3 span#currentLivePrice {
    color:#1f743a;
}

#pricegraph p, .imgright p, #trustpoints p, .FAQ p {
    color: #6f6f6f;
}

#pricegraph p, .imgright p, #trustpoints p, .FAQ p, .homepointsDiv p {
    font-weight: 600;
 font-size: min(1em, 24px);
}

.FAQ .card {
    border-radius: 20px !important;
    box-shadow: 0 0 40px 0 rgba(58, 119, 138, 0.3);
    margin-bottom: 20px;
    background-color: #f8f9fb;
}

.FAQ .btn-faq {
    padding: 24px;
}

.FAQ .card .btn-faq.active.collapsed h2 {
    display: block;
}

.FAQ .arrowContainer, .FAQ .card .btn-faq.active.collapsed .arrowContainer {
    background-color: #6f6f6f;
    border-radius: 200px;
}

.FAQ .arrowContainer {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.FAQ .card-header {
    padding: 0;
}

.FAQ .arrowContainer i {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    transition-duration: 0.3s;
}

.FAQ .btn-faq.active.collapsed .arrowContainer i {
    transform: rotate(0deg);
}

.FAQ .btn-faq.active .arrowContainer i {
    transform: rotate(90deg);
}

.FAQ .card .btn-faq.active .arrowContainer {
    background-color: #ff9903;
}

.homepointsDiv img {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
}

.homepointsDiv img + div {
    z-index: 2;
}

.darkOrangeBG {
    background-color: #d38217;
    border-radius: 25px;
    box-shadow: 0 0 40px 0 rgba(58, 119, 138, 0.3);
    position: relative;
}




.homepointsDiv .textContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.homepointsDiv .btn.btn-tertiary {
    color: #d38217;
}

.homepointsDiv .ollieContainer {
    height: fit-content;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
}

.homepointsDiv .ollieContainer img {
    position: unset;
}

.homepointsDiv .darkOrangeBG > img {
    scale: 1.6;
}

.imgright > .row, section.container-fluid > .container > .row, #heatingOilNews > .container > div {
    background: #fff;
    border-radius: 25px;
    align-items: flex-start;
    box-shadow: 0 0 20px 0 rgba(58, 119, 138, 0.3);
    overflow: hidden;
}

#trustpoints .container .row, .cartWrap, .orderItem, span.status {
    box-shadow: 0 0 20px 0 rgba(58, 119, 138, 0.3);
}

#trustpoints {
    background-color: #1f743a !important;
}

#trustpoints .container .row {
    border-radius: 25px;
    background-color: #fff;
    padding-top: 90px;
    padding-bottom: 90px;
}

#heatingOilNews h3 {
    text-align: center;
}

#trustpoints h3 {
    font-size: 1.8em;
    font-weight: 600;
    color: #313131 !important;
}

#trustpoints img {
    margin: 0 0 24px 0;
}


.readContainer {
    background: #c8c6c6;
    border-radius: 200px;
}

.readMore {
    border-radius: 200px;
    padding: 8px;
    background-color: #1f743a;
    width: 50%;
    text-align: center;
}

.readContainer p {
    color: #fff;
    font-weight: 600;
}

.timeToRead {
    width: 60%;
    text-align: center;
}

.companyInfo {
    border-top: 2px solid #fff;
}

.contactDetails a,  .companyInfo a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
}



footer .fa-cc-visa {
    margin-right: 12px;
    margin-left: 0;
}



.hiddenfeesDiv .btn {
    min-width: 160px;
}


@media (min-width: 1400px) {

    .reward-card { 
        height: 452px;
    }

    .nav-banner-logo {
        width: 300px;
      }
}

@media(min-width: 992px) {

    .nav-status a:has(.accessContainer) span {
        color: #fff;
    }

    .orangeBG .ollieImg {
        position: relative;
    }

  

    .greyBorder {
        border-right: 1px solid #f2f2f2;
    }

    .tip {
        left: 30px;
        top: -70px;
    }

    .tip.left { 
        left: unset;
        right: -20px;
        top: 30px;
    }
    .graphicTruck img {
        position: absolute;
        bottom: 0;
    }

    #what3wordsModal .modal-dialog {
        max-width: 90vw;
        max-height: 89vh;
        height: 89vh;
    }

    #what3wordsModal .modal-dialog {
        margin: auto;
        margin-top: auto;
        margin-bottom: auto;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        position: absolute;
    }

    form#userForm input.coupon {
        width: 60%;
    }

    .row > .col-12:has(.cartWrap):last-of-type {
        margin: 0;
    }

    #trustpoints .container .row {
        padding-left: 60px;
        padding-right: 60px;
    }

    #pcode {
        height: 100%;
    }

    .quoteFormInput:has(#pcode) {
        height: 80%;
    }

    .graphicBackground {
        height: 500px;
    }

    .nav-banner .navbar-nav > li > a{
        color: #83b994;
      } 

    .nav-status-right p {
        font-size: min(1em, 24px);
    }

    #navbarCollapse {
        width: fit-content;
    } 

    .dropdown-menu {
        border-radius: 25px;
        box-shadow: 0 0 40px 0 rgba(58, 119, 138, 0.3);
    }

    .quoteForm .btn-quote {
        border-radius: 0px 20px 20px 0;
    }

  

    .trustPilotDiv a {
        margin-top: 20px;
    }

    .trustPilotDiv > div {
        height: 100%;
    }

    .trustPilotDiv > div > div {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .footerLogo img {
        margin-right: 0;
    }

  
    #trustpoints img {
        width: 40%;
    }

    .homepointsDiv .ollieContainer, .homepointsDiv .textContainer {
        width: 50%;
    }
    
   

    footer .mainFooter {
        padding: 60px;
    }

    .homepointsDiv .bgImg {
        padding: 60px;
    }

    #quoteFormContainer > div {
        width: 180px;
    }

    .imgright > .row, .FAQ > .container .row {
        margin: 0;
        align-items: center;
      }

    .homepointsDiv .textContainer {
        padding-left: 30px;
    }

    #quoteFormContainer button {
        padding: 0px;
    }

    #pcode {
        border-right: 2px solid #ececec;
        width: 100%;
    }

    .quoteForm2 h2 {
        font-size: min(2em, 45px);
    }

    .quoteForm > h2 {
        margin-top: 15px;
    }

    #quoteFormContainer {
        flex-direction: row;
        background-color: #fff;
        box-shadow: 0 0 40px 0 rgba(58, 119, 138, 0.3);
        border-radius: 20px;
        border: 2px solid #fff;
        padding: 0px;
        overflow: hidden;
        width: fit-content;    
    }

    .FAQ .textContainer + .accordion {
        width: 60%;
        padding-left: 15px;
    }

    .FAQ .textContainer img {
        width: 60%;
        margin-left: 60px;
    }

    .FAQ .textContainer {
        width: 40%;
        padding-right: 15px;
    }

    .hiddenfeesDiv h4 {
        margin: 0;
        color: #fff !important;
        font-weight: 600;
    }

    .graphicContainer {
        height: 100%;
        margin: 0;
        position: unset;
        width: 100% !important;
    }

    .trustPilotDiv {
        position: absolute;
        bottom: 10px;
        right: 10px;
        border-radius: 25px;
        padding: 20px 20px;
        min-width: 325px;
        max-width: 325px;
        min-height: 40%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .graphicTrustpilotRight p {
        margin: 0;
    }

    .graphicTrustpilotRight img {
        width: 50%;
        margin-left: 0;
        margin-right: 16px;
    }

    .graphicTrustpilotRight {
        align-items: center;
    }

    .graphicTrustpilotRight p {
        width: 50%;
        margin: 0;
    }

    .trust img {
        height:55px;
        width: auto;
        margin: auto;
    }

   
    .trustPilotDiv p {
        font-weight: 500;
        font-size: min(1em, 24px);
    }

    
    
    .graphicTruck img {
        
    }

    .quoteForm > h2 {
        margin-bottom: 0;
    }

    #header .graphicBackground {
        /* background-size: cover !important;
        background-position-y: -3vw !important; */
    }

    .graphicOllieRight {
        position: absolute;

        height: 100%;
        width: fit-content;
        right: 0;
    }

    .graphicOllieRight img {
        height: inherit;
    }

	#bannerText {
		width: 58vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
	}

    #pricegraph > .container > .row {
        padding: 60px;
        margin: 0;
    }

    .FAQ > .container > .row, #heatingOilNews > .container > div {
        padding: 60px;
    }

  ul.navbar-nav {
    flex-direction: row;
  }

    .quoteForm {
        text-align: left;
    }

    section.imgright > .row #cyclerText {
        position: relative;
        bottom: -56px;
        margin: 0;
    }

    section.imgright > .row {
        justify-content: center;
    }
}

.account label + select::before {
    font-family: "Font Awesome 6 pro";
    content: "\f078";
    font-weight: 500;
    position: absolute;
    font-size: 14px;

}

/* .account label:has(+ select)::before {
    display: none;
} */

@media (max-width:767px) {

    .graphicBackground .wrapper {
        height: 100%;
        position: unset;
    }


   /*  label:has(+ select)::before {
        right: 10px;
        top: 63px;
    } */

   

    .fa-eye {
        top: 66px;
        right: 10px;
    }

   .tip {
        left: 0;
        right: 0;
        margin: auto;
   }

    .radioContainer i.radio {
        height: 10px;
        max-height: 10px;
        max-width: 10px;
        min-width: 10px;
    }

    .quoteForm .radioContainer {
      margin-left: 7px;   
    }

    .radioContainer label {
        margin: 0;
    }

    .graphicTrustpilotRight {
        width: 90%;
    }

    .trustPilotDiv > div > div {
        width: 54%;
    }

    .graphicTruck {
        height: fit-content;
    z-index: 0;
    bottom: 40px !important;
    top: unset;
    }

   
}

.checkbox {
    height: 18px;
    max-height: 18px;
    max-width: 18px;
    min-width: 18px;
    background-color: transparent !important;
}

.checkbox.checkbox-checked {
   background-color: #1f743a !important;
   border-color: #1f743a !important;
}

@media (min-width:768px) {

    .energy-section .cartWrap, .FAQ .cartWrap {
        padding: 60px;
    }

    #result .slick-track label {
        width: fit-content !important;
    }

    #result .slick-track {
        width: 100% !important;
    }

   /*  label:has(+ select)::before {
        right: 25px;
        top: 62px;
    } */

    .fa-eye {
        right: 25px;
        top: 64px;
    }

    .passwordUpdate .fa-eye {
        top: 68px;
    }
   
    

    #deskOllie {
        width: 60%;
    }

    #waveOllie {
        width: 50%;
        position: absolute;
        bottom: -34px;
        left: 0;
        right: 0;
    }


    .radioContainer i.radio {
        height: 18px;
        max-height: 18px;
        max-width: 18px;
        min-width: 18px;
        background-color: transparent;
    }

    .fuelTypeContainer .radioContainer {
        margin-left: 20px;
    }

    .fuelTypeContainer .radioContainer:first-child {
        margin-left: 0px;
    }

    section.imgright > .row{
        padding: 40px 8px;
    }
    
}

@media(min-width: 576px) and (max-width: 991px) {

    #waveOllie {
        position: relative;
        top: 51px;
    }
    .graphicTrustpilotRight p {
        margin-left: 0px;
        margin-bottom: 0;
    }

    .graphicTrustpilotRight img {
    margin: 0;
    }
}

@media (min-width:768px) and (max-width: 991px) {

   

    #deliveryOptions {
        width: 100%;
        margin: auto;
    }


    .hiddenfeesDiv .ollieContainer img {
        width: 170px;
    }

    .trust img {
        height:46px;
        width: auto;
        margin: auto;
    }

    .FAQ .textContainer img {
        width: auto;
    }

    section.imgright > .row #cyclerText {
        bottom: -15px;
        right: 0;
        height: 40%;
    }


    .graphicTrustpilotRight{
        width: 70%;
    }

    .graphicOllieRight {
        bottom: 2px;
    }

   

    .graphicBackground {
        height: 670px;
    }

    .wrapper {
        bottom: 0 !important;
        top: unset;
        height: 100%;
    }

    .FAQ .textContainer img {
        height: 532%;
        right: -62px;
        bottom: -105px;
    }

    
}


@media (min-width:576px)  {

    .whiteModule {
       padding: 35px;
    }

    .eyesContainer, .mouthContainer {
        height: 100%;
    }

    .cartWrap .darkGreenBG .btn-primary::before {
        top: -85px;
    }
}


@media (min-width:576px) and (max-width: 767px) {
    .graphicBackground {
        height: 570px;
    }

    .trust img {
        height: 49px;
        width: auto;
    }

    section.imgright > .row #cyclerText {
        bottom: -15px;
        right: -20px;
        height: 40%;
    }

    .FAQ .textContainer img {
        width: 30%;
        right: -60px;
        bottom: -120px;
    }
}

@media (max-width: 575px) {

    div:has(> #jform_profile_tanksize) {
        width: 181px;
    }

    .dcc {
        padding-left: 0;
        padding-right: 0;
    }

    .whiteModule {
        padding: 20px;
     }
 

    .col-12:has( > .cartWrap) {
        padding-left: 0;
        padding-right: 0;
    }

    .btn-container .btn:first-child {
        margin-bottom: 12px;
    }

    .btn-container {
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .userdata .row > div, .userdata .row > div .col-md {
        padding-left: 0;
        padding-right: 0;
    }

    .userdata .row {
        margin: 0;
    }

    #waveOllie {
        position: relative;
        top: 21px;
    }

    h1 {
        font-size: 1.8em;
    }

    .cartWrap .darkGreenBG {
        flex-direction: column;
    }

    .cartWrap .darkGreenBG .btn-primary::before {
        top: -144px;
    }

    .cartWrap.p-0 > div {
        padding: 20px;
    }

    .hiddenfeesDiv .ollieContainer img {
        width: 130px;
    }

    .graphicTrustpilotRight p {
        margin-bottom: 0;
        margin-top: 5px;
    }

    .graphicTrustpilotRight img {
        margin: 0;
    }

    .FAQ > .container > .row {
        padding-bottom: 150px !important;
    }

    .eyesContainer, .mouthContainer {
        bottom: 0px;
        height: 50%;
    }

  

    .graphicOllieRight {
        height: 100%;
    }

    .trust img {
        height: 32px;
        width: auto;
    }

    .FAQ .textContainer img {
        width: 50%;
        right: -60px;
        bottom: -105px !important;
    }    

    section.imgright > .row #cyclerText {
        bottom: -15px;
        right: -20px;
        height: 22%;
    }

    .radioContainer label {
        font-size: 12px;
    }

    .graphicBackground {
        height: 570px;
    }

    .graphicBackground {
        height: 610px;
    }

   
    .graphicOllieRight {
        bottom: 50px;
    }

    #quoteFormContainer > div {
        width: 80%;
    }

    .quoteForm #currentPrices h2 {
        font-size: min(1em, 24px);
    }

    .quoteForm > h2 {
        font-size: min(2em, 45px);
    }
}

@media (max-width: 767px) {

    .energy-section .cartWrap, .FAQ .cartWrap {
        padding: 30px;
    }

    #result .slick-track label {
        justify-content: center;
        align-items: center;
        display: flex;
    }

    #cheapest, #quickest {
        display: none !important;
    }

    .view-shopping-cart .container {
        max-width: unset;
    }

    .cartWrap {
        margin-left: 0;
        margin-right: 0;
    }
  

    .home #header > .container, .home #aboveContent > section > .container, #belowContent > div > .container, footer > .container {
        padding: 0;
    }

    .home main #aboveContent > div, .home main #aboveContent > section, .home main #belowContent > div, .home main #belowContent > section {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 20px;
    }

    .home main #componentWrapper > div, .home main #componentWrapper > section {
        margin-bottom: 20px;
    }

    #trustpoints .row {
        margin: 0;
    }
}


.row > .col-12:has(.cartWrap) {
    margin-bottom: 24px;
}



@media(max-width: 991px) {

    .reward-card { 
        height: 480px;
    }

    .accessContainer {
        height: 28px !important;
    }

    .navbar-nav li a.accessibilitybtn span {
        color: #7fb891 !important;
        text-decoration: underline;
        text-underline-offset: 3px;
    }

    .navbar-nav li a.accessibilitybtn {
        display: flex;
        flex-direction: row;
        margin-top: 16px;
        align-items: center;
    }

    .navbar-nav li a.accessibilitybtn .fa-universal-access {
        font-size: 28px;
    }


    .orangeBG .ollieImg {
        position: absolute;
    }

  

    .cartWrap ul li a {
        padding: 10px 20px;
    }

    .orderItem .col-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .greyBorder + div {
        padding-top: 16px;
    }

    .greyBorder {
        border-bottom: 1px solid #f2f2f2;
    }

    .tip {
        bottom: 20px;
        top: unset;
        right: -40px;
        left: unset;
    }

    .graphicOllieRight img, .graphicOllieRight .eyesContainer, .graphicOllieRight .mouthContainer {
        width: 100%;
        bottom: 0px;
        height: 50%;
        position: absolute !important;
    }

    .graphicOllieRight {
        height: 100%;
    }

    form#userForm input.coupon {
        width: 70%;
    }

    #what3wordsModal .modal-dialog {
        max-width: 100vw;
        max-height: 90vh;
        height: 90vh;
        margin: auto;
    }

    img.signUpPanel {
        display: none;
    }

    .tankers {
        padding: 0;
    }

    .userdata {
        margin-bottom: 24px;
    }

    label.cartWrap {
        margin-left: 0;
        margin-right: 0;
    }

    a.checkoutItem {
        margin-bottom: 24px;
        margin-left: auto;
        margin-right: auto;
    }

   #buttonSwitchSection, #loginFormSection {
    margin-top: 24px;
    padding: 0;
   }

    #quickest, #cheapest {
        display: none !important;
    }


    #summaryBadges {
        justify-content: center;
    }

    nav.nav-banner:has(> .container .show), nav.nav-banner:has(> .container .collapsing) {
        background-color: #fff;
    }

    nav {
        transition: all 0.5s;
    }

    .nav-banner .navbar-nav > li > a {
        color: #7fb891;
    }

    #navbarCollapse li {
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-toggler {
        padding: 0 !important;
    }

    nav .btn {
        width: fit-content;
    }

    #quoteFormContainer > div {
        width: 70%;
    }

    .quoteForm .btn-quote {
        height: 60px;
    }

    .mobileFw {
        width: 100%;
    }

    #navbarCollapse i.fa-user {
        color: #1f743a;
    }

    .nav-status-right p {
        font-size: 14px;
        align-items: center;
        text-align: center;
    }

    #navbarCollapse {
        width: 100%;
    }

    #navbarCollapse {
        margin-top: 12px;
    }

    .nav-banner > .container {
        flex-direction: column;
    }

    #trustpoints h3 {
        margin-bottom: 22px;
    }

    .quoteForm2 h2 {
        font-size: 1.8em;
    }

    #currentLivePrice {
        font-size: 1.4em;
    }

    .trustPilotDiv p {
        font-size: min(1em, 24px);
    }

    ul.nav.socialmenu.mod-list {
        position: unset;
        justify-content: center;
        margin-bottom: 16px;
    }

    #trustpoints img {
        width: 30%;
        max-width: 150px;
    }

    .trustPilotDiv {
        font-size: 14px;
    }

    .hiddenfeesDiv .orangeBG {
        position: relative;
    }

    .hiddenfeesDiv .ollieContainer {
        position: absolute;
        left: 0;
        bottom: -5px;
        width: fit-content;
        height: fit-content;
    }

  

    .hiddenfeesDiv .textContainer {
        margin-bottom: 20px;
        z-index: 2;
        text-align: center;
    }

    .hiddenfeesDiv .btnContainer {
        margin-bottom: 20px;
        z-index: 2;
    }




    section.imgright > .row {
        position: relative;
    }

    section.imgright > .row #cyclerText img {
        height: 120%;
        width: auto;
    }

    #cyclerText:has(> img) {
        position: relative;
        z-index: 1;
    }

    #cyclerText:has(> img) + div {
        position: relative;
        z-index: 2;
    }

    section.imgright > .row #cyclerText {
        position: absolute;
        width: auto;
        margin: 0;
        width: fit-content;
        opacity: 1;
        bottom: 0;
    }

    .homepointsDiv .textContainer {
        align-items: center;
        justify-content: center;
    }

   

    #pricegraph h3, .homepointsDiv p, .homepointsDiv h4 {
        text-align: center;
    }

    #trustpoints .row {
        justify-content: center;
    }

    .hiddenfeesDiv .orangeBG, #pricegraph > .container .row, .homepointsDiv .bgImg, .imgright > .row, .FAQ > .container > .row, #trustpoints .container .row,
    #heatingOilNews > .container > div, footer .mainFooter  {
        padding: 30px 20px;
        margin: 0;
    }

    .FAQ .textContainer img {
        position: absolute;
        z-index: 1;
    }

    .FAQ .textContainer a {
        z-index: 2;
    }

    #accordionFAQ {
        width: 100%;
    }

    .FAQ .textContainer {
        z-index: 1;
    }

    .FAQ h2 {
        font-size: 24px;
        margin: 0;
    }

    #accordionFAQ {
        background-color: transparent;
    }

    #accordionFAQ {
        z-index: 2;
    }

    .trustPilotDiv > div {
        align-items: flex-end;
        justify-content: space-between;
    }

    .graphicTrustpilotRight img {
        max-width: 60%;
    }

    

    .wrapper {
        margin: 0;
    }

    .trustPilotDiv {
        border-radius: 25px;
        padding: 20px;
        bottom: 10px;
        position: relative;
        width: 95%;
    }

    .graphicContainer {
        min-width: unset;
        width: 100%;
        height: 100%;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 10px;
        align-items: center;
    }

    .graphicOllieRight {
        position: absolute;
        right: -100px;
        left: 0;
        bottom: 0px;
    }
 
    .graphicTruck {
        left: 0;
        bottom: 0;
        height: fit-content;
        z-index: 0;
    }

    .graphicTruck img {
        margin: 0;
    };

    .graphicOllieRight img {
        width: auto;

    }

    #quoteFormContainer {
        flex-direction: column;
        align-items: center;
    }

	#bannerText {
		display: flex;
		width: 90vw;
		justify-content: space-between;
		align-items: center;
	}
    .quoteForm {
        text-align: center;
    }

    #quoteFormContainer > div {
       background-color: #fff;
       border-radius: 25px;
       overflow: hidden;
       padding: 10px;
       box-shadow: 0 0 40px 0 rgba(58, 119, 138, 0.3);
       margin-bottom: 12px;
    }

    #quoteFormContainer > div.quote {
        padding: 0px;
        border-radius: 25px;
        background-color: transparent;
    }

    #quoteFormContainer > div.quote button {
        border: 1px solid #fff;
        border-radius: 25px;
    }

    #quoteFormContainer input {
        text-align: center;
    };

    .quoteForm2 .fuelTypeContainer {
        justify-content: center;
    }
}

.nav-banner .navbar-nav > li > a{
  font-weight: 600;
}

nav .btn.btn-primary {
  background-color: #1f743a !important;
  border-color: #1f743a !important;
  border-radius: 200px;
  color:#fff !important;
}
nav .btn.btn-secondary {
  background-color: transparent;
  color:#1f743a;
  border-color: #1f743a;
  border-radius: 200px;
}


.btn.btn-primary i , .btn.btn-secondary i {
	font-weight: 600;
}

@media(max-width: 1199px) {
    #pricegraph h3, .imgright h2, .FAQ h2, #heatingOilNews h2, .hiddenfeesDiv h4, .homepointsDiv h4 {
        font-size: 1.8em;
    }
}

@media (min-width:992px) AND (max-width: 1199px) {

    .cartWrap ul li a {
        padding: 8px;
    }

    #deliveryOptions {
        width: 80%;
        margin: auto;
    }


    .quoteForm {
        padding: 20px 90px 0 25px;
      }

    .fuelTypeContainer label {
        font-size: 13px;
    }

    #currentLivePrice {
        font-size: 1.4em;
    }

    .graphicTruck {
        height: 100%;
        width: 100%;
    }

#trustpoints, footer {
    padding-left: 30px;
    padding-right: 30px;
}
  #trustpoints > .row > .container {
    padding: 60px;
  }

  .newsItem .textWrapper {
        min-height: 273px;
  }

  .graphicOllieRight {
    bottom: -30px;
 }

 .quoteForm2 {
    width: 66%;
  }

  

}

@media (min-width:1200px) {

    .cartWrap ul li a {
        padding: 10px 20px;
    }

    #deliveryOptions {
        width: 80%;
        margin: auto;
    }

   

    #pricegraph h3, .imgright h2, .FAQ h2, #heatingOilNews h2, .homepointsDiv h4, .hiddenfeesDiv h4 {
        font-size: min(2em, 45px);
    }


    .quoteForm {
        padding: 20px 60px;
      }

    #currentLivePrice {
        font-size: 1.4em;
    }


    .graphicTruck {
        height: 100%;
        width: 100%;
    }


    .quoteForm2 {
        width: 61%;
      }

    .graphicOllieRight {
        bottom: 0;
    }

    .FAQ.container-fluid, #heatingOilNews.container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width:1400px) {
    .newsItem .textWrapper {
        min-height: 224px;
    }

}

@media (min-width:1200px) AND (max-width: 1399px) {
    .newsItem .textWrapper {
        min-height: 224px;
    }

    .reward-card { 
        height: 510px;
    }
}

@media (max-width: 1332px) {
    .graphicBackground {
        background-size: cover !important;
    }
}

@media (min-width: 1334px) {
    .graphicBackground {
        background-size: cover !important;
        background-position-y: 98.3% !important;
    }
}



.footerSpacing {
    width: 100%;
    height: 66.8px;
    color: transparent;
    background-color: transparent;
}


#trustPointsCarousel .carousel-indicators {
    position: unset;
    margin: auto;
    float: unset;
}

#trustPointsCarousel .carousel-indicators .fa-circle {
    font-weight: 600;
    color:#1d7239;
}

#trustPointsCarousel .carousel-indicators .active .fa-circle {
    font-weight: 600;
}

#trustPointsCarousel .carousel-item {
    min-height: 383px;
}

#trustPointCarousel.slick-initialized .slick-slide {
    background-color: transparent;
}

@media (min-width: 1399px) {
    .trust img {
        height: 56px;
        width: auto;
    }
}

.dropdown-toggle:has(+ ul .active){
    color: #1f743a !important;
}

.dropdown-toggle:has(+ ul .active)::after {
    color: #1f743a !important;
  }




.quoteForm2 h2, .quoteForm label, .FAQ h2, #prod, .quoteForm2 h3 {
    text-shadow: 0 0 40px  rgba(58, 119, 138, 0.3);
}

.FAQ .btn {
    box-shadow: 0 0 40px 0 rgba(58, 119, 138, 0.3);
}

.btn-quote {
    font-weight: 600;
}

#pricegraph .btn {
    font-size: min(1em, 24px);
    padding-left: 36px !important;
    padding-right: 36px !important;
}



#eyesSVG, #mouthShockedSVG, #mouthStandardSVG {
    position: absolute;
    height: 100%;
    width: 100%;
}

.trustPilotDiv {
    z-index: 100;
}

.graphicOllieRight img {
    z-index: 99;
    position: relative;
}



.eyesContainer, .mouthContainer {
    z-index: 100;
}

.eyesContainer, .mouthContainer {
    position: absolute;
    width: 100%;
}

.mouthContainer #mouthShockedSVG {
    display: none;
}

.mouthContainer #mouthStandardSVG {
    display: block;
}

.scrollanim {
    visibility: hidden;
}

.animation1 {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

@keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    }
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }

  .home .slick-arrow {
    display: none;
  }

  .homepointsDiv .bgImg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }

  html {
    width: 100vw;
  }


 

  .quoteForm2.full {
    width: 100%;
  }

  .quoteForm2.full {
    transition-delay: 0.1s;
    transition-duration: 0s;
  }

  .quoteForm2.partial {
    transition-delay: 0.5s;
    transition-duration: 0s;
  }

  .slideFade.in {
    animation: showAndReveal;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
  }

  .slideFade.out {
    animation: slideAndFade;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    opacity: 0;
    transition-duration: 1s;
  }


  @keyframes slideAndFade {
    0% {
        opacity: 1;
        transform: translateY(0%);
      }
      100% {
        opacity: 0;
        transform: translateY(100%);
      }
  }

  @-webkit-keyframes slideAndFade {
    0% {
        opacity: 1;
        transform: translateY(0%);
    }
    100% {
        opacity: 0;
        transform: translateY(100%);
    }
  }

  @keyframes showAndReveal {
    0% {
        opacity: 0;
        transform: translateY(100%);
      }
      100% {
        opacity: 1;
        transform: translateY(0%);
      }
  }

  @-webkit-keyframes showAndReveal {
    0% {
        opacity: 0;
        transform: translateY(100%);
      }
      100% {
        opacity: 1;
        transform: translateY(0%);
      }
  }

  #prod {
    color: #fff;
  }

  .quoteForm2 h3 {
    color: #fff;
  }


  /* eventually this should be a carousel */
  .quoteCol {
    border-radius: 25px;
    box-shadow: 0 0 40px 0 rgba(58, 119, 138, 0.3);
    background-color: #fff;
    border: none;
    text-align: center;
  }

  


#deliveryOptions .row {
    justify-content: center;
    align-items: center;
}

#requote {
    color: #fff;
    font-weight: 600;
}

.greenTxt {
    color: #1f743a !important;
}

#deliveryOptions h4 {
    color: #6f6f6f !important;
    font-size: 14px;
    font-weight: 600 !important;
}


#deliveryOptions .radioContainer, #loginOrRegisterContent .radioContainer {
    border: 1px solid #1f743a;
    color: #1f743a;
    border-radius: 14px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    height: 34px;
    margin-bottom: 0;
}

#deliveryOptions .radio, #loginOrRegisterContent .radio {
    position: unset;
}

#deliveryOptions .radioContainer:has(.radio-checked), #loginOrRegisterContent .radioContainer:has(.radio-checked) {
    background-color: #1f743a;
}

#deliveryOptions .radioContainer .radio, #loginOrRegisterContent .radioContainer .radio {
    margin-right: 8px;
}

#deliveryOptions .radioContainer .radio-checked, #loginOrRegisterContent .radioContainer .radio-checked {
    background-color: #fff !important;
    color: #fff;
}

#deliveryOptions .btn-quote:hover {
    border-color: #fff;
}


.vm-cart-header-container h1, .vm-cart-header-container h2 {
    color: #313131;
    font-weight: 700;
}

#summaryBadges {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

#summaryBadges > div, #summaryBadgesMobile .content {
    color: #1f743a;
    font-weight: 600;
    font-size: min(1em, 24px);
    padding: 4px 14px;
    background: #fff;
    border-radius: 200px;
    margin-right: 12px;
    width: fit-content;
    box-shadow: 0 0 40px 0 rgba(58, 119, 138, 0.3);
}

#summaryBadgesMobile .content {
    display: flex;
    align-items: center;
    margin: auto;
}

#summaryBadges > div:last-child {
    margin: 0;
}

#summaryBadges > div.star, #summaryBadgesMobile .div.star {
    color: #ffb003;
}

.cartWrap {
    background-color: #fff;
    overflow-wrap: break-word;
}

.vm-cart-header-container h1 {
    margin-bottom: 28px;
}

.vm-cart-header-container h2 {
    margin-bottom: 24px;
}

.cartWrap .icon, .cartWrap .fa-clock {
    width: 75px;
    margin-left: 0;
    margin-right: 40px;
    font-weight: 500;
    font-size: 75px;
    height: 100%;
}

.btn-input {
    height: fit-content;
    box-shadow: 0 0 10px 0 rgba(58, 119, 138, 0.3);
    padding: 6px 8px;
    border-radius: 200px;
    overflow: hidden;
}

.btn-input input {
    width: fit-content;
    padding: 0;
    font-size: min(1em, 24px);
    font-weight: 700;
    border-top: none;
    border-bottom: 0;
    border-radius: 0;
    border-left: 2px solid #eaeaea;
    border-right: 2px solid #eaeaea;
    margin: 0 8px;
    height: 30px;
    color: #313131;
}

.btn-minus {
    border-radius: 200px 0 0 200px;
    border: 0;
    background: 0;
    width: 22px;
    color: #313131;
}

.btn-plus {
    border-radius: 0 200px 200px 0;
    border: 0;
    background: 0;
    width: 25px;
    color: #313131;
}

.darkGreenBG {
    color: #fff;
    background: #1f743a;
    display: flex;
}

.cartWrap .fa-trash {
    margin-left: 40px;
}

.darkGreenBG .btn-primary {
    color: #1f743a !important;
    background-color: #fff!important;
    min-width: fit-content;
    height: fit-content;
}

.cartWrap .darkGreenBG .btn-primary::before {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #1f743a;
    content: '';
    position: absolute;
    left: 0%;
}

.cartWrap .darkGreenBG {
    align-items: center;
    justify-content: space-between;
}

.summaryElement > div:last-child p {
    margin: 0;
}

/* div:has(+ hr) p {
    margin: 0;
} */

hr {
    width: 100%;
}

.cartWrap p {
    color: #6f6f6f;
    font-weight: 500;
}

.cartWrap p.larger, .cartWrap span.larger{
    font-size: 24px;
    font-weight: 700 !important;
}

.cartWrap p {
    font-size: min(1em, 24px);
}

.mainPrice, .mainPrice > * {
    color: #1f743a;
}

h4, h1, h2, h3, h5, h6 {
    font-weight: 600;
}

h1, h2 {
    color: #313131;
}

.summaryElement h2 {
    text-align: center;
    margin-top: 15px;
}

.cartWrap .btn.btn-tertiary {
    background-color: #ff9903;
    color: #fff;
    text-decoration: none;
}

.summaryElement .fa-trash {
    color: #313131;
}

#checkoutForm {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.terms-of-service {
    align-items: center;
    display: flex;
}

.terms-of-service a, .cartWrap a {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.summaryElement a {
    color: #6f6f6f;
    width: fit-content;
}

.summaryElement .terms-of-service a {
    color: #ff9903;
}
.summaryElement .fa-cc-mastercard, .summaryElement .fa-cc-visa {
    color: #6f6f6f;
}

.summaryElement p.smaller {
    font-size: 14px;
}

.cartWrap.main {
    height: 100%;
}

.view-shopping-cart #userForm {
    display: none;
}

form#userForm input.coupon {
    box-shadow: 0 0 10px 0 rgba(58, 119, 138, 0.3);
    border-radius: 200px;
    border: none;
}

.coupon + .btn.btn-tertiary {
    border-radius: 0 200px 200px 0;
}

#quickest, #cheapest {
    position: absolute;
    width: auto;
    height: 50%;
    bottom: 0;
    z-index: 100;
}

#quickest {
    left: -22px;
}

#cheapest {
   right: -22px;
}

.quoteForm #deliveryOptions {
    display: flex;
    justify-content: center;
}

.quoteForm #deliveryOptions .row {
    margin: 0 12px;
}

#deliveryOptions .radioContainer .radio, #loginOrRegisterContent .radioContainer .radio {
    border-color: #1f743a;
}

#deliveryOptions .radioContainer:has(.radio-checked), #loginOrRegisterContent .radioContainer:has(.radio-checked) {
    color: #fff;
}

.quoteForm #actions .btn-quote{
    border-radius: 20px;
    font-size: min(1em, 24px);
}

#deliveryOptions .slick-list {
    width: 100%;
}

#result .slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
}



.quoteForm #deliveryOptions .row {
    width: fit-content !important;
}

#cheapest.out, #quickest.out {
    display: none;
}


@media (max-width:399) {
    .ollieContainer img {
        top: 15px;
        left: -16px;
    }
}



/* #deliveryOptions .slick-slide {
    display: none;
}

#deliveryOptions .slick-slide.slick-active {
    display: block;
} */



#header .graphicBackground {
    background-position: -2px !important;
}


.cartWrap {
    overflow: hidden;
}

.points p {
    display: flex;
    flex-direction: row;
    align-items: center;
}

select {
    height: 36px;
}

.btn-input input {
    box-shadow: none;
}

#loginFormSection.out {
    transition-delay: 1s;
}

.makeAccBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.makeAccStep2 a {
    margin-top: 10px;
}

#addressDetails {
    display: none;
}

.cartWrap .btn.btn-tertiary.btn-grey {
    background-color: #aeaeae;
}

.tankerOptions h3 {
    color: #1f743a;
    font-weight: 600;
    font-size: 26px;
}

.tankerOptions .cartWrap.main {
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.tankerOptions label.cartWrap.disabled {
    cursor: none;
    pointer-events: none;
}

.tankerOptions label.cartWrap.disabled h3 {
    color: #6f6f6f;
}

.tankerOptions .cartWrap {
    height: fit-content;
    margin-bottom: 16px;
    text-align: center;
    padding: 14px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tankerOptions .cartWrap:last-child {
    margin: 0;
}

.tankerOptions .cartWrap img {
    width: 70%;
}

.tankerOptions .cartWrap .tip img {
    width: 100%;
    margin: 0;
}

.tankerOptions .cartWrap.disabled img {
    width: 50%;
}

.tankerOptions .radioContainer {
    width: 100px;
    border-radius: 200px;
}

.cartWrap h3 i.fa-info-circle {
    color: #2447b0;
    font-size: 20px;
}

.quoteForm .fa-info-circle {
    color: #fff;
}

.row > div > .cartWrap {
    margin-bottom: 20px;
}

.row > div > .cartWrap:last-child {
    margin-bottom: 0px;
}

.breakdown {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.breakdown span {
    font-weight: 600;
}


form#userForm input:not([type="submit"])#what_3_words_slash {
    position: absolute;
    width: 40px;
    left: 15px;
    top: 49px;
    border-radius: 20px 0 0 20px;
    box-shadow: none;
    background: #1f743a !important;
    color: #fff;
    font-weight: 900;
    text-align: center;
}



.darkGreenBG .btn-primary:hover {
    background-color: #fff !important;
    color: #1f743a !important;
}

.what3words-autosuggest-state {
    right: 6px;
    background-size: 20px;
}

#delivery_instructions_field {
    resize: none;
}

#status-bar {
    justify-content: center;
    text-align: center;
}

#status-bar span {
    font-weight: 500;
    font-size: 14px;
}



#breadcrumbWrap ul li:has(+ .active) i {
    color: #313131;
}

#breadcrumbWrap ul li.active span {
    color: #313131;
    
}

#breadcrumbWrap ul li span {
    font-weight: 600;
}

.what3words-autosuggest-items {
    margin-top: 12px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
}
/* 
label:has(+ select)::before {
    font-family: "Font Awesome 6 pro";
    content: "\f078";
    font-weight: 500;
    position: absolute;
    font-size: 14px;
} */

.termsLabel {
    margin-bottom: 20px;
    position: relative;
}

#strengthBar {
    height: 4px;
    border-radius: 200px;

    background: #cdcdcd;
}

#strengthBar .progress {
    width: 0;
    height: 100%;
    background-color: #ff9903;
}

.what3words {
    text-decoration: underline;
    text-underline-offset: 3px;
    color: #1f743a;
    cursor: pointer;
}

#what3wordsModal .modal-dialog {
    margin: auto;
}

#what3wordsModal .modal-dialog .modal-content, .modal-content iframe {
    height: 100%;
    width: 100%;
}

#what3wordsModal .modal-dialog .modal-content .modal-body {
    margin: 0;
    padding: 0;
}

h3 {
    color: #313131;
}

.fa-info-circle {
    color: #2447b0;
    cursor: pointer;
}

.tip {
    display: none;
    min-width: 300px;
    max-width: 90vw;
    padding: 12px;
    border-radius: 20px;
    box-shadow: 0 0 40px 0 rgba(58, 119, 138, 0.3);
    position: absolute;
    background: #fff;
    background-color: #fff;
    z-index: 310;
}

.tip h4 {
    font-size: min(1em, 24px);
    color: #1f743a !important;
    font-weight: 700;
}

.tip p, .tip a {
    font-size: 14px;
    font-weight: 500;
}

.modal-header {
    align-items: center;
}

.fa-eye {
    position: absolute;
    bottom: auto;
    cursor: pointer;
}

/* .makeAccStep3 input, .passwordtools {
    width: 90% !important;
} */

#shipmentSelect {
    display: flex;
    flex-direction: column-reverse;
    padding: 15px;
}

#shipmentSelect .radio {
    position: unset !important;
}

#shipmentSelect label {
    margin: 0;
    height: 100%;
}

#shipmentSelect img {
    height: 40%;
    width: auto;
}

.cartWrap:has(.tip) {
    overflow: visible !important;
}

.triangle-left {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-right: 4px solid #6f6f6f;
    border-bottom: 4px solid transparent;
}


.triangle-right {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 4px solid #6f6f6f;
    border-bottom: 4px solid transparent;
}

.bar {
    background-color: #6f6f6f;
    height: 2px;
    width: 100%;
}

.tankerOptions label {
    margin: 0;
}

.fa-info-circle:has( > .tip) {
    position: relative;
    top: 2px;
}

.basketGraphic {
    height: 120%;
    position: absolute;
    bottom: -40px;
}

.cartWrap ul {
    list-style: none;
    padding: 0;
    margin: 0 -10px;
}

.cartWrap ul li a {
    border-radius: 200px;
    font-weight: 600;
    font-size: min(1em, 24px);
}

.cartWrap ul li:last-child a {
    margin-bottom: 0;
}

.cartWrap ul li:last-child::after {
    background-color: transparent !important;
    display: none !important;
}

.cartWrap ul li::after {
    height: 1px;
    width: 100%;
    background-color: transparent;
    content: ' ';
    display: block;
    margin-bottom: 12px;
    padding: 0px 20px;
    overflow: hidden;
}

.cartWrap ul li:not(.active)::after {
    background-color: #e6e6e6;
}

.cartWrap ul li i {
    width: 25px;
}

.cartWrap ul li a:hover {
    border: 1px solid #20743a;
}


.cartWrap nav ul li.active a, .cartWrap ul li a.active {
    background-color: #20743a;
}

.cartWrap ul li.active a, .cartWrap ul li a.active {
    color: #fff;

}

.cartWrap ul li a {
    height: fit-content;
    margin-bottom: 12px !important; 
    cursor: pointer;
    border: 1px solid transparent;
}

.cartWrap ul li:last-child {
    margin: 0;
}

.cartWrap ul li a{
    color: #6f6f6f;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.account .cartWrap {
    padding: 30px;
}

.account #detailsForm > div, .account #memberprofile > div, .my-details #detailsForm > div, .my-details #memberprofile > div {
    display: none;
}

.account #detailsForm > div.active, .account #memberprofile > div.active, .my-details #detailsForm > div.active, .my-details #memberprofile > div.active {
    display: block;
}

.homePointsCounter {
    display: flex;
    margin-left: auto;
    padding: 4px 20px;
    background: #ff9903;
    border-radius: 200px;
    color: #fff;
    box-shadow: 0 0 10px 0 rgba(58, 119, 138, 0.3);
}

.strength {
    color: #ff9903;
}

.switch {
    position: relative;
    display: inline-block;
    width: 70px !important;
    height: 34px !important;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }

  .toggleSwitch {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #5f5f5f;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .toggleSwitch:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  

  .checkbox-checked + .toggleSwitch {
    background-color: #20743a !important;
  }
  
  input:focus + .toggleSwitch {
    box-shadow: 0 0 1px #20743a;
  }
  
  .checkbox-checked + .toggleSwitch:before {
    -webkit-transform: translateX(42px);
    -ms-transform: translateX(42px);
    transform: translateX(42px);
  }

  .toggleSwitch.round {
    border-radius: 34px;
    height: 28px;
  }
  
  .toggleSwitch.round:before {
    border-radius: 50%;
  }

  .addressPreferences h2 {
    width: 100%;
  }

  .addrAccordion .collapsed h2, .addrAccordion .collapsed i {
    color: #20743a !important;
}

  .addrAccordion .detailsSection  > a.collapsed {
    background-color: #e8f1ec;

  }

  .addrAccordion .detailsSection  > a {
    background-color: #20743a;
  }

  .addrAccordion .detailsSection  > a h2, .addrAccordion .detailsSection  > a .fa {
    color: #fff;
  }

  .addrAccordion .detailsSection  > a .fa {
    transform: rotate(180deg);
    font-size: 26px;
  }

  .addrAccordion .detailsSection  > a.collapsed .fa {
    transform: rotate(0);
    font-size: 26px;
  }

  .addrAccordion .detailsSection > a {
    padding: 30px;
    width: 100%;
  }

  .addrAccordion .collapsed + div, .addrAccordion .detailsSection  > a + div {
    padding-top: 0;
  }

  .addrAccordion .container {
    padding-left: 0;
    padding-right: 0;
  }

  input#jform_profile_tanksize {
    text-align: center;
    color: #6f6f6f;
    font-weight: 400;
    height: 33px;
    width: 71px !important;
  }

.btn-minus:has(+ #jform_profile_tanksize), #jform_profile_tanksize + .btn-plus{
    color: #6f6f6f;
}

.addrAccordion h2 {
    margin: 0;
}



.addrAccordion .detailsSection > a.collapsed {
    margin-bottom: 6px;
}

.addrAccordion > .container:last-child a, .addrAccordion .detailsSection > a {
    margin: 0;
}

.addrAccordion .detailsSection  > a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
    border: none;
    text-decoration: none;
}

.addrAccordion .collapsed .fa {
    color:#20743a;
    font-size: 26px;
}

.row:has( > .col-md > #address_type_name_field), .row:has( > .col-md > #virtuemart_country_id_field) {
    display: none;
}

.addrAccordion > .container .collapse, .addrAccordion > .container .collapsing {
    padding: 30px;
    width: 100%;
}

.addrAccordion .fa {
    transition-duration: 0.45s;
}

#deliveryDetails.detailsSection .row:first-of-type label {
    margin-top: 0;
}

/* .detailsSection, .detailsSection >div {
    width: 100%;
} */

.addST #addressDetails {
    display: block;
}

#detailsForm > div .container {
    padding: 0;
}

h2 + h2 {
    color: #999;
}

#welcomeBack h2, #welcomeBack img {
    display: none;
}

#welcomeBack img, #listOrders img {
    position: absolute;
    width: 80%;
    left: 0;
    right: 0;
    height: auto;
    top: -40px;
    bottom: unset;
}

#welcomeBack h2.active, #welcomeBack img.active {
    display: block;
}

.cartWrap {
    overflow: hidden !important;
}

input.inputStyle:not(.toggleSwitch, .switch), .inputStyle:not(.switch, .toggleSwitch), #shipto_what3words_tank_location_field {
    border: none !important;
    height: 36px;
}

textarea.inputStyle:not(.toggleSwitch, .switch) {
    border-radius: 10px;
}

.panelThree:has(#what3words_tank_location_field), .panelThree:has(#shipto_what3words_tank_location_field) {
    width: 100%;
}

.panelThree:has(#what3words_tank_location_field) .col-md, .panelThree:has(#shipto_what3words_tank_location_field) .col-md{
    padding-right: 0;
}

.cartWrap.content {
    overflow: hidden !important;
}

.row.panelThree:has(#shipto_address_type_name_field), .row.panelThree:has(#shipto_virtuemart_country_id_field) {
    display: none;
    visibility: 0;
}

.orderItem {
    padding: 20px;
    border-radius: 20px;

}

#order-history-table h3 {
    font-size: 24px;
    color: #1f743a;
    margin-bottom: 12px;
}

span.status {
    border-radius: 200px;
    padding: 4px 18px;
    height: fit-content;
    font-weight: 500;
    background: #f1c668;
    color: #ba8107;
    text-align: center;
    width: fit-content;
}

span.status.pending {
    background: #f1c668;
    color: #ba8107;
}

span.status.complete {
    background: #80c495;
    color: #21733a;
}



#order-history-table .row {
    margin-right: 0;
    margin-left: 0;
}

.view-shopping-cart .vm-fieldset-what3words-tank-location, .view-shopping-cart .vm-fieldset-virtuemart-shipmentmethod-id {
    display: none;
    opacity: 0;
    visibility:hidden;
    pointer-events: none;
}


div:has(> #waveOllie) {
    position: relative;
}



.tab-content>.tab-pane.show {
    display: block;
}

#loginFormSection {
    display: none;
}

div:has(> .ollieImage) {
    position: relative;
}

.scrollanim.position-relative {
    z-index: 200;
}

.cartWrap .radioContainer i.radio {
    border-color: #1f743a;
}

.cartWrap .radioContainer input:checked + i.radio {
    border-color: #1f743a;
}

#selectAddress {
    display: none;
}

#basketPanel.out {
    display: none;
}

#ordersPanel, #loyaltyPanel {
    z-index: 10;
    position: relative;
}

.progressElement {
    align-items: center;
    text-align: center;
}

#orderProgress {
    justify-content: space-evenly;
}

.progressIcon {
    border: 4px solid #979494;
    border-radius: 100px;
    height: 35px;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 35px;
    color: #979494;
    position: relative;
    z-index: 2;
    background-color: #fff;
}

.complete .progressIcon {
    border-color: #1d7239;
    color: #1d7239;
}

.pending .progressIcon {
    border-color: #ffb003;
    color: #ffb003;
}

#orderProgress .progressElement > div {
    position: relative;
}

#orderProgress .progressElement:last-of-type > div::after, #orderProgress .progressElement:first-of-type > div::before {
   display: none;
}

#orderProgress .progressElement > div::after {
    content: "";
    width: 94px;
    height: 5px;
    background-color: #979494;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
}

#orderProgress .progressElement > div::before {
    content: "";
    width: 94px;
    height: 5px;
    background-color: #979494;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

#orderProgress .complete.progressElement > div::after, #orderProgress .complete.progressElement > div::before {
    background-color: #1d7239;
}

#orderProgress .pending.progressElement > div::after, #orderProgress .pending.progressElement > div::before {
    background-color: #ffb003;
}

#orderProgress {
    overflow: auto;
}

/* .progressElement {
    width: 112.67px;
} */

.orderDetails .cartWrap p {
    font-weight: 500;
}

.btn.btn-back.btn-secondary {
    text-decoration: none;
    background-color: #aeaeae !important;
    color: #fff !important;
    border: none !important;
}

:has(> .homepointsLogo){
    display: flex;
    flex-direction: row;
}

.homepointsLogo {
    height: 32px;
    width: auto;
    display: inline;
    margin-left: 0;
}

a.btn {
    text-decoration: none;
}

.slick-dots li.slick-active button:before {
    color: #1f743a !important;
}

.slick-dots li button::before {
    font-size: 12px !important;
    opacity: 1 !important;
    color: #f0f0f0 !important;
}

h4 {
    color: #313131 !important;
}

h4:has(.fa-lock-alt), h4:has(.fa-unlock-alt) {
    display: flex;
    flex-direction: row;
}

#loyaltyPanel .slick-list.draggable {
    overflow-y: visible;
    overflow-x: clip;
}

#loyaltyPanel h2,  #ordersPanel h2, .orderDetails h2 {
    margin-bottom: 16px;
}

.orderDetails #orderNotes h2 {
    margin-bottom: 8px;
}

#loyaltyPanel .slick-dotted.slick-slider {
    margin-bottom: 0;
}

#loyaltyPanel .slick-dots {
    position: unset;
    margin-top: 20px;
}

.referral-block a {
    color: #ff9903 !important;
    text-decoration: underline !important;
    height: fit-content;
    cursor: pointer;
}
.referral-block .fa, .referral-block .fab, .referral-block .fa, .referral-block .fas {
    height: fit-content;
    margin-right: 12px;
}

.referral-block .d-flex {
    align-items: center;
    justify-content: space-between;
}

.referral-block > div {
    justify-content: space-between;
}


.referAFriend {
    position: relative;
}

.referAFriend input {
    padding: 12px 129px 12px 12px;
    height: 38px;
}

.referAFriend button.btn.btn-tertiary {
    border-radius: 0 200px 200px 0;
    position: absolute;
    width: 109px;
    right: 0;
    top: 0;
}

#loyalty-history-table .heading {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 8px;
}

#loyalty-history-table .col-md-4 {
    padding: 0;
}

#chart-container {
    height: 100%;
}



.col-md:has(#Newsletter_field) {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.switch:has(#Newsletter_field) {
    margin-left: 12px;
}



.nav-tabs {
    display: block;
}

.nav-tabs .nav-link.active {
    background-color: #20743a;
}

.nav-tabs .nav-link:hover {
    border-color: #20743a;
}

label[for="form1_type"] {
    margin-top: 0;
}

.cartWrap #form1_lastname {
    width: 100%;
    margin-left: 0;
}

.contact-centre .tab-pane:not(.active) {
    display: none;
}

.contact-centre .cf-text-right {
    display: flex;
    justify-content: flex-end;
}

.contact-centre h2 {
    margin-bottom: 20px;
}

input, textarea {
    --input-placeholder-color: #b6b6b6 !important;
}

body {
    line-height: 1.8;
}

.whiteModule {
    box-shadow: 0 0 20px 0 rgba(58, 119, 138, 0.3);
	-ms-box-shadow: 0 0 20px 0 rgba(58, 119, 138, 0.3);
	border-radius: 25px;
    background-color: #fff;
}

.custom-tooltip {
    --bs-tooltip-bg: #fff;
    --bs-tooltip-color: #313131;
}

#addEditToggle ul li a {
    padding: 0;
    margin-left: 11px;
    font-weight: 500;
    color: #ff9903;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-size: min(1em, 24px);
    border: none;
}

#addEditToggle ul li {
    display: flex;
    flex-direction: row;
}

body:has(#what3wordsModal.show) .modal-backdrop.show {
    display: none;
}



#accessibilityToolbar {
    position: -webkit-sticky;
    position: fixed;
    top: 0;
    background-color: #fff;
    height: 80px;
    border-bottom: 2px solid #1f743a;
    top: 0;
    bottom: unset;
    width: 100%;
    z-index: 9999;
}

#accessibilitySpacer {
    height: 80px;
}

.fa-universal-access {
    font-size: 50px;
    color: #1f743a !important;
}

#accessibilityButton {
    border: none;
    padding: 4px;
    background-color: #fff;
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#accessibilityToolbar, #accessibilitySpacer {
    display: none;
}

#accessibilityButton:hover, #accessibilityButton:active {
    background-color: #1f743a;
}

#accessibilityButton:hover i, #accessibilityButton:active i {
    color: #fff !important;
}

#accessibilityToolbar button {
    background-color: #1f743a;
    color: #fff;
    border-radius: 5px;
    min-height: 40px;
    min-width: 40px;
    margin-left: 12px;
    border: none;
}

#accessibilityToolbar button:hover {
    background-color: #0c2e17;
}



#accessibilityToolbar {
    font-size: 18px;
}

.btn {
    font-size: min(1em, 28px) !important;
}

.greyscale {
    filter: grayscale(1);
}

.nav-status .fa-universal-access {
    font-size: 28px;
    position: relative;
    right: -0.3px;
    top: 0.4px;
}

.nav-status .fa-universal-access {
    color: #56a770;
}

.accessibilitybtn {
    flex-direction: row;
    align-items: center;
}

.nav-status .accessContainer:has(.fa-universal-access) {
    background-color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    width: 34px;
    border-radius: 200px;
    margin-left: 16px;
}

.nav-status a:has(.accessContainer) span {
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 500;
}

.orangeBG .ollieImg {
    bottom: 0;
    width: auto;
    height: 200px;
}

.orangeBG {
    position: relative;
}


#trustPointsCarousel {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}
#trustPointsCarousel ol li::marker {
    display: none;
}

.cartWrap #addEditToggle  ul li::after {
    display: none;
}

.editNotificationPreferences .col-md {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.editNotificationPreferences .btn.d-flex {
    margin-left: auto;
}

#tank_capacity_field {
    box-shadow: none;
    text-align: center;
}

.dropdown-toggle {
    cursor: pointer;
}

.orderDetails div:has(> table) {
    overflow: auto;
}
