#foxy-product-cart {
  margin-top: 20px;
  font-size: 14px;
  color: #000;
}
#foxy-product-cart .foxy-sku {
  margin: 0 0 8px;
  font-size: 14px;
  color: #000;
}
#foxy-product-cart .foxy-price {
  margin: 0 0 16px;
  color: #fabb21 !important;
  font-weight: 300;
  font-size: 140%;
  font-family: "Roboto", "Helvetica", "Arial", "sans-serif";
}
#foxy-product-cart .foxy-label {
  display: inline-block;
  font-weight: 700;
  color: #000;
  margin: 0 10px 8px 0;
  font-size: 14px;
}
#foxy-product-cart .foxy-finish {
  margin-bottom: 16px;
}
#foxy-product-cart .foxy-finish .foxy-finish-select {
  display: block;
  width: 70%;
  max-width: 360px;
  height: 40px;
  border: 1px solid #cfcfcf;
  border-radius: 20px;
  background: #fff;
  padding: 0 14px;
  font-size: 14px;
  color: #000;
  appearance: none;
  -webkit-appearance: none;
}
#foxy-product-cart .foxy-purchase {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#foxy-product-cart .foxy-purchase .foxy-qty {
  width: 48px;
  height: 36px;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  text-align: center;
  margin-right: 12px;
  font-size: 14px;
}
#foxy-product-cart .foxy-purchase .foxy-add-to-cart {
  display: inline-block;
  background: #c1272d;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 28px;
  height: 42px;
  line-height: 42px;
  border-radius: 4px;
  letter-spacing: 0.3px;
  min-width: 220px;
  text-align: center;
}
#foxy-product-cart .foxy-purchase .foxy-add-to-cart:hover {
  background: #a51f24;
  color: #fff !important;
}
#foxy-product-cart .foxy-purchase .foxy-add-to-cart.is-signing {
  opacity: 0.6;
  pointer-events: none;
}
@media (max-width: 767px) {
  #foxy-product-cart .foxy-finish .foxy-finish-select {
    width: 100%;
    max-width: none;
  }
  #foxy-product-cart .foxy-purchase .foxy-add-to-cart {
    min-width: 0;
    flex: 1;
  }
}

.top-right-menu #fc-cart a {
  display: block;
  position: relative;
}
.top-right-menu #fc-cart .fc-cart-icon {
  display: block;
  height: 22px;
  width: 22px;
  background: url("/themes/paradigm/assets/img/icon/icon-cart.svg") center / contain no-repeat;
}
.top-right-menu #fc-cart .fc-cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  text-align: center;
  color: #fff !important;
  background: #c1272d;
  border-radius: 50%;
  padding: 0 4px;
}
.top-right-menu #fc-cart .fc-cart-count:empty {
  display: none;
}
