/*
	MAIN COLOR: #e89b38;
*/

/* -------------------------------------------- */
/* ------------------Reset--------------------- */
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #1f1f1f;
}
h1 {
  font-size: 180%;
}
h2 {
  font-size: 160%;
}
h3 {
  font-size: 140%;
}
h4 {
  font-size: 120%;
}
p {
  margin: 0;
  padding: 0;
  line-height: 15px;
}
figure {
  margin: 0;
}
ul,
li {
  margin: 0;
  padding: 0;
}

.fab {
  line-height: 2!important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none!important;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield!important;
}

/* -------------------------------------------- */
/* ------------------Style--------------------- */
html,
body {
  width: 100%;
  padding: 0;
  margin: 0;
}
body {
  background: #cbcbcb;
  color: #000;
  font: 14px "Open Sans", Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  line-height: 1;
  padding-top: 66px;
}

.yellow {
  background-color: yellow;
}

.green {
  background-color: green;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #333;
  text-decoration: none;
}
a.selected {
  color: #333;
}

em,
.italic {
  font-style: italic;
}
strong,
b,
.bold {
  font-weight: bold;
}

.hidden, .hidden-address {
  display: none;
}

.show {
  display: block;
}

.clear {
  content: "\0020";
  display: block;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
  float: none;
  clear: both;
  visibility: hidden;
}
.clearfix::after {
  content: "";
  display: block;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
  float: none;
  clear: both;
  visibility: hidden;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.alignleft {
  text-align: left;
}
.alignright {
  text-align: right;
}
.aligncenter {
  text-align: center;
}

.turn180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.center {
  display: table;
  margin: 0 auto;
}
.center > .vcenter {
  display: table-cell;
  vertical-align: middle;
}

/*
 * EMPTY
*/
#empty body {
  background: transparent;
  color: #fff;
  padding-top: 0;
}

/* -------------------------------------------- */
/* ----------------- Header ------------------- */

/*
 * MENU HOMEPAGE
*/
#menu-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 10px 30px;
  display: flex;
  justify-content: space-between;

  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  background: rgb(255,181,93);
  background: linear-gradient(180deg, rgba(255,181,93,1) 0%, rgba(232,151,54,1) 100%);

  border-top: 0;
}
/*
	 * BOTTONE PER APRIRE IL MENU
	*/
#menu-top #menu-open {
  display: block;
  margin: 4px 0px;
  color: #fff;
}
#menu-top #menu-open i {
  font-size: 33px;
}

#menu-top #menu-open > .icon {
  position: relative;
  width: 26px;
  height: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 500ms ease-in-out;
  -moz-transition: 500ms ease-in-out;
  -o-transition: 500ms ease-in-out;
  transition: 500ms ease-in-out;
}

#menu-top #menu-open > .icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #000;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#menu-top #menu-open > .icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 3px 3px 0;
}

#menu-top #menu-open > .icon span:nth-child(odd) {
  left: 0px;
  border-radius: 3px 0 0 3px;
}

#menu-top #menu-open > .icon span:nth-child(1),
#menu-top #menu-open > .icon span:nth-child(2) {
  top: 0px;
}

#menu-top #menu-open > .icon span:nth-child(3),
#menu-top #menu-open > .icon span:nth-child(4) {
  top: 8px;
}

#menu-top #menu-open > .icon span:nth-child(5),
#menu-top #menu-open > .icon span:nth-child(6) {
  top: 16px;
}

#menu-top #menu-open > .icon.out span:nth-child(1),
#menu-top #menu-open > .icon.out span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menu-top #menu-open > .icon.out span:nth-child(2),
#menu-top #menu-open > .icon.out span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#menu-top #menu-open > .icon.out span:nth-child(1) {
  left: 5px;
  top: 2px;
}

#menu-top #menu-open > .icon.out span:nth-child(2) {
  left: 13px;
  top: 2px;
}

#menu-top #menu-open > .icon.out span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#menu-top #menu-open > .icon.out span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#menu-top #menu-open > .icon.out span:nth-child(5) {
  left: 5px;
  top: 10px;
}

#menu-top #menu-open > .icon.out span:nth-child(6) {
  left: 13px;
  top: 10px;
}

/*
	 * LOGO CENTRALE MENU
	*/
#menu-top #logo {
  width: max-content;
  display: block;
  background: transparent; 
  position: relative;
  padding: 15px 0;
}
#menu-top #logo > div {
  display: block;
}

#menu-top #logo > div > a {
  display: table;
  margin: 0 auto;
}
#menu-top #logo > div > a > img {
  display: block;
  height: 51px;
}

#menu-top #logo > div > span {
  text-transform: uppercase;
  display: block;
  text-align: center;
  color: #333;
  padding: 10px 0 20px;
}

/*
	 * MENU DESTRA 
	*/
#menu-top ul {
  display: flex;
  align-items: center;
  width: max-content;
  list-style: none;
  padding: 25px 0;
  margin: 0;
  font-size: 0;
}
#menu-top ul > li {
  font-size: 14px;
  padding: 0 5px;
  text-transform: uppercase;
  min-width: 34px;
  text-align: center;
}

#menu-top ul > li > a {
  display: block;
  padding: 0 5px;
  color: #000;
}
/* MENU UTENTE */
#menu-top ul > li#menu-user {
  position: relative;
  padding: 5px 5px
}
#menu-top ul > li#menu-user:hover {
  background: #fff;
}
#menu-top ul > li#menu-user:hover #user {
  fill: #333;
}

#menu-top ul > li#menu-user:hover > ul {
  display: block;
}

#user {
  fill: #000;
}

#menu-top ul > li#menu-user > ul {
  display: none;
  position: absolute;
  width: 180px;
  right: -1px;
  background: #fff;
  padding: 22px 10px 10px;
  border: 1px solid #909090;
  border-top: 0;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.17);
}

#menu-top ul > li#menu-user > ul > li {
  padding: 3px 0;
  margin: 0 0;
  border-left: 0;
  border-top: 0px solid #ccc;
  text-transform: capitalize;
  width: 100%;
}
#menu-top ul > li#menu-user > ul > li:first-child {
  border-top: 0;
}

#menu-top ul > li#menu-user > ul > li:hover {
  background: #eee;
}

#menu-top ul > li#menu-user > ul > li > a {
  line-height: 26px;
  color: #333;
}

.user-name {
  color: #000;
  text-transform: capitalize!important;
}

.proforma-name {
  color: #000;
}

/* LINGUA */
#menu-top ul > li#lingua {
  position: relative;
}
#menu-top ul > li#lingua:hover > ul {
  display: block;
}

#menu-top ul > li#lingua > ul {
  display: none;
  position: absolute;
  background: #fff;
  padding: 5px;
}
#homepage #menu-top ul > li#lingua > ul {
  background: transparent;
}

#menu-top ul > li#lingua > ul > li {
  padding: 3px 0;
  margin: 3px 0;
  border: 0;
}
#menu-top ul > li#lingua > ul > li > a {
  line-height: 26px;
  color: #333;
  font-weight: bold;
}

#menu-top ul > li#lingua > a {
  line-height: 26px;
  min-width: 34px;
}

#menu-top ul > li > a > span {
  font-size: 40px;
}

#menu-top ul > li > a > span::after {
  content: "";
  clear: both;
}

/*
 * MENU CON LINK
*/
#menu {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  left: 0;
  background: #333;
  width: 100%;
  height: 100%;
  z-index: 99;
  overflow-y: auto;
}
#menu .close {
  position: absolute;
  top: 12px;
  right: 12px;
  color: #fff;
}
#menu .close > span {
  font-size: 260%;
}

#menu ul {
  position: relative;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);

  list-style: none;
  padding: 0;
  margin: auto 0;
  font-size: 0;
  text-align: center;
}
#menu ul > li {
  display: block;
  font-size: 14px;
  line-height: 50px;
  padding: 0 5px;
  margin: 0;
  color: #9f9f9f;
  opacity: 0;
  position: relative;
  top: -20px;
  -webkit-transition: 600ms ease-in-out;
  -moz-transition: 600ms ease-in-out;
  -o-transition: 600ms ease-in-out;
  transition: 600ms ease-in-out;
}
#menu ul > li:first-child {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

