/* General */
html {
    overflow-x: hidden;
}
body{
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
  font-size: 18px;
  color: #4A4A4A;
  line-height: 32px;
}
.tiny{
  font-weight: 200;
}
b, strong {
  font-weight: bold;
}
h1{
  border:0;
}

h1, h2, h3, h4, h5, h6{
  color:#333;
  font-weight: 600;
  border:0;
  padding: 0;
  font-family: 'brandon_grotesque';
}

h1{font-size: 36px;line-height: 40px;}
h2{font-size: 32px;line-height: 36px;}
h3{font-size: 28px;line-height: 32px;}
h4{font-size: 24px;line-height: 28px;}
h5{font-size: 20px;line-height: 24px;}
h6{font-size: 18px;line-height: 22px;}

.smaller{font-size: 12px;line-height: 17px;}
.small{font-size: 13px;line-height: 20px;}
.smallest{font-size:14px;line-height: 24px;}
.medium{font-size: 15px;}
.big{font-size:17px}
.biggest{font-size:18px;line-height: 27px;}
.bigger{font-size:20px;line-height: 29px;}

a,
a:hover{text-decoration: none;}

a {
  color: #D49000;
  font-weight: bold;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

a:hover {
  color: #3C2415;
  /* text-decoration: underline; */
}
.gold{color:#d48f01;}
.light-brown{color:#3c2415;}
.dark-brown{color:#231b16;}
.light-pink, html {color:#F5ECE5;}
.dark-pink{color:#d7a98d;}
.light-gray{color:#f6ede6;}
.dark-gray{color:#222222;}
.new-pink{color:#E6CAB8}
.white{color: #FFF;}
.new-gold{color:#D49000;}
.new-light-gold{color:#D7A98D;}

.gold-background{background:#d48f01;}
.light-brown-background{background:#3c2415;}
.dark-brown-background{background:#231b16;}
.light-pink-background{background:#F5ECE5;}
.dark-pink-background{background:#d7a98d;}
.light-gray-background{background:#f6ede6;}
.dark-gray-background{background:#222222;}
.new-pink-background{background-color:#E6CAB8;}
.white-background{background-color:#FFF;}
.navbar{
  padding: 0;
}

@media (min-width: 1200px){
  .container {
    max-width: 1200px;
  }
}
/* Header */

header#masthead{
  padding:0;
  background-color: #FFF;
  box-shadow: none;
  border:0;
}
.topbar ul{
  margin:0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}
.topbar ul li {
  display: inline-block;
}
.topbar ul li.search img{
  width: 15px;
  vertical-align: top;
  margin-top: 3px;
}
.topbar ul li.user img{
  width: 13px;
  vertical-align: top;
  margin-top: 3px;
  margin-right: 5px;
}
.topbar ul li span,
.topbar ul li strong{
  width: 12px;
  vertical-align: top;
  margin-top: 3px;
  margin-right: 5px;
  font-weight: bold;
}

.topbar a {
    color: #231b16;
    padding: 5px 8px;
    display: inline-block;
    transition: all .3s linear;
}

.topbar a:hover {
    background: rgba(0,0,0,.1);
}
.topbar{
  background: #EEE;
  padding: 0;
  color: #231b16;
}
.topbar .text-left li{
  /*margin-right:15px;*/
}

.topbar .text-right li{
  /*margin-left:15px;*/
}

.topbar #lang_sel {
  height: auto;
  position: relative;
  font-family: inherit;
  display: inline-block;
}

.topbar #lang_sel li {
  float: left;
  width: auto;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  list-style-type: none !important;
}

.topbar #lang_sel a.lang_sel_sel {
  background: url(../img/nav-arrow-down.png) #fff right no-repeat;
  color: #444;
  background: none;
  margin: 0;
  padding: 0;
  border: 0;
}

.main-header{
  padding: 16px 0;
}
.fixbar{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  z-index: 9999999;
  transform: translateY(-100%);
  opacity: 0;
  transition: all .3s linear;
  box-shadow: 0 0 14px -2px #8a8a8a;
}
.fixbar.sticky{
  opacity: 1;
  transform:translateY(0);
}
.woocommerce img.fixbar-logo,
.woocommerce-page img.fixbar-logo,
.fixbar-logo {
  margin: 10px 0;
  height: 50px;
}
.heaer-line{
  width: 100%;
  border-top:1px solid #f6ede6;
}

#masthead .navbar-nav > li > a{
  color:#3C2415;
  font-family: 'brandon_grotesque';
  font-size: 24px;
  line-height: 34px;
  padding:7px 0;
  opacity: 1;
  font-weight: 600;
  width: auto;
  display: inline-block;
}

#masthead .fixbar .navbar-nav > li > a{
  font-size: 19px;
  line-height: 30px;
  padding:5px 0;
}

#masthead .navbar-nav > li.menu-item-133 div{
 display: inline-block;
}
#masthead .navbar-nav > li.menu-item-133 img{
      margin-top: 7px;
      content: '';
      width: 21px;
      height: auto;
      display: inline-block;
      margin-left: 7px;
      margin-bottom: 0;
      vertical-align: top;
}

#masthead .navbar-nav > li > a:hover,
#masthead .navbar-nav > li.active > a{
  color:#3C2415;

}
.navbar-brand{
  margin: 0;
  max-width: 132px;
  padding: 0;
}

.mobile-header .navbar-collapse{
  border-top: 1px solid #DDD;
  padding: 8px 0;
}

.cart-link:hover,
.cart-link{
  padding: 0;
  font-size: 25px;
  line-height: 34px;
  background: 0 0;
  border: none;
  border-radius: 0;
  color:#3C2415;
  font-weight: 600;
}

.cart-link{
  font-size: 24px;
  line-height: 34px;
  font-family: 'brandon_grotesque';
  vertical-align: top;
  font-weight: 600;
}
.cart-link img{
  width: 37px;
  margin-top: 2px;
}

@media (min-width: 1200px){

  #masthead .navbar-nav > li > a{
    margin: 0 10px;
    padding-bottom:5px;
    border-bottom:2px solid #FFF;
    position: relative;
  }
  #masthead .navbar-nav > li > a[data-dropdown="true"]{
    padding-right:24px;
  }
  #masthead .navbar-nav > li > a i{
    position: absolute;
        top: 50%;
        right: 0;
        line-height: 30px;
        margin-top: -15px;
  }
  .mega-menu {
    font-family: 'brandon_grotesque';
}
  #masthead .navbar-nav > li.opened > a i::before{
content:"\f106";
  }
  #masthead .navbar-nav > li > a:hover,
  #masthead .navbar-nav > li.active > a{
    border-color:#3C2415;
  }
}

/*.navbar-brand {
display: inline-block;
padding-top: 0;
padding-bottom: 0;
margin-right: 0;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap;
}*/


/*Giallo: #ffdb08*/
/*Grigio: #d0d5eb*/
/*Blu: #7c87c7*/

/*.navbar-toggle-container{

}
.navbar-toggler{
display: inline-block;
margin-right:0;
margin-left:4px;
}


.custom-language-selector li a img{
display: inline-block;
width: 100%;
margin-top: -1.5px;
}

#masthead nav{
border-bottom: 1px solid #ececec;
}

#masthead .navbar-nav > li > a:hover,
#masthead .navbar-nav > li > a {
color: #c5c5c5;
padding: 10px 15px;
font-weight: 200;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 5px;
}

.dropdown-toggle::after{
display: none;
}

/* Transition */
/*
.navbar-toggler,
.custom-language-selector li a,
.socialListLink li a{
transition: all .3s linear;
}

.dropdown-menu {
top: 100%;
left: 0px;
padding: 0;
margin: 0;
font-size: 1rem;
color: #212529;
background-color: #fff;
border-radius: 0;
}

.dropdown-menu .dropdown-item{
padding: 9px 13px 9px 30px;
color: #c7cad2;
text-transform: uppercase;
font-size: 9px;
letter-spacing: 3px;
font-weight: 300;
}

.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .active .dropdown-item{
background-color: #f8f9fa;
}
#masthead .navbar-nav > li.active > a,
#masthead .navbar-nav > li:hover > a,
#masthead .navbar-nav > li:hover > a:hover{
background-color: #f8f9fa;
}

@media (max-width: 1200px){
.dropdown-menu {
display: block!important;
height: auto!important;
}
}

@media (min-width: 1200px) {
.navbar-collapse{
text-align: center;
}
.navbar-nav {
width: auto;
float: none;
display: block;
margin: 0 auto;
}
#masthead .navbar-nav > li{
float: left;
}


.navbar-nav {
display: inline-block;
display: inline-block;
-ms-flex-direction: inline-block;
flex-direction: inline-block;
list-style: none;
}

#masthead .navbar-nav > li {
display: inline-block;
}
#masthead .navbar-nav > li > a:hover,
#masthead .navbar-nav > li > a {
border-left: 1px solid #FFF;
border-right: 1px solid #FFF;
}

#masthead .navbar-nav > li.active > a,
#masthead .navbar-nav > li:hover > a,
#masthead .navbar-nav > li:hover > a:hover{
border-left: 1px solid #ececec;
border-right: 1px solid #ececec;
}

.dropdown-menu {
border: 1px solid #ececec;
}

.dropdown-menu .dropdown-item{
padding: 9px 13px;
}

}*/

#content.site-content{
  padding: 0;
}


/* Header */

.page-header{
  background-color:#f8f9fa;
  position: relative;
  color:#FFF;
}

.header-content{
  padding:156px 0;
}

.with-background .header-content{
  padding:46px 0;
}

.page-subtitle,
.page-title{
  padding:16px 0;
  margin:0;
}

.page-header .background{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page-image{
  padding:16px;
}

@media (min-width: 992px){
  .page-header .background{
    background-attachment: fixed;
  }
}



*:focus{outline:0;}
.form-control:focus,
.form-control:not(.btn):hover,
.form-control:not(.btn){
      border: 0;
      width: 100%;
      background: none;
      -webkit-appearance: none;
      padding: 0;
      margin: 0;
      border-bottom: 2px solid #D8D8D8;
      border: 1px solid #D8D8D8;
      color: #222222;
      font-size: 18px;
      line-height: 14px;
      text-align: left;
      height: auto;
      margin: 0;
      padding: 5px 0;
      margin-bottom: 20px;
      outline: 0;
      box-shadow: none;
      border-radius: 2px;
      padding: 8px;
      transition: all .4s linear;
}
.form-control:not(.btn):focus{
  border:1px solid #d48f01;
}
.btn,
.btn-border,
.btn-primary {
  padding: 9px 20px;
  background-image: none;
  background-clip: padding-box;
  border: 0;
  border-radius: 22px;
  color: #fff;
  background-color: #3C2415;
  border:1px solid #3C2415;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  font-family: 'brandon_grotesque';
  cursor:pointer;    white-space: normal;
}

.btn-primary:hover,
.btn-border{
  background:none;
  color: #3C2415;
}

.btn-border:hover,
.active .btn-border{
  background:#3C2415;
  color: #FFF;
}

.sezione-mappa .posizione{
  display: none;
}

/* .patina-chiara {
position: absolute;
bottom: -3px;
left: 0;
width: 100%;
height: 3px;
background-repeat: no-repeat;
background-position: center;
box-shadow: 0 0 73px 58px rgba(255,255,255,1);
} */

section{position: relative;}

.no-margin{margin:0;}
.no-padding-top{padding-top:0;}
.mini-padding-top{padding-top:16px;}
.nothing-padding-top{padding-top:8px;}
.minimal-padding-top{padding-top:32px;}
.minimalist-padding-top{padding-top:48px;}
.medium-padding-top{padding-top:56px;}
.normal-padding-top{padding-top:64px;}
.big-padding-top {padding-top:80px;}
.large-padding-top {padding-top:96px;}
.double-margin-top {padding-top:128px;}
.triple-padding-top{padding-top:256px;}


.no-padding-bottom{padding-bottom:0;}
.mini-padding-bottom{padding-bottom:16px;}
.nothing-padding-bottom{padding-bottom:8px;}
.minimal-padding-bottom{padding-bottom:32px;}
.minimalist-padding-bottom{padding-bottom:48px;}
.medium-padding-bottom{padding-bottom:56px;}
.normal-padding-bottom{padding-bottom:64px;}
.big-padding-bottom{padding-bottom:80px;}
.large-padding-bottom {padding-bottom:96px;}
.double-margin-bottom {padding-bottom:128px;}
.triple-padding-bottom{padding-bottom:246px;}

.section-header,
.section-content{
  position: relative;
  z-index: 99;
}

.section-little-image{
  padding:16px;
  margin-top: -50%;
}

.section-big-image{
  padding:48px;
  background-image:url(https://caffecrucitti.business/wp-content/uploads/2018/01/photo-frame.svg);
  background-position: center;
  background-size: 100% auto;
}

.blocchi{}
  .blocco{
    box-shadow: 1px 1px 11px -3px #afafaf;
    background: #FFF;
    display: block;
  }
  .immagine-blocco{
    width: 100%;
    padding-top:80%;
    background-size: cover;
    background-position: center;
  }

  .contenuto-blocco{
    position: relative;
    padding:45px;
  }

  .colore-blocco{
    width: 40%;
    height: 18px;
    background: #377891;
    position: absolute;
    top: -9px;
    left: 5%;
  }
  .titolo-blocco{
    color:#377891;
    margin:0 0 10px 0;
  }
  .testo-blocco{color:#212529;}

  .immagine-sfondo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
  }

  .section-title{
    margin:0 0 16px 0;
  }
  .section-subtitle{
    margin:16px 0 0 0;
  }
  .section-content{
    margin:16px 0 0 0;
  }

  .riga-intera .section-title{
  }

  .riga-intera .section-title i{
    display: block;
    margin-bottom:15px;
    font-size: 90%;
  }

  h3.widget-title {
    font-size: 24px;
    margin: 16px 0 16px 0;
  }
















  #footer-widget{
    background:#231b16;
    color:#FFF;
    padding:48px 0 48px 0;
    font-size: 16px;
    float: left;
    width: 100%;
  }

  #footer-widget section{
    padding:16px 0 0 0;
    margin: 0;
  }

  #footer-widget a{
    color:#FFF;
  }

  .footer-logo{
    position: relative;
    margin-bottom: 56px;
  }


  .footer-logo-left, .footer-logo-right {
    position: absolute;
    /* border-top: 10px dotted #FFF; */
    width: 39%;
    top: 50%;
    left: 0;
    opacity: .08;
    z-index: 9;
    font-size: 60px;
    height: 60px;
    color: #FFF;
    overflow: hidden;
    letter-spacing: -2px;
    line-height: 60px;
    margin-top: -30px;
    font-family: 'brandon_grotesque';
  }

  .footer-logo-right{
    right: 0;
    left: auto;
  }

  .footer-logo img{
    padding:0 15px;
    background:#231b16;
  }


  /* Social */

  .socialListLink{
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding:0;
    padding: 0;
  }

  .socialListLink li{
    display: inline-block;
    margin: 0;
  }

  .socialListLink li a{
    display: block;
    padding: 5px;
    width: 32px;
    line-height: 26px;
    text-align: center;
    font-size: 24px;
    margin: 2px;
    color:#FFF;
    opacity: .8;
  }
  .socialListLink li a:hover{
    opacity: 1;
  }
  .legal-info{
    font-size:13px;
    opacity: .7;
    padding-top:15px;
    display: block;
    line-height: 24px;
  }
  .legal-separator{
    margin: 0 7px;
    opacity: .3;
  }

  .production-info{
    font-size:11px;
    opacity: .5;
    padding-top:30px;
    display: block;
  }

  .menu-menu-footer-container{
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  #menu-menu-footer{
    padding: 0;
    margin:0;
  }

  .menu-menu-footer-container li{
    display: inline-block;
    padding: 0 15px;
  }

  .menu-menu-footer-container li a{
    font-family: 'brandon_grotesque';
    opacity: .8;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
  }


  .menu-menu-footer-container li a:hover{
    opacity: 1;
  }

  footer#colophon{
    padding:0 0 64px 0;
    background-color: #231b16;
    font-size: 11px;
    float: left;
    width: 100%;
  }


  footer#colophon .credits a{
    color:#FFF;
  }
  footer#colophon .credits{
    padding-top:0;
  }
  footer#colophon img{
    margin-right: 16px;
  }

  .socialListLink li a,
  .menu-menu-footer-container li a,
  #masthead .navbar-nav > li > a{
    transition:all .3s linear;
  }

