/*
Theme Name: Polarc
Theme URI: #
Author: Lam Thiên
Author URI: #
Description: Polarc Theme
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1
Text Domain: polarc
*/

:root {
  --primary-color: #335396;
  --secondary-color: #f0f0f0;
  --border-bottom-color: #e8e8e8;
  --logo-height: 3.625rem;
  --max-width-desktop: 1180px;
  --font-size-small: 0.875rem;
  --font-color-hover: #fff;
  --header-text-color: #3f3f3f;
  --header-text-light: #848484;
  --header-text-read-more: #ff0068;
  --border-color-light: #e5e5e5;
  --nav-button-hover: #869791;
  --enquiry-text-price-2: #f5901c;
  --product-spec-background-text-color: #eeeeee;
}
* {
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.5;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* End CSS reset */

/* POLARC Styles */
body {
  margin-top: 1rem;
  font-family: "Inter", sans-serif;
}
.container {
  max-width: var(--max-width-desktop);
  margin-left: auto;
  margin-right: auto;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.search-form {
  display: flex;
  justify-content: right;
  margin-left: 66.66667%;
  border-bottom: 2px solid var(--primary-color);
}

#search-submit {
  outline: none;
  background: unset;
  color: var(--primary-color);
  height: 34px;
  width: 34px;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
}

.search-form #s {
  background: transparent;
  display: block;
  height: 34px;
  width: calc(100% - 34px);
  text-indent: 10px;
  outline: none;
  float: left;
  border: 0;
  color: #000;
}

.menu-area {
  display: flex;
  justify-content: space-between;
}

.icons {
  display: flex;
  justify-content: flex-end;
}

.icons > *,
.icons .social a {
  border-radius: 50%;
  width: 2.25rem;
  height: 2.25rem;
  text-align: center;
  line-height: 1.25rem;
  font-size: 1.25rem;
  margin-right: 0.75rem;
  text-transform: uppercase;
}
.icons > * {
  border: 1px solid var(--primary-color);
  padding-top: 0.375rem;
}
a {
  text-decoration: none;
}
.icons a {
  color: var(--primary-color);
}
.icons svg {
  font-size: inherit;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}

.icons .social {
  display: flex;
  flex-direction: column;
}

.info .content {
  display: none;
}

.icons .lang > a {
  display: none;
}

.icons .lang > .active {
  display: initial;
}
.icons .social a {
  display: none;
}
.icons .social .active {
  display: unset;
}
.icons .social:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.icons .social:hover a:not(.active) {
  display: unset;
  color: #fff;
  line-height: 2.25rem;
  margin-block-start: 0.5rem;
  position: relative;
  z-index: 1000;
}

.icons .social:hover a:nth-child(2) {
  margin-block-start: 0.5rem;
}

.icons .wechat {
  background-color: #1aad19;
  border-color: #1aad19;
}

.icons .twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
}

.icons .youtube {
  background-color: #ff0000;
  border-color: #ff0000;
}
.info:hover {
  position: relative;
}
.info:hover .content {
  position: absolute;
  width: 22.5rem;
  right: 0;
  top: 4rem;
  padding: 0.625rem;
  background-color: #fff;
  display: unset;
  text-align: left;
  z-index: 1000;
  text-transform: initial;
}

.logo img {
  height: var(--logo-height);
  width: auto;
}

.icons {
  align-self: center;
  margin-block-start: 0.5rem;
}

.cart {
  display: flex;
  position: relative;
  justify-content: center;
}

.cart-count {
  position: absolute;
  right: -0.625rem;
  font-size: 0.875rem;
  width: 1.25rem;
  text-align: center;
  border-radius: 50%;
  background-color: #ddd;
}
/* Main menu desktop */
.menu-area .logo {
  margin-bottom: 1rem;
}
.menu-desktop {
  align-self: flex-end;
}
[id*="menu-main-menu"] {
  display: flex;
}

