header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000000 !important;
    background-color: #fff;
	box-shadow: 0px 4px 4px rgb(152 152 152 / 10%);
}
header .header_top {
	float:right;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	opacity:1;
}
header.smaller .header_top {
	height: 0px;
	opacity:0;
	overflow:hidden;
}
header .header_container {
	float:right;
	background-color:#fff;
}
header .header_mega_menu {
	float:right;
	background-color:#fff !important;
}
header .media_icons {
	float: left;
	width: auto;
	margin-top: 9px;
}
header .wishlist {
	float: left;
	width: auto;
	font-size: 21px;
	font-weight: 300;
	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:#082733;
	background-color:transparent;
}
header .userLogin {
	float: left;
	width: auto;
	color:#082733;
}
header .userLoginSvg {
	float: left;
	width: auto;
	font-size: 28px;
	font-weight: 300;
	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:#082733;
}
header #nav {
	float: right;
	width: 100%;
	display: inline-block;
	z-index: 10000!important;
}
.products_cart_left_alert {
	color: #fff;
	border: 1px solid #C4A39F;
	background-color:#C4A39F;
}
.menu_cart_button input[type=checkbox]:checked ~ label {
    background-image: url('');
}
header .product_notify_section {
	float: right;
	width: 300px;
	height: 240px;
	position: absolute;
	z-index: 0;
	top: 250px;
	left:calc(50% - 150px);
	border: 0px solid #082733;
	z-index:1000000000000000!important;
	background-color:#fff;
	border-radius:0px;
	box-shadow: 0px 0px 24px 0 rgb(107 107 107 / 50%);
	box-sizing:border-box;
}
header.smaller .product_notify_section {

}
.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/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: #C4A39F;
    border: 2px solid #C4A39F;
    background-color: #fff;
    box-sizing:border-box;
}
.notify_product_name {
	width: 100%;
	float: left;
	color: #082733;
	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: 16px;
    text-align: center;
	line-height:1em;
	color: #fff;
	background-color:#082733;
	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: 16px;
    text-align: center;
	line-height:1em;
	color: #fff;
	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;
}
.ntf_btn_go_to_cart:hover {
	color: #fff;
	background-color:#082733;
}

.notify_go_to_cart:hover {
    background-position: left center;
    width: auto;
    float: right;
    color: #082733;
    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: #082733;
    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: #082733;
    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;
}
.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;
}
.menu_cart_button {
	float: left;
	margin-right: 0px;
}
header .menu_cart_button label {
	float: left;
	width: auto;
	height: 70px;
	position: relative;
	display:table
}

header .menu_cart_button label .number_of_all_items_in_products {
	width: 15px;
	height: 15px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	font-weight: 400;
	position: absolute;
	top: 15px;
	right: -8px;
	border-radius:50%;
	line-height: 1.4em;
}
header .menu_cart_button label i {
	font-size:27px
}
.wishlist_header {
	width:auto;
	height:70px;
	float: left;
	margin-left:25px;
	position:relative;
	display:table;
}
.wishlist_header i {
	font-size:23px;
}
.wishlist_number_of_all_items {
	width: 15px;
	height: 15px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	font-weight: 400;
	position: absolute;
	top: 15px;
	right: -8px;
	border-radius:50%;
	line-height: 1.4em;
}
.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: left;
    width:auto;
}
header nav li a {
	padding-right: 0px;
	padding-left: 0px;
	background: transparent;
	font-size: 15px;
}
header nav li a i  {
	font-size: 22px;
}
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:100000!important;
	border-top: 0px solid #f4f4f4 !important;
}
header nav li ul li a {
	width: 108px;
	height:20px;
    padding: 10px;
    color: #444;
    font-size: 16px;
    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 a li ul li a i  {
	font-size: 20px!important;
	margin-top:0px;
}
header nav li ul li a i {
	font-size: 16px!important;
	padding-top:3px!important;
	margin-left:4px !important; 
	margin-right: 0px !important; 
	line-height:1em!important; 
	margin-top:1px!important;
}
.header_pages_repeater {
	 float:left;
	height:40px;
	display:table!important;
}
header .infoBtn {
	width: auto;
	float: right;
	position: relative;
	z-index: 10000000!important;
	text-align: right;	
	background-color:transparent;
	z-index:1000;
	margin-left: 15px;
	font-size:17px;
	text-decoration:none
}
header .mediaBtn {
	width: auto;
	float: left;
	position: relative;
	z-index: 10000000!important;
	text-align: center;	
	background-color:transparent;
	margin-right: 15px;
}
header .mediaBtn i {
	margin-right: 5px;
	float:left;
}
header .mediaBtn .text {
	font-size:17px;
	float: left;
}
header .search_desktop {
	width:auto;
	float:left;
	height:70px;
    padding-left: 10px;
	margin-left:10px;
    position:relative;
	z-index:100;
	display:table;
	text-align:center;
}
header .search_desktop i {
	font-size:21px;
	float:left
}
header .search_desktop_text {
	font-size: 15px;
}
.header_pages_repeater_sep {
	 float:left;
	 width:1px;
	 height:15px;
	 margin-top: 12.5px;
	 background-color:#fff;
}
.header_gap_down {
	width: 100%;
	float:right;
	position:relative;
	z-index:0;
}
.header_top_elements {
	float:left;
	width: auto;
	height: 35px;
	display:table;
}
#login_text {
	font-size:14px;
	margin-left:5px;
}
header .logo {
	float: left;
	position: relative;
	z-index: 10000000!important;
	text-align: right;
	height:70px;
	display:table;
}
header .logo_text {
	float: right;
	position: relative;
	z-index: 10000000!important;
	text-align: right;
	height:70px;
	display:table;
	margin-right:10px;
}
@media (min-width: 1438px) {
.header_gap_down {
	margin-bottom: 105px;
}
header .logo {
	width: 110px;
	margin-right:30px
}
header .header_top {
	width: 100%;
	height: 35px;
	opacity:1;
}
header.smaller .header_top {
	height: 0px!important;
	opacity:0!important;
	overflow:hidden!important;
}
header .header_container {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	height: 69px;
	position: relative;
}
header .header_mega_menu {
	width: 100%;
	margin:auto;
	position: absolute;
	border-top: 0px solid #e6e6e6;
}
.notify_product_name {
	font-size: 17px;
	padding-top:15px;
}
.header .collapse-button {
	margin-top: 14px;
}
header nav li a {
	height:70px;
	display:table;
}
header nav li a .fsvg {
    margin-right: 3px;
    margin-top: 0;
}
header nav li ul {
	top: 70px;
	left: -45px;
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 7%);
}
header .menu_login {
    margin-left: 23px;
    position:relative;
    z-index:1000000000!important;
    height: 70px;
}
header .home i {
	width: 20px;
	float:right;
	font-size: 22px;
	margin-left:0;
	padding-top: 21px;
	line-height:1.2em;
	clear:none;
	color:#082733;
}
.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.smaller .menu_icon {
    float: right;
    width: 30px;
    height: 0;
    margin-right: calc(50% - 15px);
    margin-left: calc(50% - 15px);
    opacity: 0;
}
.menu_img {
	width:30px;
	float:right;
	margin-left:7px;
}
.menu {
	float: right;
	width: 100%;
	display: block;
	position:relative;
	z-index:10000;
	top: 0px;
}
.menu_mobile {
	display: none;
}
.header_elements {
	width: auto;
	float:left;
	position:relative;
	z-index:100000;
	margin-left:0px
}
.header_top_border {
	width: 100%;
	float: left;
	height: 0px;
	position:absolute;
	top:0;
   z-index:10000!important;
}
.mobile_search {
	display:none;
}
}
@media (max-width: 1439px) and (min-width: 769px) {
.header_gap_down {
	margin-bottom: 110px;
}
header .logo {
	width: 115px;
}
header .header_top {
	width: 100%;
	height: 40px;
	opacity:1;
}
header.smaller .header_top {
	height: 0px!important;
	opacity:0!important;
	overflow:hidden!important;
}
header .header_container {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	height: 69px;
	position: relative;
}
header .header_mega_menu {
	width: calc(100% - 30px);
	margin:auto;
	position: absolute;
	right: 30px;
}
.notify_product_name {
	font-size: 17px;
	padding-top:15px;
}
.header .collapse-button {
	margin-top: 14px;
}
header nav li a {
	height:70px;
	display:table;
}
header nav li a .fsvg {
    margin-right: 3px;
    margin-top: 0;
}
header nav li ul {
	top: 70px;
	left: -45px;
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 7%);
}
header .menu_login {
    padding-left:25px;
    position:relative;
    z-index:1000000000!important;
    height: 70px;
}
header .home i {
	width: 20px;
	float:right;
	font-size: 22px;
	margin-left:0;
	padding-top: 21px;
	line-height:1.2em;
	clear:none;
	color:#082733;
}
.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.smaller .menu_icon {
    float: right;
    width: 30px;
    height: 0;
    margin-right: calc(50% - 15px);
    margin-left: calc(50% - 15px);
    opacity: 0;
}
.menu_img {
	width:30px;
	float:right;
	margin-left:7px;
}
.menu {
	float: right;
	width: 100%;
	display: block;
	position:relative;
	z-index:10000;
	top: 0px;
}
.menu_mobile {
	display: none;
}
.header_elements {
	width: auto;
	float:left;
	position:relative;
	z-index:100000;
	margin-left:15px
}
.header_top_border {
	width: 100%;
	float: left;
	height: 0px;
	position:absolute;
	top:0;
   z-index:10000!important;
}
.mobile_search {
	display:none;
}
	
}
@media (max-width: 768px) and (min-width: 481px) {
.header_gap_down {
	margin-bottom: 85px;
}
header .logo {
	width: 90px;
	height:50px;
	left: 0px;
}
header .logo_text {
	height:50px;
}
header {
box-shadow: 0px 4px 4px rgb(152 152 152 / 10%);
}
header .header_top {
	width: 100%;
	height: 35px;
	opacity:1;
	box-sizing:border-box;
}
header.smaller .header_top {
	width: 100%;
	height: 35px;
	opacity:1;
	box-sizing:border-box;
}
header .header_container {
	width: 100%;
	height: 50px;
	box-sizing:border-box;
}
header .header_mega_menu {
	width: 100%;
	height: 50px;
	top: 35px;
	position: absolute;
	right:0
}
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 {
	padding-top: 8px;
	margin-left: 10px;
	font-size:14px!important;
}
header .menu_login {
    position:relative;
    z-index:10000000000000!important;
    height: 50px;
	margin-left: 15px
}
header nav li a {
	font-size: 14px;
	height: 50px;
	display:table
}
header nav li a .fsvg {
	margin-right:3px
}
header .menu_cart_button label .fsvg {
	width: 32px;
}
header nav li ul {
	top: 35px;
}
.menu_cart_button {
	position:relative;
	z-index:10000000!important;
	margin-right:0px;
}
header .menu_cart_button label {
	width: 30px;
	height: 50px;
}
header .menu_cart_button label .number_of_all_items_in_products {
	font-size: 11px;
	position: absolute;
	top: 6px;
	right: -6px;
	width: 15px;
	height: 15px;
}
header .menu_cart_button label i {
	float: right;
	width: 100%;
	text-align: center;
}
header .home i {
	width: 20px;
	float:right;
	font-size: 22px;
	margin-left:0;
	padding-top: 21px;
	line-height:1.2em;
	clear:none;
	color:#082733;
	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;
}
header.smaller .home i {
	padding-top: 12px;
	top: 0px;
}
.onlyM {
	display:block;
}
.onlyD {
	display:none;
}
.menu_img {
	width:30px;
	float:right;
	margin-left:0px;
	position:absolute;
	right:0
}
.header_elements {
	width: 80px;
	float:left;
	background:#ccc
}
.header_top_border {
	width: 100%;
	float: left;
	height: 0px;
	position:absolute;
	top:0;
   z-index:10000!important;
}
header .mediaBtn {
	margin-right: 5px;
}
.mgmenu {
	display: block!important;
}
	.header_top_elements {
	height: 35px;
}
.header_pages_repeater_sep {
	 display:none
}
.wishlist_header {
	height:50px;
	margin-left: 15px;
	position:relative;
	z-index:100;
	width:22px;
}
.wishlist_header .fsvg {
	float: right;
}
.wishlist_number_of_all_items {
	font-size: 11px;
	position: absolute;
	top: 6px;
	right: -6px;
	width: 15px;
	height: 15px;
}
.header_pages_repeater {
	height: 35px;
	display:none!important
}
header .search_desktop {
	height:50px;
	margin-left: 10px;
    padding-left: 0px;
}
	.mgmenu {
	display: block!important;
}
}

