.backdrop
{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.65);
    opacity: .0;
    filter:alpha(opacity=0);
    z-index:50;
    display:none;
}
.layer-vote-total.panel_information label{
  color: #fff;
}
.txt-Erreue{
    margin: 10px;
    color: black;
}
div#all-information {
    position: absolute;
    bottom: 42px;
}
#all-information div h6 {
    margin-left: 10px;
    margin-bottom: 3px;
    margin-top: 0px;
    color: #fff;
    font-weight: 100;
    text-transform: capitalize;
    letter-spacing: 0.7px;
}
.panel-hover-information {
    width: 100%;
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(20, 20, 21, 0.36);
    transition: all 1s;
}
.layer-img {
  position: relative;
  }
.BoxErreur{
    position:absolute;
    top:20%;
    left:25%;
    background:#f1f1f1;
    z-index:51;
    padding:10px;
    width: 600px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow:0px 0px 5px #444444;
    -webkit-box-shadow:0px 0px 5px #444444;
    box-shadow:0px 0px 5px #444444;
    display:none;
}


.box
{

    overflow: auto;
    height: 60%;
    position: absolute;
    left: 13%;
    top: 15%;
    width: 70%;
    background: #ebebeb;
    z-index: 51;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 5px #444444;
    -webkit-box-shadow: 0px 0px 5px #444444;
    box-shadow: 0px 0px 5px #444444;
    display: none;
}

.boxSave
{
    position: absolute;
    left: 25%;
    top: 15%;
    width: 50%;
    background: #ebebeb;
    z-index: 51;
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 5px #444444;
    -webkit-box-shadow: 0px 0px 5px #444444;
    box-shadow: 0px 0px 5px #444444;
    display: none;
    max-width: 800px;
}

.close
{
    float:right;
    margin-right:6px;
    cursor:pointer;
    font-size: xx-large;
    opacity: .5;
}

.layer-produit{
  width: 50%;
  display: -webkit-box;
  height: 346px;
}
.modal-header{
  padding-top: 0px;
}
button#btn-downlaod .label-save {
    line-height: 1.8;
    text-transform: capitalize;
}
.layer-cart{
    /* width: 50%; */
    margin-left: 50px;
    margin-right: 20px;
}
.tab label {
    color: #333;
    font-size: 14px;
}
.modal-backdrop{
    opacity: .8 !important;
}
.layer{
    display: flex;
    HEIGHT: 100%;
    padding: 7px;
}
.Layer-class-produit{
    margin: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 992px){
  #img-Produit{
    max-height: 200px;
  }
  .boxsave{
    width:40%
    top: 5%;
  }
  .layer-produit {
    width: 100%;
}
    .layer{
        margin-top: 20px;
        display: block;
    }
    .choose-share {
    padding-left: 10px;
    padding-bottom: 10px !important;

}
    .layer-cart {
    width: 100%;
    margin-left: 0px;
    border-left: 0px solid #d6d4d4;
    border-top: 1px solid #d6d4d4;
    clear: both;
    margin-top: 10px;
}
.share-facebook {
    margin-top: 10px !important;

}
.gallery {

    margin-top: 10px !important;
}
.layer-up {

    margin-top: 10px;
}
.layer-choose {
    padding-left: 10px;
    padding-bottom: 25px;
    border-bottom: 1px solid #bebdbd;
}
.txt-gallery label {
  margin-top:10px !important;
}

}

.icon, [class^="icon-"] {
    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;
    transform: translate(0,0);
}
.choose-share{
    margin-left: 10px;
    font: 200 13px/29px Arial,Helvetica,sans-serif;
    /* border-bottom: 1px solid #bebdbd; */
    display: -webkit-box;
    width: fit-content;
    height: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.check-choose{

}
#img-Produit{
    cursor: pointer;
    position: initial;
    object-fit: cover;
    /* margin: 10px; */
    height: 100%;
    width: 100%;
    border-radius: 7px;
}
.layer-up{
    font-size: 21px;
    margin-bottom: 10px;
    margin-left: 10px;
    font-weight: bold;
    font-family: 'Raleway';
    text-transform: uppercase;
    color: #41464c
}
.img-success{
    width: 30px;
    margin-bottom: 5px;
    margin-right: 5px;
}
.txt-exp{
    color: #9E9E9E;
    font-size: 13px;
    font-family: 'Raleway';
    margin-left: 2px;

}
.zmdi {
    margin-top: 3px;
}
.zmdi-help-outline:before {
    content: '\f1f5';
    color:#5ba2dd;
}
.help{
    display: flex;
    margin-top: 3px;
}
.txt-help {
    font-size: 10px;
    color: #5ba2dd;
    margin-left: 7px;
    font-family: 'Raleway';
    text-transform: capitalize;
    margin-bottom: 0;
    /* margin-bottom: -10px; */
}
input#nextBtn:hover {
    opacity: 0.8;
}
.layer-choose{
    margin-left: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.share-facebook{
    text-align:center;
    margin-top: 25px;
    /* opacity: 0.6;
     cursor: not-allowed;*/
}
input[type=text] {
  width: 72%;
  border-radius: 4px 0px 0px 4px;
  border: 1px solid #ccc;
  padding: 12px;
  font-family: 'Raleway';
  margin-left: auto;
  display: block;
  margin-right: auto;
  text-align: center;
  color: #41464c;
  font-size: 19px;
}
.share-gallery{
    display: inline-flex;
    width: 100%;
    margin-top: 10px;

}
.btn-add-gallery{
    /* width: 7%; */
    font-weight: bold;
    /* position: static; */
    background:  #7d8d20;
    border: 1px solid  #7d8d20;
    /* font: 20px/15px Helvetica, Arial, sans-serif,bold; */
    /* color: #fff; */
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    padding: 2px 7px;
    border-radius: 0px 4px 4px 0px;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    -webkit-user-select: none;
    white-space: nowrap;
    font-size: smaller;
}

.txt-gallery label{
    font-size: 12px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-top: 25px;
    font-weight: bold;
    font-family: 'Raleway';
    text-transform: uppercase;
    color: #41464c
}
button::-moz-focus-inner, input::-moz-focus-inner {
    /*padding: 5px;*/
    border: 0;
  }
.gallery{
    font-size: 15px;
    /* display: flex; */
    color: #5ba2dd;
    width: 100%;
    background-color: transparent;
    border: transparent;
    text-align: center;
    margin-top: 35px;
    display: block;
    font-weight: 600;
    word-spacing: -4px;
    line-height: 10px;
}
.txt-btn-gallery{
    font-family: 'Roboto';
    margin-left: 10px;
    font-size: 15px;
    color:  #5ba2dd;
    text-transform: capitalize;

}
