.shopCart {
	overflow-x: visible;
	overflow-y: scroll;
}

.eachItem{
	position: relative;
	background-image: url(/shopBox.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 5rem;/*110px;172px;*/
	width: 100%;/*170px;267px;*/
	margin-bottom:10px;
}
.priceBox{
	position:absolute;
	background-image: url(/shopPriceBox.png);
	background-repeat: no-repeat;
	background-size: 107px 30px;
	width: 107px; /*168px;*/
	height: 30px; /*47px;*/
	left:1px;
	bottom:1px;
}
.price{
	position:absolute;
	color:#514c3d;
	font-size:16px;
	left:30px;
	top: 8px;
}
.qty{
	position:absolute;
	font-size:20px;
	right:5px;
	bottom:5px;
	color:#fdfcc7;
	text-shadow:
		-1px -1px 0 #996601,
		1px -1px 0 #996601,
		-1px 1px 0 #996601,
		1px 1px 0 #996601; 
}
.shopMinusBox{
	position:absolute;
	right:5%;
	top:5%;
}
.shopMinusIcon{
	width:30px;
	height:30px;
}
.shopItemBox{
/* 	position: absolute;
	top: 50%;
    left: 50%;
	transform: translate(-50%, -50%); */
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	
}
.leftEachItem{
	position: relative;
	display:inline-block;
	background-image: url(/shopBox.png);
	background-repeat: no-repeat;
	background-size: 160px 110px;
	height:110px;
	width:160px;
	margin-bottom:10px;
	margin-right:10px;
}
.leftShopitembox{
	height:70px;
	width:140px;
	position: absolute;
	top:10%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.leftShopitem{
	height:60px;
	width:60px;
}
.leftqty{
	position:absolute;
	display: inline-block;
	top:10px;
	left:115px;
	text-align:left;
	font-size:30px;
	color:#fdfcc7;
	text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000; 
}
.sell{
/* 	max-height:75px;
	width:auto; */
	width: 100%;
    height: 100%;
    object-fit: contain;
}

/*sell pet items (show the product effect details)*/
.leftEachItemDetail{
	position: relative;
	display:inline-block;
	background-image: url(/shop_block2.png);
	background-repeat: no-repeat;
	background-size: 300px 152px;
	height:152px;
	width:300px;
	margin-bottom:10px;
	margin-right:10px;
}
.priceBoxDetail{
	position:absolute;
	background-image: url(/shopPriceBox.png);
	background-repeat: no-repeat;
	background-size: 168px 47px;
	width: 168px; /*168px;*/
	height: 47px; /*47px;*/
	left:1px;
	bottom:1px;
}
.priceDetail{
	position:absolute;
	color:#514c3d;
	font-size:20px;
	left:50px;
	top: 14px;
}
.leftShopitemboxDetail{
	height:120px;
	width:168px;
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
}
.leftShopTextboxDetail{
	height:140px;
	width:120px;
	position: absolute;
	display: flex;
	top:10px;
	left:170px;
	text-align:left;
	font-size:20px;
	overflow: hidden;
	line-height:normal;
}
.shopSellItem{
	height:120px;
	width:auto;
}

.blockEvent{
	pointer-events: none !important;
}

.imgAtShoppingCart{
	max-height: 90%;
}

.imgAtSellList{
	max-height: 100%;
}