<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * stylesheet for flashbay shopping cart
 */
.wrapper {
  position: static;
}
html {
  background: #fff;
}
.bs-style .btn-success {
  background-color: #00b67a;
  border-color: #00b67a;
}
.bs-style .btn-success:active,
.bs-style .btn-success:focus,
.bs-style .btn-success:hover {
  background-color: #00a96d;
  border-color: #00a96d;
}

/**
 * flashbay nav steps
 */
.fb-nav-steps &gt; li &gt; a {
  padding: 25px 0 !important;
  background: #eee !important;
  color: #bdc2c5 !important;
}
.fb-nav-steps &gt; li &gt; a:before {
  margin-right: 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #bdc2c5;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
}
.fb-nav-steps &gt; li.active &gt; a {
  color: #00b67a !important;
}
.fb-nav-steps &gt; li.active &gt; a:before {
  background: #00b67a;
  color: #fff;
}
.fb-nav-steps &gt; li:nth-child(1) &gt; a:before {
  content: '1';
}
.fb-nav-steps &gt; li:nth-child(2) &gt; a:before {
  content: '2';
}
.fb-nav-steps &gt; li:nth-child(3) &gt; a:before {
  content: '3';
}

/**
 * reset bootstrap
 */
.bs-style .modal {
  z-index: 2050;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.fb-cart-panel .form-control,
.fb-cart-checkout .panel .form-control {
  max-width: 300px !important;
  height: 34px !important;
  background-color: white !important;
}
.nav-tabs.nav-justified &gt; li &gt; a {
  background: #eee;
  border-radius: 0 !important;
  border: none !important;
}
.nav-tabs.nav-justified &gt; .active &gt; a {
  background: #fff;
}
.bs-style .form-group input[type='checkbox'] {
  margin: 0;
  height: 34px;
  margin-left: -20px;
}

/* error message */
/* .fb-empty-field,
.form-group .fb-empty-field, */
.fb-brand-option-block .fb-empty-field,
input.fb-empty-field,
select.fb-empty-field,
textarea.fb-empty-field,
.fb-brand-now .fb-empty-field,
.fake-select-block.fb-empty-field .form-control {
  border: 1px solid #a32035 !important;
}
.fake-select-block.fb-empty-field {
  border: none;
}

.text-red {
  color: #a32035;
}
.popover {
  width: 240px;
}

/**
 * fb-cart
 */
.fb-cart {
  padding-bottom: 40px;
}

/**
 * cart panel
 */
.fb-cart-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.fb-cart-panel .form-group {
  margin-bottom: 10px;
}
.fb-cart-panel .fb-cart-block {
  width: 310px;
  height: 100%;
  background: #fff;
  box-shadow: -3px 0 20px rgba(0, 0, 0, 0.1);
}
.fb-cart-panel .fb-cart-body .tab-content {
  overflow: auto;
}
@media (max-width: 1600px) {
  .fb-cart-panel .form-control {
    height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
  }
  .fb-cart-head .fb-cart-title {
    font-size: 16px;
  }
}
@media (min-width: 1221px) and (min-height: 800px) {
  .fb-cart-panel .fb-cart-block {
    width: 400px;
  }
  .fb-cart-panel .form-group-icon .fb-cart-field-tail {
    left: 310px;
    right: auto;
  }
}
@media (max-width: 768px) {
  .fb-cart-panel {
    display: none;
  }
}

/**
 * fb-cart-block
 */
.fb-cart-block .fb-cart-head {
  height: 70px;
  background: #00b67a;
  color: #fff;
  padding: 15px;
  text-align: center;
}
.fb-cart-block .fb-cart-head .fb-cart-title {
  font-size: 20px;
  font-weight: 700;
  margin-left: -20px;
}
.fb-cart-block .fb-cart-head .fb-cart-title img {
  display: inline-block;
}
.fb-cart-block .fb-cart-head .fb-close-icon {
  position: absolute;
  right: 10px;
  top: 6px;
  cursor: pointer;
}
.fb-cart-block .fb-cart-head .fb-close-icon .fa {
  color: #fff;
  opacity: 0.7;
  font-size: 22px;
}
.fb-cart-block .fb-cart-head .fb-close-icon .fa:hover {
  text-decoration: none;
  opacity: 1;
}
.fb-cart-block .fb-cart-body .nav-pills {
  padding: 15px;
  border-bottom: 1px solid #e2e2e2;
  text-align: center;
}
.fb-cart-block .fb-cart-body .nav-pills &gt; li {
  float: none;
  display: inline-block;
  margin: 0 10px;
}
.fb-cart-block .fb-cart-body .tab-content {
  padding: 15px;
  min-height: 350px;
}
.fb-cart-block .fb-cart-body .fb-item-subtotal {
  margin-bottom: 0;
}
.fb-cart-block .fb-cart-body .fb-item-subtotal .fb-subtotal,
.fb-cart-body .fb-item-subtotal .fb-subtotal-vat,
.fb-cart-body [for='item-subtotal'] {
  font-size: 18px;
  font-weight: 700;
}
.fb-cart-block .fb-cart-body .fb-item-subtotal .fb-no-vat-tip,
.fb-cart-body .fb-item-subtotal .fb-vat-tip {
  font-size: 14px;
  font-weight: 700;
}
.fb-cart-block .fb-cart-foot {
  position: relative;
  padding: 15px;
  background: #fff;
  border-top: 1px solid #e2e2e2;
}
.fb-cart-block .fb-brand-group .fb-brand-title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
}
.fb-cart-block .fb-brand-group .fb-brand-option-list label {
  font-weight: 400;
  cursor: pointer;
}
.fb-cart-block .fb-brand-group .fb-brand-group-body {
  padding: 10px;
  background: #eee;
  border-radius: 2px;
}
.fb-cart-block .fb-brand-group .fb-brand-group-body .fb-brand-history {
    margin: -10px;
    height: 20px;
    background: #FFF;
}
/**
 * fake select
 */
