@charset "utf-8";

.qtyList{
	list-style:none;margin:0;padding:0;
	background:#fff;
	position:absolute;
	z-index:9999;
	max-height:225px;
	overflow:auto;
	word-wrap:break-word;
	border:1px solid #cccccc;
}

.qtyList .qtyListItem{
	padding:0;margin:0;border:0;
	font-family:BrandonGrotesque;
	color:#808080;
	font-size:13px;
	cursor:pointer;
	text-align:center;
	height:50px;line-height:50px;
	border-top:1px solid #ccc;
}

.qtyList .qtyListItem:first-child{
	border:0;
}

.qtyList .qtyListItem:focus{
	background:#ccc;
}

.qtyList .qtyListItem:hover{
	background:#f5f5f5;
}

@media(min-width:1280px){
	.qtyList .jspVerticalBar{visibility:hidden;}
	.qtyList:hover .jspVerticalBar{visibility:visible;}
}


.wishListUl{
	max-height:148px;
	border:1px solid #cccccc;
	border-left:0;
	background:#ffffff;
	-webkit-transition:opacity 0.2s;
	transition:opacity 0.2s;
}

@media(min-width:1280px){
	.wishListUl.productDetail{
		width:235.75px!important;
	}
}

.wishListUl li .wishListItemHeart{
	width:50px;
	height:48px;line-height:48px;
	display:block;
	float:left;
	background:#B00511;
	color:#ffffff;
	text-align:center;
	font-size:21px;
}

.wishListUl li.noIcon .wishListItemHeart{
	display:none;
}

.wishListUl li:first-child .wishListItemHeart{
	height:49px;
}

.wishListUl li .wishListItemHeart:before{
	content:"\a027";/*ico-heart_empty*/
}

.wishListUl li .wishListItemIcon.wishListItemHeart.ico-heart_full:before{
	content: "\a028"; /*ico-heart_full*/
}

.wishListUl li{
	border-top:1px solid #cccccc;
	height:49px;
	cursor:pointer;
}

.wishListUl li.noIcon{
	border-left:1px solid #cccccc;
}

.wishListUl li:first-child{
	border-top:0;
}

.wishListUl li .wishListItemValue{
	border:0;outline:none;
	height:100%;
	font-family: BrandonGrotesque;
   font-weight: 700;
   font-size: 12px;
   color: #808080;
   text-indent:12px;
   width:72%;
   cursor:pointer;
	display: flex;
	align-items: center;
}

@media(min-width:1280px){
	.wishListUl .jspVerticalBar{visibility:hidden;}
	.wishListUl:hover .jspVerticalBar{visibility:visible;}
}



/************************************************
###################PRODUCT BOX###################
*************************************************/

.spar-productBox .productBoxInfo .productBoxInfoBanner ul{
	height: 100%;
}

.spar-productBox .productBoxInfo .productBoxInfoBanner .banner{
	float: left;
	padding: 5%;
}

.spar-productBox .productBoxInfo .productBoxInfoBanner .banner img{
	display: inline-block;
} 

.banner.pos_1_1{
	width: 100%;
	height: 100%;
}

.banner.pos_1_2, .banner.pos_2_2, .banner.pos_3_3{
	width: 100%;
	height: 50%;
}
.banner.pos_1_2 img, .banner.pos_2_2 img, .banner.pos_3_3 img{
	max-width: 50%;
	height: 100%;
}

.banner.pos_1_3, .banner.pos_2_3, .banner.pos_1_4, .banner.pos_2_4, .banner.pos_3_4, .banner.pos_4_4{
	width: 50%;
	height: 50%;
}

.banner.pos_1_1 img, .banner.pos_1_2 img, .banner.pos_2_2 img, .banner.pos_3_3 img,
.banner.pos_1_3 img, .banner.pos_2_3 img, .banner.pos_1_4 img,
.banner.pos_2_4 img, .banner.pos_3_4 img, .banner.pos_4_4 img{
	max-width: 100%;
}

.spar-productBox.disruptiveProductBox {
	border: 0;
	padding: 0;
}

.spar-productBox.disruptiveProductBox a {
	display: flex;
	flex: 1 1 auto;
}