#menu ul > li:nth-child(2) {
  -webkit-transition: 600ms ease-in-out 50ms;
  -moz-transition: 600ms ease-in-out 50ms;
  -o-transition: 600ms ease-in-out 50ms;
  transition: 600ms ease-in-out 50ms;
}

#menu ul > li:nth-child(3) {
  -webkit-transition: 600ms ease-in-out 100ms;
  -moz-transition: 600ms ease-in-out 100ms;
  -o-transition: 600ms ease-in-out 100ms;
  transition: 600ms ease-in-out 100ms;
}

#menu ul > li:nth-child(4) {
  -webkit-transition: 600ms ease-in-out 150ms;
  -moz-transition: 600ms ease-in-out 150ms;
  -o-transition: 600ms ease-in-out 150ms;
  transition: 600ms ease-in-out 150ms;
}

#menu ul > li:nth-child(5) {
  -webkit-transition: 600ms ease-in-out 200ms;
  -moz-transition: 600ms ease-in-out 200ms;
  -o-transition: 600ms ease-in-out 200ms;
  transition: 600ms ease-in-out 200ms;
}

#menu ul > li:nth-child(6) {
  -webkit-transition: 600ms ease-in-out 250ms;
  -moz-transition: 600ms ease-in-out 250ms;
  -o-transition: 600ms ease-in-out 250ms;
  transition: 600ms ease-in-out 250ms;
}

#menu ul > li:nth-child(7) {
  -webkit-transition: 600ms ease-in-out 300ms;
  -moz-transition: 600ms ease-in-out 300ms;
  -o-transition: 600ms ease-in-out 300ms;
  transition: 600ms ease-in-out 300ms;
}

#menu ul > li:nth-child(8) {
  -webkit-transition: 600ms ease-in-out 350ms;
  -moz-transition: 600ms ease-in-out 350ms;
  -o-transition: 600ms ease-in-out 350ms;
  transition: 600ms ease-in-out 350ms;
}

#menu ul > li:nth-child(9) {
  -webkit-transition: 600ms ease-in-out 400ms;
  -moz-transition: 600ms ease-in-out 400ms;
  -o-transition: 600ms ease-in-out 400ms;
  transition: 600ms ease-in-out 400ms;
}

#menu ul > li > a {
  display: block;
  text-align: center;
  padding: 0 10px;
  position: relative;
  color: #ccc;
  text-transform: uppercase;
}
#menu ul > li > a:hover {
  color: #fff;
}

#menu ul > li > a.toggle-sub + ul {
  display: none;
  border-bottom: 0;
  margin: 0 15px;
}

#menu ul > li > a.toggle-sub > i {
  position: absolute;
  right: 20px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#menu.out ul > li {
  opacity: 1;
  top: 0;
}

#menu .lang {
  position: absolute;
  top: initial;
  bottom: 20px;
}
#menu .lang > li {
  display: inline-block;
}
#menu .lang > li > a.current {
  color: #fff;
}

/*
 * MENU CARRELLO CART
*/
#menu-cart {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 10;
}
#menu-cart > a {
  position: relative;
  display: block;
  padding: 21px 25px;
  text-align: center;
  color: #333;
  background: #000;
  -webkit-box-shadow: 2px 5px 7px 0px rgba(0,0,0,0.36); 
  box-shadow: 2px 5px 7px 0px rgba(0,0,0,0.36);
}
#menu-cart > a > i {
  font-size: 50px;
}

#menu-cart > a:hover {
  background: #999;
}

#menu-cart img {
  width: 30px; 
}

#menu-cart > a > .info {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #e89b38;
  color: #fff;
  font-size: 20px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* -------------------------------------------- */
/* ----------------Navigation------------------ */

/* -------------------------------------------- */
/* ---------------- Content ------------------- */

/* -------------------------------------------- */
/* ------------------Empty--------------------- */
#empty,
#empty > body,
#empty > body > main,
#empty .center {
  height: 100%;
  padding: 0;
}

#empty,
#empty > body {
  background: #333;
}

#empty > body > main > section {
  margin: 0;
}

#empty > body > footer {
  padding: 0;
}

/* *****************
CONTENUTO GENERALE
***************** */
#empty main > .center > .vcenter {
  padding: 20px;
  text-align: center;
}

#empty main > .center > .vcenter > #logo {
  display: table;
  margin: 0 auto 20px;
}
#empty main > .center > .vcenter > #logo > img {
  display: block;
}

#empty main > .center > .vcenter > .text {
  color: #fff;
  margin: 20px 0;
  line-height: 1.6;
}
#empty main > .center > .vcenter > .text > a {
  color: #fff;
}

/* *****************
FORM GENERALE
***************** */
#empty .custom {
  padding: 0;
  margin: 0 20px;
  max-width: 300px;
  min-width: 260px;
}
#empty .custom p {
  margin: 10px 0;
  line-height: 1.4;
}

#empty .custom a {
  color: #999;
}

#empty .custom label {
  display: table;
  margin: 0 0 10px 0;
  color: #000;
}
#empty .custom input[type="checkbox"] + label {
  display: inline-block;
  margin: 0;
  color: #fff;
  line-height: 20px;
  padding-left: 10px;
}

#empty .custom input[type="text"],
#empty .custom input[type="email"],
#empty .custom input[type="password"] {
  display: block;
  max-width: 280px;
  width: 100%;
  margin: 10px auto;
  padding: 10px 18px;
  border: 0;
  border-bottom: 1px solid #fff;
  background: transparent;
  color: #fff;
  text-transform: capitalize;

}

#empty .custom input::placeholder{
  color: #fff;
}




#empty .custom input[type="submit"] {
  padding: 0 50px;
  margin: 20px auto 20px;
  display: table;
  border: 1px solid #e89736;
  background: #e89736;
  color: #fff;
  background: #e89736;
  height: 45px;
  text-align: center;
  line-height: 45px;
  text-transform: capitalize;

  -webkit-border-radius: 45px;
  border-radius: 45px;
}
#empty .custom input[type="submit"]:hover {
  background: transparent;
}

#empty .custom hr {
  border: 0;
  border-top: 1px solid #fff;
  margin: 20px 0;
}

#empty .custom .aligncenter > a {
  font-size: 12px;
  color: #fff;
  display: table;
  margin: 15px auto 15px;
  font-style: italic;
  padding: 0 20px;
}
#empty .custom .aligncenter > a > img {
  display: block;
  max-width: 100%;
}

#empty .custom .aligncenter > a.gray {
  color: #fff;
}

#empty .custom.register {
  max-width: 600px;
  padding: 80px 0 20px 0;
}
#empty .custom.register input[type="text"],
#empty .custom.register input[type="email"],
#empty .custom.register input[type="password"] {
}

#empty .custom.register .input-field {
  padding: 0 10px;
}

#empty .custom.register .form-block {
  padding: 20px;
  margin: 10px 10px;
  border: 0;
  background: #555;
  color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#empty .custom.register .form-block > p {
  padding: 0;
  overflow-y: scroll;
  max-height: 150px;
  min-height: 150px;
  font-size: 12px;
  line-height: 1.8;
}

#empty .custom.register .form-block > div {
  padding: 0;
  font-size: 12px;
  line-height: 1.8;
}
#empty .custom.register .form-block > div > span {
  display: block;
  text-align: center;
}

#empty .custom.register .form-block .title {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-weight: bold;
  padding-bottom: 10px;
}

#empty .custom.register .captcha {
  padding: 20px 0 10px;
  margin: 0;
  text-align: center;
}
#empty .custom.register .captcha .g-recaptcha {
  display: inline-block;
  -moz-transform: scale(0.75);
  -webkit-transform: scale(0.75);
  -o-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}

/*
 * PAGINA LOGIN
*/
#login {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #000;
}

