@import url(../fancybox/source/jquery.fancybox.css);
@import url(../flexslider/flexslider.css);
html, body {
  background-color: #f5f2ed;
  color: #514a40;
  cursor: default;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: normal;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }

img {
  border: 0;
  display: block;
  max-width: 100%; }

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    text-decoration: underline; }
  a > img {
    opacity: 0.9;
    transition: 200ms; }
  a:hover > img {
    opacity: 1; }

header, footer {
  box-shadow: 0 0 4px black;
  left: 0;
  position: fixed;
  text-align: left;
  width: 100%;
  z-index: 5; }

.headerContainer, .footerContainer {
  display: block;
  margin: 0 auto;
  max-width: 960px;
  overflow: auto;
  position: relative; }

header {
  background-color: #EDE9E0;
  font-size: 12px;
  padding-bottom: 2px;
  top: 0; }

header h1, .brand {
  color: #514a40;
  display: block;
  font-size: 34px;
  font-weight: bold;
  line-height: 40px;
  margin: 3px auto 5px;
  position: relative; }

header h2, .fabbrica {
  color: #ab5f52;
  display: block;
  font-weight: normal;
  letter-spacing: 7px;
  margin: 10px 0 2px 11px;
  position: relative; }
  [lang=de] header h2, [lang=de] .fabbrica {
    letter-spacing: 2px; }

nav {
  display: inline-block;
  font-size: 0;
  position: relative; }
  nav a {
    border-right: 1px solid #514a40;
    color: #ab5f52;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 3px;
    margin-bottom: 8px;
    padding: 0 12px; }
    [lang=de] nav a {
      letter-spacing: 1px; }
    nav a:first-child {
      font-weight: bold; }
    nav a:last-child {
      border-right: none; }

.topMail, .lang-select {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  color: #f5f2ed;
  display: inline-block;
  font-size: 12px;
  padding: 4px 15px 0;
  text-align: center; }

.topMail {
  background-color: #ab5f52;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0; }

.lang-select {
  background-color: #514a40;
  margin-right: -150px;
  min-height: 20px;
  position: fixed;
  right: 50%;
  top: 0;
  width: 120px; }
  .lang-select a, .lang-select span {
    display: none;
    margin: 12px auto; }
  .lang-select span {
    text-decoration: underline; }
  .lang-select:hover a, .lang-select:hover span {
    display: block; }

footer {
  background-color: #514a40;
  bottom: 0;
  color: #f5f2ed;
  font-size: 12px; }
  footer ul {
    display: inline-block;
    list-style: none none;
    margin: 10px 0 0 0;
    max-width: 530px;
    padding: 0;
    position: relative; }
    [lang=de] footer ul {
      max-width: 550px; }
    footer ul li {
      border-left: 1px solid #ab5f52;
      display: inline-block;
      float: left;
      margin-bottom: 10px;
      padding: 0 8px;
      text-align: center; }
      [lang=de] footer ul li {
        padding: 0 12px; }
  footer div[class*="addthis"] {
    display: inline-block;
    margin-top: 3px; }

.contact {
  float: right;
  font-size: 12px;
  line-height: 15px;
  margin: 10px auto;
  position: relative;
  text-align: right; }

.siteby {
  display: inline-block;
  font-size: 10px;
  margin: 2px auto 2px 5px;
  text-transform: none; }

.index .tile {
  display: inline-block;
  margin: 12px;
  position: relative;
  vertical-align: top;
  max-width: 300px; }
  .index .tile span {
    background-color: #AB5F52;
    border-radius: 5px;
    color: #F5F2ED;
    font-size: 11px;
    padding: 0 3px 1px 3px;
    position: absolute;
    right: 30px;
    top: -6px; }
  .index .tile img {
    border-radius: 10px;
    box-shadow: 2px 2px 4px #555;
    height: auto;
    width: 100%; }
  .index .tile h2 {
    color: #AB5F52;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 5px 0 0 0;
    text-align: left;
    text-indent: 15px; }
  .index .tile p {
    color: #514A40;
    font-size: 12px;
    padding: 0;
    margin: 3px 0 0 0; }
.index article > h2 {
  font-size: 20px;
  margin-top: 40px; }
.index article > p {
  margin: 5px 0; }
.index .su-misura {
  bottom: 125px;
  display: block;
  height: auto;
  right: 10px;
  opacity: 0.8;
  position: fixed;
  transition: all 300ms ease 0s;
  transform: rotate(12deg);
  width: 230px;
  z-index: 6; }
  .index .su-misura:hover {
    opacity: 1; }
  .index .su-misura img {
    width: 100%;
    height: auto; }
@media (max-width: 1450px) {
  .index .su-misura {
    display: none; } }
@media (max-width: 400px) {
  .index .tile {
    margin: 12px 0; } }

.shone {
  background: #AB5F52;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 0 3px gray;
  color: #F5F2ED;
  cursor: pointer;
  font-size: 18px;
  left: 0;
  padding: 10px 20px;
  position: fixed;
  top: 200px;
  transform-origin: 0 0;
  transition: 300ms;
  z-index: 10; }
  .shone:hover {
    font-size: 32px; }

.outer-link {
  border-radius: 8px;
  box-shadow: 2px 2px 4px #555;
  display: inline-block;
  margin: 30px 10px 0;
  overflow: hidden;
  position: relative; }
  .outer-link img {
    opacity: 0.7;
    transition: 200ms; }
  .outer-link:hover img {
    opacity: 1; }
  .outer-link p {
    color: black;
    display: block;
    font-size: 24px;
    font-weight: bold;
    left: 50%;
    margin: 0;
    position: absolute;
    text-align: center;
    text-indent: 0;
    text-shadow: 0 0 10px white, 0 0 10px white;
    text-transform: uppercase;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-30deg);
    white-space: nowrap; }

