.compare-product>.e-con-inner::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.compare-product>.e-con-inner::-webkit-scrollbar-track {
    background: transparent;
}

.compare-product>.e-con-inner::-webkit-scrollbar-thumb {
    background-color: #F96418;
    border-radius: 10px;
    border: 1px solid transparent;
}

.compare-product>.e-con-inner::-webkit-scrollbar-thumb:hover {
    background-color: #e5530f;
}

.m1-card .m1-agent-card-price {
    padding: 24px 0;
}

nav.woocommerce-MyAccount-navigation li.is-active {
    border-left: 4px solid #F96418;
    background: linear-gradient(90deg, rgba(255, 77, 0, 0.15) 0%, rgba(255, 77, 0, 0.01) 100%);
}

nav.woocommerce-MyAccount-navigation li a {
    color: #7B7B7B !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

nav.woocommerce-MyAccount-navigation li.is-active a {
    color: #F96418 !important;
}

.woocommerce-account.woocommerce-page .wd-page-title {
    display: none;
}

.woocommerce-info {
    border: 1px solid rgba(225, 133, 40, 0.10);
    background: rgba(225, 133, 40, 0.10);
    color: #E18528;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    width: 100%;
}

.woocommerce-EditAccountForm fieldset {
    border: 1px solid #121212;
}

.woocommerce-MyAccount-content {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border: 1px solid #121212;
    background: rgba(124, 124, 124, 0.05);
}

.woocommerce-orders-table td:before {
    color: rgb(227, 227, 237);
    font-weight: 600;
}

.woocommerce-page .woocommerce-MyAccount-content form {
    width: 100%;
}

.woocommerce-page .u-columns.woocommerce-Addresses.col2-set.addresses {
    width: 100%;
}

.cart-info div.quantity {
    gap: 4px;
}

ul.cart_list.product_list_widget.woocommerce-mini-cart input.btn {
    width: 36px;
    height: 36px;
    padding: 0;
}

ul.cart_list.product_list_widget.woocommerce-mini-cart input.qty {
    width: 36px;
    height: 36px;
}

.discount-banner {
    display: inline-flex;
    border-radius: 16px;
    border: 1px solid #F96418;
    background: rgba(255, 77, 0, 0.20);
    backdrop-filter: blur(8px);
    padding: 2px 12px 2px 2px;
    align-items: center;
    gap: 4px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 12px;
}

.discount-label {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    display: flex;
    padding: 2px 12px;
    align-items: center;
    border-radius: 16px;
    background: #F96418;
}

.discount-code strong {
    color: white;
}

span.discount-code {
    color: #ffffff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.ss-product-price del span.woocommerce-Price-amount.amount {
    /*display: none;*/
}

body .cart-widget-side .woocommerce-mini-cart .remove {
    inset-inline-end: 15px;
}

.custom-product-discount .discount-banner {
    position: relative;
    margin: 0 24px;
}

.single .summary-inner>.price del .amount {
    /*display: none;*/
}

.lists-product-card .m1-card {
    position: relative;
}

.discount-banner {
    z-index: 2;
}

.lists-product-card .m1-card .m1-card__image img {
    width: 100%;
}

.m1-card__image .m1-card__title {
    position: relative;
    padding: 0;
    color: #E3E3ED;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}

.m1-card__content-inner p.m1-card__desc {
    color: #9B9B9B;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    min-height: 40px;
}

.m1-card__content-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 12px;
    z-index: 2;
}

.m1-card .m1-card__inner {
    border: 1px solid #121212;
}

.m1-agent-card-price span.woocommerce-Price-amount.amount {
    color: #F96418;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.72px;
    display: flex;
    justify-content: center;
}

.m1-agent-card-price del span.woocommerce-Price-amount.amount bdi {
    color: #9B9B9B;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-decoration-line: line-through;
}

.m1-agent-card-price del {
    text-decoration: none;
}

.lists-product-card .m1-agent-card-price-current {
    display: flex;
    flex-direction: column-reverse;
    gap: 8px;
    text-align: initial;
    min-height: 72px;
    justify-content: flex-end;
}

a.m1-card__more {
    color: #E3E3ED;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.discount-banner.p0 {
    padding: 0;
}

.lists-product-card .m1-agent-card-order {
    width: 100%;
    margin-bottom: 0;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
    border: 0;
}

.tt-compare {
    border-top: 1px solid #121212;
    border-bottom: 1px solid #121212;
    background: rgba(124, 124, 124, 0.05);
    padding: 16px 8px 12px 8px;
    gap: 8px;
    text-align: center;
}

.box-product-card .author-avatar {
    margin-bottom: 12px;
}

.box-product-card .author-name.title {
    color: #9B9B9B;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 4px;
}

.box-product-card .author-area-info {
    color: #E3E3ED;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

.box-tier .author-area {
    display: inline-flex;
    padding-right: 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    border: 1px solid #F96418;
    background: rgba(225, 133, 40, 0.10);
}

.box-tier .author-area .author-name {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 1000px;
    background: #F96418;
    color: #E3E3ED;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    margin: 0;
}

.box-tier .author-area-info {
    color: #E3E3ED;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}

.box-warranty .author-area {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.box-warranty .author-name.title {
    color: #E3E3ED;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
}

.box-warranty .author-avatar {
    margin: 0;
}

.box-tier, .box-warranty {
    text-align: center;
}

.ss-no-product {
    position: absolute;
    top: 0;
    display: flex;
    padding: 2px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 1000px;
    background: #FE4E52;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    margin: 12px;
    z-index: 2;
}

.single-product p.stock.out-of-stock {
    padding: 0 24px;
}

p.sold-quantity {
    padding: 0 24px;
}

.compare-product>.e-con-inner .lists-product-card {
    /*width: 880px;*/
    /*margin: 0 auto;*/
}

body .select2-container--default .select2-search--dropdown input {
    background: #060503 !important;
    color: #EDEDED !important;
}

dialog div[class*="ext-2"] div[class*="ext-2-353"] {
    display: none;
}

dialog a {
    border-radius: 0 !important;
}

header.whb-header .whb-flex-row.whb-general-header-inner .whb-column.whb-col-right.whb-column10 {
    margin: 0;
}

.lists-product-card.connect .author-avatar img {
    max-width: max-content;
    height: 32px;
}

a.order-m1 {
    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;
    text-transform: uppercase;
}

form.cart a.order-m1 {
    display: inline-flex;
    width: 295px;
    flex: initial;
}

#ss-product-list .ss-product-card a.order-m1 {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    background: var(--color-bg-brand-500);
    color: var(--color-text-primary);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    width: 100%;
    text-transform: initial;
    height: 42px;
}

.n-a {
    height: 100%;
}

.n-a .elementor-widget-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image-summary p.stock.in-stock.wd-style-default {
    padding: 0 24px;
    color: #e3e3ed;
}

.wd-popup.wd-promo-popup.wd-entry-content {
    background: transparent;
}

.login-form-footer .woocommerce-form-login__rememberme, .login-form-footer .lost_password {
    font-size: 14px;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
    display: none;
}