.register {
  height: auto!important;
  min-height: 100%;
  background: #000!important;
}

#login > .top {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
}
#login > .top a {
  float: left;
  display: block;
  color: #fff;
  line-height: 30px;
  margin: 10px 0;
}
#login > .top a > i {
  font-size: 20px;
  float: left;
  padding: 4px 5px 0 0;
}

#login #lingua {
  padding: 0;
  float: right;
  list-style: none;
}
#login #lingua > li {
  position: relative;
}
#login #lingua > li:hover > ul {
  display: block;
}

#login #lingua > li > ul {
  display: none;
  position: absolute;
  background: transparent;
  list-style: none;
}
#login #lingua > li > ul > li {
  padding: 3px 0;
  margin: 3px 0;
}
#login #lingua > li > ul > li > a {
  line-height: 26px;
  padding: 10px 5px;
  min-width: 34px;
}

#login #lingua > li > a {
  float: none;
  display: block;
  padding: 10px 5px;
  margin: 0;
  color: #fff;
  line-height: 26px;
  min-width: 34px;
}

/* INPUT LOGIN */

.input-login{
  position: relative;
  display: flex;
  align-items: center;
}

.input-login div{
  position: absolute;
    right: 0;
}

.input-login div{
  padding: 7px 18px;
}

.input-login i {
  font-size: 23px;
}

#visibility{
  cursor: pointer;
}

/*
 * PRIVAT HOMEPAGE
*/
.block-title {
  display: table;
  margin: 100px auto 5px;
  text-align: center;
  font-size: 20px;
}
.block-title h2 {
  padding-bottom: 10px;
}

/*
 * CATEGORIE
*/
#product-list {
  padding: 61px;
  padding-top: 106px;
  background: #cbcbcb;
}
#product-list .item {
  position: relative;
}

#product-list .item > a {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 1.1rem 1.1rem;
}
#product-list .item > a > .new {
  width: auto;
  position: absolute;
  left: 20px;
  top: 0;
  z-index: 2;
}

#product-list .item > a > .img {
  height: 300px;
  position: relative;
      background: #fff;
      display: flex;
        align-items: center;
        justify-content: center;
}
#product-list .item > a > .img > img {
  display: block;
  width: 350px;
    height: auto;
      
}

#product-list .item > a > .cont {
  position: relative;
  background: #333;
  color: #fff;
  padding: 1rem 2rem;
  width: 100%;
  z-index: 235px;
}
#product-list .item > a > .cont > span,
#product-list .item > a > .cont > .code {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 10px;
  min-height: 70px;
  line-height: 1.4;
}

.cont p {
  color: #aaa ;
}

.cont .dimension b {
  color: #e89b38;
  font-size: 16px;
}

.cont .dimension {
  color: #fff;
}

.t-m {
  margin-top: 10px!important;
}

#product-list .item > a > .cont > strong {
  display: block;
  height: 33px;
}

#product-list .item > a > .cont > .price {
  display: block;
  color: #aaa;
  font-weight: bold;
  font-size: 100%;
}

#product-list .item > .add-favorite {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  color: #aaa;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 48px;
  font-size: 140%;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}

 .spessore-item {
   position: absolute;
   bottom: 20px;
   left: 20px;
  display: block;
  background: #000;
  color: #fff;
  height: 45px;
  width: 45px;
  text-align: center;
  font-size: 100%;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}

.spessore-item p {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
}

#product-list .item > .add-favorite > span {
  line-height: 42px;
  font-size: 40px;
}

#product-list .item > .add-favorite:hover,
#product-list .item > .add-favorite:before:hover  {
  background-color:  #e89b38;
  color: #fff;
}

#product-list .item > .add-favorite:before {
   font-family: "Material Icons";
   content: "\e145";
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   width:100px;
   color: #333;
   font-size: 40px;
}

#product-list .item > .active:before {
  background-color:  #e89b38;
    font-family: "Material Icons";
    content: "\e15b";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width:100px;
    color: #fff;
}

.errore-sconto {
  color: red;
  text-align: left;
  font-weight: bold;
}

/*
 * FILTRI CATEGORIE
*/
#filtri {
  position: fixed;
  visibility: hidden;
  top: -100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 1);
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  width: 100%;
  max-height: 100%;
  z-index: 11;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 40px;
}
#filtri > form > h4 {
  color: #fff;
  font-size: 160%;
  float: left;
  margin: 0;
}

#filtri > form > #reset {
  float: right;
  font-size: 80%;
  color: #ccc;
  margin-top: 7px;
}

#filtri > form  h5 {
  font-size: 120%;
  color: #ccc;
  margin: 0 0 10px 0;
}

#filtri > form > ul {
  list-style: none;
  text-align: left;
  color: #fff;
}
#filtri > form > ul > li {
  display: block;
  padding: 3px 0;
}
#filtri > form > ul > li > input {
  margin-right: 10px;
  height: 17px;
  float: left;
}

#filtri > form > ul > li > label > span {
  font-size: 80%;
  color: #ccc;
}

#filtri > form select {
  width: 100%;
}

#filtri > form .chosen-container {
  width: 100% !important;
}
#filtri > form .chosen-single {
  background: #fff;
  border-radius: 0;
  border-color: #777;
  box-shadow: none;
}

.out-filtri #filtri {
  top: 125px;
  visibility: visible;
}
.out-filtri #filtri-open > a > i {
  display: none;
}
.out-filtri #filtri-open > a > span {
  display: inline-block;
}

.filtri-separatore {
  display: block;
  clear: both;
  height: 1px;
  background: #777;
  margin: 15px 0;
}

.scroller-status {
  margin: 0 auto;
  width: 300px;
  text-align: center;
}
.scroller-status .infinite-scroll-request img {
  max-width: 120px;
  width: 100%;
}

#scroll-top {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;

  width: 45px;
  height: 45px;
  text-align: center;
  background: #e89b38;
  color: #fff;
  z-index: 9;
}
#scroll-top > span {
  font-size: 300%;
  line-height: 45px;
}

#loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;

  background: rgba(200, 200, 200, 0.8);
}
#loading > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  margin-left: -60px -60px 0 0;
}

/*
 * PAGINATION
*/
.pagination {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.pagination > li {
  display: inline-block;
  margin: 5px 5px;
}
.pagination > li > a,
.pagination > li > span {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #ddd;
}
.pagination > li > a:hover {
  background: #e89b38;
}

.pagination > li.disabled > span {
  background: #aaa;
}

.pagination > li.active > span {
  background: #e89b38;
}

.pagination > li:first-child {
  float: left;
}
.pagination > li:last-child {
  float: right;
}

/*
 * PAGINA CARRELLO
*/
#cart-list {
  padding: 20px;
}

#cart-list > .container > ul > li {
  margin-top: 30px;
  background: #fff;
}

#cart-list > .container > ul h3 {
  background: #323136;
  color: #fff;
  padding: 10px;
  font-size: 120%;
  line-height: 1.6;
}

#cart-list > .container > ul > .row > .col-sm-2 > a {
  display: block;
  padding: 0;
}
#cart-list > .container > ul > .row > .col-sm-2 > a > img {
  display: block;
  width: 100%;
}

#cart-list > .container > ul .col-sm-10 {
  background: #ddd;
  text-align: left;
}
#cart-list > .container > ul .col-sm-10 > .first {
  display: none;
  background: #aaa;
}

#cart-list > .container > ul .col-sm-10 > .row {
  padding: 5px 8px;
}
#cart-list > .container > ul .col-sm-10 > .row.updating {
  opacity: 0.5;
}

#cart-list > .container > ul .col-sm-10 > .row > div {
  height: 32px;
  line-height: 32px;
}

#cart-list > .container > ul .col-sm-10 > .row .info {
  display: inline-block;
  margin-right: 10px;
  text-transform: capitalize;
  color: #333;
  min-width: 120px;
  float: left;
  height: 100%;
  text-align: left;
  font-weight: bold;
}

#cart-list > .container > ul .col-sm-10 > .row > div {
  text-align: right;
}

