/** Shopify CDN: Minification failed

Line 152:4 "Position" is not a known CSS property
Line 342:2 A nested style rule cannot start with "span" because it looks like the start of a declaration

**/


/* ******************************* */
/* General */
/* ******************************* */


.payment-icons .icon {
  width: 25px;
}

button:focus{
  outline: 0px;
}


.pointer{
cursor: pointer;
}

@media only screen and (max-width: 688px){

  .hide-last .product:last-child  { display:none }

  #MainContent {
    margin-bottom: 50px;
    margin-top: 12px;
  }

  .index-sections{
    margin-top: 6vh;
  }

  select{
    font-size: 11px;
  } 
}

.badge--sale{
  display:none;
}


.shadow{
  box-shadow: 1px 1px 5px #b9b9b9;
}

@media only screen and (min-width: 689px ){
  .site-wrapper {
    padding: 14px 30px;
  }
}

.bold{
  font-weight: bold!important;
}

.btn{
  font-weight: bold!important;
}

.btn--secondary {
  padding: 15px 15px;
  display: block;
  max-width: 250px;
}

.bnw {
  -webkit-filter: grayscale(70%); /* Safari 6.0 - 9.0 */
  filter: grayscale(70%);
}

.bnw-hover {
  -webkit-filter: grayscale(70%); /* Safari 6.0 - 9.0 */
  filter: grayscale(70%);
}

.bnw-hover:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}


/* ******************************* */
/* Navigation and Sidebar */
/* ******************************* */

.site-wrapper {
    margin-top: 30px;
}

.site-header{
  padding:0px 30px;
  background-color: #fff;
  position: fixed;
  z-index: 200;
  margin: auto;
  left: 0;
  right: 0;
/*   max-width: 1500px; */
  width: 100%;
  top: 25px;
}

.top-bar.grid {
    max-width: 1500px;
    margin: auto;
}

#HeaderLogoWrapper {
  margin: 0px 0 30px 0;
}

.list--nav{
  border-top:solid 1px #222;
  padding:10px 0px;
  max-width: 170px;
}

.site-nav__submenu{
  padding-left:10px!important;
  background-color: whitesmoke;
}


  .sidebar-scroll {
    overflow-y: auto;
    padding-right: 20px;
    height: 85vh;
    
}




@media only screen and (max-width: 688px){

    .sidebar-scroll {
height: auto;
}

  .icon-nav{
    top: 12px;
    max-width: 146px;
    right: 12px;
    Position: absolute;
    z-index: 100;
  }

  .site-logo{
    position: fixed;
    z-index: 200;
    left: 0;
    right: 0;
    width: 170px;
    /* padding-right: 30px; */
    margin: auto;
  }

  #HeaderLogoWrapper {
    margin: 11px auto;
    width: 93px !important;
  }
  .site-header{
    padding:5px 15px;
    height: 44px;
  }

  .top-bar .icon {
    width: 17px;
    height: 17px;
  }
  #ToggleMobileMenu {
    margin: 0px;
    position: fixed;
    top: 40px;
    z-index: 300;
  }

  .list--nav{
    max-width: 100%;
  }


  .site-nav{
    position: fixed;
    z-index: 4000;
    width: 100%;
    background-color: white;
    top: 42px;
    left: 0px;
    border-bottom: 1px solid black;
  }

}

@media only screen and (min-width: 689px){
  .sidebar{
    position: fixed;
    float: left;
    padding-right: 50px;
    z-index: 200;
    min-width: 204px;
  }

}



.site-nav__link, .customer-links, .site-header__cart, .search-bar__input {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.6px;
  padding: 2px 0;
}

.site-nav--active .site-nav__link{
  text-decoration:underline;
}

.top-bar__search{
  display:inline-block;
}
.top-bar__search  input{
  padding: 4px;
}

.top-bar .search-bar__input {
  width: 58px;
}

button.search-bar__submit {
  padding: 2px;
}

.breadcrumb-nav, .breadcrumb-nav a{
  line-height: 10px;
  font-size: 13px;
  font-weight: 600;
  color: black;
  text-transform: uppercase;
  margin-bottom: 17px;
}



.page-border {
  height: 1px;
}

.vertical-divider::after {
  padding: 0px;
}

/* ******************************* */
/* Main Content */
/* ******************************* */
.main-content{
  min-height:45vh;
}

@media only screen and (min-width: 689px){
  .main-content {
    padding-top: 52px;
    padding-bottom: 40px;
    min-height:80vh;
    max-width: 100%;
    width: 100%;
    padding-left: min(230px, 25%); 
  }
}

.sub-footer{
  display:none;
}

footer .btn{
  max-width: 167px;
  padding: 11px;
  font-weight: 100 !important;
  font-size: 12px;
}

