@charset "utf-8";
/* CSS Document */




@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 992px) and (max-width: 1199px)  {
    .upgradebox img {
        width: 100%;
        height: 65px;
    }
} 
@media screen and (min-width: 768px) and (max-width: 991px)  {
    .owl-nav button {
        width: 23px;
        font-size: 11px !important;
        height: 25px;
    }
    .upgradebox img {
        width: 100%;
        height: 65px;
    }
}
@media only screen and (max-width : 576px) {
    body {
        padding-top: 67px !important;
    }
    .section {
        padding: 20px 0;
    }
    .overlay_banner h1 {
        font-size: 1rem;
    }
    .overlay_banner h5{
        font-size: 0.6rem;
    }
    .owl-nav button {
        display: none;
        width: 23px;
        font-size: 11px !important;
        height: 25px;
    }
    .home_banner_slide{
        margin-top: 8px;
    }
    .home_bnr {
        width: 100%;
        height: 140px;
        position: relative;
        border-radius: 8px;
        overflow: hidden;
    }
    .section_title {
        font-size: 16px;
    }
    .footer{
        padding: 33px 0px 0px;
        margin-bottom: 63px;
    }
    .copyRightArea {
        margin-top: 33px;
        border-top: 1px solid rgb(62 62 62 / 20%);
        padding: 25px 0px 0px;
    }
    .footer_tab{
        display: flex;
    }
    .cat_img {
        height: 81px;
        margin-bottom: 6px;
    }
    .cat_box p {
        font-size: 11px;
    }
    .cat_item_img {
        width: 100%;
        height: 160px;
    }
    .cat_item_img {
        padding: 0.2rem 0.3rem;
        top: 149px;
        border-radius: 7px 0;
    }
    .item_title_name {
        padding: 0.3rem 0.3rem;
        top: 148px;
    }
    .item_title_name h4 {
        font-size: 0.9rem;
        color: #000;
    }
    .ad_dtls {
        width: 54%;
    }
    .ad_dtls h3 {
        font-size: 1.5rem;
    }
    .floating_btn {
        right: 4px;
        bottom: 116px;
    }
    .scroll-top-wrapper {
        right: 4px;
        bottom: 65px;
    }
    .inner_header {
        display: none;
    }
    .mobile_filter {
        display: flex;
      }
      .product_listing_section {
        padding-top: 50px;
    }
    .filterbar {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        z-index: 99999;
        width: 100%;
        height: 100vh;
        background: #fff;
        transform: translateX(-110%);
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
    }
    .filterbar.open{
        transform: translateX(0%);
    }
    .filter-close-btn{
        display: block;
    }
    .filter_section {
        padding: 10px;
        background: #fff;
        border: 1px solid #e1e1e1;
        border-radius: 10px;
        position: absolute;
        left: 0;
        right: 0;
        top: 34px;
        bottom: 0;
        overflow: auto;
    }
    .upgradebox img {
        width: 100%;
        height: 65px;
    }
}




