@charset "UTF-8";
html, body {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333;
  line-height: 1.6em;
  margin: 0;
  padding: 0;
}

body {
  /*background: url('../images/picthand.png') no-repeat fixed right 70% transparent;*/
}

#main {
  margin: 0em;
}

/* HEADER */
header {
  background: #ffffff;
  -webkit-transition: background-color 0.35s, height 0.35s;
  -moz-transition: background-color 0.35s, height 0.35s;
  -o-transition: background-color 0.35s, height 0.35s;
  -ms-transition: background-color 0.35s, height 0.35s;
  transition: background-color 0.35s, height 0.35s;
}

/*CSS stili di testo*/
h1 {
  margin: .3em;
  font-size: 15px;
}
h1.superTitle {
  background: none repeat scroll 0 0 #FFCC00;
  color: red;
  display: block;
  font-size: 18px;
  margin: 0;
  padding: 1em;
  text-align: center;
}
h1.iperTitle {
  background: none repeat scroll 0 0 #FFCC00;
  color: #0066ff;
  display: block;
  font-size: 18px;
  margin: 0;
  padding: .5em;
  text-align: center;
}

.blue {
  background: #d2f4f5 !important;
  color: #0066ff !important;
}

/* INPUT */
input.superTitle {
  background: none repeat scroll 0 0 #FFCC00;
  color: red;
  display: block;
  font-size: 18px;
  margin: 0;
  padding: 0.3em 1em;
  text-align: center;
  cursor: pointer;
  border: none;
}
input.superTitle:hover {
  border: 1px solid red;
}
input.search {
  font-size: 16px;
  height: 30px;
}
input.removeFromCart {
  cursor: pointer;
  color: #0066ff;
  background: url("../images/elimina.gif") no-repeat scroll 0 0 #fff;
  padding-left: 25px;
  height: 25px;
}
input.changeShipping {
  cursor: pointer;
  color: #0066ff;
  background-color: #fff;
  height: 25px;
}
input.changePayment {
  cursor: pointer;
  color: #0066ff;
  background-color: #fff;
  height: 25px;
}
input.confirmCart {
  cursor: pointer;
  color: #0066ff;
  background: url("../images/bg_confirm.png") no-repeat scroll 0 0 #fff;
  padding-left: 48px;
  height: 48px;
}
input.saveCart {
  cursor: pointer;
  color: #0066ff;
  background: url("../images/bg_saveCart.png") no-repeat scroll 0 0 #fff;
  padding-left: 48px;
  height: 48px;
}
input.continueShop {
  cursor: pointer;
  color: #0066ff;
  background: url("../images/bg_back.png") no-repeat scroll 0 0 #fff;
  padding-left: 48px;
  height: 48px;
}

/* END INPUT */
/* TITLES */
h2 {
  margin: .3em;
  font-size: 13px;
  margin-top: 0;
}

h3 {
  margin: .3em;
  font-size: 12px;
  padding: 0;
  color: #999;
}

h4.spot {
  font-size: 22px;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
  color: #d2f4f5;
}

/* END TITLE */
a {
  color: #0066ff;
}
a.dettaglio {
  background: url("../images/bg_dettaglio.png") no-repeat scroll 0 0 transparent;
  padding-left: 30px;
  padding-top: 10px;
  margin: .3em;
  text-decoration: none;
}
a.dettaglio:hover {
  text-decoration: underline;
}
a.addToCart {
  padding-top: 10px;
  margin: .3em;
  text-decoration: none;
}
a.addToCart:hover {
  text-decoration: underline;
}

table {
  font-size: 12px;
}

