/*custom css*/



.col-form_id-form_15874367062488778  {
  border-left: 1px solid #ccc;   
}

.product-detail .product-prices {
   display: flex;
   align-items: center;
}

.wrap-marquage {
  display: flex;
  gap: 30px;
  margin: 20px 0;
}

.wrap-marquage div:nth-child(1) {
  flex-basis: 15%;
}

.wrap-marquage div {
  flex-basis: 80%;
}

.wrap-marquage img {
  max-width: 100%;
  height: auto;
  display: block;
  width: auto;
}

.wrap-marquage.rev {
  background: #efefef;
  padding: 20px;
  flex-direction: row-reverse;
}

.wrap-marquage div p:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
}

.wrap-marquage div:nth-child(1).multi-img {
  display: flex;
  flex-basis: 40%;
}

.wrap-marquage .multi-img img {
  max-width: 34%;
}

.block-cms-content {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 30px;
}

.section-text.section-bg {
  background: #efefef;
  padding: 15px;
}

.section-text {
  padding: 15px;
}

.product-prices .tax-shipping-delivery-label {
    display: flex;
    align-items: center;
       gap: 15px;
    margin-left: 15px;
}

.delivery-information {
background: #d6c781;
color: #000;
padding: 10px;
}
