@charset "utf-8";

/*//////////////////////////*/

/*//////////////////////////*/

/*//////// COMMON //////////*/

/*//////////////////////////*/

/*//////////////////////////*/

#shop-wrp {
  min-height: 300px;
  height: auto !important;
  height: 300px;
  width: 980px;
  padding: 0 0 20px 0px;
}

#shop-wrp p {
  margin-top: 10px;
}

#shop-wrp .title {
  width: 960px;
  height: 42px;
  background: #59925a;
  /*background:url(/img/common/bg_sfumatura_grey_42.jpg) repeat-x 0px 0px;*/
  padding: 0px 10px;
  -webkit-border-radius: 3px;
  border-radius: 42px;
}

#shop-wrp .title h1 {
  float: left;
  width: 400px;
  height: 42px;
  line-height: 42px;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}

#shop-wrp .title p {
  float: right;
  width: 220px;
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  text-align: right;
  padding: 0px;
  margin: 0px;
}

#shop-wrp #left-wrp {
  float: left;
  width: 700px;
  min-height: 200px;
  height: auto !important;
  height: 200px;
}

#shop-wrp #right-wrp {
  float: right;
  width: 215px;
  padding-top: 30px;
  min-height: 150px;
  height: auto !important;
  height: 150px;
}

#shop-wrp #center-wrp {
  clear: both;
  width: auto;
  min-height: 200px;
  height: auto !important;
  height: 200px;
}

#shop-wrp input {
  width: 100%;
  box-sizing: border-box;
  padding: 0px 5px;
  height: 32px;
  border: 1px solid #ceccd2;
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
  border-radius: 4px;
  color: #666;
}

#shop-wrp input[type="radio"] {
  width: auto;
  height: auto;
  margin: 0px;
  padding: 0px;
  border: none;
}

#shop-wrp input[type="checkbox"] {
  width: auto;
  height: auto;
  margin: 0px;
  padding: 0px;
  border: none;
}

#shop-wrp select {
  width: 210px;
  height: 24px;
  margin: 0px;
  padding: 0px;
  border: 1px solid #ccc;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  color: #666;
}

#shop-wrp textarea {
  min-width: 480px;
  min-height: 100px;
  max-height: 300px;
  padding-left: 5px;
  border: 1px solid #ccc;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  color: #666;
}

/*errori*/

#shop-wrp .errors-form {
  color: #d90000;
  border: 1px solid #d90000;
  padding: 10px !important;
  font-size: 13px;
  margin: 0px 0px 20px 0px;
}

#shop-wrp .errors-form a {
  color: #d90000;
  text-decoration: underline;
}

#shop-wrp .errors-form p {
  font-size: 13px;
}

#shop-wrp .errors-form ul {
  clear: both;
  list-style: inside;
  padding: 0px;
  margin: 0px;
}

#shop-wrp .errors-form ul li {
  font-size: 13px;
}

/*risultato ok*/

#shop-wrp p.risultato_ok {
  border: 1px solid #393;
  color: #393;
  padding: 10px;
  margin: 20px 0px 0px 0px;
}

/*tot ordine*/

#shop-wrp #summary-wrp {
  overflow: hidden;
  float: right;
  width: 100%;
}

#shop-wrp #summary-wrp h3 {
  float: none;
  width: auto;
  text-align: right;
  font-size: 24px;
  font-weight: 700;
  padding-right: 65px;
  line-height: 50px;
  color: #333;
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

#shop-wrp #summary-wrp dl {
  float: right;
  width: 90%;
  text-align: right;
  font-size: 13px;
}

#shop-wrp #summary-wrp dl dt {
  float: left;
  width: 50%;
  text-align: right;
  color: #000;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
}

#shop-wrp #summary-wrp dl dd {
  float: right;
  width: 40%;
  margin-bottom: 10px;
  padding-right: 5px;
  font-weight: 700;
  color: #000000;
  font-size: 18px;
}

#shop-wrp #summary-wrp .total-price-dd {
  color: #ff5c26;
}

#shop-wrp #summary-wrp .total-price {
  margin: 0;
  display: block;
  float: right;
  clear: both;
  width: 200px;
  /*background:url(/img/common/bg_sfumatura_42.jpg) repeat-x 0px 0px;*/
  font-size: 24px;
  font-weight: 700;
  line-height: 42px;
  color: #ff5c26;
  text-align: right;
}

