﻿.ProductGridWrap {
  overflow: hidden;
  cursor: default;
  padding-bottom: 5px;
}

.ProductGridWrap input {
  max-width: 100%;
}

.ProductList_Products_Grid_OriginalPrice {
  font-size: 16px;
}

.ProductList_Products_Grid_PurchasePrice {
  font-size: 14px;
}

.ProductList_Products_Grid {
  width: 100%;
}

.ProductList_Products_Grid_Product {
  width: 31.8%;
  float: left;
  cursor: pointer;
  position: relative;
}

.ProductList_Products_Grid_Product .colours span {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 7px;
  margin-right: 6px;
  float: left;
}

.ProductList_Products_Grid_Product .instore-text {
  position: absolute;
  width: 100%;
  top: 0 !important;
  right: 0;
  font-weight: 900;
  text-align: center;
  line-height: 30px;
  font-size: 14px !important;
  padding: 0 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.ProductList_Products_Grid_Image {
  height: 184px;
  margin: 0 auto;
  display: block;
}

.ProductList_Products_Grid_ProductId {
  width: 100%;
  float: left;
  padding-top: 10px;
}

.ProductGridWrap .ProductName {
  width: 100%;
  float: left;
  color: #333;
  height: 3em;
  margin: 20px 0 7px 0;
  display: block;
  font-size: 1.6em;
  line-height: 1.5;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

.ProductGridWrap .ProductName:first-letter {
  text-transform: capitalize !important;
}

.ProductList_Products_Grid_WholesalePrice {
  width: 100%;
  float: left;
  display: none;
}

.ProductList_Products_Grid_PurchasePrice>span,
.ProductList_Products_Grid_OriginalPrice>span {
  font-weight: 600;
}

.ProductList_Products_Grid_PurchasePrice>span {
  font-size: 18px;
}

.ProductList_Products_Grid_PurchasePrice>span.currency {
  letter-spacing: -3px;
  margin-left: 2%;
}

.ProductList_Products_Grid_UnitOfMeasure {
  width: 100%;
  float: left;
}

.ProductList_Products_Grid_AllowBackOrder {
  width: 100%;
  float: left;
}

.ProductList_Products_Grid_NextShipment {
  width: 100%;
  float: left;
}

.ProductList_Products_Grid_HasCustomPricing {
  width: 100%;
  float: left;
}

.ProductList_Products_Grid_RequiredQty {
  width: 100%;
  float: left;
}

.ProductList_Products_Grid_InStock {
  width: 100%;
  float: left;
}

.ProductList_Products_Grid_LineComment {
  width: 100%;
  float: left;
}

.ProductList_Products_Grid_LoadMore {
  color: red;
  width: 100%;
  float: left;
  text-align: center;
}

.ProductList_Products_Grid_Quantity {
  width: 100%;
  float: left;
}

.ProductList_Products_Grid_Quantity>input {
  width: 50%;
  float: left;
}

.ProductList_Products_Grid_AddToCart {
  width: 100%;
  float: left;
}

.ProductDetail_EnquireNow {
  display: flex;
  justify-content: center;
  width: 100%;
}

.btnAddToCart {
  background: #e11b22;
  color: #ffffff;
  border: 1px solid #e11b22;
  padding: 10px 25px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  transition: all ease 50ms;
  font-size: 14px;
  width: 100%;
  text-align: center;
}

.btnAddToCart a {
  text-align: center;
}

.btnAddToCart:hover {
  color: #e11b22;
  text-decoration: none;
  border: 1px solid #e11b22;
  background: #ffffff;
}

.lblAddToCart {
  color: #ffffff !important;
}

.lblAddToCart:hover {
  color: #3e74a0 !important;
}

.ProductList_Products_Grid_Product.clearance:hover {
  border: 1px solid #d0021b !important;
}

.ProductList_Products_Grid_Product.normal:hover {
  border: 1px solid #d0021b !important;
}

.ProductList_Products_Grid_Product.special:hover {
  border: 1px solid #bed52f !important;
}

.ProductList_Products_Grid_Product:nth-child(3n-1) {
  -webkit-box-shadow: 0px 1px 1px 1px rgb(250, 250, 250);
  -moz-box-shadow: 0px 1px 1px 1px rgb(250, 250, 250);
  box-shadow: 0px 1px 1px 1px rgb(250, 250, 250);
  border: 1px solid #e7e7e7;
  padding: 40px 20px 20px 20px;
  margin: 10px 0.5%;
}

.ProductList_Products_Grid_Product:nth-child(3n-2) {
  -webkit-box-shadow: 0px 1px 1px 1px rgb(250, 250, 250);
  -moz-box-shadow: 0px 1px 1px 1px rgb(250, 250, 250);
  box-shadow: 0px 1px 1px 1px rgb(250, 250, 250);
  border: 1px solid #e7e7e7;
  padding: 40px 20px 20px 20px;
  margin: 10px 1.5% 10px 0px;
}

.ProductList_Products_Grid_Product:nth-child(3n) {
  -webkit-box-shadow: 0px 1px 1px 1px rgb(250, 250, 250);
  -moz-box-shadow: 0px 1px 1px 1px rgb(250, 250, 250);
  box-shadow: 0px 1px 1px 1px rgb(250, 250, 250);
  border: 1px solid #e7e7e7;
  padding: 40px 20px 20px 20px;
  margin: 10px 0px 10px 1.5%;
}

.ProductDisplayGridFourPane {
  float: left;
}

.ProductDisplayGridFourPane1 {
  text-align: right;
  width: 40%;
}

.ProductDisplayGridFourPane2 {
  text-align: center;
  width: 38%;
}

.ProductDisplayGridFourPane3 {
  text-align: center;
  width: 100%;
  margin: 20px 0 0 0;
  position: relative;
  height: 36px;
}

.ProductDisplayGridFourPane4 {
  width: 20%;
}

.ProductDisplayGridFourPane3 .fa-tag {
  font-size: 1.35em;
  color: #999999;
}

.ProductDisplayGridFourPane3 .fa-tag.tagdeal {
  color: #e11b22 !important;
}

.ProductDisplayGridFourPane3 .fa-tag.tagspecial {
  color: #c1d82f !important;
}

.ProductDisplayGridFourPaneHeader {
  font-size: 13px;
  margin-bottom: 5px;
  float: left;
  width: 100%;
}

.ProductDisplayGridFourPaneContent {
  float: left;
  width: 100%;
  margin-top: 10px;
  height: 47px;
  margin-bottom: 35px;
}

.Product_List_Products_Grid_Qty {
  width: 60px;
  text-align: center;
}

.RangeIconWrap {
  position: absolute;
  top: 0;
  right: 0;
}

/*.ImageOuterWrap {
    position:relative;
}*/

.ImageOuterWrap .prev,
.ImageOuterWrap .next {
  height: 100%;
  width: 10%;
  display: block;
}

.ImageOuterWrap .prev .fa,
.ImageOuterWrap .next .fa {
  color: #e6e6e6;
  font-size: 1.5em;
  position: absolute;
  top: 99px;
  cursor: pointer;
}

.ImageOuterWrap .prev .fa:hover,
.ImageOuterWrap .next .fa:hover {
  color: #e11b22;
}

.ImageOuterWrap .prev .fa {
  left: 18px;
}

.ImageOuterWrap .next .fa {
  right: 18px;
}

.RangePhotoWrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: all ease 850ms;
  opacity: 0;
}

.RangePhotoItem {
  display: inline-block;
  cursor: pointer;
  padding: 2px;
  float: left;
}

.ImageOuterWrap:hover .RangePhotoWrap {
  opacity: 1;
}

.ProductDisplayGridFourPaneRange>span {
  font-size: 16px;
  font-weight: 600;
}

.RangePhotoItemExtra {
  display: inline-block;
  cursor: pointer;
  margin: 2px;
  background: #1f597c;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  float: left;
}

.RangePhotoItemExtra a {
  font-weight: 600;
  color: #fff;
}

.RangePhotoItemExtra .fa,
.RangePhotoItemExtra .fa:hover {
  line-height: 40px;
}

.ProductDetailsButtonDetailWrap {
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  color: #333;
  float: left;
  position: relative;
  height: 45px;
  top: 20px;
}

.ProductDetailsButtonDetailWrap a {
  /* margin-top: 28px; */
}

.ProductDetailsButtonDetail {
  /*color: #777!important;*/
  border-radius: 3px;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 9px;
  font-size: 14px;
  border: 1px solid #777;
  text-decoration: none !important;
  font-family: ATSFontReg, Arial, Helvetica, sans-serif;
  letter-spacing: 0.5px;
}

.ProductDetailsButtonDetail.btnNormal {
  color: #ffffff !important;
  background: #999999;
}

.ProductDetailsButtonDetail.btnNormal:hover {
  color: #cc2d37 !important;
  border: 1px solid #cc2d37 !important;
  text-decoration: none !important;
  background: #ffffff !important;
}

.ProductDetailsButtonDetail.btnDeal {
  color: #ffffff !important;
  background: #e11b22;
  border: none;
  position: absolute;
  z-index: 10;
}

.ProductDetailsButtonDetail.btnSpecial {
  color: #ffffff !important;
  background: #bed52f;
  border: none;
  position: absolute;
  z-index: 5;
}

.ProductDetailsButtonDetail.btnInstore {
  /*color: #ffffff !important;
  background: #ac8951;*/
  border: none;
  position: absolute;
  z-index: 15;
}

.ProductDetailsButtonDetail.btnInstore:hover {
  color: inherit;
}


/* POPULAR PRODUCTS FIXES */

.ProductList_Products_Grid_Product {
  height: 468px;
  cursor: pointer;
  position: relative;
  display: block;
  width: 100%;
  min-height: 100px;
  z-index: 10000;
  padding: 20px 20px;
  height: fit-content;
  font-family: ATSFontReg, Arial, Helvetica, sans-serif;
  letter-spacing: 0.5px;
}

.TopMatch_Description_grid a {
  text-decoration: none !important;
  color: #606060;
}

.TopMatch_Description_grid {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #333;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-decoration: none !important;
}

.grid-view .label {
  position: relative;
  font-size: 100%;
  margin-right: 5px;
}

.grid-view .label .fa-tag {
  position: absolute;
  right: 0;
  top: 2px;
}