@media (max-width: 480px) and (min-width: 319px) {
.header_gap_down {
	margin-bottom: 85px;
}
header .logo {
	width: 80px;
	height:50px;
	left: 0;
}
header .logo_text {
	height:50px;
	display:none;
}
header {
box-shadow: 0px 4px 4px rgb(152 152 152 / 10%);
}
header .header_top {
	width: 100%;
	height: 35px;
	opacity:1;
	box-sizing:border-box;
}
header.smaller .header_top {
	width: 100%;
	height: 35px;
	opacity:1;
	box-sizing:border-box;
}
header .header_container {
	width: 100%;
	height: 50px;
	box-sizing:border-box;
}
header .header_mega_menu {
	width: 100%;
	height: 50px;
	top: 35px;
	position: absolute;
	right:0
}
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 {
	padding-top: 8px;
	margin-left: 10px;
	font-size:14px!important;
}
header .menu_login {
    position:relative;
    z-index:10000000000000!important;
    height: 50px;
	margin-left: 15px
}
header nav li a {
	font-size: 14px;
	height: 50px;
	display:table
}
header nav li a .fsvg {
	margin-right:3px
}
header .menu_cart_button label .fsvg {
	width: 32px;
}
header nav li ul {
	top: 51px;
}
.menu_cart_button {
	position:relative;
	z-index:10000000!important;
	margin-right:0px;
}
header .menu_cart_button label {
	width: 30px;
	height: 50px;
}
header .menu_cart_button label .number_of_all_items_in_products {
	font-size: 11px;
	position: absolute;
	top: 6px;
	right: -6px;
	width: 15px;
	height: 15px;
}
header .menu_cart_button label i {
	float: right;
	width: 100%;
	text-align: center;
}
header .home i {
	width: 20px;
	float:right;
	font-size: 22px;
	margin-left:0;
	padding-top: 21px;
	line-height:1.2em;
	clear:none;
	color:#082733;
	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;
}
header.smaller .home i {
	padding-top: 12px;
	top: 0px;
}
.onlyM {
	display:block;
}
.onlyD {
	display:none;
}
.menu_img {
	width:30px;
	float:right;
	margin-left:0px;
	position:absolute;
	right:0
}
.header_elements {
	width: auto;
	float:left;
	margin-left:10px;
}
.header_top_border {
	width: 100%;
	float: left;
	height: 0px;
	position:absolute;
	top:0;
   z-index:10000!important;
}
header .mediaBtn {
	margin-right: 5px;
}
	.mgmenu {
	display: block!important;
}
	.header_top_elements {
	height: 35px;
}
.header_pages_repeater_sep {
	 display:none
}
.wishlist_header {
	height:50px;
	margin-left: 15px;
	position:relative;
	z-index:100;
	width:22px;
}
.wishlist_header .fsvg {
	float: right;
}
.wishlist_number_of_all_items {
	font-size: 11px;
	position: absolute;
	top: 6px;
	right: -6px;
	width: 15px;
	height: 15px;
}
.header_pages_repeater {
	height: 35px;
	display:none!important
}
header .search_desktop {
	height:50px;
	margin-left: 15px;
    padding-left: 0px;
	padding-right:0px
}
	.mgmenu {
	display: block!important;
}
}

@media (max-width: 320px) {
.header_gap_down {
	margin-bottom: 85px;
}
header .logo {
	width: 80px;
	height:50px;
	left: 0;
}
header .logo_text {
	height:50px;
	display:none;
}
header {
box-shadow: 0px 4px 4px rgb(152 152 152 / 10%);
}
header .header_top {
	width: 100%;
	height: 35px;
	opacity:1;
	box-sizing:border-box;
}
header.smaller .header_top {
	width: 100%;
	height: 35px;
	opacity:1;
	box-sizing:border-box;
}
header .header_container {
	width: 100%;
	height: 50px;
	box-sizing:border-box;
}
header .header_mega_menu {
	width: 100%;
	height: 50px;
	top: 35px;
	position: absolute;
	right:0
}
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 {
	padding-top: 8px;
	margin-left: 10px;
	font-size:14px!important;
}
header .menu_login {
    position:relative;
    z-index:10000000000000!important;
    height: 50px;
	margin-left: 15px
}
header nav li a {
	font-size: 14px;
	height: 50px;
	display:table
}
header nav li a .fsvg {
	margin-right:3px
}
header .menu_cart_button label .fsvg {
	width: 32px;
}
header nav li ul {
	top: 51px;
}
.menu_cart_button {
	position:relative;
	z-index:10000000!important;
	margin-right:0px;
}
header .menu_cart_button label {
	width: 30px;
	height: 50px;
}
header .menu_cart_button label .number_of_all_items_in_products {
	font-size: 11px;
	position: absolute;
	top: 6px;
	right: -6px;
	width: 15px;
	height: 15px;
}
header .menu_cart_button label i {
	float: right;
	width: 100%;
	text-align: center;
}
header .home i {
	width: 20px;
	float:right;
	font-size: 22px;
	margin-left:0;
	padding-top: 21px;
	line-height:1.2em;
	clear:none;
	color:#082733;
	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;
}
header.smaller .home i {
	padding-top: 12px;
	top: 0px;
}
.onlyM {
	display:block;
}
.onlyD {
	display:none;
}
.menu_img {
	width:30px;
	float:right;
	margin-left:0px;
	position:absolute;
	right:0
}
.header_elements {
	width: auto;
	float:left;
	margin-left:10px;
}
.header_top_border {
	width: 100%;
	float: left;
	height: 0px;
	position:absolute;
	top:0;
   z-index:10000!important;
}
header .mediaBtn {
	margin-right: 5px;
}
	.mgmenu {
	display: block!important;
}
	.header_top_elements {
	height: 35px;
}
.header_pages_repeater_sep {
	 display:none
}
.wishlist_header {
	height:50px;
	margin-left: 15px;
	position:relative;
	z-index:100;
	width:22px;
}
.wishlist_header .fsvg {
	float: right;
}
.wishlist_number_of_all_items {
	font-size: 11px;
	position: absolute;
	top: 6px;
	right: -6px;
	width: 15px;
	height: 15px;
}
.header_pages_repeater {
	height: 35px;
	display:none!important
}
header .search_desktop {
	height:50px;
	margin-left: 15px;
    padding-left: 0px;
	padding-right:0px
}
	.mgmenu {
	display: block!important;
}
}

