
/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE. ***************/

/* === Mô tả ngắn Sofa Việt Mỹ === */
.sofa-short-description-kika {
    border: 1px solid #f15c22;
    border-radius: 8px;
    margin-bottom: 25px;
    overflow: hidden;
}

.sofa-short-description-kika__header {
    background-color: #f15c22;
    color: #fff;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 16px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.sofa-short-description-kika__body {
    padding: 15px 20px;
    font-size: 15px;
    line-height: 1.4;
    background-color: #f1f1f1;
}

/* --- Form box style giống "Thông tin sản phẩm" --- */
.sofa-custom-order-box {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    background-color: #f1f1f1;
}

.sofa-custom-order-box::before {
    content: "ĐÓNG GHẾ SOFA THEO YÊU CẦU";
    display: block;
    background: #f4511e;
    color: #fff;
    font-weight: bold;
    padding: 10px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: -20px -20px 20px -20px;
    font-size: 16px;
}

/* --- Layout label + select nằm 1 hàng --- */
.sofa-custom-order-box .form-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: -7px;
    flex-wrap: wrap;
}

.sofa-custom-order-box label {
    min-width: 150px;
    font-weight: bold;
    margin: 0;
}

.sofa-custom-order-box .form-control {
    flex: 1;
    min-width: 220px;
    padding: 3px 12px;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    height: 30px;
}

/* --- Button --- */
.sofa-custom-order-box input[type="submit"] {
    background-color: #f4511e;
    color: #fff;
    padding: 10px 25px;
    border: none;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.sofa-custom-order-box input[type="submit"]:hover {
    background-color: #e04b1d;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE ***************/
}
