/*
Copyright Madai Ltd 2010-2015
date: Mon Mar 18 2024 09:58:43 GMT+0100 (ora solare Europa occidentale)
version: 6.00.191
*/
/*
    ----------------------
    reset
    ----------------------

   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
  text-rendering: optimizelegibility;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.4em;
}
h3 {
  font-size: 1.05em;
  font-weight: bold;
}
a {
  color: #4183c4;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p {
  margin-bottom: 1em;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
small {
  font-size: 0.8em;
}
img {
  display: block;
}
dd,
ol,
ul {
  margin: 1em 0 1em 1.5em;
}
ul {
  list-style: disc;
}
hr {
  border-top: 1px solid;
  border-color: #ccc;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 0;
}
/*
    ----------------------
    responsive grid system
    ----------------------
*/
.container {
  width: 940px;
  margin: 0 auto;
  padding: 0 10px;
}
@media all and (min-width: 1px) {
  .container {
    width: auto;
    max-width: 940px;
  }
}
.containerHeader960 .container {
  width: 960px;
  margin: 0 auto;
  padding: 0 0;
}
@media all and (min-width: 1px) {
  .containerHeader960 .container {
    width: auto;
    max-width: 960px;
  }
}
.cols {
  zoom: 1;
}
.cols:before,
.cols:after {
  content: "";
  display: table;
  zoom: 1;
}
.cols:after {
  clear: both;
}
.cell {
  padding: 10px;
}
img {
  width: 100%;
  height: auto;
}
.large-5,
.large-10,
.large-15,
.large-20,
.large-30,
.large-35,
.large-40,
.large-45,
.large-50,
.large-55,
.large-60,
.large-65,
.large-70,
.large-80,
.large-85,
.large-90,
.large-100,
.large-25,
.large-33,
.large-66 {
  float: left;
}
.large-5 {
  width: 5%;
}
.large-10 {
  width: 10%;
}
.large-15 {
  width: 15%;
}
.large-20 {
  width: 20%;
}
.large-30 {
  width: 30%;
}
.large-35 {
  width: 35%;
}
.large-40 {
  width: 40%;
}
.large-45 {
  width: 45%;
}
.large-50 {
  width: 50%;
}
.large-55 {
  width: 55%;
}
.large-60 {
  width: 60%;
}
.large-65 {
  width: 65%;
}
.large-70 {
  width: 70%;
}
.large-85 {
  width: 85%;
}
.large-80 {
  width: 80%;
}
.large-90 {
  width: 90%;
}
.large-100 {
  width: 100%;
}
.large-25 {
  width: 25%;
}
.large-33 {
  width: 33.3333333333%;
}
.large-66 {
  width: 66.6666666667%;
}
.large-16 {
  width: 16.6666666667%;
}
.large-show {
  display: block;
}
.large-hide {
  display: none;
}
.large-pull-left {
  float: left;
}
.large-pull-right {
  float: right;
}
.large-row {
  zoom: 1;
}
.large-row:before,
.large-row:after {
  content: "";
  display: table;
  zoom: 1;
}
.large-row:after {
  clear: both;
}
.large-text-left {
  text-align: left;
}
.large-text-right {
  text-align: right;
}
.large-text-center {
  text-align: center;
}
@media all and (max-width: 768px) {
  .medium-10,
  .medium-20,
  .medium-30,
  .medium-40,
  .medium-50,
  .medium-60,
  .medium-70,
  .medium-80,
  .medium-90,
  .medium-100,
  .medium-25,
  .medium-33,
  .medium-66 {
    float: left;
  }
  .medium-10 {
    width: 10%;
  }
  .medium-20 {
    width: 20%;
  }
  .medium-30 {
    width: 30%;
  }
  .medium-40 {
    width: 40%;
  }
  .medium-50 {
    width: 50%;
  }
  .medium-60 {
    width: 60%;
  }
  .medium-70 {
    width: 70%;
  }
  .medium-80 {
    width: 80%;
  }
  .medium-90 {
    width: 90%;
  }
  .medium-100 {
    width: 100%;
  }
  .medium-25 {
    width: 25%;
  }
  .medium-33 {
    width: 33.3333333333%;
  }
  .medium-66 {
    width: 66.6666666667%;
  }
  .medium-16 {
    width: 16.6666666667%;
  }
  .medium-show {
    display: block;
  }
  .medium-hide {
    display: none;
  }
  .medium-pull-left {
    float: left;
  }
  .medium-pull-right {
    float: right;
  }
  .medium-pull-none {
    float: none;
  }
  .medium-row {
    zoom: 1;
  }
  .medium-row:before,
  .medium-row:after {
    content: "";
    display: table;
    zoom: 1;
  }
  .medium-row:after {
    clear: both;
  }
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
}
@media all and (max-width: 550px) {
  .small-10,
  .small-20,
  .small-30,
  .small-40,
  .small-50,
  .small-60,
  .small-70,
  .small-80,
  .small-90,
  .small-100,
  .small-25,
  .small-33,
  .small-66 {
    float: left;
  }
  .small-10 {
    width: 10%;
  }
  .small-20 {
    width: 20%;
  }
  .small-30 {
    width: 30%;
  }
  .small-40 {
    width: 40%;
  }
  .small-50 {
    width: 50%;
  }
  .small-60 {
    width: 60%;
  }
  .small-70 {
    width: 70%;
  }
  .small-80 {
    width: 80%;
  }
  .small-90 {
    width: 90%;
  }
  .small-100 {
    width: 100%;
  }
  .small-25 {
    width: 25%;
  }
  .small-33 {
    width: 33.3333333333%;
  }
  .small-66 {
    width: 66.6666666667%;
  }
  .small-16 {
    width: 16.6666666667%;
  }
  .small-show {
    display: block;
  }
  .small-hide {
    display: none;
  }
  .small-pull-left {
    float: left;
  }
  .small-pull-right {
    float: right;
  }
  .small-pull-none {
    float: none;
  }
  .small-row {
    zoom: 1;
  }
  .small-row:before,
  .small-row:after {
    content: "";
    display: table;
    zoom: 1;
  }
  .small-row:after {
    clear: both;
  }
  .small-text-left {
    text-align: left;
  }
  .small-text-right {
    text-align: right;
  }
  .small-text-center {
    text-align: center;
  }
}
table.table {
  width: 100%;
}
table.table th {
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #eeeeee;
  padding: 5px 20px 5px 0;
}
table.table td {
  text-align: left;
  vertical-align: top;
  padding: 5px 20px 5px 0;
  border-top: 1px solid #eeeeee;
}
table.table.striped tbody tr:nth-child(odd) {
  background-color: #fcfcfc;
}
table.table.hover tbody tr:hover {
  background: #f9f9f9;
  cursor: pointer;
}
table.table.bordered {
  border-collapse: separate;
  border: 1px solid #eeeeee;
  border-radius: 4px;
}
table.table.bordered tr th {
  border-left: 1px solid #eeeeee;
}
table.table.bordered tr th:first-child {
  border-left: none;
}
table.table.bordered tr:last-child td {
  border-bottom: none;
}
table.table.bordered tr td {
  border-left: 1px solid #eeeeee;
}
table.table.bordered tr td:first-child {
  border-left: none;
}
ul.nav {
  margin: 0;
  list-style: none;
}
ul.nav.bar {
  zoom: 1;
}
ul.nav.bar:before,
ul.nav.bar:after {
  content: "";
  display: table;
  zoom: 1;
}
ul.nav.bar:after {
  clear: both;
}
ul.nav.bar li {
  float: left;
}
button,
.button {
  cursor: pointer;
  margin: 0;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  padding: 10px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  color: #ffffff;
  font-weight: bold;
  background-color: #fab300;
}
.button {
  line-height: 38px;
  white-space: nowrap;
}
.button:hover {
  color: #fff;
  text-decoration: none;
}
input[type=text],
input[type=password],
textarea,
select {
  margin: 0;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 100%;
  color: #333333;
  padding: 6px 12px;
  border: 1px solid #ccc;
  line-height: 1.42857143;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
  display: inline-block;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
input[type=text][disabled],
input[type=password][disabled],
textarea[disabled],
select[disabled] {
  background-color: #eeeeee;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 0;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled] {
  background-color: #eeeeee;
}
select {
  height: 34px;
}
textarea {
  min-height: 80px;
}
.group-input {
  float: left;
  margin-bottom: 3px;
}
.group-label {
  margin-left: 25px;
  margin-bottom: 3px;
  zoom: 1;
}
.group-label:before,
.group-label:after {
  content: "";
  display: table;
  zoom: 1;
}
.group-label:after {
  clear: both;
}
.large-left-30p {
  margin-left: 33.333333%;
}
@media all and (max-width: 550px) {
  .small-left-0p {
    margin-left: 0%;
  }
}
.form select {
  max-width: 100%;
}
.form input[type=text],
.form input[type=password],
.form textarea {
  width: 100%;
}
.form .has-error select,
.form .has-error input[type=text],
.form .has-error input[type=password],
.form .has-error textarea {
  border-color: #b94a48;
}
.form input[type=text].years {
  width: auto;
}
.form label {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 5px;
}
.form .input-wrapper {
  padding-right: 26px;
}
.form .error {
  font-size: 0.9em;
  color: #b94a48;
  margin-top: 5px;
}
.form .hint {
  font-size: 0.9em;
  color: #808080;
  margin-top: 5px;
}
.form .form-group {
  zoom: 1;
  margin-bottom: 15px;
}
.form .form-group:before,
.form .form-group:after {
  content: "";
  display: table;
  zoom: 1;
}
.form .form-group:after {
  clear: both;
}
.form.form-inline label {
  display: inline-block;
  margin-right: 10px;
}
.form.form-inline .nr-form-cells-2 .form-cell {
  float: left;
}
.form.form-inline .nr-form-cells-2 .form-cell-0 {
  width: 33.333333%;
  text-align: right;
}
.form.form-inline .nr-form-cells-2 .form-cell-1 {
  width: 66.666667%;
}
.form.form-inline .nr-form-cells-2 .form-cell-1 label {
  padding-left: 10px;
}
@media all and (max-width: 550px) {
  .form.form-inline .nr-form-cells-2 .form-cell {
    float: none;
  }
  .form.form-inline .nr-form-cells-2 .form-cell-0 {
    width: 100%;
    text-align: left;
  }
  .form.form-inline .nr-form-cells-2 .form-cell-1 {
    width: 100%;
  }
}
.alert {
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.alert.warning {
  background-color: #fbe8bc;
}
.alert.error,
.alert.danger {
  background-color: #f2dede;
  color: #b94a48;
}
.alert.error a,
.alert.danger a {
  color: #b94a48;
}
.alert.success {
  color: #468847;
  background-color: #dff0d8;
}
.alert.info {
  background-color: #c3dff7;
  color: #104878;
}
#modal-container {
  position: static;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.6;
  filter: alpha(opacity=60);
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1000;
}
.modal,
.web-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.modal-body {
  position: relative;
  margin: 5% auto;
  z-index: 1001;
  width: 940px;
  padding: 0 10px;
}
@media all and (min-width: 1px) {
  .modal-body {
    width: auto;
    max-width: 940px;
  }
}
.modal-close {
  background: url("../i/modal/close.png");
  width: 42px;
  height: 42px;
  position: absolute;
  top: -21px;
  right: -21px;
  cursor: pointer;
  display: inline-block;
}
.modal-close:hover {
  zoom: 1.1;
}
.modal-header {
  background-color: #fff;
  padding: 20px;
}
.modal-section {
  background-color: #fff;
  padding: 20px;
}
.modal-footer {
  text-align: right;
  background-color: #f5f5f5;
  padding: 20px;
}
.modal-footer button {
  margin-left: 10px;
}
body {
  position: relative;
}
#view {
  max-width: 1172px;
  margin: auto;
  height: 100%;
}
#partners {
  max-width: 100%;
  background-color: #fff;
}
#partners a {
  display: inline-block;
}
#partners img {
  width: auto;
  height: 50px;
  margin-right: 20px;
  margin-left: 20px;
}
#containerHeader1172 {
  max-width: 1172px;
  background-color: #ffcc01;
}
#containerHeader960 {
  max-width: 960px;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 11;
  margin: auto;
}
#containerBody {
  background-color: #fff;
}
.container {
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}
#containerFooter {
  max-width: 1172px;
  background-color: #27282a;
}
.has-error label {
  color: #a94442;
}
.alert {
  margin-bottom: 20px;
}
.box {
  padding: 20px;
}
.box.dark {
  color: #fff;
}
.box.dark a {
  color: #fff;
  text-decoration: underline;
}
.box.dark .hint {
  color: #fff;
}
.box.dark hr {
  border-color: #fff;
}
.box.light {
  background-color: #fff;
}
.box.madai {
  background-color: #ffcc01;
}
.box.default {
  background-color: #ffcc01;
}
.box.error {
  background-color: #f03f23;
}
.box.help {
  background-color: #dddddd;
}
.box a.back,
.box a.next {
  padding: 6px 0 6px 30px;
  line-height: 24px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  text-decoration: none;
}
.box a.back:hover,
.box a.next:hover {
  text-decoration: underline;
}
.box.light {
  border: 1px solid #ddd;
}
.box.light a.back {
  background-image: url("../i/metro/back.png");
}
.box.light a.next {
  background-image: url("../i/metro/next.png");
}
.box.dark a.back {
  background-image: url("../i/metro/back_white.png");
}
.box.dark a.next {
  background-image: url("../i/metro/next_white.png");
}
html {
  background-color: #f4f3f3;
}
h1 {
  font-family: "Open Sans", Arial, sans-serif;
}
h2 {
  font-family: "Open Sans", Arial, sans-serif;
}
div {
  position: relative;
}
.disclaimer {
  line-height: 1;
}
button {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
button.big {
  font-size: 1.7em;
  padding: 0.5em 1em;
}
button.primary {
  background-color: #3f72d8;
}
button.small {
  font-size: 12px;
  padding: 2px 10px;
}
.message_button {
  background-color: #1e4593;
}
.button_transparent {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 40px;
}
.button_transparent[disabled] {
  background-color: #dddddd;
  cursor: default;
}
@media all and (max-width: 768px) {
  body {
    font-size: 13px;
  }
}
@media all and (max-width: 550px) {
  body {
    font-size: 12px;
  }
}
#footer {
  color: #7d7d7d;
  padding: 10px 0;
  text-align: center;
}
#footer a {
  color: #7d7d7d;
}
#footer #cookies_disclaimer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  padding: 10px 3px 10px 3px;
  width: 100%;
  color: #fff;
  background-color: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
  z-index: 2;
}
#footer #cookies_disclaimer p {
  font-size: 10px;
  line-height: 12px;
}
#footer #cookies_disclaimer a {
  color: #ffcc01;
  text-decoration: none;
}
#header {
  font-weight: bold;
  line-height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#header a {
  color: #fff;
}
#header:hover {
  text-decoration: none;
}
#header #go_catalog,
#header #go_lattices,
#header #go_product {
  padding: 10px 10px;
  /* &::before {
      content: '\2190  \21e6  \21d0  \21fd  \27F5'
    } */
}
#header .show {
  display: block;
}
#header .hide {
  display: none;
}
#header #actions {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: right;
  z-index: 10;
  position: absolute;
  top: 40px;
}
#header #actions .triangle-up {
  border-bottom-color: #fff;
  position: absolute;
  top: 0px;
  right: 15px;
}
#header #actions ul {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 5px 0;
  margin: 4px 0 0;
  background-color: #fff;
  display: inline-block;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid #eee;
  min-width: 200px;
}
#header #actions ul li {
  text-align: left;
}
#header #actions ul li.divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
#header #actions ul li a {
  padding: 3px 20px;
  display: block;
  line-height: 1.42857143;
}
#header #actions ul li a:hover {
  background-color: #f0f0f0;
  text-decoration: none;
}
#header #actions a {
  color: #515151;
}
#header #go_actions .container-email {
  background: url(i/user-icon.png) no-repeat 0px center;
  padding-left: 13px;
  /*display: inline-block;*/
}
#header .email {
  margin-left: 10px;
}
#sponsor {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#sponsor .container {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
#sponsor .logo {
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  width: 35.4177777777%;
  max-width: 340px;
  overflow-y: hidden;
}
#sponsor .logo img {
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}
#sponsor .cover {
  width: 64.5833333333%;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
