:root {
  --neo-content-font: "omnes-pro", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --neo-heading-font: "Jost", "Futura", -apple-system, BlinkMacSystemFont, "Trebuchet MS", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  outline: none !important;
  padding: 0;
}

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
}

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

i {
  color: inherit;
  line-height: 1;
}

strong {
  font-weight: 600 !important;
}

b {
  font-weight: 500 !important;
}

p {
  margin-bottom: 0 !important;
}

img {
  max-width: 100% !important;
}

input, form, button {
  border: none;
}

::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

::-webkit-search-results-button {
  -webkit-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
}

img {
  display: block;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.neo-main {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.neo-main .neo-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: relative;
  width: 100%;
  z-index: 10;
}
.neo-main .neo-section.default-section {
  padding: 75px 0;
}
@media (max-width: 767px) {
  .neo-main .neo-section.default-section {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .neo-main .neo-section.default-section {
    padding: 30px 0;
  }
}
.neo-main .neo-section.default-section .container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.neo-main .neo-section .inner-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 576px) {
  .neo-main .neo-section .inner-wrapper .section-title:not(.margin-enabled) {
    margin-bottom: 30px;
  }
}
.neo-main .neo-section .inner-wrapper .section-title.margin-enabled {
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .neo-main .neo-section .inner-wrapper .section-title.margin-enabled {
    margin-bottom: 30px;
  }
}
.neo-main .neo-section .inner-wrapper .section-title.center {
  text-align: center;
}
.neo-main .neo-section .inner-wrapper .section-title.left {
  text-align: left;
}
.neo-main .neo-section .inner-wrapper .section-title.right {
  text-align: right;
}
.neo-main .neo-section .inner-wrapper .section-subtitle {
  align-items: center;
  display: flex;
  font-style: normal;
  font-weight: 400;
  justify-content: center;
  line-height: 24px;
  margin-bottom: 40px !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  max-width: 1000px;
  text-align: center;
  font-family: var(--neo-heading-font) !important;
  font-size: 25px;
}
@media (max-width: 576px) {
  .neo-main .neo-section .inner-wrapper .section-subtitle {
    display: none;
  }
}
.neo-main .neo-section .inner-wrapper .section-subtitle.center {
  text-align: center;
}
.neo-main .neo-section .inner-wrapper .section-subtitle.left {
  text-align: left;
}
.neo-main .neo-section .inner-wrapper .section-subtitle.right {
  text-align: right;
}

.content-inner ul {
  margin: 10px 0 0 0;
  padding-left: 20px;
}
.content-inner ul li {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}
.content-inner ul li:not(:last-child) {
  margin-bottom: 25px;
}

a:not(.neo-button) {
  transition: all 0.2s ease;
}
a:not(.neo-button):hover {
  color: var(--neo-accent-color-2);
}
a:not(.neo-button):hover i {
  color: var(--neo-accent-color-2);
}

.content-wrapper p:not(:last-child) {
  margin-bottom: 20px !important;
}

.page-preloader {
  align-items: center;
  background-color: #fff;
  bottom: 0;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.page-preloader.hidden {
  opacity: 0 !important;
  pointer-events: none !important;
}

p a {
  color: var(--neo-accent-color-2) !important;
  transition: all 0.1s ease-in-out;
}
p a:hover {
  text-decoration: underline;
}

.archive-author {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.archive-author .neo-section-expandable-header {
  background-color: #f6f6f6;
  margin-bottom: 75px !important;
  padding: 75px 0;
}
@media (max-width: 767px) {
  .archive-author .neo-section-expandable-header {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .archive-author .neo-section-expandable-header {
    padding: 30px 0;
  }
}
.archive-author .inner-wrapper {
  display: flex;
  flex-direction: column;
}
.archive-author .not-found-block {
  align-items: center;
  display: flex;
  font-size: 20px;
  font-weight: 500;
  justify-content: center;
  padding-bottom: 75px;
  text-align: center;
}
.archive-author .header-inner {
  align-items: center !important;
  display: flex;
  flex-direction: column;
  justify-content: center !important;
}
.archive-author .header-inner .title-side {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.archive-author .header-inner .title-side h1 {
  text-align: center;
}
.archive-author .neo-section-cards-grid {
  padding: 75px 0;
}
@media (max-width: 767px) {
  .archive-author .neo-section-cards-grid {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .archive-author .neo-section-cards-grid {
    padding: 30px 0;
  }
}
.archive-author .neo-section-cards-grid:not(:first-child) {
  padding-top: 0 !important;
}

.jkd-breadcrumbs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
}
.jkd-breadcrumbs .breadcrumbs-separator {
  align-items: center;
  display: flex;
  font-size: 10px;
  margin: 0 8px;
  opacity: 0.7;
}
@media (max-width: 425px) {
  .jkd-breadcrumbs .breadcrumbs-separator {
    margin: 0;
  }
}
.jkd-breadcrumbs .breadcrumbs-item {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 425px) {
  .jkd-breadcrumbs .breadcrumbs-item {
    font-size: 13px;
  }
}
.jkd-breadcrumbs .breadcrumbs-item.breadcrumbs-current {
  opacity: 1;
}
.jkd-breadcrumbs a {
  opacity: 0.7;
  transition: all 0.2s ease;
}
.jkd-breadcrumbs a:hover {
  opacity: 1;
}

#wpadminbar {
  position: fixed !important;
}

.content-area,
.site-main {
  width: 100% !important;
}

.nn-table .table-body .table-inner .cell span {
  white-space: normal !important;
}

.gsection_title {
  font-family: omnes-pro, sans-serif !important;
  font-size: 20pt !important;
  font-style: normal !important;
  font-weight: 450 !important;
}

.container, .ast-container {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--neo-container-width) !important;
  padding: 0 var(--neo-container-offset) !important;
  width: 100%;
}

.container-fluid {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--neo-container-offset);
  position: relative;
  width: 100%;
  z-index: 10;
}

.neo-link {
  color: var(--neo-accent-color-2) !important;
}

.neo-button,
.gform_button[type=submit],
.button[type=submit] {
  align-items: center;
  background-color: var(--neo-accent-color-1) !important;
  border-radius: 100px;
  color: var(--neo-heading-color);
  display: flex;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  height: 58px;
  justify-content: center;
  line-height: 25px !important;
  opacity: 1 !important;
  padding: 8px 24px;
  transition: all 0.1s ease !important;
  white-space: nowrap;
  word-break: keep-all;
}
.neo-button.large,
.gform_button[type=submit].large,
.button[type=submit].large {
  min-width: 260px;
}
@media (max-width: 425px) {
  .neo-button.large,
  .gform_button[type=submit].large,
  .button[type=submit].large {
    min-width: 100%;
  }
}
.neo-button.secondary,
.gform_button[type=submit].secondary,
.button[type=submit].secondary {
  background-color: var(--neo-accent-color-2) !important;
  color: #fff !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  left: auto;
  color: #FFFFFF;
  background-color: #e9e6ed;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 100px !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
  color: #fff !important;
}

body {
  background: #fff !important;
  color: var(--neo-text-color);
  font-family: var(--neo-content-font) !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--neo-heading-color);
  font-family: var(--neo-heading-font) !important;
  font-weight: 700 !important;
}

h1 {
  font-size: 74px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
}
@media (max-width: 576px) {
  h1 {
    font-size: 40px;
    line-height: 62px;
  }
}

h2 {
  font-size: 48px;
  font-style: italic;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  line-height: 44px;
}
@media (max-width: 576px) {
  h3 {
    font-size: 28px;
    line-height: 32px;
  }
}

h4 {
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  line-height: 35px;
}
@media (max-width: 576px) {
  h4 {
    font-size: 28px;
    line-height: 32px;
  }
}

h5 {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

#gform_wrapper_1 {
  margin: 0 auto;
  max-width: 825px;
}
#gform_wrapper_1 div, #gform_wrapper_1 p, #gform_wrapper_1 h2 {
  font-family: var(--neo-content-font) !important;
}
#gform_wrapper_1 .gform_footer {
  display: flex;
  justify-content: center;
}
#gform_wrapper_1 .gform_footer .gform_button {
  background-color: var(--neo-accent-color-2) !important;
  color: #fff;
  padding-left: 80px;
  padding-right: 80px;
}
#gform_wrapper_1 .gform_fields {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: unset !important;
  grid-row-gap: unset !important;
  justify-content: space-between;
  margin: -12px;
  width: calc(100% + 24px);
}
#gform_wrapper_1 .gform_fields .gfield {
  padding: 12px;
  width: 100%;
}
#gform_wrapper_1 .gform_fields .gfield input, #gform_wrapper_1 .gform_fields .gfield select, #gform_wrapper_1 .gform_fields .gfield textarea {
  background: #fff;
  border: 1px solid #333;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 16px;
  width: 100%;
}
#gform_wrapper_1 .gform_fields .gfield input, #gform_wrapper_1 .gform_fields .gfield select {
  height: 55px;
}
#gform_wrapper_1 .gform_fields .gfield select {
  cursor: pointer;
}
#gform_wrapper_1 .gform_fields .gfield textarea {
  height: 138px;
}
#gform_wrapper_1 .gform_fields .gfield ::-moz-placeholder {
  color: #bdbdbd;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
#gform_wrapper_1 .gform_fields .gfield ::placeholder {
  color: #bdbdbd;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
#gform_wrapper_1 .gform_fields .gfield label {
  color: #4f4f4f;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 8px;
}
#gform_wrapper_1 .gform_fields .gfield .gfield_required_text {
  display: none !important;
}
#gform_wrapper_1 .gform_fields .gfield.col-2 {
  max-width: 50%;
}

.gfield_validation_message {
  border-radius: 4px;
  font-weight: 500;
}

.gform_confirmation_message {
  align-items: center;
  background-color: #5cb85b;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 10px 15px;
  text-align: center;
  width: 100%;
}

.neo-accordion {
  margin: 0;
  padding: 0;
  width: 100%;
}
.neo-accordion .accordion-item {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  list-style: none;
  padding-bottom: 8px;
  transition: all 0.2s ease;
  width: 100%;
}
.neo-accordion .accordion-item.active {
  background: #f4eee8;
}
.neo-accordion .accordion-item.active .accordion-header svg {
  transform: rotate(-180deg);
}
.neo-accordion .accordion-item .accordion-header {
  align-items: center;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  justify-content: space-between;
  line-height: 28px;
  padding: 24px 40px 16px 24px;
  width: 100%;
}
.neo-accordion .accordion-item .accordion-header svg {
  transition: all 0.2s ease;
}
.neo-accordion .accordion-item .accordion-content {
  display: none;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  padding: 0 24px 24px 24px;
}
.neo-accordion .accordion-item:not(:last-child) {
  margin-bottom: 16px;
}

/* [] entry content */
.entry-content, .textwidget, .details {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  /* { TABLE } */
  /* { BLOCKQUOTE } */
  /* { IMAGE } */
}
.entry-content blockquote, .textwidget blockquote, .details blockquote {
  margin-left: 0 !important;
  margin-top: 0 !important;
}
.entry-content .wp-block-image, .textwidget .wp-block-image, .details .wp-block-image {
  margin-left: auto;
  margin-right: auto;
}
.entry-content table, .entry-content .wp-block-table, .textwidget table, .textwidget .wp-block-table, .details table, .details .wp-block-table {
  width: 100%;
}
.entry-content .neo-section, .textwidget .neo-section, .details .neo-section {
  padding: 0 !important;
}
.entry-content .neo-section .container, .entry-content .neo-section .container-fluid, .textwidget .neo-section .container, .textwidget .neo-section .container-fluid, .details .neo-section .container, .details .neo-section .container-fluid {
  padding: 0 !important;
}
.entry-content a, .textwidget a, .details a {
  color: var(--neo-accent-color-2);
}
.entry-content h1:not(:first-child), .entry-content h2:not(:first-child), .entry-content h3:not(:first-child), .entry-content h4:not(:first-child), .entry-content h5:not(:first-child), .entry-content h6:not(:first-child), .textwidget h1:not(:first-child), .textwidget h2:not(:first-child), .textwidget h3:not(:first-child), .textwidget h4:not(:first-child), .textwidget h5:not(:first-child), .textwidget h6:not(:first-child), .details h1:not(:first-child), .details h2:not(:first-child), .details h3:not(:first-child), .details h4:not(:first-child), .details h5:not(:first-child), .details h6:not(:first-child) {
  margin-top: 15px;
}
@media (max-width: 576px) {
  .entry-content h1:not(:first-child), .entry-content h2:not(:first-child), .entry-content h3:not(:first-child), .entry-content h4:not(:first-child), .entry-content h5:not(:first-child), .entry-content h6:not(:first-child), .textwidget h1:not(:first-child), .textwidget h2:not(:first-child), .textwidget h3:not(:first-child), .textwidget h4:not(:first-child), .textwidget h5:not(:first-child), .textwidget h6:not(:first-child), .details h1:not(:first-child), .details h2:not(:first-child), .details h3:not(:first-child), .details h4:not(:first-child), .details h5:not(:first-child), .details h6:not(:first-child) {
    margin-top: 10px;
  }
}
.entry-content ol:not(.jkd-list):not(.r-list):not(.blocks-gallery-grid), .entry-content ul:not(.jkd-list):not(.r-list):not(.blocks-gallery-grid), .textwidget ol:not(.jkd-list):not(.r-list):not(.blocks-gallery-grid), .textwidget ul:not(.jkd-list):not(.r-list):not(.blocks-gallery-grid), .details ol:not(.jkd-list):not(.r-list):not(.blocks-gallery-grid), .details ul:not(.jkd-list):not(.r-list):not(.blocks-gallery-grid) {
  margin: 0;
  padding-left: 60px;
}
@media (max-width: 767px) {
  .entry-content ol:not(.jkd-list):not(.r-list):not(.blocks-gallery-grid), .entry-content ul:not(.jkd-list):not(.r-list):not(.blocks-gallery-grid), .textwidget ol:not(.jkd-list):not(.r-list):not(.blocks-gallery-grid), .textwidget ul:not(.jkd-list):not(.r-list):not(.blocks-gallery-grid), .details ol:not(.jkd-list):not(.r-list):not(.blocks-gallery-grid), .details ul:not(.jkd-list):not(.r-list):not(.blocks-gallery-grid) {
    padding-left: 40px;
  }
}
@media (max-width: 576px) {
  .entry-content ol:not(.jkd-list):not(.r-list):not(.blocks-gallery-grid), .entry-content ul:not(.jkd-list):not(.r-list):not(.blocks-gallery-grid), .textwidget ol:not(.jkd-list):not(.r-list):not(.blocks-gallery-grid), .textwidget ul:not(.jkd-list):not(.r-list):not(.blocks-gallery-grid), .details ol:not(.jkd-list):not(.r-list):not(.blocks-gallery-grid), .details ul:not(.jkd-list):not(.r-list):not(.blocks-gallery-grid) {
    padding-left: 20px;
  }
}
.entry-content ol:not(.jkd-list):not(.r-list):not(.blocks-gallery-grid) li > a, .entry-content ul:not(.jkd-list):not(.r-list):not(.blocks-gallery-grid) li > a, .textwidget ol:not(.jkd-list):not(.r-list):not(.blocks-gallery-grid) li > a, .textwidget ul:not(.jkd-list):not(.r-list):not(.blocks-gallery-grid) li > a, .details ol:not(.jkd-list):not(.r-list):not(.blocks-gallery-grid) li > a, .details ul:not(.jkd-list):not(.r-list):not(.blocks-gallery-grid) li > a {
  margin-left: 5px;
}
.entry-content ol:not(.jkd-list):not(.r-list):not(.blocks-gallery-grid) li:not(:last-child), .entry-content ul:not(.jkd-list):not(.r-list):not(.blocks-gallery-grid) li:not(:last-child), .textwidget ol:not(.jkd-list):not(.r-list):not(.blocks-gallery-grid) li:not(:last-child), .textwidget ul:not(.jkd-list):not(.r-list):not(.blocks-gallery-grid) li:not(:last-child), .details ol:not(.jkd-list):not(.r-list):not(.blocks-gallery-grid) li:not(:last-child), .details ul:not(.jkd-list):not(.r-list):not(.blocks-gallery-grid) li:not(:last-child) {
  margin-bottom: 5px;
}
.entry-content dl:not(.wp-caption):not(.variation), .textwidget dl:not(.wp-caption):not(.variation), .details dl:not(.wp-caption):not(.variation) {
  display: flex;
  flex-flow: row wrap;
}
.entry-content dl:not(.wp-caption):not(.variation) dt, .textwidget dl:not(.wp-caption):not(.variation) dt, .details dl:not(.wp-caption):not(.variation) dt {
  background-color: #000;
  color: #fff;
  flex-basis: 20%;
  font-weight: 500;
  text-align: right;
}
.entry-content dl:not(.wp-caption):not(.variation) dt:not(:last-of-type), .textwidget dl:not(.wp-caption):not(.variation) dt:not(:last-of-type), .details dl:not(.wp-caption):not(.variation) dt:not(:last-of-type) {
  border-bottom: 1px solid rgba(152, 152, 152, 0.2);
}
.entry-content dl:not(.wp-caption):not(.variation) dt, .entry-content dl:not(.wp-caption):not(.variation) dd, .textwidget dl:not(.wp-caption):not(.variation) dt, .textwidget dl:not(.wp-caption):not(.variation) dd, .details dl:not(.wp-caption):not(.variation) dt, .details dl:not(.wp-caption):not(.variation) dd {
  padding: 10px 20px;
}
.entry-content dl:not(.wp-caption):not(.variation) dd, .textwidget dl:not(.wp-caption):not(.variation) dd, .details dl:not(.wp-caption):not(.variation) dd {
  border-bottom: 1px solid rgba(152, 152, 152, 0.2);
  border-right: 1px solid rgba(152, 152, 152, 0.2);
  flex-basis: 80%;
  flex-grow: 1;
  margin: 0;
}
.entry-content dl:not(.wp-caption):not(.variation) dd:nth-of-type(even), .textwidget dl:not(.wp-caption):not(.variation) dd:nth-of-type(even), .details dl:not(.wp-caption):not(.variation) dd:nth-of-type(even) {
  background-color: #f6f6f6;
}
.entry-content dl:not(.wp-caption):not(.variation) dd:first-of-type, .textwidget dl:not(.wp-caption):not(.variation) dd:first-of-type, .details dl:not(.wp-caption):not(.variation) dd:first-of-type {
  border-top: 1px solid rgba(152, 152, 152, 0.2);
}
.entry-content table:not(.shop_table), .textwidget table:not(.shop_table), .details table:not(.shop_table) {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}
.entry-content table:not(.shop_table) td, .entry-content table:not(.shop_table) th, .textwidget table:not(.shop_table) td, .textwidget table:not(.shop_table) th, .details table:not(.shop_table) td, .details table:not(.shop_table) th {
  padding: 12px 15px;
}
.entry-content table:not(.shop_table) thead tr, .textwidget table:not(.shop_table) thead tr, .details table:not(.shop_table) thead tr {
  background-color: #000;
  color: #fff;
}
.entry-content table:not(.shop_table) thead tr th, .textwidget table:not(.shop_table) thead tr th, .details table:not(.shop_table) thead tr th {
  background: unset;
  border: unset;
}
.entry-content table:not(.shop_table) tbody td, .textwidget table:not(.shop_table) tbody td, .details table:not(.shop_table) tbody td {
  border: none;
}
.entry-content table:not(.shop_table) tbody tr, .textwidget table:not(.shop_table) tbody tr, .details table:not(.shop_table) tbody tr {
  border: 1px solid rgba(152, 152, 152, 0.2) !important;
}
.entry-content table:not(.shop_table) tbody tr:nth-of-type(even), .textwidget table:not(.shop_table) tbody tr:nth-of-type(even), .details table:not(.shop_table) tbody tr:nth-of-type(even) {
  background-color: #f6f6f6;
}
.entry-content table:not(.shop_table) tbody tr:nth-of-type(odd), .textwidget table:not(.shop_table) tbody tr:nth-of-type(odd), .details table:not(.shop_table) tbody tr:nth-of-type(odd) {
  background-color: #fff !important;
}
.entry-content table thead th, .entry-content table thead tr, .entry-content table thead td, .entry-content table thead td:before, .textwidget table thead th, .textwidget table thead tr, .textwidget table thead td, .textwidget table thead td:before, .details table thead th, .details table thead tr, .details table thead td, .details table thead td:before {
  font-weight: 500;
}
.entry-content table tbody th, .entry-content table tbody tr, .entry-content table tbody td, .entry-content table tbody td:before, .entry-content table tfoot th, .entry-content table tfoot tr, .entry-content table tfoot td, .entry-content table tfoot td:before, .textwidget table tbody th, .textwidget table tbody tr, .textwidget table tbody td, .textwidget table tbody td:before, .textwidget table tfoot th, .textwidget table tfoot tr, .textwidget table tfoot td, .textwidget table tfoot td:before, .details table tbody th, .details table tbody tr, .details table tbody td, .details table tbody td:before, .details table tfoot th, .details table tfoot tr, .details table tfoot td, .details table tfoot td:before {
  font-weight: 400;
}
.entry-content blockquote:not(.jkd-blq), .entry-content .wp-block-quote.is-style-large:not(.is-style-plain):not(.jkd-blq), .textwidget blockquote:not(.jkd-blq), .textwidget .wp-block-quote.is-style-large:not(.is-style-plain):not(.jkd-blq), .details blockquote:not(.jkd-blq), .details .wp-block-quote.is-style-large:not(.is-style-plain):not(.jkd-blq) {
  border: 1px solid rgba(152, 152, 152, 0.2);
  border-radius: 8px;
  color: #000;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  padding: 25px 25px 25px 80px;
  position: relative;
  text-align: left;
  width: 100%;
}
@media (max-width: 576px) {
  .entry-content blockquote:not(.jkd-blq), .entry-content .wp-block-quote.is-style-large:not(.is-style-plain):not(.jkd-blq), .textwidget blockquote:not(.jkd-blq), .textwidget .wp-block-quote.is-style-large:not(.is-style-plain):not(.jkd-blq), .details blockquote:not(.jkd-blq), .details .wp-block-quote.is-style-large:not(.is-style-plain):not(.jkd-blq) {
    padding: 30px;
  }
}
.entry-content blockquote:not(.jkd-blq) a, .entry-content .wp-block-quote.is-style-large:not(.is-style-plain):not(.jkd-blq) a, .textwidget blockquote:not(.jkd-blq) a, .textwidget .wp-block-quote.is-style-large:not(.is-style-plain):not(.jkd-blq) a, .details blockquote:not(.jkd-blq) a, .details .wp-block-quote.is-style-large:not(.is-style-plain):not(.jkd-blq) a {
  color: #000;
}
.entry-content blockquote:not(.jkd-blq) p, .entry-content .wp-block-quote.is-style-large:not(.is-style-plain):not(.jkd-blq) p, .textwidget blockquote:not(.jkd-blq) p, .textwidget .wp-block-quote.is-style-large:not(.is-style-plain):not(.jkd-blq) p, .details blockquote:not(.jkd-blq) p, .details .wp-block-quote.is-style-large:not(.is-style-plain):not(.jkd-blq) p {
  margin-bottom: 0;
}
.entry-content blockquote:not(.jkd-blq) cite, .entry-content .wp-block-quote.is-style-large:not(.is-style-plain):not(.jkd-blq) cite, .textwidget blockquote:not(.jkd-blq) cite, .textwidget .wp-block-quote.is-style-large:not(.is-style-plain):not(.jkd-blq) cite, .details blockquote:not(.jkd-blq) cite, .details .wp-block-quote.is-style-large:not(.is-style-plain):not(.jkd-blq) cite {
  font-size: 14px;
  margin-top: 5px;
  opacity: 0.7;
  text-align: left;
}
.entry-content blockquote:not(.jkd-blq):before, .entry-content .wp-block-quote.is-style-large:not(.is-style-plain):not(.jkd-blq):before, .textwidget blockquote:not(.jkd-blq):before, .textwidget .wp-block-quote.is-style-large:not(.is-style-plain):not(.jkd-blq):before, .details blockquote:not(.jkd-blq):before, .details .wp-block-quote.is-style-large:not(.is-style-plain):not(.jkd-blq):before {
  color: #000;
  content: '"';
  font-size: 56px;
  font-weight: 900;
  left: 25px;
  line-height: 1;
  opacity: 0.5;
  position: absolute;
}
@media (max-width: 576px) {
  .entry-content blockquote:not(.jkd-blq):before, .entry-content .wp-block-quote.is-style-large:not(.is-style-plain):not(.jkd-blq):before, .textwidget blockquote:not(.jkd-blq):before, .textwidget .wp-block-quote.is-style-large:not(.is-style-plain):not(.jkd-blq):before, .details blockquote:not(.jkd-blq):before, .details .wp-block-quote.is-style-large:not(.is-style-plain):not(.jkd-blq):before {
    display: flex;
    left: auto;
    margin-bottom: -15px;
    position: relative;
  }
}
.entry-content blockquote:not(.jkd-blq).has-light-gray-color, .entry-content .wp-block-quote.is-style-large:not(.is-style-plain):not(.jkd-blq).has-light-gray-color, .textwidget blockquote:not(.jkd-blq).has-light-gray-color, .textwidget .wp-block-quote.is-style-large:not(.is-style-plain):not(.jkd-blq).has-light-gray-color, .details blockquote:not(.jkd-blq).has-light-gray-color, .details .wp-block-quote.is-style-large:not(.is-style-plain):not(.jkd-blq).has-light-gray-color {
  background-color: #f6f6f6;
  border: none;
}
.entry-content blockquote:not(.jkd-blq).has-text-align-right, .entry-content .wp-block-quote.is-style-large:not(.is-style-plain):not(.jkd-blq).has-text-align-right, .textwidget blockquote:not(.jkd-blq).has-text-align-right, .textwidget .wp-block-quote.is-style-large:not(.is-style-plain):not(.jkd-blq).has-text-align-right, .details blockquote:not(.jkd-blq).has-text-align-right, .details .wp-block-quote.is-style-large:not(.is-style-plain):not(.jkd-blq).has-text-align-right {
  text-align: right;
}
.entry-content blockquote:not(.jkd-blq).has-text-align-right cite, .entry-content .wp-block-quote.is-style-large:not(.is-style-plain):not(.jkd-blq).has-text-align-right cite, .textwidget blockquote:not(.jkd-blq).has-text-align-right cite, .textwidget .wp-block-quote.is-style-large:not(.is-style-plain):not(.jkd-blq).has-text-align-right cite, .details blockquote:not(.jkd-blq).has-text-align-right cite, .details .wp-block-quote.is-style-large:not(.is-style-plain):not(.jkd-blq).has-text-align-right cite {
  text-align: right;
}
.entry-content blockquote:not(.jkd-blq).is-style-large p, .entry-content .wp-block-quote.is-style-large:not(.is-style-plain):not(.jkd-blq).is-style-large p, .textwidget blockquote:not(.jkd-blq).is-style-large p, .textwidget .wp-block-quote.is-style-large:not(.is-style-plain):not(.jkd-blq).is-style-large p, .details blockquote:not(.jkd-blq).is-style-large p, .details .wp-block-quote.is-style-large:not(.is-style-plain):not(.jkd-blq).is-style-large p {
  font-size: 18px;
  font-weight: 600;
}
.entry-content .wp-block-pullquote, .textwidget .wp-block-pullquote, .details .wp-block-pullquote {
  padding: 0;
}
.entry-content .wp-block-pullquote.is-style-solid-color p, .textwidget .wp-block-pullquote.is-style-solid-color p, .details .wp-block-pullquote.is-style-solid-color p {
  font-size: 18px;
  font-weight: 600;
}
.entry-content .wp-block-pullquote.has-cyan-bluish-gray-background-color blockquote, .textwidget .wp-block-pullquote.has-cyan-bluish-gray-background-color blockquote, .details .wp-block-pullquote.has-cyan-bluish-gray-background-color blockquote {
  border: none !important;
}
.entry-content figure:not(.gallery-item):not(.blocks-gallery-item figure):not(.wp-block-gallery):not(.wp-block-audio), .textwidget figure:not(.gallery-item):not(.blocks-gallery-item figure):not(.wp-block-gallery):not(.wp-block-audio), .details figure:not(.gallery-item):not(.blocks-gallery-item figure):not(.wp-block-gallery):not(.wp-block-audio) {
  margin-bottom: 15px !important;
}
.entry-content figure:not(.gallery-item):not(.blocks-gallery-item figure):not(.wp-block-gallery):not(.wp-block-audio):not(:first-child), .textwidget figure:not(.gallery-item):not(.blocks-gallery-item figure):not(.wp-block-gallery):not(.wp-block-audio):not(:first-child), .details figure:not(.gallery-item):not(.blocks-gallery-item figure):not(.wp-block-gallery):not(.wp-block-audio):not(:first-child) {
  margin-top: 15px !important;
}
.entry-content .wp-caption-text, .entry-content caption, .entry-content figcaption, .entry-content .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption, .textwidget .wp-caption-text, .textwidget caption, .textwidget figcaption, .textwidget .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption, .details .wp-caption-text, .details caption, .details figcaption, .details .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption {
  color: var(--neo-text-color);
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 12px;
}
.entry-content img, .textwidget img, .details img {
  border-radius: 8px;
}

