/** Shopify CDN: Minification failed

Line 16:0 Unexpected "{"
Line 16:1 Expected identifier but found "%"
Line 17:0 Unexpected "{"
Line 17:1 Expected identifier but found "%"
Line 18:0 Unexpected "{"
Line 18:1 Expected identifier but found "%"
Line 19:0 Unexpected "{"
Line 19:1 Expected identifier but found "%"
Line 22:0 Unexpected "{"
Line 22:1 Expected identifier but found "%"
... and 10 more hidden warnings

**/
{%- assign site_max_width = 1440 -%}
{%- assign site_width = '90%' -%}
{%- assign nav_main_bg_col = settings.nav_main_bg_col | color_modify: 'alpha', 0.08 -%}
{%- assign prod_sale_price_col = settings.body_text_col -%}

 /* new variables */
{%- assign theme_color = '#f26522' -%}
{%- assign collection_header_color = '#000' %}
{%- assign letter_spacing_base = '0.01em' %}
{%- assign letter_spacing_m = '0.014em' %}
{%- assign letter_spacing_l = '0.02em' %}
{%- assign secondary_font = '"HelveticaNeueLTPro Cn", sans-serif' -%}

 
.reading-column a {
  font-weight: bold;
  color: #585858;
}

.reading-column .page-title,
.customer h1,
.template-register h1 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 28px;
  text-transform: capitalize;
  letter-spacing: 1.4px;
  color: #000;
}
 
@media (max-width: 767px) {
.reading-column .page-title,
.customer h1,
.template-register h1 {
     font-size: 24px;
    }
}

.customer.thankyou {
  padding: 100px 0;
  text-align: center;
}

.customer.login {
   padding: 100px 15px;
}

.customer.login a {
   font-weight: bold;
   color: #f26522;
}

.small-form-column .field {
   margin-bottom: 20px;
   display: flex;
   flex-direction: column;
}
 
.small-form-column .field label {
   font-weight: bold;
   order: 1;
   flex: 1;
}
 
.small-form-column .field .error {
   order: 3;
   color: #ff0000;
   margin-top: 5px;
}

.small-form-column .field input,
.small-form-column .field select,
.small-form-column .iti--allow-dropdown {
   order: 2;
   flex: 2;
}
.small-form-column button {
   display: block;
   margin: 30px auto;
}

/* register page */
.field select {
   font-family: inherit;
    font-size: 1em;
    line-height: 1.2em;
    color: #585858;
    border: 1px solid #dcdcdc;
    background: #ffffff;
    padding: 9px 0.8em;
    max-width: 100%;
    width: 432px;
    min-height: 32px;
    border-radius: 3px;
    -webkit-appearance: none;
}

.small-form-column .fieldset {
   display: flex;
  align-items: center;
}

.small-form-column .fieldset.checkbox {
  flex-wrap: wrap;
 margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
} 

 .small-form-column .fieldset.checkbox input {
   position: absolute;
   top: 1px;
   left: 0;
 }
 
.small-form-column .fieldset label {
   margin-bottom: 0;
}
 .small-form-column .fieldset input {
   margin-right: 10px;
 }

.field .iti__selected-flag {
   height: 39px;
}

 .small-form-column .fieldset label.error {
    order: 3;
    color: #ff0000;
   font-weight: bold;
   flex-basis: 100%;
 }

.reading-column .title-block {
   font-weight: bold;
   text-transform: uppercase;
  font-size: 18px;
}

/*  faq pages */
 .faq-content ul li {
   list-style: none;
 }

  .faq-content > ul {
    padding: 0;
  }
.faq-content > ul ul li,
 .faq-content > ul ol li {
   list-style: disc;
 }
 
.faq-content > ul ul,
.faq-content > ul ol {
    margin: 0;
    padding-left: 15px;
 }
 
.faq-content .title-faq {
   padding: 8px 14px;
   border: 1px solid #ccc;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
    align-items: center;
}

.faq-content .answer {
   display: none;
  padding: 20px;
  border: 1px solid #ccc;
  border-top: none;
 }

 .faq-content .title-block {
   display: block;
   margin-top: 50px;
 }

 .membership-summaries {
   padding: 70px 0;
   max-width: 800px;
  margin: 0 auto;
 }

.membership-summaries  h1 {
   margin-bottom: 30px;
}
.membership-summaries ul li {
  list-style: none;
  padding: 6px 0;
}

/* Home Page USP first and second icons */
.icon-columns div.icon-columns__column:first-child .icon-column__image, 
.icon-columns div.icon-columns__column:first-child + div.icon-columns__column .icon-column__image {
	margin-top: 4px;
}

.cms-content .title {
  font-family: "HelveticaNeueLTPro Cn", sans-serif;
  color: #f26522;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.7px;
}

.cms-content .sub-header {
  color: #000;
  font-weight: 700;
  margin-top: 30px;
  font-size: 18px;
}

 .main-cms-banner {
   position: relative;
 }

 .main-cms-banner .page-title {
    position: absolute;
    left: 30px;
    bottom: 30px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    font-weight: 300;
    font-size: 35px;
    display: none;
 }

 .number-inc-list ol {
  counter-reset: section; 
  padding-left: 0;
}


 .number-inc-list ol > li {
   padding-left : 48px;
   position: relative;
 }

  .number-inc-list ol > li > ol {
    margin-left: -48px;
  }

 .number-inc-list ul {
    counter-reset: listStyle;
 }

 .number-inc-list ul li {
    counter-increment: listStyle;
    position: relative;
}

.number-inc-list ul li::before {
    margin-right: 1em;
    content: "(" counter(listStyle, lower-alpha) ")";
    position: absolute;
    left: -40px;
    top: 0;
}

 .number-inc-list ol > li::before {
  counter-increment: section; 
  content: counters(section, ".") "  "; 
  position: absolute;
  left: 0;
  top: 0;
}

.number-inc-list > ol > li::before {
  content: counters(section, ".") ".  ";  
  font-weight: 700;
}

 .number-inc-list > ol > li > span {
   font-weight: 700
 }

 .number-inc-list li, number-inc-list ol {
   list-style-type: none;
 }

 .number-inc-list {
   text-align: justify;
 }

 .number-inc-list li {
   margin-bottom: 10px;
 }

@media (min-width: 768px) {
  .cms-content {
    display: flex;
    margin-top: 50px;
  }

  .cms-content .image {
    margin-left: auto;
    min-width: 400px;
  }

  .cms-content .content {
    max-width: 550px;
    padding-right: 50px;
  }

  .main-cms-banner {
    margin-top: -3.5em;
  }

   .main-cms-banner .page-title {
     color: #fff;
   }
}


/* Custom Style - Update contact page */
.page-with-contact-form .page-title {
    margin-bottom: 15px!important;
    text-align: left;
    font-size: 23px;
}

.page-with-contact-form .contact-form {
  clear: both;
  margin-top: 10px;
  float: left;
  width: 100%
}
 

 @media (max-width: 767px) {
   .main-cms-banner > img {
     min-height: 250px;
     object-fit: cover;
   }

   .main-cms-banner  {
      margin-top: -1.5em;
   }    
 }