<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body, td, th, input, textarea, select, a {
	outline: 0 none;
	font-family:  Arial, 'Microsoft JhengHei', serif, arial;
}
a:focus {
	outline: 0 none;
	}
.fs9{ font-size:9px; }
.fs10{ font-size:10px; }
.fs11{ font-size:11px; }
.fs12{ font-size:12px; }
.fs13{ font-size:13px; }
.fs14{ font-size:14px; }
.fs15{ font-size:15px; }
.fs16{ font-size:16px; }

.welcome {
	color: #636E75;
	font-family: "Verdana", serif, arial;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
p {
	margin-top: 0px;
	margin-bottom: 5px;
}
a, a:visited, a b {
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'] {
	height: 22px;
	line-height: 22px;
}

input[type='text'], input[type='password'], textarea {
	background: #fff;
	border: 1px solid #dcdcdc;
	box-shadow: none;
	border-radius: 0;
	padding: 4px 5px 5px;
	margin-left: 0px;
	margin-right: 0px;
	width:96%;
}
input[type="radio"], input[type="checkbox"] {
    margin: 0;
}
input[name='quantity'] {
	margin-bottom: 0;
    padding-bottom: 3px;
    padding-top: 3px;
    text-align: center;
    width: 20px;
}
input[name='captcha'] {
	width: 40%;
	margin-bottom: 10px;
	margin-right: 15px;
	float: left;
}
select {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DCDCDC;
    padding: 4px;
	width: auto;
	margin-bottom: 0;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
	margin-left: 0px;
}
label {
	cursor: pointer;
	display:  inline-block;
}
ul,ol {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
h1, h2,h3,h4,h5,h6 {
	font-family: Arial, 'Microsoft JhengHei', serif, arial;
	margin: 0;
    font-weight: 600;
    line-height: 30px;
}
h1 {
	font-size: 30px;
	margin-bottom: 10px;
	line-height: 50px;
}
h2 {
	color: #595959;
    font-size: 22px;
	line-height: 40px;
}
h3 {
	font-size: 16px;
	line-height: 40px;
	font-weight: 400;
}
h4 {
	font-size: 14px;
	font-weight: 400;
}
ul.list li  {
	background: url(../image/default/icon_li.png) no-repeat left 10px scroll;
	padding: 3px 0 3px 15px;
}
 ul.list li:hover  {
	background-position: 0 -26px;
}
ul.list li a {
    display: block;
}
ul.list li:hover a {
}
.footer-center ul.list li  {
	background: url(../image/icon_li_white.png) no-repeat left 10px scroll;
	padding: 3px 0 3px 15px;
}
/* layout */
/*
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}*/
#column-left {
	 
}
#column-right {

}
#group-content {    
	margin-top: 100px;
    overflow: hidden;
    padding-top: 15px;
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
}
#column-left + #column-right + #content, #column-left + #content {

}
#column-right + #content {
	
}
.container{
}
/*menu*/
/*mainnav*/
#mainnav {
   background:url(../image/top-bg02.png)  no-repeat top left; background-repeat: repeat-x;
}
.mainnav-inner {
	
}
.mainnav-inner .navbar {
	 margin-bottom: 0;
}
.navbar-inner {
	background: none;
	border: none;
	box-shadow: none;
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
}
#mainmenu .navbar {
	margin-bottom: 0;
}
.navbar .nav li.home a {
	padding: 0 5px;
}
.navbar .nav li.home a .menu-title {
	     text-indent: -9999em;
}
.navbar .nav {
	
}
.navbar .nav &gt; li {
}
.navbar .nav &gt; li:first-child {
	border-left: none;
}
.navbar .nav &gt; li:last-child {
	border-right: none;
}
.navbar .nav &gt; li &gt; a {
	padding: 0;
	text-shadow: none;
	line-height: 46px;
	text-transform: uppercase;
}
.navbar .nav li.dropdown.open &gt; .dropdown-toggle, .navbar .nav li.dropdown.active &gt; .dropdown-toggle, .navbar .nav li.dropdown.open.active &gt; .dropdown-toggle {
	background-color: transparent;
}

.navbar .nav &gt; li &gt; a .menu-title {
    font-family: "Verdana",'Microsoft JhengHei', arial;
    font-size: 14px;
    text-shadow: none;
    text-transform: uppercase;
}
.navbar .nav &gt; li &gt; a.dropdown-toggle {
	padding-right: 0;
}
.navbar .nav li.dropdown &gt; .dropdown-toggle .caret {
	display: none;
}
.navbar .nav &gt; li &gt; .dropdown-menu:after {
top: 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.navbar .nav &gt; li &gt; .dropdown-menu:before {
	top: 0;
	left:30px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.navbar .nav li &gt; .dropdown-menu {
	top: 115px;
	min-width: 185px;
	box-shadow: 0 10px 20px #00000035;
}
.navbar .nav li:hover &gt; .dropdown-menu {
	display: block;
}
.dropdown-menu {
	border-radius: 0 0 4px 4px;
	margin: 0!important;
	background: #fff;
	padding-top: 10px;
}
ul.dropdown-menu li,
.dropdown-menu-inner {
	background-color: #ffffff;
}
.dropdown .dropdown-menu li {
	padding: 0 ;
	border-bottom: 1px solid #e7e7e7;
}
.dropdown .dropdown-menu li:last-child ,
.megamenu .dropdown-mega li:last-child {
	border-bottom: 0px solid #f1f1f1;
}

.dropdown-menu li &gt; a:hover, 
.dropdown-menu li &gt; a:focus  {
  background: #f8f8f8;
 }
.dropdown-submenu:hover &gt; a, 
.dropdown-submenu:focus &gt; a {
  background: none;
  color: #be4e3a;
 }
.dropdown .dropdown-menu li a {
	display:  block;
	line-height: 35px;
	padding: 0 15px;
	color: #6e6f70;
	text-align: left;
}
.dropdown .dropdown-menu li a:hover {
	color: #ef640c;
}
.nav .caret{
	position:absolute;
	top: 14px;
	right: 8px;
}


/* header */
#header {
	background-color: #fff;
	position: relative;
	z-index: 26;
}
/*****headertop******/
.links-meta {
    margin-bottom: 13px;
    margin-top: 14px;
}
.links-meta .links &gt; span{
	margin-right: 3px;
	margin-left: 2px;
	padding: 0;
}
.links-meta .links &gt; span a {
	line-height: 33px;
	display:  inline-block;

  /* IE7 inline-block hack */
	 *display: inline;
	 *zoom: 1;
}
.language,
.currency  {
    line-height: 33px;
    margin-left: 3px;
    padding: 0 5px;
    float: left;
}

/*headerbottom*/
#logo {
	margin: 30px 0;
	float: left;
}