.sub-menu {
  display: none;
}
.sub-menu .menu-item {
  height: 3rem;
  justify-content: space-between;
}

[id*="menu-main-menu"] {
  font-weight: 600;
  color: var(--primary-color);
}

.menu-item {
  display: flex;
  padding: 0 0.625rem;
  height: 4rem;
  align-items: center;
  /* font-size: 1.25rem; */
}

[id*="menu-main-menu"] > .menu-item:hover {
  background-color: var(--primary-color);
}
a:visited {
  color: inherit;
}
[id*="menu-main-menu"] > .menu-item:hover > a {
  color: var(--font-color-hover);
}
[id*="menu-main-menu"] > .menu-item-has-children::after {
  content: url('data:image/svg+xml; utf8, <svg class="svg-inline--fa fa-caret-down fa-w-10" aria-hidden="true" data-prefix="fas" data-icon="caret-down" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" data-fa-i2svg=""><path fill="currentColor" d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"></path></svg>');
  width: 0.625rem;
  margin-left: 0.25rem;
}

.menu-item-has-children .menu-item-has-children::after {
  content: url('data:image/svg+xml; utf8, <svg class="svg-inline--fa fa-chevron-right fa-w-10" aria-hidden="true" data-prefix="fa" data-icon="chevron-right" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" data-fa-i2svg=""><path fill="currentColor" d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"></path></svg>');
  width: 0.625rem;
  margin-left: 1.25rem;
  margin-top: 0.25rem;
}

.menu-item-has-children:hover {
  position: relative;
}
.menu-item-has-children:hover > .sub-menu {
  display: unset;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--secondary-color);
  z-index: 100;
  width: max-content;
  min-width: 100%;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.25),
    inset 0 1px 1px rgba(0, 0, 0, 0.35);
}
.menu-item-has-children:hover .sub-menu .sub-menu {
  left: 100%;
  width: max-content;
  top: 0;
}
.menu-item-has-children:hover li:not(:last-of-type) {
  border-bottom: 2px solid var(--border-bottom-color);
}
.menu-item-has-children:hover .sub-menu a {
  color: #000;
}
.menu-item-has-children:hover .sub-menu a:hover {
  color: var(--primary-color);
}

.lang {
  display: flex;
  flex-direction: column;
}
.lang:hover a:not(:first-of-type)::before,
.show-lang-background a:not(:first-of-type)::before {
  background: var(--primary-color);
  border-radius: 50%;
  width: 2.125rem;
  padding-bottom: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.lang:hover a:not(:first-of-type),
.show-lang {
  position: relative;
  width: 100%;
  color: #fff !important;
  z-index: 100;
  margin-top: 1rem;
  font-size: 0.95rem;
  padding-top: 0.5rem;
}
.lang {
  position: relative;
}
.lang:hover a,
.show-lang {
  display: initial !important;
}
.lang:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  padding-bottom: 300%;
  top: 0;
  left: 0;
  z-index: 50;
}
/* Main content - Home page */
.home-page {
  display: grid;
  grid-template-columns: 1fr 25%;
  grid-template-areas:
    "video area1"
    "video area2";
  justify-items: stretch;
  align-items: stretch;
  gap: 1.25rem;
  margin-top: 2.5rem;
  margin-bottom: 3.5rem;
}

.home-page .embedded-video {
  grid-area: video;
}
.home-page .home-image {
  width: 100%;
  height: 100%;
}
.home-page iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.home-page img {
  width: 100%;
  height: 100%;
}

.n2-bullet {
  background-color: #fff !important;
}

.n2-active {
  background-color: var(--primary-color) !important;
}

/* Site Footer */
.site-footer .container,
.site-footer .container > div {
  display: flex;
}
.site-footer .container {
  justify-content: space-between;
}
.site-footer .container > div {
  flex: 0 0 33.33333%;
  margin-inline-end: 1.25rem;
}
.site-footer svg {
  width: 2.5rem;
  color: var(--primary-color);
  margin-inline-end: 2rem;
  align-items: center;
}

