﻿.ProductList_Products_Grid_Flags {
  position: relative;
  width: 60%;
  z-index: 10;
  left: 10%;
  float: right;
}

.ProductList_Products_Grid_Flags .FlagItem {
  margin-bottom: 10px;
}

.ProductGridWrap {
  cursor: default;
}

.ProductGridWrap input {
  max-width: 100%;
}

.ProductList_Products_Grid_Top {
  padding: 15px 10px 15px 10px;
  height: 250px;
}

.ProductList_Products_Grid_Bottom {
  display: block;
  float: left;
  width: 100%;
  padding: 5px 10px 5px 10px;
}

.ProductList_Products_Grid_Bottom input {
  height: 42px;
  border-bottom-left-radius: 10%;
  border-top-left-radius: 10%;
  font-size: 18px;
}

.ProductList_Products_Grid_PurchasePrice,
.ProductList_Products_Grid_OriginalPrice {
  width: 100%;
  float: left;
  font-size: 16px;
}

.ProductList_Products_Grid {
  float: left;
  width: 100%;
  padding-top: 15px;
}
.ProductList_Products_Grid span.btnAddToCart a i {
  font-size: 14px;
}

.Gift-Vouchers .ProductList_Products_Grid {
  padding: 0;
}

.ProductList_Products_Grid_Product_Wrapper {
  width: 20%;
  padding: 0 15px 15px 15px;
  float: left;
}

.ProductList_Products_Grid_Product {
  float: left;
  text-align: center;
  width: 100%;
  border: 1px solid #EBEEF5;
  color: #303133;
  border-radius: 4px;
  min-height:300px;
}

.Gift-Vouchers .ProductList_Products_Grid_Product {
  width: 25%;
  border: none;
}

.Gift-Vouchers .ProductList_Products_Grid_Product:not(:nth-child(4n)) {
  border-right: 1px solid #d4d4d4;
}

.ProductList_Products_Grid_Product [class*="Pane"] {
  margin-bottom: 0px;
}

.ProductList_Products_Grid_Image {
  max-width: 100%;
  max-height: 220px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.Gift-Vouchers .ProductList_Products_Grid_Image {
  border-radius: 50%;
  border: 1px solid #d4d4d4;
  max-height: 200px;
}

.ProductList_Products_Grid_ProductId {
  width: 100%;
  float: left;
  padding-top: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
}

.ProductGridWrap .ProductName {
  width: 100%;
  float: left;
  text-align: left;
  font-size: 18px;
  color: #333;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 44px;
}

.Gift-Vouchers .ProductGridWrap .ProductName {
  height: auto;
}

.Gift-Vouchers .ProductList_Products_Grid_ProductDescription {
  display: none;
}

.Gift-Vouchers .ProductGridWrap .ProductName:before {
  content: "";
  display: block;
  border-bottom: 1px solid #d4d4d4;
  width: 50px;
  margin: 20px auto;
}

.ProductList_Products_Grid_WholesalePrice {
  width: 100%;
  float: left;
  display: none;
}

.ProductList_Products_Grid_PurchasePrice > span,
.ProductList_Products_Grid_OriginalPrice > span {
  color: #000;
}

.Gift-Vouchers .ProductList_Products_Grid_OriginalPrice > span {
  font-weight: normal;
  font-size: 40px;
}

.Gift-Vouchers .ProductList_Products_Grid_OriginalPrice > span:before {
  content: "$";
  font-size: 40px;
}

.ProductList_Products_Grid_UnitOfMeasure {
  width: 30%;
  float: left;
  height: 42px;
  border-bottom-right-radius: 10%;
  border-top-right-radius: 10%;
  font-size: 18px;
  padding: 4px 0;
  position: relative;
  border: 1px solid #DCDFE6;
    background-color: #F5F7FA;
    color: #909399;
}

.ProductList_Products_Grid_UnitOfMeasure.uom-container_active {
  border-bottom-right-radius: 0;
}

.ProductList_Products_Grid_UnitOfMeasure span.unit-measure {
  font-size: 12px;
}

.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;
}

.btnAddToCart {
  background: #6db344;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
  float: right;
  display: inline-grid;
  transition: all ease 500ms;
  width: 35%;
}

.Gift-Vouchers .btnAddToCart {
  padding: 12px 26px;
  float: none;
  width: initial;
}

.btnAddToCart a {
  text-align: center;
  font-size: 24px;
}

.Plus_cart {
  position: relative;
  top: -5px;
  display: inline;
}

