body {
    font-family: 'Lato',sans-serif;
    height: 100%;
    overflow:hidden;
}

a{
    color: black;
}

.h2 {
    text-transform: uppercase;
    color: #000;
    line-height: 1.32;
    font-size: 1.25rem;
    margin-bottom: 1.5625rem;
    font-style: normal;
}
h3 {
    border-bottom: 0.0625rem solid #eee;
    margin-bottom: 0;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.125rem;
    /*padding-left: 1.25rem;*/
    padding-top:1rem;
    padding-bottom:1rem;
    font-family: sans-serif;
}

.floating-vrac-image{
    position: absolute;
    right:-150px;
    top:0;
}

.product-tile{
    display:inline-flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    border: thin solid #efefef;
    letter-spacing: 0.325px;
    padding:25px 10px;
    width: 235px;
    height: 360px;
    margin: 6px 8px;
    text-align: center;
    font-family: "Lato-SemiBold", Helvetica, serif;
    letter-spacing: 0.32px;
    color: #303030;


}

.product-image-container{
    width:150px;
    height:150px;
}

.product-tile-info{
    height: 120px;
}

.product-tile-name{
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    height: 2.5rem;
}

.product-tile-name2{
    font-weight: 400;
    line-height: 21px;
    font-size: 16px;
    height: 2.125rem;
}

.product-tile-price{
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
}

.product{
    color: #303030;
    font-family: Barlow, serif;
    height: 500px;
    display:flex;
    flex-direction: row;
    align-items: flex-start;
}

.product-col-content{
    width:610px;
}
.product-col-content img{
    width:100px;
    height:100px;
}
.product-col-price{
    width:212px;
}
.product-col-images{
    width:344px;
    display:flex;
    flex-direction: column;
    align-items: flex-end;
}
.product-col-images.product-img-vrac{
    width:344px;
}
.product-col-images.img-AB{
    width:79px;
}

.product-title{
    font-size:18px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
.product-short-desc{
    font-weight: 500;
    font-size:18px;
    color: #575757;
}
.product-ingredients{
    font-size: 16px;
    font-weight: 500;
    color: #303030;
}
.product-price{
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    width:100%;
    margin-bottom: 0;
}
.product-price-100g{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    width:100%;
}
.product-preparation-row{
    padding-top: 20px;
    padding-bottom: 20px;
    display:flex;
}
.product-preparation-row img{
    width: 46px;
    height: 46px;
}
.product-preparation-group{
    display: flex;
    flex-direction: row;

}
.product-preparation-elem-title {
    font-size: 18px;
    font-weight: 700;
    display: block;
}
.product-preparation-elem{
    width: 244px;
    padding-left:20px;
}


.sidebar{
    color:black;
}

.topbar{
    color:black;
}

.logo  img{
    width:100%;
}

div[class^="test"] {
    background: #ffff00;
}

.add-to-cart-global{
    height: 2.375rem;
    letter-spacing: 0.4px;
    line-height: 16px;
    background: #303030;
    color: white;
    border: thin solid #cacaca;
    padding: 0 0.625rem;
    font-size: 16px;
    font-weight: 800;
    height:38px;
    text-transform: uppercase;
    font-family: "Lato", Helvetica, serif;
}


#cart{
    display: none;
}

/*#pdpModal{*/
/*    top:10%;*/
/*    max-width:90% !important;*/
/*    height:97% !important;*/
/*}*/
#nameModal{
    width:50%;
    margin: 0 auto;
}

.modal-body{
    padding: 2rem;
}
.modal-dialog{
    max-width: 97%;
}

.modal-content {
    height:600px;
    width:1200px;
    border-radius: 2px;
    background: #ffffff;
    flex-shrink: 0;
    margin: 0 auto;
}

.modal-header{
    padding: 1rem 1rem 0 0 !important;
    border: 0;
    height: 0px;
}

.modal-close-xs{
    font-size:10px;
}
.modal-close-x{
    font-size:50px;
}
button.close{
    width: 60px;
    text-align:center;
    position:absolute;
    right:0;
    z-index:1;
}

.alert{
    position:sticky;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index:9999;
    border-radius:0px
}

.sidebar{
    position:fixed;
    top: 0;
    bottom:0;
    left:0;
    padding-top:50px;
}

.btn-tea-filter{
    width:200px;
}

.box {
    width: 1920px;
    height: 224px;
}

.header-frame{
    display:flex;
    align-content: center;
    background-image: url("../../public/images/vrac_orientis_header_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 1920px;
    height:253px;
    position:sticky;
}

.sidebar-frame {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    background-color: #fdfaf7;
    border-radius: 2px;
    border: 1px solid #efefef;
    width: 267px;
    height:800px;
    float:left;
    position:sticky;
    padding: 180px 10px 10px;
}

.main-frame {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    position: relative;
    background-color: #ffffff;
    border-radius: 2px;
    border: 1px solid #cacaca;
    width: 1653px;
    float:left;
    padding-top: 40px;
}

.button-main {
    padding: 0px 48px 0px 48px;
    border: 1px solid #fdfaf7;
    font-family: "Lato", Helvetica, serif;
    font-weight: 900;
    color: white;
    background-color: #303030;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.4px;
    white-space: nowrap;
    text-transform: uppercase;
    height:38px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.button-filter {
    padding: 0px 48px 0px 48px;
    border: 1px solid #cacaca;
    font-family: "Lato", Helvetica, serif;
    font-weight: 900;
    color: black;
    background-color: white;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.4px;
    white-space: nowrap;
    text-transform: uppercase;
    height:38px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.selected {
    background-color: #303030;
    color: #fdfaf7;
}

.bubble{
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    gap: 35.53px;
    position: relative;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
}
.bubble-group{
    position: relative;
    width: 480px;
    height: 250px;
    margin-left:30px;
}
.bubble-overlap{
    position: relative;
    width: 126px;
    height: 126px;
    background-color: white;
    border-radius: 63.16px;
    float:left;
    margin: 0 17px;
}
.bubble-element{
    position: absolute;
    width: 95px;
    height: 59px;
    top: 38px;
    left: 16px;
    font-family: "Lato-Black", Helvetica, serif;
    font-weight: 400;
    color: #b79a84;
    font-size: 37.1px;
    text-align: center;
    letter-spacing: 0.48px;
    line-height: 24.7px;
}
.bubble-text-promo{
    font-weight: 800;
}
.bubble-text-details{
    font-weight: 700;
    font-size: 15px;
}
.header-title{
    position:relative;
    width:480px;
    height:50px;
    float:left;
    margin-top:15px;
    text-align: center;
}
.header-title-element{
    font-family: "Barlow", Helvetica, serif;
    font-weight: 1000;
    font-size: 28px;
    line-height: 26px;
    letter-spacing: 0.9px;
    color:#303030;
    text-transform: uppercase;
}
.header-subtitle-element{
    font-family: "Barlow", Helvetica, serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.4px;
    color:#303030;
    text-align: center;
}

.content-container{
    height:800px;
    overflow-y: scroll;
}

.ingredients-pictos{
    display: flex;
    flex-direction: row;
}
.ingredients-picto{
    display: flex;
    flex-direction: column;
    width: 150px;
    text-align: center;
    align-items: center;
}
#screensaver{
    width:100%;
    height:100%;
}