/** Shopify CDN: Minification failed

Line 9:4 Expected ":"
Line 62:3 Expected ":"
Line 71:4 Expected ":"

**/
body .dg-shipping-date {
text - align: center;
margin: 1rem auto 2rem auto;
padding:1rem;
background: #f1f1f1;
box-shadow: 0px 2px 4px 0px #ccc;
}

body .dg-shipping-date p {
margin:0; 
}

body .dg-shipping-date span {
color:#4C96C1;
font-weight:bold;
}

.xtraInfos * {
  box-sizing: border-box;
}
.xtraInfos {  
  display:flex;  
  justify-content:space-between;
  flex-wrap:wrap;
  width: 100%;
  margin: 1rem auto;
  background: #f1f1f1; 
  box-shadow: 0px 2px 4px 0px #dddddd;
  font-size:14px;
  font-family:arial;
  color:#555;
} 
.xtraInfos__item {
  flex:1 0 25%;
  text-align:center;
  padding:1rem;
  border-right:1px solid #e6e6e6;  
} 
.xtraInfos__item:last-child {
  border-right:0; 
}
.xtraInfos__img {
  margin-bottom:7px;
}
@media screen and (max-width:600px) {
  .xtraInfos__item {    
    flex:1 0 50%;
    border:0.5px solid #e6e6e6;        
  }
}

/* Accordéon fiche produit */

.template-product .accordion {
box - shadow: 0 0 10px #ddd;
margin: 5px 0;

}
.template-product .accordion details {
background:#FFF; 

}
.template-product .accordion .accordion__title {
font - size:18px;
font-weight:bold;
padding:10px;
}


.template-product .accordion .accordion__content {
padding:0 10px 10px 10px;
}

.template-blog .text-light , .template-blog .text-light, .template-article .text-light, .blog-meta {display:none !important; }

.cont-add-btns .shopify-payment-button__more-options {display:none !important; }
