#order-popup{
    display:none;
    position:fixed;
    top:10%;
    left:50%;
    transform:translateX(-50%);
    background:#fff;
    border:1px solid #ccc;
    padding:20px;
    width:500px;
    max-width:500px;
    z-index:10000;
}
#order-popup p {
    margin-bottom:0;
}   

.seed-tabs {  
    display:flex; 
    gap:0; 
    margin-bottom:1em; 
    padding:0;
}
.entry-content .seed-tabs {
    border-bottom: 1px solid #ccc;
}
.entry-content .seed-tabs > li { 
    cursor:pointer; 
    padding:0.5em 1em; 
    background:#eee;
    list-style:none;
    border-radius:5px 5px 0 0 ;
    border:1px solid #ccc;
    border-bottom: none;
}
.seed-tabs li.active { 
    background:#ccc;
}
.seed-tab-content { 
    padding-top:1em; 
}
.seed-tab-content td{
    padding:0;
}