/* some changes on home page for mobile version only */


@media only screen and (max-width: 515px) {
    
    /* my phone showing white space with a lot of scroll down */
    body{
        height: 100vh !important;
    }
    html, body {
        overflow-x: hidden;
      }
      body {
        position: relative;
        width:100%;
      }

    /* welcome page */
    .am-prev{
        left: 6%;
    }
    .am-next{
        right: 6%;
    }

    .blog-img-sm{
        width: 220px;
        height: 220px;
    }
    .align-in-minipad{
        bottom: 10px;
    }
    .align-in-minipad>span{
        position: relative;
        bottom: 5px;
    }

    .become-seller-btn{
        /* bottom: -390px !important; */
        top: 265px !important;
    }
    .story-first-line-xs{
        padding-right: 35px;
    }
    .seller-btn-div-sm{
        position: relative;
        right: -137px;
    }
    .seller-btn-div-sm>span{
        position: relative;
        bottom: 10px;
    }
    .story-div-sm{
        /* padding-bottom: 130px !important; */
        padding-bottom: 190px !important;
    }
    .become-seller-btn>a{
        position: relative;
        /* top: 13px; */
        top: 55px;
    }

    /* footer */
    #footer{
        padding-bottom: 25px !important;
    }
    .mobile-newsletter{
        background: #EB8F81;
        color: black;
    }
    .mobile-newsletter>.row{
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .certified-logo-area{
        background: white;
        color: black;
    }
    .certified-logo-area>.row{
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-links-pad-mobile{
        padding-left: 15px !important;
    }
    .input-footer{
        justify-content: start !important;
    }
    .sign-up{
        align-items: start;
    }


    .sm-padding-footer>div{
        margin-bottom: 0px !important;
        /* padding-bottom: 0px !important; */
    }
    #footer{padding-bottom: 0px !important;}

    #footer .get-in-touch{
        text-align: left !important;
    }
    #footer .get-in-touch li{
        display: flex;
        flex-direction: row-reverse;
        justify-content: start;
        align-items: center;
    }
    #footer .get-in-touch img{
        width: 10px;
        height: 100%;
        margin-right: 2px;
    }
    #footer a{
        font-size: 12px;
    }

    /* footer */



    .hz-indyview-overay-button button{
        line-height: 25px !important;
    }
    .swiper-button-prev-111{
        /* margin-left: 6px !important; */
        margin-left: -3px !important;
    }
    .swiper-button-next-111{
        /* margin-right: 6px !important; */
        margin-right: 7px !important;
    }
    .swiper-button-prev-111>span, .swiper-button-next-111>span{
        border: 2px solid grey !important;
    }
    .swiper-button-prev-111>span, .swiper-button-next-111>span>svg{
        color: darkslategrey !important;
    }
    .am-prev, .am-next{
        width: 30px !important;
    }
    .am-prev>span, .am-next>span{
        border: 2px solid grey !important;
    }
    /* .new-product-card>div>p, .indyview-text{
        font-weight: bold !important;
    } */
    .indyview-text{
        font-weight: bold !important;
    }
    .new-product-card>div>a>p{
        font-weight: initial !important;
        font-size: 10px !important;
    }
    .community-card .text-container a{
        bottom: 20px !important;
    }
    .community-card .card-text{
        font-size: 11px !important;
    }



    /* header upadte and make it sticky */
    .hz-header-main{
        height: 110px;
    }
    .hz-header-form-search{
        top: 72%;
        left: 47% !important;
        min-width: 100%;
    }
    #navbarSupportedContent{
        display: flex !important;
    }
    .navbar-nav{
        flex-direction: row;
        margin-top: -3px;
    }
    .navbar{
        justify-content: flex-end;
    }
    .hz-header{
        position: sticky;
        top: 0;
        right: 0;
        left: 0;
        z-index: 100;
    }



    .informative-widgets .single{
        flex-direction: column;
        text-align: center;
        padding: 15px 0px !important;
        gap: 8px;
    }
    .informative-widgets .single img{
        width: 20px;
    }
    .informative-widgets .parent{
        gap: 10px;
    }



    .swiper-prev-next-arrows{
        display: none;
    }
    .community-card{
        min-height: 160px !important;
        
    }
    .swiper-scrollbar.swiper-scrollbar-mobile{
        left: 23% !important;
    }

    .banner-container{
        padding: 0px !important
    }

    .new-product-card .rating{
        width: 45px !important;
    }
    .new-product-card .rating small{
        font-size: 12px !important;
    }
    .new-product-card{
        padding: 7px !important;
    }
    .new-product-card .rating{
        left: 12px !important;
        top: 15px !important;
    }
    .new-product-card .wishlist{
        right: 12px !important;
        top: 15px !important;
    }
    

}

@media only screen and (max-width: 390px) {
    .seller-btn-div-sm{
        right: -127px !important;
    }
 }

 @media only screen and (max-width: 375px) {
    .story-first-line-xs{
        padding-right: 20px;
    }
    .seller-btn-div-sm {
        right: -120px !important;
    }
 }

 @media only screen and (max-width: 360px) {
    .seller-btn-div-sm {
        right: -112px !important;
    }
    .swiper-button-prev-111 {
        margin-left: -28px !important;
    }
    .swiper-button-next-111 {
        margin-right: 30px !important;
    }
 }