
/* SkinStyle #101: template */

body {
	background-color: white;
	color: black;
	font-family: 'Roboto Condensed', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: rgb(80, 63, 48);
	font-family: 'Oswald', sans-serif;
}

.text-info {
	color: rgb(151, 172, 112);
}

.header-top li, .header-top .btn-link, #main-menu.navbar, #cart .btn, .dropdown-menu, .product-head, .product-col .caption h4, .product-col .price, .product-col .btn-cart, .breadcrumb, .side-heading, .list-group-item, .product-filter, .pagination, .product-info .product-details, .tabs-panel .nav-tabs {
	font-family: 'Oswald', sans-serif;
}

.main-header {
	padding: 15px 0;
	background-color: white;
	
}

#search .input-group {
    background: #fff;
}

.header-top {
	background: white;
}

.header-links li, .header-links li a {
	color: rgb(40, 36, 55);
}
.header-links li a:hover, .header-links li a:focus {
	color: rgb(40, 36, 55);
	text-decoration: underline;
}
.header-links li.active a {
	color: rgb(40, 36, 55);
}


#cart .btn span#cart-total {
	background-color: rgb(80, 63, 48);
}
#cart .btn span#cart-total::before {
	border-color: transparent rgb(80, 63, 48);
	left: -7px;
	top: 15px;
}

#cart .dropdown-menu {
  background-color: rgb(255, 231, 212);
  color: black;
}

#cart .dropdown-menu table td a {
  color: ;
}
#cart .dropdown-menu table td a:hover {
  color: ;
}

#cart .btn-block1 a:hover, #cart .btn-block1 a + a {
  background: rgb(80, 63, 48) none repeat scroll 0 0;
  color: #fff;
}

#main-menu.navbar {
	background-color: rgb(80, 63, 48);
}

#main-menu .navbar-nav > li a {
	color: white;
    font-style: normal;
    font-weight: normal;
    white-space: nowrap;
}

#main-menu .navbar-nav > li > a {
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
}


/* mehrstufige Popupmenüs */

#main-menu .navbar-nav > li > a:hover,
#main-menu .navbar-nav > li > a:focus,
#main-menu .navbar-nav > li.open > a,
#main-menu .navbar-nav > li.open > i
{
	color: white;
	background-color: rgba(255, 255, 255, 0.3);
}

#main-menu .dropdown-menu > li > a:hover,
#main-menu .dropdown-menu > li > a:focus,
#main-menu .dropdown-menu > li.open a,
#main-menu .dropdown-menu > li.open i
{
	background: rgb(80, 63, 48);
}

#main-menu .dropdown-menu
{
	background: rgb(80, 63, 48);
	border: 1px outset rgb(186, 150, 121);
}

#main-menu .dropdown-menu li:hover > a,
#main-menu .dropdown-menu li:hover > i
{
	background-color: rgba(255, 255, 255, 0.3);
}


#main-menu .navbar-toggle {
  color: #fff;
}


.footer-links {
    background-color: rgb(255, 231, 212);
    border-top: none;
    padding: 25px 0 40px;
}

.footer-links h5 {
	color: black;
}

.footer-links li + li {
  border-top: none;
}

.footer-links .last li a {
	color: black;
}

.footer-links .last h4.lead {
	color: black;
}


.copyright {
	background-color: rgb(80, 63, 48);
    color: rgb(237, 204, 176);
}
.copyright a, .copyright a:hover {
    color: rgb(237, 204, 176);
}


a {
  color: rgb(40, 36, 55);
}
a:hover {
  color: rgb(40, 36, 55);
  text-decoration: underline;
}

.btn-link {
  color: rgb(40, 36, 55);
}
.btn-link:hover {
  color: rgb(72, 65, 97);
}


#search .input-group .btn {
  color: rgb(80, 63, 48);
}

.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active, .btn-main {
    background-color: rgb(80, 63, 48);
}
.btn-main:hover, .btn-main:focus, .btn-main:active, .btn-main.active {
}

.btn-primary {
  background-color: rgb(141, 112, 88);
  border-color: rgb(80, 63, 48);
  color: white;
}
.btn-primary:hover {
  background-color: rgb(80, 63, 48);
  border-color: rgb(80, 63, 48);
  color: white;
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
  background-color: rgb(80, 63, 48);
  border-color: rgb(80, 63, 48);
  color: white;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
  background-color: rgb(141, 112, 88);
  border-color: rgb(80, 63, 48);
  color: white;
}

.btn-success {
  background-color: rgb(151, 172, 112);
  border-color: rgb(113, 131, 82);
  color: #fff;
}
.btn-success:hover {
  background-color: rgb(113, 131, 82);
  border-color: rgb(113, 131, 82);
  color: #fff;
}

.side-heading {
  background: rgb(80, 63, 48) none repeat scroll 0 0;
  color: #fff;
}