.fake-select-block {
  position: relative; /*max-width:300px;*/
  border-radius: 4px;
}
.fake-select-block .fake-select-value-block {
  position: relative;
}
.fake-select-block .fake-select-value-block .fa.fa-sort {
  position: absolute;
  top: 11px;
  right: 4px;
  color: #555;
  font-size: 12px;
}
.fake-select-block .fake-select-value {
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
}
.fake-select-block .fake-select-options {
  display: block;
  position: absolute;
  min-width: 100%;
  border: 1px solid #4d90fe;
  background-color: #fff;
  z-index: 1000;
}
.fake-select-block .fake-select-options .fake-select-option .fake-select-option-preview-img {
  border: 1px solid #e2e2e2;
  width: 200px;
  position: absolute;
  left: -200px;
  background-color: #fff;
  bottom: 0;
  padding: 5px;
  text-align: center;
}
.fake-select-block .fake-select-options .fake-select-option .fake-select-option-preview-img .fb-preview-img {
  min-height: 100px;
}
.fb-cart-body .fake-option-hover-container img,
.fake-select-block .fake-select-options .fake-select-option .fake-select-option-preview-img img {
  width: 100%;
  height: auto;
}
.fake-select-block .fake-select-options .fake-select-option .fake-select-option-value {
  padding: 0px 10px;
  white-space: nowrap; /*overflow:hidden;*/
  line-height: 35px;
}
.fake-select-block .fake-select-options .fake-select-option .fake-select-option-value &gt; img {
  width: 35px;
  height: auto;
  max-width: 35px;
  max-height: 35px;
  overflow: hidden;
  margin-right: 5px;
  vertical-align: middle;
}
.fake-select-block .fake-select-options .fake-select-option .fake-select-option-value:hover,
.fake-select-options .fake-select-option.active {
  color: #fff;
  background-color: #3d81f6;
}
.fake-select-block .fb-preview-details {
  padding: 10px;
}
.fake-select-block .fb-preview-details .fb-preview-detail-item {
  overflow-x: auto;
}
.fake-select-block .fb-preview-details .fb-preview-prefix {
  font-weight: 600;
}
@media (max-width: 1600px) {
  .fake-select-block .fake-select-value-block .fa.fa-sort {
    top: 9px;
  }
  .fake-select-block .fake-select-options {
    font-size: 12px;
  }
}
.fake-select-options .fake-select-option {
  position: relative;
}
/*.fake-select-block[name="container"] .fake-select-options .fake-select-option .fake-select-option-value,
.fake-select-block[name="neckstrap"] .fake-select-options .fake-select-option .fake-select-option-value{padding-left:55px;}*/
/*.fake-select-block[name="container"] .fake-select-options .fake-select-option .fake-select-option-value&gt;img,
.fake-select-block[name="neckstrap"] .fake-select-options .fake-select-option .fake-select-option-value&gt;img{position:absolute;left:5px;z-index:-1;}*/
/*.fake-select-block[name="container"] .fake-select-options .fake-select-option .fake-select-option-value:hover&gt;img,
.fake-select-block[name="neckstrap"] .fake-select-options .fake-select-option .fake-select-option-value:hover&gt;img{z-index:1;}*/

