.ProductList_Products_List_Stock .InStockAt {
  color: #000000 !important;
  padding: 10px;
  border: 1px solid #97e1f9;
  background-color: #e2f8ff;
  border-radius: 10px;
}

.InStockAt:after {
  font-weight: bold;
  color: #000000;
  content: "*";
}

.Category {
  height: 250px;
  max-height: 250px;
  min-height: 250px;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
}

.category_image {
  width: 100%;
  height: 100%;
}

.overlay_text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(100, 100, 100, 0.75);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  font-size: 20px;
  line-height: 250px;
}

.Category:hover .overlay_text {
  visibility: visible;
  opacity: 1;
  cursor: pointer;
}

#slider {
  position: relative;
  left: 50%;
  margin-left: -56px;
  width: 110px;
  height: 10px;
  background: #333;
  padding: 4px 6px;
  border: 1px solid #000;
  margin-top: 100px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgba(0, 0, 0, 0)),
    color-stop(1, rgba(255, 255, 255, 0.2))
  );
  background-image: -moz-linear-gradient(
    center bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(255, 255, 255, 0.2) 100%
  );
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset,
    0 -1px 0 rgba(255, 255, 255, 0.1) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset,
    0 -1px 0 rgba(255, 255, 255, 0.1) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset,
    0 -1px 0 rgba(255, 255, 255, 0.1) inset;
}

.ProductFilter_SideWide_Price_Slider:after {
  border-top-color: #333;
  bottom: -13px;
}