section.left a, div.anche img, .ombra {
  border-radius: 10px;
  box-shadow: 2px 2px 4px #555; }

header + .torno {
  margin-top: 115px; }

.torno {
  background: url(string.gif) repeat-x center center;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  text-align: left; }

.torno a, .mandi, a[class|=mail] {
  color: #f5f2ed;
  background-color: #ab5f52;
  font-size: 12px;
  display: inline-block;
  padding: 8px 10px;
  border-radius: 6px; }

  /** Inizio Modifiche ITLAB agosto 2022 **/
  .vai-carrello {
    color: #f5f2ed;
    background-color: #ab5f52;
    font-size: 12px;
    /* display: inline-block; */
    display: none !important;
    padding: 8px 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    margin-top: 15px;
    margin-bottom: 15px;
    min-width: 490px;
    text-align: center;
    border-radius: 6px;
    font-weight: 900;
    letter-spacing: 0.3em;
    padding-left: 30px;
    text-transform: uppercase;
    
  }

    select  {
      appearance: none;
      background-color: transparent;
      border: none;
      padding: 0 1em 0 0;
      margin: 0;
      width: 100%;
      font-family: inherit;
      font-size: inherit;
      cursor: inherit;
      line-height: inherit;
    }

    select::-ms-expand {
      display: none;
    }

    :root {
      --select-border: #777;
      --select-focus: blue;
      --select-arrow: var(--select-border);
    }

    .prodotto-select {
      width: 100%;
      min-width: 40ch;
      max-width: 60ch;
      margin: 0.5em;
      border: 1px solid var(--select-border);
      border-radius: 0.25em;
      padding: 0.25em 0.5em;
      font-size: 1.15rem;
      cursor: pointer;
      line-height: 1.1;
      background-color: #fff;
      color: #ab5f52;
      display: block;
      text-align: center;
      text-transform: uppercase;
      background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
    }

    .icon-trash {
      content: url(' https://icons-for-free.com/download-icon-delete+remove+trash+trash+bin+trash+can+icon-1320073117929397588_32.png');
      padding-right: 12px;
      width: 20px;
    }

    #add_to_cart, #buy_now, #back_shop {
      background-color: #ab5f52;
      border: none;
      color: white;
      padding: 10px 22px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      text-transform: uppercase;
      font-size: 13px;
      margin-left: 3em;
      margin-right:3em;
    }

    .cart-item-name {
      color: #ab5f52;
      font-size: 14px !important;
    }
    .cart-price {
      color: #ab5f52;
      font-size: 16px !important;
    }

    .cart-qty {
      font-size: 12px !important;
    }

    #cart > table, tr, td, tbody, th {
      border: 1px solid black !important;
      padding: 13.5px !important;
      border-collapse: collapse !important;
    }
    
  /** Fine Modifiche ITLAB agosto 2022 **/


