@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200);

/*Global Elements*/

h1, h2, h3, h4, h5, h6, p, a, button, table, div {
    font-family: 'Merriweather', Helvetica, Arial, "微軟正黑體", sans-serif;
    text-decoration: none;
    color: #000;
    word-spacing: 5px;
    line-height: 1.5;
}

a {
    color: #000;
}

a:hover {
    color: #960000;
}

html, body {
    height: 100%;
}

body {
    background-color: #fff;
}

/*--end Global Elements*/

/*Sticky Footer*/

#wrap {
    /*min-height:100%;*/
}

#main {
    overflow: auto;
    /*padding-bottom:40px;*/
    overflow: hidden;
    /*min-height:653px;*/
}

footer {
    position: relative;
    /*margin-top:-40px;*/
    height: 60px;
    clear: both;
    /*background-color:black;*/
    padding: 13px 0;
}

footer .footer_join {
    /*text-align: right;
		max-width:147px;*/
    margin: 0px auto;
}

footer .footer_join a {
    color: #000;
}

/*--end Sticky Footer*/

/*style*/

.linGray {

}

header {
    z-index: 100;
    position: fixed;
    /*position:absolute;*/
    display: block;
    /**left:0;*/
    width: 100%;
    /*margin-top:20px;*/
    height: 65px;
    background-color: #FFF;
    padding-top: 20px;
    /*min-width:1280px;*/
}

header .logo {
    position: relative;
    /*margin: 8px auto;*/
    width: 260px;
    padding-left: 28px;
    z-index: 888;
}

header .mobileMenu {
    display: none !important;
    visibility: hidden !important;
}

header nav.menu {
    position: absolute;
    margin-top: 27px;
    width: auto;
    top: 0px;
    padding-left: 287px;
}

header nav.menu_index {
    position: absolute;
    margin-top: 27px;
    width: auto;
    top: 0px;
    padding-left: 287px;
}

/*}
@media (max-width: 768px) {
	header nav.menu{
		display:none;
	}
}*/

header nav ul {
    list-style: none outside none;
    /*margin: 0px auto;*/
    position: relative;
    /*width: 465px;*/
    /*width: 597px;*/
}

header nav ul li {
    /*position: relative;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	padding: 4px 20px 3px 52px;*/
    position: relative;
    /*text-align: center;*/
    display: inline-block;
    vertical-align: top;
    /*width: 110px;*/
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    /*padding-bottom:52px;*/
}

header nav ul li a {
    color: #000;
}

header nav span {
    /*position: absolute;
	top: 0px;
	padding-top: 10px;
	padding: -8px;
	margin-top: -3px;
	padding: 4px 35px 3px 79px;*/

}

header nav span a {
    color: #b1b1b1;
    /*font-weight:bold;*/
}

header nav ul li p {
    font-size: 7pt;
    text-align: center;
    padding-right: 2px;
}

header nav span input {
    /*border-width: 0px 0px 1px;*/
    /*border-style: none;*/
    font-family: 'Merriweather', Helvetica, Arial, "微軟正黑體", sans-serif;
    /*border-color: #b1b1b1;*/
    font-size: 14px;

    width: 120px;
    background-color: transparent;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    outline: 0;
    color: #000;
    border-color: #b1b1b1;

}

.mobile_menu {
    display: none;
    background-color: #e6e6e6;
}

.mobile_menu ul {
    list-style: none outside none;
}

.navbar-header {
    width: 82px;
    margin: 0px auto;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    padding: 9px 10px;
    border-radius: 4px;
}

.sr-only {
    width: 1px;
    height: 1px;
    padding: 0px;
    margin: -1px;
    clip: rect(0px, 0px, 0px, 0px);
    border: 0px none;
    overflow: hidden;
    position: absolute;
}

.navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

#accountShare {
    height: 22px;
    margin-top: 4px;
    float: right;
    margin-right: 15px;
}

#accountShare:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/*#headerCart{*/
#inline {
    background: url(../images/cart.png) no-repeat 4px center;
    padding: 0px 3px 0px 25px;
    color: #F00;
}

#account {
    border-left: 1px solid #7F7F7F;
    height: 100%;
    float: right;
    color: #c3c3c3;
    box-shadow: -1px 0px #4d4c4e;
}

.status {
    float: left;
    padding: 2px 0 0 20px;
    font-size: 13px;
}

#login {
    background-position: -47px -237px;
}

#logoff {
    background-position: -47px -257px;
}

#shareWrap {
    float: left;
    padding-right: 10px;
}

#shareWrap li {
    display: inline-block;
    *display: inline;
    *float: left;
}

#shareWrap li a {
    width: 20px;
    height: 20px;
    display: block;
    text-indent: -99em;
    overflow: hidden;
}

#fb {
    background-position: -68px -160px;
}

#fb:hover {
    background-position: -68px -140px;
}

#tw {
    background-position: -88px -160px;
}

#tw:hover {
    background-position: -88px -140px;
}

#rss {
    background-position: -108px -160px;
}

#rss:hover {
    background-position: -108px -140px;
}

#opn {
    /*width:40px;*/
    left: 0;
    top: 140px;
}

#backTop {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 100;
    display: block;
}

#backTop div {
    width: 40px;
    height: 40px;
    background-color: #f37021;
    background-position: -240px -60px;

    -moz-box-shadow: -4px 4px 4px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -4px 4px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: -4px 4px 4px 0 rgba(0, 0, 0, 0.3);
}

#NextProduct {
    position: fixed;
    right: 0;
    top: 37%;
    z-index: 100;
    /*display:none;*/
}

#NextProduct div {
    width: 40px;
    height: 40px;
    background-color: #3f312b;
    background-position: -240px -60px;

    -moz-box-shadow: -4px 4px 4px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -4px 4px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: -4px 4px 4px 0 rgba(0, 0, 0, 0.3);
}

#PrevProduct {
    position: fixed;
    right: 0;
    top: 24%;
    z-index: 100;
    /*display:none;*/
}

#PrevProduct div {
    width: 40px;
    height: 40px;
    background-color: #3f312b;
    background-position: -240px -60px;

    -moz-box-shadow: -4px 4px 4px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -4px 4px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: -4px 4px 4px 0 rgba(0, 0, 0, 0.3);
}

.homeSections#CShome {
    background-color: transparent;
    margin-top: -430px;
    border: none;
    box-shadow: none;
    padding-bottom: 0px;
}

.homeSections {
    width: 955px;
    padding: 40px 0 30px 0;
    margin: 0 auto;
    position: relative;
    /*border-bottom: 1px solid #D4D4D4;*/
    box-shadow: 0 1px 0 0 #FFFFFF;
    font-size: 0;
    /*background-color:red;for layout--- delete me*/
    /*min-height:900px;for layout--- delete me*/
    /*border-bottom:2px solid blue;for layout--- delete me*/
}

.wrapper {
    margin: 0 auto;
    width: 955px;
}

.wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#slider {
    /*height:735px;
	margin:30px auto 0 -800px;
	width:1600px;
	left:50%;*/
    width: auto;
    margin: 0px auto;
    margin-top: 85px;
    /*padding-top:148px;*/
    /*margin-left:-800px;*/
}

.fixWrap {
    position: absolute;
    width: 955px;
    display: block;
    z-index: 1;
    *z-index: 801;
}

.subNav {
    height: 60px;
    background-color: #f9f9f9;
    /*opacity:0.95;*/
    -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
    top: 40px;
}

.subNavTitle {
    width: 130px;
    height: 60px;
    display: block;
    text-indent: -200px;
    overflow: hidden;
    float: left;
}

.indexPage .subNavTitle {
    width: 150px;
}

#subNavHome {
    width: 955px;
    position: absolute;
    /*top:40px;*/
    z-index: 99;
    left: 50%;
    margin-left: -477px;
}

#subNavFood {
    background-position: -219px 0px;
}

#subNavDesign {
    background-position: -369px 0px;
}

#subNavGift {
    background-position: -667px 0px;
}

#subNavBlog {
    background-position: -515px 0px;
}

#subNavBrandList {
    background-position: -816px 0px;
}

#subNavBrand {
    background-position: 0px 0px;
    width: 220px;
}

#logo {
    width: 185px;
    float: left;
}

.navList {
    height: 60px;
    overflow: hidden;
}

ul.dropdown div {
    width: 150px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 888;
}

.navList ul li {
    *display: inline;
}

.navList ul li p a {
    text-align: left;
    font-size: 11px;
    display: inline-block;
    *display: inline;
    height: 27px;
    float: left;
    padding-top: 10px;
    padding-left: 28px;
    padding-right: 25px;
    border-left: 0px;
    width: 97px;
}

.navList ul li div {
    /*background-position:-48px -181px;*/
    background-color: #e2e1e1;

}