.site-footer .fa-phone,
.site-footer .fa-globe {
  width: 1.5rem;
  height: 1.5rem;
  align-self: center;
  position: relative;
  top: -0.375rem;
}

.footer-text-special {
  font-weight: 700;
  color: var(--primary-color);
}

footer.site-footer {
  padding: 40px 0 20px;
  /* border-top: 5px solid var(--primary-color); */
  color: #333;
  background-color: var(--secondary-color);
}
.site-footer {
  background: linear-gradient(
      to right,
      #6fae45 0,
      #6fae45 33.3%,
      #ff0068 33.3%,
      #ff0068 66.6%,
      #325396 66.6%,
      #325396
    )
    no-repeat;
  background-size: 100% 0.3125rem;
}
.site-footer p {
  font-size: var(--font-size-small);
  line-height: 1.5;
}

.polarc-category {
  display: flex;
  padding-bottom: 1.5rem;
}

.polarc-category:not(:first-of-type) {
  border-top: 1px dashed var(--border-bottom-color);
  padding-top: 1.5rem;
}

.polarc-category div {
  margin-left: 2rem;
  margin-top: -0.5rem;
}

.polarc-category h2 {
  color: var(--header-text-color);
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5;
}

.polarc-category p {
  color: var(--header-text-light);
}

.polarc-category .read-more {
  color: var(--header-text-read-more);
  position: relative;
}

.polarc-category p {
  margin: 1rem 0;
}

.polarc-category .read-more::before,
.polarc-category .read-more::after {
  content: "";
  position: absolute;
  top: 0.4375rem;
  right: -0.4375rem;
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-top: 1px solid #ff3d00;
  border-right: 1px solid #ff3d00;
  transform: rotate(45deg);
}

.polarc-category .read-more::after {
  right: -0.625rem;
}

.polarc-category > a {
  flex: 0 0 33.333%;
}

.sub-categories h1,
.woocommerce-products-header__title,
.product_title {
  color: var(--header-text-color);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 1rem 0;
  border-bottom: 0.1875rem solid var(--primary-color);
  width: max-content;
  margin: 0 auto 2rem auto;
  min-width: 50%;
}
.woocommerce div.product .product_title {
  padding: 1rem 0;
}
.container.category {
  display: flex;
  gap: 2rem;
}
.container.category #main {
  display: flex;
  flex: 1;
}
.sidebar-category h3.category {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--header-text-color);
  padding: 1rem 0;
}
#main .sub-categories {
  flex: 1;
}
.sub-categories li {
  list-style: initial;
  list-style-position: inside;
  margin: 0 0 1rem 0;
}

.wrapper .sub-categories {
  padding-left: 0.5rem;
}

.sidebar-category .wrapper {
  border-top: 0.125rem solid var(--primary-color);
  border-bottom: 0.125rem solid var(--primary-color);
}

.suggested-products .featured-product,
.related.products > h2,
.related-news {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.625;
  margin: 0;
  font-size: 1.125rem;
  line-height: 2.5;
  color: var(--header-text-color);
}
.suggested-products .featured-product {
  border: 1px solid var(--border-color-light);
}
.related.products > h2,
.content-header,
.related-news {
  border-top: 0.1875rem solid var(--primary-color);
  margin-bottom: 1rem;
}
.related-news {
  margin-top: 1rem;
}
.content-header {
  font-size: 1.25rem;
  text-transform: uppercase;
  padding-top: 0.5rem;
  font-weight: 600;
}
.content-header:not(:first-of-type) {
  margin-top: 1.5rem;
}
.suggested-products img {
  max-width: 100%;
  height: auto;
}
.suggested-products .products li {
  display: flex;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--border-bottom-color);
}

.suggested-products .products li:last-of-type {
  border-bottom: none;
}

.suggested-products .products a {
  flex: 0 0 33.333%;
}

.suggested-products .products div {
  margin-block-start: 0.5rem;
}

