/*	
	Theme Name: Motors - Child Theme
	Theme URI: http://motors.stylemixthemes.com/
	Author: StylemixThemes
	Author URI: http://stylemixthemes.com/
	Description: Motors Child theme
	Version: 4.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: blue, red, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, flexible-header, custom-background, custom-colors, custom-header, custom-menu, editor-style, sticky-post, theme-options
	Text Domain: motors-child
    Template: motors

    This theme, like WordPress, is licensed under the GPL.
    Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Add your own styles here */

/* Sửa lỗi hiển thị chữ Giá chốt bị rớt dòng */
.listing-list-loop .content .meta-top .price.discounted-price .sale-price .label-price {
    max-width: 100% !important;
    white-space: nowrap !important; /* Ngăn không cho chữ rớt xuống dòng */
}

/* Tăng chiều rộng form đăng nhập thả xuống trên Header và canh giữa lại */
.stm-layout-header-listing #wrapper .header-listing .listing-right-actions .lOffer-account-unit .lOffer-account-dropdown.stm-login-form-unregistered {
    width: 300px !important;
    margin-left: -126px !important; /* -104px gốc trừ thêm 22px để form nằm chính giữa nút bấm */
}

/* Chỉnh sửa độ rộng cột Tính năng (Features) trong form đăng xe thành 3 cột */
.stm_add_car_form .stm-form-2-features .stm-single-feature {
    width: 30% !important;
}

/* Mở rộng khung Template Phrases (Ghi chú người bán) lên 650px */
.stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases {
    width: 650px !important;
}