/* 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 h3 {
    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 25px 0 rgba(58, 119, 138, 0.3);
}

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

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



#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 .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%;
    min-height: 65px;
}

#quoteFormContainer input {
    margin: 0;
    padding: 0 0 0px 8px;
    min-height: 55px;
}

#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 20px 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 h2 {
    margin: 0;
    color: #fff !important;
    font-weight: 500;
    text-shadow: 0 0 40px  rgba(170, 101, 0, 0.3);
}

.hiddenfeesDiv h2 b {
    font-weight: 700;
}

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

.homepointsDiv h2 {
    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;
}

.btn-faq {
    text-align: left;
    padding: 0;
}

.FAQ .card {
    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;
}

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

.card-header:has(.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) {

    .logged-out-landing .ollieImage {
        position: absolute;
        top: -38px;
        width: 50%;
    }


    #welcomeBack .accountDetails.ollieImage {
        top: 30px;
        left: 3px;
    }

    #welcomeBack img.editNotificationPreferences.passwordUpdate {
        top: 20px;
        left: 1px;
    }



    #welcomeBack img {
        top: -19px;
    }

    #listOrders img {
        top: -59px
    }

    .reward-card { 
        height: 452px;
    }

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



@media(min-width: 992px) {


    .collapse.navbar-collapse .item-140 {
        display: none;
    }

    #accountAndOrder .item-140 .dropdown-menu {
        left: unset;
        right: -280px;
        top: 65px;
        bottom: unset;
    }

    body:not(.account) .row > div > .cartWrap:last-of-type {
        margin-bottom: 0px;
    }

    .quoteForm2:has(#mainPriceResult) #resultTop {
        width: 60%;
    }


    .quoteForm2.full:has(#mainPriceResult) + div .graphicBackground {
        height: 710px;
    }

    #heatingOilNewsSlider .slick-arrow:has(.fa-arrow-right) {
        right: -25px;
    }

    #heatingOilNewsSlider .slick-arrow:has(.fa-arrow-left) {
        left: -25px;
    }

    .boiler-servicing .col-12.col-md-4 img, .boiler-servicing .col-12.col-md-5 img {
        width: auto;
        max-height: 400px;
    }

    .col-lg-4 {
        padding-right: 20px;
    }

   

   

    #menuIndicator {
        display: none;
    }

    .fuelTypeContainer {
        margin-bottom: 30px;
    }    

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

    .mainDivide {
        width: 60%;
    }

    .subDivide {
        width: 40%;
    }

    .subDivide .btnContainer {
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .nav-status > .container:has(.fa-universal-access) {
        position: relative;
    }

    .nav-status > .container .accessibilitybtn {
        position: absolute;
        right: 12px;
    }

    .cf-one-half + .cf-one-half {
        position: absolute;
        right: 0;
    }
    
    .cf-fields:has(.cf-one-half + .cf-one-half) {
        position: relative;
    }

    .cf-one-half {
        width: 48%;
        display: inline-block;
    }

    #missingPreferencesModal .modal-dialog {
        max-width: unset;
        width: 50vw;
    }

  

    .ollieImage {
        position: absolute;
        width: 50%;
        margin: auto;
        left: 0;
        right: 0;
        top: -26px; 
    }

    #welcomeBack {
        height: 195px;
    }

    #waveOllie {
        width: 50%;
    }

    #basketPanel #userForm {
        position: relative;
    }

    #basketPanel #userForm, #basketPanel #userForm .coupon {
        width: 393px;
    }

    #basketPanel #userForm .btn {
        position: absolute;

        padding: 6.5px 15px;
        height: 100%;
        left: unset;
        right: 0;
        top: 0;
    }
   

    .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: 530px;
    }

    .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: 25%;
    }

    .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-right: 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;
    }

   

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

    .trustPilotDiv {
        position: absolute;
        bottom: 20px;
        right: 26px;
        border-radius: 25px;
        padding: 20px 20px;
        min-width: 325px;
        max-width: 325px;
        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 {

        display: flex;
        justify-content: center;
        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) {


    .dcc .container, .FAQ, footer.container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    #cart-view .row > .col-12 {
        padding: 0;
    }


    .logged-out-landing .ollieImage { 
        display: none;
    }
    .account .tech-description #userForm > .container {
        padding: 0;
    }

    .login main #componentWrapper .container-fluid .container {
        padding: 0;
    }

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


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

   

    .pwShow {
        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;
    }

    .trustPilotDiv > div > div {

    }

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

    .graphicTruck img {
        width: 100%;
    }

   
}

.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) {


    .clearModule {
        padding:  35px 0;
    }

    .aboutProcess .whiteModule > .row {
        margin: 0 -35px;
    }

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

    .makeAccBtn {
   
    margin-left: auto;
}


    #titleSlider .carousel-inner {
        width: 100%;
    }

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

    .quoteCol {
        min-width: 230px !important;
    }

    #result .slick-track label {
        min-width: 228px !important;
    }



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

    .pwShow {
        right: 25px;
        top: 64px;
    }

    .passwordUpdate .pwShow {
        top: 68px;
    }
   
    

    #deskOllie {
        width: 60%;
    }

    #waveOllie {
        position: absolute;
        bottom: -31px;
        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;
    }
    
}

#basketPanel.row {
    margin: 0;
}


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


    #heatingOilNewsSlider .slick-arrow:has(.fa-arrow-right) {
        right: 1px;
    }

    #heatingOilNewsSlider .slick-arrow:has(.fa-arrow-left) {
        left: 1px;
    }

    #loginOrRegisterContent {
        padding-left: 0;
        padding-right: 0;
    }
}

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

    

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

    .coupon + .btn.btn-tertiary {
        position: absolute;
        padding: 6.5px 15px;
        height: 100%;
        left: unset;
        right: 30%;
        top: 0;
    }


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

    .graphicTrustpilotRight img {
    margin: 0;
    }
}
@media (max-width: 1199px) {
    .contact-centre h5 {
        font-size: 18px;
    }
}

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

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

    .graphicTruck img {
        width: 140%;
    }

    .graphicTruck {
        bottom: 70px;
    }


    #heatingOilNewsSlider .slick-arrow:has(.fa-arrow-right) {
        right: 0;
    }

    #heatingOilNewsSlider .slick-arrow:has(.fa-arrow-left) {
        left: 0;
    }

    .boiler-servicing .col-12.col-md-4 img, .boiler-servicing .col-12.col-md-5 img {
        width: 100%;
    }

    .logged-out-landing .ollieImage {
        position: relative;
        width: 100%;
        top: 60px;
    }

    .cardBody {
        height: 250px;
    }

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

    #menuIndicator {
        right: -3px;
        bottom: -28px;
    }

    #waveOllie {
        width: 80%;
    }


    #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: 860px;
    }

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

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

    
}


@media (min-width:576px)  {

    .homePoints {
        position: relative;
        right: 44px;
    }

   

    .ollieRating img.high {
        bottom: -77px;
        left: 27px;
        height: 162%;
    }
    
    .ollieRating img {
        height: 150%;
        position: absolute;
        bottom: -80px;
    }

    #summaryBadges > div {
        box-shadow: 0 0 40px 0 rgba(58, 119, 138, 0.3);
    }

    .whiteModule {
       padding: 35px;
    }

   

  

    .aboutProcess section {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }

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


    .cartWrap .darkGreenBG::before {
        top: -20px;
        right: 20%;
        left: unset !important;
    }
}

.cartWrap .darkGreenBG {
    position: relative;
}

/* .page-item .page-link {
    padding: 0;
} */



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


    .boiler-servicing .col-12.col-md-4 img, .boiler-servicing .col-12.col-md-5 img {
        width: 40%;
    }

    #menuIndicator {
        right: -3px;
        bottom: -8px;
    }

    .graphicBackground {
        height: 770px;
    }

    .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) {

    section > .container {
        padding: 0;
    }

    .logged-out-landing .ollieImage {
        position: relative;
        width: 40%;
        top: 42px;
    }

    #heatingOilNewsSlider .slick-arrow:has(.fa-arrow-right) {
        right: 5px;
    }

    #heatingOilNewsSlider .slick-arrow:has(.fa-arrow-left) {
        left: 5px;
    }

    #titleSlider p {
        padding-left: 12px;
        padding-right: 12px;
    }

    #countyBlogBG {
        padding: 0;
    }

    .col-sm-7.col-11:has( + .ollieRating) {
        z-index: 2;
    }

    .col-sm-7.col-11 + .ollieRating {
        z-index: 1;

    }

    .heating-oil-news #componentWrapper > .container-fluid > .container-xl, #trustpoints > .container {
        padding: 0;
    }

    .ollieRating img {
        width: auto;
        left: unset;
        position: relative;
    }

    .ollieRating img.high {
        right: 74px;
        top: 110px;
        height: 76%;
    }

    .ollieRating img.med, .ollieRating img.low {
        right: 74px;
        top: 121px;
        height: 70%;
    }

   .account #componentWrapper .container-fluid > .container > .row > .col-12 {
        padding: 0;
    }

    #menuIndicator {
        right: -3px;
        bottom: -18px;
    }

    #componentWrapper .container-xl > .row > .col-12 {
        padding-left: 0;
        padding-right: 0;
    }

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

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

    .coupon + .btn.btn-tertiary {
        position: absolute;
        padding: 6.5px 15px;
        height: 100%;
        left: unset;
        right: 0;
        top: 0;
    }

    #basketPanel {
        padding-left: 15px;
        padding-right: 15px;
    }

    #accordionFAQ {
        padding-left: 0;
        padding-right: 0;
    }

    #trustPointCarousel {
        margin-top: 20px;
    }

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


    .whiteModule {
        padding: 20px;
     }

   
 

 

    .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: 30px;
    }

    h1 {
        font-size: 1.7em;
    }

    h2 {
        font-size: 1.5em;
    }

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

    .cartWrap .darkGreenBG::before {
        top: -20px;
        right: 20%;
        left: unset !important;
    }

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

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

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

    .graphicTrustpilotRight img {
        margin: 0;
    }

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

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

  

    .graphicOllieRight {
        height: 100%;
    }

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

    .FAQ .textContainer img {
        width: 40%;
        right: -40px;
        bottom: -195px !important;
    }    

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

    .radioContainer label {
        font-size: 1em;
    }

   /*  .graphicBackground {
        height: 570px;
    } */

    .graphicBackground {
        height: 670px;
    }

   
    .graphicOllieRight {
        bottom: 50px;
    }

    #quoteFormContainer > div {
        width: 80%;
    }

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

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

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

