body.bp-nouveau .shoptimizer-archive,
body.bp-nouveau .col-full,
body.bp-nouveau.page-template-default {
	background: #fff;
}

.woocommerce-account .shoptimizer-archive {
	margin-bottom: 0 !important;
	padding-bottom: 0;
}

.page.bp-nouveau .shoptimizer-archive .archive-header + .col-full {
    padding: 48px 0 96px;
    width: 92.5%;
    max-width: 1280px;
    margin: 0 auto;
}

.page.page-template-default.bp-nouveau .content-area {
	margin-bottom: 0;
}

.bp-messages-wrap {
	border: none;
}

.bp-messages-wrap * {
	font-family: Noto Sans JP;
	color: #545454;
}

/*-------------*/

.page-template-default.bp-nouveau .entry-header {
	display: none;
}

.page-template-default.bp-nouveau .message-header {
	max-width: 1280px;
	margin-bottom: 54px;
}

.page-template-default.bp-nouveau .message-header h1 {
	position: relative;
	line-height: 1;
	padding: 0 0 0 32px;
	font-weight: 600;
	font-size: 26px;
}

.page-template-default.bp-nouveau .message-header h1:before {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background-image: url(../image/myaccount_title_icon.svg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.page-template-default.bp-nouveau.logged-in .message-header.message_only h1:after {
	position: absolute;
	content: '';
	display: block;
	width: 460px;
	height: 46px;
	top: 0;
	left: 362px;
	background-image: url(../image/message_h1_text.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.page-template-default.bp-nouveau .woocommerce {
	display: flex;
}

.page-template-default.right-page-sidebar .content-area {
	float: none !important;
}

@media screen and (max-width: 992px) {
	.page.bp-nouveau .archive-header {
		padding-top: 130px;
	}

	.page.bp-nouveau .shoptimizer-archive .archive-header + .col-full {
	    padding: 24px 0 48px;
	    width: 91.5%;
	}

	.page-template-default.bp-nouveau .message-header {
		margin-bottom: 24px;
	}

	.page-template-default.bp-nouveau .message-header h1 {
		display: flex;
		justify-content: center;
		padding-left: 30px;
		font-size: 20px !important;
	}

	.page-template-default.bp-nouveau.logged-in .message-header.message_only h1 {
		margin-bottom: 94px;
	}

	.page-template-default.bp-nouveau .message-header h1:before {
		left: calc(50% - 88px);
	}

	.page-template-default.bp-nouveau.logged-in .message-header.message_only h1:after {
		top: auto;
		bottom: -70px;
		left: 50%;
		transform: translateX(-50%);
	}

	.page-template-default.bp-nouveau .woocommerce {
		display: block;
	}

	.page.bp-nouveau .shoptimizer-archive .archive-header + .col-full {
		padding: 24px 0 0;
	}
}

@media screen and (max-width: 600px) {
	.page-template-default.bp-nouveau .message-header h1 {
		margin-bottom: 0;
	}

	.page-template-default.bp-nouveau.logged-in .message-header.message_only h1 {
		margin-bottom: 120px;
	}

	.page-template-default.bp-nouveau.logged-in .message-header.message_only h1:after {
		width: 343px;
		height: 72px;
		bottom: -96px;
		background-image: url(../image/message_h1_text_sp.png);
		background-size: 98%;
        background-position: left center;
	}
}



/*サイドメニュー*/
.woocommerce-MyAccount-navigation {
	width: 362px !important;
	margin-right: 0 !important;
}

.woocommerce-MyAccount-navigation ul {
	width: 76.6%;
	width: 86.7%;
	max-width: 314px;
	margin: 0 auto 0 0 !important;
}

.woocommerce-MyAccount-navigation ul li {
	height: 80px;
    border-bottom: 1px dotted rgb(142,142,142,0.5) !important;
    padding: 26px 14px 26px 24px;
}

.woocommerce-MyAccount-navigation ul li:first-child {
	border-top: 1px dotted rgb(142,142,142,0.5);
}

.woocommerce-MyAccount-navigation ul li a {
	font-family: 'Noto Sans JP';
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.9px;
	color: #545454 !important;
	padding: 0 !important;
}

.woocommerce-MyAccount-navigation ul li a:before {
	width: 24px !important;
	height: 24px !important;
}

.woocommerce-MyAccount-navigation ul li a:before {
	background: #8e8e8e !important;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
	color: #C7B994 !important;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--bp-messages a:before {
	-webkit-mask-image: url(../image/myaccount_icon_message.svg);
    mask-image: url(../image/myaccount_icon_message.svg);
}

.woocommerce-MyAccount-navigation ul li.is-active a:before {
    background: #C7B994 !important;
}


@media screen and (max-width: 992px) {
	/* 親要素の設定 */
	.woocommerce-MyAccount-navigation {
		background: #fff;
		position: fixed;
		top: 70px;
		left: 0;
		height: 60px;
		width: 100% !important;
		overflow-x: auto; /* 横スクロールを有効にする */
		overflow-y: hidden;
		white-space: nowrap; /* 子要素を横並びにする */
		-webkit-overflow-scrolling: touch;

		/*IE(Internet Explorer)・Microsoft Edgeへの対応*/
		-ms-overflow-style: none;
		/*Firefoxへの対応*/
		scrollbar-width: none;
		z-index: 999;
	}

 	/*Google Chrome、Safariへの対応*/
	.woocommerce-MyAccount-navigation::-webkit-scrollbar{
  		display: none;
	}

	/* 子要素の設定 */
	.woocommerce-MyAccount-navigation ul {
		width: 100%;
		max-width: none;
		display: flex; /* フレックスボックスを使用して横並びにする */
		flex-wrap: nowrap; /* 折り返さない */
		padding: 8px 0;
		margin: 0;
		list-style: none;
		gap: 12px;
		justify-content: center;
		height: 60px;
	}

	/* リストアイテムの設定 */
	.woocommerce-MyAccount-navigation ul li:first-child {
		border-top: none !important;
	}

	.woocommerce-MyAccount-navigation ul li {
		flex: 0 0 auto; /* 要素が縮まないように固定 */
		padding: 0 8px !important;
		border-bottom: none !important;
		height: 100%;
	}

	#main .woocommerce-MyAccount-navigation ul li a {
		font-size: 8px;
		position: relative;
		display: block;
		text-align: center;
		line-height: 1;
		letter-spacing: 0.1px;
		padding-top: 28px !important;
		text-decoration: none;
	}

	#main .woocommerce-MyAccount-navigation ul li a span.bpbmuc {
		position: absolute;
		right: -5px;
		top: 10px;
	}

	#main .woocommerce-MyAccount-navigation ul li a:before {
       float: none;
       display: block;
       position: absolute;
       left: 50%;
       transform: translateX(-50%);
	}

	/* アクティブなリンクのスタイル */
	.woocommerce-MyAccount-navigation .is-active a {
		color: #0073aa; /* アクティブなリンクの色 */
	}

}

@media screen and (max-width: 768px) {
	.woocommerce-MyAccount-navigation ul li {
		padding: 0 !important;
	}
}

@media screen and (max-width: 600px) {
	.woocommerce-MyAccount-navigation ul {
		padding: 8px 16px;
		gap: 24px;
		justify-content: flex-start;
	}
	
	.woocommerce-MyAccount-navigation ul li {
		padding: 0 !important;
	}

	.woocommerce-MyAccount-navigation-link--dashboard a {
		width: 35px;
	}

	.woocommerce-MyAccount-navigation-link--orders a {
		width: 24px;
	}

	.woocommerce-MyAccount-navigation-link--downloads a {
		width: 25px;
	}

	.woocommerce-MyAccount-navigation-link--edit-address a {
		width: 24px;
	}

	.woocommerce-MyAccount-navigation-link--payment-methods a {
		width: 33px;
	}

	.woocommerce-MyAccount-navigation-link--edit-account a,
	.woocommerce-MyAccount-navigation-link--cgkit-wishlist a,
	.woocommerce-MyAccount-navigation-link--bp-messages a {
		width: 41px;
	}

	.woocommerce-MyAccount-navigation-link--subscriptions a {
		width: 36px;
	}

	.woocommerce-MyAccount-navigation-link--customer-logout a {
		width: 41px;
	}
}

@media screen and (max-width: 420px) {
	.woocommerce-MyAccount-navigation ul {
		gap: 8px;
	}
}



/*メッセージリスト*/
.woocommerce-MyAccount-content {
	width: calc(100% - 362px) !important;
}

.woocommerce-notices-wrapper {
	display: none;
}

.bp-messages-wrap .chat-header {
	border-radius: 5px;
	border: none;
	background: #F8F8F8;
	padding: 0 14px 0 10px;
	margin-bottom: 24px;
	height: 48px;
	min-height: 48px;
	line-height: 48px;
}

.bp-messages-wrap .chat-header > a {
	color: #545454;
}

.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-pic {
    left: calc(100% - 50px);
    right: 0;
    width: 60px;
    height: 60px;
    top: 0;
    transform: translateY(50%);
}

.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-content {
    padding-left: 0;
    padding-right: 60px;
    margin-top: -35px;
}

.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-info {
    flex-direction: row-reverse;
    margin-left: 5px;
    padding-right: 16px;
}

.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-info .name a {
	color: #545454 !important;
	font-size: 10px;
}

.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-messages-listing .bm-message {
    flex-direction: row-reverse !important;
    padding-right: 20px !important;
}

.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-messages-listing .bm-message {
    padding-left: 10px !important;
    margin-bottom: 0;
}

.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-messages-listing .bm-message + .bm-message,
.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-messages-listing .bm-message + .bm-message {
	padding-top: 12px!important;
}

.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-messages-listing .bm-message .message-controls {
    flex-direction: row-reverse !important;
    margin-left: 0;
    margin-right: 5px;
}

.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-pic {
    right: calc(100% - 50px);
    left: 0;
    width: 60px;
    height: 60px;
    top: 0;
    transform: translateY(50%);
}

.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content {
    padding-left: 60px;
    padding-right: 0;
}

.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-info {
    flex-direction: row;
    margin-left: 0;
    margin-right: 5px;
    padding-left: 24px;
}

.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-messages-listing .bm-message {
    flex-direction: row !important;
    margin-bottom: 0;
}

.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-messages-listing .bm-message {
    padding-left: 20px !important;
    padding-right: 0 !important;
}

.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-messages-listing .bm-message .message-controls {
    flex-direction: row !important;
    margin-right: 0;
    margin-left: 5px;
}

.bp-messages-wrap .chat-header .new-message svg {
	display: none;
}

.bp-messages-wrap .chat-header .new-message:before,
.bp-messages-wrap .chat-header .starred-messages:before,
.bp-messages-wrap .chat-header .bm-search-btn:before,
.bp-messages-wrap .chat-header .bpbm-maximize:before {
	position: absolute;
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: 100%;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bp-messages-wrap .chat-header .starred-messages,
.bp-messages-wrap .chat-header .bm-search-btn,
.bp-messages-wrap .chat-header .bpbm-maximize {
	width: 36px;
}

.bp-messages-wrap .chat-header .starred-messages svg,
.bp-messages-wrap .chat-header .bm-search-btn svg,
.bp-messages-wrap .chat-header .bpbm-maximize svg {
	display: none;
}

.bp-messages-wrap .chat-header .new-message:before {
	background-image: url(../image/message_write.svg);
}

.bp-messages-wrap .chat-header .starred-messages:before {
	background-image: url(../image/message_star.svg);
}

.bp-messages-wrap .chat-header .bm-search-btn:before {
	background-image: url(../image/message_search.svg);
}

.bp-messages-wrap .chat-header .bpbm-maximize:before {
	background-image: url(../image/message_zoom.svg);
}

.bp-messages-wrap .threads-list {
	border-spacing: 0 0;
}

.bp-messages-wrap .threads-list .thread .pic {
	height: 60px;
	width: 60px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 24px;
}

.bp-messages-wrap span.avatar {
	display: flex;
	align-items: center;
	height: 60px;
	width: 60px;
}

.bp-messages-wrap .pic img {
	height: 60px;
	width: 60px;
}

.bp-messages-wrap .threads-list .thread>*,
.bp-messages-wrap .threads-list .thread .actions {
	border-bottom: 0;
	padding: 12px 4px 12px 0;
}

.bp-messages-wrap .threads-list .thread .time {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 5px;
}

.bp-messages-wrap .threads-list .thread .bm-info .name+h4 {
	font-size: 14px;
	color: #545454;
	margin-bottom: 8px;
	font-weight: 500;
	line-height: 1;
}

.bp-messages-wrap .threads-list .thread .bm-info h4.name {
	font-size: 16px;
	margin-bottom: 8px;
	font-weight: 500;
	color: #545454;
	line-height: 1;
}

.bp-messages-wrap .threads-list .thread .bm-info .last-message div {
	color: #8e8e8e;
	font-size: 12px;
	line-height: 1;
}

.bp-messages-wrap .threads-list .thread .time-wrapper {
	font-family: Noto Sans JP;
	color: #8e8e8e;
}

.bp-messages-wrap .threads-list .thread .time > span.time-wrapper {
	font-size: 12px;
	color: #8e8e8e;
}

.bp-messages-wrap .threads-list .thread .time span.unread-count {
	color: #fff;
}

.bp-messages-wrap .threads-list .thread .unread-count {
	background: #00C300;
	font-family: Helvetica;
	font-size: 12px;
	height: 19px;
	width: 19px;
}

.bp-messages-wrap .threads-list .thread .time .bpbm-counter-row {
    text-align: center; 
    justify-content: flex-end;
    padding-right: 5px;
}

.bp-messages-wrap .chat-footer {
	display: none;
}

@media screen and (max-width: 992px) {
	.woocommerce-MyAccount-content {
		width: 100% !important;
	}

	.bp-messages-wrap .chat-header {
		margin-bottom: 0;
		padding: 0 8px 0 2px;
	}

	.bp-messages-wrap .chat-header .starred-messages,
	.bp-messages-wrap .chat-header .bm-search-btn,
	.bp-messages-wrap .chat-header .bpbm-maximize {
		width: 29px;
	}

	.bp-messages-wrap .threads-list {
		padding: 0 14px;
	}

	.bp-messages-wrap .threads-list .thread .pic {
		padding-left: 0 !important;
		padding-right: 16px !important;
	}

	.bp-messages-wrap .threads-list .thread>*, .bp-messages-wrap .threads-list .thread .actions {
		padding-right: 0 !important;
	}
}




/*メッセージ詳細*/
.bp-messages-wrap .bm-messages-list .bm-list .bm-conversation-start {
	display: none;
}

.bp-messages-column:last-child .chat-header {
	height: 96px;
}

.bp-messages-column .chat-header .thread-info .avatar {
	width: 60px;
	height: 60px;
}

.bp-messages-wrap .chat-header .thread-info .thread-info-data .name {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 16px;
	padding-bottom: 8px;
}

.bp-messages-column .chat-header .thread-info .thread-info-data .name a {
	font-size: 16px;
	letter-spacing: 0.07px;
}

.bp-messages-column .chat-header .thread-info .thread-info-data .sub-name {
	font-size: 14px;
	letter-spacing: 0.07px;
	font-weight: 500;
}

.bp-messages-column .chat-header .thread-actions>span {
	width: 30px;
}

.bp-messages-column .chat-header .thread-actions>span>svg,
.bp-messages-wrap .chat-header .thread-actions>div.expandingButtons>svg {
	height: 24px;
	width: auto;
}

.bp-messages-column .chat-header .thread-actions>span>svg {
	stroke-width: 1.5;
}

.bp-messages-wrap .chat-header .thread-actions>div.expandingButtons>svg {
	stroke-width: 0;
	font-weight: 300;
}

.bp-messages-wrap .bm-messages-list .bm-list .bm-list-content {
	padding: 0 24px;
}
.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stac {
	margin-bottom: 0;
}

.bp-messages-wrap .bm-messages-list .bm-list .bm-sticky-date {
	background: #f8f8f8;
	height: 30px;
	border-radius: 30px !important;
	color: #8e8e8e;
	font-size: 14px;
	line-height: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	min-width: 83px;
	margin: 24px auto 0;
}

.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack {
	margin-bottom: 0;
}

.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-messages-listing .bm-message .bm-message-content:not(.bm-hide-background),
.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-messages-listing .bm-message .bm-message-content:not(.bm-hide-background) {
    border-radius: 10px !important;
    background: #B4F6B4;
    font-size: 12px;
    padding: 8px 16px 18px;
    min-height: 38px;
    width: 580px;
    position: relative;
}

.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-messages-listing .bm-message .bm-message-content:not(.bm-hide-background) {
	background: #f8f8f8;
}

.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-messages-listing .bm-message .bm-message-content:not(.bm-hide-background) .bm-message-content-text {
	color: #545454 !important;
	line-height: 1.5;
}

.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-info,
.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-messages-listing .bm-message .bm-message-content:not(.bm-hide-background) .bm-message-info {
	position: absolute;
	bottom: 6px;
	right: 16px;
}

.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-messages-listing .bm-message .bm-message-content:not(.bm-hide-background) .bm-message-info .bm-time,
.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-messages-listing .bm-message .bm-message-content:not(.bm-hide-background) .bm-message-info .bm-time {
	color: #8e8e8e !important;
	font-size: 10px;
	letter-spacing: 0.07px;
	line-height: 1;
}

.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-messages-listing .bm-message .bm-message-content:not(.bm-hide-background) svg {
	stroke: #8e8e8e;
}

.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-messages-listing .bm-message .bm-message-content:not(.bm-hide-background):before {
	position: absolute;
	content: '';
	top: 32px;
  	left: -18px;
  	margin-top: -15px;
  	border: 4px solid transparent;
  	border-right: 15px solid #f8f8f8;
}

.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-messages-listing .bm-message .bm-message-content:not(.bm-hide-background):before {
	position: absolute;
	content: '';
	top: 30px;
	left: 100%;
	margin-top: -15px;
	border: 4px solid transparent;
	border-left: 13px solid #B4F6B4;
}

.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-messages-listing .bm-message .bm-message-content:not(.bm-hide-background) * {
    color: #545454 !important;
}

.bp-messages-wrap .bm-reply {
	border-top: none;
	width: 96%;
	margin: 48px auto;
}

.bp-messages-wrap .bm-reply .bm-attachment {
	width: 42px;
	min-width: 0;
}

.bp-messages-wrap .bm-reply .bm-attachment:before {
	position: absolute;
	content: '';
	display: block;
	width: 20px;
	height: 23.5px;
	left: 5px;
	background-image: url(../image/message_clip_icon.svg);
	background-repeat: no-repeat;
	background-size: 100%;
}

.bp-messages-wrap .bm-reply .bm-attachment svg {
    display: none;
}

.bp-messages-wrap .bm-reply.bm-attachments .bm-editor {
	min-height: 60px;
	background: #f8f8f8;
	border: 0.5px solid #8e8e8e;
	border-right: none;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	padding: 18px 0;
}

.bp-messages-wrap .bm-reply .bm-editor .bm-editor-content {
	background: #f8f8f8 !important;
	padding-left: 14px;
	color: #545454 !important;
}

.bp-messages-wrap .bm-reply .bm-emojies {
	border: 0.5px solid #8e8e8e;
	border-left: none;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	background: #f8f8f8 !important;
	width: 65px;
	height: 100%;
	padding: 0 16px;
}

.bp-messages-wrap .bm-reply .bm-editor .bm-editor-content:empty::before {
	content: 'Aa';
	font-size: 15px;
	color: #8e8e8e;
}

.bp-messages-wrap .bm-reply .bm-emojies svg {
	bottom: 50%;
    transform: translateY(50%);
    fill: #8e8e8e;
    width: 25px;
    height: 25px;
    margin-right: 14px;
}

.bp-messages-wrap .bm-reply .bm-send-message {
	position: relative;
	width: 50px;
}

.bp-messages-wrap .bm-reply .bm-send-message:after {
	position: absolute;
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url(../image/message_reply_icon.svg);
	background-repeat: no-repeat;
	background-size: 100%;
}

.bp-messages-wrap .bm-reply .bm-send-message svg {
    display: none;
}

.bp-messages-wrap .bm-messages-list .bm-list.bm-inverted .os-scrollbar-vertical {
	display: none;
}

@media screen and (max-width: 992px) {
	.bp-messages-wrap .chat-header {
    	padding: 0 8px 0 0px;
    }
	.bp-messages-column:last-child .chat-header {
		height: 67px;
	}

	.bp-messages-wrap .bpbm-chat-content .bpbm-chat-main .bpbm-chat-main-primary {
		padding: 0 14px;
	}

	.bp-messages-wrap .bm-messages-list .bm-list .bm-list-content {
		padding: 0;
	}

	.bp-messages-column .chat-header .thread-info .avatar {
		width: 40px;
		height: 40px;
	}

	.bp-messages-column .chat-header .thread-actions>span {
		width: 25px;
	}

	.bp-messages-wrap .chat-header .thread-actions>div.expandingButtons {
		width: 28px;
	}

	.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-messages-listing .bm-message .bm-message-content:not(.bm-hide-background),
	.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-messages-listing .bm-message .bm-message-content:not(.bm-hide-background) {
		min-width: 230px;
		line-height: 18px;
		letter-spacing: 0.07px;
		padding: 8px 16px 20px;
	}

	.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-messages-listing .bm-message .bm-message-content:not(.bm-hide-background) {
		font-size: 12px;
		line-height: 18px;
	}

	.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-messages-listing .bm-message .bm-message-content:not(.bm-hide-background):before {
		top: 40px;
	}

	.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-messages-listing .bm-message .bm-message-content:not(.bm-hide-background) .bm-message-info,
	.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-info {
		bottom: 4px;
	}

	.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-info .name a {
		font-weight: 500;
	}

	.bp-messages-wrap .bm-reply {
		width: 100%;
		margin: 24px auto;
	}

	.bp-messages-wrap .bm-reply .bm-attachment {
		width: 30px;
	}

	.bp-messages-wrap .bm-reply .bm-attachment:before {
		left: 0;
	}

	.bp-messages-wrap .bm-reply.bm-attachments .bm-editor {
		min-height: 35px;
		padding: 8px 0;
		width: calc(100% - 65px);
		border-top-right-radius: 30px;
		border-bottom-right-radius: 30px;
		border-right: 0.5px solid #8e8e8e;
	}

	.bp-messages-wrap .bm-reply .bm-editor .bm-editor-content {
		min-height: 18px;
		padding: 0 8px;
	}

	.bp-messages-wrap .bm-reply .bm-editor *,
	.bp-messages-wrap .bm-reply .bm-editor .bm-editor-content:empty::before {
		line-height: 18px;
		font-size: 15px;
	}

	.bp-messages-wrap .bm-reply .bm-emojies {
		display: none;
	}

	.bp-messages-wrap .bm-reply .bm-emojies svg {
		opacity: .8;
		width: 21px;
        height: 21px;
        margin-right: 6px;	
	}

	.bp-messages-wrap .bm-reply .bm-send-message {
		width: 35px;
	}

	.bp-messages-wrap .bm-reply .bm-send-message:after {
		left: 0;
		right: 0;
		transform: translate(35%, -50%);
	}

	.woocommerce-account .col2-set#customer_login .col-2, .woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {
	    margin-bottom: 0 !important;
	}
}
