﻿.no-stock {
	background-color: #ccc !important;
	pointer-events: none;
}

.ProductGridWrap {
	/*overflow: hidden;*/
	cursor: default;
}

.ProductGridWrap input {
	max-width: 100%;
}

.ProductList_Products_Grid_PurchasePrice,
.ProductList_Products_Grid_OriginalPrice {
	width: 100%;
	float: left;
	font-size: 16px;
}

.ProductList_Products_Grid {
	width: 100%;
}

.Gift-Vouchers .ProductList_Products_Grid {
	padding: 0;
}

.ProductList_Products_Grid_Product {
	text-align: center;
	width: 23%;
	padding: 15px 10px;
	float: left;
	border: 1px solid #ccc;
	height: 380px;
	position: relative;
}

.Gift-Vouchers .ProductList_Products_Grid_Product {
	width: 25%;
	border: none;
	height: auto;
}

.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 {
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	object-fit: contain;
	object-position: center;
	height: 100%;
	min-width: 100%;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
}

.Gift-Vouchers .ProductList_Products_Grid_Image {
	border-radius: 50%;
	border: 1px solid #d4d4d4;
	max-height: 200px;
	max-width: 100%;
}

.ProductList_Products_Grid_ProductId {
	width: 100%;
	float: left;
	padding-top: 10px;
}

.ProductGridWrap .ProductName {
	width: 100%;
	float: left;
	font-size: 15px;
	color: #333;
	line-height: 1.5em;
	height: 3em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.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 {
    width: 30%;
    float: left;
    padding-top: 10px;
    font-size: 16px;
}*/

.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;
}

.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: 40%;
	float: left;
	text-align: 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 {
    border: none;
    background: none;
    color: #1f597c !important;
    font-weight:600;
}*/
.btnAddToCart {
	background: #00753b;
	/* border: 1px solid #3e74a0; */
	padding: 3px 8px;
	border-radius: 4px;
	cursor: pointer;
	text-transform: uppercase;
	float: right;
	display: inline-grid;
	transition: all ease 500ms;
	width: 75%;
}

.ProductList_Products_Grid_ShowRange {
	width: 100%;
}

.Gift-Vouchers .btnAddToCart {
	padding: 12px 26px;
	float: right;
	width: initial;
}

.btnAddToCart a {
	text-align: center;
}

.btnAddToCart a {
	text-align: center;
}

.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,
.Florist-Giftware .btnAddToCart,
.Florist-Giftware .btnLoadMore,
.Florist .btnLoadMore {
	background: #bd305f;
}

.Florist .btnAddToCart:hover {
	background: #bd30b9;
}

.lblAddToCart {
	color: #ffffff !important;
}

.ProductList_Products_Grid_Product:nth-child(4n-2) {
	margin: 0px 2% 2% 0px;
}

.ProductList_Products_Grid_Product:nth-child(4n-3) {
	margin: 0px 2% 2% 0px;
}

.ProductList_Products_Grid_Product:nth-child(4n-1) {
	margin: 0px 2% 2% 0px;
}

.ProductList_Products_Grid_Product:nth-child(4n) {
	margin-bottom: 2%;
}

.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 {
	float: left;
	text-align: left;
	width: 60%;
}
.ProductDisplayGridFourPane2 {
	float: right;
	text-align: center;
	width: 40%;
}
.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%;
	min-height: 24px;
}

.ProductDisplayGridFourPaneHeader .ProductDisplayGridFourPane3 {
	display: none;
}

.ProductDisplayGridFourPaneContent {
	float: left;
	width: 100%;
	margin-bottom: 0.5em;
	min-height: 24px;
}

.Gift-Vouchers .ProductDisplayGridFourPaneContent .ProductDisplayGridFourPane1 {
	width: 100%;
}

.Gift-Vouchers .ProductList_Products_Grid_OriginalPrice {
	text-align: center;
}

.Product_List_Products_Grid_Qty {
	width: 60px;
	border: 1px solid #777;
	text-align: center;
}

.RangeIconWrap {
	position: absolute;
	top: 0;
	right: 0;
}

