/*  
Theme Name: Hestia Child        
Description: Hestia custom child theme.    
Author: DevArt
Template: hestia   
Version: 0.1     
*/

.d-flex-start { display:flex; justify-content:start; align-items:center }
.d-flex-center { display:flex; justify-content:center; align-items:center }
.d-flex-end { display:flex; justify-content:end; align-items:center }
.d-flex-around { display:flex; justify-content:space-around; align-items:center }
.d-flex-between { display:flex; justify-content:space-between; align-items:center }
.d-flex-col { flex-direction: column; }

.dokan-custom-queue-btn {  }
.dokan-custom-queue-btn p { background: green; color: white; padding: 20px; text-align:center ; font-size:28px }
.dokan-custom-queue-btn a { color: white; }
.dokan-custom-queue-btn a:hover { color: white; }

.wooqueue-currnum { background: green; color:white; font-weight:bold; padding:5px }
.wooqueue-currnumlist { 
	background: green; color:white; font-weight:bold; padding:5px; text-align:center;  
	width: 50px; height: 50px;
	border-radius: 50%;
	display: inline-block;
	font-size: 28px;
}
.wooqueue-storetitle { font-size:22px; padding:20px; background: orange; color:white; font-weight:bold; }
.wooqueue-queuelist { font-size:22px; padding:20px; }
.table-queue td { width:50%; text-align:center; height:50px	}
