:root {
    --light-bg: #ffffff;
    --light-text: #212529;
    --light-border: #dee2e6;
    --heading-color: #000000;
    --subheading-color: #6c757d;
    --section-padding: 3rem;
    --card-border-radius: 0.5rem;

    /* Зірки (рейтинги) */
    --star-color: #f0ad4e;
    /* Можете змінити на #ffc107 чи інший */
}

.inventory {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 0;
}

/* .alertDiv {
	margin-top: 16px !important;
} */
.item {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    width: 250px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: white;
}

.item img {
    max-width: 100%;
    border-radius: 8px;
    margin-bottom: 10px;
}

.item h3 {
    font-size: 18px;
    margin: 10px 0;
    color: white;
}

.item p {
    font-size: 12px;
    color: #c2d4f8;
}

/* .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
} */

.woocommerce-Price-amount {
    color: #000;
    font-family: 'Tektur';
}

.card-body {
    background-color: #000;
}

.product_line_wrap_cat~.woocommerce-Price-amount.amount {
    color: #fff;
}

.sell-btn {
    padding: 0 20px;
    height: 55px;
    border-radius: 7px;
    background: transparent;
    border: 1px solid #ddd;
}

.woocommerce_myaccount_content .dokan-add-new-product {
    display: none !important;
}

.dokan-add-new-product-popup {
    display: block !important;
    position: fixed;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: 100;
    background: #070e2a !important;
    border-radius: 15px;
    overflow: hidden;
    padding: 25px;
    width: 70%;
    scale: 0.5;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    height: auto;
    overflow: auto;
}

.dokan-add-new-product-popup.open {
    opacity: 1;
    visibility: visible;
    scale: 1;
}

.close_inv_popup {
    position: absolute;
    right: 20px;
    top: 10px;
    rotate: 45deg;
    font-size: 35px;
    font-weight: 600;
    cursor: pointer;
}

.inv_overlay {
    position: fixed;
    inset: 0;
    z-index: 99;
    background: #111;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.inv_overlay.open {
    opacity: 0.5;
    visibility: visible;
}

.inventory .form-group label {
    text-align: left;
}

.product-meta-items li {
    background-color: #1b1b1b;
    padding: 10px;
}

.inventory .form-group {
    display: flex;
    flex-direction: column;
}

.dokan-add-product-link .dokan-add-new-product {
    display: none !important;
}

.dokan-form-control-dis {
    pointer-events: none;
    background-color: #ededed !important;
}

.content-half-part.featured-image,
.page-id-40 #post_title,
.dokan-select-product-category,
.dokan-product-short-description,
.dokan-product-description {
    pointer-events: none;
}

.dokan-form-group:has(.select2-selection__choice) {
    pointer-events: none;
}

.dokan-product-inventory.dokan-edit-row,
.dokan-other-options.dokan-edit-row {
    pointer-events: none;
}

body {
    padding-top: 80px;
    background-color: #000 !important;
    color: rgb(194, 212, 248) !important;
}

.header-area {
    border-bottom-color: rgba(194, 212, 248, 0.1) !important;
}

.rounded-pill {
    background: #0d6efd !important;
    transition: all 0.3s ease;
    border: 1px solid #0d6efd !important;
}

#content .rounded-pill:hover {
    background: #000000 !important;
    border: 1px solid #fff !important;
    color: #fff;
}

.header-area .form-control {
    color: #c2d4f8 !important;
    border-color: rgba(194, 212, 248, 0.15) !important;
    background-color: #0C153B !important;
}

.navbar-dark .navbar-tool-icon-box.bg-secondary.headerIcon {
    background-color: #ededed !important;
}

#masthead .container-fluid {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

#masthead {
    background: #ededed !important;

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 500;
}

.czi-menu::before {
    display: none;
}

.custom-logo-link {
    width: 112px !important;
}

.navbar-light .mega-nav::after {
    display: none;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(194, 212, 248) !important;
}

.navbar .dropdown:hover>.dropdown-menu,
.site-header-marketplace .navbar .mega-nav .mega-dropdown .mega-menu-container .dropdown-menu {
    background-color: black;
    border-color: #fff;
    border-radius: 10px;
}

.mega-nav .mega-dropdown>a {
    color: #fff !important;
}

.mega-nav .mega-dropdown .mega-menu-container {
    border: none;
}

body .site-header-marketplace .navbar .mega-nav .mega-dropdown .mega-menu-container {
    padding: 0 !important;
}

.navbar .mega-nav .mega-dropdown .mega-menu-container {
    border-color: transparent !important;
    background-color: transparent !important;
}

.mega-nav .mega-dropdown .mega-menu-container .dropdown-menu .mega-dropdown-column>a {
    color: rgb(194, 212, 248) !important;
}

.czi-heart::before {
    filter: brightness(11);
}

.navbar-light .navbar-tool-text {
    color: #ffffff !important;
}

body .navbar-light .navbar-tool-icon-box.bg-secondary {
    background-color: #0C153B !important;
}

.czi-cart::before {
    color: black;
}

.dropdown-item,
.lang-item>a {
    color: white !important;
}

body .dropdown-item i {
    display: none !important;
}

.widget_cartzilla_wc_attribute_filter {
    display: none !important;
}

.widget_cartzilla_wc_attribute_filter:has(a) {
    display: block !important;
}

/* .content_cat {
    display: flex !important;
    flex-wrap: wrap;
} */

.content_cat h1 {
    width: 100%;
    /* height: 80px; */
    color: #000;
    margin-top: 14px;
}

.content_cat h1+.bg-light.box-shadow-lg.rounded-lg {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    margin-top: 0 !important;
    overflow: hidden;
    background-color: #0C153B !important;
    margin-bottom: 15px !important;
}

.content_cat h1+.bg-light.box-shadow-lg.rounded-lg>div {
    height: 46px;
    background-color: #0C153B !important;
}

.content_cat h1+.bg-light.box-shadow-lg.rounded-lg input {
    border-color: rgba(194, 212, 248, 0.15) !important;
    background-color: #000 !important;
}

.content_cat .marketplace-products {
    width: 100%;
    top: 50px;
}

/* .marketplace-products .products {
    position: sticky;
    top: 50px;
} */



.content_cat h1+.bg-light.box-shadow-lg.rounded-lg .border-left {
    border-left: 1px solid #000000 !important;
    background-color: #000;
}

#secondary .cz-sidebar {
    background-color: #0C153B !important;
    max-width: 100%;
}

#secondary .card {
    background-color: #0C153B !important;
}

h3.widget-title {
    color: white;
}

.widget_cartzilla_wc_categories .accordion-heading>a.collapsed {
    color: white !important;
    background-color: black;
}

.collapse.show a {
    color: white !important;
}

.cz-sidebar #block-13.widget {
    border-top: 1px solid #384b5f !important;
}

h3.wp-block-heading {
    font-size: 17px !important;
    color: #fff;
}

.custom-control-label::before {
    background-color: transparent !important;
}

.cz-filter-item .custom-control-label {
    color: white !important;
}

.widget_cartzilla_wc_categories .accordion-heading>a.collapsed .accordion-indicator {
    background-color: transparent !important;
    color: white !important;
}


.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
    background: #000 !important;
    color: white;
}

#cartzilla_wc_attribute_filter-2.widget,
#cartzilla_wc_attribute_filter-3.widget,
#cartzilla_wc_attribute_filter-4.widget {
    border-top: 1px solid #384b5f !important;
}

.card.product-card-alt {
    height: 340px;
    background: black;
    transition: 0.3s;
    overflow: hidden;
    border-radius: 0px;
    padding: 2px;
}

@media (max-width: 992px) {
    .card.product-card-alt {
        height: 300px;
    }
}


/* 
.card.product-card-alt:hover {
    background: #fff;
}
 */
.product-title>a {
    color: #000 !important;
    font-weight: 400 !important;
}

.card-body .text-accent {
    color: #fff !important;
    font-family: 'Tektur';
}

.card-body .text-accent span {
    color: #fff !important;
}

.product-card-alt .product-thumb {
    position: unset !important;
    overflow: unset !important;
}

.product-thumb-overlay {
    display: none !important;
}

body .product-card-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: unset !important;
    transform: translateY(0) !important;
    bottom: -100px;
    padding: 10px 0;
    background: #000;
    border-bottom-right-radius: 0.4375rem;
    border-bottom-left-radius: 0.4375rem;
    translate: 0 -15px;
    transition: 0.5s cubic-bezier(0.42, 0, 0, 1.41) !important;
}

.product-card-actions a {
    padding: 0 !important;
    padding: 3px 10px !important;
    background: black !important;
    color: white !important;
}

.product-card-actions a:hover {
    color: white !important;
}

.product-card-actions a.add_to_cart_button i {
    display: none !important;
}

.product-card-actions a.add_to_cart_button {
    padding: 3px 17px !important;
    margin-left: 0 !important;
}

