header.site-header.minimal nav.nav-bar ul.dropdown{
  top: 32px;
}
.featured-collection figure a.product-image, .simple-collection figure a.product-image, .collection figure a.product-image{
  background-color: #fff;
}
.nav-container .bc-sf-filter-option-block-featured-collections{
  background: #fff;
    border-bottom: 2px solid #000;
  border-top: 2px solid #000;
}
.bc-sf-filter-option-block:first-child{
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
    padding-top: 20px !important;
    padding-bottom: 20px;
}
.bc-sf-filter-option-block .bc-sf-filter-block-content ul li{
  padding-left: 20px !important;
    margin-bottom: 5px !important;
    
}
.collection aside .nav-container{
  background-color: #fff;
}
.nav-container .bc-sf-filter-option-block-featured-collections h3 span{
  color: #000 !important;
}
.nav-container .bc-sf-filter-option-block-featured-collections ul li a{
  color: #000 !important;
    font-size: 14px !important;
}
.bc-sf-filter-option-block .bc-sf-filter-block-content ul li a{
  font-size: 14px;
}
.nav-container .bc-sf-filter-option-block-featured-collections ul li{
  padding-left: 20px;
    margin-bottom: 5px !important;
}
.nav-container .bc-sf-filter-option-block-featured-collections ul{
  margin-top: 10px;
}
.collection .products-grid .box.product form{
  display: none;
}
.collection .products-grid .box.product a[class*="go-to-product"]{
  display: none !important;
}
.collection .products-grid .box.product{
  margin-bottom: 35px;
}
.purchase-box .selection-wrapper.cart .button-wrapper button.button{
  width: 49%;
    float: left;
    border: 1px solid #000;
}
.shopify-payment-button .shopify-payment-button__button{
  float: right;
    width: 49%;
    background-color: #fff;
    border: 1px solid #000;
    text-align: center;
    color: #000;
    padding: 11px !important;
    border-radius: 0;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.shopify-payment-button .shopify-payment-button__button:hover{
  color: #fff;
}
.shopify-payment-button .shopify-payment-button__more-options{
  display: none;
}

@media (max-width: 425px){
  .purchase-box .selection-wrapper.cart{
    display: block;
  }
  .purchase-box .selection-wrapper.cart .selector-wrapper.quantity{
    display: block;
  }
  .purchase-box .selection-wrapper.cart > .button-wrapper{
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
  }
  .purchase-box .selection-wrapper.cart .button-wrapper button.button{
    width: 100%;
    margin-bottom: 10px;
    float: none;
  }
  .shopify-payment-button .shopify-payment-button__button{
    width: 100%;
    float: none;
  }
}
.ship-badges p{
  text-align: center;
}
.ship-badges p a{
  color: #000;
    font-size: 14px;
    font-style: italic;
}
.ship-badges{
  text-align: center;
}
/* take out review and buy now button */
.product-block-container .spr-badge{
  display: none;
}
.purchase-box .selection-wrapper.cart .button-wrapper button.button{
  width: 100%;
    float: none;
    border: 0;
}
[data-rating="0.0"]{
  display: none !important;
}
/* Collection section */
.collection.footer-content{
  padding-top: 30px;
}
.collection.footer-content h2{
  text-align: center;
    font-weight: bold;
}
.collection.footer-content h3{
  font-weight: bold;

}
.collection ol{
  margin-bottom: 15px;
}
.collection ol li{
  list-style: initial;
  font-size: 18px;
  color: #000;
  line-height: 1.4;
}
.collection ol li a{
	text-decoration: none;
  	font-weight: bold;
}
.collection .sub-title{
  font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
}
.image-with-text img, .product-image-with-text .image img{
  display: block;
    margin: auto;
    width: 60%;
}
.collection .video-content{
  text-align: center;
    margin-bottom: 15px;
}
.collection .video-content img{
	display: block;
  	margin: auto;
}
.image-with-text div, .product-image-with-text div{
  display: inline-block;
  width: 45%;
  vertical-align: middle;
  text-align: left;
}
.image-with-text div.image, .product-image-with-text div.image{
	width: 30%;
}
.image-with-text{
  margin: 30px 0;
}
.collection.footer-content img{
	opacity: 1 !important;
    margin: auto;
    display: block;
  	width: 100%;
  	max-width: 600px;
}
.product-image-with-text .text a{
  	font-style: italic;
    font-size: 14px;
}
div.shop.sub-title{
  margin: 30px 0;
}
p.shop a{
  	font-style: italic;
    color: #000;
}
p.shop{
  padding: 30px 0;
  position: relative;
}
div.line{
  position: relative;
  padding: 15px 0;
}

p.shop:after {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: #000;
    bottom: 0;
    position: absolute;
}
div.line:after{
  position: absolute;
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: #000;
}
.content-footer p:nth-child(odd){
  margin-bottom: 0;
}
@media(max-width: 768px){
  .product-image-with-text .image img{
    width: 80%;
  }
  .video-content iframe{
    width: 400px;
    height: 225px;
  }
}
@media(max-width: 425px){
  .product-image-with-text .image img{
    width: 80%;
  }
  .video-content iframe{
    width: 300px;
    height: 170px;
  }
  .product-image-with-text div.image{
    width: 100%;
  }
  .product-image-with-text div.text{
    width: 100%;
  }
  .image-with-text div{
    width: 100%;
    text-align: center;
  }
}