
@import url(vender/font1.css);
@import url(vender/font1.css);
.clearfix {
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
    height: 0;
    font-size: 0;
    visibility: hidden
}

.clearfix:after {
    clear: both
}

html,
body {
    font-family: 'Source Sans Pro', 'Microsoft JhengHei', sans-serif;
    font-weight: 400;
    color: #000
}

h1,
h2,
h3,
h4 {
    font-weight: 300
}

h1 span {
    font-weight: 700
}

button:hover,
button:focus {
    outline: none
}

hr {
    border-color: #ccc;
    margin: 30px 0
}

a {
    color: #45B099;
    text-decoration: none;
    font-weight: 400
}

.note {
    color: #fa2a15
}

a:hover {
    color: #45B099;
    text-decoration: underline
}

.color {
    background-color: #67C4B0
}

.title h2 {
    padding-bottom: .5em;
    border-bottom: 1px solid #000;
}

.search {
    border: 2px solid #ddd;
    position: relative
}

.search:hover {
    border-color: #333
}

.search .search-txt {
    display: block;
    width: 100%;
    border: none;
    padding: .5em 3em .5em .5em;
    outline: none
}

.search .search-btn {
    color: #777;
    background-color: #ddd;
    border: none;
    padding: .5em .8em;
    position: absolute;
    top: 0;
    right: 0
}

.search .search-btn:hover {
    color: #fff;
    background-color: #333
}

footer {
    color: #acacb3;
    background-color: #464e5a;
    padding: 40px 0
}

footer .social-links li a {
    color: #fff;
    border-color: #fff
}

.copyright ul.nav-list {
    margin: 0 0 0 0px;
    padding: 0
}

.copyright ul.nav-list a {
    color: #acacb3
}

.copyright ul.nav-list a:hover {
    color: #fff
}

.copyright ul.nav-list li {
    margin-left: 0
}

.breadcrumb {
    background-color: transparent;
    padding: 8px 0;
    margin: 0
}

.breadcrumb a {
    color: #000
}