.Plus_cart:hover {
  text-decoration: none;
}

.Plus_cart:hover {
  text-decoration: none;
}

.btnAddToCart:hover {
  background: #7dc242;
  /* border: 1px solid #3e74a0; */
  text-decoration: none;
}

.Pet-Centre .btnAddToCart {
  background: #ef4123;
}

.Pet-Centre .btnAddToCart:hover {
  background: #ef8123;
}

.Landscape-Centre .btnAddToCart {
  background: #663333;
}

.Landscape-Centre .btnAddToCart:hover {
  background: #663f33;
}

.Garden-Cafe .btnAddToCart {
  background: #f9c242;
}

.Garden-Cafe .btnAddToCart:hover {
  background: #f9e242;
}

.Florist .btnAddToCart {
  background: #bd305f;
}

.Florist .btnAddToCart:hover {
  background: #bd30b9;
}

.lblAddToCart {
  color: #ffffff !important;
}

.lblAddToCart:hover {
  text-decoration: none;
}

.ProductList_Products_Grid_Bottom .Product_List_Products_Grid_Qty {
  border: 1px solid #DCDFE6;
  border-right: none;
}

.Gift-Vouchers .ProductList_Products_Grid_Product {
  margin: 0;
  margin-bottom: 15px;
}

.ProductDisplayGridFourPane {
  float: left;
}

.Gift-Vouchers .ProductDisplayGridFourPane > *:not(.ProductList_Products_Grid_OriginalPrice) {
  display: none;
}

.ProductDisplayGridFourPane1 {
  text-align: left;
  width: 80%;
}

.ProductDisplayGridFourPane2 {
  text-align: center;
  width: 20%;
}

.ProductDisplayGridFourPane3 {
  text-align: center;
  width: 30%;
}

.ProductDisplayGridFourPane4 {
  width: 20%;
}

.ProductDisplayGridFourPane4 .fa {
  font-size: 18px;
  padding-left: 5px;
  line-height: 1.25em;
}

.ProductDisplayGridFourPaneHeader {
  font-size: 13px;
  margin-bottom: 5px;
  float: left;
  width: 100%;
}

.ProductDisplayGridFourPaneHeader .ProductDisplayGridFourPane3 {
  display: none;
}

.ProductDisplayGridFourPaneContent {
  float: left;
  width: 100%;
  margin-bottom: 0.5em;
}

.Gift-Vouchers .ProductDisplayGridFourPaneContent .ProductDisplayGridFourPane1 {
  width: 100%;
}

.Gift-Vouchers .ProductList_Products_Grid_OriginalPrice {
  text-align: center;
}

.Product_List_Products_Grid_Qty {
  width: 100%;
  border: 1px solid #777;
  text-align: center;
}

.RangeIconWrap {
  position: absolute;
  top: 0;
  right: 0;
}

.ImageOuterWrap {
  position: relative;
  height: 220px;
  z-index: 9;
}

.Gift-Vouchers .ImageOuterWrap {
  height: 200px;
  margin: 0 auto;
  width: 200px;
  font-size: 22px;
}

.Gift-Vouchers .ImageOuterWrap a:after {
  content: "\f155";
  font-family: FontAwesome;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #20a3f0;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 0px;
}

.ProductDescription {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  width: 100%;
  height: 18px;
  text-overflow: ellipsis;
}

.ProductAlert {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  color: #ee3836;
  height: 18px;
  text-overflow: ellipsis;
}

.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: #6db43e;
  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;
}

.FavouritesIcon,
.RemoveFavouritesIcon {
  display: block;
  text-align: left;
  cursor: pointer;
  float: left;
  width: 10%;
  z-index: 10;
  position: relative;
  transition: none !important;
}

.RibbonEffect {
  width: 0;
  height: 0;
  border-top: 8px solid;
  border-right: 14px solid transparent;
  margin-top: 10px;
  margin-left: 15px;
  position: relative;
  top: -20px;
  float: right;
}

.FavouritesIcon i, .FavouritesIcon svg {
  color: #ccc;
  fill: #ccc;
  font-size: 24px;
  width: 24px;
}

.RemoveFavouritesIcon i,.RemoveFavouritesIcon svg {
  color: #B52555;
  fill: #B52555;
  font-size: 24px;
  width: 24px;
}

.SeasonEndingFlag {
  background-color: #f6921e;
  color: #fff;
}

.SeasonEndingHolder .RibbonEffect {
  border-top: 8px solid #ce711d;
  border-right: 14px solid transparent #ce711d;
}

