#frame_header_right .search-panel
{

	display:none;
}
#frame_header_top .mobSubscribeButton
{
	padding-top:6px!important;
	padding-bottom:6px!important;
}
#frame_header_top #top_subscribe_link
{
	font-size:15px;
}
#frame_menu
{
	position: absolute!important;
	left: 0px;
	top:0px;
	height:100%;
}
#frame_header_right
{
	float:right;
}

.search-panel .searchTextBox
{
	/* width: calc(100% - 36px); */
	border: none;
	
}

.search-panel .searchTextBox {
    text-overflow: ellipsis;
    height: 39px;
    width: calc(100% - 166px);
    border: none;
    border-left: 1px solid #f3eded;
}
.search-panel .searchTextBox {
    width: calc(100% - 166px);
}
.mob_sidebar_menu {
    /*background-color: white!important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);*/
    /*overflow: hidden;
    z-index: 11111!important;
	height: 100%;*/
	height: -webkit-fill-available;
}
.mob_main_catlist,.mob_sub_catlist,.mob_child_catlist
{
	width: 100%;
	display: block;
	padding: 20px 16px 16px 16px;
	text-align: left;
	border: none;
	white-space: normal;
	float: none;
	outline: 0;
	text-decoration: none;
	/*font-weight: 700;*/
	border-bottom: 1px solid #e6dfdf;
	font-size: 16px;
}
.mob_sub_catlist,.mob_child_catlist
{
	/*font-weight: 100;*/
    font-size: 15px;
}
.mob_child_catlist
{
	/*color: #2371e6;*/
    font-size: 14px;
    padding: 12px 18px;
    /*font-weight: 500;*/
}
#menu_medium
{
	display:none;
	position: relative;
	width: 84%!important;
	background-color: white!important;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	z-index: 11111!important;
	/*height:100%;*/
	overflow-x: hidden;
}

.headTitleCat .mob_main_catlist_list
{
	width:100%;
}
#mobNavbOpenButton
{
	left: 14px;
    width: 30px;
    cursor: pointer;
    margin-right: 18px;
    margin-top: 16px;
    margin-bottom: 0px;
    margin-left: 0px!important;
    position: relative;
    top: 1px;
    font-size: 22px;
    margin-left: 14px;
    color: #5a3d26;
    font-weight: bold;
    padding: 0px 0px 2px 3px !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.01);
}
.menu_left_side
{
	position: absolute;
    top: 0px;
    z-index: 11111;
    width: 101%;
	background-color: white;
	animation: animateleft 0.4s;
	height: 100%;
	overflow-y: scroll;
}
.moreMenuBtn
{
	display:none;
}
.parentCatLeftSide
{
	position: unset;
	width:100%;
}

.subCatLeftSide
{
	display:none;
}
.headertitle
{
	font-size: 17px!important;
    font-weight: bolder;
	color:white!important;
}
.subCategoryRightList
{
    float: left;
    height: 100%;
	-webkit-columns: 1;
	-webkit-columns: auto;
    -moz-columns: auto;
    columns: 1;
	width:100%;
}
.menu_right_side
{
	width:101%;
	height: 100%;
    z-index: 11111111111;
    position: absolute;
    top: 0px;
	overflow-y: scroll;
	padding: 0px;
	animation: animateleft 0.4s;
}
.angle_leftIcon
{
	padding-right: 10px;
	font-size: 22px;
	font-weight: 600;
}
.subCategoryRightList li
{
	margin-left:0px;
}
.subCategorylist
{
	border-bottom:1px solid #e6dfdf;
}
#userDropdown
{
	width: 160px;
    top: 90px;
    left: calc(100% - 180px);
    background: #fff;
    max-height: 380px;
	position:fixed;
}
@media (min-width:600px)	
{
	#menu_medium
	{
		width:50%!important;
	}
}