/*colori stato ordini*/

#shop-wrp .green {
  color: #393;
}

#shop-wrp .orange {
  color: #f93;
}

#shop-wrp .red {
  color: #f00;
}

/*bottoni*/

#shop-wrp .button {
  display: inline-block;
  height: 26px;
  border: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  text-decoration: none;
  color: #fff;
}

/*barra di navigazione avanti/indietro*/

#shop-wrp .nav-wrp {
  clear: both;
  width: auto;
  height: 26px;
  margin-top: 30px;
  padding: 10px 0px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#shop-wrp .nav-wrp a {
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  text-align: left;
  text-decoration: none;
  color: #fff;
}

#shop-wrp .nav-wrp .btn-back {
  float: left;
  width: 200px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 11px;
  padding: 0px;
  border: 0px;
  background-color: #222222;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

#shop-wrp .nav-wrp .btn-back:hover {
  background-color: #666666;
  cursor: pointer;
}

#shop-wrp .nav-wrp .btn-forward {
  float: right;
  width: 200px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 11px;
  padding: 0px;
  border: 0px;
  background-color: #222222;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

#shop-wrp .nav-wrp .btn-forward:hover {
  background-color: #666666;
  cursor: pointer;
}

#shop-wrp .nav-wrp .btn-forward.disabled {
  background-color: #ccc;
  cursor: default;
}

/*tabelle*/

#shop-wrp table {
  width: 100%;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #000;
}

#shop-wrp table th {
  padding: 5px 10px;
  border: 1px solid #e2e2e2;
  vertical-align: middle;
  font-weight: 400;
}

#shop-wrp table td {
  padding: 10px;
  border: 1px solid #e2e2e2;
  vertical-align: middle;
}

/*COLONNA DESTRA*/

#shop-wrp #right-wrp #box-total-wrp {
  width: auto;
  min-height: 80px;
  height: auto !important;
  height: 80px;
  margin-bottom: 30px;
  padding: 20px 0px;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  text-align: center;
}

#shop-wrp #right-wrp #box-total-wrp p:nth-child(1) {
  padding: 0px;
  margin: 0px;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  text-align: center;
}

#shop-wrp #right-wrp #box-total-wrp p.total-price {
  display: block;
  width: 200px;
  height: auto;
  margin: 5px auto;
  /*background:url(/img/common/bg_sfumatura_42.jpg) repeat-x 0px 0px;*/
  font-size: 24px;
  font-weight: 700;
  line-height: 42px;
  color: #ff5c26;
  text-align: center;
}

#shop-wrp #right-wrp #box-total-wrp p:nth-child(3) {
  padding: 0px;
  margin: 0px;
  font-size: 15px;
  color: #999;
}

#shop-wrp #useful-links-wrp ul {
  list-style: none;
  overflow: hidden;
  margin: 30px 0 0;
  background: #eee;
  height: 37px;
  padding: 10px;
  border-radius: 37px;
}

#shop-wrp #useful-links-wrp ul li {
  display: block;
  width: 33%;
  float: left;
  height: 37px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

#shop-wrp #useful-links-wrp ul li:nth-child(1) {
  background: url(/img/carrello/ico_contact.png) no-repeat;
}

#shop-wrp #useful-links-wrp ul li:nth-child(2) {
  background: url(/img/carrello/ico_payments.png) no-repeat;
}

#shop-wrp #useful-links-wrp ul li:nth-child(3) {
  background: url(/img/carrello/ico_conditions.png) no-repeat;
}

#shop-wrp #useful-links-wrp ul li p {
  padding: 2px 0px 0px 44px;
  color: #666;
  margin: 0;
}

#shop-wrp #useful-links-wrp ul li a {
  display: block;
  padding-left: 44px;
  line-height: 32px;
  color: #333;
  text-decoration: underline;
}

/**/

/**/

/*///////////////////////////*/

/*///////////////////////////*/

/*//// RIEPILOGO CARRELLO ///*/

/*///////////////////////////*/

/*///////////////////////////*/

#shop-wrp.carrello #cart-wrp {
  width: auto;
  min-height: 50px;
  height: auto !important;
  height: 50px;
  padding: 15px 0px;
}

