/** Shopify CDN: Minification failed

Line 236:0 Unexpected "}"

**/
/* GLOBAL */

.fa-angle-down:before {
    content: ""!important;
}
/* hide desktop and hide mobile */
@media screen and (max-width: 767px) {
    .hide-mobile {
        display: none;
    }
    #header a.mobile_logo {
      line-height: 25px;
	}
}
@media screen and (min-width: 768px) {
    .hide-desktop {
        display: none;
    }
}
.header_bar {
  position: sticky;
}

.nav ul.menu li {
    padding: 5px 0 5px 15px;
}

.promo_banner {
  font-weight: bold;
}
.promo_banner p {
  font-size: 14px;
}


/* HOMEPAGE */

.hsContainer a.action_button {
    border: 1px #fff solid;
    border-radius: 0px;
}
.hsContainer .collection_description {
    color: #fff;
}

/*
#blog-archive { 
    background-image:url(//cdn.shopify.com/s/files/1/2040/3839/files/news_and_events_archive.jpg); 
}

h4#blog-archive {
    color: white;
    font-weight: 700;
    text-align: center;
    line-height: 6em;
    margin-bottom: -2em;
    text-transform: uppercase;
}
.shopify-section.featured-blog-section {
	margin-bottom: -100px;
}
*/

.homepage_content .sub_title {
	font-size: 1.5em;
}


p.vendor {
    font-size: 2em;
}
.vendor {
  color: #be2137;
}
@media (max-width: 800px) {
  	.hero-image {
  		width: 70%;
    }
}

/* buttons */

button.secondarybutton {
	color: #fff;
  	background-color: #6B6B6B;
}
button.secondarybutton a, button.secondarybutton a:visited, button.learn-more a, button.learn-more a:visited {
  color: #fff;
}
button.learn-more {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  button.fullwidthbutton {
    width: 100%;
    margin-top: 5px;
	}
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  #shopify-section-product-template button.fullwidthbutton {
    width: 80%;
	}
}
.readmore {
	border-bottom: 1px solid black;
    width: fit-content;
	cursor: pointer;
}
.bottompadding10 {
  padding-bottom: 10px;
}
.bottommargin5 {
  margin-bottom: 5px;
}
.collapse.in {
  display: table;
}
a.text-link {
  color: #000;
  border-bottom: 1px solid #000;
}
a.text-link:after {
  content: " >";
}
a.text-link:hover {
  text-decoration: none;
  opacity: 0.5;
}


/* PDP */

.money.rrp {
	font-size: 0.5em;
}

#shopify-section-product-template p {
    line-height: 1.5em;
  	margin: 0 0 10px;
}

#shopify-section-product-template p.modal_price {
  	margin-bottom: 0px;	
}

#shopify-section-product-template h1 {
    margin-bottom: 0px;
    padding: 0px;
}
#shopify-section-product-template form, #shopify-section-product-template .clearfix {
	margin: 0px;
}

#shopify-section-product-template .breadcrumb {
  padding-left: 0px;
}



/* headings */
#shopify-section-product-template .vendor {
    margin: 0;
    font-weight: 400;
}
#shopify-section-product-template .product_type {
    margin: 0;
    font-size: 1.6em;
}
#shopify-section-product-template .product_type a {
    color: #000;
}
#shopify-section-product-template .product_name {
    font-weight: 700;
}


/* vendor list page */
ul.vendor-list {
    -webkit-column-count: 4; -webkit-column-gap:20px;
    -moz-column-count:4; -moz-column-gap:20px;
    -o-column-count:4; -o-column-gap:20px;
    column-count:4; column-gap:20px;
}
   

/* PLP */

#collection-producer .products .thumbnail img, #collection-generic .products .thumbnail img, #bc-sf-filter-products .products .thumbnail img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 1201px) {
  #collection-producer .product_container, #collection-generic .product_container, #bc-sf-filter-products .product_container {
      display: block; 
      height: 300px;
  }
  #collection-producer .product_image, #collection-generic .product_image, #bc-sf-filter-products .product_image {
      height: 300px;
  }
  #collection-generic .thumbnail .info, #bc-sf-filter-products .thumbnail .info {
    min-height: 85px;
  }
}

@media screen and (max-width: 1200px) {
  #collection-producer .product_container, #collection-generic .product_container, #bc-sf-filter-products .product_container {
      display: block; 
      height: 200px;
  }
  #collection-producer .product_image, #collection-generic .product_image, #bc-sf-filter-products .product_image {
      height: 200px;
  }
  #collection-generic .thumbnail .info, #bc-sf-filter-products .thumbnail .info {
    min-height: 120px;
  }
}

#collection-producer .row {
	margin-right: 0px;
  	margin-left: 0px;
}
}
#collection-producer-list .product_container > img {
    width: 100%;
}

.thumbnail {
  border: none;
  border-radius: 0px;
}




/* search */
#shopify-section-search-template .four.columns {
  text-align: center;
}
#shopify-section-search-template .product_row img {
  max-height: 100px;
}

/* CONTACT US */
.contact-box {
    background: #fff;
    padding: 15px 30px;
    margin-bottom: 20px;
}
button.learn-more .text {
    color: #fff;
}

/* FOOTER */
#shopify-section-footer .credits {
    display: none;
}

/* password page */
#password-page-bg {
  background: #000000;
}

.password-message{
  left: 0;
  right: 0;
  margin: auto;
}


/* blog pages */
.article .content img {
    width: 100%;
}
.article-template-section a {
  text-decoration: underline;
}
