/* override values dynamically inserted below */

/* REPLACEMENT VALUES GO HERE */

/* === TYPOGRAPHY === */

html,
body,
*,
input,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Lato', sans-serif;
}
h4 {
  color: #5bb02f;
}
/* === HEADER === */

#header {
  padding: 17px 0;
}
#header .container {
  position: relative;
}
#header ul {
  margin-bottom: 0;
}
#header ul#header-components li.title {
  font-weight: 700;
  position: relative;
  top: 1px;
}
.logo-placeholder {
  width: 150px;
  height: 50px;
}
#logo {
  max-height: 50px;
  max-width: 150px;
}
#new-estimate-button {
  height: 50px;
  width: 185px;
  border: 1px solid;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  padding: 0;
  font-family: 'Lato', sans-serif;
  font-size: medium;
  font-weight: bold;
}
/* === OVERRIDE BOOTSTRAP CLASSES === */

@media (max-width: 767px) {
  .pull-right {
    float: none !important;
  }
}
.iframe-content .row {
  margin-right: 0;
  margin-left: 0;
  margin-top: 15px;
}
.label {
  font-weight: bold;
  color: #000000;
  font-size: small;
}
/* === MOBILE RESPONSIVE === */

@media (max-width: 767px) {
  #new-estimate-button {
    display: block;
    margin-top: 20px;
    max-width: 186px;
  }
}
/* === MAIN MENU === */

#main-menu {
  display: none;
  position: absolute;
  top: 45px;
  left: 215px;
  height: auto;
  width: 200px;
  background: #fff;
  border: 1px solid #c3c3c3;
  z-index: 999;
  padding: 0;
}
#main-menu li a {
  color: #5bb02f;
  font-weight: 500;
  background: #fff;
  display: block;
  padding: 9px;
}
#main-menu li a:hover {
  background: #f9f9f9;
  text-decoration: none;
}
/* === GREY BAR === */

#grey-bar {
  background-color: #e6e6e6;
  padding: 7px 0;
}
#grey-bar ul {
  margin-bottom: 0;
}
#grey-bar ul#breadcrumb {
  font-weight: 700;
}
#grey-bar ul#breadcrumb li {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 37px;
  vertical-align: top;
  position: relative;
  padding-right: 15px;
}
#grey-bar ul#breadcrumb li a {
  color: #929292;
}
#grey-bar ul#breadcrumb li + li:before {
  content: url(../images/breadcrumb-divider.gif);
  display: inline-block;
  position: absolute;
  left: -7px;
}
#grey-bar ul#filters li {
  font-size: 14px;
  line-height: 37px;
  vertical-align: top;
}
#grey-bar ul#filters li input[type="text"] {
  height: 37px;
  width: 220px;
  border-radius: 0;
  border: 0;
}
#grey-bar ul#filters li img {
  display: block;
}
#grey-bar ul#filters li.search {
  padding-right: 0;
}
#grey-bar ul#filters li a {
  color: #000;
}
/* === DATEPICKER BAR === */

#datepicker {
  display: none;
  background: #f9f9f9;
  padding: 12px 0 3px 0;
  border-bottom: 1px solid #eee;
}
/* === FORMS === */

input.form-control::-webkit-input-placeholder {
  color: #333;
}
input.form-control::-moz-placeholder {
  color: #000;
}
input.form-control:-ms-input-placeholder {
  color: #000;
}
input.form-control:-moz-placeholder {
  color: #000;
}
select.form-control {
  padding-right: 20px;
}
select {
  background-image: url('../images/select-arrow.gif') !important;
  background-repeat: no-repeat !important;
  background-position: right !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  border-radius: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
}
.inline-radio-label {
  margin-left: 5px;
  margin-right: 20px;
}
/* === MAIN === */