.header-right .wrap-link{
	margin: 15px 0;
}
.language {
}
#language img {
	cursor: pointer;
	margin-right: 5px;
}
#currency {
}
#currency a {
	padding: 0px 4px;
	text-decoration: none;
}
#currency a b {
	color: #be4e3a;
	text-decoration: none;
}

#header-top .login .login-content:after,
.cart-top .dropdown-menu:after {
    border-bottom: 8px solid #e0e0e0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: 8px;
    top: -8px;
}
#header-top .login .login-content,
.cart-top .dropdown-menu {
	 left:  inherit;
	 right: 0;
	 margin-top: 9px;
}
/*mini cart*/
.cart-top {
	z-index: 10;
}
.cart-top .cart-icon {
    background-image: url("../image/default/bg-cart-button.png");
    background-repeat: no-repeat;
    background-position: 9px 8px;
    background-color: #FC8321;
    display: block;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -9999em;
    width: 48px;
    border-radius: 4px;
    border: 1px solid #be4e3a;
}
 #cart {
	position:relative;
	padding-right: 64px;
	text-align: right;
	margin: 30px 0;
}
#cart .heading h4 {
	font-size: 16px;
	color: #c71e00;
	line-height: 100%;
	font-weight: 600;
}
#cart .content {clear: both;
	position: absolute;
	display:  none;
	min-height: 150px;
	min-width:300px;
	top: 30px;
	right: 0;
	padding: 9px;
	border: 1px solid #FC8321;
	box-shadow: 0 0 3px #a0a0a0;
	background: #fff;
}
#cart .content-inner {
	background: #FFF;
	border: 1px solid #9BC02B;
	box-shadow: none;
	padding: 8px;
	
}
#cart.active .heading {

}
#cart.active .content {
	display: block;
}
#cart-total {
	 font-size: 11px;
}
.mini-cart-info {
	border-top: 1px solid #e0e0e0;
	margin-top: 8px;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}

.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #000;
	padding: 4px;
}
#cart .checkout {
	text-align: right;
	clear: both;
}
#cart .empty {
	padding-top: 50px;
	text-align: center;
}
 /*welcome*/
 #welcome {
	color: #999999;
}
#headertop {
	background-color: #424242;
} 
#headertop a{
	color: #d9d9d9;
}
#headertop a:hover{
	color: #be4e3a;
}

#headertop .links {
	padding-top: 2px;
	line-height: 35px;
	display: inline-block;
}
#headertop .links a {
	background-image: url(../image/default/icon-account.png);
	background-repeat: no-repeat;
}

#headertop .login a.login-icon{
	 display: block;
}
#headertop .links a {
    padding-left: 30px;
    padding-right: 15px;
    float: left;
}
#headertop .links a.line,
#headertop .show-mobile a.line {
	padding: 0 8px;
	background-image: none;
	background-color: #31cd37;
	border-radius: 2px;
	font-size: 24px;
	color: #fff;
}
#headertop .show-mobile a.line { display: block; float: left; margin-top: 2px; line-height: 36px; }
@media (max-width: 480px) {
	#headertop .show-mobile a.line { display: none; float: none; position: fixed; right: 0; top: 115px; width: 34.6px; height: 50px; font-size: 32px; line-height: 50px; text-align: center; border-radius: 5px 0 0 5px; }
}
#headertop .show-mobile {
    margin: 5px 0;

}
#headertop .show-mobile:before, #headertop .show-mobile:after {
    content: " ";
    display: table;
}
#headertop .show-mobile:after {
    clear: both;
}
#headertop .show-mobile &gt; div {
    margin: 0;
    padding: 0;
    position: relative;
}
#headertop .show-mobile &gt; div:hover .inner-toggle {
    display: block;
}
#headertop .show-mobile .quickaccess-toggle {
    background-color: #C0C0C0;
    border: 1px solid #ACACAC;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    height: 27px;
    line-height: 27px;
    margin-left: 1px;
    text-align: center;
    width: 28px;
}
#headertop .show-mobile .quickaccess-toggle:hover {
    background-color: #A0A0A0;
    color: #FFFFFF;
}
#headertop .show-mobile .inner-toggle {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #A0A0A0;
    border-style: solid;
    border-width: 5px 1px 1px;
    display: none;
    min-width: 170px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 99999;
}
#headertop .show-mobile ul, #headertop .show-mobile .links {
    float: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
#headertop .show-mobile ul li, #headertop .show-mobile .links li {
    display: block;
    float: none;
}
#headertop .show-mobile ul.links li &gt; a span {
    margin-right: 10px;
}
#headertop .show-mobile ul a, #headertop .show-mobile .links a, #headertop .show-mobile a {
    background-color: rgba(0, 0, 0, 0);
	background-image: none;
    border: medium none;
    float: none;
    line-height: 22px;
    margin: 0;
    padding: 0;
	color: #909090;
	text-decoration: underline;
}
#headertop .show-mobile ul a:hover, #headertop .show-mobile .links a:hover {
color:#be4e3a;
}
#search_mobile .inner-toggle {
	min-width: 240px!important;
 }
#headertop .show-mobile #search {
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    right: 0;
    top: 0;
	background: none;
	border: none;
	-o-box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	
	box-shadow: none;
}
#headertop .show-mobile #search input {
    border: 1px solid #E0E0E0;
    height: 22px;
    width: 70%;
}
#headertop .show-mobile .currency, #headertop .show-mobile .language {
    margin: 0 5px;
}
#headertop .show-mobile .currency .dropdown-menu, #headertop .show-mobile .language .dropdown-menu {
    left: 0;
    right: auto;
}
#headertop .show-mobile .currency button, #headertop .show-mobile .language button {
    height: 30px;
    padding: 0 10px;
}
/*links*/
.links a.wishlist {
	background-position: 9px -54px;
}
.links a.wishlist:hover {
	background-position: 9px -86px;
}

.links a.account {
	background-position: 9px 10px;
}
.links a.account:hover {
	background-position: 9px -21px;
}

.links a.checkout {
	background-position: 9px -119px;
}
.links a.checkout:hover {
	background-position: 9px -145px;
}
 .links a.last{
	border-right: none;
	padding-right: 0;
}
.links a + a {
}

/*login*/

#headertop .login {
	line-height: 35px;
}
/*search*/

#search {
    background: none repeat scroll 0 0 #9bc02b;
    border: 1px solid #97b423;
    padding: 0;
    position: relative;
    margin: 30px 0 30px 20px;
}
#search .search-icon {
	background: url(../image/default/icon-search.png) no-repeat 8px 8px scroll;
	text-indent: -9999em;
	display: block;
	overflow: hidden;
	height: 48px;
	width: 48px;
	line-height: 48px;
}

