@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0%,
  to {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
  }

  50% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes animate-arrow-1 {
  0% {
    transform: translateY(-40px);
    opacity: 0;
  }

  70%,
  to {
    transform: translateY(0);
    opacity: 0.3;
  }
}

@keyframes animate-arrow-2 {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }

  70%,
  to {
    transform: translateY(0);
    opacity: 0.5;
  }
}

@keyframes animate-arrow-3 {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }

  70%,
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes rdFieldErrorIn {
  0% {
    opacity: 0;
    transform: translateY(-3px);
  }

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

::-webkit-scrollbar {
  display: block;
  width: 5px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: 0 0;
}

::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--scrollbar-thumb-hover);
}

::-webkit-scrollbar-track-piece:end {
  background: 0 0;
  margin-bottom: 10px;
}

::-webkit-scrollbar-track-piece:start {
  background: 0 0;
  margin-top: 130px;
}

body {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
    Cantarell, "Helvetica Neue", sans-serif;
}

body * {
  letter-spacing: unset !important;
}

#main {
  background-color: var(--real-reset-hex-f2f4f7);
}

a {
  text-decoration: none !important;
}
.col-inner > .img:not(:last-child),
.col > .img:not(:last-child) {
  margin-bottom: 9px !important;
}
.header-vertical-menu .header-vertical-menu__title,
.page-title-inner .last {
  font-weight: 400;
}

#breadcrumbs,
.nav > li > a,
.toggle i,
body {
  font-size: 15px;
}

.nav-line-bottom > li > a:before,
.nav-line-grow > li > a:before,
.nav-line > li > a:before {
  height: 2px;
}

.header,
.header-wrapper,
.nav-sidebar.nav-vertical > li.menu-item.active,
.nav-sidebar.nav-vertical > li.menu-item:hover,
.off-canvas-left .mfp-content,
.off-canvas-right .mfp-content {
  background: var(--white);
}

.footer-1,
.footer-2,
.nav-sidebar.nav-vertical > li + li,
.section-title-normal,
.section-title-normal span,
.slider-nav-circle .flickity-prev-next-button .arrow,
.slider-nav-circle .flickity-prev-next-button svg,
.widget > ul > li + li,
footer.entry-meta,
ul.menu > li + li {
  border: 0;
}

table {
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
}

table th,
table td {
  padding: 15px 10px !important;
  font-size: 15px;
  border-bottom: 1px solid var(--border);
  border-right: 1px solid var(--border);
}

table th {
  color: var(--heading);
  text-transform: capitalize;
  white-space: nowrap;
}

table td {
  color: var(--text);
}

table tr:last-child td {
  border-bottom: none;
}

table tr td:last-child,
table tr th:last-child {
  border-right: unset;
}

.flickity-page-dots .dot {
  border: 0;
  background: var(--real-reset-hex-d3e3f3);
  opacity: 1;
  width: 10px;
  height: 10px;
}

#main .flickity-page-dots {
  top: unset;
  bottom: 10px;
  left: 10px;
  right: unset;
}

.slider-nav-light .flickity-page-dots .dot.is-selected,
.slider-nav-light.slider-nav-dots-simple .flickity-page-dots .dot {
  background-color: var(--second);
}

.header-vertical-menu a,
.home-menu li a,
.nav-column > li > a,
.nav-vertical-fly-out > li > a,
.nav-vertical > li > ul li a,
.nav > li > a,
.off-canvas .nav-vertical > li > a {
  color: var(--text);
}

.author-tabs li.active a,
.author-tabs li.active button,
.author-topics-list li a:hover,
.box-text.text-left,
.breadcrumbs a,
.off-canvas .nav-vertical > li > a:hover,
.widget-categories li:hover a {
  color: var(--primary);
}

.accordion-title {
  display: flex !important;
  justify-content: space-between;
  padding: 10px;
  border: 0;
  line-height: 1.2;
  align-items: center;
  border-radius: 6px 6px 0 0;
  font-size: 15px;
  background: var(--light);
}

.accordion .toggle {
  position: unset;
  order: 1;
}

.accordion .toggle i:before {
  content: "+";
  font-size: 16px;
}

.accordion .active .toggle i:before {
  content: var(--icon-minus, "\f068");
  font-family: var(--icon-minus-font, var(--icon-family, "Font Awesome 6 Pro"));
  font-weight: var(--icon-weight, 900);
}

.accordion-inner {
  border: 1px solid var(--light);
  border-radius: 0 0 6px 6px;
  font-size: 15px;
  padding: 1rem;
}

.accordion-item,
.blog-post-inner .post-title,
.entry-content p {
  margin-bottom: 10px;
}

.box-sidebar-list li {
  list-style: none;
  margin-left: 0 !important;
}

.box-sidebar-list li i {
  color: var(--primary);
  font-size: 16px;
}

.box-sidebar-list li a span {
  color: var(--real-reset-hex-22343e);
}

.box-sidebar-list li a,
.box-sidebar-list li {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0;
  padding: 5px 0px;
  color: var(--text);
}

.box-sidebar-list,
.box-sidebar-list li:last-child {
  margin-bottom: 0;
}

.box-sidebar-list img {
  width: 15px;
  height: 15px;
}

.box-sidebar-list li a:hover {
  color: var(--link);
}

.nav-dropdown-has-border .nav-dropdown {
  border: 1px solid var(--light);
  border-radius: 5px;
}

.mfp-container,
.nav-dropdown-default {
  padding: 5px;
}

.nav-dropdown-has-arrow li.has-dropdown:before {
  border-width: 10px;
  margin-left: -10px;
}

.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before {
  border-bottom-color: var(--light);
}

.nav-column li > a,
.nav-dropdown > li > a {
  font-size: 15px;
  color: var(--text);
}

.button.is-outline,
input[type="button"].is-outline,
input[type="reset"].is-outline,
input[type="submit"].is-outline {
  font-size: 14px;
  font-weight: 500;
  border-width: 1px;
  padding: 4px 16px;
}

.box img,
.button,
button,
fieldset,
input,
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  border-radius: 6px;
}

.select-resize-ghost,
.select2-container .select2-selection,
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  border-color: var(--border);
  box-shadow: unset;
}

#wrapper {
  min-height: 100vh;
}

.absolute-footer.dark {
  background: var(--white);
  color: var(--text);
  padding: 8px;
  font-size: 13px;
}

.breadcrumbs .last,
.breadcrumbs a,
.breadcrumbs span {
  font-weight: normal;
  color: var(--text);
}

.archive-loading[hidden],
.author-tab-content,
.header-vertical-menu .header-vertical-menu__opener i,
.header-vertical-menu a i,
.hidden-topic,
.home-menu li a i,
.is-divider,
.loop-product-slider .flickity-page-dots {
  display: none;
}

.filter-options[hidden],
.slider-wrapper .loading-spin {
  display: none !important;
}

.filter-toggle[aria-expanded="false"] .filter-toggle-icon--open,
.filter-toggle[aria-expanded="true"] .filter-toggle-icon--closed {
  display: none;
}

.lightbox-content {
  overflow: unset;
  border-radius: 22px;
  border-top-right-radius: 150px;
}
.social-icons .button.icon:hover svg {
  color: var(--real-reset-hex-fff) !important;
}
.page-breadcrumb a,
.page-breadcrumb p,
.page-breadcrumb span {
  color: var(--text);
  font-size: 14px;
}

.page-breadcrumb a:hover {
  color: var(--link);
}

.box-text {
  padding: 10px 0;
}

.icon-box-left,
.icon-box-right {
  align-items: center;
}

.row-box-shadow-1 .col-inner,
.row-box-shadow-1-hover .col-inner:hover {
  box-shadow: 0 0 10px var(--real-reset-hex-ececec);
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.nav-pagination > li > a,
.nav-pagination > li > span {
  background: var(--real-reset-rgba-13-84-252-0-08);
  border: 0 !important;
  line-height: 32px;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.single .entry-content,
.single .page-wrapper {
  padding-top: 0;
}

.box-category .box-text,
.category-breadcrumb .archive-page-header .col,
.row.row-main > .col {
  padding: 0;
}

button.mfp-close {
  background: var(--white);
  border-radius: 50px;
  width: 33px;
  height: 33px;
  line-height: 1;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.author .col-inner ul,
.author .col-inner ul li,
.button,
.container .row-small:not(.row-collapse),
.container .row:not(.row-collapse),
.lightbox-content .row:not(.row-collapse),
.row .gallery,
.row .row-small:not(.row-collapse),
.row .row:not(.row-collapse),
.section-title-normal span,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  margin: 0;
}

.author-about-section:last-child,
.author-topics-section:last-child,
.entry-author.author-box .author-link,
.pagination-wrap .nav-pagination,
.pagination-wrapper .nav-pagination,
.row .col-inner p:last-child,
.section-title-container,
.taxonomy-description p:last-child,
.term-description p:last-child,
.widget-category-desc .textwidget p:last-child {
  margin-bottom: 0;
}

.section-title b {
  background: unset;
}

.pagination-wrap,
.pagination-wrapper,
.review-pagination,
.trending-posts-list {
  margin-top: 20px;
}

.pagination-wrap .page-number.loading,
.pagination-wrapper .page-number.loading {
  opacity: 0.6;
  pointer-events: none;
}

.wrap {
  flex-wrap: wrap;
}

.tooltipster-base {
  font-size: 13px !important;
}

.home-menu ul {
  list-style: none;
  margin: 0;
}

.home-menu li {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}

.header-vertical-menu a,
.home-menu li a {
  padding: 7px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  font-size: 15px;
}

.header-wrapper .flex-row {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.header-vertical-menu .header-vertical-menu__opener {
  background: 0 0;
  padding: 0;
  width: max-content !important;
  height: max-content;
  gap: 6px;
}

.header-vertical-menu .header-vertical-menu__fly-out {
  top: 38px;
  border-radius: 5px;
}

.header-vertical-menu .header-vertical-menu__icon {
  width: 23px;
  height: 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-menu img.ux-menu-icon {
  filter: unset !important;
}

.header-vertical-menu a img,
.home-menu li a img {
  width: 22px;
  height: 22px;
}

.home-menu .nav-dropdown {
  border: 0 !important;
  border-radius: 0;
  overflow: hidden;
  min-width: 1080px;
  top: 0;
  bottom: 0;
  min-height: 367px;
  left: 220px !important;
  z-index: 99;
  box-shadow: unset !important;
  border-left: 1px solid var(--real-reset-rgba-207-207-207-0-23) !important;
  padding: 20px 5px !important;
}

.nav-dropdown-has-shadow .nav-dropdown {
  box-shadow: 1px 1px 15px var(--real-reset-rgba-0-0-0-0-15);
}

.nav-dropdown.nav-dropdown-default > li > a {
  border: 0 !important;
  display: inline-block !important;
}

.menu-title,
.menu-title .menu-icon {
  align-items: center;
  color: var(--primary);
}

.menu-title {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}

.menu-title .menu-icon {
  width: 23px;
  height: 23px;
  display: inline-flex;
  justify-content: center;
}

.header-vertical-menu li a:after,
.home-menu li a:after {
  content: var(--icon-chevron-right, "\f054");
  font-family: var(
    --icon-chevron-font,
    var(--icon-family, "Font Awesome 6 Pro")
  );
  font-weight: var(--icon-weight, 900);
  font-size: 12px;
  margin-left: auto;
}

.home-menu .nav-dropdown a:after {
  content: none;
}

.row,
.row .col-inner,
img {
  border-radius: 5px;
}

.pl-0,
.single .breadcrumb-wrapper .col,
.single .breadcrumb-wrapper .col-inner {
  padding-left: 0 !important;
}

.pd-half {
  padding: 15px;
}

.back-to-top {
  padding: 0 !important;
  border: 0 !important;
  color: var(--primary);
  background: var(--real-reset-hex-f0f7ff) !important;
  font-size: 20px !important;
  line-height: 1 !important;
  margin: 0 !important;
}

.back-to-top:hover {
  color: var(--second) !important;
}

a.zoom-button.button:hover {
  background: 0 0;
  color: var(--primary);
}

#logo.flex-col.logo img {
  align-self: center !important;
  margin: 0 auto;
}

.entry-content.single-page p {
  text-align: justify;
}

.term-description ol,
.term-description ul {
  padding-left: 40px !important;
  list-style-position: outside !important;
}

.term-description ol li,
.term-description ul li {
  padding-left: 5px;
}

.taxonomy-description {
  font-size: 15px;
  background: var(--white);
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 15px;
  margin-top: 15px;
  border: 1px solid var(--border);
}

.term-description-context .term-description {
  font-size: 15px;
  background: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.category-page-title .term-description {
  font-size: 15px;
  background: transparent;
  padding: 0;
  margin: 0.75rem 0 0;
  border: 0;
  border-radius: 0;
}

.menu-item-view-all a:before {
  content: var(--icon-list, "\f03a");
  font-family: var(--icon-list-font, var(--icon-family, "Font Awesome 6 Pro"));
  font-weight: var(--icon-weight, 900);
  width: 22px;
  text-align: center;
  font-size: 17px;
  opacity: 0.7;
}

.category-breadcrumb > .col,
.nav:not(.nav-slide) .active > .children,
.panel.entry-content {
  padding-bottom: 0;
}

.mobile-sidebar li a {
  font-size: 16px;
  font-weight: 400;
}

.author-detail .author-desc,
.blog-post-inner .post-title a,
.trending-post-item .trending-post-title a,
.realdev-related-posts__title,
.youtube-title,
.most-viewed-widget .realdev-related-posts__title,
.rank-math-breadcrumb p,
.featured-posts-widget .realdev-related-posts__title,
.live-search-results .search-name,
.box-category .header-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-single .row-large .col {
  padding: 0 10px !important;
}

.blog-post-inner .post-title a {
  color: var(--heading);
  min-height: 40px;
}

.author-tab-content .post-list {
  background: var(--white);
  padding: 15px 5px;
  border-radius: 10px;
}

.box-blog-post {
  border-radius: 5px;
  border: 1px solid var(--border);
  overflow: hidden;
  background: var(--white);
}

.box-blog-post .blog-post-inner {
  padding: 0 10px;
}

.footer-about-address p {
  font-size: 13px;
}

.footer-row-about .img {
  margin-bottom: 0 !important;
}

.home-sec-mall .col-right .col-inner {
  display: flex;
  gap: 50px;
  align-items: center;
}

.home-sec-mall .section-title,
.home-sec-mall .section-title span,
.home-sec-mall .col-right .col-inner .img {
  margin: 0;
  padding: 0;
}

.category-breadcrumb .col-inner,
.footer-col-support .ux-menu-link__text,
.widget-categories li {
  display: flex;
  align-items: center;
}

.footer-menu-list .ux-menu-link__link {
  padding: 0;
  font-size: 15px;
}

.rank-math-breadcrumb {
  font-size: 14px;
}

.rank-math-breadcrumb .separator {
  color: var(--primary);
  margin: 0 5px;
}

.mfp-ready .mfp-close {
  opacity: 1 !important;
  background: 0 0;
}

a.icon-remove,
a.remove {
  border-width: 1px;
  width: 20px;
  height: 20px;
}

.header-nav-list .title {
  font-size: 12px;
  font-weight: 700;
}

.header-nav-list a {
  color: var(--text-second);
  font-size: 12px;
}

.box-category .header-title {
  text-transform: capitalize;
}

.featured-post .cat-label {
  background: var(--primary);
  padding: 10px 20px;
  color: var(--white);
  font-size: 16px;
  opacity: 1;
  text-transform: capitalize;
  font-weight: 400;
  position: absolute;
  top: -40px;
  left: 0;
}

.grid-posts .cat-label {
  background: var(--real-reset-hex-ddecff);
  padding: 6px 12px;
  border-radius: 5px;
  color: var(--primary);
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 10px;
  opacity: 1;
}

.category .box-blog-post {
  background: var(--white);
}

.archive .box-blog-post .image-cover {
  padding-top: 75% !important;
}

.box-blog-post:hover .cat-label {
  color: var(--white);
  background: var(--primary);
}

.widget-categories li {
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 0;
  justify-content: space-between;
  border-radius: 10px;
}

.widget-categories li:hover {
  background: var(--real-reset-rgba-13-84-252-0-08);
  color: var(--primary);
}

.recent-search .recent-item:hover,
.widget-categories li a {
  color: var(--text);
  font-weight: 700;
}

.form-ssl-btn .form-ssl-des,
.widget-categories li .views-count {
  font-size: 12px;
}

.trending-post-item {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--real-reset-rgba-13-84-252-0-08);
  padding-bottom: 10px;
}

.trending-post-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}

.trending-post-item .trending-post-title,
.trending-post-item .trending-post-title a {
  font-size: 15px;
  color: var(--heading, var(--text));
  font-weight: 400;
}

.trending-post-item .trending-post-meta {
  font-size: 12px;
  display: flex;
  gap: 20px;
  color: var(--text-second);
}

.trending-post-item .trending-post-thumbnail img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.trending-post-content {
  max-width: calc(100% - 80px);
  flex-basis: calc(100% - 80px);
}

.trending-post-item .trending-post-title {
  line-height: 1.3;
}

.widget a,
.widget button,
.widget li a {
  font-weight: 400;
  color: var(--heading) !important;
}

#realdev-sidebar-filters .filter-toggle {
  width: 100%;
  background: var(--white) !important;
  font-size: 15px;
  border: 0;
  border-radius: 5px;
  padding: 0;
}

#realdev-sidebar-filters .accordion-inner {
  background: var(--white);
  padding: 0;
  border: 0;
}

