.smartbar_wrapper {
	padding: 10px 0;
}
.main_menu .smartbar_wrapper {
    display: none !important;
}


@media only screen and (max-width: 767px) {
    .smartbar_wrapper {
        padding: 10px 0;
        margin-bottom: -40px;
        z-index: 999999;
        position: relative;
    }
    .smartbar-close-btn {
        width: 16px !important;
        height: 16px !important;
        line-height: 15px !important;
        margin: 0 8px !important;
    }
    .smartbar-close-btn .fa {
        font-size: 12px !important;
    }

    /*
    .isl-smartbar .header7 .container .header {
        height: 140px;
    }
    .smartbar_wrapper {
        position: relative;
        z-index: 99999;
    }
    body > .smartbar_wrapper:first-child {
        display: none !important;
    }
    .isl-smartbar .main_menu .smartbar_wrapper {
        display: block !important;
        padding: 20px 0;
    }
    */
}

.smartbar_wrapper .container {
	margin-left: auto;
	margin-right: auto;
}
.smartbar-close-btn{
	display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #fff;
    text-align: center;
    vertical-align: middle;
    -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;
    font-size: 9px;
    margin-right: 20px;
    margin-left: 20px;
    color: #fff;
}

.smartbar-close-left{
	float:left;
	position: relative;
	z-index: 999999;
	touch-action: none;
}

.smartbar-close-right{
	float:right;
	position: relative;
	z-index: 999999;
	touch-action: none;
}
