@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap");
.form-group {
  margin-bottom: 1rem !important;
}
.form-group label {
  display: grid;
  grid-template-columns: fit-content(100%) 1fr;
  margin-bottom: 0.5rem;
}
.form-group label.form-label--required:after {
  content: "*";
  color: #dc3545;
  padding-left: 5px;
  grid-column: 2;
  grid-row: 1;
}
.form-group label .invalid-feedback {
  grid-column: 1/span 2;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.form-group label .invalid-feedback > .d-block {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.form-group label .invalid-feedback .badge {
  color: #fff;
  background-color: #dc3545;
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control {
  border: 1px solid #ced4da;
  padding: 0.5rem 1.2rem;
  border-radius: 0.4rem;
  width: 100%;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
}
.form-check {
  display: flex;
  gap: 1rem;
  justify-content: start;
  align-items: start;
}
.form-check:first-child {
  margin-bottom: 1rem;
}
.form-check input {
  margin: 0.6rem 0 0;
  width: 1.4rem;
  height: 1.4rem;
  border-color: #ced4da;
}
.form-check label {
  margin: 0;
  cursor: pointer;
}

select.form-control {
  -webkit-appearance: auto;
  appearance: auto;
}

.webshop_seller_account .content-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

html {
  font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Cabin", sans-serif;
  font-weight: 700;
}

img {
  max-width: 100%;
}

div, p, h1, h2, h3, h4, h5, h6, section, aside, ul, ol, li, input, textarea {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.btn {
  font-family: "Cabin", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.3rem;
  text-transform: uppercase;
  padding: 0.5rem 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.btn-none {
  padding-left: 0;
  padding-right: 0;
  border: none;
  outline: none;
}
.btn-none:focus, .btn-none.show {
  border: none;
  outline: none;
}
.btn-outline-warning {
  color: #2e2d2c;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin: 0;
  padding: 0;
  color: #2e2d2c;
}

a {
  color: inherit;
  text-decoration: none;
}

.main {
  min-height: 57rem;
  width: 100%;
  max-width: 118rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: auto;
}

.footer {
  background-color: #ffcb00;
  padding: 5rem 0;
  margin-top: 7rem;
}
.footer-wrap {
  width: 100%;
  max-width: 118rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}
.footer-wrap__left {
  display: flex;
  gap: 2rem;
  align-items: center;
  color: #fff;
}
.footer-wrap__left p {
  margin-bottom: 0.5rem;
}
.footer-wrap__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}
.footer-wrap__right > * {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  color: #fff;
}

.header {
  margin-top: 3rem;
  margin-bottom: 3rem;
  position: relative;
}
.header__logo {
  text-align: center;
}
.header__logo img {
  height: 15rem;
  width: auto;
}
.header__left {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.header__left .form-group {
  margin-bottom: 0 !important;
}
.header__left .form-group label {
  font-family: "Cabin", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
}
.header__left .form-group select {
  border: 2px solid #ffcb00;
}
.header__left .form-group select:focus {
  outline: none;
  box-shadow: none;
}
.header__left a {
  font-family: "Cabin", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
}
.header__left .flag img {
  display: inline-block;
}
.header__left .flag.active img {
  border: 1px solid #ff0000;
}
.header__right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
}
.header__right a {
  font-family: "Cabin", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
}
.header__right .flag img {
  display: inline-block;
}
.header__right .flag.active img {
  border: 1px solid #ff0000;
}

.page__title {
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.page__title--sub {
  margin-bottom: 1.1rem;
}
.page__title--h1 {
  font-size: 3rem;
}
.page__title--h2, .text-content h2, .text-content h1 {
  font-size: 2.5rem;
}
.page__title--h3, .text-content h3 {
  font-size: 2rem;
}
.page__title--h4, .text-content h4 {
  font-size: 1.8rem;
}
.page__title--h5 {
  font-size: 1.6rem;
}

.nav-header {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.nav-header ul {
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  row-gap: 0.5rem;
}
.nav-header ul a {
  color: inherit;
  display: block;
  padding: 0.8rem 2rem;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Cabin", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}
.nav-header ul a.active {
  background-color: #ffcb00;
  color: #fff;
  border-radius: 0.4rem;
}

.row {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.row > * {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.card {
  border-color: #ffcb00;
  padding: 1.5rem;
  margin-bottom: 3rem;
}
.card-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}
.card-title {
  font-family: "Cabin", sans-serif;
  font-size: 3rem;
}
.card .form-control {
  border: 1px solid #ffcb00;
  width: 100%;
}
.card .text-small {
  font-size: 1.2rem !important;
}
.card-block--with-icon {
  margin-bottom: 3rem;
  display: grid;
  grid-template-columns: 7rem 1fr;
  grid-column-gap: 2rem;
}
.card-block--with-icon:last-child {
  margin-bottom: 0;
}
.card-block--with-icon img {
  width: 7rem;
  height: auto;
}
.card-bonus .text-head {
  display: grid;
  grid-template-columns: 40% 1fr;
  align-items: center;
}
.card-bonus .text-head-thumb {
  text-align: center;
}
.card-bonus .text-head-thumb img {
  width: 70%;
  height: auto;
}

.table th {
  padding: 1rem;
  weight: 500;
}
.table td {
  padding: 1.3rem 1rem;
}
.table a {
  color: inherit;
}
.table thead th {
  font-family: "Cabin", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.table tfoot th {
  font-family: "Cabin", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.table tfoot tr:last-child td, .table tfoot tr:last-child th {
  border: none;
}
.table .actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.table .actions i {
  font-size: 1.6rem;
}
.table .actions img {
  height: 18px;
  width: auto;
}
.table--catalog-shopping {
  margin-bottom: 1.5rem;
}
.table--catalog-shopping td, .table--catalog-shopping th {
  border: none;
  padding: 1rem;
}
.table--catalog-shopping tbody tr td {
  vertical-align: middle;
}
.table--catalog-shopping tbody tr:nth-child(2n+1) td {
  background-color: #ffefc3;
}
.table--no-bg th, .table--no-bg td {
  background-color: transparent;
}

.catalog-shopping-page .variants-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
}
.catalog-shopping-page .variant {
  position: relative;
}
.catalog-shopping-page .variant__label {
  font-family: "Cabin", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  padding: 0.5rem;
  background: #ffcb00;
  border-radius: 0.4rem;
  min-width: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.6rem;
}
.catalog-shopping-page .variant__x {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff0000;
  font-size: 3rem;
}
.catalog-shopping-page .variant__input {
  display: grid;
  grid-template-columns: 1fr fit-content(100%);
  grid-column-gap: 0.6rem;
  justify-content: flex-start;
  align-items: center;
}
.catalog-shopping-page .variant__input--out-stock {
  grid-template-columns: 1fr;
}
.catalog-shopping-page .variant__input-value {
  background-color: #fff;
  border-radius: 0.4rem;
  border: 1px solid #ced4da;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalog-shopping-page .variant__effect-quantity {
  display: flex;
  flex-direction: column;
}
.catalog-shopping-page .variant__effect-quantity i {
  line-height: 2rem;
  cursor: pointer;
}
.catalog-shopping-page .remove-item {
  cursor: pointer;
}
.catalog-shopping-page__customer {
  font-family: "Cabin", sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.catalog-shopping-page__cart {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: inherit;
  gap: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Cabin", sans-serif;
  font-size: 1.5rem;
}
.catalog-shopping-page__filter {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.catalog-shopping-page__filter > * {
  flex-shrink: 0;
}
.catalog-shopping-page__filter .form-control {
  max-width: 13rem;
  appearance: auto;
}

.text-content p, .text-content div, .text-content span, .text-content ul, .text-content ol, .text-content li {
  margin-bottom: 1rem;
  font-family: "Lato", sans-serif !important;
  font-size: 1.6rem !important;
}
.text-content .text-small {
  font-size: 1.3rem !important;
}
.text-content table td, .text-content table th {
  padding: 1rem;
  vertical-align: top;
  border-bottom: 1px solid rgb(222, 226, 230);
}
.text-content table td p:last-child, .text-content table th p:last-child {
  margin-bottom: 0;
}
.text-content table th {
  font-family: "Cabin", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}
.text-content table tr:last-child th, .text-content table tr:last-child td {
  border: none;
}
.text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content h6 {
  text-transform: uppercase;
  font-family: "Cabin", sans-serif;
  font-weight: 500;
  margin-bottom: 1rem;
}
.text-content > *:last-child {
  margin-bottom: 0;
}

.btn-group .dropdown-menu {
  padding: 1rem 0;
}
.btn-group .dropdown-menu a {
  font-family: "Cabin", sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.6rem;
  line-height: 2.5rem;
}
.btn-group .dropdown-menu a:hover {
  background-color: inherit;
}
.btn-group .dropdown-menu a:focus {
  color: inherit;
  background-color: inherit;
}

.gray-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #f5f5f5;
  padding: 3rem;
  border-radius: 0.4rem;
}
.gray-box .main-value {
  font-family: "Cabin", sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.gray-box--with-img {
  padding: 0;
  background-color: transparent;
  justify-content: center;
}
.gray-box--with-img img {
  width: 100%;
  height: auto;
}
.gray-box-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  margin-bottom: 3rem;
}
.gray-box-wrap--three {
  grid-template-columns: 1fr 1fr 1fr;
}
.gray-box__row {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin-bottom: 0.5rem;
}

.big-gray-box {
  background-color: #f5f5f5;
  padding: 3rem;
  border-radius: 0.4rem;
  margin-bottom: 3rem;
}
.big-gray-box__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #dee2e6;
}

.teamsale-invoice-summary-box {
  background-color: #f5f5f5;
  padding: 3rem 2rem;
  border-radius: 0.7rem;
  border: 2px solid #ffcb00;
}

.association-stats__wrap {
  width: 100%;
  height: 4rem;
  background: #ffefc3;
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}
.association-stats__border {
  border-left: 2px solid #fff;
  position: absolute;
  top: 0;
  height: 40px;
  width: 2px;
}
.association-stats__value {
  width: 0;
  height: 40px;
  display: block;
  background-color: #ffcb00;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.association-stats__desc {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.association-stats__desc .title {
  text-align: center;
  font-family: "Cabin", sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.2rem;
}
.association-stats__desc .desc {
  text-align: center;
  font-size: 1.1rem;
}
.association-stats__desc .img img {
  width: 100%;
  max-width: 7rem;
  height: auto;
}

.badge.status-completed {
  background-color: rgb(25, 135, 84);
  color: #fff;
  text-transform: lowercase;
  font-family: "Cabin", sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.1rem;
}
.badge.status-pending {
  background-color: rgb(13, 110, 253);
  color: #fff;
  text-transform: lowercase;
  font-family: "Cabin", sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.1rem;
}
.badge.status-cancelled {
  background-color: rgb(33, 37, 41);
  color: #fff;
  text-transform: lowercase;
  font-family: "Cabin", sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.1rem;
}

.order-header {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.alert {
  margin-bottom: 3rem;
}

.webshop_teamsale_order_confirm .form-box {
  padding: 2rem;
  margin-bottom: 2rem;
  border: 1px solid #ced4da;
  border-radius: 0.4rem;
}
.webshop_teamsale_order_confirm .form-box .form-group {
  display: grid;
  grid-template-columns: 350px 1fr;
  margin-bottom: 1.5rem !important;
}
.webshop_teamsale_order_confirm .form-box .form-group .form-control {
  height: 36px;
}

.webshop_approve_teamsale .approved-box {
  border: 1px solid #ececec;
  border-radius: 0.5rem;
  padding: 2rem 3rem;
}
.webshop_approve_teamsale .form-group {
  margin-bottom: 1.5rem !important;
}
.webshop_approve_teamsale .form-group.mb-0 {
  margin-bottom: 0 !important;
}
.webshop_approve_teamsale .form-group label {
  font-weight: 700;
}

.webshop_association_index .association-stats--main {
  margin-bottom: 3rem;
}
.webshop_association_index__team {
  border-top: 1px solid #888;
  padding-top: 3rem;
  margin-bottom: 3rem;
}
.webshop_association_index__team .table tr td:first-child {
  text-transform: uppercase;
  font-family: "Cabin", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
}

.yellow-border {
  width: 30px;
  height: 10px;
  background: #ffcb00;
}

.tooltip-inner {
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
}

@media (max-width: 991.98px) {
  .webshop_page .webshop_association_index__team .col-left {
    margin-bottom: 3rem;
  }
  .webshop_page .gray-box__row {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .footer-wrap {
    grid-template-columns: 1fr;
  }
  .gray-box-wrap {
    grid-template-columns: 1fr 1fr;
  }
  .card-wrap {
    grid-template-columns: 1fr;
  }
  .table-mobile--hide {
    display: none !important;
  }
  .table-mobile tr {
    display: flex;
    flex-direction: column;
  }
  .table-mobile tr td, .table-mobile tr th {
    display: grid;
    grid-template-columns: 35% 1fr;
    grid-column-gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left !important;
  }
  .table-mobile tr td:before, .table-mobile tr th:before {
    content: attr(data-title) ": ";
    word-wrap: break-word;
  }
  .table-mobile tr td:last-child, .table-mobile tr th:last-child {
    border-bottom: none;
  }
  .table-mobile tr td.table-mobile--action, .table-mobile tr th.table-mobile--action {
    grid-template-columns: 1fr;
  }
  .table-mobile tr td.table-mobile--action:before, .table-mobile tr th.table-mobile--action:before {
    content: none;
  }
  .table-mobile tr:nth-child(2n-1) td {
    background-color: #eee;
  }
  .table-mobile tfoot tr td, .table-mobile tfoot tr th {
    grid-template-columns: 1fr fit-content(100%);
  }
}
@media (max-width: 575.98px) {
  .header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 1.5rem;
  }
  .header__left {
    position: relative;
    grid-row: 2/span 1;
    grid-column: 1/span 2;
  }
  .header__logo img {
    height: 11rem;
    width: auto;
  }
  .webshop_page .gray-box-wrap {
    grid-template-columns: 1fr;
  }
  .webshop_page .gray-box__row {
    width: 70%;
  }
  .webshop_teamsale_order_confirm .form-box .form-group {
    grid-template-columns: 1fr;
  }
  .webshop_teamsale_order_confirm .form-box .row-terms {
    row-gap: 15px;
  }
  .webshop_teamsale_order_confirm .form-box .row-terms-button {
    text-align: center !important;
  }
}