.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;
}

.ProductList_Products_TopBar_Breadcrumbs {
  float: left;
}
.ProductList_Products_TopBar_Breadcrumbs .breadcrumb-last {
  color: #00809f;
}

.category-header h2,
.category-header p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -115%);
  color: white;
  text-align: center;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

.category-header p {
  transform: translate(-50%, 5%);
  line-height: 18px;
}

.category-header {
  position: relative;
  width: 100%;
  height: 350px;
  background-position: center;
  background-size: cover;
}

/**************************
* CSS related to Module ProductList    
* Products List
***************************/
.ProductList_Products_Box {
  display: inline-block;
  width: 100%;
}

.ProductList_Products_Tabs {
  display: inline-block;
  width: 100%;
}

.ProductList_Products_Tabs_Tab {
  min-width: 10%;
  float: left;
  position: relative;
  top: 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
  margin-right: 3px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: -webkit-linear-gradient(#e0e0e0 #cccccc);
  background: -o-linear-gradient(#e0e0e0, #cccccc);
  background: -moz-linear-gradient(#e0e0e0, #cccccc);
  background: linear-gradient(#e0e0e0, #ccc);
  cursor: pointer;
}

.ProductList_Products_Tabs_Tab > span {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
  width: 100%;
  text-align: center;
  color: #333;
  font-weight: bold;
}

.ProductList_Products_Tabs_Tab_Selected {
  margin-bottom: -2px;
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: 0;
  z-index: 2;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.ProductList_Products_Tab {
  width: 100%;
  display: inline-block;
  margin-top: 0px;
}

.ProductList_Products_TopBar {
  float: left;
  width: 100%;
  height: 40px;
}

.ProductList_Products_TopBar_Range {
  width: 12%;
  font-weight: 800;
  float: left;
  padding-left: 5px;
}

.ProductList_Products_TopBar_SortBy {
  float: right;
  width: 30%;
  text-align: right;
}

.ProductList_Products_TopBar_SortBy select {
  border: 0;
  font-weight: bold;
  text-align-last: center;
}

.ProductList_Products_TopBar_Totals {
  width: 28%;
  float: left;
  padding-left: 5px;
}

.ProductList_Products_TopBar_Totals .fa-list {
  margin-right: 6px;
}

/*RRP checkbox*/
#ProductList_Products_TopBar_Btn_Rrp {
  width: 20%;
  float: right;
  position: relative;
  text-align: right;
  padding: 7px 23px;
}

#ProductList_Products_TopBar_Btn_Rrp input[type="checkbox"] + label:before {
  border: 1px solid #1f597c;
  content: "\00a0";
  display: inline-block;
  font: 16px/1em sans-serif;
  height: 12px;
  margin: 3px 0.35em 0 0;
  padding: 0;
  vertical-align: top;
  width: 12px;
  border-radius: 3px;
}

#ProductList_Products_TopBar_Btn_Rrp input[type="checkbox"] + label span {
  font-weight: 900;
  font-size: 0.9em;
}

#ProductList_Products_TopBar_Btn_Rrp input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  left: 0;
  width: 100%;
  top: 6px;
  height: 20px;
  display: block;
}

#ProductList_Products_TopBar_Btn_Rrp
  input[type="checkbox"]:checked
  + label:before {
  background: #3e74a0;
  color: #fff;
  content: "\2713";
  text-align: center;
  font-size: 9px;
  font-weight: 700;
  padding: 1px 0;
}

.ProductList_Products_Tabs_RRP {
  right: 0;
}

.ProductList_Products_List.RRP .ProductList_ProductDetailWrap_Header.Range {
  width: 50% !important;
}

.ProductList_Products_List.RRP .ProductList_ProductDetailWrap_Header.RRP {
  width: 70% !important;
}

.ProductList_ProductDetailWrap.RRP {
  width: 65% !important;
}

.ProductList_Products_List.RRP .ProductList_ProductDetailWrap_Header {
  width: 45% !important;
}

/*RRP checkbox*/
.ProductList_Products_Grid_Loading {
  width: 100%;
  float: left;
  text-align: center;
}

.ProductList_Products_List_Loading {
  width: 100%;
  float: left;
  text-align: center;
}

.btnLoadMore,
.btnLoadMore:hover {
  display: block;
  background: #00809f;
  color: #ffffff !important;
  margin: 0 auto;
  width: 50%;
  text-decoration: none;
  line-height: 80px;
  height: 80px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;
}

.ProductList_Products_Grid_LoadMore,
.ProductList_Products_List_LoadMore {
  margin: 1em 0;
}

.loader {
  margin: 20px auto;
  height: 28px;
  width: 28px;
  animation: rotate 0.8s infinite linear;
  border: 3px solid #1f597c;
  border-right-color: transparent;
  border-radius: 50%;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.FilterCollapsible .ProductList_Products_Box {
  width: 100%;
  float: left;
  margin: 0;
}

.FilterCollapsible .ProductList_Products_Tabs {
  margin-left: 2em;
  width: calc(100% - 2em);
}

.FilterCollapsible .ProductList_Products_Grid_Product {
  width: calc(33.3333% - 0px);
  margin: 0px;
  display: flex;
  flex-direction: column;
  flex-grow: 0;
}

.ProductList_Products_TopBar input[type="checkbox"] {
  display: none;
}

.ProductList_Products_TopBar input[type="checkbox"] + label:before {
  content: "\f096";
  font-family: FontAwesome;
  padding-right: 5px;
}

.ProductList_Products_TopBar input[type="checkbox"]:checked + label:before {
  content: "\f14a";
  color: #1f597c;
}

.btnShoppingSettings {
  position: fixed;
  margin-left: -40px;
  width: 38px;
  height: 38px;
  background: #1f597c;
  text-align: center;
  cursor: pointer;
  z-index: 5;
}

.btnShoppingSettings .fa {
  color: #fff;
  line-height: 38px;
  font-size: 21px;
}

.WrapChangeOrder {
  padding: 3px 0;
  width: 73%;
  float: left;
}

.pnlShoppingSettings {
  width: 100%;
  background: #3e74a0;
  height: 59px;
  padding: 8px 17px;
}

.pnlShoppingSettings::after {
  clear: both;
}

.pnlShoppingSettings.active {
  opacity: 1;
  z-index: 3;
  max-width: initial;
  min-height: 15em;
}

.pnlShoppingSettings > div {
  height: 37px;
}

#btnDealerMode:before {
  content: "\f0b1";
}

#btnCustomerMode:before {
  content: "\f07a";
}

