/* Header LG */
#header_lg {
	position:fixed;
	z-index:999;
	width:100%;
	height:90px;
	top:0;
	left:0;
	right:0;
    -webkit-transition: all 300ms ease-in-out;
       -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
         -o-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
}

#header_lg_top {
	position:relative;
	height:50px;
	background: #fff;
}

#header_lg_top_left{
	position:absolute;
	left:0px;
	height:100%;
	width:200px;
}

#header_lg_bot{
	position:absolute;
	height:50px;
	background: #72a301;
}

#header_lg_bot_left{
	position:absolute;
	left:0px;
	height:100%;
	width:300px;
}

#header_lg_bot_center{
	position:absolute;
	max-width:423px;
	right:0px;
	left:0px;
	margin:auto;
	height:100%;
}

/* Header LG - icons */
#header_lg_icons{
	position:absolute;	
	top:0px;
	bottom:0px;	
	width:390px;
	left:210px;
	direction:ltr;
	padding-top:5px;
}

/* Header LG - User area button */
#header_lg_user{
	position:absolute;	
	top:0px;
	bottom:0px;	
	left:0px;
	width:200px;
	background-color:#e6eef0;
	border-right:1px solid #d8e3e7;
}

#header_lg_user_menu{
	position:absolute;	
	top:0px;
	bottom:0px;	
	left:0px;
	width:200px;
	background-color:#e6eef0;
	border-right:1px solid #d8e3e7;
}

/* Header LG - Search */

#search_lg_wrapper{
	position:absolute;
	top:0px;
	right:0;
	bottom:0px;
	left:0;
	width:375px;
	margin:auto;
}

#search_lg_panel{
	position:absolute;
	top:10px;
	right:0;
	bottom:10px;
	width:216px;
	background:white;
	border-radius:15px;
	border:1px solid #ced4da;
	transition:box-shadow .15s ease, border-color .15s ease;
}

#search_lg_panel:focus-within{
	border-color:#e1fabc;
	box-shadow:0 0 0 .12rem rgba(225,252,189,.5); 
}

#search_lg{
	position:absolute;	
	top:2px;
	right:8px;
	bottom:2px;
	left:30px;
	border:none;
	color:#333333;
}
#search_lg::placeholder{
	color:#585858 !important;
	opacity:1;
}

#search_lg:focus {
    outline: none;
    box-shadow: none;
}

#search_lg_btn{
	position:absolute;	
	top:0px;
	bottom:1px;
	left:0px;
	width:27px;
	padding:1px 3px 0 0;
	transition:opacity .2s ease, transform .2s ease;
}

#search_lg_clear{
	position:absolute;	
	top:0px;
	bottom:3px;
	left:2px;
	width:27px;
	cursor:pointer;
	padding:0 0 0 3px;
	line-height:0px;
	transition:opacity .2s ease, transform .2s ease;
}

.icon-visible{
	opacity:1;
	pointer-events:auto;
}

.icon-hidden{
	opacity:0;
	pointer-events:none;
}

#search_lg_region{
	position:absolute;
	top:10px;
	bottom:10px;
	left:0px;
	width:150px;
	background:white;
	border-radius:15px;
	border:1px solid #ced4da;
	overflow:hidden;
	transition:box-shadow .15s ease, border-color .15s ease;
}

#search_lg_region:focus-within{
	border-color:#e1fabc;
	box-shadow:0 0 0 .12rem rgba(225,252,189,.5);
}

#search_lg_region .input-group{
	height:100%;
	margin:0 !important;
	border:none !important;
	border-radius:15px !important;
}

#search_lg_region select{
	height:100%;
	border:none !important;
	box-shadow:none !important;
	background:transparent;
	padding-right:12px;
}

#search_lg_region select:focus{
	outline:none;
	box-shadow:none !important;
}

#search_lg_region .input-group-text{
	border:none !important;
	background:transparent;
	padding:0 8px;
}

/* Logo LG */

#logo_lg{
	position:absolute;
	bottom:4px;
	right:48px;
	height:93px;
	cursor:pointer;
    -webkit-transition: all 300ms ease-in-out;
       -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
         -o-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
}

#logo_lg_text{
	position:absolute;
	bottom:60px;
	right:144px;
	height:15;
	z-index:999;
	cursor:pointer;
    -webkit-transition: all 300ms ease-in-out;
       -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
         -o-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
}

/* Header SM */
#header_sm{
	position:fixed;
	z-index:99;
	width:100%;
	height:90px;
	top:0;
	left:0;
	right:0;
    -webkit-transition: all 300ms ease-in-out;
       -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
         -o-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
}

/* Header SM Top */

#header_sm_top{
	height:45px;
	direction:ltr;
	background-color:white;
}

/* Header SM Top - Icons */

#header_sm_icons{
	padding-left:9px !important;
}


/* Header SM Top - User  */

#header_sm_user{
	position:relative;
	width:90px;
	max-width:90px;
	background-color:#e9f4f5;
	border-right:1px solid #d8e3e7;
}

#header_sm_user_icon{
	position:absolute;	
	top:0px;
	right:0px;
	bottom:0px;	
	left:0px;
}

#header_sm_user_menu{
	position:absolute;	
	top:0px;
	right:0px;
	bottom:0px;	
	left:0px;
	direction:rtl;
}

/* Header SM Center */

#header_sm_center{
	position:relative;
	height:39px;
	padding:0px !important;
	background-color:#72a301;
	direction:ltr;
}

