@keyframes spinner {
  0% {
    opacity: 1;
    backface-visibility: hidden;
    transform: translateZ(0) scale(1.5, 1.5);
  }
  100% {
    opacity: 0;
    backface-visibility: hidden;
    transform: translateZ(0) scale(1, 1);
  }
}
.spinner div > div {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e63f96;
  animation: spinner 1s linear infinite;
}

.spinner div:nth-child(1) > div {
  left: 74px;
  top: 44px;
  animation-delay: -0.875s;
}

.spinner > div:nth-child(1) {
  transform: rotate(0deg);
  transform-origin: 80px 50px;
}

.spinner div:nth-child(2) > div {
  left: 65px;
  top: 65px;
  animation-delay: -0.75s;
}

.spinner > div:nth-child(2) {
  transform: rotate(45deg);
  transform-origin: 71px 71px;
}

.spinner div:nth-child(3) > div {
  left: 44px;
  top: 74px;
  animation-delay: -0.625s;
}

.spinner > div:nth-child(3) {
  transform: rotate(90deg);
  transform-origin: 50px 80px;
}

.spinner div:nth-child(4) > div {
  left: 23px;
  top: 65px;
  animation-delay: -0.5s;
}

.spinner > div:nth-child(4) {
  transform: rotate(135deg);
  transform-origin: 29px 71px;
}

.spinner div:nth-child(5) > div {
  left: 14px;
  top: 44px;
  animation-delay: -0.375s;
}

.spinner > div:nth-child(5) {
  transform: rotate(180deg);
  transform-origin: 20px 50px;
}

.spinner div:nth-child(6) > div {
  left: 23px;
  top: 23px;
  animation-delay: -0.25s;
}

.spinner > div:nth-child(6) {
  transform: rotate(225deg);
  transform-origin: 29px 29px;
}

.spinner div:nth-child(7) > div {
  left: 44px;
  top: 14px;
  animation-delay: -0.125s;
}

.spinner > div:nth-child(7) {
  transform: rotate(270deg);
  transform-origin: 50px 20px;
}

.spinner div:nth-child(8) > div {
  left: 65px;
  top: 23px;
  animation-delay: 0s;
}

.spinner > div:nth-child(8) {
  transform: rotate(315deg);
  transform-origin: 71px 29px;
}

.loading-spinner {
  width: 26px;
  height: 26px;
  display: inline-block;
  overflow: hidden;
  background: none;
}

.spinner {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.26);
  backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */
}

.spinner div {
  box-sizing: content-box;
}

.loading-spinner {
  display: none;
}

.loading-spinner.is-active {
  display: inline-block;
}

.hidden {
  display: none !important;
}

.woocommerce-cart-form .actions > button {
  display: none !important;
}

.theme-select.has-error {
  border: 1px solid red;
}

.fcpa-product-estimating-notice {
  margin-top: 20px;
}

#fcpa_quantity_link_buttons {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  width: 100%;
}
#fcpa_quantity_link_buttons li {
  flex: 1 1 auto;
  margin: 5px;
}
#fcpa_quantity_link_buttons li span {
  display: grid;
}
#fcpa_quantity_link_buttons li:first-child {
  margin-left: 0;
}
#fcpa_quantity_link_buttons li:last-child {
  margin-right: 0;
}
#fcpa_quantity_link_buttons li button {
  display: block;
  text-align: center;
  margin: 0;
  text-decoration: none;
}
#fcpa_quantity_link_buttons li button.selected {
  background-color: black;
  color: white;
}

#fcpa-custom-quantity.selected {
  background-color: black;
  color: white;
}

#t-shirt-size-table.table thead th {
  background: unset;
  /*padding-top: 0;*/
}
#t-shirt-size-table.table thead th.fcpa-qty {
  width: 100px;
}
#t-shirt-size-table.table input {
  padding: 0 15px;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #555;
  min-height: 34px;
}
#t-shirt-size-table.table thead th,
#t-shirt-size-table.table label {
  color: #333;
  font-weight: 600;
}

.woocommerce td.product-name dl.variation dt {
  float: left;
  margin-right: 10px;
}

ul.wc-item-meta li {
  display: flex;
}
ul.wc-item-meta li p {
  margin: 0;
}
ul.wc-item-meta li strong {
  margin-right: 10px;
}

ul.woocommerce-order-overview {
  display: inline-flex;
  width: 100%;
}
ul.woocommerce-order-overview li {
  width: 100%;
  padding: 10px !important;
}
ul.woocommerce-order-overview li.total {
  text-align: right;
}

.fcpa-woocommerce-error a {
  float: unset !important;
}

.reset_variations {
  display: none !important;
}

/*# sourceMappingURL=public.css.map */
