/* real-version: 1.260814.1+2 */




/*
Theme Name: Designed By RealDev
Theme URI: https://realdev.vn
Author URI: https://realdev.vn
Description: Child theme Flatsome — framework RealDev (WooCommerce, UX Builder, modules). Yêu cầu theme cha Flatsome đã cài và kích hoạt.
Author: RealDev
Template: flatsome
Version: 1.260814.1
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 8.2
WC requires at least: 8.3
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@license GPL-2.0-or-later
Text Domain: designed-by-realdev
Domain Path: /languages
Tags: full-width-template, theme-options, woocommerce, e-commerce, rtl-language-support, translation-ready, custom-menu, featured-images, threaded-comments
*/

.real-content-attribution {
  margin: 28px 0;
  padding: 22px;
  border: 1px solid #e3e8ee;
  border-radius: 12px;
  background: #f8fafc;
}
.real-content-attribution > h3 {
  margin: 0 0 16px;
  font-size: 1.25rem;
}
.real-content-attribution__groups,
.real-content-attribution__people {
  display: grid;
  gap: 16px;
}
.real-content-attribution__groups {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.real-content-attribution__group h4 {
  margin: 0 0 10px;
  color: #475569;
  font-size: .85rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.real-content-attribution__person {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.real-content-attribution__avatar {
  display: grid;
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
}
.real-content-attribution__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.real-content-attribution__avatar svg {
  width: 28px;
  height: 28px;
}
.real-content-attribution__detail h5,
.real-content-attribution__detail p {
  margin: 0 0 4px;
}
.real-content-attribution__title,
.real-content-attribution__expertise {
  color: #475569;
  font-size: .9rem;
}
.real-content-attribution__profile {
  font-size: .875rem;
  font-weight: 600;
}
@media (max-width: 549px) {
  .real-content-attribution {
    padding: 18px;
  }
  .real-content-attribution__groups {
    grid-template-columns: 1fr;
  }
  .real-reference-sources {
    margin: 20px 0;
    padding: 16px;
  }
  .real-reference-sources__meta {
    display: block;
  }
  .real-reference-sources__meta div + div {
    margin-top: 6px;
  }
}

.real-reference-sources {
  margin: 28px 0;
  padding: 22px;
  border: 1px solid #e3e8ee;
  border-radius: 12px;
  background: #f8fafc;
}
.real-reference-sources > h3 {
  margin: 0 0 16px;
  font-size: 1.25rem;
}
.real-reference-sources__list {
  margin: 0;
  padding-left: 1.4rem;
}
.real-reference-sources__item + .real-reference-sources__item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e3e8ee;
}
.real-reference-sources__citation {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  align-items: baseline;
}
.real-reference-sources__link {
  font-weight: 700;
}
.real-reference-sources__publisher,
.real-reference-sources__meta,
.real-reference-sources__note {
  color: #475569;
  font-size: .9rem;
}
.real-reference-sources__publisher::before {
  content: "—";
  margin-right: 8px;
}
.real-reference-sources__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin: 10px 0;
}
.real-reference-sources__meta div {
  display: inline-flex;
  gap: 5px;
}
.real-reference-sources__meta dt {
  font-weight: 600;
}
.real-reference-sources__meta dd {
  margin: 0;
}
.real-reference-sources__status {
  display: inline-flex;
  padding: 2px 7px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #075985;
  font-size: .8rem;
  font-weight: 700;
}
.real-reference-sources__status--partially-verified {
  background: #fef3c7;
  color: #92400e;
}
.real-reference-sources__status--blocked,
.real-reference-sources__status--contradicted {
  background: #fee2e2;
  color: #991b1b;
}
.real-reference-sources__claim,
.real-reference-sources__note {
  margin: 10px 0 0;
}
.real-reference-sources__quote {
  margin: 12px 0 0;
  padding: 12px 16px;
  border-left: 3px solid var(--primary, #0f766e);
  background: #fff;
  color: #334155;
}
.real-reference-sources__link:focus-visible {
  outline: 2px solid var(--primary, #0f766e);
  outline-offset: 3px;
}

@keyframes realdevToastProgress {
  0% {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
@keyframes realdevToastInRight {
  0% {
    opacity: 0;
    transform: translateX(24px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes realdevToastOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
    max-height: 200px;
    margin-top: 0;
  }
  to {
    opacity: 0;
    transform: translateX(24px);
    max-height: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@keyframes realdevToastInLeft {
  0% {
    opacity: 0;
    transform: translateX(-24px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes realdevToastOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
    max-height: 200px;
  }
  to {
    opacity: 0;
    transform: translateX(-24px);
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@keyframes realdevToastInBottomRight {
  0% {
    opacity: 0;
    transform: translate(24px, 12px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes realdevToastOutBottomRight {
  0% {
    opacity: 1;
    transform: translate(0, 0);
    max-height: 200px;
  }
  to {
    opacity: 0;
    transform: translate(24px, 12px);
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@keyframes realdevToastInBottomLeft {
  0% {
    opacity: 0;
    transform: translate(-24px, 12px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes realdevToastOutBottomLeft {
  0% {
    opacity: 1;
    transform: translate(0, 0);
    max-height: 200px;
  }
  to {
    opacity: 0;
    transform: translate(-24px, 12px);
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.realdev-toast-region {
  position: fixed;
  z-index: var(--real-z-toast);
  display: flex;
  flex-direction: column;
  gap: var(--real-space-sm);
  width: 380px;
  max-width: calc(100vw - 48px);
  pointer-events: none;
}
.realdev-toast-region[data-realdev-corner="bl"],
.realdev-toast-region[data-realdev-corner="br"] {
  flex-direction: column-reverse;
}
.realdev-admin-page #realdev-toast-region[data-realdev-corner="tl"],
.realdev-admin-page #realdev-toast-region[data-realdev-corner="tr"],
body.admin-bar #realdev-toast-region[data-realdev-corner="tl"],
body.admin-bar #realdev-toast-region[data-realdev-corner="tr"] {
  top: 48px !important;
}
@media screen and (max-width: 782px) {
  .realdev-admin-page #realdev-toast-region[data-realdev-corner="tl"],
  .realdev-admin-page #realdev-toast-region[data-realdev-corner="tr"],
  body.admin-bar #realdev-toast-region[data-realdev-corner="tl"],
  body.admin-bar #realdev-toast-region[data-realdev-corner="tr"] {
    top: 58px !important;
  }
}
.realdev-toast {
  pointer-events: auto;
  position: relative;
  overflow: hidden;
  background: var(--real-surface);
  color: var(--real-text);
  border: 1px solid var(--real-border);
  border-left: 4px solid var(--real-primary);
  border-radius: var(--real-radius-md);
  box-shadow: var(--real-shadow-md);
  padding: var(--real-space-md) var(--real-space-lg);
  padding-bottom: calc(var(--real-space-md) + 4px);
  font-size: var(--real-font-size-md);
  line-height: var(--real-line-height-base);
  display: flex;
  align-items: flex-start;
  gap: var(--real-space-md);
  animation-duration: 240ms;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-fill-mode: both;
}
.realdev-toast--success {
  border-left-color: var(--real-success);
}
.realdev-toast--warning {
  border-left-color: var(--real-warning);
}
.realdev-toast--error {
  border-left-color: var(--real-error);
}
.realdev-toast--info {
  border-left-color: var(--real-info);
}
.realdev-toast__content {
  flex: 1;
  min-width: 0;
}
.realdev-toast__message {
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  word-wrap: break-word;
}
.realdev-toast__actions {
  margin-top: var(--real-space-sm);
  display: flex;
  gap: var(--real-space-sm);
}
.realdev-toast-action,
.realdev-toast__dismiss {
  background: 0 0;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.realdev-toast-action {
  color: var(--real-primary);
  font-weight: var(--real-font-weight-semibold);
  font-size: var(--real-font-size-sm);
  text-decoration: none;
  transition: opacity var(--real-transition);
}
.realdev-toast-action:hover {
  opacity: 0.75;
}
.realdev-toast__dismiss {
  margin: 0;
  color: var(--real-text-muted);
  font-size: 20px;
  line-height: 1;
  opacity: 0.6;
  transition:
    opacity var(--real-transition),
    color var(--real-transition);
}
.realdev-toast__dismiss:hover {
  opacity: 1;
  color: var(--real-text);
}
.realdev-toast__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: currentColor;
  opacity: 0.35;
  transform-origin: left center;
  animation: realdevToastProgress var(--real-toast-duration, 3600ms) linear
    forwards;
}
.realdev-toast-region[data-realdev-corner="br"] .realdev-toast__progress,
.realdev-toast-region[data-realdev-corner="tr"] .realdev-toast__progress {
  transform-origin: right center;
}
.realdev-toast--success .realdev-toast__progress {
  color: var(--real-success);
}
.realdev-toast--warning .realdev-toast__progress {
  color: var(--real-warning);
}
.realdev-toast--error .realdev-toast__progress {
  color: var(--real-error);
}
.realdev-toast--info .realdev-toast__progress {
  color: var(--real-info);
}
.realdev-toast--default .realdev-toast__progress,
.realdev-toast:not([class*="--"]) .realdev-toast__progress {
  color: var(--real-primary);
}
.realdev-toast:hover .realdev-toast__progress {
  animation-play-state: paused;
}
.realdev-toast[data-persistent="true"] .realdev-toast__progress {
  display: none;
}
.realdev-toast,
.realdev-toast-region[data-realdev-corner="tr"] .realdev-toast {
  animation-name: realdevToastInRight;
}
.realdev-toast-region[data-realdev-corner="tr"] .realdev-toast.is-dismissing,
.realdev-toast.is-dismissing {
  animation-name: realdevToastOutRight;
}
.realdev-toast-region[data-realdev-corner="tl"] .realdev-toast {
  animation-name: realdevToastInLeft;
}
.realdev-toast-region[data-realdev-corner="tl"] .realdev-toast.is-dismissing {
  animation-name: realdevToastOutLeft;
}
.realdev-toast-region[data-realdev-corner="br"] .realdev-toast {
  animation-name: realdevToastInBottomRight;
}
.realdev-toast-region[data-realdev-corner="br"] .realdev-toast.is-dismissing {
  animation-name: realdevToastOutBottomRight;
}
.realdev-toast-region[data-realdev-corner="bl"] .realdev-toast {
  animation-name: realdevToastInBottomLeft;
}
.realdev-toast-region[data-realdev-corner="bl"] .realdev-toast.is-dismissing {
  animation-name: realdevToastOutBottomLeft;
}
@media (prefers-reduced-motion: reduce) {
  .realdev-toast,
  .realdev-toast.is-dismissing,
  .realdev-toast__progress {
    animation: none;
  }
}

@media screen and (max-width: 600px) {
  .realdev-toast-region {
    width: min(280px, calc(100vw - 20px));
    max-width: calc(100vw - 20px);
    gap: 6px;
  }
  .realdev-toast {
    padding: 10px 12px;
    padding-bottom: calc(10px + 4px);
    font-size: 13px;
    line-height: 1.35;
    gap: 8px;
    border-radius: 10px;
    border-left-width: 3px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
  }
  .realdev-toast__actions {
    margin-top: 6px;
    gap: 6px;
  }
  .realdev-toast-action {
    font-size: 12px;
  }
  .realdev-toast__dismiss {
    font-size: 16px;
  }
}


body.wp-admin .realdev-toast-region .realdev-toast {
  border-color: #c3c4c7;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  font-size: 13px;
  line-height: 1.45;
  padding: 10px 14px;
  padding-bottom: calc(10px + 4px);
  border-radius: 2px;
}

body.wp-admin .realdev-toast-region .realdev-toast__message {
  font-size: inherit;
}

body.wp-admin .realdev-toast-region .realdev-toast__progress {
  height: 2px;
  opacity: 0.28;
}



@keyframes realdev-toast-enter {
  0% {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes realdev-toast-exit {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -8px, 0);
  }
}

#realdev-toast-region--purchased.realdev-toast-region {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: min(380px, calc(100vw - 32px));
  pointer-events: none;
}


#realdev-toast-region--purchased.realdev-toast-region {
  width: min(332px, calc(100vw - 32px));
}

body.admin-bar #realdev-toast-region--purchased.realdev-toast-region {
  top: 56px;
}

.realdev-toast--purchased {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(34, 43, 79, 0.12);
  background: color-mix(in srgb, var(--real-surface) 94%, transparent);
  box-shadow: 0 18px 40px rgba(22, 34, 61, 0.14);
  color: var(--text);
  pointer-events: auto;
  backdrop-filter: blur(12px);
  transform: translate3d(0, -10px, 0);
  opacity: 0;
  animation: realdev-toast-enter 0.22s ease forwards;
}

.realdev-toast--purchased.is-dismissing {
  animation: realdev-toast-exit 0.2s ease forwards;
}

@media (prefers-reduced-motion: reduce) {
  .realdev-toast--purchased {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .realdev-toast--purchased.is-dismissing {
    animation: none;
    opacity: 0;
    transform: none;
  }
}

.realdev-toast--purchased.realdev-toast--success {
  border-color: rgba(61, 181, 113, 0.28);
}

.realdev-toast--purchased .realdev-toast__message {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: inherit;
}

.realdev-toast--purchased .realdev-toast__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.realdev-toast--purchased .realdev-toast-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(13, 84, 252, 0.16);
  background: rgba(13, 84, 252, 0.08);
  color: var(--link);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.realdev-toast--purchased .realdev-toast-action:focus-visible,
.realdev-toast--purchased .realdev-toast-action:hover {
  background: rgba(13, 84, 252, 0.14);
  border-color: rgba(13, 84, 252, 0.28);
  color: var(--link-hover);
}

.realdev-toast--purchased .realdev-toast__dismiss {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: -4px -6px 0 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: 0 0;
  color: inherit;
  opacity: 0.72;
}

.realdev-toast--purchased .realdev-toast__dismiss:focus-visible,
.realdev-toast--purchased .realdev-toast__dismiss:hover {
  background: rgba(34, 43, 79, 0.08);
  opacity: 1;
}

.realdev-toast--purchased .realdev-toast__dismiss span {
  font-size: 22px;
  line-height: 1;
}

.realdev-toast--purchased .realdev-toast__content {
  display: block;
}

.realdev-purchased-toast {
  display: flex;
  align-items: center;
  gap: 12px;
}

.realdev-purchased-toast__media {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  overflow: hidden;
  flex: 0 0 auto;
  background: rgba(148, 163, 184, 0.18);
}

.realdev-purchased-toast__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.realdev-purchased-toast__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.realdev-purchased-toast__title {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.25;
  color: inherit;
}

.realdev-purchased-toast__product {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.35;
  color: var(--link);
  text-decoration: none;
}

.realdev-purchased-toast__product:focus-visible,
.realdev-purchased-toast__product:hover {
  color: var(--link-hover);
  text-decoration: underline;
}

.realdev-purchased-toast__meta {
  font-size: 12px;
  line-height: 1.35;
  color: color-mix(in srgb, currentColor 72%, transparent);
}

.realdev-toast--purchased {
  backdrop-filter: saturate(1.1) blur(4px);
  border-left-width: 4px;
}

.realdev-toast--purchased[style*="--real-toast-bg"] {
  background: var(--real-toast-bg) !important;
}

.realdev-toast--purchased[style*="--real-toast-accent"] {
  border-left-color: var(--real-toast-accent) !important;
}

.realdev-toast--purchased[style*="--real-toast-accent"]
  .realdev-purchased-toast__title {
  color: color-mix(in srgb, var(--real-toast-accent) 78%, #111 22%);
}

.realdev-toast--purchased[style*="--real-toast-accent"]
  .realdev-toast__progress {
  color: var(--real-toast-accent);
}

@media (max-width: 849px) {

  #realdev-toast-region.realdev-toast-region {
    top: auto !important;
    right: 12px !important;
    bottom: max(12px, env(safe-area-inset-bottom, 0px)) !important;
    left: 12px !important;
    transform: none !important;
    width: auto !important;
    gap: 8px;
    max-width: min(360px, calc(100vw - 24px));
  }


  #realdev-toast-region--purchased.realdev-toast-region {
    top: auto !important;
    right: auto !important;
    bottom: max(12px, env(safe-area-inset-bottom, 0px)) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: auto !important;
    gap: 8px;
    max-width: min(328px, calc(100vw - 24px));
    align-items: stretch;
  }

  body.admin-bar #realdev-toast-region.realdev-toast-region,
  body.admin-bar #realdev-toast-region--purchased.realdev-toast-region {
    top: auto !important;
  }

  .realdev-toast--purchased {
    padding: 9px 11px;
    gap: 8px;
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(22, 34, 61, 0.11);
  }

  .realdev-toast__message {
    font-size: 13px;
    line-height: 1.4;
  }

  .realdev-toast__actions {
    margin-top: 6px;
    gap: 6px;
  }

  .realdev-toast-action {
    min-height: 30px;
    padding: 5px 10px;
    font-size: 12px;
  }

  .realdev-toast__dismiss {
    width: 28px;
    height: 28px;
    margin: -2px -4px 0 0;
  }

  .realdev-toast__dismiss span {
    font-size: 18px;
  }

  .realdev-purchased-toast {
    gap: 8px;
    align-items: flex-start;
  }

  .realdev-purchased-toast__body {
    gap: 2px;
  }

  .realdev-toast--purchased .realdev-purchased-toast__media {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }

  .realdev-toast--purchased .realdev-purchased-toast__title {
    font-size: 12px;
    line-height: 1.2;
  }

  .realdev-toast--purchased .realdev-purchased-toast__product {
    font-size: 13px;
    line-height: 1.3;
  }

  .realdev-purchased-toast__meta {
    font-size: 11px;
    line-height: 1.3;
  }

  .realdev-toast--purchased {
    border-left-width: 3px;
  }

  #realdev-toast-region--purchased.realdev-toast-region
    .realdev-toast--purchased {
    box-shadow: 0 8px 22px rgba(22, 34, 61, 0.12);
  }
}

@media (max-width: 520px) {

  #realdev-toast-region--purchased.realdev-toast-region {
    max-width: min(300px, calc(100vw - 20px));
    bottom: max(10px, env(safe-area-inset-bottom, 0px)) !important;
    gap: 6px;
  }

  #realdev-toast-region--purchased.realdev-toast-region
    .realdev-toast--purchased {
    padding: 7px 9px;
    gap: 6px;
    border-radius: 11px;
  }

  #realdev-toast-region--purchased.realdev-toast-region
    .realdev-purchased-toast__media {
    display: none;
  }

  #realdev-toast-region--purchased.realdev-toast-region
    .realdev-purchased-toast {
    align-items: flex-start;
    gap: 4px;
  }

  #realdev-toast-region--purchased.realdev-toast-region
    .realdev-purchased-toast__title {
    font-size: 11px;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #realdev-toast-region--purchased.realdev-toast-region
    .realdev-purchased-toast__product {
    font-size: 12px;
    line-height: 1.3;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  #realdev-toast-region--purchased.realdev-toast-region
    .realdev-purchased-toast__meta {
    font-size: 10px;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  #realdev-toast-region--purchased.realdev-toast-region
    .realdev-toast__dismiss {
    width: 26px;
    height: 26px;
    margin: -4px -6px 0 0;
  }

  #realdev-toast-region--purchased.realdev-toast-region
    .realdev-toast__dismiss
    span {
    font-size: 17px;
  }
}

@media (max-width: 480px) {
  #realdev-toast-region.realdev-toast-region {
    bottom: max(10px, env(safe-area-inset-bottom, 0px)) !important;
    left: 10px !important;
    right: 10px !important;
    transform: none !important;
    width: auto !important;
    gap: 6px;
    max-width: calc(100vw - 20px);
  }


  #realdev-toast-region--purchased.realdev-toast-region {
    max-width: min(292px, calc(100vw - 20px));
    bottom: max(10px, env(safe-area-inset-bottom, 0px)) !important;
  }

  .realdev-toast--purchased {
    padding: 8px 10px;
    gap: 7px;
    border-radius: 11px;
  }

  .realdev-toast--purchased .realdev-purchased-toast__media {
    width: 36px;
    height: 36px;
    border-radius: 9px;
  }

  .realdev-toast--purchased .realdev-purchased-toast__title {
    font-size: 11px;
  }

  .realdev-toast--purchased .realdev-purchased-toast__product {
    font-size: 12px;
  }
}

@media (max-width: 380px) {
  #realdev-toast-region--purchased.realdev-toast-region
    .realdev-purchased-toast__meta {
    display: none;
  }

  #realdev-toast-region--purchased.realdev-toast-region
    .realdev-toast--purchased {
    padding: 6px 8px;
  }
}

body.wp-admin #realdev-toast-region.realdev-toast-region {
  z-index: 100000;
}

body.wp-admin.realdev-admin-page
  #realdev-toast-region.realdev-toast-region[data-realdev-corner="br"] {
  bottom: 24px;
  right: 16px;
}


.realdev-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--real-space-sm);
  padding: 8px 16px;
  border: 1px solid transparent;
  border-radius: var(--real-radius-md);
  font-family: inherit;
  font-size: var(--real-font-size-md);
  font-weight: var(--real-font-weight-medium);
  line-height: 1.4;
  cursor: pointer;
  text-decoration: none;
  transition:
    background-color var(--real-transition),
    border-color var(--real-transition),
    box-shadow var(--real-transition),
    opacity var(--real-transition);
  user-select: none;
}
.realdev-btn:disabled,
.realdev-btn[aria-disabled="true"] {
  opacity: 0.55;
  cursor: not-allowed;
}
.realdev-btn .dashicons,
.realdev-btn i {
  font-size: 16px;
}
.options-wrapper .button.button-primary,
.realdev-admin-page .button.button-primary,
.realdev-btn--primary {
  background: var(--real-primary);
  border-color: var(--real-primary);
  color: var(--real-primary-contrast);
}
.realdev-btn--primary:hover {
  background: var(--real-primary-dark);
  border-color: var(--real-primary-dark);
  color: var(--real-primary-contrast);
}
.realdev-btn--secondary {
  background: var(--real-surface);
  border-color: var(--real-border-strong);
  color: var(--real-text);
}
.realdev-btn--secondary:hover {
  background: var(--real-bg);
  border-color: var(--real-primary);
  color: var(--real-primary);
}
.realdev-btn--ghost {
  background: 0 0;
  border-color: transparent;
  color: var(--real-primary);
}
.realdev-btn--ghost:hover {
  background: var(--real-primary-soft);
  color: var(--real-primary-dark);
}
.realdev-btn--danger {
  background: var(--real-error);
  border-color: var(--real-error);
  color: var(--real-primary-contrast);
}
.realdev-btn--danger:hover {
  background: #dc2626;
  border-color: #dc2626;
}
.realdev-btn--sm {
  padding: 4px 10px;
  font-size: var(--real-font-size-sm);
}
.realdev-btn--lg {
  padding: 10px 20px;
  font-size: var(--real-font-size-lg);
}
.realdev-btn--block {
  width: 100%;
}
.options-wrapper .button.button-primary,
.realdev-admin-page .button.button-primary {
  text-shadow: none;
  box-shadow: none;
}
.options-wrapper .button.button-primary:focus,
.options-wrapper .button.button-primary:hover,
.realdev-admin-page .button.button-primary:focus,
.realdev-admin-page .button.button-primary:hover {
  background: var(--real-primary-dark);
  border-color: var(--real-primary-dark);
  color: var(--real-primary-contrast);
  outline: 0;
  box-shadow: 0 0 0 3px var(--real-primary-soft);
}


.rd-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  color: inherit;
  flex-shrink: 0;
  line-height: 1;
  overflow: visible;
}
.rd-icon-sm {
  width: 0.875em;
  height: 0.875em;
}
.rd-icon-lg {
  width: 1.25em;
  height: 1.25em;
}
.rd-icon-xl {
  width: 1.5em;
  height: 1.5em;
}
.rd-icon-2x {
  width: 2em;
  height: 2em;
}
.rd-icon.is-filled use,
.is-filled > .rd-icon use {
  fill: currentColor;
}


.categories-page .searchform-wrapper {
  position: relative;
}

.categories-page .searchform {
  display: flex;
  align-items: center;
  gap: 10px;
}

.categories-page .searchform .search-field,
.categories-page .searchform .button {
  margin-bottom: 0;
}

.categories-page .nav-line-bottom {
  gap: 8px;
  overflow-x: auto;
  flex-wrap: nowrap;
  padding-bottom: 5px;
}

.categories-page .nav-line-bottom .button {
  margin-bottom: 0;
  white-space: nowrap;
}

.categories-page .categories-letter,
.categories-page .categories-default {
  margin-top: 20px;
}


.flash-highlight {
  animation: rdFlash 1.2s ease-in-out 1;
  outline: 2px solid var(--accent-gold);
  border-radius: 6px;
}

@keyframes rdFlash {
  0% {
    background: var(--overlay-highlight-0);
  }
  30% {
    background: var(--overlay-highlight-90);
  }
  100% {
    background: var(--overlay-highlight-0);
  }
}


.widget.widget_product_categories ul.product-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget.widget_product_categories ul.product-categories > li.cat-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: nowrap;
  padding: 14px 0;
  margin: 0;
  border-bottom: 1px solid var(--border, #e8e8e8);
  list-style: none;
}

.widget.widget_product_categories
  ul.product-categories
  > li.cat-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.widget.widget_product_categories ul.product-categories > li.cat-item > a {
  flex: 1;
  min-width: 0;
  font-weight: 600;
  color: var(--heading, #111);
  text-decoration: none;
}

.widget.widget_product_categories
  ul.product-categories
  > li.cat-item
  > a:hover {
  color: var(--primary);
}

.widget.widget_product_categories .views-count {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  color: var(--text-second, #666);
  font-size: 0.9em;
  font-weight: 500;
  white-space: nowrap;
}

.widget.widget_product_categories .views-count i {
  font-size: 0.95em;
  opacity: 0.85;
}



@keyframes cta-pulse {
  0% {
    transform: scale(0);
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

/* Native [realdev_contact_cta] section → row → col presentation. */
.realdev-inline-cta {
  --realdev-inline-cta-bg: var(--primary-color, #0b6b61);
  --realdev-inline-cta-text: #fff;
  --realdev-inline-cta-muted: rgba(255, 255, 255, 0.86);
  background: var(--realdev-inline-cta-bg);
  border-radius: 14px;
  color: var(--realdev-inline-cta-text);
  margin: 28px auto;
  overflow: hidden;
}

.realdev-inline-cta .row {
  align-items: center;
}

.realdev-inline-cta .col-inner {
  padding: 28px 32px;
}

.realdev-inline-cta .section-title,
.realdev-inline-cta .title,
.realdev-inline-cta h3 {
  color: var(--realdev-inline-cta-text);
  margin: 0 0 8px;
}

.realdev-inline-cta p {
  color: var(--realdev-inline-cta-muted);
  margin: 0 0 18px;
  max-width: 760px;
}

.realdev-inline-cta .button {
  margin: 0 8px 0 0;
}

.realdev-inline-cta--quote {
  --realdev-inline-cta-bg: var(--secondary-color, #8c5a3c);
}

.realdev-inline-cta--measure {
  --realdev-inline-cta-bg: #245a73;
}

.realdev-inline-cta--offer {
  --realdev-inline-cta-bg: #4c5b3d;
}

@media (max-width: 549px) {
  .realdev-inline-cta .col-inner {
    padding: 22px 20px;
  }

  .realdev-inline-cta .button {
    display: block;
    margin: 0 0 10px;
    width: 100%;
  }
}

.cta-widget.cta-type--sidebar {
  position: fixed !important;
  z-index: 999;
  bottom: 120px;
  opacity: 1;
  line-height: 1;
}

.cta-widget.cta-type--sidebar * {
  box-sizing: border-box;
}

.cta-widget.cta-type--sidebar.position--right {
  right: 20px;
}

.cta-widget.cta-type--sidebar.position--left {
  left: 20px;
}

.cta-widget.cta-type--sidebar .cta-sidebar-row {
  width: 70px;
  height: 70px;
  position: relative;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: var(--cta-bg);
}

.cta-widget.cta-type--sidebar.open .cta-sidebar-row {
  animation: none;
}

.cta-widget.cta-type--sidebar .cta-sidebar-row .pulsation {
  width: 100%;
  height: 100%;
  background-color: var(--cta-bg);
  border-radius: 50%;
  position: absolute;
  inset: 0;
  z-index: -1;
  animation: cta-pulse 2s infinite;
}

.cta-widget.cta-type--sidebar .cta-sidebar-row .pulsation:last-of-type {
  animation-delay: 0.5s;
}

.cta-widget.cta-type--sidebar.open .cta-sidebar-row .pulsation,
.cta-widget.cta-type--sidebar .cta-sidebar-row.stop-pulse .pulsation {
  display: none;
}

.cta-widget.cta-type--sidebar .cta-dot {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 12px;
  height: 12px;
  background: #22c55e;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 10;
}

.cta-widget.cta-type--sidebar.open .cta-dot {
  display: none;
}

.cta-widget.cta-type--sidebar .cta-toggle-btn {
  position: absolute;
  inset: 0;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  transition: 0.2s all;
  color: var(--cta-text);
  border-radius: 50%;
  cursor: pointer;
}

.cta-widget.cta-type--sidebar .cta-toggle-btn.cta-hide {
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
}

.cta-widget.cta-type--sidebar.open .cta-toggle-btn {
  background-color: var(--cta-bg);
}

.cta-widget.cta-type--sidebar .cta-toggle-icons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 30px;
}

.cta-widget.cta-type--sidebar .cta-toggle-icons i,
.cta-widget.cta-type--sidebar .cta-toggle-icons svg {
  position: absolute;
  inset: 0;
  margin: auto;
  transition: 0.2s all;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cta-text) !important;
  fill: var(--cta-text) !important;
}
.cta-widget.cta-type--sidebar .cta-toggle-icons svg {
  stroke: var(--cta-text);
  stroke-width: 2;
}

.cta-widget.cta-type--sidebar .cta-toggle-close {
  transform: rotate(180deg) scale(0);
  opacity: 0;
}

.cta-widget.cta-type--sidebar.open .cta-toggle-close {
  transform: rotate(0) scale(1);
  opacity: 1;
}

.cta-widget.cta-type--sidebar.open .cta-toggle-open {
  transform: rotate(-180deg) scale(0);
  opacity: 0;
}

.cta-widget.cta-type--sidebar .label-contact {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 11px;
  margin: 0;
  transition: 0.2s all;
  color: var(--cta-text);
}

.cta-widget.cta-type--sidebar.open .label-contact {
  display: none;
}

.cta-widget.cta-type--sidebar .cta-strip-wrap {
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition:
    0.2s opacity,
    0.2s transform;
  pointer-events: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
}

.cta-widget.cta-type--sidebar .cta-strip-wrap.cta-hide {
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
}

.cta-widget.cta-type--sidebar .icons-line {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
  transition: transform 0.2s ease;
  will-change: transform;
}

.cta-widget.cta-type--sidebar .cta-strip__seg {
  display: inline-flex;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}

.cta-widget.cta-type--sidebar .cta-strip__seg .cta-visual {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.cta-widget.cta-type--sidebar .cta-strip__seg .cta-visual img,
.cta-widget.cta-type--sidebar .cta-strip__seg .cta-visual i,
.cta-widget.cta-type--sidebar .cta-strip__seg .cta-visual svg {
  width: 32px;
  height: 32px;
  font-size: 32px;
  object-fit: contain;

  color: var(--cta-color, var(--cta-bg));
  fill: var(--cta-color, var(--cta-bg));
  display: block;
}

.cta-widget.cta-type--sidebar .cta-strip__seg .cta-label {
  display: none;
}

.cta-widget.cta-type--sidebar .cta-strip__seg a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.cta-widget.cta-type--sidebar .cta-menu-box {
  background: #ffffff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  width: 200px;
  position: absolute;
  bottom: 80px;
  right: 0;
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  border-radius: 7px;
  z-index: 20;
  visibility: hidden;
  opacity: 0;
  transition: ease-in-out 0.2s all;
  transform: translate3d(0, -20%, 0);
  pointer-events: none;
}

.cta-widget.cta-type--sidebar.position--left .cta-menu-box {
  right: auto;
  left: 0;
}

.cta-widget.cta-type--sidebar .cta-menu-box::before {
  content: "";
  position: absolute;
  bottom: -7px;
  right: 25px;
  border-right: 8px solid transparent;
  border-top: 8px solid #ffffff;
  border-left: 8px solid transparent;
}

.cta-widget.cta-type--sidebar.position--left .cta-menu-box::before {
  right: auto;
  left: 25px;
}

.cta-widget.cta-type--sidebar.open .cta-menu-box {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

.cta-widget.cta-type--sidebar .cta-menu-box .cta-item {
  width: 100%;
  transition:
    transform 0s 0.2s,
    opacity 0s 0.2s;
  transform: translate3d(0, 50px, 0);
  opacity: 0;
}

.cta-widget.cta-type--sidebar.open .cta-menu-box .cta-item {
  transition:
    transform 0.4s,
    opacity 0.4s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.cta-widget.cta-type--sidebar .cta-menu-box .cta-item:nth-child(2) {
  transition-delay: 0.05s;
}

.cta-widget.cta-type--sidebar .cta-menu-box .cta-item:nth-child(3) {
  transition-delay: 0.1s;
}

.cta-widget.cta-type--sidebar .cta-menu-box .cta-item:nth-child(4) {
  transition-delay: 0.15s;
}

.cta-widget.cta-type--sidebar .cta-menu-box .cta-item:nth-child(5) {
  transition-delay: 0.2s;
}

.cta-widget.cta-type--sidebar .cta-menu-box .cta-link {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px 20px 8px 60px;
  position: relative;
  min-height: 54px;
  text-decoration: none;
}

.cta-widget.cta-type--sidebar .cta-menu-box .cta-link:hover {
  background-color: #eeeeee;
}

.cta-widget.cta-type--sidebar .cta-menu-box .cta-visual {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--animation-color, #0084ff);
  color: #ffffff;
}

.cta-widget.cta-type--sidebar .cta-menu-box .cta-visual svg,
.cta-widget.cta-type--sidebar .cta-menu-box .cta-visual i,
.cta-widget.cta-type--sidebar .cta-menu-box .cta-visual img {
  width: 22px;
  height: 22px;
  font-size: 22px;
  object-fit: contain;
  fill: currentColor;
  display: block;
}


.cta-widget .cta-visual:has(use[href="#i-zalo"]) {
  background: transparent !important;
  box-shadow: none;
}
.cta-type--sidebar .cta-visual:has(use[href="#i-zalo"]) svg {
  width: 100% !important;
  height: 100% !important;
}
.cta-widget.cta-type--sidebar
  .cta-strip__seg
  .cta-visual:has(use[href="#i-zalo"])
  svg {
  width: 44px !important;
  height: 44px !important;
}


.cta-widget.no-item-bg .cta-visual {
  background: transparent !important;
  box-shadow: none;
}
.cta-widget.no-item-bg .cta-visual i,
.cta-widget.no-item-bg .cta-visual svg,
.cta-widget.no-item-bg .cta-visual img {
  color: var(--cta-color, var(--cta-bg)) !important;
  fill: var(--cta-color, var(--cta-bg)) !important;
}
.cta-widget.cta-type--sidebar.no-item-bg .cta-menu-box .cta-visual i,
.cta-widget.cta-type--sidebar.no-item-bg .cta-menu-box .cta-visual svg {
  width: 28px;
  height: 28px;
  font-size: 28px;
}

.cta-widget.cta-type--sidebar .cta-menu-box .cta-label {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  line-height: 17px;
}

.cta-widget.cta-type--footer {
  position: fixed;
  bottom: 8px;
  z-index: 1111;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 12px;
  background: #fff;
  width: calc(100% - 16px);
  margin-left: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.cta-widget.cta-type--footer .cta-link,
.cta-widget.cta-type--footer .cta-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  gap: 3px;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  width: 100%;
}
.cta-type--footer button {
  font-weight: normal;
}
.cta-widget.cta-type--footer .cta-item {
  flex: 1;
}

.cta-widget.cta-type--footer .cta-label {
  font-size: 11px;
  color: var(--text);
}

.cta-widget.cta-type--footer .cta-visual {
  font-size: 22px;
  color: var(--primary);
}

.cta-widget.cta-type--footer .cta-item--atc .cta-visual {
  position: relative;
}

.cta-widget.cta-type--footer .cta-item--wishlist.active .cta-visual,
.cta-widget.cta-type--footer .cta-item--atc.active .cta-visual {
  color: var(--heading, var(--text));
}

.cta-widget.cta-type--footer .cta-cart-badge {
  position: absolute;
  top: -5px;
  right: -8px;
  background: var(--primary);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  min-width: 16px;
  height: 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3px;
  pointer-events: none;
}

.cta-widget.cta-type--footer [data-cta-action="atc"].loading .cta-visual {
  opacity: 0.5;
}

.cta-widget.cta-type--footer [data-cta-action="atc"].loading::after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  cursor: not-allowed;
}

.cta-widget.cta-type--footer .added_to_cart,
.cta-widget.cta-type--footer .wc-forward {
  display: none !important;
}

@media (max-width: 768px) {
  .cta-widget.cta-type--sidebar.hide-mobile--1 {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .cta-widget.cta-type--sidebar.hide-desktop--1,
  .cta-widget.cta-type--footer.hide-desktop--1 {
    display: none !important;
  }
}


#technical-docs-toolbar,
#documents-list .box {
  margin-bottom: 20px;
}

.docs-page .container-fluid {
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
}

.docs-breadcrumb .col-inner {
  padding-left: 9px;
}

.docs-filter-nav,
.docs-filter-nav.nav {
  margin-bottom: 0;
}

.docs-filter-nav > li {
  margin: 0 8px 8px 0;
}

.docs-toolbar-loading {
  align-self: center;
}

.docs-toolbar-loading[hidden] {
  display: none;
}

.docs-toolbar-loading .loading-spin {
  margin: 0;
}

.docs-search-form {
  margin-bottom: 0;
}

.docs-search-form .flex-row {
  gap: 10px;
}

.docs-search-form .search-field {
  min-width: 220px;
}


.docs-loading {
  position: absolute;
  inset: 0;
  background: var(--overlay-white-75);
  z-index: 9;
}

.docs-loading[hidden] {
  display: none;
}

.docs-loading .loading-spin {
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
}

.no-documents-found {
  margin-bottom: 0;
}

@media screen and (max-width: 849px) {
  .docs-search-form .search-field {
    min-width: 0;
  }
}

@media screen and (max-width: 551px) {
  .docs-filter-nav,
  .docs-filter-nav.nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}


.header-nav {
  display: flex;
  align-items: center;
}

.header-nav-links {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 0;
}

.header-nav-links > .menu-item {
  margin: 0;
}

.header-nav-links > .menu-item > .nav-top-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  color: currentColor;
  transition: color 0.3s ease;
}

.header-nav-links > .menu-item > .nav-top-link:hover {
  color: var(--primary-color, var(--accent-brand));
}

.header-nav-links .nav-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  color: var(--primary);
  font-size: 18px;
  line-height: 1;
}

.header-nav-links img.nav-icon {
  object-fit: contain;
}

.dark .header-nav-links > .menu-item > .nav-top-link {
  color: var(--white);
}

@media (max-width: 768px) {
  .header-nav-links {
    gap: 10px;
  }

  .header-nav-links > .menu-item > .nav-top-link {
    font-size: 11px;
  }
}

.header-nav .header-vertical-menu__opener {
  width: max-content;
  padding: 0;
  background: transparent;
  font-weight: normal;
}

.header-nav .icon-angle-down {
  display: none;
}

.header-nav .header-vertical-menu__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  margin-right: 10px;
  color: var(--primary);
  font-size: 18px;
}

.header-vertical-menu__fly-out li {
  margin: 0 !important;
  list-style: none;
}

.header-vertical-menu__fly-out .sub-menu {
  position: absolute;
  top: 0;
  right: -251px;
  left: unset;
  z-index: 1000;
  width: 250px;
  padding: 15px !important;
  border-radius: 5px;
  background: var(--white);
  box-shadow: 0 4px 12px var(--overlay-black-15);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}

.header-vertical-menu__fly-out li.menu-item-has-children:hover > .sub-menu,
.header-vertical-menu__fly-out li.menu-item-has-children.is-open > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}

.header-vertical-menu__fly-out li a {
  display: inline-flex;
  align-items: center;
  padding: 10px 17px;
  border-radius: 5px;
}

.header-vertical-menu__fly-out li a:hover {
  background: var(--primary-light);
}


.header-user-container,
.header-user-wrapper {
  display: flex;
  align-items: center;
}
.header-user-container {
  gap: 10px;
}
.header-user-container .realdev-header-user-slot {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.header-user-wrapper
  .realdev-header-user-slot.has-dropdown:hover
  > .nav-dropdown,
.no-js
  .header-user-wrapper
  .realdev-header-user-slot.has-dropdown:hover
  > .nav-dropdown {
  left: auto;
  right: 0;
  opacity: 1;
  visibility: visible;
  max-height: inherit;
}
.cart-dropdown {
  min-width: 320px;
}
.account-dropdown {
  min-width: 250px;
}
.account-links {
  list-style: none;
  min-height: 250px;
}
.account-links li {
  margin: 0;
}
.account-links a {
  display: block;
  padding: 10px 20px;
  color: var(--text-strong);
  text-decoration: none;
  transition: background 0.2s ease;
  font-size: 14px;
}
.account-links a:hover {
  background: var(--surface-soft-alt);
}
.dark .header-user-wrapper ul.nav-dropdown {
  background: var(--surface-inverse-strong);
}
.dark .account-links a:hover {
  background: var(--surface-inverse-muted);
}
.dark .account-links a {
  color: var(--white);
}
@media (max-width: 768px) {
  .header-user-container {
    gap: 8px;
  }
}
.header-nav .nav-dropdown .ux-mini-cart-footer,
.header-nav .nav-dropdown .woocommerce-mini-cart {
  padding: 15px !important;
}
.header-user-location .nav-dropdown,
.realdev-header-location-li .nav-dropdown {
  padding: 15px;
}
.header-user-location p {
  padding-bottom: 14px !important;
  border-bottom: 1px solid var(--border-muted);
  margin-bottom: 15px !important;
  color: var(--text-muted);
  display: flex;
  flex-direction: column;
  font-size: 13px;
}
.header-user-location p:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border: 0;
}
.header-user-location p strong {
  color: var(--text);
  font-size: 14px;
}
.header-user-wrapper .woocommerce-mini-cart__buttons {
  display: flex;
  gap: 20px;
  margin: 0 !important;
}
.woocommerce-mini-cart__buttons a.button {
  font-weight: 400;
  box-shadow: unset !important;
}
ul.product_list_widget li a:not(.remove) {
  padding-right: 20px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.nav-top-link.realdev-header-user-link .realdev-header-user-title {
  margin-right: 0.4em;
  white-space: nowrap;
  font-size: 0.85em;
  opacity: 0.92;
}


.realdev-marquee-container {
  overflow: hidden;
  display: flex;
  white-space: nowrap;
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.realdev-marquee-content {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  min-width: 100%;
  animation: realdev-marquee-scroll 20s linear infinite;
}
.realdev-marquee-container:hover .realdev-marquee-content {
  animation-play-state: paused;
}
.realdev-marquee-container.speed-slow .realdev-marquee-content {
  animation-duration: 40s;
}
.realdev-marquee-container.speed-normal .realdev-marquee-content {
  animation-duration: 20s;
}
.realdev-marquee-container.speed-fast .realdev-marquee-content {
  animation-duration: 10s;
}
@keyframes realdev-marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.realdev-marquee-item {
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
}
.realdev-marquee-item a {
  display: inline-flex;
  align-items: center;
  color: inherit;
  gap: 10px;
}
.realdev-marquee-item img {
  max-height: 40px;
  width: auto;
  object-fit: contain;
}
.realdev-marquee-item span {
  font-weight: 600;
}
.realdev-marquee-separator-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
}




.realdev-mf-gallery {
  display: grid;
  grid-template-columns: repeat(var(--real-mf-cols, 4), minmax(0, 1fr));
  gap: 12px;
  margin: 1.5em 0;
}

@media (max-width: 768px) {
  .realdev-mf-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .realdev-mf-gallery {
    grid-template-columns: 1fr;
  }
}

.realdev-mf-gallery__item {
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  background: #f4f5f7;
  transition:
    transform 200ms ease,
    box-shadow 200ms ease;
}

.realdev-mf-gallery__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.realdev-mf-gallery__link {
  display: block;
  line-height: 0;
}

.realdev-mf-gallery__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.realdev-mf-gallery__caption {
  padding: 6px 8px;
  font-size: 13px;
  color: #50575e;
  text-align: center;
}

@media (prefers-reduced-motion: reduce) {
  .realdev-mf-gallery__item {
    transition: none;
  }
}


.realdev-order-received-title {
  margin: 0 0 24px;
  font-size: clamp(22px, 3vw, 30px);
  color: var(--heading);
}

.realdev-order-received {
  gap: 16px;
}

.realdev-order-received-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: stretch;
}

.realdev-order-received-grid > section {
  flex: 1 1 100%;
}

.realdev-order-received .realdev-order-panel,
.realdev-order-received .woocommerce-bacs-bank-details,
.realdev-order-received .woocommerce-order-details {
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
}

.realdev-order-received .wc-bacs-bank-details-heading,
.realdev-order-received .woocommerce-column__title,
.realdev-order-received .woocommerce-order-details__title {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 1.35;
  color: var(--heading);
}

.realdev-order-received .woocommerce-table--order-details {
  width: 100%;
  border-collapse: collapse;
}

.realdev-order-received .woocommerce-table--order-details td,
.realdev-order-received .woocommerce-table--order-details th {
  padding: 12px 8px;
  font-size: 14px;
  color: var(--text);
  vertical-align: top;
  border: 0;
}

.realdev-order-received .woocommerce-table--order-details thead th {
  font-weight: 600;
  color: var(--heading);
}

.realdev-order-received
  .woocommerce-table--order-details
  tfoot
  tr:last-child
  td,
.realdev-order-received
  .woocommerce-table--order-details
  tfoot
  tr:last-child
  th {
  border-bottom: none;
  font-weight: 600;
  color: var(--primary);
}

.realdev-order-received .woocommerce-bacs-bank-details {
  border-color: var(--primary);
}

.realdev-payment-info {
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--primary);
  border-radius: 12px;
}

.realdev-payment-info__title {
  margin: 0 0 16px;
  font-size: 18px;
  color: var(--primary);
}

.realdev-payment-info__method {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  font-size: 14px;
  color: var(--text);
}

.realdev-payment-info__method i {
  color: var(--primary);
}

.realdev-payment-info__label {
  color: var(--text-second, #64748b);
}

.realdev-payment-info__value {
  color: var(--heading);
  font-weight: 600;
}

.realdev-payment-info__desc {
  margin: 0 0 12px;
  padding: 12px 14px;
  background: color-mix(in srgb, var(--primary) 4%, transparent);
  border-radius: 8px;
  font-size: 13px;
  color: var(--text);
  line-height: 1.55;
}

.realdev-payment-info__desc p:last-child {
  margin-bottom: 0;
}

.realdev-payment-info__gateway {
  margin-top: 8px;
}

.realdev-payment-info__gateway .wc-bacs-bank-details-heading,
.realdev-payment-info__gateway h2,
.realdev-payment-info__gateway h3 {
  margin-top: 0;
  font-size: 15px;
  color: var(--heading);
}

.realdev-payment-info__gateway ol,
.realdev-payment-info__gateway ul,
.realdev-payment-info__gateway ul.wc-bacs-bank-details {
  padding-left: 1.25rem;
  margin: 8px 0 0;
  font-size: 14px;
}

.realdev-payment-info__gateway .shop_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

.qr-payment .copy-qr {
  border: none;
  line-height: 1;
  min-height: unset;
  min-width: unset;
  margin: 0;
}

.realdev-payment-info__gateway .shop_table td,
.realdev-payment-info__gateway .shop_table th {
  text-align: left;
}

.realdev-info-list li:last-child,
.realdev-payment-info__gateway .shop_table tr:last-child td,
.realdev-payment-info__gateway .shop_table tr:last-child th {
  border-bottom: none;
}

.realdev-customer-details {
  flex: 1 1 100%;
  max-width: 100%;
  margin-top: 4px;
}

.realdev-customer-details .row {
  max-width: unset !important;
  gap: 0;
}

.realdev-customer-details .row-small > .col {
  padding: 0 8px;
}

.realdev-customer-details__meta > .realdev-order-card + .realdev-order-card {
  margin-top: 16px;
}

.realdev-customer-details__map iframe,
.realdev-order-card {
  border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--white);
}

.realdev-order-card {
  padding: 24px;
}

.realdev-order-card .woocommerce-column__title {
  margin: 0 0 12px;
  font-size: 16px;
}

.realdev-order-card--billing {
  border-color: var(--success);
  background: color-mix(in srgb, var(--success) 6%, transparent);
}

.realdev-order-card--billing .woocommerce-column__title {
  color: var(--success);
}

.realdev-order-card--shipping {
  border-color: var(--yellow-light);
  background: color-mix(in srgb, var(--yellow-light) 6%, transparent);
}

.realdev-order-card--shipping .woocommerce-column__title {
  color: var(--alert);
}

.realdev-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.realdev-info-list li {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px dashed var(--border);
  font-size: 14px;
  color: var(--text);
  font-style: normal;
}

.realdev-info-label,
.realdev-info-list li i {
  color: var(--text-second, #64748b);
  font-size: 13px;
}

.realdev-info-list li i {
  flex: 0 0 16px;
  width: 16px;
  text-align: center;
}

.realdev-info-label {
  min-width: 96px;
}

.realdev-info-value {
  margin-left: auto;
  color: var(--heading);
  font-weight: 500;
  text-align: right;
  word-break: break-word;
}

.realdev-info-empty {
  margin: 0;
  color: var(--text-second, #64748b);
  font-size: 13px;
  font-style: italic;
}

.realdev-customer-details__map {
  display: flex;
}

.realdev-customer-details__map iframe {
  flex: 1;
  height: 610px;
}

.realdev-order-received-actions {
  flex: 1 1 100%;
  margin-top: 2rem;
}

.realdev-order-received-home {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 999px;
  background: var(--primary);
  color: var(--white);
  font-weight: 600;
  text-transform: none;
  border: 0;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.realdev-order-received-home:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 14px color-mix(in srgb, var(--primary) 25%, transparent);
  color: var(--white);
}

@media (min-width: 768px) {
  .realdev-order-received-grid > .realdev-order-panel,
  .realdev-order-received-grid > .realdev-payment-info,
  .realdev-order-received-grid > .woocommerce-bacs-bank-details,
  .realdev-order-received-grid > .woocommerce-order-details {
    flex: 1 1 calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
}

@media (max-width: 767px) {
  .realdev-customer-details .row-small > .col {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .realdev-customer-details__map {
    margin-top: 16px;
  }

  .realdev-order-card {
    padding: 18px;
  }

  .realdev-info-list li {
    flex-wrap: wrap;
  }

  .realdev-info-value {
    margin-left: calc(16px + 8px);
    text-align: left;
  }
}

.realdev-view-order {
  gap: 16px;
}

.realdev-view-order__summary {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 8px;
}

.realdev-order-status-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  background: var(--white);
  border: 1px solid var(--border);
  border-left: 4px solid var(--primary);
  border-radius: 12px;
}

.realdev-order-status-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 14px;
  color: var(--text);
  font-size: 14px;
}

.realdev-order-status-card__label {
  color: var(--text-second, #64748b);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.realdev-order-status-card__number {
  font-size: 20px;
  font-weight: 700;
  color: var(--heading);
}

.realdev-order-status-card__date,
.realdev-order-status-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
}

.realdev-order-status-card__date {
  color: var(--text-second, #64748b);
}

.realdev-order-status-card__date i {
  font-size: 12px;
  color: var(--primary);
}

.realdev-order-status-chip {
  padding: 6px 14px;
  border-radius: 999px;
  font-weight: 600;
  line-height: 1;
}

.realdev-order-status-chip i {
  font-size: 8px;
}

.realdev-order-status-card--processing,
.realdev-order-status-chip--processing {
  --real-status-color: var(--primary);
}

.realdev-order-status-card--completed,
.realdev-order-status-chip--completed {
  --real-status-color: var(--success);
}

.realdev-order-status-card--on-hold,
.realdev-order-status-card--pending,
.realdev-order-status-chip--on-hold,
.realdev-order-status-chip--pending {
  --real-status-color: #f59e0b;
}

.realdev-order-status-card--cancelled,
.realdev-order-status-card--failed,
.realdev-order-status-card--refunded,
.realdev-order-status-chip--cancelled,
.realdev-order-status-chip--failed,
.realdev-order-status-chip--refunded {
  --real-status-color: var(--alert);
}

.realdev-order-status-chip {
  background: color-mix(
    in srgb,
    var(--real-status-color, var(--primary)) 12%,
    transparent
  );
  color: var(--real-status-color, var(--primary));
}

.realdev-order-status-card {
  border-left-color: var(--real-status-color, var(--primary));
}

.realdev-order-notes {
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
}

.realdev-order-notes__title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  font-size: 16px;
  color: var(--heading);
}

.realdev-order-notes__title i {
  color: var(--primary);
}

.realdev-order-notes__list {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0 0 0 20px;
}

.realdev-order-notes__list::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 5px;
  bottom: 6px;
  width: 2px;
  background: color-mix(in srgb, var(--primary) 30%, transparent);
  border-radius: 2px;
}

.realdev-order-notes__item {
  position: relative;
  padding: 0 0 14px 10px;
}

.realdev-order-notes__item:last-child {
  padding-bottom: 0;
}

.realdev-order-notes__item::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -19px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--primary);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary) 10%, transparent);
}

.realdev-order-notes__meta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--text-second, #64748b);
  margin-bottom: 4px;
}

.realdev-order-notes__meta i {
  color: var(--primary);
  font-size: 11px;
}

.realdev-order-notes__text {
  font-size: 14px;
  color: var(--text);
  line-height: 1.55;
}

.realdev-order-notes__text p {
  margin: 0;
}

.realdev-order-notes__text p + p {
  margin-top: 4px;
}

@media (max-width: 767px) {
  .realdev-order-status-card {
    padding: 16px 18px;
  }

  .realdev-order-status-card__number {
    font-size: 18px;
  }
}


.mfp-content .calc-price {
  background: var(--surface, #fff);
  border-radius: var(--real-radius-xl, 12px);
  font-size: var(--real-font-size-md, 14px);
  color: var(--real-text, #1f2937);
}

.calc-price > * + * {
  margin-top: var(--real-space-lg, 16px);
}

.calc-head {
  display: flex;
  align-items: center;
  gap: var(--real-space-md, 12px);
  padding-bottom: var(--real-space-md, 12px);
  border-bottom: 1px solid var(--real-border, #e5e7eb);
}

.calc-head__media {
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  border-radius: var(--real-radius-lg, 8px);
  border: 1px solid var(--real-border, #e5e7eb);
  overflow: hidden;
}

.calc-head__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.calc-head__title {
  margin: 0 0 4px;
  font-size: var(--real-font-size-md, 14px);
  font-weight: var(--real-font-weight-semibold, 600);
  color: var(--real-text, #1f2937);
  line-height: 1.35;
}

.calc-head__price {
  margin: 0;
  font-size: var(--real-font-size-xl, 18px);
  font-weight: var(--real-font-weight-bold, 700);
  color: var(--real-error, #ef4444);
  line-height: 1.2;
}

.calc-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.calc-steps__item {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
  outline: 0;
  color: var(--real-text-muted, #6b7280);
}

.calc-steps__item + .calc-steps__item {
  margin-left: 28px;
}

.calc-steps__item + .calc-steps__item::before {
  content: "";
  position: absolute;
  right: calc(100% + 4px);
  top: 50%;
  width: 24px;
  height: 2px;
  background: var(--real-border, #e5e7eb);
  transform: translateY(-50%);
  transition: background var(--real-transition, 160ms ease);
}

.calc-steps__item.is-active + .calc-steps__item::before,
.calc-steps__item.is-done + .calc-steps__item::before {
  background: var(--primary, #d4a038);
}

.calc-steps__dot {
  position: relative;
  z-index: 1;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--surface, #fff);
  border: 2px solid var(--real-border, #e5e7eb);
  color: var(--real-text-muted, #6b7280);
  font-weight: var(--real-font-weight-semibold, 600);
  font-size: 12px;
  line-height: 1;
  transition: all var(--real-transition, 160ms ease);
}

.calc-steps__label {
  font-size: var(--real-font-size-sm, 12px);
  font-weight: var(--real-font-weight-semibold, 600);
}

.calc-steps__item.is-active .calc-steps__dot {
  background: var(--primary, #d4a038);
  border-color: var(--primary, #d4a038);
  color: var(--real-primary-contrast, #fff);
  box-shadow: 0 0 0 4px var(--real-primary-soft, #f5e6c8);
}

.calc-steps__item.is-active,
.calc-steps__item.is-done {
  color: var(--real-text, #1f2937);
}

.calc-steps__item.is-done .calc-steps__dot {
  background: var(--primary, #d4a038);
  border-color: var(--primary, #d4a038);
  color: transparent;
  font-size: 0;
}

.calc-steps__item.is-done .calc-steps__dot::before {
  content: "✓";
  color: var(--real-primary-contrast, #fff);
  font-size: 13px;
  font-weight: 700;
}

.calc-steps__item:focus-visible .calc-steps__dot {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
}

.calc-step {
  width: 100%;
}

.calc-step[hidden] {
  display: none !important;
}

.calc-price .form-row label {
  display: block;
  margin-bottom: 6px;
  font-size: var(--real-font-size-sm, 12px);
  font-weight: var(--real-font-weight-semibold, 600);
  color: var(--real-text, #1f2937);
  text-transform: none;
  letter-spacing: 0;
}

.calc-price .form-row .input-text,
.calc-price .form-row .select {
  height: 40px;
  border-radius: var(--real-radius-md, 6px);
  border: 1px solid var(--real-border, #e5e7eb);
  background: var(--surface, #fff);
  font-size: var(--real-font-size-md, 14px);
  transition:
    border-color var(--real-transition, 160ms ease),
    box-shadow var(--real-transition, 160ms ease);
}

.calc-price .message-box {
  background: var(--real-surface-alt, #f9fafb);
  border: 1px solid var(--real-border, #e5e7eb);
  border-radius: var(--real-radius-lg, 8px);
  padding: var(--real-space-lg, 16px);
}

.calc-price .message-box .inner {
  padding: 0;
  margin: 0;
}

.calc-price .shop_table {
  width: 100%;
  border: 0;
  background: transparent;
  margin: 0;
}

.calc-price .shop_table tr + tr th,
.calc-price .shop_table tr + tr td {
  border-top: 1px dashed var(--real-border, #e5e7eb);
}

.calc-price .shop_table th,
.calc-price .shop_table td {
  padding: 10px 0;
  border: 0;
  background: transparent;
  vertical-align: middle;
  font-size: var(--real-font-size-md, 14px);
  text-transform: none;
  letter-spacing: 0;
}

.calc-price .shop_table th {
  font-weight: var(--real-font-weight-semibold, 600);
  color: var(--real-text, #1f2937);
  text-align: left;
  width: 40%;
}

.calc-price .shop_table td {
  text-align: right;
  color: var(--real-text, #1f2937);
}

.calc-price .calc-result .shop_table tr:last-child th,
.calc-price .calc-result .shop_table tr:last-child td {
  padding-top: 12px;
  border-top: 1px solid var(--real-border-strong, #d1d5db);
}

.calc-price .calc-result .shop_table tr:last-child td strong,
.calc-price .calc-result .shop_table tr:last-child th strong {
  font-size: var(--real-font-size-lg, 16px);
  color: var(--real-error, #ef4444);
}

.calc-price .message-box .is-small {
  margin: 10px 0 0;
  font-size: var(--real-font-size-sm, 12px);
  color: var(--real-text-muted, #6b7280);
  font-style: italic;
}

.calc-price .message-box.warning {
  background: var(--real-warning-soft, #fef3c7);
  border-color: var(--real-warning, #f59e0b);
}

.calc-price #calc-acc-list label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  font-weight: var(--real-font-weight-regular, 400);
}

.calc-quote-cta {
  display: flex;
  align-items: flex-start;
  gap: var(--real-space-md, 12px);
  padding: var(--real-space-lg, 16px);
  border-radius: var(--real-radius-lg, 8px);
  background: linear-gradient(
    135deg,
    var(--real-primary-soft, #f5e6c8) 0%,
    var(--real-warning-soft, #fef3c7) 100%
  );
  border: 1px solid var(--real-primary-soft, #f5e6c8);
}

.calc-quote-cta .rd-icon {
  font-size: 22px;
  color: var(--real-success, #10b981);
  line-height: 1;
  margin-top: 2px;
}

.calc-quote-cta__title {
  margin: 0 0 4px;
  font-size: var(--real-font-size-lg, 16px);
  font-weight: var(--real-font-weight-bold, 700);
  color: var(--real-text, #1f2937);
  line-height: 1.35;
}

.calc-quote-cta__sub {
  margin: 0;
  font-size: var(--real-font-size-sm, 12px);
  color: var(--real-text-muted, #6b7280);
}

.calc-price-form {
  margin-top: var(--real-space-md, 12px);
}

.calc-price-form .wpcf7,
.calc-price-form .form-request-quote {
  margin: 0;
  border: 0;
  border-radius: 0;
  min-width: 0;
  padding: 0;
}

.calc-price-form .wpcf7 p {
  margin-bottom: var(--real-space-md, 12px);
}

.calc-price-form input[type="text"],
.calc-price-form input[type="email"],
.calc-price-form input[type="tel"],
.calc-price-form input[type="url"],
.calc-price-form input[type="number"],
.calc-price-form textarea,
.calc-price-form select,
.calc-price-form .form-request-quote input {
  width: 100%;
  height: 40px;
  border: 1px solid var(--real-border, #e5e7eb);
  border-radius: var(--real-radius-md, 6px);
  background: var(--surface, #fff);
  padding: 0 12px;
  font-size: var(--real-font-size-md, 14px);
  transition:
    border-color var(--real-transition, 160ms ease),
    box-shadow var(--real-transition, 160ms ease);
}

.calc-price-form .form-request-quote input.wpcf7-submit {
  width: max-content;
  background: var(--primary);
  display: block;
  margin-left: auto;
}

.calc-price-form .form-request-quote input.wpcf7-submit:hover {
  background: var(--primary);
}

.calc-price-form textarea {
  height: auto;
  min-height: 90px;
  padding: 10px 12px;
  resize: vertical;
}

.calc-price-form .form-numbers {
  margin-bottom: var(--real-space-md, 12px);
}

.calc-price-form
  .form-numbers
  > .wpcf7-form-control-wrap[data-name="textarea-name-numbers"],
.calc-price-form .form-numbers .wpcf7-textarea {
  display: none !important;
}

.calc-price-form .form-numbers .quote-holder {
  margin-bottom: var(--real-space-sm, 8px);
}

.calc-price-form .form-numbers .quote-holder:empty {
  margin-bottom: 0;
}

.calc-price-form .quote-pair {
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  padding: 0;
  background: transparent;
  border: 0;
}

.calc-price-form .quote-pair > .col {
  padding: 0 !important;
  flex: 0 0 auto;
}

.realdev-toast--purchased .realdev-toast__content,
.calc-head__text,
.calc-price-form .quote-pair > .col:first-child {
  flex: 1 1 auto;
  min-width: 0;
}

.calc-price-form .quote-pair > .col:last-child {
  flex: 0 0 auto;
  width: auto;
  max-width: 210px;
}

.calc-price-form .quote-pair .row-collapse {
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  width: auto;
}

.calc-price-form .quote-pair .row-collapse > .col {
  padding: 0 !important;
  flex: 0 0 auto;
}

.calc-price-form .quote-pair .row-collapse > .col:first-child {
  flex: 1 1 auto;
  min-width: 110px;
}

.calc-price-form .quote-pair .input-text {
  width: 100%;
  height: 42px;
  margin: 0;
  border: 1px solid var(--real-border, #e5e7eb);
  border-radius: var(--real-radius-md, 6px);
  background: var(--surface, #fff);
  padding: 0 12px;
  font-size: var(--real-font-size-md, 14px);
  transition:
    border-color var(--real-transition, 160ms ease),
    box-shadow var(--real-transition, 160ms ease);
}

.calc-price .form-row .input-text:focus,
.calc-price-form input:focus,
.calc-price-form textarea:focus,
.calc-price-form select:focus,
.calc-price-form .quote-pair .input-text:focus {
  border-color: var(--primary, #d4a038);
  box-shadow: 0 0 0 3px var(--real-primary-soft, #f5e6c8);
  outline: none;
}

.calc-price-form .quote-remove {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  min-height: 36px;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  color: var(--real-text-muted, #6b7280) !important;
  font-size: 0;
  line-height: 1;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  transition:
    color var(--real-transition, 160ms ease),
    transform var(--real-transition, 160ms ease);
  box-shadow: none !important;
}

.calc-price-form .quote-remove .rd-icon,
.calc-price-form .quote-remove svg,
.calc-price-form .quote-remove i {
  display: none !important;
}

.calc-price-form .quote-remove::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: currentColor;
  -webkit-mask: url("assets/images/icon-trash.svg")
    center/contain no-repeat;
  mask: url("assets/images/icon-trash.svg")
    center/contain no-repeat;
}

.calc-price-form .quote-remove:hover {
  color: var(--real-error, #ef4444) !important;
  background: transparent !important;
  transform: scale(1.08);
}

.calc-price-form .form-button__add {
  width: 100%;
  margin: 0 !important;
  height: 44px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  border: 1.5px dashed var(--real-border-strong, #d1d5db) !important;
  border-radius: var(--real-radius-md, 6px);
  background: var(--surface, #fff);
  color: var(--real-text, #1f2937) !important;
  font-weight: var(--real-font-weight-semibold, 600);
  font-size: var(--real-font-size-md, 14px);
  cursor: pointer;
  transition: all var(--real-transition, 160ms ease);
}

.calc-price-form .form-button__add:hover {
  border-color: var(--primary, #d4a038) !important;
  border-style: solid !important;
  color: var(--primary, #d4a038) !important;
  background: var(--real-primary-soft, #f5e6c8);
}

.calc-price-form .form-button__add .rd-icon,
.calc-price-form .form-button__add svg {
  font-size: 14px;
}

.calc-price-form .file-detail {
  position: relative;
  margin-bottom: var(--real-space-md, 12px);
}

.calc-price-form .file-detail > p:first-child,
.calc-price-form .file-detail > .file-title {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 8px;
  font-size: var(--real-font-size-md, 14px);
  font-weight: var(--real-font-weight-semibold, 600);
  color: var(--real-text, #1f2937);
  cursor: help;
}

.calc-price-form .wpcf7-form-control.wpcf7-file,
.calc-price-form input[type="file"].wpcf7-file {
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  font-size: var(--real-font-size-md, 14px);
  color: var(--real-text-muted, #6b7280);
  cursor: pointer;
  box-shadow: none !important;
}

.calc-price-form .wpcf7-form-control.wpcf7-file::file-selector-button,
.calc-price-form input[type="file"]::file-selector-button,
.calc-price-form .wpcf7-form-control.wpcf7-file::-webkit-file-upload-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: 0;
  padding: 6px 10px 6px 22px;
  margin: 0 12px 0 0;
  font-weight: var(--real-font-weight-semibold, 600);
  font-size: var(--real-font-size-md, 14px);
  color: var(--real-text, #1f2937);
  cursor: pointer;
  transition: color var(--real-transition, 160ms ease);
  background-image: url("assets/images/icon-plus.svg");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 16px 16px;
}

.calc-price-form .wpcf7-form-control.wpcf7-file:hover::file-selector-button,
.calc-price-form input[type="file"]:hover::file-selector-button,
.calc-price-form
  .wpcf7-form-control.wpcf7-file:hover::-webkit-file-upload-button {
  color: var(--primary, #d4a038);
}

.calc-price-form .wpcf7-form-control-wrap[data-name*="file"],
.calc-price-form .wpcf7-form-control-wrap[data-name*="upload"],
.calc-price-form .file-upload-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.calc-price-form .upload-hint,
.calc-price-form .file-hint {
  display: inline-flex;
  align-items: center;
  margin: 0;
  font-size: var(--real-font-size-sm, 12px);
  font-weight: var(--real-font-weight-regular, 400);
  color: var(--real-text-muted, #6b7280);
}

.calc-price-form .info-detail-upload {
  position: absolute;
  bottom: calc(100% + 8px);
  right: 0;
  width: 280px;
  max-width: calc(100vw - 40px);
  padding: 16px;
  background: var(--surface, #fff);
  border: 1px solid var(--real-border, #e5e7eb);
  border-radius: var(--real-radius-lg, 8px);
  box-shadow: var(--real-shadow-lg, 0 12px 28px rgba(17, 24, 39, 0.1));
  font-size: var(--real-font-size-sm, 12px);
  line-height: 1.55;
  color: var(--real-text, #1f2937);
  z-index: var(--real-z-dropdown, 100);
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition:
    opacity var(--real-transition, 160ms ease),
    visibility var(--real-transition, 160ms ease),
    transform var(--real-transition, 160ms ease);
  pointer-events: none;
}

.calc-price-form .info-detail-upload::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 24px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: var(--surface, #fff);
  filter: drop-shadow(0 2px 1px rgba(17, 24, 39, 0.06));
}

.calc-price-form .file-detail:hover .info-detail-upload,
.calc-price-form .file-detail:focus-within .info-detail-upload {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.calc-price-form .info-detail-upload .info-title {
  margin: 0 0 10px;
  font-size: var(--real-font-size-md, 14px);
  font-weight: var(--real-font-weight-bold, 700);
  color: var(--real-text, #1f2937);
  display: flex;
  align-items: center;
  gap: 6px;
}

.calc-price-form .info-detail-upload p {
  margin: 0 0 8px;
  color: var(--real-text-muted, #6b7280);
}

.calc-price-form .info-detail-upload p:last-child {
  margin-bottom: 0;
}

.calc-price-form .info-detail-upload .upload-demo-file {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px dashed var(--real-border, #e5e7eb);
}

.calc-price-form .info-detail-upload .upload-demo-file a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: var(--real-font-size-md, 14px);
  font-weight: var(--real-font-weight-semibold, 600);
  color: var(--primary, #d4a038);
  text-decoration: none;
}

.calc-price-form .info-detail-upload .upload-demo-file a::before {
  content: "↓";
  font-size: 14px;
  font-weight: 700;
}

.calc-price-form .info-detail-upload .upload-demo-file a:hover {
  text-decoration: underline;
}

@media (max-width: 549px) {
  .calc-price-form .quote-pair > .col:last-child {
    max-width: 160px;
  }

  .calc-step .form-row {
    display: flex;
    align-items: center;
  }

  .calc-step .form-row label {
    min-width: 130px;
  }

  .calc-step .form-row input {
    margin: 0;
  }


  .calc-price-form .quote-pair .row-collapse > .col:first-child {
    min-width: 80px;
  }
}

.calc-price-form .wpcf7-submit {
  width: 100%;
  height: 48px;
  font-weight: var(--real-font-weight-bold, 700);
  font-size: var(--real-font-size-md, 14px);
  letter-spacing: 0.3px;
}

.calc-price-form .wpcf7-not-valid-tip {
  font-size: var(--real-font-size-sm, 12px);
  margin-top: 4px;
}

.calc-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--real-space-md, 12px);
  margin-top: var(--real-space-lg, 16px);
  padding-top: var(--real-space-md, 12px);
  border-top: 1px solid var(--real-border, #e5e7eb);
}

.calc-nav .calc-steps {
  margin: 0;
  padding: 0;
  border: 0;
}

.calc-nav__btn {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--surface, #fff);
  color: var(--real-text, #1f2937);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: all var(--real-transition, 160ms ease);
  box-shadow: none;
}

.calc-nav__btn:hover:not(:disabled) {
  color: var(--primary, #d4a038);
}

.calc-nav__btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.calc-nav__btn i {
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 549px) {
  .calc-price > * + * {
    margin-top: var(--real-space-md, 12px);
  }

  .calc-head__media {
    width: 60px;
    height: 60px;
  }

  .calc-head__price {
    font-size: var(--real-font-size-lg, 16px);
  }

  .calc-steps__item + .calc-steps__item {
    margin-left: 20px;
  }

  .calc-steps__item + .calc-steps__item::before {
    width: 16px;
  }

  .calc-steps__label {
    display: none;
  }

  .calc-price .shop_table th {
    width: 50%;
  }

  .calc-nav__btn--next span {
    font-size: var(--real-font-size-sm, 12px);
  }
}


.qr-payment {
  margin: 30px 0;
  max-width: 500px;
}
.qr-payment .box {
  margin-bottom: 20px;
}
.qr-payment .box-image {
  text-align: center;
  padding: 20px 20px 10px;
  background: linear-gradient(
    135deg,
    var(--surface-brand-pale) 0%,
    var(--surface-brand-pale-alt) 100%
  );
}
.qr-payment .box-image img {
  max-width: 280px;
  width: 100%;
  border-radius: 8px;
}
.qr-payment .box-text {
  padding-top: 0;
}
.qr-payment .shop_table {
  margin-bottom: 0;
}
.qr-payment .shop_table td:last-child {
  text-align: right;
}
.qr-payment .copy-qr {
  margin-bottom: 0;
  margin-inline-start: 8px;
}
.qr-payment .row-slider .col {
  width: 100%;
}
.qr-payment .row-slider .box {
  margin-bottom: 0;
}
.qr-payment .flickity-viewport {
  height: auto !important;
  overflow: visible;
}
.qr-payment .flickity-slider {
  position: relative !important;
}
.qr-payment .flickity-slider > .col {
  position: relative !important;
  left: 0 !important;
  display: none;
}
.qr-payment .flickity-slider > .col.is-selected {
  display: block;
}


@keyframes shimmerFill {
  0% {
    left: -100%;
  }

  to {
    left: 100%;
  }
}

@keyframes qbNoticeIn {
  0% {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes qbContentFadeIn {
  0% {
    opacity: 0;
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes qbBounce {
  0%,
  80%,
  to {
    transform: scale(0.5);
    opacity: 0.5;
  }

  40% {
    transform: scale(1);
    opacity: 1;
  }
}


.quickbuy-panel {
  padding: 10px 0;
}

.quickbuy-panel > .quickbuy-form > .row {
  align-items: flex-start;
}

.quickbuy-gallery {
  position: relative;
}

@media screen and (max-width: 849px) {
  .quickbuy-panel.is-step-1 .quickbuy-gallery,
  .quickbuy-panel.is-step-2 .quickbuy-gallery {
    display: none;
  }
}

@media screen and (max-width: 551px) {
  #quickbuy-lightbox .quickbuy-gallery-split__thumbs {
    display: none;
  }
}

@media screen and (min-width: 850px) {
  #quickbuy-lightbox .product-gallery-slider img {
    height: 379px;
    width: 379px;
    object-fit: scale-down;
  }

  .quickbuy-gallery {
    position: sticky;
    top: 0;
    min-height: 420px;
  }
}

#quickbuy-lightbox .payment_methods.methods p {
  display: none;
}

#quickbuy-lightbox
  .product-thumbnails.row
  > div:not(.col):not([class^="col-"]):not([class*=" col-"]) {
  width: calc(100% - 6px) !important;
}

#quickbuy-lightbox .product-thumbnails .col {
  max-width: 70px !important;
  flex-basis: 70px !important;
}

.quickbuy-product-title {
  display: block;
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--heading);
}

.quickbuy-price ins,
.quickbuy-price ins .woocommerce-Price-amount.amount {
  font-size: 22px !important;
}

.quickbuy-feature-info {
  margin: 0 0 14px;
  padding: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--text, #555);
}

.quickbuy-feature-info p:last-child {
  margin-bottom: 0;
}

.quickbuy-feature-info ol,
.quickbuy-feature-info ul {
  margin: 4px 0;
  padding-left: 20px;
}

.quickbuy-feature-info li {
  margin-bottom: 2px;
}

.quickbuy-steps {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.quickbuy-steps__item {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  outline: 0;
}

.quickbuy-steps__item + .quickbuy-steps__item {
  margin-left: 28px;
}

.quickbuy-steps__item + .quickbuy-steps__item::before {
  content: "";
  position: absolute;
  right: calc(100% + 4px);
  top: 50%;
  width: 24px;
  height: 2px;
  background: var(--border, #e1e1e1);
  transform: translateY(-50%);
  transition: background 0.3s ease;
}

.quickbuy-steps__item.is-active + .quickbuy-steps__item::before,
.quickbuy-steps__item.is-done + .quickbuy-steps__item::before {
  background: var(--primary);
}

.quickbuy-steps__dot {
  position: relative;
  z-index: 1;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--white, #fff);
  border: 2px solid var(--border, #e1e1e1);
  color: var(--text, #777);
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  transition: all 0.25s ease;
}

.quickbuy-steps__item.is-active .quickbuy-steps__dot {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white, #fff);
  box-shadow: 0 0 0 4px rgba(227, 0, 25, 0.15);
}

.quickbuy-steps__item.is-done .quickbuy-steps__dot {
  background: var(--primary);
  border-color: var(--primary);
  color: transparent;
  font-size: 0;
}

.quickbuy-steps__item.is-done .quickbuy-steps__dot::before {
  content: "✓";
  color: var(--white, #fff);
  font-size: 13px;
  font-weight: 700;
}

.quickbuy-steps__item:focus-visible .quickbuy-steps__dot {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
}

.quickbuy-slider {
  position: relative;
  width: 100%;
  margin: 0;
  flex: 1 1 auto;
}

.quickbuy-slider .flickity-viewport {
  transition: height 0.35s ease;
}

.quickbuy-step {
  width: 100%;
  padding: 0 4px;
}

.quickbuy-step--info .form-row {
  margin-bottom: 12px;
}

.quickbuy-variations {
  margin: 10px 0 0;
}

.quickbuy-quantity {
  margin-bottom: 15px;
}

.quickbuy-quantity label {
  display: block;
  margin-bottom: 8px;
}

.quickbuy-quantity .quantity,
.quickbuy-steps li {
  margin-bottom: 0;
}

.quickbuy-totals {
  margin-bottom: 24px;
}

.quickbuy-totals .shop_table {
  margin: 0;
}

.quickbuy-totals .shop_table tr[hidden] {
  display: none !important;
}

.quickbuy-totals .shop_table td,
.quickbuy-totals .shop_table th {
  font-size: 14px;
}

.quickbuy-totals .order-total strong {
  color: var(--primary);
}

.quickbuy-nav {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 20px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  width: 100%;
}

.quickbuy-nav-btn {
  color: var(--heading, #333);
  cursor: pointer;
  transition: all 0.2s ease;
}

.quickbuy-nav-btn i {
  font-size: 22px;
  line-height: 1;
}

.quickbuy-nav-btn:hover:not(:disabled) {
  color: var(--secondary, #fff);
}

.quickbuy-nav-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.quickbuy-nav-btn:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(227, 0, 25, 0.2);
}

.quickbuy-submit {
  margin: 0;
  min-height: 44px;
  padding: 0 22px;
  white-space: nowrap;
}

.quickbuy-nav .quickbuy-submit:not([hidden]) {
  flex: 1;
}

.quickbuy-nav [hidden] {
  display: none !important;
}

.quickbuy-submit:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

@media (max-width: 549px) {
  .quickbuy-nav {
    gap: 10px;
  }

  .quickbuy-nav-btn {
    width: 40px;
    height: 40px;
  }

  .quickbuy-steps__item + .quickbuy-steps__item {
    margin-left: 20px;
  }

  .quickbuy-steps__item + .quickbuy-steps__item::before {
    width: 16px;
  }
}

.quickbuy-coupons {
  margin: 20px 0;
  padding-top: 15px;
  border-top: 1px dashed var(--shadow);
}

.quickbuy-coupons .widget-title {
  margin-bottom: 12px;
}

.quickbuy-coupons-slider {
  margin: 0-8px;
}

.quickbuy-coupon {
  width: 180px !important;
  padding: 0 8px;
  box-sizing: border-box;
}

.quickbuy-coupon-btn {
  margin-bottom: 0;
  min-height: 72px;
  line-height: 1.4;
  white-space: normal;
}

.quickbuy-coupon-btn strong {
  display: block;
}

.quickbuy-coupons-slider .flickity-prev-next-button {
  top: 50%;
  width: 28px;
  height: 28px;
  background: var(--white);
  box-shadow: 0 2px 6px var(--overlay-black-10);
}

.quickbuy-coupons-slider .flickity-prev-next-button.previous {
  left: -10px;
}

.quickbuy-coupons-slider .flickity-prev-next-button.next {
  right: -10px;
}

@media (max-width: 768px) {
  .quickbuy-coupon {
    width: calc(50% - 10px);
  }
}

@media (max-width: 480px) {
  .quickbuy-coupon {
    width: calc(100% - 10px);
  }
}

input.quickbuy-wholesale-enable {
  margin: 0;
  position: relative;
  top: 1px;
}

.buttons-quickbuy a {
  padding: 10px;
}

.buttons-quickbuy a .btn-text {
  font-size: 18px;
}

.buttons-quickbuy a:hover {
  background: var(--secondary) !important;
}

.buttons-quickbuy a:hover span {
  color: var(--white);
}

.buttons-quickbuy a .btn-desc {
  font-weight: normal;
}

.quickbuy-wholesale-content {
  padding: 10px;
  font-weight: 400;
}

.quickbuy-wholesale .nav {
  margin-bottom: 0;
}

.quickbuy-wholesale .nav > li {
  margin: 0 0 8px;
}

.quickbuy-wholesale label input[type="radio"] {
  margin: 0 6px 0 0;
  position: relative;
  top: 1px;
}

.quickbuy-shipping-progress {
  position: relative;
  margin: 15px 0;
  padding: 30px;
  background: linear-gradient(
    135deg,
    rgba(227, 0, 25, 0.04) 0,
    rgba(122, 156, 89, 0.08) 100%
  );
  border: 1px solid rgba(227, 0, 25, 0.18);
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}

.shipping-progress-bar {
  height: 8px;
  background: rgb(153 204 51/20%);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 8px;
}

.shipping-progress-fill {
  height: 100%;
  background: linear-gradient(
    90deg,
    var(--primary, #e30019),
    var(--success, #7a9c59)
  );
  border-radius: 4px;
  transition: width 0.4s ease;
  position: relative;
  overflow: hidden;
}

.shipping-progress-fill::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0,
    rgba(255, 255, 255, 0.4) 50%,
    transparent 100%
  );
  animation: shimmerFill 2s ease-in-out infinite;
}

.shipping-progress-fill.qualified {
  background: linear-gradient(
    90deg,
    var(--success, #7a9c59),
    var(--success, #4caf50)
  );
}

.shipping-progress-message {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--heading);
}

.shipping-progress-message svg {
  flex-shrink: 0;
  color: var(--primary, #e30019);
}

.shipping-progress-message.success {
  font-weight: 600;
  background-color: transparent !important;
}

.shipping-progress-message.success svg {
  color: var(--success, #7a9c59);
}

.shipping-message-text {
  flex: 1;
}

.quickbuy-notice {
  margin-bottom: 15px;
  animation: qbNoticeIn 0.25s ease both;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.quickbuy-notice.is-fading {
  opacity: 0;
  transform: translateY(-4px);
}

.quickbuy-loading {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 30px;
  background: var(--white, #fff);
  border-radius: inherit;
  z-index: 15;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
}

.quickbuy-loading.is-hiding {
  opacity: 0;
  visibility: hidden;
}

.quickbuy-loading p {
  margin: 0;
  color: var(--text, #777);
  font-size: 13px;
}

.quickbuy-content {
  transition: opacity 0.3s ease;
}

.quickbuy-content.is-preparing {
  opacity: 0;
  pointer-events: none;
}

.quickbuy-content.is-ready {
  animation: qbContentFadeIn 0.35s ease both;
}

.quickbuy-submit-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: inherit;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
}

.quickbuy-submit-overlay[hidden] {
  display: none;
}

.quickbuy-submit-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.quickbuy-submit-overlay__inner {
  text-align: center;
  padding: 30px;
  max-width: 340px;
}

.quickbuy-submit-overlay__spinner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 18px;
}

.quickbuy-submit-overlay__spinner span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--primary);
  animation: qbBounce 1.2s infinite ease-in-out both;
}

.quickbuy-submit-overlay__spinner span:nth-child(1) {
  animation-delay: -0.32s;
}

.quickbuy-submit-overlay__spinner span:nth-child(2) {
  animation-delay: -0.16s;
}

.quickbuy-submit-overlay__message {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 600;
  color: var(--heading, #222);
}

.quickbuy-submit-overlay__hint {
  margin: 0;
  color: var(--text, #888);
  font-size: 13px;
}

.quickbuy-quantity {
  display: flex;
  align-items: center;
  gap: 20px;
}

.quickbuy-quantity label {
  margin: 0;
}

.quickbuy-quantity .quickbuy-qty-input {
  font-size: 21px !important;
  font-weight: bold;
  line-height: 1;
}



.real-captcha-provider {
	margin: 12px 0;
}

.real-flashsale-placeholder {
	padding: 12px;
	border: 1px dashed #c3c4c7;
	background: #f6f7f7;
	font-size: 13px;
}

#series-related-section .shop_table {
  margin-bottom: 0;
}

#series-related-section .product-thumbnail {
  width: 90px;
  min-width: 90px;
}

#series-related-section .product-thumbnail img {
  width: 74px;
  height: 74px;
  object-fit: cover;
}

#series-related-section .product-name .row {
  flex-wrap: nowrap;
}

#series-related-section .product-name .star-rating {
  margin: 6px 0;
}

#series-related-section .product-name .sku_wrapper {
  display: block;
  font-size: 13px;
  opacity: 0.7;
}

#series-related-section .product-stock .stock {
  margin: 0;
}

#series-related-section .product-quantity .quantity {
  margin: 0;
}

#series-related-section .product-action .button {
  margin-bottom: 0;
}

#series-related-section .add-to-cart-btn.loading,
#series-related-section .buy-now-btn.loading {
  opacity: 0.6;
  pointer-events: none;
}


.rdv-video-cell {
  position: relative;
  background: transparent;
  width: 100%;
}

.rdv-video-frame {
  position: relative;
  width: 100%;
  height: 0;

  background: #0e0e0e;
  overflow: hidden;
}

.rdv-video-poster {
  position: absolute;
  inset: 0;
  display: block;
  background-color: #0e0e0e;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  transition: filter 0.2s ease;
}
.rdv-video-poster:hover {
  filter: brightness(1.04);
}
.rdv-video-poster:focus-visible {
  outline: 2px solid var(--fs-color-primary, #1e8cff);
  outline-offset: -2px;
}
.rdv-video-poster.is-active {
  cursor: default;
  background: #000;
}
.rdv-video-poster.is-active .rdv-video-play,
.rdv-video-poster.is-active .rdv-video-badge,
.rdv-video-poster.is-active .rdv-video-placeholder {
  display: none;
}
.rdv-video-poster iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.rdv-video-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.rdv-video-placeholder {
  position: absolute;
  inset: 0;
  display: block;
  background:
    radial-gradient(
      circle at 30% 20%,
      rgba(255, 255, 255, 0.08),
      transparent 60%
    ),
    linear-gradient(135deg, #1a1a1a 0%, #333 100%);
  pointer-events: none;
}
.platform-tiktok .rdv-video-placeholder {
  background:
    radial-gradient(
      circle at 70% 30%,
      rgba(254, 44, 85, 0.25),
      transparent 60%
    ),
    linear-gradient(135deg, #000 0%, #1a1a1a 100%);
}
.platform-instagram .rdv-video-placeholder {
  background:
    radial-gradient(
      circle at 30% 30%,
      rgba(245, 133, 41, 0.4),
      transparent 60%
    ),
    linear-gradient(135deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);
}
.platform-facebook .rdv-video-placeholder {
  background:
    radial-gradient(
      circle at 30% 30%,
      rgba(24, 119, 242, 0.3),
      transparent 60%
    ),
    linear-gradient(135deg, #0d141f 0%, #1877f2 100%);
}
.platform-youtube .rdv-video-placeholder {
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 0, 0, 0.25), transparent 65%),
    linear-gradient(135deg, #2a0000 0%, #1a1a1a 100%);
}

.rdv-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.78);
  border-radius: 8px;
  pointer-events: none;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  transition: transform 0.2s ease;
}
.platform-youtube .rdv-video-play {
  background-color: #ff0000;
}
.platform-tiktok .rdv-video-play {
  background-color: #fe2c55;
}
.platform-instagram .rdv-video-play {
  background-color: #e1306c;
}
.platform-facebook .rdv-video-play {
  background-color: #1877f2;
}
.rdv-video-poster:hover .rdv-video-play {
  transform: translate(-50%, -50%) scale(1.08);
}
.rdv-video-play-icon {
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
}

.rdv-video-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 3px 8px;
  border-radius: 4px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}
.rdv-video-badge.platform-youtube {
  background: #ff0000;
}
.rdv-video-badge.platform-tiktok {
  background: #000;
}
.rdv-video-badge.platform-instagram {
  background: #e1306c;
}
.rdv-video-badge.platform-facebook {
  background: #1877f2;
}

.rdv-video-title {
  display: block;
  margin: 8px 0 0;
  padding: 0 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--fs-color-primary, #222);
  text-align: center;
}

.rdv-video-empty {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  background: repeating-linear-gradient(
    45deg,
    #f5f5f5,
    #f5f5f5 10px,
    #ebebeb 10px,
    #ebebeb 20px
  );
  border: 2px dashed #c8c8c8;
  border-radius: 8px;
  color: #666;
  text-align: center;
  cursor: default;
}
.rdv-video-empty[data-variant="invalid"] {
  background: repeating-linear-gradient(
    45deg,
    #fef0f0,
    #fef0f0 10px,
    #fce4e4 10px,
    #fce4e4 20px
  );
  border-color: #f0a8a8;
  color: #b94a48;
}
.rdv-video-empty-icon {
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  color: #999;
}
.rdv-video-empty[data-variant="invalid"] .rdv-video-empty-icon {
  color: #d9534f;
}
.rdv-video-empty-message {
  font-size: 12px;
  line-height: 1.35;
  font-weight: 500;
  max-width: 220px;
}

.rdv-video-cell.has-testimonial {
  padding-bottom: 4px;
}
.rdv-video-testimonial {
  padding: 12px 4px 4px;
  text-align: left;
}
.rdv-video-testimonial.align-center {
  text-align: center;
}
.rdv-video-testimonial.align-right {
  text-align: right;
}

.rdv-video-testimonial-meta {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 8px;
}
.rdv-video-testimonial-name {
  font-weight: 700;
  color: var(--fs-color-primary, #222);
}
.rdv-video-testimonial-divider {
  color: #999;
  margin: 0 4px;
}
.rdv-video-testimonial-position {
  color: #777;
  font-weight: 400;
}

.rdv-video-testimonial .star-rating {
  display: inline-block;
  margin: 0 0 10px;
  font-size: 14px;
}
.rdv-video-testimonial.align-center .star-rating {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.rdv-video-testimonial.align-right .star-rating {
  margin-left: auto;
}

.rdv-video-testimonial-text {
  font-style: italic;
  font-size: 14px;
  line-height: 1.55;
  color: #444;
  margin: 0;
}
.rdv-video-testimonial.style-normal .rdv-video-testimonial-text {
  font-style: normal;
}
.rdv-video-testimonial.size-small .rdv-video-testimonial-text {
  font-size: 13px;
  line-height: 1.5;
}
.rdv-video-testimonial.size-large .rdv-video-testimonial-text {
  font-size: 16px;
  line-height: 1.6;
}
.rdv-video-testimonial-text > p {
  margin: 0 0 8px;
}
.rdv-video-testimonial-text > p:last-child {
  margin-bottom: 0;
}

.video-lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  padding: 20px;
  animation: rdv-lb-fade 0.18s ease-out;
}
@keyframes rdv-lb-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.video-lightbox-frame {
  position: relative;
  width: min(960px, 100%);
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}
.video-lightbox-frame.is-vertical {
  width: min(420px, 92vw);
  aspect-ratio: 9 / 16;
}
.video-lightbox-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.video-lightbox-close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 32px;
  height: 32px;
  background: transparent;
  color: #fff;
  border: 0;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}
.video-lightbox-close:hover {
  color: #ddd;
}


.wishlist-header .wishlist-icon {
  position: relative;
}

.wishlist-header .wishlist-icon.has-products::after {
  content: attr(data-icon-label);
  position: absolute;
  top: -10px;
  right: -11px;
  background-color: var(--alert) !important;
  color: var(--white);
  font-size: 10px;
  font-weight: 600;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
}

.cart .wishlist-style--button {
  color: var(--primary);
}

.wishlist-toggle.wishlist-style--icon {
  transition: all 0.3s ease;
}

.wishlist-toggle.wishlist-style--icon.primary {
  color: var(--primary) !important;
  background: var(--bg-hover) !important;
}

.wishlist-toggle.wishlist-style--icon.primary svg {
  fill: var(--primary);
}

.wishlist-toggle.heartbeat svg,
.wishlist-toggle.heartbeat i {
  animation: realdev-heartbeat 0.6s ease-in-out;
}

@keyframes realdev-heartbeat {
  0%,
  100% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.3);
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.3);
  }
}

.wishlist-toggle.wishlist-style--button.primary:hover {
  opacity: 0.9;
}

.wishlist-toggle.wishlist-style--button > i {
  margin-right: 8px;
}

.wishlist-toggle.wishlist-style--button.loading {
  opacity: 0.7;
  pointer-events: none;
}

.wishlist-toggle.wishlist-style--button.heartbeat > i,
.wishlist-toggle.wishlist-style--button.loading > i {
  animation: realdev-heartbeat 0.6s ease-in-out infinite;
}

.woocommerce-cart-form .product-quantity .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.woocommerce-cart-form .product-quantity .buttons .button {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .woocommerce-cart-form .product-quantity .buttons {
    flex-direction: column;
  }
}


.btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 48px;
  background-color: var(--brand-youtube);
  border-radius: 8px;
}
.btn-play .icon-play {
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
}
.btn-play .icon-play:before {
  content: none;
}
.box-youtube-item img {
  border-radius: 8px;
}
.box-youtube-item a {
  display: flex;
  margin-bottom: 13px;
  gap: 10px;
  font-size: 15px;
  align-items: center;
  background: var(--white);
  border-radius: 8px;
  position: relative;
  border: 1px solid var(--border);
}
.youtube-title {
  flex: 1;
  padding: 15px;
  max-height: 66px;
}
.youtube-layout-large-center .list-small {
  padding-bottom: 0;
}
.youtube-layout-large-right .large-5 .box-img,
.youtube-layout-large-left .large-5 .box-img,
.youtube-layout-large-center .list-small .box-img {
  max-width: 31%;
  flex-basis: 31%;
  position: relative;
}
.youtube-layout-large-right .large-5 .btn-play,
.youtube-layout-large-left .large-5 .btn-play,
.youtube-layout-large-center .list-small .btn-play {
  width: 40px;
  height: 30px;
}
.youtube-layout-large-right .large-5 .icon-play,
.youtube-layout-large-left .large-5 .icon-play,
.youtube-layout-large-center .list-small .icon-play {
  border-width: 7px 0 7px 15px;
}
.youtube-layout-large-right .large-5 .open-video {
  flex-direction: row-reverse;
}
.youtube-layout-large-right .large-7 a,
.youtube-layout-large-left .large-7 a {
  flex-direction: column;
  font-weight: bold;
  font-size: 16px;
  gap: 0;
}
.youtube-layout-large-right .large-5 .open-video .youtube-title {
  padding-left: 10px;
}
.youtube-layout-large-right .large-7 .youtube-title,
.youtube-layout-large-left .large-7 .youtube-title,
.youtube-layout-main .youtube-title {
  display: none;
}
.home-sec-videos .section-title,
.home-sec-fair .section-title {
  font-size: 32px;
  line-height: 1;
  margin: 0;
  color: var(--primary);
  justify-content: center;
  align-items: flex-end;
}
.home-sec-videos p,
.home-sec-fair p {
  margin-bottom: 0;
}
.home-sec-videos b,
.home-sec-fair b {
  background-color: currentColor !important;
  max-width: 50px;
  opacity: 0.8;
  position: relative;
  top: -6px;
}
.home-row-fair .col .col {
  padding-left: 0;
  padding-right: 0;
}
.home-row-fair .box {
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 551px) {
  .youtube-layout-large-right .large-7,
  .youtube-layout-large-left .large-7 {
    padding-bottom: 0;
  }
  .youtube-title {
    padding: 2px;
  }
}
