
    .wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    
 
}
h1,h2,h3,h4,h5 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .2em
}
p {
    font-family: 'Montserrat', sans-serif;
    font-size: .9em;
    line-height: 1.4em;
}
    .wrap {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(128, 125, 121, 0.9);
    z-index: 9998;
    color: #fff;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    overflow: auto;
    text-align: center;
    background: url(../img/hardbarkbg.jpg) center center; 
    background-size: cover;
}
    .inner {
    margin: 20px auto;
    padding: 40px;
    z-index: 9999;
    text-align: center;
    vertical-align: middle;
    width: 96%;
    max-width: 950px;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
}
.inner img {
    width: 100%;
    max-width: 600px;
}
    #socialbox {
    padding-top: 20px;
    display: block;
}
    i {
    margin: 0 10px;
}
    a {
    color: white;
    text-decoration: none;
    transition: color 300ms ease;
}
    a:hover {
    color: mediumaquamarine;
    
}
.product {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.comingsoon {
    font-family: 'Press Start 2p',serif;
    font-size: 20px;
    margin: 30px auto;
}
.brewtext {
    padding: 10px 30px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 8px
}
.brewtext p{
    text-align: justify;
}
.brewtable {
    display: table;
    width: 100%;
    text-align: left;
}
.brewtable .row {
    display: table-row;
}
.brewtable .row div{
    display: table-cell;
    padding: 8px 0 ;
     font-family: 'Montserrat', sans-serif;
    font-size: .9em;
    line-height: 1.4em;
    border-bottom: .01em solid rgba(255,255,255,.9);
}
.brewtable.grind .row div{
    width: 33%;
    text-align: center;
    border: none;
}
h4 {
    padding: 0px;
    margin: 0px;
}
.shopify-buy__product__compare-price {
    display: none;
}
a.shop {
    background: white;
    display: inline-block;
    vertical-align: top;
    line-height: 34px;
    margin: 0 10px;
    border-radius: 4px;
    padding: 5px;
    color: black;
    font-family: sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
}
@media all and (max-width: 600px) {
      .inner {
    margin: 15px auto;
    max-width: 98%;
          padding: 1%;
}
}