@charset "UTF-8";
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
  overflow-x: hidden;
}
.container {
  max-width: min(1800px, calc(100vw - 80px));
  padding-left: 24px;
  padding-right: 24px;
}
#common-home .home-banner-full {
  width: 100%;
  max-width: min(1800px, calc(100vw - 80px));
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  overflow: hidden;
}
#common-home .home-banner-full > .carousel, #common-home .home-banner-full .home-hero-carousel {
  margin-bottom: 0;
}
#common-home .home-banner-full .carousel-inner, #common-home .home-banner-full .carousel-item {
  min-height: var(--banner-height, clamp(280px, 42vw, 560px));
}
#common-home .home-banner-full .carousel-item img, #common-home .home-banner-full .home-hero-image {
  display: block;
  width: 100%;
  height: var(--banner-height, clamp(280px, 42vw, 560px));
  max-width: none;
  object-fit: cover;
  object-position: center;
}
.showcase-banner-carousel .carousel-inner {
  min-height: var(--banner-height, clamp(280px, 42vw, 560px));
  background: #fff;
}
.showcase-banner-carousel.carousel-fade .carousel-item {
  transition: opacity 0.45s ease-in-out;
}
.showcase-banner-carousel .carousel-item {
  min-height: var(--banner-height, clamp(280px, 42vw, 560px));
  display: flex;
  align-items: center;
  justify-content: center;
}
.showcase-banner-carousel .showcase-banner-image {
  width: 100%;
  max-width: 100%;
  height: var(--banner-height, clamp(280px, 42vw, 560px));
  object-fit: cover;
  object-position: center;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 15px;
}
footer h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
legend {
  font-size: 18px;
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
.list-unstyled a {
  text-decoration: none;
}
.nav-tabs {
  margin-bottom: 15px;
}
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
#alert {
  z-index: 9999;
  pointer-events: all;
}
#alert .alert {
  min-width: 400px;
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 1300px) {
  #alert .alert {
    right: 50px;
  }
}
@media (min-width: 1400px) {
  #alert .alert {
    right: 0px;
  }
}
@media (min-width: 1600px) {
  #alert .alert {
    right: 100px;
  }
}
@media (min-width: 1800px) {
  #alert .alert {
    right: 200px;
  }
}
@media (min-width: 2000px) {
  #alert .alert {
    right: 300px;
  }
}
@media (min-width: 2200px) {
  #alert .alert {
    right: 400px;
  }
}
@media (min-width: 2400px) {
  #alert .alert {
    right: 500px;
  }
}
@media (min-width: 2600px) {
  #alert .alert {
    right: 600px;
  }
}
@media (min-width: 2800px) {
  #alert .alert {
    right: 700px;
  }
}
@media (min-width: 3000px) {
  #alert .alert {
    right: 800px;
  }
}
@media (min-width: 3200px) {
  #alert .alert {
    right: 900px;
  }
}
@media (min-width: 3400px) {
  #alert .alert {
    right: 1000px;
  }
}
@media (min-width: 3600px) {
  #alert .alert {
    right: 1100px;
  }
}
@media (min-width: 3800px) {
  #alert .alert {
    right: 1200px;
  }
}
@media (min-width: 4000px) {
  #alert .alert {
    right: 1300px;
  }
}
/* top */
#top {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  min-height: 36px;
  position: relative;
}
#top .nav > .list-inline > .list-inline-item, #top .nav > .list-inline .list-inline-item > a, #top .nav > .list-inline .list-inline-item .dropdown > a {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
}
#top .nav > .list-inline .topbar-home-link {
  color: #888;
  text-decoration: none;
  margin-left: 4px;
}
#top .nav > .list-inline .topbar-home-link:hover {
  color: #e74847;
}
#top ul {
  margin-bottom: 0;
}
#top .btn-link {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
  text-decoration: none;
}
#top .btn-link:hover {
  color: #444;
}
#top a {
  font-size: 1.1em;
  text-decoration: none;
}
footer a {
  font-size: 1.1em;
  text-decoration: none;
}
/* logo */
#logo img {
  max-width: 200px;
}
/* search */
#search {
  max-width: 80%;
  margin: 0 auto;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn {
  background-color: #e74847;
  color: #fff;
}
.header-cart-wrap .btn-default {
  height: 40px;
  line-height: 40px;
  padding: 0 0.8rem;
}
/* cart */
#header-cart .btn.dropdown-toggle {
  color: #333;
}
#header-cart .dropdown-menu {
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
#header-cart .dropdown-menu li {
  min-width: 427px;
}
@media (max-width: 768px) {
  #header-cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
.menu-wrap {
  background-color: #272727;
}
#menu {
  min-height: 40px;
  border-radius: 0;
  margin-bottom: 0;
}
#menu.navbar {
  padding: 0;
}
#menu .dropdown-menu {
  padding-bottom: 0;
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  overflow: visible;
}
#menu .dropdown-menu.menu-dropdown-l3 {
  min-width: 220px;
  max-width: none;
  padding: 0;
}
#menu .menu-mega-body {
  position: relative;
}
#menu .menu-l2-column {
  width: 220px;
  margin: 0;
  padding: 6px 0;
}
#menu .menu-l2-item {
  position: relative;
  margin-bottom: 0;
}
#menu .menu-l2-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-weight: 600;
  color: #333 !important;
  padding: 8px 16px !important;
  white-space: nowrap;
}
#menu .menu-l2-arrow {
  font-size: 10px;
  opacity: 0.45;
}
#menu .menu-l3-flyout {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 200px;
  max-width: 280px;
  max-height: 420px;
  overflow-y: auto;
  background: #fff;
  border-left: 1px solid #eee;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.08);
  padding: 6px 0;
  z-index: 1002;
}
#menu .menu-l3-list {
  margin: 0;
  padding: 0;
}
#menu .menu-l3-link {
  font-size: 12px;
  padding: 7px 16px !important;
  color: #555 !important;
  white-space: nowrap;
}
@media (min-width: 768px) {
  #menu .menu-l2-item.has-children:hover > .menu-l2-link {
    background-color: #f5f5f5;
    color: #e74847 !important;
  }
  #menu .menu-l2-item.has-children:hover > .menu-l2-link .menu-l2-arrow {
    opacity: 1;
  }
  #menu .menu-l2-item.has-children:hover > .menu-l3-flyout {
    display: block;
  }
}
#menu .dropdown-inner {
  display: table;
}
#menu .dropdown-inner ul {
  display: table-cell;
}
#menu .dropdown-inner ul li a:hover {
  background-color: #eee;
}
#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 5px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
}
#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #DDD;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
  text-decoration: none;
  background-color: #eee;
  background-repeat: repeat-x;
}
#menu #category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
#menu .navbar-nav > li:hover > a {
  background-color: #e74847;
}
#menu .navbar-nav > li > a {
  color: #fff;
  padding: 10px 15px 10px 15px;
  min-height: 15px;
  background-color: transparent;
}
@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }
  #menu div.dropdown-inner > ul .list-unstyled {
    display: block;
  }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #menu .menu-l2-column {
    width: 100%;
    padding: 0;
  }
  #menu .menu-l2-link {
    color: #fff !important;
  }
  #menu .menu-l2-arrow {
    display: none;
  }
  #menu .menu-l3-flyout {
    display: block;
    position: static;
    max-height: none;
    border-left: none;
    box-shadow: none;
    background: transparent;
    padding: 0 0 0 12px;
  }
  #menu .menu-l3-link {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 11px;
    padding: 4px 12px !important;
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }
  #menu .dropdown-menu a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-menu ul li a :hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}
