select::-ms-expand {
    display: none;
}


.smc-block-title{
	background: #d5d5d5;
    background: linear-gradient(180deg, #dbdbdb 30%, #f5f5f5 100%);
    height: 52px;
    line-height: 50px;
    margin-bottom: -2px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 20px;
    color: #282828;
    font-size: 107.69%;
    cursor: pointer;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.smc-block-title {
    border-bottom: 2px solid #82c83b;
}

.smc-block-title::after {
    float: right;
    margin-top: 15px;
    content: '\f0c9';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 17px;
}

.smc-wrap-fixed{
	position: fixed;
    top: 0px;
    right: 100%;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
    z-index: 100;
    transition: all 0s ease-out 0.2s;
}

.smc-wrap-fixed.eiFmjC {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
    z-index: 100;
    right: 0px;
    transition: right 0s ease-out 0s;
}

.smc-wrap-fixed.eiFmjC:hover .sambar-inner,
.smc-wrap-fixed.eiFmjC .sambar-inner{
	opacity: 1;
    visibility: visible;
    margin-top: 0;
	position:static;
}

.smc-wrap-fixed.eiFmjC  .smc-overlay{
	position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    transition: opacity 0.2s ease-out 0s;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 1;
}

.smc-wrap-fixed .smc-content {
	opacity:0;
	visibility:hidden;
}

.smc-wrap-fixed.eiFmjC .smc-content {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 285px;
    background-color: white;
    transition: transform 0.2s ease-out 0s;
    transform: translateX(0px);
	padding:0;
	opacity:1;
	visibility:visible;
}

.smc-wrap-fixed.eiFmjC .smc-content-inner {
	padding:40px 15px;
	height: 100%;
	overflow: hidden auto;
}

.smc-wrap-fixed.eiFmjC .sm_megamenu_menu > li{
	margin:0 -15px;
}

.smc-wrap-fixed.eiFmjC ul.sm_megamenu_menu{
	padding:0;
}

.smc-logo-close{
	border-bottom:1px solid #ddd;
	padding:0 ;
	display:flex;
	flex-wrap:nowrap;
	justify-content: space-between;
	align-items: center;
	padding-bottom:20px;
	margin-bottom:20px;
}

.smc-wrap-fixed.eiFmjC .sm_megamenu_menu > li a.sm_megamenu_head{
	border-bottom:none;
}

.smc-logo-close img{
	max-width:200px;
}

.smc-close{
	line-height:100%;
}

.smc-close svg{
	cursor:pointer;
	font-size:20px;
    width: 16px;
    height: 16px;
    transform: rotate(0deg);
    fill: currentcolor;
	color:#000;
}

.smc-wrap-fixed.eiFmjC .more-w .more-view{
	padding:10px 0;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth{
	 transition: all 0s ease-in-out 0.3s;
	 opacity:0;
	 visibility:hidden;
	 top:80px;
	 left:100%
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns{
	top:80px;
	 opacity:1;
	 visibility:visible;
}

