@import "_reset.min.css";
@import "_slicknav.min.css";
@font-face {
  font-family: 'sg';
  src: url('../fonts/SpaceGrotesk-Regular.woff2') format('woff2'), url('../fonts/SpaceGrotesk-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sg';
  src: url('../fonts/SpaceGrotesk-Bold.woff2') format('woff2'), url('../fonts/SpaceGrotesk-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Garamond';
  src: url('../fonts/EBGaramond-Italic.woff2') format('woff2'), url('../fonts/EBGaramond-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Garamond';
  src: url('../fonts/EBGaramond-Regular.woff2') format('woff2'), url('../fonts/EBGaramond-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.button {
  background-color: #E3017D;
  font-family: 'sg';
  color: #fff;
  padding: 0.6em;
  border-radius: 0.25em;
  display: inline-block;
  margin: 1em 0;
  border: 1px solid #E3017D;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.no_button {
  padding: 0 0 0.2em 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  color: #E3017D;
}
.h3 {
  height: 3em;
}
.h6 {
  height: 6em;
}
.h9 {
  height: 9em;
}
@keyframes KenBurns {
  0% {
    transform-origin: bottom center;
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@-moz-keyframes KenBurns {
  0% {
    -moz-transform-origin: bottom center;
    -moz-transform: scale(1);
  }
  100% {
    -moz-transform: scale(1.15);
  }
}
@-webkit-keyframes KenBurns {
  0% {
    -webkit-transform-origin: bottom center;
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
  }
}
@-o-keyframes KenBurns {
  0% {
    -o-transform-origin: bottom center;
    -o-transform: scale(1);
  }
  100% {
    -o-transform: scale(1.15);
  }
}
@-ms-keyframes KenBurns {
  0% {
    -ms-transform-origin: bottom center;
    -ms-transform: scale(1);
  }
  100% {
    -ms-transform: scale(1.15);
  }
}
html {
  height: 100%;
  scroll-behavior: smooth;
}
body {
  color: #222;
  font-size: 16px;
  font-family: "sg", sans-serif;
  font-weight: normal;
  height: 100%;
  padding-top: 150px;
}
h1::selection,
p::selection,
h2::selection,
h3::selection,
h4::selection,
li::selection,
a::selection {
  background-color: #E3017D;
  color: #fff;
}
p,
ol,
ul {
  line-height: 1.5;
}
a {
  color: #E3017D;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover {
  border-color: #E3017D;
}
p.small,
span.small {
  font-size: 0.85em;
}
p.large,
span.large {
  font-size: 1.25rem;
}
@media only screen and (max-width: 1024px) {
  p.large,
  span.large {
    font-size: 1.953125vw;
  }
}
@media only screen and (max-width: 819.2px) {
  p.large,
  span.large {
    font-size: 1rem;
  }
}
p.xlarge,
span.xlarge {
  font-size: 1.75rem;
}
@media only screen and (max-width: 1024px) {
  p.xlarge,
  span.xlarge {
    font-size: 2.734375vw;
  }
}
@media only screen and (max-width: 819.2px) {
  p.xlarge,
  span.xlarge {
    font-size: 1.4rem;
  }
}
.container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100vh - 150px);
}
/* Safari flexbox bug */
_::-webkit-full-page-media,
_:future,
:root .container {
  display: block;
}
.maxw {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding-left: 3% !important;
  padding-right: 3% !important;
}
.minw {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding-left: 3% !important;
  padding-right: 3% !important;
}
.row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.row.top {
  align-items: flex-start;
}
.column {
  padding: 0.5rem 0;
}
.header_block {
  background-color: #fff;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  height: 150px;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header_block .header {
  position: relative;
}
.header_block .header a {
  color: #111;
}
.header_block .header .header_sx {
  flex: 0 30%;
}
.header_block .header .header_sx svg {
  width: 70%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.header_block .header .header_sx svg path.bg {
  fill: #E3017D;
}
.header_block .header .header_dx {
  flex: 0 30%;
}
.header_block .header .header_dx .menu {
  margin-top: 0.5em;
  font-family: "Garamond", serif;
  font-size: 2.75rem;
}
@media only screen and (max-width: 1280px) {
  .header_block .header .header_dx .menu {
    font-size: 3.4375vw;
  }
}
@media only screen and (max-width: 930.90909091px) {
  .header_block .header .header_dx .menu {
    font-size: 2rem;
  }
}
.header_block .header .header_dx .menu a {
  display: inline-block;
  border: none;
  margin-right: 0.25em;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
.header_block .header .header_dx .menu a:hover {
  color: #E3017D;
}
.header_block .header .header_dx .menu ul {
  margin: 0;
  line-height: 1.2;
  width: 70%;
}
.header_block .header .header_dx .menu ul li {
  display: inline-block;
}
.header_block .header .header_dx .menu ul li.active a {
  color: #E3017D;
}
.header_block .header .header_dx .menu ul li:not(:first-child):before {
  content: "/ ";
}
.header_block .header .header_trolley_count {
  flex: 0 40%;
  padding-top: 2em;
}
.header_block .header .header_trolley_count > .custom {
  width: calc(100% - 75px);
}
.header_block.scroll .header .header_dx .menu {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header_block.shrink {
  height: 100px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
}
.header_block.shrink .header .header_sx img {
  width: 50%;
}
.header_block.shrink .header .header_dx {
  margin-top: 1.5em;
}
.header_block.shrink .header .header_dx .menu {
  font-size: 2rem;
}
@media only screen and (max-width: 1280px) {
  .header_block.shrink .header .header_dx .menu {
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 960px) {
  .header_block.shrink .header .header_dx .menu {
    font-size: 1.5rem;
  }
}
.header_block.shrink .header .header_dx .menu ul {
  width: 100%;
}
@keyframes slideIn {
  from {
    right: -1000px;
  }
  to {
    right: 0;
  }
}
.slideshow {
  height: 60vh;
  min-height: 400px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: none;
}
.slideshow .rettangolo {
  width: 266px;
  height: 400px;
  background-color: #E3017D;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: multiply;
}
.content {
  padding: 3rem 0;
}
.content ul {
  padding: 1em 0 1em 1em;
  list-style-type: disc;
  margin-left: 0;
}
.content ul li a {
  color: #666;
  font-size: 0.85em;
  border: 0;
  display: block;
}
.content ul li a:hover {
  padding-left: 0.5em;
  font-weight: bold;
}
.content h1 {
  text-align: center;
  font-family: "Garamond", serif;
  font-weight: normal;
  font-size: 2rem;
}
@media only screen and (max-width: 1024px) {
  .content h1 {
    font-size: 3.125vw;
  }
}
@media only screen and (max-width: 768px) {
  .content h1 {
    font-size: 1.5rem;
  }
}
.content h2 {
  padding-bottom: 0.25em;
  margin-bottom: 0.75em;
  font-size: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .content h2 {
    font-size: 2.34375vw;
  }
}
@media only screen and (max-width: 750.93333333px) {
  .content h2 {
    font-size: 1.1rem;
  }
}
.content p {
  font-size: 1.2rem;
  margin-bottom: 1em;
}
@media only screen and (max-width: 1024px) {
  .content p {
    font-size: 1.875vw;
  }
}
@media only screen and (max-width: 768px) {
  .content p {
    font-size: 0.9rem;
  }
}
.content .row > div {
  flex: 0 100%;
}
.content .cycle-slideshow {
  width: 70%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.content .colcx_cx1 img {
  width: 66%;
  margin: 0 auto 2em auto;
}
.content .colcx_cx1 img + p {
  margin-bottom: 2em;
}
.content p.quote {
  font-size: 0.85em;
  font-weight: bold;
  text-align: center;
}
.content p.graziato,
.content span.graziato {
  font-family: "Garamond", serif;
  font-weight: normal;
  font-size: 1.3em;
  display: block;
}
.content table {
  margin: 2em 0;
  border-bottom: 1px solid #aaa;
}
.content table td {
  padding: 0.5em 0 !important;
  vertical-align: middle;
  font-size: 1.15em;
}
.content table td:nth-child(2) {
  text-align: right;
}
.content table td:nth-child(2) a {
  margin: 0;
  font-weight: bold;
}
.content table.abbonamenti a {
  color: #E3017D;
  padding: 0;
  border: 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0);
}
.content .video_4_3,
.content .video_16_9 {
  position: relative;
  padding-bottom: 75%;
  /* 4          :3 */
  height: 0;
  margin: 2em 0;
}
.content .video_16_9 {
  padding-bottom: 56.25%;
  /* 16         :9 */
}
.content .video_4_3 iframe,
.content .video_16_9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer_bg {
  background-color: #111;
}
.footer {
  padding: 1rem 0;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
}
.footer > div:first-child {
  flex: 0 80px;
}
.footer > div:nth-child(2) {
  flex: 0 calc(100% - 100px);
}
.footer > div:nth-child(3) {
  flex: 0 100%;
}
.footer > div:nth-child(3) p,
.footer > div:nth-child(3) ul {
  padding-left: 100px;
}
.footer img {
  width: 75px;
  margin: 0 1em 1em 0;
  float: left;
}
.footer span.bigger {
  font-size: 1.2em;
}
.footer span.white {
  color: #fff;
}
.footer a {
  color: #E3017D;
  font-weight: bold;
  padding-bottom: 0.25em;
  border-bottom-width: 2px;
}
.footer a:hover {
  color: #fff;
}
.grigio {
  background-color: #f5f5f5;
}
.content .colcx .row.half {
  margin-bottom: 3em;
  align-items: center;
}
.content .colcx .row.half > div {
  flex: 0 100%;
  position: relative;
}
.content .colcx .row.half > div .rettangolo {
  width: 45%;
  height: 90%;
  background-color: #E3017D;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  mix-blend-mode: multiply;
}
.content .colcx .row.half.center {
  text-align: center;
}
.content .colcx .row.half.bigtext p {
  font-size: 1.4rem;
}
@media only screen and (max-width: 1024px) {
  .content .colcx .row.half.bigtext p {
    font-size: 2.1875vw;
  }
}
@media only screen and (max-width: 877.71428571px) {
  .content .colcx .row.half.bigtext p {
    font-size: 1.2rem;
  }
}
.content .colcx .row.half img {
  width: 80%;
  margin: 0 auto;
}
.content .colcx .row.half img.trolley_img {
  width: 35px;
}
.content .colcx .row.half a {
  background-color: #E3017D;
  font-family: 'sg';
  color: #fff;
  padding: 0.6em;
  border-radius: 0.25em;
  display: inline-block;
  margin: 1em 0;
  border: 1px solid #E3017D;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.content .colcx .row.half a:hover {
  background-color: #fff;
  color: #E3017D;
}
.pulsante.cartaceo .trolley {
  cursor: pointer;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.header .menu {
  display: none;
}
.slicknav_menu {
  display: block;
}
.icons {
  display: none;
}
.acym_module input.acym__user__edit__email {
  width: 300px;
  padding: 0.5em 0.75em;
  font-size: 1.2em;
  margin: 0.5em 0;
}
.acym_module .fieldacyterms a {
  padding: 0 0 0.2em 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  color: #E3017D;
}
.acym_module .fieldacyterms a:hover {
  border-bottom-color: #E3017D;
}
.acym_module .acysubbuttons input {
  font-weight: bold;
  outline: none;
}
.acym_module .acysubbuttons input:hover {
  color: #E3017D;
  background-color: #fff;
}
.acym_module div.acym_module_success {
  display: inline;
}
/* TROLLEYCOUNT */
#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;
  user-select: none;
}
#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: 600;
  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;
}
.trolley_popup {
  display: none;
  position: fixed;
  z-index: 9999;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 1em;
  border-radius: 0.25em;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  font-size: 0.75em;
  text-align: center;
  width: 380px;
  -webkit-transition: all 0.2s ease;
  -moz-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: 0;
}
.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;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.trolley_popup .center a {
  border: 0;
  border-radius: 0.25em;
  color: #000;
  font-weight: 700;
  display: block;
  width: 100%;
  padding: 0.5em;
  margin: 0.5em 0;
  border: 2px solid #E29E20;
  flex: 0 48%;
}
.trolley_popup .center a.evidence {
  background-color: #E29E20;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-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: #666;
}
.trolley_popup .center a.close:hover {
  background-color: #f4d9a7;
  cursor: pointer;
}
table.trolley_list {
  margin-bottom: 3em;
}
table.trolley_list th {
  font-size: 0.7em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #666;
  color: #666;
}
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 #666;
  white-space: normal;
}
table.trolley_list td p {
  font-size: 1rem;
  margin-bottom: 0;
}
table.trolley_list td.linea_totale {
  border-top: 2px solid #666;
}
table.trolley_list td.td_formato {
  font-weight: 600;
  font-size: 0.8rem;
}
table.trolley_list td.isbn {
  font-size: 0.7rem;
  text-align: left;
}
table.trolley_list td span.DOI {
  font-weight: 600;
  color: #fff;
  font-size: 0.7rem;
  background: #666;
  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: "sg";
  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: #ddd;
  color: #666;
  text-align: center;
  width: 25%;
  border-radius: 2px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.25em;
  -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: #666;
  color: #fff;
}
table.trolley_list tr.trolley_totale td {
  color: #222;
  text-align: right !important;
  border-top: 2px solid #666;
  border-bottom: 0;
}
table.trolley_list tr.trolley_totale td:first-child {
  font-size: 0.7rem;
  text-transform: uppercase;
  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 table {
  border-bottom: 0!important;
}
form table td {
  font-size: 1em;
  display: block;
}
form table td input,
form table td select {
  width: 100%;
  padding: 0.5em;
}
form table td textarea {
  font-family: "sg";
  width: 100%;
}
form table td input#consenso_totale,
form table td input#newsletter {
  width: auto;
}
form table tr.titolo td {
  font-weight: bold;
  font-size: 1.25em !important;
  border-top: 0;
}
form#pagamento_ordine td {
  text-align: left!important;
  font-size: 1em;
}
form#pagamento_ordine td input.pagamento {
  width: auto;
}
.carrello_timeline {
  display: flex;
  justify-content: space-between;
  font-size: 0.75em;
  position: relative;
  width: 100%;
  margin: 0 auto 5em auto;
}
.carrello_timeline:before {
  content: '';
  width: 95%;
  height: 1px;
  background-color: #111;
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  top: 25px;
}
.carrello_timeline .carrello_step a {
  border: 0;
  padding: 0.5em;
  color: #aaa;
}
.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 #aaa;
  -webkit-transition: all 0.2s ease;
  -moz-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;
}
input.invia,
.carrello_button {
  border: 2px solid #E29E20;
  border-radius: 0.25em;
  background-color: #E29E20;
  padding: 0.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-size: clamp(1.1em, 5vw, 1.2em);
  font-family: "sg", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
input.invia:hover,
.carrello_button:hover {
  background-color: #fff;
  cursor: pointer;
}
.carrello_button,
input.prosegui {
  display: block;
  text-align: center;
  background-color: #ddd;
  border: 1px solid #111;
  font-family: sans-serif;
  color: #111;
  font-size: 0.9rem;
  font-weight: normal;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.carrello_button:hover,
input.prosegui:hover {
  border-color: #111;
  cursor: pointer;
  background-color: #fff;
}
.book_scheda {
  display: block;
  justify-content: space-between;
}
.book_scheda .book_cover {
  flex: 0 30%;
}
.book_scheda .book_cover .pulsanti {
  margin-top: 3rem;
}
.book_scheda .book_cover .pulsanti .pulsante {
  border: 1px solid #111;
  border-radius: 2px;
  margin: 0.5rem 0 2rem 0;
  padding: 0.7rem 0;
  font-size: 0;
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-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: 600;
  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: 600;
}
.book_scheda .book_cover .pulsanti .pulsante .book_prezzo span {
  font-weight: 400;
}
.book_scheda .book_cover .pulsanti .pulsante:hover {
  cursor: pointer !important;
  background-color: #E29E20;
}
.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_detail {
  flex: 0 60%;
}
.book_scheda .book_detail .book_title {
  font-weight: bold;
  font-size: clamp(1.3em, 5vw, 1.75em);
}
.book_scheda .book_detail .book_title .book_subtitle {
  display: block;
  font-size: clamp(1rem, 4.5vw, 1.25rem);
}
.book_scheda .book_detail .book_title .volume {
  display: block;
  margin: 0.5em 0;
}
.book_scheda .book_detail .book_title .volume br {
  display: none;
}
.container_preview {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3em;
}
.container_preview > div {
  flex: 0 22%;
  margin-bottom: 3em;
  cursor: pointer;
}
.container_preview > div .immagine_preview {
  margin-bottom: 1em;
}
.container_preview > div .immagine_preview img {
  aspect-ratio: 13 / 17;
}
.container_preview > div .testo_preview .barra {
  width: 50px;
  height: 1px;
  background-color: #111;
  margin-bottom: 0.5em;
}
/* Tablet version */
/* Desktop version */
@media (min-width: 768px) {
  .header .menu {
    display: block;
  }
  .slicknav_menu {
    display: none;
  }
  .header_block .header .header_sx {
    flex: 0 10%;
  }
  .header_block .header .header_sx img {
    width: 65%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header_block .header .header_dx {
    flex: 0 80%;
  }
  .header_block .header .header_trolley_count {
    flex: 0 10%;
  }
  .slideshow {
    height: 60vh;
    padding-top: 5vh;
    min-height: 550px;
  }
  .slideshow .rettangolo {
    width: 350px;
    height: 525px;
  }
  .slideshow .cycle-slideshow img {
    width: 460px;
    height: 500px;
  }
  .book_scheda {
    display: flex;
  }
  .content .colcx .row div.colcx_cx1 {
    flex: 0 35%;
  }
  .content .colcx .row div.colcx_cx1 img {
    width: 100%;
    margin: 0 0 2em 0;
  }
  .content .colcx .row div.colcx_cx2 {
    flex: 0 60%;
  }
  .content .colcx .row div.colcx_cx2 p {
    font-size: 1em;
  }
  .content .colcx .row div.colcx_cx2 .pulsante.cartaceo img {
    width: auto;
  }
  .content .colcx .row div.colcx_cx2 .popuptrolley img {
    max-width: 60px;
  }
  .content .colcx .row.half > div {
    flex: 0 45%;
  }
  .content table td {
    border-top: 1px solid #aaa;
    padding: 1em 0!important;
  }
  .content table td:nth-child(3) {
    padding-left: 10px!important;
  }
  form table td {
    display: table-cell;
  }
  .footer > div:first-child {
    flex: 0 100px;
  }
  .footer > div:nth-child(2) {
    flex: 0 30%;
  }
  .footer > div:nth-child(3) {
    flex: 0 calc(70% - 100px);
    text-align: right;
  }
  .footer > div:nth-child(3) p {
    padding-left: 0;
  }
  /* TROLLEYCOUNT */
  #trolley_count {
    min-height: 50px;
  }
  #trolley_count > .custom {
    width: auto;
  }
}
/* L Desktop version */
/* XL Desktop version */
@media (min-width: 1280px) {
  .slideshow {
    height: 65vh;
  }
}
/* XL Desktop version */
