#exchange-bar { 
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 72px;
  line-height: 72px;
  background-color: #337FD3;
  padding: 0 15px;
  -webkit-box-shadow: 0px 3px 25px 17px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 3px 25px 17px rgba(0,0,0,0.1);
  box-shadow: 0px 3px 25px 17px rgba(0,0,0,0.1);
  z-index:9999999;
  font-family: proxima-nova, sans-serif;
  text-align:center;
}

#exchange-bar h4 {
  line-height: 72px;
  margin: 0;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#exchange-bar a {
  background-color: #5394DA;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  padding: 10px 30px;
  border-radius: 3px;
}

#exchange-bar a:hover {
  background-color: #18436b;
  color: #fff;
}

#exchange-name {
  position:absolute;
  left:50px;
}

#exchange-title h4 {
  line-height:40px;
}

#exchange-details {
  line-height:1em;
  color:#fff;
  font-size:18px;
}

#exchange-cancel {
  position:absolute;
  top:0px;
  right:50px;
}

.no-exchange,
#addtocart.no-exchange {
  cursor:not-allowed !important;
  background-color:#ccc !important;
}