header{
  background: #eeeeee;
}

.top-nav{

}

.top-nav-elem{
  display: inline-block;
  margin-right: 20px;
}

.cart{
  height: 18px;
  margin-left: 5px;
  margin-bottom: 4px;
}

.top-nav-elem a,
.top-nav-elem span{
  color:#111111;
  font-size: 16px;
  font-family: Eurostile, sans-serif;
}

.top-nav-left{
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.top-nav-right {
    display: inline-flex;
    padding-top: 6px;
    padding-bottom: 6px;
}

.top-nav {
  text-align: center;
}

@media only screen and (min-width: 700px) {
  .top-nav-right{
    float: right;
  }

  .top-nav {
    text-align: left;
  }
}

.top-nav-right input{
  font-size: 16px;
  height: 30px;
  font-family: Eurostile, sans-serif;
  color: #111111;
  border: none;
  width: 208px;

  padding-right: 20px;
  padding-left: 10px;
  outline: none;
}

.top-search-btn{
	background-image: url(../img/searchIcon.png);
	background-size: 23px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #ffffff;
	color: transparent !important;
	width: 40px !important;
	border: solid 1px !important;
}

.top-nav-right input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #888888;
    text-align: right;
}
.top-nav-right input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #888888;
   opacity:  1;
   text-align: right;
}
.top-nav-right input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #888888;
   opacity:  1;
   text-align: right;
}
.top-nav-right input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #888888;
   text-align: right;
}
.top-nav-right input::-ms-input-placeholder { /* Microsoft Edge */
   color:    #888888;
   text-align: right;
}

.paynowheader {
    background: #d0858b;
    color: #fff !important;
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
    padding: 5px 16%;
    width: 100px;
    height: 30px;
    margin-top: 0px !important;
    text-shadow: rgb(3, 3, 3) 1px 1px 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}