#search .search-icon {
	   transform: rotate(0deg);
    transition: all 1.4s ease 0s;
}
#search .search-icon:hover {
	transform: rotate(360deg);
    transition: all 1.2s ease 0s;
}
#search:hover .search-content:after {
        border-bottom: 7px solid #9BC02B;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    position: absolute;
    right: 7px;
    top: 0;
}
#search .search-content{
    display: inline-block;
    padding-top: 7px;
    position: absolute;
    right: 0;
    width: 275px;
	display: none;
}
#search .search-content-inner {
	 padding: 10px 15px;
	border: 1px solid #9BC02B;
	background: #ffffff;
}
#search:hover .search-content {
	display: block;
}
#search .button-search {
	background: none repeat scroll 0 0 #9BC02B;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 33px;
    text-align: center;
    width: 25%;
    text-shadow:none;
}
#search input {
	float: left;
    margin: 0;
    width: 70%;
}

/*breadcrumb*/
#breadcrumb {
	background: url("../image/bgg-d.png") repeat center center;
	position: absolute;
	left: 0;
	width: 100%;
	height: 60px;
}
#breadcrumb .container {
	position: relative;
}
.breadcrumb {
	background: none repeat scroll 0 0 transparent;
    border-radius: 0 0 0 0;
    margin: 10px 0;
    padding: 0;
    color: #7c1709;
	font-size: 14px;
	line-height: 40px;
    text-align: right;
    font-weight: bold;
    letter-spacing: 2px;
}
.breadcrumb a {
	 color: #7c1709;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form &gt; * &gt; * &gt; td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 93%;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
    padding: 8px;
}
table.list thead td {
	background-color: #EFEFEF;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}

table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}
.pagination {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 60%;
	zoom: 1;
	*display: inline;
}
.pagination .links {
	float: left;
}
.pagination .links a {

	border: 1px solid #dcdcdc;
	display: inline-block;
	zoom: 1;
	*display: inline;
	text-decoration: none;
	color: #A3A3A3;
	height: 16px;
    line-height: 15px;
    text-align: center;
    text-decoration: none;
    width: 15px;
}
.pagination .links b {
	border: 1px solid #d3a080;
    color: #be4e3a;
    display: inline-block;
	zoom: 1;
	*display: inline;
    font-weight: bold;
    height: 16px;
    line-height: 15px;
    text-align: center;
    text-decoration: none;
    width: 15px;
}
.pagination .results {
	float: right;
}
/* button */
.checkout &gt; a {
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 0 15px;
}
.checkout &gt; a,
a.button, input.button {
    cursor: pointer;
    font-family: Arial,'Microsoft JhengHei', serif,arial,Helvetica,sans-serif;
    background: #be4e3a;
    border-radius: 3px;
    color: #FFFFFF;
    display: inline-block;
	zoom: 1;
	*display: inline;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
	font-size: 16px;
	font-weight: bold;
}

input.button {
	margin: 0;
	border: 0;
	padding: 0px 18px 0px 18px;
}
.checkout &gt; a:hover,
a.button:hover, input.button:hover {
	background: #7eac22;
}
.buttons {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	overflow: hidden;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 44px;
	line-height: 44px;
	border-radius: 4px 4px 0 0;
	overflow: hidden;	
}
.htabs a:first-child {
    border-left:1px solid #3a2512;
}

.htabs a {
	color: #7c1709;
    display: none;
    float: left;
    font-size: 15px;
    font-weight: bold;
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
    background: #fff9e8;
    border-right:1px solid #3a2512;
    border-top:1px solid #3a2512;
}
.htabs a.selected {
    color: #be4e3a;
}
.tab-content {
	padding: 20px 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: hidden;
	border: 1px solid #dcdbdb;
	border-top: 1px solid #c6c5c5;
    border-radius: 0 0 4px 4px;
	background: #fff;
}
.sitemap-info ul li {
    list-style: disc outside none;
    margin-left: 15px;
}
/* box */
.box {
	margin-bottom: 16px;

}
.box .box-heading {
	position: relative;
color: #ffffff;
text-transform: uppercase;
    padding: 0 20px;
}

.box h3.box-heading {
	 background:transparent;
    border-radius: 4px;
    overflow: hidden;
}
/*
.box h3.box-heading &gt; span:before {
    border-right: 17px solid #EFEFEC;
    border-top: 20px solid transparent;
    bottom: 0;
    content: "";
    display: inline-block;
    right: 0;
    position: absolute;
}
*/
/*
.box h3.box-heading &gt; span:after {
    border-bottom: 20px solid transparent;
    border-right: 17px solid #EFEFEC;
    content: "";
    display: inline-block;
    right: 0;                                 
    position: absolute;
    top: 0;
}
*/
.box h3.box-heading &gt; span {
	 background:url(../image/title-bg3.png);
    background-repeat: no-repeat;
	 padding: 0 60px 0 20px;
	 display: inline-block;
	 position: relative;
}
/*highlight*/
.highlight h3.box-heading &gt; span {
	 background: #7fad23;
}
/*no-background*/
.no-background h3.box-heading {
	background: none;
}
.no-background h3.box-heading &gt; span:before {
    border-right: none;
    border-top: none;
}
.no-background h3.box-heading &gt; span:after {
    border-bottom: none;
    border-right: none;
}
.no-background h3.box-heading &gt; span {
	 background: none;
}
/*highlight-title*/
.highlight-title h3.box-heading {
    background-color: #be4e3a!important;
}
.highlight-background .box-content {
    border: 1px solid #655A54!important;
    color:  #ffffff;
}
.highlight-background .product-block .product-inner {
}
.highlight-background .product-block .name a {
	color: #ffffff!important;

}
 .highlight-background .product-block .price {
	 color:  #ffffff!important;

}
/* box products */
.box-product {


}
.box-product &gt; div {
}
 
.box-product .image {
	display: block;
	margin-bottom: 0px;
	   text-align: center;
}
.box-product .image img {
}
/*product-block */
.product-block .name a {
	text-decoration: none;
	display: block;    
	font-size: 17px;
    margin: 10px 0 7px;
	font-family: Arial,serif,arial
}
.product-block:hover .name a {
	color: #be4e3a;
}
.product-block .price {
	display: block;
	color: #4c4846;
	font-size: 14px;
	font-family: Arial,serif,arial;
	margin: 5px 0 ;
}
.product-block .price-old {
	color: #969696;
	margin-right: 5px;
	font-size: 11px;
	text-decoration: line-through;
}
.product-block .rating {
	margin: 5px 0;
}
/* box category */
ul.box-category, ul.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-category &gt; li:first-child {
}