/**
 * fb cart step nav
 */
.fb-cart-nav {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
  display: table;
  width: 100%;
}
.fb-cart-nav .fb-cart-step {
  padding: 15px 50px;
  text-transform: capitalize;
  opacity: 0.7;
}
.fb-cart-nav .fb-cart-step,
.fb-cart-nav .fb-cart-step .fb-cart-step-index,
.fb-cart-nav .fb-cart-step .fb-cart-step-txt {
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
}
.fb-cart-nav .fb-cart-step-index {
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 100%;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  text-align: center;
}
.fb-cart-nav .fb-cart-step-index .fa {
  color: #fff;
}
.fb-cart-nav .fb-cart-step-active {
  opacity: 1;
}
.fb-cart-nav .fb-cart-step-active .fb-cart-step-index,
.fb-cart-nav .fb-cart-step-done .fb-cart-step-index {
  background-color: #00b67a;
}
.fb-cart-nav .fb-cart-step-active .fb-cart-step-txt,
.fb-cart-nav .fb-cart-step-done .fb-cart-step-txt {
  color: #00b67a;
}
.fb-cart-nav .fb-cart-step-inactive .fb-cart-step-index {
  background-color: #9ba0a2;
}
.fb-cart-nav .fb-cart-step-inactive .fb-cart-step-txt {
  color: #bdc2c5;
}
@media (max-width: 1023px) {
  .fb-cart-nav .fb-cart-step {
    width: 33%;
    padding: 0;
  }
  .fb-cart-nav .fb-cart-step .fb-cart-step-index {
    display: block;
    margin: 0 auto;
  }
}

/* price table */
.price-table {
  position: absolute;
  left: -200%;
  width: 301%;
  background-color: #fff;
  z-index: 1;
  min-width: 100%;
  border: 1px solid #e2e2e2;
  padding: 15px;
  text-align: center;
  cursor: default;
}
.price-table table {
  width: 100%;
  font-size: 12px;
  text-align: center;
}
.price-table table th {
  text-align: center;
}
.price-table table .active-head {
  background-color: #e3fec0;
}
.price-table table .active-neighbor {
  background-color: #f6fde7;
}
.price-table table .active-cell {
  background-color: #b3e842;
}

/* cart list */
.fb-cart-list {
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  text-align: center;
}
.fb-cart-list .table {
  margin-bottom: 0;
}
.fb-cart-list .table td,
.fb-cart-list .table th {
  padding: 15px;
  text-align: center;
}
.fb-cart-list .table th {
  border-width: 1px;
  white-space: nowrap;
}
.fb-cart-list .table th:nth-child(2) {
  text-align: left;
}
.fb-cart-list .fb-cart-item-row td {
  border: none !important;
  vertical-align: middle !important;
}
.fb-cart-list .fb-cart-item-row td:first-child {
  width: 1%;
}
.fb-cart-list .fb-cart-item-row td:nth-child(2) {
  text-align: left;
}
.fb-cart-list .fb-cart-item-row .fa {
  font-size: 50px;
}
.fb-cart-list .fb-cart-item-row .fb-item-detail-prefix .fb-thumbnail {
  width: 80px;
  height: auto;
}
.fb-cart-list .fb-cart-item-row .fb-item-detail-prefix .fb-main-thumbnail {
  width: 120px;
  height: 120px;
}
.fb-cart-list .fb-cart-item-row .fb-item-detail-prefix .fb-preview {
  display: none;
}
.fb-cart-list .fb-cart-item-row .fb-item-title {
  font-weight: 700;
}
.fb-cart-list .fb-cart-item-row .fb-cart-item-desc .fa {
  font-size: 14px;
  color: #ccc;
}
.fb-cart-list .fb-cart-item-row .fb-cart-item-desc .tooltip .tooltip-inner {
  text-align: left;
  background-color: #fff;
  color: #000;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
}
.fb-cart-list .fb-cart-item-row .fb-cart-item-desc .tooltip .tooltip-arrow {
  border-top-color: #ccc;
}
.fb-cart-list .fb-cart-item-row .fb-item-branding-details {
  font-size: 12px;
}
.fb-cart-list .fb-cart-main-item {
  border-top: 1px solid #e2e2e2;
}
.fb-cart-list .fb-cart-main-item td:first-child {
  padding-left: inherit;
}
.fb-cart-list .fb-item-btn-list {
  background: #f5f5f5;
  border-top: 1px solid #e2e2e2;
}
.fb-cart-list .fb-item-total {
  display: none;
}
.fb-cart-list .fb-cart-total-royalty,
.fb-cart-list .fb-cart-total-title,
.fb-cart-list .fb-cart-total-value,
.fb-cart-list .fb-cart-total-value-vat {
  font-size: 18px;
  font-weight: 700;
}