#cart-list > .container > ul .col-sm-10 > .row .price > p {
  display: inline-block;
}

#cart-list > .container > ul .col-sm-10 > .row .price_tot > p {
  display: inline-block;
}

#cart-list > .container > ul .col-sm-10 > .row .quantity {
  position: relative;
}

#cart-list > .container > ul .col-sm-10 > .row .quantity > input {
  width: 50px;
  position: relative;
}

#cart-list > .container > ul .col-sm-10 > .row .edit_price > input,
 .edit_price_2 > input{
  width: 65px;
  position: relative;
}

#cart-list > .container > ul .col-sm-10 > .row .quantity.error > input {
  border: 1px solid #e89b38;
}

#cart-list > .container > ul .col-sm-10 > .row .quantity > label {
  display: none;
  position: absolute;
  top: 120%;
  left: 130px;
  right: 20px;
  background: #fff;
  padding: 3px;
  font-size: 80%;
  line-height: 1.2;
  border: 2px solid #e89b38;
  text-align: justify;
  z-index: 2;
}
#cart-list > .container > ul .col-sm-10 > .row .quantity.error > label {
  display: block;
}

#cart-list > .container > ul .col-sm-10 > .row .quantity > label::after,
#cart-list > .container > ul .col-sm-10 > .row .quantity > label::before {
  bottom: 100%;
  right: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

#cart-list > .container > ul .col-sm-10 > .row .quantity > label::after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 9px;
  margin-right: -9px;
}
#cart-list > .container > ul .col-sm-10 > .row .quantity > label::before {
  border-color: rgba(216, 0, 12, 0);
  border-bottom-color: #e89b38;
  border-width: 11px;
  margin-right: -11px;
}

#cart-list > .container > ul .col-sm-10 > .row .funzioni > a {
  display: inline-block;
}

#cart-list > .container > ul .col-sm-10 > .row .funzioni > a > i {
  font-size: 20px;
  line-height: inherit;
}
#cart-list > .container > ul .col-sm-10 > .row .funzioni > a > .tooltip {
  display: none;
}

#cart-list > .container > ul .col-sm-10 > .row .funzioni > .update {
  background: #a9dfa9;
  color: #2ab300;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  display: none;
  margin-left: 10px;
}

#cart-list > .container > ul .col-sm-10 > .row .funzioni > .remove {
  background: #fff;
  color: #e89b38;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
}

#cart-option {
  text-align: right;
  margin-top: 30px;
}
#cart-option::after {
  content: "";
  clear: both;
  display: block;
}

#cart-option > .button {
  display: inline-flex;
  text-transform: uppercase;
  padding: 13px 20px 13px 50px;
  line-height: 1;
  border: 1px solid #888;
  margin: 0;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff !important;
  background: #888 !important;
  border-color: #888 !important;
  cursor: pointer;
}
#cart-option > .button:first-child {
  margin-right: 0;
}

#cart-option > .button:hover {
  background-color: transparent !important;
  color: #888 !important;
}

#cart-option > .button > i {
  position: absolute;
  left: 10px;
  top: 50%;
  font-size: 160%;
  line-height: 0.8;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#cart-option > .button.button-update {
  display: none;
}

#cart-option > .button.progress {
  min-width: auto;
  padding: 13px 20px;
}
#cart-option > .button.progress > i {
  position: static;
  line-height: 1;

  -moz-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

#cart-option .button.activated {
  -webkit-animation: fadeOutText 0.5s;
  -moz-animation: fadeOutText 0.5s;
  animation: fadeOutText 0.5s;
}

#cart-option .button.progress > i {
  -webkit-animation: infinite-spinning 2s infinite;
  -moz-animation: infinite-spinning 2s infinite;
  animation: infinite-spinning 2s infinite;
}

@keyframes infinite-spinning {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#cart-info {
  margin-top: 30px;
  margin-bottom: 30px;
}
#cart-info > .container {
  background: #323136;
  color: #fff;
  padding: 10px 20px;
}
#cart-info > .container .col-xs-12 {
  padding: 0;
}
#cart-info > .container .col-xs-12:first-child {
  line-height: 30px;
}

/*#cart-info > .container #prezzo-totale {
				font-size: 180%;
				font-weight: bold;
				color: #e89b38;
			}*/

.edit-totale input,
#dimension {
  color: #000!important;
}

#cart-info > .container .col-xs-12 .send-order {
  overflow: hidden;
  display: inline-flex;
  text-transform: uppercase;
  padding: 13px 20px 13px 50px;
  line-height: 1;
  margin: 0;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;

  color: #fff;
  background: #e89b38;
  border: 1px solid #e89b38;
}
#cart-info > .container .col-xs-12 .send-order:hover {
  background: transparent;
  color: #e89b38;
}

#cart-info > .container .col-xs-12 .send-order > i {
  position: absolute;
  left: 10px;
  top: 50%;
  font-size: 160%;
  line-height: 0.8;

  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#cart-info > .container .col-xs-12 .send-order.progress {
  min-width: auto;
  padding: 7px 20px;
}
#cart-info > .container .col-xs-12 .send-order.progress > i {
  position: static;
  line-height: 1;

  -moz-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

#cart-info > .container .col-xs-12 .send-order.activated {
  -webkit-animation: fadeOutText 0.5s;
  -moz-animation: fadeOutText 0.5s;
  animation: fadeOutText 0.5s;
}

#cart-info > .container .col-xs-12 .send-order.activated > i {
  -webkit-animation: moveToRight 0.5s;
  -moz-animation: moveToRight 0.5s;
  animation: moveToRight 0.5s;
}

#cart-info > .container .col-xs-12 .send-order.progress > i {
  -webkit-animation: infinite-spinning 2s infinite;
  -moz-animation: infinite-spinning 2s infinite;
  animation: infinite-spinning 2s infinite;
}

@-webkit-keyframes fadeOutText {
  0% {
    color: transparent;
  }
  80% {
    color: transparent;
  }
  100% {
    color: #fff;
  }
}

@-moz-keyframes fadeOutText {
  0% {
    color: transparent;
  }
  80% {
    color: transparent;
  }
  100% {
    color: #fff;
  }
}

@keyframes fadeOutText {
  0% {
    color: transparent;
  }
  80% {
    color: transparent;
  }
  100% {
    color: #fff;
  }
}

@-webkit-keyframes moveToRight {
  80% {
    -moz-transform: translateX(800%) translateY(-50%);
    -webkit-transform: translateX(800%) translateY(-50%);
    -o-transform: translateX(800%) translateY(-50%);
    -ms-transform: translateX(800%) translateY(-50%);
    transform: translateX(800%) translateY(-50%);
  }
  81% {
    opacity: 1;
    -moz-transform: translateX(800%) translateY(-50%);
    -webkit-transform: translateX(800%) translateY(-50%);
    -o-transform: translateX(800%) translateY(-50%);
    -ms-transform: translateX(800%) translateY(-50%);
    transform: translateX(800%) translateY(-50%);
  }
  82% {
    opacity: 0;
    -moz-transform: translateX(800%) translateY(-50%);
    -webkit-transform: translateX(800%) translateY(-50%);
    -o-transform: translateX(800%) translateY(-50%);
    -ms-transform: translateX(800%) translateY(-50%);
    transform: translateX(800%) translateY(-50%);
  }
  83% {
    opacity: 0;
    -moz-transform: translateX(-80%) translateY(-50%);
    -webkit-transform: translateX(-80%) translateY(-50%);
    -o-transform: translateX(-80%) translateY(-50%);
    -ms-transform: translateX(-80%) translateY(-50%);
    transform: translateX(-80%) translateY(-50%);
  }
  84% {
    opacity: 1;
    -moz-transform: translateX(-80%) translateY(-50%);
    -webkit-transform: translateX(-80%) translateY(-50%);
    -o-transform: translateX(-80%) translateY(-50%);
    -ms-transform: translateX(-80%) translateY(-50%);
    transform: translateX(-80%) translateY(-50%);
  }
  100% {
    -moz-transform: translateX(-10%) translateY(-50%);
    -webkit-transform: translateX(-10%) translateY(-50%);
    -o-transform: translateX(-10%) translateY(-50%);
    -ms-transform: translateX(-10%) translateY(-50%);
    transform: translateX(-10%) translateY(-50%);
  }
}

