﻿.products_container {
	float: right;
	width: 100%;
	position: relative;
}
.item_btn:hover {
	background-color:#00abcc!important
}
.button.hollow:focus, .button.hollow:hover, .item .button.hollow {
	background-color: #fff;
}
.button.hollow:focus, .item .button.hollow:hover {
	border: 1px solid;
	background-color: #f4f4f4;
}
.item .item_btn {
	opacity: 0;
	transform: scale(0);
	transition: all 0.3s ease 0s;
}
.item:hover .item_btn {
	opacity: 1;
	transform: scale(1);
	transition: all 0.3s ease 0s;
}
.item .wishlist_btn a {
	opacity: 0;
	transform: scale(0);
	transition: all 0.3s ease 0s;
}
.item:hover .wishlist_btn a {
	opacity: 1;
	transform: scale(1);
	transition: all 0.3s ease 0s;
}
.item_btn:hover {
	background-color: #00abcc;
	color: rgb(255, 255, 255);
}
.add_to_cart_btn a:hover {
	background-color: #202020!important;
}
.wishlist_btn a:hover {
	background-color: #00abcc!important;
}

.item {
	float: right;
	position: relative;
	direction: rtl;
	box-sizing: border-box;
}
.image_container {
	float: right;
	width: 100%;
	height: 200px;
	display: table;
	padding: 10px;
	margin-bottom:10px;
	text-align: center;
	overflow: hidden;
	visibility: visible;
	box-sizing: border-box;
	background-color:#fff;
	border-bottom: 1px solid #dedede;
}
.item_image_size {
	max-width: 180px !important;
	overflow: hidden;
	visibility: visible;
	max-height: 180px;
	transition: all 0.3s ease 0s;
}
.item:hover .item_image_size {
	transform: scale(1.03);
}
.item .plus_minus_container {
	float: left;
	height: 30px;
	margin-top: 10px;
	margin-left: calc(50% - 50px);
	margin-right: calc(50% - 50px);
	width: 100px !important;
}
.item .plus-minus-input {
	align-items: center;
}
.item .plus-minus-input .input-group-field {
	width: 40px;
	height: 30px;
	border-top: 0px solid;
	border-bottom: 0px solid;
	border-right: 0;
	border-left:0;
	display: block;
	box-sizing: border-box;
	line-height: 0;
	font-family: arial;
	text-align: center;
}
 .item .plus-minus-input .input-group-field::-webkit-inner-spin-button, .plus-minus-input .input-group-field ::-webkit-outer-spin-button {
 appearance: none;
}
.item .plus-minus-input .input-group-button .circle {
	cursor: pointer;
	width: 30px;
	height: 30px;
	font-size: 15px;
	box-sizing: border-box;
	border-radius: 3px;
}
.item .input-group {
	display: flex;
	width: 100%;
	align-items: stretch;
}
.item .input-group-button {
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	flex: 0 0 auto;
}
.item .button.hollow {
	border: 0px solid ;
	color:#6e8188;
	background-color: #fff;
}
.item_detalis {
	width: 100%;
	float: right;
	direction: rtl;
	text-align: center;
}
.item_name {
	width: 100%;
	float: right;
	text-align: center;
	padding: 5px 10px;
	box-sizing: border-box;
	height: 50px;
	overflow: hidden;
	visibility: visible;
	line-height: 1.2em !important;
}
.item_price_container {
	width: 75px;
	float: none;
	display: inline-block;
	text-align: center;
	direction: rtl;
}
.item_price_sep_container {
	width: 1px;
	height: 38px;
	float: none;
	display: inline-block;
	background-color: rgb(213, 213, 213);
}
.item_price_title_container {
	width: 100%;
	float: right;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	box-sizing: border-box;
	height: 18px;
	overflow: hidden;
	visibility: visible;
	letter-spacing: 0.3px;
}
.item_price {
	width: auto;
	float: none;
	font-size: 21px;
	font-weight: 700;
	text-align: center;
	padding-top: 0px;
	display: inline-block;
	clear: both;
}
.rate_icon {
	font-size: 16px;
}
.item_detalis_container {
	width: 185px;
	float: left;
	margin: 20px calc(50% - 92.5px);
	border-top: 0px solid rgb(230, 230, 230);
}
.item_btn {
	float: right;
	height: 35px;
	display: table;
	transition: all 0.2s ease 0s;
	cursor: pointer;
	box-sizing: border-box;
	border-radius: 50%;
	width: 35px !important;
	text-align: center !important;
	left: 0px !important;
}
.item_btn i {
	margin: 0px;
	font-size: 16px;
	padding: 0px;
	display: table-cell;
	vertical-align: middle;
}
.item_btn_text {
	font-weight: 400;
	cursor: pointer;
	margin-top: 0px;
	float: right !important;
	width: 100% !important;
	text-align: center !important;
	font-size: 16px !important;
}
.add_to_cart_btn a {
	float: right;
	padding: 7px 0px;
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
	transition: all 0.2s ease 0s;
	cursor: pointer;
	box-sizing: border-box;
	border-radius: 25px;
	width: 105px;
	text-align: center !important;
	font-size: 17px !important;
}
.add_to_cart_text {
	font-weight: 400;
	cursor: pointer;
	margin-top: 0px;
	float: none !important;
	width: auto !important;
	text-align: center !important;
	font-size: 18px !important;
}
.add_view_product_text {
	font-weight: 700;
	cursor: pointer;
	margin-top: 0px;
	float: none !important;
	width: auto !important;
	text-align: center !important;
	font-size: 18px !important;
	color:#fff
}
.wishlist_btn a {
	float: right;
	height: 35px;
	display: table;
	border-right-width: 1px;
	transition: all 0.2s ease 0s;
	cursor: pointer;
	box-sizing: border-box;
	border-radius: 50%;
	width: 35px !important;
	text-align: center !important;
	left: 0px !important;
}
.wishlist_btn a i {
	margin: 0px;
	font-size: 16px;
	padding: 0px;
	display: table-cell;
	vertical-align: middle;
}
.wishlist_text {
	font-weight: 400;
	cursor: pointer;
	margin-top: 0px;
	float: right !important;
	width: 100% !important;
	text-align: center !important;
	font-size: 16px !important;
}
.prices_container {
	width: 100%;
	float: right;
	display: inline-block;
	height: 50px;
	direction: rtl;
	position: relative;
}
.lable_container {
	width: auto;
	height: 23px;
	position: absolute;
	z-index: 0;
	direction: rtl;
	display: table;
	text-align: center;
	padding: 0 6px;
	font-size: 15px;
}
.lable_text {
    width: auto;
    float: right;
}
.deal_lable_container {
	top: 7px;
	left: 7px;
}
.text_lable_container {
	top: 7px;
	right: 7px;
}
.discount_lable_container {
	top: 7px;
	right: 7px;
	z-index:2;
}
.lable_container .rate_icon {
	font-size: 14px;
}
.out_of_stock_container {
	width: 100%;
	height: 100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	position: absolute;
	z-index: 1;
	direction: rtl;
	display: table;
	text-align: center;
	padding: 0;
}
.out_of_stock_text {
	font-size: 19px;
}

 @media (min-width: 1438px) {
.products_container {

}
.item {
	width: 18.4%;
	margin-bottom: 2%;
	margin-left: 2%;
}
.item:nth-of-type(5n) {
	margin-left: 0px;
}
}

 @media (max-width: 1439px) and (min-width: 769px) {
.item {
	width: 30%;
	margin-bottom: 5%;
	margin-left: 5%;
}
.item:nth-of-type(3n) {
	margin-left: 0px;
}
}

@media (max-width: 768px) and (min-width: 481px) {
.item {
	width: 47.5%;
	margin-bottom: 5%;
	margin-left: 5%;
}
.item:nth-of-type(2n) {
	margin-left: 0px;
}
 }

@media (max-width: 480px) and (min-width: 319px) {
.item {
	width: 47.5%;
	margin-bottom: 5%;
	margin-left: 5%;
}
.item:nth-of-type(2n) {
	margin-left: 0px;
}
.item_image_size {
	max-width: 140px !important;
}
}

@media (max-width: 320px) {
.item {
	width: 47.5%;
	margin-bottom: 5%;
	margin-left: 5%;
}
.item:nth-of-type(2n) {
	margin-left: 0px;
}
.item_image_size {
	max-width: 140px !important;
}
 }