/* .card.product-card-alt:hover {
	border: 1px solid black;
} */

.card.product-card-alt .product-card-actions {
    height: 140px;
    justify-content: end;
}

@media (max-width: 992px) {
    .card.product-card-alt .product-card-actions {
        height: 100%;
        bottom: 0;
        flex-direction: row;
        align-items: end;
        background-color: transparent !important;
        padding-bottom: 0;
    }
}

.card.product-card-alt:hover .product-card-actions {
    /*     opacity: 1 !important; */
    /* 	flex-direction: column; */
    /* 	gap: 5px; */
    /*     visibility: visible !important; */
    /* 	flex: unset; */
    /* 	background-color: #fff; */
    /*     translate: 0 0; */
    /* 	bottom: 0; */
}

.product-card-actions {
    flex-direction: column;
    gap: 5px;
    flex: unset;
    background-color: #fff;
    translate: 0 0;
    bottom: 0;
}

.add_to_wishlist {
    background: #000 !important;
}

.add_to_wishlist i {
    filter: invert(1);
}

.content-area.col-lg-8.content_cat.order-lg-2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden;
}

.list-unstyled.products.columns-4 {
    padding-top: 0 !important;
}

.list-unstyled.loop-product-categories.row.columns-3 {
    display: none !important;
}

.list-unstyled h5 {
    color: #000;
}

.marketplace-products+.cartzilla-shop-pagination {
    border-top: unset !important;
}

.page-link {
    background-color: #111 !important;
    color: white !important;
}

.page-item.active>.page-link {
    box-shadow: 0 0.2rem 1.125rem -0.425rem rgba(254, 105, 106, 0.9) !important;
}


.best_products .product-thumb {
    height: 135px;
}

.best_products .product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.best_products .card.product-card-alt {
    margin: 0 7px;
}

.best_products .card-body h3 {
    font-size: 13px !important;
    font-weight: 300 !important;
    height: 49px !important;
}

.best_products .slick-list {
    overflow: unset !important;
    margin: 0 -7px;
}

.best_products_wrapper {
    position: relative;
    z-index: 10;
    display: none;
}

