.heading h1{
	position: relative;
	display: inline-block;
}
.heading h1::after{
    content: '';
    position: absolute;
    display: block;
    width: 70%;
    height: 5px;
    bottom: -5px;
    left: 0px;
    background-color: #b31919;
}
.heading h3::after{
    content: '';
    position: absolute;
    display: block;
    width: 70%;
    height: 5px;
    bottom: -5px;
    left: 0px;
    background-color: #b31919;
}
div.prod {
	margin: 3rem 0;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: flex-start;
}
div.prod .gallery{
	width: 30%;
	height: 100%;
}
div.prod .txt_box{
	width: 70%;
}
.prod .gallery img{
	height: 300px;
	width: 300px;
}
.txt_box table{
	margin: 1rem 0;
}
.txt_box li {font-size: 16px;font-family: 'Poppins', 'Roboto', sans-serif;}


/*SPECIALS*/

div.prod.prod_limg{
	flex-direction: column-reverse;
}
div.prod.prod_limg .gallery{
	width: 100%;
	height: 100%;
}
div.prod.prod_limg .txt_box{
	width: 100%;
}

.prod.prod_limg .gallery img{
	display: block;
	height: 300px;
	width: auto;
	margin: 10px auto;
}

div.page_indicator{
	background-image: linear-gradient( 180deg, #f1f3f6, #67676767);
	padding: 1rem var(--pad-side);
	color: #b31919;
	display: flex;
	flex-direction: row;
}
div.page_indicator p{
	margin: 0 10px;
}