#wbk-woo-seller { } 

#wbk-woo-seller .hidden { display: none; } 

/* editor */

#wbk-woo-seller.editor { } 

#wbk-woo-seller.editor form { position: relative; display: flex; flex-direction: column; gap: 16px; } 

#wbk-woo-seller.editor form .row { display: flex; flex-direction: column; gap: 6px; } 

#wbk-woo-seller.editor form .row .thunbnail { width: 200px; height: 200px; display: flex; align-items: center; justify-content: center; border-radius: 3px; cursor: pointer; box-shadow: 0 0 5px 0px #ddd; overflow: hidden; } 

#wbk-woo-seller.editor form .row .thunbnail img { width: 100%; height: 100%; object-fit: cover; } 

#wbk-woo-seller.editor form .row .thunbnail input { } 

#wbk-woo-seller.editor form .row .title { display: flex; align-items: flex-end; gap: 5px; } 

#wbk-woo-seller.editor form .row .title .main { font-size: 16px; font-weight: bold; } 

#wbk-woo-seller.editor form .row .title .sub { font-size: 13px; } 

#wbk-woo-seller.editor form .row .field { display: flex; width: 100%; } 

#wbk-woo-seller.editor form .row .field .tagify { width: 100%; padding: 0.5rem 0.25rem; outline: none; border: 1px solid #ddd; border-radius: 3px; font-family: 'nanumsquare', '-apple-system', 'BlinkMacSystemFont', system-ui, 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif; } 

#wbk-woo-seller.editor form .row .field textarea { width: 100%; padding: 1rem 0.75rem; outline: none; border: 1px solid #ddd; border-radius: 3px; font-family: 'nanumsquare', '-apple-system', 'BlinkMacSystemFont', system-ui, 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif; } 

#wbk-woo-seller.editor form .row .field input { width: 100%; padding: 1rem 0.75rem; outline: none; border: 1px solid #ddd; border-radius: 3px; font-family: 'nanumsquare', '-apple-system', 'BlinkMacSystemFont', system-ui, 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif; } 

#wbk-woo-seller.editor form .row .field select { width: 100%; padding: 15px 10px; outline: none; border: 1px solid #ddd; border-radius: 3px; } 

#wbk-woo-seller.editor form .row .field .chosen-container .chosen-single { width: 100%; padding: 1rem 0.75rem; outline: none; border: 1px solid #ddd; border-radius: 3px; background: none; font-size: 16px; box-shadow: none; } 

#wbk-woo-seller.editor form .row .field .chosen-container .chosen-choices { width: 100%; padding: 13px 10px; outline: none; border: 1px solid #ddd; border-radius: 3px; background: none; font-size: 16px; box-shadow: none; } 

#wbk-woo-seller.editor form .row .field .chosen-container .chosen-results li { padding: 12px 6px; } 

#wbk-woo-seller.editor form .row .field .chosen-container .chosen-results li.highlited { } 

#wbk-woo-seller.editor form .row .field .chosen-container .chosen-choices li.search-field input { padding: 0; height: 26px; font-size: 16px; } 

#wbk-woo-seller.editor form .row .field .chosen-container .chosen-choices li.search-choice { margin: 0 6px 6px 0; background: #ddd; padding: 6px 25px 6px 10px; line-height: 1; border: none; font-size: 16px; } 

#wbk-woo-seller.editor form .row .field .chosen-container .chosen-choices li.search-choice .search-choice-close { color: #fff; top: 7px; } 

#wbk-woo-seller.editor form .row .field .chosen-container .chosen-choices li.search-choice .search-choice-close:hover { } 

#wbk-woo-seller.editor form .row .field .wp-editor-wrap { width: 100%; } 

#wbk-woo-seller.editor form .submit-wrap { margin-top: 14px; display: flex; } 

#wbk-woo-seller.editor form .submit-wrap .submit { background-color: #dcd7e3; text-decoration: none; background-image: none; color: #515151; padding: 1rem 0.75rem; font-weight: bold; border-radius: 0.5rem; margin-top: 12px; } 

/* products */

#wbk-woo-seller.products { display: flex; flex-direction: column; gap: 20px; } 

#wbk-woo-seller.products .buttons { display: flex; gap: 12px; justify-content: flex-start; font-size: 15px; } 

#wbk-woo-seller.products ul { margin: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(15%, 1fr)); gap: 10px; padding: 0; } 

#wbk-woo-seller.products ul li { list-style: none outside; width: 100%; margin: 0; } 

#wbk-woo-seller.products ul li a { text-decoration: none; } 

#wbk-woo-seller.products ul li a .thunbnail { } 