@-moz-keyframes moveToRight {
  80% {
    -moz-transform: translateX(800%) translateY(-50%);
    -webkit-transform: translateX(800%) translateY(-50%);
    -o-transform: translateX(800%) translateY(-50%);
    -ms-transform: translateX(800%) translateY(-50%);
    transform: translateX(800%) translateY(-50%);
  }
  81% {
    opacity: 1;
    -moz-transform: translateX(800%) translateY(-50%);
    -webkit-transform: translateX(800%) translateY(-50%);
    -o-transform: translateX(800%) translateY(-50%);
    -ms-transform: translateX(800%) translateY(-50%);
    transform: translateX(800%) translateY(-50%);
  }
  82% {
    opacity: 0;
    -moz-transform: translateX(800%) translateY(-50%);
    -webkit-transform: translateX(800%) translateY(-50%);
    -o-transform: translateX(800%) translateY(-50%);
    -ms-transform: translateX(800%) translateY(-50%);
    transform: translateX(800%) translateY(-50%);
  }
  83% {
    opacity: 0;
    -moz-transform: translateX(-80%) translateY(-50%);
    -webkit-transform: translateX(-80%) translateY(-50%);
    -o-transform: translateX(-80%) translateY(-50%);
    -ms-transform: translateX(-80%) translateY(-50%);
    transform: translateX(-80%) translateY(-50%);
  }
  84% {
    opacity: 1;
    -moz-transform: translateX(-80%) translateY(-50%);
    -webkit-transform: translateX(-80%) translateY(-50%);
    -o-transform: translateX(-80%) translateY(-50%);
    -ms-transform: translateX(-80%) translateY(-50%);
    transform: translateX(-80%) translateY(-50%);
  }
  100% {
    -moz-transform: translateX(-10%) translateY(-50%);
    -webkit-transform: translateX(-10%) translateY(-50%);
    -o-transform: translateX(-10%) translateY(-50%);
    -ms-transform: translateX(-10%) translateY(-50%);
    transform: translateX(-10%) translateY(-50%);
  }
}

@keyframes moveToRight {
  80% {
    -moz-transform: translateX(800%) translateY(-50%);
    -webkit-transform: translateX(800%) translateY(-50%);
    -o-transform: translateX(800%) translateY(-50%);
    -ms-transform: translateX(800%) translateY(-50%);
    transform: translateX(800%) translateY(-50%);
  }
  81% {
    opacity: 1;
    -moz-transform: translateX(800%) translateY(-50%);
    -webkit-transform: translateX(800%) translateY(-50%);
    -o-transform: translateX(800%) translateY(-50%);
    -ms-transform: translateX(800%) translateY(-50%);
    transform: translateX(800%) translateY(-50%);
  }
  82% {
    opacity: 0;
    -moz-transform: translateX(800%) translateY(-50%);
    -webkit-transform: translateX(800%) translateY(-50%);
    -o-transform: translateX(800%) translateY(-50%);
    -ms-transform: translateX(800%) translateY(-50%);
    transform: translateX(800%) translateY(-50%);
  }
  83% {
    opacity: 0;
    -moz-transform: translateX(-80%) translateY(-50%);
    -webkit-transform: translateX(-80%) translateY(-50%);
    -o-transform: translateX(-80%) translateY(-50%);
    -ms-transform: translateX(-80%) translateY(-50%);
    transform: translateX(-80%) translateY(-50%);
  }
  84% {
    opacity: 1;
    -moz-transform: translateX(-80%) translateY(-50%);
    -webkit-transform: translateX(-80%) translateY(-50%);
    -o-transform: translateX(-80%) translateY(-50%);
    -ms-transform: translateX(-80%) translateY(-50%);
    transform: translateX(-80%) translateY(-50%);
  }
  100% {
    -moz-transform: translateX(-10%) translateY(-50%);
    -webkit-transform: translateX(-10%) translateY(-50%);
    -o-transform: translateX(-10%) translateY(-50%);
    -ms-transform: translateX(-10%) translateY(-50%);
    transform: translateX(-10%) translateY(-50%);
  }
}

#cart-info > .container .status {
  line-height: 4;
  padding: 10px 40px;
  display: table;
  margin-left: auto;
}
#cart-info > .container .status.status-0 {
  background: #bbb;
  color: #333;
}
#cart-info > .container .status.status-1 {
  background: #c9ffba;
  color: #29d800;
}
#cart-info > .container .status.status-2 {
  background: #fffdba;
  color: #d8b200;
}
#cart-info > .container .status.status-3 {
  background: #ffbaba;
  color: #d8000c;
}

/*
	 * EFFETTO BOTTONI 
	*/
#cart-list .button {
}

/*
 * PAGINA STORICO ORDINI
*/
#order-date {
  padding: 0 20px;
}
#order-date > form {
  text-align: center;
}
#order-date > form > select {
  display: table;
  margin: 10px auto 0;
}

#order-list {
}
#order-list > .container > ul {
  list-style: none;
}
#order-list > .container > ul h4 {
  text-align: center;
  font-size: 180%;
  margin: 30px 0 20px;
}

#order-list > .container > ul > li {
  margin-top: 20px;
}
#order-list > .container > ul > li > ul > li {
  background: #fff;
  margin: 20px 20px;
}
#order-list > .container > ul > li > ul > li .header > a {
  display: block;
  background: #333;
  color: #fff;
  padding: 10px;
  font-size: 120%;
}

#order-list > .container > ul > li > ul > li a.button {
  overflow: hidden;
  display: table;
  text-transform: uppercase;
  margin: 0 auto 0;
  padding: 15px 10px;
  line-height: 1;
  border: 1px solid #e89b38;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 12px;
  width: 130px;
  text-align: center;
  color: #fff;
  background: #e89b38;
  border-color: #e89b38;
}

#modal-save-favourite {
  /* z-index: -1; */
}

#modal-save-favourite .button:hover {
  background: transparent;
  color: #e89b38;
}

#order-list > .container > ul > li > ul > li .col-sm-2 {
  position: relative;
}

#order-list > .container > ul > li > ul > li .status {
  padding: 40px;
  height: 100%;
  width: 100%;
  justify-content: space-around;
  line-height: 1;
  display: flex;
  align-items: center;
}
#order-list > .container > ul > li > ul > li .status.status-0 {
  background: #bbb;
  color: #333;
}
#order-list > .container > ul > li > ul > li .status.status-1 {
  background: #c9ffba;
  color: #29d800;
}
#order-list > .container > ul > li > ul > li .status.status-2 {
  background: #fffdba;
  color: #d8b200;
}
#order-list > .container > ul > li > ul > li .status.status-3 {
  background: #ffbaba;
  color: #d8000c;
}

#order-list > .container > ul > li > ul > li .col-sm-10 .col-sm {
  padding: 5px 15px;
  text-align: center;
  line-height: 1.3;
}

.button-order {
    display: flex;
    
    flex-wrap: wrap;
}

/* pulsanti breadcrumb */

.go-back {
  background: #e89b38;
  margin: 0 auto;
  width: max-content;
  padding: 10px 25px;
  border-radius: 3px;
  font-size: 14px;
  text-transform: capitalize;
}

.breadcumb {
  text-transform: uppercase;
  padding: 10px 25px;
  line-height: 1;
  outline: none;
  border-radius: 2px;
  position: relative;
  width: max-content;
  margin: 10px auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  background: #e89b38;
  box-shadow: 1px 4px 5px -2px rgba(0,0,0,0.37);
-webkit-box-shadow: 1px 4px 5px -2px rgba(0,0,0,0.37);
-moz-box-shadow: 1px 4px 5px -2px rgba(0,0,0,0.37);

}


