.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 (variable) — 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;
}

/* === FIX: Produto simples — qty + botão lado a lado === */
.woocommerce .product .elementor-jet-single-add-to-cart .cart:not(:has(.woocommerce-variation-add-to-cart)):not(:has(table.variations)):not(:has(#wc-bookings-booking-form)) {
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
}

/* === FIX: Produto booking — calendário acima + botão abaixo === */
.woocommerce .product .elementor-jet-single-add-to-cart .cart:has(#wc-bookings-booking-form) {
    flex-direction: column !important;
    align-items: stretch !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
}

.woocommerce .product .elementor-jet-single-add-to-cart .cart:has(#wc-bookings-booking-form) #wc-bookings-booking-form {
    width: 100% !important;
    order: 1 !important;
}

.woocommerce .product .elementor-jet-single-add-to-cart .cart:has(#wc-bookings-booking-form) .wc-bookings-booking-form-button {
    width: 100% !important;
    order: 2 !important;
    flex: none !important;
    min-width: unset !important;
    margin-top: 1em !important;
}

/* Calendário maior */
.wc-bookings-date-picker .ui-datepicker {
    width: 100% !important;
}

.wc-bookings-date-picker .ui-datepicker table {
    width: 100% !important;
    font-size: 1.1em !important;
}

.wc-bookings-date-picker .ui-datepicker td .ui-state-default {
    padding: 1em 0 !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: 46px !important;
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

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

/* Aviso inline de erro/sucesso de cupom (WooCommerce 10+):
   o input e o botão do cupom são flutuados (float) e o container .coupon
   colapsa para altura 0, fazendo o aviso sobrepor o campo no mobile.
   O clear:both derruba o aviso para baixo dos floats. */
.coupon .coupon-error-notice,
.coupon .coupon-success-notice {
    clear: both;
    float: none;
    display: block;
    width: 100%;
    margin: 0;
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.4;
}
.coupon .coupon-error-notice {
    color: #b00020;
}
.coupon .coupon-success-notice {
    color: #0f834d;
}
