/* optimize CSS */
/* CN-footer-hidden */
div.footer-extra-msg-block{
display:none;
}
/* smart IOT-BgColor- */
/* .smart-intro{
background-color: #2c466e;
color:#fff;
} */

/* kv-tab-underline */
.kv-tab-wrapper::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
height: 10px;
width: 100%;
background-repeat: no-repeat;
background: linear-gradient(to right,#008c7d calc((100% - 1286px)/ 2),#008c7d calc((100% - 1286px)/ 2),#008c7d calc(((100% - 1286px)/ 2) + 215px),#8dc711 calc(((100% - 1286px)/ 2) + 215px),#8dc711 calc(((100% - 1286px)/ 2) + 430px),#fabe00 calc(((100% - 1286px)/ 2) + 430px),#fabe00 calc(((100% - 1286px)/ 2) + 643px),#335c9b calc(((100% - 1286px)/ 2) + 643px),#335c9b calc(((100% - 1286px)/ 2) + 857px)) !important;
z-index: 0
}
/* productList-h5-title*/
.prod-cards-block .text-block h5 {
    line-height: 30px;
    text-align: center;
    height: 75px;
}

/* productList*/
.prod-cards-block .text-block {
    word-wrap: break-word;
    padding: 0px 25px 20px 25px;
}

/* go to top icon */
#go-top-btn {
bottom: 20px;
right: 70px;
position: fixed ;
}
/* TeamUse-hidden */
/* div.m-footer-bottom-group:nth-child(1)>div.m-footer-bottom-item:nth-last-child(1){
display:none
} */

/* IndFilter-hidden */
.spec-select-block {
    display: none;
    margin-top: 30px;
}

/* PersonalFilter-show */
div.personal-compare>div.filter-gray-block>div>div>div.spec-select-block {
    display: flex;
}
/* menu-foucs-status*/
.navbar-default .navbar-nav>li>a, .navbar-nav>li>a,.go-back-lv2:hover,.lv1-fixed-block, .lv1-fixed-block .go-back:hover{
    color: #fff;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:active, .navbar-nav>li>a:active,.go-back-lv2:focus,.lv1-fixed-block, .lv1-fixed-block .go-back:focus,.go-back-lv2:active,.lv1-fixed-block, .lv1-fixed-block .go-back:active{
    color: #a7ea2a;
}


/* Mobile */
@media screen and (max-width: 767px){
    /* IndList-checked */
    .prod-cards.checked .img-block {
        padding: 36px 2px 20px 18px;
        border: none;
        border-top: 3px solid var(--ap-green) ;
        border-left: 3px solid var(--ap-green) ;
        border-right: 3px solid var(--ap-green);
    }
    
    .prod-cards.checked .text-block {
        padding: 36px 20px 20px;
        width: 100%;
        height: 100%;
        border: none;
        border-top: 0px solid var(--ap-green) ;
        border-right: 3px solid var(--ap-green) ;
        border-left: 3px solid var(--ap-green) ;
        border-radius: 0px;
        word-wrap: break-word;
    }
    
    /* PersonalList-checked */
    .personal-compare .prod-cards.checked .text-block{
        width: 100%;
        height: 100%;
        border: none;
        border-top: 0px solid var(--light-green);
        border-right: 3px solid var(--light-green);
        border-left: 3px solid var(--light-green);
        border-radius: 0;
        word-wrap: break-word;
    
    }
    .personal-compare .prod-cards.checked .img-block {
        padding: 36px 2px 20px 18px;
        border-top: 3px solid var(--light-green);
        border-left: 3px solid var(--light-green);
        border-right: 3px solid var(--light-green);
    }
    /* mb-go-to-top-icon */
    #go-top-btn {
    right: 30px;
    }
    /*mb-ProductList*/
    .prod-cards-block .text-block .spec {
    margin-top: 20px ;
    padding: 0 25px 20px 25px;
    text-align: left;
    word-wrap: break-word;
    }
    .prod-cards-block .text-block h5 {
    text-align: center;
    height: auto;
    }
    .prod-cards-block .img-block {
    padding:0;
    border: 0px;
    border-radius: 0;
    }
    .prod-cards-block .img {
    width: 100%;
    height: 100%;
    }
    .prod-cards-block .text-block {
    padding: 20px 22px 20px 22px;
    height: 100%;
    border: 1px; 
    width: 100%;
    }
    .prod-cards-block .prod-cards {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid var(--border-gray2);
    text-align: center;
    }
    }

