html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}
html {
  height: 100%;
  width: 100%;
}
body {
  background: url(../images/bg_3.png);
  background-color: #dedede;
  background-position: right center;
  width: 100%;
}
#wrap {
  background: white;
  width: 100%;
  max-width: 1140px;
  box-shadow: 0px 0px 16px rgba(0,0,0,0.1);
  margin: 0 auto;
}
#page {
  position: relative;
}
#header {
  background: white;
  position: relative;
  background: url(../images/ornament_1.svg) no-repeat;
  background-position: right top;
  background-position-y: -230px;
  background-color: white;
  padding-top: 80px;
  height: 140px;
}
#header .streamer {
  text-align: center;
  position: absolute;
  left: 0px;
  top: 40px;
  width: 100%;
}
@media screen and (max-width: 899px) {
  #header .streamer {
    top: 100px;
  }
}
#header .streamer span {
  background: rgba(255,255,255,0.9);
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0 20px;
  font-family: 'Roboto', Arial, 'Sans Serif';
  font-weight: 300;
  font-size: 0.8em;
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0;
  background: #ffffff;
  box-shadow: 0 -2px 2px rgba(0,0,0,0.1);
}
#header .logo-container {
  position: absolute;
  left: 5px;
  top: 0px;
  z-index: 15;
}
#header .logo-container a {
  display: inline-block;
  background: white;
  border-radius: 50%;
  padding: 20px;
}
#header .logo-container a img {
  position: relative;
  top: 2px;
}
@media screen and (max-width: 899px) {
  #header .logo-container {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
  }
  #header .logo-container a {
    box-shadow: 0 0 8px rgba(0,0,0,0.15);
  }
  #header .logo-container a img {
    width: 75%;
  }
}
#header .navigation {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  overflow: auto;
  background: white;
  background: FIREBRICK;
  -webkit-border-radius: 0 0 0 12px;
  -moz-border-radius: 0 0 0 12px;
  border-radius: 0 0 0 12px;
  box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
