.miniature{
    width: 100%;
}

.product-cover img{
    box-shadow: 0px 0px 0px 0px rgba(25, 26, 53, 0.1);

}
#quantity_wanted{
    width: 2rem;
}

.product-miniature-full-width .notes {
    position: static;
}

.centrer{
    padding-top: 10px;
    text-align: center;
}

.add-to-cart{
    width: 40px;
    height: 40px;
    padding: 0;

}

.material-icons.shopping-cart{
    margin: 0 0 0 0;
}



article.product-miniature-full-width{
    padding: 30px 0px 30px 0px;
}

.test{
    float: left;
	height:100%;
	border-right:1px solid var(--main-border-color);
}

.row-test{
	height:150px;
	border:1px solid var(--main-border-color);
    box-shadow: 0px 1px 5px 0px rgba(25, 26, 53, 0.1);
    margin-bottom: 0.5rem;

}

.contenu-tableau{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.ligne-1{
   height: 1.5rem;
   border:1px solid var(--main-border-color);
   box-shadow: 0px 1px 5px 0px rgba(25, 26, 53, 0.1);
}

.modal-description{
    box-shadow: 0px 1px 5px 0px rgba(25, 26, 53, 0.1);
    border:1px solid var(--main-border-color);
    border-radius:.1rem;
    padding: 10px 10px 10px 10px;
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-100%, -100%);
  }


  .en_savoir_plus{
    font-style: italic;
  }

  .centered2 {
    position: relative;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
  }

  h4{
    font-family: 'Maven Pro', sans-serif;
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-price{
    font-family: 'Maven Pro', sans-serif;
    font-weight: bold;
  }
  .product-miniature-full-width .caract{
      position: relative;
      bottom: 0;
      right: 0px; 
    text-align: center;
  }

  .case_1{
    width:10%;
    border-right:0px solid;
  }

  

.panier-lateral{
    width:100%;
    height: 100%;
}

.rond-rouge {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background: #9E0E40	;
    margin-top: 20px;
    margin-left: 5px;
}

.rond-bulles {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background: #FBF2B7	;
    margin-top: 20px;
    margin-left: 5px;
}

.rond-blanc {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background: #F1F285	;
    margin-top: 20px;
    margin-left: 5px;
}

.plus_moins{
    width: 20px;
    border:2px solid var(--main-border-color);
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 30px;
}

.reduction{
    font-size: 9pt;
    color: var(--main-accent-color);
    font-style: italic;
}

.prix_bare{
    font-size:9pt;
    text-decoration: line-through;
}

.nb_bouteille{
    font-size:12pt;
    color : var(--main-accent-color);
    cursor: pointer;

}

.input-quantite{
    box-shadow: none; 
    border:0px solid; 
    text-align:center;
    width: 2rem;
}



.rond-panier {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: var(--main-accent-color)	;
    position:absolute;
    bottom:50px; 
    right:50px;
    z-index: 99;
}

.rond-panier-anim {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: var(--main-accent-color)	;
    position:absolute;
    bottom:50px; 
    right:50px;
    z-index: 99;
    -webkit-animation-name: clignote; 
    -webkit-animation-duration: 1s; 
    -webkit-animation-iteration-count:infinite; 
}


@-webkit-keyframes clignote {
    0%{background: var(--main-accent-color)	;}
    50%{background: #2fb5d2;}
    100%{background: var(--main-accent-color);}
    }


    .rectangle-panier {
        cursor: pointer;
        width: 170px;
        height: 50px;
        background: var(--main-accent-color)	;
        position:absolute;
        bottom:50px; 
        right:50px;
        z-index: 99;
    }
    
@media only screen and (max-width: 1200px) {

    #descriptionGuide{
        text-align: justify;
    }
    .icone-coeur{
        position:absolute; 
        top :0
    }
    .rectangle-panier-anim {
        cursor: pointer;
        width: 170px;
        height: 50px;
        background: var(--main-accent-color)	;
        position:absolute;
        bottom:50px; 
        right:50px;
        z-index: 99;
        -webkit-animation-name: clignote; 
        -webkit-animation-duration: 1s; 
        -webkit-animation-iteration-count:infinite; 
    }


}




@media only screen and (max-width: 1200px) {
    /* For mobile phones: */
 
    .ligne-1{
        display: none;
    }

    .ligne-mobile{
        width: 100%; 
        height: auto;
        margin:0;
        padding: 10px 0 10px 0;

        border-top:1px solid var(--main-border-color);


    }

    p{
        font-size: 11pt;
    }
   
    div{
        font-size: 11pt; 

    }
    a{
        font-size: 13pt; 

    }
    .modal-commande-mobile{
        height: 170px;
        box-shadow: 0px 1px 5px 0px rgba(25, 26, 53, 0.1);
        border:1px solid var(--main-border-color);
        border-radius:.1rem;
        padding: 10px 10px 10px 10px;
    }

    button.close-commander {
        padding-top: 10px;
        padding-right: 20px;
        cursor: pointer;
        background: transparent;
        border: 0;
        -webkit-appearance: none;
        font-size: 2em;
        color: #000000;
        opacity: 1;
    }

    .input-quantite{ 
        border:1px solid var(--main-border-color);; 
        text-align:center;
        width: 2rem;
        height: 2rem;
    }
    .icone-bio{
        width: 32px;
        height: 21px;
        display: block;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 0%);
    }
    .centrer_quantite_mobile{
        position: fixed;
        top: 50%;
        left: 50%;
        /* bring your own prefixes */
        transform: translate(-50%, -70%);
    }
    .plus_moins-commande{
        width: 40px;
        border:0px solid var(--main-border-color);
    }

    
    .input-quantite-commande{ 
        border:1px solid var(--main-border-color);; 
        text-align:center;
        width: 40px;
        height: 40px;
        font-size: 14pt;

    }

    .rectangle-panier {
        cursor: pointer;
        width: 100%;
        height: 50px;
        background: var(--main-accent-color)	;
        position:fixed;
        bottom:0px; 
        right:0px;
        z-index: 99;
    }
    .icone-en-savoir-plus{
        cursor: pointer;
        color : var(--main-accent-color);
    }
  }


 .double-range-selector { 
     pointer-events: none; 
     position: absolute; 
     left: 0; 
     top: 15px; 
     width: 100% !important; 
     max-width: 100% !important; 
     outline: none;
      height: 18px; 
      margin: 0; 
      padding: 0; 
      border-radius: 8px; 

    }



    .double-range-selector::-webkit-slider-thumb { 
     pointer-events: all; 
     position: relative; 
     z-index: 1; 
     outline: 0; 
     -webkit-appearance: none; 
     height: 24px; 
     width: 24px; 
     border-radius: 12px !important; 
     background-color: white; 
     border: 2px solid black; 
    } 
    

    .question_range{
        position: relative;
        height: 60px;
    }
    

    .rs-label {
        position: relative;
        left: 100px;
        color: #000000;
        font-size: 16px;
        padding-top: -30px;
        
    }

    .label-range {
        vertical-align: middle;
        margin: 0 0;
        padding: 5px;
        cursor: none;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -0%);
    }


    .voir_les{
        border: 2px solid var(--main-accent-color);
        border-radius: 20px;
        position: fixed;
        left: 50%;
        transform: translate(-50%, -0%);
        z-index : 999;
        width: auto ;
        height: 35px;
        box-shadow: 0px 1px 5px 0px rgba(25, 26, 53, 0.1);
        background-color: #fff;
        cursor: pointer;

    }

    .voir_les_vins{
        border: 2px solid var(--main-accent-color);
        border-radius: 20px;
        width: 210px !important;
        height: 35px !important;
        box-shadow: 0px 1px 5px 0px rgba(25, 26, 53, 0.1);
        background-color: #fff;
        cursor: pointer;
        font-family: 'Maven Pro', sans-serif;
        font-size : 18px !important;
        margin-left: 10px;
        color:rgb(58, 64, 77);
        font-weight: 700;
        z-index: 98;

    }


    .voir_les_test{
      
        width: 166px !important;
        height: 35px !important;
        padding: 5px 20px 5px 20px; 
        cursor: pointer;
        font-family: 'Maven Pro', sans-serif;
        font-size : 18px !important;
        margin-left: 10px;
        color:rgb(58, 64, 77);
        font-weight: 700;

    }



.header-top{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}


#cartDetail{
    font-family: 'Maven Pro', sans-serif;
    margin-bottom : 20px;
    width: 100%;
    height:auto;
}


.border{
    border:1px solid var(--main-border-color);
    border-radius: 2px;
}

.li-order-by{
    border-top:1px solid var(--main-border-color);
    height: 40px;
    position: relative;
    cursor: pointer;
    background-color: white;
    opacity: 1;
}

.li-order-by:hover{
    color:var(--main-accent-color);
}


.span-order-by{
    position: absolute; left: 10% ;top :50%; transform: translate(0,-50%) 
}

@media (max-width: 576px){
    .orderBy{
        margin-bottom: 15px;
    }
    .divOrder{
        height: 80px !important;
    }
    .icone-coeur{
        position: relative;
    }
}

.divOrder{
        margin-top: 40px;
        margin-bottom: 20px;
    }

body{
    font-family: 'Maven Pro', sans-serif !important ;
    font-weight: 400;
    }
    h1{
    font-family: 'Maven Pro', sans-serif !important ;

    }