﻿.ProductGridWrap {
  /*overflow: hidden;*/
  cursor: default;
  padding: 0 2% 50px 0;
}

.ProductGridWrap input {
  max-width: 100%;
}

.ProductList_Products_Grid_PurchasePrice,
.ProductList_Products_Grid_OriginalPrice {
  width: 100%;
  font-size: 16px;
}

.ProductList_Products_Grid {
  width: 100%;
}

.Gift-Vouchers .ProductList_Products_Grid {
  padding: 0;
}

.ProductList_Products_Grid_Product {
  width: calc(33.3333% - 0px);
  margin: 0px;
  display: flex;
  flex-direction: column;
  flex-grow: 0;
}

.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-height: 305px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5px;
}

.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;
}

.ProductGridWrap .ProductName {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #565656;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ProductGridWrap .ProductDescription {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #565656;
  line-height: 2;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ProductGridWrap .ColorPickerWrap {
  padding: 10px 15px 0;
  display: block;
  position: relative;
  height: 70px !important;
  overflow: hidden;
}

.ProductGridWrap .ColorPickerWrap .OptionsWrap {
  display: flex;
  justify-content: center;
}

.ProductGridWrap .ColorPickerWrap .OptionsWrap .ColorOption {
  padding: 0;
}

.ProductGridWrap .ColorPickerWrap .ColourPickerDot {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}
.ProductGridWrap .ColorPickerWrap .ColourPickerDot .ColourPickerDotInner {
  display: block;
}
.ProductGridWrap .ColorPickerWrap .ColorOptionSelected {
  height: 12px;
  width: 6px;
  border: solid #ffffff;
  border-width: 0px 2px 2px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  margin-top: 5px;
  margin-left: 9px;
}

.ProductGridWrap .ColorPickerWrap
  .ColourPickerDotBorder
  .ColorOptionSelected {
  height: 12px;
  width: 6px;
  border: 1px solid #737373;
  border-width: 0px 2px 2px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  margin-top: 4px;
  margin-left: 8px;
}
.ProductGridWrap .ColorPickerWrap
  .ColourPickerDotERROR404
  .ColorOptionSelected {
    height: 12px;
    width: 6px;
    border: 1px solid #737373;
    border-width: 0px 2px 2px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    margin-top: 4px;
    margin-left: 8px;
  }

.ProductGridWrap .ColorPickerWrap
  .ColorOptionDarkSelected {
  height: 12px;
  width: 6px;
  border: solid #666666;
  border-width: 0px 2px 2px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  margin-top: 4px;
  margin-left: 8px;
}

.ProductGridWrap .ColorPickerWrap .ColourPickerDotBorder {
  color: #ffffff;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
    border: 1px dashed #737373;
    cursor: pointer;
}
.ProductGridWrap .ColorPickerWrap .ColourPickerDotERROR404 {
	border-radius: 50%;
    width: 25px;
    height: 25px;
    box-shadow: inset 0 0 0 3px #737373;
    position: relative;
    z-index: 0;
    overflow: hidden;
    cursor: pointer;
	display: inline-block;
}
.ProductGridWrap .ColorPickerWrap .ColourPickerDotERROR404::before {
    content: "";
    position: absolute;
    width: 110%;
    height: 3px;
    background-color: #737373;
    transform: rotate(-135deg);
    transform-origin: 0 0 0;
    bottom: 0;
    left: 20px;
    z-index: 1;
    border: 0;
    outline: 0;
  }

.ProductGridWrap .ColorDescription {

}

.arrow {
  border: solid #4d4d4d;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  line-height: 0;
  position: absolute;
  cursor: pointer;
  z-index: 100;
}

.right {
  top: 20%;
  right: -10px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  top: 20%;
  left: -10px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.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 {
  font-weight: 600;
}

.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: 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;
}

.btnAddToCart {
  background: #00753b;
  padding: 3px 8px;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
  float: right;
  display: inline-grid;
  transition: all ease 500ms;
  width: 75%;
}

.Gift-Vouchers .btnAddToCart {
  padding: 12px 26px;
  float: none;
  width: initial;
}

.btnAddToCart a {
  text-align: center;
}

.btnAddToCart:hover {
  background: #7dc242;
  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;
}

.ProductList_Products_Grid_Product:nth-child(3n-2) {
  margin: 0px;
}

.ProductList_Products_Grid_Product:nth-child(3n-1) {
  margin: 0px;
}

.ProductList_Products_Grid_Product:nth-child(3n) {
  margin-bottom: 0px;
}

.Gift-Vouchers .ProductList_Products_Grid_Product {
  margin: 0;
  margin-bottom: 15px;
}

.ProductDisplayGridFourPane {
  width: 100%;
}

.ProductDisplayGridFourPane .label-price {
  color: #565656;
  font-weight: 600;
  padding-right: 3px;
  font-size: 13px;
}

.ProductDisplayGridFourPane .label-currency {
  margin-right: -4px;
}

.ProductDisplayGridFourPane .label-currency,
.ProductDisplayGridFourPane .label-purchase-price {
  font-size: 18px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #0078c6;
}

.ProductDisplayGridFourPane .label-purchase-price .lblTax {
  font-size: 0.5em;
  color: #777;
  line-height: 0.3;
}

.ProductDisplayGridFourPane .label-was {
  font-size: 10px;
  color: #8c8c8c;
}

.ProductDisplayGridFourPane .label-was-currency {
  font-size: 14px;
  font-weight: 600;
  color: #808080;
  margin-right: -4px;
  text-decoration: line-through;
}

.ProductDisplayGridFourPane .label-custom-price {
  font-size: 14px;
  font-weight: 600;
  color: #808080;
  text-decoration: line-through;
}

.ProductDisplayGridFourPane .label-custom-price .lblTax {
  font-size: 0.5em;
  color: #777;
  line-height: 0.3;
  text-decoration: line-through;
}

.ProductDisplayGridFourPane .label-promo-currency,
.ProductDisplayGridFourPane .label-promo-price {
  font-size: 18px;
  color: #0089d3;
  font-weight: 800;
}

.ProductDisplayGridFourPane .label-promo-currency {
  margin-right: -4px;
}

.ProductDisplayGridFourPane .label-promo-price .lblTax {
  font-size: 0.5em;
  color: #777;
  line-height: 0.3;
}

.Gift-Vouchers
  .ProductDisplayGridFourPane
  > *:not(.ProductList_Products_Grid_OriginalPrice) {
  display: none;
}
.ProductDisplayGridFourPane1 {
  text-align: center;
  width: 100%;
}
.ProductDisplayGridFourPane2 {
  text-align: center;
  width: 20%;
}
.ProductDisplayGridFourPane3 {
  text-align: center;
  width: 20%;
}
.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%;
  display: none;
}