/* mgmenu */
#mgmenu1 {
	z-index: 12;
}
.mgmenu_container, .mgmenu_fixed, .mgmenu_footer {
	width: 100%;
	/* height: 41px; */
	z-index: 10;
	background-color: transparent;
}
.mgmenu_container {
	position: relative;
	margin: 0 auto;
}
.mgmenu {
	font-size: 17px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	line-height: 1;
	text-align: right;
	display: inline-block;
	width: 100%;
	direction: rtl;
}
.mgmenu > li {
	float: none;
	margin: 0;
	width: auto;
	padding-left: 0px;
	padding-right: 0px;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-o-transition: background .3s;
	-ms-transition: background .3s;
	transition: background .3s;
	border-left: 1px solid #f9f9f9;
	display: inline-block;
}
.mgmenu > li:last-child {
	border-left: 0px solid #e6e6e6;
	display: inline-block
}
.mgmenu > li:hover, .mgmenu > li.active {
	background-color: transparent;
	display: inline-block
}
.mgmenu li.noactive {
	background: none;
	display: inline-block
}
.mgmenu > li > a, .mgmenu > li > span {
	display: block;
	font-size: 17px;
	font-weight: 400;
	outline: 0;
	text-decoration: none;
	padding-top: 25px;
	padding-bottom: 26px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: right;
}
.mgmenu > li > span:hover, .mgmenu > li > a:hover, .mgmenu > li > a:focus {
	cursor: pointer;
	color: #082733;
	outline: none;
}
.mgmenu > li .mgmenu_drop {
	background-image: url("../../../images/mega_menu/downArrow.png");
	background-repeat: no-repeat;
	background-position: right 19px;
	padding-right: 20px;
}
.mgmenu_footer .mgmenu > li .mgmenu_drop {
	background-image: url("../../../images/mega_menu/upArrow.png");
}
.mgmenu > li.right_item {
	float: right;
	margin-right: 0;
}
.mgmenu_container > .mgmenu > li.mgmenu_button, .mgmenu_fixed > .mgmenu > li.mgmenu_button, .mgmenu_footer > .mgmenu > li.mgmenu_button {
	display: none;
	cursor: pointer;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
	font-weight: 400;
	background-color: transparent;
	background-image: url('../../../images/mega_menu/toggle@2x.png');
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) 12px!important;
	background-size: 32px 32px;
	line-height: 10px;
	padding: 0!important;
	color: #082733;
	font-size: 0;
	height: 50px;
	position: relative;
	border-bottom: 1px solid #e6e6e6!important
}
.mgmenu_container > .mgmenu > li.mgmenu_button_active, .mgmenu_fixed > .mgmenu > li.mgmenu_button_active, .mgmenu_footer > .mgmenu > li.mgmenu_button_active {
	background-color: transparent;
}
.mgmenu li .dropdown_container, .mgmenu li .dropdown_fullwidth, .mgmenu li .mgmenu_multilevel {
	position: absolute;
	top: auto;
	display: none;
	float: left;
	zoom: 1;
	z-index: 10;
	margin: 0px;
	padding: 20px 30px 25px 30px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.05);
	-o-box-shadow: 0 2px 2px rgba(0,0,0,0.05);
	box-shadow: 0 2px 2px rgba(0,0,0,0.05);
	border: 1px solid #f4f4f4;
	border-top: none;
	background: #fff;
	color: #082733;
}
.mgmenu li .dropdown_container {
	right: 0px;
}
.mgmenu li .dropdown_fullwidth {
	right: 0;
}
.mgmenu li.right_item .dropdown_container {
	right: auto;
	left: -1px;
}
.mgmenu > li:hover .dropdown_container, .mgmenu > li:hover .dropdown_fullwidth, .mgmenu > li.right_item:hover .dropdown_container {
	display: block;
}
.mgmenu li .dropdown_1column {
	width: 8.3334%;
	padding-left: 2%;
	padding-right: 2%;
}
.mgmenu li .dropdown_2columns {
	width: 16.6667%;
	padding-left: 1.8333%;
	padding-right: 1.8333%;
	margin-top: 17px;
	padding-top: 9px;
	background-color: #fff!important
}
.mgmenu li .dropdown_3columns {
	width: 25%;
	padding-left: 1.5%;
	padding-right: 1.5%;
}
.mgmenu li .dropdown_4columns {
	width: 33.3334%;
	padding-left: 1.333%;
	padding-right: 1.333%;
}
.mgmenu li .dropdown_5columns {
	width: 41.6667%;
	padding-left: 1.166%;
	padding-right: 1.166%;
}
.mgmenu li .dropdown_6columns {
	width: 50%;
	padding-left: 1%;
	padding-right: 1%;
}
.mgmenu li .dropdown_7columns {
	width: 100%;
	box-sizing: border-box;
	border-top: 1px solid #e6e6e6;
	box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 4%);
}
.mg_right {
	width: 100%;
	float: right;
}
.mg_menu_cat_img {
	width: 200px;
	float: left;
	height: auto;
	background-color: #f4f4f4;
	box-sizing: border-box;
	padding: 1px;
}
.mgmenu li .dropdown_8columns {
	width: 66.6667%;
	padding-left: 0.666%;
	padding-right: 0.666%;
}
.mgmenu li .dropdown_9columns {
	width: 75%;
	padding-left: 0.5%;
	padding-right: 0.5%;
}
.mgmenu li .dropdown_10columns {
	width: 83.3334%;
	padding-left: 0.333%;
	padding-right: 0.333%;
}
.mgmenu li .dropdown_11columns {
	width: 91.6667%;
	padding-left: 0.1666%;
	padding-right: 0.1666%;
}
.mgmenu li .dropdown_fullwidth {
	width: 100%;
	top: 71px
}
.col_3 {
	float: right;
	display: inline;
	position: relative;
	padding-left: 2%;
	padding-right: 2%;
 *padding-left: 1.9%;
 *padding-right: 1.9%;
	margin-bottom: 15px;
}
.mgmenu .col_1 {
	width: 4.33%;
}
.mgmenu .col_2 {
	width: 12.66%;
}
.mgmenu .col_3 {
	width: 21%;
	height: 100px;
}
.mgmenu .col_4 {
	width: calc(16.6% - 15px);
	float: right;
	text-align: right;
	box-sizing: border-box;
	margin-left: 15px;
	margin-bottom: 0px
}
.mgmenu .col_4:nth-of-type(6n) {
	width: 16.6%!important;
	margin-left: 0;
}
.mgmenu .col_4 h2 {
	width: 100%;
	float: right;
	font-size: 18px;
	margin-top: 7px;
	margin-bottom: 7px;
	direction: rtl;
	color: #082733;
	font-weight: 700;
	text-decoration: none!important;	
}
.mgmenu .col_4 h3 {
	width: 100%;
	float: right;
	font-size: 19px;
	margin-top: 7px;
	margin-bottom: 7px;
	direction: rtl;
	color: #082733;
	font-weight: 700;
	text-decoration: none!important;	
}