.breadcumb a {
  color: #fff;
  font-size: 15px;
}

/*
 * PAGINA STORICO FAVORITI
*/
#favourites-saved {
  margin: 0px 0;
  padding: 0 40px 0px 40px
}
#favourites-saved .item {
  background: #323136;
  color: #ccc;
  padding: 30px;
  margin: 10px;
  text-align: center;
}
#favourites-saved .item > .separatore {
  width: 100%;
  margin: 20px 0;
  height: 1px;
  background: #aaa;
}

#favourites-saved .item > .date {
  color: #ccc;
  margin-top: 5px;
}

#favourites-saved .item .title {
  font-weight: bold;
  font-size: 20px;
  color: #e89b38;
}

#favourites-saved .item .buttons {
  margin-top: 20px;
}
#favourites-saved .item .buttons > a {
  display: inline-block;
  margin: 4px;
  background: #e89b38;
  color: #fff;
  border: 1px solid #e89b38;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 44px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  cursor: pointer;
}
#favourites-saved .item .buttons > a > span {
  font-size: 21px;
}

#favourites-saved .item .buttons > a:hover {
  background: transparent;
  color: #e89b38;
}

#favourites-button {
}
#favourites-button .button {
  overflow: hidden;
  display: inline-flex;
  text-transform: uppercase;
  margin: 20px 0;
  padding: 13px 15px 13px 40px;
  line-height: 1;
  border: 1px solid #e89b38;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;

  color: #fff;
  background: #e89b38;
  border-color: #e89b38;
}
#favourites-button .button > i,
#favourites-button .button > span {
  position: absolute;
  left: 10px;
  top: 50%;
  font-size: 160%;
  line-height: 0.8;

  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#favourites-button .button:hover {
  background: #fff;
  color: #e89b38;
}

.btn-confermare {
  background: #ffdfb8!important;
  cursor: default!important;
}

/*
 * PROFILE
*/
#profile-form {
  padding: 0 20px;
}
#profile-form form input[type="text"],
#profile-form form input[type="password"],
#profile-form form select {
  display: block;
  width: 100%;
  padding: 15px 10px;
  margin: 10px auto;
  font-size: 18px;
  border: 0;
  background: #fff;
  color: #333;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#profile-form form input::placeholder {
  text-transform: capitalize;
}

#profile-form form textarea {
  display: block;
  width: 100%;
  padding: 10px 20px;
  max-width: 1060px;
  margin: 10px auto;
  border: 0;
  background: #fff;
  color: #333;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#profile-form form input[type="submit"] {
  padding: 0 30px;
  margin: 20px auto 40px;
  display: table;
  border: 1px solid #e89b38;
  background: #e89b38;
  color: #fff;
  background: #e89b38;
  height: 45px;
  text-align: center;
  line-height: 45px;
  text-transform: capitalize;
  -webkit-border-radius: 45px;
  border-radius: 45px;
}
#profile-form form input[type="submit"]:hover {
  background: #fff;
  color: #e89b38;
}

#profile-form #delete-user {
  margin-top: 40px;
}

#profile-form .input-field {
  padding: 15px 10px;
}
#profile-form .input-field label {
  font-size: 20px;
}

.button-profile {
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-icon {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 70px;
  color: #e89b38;
}

.block-title p {
  line-height: 1.2;
}
/*
 * PRODUCT SEARCH
*/
#search-form  {
  color: #000;
}
#search-form label {
  float: left;
}

#search-form input {
  width: 0;
  border: 0;
  padding: 0px!important;
  -webkit-transition: width 600ms ease;
  -moz-transition: width 600ms ease;
  -ms-transition: width 600ms ease;
  -o-transition: width 600ms ease;
  transition: width 600ms ease;
  color: #333;
}

#search-form input.open {
  width: 150px;
  border: 1px solid #666;
}

#search {
  padding: 5rem 0;
}

#search > .center-xs h3 {
  font-size: 160%;
  margin: 0 0 1rem;
  line-height: 1;
}

#search > .center-xs div {
  font-weight: bold;
  color: #666;
  font-size: 120%;
}

/*
 * PRODUCT IFRAME
*/
#product-iframe img {
  background-color: #fff;
}

#product-iframe {
  overflow-y: hidden;
}
#product-iframe .col-xs-12 {
  padding: 0 0 20px;
}

#product-iframe .code {
  display: block;
  color: #999;
  font-size: 120%;
  margin-bottom: 10px;
}

#product-iframe h2 {
  color: #fff;
}

#product-iframe .separatore {
  width: 30px;
  height: 1px;
  margin: 10px 0;
  background: #666;
}

#product-iframe .price {
  display: block;
  color: #aaa;
  font-weight: bold;
  font-size: 100%;
}

#product-iframe .img {
  position: relative;
  margin-top: 20px;
}
#product-iframe .img > img {
  display: block;
  width: 100%;
}

#product-iframe .img > .add-favorite {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  color: #aaa;
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 140%;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}
#product-iframe .img > .add-favorite > span {
  line-height: 42px;
}

#product-iframe .img > .add-favorite.active {
  color: #e89b38;
}

#product-iframe #product-dots {
  margin-top: 0.5rem;
}
#product-iframe #product-dots .item > img {
  display: table;
  cursor: pointer;
}

#product-iframe ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 100%;
}
#product-iframe ul > li {
  display: block;
  margin: 0 0 15px;
  color: #999;
}
#product-iframe ul > li > strong {
  color: #fff;
  font-weight: normal;
}

#product-iframe .options {
  display: table;
  margin: 20px auto 0;
}
#product-iframe .options::after {
  content: "";
  clear: both;
  display: inline-block;
}

#product-iframe .options > .option {
  display: block;
  float: left;
  position: relative;
  background: #fff;
  color: #aaa;
  padding: 10px;
  margin: 10px 8px;
  text-align: center;
  font-size: 140%;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
#product-iframe .options > .option > img {
  display: inline-block;
  height: 30px;
  width: 30px;
}

#product-iframe .options > .option.no::after {
  content: "close";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: #e89b38;

  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 50px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: "liga";
}

/*
 * AGGIUNGI FAVORITI
*/
#addToFavorite {
}
#addToFavorite .material-icons {
  color: #e89b38;
  font-size: 300%;
}

#addToFavorite h2 {
  margin: 30px 0 20px;
  color: #fff;
}
#addToFavorite h2 span {
  color: #777;
}

#addToFavorite h2 span::after {
  content: "";
  color: #fff;
  position: relative;
  top: -2px;
}

#addToFavorite .separatore {
  width: 100%;
  max-width: 600px;
  height: 1px;
  margin: 10px auto;
  background: #666;
}

#addToFavorite .price {
  margin: 20px auto 0;
  font-size: 130%;
  color: #ccc;
}

#addToFavorite .dimension {
  margin: 20px auto 30px;
  font-size: 120%;
}
#addToFavorite .dimension > label {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  color: #999;
}

#addToFavorite .dimension > select {
  color: #333;
  width: 200px;
  display: block;
  margin: 0 auto;
  border: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#addToFavorite .totale {
  margin: 30px auto;
  font-size: 140%;
}
#addToFavorite .totale > .small {
  font-size: 80%;
  color: #ccc;
}

#addToFavorite .button {
  display: inline-block;
  margin: 30px 10px 0;
  background: #666;
  color: #fff;
  border: 0;
  padding: 0 30px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  -webkit-border-radius: 45px;
  border-radius: 45px;
  text-transform: capitalize;
  cursor: pointer;
}
#addToFavorite input[type="submit"].button {
  background: #e89b38;
}

#addToFavorite .button.hidden {
  display: none;
}

