.crosselling-product-container {
  font-family: 'Nike', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  background-color: #f7f7f7;
  margin-bottom: 2rem;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-90 {
  width: 90% !important;
}

.crosselling-product-price {
  font-size: 1rem;
  font-weight: 600;
}

.btn-crossellingadd-to-cart:disabled {
  background-color: #b0b0b0;
  cursor: not-allowed;
}

.btn-crossellingadd-to-cart {
  font-size: 11px;
  font-weight: 400;
  background-color: #1c4da1;
  color: #fff;
  border: none;
  border-radius: 3px;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.35rem;
  margin-right: 0.15rem;
}