.ProductDisplayGridFourPaneHeader .ProductDisplayGridFourPane3 {
  display: none;
}

/* Tooltip text */

.ColourPickerDot .tool-tip {
  position: relative;
  display: inline-block;
}

.ColourPickerDot .tool-tip .tool-tip-text {
  visibility: hidden;
  position: relative;
  background-color: transparent;
  text-align: center;
  border-radius: 6px;
  z-index: 1;
  opacity: 0;
  right: 40%;
  transition: opacity 0.3s;
  display: block;
  white-space: nowrap;
}

.ColourPickerDot .tool-tip .tool-tip-text .tool-tip-bottom {
  top: 135%;
  left: 50%;
  margin-left: -60px;
}
/*IMPORTANT TO KEEP SLICK SLIDER FROM GROWING - FLEX*/
.slick-list {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.SlickNoSlide .slick-track {
  width: 100% !important;
  text-align: center;
  transform: inherit !important;
  white-space: nowrap;
}
.SlickNoSlide .slick-slide {
  float: none;
  display: inline-block;
}

/* Tooltip arrow */
.ColourPickerDot .tool-tip .tool-tip-text::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.ColourPickerDot .tool-tip:hover .tool-tip-text {
  visibility: visible;
  opacity: 1;
}

.ProductDisplayGridFourPaneContent {
}

.Gift-Vouchers .ProductDisplayGridFourPaneContent .ProductDisplayGridFourPane1 {
  width: 100%;
}

.Gift-Vouchers .ProductList_Products_Grid_OriginalPrice {
  text-align: center;
}

.Product_List_Products_Grid_Qty {
  width: 60px !important;
  border: 1px solid #777;
  text-align: center;
}

.RangeIconWrap {
  position: absolute;
  top: 0;
  right: 0;
}

.ImageOuterWrap {
  position: relative;
  min-height: 180px;
}

.ImageOuterWrap .swatch-image {
  float: left;
  margin: 10px;
  border: 0;
}

.ImageOuterWrap .swatch-image img {
  margin-right: 5px;
}

.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 {
}

.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;
}