/* // Small devices (landscape phones, 576px and up) */
@media (max-width: 575px) {
	
}
@media (min-width: 576px) {

}
/* // Medium devices (tablets, 768px and up) */
@media (max-width: 767px) {
	.header-section {
		padding-bottom: 250px;
		margin-bottom: 280px;
	}
	.product-holder {
		position: relative;
		text-align: center;
		display: flex;
		justify-content: center;
	}
	.product-img {
		position: absolute;
		height: 400px;
		width: auto;
	}
	.price-tag .price {
	  	font-size: 6rem;
	}
	h2 {
	    font-size: 1.75rem;
	}
	h3 {
	    font-size: 1.5rem;
	}
	h4 {
		font-size: 1.25rem;
	}
	h5 {
		font-size: 1.1rem;
	}
	p {
		font: .9rem;
	}
	.form-section .content {
	    padding-top: 20px;
	}
	.post .img {
	    width: 100%;
	    max-height: none;
	}
	body {
		padding-bottom: 50px;
	}
}
@media (min-width: 768px) {
	.stk-act {
		display: none;
		visibility: hidden;
	}
}
/* // Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
	h2 {
	    font-size: 1.75rem;
	}
	h3 {
	    font-size: 1.5rem;
	}
	h4 {
		font-size: 1.25rem;
	}
	h5 {
		font-size: 1.1rem;
	}
	p {
		font: .9rem;
	}
}
@media (min-width: 992px) {
	
	
}
/* // Extra large devices (large desktops, 1200px and up) */
 @media (min-width: 1200px) {
 	
 }