.btn {
    font-size: 12px;
    cursor: pointer;
    padding: 0 35px;
    line-height: 43px;
    display: inline-block;
    margin: 0 15px 15px 0;
    height: 48px;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    background: #000;
    color: #fff;
    border: 2px solid #000;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.btn:hover,
.btn:active,
.btn:focus {
    color: #fff;
    top: 0;
    text-decoration: none;
    background-color: #67C4B0;
    border: 2px solid #67C4B0;
    box-shadow: none
}

.btn-outline,
.btn-outline-w {
    background: transparent;
    border: 2px solid #000;
    box-shadow: none;
    color: #000;
    text-decoration: none
}

.btn-outline-w {
    border-color: #FFF;
    color: #FFF
}

.btn-outline:hover,
.btn-outline:focus {
    background: #000;
    border-color: #000;
    color: #FFF;
    top: 0;
    text-decoration: none
}

.btn-disable,
.btn-disable:hover,
.btn-disable:focus {
    background: #ddd;
    border-color: #ddd
}

.btn-right {
    margin-right: 0;
    margin-left: 10px;
    margin-bottom: 10px;
    float: right
}

.btn i {
    font-style: normal;
    font-size: 16px;
    vertical-align: sub
}

.btn i:before {
    line-height: 39px
}

.btn i.left {
    padding-right: 10px
}

.btn i.right {
    padding-left: 10px
}

.btn.pull-right {
    margin: 0
}

.btn.pull-left {
    margin: 0
}

.btn-listcart {
    border: 1px solid #35c3c2;
    border-radius: 3px;
    display: inline-block;
    padding: .3em .5em
}

.btn-listcart:hover {
    text-decoration: none;
    color: #f68b34;
    border-color: #f68b34
}

.btn-listcart i {
    margin-right: .5em
}

.menu-wrapper-area {
    background-color: #e9e9ec;
    width: 100%;
    min-height: 3.2em;
    position: absolute;
    top: 0;
    z-index: 1050
}

.menu-wrapper-area ul.nav-list {
    margin: .6em 0
}

.menu-wrapper-area ul.nav-list a {
    color: #464e5a;
    border: 1px solid #e9e9ec;
    padding: 1px 5px
}

.menu-wrapper-area ul.nav-list a:hover {
    color: #000;
    text-decoration: none;
    border: 1px solid #000
}

.main-nav a {
    color: #000
}

.main-nav .menu-wrapper-area {
    position: relative;
    top: auto
}

ul.nav-list {
    list-style-type: none;
    display: block;
    margin: 20px auto;
    padding: 0 2em;
    font-weight: 300;
    color: #FFF
}

ul.nav-list>li {
    text-align: center;
    display: inline-block;
    padding: 4px 5px;
    height: auto;
    position: relative
}

ul.nav-list>li:hover {
    cursor: pointer
}

ul.nav-list>li:hover .menu-lv2 {
    display: block
}

ul.nav-list li.active a span {
    background-color: #000;
    color: #FFF
}

ul.nav-list li a {
    text-transform: uppercase
}

ul.menu-lv2 {
    display: none;
    background-color: #e9e9ec;
    padding: .5em;
    margin: 0;
    position: absolute;
    top: 2em;
    left: -3px;
    border: 1px solid #fff;
    box-shadow: 0 0 5px #acacb3
}

ul.menu-lv2 li {
    margin: 2px 0;
    white-space: nowrap
}

ul.menu-lv2 li:hover .menu-lv3 {
    display: block
}

ul.menu-lv3 {
    display: none;
    background-color: #f8f8f8;
    margin: 5px 0;
    padding: 3px
}

ul.menu-lv3 li {
    margin-left: 0
}

ul.menu-lv3 li a {
    display: block !important;
    border-color: #fff !important
}

ul.menu-lv3 li a:hover {
    border-color: #000 !important
}

.nav-list._sub {
    text-align: right;
    padding: 0 1em;
    position: absolute;
    top: 0;
    right: 0
}

.nav-list._sub li {
    display: inline-block;
    list-style-type: none
}

a.nav-brand {
    border: 1px solid #fff;
    width: auto;
    font-size: 38px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

a.nav-brand:hover {
    background-color: #f68b34;
    color: #FFF;
    text-decoration: none;
    padding: 0 10px
}

a.nav-brand span {
    font-weight: 700
}

a.nav-brand img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle
}

.cart {
    position: absolute;
    top: 0;
    right: 0
}

.nav-header-area {
    background-color: #35c3c2;
    margin-bottom: 0px
}

.nav-header {
    margin: 20px 0 20px 0;
    position: relative;
    text-align: center;
    height: auto
}

.nav-header h1 {
    margin: 5px 0 0 0
}

.nav-header h1,
.nav-header .badge {
    position: absolute;
    font-size: 12px;
    font-weight: 400;
    background-color: #f68b34
}

a.nav-icon,
a.nav-icon-outline {
    background-color: transparent;
    border: 2px solid #fff;
    display: block;
    color: #FFF;
    font-size: 16px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-left: 15px
}

a.nav-icon:hover,
a.nav-icon-outline:hover {
    color: #000;
    background: #FFF;
    text-decoration: none;
    border-color: #000
}

a.nav-icon:focus,
a.nav-icon-outline:focus {
    text-decoration: none
}

a.nav-icon-outline {
    border-color: #fff;
    color: #fff
}

#wrap {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    min-height: 100%;
    min-width: 100%;
    z-index: 1030;
    background-color: #FFF;
    top: 0;
    bottom: 100%;
    left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.menu-open {
    -webkit-transform: translate3d(-240px, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(-240px, 0, 0) scale3d(1, 1, 1);
    overflow: hidden
}

a.close-menu:hover {
    color: #67C4B0;
    text-decoration: none
}

.productlist {
    padding-top: 0;
    padding-bottom: 50px
}

.productlist._index .row {
    margin-right: 0;
    margin-left: 0
}

.productlist._index .col-sm-12,
.productlist._index .col-sm-8,
.productlist._index .col-sm-6,
.productlist._index .col-sm-4 {
    position: relative;
    min-height: 1px;
    padding: 2px
}

.productlist._index .col-sm-12>a,
.productlist._index .col-sm-8>a,
.productlist._index .col-sm-6>a,
.productlist._index .col-sm-4>a {
    line-height: 0;
    padding-top: 66%;
    display: block;
    overflow: hidden;
    position: relative
}

.productlist._index .col-sm-12>a:hover,
.productlist._index .col-sm-8>a:hover,
.productlist._index .col-sm-6>a:hover,
.productlist._index .col-sm-4>a:hover {
    outline: 2px solid #35c3c2
}

.productlist._index .col-sm-12>a img,
.productlist._index .col-sm-8>a img,
.productlist._index .col-sm-6>a img,
.productlist._index .col-sm-4>a img {
    min-width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.productlist._index .col-sm-4.special {
    padding: 0
}

.productlist._index .productlist-info-container {
    background-color: rgba(222, 222, 222, 0.95);
    text-align: right;
    max-width: 90%;
    padding: 1em .8em;
    margin: 22px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 89
}

.productlist._index .productlist-info-container .product-title {
    display: none
}

.productlist._index .productlist-info-container .price {
    color: #000
}

.productlist-side .search {
    margin: 0 2em 2em 0
}

.productlist-side .categary {
    margin-right: 2em
}

.productlist-main h3 {
    border-bottom: 1px solid #e9e9ec;
    padding-bottom: .2em;
    margin-top: 5px;
    margin-bottom: 25px
}

.productlist-main .breadcrumb {
    margin-bottom: 1.5em
}

.productlist-main .col-sm-12 {
    padding: 0 5px
}

.productlist-main .productlist-item {
    margin-bottom: 1.5em;
    padding: 2px 5px
}

.productlist-main .col-sm-8 {
    padding-right: 20px
}

.productlist-main .col-sm-8 img {
    margin-bottom: 10px
}

.productlist-main .product-detail h3 {
    margin-top: 1.5em;
    margin-bottom: .5em
}

.productlist-main .form-control {
    margin-bottom: 10px
}

.productlist-main .productlist-list {
    padding-top: 1.5em
}

.productlist-main .productlist-btn {
    text-align: right
}

.productlist-list h3 {
    margin: 10px 0
}

.productlist-list .productlist-item {
    position: relative;
    min-height: 1px;
    padding: 2px 5px
}

.productlist-label {
    position: absolute;
    top: 26px;
    right: 22px
}

.productlist-info-container .product-title {
    font-size: 1.1em;
    max-height: 2.9em;
    overflow: hidden;
    margin: 0.7em 0 0.1em 0
}

.productlist-info-container .product-price {
    font-size: 1.3em
}

.sold-out-label,
.sale-label {
    color: #67C4B0;
    font-weight: 400;
    text-transform: uppercase;
    padding: 3px 9px;
    border: 2px solid #67C4B0;
    display: none
}

.sale-label {
    color: #000;
    border-color: #000
}

.show-more {
    margin-top: 30px
}

.product {
    padding-top: 0;
    padding-bottom: 50px
}

.product .product-detail {
    margin: 30px 0
}

.product .product-detail ul {
    padding-left: 20px
}

.product .product-img {
    margin-bottom: 15px
}

.product .product-mark {
    padding-top: 30px
}

.product-photo {
    background-color: #f3f3f3;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: block;
    padding-top: 100%;
    position: relative;
    overflow: hidden
}

.product-title {
    margin-top: 0;
    margin-bottom: 21px
}

.product-price {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 32px;
    padding: 0
}

.product-price .price,
.product-price .discount-price,
.product-price .original-price {
    margin-right: .5em
}

.product-price .price:before,
.product-price .discount-price:before,
.product-price .original-price:before {
    content: "$"
}

.product-price .discount-price {
    color: #ff1f64;
    font-weight: bold
}

.product-price .original-price {
    color: #a0a0a0;
    text-decoration: line-through
}

.product-photoSlide .photoSlide-show {
    background-color: #f3f3f3;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    padding-top: 100%;
    position: relative;
    overflow: hidden
}

.product-photoSlide .photoSlide-list {
    padding: 0;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-photoSlide .photoSlide-list li {
    list-style: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%
}

.product-photoSlide .photoSlide-list li+li {
    margin-left: 10px
}

.product-photoSlide .photoSlide-list .list-item {
    background-color: #f3f3f3;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: block;
    height: 100%;
    padding-top: 100%
}

#accordion h4 {
    font-weight: 700;
    font-size: 16px
}

.panel-group .panel {
    border-radius: 0;
    margin-top: 0
}

.panel-group .panel+.panel {
    margin-top: 10px
}

.panel {
    border: 0;
    box-shadow: none
}

.panel-body {
    padding: 15px 0
}

.panel-group {
    margin-bottom: 0
}

.panel-heading {
    border-radius: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    border: 0
}

.cart-list {
    min-height: 600px;
    margin-bottom: 30px
}

a.remove-item {
    color: #000
}

a.remove-item i {
    line-height: 34px
}

a.remove-item:hover {
    color: #67C4B0;
    text-decoration: none
}

th {
    font-size: 16px
}

.cart-list {
    min-height: 600px;
    margin-bottom: 30px
}

.cart-item-photo {
    vertical-align: middle;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    position: relative;
    overflow: hidden
}

.cart-item-photo img {
    max-width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

a.remove-item {
    color: #000
}

a.remove-item i {
    line-height: 34px
}

a.remove-item:hover {
    color: #67C4B0;
    text-decoration: none
}

th {
    font-size: 16px
}

.myform {
    padding-top: 5px;
    padding-bottom: 15px
}

.myform input[type="radio"] {
    opacity: 0;
    margin-left: 10px
}

.myform input[type="radio"]+label {
    position: relative
}

.myform input[type="radio"]+label:before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 3px;
    left: -22px;
    border: 2px solid #ddd;
    border-radius: 50%
}

.myform input[type="radio"]+label:after {
    background-color: #45B099;
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 7px;
    left: -18px;
    border-radius: 50%;
    display: none
}

.myform input[type="radio"]+label.choice:after {
    display: inline-block
}

.myform h2 {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    font-weight: 400
}

.myform .form-group label {
    display: none;
    font-size: 18px;
    line-height: 24px;
    font-weight: 100;
    text-align: center
}

.myform .no-placeholder .form-group label {
    display: block
}

.myform.no-placeholder .controls {
    margin-top: 0
}

.myform .form-control,
.input-group .form-control {
    font-family: "Open Sans", 'Microsoft JhengHei', helvetica, arial, sans-serif;
    display: inline;
    background: #fff;
    border: none;
    border-radius: 0;
    outline: none;
    height: 44px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: top;
    border: 2px solid #ddd;
    box-shadow: none
}

.special {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.controls {
    position: relative
}

.myform textarea.form-control {
    height: auto;
    max-width: 100%;
    min-width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 8px;
    vertical-align: top
}

.myform .inputError,
.myform textarea.form-control.inputError,
.myform .inputError {
    outline: none;
    border: 2px solid #F05557
}

.myform .form-btn .btn {
    margin-right: 10px
}

.myform .error-message {
    font-family: "Open Sans", 'Microsoft JhengHei', helvetica, arial, sans-serif;
    position: absolute;
    top: 6px;
    right: 15px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #F05557;
    z-index: 10
}

.myform .form-control:focus,
.myform textarea.inputError:focus,
.input-group .form-control:focus {
    outline: none;
    border: 2px solid #000
}

.myform.no-placeholder .error-message {
    top: 0
}

.myform h3 {
    font-size: 16px;
    border-bottom: 2px solid #ddd;
    font-weight: 700;
    padding: 8px;
    margin: 0 0 15px 0
}

.myform .btn {
    margin: 0;
    height: 44px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-left: 0
}

.input-group .form-control,
.input-group .form-control:focus {
    border-right-width: 0px
}

#main-footer,
#social {
    padding: 40px 0 20px
}

.checkbox,
.radio {
    margin: 24px 0px;
    position: relative;
    -webkit-transition: color 0.25s linear;
    transition: color 0.25s linear;
    font-size: 14px;
    line-height: inherit
}

.checkbox label,
.radio label {
    padding-left: 13px;
    font-size: 14px;
    vertical-align: -webkit-baseline-middle
}

.checkbox label span,
.radio label span {
    vertical-align: top;
    line-height: 23px;
    color: #555
}

label.show {
    display: block;
    text-decoration: none
}

input[type=radio],
input[type=checkbox] {
    margin: 4px 7px 0 0;
    line-height: normal;
    font-size: 21px;
    text-align: center
}

form p {
    margin-top: 16px
}

#total {
    font-weight: 600;
    font-size: 21px
}

.form-control-inline {
    min-width: 0;
    width: auto !important;
    display: inline !important
}

.table tbody>tr>td.vert-align {
    vertical-align: middle
}

address {
    font-size: 14px
}

.control-num {
    border: 2px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.control-num:hover {
    border-color: #000
}

.control-num input[type=button] {
    background-color: #ddd;
    color: #666;
    font-size: 1.5em;
    font-weight: bold;
    border: none;
    padding: 5px 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25px;
    flex: 0 1 25px
}

.control-num input[type=button]:hover {
    color: #fff;
    background-color: #000;
    cursor: pointer
}

.control-num input[type=text] {
    padding: .3em 1em;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border: none
}

.form-must {
    position: relative
}

.form-must::before {
    color: #fa2a15;
    font-size: 26px;
    content: "*";
    position: absolute;
    top: 0;
    left: -.7em
}

input[type="radio"],
input[type="checkbox"] {
    display: none
}

input[type="radio"]+span:before,
input[type="checkbox"]+span:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-right: 10px;
    font-size: 21px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

input[type="radio"]+span:before {
    content: "\e631"
}

input[type="radio"]:checked+span:before {
    content: "\e630"
}

input[type="checkbox"]+span:before {
    content: "\e62e"
}

input[type="checkbox"]:checked+span:before {
    content: "\e62d"
}

.social-links,
.social-profiles {
    list-style: none;
    margin: 8px 0 0 0;
    padding: 0;
    margin-right: -9px
}

.social-links li,
.social-profiles li {
    display: inline-block;
    margin: 0 9px 0 9px;
    border-radius: 3px;
    box-shadow: 0 4px 0 transparent
}

.social-links li a {
    background: transparent;
    border: 2px solid #000;
    display: block;
    color: #000;
    font-size: 16px;
    width: 41px;
    height: 41px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.social-links li a:hover {
    color: #FFF;
    background: #f68b34;
    text-decoration: none;
    border-color: #f68b34
}

.categary-title {
    font-size: 1.4em;
    margin-bottom: .5em
}

.categary-show {
    display: none;
    border: 1px solid #acacb3
}

.categary-menu {
    font-size: 1.1em;
    list-style-type: disc;
    list-style-position: inside;
    padding: 0 6px
}

.categary-menu li {
    margin-bottom: .5em
}

.categary-menu .menu-num {
    color: #777;
    float: right
}

.categary-menu .menu-lv {
    list-style-position: inside;
    padding: .5em 0 .3em 1em;
    line-height: 1.2
}

.categary-menu .menu-lv._lv3 li {
    font-size: 15px;
    position: relative;
    padding-left: 1em;
    margin-bottom: .2em
}

.categary-menu .menu-lv._lv3 li:before {
    content: "";
    background-color: #f68b34;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 5px
}

.member {
    min-height: 400px
}

.member h3 {
    margin-bottom: 16px;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee
}

.pages {
    text-align: center;
    padding: .5em 0;
    margin: 1.5em 0
}

.pages a,
.pages span {
    color: #777;
    text-decoration: none;
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.2;
    margin: 0 .3em;
    border: 2px solid #ddd;
    border-radius: 50px
}

.pages a:hover {
    color: #333;
    border-color: #35c3c2;
    cursor: pointer
}

.pages span.active {
    color: #fff;
    font-weight: bold;
    background-color: #35c3c2;
    border-color: #35c3c2
}

.addauto {
    margin-bottom: 30px
}

@media (max-width: 970px) {
    .productlist-side .search {
        margin: 0;
        margin-bottom: 1em
    }
    .productlist-side .categary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 100;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-bottom: 1em
    }
    .productlist-side .categary-title {
        font-size: 1.2em;
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin: 0;
        margin-right: .5em
    }
    .productlist-side .categary-show {
        color: #464e5a;
        font-size: 1.1em;
        display: inline;
        padding: .3em .5em;
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        border: 2px solid #ddd
    }
    .productlist-side .categary-show:hover {
        cursor: pointer;
        border-color: #35c3c2
    }
    .productlist-side .categary-show [class^="icon-"] {
        color: #35c3c2;
        margin-top: -.5em;
        position: absolute;
        right: .3em;
        top: 50%
    }
    .productlist-side .categary-menu {
        display: none;
        padding: 0 15px 0 57px;
        width: 100%;
        position: absolute;
        top: 5.6em;
        left: 0;
        z-index: 500
    }
    .productlist-side .categary-menu>li {
        background-color: #fff;
        border-top: none;
        border-right: 2px solid #35c3c2;
        border-left: 2px solid #35c3c2;
        margin: 0;
        padding: .4em 1em
    }
    .productlist-side .categary-menu>li:first-child {
        border-top: 2px solid #35c3c2
    }
    .productlist-side .categary-menu>li:last-child {
        border-bottom: 2px solid #35c3c2
    }
    .productlist-main h3 {
        font-size: 1.2em
    }
    .productlist-main .row {
        margin: 0 0
    }
    .productlist-main .productlist-list h3 {
        margin-top: 1.5em
    }
}

@media (min-width: 767px) {
    .xl-hide {
        display: none
    }
    .xl-show {
        display: block
    }
}

@media (max-width: 767px) {
    .md-hide {
        display: none
    }
    .md-show {
        display: block
    }
    #wrap {
        padding-top: 98px;
        overflow: hidden
    }
    #main-nav {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000
    }
    ul.nav-list>li .menu-lv2 {
        display: block
    }
    .productlist .col-sm-12,
    .productlist .col-sm-8,
    .productlist .col-sm-6,
    .productlist .col-sm-4 {
        position: relative;
        min-height: 1px;
        padding: 0 15px 0 15px
    }
    .productlist._index .productlist-info-container {
        margin: 10px
    }
    .productlist-main h3 {
        margin-bottom: 15px
    }
    .productlist-main .col-sm-12 {
        padding: 0 5px
    }
    .productlist-main .col-sm-4 {
        position: relative;
        min-height: 1px;
        padding: 2px 5px
    }
    .productlist-info-container .product-title {
        height: 2.9em
    }
    .productlist-info-container .product-price {
        font-size: 1em
    }
    .menu-wrapper-area {
        z-index: 1000
    }
    .nav-header {
        margin: 10px 0;
        min-height: 48px
    }
    .nav-header-area {
        margin-bottom: 20px
    }
    a.nav-brand {
        float: left;
        width: 50%;
        height: 43px;
        line-height: 43px;
        font-size: 28px;
        letter-spacing: -1px;
        border: 0;
        overflow: hidden
    }
    a.nav-brand img {
        margin-left: -10px
    }
    .cart {
        position: relative
    }
    .menu-wrapper {
        position: fixed;
        z-index: 1;
        right: 0;
        top: 0;
        bottom: 0;
        width: 240px;
        height: 100%;
        background-color: #e9e9ec;
        font-size: 13px;
        font-weight: 400;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1)
    }
    .menu-wrapper ul.nav-list {
        padding: 0 0 0 15px
    }
    .menu-wrapper ul.nav-list li {
        display: list-item;
        margin: 0;
        text-align: left;
        font-size: 18px;
        padding-bottom: 14px;
        font-weight: 400;
        z-index: 100
    }
    .menu-wrapper ul.nav-list li a {
        color: #464e5a;
        width: 75%;
        text-transform: none;
        font-weight: 300
    }
    .menu-wrapper ul.nav-list li a:hover {
        color: #000
    }
    .menu-wrapper ul.nav-list li.active {
        color: #35c3c2;
        font-weight: bold
    }
    .menu-wrapper .menu-lv2 {
        position: relative;
        margin-bottom: 1em;
        top: 5px;
        left: 0;
        box-shadow: none;
        border: none;
        border-top: 1px solid #acacb3
    }
    .menu-wrapper .menu-lv2 li {
        list-style-position: inside;
        color: #acacb3
    }
    .menu-wrapper .close-menu {
        font-size: 16px;
        color: #FFF;
        position: absolute;
        top: .8em;
        right: 1.2em;
        z-index: 1003;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out
    }
    footer,
    .product-btn,
    .product-colors,
    .title,
    .contact {
        text-align: center
    }
    footer .pull-left,
    footer .pull-right {
        float: none !important
    }
    .product-mobile .product-title,
    .product-mobile .product-price {
        font-size: 24px;
        margin-bottom: 0
    }
    .product-mobile {
        margin-top: 15px;
        margin-bottom: 15px
    }
    .product-mobile .product-mark {
        padding-top: 7px
    }
    .product-mark {
        text-align: center
    }
    .btn-right {
        text-align: center;
        float: none;
        margin: 0 auto 10px auto;
        display: block
    }
    .product-btn .btn {
        display: block
    }
    .social-menu * {
        display: inline-block
    }
    .big-text {
        font-size: 290px
    }
    .nav-list._sub {
        position: relative
    }
}