.best_products_wrapper .product-card-actions a {
    font-size: 14px !important;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-template-default .product {
    margin-top: 0 !important;
}

body .page-title-overlap {
    padding-bottom: 6px;
}

.page__content {
    padding-bottom: 20px;
}

body .page-title-overlap+* {
    margin-top: 16px !important;
    background-color: transparent;
}

body .page-title-overlap.pt-4.bg-accent {
    background: transparent !important;
}

body .page-title-overlap>div {
    flex-direction: row-reverse !important;
    background-color: #000;
}

.breadcrumb-item:first-child>a::before {
    display: none !important;
}

.product-template-default h1 {
    font-size: 22px !important;
}

.product-template-default .product-summary section,
.product-template-default .product-summary aside {
    max-width: 50% !important;
    flex-basis: 50% !important;
}

.product-template-default .product-summary aside>div {
    margin-left: 0 !important;
    width: 100%;
    max-width: 100%;
    border-left: 1px solid #28425b !important;
}

.product-template-default .product-summary aside table {
    min-width: unset;
}

.product-template-default .product-summary,
.product-template-default .product-summary .cz-sidebar-static {
    background-color: #000 !important;
}

.product-summary .woocommerce-product-gallery__trigger {
    background-color: #070d26 !important;
    border: 1px solid #070d26;
    color: #fff !important;
}

.product-summary .woocommerce-product-gallery+div {
    border-top: 1px solid #28425b !important;
}

.woocommerce-loop-product__title.product-title a {
    color: #fff !important;
}

body div.text-accent {
    color: #000 !important;
}

.product-summary .yith-wcwl-add-button i {
    display: none !important;
}

.product-template-default .price,
.product-template-default .price span {
    color: white !important;
}

.product-template-default .single_add_to_cart_button {
    background: #fff !important;
    border: 1px solid #fff;
    box-shadow: 0 0.5rem 1.125rem -0.5rem #fff !important;
    color: #000 !important;
    border: none !important;
}

.product-template-default .single_add_to_cart_button:hover {
    background: #000 !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}

.product-template-default .product-meta-items li,
.product-template-default .product-attribute tr {
    border-bottom: 1px solid #fff !important;
}

.product-template-default .product-meta-items li:last-child {
    border-bottom: 1px solid transparent !important;
}

.product-template-default .product-meta-items li>span {
    flex-basis: 30% !important;
}

.product-template-default .text-dark,
.product-template-default .woocommerce-product-attributes-item__label {
    color: #fff !important;
}

.product-template-default ul.product-meta-items a,
.product-template-default .product-meta-items .text-muted {
    color: #fff !important;
    font-size: 14px !important;
}

.text-muted,
.variation-Vendor {
    color: #000 !important;
}

.cartzilla-tabs .nav-tabs .nav-item.active a {
    color: #0d6efd !important;
}

.cartzilla-tabs .nav-tabs .nav-item.active:before {
    background: #0d6efd !important;
}

.nav-tabs .nav-link {
    background-color: transparent;
}

.nav-tabs .nav-link:hover {
    color: #fff !important;
}

.nav-tabs,
.product-template-default .cartzilla-tabs .woocommerce-Tabs-panel--additional_information table.woocommerce-product-attributes tr {
    border-bottom: 1px solid #28425b !important;
}

.nav-tabs .nav-link,
.cartzilla-tabs .woocommerce-Tabs-panel--additional_information>h2 {
    color: #fff !important;
}

.woocommerce-tabs .nav-tabs .nav-link {
    color: white !important;
}

.cartzilla-tabs .woocommerce-Tabs-panel--additional_information table.woocommerce-product-attributes tr td a:not(:hover) {
    color: #cdd6e9 !important;
}

.related.products h2 {
    color: #000 !important;
}

.cartzilla-tab-content .add_to_wishlist {
    border: unset !important;
}

.product-template-default .related.products .border-bottom,
.dropdown-header,
.woocommerce-mini-cart-item.widget-cart-item.border-bottom.py-2 {
    border-bottom: 1px solid #fff !important;
}

.dropdown-divider {
    border-top: 1px solid #28425b !important;
}

.related.products .slick-list {
    /* overflow: unset !important; */
    padding-bottom: 30px;
}

.related-product-carousel .slick-arrow {
    background-color: #070d26 !important;
    /* border: 1px solid #070d26 !important; */
}

.related-product-carousel .slick-arrow:before {
    color: white;
}

.widget-product-title>a {
    color: #b1bed9 !important;
    font-weight: 300;
}

body .navbar-light .navbar-tool:hover .navbar-tool-icon-box.bg-secondary {
    background-color: #28425b !important;
}

.cartzilla-cart .text-danger {
    color: #0e57c6 !important;
}

body.single-product .woocommerce-Price-amount {
    color: #fff !important;
}

.cartzilla-cart .text-muted {
    color: #d6def1 !important;
}

.cartzilla-cart .btn.btn-outline-secondary.btn-sm {
    width: 100%;
    padding: 7px 10px !important;
    color: white !important;
}

.cartzilla-cart .btn.btn-outline-secondary.btn-sm:hover {
    background: #fff;
}

.cartzilla-cart .btn.btn-outline-secondary.btn-sm i {
    display: none !important;
}

.cartzilla-cart .btn.btn-primary.btn-sm.btn-block {
    background: #000 !important;
    border: 1px solid #fff !important;
}

.cartzilla-cart .btn.btn-primary.btn-sm.btn-block:hover,
.cartzilla-cart .btn.btn-outline-secondary.btn-sm:hover {
    border: 1px solid #fff !important;
    background: #fff !important;
    color: #000 !important;
}

.shop_table .actions.row {
    display: none !important;
}

body .text-accent {
    color: #fff;
    font-size: 20px !important;
}


.article__cart .woocommerce-cart-form__cart-item {
    border: unset !important;
}

.article__cart .cz-sidebar-static.rounded-lg.box-shadow-lg.ml-lg-auto {
    background: #fff !important;
    color: #000 !important;
}

.article__cart .cz-sidebar-static.rounded-lg.box-shadow-lg.ml-lg-auto h2,
.article__cart .cz-sidebar-static.rounded-lg.box-shadow-lg.ml-lg-auto h3 {
    color: #000 !important;
}

.article__cart .btn.btn-outline-light.btn-sm.pl-2 {
    display: none;
}

.introduction {
    color: #000;
}

.introduction h4 {
    color: #000 !important;
}

.cart_totals h2 {
    color: #fff !important;
    font-size: 22px;
    font-weight: 300;
}

max-width .article__cart .order-total {
    border-top: 1px solid #28425b !important;
}

h3.font-weight-normal.mb-0 {
    color: #fff !important;
}

.wc-proceed-to-checkout .checkout-button i {
    display: none !important;
}

.wc-proceed-to-checkout .checkout-button {
    background: #000 !important;
    border: 1px solid #000 !important;
    box-shadow: 0 0.5rem 1.125rem -0.5rem #fff !important;
}

.wc-proceed-to-checkout .checkout-button:hover {
    background: #000 !important;
    border: 1px solid #fff !important;

}

label:not(.form-check-label):not(.custom-control-label):not(.custom-file-label):not(.custom-option-label) {
    color: #fff !important;
}

.form-control,
.select2-container--default .select2-search--dropdown .select2-search__field,
.widget_search .search-field,
.widget_product_search .search-field,
.yith-wcwl-form.wishlist-fragment .hidden-title-form input[type="text"],
.select2.select2-container .select2-selection--single,
body .select2-dropdown {
    background-color: #e4edff !important;
    border: 1px solid #fff !important;
    color: black !important;
}

body .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid rgba(194, 212, 248, 0.15) !important;
    border-color: rgba(194, 212, 248, 0.15) !important;
}

body .select2-container--default .select2-results__option[aria-selected=true],
body .select2-container--default .select2-results__option[data-selected=true] {
    background-color: #070e2a !important;
    color: white !important;
}

form+.row.mt-2 {
    display: none !important;
}

.cz-sidebar,
.cz-sidebar-static {
    background-color: #000 !important;
}

.checkout.woocommerce-checkout h2 {
    color: #fff !important;
    font-size: 22px !important;
}

.widget.widget_products {
    border-bottom: 1px solid #fff !important;
}

.order-total.text-center.border-top.pt-4.mt-4,
.wc_payment_methods.payment_methods.methods,
.place-order.border-top.pt-4 {
    border-top: 1px solid #fff !important;
    color: #fff;
}

body .bg-secondary,
body .bg-faded-secondary {
    background-color: #000 !important;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #0d6efd !important;
}

.woocommerce-terms-and-conditions-link {
    color: #909090 !important;
}

.woocommerce-checkout-payment .button {
    background: #fff !important;
    border-color: #fff !important;
    border: 2px solid !important;
    color: #000 !important;
}

.woocommerce-checkout-payment .button:hover {
    background: #000 !important;
    border-color: #fff !important;
    color: #fff !important;
}

.wrapper_account {
    flex-direction: column;
}

.wrapper_account .aside_account {
    flex: unset;
    flex-basis: 100%;
    max-width: 100%;
}

.wrapper_account .aside_account>div {
    width: 100%;
    max-width: 1100px;
    margin: 30px auto 0;
}

.woocommerce-MyAccount-navigation ul {
    display: flex;
    justify-content: center;
}

.woocommerce_myaccount_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.align_items_center {
    justify-content: center;
    flex-direction: column;
}

.wrapper_account .name_acc_wrapper {
    flex: unset !important;
    padding-left: 0 !important;
    text-align: center;
    margin-top: 10px;
}

.logo_account_wrapper {
    background: transparent !important;
    border-radius: 0 !important;
    border: unset !important;
    width: 50px !important;
    height: 50px !important;
}

.wrapper_account .display_name_account {
    font-size: 22px !important;
    color: #c2d4f8 !important;
}

.woocommerce-MyAccount-navigation ul li {
    border-top: unset !important;
}

.woocommerce-MyAccount-navigation ul li i {
    display: none !important;
}

.woocommerce-MyAccount-navigation ul li span {
    display: none !important;
}

.woocommerce-MyAccount-navigation ul li a {
    color: white !important;
    font-weight: 300 !important;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
    color: #fff !important;
    filter: drop-shadow(0px 1px 8px #0d6efd);
}

.account_content_section {
    width: 100%;
    max-width: 100%;
    flex: unset;
    flex-basis: 100%;
}

.account_content_section .woocommerce_myaccount_content .logout_wrapper,
.woocommerce_myaccount_content>div {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

.woocommerce_myaccount_content h2 {
    margin-top: 30px;
}

.logout_wrapper a,
.woocommerce_myaccount_content>div a {
    background: transparent !important;
    border: unset !important;
    padding: 0 !important;
}

.logout_wrapper a:hover,
.woocommerce_myaccount_content>div a:hover {
    background: transparent !important;
    color: #fff !important;
    border: unset !important;
}

.card_acc_content {
    background-color: #070e2a !important;
}

.btn-outline-primary {
    color: #0d6efd !important;
    border-color: #0d6efd !important;
}

.btn-outline-primary:hover {
    border-color: #0d6efd !important;
    background: #0d6efd !important;
    color: white !important;
}

@media (max-width: 992px) {
    .sliderContainer {
        padding-bottom: 5px;
    }
}

.woocommerce_myaccount_content .vendor-dashboard {
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 50%;
    translate: -50% 0;
    transition: 0.3s;
}

.woocommerce_myaccount_content .vendor-dashboard:hover {
    background-color: #000 !important;
}

a.dokan-btn-theme,
.dokan-btn-theme {
    background-color: #0d6efd !important;
    border: 1px solid #0d6efd !important;
}

.czi-home::before {
    color: white !important;
}

.btn-primary {
    background: #000 !important;
    border: 1px solid #000 !important;
}

body .btn-primary:hover {
    border: 2px solid #fff !important;
    background: #000000 !important;
    background-color: #000000 !important;
}

.woocommerce-column__title.h6 {
    color: white !important;
}

.woocommerce-EditAccountForm .cartzilla-pp-wrap {
    display: none !important;
}

.woocommerce-EditAccountForm button.woocommerce-Button {
    margin-top: 20px;
}

.inventory .item {
    background: #070e2a !important;
    width: 100%;
    border: unset !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    visibility: hidden;
    position: absolute;
}

ul.subsubsub li a {
    color: #c9c9c9 !important;
}

ul.subsubsub li.active a {
    color: white !important;
}

.item.visible {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.inventory .item button {
    height: 40px;
    width: 100px;
    border: 1px solid #0d6efd;
    transition: 0.3s;
}

.load_more {
    width: 150px;
    height: 50px;
    background: #0d6efd;
    border: 1px solid #0d6efd;
    color: white;
    transition: 0.4s;
    position: relative;
    left: 50%;
    translate: -50% 0;
    border-radius: 8px;
    margin-top: 50px;
}

.load_more:hover {
    background: #0547a8;
    border: 1px solid #0d6efd;
}

.inventory .item button:hover {
    border: 1px solid #0d6efd;
    background: #0547a8 !important;
}

body.page-id-40 .page-title-overlap>div {
    flex-direction: row !important;
}

body.page-id-40 .img-thumbnail {
    display: none;
}

body.page-id-40 .page-title-overlap>div .text-sm-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

body.page-id-40 .page-title-overlap>div .text-sm-right h3 {
    margin-bottom: 0;
}

.dokan-dashboard-wrap {
    flex-direction: column;
    align-items: center;
}

.page-id-40 .bg-light.box-shadow-lg.rounded-lg {
    background: rgb(3, 2, 5) !important;
}

.page-id-40 aside {
    width: 100%;
    flex: unset;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 !important;
}

.page-id-40 aside .cz-sidebar-static {
    width: 100%;
    max-width: 100%;
}

.page-id-40 aside #account-menu {
    display: flex;
    justify-content: center;
}

#account-menu .bg-secondary {
    display: none;
}

#account-menu ul {
    display: flex;
}

#account-menu ul li {
    border: unset !important;
}


#account-menu ul li a span {
    display: none;
}

#account-menu ul li a {
    font-weight: 300 !important;
    color: white;
}

#account-menu ul li.active a {
    color: #0d6efd !important;
}

.active>.nav-link-style,
.is-active>.nav-link-style,
.nav-link-style.active {
    color: #0d6efd !important;
    filter: drop-shadow(0px 1px 8px #0d6efd);
    font-weight: 300 !important;
}

#account-menu ul li a:hover {
    color: #0d6efd !important;
    filter: drop-shadow(0px 1px 8px #0d6efd);
    font-weight: 300 !important;
}

.dokan-settings-content .dokan-settings-area .dokan-dashboard-header {
    color: #c2d4f8 !important;
    border-bottom: unset !important;
}

.nav-tabs .nav-link.active {
    border-color: #fff !important;
}

.nav-tabs .nav-link.active::before {
    background-color: #fff !important;
}

.dokan-banner {
    display: none !important;
}

.dokan-banner+.bg-secondary.rounded-lg.p-4.mb-4 {
    display: none !important;
}

.dokan-settings-content ul li a i {
    display: none !important;
}

.country_to_state {
    background-color: #0C153B !important;
    color: white !important;
}

form hr {
    display: none !important;
}

body input[type='submit'].dokan-btn-danger {
    background-color: #0d6efd !important;
    border: 1px solid #0d6efd !important;
}

body input[type='submit'].dokan-btn-danger:hover {
    background-color: #0547a8;
}

.payment-methods-listing-header h2 {
    color: #c2d4f8 !important;
}

#vendor-payment-method-drop-down a {
    color: white !important;
    font-weight: 300 !important;
}