.suggested-products .products h4 {
  font-weight: 600;
  line-height: 1.5;
}

.suggested-products .contact-price {
  font-style: italic;
  color: var(--header-text-read-more);
}

.suggested-products a {
  color: var(--header-text-color);
}

.suggested-products ul.products {
  padding: 10px 10px 0;
  border: 1px solid var(--border-bottom-color);
  border-top: none;
}

.sidebar-category {
  flex: 0 0 25%;
}

.container .woocommerce-breadcrumb {
  margin-top: 1rem;
}
.container .woocommerce-breadcrumb,
.container .woocommerce-breadcrumb a {
  color: var(--header-text-color);
}

.woocommerce-breadcrumb > a:first-child::before {
  content: url('data:image/svg+xml; utf8, <svg class="svg-inline--fa fa-home fa-w-18" aria-hidden="true" data-prefix="fa" data-icon="home" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" data-fa-i2svg=""><path fill="currentColor" d="M488 312.7V456c0 13.3-10.7 24-24 24H348c-6.6 0-12-5.4-12-12V356c0-6.6-5.4-12-12-12h-72c-6.6 0-12 5.4-12 12v112c0 6.6-5.4 12-12 12H112c-13.3 0-24-10.7-24-24V312.7c0-3.6 1.6-7 4.4-9.3l188-154.8c4.4-3.6 10.8-3.6 15.3 0l188 154.8c2.7 2.3 4.3 5.7 4.3 9.3zm83.6-60.9L488 182.9V44.4c0-6.6-5.4-12-12-12h-56c-6.6 0-12 5.4-12 12V117l-89.5-73.7c-17.7-14.6-43.3-14.6-61 0L4.4 251.8c-5.1 4.2-5.8 11.8-1.6 16.9l25.5 31c4.2 5.1 11.8 5.8 16.9 1.6l235.2-193.7c4.4-3.6 10.8-3.6 15.3 0l235.2 193.7c5.1 4.2 12.7 3.5 16.9-1.6l25.5-31c4.2-5.2 3.4-12.7-1.7-16.9z"></path></svg>');
  width: 1.125em;
  height: 1em;
  margin-right: 5px;
  display: inline-block;
  vertical-align: -0.125em;
}

.woocommerce-pagination {
  display: flex;
  justify-content: flex-end;
}

.woocommerce_wrapper > section {
  flex-grow: 1;
  /* max-width: calc(75% - 2rem); */
}

.woocommerce.single .woocommerce_wrapper > section {
  max-width: calc(75% - 2rem);
}
.woocommerce_wrapper {
  margin-bottom: 4rem;
}

.enquiry-price {
  color: var(--primary-color);
  font-weight: 600;
}

#main .woocommerce_wrapper .woocommerce-loop-product__title {
  color: var(--header-text-color);
  font-weight: 700;
  font-size: 1.125rem;
  margin: 0.25rem 0 0.5;
}

.woocommerce ul.products li.product a img {
  margin-bottom: 0;
}

/* Woocommerce product post */
.woocommerce-page div.product {
  display: flex;
  flex-direction: column;
}

.woocommerce_wrapper .woocommerce-product-gallery {
  min-width: 100%;
}

p.out-of-stock {
  display: none;
}

/* Mini cart */
.mini-cart-container {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100vw;
  height: 100vh;
  z-index: 5000;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mini-cart-layout {
  max-width: 560px;
  background-color: #fff;
  min-width: 560px;
}

.mini-cart-layout-column,
.woocommerce-mini-cart-item {
  /* display: inline-block; */
  display: grid;
  grid-template-columns:
    minmax(0, 2fr)
    minmax(0, 3fr)
    minmax(0, 2fr)
    minmax(0, 2fr)
    minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
}

.woocommerce ul.cart_list li::after,
.woocommerce ul.cart_list li::before,
.woocommerce ul.product_list_widget li::after,
.woocommerce ul.product_list_widget li::before,
.woocommerce-page ul.cart_list li::after,
.woocommerce-page ul.cart_list li::before,
.woocommerce-page ul.product_list_widget li::after,
.woocommerce-page ul.product_list_widget li::before,
.woocommerce div.product form.cart::after,
.woocommerce div.product form.cart::before {
  display: none;
}
.woocommerce-mini-cart .mini-cart-item-quantity,
.woocommerce-mini-cart .mini-cart-item__remove {
  justify-self: center;
}

.mini-cart-item-thumbnail img {
  float: none !important;
  width: 100% !important;
  height: auto !important;
  margin-left: 0 !important;
}

.mini-cart-layout {
  border-radius: 0.25rem;
}

.min-cart-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-color-light);
}

