:root {
    --white-color: #ffffff;
    --footer-background: #4b4c4b;
    --footer-copyright: #9ab310;
    --email-text: #6C6C6C;
    --black-color: #000000;
}

#footer {
    margin-bottom: -2.5rem;
    background-color: var(--footer-background);
    font-size: 0.875rem;
}

#footer-container {
    background-color: var(--footer-background);
    color: var( --white-color);
    padding: 3.75rem 1rem 2rem 1rem;
    margin-bottom: 2rem;
}

#inner-container {
    display: flex;
    justify-content: space-between;
}

#inner-container-copyright {
    display: flex;
    justify-content: space-around;
}

#footer-copyright {
    background-color: var(--footer-copyright);
    color: var( --white-color);
    height: 3.75rem;
    padding: 0.56rem
}

#consent-manager-update-banner,
#consent-manager-update-banner a {
    height: 0% !important;
    line-height: 0% !important;
    visibility: hidden !important;
}

#logo-container {
    margin-bottom: 1.75rem;
}

#payment-container {
    display: flex;
    flex-direction: row;
}

#payment-providers-container {
    width: 65%;
    display: flex;
}

#payment-container,
#powered-by,
#poweredby-container {
    margin-top: 1.75rem;
}

#powered-by-container {
    font-size: 1rem;
    height: 1.2rem;
    margin-top: 1rem;
}

#payment-image-container {
    margin-top: 0.75rem;
}

#poweredby-image-container {
    margin-top: 0.75rem;
}

#poweredby-image-container,
#social-container {
    display: flex;
    flex-direction: row;
}

#timberdirect-image {
    width: 80%;
}

#payment-image {
    width: 13.331rem;
    height: 1.803rem;
}

#paypal-image {
    margin-left: 1rem;
    width: 5.25rem;
    height: 1.25rem;
}

#footer .form-prefixPostfix .button {
    padding: 10px;
    color: #000000;
    background: #ffffff;
    width: 4.558rem;
    height: 3.1785714286rem;
    font-size: 15px;
    font-weight: 600;
    margin-left: 0;
    border: none;
}

#footer .form-prefixPostfix .form-input {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    border: none;
}

#poweredby-image {
    width: 8.5rem;
    height: 1.5rem;
}

#vth-image {
    margin-left: 1rem;
    width: 4.063rem;
    height: 2.375rem;
}

#copyright-container,
#social-container {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--black-color);
    font-weight: bold;
    font-size: 1rem;
}

#copyright-container {
    width: 75%;
}

#social-container {
    width: 25%;
}

/*classes*/
.footer-table {
    display: block;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
}

.footer-col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.footer-col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.footer-label-address {
    font-size: 1rem;
    font-weight: bold;
    text-align: right;
    width: 3.75rem;
}

.footer-label {
    font-size: 1rem;
    font-weight: bold;
}

.footer-info {
    font-size: 0.875rem;
    margin-left: 0.75rem;
    word-wrap: break-word;
}

    .footer-info:before,
    .footer-info:after {
        display: table-cell;
    }

.footer-sub-header {
    font-size: 1.35rem;
    margin-bottom: 1.397rem;
}

.footer-link {
    list-style: none;
    margin-left: -.45rem;
}

.footer-link li {
    text-align: left;
    margin: 0.625rem;
}

.footer-link a {
    display: block;
    text-decoration: none;
    color: var( --white-color);
}

#subscription-form {
    margin-bottom: 0;
}

#subscription-form-field {
    margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {

    
    #container-address,
    #container-popular-category,
    #container-quick-links,
    #container-subscription {
        width: 25%;
    }

    .footer-label-address {
        font-size: 1rem;
        font-weight: bold;
        text-align: right;
    }
}

@media screen and (min-width: 768px) and (max-width: 1920px) {
    #container-address,
    #container-subscription {
        width: 25%;
    }

    #container-popular-category,
    #container-quick-links {
        width: 20%;
    }

    #timberdirect-image {
        width: 80%;
    }

    .footer-label-address {
        font-size: 1rem;
        font-weight: bold;
        text-align: right;
        width: 27%;
        margin-right: 10px;
    }

    .footer-label {
        font-size: 1rem;
        font-weight: bold;
    }

    .footer-info {
        font-size: 0.875rem;
        margin-left: 0;
        word-wrap: break-word;
        width: 70%;
    }

    .footer-sub-header {
        font-size: 1.35rem;
        margin-bottom: .5rem;
    }

    .footer-link {
        list-style: none;
        margin-left: -.10rem;
    }

        .footer-link li {
            text-align: left;
            margin: 0.5rem;
        }

        .footer-link a {
            display: block;
            text-decoration: none;
            color: var( --white-color);
        }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .footer-label-address {
        text-align: left;
    }
    #payment-providers-container {
        width: 100%;
    }
}

