/*
	Theme Name:   Grizzanti Library
	Author:       Gaetano Grizzanti
	Author URI:   https://grizzanti.it
	Version:      2.44
	License:      Private
	Text Domain:  grizzanti-library
*/
/* line 5, ../../../../lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 27, style.scss */
body > header > div, body > section#breadcrumbs > nav, body > main, body > section#search-results > div, body > footer > div {
  width: 100%;
  max-width: 1140px;
  padding: 0 16px;
  margin: auto;
  box-sizing: border-box;
}

/* line 35, style.scss */
body, body > main > form#general-search > input[type="text"], body > main > form#filter-search > input[type="submit"], body > main > form#field-search > div.row > div:last-child > input[type="text"], body > main > form#field-search > input[type="submit"], body > main > a#back-to-search {
  font-family: Arial, sans-serif;
  font-size: calc(.645 * 32px);
  line-height: calc(.645 * 40px);
  color: #000;
  font-weight: 400;
}
@media (max-width: 768px) {
  /* line 35, style.scss */
  body, body > main > form#general-search > input[type="text"], body > main > form#filter-search > input[type="submit"], body > main > form#field-search > div.row > div:last-child > input[type="text"], body > main > form#field-search > input[type="submit"], body > main > a#back-to-search {
    font-size: calc(.5 * 32px);
    line-height: calc(.5 * 40px);
  }
}

/* line 47, style.scss */
body > section#main-slider > div > a {
  -moz-transition: -moz-transform 292ms ease-out;
  -o-transition: -o-transform 292ms ease-out;
  -webkit-transition: -webkit-transform 292ms ease-out;
  transition: transform 292ms ease-out;
}
/* line 49, style.scss */
body > section#main-slider > div > a > img {
  display: block;
  /*transform: scale(.2);*/
}
/* line 53, style.scss */
body > section#main-slider > div > a:hover {
  transform: scale(1.064) translate(0, -24px);
}

/* line 58, style.scss */
body > main > section#shelves > section.shelf > a {
  -moz-transition: -moz-transform 292ms ease-out;
  -o-transition: -o-transform 292ms ease-out;
  -webkit-transition: -webkit-transform 292ms ease-out;
  transition: transform 292ms ease-out;
}
/* line 60, style.scss */
body > main > section#shelves > section.shelf > a > img {
  display: block;
  /*transform: scale(.16);*/
}
/* line 64, style.scss */
body > main > section#shelves > section.shelf > a:hover {
  /*transform: scale(.94) translate(0, -20px);*/
  transform: translate(0, -20px);
}

