
main{
    width: 76%;
    left: 0px;
}

.orderContainer{

    position:fixed;
    width:24%;
    height: 100%;
    background-color: var(--ChampEcriture);
    right:0px;
    

    /* left: 0px; */
    bottom:0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction:column;
    font-size: 14px;
    padding:9px;
    padding-bottom: 5px;

    

}

.logoContainer{
    position: relative;
    display: flex;
    /* align-self: flex-start;   */
    align-items: center;
    width:80%;
    padding-bottom: 22px;

}

.productsType{
    position: relative;
    /* height: 40%; */
    width:100%;
    font-size: 22px;
    line-height: 1.5;
    
    /* background-color: blue; */
   
    display: flex;
    /* align-self: flex-start;   */
    align-items: center;
    /* overflow-y: scroll; */
    /* text-decoration:none; */
    /* justify-content: center; */
    flex-direction: column;
    overflow-y: scroll; /* Add the ability to scroll */
    font-weight: 100;
}



/* Hide scrollbar for Chrome, Safari and Opera */
.productsType::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.productsType {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.productType{
    position:relative;
    width: 90%;
    min-height:70px;
    /* border-radius: 12px; */
    /* background-color: #ffffff; */
    margin-top: 8px;
    padding-top: 10px;
    
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(185, 185, 185);
    /* overflow-y: scroll; */

    /* font-family: Borel; */
}

.bottomContainer{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
    margin-bottom: 10px;
}
.priceContainer{
    position:relative;
    width:80%;
    /* height: 10%; */
    /* background-color: #e68181; */
    right:0px;
    /* bottom:0px; */
    margin-top: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
    font-size: 14px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(185, 185, 185);
    /* border-top: #5fbb52; */

}

.totalPrice{
    font-weight:100;
    font-size:16px;
    }

.numberArticle{

    font-style: italic;
    /* color: rgb(147, 147, 147); */
    font-size: 10px;
}




.shoppingCartNumber{
    position: fixed;
    right:40px;
    top: 160px;
    width: 40px;
    height:40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    color: var(--ecriture);
    cursor: pointer;
    flex-direction: column;
}
.shoppingCartLogo{
    top: 100px;
    /* background-color: var(--logo); */
    padding: 10px;
    border-radius: 50%;
}




/* ----------------- */

.blockProduct{
    position: relative;
    width: 80%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:10px;
    padding: 10px;
    /* border-radius: 12px; */
    background-color: var(--background);
    /* box-shadow: 0px 0px 15px 1px var(--shadow); */
    transition: 0.6s ease; 

}

.blockProduct:hover{
    transform: scale(1.04);
    transition: 0.6s ease; 
}


    
.shoppingCartResume{
    overflow: scroll;
    width: 100%;
    height: auto;
}

.blockProductResume{
    font-size: 14px;
}

.blockProductImage{
    position: relative;
    height: 100%;
    /* width: 12%; */
    padding-right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: 0px 0px 15px 1px rgb(231, 231, 231); */

}

.imageProduct{
    position: relative;
    width: 100%;
    height: auto;
    max-width: 400px;
    max-height: 400px;
    object-fit: cover;
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    border-radius: 12px;
}
.blockProductDescription{
    position: relative;
    height: 100%;
    width: 60%;
    padding-right: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.green{
    background-color: #83e576;
}
.green:hover{
    background-color: #5fbb52;
}

.allshoppingCart{
    position: relative;
    width: 100%;
    height: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* background-color: red; */
    overflow-y: scroll;
    /* margin:4px; */

}

.removeShoppingCartBtnDialogBox{

    position: relative;
    bottom: 8px;
}



@media screen and (max-width: 900px) {
    main{
        width: 100%;
    }
    
    
.shoppingCartResume{
    display: none;
}

    .orderContainer{

        bottom: 0px;
        height: auto;
        
    }
    .logoContainer{
       display: none;
    
    }
    .blockProduct{
        position: relative;
        width: 96%;
        /* height: 90%; */
        display: flex;
        align-items: center;
        justify-content: center;
        /* flex-direction: column; */
        margin:4px;
        gap: 6px; 

    }

    .blockProductImage{
        /* width:20%; */
        padding-right:0px;
    }
    .blockProductDescription{

        padding-right:0px;
    }

    .orderContainer{

        position: fixed;
        width: 100%;
        /* height: 20%; */
        right: 0px;
        /* left: 0px; */
        /* top: 0px; */
        display: flex;
        justify-content: center;
        align-items: center;
        /* flex-direction: column; */
        font-size: 14px;
        margin-top: 8px;
        z-index: 1;
    }
    .productType{
        display: none;
    }

    .logoNavBarShoppingCart{
        display : none;
    }
    
    .imageProduct{
        
        max-width: 120px;
        max-height: 120px;
    }
/*
    .priceContainer{
        margin-top: 0px;
    }
*/
    #littleMore{
        height: 92%;
    }
}