.sconto {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pulsante-sconto, .pulsante-sconto-2 {
  margin: 10px;
  padding: 10px 15px;
  border-radius: 7px;
  background: #e89b38;
  cursor: pointer;
}

/* #Footer
================================================== */

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

.bg-footer{
  background: #000;
 
}

.dark-back {
  background: #323136;
}
.grey-back {
  background: #f1f1f1;
}
.grey-bac-dark {
  background: #aaa;
}
.footer-boxed {
  max-width: 1400px;
  margin: 0 auto;
}

.footer-line {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 300px;
  opacity: 0.4;
}

.footer-img {
  position: relative;
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 100%;
}
.footer-img img {
  width: 160px;
  height: auto;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.footer-img.float-left img {
  float: left;
}
.social-footer.float-right{ 
	float:right;
}


.social-footer{ 
	position:relative;
	text-align:center;
	margin:0 auto;
	display:block;
}
.list-social {
	padding: 40px 0;
}
.list-social li {
    padding:0; 
    list-style: none;
	text-align:center; 
	width:40px;
	height:40px;
    display: inline-block;
	border-radius:50%;
  background-color: #333;
  border: 1px solid #333;
	cursor:pointer;
	margin-left:7px;
	margin-right:7px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}

.list-social li.icon-soc a {
	font-family: 'FontAwesome';
	font-size: 18px;
	line-height: 40px;
	width:40px;
	color:#fff;
	opacity:1;
	margin:0;
	padding:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.list-social li:hover{
  background-color: #fff;
}
.list-social li:hover.icon-soc a{
  color:#999;
}

.social-footer.dark-footer .list-social li{ 
	border:1px solid #fff;
}
.social-footer.dark-footer .list-social li.icon-soc a{ 
	color: #fff;
}

.footer-copy-text {
  position: relative;
  width: 100%;
}
.footer-copy-text p {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
 
  text-align: center;
  color: #777;
}
.footer-copy-text.dark-footer p {
  color: #777;
}
.footer-copy-text a {
  color:#777;
}

.footer-copy-text a:hover {
  color: #e89b38;
}

.footer-copy-text-02 p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #323136;
}
.footer-copy-text-02.dark-footer p {
  color: #323136;
}
.footer-copy-text-02 a {
  color: #323136;
}

.separatore {
    width: 80px;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    background: #999;
    display: table;
    margin: 20px auto;
}

/* *****************
BUTTON MORE
***************** */
.button-more {
  display: table;
  margin: 30px auto 0;
  color: inherit;
  background: transparent;
  padding: 15px 30px;
  border: 0;

  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
}
.button-more:hover {
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.4);
}

/* *****************
MESSAGGI SUCCESS O ERROR
***************** */
#message {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
#message > div {
  cursor: pointer;
  border: 1px solid;
  padding: 15px 25px;
  text-align: center;
  opacity: 0;
  width: 0;
  visibility: hidden;

  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);

  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

#message > div.show {
  visibility: visible;
  opacity: 1;
  width: 100%;
  max-width: 300px;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#message > div.hide {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

#message > div.hide.hide-left {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

#message > .message-success {
  background: #c9ffba;
  color: #29d800;
}

#message > .message-alert {
  background: #fffdba;
  color: #d8b200;
}

#message > .message-error {
  background: #e89b38;
  color: #e89b38;
}

/*
 * ERRORI
*/
.errors, .alert-danger {
  border: 1px solid;
  color: #d8000c;
  background-color: #ffbaba;
  font-size: 110%;
  padding: 20px;
  text-align: center;
  margin: 0 20px 20px;
  list-style: none;
}

.alert-danger {
  border: 1px solid;
  color: #d8000c;
  background-color: #ffbaba;
  font-size: 110%;
  padding: 20px;
  text-align: center;
  width: max-content;
  margin: 0 auto 20px;
}

.alert-danger > ul {
  list-style: none!important;

}

.errors > li {
  margin-top: 20px;
}
.errors > li:first-child {
  margin-top: 0;
}

.errors > li > a {
  color: inherit;
  font-weight: 700;
}

/*
 * SUCCESSO
*/
.success {
  border: 1px solid;
  color: #2ab300;
  background-color: #a9dfa9;
  font-size: 110%;
  padding: 20px;
  text-align: center;
  margin: 0 20px 20px;
  list-style: none;
  font-weight: 700;
}
.errors > li {
  margin-top: 20px;
}
.errors > li:first-child {
  margin-top: 0;
}

.errors > li > a {
  color: inherit;
}

/* *****************
MODALE FULLSCREEN
***************** */
.fullscreen-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;

  visibility: hidden;
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.fullscreen-modal > .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(254, 254, 254, 0.95);
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fullscreen-modal > .close-modal {
  width: 40px;
  height: 40px;
  font-size: 40px;
  position: absolute;
  right: 10px;
  top: 30px;
  overflow: hidden;
  border: none;
  color: #333;
  background: transparent;
  outline: none;
  z-index: 100;
}

.fullscreen-modal .confirm,
.fullscreen-modal .abort {
  color: #fff;
  padding: 10px 15px;
  font-size: 100%;
  line-height: 1.4;
  min-width: 140px;
  margin: 40px 10px 0 10px;

  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.fullscreen-modal .confirm {
  background: #e89b38;
  color: #fff;
  border: 1px solid #e89b38;
}
.fullscreen-modal .confirm:hover {
  background: transparent;
  color: #e89b38;
}

.fullscreen-modal .abort {
  background: #666;
  color: #fff;
  border: 1px solid #666;
}
.fullscreen-modal .abort:hover {
  background: transparent;
  color: #666;
}

/* LINGUA */
.fullscreen-modal > nav {
  text-align: center;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}

.fullscreen-modal > nav > h5 {
  font-size: 24px;
  margin-bottom: 30px;
}

.fullscreen-modal > nav > ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: table;
  position: relative;
  max-width: 610px;
  text-align: center;
}
.fullscreen-modal > nav > ul > li {
  display: inline-block;
  padding: 10px 0 0 0;
  margin: 0 10px;
  min-width: 180px;
}
.fullscreen-modal > nav > ul > li:first-child {
  padding-left: 0;
}

.fullscreen-modal > nav > ul > li > a {
  line-height: 40px;
  padding: 0 10px 5px;
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  border-bottom: 5px solid transparent;
}
.fullscreen-modal > nav > ul > li > a:hover,
.fullscreen-modal > nav > ul > li > a.current {
  border-bottom-color: #fff;
}

.fullscreen-modal > nav > ul > li > a > img {
  display: block;
  float: left;
  padding-top: 5px;
  padding-right: 20px;
}

.fullscreen-modal.open {
  visibility: visible;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.fullscreen-modal.animation {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}


/* CONDIVIDI */
#modal-share-email.fullscreen-modal > .container {
  top: 0;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  height: 100%;
  overflow: auto;
}

.fullscreen-modal > .container {
  background: #ddd;
  padding: 40px;
  max-width: 600px;
  text-align: center;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6);
}

.list-item-modal > .container{
     max-width: 1000px!important ;
}


.fullscreen-modal > .container > .block-title {
  margin: 0 auto 20px;
  padding-top: 0;
}

.fullscreen-modal > .container > form {
}
.fullscreen-modal > .container > form > .field {
  display: block;
  margin-bottom: 15px;
}
.fullscreen-modal > .container > form > .field > label {
  display: table;
  margin: 0 0 15px 0;
}

.fullscreen-modal > .container > form > .field > input {
  display: block;
  margin: 0;
  border: 1px solid #eee;
  background: #eee;
  color: #333;
  padding: 8px 16px;
}
.fullscreen-modal > .container > form > .field > input[type="text"] {
  width: 100%;
}

.fullscreen-modal > .container > form > .field > input[type="submit"] {
  display: table;
  border: 0;
  color: #fff;
}

.fullscreen-modal > .container > form > .field > textarea {
  display: table;
  margin: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 110px;
  min-height: 110px;
  padding: 8px 16px;
  border: 0;
  background: #eee;
  color: #333;
}

.fullscreen-modal > .container > form > p.field,
.fullscreen-modal > .container > form > p.privacy {
  font-size: 80%;
}