@media (max-width: 480px) {
    .big-text {
        font-size: 179px
    }
}

.clearfix {
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
    height: 0;
    font-size: 0;
    visibility: hidden
}

.clearfix:after {
    clear: both
}

html,
body {
    font-family: 'Source Sans Pro', 'Microsoft JhengHei', sans-serif;
    font-weight: 400;
    color: #000
}

h1,
h2,
h3,
h4 {
    font-weight: 300
}

h1 span {
    font-weight: 700
}

button:hover,
button:focus {
    outline: none
}

hr {
    border-color: #ccc;
    margin: 30px 0
}

a {
    color: #162a58;
    text-decoration: none;
    font-weight: 400
}

.note {
    color: #fa2a15
}

a:hover {
    color: #162a58;
    text-decoration: underline
}

.color {
    background-color: #4e6292
}

.title h2 {
    padding-bottom: .5em;
    border-bottom: 1px solid #e9e9ec
}

.search {
    border: 2px solid #ddd;
    position: relative
}

.search:hover {
    border-color: #333
}

.search .search-txt {
    display: block;
    width: 100%;
    border: none;
    padding: .5em 3em .5em .5em;
    outline: none
}

.search .search-btn {
    color: #777;
    background-color: #ddd;
    border: none;
    padding: .5em .8em;
    position: absolute;
    top: 0;
    right: 0
}

