/*
 Theme Name:   SuperStore Child Theme
 Description:  SuperStore Child Theme
 Author:       Will
 Template:     superstore
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  superstore-child-theme
*/

@import url("../superstore/style.css");

#header .nav-toggle {
   margin:0 auto;
  padding:0;
  width:99%;
  cursor: pointer;
}
#header .nav-toggle:after {
  font-family: "FontAwesome";
  font-weight: 700;
  font-style: normal;
  text-decoration: inherit;
  speak: none;
  display: inline-block;
  text-align: right;
  line-height: 1;
  content: "\f179";
  content: " MENU \f0c9";
  background: #000000;
  height: 2.5em;
  width: 100%;
  text-align: center;
  line-height: 2.5em;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color:white;
}
#header .nav-toggle a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}
#header .nav-toggle a:hover {
  text-decoration: none;
}
#header .nav-toggle span {
  display: none;
}
div.menunav

{

font-size:11pt;

font-weight:bold;

color:#FFFFFF;

letter-spacing: 1px;

}





div.menunavsale

{

font-size:11pt;

font-weight:bold;

color:#222222;

letter-spacing: 1px;

}

@media only screen and (min-width: 769px)
.single-product .summary .price {
    width: 50% !important;

}


@-moz-document url-prefix() { 
  strong {
     font-weight: 600;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    strong {
     font-weight: 600;
  }
}

.wc-shortcodes-sep, .wc-shortcodes-author {
    display: none !important;
}


.post-author { display: none; }



