@import url(//fonts.googleapis.com/css?family=Montserrat|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 Blueprint with Less
 *   – For the Less variables and functions that you don't want available in the Style Editor, declare them in this file.
 */
/**
 *   Bigcommerce FunNGames 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 FunNGames
 *   Style Initialisation
 */
.container.header {
  background-color: #00bcee;
}
.slider-bg {
  background-color: #00bcee;
}
#TopMenu li a {
  color: #001b22;
}
#TopMenu li {
  color: #00576f;
}
#TopMenu li div {
  color: #00576f;
}
#LogoContainer a {
  color: #ffffff;
}
#LogoContainer h1 {
  text-shadow: 2px 1px 0 rgba(0, 107, 136, 0.75);
}
#SearchForm {
  border-color: #6fe1ff;
  box-shadow: 0px -1px 0px #00a8d5;
}
.PageMenu a {
  color: #000000;
}
.PageMenu li ul {
  background-color: #ffffff;
}
.PageMenu li ul:before {
  border-bottom-color: #ffffff;
}
.container.footer {
  background-color: #01b1e0;
}
#ContainerFooter h3,
#ContainerFooter h4 {
  color: #ffffff;
}
#Footer #Menu li a {
  color: #ffffff;
  border-left: 1px solid #ffffff;
}
#Footer .PageMenu li {
  border-left: 1px solid #ffffff;
}
#ContainerFooter,
#ContainerFooter a {
  color: #ffffff;
}
#FooterUpper a {
  color: #ffffff;
}
#FooterUpper .RecentNews li p {
  color: #ffffff;
}
#Footer p {
  color: #ffffff;
}
#Footer a {
  color: #ffffff;
}
#SideNewsletterBox .btn.alt {
  background-color: #ffffff;
  border-color: #e6e6e6;
}
#HomeFeaturedProducts .ProductList .ProductDetails a {
  color: #000000;
}
#HomeFeaturedProducts .ProductPrice,
#HomeFeaturedProducts .ProductList em {
  color: #00bcee;
}
.DetailRow h4 a {
  color: #aaaaaa;
}
.PrimaryProductDetails h1 {
  color: #000000;
}
.ProductList .ProductDetails a {
  color: #000000;
}
.ProductDetailsGrid .DetailRow.PriceRow .Value em {
  color: #000000;
}
.left-content .ProductList em.p-price {
  color: #000000;
}
#prodAccordion .Block.current h2,
div.ExpressCheckout .ExpressCheckoutBlock:not(.ExpressCheckoutBlockCollapsed) h3 {
  color: #000000;
}
#prodAccordion .Block h2,
div.ExpressCheckout h3 {
  color: #000000;
}
#SimilarProductsByCustomerViews .sub-title {
  color: #000000;
}
.ProductDetailsGrid .DetailRow h4 {
  color: #000000;
}
.ProductDetailsGrid .Value {
  color: #000000;
}
.ProductAddToCart .productAttributeLabel {
  color: #000000;
}
.productOptionViewRectangle label,
.productOptionPickListSwatch label {
  color: #000000;
}
#ProductDescription .ProductDescriptionContainer p {
  color: #000000;
}
div.selector {
  color: #000000;
}
#SideProductAddToWishList .btn-addto {
  color: #000000;
}
.BulkDiscount .btn {
  background-color: #000000;
  border: 1px solid #000000;
}
#CategoryHeading h1 {
  color: #000000;
}
#CategoryContent .ProductList .pname,
#CategoryContent .ProductList .p-name a {
  color: #000000;
}
#CategoryContent .ProductPrice,
#CategoryContent .ProductList .p-price {
  color: #00bcee;
}
#CategoryContent .ProductActionAdd a {
  background-color: #000000 !important;
  border: 1px solid #000000;
}
#CategoryContent .ProductList li .ProductCompareButton {
  color: #000000;
}
.Left h3 {
  color: #000000;
}
#CategoryContent .btn.alt {
  background-color: #ffffff;
  border-color: #e6e6e6;
}
body {
  background-color: #ffffff;
}
.ProductList .ProductDetails a {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
/* --- Faceted Search --- */
.facet-container {
  border-top: 1px solid #ececec;
}
.facet-container [class^="js-facet-clear"] {
  color: #666666;
}
.facet-container [class^="js-facet-clear"]:hover {
  color: #333333;
}
.facet-container .btn-facet-more-options {
  color: #000000;
}
.facet-container .btn-facet-more-options:hover {
  color: #ffffff;
}
.facet-container .facet-option:hover {
  background: #ececec;
}
.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 #ececec;
}