.menu-menu-footer-container li a{
   padding-bottom: 2px;
   border-bottom: 1px solid transparent;
}
.menu-menu-footer-container li a:hover{
   border-bottom: 1px solid #FFF;
}

.socialListLink li a:hover{
     transform: scale(1.2);
}

  [type=reset],
  [type=submit],
  button,
  html [type=button]{
    outline:0!important;
  }


  * {
    margin: 0;
    padding: 0;
  }

  .navbar-toggler{
    width: 29px;
    height: 19px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }

  .navbar-toggler span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #3C2415;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }


  /* Icon 4 */

  .navbar-toggler {
  }

  .navbar-toggler span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  .navbar-toggler span:nth-child(2) {
    top: 7px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  .navbar-toggler span:nth-child(3) {
    top: 14px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }



  .navbar-toggler span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -1.5px;
    left: 2px;
  }

  .navbar-toggler span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }

  .navbar-toggler span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 17.5px;
    left: 3px;
    opacity: 1;
  }



  .navbar-toggler.collapsed span:nth-child(1) {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    top: 0;
    left: 0;
    width: 100%;
  }

  .navbar-toggler.collapsed span:nth-child(2) {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    width: 100%;
    opacity: 1;
    top: 7px;
    left: 0;
  }

  .navbar-toggler.collapsed span:nth-child(3) {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    top: 14px;
    left: 0;
    width: 100%;
  }

  .page-content, .entry-content, .entry-summary{
    margin: 0;
  }

  .elementi{display: block;padding:32px 0;}
  .elemento{display: block;padding:32px 0;}
  .immagine-elemento,
  .contenuto-elemento{padding:16px 0;}
  .titolo-elemento{
    margin:0 0 16px 0;
  }
  .immagine-elemento{
    width: 100%;
    max-width: 256px;
  }

  section{
    position: relative;
  }
  .sezione-elementi{
    border-top:1px solid #d7a98c;
    border-bottom:1px solid #d7a98c;
  }
  .contenitore-finitura{
    position: absolute;
    top: -94px;
    left: 0;
    width: 100%
  }
  .contenitore-finitura.finitura-bassa{
    top: auto;
    bottom: -58px;
  }


  .prodotto.preview-prodotto{
    margin:30px 0;
    display: block;
    position: relative;
  }

  .contenitore-preview-prodotto{
    padding:30px 30px 0 30px;
    position: relative;
    z-index: 99;
  }
  .preview-prodotto .cornice-prodotto{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;

  }
  .prodotto img{
    width: 85%;
  }
