/* .yash-ul ul {
    list-style: none;
  }
  .yash-ul ul li:before {
    padding: 10px !important;
    font-weight: 900;
  } */

@media screen and (min-width: 991px) {
    .site-navigation .container,
    .search-area {
        max-width: 90vw !important;
    }
    .counter-css {
        padding: 25px 0;
        max-height: 30vh !important;
    }
    .home-main-title {
        font-size: 4.2vw;
        color: var(--dark);
        margin-bottom: 10px;
    }
}

.img-250h {
    height: 250px;
    width: auto;
}

.img-350h {
    max-height: 350px;
    width: auto;
}

.zcss {
    z-index: 1111;
}

.mis-fon {
    font-size: 15px !important;
}

.prodcut-title {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin: 0 0 30px;
    padding: 5px 15px;
    text-transform: uppercase;
    color: #fff;
    border-left: 3px solid var(--primary);
}

@media screen and (max-width: 576px) {
    .prodcut-title {
        font-size: 15px;
        font-weight: 700;
        position: relative;
        margin: 0 0 30px;
        padding: 0px 15px;
        text-transform: uppercase;
        color: #fff;
        border-left: 3px solid var(--primary);
    }
}

.cou-m {
    margin: 30px 0 20px;
}

.img-au {
    max-width: 125px;
    width: 8vw;
    height: auto;
}

.hed-txt {
    font-size: 18px !important;
    text-align: left !important;
}