#wbk-woo-seller.products ul li a .thunbnail img { } 

#wbk-woo-seller.products ul li a .description { display: flex; flex-direction: column; } 

#wbk-woo-seller.products ul li a .description .tags { font-size: 12px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; /* 두 줄로 제한 */
-webkit-box-orient: vertical; white-space: normal; } 

#wbk-woo-seller.products ul li a .description .title { font-size: 14px; font-weight: bold; margin: 5px 0; } 

#wbk-woo-seller.products ul li .buttons { display: flex; font-size: 12px; justify-content: space-between; } 

#wbk-woo-seller.products ul li .buttons a:hover { color: #e50914; } 

/* sales */

#wbk-woo-seller.sales { display: flex; flex-direction: column; gap: 20px; } 

#wbk-woo-seller.sales ul { display: flex; flex-direction: column; } 

#wbk-woo-seller.sales ul li { display: flex; width: 100%; border-bottom: 1px solid #ddd; } 

#wbk-woo-seller.sales ul li.head { border-bottom: 1px solid #999; font-weight: bolder; } 

#wbk-woo-seller.sales ul li>div { width: 10%; font-size: 14px; display: flex; align-items: center; justify-content: center; padding: 10px 5px; } 

#wbk-woo-seller.sales ul li>div.order-id { } 

#wbk-woo-seller.sales ul li>div.customer-id { } 

#wbk-woo-seller.sales ul li>div.product { width: 20%; } 

#wbk-woo-seller.sales ul li>div.quantity { } 

#wbk-woo-seller.sales ul li>div.order-status { } 

#wbk-woo-seller.sales ul li>div.price { } 

#wbk-woo-seller.sales ul li>div.commission { } 

#wbk-woo-seller.sales ul li>div.confirmed-commission { } 

#wbk-woo-seller.sales ul li>div.date { } 

/* sellers */

#wbk-woo-seller.sellers { } 

/* pagenation */

#wbk-woo-seller .pagenation { display: flex; justify-content: center; gap: 12px; padding: 20px 0 20px; width: 100%; } 

#wbk-woo-seller .pagenation ul { display: flex; gap: 12px; flex-direction: row; } 

#wbk-woo-seller .pagenation ul li { border: 1px solid #ffa0a5; border-radius: 3px; background: #ffa0a5; } 

#wbk-woo-seller .pagenation ul li a { color: #fff; padding: 0; font-size: 14px; display: flex; justify-content: center; align-items: center; min-width: 30px; min-height: 30px; line-height: 1; } 

#wbk-woo-seller .pagenation ul li.active a { color: #fff; } 

#wbk-woo-seller .pagenation ul li.active { border-color: #e50914; background: #e50914; } 

#wbk-woo-seller .pagenation ul li:hover { border-color: #e50914; background: #e50914; } 

#wbk-woo-seller .pagenation ul li:hover a { color: #fff; } 

#wbk-woo-seller .pagenation .prev-page { display: none; } 

#wbk-woo-seller .pagenation .prev-page.active { display: flex; align-items: center; color: #e50914; } 

#wbk-woo-seller .pagenation .next-page { display: none; } 

#wbk-woo-seller .pagenation .next-page.active { display: flex; align-items: center; color: #e50914; } 

.popup.tmdb { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; padding: 1rem; background: #00000069; box-shadow: 0 0 5px 0 #ddd; z-index: 99; } 

.popup.tmdb>svg { display: none; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } 

.popup.tmdb>div { display: flex; flex-direction: column; gap: 1rem; align-items: center; justify-content: center; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 60%; height: 30vh; padding: 1rem; background: #fff; box-shadow: 0 0 5px 0 #ddd; border-radius: 1rem; } 

.popup.tmdb>div>span { font-size: 18px; font-weight: bold; } 

.popup.tmdb>div input { width: 100%; padding: 1rem 0.75rem; outline: none; border: 1px solid #ddd; border-radius: 3px; } 

.popup.tmdb>div>a.submit { background-color: #dcd7e3; text-decoration: none; background-image: none; color: #515151; padding: 1rem 0.75rem; font-weight: bold; border-radius: 0.5rem; margin-top: 12px; width: 100%; text-align: center; } 

.popup.tmdb>div>a.close { background-color: #515151; text-decoration: none; background-image: none; color: #fff; padding: 1rem 0.75rem; font-weight: bold; border-radius: 0.5rem; margin-top: 12px; position: absolute; right: 1rem; top: 1rem; } 

@media screen and (max-width: 768px) { /* mobile */

#wbk-woo-seller.editor form .row .title { flex-direction: column; align-items: flex-start; } 
 }