#vendor-payment-method-drop-down a div {
    display: flex;
    align-items: center;
    gap: 7px;
}

#vendor-payment-method-drop-down a img {
    background: white;
    border-radius: 50%;
}

.ui-datepicker {
    width: auto !important;
}

.dokan-error:before {
    display: none !important;
}

.dokan-error {
    color: #111 !important;
}

.dashboard-content-area h2 {
    color: #c2d4f8 !important;
}

section:has(.dashboard-content-area) {
    max-width: 100%;
    flex: unset;
    flex-basis: 100%;
}

.dashboard-content-area .row.mx-n2.pt-2 {
    flex-direction: row-reverse !important;
}

.dashboard-content-area .row.mx-n2.pt-2 p {
    color: white !important;
}

.row.mx-n2:has(.sells-graph) {
    flex-direction: row-reverse !important;
}

.dashboard-widget {
    background-color: #070e2a !important;
}

.dashboard-content-area .col-md-4.col-sm-12.px-2.mb-4 {
    margin-bottom: 20px !important;
}

.dashboard-widget.orders.card h3 {
    color: white !important;
}

.legend>div {
    background-color: transparent !important;
}

.legend .legendLabel {
    border-top: 1px solid transparent !important;
}

.card-body h3 {
    color: white !important;
}

.table:not(.table-dark) thead:not(.thead-dark) th,
.widget_calendar table:not(.table-dark) thead:not(.thead-dark) th,
table:not(.table-dark) thead:not(.thead-dark) th,
table.wishlist_table:not(.table-dark) thead:not(.thead-dark) th {
    color: black !important;
}

.dokan-steam-inv-area:has(.inventory) {
    width: 100%;
    padding-right: 0 !important;
}

.dokan-dashboard-content:has(.inventory) {
    width: 100% !important;
    max-width: 100% !important;
}

.inventory .item img {
    height: 200px;
}

.dokan-product-listing-area form select {
    background: #0C153B !important;
    border: 1px solid rgba(194, 212, 248, 0.15) !important;
}

.dokan-product-listing-area form button {
    height: 44.5px !important;
    padding-top: 0 !important;
    padding-bottom: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dokan-product-listing-area form #bulk-product-action {
    height: 44.5px !important;
    padding-top: 0 !important;
    padding-bottom: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dokan-dashboard-wrap h2,
.dokan-withdraw-area h1 {
    color: #c2d4f8 !important;
}

.dokan-panel-default {
    background-color: #0C153B !important;
    border: unset !important;
}

.dokan-panel-default>.dokan-panel-heading {
    background: #070c22 !important;
    color: white !important;
    border-color: transparent !important;
}

.light-logo {
    max-width: 265px;
}

.name-author a {
    color: white !important;
}

.card-body h6 {
    color: white !important;
}

.navbar-tool .navbar-tool-label {
    background: black !important;
}

.navbar-tool-icon.czi-user:before {
    color: white;
}

.cc-color-override--1003886388.cc-revoke {
    background: #0d6efd !important;
}

.cat_prod_wrapper a {
    color: #4b566b !important;
    font-size: 13px !important;
}

.product_card_home {
    margin: 0 10px;
}

.products_slider_wrapper {
    margin: 0 -10px;
}

.product_thumb_overlay {
    display: block;
    background-color: #fff;
}

.products_slider_wrapper .slick-list {
    /* overflow: unset !important; */
    padding-bottom: 50px;
}

#content:has(.content_cat) {
    padding-top: 100px;
    background-color: #ededed;
}

.product-meta-items li:first-child,
.product-meta-items li:nth-child(2) {
    display: none !important;
}

.product-meta-items {
    margin-top: 25px !important;
}

.item-float .float-bar {
    width: 100%;
    display: grid;
    grid-template-columns: 7fr 8fr 23fr 7fr 55fr;
    height: 10px;
}

.item-float .float-bar .fn {
    background-color: #00bc8c;
}

.item-float .float-bar .mw {
    background-color: #3498db;
}

.item-float .float-bar .ft {
    background-color: #375a7f;
}

.item-float .float-bar .ww {
    background-color: #f39c12;
}

.item-float .float-bar .bs {
    background-color: #e74c3c;
}

.item-float .float-bar .caret {
    display: block;
    position: absolute;
    top: -5px;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #FFFFFF;
}

.product_line_wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.product_left_btns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.product_left_btns a {
    color: #000;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background: #fff !important;
    border-radius: 20px;
}

.product_left_btns a:first-child {
    display: none;
}

.product_left_btns a:hover {
    color: #fff !important;
    background-color: #000 !important;
    border: 2px solid #fff;
}

.woocommerce-Tabs-panel .list-unstyled.products.columns-4 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.woocommerce-Tabs-panel .list-unstyled.products.columns-4 li {
    max-width: 100% !important;
    flex: unset !important;
    flex-basis: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

.woocommerce-Tabs-panel .products_sl {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.products_sl .slick-slide {
    margin: 0 10px;
}

.related.products .products_sl {
    margin: 0 -10px;
}

.related.products .products_sl .slick-list {
    padding-bottom: 40px !important;
}

.cat_home_wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.woocommerce-Tabs-panel .products_sl .product {
    max-width: 100% !important;
    flex: unset !important;
    flex-basis: 100% !important;
    padding: 0;
    margin: 0;
}


.featured-nfts-wrap .item-float .float-bar {
    height: 5px;
    margin: 13px 0;
}

.featured-nfts-wrap .product_line_wrap {
    width: 100%;
}

.preload {
    position: fixed;
    inset: 0;
    background: black;
    transition: 0.8s;
    z-index: 5000;
}

.preload.hide {
    opacity: 0;
    visibility: hidden;
}

.product_line_wrap_cat {
    width: 100% !important;
}

.product_line_wrap_cat .float-bar {
    height: 5px;
    margin: 10px 0;
}

[data-exterior-position="0"] .product_line_wrap {
    display: none;
}

.products_sl.products {
    padding-top: 0 !important;
}

.related_slider li {
    padding: 0 !important;
}

.page-id-45 h1 {
    color: white;
}

.wishlist-title h2 {
    color: #000 !important;
}

.wishlist_table {
    border-color: #475267 !important;
}

table td,
table.wishlist_table td,
.table th,
.widget_calendar table th,
table th,
table.wishlist_table th,
.table td,
.widget_calendar table td,
table td,
table.wishlist_table td {
    border-top: 1px solid #475267 !important;
}

table thead th,
table.wishlist_table thead th {
    border-bottom: 2px solid #475267 !important;
}

td.product-name a {
    color: black !important;
}

table.wishlist_table td.product-remove a.remove:before {
    color: #000 !important;
}

.wishlist_table.wishlist_view.responsive.mobile .item-details .product-name h3 a {
    color: #000 !important;
}

.yith_wcwl_wishlist_footer {
    display: none;
}

.yith-wcwl-wishlistexistsbrowse {
    display: none !important;
}

.item_top .inv_category,
.item_top .inv_descr,
.item_top .inv_tags,
.item_top .inv_collection {
    display: none;
}

#inventory-wrapper .sell-btn {
    margin-top: 20px;
}


.form-group:has(.dokan-form-control-hide) {
    display: none;
}

.dokan-add-new-product-popup .dokan-btn-theme {
    width: auto !important;
    margin-top: 20px;
    margin-bottom: 12px;
}


.dokan-product-listing .dokan-product-listing-area.cartzilla-dokan-product-listing .row-actions span.view a {
    background: #353670 !important;
}

.dokan-product-listing .dokan-product-listing-area.cartzilla-dokan-product-listing table tr td.dokan-product-select {
    padding-left: 10px;
}

#edit-slug-buttons {
    display: none !important;
}

.dokan-product-edit h1 {
    color: #c2d4f8 !important;
}

.dokan-product-listing .dokan-product-listing-area.cartzilla-dokan-product-listing .row-actions span.view a:before {
    color: white !important;
}

.dokan-product-edit-form .dokan-product-gallery {
    display: none !important;
}

.dokan-product-edit-form .dokan-new-cat-ui-title,
.dokan-product-edit-form .cat_box_for_edit_product,
.dokan-form-group:has(#product_tag_edit),
.dokan-product-edit-form .dokan-product-short-description,
.dokan-product-edit-form .dokan-product-description,
.dokan-product-edit-form .dokan-product-inventory,
.dokan-product-edit-form .dokan-other-options,
.dokan-product-edit-form .dokan-download-options {
    display: none;
    margin: 0 !important;
}

.dokan-product-edit-form div.dokan-product-type-container {
    display: none !important;
}

.product-edit-container .dokan-feat-image-upload {
    border: unset !important;
}

#publish.dokan-btn-theme {
    float: unset !important;
}

.dokan-withdraw-area .entry-content {
    display: flex;
    flex-wrap: wrap;
    /* gap: 20px; */
}

.dokan-withdraw-area .entry-content .dokan-panel {
    margin-bottom: 0 !important;
}

