<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#checkoutsidebar, #mamsidebar, .changeuserdatasidebar, #sdsidebar {
    padding: 10px;
    position: fixed;
    right: 0;
    width: 90%;
    background-color: #fffce0;
    top: 0;
    z-index: 999999;
    height: 100%;
    display: none;
    overflow: scroll;
    max-height: 100%;
    padding-bottom: 30px;
    border-left: solid 4px;
    padding-top: 40px;
}


@media only screen and (min-width: 768px) {
    #checkoutsidebar, #mamsidebar, .changeuserdatasidebar, #sdsidebar {
        width: 75%;
    }
}

@media only screen and (min-width: 1024px) {
    #checkoutsidebar, #mamsidebar, .changeuserdatasidebar, #sdsidebar {
        width: 75%;
    }
}

@media only screen and (min-width: 1280px) {
    #checkoutsidebar, #mamsidebar, .changeuserdatasidebar, #sdsidebar {
        width: 50%;
    }
}

#checkoutoptnew, #loginenterpwd {
    display: none;
}

.checkoutopt {
    margin-bottom: 4rem;
}

.closebuttoncontainer {
    width: 100%;
}

.closebuttoncontainerinner {
    position: absolute;
    top: 0;
    right: 0;
}

.shopconfirm {
    margin-left: -20px;
}

.battmodal {
    width: 80% !important;
    max-width: 100% !important;
}

.resinfo { color:red;}

.specialiseddealerinfotext {
    margin-bottom: 10px;
}

.sdentry {
    margin: 0 15px 15px 15px;
}

#specialiseddealer {
    margin-bottom: 1em;
}

#specdealersearchcontainerinput {
    display: none;
}

.sdselcontainer {
    margin: 15px 15px 15px 0;
}

.specdealersearchcontainer {
    padding-bottom: 10px;
    border-bottom: solid 1px black;
}

.requfld {
    background-color: white !important;
}

.deliverycountrynote {
    color: red;
    font-weight: bold;
    margin-top: 1em;
}

.entrycont &gt; .btn {
    margin-top: 0.5em;
}

#confirminfo, #emailinfo, #pwdinfo {
    font-weight: bold;
}

#invdataincomplete {
    display: none;
    margin: 4px;
    padding: 4px;
}

.crosslinkcont p {
    color: red;
    margin-top: 1em;
}

.best {
    float: none;
    margin-left: 20px;
}

@media (max-width: 768px) {
    .best {
        margin-left: 10px;
    }
}


.red {color: red !important;}
.orange { color: orange !important; }</pre></body></html>