/* Custom CSS for Agent Child Theme */

/* General Styles */
body {
    font-family: 'Space Grotesk', sans-serif;
    color: var(--color-text-primary);
}

/* Header Styles */
.whb-row.whb-general-header,
html,
body,
.wd-page-wrapper {
    background: var(--color-bg-base-black) !important;
}

.whb-row.whb-general-header .woodmart-nav-link {
    color: var(--color-text-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.wd-header-search .wd-tools-icon:after,
.wd-header-search .wd-tools-icon:before,
.wd-header-cart .wd-tools-icon.wd-icon-alt:before,
.wd-header-cart.wd-design-2 .wd-tools-text,
.wd-account-style-text .wd-tools-text {
    color: var(--color-text-primary);
}

header .wd-header-search,
header .wd-header-cart {
    border: 1px solid var(--color-border-primary);
    background: var(--color-bg-secondary);
}

header .whb-column.whb-col-right {
    gap: 16px;
}

header .wd-header-my-account>a {
    display: flex;
    height: 44px;
    padding: 8px 48px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 1000px;
    border: 2px solid var(--color-bg-brand-500);
    background: var(--color-bg-base-black);
    box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.05) inset;
    backdrop-filter: blur(50px);
    color: var(--color-text-primary);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

body .wd-header-cart .wd-cart-number.wd-tools-count {
    display: flex;
    width: 16px;
    padding: 2px 4px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--color-text-primary);
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
    background: var(--color-bg-brand-500);
    backdrop-filter: blur(25.399999618530273px);
    border-radius: 0;
    top: -10px;
    right: -12px;
}

body .mobile-nav {
    border-top: 1px solid #121212;
    background: #040201;
}

body .wd-nav-mobile>li>a {
    color: var(--color-text-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.whb-empty-column+.whb-mobile-right {
    gap: 16px;
}

.wd-tools-element .wd-tools-icon:before {
    color: var(--color-text-primary);
}

.wd-header-mobile-nav a {
    display: flex;
    width: 32px;
    height: 32px;
    padding: 8px 4.8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

/* Content Styles */
.title-subtitle.subtitle-color-default {
    position: relative;
    padding-left: 28px;
}

.title-subtitle.subtitle-color-default:before {
    content: '';
    width: 12px;
    height: 12px;
    transform: rotate(-0.003deg);
    background: var(--color-bg-brand-500);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

body .wd-switch-to-register {
    color: var(--color-text-primary);
}

.checkout-order-review>.woocommerce-checkout-review-order .wd-table-wrapper,
:is(.woocommerce-checkout>.checkout-order-review, .woocommerce-order-pay #order_review),
.payment_methods .payment_box {
    background: var(--color-bg-base-black) !important;
}

:is(.woocommerce-checkout>.checkout-order-review, .woocommerce-order-pay #order_review):before,
:is(.woocommerce-checkout>.checkout-order-review, .woocommerce-order-pay #order_review):after {
    content: none !important;
}

:root :is(body .woocommerce-form-coupon-toggle, body .woocommerce-form-login-toggle)>div {
    color: var(--color-text-primary) !important;
}

form.woocommerce-checkout input,
:root textarea {
    border-color: var(--color-border-primary);
}

body .wd-prefooter {
    padding: 0;
    background: var(--color-bg-base-black);
}

.cart-widget-side {
    border: 1px solid rgba(124, 124, 124, 0.10);
    background: #121212;
}

.wd-action-btn>a {
    color: var(--color-text-primary);
}

input[type="email"], 
input[type="date"],
input[type="search"],
input[type="number"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
:root textarea,
:root select {
    border-color: var(--color-border-primary);
}

body .select2-container--default .select2-selection {
    border-color: var(--color-border-primary) !important;
}

input#coupon_code:focus {
    border-color: var(--color-border-primary);
}

input#coupon_code {
    color: var(--color-text-primary);
}

.woocommerce-checkout-review-order-table tr {
    border-color: var(--color-border-primary);
}

body .cart-widget-side .woocommerce-mini-cart .mini_cart_item:hover {
    background: var(--color-bg-secondary);
}

body .woocommerce-mini-cart__total strong,
.cart-widget-side .woocommerce-mini-cart .remove {
    color: var(--color-text-primary);
}

.wd-product-nav-btn:before {
    color: var(--color-text-primary);
}

body .product_meta .meta-label {
    color: var(--color-text-primary);
}

.ss-launch form.wpcf7-form [type="email"] {
    display: flex;
    width: 376px;
    height: 44px;
    padding: 16px;
    align-items: center;
    gap: 12px;
    border-radius: 999px;
    border: 1px solid rgba(124, 124, 124, 0.10);
    background: rgba(124, 124, 124, 0.05);
    color: var(--color-text-quaternary);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

.ss-launch form.wpcf7-form [type="submit"] {
    display: flex;
    height: 44px;
    padding: 8px 48px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 1000px;
    border: 2px solid var(--color-bg-brand-500);
    background: var(--color-bg-base-black);
    box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.05) inset;
    backdrop-filter: blur(50px);
}

.ss-launch form p {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.ss-launch form.wpcf7-form.invalid .wpcf7-response-output {
    display: none;
}

.ss-launch form.wpcf7-form.invalid .wpcf7-not-valid-tip {
    font-size: 14px;
    padding-top: 10px;
    text-align: center;
}

.m1-card__image {
    position: relative;
    padding: 0 12px;
    padding-top: 22px;
}

.m1-card__image .m1-card__title {
    color: var(--color-text-primary);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 16px;
    z-index: 1;
}

.m1-card__desc {
    color: var(--color-text-tertiary);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
    padding: 28px;
    padding-top: 16px;
    padding-bottom: 28px;
}

a.m1-card__more {
    color: var(--color-text-tertiary);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    width: 100%;
    display: block;
    border-top: 1px solid var(--color-border-primary);
    padding: 16px 14px;
}

a.m1-card__more:hover {
    color: var(--color-bg-brand-500);
}

.ss-card-feature .m1-card-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.m1-card {
    border: 1px solid var(--color-border-primary);
}

.m1-card .overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 25%, #000 110.48%);
    display: flex;
    height: 187px;
    padding: 16px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 8px;
    flex-shrink: 0;
    align-self: stretch;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.ss-faq .wd-accordion-title-text {
    position: relative;
    gap: 16px;
}

.ss-faq .wd-accordion-title-text:before {
    content: '';
    width: 12px;
    height: 12px;
    transform: rotate(-0.001deg);
    aspect-ratio: 1 / 1;
    background: var(--color-bg-brand-500);
}

.ss-faq .wd-accordion-title {
    padding: 0;
}

.ss-faq .wd-accordion-item {
    display: flex;
    padding: 32px;
    flex-direction: column;
    gap: 30px;
    align-self: stretch;
    border: 1px solid var(--color-border-primary) !important;
    background: rgba(124, 124, 124, 0.05);
    margin-bottom: 16px;
}

.ss-faq .wd-accordion-opener {
    color: var(--color-text-primary);
}

.ss-faq .wd-accordion-content {
    padding: 0;
}

.agent-freeship-message {
    color: var(--color-text-quaternary);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    display: flex;
    gap: 4px;
    align-items: center;
}

.ss-freeship {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 24px;
    align-self: stretch;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.single-breadcrumbs-wrapper.wd-grid-f {
    display: none;
}

.ss-product-description ul li {
    color: var(--color-text-secondary);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.ss-product-description ul li strong {
    color: var(--color-text-primary);
    line-height: 16px;
}

body form.cart .quantity input.btn {
    font-size: 24px;
    color: var(--color-text-primary) !important;
    display: flex !important;
    width: 44px;
    height: 44px;
    transform: rotate(-0.003deg);
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--color-border-primary);
    background: rgba(124, 124, 124, 0.05);
    box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.05) inset;
    backdrop-filter: blur(50px);
}

body form.cart .quantity input.qty {
    display: flex;
    width: 48px;
    height: 44px;
    padding: 8px 0px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border: 1px solid var(--color-border-primary);
    background: rgba(124, 124, 124, 0.05);
    color: var(--color-text-secondary);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

.ss-product-description ul {
    margin: 16px 0;
}

form.cart button.single_add_to_cart_button {
    color: var(--color-text-primary);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    width: 295px;
    text-transform: initial;
}

body form.cart {
    gap: 16px;
}

.single .summary-inner .product_meta,
.single .wd-social-icons {
    display: none;
}

.product-tabs-wrapper {
    display: none !important;
}

ul.woocommerce-order-overview li,
ul.woocommerce-order-overview li strong,
ul.woocommerce-order-overview li bdi {
    color: var(--color-text-primary) !important;
}

body,
body .woocommerce-MyAccount-navigation ul li a,
body .wd-my-account-links a,
.wd-sub-menu li>a {
    color: var(--color-text-primary);
}

body .woocommerce-MyAccount-navigation ul li a:hover {
    color: var(--color-bg-brand-500);
}

.ss-product-slogan {
    color: var(--color-text-tertiary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 20px;
    background: var(--BG-Fg, rgba(124, 124, 124, 0.05));
    border-bottom: 1px solid var(--Border-Solid, #121212);
}

.single .summary-inner>.price,
.ss-product-description,
.ss-freeship {
    padding: 0 24px;
}

form.cart .quantity {
    padding-left: 24px;
    gap: 4px;
}

h1.product_title.entry-title.wd-entities-title {
    color: var(--color-text-white);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin: 0;
    padding: 20px 24px;
    padding-bottom: 0;
    background: var(--BG-Fg, rgba(124, 124, 124, 0.05));
}

.wd-dropdown.wd-dropdown-register,
.whb-col-right .wd-dropdown-menu.wd-design-default {
    background: var(--color-bg-base-black);
    border: 1px solid var(--color-border-primary);
}

.single .price .amount {
    color: #F96418;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.72px;
}

.ss-key-feature-item {
    display: flex;
    gap: 16px;
}

.ss-key-feature-icon {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 11.533px 12px 12.467px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    border: 1px solid #121212;
    background: rgba(124, 124, 124, 0.05);
    box-shadow: 0px 0px 0px 1px rgba(10, 13, 18, 0.18) inset, 0px -2px 0px 0px rgba(10, 13, 18, 0.05) inset, 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
}

.ss-key-feature-item-title {
    color: var(--color-text-primary);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 8px;
}

.ss-key-feature-item-desc {
    color: #9B9B9B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

h3.ss-key-feature-title {
    color: #B2B2B2;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.ss-key-feature-block {
    display: flex;
    padding: 20px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    border-top: 1px solid #121212;
}

.ss-key-feature-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}

.single .product-image-summary .summary-inner {
    border: 1px solid #121212;
}

.wd-action-btn.wd-style-icon-bg-text>a {
    background: #121212 !important;
    color: #EDEDED;
}

body .wd-arrow-inner {
    background: #121212;
}

body .wd-arrow-inner:hover {
    background: #121212;
    opacity: 0.7;
}

body .wd-disabled .wd-arrow-inner {
    background: #121212;
    opacity: 0.5;
}

.wd-arrow-inner:after {
    color: var(--color-text-white);
}

.lists-product-card .author-avatar img {
    max-width: 32px;
    margin: 0 auto;
}

.lists-product-card .m1-agent-card-order {
    display: flex;
    height: 44px;
    transform: rotate(-0.003deg);
    padding: 8px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    background: #F96418;
    color: #E3E3ED;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 32px;
}

.lists-product-card .m1-agent-card-price-current {
    color: #F96418;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.72px;
    display: block;
}

.lists-product-card .m1-agent-card-price-old {
    color: #9B9B9B;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-decoration-line: line-through;
    display: block;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 20px;
}

.lists-product-card .m1-card {
    border: 0;
    padding: 0;
}

.lists-product-card .m1-card .m1-card__image {
    padding: 0;
}

.lists-product-card .m1-card__desc {
    padding: 16px;
}

.lists-product-card .author-area-info {
    color: #9B9B9B;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    max-width: 200px;
    margin: 0 auto;
}

/* Footer Styles */
footer .wd-text-block a {
    color: var(--color-text-white);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

footer ul.sub-sub-menu {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    padding: 0;
}

footer ul.sub-sub-menu a {
    padding: 0;
}

.flex.gap {
    display: flex;
    gap: 23px;
    justify-content: end;
}

.ss-qfs,
.ss-qfs .e-child:nth-child(2) {
    border: 1px solid var(--color-border-primary);
}

.single .summary-inner>.price del .amount {
    font-size: 24px;
    color: #EDEDED;
}

.ss-qfs .member-details p {
    max-width: 310px;
    margin: 0 auto;
}

.ss-product-filter-header-icon {
    display: none;
    align-items: center;
    border: 1px solid var(--color-border-primary);
    background: rgba(124, 124, 124, 0.05);
    box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.05) inset;
    backdrop-filter: blur(50px);
    gap: 8px;
    padding: 12px;
    color: var(--color-text-primary);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

.ss-key-feature-content {
    width: calc(100% - 64px);
}

.woocommerce-orders-table td:before, td.product-remove a, .woocommerce-remove-coupon {
    color: var(--color-text-primary);
}

.hide-desktop {
    display: none;
}

.woocommerce-checkout form#woocommerce-checkout-form-coupon {
    padding-left: 0;
    padding-right: 0;
}

.checkout-order-review>.woocommerce-checkout-review-order .wd-table-wrapper, .payment_methods .payment_box {
    border: 1px solid #121212;
}
body .wd-page-content {
    background-color: #040201;
}

.home .wd-content-layout {
    padding-top: 0;
}

.cart-widget-side .wd-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(124, 124, 124, 0.10);
    background: rgba(124, 124, 124, 0.05);
}

.cart-widget-side .wd-heading .text-cart {
    display: flex;
    align-items: center;
    gap: 11px;
    color: #E3E3ED;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.cart-widget-side .close-side-widget a {
    color: #B3B3B3;
}

.shopping-cart-widget-footer .woocommerce-mini-cart__buttons.buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    padding: 20px !important;
    border-top: 1px solid rgba(124, 124, 124, 0.10);
    background: rgba(124, 124, 124, 0.05);
}

.shopping-cart-widget-footer .woocommerce-mini-cart__buttons .btn-cart {
    transition: all 0.3s ease;
    border: 1px solid rgba(124, 124, 124, 0.10);
    background: rgba(124, 124, 124, 0.05);
    backdrop-filter: blur(8px);
    color: #E3E3ED;
}

.shopping-cart-widget-footer .woocommerce-mini-cart__buttons .btn-cart:hover {
    color: #EDEDED;
    background: #f96419;
    border: 1px solid #f96419;
}

.cart-widget-side .cart_list li.woocommerce-mini-cart-item {
    border-bottom: 1px solid rgba(124, 124, 124, 0.10);
}

.woocommerce-mini-cart__total.total {
    border-top: 1px solid rgba(124, 124, 124, 0.10);
}

.woocommerce-mini-cart__total.total strong {
    color: #E3E3ED;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.woocommerce-mini-cart__total.total .woocommerce-Price-amount.amount {
    color: #E3E3ED;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.woocommerce-mini-cart__total.total {
    padding: 20px !important;
}

body .quantity input[type="button"].btn {
    font-size: 24px;
    color: var(--color-text-primary) !important;
    display: flex !important;
    width: 44px;
    height: 44px;
    transform: rotate(-0.003deg);
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--color-border-primary);
    background: rgba(124, 124, 124, 0.05);
    box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.05) inset;
    backdrop-filter: blur(50px);
}

body div.quantity input.qty {
    display: flex;
    width: 48px;
    height: 44px;
    padding: 8px 0px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border: 1px solid var(--color-border-primary);
    background: rgba(124, 124, 124, 0.05);
    color: var(--color-text-secondary);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

table.shop_table div.quantity {
    gap: 4px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) header,
body.woocommerce-checkout:not(.woocommerce-order-received) footer.wd-footer,
body.woocommerce-checkout:not(.woocommerce-order-received) .wd-page-title {
    display: none !important;
}

body .select2-container--default .select2-search--dropdown:before, body .select2-container--default .select2-dropdown {
    background: #121212 !important;
}

body .select2-container--default .select2-results__option {
    color: #EDEDED !important;
}

body.woocommerce-checkout .select2-container--default .select2-search--dropdown .select2-search__field {
    background: #121212;
    border: 1px solid #767676;
    color: #EDEDED;
}

.blockUI.blockOverlay {
    background-color: rgb(6 5 3 / 80%) !important;
    z-index: 1000 !important;
}

.cart-widget-side .cart_list li.woocommerce-mini-cart-item a {
    margin-bottom: 0;
}

.cart-slogan {
    color: #9B9B9B;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    display: block;
}

footer .wd-text-block a:hover, footer ul.sub-sub-menu a:hover {
    color: #f96419;
}

.link-get-in-touch .wd-text-block {
    text-align: right;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 24px !important;
}

.link-get-in-touch .wd-text-block .contact {
    color: #ffffff;
    text-align: right;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-top: 8px;
}

.link-get-in-touch .wd-text-block .contact a {
    color: #F96418;
    text-align: right;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.ss-qfs {
    border-left: 0;
    border-right: 0;
}

