/* Yao Xing Technology - Custom Styles CSS */

/* Extra font icons loading helper if needed */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

/* Custom scroll effect overrides */
.pageIndex .main_part {
    border-top: none !important;
}

/* Fix product cards and buttons text styling */
.sp_price::before {
    content: '$';
    font-size: 14px;
    margin-right: 2px;
}

.ori_price::before {
    content: '$';
    font-size: 11px;
    margin-right: 1px;
}