#realdev-sidebar-filters .accordion-inner li {
  border: 0 !important;
}

#realdev-sidebar-filters .filter-group.active {
  border: 1px solid var(--border);
  border-radius: 6px;
}

.widget-filter-group {
  margin-bottom: 5px;
}

#realdev-sidebar-clear-all {
  margin-left: auto;
  display: block;
  width: max-content;
  font-size: 13px;
  color: var(--border) !important;
}

#realdev-sidebar-filter-actions {
  justify-content: end;
}

#realdev-sidebar-clear-all:hover {
  color: var(--heading) !important;
}

#realdev-layout-nav button,
#realdev-orderby-nav button {
  flex-direction: row-reverse;
  align-content: space-around;
  padding-right: 15px;
  width: 100%;
}

#realdev-layout-nav button i,
#realdev-orderby-nav button i {
  min-width: 20px;
  text-align: center;
}

.term-short-description {
  padding: 10px;
}

.term-short-description p:last-child {
  margin-bottom: 0;
}

.category-page-title .term-short-description {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

#product-related-posts,
.archive-list,
.author-tabs li,
.gallery-thumb.has-more,
form.searchform > .flex-row {
  position: relative;
}

.archive-loading {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--real-reset-rgba-255-255-255-0-75);
}

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

.category .page-wrapper,
.page-wishlist.page-wrapper {
  padding-top: 0;
}

.category-breadcrumb .page-title {
  font-size: 14px;
  line-height: 1;
  padding-left: 0;
  font-weight: 400;
}

.post-meta,
.social-icons a.icon {
  align-items: center;
  color: var(--text-second);
}

.post-meta {
  display: flex;
  line-height: 1;
  font-size: 13px;
  text-transform: capitalize;
  gap: 30px;
}

.post-meta > span {
  display: inline-flex;
  gap: 5px;
}

.realdev-blog-card-meta.post-meta {
  flex-wrap: wrap;
  gap: 6px 8px;
  text-transform: none;
  align-items: center;
  line-height: 1.35;
}

.realdev-blog-card-meta .realdev-blog-card-meta__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}

.realdev-blog-card-meta .realdev-blog-card-meta__sep {
  opacity: 0.55;
  user-select: none;
}

.realdev-blog-card-meta .realdev-blog-card-meta__item > i {
  flex-shrink: 0;
  opacity: 0.88;
  font-size: 0.92em;
}

.realdev-blog-card-meta time {
  font-variant-numeric: tabular-nums;
}

.social-icons a.icon {
  width: 37px;
  height: 37px;
  display: inline-flex;
  justify-content: center;
  border-radius: 6px !important;
}

.social-icons a.icon span svg {
  fill: var(--text-second) !important;
}

.blog-share {
  border-top: 1px solid var(--real-reset-hex-c8c8c8);
  padding-top: 30px;
  margin-top: 30px;
  text-align: end;
}

.entry-author.author-box {
  display: flex;
  gap: 20px;
  margin: 40px 0;
  padding: 20px;
  border-radius: 16px;
  background-color: var(--white);
}

.blog-author-image {
  flex-basis: 100px;
  max-width: 100px;
}

.blog-author-avatar-fallback {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  background: var(--real-reset-rgba-13-84-252-0-08);
  color: var(--primary);
  font-size: 38px;
}

.comment_container .comment-text,
.entry-author.author-box .author-detail {
  flex: 1;
}

.entry-author.author-box .author-name {
  text-transform: capitalize;
  padding-top: 0;
}

.entry-author.author-box .author-detail .author-desc {
  color: var(--text-second);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

.entry-author.author-box .author-link a {
  font-size: 14px;
  font-weight: 700;
}

.box-image img {
  border-radius: 6px 6px 0 0;
}

.box-category img {
  border-radius: 6px;
}

.widget,
#product-related-posts,
.category-page-title,
article .entry-header,
article .feature-hightlight,
article .article-inner,
.comments-context--term,
.term-description-context--term,
#realdev-related-posts,
.realdev-faq,
.comments-context--post {
  background: var(--white);
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}

#related-posts-heading,
.comment-reply-title,
.live-search-results .widget-title,
span.widget-title span,
.form-button__add .rd-icon,
.author-card h3 #reply-title,
.footer-title {
  font-size: 18px;
  display: block;
  font-weight: 600;
  color: var(--heading);
  margin-bottom: 20px;
  text-transform: capitalize;
}

.from_the_blog_excerpt {
  color: var(--text);
}

.feature-hightlight {
  position: relative;
  border-left: 4px solid var(--primary);
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary) 10%, var(--white)) 0%,
    color-mix(in srgb, var(--secondary) 8%, var(--white)) 100%
  ) !important;
  font-size: 16px;
  line-height: 1.75;
  color: var(--text);
  font-style: italic;
}

.single-page > p:first-of-type::first-letter {
  float: left;
  font-size: 4em;
  line-height: 0.85;
  font-weight: 700;
  margin: 0.05em 0.1em 0 0;
  color: var(--primary);
}

.single .page-wrapper {
  padding-top: 20px;
}

.form-flat input:not([type="submit"]),
.form-flat select,
.form-flat textarea {
  border-radius: 6px !important;
  min-height: 39px;
}

.wp-caption .wp-caption-text {
  width: max-content;
  margin: 10px auto;
  border-radius: 5px;
  padding: 3px 10px;
}

.author-meta-list li .meta-label,
.widget-author-box .author-box-posts {
  color: var(--text-second);
}

.gallery-thumbs {
  display: flex;
  gap: 4px;
}

.gallery-thumb {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.15s ease;
  flex-shrink: 0;
}

.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: 1px solid var(--border);
}

.loop-gallery-more {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--real-reset-rgba-0-0-0-0-55);
  color: var(--white);
  font-size: 11px;
  font-weight: 600;
}

.col-video .uxb-wrapper {
  cursor: pointer;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

a.button.primary:hover {
  background: var(--white);
  border-color: var(--primary);
  box-shadow: unset;
  color: var(--primary);
}

a.button:hover {
  box-shadow: unset !important;
}

a.button.secondary:hover {
  color: var(--real-reset-hex-ff932e);
  background-color: var(--white);
}

.home-sec-partner .slider-wrapper {
  border-radius: 5px;
  overflow: hidden;
  background: var(--white);
}

.box-category .header-title {
  font-weight: 400;
  font-size: 12px;
  padding-top: 3px;
  color: var(--heading);
}

.sale-cta-commit {
  display: flex;
  font-size: 16px;
  color: var(--real-reset-rgb-255-255-255);
  align-items: center;
  background: linear-gradient(to right, var(--star), var(--red));
  border-radius: 30px;
  margin: 20px 0px;
  justify-content: center;
  align-content: center;
  padding-right: 10px;
}

.sale-cta-commit img {
  padding: 0;
}

.form-sll .form-title {
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
}

.form-sll .form-des {
  text-align: center;
  font-size: 13px;
}

.form-sll .wpcf7-submit {
  margin-left: auto;
  display: block;
  margin-bottom: 0px;
  border-radius: 10px 10px 0px;
}

.wpcf7-spinner {
  bottom: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  margin: 0;
}

.widget-author-box .author-box-info {
  margin-bottom: 8px;
}

.comment-form,
.comment-form input,
.comment-form label,
.comment-form textarea {
  margin: 0;
}

.comment-form p,
.comment-form-rating {
  margin-bottom: 10px;
}

.comment-form > div,
.comment-form > p {
  padding: 0;
}

.comment-form .form-submit .submit,
.comment-form .row {
  margin-bottom: 0;
}

.comment-form .row > .col {
  padding-bottom: 0;
}

.comment-form label {
  display: inline-flex;
}

.comment-form textarea {
  min-height: 127px;
}

.comment-form .form-submit {
  margin: 0;
  padding: 0;
}

.stars a {
  color: var(--real-reset-hex-757575) !important;
  font:
    15px/20px -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Roboto",
    "Oxygen",
    "Ubuntu",
    "Cantarell",
    "Fira Sans",
    "Droid Sans",
    "Helvetica Neue",
    sans-serif;
  font-size: 13px;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  justify-content: center;
  flex: 1;
  margin: 0;
}

.stars a:after {
  font-family: inherit;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 3px;
  color: var(--border, var(--real-reset-hex-ddd));
  letter-spacing: 2px;
}

.stars a.star-1:after {
  content: "\2606";
}
.stars a.star-2:after {
  content: "\2606\2606";
}
.stars a.star-3:after {
  content: "\2606\2606\2606";
}
.stars a.star-4:after {
  content: "\2606\2606\2606\2606";
}
.stars a.star-5:after {
  content: "\2606\2606\2606\2606\2606";
}

.stars a + a {
  border: 0;
  margin: auto;
}

.stars a.active:after,
.stars a.choice:after,
.stars a:hover:after,
.stars a:focus:after {
  color: var(--star, var(--real-reset-hex-ff9f00)) !important;
}

.stars a.star-1.active:after,
.stars a.star-1:hover:after,
.stars a.star-1:focus:after {
  content: "\2605";
}

.stars a.star-2.active:after,
.stars a.star-2:hover:after,
.stars a.star-2:focus:after {
  content: "\2605\2605";
}

.stars a.star-3.active:after,
.stars a.star-3:hover:after,
.stars a.star-3:focus:after {
  content: "\2605\2605\2605";
}

.stars a.star-4.active:after,
.stars a.star-4:hover:after,
.stars a.star-4:focus:after {
  content: "\2605\2605\2605\2605";
}

.stars a.star-5.active:after,
.stars a.star-5:hover:after,
.stars a.star-5:focus:after {
  content: "\2605\2605\2605\2605\2605";
}

.star-rating {
  font-family: inherit !important;
  font-size: 16px;
  width: 5.4em;
  line-height: 1;
  margin: 0 !important;
}

.star-rating::before {
  content: "\2605\2605\2605\2605\2605" !important;
  color: var(--color-warning);
  opacity: 1;
  font-family: inherit !important;
  letter-spacing: 0.08em;
  position: absolute;
  top: 0;
  left: 0;
}

.star-rating span::before {
  content: "\2605\2605\2605\2605\2605" !important;
  color: var(--color-warning);
  opacity: 1;
  font-family: inherit !important;
  letter-spacing: 0.08em;
  position: absolute;
  top: 0;
  left: 0;
}

.star-rating span {
  position: absolute;
  top: 0;
  left: 0;
  height: 1em;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.comment-form-rating .stars a {
  font-size: 13px !important;
}

.comment-form-rating .stars a:after {
  width: 15px;
}

p.stars {
  max-width: 400px;
  margin: 10px auto;
  display: flex;
  align-items: center;
}

input[type="checkbox"]:not(.screen-reader-text):not(.no-toggle),
input[type="radio"]:not(.screen-reader-text):not(.no-toggle) {
  position: relative !important;
  display: inline-block !important;
  flex: 0 0 36px;
  width: 36px !important;
  height: 20px !important;
  min-width: 36px;
  margin: 0;
  padding: 0;
  background: var(--border) !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 20px !important;
  outline: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
  vertical-align: middle;
  opacity: 1 !important;
  visibility: visible !important;
  clip: auto !important;
  clip-path: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  transition: background 0.25s ease;
}

input[type="checkbox"]:not(.screen-reader-text):not(.no-toggle)::before,
input[type="radio"]:not(.screen-reader-text):not(.no-toggle)::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 1px 3px var(--real-reset-rgba-0-0-0-0-2);
  transform: translateX(0);
  transition: transform 0.25s ease;
}

input[type="checkbox"]:not(.screen-reader-text):not(.no-toggle):checked,
input[type="radio"]:not(.screen-reader-text):not(.no-toggle):checked {
  background: var(--primary) !important;
  background-image: none !important;
}

input[type="checkbox"]:not(.screen-reader-text):not(.no-toggle):checked::before,
input[type="radio"]:not(.screen-reader-text):not(.no-toggle):checked::before {
  transform: translateX(16px);
  background: var(--white);
}

input[type="checkbox"]:not(.screen-reader-text):not(.no-toggle):focus-visible,
input[type="radio"]:not(.screen-reader-text):not(.no-toggle):focus-visible {
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--primary) 25%, transparent) !important;
}

