.mkpchat_main-container {
	display: flex;
	align-self: stretch;
	flex-direction: column;
	background: var(--neutral-colors-white, #FFF);
	height: calc(100vh - 100px);
}

.chat-header-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
	padding: 8px;
	border-bottom: 1px solid var(--neutral-colors-gray-400);
}

.chat-header-toolbar .mkpchat-close {
	cursor: pointer;
}

.chat-header-toolbar div#chat-header-name {
	padding: 8px 18px;
	font-size: 18px;
	font-weight: 600;
}

.mkpchat_main-container .w-30 {
	width: 30% !important;
}

.mkpchat_main-container .w-40 {
	width: 40% !important;
}

.mkpchat_main-container .w-50 {
	width: 50% !important;
}

.mkpchat_main-container .w-60 {
	width: 60% !important;
}

.mkpchat_main-container .w-70 {
	width: 70% !important;
}

.mkpchat_main-container .hp-chat-container {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	background: var(--neutral-colors-white, #FFF);
	height: calc(100% - 25px);
	overflow: hidden;
}

.mkpchat_main-container #main-content {
	position: relative;
}

/* -------- Name list --------- */
.mkpchat_main-container #chat-nameslist {
	display: inline-block;
	width: 35%;
	/* max-width: 360px; */
	height: 100%;
	border-right: 1px solid #D4D8DC;
	padding: 14px;
	padding-right: 6px;
}

.mkpchat_main-container .miniChatList {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: fit-content;
	z-index: 999;
	background-color: #FFF;
}

.mkpchat_main-container #chat-nameslist .tools-option {
	background-color: #FFFFFF;
	padding-left: 10px;
	padding: 0 5px 12px 0;
	position: relative;
}

.mkpchat_main-container input#chatListSearchInput {
	width: 100%;
	border-radius: 5px;
	border: 1px solid #888;
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	padding: 0 5px;
	height: 40px;
}

.mkpchat_main-container .tools-option label {
	position: absolute;
	right: 7px;
	top: 10px;
}

.mkpchat_main-container .tools-option label i {
	font-size: 20px;
}

.mkpchat_main-container #chat-nameslist .chat-list-container {
	height: calc(100vh - 200px);
	overflow-y: auto;
	padding-right: 6px;
}

.mkpchat_main-container #chat-nameslist .group-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	flex: 1 0 0;
	align-self: stretch;
}

.mkpchat_main-container #chat-nameslist .group-list .name-items {
	height: 80px;
	width: 100%;
	display: flex;
	padding: 12px;
	align-self: stretch;
	border-radius: 10px;
	border: 1px solid var(--neutral-colors-gray-600, #B4B4B7);
	background: var(--neutral-colors-white, #FFF);
	flex-direction: row;
	gap: 20px;
	position: relative;
}

.mkpchat_main-container #chat-nameslist .group-list .name-items .close {
	position: absolute;
	left: 5px;
	top: 5px;
	display: none;
	cursor: pointer;
	font-weight: 600;
	background-color: #FFF;
	border-radius: 50%;
	padding: 0 5px;
}

.mkpchat_main-container #chat-nameslist .group-list .name-items:hover {
	background-color: #EFEFEF;
	cursor: pointer;
}

.mkpchat_main-container #chat-nameslist .group-list .name-items:hover .close
	{
	display: block;
}

.mkpchat_main-container #chat-nameslist .group-list .name-items .msg-content
	{
	width: 100%;
	display: flex;
	align-self: stretch;
	flex-direction: column;
	overflow: hidden;
}

.mkpchat_main-container #chat-nameslist .group-list .name-items.active {
	background-color: #FDFDFD;
	overflow: hidden;
}

.mkpchat_main-container #chat-nameslist .name-items.item.chat-pin {
	/* border: 1px solid var(--primary-color-deep-blue-800); */
	
}

.mkpchat_main-container #chat-nameslist .name-items.item.active {
	background: var(--primary-color-deep-blue-800);
}

.mkpchat_main-container #chat-nameslist .group-list .name-items.active .name,
	.mkpchat_main-container #chat-nameslist .group-list .name-items.active .lastmsg
	{
	color: var(--neutral-colors-white);
}

.mkpchat_main-container #chat-nameslist .group-list .name-items.active .lastupdate
	{
	color: var(--primary-color-deep-blue-300, #B8E0FF);
	/* Body/B3 */
	font-family: var(--fontFamily);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.mkpchat_main-container #chat-nameslist .group-list .name-items .name {
	color: var(--primary-color-deep-blue-800);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: var(--fontFamily);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	width: 100%;
	overflow: hidden;
}

.mkpchat_main-container #chat-nameslist .group-list .name-items .lastmsg
	{
	overflow: hidden;
	color: var(--neutral-colors-gray-800, #525255);
	text-overflow: ellipsis;
	white-space: nowrap;
	/* Body/B3 */
	font-family: var(--fontFamily);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 100%;
}

.mkpchat_main-container #chat-nameslist .group-list .name-items .logo {
	width: 65px;
	vertical-align: middle;
	border-radius: 50%;
	overflow: hidden;
	height: 48px;
}

.mkpchat_main-container #chat-nameslist .group-list .name-items .logo .img
	{
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
}

.mkpchat_main-container #chat-nameslist .group-list .name-items .logo img,
	.mkpchat_main-container #chat-nameslist .group-list .name-items .logo svg
	{
	width: 48px;
	height: 48px;
	border: 1px solid var(--neutral-colors-gray-600);
	border-radius: 50%;
	padding: 4px;
	background-color: var(--primary-color-deep-blue-600);
}

.mkpchat_main-container #chat-nameslist .group-list .name-items .title {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex: 1 0 0;
	width: 100%;
}

