.Brand{
    font-size: 20px;
    font-weight: 600;
}
.Brand, .Class{
    margin-bottom: 5px;
}
.Quantity{
    font-size: 20px;
    min-width: 30px;
    text-align: center;
}
.brandcontainer{
    padding: 0 15px;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

.brandbox{
    padding: 15px;
    border-radius: 30px ;
    background-color: rgba(255, 255, 255, 0.345);
}
.brandboxx{
    min-height: calc(100vh - 290px);
    min-height: calc(100svh - 290px);
    background-color: #f5f5f5;
    border-radius: 30px ;
    padding: 50px 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#bhld{
    display: none;
    width: 100%;
    max-width: 500px;
    border: none;
    border-radius: 20px;
    background-color: #ffffff;
    padding: 60px 20px;
    -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);  
    outline: 1px solid transparent;
}
.imghld {
    display: flex;
    justify-content: center;
}
.imghld img{
    height: 100px;
}
.infohld{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}
.infamt{
    align-self: flex-end;
}
.qhld{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 30px;
}
.increase, .decrease{
    border: none;
    color: #ffffff;
    background-color: #000000;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.decrease{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.increase{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.addhld{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    position: relative;
}
#add{
    position: absolute;
    top: -30px;
    right: calc(50% - 50px);
    align-items: center;
}
#add img{
    height: 10px;
    margin-right: 5px;
}
.addhld button{
    border: 2px solid #ffffff;
    outline: 2px solid #000000;
    color: #ffffff;
    background-color: #000000;
    border-radius: 20px;
    width: 200px;
    height: 50px;
    cursor: pointer;
}

@media (max-width : 500px){
    .Brand{
        font-size: 17px;
    }
    .Class{
        width: 170px;
    }
}


@media (min-width : 1024px){
    .brandcontainer{
        padding: 0 50px;
    }
    .brandbox{
        padding: 50px;
        border-radius: 30px ;
        background-color: rgba(255, 255, 255, 0.345);
    }
    .brandboxx{
        min-height: calc(100vh - 350px);
        min-height: calc(100svh - 350px);
        padding: 50px;
    }
 
}