#main {
  padding: 25px 0;
}
#main .table a {
  color: #5bb02f;
}
#main .table a.btn {
  color: #333;
}
#main .table td,
#main .table th {
  padding: 11px 14px;
}
#main .table > thead > tr > th {
  border-bottom: 0;
}
#main .table > tbody > tr > td {
  border-top: 0;
}
#main .table a.down-arrow {
  background-image: url('../images/down-arrow.gif');
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 16px;
}
#main .table a.sort-selected {
  text-decoration: underline;
}
#main .table tr.nested {
  background: #fff;
  border: 1px solid #cccccc;
}
#main .table tr.nested td {
  padding: 20px 10px;
}
#main tfoot td {
  text-align: right;
}
#jobs-listing-pagination {
  margin: 0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #fff !important;
  background: #5bb02f;
  border-color: #5bb02f;
}
textarea#specification {
  height: 10em;
}
.btn-primary {
  background-color: #5bb02f;
  border-color: #2d850b;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus {
  background-color: #2d850b;
  border-color: #2d850b;
  color: #fff;
}
.btn-default {
  background-color: #fff;
  border-color: #ccc;
  color: #333;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default:active:focus {
  background-color: #ccc;
  border-color: #ccc;
  color: #333;
}
/* === HOMEPAGE JOBS === */

table#jobs-listing tbody tr.toggle-job-data:hover {
  background: #e6e6e6;
  cursor: pointer;
}
.job-data {
  display: none;
  border: 1px solid #ccc;
  padding: 20px;
}
/* === PRODUCT OVERLAY === */

#product-selection-overlay {
  display: none;
  border: 1px solid #cccccc;
  padding: 25px;
}
.product-data-thumbnail img {
  background-color: #ade98e;
}
/* === FOOTER === */

#footer {
  font-size: 12px;
}
#footer a {
  color: #000;
  text-decoration: underline;
}
#footer #copyright,
#footer #credits {
  opacity: 0.7;
}
#footer hr {
  border-top: 1px solid #cccccc;
  margin: 0 0 13px 0;
}
/* === PRODUCT SUMMARY === */

.summary-table tr > td {
  padding: 4px 0;
  vertical-align: top;
}
.summary-table tr > td:first-child {
  padding-right: 5px;
  font-weight: bold;
}
.two-in-a-row {
  display: inline;
  width: 13em;
}
.two-in-a-row-label {
  margin-left: 2px;
  display: inline-block;
  width: 6em;
}
.summary-section {
  border-bottom: solid 1px #eee;
  color: #5bb02f;
  /*background: #eee;*/

  /*text-align: center;*/

}
/* === ERROR MESSAGES === */

.field-validation-error,
.validation-summary-errors {
  color: #a94442;
}
.validation-summary-errors {
  margin: 10px 0;
}
.input-validation-error {
  border-color: #a94442;
}
/* === SPINNER === */

.spinner {
  background: url('../images/spinner.gif') no-repeat center;
  background-size: 30px 30px;
  display: block;
  min-height: 30px;
  min-width: 30px;
}
#calculate-cost-spinner {
  padding-left: 50px;
  background-position: 10px;
}
span.specification-summary {
  white-space: pre-wrap;
  font-weight: normal;
}
#fields {
  padding-top: 37px;
}
.show-product-selection-overlay {
  margin-left: 10px;
}
.search-button {
  margin-bottom: 2px;
  margin-left: -5px;
  height: 36px;
}
.filter-info {
  background-color: #e6e6e6;
  padding: 0.2em 0.6em 0.3em;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 10px;
}
#remove-filter {
  margin-left: 10px;
}
#modal-background {
  display: none;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.3;
}
.pseudomodal-popup {
  z-index: 2;
  position: relative;
  background: #fff;
}
.file-chooser {
  margin-bottom: 10px;
}
.file-chooser input {
  display: none;
}
#artwork-info {
  height: 210px;
}
/* === ADMIN === */

