﻿.item_btn:hover {
	background-color: #668587!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: 1;
	transform: scale(1);
	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: 1;
	transform: scale(1);
	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: #668587;
	color: #fff!important;
}
.add_to_cart_btn a:hover {
	background-color: #222222!important;
}
.wishlist_btn a:hover {
	background-color: #a6cee0!important;
	color: #fff!important;
}
.item {
	float: right;
	position: relative;
	direction: rtl;
	box-sizing: border-box;
}
.image_container {
	float: right;
	display: table;
	padding: 0px;
	margin-left: 0px;
	text-align: center;
	overflow: hidden;
	visibility: visible;
	box-sizing: border-box;
	border-radius: 7px;
	transition: 0.4s all;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	-o-transition: 0.4s all;
}
.item:hover .image_container {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.item_detalis {
	width: 100%;
	float: left;
	height: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	direction: rtl;
	text-align: center;
	background:#fff;
	box-sizing:border-box;
	position:relative;
}
.item_date {
	width: 100%;
	float: right;
	direction: rtl;
	text-align: center;
	height: 40px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px;
	box-sizing:border-box;
	background-color:#f4f4f4;
	border-radius:5px;
	position:relative;
}
.item_date .fs_middle {
	width: 100%;
}
.day_text {
	width: auto;
	float: right;
	direction: rtl;
	text-align: center;
	height: 40px;
	margin-bottom: 0px;
	border-left: 2px solid #ffffff;
	display:table;
	padding: 0 9px;
}
.day_text:last-child {
	border-left: 0px solid #fff;
}
.day_number {
	width: auto;
	float: right;
	direction: rtl;
	text-align: center;
	height: 40px;
	margin-bottom:0px;
	display:table;
	padding: 0 7px;
	background-color:#8a4e4e
}
.day_month {
	width: 60px;
	float: right;
	direction: rtl;
	text-align: center;
	height: 40px;
	margin-bottom: 0px;
	display:table;
	background-color:#ccc
}
.day_hour {
	width: 110px;
	float: right;
	direction: rtl;
	text-align: center;
	height: 40px;
	margin-bottom: 0px;
	display:table;
	margin-top:0px;
	border-top:0px solid #fff;
}
.item_name {
	width: 100%;
	float: right;
	text-align: right;
	box-sizing: border-box;
	line-height: 1.3em !important;
	font-size:18px;
	margin-bottom:5px;
	margin-top:10px;
}
.item_short_des {
	width: 100%;
	float: right;
	text-align: right;
	box-sizing: border-box;
	height: 110px;
	overflow: hidden;
	visibility: visible;
}

.prices_container {
	width: 120px;
	float: right;
	height:36px;
	background-color:rgb(166 206 224 / 100%);
	border-radius:4px;
	position:relative;
	display:table;
	margin-top:0px
}

.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: 1px solid;
	border-bottom: 1px 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: 50%;
}
.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: 1px solid;
	color: #202020;
	background-color: #fff;
}
.item:hover .add_to_cart_btn {
	background-color: #000!important;
	color: #a6cee0!important;
}
.item_price_container {
	display: table-cell;
	vertical-align:middle;
	text-align: center;
}
.item_price_sep_container {
	width: 1px;
	height: 30px;
	float: none;
	display: inline-block;
	background-color: rgb(213, 213, 213);
}
.item_price_title_container {
	width: 100%;
	float: right;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	box-sizing: border-box;
	height: 18px;
	overflow: hidden;
	visibility: visible;
	letter-spacing: 0.3px;
}
.item_price {
	width: 100%;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
}
.rate_icon {
	font-size: 17px;
	display:inline-block;
}
.p_price {
	display:inline-block;
}

.item_detalis_container {
	width: 100%;
	float: left;
	margin: 0;
	background-color:rgb(166 206 224 / 0%);
	position:absolute;
	bottom:0
}
.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  {
	float: left;
	width: calc(100% - 127px);
	font-weight: 400;
	padding: 8px 0px;
	margin-left: 0px;
	margin-right: 5px;
	display: inline-block;
	transition: all 0.2s ease 0s;
	cursor: pointer;
	box-sizing: border-box;
	border-radius: 4px;
	text-align: center !important;
	border-right:0px solid #a6cee0;
	position:relative
}
.add_to_cart_text {
	font-weight: 400;
	cursor: pointer;
	margin-top: 0px;
	float: none !important;
	width: auto !important;
	text-align: center !important;
	font-size: 16px !important;
}
.add_view_product_text {
	font-weight: 400;
	cursor: pointer;
	margin-top: 0px;
	float: none !important;
	width: auto !important;
	text-align: center !important;
	font-size: 16px !important;
	color: #fff
}
.wishlist_btn  {
	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 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;
}
.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;
	border-radius: 4px;
}
.out_of_stock_text {
	font-size: 15px;
}
.items_comlementary_containner {
	width: 100%;
	float:right;
	margin-top:20px;
}
#reco .owl-prev {
    width: 35px;
    height: 35px;
    right: 0px;
	font-size:25px;
    top: calc(50% - 50px);   
    display: inline-block;
    padding: 0 !important;
    margin: 0 !important;
    opacity: 1;
    position: absolute;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    color:#fff !important;
    border-radius:50%;
    background-color:#a7cde0!important;
}
#reco  .owl-next {
    width: 35px;
    height: 35px;
    left: 0px;
	font-size:25px;
    top: calc(50% - 50px);
    display: inline-block;
    padding: 0 !important;
    margin: 0 !important;
    position: absolute;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    color:#fff !important;
    border-radius:50%;
    background-color:#a7cde0!important;
}
#reco .owl-theme .owl-nav {
	margin-top: 0px;
}
 @media (min-width: 1438px) {
.item {
	width: calc(100% - 30px)!important;
	margin-bottom:15px;
	box-sizing:border-box;
	padding: 7px;
	margin-left:15px;
	margin-right:15px;
}
.image_container {
	width: 100%;
	height: 350px;
}
}
 @media (max-width: 1439px) and (min-width: 769px) {
.item {
	width: calc(100% - 30px)!important;
	margin-bottom:15px;
	box-sizing:border-box;
	padding: 7px;
	margin-left:15px;
	margin-right:15px;
}
.image_container {
	width: 100%;
	height: 300px;
}
}
 @media (max-width: 768px) and (min-width: 481px) {
.item {
	width: calc(100% - 20px)!important;
	margin-bottom:15px;
	box-sizing:border-box;
	padding: 7px;
	margin-left:10px;
	margin-right:10px;
}
.image_container {
	width: 100%;
	height: 300px;
}
}
 @media (max-width: 480px) and (min-width: 319px) {
.item {
	width: calc(100% - 20px)!important;
	margin-bottom:15px;
	box-sizing:border-box;
	padding: 7px;
	margin-left:10px;
	margin-right:10px;
}
.image_container {
	width: 100%;
	height: 300px;
}
.item:last-child {
	margin-bottom: 0px;
}
}
 @media (max-width: 320px) {
.item {
	width: calc(100% - 20px)!important;
	margin-bottom:15px;
	box-sizing:border-box;
	padding: 7px;
	margin-left:10px;
	margin-right:10px;
}
.image_container {
	width: 100%;
	height: 300px;
}
.item:last-child {
	margin-bottom: 0px;
}
}