.vendor-dashboard-body .vendor-dashboard .page-grid {
    max-width: 100%;
    width: 100%;
    max-height: 100vh;
    height: 100vh;
    overflow: hidden;
    margin: 0px;
    gap: 0;
}
/* Start Sidebar Style */
.vendor-dashboard .sidebar-container {
    display: flex;
    flex: 0 0 264px;
    width: 264px;
    max-height: 100vh;
    background: var(--base-white);
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}
.vendor-dashboard .sidebar-container .dashboard-sidebar {
    width: 100%;
    max-height: 100vh;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    overflow: hidden;
    padding-top: 12px;
    align-items: flex-start;
}
.dashboard-sidebar .sidebar-logo {
    padding: 20px;
    flex: 0 0 100%;
    text-align: center;
}
.dashboard-sidebar .sidebar-logo a, .dashboard-sidebar .sidebar-logo img {
    display: inline-block;
}
.vendor-dashboard .sidebar-container .dashboard-sidebar .sidebar-menus-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    overflow: hidden;
    max-height: calc(100vh - 130px);
    padding: 0px 16px 32px;
    height: 100%;
}
.sidebar-menus-wrapper .sidebar-vendor-menus {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    max-height: calc(100vh - 232px);
    height: 100%;
    align-items: flex-start;
    align-content: flex-start;
    overflow: hidden auto;
}
.sidebar-menus-wrapper .sidebar-vendor-menus .vendor-menu-item {
    width: 100%;
}
.sidebar-menus-wrapper .sidebar-menu-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 12px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    font-family: var(--default-text-font);
    color: var(--default-text-color);
    padding: 8px 12px;
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    text-decoration: none;
    border-radius: 6px;
}
.sidebar-menus-wrapper .sidebar-menu-link .menu-icon {
    line-height: 0;
}
.sidebar-menus-wrapper .sidebar-menu-link.accordion-button:not(.collapsed), .sidebar-menus-wrapper .sidebar-menu-link.active,
.sidebar-menus-wrapper .sidebar-menu-link:hover {
    background-color: var(--primary-btn-bg);
    color: var(--primary-btn-color);
}
.sidebar-menus-wrapper .sidebar-menu-link.accordion-button::after {
    position: absolute;
    top: 5px;
    bottom: 0;
    right: 12px;
    margin: auto;
    opacity: 0;
}
/* End Sidebar Style */
/* Start Main Content area Style */
.vendor-dashboard .main-content-wrapper {
    flex: 0 0 calc(100% - 264px);
    max-width: calc(100% - 264px);
    width: 100%;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    max-height: 100vh;
    height: 100%;
    overflow: hidden;
/*    row-gap: 24px;*/
    flex-wrap: wrap;
    background-color: #F5F5F6;
}
/* Start Header Style */
.vendor-dashboard .main-content-wrapper .page-header {
    margin: 0px;
    width: 100%;
    padding: 14px 24px;
    background: var(--base-white);
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.06);
}
.notifications-dropdown .btn-icon.btn-notification {
    color: var(--card-desc-color);
}
.notifications-dropdown .btn-icon.btn-notification:hover, .notifications-dropdown .btn-icon.btn-notification:focus {
    color: var(--primary-color);
}
.notifications-dropdown .btn-icon.btn-notification::after, .general-dropdown .dropdown-button.profile-dropdown-btn::after {
    display: none;
}
.notifications-dropdown .btn-icon.btn-notification .notification-badge {
    min-width: 16px;
    height: 16px;
    position: absolute;
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    background-color: var(--primary-color);
    border-radius: 50%;
    color: var(--text-light);
    top: -5px;
    right: 0px;
}
.general-dropdown .dropdown-button.profile-dropdown-btn {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}
.general-dropdown .dropdown-button.profile-dropdown-btn .user_profile {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 70px;
    background-color: #f2f4f7;
}
.profile-dropdown-btn .user_info .username, .profile-dropdown-btn .user_info .user_email {
    font-family: var(--table-head-font);
    font-size: 14px;
    font-style: normal;
    line-height: 22px;
    text-align: left;
}
.profile-dropdown-btn .user_info .username {
    font-weight: 600;
    color: var(--default-title-color);
}
.profile-dropdown-btn .user_info .user_email {
    font-weight: 400;
    color: var(--default-text-color);
	text-transform: lowercase;
}
/* End Header Style */
/* Start Content area Style */
.main-content-wrapper .page-title-container {
    width: 100%;
}
.main-content-wrapper .page-title-container .page-title {
    color: var(--default-title-color);
    font-family: var(--default-text-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: 0px;
    padding: 0px;
}
.vendor-dashboard .main-content-wrapper .main-content {
    width: 100%;
    max-height: calc(100vh - 80px);
    padding: 24px;
    overflow: hidden auto;
}
.vendor-container .my-account-container {
    padding: 24px 0px 0px;
}
.vendor-container .my-account-container .profile-header {
    box-shadow: 0px 0px 40px 0px rgba(36, 36, 36, 0.09);
    /* margin-bottom: 40px;*/
    margin-bottom: 24px;
}
.vendor-dashboard .profile-info-tabs .tabs-switchers {
    margin: 0px 0px 24px;
    border-radius: 12px;
}
.vendor-container .h2-title {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 12px !important;
}
.profile-header .profile-info {
    flex: 0 0 calc(100% - 155px);
}
.profile-header .primary-info-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
}
.primary-info-wrapper .p-desc {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
.primary-info-wrapper .p-desc .user_info {
    font-weight: 500;
    color: var(--default-title-color);
}
.primary-info-wrapper .p-desc .user_info.vendor_rating {
    display: flex;
    align-items: center;
    gap: 5px;
}
.vendor-container .dashboard-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 24px;
}
.dashboard-container .store-statistics-wrapper {
    gap: 24px;
    white-space: nowrap;
}
.dashboard-container .store-statistics-wrapper .default-card {
    flex: 1;
}
.statistics_item_content .item-icon {
    display: flex;
    width: 54px;
    height: 54px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: #FFF0F3;
    text-align: center;
}
.statistics_item_content .item-content .item-text {
    font-family: var(--default-text-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: var(--default-text-color);
}
.statistics_item_content .item-content .item-count {
    font-family: var(--default-text-font);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    color: var(--default-title-color);
}
.sales_overview_chart {
    height: 270px;
    max-height: 270px;
}



/* Create Product */
.product__form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
}
.product-form-wrapper {
    margin-top: 24px;
}
.form__field-select {
    width: 100%;
    background-color: var(--gray-100);
    border: 0;
    min-height: 52px;
    border-radius: 100px;
    padding: 16px;
    color: #262626;
    font-size: 16px;
    appearance: none;
    background-image: url(https://drillerdeals.com/wp-content/uploads/2024/10/direction-down-01.svg);
    background-size: 24px;
    background-position: 98% 50%;
    background-repeat: no-repeat;
}
.form__radio {
    display: flex;
    gap: 24px;
}
.form__field-radio {
    display: flex;
    align-items: center;
}
.form__field-radio input {
    margin-right: 10px;
	margin-left:5px;
    accent-color: var(--orange);
    width: 100%;
    height: 52px;
    transform: scale(1.5);
}
.form__field-radio label {
    min-width: 130px;
    margin-bottom: 0 !important;
	font-family: 'hellix-regular' !important;
}
.product__form .form__field label {
    font-family: 'hellix-medium';
}
.product__form .form__field textarea {
    min-height: 130px;
}
.upload__img {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 24px;
    border: 1px solid #EAECF0;
    border-radius: 12px;
	cursor:pointer;
}
.upload__img input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
	cursor:pointer;
}
.upload__img svg {
    margin-bottom: 12px;
}
.upload__img p {
    color: #D1D1D1;
    font-size: 12px;
}
.upload__img p span {
    color: var(--orange);
    font-family: 'hellix-semibold';
    font-size: 14px;
}
.full__field.form__submit {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}
.sortable-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
	margin-top:24px;
}
.imgThumbContainer {
    width: 100%;
    height: 200px;
    background-color: #F8F6F6;
    border-radius: 12px;
    padding: 25px 50px;
    position: relative;
}
.imgThumbContainer img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.delete-image-btn {
	cursor:pointer;
    position: absolute;
    right: 8px;
    top: 8px;
    padding: 6px;
    background-color: var(--white);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.IMGthumbnail {
    width: 100%;
    height: 100%;
}
.vendor_dashboard_breadcrumbs {
    display: flex;
    gap: 4px;
    align-items: center;
}
.vendor_dashboard_breadcrumbs span.separator_icon {
    line-height: normal;
    margin-right: 8px;
}
.vendor_dashboard_breadcrumbs a.simple-Link {
    color: var(--gray-800);
    font-family: 'hellix-medium';
}
.vendor_dashboard_breadcrumbs a.simple-Link.active {
    color: var(--orange);
}
.form__submit .site__btn {
    min-width: 120px;
}


/* DropDown Menu */
/* Container styling */
.custom__dropdown {
    position: relative;
}

/* Button to toggle the dropdown */
.filter_view_btn {
	width: 100%;
    cursor: pointer;
    font-size: 14px;
    color: #262626 !important;
    background-image: url(https://drillerdeals.com/wp-content/uploads/2024/10/direction-down-01.svg);
    background-size: 24px;
    background-position: 98% 50%;
    background-repeat: no-repeat;
    width: 100%;
    padding: 12px 15px;
    border: 0;
    background-color: var(--gray-100) !important;
    text-align: left;
    border-radius: 100px;
    min-height: 52px;
}

/* Dropdown styling */
.elementor-widget-taxonomy-filter {
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    
    z-index: 100;
    margin-top: 8px;
}

/* Dropdown menu items */
.dropdown__menu {
    list-style: none;
    padding: 0;
    margin: 0;
	max-height: 220px;
    overflow-y: auto;
}

.dropdown__menu li {
    padding: 12px 15px;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #f1f1f1;
}

.dropdown__menu li:hover {
    background-color: #f9f9f9;
}

/* Footer inside the dropdown */
.dropdown-footer {
    text-align: center;
    background-color: #FFF0F3;
    border-radius: 0 0 8px 8px;
	overflow:hidden;
}

.add-new-brand {
    border: none;
    background-color: transparent;
    color: #e4002b;
    font-size: 16px;
    cursor: pointer;
	width: 100%;
    height: 100%;
    padding: 12px;
}
.price-discount-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 24px;
}

.vendor-dashboard .profile_payment_settings .tabs-switchers {
    margin-bottom: 0;
    flex-direction: row;
    gap: 24px;
}
.vendor-dashboard .profile_payment_settings .tabs-switchers .nav-tabs.horizontal-tabs {
    flex-direction: column;
    max-width: 160px;
    width: 100%;
    gap: 12px;
}
.vendor-dashboard .profile_payment_settings .tabs-switchers .tab-content.userData-Tabs {
    padding: 16px;
    border-radius: 12px;
    background-color: var(--Gray-50);
    max-width: calc(100% - 160px - 24px);
    width: 100%;
}
.vendor-dashboard .profile_payment_settings .tabs-switchers .nav-tabs.horizontal-tabs .nav-link {
    text-align: left;
    justify-content: flex-start;
    width: 100%;
    padding: 10px 16px;
}
.transaction_filters.custom-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    justify-content: space-between;
}
.transaction_filters.custom-form .form-group {
    max-width: calc(100% - 100px);
    width: 100%;
}
.order-history-card .products-table-body-wrapper .table-body .tbody-item.total-amount {
    flex-wrap: nowrap;
    gap: 10px;
}
.form-control:focus {
    box-shadow: unset !important;
    background: var(--gray-100) !important;
}
button#add-complaint {
    border-radius: 40px;
    padding: 5px 20px !important;
    font-size: 12px;
}
button.review-btn {
    font-family: 'hellix-medium';
}
@media(min-width: 501px) {
    .profile-header .profile-info {
        flex: 0 0 calc(100% - 155px);
        max-width: calc(100% - 155px);
    }
}
@media(max-width: 500px) {
    .profile-header .profile-info {
        flex: 0 0 100%;
        max-width: 100%;
    }
}