#shop-wrp.carrello #cart-wrp .btn-update {
  float: left;
  width: 190px;
  text-align: right;
  padding-right: 40px;
  color: #fff;
  background: #000 url(/img/carrello/btn_update.png) no-repeat center right;
  cursor: pointer;
}

#shop-wrp.carrello #cart-wrp .btn-update:hover {
  background-color: #eeeeee;
  cursor: pointer;
}

#shop-wrp.carrello #tbl-carrello th {
  background-color: #eaeaea;
}

#shop-wrp.carrello #tbl-carrello th.col-img {
  text-align: left;
}

#shop-wrp.carrello #tbl-carrello td.col-img {
  max-width: 100px;
  text-align: center;
  border-right: none;
}

#shop-wrp.carrello #tbl-carrello td.col-img img {
  max-width: 100px;
  max-height: 120px;
  text-align: left !important;
}

#shop-wrp.carrello #tbl-carrello th.col-prod {
  text-align: left;
}

#shop-wrp.carrello #tbl-carrello td.col-prod {
  text-align: left;
  border-left: none;
  padding-left: 0px;
}

#shop-wrp.carrello #tbl-carrello td.col-prod .product-name {
  font-size: 16px;
  color: #333;
}

#shop-wrp.carrello #tbl-carrello td.col-prod .art-code {
  font-size: 14px;
  color: #666;
}

#shop-wrp.carrello #tbl-carrello td.col-prod .availability {
  font-size: 13px;
  color: #f00;
}

#shop-wrp.carrello #tbl-carrello .col-price {
  text-align: center;
}

#shop-wrp.carrello #tbl-carrello .col-amount {
  text-align: center;
}

#shop-wrp.carrello #tbl-carrello .col-amount input {
  width: 40px;
}

#shop-wrp.carrello #tbl-carrello .col-subtot {
  text-align: center;
}

#shop-wrp.carrello #tbl-carrello .col-delete {
  text-align: center;
}

/**/

#shop-wrp.carrello #shipping-wrp {
  width: auto;
  height: auto;
  padding: 20px 0px;
  border-top: 1px solid #ccc;
}

#shop-wrp.carrello #shipping-wrp h2 {
  width: auto;
  height: 37px;
  margin-bottom: 20px;
  padding-left: 45px;
  padding-bottom: 8px;
  background: url(/img/carrello/ico_title_shipping_wrp.png) no-repeat;
  font-size: 24px;
  line-height: 37px;
  color: #333;
}

#shop-wrp.carrello #shipping-wrp label {
  display: inline-block;
  width: 120px;
  font-size: 14px;
  color: #333;
}

#shop-wrp.carrello #shipping-wrp select {
  width: 175px;
  margin-right: 20px;
}

#shop-wrp.carrello #shipping-wrp span {
  color: #333;
}

#shop-wrp.carrello #shipping-wrp a {
  text-decoration: underline;
  color: #333;
}

/**/

/**/

/*///////////////////////////*/

/*///////////////////////////*/

/*// LOGIN - REGISTRATI /////*/

/*///////////////////////////*/

/*///////////////////////////*/

/*LOGIN BOX*/

#shop-wrp.login #login-wrp {
  float: left;
  width: 363px;
  min-height: 80px;
  height: auto !important;
  height: 80px;
  margin-top: 30px;
  padding: 6px 10px;
  border: 1px solid #eaeaea;
  background: url(/img/carrello/bkg_box_login.png) repeat-x;
}

#shop-wrp.login #login-wrp h3 {
  margin: 0px;
  font-size: 13px;
  font-weight: 700;
  color: #000;
}

#shop-wrp.login #login-wrp p {
  margin-top: 0px;
  padding: 0px;
}

#shop-wrp.login #login-wrp .box-form {
  width: 350px;
  min-height: 80px;
  height: auto !important;
  height: 80px;
  margin-top: 20px;
}

#shop-wrp.login #login-wrp .box-form input {
  width: 190px;
  margin-bottom: 6px;
}

#shop-wrp.login #login-wrp .box-form a.link-psw {
  display: block;
  float: left;
  width: 170px;
  height: 26px;
  line-height: 26px;
  margin: 10px 20px;
  font-size: 12px;
  color: #ff5c26;
}