.mini-cart-footer {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid var(--border-color-light);
}

.mini-cart-body,
.mini-cart-footer,
.min-cart-header {
  padding: 1rem;
}

.mini-cart-layout-column > span {
  font-weight: 600;
}

.mini-cart-layout-column {
  margin-bottom: 0.5rem;
}
.woocommerce-mini-cart__buttons a {
  background: none !important;
  color: var(--primary-color) !important;
  padding: 0 !important;
}
.woocommerce-mini-cart__buttons {
  margin-top: 1.5rem;
}
.woocommerce-mini-cart__total {
  margin-top: 1rem;
}

.mini-cart-enquiry-text {
  color: var(--header-text-read-more);
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  margin-top: -0.25rem;
}

.close {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.btn:not(:disabled):not(.disabled),
.cart:hover {
  cursor: pointer;
}

.btn:focus,
.btn:hover {
  text-decoration: none;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

a.remove,
.woocommerce a.remove {
  display: block;
  font-size: 1em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: var(--primary-color) !important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}

.woocommerce a.remove:hover {
  background: none;
  color: var(--primary-color) !important;
}

.mini-cart-container {
  display: none;
}

form.cart .quantity {
  display: flex;
  border: 1px solid var(--border-color-light);
  border-radius: 0.25rem;
}

.quantity input,
.quantity button {
  border: none;
  font-size: 1rem;
  padding: 1rem 0.75rem;
}
.quantity button {
  width: 3rem;
  background: transparent;
}

.quantity button.more {
  border-left: 1px solid var(--border-color-light);
  order: 3;
}

.quantity button.less {
  border-right: 1px solid var(--border-color-light);
  order: 1;
}

.quantity input {
  order: 2;
}

.single .woocommerce .products ul::after,
.single .woocommerce .products ul::before,
.single .woocommerce ul.products::after,
.single .woocommerce ul.products::before {
  display: none;
}

.single.woocommerce ul.products li.product,
.single.woocommerce-page ul.products li.product {
  float: none;
  width: 100%;
  margin: 0;
}

.related.products .owl-carousel .owl-nav.disabled {
  display: block !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.woocommerce .owl-carousel .svg-inline--fa.fa-w-8 {
  width: 0.5em;
  margin-top: 0.125rem;
  color: #fff;
}

.woocommerce .owl-carousel .owl-nav button.owl-next,
.woocommerce .owl-carousel .owl-nav button.owl-prev {
  background-color: var(--border-color-light) !important;
  color: inherit;
  border: none;
  padding: 0.25rem 0.75rem !important;
  font: inherit;
}

.woocommerce .owl-carousel .owl-nav button.owl-next:hover,
.woocommerce .owl-carousel .owl-nav button.owl-prev:hover {
  background-color: var(--nav-button-hover) !important;
}

.price_meta {
  color: var(--enquiry-text-price-2);
  font-size: 1.25rem;
}

.product_availability {
  color: var(--header-text-read-more);
}

.views-count {
  border-left: 1px solid var(--border-color-light);
  border-right: 1px solid var(--border-color-light);
  padding: 0.25rem 0.75rem;
}

.summary.entry-summary {
  display: flex;
  gap: 2rem;
}
.product_meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 0 0 50%;
  border-bottom: 1px solid var(--border-color-light);
  align-self: flex-start;
  padding-bottom: 1rem;
}

.woocommerce-page div.product div.summary {
  float: none;
  width: 100%;
}

.woocommerce-page form.cart {
  position: relative;
  top: 1rem;
  justify-content: space-between;
  flex: 1;
}

.single_add_to_cart_button {
  border-radius: 1.875rem !important;
  text-transform: uppercase;
  background-color: var(--primary-color) !important;
}

.related.products {
  margin-top: 1rem;
}

.wp-block-embed__wrapper iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.product-spec p {
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 1.75;
}

.product-spec span:first-of-type,
.has_background {
  background-color: var(--product-spec-background-text-color);
  font-weight: 600;
}

.product-spec span:last-of-type,
.padding-1rem {
  padding-left: 1rem;
  padding-right: 1rem;
}

.sidebar-category .wrapper {
  padding-left: 1rem;
}

.intro .product_title {
  width: 100%;
}

.has_background {
  margin-bottom: 1rem;
}

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

.page-numbers {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1;
  font-size: 1em;
  font-weight: 400;
  padding: 0.5em;
  min-width: 1em;
  background: #e9e6ed;
  color: var(--header-text-color);
}
.page-numbers.current {
  color: #816f98;
}
.wpdevs-pagination .pagination {
  display: flex;
}
.wpdevs-pagination .pagination > * {
  border: 1px solid #cfc8d8;
  border-left: none;
  min-width: 32px;
  text-align: center;
}

.wpdevs-pagination .pagination > *:first-child {
  border-left: 1px solid #cfc8d8;
}

strong {
  font-weight: 600;
}

.wpcf7-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1rem;
  row-gap: 1rem;
}

.wpcf7-form input,
.wpcf7-form textarea {
  border: 0.0625rem solid #cbcbcb;
  padding: 0.25rem;
  line-height: 1.5;
  font-size: 1rem;
  box-shadow: inset 0 0 8px 0 #ddd;
  border-radius: 0.1875rem;
  width: 100%;
}

.wpcf7-form p:nth-of-type(5) {
  grid-column: span 2;
}

.wpcf7-form textarea {
  width: 100%;
}

.wpcf7-form label span {
  padding-top: 0.5rem;
  display: block;
}

.wpcf7-form .wpcf7-submit {
  font-weight: 600;
  padding: 0.375rem 1.875rem;
  background: #fff;
  font-size: 0.75rem;
  border: 0.125rem solid var(--primary-color);
  color: #333;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 1.25rem;
  width: auto;
}

.contact-form-title .hotline {
  text-decoration: none;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  font-weight: 600;
  display: inline-block;
  line-height: 2.5;
  border-radius: 1.5rem;
  color: #fff;
  background-color: var(--primary-color);
  display: flex;
}

.contact-form-title {
  display: flex;
  justify-content: space-between;
}

.contact-form-title .hotline svg {
  width: 1.25rem;
  margin-right: 0.5rem;
}

.contact-form-title > p {
  position: relative;
  color: var(--primary-color);
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
}

.contact-form-title {
  border-top: 0.1875rem solid var(--primary-color);
  padding-top: 0.25rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.menu-icon,
.check-button {
  cursor: pointer;
  display: none;
}
.menu-icon .bar1,
.menu-icon .bar2,
.menu-icon .bar3 {
  width: 28px;
  height: 3px;
  background-color: #333;
  margin: 5px 0;
  transition: 0.4s;
}
.show-dark-overlay::before {
  content: "";
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 600;
  background-color: rgba(0, 0, 0, 0.75);
}

.main-headers {
  position: fixed;
  padding-top: 0.75rem;
  background: #fff;
  width: 100vw;
  z-index: 9999;
  top: 0;
}

.has-box-shadow {
  box-shadow: 0 0.25rem 2rem rgba(0, 0, 0, 0.25);
}
.woocommerce-mini-cart__empty-message {
  display: none;
}

.polarc-pagination {
  display: flex;
  justify-content: space-between;
}

[id*="post-"] .meta-info {
  margin-bottom: 1rem;
}

.polarc-category > a > img {
  height: auto;
  max-width: 100%;
}
[id*="menu-main-menu"] > .menu-item > a,
.polarc-category h2 a,
ul.sub-categories li a,
.meta-info span a {
  color: var(--primary-color);
}
h1.checkout {
  font-size: 2rem;
  margin: 1rem auto;
  text-align: center;
}

.search-results .products li {
  border: 1px solid var(--border-color-light);
}

.search-results .woocommerce-loop-product__title {
  padding: 0.5rem !important;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin: 0 1.5% 1.5% 0;
  width: 23.875%;
}
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
  margin-right: 0;
}
.info .content {
  font-size: 1rem;
  min-width: 480px;
}
.info .content h1 {
  font-weight: 600;
  color: var(--primary-color);
  font-size: 1.5rem;
  margin-top: 0.5rem;
}
.info .content p {
  line-height: 1.5;
  margin-top: 1rem;
}
.lang .cn.active {
	font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .menu-icon,
  .check-button {
    display: block;
  }
  .check-button {
    border: none;
    background: transparent;
    height: 55px;
  }
  [id*="menu-main-menu"] {
    flex-direction: column;
    background-color: white;
  }
  [id*="menu-main-menu"] {
    position: absolute;
    left: -9999px;
    z-index: 1000;
    width: 100vw;
    padding: 1rem 0.5rem;
    /* height: 100vh; */
  }
  .show-mobile-menu {
    left: -0.75rem !important;
    border-top: 1px solid black;
    margin-top: 1rem;
  }
  #content {
    padding: 0.75rem;
  }
  .menu-item-has-children {
    flex-direction: column;
  }
  .show-sub-menu {
    display: flex !important;
    flex-direction: column;
  }
  .menu-item {
    height: max-content !important;
    align-items: initial;
    min-height: 2.5rem;
    line-height: 2.5rem;
  }
  .menu-item-has-children,
  .sub-menu {
    justify-content: flex-start;
    width: 100%;
  }
  #search-form {
    justify-content: flex-start;
    width: 100%;
    margin-left: 0;
  }
  [id*="menu-main-menu"] > .menu-item-has-children::after,
  .menu-item-has-children .menu-item-has-children::after {
    position: absolute;
    right: 1rem;
    content: url('data:image/svg+xml; utf8, <svg class="svg-inline--fa fa-caret-down fa-w-10" aria-hidden="true" data-prefix="fas" data-icon="caret-down" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" data-fa-i2svg=""><path fill="currentColor" d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"></path></svg>');
  }
  [id*="menu-main-menu"] > li {
    border-bottom: 1px solid var(--border-bottom-color);
  }
  .main-main_menu {
    order: -1;
  }
  .menu-area .logo {
    position: absolute;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .social,
  .info {
    display: none !important;
  }
  .menu-area {
    margin-bottom: 1rem;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    position: relative;
  }
  .site-footer .container {
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .site-footer .container > * {
    margin-bottom: 1rem;
  }
  .sidebar {
    display: none;
  }
  .container.category,
  .woocommerce-breadcrumb,
  .woocommerce .woocommerce-breadcrumb {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .home-page {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .woocommerce.single .woocommerce_wrapper > section {
    max-width: 100%;
  }
  .price_meta {
    font-size: 1rem;
  }
  .woocommerce_wrapper {
    margin-bottom: 1rem;
  }
  .polarc-category div {
    margin-left: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .home-page {
    display: block;
    margin-top: 0.5rem;
  }
  .home-page > * {
    margin-bottom: 0.5rem;
  }
  .slider {
    max-width: 100%;
  }
}

@media screen and (max-width: 380px) {
  html {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  body > *:not(footer) {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  footer.site-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .site-footer .container > div {
    margin-inline-end: 0.5rem;
  }
}
