body{
    background-color: white;
}
.content{
    margin-top: 30px;
    margin-bottom: 10px;
    display: block;
    

}
h1{
    margin: 20px;
    color: rgb(255, 70, 85);
    
}
.top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top div{
    display: flex;
    align-items: center;
}
.top img{
    margin: 5px;
    width: 20px;
    background-color: rgb(182, 182, 182);
    padding: 9px;
    border-radius: 10px;
}
.top input{
    height: 35px;
    border-radius: 10px;
    border: 1px solid gray;
    width: 400px;
}

.item {
    position: relative;
    
    
    display: flex;
    margin: 10px;
    height: 230px;
    margin-bottom: 20px;
    margin-top: 20px;
    
}

.item1{
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    background-color: #d1d1d142;
    width: 95%;
}
.item1 img{
    width: 120%;
}
.item2{
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-left: 5px;
    background-color: rgb(255, 70, 85);
    width: 7%;
}

.item .item2 img{
    height: 40px;
    width: 40px;
    float: left;
}



.item img {
    width: 50%;
    filter: none;
}


.item p {
    position: absolute;
    top: 0px;
    left: 15px;


    filter: none;
}

.item .icon {
    position: absolute;
    bottom: 10px;
    right: 15px;
    width: 30px;
}

.item a {
    position: absolute;
    bottom: 13px;
    right: 50px;
    filter: none;
}

.payment .item {
    position: relative;
    
    display: flex;
    margin: 10px;
    height: 50px;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: none;
    
}
.payment .item1{
    position: relative;
    background-color: none;
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffff;
}

.payment .item p {
    position: relative;


    filter: none;
}
.payment .item a {
    position: static;
    filter: none;
    margin-right: 10px;
}

#title{
    border-bottom: 1px solid gray;
}
#total{
    padding-top: 10px;
    border-top: 1px solid gray;
}

.pay {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    background-color: rgb(255, 70, 85);
    height: 70px;
    margin-bottom: 20px;
    text-decoration: none;
}
.pay h2{
    text-decoration: none;
    color: white;
    font-size: 25px;
}


