.body {
    margin-top: 1.5rem;
}

.page-heading {
    text-align: start;
    font-size: 20px !important;
    background-image: url(https://web.archive.org/web/20250424032240im_/https://static.verticom.com.au/timber-direct/img/common/pd-header.webp) !important;
    padding: 5px;
}

.cart-page-banner {
    margin-bottom: 0;
}

.cart-remove img {
    position: relative !important;
    top: -6px !important;
    left: 2px;
}

.form-increment .button {
    border: none;
    font-size: 10px;
    font-weight: bold;
    margin: auto;
}

.cart-item-info {
    width: auto;
}

.cart-item-title {
    min-width: 0;
    max-width: 225px;
}

.unit-price {
    margin-top: 10px;
}

.cart-item-figure {
    overflow: hidden;
    max-width: 100px;
    width: 100px;
    padding: 5px;
    height: 100px;
}

.cart-totals {
    width: 100%;
    margin-bottom: 10px;
}

.cart-totals-section {
    border-radius: 10px;
    width: 100%;
    max-width: 355px;
    background: #eee;
    margin-top: 10px;
}

.cart-total {
    border-top: none;
}

.cart-total-label {
    width: auto;
    color: #222;
}

.cart-need-help-section p {
    margin: 10px 20px;
}

.cart-total-grandTotal {
    color: #222;
    font-weight: bold;
}

ul li.cart-total {
    font-size: 16px !important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cart-item-block.cart-item-info.cart-item-quantity {
    min-width: 105px;
}

.cart-total-label,
.cart-total-value {
    width: 50%;
    float: left;
    padding: 1.5rem 0 0.5rem 0;
    color: #555963;
}

.cart-total + .cart-total {
    border-top: none;
}

.cart-totals-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

    .cart-totals-wrapper .shipping-estimator,
    .cart-totals-wrapper .coupon-code {
        width: 100%;
        padding: 0.5rem 01.5rem 0.5rem 1.5rem;
    }

        .cart-totals-wrapper .coupon-code form {
            display: flex;
            justify-content: space-between;
        }

.header-banner {
    display: none !important;
}

.cart-actions {
    clear: both;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    width: 100%;
}

.paypalCommerce-buttons-container {
    width: 100% !important;
}

.cart-additionalCheckoutButtons {
    display: flex;
    justify-content: center;
    padding: 0 10px;
    width: 100%;
}

#cart-payment-icons {
    padding: 10px;
    background-color: #313440;
    border-radius: 0 0 10px 10px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.previewCartAction-checkout a {
    line-height: 12px;
}

@media only screen and (max-width: 767px) {
    .cart-item {
        padding: 10px 0;
    }

    .cart-item-title {
        display: table-cell;
        height: 60px;
    }

    .cart-item-figure {
        margin-bottom: 10px;
    }

    .cart-item-label {
        width: 60px;
        text-align: left;
        margin-left: 5px;
    }

    .cart-item-quantity .form-increment {
        margin-left: 18px;
    }
}

@media only screen and (min-width: 680px) {
    .cart-totals-wrapper {
        align-items: flex-end;
    }
}

@media only screen and (min-width: 767px) {
    .page-heading {
        margin: 20px 0;
    }

    .body {
        margin-top: 0;
    }

    .cart-remove img {
        left: -2px;
    }
}

form {
    /* text-align: center; */
    padding-top: 0.5rem;
}


p.or-use-label {
    display: none;
}

.cart-additionalCheckoutButtons .FloatRight div {
    width: 100%;
}

.cart-additionalCheckoutButtons .paypal-buttons.paypal-buttons-context-iframe {
    max-width: 100% !important;
    width: 100% !important;
}

.cart-additionalCheckoutButtons .paypal-button-row.paypal-button-number-1 {
    display: none;
}

[data-content-region='header_bottom'] {
    margin-top: 0px !important;
}

[data-content-region='header_bottom--global'] {
    margin-top: 0px !important;
}

.payment-btn-grp {
    padding-bottom: 10px;
    flex-wrap: wrap;
}

@media only screen and (min-width: 554px) {
    .payment-btn-grp a.button.button--primary {
        width: 100%;
    }

    .cart-additionalCheckoutButtons .payment-btn-grp input[type='image'] {
        width: auto;
    }

    button[data-action='inc'] {
        font-size: 20px;
    }

    .navPages-container .navPages-action {
        font-size: 15px;
    }
}

@media only screen and (min-width: 300px) {

    .payment-btn-grp {
        display: flex;
        margin-top: 0px;
    }

    .cart-need-help-section-body-row {
        display: flex;
        justify-content: space-between;
        margin: 15px 20px;
    }
}

#poaNotice {
    background-color: #F6F6F6;
    border: 1px #3b3b3b solid;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}

    #poaNotice p {
        margin: 0;
    }

table {
    border: none;
}

/*----------------
  Cart Table Header
------------------*/

.cart-header {
    background-color: #fff;
}

table tr:nth-of-type(even), table tr:nth-of-type(odd) {
    background-color: #fff;
}

.cart-header-item:nth-of-type(1) {
    padding-left: 0;
}

/*----------------
  Cart Content/Items
------------------*/

.cart-item-image {
    width: 150px;
    height: 150px;
    border-radius: 5px;
}

.cart-item-title {
    padding-left: 0;
}

.cart-item-name a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.cart-item-quantity .form-increment {
    display: inline-flex;
}

.form-increment input {
    background-color: #fff;
    border: none;
    width: 50px;
    margin: 0;
    font-weight: normal;
}

#decrement-icon, #increment-icon {
    background-color: #F4F4F4;
}

