/* -- Imported styles ----------------------------- */

@import url("global.css");
@import url("box.css");
@import url("iconmoon/style.css");
@import url("vhstyle.css");
@import url("style.css");

/* @import url("../../../vnt_upload/ckeditor/ck_style.css"); */

.itemHotline .name {
    font-size: 13px;
}

.itemHotline a {
    color: #ffe500
}

@media all and (max-width: 479px) {
    .itemHotline {
        display: block;
    }
    .itemHotline::before {
        top: 35%;
    }
}

.price-old {
    display: inline-block;
    color: #888888;
    font-size: 12px;
    text-decoration: line-through;
    margin-right: 10px;
}

.price {
    color: #ffe500;
    font-weight: bold;
}

#popup_panel #popup_ok {
    border-color: #ffe500;
    background: #ffe500;
    color: #fff;
}


/*
.hpmailall .benmail {
	width: calc(100% - 70px) !important;
}*/