#banner {
  height: 600px;
  width: 100%;
}

#logo {
  margin-top: 5px;
}

#logo > a > img {
  width: 30%;
}

#header-wrapper {
  background: #fff;
}

#header-wrapper {
  padding: 1em 0 0.5em 0;
}

#nav {
  top: 18px;
}

div > header > h2 {
  min-height: 55px;
}

div > header > p {
  min-height: 100px;
}

div > p > span {
  font-size: 120%;
}

div > p > span.right {
  float: right;
  font-size: 100%;
}

div > p > span.left {
  color: #6e2521;
  font-weight: 600;
}

@media screen and (max-width: 1280px) {
  .row > * {
    padding: 10px 0 0 25px;
  }
}

div.bigsize {
  color: #6e2521;
  font-size: 200%;
  margin-bottom: 25px;
  margin-top: 40px;
  text-align: center;
  font-weight: bold;
}

.box.feature h2 {
  font-size: 1.4em;
}

@media screen and (max-width: 736px) {
  #banner {
    height: 300px;
    width: 100%;
  }

  #banner-wrapper {
    padding: 0;
  }

  #logo > img {
    width: 50%;
  }
}

@media screen and (max-width: 980px) {
}

.box.feature .inner {
  padding: 1em 1em 1em 1em;
  /*padding: 2em 2em 2em 2em;*/
}

.noshadow {
  box-shadow: none;
}

.noshadow img {
  cursor: zoom-in;
}
#sidebar > section.noshadow img {
  border-radius: 8px;
}

@media screen and (max-width: 1280px) {
  .row.gtr-200 {
    margin-bottom: -50px;
  }
}

@media screen and (max-width: 980px) {
  .row > .imp-medium {
    order: unset;
  }
}

@media screen and (max-width: 736px) {
  .row.gtr-200 > * {
    padding: 0px 0 0 40px;
  }
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 20pt;
    margin-bottom: 26px;
  }
  p {
    margin-bottom: 8px;
  }
  .price {
    color: #6e2521;
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .box.feature h2 {
    min-height: 35px;
  }
}

#content > section > p {
  line-height: 1.2em;
  margin-bottom: 2.5em;
}

.addQuantity {
  float: right;
  width: 20%;
  height: 26px;
  margin: 2px 15px;
  border: solid 1px #ccc;
  border-radius: 10px;
  /*padding: 0 12px;*/
  text-align: center;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}

.button {
  background: #6e2521;
  float: right;
  width: 55%;
  font-size: 0.8em !important;
  line-height: 1em;
  top: -2px;
  text-align: center;
}

#content > section > p {
  letter-spacing: 0.5px;
  font-size: 110%;
}

@font-face {
  font-family: "fontello";
  src: url("../webfonts/fontello.eot?85628241");
  src: url("../webfonts/fontello.eot?85628241#iefix")
      format("embedded-opentype"),
    url("../webfonts/fontello.woff?85628241") format("woff"),
    url("../webfonts/fontello.ttf?85628241") format("truetype"),
    url("../webfonts/fontello.svg?85628241#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

.demo-icon:hover {
  background-color: #6e2521;
  cursor: pointer;
}

.demo-icon {
  font-size: 155%;
  float: right;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 3.2em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  border-radius: 10px;
  background-color: #696969;
  color: #fff;
}

header {
  margin: 0;
}

.box.feature p.weight {
  margin: 0 0 1em 0;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 1px;
}

.card-wrapper {
  padding: 0px 24px 24px 24px;
}

.pay-button {
  display: none;
}

.generic-button {
  width: 100%;
  padding: 8px 0;
  background-color: #6e2521;
  color: white;
  border-radius: 9999999px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  border-style: solid;
  border-color: #000000;
  box-shadow: rgb(255 255 255 / 6%) 0px 1px 0px 1px inset;
}

.generic-button div {
  position: relative;
  height: 24px;
}

.generic-button:hover {
  background-color: #c0a247;
}

/*
.generic-button a {
  text-decoration: none;
  color: #fff;
}*/

input.error {
  border: 1px solid red;
}

form.cmxform {
  margin-bottom: 2em;
}

#footer > div > div > section.widget > h3 {
  color: #c0a247;
}

#footer > div > div > section.widget > p {
  margin-bottom: 1.8em;
}

#copyright > ul > li,
#footer > div > div > section.widget > ul,
#footer > div > div > section.widget > p {
  color: #444;
}

#footer-wrapper {
  background-color: #fff;
  padding-bottom: 2em;
}

.widget.contact ul li a {
  background-color: #c0a247;
  width: 2em;
  height: 2em;
  line-height: 2em;
}

.widget.contact ul li a:hover {
  background-color: #b2b2b2;
}

.widget.contact ul li a:before {
  color: #fff;
}

ul.menu li {
  border-left: solid 1px #b2b2b2;
}

#copyright {
  padding-top: 1em;
}

.addButton {
  background-color: #6e2521;
}

.addButtonSingle {
  float: none;
  width: 35%;
  height: 125%;
}

.addQuantitySingle {
  float: none;
  width: 65px;
}

img.size80 {
  width: 80%;
  margin: auto;
}

img.size100 {
  width: 100px;
  margin: auto;
}

.button.large {
  padding: 1em 1em;
}

@media screen and (max-width: 736px) {
  .addButtonSingle {
    margin-top: 10px;
    width: 100%;
  }

  #main-wrapper {
    padding-top: 1em;
  }

  .image img {
    width: 100%;
  }

  .button.large {
    padding: 1.2em 1em !important;
  }

  #footer section {
    border-bottom: none;
  }

  #logo > a > img {
    width: 40%;
  }

  table th,
  table td {
    padding: 0.5em 0.3em 0.5em 0.3em;
  }

  img.size100 {
    width: 40px;
  }

  .addQuantitySingle {
    width: 55px;
    margin: 0;
  }
}

@media screen and (max-width: 980px) {
  #content {
    border-bottom: none;
  }
}

.button.icon:before {
  margin-right: 1em;
}

.button:hover {
  background: #b2b2b2;
}

form select {
  line-height: 2em;
}

table td.tdChart {
  vertical-align: middle;
  line-height: 1.25em;
}

.box.feature .image img {
  border: 17px solid white;
}

#content > section.last > h2 {
  margin-top: 17px;
}

table#cart tr {
  border-top: solid 2px #eee;
}

table#cart tr:first-child {
  border-top: 0;
}

td.dettagliButton,
.removeItem,
.removeCoupon {
  cursor: pointer;
}

form label {
  margin: 0;
}

form#form-sumup-form input[type="text"],
form#form-sumup-form input[type="email"],
form#form-admin-form input[type="text"],
form#form-codicesconto-form input[type="text"] {
  line-height: 2em;
}

form#form-admin-form input[type="number"],
form#form-admin-form input[type="date"] {
  border-radius: 8px;
  border: solid 1px #eee;
  line-height: 2em;
  text-align: center;
  width: 85%;
}

fieldset.halfsize {
  width: 50%;
  float: left;
}

fieldset.quartersize {
  width: 25%;
  float: left;
}

td.trlast {
  border-bottom: 1px solid black;
}

div.font80 {
  font-size: 80%;
}

td.tdChart > a {
  color: #6e2521;
}

button#applica-coupon {
  width: 50%;
  background-color: #696969;
}

div#form-button-errormessage {
  font-weight: bold;
  color: #a61515;
}

.span_SAVED,
.span_PENDING {
  color: yellow;
}

.span_FAILED {
  color: red;
}

.span_PAID {
  color: green;
}
