



.item-produit:hover {
  transform: translate3d(1.08138px, 0px, -162.207px) perspective(1000px) rotateX(0deg) rotateY(0deg);
  transition: 220ms ease-in-out;
}

.item-produit {
    /* font-family: Roboto; */
    width: 50%;
    transition-duration: 0ms;
    /* transform: translate3d(1.08138px, 0px, -162.207px) rotateX(0deg) rotateY(34.6041deg); */
    z-index: 0;
    padding: 15px 0px 10px;
    /*! transform-style: preserve-3d; */
    /*! transform: translate3d(1.08138px, 0px, -162.207px) perspective(1000px) rotateX(0deg) rotateY(21deg); */
    padding: 10px 10px;
  }
.wrapper-produit::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    /*! background-color: #fd82003b; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.center ~ div.owl-item >div.item-produit {
        transform: translate3d(1.08138px, 0px, -162.207px) perspective(1000px) rotateX(0deg) rotateY(-21deg);
}
  .wrapper-produit {
    padding: 50px 0 220px;
    /*! background-color: #80808017; */
    position: relative;
    /* margin-top: -96px; */
    /* background-image: url("../images/bg/bg-annuaire.png"); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/bg/bg-temoignage.png);
  }
  .wrap-item-produit {
    background-color: var(--white-color);
    border-radius: 8px;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.13);
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100%;
    padding: 15px 15px 37px;
    text-align: center;
    position: relative;
    width: 100%;
  }
  .produit.container {
    /*! perspective: 1200px; */
    flex-wrap: nowrap;
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* position: relative; */
    z-index: 1;
    box-sizing: border-box;
    width: 1350px;
  }
  .wrap-item-produit::before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #df0e0e transparent;
    z-index: 0;
    display: none;
  }

  .wrap-produit .owl-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: fit-content;
    bottom: -45px;
}

.wrap-produit .nav-btn {
    color: var(--primary-color);
    font-size: 20px;
    border: 2px solid rgba(0, 0, 0, 0.10);
    /* margin-left: 10px; */
    width: 60px;
    border-radius: 50%;
    background: var(--white-color);
    aspect-ratio: 1;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
    left: calc(50% - 10px);
}

.wrap-produit .nav-btn.prev-slide {left: calc(50% - 32px);}

.wrap-produit .nav-btn:hover {
    background: var(--second-color);
    color: var(--white-color);
    border-width: 3px;
    border-color: var(--white-color);
    box-shadow: -1px 5px 15px #afafaf6e;
}

  .sale-off {
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
    text-transform: lowercase;
    font-weight: 700;
    line-height: 2.2em;
    color: #fff;
    background: transparent;
    /* pointer-events: none; */
    top: 3px;
    right: 3px;
    border: 0;
    position: absolute;
    left: auto;
    margin: -.5em -.5em 0 0;
  }
  .image-item-produit {
    width: 100%;
    height: 195px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .35s;
    margin-bottom: 11px;
  }
  .star {
    font-size: 12px;
    letter-spacing: 6px;
  }
  .reviews-content.rating-av.row-container {
    justify-content: center;
    color: var(--primary-color);
  }
  .product-name {
    font-size: 16px;
    line-height: 1.2em;
    font-size: 19px;
    color: #161421;
    font-weight: 700;
    padding: 6px 0 15px;
  }

.center ~ div.owl-item > div.item-produit:hover {
  transform: translate3d(1.08138px, 0px, -162.207px) perspective(1000px) rotateX(0deg) rotateY(0deg);
  transition: 220ms ease-in-out;
}
  .product-detail { 
    font-size: 17px;
    line-height: 1.4em;
    font-weight: 500;
    margin: 0 0 20px;
    padding: 0 15px;
    color: #282834;
  }
.product-price {
    font-size: 20px;
    font-weight: 800;
    color: var(--primary-color);
}
  .prix-produits {
    justify-content: center;
    font-size: 18px;
    font-weight: 900;
    color: #df0e0e;
    font-family: 'Barlow';
  }
.wrap-item-produit .primary-btn:hover::before {
    border-radius: 8px;
}
  .btn-add-to-cart {
    justify-content: center;
    display: flex;
    padding: 14px 0 0 0;
  }
  .btn-add-to-cart a {
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .image-item-produit img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
  }

.center .item-produit {
    transform: translate3d(1.08138px, 0px, -162.207px) perspective(1000px) rotateX(0deg) rotateY(0deg) ;
}

.center .item-produit .image-item-produit{
    height:220px;
}

.wrap-produit .owl-stage {
    /*! padding-top: 20px !important; */
}
.wrap-produit {
  transition-duration: 0ms;
  margin-left: 0;
  /* margin-top: 80px; */
  margin-right: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  /* padding-top: 50px; */
  /* transform-style: preserve-3d; */
  /* perspective: 1000px; */
  padding: 0px 0 40px;
  /*! height: 700px; */
}    
  

