/* Kits Custom Styles  */

.buy a{
  color:#ffffff;
  text-decoration: none;
}

/*Blue Button*/
.btn-buy { 
  color: #FFFFFF; 
  background-color: #0069aa; 
  position: relative;
  bottom:6px;
} 
 
.btn-buy:hover, 
.btn-buy:focus, 
.btn-buy:active, 
.btn-buy.active, 
.open .dropdown-toggle.btn-buy { 
  color: #FFFFFF; 
  background-color: #0069AA; 
  border-color: #ffffff; 
} 
 
.btn-buy:active, 
.btn-buy.active, 
.open .dropdown-toggle.btn-buy { 
  background-image: none; 
} 
 
.btn-buy.disabled, 
.btn-buy[disabled], 
fieldset[disabled] .btn-buy, 
.btn-buy.disabled:hover, 
.btn-buy[disabled]:hover, 
fieldset[disabled] .btn-buy:hover, 
.btn-buy.disabled:focus, 
.btn-buy[disabled]:focus, 
fieldset[disabled] .btn-buy:focus, 
.btn-buy.disabled:active, 
.btn-buy[disabled]:active, 
fieldset[disabled] .btn-buy:active, 
.btn-buy.disabled.active, 
.btn-buy[disabled].active, 
fieldset[disabled] .btn-buy.active { 
  background-color: #404040; 
  border-color: #404040; 
} 
 
.btn-buy .badge { 
  color: #ffffff; 
  background-color: #FFFFFF; 
}