.sezione-prodotti .titolo-prodotto{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
  .titolo-prodotto,
  .prezzo-prodotto,
  .contenitore-bottone-prodotto{
    display: block;
    clear: both;
    margin: 0;
    padding: 0;
  }

  .titolo-prodotto,
  .prezzo-prodotto{
    color:#241b16;
  }
  .bottone-promo:focus,
  .bottone-promo:hover,
  .bottone-promo,
  .bottone-prodotto:focus,
  .bottone-prodotto:hover,
  .bottone-prodotto{
    background: #D49000;
    /* box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.3), 0 1px 2px 0 rgba(0,0,0,0.2); */
    box-shadow:  0 1px 2px 0 rgba(0,0,0,0.2);
    border-radius: 2px;
    color: #FFF;
    padding: 8px 60px 6px 60px;
    border: 0;
    font-family: 'brandon_grotesque';
    font-size: 14px;
    line-height: 18px;
    width: auto;
    margin-top: 23px;
    text-align: center;
  }

  .bottone-promo:focus,
  .bottone-promo:hover,
  .bottone-promo{
    padding:8px 45px 8px 45px;
    font-size: 18px;
    line-height: 26px;
  }
  .bottone-prodotto-grande:focus,
  .bottone-prodotto-grande:hover,
  .bottone-prodotto-grande{
    background: #D49000;
    box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.3), 0 1px 2px 0 rgba(0,0,0,0.2);
    border-radius: 2px;
    color: #FFF;
    padding: 10px 60px 8px 60px;
    border: 0;
    font-family: 'brandon_grotesque';
    font-size: 14px;
    line-height: 20px;
    width: auto;
    text-align: center;
    text-transform: uppercase;
    margin-left: 32px;
  }

  .woocommerce div.product p.price, .woocommerce div.product span.price {
    color: inherit;
    font-size: 20px;
    font-weight: bold;
    line-height: 29px;
    float: left;
    margin: 0;
    margin-top: 4px;
    font-family: 'brandon_grotesque';
  }

  .link-sezione.btn-hands{
    padding: 0;
    margin-top: 60px;
    border-top: 2px dotted #d59000;
    border-bottom: 2px dotted #d59000;
    color: #3C2415;
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    font-family: 'brandon_grotesque';
    position: relative;
    padding: 2px 115px;
    background: none;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    text-transform: none;

  }
  .link-sezione.btn-hands span{

  }
  .link-sezione.btn-hands .hands{
    position: absolute;
    top: 6px;
    left: -54px;
    background: #FFF;
    animation-name: lefthand;
    animation-duration: 4s;
    animation-play-state: paused;
    animation-fill-mode:both;
    animation-iteration-count:infinite;
  }
  .link-sezione.btn-hands .right-hand{
    animation-name: righthand;
    left: auto;
    right: -54px;

  }

