.designer-progress .spinner-border {
  width: 5rem;
  height: 5rem;
} 

/* custom modal stuff since cimpress overwrote bootstrap */
.as-modal {
  color: #002a45;
}

.as-modal .modal-header {
  padding-left: 25px;
  padding-top: 25px;
}

.as-modal .modal-header .close {
  margin: -1rem -1rem -1rem auto;
}

.as-modal .modal-title {
  border-bottom: 1px solid #dee2e6;
  display: block;
  width: 100%;
  padding-bottom: 20px;
}

.as-modal input {
  border: 1px solid #002a45;
  border-radius: 3px;
  color: #002a45;
  font-size: 13px;
  padding: 7px 8px;
  margin: 4px;
  margin-left: 0;
  font-family: arial;
  font-weight: 500;
  margin-bottom: 20px;
  margin: 0;
  text-align: center;
}


/* overriding cimpress styling who overrided bootstrap directly... sigh */
.quantity-size-modal .modal-header {
  background-color: #ffffff !important;
}

.btn-warning {
  color: #000000 !important;
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
  margin-bottom: 35px;
}

.btn-warning:hover {
  color: #212529 !important;
  background-color: #e0a800 !important;
  border-color: #d39e00 !important;
}
.thumbnails {
  display :flex; 
  }
.thumbnails__thumbnail { 
  width: 50%;
  padding: 10px;
}
.modal-header .close {
  margin-top: -5px!important;
}
.js-clipart-search-form {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .js-clipart-search-form {
    max-width: 350px;
  }
}

#colorOOSModal {
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(10,10,10,.85);
}