@import url(//fonts.googleapis.com/css?family=Droid+Sans|Audiowide|Freckle+Face|Exo+2|Hammersmith+One|Ceviche+One|Open+Sans);
/*

!!!!!!!!!! WARNING !!!!!!!!!!

If you edit theme.css, your changes will be overwritten by any compilation of theme.less
Please remember to replicate your changes in init.less, or just make your changes in another file if possible

!!!!!!!!!! WARNING !!!!!!!!!!

*/
/**
 *   Bigcommerce Bluprint with Less
 *   – For the Less variables and functions that you don't want available in the Style Editor, declare them in this file.
 */
/**
 *   Bigcommerce Hipster with Less
 *
 *   For compatability with the Bigcommerce Style Editor:
 *    + Import your Google fonts first
 *
 *    + Declare your fonts for use in the editor by using '@font-declaration' (JSON format)
 *      eg @font-declaration: '{ "Open Sans":["Open Sans","Arial","sans-serif"], "Freckle Face":["Freckle Face","cursive"] }'
 *
 *    + Declare your color palette for use in the editor by using '@color-declaration'
 *      eg @color-declaration: '["#333", "#1399BE", "#EDEDED", "#FFF"]';
 *
 *    + Prefix fonts with '@font-' for the style editor to make it editable by the end user
 *
 *    + Prefix colors with '@color-' for the style editor to make it editable by the end user
 *
 *    + Prefix settings with '@setting-' for the style editor to make it adjustable by the end user
 */
/**
 *   Declarations    
 */
/**
 *   Bigcommerce Hipster
 *   Style Initialisation
 */
#Header {
  border-top: solid #464646 35px;
}
#TopMenu li a {
  color: #ffffff;
}
#Header {
  background-color: #f5f5f5;
}
#Logo h1 a {
  color: #464646;
}
#HeaderLower {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
#HeaderLower li a {
  color: #6e6e6e;
  border-left: 1px solid #6e6e6e;
}
#ContainerFooter {
  background-color: #ededed;
}
#FooterUpper .RecentNews li p {
  color: #878787;
}
#ContainerFooter h3 {
  color: #026398;
  border-bottom: 1px solid #d4d4d4;
}
#HomeRecentBlogs li {
  border-bottom: 1px solid #d4d4d4;
}
#FooterUpper li a {
  color: #9c9c9c;
}
#Footer li {
  color: #9c9c9c;
}
#Footer a {
  color: #9c9c9c;
}
.home-products .item h2 a {
  color: #ff7800;
}
.home-products .item .ProductPrice em {
  color: #464646;
}
.PrimaryProductDetails .ProductMain h1 {
  color: #464646;
}
.ProductDetailsGrid .DetailRow.PriceRow .Value em {
  color: #464646;
}
#prodAccordion .Block h2,
#prodAccordion .Block.current h2 {
  color: #ff7800;
}
#ProductDetails .Value a {
  color: #464646;
}
.ProductDetailsGrid .Label {
  color: #464646;
}
.PrimaryProductDetails .ProductMain {
  color: #464646;
}
#uniform-qty_ span {
  color: #464646;
}
#ProductDetails .BulkDiscount .AddCartButton,
#ProductDetails .BulkDiscount .BulkDiscountLink .btn {
  background-color: #ff7800;
  border: solid #b35400 1px;
}
#ProductDetails .BulkDiscount .AddCartButton:hover,
#ProductDetails .BulkDiscount .BulkDiscountLink .btn:hover {
  background-color: #ff8b24;
}
#ProductDetails input[type="button"].btn-secondary {
  background-color: #dedede;
  border: 1px solid #b8b8b8;
}
#ProductDetails input[type="button"].btn-secondary:hover {
  background-color: #f0f0f0;
}
#ProductReviews .write-btn {
  background-color: #dedede;
  border: 1px solid #b8b8b8;
}
#ProductReviews .write-btn:hover {
  background-color: #f0f0f0;
}
#QuickViewProductDetails h1 a {
  color: #464646 !important;
}
#QuickViewProductDetails .ProductPriceWrap .productAttributeRow em {
  color: #464646 !important;
}
#QuickViewProductDetails p {
  color: #464646;
}
#QuickViewProductDetails .Label,
#QuickViewProductDetails .productAttributeLabel {
  color: #464646;
}
#QuickViewProductDetails .productAttributeValue {
  color: #464646;
}
#QuickViewProductDetails .viewFull a {
  color: #ff7800;
}
#productDetailsAddToCartForm .bigBtn {
  background-color: #ff7800;
  border: solid #b35400 1px;
}
#productDetailsAddToCartForm .bigBtn:hover {
  background-color: #ff9333;
}
#productDetailsAddToCartForm .ProductList a {
  color: #464646;
}
.home-products .item .ProductInfo .view-details {
  color: #ff7800;
}
.home-products .item a {
  color: #ff7800;
}
.home-products .ProductInfo #QuickViewContent .productOptionViewRectangle label .name {
  color: #464646;
}
.CatHead h1 {
  color: #464646;
}
#CategoryContent .ProductList li .ProductName a,
.item .ProductName a {
  color: #ff7800;
}
#CategoryContent .ProductList .ProductPriceRating em,
#CategoryContent .ProductList .ProductPrice {
  color: #464646 !important;
}
.ProductList li .ProductCompareButton {
  color: #464646;
}
#CategoryContent .btn-secondary {
  background-color: #dedede;
  border: 1px solid #b8b8b8;
}
#CategoryContent .btn-secondary:hover {
  background-color: #f0f0f0;
}
#CategoryContent .next {
  background-color: #dedede;
  border: 1px solid #b8b8b8;
}
#CategoryContent .next:hover {
  background-color: #f0f0f0;
}
#Outer {
  background: #f5f5f5;
}
.Breadcrumb li a {
  color: #c2c2c2;
}
.Breadcrumb li {
  color: #c2c2c2;
}
.ProductList .ProductDetails {
  font-family: "Droid Sans", sans-serif;
}
.home-products .item h2 a {
  font-family: "Droid Sans", sans-serif;
}
.ProductPrice em {
  font-family: "Droid Sans", sans-serif;
}
.ProductDetailsGrid .DetailRow.PriceRow .Value em {
  font-family: "Droid Sans", sans-serif;
}
.ProductList .ProductPriceRating em {
  font-family: "Droid Sans", sans-serif;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Droid Sans", sans-serif;
}
/* --- Faceted Search --- */
.facet-container {
  border-top: 1px solid #dcdcdc;
}
.facet-container [class^="js-facet-clear"] {
  color: #d4d4d4;
}
.facet-container [class^="js-facet-clear"]:hover {
  color: #a1a1a1;
}
.facet-container .btn-facet-more-options.more {
  color: #6e6e6e;
}
.facet-container .btn-facet-more-options.more:hover {
  color: #9c9c9c;
}
.facet-container .facet-option:hover {
  background: #dcdcdc;
}
.facet-container .facet-option .facet-option-product-count {
  color: #d4d4d4;
}
.js-faceted-search-container > [class^='js-facet-']:last-of-type .facet-container {
  border-bottom: 1px solid #dcdcdc;
}
