@media screen and (max-width: 1920px) and (min-width: 1681px) {
    
}


@media screen and (max-width: 1680px) and (min-width: 1367px) {
    
	
}

/* MEDIA SCREEN 1199 */
@media screen and (max-width: 1366px) and (min-width: 1025px) {
    
}
/* MEDIA SCREEN 770 to 1199 tablet landscape */
@media screen and (max-width: 1024px) and (min-width: 770px) {
    
}
/* MEDIA SCREEN 768 to 991 tablet */
@media screen and (max-width: 991px) and (min-width: 768px)  {
    
}
/* MEDIA SCREEN 320 to 767 Mobile */
@media screen and (max-width: 767px) and (min-width: 320px)  {
	#top-header .nav,
	#top-header .nav .navbar {
		position: relative;
		width: 100%;
		float: unset !important;
		margin: 0px;
	}
	.nav .navbar-nav {
		margin-top: 15px;
		padding-top: 15px;
		border-top: 1px solid #eee;
	}
	#btm-header .dropdown {
		margin-bottom: 15px;
	}
	.navbar-toggler {
		margin: 0px auto;
	}
	.card.product {
		width: 100% !important;
	}
	.products .d-flex {
		display: unset !important;
	}
	.prod-thumbnails {
		display: flex;
		flex-wrap: nowrap;
	}
	.prod-thumbnails img {
		width: 30%;
		margin-right: 1%;
	}
}