body {
  scroll-behavior: smooth;
}

h1, h2, h3 {
  font-family: "ford-medium-cond";
}

.woocommerce a.added_to_cart {
  display: none;
}

h1, h2, h3 {
  color: #3E3E75;
}

.rounded {
  border-radius: 15px;
}

.shadow {
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.26);
}

.text-center {
  text-align: center;
}

.half {
  width: 50%;
}

.full {
  min-width: 100%;
}

input.amount-sold {
  max-width: 60px;
}

span.amount-sold {
  font-weight: bold;
}

.floating-btn {
  color: white;
  background-color: #ff07a7;
  position: fixed;
  padding: 10px 30px;
  bottom: 2%;
  right: 2%;
  border-radius: 50px;
}

input:disabled {
  background: rgb(212, 212, 212);
}

.wcr_notice {
  padding: 10px 10px;
  border-radius: 30px;
  background-color: #ededed;
  margin-bottom: 20px;
}

button, [type=submit], a.wcr.button {
  fill: #ffffff;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  background-color: #FF07A7;
  border-radius: 50px;
  padding: 10px 40px 10px 40px;
  border: 1px solid #ff07a7;
  font-weight: 700;
}

button:hover, [type=submit]:hover, a.wcr.button:hover {
  fill: #FF07A7;
  color: #FF07A7;
  background-color: white;
  border-radius: 50px;
  padding: 10px 40px 10px 40px;
  border: 1px solid #ff07a7;
}

button:disabled {
  background-color: #8e92a2;
  border: 1px solid #8e92a2;
  color: white;
}

button:disabled:hover {
  background-color: #8e92a2;
  border: 1px solid #8e92a2;
  color: white;
}

input, select {
  border-radius: 50px !important;
  border-color: #ddd;
  background: #fff;
  font-size: 17px;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
}

input[type=number] {
  min-width: 65px;
  padding-left: 5px;
  padding-right: 5px;
}

.woocommerce-MyAccount-navigation ul {
  padding-left: 0;
  list-style-type: none;
  font-size: 14px;
}
.woocommerce-MyAccount-navigation ul li {
  padding: 10px 5px;
}

.print-button {
  background-color: #ffffff;
  color: #FF07A7;
}