@keyframes lefthand {
    0%    {left:-54px;}
    25%   {left:-38px;}
    50%   {left:-64px;}
    75%   {left:-38px;}
    100%  {left:-54px;}
}

@keyframes righthand {
    0%    {right:-54px;}
    25%   {right:-38px;}
    50%   {right:-64px;}
    75%   {right:-38px;}
    100%  {right:-54px;}
}

.link-sezione.btn-hands:hover .hands{
  animation-play-state:running;
}


  .stile-citazione .quote-left,
  .stile-citazione .quote-right{
    font-family: "Brandon Grotesque";
    font-size: 72px;
    font-weight: bold;
    line-height: 103px;
    text-align: center;
  }
  .stile-citazione .quote-left{margin-right: 32px;}
  .stile-citazione .quote-right{margin-left:32px;}

  span.edit-link a{
    float: left;
    width: 100%;
    margin: 0;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: bold;
    background: #d49000;
    color: #FFF;
  }

  .contenitore-mappa-localita{
    position: relative;
    width: 100%;
  }
  .badge-handmade{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    width: 100px;
  }
  .area-mappa-localita{
    max-width: 512px;
    position: relative;
    padding-top: 62%;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .mappa-localita,
  #mappa-crucitti{
    float: left;
    width: 100%;
    height: 355px;
  }
  #mappa-crucitti{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .pin-mappa{display: none;}
  .mappa-localita .pin-mappa{display: block;}
  img.icona-guida-caffe{
    max-width: 75px;
  }
  .contenuti-guida-caffe{
    float: left;
    width: 100%;
  }
  .contenuti-guida-caffe ul{
    margin: 0;
    padding: 0;
    list-style-type:none;
  }
  .contenuti-guida-caffe ul li{
    float: left;
    position: relative;
    padding: 8px 0 8px 48px;
    width: 100%;
  }
  .contenuti-guida-caffe ul li .numero-guida::before {
    content: '';
    position: absolute;
    display: block;
    top: -4px;
    left: -4px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px dotted #f7ece2;
  }

  .contenuti-guida-caffe ul li .numero-guida{
    position: absolute;
    top: 9px;
    left: 6px;
    float: left;
    width: 27px;
    text-align: center;
    line-height: 28px;
    height: 27px;
    border-radius: 50%;
    border: 0;
    background: #f7ece2;
    font-size: 16px;
    text-indent: .5px;
  }

  .contenuti-guida-caffe ul li .numero-guida::before{
    content:'';
  }
  .contenitore-contenuti-guida-caffe li{overflow: hidden;}
  .contenitore-contenuti-guida-caffe li > span{
    display: none;
  }
  .contenitore-contenuti-guida-caffe li > span.main{
    display: inline-block;
  }
  /* .contenitore-contenuti-guida-caffe li span{
  max-width: : 0;
  opacity:0;
  transform: translateX(-300px);
  transition: all .3s linear;}
  .contenitore-contenuti-guida-caffe li span.active{
  max-width: : 100%;
  opacity: 1;
  transform: translateY(0);
  } */
  .contenitore-contenuti-guida-caffe{
    float: left;width: 100%;
    position: relative;
  }
  .contenitore-contenuti-guida-caffe .vertical-line {
    position: absolute;
    top: 5%;
    left: 19px;
    border-left: 1px solid #f7ece1;
    height: 90%;
  }

  .contenuti-guida-caffe ul li span span{display: inline-block}


  @media (min-width:992px){
    img.icona-guida-caffe{
      max-width: 175px;
    }
  }

  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary,
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images{
    width: 100%;
  }

  .woocommerce-product-gallery__image a{position: relative;display: block;}
  .woocommerce-product-gallery__image a img{position: relative;z-index: 99;padding:30px;}
  .woocommerce div.product div.images a img.badge-artigianale {
    position: absolute;
    top: 7%;
    left: 7%;
    z-index: 99999;
    height: auto;
    width: 31%;
    margin-left: -15%;
    margin-top: -14%;
    padding: 0;
  }


  .woocommerce-product-gallery__image a img.cornice-prodotto{
    position: absolute;
    top:0;
    left: 0;
    z-index: 9;
    padding:0;

  }
  .product-skill ul li strong{
    float: left;
    margin-right:10px;
    min-width: 80px;
    font-family: "brandon_grotesque";
  }
  .product-skill ul li .voti{
    float: left;
  }
  .product-skill ul li .voto{
    height: 10px;
    width: 10px;
    background-color: #DCE3EC;
    float: left;
    margin: 6px 3px;
    border-radius: 50%;
  }
  .product-skill ul li .voto.pieno{
    background-color: #3C2415;
  }
  .product-skill ul li{
    float: left;
    width: 100%;
  }
  .product-skill ul{
    margin:0;
    padding:0;
    list-style-type:none;
  }

  span.woocommerce-Price-currencySymbol {
    padding-left: 5px;
  }
  .woocommerce div.product form.cart .variations  label{
    font-family: "brandon_grotesque";
  }

  .woocommerce div.product form.cart .variations {
    width: 100%;
    float: left;
    margin: 0;
  }
  .woocommerce div.product p.price ins, .woocommerce div.product span.price ins{
    text-decoration: none;
  }
  .attributo-prodotto-variabile {
    float: left;
    padding-right:16px;
  }
  .attributo-prodotto-variabile .value div{
    display: inline-block;margin-right: 16px;margin-top:3px;margin-bottom:3px;
  }

  .attributo-prodotto-variabile .value div label{
    color: #3C2415;
    background-color: transparent;
    border: 1px solid #3C2415;
    font-family: "brandon_grotesque";
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    padding:6px 15px 5px 15px;
    border-radius:20px;
    cursor:pointer;
  }
  /* .product-type-variable .woocommerce-variation-add-to-cart .woocommerce-variation.single_variation + .price{
  display: none;
  } */

  .attributo-prodotto-variabile .value div input:checked + label{
    color: #fff;
    background-color: transparent;
    background-color: #3C2415;
  }

  .attributo-prodotto-variabile input{
    display: none;
  }

  .product-skills{
    float: left;width: 100%;
  }
  .woocommerce-account .btn:hover,
  .woocommerce-account .btn,
  .woocommerce #respond input#submit, .woocommerce a.button:focus, 
  .woocommerce button.button, .woocommerce input.button:focus,
  .woocommerce #respond input#submit, .woocommerce a.button:hover, 
  .woocommerce button.button, .woocommerce input.button:hover,
  .woocommerce #respond input#submit, .woocommerce a.button,
  .woocommerce button.button, .woocommerce input.button,
  .wpcf7-submit.btn,
  .woocommerce #respond input#submit.alt:hover,
  .woocommerce a.button.alt:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce input.button.alt:hover,
  .woocommerce #respond input#submit.alt.disabled,
  .woocommerce #respond input#submit.alt.disabled:hover,
  .woocommerce #respond input#submit.alt:disabled,
  .woocommerce #respond input#submit.alt:disabled:hover,
  .woocommerce #respond input#submit.alt:disabled[disabled],
  .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
  .woocommerce a.button.alt.disabled,
  .woocommerce a.button.alt.disabled:hover,
  .woocommerce a.button.alt:disabled,
  .woocommerce a.button.alt:disabled:hover,
  .woocommerce a.button.alt:disabled[disabled],
  .woocommerce a.button.alt:disabled[disabled]:hover,
  .woocommerce button.button.alt.disabled,
  .woocommerce button.button.alt.disabled:hover,
  .woocommerce button.button.alt:disabled,
  .woocommerce button.button.alt:disabled:hover,
  .woocommerce button.button.alt:disabled[disabled],
  .woocommerce button.button.alt:disabled[disabled]:hover,
  .woocommerce input.button.alt.disabled,
  .woocommerce input.button.alt.disabled:hover,
  .woocommerce input.button.alt:disabled,
  .woocommerce input.button.alt:disabled:hover,
  .woocommerce input.button.alt:disabled[disabled],
  .woocommerce input.button.alt:disabled[disabled]:hover,
  .woocommerce #respond input#submit.alt,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt{
    padding:15px 30px;
    color: #FFFFFF;
    font-family: "brandon_grotesque";
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 0 #FFFFFF;
    border-radius: 2px;
    background-color: #D49000;
    box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.3), 0 1px 2px 0 rgba(0,0,0,0.2);
    text-transform: uppercase;
    transition: all .3s linear;
    border: 0;
  }


  .woocommerce #respond input#submit.alt.disabled,
  .woocommerce #respond input#submit.alt.disabled:hover,
  .woocommerce #respond input#submit.alt:disabled,
  .woocommerce #respond input#submit.alt:disabled:hover,
  .woocommerce #respond input#submit.alt:disabled[disabled],
  .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
  .woocommerce a.button.alt.disabled,
  .woocommerce a.button.alt.disabled:hover,
  .woocommerce a.button.alt:disabled,
  .woocommerce a.button.alt:disabled:hover,
  .woocommerce a.button.alt:disabled[disabled],
  .woocommerce a.button.alt:disabled[disabled]:hover,
  .woocommerce button.button.alt.disabled,
  .woocommerce button.button.alt.disabled:hover,
  .woocommerce button.button.alt:disabled,
  .woocommerce button.button.alt:disabled:hover,
  .woocommerce button.button.alt:disabled[disabled],
  .woocommerce button.button.alt:disabled[disabled]:hover,
  .woocommerce input.button.alt.disabled,
  .woocommerce input.button.alt.disabled:hover,
  .woocommerce input.button.alt:disabled,
  .woocommerce input.button.alt:disabled:hover,
  .woocommerce input.button.alt:disabled[disabled],
  .woocommerce input.button.alt:disabled[disabled]:hover{
    opacity:.8;
  }

  .woocommerce-account .btn:focus,
  .woocommerce-account .btn:hover,
  .woocommerce #respond input#submit, .woocommerce a.button:focus, 
  .woocommerce button.button, .woocommerce input.button:focus,
  .woocommerce #respond input#submit, .woocommerce a.button:hover, 
  .woocommerce button.button, .woocommerce input.button:hover,
    .bottone-prodotto-grande:focus,
    .bottone-prodotto-grande:hover,
    .bottone-promo:hover,
    .bottone-prodotto:hover,
