header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000000 !important;
}
header .media_icons {
	float: left;
	width: auto;
	margin-top: 9px;
}
header .wishlist {
	float: left;
	width: auto;
	font-size: 21px;
	font-weight: 400;
	text-align: right;
	margin-left: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 29px!important;
	padding-bottom: 28px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	text-decoration: none;
	display: block;
	direction: rtl;
	color:#000;
	background-color:transparent;
}
header .userLogin {
	float: left;
	width: auto;
	color:#000;
}
header .userLoginSvg {
	float: left;
	width: auto;
	font-size: 28px;
	font-weight: 400;
	text-align: right;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 24px!important;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	text-decoration: none;
	display: block;
	direction: rtl;
}
header .userLoginText {
	float: left;
	width: auto;
	font-size: 17px;
	font-weight: 400;
	text-align: center;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 33px!important;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
header .userLogout {
	float: left;
	width: auto;
	color:#000;
}
header #nav {
	float: right;
	width: 100%;
	display: inline-block;
	z-index: 10000!important;
}
header .infoBtn {
	color: #fff !important;
}
header .mediaBtn {
	color: #bb0f1b !important;
	background-color:transparent;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
header .infoBtn:hover {
	color: #666 !important;
}
header .mediaBtn:hover {
	color:#666!important;
}
.header .wishlist:hover {
	color: #000 !important;
}
.header .userLogin:hover {
	color: #000 !important;
}
.header .userLogout:hover {
	color: #000 !important;
}
.products_cart_left_alert {
	color: #fff;
	border: 1px solid #666;
	background-color:#666;
}
.menu_cart_button input[type=checkbox]:checked ~ label {
    background-image: url('');
}
header .menu_cart_button label:hover {
	cursor: pointer;
	background-color: transparent;
	color: #000 !important;
}
header .menu_cart_button label i:hover {
	color: #666;
}
.menu_selected {
	color: #3e4fa9 !important;
	background-color:transparent !important;
	font-weight:700!important
}
header nav li a:hover {
	color: #666;
	background: transparent;
}
header .slimmenu li a {
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	float: left;
	margin: 0;
	direction: rtl;
	color: #fff;
	font-weight: 400;	
	text-decoration:none!important;
}
header .slimmenu li a:hover {
	background-color:transparent;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color:#d6be79;
}
header .product_notify_section {
	float: right;
	width: 300px;
	height: 240px;
	position: absolute;
	z-index: 0;
	top: 150px;
	left:calc(50% - 150px);
	border: 0px solid #000;
	z-index:1000000000000000!important;
	background-color:#fff;
	border-radius:0px;
	box-shadow: 0px 0px 24px 0 rgba(32, 47, 57, 0.2);
	box-sizing:border-box;
}
.product_notify_inside {
	width: 100%;
	float: right;
	display: block;
	box-sizing:border-box;
}
.close_notify {
    background-position: center center;
    float: left;
    width: 25px;
    height: 25px;
    background-image: url('../../../images/System/icons/close_notify_new.png');
    background-repeat: no-repeat;
    background-size: 15px;
    position: relative;
    background-color:#fff;
    top:5px;
    left:5px;
}
.notify_blink {
	background-position: center center;
	float: right;
	width: 50px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	text-decoration: none;
	display: block;
	background-image: url('../../../images/System/icons/news_red_dot.gif');
	background-repeat: no-repeat;
	height: 50px;
}
.notify_product_detalis {
	width: 100%;
	float: right;
	padding-top: 10px;
	direction: rtl;
}
.notify_product_alert {
	width: 40px;
	float: right;
	display: table;
	height: 40px;
	margin-left: calc(50% - 20px);
	margin-right: calc(50% - 20px);
	margin-top:10px;
}
.notify_product_alert i {
	display: table-cell;
	vertical-align: middle;
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #666;
    border: 2px solid #666;
    background-color: #fff;
    box-sizing:border-box;
}
.notify_product_name {
	width: 100%;
	float: left;
	color: #000;
	font-weight: 400;
	text-align: center;
	line-height:1.3em;
	direction: rtl;
	padding: 20px 20px 0px 20px;
	box-sizing:border-box;
	height:85px;
}
.notify_buttons {
	width: 100%;
	float: left;
	padding: 20px 20px 0px 20px;
	box-sizing:border-box;
}
.ntf_btn_contiue {
	width: 100%;
	float: right;
	width: calc(50% - 5px);
	margin-left:5px;
	padding: 10px 7px 10px 7px;
    font-weight: 400;
    font-size: 17px;
    text-align: center;
	line-height:1em;
	color: #fff;
	background-color:#000;
	box-sizing:border-box;
}
.ntf_btn_go_to_cart {
	width: 100%;
	float: left;
	width: calc(50% - 5px);
	margin-right:5px;
	padding: 10px 7px 10px 7px;
    font-weight: 400;
    font-size: 17px;
    text-align: center;
	line-height:1em;
	color: #fff;
	background-color:#666;
	box-sizing:border-box;
}
.notify_go_to_cart {
    background-position: left center;
    width: auto;
    float: right;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    text-align: right;
    padding-left: 20px;
    margin-left: 30px;
    text-decoration: none;
    background-image: url('../../../images/System/icons/notify_errow.png');
    background-repeat: no-repeat;
}
.ntf_btn_contiue:hover {
	color: #fff;
	background-color:#bb0f1b;
}
.ntf_btn_go_to_cart:hover {
	color: #fff;
	background-color:#000;
}
.notify_go_to_cart:hover {
    background-position: left center;
    width: auto;
    float: right;
    color: #000;
    font-weight: 400;
    font-size: 17px;
    text-align: right;
    padding-left: 20px;
    margin-left: 30px;
    text-decoration: none;
    background-image: url('../../../images/System/icons/notify_errow_hover.png');
    background-repeat: no-repeat;
}
.notify_close_alert {
    background-position: left center;
    width: 100%;
    float: right;
    color: #000;
    font-weight: 400;
    font-size: 17px;
    text-align: right;
    padding-left: 0px;
    margin-left: 0px;
    margin-top:50px;
    margin-left: 0%;
    margin-right: 0%;
    text-decoration: none;
    background-image: url('../../../images/System/icons/notify_errow.png');
    background-repeat: no-repeat;
}
.notify_close_alert:hover {
	background-position: left center;
    width: 100%;
    float: right;
    color: #000;
    font-weight: 400;
    font-size: 17px;
    text-align: right;
    padding-left: 0px;
    margin-left: 0px;
    margin-top:50px;
    margin-left: 0%;
    margin-right: 0%;
    text-decoration: none;
    background-repeat: no-repeat;  
    background-image: url('../../../images/System/icons/notify_errow_hover.png');
}
.shoppingDiv_scroll_container {
	position: relative;
	float:right;
	width: 100%;
	height: 370px;
	padding-left: 15px;
	padding-right: 15px;
	direction: rtl;
	box-sizing:border-box;
}
.noScroll::-webkit-scrollbar { 
    display: none!important; 
}
.shoppingDiv_scroll_parent {
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	position: relative;
}
.shoppingDiv_scroll_child {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto;
	margin-bottom:0px!important;
}
header ul.slimmenu li > ul {
	position: absolute;
	right: 0;
	top: 80px;
	z-index: 999;
	width: 100%;
}
header ul.slimmenu li ul li {	
	width: 200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f4f4f4;
	background-color:#fff;
	text-align: center;
	font-size: 17px;
	padding: 0px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.menu_cart_button {
	float: right;
	margin-left: 20px;
	background-color:transparent;
	position:relative;
	right: 0;
	z-index:100000!important
}
header .menu_cart_button label {
	display: block;
	float: left;
	width: auto;
	height: 79px;
	margin-top: 0px;
	background-color:rgba(249, 249, 249, 0.0);
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	transition: all ease 0.2s;
	position: relative;
	border-right: 0px solid #ccc;
}
header .menu_cart_button label .number_of_all_items_in_products {
	float: right;
	width: auto;
	text-align: center;
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	line-height: 1em;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	transition: all ease 0.2s;
	position: absolute;
	top: 12px;
	right: -5px;
}
header .menu_cart_button label i {
	float: right;
	width: 100%;
	text-align: center;
	font-size: 19px;
	color: #fff;
	margin-left: 0!important;
	line-height: 1.2em;
	padding-top: 28px;
	padding-bottom: 28px;
}
.products_cart_left_alert {
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
	margin-bottom:10px;
	float: right;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	direction: rtl;
	box-sizing: border-box;
}
.cart_left_alert_mobile {
    display:block;
}
header .menu_container {
	clear: none;
	float: left;
	width: auto!important;
	display: block;
	margin: 0px;
	padding: 0px;
}
header .menu_login {
    float: right;
    width:auto;
}
header nav li a {
	padding-right: 0px;
	padding-left: 0px;
	color: #fff;
	background: transparent;
	font-size: 17px;	
	font-weight: 400;
}
header nav li a i  {
	font-size: 23px !important;
	margin-top:0px;
	float: left; 
	margin-left:0px!important; 
	margin-right:8px!important;
	line-height:1em!important
}
header nav li {
	position:relative;
}
header nav li ul {	
	left: 0px;
	position:absolute;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	z-index:1!important;
	border-top: 1px solid #f4f4f4 !important;
}
header nav li ul li a {
	width:108px;
	padding: 10px;
	color: #000;
	font-size: 17px;
	background:#fff;
	text-align: right;
	border-bottom: 1px solid #f4f4f4 !important;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	direction: rtl;
	line-height:1.2em!important
}
header nav li ul li a:hover {
	color:#666;
	background:#fff;
}
header nav li a li ul li a i  {
	font-size: 20px!important;
	margin-top:0px;
}
header nav li ul li a i {
	font-size: 16px!important;
	float:right !important;
}
header .infoBtn {
	width: auto;
	float: right;
	position: relative;
	z-index: 10000000!important;
	text-align: center;	
	background-color:transparent;
	padding-top: 10px;
	z-index:1000;
	margin-left: 15px;
}
header .infoBtn i {
	font-size: 18px;
	margin-left: 0px;
	margin-right: 0;
	margin-top: 0px;
	line-height:1.2em;
	clear:none;
	float:right;
}
header .infoBtn .text {
	font-size:17px;
	margin-top: 0px;
	float: left;
}
header .mediaBtn {
	float: left;
	position: relative;
	z-index: 10000000!important;
	text-align: center;	
}
header .mediaBtn i {
	font-size: 21px;
	line-height: 1em;
	clear: none;
	float: left;
	margin:0;
}
header .mediaBtn .text {
	font-size: 17px;
	margin-top: 3px;
	float: right;	
	font-weight: 400;
}
ul.slimmenu > li {   
    border-top-style: solid;
    border-top-width: 0px;
}
header .slimmenu li.menu_sep:last-child {
    float:right;
    width: 0px;
}
header .search {
	float: left;
	width: auto;
	color: #bb0f1b;
	text-align: right;
	text-decoration: none;
	direction: rtl;
}
header .search i {
	float: left;
	width: auto;
	margin-left:0;
	font-size:15px!important
}
header .search:hover {
	color: #eef0e1 !important;
	background-color:#666 !important
}
header .btn {
	float: left;
	width: auto;
	margin-top: 27px;
	padding: 3px 10px 1px 14px;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	margin-right: 15px;
	margin-left: 0px;
	color: #d6be79;
	/* background: linear-gradient( to left, #c5a442, #d6be79 ); */
	z-index:10000000!important;
	border-radius: 23px;
	font-family:'almoni-neue-tzar';
	letter-spacing:0.8px;
	background-color:rgb(249 230 174 /25%);
}
header .btn i {
	font-size:18px!important;
	float: right;
	direction: rtl;
	margin-left: 5px!important;
	margin-top: 5px;
	width: 20px;
	height: 20px;
	border-radius:50%;
	color:#d6be79;
}
header .btn:hover {
	/* background: linear-gradient( to left, #f9e6ae, #c5a442 ); */
	background-color:rgb(249 230 174 /35%);
}
header .header_container {
	width: 100%;
    float:right;
	position: relative;
	border-bottom: 1px solid #686868;
	box-shadow: 0px 4px 4px rgba(121, 121, 121, 0.1);
    background-color:rgba(0,0,0,0.7)
}
header.smaller .header_container {
    background-color:rgba(0,0,0,1)
}
.header_lang_btn {
	float: left;
	width: auto;
	display: block;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 15px;
	margin-top: 29px;
	position:relative;
	z-index:100000000000000!important;
	border-radius:50%
}
.header_lang_btn {
	color: #fff;
	background-color: #000;
}
.header_lang_btn:hover {
	color: #fff;
	background-color: #d6be79;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media (min-width: 1438px) {
header .header_container {
	height: 89px;
}
header .logo {    
    width: 110px;
    float: right;
    margin-left: 20px;
    padding-left:20px;
    border-left: 1px solid #686868;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
    z-index: 10000000 !important;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -o-transition: 0.2s all;
}
.header_logo_sep {    
    width: 1px;
    height:79px;
    float: right;
    margin-left: 10px;
    margin-right: 20px;
    background-color:#f4f4f4;
}
.header .collapse-button {
	margin-top: 14px;
}
header nav li a {
	padding-top: 26px;
	padding-bottom: 30px;
	line-height: 1.4em;
}
header nav li ul {
	top: 80px;
}
header .slimmenu li a {
	margin-top: 25px;
	margin-bottom: 22px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 22px;
	text-align: center !important;
	line-height:1.2em;
	font-family:'almoni-neue-tzar';
	letter-spacing:0.8px;
}
header .menu_login {
    margin-left: 40px;
    position:relative;
    z-index:10000000000000!important;
}
header .home i {
	width: 20px;
	float:right;
	font-size: 22px;
	margin-left:0;
	padding-top: 21px;
	line-height:1.2em;
	clear:none;
	color:#000;
}
.onlyM {
	display:none;
}
.onlyD {
	display:block;
}
header .menu_icon {
    float: right;
    width: 30px;
    margin-right: calc(50% - 15px);
    margin-left: calc(50% - 15px);
    display: inline-block;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -o-transition: 0.2s all;
    opacity: 1;
    margin-bottom: 3px;
}
header .slimmenu li.menu_sep {
    float:right;
    width: 15px;
    margin-top: 33px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.menu_img {
	width:30px;
	float:right;
	margin-left:7px;
}
header .search {
	font-size: 14px;
	margin-top: 22px;
	line-height:1.7em;
	font-weight: 400;
	background-color:transparent;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	padding-right: 12px;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 25px;
	border:1px solid #666
}
header .search i {
	margin-right: 8px;
	margin-top:2px
}
.menu {
	float: right;
	width: auto;
	display: block;
	position:relative;
	z-index:10000;
}
.menu_mobile {
	display: none;
}
ul.slimmenu li .sub-collapser {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	text-align: center;
	z-index: 999;
	cursor: pointer;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	display: block;
	font-size: 0px;
	font-weight: 400;
}
ul.slimmenu li .sub-collapser:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
ul.slimmenu li .sub-collapser > i {
	color: #666;
	font-size: 0px;
	display: inline-block;
	vertical-align: top;
	margin-left: 7px;
	margin-right: 7px;
	line-height: 1.7em;
	font-weight: 400;
}
header .mediaBtn {
	margin-top: 29px;
	margin-right: 15px;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media (max-width: 1439px) and (min-width: 769px) {
header .header_container {
	height: 89px;
}
header .logo {    
    width: 110px;
    float: right;
    margin-left: 20px;
    padding-left:20px;
    border-left: 1px solid #686868;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
    z-index: 10000000 !important;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -o-transition: 0.2s all;
}
.header_logo_sep {    
    width: 1px;
    height:79px;
    float: right;
    margin-left: 10px;
    margin-right: 20px;
    background-color:#f4f4f4;
}
.header .collapse-button {
	margin-top: 14px;
}
header nav li a {
	padding-top: 26px;
	padding-bottom: 30px;
	line-height: 1.4em;
}
header nav li ul {
	top: 80px;
}
header .slimmenu li a {
	margin-top: 25px;
	margin-bottom: 22px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 22px;
	text-align: center !important;
	line-height:1.2em;
	font-family:'almoni-neue-tzar';
	letter-spacing:0.8px;
}
header .menu_login {
    margin-left: 40px;
    position:relative;
    z-index:10000000000000!important;
}
header .home i {
	width: 20px;
	float:right;
	font-size: 22px;
	margin-left:0;
	padding-top: 21px;
	line-height:1.2em;
	clear:none;
	color:#000;
}
.onlyM {
	display:none;
}
.onlyD {
	display:block;
}
header .menu_icon {
    float: right;
    width: 30px;
    margin-right: calc(50% - 15px);
    margin-left: calc(50% - 15px);
    display: inline-block;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -o-transition: 0.2s all;
    opacity: 1;
    margin-bottom: 3px;
}
header .slimmenu li.menu_sep {
    float:right;
    width: 15px;
    margin-top: 33px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.menu_img {
	width:30px;
	float:right;
	margin-left:7px;
}
header .search {
	font-size: 14px;
	margin-top: 22px;
	line-height:1.7em;
	font-weight: 400;
	background-color:transparent;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	padding-right: 12px;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 25px;
	border:1px solid #666
}
header .search i {
	margin-right: 8px;
	margin-top:2px
}
.menu {
	float: right;
	width: auto;
	display: block;
	position:relative;
	z-index:10000;
}
.menu_mobile {
	display: none;
}
ul.slimmenu li .sub-collapser {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	text-align: center;
	z-index: 999;
	cursor: pointer;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	display: block;
	font-size: 0px;
	font-weight: 400;
}
ul.slimmenu li .sub-collapser:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
ul.slimmenu li .sub-collapser > i {
	color: #666;
	font-size: 0px;
	display: inline-block;
	vertical-align: top;
	margin-left: 7px;
	margin-right: 7px;
	line-height: 1.7em;
	font-weight: 400;
}
header .mediaBtn {
	margin-top: 29px;
	margin-right: 15px;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media (max-width: 768px) and (min-width: 481px) {
header .header_container {
	height: 50px;
	background-color:#000!important;
}
header .logo {    
    width: 70px;
    float: left;
    margin-right: 20px;
    padding-top: 5px;
    position: relative;
    z-index: 10000000 !important;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -o-transition: 0.2s all;
    background-size: contain;
    background-position: center center;
    background-image: url('../../../images/System/logo/logo_white.png');
    background-repeat: no-repeat;
}
.header_logo_sep {    
    width: 1px;
    height:50px;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    background-color:rgba(255, 255, 255, 0.3);
}
header #nav {
	float: left;
	width: 100%;
	position: absolute;
	left: 0;
}
.notify_product_name {
	font-size: 18px;
	padding-top:14px;
}
.header .collapse-button {
	margin-top: 0px;
}
header .infoBtn {
	width: auto;
	margin-left: 10px;
	padding-top: 8px;
}
header .infoBtn .text {
	font-size:14px;
	margin-top: 1px;
	float: left;
}
header .menu_login {
    position:relative;
	z-index:100000000!important;
}
header nav li a {
	padding-top: 14px;
	padding-bottom: 0px;
	color: #fff;
	background: transparent;
	font-size: 17px;
	line-height:1.2em
}
header nav li a i  {
	font-size: 21px!important;
	margin-top:0px;
}
header nav li ul {
	top: 50px;
}
.menu_cart_button {
	position:relative;
	z-index:10000000!important;
	margin-right: 60px;
	margin-left: 10px;
}
header .menu_cart_button label {
	width: 20px;
	height: 49px;
}
header .menu_cart_button label .number_of_all_items_in_products {
	float: right;
	width: auto;
	text-align: center;
	font-size: 11px;
	color: #fff;
	font-weight: 400;
	line-height: 1em;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	transition: all ease 0.2s;
	position: absolute;
	top: 6px;
	right: -7px;
}
header .menu_cart_button label i {
	float: right;
	width: 100%;
	text-align: center;
	font-size: 17px;
	color: #fff;
	margin-left: 0!important;
	line-height: 1.2em;
	padding-top: 15px;
	padding-bottom: 2px;
}
header .home i {
	width: 20px;
	float:right;
	font-size: 22px;
	margin-left:0;
	padding-top: 21px;
	line-height:1.2em;
	clear:none;
	color:#000;
	position:absolute;
	right:70px;
	top:25px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.onlyM {
	display:block;
}
.onlyD {
	display:none;
}
header .slimmenu li.menu_sep {
    display:none!important;
}
.menu_img {
	width:30px;
	float:right;
	margin-left:0px;
	position:absolute;
	right:0
}
header .search {
	font-size: 0px;
	font-weight: 400;
	margin-left: 12px;
	margin-right: 0px;
	margin-top: 15px;
	line-height:1.4em;
	z-index:100000000!important;
	position:relative;
}
header .search i {
	margin-right: 5px;
}
header .mediaBtn {
	padding-top: 12px;
	margin-left: 15px;
}
header .btn {
	float: left;
	width: auto;
	margin-top: 9px;
	padding: 3px 10px 1px 14px;
	font-size: 19px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	margin-left: 0px;
	color: #d6be79;
	/* background: linear-gradient( to left, #c5a442, #d6be79 ); */
	z-index:10000000!important;
	border-radius: 23px;
	font-family:'almoni-neue-tzar';
	letter-spacing:0.8px;
	background-color:rgb(249 230 174 /25%);
}
header .btn i {
	font-size:15px!important;
	float: right;
	direction: rtl;
	margin-left: 5px!important;
	margin-top: 5px;
	width: 15px;
	height: 15px;
	border-radius:50%;
	color:#d6be79;
}
.header_lang_btn {
	font-size: 14px;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 15px;
	margin-top: 11px;
	margin-left:10px;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media (max-width: 480px) and (min-width: 319px) {
header .header_container {
	height: 50px;
	background-color:#000!important;
}
header .logo {    
    width: 70px;
    float: left;
    margin-right: 20px;
    padding-top: 5px;
    position: relative;
    z-index: 10000000 !important;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -o-transition: 0.2s all;
    background-size: contain;
    background-position: center center;
    background-image: url('../../../images/System/logo/logo_white.png');
    background-repeat: no-repeat;
}
.header_logo_sep {    
    width: 1px;
    height:50px;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    background-color:rgba(255, 255, 255, 0.3);
}
header #nav {
	float: left;
	width: 100%;
	position: absolute;
	left: 0;
}
.notify_product_name {
	font-size: 18px;
	padding-top:14px;
}
.header .collapse-button {
	margin-top: 0px;
}
header .infoBtn {
	width: auto;
	margin-left: 10px;
	padding-top: 8px;
}
header .infoBtn .text {
	font-size:14px;
	margin-top: 1px;
	float: left;
}
header .menu_login {
    position:relative;
	z-index:100000000!important;
}
header nav li a {
	padding-top: 14px;
	padding-bottom: 0px;
	color: #fff;
	background: transparent;
	font-size: 17px;
	line-height:1.2em
}
header nav li a i  {
	font-size: 21px!important;
	margin-top:0px;
}
header nav li ul {
	top: 50px;
}
.menu_cart_button {
	position:relative;
	z-index:10000000!important;
	margin-right: 60px;
	margin-left: 10px;
}
header .menu_cart_button label {
	width: 20px;
	height: 49px;
}
header .menu_cart_button label .number_of_all_items_in_products {
	float: right;
	width: auto;
	text-align: center;
	font-size: 11px;
	color: #fff;
	font-weight: 400;
	line-height: 1em;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	transition: all ease 0.2s;
	position: absolute;
	top: 6px;
	right: -7px;
}
header .menu_cart_button label i {
	float: right;
	width: 100%;
	text-align: center;
	font-size: 17px;
	color: #fff;
	margin-left: 0!important;
	line-height: 1.2em;
	padding-top: 15px;
	padding-bottom: 2px;
}
header .home i {
	width: 20px;
	float:right;
	font-size: 22px;
	margin-left:0;
	padding-top: 21px;
	line-height:1.2em;
	clear:none;
	color:#000;
	position:absolute;
	right:70px;
	top:25px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.onlyM {
	display:block;
}
.onlyD {
	display:none;
}
header .slimmenu li.menu_sep {
    display:none!important;
}
.menu_img {
	width:30px;
	float:right;
	margin-left:0px;
	position:absolute;
	right:0
}
header .search {
	font-size: 0px;
	font-weight: 400;
	margin-left: 12px;
	margin-right: 0px;
	margin-top: 15px;
	line-height:1.4em;
	z-index:100000000!important;
	position:relative;
}
header .search i {
	margin-right: 5px;
}
header .mediaBtn {
	padding-top: 12px;
	margin-left: 15px;
}
header .btn {
	float: left;
	width: auto;
	margin-top: 9px;
	padding: 3px 10px 1px 14px;
	font-size: 19px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	margin-left: 0px;
	color: #d6be79;
	/* background: linear-gradient( to left, #c5a442, #d6be79 ); */
	z-index:10000000!important;
	border-radius: 23px;
	font-family:'almoni-neue-tzar';
	letter-spacing:0.8px;
	background-color:rgb(249 230 174 /25%);
}
header .btn i {
	font-size:15px!important;
	float: right;
	direction: rtl;
	margin-left: 5px!important;
	margin-top: 5px;
	width: 15px;
	height: 15px;
	border-radius:50%;
	color:#d6be79;
}
.header_lang_btn {
	font-size: 14px;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 15px;
	margin-top: 11px;
	margin-left:10px;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media (max-width: 320px) {
header .header_container {
	height: 50px;
}
header .logo {    
    width: 120px;
    float: left;
    margin-right: 10px;
    padding-top: 18px;
    position: relative;
    z-index: 10000000 !important;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -o-transition: 0.2s all;
    background-size: contain;
    background-position: center center;
    background-image: url('../../../images/System/logo/logo_white.png');
    background-repeat: no-repeat;
}
.header_logo_sep {    
    width: 1px;
    height:50px;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    background-color:rgba(255, 255, 255, 0.3);
}
header #nav {
	float: left;
	width: 100%;
	position: absolute;
	left: 0;
}
.notify_product_name {
	font-size: 18px;
	padding-top:14px;
}
.header .collapse-button {
	margin-top: 0px;
}
header .infoBtn {
	width: auto;
	margin-left: 10px;
	padding-top: 8px;
}
header .infoBtn .text {
	font-size:14px;
	margin-top: 1px;
	float: left;
}
header .menu_login {
    position:relative;
	z-index:100000000!important;
}
header nav li a {
	padding-top: 14px;
	padding-bottom: 0px;
	color: #fff;
	background: transparent;
	font-size: 17px;
	line-height:1.2em
}
header nav li a i  {
	font-size: 21px!important;
	margin-top:0px;
}
header nav li ul {
	top: 50px;
}
.menu_cart_button {
	position:relative;
	z-index:10000000!important;
	margin-right: 60px;
	margin-left: 10px;
}
header .menu_cart_button label {
	width: 20px;
	height: 49px;
}
header .menu_cart_button label .number_of_all_items_in_products {
	float: right;
	width: auto;
	text-align: center;
	font-size: 11px;
	color: #fff;
	font-weight: 400;
	line-height: 1em;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	transition: all ease 0.2s;
	position: absolute;
	top: 6px;
	right: -7px;
}
header .menu_cart_button label i {
	float: right;
	width: 100%;
	text-align: center;
	font-size: 17px;
	color: #fff;
	margin-left: 0!important;
	line-height: 1.2em;
	padding-top: 15px;
	padding-bottom: 2px;
}
header .home i {
	width: 20px;
	float:right;
	font-size: 22px;
	margin-left:0;
	padding-top: 21px;
	line-height:1.2em;
	clear:none;
	color:#000;
	position:absolute;
	right:70px;
	top:25px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.onlyM {
	display:block;
}
.onlyD {
	display:none;
}
header .slimmenu li.menu_sep {
    display:none!important;
}
.menu_img {
	width:30px;
	float:right;
	margin-left:0px;
	position:absolute;
	right:0
}
header .search {
	font-size: 0px;
	font-weight: 400;
	margin-left: 12px;
	margin-right: 0px;
	margin-top: 15px;
	line-height:1.4em;
	z-index:100000000!important;
	position:relative;
}
header .search i {
	margin-right: 5px;
}
header .mediaBtn {
	padding-top: 12px;
	margin-left: 15px;
}
header .btn {
	float: left;
	width: auto;
	margin-top: 11px;
	padding: 5px 5px 5px 9px;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	margin-left: 0px;
	color: #fff;
	background-color: #bb0f1b;
	z-index:10000000!important;
	border-radius:25px;
	position:relative;
}
header .btn i {
	font-size:15px!important;
	float:right;
	direction: rtl;
	margin-left: 7px!important;
	margin-top: 0px;
	background-color:#fff;
	width:18px;
	height:18px;
	border-radius:50%;
	color:#2684cf
}
header .btn:hover {
	background-color: #666666;
}
.header_lang_btn {
	font-size: 14px;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 15px;
	margin-top: 11px;
	margin-left:10px;
}
}