.search .search-btn:hover {
    color: #fff;
    background-color: #333
}

footer {
    color: #acacb3;
    background-color: #464e5a;
    padding: 40px 0
}

footer .social-links li a {
    color: #fff;
    border-color: #fff
}

.copyright ul.nav-list {
    margin: 0 0 0 -5px;
    padding: 0
}

.copyright ul.nav-list a {
    color: #acacb3
}

.copyright ul.nav-list a:hover {
    color: #fff
}

.copyright ul.nav-list li {
    margin-left: 0
}

.breadcrumb {
    background-color: transparent;
    padding: 8px 0;
    margin: 0
}

.breadcrumb a {
    color: #000
}

.btn {
    font-size: 12px;
    cursor: pointer;
    padding: 0 35px;
    line-height: 43px;
    display: inline-block;
    margin: 0 15px 15px 0;
    height: 48px;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    background: #000;
    color: #fff;
    border: 2px solid #000;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.btn:hover,
.btn:active,
.btn:focus {
    color: #fff;
    top: 0;
    text-decoration: none;
    background-color: #4e6292;
    border: 2px solid #4e6292;
    box-shadow: none
}

.btn-outline,
.btn-outline-w {
    background: transparent;
    border: 2px solid #000;
    box-shadow: none;
    color: #000;
    text-decoration: none
}

.btn-outline-w {
    border-color: #FFF;
    color: #FFF
}

.btn-outline:hover,
.btn-outline:focus {
    background: #000;
    border-color: #000;
    color: #FFF;
    top: 0;
    text-decoration: none
}

.btn-disable,
.btn-disable:hover,
.btn-disable:focus {
    background: #ddd;
    border-color: #ddd
}

.btn-right {
    margin-right: 0;
    margin-left: 10px;
    margin-bottom: 10px;
    float: right
}

.btn i {
    font-style: normal;
    font-size: 16px;
    vertical-align: sub
}

.btn i:before {
    line-height: 39px
}

.btn i.left {
    padding-right: 10px
}

.btn i.right {
    padding-left: 10px
}

.btn.pull-right {
    margin: 0
}

.btn.pull-left {
    margin: 0
}

.menu-wrapper {
    display: block;
    position: relative;
    right: 0
}

.menu-wrapper-area {
    background-color: transparent;
    width: auto;
    min-height: 3.2em;
    position: relative;
    top: 2.5em;
    right: 0;
    z-index: 1100;
    display: block;
    float: right;
    margin-bottom: -3.2em
}

.menu-wrapper-area ul.nav-list {
    margin: .6em 0
}

.menu-wrapper-area ul.nav-list a {
    color: #464e5a;
    border: none;
    padding: 1px 5px
}

.menu-wrapper-area ul.nav-list a:hover {
    color: #000;
    text-decoration: none;
    border: 1px solid #000
}

.main-nav a {
    color: #000
}

ul.nav-list {
    list-style-type: none;
    display: inline-block;
    margin: 20px auto;
    padding: 0 2em;
    font-weight: 300;
    color: #FFF;
    float: right
}

ul.nav-list>li {
    text-align: center;
    display: inline-block;
    padding: 4px 5px;
    float: right;
    height: auto;
    z-index: 9;
    position: relative
}

ul.nav-list>li:hover {
    cursor: pointer
}

ul.nav-list>li:hover .menu-lv2 {
    display: block
}

ul.nav-list li.active a span {
    background-color: #000;
    color: #FFF
}

ul.nav-list li a {
    text-transform: uppercase
}

ul.menu-lv2 {
    display: none;
    background-color: rgba(0, 0, 0, 0.03);
    padding: 0 .5em;
    margin: 0;
    position: absolute;
    top: 2em;
    left: 8px;
    border: none;
    box-shadow: 0 0 5px #acacb3;
    list-style: none
}

ul.menu-lv2 li {
    margin: 2px 0;
    white-space: nowrap
}

.nav-list._sub {
    text-align: right;
    padding: 0 1em;
    position: absolute;
    top: 2.5em;
    right: 1em
}

.nav-list._sub li {
    display: inline-block;
    list-style-type: none
}

a.nav-brand {
    width: auto;
    font-size: 38px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    height: 53px;
    font-weight: 300;
    line-height: 46px;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: absolute;
    left: 0;
    top: 0
}

a.nav-brand:hover {
    background-color: #fa4141;
    color: #FFF;
    text-decoration: none;
    padding: 0 10px
}

a.nav-brand span {
    font-weight: 700
}

a.nav-brand img {
    display: block;
    max-height: 100%;
    background: transparent
}

.cart {
    position: absolute;
    top: 0;
    right: 0
}

.nav-header-area {
    background-color: transparent;
    margin-bottom: 0
}

.nav-header {
    margin: 20px 0 60px 0;
    position: relative;
    height: 48px;
    display: inline-block
}

.nav-header h1 {
    margin: 5px 0 0 0
}

.nav-header h1,
.nav-header .badge {
    position: absolute;
    font-size: 12px;
    font-weight: 400;
    background-color: #fa4141
}

a.nav-icon,
a.nav-icon-outline {
    background-color: transparent;
    border: 2px solid #fff;
    display: block;
    color: #FFF;
    font-size: 16px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-left: 15px
}

a.nav-icon:hover,
a.nav-icon-outline:hover {
    color: #000;
    background: #FFF;
    text-decoration: none;
    border-color: #000
}

a.nav-icon-outline {
    border-color: #fff;
    color: #fff
}

#wrap {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    min-height: 100%;
    min-width: 100%;
    z-index: 1055;
    background-color: #FFF;
    top: 0;
    bottom: 100%;
    left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.menu-open {
    -webkit-transform: translate3d(-240px, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(-240px, 0, 0) scale3d(1, 1, 1);
    overflow: hidden
}

a.close-menu:hover {
    color: #67C4B0;
    text-decoration: none
}

a.close-menu:hover .icon-close {
    color: #67C4B0
}

.productlist {
    padding-top: 30px;
    padding-bottom: 50px
}

.productlist._index .row {
    margin-right: 0;
    margin-left: 0
}

.productlist._index .col-sm-12,
.productlist._index .col-sm-8,
.productlist._index .col-sm-6,
.productlist._index .col-sm-4 {
    position: relative;
    min-height: 1px;
    padding: 2px
}

.productlist._index .col-sm-12>a,
.productlist._index .col-sm-8>a,
.productlist._index .col-sm-6>a,
.productlist._index .col-sm-4>a {
    line-height: 0;
    padding-top: 66%;
    display: block;
    overflow: hidden;
    position: relative
}

.productlist._index .col-sm-12>a:hover,
.productlist._index .col-sm-8>a:hover,
.productlist._index .col-sm-6>a:hover,
.productlist._index .col-sm-4>a:hover {
    outline: 2px solid #253761
}

.productlist._index .col-sm-12>a img,
.productlist._index .col-sm-8>a img,
.productlist._index .col-sm-6>a img,
.productlist._index .col-sm-4>a img {
    min-width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.productlist._index .col-sm-4.special {
    padding: 0
}

.productlist._index .productlist-info-container {
    background-color: rgba(222, 222, 222, 0.95);
    text-align: right;
    max-width: 90%;
    padding: 1em .8em;
    margin: 22px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 89
}

.productlist._index .productlist-info-container .product-title {
    display: none
}

.productlist._index .productlist-info-container .price {
    color: #000
}

.productlist-side .search {
    margin: 0 2em 2em 0
}

.productlist-side .categary {
    margin-right: 2em
}

.productlist-main h3 {
    border-bottom: 1px solid #e9e9ec;
    padding-bottom: .2em;
    margin-top: 5px;
    margin-bottom: 25px
}

.productlist-main .breadcrumb {
    margin-bottom: 1.5em
}

.productlist-main .col-sm-12 {
    padding: 0 5px
}

.productlist-main .productlist-item {
    margin-bottom: 1.5em;
    padding: 2px 5px
}

.productlist-main .col-sm-8 {
    padding-right: 20px
}

.productlist-main .col-sm-8 img {
    margin-bottom: 10px
}

.productlist-main .product-detail h3 {
    margin-top: 1.5em;
    margin-bottom: .5em
}

.productlist-main .form-control {
    margin-bottom: 10px
}

.productlist-main .productlist-list {
    padding-top: 1.5em
}

.productlist-list h3 {
    margin: 10px 0
}

.productlist-list .productlist-item {
    position: relative;
    min-height: 1px;
    padding: 2px 5px
}

.productlist-label {
    position: absolute;
    top: 26px;
    right: 22px
}

.productlist-info-container .product-title {
    font-size: 1.1em;
    max-height: 2.9em;
    overflow: hidden;
    margin: 0.7em 0 0.1em 0
}

.productlist-info-container .product-price {
    font-size: 1.3em
}

.sold-out-label,
.sale-label {
    color: #67C4B0;
    font-weight: 400;
    text-transform: uppercase;
    padding: 3px 9px;
    border: 2px solid #67C4B0;
    display: none
}

.sale-label {
    color: #000;
    border-color: #000
}

.show-more {
    margin-top: 30px
}

.product {
    padding-top: 0;
    padding-bottom: 50px
}

.product .product-detail {
    margin: 30px 0
}

.product .product-detail ul {
    padding-left: 20px
}

.product .product-img {
    margin-bottom: 15px
}

.product .product-mark {
    padding-top: 30px
}

.product-photo {
    background-color: #f3f3f3;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: block;
    padding-top: 100%;
    position: relative;
    overflow: hidden
}

.product-title {
    margin-top: 0;
    margin-bottom: 21px
}

.product-price {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 32px;
    padding: 0
}

.product-price .price,
.product-price .discount-price,
.product-price .original-price {
    margin-right: .5em
}

.product-price .price:before,
.product-price .discount-price:before,
.product-price .original-price:before {
    content: "$"
}

.product-price .discount-price {
    color: #ff1f64;
    font-weight: bold
}

.product-price .original-price {
    color: #a0a0a0;
    text-decoration: line-through
}

#accordion h4 {
    font-weight: 700;
    font-size: 16px
}

.panel-group .panel {
    border-radius: 0;
    margin-top: 0
}

.panel-group .panel+.panel {
    margin-top: 10px
}

.panel {
    border: 0;
    box-shadow: none
}

.panel-body {
    padding: 15px 0
}

.panel-group {
    margin-bottom: 0
}

.panel-heading {
    border-radius: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    border: 0
}

.cart-list {
    min-height: 600px;
    margin-bottom: 30px
}

a.remove-item {
    color: #000
}

a.remove-item i {
    line-height: 34px
}

a.remove-item:hover {
    color: #67C4B0;
    text-decoration: none
}

th {
    font-size: 16px
}

.cart-list {
    min-height: 600px;
    margin-bottom: 30px
}

a.remove-item {
    color: #000
}

a.remove-item i {
    line-height: 34px
}

a.remove-item:hover {
    color: #67C4B0;
    text-decoration: none
}

th {
    font-size: 16px
}

.myform {
    padding-top: 5px;
    padding-bottom: 15px
}

.myform input[type="radio"] {
    opacity: 0;
    margin-left: 10px
}

.myform input[type="radio"]+label {
    position: relative
}

.myform input[type="radio"]+label:before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 3px;
    left: -22px;
    border: 2px solid #ddd;
    border-radius: 50%
}

.myform input[type="radio"]+label:after {
    background-color: #162a58;
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 7px;
    left: -18px;
    border-radius: 50%;
    display: none
}

.myform input[type="radio"]+label.choice:after {
    display: inline-block
}

.myform h2 {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    font-weight: 400
}

.myform .form-group label {
    display: none;
    font-size: 18px;
    line-height: 24px;
    font-weight: 100;
    text-align: center
}

.myform .no-placeholder .form-group label {
    display: block
}

.myform.no-placeholder .controls {
    margin-top: 0
}

.myform .form-control,
.input-group .form-control {
    font-family: "Open Sans", 'Microsoft JhengHei', helvetica, arial, sans-serif;
    display: inline;
    background: #fff;
    border: none;
    border-radius: 0;
    outline: none;
    height: 44px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: top;
    border: 2px solid #ddd;
    box-shadow: none
}

.special {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.controls {
    position: relative
}

.myform textarea.form-control {
    height: auto;
    max-width: 100%;
    min-width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 8px;
    vertical-align: top
}

.myform .inputError,
.myform textarea.form-control.inputError,
.myform .inputError {
    outline: none;
    border: 2px solid #F05557
}

.myform .form-btn .btn {
    margin-right: 10px
}

.myform .error-message {
    font-family: "Open Sans", 'Microsoft JhengHei', helvetica, arial, sans-serif;
    position: absolute;
    top: 6px;
    right: 15px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #F05557;
    z-index: 10
}

.myform .form-control:focus,
.myform textarea.inputError:focus,
.input-group .form-control:focus {
    outline: none;
    border: 2px solid #000
}

.myform.no-placeholder .error-message {
    top: 0
}

.myform h3 {
    font-size: 16px;
    border-bottom: 2px solid #ddd;
    font-weight: 700;
    padding: 8px;
    margin: 0 0 15px 0
}

.myform .btn {
    margin: 0;
    height: 44px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-left: 0
}

.input-group .form-control,
.input-group .form-control:focus {
    border-right-width: 0px
}

#main-footer,
#social {
    padding: 40px 0 20px
}

.checkbox,
.radio {
    margin: 24px 0px;
    position: relative;
    -webkit-transition: color 0.25s linear;
    transition: color 0.25s linear;
    font-size: 14px;
    line-height: inherit
}

.checkbox label,
.radio label {
    padding-left: 13px;
    font-size: 14px;
    vertical-align: -webkit-baseline-middle
}

.checkbox label span,
.radio label span {
    vertical-align: top;
    line-height: 23px;
    color: #555
}

label.show {
    display: block;
    text-decoration: none
}

input[type=radio],
input[type=checkbox] {
    margin: 4px 7px 0 0;
    line-height: normal;
    font-size: 21px;
    text-align: center
}

form p {
    margin-top: 16px
}

#total {
    font-weight: 600;
    font-size: 21px
}

