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

!!!!!!!!!! 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 Home iQ with Less
 *   – For the Less variables and functions that you don't want available in the Style Editor, declare them in this file.
 */
/**
 *   Bigcommerce HomeiQ 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 Home iQ
 *   Style Initialisation
 */
.title-bar {
  background-color: #ebe9dc;
}
.top-bar {
  background-color: #ebe9dc;
}
#HeaderUpper {
  background-color: #ebe9dc;
}
#TopMenu li.First a {
  color: #a0975b;
}
#TopMenu li a {
  color: #a0975b;
}
#Logo h1 a {
  color: #444444;
}
#HeaderLower {
  background-color: #ffffff;
  box-shadow: 0px 1px 0px #cac4a2;
}
#SideCategoryList li a,
#SideCategoryList .sf-menu li a {
  color: #444444;
}
#SideCategoryList li ul,
#SideCategoryList .sf-menu li ul {
  background-color: #ffffff;
  box-shadow: 0px 1px 2px #cac4a2;
}
#SideCategoryList > li > ul:before,
#SideCategoryList .sf-menu > li > ul:before {
  border-bottom-color: #ffffff;
}
#ContainerFooter {
  background-color: #ffffff;
}
#ContainerFooter .btn {
  background-color: #e8e8e8 !important;
}
#FooterUpper h2 {
  color: #000000;
}
#socnet .soc-msg {
  color: #000000;
}
#Footer #Menu li a {
  color: #000000;
  border-left: 1px solid #000000;
}
#FooterUpper a {
  color: #ababab;
}
#Footer p {
  color: #ababab;
}
#Footer a {
  color: #ababab;
}
#HomeFeaturedProducts .ProductList .ProductDetails a {
  color: #444444;
}
#HomeFeaturedProducts .ProductPrice,
.ProductList em {
  color: #777777;
}
.PrimaryProductDetails .ProductMain h1 {
  color: #222222;
}
#SimilarProductsByCustomerViews .ProductDetails a {
  color: #222222;
}
#QuickViewProductDetails h3 {
  color: #222222;
}
.ProductDetailsGrid .DetailRow.PriceRow .Value em {
  color: #222222;
}
#SimilarProductsByCustomerViews .ProductPriceRating em {
  color: #222222;
}
#QuickViewProductDetails .ProductPrice {
  color: #222222;
}
.ProductDetailsGrid .Label {
  color: #000000;
}
#QuickViewProductDetails p {
  color: #000000;
}
#QuickViewProductDetails .Label,
#QuickViewProductDetails .productAttributeLabel {
  color: #000000;
}
.productAttributeValue {
  color: #000000;
}
.productAttributeValue a {
  color: #000000;
}
#ModalContent a,
.ModalContent a {
  color: #000000;
}
a {
  color: #000000;
}
.Value {
  color: #000000;
}
.ProductAddToCart .productAttributeLabel {
  color: #000000;
}
.productOptionViewRectangle .option label .name {
  color: #000000;
}
.Field45.quantityInput {
  color: #000000;
}
#prodAccordion .Block.current h2 {
  color: #222222;
}
#prodAccordion .Block h2 {
  color: #222222;
}
#ProductDescription p {
  color: #000000;
}
.Content h3 {
  color: #222222;
}
.AddToWishlistLink .wishlist-button {
  color: #000000;
}
h1.title {
  color: #222222;
}
#CategoryContent .ProductList .ProductDetails a {
  color: #000000;
}
#CategoryContent .ProductList em,
#CategoryContent .ProductList .ProductPrice {
  color: #777777;
}
body {
  background-color: #ffffff;
}
.ProductList .ProductDetails {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Monda", Arial, Helvetica, sans-serif;
}
/* --- Faceted Search --- */
.facet-container {
  border-top: 1px solid #f2f2f2;
}
.facet-container [class^="js-facet-clear"] {
  color: #666666;
}
.facet-container [class^="js-facet-clear"]:hover {
  color: #333333;
}
.facet-container .btn-facet-more-options.more {
  color: #000000;
}
.facet-container .btn-facet-more-options.more:hover {
  color: #ababab;
}
.facet-container .facet-option:hover {
  background: #f2f2f2;
}
.facet-container .facet-option .facet-option-product-count {
  color: #666666;
}
.js-faceted-search-container > [class^='js-facet-']:last-of-type .facet-container {
  border-bottom: 1px solid #f2f2f2;
}