.dokan-withdraw-area .entry-content .dokan-panel:nth-child(1) {
    order: 1;
    flex-basis: 49%;
    margin-right: 2%;
}

.dokan-withdraw-area .entry-content .dokan-panel:nth-child(3) {
    order: 2;
    flex-basis: 49%;
}

.dokan-withdraw-area .entry-content .dokan-panel:nth-child(2) {
    flex-basis: 100%;
    width: 100%;
    order: 3;
    margin-top: 20px;
}

.dokan-withdraw-area .dokan-panel-inner-container {
    display: flex;
    flex-direction: column;
}

.dokan-withdraw-area .dokan-w5 {
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
    transform: unset !important;
    float: unset;
}

.dokan-withdraw-area .dokan-w5 button,
.dokan-withdraw-area .dokan-w5 a {
    float: unset !important;
    margin-top: 6px;
}


.dokan-withdraw-content {
    width: 100% !important;
    max-width: 90% !important;
}

.dokan-withdraw-content .entry-content:before {
    display: none !important;
}

input[type='submit'].dokan-btn:hover,
a.dokan-btn:hover,
.dokan-btn:hover,
input[type='submit'].dokan-btn:focus,
a.dokan-btn:focus,
.dokan-btn:focus,
input[type='submit'].dokan-btn.focus,
a.dokan-btn.focus,
.dokan-btn.focus {
    background: #0d6efd !important;
    border: 1px solid #0d6efd !important;
}

.iziModal-header.iziModal-noSubtitle {
    background: #070c22 !important;
}

#dokan-withdraw-request-popup {
    border-bottom: 1px solid #0C153B !important;
}

.white-popup,
.iziModal-content,
.dokan-alert-warning {
    background: #0C153B !important;
    border: unset !important;
    color: white !important;
}

.dokan-alert-warning a {
    color: #0d6efd !important;
}

.dokan-table-striped {
    color: white;
}

.dokan-withdraw-status-filter-container ul {
    margin-right: 15px;
}

.dokan-withdraw-method-logo {
    display: none !important;
}

body input[type='submit'].dokan-btn-danger:hover,
body .dokan-btn-danger:hover {
    background: #0C153B !important;
    border: 1px solid #0C153B !important;
}

.dokan-orders-area {
    padding: 0 !important;
}

.dokan-orders-content {
    width: 100% !important;
    max-width: 100% !important;
}

/* .dokan-clearfix.dokan-order-details-wrap {
    display: flex;
    flex-direction: column;
} */

.dokan-order-left-content {
    width: 100%;
}

.dokan-table.order-items .item {
    background: #041737 !important;
}

.dokan-table.order-items {
    color: white !important;
}

.line_cost .woocommerce-Price-amount {
    white-space: nowrap;
}

.dokan-orders-content .dokan-orders-area ul.order_notes .note_content {
    background: #050b23 !important;

}

.dokan-orders-content .dokan-orders-area ul.order_notes .note_content:after {
    display: none !important;
}

.add_note h4 {
    color: white !important;
}

.dokan-settings-content a {
    color: #0d6efd;
}

.dokan-table tbody tr td {
    background: #041737 !important;
    color: white !important;
}

li.dropdown-header {
    display: none;
}

#post-45 div:has(h1) {
    display: none;
}

.woocommerce-ordering:has(.dropdown) {
    display: none;
}

.page-id-8 h2 {
    color: white !important;
}

.card.border-0.box-shadow {
    background: #041737 !important;
}

.product-attribute td,
.product-attribute th {
    border: unset !important;
}

.woocommerce-thankyou-order-received.h4.pb-3.text-center {
    color: #c2d4f8 !important;
}


.card-header {
    background: #0c153b !important;
}

.card-header h2 {
    color: white !important;
}

.woocommerce-order .card {
    background: #070e2a !important;
}

body .card-body .bg-secondary {
    background: #fff !important;
}

.your_inventory_title {
    text-align: center;
}

.inventory-item.item {
    opacity: 1;
    visibility: visible;
    position: inherit;
}

.transfer_button {
    background-color: #0d6efd !important;
    border: 1px solid #0d6efd !important;
    width: auto !important;
    padding: 0 20px;
    color: white;
    border-radius: 12px;
}

.inventory-items.inventory {
    margin-top: 30px;
}

.transfer_popup {
    border-radius: 12px;
    background: #070e2a !important;
    padding: 50px 40px 40px;
    position: fixed;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: 500;
    transition: 0.7s cubic-bezier(0.42, 0, 0, 1.41) !important;
    opacity: 0;
    visibility: hidden;
    scale: 0.1;
    border: 1px solid #0e489e;
}

.transfer_popup.show {
    opacity: 1;
    visibility: visible;
    scale: 1;
}

.transfer_popup_close {
    position: absolute;
    top: 10px;
    right: 20px;
    rotate: 45deg;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

.transfer_popup_txt {
    font-size: 18px;
    color: white;
    margin-bottom: 20px;
}

.transfer_popup_btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.transfer_popup_btns button {
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    color: white;
    font-size: 16px;
    height: 40px;
    padding: 0 25px;
}

.transfer_popup_btns_yes {
    background: #0d6efd;
    border: 1px solid #0d6efd;
}

.transfer_popup_btns_no {
    background: black;
    border: 1px solid #0d6efd;
}

.transfer_popup_overlay {
    position: fixed;
    inset: 0;
    background: #111;
    z-index: 499;
    opacity: 0;
    transition: 0.4s;
    visibility: hidden;
}

.transfer_popup_overlay.show {
    opacity: 0.7;
    visibility: visible;
}

.sell_transfered {
    margin-top: 15px;
    border-radius: 8px;
    background-color: #0d6efd;
    border: 1px solid #0d6efd;
    transition: 0.4s;
    color: white;
}

.sell_transfered:hover {
    border: 1px solid #0d6efd;
    background: #0547a8;
}


#sell-popup {
    border: 1px solid #0e489e;
    border-radius: 12px;
    background: #070e2a !important;
}


.sell-popup-content h2 {
    color: #fff;
    font-size: 18px;
}

.sell-popup-content input {
    border-radius: 5px;
    background: #050b21 !important;
    color: white;
    border: unset;
    border: 1px solid #0d6efd;
    padding: 4px 8px;
}

.sell-popup-content input::placeholder {
    color: white;
}

.popup-buttons button {
    height: 40px;
    border: 1px solid #0547a8;
    background: #0d6efd;
    color: white;
    border-radius: 8px;
    transition: 0.4s;
    padding: 0 20px !important;
}

.popup-buttons button:hover {
    background: #041737;
    border: 1px solid #0547a8;
}

.openFilter {
    position: absolute;
    right: -43px;
    top: 93px;
    width: 43px;
    height: 37px;
    /* border-radius: 8px; */
    /* border: 1px solid red; */
    background: #000;
    border: 1px solid #fff;
    display: none;
}

.openFilter:before,
.openFilter:after {
    content: '';
    position: absolute;
    display: block;
    height: 10px;
    border-right: 1px solid white;
    left: 20px;
}

.openFilter:before {
    top: 9px;
    rotate: -45deg;
}

.openFilter:after {
    bottom: 8px;
    rotate: 45deg;
}


select.dokan-form-control {
    padding: 0 2rem !important;
}





























.shop_table {
    color: #000 !important;
}

