html,
body{
    padding:0;
    margin:0;
    width: 100%;
    height: 100%;
    height: 100vh;
    background-color:rgba(59,59,59,1.00);
    overflow-x: hidden;
    overflow-y: auto;
    color:white;
    background-attachment: fixed;
    font-family: Kanit;
    background-image: linear-gradient(153deg, rgba(29,29,29,1.00) 0%, rgba(89,89,89,1.00) 55%, rgba(51,51,51,1.00) 99%);
}


#wrap{
    display: flex;
    width: 100%;
    max-width: 650px;
    height: auto;
    flex-direction: column;
    margin: 70px auto;
    padding: 40px 0px;
    border-radius: 20px;
    gap:45px 0px;
    box-sizing: border-box;
    align-items: center;
    background-color: rgba(23,23,23,1.00);
    box-shadow: 0px 0px 40px rgba(188,169,99,0.2);
    justify-content: center;
}

#wrap img{
    width:auto;
    height: auto;
    max-height: 40px;
    margin: auto;
    translate: 0px -55px;
}

#wrap #topic {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    translate: 0px -20px;
    gap:6px 0px;
}

#wrap #topic h1{
    font-size: min(4.5vw, 50px);
    font-weight: 800;
    margin:0px;
}
#wrap #topic p{
    font-size: min(2.5vw, 18px);
    font-weight: 200;
    margin:0px;
}
    
#wrap #paymentRequestButton{
    width:100%;
    height: auto;
    box-sizing: border-box;
    padding: 20px 8%;
    text-align: center;
}

#wrap #productlist{
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px 10px;
    padding: 10px 4%;
    box-sizing: border-box;
}

#wrap #productlist input[type='checkbox']{ 
    display: none; 
}

#wrap #productlist label{
    position: relative;
    background-color:rgba(84,84,84,1.00);
    width: calc( 33% - 20px );
    border-radius: 50px;
    padding: 12px 12px 12px 60px;
    text-transform: capitalize;
    letter-spacing: 1px;
    user-select: none;
    box-sizing: border-box;
    -webkit-user-select: none;
    box-shadow: inset 0px 0px 10px rgba(101,105,64,1.00); 
    gap:0px;
    transition: all 0.2s;
}


#wrap #productlist label:before{
    position: absolute;
    top:0px;
    left:15px;
    bottom:0px;
    width:30px;
    height: 30px;
    background-color: rgba(230,230,230,1.00);
    border-radius: 100px;
    content:"";
    margin: auto;
}

#wrap #productlist label .title{
    font-size: min(16px, 3vw);
    font-weight: 700;
    text-align: left;
    margin: 0;
}

#wrap #productlist label .price{
    font-size: min(13px, 2vw);
    font-weight: 300;
    text-align: left;
    margin: 0;
}


@media screen and (max-width:550px){
    
    #wrap #productlist{
        flex-direction: column;
    }
    
    #wrap #productlist label{
        width:100%;
    }
    
    #wrap #productlist label .title{
            font-size: min(25px, 4.4vw);

    }
    
    #wrap #productlist label .price{
            font-size: min(20px, 3vw);
    }
    
}

#wrap #productlist input[type='checkbox']:checked + label{ 
    background-color:rgba(30,24,24,1.00);
    box-shadow: inset 0px -22px 12px rgba(69,69,62,1.00); 
}

#wrap #productlist input[type='checkbox']:checked + label:before{
    background-color:lime;
}

#wrap #price_summary{
    display: flex;
    width: 100%;
    max-width: 450px;
    height: auto;
    border-top:1px solid rgba(88,87,76,1);
    flex-direction: row;
    flex-wrap: wrap;
    padding: 15px 4% 30px 4%;
    box-sizing: border-box;
    text-align: center;
    transform: scale(1.1);
    justify-content: center;
    align-items: center;
}

#wrap #price_summary h5{
    display: flex;
    width:100%;
    height:auto;
    margin:0;
    align-items: center;
    justify-content: center;
    text-align: center;
}
    
#wrap #orderer {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    padding: 120px min(10%, 50px);
    clip-path: ellipse(100% 49% at 50% 50%);
    background-color: rgba(36,36,36,1.00);
    gap: 20px 0px;
    box-sizing: border-box;
}


#wrap #orderer input{
    width:100%;
    height: 45px;
    margin:0px 0px 0px 0px;
    outline:none;
    border:0;
    background-color:rgba(51,51,51,0.75);
    border-radius: 25px;
    color:rgba(228,228,228,1.00);
    box-sizing: border-box;
    padding: 0px 25px;
    font-size: min(17px, 5vw);
}

#wrap #orderer #sopp{
     display:flex;
     width:100%;
     height:auto;
     flex-direction: column;
     gap: 0px 5px;
     margin:20px 0px;
     align-items: center;
     justify-content: center;
}

#wrap #orderer #sopp label input[type='checkbox']{
    display: block;
    width:25px;
    height:25px;
    padding:0;
    margin:0px 10px 0px 0px;
    border-radius: 100px;
    -webkit-appearance:none;
    border:0;
    outline:none;
    background-color:rgba(237,237,237,1.00);
}
   
#wrap #orderer #sopp label input[type='checkbox']:checked {
    background-color:rgba(87,219,54,1.00);
}

#wrap #orderer #sopp label{
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0px 25px;
    height: 52px;
    line-height: 52px;
    flex-direction: row;
    background-color:rgba(63,63,63,0.3);
    border-radius:100px;
    text-wrap:nowrap;
    flex-wrap:nowrap;
    box-sizing:border-box;
    width:auto;
    margin:10px auto;
}

#wrap #orderer #button{
    display: flex;
    width:auto;
    max-width: 450px;
    height: 45px;
    line-height: 45px;
    outline:none;
    border:0;
    border-radius: 25px;
    box-sizing: border-box;
    padding: 0px 35px;
    background-color:rgba(45,44,43,1.00);
    box-shadow: inset 0px 22px 12px rgba(69,69,62,1.00); 
    color:rgba(229,220,135,1.00);
    margin: 20px auto 10px auto;
    font-size: min(17px, 5vw);
    transition: all 0.2s;
}

#wrap #orderer #button:hover{
    box-shadow: inset 0px 2px 12px rgba(69,69,62,1.00); 
    transform: scale(1.04);
}

#wrap #orderer .btn_p{
    color:white;
    font-weight: 200;
    font-size:14px;
    margin: 5px auto 10px auto;
}

#wrap #orderer .btn_p a{
    text-decoration: none;
    color:inherit;
}
