<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
* {
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
table {
  border-collapse: collapse;
  width: 100%;
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
}
img {
  height: auto;
  width: 100%;
}
@font-face {
  font-family: 'fira';
  src: url('../fonts/FiraSansExtraCondensed-Regular.woff2') format('woff2'), url('../fonts/FiraSansExtraCondensed-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'fira';
  src: url('../fonts/FiraSansExtraCondensed-Italic.woff2') format('woff2'), url('../fonts/FiraSansExtraCondensed-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'fira';
  src: url('../fonts/FiraSansExtraCondensed-Medium.woff2') format('woff2'), url('../fonts/FiraSansExtraCondensed-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'fira';
  src: url('../fonts/FiraSansExtraCondensed-MediumItalic.woff2') format('woff2'), url('../fonts/FiraSansExtraCondensed-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
body {
  color: #aaa;
  background: #3e3e40;
  font-size: 16px;
  font-family: "fira";
  line-height: 1.45;
}
.container {
  position: relative;
}
h1,
h2,
h3 {
  font-weight: 500;
  color: #bbb;
}
a {
  color: #aaa;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover {
  color: #fff;
}
strong,
b {
  font-weight: 500;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 500px;
  background-color: #E7E9E3;
  z-index: 9;
}
#status {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/loading.svg);
  background-size: 90px auto;
  background-repeat: no-repeat;
  background-position: center;
  margin: -45px 0 0 -45px;
}
.banda_sx {
  position: fixed;
  z-index: 10;
  top: 0;
}
.sfondo {
  background: #E7E9E3;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
.banda_sx {
  left: 0;
  background: #555;
}
.row {
  display: flex;
  justify-content: space-between;
}
.row.top {
  margin-top: 1em;
  flex-wrap: wrap;
}
.social {
  flex: 0 100%;
  display: none;
}
.social a {
  border: 0;
  margin-right: 1rem;
}
.social a img {
  width: 20px;
}
.social a:hover {
  opacity: 0.5;
}
.newsletter {
  flex: 0 200px;
  font-size: 0.8em;
  letter-spacing: 0.05em;
  display: none;
}
.newsletter a {
  border: none;
}
.search_mod {
  flex: 0 100%;
  order: 2;
  text-align: right;
  border-right: 0;
  padding-right: 0;
}
.search_mod input {
  background-color: transparent;
  border: 0;
  font-family: 'fira';
  font-size: 1rem;
  padding: 0.25em 1em;
  outline: none;
  margin: 0;
  color: #3e3e40;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 0.25em 40px 0.15em 0.5em;
  background: #fff;
  width: 100%;
  border-radius: 0.25em;
  background-image: url("../images/search.svg");
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: right 10px top 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search_mod input:hover,
.search_mod input:focus {
  background-color: #fff;
}
.search_mod input[type='submit'] {
  background: #555;
  color: #E7E9E3;
  font-weight: 700;
  border-radius: 2px;
}
.search_mod input[type='submit']:hover {
  background: #000;
  cursor: pointer;
}
.search_mod input[type='submit']:focus {
  border-color: #555;
}
.search_mod input::-webkit-input-placeholder {
  visibility: visible;
}
.search_mod input:-ms-input-placeholder {
  visibility: visible;
}
.search_mod input::placeholder {
  visibility: visible;
}
.trolley_popup {
  display: none;
  position: absolute;
  z-index: 999;
  top: 2.5em;
  right: 0;
  background-color: #fff;
  padding: 1em;
  border-radius: 0.25em;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.trolley_popup.visible {
  top: 3.5em;
}
.trolley_popup:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-color: #ffffff transparent;
  border-width: 0 12px 20px;
  top: -20px;
  left: 88%;
  margin-left: -12px;
}
.trolley_popup .center {
  text-align: center;
  width: 75%;
  margin: 0 auto;
}
.trolley_popup .center a {
  border: 0;
  border-radius: 0.25em;
  display: block;
  width: 100%;
  padding: 0.5em;
  margin: 0.5em 0;
  border: 2px solid #e29e20;
}
.trolley_popup .center a.evidence {
  background-color: #e29e20;
  color: #fff;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.trolley_popup .center a.evidence:hover {
  background-color: #f4d9a7;
  color: #3e3e40;
}
.trolley_popup .center a.close:hover {
  background-color: #f4d9a7;
  cursor: pointer;
}
.trolley {
  flex: 0 100%;
  order: 1;
  border-bottom: 1px solid #444;
}
.trolley &gt; .row {
  justify-content: flex-end;
}
.trolley &gt; .row &gt; a {
  display: none;
}
.trolley a {
  margin-right: 1rem;
  border: none;
  font-size: 0.8em;
  font-weight: 500;
  flex: 0 70%;
  text-align: right;
}
.trolley a img {
  width: 25px;
}
.trolley .carrello {
  flex: 0 30%;
}
.trolley .trolley .carrello {
  position: relative;
  top: 3px;
}
.menu {
  font-weight: 500;
  width: 100%;
  position: relative;
  /* SCELTA LINGUA */
}
.menu .mod-languages {
  position: absolute;
  top: 0;
  right: 0;
}
.menu .mod-languages ul li a {
  font-style: italic;
}
.menu ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
  font-size: 1.1rem;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
.menu ul li {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0 1em;
  position: relative;
}
.menu ul li a,
.menu ul li span {
  color: #aaa;
  padding: 0.85em 0 0.55em 0;
  font-weight: 500;
  display: block;
  border-bottom: 0.3em solid transparent;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.menu ul li a:hover,
.menu ul li span:hover {
  border-bottom-color: #aaa;
}
.menu ul li.item-411 {
  position: absolute;
  right: 0;
  padding-right: 0;
}
.menu ul li.item-411 a {
  font-weight: 500;
  font-style: italic;
}
.menu ul li.active &gt; a {
  color: #fff;
  border-bottom-color: #fff;
}
.menu ul li ul.nav-child {
  display: block;
  position: absolute;
  z-index: 10;
  top: -1000px;
  left: 0;
  font-size: 0.8em;
  border: 0;
  width: 210px;
  padding: 0.5em 0 1em 0;
}
.menu ul li ul.nav-child li {
  padding: 0;
  background-color: #454545;
  text-transform: none;
}
.menu ul li ul.nav-child li a {
  padding: 0.25em 1.25em;
  border-bottom-width: 1px;
  font-weight: 500;
}
.menu ul li:hover ul.nav-child {
  top: 3.5em;
}
.menu ul li.item-410 ul.nav-child {
  width: 300px;
}
.frase_presentazione {
  align-items: center;
  margin: 5em 0;
  font-style: italic;
  color: #aaa;
}
.frase_presentazione img {
  max-width: 200px;
}
.frase_presentazione .column1 {
  flex: 0 29, 2%;
}
.frase_presentazione .column2 {
  flex: 0 62.4%;
}
.temi_collane_riviste {
  flex-wrap: wrap;
}
.temi_collane_riviste .column1,
.temi_collane_riviste .column2 {
  margin: 1em 0 3em 0;
  flex: 0 100%;
}
.temi_collane_riviste .column1 .temi ul li {
  display: block;
}
.temi_collane_riviste .column1 .temi ul li a {
  font-weight: 400;
  border: 0;
}
.temi_collane_riviste .column1 .temi ul li a::before {
  content: "";
  width: 37px;
  height: 7px;
  display: inline-block;
  margin-right: 1em;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.temi_collane_riviste .column1 .temi ul li:first-child a::before {
  background-color: #000a87;
}
.temi_collane_riviste .column1 .temi ul li:nth-child(2) a::before {
  background-color: #7f7a00;
}
.temi_collane_riviste .column1 .temi ul li:nth-child(3) a::before {
  background-color: #deb887;
}
.temi_collane_riviste .column1 .temi ul li:nth-child(4) a::before {
  background-color: #88007d;
}
.temi_collane_riviste .column1 .temi ul li:nth-child(5) a::before {
  background-color: #fdc82e;
}
.temi_collane_riviste .column1 .temi ul li:nth-child(6) a::before {
  background-color: #ff770f;
}
.temi_collane_riviste .column1 .temi ul li:nth-child(7) a::before {
  background-color: #008ede;
}
.temi_collane_riviste .column1 .temi ul li:nth-child(8) a::before {
  background-color: #007a4d;
}
.temi_collane_riviste .column1 .temi ul li:nth-child(9) a::before {
  background-color: #da0003;
}
.temi_collane_riviste .column1 .temi ul li:nth-child(10) a::before {
  background-color: #ef218f;
}
.temi_collane_riviste .column1 .temi ul li:hover a::before {
  background-color: #fff;
}
.temi_collane_riviste .column1 .temi ul:before {
  letter-spacing: 0.05em;
  font-weight: 500;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #666;
  margin-bottom: 0.5em;
  display: block;
  color: #ddd;
  content: "TEMI";
}
.temi_collane_riviste .column2 ul li {
  display: inline;
}
.temi_collane_riviste .column2 ul li:not(:first-child):before {
  content: "â€¢";
  color: #fff;
  font-weight: 600;
  margin: 0 0.5em;
}
.temi_collane_riviste .column2 ul li a {
  font-weight: 400;
  border: 0;
}
.temi_collane_riviste .column2 ul:before {
  letter-spacing: 0.05em;
  font-weight: 500;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #666;
  margin-bottom: 0.5em;
  display: block;
  color: #ddd;
}
.temi_collane_riviste .column2 .collane {
  margin-bottom: 1.5em;
}
.temi_collane_riviste .column2 .collane ul:before {
  content: "COLLANE";
}
.temi_collane_riviste .column2 .riviste ul:before {
  content: "RIVISTE";
}
h3.home {
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.05em;
  color: #3e3e40;
}
.blog-featured,
.blog-featured_news {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0.75em 0 0.3em 0;
}
.blog-featured .items-row,
.blog-featured_news .items-row {
  flex: 0 100%;
  margin-bottom: 3em;
}
.blog-featured .items-row h2,
.blog-featured_news .items-row h2 {
  line-height: 1.1;
  margin: 1em 0 0.75em 0;
  font-weight: 500;
  font-size: 1.3rem;
}
@media only screen and (max-width: 1024px) {
  .blog-featured .items-row h2,
  .blog-featured_news .items-row h2 {
    font-size: 2.03125vw;
  }
}
@media only screen and (max-width: 866.46153846px) {
  .blog-featured .items-row h2,
  .blog-featured_news .items-row h2 {
    font-size: 1.1rem;
  }
}
.blog-featured .items-row p,
.blog-featured_news .items-row p {
  line-height: 1.4;
}
.blog-featured .items-row .item-image,
.blog-featured_news .items-row .item-image {
  cursor: pointer;
  opacity: 1;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.blog-featured .items-row .item-image:hover,
.blog-featured_news .items-row .item-image:hover {
  opacity: 0.7;
}
.blog-featured .items-row .readmore,
.blog-featured_news .items-row .readmore {
  padding-top: 0.2rem;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  text-align: right;
}
.blog_news &gt; div {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 5%;
  padding-bottom: 10em;
}
.blog_news &gt; div &gt; div {
  margin: 0 !important;
}
.blog_news &gt; div::before {
  display: none;
}
.blog_news &gt; div .page-header {
  margin: 0;
}
.blog_news &gt; div h2 {
  line-height: 1.1;
  margin: 1em 0 0.75em 0;
  font-weight: 500;
  font-size: 1.3rem;
}
@media only screen and (max-width: 1024px) {
  .blog_news &gt; div h2 {
    font-size: 2.03125vw;
  }
}
@media only screen and (max-width: 866.46153846px) {
  .blog_news &gt; div h2 {
    font-size: 1.1rem;
  }
}
.blog_news &gt; div .item-image {
  cursor: pointer;
  opacity: 1;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.blog_news &gt; div .item-image:hover {
  opacity: 0.7;
}
.blog_news &gt; div .readmore {
  padding-top: 0.2rem;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  text-align: right;
}
.blog_news &gt; div .fields-container {
  display: none;
}
.blog-featured_news .fields-container {
  display: none;
}
.white_bg {
  display: none;
  width: 100%;
  padding: 2em 0;
  background-color: #ddd;
}
.white_bg .socialwall {
  flex-wrap: wrap;
}
.white_bg .socialwall &gt; div {
  margin: 1em 0;
  flex: 0 100%;
}
.white_bg .socialwall &gt; div h3 {
  margin-bottom: 1em;
}
.white_bg .socialwall &gt; div h3 img {
  width: 20px;
  float: left;
  margin-right: 1em;
}
.white_bg .socialwall &gt; div &gt; div {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  text-align: center;
}
.two_cols {
  display: block;
  justify-content: space-between;
  padding-bottom: 4em;
}
.two_cols .page-header,
.two_cols .coldx {
  margin: 1rem 0;
}
.two_cols &gt; div {
  flex: 0 70%;
}
.two_cols .page-header h1 {
  font-size: 2.5rem;
  line-height: 1.1;
}
@media only screen and (max-width: 1024px) {
  .two_cols .page-header h1 {
    font-size: 3.90625vw;
  }
}
@media only screen and (max-width: 716.8px) {
  .two_cols .page-header h1 {
    font-size: 1.75rem;
  }
}
.two_cols .fields-container {
  flex: 0 20%;
  padding: 1.5em 0;
}
.two_cols .fields-container ul {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.8em;
}
.two_cols .fields-container ul li a {
  padding: 0.5em 0 0.5em 25px;
  display: inline-block;
  background-image: url("../images/i_link.svg");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 16px auto;
}
.two_cols .fields-container ul li a.pdf {
  background-image: url("../images/i_pdf.svg");
}
.two_cols ul.pager {
  display: flex;
  justify-content: space-between;
  margin: 3em 0 1em 0;
}
.two_cols ul.pager li a {
  font-size: 3em;
  border-bottom: 0;
}
.two_cols ul.pager li a span.icon-chevron-left {
  display: none;
}
.two_cols ul.pager li a:hover span {
  color: #e29e20;
}
#blankBM124 &gt; p {
  padding-bottom: 1rem;
  display: block;
  font-size: 1.1rem;
}
.books {
  margin: 2rem 0;
  font-size: 0;
}
.books .book_cover {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 1.3rem;
  position: relative;
  overflow: hidden;
}
.books .book_cover img {
  display: block;
}
.books .book_cover .book_hover {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
.books .book_cover .book_info {
  padding: 1rem 0.6rem;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  left: -100%;
  background: #fff;
  border-left: 2px solid #444;
  width: 100%;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.books .book_cover:hover {
  cursor: pointer;
}
.books .book_cover:hover .book_info {
  left: 0;
}
.books .book_cover p {
  width: 100%;
  line-height: 1.2;
}
.books .book_cover p.book_title {
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #3e3e40;
}
.books .book_cover p.book_author {
  font-size: 0.9rem;
  margin-bottom: 0.3em;
  color: #666;
}
.books .book_cover .new {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 20px;
  right: 15px;
  background-image: url(../images/new.svg);
  background-size: 50px auto;
}
.books .book_cover:nth-child(11),
.books .book_cover:nth-child(12),
.books .book_cover:nth-child(13) {
  display: none;
}
.descrizione {
  font-size: 1.2em;
  padding-bottom: 2em;
  color: #999;
}
.book_scheda {
  margin: 1.5rem 0 3rem 0;
}
.book_scheda .book_cover {
  margin-bottom: 2rem;
}
.book_scheda .book_cover .pulsanti {
  margin-top: 3rem;
}
.book_scheda .book_cover .pulsanti .pulsante {
  border: 1px solid #555;
  border-radius: 2px;
  margin: 0.5rem 0;
  padding: 0.7rem 0;
  font-size: 0;
  background-color: #666;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.book_scheda .book_cover .pulsanti .pulsante .book_supporto {
  font-weight: 500;
  font-size: 1rem;
  display: inline-table;
  vertical-align: middle;
  padding-left: 10%;
  width: 50%;
}
.book_scheda .book_cover .pulsanti .pulsante .book_supporto span.book_supporto_info {
  font-weight: 400;
  font-size: 0.75rem;
  display: block;
}
.book_scheda .book_cover .pulsanti .pulsante .book_prezzo {
  display: inline-table;
  vertical-align: middle;
  font-weight: 500;
}
.book_scheda .book_cover .pulsanti .pulsante .book_prezzo span {
  font-weight: 400;
}
.book_scheda .book_cover .pulsanti .pulsante:hover {
  background-color: #fff;
  border-color: #555;
  color: #3e3e40;
}
.book_scheda .book_cover .pulsanti .pulsante.selected {
  background-color: #e29e20;
  border-color: #e29e20;
}
.book_scheda .book_cover .pulsanti .pulsante.selected .book_prezzo {
  color: #fff;
}
.book_scheda .book_cover .pulsanti .pulsante.cartaceo,
.book_scheda .book_cover .pulsanti .pulsante.digitale {
  position: relative;
  text-align: center;
  padding: 1rem 0 0.5rem 0;
}
.book_scheda .book_cover .pulsanti .pulsante.cartaceo .book_prezzo,
.book_scheda .book_cover .pulsanti .pulsante.digitale .book_prezzo {
  top: 50%;
  font-size: 1.3rem;
}
.book_scheda .book_cover .pulsanti .pulsante.cartaceo .trolley,
.book_scheda .book_cover .pulsanti .pulsante.digitale .trolley {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.book_scheda .book_cover .pulsanti .pulsante.cartaceo .trolley img,
.book_scheda .book_cover .pulsanti .pulsante.digitale .trolley img {
  width: 22px;
}
.book_scheda .book_cover .pulsanti .pulsante .dati {
  font-size: 0.75rem;
  padding-top: 0.5rem;
}
.book_scheda .book_cover .pulsanti .pulsante .dati span {
  font-weight: 500;
}
.book_scheda .book_autore {
  color: #bbb;
  font-size: 1.1rem;
}
.book_scheda .book_autore.curatore,
.book_scheda .book_autore.traduttore {
  display: inline;
  font-size: 0.85rem;
}
.book_scheda .book_autore.curatore {
  font-size: 1.2em;
}
.book_scheda .book_title {
  color: #bbb;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.1;
  margin: 0.5rem 0 1rem 0;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.book_scheda .book_title span.book_subtitle,
.book_scheda .book_title span.volume {
  display: block;
  font-size: 0.7em;
  padding-top: 0.2em;
}
.book_scheda .book_title span.book_subtitle br,
.book_scheda .book_title span.volume br {
  display: none;
}
.book_scheda .book_title span.book_subtitle {
  letter-spacing: 0;
  text-transform: none;
}
.book_scheda .book_info {
  font-size: 0.85rem;
  color: #818181;
  margin-bottom: 2rem;
}
.book_scheda .book_info .book_collana {
  margin-bottom: 0.2rem;
}
.book_scheda .book_info .book_pagine,
.book_scheda .book_info .book_anno_pubblicazione {
  display: inline;
}
.book_scheda .book_info .book_pagine:after {
  content: ", ";
}
.book_scheda .book_abstract {
  margin-bottom: 2rem;
  max-width: 800px;
  font-size: 1.2rem;
}
.book_scheda table {
  font-size: 0.85rem;
  margin-bottom: 3rem;
}
.book_scheda table td {
  padding: 0.5rem 0;
  border-bottom: 1px solid #555;
}
.book_scheda table td img {
  width: 22px;
  position: relative;
  top: 5px;
}
.book_scheda table td.book_supporto {
  color: #3e3e40;
  font-weight: 500;
}
.book_scheda table td.book_supporto span.book_size {
  font-weight: 400;
  color: #444;
  font-size: 0.7rem;
}
.book_scheda table td.book_isbn {
  font-size: 0.75rem;
}
.book_scheda table td.book_prezzo {
  color: #3e3e40;
  font-weight: 500;
}
.book_scheda .tabs {
  min-width: 320px;
  max-width: 800px;
  margin-bottom: 3rem;
}
.book_scheda .tabs .tab_content_inactive,
.book_scheda .tabs .tab_content_active {
  padding: 1rem 0 0;
  font-size: 0.85rem;
  position: relative;
}
.book_scheda .tabs .tab_content_inactive p,
.book_scheda .tabs .tab_content_active p {
  margin-bottom: 0.5rem;
}
.book_scheda .tabs .tab_content_inactive {
  display: none;
  z-index: -1;
}
.book_scheda .tabs .tab_content_active {
  display: block;
  opacity: 0;
  border-top: 1px solid #666;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.book_scheda .tabs .tab_content_active + label {
  color: #ddd;
  border: 1px solid #aaa;
}
.book_scheda .tabs .tab_content_active table td:last-child img {
  float: right;
  top: 0;
}
.book_scheda .tabs input {
  display: none;
}
.book_scheda .tabs label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 0.5rem 1rem;
  text-align: center;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #aaa;
  border: 1px solid transparent;
}
.book_scheda .tabs label:hover {
  color: #fff;
  cursor: pointer;
}
.book_scheda .tabs input:checked + label {
  color: #ddd;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  border-bottom: 1px solid #3e3e40;
  position: relative;
  z-index: 1;
}
.book_scheda .tabs #tab1:checked ~ #content1,
.book_scheda .tabs #tab2:checked ~ #content2,
.book_scheda .tabs #tab3:checked ~ #content3 {
  display: block;
  opacity: 0;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.book_scheda .tabs tr.estratti_inizio p {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #555;
  font-weight: 500;
}
.book_scheda .tabs tr.estratto td {
  padding: 0 0 0.2rem 0;
}
.book_scheda .tabs tr.estratto td:nth-child(2) p {
  font-weight: 500;
}
.book_scheda .tabs tr.estratto td:nth-child(2) p span.dimensioni {
  font-weight: 400;
  font-size: 0.7rem;
}
.book_scheda .tabs tr.estratto td:nth-child(3) {
  width: 25%;
}
.book_scheda .tabs tr.estratto td:nth-child(4) {
  width: 30%;
  text-align: left;
}
.book_scheda .tabs tr.estratto td:nth-child(5) {
  width: 10%;
  text-align: right;
}
.book_scheda .tabs tr.estratto td:nth-child(6) {
  width: 8%;
  text-align: right;
}
.book_scheda .tabs tr.titolo td {
  padding: 0.7rem 0 0 0;
  border-bottom: 0;
}
.book_scheda .plus {
  font-size: 0.9rem;
  margin-bottom: 2rem;
}
.book_scheda .plus ul {
  padding-top: 1rem;
  border-top: 1px solid #555;
  margin-top: 0.5rem;
  max-width: 800px;
}
.book_scheda .plus ul li {
  padding: 0.2rem;
}
.book_scheda .plus ul li a {
  margin-left: 5px;
}
.book_scheda .plus.rassegna_stampa:before {
  content: "Rassegna stampa";
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: uppercase;
}
.book_scheda .plus.media:before {
  content: "Media";
  font-size: 1.1rem;
  font-style: italic;
  text-transform: uppercase;
}
#blankBM108 {
  overflow: visible !important;
}
#trolley_count {
  background-image: url(../images/trolley.svg);
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: 100% 0;
  text-align: left;
  position: relative;
  height: 35px;
}
#trolley_count .trolley_not_empty {
  background: #e29e20;
  border-radius: 0.25em;
  background-image: url(../images/trolley_full.svg);
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: right 5px top 50%;
  font-weight: 500;
  font-size: 1.4rem;
  color: #fff;
  text-align: right;
  padding: 0 35px 0 5px;
  letter-spacing: -1px;
  width: auto;
  height: 34px;
  cursor: pointer;
  position: relative;
  top: -7px;
  left: 4px;
}
#trolley_count .trolley_link {
  display: none;
}
table.trolley_list {
  margin-bottom: 3em;
}
table.trolley_list th {
  font-size: 0.7em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #444;
  color: #ddd;
}
table.trolley_list th:nth-child(4) {
  text-align: center;
}
table.trolley_list td {
  font-size: 0.9rem;
  padding: 0.6em 0;
  border-bottom: 1px solid #444;
  white-space: normal;
}
table.trolley_list td.linea_totale {
  border-top: 2px solid #444;
}
table.trolley_list td.td_formato {
  font-weight: 500;
  font-size: 0.8rem;
}
table.trolley_list td.isbn {
  font-size: 0.7rem;
}
table.trolley_list td span.DOI {
  font-weight: 500;
  color: #fff;
  font-size: 0.7rem;
  background: #444;
  padding: 1px 3px;
  border-radius: 3px;
}
table.trolley_list td span.DOI:hover {
  cursor: pointer;
}
table.trolley_list td span.DOI_number {
  display: block;
  padding: 0.5rem 0;
}
table.trolley_list td input {
  width: 40%;
  text-align: center;
  font-family: "fira";
  border: none;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.25);
}
table.trolley_list td input:focus {
  background: #fff;
}
table.trolley_list td input,
table.trolley_list td div.reduce_qt,
table.trolley_list td div.add_qt {
  display: inline-table;
}
table.trolley_list td div.reduce_qt,
table.trolley_list td div.add_qt {
  background: #fff;
  color: #444;
  text-align: center;
  width: 25%;
  border-radius: 2px;
  cursor: pointer;
  font-weight: 500;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
table.trolley_list td div.reduce_qt:hover,
table.trolley_list td div.add_qt:hover {
  background: #444;
  color: #fff;
}
table.trolley_list tr.trolley_totale td {
  color: #3e3e40;
  text-align: right !important;
  border-top: 2px solid #444;
  border-bottom: 0;
}
table.trolley_list tr.trolley_totale td:first-child {
  font-size: 0.7rem;
  letter-spacing: 0.07em;
}
table.trolley_list tr:nth-last-child(2) td {
  border-bottom: 0;
}
#blankBM97 table.trolley_list th,
#blankBM97 table.trolley_list td {
  width: 15%;
}
#blankBM97 table.trolley_list th:nth-child(1),
#blankBM97 table.trolley_list td:nth-child(1) {
  text-align: left;
}
#blankBM97 table.trolley_list th:nth-child(3),
#blankBM97 table.trolley_list td:nth-child(3) {
  width: 65%;
}
#blankBM97 table.trolley_list th img,
#blankBM97 table.trolley_list td img {
  display: none;
}
form#invia_ordine table,
form#spedizione_ordine table,
form#pagamento_ordine table {
  font-size: 0.85rem;
}
form#invia_ordine table tr.titolo td,
form#spedizione_ordine table tr.titolo td,
form#pagamento_ordine table tr.titolo td {
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  padding: 1rem 0 0.6rem 0;
  border-bottom: 2px solid #444;
  color: #ddd;
}
form#invia_ordine table tr:nth-child(2) td,
form#spedizione_ordine table tr:nth-child(2) td,
form#pagamento_ordine table tr:nth-child(2) td {
  padding-top: 0.6rem;
}
form#invia_ordine table td,
form#spedizione_ordine table td,
form#pagamento_ordine table td {
  vertical-align: middle;
  padding: 0.3em 0;
}
form#invia_ordine table td input,
form#spedizione_ordine table td input,
form#pagamento_ordine table td input,
form#invia_ordine table td textarea,
form#spedizione_ordine table td textarea,
form#pagamento_ordine table td textarea,
form#invia_ordine table td select,
form#spedizione_ordine table td select,
form#pagamento_ordine table td select {
  font-family: "fira";
  font-size: 1rem;
  padding: 0.3em 0.5em;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.25);
}
form#invia_ordine table td input,
form#spedizione_ordine table td input,
form#pagamento_ordine table td input,
form#invia_ordine table td textarea,
form#spedizione_ordine table td textarea,
form#pagamento_ordine table td textarea {
  width: 100% !important;
  border: none;
}
form#invia_ordine table td input:focus,
form#spedizione_ordine table td input:focus,
form#pagamento_ordine table td input:focus,
form#invia_ordine table td textarea:focus,
form#spedizione_ordine table td textarea:focus,
form#pagamento_ordine table td textarea:focus {
  outline: none;
  background: #fff;
}
form#invia_ordine table td textarea,
form#spedizione_ordine table td textarea,
form#pagamento_ordine table td textarea {
  height: 100px;
  resize: none;
}
form#invia_ordine table td select,
form#spedizione_ordine table td select,
form#pagamento_ordine table td select {
  width: 40%;
  border: 0 !important;
  border-radius: 0;
  outline: none !important;
}
form#invia_ordine table td input#check_ritiro_in_negozio,
form#spedizione_ordine table td input#check_ritiro_in_negozio,
form#pagamento_ordine table td input#check_ritiro_in_negozio,
form#invia_ordine table td input#check_invoice,
form#spedizione_ordine table td input#check_invoice,
form#pagamento_ordine table td input#check_invoice,
form#invia_ordine table td input#check_mailing,
form#spedizione_ordine table td input#check_mailing,
form#pagamento_ordine table td input#check_mailing,
form#invia_ordine table td input#consenso_totale,
form#spedizione_ordine table td input#consenso_totale,
form#pagamento_ordine table td input#consenso_totale,
form#invia_ordine table td input#consenso_acquisti,
form#spedizione_ordine table td input#consenso_acquisti,
form#pagamento_ordine table td input#consenso_acquisti,
form#invia_ordine table td input#newsletter,
form#spedizione_ordine table td input#newsletter,
form#pagamento_ordine table td input#newsletter,
form#invia_ordine table td input.pagamento,
form#spedizione_ordine table td input.pagamento,
form#pagamento_ordine table td input.pagamento {
  width: 20px !important;
  height: 20px;
  position: relative;
  top: 5px;
}
form#invia_ordine table td input #check_ritiro_in_negozio,
form#spedizione_ordine table td input #check_ritiro_in_negozio,
form#pagamento_ordine table td input #check_ritiro_in_negozio {
  display: none;
}
form#invia_ordine table td input.prosegui,
form#spedizione_ordine table td input.prosegui,
form#pagamento_ordine table td input.prosegui {
  border-radius: 3px;
  background: #fff;
  color: #444;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.07em;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: auto !important;
  padding: 1rem 2rem;
}
form#invia_ordine table td input.prosegui:hover,
form#spedizione_ordine table td input.prosegui:hover,
form#pagamento_ordine table td input.prosegui:hover {
  background: #444;
  color: #fff;
  cursor: pointer;
}
form#invia_ordine table td.privacy,
form#spedizione_ordine table td.privacy,
form#pagamento_ordine table td.privacy {
  font-size: 0.7rem;
}
.titolo_sezione {
  border-bottom: 3px solid #fff;
}
.titolo_sezione.sezione_eventi {
  margin-bottom: 1rem;
}
.titolo_sezione.sezione_books {
  margin-bottom: -0.3rem;
}
.titolo_sezione.sezione_social {
  margin: -3rem 0 2rem 0;
}
.titolo_sezione h2 {
  background: #fff;
  font-size: 1rem !important;
  display: inline;
  padding: 0.5rem 1rem 0.3rem 1rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.results {
  font-size: 0;
  margin-top: 3rem;
}
.results .no_results {
  font-size: 1rem;
}
.results h1::first-letter {
  text-transform: uppercase;
}
.results .libro_preview {
  display: inline-table;
}
.results .libro_preview .immagine_preview {
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow: hidden;
}
.results .libro_preview .immagine_preview img {
  top: 0;
  display: block;
}
.results .libro_preview .testo_preview {
  padding: 1rem 0;
}
.results .libro_preview .testo_preview .titolo_preview {
  font-size: 0.8rem;
  font-weight: 500;
  padding-bottom: 0.5rem;
}
.results .libro_preview .testo_preview .autore_preview {
  font-size: 0.8rem;
}
.results .libro_preview:hover {
  cursor: pointer;
}
.results .libro_preview:hover .immagine_preview {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
}
.search dl.search-results,
.search fieldset,
.search .form-limit,
.search dd.result-created,
.search .btn-toolbar,
.search p.counter,
.search .searchintro {
  display: none;
}
.login_form .label {
  font-size: 0.9rem;
  font-weight: 500;
}
.login_form input {
  font-family: "fira";
  padding: 0.5rem;
  margin: 0.3rem 0 1rem 0;
  font-size: 1.2rem;
  border: 0;
}
.login_form input#login {
  background: rgba(255, 255, 255, 0.25);
  color: #666;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.login_form input#login:hover {
  background: #fff;
  color: #444;
  cursor: pointer;
}
.page-header h1,
h1,
.titolo_introduzione {
  color: #bbb;
  font-size: 2rem;
  line-height: 1.25;
  margin-bottom: 1rem;
}
.page-header h1 span,
h1 span,
.titolo_introduzione span {
  font-family: "fira";
}
.titolo_introduzione,
#blankBM99 h1 {
  margin: 2rem 0;
  width: 100%;
}
.titolo_introduzione {
  display: none;
}
.blog h2 {
  line-height: 1.1;
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-family: "ba";
  letter-spacing: -0.02em;
}
.blog h2 span.subheading-category {
  display: none;
}
.testo_introduzione {
  margin-bottom: 3rem;
  width: 100%;
}
.container_preview {
  font-size: 0;
}
.container_preview &gt; div {
  display: inline-table;
  vertical-align: top;
}
.container_preview &gt; div .immagine_preview {
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
}
.container_preview &gt; div .immagine_preview img {
  top: 0;
  display: block;
  position: relative;
  aspect-ratio: 3 / 4;
  object-fit: contain;
}
.container_preview &gt; div:hover .immagine_preview {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
}
.container_preview &gt; div .testo_preview {
  padding: 1rem 0;
}
.container_preview &gt; div .testo_preview .titolo_preview {
  font-size: 0.9rem;
  font-weight: 500;
}
.container_preview &gt; div .testo_preview .autore_preview {
  font-size: 0.8rem;
  padding: 0.5rem 0 0 0;
}
.container_preview &gt; div .testo_preview .autore_preview.altro_autore {
  display: inline;
}
.container_preview &gt; div:hover {
  cursor: pointer;
}
.container_preview &gt; div:hover .immagine_preview::after {
  box-shadow: inset 0 0 0 15px rgba(255, 255, 255, 0.7);
}
.white_bg_no_home {
  width: 100%;
  padding: 2em 0;
  background-color: #555;
}
.footer {
  font-size: 0.8em;
  padding: 0 0 2em 0;
}
.footer p {
  color: #aaa;
}
.footer &gt; .custom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer &gt; .custom &gt; div:first-child {
  flex: 3 auto;
}
.footer &gt; .custom &gt; div:first-child p strong {
  font-size: 1.1em;
  margin-bottom: -0.7em;
  display: block;
  letter-spacing: 0.025em;
  color: #ddd;
}
.footer &gt; .custom &gt; div:not(:first-child) {
  flex: 1 auto;
}
.footer &gt; .custom &gt; div:not(:first-child) p {
  font-weight: 500;
  font-size: 1.1em;
}
.footer &gt; .custom &gt; div:not(:first-child) ul {
  margin-top: 0.5em;
}
.footer &gt; .custom &gt; div:not(:first-child) ul li a {
  padding: 0.15em 0;
  display: inline-block;
  border: none;
  color: #aaa;
}
.footer &gt; .custom &gt; div:not(:first-child) ul li a:hover {
  color: #fff;
}
.footer ul.nav {
  display: flex;
  justify-content: space-between;
}
.footer ul.nav li {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ddd;
}
.footer ul.nav li &gt; ul.nav-child {
  display: block;
  border: 0;
  font-size: 1em;
}
.footer ul.nav li &gt; ul.nav-child li {
  letter-spacing: 0;
  text-transform: none;
  padding: 0;
}
.footer ul.nav li &gt; ul.nav-child li a {
  font-weight: 500;
  border-bottom-width: 2px;
}
.carrello_timeline {
  display: flex;
  justify-content: space-between;
  font-size: 0.75em;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.carrello_timeline:before {
  content: "";
  width: 95%;
  height: 1px;
  background-color: #aaa;
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  top: 25px;
}
.carrello_timeline .carrello_step a {
  border: 0;
  padding: 0.5em;
  color: #666;
}
.carrello_timeline .carrello_step a:before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background-color: #fff;
  margin: 0 auto 0.5em auto;
  border-radius: 50%;
  border: 1px solid #E7E9E3;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.carrello_timeline .carrello_step a.active {
  color: #000;
}
.carrello_timeline .carrello_step a.active:before {
  background-color: #e29e20;
  border-color: #e29e20;
}
.carrello_timeline .carrello_step a.active.link {
  cursor: pointer;
}
form#invia_ordine,
form#spedizione_ordine,
form#pagamento_ordine,
.riepilogo_ordine {
  width: 100%;
  margin: 0 auto 3em auto;
}
form#invia_ordine table td select,
form#spedizione_ordine table td select,
form#pagamento_ordine table td select,
.riepilogo_ordine table td select {
  width: 100%;
}
.accedi-registrati,
.cols2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 3em auto;
}
.accedi-registrati .ar_col,
.cols2 .ar_col {
  flex: 0 47%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.accedi-registrati .ar_col .ar_header,
.cols2 .ar_col .ar_header {
  font-size: 0.85em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #444;
  margin-bottom: 0.5em;
  color: #ddd;
}
.accedi-registrati .ar_col p,
.cols2 .ar_col p {
  font-size: 0.85em;
}
.accedi-registrati .ar_col label,
.cols2 .ar_col label,
.accedi-registrati .ar_col input,
.cols2 .ar_col input {
  display: block;
}
.accedi-registrati .ar_col label,
.cols2 .ar_col label {
  font-size: 0.85em;
  margin-top: 1em;
}
.accedi-registrati .ar_col input,
.cols2 .ar_col input {
  font-size: 1em;
  font-family: "fira";
  border: 0;
  padding: 0.5em;
  width: 100%;
}
.accedi-registrati .ar_col input#password,
.cols2 .ar_col input#password {
  font-weight: 500;
}
.accedi-registrati .ar_col input[type="submit"],
.cols2 .ar_col input[type="submit"],
.accedi-registrati .ar_col input[type="button"],
.cols2 .ar_col input[type="button"] {
  width: 60%;
  margin: 1em auto;
  background-color: rgba(255, 255, 255, 0);
  font-weight: 500;
  letter-spacing: 0.07em;
  border: 1px solid #444;
  border-radius: 0.25em;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.accedi-registrati .ar_col input[type="submit"]:hover,
.cols2 .ar_col input[type="submit"]:hover,
.accedi-registrati .ar_col input[type="button"]:hover,
.cols2 .ar_col input[type="button"]:hover {
  background-color: #e29e20;
  border-color: #e29e20;
  color: #fff;
  cursor: pointer;
}
.accedi-registrati .ar_col a.carrello_button,
.cols2 .ar_col a.carrello_button {
  padding: 0.5em;
  text-align: center;
  width: 60%;
  display: block;
  margin: 1em auto;
  background-color: rgba(255, 255, 255, 0);
  font-weight: 500;
  letter-spacing: 0.07em;
  border: 1px solid #444;
  border-radius: 0.25em;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.accedi-registrati .ar_col a.carrello_button:hover,
.cols2 .ar_col a.carrello_button:hover {
  background-color: #e29e20;
  border-color: #e29e20;
  color: #fff;
  cursor: pointer;
}
input[type="button"].prosegui.invia {
  border-radius: 3px;
  border: 0;
  background: #e29e20;
  color: #444;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.07em;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: auto !important;
  padding: 1rem 2rem;
}
input[type="button"].prosegui.invia:hover {
  background: #444;
  color: #fff;
  cursor: pointer;
}
select,
option {
  font-family: "fira", sans-serif;
}
.riepilogo_ordine .accedi-registrati {
  width: 100% !important;
}
ul.dots {
  list-style-type: disc;
}
.page-header {
  margin: 3rem 0 1rem 0;
  font-size: 2rem;
}
.menu.menutop ul {
  display: none;
}
.slicknav_menu {
  display: block;
}
/* M Tablets version */
@media (min-width: 768px) {
  .row.top {
    flex-wrap: nowrap;
  }
  .social,
  .newsletter {
    display: block;
  }
  .newsletter {
    display: none;
  }
  .search_mod {
    border-right: 1px solid #666;
    padding-right: 1em;
    flex: 0 50%;
    order: 1;
  }
  .search_mod input {
    background-color: transparent;
    border: 0;
    font-family: 'fira';
    font-size: 1rem;
    padding: 0.25em 1em;
    outline: none;
    margin: 0;
    color: #3e3e40;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding: 0.25em 40px 0.15em 0.5em;
    width: 300px;
  }
  .search_mod input:hover,
  .search_mod input:focus {
    background-color: #fff;
  }
  .search_mod input[type='submit'] {
    background: #555;
    color: #E7E9E3;
    font-weight: 700;
    border-radius: 2px;
  }
  .search_mod input[type='submit']:hover {
    background: #000;
    cursor: pointer;
  }
  .search_mod input[type='submit']:focus {
    border-color: #555;
  }
  .search_mod input::-webkit-input-placeholder {
    visibility: hidden;
  }
  .search_mod input:-ms-input-placeholder {
    visibility: hidden;
  }
  .search_mod input::placeholder {
    visibility: hidden;
  }
  .search_mod input:hover,
  .search_mod input:focus {
    padding: 0.5em 40px 0.5em 0.5em;
  }
  .search_mod input:hover::-webkit-input-placeholder,
  .search_mod input:focus::-webkit-input-placeholder {
    visibility: visible;
  }
  .search_mod input:hover:-ms-input-placeholder,
  .search_mod input:focus:-ms-input-placeholder {
    visibility: visible;
  }
  .search_mod input:hover::placeholder,
  .search_mod input:focus::placeholder {
    visibility: visible;
  }
  .social {
    flex: 0 110px;
  }
  .blog-featured_news .items-row {
    flex: 0 47%;
  }
  .temi_collane_riviste .column1,
  .temi_collane_riviste .column2 {
    flex: 0 47%;
  }
  .trolley {
    flex: 0 170px;
    order: 1;
    border: 0;
  }
  .trolley a {
    text-align: left;
  }
  .white_bg .socialwall {
    margin: 0 auto;
    width: 100%;
  }
  .white_bg .socialwall &gt; div {
    flex: 0 47%;
  }
  .accedi-registrati,
  .carrello_timeline,
  form#invia_ordine,
  form#spedizione_ordine,
  form#pagamento_ordine,
  .riepilogo_ordine {
    width: 80%;
  }
  .two_cols {
    display: flex;
  }
  .menu.menutop ul {
    display: flex;
  }
  .slicknav_menu {
    display: none;
  }
}
/* L Desktop version */
@media (min-width: 1024px) {
  .blog-featured_news .items-row {
    flex: 0 30%;
  }
  .temi_collane_riviste .column1 {
    flex: 0 29.2%;
    margin: 4em 0;
  }
  .temi_collane_riviste .column2 {
    flex: 0 62.4%;
    margin: 4em 0;
  }
  .white_bg .socialwall &gt; div {
    margin: 4em 0;
  }
  .accedi-registrati,
  .carrello_timeline,
  form#invia_ordine,
  form#spedizione_ordine,
  form#pagamento_ordine,
  .riepilogo_ordine {
    width: 60%;
  }
}
/* XL Desktop version */
@media (min-width: 1280px) {
  .white_bg .socialwall {
    width: 75%;
  }
}
/* XL Desktop version */
</pre></body></html>