@media (max-width: 767px) {

    .clearModule {
        padding: 20px 0;
     }

    .aboutProcess .whiteModule > .row {
        margin: 0 -20px;
    }
    
    section#item163,
    section#item164,
    section#item165,
    section#item162 {
        padding: 35px 0;
    }

    section#item161 {
        padding: 0 0 35px 0;
    }

    #pricegraph h2, .imgright h2, .FAQ h2, #heatingOilNews h2, .hiddenfeesDiv h2, .homepointsDiv h2 {
        font-size: 1.6em;
    }


    #titleSlider .carousel-inner {
        width: 100%;
        padding: 0 15px;
    }

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

    

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

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

    .cartWrap {
        margin-left: 0;
        margin-right: 0;
    }
  
    #trustPointCarousel {
        margin-top: 20px;
    }

    .home #aboveContent > section > .container, #belowContent > div > .container, footer > .container, .contact-centre .container-xl {
        padding-left: 0;
        padding-right: 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) {

    .dropdown-toggle i.fa-chevron-down {
        display: none;
    }

    #cart-view .cartWrap {
        margin-left: 0;
        margin-right: 0;
    }

    button {
        touch-action: manipulation;
    }

 

    .navbar-nav > li.dropdown::after {
        color: #83b994;
        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;
        transition-duration: 0.3s;
        /* height: 10px; */
        /* width: 10px; */
    }

    .navbar-nav > li.dropdown:has( > ul.show)::after {
        transform: rotate(90deg);
    }

    .pagination:has(> li.page-item) {
        display: grid;
        grid-template-columns: 20% 20% 20% 20% 20%;
        margin: 0;
        width: 100%;
    }

    .stickyFooter {
        bottom: 0;
        display: block;
        visibility: visible;
    }

    .homepointsDiv .ollieContainer {
        margin-top: 8px;
        margin-bottom: 12px;
    }

    #menuIndicator {
        position: absolute;
    }

    .quoteForm2 .fuelTypeContainer {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .quoteForm2 .fuelTypeContainer .radioContainer {
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

    .graphicTrustpilotRight {
        justify-content: space-between;
    }

    #welcomeBack img, #listOrders img {
        display: none;
        visibility: hidden;
        opacity: 0;
    }

    #missingPreferencesModal .modal-dialog {
        max-width: unset;
        width: 85vw;
    }

    .headerWrapper.scalable {
        height: fit-content !important;
    }

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

    .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;
        color: #1f743a !important;
    }


    .orangeBG .ollieImg {
        position: absolute;
        left: 0;
    }

  

    .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%;
    }

  

    #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 {

    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: 25%;
        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, .homepointsDiv .bgImg, .imgright > .row, .FAQ > .container > .row, #trustpoints .container .row,
    #heatingOilNews > .container > div, footer .mainFooter  {
        padding: 30px 15px;
        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;
        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: center;
		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;
}