.mgmenu .col_4 h2:hover {
	color: #00abcc!important;
}
.mgmenu .col_4 h4 {
	width: 100%;
	float: right;
	font-size: 17px;
	margin-top: 0px;
	direction: rtl;
	color: #082733;
	font-weight: 400;
	text-decoration: none!important;
	padding: 6px 0 6px 0;
}
.mgmenu .col_4 h4:hover {
	color: #00abcc!important;
}
.mgmenu .col_4 img {
	max-width: 100%;
	max-height: 110px;
}
.mgmenu .col_5 {
	width: 37.66%;
}
.mgmenu .col_6 {
	width: 46%;
}
.mgmenu .col_7 {
	width: 54.33%;
}
.mgmenu .col_8 {
	width: 62.66%;
}
.mgmenu .col_9 {
	width: 71%;
}
.mgmenu .col_10 {
	width: 79.33%;
}
.mgmenu .col_11 {
	width: 87.66%;
}
.mgmenu .col_12 {
	width: 96%;
}
.mgmenu .clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 18px;
}
.mgmenu .col_border {
	-webkit-box-shadow: -1px 0 0 rgba(0,0,0,0.15);
	-moz-box-shadow: -1px 0 0 rgba(0,0,0,0.15);
	-o-box-shadow: -1px 0 0 rgba(0,0,0,0.15);
	box-shadow: -1px 0 0 rgba(0,0,0,0.15);
}
.mgmenu .dropdown_flyout, .mgmenu .dropdown_flyout .dropdown_flyout_level {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 9;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.mgmenu .dropdown_flyout .dropdown_flyout_level {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #CCCCCC;
	background: #fff !important;
}
.mgmenu .dropdown_flyout li {
	float: left;
	width: 100%;
	padding: 5px 0px 5px 3px;
	border-bottom: 1px solid #CCCCCC;
}
.mgmenu .dropdown_flyout li:last-child {
	float: left;
	width: 100%;
	padding: 5px 0px 5px 3px;
	border-bottom: 0px solid #CCCCCC;
}
.mgmenu .dropdown_flyout ul li {
	width: 160px;
	padding: 3px 10px 3px 10px;
}
.mgmenu .dropdown_flyout li.last {
	margin-bottom: 12px;
}
.mgmenu .dropdown_flyout a {
	display: block;
	width: 100%;
}
.mgmenu .dropdown_flyout .dropdown_flyout_level {
	position: absolute;
	margin: 15px 0 0 4px;
	padding: 6px;
	left: 98%;
	top: -21px;
	display: none;
	zoom: 1;
	float: left;
}
.mgmenu .dropdown_flyout .dropdown_flyout_level_left {
	left: -102%;
	right: 100%;
}
.mgmenu .dropdown_flyout .dropdown_parent {
	background: url("../../../images/mega_menu/rightArrow.png") no-repeat 90% 9px;
}
.mgmenu .dropdown_flyout .dropdown_parent_left {
	background: url("images/leftArrow.png") no-repeat 90% 9px;
}
.mgmenu .dropdown_flyout li:hover > .dropdown_flyout_level, .mgmenu .dropdown_flyout li:hover > .dropdown_flyout_level_left {
	display: block;
}
.mgmenu .dropdown_flyout .flyout_heading {
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 17px;
	text-align: right;
}
.mgmenu a {
	text-decoration: none;
	color: #082733;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-o-transition: color .3s;
	-ms-transition: color .3s;
	transition: color .3s;
	text-align: right;
	direction: rtl;
}
.mgmenu a:hover {
	color: #00abcc;
}
.mgmenu a:focus {
	background: none;
}
.mgmenu > li ul, .mgmenu > li ol {
	padding: 0 0 0 18px;
	margin: 0 0 18px 0;
}
.mgmenu > li ul {
	list-style: square;
}
.mgmenu > li ol {
	list-style: decimal;
}
.mgmenu > li ul.no_bullets {
	list-style: none;
	padding: 0;
}
.mgmenu > li ul.no_bullets li {
	line-height: 24px;
}
.mgmenu > li ul li, .mgmenu > li ol li {
	font-size: 17px;
	line-height: 29px;
	position: relative;
	color: #082733;
	text-align: right;
	direction: rtl;
}
.mgmenu .text_box_black, .mgmenu .text_box_red, .mgmenu .text_box_blue, .mgmenu .text_box_green, .mgmenu .text_box_yellow, .mgmenu .text_box_purple, .mgmenu .text_box_brown {
	color: #ffffff;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.mgmenu .img_description {
	text-align: center;
	margin-top: 2px;
	font-size: 14px;
}
.mgmenu hr {
	width: 100%;
	height: 0;
 *height:2px;
	margin-bottom: 18px;
	border: none;
	border-bottom: 1px solid #f4f4f4;
	border-top: 1px solid #ccc;
}
.mgmenu .video_container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 18px;
}
.mgmenu .video_container iframe, .mgmenu .video_container object, .mgmenu .video_container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
}
.mgmenu img {
	border: none;
	border-radius:7px;
}
.mgmenu .inline_img {
	max-width: 100%;
	height: auto;
	width: auto\9;
	box-sizing: border-box;
	margin-bottom: 5px;
	margin-top: 6px;
}
.mgmenu a .inline_img {
	opacity: 0.8;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
}
.mgmenu a:hover .inline_img {
	opacity: 1;
}
.mgmenu .inline_img_border {
	border: 5px solid #fff;
}
.mgmenu .mini_icon {
	background-image: url("images/icons/mini-icons-white.png");
	background-repeat: no-repeat;
	margin-top: -2px;
	padding-left: 6px;
	float: left;
	width: 20px;
	height: 20px;
}
.mgmenu .menubar_icon {
	padding: 0;
	list-style: none;
	float: left;
}
.mgmenu .menubar_icon:hover {
	background: none;
}
.mgmenu .menubar_icon ul > li {
	list-style: none;
	float: left;
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	-o-transition: background-color .3s;
	-ms-transition: background-color .3s;
	transition: background-color .3s;
}
.mgmenu .menubar_icon ul > li:hover {
	background-color: #131313;
}
.mgmenu .menubar_icon ul > li > a {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px 24px;
	display: block;
	padding: 7px 4px 9px 4px;
	width: 24px;
	height: 24px;
}
.mgmenu li > .mgmenu_tabs {
	padding: 0 !important;
}
.mgmenu_tabs > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mgmenu_tabs_hide {
	display: none;
}
.mgmenu_tabs .mgmenu_tabs_nav {
	width: 20%;
	float: right;
	position: relative;
	margin: 0;
	padding: 0;
}
.mgmenu_tabs .mgmenu_tabs_panels {
	margin: 0;
	padding: 21px 1% 12px 1%;
	width: 78%;
 *width:77.9%;
	float: left;
	background-color: #ffffff;
	-webkit-box-shadow: -1px 0px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: -1px 0px 1px rgba(0,0,0,0.05);
	-o-box-shadow: -1px 0px 1px rgba(0,0,0,0.05);
	box-shadow: -1px 0px 1px rgba(0,0,0,0.05);
}
.mgmenu_tabs .mgmenu_tabs_nav li {
	list-style: none;
	margin: 0;
	border: none;
	margin: 0;
	float: right;
	width: 100%;
	clear: right;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
.mgmenu_tabs .mgmenu_tabs_nav li a {
	font-size: 17px;
	outline: 0;
	text-decoration: none;
	display: block;
	padding: 9px 15px 9px 15px;
	direction: rtl;
	text-align: right;
}
.mgmenu_tabs li a.current, .mgmenu_tabs li a.current:hover {
	background-color: #f9f9f9;
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,0.05), 0 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 -1px 1px rgba(0,0,0,0.05), 0 1px 1px rgba(0,0,0,0.05);
	-o-box-shadow: 0 -1px 1px rgba(0,0,0,0.05), 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: 0 -1px 1px rgba(0,0,0,0.05), 0 1px 1px rgba(0,0,0,0.05);
	top: 1px;
	direction: rtl;
	text-align: right;
}
.mgmenu_tabs_right .mgmenu_tabs_panels {
	-webkit-box-shadow: 1px 0px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: 1px 0px 1px rgba(0,0,0,0.05);
	-o-box-shadow: 1px 0px 1px rgba(0,0,0,0.05);
	box-shadow: 1px 0px 1px rgba(0,0,0,0.05);
}
.mgmenu_tabs_top .mgmenu_tabs_nav, .mgmenu_tabs_bottom .mgmenu_tabs_nav {
	width: 100%;
}
.mgmenu_tabs_top .mgmenu_tabs_panels, .mgmenu_tabs_bottom .mgmenu_tabs_panels {
	padding: 21px 1% 12px 1%;
	width: 98%;
 *width:97.9%;
}
.mgmenu_tabs_top .mgmenu_tabs_nav li, .mgmenu_tabs_bottom .mgmenu_tabs_nav li {
	float: none;
	width: auto;
	clear: none;
	display: inline;
}
.mgmenu_tabs_top .mgmenu_tabs_nav li a, .mgmenu_tabs_bottom .mgmenu_tabs_nav li a {
	display: inline;
	float: left;
}
.mgmenu_tabs_top li a.current, .mgmenu_tabs_top li a.current:hover, .mgmenu_tabs_bottom li a.current, .mgmenu_tabs_bottom li a.current:hover {
	-webkit-box-shadow: -1px 0 1px rgba(0,0,0,0.05), 1px 0px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: -1px 0 1px rgba(0,0,0,0.05), 1px 0px 1px rgba(0,0,0,0.05);
	-o-box-shadow: -1px 0 1px rgba(0,0,0,0.05), 1px 0px 1px rgba(0,0,0,0.05);
	box-shadow: -1px 0 1px rgba(0,0,0,0.05), 1px 0px 1px rgba(0,0,0,0.05);
}
.mgmenu_tabs_top .mgmenu_tabs_panels {
	-webkit-box-shadow: 0px -1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px -1px 1px rgba(0,0,0,0.05);
	-o-box-shadow: 0px -1px 1px rgba(0,0,0,0.05);
	box-shadow: 0px -1px 1px rgba(0,0,0,0.05);
}
.mgmenu_tabs_bottom .mgmenu_tabs_panels {
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.05);
	-o-box-shadow: 0px 1px 1px rgba(0,0,0,0.05);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.05);
}
 @media only screen and (min-width: 768px) and (max-width: 984px) {
.mgmenu > li {
	padding-right: 0px;
}
.mgmenu > li > a, .mgmenu > li > span {
	padding-left: 10px;
}
.mgmenu .mini_icon {
	padding-left: 3px;
}
.mgmenu li .dropdown_2columns {
	width: 16.6667%;
	padding-left: 1.8333%;
	padding-right: 1.8333%;
	margin-top: 17px;
	padding-top: 9px;
	background-color: #fff!important
}
}
 @media only screen and (min-width: 768px) {
.mgmenu_container .mgmenu > li, .mgmenu_fixed .mgmenu > li, .mgmenu_footer .mgmenu > li {
}
.mgmenu_container > .mgmenu > li.mgmenu_button, .mgmenu_fixed > .mgmenu > li.mgmenu_button, .mgmenu_footer > .mgmenu > li.mgmenu_button {
	display: none !important;
}
.mgmenu li .dropdown_2columns {
	width: 100%;
	max-width: 180px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 18px;
	padding-top: 9px;
	box-sizing: border-box;
	background-color: #fff !important;
	right: 75px;
}
}
 @media only screen and (max-width: 767px) {
.mgmenu > li > a, .mgmenu > li > span {
	display: block;
	color: #00abcc;
	font-size: 17px;
	font-weight: 400;
	outline: 0;
	text-decoration: none;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: right;
	background-position: 5px center;
	background-image: url('../../../images/mega_menu/menu_btn_down.jpg');
	background-repeat: no-repeat;
	background-size: 30px;
	border-bottom: 1px solid #e6e6e6;
}
.mgmenu_container, .mgmenu_fixed, .mgmenu_footer {
	width: 100%;
	height: auto;
	margin: 0;
	position: relative;
	left: auto;
	top: auto;
	bottom: auto;
	background-color: #fff;
}
.mgmenu_container .mgmenu > li, .mgmenu_fixed .mgmenu > li, .mgmenu_footer .mgmenu > li {
	float: none;
	width: auto;
	border: none;
	display: none;
	padding: 0;
}
.mgmenu_container > .mgmenu > li.mgmenu_button, .mgmenu_fixed > .mgmenu > li.mgmenu_button, .mgmenu_footer > .mgmenu > li.mgmenu_button {
	display: block;
}
.mgmenu > li > span, .mgmenu > li > a {
	display: block;
}
.mgmenu > li .mgmenu_drop {
	background-position: 96% 19px;
}
.mgmenu > li .dropdown_container, .mgmenu > li .dropdown_fullwidth, .mgmenu_footer .mgmenu > li .dropdown_container, .mgmenu_footer .mgmenu > li .dropdown_fullwidth {
	position: absolute;
	top: auto;
	bottom: auto;
	width: 100%;
	margin: 0 0 0 -1px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.05);
	-o-box-shadow: 0 2px 2px rgba(0,0,0,0.05);
	box-shadow: 0 2px 2px rgba(0,0,0,0.05);
	border: 1px solid #CCCCCC;
	border-top: none;
	overflow-x: hidden;
	height: 100%;
	min-height: 450px;
}
.mgmenu li .dropdown_1column, .mgmenu li .dropdown_2columns, .mgmenu li .dropdown_3columns, .mgmenu li .dropdown_4columns, .mgmenu li .dropdown_5columns, .mgmenu li .dropdown_6columns, .mgmenu li .dropdown_7columns, .mgmenu li .dropdown_8columns, .mgmenu li .dropdown_9columns, .mgmenu li .dropdown_10columns, .mgmenu li .dropdown_11columns, .mgmenu li .dropdown_fullwidth {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.mgmenu .col_1, .mgmenu .col_2, .mgmenu .col_3, .mgmenu .col_4, .mgmenu .col_5, .mgmenu .col_6, .mgmenu .col_7, .mgmenu .col_8, .mgmenu .col_9, .mgmenu .col_10, .mgmenu .col_11, .mgmenu .col_12 {
	width: calc(100% - 30px);
	margin-left: 15px;
	margin-right: 15px;
	padding: 0;
	float: right;
	display: block;
}
.mgmenu .col_3:nth-of-type(5n) {
	width: calc(100% - 30px);
	margin-left: 15px;
	margin-right: 15px;
	padding: 0;
	float: right;
	display: block;
}
.mgmenu .col_4:nth-of-type(6n) {
	width: calc(100% - 30px)!important;
	margin-left: 15px;
	margin-right: 15px;
	margin-left: 0;
}
.mgmenu .col_border {
	box-shadow: none;
}
.mgmenu .dropdown_flyout, .mgmenu .dropdown_flyout .dropdown_flyout_level, .mgmenu .dropdown_flyout .dropdown_flyout_level_left {
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	padding: 0;
	margin: 6px 4% 0 4%;
}
.mgmenu .dropdown_flyout .dropdown_flyout_level {
	border: none;
	background: none;
	box-shadow: none;
}
.mgmenu .dropdown_flyout li, .mgmenu .dropdown_flyout ul li {
	width: 100%;
	padding: 6px 0 6px 0;
}
.mgmenu li .dropdown_flyout .dropdown_parent {
	background: url("images/downArrow-b.png") no-repeat 98% 14px;
}
.mgmenu li > .mgmenu_tabs {
	width: 100%;
}
.mgmenu_tabs .mgmenu_tabs_nav {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.mgmenu_tabs .mgmenu_tabs_panels {
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
}
.mgmenu_trigger {
	display: none;
}
.mgmenu blockquote {
	margin-left: 12px;
}
.mgmenu .img_description {
	text-align: right;
}
.mgmenu .menubar_icon {
	z-index: 9;
	float: none !important;
	padding: 0 0 14px 0 !important;
}
.mgmenu .menubar_icon ul {
	width: 100%;
	padding: 0 0 9px 0 !important;
}
.mgmenu .menubar_icon ul > li {
	padding-left: 2%;
	padding-right: 2%;
}
.mgmenu li .dropdown_2columns {
	width: 16.6667%;
	padding-left: 1.8333%;
	padding-right: 1.8333%;
	margin-top: 17px;
	padding-top: 9px;
	background-color: #fff!important
}
.mg_right {
	width: 100%;
	float: right;
	overflow: auto;
}
.mg_menu_cat_img {
	display: none;
}
}
 @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.mgmenu > li .mgmenu_drop {
	background-size: 9px 5px;
	background-image: url("../../../images/mega_menu/downArrow@2x.png");
}
.mgmenu_footer .mgmenu > li .mgmenu_drop {
	background-size: 9px 5px;
	background-image: url("../../../images/mega_menu/upArrow@2x.png");
}
.mgmenu_container > .mgmenu > li.mgmenu_button, .mgmenu_fixed > .mgmenu > li.mgmenu_button, .mgmenu_footer > .mgmenu > li.mgmenu_button {
	background-position: calc(100% - 39px) 11px;
	background-size: 32px 32px;
	background-image: url("../../../images/mega_menu/toggle@2x.png");
	width: 100%;
}
.mgmenu_trigger {
	background-size: 35px 35px;
	background-image: url("../../../images/mega_menu/button_up@2x.png");
}
.mgmenu_trigger.active {
	background-size: 35px 35px;
	background-image: url("../../../images/mega_menu/button_down@2x.png");
}
.mgmenu_footer ~ .mgmenu_trigger {
	background-size: 35px 35px;
	background-image: url("../../../images/mega_menu/button_down@2x.png");
}
.mgmenu_footer ~ .mgmenu_trigger.active {
	background-size: 35px 35px;
	background-image: url("../../../images/mega_menu/button_up@2x.png");
}
.mgmenu .dropdown_flyout .dropdown_parent {
	background-size: 5px 9px;
	background-image: url("../../../images/mega_menu/rightArrow@2x.png");
}
.mgmenu .dropdown_flyout .dropdown_parent_left {
	background-size: 5px 9px;
	background-image: url("../../../images/mega_menu/leftArrow@2x.png");
}
.mgmenu .mini_icon {
	background-image: url("../../../images/mega_menu/icons/mini-icons-white@2x.png");
	background-repeat: no-repeat;
	background-size: 304px 144px;
}
.mgmenu .menubar_icon ul > li > a {
	background-size: 24px 24px;
}
.mgmenu .icon_vimeo {
	background-image: url("../../../images/mega_menu/icons/icon_vimeo@2x.png");
}
.mgmenu .icon_dribbble {
	background-image: url("../../../images/mega_menu/icons/icon_dribbble@2x.png");
}
.mgmenu .icon_twitter {
	background-image: url("../../../images/mega_menu/icons/icon_twitter@2x.png");
}
.mgmenu .icon_facebook {
	background-image: url("../../../images/mega_menu/icons/icon_facebook@2x.png");
}
.mgmenu .icon_flickr {
	background-image: url("../../../images/mega_menu/icons/icon_flickr@2x.png");
}
.mgmenu li .dropdown_2columns {
	width: 16.6667%;
	padding-left: 1.8333%;
	padding-right: 1.8333%;
	margin-top: 17px;
	padding-top: 9px;
	background-color: #fff!important
}
}
 @media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.mgmenu li .dropdown_flyout .dropdown_parent {
	background-size: 9px 5px;
	background-image: url("../../../images/mega_menu/downArrow-b@2x.png");
}
.mgmenu li .dropdown_2columns {
	width: 100%;
	padding-left: 1.8333%;
	padding-right: 1.8333%;
	margin-top: 0px;
	padding-top: 0px;
	background-color: #fff!important
}
}