ul.box-category &gt; li ul {
	display: none;
}

ul.box-category   li.haschild {
	background:url(../image/default/arrow-li-children.png) no-repeat 94% 12px scroll;
}
ul.box-category &gt; li + li {
}
ul.box-category &gt; li a.active {
}
ul.box-category &gt; li a.active + ul {
	display: block;
}
ul.box-category &gt; li ul &gt; li {
	padding-left: 15px;
	padding-right: 15px;
}
ul.box-category &gt; li ul &gt; li &gt; a {
	text-decoration: none;
}
ul.box-category &gt; li ul &gt; li &gt; a.active {
}
/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter span {
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;	
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
ul.box-filter &gt; li ul {
	padding-bottom: 10px;
}
/* content */
#content .content {
	overflow: hidden;
	background: #f1ebda url(../image/info-footer.png) repeat-x left bottom; 
    padding: 0 15px 50px ;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	margin-bottom: 15px;
}
.category-info p {
	margin: 0;
}
.category-info .image {
	 border: 1px solid #dcdbdb;
	  padding: 4px;
	   background-color: #ffffff;
}
h1.title-category {
	color: #3a2512;
    background: #f1ebda url(../image/info-title.png) repeat-x left top; 
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 3rem;
    margin: 0;
    font-size: 30px !important;
}
.category-list {
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: hidden;
}
.category-list ul {
}
.category-list ul li{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.category-list ul li a {
    background-color: #be4e3a;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
	zoom: 1;
	*display: inline;
    padding: 5px 16px;
    text-indent: 0;
    transition: all 0.3s ease 0s;
	 font-size: 12px;
    font-weight: bold;
}
.category-list ul li a:hover {
	background-color: #999;
}
/* manufacturer */

.manufacturer-list {
	background: #fff;
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: hidden;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	font-family: "Arial, serif", arial;
    padding: 0 10px; 
     background: #f3f3f1;
	line-height: 40px;
	height: 40px;
	margin: 10px 0;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
}
.product-filter .display a{
	background-color: #FFFFFF;
    background-image: url("../image/default/list-grid.png");
    background-repeat: no-repeat;
    border: 1px solid #DCDBDB;
    display: inline-block;
    height: 27px;
    margin: 4px 4px 0;
    overflow: hidden;
    text-indent: -9999em;
    width: 27px;
}
.product-filter .display a.list {
	background-position: -15px 7px;
}
.product-filter .display a.list:hover,
.product-filter .display a.list.active {
	background-position: -15px -19px;
	  box-shadow: 0 0 5px 0 #D0D0D0 inset;
}
.product-filter .display a.grid {
	background-position: 8px 8px;
}
.product-filter .display a.grid:hover,
.product-filter .display a.grid.active {
	background-position: 8px -18px;
	  box-shadow: 0 0 5px 0 #D0D0D0 inset;
}
.product-filter .sort {
	float: left;
}
.product-filter .limit {
	margin-left: 15px;
	float: left;
}
.product-filter select {
    border: 1px solid #DDDDDD;
    border-radius: 0 0 0 0;
    color: #6E6F70;
    height: 20px;
    margin-bottom: 0;
    padding: 0;
}

.product-compare {
	float: right;
}

.product-compare a {
    border-radius: 0;
    color: #FFFFFF;
    display: inline-block;
	zoom: 1;
	*display: inline;
    height: 27px;
    line-height: 27px;
    padding: 0 10px;
	font-size: 13px;
	background-color: #424242;
}

.product-compare a:hover {
	background-color: #be4e3a;
}
.product-list   div.product-block {
	margin-bottom: 15px;
	clear: both;
	display: inline-block;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list &gt; div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}
.product-list .product-block  .image {
	float: left;
	margin-right: 15px;
	width: 30%;
}
.product-list .image img {
}

.product-list .product-block .price-old {
	text-decoration: line-through;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.product-list .product-block .price-new {
	font-weight: bold;
}
.product-list .product-block .price .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
	display: block;
}
.product-list .product-block .cart {
	margin-bottom: 3px;
}

.product-list .product-block .cart input {
    padding-left: 30px;
    padding-right: 10px;
    text-indent: inherit;
    width: auto;
    margin: 10px;
}
.product-grid,.product-list {
	margin-bottom: 10px;
}

.product-grid {
	width: 100%;
}
.product-grid &gt; div {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}

 .product-list .row-fluid  [class*="span"] {
	width:100%;
	margin-left:0
}
.product-block {
	position: relative;
	margin-top: 10px;
}

.product-block .product-inner {
/*
	background-color: #fff;
	border:1px solid #dcdbdb;
	border-radius: 4px;
*/
	overflow: hidden;
}
 
.product-block .image {
	position: relative;
	text-align: center;
}
.product-label-special {
    background: none repeat scroll 0 0 #be4e3a;
    border-radius: 20px 20px 20px 20px;
    color: #FFFFFF;
    font-size: 11px;
    height: 32px;
    line-height: 33px;
    padding: 0;
    position: absolute;
    left: 4px;
    text-align: center;
    text-shadow: 0 1px 0 #555555;
    top: 4px;
    width: 32px;
    z-index: 10;
}

.product-block .product-zoom {
    position: absolute;
    top: 40%;
	left: 0;
    z-index: 15;
	overflow: hidden;
    opacity: 0;
	 transition: all 1s ease 0s;
	 -o-transition: all 1s ease 0s;
	 -moz-transition: all 1s ease 0s;
	 -webkit-transition: all 1s ease 0s;
	 -ms-transition: all 1s ease 0s;
    background: #90C324;
    color: #FFFFFF;
    display: inline-block;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
	border-radius: 20px;
}
.product-block:hover .product-zoom {
	top: 40%;
	left: 45%;
	
    opacity: 0.9;
}
.product-block .product-zoom span {
}
.product-block:hover .product-zoom:hover {
	opacity: 1;
}
.product-grid .image:hover  .product-zoom{ display: block }

.product-block .product-meta{
	padding: 0 13px 15px;
	}

.price-cart .wishlist a {
	color:  #999898;
	background: url(../image/default/icon-wish-compace.png);
	background-repeat:  no-repeat;
    background-position: center 10px;
    display: block;
	width: 30px;
    height: 30px;
	line-height: 25px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	font-size: inherit;
    border: 1px solid #a0a0a0;
    border-radius: 10px;
    margin-right: 10px;
    padding: 0;
}
.wishlist a ,
.compare a {
	color:  #999898;
	background: url(../image/default/icon-wish-compace.png);
    background-position: left 7px;
	background-repeat:  no-repeat;
    display: block;
    padding-left: 25px;
	line-height: 25px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	font-size: inherit;
}
.wishlist a:hover ,
.compare a:hover {
	color: #be4e3a;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}
/*
.wishlist a {
	background-position: left 2px;
}
.compare a {
	background-position: left -50px;
}
*/


.price-cart  .wishlist a:hover {
	background-position: center -15px;
    border: 1px solid #e60012;
}

.wishlist a:hover {
	background-position: left -20px;
}
/*
.compare a:hover {
	background-position: left -78px;
}
*/
.product-block .price-cart {
/*
	background-color: #F5F5F5;
    border-top: 1px solid #E0DFDF;
    margin: 10px -13px -15px;
        padding-left: 13px;
*/
    overflow: hidden;

}

.product-block .cart {
	float: right;
}
/*
.product-block .cart input {
	background-image: url(../image/default/icon_cart.png);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999em;
	width: 48px;
	height: 48px;
	display: block;
	overflow: hidden;
	padding: 0;
}
*/
.product-block:hover .cart input {
	background-color: #7EAC22;
}

.product-block .description {
    margin: 5px 0;
    max-height: 65px;
    overflow: hidden;
}
.product-block .price .price-tax {
	display: none;
}

/* Product */
.product-info {
	overflow: hidden;
	margin-bottom: 20px;
}
.product-info .product-info-item {
}
.product-info-item h2 span.icon {
	
}
.product-info &gt; .left {
	float: left;
	margin-right: 15px;
}
.product-info &gt; .left + .right {
	margin-left: 265px;
}
.product-info .image {
	float: left;
	margin-bottom: 20px;
	text-align: center;
	    border: 1px solid #DCDBDB;
}
.product-info .image img#image {
    width: 100%;
}
.product-info .image-additional {
    clear: both;
    display: inline-block;
    position: relative;
    width: 100%;
}
.product-info .image-additional .carousel-inner .item a:first-child {
	 margin-left: 0;
}
.product-info .image-additional .item-inner [class*="spancol"] {
    display: block;
    float: left;
    min-height: 30px;
    width: 100%;
}
.product-info .image-additional .carousel-inner {
	margin: 0 28px;
	width: auto;
}
.product-info .image-additional .carousel-control {
    font-size: 20px;
    height: 20px;
    width: 20px;
	line-height: 19px;
	cursor: pointer;
}
.product-info .image-additional .carousel-control.left {
	left: 0;
}
.product-info .image-additional .carousel-control.right {
	right: 0;
}
.product-info .image-additional .item-inner .spancol1{
	width: 1%;
}
.product-info .image-additional .item-inner .spancol2{
	width: 100%;
}
.product-info .image-additional .item-inner .spancol3{
	width: 100%;
}
.product-info .image-additional .item-inner .spancol4 {
	width: 100%;
}

.product-info .image-additional .item-inner .spancol5 {
	width: 100%;
}

.product-info .image-additional .item-inner .spancol6 {
	width: 50%;
}

.product-info .image-additional .item-inner .spancol7{
	width: 100%;
}

.product-info .image-additional .item-inner .spancol8 {
	width: 100%;
}

.product-info .image-additional .item-inner .spancol9 {
	width: 100%;
}

.product-info .image-additional .item-inner .spancol10 {
	width: 100%;
}

.product-info .image-additional .item-inner .spancol11 {
	width: 100%;
}

.product-info .image-additional .item-inner .spancol12 {
	width: 100%;
}

.product-info .image-additional img {
	    border: 1px solid #DCDBDB;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
    line-height: 20px;
    margin-bottom: 10px;
    padding: 10px 0 0;
	font-style: italic;
}
.product-info .description span {
	    font-weight: bold;
    margin-right: 10px;
}
.product-info .description a {
	text-decoration: none;
}
.product-info  .addition-actions {
    overflow: hidden;
	background: #f4f4f2;
	border: 1px solid #dcdbdb;
	padding: 10px ;
}
.product-info  .price-info {
}
.product-info .price {
    color: #be4e3a;
    font-family: Arial,'Microsoft JhengHei', serif,arial;
    font-size: 18px;
    margin: 4px 10px 4px 0;

}
.product-info .price-old {
	color: #6E6F70;
    margin-right: 8px;
	 text-decoration: line-through;
}
.product-info .price-new {
}
.product-info .price-other {
	clear: both;
}
.product-info .price-tax {
	font-style: italic;
}

.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .wishlist-compare {
	margin: 10px 0;
	}
	.product-info .wishlist,
	.product-info .compare {
	margin: 10px 5px;
	}
.product-info .options {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #000000;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 20px;
	color: #4D4D4D;
}
.product-info .cart div &gt; span {
	color: #999;
}
.product-info .cart .links {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
}
.product-info .review {
	color: #4D4D4D;
	padding-bottom: 10px;
	 background: url(../image/default/bg_title.png) repeat-x scroll left bottom ;
	 border-top: 1px dashed #ccc;
	 margin-top: 15px;
}
.product-info .review &gt; div {
	padding: 8px 0;
	line-height: 20px;
}
.product-info .review &gt; div &gt; span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: hidden;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}