#shop-wrp.login #login-wrp .box-form .button {
  float: left;
  width: 95px;
  height: 26px;
  line-height: 26px;
  margin-top: 10px;
  background: #222222 url(/img/carrello/btn_forward.png) no-repeat 82px 5px;
  cursor: pointer;
}

#shop-wrp.login #login-wrp .box-form .button:hover {
  background-color: #666666;
}

/*REGISTRATI BOX*/

#shop-wrp.login #registrati-wrp {
  float: left;
  width: 363px;
  min-height: 80px;
  height: auto !important;
  height: 80px;
  margin: 30px 0px 0px 30px;
  padding: 6px 10px;
  border: 1px solid #eaeaea;
  background: url(/img/carrello/bkg_box_login.png) repeat-x;
}

#shop-wrp.login #registrati-wrp h3 {
  margin: 0px;
  font-size: 13px;
  font-weight: 700;
  color: #000;
}

#shop-wrp.login #registrati-wrp p {
  margin-top: 0px;
  padding: 0px;
}

#shop-wrp.login #registrati-wrp .box-form {
  width: 350px;
  min-height: 80px;
  height: auto !important;
  height: 80px;
  margin-top: 20px;
}

#shop-wrp.login #registrati-wrp .box-form .button {
  float: left;
  width: 95px;
  height: 26px;
  font-size: 13px;
  text-indent: 10px;
  line-height: 26px;
  margin: 70px 0px 10px 0px;
  background: #222222 url(/img/carrello/btn_forward.png) no-repeat 82px 5px;
  cursor: pointer;
}

#shop-wrp.login #registrati-wrp .box-form .button:hover {
  background-color: #666666;
}

#shop-wrp.login .nav-wrp .btn-cancel {
  float: left;
  width: 130px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  margin-left: 20px;
  padding: 0px;
  border: 0px;
  background-color: #333333;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

#shop-wrp.login .nav-wrp .login .btn-cancel:hover {
  background-color: #666666;
  cursor: pointer;
}

/**/

/**/

/*///////////////////////////*/

/*///////////////////////////*/

/*//// REIMPOSTA PASSWORD ///*/

/*///////////////////////////*/

/*///////////////////////////*/

#shop-wrp.psw #left-wrp #form {
  margin: 20px 0px;
}

#shop-wrp.psw .box-form {
  margin: 20px 0px;
}

#shop-wrp.psw input#submit {
  cursor: pointer;
  text-align: center;
  height: 24px;
  text-transform: uppercase;
  font-size: 14px;
  background-color: #eee;
  border: 1px solid #ccc;
  cursor: pointer;
}

#shop-wrp.psw input#submit:hover {
  border: 1px solid #999;
  background-color: #ccc;
}

#shop-wrp.psw input.button#btn-cambia {
  cursor: pointer;
  width: 100px;
  text-align: center;
  height: 24px;
  text-transform: uppercase;
  font-size: 14px;
  color: #666;
  border: 1px solid #ccc;
}

#shop-wrp.psw input.button#btn-cambia:hover {
  border: 1px solid #999;
}

/**/

/**/

/*///////////////////////////*/

/*///////////////////////////*/

/*//// DATI FATTURAZIONE ////*/

/*///////////////////////////*/

/*///////////////////////////*/

#shop-wrp.dati .panel-wrp {
  max-width: 640px;
  min-height: 80px;
  height: auto !important;
  height: 80px;
  margin: 30px auto;
  padding: 0px 10px 10px 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

#shop-wrp.dati .panel-wrp h2 {
  text-transform: uppercase;
  width: auto;
  background: #999;
  height: 32px;
  text-align: center;
  margin: 10px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
  color: #fff;
  border-radius: 4px;
}

#shop-wrp.dati .form-wrp {
  overflow: hidden;
  clear: both;
  min-height: 60px;
  height: auto !important;
  height: 60px;
  margin: 0;
}

#shop-wrp.dati .form-wrp p:nth-child(odd) {
  float: left;
  width: calc(50% - 10px);
  margin-right: 20px;
}

#shop-wrp.dati .form-wrp p:nth-child(even) {
  float: left;
  width: calc(50% - 10px);
}

#shop-wrp.dati .form-wrp p.full-width {
  float: none;
  width: 100%;
  clear: both;
}

#shop-wrp.dati .form-wrp p label {
  display: block;
}