.neo-navigation {
  align-items: center;
  display: flex !important;
  height: 100px;
  position: relative;
  width: 100%;
  z-index: 999;
}
@media (max-width: 576px) {
  .neo-navigation {
    height: 88px;
  }
}
.neo-navigation .inner-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.neo-navigation .inner-wrapper .left-side {
  padding: 20px 0;
}
.neo-navigation .inner-wrapper .left-side a {
  display: flex;
  height: 100%;
}
.neo-navigation .inner-wrapper .left-side a img {
  display: flex;
  max-height: 90%;
  margin-top: 5px;
}
.neo-navigation .inner-wrapper .right-side {
  align-items: center;
  display: flex;
  position: relative;
}
.neo-navigation .inner-wrapper .right-side .menu-wrapper {
  align-items: center;
  display: flex;
}
.neo-navigation .inner-wrapper .right-side .menu-wrapper .menu-list {
  align-items: center;
  display: flex;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}
@media (max-width: 576px) {
  .neo-navigation .inner-wrapper .right-side .menu-wrapper .menu-list {
    display: none;
  }
}
.neo-navigation .inner-wrapper .right-side .menu-wrapper .menu-list ul {
  align-items: center;
  display: flex;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}
.neo-navigation .inner-wrapper .right-side .menu-wrapper .menu-list li {
  align-items: center;
  display: flex;
  list-style: none;
  position: relative;
}
.neo-navigation .inner-wrapper .right-side .menu-wrapper .menu-list li .menu-item-icon {
  display: flex;
  margin-left: 5px !important;
}
.neo-navigation .inner-wrapper .right-side .menu-wrapper .menu-list li .sub-menu {
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  left: -15px;
  opacity: 0;
  padding: 15px 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transition: all 0.2s ease-in-out;
  width: 250px;
}
.neo-navigation .inner-wrapper .right-side .menu-wrapper .menu-list li .sub-menu .menu-item {
  margin: 0 !important;
  position: relative;
  width: 100%;
}
.neo-navigation .inner-wrapper .right-side .menu-wrapper .menu-list li .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
}
.neo-navigation .inner-wrapper .right-side .menu-wrapper .menu-list li .sub-menu .menu-item .menu-item-icon {
  margin-left: auto !important;
}
.neo-navigation .inner-wrapper .right-side .menu-wrapper .menu-list li .sub-menu .menu-item a {
  display: flex;
  font-size: 16px;
  padding: 5px 15px;
  width: 100%;
}
.neo-navigation .inner-wrapper .right-side .menu-wrapper .menu-list li .sub-menu.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}
.neo-navigation .inner-wrapper .right-side .menu-wrapper .menu-list li a {
  align-items: center;
  display: flex;
}
.neo-navigation .inner-wrapper .right-side .menu-wrapper .menu-list li:not(:last-child) {
  margin-right: 40px;
}
.neo-navigation .inner-wrapper .right-side .menu-wrapper .nav-menu-toggle {
  display: none;
}
@media (max-width: 576px) {
  .neo-navigation .inner-wrapper .right-side .menu-wrapper .nav-menu-toggle {
    display: flex;
  }
}
.neo-navigation .inner-wrapper .right-side .neo-secondary-navigation-wrapper {
  font-size: 15px;
  left: auto;
  position: absolute;
  right: 0;
  top: 130%;
}

.offcanvas-navigation {
  background-color: #fff;
  display: none;
  height: 100vh;
  max-width: 276px;
  min-width: 276px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: all 0.2s ease-in-out;
  width: 276px;
  z-index: 999;
}
@media (max-width: 767px) {
  .offcanvas-navigation {
    display: flex !important;
  }
}
.offcanvas-navigation.active {
  transform: translateX(0);
}
.offcanvas-navigation .inner-navigation {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
.offcanvas-navigation .inner-navigation .close-button {
  margin-bottom: 13px;
}
.offcanvas-navigation .inner-navigation .menu-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  padding: 24px;
  position: relative;
  width: 100%;
}
.offcanvas-navigation .inner-navigation .menu-wrapper .menu-list {
  position: relative;
}
.offcanvas-navigation .inner-navigation .menu-wrapper ul {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
.offcanvas-navigation .inner-navigation .menu-wrapper ul li {
  list-style: none !important;
  width: 100%;
  z-index: 1;
}
.offcanvas-navigation .inner-navigation .menu-wrapper ul li a {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  width: 100%;
}
.offcanvas-navigation .inner-navigation .menu-wrapper ul li.menu-item-has-children .sub-menu {
  align-items: flex-start;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: flex-start;
  left: 120%;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out;
  width: 100%;
  z-index: 99;
}
.offcanvas-navigation .inner-navigation .menu-wrapper ul li.menu-item-has-children .sub-menu li {
  background-color: #fff;
  position: relative;
}
.offcanvas-navigation .inner-navigation .menu-wrapper ul li.menu-item-has-children .sub-menu .menu-item-heading {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 13px;
  width: 100%;
}
.offcanvas-navigation .inner-navigation .menu-wrapper ul li.menu-item-has-children .sub-menu .menu-item-heading span {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  justify-content: space-between;
  line-height: 22px;
  width: 100%;
}
.offcanvas-navigation .inner-navigation .menu-wrapper ul li.menu-item-has-children .sub-menu.active {
  left: 0;
  z-index: 999;
}
.offcanvas-navigation .inner-navigation .menu-wrapper ul li a {
  padding: 13px 0;
  width: 100%;
}

#mobile-shop-links ul li a {
  font-weight: normal !important;
}

.neo-footer {
  display: flex !important;
  padding: 75px 0 !important;
}
.neo-footer #block-6 {
  width: 75% !important;
  max-width: 75% !important;
  min-width: 75% !important;
  padding-top: 45px !important;
}
.neo-footer .horizontal-menu {
  list-style-type: none; /* Remove default list styling */
  padding: 0;
  margin: 0;
  display: flex; /* Display items in a row */
  gap: 15px; /* Space between each menu item */
}
.neo-footer .horizontal-menu li {
  display: inline-block; /* Ensure each item is inline */
}
.neo-footer .horizontal-menu a {
  text-decoration: none; /* Remove underline from links */
  color: #000; /* Change to your preferred text color */
  padding: 10px 15px; /* Add some padding for a better click area */
  transition: color 0.3s, background-color 0.3s; /* Smooth transition */
}
.neo-footer .horizontal-menu a:hover {
  color: #007bff; /* Change to your preferred hover color */
  background-color: #f2f2f2; /* Optional background on hover */
  border-radius: 5px; /* Rounded corners on hover */
}
@media (max-width: 576px) {
  .neo-footer {
    padding: 40px 0 !important;
  }
}
.neo-footer .inner-wrapper {
  display: flex;
}
@media (max-width: 576px) {
  .neo-footer .inner-wrapper {
    align-items: center;
    flex-direction: column;
    justify-items: center;
  }
}
.neo-footer .inner-wrapper .desktop-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 576px) {
  .neo-footer .inner-wrapper .desktop-wrapper {
    display: none;
  }
}
.neo-footer .inner-wrapper .mobile-wrapper {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-items: center;
}
@media (max-width: 576px) {
  .neo-footer .inner-wrapper .mobile-wrapper {
    display: flex;
  }
}
.neo-footer .inner-wrapper .links-wrapper {
  align-items: center;
  display: flex;
}
.neo-footer .inner-wrapper .links-wrapper .divider {
  color: #000000 !important;
  margin: 0 7px;
}
@media (max-width: 576px) {
  .neo-footer .inner-wrapper .links-wrapper .divider {
    margin: 0 2px;
  }
}
.neo-footer .inner-wrapper .links-wrapper a {
  color: #000000;
}
.neo-footer .inner-wrapper .footer-copyright {
  color: #000000;
  margin-bottom: 20px !important;
}
@media (max-width: 576px) {
  .neo-footer .inner-wrapper .footer-copyright {
    margin-bottom: 15px !important;
  }
}
.neo-footer .inner-wrapper .left-side {
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 25%;
  min-width: 25%;
  width: 25%;
}
@media (max-width: 576px) {
  .neo-footer .inner-wrapper .left-side {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
}
.neo-footer .inner-wrapper .left-side .footer-title {
  color: #000000;
  font-size: 22px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 28px;
  margin-bottom: 20px !important;
}
@media (max-width: 576px) {
  .neo-footer .inner-wrapper .left-side .footer-title {
    margin-bottom: 40px !important;
    text-align: center;
    width: 100%;
  }
}
.neo-footer .inner-wrapper .sc-list-widget {
  align-items: center;
  display: flex;
  margin: 0;
  padding: 0;
}
.neo-footer .inner-wrapper .sc-list-widget li {
  list-style: none;
}
.neo-footer .inner-wrapper .sc-list-widget li:not(:last-child) {
  margin-right: 24px;
}
.neo-footer .inner-wrapper .right-side {
  align-items: flex-start;
  display: flex;
  justify-content: flex-end;
  max-width: 75%;
  min-width: 75%;
  width: 75%;
}
@media (max-width: 576px) {
  .neo-footer .inner-wrapper .right-side {
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
}
.neo-footer .inner-wrapper .right-side .sidebar-widget {
  max-width: 20%;
  min-width: 20%;
  width: 20%;
}
@media (max-width: 576px) {
  .neo-footer .inner-wrapper .right-side .sidebar-widget {
    margin-bottom: 40px;
    max-width: 33.3333%;
    min-width: 33.3333%;
    padding: 0 15px;
    width: 33.3333%;
  }
}
.neo-footer .inner-wrapper .right-side .sidebar-widget .menu {
  list-style: none;
  margin: 0 !important;
}
.neo-footer .inner-wrapper .right-side .sidebar-widget .menu .menu-item {
  color: #000000;
  list-style: none;
}
.neo-footer .inner-wrapper .right-side .sidebar-widget .menu .menu-item a {
  color: #000000 !important;
}
.neo-footer .inner-wrapper .right-side .sidebar-widget .menu .menu-item:not(:last-child) {
  margin-bottom: 20px !important;
}
@media (max-width: 576px) {
  .neo-footer .inner-wrapper .right-side .sidebar-widget .menu .menu-item:not(:last-child) {
    margin-bottom: 15px !important;
  }
}
.neo-footer .inner-wrapper .right-side .sidebar-widget .widget-title {
  color: #000000;
  font-family: var(--neo-content-font) !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 20px !important;
}
@media (max-width: 576px) {
  .neo-footer .inner-wrapper .right-side .sidebar-widget .widget-title {
    margin-bottom: 16px !important;
  }
}

.neo-section-two-side .inner-wrapper {
  min-width: 100%;
  padding: 0;
  width: 100%;
}
.neo-section-two-side .inner-wrapper .two-side-inner {
  display: flex;
  min-height: 600px;
  width: 100%;
}
@media (max-width: 576px) {
  .neo-section-two-side .inner-wrapper .two-side-inner {
    flex-direction: column;
    min-height: unset;
  }
}
.neo-section-two-side .inner-wrapper .two-side-inner.ltr-side .left-side {
  border-bottom-right-radius: 60px;
  border-top-right-radius: 60px;
  order: 1;
}
@media (max-width: 576px) {
  .neo-section-two-side .inner-wrapper .two-side-inner.ltr-side .left-side {
    border-radius: 0;
  }
}
.neo-section-two-side .inner-wrapper .two-side-inner.ltr-side .right-side {
  order: 2;
}
.neo-section-two-side .inner-wrapper .two-side-inner.rtl-side .left-side {
  border-bottom-left-radius: 60px;
  border-top-left-radius: 60px;
  order: 2;
}
@media (max-width: 576px) {
  .neo-section-two-side .inner-wrapper .two-side-inner.rtl-side .left-side {
    border-radius: 0;
  }
}
.neo-section-two-side .inner-wrapper .two-side-inner.rtl-side .right-side {
  order: 1;
}
@media (max-width: 576px) {
  .neo-section-two-side .inner-wrapper .two-side-inner.rtl-side .right-side {
    order: 2;
  }
}
.neo-section-two-side .inner-wrapper .two-side-inner .side .content-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 500px;
  padding: 15px;
  width: 100%;
}
@media (max-width: 576px) {
  .neo-section-two-side .inner-wrapper .two-side-inner .side .content-wrapper {
    padding: 0;
  }
}
.neo-section-two-side .inner-wrapper .two-side-inner .side .content-wrapper .content-small-title {
  font-family: var(--neo-heading-font);
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}
.neo-section-two-side .inner-wrapper .two-side-inner .side .content-wrapper .content-title {
  margin-bottom: 18px;
}
@media (max-width: 576px) {
  .neo-section-two-side .inner-wrapper .two-side-inner .side .content-wrapper .content-title {
    margin-bottom: 24px;
  }
}
.neo-section-two-side .inner-wrapper .two-side-inner .side .content-wrapper .neo-button {
  margin-top: 36px;
}
@media (max-width: 576px) {
  .neo-section-two-side .inner-wrapper .two-side-inner .side .content-wrapper .neo-button {
    margin-top: 24px;
    width: 100%;
  }
}

.two-side-inner.sect-first.ltr-side .left-side {
  border-top-right-radius: 0 !important;
}
.two-side-inner.sect-first.rtl-side .left-side {
  border-top-left-radius: 0 !important;
}
.two-side-inner.sect-last.ltr-side .left-side {
  border-bottom-right-radius: 0 !important;
}
.two-side-inner.sect-last.rtl-side .left-side {
  border-bottom-left-radius: 0 !important;
}

.neo-section-featured-cards .inner-wrapper {
  width: 100%;
}
@media (max-width: 576px) {
  .neo-section-featured-cards .inner-wrapper .section-title, .neo-section-featured-cards .inner-wrapper .section-subtitle {
    text-align: left !important;
  }
}
.neo-section-featured-cards .inner-wrapper .cards-grid {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin: -10px;
}
@media (max-width: 576px) {
  .neo-section-featured-cards .inner-wrapper .cards-grid {
    overflow-x: scroll;
  }
  .neo-section-featured-cards .inner-wrapper .cards-grid::-webkit-scrollbar {
    display: none !important;
  }
}
.neo-section-featured-cards .inner-wrapper .cards-grid .grid-item {
  display: flex;
  height: 100%;
  max-width: 33.3333%;
  padding: 10px;
  width: 33.3333%;
}
@media (max-width: 576px) {
  .neo-section-featured-cards .inner-wrapper .cards-grid .grid-item {
    max-width: 350px;
    min-width: 350px;
    width: 350px;
  }
}
.neo-section-featured-cards .inner-wrapper .cards-grid .grid-item .card-inner {
  align-items: flex-start;
  border-radius: 8px;
  display: flex;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.2));
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  overflow: hidden;
}
.neo-section-featured-cards .inner-wrapper .cards-grid .grid-item .card-inner .image-wrapper {
  display: flex;
  width: 100%;
}
.neo-section-featured-cards .inner-wrapper .cards-grid .grid-item .card-inner .image-wrapper .card-image {
  display: flex;
  height: auto;
  width: 100%;
}
.neo-section-featured-cards .inner-wrapper .cards-grid .grid-item .card-inner .card-body {
  align-items: flex-start;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  padding: 25px 30px;
  width: 100%;
}
@media (max-width: 576px) {
  .neo-section-featured-cards .inner-wrapper .cards-grid .grid-item .card-inner .card-body {
    padding: 16px 16px 35px 16px;
  }
}
.neo-section-featured-cards .inner-wrapper .cards-grid .grid-item .card-inner .card-title {
  margin-bottom: 8px !important;
}
.neo-section-featured-cards .inner-wrapper .cards-grid .grid-item .card-inner .card-subtitle {
  color: #4b4b4b;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.neo-section-featured-locations .inner-wrapper {
  width: 100%;
}
@media (max-width: 576px) {
  .neo-section-featured-locations .inner-wrapper {
    padding: 0 !important;
  }
}
.neo-section-featured-locations .inner-wrapper .locations-wrapper {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media (max-width: 576px) {
  .neo-section-featured-locations .inner-wrapper .locations-wrapper {
    justify-content: flex-start;
    overflow-x: scroll;
  }
  .neo-section-featured-locations .inner-wrapper .locations-wrapper::-webkit-scrollbar {
    display: none !important;
  }
}
.neo-section-featured-locations .inner-wrapper .locations-wrapper .location-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 160px;
  width: 100%;
}
@media (max-width: 576px) {
  .neo-section-featured-locations .inner-wrapper .locations-wrapper .location-item {
    min-width: 160px;
    width: 160px;
  }
}
.neo-section-featured-locations .inner-wrapper .locations-wrapper .location-item a {
  transition: all 0.2s ease;
}
.neo-section-featured-locations .inner-wrapper .locations-wrapper .location-item a:hover {
  opacity: 0.8;
}
.neo-section-featured-locations .inner-wrapper .locations-wrapper .location-item .location-image {
  align-items: center;
  background-color: #f6f6f6;
  border-radius: 100%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  height: 80px;
  justify-content: center;
  max-width: 80px;
  min-width: 80px;
  overflow: hidden;
  width: 80px;
}
.neo-section-featured-locations .inner-wrapper .locations-wrapper .location-item .location-image img {
  display: flex;
  height: auto;
  width: 100%;
}
.neo-section-featured-locations .inner-wrapper .locations-wrapper .location-item .location-title {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 22px;
  margin-top: 10px;
  text-align: center;
}

.neo-section-instagram .inner-wrapper {
  padding: 0 !important;
  width: 100%;
}
.neo-section-instagram .inner-wrapper .section-title, .neo-section-instagram .inner-wrapper .section-subtitle {
  padding: 0 20px !important;
}
@media (max-width: 576px) {
  .neo-section-instagram .inner-wrapper .section-title, .neo-section-instagram .inner-wrapper .section-subtitle {
    text-align: left !important;
  }
}
.neo-section-instagram .inner-wrapper .instagram-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -10px;
  width: 100%;
}
.neo-section-instagram .inner-wrapper .instagram-inner .shortcode-wrapper {
  display: flex;
  width: 100%;
}
.neo-section-instagram .inner-wrapper .instagram-inner .shortcode-wrapper #sbi_images {
  padding-bottom: 0 !important;
}
@media (max-width: 576px) {
  .neo-section-instagram .inner-wrapper .instagram-inner .shortcode-wrapper #sbi_images {
    display: flex;
    overflow-x: scroll;
    padding-top: 0 !important;
  }
  .neo-section-instagram .inner-wrapper .instagram-inner .shortcode-wrapper #sbi_images::-webkit-scrollbar {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .neo-section-instagram .inner-wrapper .instagram-inner .shortcode-wrapper #sbi_images .sbi_item {
    max-width: 350px !important;
    min-width: 350px !important;
    width: 350px !important;
  }
  .neo-section-instagram .inner-wrapper .instagram-inner .shortcode-wrapper #sbi_images .sbi_item:not(:last-child) {
    margin-right: 20px !important;
  }
}
.neo-section-instagram .inner-wrapper .instagram-inner .shortcode-wrapper #sbi_images .sbi_photo_wrap {
  border-radius: 8px !important;
  overflow: hidden !important;
}
.neo-section-instagram .inner-wrapper .instagram-inner .neo-button {
  margin-top: 30px;
}
@media (max-width: 576px) {
  .neo-section-instagram .inner-wrapper .instagram-inner .neo-button {
    margin-top: 0;
    min-width: calc(100% - 40px);
  }
}

