/** Shopify CDN: Minification failed

Line 32:1 Unexpected "{"

**/
/*====== Blog Fixes ======*/

.blog_paragraph {
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}

.blog_list {
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}

.blog_header {
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}

.blog_eprel_images {
  all:revert;
  width: 480px;
  height: 480px;
}


/*====== Responsive Boxes ======*/

 {
  box-sizing: border-box;
}

.column_inline {
  text-align: left;
  float: left;
  width: 50%;
  padding: 0px;
}

.row_inline:after {
  text-align: left;
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 800px) {
  .column_inline {
    text-align: left;
    width: 100%;
  }
}


/*====== Out of Stock ======*/

.promo_outofstock_box {
    padding: 20px;
    background-color: #e2e2e2;
    text-align: center;
    margin-bottom: 20px;
    font-family: inherit;
    color: #4e5749;
}

.promo_outofstock_code {
    background-color: #ffff83;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.linked_collections {
    font-family: inherit;
    font-size: inherit;
    color: #4e5749;
    a: inherit;
}

/*====== Product Specifications ======*/

.specBox {
  background-color: #f7f7f7 !important;
  line-height: 1.8em;
  font-weight: 300;
  font-size: 0.8em;
  padding: 10px !important;
  overflow: hidden;
}

.specData {
  display: inline;
  margin: 0;
  padding: 0;
  hyphens: none;
}
.specData li.specData-title {
  clear: both;
  width: 100%;
  list-style: none;
  hyphens: none;
}
.specDataLitem {
  float: left;
  margin: 0 0 0px;
  padding: 0;
  width: 100%;
  font-size: small;
  hyphens: none;
}
.specDataLitem li {
  width: 100%;
  font-weight: normal;
  list-style: none;
  padding: 0px;
  float: left;
  table-layout: auto;
  hyphens: none;
}
.specDataLitem li:nth-child(odd) {
}
.specDataKey {
  float: left;
  width: 42%;
  display: inline;
  zoom: 1;
  hyphens: none;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.specDataValue {
  float: left;
  width: 58%;
  padding-left: 5px;
  hyphens: none;
}

/*====== Spec Highlights ======*/

* {
  box-sizing: border-box;
}

.column_highlight {
  float: left;
  width: 25%;
  padding: 5px;
}

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

@media screen and (max-width: 600px) {
  .column_highlight {
    width: 100%;
  }
}

.shopify-policy__title {
  font-family: "Quicksand", sans-serif;
}

.extbtn {
  background-color: black;
  border: none;
  color: white !important;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
  font-size: 16px;
}

.inline-clearpay {
  display: flex;
  align-items: center;
}
