/* GCS */

/* Hide price from quick search */
#QuickSearch .Price {
    display: none;
}

/* Hide price in CategoryProductsItem.html */
#CategoryContent .ProductList .p-price {
  color: #000;
  display: none;
}

/* Get rid of padding above the contact form */
.contact-wrapper .Content {overflow: visible; padding-top:0px;}

/* Get rid of 'Not Rated' text  */
.ProductDetailsGrid .DetailRow.product-rating .Value{ padding-bottom: 7px;display: none;}

/* Get rid of padding below pictures on category pages  */
.ProductList .ProductImage {padding-bottom: 0px; margin-bottom: 10px;}

/* Get rid of newsletter image that appears under footer. */
.imgEmail {float: right; width:41%; text-align: right; display: none}

.PageMenu .side-menu > ul > li{width:auto !important;}
.SubCategoryListGrid ul{text-align:center;}
.SubCategoryListGrid > ul li.RowDivider,.SubCategoryListGrid > ul li:last-child{display:none;}
.SubCategoryListGrid > ul li{ border-bottom: 0 !important;}
#embed-newsletter .autobox.name{width:30%;    background: #f5f5f5;border: 0;color: #a3a3a3; font-family: Roboto; font-style: italic;    text-transform: lowercase;    font-size: 12px;    border-right: 1px solid #d3d3d3;}
#embed-newsletter .email{position: absolute;}
@media (min-width: 992px) and (max-width: 1199px){
   .ProductList .ProductImage > a {
      height: auto !important;
      min-height: 151px;
   }
}

/* Format Free Shipping Text hyperlink */
.header-top a {
    font-size: 11px;
    letter-spacing: 0.1em;
    padding-top: 14px;
}

/* Don't capitalise words in top level menu.  */
.PageMenu .side-menu > ul li ul li a {color: #505050; text-transform: none; line-height: 1.5; padding: 8px 20px; text-align: left; }

/* Alter product price so that it is smaller
.ProductPriceSmaller{color:#000;font-size:16px;font-style: bold; font-style: normal;}


/* Cause Accept Cookie button to wrap */
#cookieNotification p {
	float: left;
	max-width: 100%;
	margin: 0;
	padding: 15px 0 12px;
	line-height: 18px;
	font-weight: bold;
}