#shop-wrp.dati .form-wrp p input {
  margin-bottom: 0;
}

#shop-wrp.dati #condizioni {
  clear: both;
  font-size: 12px;
  line-height: 22px;
  margin-top: 10px;
}

#shop-wrp.dati #condizioni input
/*checkbox*/ {
  width: auto;
  height: auto;
  margin: 0px 5px 3px 0px;
  padding: 0px;
}

#shop-wrp.dati #condizioni a {
  text-decoration: underline;
  color: #000;
}

/**/

/**/

/*///////////////////////////*/

/*///////////////////////////*/

/*///// DATI SPEDIZIONE /////*/

/*///////////////////////////*/

/*///////////////////////////*/

#shop-wrp.dati .shipping-mode-wrp {
  clear: both;
  width: auto;
  min-height: 80px;
  height: auto !important;
  height: 80px;
  margin: 30px 0px;
  padding: 0px 10px 10px 10px;
  border: 1px solid #eaeaea;
  background: url(/img/carrello/bkg_panel.png) repeat-x;
}

#shop-wrp.dati .shipping-mode-wrp h3 {
  width: auto;
  height: 30px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
}

#shop-wrp.dati .shipping-mode-wrp p {
  padding: 10px;
}

#shop-wrp.dati .usa-dati-mode-wrp {
  border: 1px solid #eaeaea;
  padding: 8px;
}

#shop-wrp.dati .form-wrp p textarea {
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
}

#shop-wrp.dati #message-wrp {
  width: auto;
  height: auto;
  padding-bottom: 60px;
}

#shop-wrp.dati #message-wrp h2 {
  width: auto;
  height: 37px;
  margin-bottom: 20px;
  padding-left: 45px;
  padding-bottom: 8px;
  background: url(/img/carrello/ico_title_message_wrp.png) no-repeat;
  font-size: 24px;
  line-height: 37px;
  color: #000000;
}

#shop-wrp.dati #message-wrp p.txt {
  margin-bottom: 20px;
}

/**/

/**/

/*///////////////////////////*/

/*///////////////////////////*/

/*//////// PAGAMENTO ////////*/

/*///////////////////////////*/

/*///////////////////////////*/

#shop-wrp.pagamento .payments-wrp {
  clear: both;
  width: auto;
  min-height: 40px;
  height: auto !important;
  height: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

#shop-wrp.pagamento .panel-wrp {
  width: auto;
  min-height: 80px;
  height: auto !important;
  height: 80px;
  margin: 30px 0px;
  padding: 0px 10px 10px 10px;
  border: 1px solid #eaeaea;
  background: url(/img/carrello/bkg_panel.png) repeat-x;
}

#shop-wrp.pagamento .panel-wrp h2 {
  width: auto;
  height: 30px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
}

#shop-wrp.pagamento .payments-wrp.last {
  margin: 0px;
  border-bottom: 0px;
  padding: 0px;
  background: none;
}

#shop-wrp.pagamento .payments-wrp label {
  font-weight: 700;
  color: #000;
}

#shop-wrp.pagamento .payments-wrp p {
  margin-bottom: 12px;
}

.payment-wrp .payment-list {
  margin: 0 -5px;
  overflow: hidden;
}

.payment-wrp .payment-list .payments-wrp {
  display: block;
  width: calc((100% - 60px) / 3);
  font-size: 13px;
  float: left;
  margin: 5px;
  padding: 5px;
  background: #eee;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.2s;
}

.payment-wrp .payment-list .payments-wrp.active,
.payment-wrp .payment-list .payments-wrp:hover {
  background: #999;
  color: #fff;
}

.payment-wrp .payment-list .payments-wrp img {
  float: left;
  margin-right: 5px;
}

.payment-wrp .payment-list .payments-wrp input {
  display: none;
}

/**/

/**/

/*///////////////////////////*/

/*///////////////////////////*/

/*///// RIEPILOGO ORDINE ////*/

/*///////////////////////////*/

/*///////////////////////////*/

#shop-wrp.riepilogo_ordine #user-data-summary {
  width: auto;
}

#shop-wrp.riepilogo_ordine .panel-wrp {
  width: auto;
  min-height: 80px;
  height: auto !important;
  height: 80px;
  margin: 30px 0px;
  padding: 0px 10px 10px 10px;
  border: 1px solid #eaeaea;
  background: url(/img/carrello/bkg_panel.png) repeat-x;
}

