/*
Theme Name: ThemeSmarter.com Platform 2025
Theme URI: https://themesmarter.com/
Author: ThemeSmarter
Author URI: https://themesmarter.com/
Description: Core multisite theme for ThemeSmarter.com (WooCommerce + bbPress)
Version: 1.0.0
Text Domain: tscom
*/
/* #region Global */
/* #MARK: Global */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "Poppins", sans-serif;
    /* font-family: "Inter", sans-serif; */
    /* font-size: 0.875rem; */
    font-size: 1rem;
    line-height: 1.6;
    color: #374151;
    background-color: #fff;
}
body.woocommerce-checkout {
    background-color: #fff;
}
h1,
h2,
h3 {
    color: #111827;
    margin-bottom: 1rem;
    line-height: 1.2;
}
h1 {
    font-size: 2.5rem;
}
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 1.75rem;
}
ol,
ul {
    list-style: none;
    margin-bottom: 1rem;
}
ol {
  list-style-type: decimal;
   padding-left: 1rem;
}
ol li {
    padding-left: .375em;
}
ol li::marker {
  font-weight: bold;
}
code {
  background-color: #f4f4f4;
  border-radius: 4px;
  font-family: "Courier New", Courier, monospace; 
  padding: 2px 6px;
  color: #333;
  font-size: 0.9em;
}
pre code {
  display: block;  
  padding: 15px;    
  background-color: #2d2d2d; 
  color: #f1f1f1; 
  overflow-x: auto;  
  border-radius: 5px;
  white-space: pre-wrap; 
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
a {
    color: #2563EB;
    text-decoration: none;
    display: inline-block;
}
a:hover {
    color: #1E3A8A;
}
fieldset {
    border: 0;
}
p {
    margin-bottom: 1.5rem;
}
table {
    border-collapse: collapse;
    width: 100%;
}
table th,
table td {
    padding: 16px;
    text-align: left;
}
table th {
    font-weight: bold;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
.usr-error {
    color: #e74c3c;
}
.usr-success {
    color: #00a32a;
}
.usr-hidden {
    display: none !important;
}
.usr-grid-layout {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.usr-headline-2 {
    font-size: 2.63rem;
    line-height: 3.5rem;
    /* letter-spacing: -0.0625rem; */
    font-weight: 900;
}
.usr-headline-3 {
    font-size: 2.25rem;
    line-height: 2.75rem;
    letter-spacing: -0.046875rem;
    font-weight: 700;
}
.usr-subhead-2 {
    font-size: 1.2rem;
    line-height: 1.75rem;
    color: #5f6368;
    text-align: center;
    margin-bottom: 3rem;
}
.usr-text-content {
    color: #5f6368;
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.75rem;
}
.usr-copy {
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0rem;
    color: #5f6368;
    text-align: center;
    margin-bottom: 3rem;
}
.btn-primary-dark {
    background-color: #1E3A8A;
    color: #fff;
    padding: 0 24px;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    cursor: pointer;
    border: none;
    border-radius: 30px;
    transition: background-color 0.2s ease;
}
.btn-primary-dark:hover {
    background-color: #3B82F6;
    color: #fff;
}
.btn-secondary-dark {
    background-color: transparent;
    color: #1E3A8A;
    padding: 0 24px;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    cursor: pointer;
    border: none;
    border-radius: 30px;
    border: 2px solid #1E3A8A;
    transition: color 0.2s ease, border-color 0.2s ease;
}
.btn-secondary-dark:hover {
    background-color: transparent;
    color: #3B82F6;
    border-color: #3B82F6;
}
.btn-form.btn-primary-dark {
    font-size: 18px;
    font-weight: 700;
    height: 46px;
    border-radius: 10px;
}
.table-container {
    overflow-x: auto;
}
.container {
    max-width: 86rem;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.nav-menu-open {
    overflow: hidden;
    position: fixed;
    inset: 0;
}
/* #endregion */
/* #region Header */
/* #MARK: Header */
.header-content {
    display: flex;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 40px;
}
.header-logo {
    /* flex-basis: auto; */
    /* flex-shrink: 0; */
    /* max-width: 190px; */
}
.nav-header {
    display: none;
}
.nav-header a {
    color: #1F2937;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 46px;
    padding: 0 14px;
    text-decoration: none;
}
.nav-header a:hover {
    color: #1E3A8A;
}
.nav-header .current-menu-item>a {
    color: #1E3A8A;
}
.nav-header>ul {
    margin: 0;
}
.nav-header>ul>li {
    position: relative;
    display: inline-block;
}
.nav-header ul ul {
    display: none;
    background-color: #fff;
    padding: 1rem 0;
    position: absolute;
    top: 46px;
    left: 0;
    width: 240px;
    z-index: 99999;
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: display 0.9s ease;
}
.nav-header ul ul ul {
    left: 100%;
    top: 0;
}
.nav-header ul ul a {
    height: auto;
    line-height: 18px;
    padding: 10px 18px;
}
.nav-header ul ul a:hover {
    background-color: #f9f9f9;
}
.nav-header ul li:hover>ul {
    display: block;
}
.nav-header {
    transition: transform 250ms;
}
.nav-header.is-dom-hidden {
    flex-direction: column;
    display: flex;
    visibility: visible;
    /* transform: translateX(320px); */
    /* transition: transform 250ms; */
    transform: translateX(-320px);
    background-color: #fff;
    position: absolute;
    left: 0;
    /* right: 0; */
    top: 0;
    bottom: 0;
    height: 100vh;
    width: 320px;
    overflow-x: hidden;
    padding-top: 12px;
    z-index: 3;
}
.nav-header.is-slide-out {
    transform: translateX(0px);
}
.mobile-menu-close-wrapper {
    display: none;
    padding: 6px 18px 6px 24px;
    flex-flow: column wrap;
    align-content: end;
}
.nav-header.is-dom-hidden .mobile-menu-close-wrapper {
    display: flex;
}
.mobile-menu-close-button {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-width: 0;
    cursor: pointer;
    padding: 6px;
    fill: #1F2937;
}
.nav-header.is-dom-hidden>ul {
    display: flex;
    flex-direction: column;
    padding: 24px 0px;
}
.nav-header.is-dom-hidden>ul>li>a {
    color: #1F2937;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 1rem 2.25rem;
}
.header-menu-toggle {
    flex: 1 1;
}
.nav-mobile-button {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-width: 0;
    cursor: pointer;
    padding: 4px 4px;
    fill: #1F2937;
}
.mobile-menu-scrim {
    background-color: rgba(17, 17, 17, 0.36);
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: opacity 250ms, visibility 0s linear 250ms;
    transition: opacity 250ms,visibility 0s linear 250ms;
    visibility: hidden;
    z-index: 2;
}
.mobile-menu-scrim.is-open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 800ms ease,visibility 0s;
    transition: opacity 800ms ease,visibility 0s;
}
.nav-user {
    /* display: none; */
    /* margin-left: 1rem; */
    position: relative;
}
.nav-user>.access-menu {
    display: flex;
    gap: 1rem;
    margin: 0;
}
.nav-user>.access-menu>li {
    position: relative;
}
.nav-user>.access-menu>li>a {
    display: inline-flex;
}
.btn-link-icon {
    color: #1F2937;
    padding: 4px 4px;
    fill: #1F2937;
}
.user-icon-link {
    display: flex;
    height: 32px;
    width: 32px;
    align-items: center;
    justify-content: center;
}
.nav-user .is-desktop {
    display: none;
}
.nav-user-button {
    display: flex;
    height: 100%;
    padding: 4px 4px;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: transparent;
    cursor: pointer;
    border-radius: 9999px;
    transition: background-color 0.15s ease-in-out;
}
.nav-user-button:hover {
    /* background-color: rgba(0, 0, 0, 0.1); */
    /* background-color: rgba(15, 23, 42, 0.1); */
    background-color: #F1F5F9;
}
.nav-user-image {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: relative;
    background-color: transparent;
    overflow: hidden;
    vertical-align: middle;
    flex-shrink: 0;
    color: #1F2937;
    fill: #1F2937;
}
.nav-user-image img {
    display: block;
    border-radius: 100%;
    width: 100%;
    height: 100%;
}
.nav-user-dropdown {
    background-color: #fff;
    border-radius: 4px;
    /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); */
    box-shadow: 0 5px 9px rgba(15, 23, 42, 0.15);
    display: none;
    margin: 0;
    padding: 1rem 0;
    position: absolute;
    right: 0;
    top: 42px;
    width: 250px;
    z-index: 99999;
}
.nav-user.is-open .nav-user-dropdown {
    display: block;
}
.nav-user-dropdown a {
    align-items: center;
    color: #1F2937;
    display: flex;
    font-weight: 400;
    line-height: 48px;
    padding: 0 18px 0 32px;
    position: relative;
    text-decoration: none;
}
.nav-user-dropdown a:hover {
    color: #1E3A8A;
    background-color: #F8FAFC;
}
.nav-user-dropdown a svg {
    fill: #1F2937;
    height: 24px;
    margin-right: 12px;
    width: 24px;
}
.nav-user .btn-primary-dark {
    font-size: 18px;
    font-weight: 700;
    height: 46px;
    border-radius: 10px;
}
.nav-user .btn-secondary-dark {
    font-size: 18px;
    font-weight: 700;
    height: 46px;
    border-radius: 10px;
}
.header-user-tools {
    position: relative;
    /* margin-left: auto; */
    flex: 1 1;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: flex-end;
}
.mini-cart {
    position: relative;
    /* margin-left: auto; */
}
.mini-cart-button {
    color: #222;
    padding: 4px 4px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.mini-cart-button:hover {
    color: #0073e6;
}
.mini-cart-button-wrapper {
    display: flex;
    height: 32px;
    width: 32px;
    padding: 0;
    align-items: center;
    justify-content: center;
    position: relative;
    fill: #1F2937;
}
.mini-cart-count {
    position: absolute;
    top: 0;
    inset-inline-end: -4px;
    z-index: 1;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #6e37fa;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
}
.mini-cart-dropdown {
    display: none;
    margin: 0;
    position: absolute;
    top: 48px;
    right: 0;
    width: 320px;
    z-index: 99999;
    padding: 1rem;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    /* border: 1px solid rgb(242, 242, 242); */
}
.mini-cart.is-open .mini-cart-dropdown {
    display: block;
}
.mini-cart-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.mini-cart-subtotal {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    gap: 0.5rem;
}
.mini-cart-item {
    display: flex;
    gap: 12px;
    padding: 6px 0px;
}
.mini-cart-item-image {
    position: relative;
    background-color: #eee;
    overflow: hidden;
    width: 70px;
    height: 70px;
}
.mini-cart-item-image>img {
    position: absolute;
    bottom: 50%;
    left: 50%;
    right: 50%;
    top: 50%;
    max-width: none;
    min-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
}
.mini-cart-item-details {
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex: 1 1 0%;
}
.mini-cart-item-title {
    margin-bottom: 3px;
}
.mini-cart-item-title a {
    color: #222;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
}
.mini-cart-item-meta {
    display: flex;
    gap: 24px;
}
.mini-cart-item-meta-price {
    color: rgb(95, 86, 198);
    font-weight: 600;
}
.mini-cart-item-meta-count {
    color: #c2c2dc;
}
.mini-cart-footer {
    display: flex;
    justify-content: center;
    border-top: 1px solid #eee;
    padding-top: 12px;
    margin-top: 12px;
    gap: 48px;
}
/* #endregion */
/* #region Content */
/* #MARK: Content */
.content-container {
    display: flex;
    flex-direction: column;
    padding-top: 2rem;
    padding-bottom: 4rem;
    min-height: 600px;
}
.error404 .content-container {
    padding-left: 10rem;
    padding-right: 10rem;
    /* min-height: 12rem; */
}
.searchform {
    max-width: 620px;
    margin-top: 2rem;
}
.searchform > div {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%;
}
.searchform input[type="text"] {
    border: 1px solid #c1c7cf;
    flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
    min-width: 3rem;
    background-color: #fff;
    padding: 13px 18px;
    font-size: 16px;
    border-radius: 4px;
}
.searchform input[type="text"]:focus {
    border-color: #1E3A8A;
    box-shadow: 0 0 0 1px #1E3A8A;
    outline: none;
}
.searchform input[type="submit"] {
    font-weight: 500;
    margin-left: 10px;
    padding: 13px 18px;
    color: #fff;
    background-color: #1E3A8A;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    border: none;
}
.searchform input[type="submit"]:hover {
    color: #fff;
    background-color: #3B82F6;
}
.page-template-docs .content-container {
    max-width: 79rem;
}
.docs-banner {
    /* background-color: #a1ccfd; */
}
.docs-banner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.docs-banner h1 {
    text-align: center;
}
.docs-search-form {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: center; */
    /* margin: 2rem 0; */
    width: 100%;
    /* gap: 1rem; */
    gap: 0.75rem;
    /* max-width: 600px; */
    /* margin-top: 1rem; */
    padding: 1rem 0;
}
.docs-search-input {
    /* flex: 1; */
    color: #1F2937;
    background-color: #fff;
    padding: 14px 21px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #c1c7cf;
    width: 100%;
}
.docs-search-input:focus {
    border-color: #1E3A8A;
    box-shadow: 0 0 0 1px #1E3A8A;
    outline: none;
}
.docs-search-input::placeholder {
  color: #9CA3AF;
}
.docs-search-button {
    padding: 15px 24px;
    color: #fff;
    background-color: #1E3A8A;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    position: relative;
    width: 100%;
    text-transform: uppercase;
}
.docs-search-button:hover {
    color: #fff;
    background-color: #3B82F6;
}
@media (min-width: 600px) {
  .docs-search-form {
    flex-direction: row;
    max-width: 800px;
  }
  .docs-search-input {
    flex: 1; 
    width: auto;
  }
  .docs-search-button {
    width: auto;
  }
}
.post-edit-link {
    margin: 1.5rem 0;
}
.content-area {
    flex-grow: 1;
}
.page-title {
    margin-bottom: 3rem;
}
.widget-area {
    margin-bottom: 48px;
}
.widget-area .widget {
    margin-bottom: 24px;
}
.widget-title {
    font-size: 1rem;
    line-height: 2.181818182;
    font-weight: 700;
    text-transform: uppercase;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
    line-height: 1.846153846;
}
.widget-area .widget a {
    line-height: 1.3;
    text-decoration: none;
}
.widget-area .widget a:hover {
    text-decoration: underline;
}
.hero-container {
    display: flex;
    flex-direction: column;
    padding-top: 2rem;
    padding-bottom: 3rem;
    gap: 40px;
    align-items: center;
}
.hero-content {
    flex: 1;
    max-width: 100%;
}
.hero-content h1 {
    /* font-size: 3.19rem; */
    font-size: 3.2rem;
    font-weight: 900;
    /* line-height: 1.1; */
    /* letter-spacing: -0.125rem; */
    /* margin-bottom: 1.5rem; */
    /* margin-bottom: 1.8rem; */
    margin-bottom: 2rem;
    /* max-width: 570px; */
}
.hero-content p {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6;
    /* margin-bottom: 2rem; */
    margin-bottom: 2.5rem;
}
.hero-button {
    display: inline-block;
    background-color: #1E3A8A;
    text-transform: uppercase;
    color: #fff;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .05);
    transition: background-color 0.3s ease;
}
.hero-button:hover {
    background-color: #3B82F6;
    color: #fff;
}
.hero-image {
    flex: 1;
    max-width: 100%;
}
.hero-image img {
    object-fit: cover;
    display: block;
    height: 100%;
    width: 100%;
}
.usr-heading-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
}
.usr-heading-headline {
    /* font-size: 3.19rem; */
    font-size: 3.2rem;
    font-weight: 900;
    /* letter-spacing: -0.0625rem; */
    margin-bottom: 1rem;
    max-width: 850px;
}
.usr-heading-subhead {
    color: #5f6368;
    font-size: 1.2rem;
    max-width: 765px;
    margin: 0;
}
.product-link {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    outline: transparent;
    width: 100%;
    height: 100%;
    /* box-shadow: 0 2px 35px #E5E7EB; */
    box-shadow: 0 2px 35px rgba(15, 23, 42, 0.10);
    border-radius: 20px;
    border: none;
    padding: 10px;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
}
.product-link:hover {
    background-color: #fff;
    box-shadow: 0 2px 48px rgba(15, 23, 42, 0.18);
}
.product-image {
    position: relative;
    margin-bottom: 15px;
}
.product-image img {
    background-color: #ccc;
    border-radius: 12px;
}
.product-item .product-title {
    font-size: 18px;
    padding: 0 10px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    line-height: 24px;
}
.product-excerpt {
    color: #4b4b4b;
    text-align: center;
    font-weight: 400;
    min-height: 80px;
    padding: 0 25px;
    font-size: 16px;
    line-height: 24px;
}
.product-excerpt p {
    margin: 9px 0;
}
.product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}
.wp-button-link {
    font-size: 14px !important;
    height: 48px !important;
    border-radius: 10px !important;
    width: auto !important;
    flex: 1;
    min-width: 136px;
}
.btn-primary-outline {
    border: 2px solid #0073e6;
    color: #0073e6;
    border-color: #0073e6;
}
.btn-primary-outline:hover {
    color: #fff;
    background-color: #0073e6;
}
.btn-link {
    padding: 0 30px;
    height: 46px;
}
.product-meta {
    padding: 24px;
    background-color: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 6px;
}
.product-meta li {
    border-bottom: 1px solid #E5E7EB;
    display: inline-block;
    padding: .7rem 0;
    position: relative;
    width: 100%;
}
.product-meta li:last-child {
    border-bottom: none;
}
.product-meta li strong {
    float: right;
    font-weight: 500;
}
.product-heading-content {
    padding: 2rem 0;
    border-bottom: 1px solid #E5E7EB;
}
.product-title {
    font-size: 36px;
    margin: 0;
}
.product-summary {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 2rem;
    padding-bottom: 1rem;
}
.product-summary-content {
    flex: 1;
    max-width: 100%;
}
.product-short-description {
    font-size: 20px;
}
.product-short-description p {
    margin: 0;
}
.product-summary-sidebar {
    flex: 1;
    max-width: 100%;
}
.product-main-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 1rem;
    padding-bottom: 4rem;
}
.product-main-content {
    flex: 1;
    max-width: 100%;
}
.product-gallery {
    margin-bottom: 2rem;
}
.product-sidebar {
    flex: 1;
    max-width: 100%;
}
form.cart {
    text-align: center;
}
.submit-button {
    margin-top: 10px;
}
.single_add_to_cart_button {
    font-size: 18px;
    padding: 0 30px;
    width: 100%;
    height: 54px;
}
.product-support {
    text-align: center;
    font-size: 14px;
}
.product-support p {
    margin: 0 0;
}
.buyer-protection {
    font-size: 14px;
    line-height: 1.5;
    padding-left: 64px;
    margin: 30px 24px 0;
    background-size: 35px;
    background-position: 10px 8px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 24 24"><g fill="none"><path d="M3 4.65V12c0 7.35 9 10.5 9 10.5s9-3.15 9-10.5V4.65L12 1.5z" clip-rule="evenodd"/><path stroke="%23374151" stroke-linecap="square" stroke-width="1" d="M3 4.65V12c0 7.35 9 10.5 9 10.5s9-3.15 9-10.5V4.65L12 1.5z" clip-rule="evenodd"/><path stroke="%23374151" stroke-linecap="square" stroke-width="1" d="M8.173 11.172L11 14l5.657-5.657"/></g></svg>');
    background-repeat: no-repeat;
}
.protection-title {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}
.product-add-to-cart {
    padding: 1.5rem;
    border: 2px solid #ffa41c;
    border-radius: 15px;
    margin-bottom: 2rem;
}
.product-add-to-cart .price {
    color: #0f1111;
    font-size: 2.25rem;
    font-weight: 600;
    text-align: center;
    margin: 0 0 1rem;
    line-height: 1.1;
    letter-spacing: 0.02em;
}
.product-add-to-cart .price.free {
    color: #ffa41c;
}
.product-add-to-cart .quantity {
    display: none;
}
.product-add-to-cart .button {
    color: #fff;
    background-color: #ffa41c;
    font-size: 18px;
    padding: 0 30px;
    width: 100%;
    height: 54px;
    border: none;
    text-transform: uppercase;
    border-radius: 10px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    transition: background-color 0.3s ease-in-out;
    margin-top: 1rem;
    position: relative;
}
.product-add-to-cart .button:hover {
    color: #fff;
    background-color: #ee8e00;
}
.product-add-to-cart .button[disabled],
.product-add-to-cart .button[disabled]:hover,
.product-add-to-cart .button[disabled]:active {
    color: #fff;
    background-color: #ee8e00;
    cursor: inherit;
}
.wc-spinner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.wc-spinner:after {
    content: "";
    height: 24px;
    width: 24px;
    border: 4px solid #fff;
    border-left: 4px solid transparent;
    border-radius: 50%;
    animation: wc_spinner 1s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: -12px 0 0 -12px;
    box-sizing: border-box;
}
@keyframes wc_spinner {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}
.wc-button-loading .wc-spinner {
    visibility: visible;
}
.wc-button-loading .wc-button-text {
    visibility: hidden;
}


