/*---------- styles-responsive s ----------*/

.sm-menu-button{border: 1px solid #fff;color: #fff;}

@media (min-width:1199px) {.container{width: 1200px !important;}}

@media (max-width: 991px) {
	
}

@media (max-width: 767px) {
    .inner{display: none !important;}
	
}

@media (max-width: 479px) {
	header .search .form-control {
		width: calc(100% - 71px);
		float: left;
		max-width: inherit;
		min-width: inherit;
	}
	.dropdown-menu-large>li>ul>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #fff;
    white-space: normal;
	}
    .dropdown-menu-large .dropdown-header {
    color: #fff;
    font-size: 18px;
    }
    .buy-now img{width:50%;height: auto;}
    
    .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    background: transparent;
}

}

@media (max-width: 360px) {
	
	.dropdown-menu-large>li>ul>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #fff;
    white-space: normal;
	}
    .dropdown-menu-large .dropdown-header {
    color: #fff;
    font-size: 18px;
    }
    .buy-now img{width:50%;height: auto;}
}


/*---------- styles-responsive e ----------*/