.btn-new-category {
  margin: 5px 0px;
}
.tab-pane {
  padding: 10px;
}
.panel-group .input-group {
  margin-top: 10px;
}
.productlist-icon {
  max-height: 50px;
  max-width: 50px;
  margin-right: 10px;
  box-sizing: border-box;
}
.action {
  float: left;
  font-size: 17px;
  color: #7c8796;
}
.action a {
  width: 19px;
  height: 19px;
  float: left;
  margin-left: 6px;
  color: #7c8796;
}
.product-name {
  line-height: 50px;
  display: inline-block;
}
.edit-icon {
  float: right;
  line-height: 50px;
  font-size: 20px;
}
.click-anywhere {
  display: block;
}
.options-controls a {
  margin: 0 0 0 5px;
}
.options-controls a:last-child {
  margin-right: 5px;
}
.options-controls {
  white-space: nowrap;
}
.new-defaultValue {
  margin-top: 10px;
}
.new-defaultValue input {
  display: inline-block;
  width: 100px;
  margin-right: 5px;
}
textarea.paper-weights {
  height: 12em;
  margin-bottom: 10px;
}
ul.client-product-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.client-product-list li {
  line-height: 2.5em;
  margin: 5px 0;
  padding: 0 10px;
  background: #fff;
  font-weight: bold;
  border-radius: 4px;
}
.client-product-list li.product-disabled {
  color: #aaa;
  font-weight: normal;
}
.client-product-list span.inactive {
  padding-left: 8px;
  font-style: italic;
}
.list-options tr {
  border: 2px solid #fff;
}
.list-options th {
  padding: 3px;
}
.list-options td {
  padding: 3px;
  background: #fafafa;
}
.display-column {
  width: 8em;
}
.value-column {
  width: 8em;
}
.action-column {
  width: 6em;
}
#success-message {
  text-align: center;
  padding: 7px;
  border-radius: 5px;
  z-index: 5;
}
#success-message-container {
  min-width: 100px;
  min-height: 45px;
  margin-top: -15px;
}
input.pseudo-link {
  border: 0px;
  background-color: transparent;
  color: #5bb02f;
  cursor: pointer;
}
input.pseudo-link:hover {
  text-decoration: underline;
}
.dropdown,
.dropdown-toggle,
.dropdown ul {
  width: 100%;
}
.dropdown .btn {
  text-align: left;
}
ul.dropdown-menu > li {
  width: 49%;
  display: inline-block;
}
.half-width {
  width: 98%;
}
.control-group-label-container {
  width: 16.7%;
}
.control-group-container {
  width: 83.3%;
}
.control-group-container,
.control-group-label-container {
  position: relative;
  min-height: 1px;
  padding-right: 7px;
}
#span-discount-code {
  font-size: 18px;
  font-weight: bold;
}
/*  This is for the cart icon in the quote window*/

/*Icon added to quote index window*/

.user-actions {
  top: 15px;
  right: 15px;
  position: fixed;
}
.shopping-cart-link .p1:after {
  position: absolute;
  right: 2%;
  top: 7%;
  content: attr(data-count);
  font-size: 55%;
  padding: 0.2em;
  border-radius: 50%;
  line-height: 1em;
  color: white;
  background: rgba(255, 0, 0, 0.85);
  text-align: center;
  min-width: 20px;
}
.shopping-cart-link .p1[data-count='0']:after {
  display: none;
}
@keyframes auto-hide {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.shopping-cart-alert {
  z-index: 10000;
  position: relative;
  margin: auto;
  width: 90%;
  top: -10px;
}
/* The element to apply the animation to */

.auto-hide {
  animation-name: auto-hide;
  animation-duration: 4s;
  animation-fill-mode: forwards;
}
.hidden {
  display: none;
}
#tabs-translation .input-group .input-group-btn .btn {
  height: 40px;
}
#tabs-translation input::placeholder {
  color: darkgray;
}
.translation-value-wrapper {
  position: relative;
}
.translation-value-wrapper .info-span {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 24px !important;
  line-height: 17px;
}
.row .checkout-item-row.form-group {
  margin-right: 0;
}
.pad-top {
  margin-top: 15px;
}
/*-------------------------------------------------------------*/

/*This is the shopping cart section*/

/*-------------------------------------------------------------*/

.container {
  width: 100%;
}
ol.shopping-cart-items {
  list-style-type: none;
  padding-left: 0;
}
.shopping-cart-header {
  position: fixed;
  padding: 25px 0 5px;
  display: block;
  z-index: 5;
  background: white;
  width: 100%;
  top: 0;
}
.shopping-cart-body {
  margin-top: 100px;
}
/* Shopping Cart Items----------------*/

/*------------Header items*/

.shopping-cart-item-header {
  font-size: 20px;
  padding: 4px 0;
  background: #134392;
  color: white;
  margin-bottom: 5px;
  margin-left: -5px;
  padding-left: 5px;
  display: flex;
}
.shopping-cart-item-title {
  display: inline-block;
  flex-grow: 1;
}
.shopping-cart-item-controls {
  cursor: pointer;
  flex-shrink: 0;
}
.shopping-cart-item-controls > button {
  background: transparent;
  border-style: none;
  border-width: 0;
}
/*------------Left col items*/

