@media only screen and (min-width: 1025px) {
    .homepage_wrapper{
        width: 100%;
            min-height: 90%;
    background-image: url('https://qr.ziyaderestoran.com/images/s-1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -117px;
    }
    .welcome_user_text{
        margin-bottom: 30px;
        text-align: center;
        margin: 0 auto;
        width: 550px;
        margin-bottom: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        justify-items: center;
        margin-top:200px;
    }
    .welcome_user_text h1{
        font-size: 56px;
        font-weight: 700;
        line-height: 64px;
        margin-bottom: 20px;
        
    }
    .welcome_user_text span{
        font-size: 20px;
        font-weight: 400;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .welcome_user_text a{
        padding: 12px 25px;
        border-radius: 50px;
        font-weight: 600;
        font-size: 16px;
        line-height: 26px;
    }
    .welcome_user_text a:hover{
        opacity: 0.7;
    }
    .wrapper_container_wrapper{
        width: 970px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-items: center;
        z-index: 9999;
        padding: 15px;
        border-radius: 13px;
    }
    .dynamic-search-card{
        width: 100%;
        margin-bottom: 15px;
    }
    .dynamic-search-card form input{
        width: 650px;
        border-radius: 4px;
        font-size: 15px;
        color: #1a1a1a;
        box-shadow: none !important;
        outline: none !important;
        padding: 15px;
        margin: 0 auto;
        border: 3px solid transparent;
    
        &:focus{
            border: 3px solid #1da1f1;
        }
    }
    .dynamic-search-card form label{
        color: #6C757D;
    }
    .pagedesign-for-wrapper{
        width: 100%;
        background: #fff;
    }
    .c_container_wrap{
        width: 970px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .c_container_wrap h1{
        font-size: 30px;
        font-weight: 700;
        line-height: 35px;
        margin-bottom: 30px;
    
    }
    .c_container_wrap span{
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        margin-top: -22px;
        margin-bottom: 30px;
    }
    .categoriesProducts{
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
    .listings_for_categories{
        width: 23%;
        box-sizing: border-box;
        min-height: 150px;
        text-align: center;
        border: 1px solid #ffffff;
        border-radius: 10px;
        margin-right: 19px;
        margin-bottom: 20px;
        background-color: #fff;
    }
    .listings_for_categories:hover{
        opacity: 0.7;
    }
    .listings_for_categories a{
        text-decoration: none !important;
    }
    .listings_for_categories a img{
        width: 100%;
        height: 140px;
        object-fit: cover;
        margin-bottom: 15px;
        padding: 2px;
        border-radius: 12px 12px 0 0;
    }
    .listings_for_categories a h2{
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
        text-transform: uppercase;
        margin-bottom: 20px;
        color: #0f545b;
    }
    .listings_for_categories small{
        position: absolute;
        padding: 8px 15px;
        background-color: #0f545b;
        color: #ffffff;
        border-radius: 10px;
        margin-left: 7px;
        margin-top: 6px;
        font-size: 13px;
        font-weight: 700;
    }
    .details__h1{
        text-align: center;
    }
    .product-list-details{
        width: 600px;
        background-color: #F7F7F7;
        border: 4px solid #fff;
        margin: 0 auto;
        border-radius: 13px;
        margin-bottom: 60px;
        text-align: center;
    }
    .product-list-details img{
        width: 100%;
        height: 100%;
        object-fit: contain;
        border-radius: 13px 13px 0 0;
    }
    .product-list-details h1{
        font-size: 33px;
        font-weight: 700;
        line-height: 28px;
        color: #0f545b;
        background-color: #ffffff;
        padding: 17px;
        display: flex;
        flex-direction: column;
    }
    .product-list-details h1 span{
        font-size: 17px;
        font-weight: 400;
        line-height: 20px;
        color: #0f545b;
        margin-top: 13px;
        margin-bottom: -0px;
    }
    .product-list-details strong{
        padding: 17px;
        font-size: 30px;
        font-weight: 900;
        color: #0f545b;
        position: relative;
        top: -15px;
        display: flex;
        align-items: center;
        margin: 0 auto;
        width: 100%;
        justify-items: center;
        justify-content: center;
    }
    .product-list-details strong i{
        margin-right: 0px;
        display:none;
    }
    .product-view__details{
        text-align: center;
    }
}