#header .navigation ul li {
  float: left;
  line-height: 2.5em;
  font-family: 'Roboto', Arial, 'Sans Serif';
  font-weight: 300;
  font-size: 0.75em;
  padding: 0 24px;
  text-transform: uppercase;
}
#header .navigation ul li a {
  color: black;
  color: white;
  text-decoration: none;
}
#header .navigation ul li a:hover {
  color: firebrick;
  color: white;
  text-decoration: underline;
}
#header .filters {
  position: relative;
  box-shadow: 0 3px 5px rgba(0,0,0,0.25);
  width: 100%;
  padding: 12px;
  background: FIREBRICK;
  z-index: 20;
  position: absolute;
  height: 64px;
}
#header .filters.fixed {
  position: fixed;
  top: 0;
  left: auto;
  bottom: auto;
  margin: 0;
  width: 1140px;
}
@media screen and (max-width: 899px) {
  #header .filters.fixed {
    width: 100%;
    position: relative;
  }
}
#header .filters > li {
  position: relative;
  float: left;
  width: 20%;
  padding-right: 10px;
}
#header .filters > li:last-child {
  padding-right: 0;
}
#header .filters > li .box {
  width: 100%;
  border: 1px solid lightgrey;
  border-color: FIREBRICK;
  height: 40px;
  cursor: pointer;
  background: white;
}
#header .filters > li .box .arrow {
  width: 38px;
  height: 38px;
  float: right;
  border-left: 1px solid lightgrey;
  background: url(../images/arrow-down.svg) no-repeat;
  background-size: 30% 30%;
  background-position: 50% 50%;
  border-bottom: 1px solid rgba(0,0,0,0);
}
#header .filters > li .box .text {
  height: 40px;
  line-height: 40px;
  padding: 0 4px 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'Roboto', Arial, 'Sans Serif';
  font-weight: 300;
  font-size: 14px;
}
#header .filters > li .box:hover .arrow {
  background-color: #f3f3f3;
}
#header .filters > li .box.visible {
  border-bottom: 1px solid white;
}
#header .filters > li .box.visible .arrow {
  background-color: #f3f3f3;
  border-bottom: 1px solid lightgrey;
}
#header .filters > li .dropdown {
  border: 1px solid FIREBRICK;
  border-top: none;
  background: white;
  display: none;
  font-family: 'Roboto', Arial, 'Sans Serif';
  font-weight: 300;
  font-size: 0.8em;
  height: 300px;
  line-height: 1.2em;
  overflow: hidden;
  overflow-y: scroll;
}
@media screen and (max-width: 599px) {
  #header .filters > li .dropdown {
    height: 300px;
    position: static;
    z-index: auto;
    overflow: auto;
    box-shadow: none;
  }
}
#header .filters > li .dropdown.slim-width {
  width: 100%;
}
#header .filters > li .dropdown.slim-width:last-child {
  right: 100%;
  left: 0;
}
#header .filters > li .dropdown.medium-height {
  height: 150px;
}
@media screen and (max-width: 599px) {
  #header .filters > li .dropdown.medium-height {
    right: auto;
    left: auto;
    width: 100%;
  }
}
#header .filters > li .dropdown ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
#header .filters > li .dropdown ul li {
  width: 100%;
  float: none;
  margin: 0;
  padding: 0.5em 20px;
  line-height: 1.5em;
  height: auto;
}
#header .filters > li .dropdown ul li a {
  display: block;
  color: black;
  text-decoration: none;
}
#header .filters > li .dropdown ul li a:hover {
  text-decoration: underline;
}
#header .filters > li .dropdown ul li.select-all {
  background: FIREBRICK;
}
#header .filters > li .dropdown ul li.select-all a {
  color: white;
}
#header .filters > li .dropdown ul li.select-all a span {
  float: right;
  width: 17px;
  height: 17px;
  padding: 2px;
  border: 1px solid rgba(0,0,0,0);
  margin-top: 2px;
}
#header .filters > li .dropdown ul li.select-all a span em {
  display: block;
  background: url(../images/remove.svg) no-repeat;
  background-size: contain;
  width: 11px;
  height: 11px;
}
#header .filters > li .dropdown ul li.select-all a:hover span {
  border: 1px solid white;
  border-radius: 2px;
}
#header .filters > li:last-child .box.visible:after {
  border-right: 1px solid firebrick;
}
#header .filters > li:last-child .dropdown {
  left: -75%;
}
@media screen and (max-width: 899px) {
  #header {
    background-position: right top;
    background-position-y: -230px;
    padding-top: 140px;
    height: auto;
  }
  #header .filters {
    position: static;
    overflow: auto;
    height: auto;
  }
  #header .filters li {
    width: 50%;
    margin-top: 12px;
    padding-right: 0;
  }
  #header .filters li:first-child {
    margin-top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  #header {
    background-position: right top;
    background-position-y: -230px;
    padding-top: 140px;
    height: auto;
  }
  #header .filters {
    position: static;
    overflow: auto;
    height: auto;
  }
  #header .filters li {
    width: 100%;
    margin-top: 12px;
    padding-right: 0;
  }
  #header .filters li:first-child {
    margin-top: 0;
    width: 100%;
  }
}
#footer {
  background: FIREBRICK;
  min-height: 200px;
  padding-bottom: 24px;
}
#footer .widgets {
  overflow: auto;
  width: 100%;
}
#footer .widgets li {
  float: left;
  padding-top: 20px;
  margin-left: 6.0%;
  width: 18%;
  color: white;
}
#footer .widgets li p,
#footer .widgets li h4 {
  font-family: 'Roboto', Arial, 'Sans Serif';
  font-weight: 300;
  font-size: 16px;
  color: white;
  line-height: 1.5em;
}
#footer .widgets li p a,
#footer .widgets li h4 a {
  color: white;
}
#footer .widgets li p a:hover,
#footer .widgets li h4 a:hover {
  text-decoration: none;
}
#footer .widgets li h4 {
  font-family: 'Roboto', Arial, 'Sans Serif';
  font-weight: 300;
  font-size: 20px;
  border-bottom: 1px solid white;
  margin-bottom: 12px;
}
@media screen and (max-width: 899px) {
  #footer .widgets li {
    width: 42%;
  }
}
#page-content {
  padding: 24px;
}
#page-content ul {
  margin: 24px 12px 36px 24px;
  color: firebrick;
  list-style: square;
}
#page-content ul li {
  line-height: 1.5em;
}
#page-content ul li a {
  font-family: 'Roboto', Arial, 'Sans Serif';
  font-weight: 300;
  font-size: 16px;
  color: FIREBRICK;
  text-decoration: none;
}
#page-content h1 {
  font-family: 'Roboto', Arial, 'Sans Serif';
  font-weight: 300;
  font-size: 22px;
  text-transform: uppercase;
}
#page-content h2 {
  font-family: 'Roboto', Arial, 'Sans Serif';
  font-weight: 300;
  font-size: 20px;
  margin: 36px 0 12px 0;
}
#page-content h3 {
  font-family: 'Roboto', Arial, 'Sans Serif';
  font-weight: 300;
  font-size: 18px;
  margin: 12px 0;
}
#page-content p {
  font-family: 'Roboto', Arial, 'Sans Serif';
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
  margin: 12px 0;
}
#page-content a {
  color: firebrick;
}
#page-content a:hover {
  text-decoration: none;
}
.pagination {
  margin: 18px 0;
  text-align: center;
}
.pagination.first {
  overflow: auto;
}
.pagination .left {
  float: left;
}
.pagination .left h1,
.pagination .left p {
  text-align: left;
  margin: 12px;
  font-family: 'Roboto', Arial, 'Sans Serif';
  font-weight: 300;
  font-size: 18px;
}
.pagination .left p {
  font-family: 'Roboto', Arial, 'Sans Serif';
  font-weight: 300;
  font-size: 13px;
}
@media screen and (max-width: 899px) {
  .pagination .left {
    float: none;
  }
}
.pagination ul {
  overflow: auto;
  width: auto;
  display: inline-block;
  float: right;
  height: 26px;
  margin: 0 12px 0 0;
}
@media screen and (max-width: 899px) {
  .pagination ul {
    float: none;
    margin: 0;
  }
}
.pagination ul li {
  float: left;
  border: 1px solid firebrick;
  margin-right: 6px;
}
.pagination ul li a,
.pagination ul li span {
  display: block;
  padding: 6px;
  width: 24px;
  height: 24px;
  font-family: 'Roboto', Arial, 'Sans Serif';
  font-weight: 300;
  font-size: 10px;
  text-align: center;
  line-height: 12px;
  color: firebrick;
  text-decoration: none;
}
.pagination ul li a:hover {
  background: firebrick;
  color: white;
}
.pagination ul li.selected a {
  background: firebrick;
  color: white;
}
#products {
  overflow: auto;
  position: relative;
  margin: 18px 0;
  padding-bottom: 0;
}
#products .single {
  float: left;
  margin: 0 0 24px 2.1052631578947%;
  padding: 12px;
  width: 17.368421052632%;
  border: 1px solid white;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 1139px) {
  #products .single {
    width: 22.236842105263%;
  }
}
@media screen and (max-width: 899px) {
  #products .single {
    width: 30.350526315789%;
  }
}
@media screen and (max-width: 599px) {
  #products .single {
    width: 46.578947368421%;
  }
}
#products .single img {
  width: 140px;
  height: 200px;
  margin: 0 auto;
}
#products .single p {
  font-family: 'Roboto', Arial, 'Sans Serif';
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
}
#products .single button {
  background: #f3f3f3;
  background: FIREBRICK;
  border: 1px solid FIREBRICK;
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 30px;
  height: 30px;
  font-size: 13px;
  font-family: arial;
  font-weight: 100;
  color: white;
  cursor: pointer;
  margin-top: 10px;
}
#products .single button:hover {
  position: relative;
  top: 1px;
  left: 1px;
}
#products .single:hover {
  border: 1px solid #f0f0f0;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}
#products .single.large {
  width: 642px;
  height: 319px;
  padding-left: 0;
  cursor: default;
}
#products .single.large img {
  width: auto;
  height: auto;
  margin: 0;
}
#products .single.large:hover {
  position: static;
  top: 0;
  border: 1px solid rgba(0,0,0,0);
  box-shadow: none;
}
.page-content {
  clear: both;
  margin: 0 2.1052631578947% 0 2.1052631578947%;
  padding: 12px;
  font-family: 'Roboto', Arial, 'Sans Serif';
  font-weight: 300;
  font-size: 16px;
  color: #232323;
}
.page-content h2,
.page-content h3 {
  margin-bottom: 10px;
  font-weight: 400;
}
.page-content h2 {
  font-size: 1.2em;
}
.page-content p {
  margin: 1em 0;
}