.shopping-cart-item-left-col {
  display: inline-block;
  width: 66%;
}
.shopping-cart-item-description {
  font-size: 18px;
}
.shopping-cart-item-qty {
  font-size: 22px;
  display: inline-block;
}
/*------------Right col items*/

.shopping-cart-item-right-col {
  vertical-align: top;
  display: inline-block;
  width: 31%;
  min-width: 200px;
}
.shopping-cart-item-price-area {
  font-size: 22px;
}
.shopping-cart-item-price {
  font-size: 22px;
  display: inline-block;
  float: right;
}
.shopping-cart-item-vat-amount {
  font-size: 15px;
}
.shopping-cart-item-delivery-area {
  font-size: 18px;
}
.shopping-cart-item-delivery-method {
  display: inline-block;
}
.shopping-cart-item-delivery-price {
  display: inline-block;
  float: right;
}
.shopping-cart-item-delivery-price .shopping-cart-item-delivery-price-method {
  margin-right: 10px;
}
.shopping-cart-item-total-gross {
  font-size: 40px;
}
.shopping-cart-item-total-gross .shopping-cart-item-row-label {
  font-size: 22px;
  position: relative;
  top: -10px;
}
/*------------general items*/

.shopping-cart-item-row-label {
  font-weight: bold;
  display: inline-block;
}
.shopping-cart-item-row-label:after {
  content: ": \0000a0\0000a0";
}
.shopping-cart-item {
  background: #dfe8f7;
  margin: 0 0 15px;
  padding-bottom: 15px;
  padding-left: 5px;
}
.shopping-cart-price-options {
  background: #134392;
  margin: 0;
  padding: 0 15px 15px;
  color: white;
  position: fixed;
}
@media screen and (max-width: 1000px) {
  .shopping-cart-price-options {
    position: static;
  }
}
#shoppingCart h2 {
  margin: 15px 0;
  font-size: 22px;
}
.shopping-cart-price-options .checkout {
  color: #134392;
  font-size: 25px;
  border-radius: 5px;
  border-color: #EE4F48;
  margin-top: 15px;
  padding-bottom: 3px;
  background-color: #EE4F48;
  font-weight: 900;
  text-transform: uppercase;
}
.shopping-cart-price-options .continue {
  display: block;
  background: transparent;
  border: none;
  padding-top: 20px;
  font-size: 18px;
  font-weight: 900;
  color: #EE4F48;
}
/*------------------------------------*/

/*Checkout section*/

/*------------------------------------*/

/*colors*/

/*
dark blue #134392
light blue: #dfe8f7

*/

/*main items*/

.container .checkout,
#checkoutMainContainer {
  width: 100%;
}
/*---------------------------------------------------------------------*/

/*Header items*/

.checkout-header {
  display: block;
  z-index: 1;
  background: white;
  width: 100%;
  top: 0;
}
#checkoutMainContainer h2 {
  margin: 15px 0;
  font-size: 22px;
}
.checkout-header-pills {
  display: flex;
  width: 100%;
}
.checkout-header-pills li {
  flex-direction: row;
  flex-basis: 0;
  flex-grow: 1;
}
.checkout-header-pills li.active {
  color: #fff;
  background-color: #134392;
}
a.checkout-header-pill {
  color: #134392;
  border-color: #134392;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
}
.nav-pills > li > a.checkout-header-pill {
  border-radius: 0;
}
.nav-pills > li.active > a.checkout-header-pill,
.nav-pills > li.active > a.checkout-header-pill:focus,
.nav-pills > li.active > a.checkout-header-pill:hover {
  color: #fff;
  background-color: #134392;
}
/*---------------------------------------------------------------------*/

/*Content panels*/