nav .btn.btn-tertiary.btnCart:hover {
    background-color: #d67f00;
}

nav .btn.btn-tertiary.btnCart {
    background-color: #ff9903;
    color: #fff;
    height: 38px;
}


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



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

    .navbar-nav li.dropdown a.dropdown-toggle,
  .navbar-nav li.menu-330 a,
  .navbar-nav li.menu-417 a,
  .navbar-nav li.menu-331 a {
    padding: 0 15px;
  }

    .openTimes {
        padding: 0;
    }

    .menu-330 {
        display: none;
    }

    #bannerText {
		width: 57vw;
	}


    .logged-out-landing .ollieImage {
        position: absolute;
        top: 20px;
        width: 60%;
    }

    .cardBody {
        height: 328px;
    }

    #welcomeBack .addressPreferences.orderTracking {
        left: -70.6px;
        top: 27px;
    }

    #listOrders .addressPreferences { 
        left: -70.6px;
        top: -33px;
    }

    #welcomeBack img.passwordUpdate {
        top: 27px;
        left: 2px;
    }

    #welcomeBack img.accountDetails { 
        top: 37px;
        left: 4px;
    }

    .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) {

    .navbar-nav li.dropdown a.dropdown-toggle,
  .navbar-nav li.menu-330 a,
  .navbar-nav li.menu-417 a,
  .navbar-nav li.menu-331 a {
    padding: 0 20px;
  }

    #bannerText {
		width: 50vw;
	}

    .cardBody {
        height: 242px;
    }

    .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;
    }

    #welcomeBack .addressPreferences.orderTracking {
        left: -73.6px !important;
        top: 20px;
    }
}