/* ******************************* */
/* Index and homepage sections */
/* ******************************* */
.index-sections .shopify-section {
  margin: 0px 0px 60px 0px;
}



.feature-row__image{
  max-width: 470px !important;
  right: 0;
}


.section-title{
  font-weight: 700!important;
  font-size: 1.2em;
}

.shop-all-link {
  color: black;
  text-decoration: underline;
  font-weight: bold;
  float: right;
  margin-top: 10px;
  font-size: 12px;
}



/* ******************************* */
/* Collections */
/* ******************************* */

.collection-template{
  padding-right:14px;
}

.collection-title{
  margin:0px;
}

.grid-gap-collection {
  grid-gap: 40px;
}

.pagination {
  font-size: 16px;
  padding: 40px 10px;

  span.page {
    padding: 0px 5px;
  }
  span.page.current {
    color: red;
  }
}

.sold-out-opacity{
  opacity:1;
}

.product-image-hover{
  opacity:0;
  &:hover{
    opacity:1;
  }
}

.collection-sorting__dropdown select {
  line-height: 1;
  font-size: 12px;
}

.collection-sorting {
  margin: 0 auto 8px;
}

.product__image-wrapper {
  margin-bottom: 5px;
}

@media only screen and (max-width: 688px){

  .product__prices {
    font-size: 8px;
  }

  .grid-gap-collection {
    grid-gap: 11px;
  }
}
/* ******************************* */
/* Product */
/* ******************************* */

.grid.product-single{
  margin-top: 10px;
}

.product-single__featured-image-wrapper {
  margin: 0 auto 40px;
}

.comingsoon-tag{
  background-color: #d2d2d2;
  display: table;
  padding: 10px;
  box-shadow: 2px 2px 3px #999;
}

@media only screen and (max-width: 688px){
  .comingsoon-tag{
    margin: auto;
  }
}

.product-single__photos{
  max-width:61vh !important;
  margin:auto;
}

.flex-control-paging a {
  width: 9px;
  height: 9px;
  border: 1px solid #fff;
}


.product-single__photo_slide{
  width:100%;
  margin: auto;
}


.product-single__featured-image-wrapper{
  max-height: 88vh;
}

.product-single__title{
  line-height: 27px;
  margin-bottom: 15px;
}

#AddToCart, .btn{
  background-color: #3e3e3e;
  padding: 9px 63px;
  margin-bottom: 14px;
}


.product-single__thumbnails li {
  margin-bottom: 0px;
}

.section-header__title {
  font-size: 13px;
  font-weight: 600;
}

.size_chart{
  position: fixed;
  z-index: 1000;
  margin: auto;
  width: 95%;
  max-width: 650px;
  top: 20%;
  left: 0;
  right: 0;
  border: 1px solid black;
}

.size_chart_wrapper{
height: 100%;
    width: 100%;
    position: fixed;
    background-color: #222222de;
    top: 0;
    left: 0;
    z-index: 900;
  backdrop-filter: blur(5px);
}

.size_chart_close {
    padding: 6px 10px;
    right: 7px;
    position: absolute;
    background-color: grey;
    top: 10px;
}

@media only screen and (max-width: 688px){
  .product-single__title {
    line-height: 25px;
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 21px;
  }


  .product-single__meta {
    margin: auto;
    max-width: 97%;
  }
  .product-single__title{
    width: 86vw;
    max-width: 320px;
  }
}

.product-recommendations{
  padding-right:10px;
}

/* ******************************* */
/* Pages */
/* ******************************* */
.rte ul{
  list-style-type: inherit;
}



/* ******************************* */
/* Blog */
/* ******************************* */
.featured-blog__post .article__featured-image-wrapper {
  margin-bottom: 15px;
}

.article-excerpt{
  font-size:12px;
}

.featured-blog-title{
  margin: 0 0 8px;
}



/* ******************************* */
/* Article */
/* ******************************* */
.template-article .txt--minor{
  display:none;
}


.article header h1{
display:none;
}



/* ******************************* */
/* Cart */
/* ******************************* */

.cart__policies {
  margin-bottom: 20px;
}
.continue-shopping-btn{
  padding-top:7px;
}


/* ******************************* */
/* Footer */
/* ******************************* */
.site-footer__section-title {
  font-weight: bold;
  font-size: 13px;
}

.site-footer__menu li{
  font-size: 11px;
}


/* ******************************* */
/* Privacy Policy */
/* ******************************* */

#shopify-privacy-banner-div {
  padding: 6px 10px 8px !important;
}



#shopify-privacy-banner-div h3{
  font-size:12px !important;
}



/* ******************************* */
/* Shop Pay */
/* ******************************* */
.shop_pay{
font-size:10px;
}