*{
	margin: 0px;
	padding: 0px;
}
h1{
    padding: 0;
    margin: 50 0 0 0;
    text-align: center;
    font-weight: 900;
}
@media screen and (max-width: 1180px){
	#carouselExampleCaptions{
		display: none;
	}
	#piperMobileSlider{
		display: block;
	}
}
@media screen and (min-width: 1181px){
	#carouselExampleCaptions{
		display: block;
	}
	#piperMobileSlider{
		display: none;
	}
	#about-our-products{
		position: -webkit-sticky; 
		position: sticky; top: 8vh; 
	}
}
.carousel-inner{
	margin-top: 1px;
}
.carousel-caption h5{
	font-size: 34px;
	text-shadow: 0px 0px 10px black;
}
.carousel-caption p{
	font-size: 24px;
	text-shadow: 0px 0px 5px black;
}
.carousel-caption a{
	text-decoration: none;
	color: #fff;
	opacity: 0.8;
	transition: all 1s;
}
.carousel-caption a:hover{
	text-decoration: none;
	color: #fff;
	opacity: 1;
}
.hide-product-info{
	display: none;
}
.price-tag{
    font-size: 18px;
    padding: 5px 0;
}
#you-should-know{
	width: 100%;
	background: #b100b1;
	padding-bottom: 20px;
}
#you-should-know h5{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
}
#you-should-know p{
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding: 5px 0px;
	line-height: 26px;
}
#you-should-know a{
	text-decoration: none;
	color: #eee;
}
#you-should-know .fa{
	padding-left: 10px;
	padding-right: 4px;
}
.product-image img{
	width: 100%;
	margin: 0px;
}
.btn-for-categories{
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 16px;
}
.btn-for-categories.active{
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 4px #ccc;
}
.tab-content{
	display: none;
}
.tab-content.active{
	display: block;
}
#tab-switch{
	z-index: 10;
}
h3{
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
.fa-circle{
	font-size: 10px;
	margin-right: 5px;
}
#about-our-products{
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
}
#about-our-products a{
	display: inline-block;
	width: 100%;
	text-decoration: none;
	color: black;
}
#about-our-products a:hover{
	text-decoration: none;
}
