.navbar {
	min-height: 80px;
}
.btn-search-input{
  padding: 10px;
}
.cart{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #eeeeee;
    color: #4e4e4e;
    font-size: 14px;
    cursor: pointer;
    padding: 10px;
    position: relative;
}
.cart-number{
	position: absolute;
	top: -10px;
	right: -15px;
	background-color: #91171B;
	padding: 0;
	display: block;
	height: 20px;
	line-height: 20px;
	width: 20px;
	color: #fff;
}
.cart-amount-top{
  position: absolute; bottom: -10px; min-width: 60px; left: 30px;
}

.show-small-device{
	display: none;
}

@media only screen and (max-width: 992px) {
	.hidden-small-device{
		display: none;
	}
	.show-small-device{
		display: block;
	}
}
.navbar-nav li{
  border-right: 1px solid #999;
}
.feature-product{
  border-bottom: 1px solid #91171B;
}
.feature-product .first-heading{
  color: #FDB62B;
}
.feature-product .second-heading{
  color: #053778;
}
.category-title{
  padding: 5px 0px;
  color:#C1D1C8;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 5px;
}
.detail{
  padding: 0px 0px;
  margin-bottom: 3px;
}
.prize{
  padding: 0px 0px;
  font-size: 15px;
  margin-bottom: 3px;
}
footer{
  background-color: #E9E6E4;
  padding: 25px 0;
}
.list{
  list-style: none;
  margin:0;
  padding: 0;
}

.list li a{
  color:#333;
}
.list li a:hover{
  color:#999;
  text-decoration: none;
}

.scrollToTop{
    width:100px; 
    height:130px;
    padding:10px; 
    text-align:center; 
    background: whiteSmoke;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position:fixed;
    bottom:75px;
    right:40px;
    display:none;
    background: url('../../images/arrow-up.jpg') no-repeat 0px 20px;
    z-index: 9;
}
.scrollToTop:hover{
    text-decoration:none;
}
.tab-pane{
  border: 1px solid #eee;
  padding-left: 15px;
}

ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}