/** Shopify CDN: Minification failed

Line 30:3 Unexpected "/"

**/
.progress {
  display: block;
  width: 100%;
  height: 10px;
  border-radius: 10px;
  overflow: hidden;
  
  background-color: #f5f5f5;
  background-image: linear-gradient(to right, black, black);
  background-repeat: no-repeat;
  background-size: 0 100%;
  
  transition: background-size .4s ease-in-out;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
} */

/* .halo-sidebar_menu .menu-lv-item.menu-lv-1:not(.is-open) ul{
    display: none;
} */

.header__inline-menu .d-none {
  display: block !important;
}

body .Meteor-MobileNavigation .Meteor-MobileNavigation__Link a {
  width: 100%;
  justify-content: space-between !important;
}

.header__inline-menu {
  width: 100%;
}
.collection-filters__item {
  display: flex;
}
@media screen and (max-width:1025px)
{
  .collection-filters__item
  {
   display: block!important;
}
}
/* 
@media screen and (min-witdh: 1300px) {
  .halo-collection-content.halo-grid-content.sidebar--layout_horizontal {
    margin-left: 25px;
    margin-right: 25px;
  }
}
.collection-filters__item.facets__wrapper {
  position: fixed !important;
  top: 9% !important;
  background-color: white !important;
  padding: 5px !important;
  border-radius: 5px;
  width: 100%;
  text-align: left;
}
.sidebarBlock-heading.is-clicked {
  margin-top: 30px;
}

@media screen and (min-width: 1700px) {
  .collection-filters__item.facets__wrapper {
    top: 7% !important;
  }
} */
@media (min-width: 768px) {
  body .productView-nav.style-3 .productView-image:nth-child(3n + 3) {
    width: 50%;
    /* padding-right:5px; */
    padding-right: 6px;
  }
}

@media (min-width: 1025px) {
  .menu-mobile {
    display: none;
  }
  .page-sidebar.page-sidebar--horizontal {
    z-index: 2;
  }

  body .halo-productBadges {
    z-index: 1;
  }

  body .card-product:hover .card-media.media--hover-effect > img + img {
    transform: unset;
  }
}
.sidebar--layout_2
  .sidebarBlock-headingWrapper
  .sidebarBlock-heading.is-clicked:before {
  transform: translate3D(-100%, -50%, 0) rotate(2deg) !important;
}
/* .halo-collection-content .facets-horizontal .sidebarBlock-heading {
  margin-top: 30px !important;
} */
@media (min-width: 1025px) {
  .page-sidebar.page-sidebar--horizontal .sidebarBlock-heading:before {
    transform: translate3D(-100%, -50%, 0) rotate(0) !important;
  }
}