.wpcf7-submit.btn:hover,
  .woocommerce #respond input#submit.alt:hover,
  .woocommerce a.button.alt:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce input.button.alt:hover,
  .woocommerce #respond input#submit.alt.disabled:hover,
  .woocommerce #respond input#submit.alt:disabled:hover,
  .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
  .woocommerce a.button.alt.disabled:hover,
  .woocommerce a.button.alt:disabled:hover,
  .woocommerce a.button.alt:disabled[disabled]:hover,
  .woocommerce button.button.alt.disabled:hover,
  .woocommerce button.button.alt:disabled:hover,
  .woocommerce button.button.alt:disabled[disabled]:hover,
  .woocommerce input.button.alt.disabled:hover,
  .woocommerce input.button.alt:disabled:hover,
  .woocommerce input.button.alt:disabled[disabled]:hover{
    background-color: #EEA100;
    outline:0;
  }
  .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover
.woocommerce-account .btn:hover,  
.woocommerce-account .btn:focus,
.woocommerce-account .btn:active,
.bottone-promo:focus,
.bottone-prodotto:focus,
  .bottone-promo:active,
  .bottone-prodotto:active,
  .wpcf7-submit.btn:active,
      .woocommerce #respond input#submit.alt:active,
      .woocommerce a.button.alt:active,
      .woocommerce button.button.alt:active,
      .woocommerce input.button.alt:active,
      .woocommerce #respond input#submit.alt.disabled:active,
      .woocommerce #respond input#submit.alt:disabled:active,
      .woocommerce #respond input#submit.alt:disabled[disabled]:active,
      .woocommerce a.button.alt.disabled:active,
      .woocommerce a.button.alt:disabled:active,
      .woocommerce a.button.alt:disabled[disabled]:active,
      .woocommerce button.button.alt.disabled:active,
      .woocommerce button.button.alt:disabled:active,
      .woocommerce button.button.alt:disabled[disabled]:active,
      .woocommerce input.button.alt.disabled:active,
      .woocommerce input.button.alt:disabled:active,
      .woocommerce input.button.alt:disabled[disabled]:active,