input[type="checkbox"]:not(.screen-reader-text):not(.no-toggle):disabled,
input[type="radio"]:not(.screen-reader-text):not(.no-toggle):disabled {
  cursor: not-allowed;
  opacity: 0.5 !important;
}

.upload-button:focus-within,
.upload-button:hover {
  color: var(--primary);
  border-color: var(--primary);
}

.comment_container img.avatar {
  width: 60px;
  height: 60px;
  object-fit: scale-down;
}

.comment_container {
  display: flex;
  flex-wrap: wrap;
}

.comment_container .meta {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.comments-context--term .comment-author.vcard {
  display: flex;
  align-items: center;
  gap: 8px;
}

.comments-context--term .comment-author img {
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.comments-context--term .children {
  list-style: none;
  padding-left: 1rem;
}

.comments-context--term,
.term-description-context--term {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

form.searchform {
  min-width: 300px;
}

form.searchform,
form.woocommerce-product-search,
form.header-search-form,
form.search-form,
form[role="search"],
.wp-block-search {
  position: relative;
}

.live-search-results {
  display: none;
  max-height: 600px;
  overflow-y: auto;
  max-width: 408px;
  left: 9px !important;
  margin-top: 10px;
}

.live-search-results.active,
.live-search-results.is-loading {
  padding: 6px;
  border: 1px solid var(--border);
  border-radius: 5px;
}

.live-search-results .widget-title {
  margin-bottom: 0px;
}

.live-search-results del,
.live-search-results .discount-percent {
  display: none;
}

.live-search-results img {
  border-radius: 3px;
}

.live-search-results .search-name {
  font-size: 14px;
  color: var(--text);
}

#cta-search {
  padding: 10px !important;
  height: calc(100vh - 86px);
  margin: 3px 3px 86px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#cta-search form.searchform {
  width: 100%;
}

#cta-search button.ux-search-submit {
  position: absolute;
  right: 0;
  top: 3px;
  bottom: 3px;
  background: transparent;
  color: var(--heading);
  border: none;
  margin: 0;
  padding: 0;
}

#cta-search .search-field {
  min-height: 3rem;
}

#cta-search button.close-live-search {
  display: none;
}

.live-search-results li,
.live-search-results li:first-child {
  display: flex;
  align-items: center;
}

.live-search-results ul {
  margin-bottom: 30px !important;
}

form.searchform input#s {
  border-radius: 5px !important;
  background: 0 0 !important;
  min-height: 2.5rem;
}

.row-home-title .col-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--primary);
  border-radius: unset !important;
}

.row-home-title .col-inner .section-title {
  width: max-content;
  margin: 0;
}

.row-home-title .col-inner .section-title-container {
  width: max-content;
  display: contents;
}

.row-home-title .col-inner .section-title span {
  padding: 0;
}

.row-home-title .col-inner a.button {
  width: max-content;
  font-weight: normal;
}

.realdev-search-group {
  margin-bottom: 2.5rem;
}

.realdev-search-group__summary {
  margin: 0 0 1.25rem;
  opacity: 0.88;
  font-size: 0.95em;
}

.spinner {
  border: 4px solid var(--real-reset-rgba-255-255-255-0-3);
  border-radius: 50%;
  border-top: 2px solid var(--black);
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

.recent-search,
.searching {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.searching {
  margin-top: 2rem;
  flex-direction: column;
  text-align: center;
}

.recent-search {
  cursor: pointer;
  flex-wrap: wrap;
}

button.close-live-search {
  min-height: unset;
  line-height: 0;
  margin: 0;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 99;
  padding: 12px 8px;
  background: var(--real-reset-hex-ececec);
  border-radius: 5px;
  color: var(--real-reset-hex-333);
  font-size: 15px;
}

button.close-live-search:hover {
  background: var(--real-reset-hex-111);
  color: var(--white);
}

.header .search-form .autocomplete-suggestions::-webkit-scrollbar {
  display: none;
  width: 100% !important;
}

.searchform-wrapper:not(.form-flat) button.ux-search-submit.submit-button {
  background: 0 0;
  border: 0;
  box-shadow: unset;
  color: var(--real-reset-hex-333);
  position: absolute;
  right: 0;
  top: 6px;
  min-height: unset;
  height: unset;
  padding: unset;
}

.page-title-inner {
  padding: 0;
}

.sale-progress .inner {
  padding: 10px 12px;
}

.sale-progress progress::-webkit-progress-bar {
  background: var(--real-reset-hex-ececec);
  border-radius: 999px;
}

.sale-progress progress::-moz-progress-bar,
.sale-progress progress::-webkit-progress-value {
  background: linear-gradient(90deg, var(--real-reset-hex-ff9f00) 0, var(--real-reset-hex-ff6b00) 100%);
  border-radius: 999px;
}

.widget-author-box .author-box-content {
  text-align: center;
}

.widget-author-box .author-box-avatar img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--primary, var(--primary));
}

.widget-author-box .author-box-name:hover {
  color: var(--primary, var(--primary));
}

.widget-author-box .author-box-posts i {
  margin-right: 4px;
  color: var(--primary, var(--primary));
}

.widget-author-box .author-box-link:hover {
  text-decoration: underline !important;
}

.widget-category-desc .textwidget {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text);
}

.author-tabs li a,
.author-tabs li button {
  display: flex;
  align-items: center;
  color: var(--text-second);
}

.realdev-related-posts__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0;
  list-style: none;
}

.realdev-related-posts__item {
  position: relative;
  margin: 0 !important;
  width: 100%;
}

.realdev-related-posts__link {
  display: flex;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
  padding: 10px 5px;
  background: var(--white);
  font-size: 14px;
  gap: 8px;
  border: 1px solid var(--border);
}

.realdev-related-posts__link img {
  width: 74px;
  height: 74px;
  object-fit: cover;
  padding: 0 3px;
  border-radius: unset;
}

.realdev-related-posts__title {
  color: var(--real-reset-hex-101828);
  line-height: 20px;
  margin-bottom: 0;
}

.realdev-related-posts__meta {
  font-size: 12px;
  color: var(--ion-color-6, var(--real-reset-hex-666));
  margin: 0;
  font-weight: 400;
  margin-top: 5px;
}

.realdev-related-posts__info {
  max-width: calc(100% - 100px);
  flex-basis: calc(100% - 100px);
}

.author-profile {
  background: var(--background);
  min-height: 100vh;
}

.author-cover {
  width: 100%;
  height: 320px;
  background: linear-gradient(135deg, var(--primary) 0, var(--secondary) 100%);
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}

.author-cover::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 55%;
  background: linear-gradient(
    to bottom,
    transparent 0,
    var(--real-reset-rgba-0-0-0-0-55) 100%
  );
  pointer-events: none;
}

.author-header {
  display: flex;
  align-items: flex-end;
  margin-top: calc(-168px - 36px);
  padding: 0 24px 28px;
  position: relative;
  z-index: 2;
}

.author-avatar {
  flex-shrink: 0;
}

.author-avatar img,
.author-avatar-fallback {
  width: 168px;
  height: 168px;
  border-radius: 50%;
  border: 5px solid var(--white);
  box-shadow: 0 2px 10px var(--real-reset-rgba-0-0-0-0-2);
  background: var(--white);
}

.author-avatar img {
  object-fit: cover;
}

.author-avatar-fallback {
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: calc(168px * 0.38);
}

.author-info {
  margin-left: 20px;
  padding-bottom: 12px;
}

.author-info h1 {
  font-size: 30px;
  font-weight: 900;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.author-info .author-title {
  font-size: 15px;
  color: var(--real-reset-rgba-255-255-255-0-88);
  margin: 4px 0 0;
  text-shadow: 0 1px 4px var(--real-reset-rgba-0-0-0-0-35);
}

.author-stats {
  margin-left: auto;
  display: flex;
  gap: 24px;
  padding-bottom: 4px;
}

.author-stat {
  text-align: center;
}

.author-info h1,
.author-stat .stat-number {
  color: var(--real-reset-hex-fff);
  text-shadow: 0 2px 6px var(--real-reset-rgba-0-0-0-0-45);
}

.author-stat .stat-number {
  font-size: 22px;
  font-weight: 800;
  display: block;
}

.author-stat .stat-label {
  font-size: 13px;
  color: var(--real-reset-rgba-255-255-255-0-85);
  text-shadow: 0 1px 3px var(--real-reset-rgba-0-0-0-0-35);
}

.author-tabs-wrapper {
  border-top: 1px solid var(--border);
  background: var(--white);
  border-radius: 0 0 8px 8px;
  box-shadow:
    0 4px 6px -1px var(--real-reset-rgba-0-0-0-0-1),
    0 2px 4px -1px var(--real-reset-rgba-0-0-0-0-06);
  margin-top: 8px;
}

.author-tabs {
  display: flex;
  list-style: none;
  padding: 0 16px;
  margin: 0;
  gap: 4px;
}

.author-tabs li a,
.author-tabs li button {
  gap: 8px;
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  background: 0 0;
  border: 0;
  cursor: pointer;
  border-radius: 8px;
  transition:
    background 0.2s,
    color 0.2s;
  white-space: nowrap;
}

.author-tabs li a:hover,
.author-tabs li button:hover {
  background: var(--real-reset-rgba-0-0-0-0-05);
  color: var(--text);
}

.author-tabs li.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 12px;
  right: 12px;
  height: 3px;
  background: var(--primary);
  border-radius: 3px 3px 0 0;
}

.author-tabs li a i,
.author-tabs li button i {
  font-size: 16px;
}

.author-card,
.author-section-title {
  background: var(--white);
  border-radius: 8px;
  padding: 15px;
  border: 1px solid var(--border);
}

.author-section-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 16px;
  padding: 16px 20px;
}

.author-card h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.author-card h4 i {
  color: var(--text-second);
  font-size: 14px;
}

.author-card .author-bio {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text);
  margin: 0 0 16px;
}

.author-contact-list,
.author-meta-list,
.author-social-list,
.author-topics-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.author-meta-list li,
.author-social-list li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  font-size: 15px;
  color: var(--text);
}

.author-meta-list li i {
  width: 20px;
  color: var(--text-second);
  text-align: center;
  font-size: 16px;
}

.author-card + .author-card {
  margin-top: 16px;
}

.author-social-list li {
  padding: 6px 0;
}

.author-social-list li a {
  padding: 6px 8px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.15s;
}

.author-social-list li a:hover,
.toggle-topics-btn:hover {
  background: var(--real-reset-rgba-0-0-0-0-04);
}

.author-social-list li a i {
  width: 24px;
  text-align: center;
  font-size: 18px;
  color: var(--primary);
}

.author-topics-section {
  margin-bottom: 16px;
}

.author-topics-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid var(--real-reset-rgba-0-0-0-0-05);
}

.author-contact-list li:last-child,
.author-topics-list li:last-child {
  border-bottom: none;
}

.author-topics-list li a {
  font-size: 15px;
  font-weight: 600;
  color: var(--text);
  text-decoration: none;
  transition: color 0.15s;
}

.author-topics-list .views-count {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: var(--text-second);
  white-space: nowrap;
}

.toggle-topics-btn {
  background: 0 0;
  border: 0;
  cursor: pointer;
  color: var(--primary);
  font-size: 14px;
  font-weight: 600;
  padding: 6px 8px;
  margin-top: 4px;
  border-radius: 6px;
  transition: background 0.15s;
}

.author-card .image-cover {
  border-radius: 8px;
  background-size: cover;
  background-position: center;
}

.author-contact-list li a:hover {
  text-decoration: underline;
}

.author-card-head {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  margin-bottom: 12px;
  width: 100%;
}

.author-card-time {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  color: var(--text-second);
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
}

.author-card-time i {
  font-size: 12px;
  line-height: 1;
}

.author-card-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-left: auto;
  justify-content: flex-end;
}

.button-comment,
.button-share,
.button-view {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  color: var(--text-second);
  background: 0 0;
  text-decoration: none;
  margin: 0;
  cursor: pointer;
  transition:
    background 0.15s ease,
    color 0.15s ease,
    border-color 0.15s ease;
}

.button-comment:focus-visible,
.button-comment:hover,
.button-share:focus-visible,
.button-share:hover {
  background: var(--real-reset-rgba-0-0-0-0-04);
  border-color: var(--primary);
  color: var(--primary);
  outline: 0;
}

.button-view {
  padding: 4px 2px;
}

.button-comment i,
.button-share i,
.button-view i {
  font-size: 14px;
}

.button-comment.is-icon,
.button-share.is-icon,
.button-view.is-icon {
  padding: 8px;
  min-width: 34px;
  justify-content: center;
}

.button-view.is-icon {
  border: 1px solid transparent;
}

.author-tab-content.active {
  display: flex;
  flex-wrap: wrap;
}

.author-tabs button {
  background: 0 0;
  border: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  padding: 0;
}

.author-about-full,
.author-contact {
  background: var(--white);
  border-radius: 8px;
  box-shadow:
    0 4px 6px -1px var(--real-reset-rgba-0-0-0-0-1),
    0 2px 4px -1px var(--real-reset-rgba-0-0-0-0-06);
  padding: 24px;
}

.author-about-full h3,
.author-contact h3 {
  background: 0 0;
  padding: 0;
  box-shadow: none;
  margin-bottom: 16px;
}

.author-about-section {
  margin-bottom: 24px;
}

.author-about-section h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border);
}

.author-about-section p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--text);
  margin: 0;
}

.author-contact-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  font-size: 15px;
}

.author-contact-list li i,
.form-ssl-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.author-contact-list li i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--real-reset-hex-e7f3ff);
  color: var(--primary);
  font-size: 16px;
  flex-shrink: 0;
}

