
/* input text 字体颜色 */

input::placeholder {
  	color: #92d050 !important;	
}
input:focus {
  	border-color: #92d050 !important;	
}
div[onclick="serachKeywords()"] i::before {
    color: #92d050;
}
/*navbar 颜色固定*/

#navbarCollapse ul li a[href="../index.html"] {
    color: #92d050 ;
}


#navbarCollapse>ul>li>a {
    color: #37b038;
}
#navbarCollapse>ul>li>a i::before {
    color: #37b038;
}
#navbarCollapse>ul>li>a:hover {
    color: #92d050;
}
#navbarCollapse>ul>li>a:hover i::before{
    color: #92d050;
}

/*链接meine acht toene*/
a[class="navbar-tool ml-1 ml-lg-0 mr-n1 mr-lg-2"]>div {
    color: #37b038 !important;
}

a[class="navbar-tool ml-1 ml-lg-0 mr-n1 mr-lg-2"]>div i::before {
    color: #37b038;
}

a[class="navbar-tool ml-1 ml-lg-0 mr-n1 mr-lg-2"]:hover>div {
    color: #92d050  !important;
}

a[class="navbar-tool ml-1 ml-lg-0 mr-n1 mr-lg-2"]:hover>div i::before {
    color: #92d050;
}

/*去掉shop页面wunschlist */
a[href="account-wishlist.html"] div i{
    display: none;
}
a[href="account-wishlist.html"] span{
    display: none;
}
a[href="account-wishlist.html"] div{
    display: none;
}
a[href="account-wishlist.html"]{
    display: none;
}

/*购物车底色 颜色*/
.navbar-light .navbar-tool-icon-box.bg-secondary {
    background-color: #fff !important;
}
.navbar-light .navbar-tool-icon-box.bg-secondary:hover {
    background-color: #fff !important;
}

.navbar-light .navbar-tool-icon-box {
    color: #37b038;
}

.navbar-light .navbar-tool-icon-box.bg-secondary:hover i::before {
    color: #92d050;   
}
/* 价格标签字体颜色 */
div[class="product-price"] span {
    color: #92d050 !important;
}

div[class="product-price"] span small{
    color: #92d050;
}
/* 按钮Add to wishlist disable */
button[title="Add to wishlist"]{
    display: none;
}
/* quick view hidden */

div[class="card-body card-body-hidden"]{
    display: none;
}
/* 国旗三角颜色 */

#flagSymbol span {
    color: #37b038;
}

#flagSymbol:hover span {
    color: #92d050;
}

#flagSymbol:focus span {
    color: #92d050;
}
/*国旗多余小三角*/
.dropdown-toggle::after {
    display: none;
}

/* 背景颜色和切换按钮颜色 */
div[class="d-flex justify-content-between px-grid-gutter py-grid-gutter"]{
    background-color: #f1f1f1 !important;
}

button[data-controls="prev"] i::before {
    color: #92d050 !important;
}

button[data-controls="next"] i::before {
    color: #92d050 !important;
}

/*mehr produkt 按钮*/

a[class="btn btn-outline-accent"]:hover {
    background-color: #b2d4c6 !important;
    border: 0;
}
a[class="btn btn-outline-accent"]:focus {
    background-color: #b2d4c6 !important;
}

a[class="btn btn-outline-accent"] {
	color:#fff;
    width: 9.5rem;
    height: 2.65rem;
    line-height: 2.65rem;
    padding: 0 0 !important;
    border: 0;
    background-color: #a5a5a5;
    
}
a[class="btn btn-outline-accent"] i::before{
	display:none;
}

/*footer颜色*/
footer[class="bg-dark pt-5"] {
    background-color: #407040 !important;
}
/*搜索小图标颜色*/
.czi-search::before {
    color: #92d050;
}
/*手机端切换页面按键*/
.navbar-toggler-icon {
    color: #37b038;
}
.navbar-toggler-icon:hover {
    color: #92d050;
}
.navbar-toggler-icon:focus {
    color: #92d050;
}
/*banner hidden*/
.bannerfoto {
	display:none;
}