.mkpchat_main-container #chat-nameslist .group-list .name-items .title .online-status
	{
	padding-right: 6px;
}

.mkpchat_main-container #chat-nameslist .group-list .name-items .msg-bottom
	{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex: 1 0 0;
}

.mkpchat_main-container #chat-nameslist .group-list .name-items .msg-bottom .count
	{
	display: none;
}

.mkpchat_main-container #chat-nameslist .group-list .name-items .msg-bottom .unread
	{
	background-color: var(--secondary-color-red-500, #DA3731);
	border-radius: 50%;
	color: var(--neutral-colors-white);
	width: 25px;
	height: 25px;
	text-align: center;
	padding: 3px;
	font-size: 12px;
	display: block;
}

.mkpchat_main-container #chat-nameslist .group-list .name-items .lastact
	{
	display: inline-block;
	text-align: right;
	vertical-align: top;
	width: fit-content
}

.mkpchat_main-container #chat-nameslist .group-list .name-items .lastupdate
	{
	color: var(--neutral-colors-gray-700);
	/* Body/B3 */
	font-family: var(--fontFamily);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	white-space: nowrap;
}

.mkpchat_main-container #chat-nameslist .group-list .name-items .lastupdate .chatlist-time
	{
	font-size: 9px;
	margin-top: -6px;
	line-height: 17px;
}

/* ----------- Message Panel ---------- */
.mkpchat_main-container .chat-content {
	display: none;
	width: 100%;
	height: 100%;
	position: relative;
}

.mkpchat_main-container .chat-content .msg a {
	color: #011892;
	text-decoration: underline;
}

.mkpchat_main-container .chat-content .msg a:hover {
	color: #0096ff;
}

.mkpchat_main-container .chat-content.active {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	padding: 8px 12px 24px 12px;
	gap: 6px;
	width: 65%;
}

.mkpchat_main-container #sending-msg-tool-panel {
	width: 100%;
	display: flex;
	padding: 12px 16px 16px 16px;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	border-radius: 10px;
	border: 1px solid var(--neutral-colors-gray-700, #99999C);
	background: var(--neutral-colors-white, #FFF);
}

.mkpchat_main-container #sending-msg-tool-panel #msg-input {
	width: 100%;
}

.mkpchat_main-container #sending-msg-tool-panel #msg-option {
	width: 100%;
}

.mkpchat_main-container #sending-msg-tool-panel #msg-option ul {
	list-style-type: none;
	display: flex;
	align-items: flex-end;
	align-self: stretch;
	gap: 12px;
	padding: 0;
}

.mkpchat_main-container .stream-message-input-area {
	position: relative;
}

.mkpchat_main-container .stream-message-input-area .send-btn {
	position: absolute;
	right: 20px;
	top: 10px;
	cursor: pointer;
}

.mkpchat_main-container #stream-message {
	width: 100%;
	display: inline-block;
	height: 50px;
	margin: 0;
	border: none;
	padding: 10px 20px;
}

.mkpchat_main-container #stream-message:focus {
	border: none !important;
}

.mkpchat_main-container #stream-message::placeholder,
	.mkpchat_main-container #chatListSearchInput::placeholder {
	color: #CCC;
	opacity: 1;
}

.mkpchat_main-container #stream-message:-ms-input-placeholder,
	.mkpchat_main-container #chatListSearchInput:-ms-input-placeholder {
	color: #CCC;
}

.mkpchat_main-container #stream-message::-ms-input-placeholder,
	.mkpchat_main-container #chatListSearchInput::-ms-input-placeholder {
	color: #CCC;
}

.mkpchat_main-container .chat-option {
	cursor: pointer;
}

.mkpchat_main-container .icon-line-awesome-heart {
	font-size: 20px;
}

.mkpchat_main-container .stream-message-input-option {
	width: 30px;
	display: inline-block;
	text-align: left;
	padding-left: 10px;
}

.mkpchat_main-container .acitem {
	width: fit-content;
	display: inline-block;
	padding: 5px;
	border-radius: 5px;
	background-color: #FFF;
	border: 1px solid #CCC;
	height: 30px;
	line-height: 18px;
	cursor: pointer;
}

.mkpchat_main-container .acitem:hover {
	background-color: #EFEFEF;
}

.mkpchat_main-container #chat-msg {
	width: 100%;
	height: calc(100vh - 12px);
	overflow-y: auto;
	height: calc(100vh - 12px);
	position: relative;
}

.mkpchat_main-container #chat-msg .hp-card-product-plp-link {
	text-align: center;
	width: 80px;
	height: 80px;
	line-height: 80px;
	margin: auto;
}

.mkpchat_main-container #chat-msg .hp-card-product-plp-link img {
	height: 80px !important;
	width: 80px !important;
}

.mkpchat_main-container #chat-msg .stream-message-panel {
	width: 100%;
	font-size: 14px;
	padding-bottom: 8px;
}

.mkpchat_main-container #chat-msg .stream-message-panel .live-message-box
	{
	margin: 5px;
	display: flex;
	padding: 8px 16px;
	flex-direction: row;
	gap: 10px;
	line-height: 25px;
	max-width: 100%;
	margin-bottom: 5px;
}

