/*
 * Start Bootstrap - Heroic Features (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.hero-spacer {
    margin-top: 50px;
}

.hero-feature {
    margin-bottom: 30px;
}

footer {
    margin: 50px 0;
}
a:hover{ text-decoration:none;}
.product-inner {
	  
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	border: 1px solid #c9c9c9;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	height: 360px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 40px;
	margin-left: 10px;
	background:#fff;
}
.product-inner:hover {
	   -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	border: 1px solid #c9c9c9;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	height: 360px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 40px;
	margin-left: 10px;
}
.product_img{ height:220px; width:100%; padding-top:10px; overflow:hidden; display:flex; align-items:center; justify-content:center;}
.product_img img{ max-height:100%; max-width:90%; object-fit:contain;}
.product_caption{ color:#000; text-align:center; font-weight:bold; padding-top:2px; font-size:16px;}
.product_mrp{
	color:#999;
	text-align: center;
	font-weight: normal;
	padding-top: 10px;
	text-decoration: line-through;font-size:18px;
}
.product_price{
	color: #F60;
	text-align: center;
	font-weight: normal;
	padding-top: 2px;
	font-size:18px;
}
h3{ color:#878787;}

.product_caption_b{ color:#000; text-align:left; font-weight:bold; padding-top:2px; font-family: 'Titillium Web', sans-serif; font-size:24px;}
.product_mrp_b{
	color:#999;
	text-align:left; 
	font-weight: normal;
	padding-top: 5px;
	text-decoration: line-through;font-size:14px; float:left;font-size:20px;
}
.product_price_b{
	color: #F60;
	text-align:left; 
	font-weight: normal;
	padding-top: 2px;font-size:24px; float:left; padding-right:10px;
}

ul li a{ font-size:18px; font-weight:bold;}

a.productcat{padding:10px;border-bottom-color:#Ccc; border-bottom-style:solid; border-bottom-width:1px; float:left; width:100%; color:#000;}
a.productcat:color{padding:10px;border-bottom-color:#Ccc; border-bottom-style:solid; border-bottom-width:1px; float:left; width:100%; background:#ccc; text-decoration:none;}