.iframe-content #checkoutMainContainer .row {
  margin: 0;
}
.checkout-content .tab-pane {
  padding: 0;
}
.checkout-action-bar {
  background-color: #eee;
  padding: 10px;
  z-index: 1;
  display: flex;
}
.checkout-action-bar .this-tab-action-section {
  text-align: right;
  flex-grow: 1;
}
.checkout-action-bar .this-tab-action-section * + * {
  margin-left: 10px;
}
#uploadArtwork {
  padding: 0 20px;
}
.checkout-detail-row {
  padding: 15px 0px;
}
.checkout-item-row-label {
  font-weight: bold;
  display: inline-block;
  /*    width: 16.666667%;*/

}
.checkout-item-row-label:after {
  content: ": \0000a0\0000a0";
}
.checkout-item-row {
  line-height: 30px;
}
textarea.checkout-special-instructions {
  min-height: 204px;
}
span.checkout-special-instructions {
  padding-left: 15px;
  white-space: pre-line;
  display: inline-block;
}
.checkout-detail-row h3 {
  margin-bottom: 10px;
  margin-top: 10px;
}
.checkout-payment-details-inner {
  background: #dfe8f7;
  padding: 1px 5px 1px;
}
#checkoutMainContainer .checkout-payment-area,
#checkoutMainContainer .checkout-order-details-area {
  margin: auto;
  overflow-y: auto;
}
#checkoutMainContainer .checkout-order-details-area {
  left: 0;
  padding-right: 0;
}
.checkout-discount-code {
  color: #000;
}
/*payment area*/

#checkoutMainContainer .checkout-payment-area {
  right: 0;
}
#checkoutMainContainer .checkout-payment-area-inner {
  background: #dfe8f7;
}
.shopping-cart-price-options {
  background: #134392;
  margin: 0 0 15px;
  padding: 0 15px 15px;
  color: white;
  position: static;
}
.checkout-payment-control {
  background: #dfe8f7;
  position: static;
  width: 100%;
  margin: auto;
  padding-top: 2px;
}
#checkoutMainContainer .checkout-payment-area h2 {
  color: black;
}
#checkout-artwork .shopping-cart-item {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.uploaded-artwork-viewer img {
  max-width: 100%;
  max-height: 360px;
  height: 100%;
}
.checkout-artwork-upload-file {
  margin-bottom: 10px;
}
#checkout-artwork ul.shopping-cart-item-sections {
  list-style: none;
  text-indent: 0;
  padding-left: 1%;
  width: 99%;
}
.artwork-section-description {
  background: #dfe8f7;
  display: block;
  vertical-align: top;
  padding: 7px 0 10px;
}
.artwork-actions {
  margin: -7px;
  display: none;
  flex-grow: 0;
  flex-shrink: 0;
}
.checkout-artwork-upload-status {
  display: flex;
}
.artwork-status {
  flex-grow: 1;
}
.artwork-section.show-remove-button .artwork-actions {
  display: block;
}
.artwork-section.uploading .artwork-status-text {
  display: none;
}
.artwork-section:not(.uploading) .progress {
  display: none;
}
.artwork-section-upload {
  display: block;
  width: 100%;
  background: white;
}
.uploaded-artwork-viewer {
  max-height: 360px;
  max-width: 100%;
  height: 100%;
}
textarea.checkout-item {
  min-height: 140px;
  line-height: 20px;
}
a.checkout {
  background: gainsboro;
}
a.checkout-header-pill {
  height: 100%;
}
a.checkout-header-pill.disabled {
  cursor: not-allowed;
  border-color: lightgray;
  color: lightgrey;
}
#card-errors {
  color: red;
  padding: 7px;
}
/*-------------------------------------------*/

/*Stripe section*/

/*-------------------------------------------*/

/* Variables */

.checkoutPaymentMethod * {
  box-sizing: border-box;
}
.checkoutPaymentMethod body {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  display: flex;
  justify-content: center;
  align-content: center;
  height: 100vh;
  width: 100vw;
}
.checkoutPaymentMethod {
  padding: 20px;
  max-width: 700px;
  margin: auto;
}
.checkoutPaymentMethod .checkoutPaymentMethodContent {
  width: 30vw;
  min-width: 100%;
  align-self: center;
  box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1), 0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
  border-radius: 7px;
  padding: 40px;
}
#checkoutPaymentStripe input {
  border-radius: 6px;
  margin-bottom: 6px;
  padding: 12px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  height: 44px;
  font-size: 16px;
  width: 100%;
  background: white;
}
#checkoutPaymentStripe .result-message {
  line-height: 22px;
  font-size: 16px;
}
#checkoutPaymentStripe .result-message a {
  color: #596fd6;
  font-weight: 600;
  text-decoration: none;
}
#checkoutPaymentStripe .hidden {
  display: none;
}
#checkoutPaymentStripe #card-error {
  color: #697386;
  text-align: left;
  font-size: 13px;
  line-height: 17px;
  margin-top: 12px;
}
#checkoutPaymentStripe #card-element {
  border-radius: 4px 4px 0 0;
  padding: 12px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  height: 44px;
  width: 100%;
  background: white;
}
#payment-request-button {
  margin-bottom: 32px;
}
/* Buttons and links */