#shop-wrp.riepilogo_ordine .panel-wrp h2 {
  width: auto;
  height: 30px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
}

#shop-wrp.riepilogo_ordine #user-data-summary .panel-wrp {
  width: 325px;
  min-height: 80px;
  height: auto !important;
  height: 80px;
  margin: 30px 0px;
  padding: 0px 10px 10px 10px;
  border: 1px solid #eaeaea;
  background: url(/img/carrello/bkg_panel.png) repeat-x;
}

#shop-wrp.riepilogo_ordine #user-data-summary .panel-wrp h2 {
  width: auto;
  height: 30px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
}

#shop-wrp.riepilogo_ordine #tbl-ordine {
  width: 100%;
}

#shop-wrp.riepilogo_ordine #tbl-ordine th {
  background-color: #f4f4f4;
}

#shop-wrp.riepilogo_ordine #tbl-ordine .col-prod {
  text-align: left;
  width: 60%;
}

#shop-wrp.riepilogo_ordine #tbl-ordine .col-prod .product-name {
  font-size: 16px;
  color: #333;
}

#shop-wrp.riepilogo_ordine #tbl-ordine .col-prod .art-code {
  font-size: 14px;
  color: #666;
}

#shop-wrp.riepilogo_ordine #tbl-ordine .col-price {
  text-align: center;
}

#shop-wrp.riepilogo_ordine #tbl-ordine .col-amount {
  text-align: center;
}

#shop-wrp.riepilogo_ordine #tbl-ordine .col-amount input {
  width: 40px;
}

#shop-wrp.riepilogo_ordine #tbl-ordine .col-subtot {
  text-align: center;
}

#shop-wrp.riepilogo_ordine #tbl-ordine .col-delete {
  text-align: center;
}

#shop-wrp.riepilogo_ordine .panel-wrp-metodo {
  width: 680px;
  min-height: 80px;
  height: auto !important;
  height: 80px;
  margin-bottom: 20px;
  padding: 0px 10px 10px 10px;
  border: 1px solid #eaeaea;
  background: url(/img/carrello/bkg_panel.png) repeat-x;
}

#shop-wrp.riepilogo_ordine .panel-wrp-metodo h2 {
  width: auto;
  height: 30px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
}

#shop-wrp.riepilogo_ordine #cart-wrp {
  padding: 0px 0px 30px 0px;
  margin-top: 30px;
}

/**/

/* CONFERMA ACQUISTO */

#shop-wrp.conferma h3 {
  margin: 20px 0px 10px 0px;
  font-size: 15px;
  font-weight: 700;
}

/**/

/**/

/*//////////////////////////*/

/*//////////////////////////*/

/*///// AREA UTENTI ////////*/

/*//////////////////////////*/

/*//////////////////////////*/

/*COMMON menu*/

#left-pane #area-utente-menu {
  width: 220px;
  min-height: 80px;
  height: auto !important;
  height: 80px;
}

#left-pane #area-utente-menu ul {
  list-style: none;
}

#left-pane #area-utente-menu ul li {
  width: 220px;
  height: 42px;
  margin-bottom: 5px;
}

#left-pane #area-utente-menu ul li a {
  display: block;
  width: 220px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  text-indent: 10px;
  color: #000000;
  background: url(/img/common/bg_sfumatura_grey_42.jpg) repeat-x 0px 0px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#left-pane #area-utente-menu ul li a:hover {
  background-color: #eeeeee;
  background-image: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#left-pane #area-utente-menu ul li.selected a {
  font-weight: 700;
  background-color: #eeeeee;
  background-image: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/**/

#shop-wrp .nav-wrp {
  clear: both;
  width: auto;
  height: 26px;
  margin-top: 10px;
  padding: 10px 0px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#shop-wrp .nav-wrp a {
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  text-align: left;
  text-decoration: none;
  color: #fff;
}

#shop-wrp .nav-wrp .btn-cancel {
  float: left;
  width: 200px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 11px;
  padding: 0px;
  border: 0px;
  background-color: #222222;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

#shop-wrp .nav-wrp .btn-cancel:hover {
  background-color: #666666;
  cursor: pointer;
}

