@media screen and (max-width:1000px) {
	.nav-res .fa-times{display:none}
	.nav-res.active .fa-times,.nav-res .fa-bars{display:block}
	.nav-res.active .fa-bars{display:none}
	.navbar {display:block}
	.navbar ul li{display:block;float:none}
	.nav-res{position:absolute; right:0; top:-40px}
	.header-row .navbar{position:absolute; right:0; top:-22px; background:#5cb85c; 
	z-index:99;width:206px; display:none}
	.navbar-nav > li > a {padding-top: 9px;padding-bottom: 7px;border-bottom: 1px solid #62f24d;}
	.navbar-nav > li:last-child a{border:none}
	.header-row .dropdown{float: none;display: block;}
	.navbar .navbar-nav > li > .dropdown-menu{position: relative;box-shadow: none;border: none;width: 100%;border-radius: 0; transition:all 0.5s ease}
	.ss-watch-hd .dropdown-menu{float: right;right: 0;width: 300px;left: auto;}
	.navbar .navbar-nav {margin: 0;}
	.navbar ul li{width:100%}
	.navbar .navbar-nav > li > .dropdown-menu{background:#fff;}
}

@media screen and (max-width:800px) {
	.forgot-row a{color:#fff;}
	.header-top-btm .text-right{text-align:left; margin: 20px 0; }
}


@media screen and (max-width:500px) {
	.container-middle,.ss-watch-vk-inner-row input {width:95%}
	.order-details-section .details-cntr{width:100%}
	.header-top-btm .input-group{width:100%}
	.header-top-btm #custom-search-input{width:100%}
}




