.shopee-order-form .row-name-phone {
    display: flex;
    gap: 12px;
    margin-bottom: -42px;
}
.shopee-order-form .row-name-phone input {
    flex: 1;
}

.shopee-order-form input[type=text],
.shopee-order-form input[type=tel],
.shopee-order-form select,
.shopee-order-form textarea {
 width: 100%;
    padding: 13px 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    box-sizing: border-box;
    height: 100px;
    margin: 10px 0 8px;
}
.check-order{
    background: #ee2a24 !important;
    color: #fff !important;
    font-size: 18px !important;
    text-align: center;
    text-decoration: none;
    display: none;
    font-weight: bold !important;
    padding: 16px !important;
    width: 94%;
    border: none !important;
    border-radius: 8px !important;
    cursor: pointer;
    margin-top: 10px;
}
/* Hiển thị nút khi khách hàng đặt hàng thành công */
.check-order.show-check-order{
    display: block !important;
    animation: slideIn 0.5s ease-out;
}
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.shopee-order-form .label-small {
    margin: 0 0 4px 0;
    font-size: 13px;
    color: #666;
}
.wpcf7-response-output {
    font-size: 40px;
}

.gallery-thumbs.swiper-container.swiper-container-initialized.swiper-container-vertical.swiper-container-free-mode.swiper-container-thumbs {
    display: none;
}
.shopee-order-form .address-select {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
}
.shopee-order-form .address-select select {flex: 1;}

.shopee-order-form .section {
    margin: -7px 0;
    padding-left: 10px;
    border-radius: 10px;
    /* padding-bottom: 10px; */
    border: 1px solid #eee;
}

    .combo {
    /* display: flex; */
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.sectionsize{
    border: 1px solid #eee ;
     padding-left: 10px;
    border-radius: 10px;
    padding-bottom: 10px;
}
.shopee-order-form .wpcf7-list-item {
    display: block;
    margin: 12px 0;
}



.shopee-order-form .wpcf7-submit {
    background: #ee2a24 !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: bold !important;
    padding: 16px !important;
    width: 100%;
    border: none !important;
    border-radius: 8px !important;
    cursor: pointer;
    margin-top: 10px;
}
.shopee-order-form .wpcf7-submit:hover {
    background: #d81b1b !important;
}
/* === ĐẢO THỨ TỰ: INPUT (radio/checkbox) RA TRƯỚC CHỮ === */
.shopee-order-form .wpcf7-list-item {
    display: flex !important;
    align-items: center;
    margin: 14px 0 !important;
    font-size: 15px;
}

.shopee-order-form .wpcf7-list-item input[type="radio"],
.shopee-order-form .wpcf7-list-item input[type="checkbox"] {
    order: 1 !important;           /* Đưa ô tích ra trước */
    margin-right: 10px !important;
    margin-left: 0 !important;
    width: 18px !important;
    height: 18px !important;
}

.shopee-order-form .wpcf7-list-item label {
    order: 2 !important;           /* Chữ nằm sau ô tích */
    margin: 0 !important;
    cursor: pointer;
    flex: 1;
}

/* Đặc biệt cho phần màu: vẫn giữ lưới 2 cột nhưng ô tích ở đầu */
.shopee-order-form .color-grid .wpcf7-list-item {
    margin: 10px 0 !important;
}

/* Làm đẹp thêm tí cho radio & checkbox */
.shopee-order-form input[type="radio"],
.shopee-order-form input[type="checkbox"] {
    accent-color: blue;   /* màu đỏ Shopee khi được chọn */
}