.wpcf7-submit.btn:focus,
    .woocommerce #respond input#submit.alt:focus,
    .woocommerce a.button.alt:focus,
    .woocommerce button.button.alt:focus,
    .woocommerce input.button.alt:focus,
    .woocommerce #respond input#submit.alt.disabled:focus,
    .woocommerce #respond input#submit.alt:disabled:focus,
    .woocommerce #respond input#submit.alt:disabled[disabled]:focus,
    .woocommerce a.button.alt.disabled:focus,
    .woocommerce a.button.alt:disabled:focus,
    .woocommerce a.button.alt:disabled[disabled]:focus,
    .woocommerce button.button.alt.disabled:focus,
    .woocommerce button.button.alt:disabled:focus,
    .woocommerce button.button.alt:disabled[disabled]:focus,
    .woocommerce input.button.alt.disabled:focus,
    .woocommerce input.button.alt:disabled:focus,
    .woocommerce input.button.alt:disabled[disabled]:focus{
      	background-color: #BB7F00;
        outline:0;
        color: #FFF;
    }
    .woocommerce-address-fields__field-wrapper + p{
      margin-top: 48px;
    }
.woocommerce-account .btn{
  float: right;
  margin-top: 0!important;
}
  .quantity {
    padding: 8px 25px 7px 0;
    position: relative;
  }
  .quantity input{
    border: 0;
    width: 49px;
    background: none;
    -webkit-appearance: none;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #D8D8D8;
    color: #222222;
    font-family: "brandon_grotesque";
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    text-align: right;
    margin: 0;
    padding: 0 10px;
  }
  .quantity .screen-reader-text {
    clip: initial;
    position: relative!important;
    height: auto;
    width: auto;
    overflow: initial;
    word-wrap: normal !important;
    font-size: 22px;
    font-weight: bold;
    line-height: 31px;
    font-family:'brandon_grotesque';
    margin:0;
    margin-right:8px;
  }

  .quantity .plus,
  .quantity .minus{
    position: absolute;
    top: 6px;
    right: 0;
    width: 17px;
    overflow: hidden;
    height: 17px;
    border-radius: 50%;
    border: 1px solid #AAAAAA;
    text-align: center;
    font-size: 13px;
    line-height: 14px;
    cursor: pointer;
    color: #3C2415;
    font-weight: bold;
  }
  .quantity .minus{
    top: 25px;
    line-height: 13px;
    font-size: 16px;
  }
  .contenitore-form-cart{
    float: left;
    width: 100%;
  }