.navList ul li p a:hover {
    background-position: -48px -500px;
    /*background-color:#e2e1e1;*/
    background-color: #F37021;
}

.navList ul li a {
    text-align: center;
    font-size: 11px;
    color: inherit;
    display: inline-block;
    *display: inline;
    height: 60px;
    border-left: 1px solid #c3c3c3;
    float: right;
    padding-top: 24px;
    padding-left: 28px;
    padding-right: 25px;
}

.navList ul li a:hover {
    background-position: -48px -181px;
    background-color: #e2e1e1;
}

.subMenu {
    *margin-left: -200px;
}

#logo h1 a {
    width: 185px;
    height: 60px;
    background-position: 0px 0px;
    text-indent: -99em;
    display: block;

}

.fixWrap .subNavTitle:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 12px solid #f9f9f9;
    margin: 60px 0 0 215px;
    Margin: 60px 0 0 60 px\9;
    *left: 0;
}

.fixWrap .subNav {
    margin-bottom: 24px;
}

.creations {
    background-color: #D2D2D2;
    margin: 16px auto;
    width: 100%;

    z-index: 80;
    display: none;
    padding: 16px 0px 14px;
    text-align: center;
    opacity: 0.95;

}

.creations a {
    color: #000;
}

.creations a:hover {
    color: #960000;
}

.creations ul {
    list-style: none outside none;
    line-height: 20px;
    font-size: 12px;
    height: 350px;
}

.creations ul li {
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding: 4px 0px 3px 0px;
    width: 30%;
    min-height: 250px
}

.creations ul li ul {
    /*display:none;*/
    border-top: 1px solid #b1b1b1;
}

.creations ul li ul li {
    position: relative;
    text-align: left;
    /*vertical-align: middle;*/
    padding: 20px 0px 20px 0px;
    display: inline-block;
    width: 48%;
}

.creations ul li span {
    /*border-bottom: 1px solid #7e7e7e;*/
    width: 215px;
    display: inline-block;
    text-align: center;
    height: 32px;
}

.creations .close_btn {
    position: absolute;
    right: 0px;
    border-bottom: medium none;
    padding: 0px 27px;
}

.dealership {
    background-color: #e6e6e6;
    margin: 20px auto;
    width: 100%;

    z-index: 80;
    display: block;
    padding: 16px;
    text-align: center;
    padding-top: 93px;
}

.dealership ul {
    list-style: none outside none;
    line-height: 20px;
    font-size: 12px;
}

.dealership ul li {
    position: relative;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    padding: 4px 39px 3px 0px;
    width: 215px;
}

.dealership ul li ul li {
    position: relative;
    text-align: left;
    vertical-align: middle;
    padding: 20px 0px 20px 0px;
    display: inherit;
    width: 100%;
}

.dealership ul li span {
    /*border-bottom: 1px solid #000;*/
    width: 215px;
    display: inline-block;
    text-align: left;
    height: 25px;
    border-bottom: 1px solid #b1b1b1;
}

.dealership .close_btn {
    position: absolute;
    right: 0px;
    border-bottom: medium none;
    padding: 0px 27px;
}

.product_more_info {
    background-color: #e6e6e6;
    margin: 0px auto;
    width: 100%;
    height: 100%;
    z-index: 80;
    display: none;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
}

.product_more_info_block {
    display: block;
}

.journal_more_info {
    background-color: #e6e6e6;
    margin: 0px auto;
    width: 100%;
    height: 100%;
    z-index: 80;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
}

.product_list .journal_title {
    width: 100%;
    height: 100%;
    background-color: #000;
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
    filter: alpha(opacity=10);
    -moz-opacity: 0.1;
    opacity: 0.1;
    -khtml-opacity: 0.1;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    /*margin-left:4px;*/
    display: block;
}

#product_content {
    /*width:600px;*/
    max-width: 100%;
    font-size: 15px;
    padding: 0px;
}

.product_more_info img {
    max-width: 100%;
}

#product_color_select {
    /*width:200px;	*/
}

#product_color_select a {
    padding-left: 20px;
}

@media (max-width: 768px) {
    #product_content {
        width: 100%;
        font-size: 15px;
        padding: 0px;
    }

}

#product_content span {
    color: #000;
    /*font-weight:bold;*/
}

.product_more_info span {

    /*border-bottom: 2px solid #656565;	*/
    padding: 0px 100px 20px 100px;
}

#product_shop_span span {

    position: absolute;
    margin-left: -14px;
    padding: 0px;
}

.click_more_info {
    text-align: center;
    position: absolute;
    z-index: 22;
    bottom: 13px;
    width: 100%;
}

.click_more_info a {
    color: #fff;
}

.click_more_info a:hover {
    color: #960000;
}

.product_more_info div {
    /*font-size: 130px;*/
    color: #000;
    /*font-family: Helvetica;*/
    /*padding: 34px;*/
    margin: 0px auto;
}

.product_more_info .journal_title {
    font-size: 15px;
    color: #4d4d4d;
    position: relative;
    margin-top: -97px;
}

.product_more_info .close_btn {
    position: absolute;
    right: 0px;
    border-bottom: medium none;
    padding: 0px 27px;
}

.product_more_info p {
    margin-top: 25px;
}

.product_more_info #product_shop {
    color: #000;
}

.product_more_info #product_shop a:hover {
    color: #960000;
}

.product_more_info #product_add a:hover {
    color: #960000;
}

.product_more_info #product_share {

    border-top: 1px solid #656565;
    border-bottom: 1px solid #656565;
    padding: 19px 0px 19px;
    margin: 0px auto;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #000;
    margin-top: 22px;
}

.product_more_info #product_share img {
    padding-left: 40px;
    vertical-align: middle;
}

.product_more_info #product_share ul li {
    vertical-align: middle;
}

.product_more_info .add_cart {
    display: block;
    font-size: 15px;
    color: #000;
    /*text-decoration: underline;*/
}

.journal_list {
    /*background-color:#e6e6e6;*/
    margin: 155px auto 0px;
    width: 100%;
    /*height:100%;*/
    z-index: 80;
    display: block;
    /*padding:16px;*/
    text-align: center;
}

.line_01 {
    width: 100%;
    height: 33px;
}

.line_01 {
    overflow: hidden;
    _zoom: 1;
}

.line_01 span {
    position: absolute;
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

.line_01 b {
    background: #656565;
    margin-top: 19px;
    float: right;
    width: 100%;
    height: 1px;
    _overflow: hidden;
}

.other_product {
    margin: 14px auto 0px;
    width: 100%;
    height: 100%;
    z-index: 80;
    display: block;
    padding-top: 16px;
    text-align: center;
}

.shoppingcart {
    margin: 0px auto;
    width: 85%;
    height: 100%;
    z-index: 80;
    display: block;
    text-align: left;
    border-top: 1px solid #656565;
    padding-bottom: 15px;
}

.product_list {
    margin: 0px auto;
    width: 100%;
    height: 100%;
    z-index: 80;
    display: block;
    /*text-align:left;*/
    /*border-bottom: 1px solid #656565;*/
    padding-bottom: 15px;
}

.product_list ul {
    list-style: none outside none;
    line-height: 20px;
    font-size: 12px;
}

.product_list ul li {
    position: relative;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    /*padding: 4px;*/
    width: 389px;
    height: 225px;
    margin: 7px 15px 13px;
}

@media (max-width: 768px) {
    .product_list ul li {
        position: relative;
        text-align: left;
        display: inline-block;
        vertical-align: top;

        width: 323px;

    }
}

.product_list .product_title_2 {
    width: 389px;
    height: 225px;
    background-color: #000;
    float: left;
    position: absolute;
    top: 4px;
    left: 0px;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -khtml-opacity: 0.7;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    margin-left: 4px;
    display: block;
}

.product_list .product_title {
    width: 100%;
    height: 100%;
    background-color: #000;
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    -khtml-opacity: 0.6;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    /*margin-left:4px;*/
    display: none;
}

@media (max-width: 768px) {
    .product_list .product_title {
        width: 100%;
        height: 100%;
        background-color: #000;
        float: left;
        position: absolute;
        top: 0px;
        left: 0px;
        filter: alpha(opacity=60);
        -moz-opacity: 0.6;
        opacity: 0.6;
        -khtml-opacity: 0.6;
        color: #FFF;
        text-align: center;
        vertical-align: middle;
        /*margin-left:4px;*/
        display: none;
    }
}

.product_list .product_text {
    width: 389px;
    /*height:225px;*/
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    margin-left: 4px;
    z-index: 9999;
    margin-top: 90px;
    display: none;
}

.product_list .blog_text {
    width: 60%;
    height: 53%;
    float: none;
    position: absolute;
    top: 22%;
    left: 20%;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    margin-left: 4px;
    z-index: 77;
    overflow: hidden;
    /*display:none;*/
}

.product_list #blog_text {
    line-height: 111px;
}