/* line 70, style.scss */
body {
  background: #e7e7e7;
}
/* line 72, style.scss */
body#tinymce {
  padding: 30px 20px !important;
}
/* line 76, style.scss */
body strong {
  font-weight: 700;
}
/* line 79, style.scss */
body a {
  color: #e9530e;
  text-decoration: none;
}
/* line 83, style.scss */
body p {
  margin: 0 0 15px;
}
/* line 86, style.scss */
body ul {
  list-style-type: disc;
  padding: 0 0 0 20px;
  margin: 0 0 15px;
}
/* line 91, style.scss */
body ol {
  padding: 0 0 0 20px;
  margin: 0 0 15px;
}
/* line 95, style.scss */
body > header {
  padding: 28px 0;
  border-bottom: 6px solid #000;
}
@media (max-width: 614px) {
  /* line 95, style.scss */
  body > header {
    padding: 18px 0;
  }
}
/* line 101, style.scss */
body > header > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 106, style.scss */
body > header > div > a {
  color: #000;
  flex: 1 1 auto;
  font-size: calc(.75 * 45px);
  line-height: calc(.75 * 47px);
  font-weight: 700;
}
@media (max-width: 954px) {
  /* line 106, style.scss */
  body > header > div > a {
    font-size: calc(.66 * 45px);
    line-height: calc(.66 * 47px);
  }
}
@media (max-width: 768px) {
  /* line 106, style.scss */
  body > header > div > a {
    font-size: calc(.75 * 30px);
    line-height: calc(.75 * 32px);
    padding-right: 12px;
  }
}
@media (max-width: 614px) {
  /* line 106, style.scss */
  body > header > div > a {
    font-size: calc(.66 * 28px);
    line-height: calc(.66 * 32px);
  }
  /* line 124, style.scss */
  body > header > div > a > span {
    display: none;
  }
}
/* line 129, style.scss */
body > header > div > div {
  flex: 0 0 190px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  /* line 129, style.scss */
  body > header > div > div {
    flex: 0 0 150px;
  }
}
@media (max-width: 614px) {
  /* line 129, style.scss */
  body > header > div > div {
    flex: 0 0 114px;
  }
}
/* line 140, style.scss */
body > header > div > div > a {
  color: #000;
  text-decoration: none;
}
/* line 143, style.scss */
body > header > div > div > a#search {
  border: 3px solid #000;
  border-radius: 4.5px;
  font-size: calc(.645 * 36px);
  line-height: calc(.645 * 36px);
  font-weight: 700;
  padding: 3px 7px 3px 8px;
}
@media (max-width: 768px) {
  /* line 143, style.scss */
  body > header > div > div > a#search {
    font-size: calc(.5 * 36px);
    line-height: calc(.5 * 36px);
  }
}
@media (max-width: 614px) {
  /* line 143, style.scss */
  body > header > div > div > a#search {
    border: 2px solid #000;
    border-radius: 3px;
    font-size: calc(.4 * 36px);
    line-height: calc(.4 * 36px);
    padding: 3px 8px;
  }
}
/* line 162, style.scss */
body > header > div > div > a#burger {
  font-size: 0;
  line-height: 0;
}
/* line 165, style.scss */
body > header > div > div > a#burger > span {
  display: inline-block;
  width: 7px;
  height: 35px;
  background: #000;
}
@media (max-width: 768px) {
  /* line 165, style.scss */
  body > header > div > div > a#burger > span {
    width: 6px;
    height: 30px;
  }
}
@media (max-width: 614px) {
  /* line 165, style.scss */
  body > header > div > div > a#burger > span {
    width: 4px;
    height: 22px;
  }
}
/* line 178, style.scss */
body > header > div > div > a#burger > span:not(first-child) {
  margin-left: 7px;
}
@media (max-width: 768px) {
  /* line 178, style.scss */
  body > header > div > div > a#burger > span:not(first-child) {
    margin-left: 6px;
  }
}
@media (max-width: 614px) {
  /* line 178, style.scss */
  body > header > div > div > a#burger > span:not(first-child) {
    margin-left: 5px;
  }
}
/* line 193, style.scss */
body > section#breadcrumbs {
  border-bottom: 3px solid #000;
  padding: 13px 0 15px 0;
}
@media (max-width: 954px) {
  /* line 193, style.scss */
  body > section#breadcrumbs {
    border-bottom: 2px solid #000;
  }
}
/* line 199, style.scss */
body > section#breadcrumbs > nav {
  font-size: calc(.645 * 28px);
  line-height: calc(.645 * 32px);
}
@media (max-width: 768px) {
  /* line 199, style.scss */
  body > section#breadcrumbs > nav {
    font-size: calc(.5 * 28px);
    line-height: calc(.5 * 32px);
  }
}
/* line 207, style.scss */
body > section#breadcrumbs > nav > a {
  display: inline-block;
  color: #1d1d1d;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 211, style.scss */