.PreOrderFlag {
  background-color: #3fa9f5;
  color: #fff;
}

.PreOrderHolder .RibbonEffect {
  border-top: 8px solid #0488bc;
  border-right: 14px solid transparent #0488bc;
}

.JustArrivedFlag {
  background-color: #6db344;
  color: #fff;
}

.JustArrivedHolder .RibbonEffect {
  border-top: 8px solid #5d913c;
  border-right: 14px solid transparent #5d913c;
}

.OnSpecialFlag {
  background-color: #ff3030;
  color: #fff;
}

.OnSpecialHolder .RibbonEffect {
  border-top: 8px solid #bc0404;
  border-right: 14px solid transparent #bc0404;
}

.NotForSaleFlag {
  background-color: #808080;
  color: #fff;
}

.NotForSaleHolder .RibbonEffect {
  border-top: 8px solid #4d4d4d;
  border-right: 14px solid transparent #4d4d4d;
}

.FadeImage {
  opacity: 0.3;
}

.GreyButton,
.GreyButton input {
  background-color: #cccccc;
}

.GreyButton:hover {
  background-color: #cccccc;
  cursor: default;
}

.ProductList_Products_Grid_ProductCount {
  float: left;
  width: 100%;
}

.uom-inactive::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #909399;
  display: inline-block;
  margin-left: 2px;
}

.uom-active::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #909399;
  display: inline-block;
  margin-left: 2px;
}

.uom-container_active {
  border-bottom: 0;
}

.uom-list__container {
  position: absolute;
  background-color: var(--active-bg);
  width: calc(151%);
  border-left: 1px solid #DCDFE6;
  border-right: 1px solid #DCDFE6;
  border-bottom: 1px solid #DCDFE6;
  top: calc(100%);
  left: -22px;
  z-index: 20;
  border-bottom-right-radius: 10%;
  border-bottom-left-radius: 10%;
}

.uom-list__item {
  line-height: 34px;
}

.uom-list__item:hover {
  background-color: var(--hover-bg);
  color: var(--hover-c);
}

.ProductList_Products_Grid_FrozenProduct_Outer {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}

.ProductList_Products_Grid_FrozenProduct_Inner {
  width: 60px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.ProductList_Products_Grid_FrozenProduct_Inner img {
  width: 40px;
  height: 40px;
}

  @media only screen and (min-width: 1025px) and (max-width: 1440px) {
    .ProductList_Products_Grid_Product_Wrapper {
    width: 25%;
  }

  .ProductList_Products_Grid_Product {
    width: 100%;
  }

  .ProductList_Products_Grid_Flags {
    left: 14% !important;
  }

  .ProductDisplayGridFourPane3 {
    width: 25%;
  }

  .ProductList_Products_Grid_UnitOfMeasure {
    width: 35%;
  }
}

@media only screen and (min-width: 728px) and (max-width: 1024px) {
  .ProductList_Products_Grid_Product_Wrapper {
    width: 50%;
  }

  .ProductList_Products_Grid_Product {
    width: 100%;
  }

  .ProductList_Products_Grid_Flags {
    left: 8% !important;
  }
}

@media only screen and (max-width: 767px) {
  .ProductList_Products_Grid_Product_Wrapper {
    width: 100%;
    padding: 10px 15px 10px 30px;
  }

  .ProductList_Products_Grid_Product {
    width: 100% !important;
    padding: 15px !important;
    margin: 0;
  }
}

.grid__product__cta-qty.quantity {
	display:none;
}
/* Mobile */
@media only screen and (max-width : 426px) {

  .ProduceWebShop .ProductListOuterWrap {
    height: calc(100vh - 75px) !important;
  }

  .ProductList_Products_Grid_Product_Wrapper {
    padding: 0 0 10px 0 !important;
  }

  .ProductList_Products_Grid_Flags {
    left: 8% !important;
  }

  .ProductList_Products_Grid_Top {
    height: auto;
  }

  .uom-list__container {
    left: 0;
    width: calc(100%);
  }

  .RibbonEffect {
    border-right: 10px solid transparent;
  }
}



/* Mobile M */
@media only screen and (min-width: 321px) and (max-width: 376px) {
  .RibbonEffect {
    border-right: 10px solid transparent;
  }
}

/* Mobile S */
@media only screen and (max-width: 321px) {
  .RibbonEffect {
    border-right: 6px solid transparent;
  }
}

@media only screen and (max-width : 414px) {
  .ProductList_Products_Grid_Flags {
    left: 6% !important;
  }
}
