.hw-radio-mega .form-check, .hw-radio-mega .hw-button {
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 0 !important;
  cursor: pointer;
  border: 1px solid #ebebeb;
  background-color: #fff;
  border-bottom: none;
}
.hw-radio-mega .form-check:not(.hw-button), .hw-radio-mega .hw-button:not(.hw-button) {
  display: flex;
  align-items: center;
}
.hw-radio-mega .form-check.hw-button, .hw-radio-mega .hw-button.hw-button {
  display: block;
  color: #333;
  text-decoration: none;
}
.hw-radio-mega .form-check:first-of-type, .hw-radio-mega .hw-button:first-of-type {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.hw-radio-mega .form-check:last-of-type, .hw-radio-mega .hw-button:last-of-type {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom: 1px solid #ebebeb;
}
.hw-radio-mega .form-check .custom-control-label::after, .hw-radio-mega .form-check .custom-control-label::before, .hw-radio-mega .hw-button .custom-control-label::after, .hw-radio-mega .hw-button .custom-control-label::before {
  left: -2rem;
}
.hw-radio-mega .form-check .form-check-input, .hw-radio-mega .hw-button .form-check-input {
  margin-left: 0;
}
.hw-radio-mega .form-check > label, .hw-radio-mega .hw-button > label {
  margin-left: 30px;
  width: 100%;
  cursor: pointer;
}
.hw-radio-mega.hw-saleschannel-selection .hw-button {
  display: flex;
  align-items: center;
}
.hw-radio-mega.hw-saleschannel-selection .hw-button i {
  font-size: 20px;
  margin-right: 15px;
}
.hw-radio-mega:not(.oneline) .form-check .custom-control-label::after, .hw-radio-mega:not(.oneline) .form-check .custom-control-label::before, .hw-radio-mega:not(.oneline) .hw-button .custom-control-label::after, .hw-radio-mega:not(.oneline) .hw-button .custom-control-label::before {
  top: 1.1rem;
}

.card > .hw-radio-mega .form-check {
  border: none;
}
.card > .hw-radio-mega .form-check:not(:last-of-type) {
  border-bottom: 1px solid #ebebeb;
}

.hw-text-devider {
  margin-top: 3rem;
  margin-bottom: 15px;
  position: relative;
  overflow-x: hidden;
  font-size: 20px;
  font-weight: 700;
}
.hw-text-devider:after {
  position: absolute;
  content: "";
  width: 100%;
  border: 1px solid #ebebeb;
  margin-left: 20px;
  margin-top: 14px;
}

.alert {
  display: flex;
  align-items: center;
}
.alert > i {
  margin-right: 12px !important;
  font-size: 19px;
}
.alert.alert-light {
  background-color: #fff;
  border: 1px solid var(--bs-border-color-translucent);
}
.alert .alert-content, .alert .alert-text {
  margin-left: 15px;
  width: 100%;
}
.alert .btn {
  white-space: nowrap;
}

/**

Bootstrap below!

 */
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #333;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-left .tooltip-arrow::before {
  border-left-color: #333;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-right .tooltip-arrow::before {
  border-right-color: #333;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #333;
}

.tooltip-inner {
  max-width: 300px;
  padding: 0.25rem 0.75rem;
  text-align: center;
  background-color: #333;
  border-radius: 0.25rem;
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: 600;
}

.tooltip.show {
  opacity: 1;
}