.fullscreen-modal > .container > form > .g-recaptcha {
  -moz-transform: scale(0.7) translateX(-45px);
  -webkit-transform: scale(0.7) translateX(-45px);
  -o-transform: scale(0.7) translateX(-45px);
  -ms-transform: scale(0.7) translateX(-45px);
  transform: scale(0.7) translateX(-45px);
}

.fullscreen-modal > .container > ul.social {
  list-style: none;
}

/* FINE CONDIVIDI */

/*
 *
*/
#modal-send-request .textarea {
}
#modal-send-request .textarea > label {
  display: table;
  margin: 30px 0 7px;
}

#modal-send-request .textarea > textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 80px;
  padding: 5px;
  line-height: 1.4;
  border: 0;
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#modal-send-request .privacy {
  margin-top: 20px;
  background: #aaa;
  padding: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: left;
  text-align: justify;
  color: #333;
  line-height: 12px;
}
#modal-send-request .privacy > span {
  display: table;
  margin: 0 0 5px;
}

#modal-send-request .privacy > div {
  font-size: 80%;
}

#modal-send-request .privacy > small {
  color: #444;
  display: table;
  margin: 5px 0 0;
}

/*
 * SALVA FAVORITI
*/
#modal-save-favourite {
}
#modal-save-favourite select {
  padding: 0.3rem 0.5rem;
  border: 0;
}

#modal-save-favourite input {
  padding: 0.3rem 0.5rem;
  border: 0;
}

#modal-save-favourite .button {
  overflow: hidden;
  display: table;
  text-transform: uppercase;
  margin: 1rem auto 0;
  padding: 13px 20px 13px 50px;
  line-height: 1;
  border: 1px solid #e89b38;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;

  color: #fff;
  background: #e89b38;
  border-color: #e89b38;
}
#modal-save-favourite .button > i,
#modal-save-favourite .button > span {
  position: absolute;
  left: 10px;
  top: 50%;
  font-size: 160%;
  line-height: 0.8;

  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#modal-save-favourite .button:hover {
  background: transparent;
  color: #e89b38;
}

/*
 * TOOLTIP
*/

[data-tooltip] {
  position: relative;
}
[data-tooltip] .tooltip {
  position: absolute;
  display: block;
  left: 50%;
  margin-top: 10px;
  top: -120%;
  min-width: 180px;
  color: #ffffff;
  background: #878787;
  /*height: 30px;
		line-height: 30px;*/
  text-align: center;
  visibility: hidden;
  font-size: 14px;
  line-height: 1.2;
  padding: 8px 0;
  opacity: 0;
  z-index: 20;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);

  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
[data-tooltip] .tooltip:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-top: 8px solid #878787;
  border-left: 8px solid transparent;
}

[data-tooltip]:hover .tooltip,
[data-tooltip].first-hover .tooltip {
  visibility: visible;
  opacity: 1;
}

/* POSIZIONE A DESTRA */
[data-tooltip] .tooltip.right {
  left: 160%;
  top: -2px;

  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
[data-tooltip] .tooltip.right:after {
  left: 0;
  bottom: auto;
  top: 50%;
  margin-left: -16px;

  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #878787;

  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* POSIZIONE A SINISTRA */
[data-tooltip] .tooltip.left {
  right: 145%;
  left: auto;
  top: 50%;
  margin-top: 0;

  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
[data-tooltip] .tooltip.left:after {
  right: 0;
  left: auto;
  bottom: auto;
  top: 50%;
  margin-right: -16px;

  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #878787;

  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

[data-tooltip] .tooltip.bottom {
  bottom: -120%;
  top: auto;
}
[data-tooltip] .tooltip.bottom:after {
  bottom: auto;
  top: -8px;

  border-right: 8px solid transparent;
  border-bottom: 8px solid #878787;
  border-top: 0;
  border-left: 8px solid transparent;
}


/* stile pagine non confermato */

#unconfirmed {
	width: max-content;
	margin: 0 auto;
	text-align: center;
	padding: 200px 0px;
}

#unconfirmed span {
	font-size: 80px;
}

#unconfirmed h4 {
	font-weight: bold;
	font-size: 25px;
	color: #333;
	margin-bottom: 20px;
}

#unconfirmed p {
	font-size: 20px;
	color: #808080;
	margin-bottom: 30px;
}

#unconfirmed .button {
	background-color: #e89b38;
	padding: 10px 25px;
	border-radius: 30px;
	color: #fff;
	width: max-content;
	margin: 0 auto;

}

/* MODALE INVIO ORDINE  */


.select-client {
  display: flex;
}

.add-client-form {
  display: none;
}
#modal-send-order .container{
  overscroll-behavior: none;
  background-color: #333;
  max-width: 1000px;
  max-height: 100vh;
  overflow-x: auto;
}

#modal-send-order .container h2 {
  color: #fff;
  font-size: 30px;
}

#modal-send-order .container p{
 color: #fff;
 margin: 10px 0;
}

#bt-select-client, #add-new-client, #add-new-address, #bt-select-address {
  padding: 10px 15px;
  border-radius: 5px;
  width: max-content;
  margin: 0 auto;
  border: 0px;
}

.select-client .input-field {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  margin: 20px 0;
}

#textarea1 {
  padding: 10px;
}

.select-client .input-field label {
  text-align: left;
 color: #fff;
 margin-bottom:8px;
 font-size: 18px;
}

.select-client .input-field select,
.select-client .input-field input {
 padding: 14px 8px;
 border-radius: 5px;
 font-size: 15px;
 border: 0px;
 background-color: #4d4d4d;
 color: #cccccc;
}

.select-client input[type=submit] {
 padding: 11px 25px;
 background-color: #e89b38;
 border: 0px;
 color: #fff;
}

.error-order {
  color: red!important;
  text-align: left;
  margin: 0px 0px!important;
}

/* cart send success */

.order-success .material-icons {
  color: #79be34; 
  font-size:100px
}

.order-success .button-home, .button-home {
  width: max-content;
  margin: 20px auto;
  padding:15px 25px; 
  background: #e89b38; 
  border-radius:20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #262626;
}


/* modale lista favoriti  */
#modal-show-favourite aside {
    max-height: 700px;
    overflow-x: auto;
}
#favourites-list > .container{
  margin-bottom: 30px;
}

#favourites-list .title {
  background: #323136!important;
  padding: 15px;
  text-align: left;
}
#favourites-list .title h3 {
  color: #fff;
}

#favourites-list .info-container {
  text-align: left;
  border: 1px solid #323136;
}

#favourites-list .info, #favourites-list .info-title {
  padding: 15px;
  text-align: left;
}


#favourites-list .info {
  background-color: #fff;
}

#alert-order{
  top: 0;
  left: 0;
  display: none;
  position: absolute;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.865);
  width: 100%;
  height: 100%;
  flex-direction: column;
}

#alert-order .box-content {
  background-color: #e89b38;
  padding: 50px;
line-height: 1.4;
  border-radius: 3px;
}

#alert-order .box-content h2 {
  margin: 10px 0;
  font-size: 33px;
}

#alert-order .box-content .content{
  color: #fff;
  font-size: 17;
  margin: 20px 0;
}

#alert-order .box-content .button{
  background: #666;
    color: #fff;
    margin: 20px 0;
    padding: 13px 15px;
    position: relative;
    cursor: pointer;
    border: 0px;
}
#alert-order .box-content .button a{
  color: #fff;
}

#alert-order .box-content .button-alert{
  background: #fff;
    color: #666;

}


.cancel {
  background-color: #fff;
  width: max-content;
  margin: 10px auto;
  padding: 10px 15px!important;
  border: 1px solid #e89736;
}

.cancel a{
    color: #fff;
}

.button-edit {
  display: inline-flex;
  padding: 15px 20px!important;
  border: 0px;
  background-color: #666;
  margin-left: 10px;
  transition: all .5s;
  border: 1px solid #666;
  color: #fff;
}

.button-edit:hover {
  background-color: #fff;
  transition: all .5s;
  color: #666!important;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

@media only screen and (max-width: 991px)  {
  #favourites-list .info div, #favourites-list .info-title div {
      padding: 10px 0px;
  }
  
}