#cart-summary-and-help-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 35%;
    margin-left: auto;
    background-color: #f6f6f6;
    border-radius: 10px 10px 0 0;
}

/*----------------
  Cart Summary Section
------------------*/
.cart-total-container {
    width: 100%;
    background-color: #F6F6F6;
    /* border-radius: 10px;
  margin: 2rem 0; */
}

#order-summary-title {
    text-align: left;
    font-weight: 400;
}

    #order-summary-title h4 {
        padding: 1.5rem 1.5rem 0 1.5rem;
        color: #808080;
        margin: 0;
    }

.cart-total {
    border-bottom: 1px #d5d5d5 solid;
    margin: 0 20px;
}

#gst-section {
    border-bottom: none;
}

#checkout-all-items-btn {
    background-color: #9AB60E;
    color: #fff;
    border: none;
}

#subtotal-value {
    font-weight: 600;
    font-size: 18px;
}

#shipping-value {
    font-size: 14px;
}

#cart-payment-icons-header {
    color: #fff;
    margin: 0 0 0.5rem 0;
    padding: 10px;
}

#payment-icons {
    padding: 10px;
    width: 50%;
    text-align: center;
    margin-left: 5px;
}

    #payment-icons .fa {
        font-size: 25px;
        color: #fff;
    }

/*----------------
  Cart Help Section
------------------*/

.cart-need-help-section {
    width: 35%;
    border-radius: 10px;
    padding-bottom: 0;
    background: #F6F6F6;
    margin-bottom: 25px;
    float: right;
    margin-top: 16px;
}

#cart-need-help-section-header {
    margin: 0;
    padding: 1.5rem 1.5rem 0 1.5rem;
    font-weight: 600;
}

.cart-need-help-section-body-row a {
    text-decoration: none;
    color: #808080 !important;
}

.cart-need-help-section-body-col {
    color: #808080 !important;
}

#cart-actions-wrapper {
    display: inline-flex;
    width: 100%;
    justify-content: center;
}

#checkout-all-items-btn {
    padding: 12px;
}

#qn-cart-to-quote {
    padding: 12px;
    margin-top: 0;
}

#payment-methods-wrapper {
    display: inline-flex;
    width: 100%;
}

#paypalexpress-button-container button {
    background-color: #FFC439;
    width: 200px;
    margin-right: 20px;
    border-radius: 5px;
    padding: 10px;
}

    #paypalexpress-button-container button:hover {
        color: #000;
    }

#cart-actions-sub-wrapper {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
}

.cart-item-info
.cart-item-label,
.cart-total .cart-total-label,
.cart-need-help-section-body,
.cart-actions .button,
#cart-payment-icons-header {
    font-weight: 600;
}

.cart-bottom-section {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 478px) {
    #paypalexpress-button-container button {
        width: 195px !important;
    }

    .cart-bottom-section {
        flex-direction: column;
    }
}

@media screen and (max-width: 550px) {
    .cart-item-figure {
        width: 35%
    }

    .cart-item-image {
        height: 100%;
    }

    .item-price {
        padding-left: 0;
        float: right;
    }

    .cart-item-quantity .form-increment {
        float: right;
    }

    .total-price {
        margin-right: 5px;
    }

    #price-and-close-icon-wrapper {
        text-align: right;
    }

    #paypalexpress-button-container button {
        width: 230px !important;
    }
}


@media screen and (max-width: 767px) {
    .cart-item-figure {
        margin-left: 0;
    }

    .cart-item-title {
        padding-left: 21px;
        max-width: 100%;
        padding-top: 0;
        height: auto;
    }

    .cart-item-info + .cart-item-info {
        margin-top: 0;
    }

    .cart-item-info {
        padding: 0.5rem;
    }

    .item-price {
        padding-left: 1rem;
    }

    .cart-item-quantity .form-increment {
        margin-left: 42px;
        margin-top: -10px;
    }

    .cart-item-name {
        margin: -6px 0 0 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 800px) {
    .cart-item {
        padding-left: 0;
    }

    .cart-item-figure {
        margin-left: 0;
    }

    .cart-item-title {
        padding-left: 21px;
        max-width: 100%;
    }

    .cart-item-info + .cart-item-info {
        margin-top: 0;
    }
}

@media screen and (max-width: 800px) {
    .page-heading {
        margin: 60px 0 20px 0;
    }

    .cart-total-container,
    .cart-need-help-section,
    #cart-summary-and-help-section {
        width: 100%;
    }

    .cart-totals {
        text-align: left;
    }

    .cart-total-value {
        text-align: right;
    }

    .cart-item-block .cart-item-label {
        color: #000;
    }

    #cart-actions-sub-wrapper {
        flex-direction: column-reverse;
    }

    #cart-actions-checkout {
        padding-top: 0;
    }

    #payment-methods-wrapper {
        text-align: center;
    }

    #paypalexpress-button-container button {
        width: 305px;
    }
}

