

.lstProduits_ab{

}
.lstProduits_ab .item-col{
  margin-bottom: 20px;
  /*border: 1px solid #e0e0e0;*/
}
.lstProduits_ab .item-col h3{
  margin-bottom: 15px;
}
.lstProduits_ab .item-col .img-produit{

}
.lstProduits_ab .item-col .img-produit img{

}
.lstProduits_ab .item-col .ab_prix{
  font-size: 18px;
  font-weight: 700;
}

.lstProduits_ab .item-col .ab_description{
  position: relative;
  padding-bottom: 20px;
}
.lstProduits_ab .item-col .ab_description.small-view{
  height: 60px;
  overflow: hidden;
  position: relative;
}

.lstProduits_ab .item-col .ab_description.full-view{
}
.lstProduits_ab .item-col .linkPanier a{
  cursor: pointer;
}

.lstProduits_ab .item-col .ab_description a.view-ab-description{
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
  background: rgb(255 255 255 / 82%);
  cursor: pointer;
  height: 20px;
}
.lstProduits_ab .item-col .ab_description.small-view a.view-ab-description .bx:before {
    content: "\ea20";
}
.lstProduits_ab .item-col .ab_description.full-view a.view-ab-description .bx:before {
    content:"\ea23";
}

.lstProduits_ab .addPanierAb{
    display: block;
    float: right;
    font-size: 20px;
    cursor: pointer;
    color: #FFF;
}


.divider {
    margin: 20px 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.card.panierAb .card-content{

}
.card.panierAb .itemPA{
  border-bottom: 1px solid rgba(0,0,0,.125);
  padding-bottom: 5px;
  font-size: 13px;
}
.card.panierAb .itemPA .msg-carte{
  font-size: 90%;
  font-weight: 100;
  line-height: 20px;
  display: block;
}
.card.panierAb .itemPA .msg-carte::before,.card.panierAb .itemPA .msg-carte::after {
    font-weight: bold;
}
.card.panierAb .itemPA .msg-carte::before{
  margin-right: 2px;  
}
.card.panierAb .itemPA .msg-carte::after {
 margin-left: 2px;   
}
.card.panierAb .itemPA:hover,.card.panierAb .itemPA:focus {
    background: #f3f5ee;
}
.card.panierAb h4{
  font-size: 16px;
}
.card.panierAb input{
    border-radius: 0;
    border: 1px solid #dfdfdf;
    margin-left: 10px;
}
.card.panierAb .itemPA hr{
  margin: 3px 0;
}
.card.panierAb .badge{
  color: #FFF;
  cursor: pointer;
}

.btn-panierAb{
    background: #a8c727;
    border-color: #dff977;
}
.btn-panierAb>span{
      display: block;
    font-size: 14px;
}

.reverse-columns{
  flex-direction: row-reverse;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 25%;
    color: #1197ad !important;
    background-color: transparent !important;
    line-height: 66px;
}
.owl-carousel .owl-nav button.owl-next{
    right: -30px;
}
.owl-carousel .owl-nav button.owl-prev {
    left: -30px;
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span{
    font-size: 50px;
}
.owl-theme .owl-dots .owl-dot {
    background-color: transparent !important;
}
.owl-theme .owl-dots .owl-dot span{
    background-color: #797979;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #dbb85e;
}
.element-wrap {
    
}
h3{
}
h3 span.sugg_choisi{
    font-size: 1rem;
    color: #1197ad;
}
.element-wrap .item_sugg {
    /*background: rgb(178 211 43);*/
    padding: 2px;
    text-align: center;
    width: 100%;
}
.element-wrap .item_sugg .img_wrp img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    margin: auto;
}
.element-wrap .item_sugg h4 {
    font-size: 15px;
    height: 45px;
    font-weight: 400;
    line-height: 22px;
    color: #333;
}
.element-wrap .item_sugg .prix_sugg {
    display: block;
    text-align: center;
    color: #333;
}
.element-wrap .item_sugg .prix_sugg input{
    
}