.topbar.com-topbar-fw-ow-1{ 
	line-height:40px; 
	position: relative; 
	z-index: 200;
	background: #000;
}
.com-topbar-fw-ow-1 .topbar-left a{
	margin-right: 15px;
	font-weight: 600;
}
.com-topbar-fw-ow-1 .topbar-left a, 
.com-topbar-fw-ow-1 .topbar .p-dropdown > a:not(.btn){ 
	color: #ddd; 
}
.com-topbar-fw-ow-1 .p-dropdown > a{ color: #ddd !important;  }
.com-topbar-fw-ow-1 .topbar a:hover{ color: var(--primary-color) !important;}
.com-topbar-fw-ow-1 .topbar-right{ text-align:right;  }
.com-topbar-fw-ow-1 .header-language{ display: grid; }

.com-topbar-fw-ow-1 .p-dropdown .p-dropdown small{ font-size:14px; }
.com-topbar-fw-ow-1 .p-dropdown img{ width:20px; }
.com-topbar-fw-ow-1 .p-dropdown .p-dropdown-content, .p-dropdown ul.p-dropdown-content{ padding:5px; }
.com-topbar-fw-ow-1 .p-dropdown img.line-star{ height: 20px; margin: 10px 0; }
.com-topbar-fw-ow-1 .list-topbar-right{
	text-align: right;
	margin: 0;
	line-height: 40px;
	display: inline-flex;
}
.com-topbar-fw-ow-1 .list-topbar-right > li{ 
	margin-left: 15px;
	display: grid;
	float: left;
	line-height: 40px;
}
.ele-dropdown-currency .currency-coin{
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
	text-align: center;
	background: #bf9427;
	display: inline-block;
	color: #fff;
	font-weight: 800;
	font-size: 15px;
	margin-right: 2px;
}
@media(max-width:767px){
	.com-topbar-fw-ow-1 .row{
		flex: none;
		display: inline-block;
		width: 100%;
	}
	.com-topbar-fw-ow-1 .topbar-left, 
	.com-topbar-fw-ow-1 .topbar-right{
		width: auto;
		flex: none;
		display: inline-flex;
	}
	.com-topbar-fw-ow-1 .topbar-right{float: right; padding: 0;}
}
@media(max-width:480px){
	.com-topbar-fw-ow-1 .topbar-left a{ margin-right:10px; }
	.topbar.com-topbar-fw-ow-1, .p-dropdown{ font-size:13px; }
}
@media(max-width:375px){
	.com-topbar-fw-ow-1 .topbar-left a > span{ display:none; }
}