@media screen and (min-width:320px) and (max-width:767px) {

    #logo-container {
        padding: .5rem;
        display: block;
        text-align: center;
    }

    #timberdirect-image {
        width: 95%;
    }

    #inner-container {
        display: block;
        justify-content: center;
    }

    #powered-by-container {
        font-size: 1rem;
        height: 1.2rem;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }

    #inner-container-copyright {
        display: block;
        justify-content: center;
    }

    #footer-copyright {
        background-color: var(--footer-copyright);
        color: var( --black-color);
        height: auto;
        padding: 0.56rem
    }

    #copyright-container {
        width: 100%;
    }

    #social-container {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: start;
    }

    .footer-sub-header {
        font-size: 1.35rem;
        margin-bottom: .5rem;
    }

    .footer-link {
        list-style: none;
        margin-left: -.10rem;
    }

        .footer-link li {
            text-align: left;
            margin: 0.25rem;
        }

        .footer-link a {
            display: block;
            text-decoration: none;
            color: var( --white-color);
        }

    .footer-label-address {
        font-size: 1rem;
        font-weight: bold;
        text-align: left;
        width: 5rem;
    }

    .footer-row {
        display: block;
        margin-bottom: 2em;
    }

    .footer-info {
        font-size: 1rem;
        margin-left: 0.75rem;
        word-wrap: break-word;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #footer .form-prefixPostfix .form-input {
        font-size: 10px;
        font-weight:900;
    }
    .footer-label-address, .footer-info {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    #footer .form-prefixPostfix .button {
        margin-top: 0;
        width: 4rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1260px) {
    #footer .form-prefixPostfix .button {
        margin-top: 0;
    }
}

#visa {
    width: 100%;
    background: url('https://web.archive.org/web/20250317153556im_/https://static.verticom.com.au/timber-direct/img/TD_CSSSprite_v2.webp') 1193px 124px;
    background-size: 400px;
    max-width: 40px;
    height: 25px;
    margin: 0 1px;
}
#master-card {
    width: 100%;
    background: url('https://web.archive.org/web/20250317153556im_/https://static.verticom.com.au/timber-direct/img/TD_CSSSprite_v2.webp') 1142px 124px;
    background-size: 400px;
    max-width: 40px;
    height: 25px;
    margin: 0 1px;
}
#amex {
    width: 100%;
    background: url('https://web.archive.org/web/20250317153556im_/https://static.verticom.com.au/timber-direct/img/TD_CSSSprite_v2.webp') 1090px 124px;
    background-size: 400px;
    max-width: 40px;
    height: 25px;
    margin: 0 1px;
} 
#discover {
    width: 100%;
    background: url('https://web.archive.org/web/20250317153556im_/https://static.verticom.com.au/timber-direct/img/TD_CSSSprite_v2.webp') 1038px 124px;
    background-size: 400px;
    max-width: 40px;
    height: 25px;
    margin: 0 1px;
}
#facebook {
    width: 100%;
    background: url('https://web.archive.org/web/20250317153556im_/https://static.verticom.com.au/timber-direct/img/TD_CSSSprite_v2.webp') 401px 91px;
    background-size: 280px;
    max-width: 28px;
    height: 28px;
    margin: 0 5px;
}
#instagram {
    width: 100%;
    background: url('https://web.archive.org/web/20250317153556im_/https://static.verticom.com.au/timber-direct/img/TD_CSSSprite_v2.webp') 375px 91px;
    background-size: 280px;
    max-width: 28px;
    height: 28px;
    margin: 0 5px;
}
#verticom {
    width: 100%;
    background: url('https://web.archive.org/web/20250317153556im_/https://static.verticom.com.au/timber-direct/img/TD_CSSSprite_v2.webp') 722px -188px;
    background-size: 180px;
    max-width: 100px;
    height: 28px;
    margin: 0 5px;
}
#vth {
    width: 100%;
    background: url('https://web.archive.org/web/20250317153556im_/https://static.verticom.com.au/timber-direct/img/TD_CSSSprite_v2.webp') 625px -135px;
    background-size: 180px;
    max-width: 60px;
    height: 28px;
    margin: 0 5px;
}
#timberdirect-white {
    width: 100%;
    background: url('https://web.archive.org/web/20250317153556im_/https://static.verticom.com.au/timber-direct/img/TD_CSSSprite_v2.webp') 123vw 157vw;
    background-size: 41vw;
    max-width: 20vw;
    height: 5vw;
    margin: 0 1px;
}
#timberdirect-dark {
    width: 100%;
    background: url('https://web.archive.org/web/20250317153556im_/https://static.verticom.com.au/timber-direct/img/TD_CSSSprite_v2.webp') 210vw 156vw;
    background-size: 35vw;
    max-width: 20vw;
    height: 5vw;
    margin: 0 1px;
}

@media(min-width: 1550px) {
    #timberdirect-white {
        background: url('https://web.archive.org/web/20250317153556im_/https://static.verticom.com.au/timber-direct/img/TD_CSSSprite_v2.webp') 7px 465px;
        background-size: 600px;
        max-width: 400px;
        height: 80px;
    }
}
@media(max-width: 767px) {
    #timberdirect-white {
        background: url('https://web.archive.org/web/20250317153556im_/https://static.verticom.com.au/timber-direct/img/TD_CSSSprite_v2.webp') 124vw 177vw;
        background-size: 115vw;
        max-width: 70vw;
        height: 15vw;
    }
}
.footer-link a:hover {
    color: #9ab310
}

.clickable-email-footer, .clickable-phone-footer {
    text-decoration: none;
    color: #fff;
}

.clickable-email-footer:hover, .clickable-phone-footer:hover {
    color: #a7a7a7 !important
}
/*
     FILE ARCHIVED ON 15:35:56 Mar 17, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:27:43 Jul 30, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.808
  exclusion.robots: 0.058
  exclusion.robots.policy: 0.042
  esindex: 0.017
  cdx.remote: 217.908
  LoadShardBlock: 90.135 (3)
  PetaboxLoader3.datanode: 101.751 (4)
  load_resource: 17.461
*/