#ecopart-pdt{
position: absolute;
    margin: 0;
    width: auto;
    top: 100%;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    letter-spacing: 0px;
    font-size: 12px;
}

.add{
    position: relative;
}

.price_product{
    font-size: 2.5em;
    color: black;
    margin-bottom: 15px!important;
}

.in_stock_product{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.article_stock{
    color: #8cb993;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}

.product-information .product-description-short p{
    color: black;
}

.btn-primary{
    font-weight: bold;
    min-width: 70%;
    text-align: center;
    margin-bottom: 25px;
}

p#notice-not-available {
    position: absolute;
    bottom: 100%;
    left: 0px;
    width: 100%;
    text-align: center;
    color: black;
    font-size: 11px;
}

.product-prices{

}

#pdt-price {
    position: relative;
}

.product-price.h5 {
    /* justify-content: center; */
    /* align-items: center; */
    /* margin: 0; */
}

#btn-pdt-notstock-shop{
    border:1px solid red;
    color: red;
    font-weight: bold;
    background-color: transparent;

-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
outline: none;
}

#btn-pdt-notstock-shop:hover{
    background-color: white;
    color: red;
    opacity: 0.6;
}
.btn-perso span {

    width: 99%;
  display: inline-block;
  border: 1px solid #000;
  margin: 0 auto;
  vertical-align: middle;
  color: #4a4949;
  text-transform: uppercase;
  -webkit-transition: background 200ms;
  -o-transition: background 200ms;
  transition: background 200ms;
  padding: 1px 8px;
  text-transform: uppercase;
  font-size: 12px;
  background-color: #fff;
  border-color: #000;
  color: #3B9CCB;
  font-weight: 600;
  height: 2.75rem; 
  line-height: 2.75rem  
}
.btn-perso span:hover {
    background-color:  #3B9CCB;
    border-color: #fff;
    color: #fff;
}
@media (max-width: 767px){
    #pdt-price {
      position: relative;
      margin-bottom: 20px;
  }
  .add-actions{
    display: flex; 
    flex-flow: wrap;
  }
  .btn-perso span {
    width: 76%;
    display: inline-block;
    border: 1px solid #000;
    margin: -9px 8px;
    vertical-align: middle;
    color: #4a4949;
    text-transform: uppercase;
    -webkit-transition: background 200ms;
    -o-transition: background 200ms;
    transition: background 200ms;
    padding: 1px 8px;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #fff;
    border-color: #000;
    color: #3B9CCB;
    font-weight: 600;
    height: 2.75rem;
    line-height: 2.75rem;
}
}
@media (min-width: 768px){
    .product-information-container{
        width:50% !important;
    }
}


/* Produit non disponible - pop */

#block-not-available{
    position: fixed;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#block-not-available.display_none{
    display: none;
}

#block-not-available form{
    background-color: white;
    padding: 20px;
    width: 400px;
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#block-not-available form p{
    color: black;
}

#price-product {
    margin-bottom: 5px;
    font-weight: 500;
}

#title-product {
    text-align: center;
    text-transform: uppercase;
    color: black;
    font-size: 1.3em;
    font-weight: 700;
    line-height: 125%;
}

#subbloc-not-available {
    padding: 15px;
    text-align: left;
    padding-bottom: 0;
}

#mail-not-available {
    height: 40px;
    width: 100%;
    border-radius: 0;
    border: 1px solid black;
    text-align: center;
    margin-bottom: 20px;
    outline: none;
}

#error_mail{
    color: red;
    margin: 0;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
    padding: 0;
    margin-bottom: 10px;
}

#mail-not-available.refused{
    border:1px solid red;
}
#mail-not-available.accepted{
    border:1px solid green;
}

#success-not-available{
    font-weight: bold;
    color: black;
    margin: 15px 0px;
    text-align: center;
    padding: 0;
}

#mail-not-available::placeholder{
    color: black;
}

#validate-not-available {
    margin: 0px auto;
    display: block;
}

#close-form{
    position: absolute;left: 0px;
    bottom: 102%;
    color: white;
    font-size: 1.5em;
    cursor: pointer;
    font-weight: 600;
}

#form-not-available{
    position: relative;
}

/* commenté pour afficher comme sur deejo */
/* .product-information-container .h1{
    font-size: 1.2em;
    
} */

/* ajouté pour afficher comme sur deejo */
.product-information-container .h1{
	font-size:2em;
}

.product-information-container h2{
	margin-bottom:20px;
}
.product-information-right{
    display: none!important;
}

/* commenté pour la refonte */
/* .breadcrumb-header-container {
    padding-top: 0;
    margin: 0 20px;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    top: 100%;
    margin-top: 5px;
} */

@media (max-width: 767px){
.breadcrumb-header-container {
    padding-top: 0;
    margin: 0 30px;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute!important;
    top: 5%!important;
    left: 0!important;
    margin: 0;
    margin-top: 5px;
}
}

#description-caracts {
    font-size: 13px;
}

.scroll-box-arrows i{
    bottom: 0;
}

.wrapper-product-description{
    padding-top: 25px;
    padding-bottom: 25px;
}

#all-caracts p {
    font-size: 13px;
}

.article_stock .material-icons {
    font-size: 14px;
    border: 1Px solid #8bb892;
    border-radius: 50%;
    height: 18px;
    /* padding-bottom: 5px; */
    width: 19px;
    padding-left: 2px;
    padding-top: 1px;
    margin-right: 5px;
}

.lSSlideOuter .lSPager, .lSSlideOuter .lightSlider{
    margin-bottom: 20px;
}

.lSAction>a{
    display: none;
}

.article_stock {
    font-size: 13px;
}

.propositions_produits{
    margin-top: 45px;
}

.product-information .product-description-short p {
    font-size: 12px;
    line-height: 135%;
}

.product-prices .product-price{
    font-size: 2.5em;
}

.btn-primary{
    min-width: inherit;
    padding-left: 30px;
    padding-right: 30px;
}

.lightSlider.lsGrab>* {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* commenté pour la refonte */
/* .product-image-border{
    width: 60%;
} */

/* #product #content{
    max-width: 100%;
} */

.product-information-container{
    width: 40%;
}


.lSSlideOuter .lSGallery li, .lSSlideOuter .lightSlider>* {
    float: left;
    display: flex;
    justify-content: center;
}

.lSSlideOuter .lSGallery li, .lSSlideOuter .lightSlider>*{
    max-height: 100%;
}

#productImageGallery li a{
    max-height: 100%;
}

#productImageGallery .img-fluid, #productImageGallery .carousel-inner>.carousel-item>a>img, #productImageGallery .carousel-inner>.carousel-item>img{
    min-width: 65%;
}

#productImageGallery li a{
width: 100%;
    display: flex;
    justify-content: center;
}

.btn-primary {
    background-color: #2c5533;
}

.btn-primary:hover {
    background-color: #8bb892;
}

@media (max-width: 767px){

.product-image-border{
    width: 100%;
}
.product-information-container{
    width: 100%;
}

/* commenté pour afficher le titre du produit comme sur deejo */
/* .product-information-container .h1 {
    font-size: 1.8em;
    margin-bottom: 20px;
    margin-top: 30px;
    width: 100%;
    text-align: center;
} */

.product-quantity-container .control-label {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.8px;
    display: flex!important;
    vertical-align: middle;
    margin-bottom: 6px;
}

.article_stock{
    text-align: center;
}

.in_stock_product {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.btn-primary {
    font-weight: bold;
    min-width: 65%;
    text-align: center;
    margin-bottom: 25px;
    height: 40px;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}


}