#ftwp-container.ftwp-wrap #ftwp-contents,
#ftwp-container.ftwp-wrap #ftwp-trigger {
  border-color: var(--border) !important;
  background-color: var(--bg-color) !important;
}

#ftwp-container.ftwp-wrap #ftwp-list,
#ftwp-container.ftwp-wrap #ftwp-header {
  background-color: var(--white) !important;
}

#ftwp-container.ftwp-wrap #ftwp-list .ftwp-anchor:hover {
  color: var(--primary) !important;
}

#ftwp-container.ftwp-wrap #ftwp-trigger {
  border-radius: 8px !important;
}

#ftwp-container.ftwp-wrap #ftwp-list .ftwp-text::before {
  background-color: var(--secondary) !important;
}

.author-contact-list li a {
  color: var(--primary);
  text-decoration: none;
}

.form-ssl-btn a {
  flex-direction: column;
  width: 100%;
  margin: 15px 0;
  background: var(--secondary);
  border-radius: 10px;
  color: var(--white);
  padding: 10px;
  line-height: 1.2;
}

.form-ssl-btn .form-ssl-title {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}

input.wpcf7-submit {
  font-size: 14px;
  border: 1px solid var(--real-reset-hex-3590ce);
  transition: all 0.3s;
  height: 46px;
  font-weight: 700;
}

input.wpcf7-submit:hover {
  background-color: var(--second);
  border-color: var(--second);
  box-shadow: unset;
}

.form-request-quote {
  background: var(--white);
  padding: 20px;
  border-radius: 10px;
  min-width: 486px;
}

.form-button__add {
  color: var(--text-second);
  margin-bottom: 25px !important;
}

.form-request-quote input {
  width: 100%;
  height: 46px;
  padding: 0 20px 0 26px;
  border-radius: 5px;
  border: 1px solid var(--real-reset-hex-d9d9d9);
}

.form-button__add {
  text-align: center;
  border: 1px dashed var(--real-reset-hex-d9d9d9);
  border-radius: 5px;
  cursor: pointer;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.form-numbers .quote-holder {
  margin-bottom: 25px;
}

.form-request-quote input:focus {
  box-shadow: unset;
}

.lightbox-content .form-request-quote {
  border-top-right-radius: 90px !important;
}

.loop-actions a,
.loop-actions button {
  color: var(--text);
  padding: 10px;
  line-height: 1 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 16px;
  margin: 0 !important;
  vertical-align: unset;
  border: 0 !important;
}

.loop-actions a {
  font-size: 14px;
  flex: 1;
}

.loop-actions a i {
  font-size: 16px;
}

.loop-actions a:hover,
.loop-actions button:hover {
  background: unset;
  border: unset !important;
  color: var(--alert);
}

.badge-container {
  margin: 0;
}

.badge-container .badge {
  margin: 0;
  width: unset !important;
  height: unset !important;
  display: block;
}

.badge-container .badge .badge-inner {
  border-radius: 3px 3px 20px 3px;
  padding: 8px 10px;
}

.slider-nav-reveal .flickity-prev-next-button,
.slider-nav-reveal .flickity-prev-next-button:hover {
  background: transparent;
  box-shadow: unset;
}

@media (max-width: 768px) {
  #author-posts-tab > .col.large-4 > .col-inner {
    position: static;
  }

  .author-cover {
    height: 240px;
  }

  .author-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: calc(-168px - 24px);
    padding: 0 16px 20px;
    gap: 10px;
  }

  .author-info,
  .author-stats {
    margin-left: 0;
    padding-bottom: 0;
  }

  .author-info h1 {
    font-size: 22px;
  }

  .author-tabs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (min-width: 551px) {
  .container .row-small:not(.row-collapse),
  .container .row:not(.row-collapse),
  .lightbox-content .row:not(.row-collapse),
  .row .gallery,
  .row .row-small:not(.row-collapse),
  .row .row:not(.row-collapse) {
    margin: 0 !important;
  }
}

@media (max-width: 551px) {
  .box-category .header-title {
    font-size: 11px;
  }
  .author-avatar img,
  .author-avatar-fallback {
    width: 60px;
    height: 60px;
  }

  .off-canvas .nav-vertical > li > a {
    color: var(--heading);
  }

  .off-canvas .nav-vertical > li > a:before {
    content: "+";
    margin-right: 6px;
    color: var(--primary);
    font-weight: 600;
  }

  .off-canvas-left .mfp-content,
  .off-canvas-right .mfp-content {
    bottom: 80px !important;
    top: 8px;
    left: 8px;
    right: 8px !important;
    width: calc(100% - 16px);
    border-radius: 10px;
    overflow: hidden;
  }

  .mfp-ready .mfp-close {
    top: 10px !important;
    right: 10px !important;
  }

  .comments-context--term,
  .term-description-context--term {
    margin: 1rem 5px;
  }

  .category-page-row {
    padding-top: 0;
  }

  .col,
  .columns {
    padding: 0 3px 15px;
  }

  .row-small > .col,
  .row-small > .flickity-viewport > .flickity-slider > .col {
    padding: 0 5px 5px;
  }

  .flashsale-wrapper {
    padding-bottom: 10px !important;
  }

  .loop-actions a,
  .loop-actions button {
    padding: 0;
  }

  .home-sec-feature {
    padding-top: 5px !important;
  }

  .home-sec-feature .col-right .col-inner {
    display: flex;
    gap: 5px;
  }

  .home-sec-feature .col-right .img {
    margin: 0 !important;
  }

  .container .section,
  .row .section {
    padding: 0 !important;
  }

  .entry-content.single-page p,
  .term-description span {
    text-align: justify;
  }

  .form-request-quote {
    min-width: unset !important;
  }

  .rank-math-breadcrumb p {
    -webkit-line-clamp: 1;
    font-size: 12px;
  }

  .flickity-page-dots .dot.is-selected {
    background-color: var(--second);
  }

  .row-products {
    padding-top: 0;
  }

  .row-products .col-brand .col-inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .row-products .col-brand .row .col-inner {
    flex-direction: column;
  }

  .row-products .col-brand .section-title {
    text-align: center;
    justify-content: center;
    font-size: 30px;
  }

  .row-products .col-brand .section-title .section-title-main {
    padding-bottom: 0;
  }

  .row-products .col-brand {
    padding: 10px !important;
  }

  .row-products .col-item.col-brand {
    padding-left: 10px !important;
    padding-right: 10px !important;
    border-radius: 10px !important;
    overflow: hidden;
  }

  .home-feature-row .col-slide .flickity-page-dots {
    bottom: -20px !important;
  }

  .home-feature-row .col-slide,
  .home-row-feature-banner,
  .home-second-banners {
    padding-bottom: 20px;
  }

  .home-row-feature-banner .flickity-page-dots,
  .home-second-banners .flickity-page-dots {
    bottom: 8px !important;
  }

  .nav-dropdown-has-border .nav-dropdown {
    border: 0;
    right: 0 !important;
    width: 100%;
    padding: 10px;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-nav,
  .mobile-nav > li {
    position: unset !important;
  }

  .child-cats.flickity-enabled .col {
    max-width: 60% !important;
    flex-basis: 60% !important;
  }

  .child-cats .flickity-page-dots {
    bottom: -15px !important;
  }
}

@media (min-width: 850px) {
  .home-feature-row .col-slide {
    max-width: calc(50%);
    flex-basis: calc(50%);
  }
}

@media (max-width: 480px) {
  .author-tabs li a {
    padding: 12px 14px;
    font-size: 14px;
  }
}

.article-inner .entry-content,
.readmore,
.taxonomy-description,
.term-description,
.term-short-description {
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem;
}

.realdev-readmore {
  text-align: center;
  z-index: 10;
}

.realdev-expand {
  position: absolute;
  bottom: -7px;
  width: 100%;
  background: var(--real-reset-hex-fff);
  height: 100px;
}

.realdev-readmore:before {
  content: "";
  position: absolute;
  bottom: 100%;
  height: 200px;
  left: 0;
  background-image: linear-gradient(180deg, var(--real-reset-rgba-255-255-255-0), var(--real-reset-hex-fff));
  width: 100%;
}

.realdev-readmore .arrow:after {
  content: "";
  top: 2px;
  opacity: 0.5;
  animation: animate-arrow-2 1s ease-in-out infinite 0.1s;
}

.realdev-readmore .arrow span,
.realdev-readmore .arrow:after,
.realdev-readmore .arrow:before {
  background: url(../../images/readmore-arrow.png);
  width: 25px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
}

.realdev-readmore .arrow:before {
  content: "";
  top: -5px;
  opacity: 1;
  animation: animate-arrow-3 1s ease-in-out infinite 0.2s;
}

.realdev-readmore .arrow span {
  animation: animate-arrow-1 1s ease-in-out infinite;
  top: 9px;
  opacity: 0.3;
}

.realdev-readmore button {
  top: 40px;
  color: var(--real-reset-hex-03a0e2);
  font-weight: 500;
}

.realdev-collapse button {
  transform: rotate(180deg);
  margin-bottom: 0;
  top: -10px;
}

.realdev-collapse {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--real-reset-hex-03a0e2);
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  background-color: var(--secondary);
}

.realdev-field-error {
  position: absolute;
  top: 1px;
  left: 8px;
  z-index: 2;
  padding: 8px;
  background: var(--white);
  font-size: 11.5px;
  font-weight: 500;
  color: var(--alert);
  pointer-events: none;
  animation: rdFieldErrorIn 0.22s ease both;
}

.realdev-field-error.is-fading {
  opacity: 0;
  transform: translateY(-3px);
  transition:
    opacity 0.28s ease,
    transform 0.28s ease;
}

@keyframes fs-fold-down {
  0% {
    transform: rotateX(0deg);
  }

  to {
    transform: rotateX(-180deg);
  }
}

@keyframes fs-fold-up {
  0% {
    transform: rotateX(180deg);
  }

  to {
    transform: rotateX(0deg);
  }
}

@keyframes fs-shadow-in {
  0% {
    opacity: 0;
  }

  40%,
  to {
    opacity: 1;
  }
}

@keyframes fs-shadow-out {
  0%,
  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.flashsale-wrapper {
  background: var(--secondary);
  border-radius: 12px;
  padding: 15px;
  overflow: hidden;
  position: relative;
}

.flashsale-wrapper .col-items {
  padding: 0 !important;
  background: transparent !important;
}

.flashsale-wrapper .col-items .col-inner {
  padding: 0 !important;
  overflow: hidden;
  border-radius: 6px;
  background: transparent !important;
}

.archive .flashsale-wrapper {
  margin-bottom: 20px;
}

.flashsale-header {
  position: relative;
  z-index: 1;
}

.flashsale-title {
  font-size: 24px;
  font-weight: 800;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 2px 8px var(--real-reset-rgba-0-0-0-0-3);
}

.flashsale-countdown-label {
  font-size: 13px;
  font-weight: 500;
}

.fs-countdown {
  display: inline-flex;
  align-items: flex-start;
  gap: 6px;
  line-height: 1;
}

.fs-flip-lbl {
  font-size: 10px;
  font-weight: 600;
  color: var(--text);
  margin-left: 3px;
}

.fs-flip-card {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 6px;
  background: var(--real-reset-hex-2d2d2d);
  box-shadow: 0 4px 6px var(--real-reset-rgba-0-0-0-0-4);
}

.fs-flap-bot > span,
.fs-flap-top > span,
.fs-lower > span,
.fs-upper > span {
  display: block;
  width: 100%;
  line-height: 34px;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  color: var(--white);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
}

.fs-flap-bot,
.fs-flap-top,
.fs-lower,
.fs-upper {
  position: absolute;
  left: 0;
  right: 0;
  height: 50%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fs-upper {
  top: 0;
  background: var(--real-reset-hex-2d2d2d);
  border-radius: 6px 6px 0 0;
  z-index: 2;
}

.fs-upper > span {
  margin-top: 0;
}

.fs-lower {
  bottom: 0;
  background: var(--real-reset-hex-222);
  border-radius: 0 0 6px 6px;
  z-index: 1;
}

.fs-lower > span {
  margin-top: -17px;
}

.fs-flip-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 52%;
  height: 0.5px;
  background: var(--real-reset-hex-5b5b5bb3);
  z-index: 10;
}

.fs-flap-top {
  top: 0;
  background: var(--real-reset-hex-2d2d2d);
  border-radius: 6px 6px 0 0;
  transform-origin: center bottom;
  transform: rotateX(0deg);
  z-index: 5;
  pointer-events: none;
}

.fs-flap-top > span {
  margin-top: 0;
}

.fs-flap-bot::after,
.fs-flap-top::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.fs-flap-top::after {
  opacity: 0;
  background: linear-gradient(to top, var(--real-reset-rgba-0-0-0-0-8) 0, transparent 100%);
}

.fs-flap-bot {
  bottom: 0;
  background: var(--real-reset-hex-222);
  border-radius: 0 0 6px 6px;
  transform-origin: center top;
  transform: rotateX(180deg);
  z-index: 4;
  pointer-events: none;
}

.fs-flap-bot > span {
  margin-top: -17px;
}

.fs-flap-bot::after {
  opacity: 1;
  background: linear-gradient(
    to bottom,
    var(--real-reset-rgba-0-0-0-0-8) 0,
    var(--real-reset-rgba-0-0-0-0-3) 100%
  );
}

.fs-flip-card.is-flipping .fs-flap-top {
  animation: fs-fold-down 0.75s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}

.fs-flip-card.is-flipping .fs-flap-top::after {
  animation: fs-shadow-in 0.75s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}

.fs-flip-card.is-flipping .fs-flap-bot {
  animation: fs-fold-up 0.75s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}

.fs-flip-card.is-flipping .fs-flap-bot::after {
  animation: fs-shadow-out 0.75s cubic-bezier(0.455, 0.03, 0.515, 0.955)
    forwards;
}

.flashsale-countdown-stock {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
}

.flashsale-countdown-icon {
  width: 22px;
  height: 26px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
}

.flashsale-countdown-inner {
  flex: 1;
  position: relative;
  height: 18px;
  background: var(--real-reset-hex-e8e8e8);
  border-radius: 10px;
  overflow: hidden;
}

.flashsale-countdown-loading {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(64.85deg, var(--real-reset-hex-fcb500) 23.67%, var(--real-reset-hex-ffd41d) 106.12%);
  border-radius: 10px;
  transition: width 0.6s ease;
}

.flashsale-countdown-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: var(--real-reset-hex-111);
  white-space: nowrap;
  z-index: 1;
}

.flashsale-single-badge {
  background: linear-gradient(360deg, var(--primary) 0%, var(--secondary) 100%);
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 16px;
}

