button:not(.owl-dot).active{
	border:1px solid var(--1stcolor) !important;
	color: var(--1stcolor) !important;
	box-shadow: none !important;
}


.notifikasi-filter-order-status,
.notifikasi-filter-order-status:focus,
#product_category:focus{
  box-shadow: none !important;
}


.cardNotif .show-detail{
  cursor: pointer;
}

#notif-tab-content .cardNotif{
  margin-bottom: 15px;
  border-radius: 8px;
}

.cardNotif .transaksi-detail{
  border-top: 1px dashed #CCC;
  margin-top: 10px;
}


.set-read-all{
	cursor:pointer;
}

.set-read-all.disabled{
	opacity: 0.5 !important;
  	cursor: not-allowed !important;
  	pointer-events: none !important;
}


.woocommerce-MyAccount-content .cardNotif .trackingTitle{
  max-width: 100%;
}