﻿.nav-menu .active>a::after {
    top: 92%;
    left: 34%;
    width: 37px;
}

#header .container .nav-menu ul .active a,
#header .container .nav-menu ul li:hover a {
    color: #32d490;
}

#header {
    background-color: #f0f0f0;
    opacity: 1;
}

#header .container .nav-menu ul li a {
    color: #000;
}

#header .rightSearch .serachBox span {
    color: #000;
}

#main #hiultradiv {
    padding: 0 0 0 0;
    margin: 0 auto;
    height: 638px;
    background: url("../image/product-banner.jpg") no-repeat;
    position: relative;
    background-size: 100% 100%;
}

@media (max-width: 768px) {
    #header .container .visible-sm a img {
        width: 96px;
        height: 43px;
    }

    #main .container .product-flex{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin: 30px 0;
    }

    #main .container .product-flex .right-title{
        width: 300px;
        height: 30px;
        font-size: 1.4em;
        font-weight: 550;
        color: #fff;
        background-color: #269E36;
        line-height: 30px;
        text-align: center;
        margin: 13px 0;
    }

    #main .container .product-flex .right-image img{
        width: 140px;
        height: 140px;
    }

    #main .container .product-flex .overview{
        width: 300px;
        height: 30px;
        font-size: 1.4em;
        font-weight: 550;
        color: #fff;
        background-color: #269E36;
        line-height: 30px;
        text-align: center;
        margin: 13px 0;
    }

    #main .container .product-flex .overview-details{
        width: 300px;
    }

    #main .container .product-flex .features{
        width: 300px;
        height: 30px;
        font-size: 1.4em;
        font-weight: 550;
        color: #fff;
        background-color: #269E36;
        line-height: 30px;
        text-align: center;
        margin: 13px 0;
    }

    #main .container .product-flex .features-details{
        width: 300px;
    }

    #main .container .product-flex .features-details ul {
        list-style-type: disc;
        padding-left: 20px;
        box-sizing: border-box;
      }
      
      #main .container .product-flex .features-details ul li::marker {
        color: #269E36;
      }
}