html {
    background: url(/img/tgd\ bg.jpeg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
  }
  
  body {
    min-height: 100vh;
    font-family: 'Times New Roman', Times, serif
  }

  a:link {
    color: red;
  }
  a:visited {
    color: red;
  }
  a:hover {
    color: black;
  }
  a:active {
    color: black;
  }

  header {
    font-family: 'Times New Roman', Times, serif;
  }

  .home:link {
    color: black;
    text-decoration: none;
  }
  .home:visited {
    color: black;
    text-decoration: none;
  }
  .home:hover {
    color: red;
    text-decoration: none;
  }
  .home:active {
    color: red;
    text-decoration: none;
  }

  p {
    font-family: 'Times New Roman', Times, serif;
    color: black;
  }

  hr {
    border: 1px solid black;
    margin-top: -10px;
    margin-bottom: 10px
  
  }

  h2 {
    color: black;
  }

  .headerlink {
    padding-left: 10px;
  }

  marquee {
    font-family: 'Times New Roman', Times, serif;
    color: red;
  }

  .title {
    font-family: 'Times New Roman', Times, serif;
    text-decoration: none;
  }

  .product {
    margin-bottom: 5em;
    min-height: 400px;
    width: 100%;
  }

  div.product-image {
    display:inline-block;
  }

  img {
    width: 100%;
    max-width: 500px;
  }

  .syringe {
    width: 2%;
  }

  .butterfly {
    width: 5%;
  }

  .description {
    padding-right: 100px;
  }

  .collections {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
  }
  
  :focus {
    outline: none !important;
  }

  .shopify-buy-frame--toggle.is-active.is-sticky {
    border: 2px solid black;
    border-radius: 5px;
    
    
    position: fixed;
    right: 10px;
    top: 60px;
  }

  .shopify-buy-frame--cart {
    background: linear-gradient(in hsl longer hue, #ffabcd, #ffb5d0, #febed4, #fdc8d8, #fbd1dd);
    background: none
  }

  .shopify-buy__product__variant-selectors {
    width: 50%;
    max-width: 100px;
  }

  table {
    color: white;
    border: 1.5px solid lightyellow;
    border-collapse: collapse;
  }

  td, th {
    border: 1.5px solid lightyellow;
    border-collapse: collapse;
    text-align: center;
    padding: 10px;
  }


  @media only screen and (max-width: 600px) {

    body:before {
      content: "";
      display: block;
      position: fixed;
      left: 0;
      top: 0;
      width: 100vw;
      height: 100vh;
      z-index: -10;
      background: url(/img/tgd\ bg.jpeg) no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }

    .headerlink {
      font-size: 15px;
    }

    .headerlink2 {
      font-size: 15px;
    }

    .description {
      padding-right: 0;
    }
    
  }