#reco .owl-prev {
    width: 30px;
    height: 30px;
    right: calc(50% - 35px);
    font-size:25px;
    bottom: -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:#cfb27f !important;
    border-radius:50%;
	line-height:0em!important;
    background: linear-gradient(
    to left,
    #000,
    #000
)!important;
}
#reco .owl-next {
    width: 30px;
    height: 30px;
     left: calc(50% - 35px);
    font-size:25px;
    bottom: -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:#cfb27f !important;
    border-radius:50%;
    background: linear-gradient(
    to left,
    #000,
    #000
)!important;
}
.add_to_cart_plus {
	width: 30px;
    height:30px;
	border-radius: 50%;
    position:absolute;
    left:25px;
    top:190px;
    z-index:100000;
}
.add_to_cart_btn_container {
	float: right;
	width: 100%;
	margin-top:15px;
	border-top:1px solid #e6e6e6
}
.add_to_cart_btn {
	float: left;
	width: 50%;
	text-align: center !important;
	display: table;
	cursor: pointer;
	background-color:#fff;
	color: #2a292f;
	box-sizing:border-box;
	border-radius: 0;
	padding-top: 9px;
	padding-bottom: 9px;
}
.add_to_cart_text {
    display:table-cell;
    vertical-align:middle;
}
.add_to_cart_btn:hover {
	background-color:rgba(211,197,183, 0.2)!important;
	color: #2a292f;
}
.soldout_btn {
	float: right;
	width: 90px !important;
	margin-left:calc(50% - 45px);
	margin-right:calc(50% - 45px);
	text-align: center !important;
	display: table;
	cursor: pointer;
	background-color:#cfb27f;
	color: #fff;
	box-sizing:border-box;
	border-radius: 25px;
	padding-top:8px;
	padding-bottom:8px;
}
.soldout_btn {
    display:table-cell;
    vertical-align:middle;
}
.soldout_btn:hover {
	background-color:#2a292f;
	color: #fff;
}
.add_to_whishlist {
	width: 20px !important;
	font-size: 16px !important;
	font-weight: 400;
	color: #ffaea7;
	margin:0!important;
	padding:0!important;
	position:absolute;
	left:10px;
	top:10px;
	z-index:1;
}
.add_to_whishlist:hover {
	color: #cfb27f;
}
.view_moer_btn {
	float: right;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #545454;
    text-decoration:underline;
    margin-bottom:15px
}
.view_moer_btn:hover {
	color: #cfb27f;
}
.reset_filter_btn {
	float: right;
	width: auto !important;
	text-align: center !important;
	font-size: 15px !important;
	padding: 8px;
	margin-left: 0;
	margin-right: 5px;
	display: inline-block;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	cursor: pointer;
	background-color:transparent;
	color: #2a292f;
	border: 1px solid #ccc;
	box-sizing:border-box;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	margin-bottom:10px;
	margin-top:10px;
}
.reset_filter_btn:hover {
	background-color: #000;
	color: #fff;
}
.item .item_elements_hover {
	width: 100px;
	height: 30px;
	float: right;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	color: #fff;
	line-height:1em;
	padding-top:10px;
	margin-right:calc(50% - 50px);
	margin-left:calc(50% - 50px);
	background-color: #f69c7e;
	position:absolute;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	bottom: 80px;
	opacity:0;
	transform: scale(0);
	transition: .3s;
}
.item:hover .item_elements_hover {
	width: 100px;
	height: 30px;
	float: right;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	color: #fff;
	line-height:1em;
	padding-top:10px;
	margin-right:calc(50% - 50px);
	margin-left:calc(50% - 50px);
	background-color: #f69c7e;
	position:absolute;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	bottom:80px;
	opacity:1;
	transform: scale(1);
	transition: .3s;
}
.item .item_btn {
	opacity:1;
	transform: scale(1);
	transition: .3s;
}
.item:hover .item_btn {
	opacity:1;
	transform: scale(1);
	transition: .3s;
}
.item .free_greed_filtering_des_wishlist a {
	opacity:1;
	transform: scale(1);
	transition: .3s;
}
.item:hover .free_greed_filtering_des_wishlist a {
	opacity:1;
	transform: scale(1);
	transition: .3s;
}
.item_carusel_color {
	width: 20px;
	height: 20px;
	float: none;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    clear: none;
    margin-right: 2px;
    margin-left: 2px;
    border: 1px solid #666;
}
.check_all_my_children {
	color: #444f5d !important;
	font-weight: 700!important
}
.check_all_my_children.active {
	color: #b91f3e !important;
}
.current_currency {
	float: right;
	width: 100%;
	position: relative;
	margin-bottom: 10px!important;
}
#progressbarFilterLoading {
	float: right;
	width: 100%!important;
	height: 100%!important;
	background-color: rgba(255,255,255,0.9);
	bottom: 0;
	position: absolute;
	z-index: 1000000000!important;
	text-align: center;
}
.progressbarGif_load {
	float: right;
	width: 50px;
	margin-left: calc(50% - 25px);
	margin-right: calc(50% - 25px);
	top: 20%;
	position:relative;
}
.filter_buttons {
	display: block;
}
.container {
	position: relative;
	padding-bottom: 20px;
}
.container .fail-message {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 150ms;
	-moz-transition: 150ms;
	transition: 150ms;
}
.container .fail-message:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.container .fail-message span {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	font-weight: 400;
	color: #ab1f23;
	padding-bottom: 20px;
	direction: rtl;
}
.container.fail .fail-message {
	opacity: 1;
	pointer-events: auto;
}
/* fs_accordion css
-------------------*/
#wrap_accordion {
	width: 100%;
	float: right;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	display: inline-block;
	border: 0px solid #ccc;
}
#wrap_accordion li {
	width: 100%;
	float: right;
	list-style-type: none;
}
#wrap_accordion .wrap_title {
	float: right;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	color: #000;
	font-size: 0px;
	font-weight: 700;
	line-height: 0em;
	position: relative;
	cursor: pointer;
	display: block;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	direction: rtl;
	background-color: rgba(255,255,255,0.1) !important;
	border: 0px solid #000 !important;
}
#wrap_accordion .wrap_title i {
	float: left;
	width: auto;
	padding-top: 0px!important;
	padding-bottom: 0!important;
	padding-left: 0!important;
	padding-right: 0!important;
	margin: 0!important;
	font-size: 0px;
}
.fs_accordion {
	width: 100%;
	float: right;
	position: relative;
	max-width: 100%;
	margin: 0!important;
	padding: 0!important;
}
#fs_accordion {
	width: 100%;
}
.fs_accordion li {
}
.fs_accordion li .title {
	float: left;
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	color: #201751;
	font-size: 15px;
	font-weight: 500;
	line-height: 1em;
	position: relative;
	cursor: pointer;
	display: block;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	direction: rtl;
	background-color: #fff;
	border-bottom: 1px solid #f4f4f4 !important;	
}
.fs_accordion li .title i {
	float: left;
	width: auto;
	padding-top: 0px!important;
	padding-bottom: 0!important;
	padding-left: 0!important;
	padding-right: 0!important;
	margin: 0!important;
	font-size: 13px;
}
.fs_accordion li .title:last-child {
	border-bottom: 0;
	background-color: transparent;
}
.fs_accordion li .sub_title {
	float: left;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	color: #444f5d;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.8em;
	position: relative;
	cursor: pointer;
	display: block;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	direction: rtl;
	background-color: #fff;
	border-bottom: 1px solid #e6e6e6 !important;
}
.fs_accordion li .sub_title i {
	float: left;
	width: auto;
	padding-top: 13px!important;
	padding-bottom: 0!important;
	padding-left: 0!important;
	padding-right: 0!important;
	margin: 0!important;
	font-size: 15px;
}
.fs_accordion li .sub_title:last-child {
	border-bottom: 0;
	background-color: transparent;
}
.fs_accordion li ul.sub_menu {
	list-style-type: none;
	float: right;
	width: 100%;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 0;
	padding-left: 0;
	background-color: #fff;
	margin-bottom: 0px!important;
}
.fs_accordion li ul.sub_menu li {
	list-style-type: none;
	float: left;
	width: 100%;
}
.fs_accordion li ul.sub_menu li .link {
	width: 100%;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	box-sizing: border-box;
	margin-bottom: 0px;
	border-bottom: 1px solid #f4f4f4;
}
.link input[type="checkbox"] {
	display: none;
}
.link input[type="checkbox"] + label {
	width: 100%;
	text-align: right;
	color: #666;
	float: right;
	direction: rtl;
	font-size:14px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 0px;
	padding-left: 0px;
	box-sizing: border-box;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-color: rgba(255,255,255,0.0);
}
.link input[type="checkbox"] + label:hover {
	background-color: #f9f9f9;
}
.link input[type="checkbox"] + label span {
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #999;
	cursor: pointer;
	margin-left: 7px;
	margin-top: 2px;
	float: right;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.link input[type="checkbox"]:checked + label span {
	background-color: #fff;
	border: 7px solid #666;
	box-sizing: border-box;
}
.tabLinkul {
	list-style-type: none;
	float: right;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0 0 10px 0;
}
.tabLink {
	width: 100%;
	float: right;
	margin-bottom:10px;
}
.tabLink input[type="checkbox"] {
	display: none;
}
.tabLink input[type="checkbox"] + label {
	float: right;
	direction: rtl;
	text-align: right;
	font-size:17px;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 7px;
	padding-left: 7px;
	box-sizing: border-box;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-color: rgba(255,255,255,1);
	border: 1px solid #e6e6e6;
	color: #000;
	line-height:0.9em;
}
.tabLink input[type="checkbox"] + label:hover {
	background-color: #f9f9f9;
}
.tabLink input[type="checkbox"] + label span {
    display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #000;
	cursor: pointer;
	margin-left: 7px;
	float: right;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-sizing: border-box;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.tabLink input[type="checkbox"]:checked + label span {
	background-color: #fff;
	border: 8px solid #f69c7e;
	box-sizing: border-box;
}
.filterCheckbox {
	width: 100%;
	float: right;
}
.filterCheckbox input[type="checkbox"] {
	display: none;
}
.filterCheckbox input[type="checkbox"] + label {
	float: right;
	direction: rtl;
	text-align: right;
	font-size:17px;
	width: 100%;
	padding-top: 9px;
	padding-bottom: 7px;
	padding-right:  0px;
	padding-left: 0px;
	box-sizing: border-box;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-color: rgba(255,255,255,1);
	border: 0px solid #f9f9f9;
	color: #000;
	line-height:1em;
}
.filterCheckbox input[type="checkbox"] + label:hover {
	background-color: #f9f9f9;
}
.filterCheckbox input[type="checkbox"] + label span {
display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #2a292f;
	cursor: pointer;
	margin-left: 7px;
	float: right;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-sizing: border-box;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.filterCheckbox input[type="checkbox"]:checked + label span {
	background-color: #fff;
	border: 8px solid #f69c7e;
	box-sizing: border-box;
}

.fs_accordion li ul.sub_menu li .link_all {
	width: 100%;
	float: right;
	padding-left: 0px;
	padding-right: 0px;
	box-sizing: border-box;
	margin-bottom: 1px;
	border-bottom: 1px solid #e6e6e6;
}
.link_all input[type="checkbox"] {
	display: none;
}
.link_all input[type="checkbox"] + label {
	color: #000;
	float: right;
	direction: rtl;
	text-align: right;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-color: rgba(255,255,255,0.9);
}
.link_all input[type="checkbox"] + label:hover {
	background-color: rgba(255,255,255,0.8);
}
.link_all input[type="checkbox"] + label span {
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	/*background: url('../../../../images/System/search_checkbox_regular.png') no-repeat center top;*/
	background-color: #eee;
	border: 1px solid #666;
	cursor: pointer;
	margin-left: 10px;
	float: right;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-sizing: border-box;
}
.link_all input[type="checkbox"]:checked + label span {
	/*background: url('../../../../images/System/search_checkbox_active.png') no-repeat center top;*/
	background-color: #fff;
	border: 3px solid #000;
	box-sizing: border-box;
}
.link_color {
	list-style-type: none;
	float: right;
	display: inline-block;
	width: 100%!important;
	margin-right: 0px;
	padding: 0!important;
}
.link_color input[type="checkbox"] {
	display: none;
}
.link_color input[type="checkbox"] + label {
	float: right;
	direction: rtl;
	text-align: right;
	width: 100%;
	font-size:14px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 0px;
	padding-left: 7px;
	box-sizing: border-box;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-color: rgba(255,255,255,0.0);
	color:#666;
	line-height:1em
}
.link_color input[type="checkbox"] + label:hover {
	background-color: #f4f4f4;
}
.link_color input[type="checkbox"] + label span {
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	background-color: #eee;
	border: 1px solid #999;
	cursor: pointer;
	margin-left: 7px;
	float: right;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-sizing: border-box;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.link_color input[type="checkbox"]:checked + label span {
	background-color: #fff;
	border: 3px solid #201751;
	box-sizing: border-box;
}
.slider_range_container {
	width: 86%!important;
	margin-left: 7%!important;
	margin-right: 7%!important;
	float: right;
	margin-top: 40px;
}
.item .imageStyle {
	float: left;
	display: inline-block;
	margin: 0px;
	width: 100%;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
    text-align:center;
    height:180px;
    overflow: hidden;
    visibility: visible;
}
.item_image_container {
	float: right;
	width: 100%;
	margin-left:0;
	margin-right:0;
	/* -webkit-border-top-left-radius: 7px; */
	/* -webkit-border-top-right-radius: 7px; */
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	/* border-top-left-radius: 7px; */
	/* border-top-right-radius: 7px; */
	text-align:center;
	display:inline-block;
	border-bottom: 1px solid #f9f9f9;
	position:relative;
}
.item_image {
	width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.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;
	font-size:24px
}
.item_price_container {
	max-width: 65px;
	min-width: 35px;
	float:none;
	display:inline-block;
	text-align:right;
	direction:rtl;
}
.item_price_sep_container {
	width: 1px;
	height: 10px;
	float:none;
	background-color:#f3f2f2;
	margin-left: 15px;
	margin-right: 15px;
}
.item_price_title_container {
	width: auto;
	float:none;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	box-sizing:border-box;
	opacity:0.7
}
.item_price {
	width: auto;
	float:none;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	padding-top: 0px;
	display:inline-block;
	clear:both;
	line-height:1em
}
.item_price_beforee {
	width: auto;
	float:none;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	padding-top: 0px;
	display:inline-block;
	clear:both;	
}
.rate_icon {
	width: auto;
	float: none;
	font-size: 19px;
	font-weight: 700;
	display:inline-block;
}
.item_carusel_colors_container {
	text-align: center;
	width: 100%;
	float: right;
	padding-top:11px;
	padding-bottom:15px;
	height:20px;
}
.item_carusel_color {
	width: 15px;
	height:15px;
	float: none;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 1px;
    display:inline-block;
    clear:none;
    margin-right:2px;
    margin-left:2px;
    margin-top:2px;
    border: 1px solid #e6e6e6;
}
.item_detalis_container {
	width: 190px;
	float: left;
	margin-right:calc(50% - 95px);
	margin-left:calc(50% - 95px);
	margin-top:15px;
	margin-bottom: 20px;
	border-top: 0px solid #e6e6e6;
}
.item_carusel_button {   
    width: calc(100% - 162px);
    float: right;
    height:35px;
    font-size: 17px;
    font-weight: 700;
    text-align: right;
    padding-top: 7px;
    padding-bottom: 10px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    cursor: pointer;
    direction: rtl;
    box-sizing: border-box;
    color: #000;
    background-color: #e6e6e6;
    padding-right: 10px;
}
.item_carusel_button:hover {
	color: #AF9456;
}
.item_btn {
	float: right;
	width: 35px !important;
	height: 36px;
	text-align: center!important;
	display: inline-block;
	left: 0!important;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	cursor:pointer;
	background-color:transparent;
	color:#000 !important;
	box-sizing:border-box;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 0px solid #000;
}
.item_btn i {
	width: 30px;
	font-size: 17px!important;
	padding-left:0px!important;
	padding-top: 6px;
	padding-bottom: 0px;
	margin-left:0;
}
.item_btn:hover {
	background-color: #f69c7e;
	color: #fff !important;
}
.item_btn_text {
	float: right !important;
	width: 100% !important;
	text-align: center !important;
	font-size: 16px !important;
	font-weight: 400;
	cursor: pointer;
	margin-top: 0px;
}
.free_greed_filtering_des_add_to_cart {
	float: right;
	width: 50%;
	text-align: center !important;
	display: inline-block;
	cursor: pointer;
	background-color:#fff;
	color: #2a292f;
	box-sizing:border-box;
	border-radius: 0;
	padding-top: 9px;
	padding-bottom: 9px;
	margin:0;
	border-left: 1px solid #e6e6e6;
}
.free_greed_filtering_des_add_to_cart:hover {
	background-color: #cfb27f;
	color: #fff;
}
span.add_to_cart_text {
	float: right;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
	margin-top:0px;
}
span.free_greed_filtering_des_wishlist a {
	float: right;
	width: 35px !important;
	height: 35px;
	text-align: center!important;
	display: inline-block;
	left: 0!important;
	border-right-width: 1px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	cursor:pointer;
	background-color:transparent;
	color: #000;
	box-sizing:border-box;
	-webkit-border-radius: 50%;;
	-moz-border-radius: 50%;;
	border-radius: 50%;;
	border: 0px solid #000;
}
span.free_greed_filtering_des_wishlist a i {
	width: 30px;
	font-size: 17px!important;
	padding-left:0px!important;
	padding-top: 7px;
	padding-bottom: 0px;
	margin-left:0;
}
span.free_greed_filtering_des_wishlist a:hover {
	background-color: #f69c7e;
	color: #fff !important;
}
span.wishlist_text {
	float: right !important;
	width: 100% !important;
	text-align: center !important;
	font-size: 16px!important;
	font-weight: 400;
	cursor: pointer;
	margin-top:0px;
}
span.reaset_images_to_parent a {
	float: left!important;
	width: 44px!important;
	text-align: center!important;
	font-size: 20px!important;
	font-weight: 400;
	display: inline-block;
	left: 0!important;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e6e6e6;
	color: #999;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	background-color:#fff;
}
span.reaset_images_to_parent a:hover {
	background-color: #f4f4f4;
	color: #000;
}
span.reaset_images_to_parent a i {
	padding-top: 8px;
	padding-bottom: 8px;
}
.multiselect {
  width: 100%;
  float:right;
}
.selectBox {
  position: relative;
  width: 100%;
  float:right;
}
.selectBox select {
  width: 100%;
}
.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.checkboxes {
  width:100%;
  display: none;
  border-top: 0px  solid #f9f9f9;
  border-bottom: 0px  solid #f9f9f9;
  border-right: 0px  solid #f9f9f9;
  border-left: 0px  solid #f9f9f9;
  background-color:#fff;
  float:right;
  padding:5px;
  box-sizing:border-box;
  background-color:#fff !important;
  min-height: 50px;
  overflow:auto;
  visibility:visible;
}
.checkboxes input[type="checkbox"] {
	box-sizing: border-box;
	height: 16px!important;
	width: 16px!important;
	text-decoration: none;
	margin: 3px 0px 0px 7px !important;
	border: 1px solid #2a292f !important
}
.checkboxes label {
	display: block;
	float:right;
	width:100%;
	text-align:right;
	direction:rtl;
	font-size: 17px;
	line-height:1.2em;
	padding-bottom: 6px;
	padding-top: 6px;
	color:#000;
}
.checkboxes label:hover {
	  background-color: #f4f4f4;
}

.item_strip_up {
    float: right;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 0;
    direction: rtl;
    text-align:center;
    background-color: transparent;
}
.item_strip_up_text {
    font-size: 16px;
    text-align: center;
    display: table-cell;
	vertical-align: middle;	
	line-height:1em;
}

.item_sold_out {
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0px;
    right:0;
    left:0;
    z-index: 0;
    direction: rtl;
    background-color: rgba(248 167 138 / 100%);
}
.item_sold_out {
    font-size: 16px;
    text-align: center;
    display: table-cell;
	vertical-align: middle;	
	line-height:1em;
}

#sub_cat_name {

}
.item_web_discount {
    background-position: center top;
    float: right;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 1;
    direction: rtl;
    display: table;
    text-align: center;
    background-color: transparent;
    background-image: url('../../../../images/System/discount_triangle.png');
    background-repeat: no-repeat;
    background-size:contain;
}
.item_web_discount_text {
    font-size: 14px;
    text-align: center;
    display: table-cell;
	vertical-align: middle;
	
	line-height:0.9em
}
.item_web_discount_text span {
    float: right;
    width: 100%;
}


.dropdown {
  position: relative;
  margin-bottom: 20px;
}
.dropdown .dropdown-list {
  padding: 15px 15px;
  background: #fff;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  max-height: 223px;
  overflow-y: auto;
  background: #fff;
  display: none;
  z-index: 10;
}
.dropdown .checkbox {
  opacity: 0;
  transition: opacity .2s;
}
.dropdown .dropdown-label {
  display: block;
  height: 35px;
  font-size: 17px;
  line-height: 35px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 10px 0 10px;
  cursor: pointer;
  position: relative;
  text-align:right
}
.dropdown .dropdown-label:before {
  content: '▼';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform .25s;
  transform-origin: center center;
}
.dropdown.open .dropdown-list {
  display: block;
}
.dropdown.open .checkbox {
  transition: 2s opacity 2s;
  opacity: 1;
}
.dropdown.open .dropdown-label:before {
  transform: translateY(-50%) rotate(-180deg);
}
.checkbox {
  margin-bottom: 20px;
  float:right;
  width:100%;
}
.checkbox:last-child {
  margin-bottom: 0;
}
.checkbox .checkbox-custom {
  display: none;
}
.checkbox .checkbox-custom-label {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  float:right;
}
.checkbox .checkbox-custom + .checkbox-custom-label:before {
  content: '';
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0px;
  text-align: center;
  width: 12px;
  height: 12px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  margin-top: -2px;
  margin-left:5px;
}
.checkbox .checkbox-custom:checked + .checkbox-custom-label:after {
  content: '';
  position: absolute;
  top: 2px;
  right: 4px;
  height: 4px;
  padding: 2px;
  transform: rotate(45deg);
  text-align: center;
  border: solid #000;
  border-width: 0 2px 2px 0;
}
.checkbox .checkbox-custom-label {
  line-height: 16px;
  font-size: 17px;
  margin-right: 0;
  margin-left: 0;
  color: black;
  direction:rtl
}
.prices_container {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	float: right;
	display: inline-block;
	direction: rtl;
	position:relative;
	box-sizing:border-box;
}
.products_home_items {
	width: 100%;
	float: right;
	display:block;
}
.products_cart_page_items {
	float: right;
	display:block;
}
.products_cart_counter {
	float: right;
	display:block;
}
.products_filtering_right_container select {
	letter-spacing: 0.3px;
	font-weight: 700;
}
.products_banners_container {
	width: 100%;
	float: right;
	padding-top:50px
}
.club_card_container {
	width: 50px;
	float: left;
	position:absolute;
	left:15px;
	top:5px
}
.club_card_icon {
    background-position: center center;
    width: 48px;
    height: 28px;
    float: left;
    border-radius: 5px;
    margin-bottom: 4px;
    transform: rotate(-10deg);
    background-image: url('../../../../images/System/sparklin.gif');
    background-repeat: no-repeat;
    background-size:contain;
}
.club_card_icon_text {
	width:100%;
	display:inline-block;
	font-size:10px;
	direction:rtl;
	text-align:center;
	color:#fff;
	font-weight:700;
	/*vertical-align:middle;*/
}
.club_card_icon_line {
	width:100%;
	float:right;
	height:2px;
	background-color:#fff;
	bottom:0px;
	position:relative
}
.club_card_text {
	width: 100%;
	float: left;
	line-height:1em;
	font-size:11px;
	direction:rtl;
	text-align:center;
	font-weight:700;
}
/*.item {
	-webkit-box-shadow: 0px 2px 7px -1px rgba(214,214,214,0.5);
	-moz-box-shadow: 0px 2px 7px -1px rgba(214,214,214,0.5);
	 box-shadow: 0px 2px 7px -1px rgba(214,214,214,0.5);
}*/
#reco .item {
	float: right;
	width: calc(100% - 30px)!important;
	margin-bottom: 0!important;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px !important;
	position:relative;
	direction:rtl;
	box-sizing: border-box;
	background-color: #fff;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border: 0px solid #e6e6e6;
	-webkit-box-shadow: 0px 0 9px 0 rgb(148 148 148 / 10%);
	-moz-box-shadow: 0px 0 9px 0 rgb(148 148 148 / 10%);
	box-shadow: 0px 0 9px 0 rgb(148 148 148 / 15%);
}
.countdown_products_page {
	float: right;
	width: 100%;
	position:relative;
	padding: 7px;
	background-color: #fff;
	box-sizing:border-box;
	margin-bottom:30px
}
.brands_banners_carusel_home {
	float: right;
	width: 100%;
	position:relative;
}


@media (min-width: 1438px) {
.products_page {
	width: 100%;
	float: right;
	padding-top: 180px;
	padding-bottom: 0px;
	position: relative;
}
.products_container {
	width: 100%;
	float: right;
	margin-bottom: 100px;
	padding-top: 15px;
	margin-top: 15px;
	position: relative;
}

.products_filtering_right_container {
	float: right;
	width: 280px;
	background-color:#fff;
	z-index:1;
	border-top: 0px solid #2a292f;
	padding-top:10px;
	padding: 5px 15px 5px 15px;
	box-sizing:border-box;
    position:sticky;
    top:110px;
}
.products_filtering_left_container {
	float: left;
	width: calc(100% - 380px);
	position:relative;
	min-height: 400px;
	margin-right: 100px;
}
.products_filtering_right_container select {
	border:0;
	padding-top: 9px!important;
	padding-bottom: 9px!important;
	font-size: 19px;
	padding-right:5px!important;
	float:right;
}
.item {
	float: right;
	width: 18%;
	margin-bottom: 2.5%;
	margin-left: 2.5%;
	position:relative;
	direction:rtl;
	box-sizing: border-box;
	background-color: #fff;
	padding-bottom: 0px;
}
.item:nth-of-type(5n) {
	margin-left: 0;
}
.tabLink_container {
	float: right;
	width: calc(100% - 280px);
}
.controls {
	width: 100%;
	float:right;
	position:relative;
	z-index:10;
	background-color:#fff;
	padding: 0px;
	box-sizing:border-box;
}
.controls_title {
	float: right;
	width: 100%;
	font-weight: 700;
	box-sizing:border-box;
	border-bottom: 1px solid #e6e6e6;
	padding:5px;
	margin-bottom:15px;	
	font-size:21px;
}
.search_checkboxes_container {
	float: right;
	width: 100% !important;
	box-sizing: border-box;
	border-bottom: 1px solid #e1e1e1 !important;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.search_checkboxes_container:nth-of-type(4n) {
	margin-left: 0px!important;
}
.products_home_section {
	float: right;
	width: 100%;
	padding-top: 120px;
	padding-bottom: 90px;
	position:relative;
}
.products_home_items {
	margin-top: 20px;
	margin-bottom: 0px;
}
.products_cart_page_items {
	width: 100%;
	margin-left: 0px;
	margin-bottom:30px
}
.products_cart_counter {
	width: 400px;
}
.products_home_float_one {
	float: right;
	width: 190px;
	position:absolute;
	top:0;
	left:0;
}
.brands_banners_carusel_home {
	padding-top: 40px;
	padding-bottom: 50px;
}
}

@media (max-width: 1439px) and (min-width: 769px) {
.products_page {
	width: 100%;
	float: right;
	padding-top: 180px;
	padding-bottom: 0px;
	position: relative;
}
.products_container {
	width: 100%;
	float: right;
	margin-bottom: 100px;
	padding-top: 15px;
	margin-top: 15px;
	position: relative;
}
.products_filtering_right_container {
	float: right;
	width: 250px;
	background-color:#fff;
	z-index:1;
	border-top: 0px solid #2a292f;
	padding-top:10px;
	padding: 5px 15px 5px 15px;
	box-sizing:border-box;
	position:sticky;
	top:110px;
}
.products_filtering_left_container {
	float: left;
	width: calc(100% - 300px);
	position:relative;
	min-height: 400px;
	margin-right: 50px;
}
.products_filtering_right_container select {
	border:0;
	padding-top: 9px!important;
	padding-bottom: 9px!important;
	font-size: 19px;
	padding-right:5px!important;
	float:right;
}
.item {
	float: right;
	width: 23.125%;
	margin-bottom: 2.5%;
	margin-left: 2.5%;
	position:relative;
	direction:rtl;
	box-sizing: border-box;
	background-color: #fff;
	padding-bottom: 0px;
}
.item:nth-of-type(4n) {
	margin-left: 0;
}
.tabLink_container {
	float: right;
	width: calc(100% - 280px);
}
.controls {
	width: 100%;
	float:right;
	position:relative;
	z-index:10;
	background-color:#fff;
	padding: 0px;
	box-sizing:border-box;
}
.controls_title {
	float: right;
	width: 100%;
	font-weight: 700;
	box-sizing:border-box;
	border-bottom: 1px solid #e6e6e6;
	padding:5px;
	margin-bottom:15px;	
	font-size:21px;
}
.search_checkboxes_container {
	float: right;
	width: 100% !important;
	box-sizing: border-box;
	border-bottom: 1px solid #e1e1e1 !important;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.search_checkboxes_container:nth-of-type(4n) {
	margin-left: 0px!important;
}
.products_home_section {
	float: right;
	width: 100%;
	padding-top: 120px;
	padding-bottom: 90px;
	position:relative;
}
.products_home_items {
	margin-top: 20px;
	margin-bottom: 0px;
}
.products_cart_page_items {
	width: 100%;
	margin-left: 0px;
	margin-bottom:30px
}
.products_cart_counter {
	width: 400px;
}
.products_home_float_one {
	float: right;
	width: 190px;
	position:absolute;
	top:0;
	left:0;
}
.brands_banners_carusel_home {
	padding-top: 40px;
	padding-bottom: 50px;
}
}

@media (max-width: 768px) and (min-width: 481px) {
.products_page {
	width: 100%;
	float: right;
	padding-top: 115px;
	padding-bottom: 0px;
	position:relative;
}
.products_container {
	width: 100%;
	float: right;
	margin-bottom: 0px;
	margin-top: 15px;
	position:relative;
}
.products_filtering_right_container {
	float: right;
	width: 100%;
	position:relative;
}
.products_filtering_left_container {
	float: left;
	width: 100%;
	margin-top: 17px;
	padding-left: 0;
	padding-right: 0;
	position: relative;
}
.products_filtering_right_container select {
	font-size:16px;
	border-bottom: 1px solid #e6e6e6 !important;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding:10px!important;
	background-color: #fff !important;
	font-weight:400
}
.item {
	float: right;
	width: 31.3%;
	margin-bottom: 3%;
	margin-left: 3%;
	position:relative;
	direction:rtl;
	box-sizing: border-box;
	background-color: #fff;
	padding-bottom: 0px;
}
.item:nth-of-type(3n) {
	margin-left: 0;
}
.add_to_cart_plus {
    left:15px;
    top:110px;
}
.tabLink_container {
	float: right;
	width: 100%;
}
.controls {
	float: left;
	width: 100%;
}
.controls_title {
	float: right;
	width: 70px;
	padding-top:6px;
}
.search_checkboxes_container {
	float: right;
	width: 100%;
	margin-left: 0!important;
	box-sizing:border-box;
}
.search_checkboxes_container:nth-of-type(4n) {
	margin-left: 0px!important;
}
.products_home_section {
	float: right;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 15px;
	position:relative;
}
.products_home_items {
	margin-top: 0px;
	margin-bottom: 0px;
}
.products_cart_page_items {
	width: 100%;
	margin-bottom: 20px;
}
.products_cart_counter {
	width: 320px;
	display:none
}
.products_home_float_one {
	float: right;
	width: 190px;
	position:absolute;
	top:0;
	left:0;
}
.item_btn {
	float: right;
	width: 35px !important;
	height: 36px;
	text-align: center!important;
	display: inline-block;
	left: 0!important;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	cursor:pointer;
	background-color:transparent;
	color:#000 !important;
	box-sizing:border-box;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 0px solid #000;
}
.item_btn i {
	width: 30px;
	font-size: 17px!important;
	padding-left:0px!important;
	padding-top: 6px;
	padding-bottom: 0px;
	margin-left:0;
}
.item_btn:hover {
	background-color: #f69c7e;
	color: #fff !important;
}
.item_btn_text {
	float: right !important;
	width: 100% !important;
	text-align: center !important;
	font-size: 16px !important;
	font-weight: 400;
	cursor: pointer;
	margin-top: 0px;
}
span.free_greed_filtering_des_wishlist a {
	float: right;
	width: 35px !important;
	height: 35px;
	text-align: center!important;
	display: inline-block;
	left: 0!important;
	border-right-width: 1px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	cursor:pointer;
	background-color:transparent;
	color: #000;
	box-sizing:border-box;
	-webkit-border-radius: 50%;;
	-moz-border-radius: 50%;;
	border-radius: 50%;;
	border: 0px solid #000;
}
span.free_greed_filtering_des_wishlist a i {
	width: 30px;
	font-size: 17px!important;
	padding-left:0px!important;
	padding-top: 7px;
	padding-bottom: 0px;
	margin-left:0;
}
span.free_greed_filtering_des_wishlist a:hover {
	background-color: #f69c7e;
	color: #fff !important;
}
span.wishlist_text {
	float: right !important;
	width: 100% !important;
	text-align: center !important;
	font-size: 16px!important;
	font-weight: 400;
	cursor: pointer;
	margin-top:0px;
}
.item_name {
	font-size: 16px;
	font-weight: 400;
	padding-bottom:5px;
	padding-right:10px;
	padding-left:10px;
	height: 50px;
	margin-top:10px
}
.item_price_container {
	width: 50px;
	float:none;
	display:inline-block;
	text-align:center;
	direction:rtl;
}
.item_price_sep_container {
	width: 1px;
	height: 10px;
	float:none;
	display:inline-block;
	background-color:#b1b1b1;
	margin-left:5px;
	margin-right:5px
}
.item_price_title_container {
	width: 100%;
	float:right;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	padding-top: 0px;
	padding-bottom:0px;
	box-sizing:border-box;
	height: 25px;
	overflow: hidden;
	visibility: visible;
	letter-spacing:0.3px;
}
.item_price {
	font-size: 17px;
}
.item_price_beforee {
	font-size: 18px;
}
.item_detalis_container {
	width: 190px;
	float: left;
	margin-right:calc(50% - 95px);
	margin-left:calc(50% - 95px);
	margin-top:20px;
	margin-bottom:25px;
	border-top: 0px solid #e6e6e6;
}
.item_strip_up{
    width: 45px;
    height: 45px;
}
.item_strip_up_text {
    font-size: 12px;
}
#wrap_accordion {
	width: 100%;
	float: right;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	display: inline-block;
}
#wrap_accordion .wrap_title {
	float: left;
	width: 100%;
	padding: 12px 10px 12px 10px;
	text-align: center;
	color: #000 !important;
	font-size: 17px;
	font-weight: 400;
	line-height: 1em;
	position: relative;
	cursor: pointer;
	display: block;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	direction: rtl;
	background-color: #fff !important;
	border-bottom: 1px solid #f4f4f4 !important;
}
#wrap_accordion .wrap_title i {
	float: left;
	width: auto;
	padding-top: 0px!important;
	padding-bottom: 0!important;
	padding-left: 0!important;
	padding-right: 0!important;
	margin: 0!important;
	font-size: 13px;
	line-height: 1.5em;
}
.products_banners_container {
	display:none;
}
.club_card_container {
	width: 45px;
	left: 8px;
	top: -95px
}
.club_card_icon {
    width: 42px;
}
.club_card_icon_text {
	font-size:12px;
}
.club_card_text {
	font-size:12px;
}
#reco .item {
	float: right;
	width: calc(100% - 20px)!important;
	margin-bottom: 0!important;
	margin-left: 10px;
	margin-right: 10px;
}
.brands_banners_carusel_home {
	padding-top: 20px;
	padding-bottom: 20px;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media (max-width: 480px) and (min-width: 319px) {
.products_page {
	width: 100%;
	float: right;
	padding-top: 115px;
	padding-bottom: 0px;
	position:relative;
}
.products_container {
	width: 100%;
	float: right;
	margin-bottom: 0px;
	margin-top: 15px;
	position:relative;
}
.products_filtering_right_container {
	float: right;
	width: 100%;
	position:relative;
}
.products_filtering_left_container {
	float: left;
	width: 100%;
	margin-top: 17px;
	padding-left: 0;
	padding-right: 0;
	position: relative;
}
.products_filtering_right_container select {
	font-size:16px;
	border-bottom: 1px solid #e6e6e6 !important;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding:10px!important;
	background-color: #fff !important;
	font-weight:400
}
.item {
	float: right;
	width: 48%;
	margin-bottom: 4%;
	margin-left: 4%;
	position:relative;
	direction:rtl;
	box-sizing: border-box;
	background-color: #fff;
	padding-bottom: 10px;
}
.item:nth-of-type(2n) {
	margin-left: 0;
}
.add_to_cart_plus {
    left:15px;
    top:110px;
}
.tabLink_container {
	float: right;
	width: 100%;
}
.controls {
	float: left;
	width: 100%;
}
.controls_title {
	float: right;
	width: 70px;
	padding-top:6px;
}
.search_checkboxes_container {
	float: right;
	width: 100%;
	margin-left: 0!important;
	box-sizing:border-box;
}
.search_checkboxes_container:nth-of-type(4n) {
	margin-left: 0px!important;
}
.products_home_section {
	float: right;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 15px;
	position:relative;
}
.products_home_items {
	margin-top: 0px;
	margin-bottom: 0px;
}
.products_cart_page_items {
	width: 100%;
	margin-bottom: 20px;
}
.products_cart_counter {
	width: 320px;
	display:none
}
.products_home_float_one {
	float: right;
	width: 190px;
	position:absolute;
	top:0;
	left:0;
}
.item_btn {
	float: right;
	width: 35px !important;
	height: 36px;
	text-align: center!important;
	display: inline-block;
	left: 0!important;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	cursor:pointer;
	background-color:transparent;
	color:#000 !important;
	box-sizing:border-box;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 0px solid #000;
}
.item_btn i {
	width: 30px;
	font-size: 17px!important;
	padding-left:0px!important;
	padding-top: 6px;
	padding-bottom: 0px;
	margin-left:0;
}
.item_btn:hover {
	background-color: #f69c7e;
	color: #fff !important;
}
.item_btn_text {
	float: right !important;
	width: 100% !important;
	text-align: center !important;
	font-size: 16px !important;
	font-weight: 400;
	cursor: pointer;
	margin-top: 0px;
}
span.free_greed_filtering_des_wishlist a {
	float: right;
	width: 35px !important;
	height: 35px;
	text-align: center!important;
	display: inline-block;
	left: 0!important;
	border-right-width: 1px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	cursor:pointer;
	background-color:transparent;
	color: #000;
	box-sizing:border-box;
	-webkit-border-radius: 50%;;
	-moz-border-radius: 50%;;
	border-radius: 50%;;
	border: 0px solid #000;
}
span.free_greed_filtering_des_wishlist a i {
	width: 30px;
	font-size: 17px!important;
	padding-left:0px!important;
	padding-top: 7px;
	padding-bottom: 0px;
	margin-left:0;
}
span.free_greed_filtering_des_wishlist a:hover {
	background-color: #f69c7e;
	color: #fff !important;
}
span.wishlist_text {
	float: right !important;
	width: 100% !important;
	text-align: center !important;
	font-size: 16px!important;
	font-weight: 400;
	cursor: pointer;
	margin-top:0px;
}
.item_name {
	font-size: 18px;
	font-weight: 400;
	padding-bottom:0px!important;
	padding-right:10px;
	padding-left:10px;
	height: 30px!important;
	margin-top:10px;
	margin-bottom:0px;
}
.item_price_container {
	width: 50px;
	float:none;
	display:inline-block;
	text-align:center;
	direction:rtl;
}
.item_price_sep_container {
	width: 1px;
	height: 10px;
	float:none;
	display:inline-block;
	background-color:#b1b1b1;
	margin-left:5px;
	margin-right:5px
}
.item_price_title_container {
	width: 100%;
	float:right;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	padding-top: 0px;
	padding-bottom:0px;
	box-sizing:border-box;
	height: 25px;
	overflow: hidden;
	visibility: visible;
	letter-spacing:0.3px;
}
.item_price {
	font-size: 17px;
	font-weight:400;
}
.item_price_beforee {
	font-size: 18px;
}
.item_detalis_container {
	width: 190px;
	float: left;
	margin-right:calc(50% - 95px);
	margin-left:calc(50% - 95px);
	margin-top:20px;
	margin-bottom:25px;
	border-top: 0px solid #e6e6e6;
}
.item_strip_up{
    width: 45px;
    height: 45px;
}
.item_strip_up_text {
    font-size: 12px;
}
#wrap_accordion {
	width: 100%;
	float: right;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	display: inline-block;
}
#wrap_accordion .wrap_title {
	float: left;
	width: 100%;
	padding: 12px 10px 12px 10px;
	text-align: center;
	color: #000 !important;
	font-size: 17px;
	font-weight: 400;
	line-height: 1em;
	position: relative;
	cursor: pointer;
	display: block;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	direction: rtl;
	background-color: #fff !important;
	border-bottom: 1px solid #f4f4f4 !important;
}
#wrap_accordion .wrap_title i {
	float: left;
	width: auto;
	padding-top: 0px!important;
	padding-bottom: 0!important;
	padding-left: 0!important;
	padding-right: 0!important;
	margin: 0!important;
	font-size: 13px;
	line-height: 1.5em;
}
.products_banners_container {
	display:none;
}
.club_card_container {
	width: 45px;
	left: 8px;
	top: -95px
}
.club_card_icon {
    width: 42px;
}
.club_card_icon_text {
	font-size:12px;
}
.club_card_text {
	font-size:12px;
}
#reco .item {
	float: right;
	width: calc(100% - 20px)!important;
	margin-bottom: 0!important;
	margin-left: 10px;
	margin-right: 10px;
}
.brands_banners_carusel_home {
	padding-top: 15px;
	padding-bottom: 15px;
}
.add_to_cart_btn_container {
	margin-top: 10px;
	display:none
}
.free_greed_filtering_des_add_to_cart {
	width: 100%;
	padding-top: 9px;
	padding-bottom: 9px;
	border-left: 0;
}
.add_to_cart_btn {
	display:none
}
.rate_icon {
	font-weight: 400;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) {
.products_page {
	width: 100%;
	float: right;
	padding-top: 115px;
	padding-bottom: 0px;
	position:relative;
}
.products_container {
	width: 100%;
	float: right;
	margin-bottom: 0px;
	margin-top: 15px;
	position:relative;
}
.products_filtering_right_container {
	float: right;
	width: 100%;
	position:relative;
}
.products_filtering_left_container {
	float: left;
	width: 100%;
	margin-top: 17px;
	padding-left: 0;
	padding-right: 0;
	position: relative;
}
.products_filtering_right_container select {
	font-size:16px;
	border-bottom: 1px solid #e6e6e6 !important;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding:10px!important;
	background-color: #fff !important;
	font-weight:400
}
.item {
	float: right;
	width: 48%;
	margin-bottom: 4%;
	margin-left: 4%;
	position:relative;
	direction:rtl;
	box-sizing: border-box;
	background-color: #fff;
	padding-bottom: 10px;
}
.item:nth-of-type(2n) {
	margin-left: 0;
}
.add_to_cart_plus {
    left:15px;
    top:110px;
}
.tabLink_container {
	float: right;
	width: 100%;
}
.controls {
	float: left;
	width: 100%;
}
.controls_title {
	float: right;
	width: 70px;
	padding-top:6px;
}
.search_checkboxes_container {
	float: right;
	width: 100%;
	margin-left: 0!important;
	box-sizing:border-box;
}
.search_checkboxes_container:nth-of-type(4n) {
	margin-left: 0px!important;
}
.products_home_section {
	float: right;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 15px;
	position:relative;
}
.products_home_items {
	margin-top: 0px;
	margin-bottom: 0px;
}
.products_cart_page_items {
	width: 100%;
	margin-bottom: 20px;
}
.products_cart_counter {
	width: 320px;
	display:none
}
.products_home_float_one {
	float: right;
	width: 190px;
	position:absolute;
	top:0;
	left:0;
}
.item_btn {
	float: right;
	width: 35px !important;
	height: 36px;
	text-align: center!important;
	display: inline-block;
	left: 0!important;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	cursor:pointer;
	background-color:transparent;
	color:#000 !important;
	box-sizing:border-box;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 0px solid #000;
}
.item_btn i {
	width: 30px;
	font-size: 17px!important;
	padding-left:0px!important;
	padding-top: 6px;
	padding-bottom: 0px;
	margin-left:0;
}
.item_btn:hover {
	background-color: #f69c7e;
	color: #fff !important;
}
.item_btn_text {
	float: right !important;
	width: 100% !important;
	text-align: center !important;
	font-size: 16px !important;
	font-weight: 400;
	cursor: pointer;
	margin-top: 0px;
}
span.free_greed_filtering_des_wishlist a {
	float: right;
	width: 35px !important;
	height: 35px;
	text-align: center!important;
	display: inline-block;
	left: 0!important;
	border-right-width: 1px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	cursor:pointer;
	background-color:transparent;
	color: #000;
	box-sizing:border-box;
	-webkit-border-radius: 50%;;
	-moz-border-radius: 50%;;
	border-radius: 50%;;
	border: 0px solid #000;
}
span.free_greed_filtering_des_wishlist a i {
	width: 30px;
	font-size: 17px!important;
	padding-left:0px!important;
	padding-top: 7px;
	padding-bottom: 0px;
	margin-left:0;
}
span.free_greed_filtering_des_wishlist a:hover {
	background-color: #f69c7e;
	color: #fff !important;
}
span.wishlist_text {
	float: right !important;
	width: 100% !important;
	text-align: center !important;
	font-size: 16px!important;
	font-weight: 400;
	cursor: pointer;
	margin-top:0px;
}
.item_name {
	font-size: 18px;
	font-weight: 400;
	padding-bottom:0px!important;
	padding-right:10px;
	padding-left:10px;
	height: 30px!important;
	margin-top:10px;
	margin-bottom:0px;
}
.item_price_container {
	width: 50px;
	float:none;
	display:inline-block;
	text-align:center;
	direction:rtl;
}
.item_price_sep_container {
	width: 1px;
	height: 10px;
	float:none;
	display:inline-block;
	background-color:#b1b1b1;
	margin-left:5px;
	margin-right:5px
}
.item_price_title_container {
	width: 100%;
	float:right;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	padding-top: 0px;
	padding-bottom:0px;
	box-sizing:border-box;
	height: 25px;
	overflow: hidden;
	visibility: visible;
	letter-spacing:0.3px;
}
.item_price {
	font-size: 17px;
	font-weight:400;
}
.item_price_beforee {
	font-size: 18px;
}
.item_detalis_container {
	width: 190px;
	float: left;
	margin-right:calc(50% - 95px);
	margin-left:calc(50% - 95px);
	margin-top:20px;
	margin-bottom:25px;
	border-top: 0px solid #e6e6e6;
}
.item_strip_up{
    width: 45px;
    height: 45px;
}
.item_strip_up_text {
    font-size: 12px;
}
#wrap_accordion {
	width: 100%;
	float: right;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	display: inline-block;
}
#wrap_accordion .wrap_title {
	float: left;
	width: 100%;
	padding: 12px 10px 12px 10px;
	text-align: center;
	color: #000 !important;
	font-size: 17px;
	font-weight: 400;
	line-height: 1em;
	position: relative;
	cursor: pointer;
	display: block;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	direction: rtl;
	background-color: #fff !important;
	border-bottom: 1px solid #f4f4f4 !important;
}
#wrap_accordion .wrap_title i {
	float: left;
	width: auto;
	padding-top: 0px!important;
	padding-bottom: 0!important;
	padding-left: 0!important;
	padding-right: 0!important;
	margin: 0!important;
	font-size: 13px;
	line-height: 1.5em;
}
.products_banners_container {
	display:none;
}
.club_card_container {
	width: 45px;
	left: 8px;
	top: -95px
}
.club_card_icon {
    width: 42px;
}
.club_card_icon_text {
	font-size:12px;
}
.club_card_text {
	font-size:12px;
}
#reco .item {
	float: right;
	width: calc(100% - 20px)!important;
	margin-bottom: 0!important;
	margin-left: 10px;
	margin-right: 10px;
}
.brands_banners_carusel_home {
	padding-top: 15px;
	padding-bottom: 15px;
}
.add_to_cart_btn_container {
	margin-top: 10px;
	display:none
}
.free_greed_filtering_des_add_to_cart {
	width: 100%;
	padding-top: 9px;
	padding-bottom: 9px;
	border-left: 0;
}
.add_to_cart_btn {
	display:none
}
.rate_icon {
	font-weight: 400;
}
}