body { 
	padding-top: 70px;
	background: #f5f5f5;
	color: #333;
}

.product .thumbnail-img {
  height: 200px;
  overflow: hidden;
}

.trumbowyg-textarea {
	background: #fff !important;
}

.logo {
	margin: 0 auto;
	width: 200px;
	display: block;
}

.navbar-inverse {
	background-color: #000000;
	border-color: #3b3b3b;
}

.navbar-brand {
	padding: 0 15px;
}

.navbar-brand img {
	width: 40px;
}

.nav-pills li a {
	color: #333;
}

.nav-pills li a:focus,
.nav-pills li a:hover {
  color: #333;
  background-color: #bbb;
}

.nav-pills li.active a,
.nav-pills li.active a:focus,
.nav-pills li.active a:hover {
  color: #fff;
  background-color: #666;
}

.caption h3 {
	height: 66px;
	font-size: 16px;
	overflow: hidden;
}

.table tbody tr td {
	vertical-align: middle;
}

.cart-plus, 
.cart-minus,
.cart-remove {
	cursor: pointer;
}

.btn-account-create {
	margin: -10px 7px 0px 0;
}

.table-accounts .btn {
	margin-left: 10px;
}

.table-stores .btn {
	margin-left: 10px;
}


.covered {
	display: none;
	position: absolute;
	padding: 10px;
	border: 3px solid #666;
	background: #333;
	color: #eee;
	border-radius: 5px;
	z-index: 1000;
	opacity: 0.8;
  	top: 15px;
  	margin-right: 30px;
}

hr.front{
	border: 0;
	border-top: 1px solid #8c8c8c;
	border-bottom: 1px solid #fff;
	width: 200px;
	margin-bottom: 100px;  
  }

h1 {
	font-family: 'Playfair Display', serif;;
	font-style: italic; 
	font-size:48pt;
	margin-bottom: 40px;
	}
  
h2 {
	font-family: 'Playfair Display', serif;;
	font-style: normal; 
	font-size: 24pt;
	}

h3 {
	font-style: italic;
	font-size: 14px;
	}

.old-price {
	text-decoration: line-through;
	font-weight: normal;
}

.discount-badge{
    position: absolute;
    background: rgb(0, 0, 0);
    height:6rem;
    top:1rem;
    right:1.5rem;
    width:6rem;
    text-align: center;
    line-height: 6rem;;
    font-size: 2rem;
    border-radius: 50%;
    color:white;
	border:1px solid black;
}

.green-status{
	color: green
}
.orange-status{
	color: orange
}