@media (min-width: 1280px) {
  .inner-desc {
    width: 21.87vw;
  }
}
@media only screen and (max-width: 768px) {
    
  #insta-mobile {
    width: 100%;
  }
  .form-group input::placeholder {
    overflow: visible !important;
    padding-top: 7px !important;
  }
  .input-group input::placeholder {
    overflow: visible !important;
    padding-top: 7px !important;
  }
  .form-login {
    padding: 4px 0px 4px 10px !important;
  }
  #user-mobile {
    display: inline !important;
  }
  .user-font-mobile {
    font-size: 15px !important;
    font-weight: 700 !important;
  }
  .user-font-mobile2 {
    font-size: 12px !important;
    font-weight: 500 !important;
  }
  .font-footer-copy {
    padding-left: 30px !important;
  }
  .login-title-left {
    padding-top: 20px !important;
  }
  .form-control-sm {
    padding: .25rem 0rem 1rem .5rem;
  }
  
}
#user-mobile {
  display: none;
}
.padding-header-base {
  overflow: hidden;
}

@media screen and (max-width: 600px) {


  table#cart tbody tr td:first-child {
    /*background: #ffffff !important;*/
    color: #333 !important;
  }
}