#flashSec {
    margin: 430px auto 0 auto;
    *margin: 0 auto;
    padding: 7px 0px 0px 0px;
    width: 955px;
    border-top: 1px solid #fff;
    box-shadow: 0 -1px 0 0 #d4d4d4;
    -moz-box-shadow: 0 -1px 0 0 #d4d4d4;
    -webkit-box-shadow: 0 -1px 0 0 #d4d4d4;
}

#flashSec h2 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 14px;
    color: #999;
    font-weight: normal;
}

#flashSec h2 a {
    padding-left: 25px;
    background-position: -128px -160px;
    color: inherit;
    display: block;
    width: 100px;
}

#flashSec ul {
    padding-bottom: 10px;
    border-bottom: 1px solid #d4d4d4;
    -moz-box-shadow: 0 1px 0 0 #fff;
    -webkit-box-shadow: 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 0 #fff;
    font-size: 0;
    width: 100%;
}

#flashSec ul li {
    background-color: #ccc;
    /*display:inline-block;*/
    float: left;
    *display: inline;
    margin-right: 15px; /* 20px -4px from inline-block*/
    /*margin-bottom:16px;*//* 20px -4px from inline-block*/
    margin-bottom: 46px;
    position: relative;
    width: 305px;
    height: 305px;
    background: url(../images/zoomloader.gif) center center no-repeat, #fff;
}

/*
#flashSec ul li p:before{
	width:100%;
	height:24px;
	content:"";
	background-color:#f37022;
	position:absolute;
	top:0;
	left:0;
	z-index:11;
}*/

#flashSec ul li p {
    font-size: 12px;
    background-color: rgba(243, 112, 34, 0.7);
    color: #fff;
    top: 0;
    width: 100%;
    display: none;
    height: 24px;
    padding-top: 8px;
    text-align: center;
    z-index: 12;
    *background: transparent;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2F37022, endColorstr=#B2F37022);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2F37022, endColorstr=#B2F37022);
    zoom: 1;
    *left: 0;

}

#flashSec ul li p.productInfo {
    display: block;
    bottom: 0;
    /*top:273px;*/
    top: 305px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
    height: 24px;
    *background: transparent;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2FFFFFF, endColorstr=#B2FFFFFF);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2FFFFFF, endColorstr=#B2FFFFFF);
    zoom: 1;
    *left: 0;
}

#flashSec ul li p:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 12px solid rgba(243, 112, 34, 0.7);
    margin: 24px 0 0 -80px;
    *display: none;
}

#flashSec ul li p.productInfo:after {
    display: none;

}

#flashSec ul li p span {
    font-size: 16px;
}

#flashSec ul li:nth-child(3n) {
    margin-right: 0;
}

#themeSec {
    margin: 0px auto 0 auto;
    *margin: 0 auto;
    padding: 7px 0px 0px 0px;
    width: 955px;
    /*border-top:1px solid #fff;*/
    box-shadow: 0 -1px 0 0 #d4d4d4;
    -moz-box-shadow: 0 -1px 0 0 #d4d4d4;
    -webkit-box-shadow: 0 -1px 0 0 #d4d4d4;
}

#themeSec h2 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 14px;
    color: #999;
    font-weight: normal;
}

#themeSec h2 a {
    padding-left: 25px;
    background-position: -16px -440px;
    color: inherit;
    display: block;
    width: 100px;
}

#themeSec ul {
    padding-bottom: 10px;
    border-bottom: 1px solid #d4d4d4;
    -moz-box-shadow: 0 1px 0 0 #fff;
    -webkit-box-shadow: 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 0 #fff;
    font-size: 0;
    width: 100%;

}

#themeSec ul li {
    background-color: #ccc;
    /*display:inline-block;*/
    float: left;
    *display: inline;
    margin-right: 15px; /* 20px -4px from inline-block*/
    /*margin-bottom:16px;*//* 20px -4px from inline-block*/
    margin-bottom: 46px;
    position: relative;
    width: 305px;
    height: 305px;
    background: url(../images/zoomloader.gif) center center no-repeat, #fff;
}

/*
#themeSec ul li p:before{
	width:100%;
	height:24px;
	content:"";
	background-color:#f37022;
	position:absolute;
	top:0;
	left:0;
	z-index:11;
}*/

#themeSec ul li p {
    font-size: 12px;
    background-color: rgba(243, 112, 34, 0.7);
    color: #fff;
    top: 0;
    width: 100%;
    display: none;
    height: 24px;
    padding-top: 8px;
    text-align: center;
    z-index: 12;
    *background: transparent;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2F37022, endColorstr=#B2F37022);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2F37022, endColorstr=#B2F37022);
    zoom: 1;
    *left: 0;

}

#themeSec ul li p.productInfo {
    display: block;
    bottom: 0;
    /*top:273px;*/
    top: 305px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
    height: 24px;
    *background: transparent;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2FFFFFF, endColorstr=#B2FFFFFF);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2FFFFFF, endColorstr=#B2FFFFFF);
    zoom: 1;
    *left: 0;
}

#themeSec ul li p:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 12px solid rgba(243, 112, 34, 0.7);
    margin: 24px 0 0 -80px;
    *display: none;
}

#themeSec ul li p.productInfo:after {
    display: none;

}

#themeSec ul li p span {
    font-size: 16px;
}

#themeSec ul li:nth-child(3n) {
    margin-right: 0;
}

#flashFoot {
    text-align: center;
    font-family: arial;
    font-size: 11px;
    color: #d4d4d4;
    padding: 4px 0;
    text-shadow: 1px 1px #fff;
}

.adv ul li.catDescript {
    width: 250px;
    background-color: #414042;
    padding: 17px 28px 17px 27px;
    opacity: 0.95;
    position: relative;

}

.catDescript p {
    color: #fff;
    line-height: 18px;
    font-size: 13px;
}

.catDescript p:first-letter {
    font-size: 21px;
    font-weight: bold;
}

.catDescript p a {
    color: inherit;
    font-weight: bold;
    position: absolute;
    right: 10px;
    bottom: 5px;
}

.adv {
    width: 305px;
    *float: left;
}

.adv ul {
    margin-top: 84px;
}

.adv ul li {
    width: 305px;
    margin-bottom: 20px;
}

.adv ul li p.productInfo {
    height: 19px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    font-size: 12px;
    color: #000;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding-top: 5px;
    *background: none;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2FFFFFF, endColorstr=#B2FFFFFF);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2FFFFFF, endColorstr=#B2FFFFFF);
    zoom: 1;
    *left: 0;

}

figure {
    position: relative;
}

figure p.figInfo {
    position: absolute;
    bottom: 0;
    color: #000;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    width: 215px;
    /*text-align:center;*/
    padding: 5px;
    line-height: 18px;
    *background: none;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2FFFFFF, endColorstr=#B2FFFFFF);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2FFFFFF, endColorstr=#B2FFFFFF);
    zoom: 1;
    *left: 0;
}

figure p.figInfo span {
    color: #444;
}

figure p.figInfo2 {
    position: absolute;
    bottom: 0;
    color: #000;
    background-color: rgba(255, 255, 255, 0);
    font-size: 12px;
    width: 215px;
    text-align: right;
    padding: 5px;
    line-height: 18px;
    *background: none;
    zoom: 1;
    *left: 0;
}

figure figcaption {
    position: absolute;
    width: 78px;
    height: 78px;
    padding: 5px;
    top: -5px;
    left: -5px;
    font-size: 12px;
}

figure.members figcaption {
    /*color:#fff;*/
    background-position: -281px -61px;
}

figure.newfood figcaption {
    /*color:#fff;*/
    background-position: -373px -162px;
}

figure.topfood figcaption {
    /*color:#fff;*/
    background-position: -465px -162px;
}

figure.hotfood figcaption {
    /*color:#fff;*/
    background-position: -558px -162px;
}

figure.newdesign figcaption {
    /*color:#fff;*/
    background-position: -651px -169px;
}

figure.topdesign figcaption {
    /*color:#fff;*/
    background-position: -743px -169px;
}

figure.hotdesign figcaption {
    /*color:#fff;*/
    background-position: -836px -169px;
}

figure.newbrand figcaption {
    /*color:#fff;*/
    background-position: -374px -283px;
}

figure.topbrand figcaption {
    /*color:#fff;*/
    background-position: -467px -283px;
}

figure.hotbrand figcaption {
    /*color:#fff;*/
    background-position: -558px -283px;
}

figure.newblog figcaption {
    /*color:#fff;*/
    background-position: -651px -283px;
}

figure.topblog figcaption {
    /*color:#fff;*/
    background-position: -743px -283px;
}

figure.hotblog figcaption {
    /*color:#fff;*/
    background-position: -836px -283px;
}

.content {
    width: 630px;
    background-color: #fff;
    min-height: 500px;
    float: right;
    margin-top: 85px;
}

