h1, h2, h3 {
  font-weight: 700;
  letter-spacing: -1px;
}

/* Size chart table */
.size-chart-content table {
  margin: 0 auto 10px auto;
}

.size-chart-content table td, .size-chart-content table th {
  padding: 2px 10px;
}

.size-chart-content table tbody tr:nth-child(odd) {
    background-color: #fafafa;
}

.pop-up-content {
  border-radius: 0!important;
}

.pop-up-content .close-button {
  float: none;
  position: absolute;
  right: -10px;
  top: -10px;
  font-size: 2em;
  padding: 2px;
  border-radius: 0;
  background-color: black;
  color: white;
}

@media only screen and (max-width: 749px) {
  .pop-up-content, .size-chart-content table {
    width: 95%!important;
    font-size: 0.9em;
  }
}

span.size-chart-content {
  text-align: center;
}

.trigger-pop-up {
  margin-left: 0px!important;
  width: 100%!important;
}

@media only screen and (min-width:990px) {
  .trigger-pop-up {
    width: 50%!important;
  }
}

a.trigger-pop-up-link {
  cursor: pointer;
}

.btn + .btn {
  margin-left: 0px;
}

.shopify-payment-button .shopify-payment-button__button--branded {
  margin-left: 0px;
  margin-top: 10px;
}

.rte ul {
  list-style: none;
  margin: 1.2em 0;
}

.rte ul li {
  margin-bottom: 0.5em;
  margin-left: 1.2em;
}

.rte ul li:before {
  content: '$ ';
  color: #17BEBB;
  margin-left: -18px;
}

/* Shipping pricing table */

table.devnull-shipping {
  margin: 0 0 10px 0;
}

table.devnull-shipping td, table.devnull-shipping th {
  padding: 2px 10px;
}

table.devnull-shipping tbody tr:nth-child(odd) {
    background-color: #fafafa;
}

/* Product care table */

table.devnull-care-instructions td {
  line-height: 1em;
  padding: 5px 10px;
}

.icon-reddit path.cls-2 {
  color: #ffffff;
}

.shopify-policy__container {
  max-width: unset;
}

.shopify-policy__title {
  text-align: unset;
}

.devnull-sidebar-email-signup .submit {
  background-color: #ffffff;
  border: 2px #000000 solid;
  color: #000000;
  width: 100%;
  margin: 10px 0px;
}

.devnull-sidebar-email-signup {
  padding: 10px 0px;
}

.devnull-sidebar-email-signup input#contact_email {
    width: 100%;
}

/* Footer */

.site-footer h3.site-footer__section-title {
  display: none;
}

.site-footer ul.site-footer__menu {
  text-align: center;
}

@media screen and (min-width: 750px) {
  .site-footer ul.site-footer__menu li {
    display: inline-block;
  }
  
  .site-footer ul.site-footer__menu li:not(:last-of-type):after {
    content: ' $ ';
    color: #17BEBB;
  }
}

footer.site-footer>.grid {
  margin-left: 0px;
}

.site-footer .grid .grid__item {
  padding-left: 0px;
  padding-top: 10px;
}

footer.site-footer .sub-footer {
  padding-bottom: 15px;
}

/* Homepage */

@media screen and (max-width: 749px) {
  h1.devnull-featured-product {
    text-align: center;
  }
}

h1.devnull-featured-product {
  margin-top: 0px;
  margin-bottom: 20px;
}

/* Header */

.site-wrapper .top-bar {
  display: flex;
  align-items: center;
}

#DevnullLogoWrapper {
  max-width: 200px !important;
  padding: 20px 0px;
  line-height: 0;
}

#DevnullLogo {
  max-width: 200px !important;
}

/* Globo Swatches */

.globo-align-content-left {
  text-align: center;
}

.globo-align-content-left ul.ul-swatches-list {
  display: inline-block;
}

.locale-bar__call-to-action {
  margin: 0px auto;
}

.locale-bar__button {
  border-radius: 0px!important;
}

/* Currency Switcher */

.cs-skin-elastic > span {
  font-family: "SF Mono", Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol!important;
}

div.cs-skin-elastic {
  color: #17BEBB!important;
}