body > section#breadcrumbs > nav > a:hover {
  color: #e9530e;
}
/* line 215, style.scss */
body > section#breadcrumbs > nav > span {
  display: inline-block;
  color: #e9530e;
}
/* line 221, style.scss */
body > section#main-slider {
  width: 100%;
  height: 288px;
  position: relative;
  overflow: hidden;
  border-bottom: 29px solid #000;
}
/* line 227, style.scss */
body > section#main-slider > div {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
}
/* line 234, style.scss */
body > section#main-slider > div > a {
  margin-right: 52px;
}
/* line 242, style.scss */
body > main > div#h1-wrapper {
  margin: 51px 0 55px 0;
}
@media (max-width: 768px) {
  /* line 242, style.scss */
  body > main > div#h1-wrapper {
    margin: 30px 0 27px 0;
  }
}
/* line 247, style.scss */
body > main > div#h1-wrapper > h1 {
  font-weight: 700;
  font-size: calc(.645 * 36px);
  line-height: calc(.645 * 36px);
}
@media (max-width: 768px) {
  /* line 247, style.scss */
  body > main > div#h1-wrapper > h1 {
    font-size: calc(.5 * 36px);
    line-height: calc(.5 * 36px);
  }
}
/* line 257, style.scss */
body > main span.label {
  display: block;
  margin-bottom: 9px;
  color: #e9530e;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
}
@media (max-width: 768px) {
  /* line 257, style.scss */
  body > main span.label {
    font-size: 13px;
    line-height: 13px;
  }
}
/* line 270, style.scss */
body > main > section#publication {
  border-top: 2px solid #000;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  /* line 270, style.scss */
  body > main > section#publication {
    display: block;
    border-top: none;
  }
}
/* line 280, style.scss */
body > main > section#publication > div:last-child {
  flex: 1 1 714px;
  padding-right: 12px;
}
@media (max-width: 768px) {
  /* line 280, style.scss */
  body > main > section#publication > div:last-child {
    padding-right: 0;
    margin-top: 54px;
  }
}
/* line 287, style.scss */
body > main > section#publication > div:last-child > div {
  padding-top: 4px;
  padding-bottom: 40px;
}
/* line 290, style.scss */
body > main > section#publication > div:last-child > div:not(:last-child) {
  border-bottom: 2px solid #000;
}
@media (max-width: 768px) {
  /* line 293, style.scss */
  body > main > section#publication > div:last-child > div:first-child {
    border-top: 2px solid #000;
  }
}
@media (max-width: 768px) {
  /* line 298, style.scss */
  body > main > section#publication > div:last-child > div:last-child {
    border-bottom: 2px solid #000;
  }
}
/* line 303, style.scss */
body > main > section#publication > div:last-child > div > span {
  display: block;
}
/* line 313, style.scss */
body > main > section#publication > div:last-child > span {
  display: block;
  color: #e9530e;
  margin-top: 32px;
  line-height: 165%;
}
/* line 318, style.scss */
body > main > section#publication > div:last-child > span > a {
  display: inline-block;
  margin-right: 13px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 322, style.scss */
body > main > section#publication > div:last-child > span > a:hover {
  color: #000;
  /*> span {
  	color: $orange ;
  }*/
}
/* line 330, style.scss */
body > main > section#publication > div:last-child table {
  border: none;
  width: 100%;
}
/* line 333, style.scss */
body > main > section#publication > div:last-child table tr {
  border-bottom: 2px solid #000;
  /*@include breakpoint(max-width $md) {
  	border-bottom: 2px solid #000 ;
  }*/
}
@media (max-width: 768px) {
  /* line 338, style.scss */
  body > main > section#publication > div:last-child table tr:first-child {
    border-top: 2px solid #000;
  }
}
/* line 343, style.scss */
body > main > section#publication > div:last-child table tr:last-child {
  border-bottom: none;
}
/* line 346, style.scss */
body > main > section#publication > div:last-child table tr > td {
  padding-top: 16px;
  padding-bottom: 52px;
  vertical-align: top;
}
/* line 350, style.scss */
body > main > section#publication > div:last-child table tr > td:first-child {
  font-weight: 700;
  padding-right: 72px;
}
/* line 354, style.scss */
body > main > section#publication > div:last-child table tr > td:last-child {
  width: 100%;
}
/* line 360, style.scss */
body > main > section#publication > div:last-child table.within tr {
  border: none;
}
/* line 362, style.scss */
body > main > section#publication > div:last-child table.within tr td {
  font-weight: 400;
  width: 25%;
  padding: 0;
}
/* line 371, style.scss */
body > main > section#publication > div:first-child {
  padding-top: 9px;
  flex: 1 1 702px;
  max-width: 702px;
}
@media (max-width: 768px) {
  /* line 371, style.scss */
  body > main > section#publication > div:first-child {
    max-width: 100%;
  }
}
/* line 378, style.scss */
body > main > section#publication > div:first-child > div {
  background: transparent;
  aspect-ratio: 4/3;
  padding: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 478px) {
  /* line 378, style.scss */
  body > main > section#publication > div:first-child > div {
    padding: 20px;
  }
}
/* line 389, style.scss */
body > main > section#publication > div:first-child > div > img {
  display: block;
  max-height: 32vw !important;
}
@media (max-width: 768px) {
  /* line 389, style.scss */
  body > main > section#publication > div:first-child > div > img {
    max-height: 100% !important;
  }
}
/* line 396, style.scss */
body > main > section#publication > div:first-child > div:first-child {
  margin-bottom: 57px;
}
/* line 400, style.scss */
body > main > section#publication > div:first-child > section {
  display: flex;
  justify-content: space-between;
  height: 44px;
}
/* line 404, style.scss */
body > main > section#publication > div:first-child > section > a {
  flex: 0 0 44px;
}
/* line 406, style.scss */
body > main > section#publication > div:first-child > section > a > img {
  display: block;
  width: 44px;
  height: 44px;
}
/* line 412, style.scss */
body > main > section#publication > div:first-child > section > div {
  flex: 1 1 auto;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 418, style.scss */