.mkpchat_main-container #chat-msg .stream-message-panel .live-message-box .name
	{
	cursor: pointer;
	font-weight: bold;
	color: #2d62a5;
	display: inline-block;
	max-width: 85px;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 24px;
	white-space: nowrap;
}

.mkpchat_main-container #chat-msg .stream-message-panel .live-message-box .msg
	{
	/* text-shadow: 1px 1px rgb(0 0 0/ 30%); */
	color: #000;
	background-color: #f1f4f9;
	border-radius: 15px 15px 15px 5px;
	padding: 3px 15px;
	height: fit-content;
	width: fit-content;
	margin-left: 5px;
}

.mkpchat_main-container #chat-msg .stream-message-panel .live-message-box .msg-emoji
	{
	background: unset;
	width: 40px;
	height: 40px;
	display: block !important;
}

.mkpchat_main-container #chat-msg .stream-message-panel .live-message-box .read
	{
	font-size: 12px;
	line-height: 15px;
	vertical-align: bottom;
	padding-left: 5px;
	margin: auto;
	margin-left: 0;
	margin-bottom: 0;
	min-width: 80px;
}

.mkpchat_main-container #chat-msg .stream-message-panel .live-message-box-host
	{
	display: flex;
	line-height: 25px;
	max-width: 95%;
	margin: auto;
	margin-right: 0;
	margin-bottom: 10px;
	flex-direction: row;
}

.mkpchat_main-container .padding-0 {
	padding: 0 !important;
}

.mkpchat_main-container #chat-msg .stream-message-panel .live-message-box-host .msg
	{
	height: fit-content;
	width: fit-content;
	/* margin: auto; */
	margin-right: 0;
	margin-bottom: 5px;
	border-radius: 10px 10px 2px 10px;
	color: var(--neutral-colors-white);
	background: var(--primary-color-deep-blue-800);
	display: flex;
	padding: 8px 16px;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.mkpchat_main-container #chat-msg .stream-message-panel .live-message-box-host .msg-emoji
	{
	background: unset;
}

.mkpchat_main-container #chat-msg .stream-message-panel .live-message-box-host .msg-product
	{
	height: fit-content;
	width: 80%;
	margin-bottom: 5px;
	justify-content: center;
	align-items: center;
}

.mkpchat_main-container #chat-msg .stream-message-panel .live-message-box .msg-product
	{
	width: 80%;
}

.mkpchat_main-container #chat-msg .stream-message-panel .live-message-box-host .read
	{
	font-size: 12px;
	line-height: 15px;
	vertical-align: bottom;
	padding-right: 5px;
	margin: auto;
	margin-right: 0;
	margin-bottom: 0;
	min-width: 80px;
	text-align: right;
	display: inline-block;
}

.mkpchat_main-container #chat-msg .stream-message-panel .msg-panel {
	display: flex;
	flex-direction: row;
	gap: 6px;
	width: 100%;
}

.mkpchat_main-container #chat-msg .stream-message-panel .live-message-box-host .msg-panel
	{
	float: right;
	width: 100%;
}

.mkpchat_main-container #chat-msg .stream-message-panel .live-message-box-host .msg-panel .msg,
	.mkpchat_main-container #chat-msg .stream-message-panel .live-message-box-host .msg-panel .msg-img,
	.mkpchat_main-container #chat-msg .stream-message-panel .live-message-box-host .msg-panel .msg-vdo,
	.mkpchat_main-container #chat-msg .stream-message-panel .live-message-box-host .msg-panel .msg-product,
	.mkpchat_main-container #chat-msg .stream-message-panel .live-message-box-host .msg-panel .msg-emoji,
	.mkpchat_main-container #chat-msg .stream-message-panel .live-message-box-host .msg-panel .msg-order,
	.mkpchat_main-container #chat-msg .stream-message-panel .live-message-box-host .msg-panel .msg-faq
	{
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}

.mkpchat_main-container #chat-msg .stream-message-panel .msg-panel .msg-img
	{
	max-width: 40%;
	border-radius: 10px;
	overflow: hidden;
}

.mkpchat_main-container #chat-msg .stream-message-panel .msg-panel .msg-img img
	{
	max-width: 100%;
}

.mkpchat_main-container #chat-msg .stream-message-panel .msg-panel .msg-vdo
	{
	max-width: 50%;
	border-radius: 10px;
	overflow: hidden;
}

