<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.active-delivery-location {
    background-color: rgb(202, 238, 198);
}

.active-delivery-location th,
.active-delivery-location td {
    background-color: rgb(202, 238, 198)!important;
}

.ipt.shop {
    border-left: none;
    border-right: none;
    border-radius: 0px;
    width: 35px;
    min-width: 35px;
}

.button.red.shop {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 25px;
    min-width: 25px;
    text-align: center!important;
}

.button.green.shop {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 25px;
    min-width: 25px;
    text-align: center!important;
    padding-left: 0px;
    padding-right: 0px;
}


.shop-basket &gt; form &gt; table &gt; thead &gt; tr &gt; td {
    border-top-left-radius: 3px!important;
    border-top-right-radius: 3px!important;
}

</pre></body></html>