.product-type-variable.woocommerce div.product .woocommerce-variation-price,
.product-type-variable.woocommerce div.product form.cart .price{
    float: left;
    min-height: 10px;
    min-width: 160px;
    max-width: 160px;
    overflow: hidden;
  }
  .woocommerce div.product form.cart .price {
    padding: 0 16px;
    margin: 20px 0px;
    float: left;
    min-width: 160px;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
      white-space: nowrap;
  }

  .woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    margin: 9px 0;
}

  /* .woocommerce-variation-add-to-cart > .price{
  display: none;
  } */
  .woocommerce div.product form.cart .button img {
    vertical-align: top;
  }

  .language-selector-area {
    position: relative;
    text-transform: uppercase;
    padding-right: 14px;
    padding-left: 0px;
    cursor:pointer;
  }
  .language-selector-area > i {
    font-size: 16px;
    position: absolute;
    top: 2px;
    right: 5px;
  }
  .language-selector-area > span{
    display: block;
    min-width: 16px;
  }
  .topbar ul.custom-language-selector {
    position: absolute;
    top: 25px;
    left: -9px;
    background: #eeeeee;
    margin: 0;
    list-style-type: none;
    padding-bottom:1px;
    overflow: hidden;
    max-height: 0;
    transition: all .3s linear;
    text-align: center;
    padding: 0;
    overflow: hidden;
  }

  .topbar .language-selector-area:hover ul.custom-language-selector{
    max-height: 100px;
  }
  .topbar ul.custom-language-selector li {
    margin: 0;
    padding: 3px 11px 4px 11px;

  }
  .topbar ul.custom-language-selector li a{
    min-width: 23px;
    display: block;
  }


.promo-ribbon {
    max-width: 100%;
    width: 170px;
}

  .promo-prodotto{}
    .contenitore-immagine-promo{position: relative;}
    .titolo-promo{
    padding: 0;
    margin: 0 auto;
    margin-bottom: 3px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    text-align: center;
    float: none;
    width: 100%;
    min-height: 54px;
    }
    .cornice-promo{position: absolute; top:0; left:0; width:100%;}
    .immagine-promo > img{
      max-width: 60%;
      display: block;
      vertical-align: top;
      margin: 0 auto;
    }
    .contenitore-info-promo{}
      .contenitore-bottone-promo{}
        .prezzo-promo{}
          .bottone-promo{}


            .product-category-element{
              display: none;
            }
            .product-category-element a{
              position: relative;
              display: block;
            }
            .product-category-element a > div{
              position: absolute;
              bottom:0;
              left: 0;
              width: 100%;
            }
            .product-category-element.only-mono img{
              max-height: 100px;
              width: auto;
            }
            .product-category-element img.element-image-color{
              position: absolute;
              top:0;
              left:1px;
              width:100%;
              display: block;
              opacity: 0;
            }
            .product-category-element a:hover img.element-image-color{
              opacity: 1;
            }
            .product-category-element img.with-color,
            .product-category-element img.element-image-color{
              max-width: 168px;
            }


            .product-category-element img.element-image-color{
              transition: all .3s linear;
            }

            .product-category-element div span{
              color: #4A4A4A;
            }
            .product-category-link span{
              position: relative;
              border-bottom:2px solid transparent;
              padding-right:24px;
              padding-bottom: 2px;
              display: inline-block;
            }
            .product-category-link span i {
                position: absolute;
                top: 50%;
                right: 0;
                line-height: 20px;
                margin-top: -13px;
            }
            .product-category-link.active i::before{
              content:"\f106";
            }
            .product-category-link.active span,
            .product-category-link:hover span{
              border-color: #3C2415;
            }

            .all-products-area-container{
              position: relative;
            }
            .btn-all-products {
              position: absolute;
              bottom: -16px;
              right: 0;
              padding: 7px 15px 20px 15px;
            }
            .product-category-link i,
            .btn-all-products i{
              margin-left: 5px;
              font-size: 120%;
            }

            .mega-menu-container {
              display: none;
              position: absolute;
              left: 0;
              width: 100%;
              top: 100%;
              border: 16px solid #FFF;
              box-shadow: 0px 7px 12px -7px #8a8a8a;
              z-index: 9999999;
            }

            .mega-menu-container.sticky{
              position: fixed;
              top:70px;
            }

            header#masthead{
              position: relative;
            }

            .big-title{
              font-size: 48px;
              line-height: 52px;
            }
            .composizione{
              position: relative;
              display: inline-block;
            }

            img.product-info-separator {
                margin: -4px 5px 0 5px;
                display: inline-block;
                vertical-align: middle;
            }

            .composizione-sfondo{}
              .composizione-robusta{
                background-repeat: no-repeat;
                background-position:center;
              }

              .composizione-arabica{
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
              }

              .elemento-composizione{
                background-position: center top;
                background-repeat: no-repeat;
                background-size: auto;
                position: relative;
                width: 100%;
                vertical-align: top;
                position: absolute;
                overflow:hidden;
                background-image:none;
              }

              .elemento-composizione img{
                width: 100%;
                height: auto;
                position: absolute;
                top: 0;
                left: 0;
              }
              .composizione-robusta .elemento-composizione img{
                top: auto;
                bottom: 0;
              }
              .composizione-robusta,
              .composizione-arabica {
                position: absolute;
                left: 50%;
                top: 50%;
                width: auto;
                overflow: hidden;
                width: 123px;
                height: 103px;
                margin-left: -61.5px;
                margin-top: -52px;
              }
              .composizione-robusta .elemento-composizione{
                background-position: center bottom;
              }
              .composizione-robusta{
              }


.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
  width: 100%;
}

.wc-menu-icon{
  position: relative;
}
.cart-link{
  position: relative;
}
.cart-link span,
.wc-menu-icon span{
  position: absolute;
  font-family: 'brandon_grotesque';
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
  color: #FFF;
  padding: 1px 7px 0px 7px;
  border-radius: 8px;
  top: 0px;
  right: -12px;
  font-weight: 200;
}

.home .sezione-testo.riga-intera.text-center img{
  margin-top:-43%;
}

.contenitore-immagine-promo img.immagine-prodotto {
    position: relative;
    padding: 32px;
    margin-bottom: -8%;
    width: 100%;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del{
  font-size: 15px;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.del{
  position: relative;
  display: inline-block;
  margin-right: 5px;
  opacity: 1;
  text-decoration: none;
}
.woocommerce div.product p.price del::before,
.woocommerce div.product span.price del::before,
.del::before{
  content: '';
  width: 113%;
  left: -5%;
  top: 38%;
  background: #FF0033;
  height: 3px;
  position: absolute;
  transform: rotate(-12deg);
}

.woocommerce div.product div.images img.promo-badge,
.promo-badge{
  position: absolute;
  top:26px;
  left: 0;
  width: 77px;
  padding: 0;
}

.woocommerce div.product div.images img.promo-badge {
    bottom: 26px;
    top: auto;
    z-index: 9999;
    left: -9px;
}


span.woocommerce-input-wrapper {
    float: left;
    width: 100%;
}

#customer_details .info-box,
#customer_details .address-box{
  padding:32px;
  margin:32px 0;
}
#customer_details .info-box{
  padding-top:20px;
  padding-bottom:48px;
}
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content,
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment,
#customer_details .info-box,
#customer_details .address-box,
.woocommerce table.shop_table
{
  background: #ffffff;
  border:0;
 box-shadow: 0 0 0 1px rgba(0,0,0,0.03), 0 1px 2px rgba(0,0,0,0.2);
 font-size: 17px;
     line-height: 21px;
     border-radius:4px;
 }