.pnlShoppingSettings .PriceStyle,
.pnlShoppingSettings .PriceStyle:hover {
  display: inline-block;
  color: #c9c9c9 !important;
  padding: 6px 25px;
  font-size: 11px;
  text-decoration: none;
}

.pnlShoppingSettings .PriceStyle:before {
  display: block;
  font-family: FontAwesome;
  font-size: 30px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  line-height: 70px;
  text-align: center;
  margin: 0px auto 6px;
  border: 1px solid #c9c9c9 !important;
}

.pnlShopSetting_PriceMode {
  text-align: center;
}

.pnlShoppingSettings .PriceStyle.selected {
  background: #fff;
  font-weight: 700 !important;
  color: #1f597c !important;
}

.pnlShoppingSettings .PriceStyle.selected:before {
  color: #1f597c;
  border: 1.5px solid #1f597c !important;
}

.pnlShopSetting_header {
  display: inline-block;
  width: 20%;
  font-weight: 600;
  font-size: 11px;
  margin: 9px 0;
  text-align: center;
  color: #ffffff;
  float: left;
  width: 14%;
}

.pnlShopSetting_SelectedCart select {
  width: 50%;
  padding-left: 5px;
  height: 36px;
  border: 1px solid #c9c9c9;
  display: inline-block;
  float: left;
}

.pnlShopSetting_AddMultiple {
  width: 27%;
  float: left;
  position: relative;
}

.pnlShopSetting_SelectedCart {
  width: 70%;
  float: left;
  text-align: center;
}

.lblPreSelectCartDDL {
  font-size: 11px;
  display: inline-block;
  margin-bottom: 0.5em;
}

.lnkToManageOrders {
  font-size: 11px;
  text-decoration: underline;
  display: inline-block;
  margin: 0.5em 0;
}

.pnlShopSetting_AddMultiple .NumberOfItemsSelected {
  color: #fff;
  background: #f00;
  height: 22px;
  min-width: 22px;
  line-height: 22px;
  text-align: center;
  padding: 0 3px;
  border-radius: 11px;
  position: absolute;
  top: -11px;
  font-weight: 600;
  right: -11px;
}

.btnAddAllProd {
  padding: 11px 10px;
  border-radius: 4px;
  margin-bottom: 63px;
  display: inline-block;
  text-align: center;
  font-size: 11px;
  cursor: pointer;
  width: 100%;
  transition: all ease 750ms;
  color: #333;
  border: 1px solid #1f597c;
  background: #ffffff;
  height: 44px;
}

.btnAddAllProd:hover {
  background: #1f597c;
  color: #fff;
  text-decoration: none;
}

.btnInner_ProductCount {
  font-weight: 700;
  color: #ff0000;
  transition: all ease 750ms;
}

.btnAddAllProd:hover .btnInner_ProductCount {
  color: #fff;
}

.btnInner_SelectedCart {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  padding: 0px 7px;
}

.hdPreShipmentLabel {
  display: none;
}

.ProductListOuterWrap {
  padding-bottom: 50px;
}

.mobile_btn {
  display: none;
}

.ProductList_Products_List_Image {
  display: inline-block;
  height: 80px;
}

.ProductList_Products_TopBar_StockLocationFilter.StockLocationFilterApplied {
  border: 2px solid #97e1f9;
  border-radius: 5px;
  background-color: #e2f8ff;
}

