﻿/* input text 字体颜色 */

input::placeholder {
    color: #92d050 !important;
}

input:focus {
    border-color: #92d050 !important;
}

div[onclick="serachKeywords()"] 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;
}


/*navbar 颜色固定*/

#navbarCollapse>ul:nth-of-type(2)>li:nth-child(3)>a {
    color: #92d050;
}

#navbarCollapse>ul>li>a {
    color: #37b038;
}

#navbarCollapse>ul>li>a:hover {
    color: #92d050;
}

#navbarCollapse>ul>li>a i::before {
    color: #37b038;
}

#navbarCollapse>ul>li>a:hover i::before {
    color: #92d050;
}
/*购物车底色 颜色*/
.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;   
}


/* title 颜色 */

div[class="page-title-overlap bg-dark pt-4"] {
    background-color: #407040 !important;
}


/* 价格标签字体颜色 */

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;
}


/*去掉页面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;
}
/* 国旗三角颜色 */

#flagSymbol span {
    color: #37b038;
}

#flagSymbol:hover span {
    color: #92d050;
}

#flagSymbol:focus span {
    color: #92d050;
}
/*国旗多余小三角*/
.dropdown-toggle::after {
    display: none;
}

/*竖线对齐 宽度更改*/

ul[class="widget-list"] {
    width: 96%;
}

/*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;
}