<!-- start Simple Custom CSS and JS -->
<style type="text/css">
.top-bar {
  background-color: #f9b7ab;
  width: 100%;
  height: 50px;
  color: #ba2a43;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Poppins', sans-serif!important;
  font-weight: 600;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}
.top-bar a {
  color: #ba2a43!important;
}
.top-bar-inner {
  position: relative;
  height: 100%;
  width: 85%;
}
.top-bar-inner img {
  width: 25px;
}
@media only screen and (min-width: 1300px) {
  .top-bar-inner {
    width: 1200px;
  }
}
.top-bar .top-bar-account,
.top-bar .top-bar-cart {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}
.top-bar .top-bar-account a,
.top-bar .top-bar-cart span {
  color: #ba2a43;
  text-transform: lowercase;
  font-size: 14px;
  font-weight: 400;
  z-index: 9;
}
.top-bar .top-bar-account a {
  cursor: pointer;
}
.top-bar .top-bar-account {
  left: 0; 
}
.top-bar .top-bar-cart {
  right: 0;
}
.top-bar .top-bar-cart a {
  display: flex;
}
.top-bar-message {
  display: flex!important;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.top-bar-message.desktop {
  display: none!important; 
}
.top-bar-message a {
  font-size: 14px;
  line-height: 1.3;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) {
  .top-bar-message.mobile {
    display: none!important; 
  }
  .top-bar-message.desktop {
    display: flex!important; 
  }
  .top-bar-message a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1025px) {
  .top-bar .top-bar-account {
    display: flex!important;
  }
}





</style>
<!-- end Simple Custom CSS and JS -->