/* search */
.search_web_field_container input {
    width: 100%;
    float: left;
    direction: rtl;
    font-size: 16px!important;
    text-align: right;
    color: #202020 !important;
    border: 1px solid #ccc !important;
    padding: 6px 10px 5px 5px!important;
    line-height:1em!important;
    font-weight:400 !important;
   border-radius: 25px !important;
}
.search_web_btn {
    width: 30px;
	height:30px;
    float: left;
    direction: rtl;
    text-align: center;
    color: #fff !important;
    background-color:#00abcc;
	font-weight: 400;
	line-height:1em;
	margin:0px;
	border:0;
	border-radius:50%;
	background-image:url(../../../images/System/search-icon.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:23px;
}
.search_web_btn:hover {
    width: 100%;
    float: left;
    direction: rtl;
    text-align: center;
    color: #fff !important;
    background-color:#231f20;
	font-weight: 400;
	line-height:1em;
	margin:0px;
	border:0;
}
.search_web_btn:focus {
    width: 100%;
    float: left;
    direction: rtl;
    text-align: center;
    color: #fff !important;
    background-color:#00abcc;
	font-weight: 400;
	line-height:1em;
	margin:0px;
	border:0;
}
.search_resaults_item_repeater:hover {
    background-color:#fff;
    border-bottom: 3px solid #e6e6e6;
    box-shadow: 0px 0px 20px 0 rgba(109, 109, 109, 0.1);
}
.mobile_search {
	float: right;
	width: auto;
	margin-top: 10px
}
.mobile_search_text {
	float: right;
	width: auto;
	font-size:14px;	
}
.mobile_search i {
	float: right;
	width: 17px;
	margin-right:5px
}
.openMobileSearchPopup {
}
.popupMobileSearch {
	width: 100%;
}
.closeMobileSearchPopup {
	width: 20px;
	height: 20px;
	position:absolute;
	left: 7px;
	top: 7px;
	border-radius:50%;
	background-color:#202020;
	color:#fff;
	text-align:center;
	line-height:1.4em;
	font-weight:700;
	cursor:pointer;
}
.closeMobileSearchPopup:hover {
	background-color: #c50010;
	color: #fff;
}
@media all and (min-width: 1438px) {
.popupMobileSearch {
	display: none;
	width:100%;
	height: 70px;
	position:absolute;
	top:0;
	right:0;
	left:0;
	padding: 0px;
	background-color:#fff;
	box-sizing:border-box;
	z-index:10000000000000000;
}
.closeMobileSearchPopup {
	width: 30px;
	height: 30px;
	top: 20px;
	text-align:center;
	line-height:1.5em;
	font-size:20px;
	font-weight:400
}
.search_mega_menu_container {
	float: left;
	width: 100%;
	margin-top: 16px;
	position: relative;
}
.search_web_container {
	float: left;
	width: 600px!important;
	margin-left: calc(50% - 300px)!important;
	margin-right: calc(50% - 300px)!important;
	position: relative;
}
.search_web_title {
    width: 100%;
    float: right;
    margin-bottom:7px;
}
.search_web_field_container {
	width: 100%;
	float: right;
	margin-left: 0px;
	position:absolute;
}
.search_web_btn_container {
	width: 30px;
	left:3px;
	top:3px;
	position:absolute
}
.search_web_btn {
    font-size: 16px;
	padding: 10px 0 10px 0 !important;
}
.search_web_btn:hover {
    font-size: 16px;
	padding: 10px 0 10px 0 !important;
}
.search_web_btn:focus {
    font-size: 16px;
	padding: 10px 0 10px 0 !important;
}
.search_resaults_page {
    width: 100%;
    float: right;
    padding-top: 50px;
}
.search_resaults_title_container {
    width: 100%;
    float: right;
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom: 1px solid #082733;
}
.search_resaults_title {
    width: auto;
    float: right;
    direction: rtl;
}
.search_resaults_num_title {
    width: auto;
    float: left;
    direction: ltr;
}
.search_resaults_repeater {
    width: 100%;
    float: right;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 500px;
}
.search_resaults_item_repeater {
    width: 100%;
    float: right;
    background-color:#fff;
    padding:15px;
    box-sizing:border-box;
    border-bottom: 3px solid #e6e6e6;
    margin-bottom:25px;
}
.search_resaults_content {
    width: calc(100% - 171px);
    float: right;
    margin-right:20px;
}
.search_resaults_img {
    width: 150px;
    float: right;
    border-left: 1px solid #ccc;
}
.resaults_repeater_name {
    margin-bottom: 7px;
}
.resaults_repeater_title {
    margin-bottom: 5px;
    overflow: hidden;
    visibility: visible;
    height: 20px;
}
.resaults_repeater_text {
    overflow: hidden;
    visibility: visible;
    max-height: 50px;
}
}

@media (max-width: 1439px) and (min-width: 769px) {
.popupMobileSearch {
	display: none;
	width:100%;
	height: 70px;
	position:absolute;
	top:0;
	right:0;
	left:0;
	padding: 0px;
	background-color:#fff;
	box-sizing:border-box;
	z-index:10000000000000000;
}
.closeMobileSearchPopup {
	width: 30px;
	height: 30px;
	top: 20px;
	text-align:center;
	line-height:1.5em;
	font-size:20px;
	font-weight:400
}
.search_mega_menu_container {
	float: left;
	width: 100%;
	margin-top: 16px;
	position: relative;
}
.search_web_container {
	float: left;
	width: 600px!important;
	margin-left: calc(50% - 300px)!important;
	margin-right: calc(50% - 300px)!important;
	position: relative;
}
.search_web_title {
    width: 100%;
    float: right;
    margin-bottom:7px;
}
.search_web_field_container {
	width: 100%;
	float: right;
	margin-left: 0px;
	position:absolute;
}
.search_web_btn_container {
	width: 30px;
	left:3px;
	top:3px;
	position:absolute
}
.search_web_btn {
    font-size: 16px;
	padding: 10px 0 10px 0 !important;
}
.search_web_btn:hover {
    font-size: 16px;
	padding: 10px 0 10px 0 !important;
}
.search_web_btn:focus {
    font-size: 16px;
	padding: 10px 0 10px 0 !important;
}
.search_resaults_page {
    width: 100%;
    float: right;
    padding-top: 50px;
}
.search_resaults_title_container {
    width: 100%;
    float: right;
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom: 1px solid #082733;
}
.search_resaults_title {
    width: auto;
    float: right;
    direction: rtl;
}
.search_resaults_num_title {
    width: auto;
    float: left;
    direction: ltr;
}
.search_resaults_repeater {
    width: 100%;
    float: right;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 500px;
}
.search_resaults_item_repeater {
    width: 100%;
    float: right;
    background-color:#fff;
    padding:15px;
    box-sizing:border-box;
    border-bottom: 3px solid #e6e6e6;
    margin-bottom:25px;
}
.search_resaults_content {
    width: calc(100% - 171px);
    float: right;
    margin-right:20px;
}
.search_resaults_img {
    width: 150px;
    float: right;
    border-left: 1px solid #ccc;
}
.resaults_repeater_name {
    margin-bottom: 7px;
}
.resaults_repeater_title {
    margin-bottom: 5px;
    overflow: hidden;
    visibility: visible;
    height: 20px;
}
.resaults_repeater_text {
    overflow: hidden;
    visibility: visible;
    max-height: 50px;
}
}

@media (max-width: 768px) and (min-width: 481px) {
.popupMobileSearch {
	display: none;
	width:100%;
	height: 65px;
	position:absolute;
	top:35px;
	right:0;
	left:0;
	padding: 10px 10px 15px 15px;
	background-color:#f4f4f4;
	box-sizing:border-box;
	z-index:10000000000000000;
}
.closeMobileSearchPopup {
	width:25px;
	height:25px;
	left: 10px;
	top: 18px;
	font-weight:400;
	font-size:19px
}
.search_mega_menu_container {
	float: right;
	width: calc(100% - 30px);
	margin-top: 5px;
	margin-right: 0;
	position: relative;
}
.search_web_container {
	float: right;
	width: 100%;
	position: absolute;
}
.search_web_title {
    width: 100%;
    float: right;
    margin-bottom:5px;
}
.search_web_field_container {
	width: 100%;
	float: right;
	position:absolute
}
.search_web_btn {
    width:25px;
	height:25px;
	background-size:20px
}
.search_web_btn:hover {
    font-size: 16px;
	padding: 8px 0 8px 0 !important;
}
.search_web_btn:focus {
    font-size: 16px;
	padding: 8px 0 8px 0 !important;
}
.search_resaults_page {
    width: 100%;
    float: right;
    padding-top: 20px;
}
.search_resaults_title_container {
    width: 100%;
    float: right;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #082733;
}
.search_resaults_title {
    width: auto;
    float: right;
    direction: rtl;
}
.search_resaults_num_title {
    width: auto;
    float: left;
    direction: ltr;
}
.search_resaults_repeater {
    width: 100%;
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 500px;
}
.search_resaults_item_repeater {
    width: 100%;
    float: right;
    background-color:#fff;
    padding:15px;
    box-sizing:border-box;
    border-bottom: 3px solid #e6e6e6;
    margin-bottom:25px;
}
.search_resaults_content {
    width: calc(100% - 171px);
    float: right;
    margin-right:20px;
}
.search_resaults_img {
    width: 150px;
    float: right;
    border-left: 1px solid #ccc;
}
.resaults_repeater_name {
    margin-bottom: 7px;
}
.resaults_repeater_title {
    margin-bottom: 5px;
    overflow: hidden;
    visibility: visible;
    height: 20px;
}
.resaults_repeater_text {
    overflow: hidden;
    visibility: visible;
    max-height: 50px;
}
.search_web_field_container input {
    width: 100%;
    float: left;
    direction: rtl;
    font-size: 15px!important;
    text-align: right;
    color: #082733 !important;
    border-top: 1px solid #e6e6e6 !important;
    border-bottom: 1px solid #e6e6e6 !important;
    border-right: 1px solid #e6e6e6 !important;
    border-left: 0px solid #e6e6e6 !important;
    padding: 4px!important;
    line-height:1em!important;
    font-weight:400 !important;
    -webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.search_web_btn_container {
	width: 25px;
	left:3px;
	top:3px;
	position:absolute
}
}

@media (max-width: 480px) and (min-width: 319px) {
.popupMobileSearch {
	display: none;
	width:100%;
	height: 65px;
	position:absolute;
	top:35px;
	right:0;
	left:0;
	padding: 10px 10px 15px 15px;
	background-color:#f4f4f4;
	box-sizing:border-box;
	z-index:10000000000000000;
}
.closeMobileSearchPopup {
	width:25px;
	height:25px;
	left: 10px;
	top: 18px;
	font-weight:400;
	font-size:19px
}
.search_mega_menu_container {
	float: right;
	width: calc(100% - 30px);
	margin-top: 5px;
	margin-right: 0;
	position: relative;
}
.search_web_container {
	float: right;
	width: 100%;
	position: absolute;
}
.search_web_title {
    width: 100%;
    float: right;
    margin-bottom:5px;
}
.search_web_field_container {
	width: 100%;
	float: right;
	position:absolute
}
.search_web_btn {
    width:25px;
	height:25px;
	background-size:20px
}
.search_web_btn:hover {
    font-size: 16px;
	padding: 8px 0 8px 0 !important;
}
.search_web_btn:focus {
    font-size: 16px;
	padding: 8px 0 8px 0 !important;
}
.search_resaults_page {
    width: 100%;
    float: right;
    padding-top: 20px;
}
.search_resaults_title_container {
    width: 100%;
    float: right;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #082733;
}
.search_resaults_title {
    width: auto;
    float: right;
    direction: rtl;
}
.search_resaults_num_title {
    width: auto;
    float: left;
    direction: ltr;
}
.search_resaults_repeater {
    width: 100%;
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 500px;
}
.search_resaults_item_repeater {
    width: 100%;
    float: right;
    background-color:#fff;
    padding:15px;
    box-sizing:border-box;
    border-bottom: 3px solid #e6e6e6;
    margin-bottom:25px;
}
.search_resaults_content {
    width: calc(100% - 171px);
    float: right;
    margin-right:20px;
}
.search_resaults_img {
    width: 150px;
    float: right;
    border-left: 1px solid #ccc;
}
.resaults_repeater_name {
    margin-bottom: 7px;
}
.resaults_repeater_title {
    margin-bottom: 5px;
    overflow: hidden;
    visibility: visible;
    height: 20px;
}
.resaults_repeater_text {
    overflow: hidden;
    visibility: visible;
    max-height: 50px;
}
.search_web_field_container input {
    width: 100%;
    float: left;
    direction: rtl;
    font-size: 15px!important;
    text-align: right;
    color: #082733 !important;
    border-top: 1px solid #e6e6e6 !important;
    border-bottom: 1px solid #e6e6e6 !important;
    border-right: 1px solid #e6e6e6 !important;
    border-left: 0px solid #e6e6e6 !important;
    padding: 4px!important;
    line-height:1em!important;
    font-weight:400 !important;
    -webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.search_web_btn_container {
	width: 25px;
	left:3px;
	top:3px;
	position:absolute
}
}

@media (max-width: 320px) {
.popupMobileSearch {
	display: none;
	width:100%;
	height: 85px;
	position:absolute;
	top:0;
	right:0;
	left:0;
	padding: 10px 10px 15px 15px;
	background-color:#f4f4f4;
	box-sizing:border-box;
	z-index:10000000000000000;
}
.closeMobileSearchPopup {
	display: block;
}
.search_mega_menu_container {
	float: right;
	width: 100%;
	top: 0px;
	right: 0;
	position: relative;
	z-index:100
}
.search_web_container {
	float: right;
	width: 100%;
	position: relative;
}
.search_web_title {
    width: 100%;
    float: right;
    margin-bottom:5px;
}
.search_web_field_container {
	width: 100%;
	float: right;
	position:absolute
}
.search_web_btn {
    width:25px;
	height:25px;
	background-size:20px
}
.search_web_btn:hover {
    font-size: 16px;
	padding: 8px 0 8px 0 !important;
}
.search_web_btn:focus {
    font-size: 16px;
	padding: 8px 0 8px 0 !important;
}
.search_resaults_page {
    width: 100%;
    float: right;
    padding-top: 20px;
}
.search_resaults_title_container {
    width: 100%;
    float: right;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #082733;
}
.search_resaults_title {
    width: auto;
    float: right;
    direction: rtl;
}
.search_resaults_num_title {
    width: auto;
    float: left;
    direction: ltr;
}
.search_resaults_repeater {
    width: 100%;
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 500px;
}
.search_resaults_item_repeater {
    width: 100%;
    float: right;
    background-color:#fff;
    padding:15px;
    box-sizing:border-box;
    border-bottom: 3px solid #e6e6e6;
    margin-bottom:25px;
}
.search_resaults_content {
    width: calc(100% - 171px);
    float: right;
    margin-right:20px;
}
.search_resaults_img {
    width: 150px;
    float: right;
    border-left: 1px solid #ccc;
}
.resaults_repeater_name {
    margin-bottom: 7px;
}
.resaults_repeater_title {
    margin-bottom: 5px;
    overflow: hidden;
    visibility: visible;
    height: 20px;
}
.resaults_repeater_text {
    overflow: hidden;
    visibility: visible;
    max-height: 50px;
}
.search_web_field_container input {
    width: 100%;
    float: left;
    direction: rtl;
    font-size: 15px!important;
    text-align: right;
    color: #082733 !important;
    border-top: 1px solid #e6e6e6 !important;
    border-bottom: 1px solid #e6e6e6 !important;
    border-right: 1px solid #e6e6e6 !important;
    border-left: 0px solid #e6e6e6 !important;
    padding: 4px!important;
    line-height:1em!important;
    font-weight:400 !important;
    -webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.search_web_btn_container {
	width: 25px;
	left:3px;
	top:3px;
	position:absolute
}
}

/* cart header */
 .button.hollow:hover, .button.hollow:focus {
  border-color: #f4f4f4;
  color: #082733;
}
.continue_button {
	float: left;
	width: auto;
	font-size: 14px!important;
	font-weight: 400;
	text-align: center;
	display:inline-block;
	color: #082733;
	margin-right:10px!important;	
	text-decoration:underline;
	padding:1px 3px 1px 3px;
}
.continue_button:hover {
	background-color: #082733;
	color:#fff;
	text-decoration:none;
}
.clean_cart {
	float: left;
	width: auto;
	font-size: 14px!important;
	font-weight: 400;
	text-align: center;
	display:inline-block;
	color: #b00;
	text-decoration:underline;
	padding:1px 3px 1px 3px;
}
.clean_cart:hover {
	background-color: #ff0013;
	color:#fff;
	text-decoration:none;
}
.popupButton {
	width: auto;
	float: left;
	padding-left:15px;
	padding-right:15px;
	text-align: center;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	cursor: pointer;
	line-height: 2.2em;
	font-size:21px;
	background-color: transparent;
	color:#082733;
	font-weight:600;
	border: solid 2px #082733;
}
.popupButton:hover {
	width: auto;
	float: left;
	padding-left:15px;
	padding-right:15px;
	text-align: center;
	line-height: 2.2em;
	font-size:21px;
	background-color: #082733;
	color:#fff;
	font-weight:600;
	border: solid 2px #082733;
}
.popupButton:focus {
	width: auto;
	float: left;
	padding-left:15px;
	padding-right:15px;
	text-align: center;
	line-height: 2.2em;
	font-size:21px;
	background-color: #082733;
	color:#fff!important;
	font-weight:600;
	border: solid 2px #082733;
}
.errorMassage {
	float: right;
	width: 100%;
	padding:0px;
	margin:0px;
	font-size: 12px;
	direction: rtl;
	font-weight: 400;
	text-align: left;
}
.menu_cart_toggle_container {
	float: right;
	display: block;
	width: auto;
}
input.toggle ~ div {
    height: 0px;
    margin: .0rem;
    overflow: hidden;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -o-transition: 0.2s all;
    -webkit-box-shadow: 0px 12px 15px 0px rgba(184,184,184,0.2);
	-moz-box-shadow: 0px 12px 15px 0px rgba(184,184,184,0.2);
	box-shadow: 0px 12px 15px 0px rgba(184,184,184,0.2);
	opacity:0;
	z-index:100000;
}
input.toggle:checked ~ div {
	height: auto;
	opacity:1;
}
input.toggle:checked + label {
	
}
input.toggle {
	display: none;
}
.shoppingDiv_title {
	float: right;
	width: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f4f4f4;
	padding-bottom: 12px;
	margin-top: 15px;
	margin-right: 5%;
	margin-bottom: 12px;
	margin-left: 5%;
	direction: rtl;
}
.shopping_title_text {
	float: right;
	width: auto;
	font-size: 15px;
	font-weight: 400;
	color: #082733;
	text-align: right;
	direction: rtl;
	margin-top:0px;
}
.shoppingDiv_title i {
	float: right;
	color: #082733;
	line-height:1.2em;
	margin-left:5px;
}
.shoppingDiv_item_con {
	float: right;
	width: 90%;
	font-size: 15px;
	font-weight: 400;
	color: #082733;
	text-align: left;
	border-bottom: 1px dotted #e6e6e6;
	padding-bottom: 12px;
	margin-top: 0px;
	margin-right: 5%;
	margin-bottom: 12px;
	margin-left: 5%;
	position:relative;
	position:relative;
}
.shoppingDiv_item_con:last-child {
	border-bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.shoppingDiv_item_img_and_quantity {
	float: right;
	width: 62px;
	margin-left: 8px;
}
.shoppingDiv_item_img {
	float: left;
	width: 62px;
	height: 69px;
	margin-left: 0%;
}
.shoppingDiv_item_img img {
	float: left;
	width: 100%;
	margin-right: 0px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 0px solid #e6e6e6;
	box-sizing: border-box;
}
.shoppingDiv_item_name {
	float: right;
	width: calc(65% - 25px);
	font-size: 15px;
	font-weight: 400;
	color: #082733;
	text-align: right;
	line-height: 1.2em;
	margin-bottom:3px;
	overflow: hidden;
	visibility: visible;
	direction:rtl!important;
}
.shoppingDiv_item_title {
	float: right;
	width: calc(65% - 25px);
	font-size: 15px;
	font-weight: 400;
	color: #6d6e71;
	text-align: right;
	line-height: 1.2em;
}
.shoppingDiv_item_price_left {
	float: right;
	width: calc(65% - 25px);
	font-size: 14px;
	font-weight: 700;
	color: #082733;
	text-align: right;
	line-height: 1.2em;
	margin-top:3px;
	direction: rtl;
}
.shoppingDiv_item_quantity {
	float: right;
	width: 100%;
	font-size: 15px;
	font-weight: 400;
	color: #666;
	text-align: right;
	line-height: 1.6em;
	margin-right: 0%;
}
.shoppingDiv_item_quantity input {
	float: right;
	width: 100%;
	font-size: 19px;
	font-weight: 400;
	color: #082733;
	text-align: center;
	line-height: 1.6em;
	border: 1px solid #e6e6e6;
	direction:ltr !important;
}
.shoppingDiv_item_price {
	float: right;
	width: 15%;
	font-size: 12px;
	font-weight: 400;
	color: #082733;
	text-align: right;
	line-height: 2.1em;
}
.shoppingDiv_item_delete {
	float: left;
	width: auto;
	margin-top: 0px;
	color: #b00 !important;
	font-size: 19px!important;
	position: absolute;
	left: 10px;
	top: 25px;
}
.menu_cart_buttons_down {
	float: right;
	width: 90%;
	padding-left:5%;
	padding-right:5%;
	margin-top:15px;
	margin-bottom:15px;
}
.shoppingDiv_button {
	float: right;
	width: 100%;
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	line-height: 2.3em;
	background-color: #082733;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 8px;
	margin-left: 5%;
	-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;
	box-sizing:border-box;
	display:inline-block;
	border: 1px solid #082733;
}
.shoppingDiv_button:hover {
	background-color: #082733;
	border: 1px solid #082733;
	color:#fff;
}
.cart_total_container {
	padding: 2%;
	border: 1px dashed #666666;
	float: left;
	clear: none;
	font-size: 16px;
	font-weight: 400;
	color: #0085CC;
	text-align: left;
	line-height: 1.8em;
	width: 96%;
	text-decoration: none;
	margin-bottom: 30px;
}
.cart_total_container_title {
	float: left;
	font-size: 16px;
	font-weight: 400;
	color: #0085CC;
	text-align: left;
	line-height: 1.8em;
	width: auto;
	text-decoration: none;
	margin-right: 10px;
}
#cart_total {
	width: auto;
	text-decoration: none;
	float: left;
}

.shoppingDiv .plus_minus_header_and_products {
  float: right;
  width: 25px;
  height: 71px;
  display:block;
}
.shoppingDiv .plus_minus_container {
  float:right;
  width: 24px;
  height: 86px;
}
.shoppingDiv .plus-minus-input {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.shoppingDiv .plus-minus-input .input-group-field {
	text-align:center;
	border: 1px solid #e6e6e6;
	height: 23px;
	padding:0!important;
}
.shoppingDiv .plus-minus-input .input-group-field::-webkit-inner-spin-button,
.shoppingDiv .plus-minus-input .input-group-field ::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}
.shoppingDiv .plus-minus-input .input-group-button .circle {
  cursor:pointer;
}
.shoppingDiv .input-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: block;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.shoppingDiv .input-group-button {
  text-align: center;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.shoppingDiv .button.hollow {
    border: 1px solid #e6e6e6;
    color: #082733;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -o-transition: 0.2s all;
    height: 26px;
	font-size:19px
}
.shoppingDiv .button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
  border: 1px solid #e6e6e6;
  height: 23px;
	width:24px;
 font-size:19px;
}
.products_cart_left_btn {   
    width: calc(100% - 120px);
    margin-right: 10px;
    float: left;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 9px;
    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: #fff;
}
.products_cart_right_btn {   
    width: 110px;
    float: right;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 9px;
    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: #fff;
    background-color:#082733;
}

.cart_item_description_deal {
	float: right;
	margin-top:5px
}
.cart_item_container_name_cart_all_pages {
	float: right;
	width: 100%;
	font-size: 12px!important;
	font-weight: 400;
	text-align: right;
	line-height: 1.2em;
	margin-bottom: 0px;
}
.cart_item_description_deal {
	width: auto;
	margin-top: 7px;
	font-size:12px!important;
	background-color: rgb(195 162 159);
	padding: 2px 3px 2px 3px;
	border-radius: 2px;
}
.cart_item_description_total {
	width: 150px;
	margin-right:20px
}

@media all and (min-width: 1438px) {
header .shoppingDiv {
	float: left;
	width: 334px;
	position: fixed;
	left: 0px;
	background-color: #fff !important;
	top: 110px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f9f9f9;
}
header.smaller .shoppingDiv {
	top: 70px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
}

@media all and (max-width: 1439px) and (min-width: 769px) {
header .shoppingDiv {
	float: left;
	width: 334px;
	position: absolute;
	left: 0px;
	background-color: #fff !important;
	top: 70px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f9f9f9;
}
header.smaller .shoppingDiv {
	top: 70px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
}

@media all and (max-width: 768px) and (min-width: 481px) {
header .shoppingDiv {
	float: right;
	width: 100%;
	position: fixed;
	right: 0!important;
	left:0;
	top: 85px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	background-color: #fff !important;
}
header.smaller .shoppingDiv {
    top: 51px;
}
}

@media (max-width: 480px) and (min-width: 319px) {
header .shoppingDiv {
	float: right;
	width: 100%;
	position: fixed;
	right: 0!important;
	left:0;
	top: 85px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	background-color: #fff !important;
}
header.smaller .shoppingDiv {
    top: 51px;
}
}

@media (max-width: 320px) {
header .shoppingDiv {
	float: right;
	width: 100%;
	position: fixed;
	right: 0!important;
	left:0;
	top: 85px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	background-color: #fff !important;
}
header.smaller .shoppingDiv {
    top: 51px;
}
}
/* header langs */
.wrapper_langs {
  max-width: 100%;
  margin: 0 auto;
}
.wrapper_langs ul ul {
  display: none;
}
.wrapper_langs ul ul li {
  float: none;
}
.wrapper_langs li {
  float: left;
}
.wrapper_langs li a {
  text-decoration: none;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0px;
}
.wrapper_langs li a:link, .wrapper_langs li a:visited {
}
.wrapper_langs li a:link:hover, .wrapper_langs li a:visited:hover {
}
.wrapper_langs li:hover ul {
  display: inline-block;
  position: absolute;
  padding:0 !important;
  margin:0 !important;
	z-index:10000000000000000000000000!important
}
input.toggle2,
label.toggle2 {
  display: none;
}
label.toggle2 {
    z-index:100000000000!important;
    position:relative;
}
.wrapper_langs ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
.wrapper_langs li a {
	padding-top: 9px;
	padding-bottom: 11px;
	background: transparent;
	font-size: 17px;
}
.wrapper_langs li a i  {
	font-size: 16px!important;
}
.wrapper_langs li a:hover {
	color: #f85e4c;
	background: transparent;
}
.wrapper_langs li {
	position: relative;
	z-index: 1000000!important;
	height:35px;
}
.wrapper_langs li ul {
	position:absolute;
	left:0px;
	top: 41px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	z-index:1!important
}
.wrapper_langs li ul li a {
	width:108px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 5px;
	color:#082733;
	background:#fff;
	font-size:15px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6 !important;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	direction: ltr;
}
.wrapper_langs li ul li a:hover {
	color:#f85e4c;
	background:#fff;
}
.wrapper_langs li ul li img {
	width:25px;
	float:left;
	margin-right:5px;
	top: 0px!important;
}
.wrapper_langs li a img {
	width: 18px;
	margin-right: 5px;
	position: relative;
	top: 0px;
}
.langs_container {
    float: left;
    width: auto;
    margin-left: 0;
    padding-right:15px;
    position:relative;
    z-index:10000000000000!important;
    height:40px;
}
@media all and (min-width: 1438px) {

}
@media all and (max-width: 1439px) and (min-width: 769px) {

}
@media all and (max-width: 768px) and (min-width: 481px) {
.langs_container {
    height:33px;
}
.wrapper_langs li ul {
	top: 35px;
}
.wrapper_langs li a {
	padding-top: 8px;
	padding-bottom: 7px;
	font-size:15px
}
.wrapper_langs li a img {
    width: 17px;
}
.langs_container {
    margin-left: 0px;
}
}
@media all and (max-width:480px) and (min-width:319px) {
.langs_container {
    height:33px;
}
.wrapper_langs li ul {
	top: 35px;
}
.wrapper_langs li a {
	padding-top: 8px;
	padding-bottom: 7px;
	font-size:15px
}
.wrapper_langs li a img {
    width: 17px;
}
.langs_container {
    margin-left: 0px;
}
}
@media all and (max-width:320px) {
.langs_container {
    height:33px;
}
.wrapper_langs li ul {
	top: 35px;
}
.wrapper_langs li a {
	padding-top: 8px;
	padding-bottom: 7px;
	font-size:15px
}
.wrapper_langs li a img {
    width: 17px;
}
.langs_container {
    margin-left: 0px;
}
}