.form-control-inline {
    min-width: 0;
    width: auto !important;
    display: inline !important
}

.table tbody>tr>td.vert-align {
    vertical-align: middle
}

address {
    font-size: 14px
}

.control-num {
    border: 2px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.control-num:hover {
    border-color: #000
}

.control-num input[type=button] {
    background-color: #ddd;
    color: #666;
    font-size: 1.5em;
    font-weight: bold;
    border: none;
    padding: 5px 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25px;
    flex: 0 1 25px
}

.control-num input[type=button]:hover {
    color: #fff;
    background-color: #000;
    cursor: pointer
}

.control-num input[type=text] {
    padding: .3em 1em;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border: none
}

.form-must {
    position: relative
}

.form-must::before {
    color: #fa2a15;
    font-size: 26px;
    content: "*";
    position: absolute;
    top: 0;
    left: -.7em
}

input[type="radio"],
input[type="checkbox"] {
    display: none
}

input[type="radio"]+span:before,
input[type="checkbox"]+span:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-right: 10px;
    font-size: 21px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

input[type="radio"]+span:before {
    content: "\e631"
}

input[type="radio"]:checked+span:before {
    content: "\e630"
}

input[type="checkbox"]+span:before {
    content: "\e62e"
}

input[type="checkbox"]:checked+span:before {
    content: "\e62d"
}

.blog-sidebar h3 {
    margin-top: 28px
}

.blog-sidebar ul {
    padding-left: 18px
}

.post-date {
    margin-bottom: 10px;
    text-transform: uppercase
}

.post-date span {
    float: right
}

article h1 {
    font-size: 32px
}

article h1 a {
    color: #000
}

article h1 a:hover {
    text-decoration: none
}

article {
    margin-bottom: 60px
}

article .social-links {
    margin: 30px 0
}

blockquote footer,
blockquote small,
blockquote .small {
    background-color: transparent;
    padding: 10px 0
}

.paging {
    margin: 30px 0
}

.paging .btn {
    padding: 0 20px
}

.content .productlist {
    padding: 0 0 20px 0
}

#comments_pagination {
    margin: 16px 0;
    text-align: center
}