.cart-empty {
    text-align: center;
}
.table-list {
    font-size: 14px;
    background: #fff;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #f0f0f0;
    border-collapse: separate;
    line-height: 1.25rem;
    text-align: left;
    table-layout: auto;
    border-radius: 4px;
    box-sizing: border-box;
}
.table-list tr th:first-child,
.table-list tr td:first-child {
    padding-left: 18px;
}
.table-list tr th:last-child,
.table-list tr td:last-child {
    padding-right: 18px;
}
.table-list td,
.table-list th {
    padding: 15px 10px;
}
.table-list th {
    color: #2c3338;
    font-weight: 600;
    text-transform: uppercase;
}
.table-list thead td,
.table-list thead th {
    border-bottom: 1px solid #f0f0f0;
}
.table-list td {
    color: #50575e;
    vertical-align: middle;
    border-bottom: 1px solid #f0f0f0;
}
.order-date {
    width: 24%;
}
.order-status {
    width: 18%;
}
.order-total {
    width: 15%;
}
.order-actions {
    width: 15%;
}
.download-remaining {
    width: 24%;
}
.download-version {
    width: 12%;
}
.download-expires {
    width: 12%;
}
.download-file {
    width: 18%;
    text-align: center;
}
.woocommerce-cart .content-container {
    max-width: 1200px;
}
.woocommerce-checkout .header-content {
    height: 98px;
    max-width: 1200px;
}
.woocommerce-checkout .content-container {
    max-width: 1200px;
    padding-top: 0px;
}
.woocommerce-checkout .site-footer {
    background-color: #fff;
    color: #555;
}
.woocommerce-checkout .footer-content {
    justify-content: center;
}
.woocommerce-order-received .content-container {
    max-width: 884px;
}
.woocommerce-order-received h1,
.woocommerce-thankyou-order-received {
    text-align: center;
}
.woocommerce-order-received .woocommerce-order h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 16px 0;
}
.woocommerce-thankyou-order-details {
    border: 1px solid #dcdcde;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
    padding: 16px;
}
.woocommerce-thankyou-order-details li strong {
    float: right;
    font-weight: normal;
}
.woocommerce-order-overview__order,
.woocommerce-order-overview__order strong {
    font-weight: 600 !important;
}
.woocommerce-order-overview__total,
.woocommerce-order-overview__total strong {
    font-weight: 600 !important;
}
.woocommerce-order-received section {
    overflow-x: auto;
    margin: 24px 0;
}
.woocommerce-order-received table {
    border: 1px solid #dcdcde;
    border-radius: 8px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
}
.woocommerce-order-received table td,
.woocommerce-order-received table th {
    border-bottom: 1px solid #f4f4f4;
}
.woocommerce-table--order-details strong {
    font-weight: normal;
}
.woocommerce-order-received .download-remaining {
    width: 10%;
}
.woocommerce-order-received .download-file {
    width: 30%;
}
.woocommerce-customer-details address {
    border: 1px solid #dcdcde;
    border-radius: 8px;
    padding: 16px;
    font-style: normal;
}
.key-features-container {
    padding-top: 4rem;
    padding-bottom: 5rem;
}
.feature {
    text-align: center;
    background-color: white;
    padding: 3rem 2.5rem 4rem;
    border-radius: 16px;
    /* box-shadow: rgba(2, 2, 2, 0.06) 0px 0px 50px; */
    box-shadow:  0px 0px 50px rgba(15, 23, 42, 0.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}
.feature img {
    margin: 0;
}
.feature svg {
    color: #3B82F6;
}
.feature h3 {
    font-size: 24px;
    margin: 0;
}
.feature p {
    color: #5f6368;
    font-size: 16px;
    margin: 0;
}
.products-plugins {
    background-color: white;
    padding: 5rem 0;
    border-bottom: 1px solid #E5E7EB;
}
.products-themes {
    background-color: white;
    padding: 5rem 0;
    border-bottom: 1px solid #E5E7EB;
}
.usr-eyebrow {
    color: #5f6368;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 1.5rem;
    letter-spacing: 0.03125rem;
}
.usr-link-button-secondary {
    border-radius: 24px;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0rem;
    display: inline-block;
    font-weight: 600;
    padding: 12px 24px;
    color: #3B82F6;
    background-color: #e8f0fe;
    margin-top: 24px;
}
.usr-link-button-secondary:hover {
    background-color: #d2e3fc;
}
.why-choose-us {
    background-color: white;
    border-bottom: 1px solid #E5E7EB;
}
.why-choose-us-container {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.choose-list-item {
    display: flex;
    gap: 1rem;
}
.choose-list-item-image {
    width: 10%;
    min-width: 68px;
    text-align: center;
}
.choose-list-item-image svg {
    color: #3B82F6;
}
.choose-list-item-sumary {
    width: 90%;
}
.choose-list-item-sumary p {
    margin: 0;
}
.usr-section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 3rem;
}
.usr-section-header h2 {
    max-width: 850px;
}
.usr-section-header p {
    max-width: 690px;
    margin: 0;
}
.account-pagination {
    display: flex;
    gap: 10px;
    margin: 16px 0;
}
.account-pagination .page-numbers {
    padding: 10px 30px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-decoration: none;
    border-radius: 6px;
    color: #0073e6;
    font-weight: 400;
    background-color: White;
}
.account-pagination .page-numbers:hover {
    background-color: #005bb5;
    color: white;
}
.account-pagination .current {
    background-color: white;
    color: #0073e6;
    border-color: rgba(0, 0, 0, 0.2);
}
.account-pagination .dots {
    display: none;
}
.account-pagination .page-numbers:not(.prev):not(.next):not(.dots) {
    display: none;
}
.newsletter {
    background-color: #fff;
}
.newsletter-container {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.newsletter-content {
    padding: 6rem 1rem;
    background-color: #F1F5F9;
    border-radius: 24px;
    text-align: center;
}
.usr-newsletter-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    gap: 1rem;
}
.usr-newsletter-input {
    flex: 1;
    color: #1F2937;
    background-color: #fff;
    padding: 14px 21px;
    font-size: 16px;
    max-width: 360px;
    border-radius: 4px;
    border: 1px solid #cacfd6;
    width: 100%;
}
.usr-newsletter-input:focus {
    border-color: #1E3A8A;
    box-shadow: 0 0 0 1px #1E3A8A;
    outline: none;
}
.usr-newsletter-input::placeholder {
  color: #9CA3AF;
}
.usr-newsletter-button {
    padding: 15px 48px;
    color: #fff;
    background-color: #1E3A8A;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    position: relative;
    width: 100%;
}
.usr-newsletter-button:hover {
    background-color: #3B82F6;
}
.usr-newsletter-button[disabled],
.usr-newsletter-button[disabled]:hover,
.usr-newsletter-button[disabled]:active {
    color: #fff;
    background-color: #3B82F6;
    cursor: inherit;
}
.usr-newsletter-spinner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.usr-newsletter-spinner:after {
    content: "";
    width: 22px;
    height: 22px;
    border: 3px solid #fff;
    border-top: 3px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: -11px 0 0 -11px;
    box-sizing: border-box;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.usr-loading .usr-newsletter-spinner {
    visibility: visible;
}
.usr-loading .usr-newsletter-button-text {
    visibility: hidden;
}
.woocommerce-cart h1,
.woocommerce-checkout h1 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.wp-block-woocommerce-checkout {
    padding-top: 0 !important;
}
.wc-block-cart__totals-title {
    display: block !important;
}
.wc-block-cart__submit {
    margin: 2rem 0 1rem !important;
}
.wc-block-components-sidebar {
    background-color: #f7f7f7;
    padding: 1rem !important;
    border-radius: 10px;
}
.wc-block-checkout .wc-block-components-sidebar {
    padding: 24px !important;
}
.wp-block-woocommerce-empty-cart-block {
    text-align: center !important;
}
.wc-block-cart-items th {
    padding: 8px 24px 8px 0 !important;
    text-align: left;
    font-size: 14px;
}
.wc-block-cart-items th:last-child {
    padding-right: 0 !important;
    text-align: right;
}
.wc-block-cart-items td:last-child {
    padding-right: 0 !important;
}
.wc-block-cart-items__header-image {
    width: 144px !important;
}
.woocommerce-cart .wc-block-components-product-name {
    font-size: 18px !important;
    font-weight: 500;
}
.wc-block-cart-item__quantity {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
}
.wc-block-components-quantity-selector {
    margin: 0 !important;
}
.wc-block-components-quantity-selector:after {
    border-radius: 30px !important;
}
.wp-block-woocommerce-checkout-order-summary-block {
    border: none !important;
}
.wc-block-components-totals-coupon__button {
    background-color: #fff;
    color: rgb(17, 17, 17);
    padding: 0 30px;
    border: 1px solid #a6a6a8;
    border-radius: 20px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    transition: border-color 0.3s ease-in-out;
    box-shadow: none !important;
}
.wc-block-components-totals-coupon__button:hover {
    border-color: #7e7e80;
}
.wc-block-components-totals-coupon__button[disabled],
.wc-block-components-totals-coupon__button[disabled]:hover,
.wc-block-components-totals-coupon__button[disabled]:active {
    cursor: inherit;
    opacity: 0.6;
}
.wc-block-cart__totals-title,
.wc-block-components-checkout-order-summary__title-text {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 1rem !important;
    text-transform: none !important;
}
.woocommerce-checkout .wc-block-components-product-name {
    font-size: 14px !important;
}
.woocommerce-checkout .wc-block-components-product-metadata {
    display: none !important;
}
.wc-block-components-panel__button {
    font-size: 16px;
    font-weight: 500;
}
.wc-block-cart__submit-button {
    background-color: #ffa41c;
    color: #fff;
    font-size: 18px;
    padding: 0 30px;
    width: 100%;
    height: 54px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    transition: background-color 0.3s ease-in-out;
    box-shadow: none !important;
}
.wc-block-cart__submit-button:hover {
    color: #fff;
    background-color: #ee8e00;
}
.wc-block-cart__submit-button .button[disabled],
.wc-block-cart__submit-button .button[disabled]:hover,
.wc-block-cart__submit-button .button[disabled]:active {
    color: #fff;
    background-color: #ee8e00;
    cursor: inherit;
}
.wc-block-components-checkout-place-order-button {
    background-color: #ffa41c;
    color: #fff;
    font-size: 18px;
    padding: 0 30px;
    height: 54px !important;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    transition: background-color 0.3s ease-in-out;
    box-shadow: none !important;
}
.wc-block-components-checkout-place-order-button:hover {
    color: #fff;
    background-color: #ee8e00;
}
.wc-block-components-checkout-place-order-button .button[disabled],
.wc-block-components-checkout-place-order-button .button[disabled]:hover,
.wc-block-components-checkout-place-order-button .button[disabled]:active {
    color: #fff;
    background-color: #ee8e00;
    cursor: auto;
}
@keyframes spinner_ani {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* .wc-block-components-spinner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
} */
.wc-block-components-spinner:after {
    /* animation: spinner_ani 1s linear infinite !important; */
    animation: wc_spinner 1s linear infinite !important;
    /* content: ""; */
    height: 24px !important;
    width: 24px !important;
    border: 4px solid #fff !important;
    border-left: 4px solid transparent !important;
    /* border-radius: 50%; */
    /* animation: spinner__animation 1s linear infinite; */
    /* position: absolute; */
    /* left: 50%; */
    /* top: 50%; */
    /* transform: translate(-50%, -50%); */
    margin: -12px 0 0 -12px !important;
    /* box-sizing: border-box; */
}
.wc-block-checkout__sidebar.is-sticky {
    position: static !important;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
    border: none !important;
    cursor: auto !important;
    padding: 0 !important;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title-icon,
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title-price {
    display: none !important;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content {
    display: block !important;
    border: none !important;
}
.wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper {
    display: none !important;
}

/* #MARK: WPLB */
.wplb-form-container {
    background-color: #fff;
    letter-spacing: -0.04rem;
    /* max-width: 420px; */
    max-width: 410px;
    padding: 1.5rem;
    border-radius: 4px;
    margin: 60px auto 120px auto;
    /* box-shadow: 0 0 0px rgba(0, 0, 0, 0.15); */
    /* box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06); */
    /* box-shadow:  0px 0px 50px rgba(15, 23, 42, 0.06); */
    /* box-shadow:  0px 0px 48px rgba(15, 23, 42, 0.06); */
    /* box-shadow: 0px 0px 12px rgba(15, 24, 42, 0.06); */
    /* box-shadow: 0 12px 40px rgba(0, 0, 0, .12); */
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.12);
}
.wplb-form-container a {
    font-size: 16px;
    font-weight: 600;
}
.wplb-form-title {
    /* color: #333; */
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 24px;
    text-align: left;
    /* line-height: 36px; */
}
.wplb-form-group {
    margin-bottom: 1rem;
}
.wplb-form-group.wplb-submit {
    margin: 2rem 0 1rem;
}
.wplb-form-label {
    /* color: #555; */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    display: inline-block;
}
.wplb-form-input {
    color: #1F2937;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    width: 100%;
    height: 52px;
    padding: 0 1rem;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    /* border: 1px solid #c1c7cf; */
    border: 1px solid #cacfd6;
}
.wplb-form-input:focus {
    border-color: #1E3A8A;
    box-shadow: 0 0 0 1px #1E3A8A;
    outline: none;
}
.wplb-form-password {
    position: relative;
}
.wplb-password-hide-button {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    min-height: 52px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.wplb-form-checkbox {
    accent-color: #1E3A8A;
    border: 1px solid #5f6368;
    border-radius: 4px;
    margin: 0 6px 0 0;
    cursor: pointer;
}
.wplb-remember-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wplb-remember-checkbox {
    display: flex;
    align-items: center;
}
.wplb-form-button {
    background-color: #1E3A8A;
    color: #fff;
    padding: 0 24px;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    white-space: nowrap;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}
.wplb-form-button:hover {
    background-color: #3B82F6;
    color: #fff;
}
.wplb-form-nav {
    text-align: center;
    margin: 2rem 0 1rem;
}
.notice {
    margin: 5px 0px 18px;
}
#login_error {
    color: #e11a42;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 1rem;
}
#login_error a {
    color: #e11a42;
    text-decoration: underline;
}
.login-error-list li+li {
    margin-top: 9px;
}
#signup-content {
    max-width: 36rem;
    margin: 90px auto 180px auto;
}
/* #MARK: WPAB */
.wpab-account {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.wpab-account-menu-header {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding: 0 8px;
}
.wpab-account-menu-header-avatar {
    background-color: #eee;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    flex-shrink: 0;
    overflow: hidden;
}
.wpab-account-menu-header-details {
    flex-grow: 1;
    min-width: 0;
}
.wpab-account-menu-header-name {
    font-size: 18px;
    font-weight: 600;
}
.wpab-account-menu-header-email {
    color: #787c82;
    display: block;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
}
.wpab-account-menu ul li a {
    color: #1F2937;
    font-weight: 600;
    display: block;
    padding: 12px 8px;
    border-radius: 6px;
}
.wpab-account-menu ul li.current-menu-item a {
    color: #1E3A8A;
    background-color: #F8FAFC;
}
.wpab-account-menu ul li a:hover {
    color: #1E3A8A;
    background-color: #F8FAFC;
}
.wpab-content-title {
    font-size: 2rem;
    font-weight: 600;
    /* line-height: 24px; */
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #E5E7EB;
}
.wpab-form-container {
    padding: 1rem;
    max-width: 640px;
}
.wpab-form-group {
    margin-bottom: 1rem;
}
.wpab-form-group.wpab-submit {
    margin: 2rem 0 1rem;
}
.wpab-form-label {
    color: #333;
    /* font-size: 1rem; */
    font-weight: 600;
    line-height: 1.6;
    display: inline-block;
}
.wpab-form-input {
    font-weight: 400;
    font-family: inherit;
    font-size: inherit;
    width: 100%;
    height: 46px;
    padding: 0 1rem;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    border: 1px solid #c3c4c7;
}
.wpab-form-input:focus {
    border-color: #0073e6;
    box-shadow: 0 0 0 1px #0073e6;
    outline: none;
}
.wpab-form-button {
    background-color: #0073e6;
    color: #fff;
    padding: 0 2rem;
    font-family: inherit;
    font-size: inherit;
    font-weight: 600;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}
.wpab-form-button:hover {
    background-color: #005bb5;
    color: #fff;
}
.wpab-notice {
    background: #fff;
    border: 1px solid #ddd;
    border-left-width: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    padding-right: 38px;
    position: relative;
    margin: 5px 0 30px;
    padding: 6px 12px;
}
.wpab-notice.notice-success {
    border-left-color: #00a32a;
}
.wpab-notice.notice-error {
    border-left-color: #d63638;
}
.wpab-notice p {
    font-size: 15px;
    line-height: 1.5;
    margin: 1em 0;
    margin: .5em 0;
    padding: 2px;
}
#wpab-message.message,
#wpab-message.notice,
#wpab-message.success {
    border-left: 4px solid #72aee6;
    padding: 6px 12px;
    margin-left: 0;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    word-wrap: break-word;
}
#wpab-message.notice-error {
    border-left-color: #d63638;
}
#wpab-message.notice-success {
    border-left-color: #00a32a
}
#wpab-message p {
    font-size: 15px;
    line-height: 1.5;
    margin: 1em 0;
    margin: .5em 0;
    padding: 2px;
}
@media (min-width: 768px) {
    .wpab-account {
        flex-direction: row;
    }
    .wpab-account-sidebar {
        width: 22%;
        min-width: 0;
    }
    .wpab-account-content {
        width: 78%;
        min-width: 0;
    }
    .wpab-account-menu-header {
        flex-direction: column;
    }
}
.article-breadcrumbs {
    max-width: 77rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.breadcrumb ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.breadcrumb li {
  display: inline-block;
  position: relative;
  padding-right: 1.5em;
}
.breadcrumb li:not(:last-child)::after {
  content: '>';
  position: absolute;
  right: 0.5rem;
  color: #2563EB;
}
.breadcrumb li:last-child {
  color: #333;
}
/* .breadcrumb li a {
  text-decoration: none;
  color: #007bff;
}
.breadcrumb li a:hover {
  color: #01447e;
} */

.support-article {
    max-width: 77rem;
    padding-top: 2rem;
    padding-bottom: 5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    min-height: 600px;
}
@media (min-width: 768px) {
    .support-article {
        flex-direction: row;
    }
    .article-sidebar {
        width: 25%;
    }
    .article-content {
        width: 75%;
    }
}
.article-sidebar h2 {
    font-size: 1.5rem;
    font-weight: 500;
}
.article-sidebar h3 {
    font-size: 1.3rem;
    font-weight: 500;
}
.article-sidebar ul li a {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    padding: .7rem;
    display: block;
}
.article-sidebar ul li a:hover {
    color: #333;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    padding: .7rem;
    display: block;
}
.article-sidebar ul li.current-cat a {
    color: #333;
}
.article-header {
    margin-bottom: 2rem;
}
.article-title {
    font-size: 2rem;
    /* font-weight: 800; */
    margin-bottom: 1rem;
}
.article-footer {
    margin-top: 3rem;
}
.search-results-container {
    max-width: 1196px;
}
.docs-search-heading-title {
    font-size: 1.5rem;
    /* color: #777; */
    text-transform: uppercase;
    font-weight: 500;
}
.search-result-item {
    padding: 1rem 0;
}
.search-result-title {
    font-size: 1rem;
    font-weight: 600;
}
.search-result-excerpt {
    /* color: #555; */
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    /* padding-top: 6px; */
}
.categories-list {
    width: 100%;
}
.categories-list h3 {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.categories-list ul li a {
    /* font-size: 1rem; */
    padding: 6px 0;
}
.docs-list {
    width: 100%;
}
.docs-table th {
    color: #2c3338;
    font-weight: 600;
    text-transform: uppercase;
}
.docs-docs {
    width: 18%;
    text-align: center;
}
.docs-version {
    width: 18%;
    text-align: center;
}
.docs-update {
    width: 18%;
    text-align: center;
}
/* #endregion */
/* #region Footer */
/* #MARK: Footer */
.site-footer {
    background-color: #0F172A;
    color: #64748B;
}
.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.nav-footer ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
}
.nav-footer ul li {
    display: inline-block;
}
.nav-footer ul li a {
    color: #94A3B8;
    display: block;
    padding: 12px 9px;
}
.nav-footer ul li a:hover {
    color: #FFFFFF;
}
.nav-social ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}
.nav-social ul li {
    display: inline;
    line-height: 1;
}
.nav-social ul li a {
    color: #94A3B8;
    fill: #94A3B8;
    display: block;
    /* opacity: 0.6; */
    padding: 12px 12px;
    /* transition: opacity 0.2s ease-in-out; */
    /* transition: color 0.3s ease; */
    transition: fill 0.3s ease;
}
.nav-social ul li a:hover {
    color: #fff;
    fill: #fff;
    /* opacity: 1; */
}
/* .nav-social ul li svg {
    fill: #fff;
    vertical-align: middle;
} */
.footer-bottom {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-bottom: 4rem;
    padding-top: 0;
}
.footer-copyright {
    text-align: center;
}
.footer-copyright a {
    color: #64748B;
}
.footer-copyright a:hover {
    color: #64748B;
}
/* #endregion */
/* #region Media Queries */
/* #MARK: Media Queries */
@media (min-width: 600px) {
    .usr-grid-layout {
        display: grid;
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        grid-template-columns: repeat(12, 1fr);
    }
    .usr-grid-layout-2 .usr-grid-layout-item {
        grid-column: span 6;
    }
    .usr-grid-layout-3 .usr-grid-layout-item {
        grid-column: span 6;
    }
    .usr-media-container {
        align-items: center;
    }
    .usr-media-content-wrapper {
        grid-column: span 6;
    }
    .usr-media-media-wrapper {
        grid-column: span 6;
    }
    .usr-newsletter-form {
        flex-direction: row;
    }
    .usr-newsletter-button {
        width: auto;
    }
}
@media (min-width: 768px) {
    .container {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .hero-container {
        flex-direction: row;
    }
    .hero-content {
        max-width: 50%;
    }
    .hero-image {
        max-width: 50%;
    }
    .account {
        flex-direction: row;
    }
    .account-sidebar {
        width: 22%;
        min-width: 0;
    }
    .account-content {
        width: 78%;
        min-width: 0;
    }
    .account-menu-header {
        flex-direction: column;
    }
    .wc-block-cart-items td {
        padding: 24px 24px 24px 0px !important;
    }
    .wc-block-cart-item__quantity {
        flex-direction: row;
        align-items: center;
    }
    .wc-block-components-sidebar {
        padding: 40px !important;
    }
    .wplb-form-container {
        padding: 2.5rem;
    }
}
@media (min-width: 1024px) {
    .content-container {
        flex-direction: row;
    }
    .usr-media-container {
        align-items: center;
    }
    .usr-media-content-wrapper {
        grid-column: span 5;
    }
    .usr-media-media-wrapper {
        grid-column: span 7;
    }
    .usr-grid-layout-2 .usr-grid-layout-item {
        grid-column: span 6;
    }
    .usr-grid-layout-3 .usr-grid-layout-item {
        grid-column: span 4;
    }
    .product-summary {
        flex-direction: row;
    }
    .product-summary-content {
        max-width: 70%;
    }
    .product-summary-sidebar {
        max-width: 30%;
    }
    .product-main-wrapper {
        flex-direction: row;
    }
    .product-main-content {
        max-width: 70%;
    }
    .product-sidebar {
        max-width: 30%;
    }
    .woocommerce-cart .wc-block-components-main {
        width: 62% !important;
        flex-grow: 1;
        padding-right: 5% !important;
    }
    .woocommerce-cart .wc-block-components-sidebar {
        width: 38% !important;
        height: 100%;
    }
    .woocommerce-checkout .wc-block-components-main {
        width: 55% !important;
        flex-grow: 1;
        padding-right: 5% !important;
    }
    .woocommerce-checkout .wc-block-components-sidebar {
        width: 45% !important;
        padding: 24px !important;
    }   
}
@media (min-width: 1200px) {
    .header-menu-toggle {
        display: none;
    }
    .nav-header {
        display: flex;
        margin-left: 3rem;
        /* flex-basis: 100%; */
        /* flex-shrink: 1; */
    }
    .nav-user .is-desktop {
        display: block;
    }
    .nav-user .is-mobile {
        display: none;
    }
    .footer-content {
        flex-direction: row;
    }
    .nav-footer {
        margin-left: 3rem;
    }
    .nav-social {
        margin-left: auto;
    } 
}
/* #endregion */