body > main > section#publication > div:first-child > section > div > span {
  color: #fff;
  font-weight: 700;
}
/* line 427, style.scss */
body > main > form#general-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 42px;
  background: #fff;
  padding-right: 12.5px;
}
@media (max-width: 478px) {
  /* line 427, style.scss */
  body > main > form#general-search {
    padding-right: 5px;
  }
}
/* line 437, style.scss */
body > main > form#general-search > img {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
}
@media (max-width: 478px) {
  /* line 437, style.scss */
  body > main > form#general-search > img {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
  }
}
/* line 447, style.scss */
body > main > form#general-search > input[type="text"] {
  outline: none;
  padding: 8px 16px;
  flex: 1 1 auto;
  color: #000;
  background: transparent;
  border: none;
  min-width: 50px;
}
/* line 61, ../../../../lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
body > main > form#general-search > input[type="text"]:-moz-placeholder {
  color: #9d9d9d;
}
/* line 64, ../../../../lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
body > main > form#general-search > input[type="text"]::-moz-placeholder {
  color: #9d9d9d;
}
/* line 67, ../../../../lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
body > main > form#general-search > input[type="text"]:-ms-input-placeholder {
  color: #9d9d9d;
}
/* line 56, ../../../../lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
body > main > form#general-search > input[type="text"]::-webkit-input-placeholder {
  color: #9d9d9d;
}
@media (max-width: 478px) {
  /* line 447, style.scss */
  body > main > form#general-search > input[type="text"] {
    padding: 8px;
  }
}
/* line 463, style.scss */
body > main > form#general-search > input[type="submit"] {
  flex: 0 0 120px;
  display: block;
  font-family: Arial, sans-serif;
  font-size: calc(.645 * 32px);
  line-height: calc(.645 * 40px);
  font-weight: 700;
  background: #e9530e;
  text-align: center;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 4.5px;
  cursor: pointer;
}
@media (max-width: 478px) {
  /* line 463, style.scss */
  body > main > form#general-search > input[type="submit"] {
    padding: 6.5px;
    flex: 0 0 90px;
  }
}
/* line 483, style.scss */
body > main > form#filter-search {
  margin-top: 42px;
}
/* line 485, style.scss */
body > main > form#filter-search > div.row-filter {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 768px) {
  /* line 485, style.scss */
  body > main > form#filter-search > div.row-filter {
    display: block;
  }
}
/* line 491, style.scss */
body > main > form#filter-search > div.row-filter > div {
  padding: 20px 16px;
  border-top: 6px solid #000;
}
@media (max-width: 768px) {
  /* line 491, style.scss */
  body > main > form#filter-search > div.row-filter > div {
    border-top: 3px solid #000;
  }
}
@media (max-width: 768px) {
  /* line 497, style.scss */
  body > main > form#filter-search > div.row-filter > div.extra {
    display: none;
  }
}
/* line 502, style.scss */
body > main > form#filter-search > div.row-filter > div > div {
  cursor: pointer;
  display: flex;
  align-items: center;
}
/* line 506, style.scss */
body > main > form#filter-search > div.row-filter > div > div > img {
  display: block;
  width: 44px;
  height: 44px;
}
/* line 511, style.scss */
body > main > form#filter-search > div.row-filter > div > div > div {
  padding-left: 14px;
  text-transform: uppercase;
}
/* line 518, style.scss */
body > main > form#filter-search > div.row-wide {
  background: #000;
  color: #fff;
  padding: 16px 8px 16px 16px;
  font-weight: 700;
}
/* line 525, style.scss */
body > main > form#filter-search > input[type="submit"] {
  display: block;
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 284px;
  font-weight: 700;
  background: #e9530e;
  text-align: center;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 4.5px;
  cursor: pointer;
}
/* line 543, style.scss */
body > main > form#field-search {
  margin-top: 63px;
}
/* line 545, style.scss */
body > main > form#field-search > div.row {
  margin-top: 9px;
  border-bottom: 6px solid #000;
}
@media (max-width: 954px) {
  /* line 545, style.scss */
  body > main > form#field-search > div.row {
    border-bottom: 3px solid #000;
  }
}
/* line 553, style.scss */
body > main > form#field-search > div.row > div:first-child {
  margin-bottom: 9px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
}
@media (max-width: 768px) {
  /* line 553, style.scss */
  body > main > form#field-search > div.row > div:first-child {
    font-size: 13px;
    line-height: 13px;
  }
}
/* line 564, style.scss */
body > main > form#field-search > div.row > div:last-child {
  background: #fff;
}
/* line 567, style.scss */
body > main > form#field-search > div.row > div:last-child > input[type="text"] {
  box-sizing: border-box;
  width: 100%;
  outline: none;
  border: none;
  background: transparent;
  padding: 16px;
}
/* line 579, style.scss */
body > main > form#field-search > div.row-wide {
  background: #000;
  color: #fff;
  padding: 16px 8px 16px 16px;
  font-weight: 700;
  margin-bottom: 16px;
}
/* line 586, style.scss */
body > main > form#field-search > div.row-filter {
  display: grid;
  margin-bottom: 42px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 954px) {
  /* line 586, style.scss */
  body > main > form#field-search > div.row-filter {
    display: block;
  }
}
/* line 593, style.scss */
body > main > form#field-search > div.row-filter > div {
  padding: 20px 16px;
  border-top: 6px solid #000;
}
@media (max-width: 954px) {
  /* line 593, style.scss */
  body > main > form#field-search > div.row-filter > div {
    border-top: 3px solid #000;
  }
}
/* line 599, style.scss */
body > main > form#field-search > div.row-filter > div > div {
  cursor: pointer;
  display: flex;
  align-items: center;
}
/* line 606, style.scss */
body > main > form#field-search > div.row-filter > div > div > div {
  padding-left: 14px;
  text-transform: uppercase;
}
/* line 613, style.scss */
body > main > form#field-search > input[type="submit"] {
  display: block;
  margin-top: 42px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 284px;
  font-weight: 700;
  background: #e9530e;
  text-align: center;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 4.5px;
  cursor: pointer;
}
/* line 631, style.scss */
body > main > p#no-results {
  margin-top: 42px;
}
/* line 634, style.scss */
body > main > a#back-to-search {
  display: block;
  margin-top: 42px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  color: #fff;
  background: #e9530e;
  width: 100%;
  max-width: 284px;
  text-align: center;
  border: none;
  padding: 10px;
  border-radius: 4.5px;
}
/* line 650, style.scss */
body > main > section#tags {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  margin-top: 42px;
}
@media (max-width: 954px) {
  /* line 650, style.scss */
  body > main > section#tags {
    gap: 29px;
    margin-top: 29px;
  }
}
@media (max-width: 768px) {
  /* line 650, style.scss */
  body > main > section#tags {
    grid-template-columns: 1fr;
  }
}
/* line 662, style.scss */
body > main > section#tags > a {
  border-top: 6px solid #000;
  background: #fff;
  color: #000;
  display: flex;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 954px) {
  /* line 662, style.scss */
  body > main > section#tags > a {
    border-top: 6px solid #000;
  }
}
/* line 670, style.scss */
body > main > section#tags > a > span {
  flex: 0 1 53.3%;
}
/* line 672, style.scss */
body > main > section#tags > a > span > span {
  display: block;
  font-size: calc(.75 * 34px);
  line-height: calc(.75 * 40px);
  font-weight: 700;
  padding: 12px;
}
@media (max-width: 1024px) {
  /* line 672, style.scss */
  body > main > section#tags > a > span > span {
    font-size: calc(.72 * 34px);
    line-height: calc(.72 * 40px);
  }
}
@media (max-width: 954px) {
  /* line 672, style.scss */
  body > main > section#tags > a > span > span {
    font-size: calc(.64 * 28px);
    line-height: calc(.64 * 32px);
    padding: 7.5px 9px;
    padding-right: 7.5px;
  }
}
@media (max-width: 768px) {
  /* line 672, style.scss */
  body > main > section#tags > a > span > span {
    font-size: calc(.73 * 28px);
    line-height: calc(.73 * 32px);
  }
}
@media (max-width: 614px) {
  /* line 672, style.scss */
  body > main > section#tags > a > span > span {
    font-size: calc(.64 * 28px);
    line-height: calc(.64 * 32px);
  }
}
/* line 698, style.scss */
body > main > section#tags > a > img {
  flex: 0 0 46.7%;
  width: 46.7%;
  height: auto;
}
/* line 704, style.scss */
body > main > section#tags > a:hover {
  border-color: #e9530e;
}
/* line 710, style.scss */
body > main > section#shelves > section.shelf {
  margin-top: 42px;
  border-bottom: 29px solid #000;
  font-size: 0;
  line-height: 0;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  flex-wrap: nowrap;
  /*@include breakpoint(max-width 1280px) {
  	display: none !important ; // tada!
  }*/
}
/* line 722, style.scss */
body > main > section#shelves > section.shelf > a {
  border: none;
  text-decoration: none;
}
/* line 727, style.scss */
body > main > section#shelves > section.shelf > div {
  width: 136px;
}
/* line 732, style.scss */
body > main > section#shelves.temp > section.shelf {
  border-bottom: none;
}
/* line 737, style.scss */
body > main > section#slider-base {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 29px;
  background: #000;
}
/* line 747, style.scss */
body > main > article {
  margin-top: 42px;
}
/* line 749, style.scss */
body > main > article img {
  display: block;
  max-width: 100%;
  height: auto;
}
/* line 756, style.scss */
body > section#search-results {
  display: flex;
  border-bottom: 3px solid #000;
  margin-top: 42px;
  padding-bottom: 42px;
  /*@include breakpoint(max-width $md) {
  	border-bottom: 3px solid #000 ;
  }*/
}
/* line 764, style.scss */
body > section#search-results > div {
  display: flex;
}
/* line 767, style.scss */
body > section#search-results > div > a {
  flex: 0 0 42px;
  background: #e9530e;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 773, style.scss */