.review-list {
	padding: 10px;
	overflow: hidden;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
	margin-top: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: hidden;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: hidden;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info {
    padding: 9px 0;
}
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .image img {
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module &gt; div {
	display: none;
}
.cart-total {
	background: #fff;
	border: 1px solid #efefef;
	overflow: hidden;
	padding-top: 8px;
    margin-bottom: 20px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 8px;
	text-align: left;
}

#total b { font-size: 14px; color:#be4e3a;}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: hidden;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
	overflow: hidden;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: hidden;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 

#footer {
		clear: both;
		min-height: 100px;
	}
	#footer .box h3 &gt; span {
		text-transform: none;
		text-shadow: none;
	}
	#footer .footer-top {
	}
		#footer .footer-top  .container{
		}
		.footer-top .box h3 {
			font-size: 20px;
			color: #655a54!important;

		}

	
	 .footer-center {
		background-color: #2e200a;
		background-image: url("../image/footer-center-bg.jpg");
		background-position: top left;
	}
		.footer-center .container-inner {
		}
		.footer-center  .box {
			margin-top: 10px;
		}
	.footer-bottom {
	

	}


	#footer .box .box-content{
			background:none;
			border:none;
			padding:0;
			margin:0;
			overflow: hidden;
		}
		#footer .box .box-heading {
			
	}
#footer h3 {
	color: #fff;
	background: none;
	padding: 0;
}
#footer h3.box-heading &gt; span {
	 background: none;
	 padding: 0;
}

