.dist_picker{
	padding-left: 40px;
	margin-top: 1em;
	padding-right: 20px;
}
.dist_header, .dist_row{
	width: 100%;
	display: block;
}
.dist_header_cell, .dist_row_cell{
	display: block;
	float: left;
	width: 25%;
}
.dist_header_cell{
	text-align: center;
    font-size: 15px;
    color: #666;
    cursor: pointer;
}
.dist_row{
	margin-top: 5px;
	height: 6px;
	border-radius: 3px;
	overflow: hidden;
}
.dist_row_cell{
	background: #eee;
	height: 100%;
	width: 12.5%;
}
	.dist_row_cell.active{
		background: #edad91;
	}
.dist_circ_wrap{
	display: inline-block;
	text-align: center;
	width: 30px;
    height: 30px;
	border-radius: 50%;
	margin: 3px;
    padding: 2px;
    border: 3px solid transparent;
}
	.dist_circ_wrap:hover{
		border: 3px solid #ccc;
	}
.dist_circ{
	display: inline-block;
	text-align: center;
	padding: 0px;
	width: 30px;
    height: 30px;
	background: #eee;
	border-radius: 50%;
	vertical-align: middle;
	line-height: 30px;
}
	.dist_header_cell.active{
		color: #fff;
	}
	.dist_header_cell.active .dist_circ{
		background: #edad91;
	}
	.dist_header_cell.active .dist_circ_wrap{
		border: 3px solid #edad91;
	}

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}
@media screen and (max-width: 413px) {}
@media screen and (max-width: 330px) {}/* =============================================================================
   Always shrink Header when there is a browsing side bar
   ========================================================================== */
.header_top_desktop {
    height: 60px;
}
.header_logo_wrapper .header_logo {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}
  .pad_top_header {padding-top: 110px;}
  .pad_top_header2 {padding-top: 60px;}

  .marg_top_header { margin-top: 110px;}
  .marg_top_header2 { margin-top: 60px;}

  .pos_top_header { top: 110px;}
  .pos_top_header2 { top: 60px;}

/* =============================================================================
   SIDE MENU
   ========================================================================== */
#side_bar_back {
  width: 360px;
  position: fixed;
  top: 0;
  bottom: 0px;
  left: 0;
  background: #fff;
  z-index: 50;
  border-right: 1px solid #eee;
}
#side_bar_wrap {
  width: 360px;
  position: fixed;
  bottom: 0px;
  left: 0;
  background: #fff;
  z-index: 101;
}
  #side_bar_wrap::-webkit-scrollbar { 
      display: none; 
  }
                                            
#side_bar {
  clear: left;
  list-style: none;
  padding: 0;
  margin: 12px 0;
  width: 360px;
  position: relative;
  overflow: auto;
  height: 100%;
}
  #side_bar section{
    margin-bottom: 20px;
  }
    #side_bar_back, #side_bar_wrap, #side_bar {
      idth: 760px;
    }

/* =============================================================================
   COLLECTIONS
   ========================================================================== */
.tree_back_title{
  padding: 5px 0 5px 20px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}