@media(max-width: 992px) {

    .openFilter {
        display: block;
    }

    .cz-sidebar:has(.openFilter) {
        left: -101%;
    }

    .cz-sidebar.open:has(.openFilter) {
        left: 0;
    }

    .dokan-withdraw-area .entry-content .dokan-panel:nth-child(3) {
        flex-basis: 100%;
        width: 100%;
        margin-top: 20px;
    }

    .dokan-dashboard table>tbody tr td {
        display: table-cell !important;
    }

    .chart-placeholder.main {
        overflow: hidden;
    }

    .dokan-dashboard .dokan-dashboard-content .dokan-table {
        background: #041737 !important;
    }

    .dokan-withdraw-area,
    body #page .dokan-withdraw-content {
        width: 100%;
        padding: 0 !important;
    }

    .dokan-withdraw-area .entry-content .dokan-panel:nth-child(1),
    .dokan-withdraw-area .entry-content .dokan-panel:nth-child(2) {
        flex-basis: 100%;
    }

    .dokan-dashboard-product-listing-wrapper .dokan-table tbody tr td {
        background: #111;
        padding: 0 12px !important;
    }

    .dokan-product-edit h1 .dokan-right {
        margin-top: 20px;
        display: inline-block;
    }

    .dokan-dashboard-product-listing-wrapper .table-responsive {
        overflow-x: unset !important;
        display: flex !important;
        justify-content: center;
    }

    .dokan-dashboard-product-listing-wrapper table {
        display: flex !important;
        flex-direction: column;
        width: 300px;
        min-width: 300px;
        max-width: 300px;
        justify-content: center;
        align-items: center;
    }

    #product-filter thead {
        display: none;
        opacity: 0;
        visibility: hidden !important;
    }

    .dokan-add-new-product-popup {
        width: 93%;
    }

    #account-menu ul {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .page-title-overlap .media-body {
        text-align: center;
    }

    /* .chart-placeholder.main {
        overflow: auto;
    }

    .chart-placeholder.main canvas {
        width: 100% !important;
    } */

    .inventory {
        grid-template-columns: repeat(1, 1fr);
    }

    .dokan-steam-inv-area:has(.inventory) {
        padding-left: 0 !important;
    }

    body.page-id-40 .page-title-overlap>div {
        flex-direction: column !important;
        align-items: center !important;
    }

    .dokan-settings-content .dokan-settings-area {
        padding: 0 !important;
    }

    .dokan-settings-content .dokan-settings-area .dokan-dashboard-header {
        margin-top: 20px !important;
    }

    #account-menu ul li a {
        white-space: nowrap;
    }

    .page-id-40 aside #account-menu {
        flex-direction: column;
        align-items: center;
    }

    .mobile-logo-link {
        width: 120px !important;
    }

    .container {
        max-width: 100% !important;
    }

    .nft-card .product_image img {
        object-fit: cover;
    }

    .cat_home_wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .cz-sidebar-header {
        background: #0C153B !important;
    }

    .close.ml-auto {
        color: white !important;
    }

    .navbar-toggler-icon {
        filter: brightness(11);
    }

    #cz-handheld-sidebar .btn-group.dropdown.disable-autohide.mt-4.w-100 {
        display: none !important;
    }

    .cz-handheld-menu ul>li a {
        color: white !important;
    }

    #content:has(.content_cat) {
        padding-top: 110px;
    }

    .best_products .product-thumb {
        height: 260px;
    }

    .product-card-alt .product-thumb>img {
        width: 75% !important;
        margin: 0 auto;
    }

    .product-thumb-overlay {
        display: flex !important;
        justify-content: center;
    }

    .product-summary .row {
        flex-direction: column;
    }

    .product-template-default .product-summary section:has(.product_left_btns) {
        width: 100% !important;
        max-width: 100% !important;
        flex-basis: 100% !important;
    }

    #content {
        padding-top: 130px !important;
    }

    .modern-welcome-thumb.aos-init.aos-animate {
        margin-bottom: 20px;
    }

    .page-title-overlap {
        padding-top: 0px !important;
    }

    .product-template-default .product-summary aside {
        width: 100%;
        max-width: 100% !important;
        flex-basis: 100% !important;
    }

    .nav-tabs .nav-link {
        font-size: 15px !important;
        padding: 8px !important;
    }

    .woocommerce-Tabs-panel .products_sl {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .related-product-carousel .slick-arrow {
        top: 50% !important;
    }

    .related-product-carousel .slick-arrow.slick-prev {
        left: -10px !important;
    }

    .related-product-carousel .slick-arrow.slick-next {
        right: -10px !important;
    }

    /* .best_products_wrapper .product-card-alt {
        height: 250px;
    } */

    .best_products .product-thumb {
        height: auto;
    }

    .product-card-alt .product-card-actions {
        position: relative !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .product-thumb-overlay {
        display: none !important;
    }

    body .best_products .product-card-actions {
        bottom: -15px;
    }

    .list-unstyled.products_sl.products {
        display: flex;
        gap: 15px;
        padding: 0 15px;
        justify-content: center
    }

    .product-card-actions a:has(.font-size-base) {
        font-size: 0 !important;
        height: 32px !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .related_slider .list-unstyled.products_sl.products {

        grid-template-columns: repeat(1, 1fr);
    }

    .related_slider .product-card-alt .product-card-actions {
        position: absolute !important;
    }

    .related_slider .product-card-actions,
    .woocommerce-Tabs-panel--more_seller_product .product-card-actions {
        bottom: -62px !important;
    }

    .related_slider .slick-list {
        margin: 0 -10px;
        margin-left: -14px;
    }

    .woocommerce-Tabs-panel--more_seller_product .product-card-alt .product-card-actions {
        position: absolute !important;
    }

    .related_slider .product-card-actions a.add_to_cart_button i,
    .woocommerce-Tabs-panel--more_seller_product .product-card-actions a.add_to_cart_button i {
        display: block !important;
    }

    .related_slider .slick-track {
        gap: 20px;
        display: flex;
    }

    .card.product-card-alt:hover {
        background: #fff !important;
    }

    ul.products li.product {
        padding: 0 !important;
        margin: 0 !important;
        width: 47%;
        max-width: 47%;
    }

    .marketplace-products ul.products {
        margin: 0 !important;
        padding-bottom: 0;
    }

    body .marketplace-products .product-card-actions {
        position: absolute !important;
        bottom: -63px;
    }

    .marketplace-products .product-card-actions a.add_to_cart_button i {
        display: block !important;
    }

    .card.product-card-alt:hover .product-card-actions {
        translate: 0 -15px !important;
    }
}


.about-us-title {
    font-size: 26px !important;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #000;
}

/* Картка “фічі” */
.about-feature {
    border: none;
    border-radius: 0px;
    transition: box-shadow 0.3s;
    background-color: #fff;
}

.about-feature:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

/* Іконка у верхньому лівому кутку */
.corner-icon {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    border-radius: 50%;
    position: absolute;
    /* абсолютне позиціонування */
    top: 1rem;
    /* відступ зверху */
    left: 1rem;
    /* відступ зліва */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Заголовок та текст */
.feature-title {
    font-size: 1.125rem;
    /* ~18px */
    font-weight: 600;
    color: #222;
    margin-bottom: 0.75rem;
}

.feature-text {
    color: #555;
    line-height: 1.5;
}



.about-us-modern {
    background-color: #f9f9f9;
}


.about-us-title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    text-align: left;
}

/* Блок-контейнер кожної “фічі” */
.about-feature {
    background-color: #fff;
    border-radius: 0px;
    transition: box-shadow 0.3s;
}

/* Hover-ефект */
.about-feature:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.about-us-corner-icon {
    padding-bottom: 60px;
}

/* Іконка в колі */
.feature-icon {
    position: absolute;
    left: 50%;
    top: -20px;
    background-color: black;
    min-width: 50px;
    /* щоб коло не стискалось */
    height: 50px;
    font-size: 1.5rem;
    border-radius: 50%;
    transform: translateX(-50%);
}

/* Заголовок кожної фічі */
.feature-title {
    font-size: 1.125rem;
    /* ~18px */
    margin-bottom: .5rem;
    font-weight: 600;
    color: #222;
}

/* Текст кожної фічі */
.feature-text p {
    color: #555;
    line-height: 1.4;
    margin: 0;
}

.product-template-default #page {
    background: #F8F8F8;
}

.wc-block-components-price-slider__range-input-progress {
    background: #fff !important;
}

.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
    outline: 1px #fff;
}

.wc-block-components-filter-reset-button {
    background-color: #fff !important;
    color: #000 !important;

    text-decoration: none !important;
    padding: 2px 5px !important;
}

.widget_cartzilla_wc_categories .widget-links .widget-list {
    border-right: none !important;
    justify-content: center;
}

footer a {
    color: #fff !important;
}

.footer-content.flex-lg-row {
    gap: 40px;
    flex-direction: row-reverse !important;

}

.footer-section.footer-links .link-group {
    width: 33%;
}

.footer-section.footer-links {
    flex-direction: row;
}

.footer-section.footer-links {
    flex-direction: row !important;
}

@media (max-width: 992px) {

    .footer-content.flex-lg-row {
        flex-direction: column !important;
        gap: 5px;

    }

    footer .link-group {
        width: 50%;
    }

    .footer-content.flex-lg-row {
        gap: 40px;
        flex-direction: column !important;

    }

}

********************************************* Welcome Area (Hero) *********************************************/ .modern-welcome-area {
    padding: 80px 0;
    background: #0e0d0d;
}

.modern-welcome-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
    text-align: right;
}

