
/* .menu-bar{	
	background: #741f18 ;
	text-align: center;
	border: 2px solid #e83e31; 
	font-family: 'Newsreader', serif;
	font-size: 13px;	
	font-weight: 600;
}
.menu-bar ul{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	list-style: none;
	color: white;
}
.menu-bar ul li{
	width: 120px;
	margin-bottom: -10px;
	padding: 10px;
	border: none;
	border-right: 2px solid #e83e31;
}
.menu-bar ul li a{
	text-decoration: none;
	color: white;
}
.active, .menu-bar ul li:hover{
	background: #F29089;
}
.menu-bar .fa{
	margin-right: 8px;
}
.sub-menu-1{
	display: none;
}
.menu-bar ul li:hover .sub-menu-1{
	display: block;
	position: absolute;
	background: #e83e31;
	margin-top: 15px;
	margin-left: -35px;
}
.menu-bar ul li:hover .sub-menu-1 ul{
	display: block;
	margin: 10px;
}
.menu-bar ul li:hover .sub-menu-1 ul li{
	width: 150px;
	padding: 10px;
	border-bottom: 1px dotted #fff;
	border-radius: 0;
	text-align: left;
}
.menu-bar ul li:hover .sub-menu-1 ul li:last-child{
	border-bottom: none;
}
.menu-bar ul li:hover .sub-menu-1 ul li a:hover{
	color: #D9D55B;
}
.sum-menu-2{
	display: none;
} */
/* .hover-me:hover .submenu-2 li{
	position: absolute;
	display: block;
	margin-top: -40px;
	margin-left: 140px;
	background-color: #C7C11A;
} */
.partner_merchant_btn_row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: -10px;
}
.BOM_outline{
    top: 0;
    width: 120px;
}
.BOM_outline:hover{
   cursor: pointer;
   -webkit-transform: scale(1.04);
       -ms-transform: scale(1.04);
           transform: scale(1.04);
}
.partner_merchant_btn_container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
#partner_merchant_btn_row_search{
	margin-top: 10px;
}
@media only screen and (min-width: 767.5px) and (max-width: 850.5px){
	.BOM_outline{
		width: 100px;
	}
}
@media only screen and (max-width: 718.5px){
	.menu-bar{
		overflow-x: scroll;
	}
}
@media only screen and (max-width: 576.5px){
	.BOM_outline{
		width: 80px;
	}
}
@media only screen and (max-width: 320.5px){
	.BOM_outline{
		width: 70px;
	}
}
@media only screen and (max-width: 290.5px){
	.BOM_outline{
		width: 60px;
	}
}

.topnav {
    overflow: hidden;
    background: #ffffff;
    text-align: center;
    border-top: 2px solid #e83e31;
    border-bottom: 2px solid #e83e31;
    /* font-family: 'Newsreader', serif; */
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 600;
}
.topnav a {
  float: left;
  display: block;
  color: #000000;
  text-align: center;
  padding: 14px 16px;
  padding-left: 20px;
  text-decoration: none;
  font-size: 13px;
  /* width: 120px; */
}
.topnav a:hover{
  color: #e83e31;
}
@media only screen and (min-width: 872.5px){
  .topnav a {
    border-right: 2px solid #e83e31;
    border-radius: 5px;
  }
}
/* .active {
  background-color: #F29089;
  color: white;
} */
.topnav .icon {
  display: none;
}
.topnav .dropdown {
  float: left;
  overflow: hidden;
}
.topnav .dropdown .dropbtn {
  font-size: 13px;    
  border: none;
  outline: none;
  color: #000000;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  border-right: 2px solid #e83e31;
  border-radius: 5px;
}
.topnav .dropdown .dropbtn:hover{
  color: #e83e31;
}
.topnav .dropdown-content {
  display: none;
  position: fixed;
  background-color: #e83e31;
  min-width: 160px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
          box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.topnav .dropdown-content a {
    float: none;
    color: #ffffff;
    padding: 10px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.topnav .dropdown-content a:hover {
  background: none;
}
/* .topnav a:hover,.topnav .dropdown:hover .dropbtn {
  background-color: #F29089;
  color: #ffffff;
}
.topnav .dropdown-content a:hover {
    background-color: #F29089;
  color: #ffffff;
} */
.topnav .dropdown:hover .dropdown-content {
  display: block;
}
@media screen and (max-width: 872.5px) {
  .topnav a:not(:first-child),.topnav .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    /* float: right; */
    display: block;
  }
}
@media screen and (max-width: 872.5px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
    font-size: 17px;
  }
  .topnav.responsive .home_mobile{
    text-align: left;
  }
  .topnav a:not(:first-child), .dropdown .dropbtn {
    text-align: center;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative !important;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    font-size: 17px;
  }
}
.topnav .fa-bars{
  color: #ffffff;
}