.tree_collection_title{
  padding: 5px 0 5px 20px;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tree_divider{
  border-top: 1px solid #f6f6f6;
  padding-top: 10px;
  margin-top: 10px;
}
.tree_no_results{
  text-align: center;
  font-size: 12px;
  color: #666;
}
/* =============================================================================
   FILTER
   ========================================================================== */
.filter_title_main{
  padding: 20px;
  margin-bottom: 10px;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: inherit;
  font-weight: 700;
}
  .filter_title_main .subtitle{
    color: #aaa;
    font-style: italic;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: inherit;
    font-weight: 400;
  }
.filter_sub_wrap{
  padding: 0px 0px 0px 20px;
  list-style: none;
  margin: 0;
}
  .filter_title_sub{
    padding: 0px 0px 0px 0px;
    font-size: 15px;
    color: #666;
    cursor: pointer;
  }

.radio_wrap, .checkbox_wrap{
  padding: 5px 0;
}
  .radio_wrap.cat_active, .checkbox_wrap.filter_active{
    color: #edad91;
  }
.hover_radio_wrap, .hover_checkbox_wrap{
  display: block;
  float: left;
  margin: 0 8px 0 0;
  cursor: pointer;
  text-align: center;
}
.hover_radio_inner, .hover_checkbox_inner{
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  margin: auto;
  padding: 2px;
  border: 3px solid transparent;
}
.hover_checkbox_inner{
  border-radius: 4px;
}
  .radio_wrap:hover .hover_radio_inner, .checkbox_wrap:hover .hover_checkbox_inner{
    border-color: #ccc;
  }
.hover_radio, .hover_checkbox{
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
}
.hover_checkbox{
  border-radius: 1px;
}
  .hover_radio_inner.active, .hover_checkbox_inner.active{
    border-color: #edad91;
  }
  .hover_radio_inner.active .hover_radio, .hover_checkbox_inner.active .hover_checkbox{
    background: #edad91;
  }
    .radio_wrap:hover .hover_radio_inner.active, .checkbox_wrap:hover .hover_checkbox_inner.active{
      border-color: #edad91;
    }

.filter_sub_wrap .color_swatch_wrap{
  display: block;
  float: left;
  margin: 3px;
  cursor: pointer;
  text-align: center;
}
.filter_sub_wrap .color_swatch_wrap_inner{
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  margin: auto;
  padding: 2px;
  border: 3px solid transparent;
}
  .filter_sub_wrap  .color_swatch_wrap:hover .color_swatch_wrap_inner{
    border-color: #ccc;
  }
.filter_sub_wrap  .color_swatch{
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.filter_sub_wrap  .color_swatch_wrap_inner.active{
  border-color: #edad91;
}
  .filter_sub_wrap  .color_swatch_wrap_inner.active:hover{
    border-color: #edad91;
  }


.filter_sub_wrap .check_bttn_wrap{
  display: block;
  float: left;
  margin: 3px;
  cursor: pointer;
  text-align: center;
  font-size: 15px;
  color: #666;
  width: 24%;
  width: calc(25% - 6px);
}
  
.filter_sub_wrap .check_bttn_wrap_inner{
  width: 100%;
  height: 40px;
  display: block;
  margin: auto;
  padding: 2px;
  border: 3px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
  .filter_sub_wrap .check_bttn_wrap_inner:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; /* Adjusts for spacing */
  }
  .filter_sub_wrap  .check_bttn_wrap:hover .check_bttn_wrap_inner{
    border-color: #ccc;
  }
.filter_sub_wrap  .check_bttn{
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
  .filter_sub_wrap .check_bttn_wrap.longer .check_bttn{
    font-size: 10px;
  }
.filter_sub_wrap  .check_bttn_wrap_inner.active{
  border-color: #edad91;
}
  .filter_sub_wrap  .check_bttn_wrap_inner.active:hover{
    border-color: #edad91;
  }


.filter_expandable{
  cursor: pointer;
}
  .filter_expandable:hover{
    background: #eee;
  }
  .filter_expandable .subtitle{
    display: none;
  }
.filter_arrow{
  width: 20px;
  float: right;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.filter_arrow_flip{
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.filter_more_bttn, .attr_group_title{
  text-align: center;
  width: 100%;
  padding: 10px;
  cursor: pointer;
  font-size: 15px;
  color: #666;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

  .filter_more_bttn:hover, .attr_group_title:hover{
    background: #eee;
  }
  .more_bttn_icon{
    width: 18px;
    margin: 0 10px 0 0;
    opacity: .5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
  }
  .more_bttn_icon_hoverable{
    width: 15px;
    margin-left: 10px;
    margin-right: -25px;
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
  }
  .filter_more_bttn:hover .more_bttn_icon_hoverable{
    opacity: .4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
  }
  
.attr_group_content{
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
/* =============================================================================
  PICKER
 ========================================================================== */
.browse_picker_tabs{
  position: absolute;
  top: -40px;
  left: 0;
  width: 98%;
  padding: 0 1%;
}
  .browse_picker_tabs *{
    ont-family: 'Josefin Sans', sans-serif; 
  }
.browse_picker_section{
  padding: 15px 0 15px 0;
}
  .browse_picker_section *{
    ont-family: 'Josefin Sans', sans-serif; 
  }
.browse_picker_1{
  display: inline-block;
  width: 150px;
  float: right;
}
.browse_picker_wrap{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  margin-bottom: 5px;
}
  .browse_picker_wrap:hover{
    pacity: .9;
  }

.browse_picker{
  display: table-cell;
  vertical-align: middle;
}
  
  .browse_picker_wrap_1{
    padding: 0 10px;
    height: 40px;
    border-bottom-width: 4px;
    border-bottom-style: solid;
  }
    .browse_picker_wrap_1.active{}    
    .browse_picker_wrap_1 .browse_picker{
      text-align: center;
      font-size: 14px;
      letter-spacing: 2px;
      font-weight: 300;
      text-transform: uppercase;
    }
      .browse_picker_wrap_1:hover .browse_picker{
        font-weight: 500;
      }
      .browse_picker_wrap_1.active .browse_picker{
        font-weight: 500;
      }
  .browse_picker_wrap_3{
    padding: 20px;
    height: 160px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
  }
    .browse_picker_wrap_3 .browse_picker{
      text-align: center;
      font-size: 60px;
      font-weight: 100;
      text-transform: uppercase;
    }
  .browse_picker_wrap_2{
    padding: 0 20px;
    height: 50px;
    border-right-width: 3px;
    border-right-style: solid;
  }
    .browse_picker_wrap_2 .browse_picker{
      text-align: right;
      font-size: 24px;
      font-weight: 100;
      text-transform: inherit;
    }

/* =============================================================================
   TABS
   ========================================================================== */
.custom_tabs_wrapper2{
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}
  .custom_tabs_wrapper2 li {
    float: left;
    position: relative;
    display: block; 
    z-index: 10;
    font-size: 1.1em;
    cursor: pointer;
  } 
.custom_tabs_wrapper2 .tab_wrapper{
  height: 30px;
  margin-right: 5px;
  padding: 10px 10px 0px 10px;
  border: 3px solid transparent;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
  .custom_tabs_wrapper2.tab_wrapper:hover{
    transition: opacity .3s cubic-bezier(.5,.5,.5,.5);
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    border-color: #eee;
  }
  .custom_tabs_wrapper2 .tab_wrapper:hover .tab_text{      
      olor: #edad91;
  }
.custom_tabs_wrapper2 .tab_wrapper.active{
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
  order-color: #edad91;
}
  .custom_tabs_wrapper2 .tab_wrapper.active .tab_text{
    olor: #edad91;
    ont-weight: 400;
  }

.custom_tabs_wrapper2 .tab_text {
  display: block;
  float: left;
  ont-weight: 500;
  color: #000;
  font-size: 15px;
  margin: 1px 2px 0 5px;
  ont-family: 'Josefin Sans', sans-serif;
}

/* =============================================================================
   Change Location
   ========================================================================== */
.change_location_preview_wrap{
  position: absolute;
  background: rgba(255,255,255,1);
  width: 100%;
  min-height: 70px;
  padding: 5px 1%;
  margin: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
  .change_location_preview_wrap .change_location_preview_item{
    padding: 12px 5px;
    text-align: center;
    font-size: 14px;
    margin: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fcfcfc;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }
    .change_location_preview_wrap .change_location_preview_item:hover{
      background: #eee;
    }
  .change_location_preview_wrap .change_location_preview_message{
    padding: 12px 5px;
    text-align: center;
    font-size: 14px;
    margin: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #777;
  }
 
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {
  .container_side5_1, .container_side5_1 #side_bar_back, .container_side5_1 #side_bar_wrap{
    left: -360px;
    display: none;
  }
  .container_side5_2{
    padding-left: 0;
  }
  .pad_top_header { padding-top: 60px; }
  .marg_top_header { margin-top: 60px; }
  .pos_top_header { top: 60px; }
}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}




/* =============================================================================
   BOOTSTRAP TOOLTIP ONLY
========================================================================== */
  .tooltip {
      position: absolute;
      z-index: 1070;
      display: block;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 1.42857143;
      text-align: left;
      text-align: start;
      text-decoration: none;
      text-shadow: none;
      text-transform: none;
      letter-spacing: normal;
      word-break: normal;
      word-spacing: normal;
      word-wrap: normal;
      white-space: normal;
      filter: alpha(opacity=0);
      opacity: 0;
      line-break: auto
  }

  .tooltip.in {
      filter: alpha(opacity=90);
      opacity: .9
  }

  .tooltip.top {
      padding: 5px 0;
      margin-top: -3px
  }

  .tooltip.right {
      padding: 0 5px;
      margin-left: 3px
  }

  .tooltip.bottom {
      padding: 5px 0;
      margin-top: 3px
  }

  .tooltip.left {
      padding: 0 5px;
      margin-left: -3px
  }

  .tooltip-inner {
      max-width: 200px;
      padding: 3px 8px;
      color: #fff;
      text-align: center;
      background-color: #111;
      border-radius: 4px
  }

  .tooltip-arrow {
      position: absolute;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid
  }

  .tooltip.top .tooltip-arrow {
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 5px 5px 0;
      border-top-color: #111;
  }

  .tooltip.top-left .tooltip-arrow {
      right: 5px;
      bottom: 0;
      margin-bottom: -5px;
      border-width: 5px 5px 0;
      border-top-color: #111;
  }

  .tooltip.top-right .tooltip-arrow {
      bottom: 0;
      left: 5px;
      margin-bottom: -5px;
      border-width: 5px 5px 0;
      border-top-color: #111;
  }

  .tooltip.right .tooltip-arrow {
      top: 50%;
      left: 0;
      margin-top: -5px;
      border-width: 5px 5px 5px 0;
      border-right-color: #111;
  }

  .tooltip.left .tooltip-arrow {
      top: 50%;
      right: 0;
      margin-top: -5px;
      border-width: 5px 0 5px 5px;
      border-left-color: #111;
  }

  .tooltip.bottom .tooltip-arrow {
      top: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 0 5px 5px;
      border-bottom-color: #111;
  }

  .tooltip.bottom-left .tooltip-arrow {
      top: 0;
      right: 5px;
      margin-top: -5px;
      border-width: 0 5px 5px;
      border-bottom-color: #111;
  }

  .tooltip.bottom-right .tooltip-arrow {
      top: 0;
      left: 5px;
      margin-top: -5px;
      border-width: 0 5px 5px;
      border-bottom-color: #111;
  }.sr_preloader{
    width: 60px;
    margin: auto;
    display: block;
    position: relative;
    top: 50%;
    margin-top: -30px;
}
.sr_container{
    position: fixed;
    width: 100%;
    height: 100%;
    height: calc(100% - 50px);
    background: rgba(255,255,255,1);
    z-index: 200;
    top: 50px;
    left: 0;
    overflow: hidden;
}
.sr_wrap{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 60px;
    padding-bottom: 80px;
    overflow: scroll;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}
  .sr_wrap::-webkit-scrollbar { 
      display: none; 
  }
.sr_close{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    cursor: pointer;
    opacity: .4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
    .sr_close:hover{
        opacity: 1;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }
/* =============================================================================
  Prefill
   ========================================================================== */
.search_prefill_section{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.search_section_title{
    margin-bottom: 10px;
}
.search_prefill_row{
    width: 100%;
    padding: 10px 15px;
    min-height: 40px;
    cursor: pointer;
     -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    .search_prefill_row:hover{
        background: #f9f9f9;
    }
    .search_prefill_row h3{
        margin: 0;
    }
.search_item_details, .search_item_details p{
    height: 100%;
    font-size: 12px;
    color: #999;
    text-align: right;
    font-weight: 400;
}
.sr_retailer_img{
    width: 55px;
    height: 55px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
    .sr_retailer_item_wrapper:hover .sr_retailer_img{
        border-color: #ccc;
    }
    .sr_retailer_img .sr_retailer_store_img{
        height: 100%;
        display: block;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;   
        border-radius: 50%; 
    }
.sr_retailer_name{
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {
    .search_item_details, .search_item_details p{
        font-size: 10px;
    }
    .sr_close {
        top: 15px;
        right: 15px;
        width: 20px;
    }
    .search_prefill_row{
        background: #f9f9f9;
        margin-bottom: 4px;
    }
        .search_prefill_row h3{
            font-size: 13px;
            margin-bottom: 3px;
        }
}
@media screen and (max-width: 479px) {}
@media screen and (max-width: 413px) {}
@media screen and (max-width: 330px) {}/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps__rail-x:hover,
.ps__rail-y:hover,
.ps__rail-x:focus,
.ps__rail-y:focus {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
