.single-product-wrapper .klb-people-added {
    border-radius: 10px !important;
}
.wss_conversation_form_wrapper .woo-pruduct-submit .btn {
    padding: 0px 20px;
}
.single-product-wrapper.style-1 {
    border: 1px dashed #e3e3e3;
    padding: 10px;
    border-radius: 10px;
}
.menu-item-icon img {
    height: 18px;
    width: auto;
    vertical-align: middle !important;
    margin-right: 5px;
    image-rendering: -webkit-optimize-contrast; 
}
ul.woo-service-status-tabs li {
    border: none;
}
.woo-service-status-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
    border-bottom: 2px solid #e2e8f0;
}

.woo-service-status-tabs li {
    margin: 0;
}

.woo-service-status-tabs a {
    display: block;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    text-decoration: none;
    border-radius: 8px 8px 0 0;
    transition: all 0.3s ease;
    position: relative;
    border-bottom: 3px solid transparent;
}

.woo-service-status-tabs a:hover {
    color: #4f46e5;
    background: #eef2ff;
	 padding-right: 15px;
    padding-left: 15px;
}

.woo-service-status-tabs .active-tab a {
    color: #4f46e5 !important;
    background: #eef2ff;
    border-bottom-color: #4f46e5;
       padding-right: 15px;
    padding-left: 15px;
}

.woo-service-status-tabs .active-tab a:hover {
    background: #e0e7ff;
	 padding-right: 15px;
    padding-left: 15px;
}

@media (max-width: 640px) {
   .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    height: 45px !important;
}
}

@media (max-width: 640px) {
    .woo-service-status-tabs {
        gap: 4px;
    }
    
    .woo-service-status-tabs a {
        padding: 10px 16px;
        font-size: 14px;
    }
}

.product .product-thumbnail-wrapper {
        padding: 0rem;
    }
.product_meta {
    margin-bottom: 5px;
    padding-top: 5px;
}
.product-price-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin: 16px 0;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

.product-price-wrapper .price {
    margin: 0 !important;
    font-weight: bold !important;
    color: inherit !important;
    line-height: 1.2 !important;
}
.single-product-buttons {
    margin: 0 !important;
}
button.delete-token.btn-danger {
    background-color: #ee145f;
    color: #fff;
}
.somdn-download-wrap {
    padding-bottom: 10px;
}
button#somdn-form-submit-button {
    color: #fff;
}

.profile-info-summery-wrapper.dokan-clearfix {
    background: #171919a3 !important;
}
textarea#post_content {
    min-height: 200px !important;
}
.klbwl-popup-content {
    border-radius: 6px;
}

/* Add to cart */
.single_add_to_cart_button {
    background: #3498db !important;
    position: relative;
    padding-left: 48px !important; 
}

.single_add_to_cart_button::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.3'%3E%3Ccircle cx='9' cy='21' r='1'%3E%3C/circle%3E%3Ccircle cx='20' cy='21' r='1'%3E%3C/circle%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'%3E%3C/path%3E%3C/svg%3E") center/contain no-repeat;
}
  /*Buy Now*/
.buy_now_button {
    background: #f39c12 !important;
    position: relative;
    padding-left: 48px !important;
}
.single-product-detail .buy_now_button {
    border-color: #f39c12 !important;
    color: #FFF !important;
}
.buy_now_button::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5'%3E%3Cpolygon points='13 2 3 14 12 14 11 22 21 10 12 10 13 2'%3E%3C/polygon%3E%3C/svg%3E") center/contain no-repeat;
}