.PriceSlider {
  background: #e8e8e8;
  position: relative;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.PriceSlider .ui-corner-all {
  border-top-left-radius: 0;
}

.ui-slider-range {
  height: 7px;
  background: #fff;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: width 0.25s;
  -moz-transition: width 0.25s;
  transition: width 0.25s;
}

.ui-slider-handle {
  display: block;
  width: 19px;
  height: 19px;
  background: #ffffff;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
  border: 1px solid #e8e8e8;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  margin: -13px 0 0 -2px;
  -webkit-transition: left 0.25s;
  -moz-transition: left 0.25s;
  transition: left 0.25s;
}

.ui-slider-handle:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
.CollapseCategoryItem {
  display: none;
}

.checkbox-x {
  vertical-align: middle;
  margin-right: 4px;
  font-size: 22px !important;
  color: #00809f;
}

.checkbox-o {
  vertical-align: middle;
  margin-right: 2px;
  font-size: 22px !important;
}

.selected-x {
  vertical-align: middle;
  margin-right: 4px;
  font-size: 22px !important;
}
.selected-x:hover {
  color: #00809f;
}
.selected-check {
  vertical-align: middle;
  margin-left: 4px;
  font-size: 22px !important;
}
.selected-check:hover {
  color: #00809f;
}
.search-o {
  vertical-align: middle;
  margin-right: 4px;
  font-size: 22px !important;
}

/**************************
* CSS related to Module ProductList    
* SideWide features
***************************/
.ProductFilter_SideWide_Box,
.ProductFilter_SideWide_Box_Shop {
  display: inline-block;
  float: left;
  border: 1px solid #ebebeb;
  min-width: 300px;
  background-color: #fff;
}

.ProductFilter_SideWide_Title {
  width: 100%;
  padding: 15px;
  text-align: right;
  border-bottom: 1px solid #ebebeb;
}

.ProductFilter_SideWide_ClearAll {
  font-weight: 400;
}

.ProductFilter_SideWide_CurrentKeyword {
  width: 100%;
  margin-top: 10px;
  border-bottom: 1px solid #ebebeb;
}

.ProductFilter_SideWide_CurrentKeyword_Title {
  width: 100%;
  font-weight: 600;
  padding-top: 10px;
  text-transform: capitalize;
  text-align: center;
  position: relative;
}

.ProductFilter_SideWide_CurrentFilter {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  border-bottom: 1px solid #ebebeb;
}

.ProductFilter_SideWide_CurrentFilter_Title {
  width: 100%;
  font-weight: 600;
  padding: 10px 0 15px 0;
  text-align: center;
  position: relative;
}

.ProductFilter_SideWide_CurrentFilters {
  display: inline-block;
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid #ebebeb;
}

.ProductFilter_SideWide_SubCategories_Filter_Hidden {
  display: none;
}

.ProductFilter_SideWide_CurrentFilters_Title {
  width: 100%;
  padding: 10px 0 15px 0;
  text-align: center;
  position: relative;
}

.ProductFilter_SideWide_CurrentFilters_List {
  width: 100%;
  overflow-x: hidden;
  padding: 15px;
  text-align: left;
}

.ProductFilter_SideWide_CurrentFilters_List > ul {
  list-style: none !important;
  margin: 0;
}

.ProductFilter_SideWide_Categories {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  padding: 15px;
}

.ProductFilter_SideWide_Categories_Title {
  width: 100%;
  line-height: 2;
  text-transform: capitalize;
  text-align: center;
  position: relative;
}

.ProductFilter_SideWide_Categories_List {
  width: 100%;
  overflow-x: hidden;
  padding: 15px;
  text-align: left;
}

.ProductFilter_SideWide_Categories_List > ul {
  list-style: none !important;
  margin: 0;
}

.ProductFilter_SideWide_Price {
  padding: 15px;
}

.ProductFilter_SideWide_Price_Title {
  text-transform: capitalize;
  text-align: center;
  position: relative;
}

.ProductFilter_SideWide_Price_Wrap {
  padding: 0 20px 20px 20px;
}

.ProductFilter_SideWide_Price_labels {
  text-align: center;
}
.ProductFilter_SideWide_Price_RangeMin {
  float: left;
}
.ProductFilter_SideWide_Price_RangeSelected,
.ProductFilter_SideWide_Price_RangeMin,
.ProductFilter_SideWide_Price_RangeMax {
  font-size: 12px;
}
.ProductFilter_SideWide_Price_RangeSelected {
  float: none;
}
.ProductFilter_SideWide_Price_RangeMax {
  float: right;
}

.ProductFilter_SideWide_Price_Slider {
  padding-top: 10px;
  padding-bottom: 10px;
  align-content: center;
  text-align: center;
}

.ProductFilter_SideWide_Price_InStock {
  padding-left: 16px;
  padding-bottom: 10px;
}

.ProductFilter_SideWide_SubCategories {
  border-bottom: 1px solid #ebebeb;
  padding: 15px;
}

.ProductFilter_SideWide_SubCategories_Title {
  line-height: 2;
  text-align: center;
  text-transform: capitalize;
  position: relative;
}

:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
.ExpandItem {
  border: solid #aeaeae;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  position: absolute;
  right: 0;
  top: 5px;
}

.CollapseItem {
  border: solid #aeaeae;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  right: 0;
  position: absolute;
}

.ProductFilter_SideWide_SubCategories_List {
  width: 100%;
  overflow-x: hidden;
  padding: 15px;
  text-align: left;
}

.ProductFilter_SideWide_SubCategories_List > ul {
  list-style: none !important;
  margin: 0;
}

.ProductFilter_SideWide_SubCategories_LoadMore {
  text-align: left;
  font-weight: 400;
  padding-left: 10px;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #00809f;
  background: #00809f;
  border-radius: 5px;
  width: 105px;
}

.ProductFilter_SideWide_SubCategories_LoadMore:hover {
  font-weight: 400;
}

.ProductFilter_SideWide_SubCategories_LoadMore::after {
  content: "...";
}

.PriceSlider {
  margin-top: 5px;
  margin-bottom: 10px;
}

.PriceSlider > .ui-slider-range {
  background-color: #00809f;
}

.ProductFilter_SideWide_Categories > ::-webkit-scrollbar,
.ProductFilter_SideWide_SubCategories > ::-webkit-scrollbar,
.FilterCollapsible .ProductFilter_SideWide_Box::-webkit-scrollbar,
.FilterCollapsible .ProductFilter_SideWide_Box_Shop::-webkit-scrollbar {
  width: 12px;
}

.ProductFilter_SideWide_Categories > ::-webkit-scrollbar-track,
.ProductFilter_SideWide_SubCategories > ::-webkit-scrollbar-track,
.FilterCollapsible .ProductFilter_SideWide_Box::-webkit-scrollbar-track,
.FilterCollapsible .ProductFilter_SideWide_Box_Shop::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.ProductFilter_SideWide_Categories > ::-webkit-scrollbar-thumb,
.ProductFilter_SideWide_SubCategories > ::-webkit-scrollbar-thumb,
.FilterCollapsible .ProductFilter_SideWide_Box::-webkit-scrollbar-thumb,
.FilterCollapsible .ProductFilter_SideWide_Box_Shop::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.ui-slider .ui-slider-handle {
  border-radius: 50%;
}

.FilterCollapsible .ProductFilter_SideWide_Box,
.FilterCollapsible .ProductFilter_SideWide_Box_Shop {
  background-color: #ffffff;
  border: 1px solid #d3d3d3;
  width: 450px;
  height: 100vh;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -1px;
}

.CollapseFilter .ProductFilter_SideWide_Box,
.CollapseFilter .ProductFilter_SideWide_Box_Shop {
  margin-left: 0px;
  overflow: hidden;
  width: 0px;
  border: none;
  padding: 10px 0px;
}

.FilterCollapsible #btnToggleSideFilter {
  cursor: pointer;
  width: 100%;
  float: right;
  text-align: center;
  padding: 0 30px;
}