.flashsale-single-header {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.flashsale-single-title {
  font-size: 18px;
  font-weight: 800;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.flashsale-single-badge .flashsale-countdown-label {
  color: var(--white);
  font-size: 13px;
  font-weight: 500;
}

.flashsale-single-badge .flashsale-countdown {
  margin-left: auto;
}

.flashsale-single-badge .fs-flip-lbl {
  color: var(--white);
}

.flashsale-single-badge .flashsale-countdown-stock {
  margin-top: 10px;
}

.flashsale-wrapper .flickity-prev-next-button {
  background: var(--real-reset-rgba-255-255-255-0-15);
  color: var(--white);
  border: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transition: background 0.2s;
}

.flashsale-wrapper .flickity-prev-next-button:hover {
  background: var(--real-reset-rgba-255-255-255-0-35);
}

.flashsale-wrapper .flickity-page-dots .dot {
  background: var(--real-reset-rgba-255-255-255-0-4);
}

.flashsale-wrapper .flickity-page-dots .dot.is-selected {
  background: var(--white);
}

.loop-actions {
  margin-top: 8px;
}

.featured-posts-widget .realdev-related-posts__list {
  flex-direction: column;
  gap: 12px;
}

.featured-posts-widget
  .realdev-related-posts__link:hover
  .realdev-related-posts__title {
  color: var(--primary);
}

.featured-posts-widget .realdev-related-posts__meta {
  margin-top: 4px;
}

.most-viewed-widget .top-viewed-title a:hover {
  color: var(--primary);
}

.widget-top-viewed .widget-title i {
  display: none;
}

.most-viewed-widget .realdev-most-viewed__list.realdev-related-posts__list {
  flex-direction: column;
  gap: 12px;
}

.most-viewed-widget .realdev-related-posts__item.top-viewed-item {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0 !important;
}

.most-viewed-widget .top-viewed-item .top-rank {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 700;
  flex-shrink: 0;
  background: var(--border);
  color: var(--real-reset-hex-64748b);
  position: absolute;
  top: -6px;
  left: -6px;
}

.most-viewed-widget .top-rank-gold .top-rank {
  background: linear-gradient(135deg, var(--real-reset-hex-f59e0b), var(--real-reset-hex-d97706));
  color: var(--white);
  box-shadow: 0 2px 6px var(--real-reset-rgba-217-119-6-0-35);
}

.most-viewed-widget .top-rank-silver .top-rank {
  background: linear-gradient(135deg, var(--real-reset-hex-94a3b8), var(--real-reset-hex-64748b));
  color: var(--white);
  box-shadow: 0 2px 6px var(--real-reset-rgba-100-116-139-0-3);
}

.most-viewed-widget .top-rank-bronze .top-rank {
  background: linear-gradient(135deg, var(--real-reset-hex-d97706), var(--real-reset-hex-b45309));
  color: var(--white);
  box-shadow: 0 2px 6px var(--real-reset-rgba-180-83-9-0-3);
}

.most-viewed-widget .top-viewed-item .realdev-related-posts__link {
  flex: 1;
  min-width: 0;
}

.most-viewed-widget
  .realdev-related-posts__link:hover
  .realdev-related-posts__title {
  color: var(--primary);
}

.home-sec-kol .col-inner {
  padding: 0 !important;
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 551px) {
  .featured-posts-widget {
    padding: 15px;
  }

  .category-filtering,
  #realdev-sidebar-layout {
    display: none;
  }

  .comment-list li .avatar,
  .commentlist li .avatar {
    width: 30px;
    height: 30px;
  }

  .comment-list li .comment-text,
  .commentlist li .comment-text {
    padding: 0 10px;
  }

  .sale-cta-commit .icon-box-text {
    font-size: 14px;
  }
}
#comments .comment-respond {
  background-color: transparent !important;
  padding: 0;
}
.section-title-main {
  position: relative;
  display: inline-block;
  font-weight: 800;
  color: var(--primary);
  background: linear-gradient(
    90deg,
    var(--primary) 0%,
    var(--secondary) 45%,
    var(--real-reset-hex-fff) 50%,
    var(--secondary) 55%,
    var(--primary) 100%
  );
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s linear infinite;
}

@keyframes shine {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

@media (min-width: 850px) {
  .large-columns-9 > .col,
  .large-columns-9 .flickity-slider > .col {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }

  .large-columns-10 > .col,
  .large-columns-10 .flickity-slider > .col {
    flex-basis: 10%;
    max-width: 10%;
  }

  .large-columns-11 > .col,
  .large-columns-11 .flickity-slider > .col {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }

  .large-columns-12 > .col,
  .large-columns-12 .flickity-slider > .col {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (max-width: 849px) {
  .medium-columns-9 > .col,
  .medium-columns-9 .flickity-slider > .col {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }

  .medium-columns-10 > .col,
  .medium-columns-10 .flickity-slider > .col {
    flex-basis: 10%;
    max-width: 10%;
  }

  .medium-columns-11 > .col,
  .medium-columns-11 .flickity-slider > .col {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }

  .medium-columns-12 > .col,
  .medium-columns-12 .flickity-slider > .col {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (max-width: 549px) {
  .small-columns-9 > .col,
  .small-columns-9 .flickity-slider > .col {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }

  .small-columns-10 > .col,
  .small-columns-10 .flickity-slider > .col {
    flex-basis: 10%;
    max-width: 10%;
  }

  .small-columns-11 > .col,
  .small-columns-11 .flickity-slider > .col {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }

  .small-columns-12 > .col,
  .small-columns-12 .flickity-slider > .col {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: var(--real-reset-hex-f1f1f1);
  border-radius: 3px;
  box-shadow: 0 0 2px 2px var(--real-reset-rgba-0-0-0-0-6);
  clip: auto !important;
  clip-path: none;
  color: var(--real-reset-hex-21759b);
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 1em;
}

.wp-caption img {
  display: block;
  max-width: 100%;
  height: auto;
}

.wp-caption-text {
  text-align: center;
  font-size: 0.875em;
  color: var(--real-reset-hex-666);
  padding: 0.5em 0;
}

.gallery-caption {
  display: block;
  font-size: 0.875em;
  color: var(--real-reset-hex-666);
  text-align: center;
  padding: 0.25em;
}

.bypostauthor {
  border-left: 3px solid currentColor;
  padding-left: 1em;
}




.payment_methods li + li,
.product-section,
.shop_table .cart_item td,
.shop_table tfoot tr td,
.shop_table thead tr th:last-of-type,
.shop_table tr td:last-of-type,
.widget_shopping_cart p.total,
.woocommerce-billing-fields,
.woocommerce-cart .row-divided > .col + .col:not(.large-12),
.woocommerce-cart-form__contents tbody *,
.woocommerce-shipping-totals td,
.woocommerce-shipping-totals th,
a.zoom-button.button {
  border: 0;
}

strong.woocommerce-review__author {
  color: var(--text);
}

.product-box-sidebar {
  margin-bottom: 18px;
}

.product-box-sidebar .box-title {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 16px;
  color: var(--heading);
}

.product-box-shipping-list strong {
  color: var(--primary);
}

.product-box-shipping-list li:nth-child(2) span {
  display: flex;
  justify-content: space-between;
  flex: 1;
}

.product-box-shipping-list li,
.product-box-guaranty li {
  border-bottom: 1px solid var(--real-reset-hex-d9d9d9);
  padding: 10px 0;
  margin: 0;
}

.product-box-shipping-list li:last-child,
.product-box-guaranty li:last-child {
  border: none;
  padding-bottom: 5px;
}

.product-box-guaranty li:last-child sub {
  max-width: 100%;
  flex-basis: 100%;
  padding-left: 30px;
  color: var(--real-reset-hex-9c9d9e);
  font-size: 12px;
}

.product-box-guaranty li:last-child {
  flex-wrap: wrap;
}

.page-category .page-title,
.page-wishlist .page-title {
  padding: 15px 15px 0;
  font-size: 25px;
}

#reviews .widget .is-divider,
.comment-form-rating .stars a:before,
.comment-form-rating p.stars:nth-child(2),
.home-slide-reviews .star-rating span,
.woocommerce-Reviews-title,
.woocommerce-review__dash {
  display: none;
}

.single .product-techincal i {
  display: none;
}

.rating-summary .box-text,
.review-gallery .box-text,
.woocommerce-billing-fields {
  padding-top: 0;
}

#review_form_wrapper {
  padding: 0;
}

.calc-price #calc-acc-list select,
.calc-price .shop_table,
.calc-price-cta .is-small,
.comment_container .meta .comment-actions,
.filter-options li:last-child,
.form-numbers .quote-pair .row-collapse,
.form-numbers .quote-pair:last-child,
.form-numbers .quote-remove,
.rating-summary .shop_table,
.review-edit .button,
.review-filter-nav.nav,
.review-gallery .row,
.review-pagination .page-number,
.techincal-list li:last-child,
:is(#product-comment, .product-comment) .comment-actions {
  margin-bottom: 0;
}

:is(#product-comment, .product-comment) .comment_container .meta {
  flex-wrap: wrap;
}

.cart-item .nav-dropdown {
  right: 0 !important;
  left: unset !important;
}

.woocommerce-checkout #customer_details {
  padding: 15px;
}

.form-numbers .quote-pair {
  margin-bottom: 10px;
}

.mfp-content.off-canvas-cart {
  border-radius: 10px;
}

.woocommerce-message.message-wrapper,
.woocommerce-message.message-wrapper a {
  font-size: 14px !important;
}

.price-contact,
.woocommerce-Price-amount.amount {
  font-weight: 700;
  font-size: 16px;
  color: var(--alert);
  display: inline-block;
}

.woocommerce-checkout #customer_details,
.woocommerce-checkout .has-border {
  background: var(--white);
  border-width: 0;
}

form.checkout h3 {
  text-transform: capitalize;
}

.product-techincal {
  overflow: hidden;
  margin-bottom: 15px;
  font-size: 12px;
}

.single .product-techincal {
  border: 1px dashed var(--border);
  padding: 8px;
  border-radius: 6px;
  margin: 20px 0;
  font-size: 14px;
  color: var(--heading);
}

.techincal-list li {
  margin-left: 0 !important;
  color: var(--text);
}

.techincal-list {
  margin-bottom: 0;
  list-style: none;
}

.techincal-label i {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  position: relative;
  top: -1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.quantity *,
.ux-quantity * {
  border: 0 !important;
  background: var(--white) !important;
  box-shadow: unset !important;
  padding: 0 !important;
}

.quantity :hover,
.ux-quantity :hover {
  font-weight: 700;
}

button.single_add_to_cart_button.button {
  background: var(--white);
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  gap: 5px;
}

.wishlist-toggle {
  border: 1px solid var(--border) !important;
  display: inline-flex !important;
  width: max-content !important;
  flex: unset !important;
  align-items: center;
  font-weight: 400 !important;
}

.single_add_to_cart_button::before {
  content: var(--icon-cart-plus, "\f217");
  display: inline-block;
  font-family: var(
    --icon-cart-plus-font,
    var(--icon-family, "Font Awesome 6 Pro")
  );
  font-weight: var(--icon-weight, 900);
  margin-left: 10px;
}

.ux-buy-now-button {
  max-width: 100%;
  flex-basis: 100% !important;
  height: 48px;
  color: var(--white);
  text-transform: uppercase;
  background-color: var(--alert);
  font-weight: 400;
}

.product-feature-information {
  gap: 10px;
  margin-bottom: 15px;
}
.product-feature-information span {
  font-size: 12px;
}

.product-feature-information .star-rating {
  margin: 0;
}

.current-product-rating .star-rating {
  max-width: 86px;
}

.current-product-feature {
  display: inline-flex;
  align-items: center;
}

.current-product-feature a {
  color: var(--primary);
}

.product-page-price {
  margin-bottom: 20px !important;
}

.product-page-price .price-contact,
.product-page-price bdi {
  color: var(--alert);
  font-size: 24px;
}

.product-page-price .price-contact {
  font-weight: 700;
  margin-bottom: 10px;
}

.product-page-price del bdi,
.product_list_widget del,
del .woocommerce-Price-amount {
  color: var(--text);
  font-size: 16px;
}

.woocommerce-billing-fields .form-row {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
  width: 100% !important;
}

#billing_address_2_field > label,
#shipping_address_2_field > label {
  opacity: 1 !important;
  overflow: unset !important;
  white-space: unset !important;
  width: max-content !important;
  display: inline-block !important;
}

.woocommerce-billing-fields .form-row label {
  max-width: 33%;
  flex-basis: 33%;
  color: var(--text);
  font-weight: 400;
  font-size: 14px;
}

.woocommerce-billing-fields .form-row .woocommerce-input-wrapper {
  max-width: calc(67% - 10px);
  flex-basis: calc(67% - 10px);
}

.woocommerce-billing-fields .form-row input,
.woocommerce-billing-fields .form-row select {
  margin-bottom: 0;
}

.product-thumbnails {
  margin-top: 10px !important;
}

.product-thumbnails img {
  margin: 0 !important;
  opacity: 1 !important;
}

.product-thumbnails a {
  border: 1px solid var(--real-reset-hex-e3e3e3) !important;
  border-radius: 6px;
}

.product-page-price del {
  margin-left: 20px;
}

.product-attributes,
.product-attributes li {
  list-style: none;
  margin: 0;
  margin-left: 0 !important;
}

.product-attributes {
  display: flex;
  gap: 0 20px;
  flex-wrap: wrap;
}

.attribute-item {
  display: flex;
  gap: 10px;
  font-size: 14px;
  border: 1px solid var(--real-reset-hex-d9d9d9);
  margin: 0 0 -1px !important;
  width: 100%;
  align-items: center;
}

.attribute-item:last-child {
  border-bottom: none;
}

.attribute-label {
  color: var(--text);
  background-color: var(--light);
  max-width: 160px;
  flex-basis: 160px;
}

.attribute-value {
  color: var(--real-reset-hex-5d6f7a);
  flex: 1;
}

.attribute-item:last-child {
  border-bottom: 1px solid var(--real-reset-hex-d9d9d9);
}

.attribute-item span {
  padding: 10px;
}

.product-section,
.product-attributes-wrapper,
.most-viewed-widget,
.featured-posts-widget,
#products-recently-viewed,
#related-products,
.shop-results,
.product-videos {
  background: var(--white);
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.most-viewed-widget .widget-title,
.featured-posts-widget .related-title,
.featured-posts-widget .widget-title,
.product-section .tab-title,
.product-videos__header,
.product-suggest__label {
  font-size: 18px;
  display: block;
  font-weight: 600;
  color: var(--heading);
  margin-bottom: 20px;
  text-transform: capitalize;
}

.product-suggest {
  position: relative;
  border-left: 4px solid var(--primary);
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary) 10%, var(--white)) 0%,
    color-mix(in srgb, var(--secondary) 8%, var(--white)) 100%
  ) !important;
  font-size: 16px;
  line-height: 1.75;
  color: var(--text);
  font-style: italic;
}

.product-suggest {
  padding: 30px;
  margin: 1rem auto;
  border-radius: 10px;
  border-left: unset;
  font-style: normal;
}

.product-suggest .col {
  padding: 0 !important;
}

.shop-results {
  padding-left: 5px;
  padding-right: 5px;
}

#products-recently-viewed,
#related-products,
.shop-results {
  position: relative;
}

.live-search-results.active,
.live-search-results.is-loading,
.loop-product-slider .loop-slide a,
.shop-filter-panel.active {
  display: block;
}

.loop-product-slider .loop-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.loop-product-slider .flickity-viewport {
  height: 100% !important;
}

.loop-product-slider .flickity-slider {
  height: 100%;
}

.product-list {
  border: 1px solid var(--real-reset-hex-d9d9d9);
  border-right: unset;
}

.product-list .product-small.col {
  border-right: 1px solid var(--real-reset-hex-d9d9d9);
  padding-top: 7.5px !important;
}

.home .product-small .box-image img {
  height: 100% !important;
  object-fit: cover;
  border-radius: 3px;
}

.woocommerce-loop-product__link {
  color: var(--primary);
  font-weight: 400;
  font-size: 16px;
  max-height: 40px;
  margin: 10px 0 !important;
}

.row-products .col-item:first-child .col-inner {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.row-products .col-item .product-list {
  border-radius: 0;
  border-left: unset !important;
}

.box-text-products {
  padding: 10px;
  text-align: left;
}

.product-category.normal .box-category {
  flex-direction: column;
}

.box-text-products .techincal-label,
.box-text-products .techincal-value {
  line-height: 1;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  font-size: 12px;
  flex: 1;
}

.box-text-products .techincal-item .techincal-label i {
  width: 13px;
  height: 13px;
  margin-right: 0;
  font-size: 9px;
}

.product-page-price ins {
  flex-basis: unset !important;
}

.box-text-products .techincal-label {
  max-width: 80px;
  flex-basis: 80px;
  margin-right: 6px;
}

.calc-price-cta {
  margin: 15px 0;
}

.calc-price-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  padding: 12px 18px;
  border-radius: 10px;
  background: linear-gradient(
    135deg,
    var(--primary),
    var(--primary-dark, var(--primary))
  );
  color: var(--white);
  text-decoration: none;
  line-height: 1.25;
  text-align: center;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    filter 0.15s ease;
  box-shadow: 0 4px 14px -6px var(--real-reset-rgba-0-0-0-0-25);
}

.calc-price-cta-btn:hover,
.calc-price-cta-btn:focus {
  color: var(--white);
  filter: brightness(1.05);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px -6px var(--real-reset-rgba-0-0-0-0-35);
}

.calc-price-cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--real-reset-rgba-255-255-255-0-18);
  flex-shrink: 0;
}

