
  /*new navigation*/


ul.opc_navigation > li {
	  z-index: 0; 
  }


#vmMainPageOPC a.step_name {
	text-transform: uppercase;
}

  
.opc_navigation i.fa-dot-circle-o, .opc_navigation i.fa-circle-thin {
	
	font-size: 30px; 
	min-width: 1em; 
	min-height: 1em; 
	
	z-index: 99;
}
/*navigation*/
ul.opc_navigation span.step_title {
	display: none; 
}
ul.opc_navigation li:nth-child(1),ul.opc_navigation li:nth-child(2),ul.opc_navigation li:nth-child(3) {
	width: calc(33% - 9px);
}
ul.opc_navigation li:nth-child(4)  {
	width: 30px; 
}
ul.opc_navigation li { position: relative; }
ul.opc_navigation li span.hide_on_desktop {
	display: inline !important; 
	
}
ul.opc_navigation span.arrow_wrap {
	font-size: 38px; 
	position: absolute; 
	top: 0.5em; 
	border-top: 2px solid #4a4a4a;
	width: calc(100% - 34px);
	left: 32px; 
	display: inline; 
	z-index: 1;
	
	box-sizing: border-box; 
}
#vmMainPageOPC #basket_container div div div div div div div div div.op_basket_header.op_basket_row div.op_col7 {
	
	margin-right: 5px; 
}
ul.opc_navigation i.fa { background-color: white; }
ul.opc_navigation, ul.opc_navigation2 {
	margin-left: 0; 
	margin-right: 0; 
	width: 100%; 
	
}


.opc_navigation li .arrow_right2, .arrow_right3, .arrow_right4 {
	display: none;
}
.opc_navigation .arrow_right2 {
	/*display: none; */
}
.opc_navigation li a, .opc_navigation li a:visited, .opc_navigation li a:hover,.opc_navigation li a:active {
	color: #4a4a4a; 
	text-decoration: none; 
}

.opc_navigation i.fa-circle-thin.done {display: none; }
.opc_navigation i.fa-dot-circle-o {display: none; }
.opc_navigation i.fa-dot-circle-o.done {display: inline; 
	font-family: FontAwesome, "Font Awesome 5 Free";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	

	color: #4a4a4a;
	z-index: 999;
	font-size: 30px; 
}

ul.opc_navigation, ul.opc_navigation2 { 
  list-style: none; 
  overflow: hidden; 
  font-size: 38px;
  line-height: 1em; 
}
.opc_navigation li { 
  float: left; 
  width: 25%; 
  position: relative; 
  line-height: 38px;   
  
 
}
ul.opc_navigation .hide_on_mobile { display: none !important; }
ul.opc_navigation .hide_on_desktop { display: block !important; }



/*end nav*/
@media screen and (max-width: 730px)  {

	#vmMainPageOPC a.step_name,#vmMainPageOPC a.step_name:visited, #vmMainPageOPC a.step_name:active  {
		text-align: center;
		width: 100%; 
		float: left; 
		clear: both; 
		color: #383838; 
		font-weight: bold; 
		line-height: 1.5em;
		text-decoration: none;
	}
}
@media screen and (min-width: 731px)  {
  
  #vmMainPageOPC .opc_bottom_navigation {
	  margin-top: 15px; 
  }
	  
  #vmMainPageOPC .opc_navigation2 {
	justify-content: space-between;
	display: -webkit-flex; /* Safari */
    -webkit-justify-content: space-between; /* Safari 6.1+ */
    display: flex;
    justify-content: space-between;
	width: 100%; 
	clear: both; 
	float: left; 
	box-sizing: border-box; 
  }
  
  .opc_navigation2 span {
	  text-align: center;
	  min-width: 100px; 
	 
  }
  .opc_navigation2 span:first-child a {
	  text-align: left; 
	  float:left; 
	  margin-left: 0; 
	  padding-left: 0;
  }
  .opc_navigation2 span:last-child a {
	  text-align: right; 
	  margin-left: 0; 
	  padding-left: 0;
  }
  .opc_navigation2 span:nth-child(2) {
	  margin-left: -8px; 
  
  }
  .opc_navigation2 span:nth-child(3) {
	  margin-left: 25px; 
  }
   .opc_navigation2 {
	  margin-bottom: 10px; 
  }
  
   .opc_navigation2 a.step_name, .opc_navigation2 a.step_name:hover,.opc_navigation2 a.step_name:visited {
	  color: black; 
	  text-decoration: none; 
	  font-size: 14px; 
  }


}