#checkoutPaymentStripe button {
  background: #5469d4;
  color: #ffffff;
  font-family: Arial, sans-serif;
  border-radius: 0 0 4px 4px;
  border: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
}
#checkoutPaymentStripe button:hover {
  filter: contrast(115%);
}
#checkoutPaymentStripe button:disabled {
  opacity: 0.5;
  cursor: default;
}
/* spinner/processing state, errors */

#checkoutPaymentStripe .spinner,
#checkoutPaymentStripe .spinner:before,
#checkoutPaymentStripe .spinner:after {
  border-radius: 50%;
}
#checkoutPaymentStripe .spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
#checkoutPaymentStripe .spinner:before,
#checkoutPaymentStripe .spinner:after {
  position: absolute;
  content: "";
}
#checkoutPaymentStripe .spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #5469d4;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
#checkoutPaymentStripe .spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #5469d4;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 600px) {
  #checkoutPaymentStripe form {
    width: 80vw;
  }
}
/*End of stripe seetion*/

/*Relates to Ideal Postcode address lookup controls*/

.idpc_ul.hidden {
  display: none;
}
div.idpc_autocomplete {
  position: relative;
}
div.idpc_autocomplete > input {
  display: block;
}
div.idpc_autocomplete > ul {
  position: absolute;
  left: 0;
  z-index: 1;
  min-width: 100%;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  border-radius: 0.3em;
  margin: 0.2em 0 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
  text-shadow: none;
  max-height: 250px;
  overflow-y: scroll;
}
div.idpc_autocomplete > ul > li {
  position: relative;
  padding: 0.2em 0.5em;
  cursor: pointer;
}
div.idpc_autocomplete > ul > li:hover {
  background: #b8d3e0;
  color: #000;
}
div.idpc_autocomplete > ul > li.idpc_error {
  font-style: italic;
  background-color: #eee;
  cursor: default !important;
}
div.idpc_autocomplete > ul > li[aria-selected=true] {
  background: #3d6d8f;
  color: #fff;
}
#signin-modal .modal-body {
  padding: 0;
}
#signin-modal .modal-body .sign-on-body {
  padding: 15px;
}
#signin-modal .modal-body .sign-on-message {
  background-color: gold;
  padding: 10px;
  margin-bottom: 10px;
}
#signin-modal .modal-header h3 {
  display: inline-block;
}
.checkout-section-container {
  left: 0;
  right: 0;
}
.checkout-edit-address-header {
  display: flex;
  padding-right: 15px;
}
.checkout-edit-address-header h3 {
  flex-grow: 1;
}
.checkout-edit-address-header .dropdown,
.checkout-edit-address-header .dropdown ul {
  width: auto;
  height: auto;
  height: fit-content;
}
#checkout-edit-copy-address {
  margin: 12px 0;
}
#deliveryAddressDropdownContainer ul li {
  width: 100%;
}
.box__dragndrop,
.box__uploading,
.box__success,
.box__error {
  display: none;
}
.upload_box {
  background-color: #c8dadf;
  position: relative;
  padding: 20px 20px;
  text-align: center;
  height: 400px;
}
.checkout-document-upload-box .upload_box {
  height: 250px;
}
.shopping-cart-price-options {
  font-size: 16px;
  min-height: 77px;
  margin-top: -15px;
}
.discount-item-amount {
  text-align: right;
}
.discount-item-total {
  border-top: solid;
  border-color: white;
  border-width: 1px;
  padding-top: 7px;
  padding-bottom: 12px;
}
.div-discount-item-button {
  text-align: right;
}
.upload_box.has-advanced-upload {
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  -webkit-transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
}
.upload_box.has-advanced-upload .box__dragndrop {
  display: inline;
}
.upload_box.is-dragover {
  background-color: grey;
}
.upload_box.is-uploading .box__input {
  display: none;
}
.upload_box.is-uploading .box__uploading {
  display: block;
}
.js .box__file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
}
.js .box__file + label {
  max-width: 80%;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  height: auto;
}
.js .box__file + label:hover strong,
.box__file:focus + label strong,
.box__file.has-focus + label strong {
  color: #39bfd3;
}
.js .box__file:focus + label,
.js .box__file.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
.no-js .box__file + label {
  display: none;
}
.no-js .box__button {
  display: block;
}
.box__button {
  font-weight: 700;
  color: #e5edf1;
  background-color: #39bfd3;
  display: none;
  padding: 8px 16px;
  margin: 40px auto 0;
}
.box__button:hover,
.box__button:focus {
  background-color: #0f3c4b;
}
.upload_box.has-advanced-upload .box__icon {
  width: 100%;
  height: 80px;
  fill: #92b0b3;
  display: block;
  margin-bottom: 40px;
}
.upload_box.is-uploading .box__input {
  visibility: hidden;
}
.upload_box.is-uploading .box__uploading {
  display: block;
}
.quotePricingInfo .panel-footer {
  display: flex;
}
.quotePricingInfo .panel-footer .option-cost {
  flex-grow: 1;
}
.quotePricingInfo .panel-footer .option-cost .totalCost {
  font-weight: 800;
  font-size: 20px;
}
.step-four-container .value-box .row-one .best-value-box {
  background: #134392 !important;
}
.step-four-container .fastest-box .row-one .best-value-box {
  background: #EE4F48 !important;
}
/* ** ** ** ** ** ** ** ** */