.calc-price-cta-icon .rd-icon {
  width: 22px;
  height: 22px;
  color: var(--white);
}

.calc-price-cta-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.calc-price-cta-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.calc-price-cta-des {
  font-size: 13px;
  opacity: 0.9;
  font-weight: 400;
}

.calc-price > .box,
.calc-price > .form-row,
.calc-price > .message-box,
.calc-price > .row {
  margin-bottom: 18px;
}

.calc-price .box img {
  border-radius: 8px;
}

.calc-price .shop_table td,
.calc-price .shop_table th {
  vertical-align: middle;
}

.calc-price #calc-acc-list label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
}

.calc-price-form {
  border-top: 1px solid var(--real-reset-hex-eee);
  padding-top: 18px;
}

.rating-summary,
.review-filter-nav,
.review-gallery,
:is(#product-comment, .product-comment) .commentlist {
  margin-bottom: 20px;
}

:is(#product-comment, .product-comment) .commentlist > li {
  list-style: none;
  margin-left: 0;
}

:is(#product-comment, .product-comment) .commentlist > li + li {
  border-top: 1px dashed var(--border, var(--real-reset-hex-e5e5e5));
  padding-top: 20px;
  margin-top: 20px;
}

:is(#product-comment, .product-comment) .comment_container {
  background: var(--white);
  border-radius: 12px;
}

.comment-list {
  margin-bottom: 0;
  background: var(--white);
  padding: 15px 0;
  border-radius: 10px;
}

.woocommerce-review__published-date {
  font-size: 12px;
  float: unset;
  margin-left: auto;
}

.comment-list li .meta,
.commentlist li .meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 10px;
  margin-bottom: 4px;
}

.comment-list li .meta .woocommerce-review__author,
.commentlist li .meta .woocommerce-review__author {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}

.comment-list li .meta .woocommerce-review__meta-actions,
.commentlist li .meta .woocommerce-review__meta-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.comment-list li .meta .woocommerce-review__published-date,
.commentlist li .meta .woocommerce-review__published-date {
  margin: 0;
  float: none;
  font-size: 12px;
  color: var(--text-second, var(--real-reset-hex-888));
}

.review-extra-fields {
  width: 100% !important;
}

.review-extra-fields label,
.review-extra-fields .upload-hint {
  font-weight: normal;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  margin: 0;
}

.review-extra-fields .upload-hint {
  margin-left: 10px;
  font-size: 13px;
}

#product-comment-submit,
button#toggle-review-form,
#submit {
  width: max-content !important;
  display: flex;
  margin-left: auto !important;
  padding: 5px 20px !important;
  min-width: 15rem;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

#review_form {
  margin-top: 2rem;
}

#product-comment,
#reviews {
  border: 1px solid var(--border);
  padding: 15px;
  border-radius: 5px;
}

#reviews #comments {
  padding: 0;
  border: 0;
}

.woocommerce-review__recommend,
.woocommerce-review__verified {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
}

.woocommerce-review__verified {
  gap: 4px;
  color: var(--success, var(--real-reset-hex-16a34a));
  margin-left: 6px;
  max-width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.woocommerce-review__verified i {
  font-size: 14px;
  line-height: 1;
  flex-shrink: 0;
  color: currentColor;
}

.woocommerce-review__verified svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: currentColor;
  fill: currentColor;
}

.comment-list li .woocommerce-product-rating,
.commentlist li .woocommerce-product-rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 14px;
  row-gap: 6px;
  margin: 10px 0;
  line-height: 1.4;
}

.commentlist li {
  margin: 15px 0 !important;
  padding: 15px 0 5px;
}

.comment-list li .woocommerce-product-rating .star-rating,
.commentlist li .woocommerce-product-rating .star-rating {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: middle;
  max-width: 100px;
}

.woocommerce-review__recommend {
  gap: 6px;
  line-height: 1.2;
  color: var(--text, var(--real-reset-hex-555));
}

.woocommerce-review__recommend i,
.woocommerce-review__recommend svg {
  color: var(--color-danger);
  fill: currentColor;
  font-size: 13px;
  line-height: 1;
  flex-shrink: 0;
}

.woocommerce-review__recommend svg {
  width: 13px;
  height: 13px;
}

.woocommerce-review__role {
  display: inline-flex;
  align-items: center;
  padding: 2px 10px;
  margin-left: 6px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: var(--white, var(--real-reset-hex-fff));
  background: var(--primary, var(--real-reset-hex-6366f1));
  border-radius: 999px;
  vertical-align: middle;
  white-space: nowrap;
}

.woocommerce-review__meta-actions .comment-reply-link,
.woocommerce-review__meta-actions .review-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  color: var(--text-second, var(--real-reset-hex-888));
  background: 0 0;
  border: 1px solid transparent;
  font: inherit;
  cursor: pointer;
  transition:
    color 0.15s ease,
    background 0.15s ease,
    border-color 0.15s ease;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 1;
}

.woocommerce-review__meta-actions .comment-reply-link:focus-visible,
.woocommerce-review__meta-actions .comment-reply-link:hover,
.woocommerce-review__meta-actions .review-action:focus-visible,
.woocommerce-review__meta-actions .review-action:hover {
  color: var(--heading, var(--real-reset-hex-111));
  text-decoration: none;
}

.woocommerce-review__meta-actions .comment-reply-link i,
.woocommerce-review__meta-actions .comment-reply-link svg,
.woocommerce-review__meta-actions .review-action i,
.woocommerce-review__meta-actions .review-action svg {
  font-size: 13px;
  width: 13px;
  height: 13px;
  line-height: 1;
  color: currentColor;
  fill: currentColor;
}

.woocommerce-review__meta-actions .comment-reactions {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
}

.woocommerce-review__meta-actions .review-action--like.is-active {
  color: var(--primary, var(--real-reset-hex-2563eb));
}

.woocommerce-review__meta-actions .review-action--love.is-active {
  color: var(--real-reset-hex-ef4444);
}

.woocommerce-review__meta-actions .review-action .review-action__count {
  display: none;
}

.woocommerce-review__meta-actions
  .review-action
  .review-action__count:not(:empty) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 14px;
  height: 14px;
  padding: 0 4px;
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  color: var(--white, var(--real-reset-hex-fff));
  background: var(--primary, var(--real-reset-hex-2563eb));
  border-radius: 999px;
  pointer-events: none;
}

.woocommerce-review__meta-actions
  .review-action--love
  .review-action__count:not(:empty) {
  background: var(--real-reset-hex-ef4444);
}

.woocommerce-review__meta-actions .review-action--like,
.woocommerce-review__meta-actions .review-action--love {
  position: relative;
}

.woocommerce-page .star-rating {
  font-family: inherit !important;
  font-size: 16px;
  width: 5.4em;
  line-height: 1;
  margin: 0 !important;
}

.woocommerce-page .star-rating::before {
  content: "\2605\2605\2605\2605\2605" !important;
  color: var(--color-warning);
  opacity: 1;
  font-family: inherit !important;
  letter-spacing: 0.08em;
  position: absolute;
  top: 0;
  left: 0;
}

.woocommerce-page .star-rating span::before {
  content: "\2605\2605\2605\2605\2605" !important;
  color: var(--color-warning);
  opacity: 1;
  font-family: inherit !important;
  letter-spacing: 0.08em;
  position: absolute;
  top: 0;
  left: 0;
}

.woocommerce-page .star-rating span {
  position: absolute;
  top: 0;
  left: 0;
  height: 1em;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.payment_methods input[type="radio"].input-radio,
.variations input[type="radio"],
.woocommerce .payment_methods input[type="radio"],
.woocommerce .shipping_method,
.woocommerce form input[type="checkbox"],
.woocommerce form input[type="radio"],
.woocommerce-checkout .payment_methods input[type="radio"],
.woocommerce-checkout .shipping_method,
.woocommerce-page .payment_methods input[type="radio"],
.woocommerce-page .shipping_method,
form.checkout input[type="checkbox"],
form.checkout input[type="radio"],
ul.payment_methods li input[type="radio"] {
  position: relative !important;
  display: inline-block !important;
  width: 36px !important;
  height: 20px !important;
  margin: 0 8px 0 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  clip: auto !important;
  clip-path: none !important;
}

.comment_image,
.review-upload {
  display: flex;
  align-items: center;
}

.review-upload {
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-bottom: 0;
}

.review-upload > .review-preview {
  flex-basis: 100%;
  width: 100%;
  margin-top: 10px;
}

.comment_image {
  gap: 0;
}

.review-preview {
  margin-top: 10px;
}

.review-preview .box,
.upload-remove {
  position: relative;
  margin-bottom: 0;
}

.review-gallery img,
.review-preview img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid var(--real-reset-hex-edeaea);
}

.upload-remove {
  position: absolute;
  top: 8px;
  right: 8px;
}

.review_reply {
  padding-left: 1rem !important;
  padding-top: 0 !important;
}

.comment-list li .description,
.commentlist li .description {
  font-style: normal;
  color: var(--text);
  font-size: 15px;
}

.review-edit {
  margin-top: 8px;
}

.review-edit .button + .button {
  margin-left: 8px;
}

.sale-progress progress {
  width: 100%;
  height: 8px;
  vertical-align: middle;
}

.rating-summary .button {
  margin-bottom: 0;
  white-space: nowrap;
}

.review-gallery img {
  cursor: pointer;
  border: 1px solid var(--real-reset-hex-eee);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.review-gallery img:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 8px var(--real-reset-rgba-0-0-0-0-15);
}

.comment-reactions {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}

.review-action {
  margin: 0;
}

.comment_image {
  justify-content: center;
}

.live-search-results .product_list_widget {
  margin-bottom: 10px !important;
}

.live-search-results .product_list_widget .search-price del,
.live-search-results .product_list_widget .search-price del span {
  color: var(--text) !important;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 15px;
}

.searchform-wrapper input[id^="woocommerce-product-search-field"]:focus,
.searchform-wrapper input[id^="woocommerce-product-search-field"]:active {
  background: var(--real-reset-hex-fff) !important;
  background-color: var(--real-reset-hex-fff) !important;
}

.live-search-results .product_list_widget {
  list-style: none;
  margin-bottom: 0;
}

.live-search-results .product_list_widget .autocomplete-suggestion {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.live-search-results .product_list_widget .search-item-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 0;
  flex: 1;
}

.live-search-results .product_list_widget .search-price-rating {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.live-search-results .product_list_widget .search-price-rating .search-rating {
  margin: 0;
}

.live-search-results .product_list_widget .search-price {
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.2;
  color: var(--primary, var(--real-reset-hex-d26e4b));
}

.live-search-results
  .product_list_widget
  .search-price
  .woocommerce-Price-amount {
  font-weight: inherit;
}

.live-search-results .product_list_widget .search-rating {
  line-height: 1;
  margin: 2px 0;
}

.live-search-results .product_list_widget .search-rating .star-rating {
  float: none;
  margin: 0;
  font-size: 0.75rem;
  min-height: 1em;
  width: 5.4em;
}

.woocommerce-mini-cart__buttons {
  display: flex;
  flex-direction: column;
  gap: 3px !important;
}

.shop-results.is-loading .products {
  opacity: 0.45;
}

.shop-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}

.products.row {
  transition: all 0.2s ease;
}

