ul.nav-menu {
   display:none;
}

.site-content .col-full {
   background-color:#111111;
   box-shadow: 0 0 0 0 #949494;
}

.entry-title {
   color:#ccc;
}

.site-search {
  display:none;
}

.storefront-sorting {
   visibility:hidden;
}

ul.products li.product .woocommerce-loop-product__title {
   color:#ffffff;
}

table:not( .has-background ) tbody td {
   background-color:transparent;
}

table:not( .has-background ) tbody tr:nth-child(2n) td {
   background-color:transparent;
}

table:not( .has-background ) tbody tr {
  background-color:transparent;
}

h1 { 
  font-family: 'Lato', sans-serif;
  font-size:26px;
  text-transform:uppercase;
}

h2, h3, h4, h5, h6 { 
  font-family: 'Lato', sans-serif;
  color:#ccc;
}

ul.products.list li.product:after {
   border-bottom:1px solid #996600;
}

#order_review {
  background-color:transparent;
}

#payment .place-order {
   background-color:#222222 !important;
}

#payment .payment_methods li .payment_box {
   background-color: #cccccc;
}

ul.products.list li.product .price {
  width:15%;
}

ul.products.list li.product .woocommerce-product-details__short-description p {
   font-size:16px;
}

.woocommerce .page-description {
   margin-bottom:0 !important;
}

.storefront-full-width-content .woocommerce-products-header {
    padding: 0 0 1em 0 !important;
}

.site-content .col-full {
padding: 5.8em;
}

.woocommerce .page-description p {
  font-size:1.12em !important;
  color:#fff !important;
}

#content.site-content .col-full::after {
   font-size:13px;
   color:#555;
   text-align:center !important;
   content: 'Produced under MCPS license no. 0218166 - Globestar Management 2014 - All rights reserved. Unauthorised copying, reproduction, hiring, lending public performance or broadcasting is prohibited.';
}

button.menu-toggle {
   display:none;
}

.storefront-handheld-footer-bar {
  display:none;
}

.storefront-sorting {
   margin-bottom:0.5em;
}

@media only screen and (max-width: 900px) {
.site-content .col-full {
padding: 2em;
}
  .woocommerce ul.products.list li.product img {
       width:100% !important;
    }

  .woocommerce ul.products.list li.product .price {
       width:35% !important;
    }

   .woocommerce ul.products.list li.product .woocommerce-product-details__short-description {
        width:100% !important;
    }

   .woocommerce ul.products.list li.product .gridlist-buttonwrap {
       width:100% !important;
    }
 }