/*
Theme Name: Welcart Basic Child
Description: Welcart Basic Child Theme
Author: Collne Inc
Template: welcart_basic
Version: 1.0.0
*/

@media screen and (min-width: 1000px) { 
  #logo{
    display: block !important;
    max-width:280px;
    padding: 0;
  }
}
@media screen and (max-width:999px) { 
  #logo {
    display: block !important;
    max-width:140px;
  }
}