
body {
  font-size: 14px;
  line-height: 20px;
  background: #ffffff;
  font-family: "Lato", Arial, sans-serif;
}

body,
p {
  color: #000000;
}

p {
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #000000;
}

a:focus,
a:hover {
  color: #000000;
}

header .nav {
	background: #003f8a;
	font-size: 14px;
}
header {
	background: #ffffff;
}

.sf-menu {
	background: #ffffff;
}

.sf-menu > li > a {
	font-size: 14px;
}

.columns-container {
    background: #ffffff;
}

#newsletter_block_left {
	background: #ffffff;
}

.footer-container {
	background: #f4f4f4;
}

.copyright {
	background: #212121;
}

h1,
h2,
h3,
h4 {
	font-family: "Lato", Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
	color: #000000;
}

h1, .h1 {
  font-size: 28px; }

h2, .h2 {
  font-size: 24px; }

h3, .h3 {
  font-size: 20px; }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 18px; }

h6, .h6 {
  font-size: 18px; }


ul.product_list .product-name {
	color: #000000;
	font-size: 14px;
}

.pb-center-column h1 {
	font-size: 32px;
}

.price {
	color: #000000;
}

.product-container .price.product-price,
.our_price_display .price {
    font-size: 24px;
}

.old-price {
	color: #989898;
	font-size: 16px;
}
.price-percent-reduction {
	color: #ffffff;
	background-color: #000000;
	font-size: 12px;
}


/* fixed-menu */
@media (max-width: 1920px) and (min-width: 1024px) {
  .fixed-menu {
    z-index: 9;
    background: #ffffff;
    
    padding-top: 0px!important;
    position: fixed !important;
    top: 0;
    left: 0;
  width: 100%;
  }
  .sf-menu.container {
	  margin-left: auto;
	  margin-right: auto;
  }
}