.content h3, .content h4 {
    color: #000;
    margin-bottom: 8px;
}

.content h3 {
    font-size: 22px;
}

.content h4 {
    font-size: 16px;
}

.content h3 a, .content h4 a {
    color: #000;
    line-height: 20px;
}

.content p {
    font-size: 12px;
    color: #888;
    line-height: 35px;
}

.content .feature {
    border-bottom: solid 1px #ccc;
    padding: 20px;
    position: relative;
    min-height: 332px;
}

.feature p.shopName {
    font-size: 10px;
    margin-bottom: 10px;
}

.feature figure.members {
    width: 590px;
    height: 322px;
    margin-bottom: 20px;
}

.content .feature figure img {
    width: 590px;
    height: 239px;
}

.feature a.more, .contentItem a.more {
    background-color: #999;
    color: #fff;
    font-size: 12px;
    position: absolute;
    display: block;
    width: 98px;
    height: 19px;
    right: 20px;
    bottom: 20px;
    text-align: center;
    padding-top: 7px;
}

.contentItem a.more:hover {
    background-color: #F37021;
}

.contentItem {
    position: relative;
    padding: 20px;
    min-height: 305px;
}

.content .contentItem:last-child {
    padding-bottom: 20px;
}

.contentItem figure {
    float: left;
    margin-right: 25px;
}

footer div {
    /*width:955px;*/
    margin: 10px auto;
    text-align: center;
    /*max-width:955px;*/
}

footer p {
    *float: left;
    display: inline;
    font-size: 12px;
    color: #000;
    vertical-align: middle;
    padding: 10px;
}

footer a {
    display: inline;
    font-size: 12pt;
    color: #000;
    vertical-align: middle;
    /*padding:10px;*/
}

footer a.footerRight {
    margin-left: 15px;
    background: none;
    margin-right: 15px;
}

footer #footer_contact {
    font-size: 12pt;
    /*border-bottom:1px solid #585858;*/
    /*height:225px;*/
    line-height: 25px;
}

footer #footer_contact .submit {
    width: 87px;
    height: 40px;
    background: none repeat scroll 0% 0% #000;
    color: #FFF;
}

footer #footer_contact input {
    /*border-width: 0px 0px 1px;*/
    /*border-style: none;*/
    font-family: 'Merriweather', Helvetica, Arial, "微軟正黑體", sans-serif;
    border-color: #b1b1b1;
    font-size: 12pt;

    width: 170px;
    background-color: transparent;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    outline: 0;
    color: #000;

}

footer #contact_area input {
    /*border-width: 0px 0px 1px;*/
    /*border-style: none;*/
    font-family: 'Merriweather', Helvetica, Arial, "微軟正黑體", sans-serif;
    font-size: 12pt;

    width: 300px;
    background-color: #fff;
    border-width: 0px 0px 0px 0px;
    outline: 0;
    color: #000;

}

footer #contact_area textarea {
    /*border-width: 0px 0px 1px;*/
    /*border-style: none;*/
    font-family: 'Merriweather', Helvetica, Arial, "微軟正黑體", sans-serif;
    font-size: 12pt;

    width: 600px;
    background-color: #fff;
    border-width: 0px 0px 0px 0px;
    outline: 0;
    color: #000;

}

footer #footer_contact img {
    vertical-align: bottom;
    padding: 5px;
    height: 30px;
}

footer .contact_area {
    background-color: #e6e6e6;
    margin: 20px auto;
    width: 100%;

    z-index: 50;
    display: none;
    text-align: center;
    padding-top: 17px;
    padding-bottom: 17px;
}

.g-recaptcha div {
    margin: 0;
}

/*--end style*/

/*--home page interaction--*/
.fixWrap.fixed {
    position: fixed;
    margin-top: 40px;
    z-index: 1;
}

.fixWrapWraper {
    position: relative;
    *z-index: 800;
}

nav#opn ul li {
    display: block;
    list-style: none;
    background-color: white;
    -moz-box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    width: 110px;
    height: 40px;
    *margin-bottom: -4px;
}

nav#opn ul li.lastOpn {
    margin-top: 12px;
}

nav#opn ul li a {
    color: #000;
    display: inline-block;
    *display: inline;
    width: 40px;
    position: absolute;
    font-size: 12px;
}

#opn ul li a:first-child {
    z-index: 3;
    background-color: #fff;
    height: 40px;
}

nav#opn ul li a:nth-child(2) {
    z-index: 1;
    top: 0;
    background-image: none;
    background-color: #fff;
    width: 60px;
    height: 25px;
    margin-left: 40px;
    padding-top: 15px;
    padding-left: 10px;
}

nav#opn ul li a:nth-child(2).selected/*, nav#opn ul li a:nth-child(2):hover*/  {
    color: #fff;
}

#opnFood {
    background-position: -3px -60px;
}

#opnFood:hover, #opnFood.selected:first-child, #opnFood.foodLink.siblingHover {
    background-position: -3px -98px;
    background-color: #F2B81A;
}

#opn .foodLink.selected, #opnFood.selected {
    background-color: #F2B81A;
}

#opnDesign {
    background-position: -40px -60px;
}

#opnDesign:hover, #opnDesign.selected:first-child, #opnDesign.designLink.siblingHover {
    background-position: -40px -98px;
    background-color: #2F943A;
}

#opn .designLink.selected {
    background-color: #2F943A;
}

#opnBlog {
    background-position: -80px -60px;
}

#opnBlog:hover, #opnBlog.selected:first-child, #opnBlog.blogLink.siblingHover {
    background-position: -80px -97px;
    background-color: #D62D26;
}

#opn .blogLink.selected {
    background-color: #D62D26;
}

#opnGift {
    background-position: -120px -60px;
}

#opnGift:hover, #opnGift.selected:first-child, #opnGift.giftLink.siblingHover {
    background-position: -120px -100px;
    background-color: #E52E7A;
}

#opn .giftLink.selected {
    background-color: #E52E7A;
}

#opnBrand {
    background-position: -160px -60px;
}

#opnBrand:hover, #opnBrand.selected:first-child, #opnBrand.brandLink.siblingHover {
    background-position: -160px -103px;
    background-color: #2F514C;
}

#opn .brandLink.selected {
    background-color: #2F514C;
}

#opnFlash {
    background-position: -10px -298px;
}

#opnFlash:hover, #opnFlash.selected:first-child, #opnFlash.flashLink.siblingHover {
    background-position: -10px -332px;
    background-color: #f37021;
}

#opn .flashLink.selected {
    background-color: #f37021;
}

#opnTheme {
    background-position: -7px -367px;
}

#opnTheme:hover, #opnTheme.selected:first-child, #opnTheme.themeLink.siblingHover {
    background-position: -7px -400px;
    background-color: #E52E7A;
}

#opn .themeLink.selected {
    background-color: #E52E7A;
}

#opnCart {
    background-position: -200px -60px;
}

#opnCart:hover, #opnCart.selected:first-child, #opnCart.cartLink.siblingHover {
    background-position: -200px -100px;
    background-color: #f37021;
}

#opn .cartLink.selected {
    background-color: #f37021;
}

#nav-container {
    display: inline-block;
    *display: inline;
    /*position:absolute;*/
    position: fixed;
    left: 0%;
    top: 140px;
    z-index: 15;
}

.stickyNav {
    position: fixed;
}

.stickyHeader {
    z-index: 100;
}

/*--end home page interaction--*/

/*

Home & General
============================================
Category (Index)

*/
#dropWrap {
    height: 60px;
    overflow: hidden;
    width: 220px;
}

.subNav #opnCart {
    right: 0;
    top: 0;
    display: inline-block;
    *display: inline;
    width: 60px;
    height: 60px;
    border-left: solid 1px #ddd;
    background-position: -191px -51px;
    position: absolute;
    cursor: pointer;
}

#opnCart span {
    position: absolute;
    color: #fff;
    background-color: red;
    font-size: 12px;
    padding: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    top: 12px;
    left: 30px;
}

.subNav #opnCart:hover {
    background-position: -191px -91px;
    background-color: #f37021;
}

#dropNav {
    margin-top: 60px;
    width: 195px;
    background-color: #e5e5e5;
    margin-left: 10px;

}

#dropNav ul li a {
    color: #645b59;
    display: block;
    font-size: 12px;
    padding: 15px 0 15px 55px;
    *padding: 8px 0 8px 55px;

}

#dropNav ul li:hover {
    background-color: #F37021;
}

#dropNav ul li:hover a {
    color: #fff;
}

#DropNavHome a {
    background-position: -1015px 0;
    *background-position: -1015px -3px;
}

#DropNavFood a {
    background-position: -1015px -40px;
    *background-position: -1015px -43px;
}