.btnToggleSideFilter {
  cursor: pointer;
}

.FilterCollapsible .ProductFilter_SideWide_Box > div,
.FilterCollapsible .ProductFilter_SideWide_Box_Shop > div {
  white-space: nowrap;
}
.ProductFilter_SideWide_SearchButtonWrap {
  border-top: 1px solid #ebebeb;
}
.ProductFilter_SideWide_SubCategories_List li {
  line-height: 2;
  cursor: pointer;
}

.btnToggleSideFilterInner > span {
  font-size: 12px;
  text-decoration: none;
}

.btnToggleSideFilterInner .fa {
  padding-right: 4px;
}

.btnToggleSideFilterInner,
.btnToggleSideFilterInner:hover {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0.5em;
}

.ProductFilter_SideWide_ClearAll a,
.ProductFilter_SideWide_ClearAll a:hover {
  cursor: pointer;
}

.ProductFilter_SideWide_Price_InStock input[type="checkbox"] {
  display: none;
}

.ProductFilter_SideWide_Price_InStock input[type="checkbox"] + label:before {
  content: "\f096";
  font-family: FontAwesome;
  padding-right: 5px;
}

.ProductFilter_SideWide_Price_InStock
  input[type="checkbox"]:checked
  + label:before {
  content: "\f14a";
  color: #1f597c;
}

.Category_Description {
  padding-left: 5px;
}

.ProductFilter_SideWide_Categories_Filter {
}

.ProductFilter_SideWide_CurrentFilters_Filter span {
  white-space: normal;
  vertical-align: text-top;
}

.ProductFilter_SideWide_CurrentFilters_Filter {
  cursor: pointer;
}

#lblApplyPriceFilter {
  background: #ccc;
  padding: 5px 20px;
  display: inline-block;
  margin: 0.5em 0px;
  color: #000;
  font-weight: 400;
  transition: all 750ms ease;
  cursor: pointer;
  pointer-events: none;
}

.lblApplyPriceFilter.ToAction {
  background: #1f597c;
  color: #fff;
  font-weight: 400;
  pointer-events: initial;
}

a.btnToggleSideFilter {
  display: none;
  cursor: pointer;
}

.btnToggleSideFilter > span {
  display: inline-block;
  line-height: 36px;
  white-space: nowrap;
  font-weight: 700;
}

.btnToggleSideFilter:hover {
  text-decoration: none;
}

.ProductFilter_SideWide_SearchButtonInner {
  display: flex;
  justify-content: center;
  padding: 20px;
}

.ProductFilter_SideWide_SearchButton {
  background-color: #00809f;
  color: #fff !important;
  cursor: pointer;
  display: block;
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  width: 60%;
  line-height: 2;
}