@media (min-width:1200px) AND (max-width: 1399px) {

    .logged-out-landing .ollieImage {
        position: absolute;
        top: -18px;
        width: 60%;
    }

    #welcomeBack .accountDetails.ollieImage {
        top: 35px;
        left: 3px;
    }

    #welcomeBack img {
       top: 24px;
    }

    #listOrders img {
        top: -56px;
    }

    #listOrders .addressPreferences.orderTracking, #welcomeBack .addressPreferences.orderTracking {
        right: 37px !important;
        left: unset;
        bottom: -35px;
    }

    .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 .trust.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;
  }

  .dropdown-toggle:has(+ ul .active) i.fa-chevron-down {
    color: #1f743a;
}

.nav-banner .dropdown-toggle i.fa-chevron-down {
    color: #83b994;
}




.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;
  }

  .slick-arrow {
    z-index: 100;
    color: #313131;
  }

  .homepointsDiv .bgImg {
    /* background-size: cover !important; */
    background-repeat: repeat-y !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 20px 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 {
    font-size: 1.3rem;
    font-weight: bold !important;
}

#deliveryOptions h4 + p {
    line-height: normal;
}

#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: 36px;
}

#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;
}

#summaryBadges .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: 18px;
}

.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::before {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #1f743a;
    content: '';
    position: absolute;
}

.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 !important;
}

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

h1, h2 {
    color: #313131;
}

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

.cartWrap .btn.btn-tertiary:hover {
    background-color: #d67f00;
}

.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: #8d8c8c;
}

.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;
    line-height: normal;
}

#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;
    scale: 1.03;
}


.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;
}

.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;
}



.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: 16px !important;
    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: 40px;
    position: relative;
    margin-top: 43px;
}

.termsContainer {
    display: flex;
    flex-direction: flex-end;
}

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

    background: #cdcdcd;
}

#strengthBar .progress {
    width: 0;
    height: 100%;
}

