<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{box-sizing: border-box; -webkit-overflow-scrolling:touch;}
html, body
{
	padding: 0;
	margin: 0;
}
body
{
	background-color: #DFD0C9;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	line-height: 22px;
	color: #666;
	position: relative;
	-webkit-text-size-adjust: none;
}
body *
{
	text-shadow: none;
}
h1, h2, h3, h4, h5, h6
{
	line-height: 1;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
h1, h2, h3
{
	font-size: 18px;
}
h4, h5, h6
{
	font-size: 16px;
}

a, a:link, a:active, a:visited, a:hover
{
	color: inherit;
	text-decoration: none;
}

.loader
{
    width:100%;
    text-align:center;
}
.loader img
{
    width:100%;
    height:100%;
    max-width:800px;
}

a.nodeco
{
    text-decoration: none;
}

.default-bk
{
    background:#eee;
}

.content
{
    text-align: center;
    display: -webkit-flex;
    display:flex;
    flex-wrap:wrap;
}
.header,
.header-nomenu,
.footer
{
    text-align: center;
    background: #6686cb;
    color: #eee;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;


    -webkit-box-sizing:border-box;
/*	-moz-box-sizing: border-box;  */
	box-sizing: border-box;	

	width: 100%;
	height: 60px;
	padding: 0 10px;
}
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
    z-index: 99;
    opacity:0.9;
}
.header-nomenu.fixed
{
    position: fixed;
	top: 0;
	left: 0;
    z-index: 1;
    
    color: #fff;
    
    display:flex;
    justify-content:space-between;
    align-items: center;
}
.header-nomenu a
{
    text-decoration:none;
    padding-top:5px;
}
.header-nomenu a span
{
    font-size:1.2em;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
/*    opacity:0.8; */
    background-color:rgba(238,238,238,0.9);
    
    height:45px;
    border-top:1px solid #bbb;
    font-size:10px;
    
    padding-top:5px;
    line-height:20px;
    display:flex;
    justify-content:space-around;
}
.footer.fixed a
{
    text-decoration:none;
    color:#555;
}
.footer.fixed span
{
    /*color:#6a6;*/
    color:#555;
}
.footer.fixed a.cur-footer-item span
{
    color:#f00; 
}

.footer.fixed a
{
    display: -webkit-flex; /* Safari */
    display:flex;
    flex-direction:column;
    justify-content: flex-start;
 /*   flex-wrap:wrap; */
}

.footer.fixed a em
{
    /*display: block;*/
    width: 18px;
    height: 18px;
    position: relative;
    border: 1px solid #E71F19;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    top: -45px;
    left: 30px;
    color: #E71F19;
    background: #FFF;
}

.footer.fixed a i
{
    width: 8px;
    height: 8px;
    position: relative;
    border: 1px solid #E71F19;
    border-radius: 50%;
    top: -40px;
    left: 20px;
    font-size:0px;
    color: #F00;
    background: #F00;
}

.header a#a-menu
{
	display: block;
	width: 28px;
	height: 18px;
	padding: 11px;    
	position: absolute;
	top: 10px;
	left: 5px;
    
    /*have to add this after add bootstrap.css*/
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;	
}

.header a#a-search
{
    display: block;
	width: 28px;
	height: 18px;
	padding: 11px;    
	position: absolute;
	right: 5px;
	bottom: 30px;
    text-decoration:none;
    font-size:24px;
    
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;	
}

.header span
{
    color:#fff;
}
.header img
{
    width: 40px;
    height: 40px;
    vertical-align:middle;
}

.header a#a-menu:before,
.header a#a-menu:after
{
	content: '';
	display: block;
	background: #fff;
	height: 2px;
}
.header a#a-menu span
{
	background: #fff;
	display: block;
	height: 2px;
	margin: 6px 0;
}

/***********************
  slider wrap
************************/
.slider-wrap
{
    width:100%;
    position:relative;
    top:60px;
    /*margin-top:60px;*/
    margin-left:0px;
    margin-right:0px;
    padding:0;
}

/**********************
  general wrap
***********************/
.wrap
{
    font-size:10px;
    margin-left:5px;
    margin-right:5px;
    background:#eee;
}

/***********************
  cate-nav-wrap
************************/
.cate-nav-wrap
{
    margin-top:70px;
    border-top-left-radius:6px;
    border-top-right-radius:6px;
}

.cate-nav-wrap .container .row .col
{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    padding-top:10px;
}

.cate-nav-wrap .container .row .col div
{
    padding-left:5px; 
    padding-right:5px;
}

.cate-nav-wrap .container .row .col div img
{
    width:50px;
    height:50px;
    border-radius:25px;
}

/******************
 brand
*******************/
.brand img
{
    width:90%;
    height:auto;
}

.half-wrap
{
    height:150px;
    margin-top:25px;
    border-radius:6px;
}

.half-wrap .container, .row, .col
{
    height: inherit;
}

.half-wrap p.title
{
    font-size:12px;
    font-weight:bolder;
    color: #000;
    margin-bottom:0px;
}

.half-wrap p.cont
{
    font-size:12px;
    line-height: 15px;
    color: #aaa;
    margin-bottom:0px;
}

.half-wrap p.pic
{
    position:absolute;
    bottom:0;
    left:0;
    margin-bottom:5px;
    margin-left:10px;
    margin-right:10px;
}

/*** 200x100 ***/
.half-wrap p.pic img
{
    width:100%;
    max-width:200px;
    border-radius:6px;
}

/*** general button ***/
.general-bt
{
    border: 1px solid #6a6;
    padding: 2px 20px;
    border-radius: 15px;
    background-color: #6686cb;
    color: #fff;
    cursor: pointer;
    outline: none;
}

.loadbar
{
    position:absolute;
    width:50px;
    height:50px;
    opacity: 0.5; 
}

.products-wrap
{
    margin-top:0px;
    border-radius:6px;
}

.products-wrap .container .row .col
{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    padding-top:10px;
}

.products-wrap .container .row .col div
{
    padding-left:5px; 
    padding-right:5px;
}

.products-wrap .container .row .col div img
{
    width:50px;
    height:50px;
    border-radius:6px;
}

/******************
#Added on Dec.07
******************/
span.icon
{
    font-size:22px; 
}

li.nav-list a
{
    display: -webkit-flex; /* Safari */
    display:flex;
    align-items:center;
}

li.nav-list a span.icon
{
    color: #6a6;
}</pre></body></html>