/** Shopify CDN: Minification failed

Line 19:2 Unexpected "{"
Line 19:3 Expected identifier but found "%"
Line 24:2 Unexpected "{"
Line 24:3 Expected identifier but found "%"

**/
@media only screen and (max-width:767px){
  .eci-PageContainer .drawer--left.drawer--is-open {
    z-index: 999999;
  }
  .eci-site-header {
    position: fixed;
    z-index: 999;
    width: 100%;
  }
  
  {% if template contains 'collection' %}
   .header-wrapper--sticky .eci-site-header.site-header:not(.site-header--stuck) {
    background: #000;
    top:0;
  }
  {% endif %}

   .eci-drawer.drawer--left.drawer--is-open {
    z-index: 999999;
  }
  .eci-page-content--product .product-image-main {
        height: 300px !important;
        width: 100%;
        margin-bottom: 15px !important;
  }
  .eci-page-content--product img.zoomImg {
      display: none !important;
  }
  .eci-page-content--product .image-wrap {
    height: 300px !important;
    overflow: hidden;
    padding: 0 !important;
    width: 100%;
    display: table;
    vertical-align: middle;
	}
  .eci-page-content--product  .photo-zoom-link {
      position: relative;
      overflow: hidden;
      display: table-cell;
      vertical-align: middle;
      height: 100%;
  }
  .eci-page-content--product  img.lazyautosizes.lazyloaded {
      height: auto !important;
      max-height: 300px !important;
      position: relative !important;
      width: auto;
  }
  .eci-main-content .grid-overflow-wrapper .grid__item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100vw;
      flex: 0 0 100vw;
  }
  .eci-main-content .grid-overflow-wrapper .grid__item .image-wrap {
      height: 60vh !important;
      padding-bottom: 0 !important;
  }  
  .eci-main-content .product__main-photos .slick-list {
    padding-right: 0;
  }
  .eci-main-content .grid-overflow-wrapper .grid__item .image-wrap  img.grid-product__image.lazyautosizes.lazyloaded {
      height: 100%;
      width: auto;
  }
  .eci-main-content .hero__image {
      background-size: 100% !important;
  }
  .eci-main-content .map-section {
      height: 250px;
  }
  .eci-main-content .collection-hero {
      height: 170px;
  }
  .eci-main-content .overlaid-header .collection-hero__content {
      padding-top: 45px;
  }

  
}

@media only screen and (max-width: 480px){
  .eci-main-content .grid-overflow-wrapper .grid-product__title {
    height: 40px !important;
    overflow: hidden;
  }
  .eci-main-content .variant-input-wrap label {
    font-size: 13px;   
    letter-spacing: 0;   
    padding: 7px;
    margin: 0 5px 12px 0;
  }
}

@media only screen and  (min-width:768px) and (max-width:810px){
  .eci-site-nav .site-nav__link {
      font-size: 17px;
  }
}

/* New CSS */
.eci-site-header__logo a.site-header__logo-link{
    width: auto;
    display: table-cell;
    vertical-align: middle;
    margin: 0 3px;
}
.eci-site-header__logo a.site-header__logo-link img{
    width: 100%;
}
.eci-site-header__logo a.site-header__logo-link.eci-lethal-threat{
    width: 160px;
}
.eci-site-header__logo a.site-header__logo-link.eci-angel{
    width: 140px;
    padding: 0 10px;
}
.eci-site-header__logo a.site-header__logo-link.eci-down{
    width: 60px;
}
@media only screen and (min-width:1025px){
.grid--collection.eci-grid--collection .collection-item__title.eci-collection-item__title {
    font-size: 20px !important;
    line-height: 24px;
}
.grid--collection.eci-grid--collection .medium-up--one-fifth {
    width: 16.6%;
}
.grid--collection.eci-grid--collection.grid--uniform .medium-up--one-fifth:nth-child(5n+1){
   clear:none !important;
}
}

@media only screen and (max-width: 767px){
.eci-site-header__logo a.site-header__logo-link{
    margin: 0;
}
   
.eci-site-header__logo a.site-header__logo-link img{
    width: 100%;
}
.eci-site-header__logo a.site-header__logo-link.eci-lethal-threat{
    width: 80px;
}
.eci-site-header__logo a.site-header__logo-link.eci-angel{
    width: 65px;
    padding: 0 5px;
}
.eci-site-header__logo a.site-header__logo-link.eci-down{
    width: 30px;
}

.product-single__title.eci-product-single__title {
    font-size: 16px;
    line-height: 20px;
}

.header-layout.eci-header-layout[data-logo-align="center"] .header-item--navigation, .header-layout[data-logo-align="center"] .header-item--icons {
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
}
}