/*
Theme Name: Child - Flatshop
Version: 1.0
Description: A child theme of Themify Flatshop
Template: flatshop
*/

@import url("../flatshop/style.css");

#menu-icon {
   display:block;
}

@media screen and (min-width: 600px) {
    #menu-icon {
       display:none;
    }
}

#headerwrap {
  background-color: white!important;
}

#layout-wrap {
  background-color: rgba(255,255,255,.9)
}

.back-top a:before  {
  color: #dbdbdb;
}
