@media (max-width: 1000px) {

	.navbar {
		text-align: right;
	}

	.navbar li {
		display: block;
		margin: 10px 0px;
	}

	.product-info-description {
		padding: 25px;
	}

	.welc-text-container > div:first-child {
		font-size: calc(3vw + 12px);
		width: 100%;
	}

	.welc-text-container > div:nth-child(2) {
		width: 100%;
		padding: 2.5%;
	}

	.header-container-top {
		width: 300px;
	}

	.header-top-left span, #footer {
		display: none;
	}

	.tooltip {
		padding-left: 5px;
	}

	.contact-page-container>table>tbody>tr>td {
		width: 100% !important;
		max-width: 500px;
		margin: 0 auto;
		display: block;
		text-align: left;
	}

	.contact-page-container>table>tbody>tr {
		display: flex;
    	flex-direction: column-reverse;
	}

	.contact-page-container>table>tbody>tr>td iframe {
		height: 300px !important;
    	position: relative !important;
    	top: 0px !important;
	}

	#cntFrm, #cntFrmDe {
		width:  100%;
	}

	#footer-mobile {
		display: block;
		box-shadow: inset 0px 1px 3px rgba(0,0,0,0.3);
	}

	.welc-text-container,.welc-text-logos-mobile {
		display: block;
	}

	.welc-text-logos {
		display: none;
	}
}

@media (max-width: 805px) {

	#hero.fotorama>.fotorama__wrap>.fotorama__stage>.fotorama__stage__shaft .fotorama__img {
		height: calc(200px + 20vh) !important;
		width: calc(640px + 64vh) !important;
		top: 0px !important;
		left: calc(50vw - 32vh - 320px) !important;
	}

	.product-info-image, .product-info-description, .slide-text-container {
		width: 100%;
	}

	.nav-container {
		top: 0px;
		right:-300px;
		width: 300px;
		height: 100%;
		position: fixed;
		transition: .3s;
		background-color: white;
		z-index: 90;
		padding-top: 60px;
	}

	body.mobile-menu-open .nav-container {
		right: 0px;
		transition: .3s;
	}

	.nav-container li, .hamburger {
		display: block;
	}

	.nav-container li a {
		display: inline-block;
    	font-size: calc(12px + 2vw);
    	padding: 2vw;
    	width: 100%;
	}

	.logo {
		float: none;
		width: 90%;
    	margin: 0 auto;
    	max-width: 300px;
	}

	.product-info-image {
		padding-right: 0px;
	}

	.grid-item {
    	width: calc(100%/2 - 0.3%);
    	margin-top: 1%;
    	height: calc(100px + 30vw);
    	background-position: bottom;
    }

	.grid-item > a > h2 {
		font-size: 8vw;
	}

	.grid-item > a > h5 {
		font-size: calc(12px + 1.5vw)
	}

	.slide-text-container > h2 {
	    font-size: calc(12px + 2vw); 
	}

	.main-content {
		padding: 1%;
	}

	.main-content h2 {
		text-align: center;
	}

	.button {
		width: 90%;
   		display: block;
    	margin: 10px auto;
    	text-align: center;
	}

	.product-cnt {
		display: flex;
		flex-direction: column-reverse;
	}

	.flrgth {
		float: none;
	}

}