.product-cell {
		margin: 0 .5% 15px -4px;
		width: 24.5%;
}
li.product-cell {
		padding: 7px;
		border: 1px solid #f2f2f2;
		box-sizing: border-box;
		background-color: #fdfdfd;
		transition: all .3s ease;
		min-height: 455px;
		box-shadow: 0 2px 2px 0 rgba(200, 200, 200, 0.5);
}
li.product-cell:hover {
	    box-shadow: 0 5px 12px 0px rgba(80, 80, 80, 0.3);
}
li.product-cell .producto-modulo {
	margin-top: 20px;
	height: 40px !important;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 15px;
}
li.product-cell .color-selector.no-color {
	display: none;
}
li.product-cell .color-selector i.icon-liv-mas {
	border: none;
	color: #999;
	margin-top: 6px;
}
li.product-cell .color-selector i.icon-liv-mas.venti {
	font-size: 1.3em;
}
li.product-cell .color-carousel {
	height: 30px !important;
}
li.product-cell .color-carousel .color-offset i.fac-color {
	-moz-border-radius: 50px;
			 border-radius: 50px;
	border: 1px solid #dbdbdb;
	display: inline-block !important;
	height: 17px !important;
	margin: 6px 4px !important;
	overflow: hidden;
	padding: 0px !important;
	width: 17px !important;
	float:left;
}
li.product-cell .color-carousel .color-offset i.fac-color.venti {
	margin: 6px 5px !important;
	height: 20px !important;
	width: 20px !important;
}
li.product-cell a.uct-name {
	height: auto;
	padding-bottom: 10px;
}
/* march release bug fixed cons*/
li.product-cell a.product-name span {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
li.product-cell .subset-pricing {
	height: auto;
}
li.product-cell .subset-pricing .product-price {
	padding: 0;
	min-height: 40px;
}
li.product-cell .subset-pricing .product-price .price-strike-special {
	margin-bottom: 8px;
}
li.product-cell .subset-pricing .product-price .price-strike-special .currency-symbol,
li.product-cell .subset-pricing .product-price .price-strike-special .price-amount {
	font-size: 13px;
	font-weight: 400;
	color: #666;
}
li.product-cell .subset-pricing .product-price .price-special .currency-symbol,
li.product-cell .subset-pricing .product-price .price-special .price-amount {
	font-size: 15px;
	font-weight: bold;
}
/* march release bug fixed cons*/
.price-amount sup{
	font-size: .7em;
}
li.product-cell .mod-product {
	display: inline-block;
	height: 40px;
	margin-bottom: 10px;
	width: 100%;
	min-height: 50px; /* march release bug fixed cons*/
}
li.product-cell .icon-liv-go-14 {
	font-size: 10px;
	margin-top: 2px;
	float: right;
}
li.product-cell .cta-buttons {
	/*display: block;
	HIDING ALL BUTTONS ON PLP*/
	display: block;
}
/*Added for Gift Registry*/
li.product-cell .grButton {
	display: block !important;
}
li.product-cell .cta-buttons a {
	padding-right: 6px;
}
li.product-cell .go-detail .icon-liv-go-14 {
	color: #666;
}
li.product-cell .go-detail .icon-liv-go-14:before {
	content: "\e951";
}
li.product-cell .rating-str {
	display: inline-block;
	top: 16px;
	float: right;
	margin-left: 0;
	color:#959595;
}
li.product-cell .rating-str i.icon-liv-star-09,
li.product-cell .rating-str i.icon-liv-star-10 {
	color: #ffe499;
	font-size: 14px;
	margin-left: 2px;
}
li.product-cell .rating-str i.icon-liv-star-09.shine,
li.product-cell i.icon-liv-star-10.shine {
	color: #fcba2c;
}
li.product-cell .flagscotent {
	padding: 10px 0;
	display: inline-block;
	height: auto !important;
}
li.product-cell .flagscotent .gift,
li.product-cell .flagscotent .pieces {
	display: inline-block;
}
/* Start- Defect Id 13092- Updated as per latest HTML by LP*/
li.product-cell .flagscotent i {
	color: #666;
	-moz-border-radius: 50%;
			 border-radius: 50%;
	padding: 1px;
	font-size: 19px;
}
/* End- Defect Id 13092- Updated as per latest HTML by LP*/
li.product-cell ul.facets li a.fakeCheckBox {
	background: transparent url("/assets/img/check_box.png") no-repeat -15px 0;
	display: inline-block;
	font-size: 0.8em;
	height: 15px;
	vertical-align: middle;
	width: 17px;
}
li.product-cell ul.facets li a.fakeCheckBox.active {
	background: transparent url("/assets/img/check_box.png") no-repeat 0px -15px;
}
li.product-cell ul.facets li a.compareText {
	display: inline-block;
	color: #666;
	cursor: default;
	font-size: 12px;
	margin-left: 5px;
	vertical-align: middle;
}
li.product-cell ul.facets li a.compareText.compareActive {
	color: #e10098;
	cursor: pointer;
}
.ui-tooltip {
	-moz-border-radius: 0;
			 border-radius: 0;
}
.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}
.arrow.top {
	top: -16px;
	bottom: auto;
}
/* march release bug fixed cons*/
.arrow.left {
	left: 18%;
}
.arrow:after {
	content: "";
	position: absolute;
	left: 22px;
	top: -20px;
	width: 25px;
	height: 25px;
	-moz-box-shadow: 6px 5px 9px -9px #000;
			 box-shadow: 6px 5px 9px -9px #000;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
			 transform: rotate(45deg);
}
.arrow.top:after {
	bottom: -6px;
	left: 25px;
	top: auto;
	border: 1px solid #ccc;
	-moz-box-shadow: 10px 10px 1px;
			 box-shadow: 10px 10px 1px;
}
#controls-bottom {
	width: 97%;
	background: none;
	border: none;
	border-top: 1px solid #e2e2e2;
}

/* March Release Bugzilla 13310  Start */
li.product-cell .color-carousel .color-offset i.fac-color.venti{margin: 6px 3px !important;}
/* March Release Bugzilla 13310  End */
/* START-March Release Color Smoosh Fallback */
.venti img:hover
{
 height: 20px !important;
 width: 20px !important;
 margin: -2px;

}
.fac-color img
{
 height: 20px !important;
 width: 20px !important;
 margin: -2px;
}
/* END-March Release Color Smoosh Fallback */


/* STYLES FOR DOWNLOADABLES */
.flagscotent .digitalFlag {
	color: #666;
	font-size: 11px;
	margin: 0;
}

/* Redisign for liverpool site - March 2018 */
li.product-cell {
	border: none;
	box-shadow: 0 2px 2px 0 rgba(200, 200, 200, 0.5)
}
li.product-cell:hover {
	border: none;
	box-shadow: 0 5px 12px 0px rgba(80,80,80, 0.3)
}
/*Overwritting LP_Custom.css*/
a.product-name {
	line-height: 19px !important;
	font-size: 1em !important;
}
.products-list .product-cell .product-name + .seller-wrap {
	display: none;
}