
/**
 * Prestige Theme Mods
 */

/* Colors */
.Collapsible--large .Collapsible__Button {
    padding: 5px 0;
}
.Product__Tabs {
    margin: 10px 0;
}
.ProductMeta__Description {
    margin: 10px 0;
    padding-top: 8px;
    border-top: 1px solid #dddddd;
    text-align: left;
}
.ProductForm {
    margin-top: 10px;
}
.Slideshow__Content--bottomLeft, .Slideshow__Content--bottomCenter, .Slideshow__Content--bottomRight {
    top: auto;
    bottom: 100px;
    left: 0px;
    transform: none;
}
#section-slideshow .Heading, #section-slideshow .flickity-page-dots {
    color: #ffffff;
    text-shadow: #000 2px 1px 2px;
}
div#shopify-section-footer a {
    color: white;
}

@media screen and (min-width: 641px){
.u-h1, .Rte h1 {
    font-size: 35px;
}
.template-collection .u-h1, .Rte h1 {
    font-size: 55px;
}
}
@media print, screen and (min-width: 40em) {

}
  @media print, screen and (min-width: 64em) {
h3.SectionHeader__SubHeading.Heading.u-h6 {
    font-size: 43px;
    padding: 0px;
    margin: 0px;
}
  h2.SectionHeader__Heading.SectionHeader__Heading--emphasize.Heading.u-h1 {
    font-size: 54px;
    margin: 0px;
}
  }

@media screen and (min-width: 641px){
h3.SectionHeader__SubHeading.Heading.u-h6 {
    font-size: 22px;
    padding: 0px;
    margin: 0px;
}
  h2.SectionHeader__Heading.SectionHeader__Heading--emphasize.Heading.u-h1 {
    font-size: 34px;
    margin: 0px;
}
}
#st-product-enhanced {
    background:#ffffff;
}
section#section-collection-list {
    margin-top: 20px;
}
/**
 * Foundation Mods
 */
img.thumbnail {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    border: 0px solid #fefefe;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
    box-shadow: 0 0 0 0px rgba(10, 10, 10, 0.2);
    line-height: 0;
}
.st-2-column-product-info {background:#eeeeee;}

.st-grid img.thumbnail {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    border: 0px solid #fefefe;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
    box-shadow: 0 0 0 0px rgba(10, 10, 10, 0.2);
    line-height: 0;
}
.st-grid  > .grid-margin-x > .cell {
    padding:10px;
}
.st-2-column-product-info > .section-heading{text-align:center;}

.st-2-column-product-info h3{
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: /*!setting.heading_color{*/#1c1b1b/*}*/;
    transition: color 0.2s ease-in-out;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  	
}

.st-2-column-product-info .media-object-section h5{
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: /*!setting.heading_color{*/#1c1b1b/*}*/;
    transition: color 0.2s ease-in-out;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  margin:0px;
}

.st-2-column-product-info .cell a
{
    font-size: 11px;
    text-align: center;
    font-family: "Simplon Mono", "Courier New", Courier, monospace;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
  text-decoration: underline;
  	
}
.st-2-column-product-info .cell b
{
    
    text-transform: uppercase;
  	
}
.st-2-column-product-info h5 a
{
    font-size: 14px;
    text-align: center;
    font-family: "Simplon Mono", "Courier New", Courier, monospace;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
  text-decoration: underline;
  	
}


.st-full-quote{
    width: 100%;
    padding: 144px 24px;
    background-size: cover;
    background-position: center center;
  background:#000;
  color:#fff;
  	 
}

.st-full-quote blockquote {
    font-size: 38px;
    font-family: Saol, Times, "Times New Roman", serif;
    font-weight: 400;
    line-height: 1.3em;
    letter-spacing: 0.5px;
  	text-align:center;
}
.st-full-quote p{
    font-size: 13px;
    font-family: "Simplon Mono", "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 1px;
    text-transform: uppercase;
  	text-align:center;
}

.st-val-quote{
  margin-top:30px;
  margin-bottom:30px;
}
.st-val-quote blockquote {
    font-size: 38px;
    font-family: Saol, Times, "Times New Roman", serif;
    font-weight: 400;
    line-height: 1.3em;
    letter-spacing: 0.5px;
  	text-align:center;
}
.st-ecosun-callout{
  background:#eee;
  padding:20px;
  margin-top:20px;
  margin-bottom:20px;
}
.st-ecosun-callout > .cell{
  text-align:center;
}