#DropNavDesign a {
    background-position: -1015px -80px;
    *background-position: -1015px -83px;
}

#DropNavBlog a {
    background-position: -1015px -120px;
    *background-position: -1015px -123px;
}

#DropNavGift a {
    background-position: -1015px -160px;
    *background-position: -1015px -163px;
}

#DropNavBrand a {
    background-position: -1015px -200px;
    *background-position: -1015px -203px;
}

#DropNavFlashSale a {
    background-position: -2px -298px;
    *background-position: -1015px -233px;
}

#DropNavHome a:hover {
    background-position: -1015px -230px;
    *background-position: -1015px -233px;
}

#DropNavFood a:hover {
    background-position: -1015px -270px;
    *background-position: -1015px -273px;
}

#DropNavDesign a:hover {
    background-position: -1015px -310px;
    *background-position: -1015px -313px;
}

#DropNavBlog a:hover {
    background-position: -1015px -350px;
    *background-position: -1015px -353px;
}

#DropNavGift a:hover {
    background-position: -1015px -390px;
    *background-position: -1015px -393px;
}

#DropNavBrand a:hover {
    background-position: -1015px -430px;
    *background-position: -1015px -433px;
}

#DropNavFlashSale a:hover {
    background-position: -2px -333px;
}

.indexPageFood {
    background: url(../images/strip.png) repeat-x center 410px;
}

.indexPageDesgin {
    background: url(../images/strip.png) repeat-x center 410px, url(../images/designIndexBg.jpg) no-repeat center 30px;
}

.indexPageGift {
    background: url(../images/strip.png) repeat-x center 410px, url(../images/giftIndexBg.jpg) no-repeat center 30px;
}

.indexPageBrand {
    background: url(../images/brandIndexBg.png) no-repeat center 30px;
}

.indexPageBrand .wrapper {
    margin-top: 455px;
}

.indexPageBrandList {
    background: url(../images/strip.png) repeat-x scroll center 412px transparent;
}

.indexPage header, .flashProduct header, .Product header, .indexPageBlog header {
    position: fixed;
    *left: 0;
}

.indexPageBlog {
    background: url(../images/strip.png) repeat-x center 410px;
}

.indexPageFood #backTop, .indexPageBlog #backTop, .indexPageDesgin #backTop, .indexPageBrand #backTop, .indexPageGift #backTop, .flashProduct #backTop, .indexPageBrandList #backTop {
    display: block;
}

.indexPage .subNav {
    /*top:40px;*/
    position: fixed;
    width: 955px;
    z-index: 99;
}

#filterlv1 {
    margin-top: 410px;
    left: 0 \9;
     
}

#filterlv1 select {
    float: right;
    margin-top: 20px;
    width: 225px;
}

#filterlv1 ul {
    height: 50px;
    width: 936px;
}

#filterlv1 ul li, #filterlv2 ul li {
    display: inline-block;
    *display: inline;
    *float: left;
}

#filterlv1 ul li a {
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 16px 10px 16px 10px;
}

#filterlv1 ul li a:hover, #filterlv1 ul li a.current {
    background: url(../images/Tung_tri.png) no-repeat center bottom;
}

#filterlv2 ul {
    height: 35px;
    padding: 15px 0;
    border-bottom: 1px solid #D4D4D4;
    box-shadow: 0 1px 0 0 #FFFFFF;
}

#filterlv2 ul li a {
    color: #535353;
    display: block;
    font-size: 14px;
    padding: 8px 16px 10px;
    margin-right: 10px;
}

#filterlv2 ul li a:hover, #filterlv2 ul li a:focus {
    background-color: #535353;
    color: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webdit-border-raduis: 10px;
}

.categoryList {
    padding-top: 20px;
    border-bottom: 1px solid #D4D4D4;
    box-shadow: 0 1px 0 0 #FFFFFF;
    width: 955px;
}

.indexPageBrand .categoryList {
    padding-top: 50px;
    *padding-top: 500px;
}

.categoryList li {
    float: left;
    display: block;
    margin-right: 18px;
    margin-bottom: 20px;
    width: 225px;
    height: 225px;
    background: url(../images/zoomloader.gif) center center no-repeat, #fff;
}

.categoryList li:nth-child(4n) {
    margin-right: 0;
}

.categoryList li figure a img {
    width: 225px;
}

.categoryList li figure a:hover {
    opacity: 0.9;
    *opacity: 1;
}

.categoryList li:hover {
    background-image: none;
}

.brandRow {
    width: 955px;
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: solid 1px #d4d4d4;
    box-shadow: #fff 0 1px 0 0;
}

.brandRow p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
}

.brandRow figure {
    float: left;
    margin-right: 20px;
}

.brandRow .jcarousel-skin-citie {
    float: left;
}

/* jPages css */
.holder {
    margin: 15px 0;
    text-align: center;
}

.holder a {
    font-size: 12px;
    cursor: pointer;
    padding: 5px;
    color: #bebebe;
    min-width: 13px;
    display: inline-block;
    *display: inline;
    border: solid 1px #bebebe;
    text-align: center;
    margin-right: 13px;
    *width: 13px;
}

.holder a:hover {
    background-color: #aaa;
    color: #fff;
}

.holder a.jp-previous, .holder a.jp-next {
    border: none;
}

.holder a.jp-previous {
    margin-right: 15px;
}

.holder a.jp-next {
    margin-right: 0;
}

.holder a.jp-current, a.jp-current:hover {
    color: #000;
}

.holder a.jp-current {
    border-color: #000;
}

.holder a.jp-disabled, a.jp-disabled:hover {
    color: #bbb;
}

.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover {
    cursor: default;
    background: none;
}

.holder span {
    margin: 0 5px;
}

/*

Category (Index)
============================================
Product (Flash Sale)

*/

#wrap.flashProduct {
    padding-bottom: 40px;
}

#subNavProduct {
    width: 955px;
    z-index: 98;
    left: 50%;
    margin-left: -478px;
    /*top:40px;*/
    position: absolute;
}

#subNavCheckOut {
    width: 955px;
    z-index: 101;
    left: 50%;
    margin-left: -478px;
    /*top:40px;*/
    position: absolute;
}

#subNavCheckOut .subNavTitle {
    background-position: 0px 0px;
    width: 220px;
}

#subNavCheckOut .navList {
    position: absolute;
    right: 0;
    top: 0;
}

#subNavProduct h1 a {
    color: #242021;
}

#subNavProduct .subNavTitle {
    background-position: 0px 0px;
    width: 220px;
}

.productNavList {
    display: none;
}

#subNavProduct #opnCart span {
    position: absolute;
    color: #fff;
    background-color: red;
    font-size: 12px;
    padding: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    top: 12px;
    left: 30px;
}

.breadcrumb {
    padding-top: 120px;
    margin-bottom: 15px;
}

.breadcrumb p {
    font-size: 13px;
    color: #5c5c5c;
}

.breadcrumb a {
    color: #656565;
}

#productInfo {
    margin-bottom: 35px;
    width: 955px;
}

#gallery {
    width: 470px;
    float: left;

}

figure#galleryBig {
    width: 470px;
    height: 470px;
    margin-bottom: 20px;
}

figure#thumbnails {
    line-height: 0px;
    font-size: 0px;
}

figure#thumbnails li {
    display: inline-block;
    *display: inline;
    margin-right: 10px;
    *margin-right: 8px;
}

figure#thumbnails li:last-child {
    margin-right: 0;
}

#thumbnails img {
    width: 86px;
}

#productDetails {
    float: right;
    width: 465px;
}

#productPacksInfo {
    padding-bottom: 20px;
    border-bottom: solid 1px #d4d4d4;
    box-shadow: 0 1px 0 0 #fff;
    -moz-box-shadow: 0 1px 0 0 #fff;
    -webkit-box-shadow: 0 1px 0 0 #fff;
}

ul#packList {
    margin-bottom: 30px;
}

ul#packList a {
    cursor: pointer;
}

ul#packList li {
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 12px 5px;
}

ul#packList li {
    display: inline-block;
    *display: inline;
    width: 75px;
    background-color: #666;
    text-align: center;
    color: #fff;
    margin-right: 5px;
}

ul#packList li.active a:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    /*border-top:12px solid #000;*/
    margin: 30px 0 0 -40px;
    *visibility: hidden;
}

ul#packList li#packNav1 {
    background-color: rgba(143, 66, 50, 0.4);
    *background: none;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#668F4232, endColorstr=#668F4232);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#668F4232, endColorstr=#668F4232);
    zoom: 1;

}

ul#packList li#packNav2 {
    background-color: rgba(143, 108, 51, 0.4);
    *background: none;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#668F6C33, endColorstr=#668F6C33);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#668F6C33, endColorstr=#668F6C33);
    zoom: 1;

}

