#shareable-nav {
  height: 50px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

#shareable-nav .navbar-logos {
  text-align: center;
  width: 267px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
}

#shareable-nav .regular-logo {
  display: none;
}

#shareable-nav .mobile-logo {

}

#shareable-nav .border-left {
  border-left: solid 1px #595959;
  margin-left: 7px;
  padding-left: 8px;
}

#shareable-nav .navbar-shareables {
  display: none;
}

#mobile-shareables .navbar-shareables {
  text-align: center;
  margin-bottom: 23px;
}

#shareable-nav p.small,
#mobile-shareables p.small {
  font-size: 12px;
  line-height: 30px;
  margin-right: 10px;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: top;
}

#shareable-nav .shareable,
#mobile-shareables .shareable {
  width: 30px;
  height: 30px;
  margin-left: 1px;
  margin-right: 1px;
  display: inline-block;
  background-size: cover;
}

#shareable-nav .facebook,
#mobile-shareables .facebook {
  background-image: url("/images/store/buckabook/facebook-logo.png");
}

#shareable-nav .twitter,
#mobile-shareables .twitter {
  background-image: url("/images/store/buckabook/twitter-logo.jpg");
}

#shareable-nav .google,
#mobile-shareables .google {
  background-image: url("/images/store/buckabook/google-plus-logo.png");
}

#shareable-nav .linkedin,
#mobile-shareables .linkedin {
  background-image: url("/images/store/buckabook/linked-in-logo.png");
}

#shareable-nav .instagram,
#mobile-shareables .instagram {
  background-image: url("/images/store/buckabook/instagram-logo.jpg");
}

@media(min-width: 768px){
  #shareable-nav {
    height: 70px;
  }

  #shareable-nav .navbar-logos {
    width: auto;
    margin-left: 20px;
    padding-top: 18px;
    display: inline-block;
  }

  #shareable-nav .regular-logo {
    display: inline-block;
    max-width: 128px;
  }

  #shareable-nav .mobile-logo {
    display: none;
  }

  #shareable-nav .navbar-shareables {
    display: inline-block;
    float: right;
    margin-right: 20px;
    margin-top: 20px;
  }

  #mobile-shareables .navbar-shareables {
      display: none;
  }
}

#shareable-nav .goToCart {
  /* GO TO MY CART: */
  font-family: ProximaNova-Bold;
  text-decoration: underline;
  font-size: 22px;
  color: #760000;
  line-height: 26px;
  padding-right: 40px;
  vertical-align: top;
  -webkit-transition: color .2s ease-in;
  -moz-transition: color .2s ease-in;
  -ms-transition: color .2s ease-in;
  -o-transition: color .2s ease-in;
  transition: color .2s ease-in;
}
#shareable-nav .goToCart:hover {
  /* GO TO MY CART: */
  color: #a10000;
}

