.carousel_fiche .owl-stage-outer{
    border:3px solid #ccc;
}
.carousel_fiche .owl-dot{
     border:1px solid #ccc;
}
.carousel_fiche .owl-controls{
    text-align:center;
}


.carousel_fiche img {
    width: 100%;
    height: auto;
}
#fiche_panier_add  table img{
   max-width:500px;
   height:auto;
    padding:0px;
}
.owl-carousel .item_test img{
    width:100%!important;
}
.carousel_fiche .owl-item{
    display:block!important;
}
.block_color{
    display:inline-block;
    padding:0 10px;
}
.block_color:first-child{
    padding-left:0px;

}
.block_color img{
    width:80px;
    height:auto;
}
.block_color:first-child img,
.block_color:hover img{
    border:1px solid #000;
}
.other_color{
    margin-bottom:15px;
}
.other_color h5{
    font-size:15px;
    margin-bottom:10px;
    font-weight:bold;
}
.logo_marque_fiche img{
 width:75px;
}
.carousel_fiche .owl-dot {
    display: inline-block;
    margin: 0 10px;
    margin-bottom: 15px;
    width: 100px!important;
    height: 100px!important;
    background-size: cover;
}
.owl-item img{
   filter:grayscale(0%);-moz-filter:grayscale(0%);
}
.carousel_fiche .owl-dots {
       margin-left: -10px;
        margin-right: -10px;
    margin-top: 15px;
    margin-bottom: 10px;

}
@media screen and (max-width: 850px) {
 #fiche_panier_add > table > tbody > tr > td{
    padding-top:20px;
 }
}
.fiche_produit{
   border:0px;
   padding:0px;
   background-color:transparent;
}
.fiche_produit + td{
    
vertical-align:top;
    padding-top:180px;
}
.left_produit {
    display: inline-block;
    max-width: 400px;
    vertical-align: top;
    width: 100%;
    position: relative;
}

.left_produit .remise {
    position: absolute;
    z-index: 3;
    top: 10px;
    left: -6px;
    background-color: var(--second-color);
    padding: 5px 10px;
    font-weight: 800;
    border-radius: 0 3px 3px 0;
}

.left_produit .remise:after {
    content: '';
    display: flex;
    width: 6px;
    height: 6px;
    background-color: var(--second-color);
    position: absolute;
    left: 0;
    bottom: -6px;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.row_logo > .info_p{
 flex:1;
}
.row_logo{
 display:flex;
 align-items: center;
 align-content: center;
 justify-content: space-between;
}
.desc_produit{
 padding-bottom:30px;
}

.stock_info {
    font-size:14px!important;
}
.ok_stock{
 color:#4cbb6c!important;
}
.warning_stock{
 color:#ff9a52!important;
 
}
.warning_stock:before{
 content: "\f071";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 padding-right:10px;
}
.ok_stock:before{
 content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 padding-right:10px;
}