.ImageOuterWrap {
	position: relative;
	height: 220px;
	overflow: hidden;
}

.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;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	font-size: 15px;
	color: #666666;
}

.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;
}

.Gift-Vouchers .ProductList_Products_Grid_OriginalPrice.voucher-price {
	margin: 15px 0;
}

.Gift-Vouchers .ProductList_Products_Grid_OriginalPrice.voucher-price > span {
	line-height: 1em;
}

.Gift-Vouchers
	.ProductList_Products_Grid_OriginalPrice
	.product-list__gst-value__is-voucher {
	font-size: 1em;
	text-transform: lowercase;
	display: block;
}

.readMoreResult.btnAddToCart {
	background: #fff;
	border: 1px solid green;
	width: 100%;
}

.BlogFlag.FlagItem {
	background-color: #7dc242;
	color: white;
	position: absolute;
	z-index: 1;
	margin: 5px;
	border-radius: 4px;
	line-height: 26px;
	padding: 0px 8px;
}

.BlogFlag.FlagItem span {
	font-weight: bold;
}

.ProductDisplayGridFourPane1.blogTitle {
	text-align: center;
	width: 100%;
	color: #a7a7a7;
	padding-bottom: 6px;
}

.ProductDisplayGridFourPane1.blogTitle span {
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
}

.ProductDescription.blogCategory1 {
	text-transform: uppercase;
}

.ProductDescription.blogCategory2 {
	padding-bottom: 16px;
	font-size: 18px;
}

.ProductDescription.blogCategory1,
.ProductDescription.blogCategory2 {
	height: initial;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
}

.custom-pane {
	width: 100%;
	float: left;
	text-align: left;
}

.original-price-container,
.promo-price-container {
	width: 100%;
	float: left;
}

.price-wrapper {
	font-size: 14px;
	float: left;
	height: 25px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.promo-price-container .original-price {
	font-size: 12px;
	text-decoration: line-through;
	color: #ccc;
}

.promo-price-container .promo-price {
	color: #ef4123;
	margin-left: 5px;
}

.oos-label {
	width: 50px;
	height: 50px;
	background-image: url(/Portals/0/SkinObjects/coming-soon-label.png);
	background-size: 100%;
	position: absolute;
	right: 10px;
	z-index: 10;
}

.view-bouquet.ng-scope {
	padding: 97px 0 0 0;
}

/* iPadPro */
@media only screen and (min-width: 728px) and (max-width: 1024px) {
	.ProductList_Products_Grid {
		width: 100%;
		margin: 0 auto;
		float: left;
		padding: 0;
	}

	.ProductList_Products_Grid_Product {
		width: 31%;
		float: left;
	}

	.ProductList_Products_Grid_Product:nth-child(3n-1) {
		margin: 1%;
	}

	.ProductList_Products_Grid_Product:nth-child(3n-2) {
		margin: 1%;
	}

	.ProductList_Products_Grid_Product:nth-child(3n-3) {
		margin: 1%;
	}
}

/* iPad */
@media only screen and (min-width: 426px) and (max-width: 768px) {
}

/* Mobile */
@media only screen and (max-width: 426px) {
	.Gift-Vouchers .ImageOuterWrap {
		height: auto;
		width: 100%;
	}

	.ProductList_Products_Grid_Product {
		width: 46% !important;
		float: left;
		margin: 2% !important;
		height: auto;
	}

	.ProductDisplayGridFourPane3 {
		width: 100%;
		margin-bottom: 10px !important;
	}

	.ProductDisplayGridFourPane3 input {
		width: 100%;
	}

	.btnAddToCart a {
		font-size: 12px;
	}

	.price-wrapper {
		height: initial;
	}

	.promo-price-container .original-price {
		display: block;
	}

	.promo-price-container .promo-price {
		margin-left: 0px;
	}

	.original-price-container {
		margin-top: 18px;
		text-align: center;
	}

	.ImageOuterWrap {
		position: relative;
		height: 140px;
		overflow: hidden;
	}
}