#footer h3.box-heading &gt; span:before {
    border-right: none;
    border-top: none;
}
#footer h3.box-heading &gt; span:after {
    border-bottom: none;
    border-right: none;
}
#footer .box  {

}
#footer .box  ul {
}
#footer .box  ul li {
	margin-bottom: 5px;
}
#footer .box  a {
	text-decoration: none;
	color:#E0E0E0;
}
#footer .box  a:hover {
	text-decoration: underline;
	color: #be4e3a;
}

#powered {
	border-top: 1px solid #474747;
	background-color: #3e3e3e;
}

#powered .container-inner {
	padding: 20px 0 20px;
	
}
.copyright {
	padding: 20px 0;    
	color: #FFFFFF;
    font-size: 12px;
}
.copyright  a {
	color:#be4e3a;
 }
 .copyright  a:hover{
	text-decoration:underline;
 }
 .paypal {
  padding: 20px 0;
  }
/* footer top */


/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}

/*product-related*/
.product-related {
	position: relative;
}
.product-related .title-related {
	   background-color: #d1d1d1;
    color: #ffffff;
	padding: 0 15px;
	display: block;
    font-family: Arial,'Microsoft JhengHei', serif,arial;
    font-size: 15px;
	font-weight: 400;
	height: 42px;
	line-height: 42px;
}

/*column-left + column-right = .sidebar */

.sidebar .box .box-content {
	background-color: #fff;
	border: 1px solid #DCDBDB;
	border-radius: 4px;
}
/*

.sidebar  h3.box-heading{
	background-color: #026eb2;
	background-image: url(../image/default/icon-title.png);
	background-position: 13px 13px;
	background-repeat: no-repeat;
	padding-left: 45px;
	border-radius: 4px;
	overflow:hidden;
}
*/
.sidebar  h3.box-heading &gt; span {
	background:#4a433f;
	display:  block;
	line-height: 43px;
	padding-left: 10px;
	padding-right: 15px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #444444;
}
.sidebar .box h3.box-heading &gt; span:before {
    border-right: none;
    border-top: none;
}
.sidebar .box h3.box-heading &gt; span:after {
    border-bottom: none;
    border-right:  none;
}
.sidebar .box-product .product-block {
	width: 100%!important;
	margin-left: 0;
}
.sidebar .product-block .product-inner {
	border: none;
	border-bottom: 1px solid #f1f1f1;
	box-shadow: none;
	padding: 0 7px 10px;
}
.sidebar .product-block .product-action {
    margin: 0;
}
.sidebar .product-block .rating.pull-right &gt; img {
    width: 60px;
}
.sidebar  .product-block .rating {
margin: 0 0 3px;
}
.sidebar .product-block .product-meta .price-cart {
    background: none;
	border: none;
    padding: 0;
	margin: 0;
   }
.sidebar .product-block .image {
	width: 35%;
	float: left;
	margin-right: 7px;
	overflow: hidden;
}
.sidebar .product-block .product-meta {
    padding: 0;
}
.sidebar .product-block .description ,
.sidebar .product-block  .wishlist,
.sidebar .product-block  .compare,
.sidebar .product-block .cart {
	display: none;
   }

.sidebar .product-block .name a {
    margin: 0;
    overflow: hidden;
    padding: 2px 0;
    font-size:  14px;
}
.sidebar .product-block .price  {
	background: none;
	text-align: left;  
	margin: 2px 0;
}
.sidebar .product-label-special {
transform:rotate(-41deg);
-ms-transform:rotate(-41deg);
-webkit-transform:rotate(-41deg); 
-o-transform:rotate(-41deg);
-moz-transform:rotate(-41deg); 
border-radius: 0;    
height: 20px;
    left: -13px;
    line-height: 20px;
    padding: 0 11px;
    text-shadow: none;
    top: 0;
}
.sidebar ul &gt; li {
    line-height: 36px;
}
.sidebar ul li {
   
}
.sidebar ul &gt; li:first-child {
    border-top: none;
}
.sidebar ul &gt; li:last-child {
	border-bottom: none;
}
.sidebar  ul li a {
    background-image: url("../image/default/icon_li.png");
    background-position: 15px 16px;
    background-repeat: no-repeat;
    display: block;
     border-top: 1px solid #F1F1F1;
    padding: 0 15px 0 30px;
    text-decoration: none;
}
.sidebar ul li a.active,
.sidebar ul li a:hover{
	background-position: 15px -20px;
	color: #be4e3a;
}



.quantity input[type="text"] {
    text-align: center;
	width: 24px;
}
/*no-border*/
.no-border .box-content	{
	border: none!important;
}
/*list-menu*/
.list-menu li { 
	display: inline-block;

}
.list-menu li a {
	color: #b9bcbd;
	padding-left: 10px;
	padding-right: 10px
}
.list-menu li a:hover {
	color: #be4e3a;
}
.list-menu li:first-child a {
	padding-left:  0;
}
/*class=boder*/
.border {
	border: 1px solid #dcdbdb;
	background-color: #fff;
	padding: 5px;
}
p.border {
	 margin: 0;
}
/*social*/


.social h4, .social ul{ display:inline-block; vertical-align:top; float:none;}

.social {
	 margin-left: -10px;
}
.social .box-content,
.gift .box-content
{
	margin:  25px 0;
    text-align:center;
}

.social .box-content p,
.gift .box-content p
{
    color:#df9a00;
	font-weight: bold;
    letter-spacing: 8px;
    margin-bottom: 0;
}

.social h4 {
	 float:  left;
	 font-size: 15px;
	 margin-right: 7px;
}
.social ul {
	 overflow:  hidden;
}
.social ul li{
	 float: left;
	 margin:  0 3px;
}
.social ul li a {
	display:  block;
	 text-indent: -9999em;
	 overflow: hidden;
	 width: 29px;
	 height: 29px;
	 background-image: url(../image/default/icon-social.png);
	 background-repeat: no-repeat;
	   transition: all 0.5s ease 0s;

}
.social ul li.facebook a {
	background-position: left 0;
}
.social ul li.facebook a:hover {
	background-position:  left -30px;
}
.social ul li.twitter a {
	background-position: -38px 0;
}
.social ul li.twitter a:hover {
	background-position:  -38px -30px;
}
.social ul li.google-plus a {
	background-position:-75px 0;
}
.social ul li.google-plus a:hover {
	background-position:  -75px -30px;
}
.social ul li.flickr a {
	background-position: -111px 0;
}
.social ul li.flickr a:hover {
	background-position: -111px -30px;
}
/*contact*/
.contact {
	background: url(../image/default/bg-contact.png) no-repeat left bottom scroll;
}
.contact ul li {
	margin-bottom: 5px;
	line-height: 35px;
}
.contact ul li span{
    margin-right: 5px;
/*
	background-color: #676767;
	background-image: url(../image/default/icon-contact.png);
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
	display: block;
	margin-right: 10px;
	text-indent: -9999em;
	overflow: hidden;
	float: left;
*/
}
.contact ul li:hover span{
	background-color: #ee630b;
}
.contact ul li.email span {
	background-position: center -110px;
} 
.contact ul li.fax span{
	background-position: center -50px;
} 
.contact ul li.phone span{
	background-position: center 10px;
}

