.qo_loader {
  position: relative;
}
.qo_loader:after {
  content: "";
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  margin: -25px;
}
.qo_loader:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.25);
  z-index: 999;
}

.quick-order-container .quick-order-wrapper {
  --red-color: #C51230;
  max-width: 700px;
  width: 100%;
  padding: 40px;
  background-color: #fff;
  border-radius: 12px;
}
@media (min-width: 767px) {
  .quick-order-container .quick-order-wrapper {
    min-width: 500px;
  }
}
@media (min-width: 1024px) {
  .quick-order-container .quick-order-wrapper {
    min-width: 700px;
  }
}
@media (max-width: 767px) {
  .quick-order-container .quick-order-wrapper {
    padding: 10px;
    min-width: 300px;
  }
}
.quick-order-container .quick-order-wrapper h4 {
  color: var(--red-color) !important;
  margin: 0;
}
@media (max-width: 767px) {
  .quick-order-container .quick-order-wrapper h4 {
    font-size: 1.1rem !important;
  }
}
.quick-order-container .quick-order-wrapper .top {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 4em;
}
.quick-order-container .quick-order-wrapper .top h2 {
  font-size: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .quick-order-container .quick-order-wrapper .top h2 {
    font-size: 1.1rem !important;
  }
}
.quick-order-container .quick-order-wrapper .filter {
  margin-bottom: 20px;
}
.quick-order-container .quick-order-wrapper select {
  border: 1px solid #000;
}
.quick-order-container .quick-order-wrapper .sizing-filter {
  display: flex;
  margin-bottom: 36px;
  overflow: hidden;
}
.quick-order-container .quick-order-wrapper .sizing-filter input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.quick-order-container .quick-order-wrapper .sizing-filter label {
  background-color: none;
  color: var(--red-color);
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 8px 16px;
  margin-right: -1px;
  border: 1px solid var(--red-color);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  transition: all 0.1s ease-in-out;
  text-transform: uppercase;
  font-weight: 600;
}
.quick-order-container .quick-order-wrapper .sizing-filter label:hover {
  cursor: pointer;
}
.quick-order-container .quick-order-wrapper .sizing-filter label:first-of-type {
  border-radius: 4px 0 0 4px;
}
.quick-order-container .quick-order-wrapper .sizing-filter label:last-of-type {
  border-radius: 0 4px 4px 0;
}
.quick-order-container .quick-order-wrapper .sizing-filter input:checked + label {
  background-color: var(--red-color);
  box-shadow: none;
  color: #FFF !important;
}
.quick-order-container .quick-order-wrapper .row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.quick-order-container .quick-order-wrapper .diameter-filter-wrapper {
  width: 49%;
}
.quick-order-container .quick-order-wrapper .length-filter-wrapper {
  width: 49%;
}
.quick-order-container .quick-order-wrapper .bottom {
  margin-top: 20px;
  padding: 25px 0;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: lightgrey;
}
.quick-order-container .quick-order-wrapper .bottom .product-suggestion {
  display: flex;
  flex-direction: row;
}
.quick-order-container .quick-order-wrapper .bottom .product-suggestion .product-info {
  width: 70%;
}
.quick-order-container .quick-order-wrapper .bottom .product-suggestion .product-info .product-title {
  color: var(--red-color);
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 600;
}
.quick-order-container .quick-order-wrapper .bottom .product-suggestion .product-info .attributes {
  font-size: 0.8rem !important;
  color: grey;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.quick-order-container .quick-order-wrapper .bottom .product-suggestion .product-info .attributes a {
  font-size: 0.8rem !important;
  color: grey;
}

.quick-order-container .quick-order-wrapper .bottom .product-suggestion .product-info .attributes .attribute {
  height: 1.4em;
}
@media(min-width: 767px) {
  .quick-order-container .quick-order-wrapper .bottom .product-suggestion .product-info .attributes a {
    font-size: 0.7rem !important;
  }
  .quick-order-container .quick-order-wrapper .bottom .product-suggestion .product-info .attributes {
    font-size: 0.7rem !important;
  }
  .quick-order-container .quick-order-wrapper .bottom .product-suggestion .product-info .attributes .attribute {
    height: auto;
  }
}
.quick-order-container .quick-order-wrapper .bottom .product-suggestion .product-info span .woocommerce-Price-amount amount {
  color: var(--red-color) !important;
}
.quick-order-container .quick-order-wrapper .bottom .product-suggestion .product-info .stock.in-stock {
  color: green;
}
.quick-order-container .quick-order-wrapper .bottom .product-suggestion .product-info .stock.out-of-stock {
  color: red;
}
.quick-order-container .quick-order-wrapper .bottom .product-suggestion .product-order {
  width: 30%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}
.quick-order-container .quick-order-wrapper .bottom .product-suggestion .product-order .single_add_to_cart_button {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.2 !important;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0em;
  border-radius: 0.3em;
  padding: 0.8em 1.8em;
  background: #ffffff;
  border-color: #C51230;
  color: #C51230 !important;
  box-shadow: 0 0em 0em rgba(0, 0, 0, 0.2);
}
.quick-order-container .quick-order-wrapper .bottom .product-suggestion .product-order .single_add_to_cart_button:hover {
  box-shadow: 0 0em 0em rgba(0, 0, 0, 0.2);
  background: #C51230;
  border-color: #C51230;
  color: #ffffff !important;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}