.disruptiveGridImage {
	flex: 1 1 auto;
	height: 356px;
	max-height: 246px;
	width: 100%;
}

@media(min-width: 768px) {
	.disruptiveGridImage {
		max-height: 356px;
	}
}

/*
#
# PRODUCT BOX
# BOTTOM (QUANTIY & FAVOURITES) <767 (MOBILE)
#
*/

.spar-productBox .productQtyFav{
	position:relative;
	height:50px;
}


.spar-productBox .productQtyFav .pbQty{
	/* width:66.6666666667%; */
	position:absolute;
	z-index:2;
}

.spar-productBox .productQtyFav .pbQty.single{
	border:1px solid #cccccc;
	border-right:0;
	height:50px;
	background:#f5f5f5;
}

.spar-productBox .productQtyFav .pbQty .dropDownQtyContainer input[type='text'],
.spar-productBox .productQtyFav .pbQty .dropDownQtyContainer .dropDownQty{
  margin:0;padding:0;
  display:block;
	float:left;
	outline:0;
  height:50px;
  cursor:pointer;
}


.spar-productBox .productQtyFav .pbQty .dropDownQtyContainer{
	max-width:none;
}

.spar-productBox .productQtyFav .pbQty.open .dropDownQtyContainer input[type='text']{
  width:80%;
}

.spar-productBox .productQtyFav .pbFav
{
	height:50px;
	width:50px;
  position:absolute;
  right:0;
}

.spar-productBox .productQtyFav .pbFav{
	right:50px;
}

.spar-productBox .productQtyFav .pbFav .dropDownWishlistContainer,
.spar-productBox .productQtyFav .pbFav i{
  margin:0;padding:0;
  display:block;
  float:left;
  border:0;outline:0;
  height:50px;
  background:#f8f8f8;
  width:0%;
}

.spar-productBox .productQtyFav .pbFav .dropDownWishlistContainer{
	opacity:0;
}

.spar-productBox .productQtyFav .pbFav i{
  width:50px;
  background:#b00511;
  font-size:21px;
  color:#ffffff;
  line-height:50px;text-align:center;
  cursor:pointer;
}
.spar-productBox .productQtyFav .pbFav i:HOVER,
.spar-productBox .productQtyFav .pbFav i:active{
	background:#8d030d;
}

.spar-productBox .productQtyFav .pbFav.open{
  right:0;
  width:100%;
	z-index: 4;
}

.productList .spar-productBox .productQtyFav .pbFav.open{
	right:-1px;
}


.spar-productBox .productQtyFav .pbFav.open .dropDownWishlistContainer{
	width: calc(100% - 50px);
  opacity:1;
}

.spar-productBox .productQtyFav .pbFav.open .dropDownWishlistContainer #wishlistInput{
	width:80%;/*200/250*/
}

.spar-productBox .productQtyFav .pbFav.open .dropDownWishlistContainer .dropDownWishlist{
	width:20%;/*50/250*/
	background:#f5f5f5;
	text-align:center;
}

.spar-productBox .productQtyFav .pbFav.open .dropDownWishlistContainer.empty input[type=text]{
	border-right:0;
}

.spar-productBox .productQtyFav .pbFav.open .dropDownWishlistContainer.empty .dropDownWishlist{
	background:#ffffff;
}

.spar-productBox .productQtyFav .pbFav.open .dropDownWishlistContainer.empty .dropDownWishlist:before{
	content:"";
}

.spar-productBox .productQtyFav .pbFav.open .dropDownWishlistContainer .dropDownWishlist:before,
.spar-productBox .productQtyFav .pbFav.open .dropDownWishlistContainer .dropDownWishlist.open:before{
	content:"\a006";
	font-size:10px;
	color:#808080;
}

.spar-productBox .productQtyFav .pbFav.open .dropDownWishlistContainer .dropDownWishlist.open:before{
	content:"\a009";
}

.spar-productBox .productQtyFav{
	overflow:hidden;
}

/* .cartEntryMinusQty and .cartEntryPlusQty css  in listing page*/
.chooseQuantity .chooseQuantitySelector .listingQtySelector{
	max-width:40px;
}