/* STEP 4 */

.step-four-container .box {
  background: #dfe8f7;
  padding: 0 0 15px 15px;
  margin-bottom: 10px;
}
.step-four-container .box .row p {
  color: #134392;
  font-size: 14px;
}
.step-four-container .box .row h4 {
  color: #3984f4;
  font-family: 'Montserrat Bold';
}
.step-four-container .box .row h3 {
  color: #134392;
  font-family: 'Montserrat Bold';
}
.step-four-container .box .row {
  margin: 0;
}
/* ROW 1 */

.step-four-container .box .row-one {
  position: relative;
}
.step-four-container .box .row-one .text {
  padding-top: 15px;
}
.step-four-container .box .row-one .best-value-box {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: #3984f4;
  padding: 0 15px;
  width: 190px;
  height: 50px;
  text-transform: uppercase;
  text-align: center;
  box-sizing: border-box;
  right: 0;
  top: 0;
  position: absolute;
}
.step-four-container .box .row-one .best-value-box i {
  margin-right: 15px;
  font-size: 30px;
}
/* ROW 2 */

.step-four-container .box .row-two {
  padding: 15px 0;
}
.step-four-container .box .row-two .bold {
  font-family: 'Montserrat Bold';
}
/* ROW 3 */

.step-four-container .box .row-three {
  display: flex;
  justify-content: space-between;
  padding-right: 15px;
}
.step-four-container .box .row-three .add-to-cart {
  display: flex;
  align-items: center;
}
.step-four-container .box .row-three a.add-to-cart {
  color: white;
  padding: 5px 10px;
  text-decoration: none;
  margin-right: 10px;
  font-family: 'Montserrat Bold', sans-serif;
}
.step-four-container .row-three a.add-to-cart {
  background: #3984f4;
  box-shadow: -3px 3px 0 #134392;
  transition: 0.5s ease all;
  border: none;
}
.step-four-container .row-three a.add-to-cart:hover {
  background: #134392;
  box-shadow: 3px 3px 0 #3984f4;
}
.step-four-container .fastest-box .row-three a.add-to-cart {
  background: #EE4F48;
  box-shadow: -3px 3px 0 #c9433e;
  transition: 0.5s ease all;
}
.step-four-container .fastest-box .row-three a.add-to-cart:hover {
  background: #c9433e;
  box-shadow: 3px 3px 0 #EE4F48;
}
@media screen and (max-width: 1000px) {
  .step-four-container .box .row-one .best-value-box {
    width: 150px;
    height: 40px;
    padding: 0 10px;
  }
  .step-four-container .box .row-one .best-value-box i {
    margin-right: 5px;
    font-size: 26px;
  }
  .step-four-container .box .row-one .best-value-box h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .step-four-container .box {
    padding: 0 5px 10px 5px;
  }
  .step-four-container .box .row-one {
    flex-direction: column;
  }
  .step-four-container .box .row-one .text {
    padding-top: 10px;
    order: 2;
  }
  .step-four-container .box .row-one .best-value-box {
    width: 100%;
  }
  .step-four-container .box .row-three {
    padding-right: 5px;
    flex-direction: column;
  }
  .step-four-container .box .row-three .add-to-cart {
    justify-content: space-between;
  }
}
#the-canvas-l {
  border: 1px solid black;
  direction: ltr;
}
#the-canvas-r {
  border: 1px solid black;
  direction: ltr;
}
#left,
#right {
  position: relative;
}
#full-screen-artwork-viewer {
  position: absolute;
  top: 45px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page-indicator {
  position: absolute;
  left: 50%;
  right: 50%;
  width: auto;
  white-space: nowrap;
  top: 11px;
  font-size: medium;
  color: black;
}
#viewer-toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 45px;
  background-color: darkgray;
  padding: 0;
  text-align: right;
}
#viewer-toolbar .btn {
  margin-right: 10px;
}
#full-screen-artwork-viewer img {
  max-width: 100%;
  max-height: 100%;
}
#overlay-left,
#overlay-right {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#overlay-left {
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 93%, rgba(0, 0, 0, 0.5) 100%);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 93%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 93%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 93%, rgba(0, 0, 0, 0.5) 100%);
}
#overlay-right {
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0) 100%);
}
#full-screen-artwork-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  background: rgba(0, 0, 0, 0.9);
}
#full-screen-artwork-overlay.book-view #full-screen-artwork-viewer,
#full-screen-artwork-overlay.book-view button#book-view,
#full-screen-artwork-overlay.image-view button#book-view,
#full-screen-artwork-overlay.image-view button#pdf-view,
#full-screen-artwork-overlay:not(.book-view) #viewer,
#full-screen-artwork-overlay:not(.book-view) #page-indicator,
#full-screen-artwork-overlay:not(.book-view) button#pdf-view {
  display: none;
}
#close-full-screen-artwork-overlay {
  font-size: 40px;
  width: 45px;
  height: 45px;
  background-color: #eee;
  vertical-align: middle;
  line-height: 45px;
  text-align: center;
  display: inline-block;
}
#close-full-screen-artwork-overlay:hover {
  cursor: pointer;
  background-color: #ccc;
}
#viewer {
  display: flex;
}
#viewer button {
  flex-grow: 0;
}
.product-action-buttons {
  float: right;
  display: block;
}
.product-action-buttons a {
  margin-left: 6px;
  display: inline-block;
}
.delivery-alert {
  margin: 10px 10px -3px 5px;
}
.checkout-document-file {
  display: block;
  padding: 5px 10px;
  margin: 5px 0;
}
a[href="#checkout-payment"].disabled {
  pointer-events: none;
}
.result {
  display: flex;
  background-color: #1e7e34;
  margin-left: -15px;
  margin-bottom: -15px;
  margin-top: 15px;
  padding: 10px;
}
.result .carbon-text {
  flex-grow: 1;
  flex-shrink: 1;
  margin-left: 10px;
  color: white;
}
.result .carbon-image {
  width: 75px;
  height: 75px;
  flex-grow: 0;
  flex-shrink: 0;
}
#checkout-payment-methods {
  position: relative;
}
#checkout-payment-methods #checkout-payment-pending {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff a;
  z-index: 1;
  backdrop-filter: blur(2px);
}
#checkout-payment-methods.payment-processing #checkout-payment-pending {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#checkoutMainContainer h2.file-mail-header {
  margin: 16px auto;
  padding: 4px;
}
@media (min-width: 576px) {
  #checkoutMainContainer h2.file-mail-header {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #checkoutMainContainer h2.file-mail-header {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #checkoutMainContainer h2.file-mail-header {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #checkoutMainContainer h2.file-mail-header {
    max-width: 1140px;
  }
}