.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;
}

.pwShow {
    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: 100%;
    position: absolute;
    width: auto;
    bottom: -50px;
    margin-bottom: 0;
}

.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 nav 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;
}

#memberprofile h2 {
    margin-top: 16px;
}

.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_hfdprofile_tanksize {
    text-align: center;
    color: #6f6f6f;
    font-weight: 400;
    height: 33px;
    width: 78px !important;
  }

.btn-minus:has(+ #jform_hfdprofile_tanksize), #jform_hfdprofile_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;
    left: 0;
    right: 0;
    height: auto;
    bottom: unset;
    height: 200px;
    width: 100%;
}





#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: 40px;
}

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;
}

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: fit-content;
    right: 0;
    top: 0;
    height: 40px;
    line-height: normal;
}

#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;
    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: 5px;
    z-index: 9999;
}

#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, body:has(#missingPreferencesModal.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;

}

#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 + span {
    line-height: normal;
    height: fit-content;
}

#accessibilityToolbar button, #accessibilityToolbar button + span {
    margin-left: 12px;
}

#accessibilityToolbar button {
    background-color: #1f743a;
    color: #fff;
    border-radius: 5px;
    min-height: 40px;
    min-width: 40px;
    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: 24px;
    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: 30px;
    width: 30px;
    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;
    content: ' ';
}

.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;
}


#trustPointCarousel:has(.slick-list) {
    position: relative;
    overflow: hidden;
}

#trustPointCarousel:has(.slick-list)::before {
    content: "\00a0";
    height: 120%;
    position: absolute;
    width: 15%;
    right: 0;
    left: unset;
    z-index: 100;
    background: linear-gradient(270deg, rgba(245, 246, 250, 1) 40%, transparent);
    bottom: -25px;
}

#trustPointCarousel:has(.slick-list)::after {
    content: "\00a0";
    height: 120%;
    position: absolute;
    width: 15%;
    left: 0;
    z-index: 100;
    background: linear-gradient(90deg, rgba(245, 246, 250, 1) 40%, transparent);
    bottom: -25px;
}

#trustPointsCarousel .carousel-indicators {
    padding-bottom: 18px;
}

#jform_hfdprofile_tanksize, #fuelQuantity {
    box-shadow: none !important;
}


.navbar-nav li:hover::before {
    display: none;
}

#loginOrRegisterContent .pwShow {
    position: absolute;
    right: 12px;
    bottom: 12px !important;
    top: unset;
}

 #loginOrRegisterContent .passwordUpdate .pwShow {
    position: absolute;
    right: 12px;
    bottom: 2.5px !important;
    top: unset;
 }

 .editNotificationPreferences .btn-plus, .editNotificationPreferences .btn-minus,
 .editNotificationPreferences .fa-plus, .editNotificationPreferences .fa-minus  {
    box-shadow: none;
 }

 .editNotificationPreferences .fa-plus, .editNotificationPreferences .fa-minus  { 
    padding: 0;
    height: fit-content;
    width: fit-content;
}

.editNotificationPreferences div.inputStyle:has( > .btn-minus) {

    display: flex !important;
    align-items: center;
    width: fit-content;
}

.editNotificationPreferences #tank_capacity_field {
    width: 58px;
}

.starBtns i {
    color: #f5f6fa;
    font-size: 44px;
    cursor: pointer;
}

.starBtns i:hover, .starBtns button.hover i, .starBtns button.selected i {
    color: #ffb003;
}

.starBtns button {
    background-color: none;
    background: none;
    border: none;
    padding: 0;
}

.starBtns {
    width: fit-content;
    padding-right: 10px;
}



.ollieRating {
    position: relative;
}

.orderConfirmation #summaryBadgesMobile {
    margin-bottom: 24px;
}

h3:has( + #titleSlider) {
    display: none;
}

#titleSlider .carousel-control-next, #titleSlider .carousel-control-prev {
    opacity: 1;
    width: fit-content;
}

#titleSlider .carousel-control-prev {
    left: 0;
}

#titleSlider .carousel-control-next {
    right: 0;
}



#titleSlider p {
    text-align: center;
}

.nav-status .moduletable  {
    width: 100%;
}

/* this field is hidden because we're using a checkbox to toggle between yes or no like the design */
#newsletter_sign_up_field {
    display: none;
}

