

.product-cover a img {
    object-fit: scale-down;
}
@media (min-width: 992px) { 
    .child-nav-list {
        position: fixed;
        width: 100%;
        top: 100px;
        left: 0;
        background:rgba(240, 240, 240, 0.9) ;
        display: none;
        text-align: center;
    }
    .child-nav-item {
        color: #5C5C5C;
        display: inline-block;
        margin: 0px 20px;
        padding: 15px 0;
    }
    .xcs-qrcode_r{width: 122px;height: 122px;position: absolute;left: 50%;top: 110%;display: none;}
    .comm-color .xcs-qrcode_r{display: inline-block;}
    .navbar {
        padding: 0 1rem;
    }
    .nav-item {
        padding: 0.5rem 0 ;
    }
    .arrow-box {
        display: none;
    }
    .navbar-nav {
        height: 100px;
    }
    .item-option {
        height: 100%;
        display: flex;
        display: -ms-flexbox;
        align-items: center;
    }
}
.top_search_btn {
    display: none;
}
.top_search_btn ,.pos_btn{
    width: 22px;
    height: 22px;
    background-size: 100% !important;
    position: absolute;
    right: 0px;
    top: 50%;
    outline: none;
    border: none;
    z-index: 1;
    transform: translateY(-50%);
}
.pos_btn{
    z-index: 99;
}
.search_inp{
    text-align: left;
    width: 0px;
    border: none;
    border-bottom: 1px solid rgb(153, 153, 153);
    background: transparent;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: width 0.3s;
    color: #1a1a1a;
}
.search_inp_w{
    width: 130px;
}
.head-sm-height {
    height: 100px;
    /* display: none; */
}
.navbar-expand-lg .conta{
    display: flex;
    display: -ms-flexbox;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}  
 .bor-b{
    border-bottom: 4px solid #A41414;
}

.child-nav-item:hover{
    color: #fff;
}
.navbar {
    background:rgba(250, 250, 250, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}
.nav-item {
    position: relative;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #333;
}
.navbar-light .navbar-nav .active>.nav-link {
    color: #333;
}
.arrow {
    width: 8px;
    height: 14px;
    
    display: none;
}
@media (max-width: 991px) {
    .head-sm-height {
        height: 51px;
        display: block;
    }
    .navbar-expand-lg .conta {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .nav-link {
        display: inline-block;
    }
    .navbar {
        background:#fff;
      
    }
    .collapse {
        /* height: 450px;
        overflow-y: auto; */
        -webkit-overflow-scrolling: touch;
    }
    .child-nav-list {
        position: relative;
        padding-left: 50px;
        display: none;
    }
    .child-nav-item {
        display: block;
        padding: 4px;
    }
    .child-nav-item:hover{
        color: #333;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #333;
        font-size: 14px;
    }
    .navbar-light .navbar-nav .nav-link:hover {
        color: #333;
    }
    .item-option {
        padding: 10px;
    }
    .arrow {
        display: inline-block;
        margin-top: 10px;
    }
}
.navbar-brand img {
    object-fit: scale-down;
}
.arrow-box {
    float: right;
    padding: 0 6px;
    color: #333;
    font-size: 30px;
}

@media (max-width: 576px) {
    .navbar-brand {
        width: 70%;
    }
    .xcs-qrcode_r {
        width: 40px;
        height: 40px;
    }
}