:root {
  --bg-lp-odd: #FFFFFF !important;
  --bg-lp-even: #F2F2F2 !important;
}

#engineAjax {
  margin-top: 0px;
}
#engine{
  padding-bottom: 0px !important;
}

body .remove-margin-header {
  margin-top: 0px;
}

#ollo-pagodil-cofidis * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
}

.pagodil-plus.round-box-ch {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;

  background: #FECB00 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 20px #00000029;
  border-radius: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
}
.pagodil-plus.round-box-ch > div > div {
  padding-top: 30px;
  padding-bottom: 30px;
  border-color: #000;
}

.pagodil-plus.round-box-ch > div:nth-child(2) > div {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

@media (min-width: 576px) {
  .pagodil-plus.round-box-ch {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .pagodil-plus.round-box-ch > div > div {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;   
  }
  .pagodil-plus.round-box-ch > div:nth-child(2) > div {
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 1px;
    border-right-width: 1px;
  }
}

.pagodil-it-just-works .d-flex {
  margin-top: -15px;
  margin-bottom: -15px;
  margin-left: -15px;
  margin-right: -15px;
}
.pagodil-it-just-works .d-flex > div {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.pagodil-it-just-works .round-box-ch {
  background: #F0F0F0;
  box-shadow: none;
  height: 100%;
}

.pagodil-it-just-works .image-box {
  height: 70px;
}

.bx-coupon{
  padding:40px;
}

.bx-coupon.main{
  width:75%;
  border:0;
  background: inherit;
}

.title-coupon{
  margin-bottom:3px;
  display:block;
  font-weight: 700;
  font-size: 16px; 
}

.table.bx-discount{
  margin-top:15px;
    height: 1px;
    background-color: #F3F3F3;
}

.subtitle-coupon{
  display: block;
  margin-left:10px;
  color:#808080;
}

.icon{
  margin-right: 10px;
}

.coupon-description{
  margin-top:22px;
  font-size:12px;
  color: #808080;
}

.coupon-subdescription{
  margin-bottom:15px; 
  color:black;
}

.bx-button{
  bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
}

.bx-coupon .txt-input-email .grayb2{
  color: black;
  font-size: 13px;
}

.mb-bx-coupon{
  width: inherit !important;
  padding: 20px; 
}

.mb-bx-coupon form .row.input-field{
  width: 100%;
}

.row .input-button a.button-ns {
    padding: 0px 15px;
}




.separator .circle{
  background:white;
  width:34px;
  height:34px;
    border-radius: 50%;
}
.separator .circle.top{
  top:-17px;
    left: -17px;
  position:absolute;
}
.separator .circle.bottom{
  bottom:-17px;
    left: -17px;
  position:absolute;
}
.separator {
  width:1px;
}
.separator .dotted{
    border-right: 2px dashed white;
  display:inline-block;
  height:100%;

}

.bx-discount-mb{
  background: #f2f2f2;
  margin-top:20px; 
}

@media only screen
and (max-width: 1315px){
  .bx-coupon.size_31{
    font-size:25px;
  }
}

@media only screen
and (max-width: 1100px){
  .bx-coupon.size_31{
    font-size:20px;
  }
  .bx-coupon .size_25{
    font-size:20px;
  }
  .coupon-subdescription{
    font-size:16px;
  }
}