<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.color-blue {
    color: #1F3C88;
}

.color-gray {
    color: #4A4A4A;
}

.color-white-gray {
    color: #808080;
}

.color-black {
    color: #2A2A2A;
}

.color-red {
    color: #C21F30 !important;
}

.color-yellow {
    color: #FDB90E;
}
.color-orange{
    color: #F7B633;
}

.color-white {
    color: white;
}
.color-white-blue{
    color: #2775B6;
}

.font-bold {
    font-weight: 700;
}

.size-big {
    font-size: 70px;
}

.size-title {
    font-size: 29px;
}

.size-smail-title {
    font-size: 21px;
}

.size-normal {
    font-size: 14px;
}

.size-middle {
    font-size: 17px;
}

.size-smail {
    font-size: 13px;
}

.double-line-height {
    line-height: 200%;
}
.pointer{
    cursor:pointer;
}
.checkBox{
    /* display: block; */
    width: 16px;
    height: 16px;
    border:1px solid #979797;
    margin-right:.1rem;
    border-radius: 2px;
    background-color:white;
    appearance:button;
    -moz-appearance:button; /* Firefox */
    -webkit-appearance:button; /* Safari å’Œ Chrome */
}
.checkBox:checked{
    background: url("/templates/v2/tpls/mobile/shop_new/images/radio-selected.png?20130107") no-repeat !important;
    background-size: 100% !important; -moz-background-size: 100% !important;
    border-color:#C21F30 !important;
}
.notify{
    padding:15px 40px;
    background-color: rgba(0,0,0,0.3);
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index:9999;
    color: white;
    border-radius: 5px;
    opacity: 0;
    transition:  opacity linear 0.3s;
}
.notify-show{
    opacity: 1;
    transition:  opacity linear 0.3s;
}

.hot-product-list{
    width:240px;
    margin-top:50px;
    background-color: #FfFfFf;
}
.hot-product-list-title{
    padding:10px 0;
    font-size:14px;
    color:#C21F30;
    text-align: center;
    border-bottom: 3px solid #C21F30;
    margin:0 45px;
}
.hot-product-list-item{
    width:195px;
    margin:30px auto;
    cursor:pointer;
}
.hot-product-list-item-icon{
    width:195px;
    height:195px;
    background-size: cover;
    background-position: center;
}
.hot-product-list-item-name{
    width:195px;
    text-align: center;
    color:#000000;
    font-weight: bold;
    font-size:13px;
    line-height: 30px;
    height:30px;
    overflow: hidden;
}
.hot-product-list-item-tag-price{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}


</pre></body></html>