body.overflow-hidden {
  /* prevent 2 vertical scrollbars on ie and firefox when the cart is visible */
  overflow: hidden;
}

.quantityDiv .fas {
color: #b8161b;
}

    
.card-deck img {
    max-width: 80px;
    margin-left: calc(50% - 40px);
}

.pulsantiprofilo img {
 margin-left:0%;
}


/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to horizontally align the gallery of items */
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
}

#cd-hamburger-menu a, #cd-cart-trigger a {
  width: 60px;
  height: 100%;
}

#cd-hamburger-menu {
  left: 0;
}
#cd-hamburger-menu a {
  background: #26292f url("../images/cd-hamburger-menu.svg") no-repeat center center;
}
@media only screen and (min-width: 1200px) {
  #cd-hamburger-menu {
    display: none;
  }
}

#cd-cart-trigger {
  right: 0;
}
#cd-cart-trigger a {
  background: #26292f url("../images/cd-cart.svg") no-repeat center center;
}
@media only screen and (min-width: 1200px) {
  #cd-cart-trigger {
    /* cart right margin on desktop */
    right: 4px;
  }
  #cd-cart-trigger a {
    position: relative;
    width: 100px;
    border-left: none;
    background-color: #26292f;
  }
}

#main-nav, #cd-cart {
  position: fixed;
  top: 0;
  height: 100%;
  /* header height */
  padding-top: 10px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 3;
  width: 330px;
    max-width: 100vw;
}


#main-nav {
  left: -100%;
  background: #FFF;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  transition: left 0.3s;
}
#main-nav.speed-in {
  left: 0;
}
#main-nav ul a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 1em;
  border-bottom: 1px solid #e0e6ef;
}
#main-nav ul .current {
  box-shadow: inset 3px 0 #435779;
}
@media only screen and (min-width: 1200px) {
  #main-nav {
    /* reset main nav style */
    position: absolute;
    height: auto;
    width: auto;
    left: auto;
    right: 8em;
    padding-top: 0;
    top: 0;
    background: transparent;
    box-shadow: none;
    /* header height */
    line-height: 80px;
    z-index: 4;
  }
  #main-nav li {
    display: inline-block;
    margin-left: 1em;
  }
  #main-nav ul a {
    display: inline-block;
    height: auto;
    line-height: 1;
    padding: 1em 1.4em;
    border-bottom: none;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 0.25em;
  }
  #main-nav ul a.current {
    box-shadow: none;
    background: #435779;
    color: #FFF;
  }
  .no-touch #main-nav ul a:hover {
    background: #435779;
    color: #FFF;
  }
}
.no-js #main-nav {
  position: fixed;
}

#cd-cart {
  right: -100%;
  background: #FFF;
  z-index:101;
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  transition: right 0.3s;
}
#cd-cart.speed-in {
  right: 0;
}
#cd-cart > * {
  padding: 0 1em;
}
#cd-cart h2 {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
#cd-cart .cd-cart-items {
  padding: 0;
}
#cd-cart .cd-cart-items li {
  position: relative;
  border-bottom: 1px solid #e0e6ef;
  list-style-type:none;
  padding: 5px 0 0 0;
  overflow:hidden;
  height: 80px;
}
#cd-cart .cd-cart-items li:last-child {
}
#cd-cart .cd-qty, #cd-cart .cd-price {
  color: #a5aebc;
}

.cd-cart-items li .topBarProdInCart{display:block;clear:both;width:100%;margin:0;padding:0;display: table;}
.cd-cart-items li .imageProd{float: left;
    width: 70px;
    display: table-cell;
    vertical-align: middle;
    display: block;
    max-width: none;margin-right:10px;}
.cd-cart-items li .cartProd{
line-height: 16px;
display: table-cell;
vertical-align: middle;
width: 100%;
}
.cd-cart-items li .cartProd .cd-price{font-weight:500;}

#cd-cart .cd-price {
  margin: 3px;
    margin-right:10px;
    float:right;
}
#cd-cart .cd-item-remove {
  width: 25px;
  height: 25px;
  top:3px;
  right:3px;
  border-radius: 16px;
  background: url("../images/cd-remove-item.svg") no-repeat center center #b8161b;
}
.no-touch #cd-cart .cd-item-remove:hover {
  background-color: #971418;
}



#cd-cart .introSideCartDiv{padding:4px 15px;background:#fff;position:relative;margin-top:10px; }

#cd-cart .introSideCartDiv i.cd-cart-trigger {
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    right: 4px;
    top:0px;
    z-index:100;
    
}

#cd-cart .fixedBottomDiv{padding:0;background:#fff;}

#cd-cart .cd-cart-totaleProdotti,
#cd-cart .cd-cart-speseConsegna,
#cd-cart .cd-cart-vuotoArendere,
#cd-cart .cd-cart-iva,
#cd-cart .cd-cart-costiSupplementari,
#cd-cart .cd-cart-totaleOrdine{
  padding-top: 0;
  padding-bottom: 0;
}
#cd-cart .cd-cart-totaleProdotti span,
#cd-cart .cd-cart-speseConsegna span,
#cd-cart .cd-cart-vuotoArendere span,
#cd-cart .cd-cart-iva span,
#cd-cart .cd-cart-costiSupplementari span,
#cd-cart .cd-cart-totaleOrdine span,
#cd-cart .cd-cart-scontoConv span,
#cd-cart .cd-cart-scontoCoupon span
{
  float: right;
  color:#555;
font-size:18px;
}