#comments_pagination a {
    cursor: pointer
}

#comments_pagination a,
#comments_pagination span {
    font-size: 12px;
    padding: 0 16px;
    line-height: 38px;
    display: inline-block;
    margin: 0 8px 4px 0;
    height: 40px;
    text-decoration: none;
    font-weight: 700;
    outline: none;
    position: relative;
    background: #FFF;
    color: #000;
    border: 2px solid #DDDDDD;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

#comments_pagination span {
    border: 2px solid #000;
    background: #000;
    color: #FFF
}

#comments_pagination a:hover,
#comments_pagination a:active,
#comments_pagination a:focus {
    color: #fff;
    top: 0;
    text-decoration: none;
    background-color: #000;
    box-shadow: none;
    border: 2px solid #000
}

.media {
    font-weight: 400
}

.media hr {
    margin-top: 0
}

.media h4 {
    margin: 0
}

.media h4 span {
    float: right;
    font-size: 14px;
    color: #9f9f9f;
    font-weight: 400
}

.media p {
    font-size: 13px;
    font-weight: 400
}

.avatar,
.avatar:hover,
.avatar:active {
    border: 0
}

#more-items {
    display: none
}

.social-links,
.social-profiles {
    list-style: none;
    margin: 8px 0 0 0;
    padding: 0;
    margin-right: -9px
}

.social-links li,
.social-profiles li {
    display: inline-block;
    margin: 0 9px 0 9px;
    border-radius: 3px;
    box-shadow: 0 4px 0 transparent
}

.social-links li a {
    background: transparent;
    border: 2px solid #000;
    display: block;
    color: #000;
    font-size: 16px;
    width: 41px;
    height: 41px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.social-links li a:hover {
    color: #FFF;
    background: #fa4141;
    text-decoration: none;
    border-color: #fa4141
}

.categary-title {
    font-size: 1.4em;
    margin-bottom: .5em
}

.categary-show {
    display: none;
    border: 1px solid #acacb3
}

.categary-menu {
    font-size: 1.1em;
    list-style-type: disc;
    list-style-position: inside;
    padding: 0 6px
}

.categary-menu li {
    margin-bottom: .5em
}

.categary-menu .menu-num {
    color: #777;
    float: right
}

.categary-menu .menu-lv {
    list-style-position: inside;
    padding: .5em 0 .3em 1em;
    line-height: 1.2
}

.member {
    min-height: 400px
}

.member h3 {
    margin-bottom: 16px;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee
}

.pages {
    text-align: center;
    padding: .5em 0;
    margin: 1.5em 0
}

.pages a,
.pages span {
    color: #777;
    text-decoration: none;
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.2;
    margin: 0 .3em;
    border: 2px solid #ddd;
    border-radius: 50px
}

.pages a:hover {
    color: #333;
    border-color: #253761;
    cursor: pointer
}

.pages span.active {
    color: #fff;
    font-weight: bold;
    background-color: #253761;
    border-color: #253761
}

.addauto {
    margin-bottom: 30px
}

@media (max-width: 970px) {
    .productlist-side .search {
        margin: 0;
        margin-bottom: 1em
    }
    .productlist-side .categary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 100;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-bottom: 1em
    }
    .productlist-side .categary-title {
        font-size: 1.2em;
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin: 0;
        margin-right: .5em
    }
    .productlist-side .categary-show {
        color: #464e5a;
        font-size: 1.1em;
        display: inline;
        padding: .3em .5em;
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        border: 2px solid #ddd
    }
    .productlist-side .categary-show:hover {
        cursor: pointer;
        border-color: #253761
    }
    .productlist-side .categary-show [class^="icon-"] {
        color: #253761;
        margin-top: -.5em;
        position: absolute;
        right: .3em;
        top: 50%
    }
    .productlist-side .categary-menu {
        display: none;
        padding: 0 15px 0 57px;
        width: 100%;
        position: absolute;
        top: 5.6em;
        left: 0;
        z-index: 500
    }
    .productlist-side .categary-menu>li {
        background-color: #fff;
        border-top: none;
        border-right: 2px solid #253761;
        border-left: 2px solid #253761;
        margin: 0;
        padding: .4em 1em
    }
    .productlist-side .categary-menu>li:first-child {
        border-top: 2px solid #253761
    }
    .productlist-side .categary-menu>li:last-child {
        border-bottom: 2px solid #253761
    }
    .productlist-main h3 {
        font-size: 1.2em
    }
    .productlist-main .row {
        margin: 0 0
    }
    .productlist-main .productlist-list h3 {
        margin-top: 1.5em
    }
}