.realdev-recent-view__clear {
  position: absolute;
  top: 15px;
  right: 15px;
  color: var(--text-second);
  cursor: pointer;
  font-size: 13px;
  margin: 0;
}

.realdev-recent-view__list,
.realdev-related-products__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0;
  list-style: none;
}

.realdev-recent-view__item,
.realdev-related-products__item {
  position: relative;
  margin: 0 !important;
  width: 100%;
}

.realdev-recent-view__remove {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--text-second);
  z-index: 2;
  cursor: pointer;
}

.realdev-recent-view__remove:after,
.realdev-recent-view__remove:before {
  position: absolute;
  content: "";
  top: 9px;
  right: 4px;
  width: 10px;
  height: 1px;
  border-radius: 8px;
  background-color: var(--white);
}

.realdev-recent-view__remove:before {
  transform: rotate(45deg);
}

.realdev-recent-view__remove:after {
  transform: rotate(-45deg);
}

.realdev-recent-view__link,
.realdev-related-products__link {
  display: flex;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
  padding: 10px 5px;
  background: var(--white);
  font-size: 14px;
  gap: 8px;
  border: 1px solid var(--border);
}

.realdev-recent-view__link img,
.realdev-related-products__link img {
  width: 74px;
  height: 74px;
  object-fit: cover;
  padding: 0 3px;
  border-radius: unset;
}

.realdev-recent-view__title,
.realdev-related-products__title {
  color: var(--real-reset-hex-101828);
  line-height: 20px;
  margin-bottom: 0;
}

.realdev-recent-view__price,
.realdev-related-products__price,
.realdev-recent-view__price bdi,
.realdev-related-products__price bdi {
  margin-top: 5px;
  color: var(--alert);
  font-weight: 700;
  margin-bottom: 0;
}

.realdev-related-products__rating {
  margin: 4px 0 0;
  line-height: 1;
}

.realdev-related-products__rating .star-rating {
  font-size: 12px;
  float: none;
  margin: 0;
}

.realdev-recent-view__info,
.realdev-related-products__info {
  max-width: calc(100% - 100px);
  flex-basis: calc(100% - 100px);
}

.price {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  margin: 15px 0;
  gap: 10px;
}

.price del,
.price del * {
  color: var(--text) !important;
  text-decoration: line-through;
  font-weight: 400 !important;
  font-size: 15px !important;
}

.price .discount-percent {
  color: var(--red);
  font-weight: 700;
  background: var(--red-light);
  padding: 3px 5px;
  font-size: 14px;
  border-radius: 10px;
}

.col.post-item > .col-inner,
.product-categories-items .col-inner,
.product-suggest .col-inner {
  padding: 0 !important;
}

.product-small.col .col-inner {
  padding: 0px !important;
}

.product-small.box {
  background: var(--white);
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid var(--border);
}

.product-box-promotion {
  margin: 15px 0px;
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
}

.box-promotion-title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-size: 15px;
  font-weight: 700;
  padding: 10px 15px;
}

.box-promotion-title i {
  flex-shrink: 0;
  width: 1.1em;
  font-size: 1.1em;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.95;
}

.box-promotion-list {
  font-size: 14px;
  line-height: 1.7;
  color: var(--heading);
  padding: 12px 15px;
}

.box-promotion-list li {
  font-size: 14px;
  color: var(--text);
}

.image-tools,
.product-thumbnails .flickity-prev-next-button {
  display: none;
}

.woocommerce-product-gallery__image {
  border: 1px solid var(--border);
  border-radius: 6px;
  overflow: hidden;
}

.product-category .cat-label {
  top: 3px;
  right: 3px;
  padding: 3px 6px;
  border-radius: 6px;
  font-size: 10px;
  z-index: 999;
}

.product-category .cat-label.label-hot {
  background: var(--red-light);
  color: var(--red);
}

.product-category .cat-label.label-best-seller {
  background: var(--yellow-light);
  color: var(--real-reset-hex-8a6800);
}

.product-category .cat-label.label-new {
  background: var(--green-light);
  color: var(--green);
}

.product-category .cat-label.label-sale {
  background: var(--red-light);
  color: var(--red);
}

.product-category .cat-label.label-trending {
  background: var(--yellow-light);
  color: var(--real-reset-hex-b35c00);
}

@media (max-width: 768px) {
  .realdev-recent-view__list,
  .realdev-related-products__list {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 551px) {
  .product-thumbnails .col {
    max-width: 80px !important;
    flex-basis: 80px !important;
    padding: 10px 6px !important;
  }
}

@media (max-width: 551px) {
  .product-title {
    margin-top: 15px;
  }

  .off-canvas-cart {
    top: unset;
    height: calc(100vh - 90px);
    max-height: unset;
  }

  .off-canvas-cart .mini_cart_item a:not(.remove) {
    color: var(--heading);
    display: inline-block !important;
  }

  .off-canvas-cart .ux-mini-cart-qty,
  .off-canvas-cart .ux-mini-cart-qty * {
    opacity: 1 !important;
  }

  .off-canvas-cart .cart-popup-inner {
    padding: 10px;
  }

  .off-canvas-cart .cart-popup-title {
    margin-top: auto;
    display: block;
  }

  .off-canvas-cart .heading-font {
    font-size: 25px !important;
    font-weight: bold;
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .product-thumbnails .flickity-viewport img {
    height: 60px !important;
  }

  .product-thumbnails .col {
    max-width: 62px !important;
    flex-basis: 62px !important;
    padding: 0 !important;
    margin-right: 10px !important;
  }

  .product-small.box .box-text-products {
    padding: 10px;
  }

  .loop-actions a,
  .woocommerce-loop-product__link {
    font-size: 14px;
  }

  .product-list .product-small .col-inner {
    border: 1px solid var(--real-reset-hex-d9d9d9);
    border-radius: 5px;
    height: auto;
    overflow: hidden;
  }

  .product-list .product-small.col {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .row-products .col-item .product-list {
    padding-left: 5px;
    padding-right: 5px;
  }

  .product-list,
  .product-list .product-small.col {
    border: 0;
  }

  .home .product-techincal {
    display: none;
  }

  #review_form_wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .woocommerce-review__actions {
    gap: 10px;
  }

  .woocommerce-review__action {
    padding: 4px 10px;
    font-size: 13px;
  }

  .calc-price > .box,
  .calc-price > .form-row,
  .calc-price > .message-box,
  .calc-price > .row {
    margin-bottom: 14px;
  }

  .product-list .box-text-products {
    padding: 5px 10px;
  }

  .review-extra-fields {
    flex-direction: column;
  }
}

@media (min-width: 850px) {
  .product-list,
  .product-list .col {
    height: 100%;
  }

  .product-list .flickity-viewport {
    height: 100% !important;
  }
}

.product-section .entry-content {
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem;
}

.product-videos__slider {
  position: relative;
}

.product-videos__figure {
  margin: 0;
}

.product-videos__frame {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  background: var(--real-reset-hex-000);
  aspect-ratio: 9/16;
}

.product-videos__frame embed,
.product-videos__frame iframe,
.product-videos__frame object,
.product-videos__frame video {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
  display: block;
}

.product-videos__slider.flickity-enabled .product-videos__item,
.product-videos__slider.flickity-enabled .product-videos__item .col-inner {
  height: auto;
  padding: 0 !important;
}

.product-videos__frame--facade {
  cursor: pointer;
  background-color: var(--real-reset-hex-111);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.product-videos__frame--facade:focus-visible {
  outline: 2px solid var(--real-reset-hex-fff);
  outline-offset: -2px;
}

.product-videos__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0-32px;
  border-radius: 50%;
  background: var(--real-reset-rgba-0-0-0-0-55);
  box-shadow: 0 2px 14px var(--real-reset-rgba-0-0-0-0-35);
  backdrop-filter: blur(2px);
  transition:
    transform 0.15s ease,
    background 0.15s ease;
  pointer-events: none;
}

.product-videos__play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: -11px;
  margin-left: -6px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 18px solid var(--real-reset-hex-fff);
}

.product-videos__frame--facade:hover .product-videos__play {
  transform: scale(1.06);
  background: var(--real-reset-rgba-0-0-0-0-7);
}

.product-videos__frame--raw::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  cursor: grab;
  background: 0 0;
}

.product-videos__slider.is-dragging .product-videos__frame--raw::after {
  cursor: grabbing;
}

form.cart {
  margin-top: 30px;
}

form.cart .buttons-quickbuy {
  margin-top: 10px;
}

.product-videos__frame--raw.is-active::after {
  display: none;
}

.rating-summary {
  border-radius: 10px;
  background: var(--white, var(--real-reset-hex-fff));
  padding: 20px 24px;
}

.rating-summary .woocommerce-product-rating p.is-large {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  color: var(--heading, var(--text));
  margin-bottom: 4px;
}

.rating-summary .woocommerce-product-rating .star-rating {
  margin: 4px auto;
  width: 90px;
}

.rating-breakdown,
ul.review-filter-nav.nav {
  display: flex;
  gap: 8px;
  padding: 0;
  list-style: none;
}

.rating-breakdown {
  margin: 0;
  flex-direction: column;
}

.rating-breakdown__row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.4;
  color: var(--text);
}

.rating-breakdown__label {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  color: var(--heading, var(--text));
  white-space: nowrap;
  min-width: 44px;
}

.rating-breakdown__label-value {
  font-variant-numeric: tabular-nums;
}

.rating-breakdown__label i,
ul.review-filter-nav.nav > li > a.review-filter--star i {
  color: var(--star, var(--real-reset-hex-ff9f00));
  font-size: 13px;
  line-height: 1;
}

.rating-breakdown__bar {
  flex: 1 1 auto;
  position: relative;
  height: 8px;
  background: var(--border, var(--real-reset-hex-e5e5e5));
  border-radius: 999px;
  overflow: hidden;
  min-width: 80px;
}

.rating-breakdown__fill {
  display: block;
  height: 100%;
  background: var(--star, var(--real-reset-hex-ff9f00));
  border-radius: 999px;
  transition: width 0.3s ease;
}

.rating-breakdown__meta {
  flex: 0 0 auto;
  min-width: 130px;
  text-align: right;
  color: var(--text-second);
  white-space: nowrap;
  font-size: 13px;
}

.rating-summary button.review-focus-target {
  border-radius: 8px;
  padding: 12px 24px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  min-height: 44px;
}

.rating-summary button.review-focus-target:hover {
  background: var(--primary);
  border-color: var(--primary);
}

ul.review-filter-nav.nav {
  flex-wrap: wrap;
  border: 0;
}

ul.review-filter-nav.nav > li {
  margin: 0;
  border: 0;
}

ul.review-filter-nav.nav > li > a {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  border-radius: 999px;
  background: 0 0;
  color: var(--text);
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  transition:
    background 0.15s ease,
    color 0.15s ease,
    border-color 0.15s ease;
}

ul.review-filter-nav.nav > li > a:hover {
  background: var(--border, var(--real-reset-rgba-0-0-0-0-04));
  color: var(--heading, var(--text));
}

.rating-summary button.review-focus-target,
ul.review-filter-nav.nav > li.active > a,
ul.review-filter-nav.nav > li > a[aria-pressed="true"] {
  background: var(--primary, var(--real-reset-hex-111));
  color: var(--white, var(--real-reset-hex-fff));
  border-color: var(--primary, var(--real-reset-hex-111));
}

ul.review-filter-nav.nav > li > a.review-filter--star {
  gap: 4px;
}

ul.review-filter-nav.nav > li > a.review-filter--star .review-filter__value {
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

ul.review-filter-nav.nav > li.active > a.review-filter--star i,
ul.review-filter-nav.nav > li > a.review-filter--star[aria-pressed="true"] i {
  color: var(--star, var(--real-reset-hex-ff9f00));
}

.review-gallery .widget-title {
  color: var(--primary);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

@media (max-width: 849px) {
  .rating-summary .col.text-right {
    text-align: center;
  }

  .rating-summary .button {
    width: 100%;
  }

  .rating-summary {
    padding: 16px;
  }

  .rating-breakdown__label {
    flex: 0 0 42px;
    font-size: 12px;
  }

  .rating-breakdown__meta {
    min-width: 110px;
    font-size: 12px;
  }

  ul.review-filter-nav.nav {
    gap: 6px;
  }

  ul.review-filter-nav.nav > li > a {
    padding: 6px 14px;
    font-size: 13px;
  }
}

.quickbuy-form .woocommerce-input-wrapper,
form.checkout .woocommerce-input-wrapper {
  position: relative;
}

.quickbuy-form .form-row.woocommerce-invalid input,
.quickbuy-form .form-row.woocommerce-invalid select,
.quickbuy-form .form-row.woocommerce-invalid textarea,
form.checkout .form-row.woocommerce-invalid input,
form.checkout .form-row.woocommerce-invalid select,
form.checkout .form-row.woocommerce-invalid textarea {
  border-color: var(--border);
}

.product-categories-items .col-inner:hover {
  transform: translateY(-10px);
}

.product-categories-items .col-inner,
.product-small.col {
  transition:
    transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, box-shadow;
}

.product-small.col:hover {
  transform: translateY(-5px);
  border-radius: 6px;
  overflow: hidden;
}


.product-small .box-image {
  position: relative;
  overflow: hidden;
}

.product-small .box-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    transparent 0%,
    transparent 35%,
    var(--real-reset-rgba-255-255-255-0-45) 50%,
    transparent 65%,
    transparent 100%
  );
  transform: translateX(-120%);
  transition: transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.product-small.col:hover .box-image::after,
.product-small.has-hover:hover .box-image::after {
  transform: translateX(120%);
}

@media (prefers-reduced-motion: reduce) {
  .product-small .box-image::after {
    display: none;
  }
}

.loop-cart-btn,
.loop-quickbuy-btn,
.loop-wishlist-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid var(--border, var(--real-reset-hex-e2e8f0));
  background: var(--white, var(--real-reset-hex-fff));
  color: var(--text, var(--real-reset-hex-333));
  cursor: pointer;
  font-size: 13px;
  transition:
    background 0.2s,
    border-color 0.2s,
    color 0.2s,
    opacity 0.2s;
  padding: 0;
  line-height: 1;
}

.loop-cart-btn:hover,
.loop-wishlist-btn:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.loop-cart-btn.loading {
  pointer-events: none;
  opacity: 0.7;
}

.loop-cart-btn.loading i {
  animation: spin 0.8s linear infinite;
}

.loop-cart-btn.added,
.loop-cart-btn.added_to_cart.added {
  display: inline-flex !important;
  opacity: 1 !important;
  cursor: default;
}

