/** Shopify CDN: Minification failed

Line 61:62 Unexpected "{"

**/
.page-title {
  margin-top: 0;
  margin-bottom: 3rem;
}

@media screen and (min-width: 750px) {
  .page-title {
    margin-bottom: 4rem;
  }
}

.page-placeholder-wrapper {
  display: flex;
  justify-content: center;
}

.page-placeholder {
  width: 52.5rem;
  height: 52.5rem;
}

/* custom css */

.column {
  float: left;
  width: 33.33%;
  

}

/* Clear floats after the columns */

.row:after {
  content: "";
  display: table;
  clear: both;
}

.one-half-column-left {
padding-left:0px;
width:49%;
float:left;

}
.tblw {
width:50%;

}

.one-half-column-right {
width:49%;
float:right;
}

@media only screen and (max-width: 600px) {
.column, .row, .one-half-column-left, .one-half-column-right, {
float:none;
width:100%;
padding-left: 0px !important;
padding-right:0px !important;
}

.tblw {

  width: 100%;
}
  
} 







/*





.one-half-column-left {
padding-left:0px !important;
width:49%;
float:left;

}

.one-half-column-right {
width:49%;
float:right;
}

.column {
  float: left;
  width: 33.33%;

}
*/
/* Clear floats after the columns */
/*
.row:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (max-width: 600px) {
.one-half-column-left, .one-half-column-right, 
.one-third-column, .one-third-column-last, .column, .row  {
float:none;
width:100%;
margin-right:0;
padding: 0px 0px 0px 0px !important;
}
}

div.a {
  font-size: 50px;
  padding:0px; 
   margin:0px; 
}
div.b {
  font-size: 40px;
  padding:0px; 
   margin:0px; 
}
*/