
.nav {
  color: #fff;
  text-align:center;
  /*height: 50px;*/
  /*line-height: 50px;*/
 
  /*padding: 0 10px;*/
  z-index: 3;
  box-shadow: 0 0px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 0.25s ease-in-out;
  -moz-transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
  margin-bottom: 0px;    
  }
  .nav.show_hidden {
    /*box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);*/ }
  .nav.show_hidden .hidden {
    opacity: 1; display:block;
	}
  .nav .hidden {
    opacity: 0;
	/*display:none; ---- show/hide */
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out; }
  .nav .nav_social {
    float: right; }
  .nav a {
    /*display: inline-block;*/
    /*height: 50px;*/
    /*line-height: 50px;*/
	outline:0;
    /*padding: 0 10px;*/
    color: white;
    text-decoration: none;
    /*margin-right: 20px;*/
    -webkit-transition: background 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out; }
    .nav a:hover {
      background-color: #444; }
	  
	
.nav_compare{
	background:#e3e3e3;
	line-height:36px;
	text-align:left;
	color:#000;
	font-size:14px;
	font-weight:400;
	padding:5px 0px 5px 0px;	
}
.nav_compare .btn_compare{
    display: block;
    float: right;
    padding: 2px 10px 2px 10px;
    margin: 5px 5px 0px 5px;
    border-radius: 6px;
    background: #09F;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}
.nav_compare .btn_compare:hover{ opacity:0.7;}
.nav_txt{
	position:absolute;
	float:left;
	margin:15px 0px 0px 90px;
	width:340px;
	color:#FFF;
	font-size:34px;
	font-weight:400;
	text-align:left;
	line-height:24px;
	/*text-shadow: 3px 2px 2px rgba(29, 36, 46, 0.35);*/
	
}


.p_box{
	display:block;
	background:#e3e3e3;
	padding:2px 10px 15px 10px;
	line-height:16px;
	word-wrap:break-word;
	font-size:13px;
	color:#222;
}
/*-------version----------*/
.m-purchase {
    background: #ffffff;
    overflow: hidden;
    padding: 0em 5% 0.5em 5%;
    border: 1px solid #c9c9c9;
    width: 85%;
    margin: 0 auto;
}

.ver-block {
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 5px;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content:  center;
}
.ver-block p {
    font-weight: 700;
    font-size:  20px;
    line-height:  30px;
    display: inline;
    padding-left:  10px;
}
.ver-block img {
    width: 22px;
    margin-left: 5px;
}
.nav-icon {
    border-style: solid;
    border-width: 0.6em 0.6em 0 0.6em;
    border-color: #007bff transparent transparent transparent;
    margin-top: 8px;
    margin-left: 5px;
}
.price_pp1 {
	padding: 5px 0;
	display: block;    
    font-size: 1em;
    line-height: 1.2em;
    text-align: center;
    padding-right: 0px !important;	
	color:#222;
}
.price_pp2 {
    padding: 5px;
    display: block;    
    font-size: 1.8em;
    line-height: 1.3em;
    text-align: center;
    padding-right: 0px !important;
	color:#222;
}
.buy-block .btn_compare {
      padding: 2px 10px;
      margin: 0px 3px;
      border-radius: 3px;
      color: #fff;
      font-size: 13px;
      font-weight: 400;
      line-height: 20px;
      transition: background 0.15s ease-in-out;
}

.buy-block {
    display: inline;
}
.btn_up {
    background: #AA72F3 !important;
}
.btn_buy {
    display: block;
    width: 50%;
    color: white;
    text-shadow: 1px 1px 2px #a3612b;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    background-color: #ff6600;
    background-image: none;
    background-position: top center;
    border-radius: 4px;
    /* margin-right: 10px; */
    margin: 0 auto;
    line-height: 32px;
    font-weight: 400;
    border: solid 1px #ff6600;
}
.btn_up:hover {
    background:#8d41ef !important;
}
.btn_buy:hover {
    background-color: #f68b35 !important;
}
.ver-select {
    display: inline;
    /*margin-bottom: 5px;*/
    position:relative;
    }

.ver-select:before {
	content: "";
    right: 4px;
    top: 16px;
    border-style: solid;
    border-width: 0.6em 0.5em 0 0.5em;
    border-color: #0577a7 transparent transparent transparent;
    position: absolute;
	}

.ver-select select  {
   appearance: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   width:  auto;
   border:  none;
   font-weight: 700;
   font-size: 20px;
   line-height: 30px;
    color: #0577a7;
    text-align: center;
    padding: 5px 10px;
	background-color: #ffffff !important;
	margin-right: 15px;
}
.ver-select select option{
	background:#fff;
}
.ver-select select option:select{
	background:#007fff;
}