@media (max-width: 767px) {
    #wrap {
        padding-top: 0px
    }
    #main-nav {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000
    }
    ul.nav-list>li .menu-lv2 {
        display: block
    }
    .productlist .col-sm-12,
    .productlist .col-sm-8,
    .productlist .col-sm-6,
    .productlist .col-sm-4 {
        position: relative;
        min-height: 1px;
        padding: 0 15px 0 15px
    }
    .productlist._index .productlist-info-container {
        margin: 10px
    }
    .productlist-main h3 {
        margin-bottom: 15px
    }
    .productlist-main .col-sm-12 {
        padding: 0 5px
    }
    .productlist-main .col-sm-4 {
        position: relative;
        min-height: 1px;
        padding: 2px 5px
    }
    .productlist-info-container .product-title {
        height: 2.9em
    }
    .productlist-info-container .product-price {
        font-size: 1em
    }
    .menu-wrapper-area {
        z-index: 1000
    }
    .nav-header {
        margin: 10px 0
    }
    .nav-header-area {
        margin-bottom: 20px;
        width: 100%
    }
    a.nav-brand {
        float: left;
        width: auto;
        font-size: 28px;
        height: 39px;
        letter-spacing: -1px;
        border: 0
    }
    a.nav-brand img {
        margin-left: -20px
    }
    .cart {
        position: relative
    }
    .menu-wrapper {
        position: fixed;
        z-index: 1;
        right: 0;
        top: 0;
        bottom: 0;
        width: 240px;
        height: 100%;
        background-color: #e9e9ec;
        font-size: 13px;
        font-weight: 400;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1)
    }
    .menu-wrapper ul.nav-list {
        padding: 0 0 0 15px
    }
    .menu-wrapper ul.nav-list li {
        display: list-item;
        margin: 0;
        text-align: left;
        font-size: 18px;
        padding-bottom: 14px;
        font-weight: 400;
        z-index: 100
    }
    .menu-wrapper ul.nav-list li a {
        color: #464e5a;
        width: 75%;
        text-transform: none;
        font-weight: 300
    }
    .menu-wrapper ul.nav-list li a:hover {
        color: #000
    }
    .menu-wrapper ul.nav-list li.active {
        color: #253761;
        font-weight: bold
    }
    .menu-wrapper .menu-lv2 {
        position: relative;
        margin-bottom: 1em;
        top: 5px;
        left: 0;
        box-shadow: none;
        border: none;
        border-top: 1px solid #acacb3
    }
    .menu-wrapper .menu-lv2 li {
        list-style-position: inside;
        color: #acacb3
    }
    .menu-wrapper .close-menu {
        font-size: 16px;
        color: #FFF;
        position: absolute;
        top: .8em;
        right: 1.2em;
        z-index: 1003;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out
    }
    footer,
    .product-btn,
    .product-colors,
    .title,
    .contact {
        text-align: center
    }
    footer .pull-left,
    footer .pull-right {
        float: none !important
    }
    .product-mobile .product-title,
    .product-mobile .product-price {
        font-size: 24px;
        margin-bottom: 0
    }
    .product-mobile {
        margin-top: 15px;
        margin-bottom: 15px
    }
    .product-mobile .product-mark {
        padding-top: 7px
    }
    .product-mark {
        text-align: center
    }
    .btn-right {
        text-align: center;
        float: none;
        margin: 0 auto 10px auto;
        display: block
    }
    .product-btn .btn {
        display: block
    }
    .social-menu * {
        display: inline-block
    }
    .big-text {
        font-size: 290px
    }
    .nav-list._sub {
        position: relative
    }
    .addauto {
        margin-top: -30px
    }
}

@media (max-width: 480px) {
    .big-text {
        font-size: 179px
    }
}

.nav-header {
    margin: 0
}

#main-nav {
    position: absolute;
    top: 3em;
    display: inline-block;
    width: 300px;
    z-index: 99
}

.nav-header {
    width: 100%
}

[class^="col-md-12"] {
    padding-top: 0
}

.menu-wrapper-area ul.nav-list a {
    color: #333;
    font-size: 18px;
    text-shadow: 1px 1px 5px #888
}

.menu-wrapper-area ul.nav-list a:hover {
    border: none;
    color: #333;
    text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.5);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.container-fluid.addauto>.col-md-12:nth-of-type(1),
.container-fluid.addauto>.col-md-12:nth-of-type(2) {
    padding-top: 0
}

.homepage .container-fluid.addauto>.col-md-12:nth-of-type(1),
.homepage .container-fluid.addauto>.col-md-12>.col-md-12 {
    padding-top: 0;
    margin-top: 0
}

a.nav-icon {
    position: absolute;
    right: 0
}

@media screen and (max-width: 767px) {
    #main-nav {
        width: 100%;
        position: relative
    }
    .nav-header {
        width: 100%;
        height: auto
    }
    #main-nav {
        top: .5em
    }
    .nav-header-area {
        margin-bottom: 0;
        height: 0
    }
    a.nav-brand img {
        margin-left: -5px
    }
    a.nav-icon {
        margin-right: 15px
    }
    a.nav-icon:hover {
        color: #999;
        border-color: #999;
        background: transparent
    }
    .menu-wrapper ul.nav-list li {
        width: 100%
    }
    .menu-wrapper {
        border-left: 1px solid #ddd
    }
    .menu-wrapper ul.nav-list li a {
        color: #999;
        text-shadow: none
    }
    .menu-wrapper ul.nav-list {
        padding: 0 15px
    }
    .menu-wrapper .menu-lv2 {
        border-top: 1px solid #ddd;
        background: transparent;
        list-style-type: square
    }
    .menu-wrapper {
        background: rgba(0, 0, 0, 0.01)
    }
    .icon-close {
        color: #ddd
    }
    .menu-link:hover,
    .menu-link:focus {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all .4s linear;
        transition: all .4s linear
    }
    #acart {
        position: absolute;
        right: 80px
    }
    .copyright ul.nav-list li {
        float: left
    }
    .copyright ul.nav-list {
        width: 60%
    }
}

#acart {
    position: fixed;
    right: 5px;
    top: 50%
}

#main-nav {
    width: 100%
}

#pagebody #main-nav {
    position: relative;
    top: 0px
}

#pagebody .nav-header-area {
    background: #fff;
    height: 80px;
    padding: 15px 0;
    box-shadow: 1px 1px 1px #eee
}

#pagebody .menu-wrapper {
    top: 0px
}

#pagebody .menu-wrapper-area {
    position: relative;
    top: 0
}

a[href=""] {
    cursor: default
}

* {
    word-break: break-word
}

a.nav-brand {
    border: none;
    margin-left: 30px
}

.flex-direction-nav a {
    height: 50px !important;
    width: 50px !important
}

a.nav-icon-outline {
    border: none;
    border-width: 2px;
    background-color: #ccc
}

p[Attributes Style] {
    text-align: -webkit-left
}

.menu-wrapper-area ul.nav-list a {
    text-shadow: none;
    padding: 10px 15px
}

hr {
    margin: 15px 0
}

.menu-wrapper-area ul.nav-list {
    margin: 0
}

.menu-wrapper-area ul.nav-list a {
    font-size: 16px
}

