.content-box {
    border: 1px #bbc3dd solid;
    border-radius: 12px;
    padding: 16px;
}

.content-box .content-title {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccd2e5;
    margin-bottom: 12px;
}

.form-check {
    font-size: 20px;
}

.check-all .form-check-label {
    font-size: 16px;
}

.delete-all {
    background-color: #f1f3f9;
    height: 39px;
    border-radius: 50px;
    color: #999fb1;
    font-size: 16px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-item-title {
    font-size: 16px;
    font-weight: 500;
    max-width: 420px;
}

.cart-item .price {
    font-size: 16px;
    margin-bottom: 5px;
    color: #949cb7;
}

.cart-item .number-input {
    width: 125px;
    height: 32px;
    border: 1px solid #bbc3dd;
    border-radius: 8px;
    align-items: center;
    padding: 0 16px;
}

.cart-item .number-input button {
    padding: 0;
    box-shadow: none;
    outline: none;
}

.cart-item .number-input .inputNumber {
    padding: 0;
    text-align: center;
    height: 32px;
}

.cart-item .number-input .inputNumber {
    font-size: 16px;
    color: var(--text-color);
    text-align: center;
    -moz-appearance: textfield;
}

.cart-item .number-input .inputNumber::-webkit-outer-spin-button,
.cart-item .number-input .inputNumber::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.cart-item .cta {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: flex-end;
    justify-content: end;
}

.cart-item .cta .total-price {
    font-size: 15px;
    font-weight: 600;
    color: var(--main-color);
}

.cart-item .cta button {
    color: #8b96b8;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
}

.cart-item .cta button:first-child {
    padding-right: 10px;
    margin-right: 10px;
}

.box-info {
    background-color: #f1f3f9;
    padding: 20px;
    border-radius: 12px;
}

.box-info .info-title {
    font-size: 16px;
    font-weight: 500;
}

.box-info ul li {
    font-size: 14px;
}

.box-info textarea {
    border: 1px solid #bbc3dd;
    border-radius: 12px;
}

.box-info textarea::placeholder {
    color: #7d88ab;
}

input#voucher-code {
    height: 44px;
    border: 1px solid #bbc3dd;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 300;
}

input#voucher-code::placeholder {
    color: #bbc3dd;
}

.view-voucher {
    background-color: #fff9eb;
    height: 40px;
    gap: 10px;
    padding: 0 12px;
    border-radius: 8px;
    color: #f8c333;
    cursor: pointer;
}

.view-voucher span {
    color: var(--yelow-color);
    font-size: 16px;
    font-weight: 500;
}

.policy-check {
    font-size: 16px;
}

.policy-check .form-check-label {
    font-size: 14px;
}

.policy-check a {
    color: var(--main-color);
    font-weight: 500;
}

.value.total {
    font-size: 20px;
    color: var(--main-color);
}

.btn-custom {
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.checkout {
    border: 1px solid #ccd2e5;
    border-radius: 36px;
    padding: 48px 20px;
    margin-bottom: 30px;
}

.checkout-content {
    max-width: 962px;
    margin: auto;
}

.checkout-title {
    font-size: 22px;
}

.checkout .order-info {
    font-size: 14px;
}

.checkout .item {
    font-size: 16px;
}

.checkout .qrdownload {
    background: #e6f3f2;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    margin-top: 12px;
	text-align: center;
    align-content: center;
}

.checkout button span {
    color: var(--main-color);
}

.delivery {
    display: inline-block;
    padding: 8px 24px;
    border: 1px solid var(--main-color);
    border-radius: 12px;
    background-color: #fff;
}

@media (max-width: 640px) {

    .content-box {
        padding: 12px;
    }

    .form-check {
        font-size: 20px;
    }

    .check-all .form-check-label {
        font-size: 16px;
    }

    .cart-item-title {
        font-size: 12px;
    }

    .cart-item .price {
        font-size: 14px;
    }

    .cart-item .number-input {
        height: 30px;
        width: 96px;
        padding: 0 5px;
    }

    .cart-item .number-input .inputNumber {
        height: 28px;
    }

    .cart-item {
        position: relative;
    }

    .cart-item .thumb {
        flex: 0 0 60px;
    }

    .cart-item .thumb img {
        height: 60px;
        width: 60px;
    }

    .cart-item .total-price {
        font-size: 20px;
        position: absolute;
        bottom: 10px;
        right: 0;
    }

    .cart-item .close {
        margin-top: -5px;
        margin-right: -5px;
    }

    .checkout {
        border: none;
        padding: 0;
        margin-bottom: 50px;
    }

    .checkout .checkout-title {
        font-size: 18px;
        font-weight: 600;
    }

    .checkout .order-info > div {
        flex-wrap: wrap;
        gap: 5px !important;
    }

    .checkout .order-info > div > div {
        width: 100%;
        text-align: center;
    }

    .checkout .order-info > div > div:last-child strong {
        width: 100%;
        display: block;
    }

    .checkout .col-md-5 {
        margin-bottom: 20px;
    }

    .checkout .item {
        font-size: 16px;
    }

    .box-info li svg {
        width: 24px;
    }

    .box-info li span {
        width: calc(100% - 34px);
    }
}
.intro-section {
	color: white;
	padding: 20px;
	text-align: center;
}

.product-image {
	height: auto;
	width: 100%;
	object-fit: cover;
}
.thumbnail-container {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 20px;
}

.thumbnail-item {
	width: 120px;
	height: 120px;
	margin-right: 5px;
	/* Thêm khoảng cách ngang giữa các ảnh */
}

.thumbnail-item:last-child {
	margin-right: 0;
	/* Xóa khoảng cách ngang ở ảnh cuối cùng */
}

.thumbnail-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.thumbnail-item.active {
	border: 4px solid $shopapp-tint-color;
}
.product-details {
	color: white;
	padding: 20px;
}

.product-actions {
	display: flex;
	justify-content: flex-start;
	margin-top: 20px;
}

.product-actions button {
	margin-right: 10px;
}
.border-wrapper {
	border: 1px solid white;      
}

.product-quantity {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 10px;
}

.product-quantity button {
	background-color: transparent;
	border: none;
	color: white;
	font-size: 16px;
	cursor: pointer;
}
.product-quantity input {
	background-color: transparent;
	border: none;
	color: white;
	font-size: 16px;
	text-align: center;
	width: 40px;
	margin: 0 10px;
}
.product-quantity input:focus {
	outline: none;
}  