.fb-cart .fb-cart-btn-list {
  padding-top: 15px;
  padding-bottom: 15px;
}
.fb-cart .fb-cart-btn-list a:focus,
.fb-cart .fb-cart-btn-list a:hover {
  text-decoration: none;
}

.fb-cart .fb-cart-total-title,
.fb-cart .fb-cart-total-value,
.fb-cart .fb-cart-total-royalty,
.fb-cart .fb-cart-total-value-vat,
.fb-cart .fb-cart-total-ICD,
.fb-cart .fb-cart-total-LAB,
.fb-cart .fb-cart-total-IMPORT {
  font-size: 18px;
  font-weight: bold;
}

/* fb-cart-edit */
.fb-item-detail-edit {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 20, 20, 0.5);
  z-index: 2000;
}
.fb-item-detail-edit .fb-cart-block {
  width: 450px;
  position: absolute;
  right: 0;
  left: 0;
  top: 100px;
  margin: auto;
  background: #fff;
}

/* checkout */
.fb-cart-checkout {
  padding-bottom: 40px;
}
.fb-cart-checkout .fb-check-summary {
  margin-bottom: 15px;
}
.fb-cart-checkout .fb-check-summary .fb-check-subtotal,
.fb-cart-checkout .fb-check-summary .fb-check-shippingfee,
.fb-cart-checkout .fb-check-summary .fb-check-royaltyfee,
.fb-cart-checkout .fb-check-summary .fb-check-total,
.fb-cart-checkout .fb-check-summary .fb-check-total-vat,
.fb-cart-checkout .fb-check-summary .fb-check-total-ICD,
.fb-cart-checkout .fb-check-summary .fb-check-total-LAB,
.fb-cart-checkout .fb-check-summary .fb-check-total-IMPORT {
  float: right;
}
.fb-cart-checkout .panel {
  margin-bottom: 30px;
}
.fb-cart-checkout .panel-title a {
  text-decoration: none !important;
}
.fb-cart-checkout .panel-title span {
  line-height: 24px;
}
.fb-cart-checkout .panel-title .fa-plus-square-o {
  display: none !important;
}
.fb-cart-checkout .panel-title .collapsed .fa-plus-square-o {
  display: inline-block !important;
}
.fb-cart-checkout .panel-title .fa-minus-square-o {
  display: inline-block !important;
}
.fb-cart-checkout .panel-title .collapsed .fa-minus-square-o {
  display: none !important;
}
.fb-cart-checkout .fb-cart-list {
  border: none;
}

/**
 * polyfills
 */
