/** Shopify CDN: Minification failed

Line 16:0 Unexpected "<"
Line 70:0 Unexpected "<"

**/









<style>
* {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  margin: 5px;
  width: 49%;
  padding: 5px;
  background-color:#f3f1f3;
}
  .column2 {
  float: left;
  width: 50%;
  padding: 10px;
    text-align:center;
  position: relative;
    height: 250px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
 width: 1200px;
 margin: 0 auto;
}
  .last {
    width:50%;
  }
.vertical-center {
  margin: 0;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
  
  @media (max-width:640px) {
    .column {
    width: 100% !important;
      height: auto;
      margin: 5px 0px !important;
}
    .column2 {
    width: 100% !important;
}
      .last {
    width:100%;
  }
  }
</style>