ul#packList li#packNav3 {
    background-color: rgba(135, 143, 51, 0.4);
    *background: none;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66878F33, endColorstr=#66878F33);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66878F33, endColorstr=#66878F33);
    zoom: 1;
}

ul#packList li#packNav4 {
    background-color: rgba(71, 121, 124, 0.4);
    *background: none;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6647797C, endColorstr=#6647797C);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6647797C, endColorstr=#6647797C);
    zoom: 1;

}

ul#packList li#packNav5 {
    background-color: rgba(72, 92, 37, 0.33);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66776E4B, endColorstr=#66776E4B);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66776E4B, endColorstr=#66776E4B);
    margin-right: 0;

}

ul#packList li#packNav1.active {
    background-color: #8f4232;
}

ul#packList li#packNav2.active {
    background-color: #8f6c33;
}

ul#packList li#packNav3.active {
    background-color: #878f33;
}

ul#packList li#packNav4.active {
    background-color: #47797c;
}

ul#packList li#packNav5.active {
    background-color: #776e4b;
}

ul#packList li#packNav1.active a:after {
    border-top: 12px solid #8f4232;
}

ul#packList li#packNav2.active a:after {
    border-top: 12px solid #8f6c33;
}

ul#packList li#packNav3.active a:after {
    border-top: 12px solid #878f33;
}

ul#packList li#packNav4.active a:after {
    border-top: 12px solid #47797c;
}

ul#packList li#packNav5.active a:after {
    border-top: 12px solid #776e4b;
}

.packWords {
    display: none;
}

.packWords.active {
    display: block;
}

#productPacksInfo h2 {
    font-size: 20px;
    line-height: 26px;
    color: #3a3a3a;
    margin-bottom: 30px;
}

.priceInfo {
    height: 30px;
    color: #000;
    margin-bottom: 20px;
}

.price {
    float: left;
}

.price span:first-child {
    font-size: 12px;
}

.price span:last-child {

    font-size: 30px;
    font-weight: bold;
    margin-left: 5px;
}

.saleInfo {
    float: right;
    font-size: 16px;
    width: 178px;
    letter-spacing: 2px;
}

.saleInfo p:first-child {
    text-decoration: line-through;
}

.saleInfo p:last-child {
    color: #f37022;
}

.addtocartForm {
    width: 230px;
    min-height: 60px;
    float: left;
}

.addtocartForm a {
    background-image: url(../images/more.png);
    background-repeat: no-repeat;
    background-position: right -2px;
    color: #939393;
    display: block;
    float: left;
    font-size: 14px;
    height: 20px;
    padding-right: 25px;
    *width: 160px;

}

.addtocartForm a:hover {
    background-position: right -32px;
    color: #333;
}

.addtocartForm span {
    font-size: 12px;
    line-height: 22px;
    float: left;
    clear: left;
    margin-top: 8px;
    /*margin-left:-70px;*/
}

.addtocartForm select {
    float: left;
    font-size: 12px;
    width: 140px;
    margin-top: 8px;
    /*margin-left:-32px;*/
}

.packWords button {
    background-color: #f37022;
    color: #fff;
    margin: 0;
    border: none;
    font-size: 20px;
    padding: 18px 25px;
    /*vertical-align:bottom;*/
    float: right;
    width: 180px;
    cursor: pointer;
}

#productNotice {
    background-color: #fff;
    padding: 10px;
    font-size: 12px;
    margin: 20px 0;
}

#productNotice li {
    list-style: decimal;
    line-height: 16px;
    color: #3b3b3b;
    list-style-position: inside;
}

#productShare {
    border-top: solid 1px #fff;
    box-shadow: 0 -1px 0 0 #d4d4d4;
    -moz-box-shadow: 0 -1px 0 0 #d4d4d4;
    -webkit-box-shadow: 0 -1px 0 0 #d4d4d4;
    padding-top: 5px;
}

#productShare span {
    font-size: 12px;
    line-height: 30px;
}

#productBrandIntro {
    height: 250px;
    padding: 0px;
    background-color: #fff;
    margin-bottom: 20px;
    /*background-image:url(../images/brandIntroBg.png);*/
}

.brandPeople {
    margin-right: 20px;
    float: left;
}

#brandIntroTxt {
    width: 468px;
    float: left;
}

#brandIntroTxt h4 {
    font-size: 24px;
    line-height: 26px;
    font-weight: normal;
    margin-bottom: 10px;
    border-bottom: solid 1px #dcdcdc;
    padding-bottom: 10px;
}

#brandIntroTxt p {
    font-size: 12px;
    line-height: 16px;
    color: #414141;
}

#productConcept {
    margin-bottom: 20px;
}

.productPack {
    position: relative;
    margin-bottom: -6px;
    line-height: 0px;
}

.productPack a {
    display: block;
    position: absolute;
    bottom: 1px;
    right: 0;
    border: solid;
    border-width: 15px 0 0 15px;
    border-color: #ededed;
    width: 180px;
    color: #fff;
    font-size: 20px;
    padding: 18px 25px;
    text-align: center;
}

#productPack1 a {
    background-color: #8F4232;
}

#productPack2 a {
    background-color: #8f6c33;
}

#productPack3 a {
    background-color: #878F33;
}

#productPack4 a {
    background-color: #47797C;
}

#productPack5 a {
    background-color: #776E4B;
}

#relatedProducts {
    margin-bottom: 20px;
}

#relatedProducts h3, #shopInfo h3, #productConcept h3 {
    font-size: 20px;
    line-height: 24px;
    color: #3a3a3a;
    margin-bottom: 10px;
    font-weight: bold;
}

#relatedProducts figure {
    height: 225px;
    font-size: 0;
    display: block;
    float: left;
    margin-right: 14px;
    position: relative;
}

#relatedProducts figure img {
    width: 225px;
}

#relatedProducts figure:last-child {
    margin-right: 0;
}

#relatedProducts figure figcaption {
    position: absolute;
    top: -230px;
    *top: -5px;
    left: -5px;
    width: 86px;
    height: 86px;
}

figcaption.recommend {
    background-image: url(../images/citieRibbon.png);
    background-repeat: no-repeat;
}

#shopInfo {
    margin-bottom: 30px;
}

#shopInfo #map {
    border: solid 2px #3a3a3a;
    width: 464px;
    height: 266px;
    float: left;
    margin-right: 20px;
    overflow: hidden;
}

#shopInfo #shopContact {
    float: right;
    width: 447px;
    background-color: #fff;
    height: 250px;
    padding: 10px;
    font-size: 12px;
    line-height: 16px;
}

#shopInfo #shopContact h4 {
    color: #000;
    margin-bottom: 3px;
}

#shopInfo #shopContact p {
    color: #3a3a3a;
}

.purchaseGuide {
    width: 465px;
    font-size: 12px;
    margin-top: 53px;
    line-height: 20px;
    position: relative;
    *margin-top: 85px;
}

.purchaseGuide ol {
    list-style: inside decimal;
}

.purchaseGuide ul {
    padding: 0;
    clear: both;
    position: absolute;
    display: block;
    top: -30px;
}

.purchaseGuide ul li {
    list-style: none;
    display: inline-block;
    *display: inline;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #ccc;
    text-align: center;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    *float: left;
}

.purchaseGuide ul li a {
    display: block;
    padding: 5px;
    *padding: 8px;
    width: 70px;
    background-color: #ccc;
    color: inherit;
}

.purchaseGuide ul li a.current {
    background-color: #fff;
}

.list-wrap {
    border: 1px solid #ccc;
    padding: 20px;
    background-color: #fff;
}

/*

Product (Flash Sale)
============================================
Product

*/
#wrap.Product {
    padding-bottom: 40px;
}

.Product .subNav {
    /*top:40px;*/
}

#productSlider {
    height: 400px;
    *z-index: 90;
}

#productSlider .nivo-controlNav {
    bottom: 0;
    z-index: 99;
}

#productSlider .nivo-directionNav {
    left: 0;
    bottom: 0;
    margin-left: 0;
    width: 955px;
    top: 50%;
    margin-top: -25px;
}

#productSlider .nivo-directionNav a {
    background-image: url(../images/SDarrow.png);
    width: 50px;
    height: 50px;
    *z-index: 99;
}

#productSlider .nivo-prevNav {
    background-position: 0 0;
    *z-index: 99;
}

#productSlider .nivo-prevNav:hover {
    background-position: 0 -50px;
}

#productSlider .nivo-nextNav {
    background-position: -50px 0;
    *z-index: 99;
}

#productSlider .nivo-nextNav:hover {
    background-position: -50px -50px;
}

.Product .addtocartForm span {
    line-height: 22px;
    vertical-align: bottom;
    margin-top: 38px;
    margin-left: 0;
}

.Product .addtocartForm select {
    vertical-align: bottom;
    margin-top: 36px;
    width: 140px;
    margin-left: 0;
}

