@charset "utf-8";
.text-block{
	text-align: justify !important;
}
.top-bar .top-cont{
	z-index:1;
}
/* search-result */
#search-result{
    background: #FFF;
    position: absolute;
    z-index: 1;
    left: 0;
	right: 122px;
    top: 45px;
    display: none;
	overflow-y: auto;
	scrollbar-width: thin;
    max-height: 400px;
	box-shadow:0 0 6px 2px rgba(185,184,184,.5)
}
.search-col {
	color: #343a40;
	text-decoration:none;
	display:flex;
    padding:5px;
    border-bottom: 2px solid #008999;
}
.search-col .currency{
	font-size: 13px;
}
.search-col:last-child{
	border-bottom:none;
}
.search-col-img{
    width: 52px;
	padding-top:3px;
    text-align: center;
}
.search-col-img img{
	width: 52px;
	height: 52px;
	object-fit: contain;
}
.search-col-text{
	width: calc(100% - 52px);
	padding-left: 10px;
}
.search-col-name{
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	display:block;
	margin-bottom:3px;
}
.search-col-price{
	font-size:14px;
	font-weight:bold;
}
.search-col-price span{
	font-size:12px;
	font-weight:normal;
	display:inline-block;
}
.search-col-isset{
	font-size:11px;
	color: #7ed321;
}
.search-art{
	font-size:11px;
}
.notisset1{
	color:red;
}
.errorinput{
border: 1px solid rgb(255, 0, 0);
}
.errors{
color: red;
margin-bottom: 15px;
font-weight: normal;
}
.errors  strong{
font-weight: normal;
}
.video-block-text{
text-align: center;
}
.text-block ol{
list-style: upper-roma !important;
margin-left: 12px;
}
.text-block ol li, .text-block ul li{
padding: 1px;
}
.text-block ul ul {
margin-bottom: 1px;
}
.text-block strong {
  color: #20428e;
}
@media only screen and (max-width:480px){
     #bwc-chat-cloud-message{display:none !important;}
}