/** CHAN - CHECKOUT UPDATE */
.woocommerce-info {
    display: block !important;
}

.date-display {
    display: flex;
    width: 100%;
}

.date-display label {
    width: 20%;
    font-weight: bold;
}

.date-display span {
    width: 80%;
    color: black;
}

.date-display span b {
    color: limegreen;
}

table.shop_table.woocommerce-checkout-review-order-table {
    margin-bottom: 20px !important;
}

.woocommerce-checkout footer#main-footer {
    margin-top: 5rem;
}

.variation-add-to-cart .cart button.single_add_to_cart_button {
    padding: 2px 0;
}

.variation-add-to-cart .quantity input.qty {
    padding:  4px 0 0 0;
}

/*.woocommerce a.remove {
    visibility: hidden;
    width: auto !important;
}
*/

/* Custom Width Addon  */

th.add-on.last-column {
    width: 10% !important;
}

.postid-6468 th.add-on.last-column,
.postid-6518 th.add-on.last-column,
.postid-6526 th.add-on.last-column,
.postid-6534 th.add-on.last-column,
.postid-6544 th.add-on.last-column, 
.postid-6562 th.add-on.last-column{
    width: 17% !important;
}

.postid-6459 th.add-on.last-column,
.postid-6664 th.add-on.last-column,
.postid-6668 th.add-on.last-column,
.postid-6672 th.add-on.last-column,
.postid-6676 th.add-on.last-column, 
.postid-6682 th.add-on.last-column,
.postid-6686 th.add-on.last-column,
.postid-6690 th.add-on.last-column,
.postid-7115 th.add-on.last-column{
    width: 20% !important;
}

.postid-6726 th.add-on.last-column,
.postid-6728 th.add-on.last-column,
.postid-6730 th.add-on.last-column{
    width: 20% !important;
}

.postid-7364 tr.variation-titles th,
.postid-6480 tr.variation-titles th {
    width: 8% !important;
}

/*.check-shipping {
    height: auto;
    min-height: 100% !important;
    padding: 10px !important;
    display: flex;
}

.check-shipping-without-login {
    margin-top: 70px;
}

.check-shipping-without-login .free-delivery-message h3 {
    text-align: center;
    font-size: 40px !important;
    white-space: break-spaces;
}

.check-shipping-without-login .free-delivery-message .btn-delivery-message {
    display: flex;
}

.check-shipping-without-login .free-delivery-message .btn-delivery-message input {
    margin: 1px 1px 0 !important;
}

.check-shipping-without-login .free-delivery-message .btn-delivery-message button {
    margin-left: 0px !important;
    padding: 10px !important;
    height: fit-content;
}

.free-delivery-truck {
    width: 40%;
    float: left;
}
.free-delivery-message {
    width: 60%;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.free-delivery-message h3 {
    font-size: 40px !important;
}

.free-delivery-message h2 {
    text-align: center;
    font-size: 45px !important;
}*/

.free-shipping-message {
    text-align: center;
    margin-top: 10px;
}
.free-truck-shipping {
    padding: 10px 10px !important;
}
.free-truck-shipping-cart {
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .free-shipping-message {
        text-align: center;
        margin-top: 0px;
    }
    .free-shipping-message input {
        width: 250px !important;
    }
    .free-truck-shipping {
        display: flex;
        padding: 20px 10px !important;
    }
    .free-truck-logo {
        display: flex;
    }
    .free-truck-logo img {
        width: 80% !important;
    }
}

@media (min-width: 769px) {
    .free-shipping-message {
        text-align: center;
        margin-top: 0;
    }
    .free-shipping-message input {
        width: 250px !important;
    }
    .free-truck-shipping {
        display: flex;
        padding: 20px 10px !important;
    }
    .free-truck-logo {
        display: flex;
    }
    .free-truck-logo img {
        width: 80% !important;
    }
    .free-shipping-page {
        vertical-align: middle !important;
        align-items: center !important;
        align-content: center !important;
    }
    .free-shipping-page img {
        width: 100% !important;
        height: 100px !important;
    }

    .free-truck-shipping-cart {
        float: left;
        width: 49%;
        max-width: 49%;
        margin-bottom: 0;
    }
    .free-truck-shipping-cart .free-truck-flex {
        display: flex;
    }
    .free-truck-shipping-cart .free-shipping-message h2 {
        font-size: 17px !important;
    }
    .free-truck-shipping-cart .free-shipping-message input {
        width: 145px !important;
        max-width: 145px !important;
        margin: 0 !important;
        padding: 0.35rem !important;
    }
    .free-truck-shipping-cart .free-shipping-message button {
        padding: 0.25rem !important;
        margin-left: -4px !important;
    }
    .free-truck-shipping-cart .free-truck-logo img {
        width: 200px !important;
    }
    .free-truck-shipping-cart .free-logined img {
        width: 155px !important;
    }
    .free-shipping h4 {
        font-size: 17px;
    }
    .free-shipping h1 {
        padding: 0 !important;
        font-size: 30px;
        color: #4BB543;
    }
    .almost-free-shipping h4 {
        font-size: 17px;
    }
    .almost-free-shipping h1 {
        padding: 0 !important;
        font-size: 27px;
        color: #FC100D;
    }
    .free-shipping-container-flex {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

p.zip-check-fh {
    height: 30px !important;
}
