	/*(( Almotakamel Store - Quantity Offers Popup Box - By Helal )) - Start */
	.quantity_offers {    /*  div (the container div, was with no-class-name before) */
		display: flex;
		justify-content: flex-end;
		position: absolute;
		right: 16px;
		margin-top: -18px;
		z-index: 1;
		left:16px;
		cursor: pointer;
	}
	.quantity_offers_label {    /* "quantity_offers" class name before) */
		height: 20px;
		line-height: 18px;
		z-index: 8;
		font-size: 11px;
		color: #ffffff;
		text-align: center;
		font-weight: normal;
		display: flex;
		text-transform: uppercase;
		font-family: tahoma;
		letter-spacing: 0px;
		font-weight: bold;
		justify-content: end;
	}
	.quantity_offer_box {    /* "amount-offers-table" class name before) */
		border: 0px solid rgb(242, 242, 242);
		padding: 7px;
		position: absolute;
		width: 89%;
		margin-top: 20px;
		cursor: pointer;
	}

	/*LTR*/
	html[dir="ltr"] .quantity_offers_label {
		padding: 0px 10px 0px 14px;
		border-radius: 14px 0px 0px 0px;
		background: linear-gradient(90deg, #ff491b 0%, #ffaaaa 100%);
		box-shadow: 0px -2px 3px #00000015;
		text-shadow: 1px 1px #00000060;
	}

	html[dir="ltr"] .quantity_offer_box {
		border-radius: 8px 0px 8px 8px;
		background: linear-gradient(90deg, rgb(255, 73, 27) 50%, rgb(255, 170, 170) 100%);
	}

	/*RTL*/
	html[dir="rtl"] .quantity_offers_label {
		padding: 0px 14px 0px 10px;
		border-radius: 0px 14px 0px 0px;
		background: linear-gradient(-90deg, #ff491b 0%, #ffaaaa 100%);
		box-shadow: 0px 2px 3px #00000015;
		text-shadow: 1px -1px #00000060;
	}
	html[dir="rtl"] .quantity_offer_box {
		border-radius: 0px 8px 8px 8px;
		background: linear-gradient(-90deg, rgb(255, 73, 27) 50%, rgb(255, 170, 170) 100%);
	}
	
	/* product list filter, box position adjusting */
	div.product-list .quantity_offers {
		margin-top: 0px;		
	}
	div.product-list .quantity_offers_label {
		margin: 4px;
		border-radius: 5px;
		background: linear-gradient(180deg, #ff491b 0%, #ffaaaa 100%);
	}
	div.product-list .quantity_offer_box {
		margin: 0px;
		border-radius: 8px;
	}
	div.product-list .caption .rating {
		position: absolute;
		right: 10px !important;
		text-align: left;
		top: 15px !important;
	}
	/*(( Almotakamel Store - Quantity Offers Popup Box - By Helal )) - End */