.cta-banner {
  display: flex !important;
  padding: 80px 0;
  width: 100%;
}
@media (max-width: 767px) {
  .cta-banner {
    padding: 32px 0;
  }
}
.cta-banner .inner-wrapper .banner-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .cta-banner .inner-wrapper .banner-inner {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
.cta-banner .inner-wrapper .banner-inner .side {
  display: flex;
  max-width: 50%;
  min-width: 50%;
  width: 50%;
}
@media (max-width: 767px) {
  .cta-banner .inner-wrapper .banner-inner .side {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
}
.cta-banner .inner-wrapper .banner-inner .side.left-side {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cta-banner .inner-wrapper .banner-inner .side.left-side {
    align-items: center;
    justify-content: center;
  }
}
.cta-banner .inner-wrapper .banner-inner .side.left-side .cta-title {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cta-banner .inner-wrapper .banner-inner .side.left-side .cta-title {
    text-align: center !important;
  }
}
.cta-banner .inner-wrapper .banner-inner .side.left-side .cta-subtitle {
  font-size: 22px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .cta-banner .inner-wrapper .banner-inner .side.left-side .cta-subtitle {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px !important;
    text-align: center !important;
  }
}
.cta-banner .inner-wrapper .banner-inner .side.right-side {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cta-banner .inner-wrapper .banner-inner .side.right-side {
    align-items: center;
    justify-items: center;
  }
}
.cta-banner .inner-wrapper .banner-inner .side.right-side .buttons-wrapper {
  align-items: center;
  display: flex;
}
@media (max-width: 767px) {
  .cta-banner .inner-wrapper .banner-inner .side.right-side .buttons-wrapper {
    align-items: center;
    flex-direction: column;
    justify-items: center;
    width: 100%;
  }
}
.cta-banner .inner-wrapper .banner-inner .side.right-side .buttons-wrapper .neo-button {
  padding: 5px 80px !important;
}
@media (max-width: 767px) {
  .cta-banner .inner-wrapper .banner-inner .side.right-side .buttons-wrapper .neo-button {
    padding: 5px 15px;
    width: 100%;
  }
}
.cta-banner .inner-wrapper .banner-inner .side.right-side .buttons-wrapper .neo-button:not(:last-child) {
  margin-right: 18px;
}
@media (max-width: 767px) {
  .cta-banner .inner-wrapper .banner-inner .side.right-side .buttons-wrapper .neo-button:not(:last-child) {
    margin-bottom: 18px;
    margin-right: 0;
  }
}

.neo-section-hero-header {
  height: 600px !important;
}
@media (max-width: 1024px) {
  .neo-section-hero-header {
    height: 500px !important;
  }
}
@media (max-width: 767px) {
  .neo-section-hero-header {
    height: auto !important;
    min-height: 500px;
  }
}
.neo-section-hero-header .container {
  max-width: 100% !important;
}
.neo-section-hero-header .inner-wrapper {
  height: 100%;
  padding: 0px !important;
  width: 100%;
}
.neo-section-hero-header .inner-wrapper .hero-header-inner {
  align-items: stretch;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
}
.neo-section-hero-header .inner-wrapper .hero-header-inner:after {
  background-color: transparent;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 3;
}
.neo-section-hero-header .inner-wrapper .hero-header-inner .video-wrapper {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.neo-section-hero-header .inner-wrapper .hero-header-inner .video-wrapper .plyr {
  height: 100%;
}
.neo-section-hero-header .inner-wrapper .hero-header-inner .video-wrapper .plyr video {
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.neo-section-hero-header .inner-wrapper .hero-header-inner .video-wrapper .plyr video[poster] {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.neo-section-hero-header .inner-wrapper .hero-header-inner .content-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1200px;
  padding: 0 15px;
  position: relative;
  z-index: 19;
  margin: 0 auto;
}
.neo-section-hero-header .inner-wrapper .hero-header-inner .content-wrapper .play-btn {
  margin-bottom: 60px !important;
}
.neo-section-hero-header .inner-wrapper .hero-header-inner .content-wrapper .hero-title {
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.neo-section-hero-header .inner-wrapper .hero-header-inner .content-wrapper .hero-subtitle {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: var(--neo-heading-font) !important;
  font-size: 32px;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 0 !important;
  margin-top: 24px;
  text-align: center;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 576px) {
  .neo-section-hero-header .inner-wrapper .hero-header-inner .content-wrapper .hero-subtitle {
    font-size: 24px;
    line-height: 35px;
    margin-top: 16px;
  }
}
.neo-section-hero-header .inner-wrapper .hero-header-inner .content-wrapper .neo-button {
  margin-top: 40px;
}
@media (max-width: 576px) {
  .neo-section-hero-header .inner-wrapper .hero-header-inner .content-wrapper .neo-button {
    width: 100%;
  }
}
.neo-section-hero-header .inner-wrapper .hero-header-inner .hero-content-wrapper {
  display: flex;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  width: 100%;
  z-index: 19;
}
@media (max-width: 767px) {
  .neo-section-hero-header .inner-wrapper .hero-header-inner .hero-content-wrapper {
    flex-direction: column;
    padding: 40px 15px;
  }
}
.neo-section-hero-header .inner-wrapper .hero-header-inner .hero-content-wrapper.no-sidebar .hero-left-content {
  flex: none;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-right: 0;
  text-align: center;
  align-items: center;
}
.neo-section-hero-header .inner-wrapper .hero-header-inner .hero-content-wrapper .hero-left-content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .neo-section-hero-header .inner-wrapper .hero-header-inner .hero-content-wrapper .hero-left-content {
    padding-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
}
.neo-section-hero-header .inner-wrapper .hero-header-inner .hero-content-wrapper .hero-left-content .play-btn {
  margin-bottom: 30px !important;
}
.neo-section-hero-header .inner-wrapper .hero-header-inner .hero-content-wrapper .hero-left-content .hero-title {
  color: #FFFFFF;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1024px) {
  .neo-section-hero-header .inner-wrapper .hero-header-inner .hero-content-wrapper .hero-left-content .hero-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .neo-section-hero-header .inner-wrapper .hero-header-inner .hero-content-wrapper .hero-left-content .hero-title {
    font-size: 32px;
  }
}
.neo-section-hero-header .inner-wrapper .hero-header-inner .hero-content-wrapper .hero-left-content .hero-subtitle {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 16px;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .neo-section-hero-header .inner-wrapper .hero-header-inner .hero-content-wrapper .hero-left-content .hero-subtitle {
    font-size: 16px;
  }
}
.neo-section-hero-header .inner-wrapper .hero-header-inner .hero-content-wrapper .hero-left-content .hero-cta-button {
  background-color: #8B1538;
  border: none;
  color: #fff;
  font-weight: 600;
  margin-top: 30px;
  padding: 14px 28px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.neo-section-hero-header .inner-wrapper .hero-header-inner .hero-content-wrapper .hero-left-content .hero-cta-button:hover {
  background-color: #6d0f2a;
}
@media (max-width: 767px) {
  .neo-section-hero-header .inner-wrapper .hero-header-inner .hero-content-wrapper .hero-left-content .hero-cta-button {
    width: 100%;
    max-width: 300px;
  }
}
.neo-section-hero-header .inner-wrapper .hero-header-inner .hero-content-wrapper .hero-right-sidebar {
  align-items: center;
  display: flex;
  flex: 0 0 350px;
  justify-content: center;
}
@media (max-width: 767px) {
  .neo-section-hero-header .inner-wrapper .hero-header-inner .hero-content-wrapper .hero-right-sidebar {
    flex: none;
    width: 100%;
  }
}
.neo-section-hero-header .inner-wrapper .hero-header-inner .hero-content-wrapper .hero-right-sidebar .hero-signup-form {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
  max-width: 350px;
}
@media (max-width: 767px) {
  .neo-section-hero-header .inner-wrapper .hero-header-inner .hero-content-wrapper .hero-right-sidebar .hero-signup-form {
    max-width: 400px;
  }
}
.neo-section-hero-header .inner-wrapper .hero-header-inner .hero-content-wrapper .hero-right-sidebar .hero-signup-form .signup-title {
  color: #333;
  font-size: 24px;
  font-weight: 700 !important;
  margin-bottom: 16px;
  text-align: center;
  font-style: normal !important;
}
.neo-section-hero-header .inner-wrapper .hero-header-inner .hero-content-wrapper .hero-right-sidebar .hero-signup-form .signup-subtitle {
  color: #000000;
  font-size: 20px;
  margin-bottom: 20px !important;
  text-align: center;
}
.neo-section-hero-header .inner-wrapper .hero-header-inner .hero-content-wrapper .hero-right-sidebar .hero-signup-form .signin-button {
  background-color: #8B1538;
  border: none;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  transition: background-color 0.3s ease;
}
.neo-section-hero-header .inner-wrapper .hero-header-inner .hero-content-wrapper .hero-right-sidebar .hero-signup-form .signin-button:hover {
  background-color: #6d0f2a;
}
.neo-section-hero-header .inner-wrapper .hero-header-inner .hero-content-wrapper .hero-right-sidebar .hero-signup-form .signup-forgot-link {
  margin-bottom: 24px;
  text-align: center;
}
.neo-section-hero-header .inner-wrapper .hero-header-inner .hero-content-wrapper .hero-right-sidebar .hero-signup-form .signup-forgot-link a {
  color: #005E69 !important;
  font-size: 19px;
  text-decoration: none;
}
.neo-section-hero-header .inner-wrapper .hero-header-inner .hero-content-wrapper .hero-right-sidebar .hero-signup-form .signup-forgot-link a:hover {
  text-decoration: underline;
}
.neo-section-hero-header .inner-wrapper .hero-header-inner .hero-content-wrapper .hero-right-sidebar .hero-signup-form .signup-register-section {
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
  text-align: center;
}
.neo-section-hero-header .inner-wrapper .hero-header-inner .hero-content-wrapper .hero-right-sidebar .hero-signup-form .signup-register-section .no-account-text {
  color: #000000;
  font-size: 20px;
  margin-bottom: 16px !important;
}
.neo-section-hero-header .inner-wrapper .hero-header-inner .hero-content-wrapper .hero-right-sidebar .hero-signup-form .signup-register-section .register-button {
  background-color: #fff;
  border: 2px solid #8B1538;
  color: #FFFFFF;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  padding: 14px 20px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  transition: all 0.3s ease;
}
.neo-section-hero-header .inner-wrapper .hero-header-inner .hero-content-wrapper .hero-right-sidebar .hero-signup-form .signup-register-section .register-button:hover {
  background-color: #8B1538;
  color: #fff;
}
.neo-section-hero-header .inner-wrapper .hero-header-inner .hero-content-wrapper .hero-right-sidebar .hero-signup-form .signup-help-section {
  border-top: 1px solid #e0e0e0;
  padding-top: 16px;
  text-align: center;
}
.neo-section-hero-header .inner-wrapper .hero-header-inner .hero-content-wrapper .hero-right-sidebar .hero-signup-form .signup-help-section .help-text {
  color: #005E69;
  font-size: 20px;
  margin-bottom: 0;
}
.neo-section-hero-header .inner-wrapper .hero-header-inner .hero-content-wrapper .hero-right-sidebar .hero-signup-form .signup-help-section .help-text a {
  color: #8B1538;
  text-decoration: none;
}
.neo-section-hero-header .inner-wrapper .hero-header-inner .hero-content-wrapper .hero-right-sidebar .hero-signup-form .signup-help-section .help-text a:hover {
  text-decoration: underline;
}

.archive-wrapper {
  padding: 60px 0;
}
.archive-wrapper .inner-wrapper {
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.archive-wrapper .inner-wrapper .archive-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 40px;
  min-width: 100%;
}
.archive-wrapper .inner-wrapper .archive-header .archive-title {
  margin-bottom: 24px;
  text-align: center;
}
.archive-wrapper .inner-wrapper .archive-header .archive-subtitle {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 600px;
  text-align: center;
}
.archive-wrapper .inner-wrapper .archive-content {
  width: 100%;
}
.archive-wrapper .inner-wrapper .archive-content .blog-grid-wrapper {
  width: 100%;
}
.archive-wrapper .inner-wrapper .archive-content .blog-grid-wrapper .blog-grid {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -10px;
}
.archive-wrapper .inner-wrapper .archive-content .blog-grid-wrapper .blog-grid .grid-item {
  display: flex;
  max-width: 25%;
  min-width: 25%;
  padding: 10px;
  width: 25%;
}
.archive-wrapper .inner-wrapper .archive-content .blog-grid-wrapper .blog-grid .grid-item .grid-inner {
  border-radius: 8px;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.2));
  overflow: hidden;
  width: 100%;
}
.archive-wrapper .inner-wrapper .archive-content .blog-grid-wrapper .blog-grid .grid-item .grid-inner .post-header {
  display: flex;
  width: 100%;
}
.archive-wrapper .inner-wrapper .archive-content .blog-grid-wrapper .blog-grid .grid-item .grid-inner .post-header img {
  display: flex;
  height: auto;
  width: 100%;
}
.archive-wrapper .inner-wrapper .archive-content .blog-grid-wrapper .blog-grid .grid-item .grid-inner .post-body {
  align-items: flex-start;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 240px;
  padding: 24px;
}
.archive-wrapper .inner-wrapper .archive-content .blog-grid-wrapper .blog-grid .grid-item .grid-inner .post-body .post-title {
  margin-bottom: 16px;
}
.archive-wrapper .inner-wrapper .archive-content .blog-grid-wrapper .blog-grid .grid-item .grid-inner .post-body .post-excerpt {
  color: #4b4b4b;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.archive-wrapper .pagination-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  width: 100%;
}
.archive-wrapper .pagination-wrapper .page-numbers {
  align-items: center;
  background-color: transparent !important;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  color: #828282 !important;
  cursor: pointer;
  display: flex;
  font-size: 22px;
  height: 48px;
  justify-content: center;
  line-height: 28px;
  transition: all 0.15s ease-in-out;
  width: 48px;
}
@media (max-width: 576px) {
  .archive-wrapper .pagination-wrapper .page-numbers {
    font-size: 16px;
    height: 35px;
    line-height: 22px;
    width: 35px;
  }
}
.archive-wrapper .pagination-wrapper .page-numbers a {
  align-items: center;
  color: #828282 !important;
  display: flex;
  font-size: 22px;
  height: 100%;
  justify-content: center;
  line-height: 28px;
  position: relative;
  width: 100%;
}
@media (max-width: 576px) {
  .archive-wrapper .pagination-wrapper .page-numbers a {
    font-size: 16px;
    line-height: 22px;
  }
}
.archive-wrapper .pagination-wrapper .page-numbers.current {
  background-color: var(--neo-accent-color-2) !important;
  border: none !important;
  color: #fff !important;
}
.archive-wrapper .pagination-wrapper .page-numbers.current a {
  color: #fff !important;
}
.archive-wrapper .pagination-wrapper .page-numbers.disabled {
  cursor: default;
}
.archive-wrapper .pagination-wrapper .page-numbers.disabled svg {
  opacity: 0.3;
}
.archive-wrapper .pagination-wrapper .page-numbers.dots {
  cursor: default !important;
}
.archive-wrapper .pagination-wrapper .page-numbers.prev, .archive-wrapper .pagination-wrapper .page-numbers.next {
  background: #f0f0f0 !important;
  border: none !important;
}
.archive-wrapper .pagination-wrapper .page-numbers:not(:last-child) {
  margin-right: 8px;
}

.neo-section-about-us-hero .inner-wrapper {
  min-width: 100%;
  padding: 0 !important;
  width: 100%;
}
.neo-section-about-us-hero .inner-wrapper .two-side-inner {
  display: flex;
  min-height: 600px;
  width: 100%;
}
@media (max-width: 576px) {
  .neo-section-about-us-hero .inner-wrapper .two-side-inner {
    align-items: center;
    justify-items: center;
    min-height: unset;
  }
}
@media (max-width: 576px) {
  .neo-section-about-us-hero .inner-wrapper .two-side-inner .side.left-side {
    height: 810px;
  }
}
@media (max-width: 576px) {
  .neo-section-about-us-hero .inner-wrapper .two-side-inner .side.right-side {
    background: #f9f8f6;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    height: unset !important;
    max-width: calc(100% - 45px);
    min-width: calc(100% - 45px);
    padding: 0;
    position: absolute;
    right: 0;
    width: calc(100% - 45px);
  }
}
.neo-section-about-us-hero .inner-wrapper .two-side-inner .side .content-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 530px;
  padding: 15px;
  width: 100%;
}
@media (max-width: 576px) {
  .neo-section-about-us-hero .inner-wrapper .two-side-inner .side .content-wrapper {
    padding: 50px 15px;
  }
}
.neo-section-about-us-hero .inner-wrapper .two-side-inner .side .content-wrapper .content-title {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 576px) {
  .neo-section-about-us-hero .inner-wrapper .two-side-inner .side .content-wrapper .content-title {
    font-size: 40px;
    line-height: 62px;
    margin-bottom: 32px;
  }
}
.neo-section-about-us-hero .inner-wrapper .two-side-inner .side .content-wrapper .counters-wrapper {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -40px;
  width: 100%;
}
.neo-section-about-us-hero .inner-wrapper .two-side-inner .side .content-wrapper .counters-wrapper .counter-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 40px !important;
  max-width: 50%;
  min-width: 50%;
  width: 50%;
}
@media (max-width: 576px) {
  .neo-section-about-us-hero .inner-wrapper .two-side-inner .side .content-wrapper .counters-wrapper .counter-wrapper {
    margin-bottom: 28px !important;
  }
}
.neo-section-about-us-hero .inner-wrapper .two-side-inner .side .content-wrapper .counters-wrapper .counter-wrapper .counter-number {
  font-size: 54px !important;
  font-style: normal !important;
  font-weight: 900 !important;
  line-height: 62px !important;
  margin-bottom: 8px !important;
  text-align: center;
}
@media (max-width: 576px) {
  .neo-section-about-us-hero .inner-wrapper .two-side-inner .side .content-wrapper .counters-wrapper .counter-wrapper .counter-number {
    font-size: 32px !important;
    line-height: 62px !important;
  }
}
.neo-section-about-us-hero .inner-wrapper .two-side-inner .side .content-wrapper .counters-wrapper .counter-wrapper .counter-title {
  align-items: center;
  display: flex;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
@media (max-width: 576px) {
  .neo-section-about-us-hero .inner-wrapper .two-side-inner .side .content-wrapper .counters-wrapper .counter-wrapper .counter-title {
    font-size: 20px !important;
    line-height: 24px !important;
  }
}

.neo-section-cta-banner .inner-wrapper .inner-banner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .neo-section-cta-banner .inner-wrapper .inner-banner {
    align-items: center;
    flex-direction: column;
    justify-items: center;
  }
}
.neo-section-cta-banner .inner-wrapper .inner-banner .left-side {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 800px;
}
@media (max-width: 576px) {
  .neo-section-cta-banner .inner-wrapper .inner-banner .left-side {
    align-items: center;
    justify-items: center;
    margin-bottom: 15px;
  }
}
.neo-section-cta-banner .inner-wrapper .inner-banner .left-side .cta-title {
  margin-bottom: 10px !important;
}
@media (max-width: 576px) {
  .neo-section-cta-banner .inner-wrapper .inner-banner .left-side .cta-title {
    text-align: center;
  }
}
.neo-section-cta-banner .inner-wrapper .inner-banner .left-side .cta-subtitle {
  margin-bottom: 0 !important;
}
@media (max-width: 576px) {
  .neo-section-cta-banner .inner-wrapper .inner-banner .left-side .cta-subtitle {
    text-align: center;
  }
}
.neo-section-cta-banner .inner-wrapper .inner-banner .right-side {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .neo-section-cta-banner .inner-wrapper .inner-banner .right-side {
    align-items: center;
    justify-items: center;
  }
}

.neo-section-faq .inner-wrapper .faq-inner {
  width: 100%;
}
.neo-section-faq .inner-wrapper .faq-inner .faq-tabs {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.neo-section-faq .inner-wrapper .faq-inner .faq-tabs .tabs-header {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 75px;
  width: 100%;
}
@media (max-width: 1024px) {
  .neo-section-faq .inner-wrapper .faq-inner .faq-tabs .tabs-header {
    justify-content: flex-start;
    margin-bottom: 45px;
    overflow-x: scroll;
  }
  .neo-section-faq .inner-wrapper .faq-inner .faq-tabs .tabs-header::-webkit-scrollbar {
    display: none !important;
  }
}
.neo-section-faq .inner-wrapper .faq-inner .faq-tabs .tabs-header .tab-item {
  border-bottom: 4px solid #dcdcdc;
  cursor: pointer;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding: 4px 24px;
  white-space: nowrap;
}
.neo-section-faq .inner-wrapper .faq-inner .faq-tabs .tabs-header .tab-item.active {
  border-color: #ffa56d;
  color: #ffa56d;
  font-weight: 600;
}
.neo-section-faq .inner-wrapper .faq-inner .faq-tabs .tabs-body {
  position: relative;
  width: 100%;
}
.neo-section-faq .inner-wrapper .faq-inner .faq-tabs .tabs-body .body-item {
  display: none;
  position: relative;
}
.neo-section-faq .inner-wrapper .faq-inner .faq-tabs .tabs-body .body-item.active {
  display: flex;
}

.neo-section-find-location .inner-wrapper {
  min-width: 100%;
  padding: 0 !important;
  width: 100%;
}
.neo-section-find-location .content-side {
  overflow: hidden;
}
.neo-section-find-location .location-inner {
  background: #f9f8f6;
  display: flex;
  max-height: 580px;
  width: 100%;
}
@media (max-width: 767px) {
  .neo-section-find-location .location-inner {
    max-height: unset;
  }
}
.neo-section-find-location .location-inner .content-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 450px;
  width: 100%;
}
.neo-section-find-location .location-inner .content-wrapper .content-title {
  margin-bottom: 18px;
  padding: 0 15px;
}
.neo-section-find-location .location-inner .posts-count {
  color: #828282;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0 !important;
  margin-top: 8px;
  padding: 0 15px;
}
.neo-section-find-location .location-inner .locations-search-wrapper {
  align-items: center;
  color: #333;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  max-width: 460px;
  padding: 0 15px;
  position: relative;
  width: 100%;
}
.neo-section-find-location .location-inner .locations-search-wrapper .locations-search {
  background: #fff;
  border: 1px solid #828282;
  border-radius: 4px;
  height: 56px;
  outline: none !important;
  padding: 16px 25px;
  width: 100%;
}
.neo-section-find-location .location-inner .locations-search-wrapper .locations-search:focus, .neo-section-find-location .location-inner .locations-search-wrapper .locations-search:active {
  outline: none !important;
}
.neo-section-find-location .location-inner .locations-search-wrapper .locations-search::-moz-placeholder {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.neo-section-find-location .location-inner .locations-search-wrapper .locations-search::placeholder {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.neo-section-find-location .location-inner .locations-search-wrapper button {
  align-items: center;
  background-color: transparent;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 0;
  width: 70px;
}
.neo-section-find-location .location-inner .results-box {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 18px;
  max-height: 400px;
  overflow-y: scroll;
  padding: 10px 15px 30px 15px;
  width: 100%;
}
.neo-section-find-location .location-inner .results-box .res-itm {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  padding: 24px 32px;
  width: 100%;
}
.neo-section-find-location .location-inner .results-box .res-itm:not(:last-child) {
  margin-bottom: 30px;
}
.neo-section-find-location .location-inner .results-box .res-itm .in-itm {
  display: flex;
}
.neo-section-find-location .location-inner .results-box .res-itm .in-itm:not(:last-child) {
  margin-bottom: 8px !important;
}
.neo-section-find-location .location-inner .results-box .res-itm .itm-ttl {
  color: #043528;
  font-size: 22px;
  font-weight: 600 !important;
  line-height: 28px;
}
.neo-section-find-location .location-inner .results-box .res-itm .itm-val {
  color: #4b4b4b;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.neo-section-find-location .location-inner .results-box .res-itm .itm-phone {
  color: #0565b1;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.neo-section-find-location .location-inner .side {
  align-items: flex-start;
  display: flex;
  height: 100%;
  justify-content: center;
}
.neo-section-find-location .location-inner .side.left-side {
  max-width: 33.33333%;
  min-width: 33.33333%;
  padding: 42px 30px 0 30px;
  width: 33.33333%;
}
.neo-section-find-location .location-inner .side.right-side {
  background: #3d3d3d;
  max-width: 66.6666%;
  min-width: 66.6666%;
  width: 66.6666%;
}

.marker-inner .loc-title {
  color: #333;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 10px !important;
}
.marker-inner .neo-button {
  font-size: 16px !important;
  height: 40px !important;
  margin-top: 15px;
  padding: 5px 12px !important;
}
.marker-inner .loc-info {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
.marker-inner .loc-info li {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  list-style: none;
  opacity: 0.8;
}
.marker-inner .loc-info li:not(:last-child) {
  margin-bottom: 4px;
}

.neo-section-team-archive .inner-wrapper .team-archive {
  width: 100%;
}
.neo-section-team-archive .inner-wrapper .team-archive .team-list {
  display: flex;
  left: 0;
  margin: -10px;
}
.neo-section-team-archive .inner-wrapper .team-archive .team-list .member {
  list-style: none;
  max-width: 25%;
  min-width: 25%;
  padding: 10px;
  width: 25%;
}
.neo-section-team-archive .inner-wrapper .team-archive .team-list .member .inner-member {
  border-radius: 8px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.neo-section-team-archive .inner-wrapper .team-archive .team-list .member .inner-member .img-wrp {
  display: flex;
  position: relative;
  width: 100%;
}
.neo-section-team-archive .inner-wrapper .team-archive .team-list .member .inner-member .img-wrp img {
  display: flex;
  position: relative;
  width: 100%;
}
.neo-section-team-archive .inner-wrapper .team-archive .team-list .member .inner-member .member-body {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 24px;
}
.neo-section-team-archive .inner-wrapper .team-archive .team-list .member .inner-member .member-body .member-name a {
  color: #092c4c !important;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.neo-section-team-archive .inner-wrapper .team-archive .team-list .member .inner-member .member-body .member-name a:hover {
  text-decoration: none !important;
}
.neo-section-team-archive .inner-wrapper .team-archive .team-list .member .inner-member .member-body .member-position {
  color: #4f4f4f;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-top: 10px;
}
.neo-section-team-archive .inner-wrapper .team-archive .team-list .member .inner-member .member-body .neo-button {
  margin-top: 32px;
  width: 100%;
}

.neo-section-two-side-map .inner-wrapper {
  min-width: 100%;
  padding: 0 !important;
  width: 100%;
}
.neo-section-two-side-map .inner-wrapper .two-side-inner {
  display: flex;
  margin-top: 20px;
  min-height: 600px;
  width: 100%;
}
@media (max-width: 576px) {
  .neo-section-two-side-map .inner-wrapper .two-side-inner {
    flex-direction: column;
    margin-top: 0;
    min-height: unset !important;
  }
}
.neo-section-two-side-map .inner-wrapper .two-side-inner .map-side {
  padding: 0 !important;
}
@media (max-width: 576px) {
  .neo-section-two-side-map .inner-wrapper .two-side-inner .map-side {
    height: 500px;
  }
}
.neo-section-two-side-map .inner-wrapper .two-side-inner .side .content-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 550px;
  padding: 15px;
  width: 100%;
}
@media (max-width: 576px) {
  .neo-section-two-side-map .inner-wrapper .two-side-inner .side .content-wrapper {
    padding: 0;
  }
}
.neo-section-two-side-map .inner-wrapper .two-side-inner .side .content-wrapper .content-title {
  margin-bottom: 18px;
}
@media (max-width: 576px) {
  .neo-section-two-side-map .inner-wrapper .two-side-inner .side .content-wrapper .content-title {
    margin-bottom: 24px;
  }
}
.neo-section-two-side-map .inner-wrapper .two-side-inner .side .content-wrapper .phones-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 30px;
  width: 100%;
}
.neo-section-two-side-map .inner-wrapper .two-side-inner .side .content-wrapper .phones-wrapper .phone-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.neo-section-two-side-map .inner-wrapper .two-side-inner .side .content-wrapper .phones-wrapper .phone-wrapper .phone-title, .neo-section-two-side-map .inner-wrapper .two-side-inner .side .content-wrapper .phones-wrapper .phone-wrapper .phone-value {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0 !important;
  max-width: 50%;
  min-width: 50%;
  width: 50%;
}
.neo-section-two-side-map .inner-wrapper .two-side-inner .side .content-wrapper .phones-wrapper .phone-wrapper:not(:last-child) {
  margin-bottom: 30px;
}

.neo-section-two-side-meta .inner-wrapper {
  min-width: 100%;
  padding: 0 !important;
  width: 100%;
}
.neo-section-two-side-meta .inner-wrapper .two-side-inner {
  display: flex;
  min-height: 600px;
  width: 100%;
}
@media (max-width: 576px) {
  .neo-section-two-side-meta .inner-wrapper .two-side-inner {
    flex-direction: column;
    min-height: unset;
  }
}
.neo-section-two-side-meta .inner-wrapper .two-side-inner.ltr-side .left-side {
  border-bottom-right-radius: 60px;
  border-top-right-radius: 60px;
  order: 1;
  overflow: hidden;
}
@media (max-width: 576px) {
  .neo-section-two-side-meta .inner-wrapper .two-side-inner.ltr-side .left-side {
    border-radius: 0 !important;
  }
}
.neo-section-two-side-meta .inner-wrapper .two-side-inner.ltr-side .right-side {
  order: 2;
}
.neo-section-two-side-meta .inner-wrapper .two-side-inner.rtl-side .left-side {
  border-bottom-left-radius: 60px;
  border-top-left-radius: 60px;
  order: 2;
}
@media (max-width: 576px) {
  .neo-section-two-side-meta .inner-wrapper .two-side-inner.rtl-side .left-side {
    border-radius: 0 !important;
  }
}
.neo-section-two-side-meta .inner-wrapper .two-side-inner.rtl-side .right-side {
  order: 1;
}
@media (max-width: 576px) {
  .neo-section-two-side-meta .inner-wrapper .two-side-inner.rtl-side .right-side {
    order: 3;
  }
}
.neo-section-two-side-meta .inner-wrapper .two-side-inner .side .content-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 500px;
  width: 100%;
}
.neo-section-two-side-meta .inner-wrapper .two-side-inner .side .content-wrapper .content-title {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .neo-section-two-side-meta .inner-wrapper .two-side-inner .side .content-wrapper .content-title {
    margin-bottom: 24px;
  }
}
.neo-section-two-side-meta .inner-wrapper .two-side-inner .side .content-wrapper .content-inner p {
  margin-bottom: 0 !important;
}
.neo-section-two-side-meta .inner-wrapper .two-side-inner .side .content-wrapper .author-wrapper {
  align-items: center;
  display: flex;
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 576px) {
  .neo-section-two-side-meta .inner-wrapper .two-side-inner .side .content-wrapper .author-wrapper {
    margin-top: 34px;
  }
}
.neo-section-two-side-meta .inner-wrapper .two-side-inner .side .content-wrapper .author-wrapper .image-wrapper {
  border-radius: 100%;
  display: flex;
  height: 50px;
  margin-right: 10px;
  overflow: hidden;
  width: 50px;
}
.neo-section-two-side-meta .inner-wrapper .two-side-inner .side .content-wrapper .author-wrapper .image-wrapper img {
  display: flex;
  width: 100%;
}
.neo-section-two-side-meta .inner-wrapper .two-side-inner .side .content-wrapper .author-wrapper .author-top {
  color: #7b7b7b;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 5px !important;
}
.neo-section-two-side-meta .inner-wrapper .two-side-inner .side .content-wrapper .author-wrapper .author-name {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.neo-section-two-side-meta .inner-wrapper .two-side-inner .side .content-wrapper .meta-list {
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-top: 30px;
}
.neo-section-two-side-meta .inner-wrapper .two-side-inner .side .content-wrapper .meta-list li {
  align-items: center;
  display: flex;
  font-size: 22px;
  line-height: 28px;
  list-style: none;
}
.neo-section-two-side-meta .inner-wrapper .two-side-inner .side .content-wrapper .meta-list li:before {
  background-color: #000;
  border-radius: 100%;
  content: "";
  display: flex;
  height: 10px;
  margin-right: 25px;
  width: 10px;
}
.neo-section-two-side-meta .inner-wrapper .two-side-inner .side .content-wrapper .meta-list li:not(:last-child) {
  margin-bottom: 25px;
}

.neo-section-two-side-simple .inner-wrapper {
  min-width: 100%;
  padding: 0 !important;
  width: 100%;
}
.neo-section-two-side-simple .inner-wrapper .two-side-inner {
  background-color: var(--neo-accent-color-2);
  display: flex;
  min-height: 600px;
  width: 100%;
}
@media (max-width: 576px) {
  .neo-section-two-side-simple .inner-wrapper .two-side-inner {
    flex-direction: column;
    min-height: unset;
  }
}
.neo-section-two-side-simple .inner-wrapper .two-side-inner.ltr-side .left-side {
  order: 1;
  overflow: hidden;
}
.neo-section-two-side-simple .inner-wrapper .two-side-inner.ltr-side .right-side {
  order: 2;
}
.neo-section-two-side-simple .inner-wrapper .two-side-inner.rtl-side .left-side {
  order: 2;
}
.neo-section-two-side-simple .inner-wrapper .two-side-inner.rtl-side .right-side {
  order: 1;
}
@media (max-width: 576px) {
  .neo-section-two-side-simple .inner-wrapper .two-side-inner.rtl-side .right-side {
    order: 3;
  }
}
.neo-section-two-side-simple .inner-wrapper .two-side-inner .side .content-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 500px;
  width: 100%;
}
.neo-section-two-side-simple .inner-wrapper .two-side-inner .side .content-wrapper .content-title {
  color: #fff !important;
}

.neo-section-two-side-contact .inner-wrapper {
  min-width: 100%;
  padding: 0 !important;
  width: 100%;
}
.neo-section-two-side-contact .inner-wrapper .two-side-inner {
  background-color: #043528;
  display: flex;
  min-height: 600px;
  width: 100%;
}
@media (max-width: 576px) {
  .neo-section-two-side-contact .inner-wrapper .two-side-inner {
    flex-direction: column;
    margin-top: 0;
    min-height: unset;
  }
}
.neo-section-two-side-contact .inner-wrapper .two-side-inner .side .content-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 550px;
  padding: 15px;
  width: 100%;
}
@media (max-width: 576px) {
  .neo-section-two-side-contact .inner-wrapper .two-side-inner .side .content-wrapper {
    padding: 0;
  }
}
.neo-section-two-side-contact .inner-wrapper .two-side-inner .side .content-wrapper .content-title {
  color: #fff;
  margin-bottom: 18px;
}
@media (max-width: 576px) {
  .neo-section-two-side-contact .inner-wrapper .two-side-inner .side .content-wrapper .content-title {
    margin-bottom: 24px;
  }
}
.neo-section-two-side-contact .inner-wrapper .two-side-inner .side .content-wrapper .info-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 30px;
  width: 100%;
}
.neo-section-two-side-contact .inner-wrapper .two-side-inner .side .content-wrapper .info-wrapper .info-item {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.neo-section-two-side-contact .inner-wrapper .two-side-inner .side .content-wrapper .info-wrapper .info-item a {
  color: #fff !important;
}
.neo-section-two-side-contact .inner-wrapper .two-side-inner .side .content-wrapper .info-wrapper .info-item .info-title, .neo-section-two-side-contact .inner-wrapper .two-side-inner .side .content-wrapper .info-wrapper .info-item .info-value {
  color: #fff !important;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0 !important;
  max-width: 50%;
  min-width: 50%;
  width: 50%;
}
.neo-section-two-side-contact .inner-wrapper .two-side-inner .side .content-wrapper .info-wrapper .info-item:not(:last-child) {
  margin-bottom: 30px;
}

.neo-section-two-side-benefits .inner-wrapper {
  min-width: 100%;
  padding: 0 !important;
  width: 100%;
}
.neo-section-two-side-benefits .inner-wrapper .two-side-inner {
  background-color: var(--neo-accent-color-2);
  display: flex;
  min-height: 600px;
  width: 100%;
}
@media (max-width: 576px) {
  .neo-section-two-side-benefits .inner-wrapper .two-side-inner {
    flex-direction: column;
    margin-top: 0;
    min-height: unset;
  }
}
.neo-section-two-side-benefits .inner-wrapper .two-side-inner .side .content-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 600px;
  padding: 15px;
  width: 100%;
}
@media (max-width: 576px) {
  .neo-section-two-side-benefits .inner-wrapper .two-side-inner .side .content-wrapper {
    padding: 0;
  }
}
.neo-section-two-side-benefits .inner-wrapper .two-side-inner .side .content-wrapper .content-title {
  color: #fff;
  margin-bottom: 50px;
}
.neo-section-two-side-benefits .inner-wrapper .two-side-inner .side .content-wrapper .content-subtitle {
  color: #fff;
  margin-bottom: 40px;
}
.neo-section-two-side-benefits .inner-wrapper .two-side-inner .side .content-wrapper .benefits-list {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  padding-left: 0;
}
.neo-section-two-side-benefits .inner-wrapper .two-side-inner .side .content-wrapper .benefits-list .list-item {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  padding: 0;
}
.neo-section-two-side-benefits .inner-wrapper .two-side-inner .side .content-wrapper .benefits-list .list-item svg {
  margin-right: 21px;
}
.neo-section-two-side-benefits .inner-wrapper .two-side-inner .side .content-wrapper .benefits-list .list-item:not(:last-child) {
  margin-bottom: 21px;
}

.two-side-inner .side {
  align-items: center;
  background-position: center;
  background-size: cover;
  display: flex;
  height: 100%;
  justify-content: center;
  max-width: 50%;
  min-width: 50%;
  padding: 50px;
  width: 50%;
}
@media (max-width: 576px) {
  .two-side-inner .side {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .two-side-inner .side {
    padding: 32px 15px;
  }
}
@media (max-width: 576px) {
  .two-side-inner .side.image-side {
    min-height: 300px;
  }
}

.def-single {
  padding: 75px 0;
}
.def-single .cat-list {
  margin: -2px -2px 8px -2px;
}
.def-single .container {
  align-items: flex-start;
  flex-direction: column;
  justify-items: flex-start;
}
.def-single .cat-list {
  margin-bottom: 15px;
}
.def-single .def-cat-lb {
  align-items: center;
  background-color: var(--neo-accent-color-2);
  border-radius: 100px;
  color: var(--neo-white-color) !important;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  height: 25px;
  justify-items: center;
  margin: 2px;
  padding: 0 12px;
}
.def-single .m-list {
  margin: 20px -7px -7px -7px;
  padding: 0;
}
.def-single .m-list li {
  align-items: center;
  display: flex;
  list-style: none;
  padding: 7px;
}
.def-single .m-list li .author-image {
  border-radius: 100px;
  height: 50px;
  margin-right: 15px;
  overflow: hidden;
  width: 50px;
}
.def-single .m-list li .nm-wrp {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-items: flex-start;
}
.def-single .m-list li .nm-wrp .date {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  opacity: 0.5;
}
.def-single .s-post-hdr {
  border-radius: 8px;
  display: flex;
  margin: 30px 0;
  max-height: 600px;
  overflow: hidden;
  width: 100%;
}
.def-single .s-post-hdr img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.def-single .tg-l {
  float: left;
  margin: 30px -2px -2px -2px;
}
@media (max-width: 576px) {
  .def-single .tg-l {
    margin-top: 15px;
  }
}
.def-single .jkd-tag-lb {
  align-items: center;
  border: 2px solid rgba(152, 152, 152, 0.2);
  border-radius: 100%;
  display: flex;
  height: 25px;
  justify-items: center;
  margin: 2px;
  padding: 0 12px;
  transition: all 0.2s ease;
}
.def-single .jkd-tag-lb:hover {
  border: 2px solid rgb(0, 0, 0);
}
.def-single .sticky-pin {
  height: 32px;
  margin-right: 3px;
  width: 32px;
}

.neo-section-latest-posts .section-title-subtitle-wrapper {
  display: flex;
  justify-content: space-between;
}
.neo-section-latest-posts .section-title-subtitle-wrapper .header-button-wrapper {
  display: flex;
  align-items: center;
}
.neo-section-latest-posts .section-title-subtitle-wrapper .header-button-wrapper .header-button {
  padding: 10px;
  border-radius: 5px;
  color: #000000;
  font-weight: 400;
}
.neo-section-latest-posts .recent-posts-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.neo-section-latest-posts .recent-posts-container .recent-post {
  flex: 1 1 calc(33.333% - 20px);
  box-sizing: border-box;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  /* Media query for screens with a maximum width of 815px */
}
@media screen and (max-width: 815px) {
  .neo-section-latest-posts .recent-posts-container .recent-post {
    flex: inherit;
  }
}
.neo-section-latest-posts .recent-posts-container .recent-post img {
  width: 100%;
  max-width: 100%;
  height: 297px;
  margin-bottom: 10px;
}
.neo-section-latest-posts .recent-posts-container .recent-post .content-wrapper {
  padding: 40px;
}
.neo-section-latest-posts .recent-posts-container .recent-post .content-wrapper .heading {
  font-size: 32px;
  line-height: 35.5px;
  color: #043528;
  font-weight: 700;
  font-family: var(--neo-heading-font);
  margin: 0 0 20px 0;
}
.neo-section-latest-posts .recent-posts-container .recent-post .content-wrapper .description {
  font-family: var(--neo-content-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 24.4px;
  text-align: left;
  color: #4B4B4B;
}
.neo-section-latest-posts .recent-posts-container .recent-post .content-wrapper .author-info {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.neo-section-latest-posts .recent-posts-container .recent-post .content-wrapper .author-info img {
  border-radius: 50%;
  margin: 0 10 0 0;
  width: 35px;
  height: auto;
}
.neo-section-latest-posts .recent-posts-container .recent-post .content-wrapper .author-info .author-wrapper .author-name {
  font-family: var(--neo-content-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #101828;
}
.neo-section-latest-posts .recent-posts-container .recent-post .content-wrapper .author-info .author-wrapper .post-date {
  font-family: var(--neo-content-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #475467;
}

.video-library-swiper-container {
  width: 100%;
  padding-bottom: 50px;
  box-sizing: border-box;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
.video-library-swiper-container .swiper-slide {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.video-library-swiper-container .video-library-youtube-thumbnail {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  max-width: 100%;
}
.video-library-swiper-container .video-library-youtube-thumbnail .thumbnail-inner-wrapper {
  position: relative;
}
.video-library-swiper-container .video-library-youtube-thumbnail .thumbnail-inner-wrapper svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.video-library-swiper-container .video-library-youtube-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
.video-library-swiper-container .video-library-youtube-info {
  padding: 40px;
}
.video-library-swiper-container .video-library-youtube-info h2 {
  font-family: var(--neo-heading-font);
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  line-height: 35.2px;
  text-align: left;
}
.video-library-swiper-container .video-library-youtube-info .descriptions {
  font-family: var(--neo-content-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 24.4px;
  text-align: left;
}

.video-library-youtube-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.9);
}
.video-library-youtube-modal .video-library-youtube-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #f0f0f0;
  max-width: 80%;
  max-height: 80%;
  overflow-y: auto;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.video-library-youtube-modal .video-library-youtube-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1001;
}

body.modal-open {
  overflow: hidden;
}

.hero-slider-swiper-outer-container {
  width: 100%;
  max-width: 1400px;
  position: relative;
}
.hero-slider-swiper-outer-container .hero-slider-swiper-container {
  width: 100%;
  max-width: 1400px;
  height: 448px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  position: relative;
  overflow: hidden;
}
.hero-slider-swiper-outer-container .hero-slider-swiper-container .swiper-wrapper {
  display: flex;
}
.hero-slider-swiper-outer-container .hero-slider-swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f3f3f3;
}
.hero-slider-swiper-outer-container .hero-slider-swiper-container .swiper-wrapper .swiper-slide.hero-slider-thumbnail-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.hero-slider-swiper-outer-container .hero-slider-swiper-container .swiper-wrapper .swiper-slide.hero-slider-thumbnail-wrapper .thumbnail-inner-wrapper {
  width: 100%;
}
.hero-slider-swiper-outer-container .hero-slider-swiper-container .swiper-wrapper .swiper-slide.hero-slider-thumbnail-wrapper .thumbnail-inner-wrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.hero-slider-swiper-outer-container .hero-slider-swiper-container .swiper-wrapper .swiper-slide.hero-slider-thumbnail-wrapper .thumbnail-inner-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.hero-slider-swiper-outer-container .hero-slider-swiper-container .swiper-wrapper .swiper-slide .hero-slider-info-wrapper {
  margin-top: 20px;
  color: #333;
  position: absolute;
  text-align: center;
}
.hero-slider-swiper-outer-container .hero-slider-swiper-container .swiper-wrapper .swiper-slide .hero-slider-info-wrapper h2 {
  font-family: var(--neo-heading-font);
  font-size: 64px;
  font-style: italic;
  font-weight: 700;
  line-height: 61.6px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .hero-slider-swiper-outer-container .hero-slider-swiper-container .swiper-wrapper .swiper-slide .hero-slider-info-wrapper h2 {
    font-size: 50px;
  }
}
.hero-slider-swiper-outer-container .hero-slider-swiper-container .swiper-wrapper .swiper-slide .hero-slider-info-wrapper .descriptions {
  font-size: 30px;
  padding: 40px 0;
  color: #FFFFFF;
}
.hero-slider-swiper-outer-container .hero-slider-swiper-container .swiper-wrapper .swiper-slide .hero-slider-info-wrapper .learn-more-btn a {
  display: inline-block;
  font-family: var(--neo-content-font);
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #000;
  height: 58px;
  padding: 16px 80px 16px 80px;
  gap: 10px;
  border-radius: 8px;
  background: #FFA56D;
}
.hero-slider-swiper-outer-container .hero-slider-swiper-container .swiper-wrapper .swiper-slide .hero-slider-info-wrapper .learn-more-btn a:hover {
  background: #FFA56D;
}
.hero-slider-swiper-outer-container .hero-slider-swiper-container .swiper-pagination {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 10;
}
.hero-slider-swiper-outer-container .hero-slider-swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #007BFF;
  opacity: 1;
}
.hero-slider-swiper-outer-container .hero-slider-swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0056b3;
}
.hero-slider-swiper-outer-container .swiper-button-next,
.hero-slider-swiper-outer-container .swiper-button-prev {
  transition: color 0.3s ease;
  z-index: 20;
  cursor: pointer;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #F0F0F0;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}
.hero-slider-swiper-outer-container .swiper-button-next.swiper-button-disabled,
.hero-slider-swiper-outer-container .swiper-button-prev.swiper-button-disabled {
  color: #000;
  cursor: pointer;
  pointer-events: inherit;
  opacity: 1;
}
.hero-slider-swiper-outer-container .swiper-button-next::after,
.hero-slider-swiper-outer-container .swiper-button-prev::after {
  font-size: 15px;
}
.hero-slider-swiper-outer-container .swiper-button-prev {
  left: -60px;
}
@media (max-width: 1375px) {
  .hero-slider-swiper-outer-container .swiper-button-prev {
    left: 15px;
  }
}
.hero-slider-swiper-outer-container .swiper-button-next {
  right: -60px;
}
@media (max-width: 1375px) {
  .hero-slider-swiper-outer-container .swiper-button-next {
    right: 15px;
  }
}

.page-23719 .neo-section.neo-section-hero-header {
  max-height: 300px !important;
}
.page-23719 .neo-section.neo-section-hero-header .hero-header-inner:after {
  display: none;
}

.my-account.logged-out .woocommerce {
  max-width: 650px;
}

.my-account.logged-in .woocommerce {
  max-width: 100%;
}

.my-account .woocommerce {
  margin: 0 auto !important;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.my-account .woocommerce .woocommerce-LostPassword,
.my-account .woocommerce .woocommerce-Register {
  text-align: center !important;
}
.my-account .woocommerce .register-link {
  font-size: 12px;
  text-decoration: none;
  display: block;
}
.my-account .woocommerce .account-wrapper {
  max-width: 1240px !important;
}
.my-account .dashboard-header-custom {
  width: 100vw;
  height: 280px;
  background-image: url("/wp-content/uploads/2025/04/5663847-1.png");
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  position: relative;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  left: 0;
  right: 0;
}
.my-account .dashboard-header-custom .dashboard-title {
  font-size: 48px !important;
  font-weight: bold;
  color: #333;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
}
@media (max-width: 768px) {
  .my-account .dashboard-header-custom {
    height: 250px;
  }
  .my-account .dashboard-header-custom .dashboard-title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .my-account .dashboard-header-custom {
    height: 200px;
  }
  .my-account .dashboard-header-custom .dashboard-title {
    font-size: 28px;
  }
}
.my-account .dashboard-title {
  font-size: 48px !important;
}
.my-account .dashboard-title.text-center {
  text-align: center;
}
.my-account .bruinlearn-disclaimer {
  padding: 10px 15px;
  margin: 10px 0 15px 0;
  text-align: center;
}
.my-account .bruinlearn-disclaimer p {
  margin: 0;
  color: #333333;
  font-size: 14px;
}
.my-account .bruinlearn-disclaimer p strong {
  color: #000000;
}
.my-account .ucla-dashboard-sidebar-layout {
  display: flex;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-sidebar {
  width: 45%;
  flex-shrink: 0;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-sidebar .profile-card,
.my-account .ucla-dashboard-sidebar-layout .dashboard-sidebar .stats-card {
  background: white;
  padding: 20px;
  margin-bottom: 20px;
  border: 3px solid #212121;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-sidebar .profile-card {
  text-align: center;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-sidebar .profile-card .profile-avatar {
  margin-bottom: 15px;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-sidebar .profile-card .profile-avatar img {
  border-radius: 50%;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-sidebar .profile-card .profile-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-sidebar .profile-card .profile-email {
  color: #666;
  font-size: 14px;
  margin-bottom: 10px;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-sidebar .profile-card .sact-number {
  color: #8b0000;
  font-weight: 500;
  margin-bottom: 15px;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-sidebar .profile-card .edit-profile-btn {
  background: #8b0000;
  color: white;
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.3s;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-sidebar .profile-card .edit-profile-btn:hover {
  background: #005a8b;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-sidebar .stats-card h4 {
  margin-bottom: 15px;
  color: #333;
  font-size: 16px;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-sidebar .stats-card .stat-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-sidebar .stats-card .stat-row:last-child {
  border-bottom: none;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-sidebar .stats-card .stat-row .stat-label {
  color: #666;
  font-size: 14px;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-sidebar .stats-card .stat-row .stat-value {
  font-weight: 600;
  color: #333;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-sidebar .password-change-section {
  background: white;
  padding: 20px;
  margin-bottom: 20px;
  border: 3px solid #212121;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-sidebar .password-change-section h3,
.my-account .ucla-dashboard-sidebar-layout .dashboard-sidebar .password-change-section h4 {
  color: #333;
  margin-bottom: 15px;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-sidebar .password-change-section h3 {
  font-size: 20px;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 10px;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-sidebar .password-change-section h4 {
  font-size: 16px;
  margin-top: 20px;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-sidebar .password-change-section .edit-profile-btn {
  background: #8b0000;
  color: white;
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.3s;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-sidebar .password-change-section .edit-profile-btn:hover {
  background: #005a8b;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content {
  flex: 1;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .dashboard-header {
  margin-bottom: 20px;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .dashboard-header .breadcrumb {
  color: #666;
  font-size: 14px;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .dashboard-header .breadcrumb .current {
  color: #333;
  font-weight: 500;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .enrollment-section,
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .available-courses-section,
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .password-change-section,
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .bruin-learn-settings-section {
  background: white;
  padding: 20px;
  margin-bottom: 20px;
  border: 3px solid #212121;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .enrollment-section h3,
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .enrollment-section h4,
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .available-courses-section h3,
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .available-courses-section h4,
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .password-change-section h3,
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .password-change-section h4,
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .bruin-learn-settings-section h3,
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .bruin-learn-settings-section h4 {
  color: #333;
  margin-bottom: 15px;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .enrollment-section h3,
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .available-courses-section h3,
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .password-change-section h3,
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .bruin-learn-settings-section h3 {
  font-size: 20px;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 10px;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .enrollment-section h4,
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .available-courses-section h4,
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .password-change-section h4,
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .bruin-learn-settings-section h4 {
  font-size: 16px;
  margin-top: 20px;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .enrollment-info .learndash-profile-section,
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .enrollment-info .canvas-courses-section,
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .enrollment-info .learning-progress-section {
  margin-bottom: 25px;
  padding: 15px;
  background: #f9f9f9;
  border-radius: 6px;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .enrollment-info .bruinlearn-disclaimer {
  background: #fff3cd;
  border: 1px solid #ffeaa7;
  border-radius: 4px;
  padding: 10px 15px;
  margin: 10px 0 15px 0;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .enrollment-info .bruinlearn-disclaimer p {
  margin: 0;
  color: #856404;
  font-size: 14px;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .enrollment-info .bruinlearn-disclaimer p strong {
  color: #856404;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .enrollment-info .ld-custom-course-list {
  list-style: none;
  padding: 0;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .enrollment-info .ld-custom-course-list .ld-custom-course-item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .enrollment-info .ld-custom-course-list .ld-custom-course-item:last-child {
  border-bottom: none;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .enrollment-info .ld-custom-course-list .ld-custom-course-item .course-title {
  flex: 1;
  font-weight: 500;
  color: #333;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .enrollment-info .ld-custom-course-list .ld-custom-course-item .course-progress-bar {
  width: 100px;
  height: 8px;
  background: #e0e0e0;
  border-radius: 4px;
  margin: 0 10px;
  position: relative;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .enrollment-info .ld-custom-course-list .ld-custom-course-item .course-progress-bar .progress-fill {
  height: 100%;
  background: #007cba;
  border-radius: 4px;
  transition: width 0.3s ease;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .enrollment-info .ld-custom-course-list .ld-custom-course-item .progress-percentage {
  font-size: 12px;
  color: #666;
  min-width: 35px;
  text-align: right;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .courses-list .course-item {
  display: flex;
  align-items: center;
  padding: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  margin-bottom: 10px;
  background: #fafafa;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .courses-list .course-item .course-icon {
  width: 40px;
  height: 40px;
  background: #007cba;
  border-radius: 6px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .courses-list .course-item .course-icon .course-placeholder {
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 3px;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .courses-list .course-item .course-info {
  flex: 1;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .courses-list .course-item .course-info h4 {
  margin: 0 0 5px 0;
  color: #333;
  font-size: 16px;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .courses-list .course-item .course-info .course-date {
  margin: 0;
  color: #666;
  font-size: 13px;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .courses-list .course-item .course-actions {
  display: flex;
  gap: 10px;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .courses-list .course-item .course-actions .register-btn {
  background: #007cba;
  color: white;
  border: none;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .courses-list .course-item .course-actions .register-btn.registered {
  background: #28a745;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .courses-list .course-item .course-actions .register-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .courses-list .course-item .course-actions .course-status-btn {
  background: #28a745;
  color: white;
  border: none;
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 12px;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .courses-list .course-item .course-actions .course-status-btn:not(.completed) {
  background: #e0e0e0;
  color: #999;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .password-change-section .password-form p {
  margin-bottom: 15px;
  color: #666;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .password-change-section .password-form .change-password-btn {
  background: #dc3545;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  transition: background-color 0.3s;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .password-change-section .password-form .change-password-btn:hover {
  background: #c82333;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .password-change-section .password-form .security-info {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-main-content .password-change-section .password-form .security-info small {
  color: #999;
  font-size: 12px;
}
@media (max-width: 768px) {
  .my-account .ucla-dashboard-sidebar-layout {
    flex-direction: column;
  }
  .my-account .ucla-dashboard-sidebar-layout .dashboard-sidebar {
    width: 100%;
  }
}

.ld-item-list.ld-course-list {
  display: none;
}

.information-box h2 {
  line-height: 26px !important;
}
.information-box .row-container {
  width: 560px !important;
}
.information-box .row-container-image {
  height: 100% !important;
}

/* Canvas LMS LearnDash Style CSS - Exact Structure */
.canvas-courses-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.canvas-courses-header {
  margin-bottom: 30px;
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.canvas-courses-header h3 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.canvas-courses-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.canvas-course-row {
  background: white;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: flex-start;
  gap: 20px;
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
}

.canvas-course-row:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
}

/* Status Column */
.course-status-col {
  flex-shrink: 0;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
}

.course-status-indicator {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  position: relative;
}

.progress-ring {
  width: 40px;
  height: 40px;
  display: block;
}

.progress-ring-bg {
  stroke: #dee2e6;
}

.progress-ring-fill {
  transition: stroke-dashoffset 0.5s ease, stroke 0.3s ease;
  stroke-linecap: round;
}

.status-completed .progress-ring-fill {
  stroke: #28a745;
}

.status-in-progress .progress-ring-fill {
  stroke: #ffc107;
}

.status-not-started .progress-ring-fill {
  stroke: #6c757d;
}

.status-icon {
  display: none;
}

.status-completed .course-status-indicator {
  background-color: rgba(212, 237, 218, 0.1);
}

.status-in-progress .course-status-indicator {
  background-color: rgba(255, 243, 205, 0.1);
}

.status-not-started .course-status-indicator {
  background-color: rgba(248, 249, 250, 0.1);
}

/* Content Column */
.course-content-col {
  flex: 1;
  min-width: 0;
  font-size: 16px;
}

/* Header Row - Title, Register Button, Caret */
.course-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.course-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-top: 7px !important;
  line-height: 1.4;
  flex: 1;
}

.course-header-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}

.course-register-btn {
  background-color: #005E69;
  color: white !important;
  padding: 4px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  min-width: 100px;
  text-align: center;
}

.course-register-btn:hover {
  background-color: #004550;
  color: white;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 94, 105, 0.3);
}

.status-completed .course-register-btn {
  background-color: #28a745;
}

.status-completed .course-register-btn:hover {
  background-color: #218838;
  box-shadow: 0 4px 8px rgba(40, 167, 69, 0.3);
}

.expand-caret {
  width: 30px;
  height: 30px;
  background-color: #005E69;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}

.expand-caret:hover {
  background: #990000;
  transform: scale(1.05);
}

.completion-badge {
  width: 30px;
  height: 30px;
  background-color: #28a745;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
}

/* Completion Checkmark - Green circle with white check for 100% courses */
.completion-checkmark {
  display: block;
  animation: checkmarkFadeIn 0.4s ease-in-out;
}
.completion-checkmark circle {
  animation: checkmarkPulse 0.6s ease-in-out;
}
.completion-checkmark path {
  animation: checkmarkDraw 0.5s ease-in-out 0.2s both;
  stroke-dasharray: 30;
  stroke-dashoffset: 30;
}

/* Checkmark animations */
@keyframes checkmarkFadeIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes checkmarkPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
@keyframes checkmarkDraw {
  to {
    stroke-dashoffset: 0;
  }
}
/* Hover effect for completed courses */
.status-completed .course-status-indicator {
  cursor: pointer;
  transition: transform 0.2s ease;
}
.status-completed .course-status-indicator:hover .completion-checkmark {
  transform: scale(1.1);
}

/* Collapsible Content */
.course-collapsible-content {
  display: none;
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: 500px;
  }
}
/* Date Row */
.course-date-row {
  margin-bottom: 20px;
  margin-top: -37px;
}

.course-date {
  color: #6c757d;
  font-size: 14px;
  margin: 0;
}

/* Arlo Events specific date row styling */
.canvas-courses-container .course-date-row {
  margin-top: -15px;
}

/* Three Columns Layout */
.course-details-three-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 20px;
}
.course-details-three-columns .delivery-icon {
  background: none !important;
  filter: brightness(0) saturate(100%) invert(13%) sepia(89%) saturate(7471%) hue-rotate(359deg) brightness(60%) contrast(118%);
}

.course-detail-column {
  min-width: 0;
}

.section-title {
  margin-bottom: 8px;
  font-family: var(--neo-heading-font) !important;
  color: #000 !important;
  font-weight: 500 !important;
  font-style: normal;
  font-size: 48px;
  line-height: 100%;
  text-align: center !important;
}

.course-collapsible-content .section-title {
  margin-bottom: 8px;
  font-family: var(--neo-heading-font) !important;
  color: #000 !important;
  font-weight: 500 !important;
  font-style: normal;
  font-size: 18px;
  line-height: 100%;
  text-align: left !important;
}

/* Delivery Column */
.delivery-icon {
  background-color: #005E69;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-bottom: 5px;
  margin-left: 11px;
}

.delivery-text {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

/* Estimated Time Column */
.course-detail-column:nth-child(2) .section-title {
  color: #17a2b8;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.estimated-text {
  font-size: 14px;
  color: #333;
  font-weight: 600;
  margin-top: 5px;
}

/* Address Column */
.address-text {
  color: #6c757d;
  font-size: 14px;
  line-height: 1.4;
}

/* About the Course Row */
.about-course-row {
  padding-top: 15px;
  border-top: 1px solid #e9ecef;
}

.about-course-row .section-title {
  margin-bottom: 10px;
  color: #333;
  font-weight: 600;
}

.course-description {
  color: #6c757d;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.course-grade-info {
  margin-top: 15px;
  font-size: 13px;
  color: #495057;
  background-color: #f8f9fa;
  padding: 8px 12px;
  border-radius: 4px;
  display: inline-block;
}

.course-grade-info .grade-value {
  font-weight: 600;
  color: #28a745;
}

.canvas-error-message {
  background: #f8d7da;
  color: #721c24;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #f5c6cb;
  margin: 20px 0;
}

.canvas-error-message p {
  margin: 0;
}

.canvas-error-message a {
  color: #721c24;
  font-weight: 600;
}

/* Responsive Design */
@media (max-width: 768px) {
  .canvas-courses-container {
    padding: 15px;
  }
  .canvas-course-row {
    flex-direction: column;
    gap: 15px;
    padding: 20px 15px;
  }
  .course-status-col {
    width: auto;
    justify-content: flex-start;
  }
  .course-header-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .course-header-actions {
    align-self: flex-end;
  }
  .course-details-three-columns {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .course-register-btn {
    min-width: auto;
  }
}
@media (max-width: 480px) {
  .canvas-courses-header h3 {
    font-size: 20px;
  }
  .course-title {
    font-size: 16px;
  }
  .course-details-three-columns {
    gap: 15px;
  }
}
/* Animation for rows */
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.canvas-course-row {
  animation: slideInUp 0.6s ease forwards;
}

.canvas-course-row:nth-child(1) {
  animation-delay: 0.1s;
}

.canvas-course-row:nth-child(2) {
  animation-delay: 0.2s;
}

.canvas-course-row:nth-child(3) {
  animation-delay: 0.3s;
}

.canvas-course-row:nth-child(4) {
  animation-delay: 0.4s;
}

.canvas-course-row:nth-child(5) {
  animation-delay: 0.5s;
}

.canvas-course-row:nth-child(6) {
  animation-delay: 0.6s;
}

/* Status border indicators */
.expand-caret:hover {
  background-color: #004550;
  transform: scale(1.05);
}

.expand-caret.expanded {
  background-color: #990000;
}

.expand-caret.expanded:hover {
  background-color: #990000;
}

.woocommerce-MyAccount-navigation__header {
  background-color: #005E69;
  color: white !important;
  padding: 10px;
  margin-bottom: 20px;
}
.woocommerce-MyAccount-navigation__header .woocommerce-MyAccount-navigation__title {
  color: white !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  margin-bottom: 0px;
}

.learndash-wrapper .ld-button:hover:not(.learndash-link-previous-incomplete):not(.ld-button-transparent):not(.ld--ignore-inline-css),
#learndash-tooltips .ld-tooltip:after,
#learndash-tooltips .ld-tooltip,
.learndash-wrapper .ld-primary-background,
.learndash-wrapper .btn-join:not(.ld--ignore-inline-css),
.learndash-wrapper #btn-join:not(.ld--ignore-inline-css),
.learndash-wrapper .ld-button:not(.ld-button-reverse):not(.learndash-link-previous-incomplete):not(.ld-button-transparent):not(.ld--ignore-inline-css),
.learndash-wrapper .ld-expand-button,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:not(.wpProQuiz_button_reShowQuestion):not(.wpProQuiz_button_restartQuiz),
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2,
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading,
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger,
.learndash-wrapper .ld-focus-comments .form-submit #submit,
.learndash-wrapper .ld-login-modal input[type=submit],
.learndash-wrapper .ld-login-modal .ld-login-modal-register,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_certificate a.btn-blue,
.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items a,
#wpProQuiz_user_content table.wp-list-table thead th,
#wpProQuiz_overlay_close,
.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon {
  background-color: #005E69 !important;
}

.learndash-wrapper .ld-course-title {
  color: #000;
  font-family: var(--neo-content-font) !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 150% !important;
  margin-bottom: 20px;
}

.page-button {
  background-color: #8b0000;
  color: white;
  border: none;
  border-radius: 100px !important;
  padding: 10px 40px;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
}

.courses-section {
  padding: 80px 0;
}
.courses-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.courses-section .courses-header {
  text-align: center;
  margin-bottom: 60px;
}
.courses-section .courses-header .courses-title {
  font-family: var(--neo-heading-font);
  font-size: 48px;
  font-weight: 700;
  color: var(--neo-heading-color);
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .courses-section .courses-header .courses-title {
    font-size: 36px;
  }
}
.courses-section .courses-header .courses-subtitle {
  font-family: var(--neo-content-font);
  font-size: 20px;
  color: var(--neo-text-color);
  margin: 0;
}
@media (max-width: 576px) {
  .courses-section .courses-header .courses-subtitle {
    font-size: 18px;
  }
}
.courses-section .courses-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .courses-section .courses-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.courses-section .course-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 2px solid #B8B6B6;
  transition: all 0.3s ease;
}
.courses-section .course-item:hover {
  transform: translateY(-2px);
}
.courses-section .course-item:hover .course-title a {
  color: #990000;
}
.courses-section .course-item:hover .course-arrow {
  color: #28a745;
  transform: translateX(5px);
}
.courses-section .course-item .course-title {
  margin: 0;
  flex: 1;
}
.courses-section .course-item .course-title a {
  font-family: var(--neo-heading-font);
  font-size: 28px;
  font-weight: 600;
  color: var(--neo-heading-color);
  text-decoration: none;
  transition: color 0.3s ease;
}
@media (max-width: 576px) {
  .courses-section .course-item .course-title a {
    font-size: 24px;
  }
}
.courses-section .course-item .course-title a:hover {
  color: #990000;
}
.courses-section .course-item .course-arrow {
  font-size: 24px;
  color: #28a745;
  font-weight: bold;
  margin-left: 20px;
  transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .courses-section .course-item .course-arrow {
    font-size: 20px;
    margin-left: 15px;
  }
}

body #neo-main .neo-section .container .woocommerce {
  width: 100%;
}
body #neo-main .neo-section .container .woocommerce h2 {
  color: #000;
  font-size: 32px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal !important;
}
body #neo-main .neo-section .container .woocommerce h3 {
  color: #000;
  font-family: var(--neo-content-font) !important;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 150% !important;
  margin-bottom: 27px;
}
body #neo-main .neo-section .container .woocommerce h4:not(.cta-title) {
  color: #000;
  font-family: var(--neo-content-font) !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 150% !important;
  margin-bottom: 20px;
}
body #neo-main .neo-section .container .woocommerce .button[type=submit],
body #neo-main .neo-section .container .woocommerce .nn-button,
body #neo-main .neo-section .container .woocommerce .yith-wcwl-form .add_to_cart_button,
body #neo-main .neo-section .container .woocommerce .woocommerce-message .wc-forward {
  align-items: center;
  background-color: var(--neo-accent-color-2);
  border: 1px solid var(--neo-accent-color-2);
  color: #fff !important;
  display: flex;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  justify-content: center;
  line-height: 150%;
  transition: all 0.2s ease-in-out;
}
body #neo-main .neo-section .container .woocommerce .button[type=submit]:hover,
body #neo-main .neo-section .container .woocommerce .nn-button:hover,
body #neo-main .neo-section .container .woocommerce .yith-wcwl-form .add_to_cart_button:hover,
body #neo-main .neo-section .container .woocommerce .woocommerce-message .wc-forward:hover {
  background: transparent;
  color: var(--neo-accent-color-2) !important;
}
body #neo-main .neo-section .container .woocommerce .woocommerce-button:not(.woocommerce-info > .button):not(p > [type=submit]) {
  background: #212121;
  border: 1px solid #212121;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 6px 12px;
}
body #neo-main .neo-section .container .woocommerce .woocommerce-button:not(.woocommerce-info > .button):not(p > [type=submit]):hover {
  background: transparent;
  color: #212121;
}
body .ap_pagination { /* Safari 6.1+ */ /* Safari 7.0+ */
  align-items: center; /* Safari 6.1+ */ /* Safari 7.0+ */
  display: flex; /* Safari 6.1+ */
  flex-wrap: wrap; /* Safari 6.1+ */ /* Safari 7.0+ */
  justify-content: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 30px;
  order: 99;
  min-height: 180px;
}
body .ap_pagination.by_2, body .ap_pagination.by_3 {
  display: none !important;
}
body .ap_pagination li {
  border: none;
  list-style: none;
  margin: 6px;
  min-height: unset;
  min-width: unset;
  width: unset;
}
body .ap_pagination li small {
  opacity: 0.2;
  pointer-events: none;
}
body .ap_pagination a, body .ap_pagination span, body .ap_pagination small {
  align-items: center;
  border: 0.5px solid #000;
  border-radius: 4px;
  color: #000 !important;
  display: flex;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 500 !important;
  height: 48px;
  justify-content: center;
  line-height: normal !important;
  padding: 0;
  text-decoration: unset !important;
  width: 48px;
}
@media (max-width: 768px) {
  body .ap_pagination a, body .ap_pagination span, body .ap_pagination small {
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    height: 20px;
    line-height: normal !important;
    width: 20px;
  }
}
body .ap_pagination a.current:not(.next):not(.prev), body .ap_pagination a:hover:not(.next):not(.prev), body .ap_pagination span.current:not(.next):not(.prev), body .ap_pagination span:hover:not(.next):not(.prev), body .ap_pagination small.current:not(.next):not(.prev), body .ap_pagination small:hover:not(.next):not(.prev) {
  background: #000 !important;
  color: #fff !important;
}
body .ap_pagination a.next, body .ap_pagination a.prev, body .ap_pagination span.next, body .ap_pagination span.prev, body .ap_pagination small.next, body .ap_pagination small.prev {
  border: none;
  width: auto;
}
body .ap_pagination a.next:hover, body .ap_pagination a.prev:hover, body .ap_pagination span.next:hover, body .ap_pagination span.prev:hover, body .ap_pagination small.next:hover, body .ap_pagination small.prev:hover {
  background: transparent;
}
body .back-to-shopping {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  body .back-to-shopping {
    margin-bottom: 20px;
  }
}
body .back-to-shopping a {
  color: #665f55;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 150% !important;
  text-align: left !important;
}
body .woocommerce-progress {
  display: flex;
  justify-content: space-between;
  margin-bottom: 42px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
body .woocommerce-progress .progress-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 33.3333%;
}
body .woocommerce-progress .progress-item:before {
  background-color: #e6e4e0;
  content: "";
  display: flex;
  height: 3px;
  position: absolute;
  right: 50%;
  top: 16px;
  width: 100%;
  z-index: 1;
}
body .woocommerce-progress .progress-item:last-child:after {
  background-color: #e6e4e0;
  content: "";
  display: flex;
  height: 3px;
  left: 50%;
  position: absolute;
  top: 16px;
  width: 100%;
  z-index: 1;
}
body .woocommerce-progress .progress-item .number-wrp {
  align-items: center;
  background: #e6e4e0;
  border: 3px solid #fff;
  border-radius: 100px;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  height: 36px;
  justify-content: center;
  letter-spacing: 2px;
  line-height: 126%;
  overflow: hidden;
  position: relative;
  width: 36px;
  z-index: 9;
}
body .woocommerce-progress .progress-item .label {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  body .woocommerce-progress .progress-item .label {
    font-size: 14px;
  }
}
@media screen and (max-width: 415px) {
  body .woocommerce-progress .progress-item .label {
    font-size: 12px;
  }
}
@media screen and (max-width: 360px) {
  body .woocommerce-progress .progress-item .label {
    font-size: 11px;
  }
}
body .woocommerce-progress .progress-item.filled:before, body .woocommerce-progress .progress-item.filled:after {
  background-color: var(--neo-accent-color-2) !important;
}
body .woocommerce-progress .progress-item.filled .label {
  font-weight: 600 !important;
}
body .woocommerce-progress .progress-item.filled .number-wrp {
  background-color: var(--neo-accent-color-2) !important;
}
body .site-main {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
body .woocommerce-breadcrumbs {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
body .page-title {
  color: #000;
  font-family: var(--neo-heading-font);
  font-size: 48px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  margin-top: 0 !important;
  text-align: center;
  width: 100%;
}
body .woo-title {
  margin-bottom: 40px;
}
body .woo-title .woocommerce-breadcrumbs {
  margin-bottom: 12px;
}
body .woo-title h1 {
  color: #000;
  font-family: var(--neo-content-font);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 0;
  text-align: left;
}

.order-received-section {
  padding: 40px 0 80px 0 !important;
}
.order-received-section .woocommerce-order {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.order-received-section .woocommerce-order .page-title {
  margin-bottom: 80px;
}
.order-received-section .woocommerce-order .order-info-body {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.order-received-section .woocommerce-order .order-info-body .table-wrapper {
  width: 100%;
}
.order-received-section .woocommerce-order .order-info-body .table-wrapper .table-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
}
.order-received-section .woocommerce-order .order-info-body .table-wrapper .table-header .cell {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 150%;
  text-align: left;
}
.order-received-section .woocommerce-order .order-info-body .table-wrapper .table-header .cell:not(:first-child) {
  padding-left: 24px;
}
.order-received-section .woocommerce-order .order-info-body .table-wrapper .sku-cell {
  width: 15%;
}
.order-received-section .woocommerce-order .order-info-body .table-wrapper .size-cell {
  width: 15%;
}
.order-received-section .woocommerce-order .order-info-body .table-wrapper .name-cell {
  width: 60%;
}
.order-received-section .woocommerce-order .order-info-body .table-wrapper .quantity-cell {
  width: 10%;
}
.order-received-section .woocommerce-order .order-info-body .table-wrapper ul {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 0 !important;
  width: 100%;
}
.order-received-section .woocommerce-order .order-info-body .table-wrapper ul li {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  justify-content: space-between;
  line-height: 150%;
  list-style: none;
  padding: 24px 0;
  text-align: left;
  width: 100%;
}
.order-received-section .woocommerce-order .order-info-body .table-wrapper ul li .size-cell, .order-received-section .woocommerce-order .order-info-body .table-wrapper ul li .quantity-cell {
  justify-content: center !important;
}
.order-received-section .woocommerce-order .order-info-body .table-wrapper ul li .cell {
  color: #000;
  display: flex;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
}
.order-received-section .woocommerce-order .order-info-body .table-wrapper ul li:not(:last-child) {
  border-bottom: 0.5px solid var(--stroke, #8d8f95);
}
.order-received-section .woocommerce-order .order-info-body .request-number {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 150%;
  margin-bottom: 32px !important;
  text-align: center;
}
.order-received-section .woocommerce-order .woocommerce-notice--success {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 32px;
  max-width: 910px;
  text-align: center;
}
.order-received-section .woocommerce-order .back-to-shopping {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 72px;
  text-align: center;
}
.order-received-section .woocommerce-order .back-to-shopping a {
  color: #000 !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 150% !important;
  text-align: center !important;
  text-decoration-line: underline;
}
.order-received-section .woocommerce-order .failed-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 40px;
  max-width: 700px;
}
.order-received-section .woocommerce-order .failed-wrapper p:first-child {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 0 !important;
  text-align: center;
}
.order-received-section .woocommerce-order .failed-wrapper .woocommerce-notice {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.order-received-section .woocommerce-order .failed-wrapper .woocommerce-notice .button {
  margin: 0 7.5px;
}

.woocommerce-info, .woocommerce-error, .woocommerce-message {
  align-items: center;
  border-bottom: none;
  border-right: none;
  border-top: none;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  height: 90px;
  line-height: normal;
  padding: 20px !important;
  width: 100%;
}
.woocommerce-info:before, .woocommerce-error:before, .woocommerce-message:before {
  display: none;
}
.woocommerce-info li, .woocommerce-error li, .woocommerce-message li {
  width: 100%;
}
.woocommerce-info .button, .woocommerce-error .button, .woocommerce-message .button {
  align-items: center !important;
  background-color: var(--neo-accent-color-2) !important;
  border-radius: 100px !important;
  color: #fff !important;
  display: flex !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  height: 50px !important;
  justify-content: center !important;
  line-height: normal !important;
  margin-left: auto !important;
  order: 2;
  padding: 12px 24px !important;
  text-transform: uppercase !important;
}
.woocommerce-info .showcoupon, .woocommerce-error .showcoupon, .woocommerce-message .showcoupon {
  color: #fff !important;
  margin-left: 10px;
}

.woocommerce-info {
  background-color: #5b90f6 !important;
  border-left: 5px solid #0565b1 !important;
}
@media screen and (max-width: 768px) {
  .woocommerce-info {
    min-height: 130px !important;
  }
}

.woocommerce-error {
  background-color: rgba(220, 53, 69, 0.5215686275) !important;
  border-left: 5px solid rgba(220, 53, 69, 0.5215686275) !important;
}

.woocommerce-message {
  background-color: rgba(40, 167, 69, 0.5215686275) !important;
  border-left: 5px solid rgba(40, 167, 69, 0.5215686275) !important;
}

.cart-section {
  padding: 40px 0 60px 0 !important;
}
@media (max-width: 768px) {
  .cart-section {
    padding: 30px 0 50px 0 !important;
  }
}
.cart-section .page-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cart-section .page-title {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 768px) {
  .cart-section .woocommerce-message {
    margin-bottom: 20px !important;
  }
}
.cart-section .woocommerce {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cart-section .woocommerce .cart-empty {
  margin-bottom: 20px;
  width: 100%;
}
.cart-section .woocommerce .woocommerce-notices-wrapper, .cart-section .woocommerce .wc-empty-cart-message, .cart-section .woocommerce .return-to-shop {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
  width: 100%;
}
.cart-section .woocommerce .woocommerce-cart-form {
  padding-right: 60px;
  width: calc(100% - 390px);
}
@media (max-width: 768px) {
  .cart-section .woocommerce .woocommerce-cart-form {
    padding-right: 0;
    width: 100%;
  }
}
.cart-section .woocommerce .woocommerce-cart-form .shop_table {
  border: none !important;
  margin-bottom: 0 !important;
}
.cart-section .woocommerce .woocommerce-cart-form .shop_table .cart_item {
  background: #fff !important;
}
.cart-section .woocommerce .woocommerce-cart-form .shop_table .cart_item td {
  border-bottom: 0.5px solid #8d8f95 !important;
}
@media (max-width: 768px) {
  .cart-section .woocommerce .woocommerce-cart-form .shop_table .cart_item td {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .cart-section .woocommerce .woocommerce-cart-form .shop_table .cart_item td:before {
    margin-bottom: 7px;
    text-align: center;
  }
}
.cart-section .woocommerce .woocommerce-cart-form .shop_table tr, .cart-section .woocommerce .woocommerce-cart-form .shop_table td, .cart-section .woocommerce .woocommerce-cart-form .shop_table th {
  border: none !important;
  padding: 0 !important;
}
.cart-section .woocommerce .woocommerce-cart-form .shop_table .thead {
  display: none;
}
.cart-section .woocommerce .woocommerce-cart-form .shop_table .product-remove {
  padding-bottom: 24px !important;
  padding-right: 24px !important;
  padding-top: 24px !important;
}
.cart-section .woocommerce .woocommerce-cart-form .shop_table .remove {
  background-color: transparent !important;
}
.cart-section .woocommerce .woocommerce-cart-form .shop_table .quantity {
  align-content: center;
  border: 0.439px solid var(--Black, #000);
  border-radius: 5.265px;
  display: flex;
  flex-wrap: nowrap;
  height: 36px;
  justify-content: space-between;
  min-width: 100px;
}
@media (max-width: 768px) {
  .cart-section .woocommerce .woocommerce-cart-form .shop_table .quantity {
    max-width: 200px;
    width: 100%;
  }
}
.cart-section .woocommerce .woocommerce-cart-form .shop_table .quantity .qnt-btn {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 36px !important;
  justify-content: center;
  width: 30px !important;
}
.cart-section .woocommerce .woocommerce-cart-form .shop_table .quantity .minus {
  margin: 0 !important;
  padding: 0 !important;
}
.cart-section .woocommerce .woocommerce-cart-form .shop_table .quantity .plus {
  margin: 0 !important;
  padding: 0 !important;
}
.cart-section .woocommerce .woocommerce-cart-form .shop_table .quantity input {
  border: none !important;
  color: #000 !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  height: 100% !important;
  line-height: 80% !important;
  padding: 0 !important;
}
.cart-section .woocommerce .woocommerce-cart-form .shop_table .product-size {
  padding-bottom: 24px !important;
  padding-right: 24px !important;
  padding-top: 24px !important;
}
.cart-section .woocommerce .woocommerce-cart-form .shop_table .product-size:before {
  display: none !important;
}
.cart-section .woocommerce .woocommerce-cart-form .shop_table .product-size .product-attr {
  color: #000 !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 768px) {
  .cart-section .woocommerce .woocommerce-cart-form .shop_table .product-size .product-attr {
    text-align: center;
  }
}
.cart-section .woocommerce .woocommerce-cart-form .shop_table .product-name {
  padding-bottom: 24px !important;
  padding-right: 24px !important;
  padding-top: 24px !important;
}
.cart-section .woocommerce .woocommerce-cart-form .shop_table .product-name a, .cart-section .woocommerce .woocommerce-cart-form .shop_table .product-name friendly-name {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.12px;
  line-height: 150%; /* 21px */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cart-section .woocommerce .woocommerce-cart-form .shop_table .product-quantity {
  padding-bottom: 24px !important;
  padding-top: 24px !important;
}
.cart-section .woocommerce .woocommerce-cart-form .shop_table .product-thumbnail {
  padding-bottom: 24px !important;
  padding-right: 24px !important;
  padding-top: 24px !important;
}
.cart-section .woocommerce .woocommerce-cart-form .shop_table .product-thumbnail:before {
  display: none !important;
}
.cart-section .woocommerce .woocommerce-cart-form .shop_table .product-thumbnail a {
  border-radius: 0;
  display: flex;
  margin-right: 0px;
  min-width: 80px;
  overflow: hidden;
  width: 80px;
}
.cart-section .woocommerce .woocommerce-cart-form .shop_table .product-thumbnail a img {
  border-radius: 0;
  display: flex;
  height: auto;
  position: relative;
  width: 100%;
}
.cart-section .woocommerce .woocommerce-cart-form .shop_table [name=update_cart] {
  margin-top: 15px;
}
.cart-section .woocommerce .woocommerce-cart-form .shop_table .actions {
  background: #fff !important;
  border: none !important;
  padding: 0 !important;
  padding-top: 30px !important;
}
@media (max-width: 768px) {
  .cart-section .woocommerce .woocommerce-cart-form .shop_table .actions {
    width: 100%;
  }
}
.cart-section .woocommerce .woocommerce-cart-form .shop_table .actions .button {
  border-radius: 8px !important;
  height: 60px !important;
  margin-top: 10px !important;
  padding: 0 40px !important;
}
@media (max-width: 768px) {
  .cart-section .woocommerce .woocommerce-cart-form .shop_table .actions .button {
    width: 100%;
  }
}
.cart-section .woocommerce .cart-collaterals {
  width: 390px;
}
@media (max-width: 768px) {
  .cart-section .woocommerce .cart-collaterals {
    margin-top: 15px;
    width: 100%;
  }
}
.cart-section .woocommerce .cart-collaterals .shop_table {
  border: none !important;
}
.cart-section .woocommerce .cart-collaterals tbody th, .cart-section .woocommerce .cart-collaterals tbody td {
  border: none !important;
  color: #000;
  font-family: var(--neo-content-font) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 0 !important;
  padding-bottom: 20px !important;
}
.cart-section .woocommerce .cart-collaterals .shipping li {
  margin-bottom: 0 !important;
}
.cart-section .woocommerce .cart-collaterals .shipping-calculator-button {
  font-weight: 600 !important;
}
.cart-section .woocommerce .cart-collaterals .checkout-button {
  align-items: center;
  align-self: stretch;
  background-color: var(--neo-accent-color-2) !important;
  border-radius: 8px;
  display: flex;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  gap: 10px;
  height: 60px;
  justify-content: center;
  line-height: 150%;
  padding: 16px 80px;
}
.cart-section .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
}

.checkout-section {
  padding: 40px 0 60px 0 !important;
}
.checkout-section .woocommerce-form-login-toggle .showlogin {
  align-items: center;
  background-color: var(--neo-accent-color-2);
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0;
  margin-left: auto;
  margin-left: auto;
  padding: 12px 24px;
  position: relative;
  transition: all 0.2s ease;
}
.checkout-section .woocommerce-form-login-toggle .showlogin:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .checkout-section .woocommerce-form-login-toggle .showlogin {
    margin: 0 auto !important;
  }
}
.checkout-section .local-pickup-wrp {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.checkout-section .local-pickup-wrp label {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.checkout-section .local-pickup-wrp svg {
  margin-right: 4px;
}
.checkout-section .local-pickup-wrp .info-icon {
  align-items: center;
  color: #2b2b2b;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  margin-top: 4px;
  width: 100%;
}
.checkout-section .local-pickup-wrp #local-pickup {
  display: flex;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .checkout-section .local-pickup-wrp #local-pickup {
    width: 25px;
  }
}
.checkout-section h3 {
  margin-bottom: 4px !important;
}
.checkout-section .woocommerce-billing-fields__field-wrapper {
  margin-top: 24px !important;
}
.checkout-section #payment {
  background: transparent;
  border: none;
  border-radius: 0;
}
.checkout-section #payment .wc_payment_methods {
  margin-bottom: 20px !important;
  padding: 0 !important;
  padding-bottom: 20px !important;
}
.checkout-section #payment .wc_payment_method {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.checkout-section #payment .wc_payment_method label {
  cursor: pointer;
}
.checkout-section #payment .wc_payment_method .payment_box {
  background: rgba(7, 114, 85, 0.3);
  color: #000 !important;
  margin-bottom: 0;
  margin-top: 10px;
  width: 100%;
}
.checkout-section #payment .wc_payment_method .payment_box:before {
  border-bottom: 1em solid rgba(7, 114, 85, 0.3) !important;
  top: -1em !important;
}
.checkout-section #payment .wc_payment_method:not(:last-child) {
  margin-bottom: 15px;
}
.checkout-section #payment .woocommerce-privacy-policy-text p {
  color: #2b2b2b;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
.checkout-section #coderockz_woo_delivery_setting_wrapper {
  flex-direction: column;
}
.checkout-section #billing_address_1_field {
  margin-bottom: 8px !important;
}
.checkout-section #coderockz_woo_delivery_setting_wrapper,
.checkout-section #coderockz_woo_delivery_delivery_date_section,
.checkout-section #coderockz_woo_delivery_pickup_date_section {
  display: flex !important;
  visibility: visible !important;
  width: 100% !important;
}
.checkout-section #coderockz_woo_delivery_setting_wrapper .form-row,
.checkout-section #coderockz_woo_delivery_delivery_date_section .form-row,
.checkout-section #coderockz_woo_delivery_pickup_date_section .form-row {
  width: 100% !important;
}
.checkout-section [for=coderockz_woo_delivery_date_datepicker] {
  align-items: center !important;
  display: flex !important;
}
.checkout-section [for=coderockz_woo_delivery_date_datepicker] svg {
  margin-left: 8px;
}
.checkout-section #place_order {
  align-items: center;
  align-self: stretch;
  background-color: var(--neo-accent-color-2);
  border-radius: 8px;
  display: flex;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  gap: 10px;
  height: 60px;
  justify-content: center;
  line-height: 150%;
  padding: 16px 80px;
}
.checkout-section .checkout_coupon {
  width: 100%;
}
.checkout-section .checkout_coupon p:first-child {
  margin-bottom: 16px !important;
}
.checkout-section .checkout_coupon .form-row {
  margin-bottom: 0 !important;
  padding-right: 16px !important;
}
.checkout-section .checkout_coupon .form-row [type=submit] {
  height: 55px !important;
}
.checkout-section .checkout {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .checkout-section .checkout {
    display: block;
  }
}
.checkout-section .woocommerce-NoticeGroup {
  margin-bottom: 30px;
  width: 100%;
}
.checkout-section .woocommerce-NoticeGroup:empty {
  display: none;
}
.checkout-section #customer_details {
  display: flex;
  flex-direction: column;
  padding-right: 60px;
  width: calc(100% - 480px);
}
@media screen and (max-width: 768px) {
  .checkout-section #customer_details {
    display: block;
    padding-right: 0px;
    width: 100%;
  }
}
.checkout-section #customer_details .columns-wrapper {
  display: flex;
  flex-direction: column;
}
.checkout-section #customer_details .columns-wrapper .col-1, .checkout-section #customer_details .columns-wrapper .col-2 {
  float: none !important;
  width: unset !important;
}
.checkout-section #order_review_heading {
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 150% !important;
  margin-bottom: 24px !important;
}
.checkout-section #order_review {
  width: 480px;
}
@media screen and (max-width: 768px) {
  .checkout-section #order_review {
    width: 100%;
  }
}
.checkout-section #order_review .place-order {
  margin-bottom: 0 !important;
}
.checkout-section #order_review .place-order [type=submit] {
  margin-top: 16px;
  width: 100%;
}
.checkout-section .cart-subtotal, .checkout-section .order-total {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.checkout-section .cart-subtotal h4, .checkout-section .order-total h4 {
  margin-bottom: 0 !important;
}
.checkout-section .order-total {
  margin-top: 30px;
}
.checkout-section .products-list {
  margin: 0 !important;
  margin-bottom: 30px !important;
  padding: 0 !important;
  transition: all 0.3s ease;
}
.checkout-section .products-list.loading {
  opacity: 0.5;
  pointer-events: none;
}
.checkout-section .products-list li {
  align-items: center;
  display: flex;
  list-style: none;
}
.checkout-section .products-list li h5 {
  color: #000 !important;
  display: flex;
  font-family: var(--neo-content-font) !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 150% !important;
  margin-bottom: 0 !important;
  padding-right: 40px !important;
}
.checkout-section .products-list li .friendly-name {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.checkout-section .products-list li .product-attr, .checkout-section .products-list li .sku-wrp, .checkout-section .products-list li .product-attr {
  color: #000 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.checkout-section .products-list li .product-quantity {
  margin-left: 4px;
}
.checkout-section .products-list li .product-info {
  position: relative;
  width: 100%;
}
.checkout-section .products-list li .product-info .remove-btn {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.checkout-section .products-list li .product-thumbnail {
  border-radius: 0;
  display: flex;
  height: 112px;
  margin-right: 16px;
  min-width: 112px;
  overflow: hidden;
  width: 112px;
}
.checkout-section .products-list li .product-thumbnail img {
  display: flex;
  height: auto;
  position: relative;
  width: 100%;
}
.checkout-section .products-list li:not(:last-child) {
  margin-bottom: 42px !important;
}
.checkout-section .woocommerce-terms-and-conditions-wrapper {
  margin-top: 0 !important;
}
.checkout-section .notif-msg, .checkout-section .woocommerce-terms-and-conditions-wrapper {
  align-items: center;
  display: flex;
  margin-top: 20px;
}
.checkout-section .notif-msg svg, .checkout-section .woocommerce-terms-and-conditions-wrapper svg {
  margin-right: 10px;
  min-width: 14px !important;
}
.checkout-section .notif-msg p, .checkout-section .woocommerce-terms-and-conditions-wrapper p {
  color: #2b2b2b;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
.checkout-section .clear-checkout-fields-wrapper {
  color: #000;
  text-decoration: underline;
  text-transform: uppercase;
}
.checkout-section .clear-checkout-fields-wrapper a {
  color: #000;
}
.checkout-section .clear-checkout-fields-wrapper a:hover {
  color: #000;
}

.account-section {
  padding: 40px 0 60px 0 !important;
}
.account-section .account-wrapper {
  align-items: flex-start;
  display: flex;
  width: 100%;
}
@media (max-width: 768px) {
  .account-section .account-wrapper {
    flex-direction: column;
  }
}
.account-section .account-wrapper ul {
  padding: 0 !important;
}
.account-section .account-wrapper form h3 {
  margin-bottom: 24px !important;
}
.account-section .account-wrapper form .button[type=submit] {
  margin-top: 24px;
}
.account-section .account-wrapper .woocommerce-MyAccount-content {
  padding-left: 80px;
  width: calc(100% - 190px) !important;
}
@media (max-width: 768px) {
  .account-section .account-wrapper .woocommerce-MyAccount-content {
    padding-left: 0 !important;
    width: 100% !important;
  }
}
.account-section .account-wrapper .woocommerce-MyAccount-content .woocommerce-notices-wrapper:empty {
  display: none !important;
}
.account-section .account-wrapper .woocommerce-MyAccount-content p {
  color: #212121;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.account-section .account-wrapper .woocommerce-MyAccount-content p > a {
  color: #212121 !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.6px;
  line-height: 150%;
  text-decoration-line: underline;
  transition: all 0.2s ease-in-out;
}
.account-section .account-wrapper .woocommerce-MyAccount-content p:not(:last-child):not(.form-row) {
  margin-bottom: 10px !important;
}
.account-section .account-wrapper .woocommerce-MyAccount-navigation {
  width: 250px !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .account-section .account-wrapper .woocommerce-MyAccount-navigation {
    margin-bottom: 30px;
    width: 100% !important;
  }
}
.account-section .account-wrapper .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  padding: 20px;
}
.account-section .account-wrapper .woocommerce-MyAccount-navigation ul li:first-child {
  padding-top: 0 !important;
}
.account-section .account-wrapper .woocommerce-MyAccount-navigation ul li:last-child {
  padding-bottom: 0 !important;
}
.account-section .account-wrapper .woocommerce-MyAccount-navigation ul li:not(:last-child) {
  border-bottom: 0.5px solid #9e9e9e !important;
}
.account-section .account-wrapper .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #000000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.4px;
  line-height: 150%;
}
.account-section .account-wrapper .woocommerce-MyAccount-navigation ul li.is-active a path {
  stroke: #000000 !important;
}
.account-section .account-wrapper .woocommerce-MyAccount-navigation ul li a {
  align-items: center;
  color: #023A43;
  display: flex;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  justify-content: left;
  letter-spacing: 0.4px;
  line-height: 150%;
  margin-left: 0 !important;
  transition: all 0.2s ease-in-out;
}
.account-section .account-wrapper .woocommerce-MyAccount-navigation ul li a path {
  stroke: #000000 !important;
}
.account-section .account-wrapper .woocommerce-MyAccount-navigation ul li a svg,
.account-section .account-wrapper .woocommerce-MyAccount-navigation ul li a .avatar-wrapper {
  margin-right: 15px;
}
.account-section .account-wrapper .woocommerce-MyAccount-navigation ul li .avatar-wrapper {
  border-radius: 100px;
  display: flex;
  height: 24px;
  overflow: hidden;
  position: relative;
  width: 24px;
}
.account-section .account-wrapper .woocommerce-MyAccount-navigation ul li .avatar-wrapper img {
  display: flex;
  height: auto;
  margin: 0;
  width: 100%;
}
.account-section .account-wrapper .woocommerce-MyAccount-navigation ul li:not(:last-child) {
  margin-bottom: 10px;
}
.account-section .account-wrapper .woocommerce-orders-table {
  border: none;
  margin: 0 !important;
  padding: 0;
}
.account-section .account-wrapper .woocommerce-orders-table th {
  padding-top: 0 !important;
}
.account-section .account-wrapper .woocommerce-orders-table th,
.account-section .account-wrapper .woocommerce-orders-table td {
  border: none;
  border-bottom: 0.5px solid #9e9e9e !important;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 20px 12px;
}
.account-section .account-wrapper .woocommerce-orders-table th a,
.account-section .account-wrapper .woocommerce-orders-table td a {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.account-section .account-wrapper .woocommerce-orders-table .nobr {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.account-section .account-wrapper .addresses {
  display: flex;
  margin-top: 40px;
}
.account-section .account-wrapper .addresses .edit {
  align-items: center;
  background: #f3f4f6;
  border-radius: 50px;
  color: #212121;
  display: flex;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 500;
  height: 29px;
  justify-content: center;
  line-height: normal;
  padding: 6px 12px;
}
.account-section .account-wrapper .addresses .edit:hover {
  background: #212121 !important;
  color: #fff !important;
}
.account-section .account-wrapper .addresses address {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 150%;
  margin: 0;
}
.account-section .account-wrapper .addresses .title {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.account-section .account-wrapper .addresses h3 {
  margin: 0 !important;
}
.account-section .account-wrapper .addresses .woocommerce-Address {
  margin: 0;
  padding: 0;
  width: 50%;
}
.account-section .account-wrapper .addresses .woocommerce-Address:first-child {
  padding-right: 40px;
}
.account-section .account-wrapper .addresses .woocommerce-Address:last-child {
  padding-left: 40px;
}
.account-section .account-wrapper .addresses .woocommerce-Address.u-column2 {
  display: none;
}

.ucla-dashboard {
  background: #f8f9fa;
  min-height: 100vh;
  padding: 0;
}
.ucla-dashboard .dashboard-header {
  background: white;
  padding: 20px 40px;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ucla-dashboard .dashboard-header .breadcrumb {
  font-size: 16px;
  color: #6b7280;
}
.ucla-dashboard .dashboard-header .breadcrumb .current {
  color: #1f2937;
}
.ucla-dashboard .dashboard-header .user-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.ucla-dashboard .dashboard-header .user-info .user-name {
  font-weight: 600;
  color: #1f2937;
  font-size: 16px;
}
.ucla-dashboard .dashboard-header .user-info .user-id {
  color: #6b7280;
  font-size: 14px;
}
.ucla-dashboard .dashboard-content {
  padding: 40px;
  max-width: 1200px;
  margin: 0 auto;
}
.ucla-dashboard .profile-section {
  background: white;
  border-radius: 12px;
  padding: 40px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.ucla-dashboard .profile-section .profile-avatar img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #e5e7eb;
}
.ucla-dashboard .profile-section .profile-info .profile-name {
  font-size: 32px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 15px 0;
}
.ucla-dashboard .profile-section .profile-info .edit-profile-btn {
  background: transparent;
  border: none;
  color: #6b7280;
  font-size: 14px;
  cursor: pointer;
  text-decoration: underline;
}
.ucla-dashboard .profile-section .profile-info .edit-profile-btn:hover {
  color: #374151;
}

/**
 * ============================================================================
 * ENHANCED DASHBOARD PROFILE DISPLAY
 * ============================================================================
 * 
 * Additional styling for the enhanced profile display in the dashboard sidebar.
 * Shows comprehensive user information in a clean, organized layout.
 */
.my-account .ucla-dashboard-sidebar-layout .dashboard-sidebar .profile-card .profile-details .profile-name {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-sidebar .profile-card .profile-details .profile-name .pronouns {
  font-size: 14px;
  font-weight: 400;
  color: #6b7280;
  font-style: italic;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-sidebar .profile-card .profile-details .profile-info {
  margin: 16px 0;
  text-align: left !important;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-sidebar .profile-card .profile-details .profile-info p,
.my-account .ucla-dashboard-sidebar-layout .dashboard-sidebar .profile-card .profile-details .profile-info .profile-address {
  font-size: 20px;
  line-height: 1.5;
  margin: 8px 0;
  color: #374151;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-sidebar .profile-card .profile-details .profile-info p strong,
.my-account .ucla-dashboard-sidebar-layout .dashboard-sidebar .profile-card .profile-details .profile-info .profile-address strong {
  color: #1f2937;
  font-weight: 600;
  display: inline-block;
  min-width: 80px;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-sidebar .profile-card .profile-details .profile-info .profile-address {
  margin: 12px 0;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-sidebar .profile-card .profile-details .profile-info .profile-address .address-text {
  color: #6b7280;
  font-size: 20px;
  line-height: 1.4;
  margin-left: 4px;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-sidebar .profile-card .profile-details .profile-info .sact-number {
  border-top: 1px solid #e5e7eb;
  padding-top: 12px;
  margin-top: 16px;
  font-weight: 500;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-sidebar .profile-card .profile-details .profile-actions {
  margin-top: 16px;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-sidebar .profile-card .profile-details .profile-actions .edit-profile-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #8b0000;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #d1d5db;
  transition: all 0.2s ease;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-sidebar .profile-card .profile-details .profile-actions .edit-profile-btn svg {
  width: 14px;
  height: 14px;
  stroke-width: 1.5;
}
.my-account .ucla-dashboard-sidebar-layout .dashboard-sidebar .profile-card .profile-details .profile-actions .edit-profile-btn:hover {
  background: #e5e7eb;
  border-color: #9ca3af;
  color: #1f2937;
  text-decoration: none;
}
@media (max-width: 768px) {
  .my-account .ucla-dashboard-sidebar-layout .dashboard-sidebar .profile-card .profile-details .profile-name {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .my-account .ucla-dashboard-sidebar-layout .dashboard-sidebar .profile-card .profile-details .profile-name .pronouns {
    margin-left: 0;
  }
  .my-account .ucla-dashboard-sidebar-layout .dashboard-sidebar .profile-card .profile-details .profile-info p strong,
  .my-account .ucla-dashboard-sidebar-layout .dashboard-sidebar .profile-card .profile-details .profile-info .profile-address strong {
    display: block;
    margin-bottom: 2px;
    min-width: auto;
  }
}
.my-account .ucla-dashboard-sidebar-layout .stats-section {
  display: flex;
  gap: 60px;
  justify-content: center;
  margin-bottom: 40px;
}
.my-account .ucla-dashboard-sidebar-layout .stats-section .stat-item {
  text-align: center;
}
.my-account .ucla-dashboard-sidebar-layout .stats-section .stat-item .stat-number {
  display: block;
  font-size: 48px;
  font-weight: 700;
  color: #1f2937;
  line-height: 1;
}
.my-account .ucla-dashboard-sidebar-layout .stats-section .stat-item .stat-label {
  font-size: 16px;
  color: #6b7280;
  margin-top: 8px;
  display: block;
}
.my-account .ucla-dashboard-sidebar-layout .courses-section h3 {
  font-size: 24px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 24px;
}
.my-account .ucla-dashboard-sidebar-layout .courses-section .courses-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.my-account .ucla-dashboard-sidebar-layout .courses-section .course-item {
  background: white;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.my-account .ucla-dashboard-sidebar-layout .courses-section .course-item .course-icon .course-placeholder {
  width: 50px;
  height: 50px;
  background: #e5e7eb;
  border-radius: 50%;
  display: block;
}
.my-account .ucla-dashboard-sidebar-layout .courses-section .course-item .course-info {
  flex: 1;
}
.my-account .ucla-dashboard-sidebar-layout .courses-section .course-item .course-info h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 4px 0;
}
.my-account .ucla-dashboard-sidebar-layout .courses-section .course-item .course-info .course-date {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
}
.my-account .ucla-dashboard-sidebar-layout .courses-section .course-item .course-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.my-account .ucla-dashboard-sidebar-layout .courses-section .course-item .course-actions .register-btn {
  background: #0d9488;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 8px 16px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.my-account .ucla-dashboard-sidebar-layout .courses-section .course-item .course-actions .register-btn:hover:not(:disabled) {
  background: #0f766e;
}
.my-account .ucla-dashboard-sidebar-layout .courses-section .course-item .course-actions .register-btn.registered, .my-account .ucla-dashboard-sidebar-layout .courses-section .course-item .course-actions .register-btn:disabled {
  background: #6b7280;
  cursor: not-allowed;
}
.my-account .ucla-dashboard-sidebar-layout .courses-section .course-item .course-actions .course-status-btn {
  background: #0d9488;
  color: white;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: bold;
}
@media (max-width: 768px) {
  .my-account .ucla-dashboard-sidebar-layout .dashboard-header {
    padding: 15px 20px;
    flex-direction: column;
    gap: 10px;
  }
  .my-account .ucla-dashboard-sidebar-layout .dashboard-header .user-info {
    align-items: center;
  }
  .my-account .ucla-dashboard-sidebar-layout .dashboard-content {
    padding: 20px;
  }
  .my-account .ucla-dashboard-sidebar-layout .profile-section {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }
  .my-account .ucla-dashboard-sidebar-layout .stats-section {
    gap: 30px;
  }
  .my-account .ucla-dashboard-sidebar-layout .stats-section .stat-item .stat-number {
    font-size: 36px;
  }
  .my-account .ucla-dashboard-sidebar-layout .course-item {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  .my-account .ucla-dashboard-sidebar-layout .course-item .course-actions {
    justify-content: center;
  }
}

.create-a-new-account .page-content {
  margin: 0 auto !important;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-width: 800px;
}
.create-a-new-account .row {
  width: 100%;
}
.create-a-new-account .woocommerce-privacy-policy-text p:nth-of-type(2) {
  display: none;
}
.create-a-new-account .woocommerce-LostPassword.lost_password {
  text-align: center;
}
.create-a-new-account .page-title h1 {
  font-size: 36px !important;
  font-weight: 700;
  color: #212121;
  margin-bottom: 20px;
  text-align: center;
}

.course-catalog-wrapper .course-catalog-breadcrumb {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 20px;
}
.course-catalog-wrapper .course-catalog-breadcrumb .current {
  color: #dc2626;
  font-weight: 600;
}
.course-catalog-wrapper .course-catalog-container {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .course-catalog-wrapper .course-catalog-container {
    flex-direction: column;
    gap: 20px;
  }
}
.course-catalog-wrapper .course-catalog-sidebar {
  width: 200px;
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .course-catalog-wrapper .course-catalog-sidebar {
    width: 100%;
  }
}
.course-catalog-wrapper .course-catalog-sidebar .course-count-section {
  margin-bottom: 30px;
}
.course-catalog-wrapper .course-catalog-sidebar .course-count-section h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
  margin: 0;
}
.course-catalog-wrapper .course-catalog-sidebar .filter-section {
  margin-bottom: 30px;
}
.course-catalog-wrapper .course-catalog-sidebar .filter-section h4 {
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 15px;
}
.course-catalog-wrapper .course-catalog-sidebar .filter-section .delivery-filters {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.course-catalog-wrapper .course-catalog-sidebar .filter-section .delivery-filters .filter-option {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
  color: #374151;
  padding: 8px;
  border-radius: 6px;
  transition: all 0.2s;
}
.course-catalog-wrapper .course-catalog-sidebar .filter-section .delivery-filters .filter-option:hover, .course-catalog-wrapper .course-catalog-sidebar .filter-section .delivery-filters .filter-option.hover {
  background-color: #f3f4f6;
}
.course-catalog-wrapper .course-catalog-sidebar .filter-section .delivery-filters .filter-option.active {
  background-color: #fef2f2;
  color: #dc2626;
}
.course-catalog-wrapper .course-catalog-sidebar .filter-section .delivery-filters .filter-option.active .filter-icon {
  background-color: #dc2626;
}
.course-catalog-wrapper .course-catalog-sidebar .filter-section .delivery-filters .filter-option.active .filter-icon svg path {
  fill: white !important;
}
.course-catalog-wrapper .course-catalog-sidebar .filter-section .delivery-filters .filter-option .filter-icon {
  width: 32px;
  height: 32px;
  background: white;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
}
.course-catalog-wrapper .course-catalog-sidebar .filter-section .delivery-filters .filter-option .filter-icon.in-person, .course-catalog-wrapper .course-catalog-sidebar .filter-section .delivery-filters .filter-option .filter-icon.self-paced {
  border: 2px solid #dc2626;
}
.course-catalog-wrapper .course-catalog-sidebar .filter-section .delivery-filters .filter-option .filter-icon svg {
  width: 16px;
  height: 16px;
}
.course-catalog-wrapper .course-catalog-sidebar .filter-section .delivery-filters .filter-option span {
  font-weight: 500;
}
.course-catalog-wrapper .course-catalog-sidebar .filter-section .location-filters {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.course-catalog-wrapper .course-catalog-sidebar .filter-section .location-filters .location-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  color: #374151;
}
.course-catalog-wrapper .course-catalog-sidebar .filter-section .location-filters .location-checkbox input[type=checkbox] {
  display: none;
}
.course-catalog-wrapper .course-catalog-sidebar .filter-section .location-filters .location-checkbox .checkmark {
  width: 16px;
  height: 16px;
  border: 2px solid #d1d5db;
  border-radius: 3px;
  position: relative;
  transition: all 0.2s;
}
.course-catalog-wrapper .course-catalog-sidebar .filter-section .location-filters .location-checkbox .checkmark::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 0px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s;
}
.course-catalog-wrapper .course-catalog-sidebar .filter-section .location-filters .location-checkbox input[type=checkbox]:checked + .checkmark {
  background-color: #dc2626;
  border-color: #dc2626;
}
.course-catalog-wrapper .course-catalog-sidebar .filter-section .location-filters .location-checkbox input[type=checkbox]:checked + .checkmark .bruin-learn-section {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 8px;
  margin-top: 25px;
  border: 1px solid #e0e0e0;
}
.course-catalog-wrapper .course-catalog-sidebar .filter-section .location-filters .location-checkbox input[type=checkbox]:checked + .checkmark .bruin-learn-section h3 {
  color: #003366;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}
.course-catalog-wrapper .course-catalog-sidebar .filter-section .location-filters .location-checkbox input[type=checkbox]:checked + .checkmark .bruin-learn-section p {
  margin-bottom: 20px;
  color: #666;
}
.course-catalog-wrapper .course-catalog-sidebar .filter-section .location-filters .location-checkbox input[type=checkbox]:checked + .checkmark .bruin-learn-section .bruin-email-form-wrapper {
  margin-bottom: 20px;
}
.course-catalog-wrapper .course-catalog-sidebar .filter-section .location-filters .location-checkbox input[type=checkbox]:checked + .checkmark .bruin-learn-section .bruin-email-form-wrapper .form-group {
  margin-bottom: 15px;
}
.course-catalog-wrapper .course-catalog-sidebar .filter-section .location-filters .location-checkbox input[type=checkbox]:checked + .checkmark .bruin-learn-section .bruin-email-form-wrapper .form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  color: #333;
}
.course-catalog-wrapper .course-catalog-sidebar .filter-section .location-filters .location-checkbox input[type=checkbox]:checked + .checkmark .bruin-learn-section .bruin-email-form-wrapper .form-group input[type=email] {
  width: 100%;
  max-width: 400px;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}
.course-catalog-wrapper .course-catalog-sidebar .filter-section .location-filters .location-checkbox input[type=checkbox]:checked + .checkmark .bruin-learn-section .bruin-email-form-wrapper .form-group input[type=email]:focus {
  outline: none;
  border-color: #003366;
  box-shadow: 0 0 0 2px rgba(0, 51, 102, 0.1);
}
.course-catalog-wrapper .course-catalog-sidebar .filter-section .location-filters .location-checkbox input[type=checkbox]:checked + .checkmark .bruin-learn-section .bruin-email-form-wrapper .form-group .button {
  background-color: #003366;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
.course-catalog-wrapper .course-catalog-sidebar .filter-section .location-filters .location-checkbox input[type=checkbox]:checked + .checkmark .bruin-learn-section .bruin-email-form-wrapper .form-group .button:hover {
  background-color: #002244;
}
.course-catalog-wrapper .course-catalog-sidebar .filter-section .location-filters .location-checkbox input[type=checkbox]:checked + .checkmark .bruin-learn-section .bruin-learn-info {
  font-size: 13px;
  color: #777;
}
@media (max-width: 768px) {
  .course-catalog-wrapper .course-catalog-sidebar .filter-section .location-filters .location-checkbox input[type=checkbox]:checked + .checkmark .bruin-learn-section {
    padding: 20px 15px;
  }
  .course-catalog-wrapper .course-catalog-sidebar .filter-section .location-filters .location-checkbox input[type=checkbox]:checked + .checkmark .bruin-learn-section .bruin-email-form-wrapper .form-group input[type=email] {
    max-width: 100%;
  }
}
.course-catalog-wrapper .course-catalog-sidebar .filter-section .location-filters .location-checkbox input[type=checkbox]:checked + .checkmark::after {
  opacity: 1;
}
.course-catalog-wrapper .course-catalog-sidebar .filter-section .location-filters .location-checkbox span {
  font-weight: 400;
}
.course-catalog-wrapper .course-catalog-main {
  flex: 1;
}
.course-catalog-wrapper .course-catalog-main h2 {
  font-size: 24px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.course-catalog-wrapper .course-catalog-main .user-info {
  display: flex;
  gap: 8px;
  margin-left: auto;
}
.course-catalog-wrapper .course-catalog-main .user-info .user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
}
.course-catalog-wrapper .course-catalog-main .user-info .user-avatar:nth-child(1) {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.course-catalog-wrapper .course-catalog-main .user-info .user-avatar:nth-child(2) {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}
.course-catalog-wrapper .course-catalog-main .courses-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.course-catalog-wrapper .course-catalog-main .course-card {
  background: white;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e7eb;
}
.course-catalog-wrapper .course-catalog-main .course-card .course-header {
  margin-bottom: 15px;
}
.course-catalog-wrapper .course-catalog-main .course-card .course-header h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1f2937;
  margin: 0;
}
.course-catalog-wrapper .course-catalog-main .course-card .course-content p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.5;
  margin-bottom: 20px;
}
.course-catalog-wrapper .course-catalog-main .course-card .course-content .course-delivery,
.course-catalog-wrapper .course-catalog-main .course-card .course-content .course-schedule {
  margin-bottom: 15px;
}
.course-catalog-wrapper .course-catalog-main .course-card .course-content .course-delivery strong,
.course-catalog-wrapper .course-catalog-main .course-card .course-content .course-schedule strong {
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
  display: block;
  margin-bottom: 8px;
}
.course-catalog-wrapper .course-catalog-main .course-card .course-content .course-delivery .delivery-info,
.course-catalog-wrapper .course-catalog-main .course-card .course-content .course-delivery .schedule-info,
.course-catalog-wrapper .course-catalog-main .course-card .course-content .course-schedule .delivery-info,
.course-catalog-wrapper .course-catalog-main .course-card .course-content .course-schedule .schedule-info {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #374151;
}
.course-catalog-wrapper .course-catalog-main .course-card .course-content .course-delivery .delivery-info .delivery-icon,
.course-catalog-wrapper .course-catalog-main .course-card .course-content .course-delivery .schedule-info .delivery-icon,
.course-catalog-wrapper .course-catalog-main .course-card .course-content .course-schedule .delivery-info .delivery-icon,
.course-catalog-wrapper .course-catalog-main .course-card .course-content .course-schedule .schedule-info .delivery-icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none !important;
}
.course-catalog-wrapper .course-catalog-main .course-card .course-content .course-delivery .delivery-info .delivery-icon svg,
.course-catalog-wrapper .course-catalog-main .course-card .course-content .course-delivery .schedule-info .delivery-icon svg,
.course-catalog-wrapper .course-catalog-main .course-card .course-content .course-schedule .delivery-info .delivery-icon svg,
.course-catalog-wrapper .course-catalog-main .course-card .course-content .course-schedule .schedule-info .delivery-icon svg {
  width: 16px;
  height: 16px;
}
.course-catalog-wrapper .course-catalog-main .course-card .course-content .course-delivery .schedule-info.schedule-available,
.course-catalog-wrapper .course-catalog-main .course-card .course-content .course-schedule .schedule-info.schedule-available {
  background: #e7f3ff;
  color: #1e40af;
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: 500;
}
.course-catalog-wrapper .course-catalog-main .course-card .course-content .course-delivery .schedule-info.schedule-online,
.course-catalog-wrapper .course-catalog-main .course-card .course-content .course-schedule .schedule-info.schedule-online {
  background: #0f766e;
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: 500;
}
.course-catalog-wrapper .course-catalog-main .course-card .course-content:last-child {
  margin-bottom: 0;
}

/**
 * ============================================================================
 * EDIT PROFILE / EDIT ACCOUNT FORM STYLES
 * ============================================================================
 * 
 * Comprehensive styling for the custom profile editing interface.
 * Provides clean, professional form styling with proper validation display.
 */
.edit-account-wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.edit-account-wrapper .account-breadcrumb {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 30px;
}
.edit-account-wrapper .account-breadcrumb a {
  color: #6b7280;
  text-decoration: none;
}
.edit-account-wrapper .account-breadcrumb a:hover {
  color: #374151;
}
.edit-account-wrapper .account-breadcrumb .current {
  color: #dc2626;
  font-weight: 600;
}
.edit-account-wrapper .edit-account-header {
  text-align: center;
  margin-bottom: 40px;
}
.edit-account-wrapper .edit-account-header .profile-icon {
  margin-bottom: 15px;
}
.edit-account-wrapper .edit-account-header .profile-icon svg {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  display: block;
}
.edit-account-wrapper .edit-account-header h1 {
  font-size: 32px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 8px 0;
  letter-spacing: -0.025em;
}
.edit-account-wrapper .edit-account-header .edit-instruction {
  color: #6b7280;
  font-size: 16px;
  margin: 0;
}
.edit-account-wrapper .profile-message {
  padding: 16px 20px;
  border-radius: 8px;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
}
.edit-account-wrapper .profile-message svg {
  flex-shrink: 0;
  margin-top: 1px;
}
.edit-account-wrapper .profile-message.profile-success {
  background: #ecfdf5;
  border: 1px solid #d1fae5;
  color: #065f46;
}
.edit-account-wrapper .profile-message.profile-success svg {
  color: #10b981;
}
.edit-account-wrapper .profile-message.profile-error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
}
.edit-account-wrapper .profile-message.profile-error svg {
  color: #ef4444;
}
.edit-account-wrapper .profile-message.profile-error ul {
  margin: 0;
  padding-left: 20px;
}
.edit-account-wrapper .profile-message.profile-error ul li {
  margin-bottom: 4px;
}
.edit-account-wrapper .profile-message.profile-error ul li:last-child {
  margin-bottom: 0;
}
.edit-account-wrapper .edit-account-form .profile-form-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.edit-account-wrapper .edit-account-form .form-section .section-title {
  font-size: 20px;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 24px 0;
  padding-bottom: 12px;
  border-bottom: 2px solid #e5e7eb;
}
.edit-account-wrapper .edit-account-form .form-row {
  margin-bottom: 24px;
}
.edit-account-wrapper .edit-account-form .form-row.form-row-half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 640px) {
  .edit-account-wrapper .edit-account-form .form-row.form-row-half {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.edit-account-wrapper .edit-account-form .form-row.form-row-thirds {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 640px) {
  .edit-account-wrapper .edit-account-form .form-row.form-row-thirds {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.edit-account-wrapper .edit-account-form .form-row:last-child {
  margin-bottom: 0;
}
.edit-account-wrapper .edit-account-form .form-field label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  margin-bottom: 8px;
}
.edit-account-wrapper .edit-account-form .form-field label .required {
  color: #dc2626;
  margin-left: 2px;
}
.edit-account-wrapper .edit-account-form .form-field .form-control {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 16px;
  color: #1f2937;
  background: #fff;
  transition: all 0.2s ease;
}
.edit-account-wrapper .edit-account-form .form-field .form-control:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}
.edit-account-wrapper .edit-account-form .form-field .form-control.readonly {
  background-color: #f9fafb;
  color: #6b7280;
  cursor: not-allowed;
}
.edit-account-wrapper .edit-account-form .form-field .form-control::-moz-placeholder {
  color: #9ca3af;
}
.edit-account-wrapper .edit-account-form .form-field .form-control::placeholder {
  color: #9ca3af;
}
.edit-account-wrapper .edit-account-form .form-field select.form-control {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-right: 40px;
  cursor: pointer;
}
.edit-account-wrapper .edit-account-form .form-field select.form-control:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%232563eb' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
}
.edit-account-wrapper .edit-account-form .form-field .form-note {
  font-size: 12px;
  color: #6b7280;
  margin-top: 6px;
  display: block;
  line-height: 1.4;
}
.edit-account-wrapper .form-actions {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid #e5e7eb;
}
@media (max-width: 480px) {
  .edit-account-wrapper .form-actions {
    flex-direction: column;
  }
  .edit-account-wrapper .form-actions .btn {
    width: 100%;
  }
}
.edit-account-wrapper .btn {
  padding: 12px 32px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  min-width: 120px;
}
.edit-account-wrapper .btn.btn-primary {
  background: #2563eb;
  color: #fff;
}
.edit-account-wrapper .btn.btn-primary:hover {
  background: #1d4ed8;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}
.edit-account-wrapper .btn.btn-primary:active {
  transform: translateY(0);
}
.edit-account-wrapper .btn.btn-secondary {
  background: #f3f4f6;
  color: #374151;
  border: 1px solid #d1d5db;
}
.edit-account-wrapper .btn.btn-secondary:hover {
  background: #e5e7eb;
  border-color: #9ca3af;
}
@media (max-width: 768px) {
  .edit-account-wrapper {
    padding: 16px;
    margin: 10px;
  }
  .edit-account-wrapper .edit-account-header {
    margin-bottom: 30px;
  }
  .edit-account-wrapper .edit-account-header h1 {
    font-size: 28px;
  }
  .edit-account-wrapper .profile-form-grid {
    gap: 30px;
  }
  .edit-account-wrapper .form-section .section-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .edit-account-wrapper .form-row {
    margin-bottom: 20px;
  }
  .edit-account-wrapper .form-field .form-control {
    font-size: 16px;
  }
}

.dashboard-main-content .edit-profile-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #8b0000;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #d1d5db;
  transition: all 0.2s ease;
}
.dashboard-main-content .edit-profile-btn svg {
  width: 14px;
  height: 14px;
  stroke-width: 1.5;
}
.dashboard-main-content .edit-profile-btn:hover {
  background: #e5e7eb;
  border-color: #9ca3af;
  color: #1f2937;
  text-decoration: none;
}

.price-wrapper, .summary .price {
  align-items: center;
  display: flex;
  font-size: 14px;
  line-height: 1 !important;
  margin: 0 -3px !important;
}
.price-wrapper .woocommerce-Price-amount, .summary .price .woocommerce-Price-amount {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  margin: 0 3px;
}
.price-wrapper del, .summary .price del {
  opacity: 0.5;
  text-decoration: line-through !important;
  text-decoration-color: #000 !important;
}
.price-wrapper del .woocommerce-Price-currencySymbol, .summary .price del .woocommerce-Price-currencySymbol {
  margin: 0 !important;
  opacity: 1 !important;
}
.price-wrapper ins, .summary .price ins {
  text-decoration: none !important;
}
.price-wrapper .woocommerce-Price-currencySymbol, .summary .price .woocommerce-Price-currencySymbol {
  margin-right: 2px !important;
}

.price {
  text-decoration: none !important;
}
.price ins {
  text-decoration: none !important;
}

.single-product .content-area {
  margin: 0 !important;
  padding-top: 0 !important;
}
.single-product .content-area .site-main {
  padding-bottom: 65px;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .single-product .content-area .site-main {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.single-product .content-area .site-main .back-to-shopping {
  margin-left: unset !important;
  margin-right: auto !important;
}
.single-product .content-area .site-main .woocommerce-breadcrumb {
  display: none;
}
.single-product .content-area .site-main > .ast-article-single {
  padding: 0 !important;
}
.single-product .content-area .site-main .related-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .single-product .content-area .site-main .related-wrapper {
    margin-top: 40px;
  }
}
.single-product .content-area .site-main .related-wrapper .related-title {
  margin-bottom: 40px !important;
  text-align: center;
}
@media (max-width: 768px) {
  .single-product .content-area .site-main .related-wrapper .related-title {
    font-family: var(--neo-content-font) !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 150% !important;
    margin-bottom: 10px !important;
  }
}
.single-product .content-area .site-main .related-wrapper .products {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.single-product .content-area .site-main .woocommerce-notices-wrapper {
  width: 100%;
}
.single-product .content-area .site-main .product-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 768px) {
  .single-product .content-area .site-main .product-inner {
    flex-direction: column;
  }
}
.single-product .content-area .site-main .product-inner #pa_size, .single-product .content-area .site-main .product-inner .reset_variations {
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
}
.single-product .content-area .site-main .product-inner .woocommerce-product-gallery {
  max-width: 60%;
  min-width: 60%;
  padding-right: 20px;
  width: 60%;
}
@media (max-width: 768px) {
  .single-product .content-area .site-main .product-inner .woocommerce-product-gallery {
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: -20px;
    max-width: calc(100% + 40px);
    min-width: calc(100% + 40px);
    padding-right: 0;
    width: calc(100% + 40px);
  }
}
.single-product .content-area .site-main .product-inner .summary {
  margin-bottom: 0;
  max-width: 40%;
  min-width: 40%;
  padding-left: 20px;
  width: 40%;
}
@media (max-width: 768px) {
  .single-product .content-area .site-main .product-inner .summary {
    max-width: 100%;
    min-width: 100%;
    padding-left: 0;
    width: 100%;
  }
}
.single-product .content-area .site-main .product-inner .summary .yith-wcwl-add-to-wishlist {
  display: none;
}
.single-product .content-area .site-main .product-inner .summary .variations_form {
  border: none;
  margin: 0;
  padding: 0;
}
.single-product .content-area .site-main .product-inner .summary .woocommerce-product-details__short-description {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .single-product .content-area .site-main .product-inner .summary .woocommerce-product-details__short-description {
    margin-top: 16px;
  }
}
.single-product .content-area .site-main .product-inner .summary .woocommerce-product-details__short-description p {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.4px;
  line-height: 150%; /* 30px */
  margin: 0;
}
.single-product .content-area .site-main .product-inner .summary .woocommerce-variation-add-to-cart {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.single-product .content-area .site-main .product-inner .summary .woocommerce-variation-add-to-cart .button {
  background-color: var(--neo-accent-color-2);
  border-radius: 8px;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  min-height: 57px;
  letter-spacing: 2px;
  line-height: 126%;
  width: 100%;
}
.single-product .content-area .site-main .product-inner .summary .custom-qnt {
  align-content: center;
  border: 0.439px solid var(--Black, #000);
  border-radius: 5.265px;
  display: flex;
  flex-wrap: nowrap;
  height: 36px;
  justify-content: space-between;
  margin-bottom: 32px;
  max-width: 135px;
  width: 100%;
}
.single-product .content-area .site-main .product-inner .summary .custom-qnt .qnt-btn {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 36px !important;
  justify-content: center;
  width: 30px !important;
}
.single-product .content-area .site-main .product-inner .summary .custom-qnt .minus {
  margin: 0 !important;
  padding: 0 !important;
}
.single-product .content-area .site-main .product-inner .summary .custom-qnt .plus {
  margin: 0 !important;
  padding: 0 !important;
}
.single-product .content-area .site-main .product-inner .summary .custom-qnt input {
  border: none !important;
  color: #000 !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  height: 100% !important;
  line-height: 80% !important;
  padding: 0 !important;
}
.single-product .content-area .site-main .product-inner .summary .custom-qnt .quantity {
  height: 100%;
}
.single-product .content-area .site-main .product-inner .summary .variations {
  margin-bottom: 12px;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .single-product .content-area .site-main .product-inner .summary .variations {
    margin-top: 16px;
  }
}
.single-product .content-area .site-main .product-inner .summary .variations .label {
  margin-bottom: 12px;
}
.single-product .content-area .site-main .product-inner .summary .variations .label label {
  color: #000 !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 150% !important;
  white-space: nowrap;
}
.single-product .content-area .site-main .product-inner .summary .variations .selector-item {
  cursor: pointer;
}
.single-product .content-area .site-main .product-inner .summary .variations #size-pills {
  display: flex;
  margin: -5px;
}
.single-product .content-area .site-main .product-inner .summary .variations #size-pills .selector-item {
  align-items: center;
  border: 0.5px solid #000;
  border-radius: 4px;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  height: 28px;
  justify-content: center;
  letter-spacing: 0px;
  line-height: 136%;
  margin: 5px;
  padding: 0 8px;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.single-product .content-area .site-main .product-inner .summary .variations #size-pills .selector-item.active, .single-product .content-area .site-main .product-inner .summary .variations #size-pills .selector-item:hover {
  background-color: #000;
  color: #fff;
}
.single-product .content-area .site-main .product-inner .summary .variations #size-pills .selector-item:first-child {
  display: none;
}
.single-product .content-area .site-main .product-inner .summary .variations td, .single-product .content-area .site-main .product-inner .summary .variations th {
  padding: 0 !important;
}
.single-product .content-area .site-main .product-inner .summary .price {
  display: flex;
  margin-bottom: 12px !important;
}
.single-product .content-area .site-main .product-inner .summary .price span, .single-product .content-area .site-main .product-inner .summary .price bdi {
  color: #000 !important;
  font-size: 28px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  letter-spacing: 2.24px !important;
  line-height: 136% !important;
}
.single-product .content-area .site-main .product-inner .summary .product_title {
  color: #000 !important;
  font-family: var(--neo-content-font) !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  letter-spacing: 0.48px !important;
  line-height: 150% !important;
  margin: 0;
  margin-bottom: 6px !important;
}
.single-product .content-area .site-main .product-inner .summary .product-description {
  margin-top: 32px;
}
.single-product .content-area .site-main .product-inner .summary .product-description p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.4px;
  line-height: 150%;
}
.single-product .content-area .site-main .product-inner .summary .product-description:empty {
  display: none !important;
}
.single-product .content-area .site-main .product-inner .summary .wishlist-btn {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
  width: 100%;
}
.single-product .content-area .site-main .product-inner .summary .wishlist-btn .yith-wcwl-add-to-wishlist, .single-product .content-area .site-main .product-inner .summary .wishlist-btn .add_to_wishlist {
  align-items: center;
  display: flex !important;
}
.single-product .content-area .site-main .product-inner .summary .wishlist-btn .yith-wcwl-add-to-wishlist .prefix, .single-product .content-area .site-main .product-inner .summary .wishlist-btn .add_to_wishlist .prefix {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-left: 12px;
}
.single-product .content-area .site-main .product-inner .summary .friendly-name {
  color: #000 !important;
  font-family: var(--neo-content-font) !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  letter-spacing: 0.48px !important;
  line-height: 150% !important;
  margin-bottom: 16px !important;
  margin-top: 0 !important;
}

.shop-wrapper {
  overflow: hidden;
  width: 100%;
}
.shop-wrapper .inner-wrapper {
  width: 100%;
}
.shop-wrapper .page-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .shop-wrapper .page-title {
    margin-bottom: 20px;
  }
}
.shop-wrapper .page-title .count {
  color: #000;
  font-family: var(--neo-content-font) !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .shop-wrapper .page-title .count {
    margin-left: 12px;
  }
}
.shop-wrapper .woocommerce-products-header {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  padding: 0 100px;
  width: 100%;
}
@media (max-width: 768px) {
  .shop-wrapper .woocommerce-products-header {
    padding: 0;
  }
}
.shop-wrapper .woocommerce-products-header:not(.footer-side) {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .shop-wrapper .woocommerce-products-header:not(.footer-side) {
    margin-bottom: 20px;
  }
}
.shop-wrapper .woocommerce-products-header.footer-side {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .shop-wrapper .woocommerce-products-header.footer-side {
    margin-top: 20px;
  }
}
.shop-wrapper .woocommerce-products-header .search-form-wrapper {
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
}
.shop-wrapper .woocommerce-products-header .search-form-wrapper .yith-ajaxsearchform-container {
  width: 100%;
}
.shop-wrapper .woocommerce-products-header .search-form-wrapper .yith-ajaxsearchform-container .autocomplete-suggestions {
  background: #fff;
  border: 0.416px solid var(--Medium-Gray, #969696);
  border-radius: 6.233px;
  box-shadow: 0px 1.66222px 12.46667px 0px rgba(0, 0, 0, 0.15);
  top: calc(100% + 15px);
}
.shop-wrapper .woocommerce-products-header .search-form-wrapper .yith-ajaxsearchform-container .autocomplete-suggestions .autocomplete-suggestion {
  color: #000 !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 8.452px !important;
  min-height: unset !important;
  padding: 8px 12px !important;
  text-align: left !important;
}
.shop-wrapper .woocommerce-products-header .search-form-wrapper .yith-ajaxsearchform-container [type=submit] {
  display: none;
}
.shop-wrapper .woocommerce-products-header .search-form-wrapper .chevron {
  position: absolute;
  right: 16px;
}
.shop-wrapper .woocommerce-products-header .search-form-wrapper input {
  align-items: center;
  background-color: #f3f2f1;
  border: none !important;
  border-radius: 50px;
  color: #000;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  height: 40px;
  line-height: 150%;
  margin-bottom: 0 !important;
  padding: 8px 16px;
  width: 100%;
}
.shop-wrapper .woocommerce-products-header .search-form-wrapper input:focus {
  border: none !important;
}
.shop-wrapper .woocommerce-products-header .search-form-wrapper input::-moz-placeholder {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.shop-wrapper .woocommerce-products-header .search-form-wrapper input::placeholder {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.post-type-archive-product {
  background: #fff;
}
.post-type-archive-product #primary {
  margin: 0 !important;
  padding: 40px 0 60px 0;
}
@media (max-width: 768px) {
  .post-type-archive-product #primary {
    padding: 40px 0;
  }
}
.products:not(.related) {
  display: flex;
  flex-wrap: wrap;
  margin: -17.5px !important;
  transition: all 0.3s ease-in-out;
}
.products:not(.related).loading {
  opacity: 0.5;
  pointer-events: none;
}
.products:not(.related) .product {
  align-items: flex-start;
  border: none !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 !important;
  padding: 17.5px !important;
}
.products:not(.related) .product .top-side {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.products:not(.related) .product .sku-wrp {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 136%;
}
@media (max-width: 768px) {
  .products:not(.related) .product .sku-wrp {
    font-size: 14px !important;
    letter-spacing: -0.24px !important;
    line-height: 150% !important;
  }
}
.products:not(.related) .product .title-wrp {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  position: relative;
  width: 100%;
}
.products:not(.related) .product .title-wrp .wishlist-btn {
  background: #fff;
  padding: 5px;
  position: absolute;
  right: -5px;
  top: -5px;
}
.products:not(.related) .product .title-wrp .wishlist-btn .yith-wcwl-add-button .prefix {
  display: none !important;
}
.products:not(.related) .product .square img {
  bottom: 0 !important;
  top: unset !important;
  transform: unset !important;
}
.products:not(.related) .product .thumbnail-wrapper {
  align-items: center;
  background: #ececec;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.products:not(.related) .product .thumbnail-wrapper img {
  bottom: unset;
  left: 0;
  margin-bottom: 0 !important;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.products:not(.related) .product .friendly-name {
  color: #000 !important;
  font-family: var(--neo-content-font) !important;
  font-size: 26px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
  line-height: 126% !important;
  margin: 0 !important;
  word-break: break-word;
}
@media (max-width: 768px) {
  .products:not(.related) .product .friendly-name {
    font-size: 20px !important;
    letter-spacing: -0.28px !important;
    line-height: 150% !important;
  }
}
.products:not(.related) .product .na-empty {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .products:not(.related) .product .na-empty {
    font-size: 16px;
  }
}
.products:not(.related) .product .variation-form {
  align-items: flex-start;
  display: flex;
  margin-top: 24px;
  width: 100%;
}
@media (max-width: 768px) {
  .products:not(.related) .product .variation-form {
    margin-top: 10px;
  }
}
.products:not(.related) .product .variation-form .prefix {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 136%;
  margin: 0;
  margin-right: 16px !important;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .products:not(.related) .product .variation-form .prefix {
    font-size: 16px !important;
    letter-spacing: -0.28px !important;
    line-height: 150% !important;
    margin-right: 12px !important;
  }
}
.products:not(.related) .product .variation-form ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: -5px;
  margin-right: -5px;
  padding: 0;
}
.products:not(.related) .product .variation-form ul li {
  align-items: center;
  border: 0.5px solid #000;
  border-radius: 4px;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  height: 28px;
  justify-content: center;
  letter-spacing: 0px;
  line-height: 136%;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 0 2px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  width: 28px;
}
.products:not(.related) .product .variation-form ul li.active, .products:not(.related) .product .variation-form ul li:hover {
  background-color: #000;
  color: #fff;
}
.products:not(.related) .product .product-info {
  align-content: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
.products:not(.related) .product .bottom-wrp {
  align-items: center;
  display: flex;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .products:not(.related) .product .bottom-wrp {
    flex-direction: column;
    margin-top: 15px;
  }
}
.products:not(.related) .product .bottom-wrp .neo-button {
  align-items: center !important;
  background-color: var(--neo-accent-color-2) !important;
  border: 1px solid var(--neo-accent-color-2) !important;
  border-radius: 100px !important;
  color: #fff !important;
  display: flex !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  height: 36px !important;
  justify-content: center !important;
  letter-spacing: 2px !important;
  line-height: 1 !important;
  margin: 0 !important;
  margin-left: 30px !important;
  opacity: 0.5 !important;
  padding: 12px 24px !important;
  pointer-events: none !important;
  position: relative !important;
  width: calc(100% - 30px - 100px);
}
@media (max-width: 768px) {
  .products:not(.related) .product .bottom-wrp .neo-button {
    margin-left: 0 !important;
    margin-top: 10px !important;
    width: 100%;
  }
}
.products:not(.related) .product .bottom-wrp .neo-button.show {
  opacity: 1 !important;
  pointer-events: auto !important;
}
.products:not(.related) .product .bottom-wrp .neo-button.added {
  opacity: 0.5 !important;
  pointer-events: none !important;
}
.products:not(.related) .product .bottom-wrp .neo-button:hover {
  background: transparent !important;
  color: var(--neo-accent-color-2) !important;
}
.products:not(.related) .product .bottom-wrp .neo-button svg {
  opacity: 0;
  position: absolute;
  transition: all 0.2s ease-in-out;
}
.products:not(.related) .product .bottom-wrp .neo-button.loading {
  background: transparent !important;
  color: var(--neo-accent-color-2) !important;
}
.products:not(.related) .product .bottom-wrp .neo-button.loading svg {
  opacity: 1;
}
.products:not(.related) .product .bottom-wrp .neo-button.loading span {
  opacity: 0;
  pointer-events: none;
}
.products:not(.related) .product .bottom-wrp .quantity {
  align-content: center;
  border: 0.439px solid var(--Black, #000);
  border-radius: 5.265px;
  display: flex;
  flex-wrap: nowrap;
  height: 36px;
  justify-content: space-between;
  min-width: 100px;
}
@media (max-width: 768px) {
  .products:not(.related) .product .bottom-wrp .quantity {
    width: 100%;
  }
}
.products:not(.related) .product .bottom-wrp .quantity .qnt-btn {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 36px !important;
  justify-content: center;
  width: 30px !important;
}
.products:not(.related) .product .bottom-wrp .quantity .minus {
  margin: 0 !important;
  padding: 0 !important;
}
.products:not(.related) .product .bottom-wrp .quantity .plus {
  margin: 0 !important;
  padding: 0 !important;
}
.products:not(.related) .product .bottom-wrp .quantity input {
  border: none !important;
  color: #000 !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  height: 100% !important;
  line-height: 80% !important;
  padding: 0 !important;
}
.products:not(.related) .product .woocommerce-loop-product__title {
  color: #000 !important;
  font-family: var(--neo-content-font) !important;
  font-size: 26px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: 2px !important;
  line-height: 126% !important;
  padding: 0 !important;
  padding-right: 25px !important;
  word-break: break-word;
}
@media (max-width: 768px) {
  .products:not(.related) .product .woocommerce-loop-product__title {
    font-size: 20px !important;
    letter-spacing: -0.28px !important;
    line-height: 150% !important;
  }
}
.products:not(.related).columns-1 .product {
  max-width: 100% !important;
  min-width: 100% !important;
  width: 100% !important;
}
.products:not(.related).columns-2 .product {
  max-width: 50% !important;
  min-width: 50% !important;
  width: 50% !important;
}
@media (max-width: 576px) {
  .products:not(.related).columns-2 .product {
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100% !important;
  }
}
.products:not(.related).columns-3 .product {
  max-width: 33.3333% !important;
  min-width: 33.3333% !important;
  width: 33.3333% !important;
}
@media (max-width: 767px) {
  .products:not(.related).columns-3 .product {
    max-width: 50% !important;
    min-width: 50% !important;
    width: 50% !important;
  }
}
@media (max-width: 576px) {
  .products:not(.related).columns-3 .product {
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100% !important;
  }
}
.products:not(.related).columns-4 .product {
  max-width: 25% !important;
  min-width: 25% !important;
  width: 25% !important;
}
@media (max-width: 1024px) {
  .products:not(.related).columns-4 .product {
    max-width: 33.3333% !important;
    min-width: 33.3333% !important;
    width: 33.3333% !important;
  }
}
@media (max-width: 767px) {
  .products:not(.related).columns-4 .product {
    max-width: 50% !important;
    min-width: 50% !important;
    width: 50% !important;
  }
}
@media (max-width: 576px) {
  .products:not(.related).columns-4 .product {
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100% !important;
  }
}
.products:not(.related).columns-5 .product {
  max-width: 20% !important;
  min-width: 20% !important;
  width: 20% !important;
}
@media (max-width: 1200px) {
  .products:not(.related).columns-5 .product {
    max-width: 25% !important;
    min-width: 25% !important;
    width: 25% !important;
  }
}
@media (max-width: 1024px) {
  .products:not(.related).columns-5 .product {
    max-width: 33.3333% !important;
    min-width: 33.3333% !important;
    width: 33.3333% !important;
  }
}
@media (max-width: 767px) {
  .products:not(.related).columns-5 .product {
    max-width: 50% !important;
    min-width: 50% !important;
    width: 50% !important;
  }
}
@media (max-width: 576px) {
  .products:not(.related).columns-5 .product {
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100% !important;
  }
}
.products:not(.related).columns-6 .product {
  max-width: 16.6666% !important;
  min-width: 16.6666% !important;
  width: 16.6666% !important;
}
@media (max-width: 1440px) {
  .products:not(.related).columns-6 .product {
    max-width: 20% !important;
    min-width: 20% !important;
    width: 20% !important;
  }
}
@media (max-width: 1200px) {
  .products:not(.related).columns-6 .product {
    max-width: 25% !important;
    min-width: 25% !important;
    width: 25% !important;
  }
}
@media (max-width: 1024px) {
  .products:not(.related).columns-6 .product {
    max-width: 33.3333% !important;
    min-width: 33.3333% !important;
    width: 33.3333% !important;
  }
}
@media (max-width: 767px) {
  .products:not(.related).columns-6 .product {
    max-width: 50% !important;
    min-width: 50% !important;
    width: 50% !important;
  }
}
@media (max-width: 576px) {
  .products:not(.related).columns-6 .product {
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100% !important;
  }
}

.quantity {
  align-items: center;
  display: flex;
  overflow: hidden;
  position: relative;
}
.quantity input {
  align-items: center;
  -moz-appearance: textfield !important;
  -webkit-appearance: none !important;
          appearance: none !important;
  background-color: transparent !important;
  border: 1px solid rgba(152, 152, 152, 0.3);
  color: #000;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 30px;
  justify-content: center;
  padding: 0 10px;
  width: 35px !important;
}
.quantity input::-webkit-outer-spin-button, .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}
.quantity button {
  align-items: center;
  background-color: transparent;
  bottom: 0;
  color: #000;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0;
}
.quantity button i {
  font-size: 16px !important;
}
.quantity .decrease, .quantity .minus {
  margin-right: 5px;
}
.quantity .increase, .quantity .plus {
  margin-left: 5px;
}

.woocommerce-Reviews {
  padding-bottom: 15px;
  padding-top: 15px;
}
.woocommerce-Reviews #comments {
  max-width: 100% !important;
}
.woocommerce-Reviews #comments .woocommerce-Reviews-title {
  margin-bottom: 30px;
  margin-top: 0 !important;
}
@media (max-width: 576px) {
  .woocommerce-Reviews #comments .woocommerce-Reviews-title {
    margin-bottom: 20px;
  }
}
.woocommerce-Reviews #comments .commentlist {
  display: flex;
  flex-direction: column;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}
@media (max-width: 576px) {
  .woocommerce-Reviews #comments .commentlist {
    margin-bottom: 20px !important;
  }
}
.woocommerce-Reviews #comments .commentlist .review {
  margin-bottom: 0 !important;
}
.woocommerce-Reviews #comments .commentlist .review .comment_container .avatar {
  border: none !important;
  border-radius: 100%;
  height: 50px !important;
  max-height: 50px !important;
  max-width: 50px !important;
  min-height: 50px !important;
  min-width: 50px !important;
  padding: 0 !important;
  width: 50px !important;
}
@media (max-width: 576px) {
  .woocommerce-Reviews #comments .commentlist .review .comment_container .avatar {
    height: 40px !important;
    max-height: 40px !important;
    max-width: 40px !important;
    min-height: 40px !important;
    min-width: 40px !important;
    width: 40px !important;
  }
}
.woocommerce-Reviews #comments .commentlist .review .comment_container .comment-text {
  border: none !important;
  border-radius: 0 !important;
  display: flex;
  flex-direction: column;
  margin-left: 70px !important;
  padding: 0 !important;
  position: relative;
}
.woocommerce-Reviews #comments .commentlist .review .comment_container .comment-text .meta {
  display: flex;
  flex-direction: column;
  margin-bottom: 0 !important;
}
.woocommerce-Reviews #comments .commentlist .review .comment_container .comment-text .meta .woocommerce-review__dash, .woocommerce-Reviews #comments .commentlist .review .comment_container .comment-text .meta .woocommerce-review__verified {
  display: none !important;
}
.woocommerce-Reviews #comments .commentlist .review .comment_container .comment-text .meta .woocommerce-review__author {
  color: #000 !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  margin: 0 !important;
}
.woocommerce-Reviews #comments .commentlist .review .comment_container .comment-text .meta .woocommerce-review__published-date {
  color: #000;
  font-size: 14px !important;
  margin-top: 2px !important;
  opacity: 0.5;
}
.woocommerce-Reviews #comments .commentlist .review .comment_container .comment-text .description {
  margin-top: 0 !important;
}
.woocommerce-Reviews #comments .commentlist .review .comment_container .comment-text .description p {
  font-size: 16px;
  margin-bottom: 0 !important;
  opacity: 0.7;
}
.woocommerce-Reviews #comments .commentlist .review .comment_container .comment-text .star-rating {
  position: absolute;
  right: 0;
  top: 0;
}
.woocommerce-Reviews #comments .commentlist .review:not(:first-child) {
  margin-top: 30px !important;
}
@media (max-width: 576px) {
  .woocommerce-Reviews #comments .commentlist .review:not(:first-child) {
    margin-top: 20px !important;
  }
}
.woocommerce-Reviews .woocommerce-noreviews {
  font-size: 16px;
  margin-bottom: 10px;
  opacity: 0.7;
}
@media (max-width: 576px) {
  .woocommerce-Reviews .woocommerce-noreviews {
    margin-bottom: 10px;
  }
}
.woocommerce-Reviews .comment-reply-title {
  margin-bottom: 5px !important;
  margin-top: 0 !important;
}
.woocommerce-Reviews .comment-form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.woocommerce-Reviews .comment-form .comment-notes {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  margin-bottom: 15px !important;
  margin-top: 10px !important;
  opacity: 0.7;
  order: 1;
  width: 100%;
}
.woocommerce-Reviews .comment-form .comment-form-rating {
  display: flex;
  flex-direction: column;
  order: 1;
  width: 100%;
}
.woocommerce-Reviews .comment-form .comment-form-rating label {
  font-size: 16px;
  margin-bottom: 10px;
  opacity: 0.7;
}
.woocommerce-Reviews .comment-form .comment-form-rating .stars {
  margin: 0 !important;
  margin-bottom: 5px !important;
}
.woocommerce-Reviews .comment-form .comment-form-comment {
  height: 200px !important;
  margin-bottom: 0 !important;
  order: 4;
  width: 100%;
}
.woocommerce-Reviews .comment-form .jkd-input {
  border: 1px solid rgba(152, 152, 152, 0.3) !important;
}
.woocommerce-Reviews .comment-form .comment-form-author {
  margin-bottom: 20px !important;
  margin-right: 10px !important;
  order: 2;
  width: calc(50% - 10px);
}
.woocommerce-Reviews .comment-form .comment-form-email {
  margin-bottom: 20px !important;
  margin-left: 10px !important;
  order: 3;
  width: calc(50% - 10px);
}
.woocommerce-Reviews .comment-form .comment-form-cookies-consent {
  display: flex;
  font-size: 16px;
  margin-bottom: 0 !important;
  margin-top: 15px !important;
  order: 4;
  width: 100%;
}
.woocommerce-Reviews .comment-form .comment-form-cookies-consent input {
  transform: translateY(4px) !important;
}
.woocommerce-Reviews .comment-form .form-submit {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0 !important;
  margin-top: 15px !important;
  order: 5;
  width: 100%;
}
.woocommerce-Reviews .comment-form .form-submit .submit {
  background-color: transparent !important;
  border: 1px solid #000 !important;
  color: #000 !important;
}
.woocommerce-Reviews .comment-form .form-submit .submit:active, .woocommerce-Reviews .comment-form .form-submit .submit:hover {
  background-color: var(--neo-accen-color-2) !important;
  border: 1px solid var(--neo-accen-color-2) !important;
  color: #fff !important;
  opacity: 1 !important;
}

.checkout_coupon {
  border: none !important;
  border-radius: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 !important;
  max-width: 400px;
  padding: 0 !important;
  padding-bottom: 30px !important;
  position: relative;
  width: 100%;
}
.checkout_coupon .heading-message {
  font-size: 16px;
  margin-bottom: 10px;
  opacity: 0.7;
  width: 100%;
}
.checkout_coupon input[type=text] {
  padding-right: 75px !important;
  width: 100% !important;
}
.checkout_coupon .button {
  align-items: center;
  background-color: transparent;
  bottom: 0;
  color: #000;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  margin: 0 !important;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.checkout_coupon .button:hover, .checkout_coupon .button:focus, .checkout_coupon .button:active {
  background-color: transparent;
}

.woocommerce .variation {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.4;
}
.woocommerce .variation dt {
  margin-right: 2px;
  opacity: 0.5;
}
.woocommerce .variation dd {
  margin-right: 12px;
}

.star-rating {
  font-size: 16px !important;
  margin: 0 !important;
  width: 98px !important;
}
.star-rating:before {
  color: #000 !important;
  letter-spacing: 3px !important;
  width: 98px !important;
}
.star-rating span:before {
  letter-spacing: 3px !important;
}

.woocommerce #billing_country_field {
  display: none !important;
}
.woocommerce .form-row {
  margin-bottom: 16px !important;
  padding: 0 !important;
}
.woocommerce .form-row label, .woocommerce .form-row em {
  color: #000 !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  letter-spacing: normal !important;
  line-height: 150% !important;
  margin-bottom: 8px !important;
}
.woocommerce .form-row em {
  font-weight: 500 !important;
  margin-bottom: 0 !important;
  margin-top: 4px !important;
  opacity: 0.5 !important;
}
.woocommerce .form-row.form-row-first, .woocommerce .form-row.form-row-last {
  width: calc(50% - 4px);
}
.woocommerce input[type=email],
.woocommerce input[type=number],
.woocommerce input[type=password],
.woocommerce input[type=reset],
.woocommerce input[type=search],
.woocommerce input[type=tel],
.woocommerce input[type=text],
.woocommerce input[type=url],
.woocommerce .select2-selection,
.woocommerce .woocommerce-input-wrapper > strong,
.woocommerce textarea, .woocommerce select {
  align-items: center;
  background: transparent;
  border: 0.5px solid #000;
  border-radius: 4px;
  color: #000 !important;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  height: 55px;
  line-height: 150%;
  padding: 16px 24px !important;
}
.woocommerce input[type=email]::-moz-placeholder, .woocommerce input[type=number]::-moz-placeholder, .woocommerce input[type=password]::-moz-placeholder, .woocommerce input[type=reset]::-moz-placeholder, .woocommerce input[type=search]::-moz-placeholder, .woocommerce input[type=tel]::-moz-placeholder, .woocommerce input[type=text]::-moz-placeholder, .woocommerce input[type=url]::-moz-placeholder, .woocommerce .select2-selection::-moz-placeholder, .woocommerce .woocommerce-input-wrapper > strong::-moz-placeholder, .woocommerce textarea::-moz-placeholder, .woocommerce select::-moz-placeholder {
  color: #7b7b7b !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.woocommerce input[type=email]::placeholder,
.woocommerce input[type=number]::placeholder,
.woocommerce input[type=password]::placeholder,
.woocommerce input[type=reset]::placeholder,
.woocommerce input[type=search]::placeholder,
.woocommerce input[type=tel]::placeholder,
.woocommerce input[type=text]::placeholder,
.woocommerce input[type=url]::placeholder,
.woocommerce .select2-selection::placeholder,
.woocommerce .woocommerce-input-wrapper > strong::placeholder,
.woocommerce textarea::placeholder, .woocommerce select::placeholder {
  color: #7b7b7b !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.woocommerce input[type=email]:focus,
.woocommerce input[type=number]:focus,
.woocommerce input[type=password]:focus,
.woocommerce input[type=reset]:focus,
.woocommerce input[type=search]:focus,
.woocommerce input[type=tel]:focus,
.woocommerce input[type=text]:focus,
.woocommerce input[type=url]:focus,
.woocommerce .select2-selection:focus,
.woocommerce .woocommerce-input-wrapper > strong:focus,
.woocommerce textarea:focus, .woocommerce select:focus {
  border: 0.5px solid #000 !important;
}
.woocommerce input[type=email]:focus::-moz-placeholder, .woocommerce input[type=number]:focus::-moz-placeholder, .woocommerce input[type=password]:focus::-moz-placeholder, .woocommerce input[type=reset]:focus::-moz-placeholder, .woocommerce input[type=search]:focus::-moz-placeholder, .woocommerce input[type=tel]:focus::-moz-placeholder, .woocommerce input[type=text]:focus::-moz-placeholder, .woocommerce input[type=url]:focus::-moz-placeholder, .woocommerce .select2-selection:focus::-moz-placeholder, .woocommerce .woocommerce-input-wrapper > strong:focus::-moz-placeholder, .woocommerce textarea:focus::-moz-placeholder, .woocommerce select:focus::-moz-placeholder {
  color: #000 !important;
}
.woocommerce input[type=email]:focus::placeholder,
.woocommerce input[type=number]:focus::placeholder,
.woocommerce input[type=password]:focus::placeholder,
.woocommerce input[type=reset]:focus::placeholder,
.woocommerce input[type=search]:focus::placeholder,
.woocommerce input[type=tel]:focus::placeholder,
.woocommerce input[type=text]:focus::placeholder,
.woocommerce input[type=url]:focus::placeholder,
.woocommerce .select2-selection:focus::placeholder,
.woocommerce .woocommerce-input-wrapper > strong:focus::placeholder,
.woocommerce textarea:focus::placeholder, .woocommerce select:focus::placeholder {
  color: #000 !important;
}
.woocommerce textarea {
  min-height: 140px;
}
.woocommerce select {
  cursor: pointer;
}
.woocommerce input[type=radio], .woocommerce .wpcf7 input[type=radio] {
  align-items: center !important;
  display: flex !important;
  justify-content: center !important;
  margin: 0 !important;
  margin-right: 10px !important;
  min-width: 20px;
  position: relative;
  width: 20px;
  z-index: 1;
}
.woocommerce input[type=radio]:disabled, .woocommerce .wpcf7 input[type=radio]:disabled {
  cursor: not-allowed !important;
  opacity: 0.3 !important;
  pointer-events: none !important;
}
.woocommerce input[type=radio]:after, .woocommerce .wpcf7 input[type=radio]:after {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 20px;
  min-width: 20px;
  position: relative;
  width: 20px;
  z-index: 2;
}
.woocommerce input[type=radio]:before, .woocommerce .wpcf7 input[type=radio]:before {
  background-color: #000;
  border-radius: 100%;
  content: "";
  display: flex;
  height: 8px;
  min-width: 8px;
  opacity: 0;
  position: absolute;
  width: 8px;
  z-index: 99;
}
.woocommerce input[type=radio]:checked:after, .woocommerce .wpcf7 input[type=radio]:checked:after {
  border: 1px solid #000;
}
.woocommerce input[type=radio]:checked:before, .woocommerce .wpcf7 input[type=radio]:checked:before {
  opacity: 1;
}
.woocommerce legend {
  color: #000 !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  letter-spacing: normal !important;
  line-height: 150% !important;
  margin-bottom: 0 !important;
}
.woocommerce fieldset {
  border: 0.5px solid #000;
  border-radius: 5px;
  margin-top: 10px;
  padding: 16px 24px 10px 24px !important;
}
.woocommerce .required {
  color: #000 !important;
}

.woocommerce input[type=checkbox], .userpro input[type=checkbox] {
  align-items: center !important;
  border: 1px solid transparent !important;
  border-radius: 4px !important;
  display: flex !important;
  height: 20px;
  justify-content: center !important;
  margin: 0 !important;
  margin-right: 12px !important;
  overflow: hidden;
  position: relative;
  width: 20px;
}
.woocommerce input[type=checkbox]:before, .userpro input[type=checkbox]:before {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 4px !important;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-out;
  width: 20px;
  z-index: 9;
}
.woocommerce input[type=checkbox]:after, .userpro input[type=checkbox]:after {
  background-color: #000;
  border-radius: 4px !important;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 10px;
  opacity: 0;
  position: relative;
  transition: all 0.2s ease-out;
  width: 10px;
  z-index: 10;
}
.woocommerce input[type=checkbox]:checked:after, .userpro input[type=checkbox]:checked:after {
  opacity: 1;
}
.woocommerce input[type=checkbox]:disabled, .userpro input[type=checkbox]:disabled {
  cursor: not-allowed !important;
  opacity: 0.3 !important;
  pointer-events: none !important;
}

.dayContainer span:not(.selected) {
  color: #000 !important;
}

.login-section {
  padding: 40px 0 60px 0 !important;
}
.login-section .page-title {
  margin-bottom: 80px;
}
.login-section h2 {
  margin-bottom: 40px !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0 !important;
  max-width: 570px;
  width: 100%;
  text-align: center;
}
.login-section [type=submit] {
  margin-right: 0;
  width: 100%;
}
.login-section .woocommerce-privacy-policy-text {
  margin-bottom: 16px;
  margin-top: 16px;
}
.login-section .woocommerce-form__label {
  align-items: center;
  display: flex;
}
.login-section .woocommerce-form__label input {
  margin-right: 12px;
}
.login-section .woocommerce-form__label span {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.login-section a {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-top: 16px;
  text-decoration-line: underline;
}
.login-section .woocommerce-form {
  border: none !important;
  border-radius: 0;
  margin: 0 auto !important;
  max-width: 570px;
  padding: 0 !important;
  width: 100%;
}
.login-section .woocommerce-form__label-for-checkbox {
  align-items: center !important;
  display: flex !important;
  margin-bottom: 0;
  margin-top: 10px !important;
}
.login-section .col2-set {
  display: flex;
}
.login-section .col2-set .col-1, .login-section .col2-set .col-2 {
  width: 50%;
}
.login-section .col2-set .col-1.col-1, .login-section .col2-set .col-2.col-1 {
  padding-right: 50px;
}
.login-section .col2-set .col-1.col-2, .login-section .col2-set .col-2.col-2 {
  padding-left: 50px;
}

.yith-wcwl-form .wishlist-title-container {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  text-align: center;
}
.yith-wcwl-form .wishlist-title-container .wishlist-title,
.yith-wcwl-form .wishlist-title-container h2 {
  margin: 0;
  padding: 0;
}
.yith-wcwl-form .yith_wcwl_wishlist_footer {
  display: none !important;
}
.yith-wcwl-form .shop_table .product_name {
  color: #000 !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  letter-spacing: -0.28px !important;
  line-height: 150% !important;
}
.yith-wcwl-form .shop_table span {
  color: #000 !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
}
.yith-wcwl-form .shop_table,
.yith-wcwl-form th,
.yith-wcwl-form td {
  border: none;
}

.wishlist_table {
  width: 100%;
}
.wishlist_table .wishlist-items-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.wishlist_table .wishlist-items-wrapper .row-item {
  transition: all 0.3s ease;
}
.wishlist_table .wishlist-items-wrapper .row-item.loading {
  opacity: 0.5 !important;
  pointer-events: none !important;
}
.wishlist_table .wishlist-items-wrapper .variation-form {
  align-items: flex-start;
  display: flex;
  width: 100%;
}
.wishlist_table .wishlist-items-wrapper .variation-form ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: -4px !important;
  margin-right: -4px !important;
  padding: 0;
}
.wishlist_table .wishlist-items-wrapper .variation-form ul li {
  align-items: center;
  border: 0.5px solid #000;
  border-radius: 4px;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  height: 24px;
  justify-content: center;
  letter-spacing: 0px;
  line-height: 136%;
  margin-bottom: 4px !important;
  margin-right: 4px !important;
  min-width: 24px;
  padding: 0 4px;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.wishlist_table .wishlist-items-wrapper .variation-form ul li.active, .wishlist_table .wishlist-items-wrapper .variation-form ul li:hover {
  background-color: #000;
  color: #fff;
}
.wishlist_table .wishlist-items-wrapper .remove:hover {
  background-color: transparent !important;
}
.wishlist_table .wishlist-items-wrapper .neo-button {
  align-items: center !important;
  background-color: var(--neo-accent-color-2) !important;
  border: 1px solid var(--neo-accent-color-2) !important;
  border-radius: 100px !important;
  color: #fff !important;
  display: flex !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  height: 46px !important;
  justify-content: center !important;
  letter-spacing: 2px !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 12px 24px !important;
  position: relative !important;
  transition: all 0.2s ease !important;
  width: 100%;
}
.wishlist_table .wishlist-items-wrapper .neo-button span {
  color: #fff !important;
}
.wishlist_table .wishlist-items-wrapper .neo-button.show {
  opacity: 1 !important;
  pointer-events: auto !important;
}
.wishlist_table .wishlist-items-wrapper .neo-button.inactive, .wishlist_table .wishlist-items-wrapper .neo-button.added {
  opacity: 0.5 !important;
  pointer-events: none !important;
}
.wishlist_table .wishlist-items-wrapper .neo-button:hover {
  background: transparent !important;
  color: var(--neo-accent-color-2) !important;
}
.wishlist_table .wishlist-items-wrapper .neo-button:hover span {
  color: var(--neo-accent-color-2) !important;
}
.wishlist_table .wishlist-items-wrapper .neo-button svg {
  opacity: 0;
  position: absolute;
  transition: all 0.2s ease-in-out;
}
.wishlist_table .wishlist-items-wrapper .neo-button.loading {
  background: transparent !important;
  color: var(--neo-accent-color-2) !important;
}
.wishlist_table .wishlist-items-wrapper .neo-button.loading svg {
  opacity: 1;
}
.wishlist_table .wishlist-items-wrapper .neo-button.loading span {
  color: var(--neo-accent-color-2) !important;
  opacity: 0;
  pointer-events: none;
}
.wishlist_table .wishlist-items-wrapper .quantity {
  align-content: center;
  border: 0.439px solid var(--Black, #000);
  border-radius: 5.265px;
  display: flex;
  flex-wrap: nowrap;
  height: 36px;
  justify-content: space-between;
  max-width: 82px;
}
@media (max-width: 768px) {
  .wishlist_table .wishlist-items-wrapper .quantity {
    width: 100%;
  }
}
.wishlist_table .wishlist-items-wrapper .quantity .qnt-btn {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 36px !important;
  justify-content: center;
  width: 30px !important;
}
.wishlist_table .wishlist-items-wrapper .quantity .minus {
  margin: 0 !important;
  padding: 0 !important;
}
.wishlist_table .wishlist-items-wrapper .quantity .plus {
  margin: 0 !important;
  padding: 0 !important;
}
.wishlist_table .wishlist-items-wrapper .quantity input {
  border: none !important;
  color: #000 !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  height: 100% !important;
  line-height: 80% !important;
  padding: 0 !important;
}
.wishlist_table .wishlist-items-wrapper .sku-wrp {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.wishlist_table .wishlist-items-wrapper .add_to_cart_button {
  border-radius: 4px;
  padding: 6px 20px;
}
.wishlist_table .wishlist-items-wrapper .product-wrapper {
  align-items: center;
  display: flex;
}
.wishlist_table .wishlist-items-wrapper .product-wrapper .product-thumbnail {
  display: flex;
  max-width: 80px;
  position: relative;
}
.wishlist_table .wishlist-items-wrapper .product-wrapper .product-thumbnail img {
  display: flex;
  height: auto;
  width: 100%;
}
.wishlist_table .wishlist-items-wrapper .product-wrapper .product-name {
  margin-left: 8px;
  max-width: 150px;
}
.wishlist_table .wishlist-items-wrapper .product-wrapper .product-name a {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.12px;
  line-height: 150%;
}
.wishlist_table .product-remove {
  max-width: 5%;
  min-width: 5%;
  width: 5%;
}
.wishlist_table .product-wrapper {
  max-width: 30%;
  min-width: 30%;
  width: 30%;
}
.wishlist_table .sku-wrp {
  max-width: 12.5%;
  min-width: 12.5%;
  width: 12.5%;
}
.wishlist_table .variation-form {
  max-width: 20%;
  min-width: 20%;
  width: 20%;
}
.wishlist_table .quantity-wrp {
  max-width: 17.5%;
  min-width: 17.5%;
  width: 72.5%;
}
.wishlist_table .product-add-to-cart {
  max-width: 15%;
  min-width: 15%;
  width: 15%;
}
.wishlist_table .row-item {
  align-items: center;
  border-bottom: 0.5px solid #8d8f95;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.wishlist_table .wishlist-header {
  align-items: center;
  border-bottom: 0.5px solid #8d8f95;
  display: flex;
  justify-content: space-between;
  padding: 0 0 20px 0 !important;
}
.wishlist_table .wishlist-header .cell {
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
}

.xoo-wsc-container {
  background: #fff;
}
.xoo-wsc-container .xoo-wsc-body {
  background: #fff;
  padding: 0 24px 24px 24px;
}
.xoo-wsc-container .xoo-wsc-body .xoo-wsc-qty-box input[type=number] {
  border: none;
  height: auto;
  padding: 0 !important;
}
.xoo-wsc-container .xoo-wsc-body .xoo-wsc-qty-box input[type=number]:focus {
  border: none !important;
}
.xoo-wsc-container .xoo-wsc-product {
  box-shadow: none;
  display: block;
  margin: 0 0 16px 0;
  padding: 0;
}
.xoo-wsc-container .xoo-wsc-product .woo_wsc_img_sum_wrapper {
  display: flex;
}
.xoo-wsc-container .xoo-wsc-product .woo_wsc_img_sum_wrapper .xoo-wsc-sum-col {
  padding-left: 0;
  padding-right: 15px;
}
.xoo-wsc-container .xoo-wsc-product .woo_wsc_img_sum_wrapper .xoo-wsc-sum-col .xoo-wsc-chng {
  align-self: center;
  min-width: 30px;
}
.xoo-wsc-container .xoo-wsc-product .woo_wsc_img_sum_wrapper .xoo-wsc-sum-col .xoo-wsc-chng svg {
  width: 15px;
}
.xoo-wsc-container .xoo-wsc-product .woo_wsc_img_sum_wrapper .xoo-wsc-sum-col .xoo-wsc-qtb-square {
  border: 0.439px solid var(--Black, #000);
  border-radius: 5px;
}
.xoo-wsc-container .xoo-wsc-product .woo_wsc_img_sum_wrapper .xoo-wsc-sum-col .variation .variation-size {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  opacity: 1;
}
.xoo-wsc-container .xoo-wsc-product .woo_wsc_img_sum_wrapper .xoo-wsc-sum-col .variation .variation-size p {
  font-size: inherit;
}
.xoo-wsc-container .xoo-wsc-product .woo_wsc_img_sum_wrapper .xoo-wsc-img-col {
  align-self: flex-start;
  flex-basis: 30%;
}
.xoo-wsc-container .xoo-wsc-product .xoo-wsc-sm-right {
  align-items: flex-start;
  max-width: 100%;
  padding-left: 0;
}
.xoo-wsc-container .xoo-wsc-product .xoo-wsc-sm-right .xoo-wsc-del-txt {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}
.xoo-wsc-container .xoo-wsc-header {
  background: transparent;
  border: none !important;
  box-shadow: none;
  display: flex;
  margin-bottom: 32px;
  padding: 24px;
  padding-bottom: 0;
}
.xoo-wsc-container .xoo-wsc-header .xoo-wsch-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.xoo-wsc-container .xoo-wsc-header .xoo-wsch-top .xoo-wsch-close {
  right: 10%;
}
.xoo-wsc-container .xoo-wsc-header .xoo-wsch-top .xoo-wsch-close::before {
  content: "";
}
.xoo-wsc-container .xoo-wsc-header .xoo-wsch-title {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.4px;
  line-height: 125%;
  text-align: center;
}
.xoo-wsc-container .xoo-wsc-footer {
  background: transparent;
  box-shadow: none;
  padding: 24px;
}
.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn {
  align-items: center;
  align-self: stretch;
  background-color: var(--neo-accent-color-2);
  border-radius: 8px;
  display: flex;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  gap: 10px;
  height: 57px;
  justify-content: center;
  line-height: 150%;
  margin: 0 !important;
  padding: 16px;
}
.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn:hover {
  border: none !important;
  color: #fff !important;
}/*# sourceMappingURL=main.css.map */