/** Shopify CDN: Minification failed

Line 254:2 Unexpected "}"

**/
#PBarNextFrameWrapper{
  display:none;
}
.u_coll_row {
    display: flex;
    flex-wrap: wrap;
  }
  .u_coll_left{
    width: 25%;
  }
  .u_coll_right {
    width: 75%;
  }
  .u_filter_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:10px 0;
  }
 .u_filter_title {
      text-transform: uppercase;
    letter-spacing: normal;
    color: black;
    font-size: 20px;
    font-weight: bold;
    color:rgb(56, 62, 71);
    margin:0;
    line-height:1.3;
  }
  .u_selected_filter_labels {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    /*     border-bottom: 1px solid rgba(23,33,28,0.25); */
    display:none
  }
  .u_filter_label {
       font-size: 20px;
    letter-spacing: .5px;
    color: black;
    padding: 0;
    margin: 5px 0;
  }
  .u_checkbox_cont {

    display: block;
    cursor: pointer;
        margin: 0;
    width: 210px;
  }
  .u_check_input {
        accent-color: black;
            min-height: unset;
  }

  .u_filter_span {
    font-weight: 400;
    color: black;
    font-size: 16px;
    letter-spacing: .5px;
    font-size: 14px;
     text-transform: capitalize;
    padding: 5px;
  }
  .u_checkbox_cont .u_check_input:checked + .u_filter_span {
     font-weight: bold;
  }
  .u_checkbox_cont .u_check_input[disabled] + .u_filter_span {
    opacity: 0.5; 
    cursor:default
  }
  div#slider {
    width: 100%;
    height: 3px;
    border: none;
    background: black;
  }
  #slider span{
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
  }
  .ui-slider-range{
    background:#ddd !important;
  }
  .ui-state-active:hover{
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545 !important;
  }
   .ui-state-active{
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545 !important;
  }
  .u_right_ui_price {
    position: absolute;
    top: 30px;
    right: 0;
    text-align: center;
  }
  .u_left_ui_price {
    position: absolute;
    top: 30px;
    left: 0;
    text-align: center;
  }
  .u_clear_filters {
    cursor: pointer;
    color: black;
    letter-spacing: .5px;
  }

  .custom-selected-filter-span-li{
    padding: 5px;
        list-style: none;
  }

  .custom-selected-filter-span,.custom_selected_filter_span_price{
    background: rgb(231, 231, 231);
    display: inline-block;
    padding: 6px 12px;
    border-radius: 5px;
    cursor: pointer;
  }
  .custom-selected-filter-span i{
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
    padding-right: 8px;
    vertical-align: middle;
  }
  .custom-selected-filter-span em{
    font-style: normal;
  }
  .custom-filter-loader-text {
    font-size: 28px;
    font-weight: 500;
    text-align: center
  }
  .custom-filter-loader{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999999;
    display: none;
  }
  .custom-filter-spin{
    animation: animate 1s linear infinite;
    font-size: 50px;
  }
  @keyframes animate{
    0%{transform: rotate(0deg)}
    100%{transform: rotate(360deg)}
  }
  .u_custom_mb_filter {
    cursor: pointer;
    padding: 30px 0;
    display: none;
  }
  .u_mobile_menu_filter{
    width: 85%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: -100%;
    transition: all 0.5s;
    background: white;
    overflow: auto;
    z-index: 999999;
  }

  .u_mobile_menu_filter.active {
    left:0%
  }

  .u_filter_active{
    overflow: hidden;
  }

  .u_custom_filter_price {
    padding: 10px 0px 30px 0;
  }
  .u_custom_product_grid {
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
  }
  .u_product_error {
    color: black;
    text-align:center;
    font-size:22px;
    z-index: 9999;
  }

  .u_filter_menu_title {
    text-align: center;
    font-size: 24px;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin:0;
    color: #383e47;
  }
  .u_mb_filter_title {
    font-size: 24px;
    color: black;
    text-transform: capitalize;
    letter-spacing: .5px;
  }

  .u_mb_filter_cont_menu{
    padding: 15px;
  }
  .u_mb_filter_header {
    padding: 15px;
  }
  .u_mb_filter_hamburger {
   width: 100%;
    padding: 15px 0;
    display: none;
    margin: 0 0 32px 0;
    width: 100%;
    text-align: center;
    border: 1px solid black;
  }
  .u_mb_filter_btn_wrapper,.u_mb_filter_btn_block{
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
	display: none;
  }
  .u_mb_filter_btn{
    background: black;
    color: white;
    border-radius: 20px;
    width: 100%;
    text-transform: capitalize;
    font-size: 18px;
    letter-spacing: .5px;
  }
  }
  .u_mb_filter_btn_block {
    padding: 10px;
    display: none;
  }
  .u_mb_custom_filter_content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .u_mb_filter_header{
    display: none;
    border-bottom: 1px solid black;
    padding: 10px;
  }
  .u_mb_filter_cont,.u_mb_filter_header {
    position: sticky;
    top: 0;
    left: 0;
    background: white;
    z-index: 999999999999999;
    width:100%;
  
  }

  .u_mb_cross_filter {
    position: fixed;
    top: 5%;
    right: 5%;
    z-index: 999;
    display: none;
  }
  .u_mb_cross_filter i {
    font-size: 30px;
    font-weight: 100;
    color: black;
  }
  .u_filter_overlay {
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
        z-index: 999999
}
  .u_mb_filter_parent{
      overflow-x: scroll;
    display: none;
  }
  .u_mb_filter_parent::-webkit-scrollbar {
 display:none
}
  .u_mb_custom_selected_filters {
    display: none;
    align-items: center;
    overflow-y: hidden;
    overflow-x: auto;
    justify-content:space-between;
    width: 100%;
    min-width: max-content;
  }
  .u_mb_custom_selected_filters_left {
    display: flex;
    align-items: center;
}
  .u-custom-selected-filters-heading{
      flex: 0 0 auto;
      margin:0;
  }
  .u_mb_custom_selected_filters_ul{
  display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex: 0 0 auto;
  }
  .u-custom-clear-filters{
  flex: 0 0 auto;
  }
  @media screen and (max-width: 990px){
    .u_filter_row {
      display: none;
    }
    .u_mb_filter_btn_block {
      padding: 10px;
      display: block;
    }

    .u_mb_filter_hamburger{
      display:block
    }
    .u_coll_right {
      width: 100%;
    }
    .u_custom_filter{
      width: 100%;
      position: fixed;
      top: 0;
      left: -100%;
      background: white;
      z-index: 99999999999;
      width: 85%;
      height: 100%;
      overflow-y: auto;
      transition: all .5s;
    }
    .u_custom_filter.active {
      left: 0%;
    }
    .u_mb_filter_wrapper{
      padding:0 15px
    }
    .u_mb_fil {
      border-bottom: 1px solid black;
    }
    .u_collection_filters {
      padding: 0;
    }
    .u_mb_filter_parent{
      display: block;
    }
    .u_mb_filter_header{
      display:block
    }
    .u_selected_filter_labels{
      display:none !important
    }
    .u_selected_filter_price_labels{
    display:none
    }
  }