body > section#search-results > div > a:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
/* line 777, style.scss */
body > section#search-results > div > a:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
/* line 782, style.scss */
body > section#search-results > div > div {
  background: #fff;
  flex: 1 1 auto;
  padding: 12px 118px;
}
@media (max-width: 954px) {
  /* line 782, style.scss */
  body > section#search-results > div > div {
    padding: 12px 16px;
  }
}
/* line 789, style.scss */
body > section#search-results > div > div > div {
  font-weight: 700;
  text-align: center;
}
/* line 792, style.scss */
body > section#search-results > div > div > div:first-child {
  border-bottom: 2px solid #000;
  padding-bottom: 4px;
}
@media (max-width: 954px) {
  /* line 792, style.scss */
  body > section#search-results > div > div > div:first-child {
    border-bottom: 2px solid #000;
  }
}
/* line 799, style.scss */
body > section#search-results > div > div > div:last-child {
  padding-top: 4px;
}
/* line 806, style.scss */
body > a#back-to-top {
  display: block;
  margin: 49px auto 58px auto;
  font-size: 0;
  line-height: 0;
  width: 44px;
  height: 44px;
}
/* line 813, style.scss */
body > a#back-to-top > img {
  display: block;
  width: 44px;
  height: 44px;
}
/* line 819, style.scss */
body > footer {
  background: #000;
  padding: 46px 0 53px 0;
}
/* line 822, style.scss */
body > footer > div {
  color: #fff;
  font-size: calc(.645 * 30px);
  line-height: calc(.645 * 39px);
}
@media (max-width: 954px) {
  /* line 822, style.scss */
  body > footer > div {
    font-size: calc(.5 * 30px);
    line-height: calc(.5 * 39px);
  }
}
/* line 833, style.scss */
body > section#mobile-menu {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  background: #e9530e;
  right: calc((100vw - 1140px)/2 - 9px);
}
/* line 839, style.scss */
body > section#mobile-menu.wp-admin {
  top: 32px;
}
@media (max-width: 1140px) {
  /* line 833, style.scss */
  body > section#mobile-menu {
    right: 0;
  }
}
/* line 846, style.scss */
body > section#mobile-menu > div {
  font-size: 0;
  line-height: 0;
  display: flex;
}
/* line 850, style.scss */
body > section#mobile-menu > div > div {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 24px;
}
@media (max-width: 614px) {
  /* line 850, style.scss */
  body > section#mobile-menu > div > div {
    padding-left: 18px;
  }
}
/* line 859, style.scss */
body > section#mobile-menu > div > div > a {
  display: block;
  margin-right: 8px;
  margin-top: 28px;
  color: #000;
  background: #fff;
  border: none;
  border-radius: 4.5px;
  font-size: calc(.645 * 36px);
  line-height: calc(.645 * 36px);
  font-weight: 700;
  padding: 6px 11px;
}
@media (max-width: 768px) {
  /* line 859, style.scss */
  body > section#mobile-menu > div > div > a {
    margin-right: 0;
    font-size: calc(.5 * 36px);
    line-height: calc(.5 * 36px);
  }
}
@media (max-width: 614px) {
  /* line 859, style.scss */
  body > section#mobile-menu > div > div > a {
    margin-top: 18px;
    border-radius: 3px;
    font-size: calc(.4 * 36px);
    line-height: calc(.4 * 36px);
    padding: 5px 10px;
  }
}
/* line 885, style.scss */
body > section#mobile-menu > div > a {
  flex: 0 0 40px;
  padding: 26px 24px 26px 24px;
}
@media (max-width: 1172px) {
  /* line 885, style.scss */
  body > section#mobile-menu > div > a {
    padding-right: 16px;
  }
}
@media (max-width: 768px) {
  /* line 885, style.scss */
  body > section#mobile-menu > div > a {
    padding-left: 19px;
    padding-top: 27px;
  }
}
@media (max-width: 614px) {
  /* line 885, style.scss */
  body > section#mobile-menu > div > a {
    padding: 18px 16px 18px 10px;
  }
}
/* line 898, style.scss */
body > section#mobile-menu > div > a > img {
  display: block;
  width: 40px;
  height: 40px;
}
@media (max-width: 954px) {
  /* line 898, style.scss */
  body > section#mobile-menu > div > a > img {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 614px) {
  /* line 898, style.scss */
  body > section#mobile-menu > div > a > img {
    width: 24px;
    height: 24px;
  }
}
/* line 913, style.scss */
body > section#mobile-menu > nav {
  padding: 10px 0 26px 24px;
}
@media (max-width: 614px) {
  /* line 913, style.scss */
  body > section#mobile-menu > nav {
    padding: 0 0 18px 18px;
  }
}
/* line 918, style.scss */
body > section#mobile-menu > nav > a {
  display: block;
  color: #fff;
  font-weight: 400;
  line-height: 36px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 924, style.scss */
body > section#mobile-menu > nav > a:hover {
  color: #201c19;
}
@media (max-width: 768px) {
  /* line 918, style.scss */
  body > section#mobile-menu > nav > a {
    line-height: 27px;
  }
}
@media (max-width: 614px) {
  /* line 918, style.scss */
  body > section#mobile-menu > nav > a {
    font-size: 16px;
    line-height: 24px;
  }
}
/* line 934, style.scss */
body > section#mobile-menu > nav > a.inverse {
  color: #201c19;
}
/* line 936, style.scss */
body > section#mobile-menu > nav > a.inverse:hover {
  color: #fff;
}