#sponsor .cover img {
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
#sponsor .tutorial {
  max-width: 100%;
}
#sponsor .logo-small {
  max-width: 336px;
  margin: auto;
}
.container {
  background-color: #fff;
}
@media all and (max-width: 960px) {
  html[style] body {
    margin: auto;
  }
}
.default-ui .default-ui-title {
  background-color: #ffcc01;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
.default-ui .default-ui-content {
  padding: 10px;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
.std-table {
  width: 100%;
}
.std-table .std-table-label {
  width: 50%;
  vertical-align: top;
}
.std-table .std-table-value {
  width: 50%;
  padding-left: 10px;
}
#ajax {
  z-index: 3000;
  visibility: hidden;
  position: fixed;
  top: 10%;
  width: 100%;
}
#ajax div {
  background: url("../i/spinner.gif") no-repeat 50% 50%;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  width: 35px;
  height: 35px;
  margin: auto;
  background-color: #f9f9f9;
  border: 1px solid #999;
  padding: 20px 40px;
}
#shield {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
}
.wait #ajax {
  visibility: visible;
}
.wait #shield {
  display: block;
}
.triangle-up {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid;
  z-index: 1;
}
.triangle-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid;
  z-index: 1;
}
.triangle-left {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 20px solid;
  border-bottom: 15px solid transparent;
  z-index: 1;
}
.triangle-right {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 20px solid;
  border-bottom: 15px solid transparent;
  z-index: 1;
}
.wepayyou {
  width: 250px;
  height: 45px;
  background-image: url(i/payments/We_Pay_You.png);
}
.paypal {
  width: 96px;
  height: 47px;
  background-image: url(i/payments/paypal.png);
}
.paypal_it {
  width: 96px;
  height: 47px;
  background-image: url(i/payments/paypal_it.gif);
}
.paypal_cc {
  width: 222px;
  height: 47px;
  background-image: url(i/payments/paypal_cc.gif);
}
.skrill {
  width: 200px;
  height: 47px;
  background-image: url(i/payments/skrill.gif);
}
.skrill_cc {
  width: 200px;
  height: 47px;
  background-image: url(i/payments/skrill_cc.gif);
}
.magento {
  width: 47px;
  height: 47px;
  background-image: url(i/payments/magento.png);
}
.chebanca {
  width: 208px;
  height: 47px;
  background-image: url(i/payments/chebanca.jpg);
}
.qui_pago {
  width: 207px;
  height: 38px;
  background-image: url(i/payments/qui_pago.png);
}
.mysi {
  width: 64px;
  height: 64px;
  background-image: url(i/payments/mysi.png);
}
.stripe {
  width: 208px;
  height: 47px;
  background-image: url(i/payments/stripe.png);
}
.falkensteiner {
  width: 400px;
  height: 47px;
  background-image: url(i/payments/falkensteiner.jpg);
}
.satispay {
  width: 140px;
  height: 64px;
  background-image: url(i/payments/satispay.png);
}
.two_checkout {
  width: 155px;
  height: 40px;
  background-image: url(i/payments/2checkout.png);
}
.custom {
  width: 250px;
  height: 47px;
  overflow: hidden;
}
.product-box {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  background-color: #fff;
}
.product-box img {
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
.product-box.online {
  cursor: pointer;
}
.product-box label {
  font-weight: bold;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.product-box a {
  color: #333333;
}
.product-box a:hover {
  text-decoration: none;
}
.product-box .caption {
  text-align: center;
  padding: 20px;
}
.product-box p {
  margin: 0;
}
.product-box h1 {
  font-size: 1.5em;
}
.product-box h1.status {
  color: #b94a48;
}
.product-box .button {
  color: #fff;
  border: 1px solid #fff;
}
.product-box .top {
  margin-top: 20px;
}
.product-box .bottom {
  margin-bottom: 20px;
}
.adv_boxes {
  padding: 20px;
  text-align: center;
}
.adv_boxes h2 {
  padding-bottom: 20px;
}
.adv_box {
  background-color: #fff;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
  color: #7d7d7d;
}
.adv_box img {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.adv_box a {
  color: #333333;
}
.adv_box a:hover {
  text-decoration: none;
}
.adv_box .caption {
  text-align: center;
  padding: 20px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.adv_box p {
  margin: 0;
}
.adv_box label {
  color: #b94a48;
  font-weight: bold;
}
.adv_box h1 {
  font-size: 1.5em;
}
.adv_box h1.status {
  color: #b94a48;
}
.adv_box .button {
  color: #7d7d7d;
  background-color: #fff;
  border: 1px solid #7d7d7d;
}
.adv_box .top {
  margin-top: 20px;
}
#login #logins {
  margin-bottom: 20px;
}
#login #logins #logins-container {
  display: table;
}
#login #logins #go_facebook_login,
#login #logins #go_google_login,
#login #logins #go_twitter_login,
#login #logins #go_madai_login,
#login #logins #go_microsoft_login {
  float: left;
  margin-right: 5px;
}
#register .actions #logins {
  border-top: none;
}
#register .actions #logins #logins-container {
  display: table;
}
#register .actions #logins #go_facebook_login,
#register .actions #logins #go_google_login,
#register .actions #logins #go_twitter_login,
#register .actions #logins #go_madai_login,
#register .actions #logins #go_microsoft_login {
  float: left;
  margin-right: 5px;
}
#register .actions .divider {
  height: 1px;
  background: #bfbfbf;
  border-bottom: 1px solid #ededed;
}
#register .actions .disclaimer {
  margin-top: 20px;
}
#register .actions #form {
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  border-top: none;
}
#register .actions #form_third_parties {
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  margin-bottom: 20px;
}
#register .actions #form_third_parties .height_fixed {
  max-height: 75px;
  overflow-y: scroll;
}
#register .actions #form_third_parties .group-input input[type="radio"] {
  margin: 4px;
}
#register .actions h2 {
  margin-bottom: 20px;
}
#register #claims {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 20px;
  color: #546a7f;
}
#register #claims .media.reduce,
#register #claims .media.search {
  margin-bottom: 20px;
}
#register #claims .media .media-left {
  padding-right: 20px;
}
#register #claims .media .icon {
  background-color: #546a7f;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}