.header-two-part {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.shop-banner {
  position: relative;
  font-family: "ford-medium-cond";
  background-image: url("/wp-content/uploads/2023/02/top-shop-banner1.jpeg");
  background-position: center;
  background-size: cover;
  width: 100%;
  min-height: 400px;
  max-height: 500px;
}
.shop-banner .shop-slogan {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.shop-banner .shop-slogan > * {
  margin-bottom: 0;
  text-align: center;
}
.shop-banner .shop-slogan h2.top-main-banner-text {
  font-family: "ford-medium-cond";
  color: white;
  font-size: 40px;
}
.shop-banner .shop-slogan h3.sub-main-banner-text {
  color: white;
  font-size: 24px;
}
@media (max-width: 550px) {
  .shop-banner .shop-slogan h2.top-main-banner-text {
    font-size: 28px;
  }
  .shop-banner .shop-slogan h3.sub-main-banner-text {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .shop-banner {
    background-image: url("/wp-content/uploads/2023/02/top-shop-banner-mobile.jpg");
  }
}

.form-wrapper {
  max-width: 1140px;
  margin: 20px auto;
  padding: 20px;
}
.form-wrapper form > * {
  margin-top: 30px;
}
@media (max-width: 500px) {
  .form-wrapper {
    padding: 10px;
  }
}

.input-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.input-wrapper .buyer-informations {
  max-width: 500px;
  margin-bottom: 0;
}

.buyer-informations {
  --font-family-primary: "ford-medium-cond", Sans-serif;
  margin-bottom: 2rem;
}
.buyer-informations > *:not(:last-child) {
  margin-bottom: 20px;
}
.buyer-informations input {
  font-family: var(--font-family-primary);
}
.buyer-informations input:focus {
  outline: none;
}

.sellers {
  padding: 0.5rem 0;
  border-bottom: 1px solid #cccccc;
  display: flex;
  justify-content: space-between;
}
.sellers > * {
  flex: 1 1 0;
}
.sellers :last-child {
  text-align: right;
}
.sellers .remove-seller {
  padding: 10px;
  font-size: 16px;
  color: red;
  cursor: pointer;
}
.sellers.table-head {
  font-weight: bolder;
}
@media (max-width: 500px) {
  .sellers {
    font-size: 12px;
  }
}

.team-shop-product-card-wrapper {
  --font-family-primary: "ford-medium-cond", Sans-serif;
  font-family: var(--font-family-primary);
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: auto;
  grid-gap: 1.6rem;
  min-width: 100%;
  margin-bottom: 20px;
}
.team-shop-product-card-wrapper > * {
  height: auto;
}
.team-shop-product-card-wrapper .team-shop-product-card-content {
  margin-bottom: auto;
}
@media (max-width: 500px) {
  .team-shop-product-card-wrapper > * {
    flex: 1 1 auto;
    min-width: 100%;
    height: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.team-shop-product-card-wrapper .team-shop-product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: 20px;
  font-size: 14px;
  text-align: center;
  border: 3px solid transparent;
}
.team-shop-product-card-wrapper .team-shop-product-card h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}
.team-shop-product-card-wrapper .team-shop-product-card ul {
  list-style-type: none;
  padding: 0;
}
.team-shop-product-card-wrapper .team-shop-product-card input {
  width: 20%;
  max-width: 60px;
  min-width: 60px;
}
.team-shop-product-card-wrapper .team-shop-product-card .input-number {
  width: 100px;
  padding: 0 12px;
  vertical-align: top;
  text-align: center;
  outline: none;
}
.team-shop-product-card-wrapper .team-shop-product-card #productReadMore {
  background-color: white;
  border: 1px solid #ff07a7;
  color: #ff07a7;
}
.team-shop-product-card-wrapper .team-shop-product-card .input-number,
.team-shop-product-card-wrapper .team-shop-product-card .input-number-decrement,
.team-shop-product-card-wrapper .team-shop-product-card .input-number-increment {
  border: 1px solid #ff07a7;
  height: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.team-shop-product-card-wrapper .team-shop-product-card .input-number-decrement,
.team-shop-product-card-wrapper .team-shop-product-card .input-number-increment {
  display: inline-block;
  padding: 0 20px;
  line-height: 38px;
  background: #ff07a7;
  color: white;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  border-radius: 50px;
}
.team-shop-product-card-wrapper .team-shop-product-card .input-number-decrement:active,
.team-shop-product-card-wrapper .team-shop-product-card .input-number-increment:active {
  background: #ddd;
}
.team-shop-product-card-wrapper .team-shop-product-card .last-col {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.team-shop-product-card-wrapper .team-shop-product-card .last-col > * {
  margin-bottom: 0;
}
.team-shop-product-card-wrapper .team-shop-product-card input {
  padding: 5px 10px;
}
.team-shop-product-card-wrapper .team-shop-product-card.chosen {
  border: 3px solid #ff07a7;
}
.team-shop-product-card-wrapper .team-shop-product-card .my-account-product-card-content > * {
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  .team-shop-product-card-wrapper .team-shop-product-card {
    flex-direction: column;
    padding: 20px 10px;
  }
  .team-shop-product-card-wrapper .team-shop-product-card .my-account-product-card-image {
    min-width: 100%;
    display: flex;
    justify-content: center;
  }
  .team-shop-product-card-wrapper .team-shop-product-card .last-col {
    min-width: 100%;
  }
  .team-shop-product-card-wrapper .team-shop-product-card .last-col input {
    max-width: 60px;
  }
  .team-shop-product-card-wrapper .team-shop-product-card .last-col h4 {
    margin-bottom: 0;
  }
}

.my-account-product-card-wrapper {
  --font-family-primary: "ford-medium-cond", Sans-serif;
  font-family: var(--font-family-primary);
  display: flex;
  flex-direction: column;
  min-width: 100%;
  gap: 15px;
}
.my-account-product-card-wrapper > * {
  margin-bottom: 10px;
}
.my-account-product-card-wrapper .my-account-product-card {
  display: flex;
  flex-direction: row;
  min-width: 100%;
  gap: 10px;
  padding: 20px;
  font-size: 14px;
}
.my-account-product-card-wrapper .my-account-product-card h4 {
  margin-top: 0;
  font-size: 16px;
  font-weight: bold;
}
.my-account-product-card-wrapper .my-account-product-card ul {
  list-style-type: none;
  padding: 0;
}
.my-account-product-card-wrapper .my-account-product-card > :first-child, .my-account-product-card-wrapper .my-account-product-card > :last-child {
  width: 20%;
  max-width: 60px;
  min-width: 60px;
}
.my-account-product-card-wrapper .my-account-product-card .my-account-product-card-image {
  min-width: 150px;
}
.my-account-product-card-wrapper .my-account-product-card .last-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: end;
  margin-left: auto;
}
.my-account-product-card-wrapper .my-account-product-card input {
  padding: 5px 10px;
}
.my-account-product-card-wrapper .my-account-product-card .my-account-product-card-content > * {
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  .my-account-product-card-wrapper .my-account-product-card {
    flex-direction: column;
    padding: 20px 10px;
  }
  .my-account-product-card-wrapper .my-account-product-card .my-account-product-card-image {
    min-width: 100%;
    display: flex;
    justify-content: center;
  }
  .my-account-product-card-wrapper .my-account-product-card .last-col {
    min-width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
  }
  .my-account-product-card-wrapper .my-account-product-card .last-col input {
    max-width: 60px;
  }
  .my-account-product-card-wrapper .my-account-product-card .last-col h4 {
    margin-bottom: 0;
  }
}

.separated-vertical {
  display: flex;
  flex-direction: column;
  justify-content: baseline;
}
.separated-vertical > :last-child {
  margin-top: 50px;
}
.separated-vertical .username {
  font-weight: bold;
}

tfoot {
  font-weight: bold;
}

.table thead th {
  font-size: 12px;
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table::-webkit-scrollbar {
  height: 6px;
  background-color: #F5F5F5;
}

.table::-webkit-scrollbar-thumb {
  background-color: #4d4d4d;
}

.separated {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 5px;
}

.separated .amount {
  padding: 2px 3px;
}

.invite-wrapper {
  padding: 20px 10px;
  border-radius: 20px;
  background-color: #f0f0f0;
  margin-bottom: 20px;
}
.invite-wrapper > p {
  font-size: 14px;
}
.invite-wrapper h5 {
  margin-bottom: 0;
}
.invite-wrapper div {
  font-size: 14px;
}
.invite-wrapper .invite-container {
  display: block;
  font-size: 14px;
  padding: 0.5rem 0;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin: 5px 0;
}
.invite-wrapper .invite-container input {
  padding-left: 5px;
  padding-right: 5px;
  flex-grow: 1;
  outline: none;
  border: none;
}
.invite-wrapper .invite-container > * {
  font-size: 12px;
}

.wcr-cards-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.wcr-cards-wrapper > * {
  flex: 1 1 250px;
  height: auto;
}

.wcr-dashbord-stats-wrapper {
  padding: 10px 0;
  font-size: 14px;
  flex-wrap: wrap;
}
.wcr-dashbord-stats-wrapper > * {
  padding: 0 20px;
}
.wcr-dashbord-stats-wrapper .stats-header {
  min-height: 50px;
  border-bottom: 1px solid #c8c8cb;
}
.wcr-dashbord-stats-wrapper h5, .wcr-dashbord-stats-wrapper h6 {
  margin: 5px 0;
  text-align: center;
}
.wcr-dashbord-stats-wrapper h5 {
  font-weight: bold;
  font-size: 18px;
}
.wcr-dashbord-stats-wrapper h6 {
  font-size: 14px;
}
.wcr-dashbord-stats-wrapper .stats-row-container {
  min-height: 150px;
  display: grid;
  place-items: center;
}
.wcr-dashbord-stats-wrapper .stats-row {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: nowrap;
  text-align: center;
  padding: 15px 10px;
}
.wcr-dashbord-stats-wrapper .stats-row > * {
  width: 50%;
}
.wcr-dashbord-stats-wrapper .stats-item-header {
  color: #8e92a2;
  font-size: 14px;
}
.wcr-dashbord-stats-wrapper .stats-number {
  font-size: 16px;
  font-weight: 600;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 120px auto;
  padding: 20px;
  width: 90%;
  max-width: 600px;
}

.product-content {
  display: flex;
  flex-direction: column;
}

.product-content img {
  align-self: center;
  margin-bottom: 20px;
}

/* The Close Button */
.close {
  background: white;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #aaa;
  float: right;
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 100%;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@media print {
  .windowToPrint {
    background-color: white;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 15px;
    font-size: 14px;
    line-height: 18px;
  }
}
.wrapper-1 {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.wrapper-2 {
  padding: 30px;
  text-align: center;
}

.wrapper-2 h2 {
  font-weight: bold;
}

.wrapper-2 p {
  margin: 0;
  color: rgb(122, 122, 122);
}

@media (min-width: 600px) {
  .content {
    max-width: 1000px;
    margin: 0 auto;
  }
  .wrapper-1 {
    height: initial;
    max-width: 620px;
    margin: 0 auto;
    margin-top: 50px;
  }
}
.thank-you-total {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.thank-you-total > * {
  font-size: 20px;
  font-weight: bold;
}

.thank-you-product-card-wrapper {
  display: flex;
  flex-direction: column;
  min-width: 100%;
  gap: 15px;
  margin-top: 20px;
}
.thank-you-product-card-wrapper .thank-you-product-card {
  display: flex;
  flex-direction: row;
  min-width: 100%;
  gap: 10px;
  padding: 10px 0px;
  font-size: 14px;
  border-bottom: 1px solid rgb(212, 212, 212);
}
.thank-you-product-card-wrapper .thank-you-product-card > :last-child {
  border-bottom: none;
}
.thank-you-product-card-wrapper .thank-you-product-card h5 {
  margin-top: 0;
  font-size: 16px;
  font-weight: bold;
}
.thank-you-product-card-wrapper .thank-you-product-card > :first-child {
  width: 20%;
  max-width: 100px;
  min-width: 100px;
}
.thank-you-product-card-wrapper .thank-you-product-card .thank-you-last-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 100%;
  text-align: end;
}
.thank-you-product-card-wrapper .thank-you-product-card .thank-you-last-col .thank-you-name-amount {
  font-weight: bold;
}
.thank-you-product-card-wrapper .thank-you-product-card .thank-you-last-col .thank-you-name-amount span {
  color: rgb(122, 122, 122);
}
.thank-you-product-card-wrapper .thank-you-product-card .thank-you-product-card-content > * {
  margin-bottom: 10px;
}

.tm-calculator-container-inner label {
  font-weight: 700 !important;
}

.tm-calculator-container-inner input {
  font-weight: 700 !important;
}

p.sf-sub-text {
  text-align: center !important;
}

/* // calculator styling */
.tm-calculator-container {
  display: block;
}

.tm-calculator-container h3 {
  text-align: center;
}

.tm-calculator-container-inner h3 {
  color: #3E3E75;
  font-size: 28px;
  font-family: "ford-medium-cond", Sans-serif;
  font-weight: bold;
  display: block;
  text-align: center;
}

.tm-calculator-container-inner label {
  display: block;
  text-align: center;
}

.tm-calculator-container-inner {
  display: block;
  width: 100%;
  padding: 20px;
}

.tm-calculator-container-inner p {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.tm-calculator-container-inner .sf-sub-text span {
  color: #000;
}

.tm-calculator-container-inner .Amount {
  pointer-events: none;
}

.tm-calculator-container-inner .sf-sub-btn {
  text-align: center;
}

.tm-calculator-container-inner .sf-sub-btn a {
  text-decoration: none;
}

.tm-calculator-container-inner input {
  display: block;
  width: 100%;
  border-radius: 38px 38px 38px 38px !important;
  box-shadow: none;
  margin-bottom: 10px;
  text-align: center;
}

.tm-calculator-container-inner input#slider {
  margin-bottom: 15px;
  text-align: center;
}

#slider {
  -webkit-appearance: none;
  display: inline-block;
  border-radius: 20px;
  width: 100%;
  height: 15px;
  background: #FFF;
  transition: all 0.3s ease;
}

#slider::-webkit-slider-runnable-track {
  height: 0px;
  background: #ddd;
  padding: none;
  border: none;
  border-radius: 3px;
}

#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 22px;
  width: 22px;
  border-radius: 5px;
  background: #FF07A7;
  margin-top: -10px;
  cursor: pointer;
}

#slider:focus {
  outline: none;
  cursor: pointer;
}
.invite-wrapper--purple {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    background: #433776;
    border-radius: 10px;
    color: white;
        margin-bottom: 30px;
    column-gap: 30px;
}

.invite-wrapper--purple .invite-wrapper__content {
    display: flex;
    flex-flow: column;
    flex: 1;
    row-gap: 5px;
}

.invite-wrapper--purple .invite-wrapper__content h5 {
    margin: 0;
    padding: 0;
}

.invite-wrapper__content input {
    font-size: 12px;
    padding: 5px 10px;
    color: #777;
    border-radius: 10px !important;
}
.invite-wrapper__content sub {
    margin:5px;
	font-size: 14px;
    color: rgba(255,255,255,0.7);
}

.invite-wrapper__action {
    display: flex;
    align-items: flex-end;
    justify-content: end;
    height: calc(100% - 30px);
}
.invite-wrapper--purple .invite-wrapper__action a {
    display: flex;
    padding: 10px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    background: #FF0094;
    color: white;
}
.wcr-dashbord-stats-wrapper.rounded.shadow.half {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
}
.woocommerce-MyAccount-content > h3 {
    font-family: Roboto;
    font-weight: bold;
}
.invite-wrapper.text-center {
    display: flex;
    padding: 24px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 10px;
    background: #D9D9D9;
}

.invite-wrapper.text-center h5 {
    color: #000;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 122.035%; /* 29.288px */
    margin: 0;
} 
.wcr-dashbord-stats-wrapper.rounded.shadow.full {
    margin-bottom: 30px;
}
.wcr-dashbord-stats-wrapper .stats-header h5 {
    color: black;
    font-weight: bold;
    font-size:24px;
}