.sidebar .panel-smart {
    border-color: rgb(200, 220, 163);
}
.sidebar .panel-heading {
    border-bottom-color: rgb(200, 220, 163);
    background-color: rgb(232, 247, 205);
}
.sidebar .panel-heading h6 {
    color: rgb(80, 63, 48);
}

.list-group-item {
  background-color: rgb(255, 231, 212);
  border-color: rgb(237, 204, 176);
  color: black;
}

.list-group-item .fa {
  color: rgb(80, 63, 48);
}

.list-group.categories a.list-group-item:hover, .list-group.categories a.list-group-item:focus {
  background-color: rgb(80, 63, 48);
}


.product-head {
    background: rgb(232, 247, 205);
    color: rgb(80, 63, 48);
    border: 1px solid rgb(200, 220, 163);
}

.product-filter .display a.active {
  color: rgb(80, 63, 48);
}

.well {
    background: rgb(232, 247, 205);
    border: 1px solid rgb(200, 220, 163);
}

.product-col {
    background: rgb(232, 247, 205);
    border: 1px solid rgb(200, 220, 163);
}

.product-col .description {
    color: rgb(64, 74, 45);
}

.owl-product .owl-controls .owl-buttons .owl-prev,
.owl-product .owl-controls .owl-buttons .owl-next {
	color: rgb(64, 74, 45);
}

.product-carousel .text {
	color: rgb(64, 74, 45);
}

.product-col .price span.price-new {
  color: rgb(80, 63, 48);
}
.table .price span.price-new {
	color: rgb(80, 63, 48);
}

.product-col .btn-cart {
  background: rgb(80, 63, 48) none repeat scroll 0 0;
  border: 1px solid rgb(80, 63, 48);
  color: #fff;
}
.product-col .btn-cart:hover {
  background: rgb(141, 112, 88) none repeat scroll 0 0;
  border-color: rgb(141, 112, 88);
  color: #fff;
}

.btn-info {
  background-color: rgb(255, 231, 212);
  border-color: rgb(237, 204, 176);
  color: rgb(80, 63, 48);
}
.btn-info:hover {
  background-color: rgb(80, 63, 48);
  color: white;
}

.product-col .btn-info {
  background: #fff none repeat scroll 0 0;
  border: 1px solid rgb(80, 63, 48);
  color: rgb(80, 63, 48);
}
.product-col .btn-info:hover {
  background: rgb(80, 63, 48) none repeat scroll 0 0;
  color: white;
}

.product-col .btn-wishlist, .product-col .btn-compare {
  background: #fff none repeat scroll 0 0;
  border: 1px solid rgb(80, 63, 48);
  color: rgb(80, 63, 48);
}
.product-col .btn-wishlist:hover, .product-col .btn-compare:hover {
  background: rgb(80, 63, 48) none repeat scroll 0 0;
  color: #fff;
}



.product-info .product-details .price-new {
  color: rgb(80, 63, 48);
}

.product-info .product-details .btn-wishlist:hover, .product-info .product-details .btn-compare:hover, .product-info .product-details .btn-cart {
  background: rgb(80, 63, 48) none repeat scroll 0 0;
}
.product-info .product-details .btn-cart:hover {
  background: rgb(141, 112, 88) none repeat scroll 0 0;
  color: #fff;
}

.product-info-box .heading {
  background: #fff none repeat scroll 0 0;
  border-color: #e8e8e8 #e8e8e8 rgb(80, 63, 48);
  color: rgb(80, 63, 48);
}


.alert-info {
  background-color: rgb(255, 231, 212);
  border-color: rgb(237, 204, 176);
  color: rgb(80, 63, 48);
}

/* Listennavigation */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus
{
	background:   rgb(80, 63, 48);
	border-color: rgb(80, 63, 48);
}

/* Katnav */
#bxkatbrowser .list-group-item > .fa
{
	position: absolute;
	top: 16px;
	left: 15px;
}
#bxkatbrowser .list-group .list-group .list-group-item > .fa
{
	left: 35px;
}
#bxkatbrowser .list-group-item
{
	padding-left: 35px;
}
#bxkatbrowser .list-group-item.sel .fa-chevron-right::before
{
	/* .fa-chevron-down */
	content: "\f078";
}
#bxkatbrowser .list-group .list-group .list-group-item
{
	padding-left: 55px;
}

/* Katlogliste Pics */

.itemlist-layout-Pics .product-col .price,
.itemlist-layout-Pics .product-col .cart-button,
.itemlist-layout-Pics .product-col .artlist-hinweis-artikel
{
  text-align: center;
}

.itemlist-layout-Pics .product-col .description
{
  hyphens: auto;
}

@media (max-width: 767px)
{
  .itemlist-layout-Pics .product-col .cart-button .btn-cart
  {
    display: block;
  }
}

/* CustomCSS */


