@charset "utf-8";

/* Platz für modifizierte Stylesheet-Angaben
 * Nähere Infos: https://wiki.selfhtml.org/wiki/CSS
 * -------------------------------------------------------------------------- */


#cookie-bar .cb-enable {
    background: #99ccff;
}
#cookie-bar .cb-enable:hover {
    background: #5d90ae;
}
.mainmenu nav > ul > li > a {
    color: #FFFFFF;
}

.mainmenu .pull-right {
  margin-right: 5px;
}

.pagination-bar {
  width: unset;
}

.header-top {
  background-color: #3f3f3f;
}
.header-bottom-bg {
    background-color: unset;
}

.mainmenu nav > ul > li > a {
    color: #3f3f3f;
}

.left-category-menu ul li {
   padding: 5px 15px 5px 18px;
}
.product-image a img {
    max-height: 160px;
    margin: 20px 0px 20px 0px;
}

.right-main-product .all-grid-product .single-product-item .product-image {
  height:210px; 
}

.single-product-item {
  border:0px;
}

.category-image {
  border: 0px solid #3f3f3f;
  margin: 15px 0px 0px 0px;
}

.nivoSlider a.nivo-imageLink {
  opacity:0 !important;
  z-index: 101;
}


#elevate_zoom {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

#elevate_zoom-zoomContainer {
  display:none;
}

#elevate_zoom {
  width: unset !important;
}

.owl-theme .owl-controls {
    margin-top: 0px;
}

.owl-controls.clickable {
  width:100px;
}

.related-product .owl-controls.clickable {
    top: -87px;
}

.owl-controls .owl-buttons i {
    color: white;
    font-size: 12px;
    right: 2px;
    top: -1px;
}

.owl-controls .owl-buttons .owl-next:hover i, .owl-controls .owl-buttons .owl-prev:hover i {
    color: white;
}

.all-list-product .product-quick-view {
    margin-top: 60px;
}
