<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ShippingAddress2 {
    font-size: 14px;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    margin-bottom: 10px;
}

.PackingSlipHeading2 {
    font-size: 18px;
    font-family: Arial, Sans-Serif;
    margin-bottom: 18px;
}

#LayoutColumn1 &gt; div.txtR &gt; a.btn {
    background-color: #6aa84f;
}

.CheckoutButton a.btn {
    background-color: #6aa84f;
}

#CreateAccountButton, .billingButton, .shippingButton, #CheckoutStepShippingProvider &gt; div.ExpressCheckoutContent &gt; form &gt; input, #bottom_payment_button, #ForgotPasswordForm input.btn {
    background-color: #6aa84f;
}

#someone-purchased.customized{
    text-align: left;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: none;
    bottom: 80px;
    left: 20px;
    top: auto !important;
    right: auto !important;
    padding: 5px;
    position: fixed;
    max-width: 400px;
    z-index: 99999;
}
#someone-purchased.customized img{
    cursor: pointer;
    float: left;
    width: 50px;
}
#someone-purchased.customized p{
    color: #333;
    float: left;
    font-size: 13px;
    margin: 0 0 0 10px;
    width: 230px;44
}
#someone-purchased.customized p a{
  color:#40a1c9;
}
#someone-purchased.customized p small{
  display:block;
  font-size:11px;
}

/* CSS for head bar */

.bannerPic {
    display: block;
    margin: auto;
}

.headbar1, .headbar2, .headbar3, .headbar4 {
    min-width: 245px;
    width:25%;
    float:left;
}

@media only screen and (max-width: 1108px) {

    .headbar3 {
        display: none;
    }
    .headbar1, .headbar2, .headbar4 {
        width: 33%;
    }

}

@media only screen and (max-width: 836px) {

    .headbar2, .headbar3 {
        display: none;
    }
    .headbar1, .headbar4 {
        width: 50%;
    }

}

@media only screen and (max-width: 564px) {

    .headbar1, .headbar2, .headbar3, .headbar4 {
        display: none;
    }

}

#ProductDetails a {
    color: rgb(106, 168, 79);
}

div.Block.BlockContent.banner_category_page_top a {
    color: rgb(106, 168, 79);
}

div.Block.BlockContent a {
    color: rgb(106, 168, 79);
}

div.e-content.BlockContent a {
    color: rgb(106, 168, 79);
}

#CategoryHeading a {
    color: rgb(106, 168, 79);
}

.SubCategoryListGrid .side-menu img{
    display: none;
}

.SubCategoryListGrid ul li {
    text-align:left;
}</pre></body></html>