.loop-cart-btn.added i,
.loop-wishlist-btn.primary i {
  color: var(--green, var(--real-reset-hex-4caf50));
}

.loop-cart-btn:disabled {
  cursor: default;
}

.loop-cart-btn .btn-count,
.loop-quickbuy-btn .btn-count,
.loop-wishlist-btn .btn-count {
  position: absolute;
  top: 3px;
  right: -3px;
  min-width: 13px;
  height: 13px;
  padding: 0;
  border-radius: 99px;
  background: var(--green, var(--real-reset-hex-4caf50));
  color: var(--real-reset-hex-fff);
  font-size: 10px;
  font-weight: 700;
  line-height: 13px;
  text-align: center;
  pointer-events: none;
}

.shop-results {
  background: transparent;
  padding: 0 !important;
}

.shop-results .product-small.col {
  padding: 3px;
}
.most-viewed-widget--products .realdev-related-posts__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.most-viewed-widget--products .realdev-related-products__rating {
  margin-top: 2px;
}

@media (max-width: 551px) {
  .price {
    margin: 0px !important;
  }

  .product-box-sidebar:last-child {
    margin-bottom: 0;
  }

  .rating-summary {
    border: none;
    padding: 0;
  }

  .single-product-feature {
    padding-top: 10px !important;
  }

  button.single_add_to_cart_button.button,
  .wishlist-style--button {
    padding: 3px !important;
    border: none !important;
  }

  .most-viewed-widget {
    padding: 15px;
  }

  .most-viewed-widget .top-viewed-item .top-rank {
    width: 24px;
    height: 24px;
    font-size: 0.7rem;
  }

  .comment-list li .meta .woocommerce-review__meta-actions,
  .commentlist li .meta .woocommerce-review__meta-actions {
    margin-left: unset;
  }
}

.row .col-inner .row .product-small.col {
  padding: 0 3px;
}

:root {
  --real-primary: #d4a038;
  --real-primary-dark: #8b6914;
  --real-primary-soft: #f5e6c8;
  --real-primary-contrast: #ffffff;
  --real-accent: #8b6914;
  --real-accent-soft: #f5e6c8;
  --real-secondary: #f5e6c8;
  --real-secondary-soft: #faf1dd;
  --real-text: #1f2937;
  --real-text-muted: #6b7280;
  --real-text-soft: #9ca3af;
  --real-bg: #f3f4f6;
  --real-surface: #ffffff;
  --real-surface-alt: #f9fafb;
  --real-border: #e5e7eb;
  --real-border-strong: #d1d5db;
  --real-success: #10b981;
  --real-success-soft: #d1fae5;
  --real-warning: #f59e0b;
  --real-warning-soft: #fef3c7;
  --real-error: #ef4444;
  --real-error-soft: #fee2e2;
  --real-info: #3b82f6;
  --real-info-soft: #dbeafe;
  --real-space-0: 0;
  --real-space-xs: 4px;
  --real-space-sm: 8px;
  --real-space-md: 12px;
  --real-space-lg: 16px;
  --real-space-xl: 24px;
  --real-space-2xl: 32px;
  --real-space-3xl: 48px;
  --real-radius-sm: 4px;
  --real-radius-md: 6px;
  --real-radius-lg: 8px;
  --real-radius-xl: 12px;
  --real-radius-pill: 999px;
  --real-font-family: inherit;
  --real-font-size-xs: 11px;
  --real-font-size-sm: 12px;
  --real-font-size-md: 14px;
  --real-font-size-lg: 16px;
  --real-font-size-xl: 18px;
  --real-font-size-2xl: 20px;
  --real-font-weight-regular: 400;
  --real-font-weight-medium: 500;
  --real-font-weight-semibold: 600;
  --real-font-weight-bold: 700;
  --real-line-height-tight: 1.25;
  --real-line-height-base: 1.5;
  --real-shadow-xs: 0 1px 2px rgba(17, 24, 39, 0.04);
  --real-shadow-sm: 0 1px 3px rgba(17, 24, 39, 0.06), 0 1px 2px rgba(17, 24, 39, 0.04);
  --real-shadow-md: 0 4px 12px rgba(17, 24, 39, 0.08);
  --real-shadow-lg: 0 12px 28px rgba(17, 24, 39, 0.1);
  --real-transition-fast: 120ms ease;
  --real-transition: 160ms ease;
  --real-transition-slow: 240ms ease;
  --real-z-dropdown: 100;
  --real-z-sticky: 200;
  --real-z-modal: 1000;
  --real-z-toast: 1100;
  --primary: var(--real-primary);
  --primary-dark: var(--real-primary-dark);
  --accent: var(--real-accent);
  --secondary: var(--real-secondary);
  --text: var(--real-text);
  --heading: var(--real-text);
  --muted: var(--real-text-muted);
  --bg: var(--real-bg);
  --surface: var(--real-surface);
  --border-color: var(--real-border);
  --primary-color: var(--real-primary);
  --primary-light: var(--real-primary-soft);
  --fs-color-primary: var(--real-primary);
  --background: var(--real-bg);
  --bg-color: var(--real-bg);
  --bg-hover: var(--real-surface-alt);
  --white: var(--real-surface);
  --black: #000;
  --border: var(--real-border);
  --border-muted: color-mix(in srgb, var(--real-border) 70%, transparent);
  --light: var(--real-surface-alt);
  --link: var(--real-accent);
  --link-hover: var(--real-primary-dark);
  --text-second: var(--real-text-muted);
  --text-muted: var(--real-text-muted);
  --text-strong: var(--real-text);
  --second: var(--real-secondary);
  --star: var(--real-warning);
  --red: var(--real-error);
  --red-light: var(--real-error-soft);
  --alert: var(--real-error);
  --success: var(--real-success);
  --color-warning: var(--real-warning);
  --color-danger: var(--real-error);
  --accent-gold: var(--real-accent);
  --animation-color: var(--real-primary);
  --brand-youtube: #f00;
  --cta-color: var(--real-accent);
  --shadow: var(--real-shadow-md);
  --surface-soft-alt: var(--real-surface-alt);
  --surface-brand-pale: var(--real-primary-soft);
  --surface-brand-pale-alt: var(--real-secondary-soft);
  --surface-inverse-strong: #1a1a1a;
  --surface-inverse-muted: #2a2a2a;
  --overlay-black-10: rgb(0 0 0 / 10%);
  --overlay-black-15: rgb(0 0 0 / 15%);
  --overlay-white-75: rgb(255 255 255 / 75%);
  --overlay-white-80: rgb(255 255 255 / 80%);
  --overlay-highlight-0: transparent;
  --overlay-highlight-90: rgb(255 255 255 / 90%);
  --scrollbar-thumb: var(--real-border-strong);
  --scrollbar-thumb-hover: var(--real-text-muted);
  --green: var(--real-success);
  --green-light: var(--real-success-soft);
  --yellow-light: var(--real-warning-soft);
  --icon-family: inherit;
  --icon-weight: 900;
  --icon-list: "\f03a";
  --icon-list-font: var(--icon-family);
  --icon-minus: "\f068";
  --icon-minus-font: var(--icon-family);
  --icon-chevron-right: "\f054";
  --icon-cart-plus: "\f217";
  --ion-color-6: var(--real-text-muted);
  --real-mf-cols: 6;
  --real-toast-bg: var(--real-surface);
  --real-toast-accent: var(--real-primary);
  --real-toast-duration: 3500ms;
  --cta-bg: #018749;
  --cta-text: #ffffff;
  --real-reset-hex-000: #000;
  --real-reset-hex-03a0e2: #03a0e2;
  --real-reset-hex-101828: #101828;
  --real-reset-hex-111: #111;
  --real-reset-hex-16a34a: #16a34a;
  --real-reset-hex-21759b: #21759b;
  --real-reset-hex-222: #222;
  --real-reset-hex-22343e: #22343e;
  --real-reset-hex-2563eb: #2563eb;
  --real-reset-hex-2d2d2d: #2d2d2d;
  --real-reset-hex-333: #333;
  --real-reset-hex-3590ce: #3590ce;
  --real-reset-hex-4caf50: #4caf50;
  --real-reset-hex-555: #555;
  --real-reset-hex-5b5b5bb3: #5b5b5bb3;
  --real-reset-hex-5d6f7a: #5d6f7a;
  --real-reset-hex-6366f1: #6366f1;
  --real-reset-hex-64748b: #64748b;
  --real-reset-hex-666: #666;
  --real-reset-hex-757575: #757575;
  --real-reset-hex-888: #888;
  --real-reset-hex-8a6800: #8a6800;
  --real-reset-hex-94a3b8: #94a3b8;
  --real-reset-hex-9c9d9e: #9c9d9e;
  --real-reset-hex-b35c00: #b35c00;
  --real-reset-hex-b45309: #b45309;
  --real-reset-hex-c8c8c8: #c8c8c8;
  --real-reset-hex-d26e4b: #d26e4b;
  --real-reset-hex-d3e3f3: #d3e3f3;
  --real-reset-hex-d97706: #d97706;
  --real-reset-hex-d9d9d9: #d9d9d9;
  --real-reset-hex-ddd: #ddd;
  --real-reset-hex-ddecff: #ddecff;
  --real-reset-hex-e2e8f0: #e2e8f0;
  --real-reset-hex-e3e3e3: #e3e3e3;
  --real-reset-hex-e5e5e5: #e5e5e5;
  --real-reset-hex-e7f3ff: #e7f3ff;
  --real-reset-hex-e8e8e8: #e8e8e8;
  --real-reset-hex-ececec: #ececec;
  --real-reset-hex-edeaea: #edeaea;
  --real-reset-hex-eee: #eee;
  --real-reset-hex-ef4444: #ef4444;
  --real-reset-hex-f0f7ff: #f0f7ff;
  --real-reset-hex-f1f1f1: #f1f1f1;
  --real-reset-hex-f2f4f7: #f2f4f7;
  --real-reset-hex-f59e0b: #f59e0b;
  --real-reset-hex-fcb500: #fcb500;
  --real-reset-hex-ff6b00: #ff6b00;
  --real-reset-hex-ff932e: #ff932e;
  --real-reset-hex-ff9f00: #ff9f00;
  --real-reset-hex-ffd41d: #ffd41d;
  --real-reset-hex-fff: #fff;
  --real-reset-rgb-255-255-255: rgb(255, 255, 255);
  --real-reset-rgba-0-0-0-0-04: rgba(0, 0, 0, 0.04);
  --real-reset-rgba-0-0-0-0-05: rgba(0, 0, 0, 0.05);
  --real-reset-rgba-0-0-0-0-06: rgba(0, 0, 0, 0.06);
  --real-reset-rgba-0-0-0-0-1: rgba(0, 0, 0, 0.1);
  --real-reset-rgba-0-0-0-0-15: rgba(0, 0, 0, 0.15);
  --real-reset-rgba-0-0-0-0-2: rgba(0, 0, 0, 0.2);
  --real-reset-rgba-0-0-0-0-25: rgba(0, 0, 0, 0.25);
  --real-reset-rgba-0-0-0-0-3: rgba(0, 0, 0, 0.3);
  --real-reset-rgba-0-0-0-0-35: rgba(0, 0, 0, 0.35);
  --real-reset-rgba-0-0-0-0-4: rgba(0, 0, 0, 0.4);
  --real-reset-rgba-0-0-0-0-45: rgba(0, 0, 0, 0.45);
  --real-reset-rgba-0-0-0-0-55: rgba(0, 0, 0, 0.55);
  --real-reset-rgba-0-0-0-0-6: rgba(0, 0, 0, 0.6);
  --real-reset-rgba-0-0-0-0-7: rgba(0, 0, 0, 0.7);
  --real-reset-rgba-0-0-0-0-8: rgba(0, 0, 0, 0.8);
  --real-reset-rgba-100-116-139-0-3: rgba(100, 116, 139, 0.3);
  --real-reset-rgba-13-84-252-0-08: rgba(13, 84, 252, 0.08);
  --real-reset-rgba-180-83-9-0-3: rgba(180, 83, 9, 0.3);
  --real-reset-rgba-207-207-207-0-23: rgba(207, 207, 207, 0.23);
  --real-reset-rgba-217-119-6-0-35: rgba(217, 119, 6, 0.35);
  --real-reset-rgba-255-255-255-0: rgba(255, 255, 255, 0);
  --real-reset-rgba-255-255-255-0-15: rgba(255, 255, 255, 0.15);
  --real-reset-rgba-255-255-255-0-18: rgba(255, 255, 255, 0.18);
  --real-reset-rgba-255-255-255-0-3: rgba(255, 255, 255, 0.3);
  --real-reset-rgba-255-255-255-0-35: rgba(255, 255, 255, 0.35);
  --real-reset-rgba-255-255-255-0-4: rgba(255, 255, 255, 0.4);
  --real-reset-rgba-255-255-255-0-45: rgba(255, 255, 255, 0.45);
  --real-reset-rgba-255-255-255-0-75: rgba(255, 255, 255, 0.75);
  --real-reset-rgba-255-255-255-0-85: rgba(255, 255, 255, 0.85);
  --real-reset-rgba-255-255-255-0-88: rgba(255, 255, 255, 0.88);
}

#realdev-search-results {
  display: none;
  top: calc(100% + 10px);
}

#realdev-search-results.active {
  display: block;
}

#realdev-search-results .autocomplete-suggestion {
  cursor: pointer;
}

#realdev-search-results .autocomplete-suggestion:last-child {
  border-bottom: none;
}

#realdev-search-results .parent-info {
  display: block;
  margin-top: 4px;
}

#technical-docs-list {
  position: relative;
}

#technical-docs-list .shop_table {
  margin-bottom: 0;
}

#technical-docs-list .shop_table td,
#technical-docs-list .shop_table th {
  vertical-align: middle;
}

#technical-docs-list .shop_table .col-fit svg {
  display: block;
}

#technical-docs-list .shop_table .button.icon svg {
  width: 21px;
  height: 26px;
}

@media (max-width: 549px) {
  #calc-price-lightbox {
    margin-bottom: 45px;
  }
}

#quickbuy-lightbox {
  position: relative;
  border-radius: 10px;
  padding: 20px;
}

#series-related-section {
  background: var(--white);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
}

#series-product-list {
  position: relative;
  transition: opacity 0.2s ease;
}

#series-product-list .series-loading-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--overlay-white-80);
  z-index: 2;
}

#series-product-list .real-series-loading-overlay {
  display: none;
}