.hw-maintenance-page {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.hw-maintenance-page .inner {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}
.hw-maintenance-page .inner i {
  font-size: 2rem;
}
.hw-maintenance-page .inner h1 {
  margin: 20px 0;
}
.hw-maintenance-page .inner h4 {
  font-size: 1.25rem;
  font-weight: 500;
}

footer .footer-inner {
  margin: 0 0.75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.hw-powered-by {
  text-decoration: none;
}
.hw-powered-by svg {
  display: inline-block;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  height: 15px;
  margin-left: 4px;
  margin-right: 0;
}
.hw-powered-by svg path {
  fill: #6c757d;
}

.card .card-header {
  padding: 0.75rem 1.25rem;
}
.card .card-header .card-title, .card .card-header h5 {
  margin-bottom: 0 !important;
}
.card .card-body {
  text-align: left;
}
.card .card-body h6:last-child {
  margin-bottom: 0;
}
.card .card-footer a {
  text-decoration: none;
}
.card.card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5vh 0;
}
.card.card-icon .card-body {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.card.card-icon .card-body i {
  font-size: 40px;
}
.card.card-icon .card-body h5 {
  margin-top: 15px;
  margin-bottom: 0;
}

.table thead th {
  border-bottom: 2px solid #dee2e6;
}

.table tbody tr.tr-border-none td {
  border-bottom: none;
}

.table tbody td {
  vertical-align: middle;
}

.dropdown-menu {
  z-index: 1050;
  min-width: 100%;
}

.tooltip-inner {
  font-weight: normal !important;
  font-family: "Rubik", sans-serif !important;
}

.list-group-item {
  padding: 0.75rem 1.25rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-danger.focus, .btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-success.focus, .btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-warning.focus, .btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.table > :not(caption) > * > * {
  padding: 0.75rem 1.25rem;
}

.table strong {
  font-weight: 600;
}

.table tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.form-group {
  margin-bottom: 1.5rem;
  text-align: left;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

/**
Support for custom controls from v4.X
 */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: var(--bs-primary);
  background-color: var(--bs-primary);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.sticky-top {
  z-index: unset !important;
}

.bootstrap-touchspin .input-group-text {
  border-radius: 0;
}
.bootstrap-touchspin .bootstrap-touchspin-down {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-touchspin .bootstrap-touchspin-up {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.page-news-view .hw-page img {
  width: 100%;
}
.page-news-view .hw-page ul {
  -webkit-padding-start: 32px;
          padding-inline-start: 32px;
}

.hw-text-icon-el {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hw-text-icon-el .icon {
  position: absolute;
  opacity: 0.07;
  text-align: left;
  font-size: 300px;
  left: -10px;
  pointer-events: none;
}
.hw-text-icon-el .content {
  width: 80%;
  margin-left: 20%;
  padding: 40px 30px;
}

@media (max-width: 992px) {
  .hw-text-icon-el .icon {
    display: none;
  }
  .hw-text-icon-el .content {
    width: 100%;
    margin-left: 0;
  }
}
.cms-element-type-hw-feature-boxes .feature-icon {
  color: #fff;
  border-radius: 4px;
  height: 60px;
  width: 60px;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bs-primary);
}
.cms-element-type-hw-feature-boxes h3 {
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}

.hw-domain-search-item {
  border: 1px solid rgba(0, 0, 0, 0.175);
  padding: 0.5rem 1rem;
}
.hw-domain-search-item > div {
  display: grid;
  align-items: center;
  grid-template-columns: 40% 20% 20% 20%;
  min-height: 44px;
}
.hw-domain-search-item.is--product-configure > div {
  grid-template-columns: 25% 25% 25% 25%;
}
.hw-domain-search-item:first-of-type {
  border-top-right-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
}
.hw-domain-search-item:last-of-type {
  margin-bottom: 1.5rem;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.hw-domain-search-item:not(:last-of-type) {
  border-bottom: none;
}
.hw-domain-search-item form {
  text-align: right;
}
.hw-domain-search-item.is--original.is--available {
  padding-top: 1.1rem;
}
.hw-domain-search-item.is--original.is--available h4 {
  font-weight: bold;
  color: #198754;
}
.hw-domain-search-item.is--available {
  background-color: rgba(25, 135, 84, 0.03);
  border-left: 4px solid #198754;
}
.hw-domain-search-item.is--available .hw-domain-status-unavailable, .hw-domain-search-item.is--available .hw-domain-btn-transfer {
  display: none;
}
.hw-domain-search-item.is--available span:nth-child(2) {
  color: #198754;
  font-weight: 500;
}
.hw-domain-search-item.is--available span:nth-child(2) i {
  margin-right: 5px;
}
.hw-domain-search-item:not(.is--available) {
  opacity: 0.8;
}
.hw-domain-search-item:not(.is--available) .hw-domain-status-available, .hw-domain-search-item:not(.is--available) .hw-domain-btn-register {
  display: none;
}

.hw-domain-tooltip .tooltip-inner {
  text-align: left;
}

.hw-standalone-cart .row .card.product-card {
  height: 100%;
}
.hw-standalone-cart .row .card.product-card .btn {
  margin-top: auto;
}
.hw-standalone-cart .row .card.product-card h4 {
  font-size: 1.3rem;
}

.hw-status {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.hw-status-section-title {
  margin: 2rem 0 1rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.hw-status-group-title {
  margin: 0;
  font-size: 1.25rem;
}

.hw-status-group-desc {
  margin: 0 0 1rem;
  color: var(--bs-secondary-color, #6c757d);
}

.hw-status-components {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.hw-status-component {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius, 0.25rem);
  background-color: var(--bs-card-bg, #fff);
}

.hw-status-component-name {
  font-weight: 500;
}

.hw-status-incident + .hw-status-incident {
  margin-top: 1rem;
}

.hw-status-incident-header {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.hw-status-incident-title {
  margin: 0;
  font-size: 1.125rem;
}

.hw-status-incident-meta {
  color: var(--bs-secondary-color, #6c757d);
  font-size: 0.875rem;
}

.hw-status-incident-description {
  margin: 0;
}

.hw-status-incident-section {
  margin-top: 1.5rem;
}

.hw-status-incident-section-title {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 600;
}

.hw-status-incident-components {
  margin: 0;
  padding-left: 1.5rem;
  list-style: disc;
}

.hw-status-incident-updates {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.hw-status-incident-update {
  padding: 0.25rem 0;
}

.hw-status-incident-update-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.hw-status-incident-update-time {
  color: var(--bs-secondary-color, #6c757d);
  font-size: 0.875rem;
}

.hw-status-incident-update-description {
  margin: 0.5rem 0 0;
}

.hw-status-day-title {
  margin: 0;
  font-size: 1rem;
}

.hw-status-day-empty {
  color: var(--bs-secondary-color, #6c757d);
  font-style: italic;
}

*, ul {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: var(--bs-body-bg, #fbfbfb);
}

body, .page-main, .hw-main, .cms-page-main, .hw-page, .hw-center-main {
  min-height: calc(100vh - 70px - 50px - 10vh);
}

.hw-center-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
}
.hw-center-main .card:first-of-type {
  min-width: 350px;
}
.hw-center-main .hw-alerting-wrapper {
  width: 100%;
  max-width: 600px;
  margin-bottom: 1rem;
}

.cms-page-main > .page-main {
  min-height: unset;
  padding: 0;
}
.cms-page-main > .page-main .cms-page-main > .page-main .alert {
  margin: 10px 0;
}

nav.navbar, .page-main, footer, .hw-container {
  max-width: 1200px;
  margin: 0 auto;
}

.hw-container {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

.page-main {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.hw-brand-logo {
  height: 60px;
}

.dropdown-menu {
  --bs-dropdown-bg: var(--bs-card-bg, #fff);
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-link-color: var(--bs-body-color);
}

.hw-navbar-wrapper {
  background-color: var(--bs-card-bg, #fff);
}

nav.navbar .nav-link,
nav.navbar .navbar-brand {
  color: var(--bs-card-color, var(--bs-body-color));
}
nav.navbar .dropdown-menu {
  --bs-dropdown-link-hover-color: var(--bs-primary);
  --bs-dropdown-link-hover-bg: rgba(var(--bs-primary-rgb), 0.08);
  --bs-dropdown-link-active-color: var(--bs-primary);
  --bs-dropdown-link-active-bg: rgba(var(--bs-primary-rgb), 0.14);
}
nav.navbar .dropdown-menu .dropdown-item i {
  width: 20px;
  margin-right: 10px;
}
nav.navbar .dropdown-menu .dropdown-item:hover {
  color: var(--bs-primary);
}
nav.navbar .dropdown-menu .dropdown-item.active, nav.navbar .dropdown-menu .dropdown-item:active {
  background-color: rgba(var(--bs-primary-rgb), 0.14);
  color: var(--bs-primary);
}
nav.navbar .dropdown-menu .dropdown-item.hover-danger.active, nav.navbar .dropdown-menu .dropdown-item.hover-danger:active, nav.navbar .dropdown-menu .dropdown-item.hover-danger:hover {
  background-color: #fddfdf;
  color: #dc3545;
}

.hw-user-info-container img {
  border-radius: 8px;
}

.hw-page .hw-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 30px;
}
.hw-page .hw-page-header .btn {
  white-space: nowrap;
}
.hw-page.center-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hw-page:not(.center-content) {
  margin-top: 50px;
}
.hw-page.card-content .card:first-of-type {
  min-width: 350px;
}

.hw-main {
  width: 100%;
}

.hw-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.hw-header-section {
  padding-top: 50px;
  padding-bottom: 24px;
}
.hw-header-section .hw-page-header {
  display: flex;
  align-items: center;
  gap: 16px;
}
.hw-header-section .hw-page-header .hw-page-title {
  flex: 1;
}
.hw-header-section .hw-page-header .hw-page-title h2 {
  margin-bottom: 3px;
  font-size: 1.6rem;
}
.hw-header-section .hw-page-header .hw-page-title .hw-subtitle {
  font-size: 0.92rem;
  color: #6c757d;
  margin: 0;
}
.hw-header-section .hw-page-header .btn {
  white-space: nowrap;
}
.hw-header-section .hw-page-header .badge {
  font-size: 1.2rem;
  padding: 0.35em 0.7em;
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-card-bg, #fff);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-action-color: var(--bs-body-color);
  --bs-list-group-action-hover-color: var(--bs-body-color);
  --bs-list-group-action-hover-bg: rgba(var(--bs-primary-rgb), 0.08);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: rgba(var(--bs-primary-rgb), 0.14);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: var(--bs-primary);
  --bs-list-group-active-border-color: var(--bs-primary);
  --bs-list-group-disabled-color: rgba(var(--bs-body-color-rgb), 0.5);
  --bs-list-group-disabled-bg: var(--bs-card-bg, #fff);
}

.list-group-item {
  font-size: 0.97rem;
}

.hw-back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--bs-border-color-translucent);
  border-radius: var(--bs-border-radius);
  color: var(--bs-body-color);
  text-decoration: none;
  flex-shrink: 0;
  background-color: var(--bs-card-bg, #fff);
}
.hw-back-btn:hover {
  background-color: rgba(var(--bs-body-color-rgb), 0.06);
  color: var(--bs-body-color);
  text-decoration: none;
}

.hw-content-section {
  padding-bottom: 50px;
}

.hw-icon-card .card-body {
  position: relative;
  overflow: hidden;
}
.hw-icon-card .card-body i {
  font-size: 90px;
  color: var(--bs-primary);
  position: absolute;
  top: 12px;
  right: 15px;
  opacity: 0.05;
  pointer-events: none;
}
.hw-icon-card .card-body h5, .hw-icon-card .card-body h6 {
  margin-bottom: 0;
}

.hw-checkout-summary-wrapper {
  overflow: hidden;
  position: relative;
  min-height: 120px;
}

.hw-cs-spinner-row {
  display: flex;
  position: absolute;
  inset: 0;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.75);
  z-index: 10;
  font-size: 1.4rem;
  color: #aaa;
  border-radius: inherit;
}

.hw-cs-hero {
  padding: 1.5rem 1.25rem 1.25rem;
  text-align: center;
  border-bottom: 1px solid var(--bs-border-color-translucent);
}
.hw-cs-hero .hw-cs-product-name {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.hw-cs-hero .hw-cs-price-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 0.25rem;
}
.hw-cs-hero .hw-cs-price {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
}
.hw-cs-hero .hw-cs-price-original {
  font-size: 1rem;
  color: #999;
  text-decoration: line-through;
}
.hw-cs-hero .hw-cs-discount-badge {
  font-size: 0.8rem;
}
.hw-cs-hero .hw-cs-period {
  font-size: 0.85rem;
  margin-bottom: 0.2rem;
}
.hw-cs-hero .hw-cs-base-price {
  font-size: 0.8rem;
}

.hw-cs-section {
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid var(--bs-border-color-translucent);
}
.hw-cs-section .hw-cs-section-header {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #888;
  margin-bottom: 0.5rem;
}

.hw-cs-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.875rem;
  padding: 0.2rem 0;
}
.hw-cs-row > span:first-child {
  color: #555;
  flex-shrink: 0;
}
.hw-cs-row > span:last-child,
.hw-cs-row > div:last-child {
  text-align: right;
}
.hw-cs-row.hw-cs-row--discount {
  color: #198754;
}
.hw-cs-row.hw-cs-row--total {
  font-size: 0.9rem;
}

.hw-cs-config-value {
  text-align: right;
}

.hw-cs-totals .hw-cs-total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid var(--bs-border-color-translucent);
}
.hw-cs-totals .hw-cs-total-row .hw-cs-total-label {
  font-size: 0.875rem;
  color: #555;
}
.hw-cs-totals .hw-cs-total-row .hw-cs-total-price {
  text-align: right;
}
.hw-cs-totals .hw-cs-total-row .hw-cs-total-price strong {
  display: block;
  font-size: 1.1rem;
}
.hw-cs-totals .hw-cs-total-row .hw-cs-total-price small {
  font-size: 0.78rem;
}
.hw-cs-totals .hw-cs-total-row.hw-cs-total-row--due {
  background: rgba(var(--bs-primary-rgb), 0.04);
}
.hw-cs-totals .hw-cs-total-row.hw-cs-total-row--due .hw-cs-total-label {
  font-weight: 600;
  font-size: 1rem;
  color: inherit;
}
.hw-cs-totals .hw-cs-total-row.hw-cs-total-row--due .hw-cs-total-price strong {
  font-size: 1.35rem;
}
.hw-cs-totals .hw-cs-prorata-note {
  padding: 0.5rem 1.25rem;
  font-size: 0.8rem;
}

.card {
  --bs-card-border-color: var(--bs-border-color);
}
.card.card-table table {
  margin-bottom: 0;
}
.card.card-table table thead tr {
  background-color: rgba(0, 0, 0, 0.09);
  border-bottom: 1px solid var(--bs-border-color-translucent);
}
.card.card-table table thead tr th {
  border-top: none;
  border-bottom: unset;
}
.card.card-table table tbody td {
  vertical-align: middle;
}
.card.card-table table tbody td ul li {
  list-style: none;
}
.card.card-table table tbody td ul li:before {
  content: "\f105";
  margin-right: 5px;
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-weight: 400;
}
.card.card-table table tbody tr:last-of-type td {
  border-bottom: unset;
}
.card.card-table .table > :not(:last-child) > :last-child > * {
  border-bottom-color: unset;
}

.payment-method-selection {
  padding: 0 !important;
}
.payment-method-selection .custom-control {
  padding: 0.75rem 2.5rem;
  border-bottom: 1px solid var(--bs-border-color);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.payment-method-selection .custom-control.is--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.payment-method-selection .custom-control.is--disabled .custom-control-label {
  cursor: not-allowed;
}
.payment-method-selection .custom-control .custom-control-label {
  cursor: pointer;
}
.payment-method-selection .custom-control:last-child {
  border-bottom: none;
}

.apexcharts-text tspan, .apexcharts-legend-text, .apexcharts-tooltip-text {
  font-family: "Rubik", sans-serif !important;
}

.hw-account-sidebar-title {
  font-size: 1.1rem;
}

.hw-product-option-list .form-group > label {
  font-weight: 500;
  margin-bottom: 8px;
}

.hw-support-cta {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 0.75rem 1.25rem;
  border-radius: 6px;
  border: 1px solid var(--bs-border-color-translucent);
  margin-top: 16px;
}
.hw-support-cta .hw-support-cta-icon {
  flex-shrink: 0;
  font-size: 22px;
  margin-top: 3px;
  color: var(--bs-primary);
}
.hw-support-cta .hw-support-cta-body {
  flex: 1;
}
.hw-support-cta .hw-support-cta-body strong {
  display: block;
  margin-bottom: 2px;
}
.hw-support-cta .hw-support-cta-body p {
  font-size: 0.85rem;
  color: #666;
  margin: 0 0 8px;
}
.hw-support-cta .hw-support-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hw-trust-features {
  list-style: none;
  padding: 0.75rem 1.25rem;
  margin: 16px 0 0;
  border-radius: 6px;
  border: 1px solid var(--bs-border-color-translucent);
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.hw-trust-features li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
}
.hw-trust-features li i {
  flex-shrink: 0;
  font-size: 1rem;
}

.hw-checkout-custom-html {
  margin-top: 16px;
  font-size: 0.875rem;
}

.hw-promotion-wrapper, .hw-promotion-wrapper-active {
  padding: 20px;
  padding-top: 5px;
  transition: 0.3s all;
  border: 1px solid transparent;
}
.hw-promotion-wrapper.is--open, .hw-promotion-wrapper-active.is--open {
  background-color: #fff;
  border-color: var(--bs-border-color-translucent);
  border-radius: 5px;
}

.hw-promotion-wrapper-active {
  padding: 10px 20px;
  background-color: #fff;
  border-color: var(--bs-border-color-translucent);
  border-radius: 5px;
}

.apexcharts-legend-text {
  color: #0b0a12 !important;
}

.card.is--news p {
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .hw-page:not(.center-content) {
    margin-top: 100px;
  }
}
body.is-isolated-checkout {
  min-height: 100vh;
}
body.is-isolated-checkout .page-main, body.is-isolated-checkout .hw-main {
  padding-top: 2.5rem;
}

.hw-rescale-summary .card {
  padding: 8px 6px;
}

.hw-steps {
  display: flex;
  align-items: center;
  gap: 32px;
}
.hw-steps .btn {
  display: block;
  width: 100%;
  position: relative;
  cursor: unset;
}
.hw-steps .btn.btn-outline-secondary:hover, .hw-steps .btn.btn-outline-secondary:focus, .hw-steps .btn.btn-outline-secondary:active {
  color: #6c757d !important;
  background-color: transparent !important;
}
.hw-steps .btn:before {
  font-family: "Font Awesome 6 Pro", sans-serif;
  content: "\f105";
  position: absolute;
  top: 50%;
  left: -23px;
  transform: translateY(-50%);
  color: #6c757d;
}
.hw-steps .btn:first-of-type:before {
  display: none;
}
.hw-steps .btn strong {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .hw-steps {
    flex-direction: column;
  }
  .hw-steps .btn:before {
    top: -30px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}

.hw-summary-wrapper article {
  display: grid;
  grid-template-columns: 30% 70%;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  padding: 18px 0;
}
.hw-summary-wrapper article:first-child {
  padding-top: 8px;
}
.hw-summary-wrapper article:last-child {
  padding-bottom: 8px;
}
.hw-summary-wrapper article > div strong {
  display: block;
  margin-bottom: 4px;
  font-weight: 600;
}
.hw-summary-wrapper article > div small {
  display: block;
}
.hw-summary-wrapper article > div:has(a) small {
  margin-bottom: 8px;
}
.hw-summary-wrapper article label {
  margin-bottom: 0;
}
.hw-summary-wrapper article:last-of-type {
  border-bottom: none;
}
.hw-summary-wrapper article a, .hw-summary-wrapper article .btn {
  padding: 0;
  background-color: transparent;
  color: var(--bs-body-color);
  text-decoration: none;
  position: relative;
  font-size: 14px;
  cursor: pointer;
}
.hw-summary-wrapper article a:hover, .hw-summary-wrapper article .btn:hover {
  color: var(--bs-body-color);
}
.hw-summary-wrapper article a:after, .hw-summary-wrapper article .btn:after {
  position: absolute;
  top: -1px;
  right: -14px;
  transition: 0.3s all;
  content: "\f105";
  font-family: "Font Awesome 6 Pro", sans-serif;
}
.hw-summary-wrapper article a:hover:after, .hw-summary-wrapper article .btn:hover:after {
  right: -18px;
}

.hw-stats-card .hw-stats-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  font-size: 15px;
}
.hw-stats-card .card-header i {
  margin-right: 6px;
}
.hw-stats-card .progress {
  height: 8px !important;
}

.product-list-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-detail-image {
  width: 200px;
}

.hw-slots-wrapper .hw-slots-overview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}
.hw-slots-wrapper .hw-slots-overview .slots {
  display: flex;
  gap: 8px;
}
.hw-slots-wrapper .hw-slots-overview .slots > div {
  padding: 2px 20px;
  font-size: 14px;
  background-color: #ebebeb;
  border-radius: 0.25rem;
}
.hw-slots-wrapper .hw-slots-overview .slots > div.is--active {
  background-color: var(--bs-primary);
  color: #fff;
}
.hw-slots-wrapper .hw-slot-item {
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  align-items: center;
  border: 1px solid #ebebeb;
  border-radius: 0.25rem;
  padding: 10px 20px;
  margin-top: 8px;
}
.hw-slots-wrapper .hw-slot-item .hw-slot-action {
  margin-right: 12px;
}
.hw-slots-wrapper .hw-slot-item .hw-slot-action input {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.hw-slots-wrapper .hw-slot-item .hw-slot-action .btn.btn-outline-primary {
  cursor: not-allowed;
}
.hw-slots-wrapper .hw-slot-item .hw-slot-action .btn.btn-outline-primary:hover {
  background-color: unset !important;
  color: unset !important;
  outline: unset !important;
}
.hw-slots-wrapper .hw-slot-item .hw-slot-action .value {
  padding: 0.175rem 0.75rem;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
}

.modal {
  --bs-modal-bg: var(--bs-card-bg, #fff);
  --bs-modal-color: var(--bs-body-color);
}

.hw-cancellation-discount-modal .modal-body h4 {
  font-weight: 600;
  margin: 24px 0;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
}
.hw-cancellation-discount-modal .modal-body h4 i {
  margin-bottom: 24px;
  font-size: 44px;
}
.hw-cancellation-discount-modal .modal-body h4 span {
  display: block;
}

.hw-stepper-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 0 2rem;
  gap: 0;
  flex-wrap: nowrap;
}
.hw-stepper-step {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
}
.hw-stepper-step-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #dee2e6;
  color: #6c757d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.9rem;
  flex-shrink: 0;
  transition: background-color 0.2s, color 0.2s;
}
.hw-stepper-step-circle .hw-stepper-step-check {
  display: none;
  font-size: 1rem;
}
.hw-stepper-step-label {
  font-size: 1rem;
  color: #6c757d;
  white-space: nowrap;
  transition: color 0.2s, font-weight 0.2s;
}
.hw-stepper-step--active .hw-stepper-step-circle {
  background-color: var(--bs-primary);
  color: #fff;
}
.hw-stepper-step--active .hw-stepper-step-label {
  color: var(--bs-body-color);
  font-weight: 600;
}
.hw-stepper-step--completed .hw-stepper-step-circle {
  background-color: var(--bs-primary);
  color: #fff;
}
.hw-stepper-step--completed .hw-stepper-step-circle .hw-stepper-step-number {
  display: none;
}
.hw-stepper-step--completed .hw-stepper-step-circle .hw-stepper-step-check {
  display: block;
}
.hw-stepper-step--completed .hw-stepper-step-label {
  color: var(--bs-body-color);
  font-weight: 700;
}
.hw-stepper-connector {
  flex: 0 0 3rem;
  width: 3rem;
  height: 2px;
  background-color: #dee2e6;
  margin: 0 0.75rem;
  transition: background-color 0.2s;
}
.hw-stepper-connector--completed {
  background-color: var(--bs-primary);
}
.hw-stepper-panel {
  display: none;
}
.hw-stepper-panel--active {
  display: block;
}

.hw-radio-option {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: border-color 0.12s, background-color 0.12s;
}
.hw-radio-option.flex-fill {
  flex: 1 1 0 !important;
}
.hw-radio-option__label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  cursor: pointer;
  margin-bottom: 0;
}
.hw-radio-option__radio {
  flex-shrink: 0;
  margin-top: 0;
}
.hw-radio-option__content {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.hw-radio-option__content--fill {
  flex: 1;
}
.hw-radio-option__title {
  font-weight: 600;
  font-size: 1.05rem;
}
.hw-radio-option__price-line {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.hw-radio-option__subtitle {
  display: inline;
}
.hw-radio-option__note {
  display: inline;
  font-size: 0.8125rem;
  color: var(--bs-secondary-color, #6c757d);
}
.hw-radio-option__note--strikethrough {
  text-decoration: line-through;
}
.hw-radio-option__aside {
  margin-left: auto;
  font-size: 0.8125rem;
  color: var(--bs-secondary-color, #6c757d);
  white-space: nowrap;
}
.hw-radio-option__trial {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem var(--bs-card-spacer-x);
  border-top: 1px solid var(--bs-border-color);
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--bs-success);
}
.hw-radio-option__trial label {
  cursor: pointer;
  margin-bottom: 0;
  color: inherit;
}
.hw-radio-option:has(input[type=radio]:checked) {
  border-color: var(--bs-primary) !important;
  background-color: rgba(var(--bs-primary-rgb), 0.14);
}
.hw-radio-option:has(input[type=radio]:disabled) {
  opacity: 0.5;
}
.hw-radio-option:has(input[type=radio]:disabled) .hw-radio-option__label {
  cursor: not-allowed;
}
