.t-woocommerce,
.woocommerce {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.c-dashboard__breadcrumbs .c-breadcrumbs {
  color: #ffffff !important;
}
.c-dashboard__breadcrumbs .c-breadcrumbs a {
  color: #ffffff !important;
}
.c-dashboard__container {
  z-index: 1;
  filter: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 20px auto 90px;
  height: 100%;
}
@media (max-width: 1649.98px) {
  .c-dashboard__container {
    gap: 80px;
    margin: 20px auto 72px;
  }
}
@media (max-width: 1199.98px) {
  .c-dashboard__container {
    gap: 50px;
    margin: 20px auto 50px;
  }
}
@media (max-width: 767.98px) {
  .c-dashboard__container {
    flex-direction: column;
    gap: 0;
    margin: 0;
  }
}
.c-dashboard__wrapper {
  display: flex;
  flex-direction: column;
  padding-right: 20px;
  flex: 1;
}
.c-dashboard__title-container {
  max-width: 370px;
  margin: 50px auto;
}
@media (max-width: 1649.98px) {
  .c-dashboard__title-container {
    margin: 40px auto;
    max-width: 296px;
  }
}
@media (max-width: 991.98px) {
  .c-dashboard__title-container {
    max-width: 280px;
  }
}
@media (max-width: 767.98px) {
  .c-dashboard__title-container {
    max-width: 370px;
  }
}
.c-dashboard__separator {
  height: -webkit-fill-available;
  width: 1px;
  background-color: #ffffff;
}
.c-dashboard__sections {
  margin: 50px auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1649.98px) {
  .c-dashboard__sections {
    margin: 40px auto;
  }
}
@media (max-width: 575.98px) {
  .c-dashboard__sections {
    margin: 0;
    padding: 15px 0 50px;
  }
}
.c-dashboard__section {
  border: solid 2px #ffffff;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px;
  max-width: 490px;
  position: relative;
}
@media (max-width: 1649.98px) {
  .c-dashboard__section {
    gap: 24px;
    padding: 24px;
    max-width: 392px;
  }
}
@media (max-width: 991.98px) {
  .c-dashboard__section {
    gap: 20px;
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .c-dashboard__section {
    max-width: 360px;
  }
}
.c-dashboard__section:after {
  content: "";
  position: absolute;
  bottom: 40px;
  right: 30px;
  width: 10px;
  height: 20px;
  background-image: url("/wp-content/themes/joluvi/img/icons/arrow-right-white.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s all;
}
@media (max-width: 1649.98px) {
  .c-dashboard__section:after {
    bottom: 32px;
    right: 24px;
    height: 16px;
    width: 8px;
  }
}
.c-dashboard__section:hover {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.c-dashboard__section:hover:after {
  transform: translateX(5px);
}
.c-dashboard__title {
  font-size: 3em;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  line-height: normal;
}
@media (max-width: 1649.98px) {
  .c-dashboard__title {
    font-size: 2.4em;
  }
}
@media (max-width: 991.98px) {
  .c-dashboard__title {
    font-size: 2em;
  }
}
@media (max-width: 767.98px) {
  .c-dashboard__title {
    font-size: 1.5em;
  }
}
.c-dashboard__text {
  font-size: 1em;
  line-height: 1.5;
  color: #ffffff;
  text-align: justify;
  font-weight: normal;
  padding: 20px 0 40px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 1649.98px) {
  .c-dashboard__text {
    font-size: 0.8em;
    padding: 16px 0 32px;
  }
}
@media (max-width: 991.98px) {
  .c-dashboard__text {
    font-size: 0.875em;
    padding: 15px 0 20px;
  }
}
.c-dashboard__section-title {
  font-size: 1.75em;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1649.98px) {
  .c-dashboard__section-title {
    font-size: 1.4em;
  }
}
@media (max-width: 991.98px) {
  .c-dashboard__section-title {
    font-size: 1.25em;
  }
}
@media (max-width: 575.98px) {
  .c-dashboard__section-title {
    font-size: 1em;
  }
}
.c-dashboard__section-icon {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-dashboard__section-icon img {
  max-width: 80px;
  max-height: 90px;
}
@media (max-width: 1649.98px) {
  .c-dashboard__section-icon img {
    max-width: 64px;
    max-height: 72px;
  }
}
@media (max-width: 991.98px) {
  .c-dashboard__section-icon img {
    max-width: 50px;
    max-height: 50px;
  }
}
.c-dashboard__section-info {
  font-size: 0.875em;
  color: #ffffff;
  line-height: normal;
  margin: 0;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1649.98px) {
  .c-dashboard__section-info {
    font-size: 0.75em;
    min-height: auto;
  }
}
.c-dashboard__section-button {
  text-transform: uppercase;
  max-width: fit-content;
  min-height: 50px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  font-weight: bold;
  color: #ffffff;
  color: #ffffff;
  background-color: #ffffff;
  border-radius: 25px;
}
.c-dashboard__section-button:hover, .c-dashboard__section-button:active, .c-dashboard__section-button:focus, .c-dashboard__section-button:visited {
  color: #ffffff;
}
.c-dashboard__section-button:hover {
  opacity: 0.8;
  color: #ffffff;
}
@media (max-width: 1649.98px) {
  .c-dashboard__section-button {
    min-height: 40px;
    border-radius: 20px;
    padding: 0 24px;
  }
}
@media (max-width: 991.98px) {
  .c-dashboard__section-button {
    font-size: 0.875em;
    min-height: 40px;
  }
}
.c-dashboard__logout {
  margin: 40px 0 0;
}
@media (max-width: 1649.98px) {
  .c-dashboard__logout {
    margin: 32px 0 0;
  }
}
@media (max-width: 991.98px) {
  .c-dashboard__logout {
    margin: 20px 0 0;
  }
}