#shop-wrp .nav-wrp .btn-save {
  float: right;
  width: 200px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 11px;
  padding: 0px;
  border: 0px;
  background-color: #222222;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

#shop-wrp .nav-wrp .btn-save:hover {
  background-color: #666666;
  cursor: pointer;
}

/**/

/**/

/* DATI UTENTE */

#shop-wrp.userarea .dati-utente {
  margin-top: 20px;
}

#shop-wrp.userarea .panel-wrp {
  width: auto;
  min-height: 80px;
  height: auto !important;
  height: 80px;
  margin: 30px 0px;
  padding: 0px 10px 10px 10px;
  border: 1px solid #eaeaea;
  background: url(/img/carrello/bkg_panel.png) repeat-x;
}

#shop-wrp.userarea .panel-wrp h2 {
  width: auto;
  height: 30px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
}

#shop-wrp.userarea .form-wrp {
  clear: both;
  min-height: 60px;
  height: auto !important;
  height: 60px;
  margin: 0 auto 15px;
  padding-bottom: 15px;
}

#shop-wrp.userarea .form-wrp p:nth-child(odd) {
  float: left;
  width: calc(50% - 10px);
  margin-right: 20px;
}

#shop-wrp.userarea .form-wrp p:nth-child(even) {
  float: left;
  width: calc(50% - 10px);
}

#shop-wrp.userarea .form-wrp p.full-width {
  float: none;
  width: 100%;
  clear: both;
}

#shop-wrp.userarea .form-wrp p label {
  display: block;
}

#shop-wrp.userarea .form-wrp p input {
  margin-bottom: 10px;
}

#shop-wrp.userarea #condizioni {
  clear: both;
  font-size: 12px;
  line-height: 22px;
}

#shop-wrp.userarea #condizioni input
/*checkbox*/ {
  width: auto;
  height: auto;
  margin: 0px 5px 3px 0px;
  padding: 0px;
}

#shop-wrp.userarea #condizioni a {
  text-decoration: underline;
  color: #000;
}

/**/

/**/

/* DATI SPEDIZIONE */

#shop-wrp.userarea .dati-spedizione {
  margin-top: 20px;
}

#shop-wrp.userarea .shipping-mode-wrp {
  clear: both;
  border: 1px solid #eaeaea;
  margin-bottom: 20px;
  padding: 8px 0px 8px 5px;
}

#shop-wrp.userarea .shipping-mode-wrp h2 {
  width: auto;
  height: 30px;
  color: #000;
  line-height: 30px;
  font-size: 13px;
  padding: 0px 10px;
  background-color: #eaeaea;
}

#shop-wrp.userarea .shipping-mode-wrp p {
  padding: 10px;
}

#shop-wrp.userarea .form-wrp p textarea {
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
}

#shop-wrp.userarea #message-wrp {
  width: auto;
  height: auto;
  padding-bottom: 60px;
}

#shop-wrp.userarea #message-wrp h2 {
  width: auto;
  height: 37px;
  margin-bottom: 20px;
  padding-left: 45px;
  padding-bottom: 8px;
  background: url(/img/carrello/ico_title_message_wrp.png) no-repeat;
  font-size: 24px;
  line-height: 37px;
  color: #000000;
}

#shop-wrp.userarea #message-wrp p.txt {
  margin-bottom: 20px;
}

/* STORICO ORDINI */

#shop-wrp.userarea .storico-ordini {
  margin-top: 20px;
}

#shop-wrp.userarea #tbl-storico {
  width: 698px;
}

#shop-wrp.userarea #tbl-storico th {
  background-color: #f4f4f4;
}

#shop-wrp.userarea #tbl-storico th,
#shop-wrp.userarea #tbl-storico td {
  text-align: left;
}

#shop-wrp.userarea #tbl-storico .col-number a {
  color: #333333;
  font-weight: 700;
  text-decoration: underline;
}

/*STORICO ORDINI dettaglio*/

#shop-wrp.userarea #tbl-ordine {
  width: 100%;
  margin-top: 20px;
}

#shop-wrp.userarea #tbl-ordine th {
  background-color: #f4f4f4;
}

#shop-wrp.userarea #tbl-ordine .col-prod {
  text-align: left;
  width: 60%;
}

