/* Custom code goes here - paste your css code below in line 3 */

@media (max-width: 767px) {
    #left-column {
        display: none !important;
}
@media (max-width: 991px) {
    /* Your CSS here */
    .header-nav .col-md-12{
        padding: 0;
       margin: 0;
    }
    #_desktop_contact_link {
      float: none;
    }
    .header-nav #contact-link{
        padding: 0;
  font-size: 11px;
  text-align: center;
  margin: 0 auto;
    }
    .header-nav .shop-phone {
        padding: 0!important;
  margin: 0!important;
  border: none!important;
    }
     #contact-link span.shop-phone.shop-email {
         display:inline-block !important;
     }
}
