/*
* Author: Vasterad
* Template: Trizzy
* URL: http://themeforest.net/user/Vasterad/
*/

/* ------------------------------------------------------------------- */
/* CUSTOM CSS
---------------------------------------------------------------------- */

.aufmerksam {
    z-index:999;
    position:absolute;
    height:0;
    width:0;
    border:none;
    background:none;
    margin:0;
    top:0;
    left:-10000px;
    clear:both;
    font-size:0px;
    line-height:0px;
}


#categories li ul, #categories li ul li a {
    background: rgb(177, 196, 215);
    color: #707070;
}

#categories li a:hover,
#categories li a.active {
    background-color: #00446b !important;
    color: #fff !important;
    padding-left: 15px;
}

.titlebar {
    background: rgb(177, 196, 215);
}

.titlebar h2 {
    color: #707070;
}

.top-search input {
    background: rgb(177, 196, 215);
    color: #FFF;
    border: 1px solid rgb(177, 196, 215);
}

.top-search input::-moz-placeholder,
.top-search input::-webkit-input-placeholder {
    color: #FFF;
}

.top-search input:focus {
    background: rgb(177, 196, 215);
    border: 1px solid rgb(177, 196, 215);
    color: #FFF;
}

.top-search button, .top-search button:hover {
    background: #00446b;
}

.titlebar #breadcrumbs ul li, .titlebar #breadcrumbs ul li a, .titlebar #breadcrumbs ul li a:hover, .titlebar #breadcrumbs ul li:last-child a {
    color: #00446b;
}

.titlebar #breadcrumbs ul li::after {
    color: #00446b;
}

a.button.color {
    background: #00446b;
}

.product section {
    background: rgb(177, 196, 215);
}

.tabs-nav li a {
    background: rgb(177, 196, 215);
    color: #FFF;
}

.tabs-nav li.active a {
    background: #00446b;
}

.infinite-more-link {display:none;  }
.tp-banner {width:100%; height:580px;}
.verfuegbarkeit {
    color:#707070;
    margin-top:10px;
}

.table-view table tbody tr td a {
	word-break: keep-all;
	height: 17px;
	max-height: 17px;
	overflow: hidden;
	display: block;
}

.table-view table thead tr th:first-child,
.table-view table tbody tr td:first-child {
	max-width: 140px;
	width: 140px;
	overflow: hidden;
	max-height: 46px;

}

.table-view table thead tr th:nth-child(3),
.table-view table tbody tr td:nth-child(3) {
	max-width: 90px;
}

.table-view table tbody tr td:nth-child(4) a:first-child {
	display: none;
}

.table-view table tbody tr td:last-child {
	max-height: 25px;
	min-width: 120px;
	overflow: hidden;
	padding: 10px 0px 10px 10px;
}

.table-view table tbody tr td:last-child form,
.table-view table tbody tr td:last-child a {
	float: none;
}

.table-view table tbody tr td a#addcart {
	width: auto;
	max-width: 25px;
	height: 25px !important;
	max-height: 25px !important;
	padding: 0px 4px;
	color: #FFF;
	margin-left: 1px;
	line-height: 25px !important;
	text-align: center;
	background: #00446b;
}

.table-view table tbody tr td .qtyminus,
.table-view table tbody tr td .qtyplus {
	height: 25px;
	width: 25px;
	background: rgb(177, 196, 215);
}

.qtyplus::before, .qtyminus::before {
	top: auto;
	left: 7px;
}

.table-view table tbody tr td .qty {
	padding: 0;
	height: 25px;
	max-height: 25px;
	border: 0 !important;
	overflow: hidden;
}

/***********Tooltip***********/

.tooltip {
  position: relative;
  border-bottom: none;
  text-align: center;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #00446b;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -100px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/******************************************************************************
COOKIE HINWEIS
******************************************************************************/
#cc-main .cm--box.cm--wide {
    max-width: 420px;
}
#cc-main .cm__title {
    color: #00446b;
    text-transform: uppercase;
}
#cc-main .cm--box.cm--wide .cm__btns {
    flex-direction: column;
}
#cc-main .cm--wide .cm__btn + .cm__btn, #cc-main .cm--wide .cm__btn-group + .cm__btn-group {
    margin: 0;
}
#cc-main .cm--box.cm--wide .cm__btn {
    width: 100%;
}
#cc-main .cm__btn-group {
    display: block;
}
#cc-main .cm--box.cm--wide .cm__btn-group:nth-child(1) {
    order: 2;
}
#cc-main .cm--box.cm--wide .cm__btn-group:nth-child(1) .cm__btn:nth-child(1) {
    background: #00446b;
    text-transform: uppercase;
    margin-bottom: 10px;
    min-height: 52px;
    border: none;
}
#cc-main .cm--box.cm--wide .cm__btn-group:nth-child(1) .cm__btn:nth-child(2) {
    background: #ededed;
    margin-bottom: 0px;
    border: none;
    color: var(--cc-btn-secondary-color);
}
#cc-main .cm--box.cm--wide .cm__btn-group:nth-child(2) {
    order: 1;
}
#cc-main .cm--box.cm--wide .cm__btn-group:nth-child(2) .cm__btn:nth-child(1) {
    margin-bottom: 10px;
    padding: 0;
    border: none;
    min-height: inherit;
    background: transparent;
    text-transform: uppercase;
}
#cc-main .cm__footer {
    background: #FFF;
}
#cc-main .cm__link-group {
    justify-content: center;
}
#footer button {
    font-size: 14px;
    background: transparent;
    border: none;
    color: #FFF;
    padding: 0 0 7px 0;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
#footer button:hover {
    padding-left: 3px;
    transition: all 0.2s ease-in-out;
}