@media (max-width: 768px) {

    .modern-welcome-content h2,
    .modern-welcome-content p {
        text-align: center !important;
    }

    .modern-welcome-content h2 {
        font-size: 30px;
    }

    .hero-btn-group.aos-init.aos-animate {
        justify-content: center;
    }

    .modern-welcome-area {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .about-us-title {
        font-size: 28px;
    }

    .featured-nfts-wrap {
        padding: 40px 0px;
    }
}

.modern-welcome-content p {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 1.5rem;
    text-align: right;
}

.modern-welcome-thumb img {
    max-width: 100%;
    border-radius: 10px;
}

/*********************************************
    Buttons
*********************************************/
.btn {
    transition: 0.3s ease;
}

.btn:hover {
    opacity: 0.8;
}

.hero-btn-group a {
    border: 2px solid #fff !important;
    background-color: #000 !important;
    padding: 10px !important;
}

a.btn.btn-minimal.hover-primary {
    background-color: transparent !important;
    color: #000 !important;
    position: absolute;
}

/*********************************************
    Featured NFTs Wrap
*********************************************/
.featured-nfts-wrap {
    padding: 60px 0;
    background: #F8F8F8;
}

.featured-nfts-wrap .section-heading h2,
.section-heading h2 {
    color: black !important;
    font-weight: 700;
    text-align: left;
}

/*********************************************
    About Us Section (Corner Icons)
*********************************************/
.about-us-corner-icon .about-us-title {
    margin-bottom: 1.5rem;
}

.about-feature {
    border: none;
    border-radius: 0px;
    transition: box-shadow 0.3s;
    background-color: #fff;
}

.about-feature:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.corner-icon {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    border-radius: 50%;
    position: absolute !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #222;
    margin-top: 1.5rem !important;
    margin-bottom: 0.75rem;
}

.feature-text {
    color: #555;
    line-height: 1.5;
}

.cards-about>div {
    margin-bottom: 50px;
}

/*********************************************
    Feedback Card (reviews)
*********************************************/
.feedback-card {
    height: 320px;
    /* Змініть значення за потреби */
}

.feedback-card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background-color: transparent;
}

.center-image {
    text-align: center;
    margin: 15px 0;
}

.card.feedback-card-light .card-body {
    background-color: transparent !important;
}

/*********************************************
    Product Card (Popular CS2 Items)
*********************************************/
.modern-product-card {
    border-radius: 0px;
    overflow: hidden;
    transition: box-shadow 0.3s;
}

.modern-product-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.product-thumb img {
    border-radius: 6px;
    transition: transform 0.3s;
}

.product-thumb img:hover {
    transform: scale(1.05);
}

.card-body {
    padding: 15px;
}

.products_slider_wrapper .slick-slide,
.category_slider_wrapper .slick-slide {
    margin: 0 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.products_slider_wrapper .slick-list {
    margin: 0 -5px;
}

.product_name a {
    text-align: center !important;
    font-size: 18px !important;
    color: #fff !important;
    text-align: left;
}

.product_name a:hover,
.hover-primary:hover {
    font-size: 18px !important;
    color: #fff !important;
}

.price {
    width: 150px;
    background-color: transparent;
}

h6.product_price {
    width: 100%;
    border-color: #fff !important;
}

.topTitle {
    position: absolute;
    position: absolute;
    top: 15px;
    margin-bottom: 0;
}

}


/*********************************************
    Top Seller / NFT Cards
*********************************************/
.top-seller-wrapper {
    background: #000;
    padding: 60px 0;
}

.modern-nft-card {
    border-radius: 0px;
    overflow: hidden;
    transition: box-shadow 0.3s;
    border: 1px solid #fff;
    background-color: transparent !important;
    border-color: #fff !important;
}

.modern-nft-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.modern-nft-card img {
    border-radius: 0px;
    transition: transform 0.3s;
}

.modern-nft-card img:hover {
    transform: scale(1.02);
}

.top-seller-wrapper h4 {
    color: #fff !important;
}

/*********************************************
    Browse by Category
*********************************************/
.collection-wrapper {
    background: #ededed;
    padding: 60px 0;
}

.modern-cat-card {
    border-radius: 0px;
    overflow: hidden;
    transition: box-shadow 0.3s;
}

.modern-cat-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.cat_home_wrapper .catagory-card {
    position: relative;
    height: 280px;
    margin: 0 5px;
}

.catagory-card.card.shadow-sm.modern-cat-card .card-body {
    display: flex;
    flex-direction: column-reverse;
}

.catagory-card.card.shadow-sm.modern-cat-card .card-body .badge {
    background-color: black !important;
}

.viewAllItemsWrapper {
    width: fit-content;
    margin: 40px auto;

}

.viewAllItems {
    background-color: transparent !important;
    border-radius: 0px !important;
    border-color: black !important;
    color: black !important;
}

/*********************************************
    Exterior Bar (Factory New / Minimal Wear / etc.)
*********************************************/
.exterior-bar-wrap {
    margin-top: 8px;
}

.exterior-bar {
    position: relative;
    background-color: #333;
    height: 6px;
    border-radius: 3px;
    overflow: hidden;
}

.exterior-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: #fff;
}

