/** 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 9 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 = '#76881D' -%}
{%- assign collection_header_color = '#585858' %}
{%- assign letter_spacing_base = '0.01em' %}
{%- assign letter_spacing_m = '0.014em' %}
{%- assign letter_spacing_l = '0.02em' %}

 
.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: #585858;
}
 
@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: #76881D;
}

.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;
}

/* Contact Page*/
.page-title.contacthead {
	text-align: left;
} 


/* https://eshop.culina.com.sg/collections/christmas */
@media (max-width: 767px) {
	.handle-christmas.collection-header .header-text .page-title {
		font-size: 25px !important;
	}

    .handle-christmas.collection-header .header-text .rte,
    .handle-christmas.collection-header .header-text .rte P, 
    .handle-christmas.collection-header .header-text .rte div {
      font-size: 15.5px !important;
      text-align: justify;
    }
 