.dokan-dashboard-content article.dashboard-content-area .dokan-announcement-widget{
	display: none;
}


.dokan-form-group{
	display: none;
}


#bulk-order-action-selector{
	display: none;
}

#bulk-order-action{
	display: none;
}

.dokan_order_export_all{
	display: none;
}

.dokan_order_export_filtered{
	display: none;
}

 .dokan-w12{
	display: none;
}

.pull-right {
    display: none;
}

ul {
 list-style-type : none
}

.row-actions{
	display: none;
}
/*
.dokan-add-product-link{
	display: none;
}
*/

.white-icon img {
    filter: invert(1);
}

#floating-button{
	display: none;
}

.dokan-dashboard .dokan-dashboard-menu li.coupons {
    display: none !important;
}

.dokan-dashboard .dokan-dashboard-menu li.settings {
    display: none !important;
}

.ui-datepicker td.ui-datepicker-other-month {
  visibility: hidden;
}


/* === FIX: Variações produto — qty compacto + botão lado a lado === */
.woocommerce .product .elementor-jet-single-add-to-cart .cart .woocommerce-variation-add-to-cart {
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
}

.woocommerce .product .elementor-jet-single-add-to-cart .cart .quantity {
    width: auto !important;
    min-width: 120px !important;
    max-width: 150px !important;
    margin-right: 0 !important;
    border: 1px solid rgba(0,0,0,0.15) !important;
    border-radius: 99px !important;
    overflow: hidden !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.woocommerce .product .elementor-jet-single-add-to-cart .cart .quantity .qty {
    border: none !important;
    border-radius: 0 !important;
    flex: 1 !important;
    min-width: 40px !important;
    width: auto !important;
    height: 44px !important;
}

.woocommerce .product .elementor-jet-single-add-to-cart .cart .quantity .minus,
.woocommerce .product .elementor-jet-single-add-to-cart .cart .quantity .plus {
    padding: 0 10px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    font-size: 18px !important;
    color: #256FA6 !important;
    font-weight: 600 !important;
}

.woocommerce .product .elementor-jet-single-add-to-cart .cart .single_add_to_cart_button.button.alt {
    flex: 1 !important;
    min-width: 180px !important;
    height: 44px !important;
    margin: 0 !important;
}

.single-product div.product table.variations select {
    width: 100% !important;
    max-width: 320px !important;
    min-width: 180px !important;
}