/* Hover */
.single_add_to_cart_button:hover 
{ background: #2980b9 !important; }
	
.buy_now_button:hover         
{ background: #e67e22 !important; }

  
/* WIDGET PRODUCTS*/
.widget.woocommerce.widget_products .woocommerce-Price-amount,
.widget.woocommerce.widget_products .star-rating,
.widget.woocommerce.widget_products .woocommerce-price-suffix,
.widget.woocommerce.widget_products del,
.widget.woocommerce.widget_products ins {
    display: none !important;
}

.widget.woocommerce.widget_products .product_list_widget li {
    border-bottom: 1px solid #eee;
    padding: 15px 0 !important;
    margin: 0 !important;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.widget.woocommerce.widget_products .product_list_widget li:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transform: translateY(-3px);
}

.widget.woocommerce.widget_products img {
    width: 80px !important;
    height: 80px !important;
    object-fit: cover;
    border-radius: 8px;
    float: left;
    margin-right: 15px !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.widget.woocommerce.widget_products .product-title {
    font-size: 15px !important;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
    display: block;
    margin-top: 8px !important;
    text-decoration: none !important;
}

.widget.woocommerce.widget_products .product-title:hover {
    color: #e91e63 !important;
}

.widget.woocommerce.widget_products .widget-title {
    font-size: 18px !important;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 3px solid #e91e63;
    padding-bottom: 10px;
    margin-bottom: 20px !important;
}

.widget.woocommerce.widget_products ul {
    padding: 0;
    margin: 0;
}

.single-product-wrapper .klb-people-added {
    border-radius: 10px;
}

/* ==================== DOKAN ORDERS DASHBOARD ==================== */

.dokan-dashboard .dokan-orders-content {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    margin-top: 20px;
}

/* 1."Filter by registered customer" */
#dokan-filter-customer,
#dokan-filter-customer + .select2-container,
.dokan-order-filter-serach .select2-container--default {
    display: none !important;
}

/* 2. Status Tabs*/
.order-statuses-filter.subsubsub {
    background: transparent !important;
    padding: 0 !important;
    margin-bottom: 24px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    border-radius: 12px;
    overflow: hidden;
}

.order-statuses-filter li {
    margin: 0 !important;
    list-style: none;
}

.order-statuses-filter li a {
    display: block;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 600;
    color: #555;
    background: #eef2f7;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.order-statuses-filter li.active a,
.order-statuses-filter li a:hover {
    background: #0066cc;       
    color: #ffffff !important;  
    box-shadow: 0 4px 10px rgba(0,102,204,0.3);
}

/* 3.Filter */
.dokan-order-filter-serach {
    background: #f8fafc;
    padding: 20px;
    border-radius: 14px;
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    border: 1px solid #e2e8f0;
}

.dokan-order-filter-serach input[type="text"],
.dokan-order-filter-serach .dokan-daterangepicker {
    height: 48px;
    padding: 0 16px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    font-size: 14px;
    min-width: 220px;
}

.dokan-order-filter-serach .dokan-btn {
    height: 48px;
    padding: 0 24px;
    border-radius: 10px;
    font-weight: 600;
}

/* 4. Export */
.dokan-right .dokan-btn-theme {
    background: #16a34a !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    height: 48px;
    font-weight: 600;
}

.dokan-right .dokan-btn-theme:hover {
    background: #15803d !important;
}

/* 5. Orders */
.dokan-table {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    border: none;
}

.dokan-table thead {
    background: #1e293b;
}

.dokan-table thead th {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 16px 12px;
}

/* 6.  Action */
.dokan-order-action a {
    background: #0ea5e9 !important; 
    color: #ffffff !important;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.25s ease;
    box-shadow: 0 4px 10px rgba(14,165,233,0.3);
}

.dokan-order-action a:hover {
    background: #0284c7 !important;
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 8px 20px rgba(2,132,199,0.4);
}

.dokan-order-action a i {
    color: #fff !important;
}
.dokan-product-category-modal-content {
    border-radius: 6px;
}
.product-edit-new-container .dokan-new-product-featured-img {
    height: auto !important;
}
/* 7. Status badge */
.dokan-label-success {
    background: #16a34a;
    color: #fff;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
}

/* 8. Responsive */
@media (max-width: 782px) {
    .dokan-order-filter-serach {
        flex-direction: column;
        align-items: stretch;
    }
    .dokan-order-filter-serach input,
    .dokan-order-filter-serach .dokan-btn {
        width: 100%;
    }
    .order-statuses-filter.subsubsub {
        justify-content: center;
    }
}

.dokan-product-short-description {
    display: none;
}

.site-category-box.style-2 .site-category-thumbnail img {
    width: 99%;
    margin-left: auto;
    margin-right: auto;
}
.klb-modal-inner {
    border-radius: 10px;
}
.woocommerce-message {
    border-radius: 6px;
    border: 1px dashed;
    border-color: #1b9b8f;
    background-color: #44edc50f;
}
ul.woocommerce-error {
    list-style: none;
    border-radius: 4px;
    border: 1px dashed #dd0707;
    margin-bottom: 1.875rem;
    margin-top: 1rem;
    padding: 1rem;
    font-size: .875rem;
}
/* logo */
.site-brand a {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.site-brand img {
    transition: all 0.4s ease;
}

.site-brand a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transform: skewX(-25deg);
    animation: shine 4s infinite;
    z-index: 2;
}

@keyframes shine {
    0%   { left: -100%; }
    50%  { left: 100%; }
    100% { left: -100%; }
}

.site-brand a:hover img {
    filter: brightness(1.15);
    transform: scale(1.03);
}
/* link */
.product .product-title a,
.product .product-title a:hover,
.product .product-title a:focus {
    text-decoration: none !important;
}

@media screen and (min-width: 1024.1px) {
    .content-wrapper.row-reverse #sidebar {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-right: calc(var(--site-site-gutter) / 2 + 1rem);
    }
}

span.select2-selection.select2-selection--single {
    min-height: 45px;
}
.select2-container--open .select2-dropdown--below {
    margin-top: 8px;
}

a.btn.btn-primary.mobile-small.icon-right {
    background-color: #169f5d;
    color: #fff;
}
img.wp-post-image {
    border-radius: 6px;
}
.woocommerce-info {
    border-radius: 8px;
}
.single-product-wrapper .single-product-detail .single-product-buttons a.klbwl-btn {
    color: #249797;
}
.single-product-wrapper .klb-people-added {
    border-radius: 6px;
}
a.btn-author {
    border: 1px dashed #fff;
    padding: 20px;
    border-radius: 50px;
    background: #fff;
    font-size: 23px;
    font-weight: bold;
    color: #050505;
}
.site-quickview {
    max-width: 72rem;
}
.product-inner {
    border-bottom: 1px dashed #ececec;
}
h1.product_title.entry-title {
    font-size: 1.3rem;
}
.sidebar-inner.sticky-holder.sticky-top-20 {
    border: 1px solid #f3eeee;
    padding: 20px;
    border-radius: 8px;
}
.secondary-column .widget ul, .filter-wide-button .dropdown-menu ul {
    border-bottom: 1px dashed #d5d5d5;
    padding-bottom: 10px;
}
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    border-radius: 6px;
}
td.klbwl-item--image img {
    max-width: 50px;
    border-radius: 6px;
}
.single-product-wrapper .product-vendor {
    border: 1px dashed var(--color-slate-200);
    margin-bottom: 0rem;
}
.product-vendor {
    margin-top: 10px;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard.is-active {
    border-radius: 6px;
}
.woocommerce-my-account .my-account-inner .my-account-navigation ul li + li {
    border-radius: 6px;
}
#dokan-seller-listing-wrap.grid-view .store-content {
    background: rgb(235 235 235 / 45%);
}
#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .featured-favourite {
    top: 2px;
}

.dokan-dashboard-wrap {
    border-radius: 6px;
    border: 1px dashed #d4d4d4;
    padding: 10px;
}
.dokan-toolset-fields-final {
    background: #ffffff !important;
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    padding: 25px 20px 10px !important;
    margin: 30px 0 20px 0 !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.dokan-toolset-fields-final h3 {
    margin: 0 0 20px 0 !important;
    padding: 0 0 10px 0 !important;
    border-bottom: 1px solid #eee;
    font-size: 16px !important;
    color: #333 !important;
    font-weight: 600 !important;
}


.dokan-toolset-fields-final .dokan-form-group {
    display: flex;
    align-items: center;
    margin-bottom: 18px !important;
    flex-wrap: wrap;
}

.dokan-toolset-fields-final .dokan-w3 {
    width: 25% !important;
    padding-right: 15px !important;
    box-sizing: border-box;
}

.dokan-toolset-fields-final .dokan-w8 {
    width: 75% !important;
    box-sizing: border-box;
}

.dokan-toolset-fields-final .dokan-control-label {
    font-weight: 600 !important;
    color: #555 !important;
    margin-bottom: 0 !important;
}

.dokan-toolset-fields-final .dokan-form-control {
    width: 100% !important;
    height: 40px !important;
    padding: 0 12px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    background: #fff !important;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.05);
    transition: border 0.2s;
}

.dokan-toolset-fields-final .dokan-form-control:focus {
    border-color: #2271b1 !important;
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(34,113,177,0.2) !important;
}

.woocommerce-tabs.wc-tabs-wrapper {
    border: 1px solid #dcdcde;
    padding: 20px;
    border-radius: 6px;
}
section#related-products {
    border: 1px dashed #dcdcde;
    padding: 20px;
    border-radius: 6px;
}

.site-module.klb-module.module-recently-products.mt-20 {
    border-radius: 6px;
    padding: 20px;
    border: 1px dashed #dcdcde;
	  background: #fbfbfb;
}

@media (max-width: 782px) {
    .dokan-toolset-fields-final .dokan-w3,
    .dokan-toolset-fields-final .dokan-w8 {
        width: 100% !important;
    }
    .dokan-toolset-fields-final .dokan-w3 {
        margin-bottom: 8px;
    }
}
.white-popup.dokan-support-login-wrapper.dokan-izimodal-wraper {
    border-radius: 10px;
}
.swal2-styled { 
    padding: 0px;
}
.products .product-custom-type2 .product-cart-wrapper .price {
 gap: 0.2rem !important;
    flex-direction: row !important;
}
.site-category-box.style-2 .site-category-thumbnail {
    width: 100px;
    height: 100px;
}

/* DOWNLOADABLE OPTIONS */
.dokan-download-wrapper .dokan-table {
    width: 100% !important;
    table-layout: fixed !important;
    border-collapse: separate !important;
    border-spacing: 0 12px !important;
}

.dokan-download-wrapper .dokan-table thead th {
    background: #f8fafc !important;
    color: #1e293b !important;
    font-weight: 600 !important;
    font-size: 14.5px !important;
    padding: 16px 14px !important;
    text-align: left !important;
    border-bottom: none !important;
}


.dokan-download-wrapper .dokan-table th:nth-child(1),
.dokan-download-wrapper .dokan-table td:nth-child(1) { width: 35% !important; }

.dokan-download-wrapper .dokan-table th:nth-child(2),
.dokan-download-wrapper .dokan-table td:nth-child(2) { width: 45% !important; }

.dokan-download-wrapper .dokan-table th:nth-child(3),
.dokan-download-wrapper .dokan-table td:nth-child(3) { width: 20% !important; text-align: right !important; }


.dokan-download-wrapper .dokan-table tbody tr {
    background: #fff !important;
    border-radius: 16px !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    overflow: hidden;
}

.dokan-download-wrapper .dokan-table tbody td {
    padding: 18px 16px !important;
    vertical-align: middle !important;
    border: none !important;
}

/* File Name */
.dokan-download-wrapper .dokan-table input[name^="_wc_file_names"] {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 14.5px;
    background: #fff;
}

/* File URL + Choose file + Delete */
.dokan-download-wrapper .dokan-table td:nth-child(2) p,
.dokan-download-wrapper .dokan-table td:nth-child(3) p {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    height: 100%;
}

.dokan-download-wrapper .wc_file_url {
    flex: 1;
    padding: 12px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 14.5px;
}

/* Choose file & Delete */
.dokan-download-wrapper .upload_file_button,
.dokan-download-wrapper .dokan-product-delete {
    padding: 10px 24px !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    white-space: nowrap;
    height: 44px;
    display: flex;
    align-items: center;
}

.dokan-download-wrapper .upload_file_button {
    background: #f97316 !important;
    color: #fff !important;
    box-shadow: 0 6px 20px rgba(249,115,22,0.3);
}

.dokan-download-wrapper .dokan-product-delete {
    background: #dc2626 !important;
    color: #fff !important;
    box-shadow: 0 6px 20px rgba(220,38,38,0.3);
}

/* Add File */
.dokan-download-wrapper .insert-file-row {
    background: linear-gradient(135deg,#16a34a,#22c55e) !important;
    color: #fff !important;
    padding: 14px 36px !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    margin-top: 25px !important;
    margin-left: 20px !important;
    box-shadow: 0 10px 30px rgba(34,197,94,0.4);
}

/* Download Limit & Expiry */
.dokan-download-wrapper .content-half-part input {
    border-radius: 12px !important;
    border: 2px solid #e2e8f0 !important;
    padding: 12px 16px !important;
}
.dokan-w9 {
    width: 100%;
}
.dokan-settings-content .dokan-settings-area .dokan-dashboard-header h1 {
    font-size: 25px;
}

/* ICON CHECKOUT */
.woocommerce-checkout .payment_methods .wc_payment_method img,
.woocommerce-checkout .payment_methods .payment_method_label img,
.woocommerce-order .payment_method img,
.payment_methods img {
    width: 22px !important;     
    height: auto !important;
    margin-left: 5px !important; 
    vertical-align: middle !important;
    border-radius: 4px !important;
	border: 1px solid #e2e8f0 !important;
box-shadow: 0 2px 6px rgba(0,0,0,0.08) !important;
}
.woocommerce-form-coupon-toggle {
    border: 1px dashed #149b58;
    border-radius: 4px;
}
.woocommerce-MyAccount-content {
    border: 1px dashed #e8e8e8;
    padding: 20px;
    border-radius: 6px;
}
.my-account-navigation {
    border: 1px dashed;
    border-color: #e8e8e8;
    padding: 10px;
    border-radius: 6px;
}
form.woocommerce-cart-form {
    border-radius: var(--site-site-radius-default);
    border: 1px solid var(--color-slate-200);
    padding: 1.2rem;
}
.order-review-wrapper {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}