.mkpchat_main-container #chat-msg .stream-message-panel .live-message-box-host .msg-panel .msg-faq
	{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.mkpchat_main-container #chat-msg .stream-message-panel .live-message-box-host .msg-panel .read
	{
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}

.mkpchat_main-container #chat-msg .stream-message-panel .live-message-box-host .sperate,
	.mkpchat_main-container #chat-msg .stream-message-panel .live-message-box-host .name
	{
	display: none;
}

.mkpchat_main-container #chat-msg .stream-message-panel .live-message-box-timesplit
	{
	display: block;
	width: fit-content;
	padding: 4px 12px;
	border-radius: 100px;
	background: var(--primary-color-deep-blue-100, #EEF7FF);
	color: var(--primary-color-deep-blue-800);
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: auto;
}

.mkpchat_main-container #chat-msg .stream-message-panel .live-message-box-ref
	{
	background-color: #EFEFEF;
	text-align: center;
	margin: 5px 0;
}

.mkpchat_main-container #chat-msg .stream-message-panel .live-message-box-product
	{
	text-align: center;
	width: fit-content;
	margin: auto;
	margin-bottom: 5px;
}

.mkpchat_main-container #chat-msg .stream-message-panel .live-message-box-product .desc
	{
	line-height: 20px;
}

.mkpchat_main-container #chat-msg .stream-message-panel .live-message-box-ref .desc
	{
	line-height: 1rem;
}

.mkpchat_main-container #chat-msg .stream-message-panel .chat-msg-tools .msg
	{
	padding-left: 12px;
}

.mkpchat_main-container .chat-msg-tools .buttons {
	width: 100%;
	display: flex;
	padding: 4px 8px;
	align-items: center;
	gap: 8px;
	overflow-x: auto;
	margin-top: 8px;
	white-space: nowrap;
}

.mkpchat_main-container .chat-msg-tools .buttons button {
	border-radius: 8px;
	border: 1px solid var(--neutral-colors-gray-500, #CDCDD0);
	background: var(--neutral-colors-white, #FFF);
	padding: 8px 16px;
	cursor: pointer;
}

.mkpchat_main-container .swiper-carousel {
	width: 100%;
	overflow: hidden;
}

.mkpchat_main-container .carousel-panel .carousel-content {
	position: relative;
	width: 94%;
}

.mkpchat_main-container .carousel-panel .carousel-card {
	background-color: var(--neutral-colors-white);
	border: 1px solid var(--neutral-colors-gray-600);
	border-radius: 6px;
	overflow: hidden;
	padding: 0;
}

.mkpchat_main-container .carousel-panel .buttons.carousel-btn {
	width: 100%;
	display: block;
	padding: 0;
	overflow: hidden;
}

.mkpchat_main-container .carousel-panel .carousel-card .title {
	text-align: center;
	padding: 6px 12px;
	font-size: 18px;
	font-weight: 600;
}

.mkpchat_main-container .carousel-panel .carousel-card .sub-title {
	padding: 6px 12px;
	font-size: 12px;
	color: var(--neutral-colors-gray-700);
}

.mkpchat_main-container .carousel-panel .buttons.carousel-btn .button {
	width: 100%;
	display: block;
	padding: 12px;
	border-radius: 0;
	border: unset;
	border-top: 1px solid var(--neutral-colors-gray-600);
	background-color: var(--neutral-colors-white);
	color: var(--primary-colors-blue);
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
}

.mkpchat_main-container .carousel-panel .buttons.carousel-btn .button:hover
	{
	color: var(--primary-colors-orange);
}

.mkpchat_main-container .swiper-container {
	position: relative;
}

.mkpchat_main-container .swiper-button-prev, .mkpchat_main-container .swiper-button-next
	{
	width: 40px !important;
	height: 40px !important;
	background-color: var(--neutral-colors-gray-800) !important;
	border-radius: 50% !important;
	color: var(--neutral-colors-white) !important;
	opacity: 0.5;
}

.mkpchat_main-container .swiper-button-prev:after,
	.mkpchat_main-container .swiper-button-next:after {
	font-size: 22px !important;
}

.mkpchat_main-container .swiper-button-next {
	right: -3px !important;
}

.mkpchat_main-container .swiper-button-prev {
	left: -3px !important;
}

#mkpchat.compare-below {
	bottom: 106px !important;
}

#mkpchat.consent-below {
	bottom: 80px !important;
}

#popup_sticker ul {
	list-style: none;
	display: flex;
	flex-direction: row;
	gap: 8px;
}

/* SBC : Orders List */
#popup_order .order_detail {
	width: 500px;
	height: 500px;
	overflow: hidden;
}

#popup_order .order_detail .item-list {
	border-bottom: 1px solid var(--neutral-colors-gray-400);
	display: flex;
	flex-direction: column;
	gap: 10px;
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
	height: 400px;
	padding-top: 12px;
}

#popup_order .order-container {
	border: 1px solid var(--neutral-colors-gray-400);
	border-radius: 8px;
}

#popup_order .order-container .order-head, #popup_order .order-container .order-footer
	{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	padding: 12px;
}

#popup_order .order-container .order-head {
	background-color: var(--neutral-colors-white);
}

#popup_order .order-container .order-head .logo {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	border-radius: 50%;
	overflow: hidden;
	stroke-width: 1px;
	stroke: var(--neutral-colors-gray-400, #E0E0E3);
}

#popup_order .order-container .order-head img {
	width: 40px;
	height: 40px;
	vertical-align: middle;
}

#popup_order .order-container .order-head .left {
	display: flex;
	align-items: center;
	gap: 8px;
}

#popup_order .order-container .order-head .shop-name {
	font-size: 14px;
	font-weight: 600;
}

#popup_order .order-container .order-head .left label {
	padding: 4px 16px;
	margin: 0 8px;
	font-size: 14px;
	font-weight: 600;
	color: var(--neutral-colors-white, #FFF);
	border-radius: 16px;
	background: var(--primary-color-deep-blue-800);
}

#popup_order .order-container .order-head .left svg {
	vertical-align: middle;
}

#popup_order .order-container .order-head .left a {
	display: inline-block;
	padding: 9px 16px 7px 16px;
	margin-left: 5px;
	font-size: 14px;
	font-weight: 600;
	color: var(--neutral-colors-gray-800, #525255);
	border-radius: 10px;
	border: 1.5px solid var(--neutral-colors-gray-700, #88888C);
}

#popup_order .order-container .order-head .left a svg {
	vertical-align: middle;
}