.shipping-estimate-submit, .button.select-shipping-quote {
    background-color: #9ab60e !important;
    border: none;
    float: right;
}

    .shipping-estimate-submit:hover, .button.select-shipping-quote:hover {
        background-color: #9ab60e;
        color: #000;
    }

.button.select-shipping-quote {
    border-radius: 4px;
    color: #fff;
    text-transform: none;
    width: 60%;
}

.coupon-code {
    width: 100%;
}

.coupon-form .form-input {
    margin-top: 0 !important;
}

#payment-icons i {
    padding: 0 7px;
}

@media screen and (max-width: 448px) {
    #payment-icons {
        margin-left: 0;
    }

        #payment-icons i {
            padding: 0 2px;
        }
}

@media screen and (max-width: 368px) {
    #payment-icons .fa {
        font-size: 22px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1041px) {
    #payment-icons {
        padding: 7px;
    }
}

@media only screen and (min-width: 767px) {
    .body {
        min-height: 500px;
    }
}

@media only screen and (max-width: 766px) {
    .body {
        min-height: 150px !important;
    }

    h1.page-heading, #empty-cart-text {
        font-size: 16px !important;
    }
}

@media only screen and (min-width: 767px) and (max-width: 800px) {
    .page-heading {
        margin-top: 20px !important;
    }
}

.coupon-code-add:hover,
.shipping-estimate-show:hover,
.coupon-code-cancel:hover,
.shipping-estimate-hide:hover {
    color: #fff;
}

.coupon-code-add,
.shipping-estimate-show,
.coupon-code-cancel,
.shipping-estimate-hide {
    padding: 2px;
}

.coupon-code .button {
    background-color: #9ab60e;
    border: none;
    border-radius: 4px;
}

    .coupon-code .button:hover {
        color: #000
    }

@media screen and (max-width: 430px) {
    .coupon-form .form-input {
        width: 63%;
        height: 2.2rem !important;
        font-size: 0.9rem;
    }

    .coupon-form .button {
        width: 35%;
    }
}

#cart-actions-checkout {
    padding-left: 0;
}

@media screen and (max-width: 800px) {
    #cart-actions-checkout {
        padding-left: 15px;
    }

    .cart-actions {
        padding: 15px 15px 10px;
    }
}

#checkout-all-items-btn {
    width: 100%;
}

#qn-cart-to-quote {
    width: 100%;
}

.cart-total .form-select {
    padding-right: 1.6rem;
}

.shipping-estimator {
    width: 100%;
}

.estimator-form-row .estimator-form-label {
    display: inline-flex;
}

.estimator-form-input--price {
    width: 20%;
}

.shipping-quote {
    margin-top: 5px !important;
}

#estimator-label input[type=radio] + label {
    margin-right: 0 !important;
}

.estimator-form-input--price label {
    text-align: end;
}

.form-actions input {
    background-color: #98b40c !important;
    border: none !important;
    border-radius: 4px;
}

.modal .modal-close {
    top: 5%;
}

@media screen and (max-width: 550px) {
    .margin-bottom-10 {
        max-width: 100%;
    }

    #CartEditProductFieldsForm .form-field {
        padding-right: 0;
        margin-bottom: 0.5rem;
    }
}

#cart-poa-message-container {
    width: 100%;
    background-color: #e7e7e7;
    line-height: 30px;
    margin: 5px 0 5px 0;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 5px;
}

.poa-message-container {
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    justify-content: flex-start;
}

.icon-container {
    width: 60px;
    height: 25px;
    padding: 5px;
    color: #f04a4a;
}

.message-container > p {
    color: #000;
    margin-bottom: 0 !important;
    margin-left: 5px;
}

.fa-3x {
    font-size: 2.5em !important;
}

/*
     FILE ARCHIVED ON 03:22:40 Apr 24, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:21:56 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: 1.616
  exclusion.robots: 0.051
  exclusion.robots.policy: 0.035
  esindex: 0.027
  cdx.remote: 1343.85
  LoadShardBlock: 944.53 (3)
  PetaboxLoader3.resolve: 976.347 (4)
  PetaboxLoader3.datanode: 455.707 (4)
  load_resource: 589.793
*/