#contact-map {
    border: 7px solid #ccc;
    margin-bottom:  25px;
}
.contact-customhtml {
    background: none repeat scroll 0 0 #fff;
    padding: 20px;
}
.contact-address{ 
    margin-bottom: 25px;
	}
.contact-address ul li{
        padding:  10px 0;
        border-bottom: 1px dashed #ccc;
		}
.contact-address ul li i {
                color: #888;
            float: left;
            font-size: 25px;
            line-height: 40px;
            text-align: center;
        }
.contact-address ul li span {
            display: inline-block;
            padding-left: 15px;
        }


.contact-customhtml ul li {
        padding: 7px 0;
		}
.contact-customhtml ul li i {
           background-color: #676767;
		color: #FFFFFF;
		float: left;
		font-size: 20px;
		margin-top: 5px;
		padding: 8px 5px 6px 10px;
        }
.contact-customhtml ul li span {
            display: inline-block;
            padding-left: 5px;
        }
/*slidershow position*/
#slideshow {
	overflow: hidden;
}
#slideshow .container {
}
#slideshow .box  {
}
#slideshow  .pav-custom img {
}
/*slide*/

.product-related .carousel-controls {
    position: absolute;
    right: 0;
    top: 12px;
    width: 60px;
    z-index: 10;
}
.product-related .carousel-control {
	position:  absolute; 
	text-indent: -9999em;
	width: 11px;
	height: 17px;
	overflow:  hidden;;
	display: block;
	background-image: url(../image/default/icon-control.png);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	border-radius: 0;
	margin-top: 0;
	opacity: 1;
}

.product-related .carousel-control.left {
	background-position:  left top;
}
.product-related .carousel-control.right {
	background-position: right top;
}
.product-related .carousel-control.left:focus,
.product-related .carousel-control.left:hover {
	background-position:  left bottom;
	border: none;
}
.product-related .carousel-control.right:focus,
.product-related .carousel-control.right:hover {
	background-position: right bottom;
	border: none;
}
#pav-mass-bottom .container {
	 background: url(../image/default/bg-section.jpg) repeat left top scroll;
	 height: 70px;
	border-radius: 4px;
	 color: #fff;
	 margin-bottom: 15px;
} 
#pav-mass-bottom .box {
	margin-bottom: 0;
}
/* Additional Class = arrow*/
.arrow:after {
    border-bottom: 35px solid transparent;
    border-left: 28px solid #580d0073;
    border-top: 35px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: -28px;
    top: 0;
}
.arrow:before {
    border-top: 35px solid transparent;
    border-right: 28px solid #580d0073;
    border-bottom: 35px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    left: -28px;
    top: 0;
}

/*
.arrow .box-content:before {
    border-right: 30px solid #7c0000;
    border-top: 35px solid transparent;
    bottom: 0;
    content: "";
    display: inline-block;
    left: -30px;
    position: absolute;
}
*/
.arrow {
	background-color: #580d0073;
	position: relative;
	height: 70px;
	color:#fff;
	margin: 0 30px;
}
.arrow .box-content {
	background: url(../image/default/service.png) no-repeat 10px 19px scroll;
	padding-left: 50px;
}
.arrow h3 {
	color: #be4e3a;
}
/* Additional Class = gift*/
.gift .box-content {
	background: url(../image/default/icon-gift.png) no-repeat scroll 13px 15px ;
    padding-left: 55px;
}
/*carousel-control*/
.carousel-control {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #CFCCCA;
    border-radius: 23px 23px 23px 23px;
    color: #CFCCCA;
    font-size: 30px;
    font-weight: 100;
    height: 30px;
    left: 15px;
    line-height: 25px;
    margin-top: -20px;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 30px;
}
.carousel-control:hover, .carousel-control:focus {
    color: #ee630b;
    border: 1px solid #ee630b;
}

/*pavgallery*/
.pavgallery a {
	float: left;
	margin: 0 3px 5px;
}

.zoomWindowContainer .zoomWindow {
	 border: 4px solid #DCDBDB!important;
}

.pav-showcase .container {
	 padding-top: 30px;
}

.pav-filter-blogs { background: #FFF; padding: 15px;}
/**/

.menu-content ul.produce li {
    border-bottom: medium none;
    clear: both;
    overflow: hidden;
    padding: 5px 0;
}
.menu-content ul.produce li span.img-pro {
 float: left;
  width: 20%;
  margin-right: 10px;
  border: 1px solid #e0e0e0;
 }
 .menu-content ul.produce li span.img-pro img{
 margin: 0;}
.pattern1{background:url(../image/pattern/pattern1.png);	}
.pattern2{background:url(../image/pattern/pattern2.png);	}
.pattern3{background:url(../image/pattern/pattern3.png);	}
.pattern4{background:url(../image/pattern/pattern4.png);	}
.pattern5{background:url(../image/pattern/pattern5.png);	}
.pattern6{background:url(../image/pattern/pattern6.png);	}
.pattern7{background:url(../image/pattern/pattern7.png);	}
.pattern8{background:url(../image/pattern/pattern8.png);	}
.pattern9{background:url(../image/pattern/pattern9.png);	}
.pattern10{background:url(../image/pattern/pattern10.png);}
/*.pattern11{background:url(../image/pattern/pattern11.png);}*/
.pattern11{background:url(../image/bgg.png);}
.pattern12{background:url(../image/pattern/pattern12.png);}
.pattern13{background:url(../image/pattern/pattern13.png);}
.pattern14{background:url(../image/pattern/pattern14.png);}
.pattern15{background:url(../image/pattern/pattern15.png);}
.pattern16{background:url(../image/pattern/pattern16.png);}


/**
 * OFF CANVAS MENU 
 */
@media (min-width: 979px)  {
	body.off-canvas-active &gt; * {
		transform:translateX(0px) !important;
		-webkit-transform:translateX(0px) !important;

	}
	body.off-canvas-active #page-container{
		position: inherit!important;
	}
	#off-canvas-nav {
		display:none;
	}
}

.off-canvas body &gt; *, #off-canvas-nav .pavo-mainnav  {
	transition:all 500ms ease 0s;
}
body.off-canvas-active &gt; * {
	transform:translateX(250px);
	-webkit-transform:translateX(250px);
}