/*

Product
============================================
BlogIndex & Blog

*/
.indexPageBlog .breadcrumb {
    padding-top: 15px;
    margin-left: 10px;
}

#blogContent {
    width: 590px;
    padding: 20px;
    background-color: #fff;
    float: left;
    margin-bottom: 30px;
}

.indexPageBlog aside {
    width: 305px;
    margin-left: 20px;
    float: left;
    margin-bottom: 30px;
}

.indexPageBlog .adv.blogAside ul {
    margin-top: 0;
}

#fullPost h2, .excerptPost h2 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 2px;
}

.excerptPost h2 a {
    color: #000;
}

.postMeta {
    margin: 10px 0;
}

.postMeta p {
    display: block;
    font-size: 10px;
    color: #747474;
}

.postAuthor {
    float: left;
}

.postDate {
    float: right;
}

#fullPost figure img {
    padding: 30px 0;
    border-bottom: solid 1px #d4d4d4;
}

#fullPost .postText, .excerptPost .postText {
    font-size: 15px;
    line-height: 20px;
    color: #333;
    padding-top: 45px;
}

.postText ol {
    list-style: decimal inside;
}

.postText ul {
    list-style: disc inside;
}

.postText b {
    font-weight: bold;
}

.postText a {
    text-decoration: underline;
}

.excerptPost .postText {
    padding-top: 0;
}

#fullPost .postText p {
    margin-bottom: 25px;
}

.excerptPost .postText p {
    margin-bottom: 5px;

}

#fullPost .fbShare, .excerptPost .socialShare {
    float: right;
    margin-top: 85px;
    margin-right: 1px;
}

.excerptPost figure img {
    padding: 30px 0;
}

.excerptPost span {
    color: #000;
    font-size: 12px;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.excerptPost .socialShare {
    margin-top: 25px;
    margin-bottom: 10px;
}

.excerptPost {
    border-bottom: solid 1px #d4d4d4;
    margin-top: 45px;
    width: 100%;
}

#blogContent .excerptPost:first-child {
    margin-top: 0;
}

#blogPagination {
    margin-top: 28px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 0px;
}

#blogPagination a, #blogPagination span {
    display: inline-block;
    *display: inline;
    padding: 3px;
    color: #bebebe;
    font-size: 12px;
    line-height: 20px;
}

#blogPagination a {
    border: solid 1px #bebebe;
    *width: 18px;
    min-width: 18px;
    text-align: center;
    margin: 0 6px;
}

#blogPagination a:hover {
    background: #bebebe;
    color: #fff;
}

#blogPagination a.currentPage:hover {
    background: #fff;
    color: #000;
}

#blogPagination .prev, #blogPagination .next {
    border: none;
}

#blogPagination .currentPage {
    border-color: #000;
    color: #000;
}

/*

BlogIndex & Blog
============================================
FlexBG
*/
.flexBG .subNav {
    position: absolute;
    width: 955px;
    z-index: 98;
}

.flexBG #filterlv1 {
    bottom: 0;
    margin-top: 0;
    position: absolute;
    z-index: 5554;
}

.flexBG #headerIMG img {
    margin-left: -322px;
    margin-top: 30px;
}

.flexBG #filterlv2 {
    position: relative;
}

.flexBG #filterlv2 select {
    position: absolute;
    width: 225px;
    right: 0;
    top: 20px;
}

.stripBtm {
    bottom: 0px;
    height: 50px;
    position: absolute;
    width: 1600px;
    left: 0 \9;
    *bottom: 4px;
}

#headerIMG {
    position: relative;
}

.contentItem img, #blogContent img {
    max-width: 590px;
}

/*Sprite*/

#backTop div, nav#opn ul li a, #logo h1 a, .subNavTitle, #flashSec h2 a, #themeSec h2 a, #fb, #tw, #rss, .status, .navList ul li a:hover, figure.members figcaption, figure.newfood figcaption, figure.topfood figcaption, figure.hotfood figcaption, figure.newdesign figcaption, figure.topdesign figcaption, figure.hotdesign figcaption, figure.newbrand figcaption, figure.topbrand figcaption, figure.hotbrand figcaption, figure.newblog figcaption, figure.topblog figcaption, figure.hotblog figcaption, #dropNav ul li a, .subNav #opnCart, .brandRow figure.members {
    background-image: url(../images/Sprite.png);
    background-repeat: no-repeat;
}

/*--end Sprite*/

/* brand info */
.brand_info {
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #FFF;
    width: 955;
    height: 210px;
    padding: 20px 20px 20px 20px;
}

.brand_info #brand_pic_2 {
    margin-left: 15px;
}

.brand_info #brand_pic_3 {
    margin-left: 15px;
}

.brand_info h1 {
    line-height: 40px;
    font-size: 18px;
}

.brand_info p {
    line-height: 22px;
    font-size: 12px;
    letter-spacing: 3px;
}

/* end brand info */

#soldout:hover {
    background-color: #83ccd2;
    background-image: url(../images/emailme_text_white.png);
    background-repeat: no-repeat;
}

#soldout {
    background-image: url(../images/emailme_text.png);
    background-repeat: no-repeat;
    background-color: #FFF;
}

#product_color_select span {
    display: block;
    position: absolute;
    padding: 4px;
}

/* WebKit browsers */
::-webkit-input-placeholder {
    color: #000;
}

/* Mozilla Firefox 4 to 18 */
:-moz-placeholder {
    color: #000;
    opacity: 1;
}

/* Mozilla Firefox 19+ */
::-moz-placeholder {
    color: #000;
    opacity: 1;
}

/* Internet Explorer 10+ */
:-ms-input-placeholder {
    color: #000;
}

.fb {
    width: 28px;
    height: 28px;
    display: block;
    background-image: url('../images/facebook.png');
}

.fb:hover {
    background-image: url('../images/facebookhover.png');
}

.tw {
    width: 28px;
    height: 28px;
    display: block;
    background-image: url('../images/twitter.png');
}

.tw:hover {
    background-image: url('../images/twitterhover.png');
}

.google {
    width: 28px;
    height: 28px;
    display: block;
    background-image: url('../images/googleplus.png');
}

.google:hover {
    background-image: url('../images/googleplushover.png');
}

.pinterest {
    width: 28px;
    height: 28px;
    display: block;
    background-image: url('../images/pinterest.png');
}

.pinterest:hover {
    background-image: url('../images/pinteresthover.png');
}

#contact_form .divform {
    display: table;
    border-collapse: collapse;
    width: 54%;
}

#contact_form .divform .r {
    display: table-row
}

#contact_form .divform .c {
    display: table-cell;
    padding: 5px 13px;
    vertical-align: middle;
    text-align: left;
}

.btn {
    font-size: 12px;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    padding: 2px 20px;
    border: 3px solid transparent;
}

.btn-gold {
    color: #fff;
    border-color: #a67c52;
    background-color: #a67c52;
}

.gold {
    border: 0 !important;

.  /*Removes border*/
     -webkit-appearance: none

;
/*Removes default chrome and safari style*/
/*-moz-appearance: none;*/
/*Removes default style Firefox*/
color:#a67c52

;
/*width:138px;*/
}
.product_name {
    font-size: 24px;
    word-spacing: normal;
}

.product_price {
    word-spacing: normal;
}

.dropdown {
    font-family: 'Merriweather', Helvetica, Arial, "微軟正黑體", sans-serif;
    overflow: hidden;
    float: right;
    /*width: 138px;*/
    /*height: 20px;
line-height: 34px;*/
    /*border: #E6E6E6 1px solid;*/
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -o-border-radius: 3px;
    /*background: #FFFFFF;*/

    padding: 0px;
}

.dropdown select {
    font-family: 'Merriweather', Helvetica, Arial, "微軟正黑體", sans-serif;
    /*width: 210px;*/
    padding: 0 0px;
    cursor: pointer;
    /*text-indent: 0.01px;
text-overflow: “”;*/
    font-size: 15px;
    color: #a67c52;
    border: 0 !important;
    /*-webkit-appearance: none;
-moz-appearance: none;;*/
    background: #FFF;
}

/*.dropdown select::-ms-expand {
display: none;
}*/

.bg {
    /*選單出現時的透明黑底 */

    background: #000;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
}

.mobile {
    display: none !important;
    visibility: hidden !important;
}

.desktop {
    display: block !important;
    visibility: visible !important;
}

.mobile_index {
    display: none !important;
    visibility: hidden !important;
}

.desktop_index {
    display: block !important;
    visibility: visible !important;
}

.product_more_info #product_name {
    display: none;
}