.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content{
  padding: 32px;
  margin: 32px 0;
}
.woocommerce table.shop_table td,
#add_payment_method table.cart td, #add_payment_method table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th{
  border: 0;
}

.quantity .screen-reader-text{
  display: none;
}
.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img,
#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail{
  width: 96px;
}

a#woo_pp_ec_button img{
  display: none;
}
/*
 le tablle non hanno bordo e hanno sfondo bianco e un'ombra doppia (    box-shadow: 0 0 0 1px rgba(0,0,0,0.03), 0 1px 2px rgba(0,0,0,0.2);)
contenitore (background: #F5ECE5; padding-top: 72px;) Se possibile spingiamo giù il footer
la foto del prodotto facciamola 96x96
il tasto per aggiornare mettiamolo come link (font-weight: normal;   font-size: 14px;)
"Totale provvisorio ..." è un h5 come dimensione
intestazione tabella     font-size: 14px;
*/

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
  width:100%;
}
.shop_table woocommerce-checkout-review-order-table{padding: 30px;}
.shop_table woocommerce-checkout-review-order-table .shipping *{
  width:100%;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment, .woocommerce table.shop_table {
border-radius: 4px;
padding:16px 0;
}

#payment.woocommerce-checkout-payment,
table.shop_table.woocommerce-checkout-review-order-table {
  padding: 32px;
  margin: 32px 0;
}

.tax-product_cat.woocommerce img.term-image,
.tax-product_cat.woocommerce-page img.term-image{
  max-width: 150px;
}
.woocommerce .cart .button[disabled], .woocommerce .cart input.button[disabled],
.woocommerce .cart .button, .woocommerce .cart input.button {
    float: none;
    background: none;
    border: none;
    color: #d49000;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    padding: 0;
    margin-bottom: -5px;
    margin-top: 30px;
    line-height: 20px;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
  width: 100%;
}
.dropdown-menu .dropdown-toggle::after,
.dropdown-toggle::after{
  content:"\f107";
  display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      border:0;
      vertical-align: top;
      margin-top: 3px;
}
.mobile-header .dropdown i{
  display: none;
}
.dropdown-menu .dropdown-item {
    white-space: normal;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.bread-delimiter{
  margin:0 8px;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0;
    padding: 0;
    font-size: inherit;
    color: inherit;
    font-family: 'brandon_grotesque';
    font-size: 14px;
    color: #bdbdbd;
}
.woocommerce .woocommerce-breadcrumb a{
  color: #3d2415;
  border-bottom: 1px solid transparent;
  transition: all .3s linear;
  font-weight: 400;
}

.woocommerce .woocommerce-breadcrumb a:hover{
  color:#3d2415;
  border-bottom: 1px solid #3d2415;
}

.wcppec-checkout-buttons__button{
  padding: 0;
}

.woocommerce form .form-row label{
  font-weight: bold;
}


.woocommerce div.product form.cart div.quantity{
  margin:10px 0;
}


.woocommerce table.shop_table{
  padding: 32px;
}
.woocommerce table.shop_table td, 
.woocommerce table.shop_table th{
  padding:5px 16px;
}
.cart-remove-link{
  margin-top:10px;
  color: #D7A98D;
}

#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout{
  margin-top:0px;

}
.woocommerce-message::before{
  display: none;
}

.woocommerce-message {
    border-top-color: #d29216;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #d29216;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}
#woo_pp_ec_button br{
  display: none;
}

.woocommerce-message {
    border-top-color: #d29216;
}

.woocommerce-error, .woocommerce-info a.button, 
.woocommerce-message a.button{
  margin:-12px 0;  
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 26px 32px;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #d29216;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    vertical-align: middle;
}

li.search{
  visibility: hidden;
}
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content{
  width: 100%;
}

.woocommerce-MyAccount-navigation ul{
  list-style-type: none;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads{
  display: none;
}
.woocommerce-MyAccount-navigation ul li {

  margin-bottom: 16px;
  display: block;

}

.woocommerce-MyAccount-navigation ul li a{
  border-bottom: 2px solid transparent;
  padding-bottom:3px;
  display: inline-block;
}
.woocommerce-MyAccount-navigation ul a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a{
    color: #D49000;
    border-color: #D49000;
    transition: all .3s linear;
}
.woocommerce-MyAccount-content fieldset{
  margin: 32px 0;
  padding: 32px;
  border: 1px solid #cecdcd;
}
.woocommerce .cart .button, .woocommerce .cart input.button{
  box-shadow: none;
}
.blockUI{
  background: none!important;
}
a.about_paypal {
    display: none;
}

.woocommerce table.shop_table thead {
 margin-top: 8px;
 text-transform: uppercase;;
}
.woocommerce table.shop_table tbody {
    font-size: 14px;
    vertical-align: top;
}
p#shipping_country_field,
p#billing_country_field{
  display: none;
}

input#ship-to-different-address-checkbox {
    vertical-align: top;
    margin-top: 8px;
    margin-right: 5px;
}

.woocommerce form .form-row .required{
  color: #3C2415;
}

.woocommerce div.product p.price del::before, .woocommerce div.product span.price del::before, .del::before{
  background: #3C2415;
}
@media (max-width:991px){
  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
    width: 100%;
  }
}

.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 24px;
}


.woocommerce form .form-row textarea:hover, .woocommerce form .form-row textarea {
height: auto;
    transition: none;
    min-height: 110px;
    margin: 0;
}

.woocommerce ul#shipping_method li {
margin: 0;
padding: 1em 0 1.5em 32px;
text-indent: -22px;
list-style: none outside;
}

#add_payment_method .cart-collaterals .cart_totals table td, #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table td, .woocommerce-checkout .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    line-height: 32px;
}