
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200&display=swap');

body{
font-family: 'Oswald', sans-serif;

}

@font-face {
  font-family: olivevillage;
	src: url('fonts/OliveVillage-Italic.woff');
}


.product-overlay{
	width:50%;
	height:100px;
	position:absolute;
	background-color:#000000;
	opacity:0.5;
	top:150px;
	left:0px;
	display:none;
	overlay:hidden;
}

.product-details{
	width:100%;
	height:150px;
	position:absolute;
	color:black;
	bottom:0px;
	left:0px;
	display:none;
	color:#ffffff;
	padding-left:10px;
	padding-bottom:20px;
	padding-right:10px;
}


.product-details h3{
	width:50%;
}

.product-details .btn{
	position:absolute;
	bottom:20px;
	right:10px;
}



.product-column{
  width:100%;
  height:300px;
  overflow:hidden;
}

.product-name{
	width:100%;
	text-align: center !important;
}
.product-name a{
	font-size:25px;
	color:#000000;
}

.product-price{
	width:100%;
	text-align: center !important;
}
.product-price a{
	font-size:20px;
	color:#000000;
}
.search-field
{
	margin-top:20px;
}

.cart-elements{
	position:absolute;
	width:400px;
	background-color:white;
	right:0px;
	display:none;
	z-index:9999;
}

.thumb-pic {
	display:none;
}

.center {
	margin: auto;
	width: 50%;
}

.navbar-customm {
	background-color: #e93d2b;
	border-color: unset;
}
.navbar-c {
	min-height: 15px;
	border: unset;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 9999;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: none;
		background-color:#e93d2b;
}

.navbar-nav>li>a:hover{
	color: #fff;
	text-decoration: none;
	background-color:#e93d2b;
}

.teasertxt
{
	font-family: olivevillage;
	color:#fff;
	background-color:#e93d2b;
	padding:20px;
	opacity:0.8;
	position:absolute;
	top:100px;
	left:0px;
	font-size:40px;
}

.teasertxt-small
{
	font-family: olivevillage;
	color:#fff;
	background-color:#e93d2b;
	padding:20px;
	opacity:0.8;
	position:absolute;
	top:100px;
	right:0px;
	font-size:20px;
}

h1{
	font-family: olivevillage !important;
}

.btn-primary {
	color: #fff;
	background-color: #e93d2b !important;
	border-color: #a42e2e !important;
}

.navbar-toggle .icon-bar {
	background-color: black !important;
}

/*
a:focus, a:hover {
	color: #7c2323;
	text-decoration: none;
}

a:hover {
	color: #fff !important;
	text-decoration: none !important;
	background-color: #e93d2b !important;
	padding: 3px !important;
}
@media (min-width: 768px) {
	.navbar-nav > li > a {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px !important;
}

.navbar-brand a:hover {
	padding: unset;
}*/
