
  @media only screen and (max-width: 480px){
    .custom-search{
        display: none;
    }
    .digital_live{
        margin-top: -20%;
    }
    .header_content{
        margin-top: -20%;
    }

  }

#product_search{
    width:600px;
}

  #portfolio{
    margin-top: 5%;
    background-color:#F2F2F2;
  }



  .catname {
    text-align: center;
}


.cart_img:hover {
    box-shadow: #0a8c9659 0px 5px 15px;
}


.file-name {
    color:#595959; 
    font-size: 15px;
    font-weight: 600;
}

.responsive-image {
    width: 950px;
    max-width: 100%;
    height: auto;
}


.loader {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 9999;
    width: 70px;
    height: 70px;
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    animation: spin 2s linear infinite;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



.glb_file_display {
    display: flex;
    justify-content: center;
    align-items: center;
   
}




