.export-left-menu{
    position: absolute;
    top: 179px;
    left: auto;
    z-index: 9;
    background: rgba(43, 39, 34, 0.8);
    list-style-type: none;
    font-size: 16px;
    color: white;
    padding-left: 0;
    width: 143px;
    margin-bottom: -36px;
}
.export-left-menu-wrap .vc_column_container{
	position: relative;
}
.export-left-menu li{
	display: table;
	  width: 100%;
	 height: 54px;
  border-bottom: 1px solid #5e5b57;
}
.export-left-menu li:last-child{
	border: none;
}
.export-left-menu li a{
	display: block;
	line-height: 1.125;
	color: white;
	display: table-cell;
	vertical-align: middle;
	  width: 100%;
	  text-align: center;
	text-transform: uppercase;
	font-family: 'univer_c_light';
}
#product-browser .container.export-menu .show-this,
#product-browser .container.export-menu .product-browser{
    top: 287px;
}