body.off-canvas-active #page-container{
	position:fixed;
}
body.off-canvas-inactive #page-container {
	position: inherit;
}
body.off-canvas-inactive &gt;#off-canvas-nav{
	 overflow:hidden;
}
body.off-canvas-active &gt;#off-canvas-nav .pavo-mainnav {
	left: -256px;
}

.off-canvas body{ overflow-x: hidden; }
#page-container{ position: relative;}


#off-canvas-nav {
    backface-visibility: hidden;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0px;

}
#off-canvas-nav .pavo-mainnav {
	width:210px;
	padding: 12px 18px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: -500px;
	background:url(../image/bgg.png);}
	height: 100%;
}

#off-canvas-nav .megamenu .mega-cols{ width: 100%; min-width:inherit; }
#off-canvas-nav .dropdown-menu{
	position: relative;
	 display: block;
	 left: 0;
	 right: 0;
	 top: 0;
	 float: none;
	border: none;
	 box-shadow: none;
	 margin: 0;
	background:#ffffff;
	width: auto!important;
}
#off-canvas-nav .dropdown-mega,
#off-canvas-nav  li.mega-group .dropdown-menu {
	padding: 0 15px;
}
#off-canvas-nav .mega-col {
	display: block;
	width: 100%;
	position: relative;
}
#off-canvas-nav .megamenu .mega-group &gt; a .menu-title {
	font-size:  13px;
	text-transform: none;
	padding: 5px 0;
}
#off-canvas-nav .dropdown-menu p img{ width: 100%; border: none; margin: 10px 0;}
#off-canvas-nav #off-canvas-button {   background: #FFF; padding: 12px 0px; font-weight: bold;  }
#off-canvas-nav #off-canvas-button span{ 
	font-weight: bold; 
	margin-right: 12px ; 
}
#off-canvas-nav .dropdown .dropdown-menu li,#off-canvas-nav .megamenu .dropdown-mega li {
	 background:  none;
}
#off-canvas-nav .nav &gt; li:hover, 
#off-canvas-nav .nav &gt; li &gt; a:hover, #off-canvas-nav .nav &gt; li &gt; a:focus {
	 background:  none;
}
#off-canvas-nav .dropdown .dropdown-menu li:hover,
#off-canvas-nav .megamenu .mega-group &gt; a .menu-title {
color:#5C5B5B;
}
#off-canvas-nav .nav &gt; li &gt; a:hover,
#off-canvas-nav .dropdown .dropdown-menu li a:hover {
    color: #C24913;
}
#off-canvas-nav .megamenu li.homepage a {
	 height: auto;
	 width: auto;
	 text-indent: inherit;
}
#off-canvas-nav .nav li {
	 border:none;
	 padding:  0;
        border-bottom: 1px solid #3a2512;
}
#off-canvas-nav ul li a {
	 border-bottom:  1px solid #e0e0e0;
	 display:  block;
	 line-height: 30px;
	 color: #5C5B5B;
}
#off-canvas-nav .nav &gt; li &gt; a {  
	font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    padding:  5px 0;
    line-height: 35px;
}
#off-canvas-nav .megamenu .menu-desc {
	display:  none;
}
#off-canvas-nav .megamenu .menu-icon {
	padding-left: 0;
	background: none!important;
}
#off-canvas-nav .megamenu .mega-col .margin {
	margin-left: 0;
}

.icons-cat { position: absolute; margin: 0; }
.icons-cat a { display: block; }
.icons-cat &gt; img { width: 140px; }

.wait { color: #be4e3a; }
.share-box { position: relative; }
.share-box &gt; a { font-size: 24px; }
.share-box &gt; a.share-line { color: #21d528; }
.share-box &gt; a.share-facebook { color: #3b5998; }

.mobile-heading-btn { display: none; position: absolute; left: 0; top: 0; right: 0; bottom: 0; padding-right: 15px; text-align: right; cursor: pointer; }
@media (max-width: 767px) {
	.mobile-heading-btn { display: block; }
	.box-content &gt; .box-category { display: none; }
}

.option-title { display: inline-block; margin-right: 10px; font-weight: bold; font-size: 16px; color: #6e6f70; }
.option-items { display: inline-block; }
.actGotop{position:fixed;bottom:20px;right:20px;z-index:9999;width:100px;height:160px;display:none;}
.actGotop a{width:80px;height:80px;display:inline-block;background:url("../image/gotop.png") no-repeat;outline:none;}

@media (max-width: 767px){
	.actGotop { right: -5px; bottom: 50px; transform: scale(.6);}
}

@media only screen and (max-width: 479px) and (min-width: 0px){
	.navbar .nav &gt; li.news { display: block; }
	.navbar .nav &gt; li &gt; a span { padding-left: 10px !important; padding-right: 10px !important; }
	.box-product .span4.product-block,
	.box-product .span3.product-block,
	.product-grid .span4.product-block,
	.product-grid .span3.product-block,
	.pavblog-latest .span3.pavblock { float: left; width: 50%; padding: 5px;}
	.productcarousel .group-action .cart { flex: 1 1 80% !important; }
	.productcarousel .group-action .wishlist a { text-indent: 100% !important; }
	.productcarousel .group-action .wishlist { flex: 1 1 20% !important; }
	.pav-blogs .blog-item img { max-width: 80px; }
	#comment-form input, #comment-form textarea { width: 96% !important; }
	.recaptcha { padding: 12px 0 !important; }
	.recaptcha label { display: block; width: 100% !important; }
	#comment-form .recaptcha input { margin: 0 10px 0 0 !important; width: 40% !important; }
	.btn-wrap { padding-left: 0; }
	.btn-wrap .btn-submit { display: block; }
}


@media only screen and (max-width: 479px) and (min-width: 0px){ 
	.home-ad-flex .span3 a { flex: 1 1 100%; width: 100%; }
	.home-ad-flex .span3 a img { margin: 0 auto; max-width: 60%; }
    #header::before { background-size: 80%!important; background-repeat: no-repeat!important; }
}

/*-----*/
li.line { margin-top: 17px; text-align: center; }
li.line a { display: inline-block; color: #fff; font-size: 20px; text-transform: uppercase; text-decoration: none;}
li.line a .fab {
	margin-right: 10px;
	padding: 5px 1px 5px 8px;
	background-image: none;
	background-color: #31cd37;
	border-radius: 2px;
	font-size: 24px;
	vertical-align: middle;
}
/*
#pav-promotion  { display: none; }
.home-ad-flex { display: none; flex-wrap: wrap; margin-bottom: 20px; }
.home-ad-flex .span3 { display: flex !important; align-items: center; }
.home-ad-flex a { display: block; }
.home-ad-flex .span3 a img { margin: 0; max-width: 75%; }
*/
</pre></body></html>