#cd-cart .cd-cart-totaleOrdine {
font-weight: bold;
}

#cd-cart .cd-cart-totaleProdotti::after,
#cd-cart .cd-cart-speseConsegna::after,
#cd-cart .cd-cart-vuotoArendere::after,
#cd-cart .cd-cart-iva::after,
#cd-cart .cd-cart-costiSupplementari::after,
#cd-cart .cd-cart-totaleOrdine::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
#cd_cart .cd-cart-totaleOrdine{
font-weight: bold;
}
#cd-cart .checkout-btn {
    display: block;
    height: 35px;
    padding:4px;
    background: #000000;
    color: #fff;
    border: 1px solid #999;
    text-align: center;
    font-size: 16px;
    border-radius:0px;
	width:210px;
	margin:auto
    
}
.fa, .fas {
    margin: 5px;
}

#cd-cart .checkout-btn:hover{
    text-decoration: none !important;
    background-color: #333;
	color:#FFF;
}
    
.no-touch #cd-cart .checkout-btn:hover {
  background: #000;
}
#cd-cart .cd-go-to-cart {
  text-align: center;
  margin: 10px 0px 15px;
}
#cd-cart .cd-go-to-cart a:hover{
    text-decoration: none !important;
    background-color: #ecefeb;
}

#cd-cart .cd-go-to-cart a {
text-decoration: none;
    color: #000000;
    background-color: #FFFFFF;
    border:1px solid #000000; 
  border:1px solid #000000; 
    height: 35px;
    padding: 4px;
    display: block;
    font-size: 16px;
    /* text-transform: uppercase; */
    letter-spacing: -0.2px;
    border-radius: 0px;
	width:210px;
	margin:auto;
}

.fa-truck-moving:before {
    content: ""!important;
}

#cd-cart .cd-go-to-cart a i{margin-right:5px;}



#cd-cart .cd-cart-items li .quantityDiv{display:block;clear:both;float:left;width:100%;}

#cd-cart .cd-cart-items li .quantityDiv button{width:32px;height:32px;display:block;float:left;margin:0;padding:0;border:none;outline:none;background:#fff;}
#cd-cart .cd-cart-items li .quantityDiv input{width:70px;height:32px;display:block;float:left;margin:0;padding:0;border:none;text-align:center;}
#cd-cart .cd-cart-items li .quantityDiv a.cd-item-remove{float:right;margin:0;padding:0;position:relative;overflow:visible;}
.cd-img-replace span{position:absolute;top: 3px;left: -70px;text-transform:uppercase;font-weight:700;color:#b8161b;letter-spacing:-0.5px;opacity:0;padding: 2px 4px;background: #fff;
-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;}
.cd-img-replace:hover span{position:absolute;top: 3px;left: -80px;opacity:1;
-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;}
.quantityDiv span.totalProd{margin:0px 0px 0 10px;line-height:32px;font-weight:700;}

#cd-gallery-items li {
  margin-bottom: 1.5em;
}
#cd-gallery-items li img {
  width: 100%;
  display: block;
  border-radius: 0.25em;
}
@media only screen and (min-width: 768px) {
  #cd-gallery-items li {
    width: 48%;
    float: left;
    margin-bottom: 2em;
    margin-right: 4%;
  }
  #cd-gallery-items li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  #cd-gallery-items li {
    width: 31%;
    float: left;
    margin-bottom: 2.5em;
    margin-right: 3.5%;
  }
  #cd-gallery-items li:nth-child(2n) {
    margin-right: 3.5%;
  }
  #cd-gallery-items li:nth-child(3n) {
    margin-right: 0;
  }
}

#cd-shadow-layer {
  position: fixed;
  min-height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 100;
  display: none;
}
#cd-shadow-layer.is-visible {
  display: block;
  -webkit-animation: cd-fade-in 0.3s;
  -moz-animation: cd-fade-in 0.3s;
  animation: cd-fade-in 0.3s;
}






.cd-cart-iva{
  font-size:12px;
  margin-top: -10px;
  margin-bottom: 15px;
  line-height: 22px;
}
.cd-cart-iva span{
  font-size:15px!important;
  float:right;
}


.cd-cart-scontoCoupon{
  font-size:12px;
  margin-top: -10px;
  margin-bottom: 15px;
  line-height: 22px;
}
.cd-cart-scontoCoupon span{
  font-size:15px!important;
  float:right;
}

.cd-cart-totaleDaPagare{
 /* font-size:12px; */
  font-weight: bold;
  margin-top: -10px;
  margin-bottom: 15px;
  line-height: 22px;
}
.cd-cart-totaleDaPagare span{
/*  font-size:15px!important; */
  float:right;
}




.cd-cart-totaleOrdineIVA{
  font-size:12px;
  margin-top: -10px;
 /* margin-bottom: 25px; */
  line-height: 22px;
}
.cd-cart-totaleOrdineIVA span{
  font-size:15px!important;
  float:right;
  color:#555555;
}










/* -------------------------------- 

xkeyframes 

-------------------------------- */
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
#cd-cart .checkout-btn i{
  display:none;
}
#cd-cart .cd-go-to-cart i{
  display:none;
}