a.nav-icon,
a.nav-icon-outline {
    -webkit-transform: none;
    transform: none
}

.nav-list._sub {
    top: 0em
}

.menu-wrapper-area .menu-wrapper ul.nav-list:nth-of-type(1) {
    position: relative;
    top: 2.9em
}

.menu-wrapper-area .menu-wrapper ul.nav-list:nth-of-type(2) {
    position: absolute;
    top: 0.5em
}

ul.nav-list>li {
    float: left
}

ul.menu-lv2 {
    top: 30px;
    left: 0px;
    padding: 5px 0;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.5)
}

ul.menu-lv2 li {
    margin: 10px 0
}

.menu-wrapper-area ul.nav-list li ul.menu-lv2 li a {
    display: block;
    padding: 10px 15px;
    margin: 0
}

.addauto>.col-md-12>div {
    padding-top: 0;
    margin-top: 0
}

.addauto>.col-md-12 div>div {
    padding-top: 0;
    margin-top: 0
}

.addauto>.col-md-12 div>div>div {
    padding-top: 0;
    margin-top: 0
}

#pagebody #wrap {
    padding-top: 0px
}

a.nav-brand:hover {
    background-color: inherit;
    color: inherit;
    text-decoration: none;
    padding: 0px
}

@media (min-width: 768px) {
    .menu-wrapper-area ul.nav-list a:hover {
        text-shadow: none;
        color: inherit;
        -webkit-transition: inherit;
        transition: inherit
    }
    .menu-wrapper-area ul.nav-list li:hover {
        background: #000
    }
    .menu-wrapper-area ul.nav-list li:hover a {
        color: #fff
    }
    a.nav-icon:hover,
    a.nav-icon-outline:hover {
        border: 2px solid #999;
        color: #999
    }
    .menu-wrapper-area ul.nav-list li ul.menu-lv2 li a:hover {
        background: #fff;
        color: #333
    }
    #pagebody #wrap .addauto {
        margin-top: 15px
    }
}

@media screen and (max-width: 767px) {
    .cart-list {
        min-height: auto
    }
    #pagebody .nav-header-area {
        padding-left: 15px;
        padding-right: 15px
    }
    .addauto .col-md-12>div img {
        margin: 15px 0
    }
    .addauto .col-md-12>div:first-child img {
        margin: 5px 0 15px
    }
    a.nav-brand {
        height: 52.8px;
        margin-left: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    a.nav-icon {
        margin-right: 0em
    }
    a.nav-icon:hover,
    a.nav-icon-outline:hover {
        border: 2px solid #fff;
        color: #fff;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none
    }
    .menu-wrapper ul.nav-list li a:hover {
        color: #fff
    }
    .menu-wrapper {
        padding-top: 30px;
        -webkit-transform: translate(15px);
        transform: translate(15px);
        width: 255px
    }
    .menu-wrapper ul.nav-list li a {
        padding: 10px
    }
    .menu-wrapper-area ul.nav-list {
        top: 0em;
        width: 100%
    }
    .menu-wrapper-area ul.nav-list._sub.effect {
        border-top: 1px solid #ccc;
        position: static;
        padding-top: 0.5em;
        top: 0em;
        right: 0
    }
    #homebody .addauto {
        margin-top: 0
    }
    #main-nav {
        top: 0
    }
    .nav-header-area {
        height: 80px;
        background: #000
    }
    .flex-direction-nav .flex-prev {
        margin-left: -13px;
        left: 0
    }
    a.nav-icon:hover,
    a.nav-icon-outline:hover {
        border: 2px solid #999;
        color: #999
    }
    [class^="col-md-4"] img {
        max-height: 100% !important
    }
    .menu-wrapper-area .menu-wrapper ul.nav-list:nth-of-type(1) {
        top: 0
    }
    .menu-wrapper .menu-lv2 {
        margin-bottom: 0px
    }
    .menu-wrapper ul.nav-list li a:hover {
        color: inherit
    }
    .form-must::before {
        left: -14px
    }
    .addauto {
        margin-top: 0
    }
}

@media (min-width: 768px) {
    .nav-header {
        position: absolute
    }
}

@media (min-width: 768px) {
    #pagebody .nav-header-area {
        background: transparent;
        box-shadow: none
    }
}

@media screen and (max-width: 767px) {
    #pagebody .nav-header-area {
        background: #fff
    }
}

@media (min-width: 768px) {
    #pagebody .nav-header-area {
        position: absolute;
        width: 100%;
        position: inherit;
        width: auto;
        display: inline-block
    }
}

@media screen and (max-width: 767px) {
    .nav-header-area {
        padding-top: 1em
    }
}

@media (min-width: 768px) {
    #main-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    #pagebody .nav-header-area,
    #homebody .nav-header-area {
        position: static;
        height: auto;
        display: inline-block
    }
}

@media (min-width: 768px) {
    #pagebody .nav-header-area .nav-header,
    #homebody .nav-header-area .nav-header {
        position: static;
        height: auto
    }
}

@media (min-width: 768px) {
    #pagebody .nav-header-area .nav-header .nav-brand,
    #homebody .nav-header-area .nav-header .nav-brand {
        margin-top: 15px;
        height: 67px;
        position: static
    }
}

@media (min-width: 768px) {
    #pagebody#pagebody#pagebody#pagebody#pagebody#pagebody#pagebody .menu-wrapper-area,
    #homebody#homebody#homebody#homebody#homebody#homebody#homebody .menu-wrapper-area {
        width: 100%;
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    #pagebody#pagebody#pagebody#pagebody#pagebody#pagebody#pagebody .menu-wrapper-area .menu-wrapper,
    #homebody#homebody#homebody#homebody#homebody#homebody#homebody .menu-wrapper-area .menu-wrapper {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (min-width: 768px) {
    #pagebody#pagebody#pagebody#pagebody#pagebody#pagebody#pagebody .menu-wrapper-area .menu-wrapper>ul,
    #homebody#homebody#homebody#homebody#homebody#homebody#homebody .menu-wrapper-area .menu-wrapper>ul {
        position: static;
        width: 100%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (min-width: 768px) {
    #pagebody#pagebody#pagebody#pagebody#pagebody#pagebody#pagebody .menu-wrapper-area .menu-wrapper>ul>li,
    #homebody#homebody#homebody#homebody#homebody#homebody#homebody .menu-wrapper-area .menu-wrapper>ul>li {
        float: none
    }
}


/*# sourceMappingURL=style1-untilstyle8.css.map */


#wrap {
    background: #fff !important
}

.menu-wrapper-area ul.nav-list a {
    color: #000;
}

.flexslider {
    border: none !important;
    background: none !important;
    margin-bottom: 20px !important;
}

.main-nav {
    margin: 0 !important
}

@media (max-width: 767px) {
    .icon-menu2{
        color: #000;
    }
    .nav-header-area{
        background:#fff;
    }
    a.nav-brand {
        max-width: 70%
    }
    a.nav-brand img {
        margin: 0
    }
    a.nav-icon {
        margin-top: 5px;
        border-color:#000!important;
    }
    .container-fluid.addauto {
        padding: 0
    }
    .menu-wrapper-area ul.nav-list._sub.effect {
        border: none;
        padding: 0;
    }
    .menu-wrapper ul.nav-list li a {
        color: #000;
        display: block;
        width: 100%;
        transition: all .3s;
        padding-left: 20px
    }
    .menu-wrapper ul.nav-list li a:hover {
        background: #000;
        color: #fff;
    }
    .menu-wrapper .close-menu {
        margin-right: 10px
    }
    .menu-wrapper {
        background: #fff;
        padding-top: 40px
    }
    .nav-list.text-center.effect {
        padding: 0
    }
    .menu-wrapper ul.nav-list li {
        padding: 0
    }
    .addauto .col-md-12>div:first-child img {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
}


/*# sourceMappingURL=style.css.map */