body.thaiartisan{
	font-family: "Kanit", Sans-serif;
	font-size: 16px;
	margin: 0;
	background: #fafbfd;
}

div{
	box-sizing: border-box;
}

input{
	box-sizing: border-box;
}

select{
	box-sizing: border-box;
}

.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.wp-block-embed__wrapper{
	text-align: center;
}

iframe.embed{
	max-width: 100%;
    height: 250px;
    width: 100%;
    min-height: 400px;
}

iframe{
	max-width: 100%;
    height: 250px;
    width: 100%;
    min-height: 400px;
}

.ql-toolbar.ql-snow + .ql-container.ql-snow{
	max-height: calc(100vh - 300px);
    overflow-y: auto;
}

.ql-toolbar.ql-snow + .ql-container.ql-snow img{
	max-width: 100%;
}

.thaiartisan .homePage{
	display: flex;
}

.thaiartisan .half{
	width: 50%;
}

.thaiartisan .menuBar{
	background: #fff;
    box-shadow: 0 3px 13px 0 rgb(18 43 70 / 10%);
    min-width: 68px;
	max-width: 68px;
	padding: 0 10px;
}

.thaiartisan .mainMenuBar{
	background: #fff;
    box-shadow: 0 3px 13px 0 rgb(18 43 70 / 10%);
    min-width: 68px;
	max-width: 68px;
	background: #fafbfd;
	height: 100%;
}

.thaiartisan .userBar{
	background: #fff;
    box-shadow: 0 3px 13px 0 rgb(18 43 70 / 10%);
    min-width: 68px;
	max-width: 68px;
	padding: 0 10px;
}

.thaiartisan .userBar .menu{
	height: 90px;
    display: flex;
    margin: auto;
    flex-direction: column;
    justify-content: center;
	color: #333640;
}

.thaiartisan .userBar .subMenu{
	display: flex;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
	padding: 10px;
}

.thaiartisan .userBar .subMenu:hover{
	cursor: pointer;
    transition: all .3s;    
	background: #F2F4F5;
}

.thaiartisan .mainMenuBar.mainMenu{
	min-width: 100%;
}

.thaiartisan .mainMenuBar.mainMenu a{
	text-decoration: unset;
	color: unset;
}

.thaiartisan .mainMenuBar.mainMenu .menu{
	padding: 10px 20px;
}

.thaiartisan .mainMenuBar.mainMenu .contextMenu{
	padding: 10px;
	padding-left: 40px;
}

.thaiartisan .mainMenuBar.mainMenu .menu.highlight{
	background: #c12428;
    border-radius: 5px;
    color: #fff;
}

.thaiartisan .mainMenuBar.mainMenu .contextMenu.highlight{
	background: #c12428;
    border-radius: 5px;
    color: #fff;
}

.thaiartisan .mainMenuBar.mainMenu .icon{
	display: flex;
    justify-content: space-between;
    box-shadow: 0 3px 12px rgba(0,0,0,.05);
    padding: 10px 30px;
	/* background: #fff; */
}

.thaiartisan .mainMenuBar.mainMenu .icon img{
    max-width: 100%;
    max-height: 70px;
}

