.Giohang {
    font-family: "Montserrat", Sans-serif;
    margin-top: 7%;
}
.row {
    display: flex;
    margin-left: 7%;
}

.Giohang-table-left {
    width: 65%;
    margin-top: 30px;
}
.Giohang-table-right {
    background-color: #F3f3f3;
    width: 25%;
    margin-left: 30px;
    line-height: 4em;
}
.update {
    border-top: 1px solid #231f20;
    width: 100%;
}
.Giohang-left {
    width: 100%;
    text-align: left;
}

.update button{
    float: right;
    margin-top: 25px;
    width: 170px;
    height: 45px;
    margin-left: 20px;
    background-color:grey;
    color: white;
    border-radius: 7px;
    border: none;
}
.update button:hover {
    background-color:darkgrey;
}

.Giohang-right .price {
    text-align: right;
}
.Giohang-right {
    padding:0 20px 0 20px;
    font-weight: 550;
    letter-spacing: 0.025em;
}
.Giohang-right .title {
    border-bottom: 1px solid darkgrey ;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 19px;
}
.Giohang-right .tt {
    border-bottom: 1px solid darkgrey;
    width: 100%;
}
.pay {
    text-align: center;

}
.pay button {
    width: 85%;
    height: 49px;
    background-color: grey;
    color: white;
    font-size: 16px;
    border-radius: 7px;
    border: none;
}
.pay button:hover {
    background-color: darkgrey;
}
.hinhthucpay {
    text-align: center;
}