.exterior-caret {
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    background: #fff;
    transform: translate(-50%, -50%) rotate(45deg);
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

/*********************************************
    Misc
*********************************************/
a {
    border-radius: 0px !important;
}

.navbar-tool-icon-box.border.border-light.dropdown-toggle {
    border: none !important;
}

.footer-area::after {
    background-color: black !important;
}

.client-feedback-wrap {
    background-color: #ededed;
    padding-bottom: 60px;
}

.viewAllCard {
    position: absolute;
    bottom: 40px;
}

.client-name {
    margin: 0 auto;
}

/* ===============================
   Hero Section (Light)
   =============================== */
.hero-section-light {
    background-color: var(--light-bg);
    color: var(--light-text);
    padding: var(--section-padding) 0;
}

.hero-container-light {
    max-width: 1200px;
    margin: 0 auto;
}

.hero-row-light {
    align-items: center;
}

/* Зображення в Hero */
.hero-image-col-light {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image-light {
    border-radius: 0.5rem;
    object-fit: cover;
}

/* Текст у Hero */
.hero-text-col-light .h2 {
    color: var(--heading-color);
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.hero-text-col-light p {
    font-size: 1.125rem;
    /* 18px */
    line-height: 1.5;
    color: var(--light-text);
}

/* Кнопка у Hero */
.btn-explore-items-light {
    font-weight: 600;
    height: fit-content;
    padding: 0.75rem 1.5rem;
}

/* ===============================
   Divider (Light)
   =============================== */
.divider-light {
    width: 100%;
    height: 1px;
    background-color: var(--light-border);
    margin: 2rem auto;
}

/* ===============================
   About/Features Section (Light)
   =============================== */
.about_us_section_light {
    background-color: var(--light-bg);
    color: var(--light-text);
    padding: var(--section-padding) 0;
}

.about-container-light {
    max-width: 1200px;
    margin: 0 auto;
}

.about-row-light .about-card-col-light {
    display: flex;
    justify-content: center;
}

/* Картки About */
.about-card-light {
    background-color: var(--light-bg);
    border: 1px solid var(--light-border);
    border-radius: var(--card-border-radius);
    transition: transform 0.2s ease-in-out;
}

.about-card-light:hover {
    transform: translateY(-2px);
}

.about-card-light .icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 1rem;
}

.about-card-light h4 {
    color: var(--heading-color);
    font-weight: 600;
    margin-bottom: 1rem;
}

.about-card-light p {
    color: var(--light-text);
    margin-bottom: 0;
}

/* ===============================
   Client Feedback Section (Light)
   =============================== */
.feedback-section-light {
    background-color: var(--light-bg);
    color: var(--light-text);
    padding-bottom: var(--section-padding) 0;
}

.feedback-container-light {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 3rem;
}

.section-heading-light {
    gap: 20px;
}

.section-heading-light h2 {
    color: var(--heading-color);
    font-weight: 700;
}

/* Контейнер з відгуками */
.client-feedback-content-light {
    margin-top: 2rem;
}

.client-feedback-slides-light {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

/* Картки відгуків */
.feedback-item-light {
    width: 100%;
    height: 100%;
}

.feedback-item-light .card {
    height: 100%;
}

.feedback-card-light {
    background-color: var(--light-bg);
    border: 1px solid var(--light-border);
    border-radius: var(--card-border-radius);
    transition: box-shadow 0.2s ease-in-out;
}

.feedback-card-light:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.feedback-card-light .card-body {
    padding: 1.5rem;
}

/* Інформація про клієнта */
.feedback-card-light .client-info {
    margin-bottom: 1rem;
}

.feedback-card-light .client-name h6 {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.feedback-card-light .client-name p {
    color: var(--subheading-color);
    margin-bottom: 0;
    font-size: 0.875rem;
}

/* Рейтинг */
.feedback-card-light .ratings {
    font-size: 1rem;
}

/* Текст відгуку */
.feedback-card-light p {
    color: var(--light-text);
    font-weight: 500;
}

/* ===============================
   CTA Section (Light)
   =============================== */
.cta-section-light {
    background-color: var(--light-bg);
    color: var(--light-text);
    padding: var(--section-padding) 0;
}

.cta-container-light {
    max-width: 1200px;
    margin: 0 auto;
}

.cta-text-light {
    border-radius: var(--card-border-radius);
    color: #fff;
    /* Текст на градієнті (bg-primary) */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.cta-text-light h2 {
    font-size: 1.5rem;
    line-height: 1.4;
}

/* ===============================
   Адаптивні налаштування
   =============================== */

/* Приклад, щоб картки відгуків розміщувались в кілька колонок на великих екранах */
@media (min-width: 768px) {
    .client-feedback-slides-light {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 992px) {
    .client-feedback-slides-light {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

/* Приклад, щоб секція Hero мала більший заголовок на широких екранах */
@media (min-width: 992px) {
    .hero-text-col-light .h2 {
        font-size: 2.5rem;
    }
}

.about-card-img {
    width: 100%;
    height: 200px;
    /* або інше значення */
    object-fit: cover;
    /* Щоб картинка акуратно обрізалася */
    border-top-left-radius: var(--card-border-radius);
    border-top-right-radius: var(--card-border-radius);
}

/* Аватарки у відгуках */
.client-avatar img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid var(--light-border);
}

/* Якщо текст у відгуках недостатньо контрастний, 
   можна зробити його темнішим (або чорним). */
.feedback-card-light p,
.feedback-card-light .client-name h6,
.feedback-card-light .client-name p {
    color: #333 !important;
}

/* Застилізуємо зірки (рейтинги) */
.feedback-card-light .ratings i {
    font-size: 1.25rem;
    /* Збільшений розмір зірок */
    color: var(--star-color);
    margin-right: 2px;
    /* Невеликий відступ між зірками */
}

/* Застилізуємо CTA заголовок */
.cta-text-light .cta-heading-light {
    font-size: 1.75rem;
    /* Збільшений розмір шрифту */
    line-height: 1.3;
    /* Міжрядковий інтервал */
    color: #fff;
    /* Білий текст на bg-primary */
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    /* Легкий шадов */
}

/* Якщо потрібно додатково підкреслити CTA */
.cta-text-light {
    border-radius: var(--card-border-radius);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Приклад, щоб зірки і текст вміщалися краще на мобільних */
@media (max-width: 576px) {
    .feedback-card-light .ratings i {
        font-size: 1rem;
    }

    .cta-text-light .cta-heading-light {
        font-size: 1.4rem;
    }
}

.wp-block-separator.has-background:not(.is-style-dots) {
    display: none;
}

.btn-explore-items-light,
.btn-explore-items-light:hover {
    background-color: #000 !important;
    border: 2px solid #000 !important;
    border-radius: 0 !important;
    color: #fff !important;
    opacity: 1 !important;
}

.section-heading-light {
    display: flex;
    align-items: flex-start;
}



@media (max-width: 992px) {
    .footer-section.footer-links .link-group {
        width: 49%;
    }

    .btn-explore-items-light {
        transform: translateY(-25px);
    }

    .hero-image-col-light img {
        height: 200px;
        width: 100%;
    }

    ul.list-unstyled {
        margin-top: 20px !important;
    }

    .section-heading-light {
        flex-direction: column-reverse;
        align-items: center;
    }

    .section-heading-light {
        text-align: center;
    }

    div.hero-row-light {
        gap: 40px;
        text-align: left;
        flex-direction: column-reverse !important;
        justify-content: center !important;
    }

    div.hero-section-light {
        padding-bottom: 0 !important;
    }
}

/* ===========================
   Custom Contact Form Styles
   Add this CSS separately
=========================== */

/* Wrapper around the entire contact section */
.contact-wrapper {
    padding: 40px 0;
}

/* .content-area {
	background-color: #1b1b1b;
} */
/* Contact Form Area */
.contact-form {
    background-color: #000;
    /* Adjust as needed */
    padding: 20px;
    border-radius: 8px;
}

/* Headings */
.contact-form h1 {
    font-size: 2rem;
    font-weight: 700;
}

.contact-form p {
    font-size: 1rem;
    line-height: 1.5;
}

/* Form Layout */
.custom-contact-form .form-group {
    margin-bottom: 1.5rem;
}

.contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact p,
.contact h4 {
    margin-bottom: 0 !important;
}

/* Labels */
.custom-contact-form label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

/* Inputs and Textareas */
.custom-contact-form input[type="text"],
.custom-contact-form textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    outline: none;
    transition: border-color 0.3s;
}

/* Focus State */
.custom-contact-form input[type="text"]:focus,
.custom-contact-form textarea:focus {
    border-color: #007bff;
    /* or your preferred color */
}

/* Textarea Resizing */
.custom-contact-form textarea {
    min-height: 120px;
    resize: vertical;
}

/* reCAPTCHA Note */
.captcha-note {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 1rem;
}

/* Submit Button */
.custom-contact-form button[type="submit"] {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* Adjust button styling to match your theme */
.custom-contact-form .contactBtn {
    background-color: #000 !important;
    color: #fff !important;
    transition: background-color 0.3s;
    border-color: #fff !important;
}

.custom-contact-form .contactBtn:hover {
    background-color: #000 !important;
}

/* Help Center Info Section */
.help-center-wrapper {
    margin-top: 2rem;
}

.help-center-wrapper h4 {
    font-size: 1.125rem;
    font-weight: 700;
}

.help-center-wrapper p {
    font-size: 1rem;
    margin-bottom: 0.75rem;
}

.support {
    gap: 40px;
}

/********************************
  CONTACT WRAPPER STYLES
*********************************/
.contact-wrapper {
    padding: 40px 20px;
    color: #fff;
    /* Set a default text color if needed */
    background-color: #000;
    /* Example background; adjust to your theme */
}

/* Heading & Paragraph */
.contact-wrapper h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.contact-wrapper p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 2rem;
}

/********************************
  SUPPORT CONTAINER
*********************************/
.support {
    display: flex;
    flex-wrap: wrap;
    /* Allows wrapping on smaller screens */
    gap: 2rem;
    /* Space between columns */
}

/********************************
  LEFT COLUMN (IMAGE)
*********************************/
.maps-wrap {
    flex: 1 1 20%;
    max-width: 50%;
}

.maps-wrap img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/********************************
  RIGHT COLUMN (FORM + INFO)
*********************************/
.custom-contact-form {
    flex: 1 1 50%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Contact Info Section */
.contact {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Align items horizontally, with small gap, in each row */
.contact .d-flex {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/********************************
  FORM FIELDS
*********************************/
.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.form-group input[type="text"],
.form-group textarea {
    padding: 0.75rem;
    border-radius: 0px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #000;
    font-size: 1rem;
    width: 100%;
    outline: none;
}

.form-group input[type="text"]:focus,
.form-group textarea:focus {
    border-color: #007bff;
    /* Adjust to your brand color */
}

.form-control {
    border-radius: 0px !important;
}

/********************************
  BUTTON
*********************************/
.contactBtn {
    align-self: flex-start;
    /* or flex-end, or center, as desired */
    padding: 0.75rem 1.5rem;
    background-color: #007bff;
    /* Adjust to your brand color */
    color: #fff;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.contactBtn:hover {
    background-color: #0056b3;
    /* Darker shade on hover */
}

/********************************
  RESPONSIVE MEDIA QUERIES
*********************************/
@media (max-width: 992px) {

    .maps-wrap,
    .custom-contact-form {
        max-width: 100%;
        flex: 1 1 100%;
    }
}

@media (max-width: 576px) {
    .contact-wrapper {
        padding: 20px;
    }

    .contact-wrapper h1 {
        font-size: 1.5rem;
    }

    .contact-wrapper p {
        font-size: 0.95rem;
    }

    .contactBtn {
        width: 100%;
    }
}

.summary.entry-summary {
    padding-bottom: 60px;
    position: relative;
}

.summary.entry-summary .form-group {
    position: absolute;
    margin-bottom: 0;
    bottom: 20px;
    width: 100%;
}

.summary.entry-summary .form-group button {
    border-radius: 0 !important;
    margin-top: 20px;
    box-shadow: unset !important;
    font-family: 'Tektur';
}

.select2.select2-container .select2-selection--single {
    border-radius: 0px !important;
}

.bg-dark.navbar-sticky {
    border-bottom: 1px solid #fff;
}

.widget_product_search .search-field {
    border-radius: 0px !important;
    background-color: #fff !important;
    color: #000 !important;
}

.navbar-dark .navbar-tool-icon-box {

    color: #fff !important;
}

.cartzilla-product-card-alt-categories {
    display: flex;
    gap: 3px;
    flex-wrap: wrap;
}

ul.products li.product .yith-wcwl-add-to-wishlist i.yith-wcwl-icon.fa,
.woocommerce-info {
    color: #000;
}

#content {
    padding-top: 80px;
}


.navbar-dark .navbar-tool-icon-box.bg-secondary svg {
    fill: #000;
}

.products_slider_wrapper .slick-slide {
    height: 350px !important;
}

h2.text-light {
    color: #000 !important;
}

span.product-price {
    color: #000 !important;
}

.variation-Vendor,
.variation-Vendor {
    color: #000 !important;
}

@media screen and (max-width: 992px) {
    .marketplace-products {
        padding-top: 40px;
    }

    .list-unstyled.products_sl.products .card.product-card-alt {
        height: 260px;
    }
}

body .summary.entry-summary bdi .woocommerce-Price-amount.amount {
    color: #fff !important;
}


.noskins_msg a {
    color: #545454;
    text-decoration: underline;
}