#popup_order .order-container .order-head .right {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
}

#popup_order .order-container .order-footer {
	background-color: var(--neutral-colors-gray-100);
}

#popup_order .order-container .order-items {
	padding: 24px 24px 0px 24px;
	display: flex;
	flex-direction: column;
	border: 1px solid var(--neutral-colors-gray-400);
}

#popup_order .order-container .order-items img {
	width: 80px;
}

#popup_order .order-container .order-items .order-item-hide {
	display: none;
}

#popup_order .order-container .order-shipping {
	display: flex;
	justify-content: space-between;
	padding: 12px 16px;
	font-size: 16px;
	background: var(--neutral-colors-gray-200, #F1F1F4);
}

#popup_order .order-container .order-shipping span {
	color: var(--primary-color-deep-blue-800);
}

#popup_order .order-container .order-items .order-item .sku {
	font-size: 12px;
	color: var(- -neutral-colors-gray-700);
}

#popup_order .order-container .order-items .order-item .item {
	display: flex;
	flex-direction: column;
	margin-bottom: 6px;
}

#popup_order .order-container .order-items .order-item .item-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#popup_order .order-container .order-items .order-item {
	padding: 6px;
	border-bottom: 1px solid var(--neutral-colors-gray-400);
}

#popup_order .order-container .order-items .order-item .image {
	width: 126px;
	margin-right: 16px;
	overflow: hidden;
}

#popup_order .order-container .order-items .order-item .detail {
	width: 478px;
	margin-right: 16px;
}

#popup_order .order-container .order-items .order-item .detail .name {
	font-size: 14px;
	font-weight: 600;
}

#popup_order .order-container .order-items .order-item .detail .option ul
	{
	margin: 0;
	margin-top: 5px;
	padding: 0;
	list-style-type: none;
}

#popup_order .order-container .order-items .order-item .detail .option ul li
	{
	padding-right: 5px;
}

#popup_order .order-container .order-items .order-item .quantity {
	width: 90px;
	font-size: 16px;
	margin-right: 16px;
}

#popup_order .order-container .order-items .order-item .price-and-tools
	{
	width: 165px;
	text-align: right;
}

#popup_order .order-container .order-items .order-item .price-and-tools .price
	{
	font-size: 18px;
	font-weight: 700;
}

#popup_order .order-container .order-items .order-item .price-and-tools .price.discount
	{
	color: var(--secondary-color-red-500, #DA3731);
}

#popup_order .order-container .order-items .order-item .price-and-tools .original-price
	{
	font-size: 12px;
	color: var(--neutral-colors-gray-800, #525255);
	text-decoration: line-through;
}

#popup_order .order-container .order-items .order-item .price-and-tools a
	{
	display: inline-block;
	width: 106px;
	height: 40px;
	padding: 9px 16px 10px 16px;
	margin-top: 5px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	color: var(--White, #FFF);
	border-radius: 10px;
	background: var(--primary-color-deep-blue-800);
}

#popup_order .order-container .order-items .order-item .offer {
	display: flex;
	justify-content: space-between;
	margin-top: -42px;
	margin-bottom: 22px;
	font-size: 14px;
}

#popup_order .order-container .order-items .order-item .offer .left {
	margin-left: 138px;
}

#popup_order .order-container .order-items .order-item .offer .right {
	color: var(--primary-color-deep-blue-800);
}

#popup_order .order-container .order-items .order-item .item-service {
	padding: 16px 16px 8px 16px;
	border-radius: 10px;
	border: 1px solid var(--neutral-colors-gray-500, #CDCDD0);
}

#popup_order .order-container .order-items .order-item .item-service {
	font-size: 16px;
}

#popup_order .order-container .order-items .order-item .item-service .title
	{
	margin-bottom: 16px;
}

#popup_order .order-container .order-items .order-item .item-service .info
	{
	font-size: 12px;
	color: var(--neutral-colors-gray-700, #99999C);
	text-align: right;
}

#popup_order .order-container .order-seemore {
	padding: 16px 0;
	text-align: center;
	border-top: 1px solid var(--neutral-colors-gray-500, #CDCDD0);
}

#popup_order .order-container .order-seemore a {
	font-size: 16px;
	font-weight: 600;
	color: var(--primary-color-orange-700, #EF8000);
	text-decoration-line: underline;
}

#popup_order .order-container .order-seemore svg {
	vertical-align: middle;
}

#popup_order .order-container .order-items .order-total {
	border-top: 1px solid var(--neutral-colors-gray-500, #CDCDD0);
	padding: 24px 0;
}

#popup_order .order-container .order-items .order-total .price-total {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 16px;
}

#popup_order .order-container .order-items .order-total .price-total .left
	{
	font-size: 16px;
	font-weight: 600;
	color: var(--neutral-colors-gray-800, #525255);
}

#popup_order .order-container .order-items .order-total .price-total .right
	{
	width: auto;
	margin-left: 16px;
	font-size: 22px;
	font-weight: 700;
	text-align: right;
	color: var(--primary-color-deep-blue-800);
}

#popup_order .order-container .order-items .order-total .button {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
}

