/*
Theme Name: levobelt
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

.page-template-page-cart .product-quantity {
  text-align: center !important;
}

#affwp-affiliate-dashboard {
  .affwp-notice {
    font-family: "League Spartan", sans-serif;
    font-weight: bold;
    color: white;
    font-size: 28px;
    border: 1px solid white;
    background: black;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .affwp-notice {
    font-size: 18px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px !important;
  }

  #affwp-affiliate-dashboard {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px !important;
    padding-bottom: 0px !important;
  }
}

#affwp-affiliate-dashboard {
  padding-top: 100px;
  padding-bottom: 100px;
}

#content.content-area.page-wrapper .row .large-12 .col-inner .row .col {
  padding: 0;
}
/* AFFWP WEBPAGE */
.affwp-card__content {
  border-bottom: 1px solid white;
}

.affwp-card.affwp-affiliate-link {
  .affwp-card__header.affwp-affiliate-link__header {
    justify-content: center;
    position: relative;
    gap: 0;
  }
}

.affwp-affiliate-link__display {
  display: flex;
  flex-direction: column;

  input {
    margin-bottom: 0px;
  }
}

.affwp-card__footer.affwp-custom-link-submit-wrap {
  margin-top: 20px;

  #affwp-generator-submit-notices {
    font-size: 20px;
  }

  #affwp-generator-submit-notices #affwp-generator-submit-btn {
    margin-bottom: 0px;
  }
}

.affwp-card {
  .affwp-card__header {
    padding: 0;
  }

  h3 {
    font-size: 30px;
    line-height: 30px;
  }

  p {
    padding-bottom: 15px;
  }

  #affwp-generator-toggle-campaign {
    font-weight: bold;
  }
}

.affwp-card__footer.affwp-custom-link-submit-wrap {
  padding: 0;
}

/* Table edits */
#affwp-affiliate-dashboard-referral-counts h4 {
  font-size: 30px;
}

.affwp-table.affwp-table-responsive thead tr th {
  color: white;
  background-color: black;
  text-align: center;
}

.affwp-table.affwp-table-responsive tbody tr td {
  color: white;
  background-color: rgb(19, 19, 19);
}

.affwp-table-no-data {
  text-align: center !important;
}

/* GRAPHS */
#affwp-affiliate-dashboard-graphs h4 {
  font-size: 30px;
}

#affwp-generator-submit-btn {
  font-size: 16px;
  background-color: #a7054e !important;
  margin-top: 0px;
  margin-bottom: 10px;
}

.affwp-graphs-date-options.affwp-graphs-date-options {
  margin-bottom: 0px;
  width: 133px !important;
  option {
    color: white !important;
    background-color: black !important;
  }
}

#affwp-graphs-filter {
  #submit {
    margin-bottom: 1px !important;
  }

  .tablenav.top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
  }
}

.affwp-graph .legend div {
  color: white !important;
  font-weight: bold;
  background-color: black !important;
}

@media (max-width: 600px) {
  .affwp-graph {
    margin-left: 12px;
  }
}

#affwp-affiliate-dashboard-creatives h4 {
  font-size: 30px;
  margin-bottom: 0px;
}

#affwp-affiliate-dashboard-payouts h4 {
  font-size: 30px;
}

#affwp-affiliate-dashboard-referrals h4 {
  font-size: 30px;
}

#affwp-affiliate-dashboard-visits h4 {
  font-size: 30px;
}

#affwp-affiliate-dashboard-visits .referral-status {
  width: 25%;
}

@media (max-width: 600px) {
  #affwp-affiliate-dashboard-visits .affwp-table-no-data {
    display: flex;
    justify-content: center;
  }
}

/* Settings */
#affwp-affiliate-dashboard-profile-form h4 {
  font-size: 30px;
  margin-bottom: 0px;
}

.affwp-wrap.affwp-payment-email-wrap label {
  font-size: 20px;
}

.affwp-save-profile-wrap {
  border-top: 1px solid white;
  padding-top: 18px;
}

.affwp-save-profile-wrap input.button {
  font-size: 19px;
}

.affwp-wrap.affwp-send-notifications-wrap label {
  font-size: 16px;
}

/* AFFILIATE REGISTRATION */
.page-id-951 {
  .is-divider.medium {
    display: none !important;
  }

  h1.entry-title {
    margin-bottom: 0px;
  }

  fieldset {
    legend {
      font-size: 20px;
    }
    p .affwp-field-label {
      font-size: 17px;
    }
    p #affwp-user-name {
      margin-bottom: 5px;
    }
    input.button {
      font-size: 20px;
      background-color: #a7054e !important;
      margin-top: 0px;
      margin-bottom: 10px;
    }

    #affwp-promotion-method {
      color: white !important;
    }
  }

  .affwp-error {
    font-family: "League Spartan", sans-serif;
    font-weight: bold;
    color: white;
    font-size: 28px;
    border: 1px solid white;
    background: black;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid white;
  }
  .button {
    font-size: 30px;
  }
}

/* AFFILIATE LOGIN */
.page-id-950 {
  .dark.dark-page-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  #content {
    padding-bottom: 0px !important;
  }
  #affwp-login-form {
    fieldset {
      legend {
        font-size: 30px;
      }
      p label {
        font-size: 18px;
      }
      p input {
        margin-bottom: 5px;
      }
      label {
        font-size: 18px;
      }
      input.button {
        margin-bottom: 0px;
        font-size: 20px;
        background-color: #a7054e !important;
        margin-top: 10px;
        margin-bottom: 10px;
      }
      .affwp-lost-password a {
        font-size: 20px;
      }
    }
  }
}

/* AFFILIATE AREA */
.page-id-949 .dark.dark-page-wrapper {
  .affwp-notice {
    font-family: "League Spartan", sans-serif;
    font-weight: bold;
    color: white;
    font-size: 28px;
    border: 1px solid white;
    background: black;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .affwp-notice {
    font-size: 18px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px !important;
    padding-left: 10px;
    padding-right: 10px;
  }

  #affwp-affiliate-dashboard {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px !important;
    padding-bottom: 0px !important;
  }
}

#affwp-affiliate-dashboard {
  padding-top: 100px;
  padding-bottom: 100px;
}

#content.content-area.page-wrapper .row .large-12 .col-inner .row .col {
  padding: 0;
}

/* Affiliate */
#affwp-custom-links-table thead tr th {
  color: white;
  background-color: black;
  text-align: center;
}

#affwp-custom-links-table tbody tr td {
  color: white;
  background-color: rgb(19, 19, 19);
}

#affwp-custom-links-table .affwp-custom-link-actions {
  display: none;
}

.flickity-button-icon {
  fill: #a7054e !important;
}

.our-clients-levo {
  font-size: 45px !important;
}

@media (max-width: 568px) {
  .our-clients-levo {
    font-size: 31px !important;
    line-height: 1.2;
  }
}