.thaiartisan .mainMenuBar.mainMenu .user{
	background: #fff;
    padding: 10px 30px;
    box-shadow: 0 3px 12px rgba(0,0,0,.05);
    display: flex;
    gap: 20px;
    font-family: 'Sarabun', sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.thaiartisan .mainMenuBar.mainMenu .user .myAccount{
	color: #A3A5A9;
}

.thaiartisan .mainMenuBar.mainMenu .user img{
	width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.thaiartisan .menuContainer{
	max-width: 1440px;
	height: 80px;
	max-height: 80px;
	margin: auto;
	display: flex;
	gap: 2rem;
	padding: 0 20px;
	width: 100%;
	justify-content: space-between;
	user-select: none;
	background-color: #E1E1E1;
}

.thaiartisan .menuContainer .menu a{
	text-decoration: unset;
    color: unset;
}

.thaiartisan .menuContainer .contextMenu a{
	text-decoration: unset;
    color: unset;
}

.thaiartisan .menuContainer .icon{
	display: flex;
	gap: 20px;
}

.thaiartisan .menuContainer img{
	height: auto;
	width: 70px;
	cursor: pointer;
}

.thaiartisan .menuContainer .menu, .thaiartisan .menuContainer .signIn, .thaiartisan .menuContainer .signUp{
	cursor: pointer;
    font-size: 16px;
    padding: 10px 10px;
    border-radius: 8px;
    margin: auto;
	transition: all .3s;
	font-size: 16px;
}

.thaiartisan .menuContainer .signIn{
	background: #E1E1E1;
	border: 2px solid #A20909;
	color: #fff;
	border-radius: 8px;
    /* padding: 5px 15px;	 */
	color: black;
}

.thaiartisan .menuContainer .signIn:hover{
	color: #A20909;
}

.thaiartisan .menuContainer .signUp{
	background: #C02527;
	border: 2px solid #C02527;
	color: #fff;
	border-radius: 8px;
    /* padding: 5px 15px;	 */
}

.thaiartisan .menuContainer .signUp:hover{
	background: #A20909;
}

.thaiartisan .searchContainer{
	display: flex;
	flex-direction: row;
	gap: 10px;
	width: 100%;
	height: 280px;
	background-color: #4A3D3D;
	z-index: 1000;
	position: absolute;
	visibility: hidden;
	opacity: 0;
}

.thaiartisan .searchContainer.show{
	display: flex;
	flex-direction: row;
	gap: 10px;
	width: 100%;
	height: 280px;
	background-color: #4A3D3D;
	z-index: 1000;
	position: absolute;
	visibility: visible;
	transition: opacity .3s;
	opacity: 100;
	justify-content: center;
	overflow: hidden;
}

.thaiartisan .searchBar{
	display: flex;
	flex-direction: column;
	margin-top: 18px;
	margin-left: 61px;
	width: 90%;
	max-width: 1440px;
	height: 100%;
}

.thaiartisan .search{
	display: flex;
	flex-direction: column;
	max-width: 750px;
	gap: 10px;
}

.thaiartisan .searchBar h1{
	color : #fff;
	font-size: 48px;
	line-height: 24px;
	font-family: Kanit;
}

.thaiartisan .searchBar .searchBox{
	display: flex;
	flex-direction: column;
	width: 95%;
	height: 48px;
	font-family: sarabun;
	font-size: 20px;
	padding-left: 10px;
}

.thaiartisan .searchBar .searchButton{
	margin-top: 26px;
	background-color: #C02527;
	color: #fff;
	width: 93px;
	height: 40px;
	border: none;
	border-radius: 8px;
	gap: 10px;
	font-size: 20px;
	font-family: Kanit;
}

@media screen and (max-width: 600px){
	.thaiartisan .searchContainer{
		height: 200px;
	}
	
	.thaiartisan .searchContainer.show{
		height: 200px;
	}
	
	.thaiartisan .searchBar{
		margin-top: 10px;
		margin-left: 40px;
	}
	
	.thaiartisan .search{
		max-width: 483px;
	}
	
	.thaiartisan .searchBar h1{
		font-size: 30px;
	}
	
	.thaiartisan .searchBar .searchBox{
		height: 35px;
	}
	
	.thaiartisan .searchBar .searchButton{
		margin-top: 20px;
		font-size: 18px;
	}
}

.thaiartisan .menuContainer .searchButton{
	width: 44px;
	height: 45px;
	border-radius: 10px;
	padding: 10px;
	background-color: #E1E1E1;
	margin-top: 15px;
	border: none;
}

.thaiartisan .menuContainer .searchButton:hover{
	background-color: #F2F2F2;
}

.thaiartisan .menuContainer .searchButton.highlight{
	background: #C5C5C5;
}

.thaiartisan .menuContainer .menu:hover{
	background: #f2f4f5;
}

.thaiartisan .menuContainer .menu.highlight{
	color: #BD2527;
    border-bottom: 1px solid #BD2527;
    border-radius: .3rem .3rem 0 0;
}

.thaiartisan .menuProfile img {
	border-radius: 50%;
    height: 36px !important;
    width: 36px !important;
	user-select: none;
}

.thaiartisan .menu.menuProfile{
	position: relative;
}

.thaiartisan .menuProfile:hover .profileSubMenu{
	opacity: 1;
	visibility: unset;

}

.thaiartisan .profileSubMenu {
	display: flex;
    flex-direction: column;
    padding: 15px 15px;
    gap: 15px;
    user-select: none;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    left: -165px;
    position: absolute;
    background: #fff;
    box-shadow: 0 6px 24px 0 rgb(0 0 0 / 12%), 0 3px 8px 0 rgb(0 0 0 / 6%);
    border-radius: 4px;
    position: absolute;
    right: 0;
    top: 60px;
    margin: 0;
    min-width: 168px;
    /* width: 100%; */
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    width: 220px;
}

.thaiartisan .profileSubMenu .chevron{
	content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: 17px;
    border: 7px solid #fff;
    border-color: #fff #fff transparent transparent;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-shadow: 2px -3px 3px 0 rgb(0 0 0 / 2%);
}

.thaiartisan .profileSubMenu .topMenu {
	display: flex;
	justify-content: flex-start;
	gap: 15px;
	align-items: center;
}

.thaiartisan .profileSubMenu .topMenu img {
	border-radius: 50%;
    height: 36px !important;
    width: 36px !important;
}

.thaiartisan .profileSubMenu .topMenu .profile {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.thaiartisan .profileSubMenu .bottomMenu {
	display: flex;
	justify-content: flex-start;
	gap: 15px;
	align-items: center;
	cursor: pointer;
}

.thaiartisan .showOnMobile{
	display: none;
}

.thaiartisan .showMenuOnMobile{
	display: none;
}

.thaiartisan .homepage img{
	width: 100%;
	display: flex;
}

.thaiartisan .logoHome{
	width: 20%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #f5f5f5;
}

.thaiartisan .logoHome img{
	width: 70%;
	margin: auto;
}

.thaiartisan .logoHomeElement{
	display: flex;
	width: 80%;
}

.thaiartisan .logoHomeElementBox .imgBox{
	display: flex;
	height: 50vh;
	background: #fff;
}

.thaiartisan .logoHomeElementBox .imgBox img{
	width: 100%;
	object-fit: cover;
}

.thaiartisan .logoHomeElementBox{
	width: 50%;
}

.thaiartisan .logoHomeElementBox .labelBox{
	height: 50vh;
	background: #fff;
	display: flex;
	flex-direction: column;
	font-family: "Sarabun", Sans-serif;
	color: #808285;
	text-align: center;
	padding: 0 40px;
	line-height: 1.6;
    font-size: 23px;
}

.thaiartisan .categoryHome{
	width: 20%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #767676;
	text-align: center;
}

.thaiartisan .categoryLabel{
	color: #BCBEC0;
    font-weight: 600;
    font-size: 45px;
}

.thaiartisan .categorySubLabel{
    font-weight: 600;
    font-size: 60px;
    color: #BD2527;
}

.thaiartisan .categoryElement{
	width: 80%;
	padding: 30px 10px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	background: #fafbfd;
}

.thaiartisan .categoryElement .categoryCard{
	width: calc(100% / 5 - 16px);
	border-style: solid;
    border-width: 5px 0px 0px 0px;
	padding: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 12%);
	position: relative;
	font-size: 14px;
	background: #fff;
	overflow: hidden;
}

.thaiartisan .categoryElement .categoryCard img{
	width: 100%;
}

.thaiartisan .categoryCard .categoryHiddenContent{
    position: absolute;
    left: -100%;
    top: 0;
    display: flex;
    flex-direction: column;
	width:100%;
	height: 100%;
    overflow:hidden;
	transition: all .3s;
	color: #fff;
	white-space: nowrap;
	justify-content: center;
	gap: 20px;
}

.thaiartisan .categoryCard:hover .categoryHiddenContent{
	left: 0;
}

.thaiartisan .categoryCard .more{
	border: 1px solid #fff;
    display: flex;
    margin: 0 auto;
    padding: 5px 15px;
    border-radius: 20px;
	transition: all .3s;
}

.thaiartisan .categoryCard .more a{
	text-decoration: unset;
	color: unset;
}

.thaiartisan .categoryCard .more:hover{
	background-color: #fff;
	color: #000;
	cursor: pointer;
}

.thaiartisan .categoryCard.religiousArt{
	border-color: #AEAE9C;	
}

.thaiartisan .categoryHiddenContent.religiousArt{
	background-color: #AEAE9C;
}

.thaiartisan .categoryCard.musicalInstruments{
	border-color: #c0acb3;	
}

.thaiartisan .categoryHiddenContent.musicalInstruments{
	background-color: #c0acb3;
}

.thaiartisan .categoryCard.metalArt{
	border-color: #6b7052;	
}

.thaiartisan .categoryHiddenContent.metalArt{
	background-color: #6b7052;
}

.thaiartisan .categoryCard.basketry{
	border-color: #d3aa8a;	
}

.thaiartisan .categoryHiddenContent.basketry{
	background-color: #d3aa8a;
}

.thaiartisan .categoryCard.pottery{
	border-color: #dfd7aa;	
}

.thaiartisan .categoryHiddenContent.pottery{
	background-color: #dfd7aa;
}

.thaiartisan .categoryCard.knitting{
	border-color: #b97e6e;	
}

.thaiartisan .categoryHiddenContent.knitting{
	background-color: #b97e6e;
}

.thaiartisan .categoryCard.stucco{
	border-color: #b87e72;	
}

.thaiartisan .categoryHiddenContent.stucco{
	background-color: #b87e72;
}

.thaiartisan .categoryCard.weapon{
	border-color: #aaaaac;	
}

.thaiartisan .categoryHiddenContent.weapon{
	background-color: #aaaaac;
}

.thaiartisan .categoryCard.craft{
	border-color: #adb596;	
}

.thaiartisan .categoryHiddenContent.craft{
	background-color: #adb596;
}

.thaiartisan .categoryCard.lacquerware{
	border-color: #ac8061;	
}

.thaiartisan .categoryHiddenContent.lacquerware{
	background-color: #ac8061;
}

.thaiartisan .menuContainer .chevron{
	content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: 17px;
    border: 7px solid #fff;
    border-color: #fff #fff transparent transparent;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-shadow: 2px -3px 3px 0 rgb(0 0 0 / 2%);
}

.thaiartisan .menuContainer .artistContextMenu, .thaiartisan .menuContainer .articleContextMenu{
    background: #fff;
    box-shadow: 0 6px 24px 0 rgb(0 0 0 / 12%), 0 3px 8px 0 rgb(0 0 0 / 6%);
    border-radius: 4px;
    position: absolute;
    right: 0;
    top: 44px;
    margin: 0;
    /* min-width: 168px; */
	width: 100%;
	transition: all .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 3;
}

.thaiartisan .menuContainer .artistContextMenu .contextMenu, .thaiartisan .menuContainer .articleContextMenu .contextMenu{
	padding: 15px 20px;
	font-size: 13px;
	cursor: pointer;
}

.thaiartisan .menuContainer .artistContextMenu .contextMenu:hover, .thaiartisan .menuContainer .articleContextMenu .contextMenu:hover{
	background: #f2f4f5;
}

.thaiartisan .menuContainer .artistContextMenu .contextMenu:hover:first-child, .thaiartisan .menuContainer .articleContextMenu .contextMenu:hover:first-child{
	border-radius: 4px 4px 0 0;
}

.thaiartisan .menuContainer .artistContextMenu .contextMenu:hover:last-child, .thaiartisan .menuContainer .articleContextMenu .contextMenu:hover:last-child{
	border-radius: 0 0 4px 4px;
}

.thaiartisan .menuContainer .artistMenu:hover .artistContextMenu, .thaiartisan .menuContainer .articleMenu:hover .articleContextMenu{
	opacity: 1;
	visibility: unset;
}

.thaiartisan .partner{
    max-width: 1200px;
    margin: auto;
    padding: 3rem 20px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.thaiartisan .partnerContent{
	display: flex;
	justify-content: space-around;
}

.thaiartisan .partner img{
	height: auto;
	width: 90px;
}

.thaiartisan .partner .label{
    font-size: 2rem;
    font-weight: 700;
}

.thaiartisan .homePage .about{
	background: #b23431;
	padding: 2rem 0;    
}

.thaiartisan .homePage .aboutContainer{
	max-width: 1200px;
	margin: auto;
	display: flex;
	gap: 2rem;
	font-size: 0.8rem;
	color: #fff;
	line-height: 2;
	padding: 0 20px;
}

.thaiartisan .homePage .aboutContainer img{
	width: 140px;
}

.thaiartisan .homePage .aboutContainer .label{
	font-size: 18px;
    font-weight: 500;
}

.thaiartisan .homePage .about .button{
	cursor: pointer;
	background: rgb(255 255 255 / 20%);
    padding: 5px;
    border-radius: 3px;
	display: flex;
	transition: all .3s;
}

.thaiartisan .homePage .about .button:hover{
	color: #000;
	background: #fff;
}


.thaiartisan .homeFooter{
	background: #b23431;
	border-top: 1px solid #adadad;
	padding: 20px 0;
	color: #adadad;
	font-size: 12px;
    font-weight: 300;
}

.thaiartisan .homeFooter .label{
	max-width: 1200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: auto;
	padding: 0 20px;
}

.thaiartisan .homePage .about .aboutImg{
	width: 20%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.thaiartisan .homePage .about .aboutDescription{
	width: 60%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.thaiartisan .homePage .about .aboutSocial{
	width: 20%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.thaiartisan .homePage .header{
	background-image: url(/share/thaiartisan/image/tassha_header.jpg);
    background-position: center center;
    background-size: cover;
	min-height: 150px;
	max-height: 150px;
	display: flex;
}

.thaiartisan .homePage .header .label{
	margin: auto;
	color: #fff;
	font-size: 50px;
    font-weight: 600;
}

.thaiartisan .homePage .introduction{
	text-indent: 40px;
	text-align: justify;
}

.thaiartisan .articleCard{
	width: calc(100% / 3 - 14px);
	background: #fff;
	text-align: center;
	transition: all .3s;
	display: flex;
    flex-direction: column;
    gap: 10px;
}

.thaiartisan .articleCard:hover{
	box-shadow: 0px 0px 24px 0px rgb(0 0 0 / 19%);
}

.thaiartisan .articleCard .title{
	padding-top: 10px;
    font-size: 24px;
    font-weight: 400;
	cursor: pointer;
}

.thaiartisan .articleCard .title:hover{
	color: #C50303;
}

.thaiartisan .articleCard .title a{
    text-decoration: unset;
	color: unset;
}

.thaiartisan .articleCard .cover{
	background: #fff;
	width: 100%;
    height: 300px;
    object-fit: cover;
	position: relative;
	cursor: pointer;
}

.thaiartisan .articleCard .cover .date{
	display: flex;
	position: absolute;
	flex-direction: column;
	justify-content: center;
	background-color: #28387B;
	color: #fff;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.thaiartisan .articleCard .cover img{
	width: 100%;
	height: 300px;
    object-fit: cover;
    position: relative;
}

.thaiartisan .articleCard .cover .video{
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1;
}

.thaiartisan .articleCard .cover .articleType{
	position: absolute;
	bottom: 0;
	right: 0;
	background: #bd2527;
	color: #FFFFFF;
    font-family: "Sarabun", Sans-serif;
    font-size: 23px;
    font-weight: 300;
	padding: 3px 10px;
	z-index: 1;
}

.thaiartisan .articleCard .tagContainer{
	display: flex;
	gap: 10px;
	justify-content: center;
    flex-wrap: wrap;
}

.thaiartisan .articleCard .tagContainer .tag{
	font-family: "Kanit", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-decoration: underline;
    color: #fff;
	cursor: pointer;
}

.thaiartisan .articleCard .tagContainer .tag:hover{
	color: #C50303;
}

.thaiartisan .articleCard .tagContainer .artType{
	font-family: "Sarabun", Sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #A3A5A9;
	cursor: pointer;
}

.thaiartisan .articleCard .footer{
	min-height: 32px;
	height: auto;
	width: 100%;
	background-color: #B23431;
	display: flex;
    flex-direction: column;
    /* gap: 5px; */
	justify-content: center;
	color: #fff;
	/* margin-top: auto; */
}

.thaiartisan .articleCard .writerContainer{
	font-family: "Sarabun", Sans-serif;
    font-size:20px;
	color: #A3A5A9;
	font-style: italic;
	display: flex;
	justify-content: center;
	gap: 5px;
}

.thaiartisan .articleCard .writerContainer .writer{
	cursor: pointer;
}

.thaiartisan .articleCard .writerContainer .postDate{
	cursor: pointer;
}

.quillText p {
	display: inline
}

/* other */

.wp-block-embed__wrapper {
	display: none;
}

.thaiartisan .tagline{
	max-width: 1140px;
	width: 100%;
	margin: auto;
	font-family: 'Sarabun', sans-serif;
	font-size: 26px;
	padding: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #b4b0b0;
}

.thaiartisan .announcement{
	position: fixed;
    z-index: 99;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    backdrop-filter: blur(8px) brightness(100%) saturate(50%);
    left: 0;
    top: 0;
}

.thaiartisan .announcement .item{
	display: flex;
    flex-direction: column;
    justify-content: center;
	position: relative;
	user-select: none;
	transition: all .3s;
}

.thaiartisan .announcement .item img{
	max-height: 80vh;
	max-width: 90vw;
	border-radius: 10px;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 50%);
	opacity: 0;
	cursor: pointer;
}

.thaiartisan .announcement .item:hover .pagination{
	opacity: 1;
	visibility: unset;
}

.thaiartisan .announcement .item .navigator{
	position: absolute;
	top: calc(100% / 2 - 35px);
	cursor: pointer;
	z-index: 2;
	padding: 25px 10px;
	display: flex;
	z-index: 99;
}

.thaiartisan .announcement .item .navigator.back{
	left: 0;
}

.thaiartisan .announcement .item .navigator.next{
	right: 0;
}

.thaiartisan .announcement .item .navigator.disabled{
	opacity: .2;
}

.thaiartisan .announcement .item .navigator{
	background: rgb(218 218 218 / 70%);
}

.thaiartisan .announcement .item .bulletPoint{
	display: flex;
	justify-content: center;
	position: absolute;
    width: 100%;
    bottom: 0;
	cursor: pointer;
	gap: 5px;
	z-index: 99;
}

.thaiartisan .announcement .item .pagination{
	position: absolute;
	width: 100%;
	transition: all .3s;
	opacity: 0;
    visibility: hidden;
}

.thaiartisan .announcement .closeButton{
    position: absolute;
    display: flex;
    background: red;
    padding: 10px;
    border-radius: 0px 10px 0 10px;
	cursor: pointer;
	color: #fff;
	z-index: 99;
	right: -15px;
    border-radius: 50%;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 50%);
}

.thaiartisan .flag{
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.thaiartisan .flag img{
	border-radius: 50%;
    object-fit: cover;
    width: 25px;
    height: 25px;
	box-shadow: 0 6px 24px 0 rgb(0 0 0 / 12%), 0 3px 8px 0 rgb(0 0 0 / 6%);
}

.thaiartisan .flag .top-bar-flag{
	position: relative;
}

.thaiartisan .flag .top-bar-flag-float{
	position: absolute;
	transition: all .3s;
	opacity: 0;
    visibility: hidden;	
    display: flex;
    flex-direction: column;
    gap: 10px;
    top: 40px;
	box-shadow: 0 6px 24px 0 rgb(0 0 0 / 12%), 0 3px 8px 0 rgb(0 0 0 / 6%);
    border-radius: 4px;
    left: -10px;
	padding: 10px;
	background: #fff;
}

.thaiartisan .flag:hover .top-bar-flag-float{
	opacity: 1;
    visibility: unset;
}

.thaiartisan .indent{
	text-indent: 55px;
}