.button button {
	padding: 10px 16px 11px 16px;
	font-size: 16px;
	font-weight: 700;
	background: var(--neutral-colors-white, #FFF);
	border-radius: 10px;
	border: 1.5px solid var(--neutral-colors-gray-700, #88888C);
	cursor: pointer;
	margin-right: 0 !important;
	max-height: 42px;
}

.button button:hover {
	background: var(--neutral-colors-gray-100);
}

.button button.primary {
	color: var(--White, #FFF);
	border: 1.5px solid var(--primary-color-deep-blue-800);
	background: var(--primary-color-deep-blue-800);
}

.button button.primary:hover {
	background: var(--primary-color-deep-blue-700);
}

.button button.primary:disabled {
	background: var(--primary-color-deep-blue-300);
}
/* EBC : Orders List */

/* SBC : Order in chat */
.mkpchat_main-container #chat-msg .stream-message-panel .live-message-box-host .msg-order
	{
	height: fit-content;
	width: 80%;
	margin-bottom: 5px;
	justify-content: center;
	align-items: center;
}

.msg-order .order-container {
	border: 1px solid var(--neutral-colors-gray-400);
	border-radius: 8px;
	overflow: hidden;
	min-width: 410px;
}

.msg-order .order-container .order-head, .msg-order .order-container .order-footer
	{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	padding: 6px;
}

.msg-order .order-container .order-head {
	background-color: var(--neutral-colors-white);
}

.msg-order .order-container .order-head .logo {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	border-radius: 50%;
	overflow: hidden;
	stroke-width: 1px;
	stroke: var(--neutral-colors-gray-400, #E0E0E3);
}

.msg-order .order-container .order-head img {
	width: 40px;
	height: 40px;
	vertical-align: middle;
}

.msg-order .order-container .order-head .left {
	display: flex;
	align-items: center;
	gap: 8px;
}

.msg-order .order-container .order-head .shop-name {
	font-size: 14px;
	font-weight: 600;
}

.msg-order .order-container .order-head .left label {
	padding: 4px 16px;
	margin: 0 8px;
	font-size: 14px;
	font-weight: 600;
	color: var(--neutral-colors-white, #FFF);
	border-radius: 16px;
	background: var(--primary-color-deep-blue-800);
}

.msg-order .order-container .order-head .left svg {
	vertical-align: middle;
}

.msg-order .order-container .order-head .left a {
	display: inline-block;
	padding: 9px 16px 7px 16px;
	margin-left: 5px;
	font-size: 14px;
	font-weight: 600;
	color: var(--neutral-colors-gray-800, #525255);
	border-radius: 10px;
	border: 1.5px solid var(--neutral-colors-gray-700, #88888C);
}

.msg-order .order-container .order-head .left a svg {
	vertical-align: middle;
}

.msg-order .order-container .order-head .right {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
}

.msg-order .order-container .order-footer {
	background-color: var(--neutral-colors-gray-100);
}

.msg-order .order-container .order-items {
	padding: 12px;
	display: flex;
	flex-direction: row;
	border: 1px solid var(--neutral-colors-gray-400);
	gap: 8px;
}

.msg-order .order-container .order-items img {
	width: 80px;
}

.msg-order .order-container .order-item.service.item-more {
	width: 80px;
	text-align: center;
	padding: 30px !important;
	font-size: 16px;
	font-weight: 600;
	display: flex;
	cursor: pointer;
}

.msg-order .order-container .order-item.service.item-more:before {
	content: '+';
}

.msg-order .order-container .order-item.service.item-more:hover {
	border: 1px solid var(--primary-color-deep-blue-800);
}

.msg-order .order-container .order-items .order-item-hide {
	display: none;
}

.msg-order .order-container .order-shipping {
	display: flex;
	justify-content: space-between;
	padding: 12px 16px;
	font-size: 16px;
	background: var(--neutral-colors-gray-200, #F1F1F4);
}

.msg-order .order-container .order-shipping span {
	color: var(--primary-color-deep-blue-800);
}

.msg-order .order-container .order-items .order-item .sku {
	font-size: 12px;
	color: var(- -neutral-colors-gray-700);
}

.msg-order .order-container .order-items .order-item .item {
	display: flex;
	flex-direction: column;
	margin-bottom: 6px;
}

.msg-order .order-container .order-items .order-item .item-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.msg-order .order-container .order-items .order-item {
	padding: 6px;
	border: 1px solid var(--neutral-colors-gray-400);
	border-radius: 6px;
}

.msg-order .order-container .order-items .order-item .image {
	width: 126px;
	margin-right: 16px;
	overflow: hidden;
}

.msg-order .order-container .order-items .order-item .detail {
	width: 478px;
	margin-right: 16px;
}

.msg-order .order-container .order-items .order-item .detail .name {
	font-size: 14px;
	font-weight: 600;
}

.msg-order .order-container .order-items .order-item .item-service {
	padding: 16px 16px 8px 16px;
	border-radius: 10px;
	border: 1px solid var(--neutral-colors-gray-500, #CDCDD0);
}

.msg-order .order-container .order-items .order-item .item-service {
	font-size: 16px;
}

.msg-order .order-container .order-items .order-item .item-service .title
	{
	margin-bottom: 16px;
}

.msg-order .order-container .order-items .order-item .item-service .info
	{
	font-size: 12px;
	color: var(--neutral-colors-gray-700, #99999C);
	text-align: right;
}

.msg-order .order-container .order-seemore {
	padding: 16px 0;
	text-align: center;
	border-top: 1px solid var(--neutral-colors-gray-500, #CDCDD0);
}

.msg-order .order-container .order-seemore a {
	font-size: 16px;
	font-weight: 600;
	color: var(--primary-color-orange-700, #EF8000);
	text-decoration-line: underline;
}

.msg-order .order-container .order-seemore svg {
	vertical-align: middle;
}

.msg-order .order-container .order-items .order-total {
	border-top: 1px solid var(--neutral-colors-gray-500, #CDCDD0);
	padding: 24px 0;
}

.msg-order .order-container .order-items .order-total .button {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
}
/* EBC : Order in chat */

/* SBC : Products List */
#popup_products .products_detail {
	width: 414px;
	height: 530px;
}

#popup_products .products_detail ul li {
	border-bottom: 1px solid var(--neutral-colors-gray-400);
}

#popup_products .products_detail .item-list {
	border-bottom: 1px solid var(--neutral-colors-gray-400);
	display: flex;
	flex-direction: column;
	gap: 10px;
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
	height: 500px;
}

#popup_products .products_detail .item-list .item {
	border-bottom: 1px solid var(--neutral-colors-gray-400);
	padding: 10px 0;
}

#popup_products .products_detail .item-list .item .product-card-chat .detail
	{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: 70%;
}

#popup_products .products_detail .title {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
/* EBC : Products List */

/* SBC : Option Products */
.product-card-chat {
	display: flex;
	flex-direction: row;
	gap: 8px;
}

.product-card-chat .img {
	width: 87px;
	height: 87px;
	flex-shrink: 0;
}

.product-card-chat .img img {
	border-radius: 10px;
	width: 100%;
}

.product-card-chat .detail {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: 250px;
}

.product-card-chat .detail .name {
	overflow: hidden;
	color: var(--Neutral-Colors-Gray-800, #525255);
	font-feature-settings: 'clig' off, 'liga' off;
	text-overflow: ellipsis;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.product-card-chat .sku {
	color: var(--neutral-colors-gray-700);
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.product-card-chat .pricing .price {
	color: var(--secondary-color-red-500, #DA3731);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Prompt;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.product-card-chat .pricing .original-price {
	color: var(--primary-gray-text, #666);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Prompt;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.product-card-chat .pricing .normal-price {
	color: var(--primary-gray-text, #666);
	font-family: Prompt;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration-line: strikethrough;
	text-decoration: line-through;
}

.product-card-chat .pricing .normal-price span.discount-tag {
	display: inline-block;
	text-decoration: none;
	background-image:
		url(https://static.homepro.co.th/assets/images/mkp/discount-pointing.png);
	background-repeat: no-repeat;
	width: 32px;
	height: 16px;
	font-size: 8px;
	font-weight: 400;
	color: #fff;
	padding: 0px 7px;
	margin-left: 5px;
	line-height: 16px;
}

.product-card-chat .pricing .reduced-price {
	color: var(--primary-gray-text, #666);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Prompt;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.product-card-chat .pricing .scale-price {
	color: var(--primary-gray-text, #666);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Prompt;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.product-card-chat .pricing .online-discount {
	color: var(--primary-gray-text, #666);
	font-size: 10px;
	font-weight: normal;
}

.product-card-chat .pricing .offer-price {
	color: var(--primary-gray-text, #666);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Prompt;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.product-card-chat .outofstock-price {
	color: var(--primary-gray-text, #666);
	font-size: 14px;
	font-weight: normal;
}

.product-card-chat .actions .btn {
	display: flex;
	height: 40px;
	padding: 9px 24px 10px 24px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 10px;
	background: var(--primary-color-deep-blue-800);
	color: var(--neutral-colors-white);
	cursor: pointer;
}

.product-card-chat .actions .btn:hover {
	background: var(--primary-color-deep-blue-700);
}
/* EBC : Option Products */

/* SBC : Option Products2 */
.product-card-chat2 {
	display: flex;
	flex-direction: column;
	border: 1px solid var(--neutral-colors-gray-400);
	border-radius: 10px 10px 10px 2px;
	width: 100%;
	margin-bottom: 12px;
}

.live-message-box-host .product-card-chat2 {
	border-radius: 10px 10px 2px 10px;
	float: right;
}

.product-card-chat2 .content {
	padding: 12px;
	display: flex;
	flex-direction: row;
	gap: 8px;
}

.live-message-box-host .product-card-chat2 .title {
	border-radius: 10px 10px 0 0;
	background: var(--primary-color-deep-blue-800);
	color: var(--neutral-colors-white);
	padding: 8px;
}

.product-card-chat2 .title {
	border-radius: 10px 10px 0 0;
	background: var(--primary-color-deep-blue-500);
	color: var(--neutral-colors-white);
	padding: 8px;
}

.product-card-chat2 .img {
	width: 87px;
	height: 87px;
	flex-shrink: 0;
}

.product-card-chat2 .img img {
	border-radius: 10px;
	width: 100%;
}

.product-card-chat2 .detail {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
}

.product-card-chat2 .detail .name {
	overflow: hidden;
	color: var(--Neutral-Colors-Gray-800, #525255);
	font-feature-settings: 'clig' off, 'liga' off;
	text-overflow: ellipsis;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	display: block !important;
	max-width: unset !important;
	white-space: unset !important;
	height: unset !important;
}

.product-card-chat2 .sku {
	color: var(--neutral-colors-gray-700);
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.product-card-chat2 .pricing .price {
	color: var(--secondary-color-red-500, #DA3731);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Prompt;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.product-card-chat2 .pricing .original-price {
	color: var(--primary-gray-text, #666);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Prompt;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.product-card-chat2 .pricing .normal-price {
	color: var(--primary-gray-text, #666);
	font-family: Prompt;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration-line: strikethrough;
	text-decoration: line-through;
}

.product-card-chat2 .pricing .normal-price span.discount-tag {
	display: inline-block;
	text-decoration: none;
	background-image:
		url(https://static.homepro.co.th/assets/images/mkp/discount-pointing.png);
	background-repeat: no-repeat;
	width: 32px;
	height: 16px;
	font-size: 8px;
	font-weight: 400;
	color: #fff;
	padding: 0px 7px;
	margin-left: 5px;
	line-height: 16px;
}

.product-card-chat2 .pricing .reduced-price {
	color: var(--primary-gray-text, #666);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Prompt;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.product-card-chat2 .pricing .scale-price {
	color: var(--primary-gray-text, #666);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Prompt;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.product-card-chat2 .pricing .online-discount {
	color: var(--primary-gray-text, #666);
	font-size: 10px;
	font-weight: normal;
}

.product-card-chat2 .pricing .offer-price {
	color: var(--primary-gray-text, #666);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Prompt;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.product-card-chat2 .outofstock-price {
	color: var(--primary-gray-text, #666);
	font-size: 14px;
	font-weight: normal;
}

.product-card-chat2 .actions .btn {
	display: flex;
	height: 40px;
	padding: 9px 24px 10px 24px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 10px;
	background: var(--primary-color-deep-blue-800);
	color: var(--neutral-colors-white);
	cursor: pointer;
}

.product-card-chat2 .actions .btn:hover {
	background: var(--primary-color-deep-blue-700);
}
/* EBC : Option Product2 */
#kt_app_body .chat-header-toolbar {
	display: none;
}

#mkp_chat_container .chat-body-panel {
	width: 100%;
	height: 100%;
	padding: 40% 0;
	text-align: center;
}

/* SBC : Emoji */
#mkp_chat_container .emoji {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: block;
}

#mkp_chat_container .msg-emoji .emoji {
	width: 40px !important;
	height: 40px !important;
	display: block !important;
}

#mkp_chat_container .emoji.emoji01 {
	background-image:
		url('https://static.homepro.co.th/assets/images/icon/emoji/emo-01.svg');
}

#mkp_chat_container .emoji.emoji02 {
	background-image:
		url('https://static.homepro.co.th/assets/images/icon/emoji/emo-02.svg');
}

#mkp_chat_container .emoji.emoji03 {
	background-image:
		url('https://static.homepro.co.th/assets/images/icon/emoji/emo-03.svg');
}

#mkp_chat_container .emoji.emoji04 {
	background-image:
		url('https://static.homepro.co.th/assets/images/icon/emoji/emo-04.svg');
}

#mkp_chat_container .emoji.emoji05 {
	background-image:
		url('https://static.homepro.co.th/assets/images/icon/emoji/emo-05.svg');
}

#mkp_chat_container .emoji.emoji06 {
	background-image:
		url('https://static.homepro.co.th/assets/images/icon/emoji/emo-06.svg');
}

#mkp_chat_container .emoji.emoji07 {
	background-image:
		url('https://static.homepro.co.th/assets/images/icon/emoji/emo-07.svg');
}

#mkp_chat_container .emoji.emoji08 {
	background-image:
		url('https://static.homepro.co.th/assets/images/icon/emoji/emo-08.svg');
}
/* EBC : Emoji */
#mkp_chat_container i.las.la-search.la-fw {
	line-height: 8px;
}

.shortcut-item:hover {
	background-color: var(--primary-color-deep-blue-100);
}

.workoff-section {
	background-color: #fff5a1;
	padding: 12px;
}

/* SBC : FAQ */
.footer-small {
	font-size: 11px;
	color: var(--neutral-colors-gray-600);
}

.buttons.faq_btn {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.faq_btn button {
	padding: 8px 18px;
	background-color: #FFF;
	border: 1px solid var(--neutral-colors-gray-600);
	border-radius: 8px;
	cursor: pointer;
}

.faq_btn button:hover {
	background-color: var(--neutral-colors-gray-200);
}

.faq_helpful_btn {
	display: flex;
	flex-direction: row;
	gap: 8px;
}

.faq_helpful_btn button {
	padding: 8px 18px;
	background-color: #FFF;
	border: 1px solid var(--neutral-colors-gray-600);
	border-radius: 8px;
	cursor: pointer;
	color: var(--primary-color-deep-blue-800);
}

.faq_helpful_btn button:hover {
	background-color: var(--neutral-colors-gray-200);
}
/* EBC : FAQ */
.product-suggest-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: var(--primary-color-deep-blue-100);
	border-radius: 4px;
}

.product-suggest-container .close-panel {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	font-weight: 600;
}

/* SBC : Card Style Top */
.product-card-chat2.card-style-top {
	border: none !important;
}

.product-card-chat2.card-style-top .sku {
	color: var(--neutral-colors-gray-100);
}

.product-card-chat2.card-style-top .content {
	padding: 6px;
}

.product-card-chat2.card-style-top .img {
	width: 60px;
	height: 60px;
}

.product-card-chat2.card-style-top button.button.btn-primary {
	border-radius: 4px;
	padding: 8px 20px;
	position: absolute;
	right: 12px;
	bottom: 12px;
	cursor: pointer;
}
/* EBC : Card Style Top */
div#hpnewchatfrm-div {
	width: 100%;
	height: 100%;
}

iframe#hpnewchatfrm {
	width: 100%;
	height: 100%;
}