#shop-wrp.userarea #tbl-ordine .col-prod .product-name {
  font-size: 16px;
  color: #333;
}

#shop-wrp.userarea #tbl-ordine .col-prod .art-code {
  font-size: 14px;
  color: #666;
}

#shop-wrp.userarea #tbl-ordine .col-price {
  text-align: center;
}

#shop-wrp.userarea #tbl-ordine .col-amount {
  text-align: center;
}

#shop-wrp.userarea #tbl-ordine .col-amount input {
  width: 40px;
}

#shop-wrp.userarea #tbl-ordine .col-subtot {
  text-align: center;
}

#shop-wrp.userarea #tbl-ordine .col-delete {
  text-align: center;
}

/*summary wrp lo prende da SOPRA*/

/* OVERLAY */

#overlay-bkg {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  cursor: pointer;
  background: url(/img/common/bg_overlay.png) repeat 0px 0px;
}

.overlay-wrapper,
#overlay-wrapper {
  position: absolute;
  z-index: 300;
  width: auto;
  min-height: 80px;
  height: auto !important;
  height: 80px;
  padding: 30px;
  background-color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: normal;
  color: #333;
}

.overlay-wrapper #btn-wrp,
#overlay-wrapper #btn-wrp {
  width: auto;
  text-align: center;
  margin: 0px auto;
}

.overlay-wrapper #btn-wrp .btn,
#overlay-wrapper #btn-wrp .btn {
  width: 185px;
  height: 40px;
  margin: 40px 20px 5px 0px;
  background-color: #222222;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.overlay-wrapper #btn-wrp .btn:hover,
#overlay-wrapper #btn-wrp .btn:hover {
  background-color: #666666;
  color: #fff;
}

.warehouse_list {
  text-align: center;
  line-height: 22px;
  height: 22px;
  margin: 5px 0 0 0;
  font-weight: bold;
  color: #111;
  text-transform: uppercase;
  width: 164px;
  border-bottom: 2px solid #111;
}

.warehouse_list.instock {
  color: #090;
  border-color: #090;
}

.warehouse_list.inesaurimento {
  color: #fc0;
  border-color: #fc0;
}

.warehouse_list.esaurito {
  color: #ff5c26;
  border-color: #ff5c26;
}

/*** New Style 2023 ***/

@media (min-width: 1100px) {
  #shop-wrp .title,
  #shop-wrp {
    width: auto;
  }
}

@media (min-width: 1200px) {
  #shop-wrp.userarea #tbl-storico {
    width: 100%;
  }

  #right-pane .item-wrp .item .btn-elenco-prodotti,
  #right-pane .item-wrp .item .name-prod,
  .warehouse_list {
    width: calc(100% - 8px);
  }

  #right-pane .item-wrp .item .btn-elenco-prodotti a.btn-shop {
    width: 100%;
  }

  #right-pane .item-wrp .item .btn-elenco-prodotti .quantita {
    display: block;
    text-align: center;
  }

  #right-pane .item-wrp .item .btn-elenco-prodotti .quantita input {
    float: none;
    margin-bottom: 10px;
  }
}

#right-pane .preferiti {
  padding: 9px 0;
}

#right-pane .preferiti:after {
  content: "";
  background: url(/img/shop/preferiti.png) no-repeat 0 0;
  width: 19px;
  height: 17px;
  display: inline-block;
}

#right-pane .preferiti.active:after {
  content: "";
  background: url(/img/shop/preferiti_active_1.png) no-repeat 0 0;
}

#save_onepage_checkout_disabled {
  background-color: grey !important;
  cursor: not-allowed !important;
  pointer-events: all !important;
}

.payment-list-credits__creds,
.payment-list-credits__max-creds {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.payment-list-credits__max-creds > * {
  flex: 0 0 auto;
}

#shop-wrp .payment-list-credits__max-creds p {
  margin-top: 0;
}

.payment-list-credits__max-creds .creds {
  font-weight: 600;
}

.payment-list-credits .button {
  background-color: #000;
}

.payment-list-credits__creds input {
  margin: 0.25rem 0;
  max-width: 200px;
}

.tooltip-container .tooltip {
  max-width: 200px;
}


.alert-danger {color:red; font-weight: 700;}
.alert-success {color:green; font-weight: 700;}
.hidden {display: none;}