/* content */
#content {
  min-height: 600px;
}
/* product listing pages (CY PROMOS style) */
.product-listing-page, .product-all-page {
  padding-top: 8px;
}
.product-listing-page .listing-breadcrumb, .product-all-page .listing-breadcrumb {
  font-size: 14px;
  padding: 0;
  margin: 0;
  background: transparent;
}
.product-listing-page .listing-breadcrumb .breadcrumb-item, .product-all-page .listing-breadcrumb .breadcrumb-item {
  color: #666;
}
.product-listing-page .listing-breadcrumb .breadcrumb-item + .breadcrumb-item::before, .product-all-page .listing-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "-";
  color: #999;
}
.product-listing-page .listing-breadcrumb .breadcrumb-item a, .product-all-page .listing-breadcrumb .breadcrumb-item a {
  color: #e74847;
  text-decoration: none;
}
.product-listing-page .listing-breadcrumb .breadcrumb-item a:hover, .product-all-page .listing-breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline;
}
.product-listing-page .listing-breadcrumb .breadcrumb-item:last-child, .product-all-page .listing-breadcrumb .breadcrumb-item:last-child {
  color: #333;
}
.product-listing-page .listing-results, .product-all-page .listing-results {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}
.product-listing-page .product-listing-toolbar .view-toggle .btn, .product-listing-page .product-all-toolbar .view-toggle .btn, .product-all-page .product-listing-toolbar .view-toggle .btn, .product-all-page .product-all-toolbar .view-toggle .btn {
  border: 1px solid #ddd;
  color: #666;
  background: #fff;
  padding: 6px 10px;
}
.product-listing-page .product-listing-toolbar .view-toggle .btn.active, .product-listing-page .product-all-toolbar .view-toggle .btn.active, .product-all-page .product-listing-toolbar .view-toggle .btn.active, .product-all-page .product-all-toolbar .view-toggle .btn.active {
  background: #e74847;
  border-color: #e74847;
  color: #fff;
}
.product-listing-page .product-listing-toolbar .toolbar-field, .product-listing-page .product-all-toolbar .toolbar-field, .product-all-page .product-listing-toolbar .toolbar-field, .product-all-page .product-all-toolbar .toolbar-field {
  min-width: 130px;
  max-width: 170px;
}
.product-listing-page .product-listing-toolbar .input-group-text, .product-listing-page .product-all-toolbar .input-group-text, .product-all-page .product-listing-toolbar .input-group-text, .product-all-page .product-all-toolbar .input-group-text {
  font-size: 12px;
  white-space: nowrap;
  background: #fff;
  color: #333;
  border-color: #ddd;
}
.product-listing-page .product-listing-toolbar .form-select, .product-listing-page .product-all-toolbar .form-select, .product-all-page .product-listing-toolbar .form-select, .product-all-page .product-all-toolbar .form-select {
  color: #333;
  border-color: #ddd;
  font-size: 13px;
}
.product-listing-page .product-listing-filter .filter-heading, .product-listing-page .product-all-filter .filter-heading, .product-all-page .product-listing-filter .filter-heading, .product-all-page .product-all-filter .filter-heading {
  font-weight: 700;
  font-size: 22px;
  color: #111;
  margin-bottom: 14px;
  line-height: 1.2;
}
.product-listing-page .product-listing-filter .filter-body, .product-listing-page .product-all-filter .filter-body, .product-all-page .product-listing-filter .filter-body, .product-all-page .product-all-filter .filter-body {
  padding: 0;
}
.product-listing-page .product-listing-filter .filter-search .form-control, .product-listing-page .product-all-filter .filter-search .form-control, .product-all-page .product-listing-filter .filter-search .form-control, .product-all-page .product-all-filter .filter-search .form-control {
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: 14px;
  padding: 9px 12px;
  height: auto;
  color: #666;
}
.product-listing-page .product-listing-filter .filter-search .form-control::placeholder, .product-listing-page .product-all-filter .filter-search .form-control::placeholder, .product-all-page .product-listing-filter .filter-search .form-control::placeholder, .product-all-page .product-all-filter .filter-search .form-control::placeholder {
  color: #999;
}
.product-listing-page .product-listing-filter .filter-group-title, .product-listing-page .product-all-filter .filter-group-title, .product-all-page .product-listing-filter .filter-group-title, .product-all-page .product-all-filter .filter-group-title {
  font-weight: 700;
  font-size: 16px;
  color: #111;
  margin-bottom: 10px;
}
.product-listing-page .product-listing-filter .filter-group-items .form-check, .product-listing-page .product-all-filter .filter-group-items .form-check, .product-all-page .product-listing-filter .filter-group-items .form-check, .product-all-page .product-all-filter .filter-group-items .form-check {
  margin-bottom: 8px;
  padding-left: 1.75em;
  min-height: 24px;
  display: flex;
  align-items: flex-start;
}
.product-listing-page .product-listing-filter .filter-group-items .form-check-input, .product-listing-page .product-all-filter .filter-group-items .form-check-input, .product-all-page .product-listing-filter .filter-group-items .form-check-input, .product-all-page .product-all-filter .filter-group-items .form-check-input {
  width: 14px;
  height: 14px;
  margin-top: 3px;
  margin-left: -1.75em;
  border: 1px solid #aaa;
  border-radius: 2px;
  cursor: pointer;
}
.product-listing-page .product-listing-filter .filter-group-items .form-check-input:checked, .product-listing-page .product-all-filter .filter-group-items .form-check-input:checked, .product-all-page .product-listing-filter .filter-group-items .form-check-input:checked, .product-all-page .product-all-filter .filter-group-items .form-check-input:checked {
  background-color: #e74847;
  border-color: #e74847;
}
.product-listing-page .product-listing-filter .filter-group-items .form-check-input:focus, .product-listing-page .product-all-filter .filter-group-items .form-check-input:focus, .product-all-page .product-listing-filter .filter-group-items .form-check-input:focus, .product-all-page .product-all-filter .filter-group-items .form-check-input:focus {
  border-color: #e74847;
  box-shadow: none;
}
.product-listing-page .product-listing-filter .filter-group-items .form-check-label, .product-listing-page .product-all-filter .filter-group-items .form-check-label, .product-all-page .product-listing-filter .filter-group-items .form-check-label, .product-all-page .product-all-filter .filter-group-items .form-check-label {
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  cursor: pointer;
}
.product-listing-page .product-listing-filter .filter-toggle, .product-listing-page .product-all-filter .filter-toggle, .product-all-page .product-listing-filter .filter-toggle, .product-all-page .product-all-filter .filter-toggle {
  font-size: 13px;
  font-weight: 500;
  color: #e74847;
  text-decoration: none;
}
.product-listing-page .product-listing-filter .filter-toggle:hover, .product-listing-page .product-all-filter .filter-toggle:hover, .product-all-page .product-listing-filter .filter-toggle:hover, .product-all-page .product-all-filter .filter-toggle:hover {
  color: #c93c3b;
  text-decoration: underline;
}
.product-listing-page #product-list.row-cols-xl-4, .product-all-page #product-list.row-cols-xl-4 {
  --bs-columns: 4;
}
.product-listing-page .product-thumb-listing, .product-all-page .product-thumb-listing {
  border: none;
  background: transparent;
  border-radius: 0;
  margin-bottom: 24px;
  box-shadow: none;
}
.product-listing-page .product-thumb-listing:hover, .product-all-page .product-thumb-listing:hover {
  box-shadow: none;
}
.product-listing-page .product-thumb-listing .image-wrap, .product-all-page .product-thumb-listing .image-wrap {
  margin-bottom: 12px;
}
.product-listing-page .product-thumb-listing .main-image, .product-all-page .product-thumb-listing .main-image {
  display: block;
  text-align: center;
  min-height: 220px;
  line-height: 220px;
  background: #fff;
}
.product-listing-page .product-thumb-listing .main-image img, .product-all-page .product-thumb-listing .main-image img {
  max-height: 220px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  vertical-align: middle;
}
.product-listing-page .product-thumb-listing .content, .product-all-page .product-thumb-listing .content {
  text-align: left;
  padding: 0;
}
.product-listing-page .product-thumb-listing .p-name, .product-all-page .product-thumb-listing .p-name {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 6px;
}
.product-listing-page .product-thumb-listing .p-name a, .product-all-page .product-thumb-listing .p-name a {
  color: #111;
  text-decoration: none;
}
.product-listing-page .product-thumb-listing .p-name a:hover, .product-all-page .product-thumb-listing .p-name a:hover {
  color: #e74847;
}
.product-listing-page .product-thumb-listing .item-id, .product-all-page .product-thumb-listing .item-id {
  font-size: 13px;
  color: #666;
  margin-bottom: 4px;
}
.product-listing-page .product-thumb-listing .price-range, .product-all-page .product-thumb-listing .price-range {
  font-size: 14px;
  color: #111;
  font-weight: 500;
}
.product-listing-page.product-list .product-thumb-listing .image-wrap, .product-all-page.product-list .product-thumb-listing .image-wrap {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.product-listing-page.product-list .product-thumb-listing .main-image, .product-all-page.product-list .product-thumb-listing .main-image {
  flex: 0 0 200px;
  min-height: 180px;
  line-height: 180px;
}
/* footer */
footer {
  margin-top: 30px;
  padding: 40px 0;
  background-color: #fff;
  border-top: 1px solid #eee;
  color: #333;
}
footer .footer-main {
  padding-top: 10px;
  padding-bottom: 10px;
}
footer .footer-logo-col {
  text-align: left;
}
footer .footer-logo-img {
  max-width: 200px;
  max-height: 70px;
  width: auto;
  height: auto;
}
footer .footer-logo-text {
  font-size: 22px;
  font-weight: 700;
  color: #333;
}
footer .footer-nav-col {
  min-width: 0;
}
footer .footer-nav-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #111;
  margin: 0 0 12px;
}
footer .footer-nav-title::after {
  display: none;
}
footer .footer-nav-links li {
  padding: 0;
  display: block;
}
footer .footer-nav-links li::before {
  display: none;
}
footer .footer-nav-links li a {
  display: block;
  padding: 2px 0;
  color: #555;
  font-size: 14px;
  line-height: 1.7;
  transition: color 0.2s ease;
}
footer .footer-nav-links li a:hover {
  color: #e74847;
}
footer .footer-top-row {
  align-items: flex-start;
}
footer .footer-logo-col, footer .footer-contact-col, footer .footer-nav-wrap {
  align-self: flex-start;
}
footer .footer-nav-wrap {
  display: flex;
  justify-content: flex-end;
}
footer .footer-nav-group {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 72px;
  align-items: flex-start;
}
footer .footer-contact-col {
  min-width: 0;
}
footer .footer-contact-links li {
  padding: 0;
  display: block;
}
footer .footer-contact-links li::before {
  display: none;
}
footer .footer-contact-links li a {
  display: block;
  padding: 2px 0;
  color: #333;
  font-size: 14px;
  line-height: 1.8;
  transition: color 0.2s ease;
}
footer .footer-contact-links li a:hover {
  color: #e74847;
}
footer .footer-bottom-bar {
  border-top: 1px dashed #ccc;
  margin-top: 28px;
  padding: 18px 0 24px;
  background: #fafafa;
}
footer .footer-bottom-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
  margin-bottom: 14px;
}
footer .footer-copyright {
  color: #666;
  font-size: 12px;
  line-height: 1.6;
  flex: 1 1 320px;
}
footer .footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 18px;
  flex: 0 1 auto;
}
footer .footer-bottom-links li {
  padding: 0;
  display: block;
}
footer .footer-bottom-links li::before {
  display: none;
}
footer .footer-bottom-links li a {
  color: #666;
  font-size: 12px;
  line-height: 1.6;
  transition: color 0.2s ease;
}
footer .footer-bottom-links li a:hover {
  color: #e74847;
}
footer .footer-disclaimer {
  color: #888;
  font-size: 11px;
  line-height: 1.65;
  font-family: "Courier New", Courier, monospace;
}
@media (max-width: 767px) {
  footer .footer-top-row {
    text-align: center;
  }
  footer .footer-logo-col, footer .footer-nav-col, footer .footer-contact-col {
    text-align: center;
  }
  footer .footer-nav-wrap {
    justify-content: center;
  }
  footer .footer-nav-group {
    justify-content: center;
    gap: 32px 48px;
  }
  footer .footer-bottom-meta {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  footer .footer-bottom-links {
    justify-content: center;
  }
  footer .footer-disclaimer {
    text-align: center;
  }
}
footer .powered-wrap {
  border-top: 1px solid #e4e4e4;
  background: #d4d7de;
  text-align: center;
  padding: 20px 0;
  margin-top: 20px;
  color: #777;
  margin-bottom: 0;
}
footer ul.list-unstyled li {
  padding: 10px 0;
  position: relative;
  display: flex;
  align-items: center;
}
footer ul.list-unstyled li::before {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  right: auto;
  top: 4px;
  left: 0;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  color: #777;
}
footer ul.list-unstyled li:hover a {
  margin-left: 11px;
}
footer ul.list-unstyled li a {
  padding-left: 16px;
  color: #777;
  transition: all 0.5s ease 0s;
}
footer h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  margin-bottom: 26px;
  color: #333;
  position: relative;
}
footer h5::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 80%;
  border-bottom: 1px solid #ddd;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  position: relative;
  padding: 0;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
  padding-right: 5px;
  padding-left: 5px;
  color: #666;
}
.breadcrumb > li.breadcrumb-item:before {
  content: "/";
  padding-right: 0;
}
.breadcrumb > li.breadcrumb-item:first-of-type:before {
  content: "";
}
.pagination {
  margin: 0;
}
.btn-primary {
  color: #fff;
}
.quantity-wrap {
  width: 130px;
  border: 1px solid #eee;
  border-radius: var(--bs-border-radius-lg);
}
.quantity-wrap .btn {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #eee;
  border-color: #eee;
}
.quantity-wrap .btn i {
  color: #333;
}
.quantity-wrap input {
  border: none;
  text-align: center;
}
.btn-default {
  border: 1px solid #eee;
  background-color: #fff;
  color: #666;
}
.btn-default:hover {
  color: #222;
  border-color: #e74847;
}
.product-main-image {
  border: 1px solid #eee;
}
.product-description .price-wrap {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.product-description .model-wrap {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.product-description .model-wrap li {
  padding: 3px 0;
}
.product-description .model-wrap li .text-title {
  color: #777;
  display: inline-block;
  width: 100px;
}
/* buttons */
.product-thumb {
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 15px;
  transition: all 0.3s ease-out;
}
.product-thumb h4 {
  font-weight: bold;
}
.product-thumb h4 .p-name {
  color: #111;
}
.product-thumb:hover {
  box-shadow: 6px 8px 30px 0px rgba(0, 0, 0, 0.1), inset 0 0 0 1px #fff;
}
.product-thumb:hover .image .form-btns {
  bottom: 0;
  opacity: 1;
}
.product-thumb .image {
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.product-thumb .image .form-btns {
  bottom: -30px;
  display: flex;
  justify-content: center;
  opacity: 0;
  position: absolute;
  transition: all 0.2s ease-in-out;
  width: 100%;
  z-index: 40;
}
.product-thumb .image .form-btns .button-group {
  width: 100%;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 0 10px 10px;
  text-align: center;
}
.product-thumb .button-group {
  display: flex;
  background-color: #eee;
}
.product-thumb .button-group button {
  flex: 33%;
  border-radius: 0;
  display: inline-block;
  border: none;
  background-color: #000;
  color: #fff;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.product-thumb .button-group button:hover {
  background-color: #e74847;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button-group button + button {
  border-left: 1px solid #444;
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button-group {
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-left: 1px solid #ddd;
  }
}
.rating {
  padding-bottom: 10px;
}
.rating .fa-stack {
  width: 20px;
}
.rating.fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
  color: #e74847;
}
.price-old {
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* BS4 Changes */
.navbar-light .navbar-toggler {
  font-size: 15px;
  font-stretch: expanded;
  color: #FFF;
  padding: 6px 12px;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
/* Theme Custom CSS */
#display-control #compare-total.a {
  margin-top: -2px;
  padding: 0.35rem 0.565rem;
}
#display-control .btn-group .btn {
  background: #fff;
  border-color: #ccc;
  color: #444;
  min-width: 38px;
}
#display-control .btn-group .btn.active {
  background: #e74847;
  border-color: #e74847;
  color: #fff;
  z-index: 2;
}
#display-control .btn-group .btn:hover:not(.active) {
  background: #f5f5f5;
  border-color: #bbb;
  color: #333;
}
#display-control .btn-group .btn + .btn.active {
  margin-left: -1px;
}
#product-product .product-detail-breadcrumb, #product-info .product-detail-breadcrumb, .product-detail-page .product-detail-breadcrumb {
  font-size: 14px;
  background: transparent;
  padding: 0;
}
#product-product .product-detail-breadcrumb .breadcrumb-item, #product-info .product-detail-breadcrumb .breadcrumb-item, .product-detail-page .product-detail-breadcrumb .breadcrumb-item {
  color: #666;
}
#product-product .product-detail-breadcrumb .breadcrumb-item + .breadcrumb-item::before, #product-info .product-detail-breadcrumb .breadcrumb-item + .breadcrumb-item::before, .product-detail-page .product-detail-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  color: #999;
}
#product-product .product-detail-breadcrumb .breadcrumb-item a, #product-info .product-detail-breadcrumb .breadcrumb-item a, .product-detail-page .product-detail-breadcrumb .breadcrumb-item a {
  color: #e74847;
  text-decoration: none;
}
#product-product .product-detail-breadcrumb .breadcrumb-item a:hover, #product-info .product-detail-breadcrumb .breadcrumb-item a:hover, .product-detail-page .product-detail-breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline;
}
#product-product .product-gallery .product-gallery-main, #product-info .product-gallery .product-gallery-main, .product-detail-page .product-gallery .product-gallery-main {
  border: 1px solid #eee;
  background: #fff;
  padding: 16px;
  margin-bottom: 12px;
  min-height: 420px;
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#product-product .product-gallery .product-gallery-main .product-main-image, #product-info .product-gallery .product-gallery-main .product-main-image, .product-detail-page .product-gallery .product-gallery-main .product-main-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#product-product .product-gallery .product-gallery-main .product-main-image img, #product-info .product-gallery .product-gallery-main .product-main-image img, .product-detail-page .product-gallery .product-gallery-main .product-main-image img {
  width: 100%;
  height: 388px;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  transition: opacity 0.2s ease;
}
#product-product .product-gallery .product-gallery-thumbs, #product-info .product-gallery .product-gallery-thumbs, .product-detail-page .product-gallery .product-gallery-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
#product-product .product-gallery .product-gallery-thumbs .product-gallery-thumb, #product-info .product-gallery .product-gallery-thumbs .product-gallery-thumb, .product-detail-page .product-gallery .product-gallery-thumbs .product-gallery-thumb {
  border: 2px solid #eee;
  background: #fff;
  padding: 4px;
  width: 72px;
  height: 72px;
  cursor: pointer;
}
#product-product .product-gallery .product-gallery-thumbs .product-gallery-thumb.is-active, #product-product .product-gallery .product-gallery-thumbs .product-gallery-thumb:hover, #product-info .product-gallery .product-gallery-thumbs .product-gallery-thumb.is-active, #product-info .product-gallery .product-gallery-thumbs .product-gallery-thumb:hover, .product-detail-page .product-gallery .product-gallery-thumbs .product-gallery-thumb.is-active, .product-detail-page .product-gallery .product-gallery-thumbs .product-gallery-thumb:hover {
  border-color: #e74847;
}
#product-product .product-gallery .product-gallery-thumbs .product-gallery-thumb img, #product-info .product-gallery .product-gallery-thumbs .product-gallery-thumb img, .product-detail-page .product-gallery .product-gallery-thumbs .product-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#product-product .product-gallery .product-gallery-actions, #product-info .product-gallery .product-gallery-actions, .product-detail-page .product-gallery .product-gallery-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
#product-product .product-gallery .product-gallery-actions .product-view-logo-link, #product-product .product-gallery .product-gallery-actions .product-download-link, #product-info .product-gallery .product-gallery-actions .product-view-logo-link, #product-info .product-gallery .product-gallery-actions .product-download-link, .product-detail-page .product-gallery .product-gallery-actions .product-view-logo-link, .product-detail-page .product-gallery .product-gallery-actions .product-download-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #e74847;
  text-decoration: none;
}
#product-product .product-gallery .product-gallery-actions .product-view-logo-link:hover, #product-product .product-gallery .product-gallery-actions .product-download-link:hover, #product-info .product-gallery .product-gallery-actions .product-view-logo-link:hover, #product-info .product-gallery .product-gallery-actions .product-download-link:hover, .product-detail-page .product-gallery .product-gallery-actions .product-view-logo-link:hover, .product-detail-page .product-gallery .product-gallery-actions .product-download-link:hover {
  text-decoration: underline;
}
#product-product .product-detail-panel, #product-info .product-detail-panel, .product-detail-page .product-detail-panel {
  padding-top: 4px;
}
#product-product .product-detail-title, #product-info .product-detail-title, .product-detail-page .product-detail-title {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  line-height: 1.25;
  margin: 0 0 8px;
}
#product-product .product-detail-item, #product-info .product-detail-item, .product-detail-page .product-detail-item {
  font-size: 14px;
  color: #666;
  margin-bottom: 18px;
}
#product-product .product-detail-tabs, #product-info .product-detail-tabs, .product-detail-page .product-detail-tabs {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
  gap: 4px;
}
#product-product .product-detail-tabs .nav-link, #product-info .product-detail-tabs .nav-link, .product-detail-page .product-detail-tabs .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  color: #333;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 18px;
  margin-bottom: -1px;
  background: transparent;
}
#product-product .product-detail-tabs .nav-link.active, #product-product .product-detail-tabs .nav-link:hover, #product-info .product-detail-tabs .nav-link.active, #product-info .product-detail-tabs .nav-link:hover, .product-detail-page .product-detail-tabs .nav-link.active, .product-detail-page .product-detail-tabs .nav-link:hover {
  color: #e74847;
  border-bottom-color: #e74847;
  background: transparent;
}
#product-product .product-detail-tab-content, #product-info .product-detail-tab-content, .product-detail-page .product-detail-tab-content {
  padding-top: 18px;
  padding-bottom: 0;
}
#product-product .product-detail-pricing-block, #product-info .product-detail-pricing-block, .product-detail-page .product-detail-pricing-block {
  padding-top: 18px;
  margin-top: 4px;
  border-top: 1px solid #eee;
}
#product-product .product-detail-description, #product-product .product-promo-tab-body, #product-product .product-setup-fee, #product-info .product-detail-description, #product-info .product-promo-tab-body, #product-info .product-setup-fee, .product-detail-page .product-detail-description, .product-detail-page .product-promo-tab-body, .product-detail-page .product-setup-fee {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  color: #555;
  letter-spacing: 0;
}
#product-product .product-setup-fee, #product-info .product-setup-fee, .product-detail-page .product-setup-fee {
  font-size: 16px;
  margin: 12px 0 18px;
}
#product-product .product-detail-description, #product-product .product-promo-tab-body, #product-info .product-detail-description, #product-info .product-promo-tab-body, .product-detail-page .product-detail-description, .product-detail-page .product-promo-tab-body {
  margin-bottom: 20px;
}
#product-product .product-detail-description p, #product-product .product-promo-tab-body p, #product-info .product-detail-description p, #product-info .product-promo-tab-body p, .product-detail-page .product-detail-description p, .product-detail-page .product-promo-tab-body p {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0 0 12px;
}
#product-product .product-detail-description p:last-child, #product-product .product-promo-tab-body p:last-child, #product-info .product-detail-description p:last-child, #product-info .product-promo-tab-body p:last-child, .product-detail-page .product-detail-description p:last-child, .product-detail-page .product-promo-tab-body p:last-child {
  margin-bottom: 0;
}
#product-product .product-promo-tab-body p:last-child, #product-info .product-promo-tab-body p:last-child, .product-detail-page .product-promo-tab-body p:last-child {
  margin-bottom: 0;
}
#product-product .product-pricing-table-wrap, #product-info .product-pricing-table-wrap, .product-detail-page .product-pricing-table-wrap {
  overflow-x: auto;
  margin-bottom: 16px;
}
#product-product .product-pricing-table, #product-info .product-pricing-table, .product-detail-page .product-pricing-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  min-width: 480px;
}
#product-product .product-pricing-table th, #product-product .product-pricing-table td, #product-info .product-pricing-table th, #product-info .product-pricing-table td, .product-detail-page .product-pricing-table th, .product-detail-page .product-pricing-table td {
  padding: 10px 14px;
  text-align: center;
  border: 1px solid #e8e8e8;
}
#product-product .product-pricing-table thead th, #product-info .product-pricing-table thead th, .product-detail-page .product-pricing-table thead th {
  background: #f5f5f5;
  font-weight: 600;
  color: #333;
}
#product-product .product-pricing-table thead th:first-child, #product-info .product-pricing-table thead th:first-child, .product-detail-page .product-pricing-table thead th:first-child {
  text-align: left;
}
#product-product .product-pricing-table tbody td, #product-info .product-pricing-table tbody td, .product-detail-page .product-pricing-table tbody td {
  color: #111;
}
#product-product .product-pricing-table tbody td:first-child, #product-info .product-pricing-table tbody td:first-child, .product-detail-page .product-pricing-table tbody td:first-child {
  text-align: left;
  font-weight: 600;
  background: #fafafa;
}
#product-product .product-detail-price, #product-info .product-detail-price, .product-detail-page .product-detail-price {
  margin-bottom: 16px;
}
#product-product .product-detail-price .price-current, #product-info .product-detail-price .price-current, .product-detail-page .product-detail-price .price-current {
  font-size: 26px;
  font-weight: 700;
  color: #e74847;
  margin-right: 10px;
}
#product-product .product-detail-price .price-was, #product-info .product-detail-price .price-was, .product-detail-page .product-detail-price .price-was {
  font-size: 18px;
  color: #999;
  text-decoration: line-through;
}
#product-product .product-detail-meta, #product-info .product-detail-meta, .product-detail-page .product-detail-meta {
  font-size: 14px;
  color: #444;
  margin-bottom: 6px;
}
#product-product .product-detail-meta .meta-label, #product-info .product-detail-meta .meta-label, .product-detail-page .product-detail-meta .meta-label {
  font-weight: 600;
  color: #333;
}
#product-product .product-detail-meta a, #product-info .product-detail-meta a, .product-detail-page .product-detail-meta a {
  color: #e74847;
  text-decoration: none;
}
#product-product .product-detail-meta a:hover, #product-info .product-detail-meta a:hover, .product-detail-page .product-detail-meta a:hover {
  text-decoration: underline;
}
#product-product .product-related-section, #product-info .product-related-section, .product-detail-page .product-related-section {
  border-top: 1px solid #eee;
  padding-top: 28px;
}
#product-product .product-related-heading, #product-info .product-related-heading, .product-detail-page .product-related-heading {
  font-size: 22px;
  font-weight: 600;
  color: #111;
  margin-bottom: 20px;
}
#information-contact .card {
  margin-bottom: 20px;
}
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}
.account-list h2 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  clear: both;
}
.account-list h2 i {
  margin-right: 10px;
  display: inline-block;
}
@media (max-width: 768px) {
  .account-list h2 {
    font-size: 17px;
  }
}
.account-list .list-unstyled {
  margin-right: -2%;
  clear: both;
}
@media (max-width: 768px) {
  .account-list .list-unstyled {
    margin-bottom: 12px;
  }
}
.account-list .list-unstyled li {
  float: left;
  width: 18%;
  margin-right: 2%;
}
.account-list .list-unstyled a {
  position: relative;
  display: block;
  text-align: center;
  padding: 14px;
  width: 100%;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 15px;
  color: #666;
  border: 1px solid #ddd;
  transition: all 0.3s ease 0s;
}
.account-list .list-unstyled a i {
  font-size: 26px;
}
.account-list .list-unstyled a span {
  display: block;
  margin-top: 12px;
  height: 40px;
}
@media (max-width: 768px) {
  .account-list .list-unstyled a {
    font-size: 14px;
    padding: 5px 0 5px 22px;
  }
}
.account-list .list-unstyled a:hover {
  background: #e74847;
  border-color: #e74847;
  color: #000;
  box-shadow: 0 -1px 16px 6px #e4e4e4;
}
.policy-page {
  background: #fff;
  padding: 48px 0 80px;
  min-height: 600px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.75;
  color: #333;
}
.policy-page h1, .policy-page h2 {
  color: #000;
  font-family: inherit;
}
.policy-page .policy-page-inner {
  max-width: 1040px;
  padding-left: 24px;
  padding-right: 24px;
}
.policy-page .policy-header {
  margin-bottom: 0;
}
.policy-page .policy-header-divider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin: 0 0 40px;
}
.policy-page .policy-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 20px;
}
.policy-page .policy-badge-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c0d800;
  border: 1px solid rgba(0, 0, 0, 0.15);
  flex-shrink: 0;
}
.policy-page .policy-title {
  font-size: clamp(36px, 5.5vw, 56px);
  font-weight: 800;
  color: #000;
  line-height: 1.05;
  margin: 0 0 18px;
  letter-spacing: -0.03em;
}
.policy-page .policy-intro {
  font-size: 17px;
  line-height: 1.65;
  color: #666;
  max-width: 520px;
  margin: 0;
}
.policy-page .policy-highlights {
  margin-bottom: 48px;
}
.policy-page .policy-highlight-box {
  border: 1px solid #000;
  border-radius: 0;
  background: #fff;
  padding: 32px 24px;
  min-height: 132px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.policy-page .policy-highlight-value {
  font-size: clamp(24px, 3.2vw, 32px);
  font-weight: 700;
  color: #c0d800;
  line-height: 1.15;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.policy-page .policy-highlight-label {
  font-size: 14px;
  color: #666;
  line-height: 1.45;
}
.policy-page .policy-sections {
  max-width: 720px;
}
.policy-page .policy-section {
  margin-bottom: 40px;
}
.policy-page .policy-section:last-child {
  margin-bottom: 0;
}
.policy-page .policy-section-title {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  margin: 0 0 14px;
  line-height: 1.3;
}
.policy-page .policy-section-body, .policy-page .policy-section-note {
  font-size: 15px;
  line-height: 1.75;
  color: #333;
  margin: 0 0 12px;
}
.policy-page .policy-link {
  color: #c0d800;
  font-weight: 500;
  text-decoration: none;
}
.policy-page .policy-link:hover {
  text-decoration: underline;
}
.policy-page .policy-section-list {
  margin: 0 0 12px;
  padding-left: 1.35rem;
  font-size: 15px;
  line-height: 1.75;
  color: #333;
  list-style-type: disc;
}
.policy-page .policy-section-list li {
  margin-bottom: 10px;
  padding-left: 4px;
}
.policy-page .policy-section-list li:last-child {
  margin-bottom: 0;
}
.policy-page .policy-section-note {
  margin-top: 10px;
  margin-bottom: 0;
  color: #666;
}
.policy-page.policy-page-legal {
  padding: 0 0 80px;
}
.policy-page .policy-hero-legal {
  background: #000;
  padding: 48px 0 56px;
  margin-bottom: 48px;
}
.policy-page .policy-badge-light {
  color: #c0d800;
}
.policy-page .policy-title-light {
  color: #fff;
}
.policy-page .policy-intro-light {
  color: rgba(255, 255, 255, 0.75);
  max-width: 560px;
}
.policy-page .policy-body-wrap {
  padding-top: 0;
}
.policy-page .policy-sections-legal {
  max-width: 720px;
}
.policy-page .policy-steps {
  margin-bottom: 48px;
}
.policy-page .policy-step-box {
  border: 1px solid #000;
  border-radius: 0;
  background: #fff;
  padding: 28px 22px;
  height: 100%;
  min-height: 180px;
}
.policy-page .policy-step-num {
  font-size: 36px;
  font-weight: 700;
  color: #c0d800;
  line-height: 1;
  margin-bottom: 16px;
}
.policy-page .policy-step-title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin: 0 0 10px;
}
.policy-page .policy-step-body {
  font-size: 14px;
  line-height: 1.65;
  color: #666;
  margin: 0;
}
.policy-page.policy-page-faq .policy-intro {
  max-width: 640px;
}
.policy-page .policy-faq-layout {
  margin-top: 8px;
}
.policy-page .policy-faq-group {
  margin-bottom: 40px;
}
.policy-page .policy-faq-group:last-child {
  margin-bottom: 0;
}
.policy-page .policy-faq-group-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0;
  color: #111;
}
.policy-page .policy-faq-list {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.policy-page .policy-faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.policy-page .policy-faq-question {
  list-style: none;
  cursor: pointer;
  padding: 18px 36px 18px 0;
  font-size: 15px;
  font-weight: 500;
  color: #111;
  position: relative;
}
.policy-page .policy-faq-question::-webkit-details-marker {
  display: none;
}
.policy-page .policy-faq-question::marker {
  content: "";
}
.policy-page .policy-faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: 400;
  color: #c0d800;
}
.policy-page .policy-faq-item[open] .policy-faq-question::after {
  content: "−";
}
.policy-page .policy-faq-answer {
  padding: 0 0 18px;
  font-size: 15px;
  line-height: 1.7;
  color: #555;
}
.policy-page .policy-sidebar {
  background: #1a1a1a;
  color: #fff;
  padding: 32px 28px;
  position: sticky;
  top: 24px;
}
.policy-page .policy-sidebar-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 12px;
  color: #fff;
}
.policy-page .policy-sidebar-text {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}
.policy-page .policy-sidebar-btn {
  display: block;
  text-align: center;
  background: #c0d800;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 20px;
  text-decoration: none;
  margin-bottom: 20px;
}
.policy-page .policy-sidebar-btn:hover {
  color: #000;
  opacity: 0.9;
}
.policy-page .policy-sidebar-contact {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  line-height: 1.6;
}
.policy-page .policy-last-updated {
  margin-top: 48px;
  font-size: 13px;
  color: #888;
}
@media (max-width: 767px) {
  .policy-page {
    padding: 32px 0 56px;
  }
  .policy-page .policy-header-divider {
    margin-bottom: 28px;
  }
  .policy-page .policy-highlights {
    margin-bottom: 36px;
  }
  .policy-page .policy-highlight-box {
    min-height: 108px;
    padding: 24px 20px;
  }
  .policy-page .policy-section {
    margin-bottom: 32px;
  }
  .policy-page .policy-steps {
    margin-bottom: 36px;
  }
  .policy-page .policy-step-box {
    min-height: 140px;
    padding: 22px 18px;
  }
  .policy-page .policy-sidebar {
    position: static;
    margin-top: 32px;
  }
  .policy-page .policy-hero-legal {
    padding: 36px 0 40px;
    margin-bottom: 32px;
  }
}
.policy-page + footer {
  margin-top: 0;
}