/* product filter module on shop page */
.shop-product-filter .ProductFilter_SideWide_Box,
.shop-product-filter .ProductFilter_SideWide_Box_Shop {
  width: 100%;
  min-width: 100%;
}

.fader {
  transition: all linear 500ms;
  opacity: 1;
}

.fader.ng-hide {
  transition: all linear 500ms;
  opacity: 0;
}

.filter__product-feed-loader {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border-style: solid;
  border-top-color: transparent;
  animation: filter__product-feed-loader 1s infinite linear;
  opacity: 0;
  visibility: hidden;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  border-width: 2px;
  z-index: 1;
}

.filter__product-feed-loader {
  color: rgba(0,0,0,0.2);
  opacity: 1;
  visibility: hidden;
  width: 48px;
  height: 48px;
  margin: 145px 0 0 -24px;
  border-width: 4px;
}

@-moz-keyframes filter__product-feed-loader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes filter__product-feed-loader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-o-keyframes filter__product-feed-loader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes filter__product-feed-loader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/* mobile filter */

#app-product-list .app-product-filter_content a.btnToggleSideFilter {
  width: 100%;
  text-align: left;
}

.ProductFilter_SideWide_FilterBox {
  overflow-y: scroll;
  border-bottom: 1px solid #ebebeb;
  height: calc(100% - 60px);
  vertical-align: top;
  overflow-x: hidden;
}

.ProductFilter_SideWide_ApplyFilterButtonWrap {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}

.ProductFilter_SideWide_ClearFilterButton, .ProductFilter_SideWide_ClearFilterButton:hover {
  color: #00809f;
  background-color: #ffffff;
  border: 1px solid #00809f !important;
}

.ProductFilter_SideWide_ClearFilterButton a, .ProductFilter_SideWide_ClearFilterButton a:hover, .ProductFilter_SideWide_ClearFilterButton a:visited {
  color: #00809f;
}

.ProductFilter_SideWide_ApplyFilterButton, .ProductFilter_SideWide_ApplyFilterButton:hover {
  color: #ffffff;
  background-color: #00809f;
  border: 1px solid #00809f !important;
}

.ProductFilter_SideWide_ApplyFilterButton a, .ProductFilter_SideWide_ApplyFilterButton a:hover, .ProductFilter_SideWide_ApplyFilterButton a:visited {
  color: #ffffff;
}

.FilterCollapsible .MobileFilter .ProductFilter_SideWide_Box > div, .FilterCollapsible .MobileFilter .ProductFilter_SideWide_Box_Shop > div {
  white-space: normal !important;
}

.MobileFilter .ProductFilter_SideWide_CurrentFilters {
  padding: 0;
}

.MobileFilter .ProductFilter_SideWide_CurrentFilters_Title {
  padding: 5px 0 0 0;
  font-weight: 500;
}

.MobileFilter  .ProductFilter_SideWide_CurrentFilters_List {
  padding: 0 15px;
}

.MobileFilter .ProductFilter_SideWide_CurrentFilters_Filter {
  line-height: 30px;
}

.MobileFilter .ProductFilter_SideWide_Categories {
  padding: 0;
}

.MobileFilter .ProductFilter_SideWide_Categories_List {
  padding: 0 15px;
}

.MobileFilter .ProductFilter_SideWide_SubCategories {
  padding: 0;
}

.MobileFilter .ProductFilter_SideWide_SubCategories_Title {
  padding: 5px 0 0 0;
  font-weight: 500;
}

.MobileFilter .ProductFilter_SideWide_SubCategories_List {
  padding: 0 15px;
}

.MobileFilter .ProductFilter_SideWide_Price {
  padding: 0;
}

.MobileFilter .ProductFilter_SideWide_Price_Title {
  padding: 5px 0 0 0;
  font-weight: 500;
}

.MobileFilter .ProductFilter_SideWide_Price_Slider {
  padding-top: 0;
  padding-bottom: 0;
}
.MobileFilter .ProductFilter_SideWide_SubCategories_LoadMore {
  text-align: left !important;
  font-weight: 400;
  padding-left: 10px;
  color: #00809f;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
  border: 0px;
  background: transparent;
  border-radius: 5px;
  width: 105px;
}
/* mobile filter */