<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fadein {
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.TempRetroYellow .subheader {
    width: 100%;
    padding: 15px;
}

.pop-black {
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1111;
}

.pop-model {
    width: 800px;
    background-color: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 70px auto auto;
    padding: 10px;
}

.pop-cart-page {
    max-height: 370px;
    height: 370px;
    overflow-x: hidden;
    overflow-y: auto;
}

.pop-cart-page th {
    background-color: #000;
    padding: 10px;
    font-size: 13px;
    color: #fff;
    text-align: left;
    font-weight: bold;
}

.pop-cart-page td {
    font-size: 13px;
    padding: 5px 10px;
    color: #fff;
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
}

.pop-cart-page .qty {
    width: 30px;
    padding: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    color: #666;
    border: none;
}

.confirm-order {
    margin: 0 !important;
}

.heading-pop {
    font-size: 22px;
    margin: 0;
    padding: 10px;
}

.close-pop {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    text-align: right;
    padding-bottom: 5px;
    cursor: pointer;
}

.close-pop a {
    text-decoration: underline;
    color: #333;
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.clear {
    clear: both;
}

.view-cart-but {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    -moz-border-radius: 3px;
    background: -webkit-linear-gradient(#ffffff, #cccccc); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff, #cccccc); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff, #cccccc); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffffff, #cccccc); /* Standard syntax */
    padding: 2px 10px;
}

.view-cart-del-but {
    margin-bottom: 10px;
}

.view-cart-pop table tr td {
    color: #333 !important;
}

.view-cart-pop table tr td button {
    margin: 0;
}

.view-cart-pop table tr:nth-child(2n+1) {
    background-color: #f2f2f2;
}

.pop-model .form-group {
    margin-bottom: 5px;
}

.pop-model .form-group .form-control {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    color: #333;
    padding: 4px;
}

.form-height {
    height: 380px;
    overflow-x: hidden;
    overflow-y: auto;
    clear: both;
    padding: 0 10px;
}

.form-footer {
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding: 10px;
    margin: 0px -10px -10px;
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

.heading-align {
    text-align: left;
}

.heading-border {
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.form-height .form-group label {
    text-align: left;
}

.ajaxLoader {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 5555555555;
}

.ajaxLoader .loadingInner {
    background: #333 url('https://www.bandvista.com/templates/default/images/loading.gif') no-repeat center center;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    position: absolute;
}

.floating-main {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 5556;
}

.floating-main .items-box {
    background-color: #545454;
    padding: 10px 15px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
}

.floating-main .items-box .icon {
    margin-right: 3px;
    font-size: 16px;
}

.floating-main .items-box .count {
    background-color: #fff;
    border-radius: 50px;
    -moz-border-radius: 50px;
    color: #333;
    padding: 0px 5px;
    margin: 0 0 0 3px;
}

.shopping-cart-main {
    position: absolute;
    top: 50px;
    clear: both;
    width: 400px;
    right: 0;
}

.shopping-cart-main .arrow {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    float: right;
    position: absolute;
    top: -17px;
    right: 60px;
}

.shopping-cart-main .white-back {
    background-color: #fff;
    width: 400px;
    margin-top: -10px;
    height: 400px;
}

.shopping-cart-main.with-stripe .white-back {
    height: 445px;
}

.shopping-cart-main .white-back .heading-main {
    border-bottom: 1px solid #dbdfe1;
    padding: 15px;
    height: 50px;
}

.shopping-cart-main .white-back .heading-main .head {
    font-size: 16px;
    float: left;
    color: #697071;
    line-height: 20px;
}

.shopping-cart-main .white-back .heading-main .amount {
    font-size: 16px;
    float: right;
    color: #697071;
    line-height: 20px;
}

.shopping-cart-main .white-back .items {
    height: 291px;
    overflow-x: hidden;
    overflow-y: auto;
    border-bottom: 1px solid #dbdfe1;
}

.shopping-cart-main .white-back .items .alert {
    margin: 5px;
}

.shopping-cart-main .white-back .items .item-section {
    padding: 10px 0;
    border-bottom: 1px solid #dbdfe1;
    width: 400px;
    float: left;
}

.shopping-cart-main .white-back .items .item-section:last-Child {
    border-bottom: none;
}

.shopping-cart-main .white-back .items .item-section .image {
    width: 100px;
    border: 1px solid #edeeef;
    background-color: #fff;
    float: left;
    margin-left: 15px;
}

.shopping-cart-main .white-back .items .item-section .description {
    width: 195px;
    height: 100px;
    float: left;
    padding-left: 20px;
    font-size: 14px;
    color: #697071;
    text-align: left;
    line-height: 22px;
}

.shopping-cart-main .white-back .items .item-section .action {
    float: right;
    width: 50px;
    font-size: 30px;
    color: #999;
}

.shopping-cart-main .white-back .items .item-section .action span {
    color: #ccc;
    cursor: pointer;
}

.shopping-cart-main .white-back .item-footer {
    padding: 8px 15px;
}

.shopping-cart-main .white-back .item-footer button {
    border-radius: 3px;
    -moz-border-radius: 3px;
    background: -webkit-linear-gradient(#555555, #333333); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#555555, #333333); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#555555, #333333); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#555555, #333333); /* Standard syntax */
    padding: 5px 10px;
    color: #fff;
    border: none;
    font-size: 13px;
}

.shopping-cart-main .white-back .item-footer button#stripe-pay-button {
    margin: auto;
    height: 38px;
    line-height: 38px;
    padding: 0 14px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    color: #fff;
    background: #6772e5;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
    transition: all .15s ease;
    cursor: pointer;
    font-family: Open Sans, Segoe UI, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    width: 100%;
}

.modal-footer .btn-default {
    border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    background: -webkit-linear-gradient(#ffffff, #cccccc) !important; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff, #cccccc) !important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff, #cccccc) !important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffffff, #cccccc) !important; /* Standard syntax */
    padding: 5px 10px !important;
    color: #fff !important;
    border: none !important;
    font-size: 13px !important;
    font-family: arial !important;
    color: #333 !important;
    border: 1px solid #e1e1e1 !important;
    margin: 0 !important;
    min-height: initial !important;
}

.modal-footer .btn-primary {
    border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    background: -webkit-linear-gradient(#555555, #333333) !important; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#555555, #333333) !important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#555555, #333333) !important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(#555555, #333333) !important; /* Standard syntax */
    padding: 5px 10px !important;
    color: #fff !important;
    border: none !important;
    font-size: 13px !important;
    font-family: arial !important;
    border: 1px solid #333 !important;
    margin: 0 0 0 5px !important;
}

.shopping-cart-main .white-back .item-footer button .paypal-logo {
    font-family: Verdana, Tahoma, serif;
    font-weight: bold;
    font-size: 26px;
}

.shopping-cart-main .white-back .item-footer button .paypal-logo i:first-child {
    color: #253b80;
    float: left;
}

.shopping-cart-main .white-back .item-footer button .paypal-logo i:last-child {
    color: #179bd7;
}

.shopping-cart-main .white-back .item-footer button.paypal-button {
    padding: 5px 30px;
    border-radius: 5px;
    background-image: linear-gradient(#fff0a8, #f9b421);
    margin: 0 auto 5px;
    display: block;
    min-width: 138px;
    position: relative;
    width: 100%;
}

.shopping-cart-main .white-back .item-footer button .paypal-button-title {
    font-size: 14px;
    color: #3e3e3e;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    line-height: 1.5em;
    vertical-align: text-bottom;
    font-weight: bold;
}

.shopping-cart-main .white-back .item-footer button.paypal-button .paypal-logo {
    display: inline-block;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    font-size: 20px;
}

#checkoutForm .modal-header .close {
    color: #000 !important;
    font-size: 40px;
}

#innerCart .item-section {
    padding: 10px 20px 10px 0;
}

.coupon-main input[type="text"] {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    -moz-border-radius: 3px;
    width: 65%;
    float: left;
}

.coupon-main input[type="text"].input-error {
    border: 1px solid #f00;
}

.coupon-main input[type="text"]:focus.input-error {
    outline: none;
}

.coupon-main input[type="button"] {
    background-color: #444;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    margin-left: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    padding: 4px 0;
    font-weight: bold;
    width: 30%;
    float: left;
}

.code-pass {
    color: #008000;
    font-size: 11px;
    clear: both;
}

.code-fail {
    color: #FF0000;
    font-size: 12px;
    clear: both;
}

.pop-cart-total .sub-total, .pop-cart-total .total, .pop-cart-total .shipping-cost, .pop-cart-total .tax {
    font-weight: bold;
    color: #333;
    line-height: 25px;
}

.pop-cart-total .sub-total span, .pop-cart-total .total span, .pop-cart-total .shipping-cost span, .pop-cart-total .tax span {
    float: right;
}

.pop-cart-total .discount {
    font-weight: bold;
    color: #697071;
    line-height: 25px;
}

.pop-cart-total .discount span {
    float: right;
}

.label.label-lg {
    padding: .4em 1.2em .6em;
    font-size: 100%;
    display: inline-block;
    margin: 5px auto;
}

#ajaxContainer h4.modal-title, #zoom-image-modal h4.modal-title {
    margin: auto;
}

@media (max-width: 767px) {
    .shopping-cart-main {
        right: 10px;
    }

    .shopping-cart-main .white-back {
        width: 100%;
    }

    .shopping-cart-main .white-back .items .item-section {
        width: 100%;
    }

    .shopping-cart-main .white-back .items .item-section .pop-cart-total {
        clear: both;
        padding-top: 5px;
    }

    .shopping-cart-main .white-back .items .item-section .image {
        width: 15%;
    }

    .shopping-cart-main .white-back .items .item-section .description {
        width: 60%;
    }

    .shopping-cart-main .white-back .items .item-section .action {
        line-height: 10px;
        border: none;
        width: auto;
    }

    .shopping-cart-main .white-back .items .item-section .action i {
        font-size: 20px;
    }
}</pre></body></html>