
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.shop-now-button{
    margin-left: 30%;
    /*margin-top: -471px;*/
    font-size: 12px;
}

    /*header {*/
    /*    background-image: url('images/Mobile-Image.webp');*/
    /*    height:46%;*/
    /*}*/


.footer-section {
    text-align: center;
}
    .add-to-cart{
        position: absolute;
        width: 150px;
        margin-top: 5px;
    }
    .main-logo img {
     margin-top: 1rem;
    }

    .mobile-menu-toggle {
        font-size: 30px;
        color: white;
        position: absolute;
        right: 26px;
        top: 12px;
        cursor: pointer;
        display: block;
    }
    .cart-continue-shopping{
        position:static;
    }

    #main-menu
    {
display: none;
    }
    #main-menu {
        right: 1px;
        top: 6px;
        position: absolute;
        z-index: 999;
    }
    #main-menu ul li {
    background-color: #f67322;
        border-bottom: 1px solid white;
        display: block;
        padding: 5px 1px;
    }
    #main-menu ul li:hover{
        background-color: orange;
    }
    #main-menu ul li a{
        padding: 6px 8px;
    }

    .category_menu ul{
        display: block;
    }
    .category_menu ul li {
        display: inline;
        background-color: #f67322;
    }
    .category_menu ul li a {
        color: #fff;
    }
    .category_menu{
        padding: 10px 0;
    }

    .sub-menu {
        position: absolute;
        padding-left: 0;
        z-index: 1000;
         display: none;
        right: 143px;
        top: 94px;
    }

    /*mews and event section start */
    .news-and-event {
        background-image: url('images/blog-section-mobile.webp');
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        padding-top: 15rem;
        background-position: center;
        margin: -70px 0;
    }

    .newsc h1 {
        margin-top: 2rem;
        font-size: 24px;
    }

    .blog-slider-single-image {
        height: 140px;
    }
    .blog-slider-single-image{
        display: flex;
        justify-content: center;
    }
   .reduce-mt-5.mt-5 {
        margin-top: 0 !important;
    }

    .blog-front-info {
        margin-top: 2rem;
    }

    /*category image css start */

    .tire-category img{
        height: auto;
        margin-top: 48px;
    }
    #tire-category-bg-last{
        height: auto;
    }
    #tire-category-center{
        height: auto;
    }

    #tire-category-bg{
    height: auto;
     }

    /*new css */
    .about-us .bar {
     margin: 0 auto 40px;
    }
    .about-us {
        padding: 0 10px;
    }
    .footer-subtitle{
    margin-top: 20px;
    }

    .footer-two-section {
        display: block;
      text-align: center;
    }

#one-line{
    width: 48%;
}


    .fixed-add-to-cart {
        right: 0px;
    }

    .mobile-none{
        display: none;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {



}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {


}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {


}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {


}
