
.list-more-product{
    width: 1300px;
    display: flex;
    flex-direction: row;
    overflow-x:scroll
}

.more-item {
    min-width: 200px;
    margin-right: 25px;
    flex-grow: 1;
}

.more-item a:hover {
    color: #123555 !important;
    font-weight: bold !important;
}

.more-item .contain-img{
    display: flex;
    align-items: center;
    height: 210px;
    width: 200px;
    padding: 10px;
    margin-bottom: 20px;
}
.container-detail{
    background-color: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #C8C8C8;
    padding: 40px 30px;
}
.container-more {
    background-color: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #C8C8C8;
}

.more-product {
    padding: 20px 30px;
}

.image-detail {
    min-width: 504px;
    height: 504px;
}
.image-detail img {
    width: fit-content;
}

.border-round{
    border: 1px solid #C8C8C8;
}
.border-right{
    border-right: 1px solid #C8C8C8;
}
.border-bottom{
    border-bottom: 1px solid #C8C8C8;
}
.payment-container input {
    width: 70px;
    margin: 0 30px;
}
.payment-container button {
    /*width: 230px;*/
}

.list-more-product::-webkit-scrollbar {
    display: none;
}
.spec-product {
    min-height: 32px;
}
.spec-product div {
    padding: 16px;
}

.spec-product div:first-child {
    width: 200px;
}

.spec-product:last-child{
    border: none !important;
}
