
/* THIS CSS WAS COMPILED AND OPTIMIZED, USING THE WP COMPILER PLUGIN */
/* https://bytes.co */
/* Last Compiled: 2025-11-29 11:18:36 UTC */

/* global */
body {
  font-family: 'Poppins', sans-serif, 'Microsoft Yahei';
  color: var(--yy-fg-color);
  background-color: var(--yy-bg-color); }

a {
  color: var(--yy-link-color); }

a:hover {
  text-decoration: none;
  color: var(--yy-main-color); }

h3 {
  font-size: 18px; }

video {
  max-width: 100%; }

.shade {
  display: none;
  position: fixed;
  top: 0; }

@media screen and (min-width: 768px) {
  .md-up-none {
    display: none; } }

@media screen and (max-width: 767px) {
  .md-down-none {
    display: none; } }
/* reset bootstrap */
.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: var(--yy-page-width); }

.form-group input, .form-group textarea {
  padding: 6px 8px; }

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea, select {
  box-shadow: inset 0 0 0 0 #fff !important;
  height: unset; }

.form-group input[disabled] {
  color: #999; }

.form-group input[type="buttom"], .form-group input[type="submit"], .form-group button, .input-group-text {
  padding: 6px 12px; }

.input-group-text {
  font-size: unset;
  border-color: #eee;
  background-color: #eee; }

.form-control {
  border-color: #eee; }

.form-control:focus {
  border-color: var(--yy-light-color) !important; }

@media screen and (min-width: 768px) {
  /* reset bootstrap */
    .col-md-8 {
      padding-right: 30px; }
    .form-group input, .form-group button, .btn {
      font-size: 14px; } }

@media screen and (max-width: 767px) {
  .shade {
    width: 100%;
    height: 120%;
    position: absolute;
    background: #212529;
    opacity: 0.5;
    z-index: 12; }

  .menu-collapse {
    width: 65%;
    position: fixed;
    background: #fff;
    z-index: 13;
    top: 0;
    left: -65%;
    margin: 0;
    padding: 15px;
    height: 100%;
    overflow: auto; }

  body {
    padding-top: 50.6px;
    position: relative; }

  .user-login .dropdown-menu {
    top: unset; } }
/* header */
.yy-header {
  /* navbar */ }
  .yy-header .yy-group {
    background-color: var(--yy-hf-bg-color);
    color: var(--yy-hf-fg-color); }
  .yy-header a {
    color: var(--yy-hf-link-color); }
  .yy-header a:hover {
    color: var(--yy-hf-main-color); }
  .yy-header .btn-custom {
    color: #fff !important;
    background-color: var(--yy-hf-main-color);
    border-color: var(--yy-hf-main-color); }
  .yy-header .btn-custom:hover {
    color: #fff;
    background-color: var(--yy-hf-dark-color);
    border-color: var(--yy-hf-dark-color); }
  .yy-header .navbar {
    flex-direction: column;
    padding: 0;
    box-shadow: 0 1px 3px #eee; }
    .yy-header .navbar .container .logo {
      max-height: 26px; }
    .yy-header .navbar .navbar-brand {
      margin-right: 30px; }
    .yy-header .navbar .fa-times {
      color: var(--yy-hf-main-color); }
    .yy-header .navbar .navbar-nav .current-menu-item > a {
      color: var(--yy-hf-main-color); }
    .yy-header .navbar .navbar-brand h1 {
      font-size: 28px;
      margin-bottom: 0;
      line-height: 1; }
    .yy-header .navbar .navbar-nav a {
      margin: 0 12px; }
    .yy-header .navbar .fa-bars {
      color: var(--yy-hf-fg-color); }
    .yy-header .navbar .menu-toggle, .yy-header .navbar .search-toggle {
      position: absolute;
      text-align: center;
      line-height: 52px;
      width: 52px;
      height: 52px;
      top: 0;
      right: 0;
      font-size: 18px;
      cursor: pointer;
      z-index: 99; }
    .yy-header .navbar .menu-toggle {
      left: 0; }
    .yy-header .navbar .navbar-nav > .menu-item-has-children > a:after {
      color: #aaa;
      content: "\f107";
      font-family: "FontAwesome";
      font-size: 13px;
      font-weight: 400;
      margin-left: 5px;
      transition: color 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
    .yy-header .navbar .sub-menu {
      display: none; }
    .yy-header .navbar .search-form {
      position: relative; }
      .yy-header .navbar .search-form .form-group {
        margin: 0; }
      .yy-header .navbar .search-form .keywords {
        padding: 6px 35.8px 6px 8px;
        width: 240px;
        font-size: 14px;
        background-color: var(--yy-hf-bg-color); }
      .yy-header .navbar .search-form .submit {
        position: absolute;
        top: 1px;
        right: 1px;
        width: 34.8px;
        height: 32.8px;
        border: 0;
        background-color: var(--yy-hf-bg-color);
        cursor: pointer;
        outline: 0;
        line-height: 1; }
      .yy-header .navbar .search-form .fa-search {
        color: #999; }
      .yy-header .navbar .search-form .fa-search:hover {
        color: var(--yy-hf-main-color); }
  .yy-header .user-login .dropdown-menu {
    padding: 0; }
    .yy-header .user-login .dropdown-menu .dropdown-item {
      padding: 10px 15px;
      border-bottom: 1px solid #eee; }
    .yy-header .user-login .dropdown-menu .dropdown-item:last-child {
      border-bottom: none; }
    .yy-header .user-login .dropdown-menu .dropdown-item:active {
      background-color: #fff; }

@media screen and (min-width: 768px) {
  .yy-header .navbar .sub-menu {
    position: absolute;
    background-color: #fff;
    font-size: 13px;
    padding: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    min-width: 140px;
    margin-top: 21px;
    z-index: 20; }
    .yy-header .navbar .sub-menu li {
      list-style-type: none; }
    .yy-header .navbar .sub-menu li a {
      display: block;
      padding: 10px 15px;
      margin: 0;
      border-bottom: 1px solid #eee; }
    .yy-header .navbar .sub-menu li a:hover {
      background-color: #fafafa; }
    .yy-header .navbar .sub-menu li:last-child a {
      border-bottom: none; }
    .yy-header .navbar .navbar-brand {
      padding: 17.5px 0; }
    .yy-header .navbar .navbar-nav > li {
      padding: 21px 0; }
    .yy-header .user-login {
      padding: 17px 0; }
    .yy-header .user-login .dropdown-menu {
      border: none;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      margin-top: 17px;
      border-radius: 0; } }

@media screen and (max-width: 767px) {
  .yy-header {
    position: fixed;
    width: 100%;
    z-index: 5;
    top: 0; }
    .yy-header .navbar {
      padding: 0 1rem; }
      .yy-header .navbar a {
        display: block;
        margin: 6px 0 !important; }
      .yy-header .navbar .navbar-brand {
        margin-left: 30px !important; }
      .yy-header .navbar .menu-collapse {
        width: 65%;
        position: fixed;
        background: #fff;
        z-index: 13;
        top: 0;
        left: -65%;
        margin: 0;
        padding: 20px;
        height: 100%;
        overflow: auto; }
      .yy-header .navbar .shade {
        width: 100%;
        height: 120%;
        position: absolute;
        background: #212529;
        opacity: 0.5;
        z-index: 12; }
      .yy-header .navbar .sub-menu {
        display: block;
        padding-left: 20px; }
        .yy-header .navbar .sub-menu li {
          list-style-type: none; }
      .yy-header .navbar .user-login {
        position: absolute;
        text-align: center;
        top: 5px;
        right: 50.2px; }
      .yy-header .navbar .user-login > a {
        width: 50.2px;
        height: 50.2px;
        padding-top: 3px; }
      .yy-header .navbar .user-login > .dropdown {
        width: 50.2px;
        height: 50.2px; }
      .yy-header .navbar .search-form {
        position: absolute;
        z-index: 6;
        left: 45px;
        right: 45px;
        top: 8px;
        display: none; }
      .yy-header .navbar .search-form .keywords {
        width: 100%; }
    .yy-header .user-login .dropdown-menu {
      border: none;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      border-radius: 0; }
      .yy-header .user-login .dropdown-menu .dropdown-item {
        margin: 0 !important; }

  .admin-bar .yy-header {
    top: 46px; }
    .admin-bar .yy-header .navbar .menu-collapse {
      top: 46px; }

  #wpadminbar {
    position: fixed; } }
/* main */
.yy-main .yy-group > .container {
  margin-top: 15px;
  padding-right: 10px;
  padding-left: 10px; }
  .yy-main .col-md-8 {
    padding-left: 15px;
    padding-right: 15px;
    animation: fade-in;
    animation-duration: 0.5s; }
    .yy-main .col-md-8 > h3 {
      margin-bottom: 10px;
      margin-top: 20px; }
    .yy-main .col-md-8 a {
      font-size: 14px; }
  .yy-main .hot {
    padding: 10px; }
  .yy-main .card {
    border: none;
    margin-bottom: 10px;
    animation: fade-in;
    animation-duration: 0.5s; }
    .yy-main .card .card-title {
      font-size: 16px;
      margin: 0 0 6px; }
    .yy-main .card .card-body {
      padding: 10px;
      line-height: 2; }
    .yy-main .card .card-link {
      font-size: 12px;
      margin: 0 10px 0 0; }
    .yy-main .card span.card-link {
      color: #999; }
    .yy-main .card p {
      margin-top: 15px; }
    .yy-main .card .card-text {
      color: #777;
      font-size: 14px; }
    .yy-main .card .lazyload {
      width: 220px;
      height: 150px;
      border-radius: 5px; }
    .yy-main .card .data {
      flex: 1;
      margin-left: 20px; }
  .yy-main .post {
    margin-bottom: 15px; }
  .yy-main .post, .yy-main .related, .yy-main .comments {
    background-color: #fff;
    padding: 15px;
    border-radius: 3px;
    animation: fade-in;
    animation-duration: 0.5s; }
/*
 .main{
 margin-top:30px;
 min-height: calc(100vh - 249.09px);
 }
 */
@media screen and (max-width: 767px) {
  .yy-main .card .lazyload {
    width: 120px;
    height: 96px;
    border-radius: 5px; }
    .yy-main .card .data .card-text {
      display: none; } }
/* breadcrumb */
.yy-main .breadcrumb {
  background-color: #fff;
  padding: 10px 0;
  font-size: 12px;
  animation: fade-in;
  animation-duration: 0.5s;
  margin-bottom: 0; }
  .yy-main .breadcrumb a:hover {
    color: var(--yy-main-color); }
  .yy-main .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.3rem; }
  .yy-main .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.3rem;
    color: #999;
    content: ">"; }
  .yy-main .breadcrumb .breadcrumb-item {
    color: #999; }
/* pagination */
.yy-main .pagination {
  margin-top: 40px; }
  .yy-main .pagination .page-numbers {
    margin: 0 5px;
    padding: 0.4rem 0.6rem;
    color: #666; }
  .yy-main .pagination .current {
    border-color: #dee2e6;
    background-color: #dee2e6;
    color: #666; }
/* post */
.yy-main .post-title {
  font-size: 18px; }
  .yy-main .post-title a {
    font-size: 18px; }
  .yy-main .post-meta {
    font-size: 12px;
    color: #999; }
  .yy-main .post-meta a, .yy-main .post-meta span {
    margin-right: 10px;
    font-size: 12px; }
  .yy-main .post-content {
    margin: 30px 0 0 0;
    line-height: 2; }
  .yy-main .post-content a {
    color: var(--yy-main-color); }
  .yy-main .post-content a:hover {
    color: var(--yy-dark-color); }
  .yy-main .post-content pre {
    line-height: 1.5; }
  .yy-main .post-content blockquote {
    color: #999;
    padding: 10px 45px;
    border-radius: 5px;
    background-color: #f8f8fa;
    position: relative;
    margin: 30px 0; }
  .yy-main .post-content blockquote:before {
    display: block;
    width: 16px;
    height: 14px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAANCAYAAADISGwcAAAABmJLR0QA/wD/AP+gvaeTAAABJUlEQVQ4y62UzVHDMBCFPxgX4BJcQkpIKgAqwKkguAJDBSQdmAooAXPhlINLcDowFSQHr0fPipTMJHozmlnJT6u3f35o//YIlkBt9hroOccb8AQMwAvwY/d8vAMfZh8JY/XoHdTiLPR4LpyOBFABpTz+FeF/mohLnJsE5OZ8irwJcJcmEvvekwCTgI1Etotwa7FjnJsEFIwNA2NjhaIvceVpSVR/gAx4lX1v2QA4iBjlDJKNX6DCZU+b+F/urMT+Fv6QeYIWtqZIQ9l4tgXzUSvkcT+TrWQyl7POH8N7sBG7MhGXOGuYj+E9yHET0hGfooXZW2yKUgkocamtrmRowJUtmYDJeYOrt6LA9c2sPBljt4cudRFbcTDnje1jf8cCN+qNfjgBbfA/pMbdZOcAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAAElFTkSuQmCC)  no-repeat;
    content: "";
    position: absolute;
    top: 20px;
    left: 20px; }
  .yy-main .post-content blockquote:after {
    display: block;
    width: 16px;
    height: 14px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAANCAYAAADISGwcAAAABmJLR0QA/wD/AP+gvaeTAAABJUlEQVQ4y62UzVHDMBCFPxgX4BJcQkpIKgAqwKkguAJDBSQdmAooAXPhlINLcDowFSQHr0fPipTMJHozmlnJT6u3f35o//YIlkBt9hroOccb8AQMwAvwY/d8vAMfZh8JY/XoHdTiLPR4LpyOBFABpTz+FeF/mohLnJsE5OZ8irwJcJcmEvvekwCTgI1Etotwa7FjnJsEFIwNA2NjhaIvceVpSVR/gAx4lX1v2QA4iBjlDJKNX6DCZU+b+F/urMT+Fv6QeYIWtqZIQ9l4tgXzUSvkcT+TrWQyl7POH8N7sBG7MhGXOGuYj+E9yHET0hGfooXZW2yKUgkocamtrmRowJUtmYDJeYOrt6LA9c2sPBljt4cudRFbcTDnje1jf8cCN+qNfjgBbfA/pMbdZOcAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAAElFTkSuQmCC)  -16px 0 no-repeat;
    content: "";
    position: absolute;
    right: 20px;
    bottom: 20px; }
  .yy-main .post-content blockquote p {
    margin: 0;
    margin-bottom: 10px;
    padding: 0; }
  .yy-main .post-content img {
    max-width: 100%; }
  .yy-main .copyright-notice {
    background-color: #f5f5f5;
    color: #999;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 20px;
    padding: 8px 10px;
    border-radius: 5px; }
  .yy-main .copyright-notice .fa-info-circle {
    margin-right: 5px !important;
    font-size: 15px; }
  .yy-main .post-tags {
    margin-top: 15px; }
  .yy-main .post-tags a {
    margin-right: 5px;
    background-color: #fafafa;
    padding: 3px 10px;
    font-size: 12px; }
  .yy-main .post-like {
    margin-top: 20px;
    text-align: center; }
  .yy-main .share-component a {
    font-size: 18px; }
  .yy-main .adjacent {
    margin-top: 15px;
    color: #aaa;
    font-size: 13px; }
  .yy-main .adjacent .previous {
    margin-right: 5px;
    width: 50%; }
  .yy-main .adjacent .next {
    text-align: right;
    width: 50%;
    margin-left: 5px; }
  .yy-main .related {
    margin-top: 10px;
    margin-bottom: 10px; }
  .yy-main .related ul {
    display: flex;
    flex-flow: wrap;
    margin: 15px 0 0 0;
    padding: 0px; }
  .yy-main .related li {
    margin: 8px 0 0 0;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    list-style: none; }
  .yy-main .related li .fa {
    color: #aaa;
    font-size: 12px;
    margin-right: 5px; }

@media screen and (max-width: 767px) {
  .yy-main .related li {
    width: 100%; } }
/* comment */
#comments {
  margin-bottom: 15px; }

.commentlist {
  padding: 0 0 0 20px;
  margin: 0; }

.commentlist li {
  margin-bottom: 30px; }

.comment-body {
  margin-bottom: 20px; }

.comment-body .says {
  display: none; }

.comment-body p {
  margin-top: 10px; }

.comment-meta {
  overflow: auto; }

.comment-meta img {
  float: left;
  margin-right: 10px; }

.comment-meta time {
  margin-left: 12px; }

.comment-respond {
  margin-top: 20px; }

.comment-reply-title {
  font-size: 16px; }

.commentlist .children > li {
  list-style: none; }

.comment-form textarea, .comment-form input[type="text"] {
  padding: 0.375rem 0.75rem;
  box-shadow: inset 0 0 0 0 #fff !important;
  border: 1px solid #ced4da;
  border-top-color: #ced4da;
  border-right-color: #ced4da;
  border-bottom-color: #ced4da;
  border-left-color: #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.comment-form textarea {
  width: 100%;
  padding: 0.375rem 0.75rem;
  height: 140px; }

.comment-form textarea:focus, .comment-form input[type="text"]:focus {
  color: #495057;
  background-color: #fff;
  border-color: var(--yy-light-color);
  outline: 0; }

.comment-form input[type="text"] {
  display: inline-block;
  width: 300px; }

.comment-form .comment-form-author label, .comment-form .comment-form-email label, .comment-form .comment-form-url label {
  width: 130px; }

.comment-form .submit {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  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; }

.comment-form .submit, .btn-custom, .badge-custom {
  color: #fff !important;
  background-color: var(--yy-main-color);
  border-color: var(--yy-main-color); }

.comment-form .submit:hover, .btn-custom:hover, .badge-custom:hover {
  color: #fff;
  background-color: var(--yy-dark-color);
  border-color: var(--yy-dark-color); }

#wp-comment-cookies-consent {
  height: unset; }
/* #comment */
@media screen and (min-width: 768px) {
  .comments .d-md-flex input:nth-child(2) {
    margin: 0 10px 0 10px; } }

@media screen and (max-width: 767px) {
  .comments .d-md-flex input:nth-child(2) {
    margin: 10px 0 10px 0; } }
/* right */
.yy-main .right {
  padding-left: 20px;
  animation: fade-in;
  animation-duration: 0.5s; }
  .yy-main .right ul {
    padding: 0; }
  .yy-main .right li {
    margin: 10px 0;
    list-style: none; }
  .yy-main .right h3 {
    margin-bottom: 20px; }
  .yy-main .right a {
    font-size: 14px; }
  .yy-main .right span {
    font-size: 13px;
    color: #999; }
  .yy-main .right .thumbnail .data {
    margin-left: 15px;
    flex: 1; }
    .yy-main .right .thumbnail .data a {
      display: block; }
  .yy-main .right .widget {
    margin-bottom: 30px; }
  .yy-main .right .widget .lazyload {
    width: 122px;
    height: 86px;
    border-radius: 5px; }
  .yy-main .right .widget .links {
    display: flex;
    flex-wrap: wrap; }
  .yy-main .right .widget .links li {
    margin: 5px;
    padding: 5px; }
  .yy-main .widget_recent_entries .post-date {
    display: block; }
  .yy-main .widget_recent_entries ul li {
    margin: 5px 0;
    background-color: #fff;
    padding: 10px; }
  .yy-main .widget ul li {
    margin: 5px 0;
    background-color: #fff;
    padding: 10px; }
  .yy-main .categories ul li {
    margin: 5px 0;
    background-color: #fff;
    padding: 10px; }
  .yy-main .widget_tag_cloud .tagcloud {
    display: flex;
    flex-wrap: wrap; }
  .yy-main .widget_tag_cloud .tagcloud a {
    color: #fff;
    background-color: #f6f6f6;
    width: 30%;
    margin: 1%;
    padding: 3px;
    font-size: 12px;
    height: 28px;
    line-height: 22px;
    overflow: hidden;
    text-align: center;
    border-radius: 3px; }
  .yy-main .widget_tag_cloud .tagcloud a:hover {
    color: #fff;
    border: 1px solid #fff;
    opacity: 1 !important; }
  .yy-main .widget_tag_cloud .tagcloud .tag-link-count {
    color: #fff; }
  .yy-main .right-comments li {
    margin-bottom: 0; }
  .yy-main .right-comments li:nth-child(2n) {
    margin-left: 35px;
    margin-top: 0; }

@media screen and (max-width: 767px) {
  .yy-main .right {
    padding-left: 15px;
    padding-right: 15px; }
    .yy-main .right a {
      font-size: 15px; } }

.home .yy-main .search-brand, .search .yy-main .search-brand {
  background-image: url(../images/bg4.jpg);
  backdrop-filter: blur(5px);
  animation: fade-in;
  animation-duration: 0.5s; }
  .home .yy-main .jumbotron, .search .yy-main .jumbotron {
    text-align: center;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 120px 0;
    backdrop-filter: blur(3px); }
  .home .yy-main .jumbotron .search-title, .search .yy-main .jumbotron .search-title {
    font-size: 30px;
    margin-bottom: 16px;
    color: #fff; }
  .home .yy-main .jumbotron .search-desc, .search .yy-main .jumbotron .search-desc {
    font-size: 16px;
    margin-bottom: 24px;
    color: #eee; }
  .home .yy-main .jumbotron .search-form, .search .yy-main .jumbotron .search-form {
    position: relative;
    max-width: 600px;
    margin: 0 auto; }
    .home .yy-main .jumbotron .search-form .form-group, .search .yy-main .jumbotron .search-form .form-group {
      margin: 0; }
    .home .yy-main .jumbotron .search-form .keywords, .search .yy-main .jumbotron .search-form .keywords {
      padding: 8px 36px 8px 16px;
      font-size: 18px;
      background-color: var(--yy-hf-bg-color); }
    .home .yy-main .jumbotron .search-form .submit, .search .yy-main .jumbotron .search-form .submit {
      position: absolute;
      top: 1px;
      right: 1px;
      width: 43px;
      height: 43px;
      border: 0;
      background-color: var(--yy-hf-bg-color);
      cursor: pointer;
      outline: 0; }
    .home .yy-main .jumbotron .search-form .fa-search, .search .yy-main .jumbotron .search-form .fa-search {
      color: #999;
      font-size: 18px; }
    .home .yy-main .jumbotron .search-form .fa-search:hover, .search .yy-main .jumbotron .search-form .fa-search:hover {
      color: var(--yy-hf-main-color); }

@media screen and (max-width: 767px) {
  .home .yy-main .jumbotron, .search .yy-main .jumbotron {
    padding: 60px 0; }
    .home .yy-main .jumbotron .search-title, .search .yy-main .jumbotron .search-title {
      font-size: 26px;
      margin-bottom: 16px; }
    .home .yy-main .jumbotron .search-desc, .search .yy-main .jumbotron .search-desc {
      font-size: 13px;
      margin-bottom: 24px; }
    .home .yy-main .jumbotron .search-form .keywords, .search .yy-main .jumbotron .search-form .keywords {
      padding: 6px 36px 6px 16px;
      font-size: 16px; }
      .home .yy-main .jumbotron .search-form .submit, .search .yy-main .jumbotron .search-form .submit {
        width: 36px;
        height: 36px; }
      .home .yy-main .jumbotron .search-form .fa-search, .search .yy-main .jumbotron .search-form .fa-search {
        color: #999;
        font-size: 16px; } }
/* slide */
.home .slide, .search .slide {
  margin-bottom: 20px;
  animation: fade-in;
  animation-duration: 0.5s; }
  .home .slide img, .search .slide img {
    width: 100%;
    height: 480px; }
  .home .slide .slide-shade, .search .slide .slide-shade {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.2; }
  .home .slide .carousel-caption, .search .slide .carousel-caption {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    bottom: 10px;
    top: 10px; }
  .home .yy-main .flex-title, .search .yy-main .flex-title {
    text-align: center;
    margin: 40px auto 20px auto;
    animation: fade-in;
    animation-duration: 0.5s; }
  .home .yy-main .flex-title h3, .search .yy-main .flex-title h3 {
    font-size: 26px; }
  .home .yy-main .flex-title .desc, .search .yy-main .flex-title .desc {
    color: #999;
    font-size: 14px; }

@media screen and (min-width: 768px) {
  .home .slide .carousel-caption h3 {
    margin: 15px;
    font-size: 1.25rem; }
    .home .slide .carousel-caption p {
      color: #eee; }
    .home .slide .carousel-control-next, .home .slide .carousel-control-prev {
      width: 5%; } }

@media screen and (max-width: 960px) {
  .home .slide img {
    height: 340px; } }

@media screen and (max-width: 767px) {
  .home .slide .carousel-caption h3, .search .slide .carousel-caption h3 {
    margin: 0; }
    .home .slide img, .search .slide img {
      height: 200px; }
    .home .yy-main .flex-title, .search .yy-main .flex-title {
      text-align: center;
      margin: 28px auto 15px auto; }
      .home .yy-main .flex-title h3, .search .yy-main .flex-title h3 {
        font-size: 22px; }
      .home .yy-main .flex-title .desc, .search .yy-main .flex-title .desc {
        color: #999;
        font-size: 13px; } }
/* footer */
.yy-footer {
  display: none;
  background-color: var(--yy-hf-bg-color);
  color: var(--yy-hf-fg-color);
  box-shadow: 0 1px 3px #eee;
  padding: 20px 0;
  margin-top: 30px;
  font-size: 13px; }
  .yy-footer a {
    color: var(--yy-hf-link-color); }
  .yy-footer a:hover {
    color: var(--yy-hf-main-color); }
  .yy-footer .btn-custom {
    color: #fff !important;
    background-color: var(--yy-hf-main-color);
    border-color: var(--yy-hf-main-color); }
  .yy-footer .btn-custom:hover {
    color: #fff;
    background-color: var(--yy-hf-dark-color);
    border-color: var(--yy-hf-dark-color); }
  .yy-footer .d-flex {
    flex-wrap: wrap; }
  .yy-footer .d-flex span, .yy-footer .d-flex > a {
    margin: 5px; }
  .yy-footer .copyright-notice {
    color: #999;
    font-size: 13px;
    line-height: 1.6;
    margin-top: 5px; }
  .yy-footer .copyright-notice .fa-info-circle {
    margin-right: 5px !important;
    font-size: 15px; }
/* Bottom right button */
.rollbar {
  position: fixed;
  bottom: 60px;
  right: 30px; }
  .rollbar .rollbar-item {
    position: relative;
    margin-top: 5px;
    width: 42px;
    height: 42px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.5s ease;
    opacity: 0.8; }
  .rollbar .rollbar-item:hover {
    opacity: 1;
    border: 1px solid #c0c0c0; }
  .rollbar .fa {
    color: #fff;
    font-size: 22px;
    line-height: 42px; }
  .rollbar .fa-angle-up {
    color: #555;
    line-height: 38px; }
  .rollbar .fa-weixin {
    color: #7bd172; }
  .rollbar .fa-qq {
    color: #f67585; }

.home .yy-main .brand, .archive-product .yy-main .brand, .search .yy-main .brand {
  padding: 40px 15px;
  text-align: center; }
  .home .yy-main .brand .desc, .archive-product .yy-main .brand .desc, .search .yy-main .brand .desc {
    color: #888; }
  .home .yy-main .flex, .archive-product .yy-main .flex, .search .yy-main .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .home .yy-main .card, .archive-product .yy-main .card, .search .yy-main .card {
    width: 23.7%;
    margin: 12px 0;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05);
    transition: all 0.2s ease; }
  .home .yy-main .card .card-body, .archive-product .yy-main .card .card-body, .search .yy-main .card .card-body {
    border-radius: 8px;
    padding: 0;
    line-height: 1;
    padding: 0; }
  .home .yy-main .card .thumbnail, .archive-product .yy-main .card .thumbnail, .search .yy-main .card .thumbnail {
    flex-shrink: 0;
    display: block;
    width: 100%;
    height: 220px; }
    .home .yy-main .card .thumbnail img, .archive-product .yy-main .card .thumbnail img, .search .yy-main .card .thumbnail img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 4px 4px 0 0; }
  .home .yy-main .card .card-title, .archive-product .yy-main .card .card-title, .search .yy-main .card .card-title {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    margin: 0 0 10px; }
  .home .yy-main .card .data, .archive-product .yy-main .card .data, .search .yy-main .card .data {
    margin-left: 0;
    margin: 15px 0;
    padding: 0 10px; }
    .home .yy-main .card .data .bottom-data, .archive-product .yy-main .card .data .bottom-data, .search .yy-main .card .data .bottom-data {
      display: flex;
      justify-content: space-between;
      font-size: 12px; }
      .home .yy-main .card .data .bottom-data .time, .archive-product .yy-main .card .data .bottom-data .time, .search .yy-main .card .data .bottom-data .time {
        color: #999; }
      .home .yy-main .card .data .bottom-data .price, .archive-product .yy-main .card .data .bottom-data .price, .search .yy-main .card .data .bottom-data .price {
        color: var(--yy-main-color);
        font-size: 16px;
        text-align: right; }
        .home .yy-main .card .data .bottom-data .price del .woocommerce-Price-amount, .archive-product .yy-main .card .data .bottom-data .price del .woocommerce-Price-amount, .search .yy-main .card .data .bottom-data .price del .woocommerce-Price-amount {
          display: inline-block;
          margin-left: 10px;
          font-size: 12px;
          color: #999;
          text-decoration: line-through; }
        .home .yy-main .card .data .bottom-data .price ins, .archive-product .yy-main .card .data .bottom-data .price ins, .search .yy-main .card .data .bottom-data .price ins {
          text-decoration: none; }
  .home .yy-main .card:hover, .archive-product .yy-main .card:hover, .search .yy-main .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125); }
/* archive-product */
.single-product .yy-main .field {
  margin-bottom: 20px;
  font-size: 14px;
  color: #888; }
  .single-product .yy-main .post-title {
    margin-top: 20px;
    line-height: 1.5; }
  .single-product .yy-main .post-title a {
    text-align: center;
    font-size: 16px; }
  .single-product .yy-main .post-title .badge-secondary {
    color: #fff; }
  .single-product .yy-main .excerpt {
    color: #888;
    font-size: 14px; }
  .single-product .yy-main .category a {
    color: #fff; }
  .single-product .yy-main .tag a {
    margin-right: 5px;
    background-color: #eee;
    padding: 3px 10px;
    font-size: 14px;
    white-space: nowrap;
    margin-bottom: 5px;
    display: inline-block; }
  .single-product .yy-main .right .flex {
    flex-direction: column; }
  .single-product .yy-main .flex .price {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px; }
  .single-product .yy-main .flex .price ins {
    text-decoration: none; }
  .single-product .yy-main .flex .price .woocommerce-Price-amount {
    font-size: 24px;
    color: var(--yy-main-color); }
    .single-product .yy-main .flex .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
      font-size: 24px;
      color: var(--yy-main-color); }
  .single-product .yy-main .flex .price del .woocommerce-Price-amount {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    color: #999;
    text-decoration: line-through; }
    .single-product .yy-main .flex .price del .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
      display: inline-block;
      font-size: 16px;
      color: #999; }
  .single-product .yy-main .flex .btn {
    min-width: 100%;
    margin: 5px 0; }
  .single-product .yy-main .row {
    margin-top: 15px; }
  .single-product .yy-main .post {
    padding: 20px;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05);
    transition: all 0.2s ease; }
  .single-product .yy-main .comments {
    padding: 20px;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05);
    transition: all 0.2s ease; }
  .single-product .yy-main .service {
    text-align: center;
    margin: 0 auto;
    max-width: 480px; }
  .single-product .yy-main .service ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0; }
  .single-product .yy-main .service ul li {
    color: #999;
    list-style-type: none;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    margin: 0 5px; }
  .single-product .yy-main .service ul li .fa-check {
    color: #08c308; }
  .single-product .yy-main .flex {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05);
    transition: all 0.2s ease;
    border-radius: 5px; }
  .single-product .yy-main .flex img {
    width: 100%;
    height: auto;
    border-radius: 5px; }
  .single-product .yy-main .flex .bottom .cover {
    position: relative; }
    .single-product .yy-main .flex .bottom .cover .bg-warning {
      position: absolute;
      left: 10px;
      top: 10px;
      color: #fff;
      font-weight: 500;
      background-color: rgba(255, 193, 7, 0.7) !important; }
  .single-product .yy-main .right {
    padding-left: 0; }
  .single-product .yy-main .right .hot li {
    margin: 10px 0;
    display: flex;
    padding: 15px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05);
    transition: all 0.2s ease; }
    .single-product .yy-main .right .hot .thumbnail {
      flex-shrink: 0;
      width: 120px;
      height: 110px; }
    .single-product .yy-main .right .hot .thumbnail img {
      border-radius: 5px;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .single-product .yy-main .right .hot .meta {
      flex-grow: 1;
      padding-left: 10px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .single-product .yy-main .right .hot .meta h4 {
      line-height: 1;
      font-weight: normal;
      text-align: left; }
    .single-product .yy-main .right .hot .meta h4 a {
      font-size: 14px; }
    .single-product .yy-main .right .hot .meta .bottom-data {
      display: flex;
      justify-content: space-between;
      font-size: 12px; }
      .single-product .yy-main .right .hot .meta .bottom-data .time {
        color: #999; }
      .single-product .yy-main .right .hot .meta .bottom-data .price {
        color: var(--yy-main-color);
        font-size: 16px; }
        .single-product .yy-main .right .hot .meta .bottom-data .price .regular {
          display: inline-block;
          margin-left: 10px;
          font-size: 12px;
          color: #999;
          text-decoration: line-through; }
/* single-product */
.customer-service {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px; }
  .customer-service li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    line-height: 1; }
  .customer-service .icon {
    font-size: 22px;
    border: 1px solid #ccc;
    margin: 5px;
    border-radius: 5px;
    width: 42px;
    height: 42px;
    line-height: 1.7;
    text-align: center; }
  .customer-service .fa-weixin {
    color: #7bd172; }
  .customer-service .fa-qq {
    color: #f67585; }
  .customer-service .text {
    padding: 8px; }
  .customer-service .t1 {
    font-size: 14px;
    color: #999;
    margin-bottom: 5px; }
/* .customer-service */
@media screen and (max-width: 960px) {
  .home .yy-main .card, .archive-product .yy-main .card, .search .yy-main .card {
    width: 31%; } }



@media screen and (max-width: 767px) {
  .home .yy-main .brand, .archive-product .yy-main .brand, .search .yy-main .brand {
    padding: 30px 15px; }
    .home .yy-main .brand h2, .archive-product .yy-main .brand h2, .search .yy-main .brand h2 {
      font-size: 24px; }
    .home .yy-main .brand .desc, .archive-product .yy-main .brand .desc, .search .yy-main .brand .desc {
      font-size: 14px; }
    .home .yy-main .card, .archive-product .yy-main .card, .search .yy-main .card {
      width: 48%;
      margin: 8px 0; }
    .home .yy-main .card .data, .archive-product .yy-main .card .data, .search .yy-main .card .data {
      margin: 10px 0; }
    .home .yy-main .card .data .card-title, .archive-product .yy-main .card .data .card-title, .search .yy-main .card .data .card-title {
      white-space: wrap;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      font-size: 13px; }
    .home .yy-main .card .thumbnail, .archive-product .yy-main .card .thumbnail, .search .yy-main .card .thumbnail {
      height: 280px; }
    .home .yy-main .card-title, .archive-product .yy-main .card-title, .search .yy-main .card-title {
      font-size: 16px; }

  .single-product .yy-main .yy-group .breadcrumb {
    padding: 10px; }
    .single-product .yy-main .yy-group .container {
      padding-left: 0;
      padding-right: 0; }
    .single-product .yy-main .yy-group .row {
      margin-right: 0;
      margin-left: 0; }
    .single-product .yy-main .detail-show .container {
      margin-top: 10px;
      padding-left: 0;
      padding-right: 0; }
      .single-product .yy-main .detail-show .container .row {
        margin-top: 10px; }
        .single-product .yy-main .detail-show .container .row .col-md-8 {
          padding: 0;
          margin-bottom: 10px; }
        .single-product .yy-main .detail-show .container .row .col-md-4 {
          padding: 0; }
        .single-product .yy-main .detail-show .container .row .right h3 {
          margin-left: 10px; }
          .single-product .yy-main .detail-show .container .row .right .hot li {
            margin: 5px 0;
            border-radius: 0; }
    .single-product .yy-main .detail-show > .container {
      margin-top: 0; }
    .single-product .yy-main .post, .single-product .yy-main .comments {
      padding: 20px;
      border-radius: 0;
      margin-bottom: 10px; }
    .single-product .yy-main .flex {
      flex-wrap: wrap;
      border-radius: 0; }
    .single-product .yy-main .col-md-8 {
      margin-bottom: 30px; } }

.woocommerce-checkout .post-title {
  text-align: center;
  margin-top: 20px; }
  .woocommerce-checkout .post-title a {
    font-size: 30px; }

form.woocommerce-checkout {
  display: flex;
  flex-wrap: wrap;
  gap: 30px; }

form.woocommerce-checkout .woocommerce-NoticeGroup {
  width: 100%; }

form.woocommerce-checkout .col2-set {
  flex: 1; }

form.woocommerce-checkout .order_review_wrap {
  max-width: 400px; }

@media only screen and (max-width: 767px) {
  form.woocommerce-checkout {
    flex-direction: column; }

  form.woocommerce-checkout .col2-set {
    max-width: 100%; }

  form.woocommerce-checkout .order_review_wrap {
    max-width: 100%; } }

.woocommerce-checkout .col-1, .woocommerce-checkout .col-2 {
  max-width: 100%; }

.woocommerce-checkout h3 {
  font-size: 18px;
  margin: 20px 0 15px;
  color: var(--yy-fg-color);
  border-bottom: 1px solid #eee;
  padding-bottom: 8px; }
/* Form fields */
.woocommerce-checkout .form-row {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column; }

.woocommerce-checkout .form-row label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #555; }

.woocommerce-checkout .input-text, .woocommerce-checkout select {
  width: 100%;
  padding: 6px 8px;
  font-size: 14px;
  border: 1px solid #eee;
  border-radius: 0;
  background-color: #fff;
  transition: border-color 0.2s ease; }

.woocommerce-checkout .input-text:focus, .woocommerce-checkout select:focus {
  outline: none;
  border-color: var(--yy-light-color) !important;
  box-shadow: none; }
/* Select2 compatibility (if used) */
.select2-container--default .select2-selection--single {
  height: auto !important;
  padding: 6px 8px !important;
  border: 1px solid #eee !important;
  border-radius: 0 !important;
  background-color: #fff !important; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.4 !important;
  color: #333 !important; }

.select2-container--default.select2-container--focus .select2-selection--single {
  border-color: var(--yy-light-color) !important; }
/* Buttons */
.woocommerce-checkout .button, .woocommerce a.button, .woocommerce-page a.button {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 0;
  background-color: var(--yy-main-color);
  color: #fff !important;
  text-decoration: none;
  transition: background-color 0.2s, border-color 0.2s; }

.woocommerce-checkout .button:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover {
  background-color: var(--yy-dark-color);
  border-color: var(--yy-dark-color);
  color: #fff !important; }
/* Order review table */
.woocommerce-checkout-review-order-table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse; }

.woocommerce-checkout-review-order-table th, .woocommerce-checkout-review-order-table td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #eee;
  font-size: 14px; }

.woocommerce-checkout-review-order-table th {
  color: #333;
  font-weight: 600; }

.woocommerce-checkout-review-order-table tfoot tr:last-child th, .woocommerce-checkout-review-order-table tfoot tr:last-child td {
  border-bottom: none; }

.woocommerce-checkout-payment dl, ol, ul {
  margin-bottom: 1rem;
  list-style-type: none;
  padding-left: 10px; }

.woocommerce-checkout-payment .wc_payment_methods img {
  max-height: 25px; }
/* Notices */
.woocommerce-message, .woocommerce-info, .woocommerce-error {
  padding: 12px 15px;
  margin-bottom: 20px;
  border-left: 4px solid var(--yy-main-color);
  background-color: #f9f9f9;
  border-radius: 0 3px 3px 0;
  font-size: 14px;
  color: #555; }

.woocommerce-message a.button, .woocommerce-info a.button {
  margin-left: 10px;
  vertical-align: middle; }
/* Coupon toggle */
.woocommerce-info a.showcoupon {
  color: var(--yy-link-color);
  text-decoration: underline; }

.woocommerce-info a.showcoupon:hover {
  color: var(--yy-main-color); }
/* =============
 Thank You / Order Received Page
 ============= */
.woocommerce-order h2, .woocommerce-order .woocommerce-column__title {
  font-size: 18px;
  margin: 20px 0 15px;
  color: var(--yy-fg-color);
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  font-weight: 600; }
/* Success notice */
.woocommerce-notice--success {
  padding: 12px 15px;
  margin-bottom: 20px;
  border-left: 4px solid var(--yy-main-color);
  background-color: #f9f9f9;
  border-radius: 0 3px 3px 0;
  font-size: 14px;
  color: #555; }
/* Order overview list */
.woocommerce-order-overview {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin-bottom: 25px;
  list-style: none;
  padding: 0; }

.woocommerce-order-overview li {
  margin: 0;
  padding: 10px;
  background-color: #fafafa;
  border-radius: 3px;
  font-size: 14px;
  color: #555; }

.woocommerce-order-overview li strong {
  display: block;
  color: var(--yy-fg-color);
  font-weight: 600;
  margin-top: 4px; }
/* Order downloads table */
.woocommerce-table--order-downloads {
  width: 100%;
  margin-bottom: 25px;
  border-collapse: collapse; }

.woocommerce-table--order-downloads th, .woocommerce-table--order-downloads td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #555; }

.woocommerce-table--order-downloads th {
  color: var(--yy-fg-color);
  font-weight: 600; }

.woocommerce-table--order-downloads tfoot th, .woocommerce-table--order-downloads tfoot td {
  border-bottom: none; }
/* Order details table */
.woocommerce-table--order-details {
  width: 100%;
  margin-bottom: 25px;
  border-collapse: collapse; }

.woocommerce-table--order-details th, .woocommerce-table--order-details td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #555; }

.woocommerce-table--order-details th {
  color: var(--yy-fg-color);
  font-weight: 600; }

.woocommerce-table--order-details tfoot th, .woocommerce-table--order-details tfoot td {
  border-bottom: none; }
/* Customer details (billing address) */
.woocommerce-customer-details address {
  font-style: normal;
  line-height: 1.6;
  color: #555;
  margin: 0;
  padding: 10px 0; }

.woocommerce-customer-details--email {
  margin-top: 8px;
  font-size: 14px;
  color: var(--yy-link-color); }
/* General typography */
.woocommerce-order p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 15px; }
/* Responsive */
@media only screen and (max-width: 767px) {
  .woocommerce-order-overview {
    grid-template-columns: 1fr; }

  .woocommerce-order h2, .woocommerce-order .woocommerce-column__title {
    font-size: 16px; } }

form.woocommerce-checkout .woocommerce .shop_table {
  width: 100%; }
/* =============
 My Account Page Styling (Matches Checkout & Order Pages)
 ============= */
.woocommerce-account .woocommerce > h2 {
  max-width: 500px;
  margin: 0 auto; }

.woocommerce-account .woocommerce > form.login {
  max-width: 500px;
  margin: 0 auto; }

.woocommerce-account .col2-set {
  display: flex;
  justify-content: space-around; }

.woocommerce-account .col-1, .woocommerce-account .col-2 {
  max-width: 500px;
  flex: none; }

@media only screen and (max-width: 767px) {
  .woocommerce-account .col2-set {
    flex-direction: column; }

  .woocommerce-account .col-1, .woocommerce-account .col-2 {
    max-width: 100%; } }
/* Titles */
.woocommerce-account h2, .woocommerce-account h3 {
  font-size: 18px;
  margin: 20px 0 15px;
  color: var(--yy-fg-color);
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  font-weight: 600; }
/* Navigation tabs */
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }

.woocommerce-MyAccount-navigation li {
  margin: 0; }

.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  color: #555;
  border: 1px solid #eee;
  border-radius: 3px;
  transition: all 0.2s ease; }

.woocommerce-MyAccount-navigation a:hover, .woocommerce-MyAccount-navigation .is-active a {
  background-color: var(--yy-main-color);
  color: #fff !important;
  border-color: var(--yy-main-color); }
/* Tables (Orders, Downloads, etc.) */
.woocommerce-account .woocommerce-orders-table, .woocommerce-account .woocommerce-downloads-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px; }

.woocommerce-account .woocommerce-orders-table th, .woocommerce-account .woocommerce-orders-table td, .woocommerce-account .woocommerce-downloads-table th, .woocommerce-account .woocommerce-downloads-table td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #555; }

.woocommerce-account .woocommerce-orders-table th, .woocommerce-account .woocommerce-downloads-table th {
  color: var(--yy-fg-color);
  font-weight: 600; }
/* Buttons */
.woocommerce-account .button, .woocommerce-account a.button {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 0;
  background-color: var(--yy-main-color);
  color: #fff !important;
  text-decoration: none;
  transition: background-color 0.2s, border-color 0.2s; }

.woocommerce-account .button:hover, .woocommerce-account a.button:hover {
  background-color: var(--yy-dark-color);
  border-color: var(--yy-dark-color);
  color: #fff !important; }
/* Form fields (Edit Address, Edit Account) */
.woocommerce-account .form-row {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column; }

.woocommerce-account .form-row label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #555; }

.woocommerce-account .input-text, .woocommerce-account select {
  width: 100%;
  padding: 6px 8px;
  font-size: 14px;
  border: 1px solid #eee;
  border-radius: 0;
  background-color: #fff;
  transition: border-color 0.2s ease; }

.woocommerce-account .input-text:focus, .woocommerce-account select:focus {
  outline: none;
  border-color: var(--yy-light-color) !important;
  box-shadow: none; }
/* Notices */
.woocommerce-account .woocommerce-message, .woocommerce-account .woocommerce-info, .woocommerce-account .woocommerce-error {
  padding: 12px 15px;
  margin-bottom: 20px;
  border-left: 4px solid var(--yy-main-color);
  background-color: #f9f9f9;
  border-radius: 0 3px 3px 0;
  font-size: 14px;
  color: #555; }

.woocommerce-account .woocommerce-message a.button, .woocommerce-account .woocommerce-info a.button {
  margin-left: 10px;
  vertical-align: middle; }
/* Responsive */
@media only screen and (max-width: 767px) {
  .woocommerce-MyAccount-navigation ul {
    flex-direction: column;
    gap: 8px; }

  .woocommerce-account h2, .woocommerce-account h3 {
    font-size: 16px; }

  .woocommerce-account .woocommerce-orders-table, .woocommerce-account .woocommerce-downloads-table {
    font-size: 13px; }

  .woocommerce-account .woocommerce-orders-table thead {
    display: none; }

  .woocommerce-account .woocommerce-orders-table tr, .woocommerce-account .woocommerce-downloads-table tr {
    display: block;
    margin-bottom: 15px;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 3px; }

  .woocommerce-account .woocommerce-orders-table td, .woocommerce-account .woocommerce-downloads-table td {
    display: flex;
    justify-content: space-between;
    border: none;
    padding: 4px 0; }

  .woocommerce-account .woocommerce-orders-table td::before, .woocommerce-account .woocommerce-downloads-table td::before {
    content: attr(data-title) ": ";
    font-weight: 600;
    color: var(--yy-fg-color);
    flex: 0 0 40%; } }

.woocommerce form .password-input input[type=password], .woocommerce-page form .password-input input[type=password] {
  padding-right: 2.5rem; }

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  color: var(--wc-form-color-text, #000);
  cursor: pointer;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0.7em;
  text-decoration: none;
  top: 50% 17.5px;
  transform: translateY(-50%);
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  -webkit-font-smoothing: inherit; }

body.woocommerce-account .form-row {
  margin-right: 0;
  margin-left: 0; }
  body.woocommerce-account .post {
    min-height: calc(100vh - 200px); }

@media only screen and (max-width: 767px) {
  body.woocommerce-account .post {
    min-height: calc(100vh - 180px); } }

body.woocommerce-account:not(.admin-bar) .post-title {
  display: none; }
/*# sourceMappingURL= */