/* Header SM Center - Cats */

#header_sm_cats{
	text-align:left;
	direction:rtl;
	padding:8px 0 0 6px !important;
}

.cats_menu_sm{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 99999;
	visibility: hidden;
	pointer-events: none;
	direction:rtl;
}

.cats_menu_sm.open{
	visibility: visible;
	pointer-events: auto;
}

.cats_menu_sm_overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.55);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.cats_menu_sm.open .cats_menu_sm_overlay{
	opacity: 1;
}

.cats_menu_sm_panel{
	position: absolute;
	top: 0;
	left: 0;
	width: 85%;
	max-width: 380px;
	height: 100%;
	background: #fff;
	color: #222;
	transform: translateX(-100%);
	transition: transform 0.3s ease;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.cats_menu_sm.open .cats_menu_sm_panel{
	transform: translateX(0);
}

.cats_menu_sm_header{
	position:relative;
	display: flex;
	align-items: right;
	direction:rtl;
	padding: 18px 20px;
	border-bottom: 1px solid #ddd;
}

#cats_menu_close{
	position:absolute;
	top:9px;
	left:12px;
	border: 0;
	background: none;
	cursor: pointer;
}

.cats_menu_sm ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.cats_menu_sm li{
	padding: 16px 20px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.cats_menu_sm li:hover{
	background: #f5f5f5;
}


/* Header SM Center - Regions */

#header_sm_regions{
	width:150px;
	max-width:150px;
	text-align:center;
	direction:rtl;
	padding-top:8px !important;
}

.regions_menu_sm{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 99999;
	visibility: hidden;
	pointer-events: none;
	direction:rtl;
}

.regions_menu_sm.open{
	visibility: visible;
	pointer-events: auto;
}

.regions_menu_sm_overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.55);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.regions_menu_sm.open .regions_menu_sm_overlay{
	opacity: 1;
}

.regions_menu_sm_panel{
	position: absolute;
	top: 0;
	left: 0;
	width: 85%;
	max-width: 380px;
	height: 100%;
	background: #fff;
	color: #222;
	transform: translateX(-100%);
	transition: transform 0.3s ease;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.regions_menu_sm.open .regions_menu_sm_panel{
	transform: translateX(0);
}

.regions_menu_sm_header{
	position:relative;
	display: flex;
	align-items: right;
	direction:rtl;
	padding: 18px 20px;
	border-bottom: 1px solid #ddd;
}

#regions_menu_close{
	position:absolute;
	top:9px;
	left:12px;
	border: 0;
	background: none;
	cursor: pointer;
}

.regions_menu_sm ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.regions_menu_sm li{
	padding: 16px 20px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.regions_menu_sm li:hover{
	background: #f5f5f5;
}

/* Header SM Center - Add */

#header_sm_add{
	width:90px;
	max-width:90px;
	text-align:center;
	direction:rtl;
	padding-top:8.6px !important;
	background-color:#ffca2c;
}

/* Header SM Bot */

#header_sm_bot{
	position:relative;
	height:42px;
	padding:0px !important;
	background-color:white;;
	direction:ltr;
	background-color:#e6eef0;
	border-bottom:1px solid #d8e3e7;
}

/* Header SM Search */

#header_sm_search{
	position:relative;
	direction:rtl;
}

#search_sm_panel{
	position:absolute;
	top:6px;
	right:12px;
	bottom:6px;
	left:12px;
	background:white;
	border-radius:15px;
	border:1px solid #a8b3bd;
	transition:box-shadow .15s ease, border-color .15s ease;
}

#search_sm_panel:focus-within{
	border-color:#a8b3bd;
	box-shadow:0 0 0 .12rem rgba(209,215,220,.5); 
}

#search_sm{
	position:absolute;	
	top:2px;
	right:8px;
	bottom:2px;
	left:30px;
	border:none;
	color:#333333;
}
#search_sm::placeholder{
	color:#585858 !important;
	opacity:1;
}

#search_sm:focus {
    outline: none;
    box-shadow: none;
}

#search_sm_btn{
	position:absolute;	
	top:0px;
	bottom:1px;
	left:0px;
	width:27px;
	padding:1px 3px 0 0;
	transition:opacity .2s ease, transform .2s ease;
}

#search_sm_clear{
	position:absolute;	
	top:0px;
	bottom:3px;
	left:2px;
	width:27px;
	cursor:pointer;
	padding:0 0 0 3px;
	line-height:0px;
	transition:opacity .2s ease, transform .2s ease;
}

.icon-visible{
	opacity:1;
	pointer-events:auto;
}

.icon-hidden{
	opacity:0;
	pointer-events:none;
}

/* Header SM Favorites */

#header_sm_favorites{
	width:150px;
	max-width:150px;
	text-align:center;
	direction:rtl;
	padding-top:10px !important;
}


/* Header SM - Logo */
#logo_sm{
	position:absolute;
	bottom:16px;
	right:9px;
	height:63px;
	cursor:pointer;
    -webkit-transition: all 300ms ease-in-out;
       -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
         -o-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
}


#logo_sm_text {
	position: absolute;
	top:45px;
	right:0px;
	height:39px;
	width:90px;
	z-index: 999;
	text-align:center;
	padding-top:7px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	background-color:#8ecb01;
	transition: opacity 300ms ease-in-out,
				visibility 300ms ease-in-out;
}

#logo_sm_text.visible {	
	color:#333300;
	opacity: 1;
	visibility: visible;
}