article {
  margin: 120px auto;
  max-width: 990px; }
  article h1 {
    font-size: 32px;
    margin: 25px auto; }
  article h2 {
    color: #ab5f52;
    font-size: 18px;
    margin: 12px 0; }
  article h3 {
    font-size: 16px;
    font-style: italic; }
  article p {
    font-size: 14px;
    text-align: justify;
    text-indent: 15px;
    text-transform: none; }
    article p a {
      text-decoration: underline; }
  article.prodotto {
    margin: 20px auto;
    max-width: 540px;
    padding-left: 450px;
    position: relative;
    text-align: left; }
    article.prodotto h1 {
      font-size: 32px;
      margin: 0; }
    article.prodotto p {
      font-size: 12px;
      text-indent: 0;
      text-transform: uppercase; }
      article.prodotto p.tecnica {
        font-size: 10px; }

section.left {
  display: inline-block;
  left: 0;
  max-width: 435px;
  position: absolute;
  text-align: right;
  top: 0; }
  section.left a {
    display: inline-block;
    margin: 0 0 10px 10px;
    overflow: hidden;
    position: relative; }
    section.left a p {
      background-color: #514a40;
      bottom: 0;
      color: #f5f2ed;
      font-size: 10px;
      margin: 0;
      opacity: 0.8;
      padding: 2px 0;
      position: absolute;
      text-align: center;
      width: 100%;
      -webkit-border-bottom-left-radius: 8px;
      border-bottom-left-radius: 8px;
      -webkit-border-bottom-right-radius: 8px;
      border-bottom-right-radius: 8px; }
    section.left a:hover p {
      background-color: #ab5f52;
      opacity: 1; }
  section.left img {
    width: 100%;
    -webkit-border-radius: 8px;
    border-radius: 8px; }

a[href*="pelle-colori"] p {
  margin-top: 2px; }

.prezzi {
  background-color: rgba(255, 255, 255, 0.6);
  border-collapse: collapse;
  border-radius: 5px;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-size: 12px;
  margin-bottom: 5px;
  width: 100%; }
  .prezzi + .prezzi {
    margin-top: 10px; }
  .prezzi td, .prezzi th {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 3px 8px; }
    .prezzi td:last-child, .prezzi th:last-child {
      text-align: right; }
  .prezzi td:last-child {
    color: #ab5f52; }
  .prezzi img {
    border-radius: 0;
    box-shadow: none;
    opacity: 0.9; }

.mandi {
  text-align: center;
  vertical-align: top;
  width: 40%; }

.offerte {
  background-color: rgba(255, 255, 255, 0.6);
  border: 3px double #ab5f52;
  color: #514a40;
  font-style: italic;
  padding: 0 10px; }
  .offerte p:first-child {
    font-weight: bold; }

div.anche {
  /*bottom of product pages*/
  margin: 20px auto 115px;
  max-width: 960px;
  text-align: center; }
  div.anche img {
    cursor: pointer;
    display: inline-block;
    height: auto;
    margin-bottom: 8px;
    margin-right: 10px;
    width: 200px; }

.custom-sofa-banner {
  text-transform: uppercase;
  width: 50%; }
  .custom-sofa-banner > div {
    max-height: 0;
    overflow: hidden;
    transition: 200ms; }
  .custom-sofa-banner:hover > div, .custom-sofa-banner input:checked ~ div {
    margin-top: 5px;
    max-height: 30px; }
  .custom-sofa-banner label {
    cursor: pointer;
    display: block; }
  .custom-sofa-banner input {
    display: none; }
  .custom-sofa-banner a {
    display: inline-block;
    margin: 0 5px; }
    .custom-sofa-banner a:hover {
      text-decoration: underline; }

a[class|=mail] {
  text-align: center;
  width: 40%; }

.hidden {
  display: none; }

.visible {
  display: inherit; }

.mail {
  background-color: rgba(34, 27, 24, 0.9);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10; }
  .mail .richiesta {
    margin: -200px auto auto auto;
    max-width: 500px;
    padding: 20px 10px;
    position: relative;
    top: 50%;
    z-index: 11; }
    .mail .richiesta label {
      width: 190px; }
    .mail .richiesta input[name=submit] {
      margin-left: 200px; }
    .mail .richiesta .close {
      cursor: pointer;
      font-size: 16px;
      position: absolute;
      right: 10px;
      top: 5px; }
      .mail .richiesta .close:hover {
        text-decoration: underline; }

.richiesta {
  background-color: #EDE9E0;
  color: #ab5f52;
  font-size: 14px;
  max-width: 620px;
  padding: 10px;
  text-align: left; }
  .richiesta label {
    display: inline-block;
    margin: 3px;
    text-align: right;
    vertical-align: top;
    width: 200px; }
  .richiesta input, .richiesta textarea {
    display: inline-block;
    margin: 3px;
    width: 250px; }
  .richiesta span {
    font-size: 12px;
    font-style: italic;
    text-transform: none; }
  .richiesta textarea {
    height: 50px; }
  .richiesta input#submit {
    margin-left: 210px;
    margin-top: 10px; }
  .richiesta .note {
    color: red;
    text-transform: none; }

