<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    min-height: 100%;
    height: 100%;
}

#page {
    min-height: 100%;
    height: auto;
    margin: 0 auto -230px;
    padding: 0 0 230px;  /* Footer Height */
}

footer {
}

#footer {
    height: 100%;
    margin-bottom: 0px;
}

.message {
    background-size: 40px 40px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    width: 100%;
    border: 1px solid;
    color: #fff;
    padding: 15px;
    position: fixed;
    _position: absolute;
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    animation: animate-bg 5s linear infinite;
    z-index: 999;
    display: none;
}

    .message h3 {
        margin: 0 0 5px 0;
    }

    .message p {
        margin: 0;
    }

.info {
    background-color: #4ea5cd;
    border-color: #3b8eb5;
}

.error {
    background-color: #de4343;
    border-color: #c43d3d;
}

.warning {
    background-color: #eaaf51;
    border-color: #d99a36;
}

.success {
    background-color: #61b832;
    border-color: #55a12c;
}

.group-icon {
    width: 28px;
    height: 28px;
}


@keyframes animate-bg {
    from {
        background-position: 0 0;
    }
    to {
       background-position: -80px 0;
    }
}

#logo {
}

    #logo img {
        height: 80px;
        padding: 2px;
    }

#banner {
     float: right;
  /* display: none;*/
}

    #banner img {
        width: 100%;
    }

.search-bar {
    margin-top: 10px;
    padding-bottom:10px;
}

.widget-contact {
    padding-right: 10px;
    padding-left: 10px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #logo img {
        height: 120px;
        /*position: absolute;
        z-index: 100;*/
    }

    #banner {
        display: block;
    }

        #banner img {
            height: 145px;
            width: auto;
        }

    .search-bar {
        margin-top: 10px;
        padding-bottom: 10px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #logo img {
        height: 145px;
        /*position: absolute;
        z-index: 100;*/
    }

    #banner {
        display: block;
    }

        #banner img {
            height: 145px;
        }

    .search-bar {
        margin-top: 5px;
        padding-bottom: 0px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #logo img {
        height: 145px;
        /*position: absolute;
        z-index: 100;*/
    }

    #banner {
        display: block;
    }

        #banner img {
            height: 145px;
        }

    .search-bar {
        margin-top: 5px;
        padding-bottom: 0px;
    }
}


#map {
    height: 435px;
}

#nav-my-account {
}

.option-title {
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 3px;
    font-size: 16px;
}

.orderlist-row {
    border-bottom: 1px solid white;
    padding-top: 10px;
}

#orderlist-total-price {
    font-size: xx-large;
}



/****************** my-order-summary ****************/

#my-order-summary {
}
    #my-order-summary .panel-body {
        padding-top: 0px !important;
    }

    #my-order-summary .item-row {
        min-height: 45px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        padding-top: 5px;
    }
        #my-order-summary .item-row:hover {
        }

    #my-order-summary .row-item-quantity {
        float: left;
        width: 70px;
        padding-left: 15px;
    }

    #my-order-summary .row-item-quantity-readonly {
        float: left;
        width: 40px;
        padding-left: 15px;
        padding-top: 8px;
    }

    #my-order-summary .row-item-title {
        float: left;
        width: calc(100% - 170px);
        width: -o-calc(100% - 170px);
        width: -webkit-calc(100% - 170px);
        width: -moz-calc(100% - 170px);
        padding-top: 8px;
        font-weight: bold;
    }

    #my-order-summary .row-item-price {
        float: left;
        width: 60px;
        text-align: right;
        padding-top: 8px;
        padding-right: 8px;
    }

    #my-order-summary .row-item-delete {
        float: left;
        width: 40px;
        padding-top: 2px;
        padding-right: 8px;
    }

    /********* PROMOTION ROW **********/

    #my-order-summary .prom-row {
        height: 32px;
    }

    #my-order-summary .prom-row-icon {
        float: left;
        width: 70px;
        padding-right: 8px;
        padding-top: 8px;
        text-align: right;
    }

    #my-order-summary .prom-row-icon-readonly {
        float: left;
        width: 40px;
        padding-right: 8px;
        padding-top: 8px;
        text-align: right;
    }

     #my-order-summary .prom-row-item-title {
        float: left;
        width: calc(100% - 170px);
        width: -o-calc(100% - 170px);
        width: -webkit-calc(100% - 170px);
        width: -moz-calc(100% - 170px);
        padding-top: 8px;
        font-weight: bold;
    }

    #my-order-summary .prom-row-item-price {
        float: left;
        width: 60px;
        text-align: right;
        padding-top: 8px;
        padding-right: 8px;
    }

    
    /********* TOTAL ROW **********/

    #my-order-summary .total-row {
        border-top-color: rgb(101, 98, 98);
        border-top-width: 1px;
        border-top-style: solid;
    }


    #my-order-summary .total-price {
        font-size: xx-large;
    }

    #my-order-summary .row-item-option {
        float: left;
        width: 100%;
        padding-left: 50px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .row-item-promotion {
        float: left;
        text-align: right;
        width: 100%;
        padding-right: 50px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
</pre></body></html>