/* giohang */
.buildright .modal-content {
    border-radius: 0px;
}

.buildright .modal-header {
    border-bottom: 0px;
}

.buildright .modal-footer {
    border-top: 0px;
}

.buildright .close {
    position: absolute;
    top: 0;
    right: 0;
    text-shadow: none;
    padding: 3px 10px;
    background: #087cee;
    font-size: 35px;
    color: white;
    opacity: 1 !important;
    border-radius: 25px;
    border: solid 3px white;
}

.buildright .modal-dialog {
    max-width: 1060px;
}

.updowmodal form {
    width: 300px;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
}

.updowmodal form .decrease {
    margin-right: -4px;
    border-radius: 8px 0 0 8px;
}

.updowmodal form .increase {
    margin-left: -4px;
    border-radius: 0 8px 8px 0;
}

.updowmodal form .input-wrap {
    margin: 0px;
    padding: 0px;
}

.nametablemodal {
    border: solid 1px #ababab;
    width: 190px;
    display: flex;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    justify-content: center;
    padding: 5px;
    border-bottom: 0px;
}

.nametablemodal p {
    padding-top: 2px;
}

.nametablemodal i {
    color: #e5322c;
    font-size: 20px;
    margin-right: 5px;
}

.tablemodal {
    border: 1px solid #ababab;
}

.tablemodal .media {
    margin-right: auto;
    padding-left: 15px;
}

.tablemodal .noright {
    padding-right: 0px !important;
}

.tablemodal .noboder {
    padding: 0px;
    border-left: 1px solid #ababab;
}

.tablemodal .noleft {
    padding-left: 0px;
    border-left: 1px solid #ababab;
}

.tablemodal .nametable {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #ababab;
    padding: 5px 0px;
}

.tablemodal .bodytable {
    display: flex;
    justify-content: center;
    font-size: 18px;
    padding: 25px 10px 10px 10px;
    color: black;
}

.tablemodal .bodytable img {
    margin-top: -15px;
    width: 80px;
    height: 80px;
}

.number {
    width: 35px;
    height: 21px;
}

.value-button {
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0px;
    text-align: center;
    vertical-align: middle;
    padding: 0px 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.value-button:hover {
    cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.textred {
    font-size: 20px;
    font-weight: 700;
    color: red;
    display: flex;
    justify-content: flex-end;
}

.textred li {
    width: 165px;
    text-align: center;
    padding: 20px 0px;
}

.modal-footer button {
    color: white;
    font-size: 16px;
    border-radius: 5px;
    border: solid 1px white;
    text-transform: uppercase;
    font-weight: 500;
}

.modal-footer .contine {
    background-color: #012e67;
    padding: 5px 40px;
    margin-right: auto;
}

.modal-footer .bought {
    padding: 5px 20px;
    background-color: #ff0000;
}

/* giohang */
.buildright .modal-content {
    border-radius: 0px;
}

.buildright .modal-header {
    border-bottom: 0px;
}

.buildright .modal-footer {
    border-top: 0px;
}

.buildright .close {
    position: absolute;
    top: 0;
    right: 0;
    text-shadow: none;
    padding: 3px 10px;
    background: #4d9bc7;
    font-size: 35px;
    color: white;
    opacity: 1 !important;
    border-radius: 25px;
    border: solid 3px white;
}

.buildright .modal-dialog {
    max-width: 1060px;
}

/*Giỏ hàng*/
.order {
    padding: 0 40px 40px;
}

.order__heading {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 0;
    padding: 20px 0;
    text-align: center;
}

@media (max-width: 767px) {
    .order {
        padding: 0 15px 20px;
    }
}

.order-info {
    text-align: center;
    padding-top: 15px;
}

.order-info__item {
    flex-grow: 1;
    padding: 15px;
}

.order-info__label {
    color: #999999;
    margin-bottom: 5px;
}

.order-info__value {
    font-size: 20px;
    font-weight: bold;
}

.order-detail {
    padding: 0 40px 10px;
}

.order-detail__heading {
    font-size: 14px;
    padding: 20px 0;
    margin-bottom: 0;
    text-align: center;
}

@media (max-width: 767px) {
    .order-detail {
        padding: 0 15px;
    }
}

.order-table td {
    min-width: 150px;
}

.confirm {
    background-color: #fff;
    border: 1px solid #dee2e6;
    padding: 0 15px;
}

.confirm__section {
    margin-bottom: 30px;
}

.confirm__heading {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
    padding: 25px 0;
}

.confirm__subheading {
    display: flex;
    font-size: 14px;
    font-weight: bold;
    align-items: center;
    margin-bottom: 10px;
}

.confirm__subheading::after {
    content: '';
    flex: 1;
    height: 1px;
    background-color: #dee2e6;
    margin-left: 10px;
}

.confirm__check {
    display: flex;
    align-items: center;
}

.confirm__check-input {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 10px;
    border: 1px solid #dee2e6;
    border-radius: 50%;
}

.confirm__check-input input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.confirm__check-input span {
    display: inline-block;
    width: 13px;
    height: 13px;
    background-color: #999999;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.confirm__check-input input:checked + span {
    opacity: 1;
}

.confirm__btn {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 6px 12px;
    border: 0;
    background-color: #f8a05f;
    color: #fff;
}

#image-preview {
    display: none;
    z-index: 1020;
    position: absolute;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 5px;
    color: #fff;
    width: 400px;
}

#image-preview img {
    width: 100%;
}

/*.product {*/
/*text-align: center;*/
/*font-size: 14px;*/
/*line-height: 25px;*/
/*}*/

.product__iwrap {
    display: block;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #dee2e6;
}

.product__title {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    text-transform: capitalize;
    color: #2957a4;
    margin-bottom: 0;
    margin-top: 9px;
}

.product__price {
    color: #df030d;
    font-weight: bold;
}

.product-2__iwrap {
    width: 69px;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    overflow: hidden;
}

.product-2__iwrap img {
    transition: all .3s;
}

.product-2__iwrap:hover img {
    transform: scale(1.05);
    transition: all .4s;
}

.product-2__config {
    display: flex;
    align-items: center;
    white-space: nowrap;
    justify-content: flex-end;
}

.product-2__delete {
    color: #999999;
    text-decoration: underline;
}

.product-2__delete:hover {
    color: #f68634;
}

.product-2 .input-group {
    width: auto;
    margin: 0 15px;
}

.product-2 .form-control {
    width: 40px;
    max-width: 40px;
    height: 25px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.product-2 .input-group-text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 25px;
    padding: 0;
    font-size: 10px;
    cursor: pointer;
    background: 0;
    color: #666666;
}

button.btn.btn.buttoncart {
    background: #4d9bc7;
    margin-top: 10px;
}

.itemview {
    text-align: center;
}

.itemview h3 {
    margin-top: 10px;
}

button.btn.btn.buttoncart .fas {
    color: white;
}