.paypal-block {
  background: white;
  border: 1px solid #ccc;
  display: none;
  margin: 10px auto;
  max-width: 100%;
  padding: 5px 15px 15px;
  text-align: center; }
  .paypal-block h3 {
    color: #ab5f52;
    font-size: 14px;
    margin: 10px 0 15px; }
  .paypal-block p {
    text-align: center; }
  .paypal-block select {
    border: 1px solid #ccc;
    display: block;
    font-size: 12px;
    margin: 10px auto;
    padding: 3px; }
    .paypal-block select.error {
      border-color: red; }
  .paypal-block button {
    background: transparent;
    border: none;
    cursor: pointer; }
  .paypal-block .price-result:not(.visible) {
    display: none; }

@media (max-width: 960px) {
  a > img {
    opacity: 1; }

  header, footer {
    bottom: auto;
    left: auto;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    top: auto;
    width: auto; }

  header h1, .brand {
    display: inline-block;
    margin: 5px auto 3px; }

  header h2, .fabbrica {
    color: #514a40;
    font-size: 12px;
    letter-spacing: 0;
    margin-left: 10px;
    word-spacing: 0; }

  nav {
    border-left: none;
    display: block;
    margin: 10px 0 0 0; }
    [lang=de] nav {
      margin-top: 6px; }
    nav a {
      margin-bottom: 8px; }
      [lang=de] nav a {
        margin-bottom: 12px; }

  .topMail {
    display: none; }

  .lang-select {
    background-color: inherit;
    border-radius: 0;
    border-right: 1px solid #514a40;
    color: #ab5f52;
    margin: 0 0 8px 12px;
    padding: 0 12px 0 0;
    position: relative;
    right: auto;
    text-align: left;
    width: auto; }

  .contact {
    float: none;
    margin: 5px auto;
    text-align: left; }

  header + .torno {
    margin-top: 20px; }

  .torno {
    margin-left: 5px;
    margin-right: 5px; }

  article {
    margin: 5px 0 !important;
    padding: 5px !important; }

  section.left {
    position: relative;
    text-align: left; }

  div.anche {
    margin: 20px 10px; }

  footer div[class*="addthis"] {
    margin: 6px auto; } }
@media (max-width: 625px) {
  .hide-on-mobile {
    display: none; }

  .richiesta span {
    display: none; } }
@media (max-width: 500px) {
  .fabbrica {
    letter-spacing: 0; }

  section.left a {
    margin: 0 0 10px 0; }

  .richiesta label {
    display: inline; }
  .richiesta input, .richiesta input#submit, .richiesta textarea {
    display: block;
    margin: 0 auto 5px auto; } }
@media (max-width: 400px) {
  header h1, .brand {
    font-size: 26px;
    line-height: 0.9;
    margin: 10px 0 0 5px; }

  article h1 {
    font-size: 24px;
    margin: 5px; }

  section.left a {
    margin: 0 0 10px 0; } }
@media (max-height: 400px) {
  header, footer {
    bottom: auto;
    left: auto;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    top: auto;
    width: auto; }

  article, header + .torno, div.anche {
    margin: 20px auto; }

  .richiesta {
    margin: auto;
    top: 0; } }

/*# sourceMappingURL=gs.css.map */