#register #claims .media.search .icon {
  background-image: url(i/search@2x.png);
}
#register #claims .media.reduce .icon {
  background-image: url(i/arrow@2x.png);
}
#register #claims .media.buy .icon {
  background-image: url(i/cart@2x.png);
}
#catalog_header,
#login_header {
  height: 60px;
}
#catalog .product-box {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
  color: #7d7d7d;
}
#catalog .product-box label,
#catalog .product-box button {
  text-transform: uppercase;
}
#reducer #reducer_product {
  border: 1px solid #ddd;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
#reducer #reducer_product p {
  opacity: 0.5;
  filter: alpha(opacity=50);
  margin: 0;
}
#reducer #reducer_product img {
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
#reducer #reducer_container {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#reducer #reducer_container #reducer_title {
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  background-color: #7fc241;
}
#reducer #reducer_container #reducer_title .triangle-left {
  position: absolute;
  top: 20px;
  left: -20px;
  border-right-color: #7fc241;
}
#reducer #reducer_container #reducer_title .triangle-right {
  position: absolute;
  top: 20px;
  right: -20px;
  border-right-color: #7fc241;
}
#reducer #reducer_container #reducer_content {
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  border-top: none;
}
#reducer #reducer_container #reducer_content small {
  display: block;
}
#reducer #reducer_container #reducer_content #do_reduce {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 10px;
  background-color: #598a2c;
  border-radius: 40px;
}
#reducer #reducer_container #reducer_content #do_reduce.disabled {
  background-color: #dddddd !important;
  cursor: default;
}
#reducer #reducer_container #reducer_content #do_skip {
  width: 200px;
  max-width: 200px;
  margin-top: 10px;
  border-radius: 40px;
  background-color: #b7b7b7;
}
#reducer #reducer_container #reducer_content .like-containter {
  height: 50px;
  margin-right: -14px;
}
#reducer #reducer_container #reducer_content .like-containter iframe {
  width: 100%;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#reducer #reducer_container #reducer_content .gplus-containter {
  height: 500px;
  margin-right: -14px;
}
#reducer #reducer_container #reducer_content .gplus-containter iframe {
  width: 100%;
  height: 250px;
  background-image: url(i/gplus.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#reducer #reducer_container #reducer_content .disclaimer,
#reducer #reducer_container #reducer_content #privacy_form {
  margin: 1em 0;
}
#go_facebook_login,
#go_google_login,
#go_twitter_login,
#go_madai_login,
#go_microsoft_login {
  cursor: pointer;
  width: 39px;
  height: 39px;
  background-repeat: no-repeat;
  background-size: contain;
}
#go_facebook_login {
  background-image: url(i/login/facebook@2x.png);
}
#go_google_login {
  background-image: url(i/login/google@2x.png);
}
#go_twitter_login {
  background-image: url(i/login/twitter@2x.png);
}
#go_madai_login {
  background-image: url(i/login/madai@2x.png);
}
#go_microsoft_login {
  background-image: url(i/login/microsoft.png);
  border-radius: 18px;
}
#login #login_actions {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#login #login_actions #logins {
  border-top: 0px;
  border-radius: 0px 0px 5px 5px;
}
#login #login_actions #logins h2 {
  margin-bottom: 20px;
}
#login .alert {
  margin-bottom: 0;
}
#login #form {
  border-top: none;
  background-color: #fff;
}
#login li {
  margin-top: 5px;
  margin-right: 5px;
}
#rcs_privacy #form {
  background-color: #7fc241;
}
#rcs_privacy #form #do_accept_rcs_privacy {
  background-color: #669d33;
  width: 100%;
}
#purchase h3 {
  margin: 1em 0;
  text-transform: uppercase;
}
#purchase hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
#purchase #summary .std-table tr:last-child {
  font-weight: bold;
}
#build_order h3 {
  margin: 1em 0;
  text-transform: uppercase;
}
#build_order hr {
  margin: 1em 0;
}
#build_order #shipping_id {
  max-height: 300px;
  overflow-y: scroll;
}
#build_order #order_total_cost {
  color: #3f72d8;
}
#approve_order h3 {
  margin: 1em 0;
  text-transform: uppercase;
}
#approve_order hr {
  margin: 1em 0;
}
#approve_order #order_total_cost {
  color: #3f72d8;
}
#approve_order #product_privacy {
  margin-bottom: 20px;
}
.message {
  background-color: #3f72d8;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
.message .triangle-down {
  position: absolute;
  bottom: -10px;
  left: 45%;
  border-top-color: #3f72d8;
}
.message #go_more_lattices {
  background-color: #598a2c;
}
.message.title {
  font-size: 1.2em;
}
.border-radius-all {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#console {
  border-radius: 5px;
  color: #fff;
  background-color: #7fc241;
  text-align: center;
}
#console label {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#console #price {
  font-weight: bold;
  font-size: 1.3em;
}
#console .message {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
#console .triangle-left {
  border-right-color: #7fc241;
  position: absolute;
  top: 20px;
  left: -20px;
}
#console .triangle-right {
  border-right-color: #7fc241;
  position: absolute;
  top: 20px;
  right: -20px;
}
#console #do_reduce {
  margin-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #598a2c;
}
#console #go_build_order {
  background-color: transparent;
  margin-top: 20px;
}
#console #go_build_order[disabled] {
  background-color: #dddddd;
  cursor: default;
}
#console .media {
  display: inline-block;
  padding-top: 20px;
}
#console .media .icon {
  width: 26px;
  height: 18px;
}
#console .media.timeago {
  padding-top: 0px;
}
#console .media.timeago .icon {
  background-image: url(i/console/time@2x.png);
}
#console .media.bonus .icon {
  background-image: url(i/console/bonus-icon.png);
}
#console .media.no-cart .icon {
  background-image: url(i/console/no-cart-icon.png);
}
#console .media.timeago .media-right,
#console .media.no-cart .media-right {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#console .media.bonus .bonus-label {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#console .timeago,
#console .bonus,
#console .no-cart {
  margin: auto;
}
#console .bonus {
  margin: auto;
}
.product_details {
  background-color: #f3f3f3 !important;
}
.product-mobile .product_card {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.product-mobile .product_card img {
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
.product-mobile .product_card .product_header {
  text-align: center;
  padding: 20px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
.product-mobile .product_card .product_header h2 {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.product-mobile .product_card .product_band {
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
.product-mobile .product_card .product_band h1 {
  text-align: center;
}
.product-mobile .product_card .product_band .best_deal {
  margin-right: 0px;
  right: 0px;
}
.product-mobile .product_details {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 1;
}
.product-mobile .product_details h3 {
  margin: 1em 0;
}
.product-mobile .product_details hr {
  margin: 1em 0;
}
.product-desktop .product-display {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.product-desktop .product-display .box.light {
  border: none;
}
.product-desktop .product-display .product_header {
  text-align: center;
  padding: 20px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
.product-desktop .product-display .product_header h2 {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.product-desktop .product-display img {
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
.product-desktop .product-display .product_details {
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  z-index: 1;
}
.product-desktop .product-display .product_details h3 {
  margin: 1em 0;
}
.product-desktop .product-display .product_details hr {
  margin: 1em 0;
}
.product-desktop #share_offer {
  margin-top: 20px;
}
.product_band {
  width: 100%;
  margin: 0px;
  color: #fff;
  background-color: #7fc241;
}
.product_band h1 {
  padding: 10px;
  font-weight: bold;
}
.product_band .best_deal {
  width: 106px;
  height: 106px;
  background-image: url(i/bestDeal.png);
  color: #fff;
  margin-right: 10px;
  position: absolute;
  top: -26px;
  right: 10px;
  z-index: 2;
  font-size: 12px;
}
.product_band .best_deal div {
  top: 45%;
  text-align: center;
}
#product {
  /*img {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }*/
}
#product h3 {
  text-transform: uppercase;
}
#product #do_reduce {
  margin-bottom: 20px;
}
#product #share_offer {
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  zoom: 1;
  text-align: center;
}
#product #share_offer label {
  font-weight: bold;
  text-transform: uppercase;
}
#product #share_offer:before,
#product #share_offer:after {
  content: "";
  display: table;
  zoom: 1;
}
#product #share_offer:after {
  clear: both;
}
#product #share_offer #container_share {
  text-align: center;
  margin: auto;
  width: 135px;
  margin-top: 10px;
}
#product #best_deal {
  opacity: 0.9;
  filter: alpha(opacity=90);
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f03f23;
  margin-top: 20px;
}
#product #best_deal .title {
  margin-bottom: 10px;
}
#product #last_deals {
  opacity: 0.9;
  filter: alpha(opacity=90);
  margin-top: 20px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #a1a1a1;
}
#product #last_deals .divider {
  height: 1px;
  margin: 20px 0;
  background: #999999;
  border-bottom: 1px solid #c7c7c7;
  margin: 10px 0;
}
#product #last_deals .title {
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
#product #last_deals .title span {
  background-image: url("i/product/last-deals@2x.png");
  background-repeat: no-repeat;
  background-position: 0px center;
  background-size: contain;
  padding-left: 30px;
}
#product #tips {
  background-color: #b8c6c7;
  opacity: 0.9;
  filter: alpha(opacity=90);
  margin-top: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#product #tips .title {
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
#product #tips .title span {
  background-image: url("i/product/tips@2x.png");
  background-repeat: no-repeat;
  background-position: 0px center;
  background-size: contain;
  padding-left: 30px;
}
#product #tips strong {
  display: block;
  margin-bottom: -15px;
}
#product #tips #tips_nav,
#product #tips #tips_nav a {
  text-align: center;
  color: #fff;
  margin: 5px;
}
#request_pin .box.light {
  border-top: none;
}
#request_pin h2 {
  margin-bottom: 1em;
}
#insert_pin .box.light {
  border-top: none;
}
#insert_pin h2 {
  margin-bottom: 1em;
}
#verify h2 {
  margin-bottom: 1em;
}
#twitter_register .box.light,
#twitter_verify .box.light {
  border-top: none;
  border-bottom: none;
}
#twitter_register #form,
#twitter_verify #form {
  border-bottom: 1px solid #ddd;
}
#twitter_register #email,
#twitter_verify #email {
  background-color: #f0f0f0;
}
#unexpected_error pre {
  display: none;
}
#account .alert.info {
  margin-bottom: 0;
}
.lattice-box {
  padding: 10px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.lattice-box.online {
  cursor: pointer;
}
.lattice-box h1 {
  font-size: 1.5em;
}
.lattice-box .top {
  margin-top: 20px;
}
#lattices .lattice-box {
  margin-bottom: 20px;
  color: #fff;
}
#item_sold h3,
#change_lattice h3 {
  margin: 20px;
}
.left-image {
  min-height: 430px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media all and (min-width: 850px) {
  .left-image .left-claim {
    max-width: 45%;
    font-size: 1.1em;
  }
}
@media all and (max-width: 850px) {
  .left-image .left-claim {
    max-width: 55%;
    font-size: 1.0em;
  }
}
.left-image .left-claim {
  height: 430px;
  color: #000;
  background-color: #eee;
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
}
.left-image .cell:first-of-type {
  -webkit-border-radius: 5px 0px 0px 0px;
  -moz-border-radius: 5px 0px 0px 0px;
  border-radius: 5px 0px 0px 0px;
  padding-top: 20px;
}
.left-image .cell:last-of-type {
  -webkit-border-radius: 0px 0px 0px 5px;
  -moz-border-radius: 0px 0px 0px 5px;
  border-radius: 0px 0px 0px 5px;
  padding-bottom: 20px;
}
.left-image .cell {
  padding-left: 20px;
  padding-right: 20px;
}
#twitter_register .alert,
#twitter_verify .alert {
  margin-bottom: 0px;
}
#twitter_register #form,
#twitter_verify #form {
  padding-top: 0px;
}
#resend_password #form {
  border-radius: 0 0 5px 5px;
  border-top: none;
}
#item_sold .message {
  border-radius: 5px 5px 0 0;
}
#item_sold .message_button {
  margin-top: 20px;
}
#item_sold .box.light {
  border-top: none;
  border-radius: 0 0 5px 5px;
  text-align: center;
}
#item_sold #share_offer {
  background-color: transparent;
  margin-top: 0px;
  zoom: 1;
  text-align: center;
}
#item_sold #share_offer:before,
#item_sold #share_offer:after {
  content: "";
  display: table;
  zoom: 1;
}
#item_sold #share_offer:after {
  clear: both;
}
#item_sold #share_offer #container_share {
  text-align: center;
  margin: auto;
  width: 225px;
}
#share_offer .email {
  background: url(i/social/email@2x.png);
}
#share_offer .facebook {
  background: url(i/social/facebook@2x.png);
}
#share_offer .gplus {
  background: url(i/social/google@2x.png);
}
#share_offer .linkedin {
  background: url(i/social/linkedin@2x.png);
}
#share_offer .twitter {
  background: url(i/social/twitter@2x.png);
}
#share_offer .share div {
  float: left;
  width: 40px;
  height: 40px;
  margin: 0px 5px 0px 0px;
  background-repeat: no-repeat;
  background-size: contain;
}
.media .media-left,
.media .media-right {
  display: table-cell;
  vertical-align: middle;
}
.media .icon {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
#login .left-image,
#resend_password .left-image {
  background: url(i/background-route/login.jpg) no-repeat;
}
#register .left-image,
#twitter_verify .left-image,
#twitter_register .left-image {
  background: url(i/background-route/registrati.jpg) no-repeat;
}
#request_pin .left-image,
#insert_pin .left-image {
  background: url(i/background-route/verifica-cellulare.jpg) no-repeat;
}
#verify .left-image {
  background: url(i/background-route/completa-verifica.jpg) no-repeat;
}
#unexpected_error {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: auto;
  text-align: center;
}
.sponsor-claim {
  text-align: center;
}
#containerHeader960Modal {
  background-color: #ffcc01;
}
#captcha {
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 20px;
}
#captcha h1 {
  margin-bottom: 20px;
  text-align: center;
}
#captcha #captcha_iframe {
  height: 500px;
  max-width: 450px;
  width: 100%;
  background-color: #fff;
}
/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}
/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #fff;
}
/* Create an active/current tablink class */
.tab button.active {
  /*background-color: #ccc;*/
}
/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
/* Style the tab content */
.tabcontent.active {
  display: block;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
/* sistemazioni per l'applicativo widget*/
.widget #containerHeader {
  height: 90px;
}
.widget #containerBody {
  height: 400px;
}
.widget #containerBody #captcha #captcha_iframe {
  height: 400px;
  max-height: 400px;
}
.widget #containerBody .container {
  padding: 0;
}
.widget #containerBody .product-display .product_header {
  padding: 10px;
}
.widget #containerBody #reducer_title {
  padding: 5px;
}
.widget #containerBody #reducer_content {
  padding: 10px 20px;
}
.widget #containerBody #reducer_content #do_reduce {
  margin-top: 0px;
}
.widget #containerBody #reducer_content .form .form-group {
  margin-bottom: 5px;
}
.widget #containerBody #console .message {
  padding: 5px;
}
.widget #containerBody #console #go_build_order {
  margin-top: 0px;
}
.widget #containerBody #console .box {
  padding: 10px;
}
.widget #containerBody #item_sold .box {
  padding: 10px;
}
.widget #containerFooter {
  height: 90px;
}
.widget #containerFooter #footer {
  padding: 0;
}
@media all and (max-width: 550px) {
  #header button {
    font-size: 12px;
    padding: 5px !important;
  }
  .email {
    display: none;
    margin-left: 0px;
  }
  .tab button {
    font-size: 12px !important;
  }
}
strong {
  font-weight: 900 !important;
}
.tab button {
  color: #333;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 14px;
  padding: 10px 0px;
  margin: 0px;
}
.disabled {
  cursor: default !important;
  color: #aaa !important;
  border-color: #aaa !important;
  opacity: 0.5;
}