button.slick-arrow {
    width: fit-content;
    height: fit-content;
    background-color: #fff;
    opacity: 0.8;
    padding: 0;
    border: none;
    height: 40px;
    width: 40px;
    border-radius: 200px;
}

.slick-arrow:has(.fa-arrow-right) {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
}

#heatingOilNewsSlider .slick-arrow:has(.fa-arrow-right) {
    background-color: #1f743a;
    color: #fff;
    height: 30px;
    width: 30px;
}

#heatingOilNewsSlider .slick-arrow:has(.fa-arrow-left) {
    background-color: #1f743a;
    color: #fff;
    height: 30px;
    width: 30px;
}

.slick-arrow:has(.fa-arrow-left) {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
}

#missingPreferencesModal .modal-dialog {
    top: 200px;
}

#missingPreferencesModal .modal-dialog ul {
    list-style: inside;
}

#missingPreferencesModal ul {
    margin: 0;
}

#panelOne28 .col-md {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#panelOne28 .col-md label {
    margin-right: 16px;
    margin-bottom: 20px;
}

input.inputStyle.qty-margin {
    border-radius: 0 !important;
    border-left: 1px solid #e8e8e8 !important;
    border-right: 1px solid #e8e8e8 !important;
}

.terms-of-service {
    cursor: pointer;
}

form[name="enterCouponCode"] {
    position: relative;
}

.heating-oil-faqs2 #componentWrapper a {
    color: #1f743a;
    text-decoration: underline;
    text-underline-offset: 3px;
}

#toNextReward {
    padding: 4px 8px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    /* bottom: 430px; */
    width: fit-content;
    bottom: 0;
    border-radius: 200px;
    background: orange;
    color: #fff;
}

.single-chart:has(#toNextReward) {
    display: block;
}

.FAQ .textContainer h2 {
    margin-bottom: 26px;
}

#menuIndicator {
    font-size: 0.75em;
}

.orangeBG .mainDivide {
    position: relative;
    z-index: 10;
}

.orangeBG .subDivide {
    position: relative;
    z-index: 11;
}

.modal .fa-times-circle {
    cursor: pointer;
}

.modal-header {
    justify-content: space-between;
}

.modal-header .fa-solid.fa-times-circle {
    font-size: 1.4em;
}

.tankerOptions .cartWrap:has(.radio-checked) {
    border: 1px solid #1f743a;
}

.tankerOptions .cartWrap:has(.radio-checked) .txt::before {
    content: 'Selected';
}

.tankerOptions .cartWrap .txt::before {
    content: 'Select';
}

.tankerOptions .cartWrap {
    border: 1px solid transparent;
}

.strength.weak {
    color: red;
}

.strength.ok {
    color: orange;
}

.strength.good {
    color: #228742;
}

.strength.strong {
    color: #1f743a;
}

.progress.weak {
    background-color: red;
}

.progress.ok {
    background-color: orange;
}

.progress.good {
    background-color: #228742;
}

.progress.strong {
    background-color: #1f743a;
}

#leaveReview .contactUs, #leaveReview .reviewSite {
    display: none;
}



.stickyFooter .btn.btn-tertiary {
    width: fit-content;
    background-color: #ff9903;
    color: #fff;
    text-decoration: none;
}

.stickyFooter {
    max-width: 100vw;
}


html {
    overflow-x: hidden;
}

.slick-list.draggable {
    overflow: hidden !important;
}

#trustPointsCarousel ol li {
    list-style: none;
}

#refillReminder .btn-input {
    justify-content: space-between;
}

.cf-recaptcha-v3-text-badge {
    margin-top: 12px;
}

#titleSlider .carousel-inner {
    height: 50px;
    display: flex;
    align-items: center;
}

.main-Img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#heatingOilNewsSlider .slick-list {
    padding-bottom: 12px;
    padding-top: 12px;
}

.breakdown:has(+ hr) p {
    margin-bottom: 0;
}

#your-rewards .slick-track {
    padding: 0 0 20px 0;
}

.modal-open {
    padding-right: 0 !important;
}

#boilerModal .modal-header {
    align-items: flex-start;
}


#boilerModal .modal-dialog {
    max-width: 630px;
}

.view-shopping-cart #boilerModal .cf-control-group:not([data-name="enquiry_type"]) {
    display: none;
    pointer-events: none;
}

