/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Sep 03 2026 | 15:38:41 */
.tml .tml-field-wrap {
    margin-bottom: 1em;
    float: left;
    width: 100%;
}

.upsells.products+.related.products {
    display: none !important
}

.homeDeliveryList {
    width: auto;
}

a.homeDeliverybtn {
    width: auto;
    border: 0;
    margin-left: 12px;
    background: #990000;
    border-radius: 5px;
    color: #fff;
    padding: 5px 12px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.2s;
    z-index: 9
}

a.homeDeliverybtn:hover {
    background: #000
}

.headLeft .social-links {
    display: flex;
    align-items: center;
}

.homeDeliveryBtnMobile {
    display: none !important
}

.cat-item.cat-item-31 {
    display: block !important;
}

@media screen and (max-width:770px) {
    .homeDeliveryBtnMobile {
        display: inline-block !important;
        position: absolute;
        right: 5px;
        top: 26px;
        font-size: 10px !important;
        padding: 3px 6px !important;
        font-weight: 400 !important;
    }

    .homeDeliveryBtnMobile a.homeDeliverybtn {
        font-size: 11px;
        padding: 50px 8px;
        margin-left: 0;
    }

    .headRight {
        display: none
    }
}