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:#383b3d;
	background-color:transparent;
}
header #nav {
	float: right;
	width: 100%;
	display: inline-block;
	z-index: 10000!important;
}
header .infoBtn {
	color: #fff !important;
}
header .mediaBtn {
	color: #fff !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:#dfdbd2!important;
}
.menu_selected {
	color: #c04f4d !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: #383b3d;
	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:#3d161f;
}
header ul.slimmenu li > ul {
	position: absolute;
	right: 0;
	top: 90px;
	z-index: 999;
	width: 100%;
}
header ul.slimmenu li ul li {	
	width: 200px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #f4f4f4;
	background-color:#fff;
	text-align: center;
	font-size: 15px;
	padding: 0px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
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;
	display:flex;
	align-items: center;
}
header .mediaBtn i {
	font-size: 20px;
	line-height: 1em;
	clear: none;
	float: left;
	margin:0;
	margin-right:7px
}
header .mediaBtn .text {
	font-size: 17px;
	margin-left: 0px;
	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 .btn {
	float: left;
	height:32px;
	width: auto;
	padding: 0px 10px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 0px;
	z-index:10000000!important;
	border-radius: 1px;
	background-color:#383b3d;
	color:#fff;
	display:flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: center;
	position:relative;
}
header .btn i {
	font-size:16px;
	float:right;
	direction: rtl;
	margin-left: 7px!important;
	margin-top: 0px;
	color:#fff;
}
header .btn:hover {
	background-color:#913f2f;
	color:#fff !important;
}
header .header_container {
	width: 100%;
	float:right;
	position: relative;
	border-top: 0px solid #383b3d;
	box-shadow: 0px 1px 1px rgba(121, 121, 121, 0.1);
	background-color:#fff;
}
header .header_sep_shape {
	width: 100%;
	float:right;
	height: 8px;
	position: relative;
	background-image:url(../../../images/System/lod_sep.jpg);
	background-position:center;
	background-repeat:repeat-x;
	background-size:contain;
}
.phone_btn_con {
	float: left;
	width: auto;
	margin-top: 20px;
}
.phone_btn_content {
	float: right;
	width: auto;
	text-align: center;
	text-decoration: none;
	margin-right: 10px;
}
.phone_btn_text_up {
	float: right;
	width: auto;
	font-size: 17px;
	font-weight: 400;
	text-align: right;
	text-decoration: none;
	
	line-height:1em;
	margin-bottom:2px;
	display:inline-block;
	clear:both;
}
.phone_btn_text_down {
	float: right;
	width: auto;
	font-size: 23px;
	font-weight: 400;
	text-align: right;
	text-decoration: none;
	
	line-height:1em;
	display:inline-block;
	clear:both;
	letter-spacing:0.7px
}
.phone_btn_con i {
	font-size:18px;
	float:right;
	direction: rtl;
	margin-left: 7px!important;
	margin-top: 6px;
	color:#bf4f4c;
}
.phone_btn_icon {
	float:right;
    width:40px;
}
.phone_btn:hover {
	color:#bf4f4c !important;
}
header .header_top {
	width: 100%;
	float: right;
	transition: all 0.2s ease 0s;
	opacity: 1;
	border-bottom: 0px solid rgb(230, 230, 230);
	background-color:#913f2f;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media (min-width: 1438px) {
header .header_container {
	height: 90px;
}
header .header_top {	
	height: 40px;
	opacity: 1;
}
header.smaller .header_top {
	height: 0px !important;
	opacity: 0 !important;
	overflow: hidden !important;
}
header .left_links {
	width: auto;
	float: left;
	margin-left: 0px;
	margin-top: 10px;
}
.lang_container {
	width: auto;
	float: right;
	margin-top:7px;
	margin-left:20px;
	display:flex;
	flex-direction: row-reverse;
}
header .logo {    
    width: 150px;
    float: right;   
    padding-top: 9px;
    padding-bottom: 12px;
    padding-left:15px;
    margin-left: 15px;
    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;
    border-left: 1px solid #f4f4f4;
}
.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 {
	padding-top: 38px;
	padding-bottom: 36px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 17px;
	text-align: center !important;
	line-height:1em;
	font-weight: 400;
}
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:#383b3d;
}
.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: 10px;
    margin-top: 37px;
	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: 0px;
	margin-right: 8px;
}
header .btn {
	margin-top: 29px;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media (max-width: 1439px) and (min-width: 769px) {
header .header_container {
	height: 80px;
}
header .header_top {	
	height: 40px;
	opacity: 1;
}
header.smaller .header_top {
	height: 0px !important;
	opacity: 0 !important;
	overflow: hidden !important;
}
header .left_links {
	width: auto;
	float: left;
	margin-left: 0px;
	margin-top: 10px;
}
.lang_container {
	width: auto;
	height:40px;
	float: right;
	margin-left:20px;
	display:flex;
	align-items: center;
	flex-direction: row-reverse;
}
header .logo {    
    width: 130px;
    float: right;   
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left:10px;
    margin-left: 10px;
    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;
    border-left: 1px solid #f4f4f4;
}
.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: 28px;
	margin-bottom: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 16px;
	text-align: center !important;
	line-height:1em;
	font-weight: 600;
	
}
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:#383b3d;
}
.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: 10px;
    margin-top: 30px;
	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: 0;
	margin-right: 7px;
}
header .btn {
	margin-top: 24px;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media (max-width: 768px) and (min-width: 481px) {
header .header_container {
	height: 50px;
}
header .header_top {	
	height: 40px;
	opacity: 1;
}
header.smaller .header_top {
	height: 0px !important;
	opacity: 0 !important;
	overflow: hidden !important;
}
header .left_links {
	width: auto;
	float: left;
	margin-left: 0px;
	margin-top: 10px;
}
.lang_container {
	width: auto;
	float: right;
	margin-top:8px;
	margin-left: 0px;
	flex-direction: row-reverse;
}
header .logo {    
    width: 90px;
    float: right;
    margin-right: 40px;
    margin-top: 3px;
    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;
	padding-right:10px;
	border-right: 1px solid #e5e5e5;
}
.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:#383b3d;
	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: 0;
	margin-left: 5px;
}
header .btn {
	float: left;
	height:32px;
	width: auto;
	padding: 0px 10px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 0px;
	z-index:10000000!important;
	border-radius: 1px;
	background-color:#383b3d;
	color:#fff;
	display:flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: center;
	margin-top:9px
}
header .btn i {
	font-size:17px!important;
	float:right;
	direction: rtl;
	margin-left: 7px!important;
	width: 20px;
	height:20px;
	color:#fff;
}
header .btn:hover {
	background-color: #666666;
}
.phone_btn_con {
	float:left;
	margin-top: 8px;
	margin-right:10px;
	padding-right:10px;
	border-right: 1px solid #e5e5e5;
}
.phone_btn_icon {
    width: 35px;
}
.phone_btn_text_up {
	font-size: 15px;
	margin-bottom:0px;
}
.phone_btn_text_down {
	font-size: 20px;
	font-weight: 400;
}
.phone_btn_content {
	margin-right: 5px;
}
header .header_sep_shape {
	height: 5px;
	position:absolute;
	bottom: -2px;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media (max-width: 480px) and (min-width: 319px) {
header .header_container {
	height: 50px;
}
header .header_top {	
	height: 40px;
	opacity: 1;
}
header.smaller .header_top {
	height: 0px !important;
	opacity: 0 !important;
	overflow: hidden !important;
}
header .left_links {
	width: auto;
	float: left;
	margin-left: 0px;
	margin-top: 10px;
}
.lang_container {
	width: auto;
	float: right;
	margin-top:8px;
	margin-left: 0px;
	display:flex;
	flex-direction: row-reverse;
}
.default_menu {
}
header .logo {    
    width: 90px;
    float: right;
    margin-right: 40px;
    margin-top: 3px;
    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;
	padding-right:10px;
	border-right: 1px solid #e5e5e5;
}
.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:#383b3d;
	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: 0;
	margin-left: 5px;
}
header .btn {
	float: left;
	height:32px;
	width: auto;
	padding: 0px 10px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 0px;
	z-index:10000000!important;
	border-radius: 1px;
	background-color:#383b3d;
	color:#fff;
	display:flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: center;
	margin-top:9px
}
header .btn i {
	font-size:18px!important;
	float:right;
	direction: rtl;
	margin-left: 7px!important;
	width:20px;
	height:20px;
}
header .btn:hover {
	background-color: #666666;
}
.phone_btn_con {
	float:left;
	margin-top: 8px;
	margin-right:10px;
	padding-right:10px;
	border-right: 1px solid #e5e5e5;
}
.phone_btn_icon {
    width: 35px;
}
.phone_btn_text_up {
	font-size: 15px;
	margin-bottom:0px;
}
.phone_btn_text_down {
	font-size: 20px;
	font-weight: 400;
}
.phone_btn_content {
	margin-right: 5px;
}
header .header_sep_shape {
	height: 5px;
	position:absolute;
	bottom: -2px;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media (max-width: 320px) {
header .header_container {
	height: 50px;
}
header .header_top {	
	height: 40px;
	opacity: 1;
}
header.smaller .header_top {
	height: 0px !important;
	opacity: 0 !important;
	overflow: hidden !important;
}
header .left_links {
	width: auto;
	float: left;
	margin-left: 0px;
	margin-top: 10px;
}
.lang_container {
	width: auto;
	float: right;
	margin-top:8px;
	margin-left: 0px;
}
.default_menu {
}
header .logo {    
    width: 90px;
    float: right;
    margin-right: 40px;
    margin-top: 3px;
    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;
	padding-right:10px;
	border-right: 1px solid #e5e5e5;
}
.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:#383b3d;
	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: 0;
	margin-left: 5px;
}
header .btn {
	float: left;
	width: auto;
	margin-top: 9px;
	padding: 2px 12px 3px 12px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	margin-left: 0px;
	color: #fff;
	z-index:10000000!important;
	position:relative;
}
header .btn i {
	font-size:18px!important;
	float:right;
	direction: rtl;
	margin-left: 7px!important;
	margin-top: 0px;
	background-color:#fff;
	width:20px;
	height:20px;
	color:#c04f4c;
	margin-top:5px
}
header .btn:hover {
	background-color: #666666;
}
.phone_btn_con {
	float:left;
	margin-top: 8px;
	margin-right:10px;
	padding-right:10px;
	border-right: 1px solid #e5e5e5;
}
.phone_btn_icon {
    width: 35px;
}
.phone_btn_text_up {
	font-size: 15px;
	margin-bottom:0px;
}
.phone_btn_text_down {
	font-size: 20px;
	font-weight: 400;
}
.phone_btn_content {
	margin-right: 5px;
}
header .header_sep_shape {
	height: 5px;
	position:absolute;
	bottom: -2px;
}
}