/* 베이프몰 포인트 컬러 (#92D431).
 * vapemall 전용 오버라이드 — 공유 crawled CSS(master-styles/category/site-globals)는
 * 절대 수정하지 않고, 여기서만 주황(#FF5D01)을 초록으로 덮는다. VapemallHead 에서만 link.
 * 1) :root 포인트 변수 8종 (버튼/할인/탭/카운트 배지/푸터 전화 등 변수 사용처 전부)
 * 2) 변수가 아닌 직접 #FF5D01 셀렉터 13종 (공유 CSS를 건드리지 않으려 여기서 덮음)
 */
:root {
  --main-color: #92D431 !important;
  --main-basket-count: #92D431 !important;
  --buy-bt-color: #92D431 !important;
  --buy-discount-bg: #92D431 !important;
  --main-color-discount: #92D431 !important;
  --main-color-tab: #92D431 !important;
  --board-event-tab: #92D431 !important;
  --foot-color-phone: #92D431 !important;
}

#footer .point { color: #92D431 !important; }
#header .commu { color: #92D431 !important; }
#myshopMain .menu li a:hover { color: #92D431 !important; }
.boardCont .tm a { color: #92D431 !important; }
.bottom-nav__top { background: #000 !important; }
.dm .msg2 > span { color: #92D431 !important; }
.dm .msg2 > span { color: #92D431 !important; }
.dm .msg3 > span { color: #92D431 !important; }
.dm.active .ico { background: #92D431 !important; }
.likeButton.liked button { color: #92D431 !important; }
.m13c1 { background-color: #92D431 !important; }