@media screen and (max-width: 768px) {
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 12pt;
        /*font-family:inherit;*/
        vertical-align: baseline;
    }

    footer #footer_contact {
        font-size: 10pt;
        /*border-bottom:1px solid #585858;*/
        /*height:225px;*/
        line-height: 25px;
    }

    footer #footer_contact input {
        font-size: 10pt;
    }

    footer a {
        font-size: 10pt;
    }

    .paymentlogos {
        width: 100%;
    }

    footer a.footerRight {
        margin-left: 5px;
        margin-right: 5px;
    }

    footer p {
        font-size: 6px;
    }

    .product_more_info #product_share ul li {
        font-size: 8pt;
    }

    header .logo {
        padding-left: 16px;
        padding-top: 17px;
        position: absolute;
    }

    header .logo img {
        width: 165px;
    }

    .navbar-header {
        width: 50%;
        float: right;
    }

    header nav.menu {
        display: none;
    }

    /*product list*/
    .product_list ul li {
        width: 283px;
        height: 163px;
    }

    .product_list ul li img {
        width: 283px;
        height: auto;
    }

    .product_list .product_text {
        width: 283px;
        margin-top: 65px;
    }

    .nivo-caption_product {
        display: none;
    }

    /*dealership*/
    .dealership {
        padding: 93px 0px 0px;
    }

    .dealership ul li {
        padding: 4px 0px 3px;
        width: 90%;
    }

    .dealership ul li span {
        width: 100%;
    }

    /*blog*/
    .journal_list {
        margin: 73px auto 0px;
    }

    .product_list .blog_text {
        font-size: 6pt;
    }

    .product_more_info span {
        padding: 0px 0px 20px;
    }

    .product_more_info img {
        width: 100%;
    }

    #nav#full {
        display: none
    }

    nav#mobile {
        background-color: #111;
        box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
        display: block;
    }

    /*
	Top black bar that holds the toggle button
	*/
    nav#mobile #toggle-bar {
        line-height: 70px;
        height: 70px;
    }

    /*
	Toggle button #1 ("Menu")
	*/
    nav#mobile strong a {
        margin-left: 30px;
        border: 1px solid #444;
        padding: 10px;
    }

    /*
	Toggle button #2 ("Navicon")
	*/
    nav#mobile .navicon {
        float: right;
        height: 6px;
        width: 34px;
        margin: 20px;
        border-top: 18px double #FFF;
        border-bottom: 6px solid #FFF;
        font-size: 0;
    }

    /*
	The dropdown menu
	*/
    nav#mobile ul li {
        clear: both;
        list-style: none;
    }

    nav#mobile ul li a {
        display: block;
        background-color: #300;
        text-transform: uppercase;
        letter-spacing: .2em;
        margin: 2px 0;
        padding: 6px 0 6px 8px;
    }

    nav#mobile ul ul {
        font-size: small;
    }

    nav#mobile ul ul li {
        margin-left: 30px;
    }

    nav#mobile ul ul a {
        background-color: #333;
        padding-left: 8px;
    }

    nav#mobile ul ul a:before {
        content: "2192";
        padding-right: 8px;
    }

    header nav ul li {
        padding-left: 0px;
    }

    header .mobileMenu {
        display: block !important;
        visibility: visible !important;
        position: fixed;
        position: absolute;
        z-index: 1500;
        width: 100%;
        max-height: 400px;
        right: 0px;
        overflow-x: hidden;
        overflow-y: auto;
        top: 65px;
    }

    /*#slider {
    margin: 65px auto 0px;
	overflow: hidden;
	width: 100%;
	height: 300px;
}*/
    .mobile nav ul {
        margin: 0px auto;
        text-align: center;
    }

    .mobile nav ul li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        padding-right: 9px;
        padding-left: 9px;
    }

    #contact_form .divform .c {
        display: block;
    }

    footer #contact_area input {
        width: 95%;
    }

    footer #contact_area textarea {
        width: 95%;
    }

    #contact_form .divform {
        display: table;
        border-collapse: collapse;
        width: 100%;
    }

    .product_more_info .close_btn {
        margin-top: -44px;
    }

}

@media screen and (max-width: 430px) {
    #slider {
        position: relative;
        max-width: 800px;
        max-height: 100%;
        /*height:300px;*/
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }

    .mobile .nivoSlider {
        position: relative;
        overflow: hidden;
        width: 600px;
        margin-top: 65px;
        left: -33%;
    }
}

@media screen and (max-width: 414px) {

    .mobile .nivoSlider {
        position: relative;
        overflow: hidden;
        width: 600px;
        margin-top: 65px;
        left: -35%;
    }
}

@media screen and (max-width: 480px) {
    .mobile {
        display: block !important;
        visibility: visible !important;
    }

    .desktop {
        display: none !important;
        visibility: hidden !important;
    }

}

@media screen and (max-width: 700px) {
    .mobile_index {
        display: block !important;
        visibility: visible !important;
    }

    .desktop_index {
        display: none !important;
        visibility: hidden !important;
    }

}

@media screen and (max-width: 1262px) {

    header .logo {
        padding-left: 16px;
        /*padding-top: 17px;*/
        position: absolute;
    }

    header .logo img {
        width: 165px;
    }

    .navbar-header {
        width: 50%;
        float: right;
    }

    header nav.menu {
        display: none;
    }

    /*product list*/
    .product_list ul li {
        width: 283px;
        height: 163px;
    }

    .product_list ul li img {
        width: 283px;
        height: auto;
    }

    .product_list .product_text {
        width: 283px;
        margin-top: 65px;
    }

    .nivo-caption_product {
        display: none;
    }

    /*dealership*/
    .dealership {
        padding: 93px 0px 0px;
    }

    .dealership ul li {
        padding: 4px 0px 3px;
        width: 90%;
    }

    .dealership ul li span {
        width: 100%;
    }

    #nav#full {
        display: none
    }

    nav#mobile {
        background-color: #111;
        box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
        display: block;
    }

    /*
	Top black bar that holds the toggle button
	*/
    nav#mobile #toggle-bar {
        line-height: 70px;
        height: 70px;
    }

    /*
	Toggle button #1 ("Menu")
	*/
    nav#mobile strong a {
        margin-left: 30px;
        border: 1px solid #444;
        padding: 10px;
    }

    /*
	Toggle button #2 ("Navicon")
	*/
    nav#mobile .navicon {
        float: right;
        height: 6px;
        width: 34px;
        margin: 20px;
        border-top: 18px double #FFF;
        border-bottom: 6px solid #FFF;
        font-size: 0;
    }

    /*
	The dropdown menu
	*/
    nav#mobile ul li {
        clear: both;
        list-style: none;
    }

    nav#mobile ul li a {
        display: block;
        background-color: #300;
        text-transform: uppercase;
        letter-spacing: .2em;
        margin: 2px 0;
        padding: 6px 0 6px 8px;
    }

    nav#mobile ul ul {
        font-size: small;
    }

    nav#mobile ul ul li {
        margin-left: 30px;
    }

    nav#mobile ul ul a {
        background-color: #333;
        padding-left: 8px;
    }

    nav#mobile ul ul a:before {
        content: "2192";
        padding-right: 8px;
    }

    header nav ul li {
        padding-left: 0px;
    }

    header .mobileMenu {
        display: block !important;
        visibility: visible !important;
        position: fixed;
        position: absolute;
        z-index: 1500;
        width: 100%;
        max-height: 400px;
        right: 0px;
        overflow-x: hidden;
        overflow-y: auto;
        top: 65px;
    }

    .mobile nav ul {
        margin: 0px auto;
        text-align: center;
    }

    .mobile nav ul li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        padding-right: 9px;
        padding-left: 9px;
    }

    .mobile_index nav ul {
        margin: 0px auto;
        text-align: center;
    }

    .mobile_index nav ul li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        padding-right: 9px;
        padding-left: 9px;
    }

    #contact_form .divform .c {
        display: block;
    }

    footer #contact_area input {
        width: 95%;
    }

    footer #contact_area textarea {
        width: 95%;
    }

    #contact_form .divform {
        display: table;
        border-collapse: collapse;
        width: 100%;
    }

    .product_more_info #product_name {
        display: block;
    }
}

@media screen and (max-width: 320px) {
    .mobile .nivoSlider {
        position: relative;
        overflow: hidden;
        width: 600px;
        margin-top: 65px;
        left: -43%;
    }
}

@media screen and (max-width: 430px) {

    .mobile_index .nivoSlider {
        position: relative;
        overflow: hidden;
        width: 600px;
        margin-top: 65px;
        left: -33%;
    }

}

@media screen and (max-height: 414px) {

    header .mobileMenu {
        max-height: 200px;
    }
}

@media screen and (max-width: 414px) {

    .mobile_index .nivoSlider {
        position: relative;
        overflow: hidden;
        width: 600px;
        margin-top: 65px;
        left: -24%;
    }
}

@media screen and (max-width: 320px) {
    .mobile_index .nivoSlider {
        position: relative;
        overflow: hidden;
        width: 600px;
        margin-top: 65px;
        left: -43%;
    }
}


