﻿/*X-Small devices (portrait phones, less than 576px)*/
/*No media query for `xs` since this is the default in Bootstra*/


/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.hide-lightbox {
		display: none;
	}
	.short-brand{
		width:20%!important;
	}
	.sm-only{
		display:none!important;
	}
	.prod-img {
		padding: 20px;
		border: 1px solid gainsboro;
	}
	.prod-img-display {
		max-height: 800px;
		width: auto;
	}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	#navbarCollapse{
		position:absolute;
		right:0;
	}
	.qty-width
	{
		width:50%;
	}
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	.lg-vh-100 {
		min-height: 100vh !important;
	}
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1800px) {
	.carousel-item {
		max-width: 100% !important;
	}
}


/*X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

	.carousel-item{
		height:15em!important;
	}
	.carousel {
		margin-bottom: 1rem!important;
	}
	.dropdown-menu {
		border:none!important;
		padding-left:0;
		padding-right:0;
		background-color:whitesmoke;
	}
	.social-media-tag{
		display:none!important;
	}
	footer{
		margin-bottom:40px!important;
	}
	.social-media-mob {
		position: fixed;
		bottom: 0;
		left: 0;
		height: 40px;
		width: 100%;
		z-index: 222;
	}
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
	fprivategallery
	.display-lightbox {
		display: none;
	}
	.contact-header{
		text-align:left;
		margin-top:10px;
	}
	.mob-navbar{
		margin-left:10px;
	}
	.contact-main-header {
		font-weight:bold!important;
	}
	.cont-cont {
		padding-left: 0;
		padding-right: 0;
	}
	.short-brand
	{
		border-bottom:1px solid gainsboro;
	}
	.xl-only{
		display:none!important;
	}
	.prod-img{
		padding:0!important;
	}
	.prod-img-display {
		max-height: 100%!important;
	}
	#HomeCarousel {
		margin-top: 45px;
	}
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
	.carousel-control {
		width: 30px !important;
	}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {

}

/*X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {

}

/* XX-Large devices (larger desktops)
No media query since the xxl breakpoint has no upper bound on its width*/



@media (min-width: 768px) and (max-width: 1199.98px) {
}


@media (min-width: 768px) and (max-width: 1199.98px) {
	
}