ul.gallery {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.gallery li {
  padding: .4em;
  display: inline;
}
ul.gallery img {
  border: 0;
  width: 100px;
  height: auto;
}

/*FINE CSS stili di testo*/
div {
  /*CSS left*/
  /*FINE CSS left*/
  /*CSS SEARCH*/
  /*FINE CSS SEARCH*/
  /*CSS rarit├á*/
  /*FINE CSS rarit├á*/
  /* USER DASHBOARD */
  /* ACCOUNT */
}
div.head {
  border-bottom: 1px solid #d2f4f5;
  padding-bottom: .3em;
}
div.head ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.head ul.menu li {
  display: inline;
  margin: 0px .5em;
}
div.head ul.menu li a:hover {
  text-decoration: none;
}
div.head .accountMessages {
  text-align: center;
  opacity: 1;
  margin: auto;
}
div.menuLeft {
  float: left;
}
div.menuRight {
  float: right;
  margin-right: 130px;
}
div.right {
  float: right;
  width: 130px;
}
div.right .background {
  background: url("../images/bg_right.png") repeat-y scroll 0 0 transparent;
}
div.right .bottom {
  background: url("../images/bg_bottom_right.png") no-repeat scroll 0 0 transparent;
  height: 25px;
}
div.menuUserLeft {
  margin-right: 10px;
  background-color: #FFCC00;
}
div.left {
  float: left;
  width: 160px;
}
div.left .background {
  background: url("../images/bg_left.png") repeat-y scroll 0 0 transparent;
}
div.left .bottom {
  background: url("../images/bg_bottom_left.png") no-repeat scroll -3px 0 transparent;
  height: 25px;
}
div.argomenti {
  padding: .3em;
}
div.argomenti ul {
  margin: 0 0.5em;
  padding: .3em;
  list-style: none;
}
div.argomenti ul li {
  border-bottom: 1px solid #0066ff;
}
div.argomenti ul li a {
  font-size: 10px;
  text-decoration: none;
}
div.argomenti ul li a:hover {
  color: #0033FF;
}
div.container {
  width: 750px;
  margin: 0 0 0 175px;
}
div.clr {
  clear: both;
}
div.clrLeft {
  clear: left;
}
div.clrRight {
  clear: right;
}
div.search {
  overflow: auto;
  background: #EDFBFB;
}
div.rarita {
  padding: 0.3em 0.3em 0.3em 10px;
}
div.rarita .item {
  position: relative;
  overflow: auto;
}
div.rarita ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.rarita ul li {
  margin: .5em .5em 0 .5em;
  border-bottom: 1px solid #d2f4f5;
}
div.rarita ul li div.item img {
  width: 80px;
  height: auto;
  margin: 0;
}
div.rarita ul li div.item a.dettagio {
  border: 0px solid #000;
  padding: .2em;
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
div.rarita .item-bottom {
  margin-top: 10px;
  bottom: 0px;
  right: 0px;
}
div.footer {
  background: url("../images/bg_footer.jpg") repeat-x scroll 0 0 transparent;
  padding-top: 25px;
  text-align: center;
  margin-bottom: 1em;
}
div.itemBook {
  clear: both;
  margin-bottom: 0.8em;
  padding-bottom: 0.8em;
  border-bottom: 2px solid #d2f4f5;
  overflow: auto;
}
div.itemBook div.image {
  float: left;
  margin-right: .5em;
  border: 0px;
}
div.dashboard {
  text-align: center;
}
div.dashboard ul {
  list-style: none;
}
div.dashboard ul li {
  display: inline-block;
  margin: 1em;
  border: 1px solid #999;
  padding: .5em;
}
div.dashboard ul li a {
  width: 100px;
  height: 100px;
  display: block;
  text-align: center;
}
div.accountMessages {
  padding: 5px 10px;
}

.addToCart {
  float: right;
  border: 2px solid #EDFBFB;
  padding: .3em;
  margin-top: 15px;
}

img .logo {
  margin: .5em;
}

/*CSS vetrina*/
div.vetrina ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
div.vetrina ul li {
  float: left;
  width: 50%;
  margin: .3em;
  display: inline;
}
div.vetrina img {
  margin-right: 1em;
}
div.vetrina .item {
  position: relative;
  overflow: auto;
}
div.vetrina .item h1 {
  margin-left: 140px;
}
div.vetrina .item p {
  margin-left: 140px;
}
div.vetrina .item img {
  max-width: 128px;
  height: auto;
  border: 0px;
}
div.vetrina .item-bottom {
  margin-top: 25px;
  margin-left: 130px;
}

.item .item-bottom div.addToCart {
  display: inline-block;
}
.item .item-bottom div.addToCart form.addToCart {
  display: inline-block;
}
.item .item-bottom div.addToCart div.addedToCart {
  display: inline-block;
  border: 2px solid #EDFBFB;
  padding: .3em;
}

font.addToCart {
  cursor: pointer;
  color: #0066ff;
  padding-top: 10px;
  margin: .3em;
  text-decoration: none;
}
font.addToCart:hover {
  text-decoration: underline;
}

div.vetrina a.dettaglio:hover, div.vetrina a.addToCart:hover {
  text-decoration: underline;
}

/*FINE CSS vetrina*/
/*carrello (CART)*/
td.title {
  font-weight: bold;
  background-color: #d2f4f5;
}
td.content {
  border-bottom: 2px solid #d2f4f5;
}

/*ricerca*/
/*ricerca avanzata*/
.advancedSearch {
  width: 250px;
  margin: auto;
  text-align: left;
}
.advancedSearch label {
  display: block;
  font-size: 14px;
}

.rarita {
  font-size: 10px;
}
.rarita h1 {
  font-size: 10px;
  color: #000;
}
.rarita h1.button {
  margin-top: 5px;
  font-size: 10px;
  color: #000;
}
.rarita h2 {
  font-size: 9px;
  color: #0066ff;
}
.rarita .item {
  font-size: 10px;
}
.rarita li {
  border-bottom: #d2f4f5;
}

label.error {
  font-weight: bold;
  color: #ff0000;
}

@media all and (max-width: 780px) {
  body {
    font-size: 16px;
  }

  .max-width {
    padding: .5em;
  }

  .left,
  .right {
    float: none;
  }

  .col-2,
  .col-3,
  .col-5 {
    width: 100%;
  }

  .width30,
  .width50,
  .width70 {
    width: 100%;
    float: none;
  }

  input.button {
    height: 100px;
  }
  input#privacy {
    width: 50px;
    height: 50px;
  }
  input.text {
    height: 120px;
    width: 100% !important;
  }
  input.title {
    border-radius: 5px;
  }

  header {
    background: #EDFBFB;
    height: 160px;
  }

  div#main.fixed.scrolled {
    padding-top: 160px;
  }
  div#menuMobile {
    display: block;
    position: absolute;
    right: 50px;
    top: 8px;
  }

  header.nav-bar-scrolled .logo {
    top: 0px;
  }
  header.nav-bar-scrolled #menu {
    height: 160px;
  }
  header.nav-bar-scrolled .logo {
    left: 10px;
    top: 5px;
  }
  header.nav-bar-scrolled .logo img {
    height: 135px;
  }
  header.menuRight,
  header .menu {
    display: none;
  }

  /* CONTACTS */
  #formContacts input[type="text"],
  #formContacts textarea {
    width: 50px;
  }

  .menuMobile.open {
    display: block;
    position: fixed;
    left: 0;
    width: 100%;
    background: #EDFBFB;
    list-style: none;
    margin: 0;
    padding: 0;
    top: 160px;
    text-align: center;
  }
  .menuMobile li {
    padding: 0;
    margin: 0;
  }
  .menuMobile li a {
    width: 70%;
    height: 110px;
    display: block;
    background-color: #ede1f5;
    line-height: 110px;
    margin: .4em auto;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2b2b2b;
  }

  .logo.desktop {
    display: none;
  }
  .logo.mobile {
    display: block;
  }

  .menu {
    width: calc(50% - 55px);
    padding-right: 60px;
  }
  .menu.left {
    padding-left: 40px;
  }
  .menu.left ul li {
    padding-right: 0px;
  }

  .submenu {
    display: none;
    height: 1px !important;
    overflow: hidden !important;
  }

  .logo {
    left: 10px;
    top: 5px;
  }
  .logo img {
    height: 135px;
  }

  a.button {
    height: 100px;
    line-height: 100px;
  }
  a.button.dettaglio {
    background-size: 60px;
    background-position: 17px center;
    width: auto;
    display: block;
    padding-left: 0;
    text-align: center;
  }
  a.button.addToCart {
    background-size: 60px;
    background-position: 17px center;
    width: auto;
    display: block;
    padding-left: 0;
    text-align: center;
  }
  a.button.search {
    height: 150px;
    padding-left: 0;
    line-height: 150px;
    background-position: 25%;
    background-size: 75px;
    border: 1px solid #999 !important;
    border-radius: 5px;
  }

  /* RICERCA */
  div#search {
    height: calc(100% - 160px);
  }

  .searchForm {
    width: 90%;
    overflow: visible;
  }

  .input.search {
    float: none;
    width: 100%;
  }
  .input.search input[type="text"] {
    height: 150px;
    border: 1px solid #999;
    width: calc(100% - 2em) !important;
  }

  input[type="radio"] {
    width: 75px;
    height: 75px;
  }

  .headerSearch input[type="text"] {
    height: 75px !important;
    font-size: 1em !important;
  }
  .headerSearch a.button.search {
    height: 75px !important;
    line-height: 75px;
    background-size: 55px;
    background-position: 25% center;
  }

  /* BOOKS */
  .books.list .itemCartBox {
    display: none;
  }

  .book .item .image {
    max-height: 150px;
  }

  .itemCartBox {
    width: calc(100% - 1.4em);
  }

  /* USER */
  .dashboard ul li {
    display: inline-block;
    width: calc(25% - 1em);
    height: 340px;
  }
  .dashboard a.icon {
    width: 100%;
    height: 330px;
    background-position: center 150px;
  }

  /* FEATURED */
  .featured .book {
    max-height: inherit;
    overflow: visible;
    padding: .5em;
    position: relative;
  }
  .featured .book .image {
    display: block;
    overflow: visible;
    line-height: 1px;
  }
  .featured .book .content {
    float: left;
    position: relative;
    width: calc(100% - 1em);
    margin: 0;
    height: auto;
  }
}

/*# sourceMappingURL=template.css.map */