.home  #boilerModal .cf-control-group.col-12.col-md-6 {
    width: 100%;
}

.costContainer div, .includeContainer div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.costContainer div, .includeContainer div {
    border-bottom: 1px solid rgba(111, 111, 111, 0.25);
}

.costContainer, .includeContainer {
    margin-top: 12px;
    margin-bottom: 12px;
}


.costContainer div:first-of-type p, .includeContainer div:first-of-type p {
    margin-top: 0;
}

.costContainer p, .includeContainer p {
    margin: 12px 0 ;
}

#boilershield img {
    width: 60%;
    margin-bottom: 20px;
}

#boilershield h4 {
    margin-top: 20px;
}

#boilershield .whiteModule {
    height: 100%;
}



#boilerServices img {
    height: 60px;
    width: auto;
}

#motServices img {
    height: 200px;
    width: auto;
}

#boilershield .fa-check-circle {
    color: #56a770;
}

.costContainer div p:last-child {
    font-weight: 600;
    color: #1f743a;
}

h2 {
    margin-bottom: 1rem;
}

.services {
    font-weight: 600;
}

#heatingOilNewsSlider {
    padding: 0 20px;
}

.homepointsDiv h4 {
    color: #fff;
}

#updateQuote {
    display: none;
}

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

textarea {
    padding-top: 18px !important;
    padding-left: 18px !important;
}

/* .quoteForm2 {
    color: #fff;
} */

#result:has(#mainPriceResult) p {
    font-weight: 500;
}

.quoteForm:has(#mainPriceResult) #cheapest, .quoteForm:has(#mainPriceResult) #quickest {
    display: none;
}

#ccIcons {
    color: #fff;
}

footer h3 {
    font-size: 1.3em;
}

section#trustpoints {
    padding-top: 40px;
    padding-bottom: 40px;
}

.serviceImg {
    width: 60%;
}

#boilershield .btn-primary {
    width: fit-content;
    margin: auto;
    margin-top: 36px;
}

.status .ollieImg {
    position: absolute;
    bottom: -35px;
    height: fit-content;
    width: 45%;
}

.payCards {
    height: 35.5px;
    margin-left: 5px;
    margin-right: 5px;
    width: fit-content;
}

#incidents .bar {
    width: 5px;
    height: 100%;
}

#incidents .dot {
    height: 36px;
    width: 36px;
    border-radius: 200px;
    position: absolute;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#incidents .dot.green {
    background-color: green;
}

#incidents .dot.red {
    background-color: red;
}

#incidents .dot.amber {
    background-color: orange;
}

#status .green, #incidents .green {
    color: green;
    
}

#status .red, #incidents .red {
    color: red;
}

#status .amber, #incidents .amber {
    color: orange;
}

.barcontainer {
    position: relative;
}

.barcontainer .fa {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}


.showMore {
    height: 48px;
    overflow: hidden;
}

.showMore.expand {
    height: fit-content;
}

.readless {
    display: none;
}

.readless, .readmore {
    background-color: transparent;
    border: none;
    padding: 0;
    margin-top: 12px;
    color: #ffb003;
    text-decoration: underline;
    text-underline-offset: 2px;
}

#result .fa-refresh {
    font-size: 34px;
    color: #fff;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: fit-content;
    height: fit-content;
}

#incidents h2 {
    margin-bottom: 8px;
}

#incidents h2 + p {
    margin-bottom: 0px;
}

#incidents h2 + p + p {
    font-weight: bold;
}

.infoTip {
    width: 350px;
    max-width: 90vw; 
    bottom: 30px;
    top: unset;
    border-radius: 20px;
    box-shadow: 0 0 20px 0 rgba(58, 119, 138, 0.3);
    border: none;
}

.infoTip:hover {
    display: block;
}

footer {
    font-size: 14px;
}

.tankerOptions .fourwheel {
    margin-bottom: 12px;
}

.dropdown {
    list-style: none;
}

.dropdown i.fa-chevron-down {
    font-size: 16px;
}



#accountAndOrder .dropdown-toggle:hover i.fa-chevron-down {
    color: #fff;
}

a.dropdown-toggle {
    pointer-events: all;
    cursor: pointer;
}

.trustPilotDiv  {
    display: none;
}