#vat-number {
  display: inline-block;
  max-width: 150px;
}
.fa-check {
  font-size: 26px;
  vertical-align: middle;
  color: #00b67a;
}
.shipping-address label[for='same-as-billing'] {
  font-size: 12px;
  line-height: normal; /* for safari */
  font-weight: 400;
  margin-bottom: 0;
}
/*@media (min-width:768px) {
    .vat-num-block {
        padding-left: 0;
        padding-right: 0;
    }
}*/
[data-type='container'] {
  position: absolute;
  right: 0;
  width: 150%;
  min-width: 100%;
  background-color: white;
  padding: 5px;
  border: 1px solid #e2e2e2;
  text-align: center;
  z-index: 1;
}
[data-type='container'] table {
  width: 100%;
}
[data-type='container'] table th,
[data-type='container'] table td {
  text-align: center;
  font-size: 11px;
  line-height: 18px;
  padding: 4px;
  color: #555;
  cursor: pointer;
}
[data-type='container'] table .active-head {
  background-color: #e3fec0;
}
[data-type='container'] table .active-cell {
  background-color: #b3e842;
}
[data-type='container'] table .active-neighbor {
  background-color: #f6fde7;
}
.form-group-icon {
  position: relative;
}
.form-group-icon .fb-cart-field-tail {
  position: absolute;
  top: 50%;
  right: 5px;
}
.fb-product-page label[for='quantity'] {
  width: 100%;
}
.fb-product-page #quantity {
  width: 50%;
  display: inline-block !important;
}
.form-group .fb-cart-field-tail {
  display: inline-block;
}
.form-group .fb-cart-field-tail .form-control {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.fb-pricelist td:first-child {
  font-weight: 700;
}
.btn .fa {
  color: #fff;
}
/**login modal**/
#login-retrieve {
  z-index: 2000;
}
#login-retrieve.fade.in {
  background-color: rgba(20, 20, 20, 0.5);
}
#login-retrieve .modal-header {
  padding-top: 10px;
  padding-bottom: 0;
  border-bottom: none;
}
#login-retrieve .modal-content {
  background: white;
  opacity: 1;
}
#login-retrieve .modal-header .close {
  border: none;
  background-color: white;
  background-image: none;
}
#login-retrieve [type='checkbox'] {
  height: 20px;
  width: 20px;
}
.virtual-proof-container .virtual-proof-preview {
  font-size: 12px;
}
.virtual-proof-container .virtual-proof-preview span {
  padding-left: 2px;
  padding-right: 2px;
}
.fb-empty-cart {
  padding: 50px 15px;
  min-height: 500px;
}
.fb-empty-cart .fb-empty-cart-note {
  font-size: 20px;
  margin-bottom: 25px;
}
.fb-single-progress-file-head,
.fb-single-progress-file-icons {
  display: inline-block;
}
.fb-brand-group-head .fa {
  vertical-align: middle;
}
.fb-brand-group-head .fb-brand-img {
  position: relative;
  min-height: 60px;
}
.fb-cust-pantone {
  position: absolute;
  top: 40px;
  left: 20px;
  width: 80px;
  height: 40px;
  border: solid 1px #ccc;
  border-radius: 5px;
  vertical-align: middle;
  text-align: center;
  color: #000;
  font-size: 16px;
  padding: 8px 0;
}
@media (max-width: 991px) {
  .fb-cart .fb-cart-total {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 768px) {
  [data-toggle='cart'] {
    display: none;
  }

  .fb-cart .fb-cart-list {
    padding: 0 15px;
    border: none;
  }
  .fb-cart .fb-cart-list .fb-cart-item-row .fb-item-detail-prefix .fb-main-thumbnail {
    width: 60px;
    height: 60px;
  }

  .fb-cart .fb-cart-btn-list {
    margin-left: 0;
    margin-right: 0;
  }
  .fb-cart .fb-cart-btn-list .fb-cart-total {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .fb-item-detail-edit .nav-tabs.nav-justified &gt; li {
    display: table-cell;
    width: 1%;
  }

  .fb-cart-block .fb-cart-foot .fb-cart-add {
    margin-bottom: 15px;
  }

  .fb-cart-checkout .row {
    margin-right: 0;
    margin-left: 0;
  }
  .fb-cart-checkout .row .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .fb-cart-checkout .fb-cart-list .fb-cart-item-row .fb-item-detail-prefix .fb-thumbnail {
    width: 60px;
    height: 60px;
  }
  .fb-cart-checkout .fb-cart-list .fb-cart-item-row .fb-item-detail-prefix .fb-main-thumbnail {
    width: 80px;
    height: 80px;
  }
}
.fb-upload-file-thumbnail img {
    width: 100%;
}
</pre></body></html>