@media (max-width: 991px) {
    .head .logo img {
        width: 500px;
    }
}






@media (max-width: 767px) {
    .head .logo img {
        width: 300px;
    }

    .head .custom_dropdown{
        width: 10%;
    }

    .custom-nav{
        width: 10%;
    }

    .head .custom_dropdown i{
        font-size: 18px;
    }

    .custom-nav li a{
        padding: 4px 0;
    }
}








@media (max-width: 575px) {
    .head{
        padding-top: 0 !important;
    }

    .tabs_menu ul.tabs li{
        font-size: 16px;
        padding: 10px 14px;
    }

    .product_details{
        padding: 40px 0;
    }

    .main_image_detail{
        height: 300px;
    }

    .Detail_slider img,
    .Detail_slider video{
        height: 70px;
    }

    .head .logo img {
        width: 232px;
    }

    .current_banner .expire{
        top: 5px;
        right: 5px;
        width: 120px;
        font-size: 12px;
    }

    .detail_side h4{
        font-size: 22px;
    }

    .detail_side span{
        font-size: 14px;
    }

    .detail_side p {
        font-size: 14px;
    }

    .detail_side h6{
        font-size: 14px;
    }

    .head .theme-btn{
        padding: 4px 10px !important;
    }

    .custom-marquee span{
        font-size: 11px;
    }

    .video video{
        height: 300px;
    }

    .follow .socail i{
        font-size: 20px;
    }

    .highlight_auction p{
        font-size: 14px;
    }

    .current_auction p{
        font-size: 15px;
    }

    .head .custom_dropdown{
        width: 8%;
    }

    .custom-nav{
        width: 15%;
    }

    .head .custom_dropdown i{
        font-size: 13px;
    }

    .custom-nav li a{
        padding: 4px 0;
    }

    .custom-nav li a i{
        font-size: 13px;
    }

    .place_bid button{
        font-size: 12px;
    }

    .description_box{
        padding: 10px;
    }

    .next_button_fixed{
        right: 10px;
        bottom: 10px;
    }

    .next_button_fixed button{
        width: 100px;
        font-size: 13px;
    }

    .section_current_auctions{
        margin: 30px 0;
    }

    .section_current_auctions ul.tabs li{
        width: 87px;
        font-size: 13px;
        height: 30px;
        margin-bottom: 10px;
        border-radius: 4px;
    }

    .section_current_auctions .auction_card_banners h3{
        font-size: 16px;
    }

    .section_current_auctions .auction_card_banners h4{
        font-size: 13px;
        margin-bottom: 0;
    }
    
    .section_current_auctions .auction_card_banners p{
        font-size: 10px;
        margin: 2px 0;
    }

    .heading h2{
        font-size: 35px;
    }

    .products{
        margin: 30px 0;
    }

    .footer{
        padding: 0 0 30px 0;
    }

    .heading p{
        font-size: 13px;
    }

    .banner h2{
        font-size: 19px;
    }

    .banner {
        padding: 30px 0;
    }

    .heading h2{
        font-size: 20px;
    }

    .heading p{
        font-size: 11px;
    }

    .timer_show #countDownDiv{
        font-size: 28px;
    }

    .product_card img{
        height: 230px;
    }

    .product_detail h4{
        font-size: 18px;
    }
}