.ProductList_Products_TopBar_StockLocationFilter {
  width: 28%;
  font-weight: 800;
  float: left;
  padding-left: 5px;
  font-size: 14px;
  background-image: url(http://www.whitespowersports.com.au/portals/_default/skinobjects/new.png?w=25&h=25);
  background-repeat: no-repeat;
  padding-left: 31px !important;
}

.ProductList_Products_Grid_ProductCount,
.ProductList_Products_List_ProductCount {
  text-align: center;
  margin-top: 25px;
  font-size: 12px;
  color: #888;
}

.fader {
  transition: all linear 500ms;
  opacity: 1;
}

  .fader.ng-hide {
    transition: all linear 500ms;
    opacity: 0;
  }
/* 7. Placeholder template */


.placeholder-item {
  box-shadow: 0 4px 10px 0 rgba(33, 33, 33, 0.10);
  border-radius: 5px;
  height: 10px;
  position: relative;
  overflow: hidden;
  margin: 8px;
}

  .placeholder-item::before {
    content: '';
    display: block;
    position: absolute;
    left: -150px;
    top: 0;
    height: 100%;
    width: 150px;
    background: linear-gradient(to right, transparent 0%, #F8F8F8 50%, transparent 100%);
    animation: load 1s cubic-bezier(0.4, 0.0, 0.2, 1) infinite;
  }

@keyframes load {
  from {
    left: -150px;
  }

  to {
    left: 100%;
  }
}

.grid__product__image {
    display: flex;
    justify-content: center;
}

/* 8. Breadcrumb */

.breadcrumb {
  padding: 0px 0 0 15px !important;
  position: absolute !important;
}

.breadcrumb__block {
  width: var(--global-breadcrumb-width);
  display: var(--global-breadcrumb-display);
  flex-flow: var(--global-breadcrumb-flex-flow);
  justify-content: var(--global-breadcrumb-justify-content);
  align-items: var(--global-breadcrumb-align-items);
  margin: var(--global-breadcrumb-margin);
  padding: var(--global-breadcrumb-padding);
}

.breadcrumb__block-crumbs {
  display: var(--global-breadcrumb-crumbs-display);
  align-items: var(--global-breadcrumb-crumbs-align-items);
}

.breadcrumb__block-divider {
  background-image: var(--global-breadcrumb-divider-background-image);
  fill: var(--global-breadcrumb-divider-fill);
  color: var(--global-breadcrumb-divider-color);
  height: var(--global-breadcrumb-divider-height);
  width: var(--global-breadcrumb-divider-width);
  background-repeat: var(--global-breadcrumb-divider-background-repeat);
  background-position: var(--global-breadcrumb-divider-background-position);
  margin: var(--global-breadcrumb-divider-margin);
  white-space: var(--global-breadcrumb-divider-white-space);
  padding: var(--global-breadcrumb-divider-padding);
}

.breadcrumb__block-crumb,
.breadcrumb__block-crumb a,
.breadcrumb__block-crumb a:active,
.breadcrumb__block-crumb a:visited {
  color: var(--global-breadcrumb-crumb-color);
  fill: var(--global-breadcrumb-crumb-fill);
  font-size: var(--global-breadcrumb-crumb-font-size);
  font-weight: var(--global-breadcrumb-crumb-font-weight);
  white-space: var(--global-breadcrumb-crumb-white-space);
  margin: var(--global-breadcrumb-crumb-margin);
  padding: var(--global-breadcrumb-crumb-padding);
  text-transform: var(--global-breadcrumb-crumb-text-transform);
  text-decoration: var(--global-breadcrumb-crumb-text-decoration);
}

  .breadcrumb__block-crumb:hover,
  .breadcrumb__block-crumb a:hover {
    color: var(--global-breadcrumb-crumb-hover-color);
    fill: var(--global-breadcrumb-crumb-hover-fill);
  }

/* breadcrumb */


.productlist__product-feed-loader {
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: 50%;
  border-radius: 50%;
  border-style: solid;
  border-top-color: transparent;
  animation: productlist__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;
}

.productlist__product-feed-loader {
  color: rgba(0,0,0,0.2);
  opacity: 1;
  visibility: visible;
  width: 48px;
  height: 48px;
  margin: 100px 0 0 -24px;
  border-width: 4px;
}

@-moz-keyframes productlist__product-feed-loader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes productlist__product-feed-loader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-o-keyframes productlist__product-feed-loader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes productlist__product-feed-loader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}







.MainPrice
.OriginalPriceStandard {
  font-size: 20px;
  font-weight: bold;
}

.MainPrice
.PurchasePriceStandard {
  font-size: 20px;
  font-weight: bold;
  color: #b2252a;
}

.MainPrice
.OriginalPriceStrikethrough {
  font-size: 16px;
  font-weight: bold;
  text-decoration: line-through;
}

.ProductTags-Wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.ProductTags {
  color: #ffffff;
  text-align: center;
  padding: 0 10px;
  border-radius: 4px;
  color: white;
  width: fit-content;
}